@charset "utf-8";
/* CSS Document */

/*=====================================================================
 トップページ
=====================================================================*/
html {
  --fontKozuka: "kozuka-gothic-pr6n", sans-serif;
  --fontYu: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 100%;
  overflow-y: scroll;
}

* {
  font-feature-settings: normal;
}

.sp-none {
  display: block;
}

.pc-none {
  display: none;
}

@media screen and (max-width: 959px) {
  .sp-none {
    display: none;
  }

  .pc-none {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .m-none {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .sm-none {
    display: block;
  }
}

.fv__inner {
  box-sizing: border-box;
  max-width: 1290px;
  width: 100%;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 919px) {
  .fv__inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}

a {
  transition: opacity 0.18s ease-in-out;
}

a:hover {
  opacity: .7;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  1% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  1% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  99% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  99% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

#pageBody {
  margin: -60px 0 0;
  padding-top: 0;
}

@media screen and (min-width: 768px) {
  #pageBody {
    margin: -198px 0 0;
  }
}

.oniku {
  font-family: var(--fontYu);
  line-height: 1.6;
  letter-spacing: 0.2em;
  background-color: #FFFEFA;
  padding-bottom: 166px;

  @media screen and (min-width: 959px) {
    padding-bottom: 130px;
  }
}

.oniku .fv__inner.inner {
  max-width: 1290px;
}

.oniku .breadcrumb {
  padding-bottom: 20px;
  font-size: 14px;
  padding-top: 20px;
  letter-spacing: 0;
}

@media screen and (min-width: 768px) {
  .oniku .breadcrumb {
    padding-top: 24px;
    padding-bottom: 32px;
    letter-spacing: .2em;
  }
}

.oniku .inner {
  max-width: 1080px;
  padding-inline: 25px;
  margin-inline: auto;
}

.oniku h1,
h2,
h3,
h4 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif !important;
  letter-spacing: 0.2em;
}

.oniku .top-mv {
  /* background: url(../../../images/brand/kinokonooniku/topmv-bg.webp) no-repeat center / cover; */
  background: url(../../../images/brand/kinokonooniku/topmv-bg.webp) no-repeat center / cover;
  width: 100%;
  height: 560px;
}

.oniku .top-mv .top-mv__flex {
  display: flex;
  /* gap: 116px; */
  justify-content: center;
  align-items: center;
  padding-inline: 20px;
  height: 100%;
}

.oniku .top-mv .top-mv__flex .top-mv__left {
  width: fit-content;
  font-weight: 600;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
  position: relative;
}

.oniku .top-mv .top-mv__flex .top-mv__left::before {
  content: "";
  display: block;
  background: url(../../../images/brand/kinokonooniku/label_nihonhatsu.svg) no-repeat center / cover;
  width: 381px;
  height: 150px;
  position: absolute;
  top: -24px;
  left: -18%;
}

.oniku .top-mv .top-mv__flex .top-mv__left::after {
  content: "";
  display: block;
  background: url(../../../images/brand/kinokonooniku/label_now-on-sale.svg) no-repeat center / cover;
  width: 173px;
  height: 87px;
  position: absolute;
  top: 0;
  right: 0;
}

.oniku .top-mv .top-mv__flex .top-mv__left p:first-child {
  color: #fff;
  font-size: 28px;
  letter-spacing: 0.2em;
  font-family: 'Noto Serif JP', 'sans-serif';
  font-weight: 400;
  line-height: 1.5;
}

.oniku .top-mv .top-mv__flex .top-mv__left h1 img {
  object-fit: contain;
}

@media screen and (max-width: 1439px) {
  .oniku .top-mv .top-mv__flex .top-mv__left::before {
    top: -88px;
    left: -4%;
  }

  .oniku .top-mv .top-mv__flex .top-mv__left::after {
    right: 5%;
  }
}

@media screen and (max-width: 1023px) {
  .oniku .top-mv {
    height: 450px;
    background: url(../../../images/brand/kinokonooniku/topmv-bg-sp.webp) no-repeat center / cover;
  }

  .oniku .top-mv .top-mv__flex {
    height: 100%;
    flex-direction: column;
    gap: 24px;
    padding-top: 0;
  }

  .oniku .top-mv .top-mv__flex .top-mv__left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }

  .oniku .top-mv .top-mv__flex .top-mv__left h1 {
    margin-bottom: 0;
  }

  .oniku .top-mv .top-mv__flex .top-mv__left h1 img {
    width: 343px;
    margin-bottom: 0;
  }

  .oniku .top-mv .top-mv__flex .top-mv__left p:first-child {
    font-size: 18px;
    letter-spacing: 0.08em;
    margin-bottom: 0;
  }

  .oniku .top-mv .top-mv__flex .top-mv__left::before {
    background: url(../../../images/brand/kinokonooniku/label_nihonhatsu-sp.svg) no-repeat center / cover;
    width: 218px;
    height: 86px;
    top: -88px;
    left: 0;
  }

  .oniku .top-mv .top-mv__flex .top-mv__left::after {
    background: url(../../../images/brand/kinokonooniku/label_now-on-sale-sp.svg) no-repeat center / cover;
    width: 170px;
    height: 50px;
    top: auto;
    bottom: -72px;
    right: 50%;
    transform: translateX(50%);
  }

  /* .oniku .top-mv .top-mv__flex .top-mv__left p:last-child {
    font-size: 20.5px;
    letter-spacing: 0.08em;
  }

  .oniku .top-mv .top-mv__flex .top-mv__left p:last-child span {
    font-size: 16px;
  }

  .oniku .top-mv .top-mv__flex .top-mv__left p:last-child span:last-child {
    font-style: italic;
    font-size: 24px;
  } */

  /* .oniku .top-mv .top-mv__flex .top-mv__right {
    background-size: contain;
    min-width: auto;
    height: 320px;
  }

  .oniku .top-mv .top-mv__flex .top-mv__right .calender .calender-contents {
    height: 100%;
    padding-inline: 20px;
    margin-top: 30px;
  }

  .oniku .top-mv .top-mv__flex .top-mv__right .calender .calender-catch {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .oniku .top-mv .top-mv__flex .top-mv__right .calender .calender-catch2 {
    font-size: 22px;
    width: 256px;
  }

  .oniku .top-mv .top-mv__flex .top-mv__right .calender .calender-date span:first-child {
    font-size: 88px;
  }

  .oniku .top-mv .top-mv__flex .top-mv__right .calender .calender-date span:last-child {
    font-size: 30px;
  } */
}

.oniku .oniku-new-products {
  background-color: #fff;
  padding-top: 96px;

  @media screen and (max-width: 767px) {
    padding-top: 37px;
  }
}

.oniku .oniku-new-products .oniku-flex-contents {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 100px;
}

.oniku .oniku-new-products .oniku-flex-contents .new-products__left {
  width: 660px;
}

.oniku .oniku-new-products .oniku-flex-contents .new-products__left h2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 60px;

  @media screen and (max-width: 767px) {
    margin-bottom: 26px;
  }
}

.oniku .oniku-new-products .oniku-flex-contents .new-products__left h2 span {
  background-color: #E70413;
  color: #fff;
  font-size: 36px;
  font-weight: 600;
  padding-inline: 8px;
  font-family: var(--fontYu);

  @media screen and (max-width: 767px) {
    font-size: 21px;
    letter-spacing: 0.06em;
  }
}

.oniku .oniku-new-products .oniku-flex-contents .new-products__left .new-products__contents {
  padding: 31px;
  max-width: 596px;

  border: 1px solid #E70413;
  border-radius: 10px;

  @media screen and (max-width: 767px) {
    margin-inline: auto;
    padding: 25px 20px;
    border-radius: 6.67px;
  }
}

.oniku .oniku-new-products .oniku-flex-contents .new-products__left .new-products__catch {
  width: fit-content;
  color: #E70413;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 24px;
  letter-spacing: 0.08em;
  font-family: var(--fontYu);

  @media screen and (max-width: 767px) {
    font-size: 15px;
    width: 100%;
    text-align: center;
  }
}

.oniku .oniku-new-products .oniku-flex-contents .new-products__left .new-products__description {
  width: fit-content;
  color: #000;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 2;
  font-family: var(--fontYu);
  font-feature-settings: "palt";

  @media screen and (max-width: 767px) {
    font-size: 12px;
  }
}

.oniku .oniku-new-products .oniku-flex-contents .new-products__right {
  width: 284px;

  @media screen and (max-width: 767px) {
    width: 170px;
  }

  img {
    width: 100%;
    aspect-ratio: 284 / 524;
  }
}

@media screen and (max-width: 959px) {
  .oniku .oniku-new-products .oniku-flex-contents {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }

  .oniku .oniku-new-products .oniku-flex-contents .new-products__left {
    width: 100%;
  }

  .oniku .oniku-new-products .oniku-flex-contents .new-products__left .new-products__catch {
    /* font-size: 18px; */
    margin-bottom: 24px;
    text-align: center;
  }
}

.oniku .oniku-feature {
  padding: 100px 0 0;
  margin-top: 0 !important;

  @media screen and (max-width: 767px) {
    padding: 60px 0 0;
  }

  .oniku-feature__inner.inner {
    max-width: 1320px;
  }

  .oniku-feature__contents {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 45px;

    @media screen and (max-width: 959px) {
      display: flex;
      flex-direction: column;
      gap: 24px;
    }
  }

  .oniku-feature__content {
    border-radius: 10px;
    padding: 30px 20px;
    background-color: #fff;
    border: 3px solid #E70413;
    color: #595757;

    @media screen and (max-width: 767px) {
      padding: 24px 16px;
    }
  }

  .oniku-feature-content__heading {
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 2px solid #E70413;

    h3 {
      text-align: center;
      font-size: 24px;
      line-height: 1.4;
      letter-spacing: 0.08em;
      color: #E70413;

      @media screen and (max-width: 767px) {
        font-size: 20px;
      }
    }

    @media screen and (max-width: 767px) {
      padding-bottom: 16px;
    }
  }

  .oniku-feature-content__body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 26px;

    &>p {
      text-align: center;
      font-size: 16px;
      font-weight: 700;
      line-height: 1.75;
      letter-spacing: 0.08em;
      padding-top: 20px;

      @media screen and (max-width: 767px) {
        font-size: 14px;
        line-height: 1.6;
      }

      span {
        color: #E70413;
      }
    }
  }

  .oniku-feature-content__main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    width: 100%;

    @media screen and (max-width: 767px) {
      gap: 20px;
    }
  }

  .oniku-feature__content._nutrition .oniku-feature-content__image {
    @media screen and (max-width: 767px) {
      width: 149px;
      height: 216px;
    }
  }

  .oniku-feature__content._individuality .oniku-feature-content__image {
    @media screen and (max-width: 767px) {
      width: 307px;
      height: 133px;
    }
  }

  .oniku-feature-content__image {
    height: 216px;
    flex-shrink: 0;

    @media screen and (max-width: 767px) {
      width: 182px;
      height: 181px;
    }

    img {
      width: 100%;
      height: 100%;
      object-fit: contain;
    }
  }

  .oniku-feature-content__description {
    width: 100%;

    p:first-child {
      border-radius: 10px;
      padding: 20px;
      background-color: #fafafa;
      font-size: 16px;
      font-weight: 700;
      line-height: 1.5;
      letter-spacing: 0.08em;
      font-feature-settings: normal;

      @media screen and (max-width: 767px) {
        padding: 20px 16px;
        font-size: 14px;
        font-weight: 700;
      }

      span {
        color: #E70413;
      }
    }

    .oniku-feature__annotation {
      font-family: var(--fontYu);
      margin-top: 10px;
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 0.08em;
      text-align: right;

      @media screen and (max-width: 767px) {
        margin-top: 8px;
      }
    }

    .description-annotation {
      font-size: 12px;
      color: #595757 !important;
      line-height: 1.4;
    }

    .description-annotation._first {
      margin-top: 13px !important;
      display: inline-block !important;
    }

    .description-annotation._last {
      display: block;
    }
  }
}

.oniku .oniku-feature h2 {
  font-size: 34px;
  font-weight: 700;
  color: #000;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 60px;
  font-family: var(--fontYu);

  @media screen and (max-width: 959px) {
    font-size: 24px;
    margin-bottom: 24px;
  }
}

.oniku .oniku-line-up {
  margin-top: 0 !important;

  .oniku-line-up-head {
    padding-block: 100px 130px;

    @media screen and (max-width: 1023px) {
      padding-block: 80px 94px;
    }
  }

  .oniku-line-up-head__inner.inner {
    max-width: 1320px;

    @media screen and (max-width: 1023px) {
      padding-inline: 27px;
    }
  }

  .oniku-line-up__heading {
    color: #000;
    text-align: center;

    h2 {
      font-size: 34px;
      line-height: 1;
      letter-spacing: 0.08em;
      margin-bottom: 32px;
      font-weight: 700;

      @media screen and (max-width: 1023px) {
        font-size: 24px;
        margin-bottom: 24px;
      }
    }

    p {
      font-weight: 700;
      font-size: 16px;
      letter-spacing: 0.08em;

      @media screen and (max-width: 1023px) {
        font-size: 12px;
      }
    }
  }

  .oniku-line-up__body {
    margin-inline: auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, 250px);
    justify-content: center;
    gap: 17px;
    /* display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap; */

    @media screen and (max-width: 767px) {
      display: flex;
      flex-direction: column;
      gap: 10px;
    }

    li {
      height: 300px;

      @media screen and (max-width: 767px) {
        width: 100%;
        height: auto;
        border-radius: 10px;

        .oniku-line-up__image {
          display: none;
        }
      }
    }

    &.--flex {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      gap: 0;
      margin-top: 0;
    }
  }

  .oniku-line-up__link {
    width: 100%;
    height: calc(100% - 32px - 10px);
    padding-block: 32px 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
    background-color: #fff;
    transition: .3s;

    @media screen and (max-width: 767px) {
      width: auto;
      height: auto;
      padding: 15px 20px 16px;
      position: relative;
      align-items: flex-start;
    }

    &:hover {
      opacity: 1;
    }

    p {
      text-align: center;
      font-size: 14px;
      color: #595757;
      font-weight: 700;
      line-height: 23px;
      letter-spacing: 0.06em;

      @media screen and (max-width: 767px) {
        font-size: 12px;
        line-height: 1.5;
        letter-spacing: 0;
        text-align: left;
      }
    }

    svg {
      @media screen and (max-width: 767px) {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 20px;
      }
    }
  }

  .oniku-line-up__link._standard {
    border: 3px solid #E70413;
  }

  .oniku-line-up__link._standard:hover {
    background-color: #FDE6E7;
  }

  .oniku-line-up__link._tomato {
    border: 3px solid #E95413;
  }

  .oniku-line-up__link._tomato:hover {
    background-color: #FDEEE7;
  }

  .oniku-line-up__link._ajillo {
    border: 3px solid #2BA2C4;
  }

  .oniku-line-up__link._ajillo:hover {
    background-color: #EAF6F9;
  }

  .oniku-line-up__link._tantan {
    border: 3px solid #F39900;
  }

  .oniku-line-up__link._tantan:hover {
    background-color: #FEF5E5;
  }

  .oniku-line-up__link._maitake {
    border: 3px solid #EE6A41;
  }

  .oniku-line-up__link._maitake:hover {
    background-color: #FDF0EC;
  }

  .oniku-line-up__image {
    width: 119px;
    height: 179px;
    transition: transform 0.3s;

    /* @media (hover: hover) and (pointer: fine) {
      &:hover {
        transform: scale(1.1);
      }
    } */

    img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }
}

/* .oniku .oniku-lineup h2::before {
  content: "";
  display: inline-block;
  background: url(../../../images/brand/kinokonooniku/diagonal-line-left.webp) no-repeat center / cover;
  width: 58px;
  height: 98px;
}

.oniku .oniku-lineup h2::after {
  content: "";
  display: inline-block;
  background: url(../../../images/brand/kinokonooniku/diagonal-line-right.webp) no-repeat center / cover;
  width: 58px;
  height: 98px;
} */

.oniku .oniku-lineup .oniku-dishs__wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  position: relative;
  margin-bottom: 64px;
}

.oniku .oniku-lineup .oniku-dishs__wrap::before {
  content: "";
  display: block;
  background: url(../../../images/brand/kinokonooniku/coming-soon.webp) no-repeat center / cover;
  width: 638px;
  height: 71px;
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.oniku .oniku-line-up__body {
  margin-top: 58px;

  @media screen and (max-width: 1023px) {
    margin-top: 30px;
  }

  .oniku-line-up__content {
    width: 100%;
    padding-block: 100px;
    overflow: hidden;
    position: relative;

    @media screen and (max-width: 959px) {
      padding-block: 40px;
    }
  }

  .oniku-line-up__content::before {
    content: "";
    background-size: cover;
    background-repeat: repeat-y;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 0;

    @media screen and (max-width: 959px) {
      background-size: auto;
    }
  }

  .oniku-line-up__content._standard {
    background-color: #E70413;
  }

  .oniku-line-up__content._standard::before {
    background-image: url("../../../images/brand/kinokonooniku/bg_line-up_red.svg");

    @media screen and (max-width: 959px) {
      background-image: url("../../../images/brand/kinokonooniku/bg_line-up_red-sp.svg");
    }
  }

  .oniku-line-up__content._tomato h3 {
    color: #F25C1A;
  }

  .oniku-line-up__content._tomato .product-linkBtn {
    background-color: #F25C1A;
  }

  .oniku-line-up__content._tomato {
    background-color: #E95413;
  }

  .oniku-line-up__content._tomato::before {
    background-image: url("../../../images/brand/kinokonooniku/bg_line-up_orange.svg");

    @media screen and (max-width: 959px) {
      background-image: url("../../../images/brand/kinokonooniku/bg_line-up_orange-sp.svg");
    }

  }

  .oniku-line-up__content._ajillo h3 {
    color: #2BA2C4;
  }

  .oniku-line-up__content._ajillo .product-linkBtn {
    background-color: #2BA2C4;
  }

  .oniku-line-up__content._ajillo {
    background-color: #2BA2C4;
  }

  .oniku-line-up__content._ajillo::before {
    background-image: url("../../../images/brand/kinokonooniku/bg_line-up_blue.svg");

    @media screen and (max-width: 959px) {
      background-image: url("../../../images/brand/kinokonooniku/bg_line-up_blue-sp.svg");
    }
  }

  .oniku-line-up__content._tantan h3 {
    color: #F39900;
  }

  .oniku-line-up__content._tantan .product-linkBtn {
    background-color: #F39900;
  }

  .oniku-line-up__content._tantan {
    background-color: #F39900;
  }

  .oniku-line-up__content._tantan::before {
    background-image: url("../../../images/brand/kinokonooniku/bg_line-up_yellow.svg");

    @media screen and (max-width: 959px) {
      background-image: url("../../../images/brand/kinokonooniku/bg_line-up_yellow-sp.svg");
    }
  }

  .oniku-line-up__content._maitake h3 {
    color: #EE6A41;
  }

  .oniku-line-up__content._maitake .product-linkBtn {
    background-color: #EE6A41;
  }

  .oniku-line-up__content._maitake {
    background-color: #EE6A41;
  }

  .oniku-line-up__content._maitake::before {
    background-image: url("../../../images/brand/kinokonooniku/bg_line-up_brown.svg");

    @media screen and (max-width: 959px) {
      background-image: url("../../../images/brand/kinokonooniku/bg_line-up_brown-sp.svg");
    }
  }

  .oniku-line-up__inner.inner {
    max-width: 1240px;

    @media screen and (max-width: 959px) {
      padding-inline: 40px;
    }
  }

  .oniku-line-up-item__wrapper {
    margin-bottom: 40px;
    border: 2px solid #efefef;
    border-radius: 10px;

    &>.oniku-line-up__item {
      padding: 60px 40px 0;
      width: calc(100% - 40px * 2);

      @media screen and (max-width: 1023px) {
        padding: 25px 25px 0;
        width: calc(100% - 25px * 2);
      }

      &.--large {
        gap: 128px;

        @media screen and (max-width: 1023px) {
          gap: 50px;
        }

        @media screen and (max-width: 767px) {
          gap: 26px;
        }
      }
    }

    &>.oniku-line-up__gray-area {
      border-radius: 0 0 10px 10px;
      /* border: 2px solid #f6f6f6; */
      margin-bottom: 0;
      border: none;
    }
  }

  .oniku-line-up__item {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 20px;
    border-radius: 10px;
    position: relative;
    z-index: 1;

    @media screen and (max-width: 959px) {
      flex-direction: column;
      justify-content: center;
      align-items: center;
      padding: 40px 10px;
    }

    &.--large {
      gap: 100px;

      @media screen and (max-width: 1023px) {
        gap: 50px;
      }

      @media screen and (max-width: 959px) {
        gap: 24px;
        flex-direction: column;

        h3 {
          text-align: center;
          font-size: 24px;
          line-height: 1.5;
          margin-bottom: 8px;
          letter-spacing: .04em;
        }

        h3 span {
          display: inline-block;
          font-size: 20px;
        }

        .oniku-line-up__matrix-title {
          text-align: left;
          font-weight: 700;
        }

        p {
          font-size: 14px;
          text-align: center;
          line-height: 2;
          letter-spacing: .03em;
        }
      }

      .oniku-line-up-item__image {
        width: 200px;
        height: auto;

        @media screen and (max-width: 767px) {
          width: 144px;
        }
      }

      .oniku-line-up__notice {
        span::before {
          content: "※";
        }
      }
    }

    &.--center {
      gap: 79px;
      align-items: center;
      margin-bottom: 0;

      @media screen and (max-width: 767px) {
        gap: 26px;
      }

      h3 {
        margin-bottom: 32px;

        span {
          font-weight: 700;
        }

        @media screen and (max-width: 767px) {
          font-size: 21px;
          margin-bottom: 16px;
          text-align: center;

          span {
            font-size: 12px;
            margin-top: 0;
            font-weight: 700;
          }
        }
      }

      p {
        margin-bottom: 32px;
        font-size: 18px;
        text-align: center;

        @media screen and (max-width: 767px) {
          margin-bottom: 16px;
          font-size: 10px;
        }
      }

      dl:last-child {
        margin-bottom: 0;
      }

      .oniku-line-up-item__image {
        margin-top: -48px;
        width: 404px;
        height: 274px;

        @media screen and (max-width: 767px) {
          margin-top: 0;
          width: 301px;
          height: 202px;
        }
      }
    }

    &+.oniku-line-up-item__wrapper {
      margin-top: 62px;

      @media screen and (max-width: 767px) {
        margin-top: 26px;
      }
    }
  }

  .oniku-line-up__content._standard .oniku-line-up__item {
    background-color: #FDE5E7;
  }

  .oniku-line-up__content._tomato .oniku-line-up__item {
    background-color: #FDEEE7;
  }

  .oniku-line-up__content._ajillo .oniku-line-up__item {
    background-color: #E9F6F9;
  }

  .oniku-line-up__content._tantan .oniku-line-up__item {
    background-color: #FEF5E5;
  }

  .oniku-line-up__content._maitake .oniku-line-up__item {
    background-color: #FDF0EC;
  }

  .oniku-line-up-item__image {
    flex-shrink: 0;

    img {
      width: 100%;
      height: 100%;
      object-fit: contain;
    }
  }

  .oniku-line-up-item__content {
    @media screen and (min-width: 768px) {
      max-width: initial;
      width: 100%;
    }

    @media screen and (min-width: 960px) {
      max-width: 630px;
    }

    h3 {
      margin-bottom: 16px;
      font-size: 30px;
      font-weight: 700;
      line-height: 1.4;
      letter-spacing: 0.04em;
      color: #E70413;

      @media screen and (max-width: 767px) {
        text-align: center;
      }
    }

    p {
      font-size: 14px;
      font-weight: 700;
      line-height: 2;
      letter-spacing: 0.04em;
      color: #595757;
    }

    .product-linkBtn__wrap {
      display: flex;
      align-items: center;
      gap: 30px;
      margin-top: 40px;

      @media screen and (max-width: 959px) {
        flex-direction: column;
        gap: 16px;
        width: fit-content;
        margin: 20px auto 0;
      }
    }

    .product-linkBtn {
      display: flex;
      justify-content: center;
      align-items: center;
      width: min(100%, 300px);
      background-color: #E70413;
      border-radius: 10px;
      padding: 22px 16px;

      @media screen and (max-width: 959px) {
        width: min(100%, 260px);
        padding: 14px;
      }
    }

    .product-linkBtn::after {
      content: none;
    }

    .product-linkBtn span {
      display: inline-block;
      color: #fff;
      letter-spacing: .04em;
      font-weight: 700;

      @media screen and (max-width: 959px) {
        font-size: 14px;
      }
    }
  }

  p.oniku-line-up__matrix-title {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.08em;
    margin-bottom: 23px;

    @media screen and (max-width: 767px) {
      font-size: 10px;
      margin-bottom: 16px;
    }

    &:has(+ table) {
      margin-bottom: 16px;
      text-align: left;
    }
  }

  .oniku-line-up__matrix {
    width: 100%;
    margin-bottom: 20px;

    border-collapse: separate;
    border-spacing: 0;
    /* セル間の隙間をなくす */
    border-radius: 10px;
    overflow: hidden;
    /* 角を切り取る */
    border: 2px solid #efefef;

    @media screen and (max-width: 767px) {
      border-radius: 6.67px;
      border-width: 1px;
      margin-bottom: 0;
    }

    tbody {
      width: 100%;

      tr th,
      tr td {
        width: calc(100 / 8 * 1%);
        text-align: center;
        border-right: 1px solid #efefef;

        &:last-child {
          border-right: none;

          @media screen and (max-width: 767px) {
            border-right: 1px solid #efefef;
            border-bottom: none;

            &:nth-of-type(odd):nth-last-child(2) {
              border-bottom: none;
            }
          }
        }
      }

      tr th {
        border-bottom: none;
        padding-block: 29px 16px;
        border-bottom: 1px solid #efefef;
        font-weight: 700;
        letter-spacing: 0.08em;

        @media screen and (max-width: 767px) {
          padding-block: 13px 10px;
        }
      }

      tr td {
        font-family: var(--fontYu);
        padding-block: 16px 23px;
        border-bottom-width: 2px;
        font-weight: 600;
      }

      @media screen and (max-width: 767px) {
        tr {
          display: flex;
          flex-wrap: wrap;

          @media screen and (max-width: 767px) {
            &:last-child {
              display: none;
            }
          }

          th {
            width: calc(50% - 13px);
            text-align: left;
            padding-left: 12px;

            display: flex;
            justify-content: flex-start;
            align-items: center;
            gap: 12px;
            font-size: 10px;

            &:nth-of-type(2n) {
              border-right: none;
            }
          }
        }
      }
    }
  }

  p.oniku-line-up__notice {
    font-size: 14px;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.08em;

    @media screen and (max-width: 767px) {
      font-size: 10px;
    }

    &>span {
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      text-align: left;
      font-family: var(--fontKozuka);

      @media screen and (max-width: 767px) {
        font-size: 10px;
      }
    }

    &>span::before {
      content: "※";
      font-family: var(--fontKozuka);

      @media screen and (max-width: 767px) {
        font-size: 10px;
      }
    }

    &>span:last-child {
      flex-shrink: 0;

      @media screen and (max-width: 1023px) {
        align-self: flex-end;
      }
    }

    &>span:last-child::before {
      display: none;
    }

    &>span:last-child:nth-of-type(1) {
      margin-top: 15px;
    }

    &>span:last-child:nth-of-type(1)::before {
      display: block;
    }

    &>p {
      margin-bottom: 0;
    }

    &.--flex {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      gap: 20px;
      margin-bottom: 0;

      @media screen and (max-width: 1023px) {
        flex-direction: column-reverse;
        gap: 10px;
      }
    }
  }

  .oniku-line-up__gray-area {
    background-color: #f6f6f6;
    width: calc(100% - 38px * 2);
    border-radius: 10px;
    padding: 38px;
    margin-bottom: 79px;
    border: 2px solid #efefef;

    @media screen and (max-width: 767px) {
      /* width: calc(100% - 30px * 2); */
      width: auto;
      border-radius: 6.67px;
      padding: 30px;
      margin-bottom: 40px;
    }
  }

  .oniku-line-up-gray-area__heading {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 21px;
    margin-bottom: 32px;

    p {
      font-size: 16px;
      font-weight: 700;
      letter-spacing: 0.08em;
      font-feature-settings: "palt";

      @media screen and (max-width: 767px) {
        font-size: 12px;
        text-align: center;
      }
    }

    @media screen and (max-width: 767px) {
      /* flex-wrap: wrap; */
      flex-direction: column;
    }
  }

  .oniku-line-up-gray-area__title {
    width: 120px;
    height: 40px;
    background-color: #E70413;
    color: #fff;
    border-radius: 20px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.06em;
    display: grid;
    place-items: center;

    @media screen and (max-width: 767px) {
      width: 80px;
      height: 25px;
      font-size: 12px;
      border-radius: 13px;
    }

    &.--orange {
      background-color: #ef5c2f;
    }

    &.--orange2 {
      background-color: #ff9824;
    }

    &.--aqua {
      background-color: #1ab6d4;
    }

    &.--brown {
      background-color: #9f774b;
    }
  }

  .oniku-line-up-gray-area__body {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;

    @media screen and (max-width: 767px) {
      flex-wrap: wrap;
      align-items: center;
      gap: 24px;
    }

    &+.oniku-line-up-gray-area__text-contents {
      margin-top: 35px;
    }
  }

  .how-to-eat__item {
    max-width: 360px;
    width: 100%;

    &:has(> .how-to-eat-image__wrapper) {
      max-width: initial;

      .how-to-eat-image__wrapper {
        max-width: 560px;
        height: 360px;
        overflow: hidden;

        @media screen and (max-width: 767px) {
          border-radius: 6.67px;
          height: 202px;
          margin-bottom: 15px;
        }

        border-radius: 10px;
        margin-bottom: 25px;

        .how-to-eat__image {
          width: 100%;
          height: 100%;
          margin-bottom: 0;
          border-radius: 0;

          img {
            width: 100%;
            height: 100%;
            object-fit: cover;
          }
        }
      }

      .how-to-eat__text {
        font-weight: 600;
      }
    }

    @media screen and (max-width: 767px) {
      &:has(> .how-to-eat-image__wrapper) {
        max-width: initial;

        .how-to-eat-image__wrapper {
          border-radius: 6.67px;
          height: 202px;
          margin-bottom: 15px;
        }

        .how-to-eat__text {
          font-size: 12px;
          line-height: 2;
        }
      }
    }
  }

  .oniku-line-up-gray-area__text-contents {
    padding: 36px 40px;
    border: 1px solid #000;
    border-radius: 10px;

    @media screen and (max-width: 767px) {
      padding: 18px 20px;
      border-radius: 6.67px;
      border-width: 1px;
    }

    p span {
      display: inline-block;
      font-size: 16px;
      line-height: 2;
      font-weight: 600;
      letter-spacing: 0.08em;
      font-feature-settings: normal;

      &+& {
        margin-top: 4px;
      }

      @media screen and (max-width: 767px) {
        font-size: 9px;
      }
    }
  }

  .how-to-eat__image {
    width: 100%;
    height: 280px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 24px;

    @media screen and (max-width: 767px) {
      border-radius: 6.67px;
      width: 100%;
      height: 201px;
      margin-bottom: 15px;
    }

    img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }

  .how-to-eat__title {
    font-family: var(--fontKozuka) !important;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: 0.08em;
    line-height: 30px;

    @media screen and (max-width: 767px) {
      font-size: 12px;
      line-height: 1.5;
      margin-bottom: 4px;
    }
  }

  .how-to-eat__text {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.08em;
    line-height: 2;
    font-feature-settings: "palt";

    @media screen and (max-width: 767px) {
      font-size: 12px;
    }
  }
}

.arrange-recipe {
  width: 100%;
  height: 610px;
  background-color: #E70413;
  padding-top: 97px;
  position: relative;

  @media screen and (max-width: 959px) {
    height: 305px;
    padding-top: 46px;
  }

  .arrange-recipe__title {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #fff;
    text-align: center;

    @media screen and (max-width: 959px) {
      font-size: 18px;
    }
  }

  .arrange-recipe__text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #fff;
    text-transform: uppercase;

    @media screen and (max-width: 959px) {
      font-size: 12px;
    }
  }
}

.coming-soon__catch {
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  color: #E70413;
  letter-spacing: 0.2em;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  white-space: nowrap;
  padding-bottom: 100px;
  padding-inline: 20px;
}

.coming-soon__catch::before {
  content: "";
  display: block;
  border-top: 1px solid #E70413;
  width: 380px;
}

.coming-soon__catch::after {
  content: "";
  display: block;
  border-top: 1px solid #E70413;
  width: 380px;
}

@media screen and (max-width: 959px) {
  .oniku .oniku-lineup {
    padding: 48px 0 48px;
  }

  .oniku .oniku-lineup h2 {
    font-size: 18px;
    margin-bottom: 40px;
    gap: 8px;
  }

  .oniku .oniku-lineup h2::before {
    width: 42px;
    height: 72px;
  }

  .oniku .oniku-lineup h2::after {
    width: 42px;
    height: 72px;
  }

  .lineup-comingSoon {
    margin-bottom: 40px;
  }

  .oniku .oniku-lineup .oniku-dishs__wrap {
    display: flex;
    flex-direction: column;
    gap: 16px;
    position: relative;
    margin-bottom: 40px;
  }

  .oniku .oniku-lineup .oniku-dishs__wrap::before {
    display: none;
  }

  .oniku .oniku-lineup .oniku-dishs__wrap .oniku-dishs {
    background: #fff;
    border-radius: 10px;
    height: auto;
    padding: 24px 20px;
  }

  .oniku .oniku-lineup .oniku-dishs__wrap .oniku-dishs h3 {
    font-size: 18px;
    margin-bottom: 16px;
    min-height: auto;
    margin-top: 0;
  }

  .oniku .oniku-lineup .oniku-dishs__wrap .oniku-dishs h3 span {
    font-size: 12px;
  }

  .oniku .oniku-lineup .oniku-dishs__wrap .oniku-dishs p {
    font-size: 14px;
  }

  .coming-soon__catch {
    font-size: 20px;
    gap: 24px;
    padding-bottom: 48px;
  }
}

.mushroom-meat__recipe {
  padding-top: 120px;
  margin-top: 0 !important;

  @media screen and (max-width: 959px) {
    padding-top: 80px;
  }
}

.mushroom-meat__recipe--inner.inner {
  max-width: 1240px;
}

.mushroom-meat__recipe h2 {
  font-size: 34px;
  font-weight: 700;
  color: #000;
  text-align: center;
  letter-spacing: 0.08em;
  margin-bottom: 60px;
  font-family: var(--fontYu);

  @media screen and (max-width: 959px) {
    font-size: 24px;
    margin-bottom: 24px;
  }
}

.recipe-list__kinokonooniku {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;

  @media screen and (max-width: 959px) {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 7px;
  }

  li {
    a {
      display: block;

      img {
        object-fit: cover;
        border-radius: 10px;
        aspect-ratio: 280 / 210;

        @media screen and (max-width: 959px) {
          aspect-ratio: 110 / 83;
        }
      }

      .recipe-name__kinokonooniku {
        font-size: 14px;
        font-weight: 700;
        letter-spacing: .08em;
        padding-top: 16px;

        @media screen and (max-width: 767px) {
          font-size: 11px;
          padding-top: 8px;
        }
      }

      &::after {
        content: none;
      }
    }
  }
}

.mushroom-meat__recipe .mushroom-meat__recipeBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  width: min(100%, 300px);
  background-color: #E70413;
  border-radius: 10px;
  padding: 22px 16px;
  margin: 100px auto 0;
  transition: opacity 0.18s ease-in-out;

  @media screen and (max-width: 959px) {
    width: min(100%, 260px);
    gap: 20px;
    padding: 14px;
    margin: 60px auto 0;
  }
}

.mushroom-meat__recipe .mushroom-meat__recipeBtn:hover {
  opacity: .7;
}

.mushroom-meat__recipe .mushroom-meat__recipeBtn::after {
  content: "";
  background: url("../../../images/brand/kinokonooniku/arrow_white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 7px;
  height: 12px;
  margin: 0;
}

.mushroom-meat__recipe .mushroom-meat__recipeBtn span {
  display: inline-block;
  color: #fff;
  font-weight: 700;
  letter-spacing: .04em;

  @media screen and (max-width: 959px) {
    font-size: 14px;
  }
}

/* フェードインアニメーション */
.oniku-js-animation {
  visibility: hidden;
  opacity: 0;
  transition: all 1s;
  transform: translateY(50px);
}

.oniku-js-animation.is-show {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

/* スライドインアニメーション */
.oniku-animation__slide {
  opacity: 0;
  transform: translateX(-180px);
}

.oniku-animation__slide.is-slide {
  animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

.oniku-animation__slide:nth-child(1) {
  animation-delay: 0s;
  /* 最初の要素は即座に */
}

.oniku-animation__slide:nth-child(2) {
  animation-delay: 0.9s;
  /* 次の要素は0.5秒後に */
}

.oniku-animation__slide:nth-child(3) {
  animation-delay: 1.8s;
  /* 最後の要素は1秒後に */
}

@keyframes slideIn {
  0% {
    transform: translateX(-180px);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
  }

  40%,
  100% {
    opacity: 1;
  }
}

/* ポップアップアニメーション */
.oniku-animation__popup {
  opacity: 0;
}

.oniku-animation__popup.is-popup {
  animation: popup 1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation-delay: 2.6s;
}

@keyframes popup {
  0% {
    transform: translateY(40px) scale(0.8);
    opacity: 0;
  }

  100% {
    transform: translateY(0) scale(1);
  }

  80%,
  100% {
    opacity: 1;
  }
}

/* フッター */

/* フッター */
.footer {
  padding: 46px 0 50px;
  padding: 2.875rem 0 3.125rem;
  background-image: url("../images/common/footer-bg_sp.webp");
  background-size: 23.4375rem 55.4375rem;
  background-position: center bottom;
  background-repeat: repeat-x;
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .footer {
    padding: 13rem 0 3.875rem;
    background-image: url("../images/common/footer-bg.webp");
    background-size: 46rem 71.1875rem;
    background-position: center bottom;
    background-repeat: repeat-x;
    background-color: #fff;
  }
}

.footer .to-top-link {
  width: 80px;
  height: 80px;
  border-radius: 10px 0 0 10px;
  position: fixed;
  bottom: 120px;
  right: 0;
  z-index: 1000;
  display: none;
}

@media screen and (max-width: 767px) {
  .footer .to-top-link {
    width: 60px;
    height: 60px;
    bottom: 50px;
  }
}

.footer .footer__inner {
  margin: 0 auto;
  padding: 0 46px;
  padding: 0 2.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1269px;
  max-width: 79.3125rem;
}

.footer .footer__contents {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (min-width: 768px) {
  .footer .footer__contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 4.125rem 0.78125rem;
  }
}

.footer .footer-nav {
  width: 100%;
  border-bottom: 1px solid #E70413;
}

@media screen and (min-width: 768px) {
  .footer .footer-nav {
    max-width: 24rem;
    width: 100%;
    border: none;
  }
}

.footer .footer-nav.--global {
  margin: 27px 0 0;
  margin: 1.6875rem 0 0;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px 27px;
  gap: 0.5rem 1.6875rem;
}

.footer .footer-nav.--global .footer-nav-item {
  font-size: 12px;
  font-size: 0.75rem;
}

@media screen and (min-width: 768px) {
  .footer .footer-nav.--global {
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer .footer-nav.--global .footer-nav-item {
    font-size: 1rem;
  }
}

.footer .footer-nav__heading {
  padding: 24px 0 19px;
  padding: 1.5rem 0 1.1875rem;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (hover: hover) and (pointer: fine) {
  .footer .footer-nav__heading:hover {
    opacity: 0.7;
  }
}

@media screen and (min-width: 768px) {
  .footer .footer-nav__heading {
    padding: 0 0 1.25rem;
  }
}

.footer .footer-nav__heading.opened .footer-nav-heading__button>span:nth-child(2) {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
}

.footer .footer-nav-heading__item {
  font-family: "fot-cezanne-pron", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #E70413;
  line-height: 1.2;
  letter-spacing: 0.08em;
}

@media screen and (min-width: 768px) {
  .footer .footer-nav-heading__item {
    font-size: 1.25rem;
  }
}

.footer .footer-nav-heading__button {
  position: relative;
  margin: 0 10px 0 0;
  margin: 0 0.625rem 0 0;
  width: 15px;
  width: 0.9375rem;
  height: 15px;
  height: 0.9375rem;
}

@media screen and (min-width: 768px) {
  .footer .footer-nav-heading__button {
    display: none;
  }
}

.footer .footer-nav-heading__button span {
  position: absolute;
  background-color: #E70413;
  width: 15px;
  width: 0.9375rem;
  height: 2px;
  height: 0.125rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.footer .footer-nav-heading__button span:nth-child(2) {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

.footer .footer-nav__body {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: grid-template-rows 0.3s ease-out, opacity 0.3s ease-out, padding 0.3s ease;
  transition: grid-template-rows 0.3s ease-out, opacity 0.3s ease-out, padding 0.3s ease;
  transition: grid-template-rows 0.3s ease-out, opacity 0.3s ease-out, padding 0.3s ease, -ms-grid-rows 0.3s ease-out;
}

@media screen and (min-width: 768px) {
  .footer .footer-nav__body {
    grid-template-rows: 1fr;
    opacity: 1;
  }
}

.footer .footer-nav__body.opened {
  grid-template-rows: 1fr;
  opacity: 1;
  padding: 0 0 20px;
  padding: 0 0 1.25rem;
}

.footer .footer-nav-list {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 8px;
  gap: 0.5rem;
}

.footer .footer-nav-item {
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "fot-cezanne-pron", sans-serif;
  font-weight: 500;
  letter-spacing: 0.04em;
}

@media screen and (min-width: 768px) {
  .footer .footer-nav-item {
    font-size: 1rem;
  }
}

.footer .footer-nav-item.--extra::after {
  content: "";
  display: inline-block;
  background-image: url("../images/common/extra-link.webp");
  background-size: contain;
  margin-left: 2px;
  margin-left: 0.125rem;
  width: 8px;
  height: 8px;
}

@media screen and (min-width: 768px) {
  .footer .footer-nav-item.--extra::after {
    margin-left: 0.25rem;
    width: 12px;
    height: 12px;
  }
}

.footer .footer-bottom-contents {
  margin-top: 46px;
  margin-top: 2.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 22px;
  gap: 1.375rem;
}

@media screen and (min-width: 768px) {
  .footer .footer-bottom-contents {
    -ms-flex-item-align: end;
    align-self: flex-end;
    gap: 0.875rem;
  }
}

.footer .footer-logo {
  width: 229px;
  width: 14.3125rem;
  height: 27px;
  height: 1.6875rem;
}

.footer .footer-logo img {
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .footer .footer-logo {
    width: 21.5625rem;
    height: 2.5625rem;
  }
}

.footer .footer-copy {
  font-size: 8px;
  font-size: 0.5rem;
}

@media screen and (min-width: 768px) {
  .footer .footer-copy {
    font-size: 0.875rem;
  }
}

.header__button.--gray::after {
  display: none;
}

body.no-scroll {
  overflow: hidden !important;
  overflow-x: hidden !important;
  overflow-y: hidden !important;
}

.header-button {
  border: none;
  background: none;
}

.footer .footer-nav-heading__button {
  border: none;
  background: none;
}

.footer .footer-bottom-contents__wrap {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  width: 100%;
  margin-top: 46px;
  gap: 16px;

  @media screen and (min-width: 768px) {
    justify-content: space-between;
    flex-direction: row;
  }

  .footer-policy {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", yu-gothic-pr6n;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.04em;

    @media screen and (min-width: 768px) {
      font-size: 14px;
    }

    a {
      text-decoration: underline;
      text-underline-offset: 2px;
    }
  }
}

.grecaptcha-badge {
  display: none;
}