@charset "UTF-8";
@font-face {
  font-family: "ShiseidoGinza-Regular";
  src: url("https://brand.shiseido.co.jp/on/demandware.static/-/Sites-shiseido_global_jp-Library/ja_JP/v1750204922573/font/ginzafont/ShiseidoGinza-Regular.woff?$staticlink$") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "ShiseidoGinza-Medium";
  src: url("https://brand.shiseido.co.jp/on/demandware.static/-/Sites-shiseido_global_jp-Library/ja_JP/v1750204922573/font/ginzafont/ShiseidoGinza-Medium.woff?$staticlink$") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "ShiseidoGinza-Bold";
  src: url("https://brand.shiseido.co.jp/on/demandware.static/-/Sites-shiseido_global_jp-Library/ja_JP/v1750204922573/font/ginzafont/ShiseidoGinza-Bold.woff?$staticlink$") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "ShiseidoGinza-Black";
  src: url("https://brand.shiseido.co.jp/on/demandware.static/-/Sites-shiseido_global_jp-Library/ja_JP/v1750204922573/font/ginzafont/ShiseidoGinza-Black.woff?$staticlink$") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "ShiseidoGinzaExt-Bold";
  src: url("../font/ShiseidoGinzaExt-Bold.woff?$staticlink$") format("woff"), url("../font/ShiseidoGinzaExt-Bold.woff2?$staticlink$") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TazuganeGothicStdN-Regular";
  src: url("../font/TazuganeGothicStdN.otf?$staticlink$") format("opentype"), url("../font/TazuganeGothicStdN.otf?$staticlink$") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TazuganeGothicStdN-Medium";
  src: url("../font/TazuganeGothicStdN-Medium.otf?$staticlink$") format("opentype"), url("../font/TazuganeGothicStdN-Medium.otf?$staticlink$") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TazuganeGothicStdN-Bold";
  src: url("../font/TazuganeGothicStdN-Bold.otf?$staticlink$") format("opentype"), url("../font/TazuganeGothicStdN-Bold.otf?$staticlink$") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TazuganeGothicStdN-Black";
  src: url("../font/TazuganeGothicStdN_Black.otf?$staticlink$") format("opentype"), url("../font/TazuganeGothicStdN_Black.otf?$staticlink$") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
:root {
  /* Color */
  --color-black: #000;
  --color-black-light: #262626;
  --color-gray: #888888;
  --color-gray-light: #cccccc;
  --color-gray-lighter: #f1f1f1;
  --color-white: #fff;
  --color-red: #c8102e;
  --color-red-light: #fbe8eb;
  /* Font */
  --ff-default:
    "ShiseidoGinza-Regular", "ShiseidoGinza-Medium", "ShiseidoGinza-Bold", "TazuganeGothicStdN-Regular",
    "TazuganeGothicStdN-Medium", "TazuganeGothicStdN-Bold", "TazuganeGothicStdN-Black", "Tazugane Gothic StdN",
    "MT たづがね角ゴシック StdN Regular", "たづがね角ゴシック StdN", "MT たづがね角ゴシック StdN", "Noto Sans JP",
    "Hiragino Sans", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック体", "YuGothic", "游ゴシック",
    "Yu Gothic", "Meiryo", "メイリオ", system-ui, -apple-system, sans-serif;
  --ff-bold:
    "ShiseidoGinza-Bold", "TazuganeGothicStdN-Medium", "Tazugane Gothic StdN", "MT たづがね角ゴシック StdN Bold",
    "たづがね角ゴシック StdN", "MT たづがね角ゴシック StdN", "Noto Sans JP", "Hiragino Sans",
    "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Meiryo",
    "メイリオ", system-ui, -apple-system, sans-serif;
  --ff-bold-en: "ShiseidoGinzaExt-Bold", sans-serif;
  --ff-tazugane:
    "TazuganeGothicStdN-Regular", "TazuganeGothicStdN-Medium", "TazuganeGothicStdN-Bold", "TazuganeGothicStdN-Black",
    "Tazugane Gothic StdN", "MT たづがね角ゴシック StdN Regular", "たづがね角ゴシック StdN",
    "MT たづがね角ゴシック StdN", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3",
    "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Meiryo", "メイリオ", system-ui, -apple-system, sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  overflow: visible !important;
  background: #f0f0f2;
}

.sticky-component {
  z-index: 111111;
  position: fixed;
  width: 100%;
}
@media (max-width: 768px) {
  .sticky-component {
    overflow: hidden !important;
  }
}

.img-responsive {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.sp-block {
  display: none !important;
}
@media (max-width: 768px) {
  .sp-block {
    display: block !important;
  }
}

.pc-block {
  display: block !important;
}
@media (max-width: 768px) {
  .pc-block {
    display: none !important;
  }
}

#ultimune26ss-main {
  font-family: var(--ff-default);
  font-size: 16px;
  font-weight: 400;
  color: var(--color-black);
  background: var(--color-white);
  -webkit-text-size-adjust: 100%;
}

/* Global font family */
.ultimune26ss-main h1,
.ultimune26ss-main h2,
.ultimune26ss-main h3,
.ultimune26ss-main h4,
.ultimune26ss-main h5,
.ultimune26ss-main h6 {
  font-family: var(--ff-tazugane) !important;
  font-weight: 500;
}

.ultimune26ss-main p,
.ultimune26ss-main li,
.ultimune26ss-main dt,
.ultimune26ss-main dd {
  font-family: var(--ff-tazugane);
  font-weight: 500;
}

.ultimune26ss-main button,
.ultimune26ss-main a {
  font-family: var(--ff-tazugane);
  font-weight: 500;
}

.ultimune26ss-main figure {
  margin: 0;
}

.ultimune26ss-main iframe {
  width: 100%;
  height: 100%;
}

.splide__track {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

/* 初期はfv02を隠す（repeatの時だけ表示） */
#ultimune26ss-fv02 {
  display: none;
}

html.is-ultimune-repeat #ultimune26ss-fv {
  display: none !important;
}

html.is-ultimune-repeat #ultimune26ss-fv02 {
  display: block !important;
}

/* 初回は念のためfv02非表示 */
html.is-ultimune-first #ultimune26ss-fv02 {
  display: none !important;
}

.ultimune26ss-loading {
  position: fixed;
  width: 100%;
  height: 100lvh;
  top: 0;
  left: 0;
  z-index: 111112;
  pointer-events: none;
  transition: 0.5s;
  transition-delay: 2s;
}
.is-page-loaded .ultimune26ss-loading {
  opacity: 0;
}
.ultimune26ss-loading:after {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000;
  content: "";
  bottom: 0;
  left: 0;
  opacity: 0.4;
}

.ultimune26ss-loading__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ultimune26ss-loading__img-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ultimune26ss-loading__img-item img {
  object-fit: cover;
}

.ultimune26ss-loading__img img {
  width: 100%;
  height: 100%;
}

.ultimune26ss-loaded__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s;
  z-index: 2;
}
@media (max-width: 768px) {
  .ultimune26ss-loaded__logo {
    width: 58.71794872vw;
  }
}
.is-page-loaded .ultimune26ss-loaded__logo {
  opacity: 0;
}

.ultimune26ss-loaded__ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.5s;
  transition-delay: 0.5s;
  z-index: 2;
}
@media (max-width: 768px) {
  .ultimune26ss-loaded__ttl {
    width: 78.46153846vw;
  }
}
.is-page-loaded .ultimune26ss-loaded__ttl {
  opacity: 1;
}

.ultimune26ss-fv {
  position: relative;
  opacity: 0;
  width: 100vw;
  transition-delay: 1s;
  z-index: 2;
}
.is-page-loaded .ultimune26ss-fv {
  opacity: 1;
}
@media (max-width: 768px) {
  .ultimune26ss-fv {
    position: fixed;
    background: #f0f0f2;
    overflow: hidden;
    top: 0;
    height: 100svh;
  }
}

.fv-sound-toggle {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 20;
  display: grid;
  place-items: center;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  width: 44px;
  height: 44px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.2);
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  text-align: inherit;
  box-sizing: border-box;
  cursor: pointer;
  z-index: 222222223;
}
@media (max-width: 768px) {
  .fv-sound-toggle {
    bottom: calc(19.23076923lvh + 10px);
    background: none;
    right: 10px;
  }
}

.fv-sound-toggle svg {
  display: block;
}

.fv-sound-toggle .icon-on {
  display: none;
}

.fv-sound-toggle.is-muted .icon-off {
  display: block;
}

.fv-sound-toggle.is-muted .icon-on {
  display: none;
}

.fv-sound-toggle:not(.is-muted) .icon-off {
  display: none;
}

.fv-sound-toggle:not(.is-muted) .icon-on {
  display: block;
}

.ultimune26ss-fv__movie {
  width: 100%;
  height: 100%;
  overflow: hidden;
  width: 100%;
  position: fixed;
  top: 0;
  padding-top: 138px;
}
@media (max-width: 768px) {
  .ultimune26ss-fv__movie {
    padding-top: 0;
  }
  .ultimune26ss-fv__movie #ultimune26ss-fv_bc-sp {
    opacity: 1;
    transition: opacity 0.9s ease-in-out;
    position: absolute;
    top: 143px;
    left: 0px;
    width: 100%;
    height: calc(82svh - 143px);
    padding-top: 0;
  }
}

.ultimune26ss-fv__movie img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 768px) {
  .ultimune26ss-fv__movie img {
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
  }
}

#ultimune26ss-fv .ultimune26ss-fv__movie {
  position: relative;
  overflow: hidden;
  /* はみ出しをカットして余白を消す */
  background: #000;
  /* まれな余白対策用 */
}

.ultimune26ss-fv__ttl {
  width: 100%;
  font-size: min(50px, 12.5vw);
  font-family: var(--ff-bold-en);
  font-weight: 700;
  line-height: 1;
  height: 30vh;
  background: #000;
  color: #fff;
  padding: 20px 18px;
}
@media (max-width: 768px) {
  .ultimune26ss-fv__ttl {
    width: 100%;
    font-size: min(50px, 12.5vw);
    left: 0;
    top: auto;
    bottom: 0;
    font-family: var(--ff-bold-en);
    line-height: 1;
    height: 19.23076923lvh;
    background: #000;
    color: #fff;
    padding: 20px 18px;
    z-index: 3;
    position: absolute;
  }
}

.ultimune26ss-fv02 {
  width: 100%;
  height: 100lvh;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .ultimune26ss-fv02 {
    height: auto;
    background: #f0f0f2;
    overflow: hidden;
    padding-top: 19.33333333vh;
  }
}
.ultimune26ss-fv02:after {
  position: fixed;
  width: 100%;
  height: 12px;
  background: #c8102e;
  content: "";
  bottom: 0;
  left: 0;
}
@media (max-width: 768px) {
  .ultimune26ss-fv02:after {
    content: none;
  }
}

.ultimune26ss-fv02__img {
  width: 100%;
  height: 100lvh;
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
}
@media (max-width: 768px) {
  .ultimune26ss-fv02__img {
    height: auto;
    position: relative;
  }
  .ultimune26ss-fv02__img:after {
    position: absolute;
    width: 100%;
    height: 6px;
    background: #c8102e;
    content: "";
    bottom: 0;
    left: 0;
  }
}

.ultimune26ss-fv02__img picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  /* 100% 100%と同じ */
}
@media (max-width: 768px) {
  .ultimune26ss-fv02__img picture img {
    height: auto;
  }
}

.ultimune26ss-fv02__ttl {
  position: fixed;
  width: 37.36772487vw;
  top: calc(13.3401222vh + 133px);
  left: 5.62169312vw;
}
@media (max-width: 768px) {
  .ultimune26ss-fv02__ttl {
    position: relative;
    top: 0;
    width: 80.76923077vw;
    left: 0;
    padding: 22px 20px 35px;
  }
}

.ultimune26ss-fv02__movie {
  position: fixed;
  width: 18.84920635vw;
  max-width: 258px;
  top: 52.03665988vh;
  left: 5.62169312vw;
}
@media (max-width: 768px) {
  .ultimune26ss-fv02__movie {
    position: relative;
    width: 73.07692308vw;
    top: 0;
    left: 0;
    margin: 0 auto;
    padding-bottom: 55px;
  }
}

.ultimune26ss-fv02__movie-btn {
  display: table;
  margin: -30px auto 0 !important;
  transition: 0.5s;
}
.ultimune26ss-fv02__movie-btn:hover {
  opacity: 0.5;
}

.ultimune26ss-fv02__logo {
  width: 12.03703704vw;
  position: fixed;
  left: 3.96825397vw;
  bottom: 5.19348269vh;
}
@media (max-width: 768px) {
  .ultimune26ss-fv02__logo {
    position: relative;
    width: 36.15384615vw;
    left: 0;
    bottom: 0;
    margin: 20px auto;
  }
  .ultimune26ss-fv02__logo img {
    object-fit: contain;
  }
}

.modal-movie {
  position: fixed;
  inset: 0;
  display: none;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999999;
}

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

.modal-movie__inner {
  position: absolute;
  inset: 0;
  margin: auto;
  width: min(92vw, 1100px);
  height: min(52vw, 620px);
  max-height: 80vh;
  background: #000;
}

.ultimune26ss-modal__movie {
  position: absolute;
  inset: 0;
  margin: 0;
}

#ultimune26ss-modal_play {
  position: absolute;
  inset: 0;
}

.modal-movie__close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  cursor: pointer;
  color: #fff;
  font-size: 24px;
  line-height: 1;
}

.pagetop {
  position: fixed;
  z-index: 222222222;
  left: 40px;
  bottom: 40px;
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 768px) {
  .pagetop {
    left: 20px;
    bottom: 20px;
  }
}
.pagetop a {
  display: block;
  width: 40px;
  height: 40px;
  background: #000;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.pagetop svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.intro {
  background: #000;
  position: relative;
  z-index: 2;
  padding: 150px 0 0;
}
@media (max-width: 768px) {
  .intro {
    z-index: 3;
    padding: 60px 0 0;
    margin-top: 100lvh;
  }
  .is-ultimune-repeat .intro {
    margin-top: 0;
  }
}

.intro__bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100lvh;
  background-size: cover !important;
  background-position: center top !important;
  opacity: 0.1;
  z-index: -111;
}
@media (max-width: 768px) {
  .intro__bg {
    position: absolute;
    height: 100%;
  }
}

.intro__bg-noise {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.intro__bg-noise img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.intro__inner {
  max-width: 1055px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  padding: 0 0 200px;
}
@media (max-width: 1512px) {
  .intro__inner {
    max-width: 1512px;
    padding: 0 15.14550265vw 200px;
  }
}
@media (max-width: 768px) {
  .intro__inner {
    padding: 0;
  }
}

.intro__label {
  overflow: hidden;
  margin-bottom: 55px;
}
@media (max-width: 768px) {
  .intro__label {
    display: table;
    margin: 0 auto 35px;
    width: 24.1025641vw;
  }
}
.intro__label img {
  transition: 0.8s;
  transform: translateY(100%);
}
.intro__label.is-onscreen img {
  transform: translate(0);
}

.intro__ttl {
  overflow: hidden;
  margin-bottom: 55px;
}
.intro__ttl img {
  transition: 0.8s;
  transform: translateY(100%);
}
.intro__ttl.is-onscreen img {
  transform: translate(0);
}

.intro__lead {
  color: #fff;
  margin-bottom: 150px;
}
@media (max-width: 768px) {
  .intro__lead {
    margin-bottom: 60px;
  }
}
.intro__lead p {
  opacity: 0;
  transition: 0.8s;
  transform: translateY(30px);
  font-weight: 500;
  line-height: 2;
  font-family: "TazuganeGothicStdN-Medium";
  font-size: min(20px, 1.33333vw);
}
@media (max-width: 768px) {
  .intro__lead p {
    font-size: 3.5vw;
    text-align: center;
  }
}
.intro__lead p.is-onscreen {
  opacity: 1;
  transform: translateY(0);
}

.intro__copy-list {
  position: relative;
  overflow: hidden;
  padding-top: 106px;
  margin-top: 106px;
}
@media (max-width: 1512px) {
  .intro__copy-list {
    padding-top: 7.01058201vw;
  }
}
@media (max-width: 768px) {
  .intro__copy-list {
    padding-top: calc(7.01058201vw + 4px);
  }
}

.intro__copy-item--1 {
  position: absolute;
  top: 0;
}

.intro__copy-item--2 {
  position: absolute;
  top: 16px;
}
@media (max-width: 1512px) {
  .intro__copy-item--2 {
    top: 1.05820106vw;
  }
}
@media (max-width: 768px) {
  .intro__copy-item--2 {
    top: calc(1.05820106vw + 1px);
  }
}

.intro__copy-item--3 {
  position: absolute;
  top: 36px;
}
@media (max-width: 1512px) {
  .intro__copy-item--3 {
    top: 2.38095238vw;
  }
}
@media (max-width: 768px) {
  .intro__copy-item--3 {
    top: calc(2.38095238vw + 1px);
  }
}

.intro__copy-item--4 {
  position: absolute;
  top: 66px;
}
@media (max-width: 1512px) {
  .intro__copy-item--4 {
    top: 4.36507937vw;
  }
}
@media (max-width: 768px) {
  .intro__copy-item--4 {
    top: calc(4.36507937vw + 1px);
  }
}

.index-menu {
  background: #000;
  position: relative;
  z-index: 3;
}

.index-menu__inner {
  padding: 150px 15.14550265vw 70px;
}
@media (max-width: 768px) {
  .index-menu__inner {
    padding: 60px 7.7vw 20px;
  }
}

.index-menu__bg-noise {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  pointer-events: none;
}
.index-menu__bg-noise img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index-menu__heading {
  display: table;
  transition: 0.8s;
  overflow: hidden;
  margin: 0 auto 100px;
}
@media (max-width: 768px) {
  .index-menu__heading {
    width: 38.46153846vw;
    margin: 0 auto 45px;
  }
}

.index-menu__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
@media (max-width: 768px) {
  .index-menu__list {
    margin: 0 -10px;
  }
}

.index-menu__item {
  width: 33.3333%;
  box-sizing: border-box;
  text-align: center;
  padding: 0 15px;
  margin-bottom: 80px;
  filter: blur(10px);
  transform: translateY(100px);
  transition: 0.8s;
}
@media (max-width: 768px) {
  .index-menu__item {
    width: 50%;
    padding: 0 10px;
    margin-bottom: 40px;
  }
}
.index-menu__item.is-onscreen {
  filter: blur(0);
  transform: translateY(0px);
}
.index-menu__item:nth-child(2) {
  transition-delay: 0.05s;
}
.index-menu__item:nth-child(3) {
  transition-delay: 0.1s;
}
.index-menu__item:nth-child(4) {
  transition-delay: 0.15s;
}
.index-menu__item:nth-child(5) {
  transition-delay: 0.2s;
}
.index-menu__item:nth-child(6) {
  transition-delay: 0.25s;
}
.index-menu__item a {
  transition: 0.5s;
}
.index-menu__item a:hover {
  opacity: 0.3;
}

@media (max-width: 768px) {
  .index-menu__num {
    width: 25px;
    margin: 0 auto;
  }
}

.index-menu__thumb {
  margin: 8px 0 30px;
}
@media (max-width: 768px) {
  .index-menu__thumb {
    margin: 8px 0 -5px;
  }
}

.index-menu__ttl {
  margin: 0 auto 25px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1512px) {
  .index-menu__ttl--1 {
    width: 15.93915344vw;
  }
  .index-menu__ttl--2 {
    width: 5.95238095vw;
  }
  .index-menu__ttl--3 {
    width: 13.49206349vw;
  }
  .index-menu__ttl--4 {
    width: 14.28571429vw;
  }
  .index-menu__ttl--5 {
    width: 9.39153439vw;
  }
  .index-menu__ttl--6 {
    width: 16.26984127vw;
  }
}
@media (max-width: 768px) {
  .index-menu__ttl {
    margin: -8px auto 15px;
  }
  .index-menu__ttl--1 {
    width: 37.43589744vw;
  }
  .index-menu__ttl--2 {
    width: 14.1025641vw;
  }
  .index-menu__ttl--3 {
    width: 31.79487179vw;
  }
  .index-menu__ttl--4 {
    width: 33.58974359vw;
  }
  .index-menu__ttl--5 {
    width: 22.30769231vw;
  }
  .index-menu__ttl--6 {
    width: 38.46153846vw;
  }
}

.index-menu__btn {
  position: relative;
  display: table;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .index-menu__btn {
    width: 45px;
  }
}
.index-menu__btn a {
  transition: 0.5s;
  position: relative;
  display: block;
  line-height: 1;
}
@media (max-width: 768px) {
  .index-menu__btn a {
    line-height: 1.3;
  }
}
.index-menu__btn a:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 1px;
  content: "";
  transition: 0.5s;
  background-color: #fff;
}
.index-menu__btn a:hover:after {
  width: 0;
}

.special {
  background: #c8102e;
  position: relative;
  z-index: 3;
}
@media (max-width: 768px) {
  .special {
    overflow: hidden;
  }
}

.special__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 150px 0 240px;
  position: relative;
}
@media (max-width: 1512px) {
  .special__inner {
    max-width: 100%;
    padding: 150px 10.44973545vw;
  }
}
@media (max-width: 768px) {
  .special__inner {
    padding: 60px 7.7vw 20px;
  }
}

.special__elm-list {
  display: flex;
  transform: translateY(-100%);
  opacity: 0;
  transition: 0.8s;
  align-items: end;
}
@media (max-width: 768px) {
  .special__elm-list.is-onscreen {
    opacity: 1;
    transform: translateY(0%);
  }
}
.special__elm-list.is-active {
  opacity: 1;
  transform: translateY(0%);
}

.special__elm-item--2 {
  z-index: 1;
  width: 12.22751323vw;
  max-width: 200px;
  opacity: 0;
  transition: 0.8s;
  pointer-events: none;
  display: table;
  margin-left: auto;
  transform: translateX(50px);
  margin-bottom: -60px;
}
.is-active .special__elm-item--2 {
  opacity: 1;
}
@media (max-width: 768px) {
  .special__elm-item--2 {
    bottom: inherit;
    left: inherit;
    position: absolute;
    top: -10px;
    width: 30vw;
    left: inherit;
    bottom: inherit;
    transform: translateX(100px);
    right: -7.7vw;
  }
  .special__elm-item--2.is-onscreen {
    opacity: 1;
    transform: translateX(0%);
  }
}

.special__heading {
  font-size: min(25px, 1.66667vw);
  line-height: 1.3;
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 25px;
  font-family: "TazuganeGothicStdN-Medium";
}
@media (max-width: 768px) {
  .special__heading {
    font-size: min(25px, 6.25vw);
    margin-bottom: 30px;
  }
}

.special__lead {
  font-size: min(16px, 1.06667vw);
  line-height: 1.75;
  margin-bottom: 40px;
  font-family: "TazuganeGothicStdN-Medium" !important;
}
@media (max-width: 768px) {
  .special__lead {
    font-size: min(14px, 3.5vw);
  }
}

.special__row {
  display: flex;
  padding-top: 120px;
  margin-top: -120px;
  position: relative;
}
@media (max-width: 768px) {
  .special__row {
    display: block;
  }
}

.special__left {
  max-width: 385px;
  width: 25.46296296vw;
  height: 100%;
  position: sticky;
  z-index: 22;
  top: 23.64154786vh;
}
@media (max-width: 768px) {
  .special__left {
    width: 100%;
    max-width: 100%;
    height: auto;
    position: relative;
    top: 0;
    z-index: 3;
  }
}

.special__right {
  max-width: 700px;
  width: 46.2962963vw;
  margin-left: auto;
}
@media (max-width: 768px) {
  .special__right {
    width: 100%;
  }
}

.special__point {
  font-size: min(20px, 1.333333vw);
  font-family: "TazuganeGothicStdN-Medium" !important;
  padding-top: 5px;
}
@media (max-width: 768px) {
  .special__point {
    font-size: min(20px, 5vw);
    text-align: center;
    padding-top: 15px;
  }
}

.special__itembox {
  background: #fff;
  border-radius: 8px;
  padding: 40px 30px;
}
@media (max-width: 768px) {
  .special__itembox {
    padding: 40px 5vw 25px;
  }
}

.special__itembox-ttl {
  font-family: var(--ff-bold-en) !important;
  font-weight: 700;
  font-size: min(35px, 2.33333333vw);
  text-align: center;
  margin-bottom: 17px;
}
@media (max-width: 768px) {
  .special__itembox-ttl {
    font-size: min(35px, 8.75vw);
    margin-bottom: 20px;
    text-align: left;
    position: relative;
    line-height: 1.2;
  }
  .special__itembox-ttl .special__itembox-img {
    position: absolute;
    top: -15px;
    right: 0;
    width: 25vw;
  }
  .special__itembox-ttl .special__itembox-img img {
    border: none;
  }
}

.special__itembox-list {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 768px) {
  .special__itembox-list {
    display: block;
  }
}
.special__itembox-list--01 {
  margin-bottom: 30px;
}
.special__itembox-list--01 .special__itembox-img {
  width: 10.515vw;
  max-width: 159px;
  box-sizing: border-box;
}
.special__itembox-list--01 .special__itembox-text {
  width: calc(100% - 10.515vw);
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .special__itembox-list--01 .special__itembox-text {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .special__itembox-list--02 .special__itembox-img {
    margin-bottom: 10px;
  }
}
.special__itembox-list--03 .special__itembox-img {
  width: 20.568vw;
  max-width: 311px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .special__itembox-list--03 .special__itembox-img {
    width: 100%;
    margin-bottom: 20px;
    max-width: 100%;
  }
}
.special__itembox-list--03 .special__itembox-text {
  width: calc(100% - 20.568vw);
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .special__itembox-list--03 .special__itembox-text {
    width: 100%;
  }
}
.special__itembox-list--03 .special__itembox-text span {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}
.special__itembox-list--04 .special__itembox-text {
  margin-top: 20px;
}
.special__itembox-list--04 .special__itembox-text span {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}

.special__itembox-text {
  font-size: min(14px, 0.933333vw);
  font-family: "TazuganeGothicStdN-Medium" !important;
}
@media (max-width: 768px) {
  .special__itembox-text {
    font-size: min(14px, 3.5vw);
  }
}
.special__itembox-text p {
  margin-bottom: 10px;
  line-height: 1.8;
}
.special__itembox-text span {
  font-size: min(12px, 0.8vw);
  line-height: 1.5;
}
@media (max-width: 768px) {
  .special__itembox-text span {
    font-size: min(12px, 3vw);
  }
}

.special__itembox-img-utm {
  position: relative;
}
@media (max-width: 768px) {
  .special__itembox-img-utm {
    width: 33vw;
    margin: 0 auto;
    padding-bottom: 7.6vw;
  }
}
.special__itembox-img-utm img {
  border: none !important;
}
.special__itembox-img-utm::after {
  position: absolute;
  left: 50%;
  bottom: -1.5vw;
  transform: translateX(-50%);
  width: 2vw;
  height: 2vw;
  content: "+";
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.2vw;
  font-family: var(--ff-bold-en) !important;
}
@media (max-width: 768px) {
  .special__itembox-img-utm::after {
    font-size: 10vw;
    width: 7.6vw;
    height: 7.6vw;
    bottom: -2vw;
  }
}

.special__tab-btn {
  display: flex;
  gap: 5px;
}

.special__tab-btn-item {
  width: 50%;
  text-align: center;
  position: relative;
  z-index: 2;
}
.special__tab-btn-item.is-active {
  opacity: 1;
}
.special__tab-btn-item.is-active a {
  color: #000;
  position: relative;
  background: #fff;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #000;
  border-bottom: none;
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  .special__tab-btn-item.is-active a {
    padding-bottom: 15px;
  }
}
.special__tab-btn-item.is-active a:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 9.25925926vw;
  height: 2px;
  background: #c8102e;
  content: "";
}
@media (max-width: 768px) {
  .special__tab-btn-item.is-active a:after {
    width: 120px;
  }
}
.special__tab-btn-item.is-active a:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  content: "";
}
.special__tab-btn-item a {
  color: #fff;
  padding: 15px 0;
  border-radius: 4px;
  background: #000;
  font-size: min(16px, 1.066667vw);
  display: block;
  font-family: "TazuganeGothicStdN-Medium" !important;
}
@media (max-width: 768px) {
  .special__tab-btn-item a {
    padding: 10px 0;
    font-size: min(16px, 4vw);
  }
}
.special__tab-btn-item a:hover {
  opacity: 1;
}
.special__tab-btn-item a:hover span {
  opacity: 0.5;
}

.special__tab-box-item {
  display: none;
  background: #fff;
  height: 89px;
  margin-top: -1px;
  border: 1px solid #000;
  position: relative;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
@media (max-width: 768px) {
  .special__tab-box-item {
    height: 62px;
    margin-bottom: 20px;
  }
}
.special__tab-box-item.is-active {
  display: block;
}
.special__tab-box-item--01.is-active {
  border-top-right-radius: 4px;
}
.special__tab-box-item--02.is-active {
  border-top-left-radius: 4px;
}
.special__tab-box-item p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "TazuganeGothicStdN-Medium" !important;
}
@media (max-width: 768px) {
  .special__tab-box-item p {
    font-size: min(18px, 4.5vw);
  }
}

.special__right-box {
  display: none;
  padding-top: 220px;
  margin-top: -220px;
}
.special__right-box.is-active {
  display: block;
}

.special__itembox-img img {
  border: 1px solid #5f6368;
}

.special__right-box--02 .special__itembox-list--02 {
  margin-top: 15px;
}

.special__itembox-list--01 .special__itembox-img img {
  border: none;
}

.special__right-box--01 .special__itembox-list--02 {
  margin: 15px 0;
}
.special__right-box--01 .special__itembox-list--03 {
  display: flex;
  gap: 15px;
}
@media (max-width: 768px) {
  .special__right-box--01 .special__itembox-list--03 {
    display: block;
  }
  .special__right-box--01 .special__itembox-list--03 .special__itembox-img {
    margin-bottom: 15px;
  }
}

.special__shoplist {
  position: relative;
}
.special__shoplist:after {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  content: "調整中";
  pointer-events: none;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.special__shoplist-tab {
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .special__shoplist-tab {
    width: calc(100% + 15.2vw);
    margin-left: -7.7vw;
    margin-bottom: 30px;
  }
}

.special__shoplist-tab-list {
  display: flex;
  margin-top: 70px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
  .special__shoplist-tab-list {
    margin-top: 50px;
    display: block;
    padding-left: 3.84615385vw;
    white-space: nowrap;
  }
}

.special__shoplist-tab-item {
  opacity: 0.2;
  font-size: min(14px, 0.933333vw);
  font-weight: 500;
  width: 6.21693122vw;
  padding-bottom: 15px;
  position: relative;
  text-align: center;
  cursor: pointer;
  font-family: "TazuganeGothicStdN-Medium" !important;
}
@media (max-width: 768px) {
  .special__shoplist-tab-item {
    width: auto;
    font-size: min(12px, 3vw);
    font-weight: 500;
    line-height: 1;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 3.33333333vw 15px;
  }
}
.special__shoplist-tab-item:hover {
  opacity: 1;
}
.special__shoplist-tab-item.is-active {
  opacity: 1;
}
.special__shoplist-tab-item.is-active:after {
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #000;
  content: "";
}

.special__shoplist-box-item {
  display: none;
  position: relative;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .special__shoplist-box-item {
    padding-bottom: 0px;
    margin-bottom: 20px;
  }
}
.special__shoplist-box-item.is-active {
  display: block;
}

.special__shoplist-info {
  display: flex;
}
@media (max-width: 768px) {
  .special__shoplist-info {
    display: block;
  }
}

.special__shoplist-info-img {
  width: 6.61375661vw;
  margin-left: auto;
}
@media (max-width: 768px) {
  .special__shoplist-info-img {
    width: 32.05128205vw;
    position: absolute;
    right: 0;
    bottom: 20px;
  }
}

.special__shoplist-info-item {
  display: flex;
  gap: 14px;
  font-family: var(--ff-tazugane);
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .special__shoplist-info-item {
    display: block;
    margin-bottom: 20px;
    width: calc(100% - 32.05128205vw);
  }
}

.special__shoplist-box-ttl {
  font-size: min(16px, 1.066667vw);
  font-weight: 500;
  margin-bottom: 30px;
  font-family: "TazuganeGothicStdN-Medium" !important;
}
@media (max-width: 768px) {
  .special__shoplist-box-ttl {
    font-size: min(16px, 4vw);
  }
}

.special__shoplist-info-label {
  font-size: min(14px, 0.93333vw);
  font-weight: 500;
  line-height: 1.3;
  width: 4.6957672vw;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
  .special__shoplist-info-label {
    font-family: "TazuganeGothicStdN-Bold" !important;
    display: table;
    margin-bottom: 7px;
    width: auto;
    padding-right: 10px;
    font-size: min(12px, 4vw);
    border-right: none;
    font-weight: 700;
  }
}

.special__shoplist-info-detail {
  font-size: min(14px, 0.93333vw);
  font-weight: 400;
  line-height: 1.3;
  font-family: var(--ff-tazugane);
  font-family: "TazuganeGothicStdN-Medium" !important;
}
@media (max-width: 768px) {
  .special__shoplist-info-detail {
    display: block;
    font-size: min(12px, 4vw);
  }
}
.special__shoplist-info-detail a {
  color: #000;
  text-decoration: underline;
  font-family: var(--ff-tazugane);
  font-family: "TazuganeGothicStdN-Medium" !important;
  font-size: min(14px, 0.93333vw);
}
@media (max-width: 768px) {
  .special__shoplist-info-detail a {
    font-size: min(12px, 4vw);
  }
}

.special__shoplist-info-link {
  font-family: var(--ff-tazugane);
  margin-bottom: 13px;
}
@media (max-width: 768px) {
  .special__shoplist-info-link {
    margin-bottom: 7px;
  }
}
.special__shoplist-info-link a {
  color: #000;
  text-decoration: underline;
  font-family: "TazuganeGothicStdN-Medium" !important;
  font-weight: 500;
  font-size: min(14px, 0.93333vw);
  line-height: 1;
}
@media (max-width: 768px) {
  .special__shoplist-info-link a {
    font-size: min(11px, 3.75vw);
  }
}

.special__shoplist-notice {
  font-size: min(12px, 0.8vw);
  line-height: 1.5;
}
@media (max-width: 768px) {
  .special__shoplist-notice {
    font-size: min(12px, 4vw);
    margin-bottom: 20px;
    margin-top: 10px;
  }
}

/*movie*/
.movie {
  background: #fff;
  position: relative;
  z-index: 3;
  overflow: hidden;
}

.movie__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 150px 0 240px;
  position: relative;
}
@media (max-width: 1512px) {
  .movie__inner {
    max-width: 100%;
    padding: 150px 10.44973545vw;
  }
}
@media (max-width: 768px) {
  .movie__inner {
    padding: 60px 0;
  }
  .movie__inner .contents__ttl {
    width: calc(100% - 15.2vw);
    margin: 0 auto 40px;
  }
}

.movie__box-inner {
  position: relative;
}
@media (max-width: 768px) {
  .movie__box-inner {
    padding: 0 7.6vw !important;
  }
}
.movie__box-inner:after {
  position: absolute;
  width: 20.44973545vw;
  height: 100%;
  content: "";
  background: #fff;
  top: 0;
  left: -20.44973545vw;
  z-index: 222;
}
@media (max-width: 768px) {
  .movie__box-inner:after {
    width: 7.6vw;
    left: 0;
  }
}
@media (max-width: 768px) {
  .movie__box-inner {
    overflow: hidden;
    width: 100%;
  }
}
.movie__box-inner.splide__track {
  overflow: visible;
}

.movie-navigation {
  display: flex;
  margin-top: 30px;
  justify-content: center;
}

.movie-navigation__prev {
  border: none;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease;
  border-right: 1px solid #111;
  padding-right: 15px;
  font-size: min(15px, 1vw);
  font-family: var(--ff-bold-en) !important;
  font-weight: 700;
}
@media (max-width: 768px) {
  .movie-navigation__prev {
    font-size: min(12px, 3vw);
  }
}

.movie-navigation__next {
  border: none;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease;
  padding-left: 15px;
  font-size: min(15px, 1vw);
  font-family: var(--ff-bold-en) !important;
  font-weight: 700;
}
@media (max-width: 768px) {
  .movie-navigation__next {
    font-size: min(12px, 3vw);
  }
}

.movie__item {
  width: 61.50793651vw;
  max-width: 930px;
}
@media (max-width: 1512px) {
  .movie__item {
    width: 61.50793651vw;
  }
}
@media (max-width: 768px) {
  .movie__item {
    width: 84.61538462vw;
  }
}

.movie__ttl {
  font-family: "TazuganeGothicStdN-Medium" !important;
  font-size: min(30px, 2vw);
  font-weight: 600;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .movie__ttl {
    font-size: min(20px, 5vw);
    margin-top: 10px;
  }
}
.movie__ttl span {
  font-size: min(20px, 1.33333vw);
}
@media (max-width: 768px) {
  .movie__ttl span {
    font-size: min(12px, 3vw);
  }
}

/* popup */
.popup {
  background: #c8102e;
  position: relative;
  z-index: 3;
}

.popup__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 90px 0;
  position: relative;
}
@media (max-width: 1512px) {
  .popup__inner {
    max-width: 100%;
    padding: 90px 10.44973545vw;
  }
}
@media (max-width: 768px) {
  .popup__inner {
    padding: 60px 7.7vw;
  }
}

/* staiton */
.station {
  background: #000;
  position: relative;
  z-index: 3;
}
.station .contents__ttl-other {
  color: #fff;
}

.station__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 90px 0px;
  position: relative;
}
@media (max-width: 1512px) {
  .station__inner {
    max-width: 100%;
    padding: 90px 10.44973545vw;
  }
}
@media (max-width: 768px) {
  .station__inner {
    padding: 60px 7.7vw;
  }
}

/* product */
.product {
  position: relative;
  z-index: 3;
  background: #c8102e;
  overflow: hidden;
}
.product .contents__ttl-other {
  color: #fff;
}

.product__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 90px 0 150px;
  position: relative;
}
@media (max-width: 1512px) {
  .product__inner {
    max-width: 100%;
    padding: 90px 10.44973545vw;
  }
}
@media (max-width: 768px) {
  .product__inner {
    padding: 60px 7.7vw;
  }
}

.product__head {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .product__head {
    margin-bottom: 30px;
  }
}
.product__head-ttl {
  font-size: min(36px, 2.4vw);
}
.product__head-ttl p {
  font-family: "TazuganeGothicStdN-Medium" !important;
}
@media (max-width: 768px) {
  .product__head-ttl {
    font-size: min(28px, 7vw);
  }
}
.product__head-copy {
  font-size: min(24px, 1.6vw);
  margin: 24px 0 12px;
}
.product__head-copy p {
  font-family: "TazuganeGothicStdN-Medium" !important;
}
@media (max-width: 768px) {
  .product__head-copy {
    font-size: min(21px, 5.25vw);
    margin: 20px 0 12px;
  }
}
.product__head-copy-02 {
  font-size: min(20px, 1.3333vw);
  margin: 24px 0 12px;
  font-family: "TazuganeGothicStdN-Medium" !important;
}
@media (max-width: 768px) {
  .product__head-copy-02 {
    font-size: min(16px, 4vw);
    margin: 20px 0 12px;
  }
}
.product__head-notice {
  font-size: min(12px, 0.8vw);
  font-family: "TazuganeGothicStdN-Medium" !important;
}
@media (max-width: 768px) {
  .product__head-notice {
    font-size: min(12px, 4vw);
  }
}

.product__main {
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .product__main {
    display: block;
  }
}

.product__main-img {
  width: 39.68253968vw;
  max-width: 660px;
}
@media (max-width: 768px) {
  .product__main-img {
    width: 100%;
  }
}

.product__main-textarea {
  width: 25.46296296vw;
  margin-left: 8.5978836vw;
  max-width: 385px;
}
@media (max-width: 768px) {
  .product__main-textarea {
    width: 100%;
    margin-left: auto;
    margin-top: 25px;
  }
}

.product-variation__list {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .product-variation__list {
    margin-top: 20px;
  }
}

.product-variation__item {
  display: grid;
  grid-template-columns: 1fr -webkit-max-content;
  grid-template-columns: 1fr max-content;
  gap: 0;
  font-size: min(15px, 1vw);
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
  .product-variation__item {
    font-size: min(14px, 3.5vw);
  }
}
.product-variation__item dt {
  font-family: "TazuganeGothicStdN-Medium" !important;
}
.product-variation__item dd {
  font-family: "TazuganeGothicStdN-Medium" !important;
}
.product-variation__item:last-child {
  border-bottom: none;
}

.product__btn a {
  display: block;
  border-radius: 8px;
  background: #000;
  color: #fff;
  text-align: center;
  padding: 20px 0;
  font-size: min(14px, 0.933333vw);
  transition: 0.5s;
  font-weight: 500;
  font-family: var(--ff-tazugane) !important;
}
@media (max-width: 768px) {
  .product__btn a {
    font-size: min(14px, 3.5vw);
  }
}
.product__btn a:hover {
  opacity: 1;
  background: #fff;
  color: #000;
}

.product__heading {
  font-size: min(24px, 1.6vw);
  line-height: 1.4;
  margin-bottom: 30px;
  font-family: "TazuganeGothicStdN-Medium" !important;
}
@media (max-width: 768px) {
  .product__heading {
    font-size: min(20px, 5vw);
    margin-bottom: 20px;
  }
}

.product__name {
  font-size: min(19px, 1.2666667vw);
  font-weight: 500;
  line-height: 1.47;
  font-weight: 500;
  font-family: "TazuganeGothicStdN-Medium" !important;
}
@media (max-width: 768px) {
  .product__name {
    font-size: min(16px, 4vw);
  }
}

.product__lead {
  font-size: min(16px, 1.066667vw);
  line-height: 1.75;
}
@media (max-width: 768px) {
  .product__lead {
    font-size: min(14px, 3.5vw);
  }
}

.product__point {
  margin-top: 160px;
}
@media (max-width: 768px) {
  .product__point {
    margin-top: 60px;
  }
}

.product__point-ttl {
  position: relative;
  padding-bottom: 60px;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .product__point-ttl {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
.product__howto .product__point-ttl:after {
  content: none;
}
.product__point-ttl-en {
  font-family: var(--ff-bold-en) !important;
  font-size: min(38px, 2.533333vw);
  font-weight: 700;
}
@media (max-width: 768px) {
  .product__point-ttl-en {
    font-size: min(30px, 7.5vw);
  }
}
.product__point-ttl-jp {
  font-size: min(16px, 1.066667vw);
  font-family: "TazuganeGothicStdN-Medium" !important;
}
@media (max-width: 768px) {
  .product__point-ttl-jp {
    font-size: min(14px, 3.5vw);
  }
}
.product__point-ttl p {
  overflow: hidden;
}
.product__point-ttl span {
  display: table;
}
.product__point-ttl:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000;
  opacity: 0.2;
}

.point__item {
  display: flex;
  align-items: center;
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  position: relative;
}
@media (max-width: 768px) {
  .point__item {
    display: block;
  }
}

@media (max-width: 768px) {
  .point__num {
    position: absolute;
    top: 17.91025641vh;
    left: 0;
  }
  .point__item--1 .point__num {
    top: 8.7vh;
  }
}

.point__num p {
  font-family: var(--ff-bold-en) !important;
  font-size: min(30px, 2vw);
  font-weight: 700;
}
@media (max-width: 768px) {
  .point__num p {
    font-size: min(23px, 5.75vw);
  }
}

.point__detail {
  width: 70.76719577vw;
  max-width: 1070px;
  margin-left: auto;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .point__detail {
    display: block;
    width: 70vw;
  }
}

.product__notice {
  font-size: min(12px, 0.8vw);
  line-height: 1.5;
  font-family: "TazuganeGothicStdN-Medium" !important;
}
@media (max-width: 768px) {
  .product__notice {
    font-size: min(12px, 4vw);
  }
}

.point__detail-movie {
  width: 44.97354497vw;
  margin-right: auto;
  max-width: 680px;
}
@media (max-width: 768px) {
  .point__detail-movie {
    width: 100%;
  }
}

.point__detail-img {
  width: 25.46296296vw;
  max-width: 385px;
}
@media (max-width: 768px) {
  .point__detail-img {
    width: 100%;
  }
}

.point__detail-right {
  margin-left: 5.29100529vw;
}
@media (max-width: 768px) {
  .point__detail-right {
    margin-left: auto;
    margin-top: 20px;
  }
}

.point__tag-list {
  list-style-type: none;
  margin-bottom: 60px;
  display: flex;
  gap: 6px;
}
@media (max-width: 768px) {
  .point__tag-list {
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
}

.point__tag-item {
  font-size: min(14px, 0.933333vw);
  padding: 8px 15px;
  border-radius: 50px;
  border: 1px solid #000;
  font-family: "TazuganeGothicStdN-Medium" !important;
}
@media (max-width: 768px) {
  .point__tag-item {
    font-size: min(14px, 3.5vw);
  }
}

.product__howto {
  margin-top: 110px;
  display: flex;
}
@media (max-width: 768px) {
  .product__howto {
    display: block;
    margin-top: 60px;
  }
  .product__howto .product__point-ttl {
    margin-bottom: 0;
  }
  .product__howto .product__point-ttl span {
    margin: 0 auto;
    text-align: center;
  }
}

.product__howto-movie {
  margin-left: auto !important;
  width: 58.1625909vw;
  max-width: 880px;
}
@media (max-width: 768px) {
  .product__howto-movie {
    width: 100%;
  }
}

.fadeup {
  transform: translateY(80px);
  transition: 0.8s;
  opacity: 0;
}
.fadeup.is-onscreen {
  opacity: 1;
  transform: translateY(0);
}

/* birthday */
.birthday {
  position: relative;
  z-index: 3;
  background: #000;
}
.birthday .contents__ttl-other {
  color: #fff;
}

.birthday__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 90px 0px;
  position: relative;
}
@media (max-width: 1512px) {
  .birthday__inner {
    max-width: 100%;
    padding: 90px 10.44973545vw;
  }
}
@media (max-width: 768px) {
  .birthday__inner {
    padding: 60px 7.7vw;
  }
}

.fadein {
  transform: translateY(100%);
  transition: 0.8s;
  overflow: hidden;
}
.fadein.is-onscreen {
  transform: translateY(0);
}

.contents__ttl {
  text-transform: uppercase;
  display: flex;
  gap: 40px;
  position: relative;
  padding-bottom: 50px;
  margin-bottom: 60px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .contents__ttl {
    display: block;
    padding-bottom: 20px;
    margin-bottom: 40px;
  }
}
.popup .contents__ttl {
  padding-bottom: 0;
  margin-bottom: 0;
}
.popup .contents__ttl:after {
  content: none;
}
.station .contents__ttl {
  padding-bottom: 0;
  margin-bottom: 0;
  color: #fff;
}
.station .contents__ttl:after {
  content: none;
}
.birthday .contents__ttl {
  padding-bottom: 0;
  margin-bottom: 0;
  text-transform: inherit;
  color: #fff;
}
.birthday .contents__ttl:after {
  content: none;
}
.contents__ttl p {
  overflow: hidden;
  display: table;
  height: 100%;
  font-family: var(--ff-bold-en) !important;
  font-weight: 700;
}
@media (max-width: 768px) {
  .contents__ttl p {
    height: auto;
  }
}
.contents__ttl span {
  display: block;
}
.contents__ttl:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
  bottom: 0;
  left: 0;
}

.contents__ttl-num {
  font-size: min(50px, 3.3333vw);
  line-height: 1 !important;
}
@media (max-width: 768px) {
  .contents__ttl-num {
    font-size: min(23px, 5.75vw);
    margin-bottom: 12px;
  }
}

.contents__ttl-name {
  font-size: min(50px, 3.3333vw);
  line-height: 1 !important;
}
@media (max-width: 768px) {
  .contents__ttl-name {
    font-size: min(30px, 7.5vw);
  }
}

.contents__ttl-sub {
  font-size: min(20px, 1.33333vw);
  line-height: 1 !important;
  margin-top: 10px;
  text-transform: none;
}
@media (max-width: 768px) {
  .contents__ttl-sub {
    font-size: min(14px, 3.5vw);
    margin-bottom: 20px;
  }
}

.contents__ttl-other {
  font-size: min(16px, 1.066667vw);
  line-height: 1 !important;
  font-family: var(--ff-bold-en) !important;
  font-weight: 700;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
@media (max-width: 1512px) {
  .contents__ttl-other {
    right: 10.44973545vw;
  }
}
@media (max-width: 768px) {
  .contents__ttl-other {
    font-size: min(16px, 4vw);
    position: relative;
    transform: translateY(0);
    right: inherit;
    margin-top: 5px;
  }
}

/* ===============================
 * Banner Area
 * =============================== */
.bl_banner-area {
  padding: 32px 20px 32px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  z-index: 3;
  background: #fff;
}

.bl_banner-area__list {
  list-style: none;
}

.bl_banner-area__list > * + * {
  margin-top: 32px;
}

.bl_banner-area__image {
  width: 100%;
  height: auto;
}

.bl_banner-area__image img {
  width: 100%;
  height: auto;
}

/* ===============================
* Slide Banner Area
* =============================== */
.bl_bottom-banner-area {
  padding: 48px 0;
  width: 100%;
}

.bl_bottom-banner-area .splide__slide {
  display: flex;
  align-items: center;
}

.bl_bottom-banner-area a {
  display: block;
  width: 100%;
}

.bl_bottom-banner-area .splide__slide figure {
  width: 100%;
  height: auto;
}

.bl_bottom-banner-area .splide__slide img {
  width: 100%;
  height: auto;
}

.bl_bottom-banner-progress__bar {
  width: 100%;
  height: 4px;
  background-color: #e5e5e5;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
}

.bl_bottom-banner-progress__fill {
  height: 100%;
  background: linear-gradient(90deg, var(--color-black) 0%, var(--color-black) 100%);
  border-radius: 2px;
  transition: width 0.3s ease;
  width: 0%;
}

/* ナビゲーション */
.bl_bottom-banner-navigation__wrapper {
  display: grid;
  grid-template-columns: 1fr -webkit-max-content -webkit-max-content;
  grid-template-columns: 1fr max-content max-content;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  gap: 10px;
}

.bl_bottom-banner-navigation__next,
.bl_bottom-banner-navigation__prev {
  flex-shrink: 0;
}

.bl_bottom-banner-navigation__next__button,
.bl_bottom-banner-navigation__prev__button {
  width: 40px;
  height: 40px;
  border: none;
  background-color: rgba(0, 0, 0, 0.1);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background-color 0.2s ease;
}

.bl_bottom-banner-navigation__next__button.can_action,
.bl_bottom-banner-navigation__prev__button.can_action {
  background-color: black;
}

.bl_bottom-banner-navigation__next__button.can_action:hover,
.bl_bottom-banner-navigation__prev__button.can_action:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

.bl_bottom-banner-navigation__next__button img,
.bl_bottom-banner-navigation__prev__button img {
  width: 20px;
  height: 20px;
}

.bl_bottom-banner-navigation__prev__button img {
  transform: rotate(180deg);
}

/* ===============================
 * md Styles
 * =============================== */
@media (min-width: 834px) {
  /* ===============================
  * Banner Area
  * =============================== */
  .bl_banner-area {
    padding: 112px 0 48px;
    width: 100%;
  }

  .bl_banner-area__list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    align-items: center;
    width: 87%;
    max-width: 970px;
    margin-inline: auto;
  }

  .bl_banner-area__list > * + * {
    margin-top: 0;
  }

  /* ===============================
  * Balloon Animation - PC
  * =============================== */
  .el_balloon-floating {
    width: 140px;
  }

  .bl_bottom-banner-area .splide {
    visibility: visible;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .bl_bottom-banner-area .splide__track {
    visibility: visible;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .bl_bottom-banner-area .bl_bottom-banner-navigation__wrapper {
    display: none;
  }

  .bl_bottom-banner-area .splide__list {
    width: 87%;
    max-width: 1135px;
    margin-inline: auto;
    padding: 48px 0;
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    align-items: center;
  }
}
/* ===============================
 * lg Styles
 * =============================== */
@media (min-width: 1300px) {
  /* ===============================
  * Banner - lg
  * =============================== */
  .bl_banner {
    margin-top: 48px;
  }

  .bl_banner__image {
    border-radius: 15px;
  }
}
.bl_video-wrapper {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}

.bl_video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-glitch:nth-child(n+2) {
  opacity: 0;
}

.c-glitch:nth-child(n+2) {
  animation-duration: var(--time-anim);
  animation-delay: var(--delay-anim);
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  position: absolute;
  top: 0;
}

.c-glitch:nth-child(2) {
  background-color: var(--blend-color-2);
  background-blend-mode: var(--blend-mode-2);
  animation-name: glitch-anim-1;
}

.c-glitch:nth-child(3) {
  background-color: var(--blend-color-3);
  background-blend-mode: var(--blend-mode-3);
  animation-name: glitch-anim-2;
}

.c-glitch:nth-child(4) {
  background-color: var(--blend-color-4);
  background-blend-mode: var(--blend-mode-4);
  animation-name: glitch-anim-3;
}

.c-glitch__list {
  --color-text: #fff;
  --color-bg: #000;
  --color-link: #f9d77e;
  --color-link-hover: #fff;
  --color-info: #efc453;
  --glitch-width: 100vw;
  --glitch-height: 100vh;
  --gap-horizontal: 10px;
  --gap-vertical: 5px;
  --time-anim: 4s;
  --delay-anim: 2s;
  --blend-mode-1: none;
  --blend-mode-2: none;
  --blend-mode-3: none;
  --blend-mode-4: none;
  --blend-mode-5: overlay;
  --blend-color-1: transparent;
  --blend-color-2: transparent;
  --blend-color-3: transparent;
  --blend-color-4: transparent;
  --blend-color-5: #af4949;
  width: 100%;
  height: 100%;
}

@keyframes glitch-anim-1 {
  0% {
    opacity: 1;
    transform: translate3d(var(--gap-horizontal), 0, 0);
    -webkit-clip-path: polygon(0 2%, 100% 2%, 100% 5%, 0 5%);
    clip-path: polygon(0 2%, 100% 2%, 100% 5%, 0 5%);
  }
  2% {
    -webkit-clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%);
    clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%);
  }
  4% {
    -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%);
    clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%);
  }
  6% {
    -webkit-clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%);
    clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%);
  }
  8% {
    -webkit-clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
    clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
  }
  10% {
    -webkit-clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
    clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
  }
  12% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
    clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
  }
  14% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
    clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
  }
  16% {
    -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
    clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
  }
  18% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
    clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
  }
  20% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
    clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
  }
  21.9% {
    opacity: 1;
    transform: translate3d(var(--gap-horizontal), 0, 0);
  }
  22%, 100% {
    opacity: 0;
    transform: translate3d(0, 0, 0);
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  }
}
@keyframes glitch-anim-2 {
  0% {
    opacity: 1;
    transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0);
    -webkit-clip-path: polygon(0 25%, 100% 25%, 100% 30%, 0 30%);
    clip-path: polygon(0 25%, 100% 25%, 100% 30%, 0 30%);
  }
  3% {
    -webkit-clip-path: polygon(0 3%, 100% 3%, 100% 3%, 0 3%);
    clip-path: polygon(0 3%, 100% 3%, 100% 3%, 0 3%);
  }
  5% {
    -webkit-clip-path: polygon(0 5%, 100% 5%, 100% 20%, 0 20%);
    clip-path: polygon(0 5%, 100% 5%, 100% 20%, 0 20%);
  }
  7% {
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
    clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
  }
  9% {
    -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 40%, 0 40%);
    clip-path: polygon(0 40%, 100% 40%, 100% 40%, 0 40%);
  }
  11% {
    -webkit-clip-path: polygon(0 52%, 100% 52%, 100% 59%, 0 59%);
    clip-path: polygon(0 52%, 100% 52%, 100% 59%, 0 59%);
  }
  13% {
    -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
    clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
  }
  15% {
    -webkit-clip-path: polygon(0 75%, 100% 75%, 100% 75%, 0 75%);
    clip-path: polygon(0 75%, 100% 75%, 100% 75%, 0 75%);
  }
  17% {
    -webkit-clip-path: polygon(0 65%, 100% 65%, 100% 40%, 0 40%);
    clip-path: polygon(0 65%, 100% 65%, 100% 40%, 0 40%);
  }
  19% {
    -webkit-clip-path: polygon(0 45%, 100% 45%, 100% 50%, 0 50%);
    clip-path: polygon(0 45%, 100% 45%, 100% 50%, 0 50%);
  }
  20% {
    -webkit-clip-path: polygon(0 14%, 100% 14%, 100% 33%, 0 33%);
    clip-path: polygon(0 14%, 100% 14%, 100% 33%, 0 33%);
  }
  21.9% {
    opacity: 1;
    transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0);
  }
  22%, 100% {
    opacity: 0;
    transform: translate3d(0, 0, 0);
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  }
}
@keyframes glitch-anim-3 {
  0% {
    opacity: 1;
    transform: translate3d(0, calc(-1 * var(--gap-vertical)), 0) scale3d(-1, -1, 1);
    -webkit-clip-path: polygon(0 1%, 100% 1%, 100% 3%, 0 3%);
    clip-path: polygon(0 1%, 100% 1%, 100% 3%, 0 3%);
  }
  1.5% {
    -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 9%, 0 9%);
    clip-path: polygon(0 10%, 100% 10%, 100% 9%, 0 9%);
  }
  2% {
    -webkit-clip-path: polygon(0 5%, 100% 5%, 100% 6%, 0 6%);
    clip-path: polygon(0 5%, 100% 5%, 100% 6%, 0 6%);
  }
  2.5% {
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
    clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
  }
  3% {
    -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 10%, 0 10%);
    clip-path: polygon(0 10%, 100% 10%, 100% 10%, 0 10%);
  }
  5% {
    -webkit-clip-path: polygon(0 30%, 100% 30%, 100% 25%, 0 25%);
    clip-path: polygon(0 30%, 100% 30%, 100% 25%, 0 25%);
  }
  5.5% {
    -webkit-clip-path: polygon(0 15%, 100% 15%, 100% 16%, 0 16%);
    clip-path: polygon(0 15%, 100% 15%, 100% 16%, 0 16%);
  }
  7% {
    -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 39%, 0 39%);
    clip-path: polygon(0 40%, 100% 40%, 100% 39%, 0 39%);
  }
  8% {
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
    clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
  }
  9% {
    -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 55%, 0 55%);
    clip-path: polygon(0 60%, 100% 60%, 100% 55%, 0 55%);
  }
  10.5% {
    -webkit-clip-path: polygon(0 30%, 100% 30%, 100% 31%, 0 31%);
    clip-path: polygon(0 30%, 100% 30%, 100% 31%, 0 31%);
  }
  11% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 69%, 0 69%);
    clip-path: polygon(0 70%, 100% 70%, 100% 69%, 0 69%);
  }
  13% {
    -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 41%, 0 41%);
    clip-path: polygon(0 40%, 100% 40%, 100% 41%, 0 41%);
  }
  14% {
    -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 75%, 0 75%);
    clip-path: polygon(0 80%, 100% 80%, 100% 75%, 0 75%);
  }
  14.5% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 51%, 0 51%);
    clip-path: polygon(0 50%, 100% 50%, 100% 51%, 0 51%);
  }
  15% {
    -webkit-clip-path: polygon(0 90%, 100% 90%, 100% 90%, 0 90%);
    clip-path: polygon(0 90%, 100% 90%, 100% 90%, 0 90%);
  }
  16% {
    -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
    clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
  }
  18% {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 99%, 0 99%);
    clip-path: polygon(0 100%, 100% 100%, 100% 99%, 0 99%);
  }
  20% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 71%, 0 71%);
    clip-path: polygon(0 70%, 100% 70%, 100% 71%, 0 71%);
  }
  21.9% {
    opacity: 1;
    transform: translate3d(0, calc(-1 * var(--gap-vertical)), 0) scale3d(-1, -1, 1);
  }
  22%, 100% {
    opacity: 0;
    transform: translate3d(0, 0, 0);
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  }
}