@charset "UTF-8";@import url("https://fonts.googleapis.com/css2?family=Dela+Gothic+One&family=Mochiy+Pop+P+One&family=Zilla+Slab:wght@400;600;700&display=swap");

:root {
  --content-width: 1200px;
  --pc-device-size: 1512px;
  --sp-device-size: 402px;
  --sp-default-size: 354px;
  --pc-padding: 60px;
  --sp-padding: 24px;
  --sp-padding-ratio: calc(var(--sp-padding) / var(--sp-device-size) * 100%);
  --base-color: #000;
  --base-color2: #362D2D;
  --bg-color: #fff;
  --accent-color: #C51D1D;
  --link-color: #d8d8d8;
  --white: #fff;
  --black: #000;
  --gold: #D9B04C;
  --light-gold: #FFE7B0;
  --deep-gold: #B68B23;
  --base-font: "Helvetica Neue", YakuHanJP, Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  --facebook-color: #1877f2;
  --twitter-color: #1da1f2;
  --googleplus-color: #dd4b39;
  --insta-color: #D93177;
  --tumblr-color: #36465d;
  --flickr-color-01: #0063dc;
  --flickr-color-02: #ff0084;
  --hatena-color: #008fde;
  --line-color: #00c300;
  --youtube-color: #cd201f;
  --vimeo-color: #1ab7ea;
  --dropbox-color: #007ee5;
  --snapchat-color: #fffc00;
  --skype-color: #12a5f4;
  --pinterest-color: #bd081c;
  --note-color: #2dcdb5;
  --wordpress-color: #21759b;
  --pixiv-color: #127bb1;
}
.l-footer {
  padding-top: 72px;
}
@media screen and (max-width: 1200px) {
  .l-footer {
    padding-top: calc(72 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding-top: calc(72 / 402 * 100vw);
  }
}
.l-footer {
  padding-bottom: 120px;
}
@media screen and (max-width: 1200px) {
  .l-footer {
    padding-bottom: calc(120 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding-bottom: calc(120 / 402 * 100vw);
  }
}
.l-footer__container .foot {
  display: flex;
  flex-direction: column;
}
@media print, screen and (min-width: 769px) {
  .l-footer__container .foot {
    gap: 30px 0;
  }
}
@media screen and (max-width: 1200px) {
  .l-footer__container .foot {
    gap: calc(30 / 1200 * 100vw) 0;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__container .foot {
    gap: calc(30 / 402 * 100vw) 0;
  }
}
.l-footer__container .foot--nos {
  margin-inline: auto;
  width: get-sp-pecentage(136);
}
.l-footer__container .foot--nos a {
  display: block;
}
.l-footer__container .foot--nos a svg path {
  fill: #1A5BC9;
}
.l-footer__container .foot--copyright {
  text-align: center;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 600;
  font-size: 1rem;
}
@media screen and (max-width: 1200px) {
  .l-footer__container .foot--copyright {
    font-size: calc(10 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .l-footer__container .foot--copyright {
    font-size: calc(10 / 402 * 100vw);
  }
}
.l-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background-color: var(--white);
}
.l-loader__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  z-index: 2;
  pointer-events: none;
}
.l-loader__bg:before, .l-loader__bg:after {
  content: "";
  position: fixed;
  left: 0;
  width: 100%;
  height: 72px;
  display: block;
  background: url("../images/_common/bg/bg_sgt.png") repeat left top/58px;
}
.l-loader__bg:before {
  top: 0;
}
.l-loader__bg:after {
  bottom: 0;
}
.l-loader__container {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  z-index: 1;
  line-height: 1.4;
  color: var(--accent-color);
  gap: 0 1em;
  font-size: 1.5rem;
}
@media screen and (max-width: 1200px) {
  .l-loader__container {
    font-size: calc(15 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .l-loader__container {
    font-size: calc(13 / 402 * 100vw);
  }
}
.l-loader__container > p {
  font-weight: 600;
  opacity: 1;
  letter-spacing: 0.1em;
}
.l-loader__container .icon {
  width: 120px;
}
@media screen and (max-width: 1200px) {
  .l-loader__container .icon {
    width: calc(120 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .l-loader__container .icon {
    width: calc(84 / 402 * 100vw);
  }
}
body[data-device=sp][data-orientation=landscape] .l-modal__inner .contents {
  width: 70%;
}
body[data-device=sp][data-orientation=landscape] .l-modal__inner .contents .player--close {
  width: 100px;
}
@media screen and (max-width: 1200px) {
  body[data-device=sp][data-orientation=landscape] .l-modal__inner .contents .player--close {
    width: calc(100 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  body[data-device=sp][data-orientation=landscape] .l-modal__inner .contents .player--close {
    width: calc(100 / 402 * 100vw);
  }
}
.l-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
}
.l-modal[data-status=show] {
  opacity: 1;
  pointer-events: auto;
  overflow: auto;
  transition-duration: 0.5s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.l-modal__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--white);
  z-index: 1;
}
.l-modal__inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
@media print, screen and (min-width: 769px) {
  .l-modal__inner .contents {
    width: 55.1587301587%;
    max-width: 834px;
  }
}
@media screen and (max-width: 1200px) {
  .l-modal__inner .contents {
    width: 69.5%;
  }
}
@media screen and (max-width: 768px) {
  .l-modal__inner .contents {
    width: 100%;
  }
}
.l-modal__inner .contents .player {
  padding-top: 54px;
}
@media screen and (max-width: 1200px) {
  .l-modal__inner .contents .player {
    padding-top: calc(54 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .l-modal__inner .contents .player {
    padding-top: calc(54 / 402 * 100vw);
  }
}
.l-modal__inner .contents .player {
  padding-bottom: 54px;
}
@media screen and (max-width: 1200px) {
  .l-modal__inner .contents .player {
    padding-bottom: calc(54 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .l-modal__inner .contents .player {
    padding-bottom: calc(54 / 402 * 100vw);
  }
}
.l-modal__inner .contents .player--push iframe {
  line-height: 1;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  vertical-align: bottom;
  -o-object-fit: contain;
     object-fit: contain;
}
.l-modal__inner .contents .player--close {
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  height: auto;
  aspect-ratio: 4/1;
  border: solid 2px var(--accent-color);
  border-radius: 120px;
  box-sizing: border-box;
  background-color: var(--black);
  color: var(--white);
  letter-spacing: 0.2em;
  cursor: pointer;
  font-size: 1.2rem;
}
@media screen and (max-width: 1200px) {
  .l-modal__inner .contents .player--close {
    font-size: calc(12 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .l-modal__inner .contents .player--close {
    font-size: calc(12 / 402 * 100vw);
  }
}
.l-modal__inner .contents .player--close {
  margin-top: 18px;
}
@media screen and (max-width: 1200px) {
  .l-modal__inner .contents .player--close {
    margin-top: calc(18 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .l-modal__inner .contents .player--close {
    margin-top: calc(18 / 402 * 100vw);
  }
}
.l-modal__inner .contents .player--close {
  width: 200px;
}
@media screen and (max-width: 1200px) {
  .l-modal__inner .contents .player--close {
    width: calc(200 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .l-modal__inner .contents .player--close {
    width: calc(200 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .l-pcttl {
    opacity: 0;
    position: fixed;
    top: 50%;
    left: 0;
    width: calc(50% - 240px);
    z-index: 2;
    transform: translateY(-50%);
    pointer-events: none;
  }
}
@media screen and (max-width: 1200px) {
  .l-pcttl {
    width: 30%;
  }
}
@media print, screen and (min-width: 769px) {
  .l-pcttl.is__loaded {
    opacity: 1;
    pointer-events: auto;
    transition-duration: 1s;
    transition-delay: 1s;
    transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }
}
.l-pcttl__container .logo {
  margin-bottom: 24px;
}
@media screen and (max-width: 1200px) {
  .l-pcttl__container .logo {
    margin-bottom: calc(24 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .l-pcttl__container .logo {
    margin-bottom: calc(0 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .l-pcttl__container .logo {
    margin-inline: auto;
    width: 74.4186046512%;
    max-width: 384px;
  }
}
@media screen and (max-width: 1200px) {
  .l-pcttl__container .logo {
    width: 90%;
  }
}
.l-pcttl__container .nav-share__links > a {
  border-radius: 100%;
  background-color: var(--white);
  width: 48px;
}
@media screen and (max-width: 1200px) {
  .l-pcttl__container .nav-share__links > a {
    width: calc(48 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .l-pcttl__container .nav-share__links > a {
    width: calc(0 / 402 * 100vw);
  }
}
#Wrap {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  #Wrap:before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../images/_common/bg/webp/bg_wrap_pc.webp") no-repeat center top/cover;
    z-index: 1;
  }
}
#Wrap #Cont {
  position: relative;
  background-color: var(--bg-color);
  overflow: hidden;
  z-index: 2;
  box-sizing: border-box;
}
@media print, screen and (min-width: 769px) {
  #Wrap #Cont {
    width: 100%;
    max-width: 480px;
    margin-inline: auto;
  }
}
@media print, screen and (min-width: 769px) {
  #Wrap #Cont {
    border: solid 0 var(--black);
    border-width: 0 1px;
  }
}
@media screen and (max-width: 1200px) {
  #Wrap #Cont {
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  #Wrap #Cont {
    width: 100%;
  }
}
#Wrap #Cont[data-status=hidden] {
  opacity: 0;
  transition-duration: 0.5s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
#Wrap #Cont .common-settings {
  opacity: 0;
}
#Wrap #Cont .common-settings.is__scrolled {
  opacity: 1;
  transition-duration: 1.2s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
@media print, screen and (min-width: 769px) {
  .nav-pcnav {
    opacity: 0;
    position: fixed;
    top: 50%;
    right: 0;
    width: calc(50% - 240px);
    z-index: 2;
    transform: translateY(-50%);
    pointer-events: none;
  }
}
@media screen and (max-width: 1200px) {
  .nav-pcnav {
    width: 30%;
  }
}
@media print, screen and (min-width: 769px) {
  .nav-pcnav.is__loaded {
    opacity: 1;
    pointer-events: auto;
    transition-duration: 1s;
    transition-delay: 1s;
    transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }
}
.nav-pcnav__container {
  padding-top: 30px;
}
@media screen and (max-width: 1200px) {
  .nav-pcnav__container {
    padding-top: calc(30 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .nav-pcnav__container {
    padding-top: calc(0 / 402 * 100vw);
  }
}
.nav-pcnav__container {
  padding-bottom: 42px;
}
@media screen and (max-width: 1200px) {
  .nav-pcnav__container {
    padding-bottom: calc(42 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .nav-pcnav__container {
    padding-bottom: calc(0 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .nav-pcnav__container {
    margin-inline: auto;
    width: 66.6666666667%;
    border: solid 2px var(--gold);
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.9);
    backdrop-filter: blur(4px);
  }
  .nav-pcnav__container > header {
    margin-bottom: 24px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .nav-pcnav__container > header {
    margin-bottom: calc(24 / 1200 * 100vw);
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  .nav-pcnav__container > header {
    margin-bottom: calc(0 / 402 * 100vw);
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .nav-pcnav__container > header {
    font-size: calc(10 / 1200 * 100vw);
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  .nav-pcnav__container > header {
    font-size: calc(10 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) and (min-width: 769px) {
  .nav-pcnav__container > header {
    line-height: 1;
    color: var(--deep-gold);
    text-align: center;
    font-weight: 600;
    letter-spacing: 0.15em;
  }
}
@media print, screen and (min-width: 769px) {
  .nav-pcnav__container > nav {
    margin-inline: auto;
    width: 86.0465116279%;
  }
  .nav-pcnav__container > nav .nav-global > a {
    font-size: 2.2rem;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .nav-pcnav__container > nav .nav-global > a {
    font-size: calc(22 / 1200 * 100vw);
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  .nav-pcnav__container > nav .nav-global > a {
    font-size: calc(22 / 402 * 100vw);
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .nav-pcnav__container > nav .nav-global > a {
    padding-top: calc(15 / 1200 * 100vw);
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  .nav-pcnav__container > nav .nav-global > a {
    padding-top: calc(0 / 402 * 100vw);
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .nav-pcnav__container > nav .nav-global > a {
    padding-bottom: calc(15 / 1200 * 100vw);
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  .nav-pcnav__container > nav .nav-global > a {
    padding-bottom: calc(0 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) and (min-width: 769px) {
  .nav-pcnav__container > nav .nav-global > a {
    display: block;
    line-height: 1;
    text-align: center;
    margin-inline: auto;
    color: var(--light-gold);
    border: solid 0 var(--light-gold);
    border-width: 0 0 1px 0;
  }
}
@media print, screen and (min-width: 769px) {
  .nav-pcnav__container > nav .nav-global > a:nth-child(1) {
    border-width: 1px 0;
  }
  .nav-pcnav__container > footer {
    margin-top: 30px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .nav-pcnav__container > footer {
    margin-top: calc(30 / 1200 * 100vw);
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  .nav-pcnav__container > footer {
    margin-top: calc(0 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) and (min-width: 769px) {
  .nav-pcnav__container > footer {
    color: var(--white);
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: 0 6.976744186%;
  }
}
@media print, screen and (min-width: 769px) and (min-width: 769px) {
  .nav-pcnav__container > footer .nos-link {
    width: 43.6046511628%;
  }
}
@media print, screen and (min-width: 769px) and (min-width: 769px) {
  .nav-pcnav__container > footer .nos-link a {
    display: block;
  }
}
@media print, screen and (min-width: 769px) and (min-width: 769px) {
  .nav-pcnav__container > footer .nos-link a svg {
    vertical-align: bottom;
  }
}
@media screen and (max-width: 1200px) {
  .nav-pcnav__container {
    width: 84%;
  }
}
.nav-share {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media print, screen and (min-width: 769px) {
  .nav-share {
    gap: 12px 0;
  }
}
@media screen and (max-width: 1200px) {
  .nav-share {
    gap: calc(12 / 1200 * 100vw) 0;
  }
}
@media screen and (max-width: 768px) {
  .nav-share {
    gap: calc(12 / 402 * 100vw) 0;
  }
}
.nav-share__label {
  text-align: center;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.2em;
  font-size: 1.2rem;
}
@media screen and (max-width: 1200px) {
  .nav-share__label {
    font-size: calc(12 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .nav-share__label {
    font-size: calc(12 / 402 * 100vw);
  }
}
.nav-share__links {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 0 2.9850746269%;
}
.nav-share__links > a {
  line-height: 1;
  display: block;
  width: 11.9402985075%;
}
.nav-share__links > a svg {
  vertical-align: bottom;
}
.nav-sns__header {
  margin-bottom: 0.8em;
  line-height: 1;
  text-align: center;
  font-size: 1.2rem;
}
@media screen and (max-width: 1200px) {
  .nav-sns__header {
    font-size: calc(12 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .nav-sns__header {
    font-size: calc(12 / 402 * 100vw);
  }
}
.nav-sns__header em {
  font-weight: 400;
}
.nav-sns__links {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
@media print, screen and (min-width: 769px) {
  .nav-sns__links {
    gap: 0 12px;
  }
}
@media screen and (max-width: 1200px) {
  .nav-sns__links {
    gap: 0 calc(12 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .nav-sns__links {
    gap: 0 calc(12 / 402 * 100vw);
  }
}
.nav-sns__links > a {
  display: block;
  height: auto;
  aspect-ratio: 1/1;
  width: 36px;
}
@media screen and (max-width: 1200px) {
  .nav-sns__links > a {
    width: calc(36 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .nav-sns__links > a {
    width: calc(36 / 402 * 100vw);
  }
}
.nav-sns__links > a picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.md {
  /* ------------------------------
    Layout
  ------------------------------ */
}
.md-header {
  margin: 0;
}
.md {
  /* ------------------------------
    Logo
  ------------------------------ */
}
.md-logo {
  margin: 0;
}
.md {
  /* ------------------------------
    Title
  ------------------------------ */
}
.md-ttl__flower {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
@media print, screen and (min-width: 769px) {
  .md-ttl__flower {
    gap: 0 6px;
  }
}
@media screen and (max-width: 1200px) {
  .md-ttl__flower {
    gap: 0 calc(6 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .md-ttl__flower {
    gap: 0 calc(6 / 402 * 100vw);
  }
}
.md-ttl__flower[data-txtsize=m] {
  font-size: 2.2rem;
}
@media screen and (max-width: 1200px) {
  .md-ttl__flower[data-txtsize=m] {
    font-size: calc(22 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .md-ttl__flower[data-txtsize=m] {
    font-size: calc(22 / 402 * 100vw);
  }
}
.md-ttl__flower[data-flowercolor=red]:before, .md-ttl__flower[data-flowercolor=red]:after {
  background-image: url("../images/_common/icon/deco_flower_red.png");
}
.md-ttl__flower:before, .md-ttl__flower:after {
  content: "";
  display: block;
  aspect-ratio: 1/1;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 18px;
}
@media screen and (max-width: 1200px) {
  .md-ttl__flower:before, .md-ttl__flower:after {
    width: calc(18 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .md-ttl__flower:before, .md-ttl__flower:after {
    width: calc(18 / 402 * 100vw);
  }
}
.md-ttl__section[data-txtsize=m] em {
  font-size: 3.6rem;
}
@media screen and (max-width: 1200px) {
  .md-ttl__section[data-txtsize=m] em {
    font-size: calc(36 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .md-ttl__section[data-txtsize=m] em {
    font-size: calc(36 / 402 * 100vw);
  }
}
.md-ttl__section[data-txtsize=m] em:before, .md-ttl__section[data-txtsize=m] em:after {
  background-image: url(../images/_common/icon/icon_flower_gold.png);
}
.md-ttl__section[data-txtsize=l] em {
  font-size: 5.4rem;
}
@media screen and (max-width: 1200px) {
  .md-ttl__section[data-txtsize=l] em {
    font-size: calc(54 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .md-ttl__section[data-txtsize=l] em {
    font-size: calc(54 / 402 * 100vw);
  }
}
.md-ttl__section[data-txtsize=l] em:before, .md-ttl__section[data-txtsize=l] em:after {
  background-image: url(../images/_common/icon/icon_flower_gold.png);
}
.md-ttl__section[data-txtsize=l] em span {
  transform: translateY(-10%);
}
.md-ttl__section small,
.md-ttl__section em {
  text-align: center;
  display: block;
  line-height: 1;
}
.md-ttl__section small {
  margin-bottom: 1.2em;
  display: block;
  line-height: 1;
  letter-spacing: 0.35em;
  font-size: 1rem;
}
@media screen and (max-width: 1200px) {
  .md-ttl__section small {
    font-size: calc(10 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .md-ttl__section small {
    font-size: calc(10 / 402 * 100vw);
  }
}
.md-ttl__section em {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
@media print, screen and (min-width: 769px) {
  .md-ttl__section em {
    gap: 0 6px;
  }
}
@media screen and (max-width: 1200px) {
  .md-ttl__section em {
    gap: 0 calc(6 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .md-ttl__section em {
    gap: 0 calc(6 / 402 * 100vw);
  }
}
.md-ttl__section em span {
  display: block;
}
.md-ttl__section em:before, .md-ttl__section em:after {
  content: "";
  display: block;
  height: auto;
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 18px;
}
@media screen and (max-width: 1200px) {
  .md-ttl__section em:before, .md-ttl__section em:after {
    width: calc(18 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .md-ttl__section em:before, .md-ttl__section em:after {
    width: calc(18 / 402 * 100vw);
  }
}
.md {
  /* ------------------------------
    Button
  ------------------------------ */
}
.md-btn__links {
  position: relative;
  display: block;
  background-color: var(--accent-color);
  color: var(--white);
  line-height: 1;
  letter-spacing: 0.06em;
  border: solid 2px var(--gold);
  font-size: 1.8rem;
}
@media screen and (max-width: 1200px) {
  .md-btn__links {
    font-size: calc(18 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .md-btn__links {
    font-size: calc(18 / 402 * 100vw);
  }
}
.md-btn__links {
  padding-top: 18px;
}
@media screen and (max-width: 1200px) {
  .md-btn__links {
    padding-top: calc(18 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .md-btn__links {
    padding-top: calc(18 / 402 * 100vw);
  }
}
.md-btn__links {
  padding-bottom: 18px;
}
@media screen and (max-width: 1200px) {
  .md-btn__links {
    padding-bottom: calc(18 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .md-btn__links {
    padding-bottom: calc(18 / 402 * 100vw);
  }
}
.md-btn__links:before, .md-btn__links:after {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  pointer-events: none;
}
.md-btn__links:before {
  top: 50%;
  left: 50%;
  border: solid 1px var(--gold);
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media print, screen and (min-width: 769px) {
  .md-btn__links:before {
    width: calc(100% - 8px);
    height: calc(100% - 8px);
  }
}
@media screen and (max-width: 1200px) {
  .md-btn__links:before {
    width: calc(100% - 8 / 1200 * 100vw);
    height: calc(100% - 8 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .md-btn__links:before {
    width: calc(100% - 8 / 402 * 100vw);
    height: calc(100% - 8 / 402 * 100vw);
  }
}
.md-btn__links:after {
  left: 50%;
  bottom: 0;
  width: 111.3333333333%;
  height: auto;
  background: url("../images/_common/deco/deco_flower_btn.svg") center center no-repeat;
  background-size: contain;
  aspect-ratio: 334/47;
  transform: translate(-50%, 40%);
  z-index: 2;
}
.md-btn__links .inner {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  z-index: 3;
}
@media print, screen and (min-width: 769px) {
  .md-btn__links .inner {
    gap: 0 8px;
  }
}
@media screen and (max-width: 1200px) {
  .md-btn__links .inner {
    gap: 0 calc(8 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .md-btn__links .inner {
    gap: 0 calc(8 / 402 * 100vw);
  }
}
.md-btn__links .inner:before, .md-btn__links .inner:after {
  content: "";
  top: 0;
  display: block;
  width: 14%;
  height: auto;
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  pointer-events: none;
}
.md-btn__links .inner:before {
  left: 0;
  background-image: url("../images/_common/icon/icon_bird_gold.svg");
  transform: translate(-50%, -80%);
}
.md-btn__links .inner:after {
  right: 0;
  background-image: url("../images/_common/icon/icon_bird_gold.svg");
  transform: translate(50%, -80%) scaleX(-1);
}
.md-btn__links .inner .carticon {
  display: block;
  height: auto;
  border-radius: 100%;
  background: var(--white) url("../images/_common/icon/icon_cart.svg") no-repeat center center;
  background-size: contain;
  aspect-ratio: 1/1;
  width: 30px;
}
@media screen and (max-width: 1200px) {
  .md-btn__links .inner .carticon {
    width: calc(30 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .md-btn__links .inner .carticon {
    width: calc(30 / 402 * 100vw);
  }
}
.md {
  /* ------------------------------
    Links
  ------------------------------ */
}
.md-links {
  margin: 0;
}
.md {
  /* ------------------------------
    Img
  ------------------------------ */
}
.md-decoimg {
  position: absolute;
  pointer-events: none;
}
.md-decoimg[data-ratio=square] picture img {
  aspect-ratio: 1/1;
}
.md {
  /* ------------------------------
    Movie
  ------------------------------ */
}
.md-movie.js--movie-open {
  cursor: pointer;
}
.md-movie__thumb {
  position: relative;
}
.md-movie__thumb:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  height: auto;
  aspect-ratio: 1/1;
  width: 15.2542372881%;
  height: auto;
  background: url("../images/_common/icon/icon_play.svg") center center no-repeat;
  background-size: contain;
  transform: translate(-50%, -50%);
  pointer-events: none;
  opacity: 0.7;
  z-index: 2;
}
.md-movie__thumb picture {
  position: relative;
  background-color: var(--base-color);
  z-index: 1;
}
.md-movie__thumb picture img {
  aspect-ratio: 16/9;
}
.md {
  /* ------------------------------
    Banner
  ------------------------------ */
}
.md-banner__img:not(:last-child) {
  margin-bottom: 12px;
}
@media screen and (max-width: 1200px) {
  .md-banner__img:not(:last-child) {
    margin-bottom: calc(12 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .md-banner__img:not(:last-child) {
    margin-bottom: calc(12 / 402 * 100vw);
  }
}
.md-banner__img picture {
  width: 100%;
  height: auto;
  background-color: var(--black);
  aspect-ratio: 16/9;
  box-sizing: border-box;
}
.md-banner__img picture[data-ratio=wide] img {
  aspect-ratio: 16/9;
}
.md-banner__img picture[data-ratio=square] img {
  aspect-ratio: 1/1;
}
.md {
  /* ------------------------------
    Slider
  ------------------------------ */
}
.md-imgslider {
  width: 100%;
}
.md-imgslider__slide {
  width: 100%;
}
.md-imgslider__slide picture {
  background-color: var(--white);
}
.md-imgslider__slide picture img {
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 1/1;
}
.md-imgslider__nav {
  position: relative;
  margin-top: 12px;
}
@media screen and (max-width: 1200px) {
  .md-imgslider__nav {
    margin-top: calc(12 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .md-imgslider__nav {
    margin-top: calc(12 / 402 * 100vw);
  }
}
.md-imgslider__nav .swiper-thumbs {
  width: 67.6616915423%;
  margin-inline: auto;
  overflow: hidden;
}
.md-imgslider__nav .swiper-thumbs .swiper-slide {
  width: 30.8823529412%;
  height: auto;
  aspect-ratio: 1/1;
}
.md-imgslider__nav .swiper-thumbs .swiper-slide.swiper-slide-thumb-active img {
  filter: brightness(0.4);
}
.md-imgslider__nav .swiper-thumbs .swiper-slide img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  transition-duration: 0.3s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.md-imgslider__nav .swiper-button-prev, .md-imgslider__nav .swiper-button-next {
  position: absolute;
  top: 50%;
  width: 7.4626865672%;
  height: auto;
  aspect-ratio: 1/1;
  transform: translate(0, -50%);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  cursor: pointer;
}
.md-imgslider__nav .swiper-button-prev svg, .md-imgslider__nav .swiper-button-next svg {
  display: none;
}
.md-imgslider__nav .swiper-button-prev {
  left: 5.9701492537%;
  background-image: url("../images/_common/icon/icon_btn_prev.svg");
}
.md-imgslider__nav .swiper-button-next {
  right: 5.9701492537%;
  background-image: url("../images/_common/icon/icon_btn_next.svg");
}
.md {
  /* ------------------------------
    List
  ------------------------------ */
}
.md-li__attention > li {
  line-height: 1.6;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  gap: 0 0.2em;
  font-size: 1.2rem;
}
@media screen and (max-width: 1200px) {
  .md-li__attention > li {
    font-size: calc(12 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .md-li__attention > li {
    font-size: calc(12 / 402 * 100vw);
  }
}
.md-li__attention > li:not(:last-child) {
  margin-bottom: 0.65em;
}
.md-li__attention > li:before {
  content: "\203B";
  width: 1em;
}
.md-li__attention > li p {
  width: calc(100% - 1.2em);
}
/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers 
*/
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* ------------------------------
  Body
------------------------------ */
html {
  font-size: 62.5%;
  background-color: var(--base-color);
}
body {
  font-family: var(--base-font);
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 400;
  background: var(--bg-color);
  color: var(--base-color);
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  backface-visibility: hidden;
}
body[data-navopen=true] {
  pointer-events: none;
  overflow: hidden;
  min-height: 100%;
  height: 100%;
}
::-moz-selection {
  background: var(--accent-color);
  color: var(--white);
}
::selection {
  background: var(--accent-color);
  color: var(--white);
}
/* ------------------------------
  Display
------------------------------ */
@media screen and (max-width: 768px) {
  .is-pc {
    display: none !important;
  }
}
@media print, screen and (min-width: 769px) {
  .is-sp {
    display: none !important;
  }
}
/* ------------------------------
  Images
------------------------------ */
picture {
  display: block;
}
img {
  width: 100%;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}
svg {
  width: 100%;
  height: auto;
}
/* ------------------------------
  Links
------------------------------ */
a {
  color: var(--link-color);
  outline: none !important;
  text-decoration: none;
}
*[data-font=dela] {
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-style: normal;
}
*[data-font=zilla-slab] {
  font-family: "Zilla Slab", serif;
  font-weight: 700;
  font-style: normal;
}
*[data-font=mochiy-pop] {
  font-family: "Mochiy Pop P One", sans-serif;
  font-weight: 400;
  font-style: normal;
}
*[data-txtcolor=white] {
  color: var(--white);
}
*[data-txtcolor=accent] {
  color: var(--accent-color);
}
*[data-txtcolor=light-gold] {
  color: var(--light-gold);
}
*[data-fontweight=regular] {
  font-weight: 400;
}
*[data-fontweight=medium] {
  font-weight: 500;
}
*[data-fontweight=semibold] {
  font-weight: 600;
}
*[data-fontweight=bold] {
  font-weight: 700;
}
*[data-fontweight=extrabold] {
  font-weight: 800;
}
*[data-fontweight=black] {
  font-weight: 900;
}
.l-fv {
  position: relative;
  background: url("../images/_common/bg/tile_red.png") left top repeat;
  background-size: 72px auto;
}
.l-fv.is__loaded:before, .l-fv.is__loaded:after {
  opacity: 1;
  transform: translate(0, 0);
  transition-duration: 1.8s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.l-fv.is__loaded .l-fv__bg--inner .md-decoimg picture {
  opacity: 1;
  transition-duration: 1.8s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.l-fv.is__loaded .l-fv__bg--inner .md-decoimg[data-slug=c1] picture, .l-fv.is__loaded .l-fv__bg--inner .md-decoimg[data-slug=c2] picture, .l-fv.is__loaded .l-fv__bg--inner .md-decoimg[data-slug=c3] picture, .l-fv.is__loaded .l-fv__bg--inner .md-decoimg[data-slug=c4] picture {
  transform: translateY(0);
}
.l-fv.is__loaded .l-fv__bg--inner .md-decoimg[data-slug=s1] picture, .l-fv.is__loaded .l-fv__bg--inner .md-decoimg[data-slug=s2] picture, .l-fv.is__loaded .l-fv__bg--inner .md-decoimg[data-slug=s3] picture {
  transform: translateX(0);
}
.l-fv.is__loaded .l-fv__contents .logo {
  opacity: 1;
  transform: scale(1);
  transition-duration: 0.4s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.l-fv.is__loaded .l-fv__contents .message {
  opacity: 1;
  transform: translateY(0);
  transition-duration: 0.6s;
  transition-delay: 0.4s;
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.l-fv:before, .l-fv:after {
  content: "";
  opacity: 0;
  position: absolute;
  width: 100%;
  height: auto;
  display: block;
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: 1;
}
.l-fv:before {
  top: 0;
  left: 0;
  background-position: right top;
  background-image: url("../images/fv/solid_righttop.svg");
  aspect-ratio: 378/118;
  transform: translate(50%, 0);
}
.l-fv:after {
  right: 0;
  bottom: 0;
  background-position: left bottom;
  background-image: url("../images/fv/solid_leftbottom.svg");
  aspect-ratio: 402/138;
  transform: translate(-50%, 0);
}
.l-fv__container {
  position: relative;
  z-index: 2;
  padding-top: 15px;
}
@media screen and (max-width: 1200px) {
  .l-fv__container {
    padding-top: calc(15 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .l-fv__container {
    padding-top: calc(15 / 402 * 100vw);
  }
}
.l-fv__container {
  padding-bottom: 84px;
}
@media screen and (max-width: 1200px) {
  .l-fv__container {
    padding-bottom: calc(84 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .l-fv__container {
    padding-bottom: calc(84 / 402 * 100vw);
  }
}
.l-fv__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
.l-fv__bg--inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.l-fv__bg--inner .md-decoimg picture {
  opacity: 0;
}
.l-fv__bg--inner .md-decoimg[data-slug=c1] picture, .l-fv__bg--inner .md-decoimg[data-slug=c3] picture {
  transform: translateY(50%);
}
.l-fv__bg--inner .md-decoimg[data-slug=c2] picture, .l-fv__bg--inner .md-decoimg[data-slug=c4] picture {
  transform: translateY(-50%);
}
.l-fv__bg--inner .md-decoimg[data-slug=c1] {
  top: 0;
  right: 0;
  width: 47.7611940299%;
  transform: translate(42%, -30%);
  z-index: 1;
}
.l-fv__bg--inner .md-decoimg[data-slug=c2] {
  left: 0;
  bottom: 0;
  width: 48.7562189055%;
  transform: translate(-10%, 60%);
  z-index: 1;
}
.l-fv__bg--inner .md-decoimg[data-slug=c3] {
  top: 0;
  right: 15.4228855721%;
  width: 34.328358209%;
  transform: translate(0%, -70%);
  z-index: 2;
}
.l-fv__bg--inner .md-decoimg[data-slug=c4] {
  left: 0;
  bottom: 0;
  width: 26.8656716418%;
  transform: translate(-42%, 70%);
  z-index: 2;
}
.l-fv__bg--inner .md-decoimg[data-slug=s1] picture {
  transform: translateX(50%);
}
.l-fv__bg--inner .md-decoimg[data-slug=s2] picture, .l-fv__bg--inner .md-decoimg[data-slug=s3] picture {
  transform: translateX(-50%);
}
.l-fv__bg--inner .md-decoimg[data-slug=s1] {
  top: 0;
  left: 14.4278606965%;
  width: 24.8756218905%;
  transform: translate(0%, -30%);
}
.l-fv__bg--inner .md-decoimg[data-slug=s2] {
  top: 0;
  left: 0;
  width: 53.7313432836%;
  transform: translate(-25%, -6%);
}
.l-fv__bg--inner .md-decoimg[data-slug=s3] {
  right: 0;
  bottom: 0;
  width: 32.8358208955%;
  transform: translate(10%, 20%);
}
.l-fv__contents {
  position: relative;
  z-index: 2;
}
.l-fv__contents .noslogo {
  margin-inline: auto;
  position: relative;
  margin-bottom: 12px;
}
@media screen and (max-width: 1200px) {
  .l-fv__contents .noslogo {
    margin-bottom: calc(12 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .l-fv__contents .noslogo {
    margin-bottom: calc(12 / 402 * 100vw);
  }
}
.l-fv__contents .noslogo {
  width: 42px;
}
@media screen and (max-width: 1200px) {
  .l-fv__contents .noslogo {
    width: calc(42 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .l-fv__contents .noslogo {
    width: calc(42 / 402 * 100vw);
  }
}
.l-fv__contents .noslogo picture img {
  aspect-ratio: 1/1;
}
.l-fv__contents .logo {
  opacity: 0;
  transform: scale(1.4);
  margin-inline: auto;
  width: 88.0597014925%;
  margin-bottom: 12px;
}
@media screen and (max-width: 1200px) {
  .l-fv__contents .logo {
    margin-bottom: calc(12 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .l-fv__contents .logo {
    margin-bottom: calc(12 / 402 * 100vw);
  }
}
.l-fv__contents .message {
  opacity: 0;
  transform: translateY(30%);
}
.l-fv__contents .message time {
  display: block;
  margin-inline: auto;
  width: 88.0597014925%;
  margin-bottom: 10px;
}
@media screen and (max-width: 1200px) {
  .l-fv__contents .message time {
    margin-bottom: calc(10 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .l-fv__contents .message time {
    margin-bottom: calc(10 / 402 * 100vw);
  }
}
.l-fv__contents .message p {
  margin-inline: auto;
  width: 93.5323383085%;
}
.common-settings#Campaign {
  position: relative;
  background: url("../images/_common/bg/bg_sgt.png") left top repeat;
  background-size: 58px auto;
  z-index: 2;
  padding-bottom: 66px;
}
@media screen and (max-width: 1200px) {
  .common-settings#Campaign {
    padding-bottom: calc(66 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Campaign {
    padding-bottom: calc(66 / 402 * 100vw);
  }
}
.common-settings#Campaign.is__scrolled .inner-section .campaign--header:before, .common-settings#Campaign.is__scrolled .inner-section .campaign--header:after {
  opacity: 1;
  transition-duration: 1.2s;
  transition-delay: 0.2s;
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.common-settings#Campaign.is__scrolled .inner-section .campaign--header:before {
  transform: translate(-25%, -20%);
}
.common-settings#Campaign.is__scrolled .inner-section .campaign--header:after {
  transform: translate(25%, -20%);
}
.common-settings#Campaign.is__scrolled .inner-section .campaign--contents__banner .md-banner__img {
  opacity: 1;
  transform: translateY(0);
  transition-duration: 1.2s;
  transition-delay: 0.2s;
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.common-settings#Campaign.is__scrolled .inner-section .campaign--contents__banner .md-banner__img:nth-child(1) {
  transition-delay: 0.12s;
}
.common-settings#Campaign.is__scrolled .inner-section .campaign--contents__banner .md-banner__img:nth-child(2) {
  transition-delay: 0.22s;
}
.common-settings#Campaign.is__scrolled .inner-section .campaign--contents__banner .md-banner__img:nth-child(3) {
  transition-delay: 0.32s;
}
.common-settings#Campaign.is__scrolled .inner-section .campaign--contents__banner .md-banner__img:nth-child(4) {
  transition-delay: 0.42s;
}
.common-settings#Campaign.is__scrolled .inner-section .campaign--contents__banner .md-banner__img:nth-child(5) {
  transition-delay: 0.52s;
}
.common-settings#Campaign.is__scrolled .inner-section .campaign--contents__banner .md-banner__img:nth-child(6) {
  transition-delay: 0.62s;
}
.common-settings#Campaign.is__scrolled .inner-section .campaign--contents__banner .md-banner__img:nth-child(7) {
  transition-delay: 0.72s;
}
.common-settings#Campaign.is__scrolled .inner-section .campaign--contents__banner .md-banner__img:nth-child(8) {
  transition-delay: 0.82s;
}
.common-settings#Campaign.is__scrolled .inner-section .campaign--contents__banner .md-banner__img:nth-child(9) {
  transition-delay: 0.92s;
}
.common-settings#Campaign.is__scrolled .inner-section .campaign--contents__banner .md-banner__img:nth-child(10) {
  transition-delay: 1.02s;
}
.common-settings#Campaign.is__scrolled .inner-section .campaign--footer {
  opacity: 0.8;
  transition-duration: 0.6s;
  transition-delay: 0.4s;
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.common-settings#Campaign .inner-section {
  position: relative;
}
.common-settings#Campaign .inner-section .campaign--header {
  position: relative;
  margin-bottom: 24px;
}
@media screen and (max-width: 1200px) {
  .common-settings#Campaign .inner-section .campaign--header {
    margin-bottom: calc(24 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Campaign .inner-section .campaign--header {
    margin-bottom: calc(24 / 402 * 100vw);
  }
}
.common-settings#Campaign .inner-section .campaign--header {
  padding-top: 54px;
}
@media screen and (max-width: 1200px) {
  .common-settings#Campaign .inner-section .campaign--header {
    padding-top: calc(54 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Campaign .inner-section .campaign--header {
    padding-top: calc(54 / 402 * 100vw);
  }
}
.common-settings#Campaign .inner-section .campaign--header:before, .common-settings#Campaign .inner-section .campaign--header:after {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  height: auto;
  width: 29.8507462687%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  aspect-ratio: 1/1;
  opacity: 0;
}
.common-settings#Campaign .inner-section .campaign--header:before {
  left: 0;
  background-image: url("../images/_common/deco/deco_g_001.png");
  transform: translate(-80%, -20%);
}
.common-settings#Campaign .inner-section .campaign--header:after {
  right: 0;
  background-image: url("../images/_common/deco/deco_g_001.png");
  transform: translate(80%, -20%);
}
.common-settings#Campaign .inner-section .campaign--contents, .common-settings#Campaign .inner-section .campaign--footer {
  color: var(--white);
  margin-inline: auto;
  width: 88.0597014925%;
}
.common-settings#Campaign .inner-section .campaign--contents__banner .md-banner__img {
  opacity: 0;
  transform: translateY(30%);
}
.common-settings#Campaign .inner-section .campaign--footer {
  opacity: 0;
  margin-top: 24px;
}
@media screen and (max-width: 1200px) {
  .common-settings#Campaign .inner-section .campaign--footer {
    margin-top: calc(24 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Campaign .inner-section .campaign--footer {
    margin-top: calc(24 / 402 * 100vw);
  }
}
.common-settings#Comingsoon {
  position: relative;
  background: url("../images/_common/bg/tile_gold.png") left top repeat;
  background-size: 72px auto;
  padding-top: 60px;
}
@media screen and (max-width: 1200px) {
  .common-settings#Comingsoon {
    padding-top: calc(60 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Comingsoon {
    padding-top: calc(60 / 402 * 100vw);
  }
}
.common-settings#Comingsoon {
  padding-bottom: 60px;
}
@media screen and (max-width: 1200px) {
  .common-settings#Comingsoon {
    padding-bottom: calc(60 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Comingsoon {
    padding-bottom: calc(60 / 402 * 100vw);
  }
}
.common-settings#Comingsoon.is__scrolled .inner-section .comingsoon--lineup > li {
  opacity: 1;
  transform: translateY(0);
  transition-duration: 1.2s;
  transition-delay: 0.2s;
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.common-settings#Comingsoon.is__scrolled .inner-section .comingsoon--lineup > li:nth-child(1) {
  transition-delay: 0.12s;
}
.common-settings#Comingsoon.is__scrolled .inner-section .comingsoon--lineup > li:nth-child(2) {
  transition-delay: 0.22s;
}
.common-settings#Comingsoon.is__scrolled .inner-section .comingsoon--lineup > li:nth-child(3) {
  transition-delay: 0.32s;
}
.common-settings#Comingsoon.is__scrolled .inner-section .comingsoon--lineup > li:nth-child(4) {
  transition-delay: 0.42s;
}
.common-settings#Comingsoon.is__scrolled .inner-section .comingsoon--lineup > li:nth-child(5) {
  transition-delay: 0.52s;
}
.common-settings#Comingsoon.is__scrolled .inner-section .comingsoon--lineup > li:nth-child(6) {
  transition-delay: 0.62s;
}
.common-settings#Comingsoon.is__scrolled .inner-section .comingsoon--lineup > li:nth-child(7) {
  transition-delay: 0.72s;
}
.common-settings#Comingsoon.is__scrolled .inner-section .comingsoon--lineup > li:nth-child(8) {
  transition-delay: 0.82s;
}
.common-settings#Comingsoon.is__scrolled .inner-section .comingsoon--lineup > li:nth-child(9) {
  transition-delay: 0.92s;
}
.common-settings#Comingsoon.is__scrolled .inner-section .comingsoon--lineup > li:nth-child(10) {
  transition-delay: 1.02s;
}
.common-settings#Comingsoon .inner-section {
  margin-inline: auto;
  width: 88.0597014925%;
}
.common-settings#Comingsoon .inner-section .comingsoon--lineup {
  display: flex;
  width: 100%;
  flex-direction: column;
}
@media print, screen and (min-width: 769px) {
  .common-settings#Comingsoon .inner-section .comingsoon--lineup {
    gap: 12px 0;
  }
}
@media screen and (max-width: 1200px) {
  .common-settings#Comingsoon .inner-section .comingsoon--lineup {
    gap: calc(12 / 1200 * 100vw) 0;
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Comingsoon .inner-section .comingsoon--lineup {
    gap: calc(12 / 402 * 100vw) 0;
  }
}
.common-settings#Comingsoon .inner-section .comingsoon--lineup > li {
  opacity: 0;
  transform: translateY(30%);
}
.common-settings#Items {
  position: relative;
  z-index: 3;
  background: url("../images/_common/bg/webp/bg_paper.webp") left top repeat-y;
  background-size: 100% auto;
  padding-top: 66px;
}
@media screen and (max-width: 1200px) {
  .common-settings#Items {
    padding-top: calc(66 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Items {
    padding-top: calc(66 / 402 * 100vw);
  }
}
.common-settings#Items {
  padding-bottom: 72px;
}
@media screen and (max-width: 1200px) {
  .common-settings#Items {
    padding-bottom: calc(72 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Items {
    padding-bottom: calc(72 / 402 * 100vw);
  }
}
.common-settings#Items.is__scrolled:before, .common-settings#Items.is__scrolled:after {
  opacity: 1;
  transition-duration: 0.6s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.common-settings#Items.is__scrolled:before {
  transform: translate(-40%, -48%);
}
.common-settings#Items.is__scrolled:after {
  transform: translate(40%, -48%) scaleX(-1);
}
.common-settings#Items:before, .common-settings#Items:after {
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  display: block;
  width: 37.8109452736%;
  height: auto;
  background: url("../images/_common/deco/deco_s_002.svg") no-repeat center center/contain;
  aspect-ratio: 1/1;
}
.common-settings#Items:before {
  left: 0;
  transform: translate(-150%, -48%);
}
.common-settings#Items:after {
  right: 0;
  transform: translate(150%, -48%) scaleX(-1);
}
.common-settings#Items .inner-section .items--header {
  margin-bottom: 60px;
}
@media screen and (max-width: 1200px) {
  .common-settings#Items .inner-section .items--header {
    margin-bottom: calc(60 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Items .inner-section .items--header {
    margin-bottom: calc(60 / 402 * 100vw);
  }
}
.common-settings#Items .inner-section .items--header > article {
  position: relative;
  padding-top: 0.5em;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: var(--base-color2);
  margin-inline: auto;
  width: 88.0597014925%;
  font-size: 1.8rem;
}
@media screen and (max-width: 1200px) {
  .common-settings#Items .inner-section .items--header > article {
    font-size: calc(18 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Items .inner-section .items--header > article {
    font-size: calc(18 / 402 * 100vw);
  }
}
.common-settings#Items .inner-section .items--header > article:before, .common-settings#Items .inner-section .items--header > article:after {
  content: "";
  position: absolute;
  top: 0;
  width: 31.6384180791%;
  height: auto;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  aspect-ratio: 1/1;
  z-index: 2;
}
.common-settings#Items .inner-section .items--header > article:before {
  left: 0;
  background-image: url("../images/_common/deco/deco_c_003.svg");
  transform: translate(-39%, -42%);
}
.common-settings#Items .inner-section .items--header > article:after {
  right: 0;
  background-image: url("../images/_common/deco/deco_c_004.svg");
  transform: translate(39%, -42%);
}
.common-settings#Items .inner-section .items--header > article > header, .common-settings#Items .inner-section .items--header > article > footer {
  position: relative;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
@media print, screen and (min-width: 769px) {
  .common-settings#Items .inner-section .items--header > article > header, .common-settings#Items .inner-section .items--header > article > footer {
    gap: 0 3px;
  }
}
@media screen and (max-width: 1200px) {
  .common-settings#Items .inner-section .items--header > article > header, .common-settings#Items .inner-section .items--header > article > footer {
    gap: 0 calc(3 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Items .inner-section .items--header > article > header, .common-settings#Items .inner-section .items--header > article > footer {
    gap: 0 calc(3 / 402 * 100vw);
  }
}
.common-settings#Items .inner-section .items--header > article > header:before, .common-settings#Items .inner-section .items--header > article > header:after, .common-settings#Items .inner-section .items--header > article > footer:before, .common-settings#Items .inner-section .items--header > article > footer:after {
  content: "";
  display: block;
  height: 3px;
  box-sizing: border-box;
  border: solid 0 var(--accent-color);
  border-width: 1px 0;
  flex-grow: 1;
}
.common-settings#Items .inner-section .items--header > article > header {
  padding-bottom: 3px;
}
@media screen and (max-width: 1200px) {
  .common-settings#Items .inner-section .items--header > article > header {
    padding-bottom: calc(3 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Items .inner-section .items--header > article > header {
    padding-bottom: calc(3 / 402 * 100vw);
  }
}
.common-settings#Items .inner-section .items--header > article > header picture {
  display: block;
  width: 6.7796610169%;
}
.common-settings#Items .inner-section .items--header > article > footer {
  padding-top: 17px;
}
@media screen and (max-width: 1200px) {
  .common-settings#Items .inner-section .items--header > article > footer {
    padding-top: calc(17 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Items .inner-section .items--header > article > footer {
    padding-top: calc(17 / 402 * 100vw);
  }
}
.common-settings#Items .inner-section .items--header > article > footer:after {
  display: none;
}
.common-settings#Items .inner-section .items--contents__block {
  opacity: 0;
  transform: translateY(100px);
}
.common-settings#Items .inner-section .items--contents__block.is__scrolled {
  opacity: 1;
  transform: translateY(0);
  transition-duration: 0.6s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.common-settings#Items .inner-section .items--contents__block.is__scrolled .items--contents__block--header {
  opacity: 1;
  transform: scale(1);
  transition-duration: 1s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.common-settings#Items .inner-section .items--contents__block.is__scrolled .items--contents__block--header .prdct-name:before, .common-settings#Items .inner-section .items--contents__block.is__scrolled .items--contents__block--header .prdct-name:after {
  opacity: 1;
  filter: blur(0);
  transition-duration: 0.6s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.common-settings#Items .inner-section .items--contents__block.is__scrolled .items--contents__block--header .prdct-name:before {
  transform: translate(-32%, -75%);
}
.common-settings#Items .inner-section .items--contents__block.is__scrolled .items--contents__block--header .prdct-name:after {
  transform: translate(32%, -75%);
}
.common-settings#Items .inner-section .items--contents__block.is__scrolled .items--contents__block--header .prdct-name__container:before, .common-settings#Items .inner-section .items--contents__block.is__scrolled .items--contents__block--header .prdct-name__container:after {
  opacity: 1;
  transform: translate(0, 65%);
  filter: blur(0);
  transition-duration: 0.6s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.common-settings#Items .inner-section .items--contents__block.is__scrolled .items--contents__block--photo {
  opacity: 1;
  transform: translateY(0);
  transition-duration: 0.8s;
  transition-delay: 0.2s;
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.common-settings#Items .inner-section .items--contents__block:not(:last-child) {
  margin-bottom: 114px;
}
@media screen and (max-width: 1200px) {
  .common-settings#Items .inner-section .items--contents__block:not(:last-child) {
    margin-bottom: calc(114 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Items .inner-section .items--contents__block:not(:last-child) {
    margin-bottom: calc(114 / 402 * 100vw);
  }
}
.common-settings#Items .inner-section .items--contents__block--header {
  position: relative;
  opacity: 0;
  transform: scale(1.08);
  margin-bottom: 42px;
}
@media screen and (max-width: 1200px) {
  .common-settings#Items .inner-section .items--contents__block--header {
    margin-bottom: calc(42 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Items .inner-section .items--contents__block--header {
    margin-bottom: calc(42 / 402 * 100vw);
  }
}
.common-settings#Items .inner-section .items--contents__block--header:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  background: url("../images/_common/deco/title_header_001.png") center center no-repeat;
  background-size: contain;
  width: 112.4378109453%;
  height: auto;
  transform: translate(-50%, -50%);
  aspect-ratio: 1808/299;
  z-index: 1;
}
.common-settings#Items .inner-section .items--contents__block--header .prdct-name {
  position: relative;
  z-index: 2;
}
.common-settings#Items .inner-section .items--contents__block--header .prdct-name:before, .common-settings#Items .inner-section .items--contents__block--header .prdct-name:after {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 17.4129353234%;
  background-image: url("../images/_common/deco/deco_c_002.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  height: auto;
  opacity: 0;
  filter: blur(15px);
  will-change: filter;
  aspect-ratio: 1/1;
  z-index: 2;
}
.common-settings#Items .inner-section .items--contents__block--header .prdct-name:before {
  left: 0;
  transform: translate(-100%, -75%);
}
.common-settings#Items .inner-section .items--contents__block--header .prdct-name:after {
  right: 0;
  transform: translate(100%, -75%);
}
.common-settings#Items .inner-section .items--contents__block--header .prdct-name__container {
  position: relative;
  width: 100%;
  height: 100%;
}
.common-settings#Items .inner-section .items--contents__block--header .prdct-name__container:before, .common-settings#Items .inner-section .items--contents__block--header .prdct-name__container:after {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 8.9552238806%;
  height: auto;
  aspect-ratio: 36/38;
}
.common-settings#Items .inner-section .items--contents__block--header .prdct-name__container:before {
  left: 3.4825870647%;
  background-image: url("../images/_common/deco/deco_fg_double_left.svg");
  transform: translate(-80%, 65%);
}
.common-settings#Items .inner-section .items--contents__block--header .prdct-name__container:after {
  right: 3.4825870647%;
  background-image: url("../images/_common/deco/deco_fg_double_right.svg");
  transform: translate(80%, 65%);
}
.common-settings#Items .inner-section .items--contents__block--header .prdct-name__number {
  position: absolute;
  top: 0;
  left: 50%;
  width: 9.4527363184%;
  height: auto;
  aspect-ratio: 1/1;
  transform: translate(-50%, -100%);
  color: var(--white);
  font-weight: 700;
  line-height: 1;
  font-size: 1.8rem;
}
@media screen and (max-width: 1200px) {
  .common-settings#Items .inner-section .items--contents__block--header .prdct-name__number {
    font-size: calc(18 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Items .inner-section .items--contents__block--header .prdct-name__number {
    font-size: calc(18 / 402 * 100vw);
  }
}
.common-settings#Items .inner-section .items--contents__block--header .prdct-name__number--inner {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.common-settings#Items .inner-section .items--contents__block--header .prdct-name__number--inner:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  display: block;
  background: url("../images/_common/icon/icon_gc_red.png") center center no-repeat;
  background-size: contain;
  transform: translate(-50%, -50%);
  aspect-ratio: 1/1;
  z-index: 1;
}
.common-settings#Items .inner-section .items--contents__block--header .prdct-name__number--inner i {
  position: relative;
  z-index: 2;
  display: block;
  transform: translateY(-5%);
}
.common-settings#Items .inner-section .items--contents__block--header .prdct-name__label {
  text-align: center;
  display: block;
  line-height: 1;
  font-size: 1.8rem;
}
@media screen and (max-width: 1200px) {
  .common-settings#Items .inner-section .items--contents__block--header .prdct-name__label {
    font-size: calc(18 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Items .inner-section .items--contents__block--header .prdct-name__label {
    font-size: calc(18 / 402 * 100vw);
  }
}
.common-settings#Items .inner-section .items--contents__block--header .prdct-name__label em, .common-settings#Items .inner-section .items--contents__block--header .prdct-name__label small {
  text-wrap: nowrap;
  white-space: nowrap;
}
.common-settings#Items .inner-section .items--contents__block--header .prdct-name__label em {
  font-size: 2.4rem;
}
@media screen and (max-width: 1200px) {
  .common-settings#Items .inner-section .items--contents__block--header .prdct-name__label em {
    font-size: calc(24 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Items .inner-section .items--contents__block--header .prdct-name__label em {
    font-size: calc(24 / 402 * 100vw);
  }
}
.common-settings#Items .inner-section .items--contents__block--header .prdct-name__label small {
  font-size: 1.5rem;
}
@media screen and (max-width: 1200px) {
  .common-settings#Items .inner-section .items--contents__block--header .prdct-name__label small {
    font-size: calc(15 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Items .inner-section .items--contents__block--header .prdct-name__label small {
    font-size: calc(15 / 402 * 100vw);
  }
}
.common-settings#Items .inner-section .items--contents__block--photo {
  opacity: 0;
  transform: translateY(10%);
}
.common-settings#Items .inner-section .items--contents__block--nav {
  position: relative;
  margin-inline: auto;
  width: 74.6268656716%;
  margin-top: 30px;
}
@media screen and (max-width: 1200px) {
  .common-settings#Items .inner-section .items--contents__block--nav {
    margin-top: calc(30 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Items .inner-section .items--contents__block--nav {
    margin-top: calc(30 / 402 * 100vw);
  }
}
.common-settings#Movie {
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: url("../images/_common/bg/webp/bg_paper.webp") left top repeat-y;
  background-size: 100% auto;
  padding-top: 54px;
}
@media screen and (max-width: 1200px) {
  .common-settings#Movie {
    padding-top: calc(54 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Movie {
    padding-top: calc(54 / 402 * 100vw);
  }
}
.common-settings#Movie {
  padding-bottom: 54px;
}
@media screen and (max-width: 1200px) {
  .common-settings#Movie {
    padding-bottom: calc(54 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Movie {
    padding-bottom: calc(54 / 402 * 100vw);
  }
}
.common-settings#Movie.is__scrolled .inner-section:before, .common-settings#Movie.is__scrolled .inner-section:after {
  opacity: 1;
  transform: translate(0%, 60%);
  transition-duration: 1.2s;
  transition-delay: 0.2s;
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.common-settings#Movie:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/_common/bg/webp/bg_movie.webp") no-repeat center top/cover;
  z-index: 1;
}
.common-settings#Movie .inner-section {
  position: relative;
  z-index: 2;
}
.common-settings#Movie .inner-section:before, .common-settings#Movie .inner-section:after {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  width: 41.2935323383%;
  height: auto;
  background: url("../images/_common/deco/deco_c_001.svg") no-repeat center top/contain;
  opacity: 0;
  aspect-ratio: 1/1;
}
.common-settings#Movie .inner-section:before {
  left: -9.9502487562%;
  transform: translate(-80%, 60%);
}
.common-settings#Movie .inner-section:after {
  right: -9.9502487562%;
  transform: translate(80%, 60%);
}
.common-settings#Movie .inner-section .movie {
  margin-inline: auto;
  width: 88.0597014925%;
}
.common-settings#Movie .inner-section .movie--contents {
  margin-top: 12px;
}
@media screen and (max-width: 1200px) {
  .common-settings#Movie .inner-section .movie--contents {
    margin-top: calc(12 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Movie .inner-section .movie--contents {
    margin-top: calc(12 / 402 * 100vw);
  }
}/**
 * Swiper 12.0.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 21, 2025
 */

:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
  .swiper-slide,
  .swiper-cube-shadow {
    transform-style: preserve-3d;
  }
}

/* CSS Mode */
.swiper-css-mode {
  > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none; /* For Firefox */
    -ms-overflow-style: none; /* For Internet Explorer and Edge */
    &::-webkit-scrollbar {
      display: none;
    }
  }
  > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
  }
  &.swiper-horizontal {
    > .swiper-wrapper {
      scroll-snap-type: x mandatory;
    }
  }
  &.swiper-vertical {
    > .swiper-wrapper {
      scroll-snap-type: y mandatory;
    }
  }
  &.swiper-free-mode {
    > .swiper-wrapper {
      scroll-snap-type: none;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: none;
    }
  }
  &.swiper-centered {
    > .swiper-wrapper::before {
      content: '';
      flex-shrink: 0;
      order: 9999;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: center center;
      scroll-snap-stop: always;
    }
  }
  &.swiper-centered.swiper-horizontal {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-inline-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      height: 100%;
      min-height: 1px;
      width: var(--swiper-centered-offset-after);
    }
  }
  &.swiper-centered.swiper-vertical {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-block-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      width: 100%;
      min-width: 1px;
      height: var(--swiper-centered-offset-after);
    }
  }
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d {
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom,
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
  }
  .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
  }
  .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress),
.swiper-watch-progress .swiper-slide-visible {
  .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear;
  }
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
.swiper-thumbs {
  .swiper-slide-thumb-active {
    /* Styles for active thumb slide */
  }
}
