/** Shopify CDN: Minification failed

Line 1541:2 "font-seight" is not a known CSS property
Line 2032:15 Expected ":"

**/
@charset "UTF-8";
:root {
  --color-black: #383838;
  --color-black02: #333333;
  --color-gray: #4E4E4E;
  --color-darkGrey: #494440;
  --color-white: #fff;
  --color-logo: #736130;
  --color-yellow: #CEA021;
  --color-paleBlue: #5E8BAF;
  --color-paleBlue02: #B2C4DC;
  --color-pink01: #B9977F;
  --color-lightGray: #F9F9F9;
  --color-blueGray02: #ABBCC5;
  --color-blueGray03: #EDEDEF;
  --color-pinkBeige: #F8F2ED;
  --color-lightPinkBeige: #ECE2DB;
  --color-lightBeige: #FDFAF8;
  --color-pink02: #D6AF94;
  --color-blueGray04: #88A8C6;
  --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;
  -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: 500;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
@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: 14px;
  font-weight: 400;
  line-height: 1.8;
}

.body-m {
  font-size: 16px;
  font-weight: 300;
  line-height: 2;
}
@media (min-width: 768px) {
  .body-l {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
  }
  .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-blueGray04);
  -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-blueGray04);
  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;
  color: var(--color-darkGrey);
}
@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=17114");
  }
  .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;
  aspect-ratio: 393 / 616;
  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__image {
  position: absolute;
  z-index: -1;
  inset: 0;
}
.kv__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.kv01,.kv02 {
  position: absolute;
  inset: 0;
  opacity: 0;
  animation: kvFade 10s infinite;
}
.kv01 {
  animation-delay: 0s;
}
.kv02 {
  animation-delay: -5s;
}
@keyframes kvFade {
  0% {
    opacity: 1;
  }

  40% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  90% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
.kv__inner.container {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 90px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  pointer-events: none;
}

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

.kv__content {
  margin: 0;
}

.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 {
  width: calc(345 / 393 * 100%);
  margin: 0 auto 16px;
  display: flex;
  justify-content: space-between;
  gap: 8px;
  flex-wrap: wrap;
}
.mv_icon {
  flex: 0 0 calc(50% - 4px);
}
.mv_icon__image img {
  filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.04));
}
.mv_icon__text {
  margin-top: 8px;
  font-size: 10px;
  text-align: center;
  letter-spacing: 0;
}
.mv_icon_annotation {
  width: calc(345 / 393 * 100%);
  margin: 0 auto;
}

@media (min-width: 768px) {
  .kv {
    height: auto;
    aspect-ratio: 1440 / 760;
  }
  .kv__text {
    margin: -7px;
    font-size: 30px;
  }
  .kv__text span {
    font-size: 40px;
  }
  .kv__content {
    width: 100%;
  }
  .kv__inner.container {
    height: 100%;
    flex-direction: initial;
    margin-top: 0;
    align-items: center;
    justify-content: flex-end;
    max-width: none;
  }
  .kv__title {
    max-width: 636px;
    width: calc(636 / 1440 * 100%);
    margin: 0 calc(58 / 1440 * 100%) 0 auto;
  }
  .mv_icon__wrapper {
    width: calc(680 / 1040 * 100%);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: calc(24 / 1040 * 100%);
  }
  .mv_icon {
    flex: 0 0 calc(25% - 12px);
  }
  .mv_icon__image {
    width: 100%;
  }
  .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 40px;
  color: var(--color-gray);
  background: radial-gradient(100% 149.18% at 0% 0%, #FCFCFC 8.97%, #EFF5FD 61.94%, #C5D2E3 91.83%);
}
.point__title {
  text-align: center;
  margin-bottom: 8px;
  color: var(--color-gray);
}
.point__subtitle {
  text-align: center;
  margin-bottom: 24px;
  color: var(--color-gray);
}
.point__video {
  width: calc(345 / 393 * 100%);
  margin: 0 auto 24px;
  aspect-ratio: 345 / 194;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.04);
}
.point__video video{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mv_icon_annotation {
  font-size: 10px;
  line-height: 1.2;
  color: #777777;
}
@media (min-width: 768px) {
  .point {
    padding:64px 0 80px;
  }
  .point__list {
    gap: 80px;
    margin: 0;
  }
  .point__title {
    font-size: 32px;
    line-height: 1.8;
  }
  .point__subtitle {
    margin-bottom: 48px;
  }
  .point__video {
    width: calc(960 / 1040 * 100%);
    margin: 0 auto 46px;
    aspect-ratio: 960 / 540;
    position: relative;
  }
  .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%);
  }
  .mv_icon_annotation {
    margin-top: 32px;
    text-align: center;
  }
}
/* 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: 21px;
}
.product__img-wrap .product__img img {
  width: auto;
  height: 88px;
}

.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: 8px;
}

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

.product__price {
  font-family: var(--font-jost);
  color: var(--color-paleBlue);
  font-size: 32px;
  font-weight: normal;
  line-height: 1;
}
.product__price em {
  font-style: normal;
  font-size: 32px;
}
.product__price span {
  font-size: 16px;
  color: var(--color-gray);
}
.product__color {
  color: var(--color-darkGrey);
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0;
}
.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-paleBlue);
  outline: 1px solid;
  outline-offset: -1px;
}

@media (min-width: 768px) {
  .product__name {
    font-size: 20px;
    line-height: 2;
    letter-spacing: 0;
  }
  .product__img-wrap .product__img img {
    height: 120px;
    gap: 32px;
  }
  .product__color {
    font-size: 13px;
    line-height: 1.6;
    font-weight: 500;
  }
}
@media (min-width: 992px) {
  .product__head {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .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;
  width: calc(345 / 393 * 100%);
  margin: 0 auto;
}
.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 {
    width: calc(720 / 1040 * 100%);
    margin: 0 auto
  }
  .banner__inner a {
    width: calc(720 / 1040 * 100%);
    margin: 0 auto;
  }
}

/* solution
------------------------------------------------------ */
.solution {
  padding: 0 0 56px;
  background-color: #FCFCFC;
}

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

.solution__title {
  margin-top: 48px;
  font-size: 24px;
  margin-bottom: 16px;
  line-height: 1.8;
  letter-spacing: 4px;
  color: var(--color-gray);
  font-family: var(--font-serif);
  text-align: center;
}
.solution__subtitle {
  color: var(--color-yellow);
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 16px;
  text-align: center;
}
.solution__subtitle span {
  font-family: var(--font-jost);
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 4%;
}
.solution__text {
  color: var(--color-gray);
  font-size: 14px;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 16px;
}
.solution__text sup{
  font-size: .6em;
}
.solution__subimage {
  width: calc(329 / 393 * 100%);
  margin: 0 auto 16px;
}
.solution__subimage img {
  width: 100%;
}
.solution__annotation {
  font-size: 10px;
  line-height: 1.2;
  color: #777777;
  text-align: center;
}
.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;
}

@media (min-width: 768px) {
  .solution {
    padding: 0;
  }
  .solution__content {
    margin: 0 auto;
    max-width: 640px;
  }
  .solution_image {
    width: calc(760 / 1440 * 100%);
  }
  .solution_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right;
  }
  .solution__title {
    text-align: left;
    margin-top: 0;
    margin-bottom: 32px;
    font-size: 32px;
    line-height: 1.8;
  }
  .solution__annotation {
    text-align: left;
  }
  .solution__subtitle {
    font-size: 20px;
    margin-bottom: 16px;
    text-align: left;
    line-height: 1.8;
  }
  .solution__subtitle span {
    font-family: var(--font-jost);
    font-weight: 500;
    font-size: 22px;
    line-height: 1;
    letter-spacing: 4%;
  }
  .solution__text {
    font-size: 14px;
    text-align: left;
    margin-bottom: 32px;
  }
  .solution__subimage {
    width: calc(313 / 456 * 100%);
    margin-left: 0;
    max-width: 313px;
    margin-bottom: 32px;
  }
  .solution_container {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
  }
  .solution_text_wrapper {
    display: flex;
    align-items: center;
    width: calc(680 / 1440 * 100%);
    padding: 0 calc(112 / 1440 * 100%);
  }
  .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: 41px 0;
  }
}
@media (min-width: 992px) {
  .solution__content {
    max-width: none;
  }
}


/* quick
------------------------------------------------------ */
.quick {
  padding-top: 48px;
  padding-bottom: 56px;
  text-align: center;
}
.quick_title {
  font-family: var(--font-jost);
  font-weight: 300;
  font-size: 16px;
  line-height:1.5;
  letter-spacing: 2px;
  color: var(--color-paleBlue);
  margin-bottom: 24px;
}
.quick_subtitle {
  font-family: var(--font-serif);
  font-size: 16px;
  font-weight: 500;
  line-height:1.5;
  letter-spacing: 2px;
  color: var(--color-gray);
  margin-bottom: 24px;
  position: relative;
  display: inline-block;
  padding:0 .5em;
}
.quick_subtitle:after{
  content: '';
  background-color: var(--color-paleBlue02);
  height: 1px;
  width: 100%;
  margin-bottom: -8px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.quick_lead {
  font-family: var(--font-serif);
  font-size: 24px;
  line-height:1.8;
  font-seight: 500;
  letter-spacing: 4px;
  color: var(--color-gray);
  text-align: center;
  margin-bottom: 32px;
}
.quick_movie_list {
  padding-bottom: 64px;
}
.quick_movie_item {
  width: calc(313 / 393 * 100%);
  margin: 0 auto 32px;
}
.quick_movie_item:last-of-type {
  margin-bottom: 0;
}
.quick_movie_item_wrapper {
  aspect-ratio: 313 / 234;
  margin-bottom: 12px;
}
.quick_movie_item_wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.quick_movie_text {
  font-family: var(--font-serif);
  font-size: 16px;
  line-height:1.5;
  letter-spacing: 2px;
}
.quick_choice_text {
  font-family: var(--font-serif);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 4px;
  text-align: center;
  margin-bottom: 32px;
  color: var(--color-gray);
}
.quick_choice_list {
  display: flex;
  justify-content: center;
  gap: 8px;
  width: calc(313 / 393 * 100%);
  margin: 0 auto;
}
.quick_choice_item {
  color: var(--color-paleBlue);
  text-align: center;
  border: 1px solid var(--color-paleBlue02);
  border-radius: 4px;
  padding: 12px 14px;
  width: calc(99 / 313 * 100%);
}
.quick_choice_item_text02 {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 2px;
  font-family: var(--font-serif);
}
.quick_choice_item_text {
  font-size: 24px;
  letter-spacing: 4%;
  line-height: 1;
  font-weight: 400;
  font-family: var(--font-jost);
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .quick {
    padding-top: 64px;
    padding-bottom: 96px;
  }
  .quick_title {
    margin-bottom: 32px;
  }
  .quick_subtitle {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 4px;
    margin-bottom: 24px;
  }
  .quick_lead {
    font-size: 32px;
    margin-bottom: 40px;
  }
  .quick_movie_list {
    display: flex;
    width: calc(1040 / 1440 * 100%);
    margin: 0 auto 80px;
    justify-content: space-between;
    gap: 4px;
    flex: 0 0 calc(33.333% - 8px);
    padding-bottom: 0;
  }
  .quick_movie_item {
    display: block;
    margin-bottom: 0;
  }
  .quick_movie_item_wrapper {
    width: auto;
    aspect-ratio: 1/1;
  }
  .quick_choice_list {
    width: calc(1040 / 1440 * 100%);
    margin: 0 auto;
    gap: 16px;
  }
  .quick_choice_item {
    width: calc(288 / 1040 * 100%);
    padding: 12px 0 8px;
  }
  .quick_choice_item_text {
    font-size: 28px;
    line-height: 1;
    letter-spacing: 4%;
  }
}




/* technology
------------------------------------------------------ */
.technology {
  background: #FCFCFC;
  position: relative;
  padding: 56px 0 ;
  text-align: center;
}
.technology_title {
  font-size: 32px;
  line-height: 1.5;
  letter-spacing: 15%;
  font-family: var(--font-jost);
  color: var(--color-paleBlue);
  margin-bottom: 24px;
}
.technology_lead {
  font-size: 14px;
  font-family: var(--font-serif);
  line-height: 1.5;
  letter-spacing: 2px;
  font-weight: 500;
}
.technology01 {
  background-image: url("//festino.jp/cdn/shop/files/shb_tech01-bg-sp.webp?v=3725324705394101788");
  background-position: top;
  background-size: 100%;
  background-repeat: no-repeat;
  padding-top: 368px;
  padding-bottom: 56px;
}
.tech01_title {
  width: calc(329 / 393 * 100%);
  margin: 0 auto;
  color: var(--color-yellow);
  font-family: var(--font-jost);
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 32px;
}
.tech01_title.blue {
  color: var(--color-paleBlue);
}
.tech01_title.gray {
  color: #5D646F;
}
.tech01_title .num{
  letter-spacing: 2%;
  margin-right: 8px;
}
.tech01_title .name{
  letter-spacing: 4%;
}
.tech01_title .name sup{
  font-size: .6em;
  vertical-align: super;
}
.tech01_lead {
  width: calc(329 / 393 * 100%);
  margin: 0 auto 16px;
  font-size: 24px;
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: 4px;
  font-family: var(--font-serif);
  color: var(--color-gray);
}
sup.under{
  vertical-align: bottom;
  font-size: .6em;
}
.tech01_text {
  width: calc(329 / 393 * 100%);
  margin: 0 auto 16px;
  font-size: 14px;
  line-height: 1.8;
  color: var(--color-gray);
}
.tech01_annotation {
  width: calc(329 / 393 * 100%);
  margin: 0 auto 40px;
  font-size: 10px;
  color: #777777;
  line-height: 1.2;
}
.tech01_column {
  background: rgba(255, 255, 255, 0.4);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.04);
  border-radius: 24px;
  width: calc(329 / 393 * 100%);
  margin: 0 auto;
  padding: 40px 24px;
}
.tech01_column_title {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 4px;
  font-weight: 500;
  font-family: var(--font-serif);
  color: var(--color-gray);
  margin-bottom: 24px;
}
.tech01_column_text {
  font-size: 12px;
  line-height: 1.8;
  color: var(--color-gray);
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .technology {
    padding: 72px 0 ;
  }
  .technology_title {
    font-size: 48px;
    line-height: 1;
    margin-bottom: 40px;
  }
  .technology01 {
    background-image: url("//festino.jp/cdn/shop/files/shb_tech01-bg-pc.webp?v=5027294735274977449");
    background-position: top;
    background-size: 100%;
    background-repeat: no-repeat;
    padding-top: 100px;
    padding-bottom: 112px;
    background-color: #FCFCFC;
  }
  .technology_lead {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 2px;
  }
  .tech01_title {
    margin-left: calc(200 / 1440 * 100%);
  }
  .tech01_lead {
    margin-left: calc(200 / 1440 * 100%);
    font-size: 32px;
  }
  .tech01_text {
    margin-left: calc(200 / 1440 * 100%);
  }
  .tech01_annotation {
    margin-left: calc(200 / 1440 * 100%);
    margin-bottom: 64px;
  }
  .tech01_column {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: calc(40 / 1040 * 100%) calc(80 / 1040 * 100%);
    gap: calc(48 / 1040 * 100%);
    width: calc(1040 / 1440 * 100%);
  }
  .tech01_column_title {
    font-size: 24px;
  }
  .tech01_column_text {
    font-size: 14px;
    line-height: 1.8;
  }
  .tech01_column_left {
    width: calc(416 / 880 * 100%);
  }
  .tech01_column_right {
    width: calc(416 / 880 * 100%);
  }
}

.technology02 {
  background-image: url("//festino.jp/cdn/shop/files/shb_tech02-bg-sp.webp?v=3951022848129546369");
  background-position: top;
  background-size: 100%;
  background-repeat: no-repeat;
  padding-top: 368px;
  padding-bottom: 56px;
  background-color: #EDEEF0;
}
.tech02_column_list {
  width: calc(329 / 393 * 100%);
  margin: 0 auto;
}
.tech02_column_item {
  margin-bottom: 32px;
}
.tech02_column_item:last-of-type {
  margin-bottom: 0;
}
.tech02_column_item_img {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.04);
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 12px;
}
.tech02_column_item img {
  width: 100%;
}
.tech02_column_title {
  font-family: var(--font-serif);
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 2px;
  margin-bottom: 8px;
  font-weight: 500;
}
.tech02_column_text {
  font-size: 12px;
  line-height: 1.8;
}
.tech01_text.tech02 {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .technology02 {
    background-image: url("//festino.jp/cdn/shop/files/shb_tech02-bg-pc.webp?v=9262322437754423322");
    background-position: top;
    background-size: 100%;
    background-repeat: no-repeat;
    padding-top: 112px;
    padding-bottom: 112px;
    background-color: #FCFBFA;
  }
  .tech02_column_list {
    width: calc(1040 / 1440 * 100%);
    margin: 0 auto;
    display: flex;
    gap: calc(32 / 1040 * 100%);
    justify-content: center;
    align-items: flex-start;
  }
  .tech02_column_item {
    margin-bottom: 0;
  }
  .tech02_column_item:nth-of-type(2) {
    transition-delay: .15s;
  }
  .tech02_column_item:nth-of-type(3) {
    transition-delay: .3s;
  }
  .tech01_text.tech02 {
    margin-bottom: 88px;
  }
}


.technology03 {
  background-image: url("//festino.jp/cdn/shop/files/shb_tech03-bg-sp.webp?v=16410567455827352902");
  background-position: top;
  background-size: 100%;
  background-repeat: no-repeat;
  padding-top: 368px;
  padding-bottom: 56px;
  background-color: #EDEEF0;
}

.tech01_text.tech03 sup {
  font-size: .6em;
  /* vertical-align: super; */
}
.tech03_column_item {
  margin-bottom: 32px;
}
.tech03_column_item:last-of-type {
  margin-bottom: 0;
}
.tech03_column_item_img {
  width: calc(329 / 393 * 100%);
  margin: 0 auto 12px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.04);
  overflow: hidden;
  border-radius: 4px;
}
.tech03_column_item img {
  width: 100%;
}
.tech03_column_item_img.video {
  aspect-ratio: 329 / 185;
  overflow: hidden;
  border-radius: 4px;
}
.tech03_column_item_img.video video{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tech03_column_title {
  width: calc(329 / 393 * 100%);
  margin: 0 auto 8px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 2px;
  font-weight: 500;
  font-family: var(--font-serif);
  color: var(--color-gray);
}
.tech03_column_text {
  width: calc(329 / 393 * 100%);
  margin: 0 auto;
  font-size: 12px;
  line-height: 1.8;
  color: var(--color-gray);
}
.tech03_column_annotation {
  width: calc(329 / 393 * 100%);
  font-size: 10px;
  line-height: 1.2;
  color: #777777;
  margin: 8px auto 0;
}
.tech03_add {
  padding: 53px 0;
  background-color: #FCFCFC;
}
.tech03_add_title {
  text-align: center;
  font-family: var(--font-serif);
  color: var(--color-gray);
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 4px;
  margin-bottom: 40px;
  font-weight: 500;
}
.tech03_add_img {
  width: calc(313 / 393 *100%);
  margin: 0 auto;
}
.tech03_add_img img{
  width: 100%;
}
@media (min-width: 768px) {
  .technology03 {
    background-image: url("//festino.jp/cdn/shop/files/shb_tech03-bg-pc.webp?v=7627688687726813090");
    background-color: #FCFCFC;
    padding-top: 112px;
    padding-bottom: 112px;
  }
  .tech03_column_list {
    width: calc(1040 / 1440 * 100%);
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: calc(56 / 1040 * 100%);
  }
  .tech03_column_item {
    margin-bottom: 0;
  }
  .tech03_column_item.video {
    width: calc(720 / 1040 * 100%);
    margin: 0 calc(160 / 1040 * 100%) 64px;
  }
  .tech03_column_item {
    width: calc(492 / 1040 * 100%);
  }
  .tech03_column_item_img {
    width: 100%;
  }
  .tech03_column_title,
  .tech03_column_text,
  .tech03_column_annotation
  {
    width: 100%;
  }
  .tech03_column_title {
    font-size: 16px;
    line-height 1.5;
  }
  .tech03_add {
    padding: 80px 0;
  }
  .tech03_add_title {
    text-align: center;
    font-family: var(--font-serif);
    font-size: 32px;
    line-height: 1.8;
    letter-spacing: 4px;
  }
  .tech03_add_img {
    width: calc(980 / 1440 * 100%);
    margin: 0 auto;
  }
}


/* scene
------------------------------------------------------ */
.scene {
  padding: 48px 0 56px;
  background: radial-gradient(100% 149.18% at 0% 0%, #FFFBF3 0%, #FFFAED 66.35%, #FEF6E2 91.83%)
}
.scene_title_en {
  font-family: var(--font-jost);
  font-weight: 300;
  font-size: 16px;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 2px;
  margin-bottom: 24px;
  color: var(--color-yellow);
}
.scene_title {
  font-family: var(--font-serif);
  font-size: 24px;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 4px;
  font-weight: 500;
  margin-bottom: 40px;
  color: var(--color-gray);
}
.scene_img_list {
  width: calc(329 / 393 * 100%);
  margin: 0 auto;
}
.scene_img_item {
  margin-bottom: 32px;
}
.scene_img_item img {
  width: 100%;
  margin-bottom: 8px;
}
.scene_img_item:last-of-type {
  margin-bottom: 0;
}
.scene_img_text {
  font-size: 14px;
  text-align: center;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 2px;
  color: var(--color-gray);
  font-family: var(--font-serif);
}

@media (min-width: 768px) {
  .scene {
    padding: 64px 0 96px;
  }
  .scene_title {
    font-size: 32px;
    margin-bottom: 60px;
  }
  .scene_img_list {
    width: calc(1040 / 1440 * 100%);
    margin: 0 auto;
    display: flex;
    gap: 4px;
    justify-content: space-between;
  }
  .scene_title_en {
    margin-bottom: 32px;
  }
  .scene_img_text {
    font-size: 15px;
  }
}

.series {
  padding: 48px 0;
  text-align: center;
}
.series_title_en {
  font-family: var(--font-jost);
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 2px;
  color: var(--color-paleBlue);
  margin-bottom: 24px;
}
.series_title {
  font-family: var(--font-serif);
  font-weight: 500;
  font-size: 24px;
  line-height: 1.8;
  letter-spacing: 4px;
  color: var(--color-gray);
  margin-bottom: 32px;
}
.series_image_list {
  display: flex;
  width: calc(345 / 393 * 100%);
  margin: 0 auto;
  padding-bottom: 16px;
  border-bottom: 1px solid #E0E7F0;
  gap: 16px;
  color: var(--color-gray);
}
.series_image_text {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 2px;
  font-weight: 500;
  font-family: var(--font-serif);
}
.series_image_text.under {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 2px;
  font-weight: 500;
  font-family: var(--font-serif);
}
.series_image01,
.series_text01 {
  width: calc(81 / 345 * 100%);
}
.series_text01 {
  text-align: left;
  padding-left: 8px;
}
.series_image02,
.series_image03,
.series_text02,
.series_text03 {
  width: calc(120 / 345 * 100%);
}
.series_image_wrapper {
  margin-bottom: 12px;
}
.series_text_list {
  font-size: 12px;
  line-height: 1.8;
  display: flex;
  align-items: center;
  width: calc(345 / 393 * 100%);
  margin: 0 auto;
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #E0E7F0;
  gap: 10px;
  color: var(--color-gray);
}
.series_image_list.noborder {
  border: none;
  padding-top: 16px;
}
.series_image_list.noborder .series_image_text {
  margin-bottom: 16px;
}
.series_linkbtn {
  border-radius: 45px;
  font-size: 12px;
  padding: 8px 0;
  font-weight: bold;
  line-height: 1.6;
  width: calc(288 / 320 * 100%);
  margin: 0 auto;
  max-width: 288px;
}
.series_linkbtn a {
  text-decoration: none;
  display: block;
  width: 100%;
} 
.series_linkbtn.pink {
  background-color: var(--color-pink02);
  color: #fff;
} 
.series_linkbtn.blue {
  background-color: var(--color-blueGray04);
  color: #fff;
}

@media (min-width: 768px) {
  .series {
    padding: 64px 0 96px;
    text-align: center;
  }
  .series_title {
    font-size: 32px;
    margin-bottom: 48px;
  }
  .series_image_list {
    width: calc(930 / 1440 * 100%);
    margin: 0 auto;
    padding-bottom: 32px;
    gap: calc(64 / 930 * 100%);
  }
  .series_text_list {
    font-size: 14px;
    width: calc(930 / 1440 * 100%);
    margin: 0 auto;
    padding-top: 16px;
    padding-bottom: 16px;
    gap: 0;
    justify-content: space-between;
  }
  .series_image01,
  .series_text01 {
    width: calc(160 / 930 * 100%);
  }
  .series_image02,
  .series_image03,
  .series_text02,
  .series_text03 {
    width: calc(320 / 930 * 100%);
  }
  .series_image_text {
    font-size: 16px;
  }
  .series_image_text.under {
    font-size: 16px;
  }
}


/* gift
------------------------------------------------------ */
.gift_wrapper {
  background-color: #FCFCFC;
  padding-top: 48px;
  padding-bottom: 56px;
}
.gift_image {
  width: calc(345 / 393 * 100%);
  margin: 0 auto 32px;
}
.gift_image img {
  width: 100%;
}
.gift_text_wrapper {
  width: calc(345 / 393 * 100%);
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
.gift_tag {
  color: var(--color-paleBlue);
  font-size: 16px;
  line-height: 1.5;
  font-family: var(--font-jost);
  font-weight: 300;
  margin-bottom: 24px;
  letter-spacing: 2px;
  text-align: center;
}
.gift_subtitle {
  font-family: var(--font-serif);
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 2px;
  text-align: center;
  margin-bottom: 16px;
  position: relative;
  display: inline-block;
}
.gift_subtitle:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--color-paleBlue02);
  margin-bottom: -8px;
}
.gift_title {
  font-size: 24px;
  font-family: var(--font-serif);
  line-height: 1.8;
  color: var(--color-gray);
  margin-bottom: 24px;
  letter-spacing: 4px;
}
.gift_text {
  font-size: 14px;
  line-height: 1.8;
  font-weight: 400;
  color: var(--color-darkGrey);
}

@media (min-width: 768px) {
  .gift_wrapper {
    padding-top: 128px;
    padding-bottom: 128px;
  }
  .gift_container {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .gift_image {
    width: calc(488 / 1440 * 100%);
    margin-bottom: 0;
    margin-right: 0;
    margin-left: auto;
  }
  .gift_image img {
    width: 100%;
  }
  .gift_text_wrapper {
    width: calc(472 / 1440 * 100%);
    padding: 0 0 0 min(80px,calc(80 / 1440 * 100%));
    margin-left: 0;
    text-align: left;
  }
  .gift_tag {
    font-size: 16px;
    margin-bottom: 32px;
    text-align: left;
  }
  .gift_title {
    font-size: 32px;
    font-family: var(--font-serif);
    line-height: 1.8;
    font-weight: 500;
    color: var(--color-gray);
    margin-bottom: 32px;
  }
  .gift_text {
    font-size: 14px;
    line-height: 1.8;
    color: var(--color-gray);
  }
  .gift_subtitle {
    font-size: 20px;
    letter-spacing: 4px;
    margin-bottom: 24px;
  }
}

/* end
------------------------------------------------------ */
.end {
  overflow: hidden;
  position: relative;
  z-index: 0;
  aspect-ratio: 393 / 500;
  padding: 48px 0 0;
}

.end__bg {
  display: block !important;
  position: absolute;
  z-index: -1;
  inset: 0;
  width: 100%;
  height: 100%;
  background: url("//festino.jp/cdn/shop/files/shb_end_bg-sp.webp?v=9113561643684767510") 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;
          align-items: center;
          justify-content: flex-start;
  gap: min(8px,calc(8 / 393 * 100vw));
}
.end__content .h2{
  font-size: 28px;
  color: var(--color-black02);
}

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

@media (min-width: 768px) {
  .end {
    padding: 64px 0;
    aspect-ratio: 1440 / 562;
    width: 100%;
  }
  .end__content {
    gap: 32px;
    margin-left: calc(200 / 1440 * 100%);

  }
  .end__content .h2{
    font-size: min(40px, calc(40 / 1440 * 100vw));
    color: var(--color-gray);
  }
  .end__bg {
    background-image: url("//festino.jp/cdn/shop/files/shb_end_bg.webp?v=5262192454911615254");
    background-position: center top;
  }
  .end__inner {
    align-items: flex-start;
    justify-content: center;
    margin-left:0;
  }
}
/* spec
------------------------------------------------------ */
.spec, .faq {
  color: var(--color-paleBlue);
}
.spec, .faq {
  padding: 80px 0;
}
.spec__inner {
  width: calc(345 / 393 * 100%);
  margin-left: auto;
  margin-right: auto;
  }
.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-gray);
  font-size: 12px;
  line-height: 1.8;
}
.spec__data dt {
  color: var(--color-gray);
  font-size: 12px;
  line-height: 1.8;
}
.spec__data dt:not(:first-of-type),
.spec__data dd:not(:first-of-type) {
  margin-top: -1px;
  font-size: 12px;
  line-height: 1.8;
}
.spec__data dt {
  font-weight: 400;
}
.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;
  }
  .spec__data * {
    font-size: 14px !important;
  }
}
@media (min-width: 992px) {
  .spec, .faq {
    padding: 160px 0;
  }
  .spec__inner {
    width: 100%;
    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;
  width: calc(345 / 393 * 100%);
}

.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-gray);
  font-size: 14px;
  line-height: 1.8;
}
.faq__list-question::before {
  content: "Q";
  font-family: var(--font-jost);
  font-size: 22px;
  font-weight: normal;
  line-height: 2;
  color: var(--color-paleBlue);
}
.faq__list-question::after {
  content: "";
  width: 12px;
  height: 12px;
  background: var(--color-paleBlue);
  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-gray);
  font-size: 12px;
  line-height: 1.8;
}
.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;
    width: 100%;
  }
  .faq__list-question {
    min-height: 100px;
    padding-left: 32px;
    padding-right: 32px;
    gap: 56px;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 2px;
  }
  .faq__list-question::before {
    font-size: 26px;
  }
  .faq__list-answer {
    gap: 56px;
    padding-left: 32px;
    padding-right: 100px;
    font-size: 14px;
    line-height: 1.8;
  }
  .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: 1.5%;
  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;
  }
}


.adaptor {
  padding-block: 80px;
}
.adaptor_inner {
  display: flex;
  align-items: center;
  gap: 40px;
  max-width: 1120px;
  margin-inline: auto;
  padding: 0 var(--gutter-sp);
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.adaptor img {
  max-width: 100%;
  height: auto;
}
.adaptor_inner div {
  flex: 1;
}
.topics_title {
  font-weight: normal;
  margin-top: 1em;
  margin-bottom: 1em;
}
.topics_text {
  font-size: 14.4px;
  line-height: 26px;
}
.topics_text a {
  text-decoration: none;
  background-image: none;
  display: inline-block;
  transition: opacity 0.3s ease;
}
.topics_text button {
  width: auto;
}

@media (max-width: 768px) {
  .adaptor_inner {
    gap: 20px;
    flex-direction: column;
  }
  .topics_text {
    font-size: 13.6px;
    line-height: 26px;
  }
}



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