@import "https://fonts.googleapis.com/css2?family=Inter:opsz@14..32&family=Noto+Sans+JP&display=swap";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  vertical-align: baseline;
  border: 0;
  margin: 0;
  padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, picture {
  display: block;
}

body {
  line-height: 1;
}

body.is-locked {
  overflow: hidden;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
}

:root {
  --vw: 100vw;
}

html {
  width: 100%;
  font-size: min(var(--vw) / 37.5, 12px);
}

@media screen and (width >= 1240px) {
  html {
    font-size: calc(var(--vw) / 136);
  }
}

@media screen and (width >= 1728px) {
  html {
    font-size: 75%;
  }
}

body {
  color: #31395c;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt";
  background: url("../img/bg_body.png") 0 0 / 100px;
  font-family: shippori-mincho-b1, sans-serif;
  font-weight: 500;
  overflow-x: hidden;
}

a, a:visited, a:focus {
  color: inherit;
  outline: none;
  text-decoration: none;
  transition: all .5s;
}

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

h2, h3, h4 {
  font-weight: 500;
}

sup {
  vertical-align: top;
  font-size: .8em;
}

.c-btn-rect {
  color: #fff;
  letter-spacing: .2em;
  background: #c25c51;
  border: 1px solid #c25c5100;
  align-items: center;
  width: 100%;
  max-width: 31.5rem;
  height: 6rem;
  padding: 0 2.5rem 0 3.5rem;
  font-size: 1.6rem;
  font-weight: 500;
  transition: all .5s;
  display: flex;
}

.c-btn-rect:visited, .c-btn-rect:focus {
  color: #fff;
}

@media (hover: hover), (-ms-high-contrast: none) {
  .c-btn-rect:hover {
    color: #c25c51;
    background: none;
    border-color: #c25c51;
  }

  .c-btn-rect:hover:after {
    background-image: url("../img/icon_arrow_red.svg");
  }
}

.c-btn-rect span {
  text-align: center;
  flex: 1;
}

.c-btn-rect:after {
  content: "";
  background: url("../img/icon_arrow.svg") center / contain no-repeat;
  flex-shrink: 0;
  width: 1.6rem;
  height: .6rem;
  display: block;
}

.c-btn-more {
  cursor: pointer;
  background: none;
  border: none;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  transition: all .5s;
  display: flex;
}

@media (hover: hover), (-ms-high-contrast: none) {
  .c-btn-more:hover .c-btn-more__icon {
    background-color: #4a5792;
  }

  .c-btn-more:hover .c-btn-more__icon:before, .c-btn-more:hover .c-btn-more__icon:after {
    background-color: #fff;
  }
}

.c-btn-more__icon {
  border: 1px solid #4a5792;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3.6rem;
  height: 3.6rem;
  display: flex;
  position: relative;
}

.c-btn-more__icon:before, .c-btn-more__icon:after {
  content: "";
  background: #4a5792;
  transition: all .5s;
  position: absolute;
}

.c-btn-more__icon:before {
  width: 1rem;
  height: 1px;
}

.c-btn-more__icon:after {
  width: 1px;
  height: 1rem;
}

.c-btn-more__text {
  color: #4a5792;
  letter-spacing: .2em;
  font-feature-settings: "palt";
  font-family: shippori-mincho-b1, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
}

.motion-fade {
  opacity: 0;
  transition: all 1.8s;
  transform: translateY(10px);
}

.motion-fade.move {
  animation: 1s .3s forwards fadein;
}

@keyframes fadein {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }

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

.opening {
  z-index: 9999;
  background: url("../img/bg_opening.jpg") center / cover no-repeat;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100dvh;
  font-family: shippori-mincho-b1, sans-serif;
  font-weight: 500;
  display: flex;
  position: fixed;
  inset: 0;
}

.opening__inner {
  padding: 0 3rem;
}

.opening__btn {
  color: #ffffff80;
  text-underline-offset: 5px;
  letter-spacing: .05em;
  margin-top: 3rem;
  padding: 2rem 0;
  font-family: Inter, sans-serif;
  font-size: 1.2rem;
  text-decoration: underline;
  transition: all .5s;
  display: block;
}

@media (hover: hover), (-ms-high-contrast: none) {
  .opening__btn:hover {
    cursor: pointer;
    opacity: .6;
  }
}

.opening__text {
  flex-direction: column;
  gap: 0;
  display: flex;
}

.opening__line {
  letter-spacing: .16em;
  color: #fff;
  opacity: 0;
  font-family: shippori-mincho-b1, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 3;
  transition: opacity 2.5s, transform 2.5s;
  transform: translateY(8px);
}

.opening__line.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.opening.is-hidden {
  opacity: 0;
  visibility: hidden;
  transition: opacity 2.5s, visibility 2.5s;
}

html.is-opening-hidden .opening {
  display: none !important;
}

.header {
  z-index: 101;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (width >= 768px) {
  .header {
    background: url("../img/bg_navy.png") 0 0 / 100px;
    width: 24rem;
    height: 100dvh;
    padding: 5rem;
    position: fixed;
    left: auto;
    right: 0;
  }
}

@media screen and (width >= 1240px) {
  .header {
    width: 28rem;
  }
}

.header__logo {
  width: 10rem;
  position: absolute;
  top: 2rem;
  left: 2rem;
}

@media screen and (width >= 768px) {
  .header__logo {
    z-index: 102;
    width: 10.6rem;
    top: 5rem;
    left: auto;
    right: 5rem;
  }
}

.header__logo img {
  width: 100%;
}

.header__menu {
  cursor: pointer;
  z-index: 102;
  background: #192351;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 8rem;
  height: 8rem;
  display: flex;
  position: fixed;
  top: 0;
  right: 0;
}

@media screen and (width >= 768px) {
  .header__menu {
    display: none;
  }
}

.header__menu.is-active .c-menu-btn__line:first-of-type {
  transform: translateY(.5rem) rotate(45deg);
}

.header__menu.is-active .c-menu-btn__line:nth-of-type(2) {
  opacity: 0;
}

.header__menu.is-active .c-menu-btn__line:nth-of-type(3) {
  transform: translateY(-.5rem) rotate(-45deg);
}

.c-menu-btn__line {
  background: #fff;
  width: 1.6rem;
  height: .1rem;
  margin: .2rem 0;
  transition: all .3s;
  display: block;
}

.c-menu-modal {
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  background: #0b0d1680;
  width: 100%;
  height: 100dvh;
  transition: opacity .3s ease-out, visibility .3s ease-out;
  position: fixed;
  top: 0;
  left: 0;
}

@media screen and (width >= 768px) {
  .c-menu-modal {
    opacity: 1;
    visibility: visible;
    background: none;
    width: 24rem;
    position: fixed;
    left: auto;
    right: 0;
  }
}

@media screen and (width >= 1240px) {
  .c-menu-modal {
    width: 28rem;
  }
}

.c-menu-modal.is-active {
  opacity: 1;
  visibility: visible;
}

.c-menu-modal.is-active .c-menu-modal__inner {
  opacity: 1;
  transform: translateX(0);
}

.c-menu-modal__inner {
  opacity: 0;
  justify-content: flex-end;
  height: 100%;
  transition: transform .4s ease-out, opacity .4s ease-out;
  display: flex;
  transform: translateX(10%);
}

@media screen and (width >= 768px) {
  .c-menu-modal__inner {
    opacity: 1;
    justify-content: center;
    transition: none;
    transform: none;
  }
}

.c-menu-modal__content {
  background: #272e4a;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 29.5rem;
  height: 100%;
  padding: 12rem 5rem 8rem;
  display: flex;
}

@media screen and (width >= 768px) {
  .c-menu-modal__content {
    background: none;
    justify-content: flex-end;
    width: 100%;
    padding-bottom: 3.7rem;
  }
}

.c-menu-modal__logo {
  width: 12.5rem;
  margin-bottom: 4rem;
}

@media screen and (width >= 768px) {
  .c-menu-modal__logo {
    display: none;
  }
}

.c-menu-modal__list {
  text-align: right;
  flex-direction: column;
  display: flex;
}

.c-menu-modal__list li {
  letter-spacing: .2em;
  font-size: 1.4rem;
}

.c-menu-modal__list li a {
  color: #fff;
  padding: 1.3rem 0;
  display: block;
}

@media (hover: hover), (-ms-high-contrast: none) {
  .c-menu-modal__list li a:hover {
    color: #8394dc;
  }
}

.bg {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  z-index: -1;
  width: calc(100% - 28rem);
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  position: fixed;
}

@media screen and (width >= 1240px) {
  .bg {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    background: #272e4a;
  }

  .bg:before {
    content: "";
    z-index: 2;
    background: #2f313c80;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
}

.bg .swiper-slide img {
  filter: blur(10px);
  opacity: .8;
  transform: scale(1.1);
}

.l-main {
  background: url("../img/bg_body.png") 0 0 / 100px;
}

@media screen and (width >= 768px) {
  .l-main {
    margin-right: 23.95rem;
  }
}

@media screen and (width >= 1240px) {
  .l-main {
    width: 60rem;
    margin-left: auto;
    margin-right: 27.95rem;
  }
}

.l-kv {
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.l-kv__bg {
  z-index: -1;
  background-color: #333;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.l-kv__bg .kv-swiper, .l-kv__bg .kv-swiper .swiper-slide picture {
  width: 100%;
  height: 100%;
}

.l-kv__bg .kv-swiper .swiper-slide img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.l-kv__title {
  flex-direction: column;
  align-items: center;
  gap: 3rem;
  width: 21.3rem;
  padding-bottom: 12rem;
  display: flex;
}

.l-kv__since {
  color: #fff;
  letter-spacing: .12em;
  font-size: 1.8rem;
}

.l-kv__logo {
  width: 19.8rem;
}

@media screen and (width >= 768px) {
  .l-kv__logo {
    width: 23rem;
  }
}

.l-kv__copy {
  width: 5.3rem;
  margin: auto;
  position: absolute;
  bottom: 6rem;
  left: 0;
  right: 0;
}

.l-kv__copy img {
  width: 100%;
}

.l-message {
  padding-top: 6rem;
}

.l-message__inner {
  margin: 0 auto;
}

@media screen and (width >= 768px) {
  .l-message__text-block {
    margin: 0 auto;
    display: table;
  }
}

.l-message__title {
  padding: 0 1.5rem 0 3rem;
}

@media screen and (width >= 768px) {
  .l-message__title {
    padding-left: 0;
    padding-right: 0;
  }
}

.l-message__title p {
  letter-spacing: .2em;
  color: #31395c;
  font-size: 2.6rem;
  line-height: 1.9;
}

.l-message__text {
  padding: 3rem 3rem 0;
}

@media screen and (width >= 768px) {
  .l-message__text {
    padding-left: 0;
    padding-right: 0;
  }
}

.l-message__text p {
  letter-spacing: .16em;
  color: #31395c;
  font-size: 1.5rem;
  line-height: 2.1;
}

.l-message__text p + p {
  margin-top: 2em;
}

.l-message__img {
  flex-direction: column;
  gap: 4rem;
  padding-top: 8rem;
  display: flex;
}

@media screen and (width >= 768px) {
  .l-message__img {
    gap: 2rem;
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

.l-message__img01 {
  text-align: right;
  width: 100%;
}

.l-message__img01 img {
  aspect-ratio: 280 / 373;
  object-fit: cover;
  width: 28rem;
}

.l-message__img-group {
  flex-direction: column;
  display: flex;
}

.l-message__img02 {
  aspect-ratio: 190 / 150;
  z-index: 2;
  width: 19rem;
  position: relative;
}

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

.l-message__img03 {
  z-index: 1;
  width: 100%;
  margin-top: -2rem;
  padding-left: 14rem;
  position: relative;
}

.l-message__img03 img {
  aspect-ratio: 160 / 130;
  object-fit: cover;
  width: 16rem;
}

.l-features {
  margin-top: 8rem;
}

.l-features__content {
  background: url("../img/bg_features.jpg") center / cover no-repeat;
  padding: 6rem 1.5rem;
}

@media screen and (width >= 960px) {
  .l-features__content {
    padding: 8rem 10rem 9rem;
  }
}

.l-features__inner {
  flex-direction: column;
  max-width: 48rem;
  margin: auto;
  display: flex;
}

.l-features__item {
  flex-direction: column;
  display: flex;
}

.l-features__item--ingredients {
  gap: 1rem;
}

.l-features__item--ingredients .l-features__label {
  margin-left: -1rem;
}

.l-features__item--method {
  align-items: flex-end;
  margin-top: -11.5rem;
}

.l-features__item--method .l-features__label {
  margin-right: -1rem;
}

.l-features__item--method .l-features__text {
  padding-right: 1.5rem;
}

.l-features__item--method .l-features__text p {
  text-align: right;
}

.l-features__item--taste {
  margin-top: -5.5rem;
}

.l-features__item--taste .l-features__label {
  margin-left: -1rem;
}

.l-features__label {
  width: 16.8rem;
}

.l-features__label img {
  width: 100%;
}

.l-features__text {
  padding-left: 1.5rem;
}

.l-features__text p {
  color: #fff;
  letter-spacing: .2em;
  text-shadow: 0 0 3rem #101526;
  font-size: 1.3rem;
  line-height: 2;
}

@media screen and (width >= 768px) {
  .l-features__text p {
    font-size: 1.5rem;
  }
}

.l-recipe {
  padding-top: 8rem;
}

.l-recipe__inner {
  margin: 0 auto;
}

.l-recipe__title {
  padding: 0 3rem;
}

@media screen and (width >= 960px) {
  .l-recipe__title {
    padding: 0 12rem;
  }
}

.l-recipe__title h2 {
  letter-spacing: .2em;
  font-size: 2.6rem;
  line-height: 1.4;
}

.l-recipe__main {
  justify-content: center;
  padding-top: 2rem;
  display: flex;
}

@media screen and (width >= 960px) {
  .l-recipe__main {
    padding-left: 12rem;
    padding-right: 12rem;
  }
}

.l-recipe__info {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 6.5rem;
  padding-top: .8rem;
  padding-left: .5rem;
  display: flex;
}

@media screen and (width >= 768px) {
  .l-recipe__info {
    width: 4.5rem;
    padding-left: 0;
    padding-right: 2rem;
  }
}

.l-recipe__month {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.l-recipe__month-num {
  letter-spacing: -.05em;
  text-align: center;
  font-size: 4.2rem;
  line-height: 1;
}

.l-recipe__month-unit {
  text-align: center;
  writing-mode: vertical-rl;
  margin-top: .5rem;
  font-size: 3rem;
  line-height: 1.15;
}

.l-recipe__month-eng {
  writing-mode: vertical-rl;
  white-space: nowrap;
  margin-top: 2rem;
  font-family: Inter, sans-serif;
  font-size: 1.2rem;
  line-height: 1;
}

.l-recipe__month-eng span {
  margin-bottom: 1rem;
  display: inline-block;
}

.l-recipe__name p {
  letter-spacing: .2em;
  writing-mode: vertical-rl;
  text-align: center;
  font-feature-settings: initial;
  font-size: 1.8rem;
  line-height: 1.3;
}

.l-recipe__movie {
  flex: 1;
  padding-top: .8rem;
}

.l-recipe__movie video {
  object-fit: cover;
  vertical-align: bottom;
  width: 100%;
}

.l-recipe__archive {
  background: url("../img/bg_beige.png") 0 0 / 100px;
  flex-direction: column;
  gap: 5rem;
  margin-top: 5rem;
  padding: 6rem 3rem;
  display: flex;
}

@media screen and (width >= 960px) {
  .l-recipe__archive {
    padding-left: 12rem;
    padding-right: 12rem;
  }
}

.l-recipe__archive-title h3 {
  letter-spacing: .2em;
  text-align: left;
  font-size: 1.8rem;
}

.l-recipe__list {
  justify-content: flex-start;
  gap: 1rem;
  padding-top: 3rem;
  display: flex;
}

.l-recipe__item {
  cursor: pointer;
  flex-direction: column;
  flex: 1;
  align-items: stretch;
  max-width: 50%;
  display: flex;
}

@media (hover: hover), (-ms-high-contrast: none) {
  .l-recipe__item:hover img {
    opacity: .6;
  }
}

.l-recipe__item-img {
  background-color: #31395c;
  width: 100%;
  position: relative;
}

.l-recipe__item-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all .5s;
}

.l-recipe__item-img:after {
  content: "";
  background: url("../img/icon_play.svg") center / contain no-repeat;
  width: 3.6rem;
  height: 3.6rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.l-recipe__item-play {
  display: none;
}

.l-recipe__item-text {
  flex-direction: column;
  gap: 1rem;
  padding-top: 2rem;
  display: flex;
}

.l-recipe__item-month {
  letter-spacing: .1em;
  font-size: 1.3rem;
  line-height: 1;
}

.l-recipe__item-name {
  letter-spacing: .2em;
  font-size: 1.3rem;
  line-height: 1.5;
}

.l-recipe__btn {
  justify-content: center;
  display: flex;
}

.l-recipe--fv {
  display: none;
}

@media screen and (width >= 1240px) {
  .l-recipe--fv {
    color: #fff;
    width: 28rem;
    display: block;
    position: fixed;
    bottom: 5rem;
    left: 4rem;
  }
}

@media screen and (width >= 1240px) and (width >= 1240px) {
  .l-recipe--fv__inner {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (width >= 1240px) {
  .l-recipe--fv__title {
    padding: 0;
  }

  .l-recipe--fv__title h2 {
    font-size: 1.8rem;
  }

  .l-recipe--fv__main {
    padding: .5rem 0 0;
  }

  .l-recipe--fv__month-num {
    font-size: 3.2rem;
  }

  .l-recipe--fv__month-unit {
    font-size: 2rem;
  }

  .l-recipe--fv__month-eng {
    margin-top: 1rem;
    font-size: 1rem;
  }

  .l-recipe--fv__month-eng span {
    margin-bottom: .5rem;
  }

  .l-recipe--fv__name p {
    font-size: 1.5rem;
  }
}

.l-product {
  padding-top: 8rem;
}

.l-product__scene {
  width: 100%;
}

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

.l-product__inner {
  padding-left: 3rem;
  padding-right: 3rem;
}

@media screen and (width >= 960px) {
  .l-product__inner {
    padding-left: 12rem;
    padding-right: 12rem;
  }
}

.l-product__title {
  padding-top: 6rem;
}

@media screen and (width >= 768px) {
  .l-product__title {
    padding-top: 8rem;
  }
}

.l-product__title h2 {
  letter-spacing: .2em;
  font-size: 2.6rem;
}

.l-product__package {
  flex-direction: column;
  align-items: center;
  margin-top: 1rem;
  display: flex;
}

.l-product__bottles {
  width: 27.6rem;
}

.l-product__info {
  flex-direction: column;
  gap: 6rem;
  padding-top: 4rem;
  display: flex;
}

.l-product__heading {
  background: #31395c;
  justify-content: center;
  align-items: center;
  width: 15rem;
  height: 3rem;
  display: flex;
}

.l-product__heading h3 {
  color: #fff;
  font-size: 1.6rem;
}

.l-product__desc {
  padding-top: 1.5rem;
}

.l-product__desc p {
  font-family: Noto Sans JP, sans-serif;
  font-size: 1.3rem;
  line-height: 2;
}

.l-product__notes {
  flex-direction: column;
  gap: .5rem;
  margin-top: 1.5rem;
  display: flex;
}

.l-product__notes li {
  color: #31395c;
  font-family: Noto Sans JP, sans-serif;
  font-size: 1.2rem;
  line-height: 1.7;
  display: flex;
}

.l-product__notes-mark {
  flex-shrink: 0;
  width: 1.5rem;
}

.l-product__usage {
  flex-direction: column;
  gap: 1rem;
  margin-top: 2rem;
  display: flex;
}

.l-product__usage-item {
  background: #fff;
  border: 1px solid #f0f0f0;
  padding: 2.5rem 2rem 3rem;
}

.l-product__usage-title {
  text-align: center;
  border-bottom: 1px dashed #dbd9d9;
  margin-bottom: 3rem;
  padding-bottom: 2rem;
  font-family: Noto Sans JP, sans-serif;
  font-size: 1.4rem;
}

.l-product__usage-img {
  max-width: 32rem;
  margin: 0 auto;
}

@media screen and (width >= 768px) {
  .l-product__usage-img {
    max-width: 26rem;
  }
}

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

.l-chart {
  padding-top: 8rem;
}

.l-chart__content {
  background: url("../img/bg_dark-navy.png") 0 0 / 100px;
  padding: 6rem 0;
}

@media screen and (width >= 768px) {
  .l-chart__content {
    padding: 8rem 0;
  }
}

.l-chart__inner {
  margin: 0 auto;
  padding: 0 3rem;
}

@media screen and (width >= 960px) {
  .l-chart__inner {
    padding: 0 12rem;
  }
}

.l-chart__title h2 {
  color: #fff;
  letter-spacing: .2em;
  font-size: 2.6rem;
  line-height: 1.3;
}

.l-chart__map {
  width: 100%;
  margin-top: 4rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.l-chart__link {
  cursor: pointer;
  position: absolute;
}

.l-chart__link:after {
  content: "";
  aspect-ratio: 36 / 36;
  background-color: #4a5792d9;
  background-image: url("../img/icon_cross.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 27.7778%;
  border: 1px solid #4a579200;
  border-radius: 50%;
  transition: all .5s;
  display: block;
  position: absolute;
}

@media (hover: hover), (-ms-high-contrast: none) {
  .l-chart__link:hover:after {
    background-color: #ffffffd9;
    background-image: url("../img/icon_cross_blue.svg");
    border: 1px solid #4a5792;
  }
}

.l-chart__link--tsuyu {
  aspect-ratio: 58 / 126;
  width: 16.8116%;
  top: 34%;
  left: 13.5%;
}

.l-chart__link--tsuyu:after {
  width: 62.069%;
  bottom: -15%;
  right: 7%;
}

.l-chart__link--tsuyu-genen {
  aspect-ratio: 58 / 126;
  width: 16.8116%;
  top: 37%;
  left: 30.5%;
}

.l-chart__link--tsuyu-genen:after {
  width: 62.069%;
  bottom: -8%;
  right: -8%;
}

.l-chart__link--tsuyu-amakuchi {
  aspect-ratio: 58 / 126;
  width: 16.8116%;
  bottom: 12.5%;
  left: 41.5%;
}

.l-chart__link--tsuyu-amakuchi:after {
  width: 62.069%;
  bottom: -5%;
  right: -20%;
}

.l-chart__link--kyo-dashi {
  aspect-ratio: 50 / 95;
  width: 14.4928%;
  top: 15.6%;
  right: 29.8%;
}

.l-chart__link--kyo-dashi:after {
  width: 72%;
  bottom: -15%;
  right: -17%;
}

.l-chart__link--shirodashi {
  aspect-ratio: 50 / 95;
  width: 14.4928%;
  top: 4.5%;
  right: 15.5%;
}

.l-chart__link--shirodashi:after {
  width: 72%;
  bottom: -15%;
  right: -17%;
}

.l-chart__features {
  border-top: 1px solid #fff3;
  margin-top: 4rem;
  padding-top: 3rem;
}

.l-chart__features-title {
  color: #fff;
  letter-spacing: .2em;
  margin-bottom: 2.5rem;
  font-size: 1.8rem;
}

.l-chart__features-list {
  flex-direction: column;
  gap: 1.5rem;
  display: flex;
}

.l-chart__features-item {
  align-items: center;
  gap: 1.5rem;
  display: flex;
}

.l-chart__features-label {
  color: #fff;
  background: #252b49;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 7rem;
  height: 4.5rem;
  font-size: 1.4rem;
  display: flex;
}

.l-chart__features-text {
  color: #fff;
  font-family: Noto Sans JP, sans-serif;
  font-size: 1.3rem;
  line-height: 1.6;
}

.l-story {
  padding-top: 8rem;
}

.l-story__inner {
  margin: 0 auto;
}

.l-story__text {
  gap: 3.8rem;
  padding: 0 4rem 0 3rem;
  display: flex;
}

@media screen and (width >= 960px) {
  .l-story__text {
    padding: 0 12rem;
  }
}

.l-story__desc {
  flex: 1;
  order: -1;
}

.l-story__desc p {
  letter-spacing: .05em;
  color: #31395c;
  text-align: justify;
  font-size: 1.5rem;
  line-height: 2.1;
}

.l-story__notes {
  margin-top: 4rem;
  font-size: 1.2rem;
  display: flex;
}

.l-story__notes-mark {
  flex-shrink: 0;
  width: 1.2rem;
  margin-right: .4rem;
  line-height: 1.8;
  display: block;
}

.l-story__notes p {
  font-size: 1.2rem;
  line-height: 1.8;
}

.l-story__heading h2 {
  letter-spacing: .2em;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-feature-settings: initial;
  width: 2.6em;
  font-size: 2.6rem;
  line-height: 1.3;
}

.l-story__img {
  flex-direction: column;
  align-items: flex-start;
  gap: 4rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8rem;
  display: flex;
}

@media screen and (width >= 768px) {
  .l-story__img {
    gap: 2rem;
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

.l-story__img01 {
  width: 28rem;
}

.l-story__img-group {
  flex-direction: column;
  align-self: flex-end;
  display: flex;
}

.l-story__img02 {
  width: 21rem;
  margin-left: 12rem;
  position: relative;
}

.l-story__img03 {
  width: 15rem;
  margin-top: -8rem;
  position: relative;
}

.l-voice {
  margin-top: 8rem;
}

.l-voice__inner {
  background: url("../img/bg_beige.png") 0 0 / 100px;
  padding: 6rem 3rem;
}

@media screen and (width >= 960px) {
  .l-voice__inner {
    padding: 8rem 12rem;
  }
}

.l-voice__title h2 {
  letter-spacing: .2em;
  text-align: center;
  font-size: 2.6rem;
}

.l-voice__list, .l-voice__list-more {
  flex-direction: column;
  gap: 1.5rem;
  margin-top: 4rem;
  display: flex;
}

.l-voice__list-more {
  margin-top: 1.5rem;
  display: none;
}

.l-voice__list-more li + li {
  margin-top: 1.5rem;
}

.l-voice__item {
  background-image: url("../img/bg_white.png");
  background-repeat: repeat;
  background-size: 100px;
  padding: 3.5rem 2.5rem;
  position: relative;
}

.l-voice__item:before {
  content: "";
  background: url("../img/icon_quote.svg") center / contain no-repeat;
  width: 2.2rem;
  height: 1.8rem;
  position: absolute;
  top: 3.9rem;
  left: 3rem;
}

.l-voice__item-text {
  text-indent: 3.5rem;
  color: #31395c;
  letter-spacing: .05em;
  font-size: 1.5rem;
  line-height: 2;
}

.l-voice__item-text b {
  color: #c25c51;
  font-weight: 500;
}

.l-voice__item-data {
  text-align: right;
  border-top: 1px solid #e8e3dd;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  font-size: 1.4rem;
}

.l-voice__item:after {
  content: "";
  background-image: url("../img/bg_white.png");
  background-repeat: repeat;
  background-size: 100px;
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  bottom: -.6rem;
  left: 3rem;
  transform: rotate(45deg);
}

.l-voice__btn {
  justify-content: center;
  margin-top: 4rem;
  display: flex;
}

.l-banners {
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  padding: 8rem 0;
  display: flex;
}

.l-banners__banner {
  width: 24rem;
}

.l-banners__banner img {
  transition: all .5s;
}

@media (hover: hover), (-ms-high-contrast: none) {
  .l-banners__banner a:hover img {
    opacity: .7;
  }
}

.footer {
  border-top: 1px dotted #31395c33;
  flex-direction: column;
  align-items: center;
  padding: 6.4rem 0 4.8rem;
  display: flex;
}

.footer__logo {
  width: 11.5rem;
  margin: 0 auto;
}

@media (hover: hover), (-ms-high-contrast: none) {
  .footer__logo a:hover {
    opacity: .7;
  }
}

.footer__social-list {
  letter-spacing: 0;
  align-items: center;
  gap: 1.6rem;
  margin-top: 6.4rem;
  font-family: Inter, sans-serif;
  font-size: 1.1rem;
  display: flex;
}

@media screen and (width >= 768px) {
  .footer__social-list {
    font-size: 1.2rem;
  }
}

.footer__social-item:not(:last-child):after {
  content: "";
  vertical-align: middle;
  background-color: #31395c33;
  width: 1px;
  height: 1.15em;
  margin-left: 1.6rem;
  display: inline-block;
}

.footer__social-item a {
  text-underline-offset: 4px;
}

@media (hover: hover), (-ms-high-contrast: none) {
  .footer__social-item a:hover {
    text-decoration: underline;
  }
}

.footer__copyright {
  text-align: center;
  opacity: .4;
  letter-spacing: 0;
  margin-top: 4rem;
  font-family: Inter, sans-serif;
  font-size: .9rem;
}

.modal {
  display: none;
}

.modal.is-open {
  display: block;
}

.modal.micromodal-slide[aria-hidden="false"] .modal__overlay {
  animation: .5s cubic-bezier(0, 0, .2, 1) mmfadeIn;
}

.modal.micromodal-slide[aria-hidden="false"] .modal__container {
  animation: .5s cubic-bezier(0, 0, .2, 1) mmslideIn;
}

.modal.micromodal-slide[aria-hidden="true"] .modal__overlay {
  animation: .5s cubic-bezier(0, 0, .2, 1) mmfadeOut;
}

.modal.micromodal-slide[aria-hidden="true"] .modal__container {
  animation: .5s cubic-bezier(0, 0, .2, 1) mmslideOut;
}

.modal.micromodal-slide .modal__container, .modal.micromodal-slide .modal__overlay {
  will-change: transform;
}

.modal__overlay {
  z-index: 200;
  background: #2b314cfa;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  top: 0;
}

@media screen and (width >= 768px) {
  .modal__overlay {
    width: calc(100% - 23.95rem);
    right: 23.95rem;
  }
}

@media screen and (width >= 1240px) {
  .modal__overlay {
    width: 60rem;
    right: 27.95rem;
  }
}

.modal__overlay--movie {
  padding: 5rem 2rem;
}

@media screen and (width >= 960px) {
  .modal__overlay--movie {
    padding-left: 12rem;
    padding-right: 12rem;
  }
}

.modal__overlay--product {
  padding: 5rem 2rem;
}

@media screen and (width >= 960px) {
  .modal__overlay--product {
    padding: 5rem 12rem;
  }
}

.modal__container {
  z-index: 201;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 60rem;
  max-height: 100svh;
  display: flex;
}

.modal__container--product {
  overflow-y: auto;
}

.modal__close {
  cursor: pointer;
  z-index: 202;
  pointer-events: auto;
  background: none;
  border: none;
  outline: none;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  transition: opacity .5s;
  display: flex;
  position: absolute;
  top: 1rem;
  right: 1rem;
}

@media screen and (width >= 960px) {
  .modal__close {
    top: 3rem;
    right: 3rem;
  }
}

@media (hover: hover), (-ms-high-contrast: none) {
  .modal__close:hover {
    opacity: .7;
  }
}

.modal__close:before, .modal__close:after {
  content: "";
  background: #fff;
  width: 28px;
  height: 1px;
  position: absolute;
}

.modal__close:before {
  transform: rotate(45deg);
}

.modal__close:after {
  transform: rotate(-45deg);
}

.modal__content--product {
  pointer-events: auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-height: calc(100svh - 10rem);
  display: flex;
  position: relative;
  overflow-y: scroll;
}

@media screen and (width >= 960px) {
  .modal__content--product {
    max-height: calc(100svh - 10rem);
  }
}

.modal__content--movie {
  aspect-ratio: 9 / 16;
  background: #000;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 80svh;
  margin: 0 auto;
}

.modal__content--movie video {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.p-modal-product__main {
  text-align: center;
  background: url("../img/bg_body.png") 0 0 / 100px;
  align-items: flex-start;
  gap: 2.5rem;
  padding: 2.5rem 2.5rem 3rem;
  display: flex;
}

.p-modal-product__img {
  aspect-ratio: 54 / 130;
  justify-content: center;
  align-items: center;
  width: 7.5rem;
  display: flex;
}

.p-modal-product__text {
  flex: 1;
  padding-top: .5rem;
}

.p-modal-product__title {
  color: #31395c;
  letter-spacing: .2em;
  text-align: left;
  font-size: 2.4rem;
  line-height: 1.3;
}

.p-modal-product__lead {
  text-align: left;
  letter-spacing: .12em;
  margin-top: 1rem;
  font-size: 1.3rem;
  line-height: 1.8;
}

.p-modal-product__desc {
  border-top: 1px dashed #31395c4d;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
}

.p-modal-product__desc p {
  text-align: left;
  letter-spacing: .04em;
  font-family: Noto Sans JP, sans-serif;
  font-size: 1.2rem;
  line-height: 1.8;
}

.p-modal-product__recipe {
  background: url("../img/bg_beige.png") 0 0 / 100px;
  padding: 2.5rem;
}

.p-modal-product__recipe-title {
  letter-spacing: .2em;
  margin-bottom: 1.2rem;
  font-size: 1.6rem;
}

.p-modal-product__recipe-list {
  gap: .9rem;
  display: flex;
}

.p-modal-product__recipe-list li {
  flex-direction: column;
  gap: 1rem;
  width: calc(50% - .45rem);
  display: flex;
}

@media (hover: hover), (-ms-high-contrast: none) {
  .p-modal-product__recipe-list li a:hover img {
    opacity: .6;
  }
}

.p-modal-product__recipe-img {
  background-color: #4a5792;
}

.p-modal-product__recipe-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all .5s;
}

.p-modal-product__recipe-name {
  text-align: center;
  letter-spacing: .05em;
  color: #31395c;
  padding-top: .5rem;
  font-family: Noto Sans JP, sans-serif;
  font-size: 1.1rem;
  line-height: 1.4;
}

.p-modal-product__footer {
  background: #c25c51;
  align-items: stretch;
  width: 100%;
  height: 7rem;
  min-height: 7rem;
  display: flex;
  position: sticky;
  bottom: 0;
  left: 0;
}

.p-modal-product__footer-line {
  background: #ffffff4d;
  width: 1px;
  margin: 10px 0;
}

.p-modal-product__btn {
  color: #fff;
  letter-spacing: .16em;
  text-align: center;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 0 20px 0 30px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.3;
  display: flex;
}

.p-modal-product__btn:visited, .p-modal-product__btn:focus {
  color: #fff;
}

@media (hover: hover), (-ms-high-contrast: none) {
  .p-modal-product__btn:hover {
    color: #c25c51;
    background-color: #fff;
  }

  .p-modal-product__btn:hover:after {
    background-image: url("../img/icon_arrow_red.svg");
  }
}

.p-modal-product__btn:after {
  content: "";
  background: url("../img/icon_arrow.svg") center / contain no-repeat;
  flex-shrink: 0;
  width: 1.6rem;
  height: .6rem;
  margin-left: 1.6rem;
  display: block;
}

.p-modal-product__btn:last-child:after {
  margin-left: 1.8rem;
}

@keyframes mmfadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes mmfadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes mmslideIn {
  from {
    transform: translateY(3%);
  }

  to {
    transform: translateY(0);
  }
}

@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-3%);
  }
}

/* ==================================================
   Survey Banner（アンケートバナー）
   ※既存仕様に一切干渉しない
================================================== */
.survey-banner {
  margin-top: 120px;     /* ← 上の余白はここで調整 */
  text-align: center;    /* inline-block中央寄せ用 */
}

@media screen and (max-width: 767px) {
  .survey-banner {
    margin-top: 80px;    /* SP用 */
  }
}

/* バナー本体 */
.survey-banner__inner {
  display: inline-block;
  width: 346.08px;
}

.survey-banner__image {
  display: block;
  width: 100%;
  height: auto;
}
``