@charset "UTF-8";
/*-------------------*/
/* reset */
/*-------------------*/
* {
  font-family: 'Noto Sans JP', sans-serif;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  line-height: 1.8;
  font-weight: 600;
  font-size: 14px;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
}

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

/*-------------------*/
/* keyframesスタイル */
/*-------------------*/
@keyframes updown {
  0% {
    bottom: -18px;
  }
  100% {
    bottom: -23px;
  }
}
@keyframes ran {
  to {
    background-position: -4960px 0;
  }
}
@keyframes circle {
  0% {
    background: #00a0e9;
    width: 100px;
    height: 100px;
    border-radius: 0 0 200px 0;
  }
  80% {
    border-radius: 0 0 200px 0;
  }
  100% {
    background: #00a0e9;
    width: 100%;
    height: 100%;
  }
}
@keyframes fadein {
  30% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*-------------------*/
/* 共通スタイル */
/*-------------------*/
.page {
  background: #f5e928;
  overflow-x: hidden;
}

.page__inner::before,
.page__inner::after {
  content: '';
  position: fixed;
  background: #00a0e9;
  top: 0;
  height: 100%;
  width: 15px;
  z-index: 99;
}
.page__inner::before {
  left: 0;
}
.page__inner::after {
  right: 0;
}

.frame::before,
.frame::after {
  content: '';
  position: fixed;
  background: #00a0e9;
  left: 0;
  height: 15px;
  width: 100%;
  z-index: 99;
}
.frame::before {
  top: 0;
}
.frame::after {
  bottom: 0;
}

.contents {
  padding: 0 15px 120px 15px;
}

.block {
  padding-top: 100px;
}
.block:first-child {
  padding-top: 0;
}
.block--no-space {
  padding-top: 0 !important;
}

.title {
  margin-bottom: 30px;
  font-family: 'Zen Maru Gothic', serif;
  display: block;
  font-weight: bold;
  color: #e4007f;
  text-align: center;
  line-height: 1.1;
  font-size: 2.8rem;
}

.button-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 60px;
}
.button-list--no-space {
  margin-top: 0;
}
.button-list .button {
  margin: 0 auto;
}

.button {
  max-width: 300px;
  margin: 60px auto 0;
  width: 100%;
}
.button--no-space {
  margin-top: 0;
}
.button--lr-space {
  padding: 0 30px;
}

.button__link {
  font-family: 'Zen Maru Gothic', serif;
  width: 100%;
  text-align: center;
  background: #00a0e9;
  color: #fff;
  display: block;
  border-radius: 80px;
  padding: 0.25em 0.5em;
  position: relative;
  line-height: 1.4;
  font-size: 2rem;
  border: solid 3px #00a0e9;
}
.button__link::after {
  content: '\f178';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.button__link--outside {
  background: #fff;
  color: #00a0e9;
}
.button__link--outside::after {
  color: #00a0e9;
}
.button__link--return {
  margin-top: 0;
}
.button__link--return::after {
  content: '\f2ea';
}
.button__link:hover {
  background: #e4007f;
  border: solid 3px #e4007f;
  color: #fff;
}
.button__link:hover::after {
  color: #fff;
}
.button__link:disabled {
  background: #ccc;
  border: solid 3px #ccc;
}

.photo {
  width: 100%;
  height: auto;
}

.pc {
  display: none;
}

.sp {
  display: block;
}

.text {
  text-align: center;
}
.text--space {
  margin-top: 30px;
}

.slider {
  margin: 60px auto;
}

.slider__item {
  margin: 0 10px;
}

.slider__dots {
  display: flex;
  justify-content: center;
  margin-top: 15px;
  margin: 30px auto 0;
  gap: 10px;
}
.slider__dots button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}
.slider__dots li {
  width: 15px;
  height: 15px;
  border-radius: 10px;
  background-color: #fff;
  border: solid 1px #00a0e9;
  cursor: pointer;
  position: relative;
}
.slider__dots li::before {
  content: '';
  display: inline-block;
  background-color: #00a0e9;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
}
.slider__dots li.slick-active {
  background: #00a0e9;
}

.slider__photo {
  max-width: 600px;
  width: 100%;
}

/*-------------------*/
/* ロード画面 */
/*-------------------*/
#loader {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: #f5e928;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.loader__animation {
  width: 248px;
  height: 130px;
}

.loader__icon {
  width: 248px;
  height: 130px;
  background: url(../images/loading.png);
  background-size: auto 100%;
  -webkit-animation: ran 2s steps(20) infinite;
  animation: ran 1.5s steps(20) infinite;
  display: block;
}

/* 動画のスタイル */
#video {
  display: none; /* 最初は表示しない */
  text-align: center;
  position: relative;
}

video {
  width: 100%; /* 動画の幅は自動調整 */
  height: 100vh; /* 動画の高さを画面の高さに合わせる */
  object-fit: cover; /* アスペクト比を維持しつつ、全体をカバー */
  object-position: center; /* 動画の中央部分を中央に配置 */
  display: block; /* 余白を消すために block に設定 */
  margin: 0 auto; /* 必要に応じて中央に配置 */
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.logo {
  width: 152px;
  height: auto;
}
.logo--pc {
  display: none;
}

.modal {
  display: none; /* 初期状態では非表示 */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* 背景を半透明に */
  z-index: 1000;
}

.modal-content {
  background: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 60px 20px;
  width: 80%;
  max-width: 500px;
  border-radius: 10px;
  position: relative;
}

.modal-close {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 24px;
  background: none;
  border: none;
  color: #000;
  cursor: pointer;
}

.modal-photo {
  display: block;
  margin: 0 auto;
}

/*-------------------*/
/* header */
/*-------------------*/
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 35px 30px 20px;
}
.header--active {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 98;
  background: #f5e928;
}

.header-button {
  right: 2em;
  top: 3em;
  z-index: 10;
  cursor: pointer;
  user-select: none;
}

.header-icon {
  height: 4px;
  width: 40px;
  border-radius: 2px;
  background-color: #e4007f;
  position: relative;
  display: block;
  transition: all 0.2s ease-in-out;
}
.header-icon:before,
.header-icon:after {
  height: 4px;
  width: 40px;
  border-radius: 2px;
  background-color: #e4007f;
  position: absolute;
  content: '';
  transition: all 0.2s ease-in-out;
}
.header-icon:before {
  top: -10px;
  visibility: visible;
}
.header-icon:after {
  top: 10px;
}

.header-button:hover .header-icon,
.header-button:hover .header-icon:before,
.header-button:hover .header-icon:after {
  background: #e4007f;
}

input[type='checkbox'] {
  display: none;
}

input[type='checkbox']:checked ~ .menu-overlay {
  visibility: visible;
  animation: circle 1s ease forwards;
}

input[type='checkbox']:checked ~ .menu-overlay .menu {
  opacity: 0;
  animation: fadein 1s ease forwards;
}

input[type='checkbox']:checked ~ .header-button:hover .header-icon,
input[type='checkbox']:checked ~ .header-button .header-icon {
  background: transparent;
}

input[type='checkbox']:checked ~ .header-button .header-icon:before {
  transform: rotate(45deg) translate(7px, 7px);
}

input[type='checkbox']:checked ~ .header-button .header-icon:after {
  transform: rotate(-45deg) translate(7px, -7px);
}

.menu-overlay {
  height: 100vh;
  width: 100vw;
  z-index: 6;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
}

.menu-overlay .menu {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  height: 100vh;
  padding-left: 0;
  list-style-type: none;
  gap: 30px;
}

.menu__link {
  font-family: 'Zen Maru Gothic', serif;
  font-weight: bold;
  color: #f5e928;
  font-size: 2rem;
}
.menu__link.active {
  color: #fff;
}
.menu__link:hover {
  color: #e4007f;
}

/*-------------------*/
/* footer */
/*-------------------*/
.footer {
  background: #00a0e9;
  padding: 45px 30px 80px;
  text-align: center;
  color: #fff;
  position: relative;
}
.footer .button {
  margin: 30px auto;
  padding: 0;
}

.footer__illustration {
  position: absolute;
  top: -73px;
  left: 50%;
  transform: translateX(-50%);
}

.footer-nav {
  display: flex;
  justify-content: center;
  margin: 30px 0;
}

.footer-nav__item {
  border-left: 1px solid #fff;
  padding: 0 15px;
  line-height: 1;
  font-size: 0.8rem;
}
.footer-nav__item:last-child {
  border-right: 1px solid #fff;
}

.footer-nav__link {
  color: #fff;
}

.copyright {
  font-size: 0.75rem;
}

/*-------------------*/
/* TOPへ戻る */
/*-------------------*/
.scroll {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 70px;
  border-radius: 50px 50px 0 0;
  background: #fff;
  z-index: 5;
  box-shadow:
    0px 2px 2px 0px rgba(0, 0, 0, 0.5),
    inset 0px -3px 6px -2px rgba(0, 0, 0, 0.3);
}
.scroll--active .scroll-icon {
  border: none;
}
.scroll--active .scroll-icon::before {
  content: '\f176';
  font-family: 'Font Awesome 6 Free';
  font-size: 1.2rem;
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
  right: auto;
  margin: auto;
  width: auto;
  height: auto;
  background: none;
  border-radius: unset;
  color: #e4007f;
}
.scroll--active .scroll-icon::after {
  content: 'TOP';
  font-family: 'Zen Maru Gothic', serif;
  font-weight: bold;
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
  color: #e4007f;
  font-size: 1.2rem;
  animation: none;
}
.scroll--active:hover {
  background: #e4007f;
}
.scroll--active:hover .scroll-icon::before {
  color: #fff;
  background: none;
}
.scroll--active:hover .scroll-icon::after {
  color: #fff;
}

.scroll-icon {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -25%);
  width: 18px;
  height: 28px;
  border: 2px solid #e4007f;
  border-radius: 1em;
  box-sizing: content-box;
}
.scroll-icon::before {
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  right: 0;
  margin: auto;
  width: 4px;
  height: 7px;
  background: #e4007f;
  border-radius: 2px;
}
.scroll-icon::after {
  content: '\f175';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
  color: #e4007f;
  font-size: 1.2rem;
  -webkit-animation: updown 2s infinite ease-in-out alternate;
  animation: updown 1.5s infinite ease-in-out alternate;
}

/*-------------------*/
/* 下層ページ */
/*-------------------*/
.under-page {
  /* 下層ページの共通 */
  /* 固定ページ共通（page.php内） */
  /* PRODUCT詳細(single-product.php) */
  /* CHARACTERS（characters.php） */
  /* 各下層内の変更項目 */
}
.under-page .contents {
  background-color: #f5e928;
}
.under-page .intro {
  padding-top: 30px;
  position: relative;
}
.under-page .intro::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: #f5e928;
  width: 100%;
  height: 40px;
}
.under-page .intro--product::before {
  height: 30px;
}
.under-page .intro--product .product-name {
  text-align: center;
  margin-top: 60px;
}
.under-page .intro--overlap {
  padding-bottom: 0;
}
.under-page .intro--overlap .lead {
  position: absolute;
  top: calc(50% + 20px);
  left: 50%;
  transform: translate(-50%, -50%);
  color: #333;
  width: 90%;
}
.under-page .intro .price {
  text-align: center;
}
.under-page .heading {
  background: #e4007f;
  color: #f5e928;
  display: inline-block;
  padding: 0 30px 3px;
  text-align: center;
  position: absolute;
  top: 13px;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 0;
  font-size: 2rem;
  z-index: 2;
  font-family: 'Zen Maru Gothic', serif;
  font-weight: bold;
  line-height: 1.1;
}
.under-page .hero {
  position: relative;
}
.under-page .lead {
  text-align: center;
  padding: 60px 30px;
  color: #00a0e9;
  margin-bottom: -100px;
}
.under-page section {
  padding: 100px 0;
}
.under-page section:nth-child(2n) {
  background: #f5e928;
}
.under-page section:nth-child(2n + 1) {
  background: #fff;
}
.under-page .block__inner {
  padding: 0 30px;
}
.under-page .block--coming-soon {
  text-align: center;
}
.under-page .block--coming-soon .title,
.under-page .block--coming-soon .text {
  color: #ccc !important;
}
.under-page .block__section {
  margin-top: 60px;
}
.under-page .block__section:first-child {
  margin-top: 0;
}
.under-page .block__section:nth-child(2n) .block__title--about {
  border-radius: 100px 0 0 100px;
  left: 0;
  margin-left: 60px;
  padding: 15px 30px 15px 60px;
}
.under-page .block__section:nth-child(2n) .block__title--about::after {
  background: url(../images/jaro_illustration.png) no-repeat;
  background-size: cover;
  width: 64px;
  height: 69px;
  top: -62px;
  left: 45px;
}
.under-page .block__section:nth-child(2n + 1) .block__title--about {
  border-radius: 0 100px 100px 0;
  right: 0;
  margin-right: 60px;
  padding: 15px 60px 15px 30px;
}
.under-page .block__section:nth-child(2n + 1) .block__title--about::after {
  background: url(../images/cian_illustration.png) no-repeat;
  background-size: cover;
  width: 76px;
  height: 63px;
  top: -54px;
  right: 45px;
}
.under-page .block__title {
  color: #00a0e9;
  font-size: 1.4rem;
  line-height: 1.4;
}
.under-page .block__title--about {
  background: #fff;
  margin-bottom: -50px;
  position: relative;
  top: -50px;
  font-weight: bold;
}
.under-page .block__title--about::after {
  content: '';
  position: absolute;
}
.under-page .block__text {
  margin: 30px 30px 0;
}
.under-page .price {
  color: #e4007f;
  font-weight: bold;
}
.under-page .price .strong {
  font-size: 2.4rem;
  line-height: 1;
  font-family: 'Zen Maru Gothic', serif;
  margin-right: -3px;
}
.under-page .price .strong .small {
  font-size: 70%;
  font-family: 'Zen Maru Gothic', serif;
}
.under-page .presentation {
  display: flex;
  flex-direction: column;
  gap: 100px;
}
.under-page .presentation--characters .presentation__image {
  padding: 15px !important;
}
.under-page
  .presentation--characters
  .presentation__section:nth-child(2n + 1)
  .photo {
  transform: scale(-1, 1);
}
.under-page .presentation--characters .presentation__name {
  font-size: 1.4rem;
  line-height: 1.4;
}
.under-page .presentation__section:nth-child(2n) .presentation__image {
  border-radius: 50% 0 0 50%;
  left: 0;
  margin-left: 60px;
  padding-left: 60px;
}
.under-page .presentation__section:nth-child(2n + 1) .presentation__image {
  border-radius: 0 50% 50% 0;
  right: 0;
  margin-right: 60px;
  padding-right: 60px;
}
.under-page .presentation__image {
  padding: 15px;
  background: #fff;
}
.under-page .presentation__image .photo {
  mix-blend-mode: multiply;
  aspect-ratio: 1;
  object-fit: contain;
}
.under-page .presentation__block {
  padding: 0 30px;
}
.under-page .presentation__name {
  margin-top: 30px;
  text-align: center;
}
.under-page .name-en,
.under-page .name-jp {
  display: block;
  font-weight: bold;
}
.under-page .name-en {
  color: #00a0e9;
  font-size: 2.4rem;
  font-family: 'Zen Maru Gothic', serif;
  line-height: 1.2;
}
.under-page .presentation__text {
  margin-top: 20px;
}
.under-page .presentation__text--center {
  text-align: center;
}
.under-page .presentation__price {
  text-align: right;
  margin-top: 20px;
}
.under-page .label-banner {
  margin: 0 30px 60px;
}
.under-page .label-banner__inner {
  background: #fff;
  position: relative;
}
.under-page .label-banner__image {
  display: block;
  margin: 0 auto;
}
.under-page .label-banner__text-block {
  padding: 20px;
  text-align: center;
  z-index: 4;
  position: relative;
}
.under-page .label-banner__title {
  color: #e4007f;
  font-weight: bold;
  font-size: 1.4rem;
  margin-top: 20px;
}
.under-page .label-banner__text {
  margin-top: 10px;
}
.under-page .label-banner__item-name {
  font-size: 5.5rem;
  color: #00a0e9;
  font-family: 'Zen Maru Gothic', serif;
  line-height: 1;
}
.under-page .flow__arrow {
  text-align: center;
  margin: 30px auto;
}
.under-page .flow__arrow .arrow {
  width: 30px;
  height: auto;
}
.under-page .flow-list__icon {
  border: solid 5px #e4007f;
  padding: 5px 20px 5px 10px;
  border-radius: 0 50px 50px 0;
  display: inline-block;
  color: #e4007f;
  border-left: none;
  font-size: 1.2rem;
}
.under-page .flow-list__block {
  padding: 30px;
  border-left: 5px solid #e4007f;
  margin-left: 30px;
}
.under-page .flow-list__title {
  color: #00a0e9;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: bold;
}
.under-page .flow-list__text,
.under-page .flow-list__photo {
  margin-top: 15px;
}
.under-page .conversion-area {
  background: #fff;
  margin: 60px 30px 0;
  position: relative;
}
.under-page .conversion-area__image {
  position: absolute;
  right: 0;
  top: -60px;
  width: 33.3333333333%;
}
.under-page .banner {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  justify-content: center;
}
.under-page .banner__block {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.under-page .banner__title {
  color: #00a0e9;
  font-size: 2.4rem;
  font-family: 'Zen Maru Gothic', serif;
  line-height: 1.2;
}
.under-page .table__inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.under-page .table__title,
.under-page .table__data {
  display: block;
  padding: 10px 20px;
}
.under-page .table__title {
  background: #fff;
  color: #00a0e9;
  font-weight: bold;
}
.under-page .table__data {
  border: 1px solid #fff;
}
.under-page .basic-style {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.under-page .basic-style__title {
  color: #00a0e9;
  font-size: 1.4rem;
  line-height: 1.4;
  border-top: 1px solid #00a0e9;
  border-bottom: 1px solid #00a0e9;
  padding: 10px 20px;
  position: relative;
}
.under-page .basic-style__title::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #00a0e9;
  width: 8px;
  height: calc(100% - 2px);
}
.under-page .basic-style__text {
  margin-top: 20px;
}
.under-page .list {
  counter-reset: number 0;
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}
.under-page .list .list {
  margin-top: 20px;
}
.under-page .list__item {
  position: relative;
  margin-left: 1rem;
  text-indent: -1rem;
}
.under-page .list__item::before {
  content: '・';
}
.under-page .list__item--number::before {
  counter-increment: number 1;
  content: counter(number) '.';
}
.under-page .detail {
  background: #fff;
  padding: 20px;
  margin: 30px 30px 0;
  border-radius: 10px;
}
.under-page .detail__text {
  padding-left: 20px;
  background: url(../images/detail-icon.png) left 0px top 9px no-repeat;
  background-size: 15px auto;
}
.under-page .component {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 30px 30px 0;
}
.under-page .component__item {
  width: calc(33.3333333333% - 14px);
}
.under-page .component__item .photo {
  border-radius: 10px;
}
.under-page .component-text {
  text-align: center;
}
.under-page .point__title {
  display: flex;
  position: relative;
  top: 30px;
  left: 20px;
  align-items: center;
  z-index: 2;
  width: calc(100% - 20px);
}
.under-page .point-icon {
  width: calc(33.3333333333% - 30px);
  display: block;
  transform: scale(-1, 1);
}
.under-page .fukidashi {
  background: #fff;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 10px;
  margin-left: 5px;
  position: relative;
  top: -30px;
  font-size: 2.4rem;
  color: #e4007f;
  line-height: 1;
  font-family: 'Zen Maru Gothic', serif;
  text-align: center;
}
.under-page .fukidashi::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  left: -15px;
  background: url(../images/fukidashi-icon.png) no-repeat;
  background-size: contain;
  width: 56px;
  height: 27px;
  z-index: -1;
}
.under-page .point__contents {
  background: #fff;
  padding: 60px 30px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  position: relative;
}
.under-page .point__contents::before,
.under-page .point__contents::after {
  content: '';
  position: absolute;
}
.under-page .point__contents::before {
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  background: url(../images/clip.png) no-repeat;
  background-size: cover;
  width: 106px;
  height: 45px;
}
.under-page .point__contents::after {
  top: -53px;
  right: 20px;
  background: url(../images/cian_illustration.png) no-repeat;
  background-size: cover;
  width: 76px;
  height: 63px;
}
.under-page .point-title {
  color: #e4007f;
  font-size: 1.4rem;
  line-height: 1.4;
  text-align: center;
  font-weight: bold;
}
.under-page .point-text {
  margin-top: 10px;
}
.under-page .ingredient {
  padding: 60px 30px 0;
  margin-bottom: -40px;
}
.under-page .ingredient__title {
  font-size: 1.4rem;
  line-height: 1.4;
  color: #e4007f;
  text-align: center;
  font-weight: bold;
}
.under-page .ingredient-point {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 30px;
}
.under-page .ingredient-point__item {
  width: calc(33.3333333333% - 14px);
  position: relative;
}
.under-page .ingredient-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  color: #fff;
  text-shadow:
    2px 2px 1px #e4007f,
    -2px 2px 1px #e4007f,
    2px -2px 1px #e4007f,
    -2px -2px 1px #e4007f,
    2px 0px 1px #e4007f,
    0px 2px 1px #e4007f,
    -2px 0px 1px #e4007f,
    0px -2px 1px #e4007f;
  line-height: 1.2;
  font-weight: bold;
}
.under-page .ingredient-detail {
  margin-top: 30px;
  background: #fff;
}
.under-page .ingredient-detail__title {
  background: #e4007f;
  padding: 10px;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.under-page .ingredient-detail__text {
  padding: 20px;
  font-size: 0.85rem;
}
.under-page .product-detail {
  text-align: center;
  padding-top: 60px;
}
.under-page .product-detail .price {
  margin-top: 20px;
}
.under-page .illustration {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 45%;
}
.under-page .illustration--left {
  left: 30px;
  transform: none;
}
.under-page .friends-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 30px auto;
}
.under-page .friends-list__item {
  width: calc(33.3333333333% - 15px);
  background: #fff;
}
.under-page .friends-list__link {
  cursor: pointer;
  padding: 10px;
  display: block;
  position: relative;
}
.under-page .friends-list__link::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #00a0e9 transparent;
  border-width: 0px 0px 50px 50px;
  z-index: 1;
}
.under-page .friends-list__link .photo {
  aspect-ratio: 1;
  object-fit: cover;
}
.under-page .friends-number {
  position: absolute;
  right: 5px;
  bottom: 5px;
  transform: rotate(-45deg);
  z-index: 2;
  color: #fff;
  font-size: 0.75rem;
}
.under-page--exception .intro,
.under-page--contact .intro {
  background: #f5e928 !important;
}
.under-page--exception .intro {
  margin-bottom: -100px;
}
.under-page--contact section:nth-child(2n) {
  background: #fff;
}
.under-page--contact section:nth-child(2n + 1) {
  background: #f5e928;
}
.under-page--contact .illustration {
  bottom: -100px;
  width: 70%;
}
.under-page--contact .intro {
  margin-bottom: 60px;
}
.under-page--company .hero {
  width: 70%;
  margin: 0 auto;
}

/*-------------------*/
/* contact */
/*-------------------*/
.contact-form {
  margin-top: 30px;
}

.contact-form__heading {
  display: block;
}

.contact-form__label {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

.contact-form__label--message {
  margin-bottom: 0;
}

.contact-form__input {
  width: 100%;
  padding: 10px;
  border: solid 1px #000;
  border-radius: 5px;
}

.contact-form__input--select {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 10px;
  appearance: none;
  color: #000;
}

.contact-form__input--message {
  height: 200px;
}

.contact-form__select {
  width: 100%;
  border: solid 1px #000;
  border-radius: 5px;
  position: relative;
}
.contact-form__select::after {
  content: '▼';
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  font-size: 0.75rem;
}

@media (max-width: 400px) {
  .button__link {
    font-size: 1.7rem;
  }
}
@media (min-width: 1040px) {
  /*-------------------*/
  /* reset */
  /*-------------------*/
  * {
    font-size: 16px;
  }
  /*-------------------*/
  /* 共通スタイル */
  /*-------------------*/
  .page__inner {
    max-width: 600px;
    position: relative;
    margin: 0 auto;
  }
  .page__inner::before,
  .page__inner::after {
    position: absolute;
  }
  .frame::before,
  .frame::after {
    max-width: 600px;
    left: 50%;
    transform: translateX(-50%);
  }
  .title {
    font-size: 3.4rem;
  }
  .button {
    max-width: 350px;
  }
  .button--lr-space {
    padding: 0;
  }
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  /*-------------------*/
  /* ロード画面 */
  /*-------------------*/
  .logo--pc {
    display: block;
  }
  /*-------------------*/
  /* header */
  /*-------------------*/
  .header {
    display: none;
  }
  .pc__header {
    position: fixed;
    background: url(../images/door.png) left bottom no-repeat;
    background-size: cover;
    height: 100%;
    top: 50%;
    left: calc(50% - 575px);
    transform: translate(-50%, -50%);
    width: calc((100% - 600px) / 3);
    max-width: 575px;
    min-width: 575px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .pc__header .nav {
    position: absolute;
    right: 15%;
  }
  .pc__header .menu {
    display: inline-block;
    transform: skewY(15deg);
  }
  .pc__header .menu__link {
    font-size: 2vw;
  }
  .pc__header::after {
    content: '';
    width: 50px;
    height: 50px;
    background: #f5e928;
    border-radius: 25px;
    display: block;
    position: absolute;
    top: 40%;
    left: 70px;
    transform: translateY(-40%);
  }
  .pc__illustration {
    position: fixed;
    top: 50%;
    right: 7%;
    transform: translateY(-50%);
    width: calc((100% - 600px) / 3);
    height: auto;
    padding: 30px;
  }
  /*-------------------*/
  /* 下層ページ */
  /*-------------------*/
  .under-page {
    /* 下層ページの共通 */
    /* 固定ページ共通（page.php内） */
    /* PRODUCT詳細(single-product.php) */
    /* CHARACTERS（characters.php） */
  }
  .under-page .intro {
    padding-top: 60px;
  }
  .under-page .intro::before {
    height: 60px;
  }
  .under-page .heading {
    top: 40px;
  }
  .under-page .conversion-area__image {
    top: -90px;
  }
  .under-page .banner__block {
    width: 70%;
  }
  .under-page .table__block {
    display: flex;
  }
  .under-page .table__title {
    width: 30%;
    display: flex;
    align-items: center;
  }
  .under-page .table__data {
    width: 70%;
  }
  .under-page .point-icon {
    max-width: 100px;
  }
  .under-page .fukidashi {
    max-width: 350px;
    width: 100%;
  }
  .under-page .ingredient-point {
    width: 70%;
    margin: 30px auto 0;
  }
  /*-------------------*/
  /* contact */
  /*-------------------*/
  .contact-form__heading {
    width: 30%;
  }
  .contact-form__label {
    display: flex;
    justify-content: center;
    gap: 20px;
  }
  .contact-form__select {
    width: 70%;
  }
  .wpcf7-form-control-wrap {
    width: 70%;
  }
}
@media (min-width: 1750px) {
  .pc__header .nav {
    right: auto;
    left: calc(50% + 30px);
    transform: translateX(-50%);
  }
  .pc__header .menu__link {
    font-size: 2.6rem;
  }
}

/*# sourceMappingURL=style.css.map */
