/** Shopify CDN: Minification failed

Line 1624:12 Expected ":"
Line 2024:14 Expected ":"

**/
@charset "UTF-8";
:root {
  --color-black: #383838;
  --color-black02: #333333;
  --color-gray: #666;
  --color-darkGrey: #494440;
  --color-white: #fff;
  --color-logo: #736130;
  --color-paleBlue: #6F8995;
  --color-pink01: #B9977F;
  --color-lightGray: #F9F9F9;
  --color-blueGray02: #ABBCC5;
  --color-blueGray03: #E8E9EA;
  --color-pinkBeige: #F8F2ED;
  --color-lightPinkBeige: #ECE2DB;
  --color-lightBeige: #FDFAF8;
  --color-pink02: #D6AF94;
  --color-brown: #725A49;
  --font-sans: YuGothic,"Yu Gothic","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3",sans-serif;
  --font-serif: "Shippori Mincho", serif;
  --font-jost: "Jost", sans-serif;
  --font-inter: "Inter", sans-serif;
  --gutter-sp: 24px;
  --gutter-pc: 48px;
}

/*----------------------------------------
	reset
----------------------------------------*/
*,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  font-size: inherit;
  line-height: inherit;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header, main, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

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

span, small, strong, em, b, i {
  color: inherit;
}

html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

ul,
ol {
  list-style: none;
}

img {
  border: 0;
  vertical-align: top;
}

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

caption, th {
  text-align: left;
}

input, select {
  vertical-align: middle;
}

input, textarea {
  margin: 0;
  padding: 0;
}

address {
  font-style: normal;
}

q::before,
q::after {
  display: none;
}

.hidden,
#announcement-bar-with-slider,
#chatplusview {
  display: none;
}

/*----------------------------------------
	base
----------------------------------------*/
html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  overflow-y: auto;
  font-family: var(--font-sans);
  color: var(--color-black);
  background: var(--color-white);
}

a {
  color: currentColor;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
a:hover {
  opacity: 0.7;
}

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

video {
  vertical-align: bottom;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  display: block;
  width: 100%;
  border: 0;
  font-family: inherit;
  font-weight: inherit;
}

/*----------------------------------------
	layout
----------------------------------------*/
.wrapper {
  position: relative;
}

.container {
  max-width: 1040px;
  box-sizing: border-box;
  margin-inline: auto;
  padding: 0 var(--gutter-sp);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.container._narrow {
  max-width: 1000px;
}
.container._wide {
  max-width: 1200px;
}
@media (min-width: 768px) {
  .container {
    padding: 0 var(--gutter-pc);
  }
}

/*----------------------------------------
	Component
----------------------------------------*/
/* テキスト */
.h2 {
  font-family: var(--font-serif);
  font-size: 26px;
  font-weight: normal;
  line-height: 2;
}
@media (min-width: 768px) {
  .h2 {
    font-size: 40px;
    line-height: 1.8;
  }
}

.h3 {
  font-family: var(--font-serif);
  font-size: 24px;
  font-weight: normal;
  line-height: 2;
}
@media (min-width: 768px) {
  .h3 {
    font-size: 32px;
    line-height: 1.8;
  }
}

.h4 {
  font-family: var(--font-serif);
  font-size: 22px;
  font-weight: normal;
  line-height: 2;
}
@media (min-width: 768px) {
  .h4 {
    font-size: 26px;
  }
}

.body-l {
  font-size: 20px;
  font-weight: 300;
  line-height: 2;
}

.body-m {
  font-size: 16px;
  font-weight: 300;
  line-height: 2;
}
@media (min-width: 768px) {
  .body-m {
    font-size: 18px;
    line-height: 1.8;
  }
}

.body-s {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .body-s {
    font-size: 16px;
  }
}

.body-ss {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .body-ss {
    font-size: 14px;
    line-height: 1.8;
  }
}

.body-sss {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.6;
}

.el-h1 {
  font-family: var(--font-jost);
  font-size: 40px;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .el-h1 {
    font-size: 56px;
  }
}

.el-h2 {
  font-family: var(--font-jost);
  font-size: 22px;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .el-h2 {
    font-size: 25px;
  }
}

.el-h3 {
  font-family: var(--font-jost);
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--color-paleBlue);
}
.el-h3::before {
  content: "( ";
}
.el-h3::after {
  content: " )";
}

/* 見出し */
.section-title-h1 {
  text-align: center;
}
.section-title-h1 + * {
  margin-top: 64px;
}
@media (min-width: 768px) {
  .section-title-h1 + * {
    margin-top: 72px;
  }
}
@media (min-width: 992px) {
  .section-title-h1 + * {
    margin-top: 88px;
  }
}

.section-title-h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-left: calc(50% - 50vw);
}
@media (min-width: 768px) {
  .section-title-h2 {
    gap: 24px;
  }
}
.section-title-h2::before {
  content: "";
  width: 40px;
  height: 1px;
  background: currentColor;
}
@media (min-width: 768px) {
  .section-title-h2::before {
    width: 80px;
  }
}

.video_annotation {
  color: #fff;
  font-size: 10px;
  position: absolute;
  bottom: 0;
  right: 0;
  margin-right: 8px;
  margin-bottom: 8px;
}
.video_annotation.isblack {
  color: #666666;
}


/* ボタン */
.button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  padding: 12px 24px;
  border-radius: 100vmax;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
  text-align: center;
  text-decoration: none;
  color: #FFF;
  background: var(--color-pink02);
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.button::before {
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  background: url("//festino.jp/cdn/shop/files/icon_shopping-cart.png?v=10140306798142549529") center/contain no-repeat;
}
@media (min-width: 768px) {
  .button {
    gap: 16px;
    padding: 16px 40px;
  }
}

@media (any-hover: hover) {
  .button:hover {
    opacity: 0.7;
  }
}
/*----------------------------------------
	layout
----------------------------------------*/
/* fixed header
------------------------------------------------------ */
.fixed-header {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
  padding: 20px 0 12px;
  background: #fff;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  visibility: hidden;
  -webkit-transition-property: visibility, -webkit-transform;
  transition-property: visibility, -webkit-transform;
  transition-property: transform, visibility;
  transition-property: transform, visibility, -webkit-transform;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.fixed-header.is-visible {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  visibility: visible;
}
.fixed-header.is-hidden {
  visibility: hidden;
}

.fixed-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
  padding: 0 var(--gutter-sp);
}

.fixed-header__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}

.fixed-header__logo {
  line-height: 0;
}
.fixed-header__logo img {
  width: auto;
  height: 20px;
}

.fixed-header__title {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.6;
  color: var(--color-gray);
}

.fixed-header__button {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.fixed-header__button .button {
  padding: 8px 25px;
}
.fixed-header__button .button::before {
  display: none;
}

.fixed-header-nav {
  display: none;
}

@media (min-width: 768px) {
  .fixed-header__title {
    font-size: 14px;
  }
  .fixed-header {
    padding: 24px 0 16px;
  }
  .fixed-header__inner {
    gap: 40px;
    padding: 0 var(--gutter-pc);
  }
  .fixed-header__meta {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
  }
  .fixed-header__logo img {
    height: 24px;
  }
  .fixed-header__button .button {
    padding: 8px 40px;
    line-height: 1.6;
  }
  .fixed-header__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}
@media (min-width: 992px) {
  .fixed-header__inner {
    padding: 0 64px;
  }
}
@media (min-width: 1200px) {
  .fixed-header-nav {
    display: block;
  }
  .fixed-header-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px;
  }
  .fixed-header-nav__link {
    font-family: var(--font-jost);
    font-size: 16px;
    font-weight: normal;
    line-height: 1;
    letter-spacing: 0.15em;
    text-decoration: none;
    text-transform: uppercase;
    color: var(--color-gray);
  }
}
/* header
------------------------------------------------------ */
.header {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 16px var(--gutter-sp) 0;
}

.header__inner {
  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;
  gap: 40px;
}

.header__logo img {
  width: auto;
  height: 20px;
}

.header-nav {
  display: none;
}

.header__button {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.header__button .button {
  background: var(--color-pink02);
  outline: 1px solid;
  outline-offset: -1px;
}

@media (min-width: 768px) {
  .header {
    padding: 24px var(--gutter-pc) 0;
  }
  .header__logo img {
    height: 24px;
  }
}
@media (min-width: 992px) {
  .header {
    padding: 32px 64px 0;
  }
}
@media (min-width: 1400px) {
  .header-nav {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: block;
  }
  .header-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 40px;
  }
  .header-nav__link {
    font-family: var(--font-jost);
    font-size: 16px;
    font-weight: normal;
    line-height: 1;
    letter-spacing: 0.15em;
    text-decoration: none;
    text-transform: uppercase;
  }
}
/* footer
------------------------------------------------------ */
.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer__top {
  overflow: hidden;
  position: relative;
  z-index: 0;
  height: 56.2340966921vw;
  max-height: 600px;
}

.footer__bg {
  position: absolute;
  z-index: -1;
  content: "";
  inset: 0;
  background: url("//festino.jp/cdn/shop/files/footer-bg_sp.webp?v=6715988601888574569") center/cover;
}

.footer__bottom {
  width: 100%;
  padding: 48px 0 32px;
  color: var(--color-black);
  background: var(--color-blueGray03);
}
.footer__bottom-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 64px;
  padding: 0 32px;
}

.footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 56px;
  width: 100%;
}

.footer__logo {
  line-height: 1;
}
.footer__logo img {
  width: auto;
  height: 22px;
}

.footer__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}

.footer__nav {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.6;
}
.footer__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.footer__nav a {
  font-family: var(--font-jost);
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
@media (any-hover: hover) {
  .footer__nav a:hover {
    opacity: 0.5;
  }
}

.footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 28px;
}
.footer__sns a {
  width: 32px;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
@media (any-hover: hover) {
  .footer__sns a:hover {
    opacity: 0.5;
  }
}

.footer__copyright {
  font-family: var(--font-jost);
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .footer__bg {
    background-image: url("//festino.jp/cdn/shop/files/mdl_footer-bg_pc.webp?v=14879");
  }
  .footer__bottom {
    padding: 56px 0 48px;
  }
  .footer__bottom-inner {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .footer__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer__info {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 16px;
  }
  .footer__nav ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px;
  }
  .footer__nav a {
    font-size: 12px;
  }
}
/*----------------------------------------
	main contets
----------------------------------------*/
/* kv
------------------------------------------------------ */
.kv {
  overflow: hidden;
  position: relative;
  z-index: 0;
  height: 640px;
  color: var(--color-white);
}

.kv__video {
  position: absolute;
  z-index: -1;
  inset: 0;
}
.kv__video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.kv__inner {
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 100%;
}

.kv__text {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.8;
  text-align: center;
}
.kv__text span {
  margin-right: 8px;
  font-family: var(--font-jost);
  font-size: 30px;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0.04em;
}
.kv__text span sup {
  font-size: 60%;
  vertical-align: super;
}

.kv__content {
  margin: 12px 0 16px;
}

.kv__title {
  margin: 0;
  font-family: var(--font-serif);
  font-size: 33px;
  font-weight: normal;
  line-height: 130%;
  letter-spacing: 0;
  text-align: center;
}

.kv__scrolldown {
  display: none;
}

.mv_icon__wrapper {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.mv_icon {
  flex: 0 0 calc(50% - 8px);
}
.mv_icon__text {
  margin-top: 8px;
  font-size: 10px;
  text-align: center;
  letter-spacing: 0;
}

@media (min-width: 768px) {
  .kv {
    height: 800px;
  }
  .kv__text {
    margin: -7px;
    font-size: 30px;
  }
  .kv__text span {
    font-size: 40px;
  }
  .kv__content {
    margin: 0 0 40px;
  }
  .kv__title {
    margin: 0;
    font-size: min(6.4vw, 64px);
    line-height: 1.8;
    text-align: center;
  }
  .mv_icon {
    flex: 0 0 calc(25% - 12px);
  }
  .mv_icon__text.tight {
    letter-spacing: -0.1em;
  }
}
@media (min-width: 1200px) {
  .kv__scrolldown {
    display: block;
    position: absolute;
    bottom: 0;
    right: 64px;
    height: 136px;
    padding-left: 16px;
    font-family: var(--font-jost);
    font-size: 12px;
    font-weight: normal;
    line-height: 1;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    -webkit-writing-mode: sideways-rl;
        -ms-writing-mode: sideways-rl;
            writing-mode: sideways-rl;
  }
  .kv__scrolldown::after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 1px;
    height: 100%;
    background: var(--color-white);
    -webkit-animation: scrollDown 1.5s ease-in-out infinite;
            animation: scrollDown 1.5s ease-in-out infinite;
  }
}
/* point
------------------------------------------------------ */
.point {
  padding: 32px 0;
  color: var(--color-gray);
  background: var(--color-pinkBeige);
}
.point__title {
  font-size: 22px;
  line-height: 2;
  font-family: var(--font-serif);
  text-align: center;
  margin-bottom: 24px;
  color: var(--color-brown);
}
.point__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  align-items: flex-start;
  gap: calc(45 / 393 * 100%);
  margin: 0 calc(var(--gutter-sp) * -1);
}
.point__list li {
  /* width: 104px; */
  /* height: 104px; */
  /* display: grid; */
  /* place-content: center; */
  /* border: 1px solid var(--color-gray); */
  /* border-radius: 50%; */
  /* font-family: var(--font-serif); */
  font-family: var(--font-inter);
  font-size: 15px;
  font-weight: bold;
  line-height: 1.15;
  text-align: center;
}
.point__list li:nth-of-type(2) {
  position: relative;
}
.point__list li:nth-of-type(2):before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  margin-left:calc(-22.5 / 82 * 100%);
  width:1px;
  height: 48px;
  background: var(--color-blueGray03);
}
.point__list li:nth-of-type(2):after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  margin-right:calc(-22.5 / 82 * 100%);
  width:1px;
  height: 48px;
  background: var(--color-blueGray03);
}
.point__list li p {
  font-family: var(--font-inter);
  font-weight: 400;
  margin-top: 8px;
  font-size: 18px;
  letter-spacing: 0.01em;
  color: var(--color-paleBlue);
}
.point__list li p span.num{
  font-size: 28px;
  letter-spacing: 0.1em;
  font-weight: 400;
}
.point__list li span.annotation{
  font-family: var(--font-inter);
  font-size: 10px;
  font-weight: 400;
  color: var(--color-paleBlue);
}
.point__list_img {
  width: 100%;
  margin: 0 auto;
}
.point__list_img img {
  width: 100%;
}
@media (min-width: 768px) {
  .point__list {
    gap: 80px;
    margin: 0;
  }
  .point__title {
    font-size: 26px;
  }
  .point__list li {
    /* width: 144px;
    height: 144px; */
    padding-top: 5px;
    font-size: 16px;
    line-height: 1.4;
  }
  .point__list li p {
    font-size: 18px;
  }
  .point__list li p span.num{
    font-size: 32px;
    line-height: calc(46 / 38);
  }
  .point__list li:nth-of-type(2):before {
    margin-left:-40px;
  }
  .point__list li:nth-of-type(2):after {
    margin-right:-40px;
  }
  .point__list_img {
    width: calc(406 / 1040 * 100%);
  }
}
@media (min-width: 992px) {
  .point {
    padding: 40px 0;
  }
}
/* cta
------------------------------------------------------ */
.cta {
  padding: 64px 0;
}

.cta__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}

@media (min-width: 768px) {
  .cta {
    padding: 56px 0;
  }
  .cta__inner {
    gap: 48px;
  }
}
@media (min-width: 992px) {
  .cta {
    padding: 64px 0;
  }
  .cta__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 96px;
  }
}
/* product
------------------------------------------------------ */
.product__img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 31px;
}
.product__img-wrap .product__img img {
  width: auto;
  height: 144px;
}

.product__head {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}

.product__name {
  /* font-family: var(--font-serif); */
  color: var(--color-darkGrey);
  font-size: 20px;
  font-weight: normal;
  line-height: 1.5416666667;
  letter-spacing: 0.1em;
  text-align: center;
}
.product__name:has(wbr) {
  word-break: keep-all;
}

.product__price {
  color: var(--color-darkGrey);
  font-size: 22px;
  font-weight: normal;
  line-height: 1;
}
.product__price em {
  font-style: normal;
  font-size: 28px;
}
.product__price span {
  font-size: 14px;
}
.product__color {
  color: var(--color-darkGrey);
}
.product__button {
  max-width: 330px;
  margin: 24px auto;
}
.product__button .button {
  padding: 16px 40px;
  font-size: 18px;
}

.product__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 11px;
}
.product__tag span {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-block;
  padding: 2px 12px;
  font-size: 16px;
  line-height: 2;
  color: var(--color-brown);
  outline: 1px solid;
  outline-offset: -1px;
}

@media (min-width: 768px) {
  .product__name {
    font-size: 26px;
    line-height: 2;
  }
  .product__img-wrap .product__img img {
    height: 184px;
  }
}
@media (min-width: 992px) {
  .product__img-wrap {
    gap: 40px;
  }
  .product__head {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .product__name {
    letter-spacing: 0;
  }
  .product__button {
    margin: 24px 0;
  }
  .product__tag {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

/* banner
------------------------------------------------------ */
.banner__inner {
  padding-bottom: 64px;
}
.banner__inner img {
  width: 100%;
  height: auto;
}
.banner__inner a {
  display: block;
  width: 100%;
  pointer-events: none;
  background: none;
}
@media (min-width: 768px) {
  .banner__inner a {
    width: calc(720 / 1040 * 100%);
    margin: 0 auto;
  }
}

/* solution
------------------------------------------------------ */
.solution {
  padding: 0 0 80px;
  background: var(--color-pinkBeige);
}

.solution__content {
  margin: 48px auto 0;
  max-width: 400px;
}

.solution__title {
  margin-top: 48px;
  font-size: 26px;
  line-height: 2;
  letter-spacing: 0;
  color: var(--color-brown);
  font-family: var(--font-serif);
  text-align: center;
}
.solution__text {
  color: var(--color-darkGrey);
  margin-top: 32px;
  font-size: 16px;
  line-height: 2;
}
.solution_video {
  width: 100%;
  position: relative;
  overflow: hidden;
  aspect-ratio: 393 / 296;
}
.solution_video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.solution_text {
  margin: 0 auto;
  text-align: left;
  padding: 0 32px;
}

@media (min-width: 768px) {
  .solution {
    padding: 0;
  }
  .solution__content {
    margin: 0 auto;
    max-width: 640px;
  }
  .solution__title {
    text-align: left;
    margin-top: 0;
    font-size: 32px;
  }
  .solution__text {
    margin-top: 40px;
    font-size: 16px;
  }
  .solution_container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .solution_video {
    width: calc(720 / 1440 * 100%);
    position: relative;
    overflow: hidden;
    aspect-ratio: 720 / 840;
  }
  .solution_text {
    margin-left: 0;
    font-size: 16px;
    text-align: left;
    padding: 0 32px 0 80px;
  }
}
@media (min-width: 992px) {
  .solution__content {
    max-width: none;
  }
}


/* concept
------------------------------------------------------ */
.concept {
  background: #fff;
  padding: 56px 0 64px;
}
.concept_title {
  color: var(--color-brown);
  font-family: var(--font-serif);
  text-align: center;
  font-size: 24px;
  line-height: 200%;
  font-weight: 400;
  margin-bottom: 48px;
}
.concept_video {
  max-width: 880px;
  margin: 0 auto;
  border-radius: 8px;
  overflow: hidden;
}
.concept_video video {
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  .concept {
    padding: 112px 0;
  }
  .concept_video {
    max-width: 880px;
    margin: 0 auto;
    border-radius: 8px;
    overflow: hidden;
  }
  .concept_title {
    font-size: 32px;
    line-height: 180%;
  }
}



/* total
------------------------------------------------------ */
.total {
  color: var(--color-pink01);
  background-color: var(--color-lightBeige);
}
.total_title {
  font-family: var(--font-jost);
}
.total_text_wrapper {
  padding: 56px 32px;
}
.total_image {
  width: 100%;
  position: relative;
}
.total_image img {
  width: 100%;
}
.total_image_annotation {
  position: absolute;
  bottom: 8px;
  right: 8px;
  font-size: 10px;
  color: var(--color-paleBlue);
}
.total_title {
  color: var(--color-pink01);
  text-transform: uppercase;
  font-size: 32px;
  margin-bottom: 24px;
  letter-spacing: 0.15em;
}
.total_lead {
  color: var(--color-brown);
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0;
  margin-bottom: 16px;
}
.total_lead sup {
  color: currentColor;
}
.total_lead sup.under {
  font-size: .6em;
}
.total_text {
  color: var(--color-darkGrey);
}
.total_annotation {
  font-size: 10px;
  color: #666666;
  margin-top: 16px;
}

@media (min-width: 768px) {
  .total_image {
    width: 50%;
  }
  .total_image img {
    object-fit: cover;
    height: 100%;
  }
  .total_text_wrapper {
    width: 50%;
    display: flex;
    align-items: center;
    padding: 0;
  }
  .total_text_inner {
    width: calc(480 / 720 * 100%);
    padding-left: min(80px, calc(80 / 720 * 100%));
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .total__content_wrapper {
    display: flex;
    justify-content: center;
  }
  .total__content_wrapper:nth-of-type(even) .total_text_wrapper {
    justify-content: flex-end;
    padding: 0;
  }
  .total__content_wrapper:nth-of-type(even) .total_text_inner{
    padding-left: 0;
    padding-right: min(80px, calc(80 / 720 * 100%));
  }
  .total__content_wrapper:nth-of-type(even) .total_image {
    order: 2;
  }
  .total_title {
    font-size: 36px;
    line-height: 1;
    letter-spacing: 0.15em;
    margin-bottom: 32px;
  }
  .total_text {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0;
    margin-bottom: 16px;
  }
}

/* anywhere
------------------------------------------------------ */
.anywhere {
  padding: 64px 0;
}
.anywhere_tag {
  width: calc(200 / 393 * 100vw);
}
.anywhere_title {
  font-family: var(--font-serif);
  color: var(--color-brown);
  font-size: 24px;
  line-height: 2;
  letter-spacing: 0;
  margin-bottom: 24px;
}
.anywhere_lead {
  color: var(--color-darkGrey);
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0;
  margin-bottom: 32px;
}
.anywhere_container {
  margin-bottom: 40px;
}
.anywhere_image_wrapper {
  display: flex;
  flex-wrap: wrap;
}
.anywhere_image {
  width: 50%;
  position: relative;
}
.anywhere_image_text {
  position: absolute;
  color: #fff;
  font-family: var(--font-jost);
  font-size:32px;
  line-height: 1.5;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto 8px;
  text-align:center;
}

@media (min-width: 768px) {
  .anywhere {
    background: #fff;
    padding: 112px 0;
  }
  .anywhere_tag {
    width: 224px;
  }
  .anywhere_container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 0;
  }
  .anywhere_title {
    font-size: 32px;
    line-height: 1.8;
    margin-bottom: 24px;
  }
  .anywhere_lead {
    margin-bottom: 0;
  }
  .anywhere_image_wrapper {
    display: flex;
    margin-top: 56px;
    flex-wrap: nowrap;
  }
  .anywhere_image_text {
    font-size: min(40px, calc(40 / 1440 * 100vw));
  }
}

/* technology
------------------------------------------------------ */
.technology {
  background: #C7CED2;
  text-align center;
  position: relative;
  padding: 64px 0 ;
}
.technology .container {
  position: relative;
  z-index: 1;
}
.technology_title {
  color: #fff;
  text-transform: uppercase;
  font-family: var(--font-jost);
  font-size: 32px;
  letter-spacing: .15em;
  text-align: center;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 80px;
}
.technology_mode_container .mode_item_movie video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.technology03_videoWrapper {
  margin-bottom: 40px;
}
.technology03_video {
  border-radius: 8px;
  overflow: hidden;
}
.technology03_video video{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.technology_bg {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(222 / 393 * 100vw);
  z-index: 0;
  margin-top: calc(165 / 393 * 100vw);
  margin-right: calc(11 / 393 * 100vw);
}
.technology_tag {
  font-size: 14px;
  letter-spacing: .15em;
  color: #fff;
  font-family: var(--font-jost);
  margin-bottom: 8px;
}
.technology_lead {
  font-size: 24px;
  line-height: 180%;
  font-family: var(--font-serif);
  color: #383838;
  margin-bottom: 24px;
}
.technology_column {
  background: #fff;
  border-radius: 8px;
  padding: 24px;
  display: block;
  margin-bottom: 24px;
}
.technology_column.transparent80 {
  background: rgba(255,255,255,.8);
}
.technology_column_title {
  font-size: 16px;
  line-height: 200%;
  margin-bottom: 8px;
}
.technology_column_item {
  width: 100%;
  margin-bottom: 32px;
}
.technology_column_item:nth-of-type(2) {
  margin-bottom: 0;
}
.technology_column_image {
  margin-bottom: 8px;
  position: relative;
}
.technology_column_image_annotation {
  position: absolute;
  color: #fff;
  bottom: 8px;
  right: 8px;
  font-size: 10px;
}
.technology_column_image img {
  width: 100%;
  border-radius: 8px;
}
.technology_column_text {
  font-size: 12px;
  line-height: 160%;
}
.technology_column_img img{
  width: 100%;
}
.technology02 {
  background-color: #F2F3F5;
  padding: 64px 0;
  position: relative;
}
.technology02_bg {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(230 / 393 * 100vw);
  z-index: 0;
}
.technology02_bg img {
  width: 100%;
}
.technology02 .container{
  position: relative;
  z-index: 1;
}
.technology02 .technology_tag {
  color: var(--color-paleBlue);
}
.technology_column.solo {
  display: block;
  background-color: rgba(255,255,255,.8);
  padding: 32px 24px;
}
.technology_column_title.solo {
  font-size: 20px;
}
.technology_column_text.solo {
  font-size: 15px;
  margin-bottom: 32px;
}

.technology03 {
  background-color: #F2F3F5;
  padding: 64px 0;
  position: relative;
}
.technology03 .container {
  position: relative;
  z-index:1;
}
.technology03_bg {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(190 / 393 * 100vw);
  z-index: 0;
  margin-top: 9px;
}
.technology03_bg img {
  width: 100%;
}
.technology03 .technology_lead {
  margin-bottom: 16px;
}
.technology03 .technology_tag {
  color: var(--color-paleBlue);
}
.technology03 .technology_text {
  color: #666666;
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 200%;
}

.technology_mode_container_title {
  margin-bottom: 16px;
  font-family: var(--font-jost);
  font-size: 22px;
  letter-spacing: 0.15em;
  color: var(--color-paleBlue);
}
.technology_mode_container .mode_list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 40px;
}
.mode_item {
  width: calc(50% - 8px);
}
.technology_mode_container .mode_item_movie {
  overflow: hidden;
  border-radius: 8px;
  aspect-ratio: 164 / 156;
  margin-bottom: 16px;
  position: relative;
}
.mode_item_movie_annotation {
  position: absolute;
  bottom: 8px;
  right: 8px;
  color: #666666;
  font-size: 10px;
}
.mode_item_title {
  color: var(--color-paleBlue);
  font-size: 13px;
  letter-spacing: 0.15em;
  font-family: var(--font-jost);
  margin-bottom: 4px;
}
.mode_item_tag {
  margin-bottom: 8px;
  font-weight: bold;
  padding-left: 16px;
  font-size: 13px;
  position: relative;
}
.mode_item_tag:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-left: 0;
  margin-top: 4px;
  background-color: #D73D31;
}
.mode_item:nth-of-type(2) .mode_item_tag:before {
  background-color: #E09513;
}
.mode_item:nth-of-type(3) .mode_item_tag:before {
  background-color: #40915F;
}
.mode_item:nth-of-type(4) .mode_item_tag:before {
  background-color: #2385C4;
}
.mode_item_text {
  padding: 0;
  font-size: 12px;
  line-height: 160%;
}
.technology03_column01 {
  background: #fff;
  border-radius: 8px;
  padding: 32px 24px;
  margin-bottom: 40px;
  display: block;
}
.technology03_column01_text {
  font-size: 20px;
  line-height: 200%;
  margin-bottom: 24px;
}
.technology03_column01_tagandtext {
  display: flex;
  align-items: center;
  gap: calc(24 / 345 * 100%);
}
.technology03_column02 {
  background: #fff;
  border-radius: 8px;
  padding: 32px 24px;
  display: block;
}
.tagandtext01, .tagandtext02 {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.tagandtext_tag {
  width: calc(88 / 393 * 100vw)
  margin: 0 auto;
}
.tagandtext_text {
  font-size: 12px;
  margin-left: 0;
  margin-top: 12px;
}
.titleandtext_title {
  font-size: 20px;
  line-height: 200%;
  margin-bottom: 16px;
}
.titleandtext_textandimage {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.titleandtext_text {
  font-size: 15px;
  line-height: 180%;
}
.titleandtext_image {
  width: calc(62 / 393 * 100vw);
}
.technology03_column02_text_wrapper {
  width: 100%;
  margin-bottom: 24px;
}
.technology03_column02_image_wrapper {
  width: 100%;
}
.technology03_column02_image_wrapper img {
  border-radius: 8px;
}

@media (min-width: 768px) {
  .technology {
    padding: 112px 0;
  }
  .technology_bg {
    position: absolute;
    top: 0;
    right: 0;
    width: calc(579 / 1440 * 100vw);
    z-index: 0;
    margin-top: min(228px, calc(228 / 1440 * 100vw));
    margin-right: min(117px, calc(117 / 1440 * 100vw));
  }
  .technology_title {
    font-size: 48px;
    letter-spacing: .15em;
    text-align: center;
    font-weight: normal;
    margin-bottom: 208px;
  }
  .technology_title sup {
    font-size: .6em;
    position: relative;
    top: -.5em;
  }
  .technology_tag {
    font-size: 25px;
    margin-bottom: 16px;
  }
  .technology_lead {
    font-size: 32px;
    margin-bottom: 56px;
  }
  .technology_column {
    background: #fff;
    border-radius: 8px;
    padding: 48px 80px;
    display: flex;
    gap: 48px;
    margin-bottom: 56px;
  }
  .technology_column.solo {
    padding: 48px 80px;
  }
  .technology_column_title {
    font-size: 18px;
    line-height: 180%;
    margin-bottom: 8px;
  }
  .technology_column_item {
    width: calc(50% - 24px);
    margin-bottom: 0;
  }
  .technology_column_image {
    margin-bottom: 8px;
  }
  .technology_column_image img {
    width: 100%;
    border-radius: 8px;
  }
  .technology_column_text {
    font-size: 13px;
    line-height: 160%;
  }
  .technology_column_img img{
    width: 100%;
  }
  .technology02 {
    background-color: #F2F3F5;
    padding: 112px 0;
    position: relative;
  }
  .technology02_bg {
    position: absolute;
    top: 0;
    right: 0;
    width: calc(686 / 1440 * 100vw);
    max-width: 686px;
    z-index: 0;
  }
  .technology02_bg img {
    width: 100%;
  }

  .technology_column_title.solo {
    margin-bottom: 24px;
  }
  .technology_column_text.solo {
    font-size: 14px;
    margin-bottom: 40px;
  }
  .technology03 {
    background-color: #F2F3F5;
    padding: 112px 0;
    text-align center;
    position: relative;
  }
  .technology03 .container {
    position: relative;
    z-index:1;
  }
  .technology03_bg {
    position: absolute;
    top: 0;
    right: 0;
    width: calc(736 / 1440 * 100vw);
    max-width: 736px;
    z-index: 0;
    margin-top: 11px;
  }
  .technology03_bg img {
    width: 100%;
  }
  .technology03 .technology_lead {
    margin-bottom: 24px;
  }
  .technology03 .technology_tag {
    color: var(--color-paleBlue);
  }
  .technology03 .technology_text {
    margin-bottom: 64px;
  }
  .technology_mode_container_title {
    margin-bottom: 16px;
    font-family: var(--font-jost);
    font-size: 25px;
    letter-spacing: 0.15em;
    color: var(--color-paleBlue);
  }
  .technology_mode_container .mode_list {
    display: flex;
    gap: calc(16 / 1040 * 100%);
    margin-bottom: 64px;
  }
  .mode_item {
    width: calc(248 / 1040 * 100%);
  }
  .technology_mode_container .mode_item_movie {
    overflow: hidden;
    border-radius: 8px;
    aspect-ratio: 248 / 236;
  }
  .mode_item_movie {
    margin-bottom: 16px;
  }
  .mode_item_title {
    color: var(--color-paleBlue);
    font-size: 14px;
    letter-spacing: 0.15em;
    font-family: var(--font-jost);
    margin-bottom: 4px;
    padding: 0 16px;
  }
  .mode_item_tag {
    margin-bottom: 8px;
    font-weight: bold;
    padding-left: 34px;
    padding-right: 16px;
  }
  .mode_item_tag:before {
    margin-left: 16px;
  }
  .mode_item_text {
    padding: 0 16px;
    font-size: 13px;
    line-height: 160%;
  }
  .technology03_videoWrapper {
    margin-bottom: 64px;
}
  .technology03_video.md-visible {
    aspect-ratio: 1040 / 488;
    display: block;
  }
  .technology03_video video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
  }
  .technology03_column01 {
    background: #fff;
    border-radius: 8px;
    padding: 32px calc(80 / 1040 * 100%);
    margin-bottom: 64px;
    display: flex;
    align-items: center;
    gap: calc(65 / 1040 * 100%);
  }
  .technology03_column01_text {
    font-size: 20px;
    margin-bottom: 0;
  }
  .technology03_column01_tagandtext {
    display: flex;
    align-items: center;
    gap: calc(24 / 544 * 100%);
  }
  .technology03_column02 {
    background: #fff;
    border-radius: 8px;
    padding: calc(32 / 1040 * 100%) calc(32 / 1040 * 100%) calc(32 / 1040 * 100%) calc(80 / 1040 * 100%);
    display: flex;
    align-items: center;
    justify-content: space-between;  
  }
  .tagandtext01, .tagandtext02 {
    display: flex;
    align-items: center;
  }
  .tagandtext_tag {
    width: calc(88 / 260 * 100%)
  }
  .tagandtext_text {
    font-size: 13px;
    margin-left: 12px;
    margin-top: 0;
    text-align: left;
  }
  .titleandtext_title {
    font-size: 20px;
    line-height: 200%;
    margin-bottom: 16px;
  }
  .titleandtext_textandimage {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .titleandtext_text {
    font-size: 14px;
    line-height: 180%;
  }
  .titleandtext_image {
    width: calc(62 / 480 * 100%);
  }
  .technology03_column02_text_wrapper {
    width: calc(368 / 928 * 100%);
    margin-bottom: 0;
  }
  .technology03_column02_image_wrapper {
    width: calc(480 / 928 * 100%);
  }
}


/* functions
------------------------------------------------------ */
.functions {
  background: #fff;
  padding: 64px 0 ;
}
.functions_title {
  color: var(--color-pink02);
  text-align: center;
  font-size: 40px;
  letter-spacing: 0.15em;
  font-family: var(--font-jost);
  margin-bottom: 56px;
}
.function_item_text {
  font-size: 15px;
  line-height: 180%;
}
.function_item_tag {
  font-size: 14px;
  letter-spacing: .15em;
  position: relative;
  color: var(--color-brown);
  font-family: var(--font-jost);
  margin-bottom: 8px;
  padding-bottom: 2px;
}
.function_item_tag:after {
  content: '';
  width: 125px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--color-brown);
}
.function_item_title {
  color: var(--color-darkGrey);
  font-size: 20px;
  margin-bottom: 8px;
  line-height: 2;
}
.function_item_image {
  margin-bottom: 8px;
}
.function_item_image img {
  border-radius: 8px;
  width: 100%;
}
.function_item {
  margin-bottom: 48px;
  padding-left: 16px;
  padding-right: 16px;
}
.function_item:last-of-type {
  margin-bottom: 0;
}


@media (min-width: 768px) {
  .functions {
    padding: 112px 0 ;
  }
  .functions_title {
    font-size: 56px;
    letter-spacing: 0.15em;
    margin-bottom: 56px;
  }
  .function_list {
    display: flex;
    gap: 40px;
  }
  .function_item_tag {
    font-size: 14px;
    letter-spacing: .15em;
    position: relative;
    color: var(--color-brown);
    font-family: var(--font-jost);
    margin-bottom: 8px;
    padding-bottom: 2px;
  }
  .function_item_tag:after {
    content: '';
    width: 125px;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: var(--color-brown);
  }
  .function_item_title {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .function_item_image {
    margin-bottom: 8px;
  }
  .function_item_image img {
    border-radius: 8px;
    width: 100%;
  }
  .function_item {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
}

/* user's story
------------------------------------------------------ */
.story {
  padding: 64px 0;
  background-color: var(--color-lightBeige);
}
.story_title {
  font-size: 40px;
  font-family: var(--font-jost);
  letter-spacing: 0.15em;
  color: var(--color-pink02);
  margin-bottom: 40px;
  text-align: center;
}
.story_item {
  border-radius: 8px;
  background: #fff;
  padding: 24px 32px 40px;
  box-shadow: 0px 2px 13px rgba(0, 0, 0, 0.06);
  margin-bottom: 16px;
}
.story_item:last-of-type {
  margin-bottom: 0;
}
.story_item_title {
  font-family: var(--font-jost);
  font-size: 14px;
  letter-spacing: 0.15em;
  margin-bottom: 8px;
  color: var(--color-pink01);
}
.story_item_lead {
  font-size: 16px;
  color: var(--color-brown);
  margin-bottom: 32px;
  line-height: 200%;
}
.story_item_text {
  font-size: 12px;
  color: var(--color-darkGrey);
  line-height: 160%;
  position: relative;
}
.story_item_text:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("//festino.jp/cdn/shop/files/mdl_comma_before.webp?v=4066410214305353844");
  background-size: 100%;
  width: 11px;
  height: 10px;
  margin-top: -16px;
}
.story_item_text:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: url("//festino.jp/cdn/shop/files/mdl_comma_after.webp?v=4826453899727116940");
  background-size: 100%;
  width: 11px;
  height: 10px;
  margin-bottom: -16px;
}


@media (min-width: 768px) {
  .story {
    padding: 112px 0;
  }
  .story_title {
    font-size: 56px;
    font-family: var(--font-jost);
    letter-spacing: 0.15em;
    color: var(--color-pink02);
    margin-bottom: 56px;
    text-align: center;
  }
  .story_list {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, auto);
  }
  .story_item {
    border-radius: 8px;
    background: #fff;
    padding: calc(48 / 336 * 100%) calc(32 / 336 * 100%) calc(64 / 336 * 100%);
    box-shadow: 0px 2px 13px rgba(0, 0, 0, 0.06);
    margin-bottom:0;
  }
  .story_item:nth-of-type(2),
  .story_item:nth-of-type(5) {
    transition-delay: .15s;
  }
  .story_item:nth-of-type(3),
  .story_item:nth-of-type(6) {
    transition-delay: .3s;
  }
  .story_item_title {
    font-family: var(--font-jost);
    font-size: 14px;
    letter-spacing: 0.15em;
    margin-bottom: 8px;
    color: var(--color-pink01);
  }
  .story_item_lead {
    font-size: 16px;
    color: var(--color-brown);
    margin-bottom: 48px;
    line-height: 180%;
  }
  .story_item_text {
    font-size: 13px;
    line-height: 160%;
    position: relative;
  }
  .story_item_text:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("//festino.jp/cdn/shop/files/mdl_comma_before.webp?v=4066410214305353844");
    background-size: 100%;
    width: 11px;
    height: 10px;
    margin-top: -16px;
  }
  .story_item_text:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    background-image: url("//festino.jp/cdn/shop/files/mdl_comma_after.webp?v=4826453899727116940");
    background-size: 100%;
    width: 11px;
    height: 10px;
    margin-bottom: -16px;
  }
}

/* gift
------------------------------------------------------ */
.gift_wrapper {
  background-color: var(--color-pinkBeige);
}
.gift_image {
  width: 100%;
  margin-bottom: 0;
}
.gift_image img {
  width: 100%;
}
.gift_text_wrapper {
  width: 100%;
  padding: 56px 32px 64px;
}
.gift_tag {
  color: var(--color-pink01);
  font-size: 32px;
  font-family: var(--font-jost);
  margin-bottom: 24px;
  letter-spacing: 0.15em;
}
.gift_title {
  font-size: 22px;
  font-family: var(--font-serif);
  line-height: 2;
  color: var(--color-brown);
  margin-bottom: 16px;
}
.gift_text {
  font-size: 16px;
  line-height: 2;
  font-weight: 500;
  color: var(--color-darkGrey);
}

@media (min-width: 768px) {
  .gift_container {
    margin: 0 auto;
    display: flex;
    align-items: center;
  }
  .gift_image {
    width: 50%;
    margin-bottom: 0;
  }
  .gift_image img {
    width: 100%;
  }
  .gift_text_wrapper {
    width: 50%;
    padding: 0 0 0 min(80px,calc(80 / 1440 * 100%));
  }
  .gift_tag {
    color: var(--color-pink01);
    font-size: 36px;
    font-family: var(--font-jost);
    margin-bottom: 32px;
  }
  .gift_title {
    font-size: 26px;
    font-family: var(--font-serif);
    line-height: 2;
    color: var(--color-brown);
    margin-bottom: 16px;
  }
  .gift_text {
    font-size: 14px;
    line-height: 1.8;
    color: var(--color-darkGrey);
  }
}

/* end
------------------------------------------------------ */
.end {
  overflow: hidden;
  position: relative;
  z-index: 0;
  height: 111.9592875318vw;
  padding: 40px 0;
  color: var(--color-white);
}

.end__bg {
  display: block !important;
  position: absolute;
  z-index: -1;
  inset: 0;
  background: url("//festino.jp/cdn/shop/files/mdl_end_bg-sp.webp?v=5285778486484923822") center/cover;
}

.end__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
          justify-content: stretch;
  height: 100%;
}

.end__content {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(295px,calc(295 / 393 * 100vw));
  color: var(--color-logo)
}
.end__content .h2{
  font-size: 30px;
}

.end__logo {
  line-height: 1;
}
.end__logo img {
  width: auto;
  height: 16px;
}

@media (min-width: 768px) {
  .end {
    padding: 64px 0;
  }
  .end__content {
    gap: 32px;
    margin-left:auto;
  }
  .end__content .h2{
    font-size: 40px;
  }
  .end__bg {
    background-image: url("//festino.jp/cdn/shop/files/mdl_end_bg.webp?v=16421203604287472596");
    background-position: center top;
  }
}
@media (min-width: 992px) {
  .end {
    height: 39.0972222222vw;
    max-height: 563px;
  }
  .end__bg {
    background-image: url("//festino.jp/cdn/shop/files/mdl_end_bg.webp?v=16421203604287472596");
    background-position: center top;
  }
  .end__inner {
    align-items: center;
    margin-top: 120px;
    margin-left: 28vw;
  }
}
/* spec
------------------------------------------------------ */
.spec, .faq {
  color: var(--color-brown);
}
.spec, .faq {
  padding: 80px 0;
}

.spec__data {
  display: grid;
  grid-template-columns: 88px 1fr;
  max-width: 400px;
  margin: 0 auto;
}
.spec__data dt,
.spec__data dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 8px;
  border-top: 1px solid var(--color-blueGray03);
  border-bottom: 1px solid var(--color-blueGray03);
}
.spec__data dd {
  color: var(--color-darkGrey);
}
.spec__data dt:not(:first-of-type),
.spec__data dd:not(:first-of-type) {
  margin-top: -1px;
}
.spec__data dt {
  font-weight: 600;
}
.spec__data + .spec__data dt:first-of-type,
.spec__data + .spec__data dd:first-of-type {
  margin-top: -1px;
}

@media (min-width: 768px) {
  .spec, .faq {
    padding: 120px 0;
  }
  .spec__data {
    grid-template-columns: 128px 1fr;
    max-width: 600px;
  }
}
@media (min-width: 992px) {
  .spec, .faq {
    padding: 160px 0;
  }
  .spec__inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 48px;
  }
  .spec__data {
    max-width: none;
  }
}
/* ページ内リンク位置調整 */
.spec + .faq, .faq + .faq {
  margin-top: -48px;
}
@media (min-width: 768px) {
  .spec + .faq, .faq + .faq {
    margin-top: -80px;
  }
}
@media (min-width: 992px) {
  .spec + .faq, .faq + .faq {
    margin-top: -120px;
  }
}

/* faq
------------------------------------------------------ */
.faq__list {
  max-width: 400px;
  margin-inline: auto;
}

.faq__list-box {
  border-top: 1px solid var(--color-blueGray03);
}
.faq__list-box:last-child {
  border-bottom: 1px solid var(--color-blueGray03);
}
.faq__list-box:last-child .faq__list-question {
  padding-bottom: 23px;
}

.faq__list-question {
  min-height: 92px;
  padding: 23px 16px 24px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  font-family: var(--font-serif);
  font-weight: normal;
  cursor: pointer;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
  color: var(--color-darkGrey);
}
.faq__list-question::before {
  content: "Q";
  font-family: var(--font-serif);
  font-size: 22px;
  font-weight: normal;
  line-height: 2;
  color: var(--color-pink01);
}
.faq__list-question::after {
  content: "";
  width: 12px;
  height: 12px;
  background: var(--color-brown);
  clip-path: polygon(50% 100%, 93.3017% 25%, 6.6987% 25%);
}

.faq__list-answer {
  position: relative;
  overflow: hidden;
  max-height: 0;
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  padding: 0 52px 0 16px;
  -webkit-transition: max-height 0.4s ease-out;
  transition: max-height 0.4s ease-out;
  color: var(--color-darkGrey);
}
.faq__list-answer::before {
  content: "A";
  font-family: var(--font-serif);
  font-size: 22px;
  font-weight: normal;
  line-height: 2;
  color: var(--color-pinkBeige);
  opacity: 0;
  visibility: hidden;
}
.faq__list-answer.is-open {
  margin-bottom: 24px;
}

.faq__list-question:has(+ .faq__list-answer.is-open)::after {
  rotate: 180deg;
}

@media (min-width: 768px) {
  .faq__list {
    max-width: 600px;
  }
  .faq__list-question {
    min-height: 100px;
    padding-left: 32px;
    padding-right: 32px;
    gap: 56px;
  }
  .faq__list-question::before {
    font-size: 26px;
  }
  .faq__list-answer {
    gap: 56px;
    padding-left: 32px;
    padding-right: 100px;
  }
  .faq__list-answer::before {
    font-size: 26px;
  }
}
@media (min-width: 992px) {
  .faq__list {
    max-width: none;
  }
}
/* instagram
------------------------------------------------------ */
.instagram {
  padding: 80px 0;
  background: var(--color-lightBeige);
}

.instagram__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.instagram .section-title-h2 {
  color: var(--color-brown);
}

.instagram__link {
  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-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 16px;
  text-decoration: none;
}
.instagram__link span {
  font-family: var(--font-jost);
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--color-darkGrey );
}
.instagram__link img {
  width: 24px;
}

.instagram__slider {
  margin: 32px calc(50% - 50vw) 0;
}
.instagram__slider .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.instagram__slider .swiper-slide {
  width: 160px;
  margin-right: 13px;
}

@media (min-width: 768px) {
  .instagram {
    padding: 88px 0;
  }
  .instagram__link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
  .instagram__link img {
    width: 32px;
  }
  .instagram__slider {
    margin: 56px calc(50% - 50vw) 0;
  }
  .instagram__slider .swiper-slide {
    width: 200px;
    margin-right: 16px;
  }
}
/*----------------------------------------
	Utility
----------------------------------------*/
.sm-visible {
  display: none;
}
@media (min-width: 576px) {
  .sm-visible {
    display: initial;
  }
}

@media (min-width: 576px) {
  .sm-hidden {
    display: none;
  }
}

.md-visible {
  display: none;
}
@media (min-width: 768px) {
  .md-visible {
    display: initial;
  }
}

@media (min-width: 768px) {
  .md-hidden {
    display: none;
  }
}

.lg-visible {
  display: none;
}
@media (min-width: 992px) {
  .lg-visible {
    display: initial;
  }
}

@media (min-width: 992px) {
  .lg-hidden {
    display: none;
  }
}

.xlg-visible {
  display: none;
}
@media (min-width: 1200px) {
  .xlg-visible {
    display: initial;
  }
}

@media (min-width: 1200px) {
  .xlg-hidden {
    display: none;
  }
}

/*----------------------------------------
	Animation
----------------------------------------*/
.fadeInUp {
  -webkit-transition: opacity 0.7s cubic-bezier(0.69, 0, 0.33, 1), -webkit-transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.7s cubic-bezier(0.69, 0, 0.33, 1), -webkit-transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.7s cubic-bezier(0.69, 0, 0.33, 1), transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.7s cubic-bezier(0.69, 0, 0.33, 1), transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.fadeInUp[data-scroll-anima=true] {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.zoomOut {
  -webkit-transition: -webkit-transform 2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 2s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: scale(1.12);
          transform: scale(1.12);
}
.zoomOut[data-scroll-anima=true] {
  -webkit-transform: scale(1);
          transform: scale(1);
}

@-webkit-keyframes scrollDown {
  0% {
    top: 0;
    height: 0;
  }
  50% {
    top: 0;
    height: 100%;
  }
  100% {
    top: 100%;
    height: 0;
  }
}

@keyframes scrollDown {
  0% {
    top: 0;
    height: 0;
  }
  50% {
    top: 0;
    height: 100%;
  }
  100% {
    top: 100%;
    height: 0;
  }
}/*# sourceMappingURL=style.css.map */