@charset "UTF-8";
/*margin padding*/
/*2px*/
/*5px*/
/*7px*/
/*10px*/
/*15px*/
/*20px*/
/*25px*/
/*30px*/
/*35px*/
/*40px*/
/*45px*/
/*50px*/
/*60px*/
/*70px*/
/*90px*/
/*大きいコンテンツの上下*/
/*大きいコンテンツの上下スマホ用*/
/*コンテンツ内ブロックの上下*/
/*-- mixinフォルダ --*/
/*全部角丸*/
/*clearfix*/
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

body {
  background: #fff;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", "Meiryo", sans-serif;
  letter-spacing: 0em;
  font-size: 15px;
  line-height: 1.5;
}

hr {
  background: #f3f3f3;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  width: 100%;
  max-width: 100%;
  vertical-align: bottom;
}

ul {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}

p {
  margin: 0;
  margin-block-start: auto;
  margin-block-end: auto;
}

table {
  width: 100%;
  max-width: 100%; /* 親要素の幅を超えない */
  border-collapse: collapse;
}
table th, table td {
  border: 1px solid #7b7b7b;
  padding: 0.625rem;
}
table th {
  width: 25%;
  background: #f3f3f3;
}
@media (max-width: 768px) {
  table {
    font-size: 12px;
  }
  table th, table td {
    padding: 0.3125rem;
  }
}

.e-date {
  font-size: 12px;
  letter-spacing: 0.08em;
}

.e-category {
  font-size: 12px;
}

.breadcrumbs {
  font-size: 10px;
}

.e-note {
  font-size: 10px;
}

.e-ingredient {
  background: #f3f3f3;
  padding: 1.5625rem !important;
  font-size: 12px;
}

.e-guide {
  font-weight: 200;
  color: #861129;
  text-align: center;
  padding-bottom: 0.625rem !important;
  border-bottom: 2px solid #e3b9d5;
}

.e-button {
  display: inline-block;
  width: 100%;
  padding: 1.25rem 0;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  color: white;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

/* 楽天カラー */
.e-button-rakuten {
  background: linear-gradient(135deg, #bf0000, #e60012);
}

.e-button-rakuten:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 10px rgba(230, 0, 18, 0.5);
}

/* Amazonカラー */
.e-button-amazon {
  background: linear-gradient(135deg, #ff9900, #ff6600);
}

.e-button-amazon:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 10px rgba(255, 153, 0, 0.5);
}

/* モスグリーン */
.e-button-official {
  background: linear-gradient(135deg, #008080, #00a896);
}

.e-button-official:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 10px rgba(0, 168, 150, 0.5);
}

/* サイト内リンク */
.e-button-insite {
  background: linear-gradient(135deg, #333333, #555555);
}

.e-button-insite:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 10px rgba(85, 85, 85, 0.5);
}

a {
  color: #128e43;
}
a:visited {
  color: #2c5c40;
}
a:hover, a:focus, a:active {
  color: #22b44e;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

.e-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3125rem;
  font-size: 12px;
}
.e-tags .e-tag__item {
  display: inline-block;
  color: #7b7b7b;
  border: 1px solid #7b7b7b;
  text-decoration: none;
  padding: 0.3125rem 0.4375rem;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.e-tags .e-tag:hover, .e-tags .e-tag:focus, .e-tags .e-tag:active {
  background: #e6f0ea;
}

.e-category span {
  background: #fff;
  padding: 0.125rem 0.3125rem;
  margin-right: 0.3125rem;
  border: 1px solid #128e43;
  color: #128e43;
}
.e-category a {
  background: #fff;
  padding: 0.125rem 0.3125rem;
  margin-right: 0.125rem;
  border: 1px solid #000;
  text-decoration: none;
  color: #000;
}
.e-category a:hover {
  background-color: #e6f0ea;
}

.c-site-header {
  grid-area: header;
}

.c-site-container {
  grid-area: container;
}

.c-site-main {
  grid-area: main;
}

.c-site-sidebar {
  grid-area: sidebar;
}

.c-site-footer {
  grid-area: footer;
}

/* ページ全体の基本設定 */
body {
  margin: 0;
  font-family: Arial, sans-serif;
  display: grid;
  grid-template-rows: auto 1fr auto;
  grid-template-areas: "header" "container" "footer";
  min-height: 100vh;
}

/* メインのコンテンツエリア（中央配置） */
.c-site-container {
  display: grid;
  grid-template-areas: "main sidebar";
  grid-template-columns: 1fr 300px;
  gap: 3.125rem;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .c-site-container {
    grid-template-areas: "main" "sidebar";
    grid-template-columns: 1fr; /* 1カラムにする */
  }
}
.home .c-site-container {
  margin-top: 38vh; /* ヘッダーの高さ分だけ余白を作る */
}

.c-site-header {
  text-align: center;
}
.c-site-header__title .e-logo {
  width: 18rem;
}
.c-site-header__title--rower {
  margin-top: 0.625rem;
}
.c-site-header__title--rower .e-logo {
  width: 8rem;
}
.c-site-header__description {
  color: #7b7b7b;
  font-size: 12px;
  margin-bottom: 0.625rem;
}
.c-site-header__topimage {
  max-height: 15rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .c-site-header {
    margin-bottom: 20px;
  }
  .c-site-header__title .e-logo {
    width: 10rem;
  }
}

.home .c-site-header {
  position: fixed;
  transition: opacity 0.1s ease-out;
  z-index: -10;
}

.c-site-footer {
  margin-top: 60px;
  padding: 120px 0;
  background-color: #ccd4d0;
  font-size: 12px;
  display: flex;
  justify-content: space-around;
}
@media (max-width: 768px) {
  .c-site-footer {
    display: block;
    padding: 60px;
  }
}
.c-site-footer h4 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 0.625rem;
}
.c-site-footer li {
  margin-bottom: 0.3125rem;
}

.back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  background-color: #128e43;
  color: #fff;
  font-size: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  opacity: 0;
  transition: opacity 0.3s, transform 0.3s;
}

.back-to-top:hover {
  background-color: #4a4a4a;
  color: #fff;
}

.back-to-top.show {
  opacity: 1;
  transform: translateY(0);
}

.back-to-top.hide {
  opacity: 0;
  transform: translateY(10px);
}

.c-toppage__title {
  position: relative;
  padding-left: 40px;
  padding-bottom: 10px;
  margin-bottom: 1.25rem;
  border-bottom: 1px solid #e3b9d5;
}
.c-toppage__title::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 38%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: #e3b9d5;
  border-radius: 50%;
}
.c-toppage__newly {
  margin-bottom: 2.5rem;
}

.c-archive__header {
  margin: 1.875rem 0;
  background: linear-gradient(to bottom, #fdf6f0, #fcfff6);
  padding: 50px 20px;
  border-radius: 12px;
  text-align: center;
  margin-bottom: 50px;
}
.c-archive__header__title {
  font-size: 26px;
  font-weight: 600;
  color: #3c3c3c;
  margin-bottom: 12px;
}
.c-archive__header__description {
  font-size: 16px;
  color: #777;
  line-height: 1.7;
  max-width: 600px;
  margin: 0 auto;
}

.c-page__header,
.c-post__header {
  margin: 1.875rem 0;
}
.c-page__header__title,
.c-post__header__title {
  font-size: 40px;
}
@media (max-width: 768px) {
  .c-page__header__title,
  .c-post__header__title {
    font-size: 24px;
  }
}
.c-page__header__image,
.c-post__header__image {
  margin-bottom: 0.625rem;
}
.c-page__header__meta,
.c-post__header__meta {
  border-top: 1px solid #f3f3f3;
  border-bottom: 1px solid #f3f3f3;
  padding: 0.625rem 0;
  display: flex;
  justify-content: space-between;
}
.c-page__content h2,
.c-post__content h2 {
  font-size: 24px;
  letter-spacing: 0.12em;
  padding: 0.9375rem 0.625rem 0.9375rem 1.25rem;
  margin-bottom: 1.5625rem;
  background: linear-gradient(to right, #fffcf3, #ffedeb);
  border-left: 5px solid #f6b6a9;
}
.c-page__content h3,
.c-post__content h3 {
  background-color: #e6f0ea;
  padding: 0.625rem;
  margin-bottom: 1.5625rem;
  padding: 0.6em 1em;
  background: #fffdf5;
  border-left: 4px solid #e2cfc3;
}
.c-page__content div,
.c-post__content div {
  margin-bottom: 1.25rem;
}
.c-page__content p,
.c-post__content p {
  padding: 0 0.9375rem;
  margin-bottom: 1.25rem;
  line-height: 1.9;
  letter-spacing: 0.12em;
}
.c-page__content p img,
.c-post__content p img {
  width: 70%;
}
@media (max-width: 768px) {
  .c-page__content p img,
  .c-post__content p img {
    width: 100%;
  }
}
.c-page__content ul,
.c-post__content ul {
  margin-bottom: 1.25rem;
}
.c-page__content ul li,
.c-post__content ul li {
  list-style: disc;
  margin-left: 1.5625rem;
  margin-bottom: 0.4375rem;
}
.c-page__content .postimg,
.c-post__content .postimg {
  margin-bottom: 1.25rem;
}
.c-page__content table,
.c-post__content table {
  margin: 0 0.625rem 1.5625rem 0.625rem;
  width: calc(100% - 1.25rem); /* 左右の余白を考慮 */
}
.c-page__content__table--stars img,
.c-post__content__table--stars img {
  max-width: 1rem;
}
.c-page__content__buttons,
.c-post__content__buttons {
  display: flex;
}
@media (max-width: 768px) {
  .c-page__content__buttons,
  .c-post__content__buttons {
    display: block;
  }
}
.c-page__content__buttons p,
.c-post__content__buttons p {
  width: 100%;
  padding: 0.3125rem;
  margin-bottom: 0.625rem;
}

.c-entry-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9375rem;
}
.c-entry-list .c-entry {
  position: relative;
  list-style: none;
}
.c-entry-list .c-entry__header {
  margin-bottom: 120px;
}
.c-entry-list .c-entry__title {
  font-size: 15px;
}
.c-entry-list .c-entry__title a {
  color: #000;
  font-weight: normal;
}
.c-entry-list .c-entry__category {
  position: absolute;
  top: -0.2rem;
  left: -0.2rem;
}
@media (max-width: 768px) {
  .c-entry-list .c-entry__category {
    font-size: 60%;
  }
}

.c-more-link {
  text-align: right;
  margin-top: 10px;
}
.c-more-link a {
  display: inline-block;
  background: #f2f2f2;
  color: #444;
  font-size: 13px;
  font-weight: normal;
  padding: 6px 16px;
  border-radius: 20px;
  text-decoration: none;
  box-shadow: inset 0 0 0 1px #ccc;
  transition: all 0.2s ease-in-out;
}
.c-more-link a:hover {
  background: #e0e0e0;
  color: #222;
  box-shadow: inset 0 0 0 1px #999;
}

.c-toppage__newly .c-entry-list .c-entry,
.c-archive .c-entry-list .c-entry {
  max-width: 23%;
}
@media (max-width: 768px) {
  .c-toppage__newly .c-entry-list .c-entry,
  .c-archive .c-entry-list .c-entry {
    max-width: 30%;
  }
}
@media (max-width: 480px) {
  .c-toppage__newly .c-entry-list .c-entry,
  .c-archive .c-entry-list .c-entry {
    max-width: 45%;
  }
}
.c-toppage__newly .c-entry-list .c-entry__title,
.c-archive .c-entry-list .c-entry__title {
  margin-bottom: 0;
}
.c-toppage__newly .c-entry-list--none h2,
.c-archive .c-entry-list--none h2 {
  font-size: 15px;
}

.c-related .c-entry-list .c-entry {
  max-width: 23%;
}
@media (max-width: 768px) {
  .c-related .c-entry-list .c-entry {
    max-width: 47%;
  }
}

.c-pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 40px;
  flex-wrap: wrap;
  font-size: 15px;
}

.c-pagination a,
.c-pagination span {
  display: inline-block;
  padding: 8px 14px;
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.3s ease;
  background: #f7f7f7;
  color: #555;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  border: 1px solid #e0e0e0;
}

.c-pagination a:hover {
  background: linear-gradient(135deg, #f8e6e0, #f3f7e1);
  color: #333;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}

.c-pagination .current {
  background: linear-gradient(135deg, #d2e5c2, #f3f1df);
  color: #333;
  font-weight: bold;
  border: none;
}

.c-linkcard {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 95%;
  margin-bottom: 1.5625rem;
  display: grid;
  grid-template-areas: "thumb title" "thumb button";
  grid-template-columns: 25% 1fr;
  gap: 1.25rem;
  border: 1px solid #7b7b7b;
  padding: 1.25rem;
}
.c-linkcard p {
  margin: 0;
  padding: 0;
}
@media (max-width: 768px) {
  .c-linkcard {
    grid-template-areas: "thumb title" "button button";
    grid-template-columns: 40% 1fr;
  }
}
.c-linkcard__thumb {
  grid-area: thumb;
}
.c-linkcard__thumb img {
  width: 100% !important;
}
.c-linkcard__title {
  grid-area: title;
}
.c-linkcard__button {
  grid-area: button;
}