/*!*************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./node_modules/webpack-dart-sass-glob/index.js!./src/scss/styles-pc.scss ***!
  \*************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  color: #111310;
  letter-spacing: 0.05em;
  word-break: break-word;
  background: #fff;
}

a {
  display: block;
  color: inherit;
  text-decoration: none;
  opacity: 1;
  transition: all 0.3s ease;
}
a:hover {
  cursor: pointer;
  opacity: 0.7;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

address {
  font-style: normal;
}

main {
  width: 100%;
}

/*recaptureバッジを非表示に*/
.grecaptcha-badge {
  display: none;
}

body {
  font-size: 16px;
  line-height: 2;
}

a[href^="tel:"] {
  pointer-events: none;
}

.h-tac {
  text-align: center;
}

.h-oh {
  overflow: hidden;
}

.h-ct {
  display: block;
  overflow: hidden;
  font-size: 0;
  text-indent: 100%;
  white-space: nowrap;
}

.h-overflow-x-scroll {
  overflow-x: scroll;
}

.effect-fade {
  opacity: 0;
  transition: all 0.3s;
  transform: translate(0, 45px);
}
.effect-fade.effect-scroll {
  opacity: 1;
  transform: translate(0, 0);
}

.effect-slidein {
  opacity: 0;
  transition: opacity 1s, transform 0.8s;
  transform: translateX(-80px);
}
.effect-slidein.effect-scroll {
  opacity: 1;
  transform: translate(0, 0);
}

.effect-slidein-right {
  opacity: 0;
  transition: opacity 1s, transform 0.8s;
  transform: translateX(80px);
}
.effect-slidein-right.effect-scroll {
  opacity: 1;
  transform: translate(0, 0);
}

@keyframes fadeInTop {
  from {
    opacity: 0;
    transform: translateY(-80px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.effect-fadeintop {
  opacity: 0;
  transform: translateY(-80px);
}
.effect-fadeintop.effect-scroll {
  animation-name: fadeInTop;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}

@keyframes fadeInBottom {
  from {
    opacity: 0;
    transform: translateY(80px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.effect-fadeinbottom {
  opacity: 0;
  transform: translateY(80px);
}
.effect-fadeinbottom.effect-scroll {
  animation-name: fadeInBottom;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}

@keyframes fadeInTopForFrontPageEgg {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.effect-fadeintop-egg {
  opacity: 0;
  transform: translateY(-20px);
}
.effect-fadeintop-egg.effect-scroll {
  animation: 0.6s fadeInTopForFrontPageEgg 0s forwards;
}

.wpcf7 .note {
  margin-bottom: 5px;
  text-align: left;
}
.wpcf7 .memo {
  margin-bottom: 5px;
  text-align: left;
}
.wpcf7 .buttons {
  margin-top: 40px;
  text-align: center;
}
.wpcf7-list-item {
  display: block;
  margin: 3px 0 0 1em;
}
.wpcf7-not-valid-tip {
  display: block;
  font-size: 15px;
  font-weight: normal;
  color: #dc3232;
}
.wpcf7 textarea,
.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=tel] {
  width: 95%;
  padding: 6px 3px;
  font-size: 15px;
  line-height: 1.5em;
  text-align: left;
  appearance: none;
  background-color: #fdfdfd;
  border: 1px solid #ccc;
  border-radius: 1px;
}
.wpcf7 input[type=date] {
  min-width: 50%;
  min-height: 27px;
  padding: 6px 3px;
  font-size: 15px;
  line-height: 1.5em;
  text-align: left;
  appearance: none;
  background-color: #fdfdfd;
  border: 1px solid #ccc;
  border-radius: 1px;
}
.wpcf7 input[type=number] {
  padding: 6px 3px;
  font-size: 15px;
  line-height: 1.5em;
  text-align: left;
  appearance: none;
  background-color: #fdfdfd;
  border: 1px solid #ccc;
  border-radius: 1px;
}
.wpcf7 input {
  position: relative;
}
.wpcf7 input[type=checkbox], .wpcf7 input[type=radio] {
  top: -2px;
  margin-right: 6px;
}
.wpcf7 input[type=tel] {
  width: 50%;
}
.wpcf7 input[type=submit], .wpcf7 input[type=reset], .wpcf7 input[type=button],
.wpcf7 input button {
  display: inline-block;
  appearance: none;
  cursor: pointer;
  border: none;
}
.wpcf7 th {
  width: 25%;
  padding: 16px 20px;
  font-size: 16px;
  font-weight: normal;
  color: #111;
  text-align: left;
  vertical-align: middle;
  background-color: #eee;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.wpcf7 th b {
  margin-left: 4px;
  color: #d74a5b;
}
.wpcf7 td {
  width: 75%;
  padding: 16px 20px;
  font-size: 15px;
  color: #111;
  text-align: left;
  vertical-align: middle;
  border-bottom: 1px solid #eee;
}
.wpcf7 td.mia input[type=text], .wpcf7 td.mia input[type=email] {
  width: 70%;
}
.wpcf7 table {
  border-spacing: 0;
  border-collapse: collapse;
  background-color: #fff;
  border: 1px solid #ddd;
}
.wpcf7 table.in_tbl {
  width: 80%;
  margin-bottom: 10px;
}
.wpcf7 table.in_tbl th {
  width: 160px;
}
.wpcf7 #wpcf7cpcnf td > p {
  font-size: 15px;
}
.wpcf7 .wpcf7cp-btns {
  margin-top: 4em;
  text-align: center;
}
.wpcf7 .wpcf7cp-form-hide {
  display: none;
}
.wpcf7 #wpcf7cpcnf {
  position: relative;
  padding-bottom: 45px;
}
.wpcf7 .recaptcha_text {
  margin-top: 8px;
  font-size: 12px;
}
.wpcf7 .recaptcha_text a {
  display: inline-block;
  text-decoration: underline;
}
.wpcf7 .recaptcha_text a:hover {
  text-decoration: none;
}

.wp-pagenavi {
  padding: 80px 0 0;
  text-align: center;
}
.wp-pagenavi a {
  display: inline-block;
  padding: 7px 9px 7px 10px;
  margin: 0 2px;
  font-size: 14px;
  line-height: 1;
  color: #3e3a39;
  background-color: #fff;
  border: 1px solid rgba(133, 122, 133, 0.2);
  border-radius: 3px;
  box-shadow: 0px 0px 3px rgba(35, 24, 21, 0.1);
}
.wp-pagenavi a:hover {
  color: #fff;
  text-decoration: none;
  background: #6a3906;
}
.wp-pagenavi span.current {
  display: inline-block;
  padding: 7px 9px 7px 10px;
  margin: 0 2px;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  background: #6a3906;
  border: 1px solid #000;
  border-radius: 3px;
  box-shadow: 0px 0px 3px rgba(35, 24, 21, 0.2);
}

.c-tel {
  display: inline-block;
}
.c-tel__inner {
  display: flex;
  align-items: center;
  font-size: 28px;
  font-weight: 800;
  line-height: 1;
  color: #6a3906;
}
.c-tel__inner::before {
  display: block;
  flex: 0 0 auto;
  width: 21px;
  height: 21px;
  margin-right: 14px;
  content: "";
  background: url("../img/pc/icon_tel_theme_white.svg") no-repeat;
}
.c-tel--white a::before {
  background-image: url("../img/pc/icon_tel_white_theme.svg");
}
.c-tel__wrapper {
  text-align: center;
}

.c-slider-smooth {
  overflow-x: hidden;
}
@keyframes slide1 {
  0% {
    transform: translateX(calc(100% - 5px));
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes slide2 {
  0% {
    transform: translateX(-5px);
  }
  to {
    transform: translateX(-200%);
  }
}
.c-slider-smooth__inner {
  display: flex;
  flex: 0 0 auto;
  height: 100%;
}
.c-slider-smooth__group {
  display: flex;
  flex: 0 0 auto;
  height: 100%;
}
.c-slider-smooth__group--main {
  animation: slide1 120s -60s linear infinite;
}
.c-slider-smooth__group--dummy {
  animation: slide2 120s linear infinite;
}
.c-slider-smooth__item {
  height: 100%;
}
.c-slider-smooth__item img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.c-slider-fade {
  width: 100%;
  height: 100%;
}
.c-slider-fade .keen-slider {
  position: relative;
  width: 100%;
  height: 100%;
}
.c-slider-fade .keen-slider .keen-slider__slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.c-slider-fade .keen-slider .keen-slider__slide img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.c-slider {
  position: relative;
}
.c-slider__wrapper {
  width: 100%;
}
.c-slider__container {
  width: 100%;
  overflow: hidden;
}
.c-slider__track {
  display: flex;
}
.c-slider__item {
  flex: 0 0 auto;
  overflow: unset;
}
.c-slider__arrow-right {
  position: absolute;
}
.c-slider__arrow-right:hover {
  cursor: pointer;
  opacity: 0.7;
}
.c-slider__arrow-left {
  position: absolute;
}
.c-slider__arrow-left:hover {
  cursor: pointer;
  opacity: 0.7;
}

.c-qa {
  background: #fff;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
  border-radius: 12px;
}
.c-qa__title-inner {
  display: flex;
  align-items: center;
  padding: 18px 32px 18px 36px;
}
.c-qa__title-inner::before {
  display: block;
  flex: 0 0 auto;
  width: 12px;
  height: 22px;
  content: "";
  background-repeat: no-repeat;
  background-image: url("../img/pc/c_qa_q.png");
  background-image: image-set(url("../img/pc/c_qa_q.png") 1x, url("../img/pc/c_qa_q@2x.png") 2x);
}
.c-qa__title-inner::after {
  display: block;
  width: 16px;
  height: 9px;
  margin-left: auto;
  content: "";
  background: url("../img/pc/c_qa_chevron.svg") no-repeat;
}
.c-qa__title {
  padding: 0 24px;
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  color: #6a3906;
  letter-spacing: 0.1em;
}
.c-qa__content-inner {
  padding: 16px 32px 30px;
  color: #6a3906;
}
.c-qa__content-close {
  display: flex;
  gap: 4px;
  align-items: center;
  justify-content: center;
  width: 114px;
  height: 36px;
  margin: 24px auto 0;
  color: #000;
  background-color: #ddd;
}
.c-qa__content-close::before {
  position: relative;
  top: -1px;
  display: block;
  font-size: 20px;
  line-height: 1;
  content: "×";
}

.c-post-category-list__title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 64px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  background-color: #7f4f21;
  border-radius: 14px;
}
.c-post-category-list__title::after {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 6px);
  display: block;
  width: 12px;
  height: 11px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  background-color: #7f4f21;
}
.c-post-category-list__list {
  padding: 6px 10px 10px;
  margin-top: 20px;
  background-color: #fff;
  border-radius: 14px;
}
.c-post-category-list__list .parent__title {
  border-bottom: 1px solid rgba(216, 217, 217, 0.75);
}
.c-post-category-list__list .parent__title a {
  position: relative;
  padding: 22px 18px;
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
}
.c-post-category-list__list .parent__child-list {
  padding-left: 1em;
}
.c-post-category-list__list .parent__child-list .child {
  border-bottom: 1px solid rgba(216, 217, 217, 0.75);
}
.c-post-category-list__list .parent__child-list .child a {
  position: relative;
  padding: 22px 18px;
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
}
.c-post-category-list__list .parent:last-of-type:not(:has(.parent__child-list)) .parent__title {
  border-bottom: unset;
}
.c-post-category-list__list .parent:last-of-type .child:last-of-type {
  border-bottom: unset;
}

.c-post-archive-card a {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.c-post-archive-card__image {
  height: 254px;
  overflow: hidden;
  background-color: #9e9e9f;
  border-radius: 14px;
}
.c-post-archive-card__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.c-post-archive-card__main {
  flex: 1 1 auto;
  padding: 18px 0 0;
}
.c-post-archive-card__title {
  margin-top: 12px;
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
  color: #6a3906;
  letter-spacing: 0.05em;
}
.c-post-archive-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-top: 4px;
}
.c-post-archive-card__category {
  padding: 8px 26px;
  font-size: 12px;
  line-height: 1;
  color: #6a3906;
  border: 1px solid #6a3906;
}
.c-post-archive-card__date {
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  color: #c7ba9a;
}
.c-post-archive-card__content {
  margin-top: 12px;
  font-size: 14px;
  line-height: 25px;
  color: #a28978;
}

.c-pin-card {
  position: relative;
  padding: 6px;
  background: #fff;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.06));
}
.c-pin-card::before {
  position: absolute;
  top: -2px;
  left: calc(50% - 13px);
  display: block;
  width: 25px;
  height: 31px;
  content: "";
  background: url("../img/pc/c_pin_card_pin.png") no-repeat;
}
.c-pin-card::after {
  position: absolute;
  right: 0;
  bottom: -30px;
  left: 0;
  display: block;
  height: 30px;
  content: "";
  background: url("../img/pc/c_pin_card_shadow.png") bottom center/100% 100% no-repeat;
}
.c-pin-card__inner {
  padding: 6px;
  border: 1px dashed #c7ba9a;
}
.c-pin-card__image {
  height: 270px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.c-pin-card__main {
  padding: 16px 14px 16px;
}
.c-pin-card__title {
  font-size: 25px;
  font-weight: bold;
  line-height: 36px;
  color: #6a3906;
  letter-spacing: 0.1em;
}
.c-pin-card__title::after {
  display: block;
  margin-top: 18px;
  content: "";
  width: 49px;
  height: 3px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='3'%3E%3Ccircle cx='1.5' cy='1.5' r='1.5' fill='%23B08047'/%3E%3C/svg%3E");
  background-size: 7px 3px;
}
.c-pin-card__text {
  margin-top: 12px;
  font-size: 16px;
  line-height: 31px;
}

.c-other-card {
  padding: 8px;
  background: #fff;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
  border-radius: 14px;
}
.c-other-card__container {
  display: flex;
  gap: 20px;
}
.c-other-card__image {
  flex: 0 0 auto;
  width: 550px;
  height: 366px;
  overflow: hidden;
  background: #9e9e9f;
  border-radius: 6px;
}
.c-other-card__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.c-other-card__main {
  flex: 1 1 auto;
  padding: 4px 0 0;
}
.c-other-card__title-block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 20px 28px;
  background: #f7f5f0;
  border-radius: 9px;
}
.c-other-card__title {
  margin-right: 20px;
  font-size: 25px;
  font-weight: bold;
  line-height: 34px;
  color: #6a3906;
}
.c-other-card__detail {
  max-width: 600px;
  padding: 12px 4px 0;
  font-size: 16px;
  line-height: 31px;
}
.c-other-card__button {
  width: 306px;
  margin: 14px 0 0 auto;
}
.c-other-card__button a {
  display: flex;
  align-items: center;
  height: 58px;
  padding: 0 24px 0 22px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  background: #e63828;
  border-radius: 8px;
}
.c-other-card__button a::before {
  display: block;
  width: 23px;
  height: 25px;
  margin-right: 10px;
  content: "";
  background: url("../img/pc/icon_cart_white.svg") no-repeat;
}
.c-other-card__button a::after {
  display: block;
  width: 44px;
  height: 10px;
  margin-left: auto;
  content: "";
  background: url("../img/pc/c_egg_card_arrow.svg") no-repeat;
}
.c-other-card .bottom-area {
  display: flex;
  align-items: center;
  padding: 16px 16px 12px;
  margin-top: 24px;
  border-top: 1px solid #afafb0;
}
.c-other-card .bottom-area__title {
  position: relative;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  width: 434px;
  padding: 5px 0;
  font-size: 25px;
  font-weight: bold;
  line-height: 34px;
  color: #6a3906;
  letter-spacing: 0.1em;
}
.c-other-card .bottom-area__title span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 92px;
  height: 30px;
  margin-right: 16px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #6a3906;
  letter-spacing: 0.05em;
  background: #f7f5f0;
  border-radius: 15px;
}
.c-other-card .bottom-area__title::after {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  content: "";
  transform: translateY(-50%);
  width: 3px;
  height: 49px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='7'%3E%3Ccircle cx='1.5' cy='1.5' r='1.5' fill='%23B08047'/%3E%3C/svg%3E");
  background-size: 3px 7px;
}
.c-other-card .bottom-area__container {
  display: flex;
  flex: 1 1 auto;
  flex-wrap: wrap;
  gap: 10px 0;
  align-items: center;
}
.c-other-card .bottom-area__address {
  padding: 0 26px;
}
.c-other-card .bottom-area__button {
  margin-left: auto;
}
.c-other-card .bottom-area__button a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 194px;
  height: 42px;
  color: #fff;
  background: #6a3906;
  border-radius: 21px;
}
.c-other-card .bottom-area__button a::after {
  display: block;
  width: 7px;
  height: 13px;
  margin-left: 12px;
  content: "";
  background: url("../img/pc/c_office_card_chevron.svg") no-repeat;
}

.c-office-card {
  display: flex;
  align-items: center;
  padding: 18px 26px;
  background: #f7f5f0;
  border-radius: 14px;
}
.c-office-card__title {
  position: relative;
  flex: 0 0 auto;
  width: 356px;
  padding: 5px 20px;
  font-size: 25px;
  font-weight: bold;
  line-height: 34px;
  color: #6a3906;
}
.c-office-card__title::after {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  content: "";
  transform: translateY(-50%);
  width: 3px;
  height: 49px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='7'%3E%3Ccircle cx='1.5' cy='1.5' r='1.5' fill='%23B08047'/%3E%3C/svg%3E");
  background-size: 3px 7px;
}
.c-office-card__container {
  display: flex;
  flex: 1 1 auto;
  flex-wrap: wrap;
  gap: 10px 0;
  align-items: center;
}
.c-office-card__address {
  padding: 0 26px;
}
.c-office-card__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 194px;
  height: 42px;
  margin-left: auto;
  color: #fff;
  background: #6a3906;
  border-radius: 21px;
}
.c-office-card__button::after {
  display: block;
  width: 7px;
  height: 13px;
  margin-left: 12px;
  content: "";
  background: url("../img/pc/c_office_card_chevron.svg") no-repeat;
}

.c-mushroom-card__image {
  height: 250px;
  overflow: hidden;
  background: #9e9e9f;
  border-radius: 14px 14px 0 0;
}
.c-mushroom-card__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.c-mushroom-card__main {
  padding: 26px 24px 24px;
  background: #f7f5f0;
  border-radius: 0 0 14px 14px;
}
.c-mushroom-card__title {
  font-size: 25px;
  font-weight: bold;
  line-height: 34px;
  color: #6a3906;
}
.c-mushroom-card__title::after {
  display: block;
  margin-top: 20px;
  content: "";
  width: 49px;
  height: 3px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='3'%3E%3Ccircle cx='1.5' cy='1.5' r='1.5' fill='%23B08047'/%3E%3C/svg%3E");
  background-size: 7px 3px;
}
.c-mushroom-card__detail {
  margin-top: 12px;
}

.js-toggle-card {
  overflow: hidden;
}
.js-toggle-card__button:hover {
  cursor: pointer;
  opacity: 0.7;
}
.js-toggle-card__content {
  visibility: hidden;
  transition: all 0.2s;
}
.js-toggle-card__close:hover {
  cursor: pointer;
  opacity: 0.7;
}

.c-egg-card {
  padding: 8px;
  background: #fff;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
  border-radius: 14px;
}
.c-egg-card__container {
  display: flex;
  gap: 20px;
}
.c-egg-card__image {
  flex: 0 0 auto;
  width: 550px;
  height: 366px;
  overflow: hidden;
  background: #9e9e9f;
  border-radius: 6px;
}
.c-egg-card__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.c-egg-card__main {
  flex: 1 1 auto;
  padding: 4px 0 0;
}
.c-egg-card__title-block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 20px 28px;
  background: #f7f5f0;
  border-radius: 9px;
}
.c-egg-card__title {
  margin-right: 20px;
  font-size: 25px;
  font-weight: bold;
  line-height: 34px;
  color: #6a3906;
}
.c-egg-card .price {
  display: flex;
  align-items: center;
  margin-left: auto;
}
.c-egg-card .price__value {
  font-size: 25px;
  font-weight: bold;
  line-height: 1;
  color: #6a3906;
}
.c-egg-card .price__suffix {
  margin-left: 2px;
  font-size: 18px;
  font-weight: bold;
  color: #6a3906;
}
.c-egg-card .price__tax {
  margin-left: 4px;
  font-size: 14px;
}
.c-egg-card__label-block {
  display: flex;
  gap: 16px;
  align-items: center;
  max-width: 592px;
  padding: 20px 26px 16px;
  border-bottom: 1px solid rgba(175, 175, 176, 0.5);
}
.c-egg-card__label {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 122px;
  padding: 4px 10px;
  font-size: 16px;
  line-height: 22px;
  background: #f7f5f0;
  border-radius: 8px;
}
.c-egg-card__detail {
  max-width: 600px;
  padding: 18px 4px 0;
}
.c-egg-card__button {
  width: 306px;
  margin: 26px 0 0 auto;
}
.c-egg-card__button a {
  display: flex;
  align-items: center;
  height: 58px;
  padding: 0 24px 0 22px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  background: #e63828;
  border-radius: 8px;
}
.c-egg-card__button a::before {
  display: block;
  width: 23px;
  height: 25px;
  margin-right: 10px;
  content: "";
  background: url("../img/pc/icon_cart_white.svg") no-repeat;
}
.c-egg-card__button a::after {
  display: block;
  width: 44px;
  height: 10px;
  margin-left: auto;
  content: "";
  background: url("../img/pc/c_egg_card_arrow.svg") no-repeat;
}

.c-drawer-button {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.c-drawer-button__bar {
  position: relative;
  width: 26px;
  height: 2px;
  border-radius: 1px;
  transition: all 0.2s;
  transform-origin: 50% 50%;
}
.c-drawer-button__bar::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  background: #efdbc7;
}
.c-drawer-button__bar--1::before {
  width: 26px;
}
.c-drawer-button__bar--2::before {
  width: 23px;
}
.c-drawer-button__bar--3::before {
  width: 20px;
}
.c-drawer-button--active .c-drawer-button__bar::before {
  width: 100%;
}
.c-drawer-button--active .c-drawer-button__bar--1 {
  width: 26px;
  transform: translateY(8px) rotate(45deg);
}
.c-drawer-button--active .c-drawer-button__bar--2 {
  opacity: 0;
}
.c-drawer-button--active .c-drawer-button__bar--3 {
  width: 26px;
  transform: translateY(-8px) rotate(-45deg);
}

.c-button-circle {
  width: 302px;
  height: 58px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #6a3906;
  background-color: #fff;
  border-radius: 29px;
}
.c-button-circle__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 24px 0 36px;
}
.c-button-circle__inner::after {
  display: block;
  width: 23px;
  height: 2px;
  margin-left: auto;
  content: "";
  background-color: #6a3906;
}
.c-button-circle--chevron .c-button-circle__inner::after {
  width: 9px;
  height: 16px;
  background: url("../img/pc/c_button_circle_chevron.svg") no-repeat;
}
.c-button-circle--arrow-bg-white {
  background: #fff;
}
.c-button-circle--arrow-bg-white .c-button-circle__inner::after {
  width: 34px;
  height: 10px;
  background: url("../img/pc/c_button_circle_arrow_brown.svg") no-repeat;
}
.c-button-circle--arrow-bg-brown {
  background: #6a3906;
}
.c-button-circle--arrow-bg-brown .c-button-circle__inner::after {
  width: 34px;
  height: 10px;
  background: url("../img/pc/c_button_circle_arrow_white.svg") no-repeat;
}
.c-button-circle--border {
  border: 1px solid #6a3906;
}
.c-button-circle--shadow {
  filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.1));
}
.c-button-circle--border-white {
  color: #fff;
  background: unset;
  border: 1px solid #fff;
}
.c-button-circle--border-white .c-button-circle__inner::after {
  background-color: #fff;
}
.c-button-circle--bg-theme {
  color: #fff;
  background: #6a3906;
  border: unset;
}
.c-button-circle--bg-theme .c-button-circle__inner::after {
  background-color: #fff;
}
.c-button-circle--english .c-button-circle__inner {
  padding-left: 36px;
}

.c-archive-nothing {
  max-width: 1084px;
  padding: 100px 0;
  margin: 0 auto;
}

.b-two-col-single {
  display: grid;
  grid-template-columns: 1fr 282px;
  grid-gap: 48px;
}

.b-top-button__button {
  position: fixed;
  right: 100px;
  bottom: 72px;
  z-index: 9000;
  width: 53px;
  height: 53px;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  cursor: pointer;
  opacity: 0.7;
}
.b-top-button__button--visible {
  visibility: visible;
  opacity: 1;
}

.b-post-content * {
  max-width: 100%;
}
.b-post-content > *:first-child {
  margin-top: unset;
}
.b-post-content > *:first-child * {
  margin-top: unset;
}
.b-post-content > *:last-child {
  margin-bottom: unset;
}
.b-post-content > *:last-child * {
  margin-bottom: unset;
}
.b-post-content h2 {
  max-width: unset;
  padding: 7px 43px;
  margin: 40px calc(50% - 450px) 18px;
  font-size: 20px;
  font-weight: bold;
  line-height: 2.3em;
  color: #fff;
  background: #6a3906;
}
.b-post-content h3 {
  padding: 14px 0;
  margin: 40px 0 14px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.291em;
  border-bottom: 2px solid #eeeeef;
}
.b-post-content p {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
}
.b-post-content p img {
  max-width: 100%;
  height: auto;
  margin: 30px 0;
}
.b-post-content a {
  display: inline;
  text-decoration: underline;
}
.b-post-content a:hover {
  text-decoration: none;
}
.b-post-content ul {
  margin: 0 0 30px 1.3em;
  list-style: disc;
}
.b-post-content ol {
  margin: 0 0 30px 1.5em;
  list-style: decimal;
}
.b-post-content .aligncenter {
  margin: 0 auto;
}
.b-post-content .alignleft {
  margin-right: auto;
}
.b-post-content .alignright {
  margin-left: auto;
}

.b-header__logo {
  position: absolute;
  top: 46px;
  left: 82px;
  z-index: 7000;
  width: 147px;
  height: 50px;
}
.b-header .drawer-button {
  position: fixed;
  top: 46px;
  right: 78px;
  z-index: 9000;
  width: 56px;
  height: 56px;
  background-color: #e63828;
  border-radius: 50%;
}
.b-header .drawer-button:hover {
  cursor: pointer;
  opacity: 0.7;
}
.b-header .drawer-button__inner {
  width: 100%;
  height: 100%;
}

.b-footer {
  position: relative;
  max-width: 1920px;
  margin: 0 auto 0;
  background: url("../img/pc/b_footer_bg.png") bottom -1px center no-repeat;
}
.b-footer__bg {
  padding: 0 0 18px;
}
.b-footer__container {
  display: flex;
  max-width: 1180px;
  padding-left: 24px;
  margin: 0 auto;
}
.b-footer__block-1 {
  flex: 0 0 auto;
  width: 30%;
  max-width: 430px;
  padding-top: 26px;
}
.b-footer__block-2 {
  position: relative;
  width: 64%;
  max-width: 750px;
  padding: 16px 0 0 90px;
}
.b-footer__logo {
  width: 163px;
  height: 56px;
}
.b-footer .address-block {
  margin-top: 38px;
  color: #fff;
}
.b-footer .address-block__title {
  display: flex;
  flex-direction: column;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #6a3906;
}
.b-footer .address-block__title span {
  display: block;
  margin: 16px 0 0 -0.5em;
  font-size: 16px;
  font-weight: normal;
}
.b-footer .address-block__address {
  width: 270px;
  margin-top: 16px;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 16px;
  line-height: 28px;
  color: #6a3906;
}
.b-footer .address-block__button {
  width: 240px;
  height: 58px;
  margin-top: 34px;
}
.b-footer .address-block__button a {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 30px 0 30px;
  font-weight: bold;
  color: #6a3906;
  border: 1px solid #6a3906;
  border-radius: 29px;
}
.b-footer .address-block__button a::after {
  display: block;
  width: 9px;
  height: 16px;
  margin-left: auto;
  content: "";
  background: url("../img/pc/b_footer_button_chevron.svg") no-repeat;
}
.b-footer__nav {
  position: relative;
  display: grid;
  grid-template-areas: "item1 item3 item6" "item2 item4 item7" ".     item5 .    ";
  grid-template-rows: repeat(3, 94px);
  grid-template-columns: repeat(2, 182px);
  grid-auto-flow: column;
  gap: 24px 56px;
  color: #fff;
}
.b-footer__nav .item {
  border-bottom: 1px solid rgba(106, 57, 6, 0.2);
}
.b-footer__nav .item a {
  padding: 16px 0 22px;
  background: url("../img/pc/b_footer_nav_chevron.svg") top calc(50% - 12px) right 0/8px 12px no-repeat;
}
.b-footer__nav .item span {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #6a3906;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.b-footer__nav .item img {
  max-height: 14px;
  margin-top: 10px;
}
.b-footer__nav .item:nth-of-type(1) {
  grid-area: item1;
}
.b-footer__nav .item:nth-of-type(2) {
  grid-area: item2;
}
.b-footer__nav .item:nth-of-type(3) {
  grid-area: item3;
}
.b-footer__nav .item:nth-of-type(4) {
  grid-area: item4;
}
.b-footer__nav .item:nth-of-type(5) {
  grid-area: item5;
}
.b-footer__nav .item:nth-of-type(6) {
  grid-area: item6;
}
.b-footer__nav .item:nth-of-type(7) {
  grid-area: item7;
}
.b-footer__copyright {
  max-width: 1230px;
  padding: 0 20px;
  margin: 222px auto 0;
  color: #fff;
}

.b-drawer-menu {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 8000;
  width: 100%;
  max-width: 1004px;
  height: 100%;
  max-height: 732px;
  padding: 166px 0 0 130px;
  overflow: scroll;
  background: #fff;
  border-radius: 0 0 0 28px;
  transition: all 0.2s;
  transform: translateX(100%);
}
.b-drawer-menu--visible {
  transform: translateX(0%);
}
.b-drawer-menu__logo {
  position: absolute;
  top: 46px;
  left: 128px;
  z-index: 7000;
  width: 163px;
  height: 55px;
}
.b-drawer-menu__container {
  display: flex;
  gap: 24px;
}
.b-drawer-menu__left {
  width: 462px;
  padding-top: 8px;
}
.b-drawer-menu__nav {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.b-drawer-menu__nav .item {
  width: 356px;
}
.b-drawer-menu__nav .item a {
  display: flex;
  gap: 20px;
  background: url("../img/pc/b_footer_nav_chevron.svg") top calc(50% - 12px) right 0/8px 12px no-repeat;
}
.b-drawer-menu__nav .item__image {
  flex: 0 0 auto;
  width: 90px;
  height: 90px;
}
.b-drawer-menu__nav .item__main {
  flex: 1 1 auto;
  padding: 20px 0 26px;
  border-bottom: 1px solid rgba(106, 57, 6, 0.2);
}
.b-drawer-menu__nav .item__main span {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #6a3906;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.b-drawer-menu__nav .item__main img {
  max-height: 14px;
  margin-top: 10px;
}
.b-drawer-menu__nav .item:nth-of-type(1) .item__image {
  background-image: url("../img/pc/b_drawer_menu_nav_bg_1.jpg");
}
.b-drawer-menu__nav .item:nth-of-type(2) .item__image {
  background-image: url("../img/pc/b_drawer_menu_nav_bg_2.jpg");
}
.b-drawer-menu__nav .item:nth-of-type(3) .item__image {
  background-image: url("../img/pc/b_drawer_menu_nav_bg_3.jpg");
}
.b-drawer-menu__nav-2 {
  display: flex;
  justify-content: space-between;
  margin-top: 42px;
}
.b-drawer-menu__nav-2 .item {
  width: 194px;
  border-bottom: 1px solid rgba(106, 57, 6, 0.2);
}
.b-drawer-menu__nav-2 .item a {
  padding: 20px 0 26px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #6a3906;
  background: url("../img/pc/b_footer_nav_chevron.svg") top 50% right 0/8px 12px no-repeat;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.b-drawer-menu__right {
  width: 265px;
  padding-top: 6px;
}
.b-drawer-menu .contact-block__container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.b-drawer-menu .contact-block__container > * {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.b-drawer-menu .contact-block__container .tel-area__title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 206px;
  height: 44px;
  background: #e1d7cc;
  border-radius: 9px;
}
.b-drawer-menu .contact-block__container .tel-area__tel {
  margin-top: 28px;
}
.b-drawer-menu .contact-block__container .tel-area__tel .c-tel__inner {
  font-size: 27px;
}
.b-drawer-menu .contact-block__container .tel-area__time {
  margin-top: 4px;
  font-size: 14px;
}
.b-drawer-menu .contact-block__container .contact-area {
  margin-top: 58px;
}
.b-drawer-menu .contact-block__container .contact-area__title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 206px;
  height: 44px;
  background: #e1d7cc;
  border-radius: 9px;
}
.b-drawer-menu .contact-block__container .contact-area__button {
  margin-top: 26px;
}
.b-drawer-menu .contact-block__container .contact-area__button a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 264px;
  height: 66px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  background-color: #6a3906;
  border-radius: 6px;
}
.b-drawer-menu .contact-block__container .contact-area__button a::before {
  display: block;
  width: 23px;
  height: 14px;
  margin-right: 20px;
  content: "";
  background: url("../img/pc/icon_mail_white.svg") no-repeat;
}

.b-contact {
  position: relative;
  z-index: 100;
  max-width: 1920px;
  height: 630px;
  padding: 114px 40px 0;
  margin: 0 auto;
  background: url("../img/pc/b_contact_bg.png") no-repeat top center;
}
.b-contact__headline {
  display: flex;
  align-items: center;
  justify-content: center;
}
.b-contact__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: -20px;
}
.b-contact__title::before {
  display: block;
  width: 46px;
  height: 68px;
  content: "";
  background: url("../img/pc/common_deco_egg.png") no-repeat;
}
.b-contact__title img:nth-of-type(1) {
  margin-top: 2px;
}
.b-contact__title img:nth-of-type(2) {
  margin-top: 18px;
}
.b-contact__container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 1200px;
  margin: 32px auto 0;
}
.b-contact__container > * {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-left: 3px solid #fff;
}
.b-contact__container > * + * {
  border-right: 3px solid #fff;
}
.b-contact__container .tel-area {
  padding: 6px 20px 0;
}
.b-contact__container .tel-area__title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 206px;
  height: 44px;
  background: #e1d7cc;
  border-radius: 9px;
}
.b-contact__container .tel-area__tel {
  margin-top: 28px;
}
.b-contact__container .tel-area__tel .c-tel__inner {
  font-size: 26px;
}
.b-contact__container .tel-area__time {
  margin-top: 4px;
  font-size: 14px;
}
.b-contact__container .contact-area {
  padding: 6px 20px 0;
}
.b-contact__container .contact-area__title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 206px;
  height: 44px;
  background: #e1d7cc;
  border-radius: 9px;
}
.b-contact__container .contact-area__button {
  margin-top: 30px;
}
.b-contact__container .contact-area__button a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 314px;
  height: 66px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #6a3906;
  background-color: #fff;
  border-radius: 6px;
}
.b-contact__container .contact-area__button a::before {
  display: block;
  width: 23px;
  height: 14px;
  margin-right: 20px;
  content: "";
  background: url("../img/pc/icon_mail_theme.svg") no-repeat;
}
.b-contact__note {
  margin-top: 44px;
  font-size: 16px;
  line-height: 33px;
  text-align: center;
}

.b-company dl {
  display: grid;
  grid-template-columns: 162px 1fr;
  grid-gap: 0 50px;
  max-width: 900px;
  padding: 0 40px;
  margin: 0 auto;
  line-height: 54px;
}
.b-company dt {
  font-weight: normal;
  color: #6a3906;
  text-align: justify;
  text-align-last: justify;
  border-bottom: 1px dashed rgba(113, 112, 113, 0.25);
}
.b-company dd {
  border-bottom: 1px dashed rgba(113, 112, 113, 0.25);
}

.p-single .global-bg {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}
.p-single .global-bg__bg {
  position: absolute;
  top: 150px;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, #f7f5f0 50px, #f7f5f0 calc(100% - 900px), #fff 100%);
}
.p-single .global-bg__bg-2 {
  position: absolute;
  top: 90px;
  right: 0;
  left: 0;
  height: 60px;
  background: url("../img/pc/common_bg_ivoly_top_curve.png") no-repeat;
}
.p-single .global-bg__fg {
  position: relative;
  padding: 182px 40px 104px;
}
.p-single .global-bg__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-single .global-bg__title img:nth-of-type(2) {
  margin-top: 18px;
}
.p-single .b-two-col-single {
  max-width: 1200px;
  margin: 46px auto 0;
}
.p-single .post__main-block {
  position: relative;
  z-index: 10;
  padding-bottom: 45px;
  background-color: #fff;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
  border-radius: 14px;
}
.p-single .post__title-block {
  padding: 48px 0 18px;
  margin: 0 45px;
  border-bottom: 1px solid rgba(216, 217, 217, 0.75);
}
.p-single .post__title {
  font-size: 29px;
  font-weight: bold;
  line-height: 40px;
  color: #7f4f21;
}
.p-single .post__meta {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px;
}
.p-single .post__date {
  display: block;
  flex: 0 0 auto;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #c7ba9a;
}
.p-single .post__category-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
.p-single .post__category {
  padding: 7px 26px;
  font-size: 12px;
  line-height: 1;
  color: #6a3906;
  border: 1px solid #6a3906;
}
.p-single .post__content {
  padding: 28px 45px 43px;
}
.p-single .post__content h2 {
  width: calc(100% + 90px);
  padding-right: 45px;
  padding-left: 45px;
  margin-left: -45px;
  background-color: #7f4f21;
}
.p-single .post__content h3 {
  font-size: 24px;
  color: #7f4f21;
  border-bottom: 3px solid #f7f2ec;
}
.p-single .post .relation {
  padding-top: 30px;
  margin: 0 55px;
  border-top: 1px solid #d8d9d9;
}
.p-single .post .relation__title {
  font-size: 19px;
  font-weight: bold;
  line-height: 1;
  color: #7f4f21;
  text-align: center;
  letter-spacing: 0.1em;
}
.p-single .post .relation__title::after {
  display: block;
  width: 79px;
  height: 1px;
  margin: 22px auto 0;
  content: "";
  background-color: #7f4f21;
}
.p-single .post .relation__list {
  margin-top: 26px;
}
.p-single .post .relation .item {
  margin-top: 20px;
}
.p-single .post .relation .item a {
  display: flex;
}
.p-single .post .relation .item__image {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  width: 104px;
  background-color: #9e9e9f;
}
.p-single .post .relation .item__image img {
  object-fit: cover;
  width: 100%;
  height: 68px;
}
.p-single .post .relation .item__title {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  justify-content: space-between;
  min-height: 68px;
  padding: 8px 1em 8px 2em;
  font-size: 18px;
  font-weight: bold;
  line-height: 26px;
  background-color: #f4f4f4;
}
.p-single .post .relation .item__title::after {
  display: block;
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  margin-left: 1em;
  content: "";
  background-image: url("../img/pc/single_relation_chevron.svg");
  background-repeat: no-repeat;
}
.p-single .post__post-navi {
  position: relative;
  height: 60px;
  margin: 38px auto 0;
  line-height: 1;
}
.p-single .post__post-navi .prev-btn {
  position: absolute;
  left: 0;
  width: 197px;
  height: 100%;
  font-weight: bold;
  color: #fff;
  background-color: #7f4f21;
  border-radius: 14px;
}
.p-single .post__post-navi .prev-btn a {
  width: 100%;
  height: 100%;
  padding: 23px 0 0 48px;
}
.p-single .post__post-navi .prev-btn::before {
  position: absolute;
  top: 22px;
  left: 14px;
  display: block;
  width: 18px;
  height: 18px;
  content: "";
  background: url("../img/pc/single_chevron_left.svg") no-repeat;
}
.p-single .post__post-navi .return-list-btn {
  position: absolute;
  left: 50%;
  width: 346px;
  height: 100%;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: #7f4f21;
  border-radius: 14px;
  transform: translateX(-50%);
}
.p-single .post__post-navi .return-list-btn a {
  width: 100%;
  height: 100%;
  padding: 23px 0 0 0;
}
.p-single .post__post-navi .next-btn {
  position: absolute;
  right: 0;
  width: 197px;
  height: 100%;
  font-weight: bold;
  color: #fff;
  background-color: #7f4f21;
  border-radius: 14px;
}
.p-single .post__post-navi .next-btn a {
  width: 100%;
  height: 100%;
  padding: 23px 0 0 21px;
}
.p-single .post__post-navi .next-btn::before {
  position: absolute;
  top: 22px;
  right: 14px;
  display: block;
  width: 18px;
  height: 18px;
  content: "";
  background: url("../img/pc/single_chevron_right.svg") no-repeat;
}
.p-single .post__sns {
  display: flex;
  align-items: center;
  padding: 16px 36px;
  margin-top: 39px;
  background-color: #fff;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
  border-radius: 14px;
}
.p-single .post__sns ul {
  display: flex;
  align-items: center;
  margin-left: -6px;
}
.p-single .post__sns ul li {
  margin-left: 10px;
}
.p-single .category {
  display: flex;
  flex-direction: column;
  gap: 44px;
}
.p-single .category__block--blog .c-post-category-list__title {
  background-color: #4d585f;
}
.p-single .category__block--blog .c-post-category-list__title::after {
  background-color: #4d585f;
}

.p-other .mv {
  position: relative;
  z-index: 100;
  max-width: 1920px;
  height: 478px;
  padding-top: 202px;
  margin: 0 auto;
  background: url("../img/pc/other_mv_bg.png") top -12px center no-repeat;
}
.p-other .mv__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-other .mv__title img:nth-of-type(2) {
  margin-top: -36px;
}
.p-other .global-bg {
  position: relative;
  max-width: 1920px;
  margin: -80px auto 0;
}
.p-other .global-bg__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 46px;
  left: 0;
  z-index: 40;
  background: #f7f5f0;
}
.p-other .global-bg__bg-2 {
  position: absolute;
  right: 0;
  bottom: 26px;
  left: 0;
  z-index: 40;
  height: 30px;
  background: url("../img/pc/common_bg_ivoly_bottom_straight.png") bottom center no-repeat;
}
.p-other .global-bg__fg {
  position: relative;
  z-index: 90;
}
.p-other .nav {
  padding: 120px 40px 64px;
}
.p-other .nav__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, 386px);
  gap: 22px;
  justify-content: center;
  max-width: 1202px;
  margin: 0 auto;
}
.p-other .nav__list .item__a {
  padding: 6px;
  background: #fff;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
  border-radius: 14px;
}
.p-other .nav__list .item__inner {
  position: relative;
  height: 116px;
  padding: 29px 0 0 33px;
  border: 1px dashed #c7ba9a;
  border-radius: 8px;
}
.p-other .nav__list .item__inner::after {
  position: absolute;
  top: 42px;
  right: 22px;
  display: block;
  width: 30px;
  height: 30px;
  content: "";
  background: url("../img/pc/other_nav_chevron.svg") no-repeat;
}
.p-other .nav__list .item__title {
  font-size: 27px;
  font-weight: bold;
  line-height: 1;
  color: #6a3906;
  letter-spacing: 0.1em;
}
.p-other .nav__list .item__english {
  margin-top: 18px;
}
.p-other .edible-flowers {
  position: relative;
  max-width: 1920px;
  min-height: 607px;
  margin: 0 auto;
  overflow: hidden;
  container-type: inline-size;
}
.p-other .edible-flowers__bg {
  position: absolute;
  top: 0;
  right: calc(50% - 242px);
  width: 1238px;
  height: 607px;
  background: url("../img/pc/other_edible_flowers_bg.png") no-repeat;
}
@container (width <= 1574px) {
  .p-other .edible-flowers__bg {
    right: 545px;
  }
}
.p-other .edible-flowers__fg {
  position: relative;
  height: 100%;
  padding-top: 86px;
}
.p-other .edible-flowers__container {
  max-width: 1574px;
  padding: 0 40px;
  margin: 0 auto 0;
}
.p-other .edible-flowers__block {
  position: relative;
  max-width: 460px;
  margin-left: auto;
}
.p-other .edible-flowers__headline {
  margin-top: 34px;
  font-size: 32px;
  font-weight: bold;
  line-height: 50px;
  color: #6a3906;
  letter-spacing: 0.1em;
}
.p-other .edible-flowers__text {
  max-width: 440px;
  margin-top: 22px;
  font-size: 16px;
  line-height: 33px;
}
.p-other .feature {
  padding: 30px 40px 0;
}
.p-other .feature__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-other .feature__title img:nth-of-type(2) {
  margin-top: 18px;
}
.p-other .feature__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, 388px);
  gap: 18px;
  justify-content: center;
  max-width: 1200px;
  margin: 34px auto 0;
}
.p-other .feature__item:nth-of-type(1) .c-pin-card__image {
  background-image: url("../img/pc/other_feature_list_image_1.jpg");
}
.p-other .feature__item:nth-of-type(2) .c-pin-card__image {
  background-image: url("../img/pc/other_feature_list_image_2.jpg");
}
.p-other .feature__item:nth-of-type(3) .c-pin-card__image {
  background-image: url("../img/pc/other_feature_list_image_3.jpg");
}
.p-other .banner-area {
  position: relative;
  max-width: 1920px;
  margin: -80px auto 0;
}
.p-other .banner-area__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 26px;
  left: 0;
  background: #ddd9ce;
}
.p-other .banner-area__bg-2 {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 30px;
  background: url("../img/pc/common_bg_ivoly_dark_bottom_straight.png") bottom center no-repeat;
}
.p-other .banner-area__fg {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 134px 40px 84px;
}
.p-other .banner-area__banner {
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.p-other .mushrooms {
  position: relative;
  max-width: 1920px;
  min-height: 530px;
  margin: 110px auto 0;
  overflow: hidden;
  container-type: inline-size;
}
.p-other .mushrooms__bg {
  position: absolute;
  top: 0;
  right: calc(50% - 174px);
  width: 1146px;
  height: 530px;
  background: url("../img/pc/other_mushrooms_bg.png") no-repeat;
}
@container (width <= 1574px) {
  .p-other .mushrooms__bg {
    right: 613px;
  }
}
.p-other .mushrooms__fg {
  position: relative;
  height: 100%;
  padding-top: 60px;
}
.p-other .mushrooms__container {
  max-width: 1574px;
  padding: 0 40px;
  margin: 0 auto 0;
}
.p-other .mushrooms__block {
  position: relative;
  max-width: 460px;
  margin-left: auto;
}
.p-other .mushrooms__headline {
  margin-top: 34px;
  font-size: 32px;
  font-weight: bold;
  line-height: 50px;
  color: #6a3906;
  letter-spacing: 0.1em;
}
.p-other .mushrooms__text {
  max-width: 440px;
  margin-top: 22px;
  font-size: 16px;
  line-height: 33px;
}
.p-other .type {
  padding: 80px 40px 0;
}
.p-other .type__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-other .type__title img:nth-of-type(2) {
  margin-top: 18px;
}
.p-other .type__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 374px);
  gap: 34px;
  justify-content: center;
  margin-top: 38px;
}
.p-other .sales {
  padding: 102px 40px 0;
}
.p-other .sales__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-other .sales__title img:nth-of-type(2) {
  margin-top: 18px;
}
.p-other .sales__list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  margin-top: 38px;
}
.p-other .sales__item {
  width: 100%;
  max-width: 1200px;
}
.p-other .global-bg-2 {
  position: relative;
  max-width: 1920px;
  margin: 112px auto 0;
}
.p-other .global-bg-2__bg {
  position: absolute;
  top: 20px;
  right: 0;
  bottom: 64px;
  left: 0;
  z-index: 40;
  background: #f7f5f0;
}
.p-other .global-bg-2__bg-2 {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 40;
  height: 30px;
  background: url("../img/pc/common_bg_ivoly_top_straight.png") top center no-repeat;
}
.p-other .global-bg-2__bg-3 {
  position: absolute;
  right: 0;
  bottom: 44px;
  left: 0;
  z-index: 40;
  height: 30px;
  background: url("../img/pc/common_bg_ivoly_bottom_straight.png") bottom center no-repeat;
}
.p-other .global-bg-2__fg {
  position: relative;
  z-index: 90;
  padding: 118px 0 0;
}
.p-other .other {
  position: relative;
  max-width: 1920px;
  min-height: 530px;
  margin: 0 auto;
  overflow: hidden;
  container-type: inline-size;
}
.p-other .other__bg {
  position: absolute;
  top: 0;
  right: calc(50% - 174px);
  width: 1146px;
  height: 530px;
  background: url("../img/pc/other_other_bg.png") no-repeat;
}
@container (width <= 1574px) {
  .p-other .other__bg {
    right: 613px;
  }
}
.p-other .other__fg {
  position: relative;
  height: 100%;
  padding-top: 60px;
}
.p-other .other__container {
  max-width: 1574px;
  padding: 0 40px;
  margin: 0 auto 0;
}
.p-other .other__block {
  position: relative;
  max-width: 460px;
  margin-left: auto;
}
.p-other .other__headline {
  margin-top: 34px;
  font-size: 32px;
  font-weight: bold;
  line-height: 50px;
  color: #6a3906;
  letter-spacing: 0.1em;
}
.p-other .other__text {
  max-width: 440px;
  margin-top: 22px;
  font-size: 16px;
  line-height: 33px;
}
.p-other .other-list {
  padding: 0 40px;
  margin-top: 52px;
}
.p-other .other-list__list {
  display: flex;
  flex-direction: column;
  gap: 38px;
  max-width: 1200px;
  margin: 16px auto 0;
}
.p-other .b-contact {
  margin-top: 110px;
}

.p-notfound .main {
  max-width: 1240px;
  padding: 250px 20px 200px;
  margin: 0 auto;
}
.p-notfound .main a {
  display: inline-block;
  margin-top: 60px;
  text-decoration: underline;
}

.p-front-page .mv {
  position: relative;
  max-width: 1920px;
  height: 1300px;
  margin: 0 auto;
  overflow: hidden;
}
@keyframes fadein {
  0% {
    opacity: 0;
    transform: translateX(-40px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeinT2B {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.p-front-page .mv__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url("../img/pc/front_mv_bg_1.png") no-repeat top center;
}
.p-front-page .mv__bg-2 {
  position: absolute;
  top: 26px;
  left: calc(50% - 502px);
  width: 1160px;
  height: 615px;
}
.p-front-page .mv__bg-3 {
  position: absolute;
  top: -44px;
  left: calc(50% - 1014px);
  width: 2133px;
  height: 361px;
  background: url("../img/pc/front_mv_bg_2.png") no-repeat;
}
.p-front-page .mv__bg-4 {
  position: absolute;
  top: 348px;
  right: 0;
  bottom: 0;
  left: 0;
  background: url("../img/pc/front_mv_bg_3_3.png") no-repeat top center;
}
.p-front-page .mv__bg-5 {
  z-index: 200;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  animation: 0.6s fadeinT2B 0.8s forwards;
}
.p-front-page .mv__deco-1 {
  position: absolute;
  top: 548px;
  left: calc(50% - 454px);
  width: 74px;
  height: 113px;
  background: url("../img/pc/front_mv_deco_1.png") no-repeat;
}
.p-front-page .mv__deco-2 {
  position: absolute;
  top: 708px;
  left: calc(50% - 166px);
  width: 156px;
  height: 100px;
  background: url("../img/pc/front_mv_deco_2.png") no-repeat;
}
.p-front-page .mv__deco-3 {
  position: absolute;
  top: 730px;
  left: calc(50% + 114px);
  width: 90px;
  height: 142px;
  background: url("../img/pc/front_mv_deco_3.png") no-repeat;
}
.p-front-page .mv__deco-4 {
  position: absolute;
  top: 760px;
  left: calc(50% + 296px);
  width: 247px;
  height: 129px;
  background: url("../img/pc/front_mv_deco_4.png") no-repeat;
}
.p-front-page .mv__deco-5 {
  position: absolute;
  top: 728px;
  left: calc(50% + 562px);
  width: 94px;
  height: 137px;
  background: url("../img/pc/front_mv_deco_5.png") no-repeat;
}
.p-front-page .mv__fg {
  z-index: 500;
  position: relative;
  height: 100%;
}
.p-front-page .mv__inner {
  max-width: 1734px;
  padding: 142px 0 0 20px;
  margin-left: auto;
}
.p-front-page .mv__text {
  width: 251px;
  height: 299px;
  opacity: 0;
  animation: 0.4s fadein 0.2s forwards;
}
.p-front-page .mv__button {
  position: absolute;
  top: 630px;
  right: 56px;
  z-index: 100;
  width: 264px;
  height: 263px;
}
.p-front-page .producer {
  position: relative;
  max-width: 1920px;
  height: 1288px;
  margin: -362px auto 0;
  overflow: hidden;
  container-type: inline-size;
}
.p-front-page .producer__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url("../img/pc/front_producer_bg_1.png") no-repeat top 200px center;
}
.p-front-page .producer__bg-2 {
  position: absolute;
  top: 308px;
  right: calc(50% - 1030px);
  width: 2077px;
  height: 399px;
  background: url("../img/pc/front_producer_bg_4.png") no-repeat;
}
@container (width <= 1368px) {
  .p-front-page .producer__bg-2 {
    right: -346px;
  }
}
.p-front-page .producer__bg-3 {
  position: absolute;
  top: 0;
  right: calc(50% - 534px);
  z-index: 200;
  width: 319px;
  height: 357px;
  background: url("../img/pc/front_mv_deco_6.png") no-repeat;
}
@container (width <= 1368px) {
  .p-front-page .producer__bg-3 {
    right: 150px;
  }
}
.p-front-page .producer__bg-4 {
  position: absolute;
  top: 42px;
  right: calc(50% - 10px);
  z-index: 200;
  width: 579px;
  height: 738px;
  background: url("../img/pc/front_producer_bg_3.png") no-repeat;
}
@container (width <= 1368px) {
  .p-front-page .producer__bg-4 {
    right: 674px;
  }
}
.p-front-page .producer__bg-5 {
  position: absolute;
  top: 774px;
  right: 0;
  left: 0;
  z-index: 200;
  height: 474px;
}
.p-front-page .producer__bg-5 .c-slider-smooth__group {
  padding-right: 20px;
}
.p-front-page .producer__fg {
  position: relative;
  height: 100%;
  padding-top: 402px;
}
.p-front-page .producer__container {
  max-width: 1368px;
  padding: 0 40px;
  margin: 0 auto 0;
}
.p-front-page .producer__block {
  position: relative;
  max-width: 460px;
  margin-left: auto;
}
.p-front-page .producer__block::before {
  position: absolute;
  top: -72px;
  left: -84px;
  display: block;
  width: 179px;
  height: 65px;
  content: "";
  background-repeat: no-repeat;
  background-image: url("../img/pc/front_producer_deco.png");
  background-image: image-set(url("../img/pc/front_producer_deco.png") 1x, url("../img/pc/front_producer_deco@2x.png") 2x);
}
.p-front-page .producer__headline {
  width: 419px;
  height: 86px;
}
.p-front-page .producer__text {
  max-width: 440px;
  margin-top: 26px;
  font-size: 16px;
  line-height: 33px;
}
.p-front-page .producer__button {
  margin-top: 40px;
}
.p-front-page .global-bg-1 {
  max-width: 1920px;
  height: 1560px;
  padding-top: 1px;
  margin: 0 auto;
  background: url("../img/pc/front_global_bg_1.png") no-repeat top center;
}
.p-front-page .hamatama {
  position: relative;
  max-width: 1920px;
  height: 898px;
  margin: -28px auto 0;
  container-type: inline-size;
}
.p-front-page .hamatama__bg {
  position: absolute;
  top: 0;
  right: calc(50% - 240px);
  width: 1236px;
  height: 629px;
  background: url("../img/pc/front_hamatama_bg.png") no-repeat;
}
@container (width <= 1572px) {
  .p-front-page .hamatama__bg {
    right: 546px;
  }
}
.p-front-page .hamatama__fg {
  position: relative;
  padding-top: 72px;
}
.p-front-page .hamatama__container {
  max-width: 1572px;
  padding: 0 40px;
  margin: 0 auto 0;
}
.p-front-page .hamatama__block {
  max-width: 450px;
  margin-left: auto;
}
.p-front-page .hamatama__title {
  margin-top: 36px;
}
.p-front-page .hamatama__english {
  margin-top: 32px;
}
.p-front-page .hamatama__text {
  max-width: 440px;
  margin-top: 24px;
  font-size: 16px;
  line-height: 33px;
}
.p-front-page .hamatama__button {
  margin-top: 40px;
}
.p-front-page .hamatama__button .c-button-circle__inner {
  padding-left: 28px;
}
.p-front-page .feature__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-front-page .feature__title::before {
  display: block;
  width: 46px;
  height: 68px;
  content: "";
  background: url("../img/pc/common_deco_egg.png") no-repeat;
}
.p-front-page .feature__title img:nth-of-type(1) {
  margin-top: 2px;
}
.p-front-page .feature__title img:nth-of-type(2) {
  margin-top: 18px;
}
.p-front-page .feature__list {
  margin: -16px 0 0 11.7%;
}
.p-front-page .feature__list .c-slider__track {
  padding: 20px 0;
  overflow: unset;
}
.p-front-page .feature__list .c-slider__item {
  width: 586px;
  margin-right: 48px;
}
.p-front-page .feature__list .c-slider__arrow-left {
  bottom: -18px;
  left: 6px;
  width: 58px;
  height: 58px;
  background: #fff url("../img/pc/front_feature_chevron_left.svg") center/9px 16px no-repeat;
  border-radius: 50%;
}
.p-front-page .feature__list .c-slider__arrow-right {
  bottom: -18px;
  left: 78px;
  width: 58px;
  height: 58px;
  background: #fff url("../img/pc/front_feature_chevron_right.svg") center/9px 16px no-repeat;
  border-radius: 50%;
}
.p-front-page .feature__list .item {
  height: 412px;
}
.p-front-page .feature__list .item__block {
  padding: 114px 0 0 38px;
}
.p-front-page .feature__list .item__text-area {
  position: relative;
  width: 566px;
  height: 298px;
  padding: 6px;
  margin-left: auto;
  background: #fff;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
  border-radius: 28px;
}
.p-front-page .feature__list .item__text-area::before {
  position: absolute;
  top: -116px;
  left: -36px;
  z-index: 10;
  display: block;
  width: 342px;
  height: 405px;
  content: "";
  background-repeat: no-repeat;
}
.p-front-page .feature__list .item__text-area::after {
  position: absolute;
  top: 196px;
  left: 222px;
  z-index: 10;
  display: block;
  width: 56px;
  height: 68px;
  content: "";
  background-repeat: no-repeat;
}
.p-front-page .feature__list .item__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  height: 100%;
  padding-right: 40px;
  border: 1px dashed #c7ba9a;
  border-radius: 22px;
}
.p-front-page .feature__list .item__title {
  position: relative;
  z-index: 100;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-end;
  margin-top: -34px;
}
.p-front-page .feature__list .item__title span {
  padding: 11px 14px;
  font-size: 27px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.1em;
  background: #6a3906;
  border-radius: 9px;
}
.p-front-page .feature__list .item__text {
  width: 210px;
  margin-top: 20px;
  font-size: 16px;
  line-height: 31px;
}
.p-front-page .feature__list .item--1 .item__text-area::before {
  background-image: url("../img/pc/front_feature_slider_bg_1.png");
}
.p-front-page .feature__list .item--1 .item__text-area::after {
  background-image: url("../img/pc/front_feature_slider_counter_1.png");
  background-image: image-set(url("../img/pc/front_feature_slider_counter_1.png") 1x, url("../img/pc/front_feature_slider_counter_1@2x.png") 2x);
}
.p-front-page .feature__list .item--2 .item__text-area::before {
  background-image: url("../img/pc/front_feature_slider_bg_2.png");
}
.p-front-page .feature__list .item--2 .item__text-area::after {
  background-image: url("../img/pc/front_feature_slider_counter_2.png");
  background-image: image-set(url("../img/pc/front_feature_slider_counter_2.png") 1x, url("../img/pc/front_feature_slider_counter_2@2x.png") 2x);
}
.p-front-page .feature__list .item--3 .item__text-area::before {
  background-image: url("../img/pc/front_feature_slider_bg_3.png");
}
.p-front-page .feature__list .item--3 .item__text-area::after {
  background-image: url("../img/pc/front_feature_slider_counter_3.png");
  background-image: image-set(url("../img/pc/front_feature_slider_counter_3.png") 1x, url("../img/pc/front_feature_slider_counter_3@2x.png") 2x);
}
.p-front-page .news {
  padding: 40px 0 54px;
}
.p-front-page .news__title-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1484px;
  padding: 0 40px;
  margin: 0 auto;
}
.p-front-page .news__button {
  margin-top: 30px;
}
.p-front-page .news__button a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 46px;
  background: #f7f5f0;
  border-radius: 6px;
}
.p-front-page .news__container {
  display: flex;
  gap: 76px;
  justify-content: space-between;
  max-width: 1484px;
  padding: 0 20px;
  margin: 30px auto 0;
}
.p-front-page .news__top {
  flex: 0 0 auto;
  width: 462px;
}
.p-front-page .news__top .item__image {
  height: 258px;
  background: #9e9e9f;
  border-radius: 14px 14px 0 0;
}
.p-front-page .news__top .item__image img {
  width: 100%;
  height: 100%;
  border-radius: 14px 14px 0 0;
  object-fit: cover;
}
.p-front-page .news__top .item__main {
  padding: 14px 32px 34px;
  background: #f7f5f0;
  border-radius: 0 0 14px 14px;
}
.p-front-page .news__top .item__date {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #c7ba9a;
}
.p-front-page .news__top .item__title {
  margin-top: 6px;
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
  color: #6a3906;
}
.p-front-page .news__top .item__content {
  margin-top: 10px;
  font-size: 14px;
  line-height: 25px;
  color: #a28978;
}
.p-front-page .news__list {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
}
.p-front-page .news__list .item {
  border-bottom: 1px dashed #c7ba9a;
}
.p-front-page .news__list .item:first-of-type {
  border-top: 1px dashed #c7ba9a;
}
.p-front-page .news__list .item__inner {
  display: flex;
  gap: 40px;
  padding: 25px 0;
}
.p-front-page .news__list .item__image {
  flex: 0 0 auto;
  width: 182px;
  height: 102px;
  background: #9e9e9f;
  border-radius: 8px;
}
.p-front-page .news__list .item__image img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
}
.p-front-page .news__list .item__main {
  flex: 1 1 auto;
}
.p-front-page .news__list .item__date {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #c7ba9a;
}
.p-front-page .news__list .item__title {
  margin-top: 6px;
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
  color: #6a3906;
}
.p-front-page .news__list .item__content {
  margin-top: 10px;
  font-size: 14px;
  line-height: 25px;
  color: #a28978;
}
.p-front-page .reason {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}
.p-front-page .reason__bg {
  position: absolute;
  top: 520px;
  right: 0;
  bottom: 20px;
  left: 0;
  background: #f7f5f0;
}
.p-front-page .reason__bg-2 {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 526px;
  background: url("../img/pc/front_reason_top.png") center no-repeat;
}
.p-front-page .reason__bg-3 {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 30px;
  background: url("../img/pc/front_reason_bottom.png") center no-repeat;
}
.p-front-page .reason__fg {
  position: relative;
  padding: 150px 0 86px;
}
.p-front-page .reason__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-front-page .reason__title::before {
  display: block;
  width: 46px;
  height: 68px;
  content: "";
  background: url("../img/pc/common_deco_egg.png") no-repeat;
}
.p-front-page .reason__title img:nth-of-type(1) {
  margin-top: -20px;
}
.p-front-page .reason__title img:nth-of-type(2) {
  margin-top: -54px;
}
.p-front-page .reason__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, 574px);
  gap: 42px 52px;
  justify-content: center;
  max-width: 1200px;
  margin: 144px auto 0;
}
.p-front-page .reason__list .item {
  display: flex;
  height: 211px;
  background: #fff;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
  border-radius: 0 14px 14px 0;
}
.p-front-page .reason__list .item__image {
  position: relative;
  flex: 0 0 auto;
  width: 205px;
  background-repeat: no-repeat;
  background-size: cover;
}
.p-front-page .reason__list .item__image::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  background: #604c3f;
  mix-blend-mode: multiply;
  opacity: 0.5;
}
.p-front-page .reason__list .item__image::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
}
.p-front-page .reason__list .item__main {
  flex: 1 1 auto;
  padding: 24px 30px 0;
}
.p-front-page .reason__list .item__title {
  font-size: 25px;
  font-weight: bold;
  line-height: 38px;
  color: #6a3906;
  letter-spacing: 0.1em;
}
.p-front-page .reason__list .item__text {
  margin-top: 14px;
  font-size: 16px;
  line-height: 31px;
}
.p-front-page .reason__list .item__text::before {
  display: block;
  margin-bottom: 14px;
  content: "";
  width: 49px;
  height: 3px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='3'%3E%3Ccircle cx='1.5' cy='1.5' r='1.5' fill='%23B08047'/%3E%3C/svg%3E");
  background-size: 7px 3px;
}
.p-front-page .reason__list .item:nth-of-type(1) .item__image {
  background-image: url("../img/pc/front_reason_list_image_1.jpg");
}
.p-front-page .reason__list .item:nth-of-type(1) .item__image::after {
  background-image: url("../img/pc/front_reason_list_counter_1.png");
  background-image: image-set(url("../img/pc/front_reason_list_counter_1.png") 1x, url("../img/pc/front_reason_list_counter_1@2x.png") 2x);
}
.p-front-page .reason__list .item:nth-of-type(2) .item__image {
  background-image: url("../img/pc/front_reason_list_image_2.jpg");
}
.p-front-page .reason__list .item:nth-of-type(2) .item__image::after {
  background-image: url("../img/pc/front_reason_list_counter_2.png");
  background-image: image-set(url("../img/pc/front_reason_list_counter_2.png") 1x, url("../img/pc/front_reason_list_counter_2@2x.png") 2x);
}
.p-front-page .reason__list .item:nth-of-type(3) .item__image {
  background-image: url("../img/pc/front_reason_list_image_3.jpg");
}
.p-front-page .reason__list .item:nth-of-type(3) .item__image::after {
  background-image: url("../img/pc/front_reason_list_counter_3.png");
  background-image: image-set(url("../img/pc/front_reason_list_counter_3.png") 1x, url("../img/pc/front_reason_list_counter_3@2x.png") 2x);
}
.p-front-page .reason__list .item:nth-of-type(4) .item__image {
  background-image: url("../img/pc/front_reason_list_image_4.jpg");
}
.p-front-page .reason__list .item:nth-of-type(4) .item__image::after {
  background-image: url("../img/pc/front_reason_list_counter_4.png");
  background-image: image-set(url("../img/pc/front_reason_list_counter_4.png") 1x, url("../img/pc/front_reason_list_counter_4@2x.png") 2x);
}
.p-front-page .other {
  padding: 70px 0 20px;
}
.p-front-page .other__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-front-page .other__title img:nth-of-type(2) {
  margin-top: 16px;
}
.p-front-page .other__list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 0;
  justify-content: center;
  margin-top: 2px;
}
.p-front-page .instagram {
  max-width: 1920px;
  padding-top: 74px;
  margin: 0 auto;
}
.p-front-page .instagram::before {
  display: block;
  width: 141px;
  height: 73px;
  margin: 0 auto;
  content: "";
  background-image: url("../img/pc/front_instagram_deco.png");
  background-image: image-set(url("../img/pc/front_instagram_deco.png") 1x, url("../img/pc/front_instagram_deco@2x.png") 2x);
}
.p-front-page .instagram__outer {
  display: flex;
  justify-content: center;
  margin-top: 8px;
  overflow: hidden;
}
.p-front-page .instagram__inner {
  flex: 0 0 auto;
  width: 1921px;
  height: 300px;
}
.p-front-page .b-contact {
  margin-top: -4px;
}

.p-egg .mv {
  position: relative;
  z-index: 100;
  max-width: 1920px;
  height: 478px;
  padding-top: 202px;
  margin: 0 auto;
  background: url("../img/pc/egg_mv_bg.png") top -12px center no-repeat;
}
.p-egg .mv__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-egg .mv__title img:nth-of-type(2) {
  margin-top: -36px;
}
.p-egg .mv__title::after {
  display: block;
  width: 328px;
  height: 263px;
  margin-top: 20px;
  content: "";
  background: url("../img/pc/egg_mv_deco.png") no-repeat;
}
.p-egg .global-bg {
  position: relative;
  max-width: 1920px;
  height: 1600px;
  margin: -80px auto 0;
}
.p-egg .global-bg__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 76px;
  left: 0;
  z-index: 40;
  background: #f7f5f0;
}
.p-egg .global-bg__bg-2 {
  position: absolute;
  right: 0;
  bottom: 56px;
  left: 0;
  z-index: 40;
  height: 30px;
  background: url("../img/pc/common_bg_ivoly_bottom_straight.png") bottom center no-repeat;
}
.p-egg .global-bg__bg-3 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 50;
  background: url("../img/pc/egg_global_bg_bg.png") top center no-repeat;
}
.p-egg .global-bg__fg {
  position: relative;
  z-index: 90;
  padding-top: 270px;
}
.p-egg .producer {
  position: relative;
  max-width: 1920px;
  height: 568px;
  margin: 0 auto;
  overflow: hidden;
  container-type: inline-size;
}
.p-egg .producer__bg {
  position: absolute;
  top: 0;
  right: calc(50% - 576px);
  width: 1549px;
  height: 568px;
  background: url("../img/pc/egg_producer_bg.png") no-repeat;
}
@container (width <= 1574px) {
  .p-egg .producer__bg {
    right: 211px;
  }
}
.p-egg .producer__fg {
  position: relative;
  height: 100%;
  padding-top: 104px;
}
.p-egg .producer__container {
  max-width: 1574px;
  padding: 0 40px;
  margin: 0 auto 0;
}
.p-egg .producer__block {
  position: relative;
  max-width: 460px;
  margin-left: auto;
}
.p-egg .producer__block::before {
  position: absolute;
  top: -58px;
  left: -52px;
  display: block;
  width: 179px;
  height: 64px;
  content: "";
  background-repeat: no-repeat;
  background-image: url("../img/pc/egg_producer_deco.png");
  background-image: image-set(url("../img/pc/egg_producer_deco.png") 1x, url("../img/pc/egg_producer_deco@2x.png") 2x);
}
.p-egg .producer__headline {
  font-size: 32px;
  font-weight: bold;
  line-height: 50px;
  color: #6a3906;
  letter-spacing: 0.1em;
}
.p-egg .producer__text {
  max-width: 440px;
  margin-top: 22px;
  font-size: 16px;
  line-height: 33px;
}
.p-egg .feature {
  padding: 50px 40px 0;
}
.p-egg .feature__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-egg .feature__title::before {
  display: block;
  width: 66px;
  height: 37px;
  content: "";
  background: url("../img/pc/common_deco_egg_2.png") no-repeat;
}
.p-egg .feature__title img:nth-of-type(1) {
  margin-top: 2px;
}
.p-egg .feature__title img:nth-of-type(2) {
  margin-top: 18px;
}
.p-egg .feature__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, 388px);
  gap: 18px;
  justify-content: center;
  max-width: 1200px;
  margin: 36px auto 0;
}
.p-egg .feature__item:nth-of-type(1) .c-pin-card__image {
  background-image: url("../img/pc/egg_feature_list_image_1.jpg");
}
.p-egg .feature__item:nth-of-type(2) .c-pin-card__image {
  background-image: url("../img/pc/egg_feature_list_image_2.jpg");
}
.p-egg .feature__item:nth-of-type(3) .c-pin-card__image {
  background-image: url("../img/pc/egg_feature_list_image_3.jpg");
}
.p-egg .product {
  position: relative;
  max-width: 1920px;
  padding-bottom: 110px;
  margin: -100px auto 0;
}
.p-egg .product__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, #6a3906 0, #6a3906 calc(100% - 20px));
}
.p-egg .product__bg-2 {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 30px;
  background: url("../img/pc/common_bg_brown_bottom_straight.png") bottom center no-repeat;
}
.p-egg .product__fg {
  position: relative;
  padding: 134px 40px 0;
}
.p-egg .product__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-egg .product__title::before {
  display: block;
  width: 46px;
  height: 68px;
  content: "";
  background: url("../img/pc/common_deco_egg.png") no-repeat;
}
.p-egg .product__title img:nth-of-type(1) {
  margin-top: 2px;
}
.p-egg .product__title img:nth-of-type(2) {
  margin-top: -28px;
}
.p-egg .product__list {
  display: flex;
  flex-direction: column;
  gap: 36px;
  max-width: 1200px;
  margin: 16px auto 0;
}
.p-egg .qa {
  position: relative;
  z-index: 200;
  max-width: 1920px;
  margin: -44px auto 0;
}
.p-egg .qa__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, transparent 20px, #f7f5f0 20px);
}
.p-egg .qa__bg-2 {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 30px;
  background: url("../img/pc/common_bg_ivoly_top_straight.png") no-repeat;
}
.p-egg .qa__fg {
  position: relative;
  padding: 112px 40px 42px;
}
.p-egg .qa__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-egg .qa__title::before {
  display: block;
  width: 46px;
  height: 68px;
  content: "";
  background: url("../img/pc/common_deco_egg.png") no-repeat;
}
.p-egg .qa__title img:nth-of-type(2) {
  margin-top: 16px;
}
.p-egg .qa__list {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 1200px;
  margin: 32px auto 0;
}
.p-egg .b-contact {
  margin-top: -20px;
}

.p-contact .global-bg {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}
.p-contact .global-bg__bg {
  position: absolute;
  top: 150px;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, #f7f5f0 50px, #f7f5f0 calc(100% - 900px), #fff 100%);
}
.p-contact .global-bg__bg-2 {
  position: absolute;
  top: 90px;
  right: 0;
  left: 0;
  height: 60px;
  background: url("../img/pc/common_bg_ivoly_top_curve.png") no-repeat;
}
.p-contact .global-bg__fg {
  position: relative;
}
.p-contact .main {
  padding: 188px 40px 130px;
}
.p-contact .main__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: -20px;
}
.p-contact .main__title::before {
  display: block;
  width: 46px;
  height: 68px;
  content: "";
  background: url("../img/pc/common_deco_egg.png") no-repeat;
}
.p-contact .main__title img:nth-of-type(1) {
  margin-top: 2px;
}
.p-contact .main__title img:nth-of-type(2) {
  margin-top: 18px;
}
.p-contact .main__info {
  margin-top: 46px;
  line-height: 33px;
  text-align: center;
}
.p-contact .main__container {
  margin: 30px auto 0;
}
.p-contact .main__container > * {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-contact .main__container .tel-area {
  padding: 6px 20px 0;
}
.p-contact .main__container .tel-area__title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 206px;
  height: 44px;
  background: #e1d7cc;
  border-radius: 9px;
}
.p-contact .main__container .tel-area__tel {
  margin-top: 24px;
}
.p-contact .main__container .tel-area__tel .c-tel__inner {
  font-size: 28px;
}
.p-contact .main__container .tel-area__time {
  margin-top: 4px;
  font-size: 14px;
}
.p-contact .form {
  max-width: 820px;
  margin: 36px auto 0;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
}
.p-contact .form .wpcf7 .wpcf7-submit {
  width: 324px;
  height: 70px;
  font-size: 18px;
  line-height: 1;
  color: #fff;
  background: #6a3906;
  border-radius: 9px;
}

.p-archive .global-bg {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}
.p-archive .global-bg__bg {
  position: absolute;
  top: 150px;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, #f7f5f0 50px, #f7f5f0 calc(100% - 900px), #fff 100%);
}
.p-archive .global-bg__bg-2 {
  position: absolute;
  top: 90px;
  right: 0;
  left: 0;
  height: 60px;
  background: url("../img/pc/common_bg_ivoly_top_curve.png") no-repeat;
}
.p-archive .global-bg__fg {
  position: relative;
}
.p-archive .main {
  max-width: 1920px;
  padding: 182px 40px 104px;
  margin: 0 auto;
}
.p-archive .main__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-archive .main__title img:nth-of-type(2) {
  margin-top: 18px;
}
.p-archive .main .b-two-col-single {
  max-width: 1566px;
  padding: 0 20px;
  margin: 46px auto 0;
}
.p-archive .main__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 380px);
  gap: 54px 28px;
  justify-content: center;
}
.p-archive .main__item > * {
  height: 100%;
}
.p-archive .main .category {
  display: flex;
  flex-direction: column;
  gap: 44px;
}
.p-archive .wp-pagenavi {
  padding: 86px 0 0;
}

.p-about-us .mv {
  position: relative;
  max-width: 1920px;
  height: 960px;
  margin: 0 auto;
}
.p-about-us .mv__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url("../img/pc/about_mv_bg.jpg") top center no-repeat;
}
.p-about-us .mv__fg {
  position: relative;
  padding: 160px 40px 0;
}
.p-about-us .mv__container {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  gap: 38px;
  justify-content: center;
  padding-left: 60px;
}
.p-about-us .mv__headline {
  width: 256px;
  height: 304px;
}
.p-about-us .mv__text {
  height: 310px;
  writing-mode: vertical-rl;
}
.p-about-us .mv__text span {
  padding-left: 17px;
  font-size: 16px;
  line-height: 50px;
  border-left: 1px dashed #c7ba9a;
}
.p-about-us .company {
  position: relative;
  max-width: 1920px;
  margin: -162px auto 0;
}
.p-about-us .company__bg {
  position: absolute;
  top: 60px;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, #fff 50px, #fff 100%);
}
.p-about-us .company__bg-2 {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 60px;
  background: url("../img/pc/common_bg_white_top_curve.png") no-repeat;
}
.p-about-us .company__fg {
  position: relative;
  padding: 64px 40px 38px;
}
.p-about-us .company__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-about-us .company__title::before {
  display: block;
  width: 46px;
  height: 68px;
  content: "";
  background: url("../img/pc/common_deco_egg.png") no-repeat;
}
.p-about-us .company__title img:nth-of-type(1) {
  margin-top: 2px;
}
.p-about-us .company__title img:nth-of-type(2) {
  margin-top: 18px;
}
.p-about-us .company__list {
  margin-top: 18px;
}
.p-about-us .company__google-map {
  max-width: 1200px;
  height: 410px;
  margin: 50px auto 0;
  overflow: hidden;
  border-radius: 14px;
}
.p-about-us .company__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-right: 30px;
  margin-top: -10px;
}
.p-about-us .company__image {
  width: 644px;
  height: 393px;
  background: url("../img/pc/about_company_image.png");
}
.p-about-us .company .co2-area {
  width: 585px;
  height: 315px;
  padding: 216px 0 0 30px;
  margin-top: 52px;
  background: url("../img/pc/about_company_co2.png");
}
.p-about-us .company .co2-area__text {
  width: 530px;
  font-size: 16px;
  line-height: 33px;
  color: #6a3906;
}
.p-about-us .history {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}
.p-about-us .history__bg {
  position: absolute;
  top: 25px;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, #f7f5f0 50px, #f7f5f0 calc(100% - 880px), #fff calc(100% - 100px));
}
.p-about-us .history__bg-2 {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 30px;
  background: url("../img/pc/common_bg_ivoly_top_straight.png") no-repeat;
}
.p-about-us .history__fg {
  position: relative;
  padding: 112px 40px 152px;
}
.p-about-us .history__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-about-us .history__title::before {
  display: block;
  width: 46px;
  height: 68px;
  content: "";
  background: url("../img/pc/common_deco_egg.png") no-repeat;
}
.p-about-us .history__title img:nth-of-type(1) {
  margin-top: 2px;
}
.p-about-us .history__title img:nth-of-type(2) {
  margin-top: 18px;
}
.p-about-us .history__list {
  max-width: 1200px;
  margin: 40px auto 0;
  border-top: 1px dashed #c7ba9a;
}
.p-about-us .history__list .item {
  display: flex;
  border-bottom: 1px dashed #c7ba9a;
}
.p-about-us .history__list .item__year {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 238px;
  font-size: 63px;
  font-weight: bold;
  line-height: 1;
  color: #f1e7d8;
  letter-spacing: 0.1em;
}
.p-about-us .history__list .item__main {
  padding: 34px 0;
  margin-left: 16px;
}
.p-about-us .history__list .item__title {
  font-size: 18px;
  font-weight: bold;
  line-height: 26px;
  color: #6a3906;
  letter-spacing: 0.1em;
}
.p-about-us .history__list .item__detail {
  margin-top: 4px;
  font-size: 16px;
  line-height: 31px;
}
