@charset "UTF-8";@import url("https://fonts.googleapis.com/css2?family=Hina+Mincho&family=IBM+Plex+Sans+JP:wght@400;600&family=Shippori+Mincho+B1:wght@400;600&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: #222;
  --bg-color: #eee;
  --accent-color: #ff0000;
  --link-color: #d8d8d8;
  --white: #fff;
  --black: #000;
  --navy: #081330;
  --orange: #D08857;
  --blue-silver: #C3CCE3;
  --blue-lightgray: #8F909F;
  --base-font: "IBM Plex Sans JP", "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-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  transition-duration: 0.4s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.l-header.is__scrolled {
  opacity: 0;
  pointer-events: none;
}
.l-header__container {
  position: relative;
  width: 100%;
  padding-top: 12px;
}
@media screen and (max-width: 1200px) {
  .l-header__container {
    padding-top: calc(12 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .l-header__container {
    padding-top: calc(12 / 402 * 100vw);
  }
}
.l-header__container .noslogo {
  margin-inline: auto;
  width: 60px;
}
@media screen and (max-width: 1200px) {
  .l-header__container .noslogo {
    width: calc(60 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .l-header__container .noslogo {
    width: calc(48 / 402 * 100vw);
  }
}
.l-header__container .noslogo svg {
  vertical-align: bottom;
}
.l-header__container .noslogo svg path {
  fill: var(--white);
}
.l-footer {
  background-color: var(--white);
  color: var(--base-color);
}
.l-footer__container {
  padding-top: 72px;
}
@media screen and (max-width: 1200px) {
  .l-footer__container {
    padding-top: calc(72 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .l-footer__container {
    padding-top: calc(72 / 402 * 100vw);
  }
}
.l-footer__container {
  padding-bottom: 126px;
}
@media screen and (max-width: 1200px) {
  .l-footer__container {
    padding-bottom: calc(126 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .l-footer__container {
    padding-bottom: calc(126 / 402 * 100vw);
  }
}
.l-footer__container .foot {
  display: flex;
  flex-direction: column;
  gap: 24px 0px;
}
@media screen and (max-width: 1200px) {
  .l-footer__container .foot {
    gap: calc(24 / 1200 * 100vw) calc(0 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .l-footer__container .foot {
    gap: calc(24 / 402 * 100vw) calc(0 / 402 * 100vw);
  }
}
.l-footer__container .foot--nos a {
  display: block;
  margin-inline: auto;
  width: 96px;
}
@media screen and (max-width: 1200px) {
  .l-footer__container .foot--nos a {
    width: calc(96 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .l-footer__container .foot--nos a {
    width: calc(96 / 402 * 100vw);
  }
}
.l-footer__container .foot--copyright {
  text-align: center;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .l-footer__container .foot--copyright {
    font-size: calc(12 / 402 * 100vw);
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.l-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: var(--navy);
  background: url("../images/_common/bg/webp/bg_wrap_pc.webp") center top repeat;
  background-size: 700px auto;
}
.l-loader.is__start .l-loader__container .bars {
  width: 70%;
  transition-duration: 7s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
}
.l-loader.is__end .l-loader__container .bars {
  width: 100%;
  animation: fadeOut 0.4s 0.4s linear forwards;
  transition-duration: 0.4s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
}
.l-loader.is__end .l-loader__container .ttl {
  opacity: 1;
  filter: blur(0);
  transition-duration: 1.2s;
  transition-delay: 0.5s;
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}
.l-loader.is__end .l-loader__container .ttl > picture {
  animation: fadeOut 0.6s 2.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
}
.l-loader.is__end .l-loader__container .ttl > picture:before, .l-loader.is__end .l-loader__container .ttl > picture:after {
  opacity: 1;
  filter: blur(15px);
}
.l-loader__container {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.l-loader__container .bars, .l-loader__container .ttl, .l-loader__container .deco {
  position: absolute;
  top: 50%;
  z-index: 2;
}
.l-loader__container .bars {
  left: 0;
  width: 0;
  height: 1px;
  background-color: var(--blue-silver);
  transform: translate(0, -50%);
}
.l-loader__container .ttl {
  opacity: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  will-change: filter, opacity;
  filter: blur(10px);
}
@media print, screen and (min-width: 769px) {
  .l-loader__container .ttl {
    width: 29.84375%;
    max-width: 382px;
  }
}
@media screen and (max-width: 768px) {
  .l-loader__container .ttl {
    width: 54.7263681592%;
  }
}
.l-loader__container .ttl > picture {
  position: relative;
}
.l-loader__container .ttl > picture img {
  position: relative;
  z-index: 2;
}
.l-loader__container .ttl > picture:before, .l-loader__container .ttl > picture:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/_common/logo/logo_gradient.svg") center center no-repeat;
  background-size: cover;
  z-index: 1;
  will-change: filter, opacity;
  opacity: 0;
  filter: blur(0);
  transition-duration: 2s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.l-loader__container .deco {
  opacity: 0;
  left: 0;
  width: 100%;
}
.l-loader__container .deco.is__effect {
  opacity: 1;
}
.l-loader__container .deco.is__effect svg .kira {
  opacity: 1;
  transform: rotate(0);
}
.l-loader__container .deco.is__fadeout {
  animation: fadeOut 0.5s 0s linear forwards;
}
.l-loader__container .deco svg {
  vertical-align: bottom;
}
.l-loader__container .deco svg .kira {
  opacity: 0;
  filter: drop-shadow(0 0 6px rgba(255, 255, 255, 0.8));
  will-change: filter, opacity;
  transition-duration: 0.3s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.l-loader__container .deco svg .kira15, .l-loader__container .deco svg .kira16, .l-loader__container .deco svg .kira17, .l-loader__container .deco svg .kira18, .l-loader__container .deco svg .kira20, .l-loader__container .deco svg .kira21 {
  display: none;
}
.l-loader__container .deco svg .kira01 {
  transition-delay: 0s;
}
.l-loader__container .deco svg .kira02 {
  transition-delay: 0.02s;
}
.l-loader__container .deco svg .kira03 {
  transition-delay: 0.04s;
}
.l-loader__container .deco svg .kira04 {
  transition-delay: 0.06s;
}
.l-loader__container .deco svg .kira05 {
  transition-delay: 0.08s;
}
.l-loader__container .deco svg .kira06 {
  transition-delay: 0.1s;
}
.l-loader__container .deco svg .kira07 {
  transition-delay: 0.12s;
}
.l-loader__container .deco svg .kira08 {
  transition-delay: 0.14s;
}
.l-loader__container .deco svg .kira09 {
  transition-delay: 0.16s;
}
.l-loader__container .deco svg .kira10 {
  transition-delay: 0.18s;
}
.l-loader__container .deco svg .kira11 {
  transition-delay: 0.2s;
}
.l-loader__container .deco svg .kira12 {
  transition-delay: 0.22s;
}
.l-loader__container .deco svg .kira13 {
  transition-delay: 0.24s;
}
.l-loader__container .deco svg .kira14 {
  transition-delay: 0.26s;
}
.l-loader__container .deco svg .kira15 {
  transition-delay: 0.28s;
}
.l-loader__container .deco svg .kira16 {
  transition-delay: 0.3s;
}
.l-loader__container .deco svg .kira17 {
  transition-delay: 0.32s;
}
.l-loader__container .deco svg .kira18 {
  transition-delay: 0.34s;
}
.l-loader__container .deco svg .kira19 {
  transition-delay: 0.36s;
}
.l-loader__container .deco svg .kira20 {
  transition-delay: 0.38s;
}
.l-loader__container .deco svg .kira21 {
  transition-delay: 0.4s;
}
.l-loader__container .deco svg .kira22 {
  transition-delay: 0.42s;
}
.l-loader__container .deco svg .kira23 {
  transition-delay: 0.44s;
}
.l-loader__container .deco svg .kira24 {
  transition-delay: 0.46s;
}
.l-loader__container .deco svg .kira25 {
  transition-delay: 0.48s;
}
.l-loader__container .deco svg .kira26 {
  transition-delay: 0.5s;
}
.l-loader__container .deco svg .kira27 {
  transition-delay: 0.52s;
}
.l-loader__container .deco svg .kira28 {
  transition-delay: 0.54s;
}
.l-loader__container .deco svg .kira29 {
  transition-delay: 0.56s;
}
.l-loader__container .deco svg .kira30 {
  transition-delay: 0.58s;
}
.l-loader__container .deco svg .kira31 {
  transition-delay: 0.6s;
}
.l-loader__container .deco svg .kira32 {
  transition-delay: 0.62s;
}
.l-loader__container .deco svg .kira33 {
  transition-delay: 0.64s;
}
.l-loader__container .deco svg .kira34 {
  transition-delay: 0.66s;
}
.l-loader__container .deco svg .kira35 {
  transition-delay: 0.68s;
}
.l-loader__container .deco svg .kira36 {
  transition-delay: 0.7s;
}
.l-loader__container .deco svg .kira37 {
  transition-delay: 0.72s;
}
/* ------------------------------
  PC用固定ロゴ
------------------------------ */
@media print, screen and (min-width: 769px) {
  .l-pcitem {
    position: fixed;
    top: 50%;
    left: 0;
    width: calc(50% - 240px);
    z-index: 2;
    transform: translateY(-50%);
  }
}
.l-pcitem[data-status=hidden] {
  opacity: 0;
  pointer-events: none;
  transition-duration: 1s;
  transition-delay: 0s;
  transition-timing-function: unset;
}
.l-pcitem__logo {
  max-width: 420px;
  width: 80%;
  margin-inline: auto;
}
.l-pcitem__share {
  margin-top: 42px;
}
@media screen and (max-width: 1200px) {
  .l-pcitem__share {
    margin-top: calc(42 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .l-pcitem__share {
    margin-top: calc(42 / 402 * 100vw);
  }
}
.l-pcitem__share .nav--share__header {
  color: var(--blue-silver);
}
.l-pcitem__share .nav--share__links a svg path.base {
  fill: var(--white);
}
#Wrap {
  position: relative;
  opacity: 0;
}
#Wrap.is__loaded {
  opacity: 1;
  transition-duration: 0.85s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@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") center top repeat;
    background-size: 700px auto;
  }
}
#Wrap #Cont {
  position: relative;
  overflow: hidden;
  background: url("../images/_common/bg/webp/bg_wrap.webp") center top repeat-y;
  background-size: 100% auto;
  z-index: 1;
}
@media print, screen and (min-width: 769px) {
  #Wrap #Cont {
    width: 100%;
    max-width: 480px;
    margin-inline: auto;
  }
}
@keyframes triDownAnim {
  0%, 100% {
    transform: translateY(0);
  }
  40%, 50% {
    transform: translateY(25%);
  }
}
.nav--contents {
  background-color: var(--white);
  padding-top: 30px;
}
@media screen and (max-width: 1200px) {
  .nav--contents {
    padding-top: calc(30 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .nav--contents {
    padding-top: calc(30 / 402 * 100vw);
  }
}
.nav--contents {
  padding-bottom: 24px;
}
@media screen and (max-width: 1200px) {
  .nav--contents {
    padding-bottom: calc(24 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .nav--contents {
    padding-bottom: calc(24 / 402 * 100vw);
  }
}
.nav--contents__container--header {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 6px;
}
@media screen and (max-width: 1200px) {
  .nav--contents__container--header {
    margin-bottom: calc(6 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .nav--contents__container--header {
    margin-bottom: calc(6 / 402 * 100vw);
  }
}
.nav--contents__container--header {
  gap: 0px 6px;
}
@media screen and (max-width: 1200px) {
  .nav--contents__container--header {
    gap: calc(0 / 1200 * 100vw) calc(6 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .nav--contents__container--header {
    gap: calc(0 / 402 * 100vw) calc(6 / 402 * 100vw);
  }
}
.nav--contents__container--header > picture {
  display: block;
  width: 49.7512437811%;
}
.nav--contents__container--header:before, .nav--contents__container--header:after {
  content: "";
  display: block;
  width: 3.7313432836%;
  height: auto;
  aspect-ratio: 1/1;
  background: url("../images/_common/icon/icon_snow_navy.svg") center center no-repeat;
  background-size: 100% auto;
}
.nav--contents__container--l .mainnav, .nav--contents__container--l .subnav {
  margin-inline: auto;
  width: 88.0597014925%;
}
.nav--contents__container--l .mainnav {
  position: relative;
}
.nav--contents__container--l .mainnav .linkwrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.nav--contents__container--l .mainnav--slider .navimg picture {
  display: block;
}
.nav--contents__container--l .mainnav--slider .navimg picture img {
  aspect-ratio: 1062/360;
  pointer-events: none;
}
.nav--contents__container--l .subnav {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: center;
  margin-top: 24px;
}
@media screen and (max-width: 1200px) {
  .nav--contents__container--l .subnav {
    margin-top: calc(24 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .nav--contents__container--l .subnav {
    margin-top: calc(24 / 402 * 100vw);
  }
}
.nav--contents__container--l .subnav > a {
  text-align: center;
  display: block;
  width: 28.2485875706%;
}
.nav--contents__container--l .subnav > a > picture {
  margin-inline: auto;
  display: block;
  width: 84%;
}
.nav--contents__container--l .subnav > a > picture img {
  aspect-ratio: 1/1;
  border-radius: 15px;
  will-change: filter;
  filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.1));
}
.nav--contents__container--l .subnav > a > header {
  margin-top: 12px;
}
@media screen and (max-width: 1200px) {
  .nav--contents__container--l .subnav > a > header {
    margin-top: calc(12 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .nav--contents__container--l .subnav > a > header {
    margin-top: calc(12 / 402 * 100vw);
  }
}
.nav--contents__container--l .subnav > a > header em, .nav--contents__container--l .subnav > a > header span {
  display: block;
  line-height: 1;
}
.nav--contents__container--l .subnav > a > header em {
  font-weight: 600;
  color: var(--base-color);
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .nav--contents__container--l .subnav > a > header em {
    font-size: calc(10 / 402 * 100vw);
  }
}
.nav--contents__container--l .subnav > a > header span {
  margin-top: 0.5em;
  font-weight: 500;
  color: var(--blue-lightgray);
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .nav--contents__container--l .subnav > a > header span {
    font-size: calc(10 / 402 * 100vw);
  }
}
.nav--contents__container--l .subnav > a .tri {
  margin-inline: auto;
  display: block;
  line-height: 1;
  animation: triDownAnim 2.2s infinite linear;
  margin-top: 8px;
}
@media screen and (max-width: 1200px) {
  .nav--contents__container--l .subnav > a .tri {
    margin-top: calc(8 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .nav--contents__container--l .subnav > a .tri {
    margin-top: calc(8 / 402 * 100vw);
  }
}
.nav--contents__container--l .subnav > a .tri {
  width: 12px;
}
@media screen and (max-width: 1200px) {
  .nav--contents__container--l .subnav > a .tri {
    width: calc(12 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .nav--contents__container--l .subnav > a .tri {
    width: calc(12 / 402 * 100vw);
  }
}
.nav--contents__container--l .subnav > a .tri svg {
  vertical-align: bottom;
}
.nav--pcnav {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: calc(50% - 240px);
  z-index: 2;
}
.nav--pcnav[data-status=hidden] {
  opacity: 0;
  pointer-events: none;
  transition-duration: 1s;
  transition-delay: 0s;
  transition-timing-function: unset;
}
.nav--pcnav__container {
  margin-inline: auto;
  max-width: 314px;
  width: 78.5%;
  margin-inline: auto;
}
.nav--pcnav__container > header {
  margin-bottom: 18px;
}
@media screen and (max-width: 1200px) {
  .nav--pcnav__container > header {
    margin-bottom: calc(18 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .nav--pcnav__container > header {
    margin-bottom: calc(18 / 402 * 100vw);
  }
}
.nav--pcnav__container > header em {
  margin-inline: auto;
  width: 58.5987261146%;
  display: block;
  line-height: 1;
}
.nav--pcnav__container > header em svg {
  vertical-align: bottom;
}
.nav--pcnav__container > header em svg path {
  fill: var(--blue-silver);
}
.nav--pcnav__container > .contentsnav {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 24px;
}
@media screen and (max-width: 1200px) {
  .nav--pcnav__container > .contentsnav {
    padding-top: calc(24 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .nav--pcnav__container > .contentsnav {
    padding-top: calc(24 / 402 * 100vw);
  }
}
.nav--pcnav__container > .contentsnav {
  padding-bottom: 24px;
}
@media screen and (max-width: 1200px) {
  .nav--pcnav__container > .contentsnav {
    padding-bottom: calc(24 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .nav--pcnav__container > .contentsnav {
    padding-bottom: calc(24 / 402 * 100vw);
  }
}
.nav--pcnav__container > .contentsnav {
  gap: 24px 0px;
}
@media screen and (max-width: 1200px) {
  .nav--pcnav__container > .contentsnav {
    gap: calc(24 / 1200 * 100vw) calc(0 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .nav--pcnav__container > .contentsnav {
    gap: calc(24 / 402 * 100vw) calc(0 / 402 * 100vw);
  }
}
.nav--pcnav__container > .contentsnav:before, .nav--pcnav__container > .contentsnav:after {
  position: absolute;
  left: 50%;
  width: 100%;
  content: "";
  display: block;
  height: auto;
  aspect-ratio: 314/5;
  background: url("../images/_common/deco/frame_bluesilver.svg") center center no-repeat;
  background-size: 100% auto;
  transform: translateX(-50%);
}
.nav--pcnav__container > .contentsnav:before {
  top: 0;
}
.nav--pcnav__container > .contentsnav:after {
  bottom: 0;
}
.nav--pcnav__container > .contentsnav > a {
  color: var(--blue-silver);
  text-align: center;
  display: block;
}
.nav--pcnav__container > .contentsnav > a > * {
  display: block;
  line-height: 1;
}
.nav--pcnav__container > .contentsnav > a > small {
  margin-top: 0.85em;
}
.nav--pcnav__container > .contentsnav > a[data-size=l] {
  width: 100%;
}
.nav--pcnav__container > .contentsnav > a[data-size=l] > em {
  font-size: 3.6rem;
}
@media screen and (max-width: 768px) {
  .nav--pcnav__container > .contentsnav > a[data-size=l] > em {
    font-size: calc(36 / 402 * 100vw);
  }
}
.nav--pcnav__container > .contentsnav > a[data-size=l] > small {
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .nav--pcnav__container > .contentsnav > a[data-size=l] > small {
    font-size: calc(12 / 402 * 100vw);
  }
}
.nav--pcnav__container > .contentsnav > a[data-size=m] {
  width: 47.7707006369%;
}
.nav--pcnav__container > .contentsnav > a[data-size=m]:last-child {
  width: 100%;
}
.nav--pcnav__container > .contentsnav > a[data-size=m] > em {
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .nav--pcnav__container > .contentsnav > a[data-size=m] > em {
    font-size: calc(30 / 402 * 100vw);
  }
}
.nav--pcnav__container > .contentsnav > a[data-size=m] > small {
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .nav--pcnav__container > .contentsnav > a[data-size=m] > small {
    font-size: calc(12 / 402 * 100vw);
  }
}
.nav--pcnav__container > footer {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
}
@media screen and (max-width: 1200px) {
  .nav--pcnav__container > footer {
    margin-top: calc(24 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .nav--pcnav__container > footer {
    margin-top: calc(24 / 402 * 100vw);
  }
}
.nav--pcnav__container > footer {
  gap: 0px 24px;
}
@media screen and (max-width: 1200px) {
  .nav--pcnav__container > footer {
    gap: calc(0 / 1200 * 100vw) calc(24 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .nav--pcnav__container > footer {
    gap: calc(0 / 402 * 100vw) calc(24 / 402 * 100vw);
  }
}
.nav--pcnav__container > footer .nosnav {
  line-height: 1;
  width: 47.7707006369%;
  padding-top: 10px;
}
@media screen and (max-width: 1200px) {
  .nav--pcnav__container > footer .nosnav {
    padding-top: calc(10 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .nav--pcnav__container > footer .nosnav {
    padding-top: calc(10 / 402 * 100vw);
  }
}
.nav--pcnav__container > footer .nosnav a {
  display: block;
}
.nav--pcnav__container > footer .nosnav a picture {
  display: block;
}
.nav--share__header {
  text-align: center;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.2em;
  margin-bottom: 12px;
}
@media screen and (max-width: 1200px) {
  .nav--share__header {
    margin-bottom: calc(12 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .nav--share__header {
    margin-bottom: calc(12 / 402 * 100vw);
  }
}
.nav--share__header {
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .nav--share__header {
    font-size: calc(12 / 402 * 100vw);
  }
}
.nav--share__links {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 0px 12px;
}
@media screen and (max-width: 1200px) {
  .nav--share__links {
    gap: calc(0 / 1200 * 100vw) calc(12 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .nav--share__links {
    gap: calc(0 / 402 * 100vw) calc(12 / 402 * 100vw);
  }
}
.nav--share__links > a {
  display: block;
  width: 48px;
}
@media screen and (max-width: 1200px) {
  .nav--share__links > a {
    width: calc(48 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .nav--share__links > a {
    width: calc(48 / 402 * 100vw);
  }
}
.nav--share__links > a picture {
  display: block;
}
.nav--share__links > a picture img {
  aspect-ratio: 1/1;
}
.nav--sns__header {
  line-height: 1;
  color: var(--white);
  letter-spacing: 0.04em;
  text-align: center;
  margin-bottom: 12px;
}
@media screen and (max-width: 1200px) {
  .nav--sns__header {
    margin-bottom: calc(12 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .nav--sns__header {
    margin-bottom: calc(12 / 402 * 100vw);
  }
}
.nav--sns__header {
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .nav--sns__header {
    font-size: calc(12 / 402 * 100vw);
  }
}
.nav--sns__links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0px 12px;
}
@media screen and (max-width: 1200px) {
  .nav--sns__links {
    gap: calc(0 / 1200 * 100vw) calc(12 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .nav--sns__links {
    gap: calc(0 / 402 * 100vw) calc(12 / 402 * 100vw);
  }
}
.nav--sns__links > a {
  display: block;
  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 {
  display: block;
}
.nav--sns__links > a picture img {
  aspect-ratio: 1/1;
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes playingIconAnime {
  0%, 30% {
    opacity: 1;
  }
  40%, 50% {
    opacity: 0;
  }
  70%, 100% {
    opacity: 1;
  }
}
@keyframes btnDefaultEffect {
  from {
    transform: translate(-100%, 0);
  }
  to {
    transform: translate(100%, 0);
  }
}
@keyframes prevBtnDefaultEffect {
  0% {
    transform: translate(0, 0%);
  }
  30%, 50% {
    transform: translate(10%, 0%);
  }
  100% {
    transform: translate(0%, 0%);
  }
}
@keyframes nextBtnDefaultEffect {
  0% {
    transform: translate(0, 0%);
  }
  30%, 50% {
    transform: translate(-10%, 0%);
  }
  100% {
    transform: translate(0%, 0%);
  }
}
@keyframes btnDefaultEffect1 {
  0% {
    opacity: 0;
  }
  30%, 50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes btnDefaultEffect2 {
  0% {
    filter: brightness(1);
  }
  30%, 50% {
    filter: brightness(1.5);
  }
  100% {
    filter: brightness(1);
  }
}
.md {
  /* ------------------------------
    Layout
  ------------------------------ */
}
.md-header__winterdeco {
  position: relative;
}
.md-header__winterdeco:before, .md-header__winterdeco:after {
  content: "";
  position: absolute;
  top: 0;
  height: auto;
}
.md-header__winterdeco:before {
  left: 50%;
  width: 89.8305084746%;
  aspect-ratio: 318/24;
  background: url("../images/gifts/deco_001.svg") center center no-repeat;
  background-size: 100% auto;
  transform: translate(-50%, -15%);
}
.md-header__winterdeco:after {
  right: 25.988700565%;
  display: block;
  width: 12.4293785311%;
  aspect-ratio: 44/34;
  background: url("../images/gifts/deco_002.svg") center center no-repeat;
  background-size: 100% auto;
  transform: translateY(-65%);
}
.md-header__winterdeco .label {
  width: 31.6384180791%;
  margin-inline: auto;
}
.md-header__winterdeco .label picture {
  display: block;
}
.md-header__winterdeco .label picture img {
  aspect-ratio: 112/23;
}
.md-header__winterdeco .noslogo {
  position: relative;
  line-height: 1;
  transform: translateY(-10%);
}
.md-header__winterdeco .noslogo:before, .md-header__winterdeco .noslogo:after {
  content: "";
  position: absolute;
  height: auto;
}
.md-header__winterdeco .noslogo:before {
  top: 60%;
  left: 50%;
  width: 63.8418079096%;
  background: url("../images/gifts/deco_003.svg") center center no-repeat;
  background-size: 100% auto;
  aspect-ratio: 226/4;
  transform: translate(-50%, 0%);
}
.md-header__winterdeco .noslogo:after {
  top: 15%;
  left: 50%;
  width: 89.5480225989%;
  background: url("../images/gifts/deco_004.svg") center center no-repeat;
  background-size: 100% auto;
  aspect-ratio: 317/36;
  transform: translate(-50%, 0%);
}
.md-header__winterdeco .noslogo span {
  width: 13.5593220339%;
  margin-inline: auto;
  display: block;
}
.md-header__winterdeco .noslogo span svg path {
  fill: var(--navy);
}
.md-header__message {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .md-header__message {
    font-size: calc(20 / 402 * 100vw);
  }
}
.md-header__message {
  gap: 12px 0px;
}
@media screen and (max-width: 1200px) {
  .md-header__message {
    gap: calc(12 / 1200 * 100vw) calc(0 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .md-header__message {
    gap: calc(12 / 402 * 100vw) calc(0 / 402 * 100vw);
  }
}
.md-header__message:before, .md-header__message:after {
  content: "";
  display: block;
  width: 88.0597014925%;
  height: auto;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  aspect-ratio: 354/5;
}
.md-header__message[data-color=navy] {
  color: var(--navy);
}
.md-header__message[data-color=navy]:before, .md-header__message[data-color=navy]:after {
  background-image: url("../images/_common/deco/frame_navy.svg");
}
.md-header__message[data-color=white] {
  color: var(--white);
}
.md-header__message[data-color=white]:before, .md-header__message[data-color=white]:after {
  background-image: url("../images/_common/deco/frame_white.svg");
}
.md {
  /* ------------------------------
    Logo
  ------------------------------ */
}
.md-logo {
  line-height: 1;
  display: block;
}
.md {
  /* ------------------------------
    Title
  ------------------------------ */
}
.md-ttl__kakko {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.04em;
  font-weight: 600;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .md-ttl__kakko {
    font-size: calc(15 / 402 * 100vw);
  }
}
.md-ttl__kakko {
  gap: 0px 10px;
}
@media screen and (max-width: 1200px) {
  .md-ttl__kakko {
    gap: calc(0 / 1200 * 100vw) calc(10 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .md-ttl__kakko {
    gap: calc(0 / 402 * 100vw) calc(10 / 402 * 100vw);
  }
}
.md-ttl__kakko .kakko {
  display: block;
  width: 8px;
}
@media screen and (max-width: 1200px) {
  .md-ttl__kakko .kakko {
    width: calc(8 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .md-ttl__kakko .kakko {
    width: calc(8 / 402 * 100vw);
  }
}
.md-ttl__kakko .kakko picture {
  display: block;
}
.md-ttl__smallcatch {
  margin-inline: auto;
  width: 45.7711442786%;
  display: block;
  line-height: 1;
}
.md-ttl__smallcatch[data-color=white] svg {
  vertical-align: bottom;
}
.md-ttl__smallcatch[data-color=white] svg path {
  fill: var(--white);
}
.md-ttl__smallcatch[data-color=navy] svg {
  vertical-align: bottom;
}
.md-ttl__smallcatch[data-color=navy] svg path {
  fill: var(--navy);
}
.md-ttl__section {
  line-height: 1;
  text-align: center;
}
.md-ttl__section[data-type=goods] {
  font-size: 10rem;
}
@media screen and (max-width: 768px) {
  .md-ttl__section[data-type=goods] {
    font-size: calc(84 / 402 * 100vw);
  }
}
.md-ttl__section[data-type=voice] {
  font-size: 4.8rem;
}
@media screen and (max-width: 768px) {
  .md-ttl__section[data-type=voice] {
    font-size: calc(42 / 402 * 100vw);
  }
}
.md {
  /* ------------------------------
    Button
  ------------------------------ */
}
.md-btn__links {
  margin-inline: auto;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  width: 65.671641791%;
  background-color: var(--navy);
  border: solid 2px var(--orange);
  box-sizing: border-box;
  line-height: 1;
  overflow: hidden;
  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 {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .md-btn__links {
    font-size: calc(15 / 402 * 100vw);
  }
}
.md-btn__links {
  gap: 0px 6px;
}
@media screen and (max-width: 1200px) {
  .md-btn__links {
    gap: calc(0 / 1200 * 100vw) calc(6 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .md-btn__links {
    gap: calc(0 / 402 * 100vw) calc(6 / 402 * 100vw);
  }
}
.md-btn__links:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  z-index: 1;
  pointer-events: none;
  transform: translate(-100%, 0);
  animation: btnDefaultEffect 3s infinite linear;
}
.md-btn__links .nosicon, .md-btn__links .ttl, .md-btn__links .arrow {
  position: relative;
  z-index: 2;
}
.md-btn__links .nosicon, .md-btn__links .arrow {
  display: block;
  height: auto;
  aspect-ratio: 1/1;
}
.md-btn__links .nosicon {
  width: 9.0909090909%;
}
.md-btn__links .arrow {
  width: 6.0606060606%;
}
.md-btn__links .arrow svg {
  vertical-align: bottom;
}
.md {
  /* ------------------------------
    Links
  ------------------------------ */
}
.md-decoimg__ribbon {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 1;
}
.md-decoimg__ribbon--container {
  position: relative;
}
.md-decoimg__ribbon--container picture {
  position: absolute;
  display: block;
}
.md {
  /* ------------------------------
    Image
  ------------------------------ */
}
.md-img__lineup a {
  display: block;
}
.md-img__lineup picture {
  display: block;
}
.md-img__lineup picture img {
  aspect-ratio: 16/9;
}
.md-imgcolumn {
  margin-inline: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 92.5373134328%;
}
@media print, screen and (min-width: 769px) {
  .md-imgcolumn {
    gap: 10px 2.1505376344%;
  }
}
@media screen and (max-width: 768px) {
  .md-imgcolumn {
    gap: calc(10 / 402 * 100vw) 2.1505376344%;
  }
}
.md-imgcolumn > picture {
  display: block;
  width: 48.9247311828%;
}
.md-imgcolumn > picture img {
  aspect-ratio: 1/1;
}
.md {
  /* ------------------------------
    Image Slider
  ------------------------------ */
}
.md-imgslider {
  margin-inline: auto;
  overflow: hidden;
  padding-left: 12px;
  padding-right: 12px;
}
.md-imgslider__img .linkwrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.md-imgslider__img picture {
  position: relative;
  display: block;
  overflow: hidden;
  background-color: var(--white);
  z-index: 1;
}
.md-imgslider__img picture[data-type=default] img {
  aspect-ratio: 1000/1125;
}
.md-imgslider__img picture[data-type=square] img {
  aspect-ratio: 1/1;
}
.md-imgslider__img picture:after {
  content: "";
  position: absolute;
  right: -3px;
  bottom: -3px;
  display: block;
  width: 18%;
  height: auto;
  background: url("../images/_common/icon/icon_zoom.svg") center center no-repeat;
  background-size: 100% auto;
  aspect-ratio: 1/1;
  z-index: 2;
}
.md-imgslider__img picture img {
  position: relative;
  z-index: 1;
}
.md-imgslider > footer {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  margin-top: 15px;
}
@media screen and (max-width: 1200px) {
  .md-imgslider > footer {
    margin-top: calc(15 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .md-imgslider > footer {
    margin-top: calc(15 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .md-imgslider > footer {
    gap: 0 18px;
  }
}
@media screen and (max-width: 1200px) {
  .md-imgslider > footer {
    gap: 0 calc(18 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .md-imgslider > footer {
    gap: 0 calc(18 / 402 * 100vw);
  }
}
.md-imgslider > footer .swiper-button-prev, .md-imgslider > footer .swiper-button-next {
  height: auto;
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  box-sizing: border-box;
  cursor: pointer;
  width: 36px;
}
@media screen and (max-width: 1200px) {
  .md-imgslider > footer .swiper-button-prev, .md-imgslider > footer .swiper-button-next {
    width: calc(36 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .md-imgslider > footer .swiper-button-prev, .md-imgslider > footer .swiper-button-next {
    width: calc(36 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .md-imgslider > footer .swiper-button-prev, .md-imgslider > footer .swiper-button-next {
    padding: 2px;
  }
}
@media screen and (max-width: 1200px) {
  .md-imgslider > footer .swiper-button-prev, .md-imgslider > footer .swiper-button-next {
    padding: calc(2 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .md-imgslider > footer .swiper-button-prev, .md-imgslider > footer .swiper-button-next {
    padding: calc(2 / 402 * 100vw);
  }
}
.md-imgslider > footer .swiper-button-prev svg, .md-imgslider > footer .swiper-button-next svg {
  display: none;
}
.md-imgslider > footer .swiper-button-prev {
  background-image: url("../images/_common/btn/btn_prev.svg");
  animation: prevBtnDefaultEffect 1.5s infinite ease-in-out;
}
.md-imgslider > footer .swiper-button-next {
  background-image: url("../images/_common/btn/btn_next.svg");
  animation: nextBtnDefaultEffect 1.5s infinite ease-in-out;
}
.md {
  /* ------------------------------
    AD
  ------------------------------ */
}
.md-ad__release {
  width: 88.0597014925%;
  margin-inline: auto;
}
.md-ad__release[data-color=white] > dd > header {
  color: var(--white);
}
.md-ad__release[data-color=white] > dd > header:before, .md-ad__release[data-color=white] > dd > header:after {
  background-color: var(--white);
}
.md-ad__release[data-color=white] > dd > time svg path {
  fill: var(--white);
}
.md-ad__release[data-color=navy] > dd > header {
  color: var(--navy);
}
.md-ad__release[data-color=navy] > dd > header:before, .md-ad__release[data-color=navy] > dd > header:after {
  background-color: var(--navy);
}
.md-ad__release[data-color=navy] > dd > time svg path {
  fill: var(--navy);
}
.md-ad__release > dt {
  background-color: var(--navy);
  color: var(--blue-silver);
  font-weight: 600;
  text-align: center;
  border-radius: 3px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  .md-ad__release > dt {
    margin-bottom: calc(20 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .md-ad__release > dt {
    margin-bottom: calc(14 / 402 * 100vw);
  }
}
.md-ad__release > dt {
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .md-ad__release > dt {
    font-size: calc(13 / 402 * 100vw);
  }
}
.md-ad__release > dd > header {
  line-height: 1;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 1200px) {
  .md-ad__release > dd > header {
    margin-bottom: calc(15 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .md-ad__release > dd > header {
    margin-bottom: calc(12 / 402 * 100vw);
  }
}
.md-ad__release > dd > header {
  gap: 0px 12px;
}
@media screen and (max-width: 1200px) {
  .md-ad__release > dd > header {
    gap: calc(0 / 1200 * 100vw) calc(12 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .md-ad__release > dd > header {
    gap: calc(0 / 402 * 100vw) calc(12 / 402 * 100vw);
  }
}
.md-ad__release > dd > header {
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .md-ad__release > dd > header {
    font-size: calc(12 / 402 * 100vw);
  }
}
.md-ad__release > dd > header:before, .md-ad__release > dd > header:after {
  content: "";
  flex-grow: 1;
  height: 1px;
}
.md-ad__release > dd > time {
  display: block;
}
.md-ad__release > dd > time svg {
  vertical-align: bottom;
}
.md {
  /* ------------------------------
    Close
  ------------------------------ */
}
.md-closemodal__btn {
  margin: 0 auto;
  padding: 0;
  display: block;
  background: none;
  border: solid 1px var(--navy);
  border-radius: 150px;
  width: 29.8507462687%;
  height: auto;
  aspect-ratio: 98/30;
  line-height: 1;
  cursor: pointer;
}
.md-closemodal__btn svg {
  width: 38%;
  vertical-align: bottom;
}
/* 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%;
}
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(--blue-silver);
  color: var(--white);
}
::selection {
  background: var(--blue-silver);
  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
------------------------------ */
img {
  width: 100%;
  height: auto;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  vertical-align: bottom;
}
svg {
  width: 100%;
  height: auto;
}
/* ------------------------------
  Links
------------------------------ */
a {
  color: var(--link-color);
  outline: none !important;
  text-decoration: none;
}
@font-face {
  font-family: "Voyage-Regular";
  src: url("../fonts/Voyage-Regular.woff2") format("woff2"), url("../fonts/Voyage-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Voyage-Medium";
  src: url("../fonts/Voyage-Medium.woff2") format("woff2"), url("../fonts/Voyage-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Voyage-Bold";
  src: url("../fonts/Voyage-Bold.woff2") format("woff2"), url("../fonts/Voyage-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
*[data-font=shippori-mincho] {
  font-family: "Shippori Mincho B1", serif;
  font-style: normal;
}
*[data-font=hina-mincho] {
  font-family: "Hina Mincho", serif;
  font-weight: 400;
  font-style: normal;
}
*[data-font=voyage-regular] {
  font-family: "Voyage-Regular";
  font-weight: 400;
}
*[data-font=voyage-medium] {
  font-family: "Voyage-Medium";
  font-weight: 500;
}
*[data-font=voyage-bold] {
  font-family: "Voyage-Bold";
  font-weight: 700;
}
*[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__container .fv {
  position: relative;
}
.l-fv__container .fv--ttl {
  position: absolute;
  width: 80.5970149254%;
  left: 50%;
  bottom: 6.6666666667%;
  transform: translate(-50%, 0);
  z-index: 2;
}
.l-fv__container .fv--ttl__catch, .l-fv__container .fv--ttl__logo {
  margin-inline: auto;
  line-height: 1;
}
.l-fv__container .fv--ttl__catch picture, .l-fv__container .fv--ttl__logo picture {
  display: block;
}
.l-fv__container .fv--ttl__catch picture img, .l-fv__container .fv--ttl__logo picture img {
  width: 100%;
  vertical-align: bottom;
}
.l-fv__container .fv--ttl__catch {
  position: relative;
  width: 49.3827160494%;
  margin-bottom: 10px;
}
@media screen and (max-width: 1200px) {
  .l-fv__container .fv--ttl__catch {
    margin-bottom: calc(10 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .l-fv__container .fv--ttl__catch {
    margin-bottom: calc(10 / 402 * 100vw);
  }
}
.l-fv__container .fv--ttl__catch picture {
  position: relative;
  display: block;
  z-index: 2;
}
.l-fv__container .fv--ttl__catch .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.l-fv__container .fv--ttl__catch .bg--inner {
  position: relative;
}
.l-fv__container .fv--ttl__catch .bg--inner picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  will-change: filter;
}
.l-fv__container .fv--ttl__catch .bg--inner picture:nth-child(1) {
  filter: blur(4px);
}
.l-fv__container .fv--ttl__catch .bg--inner picture:nth-child(2) {
  filter: blur(6px);
}
.l-fv__container .fv--ttl__catch .bg--inner picture:nth-child(3) {
  filter: blur(12px);
}
.l-fv__container .fv--ttl__logo {
  position: relative;
}
.l-fv__container .fv--ttl__logo > picture {
  position: relative;
  z-index: 2;
}
.l-fv__container .fv--ttl__logo .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.l-fv__container .fv--ttl__logo .bg--inner {
  position: relative;
  width: 100%;
}
.l-fv__container .fv--ttl__logo .bg--inner picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  filter: blur(12px);
}
.l-fv__container .fv--vis {
  position: relative;
  z-index: 1;
}
.l-fv__container .fv--vis__img picture {
  display: block;
}
.l-fv__container .fv--vis__img picture img {
  pointer-events: none;
}
.gifts--container__body--giftbox {
  margin-inline: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 90.395480226%;
  height: auto;
  aspect-ratio: 3/2;
  z-index: 1;
}
@media print, screen and (min-width: 769px) {
  .gifts--container__body--giftbox {
    margin-top: -72px;
  }
}
@media screen and (max-width: 768px) {
  .gifts--container__body--giftbox {
    width: 100%;
    transform: translateY(-20%);
  }
}
.gifts--container__body--giftbox::before {
  content: "";
  position: absolute;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  background: radial-gradient(circle, rgba(74, 144, 226, 0.2) 0%, rgba(74, 144, 226, 0) 70%);
  filter: blur(30px);
  z-index: 0;
  animation: glow 3s ease-in-out infinite;
}
.gifts--container__body--giftbox .giftbox-svg {
  width: 100%;
  height: auto;
  cursor: pointer;
  transition: transform 0.3s ease, filter 0.3s ease;
  position: relative;
  z-index: 1;
  aspect-ratio: 3/2;
  filter: drop-shadow(0 10px 20px rgba(74, 144, 226, 0.3));
}
.gifts--container__body--giftbox .giftbox-svg:hover {
  transform: scale(1.05);
  filter: drop-shadow(0 15px 30px rgba(74, 144, 226, 0.5));
}
.gifts--container__body--giftbox[data-status=idle] .giftbox-lid,
.gifts--container__body--giftbox[data-status=idle] .lid-ribbons,
.gifts--container__body--giftbox[data-status=idle] .ribbon-decoration {
  transform: translateY(80px);
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.gifts--container__body--giftbox[data-status=idle] .ribbon-decoration {
  opacity: 1;
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.5s ease;
}
.gifts--container__body--giftbox[data-status=idle] .giftbox-svg {
  animation: float 3s ease-in-out infinite;
}
.gifts--container__body--giftbox[data-status=opening] .giftbox-lid,
.gifts--container__body--giftbox[data-status=opening] .lid-ribbons {
  transform: translateY(-160px) translateX(20px) rotate(20deg);
  opacity: 0;
  transition: transform 1s cubic-bezier(0.4, 0, 0.2, 1), opacity 1s ease-out;
}
.gifts--container__body--giftbox[data-status=opening] .ribbon-decoration {
  animation: ribbonKnotUntie 3s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  will-change: transform, opacity, filter;
  transition: none !important;
}
.gifts--container__body--giftbox[data-status=opening] .ribbon-decoration * {
  animation: ribbonFadeOut 0.6s ease-out forwards;
}
.gifts--container__body--giftbox[data-status=opened] .giftbox-lid,
.gifts--container__body--giftbox[data-status=opened] .lid-ribbons,
.gifts--container__body--giftbox[data-status=opened] .ribbon-decoration {
  transform: translateY(-160px) translateX(20px) rotate(20deg);
  opacity: 0;
}
@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
@keyframes rotate3d {
  0%, 100% {
    transform: rotateY(0deg) rotateX(0deg);
  }
  25% {
    transform: rotateY(8deg) rotateX(2deg);
  }
  50% {
    transform: rotateY(0deg) rotateX(4deg);
  }
  75% {
    transform: rotateY(-8deg) rotateX(2deg);
  }
}
@keyframes glow {
  0%, 100% {
    opacity: 0.3;
    transform: scale(1);
  }
  50% {
    opacity: 0.6;
    transform: scale(1.2);
  }
}
@keyframes ribbonKnotUntie {
  0% {
    transform: translateY(80px) scale(1) rotate(0deg);
    opacity: 1;
    filter: blur(0px);
  }
  15% {
    transform: translateY(75px) scale(1.1) rotate(5deg);
    opacity: 1;
    filter: blur(0px);
  }
  30% {
    transform: translateY(70px) scale(1.3) rotate(-8deg);
    opacity: 0.95;
    filter: blur(0.5px);
  }
  45% {
    transform: translateY(65px) scale(1.6) rotate(12deg);
    opacity: 0.85;
    filter: blur(1px);
  }
  60% {
    transform: translateY(60px) scale(2) rotate(-15deg);
    opacity: 0.65;
    filter: blur(2px);
  }
  75% {
    transform: translateY(55px) scale(2.5) rotate(20deg);
    opacity: 0.4;
    filter: blur(4px);
  }
  88% {
    transform: translateY(50px) scale(3) rotate(-25deg);
    opacity: 0.15;
    filter: blur(6px);
  }
  100% {
    transform: translateY(45px) scale(3.5) rotate(30deg);
    opacity: 0;
    filter: blur(8px);
  }
}
@keyframes ribbonFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes ribbonUnravel {
  0% {
    transform: translateY(80px) scaleY(1);
    opacity: 1;
  }
  20% {
    transform: translateY(60px) scaleY(1.1);
    opacity: 1;
  }
  40% {
    transform: translateY(30px) scaleY(1.3);
    opacity: 0.9;
  }
  60% {
    transform: translateY(-10px) scaleY(1.5);
    opacity: 0.6;
  }
  80% {
    transform: translateY(-60px) scaleY(1.8);
    opacity: 0.3;
  }
  100% {
    transform: translateY(-120px) scaleY(2);
    opacity: 0;
  }
}
@keyframes ribbonBodyDrop {
  0% {
    transform: translateY(0) scaleX(1);
    opacity: 1;
  }
  15% {
    transform: translateY(5px) scaleX(0.98);
    opacity: 1;
  }
  30% {
    transform: translateY(15px) scaleX(0.95) rotate(2deg);
    opacity: 0.9;
  }
  50% {
    transform: translateY(35px) scaleX(0.9) rotate(-3deg);
    opacity: 0.7;
  }
  70% {
    transform: translateY(60px) scaleX(0.85) rotate(4deg);
    opacity: 0.4;
  }
  85% {
    transform: translateY(90px) scaleX(0.8) rotate(-5deg);
    opacity: 0.15;
  }
  100% {
    transform: translateY(120px) scaleX(0.75) rotate(6deg);
    opacity: 0;
  }
}
@keyframes knotUntie {
  0% {
    transform: translateY(0) scale(1) rotate(0deg);
    opacity: 1;
  }
  30% {
    transform: translateY(-10px) scale(1.1) rotate(5deg);
    opacity: 0.9;
  }
  60% {
    transform: translateY(-30px) scale(0.8) rotate(-10deg);
    opacity: 0.5;
  }
  100% {
    transform: translateY(-60px) scale(0.3) rotate(20deg);
    opacity: 0;
  }
}
@keyframes ribbonUnravelLeft {
  0% {
    transform: translateX(0) translateY(0) scaleX(1) rotate(0deg);
    opacity: 1;
  }
  20% {
    transform: translateX(-15px) translateY(-5px) scaleX(1.1) rotate(-5deg);
    opacity: 1;
  }
  40% {
    transform: translateX(-40px) translateY(-10px) scaleX(1.3) rotate(-10deg);
    opacity: 0.8;
  }
  60% {
    transform: translateX(-70px) translateY(-8px) scaleX(1.6) rotate(-15deg);
    opacity: 0.5;
  }
  80% {
    transform: translateX(-100px) translateY(-5px) scaleX(2) rotate(-20deg);
    opacity: 0.2;
  }
  100% {
    transform: translateX(-130px) translateY(0) scaleX(2.5) rotate(-25deg);
    opacity: 0;
  }
}
@keyframes ribbonUnravelRight {
  0% {
    transform: translateX(0) translateY(0) scaleX(1) rotate(0deg);
    opacity: 1;
  }
  20% {
    transform: translateX(15px) translateY(-5px) scaleX(1.1) rotate(5deg);
    opacity: 1;
  }
  40% {
    transform: translateX(40px) translateY(-10px) scaleX(1.3) rotate(10deg);
    opacity: 0.8;
  }
  60% {
    transform: translateX(70px) translateY(-8px) scaleX(1.6) rotate(15deg);
    opacity: 0.5;
  }
  80% {
    transform: translateX(100px) translateY(-5px) scaleX(2) rotate(20deg);
    opacity: 0.2;
  }
  100% {
    transform: translateX(130px) translateY(0) scaleX(2.5) rotate(25deg);
    opacity: 0;
  }
}
@keyframes particle1 {
  0% {
    transform: translate(0, 0) scale(0);
    opacity: 0;
  }
  10% {
    transform: translate(0, 0) scale(1);
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    transform: translate(80px, -100px) scale(1.2);
    opacity: 0;
  }
}
@keyframes particle2 {
  0% {
    transform: translate(0, 0) scale(0);
    opacity: 0;
  }
  10% {
    transform: translate(0, 0) scale(1);
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    transform: translate(55px, -120px) scale(1);
    opacity: 0;
  }
}
@keyframes particle3 {
  0% {
    transform: translate(0, 0) scale(0);
    opacity: 0;
  }
  10% {
    transform: translate(0, 0) scale(1);
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    transform: translate(10px, -130px) scale(1.3);
    opacity: 0;
  }
}
@keyframes particle4 {
  0% {
    transform: translate(0, 0) scale(0);
    opacity: 0;
  }
  10% {
    transform: translate(0, 0) scale(1);
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    transform: translate(-55px, -120px) scale(1.1);
    opacity: 0;
  }
}
@keyframes particle5 {
  0% {
    transform: translate(0, 0) scale(0);
    opacity: 0;
  }
  10% {
    transform: translate(0, 0) scale(1);
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    transform: translate(-80px, -100px) scale(0.9);
    opacity: 0;
  }
}
@keyframes particle6 {
  0% {
    transform: translate(0, 0) scale(0);
    opacity: 0;
  }
  10% {
    transform: translate(0, 0) scale(1);
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    transform: translate(-90px, -50px) scale(1.2);
    opacity: 0;
  }
}
@keyframes particle7 {
  0% {
    transform: translate(0, 0) scale(0);
    opacity: 0;
  }
  10% {
    transform: translate(0, 0) scale(1);
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    transform: translate(-85px, 10px) scale(1);
    opacity: 0;
  }
}
@keyframes particle8 {
  0% {
    transform: translate(0, 0) scale(0);
    opacity: 0;
  }
  10% {
    transform: translate(0, 0) scale(1);
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    transform: translate(-60px, 60px) scale(1.3);
    opacity: 0;
  }
}
@keyframes particle9 {
  0% {
    transform: translate(0, 0) scale(0);
    opacity: 0;
  }
  10% {
    transform: translate(0, 0) scale(1);
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    transform: translate(-10px, 70px) scale(1.1);
    opacity: 0;
  }
}
@keyframes particle10 {
  0% {
    transform: translate(0, 0) scale(0);
    opacity: 0;
  }
  10% {
    transform: translate(0, 0) scale(1);
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    transform: translate(60px, 60px) scale(0.9);
    opacity: 0;
  }
}
@keyframes particle11 {
  0% {
    transform: translate(0, 0) scale(0);
    opacity: 0;
  }
  10% {
    transform: translate(0, 0) scale(1);
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    transform: translate(85px, 10px) scale(1.2);
    opacity: 0;
  }
}
@keyframes particle12 {
  0% {
    transform: translate(0, 0) scale(0);
    opacity: 0;
  }
  10% {
    transform: translate(0, 0) scale(1);
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    transform: translate(90px, -50px) scale(1);
    opacity: 0;
  }
}
@keyframes sparkle {
  0%, 100% {
    opacity: 0;
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes rainbowGradientChange {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes boxShadowAnimation {
  0%, 100% {
    width: 48.0225988701%;
    filter: blur(20px);
  }
  50% {
    width: 39.5480225989%;
    filter: blur(10px);
  }
}
.common-settings#Gifts {
  background: url("../images/_common/bg/webp/bg_twinklegifts.webp") center top no-repeat;
  background-size: cover;
  padding-top: 30px;
}
@media screen and (max-width: 1200px) {
  .common-settings#Gifts {
    padding-top: calc(30 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Gifts {
    padding-top: calc(30 / 402 * 100vw);
  }
}
.common-settings#Gifts {
  padding-bottom: 42px;
}
@media screen and (max-width: 1200px) {
  .common-settings#Gifts {
    padding-bottom: calc(42 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Gifts {
    padding-bottom: calc(42 / 402 * 100vw);
  }
}
.common-settings#Gifts.is__scrolled .inner-section .gifts--container {
  opacity: 1;
  transform: translate(0, 0) rotate(0deg);
  filter: blur(0) drop-shadow(6px 6px 8px rgba(0, 0, 0, 0.2));
  transition-duration: 1.2s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.common-settings#Gifts .inner-section .gifts--container {
  margin-inline: auto;
  opacity: 0;
  width: 88.0597014925%;
  background: url("../images/_common/bg/webp/bg_tile.webp") center top no-repeat;
  background-size: cover;
  border: solid 1px var(--navy);
  border-radius: 15px;
  overflow: hidden;
  transform: translate(0, 20%) rotate(-3deg);
  will-change: filter;
  filter: blur(10px) drop-shadow(6px 6px 8px rgba(0, 0, 0, 0));
  padding-top: 42px;
}
@media screen and (max-width: 1200px) {
  .common-settings#Gifts .inner-section .gifts--container {
    padding-top: calc(42 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Gifts .inner-section .gifts--container {
    padding-top: calc(42 / 402 * 100vw);
  }
}
.common-settings#Gifts .inner-section .gifts--container {
  padding-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  .common-settings#Gifts .inner-section .gifts--container {
    padding-bottom: calc(30 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Gifts .inner-section .gifts--container {
    padding-bottom: calc(30 / 402 * 100vw);
  }
}
.common-settings#Gifts .inner-section .gifts--container__header {
  position: relative;
  z-index: 2;
  padding-top: 10px;
}
@media screen and (max-width: 1200px) {
  .common-settings#Gifts .inner-section .gifts--container__header {
    padding-top: calc(10 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Gifts .inner-section .gifts--container__header {
    padding-top: calc(10 / 402 * 100vw);
  }
}
.common-settings#Gifts .inner-section .gifts--container__header > picture {
  display: block;
  width: 74.5762711864%;
  margin-inline: auto;
  margin-bottom: 10px;
}
@media screen and (max-width: 1200px) {
  .common-settings#Gifts .inner-section .gifts--container__header > picture {
    margin-bottom: calc(10 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Gifts .inner-section .gifts--container__header > picture {
    margin-bottom: calc(10 / 402 * 100vw);
  }
}
.common-settings#Gifts .inner-section .gifts--container__header > picture img {
  aspect-ratio: 264/58;
}
.common-settings#Gifts .inner-section .gifts--container__body {
  position: relative;
}
.common-settings#Gifts .inner-section .gifts--container__body--defaulteffect {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 180%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  transform: translate(-50%, -50%);
  will-change: filter;
  filter: brightness(1.4);
  z-index: 3;
}
.common-settings#Gifts .inner-section .gifts--container__body--defaulteffect .effect-snowfall {
  width: 100%;
  height: 100%;
}
.common-settings#Gifts .inner-section .gifts--container__body--effect {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  will-change: filter, opacity;
  pointer-events: none;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
.common-settings#Gifts .inner-section .gifts--container__body--effect.is-playing {
  opacity: 1;
}
@media print, screen and (min-width: 769px) {
  .common-settings#Gifts .inner-section .gifts--container__body--effect {
    transform: translate(-50%, -52%);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Gifts .inner-section .gifts--container__body--effect {
    transform: translate(-50%, -60%);
  }
}
.common-settings#Gifts .inner-section .gifts--container__body--effect__inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.common-settings#Gifts .inner-section .gifts--container__body--effect__inner .effect-congratulations {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 150%;
  height: 150%;
  transform: translate(-50%, -50%);
}
.common-settings#Gifts .inner-section .gifts--container__body--effect__inner .effect-congratulations svg {
  filter: brightness(2);
  will-change: filter;
}
.common-settings#Gifts .inner-section .gifts--container__body--effect__inner .effect-particle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  height: auto;
  aspect-ratio: 380/302;
  transform: translate(-55%, -38%);
}
.common-settings#Gifts .inner-section .gifts--container__body--effect__inner .effect-particle svg {
  vertical-align: bottom;
}
.common-settings#Gifts .inner-section .gifts--container__body--giftbox {
  position: relative;
  transition-duration: 1.2s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.common-settings#Gifts .inner-section .gifts--container__body--giftbox.is-playing {
  transform: scale(1.08);
  transform-origin: center center;
  filter: blur(10px);
  will-change: filter, transform;
}
.common-settings#Gifts .inner-section .gifts--container__body--giftbox:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  display: block;
  height: auto;
  will-change: filter;
  transform: translate(-50%, 50%);
  background-color: var(--black);
  border-radius: 100%;
  aspect-ratio: 16/2.4;
  animation: boxShadowAnimation 2.4s infinite ease-in-out;
}
.common-settings#Gifts .inner-section .gifts--container__body:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60%;
  height: auto;
  border-radius: 100%;
  aspect-ratio: 1/1;
  display: block;
  z-index: 1;
  opacity: 0.7;
  filter: blur(42px);
  will-change: filter, background-position;
  animation: rainbowGradientChange 10s infinite ease-in-out;
  z-index: 0;
  background: linear-gradient(45deg, #FFD600, #80CBE9, #FF3EBB, #FFB900, #4CA7E2, #FF69C6, #FFD600);
  background-size: 400% 400%;
}
@media print, screen and (min-width: 769px) {
  .common-settings#Gifts .inner-section .gifts--container__body:before {
    transform: translate(-50%, -30%);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Gifts .inner-section .gifts--container__body:before {
    transform: translate(-50%, -45%);
  }
}
.common-settings#Gifts .inner-section .gifts--container__footer {
  position: relative;
  z-index: 3;
  margin-top: 42px;
}
@media screen and (max-width: 1200px) {
  .common-settings#Gifts .inner-section .gifts--container__footer {
    margin-top: calc(42 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Gifts .inner-section .gifts--container__footer {
    margin-top: calc(0 / 402 * 100vw);
  }
}
.common-settings#Gifts .inner-section .gifts--container__footer > header {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .common-settings#Gifts .inner-section .gifts--container__footer > header {
    font-size: calc(12 / 402 * 100vw);
  }
}
.common-settings#Gifts .inner-section .gifts--container__footer > header {
  gap: 0px 6px;
}
@media screen and (max-width: 1200px) {
  .common-settings#Gifts .inner-section .gifts--container__footer > header {
    gap: calc(0 / 1200 * 100vw) calc(6 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Gifts .inner-section .gifts--container__footer > header {
    gap: calc(0 / 402 * 100vw) calc(6 / 402 * 100vw);
  }
}
.common-settings#Gifts .inner-section .gifts--container__footer > header:before, .common-settings#Gifts .inner-section .gifts--container__footer > header:after {
  content: "";
  display: block;
  height: auto;
  aspect-ratio: 19/23;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  width: 19px;
}
@media screen and (max-width: 1200px) {
  .common-settings#Gifts .inner-section .gifts--container__footer > header:before, .common-settings#Gifts .inner-section .gifts--container__footer > header:after {
    width: calc(19 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Gifts .inner-section .gifts--container__footer > header:before, .common-settings#Gifts .inner-section .gifts--container__footer > header:after {
    width: calc(19 / 402 * 100vw);
  }
}
.common-settings#Gifts .inner-section .gifts--container__footer > header:before {
  background-image: url("../images/_common/icon/icon_kira_left.svg");
}
.common-settings#Gifts .inner-section .gifts--container__footer > header:after {
  background-image: url("../images/_common/icon/icon_kira_right.svg");
}
.common-settings#Gifts .inner-section .gifts--container__footer > nav {
  margin-top: 5px;
}
@media screen and (max-width: 1200px) {
  .common-settings#Gifts .inner-section .gifts--container__footer > nav {
    margin-top: calc(5 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Gifts .inner-section .gifts--container__footer > nav {
    margin-top: calc(5 / 402 * 100vw);
  }
}
.common-settings#Gifts .inner-section .gifts--container__footer > nav button {
  margin: 0 auto;
  padding: 0;
  background: none;
  border-style: none;
  display: block;
  width: 74.5762711864%;
  cursor: pointer;
}
.common-settings#Gifts .inner-section .gifts--container__footer > nav button picture {
  display: block;
  position: relative;
}
.common-settings#Gifts .inner-section .gifts--container__footer > nav button picture:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  height: 80%;
  border-radius: 150px;
  transform: translate(-50%, -50%);
  display: block;
  z-index: 1;
  will-change: filter, background-position;
  animation: btnDefaultEffect1 2.5s infinite ease-in-out;
  background: linear-gradient(90deg, #FFD600, #80CBE9, #FF3EBB, #FFB900, #4CA7E2, #FF69C6, #FFD600);
  background-size: 400% 400%;
  filter: blur(30px);
}
.common-settings#Gifts .inner-section .gifts--container__footer > nav button picture img {
  position: relative;
  height: auto;
  aspect-ratio: 264/80;
  animation: btnDefaultEffect2 2.5s infinite ease-in-out;
  z-index: 2;
}
.common-settings#Goods {
  position: relative;
  z-index: 1;
  opacity: 0;
  filter: blur(10px);
  will-change: filter, opacity;
  padding-top: 60px;
}
@media screen and (max-width: 1200px) {
  .common-settings#Goods {
    padding-top: calc(60 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Goods {
    padding-top: calc(60 / 402 * 100vw);
  }
}
.common-settings#Goods {
  padding-bottom: 72px;
}
@media screen and (max-width: 1200px) {
  .common-settings#Goods {
    padding-bottom: calc(72 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Goods {
    padding-bottom: calc(72 / 402 * 100vw);
  }
}
.common-settings#Goods.is__scrolled {
  opacity: 1;
  filter: blur(0);
  transition-duration: 1.2s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.common-settings#Goods.is__scrolled .inner-section .goods--header .snowicon > picture, .common-settings#Goods.is__scrolled .inner-section .goods--header .flare > picture {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
  transition-duration: 2s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.common-settings#Goods .inner-section .goods--header {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
@media screen and (max-width: 1200px) {
  .common-settings#Goods .inner-section .goods--header {
    margin-bottom: calc(24 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Goods .inner-section .goods--header {
    margin-bottom: calc(24 / 402 * 100vw);
  }
}
.common-settings#Goods .inner-section .goods--header .snowicon > picture, .common-settings#Goods .inner-section .goods--header .flare > picture {
  opacity: 0;
  transform: translateY(30%);
  filter: blur(10px);
}
.common-settings#Goods .inner-section .goods--header .snowicon {
  display: block;
  position: absolute;
  z-index: 1;
  width: 66px;
}
@media screen and (max-width: 1200px) {
  .common-settings#Goods .inner-section .goods--header .snowicon {
    width: calc(66 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Goods .inner-section .goods--header .snowicon {
    width: calc(53 / 402 * 100vw);
  }
}
.common-settings#Goods .inner-section .goods--header .snowicon[data-num="1"] {
  left: 0.7936507937%;
}
@media print, screen and (min-width: 769px) {
  .common-settings#Goods .inner-section .goods--header .snowicon[data-num="1"] {
    top: 36px;
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Goods .inner-section .goods--header .snowicon[data-num="1"] {
    top: calc(36 / 402 * 100vw);
  }
}
.common-settings#Goods .inner-section .goods--header .snowicon[data-num="2"] {
  right: 0;
  transform: translateX(28%);
}
@media print, screen and (min-width: 769px) {
  .common-settings#Goods .inner-section .goods--header .snowicon[data-num="2"] {
    top: 84px;
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Goods .inner-section .goods--header .snowicon[data-num="2"] {
    top: calc(84 / 402 * 100vw);
  }
}
.common-settings#Goods .inner-section .goods--header .snowicon picture {
  display: block;
}
.common-settings#Goods .inner-section .goods--header .snowicon picture img {
  aspect-ratio: 53/57;
}
.common-settings#Goods .inner-section .goods--header .flare {
  position: absolute;
  display: block;
  z-index: 1;
}
.common-settings#Goods .inner-section .goods--header .flare > picture {
  display: block;
}
.common-settings#Goods .inner-section .goods--header .flare[data-num="1"] {
  right: 0;
  transform: translate(20%, 0);
  width: 153px;
}
@media screen and (max-width: 1200px) {
  .common-settings#Goods .inner-section .goods--header .flare[data-num="1"] {
    width: calc(153 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Goods .inner-section .goods--header .flare[data-num="1"] {
    width: calc(153 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#Goods .inner-section .goods--header .flare[data-num="1"] {
    top: -10px;
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Goods .inner-section .goods--header .flare[data-num="1"] {
    top: calc(0 / 402 * 100vw);
  }
}
.common-settings#Goods .inner-section .goods--header .flare[data-num="1"] > picture img {
  aspect-ratio: 461/348;
}
.common-settings#Goods .inner-section .goods--header .flare[data-num="2"] {
  left: 0;
  transform: translate(-30%, 0);
  width: 152px;
}
@media screen and (max-width: 1200px) {
  .common-settings#Goods .inner-section .goods--header .flare[data-num="2"] {
    width: calc(152 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Goods .inner-section .goods--header .flare[data-num="2"] {
    width: calc(152 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#Goods .inner-section .goods--header .flare[data-num="2"] {
    top: 160px;
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Goods .inner-section .goods--header .flare[data-num="2"] {
    top: calc(140 / 402 * 100vw);
  }
}
.common-settings#Goods .inner-section .goods--header .flare[data-num="2"] > picture img {
  aspect-ratio: 1/1;
}
.common-settings#Goods .inner-section .goods--header .flare[data-num="3"] {
  left: 36.3184079602%;
  width: 160px;
}
@media screen and (max-width: 1200px) {
  .common-settings#Goods .inner-section .goods--header .flare[data-num="3"] {
    width: calc(160 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Goods .inner-section .goods--header .flare[data-num="3"] {
    width: calc(160 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#Goods .inner-section .goods--header .flare[data-num="3"] {
    top: 360px;
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Goods .inner-section .goods--header .flare[data-num="3"] {
    top: calc(320 / 402 * 100vw);
  }
}
.common-settings#Goods .inner-section .goods--header .flare[data-num="3"] > picture img {
  aspect-ratio: 1/1;
}
.common-settings#Goods .inner-section .goods--header__ttl {
  position: relative;
  z-index: 2;
  margin-bottom: 24px;
}
@media screen and (max-width: 1200px) {
  .common-settings#Goods .inner-section .goods--header__ttl {
    margin-bottom: calc(24 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Goods .inner-section .goods--header__ttl {
    margin-bottom: calc(24 / 402 * 100vw);
  }
}
.common-settings#Goods .inner-section .goods--header__ttl .md-ttl__smallcatch {
  margin-bottom: 10px;
}
@media screen and (max-width: 1200px) {
  .common-settings#Goods .inner-section .goods--header__ttl .md-ttl__smallcatch {
    margin-bottom: calc(10 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Goods .inner-section .goods--header__ttl .md-ttl__smallcatch {
    margin-bottom: calc(10 / 402 * 100vw);
  }
}
.common-settings#Goods .inner-section .goods--header__ttl .md-ttl__section {
  color: var(--white);
}
.common-settings#Goods .inner-section .goods--header .md-header__message, .common-settings#Goods .inner-section .goods--header .md-ad__release {
  position: relative;
  z-index: 2;
}
.common-settings#Goods .inner-section .goods--header .md-ad__release {
  margin-top: 24px;
}
@media screen and (max-width: 1200px) {
  .common-settings#Goods .inner-section .goods--header .md-ad__release {
    margin-top: calc(24 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Goods .inner-section .goods--header .md-ad__release {
    margin-top: calc(24 / 402 * 100vw);
  }
}
.common-settings#Goods .inner-section .goods--items {
  position: relative;
  z-index: 2;
}
.common-settings#Goods .inner-section .goods--items .js--scrlevent {
  opacity: 0;
  transform: translateY(30px);
}
.common-settings#Goods .inner-section .goods--items .js--scrlevent.is__scrolled {
  opacity: 1;
  transform: translateY(0);
  transition-duration: 0.8s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.common-settings#Goods .inner-section .goods--items .md-imgslider {
  margin-top: 24px;
}
@media screen and (max-width: 1200px) {
  .common-settings#Goods .inner-section .goods--items .md-imgslider {
    margin-top: calc(24 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Goods .inner-section .goods--items .md-imgslider {
    margin-top: calc(24 / 402 * 100vw);
  }
}
.common-settings#Goods .inner-section .goods--items__37card {
  margin-inline: auto;
  width: 88.0597014925%;
  background: url("../images/_common/bg/webp/bg_37card.webp") center top no-repeat;
  background-size: cover;
  border-radius: 15px;
  overflow: hidden;
  margin-top: 72px;
}
@media screen and (max-width: 1200px) {
  .common-settings#Goods .inner-section .goods--items__37card {
    margin-top: calc(72 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Goods .inner-section .goods--items__37card {
    margin-top: calc(72 / 402 * 100vw);
  }
}
.common-settings#Goods .inner-section .goods--items__37card {
  margin-bottom: 42px;
}
@media screen and (max-width: 1200px) {
  .common-settings#Goods .inner-section .goods--items__37card {
    margin-bottom: calc(42 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Goods .inner-section .goods--items__37card {
    margin-bottom: calc(42 / 402 * 100vw);
  }
}
.common-settings#Goods .inner-section .goods--items__37card {
  padding-top: 30px;
}
@media screen and (max-width: 1200px) {
  .common-settings#Goods .inner-section .goods--items__37card {
    padding-top: calc(30 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Goods .inner-section .goods--items__37card {
    padding-top: calc(30 / 402 * 100vw);
  }
}
.common-settings#Goods .inner-section .goods--items__37card {
  padding-bottom: 42px;
}
@media screen and (max-width: 1200px) {
  .common-settings#Goods .inner-section .goods--items__37card {
    padding-bottom: calc(42 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Goods .inner-section .goods--items__37card {
    padding-bottom: calc(42 / 402 * 100vw);
  }
}
.common-settings#Goods .inner-section .goods--items__37card--container:before {
  content: "";
  display: block;
  width: 21.4689265537%;
  height: auto;
  margin-inline: auto;
  aspect-ratio: 76/38;
  background: url("../images/_common/icon/icon_talk.svg") center top no-repeat;
  background-size: 100% auto;
  margin-bottom: 10px;
}
@media screen and (max-width: 1200px) {
  .common-settings#Goods .inner-section .goods--items__37card--container:before {
    margin-bottom: calc(10 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Goods .inner-section .goods--items__37card--container:before {
    margin-bottom: calc(10 / 402 * 100vw);
  }
}
.common-settings#Goods .inner-section .goods--items__37card--container > dl > dt {
  margin-bottom: 15px;
}
@media screen and (max-width: 1200px) {
  .common-settings#Goods .inner-section .goods--items__37card--container > dl > dt {
    margin-bottom: calc(15 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Goods .inner-section .goods--items__37card--container > dl > dt {
    margin-bottom: calc(15 / 402 * 100vw);
  }
}
.common-settings#Goods .inner-section .goods--items__37card--container > dl > dt picture {
  display: block;
  width: 89.8305084746%;
  margin-inline: auto;
}
.common-settings#Goods .inner-section .goods--items__37card--container > dl > dd {
  width: 89.8305084746%;
  margin-inline: auto;
}
.common-settings#Goods .inner-section .goods--items__37card--container > dl > dd picture {
  display: block;
}
.common-settings#Goods .inner-section .goods--items__37card--container > dl > dd picture img {
  aspect-ratio: 16/9;
}
.common-settings#Goods .inner-section .goods--items__photos {
  position: relative;
  background-color: var(--navy);
  margin-top: 18px;
}
@media screen and (max-width: 1200px) {
  .common-settings#Goods .inner-section .goods--items__photos {
    margin-top: calc(18 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Goods .inner-section .goods--items__photos {
    margin-top: calc(18 / 402 * 100vw);
  }
}
.common-settings#Goods .inner-section .goods--items__photos {
  padding-top: 24px;
}
@media screen and (max-width: 1200px) {
  .common-settings#Goods .inner-section .goods--items__photos {
    padding-top: calc(24 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Goods .inner-section .goods--items__photos {
    padding-top: calc(24 / 402 * 100vw);
  }
}
.common-settings#Goods .inner-section .goods--items__photos {
  padding-bottom: 24px;
}
@media screen and (max-width: 1200px) {
  .common-settings#Goods .inner-section .goods--items__photos {
    padding-bottom: calc(24 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Goods .inner-section .goods--items__photos {
    padding-bottom: calc(24 / 402 * 100vw);
  }
}
.common-settings#Goods .inner-section .goods--items__photos--slider {
  position: relative;
  z-index: 1;
}
.common-settings#Goods .inner-section .goods--items__photos--slider .imgslide picture {
  display: block;
}
.common-settings#Goods .inner-section .goods--items__photos--slider .imgslide picture img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  aspect-ratio: 16/12;
  -o-object-fit: contain;
     object-fit: contain;
}
.common-settings#Goods .inner-section .goods--items__photos--slider > nav {
  position: relative;
}
.common-settings#Goods .inner-section .goods--items__photos--slider > nav .swiper-pagination {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  margin-inline: auto;
  width: 53.2338308458%;
  margin-top: 12px;
}
@media screen and (max-width: 1200px) {
  .common-settings#Goods .inner-section .goods--items__photos--slider > nav .swiper-pagination {
    margin-top: calc(12 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Goods .inner-section .goods--items__photos--slider > nav .swiper-pagination {
    margin-top: calc(12 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#Goods .inner-section .goods--items__photos--slider > nav .swiper-pagination {
    gap: 0 10px;
  }
}
.common-settings#Goods .inner-section .goods--items__photos--slider > nav .swiper-pagination .thumb-item.is-active {
  filter: brightness(0.3);
}
.common-settings#Goods .inner-section .goods--items__photos--slider > nav .swiper-button-prev, .common-settings#Goods .inner-section .goods--items__photos--slider > nav .swiper-button-next {
  position: absolute;
  top: 50%;
  height: auto;
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  transform: translateY(-50%);
  border-radius: 100%;
  box-sizing: border-box;
  border: solid 1px #444;
  cursor: pointer;
  z-index: 2;
  width: 30px;
}
@media screen and (max-width: 1200px) {
  .common-settings#Goods .inner-section .goods--items__photos--slider > nav .swiper-button-prev, .common-settings#Goods .inner-section .goods--items__photos--slider > nav .swiper-button-next {
    width: calc(30 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Goods .inner-section .goods--items__photos--slider > nav .swiper-button-prev, .common-settings#Goods .inner-section .goods--items__photos--slider > nav .swiper-button-next {
    width: calc(30 / 402 * 100vw);
  }
}
.common-settings#Goods .inner-section .goods--items__photos--slider > nav .swiper-button-prev svg, .common-settings#Goods .inner-section .goods--items__photos--slider > nav .swiper-button-next svg {
  display: none;
}
.common-settings#Goods .inner-section .goods--items__photos--slider > nav .swiper-button-prev {
  left: 11.9402985075%;
  background-image: url("../images/_common/btn/btn_prev.svg");
  animation: prevBtnDefaultEffect 1.5s infinite ease-in-out;
}
.common-settings#Goods .inner-section .goods--items__photos--slider > nav .swiper-button-next {
  right: 11.9402985075%;
  background-image: url("../images/_common/btn/btn_next.svg");
  animation: nextBtnDefaultEffect 1.5s infinite ease-in-out;
}
.common-settings#Goods .inner-section .goods--nav {
  margin-top: 36px;
}
@media screen and (max-width: 1200px) {
  .common-settings#Goods .inner-section .goods--nav {
    margin-top: calc(36 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Goods .inner-section .goods--nav {
    margin-top: calc(36 / 402 * 100vw);
  }
}
.common-settings#Movie {
  position: relative;
  background: url("../images/_common/bg/webp/bg_movie.webp") center top no-repeat;
  background-size: cover;
  z-index: 3;
  padding-top: 60px;
}
@media screen and (max-width: 1200px) {
  .common-settings#Movie {
    padding-top: calc(60 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Movie {
    padding-top: calc(60 / 402 * 100vw);
  }
}
.common-settings#Movie {
  padding-bottom: 72px;
}
@media screen and (max-width: 1200px) {
  .common-settings#Movie {
    padding-bottom: calc(72 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Movie {
    padding-bottom: calc(72 / 402 * 100vw);
  }
}
.common-settings#Movie.is__scrolled .md-decoimg__ribbon--container > picture img {
  opacity: 1;
  transform: translateY(0);
  transition-duration: 2.4s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.common-settings#Movie.is__scrolled .inner-section {
  opacity: 1;
  transition-duration: 1.2s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.common-settings#Movie .md-decoimg__ribbon--container > picture {
  top: 0;
  left: 0;
  width: 100%;
  transform: translateY(-35%) rotate(0deg);
}
.common-settings#Movie .md-decoimg__ribbon--container > picture img {
  display: block;
  opacity: 0;
  transform: translateY(20%);
  aspect-ratio: 1206/1090;
}
.common-settings#Movie .inner-section {
  position: relative;
  z-index: 2;
  opacity: 0;
}
.common-settings#Movie .inner-section .movie--header {
  margin-bottom: 24px;
}
@media screen and (max-width: 1200px) {
  .common-settings#Movie .inner-section .movie--header {
    margin-bottom: calc(24 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Movie .inner-section .movie--header {
    margin-bottom: calc(24 / 402 * 100vw);
  }
}
.common-settings#Movie .inner-section .movie--header__ttl {
  margin-inline: auto;
  width: 91.0447761194%;
  height: auto;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: var(--white);
  aspect-ratio: 366/58;
  background: url("../images/_common/deco/plate_navy.svg") center center no-repeat;
  background-size: 100% auto;
  margin-bottom: 24px;
}
@media screen and (max-width: 1200px) {
  .common-settings#Movie .inner-section .movie--header__ttl {
    margin-bottom: calc(24 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Movie .inner-section .movie--header__ttl {
    margin-bottom: calc(24 / 402 * 100vw);
  }
}
.common-settings#Movie .inner-section .movie--header__ttl {
  font-size: 4.8rem;
}
@media screen and (max-width: 768px) {
  .common-settings#Movie .inner-section .movie--header__ttl {
    font-size: calc(42 / 402 * 100vw);
  }
}
.common-settings#Movie .inner-section .movie--header__ttl em {
  display: block;
  line-height: 1;
  padding-bottom: 0.15em;
}
.common-settings#Movie .inner-section .movie--header__catch {
  font-weight: 600;
  text-align: center;
  line-height: 1;
  margin-bottom: 18px;
}
@media screen and (max-width: 1200px) {
  .common-settings#Movie .inner-section .movie--header__catch {
    margin-bottom: calc(18 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Movie .inner-section .movie--header__catch {
    margin-bottom: calc(18 / 402 * 100vw);
  }
}
.common-settings#Movie .inner-section .movie--header__catch {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .common-settings#Movie .inner-section .movie--header__catch {
    font-size: calc(18 / 402 * 100vw);
  }
}
.common-settings#Movie .inner-section .movie--header__catch span {
  background: linear-gradient(transparent 70%, rgba(255, 255, 255, 0.4) 70%);
}
.common-settings#Movie .inner-section .movie--lineup {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px 14px;
}
@media screen and (max-width: 1200px) {
  .common-settings#Movie .inner-section .movie--lineup {
    gap: calc(14 / 1200 * 100vw) calc(14 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Movie .inner-section .movie--lineup {
    gap: calc(14 / 402 * 100vw) calc(14 / 402 * 100vw);
  }
}
.common-settings#Movie .inner-section .movie--lineup__block {
  opacity: 0;
  transform: translateY(20%) rotate(3deg);
  width: 42.2885572139%;
}
.common-settings#Movie .inner-section .movie--lineup__block.is__scrolled {
  opacity: 1;
  transform: translateY(0);
  transition-duration: 0.6s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.common-settings#Movie .inner-section .movie--lineup__block--container .thumb {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  overflow: hidden;
  border: solid 1px var(--white);
  box-sizing: border-box;
}
.common-settings#Movie .inner-section .movie--lineup__block--container .thumb picture {
  display: block;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  overflow: hidden;
  box-sizing: border-box;
}
.common-settings#Movie .inner-section .movie--lineup__block--container .thumb picture img {
  height: auto;
  aspect-ratio: 170/212;
  pointer-events: none;
}
.common-settings#Movie .inner-section .movie--lineup__block--container .name {
  line-height: 1;
  background-color: var(--white);
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  padding-top: 15px;
}
@media screen and (max-width: 1200px) {
  .common-settings#Movie .inner-section .movie--lineup__block--container .name {
    padding-top: calc(15 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Movie .inner-section .movie--lineup__block--container .name {
    padding-top: calc(12 / 402 * 100vw);
  }
}
.common-settings#Movie .inner-section .movie--lineup__block--container .name {
  padding-bottom: 12px;
}
@media screen and (max-width: 1200px) {
  .common-settings#Movie .inner-section .movie--lineup__block--container .name {
    padding-bottom: calc(12 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Movie .inner-section .movie--lineup__block--container .name {
    padding-bottom: calc(12 / 402 * 100vw);
  }
}
.common-settings#Movie .inner-section .movie--lineup__block--container .name > h6 {
  text-align: center;
  letter-spacing: -0.05em;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .common-settings#Movie .inner-section .movie--lineup__block--container .name > h6 {
    font-size: calc(18 / 402 * 100vw);
  }
}
.common-settings#Movie .inner-section .movie--lineup__block--container .name > nav {
  margin-top: 15px;
}
@media screen and (max-width: 1200px) {
  .common-settings#Movie .inner-section .movie--lineup__block--container .name > nav {
    margin-top: calc(15 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Movie .inner-section .movie--lineup__block--container .name > nav {
    margin-top: calc(12 / 402 * 100vw);
  }
}
.common-settings#Movie .inner-section .movie--lineup__block--container .name > nav > a {
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  background-color: var(--navy);
  border-style: none;
  border-radius: 150px;
  line-height: 1;
  width: 75.2941176471%;
  height: auto;
  aspect-ratio: 128/30;
  gap: 0px 4px;
}
@media screen and (max-width: 1200px) {
  .common-settings#Movie .inner-section .movie--lineup__block--container .name > nav > a {
    gap: calc(0 / 1200 * 100vw) calc(4 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Movie .inner-section .movie--lineup__block--container .name > nav > a {
    gap: calc(0 / 402 * 100vw) calc(4 / 402 * 100vw);
  }
}
.common-settings#Movie .inner-section .movie--lineup__block--container .name > nav > a {
  font-size: 1.1rem;
}
@media screen and (max-width: 768px) {
  .common-settings#Movie .inner-section .movie--lineup__block--container .name > nav > a {
    font-size: calc(11 / 402 * 100vw);
  }
}
.common-settings#Movie .inner-section .movie--lineup__block--container .name > nav > a .playicon {
  width: 10.9375%;
  height: auto;
  aspect-ratio: 1/1;
}
.common-settings#Movie .inner-section .movie--lineup__block--container .name > nav > a .playicon svg {
  vertical-align: bottom;
}
.common-settings#Movie .inner-section .movie--lineup__block--container .name > nav > a .txt {
  padding-top: 0.05em;
  color: var(--blue-silver);
  font-weight: 600;
}
.common-settings#Voice {
  position: relative;
  opacity: 0;
  background: url("../images/_common/bg/webp/bg_voice.webp") center top no-repeat;
  background-size: cover;
  z-index: 2;
  padding-top: 60px;
}
@media screen and (max-width: 1200px) {
  .common-settings#Voice {
    padding-top: calc(60 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Voice {
    padding-top: calc(60 / 402 * 100vw);
  }
}
.common-settings#Voice {
  padding-bottom: 72px;
}
@media screen and (max-width: 1200px) {
  .common-settings#Voice {
    padding-bottom: calc(72 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Voice {
    padding-bottom: calc(72 / 402 * 100vw);
  }
}
.common-settings#Voice.is__scrolled {
  opacity: 1;
  transition-duration: 1.2s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.common-settings#Voice.is__scrolled .md-decoimg__ribbon--container > picture {
  opacity: 1;
  transform: translateY(0);
  filter: blur(1px);
  transition-duration: 1.8s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.common-settings#Voice.is__scrolled .md-decoimg__ribbon--container > picture:nth-child(1), .common-settings#Voice.is__scrolled .md-decoimg__ribbon--container > picture:nth-child(4) {
  transition-delay: 0.3s;
}
.common-settings#Voice.is__scrolled .md-decoimg__ribbon--container > picture:nth-child(2), .common-settings#Voice.is__scrolled .md-decoimg__ribbon--container > picture:nth-child(3) {
  transition-delay: 0.6s;
}
.common-settings#Voice .md-decoimg__ribbon--container > picture {
  opacity: 0;
  transform: translateY(40%);
  filter: blur(0);
  will-change: filter, transform, opacity;
}
.common-settings#Voice .md-decoimg__ribbon--container > picture:nth-child(1) {
  top: 0;
  left: 0;
  width: 23.1343283582%;
  transform: translateY(-50%);
}
.common-settings#Voice .md-decoimg__ribbon--container > picture:nth-child(1) img {
  aspect-ratio: 279/480;
}
.common-settings#Voice .md-decoimg__ribbon--container > picture:nth-child(2) {
  right: 0;
  width: 51.4925373134%;
}
@media print, screen and (min-width: 769px) {
  .common-settings#Voice .md-decoimg__ribbon--container > picture:nth-child(2) {
    top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Voice .md-decoimg__ribbon--container > picture:nth-child(2) {
    top: calc(85 / 402 * 100vw);
  }
}
.common-settings#Voice .md-decoimg__ribbon--container > picture:nth-child(2) img {
  aspect-ratio: 622/995;
}
.common-settings#Voice .md-decoimg__ribbon--container > picture:nth-child(3) {
  left: 0;
  width: 26.1194029851%;
}
@media print, screen and (min-width: 769px) {
  .common-settings#Voice .md-decoimg__ribbon--container > picture:nth-child(3) {
    top: 592px;
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Voice .md-decoimg__ribbon--container > picture:nth-child(3) {
    top: calc(522 / 402 * 100vw);
  }
}
.common-settings#Voice .md-decoimg__ribbon--container > picture:nth-child(3) img {
  aspect-ratio: 315/514;
}
.common-settings#Voice .md-decoimg__ribbon--container > picture:nth-child(4) {
  right: 0;
  width: 23.1343283582%;
}
@media print, screen and (min-width: 769px) {
  .common-settings#Voice .md-decoimg__ribbon--container > picture:nth-child(4) {
    top: 652px;
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Voice .md-decoimg__ribbon--container > picture:nth-child(4) {
    top: calc(622 / 402 * 100vw);
  }
}
.common-settings#Voice .md-decoimg__ribbon--container > picture:nth-child(4) img {
  aspect-ratio: 279/330;
}
.common-settings#Voice .inner-section {
  position: relative;
  z-index: 2;
}
.common-settings#Voice .inner-section .voice--header {
  margin-bottom: 24px;
}
@media screen and (max-width: 1200px) {
  .common-settings#Voice .inner-section .voice--header {
    margin-bottom: calc(24 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Voice .inner-section .voice--header {
    margin-bottom: calc(24 / 402 * 100vw);
  }
}
.common-settings#Voice .inner-section .voice--header .md-ttl__section {
  margin-top: 15px;
}
@media screen and (max-width: 1200px) {
  .common-settings#Voice .inner-section .voice--header .md-ttl__section {
    margin-top: calc(15 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Voice .inner-section .voice--header .md-ttl__section {
    margin-top: calc(15 / 402 * 100vw);
  }
}
.common-settings#Voice .inner-section .voice--header .md-header__message {
  margin-top: 20px;
}
@media screen and (max-width: 1200px) {
  .common-settings#Voice .inner-section .voice--header .md-header__message {
    margin-top: calc(20 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Voice .inner-section .voice--header .md-header__message {
    margin-top: calc(20 / 402 * 100vw);
  }
}
.common-settings#Voice .inner-section .voice--header .md-header__message {
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  .common-settings#Voice .inner-section .voice--header .md-header__message {
    margin-bottom: calc(20 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Voice .inner-section .voice--header .md-header__message {
    margin-bottom: calc(20 / 402 * 100vw);
  }
}
.common-settings#Voice .inner-section .voice--adimg picture {
  display: block;
}
.common-settings#Voice .inner-section .voice--adimg picture img {
  aspect-ratio: 16/9;
}
.common-settings#Voice .inner-section .voice--sample {
  padding-top: 54px;
}
@media screen and (max-width: 1200px) {
  .common-settings#Voice .inner-section .voice--sample {
    padding-top: calc(54 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Voice .inner-section .voice--sample {
    padding-top: calc(54 / 402 * 100vw);
  }
}
.common-settings#Voice .inner-section .voice--sample.is__scrolled .voice--sample__ttl > h5 {
  opacity: 1;
  transform: scale(1);
  filter: blur(0);
  transition-duration: 0.8s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.common-settings#Voice .inner-section .voice--sample.is__scrolled .voice--sample__lineup > li {
  opacity: 1;
  transform: translateY(0);
  transition-duration: 0.4s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.common-settings#Voice .inner-section .voice--sample.is__scrolled .voice--sample__lineup > li:nth-child(1) {
  transition-delay: 0.1s;
}
.common-settings#Voice .inner-section .voice--sample.is__scrolled .voice--sample__lineup > li:nth-child(2) {
  transition-delay: 0.2s;
}
.common-settings#Voice .inner-section .voice--sample.is__scrolled .voice--sample__lineup > li:nth-child(3) {
  transition-delay: 0.3s;
}
.common-settings#Voice .inner-section .voice--sample.is__scrolled .voice--sample__lineup > li:nth-child(4) {
  transition-delay: 0.4s;
}
.common-settings#Voice .inner-section .voice--sample.is__scrolled .voice--sample__lineup > li:nth-child(5) {
  transition-delay: 0.5s;
}
.common-settings#Voice .inner-section .voice--sample.is__scrolled .voice--sample__lineup > li:nth-child(6) {
  transition-delay: 0.6s;
}
.common-settings#Voice .inner-section .voice--sample.is__scrolled .voice--sample__lineup > li:nth-child(7) {
  transition-delay: 0.7s;
}
.common-settings#Voice .inner-section .voice--sample.is__scrolled .voice--sample__lineup > li:nth-child(8) {
  transition-delay: 0.8s;
}
.common-settings#Voice .inner-section .voice--sample.is__scrolled .voice--sample__lineup > li:nth-child(9) {
  transition-delay: 0.9s;
}
.common-settings#Voice .inner-section .voice--sample.is__scrolled .voice--sample__lineup > li:nth-child(10) {
  transition-delay: 1s;
}
.common-settings#Voice .inner-section .voice--sample__ttl {
  margin-bottom: 24px;
}
@media screen and (max-width: 1200px) {
  .common-settings#Voice .inner-section .voice--sample__ttl {
    margin-bottom: calc(24 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Voice .inner-section .voice--sample__ttl {
    margin-bottom: calc(24 / 402 * 100vw);
  }
}
.common-settings#Voice .inner-section .voice--sample__ttl > h5 {
  opacity: 0;
  transform: scale(1.08);
  filter: blur(10px);
  line-height: 1;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.1em;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .common-settings#Voice .inner-section .voice--sample__ttl > h5 {
    font-size: calc(18 / 402 * 100vw);
  }
}
.common-settings#Voice .inner-section .voice--sample__ttl > h5 {
  gap: 0px 6px;
}
@media screen and (max-width: 1200px) {
  .common-settings#Voice .inner-section .voice--sample__ttl > h5 {
    gap: calc(0 / 1200 * 100vw) calc(6 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Voice .inner-section .voice--sample__ttl > h5 {
    gap: calc(0 / 402 * 100vw) calc(6 / 402 * 100vw);
  }
}
.common-settings#Voice .inner-section .voice--sample__ttl > h5:before, .common-settings#Voice .inner-section .voice--sample__ttl > h5:after {
  content: "";
  display: block;
  height: auto;
  aspect-ratio: 1/1;
  background: url("../images/_common/icon/icon_snow_navy.svg") center center no-repeat;
  background-size: 100% auto;
  transform: translateY(10%);
  width: 20px;
}
@media screen and (max-width: 1200px) {
  .common-settings#Voice .inner-section .voice--sample__ttl > h5:before, .common-settings#Voice .inner-section .voice--sample__ttl > h5:after {
    width: calc(20 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Voice .inner-section .voice--sample__ttl > h5:before, .common-settings#Voice .inner-section .voice--sample__ttl > h5:after {
    width: calc(20 / 402 * 100vw);
  }
}
.common-settings#Voice .inner-section .voice--sample__lineup > li {
  opacity: 0;
  transform: translateY(20%);
  cursor: pointer;
}
.common-settings#Voice .inner-section .voice--sample__lineup > li[data-status=playing] {
  background-color: var(--navy);
}
.common-settings#Voice .inner-section .voice--sample__lineup > li[data-status=playing] .l .name > h6 em, .common-settings#Voice .inner-section .voice--sample__lineup > li[data-status=playing] .l .name > h6 small {
  color: var(--blue-silver);
}
.common-settings#Voice .inner-section .voice--sample__lineup > li[data-status=playing] .l .name > h6 em .playing {
  opacity: 1;
}
.common-settings#Voice .inner-section .voice--sample__lineup > li[data-status=playing] .l .name > h6 em .playing svg path {
  animation: playingIconAnime 1s linear infinite;
}
.common-settings#Voice .inner-section .voice--sample__lineup > li[data-status=playing] .l .name > h6 em .playing svg path.m {
  animation-delay: 0.15s;
}
.common-settings#Voice .inner-section .voice--sample__lineup > li[data-status=playing] .l .name > h6 em .playing svg path.l {
  animation-delay: 0.3s;
}
.common-settings#Voice .inner-section .voice--sample__lineup > li[data-status=playing] .l .nav button .playicon:before {
  opacity: 1;
}
.common-settings#Voice .inner-section .voice--sample__lineup > li[data-status=playing] .l .nav button .playicon svg {
  opacity: 0;
}
.common-settings#Voice .inner-section .voice--sample__lineup > li .l {
  margin-inline: auto;
  position: relative;
  width: 88.0597014925%;
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 8px;
}
@media screen and (max-width: 1200px) {
  .common-settings#Voice .inner-section .voice--sample__lineup > li .l {
    padding-bottom: calc(8 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Voice .inner-section .voice--sample__lineup > li .l {
    padding-bottom: calc(8 / 402 * 100vw);
  }
}
.common-settings#Voice .inner-section .voice--sample__lineup > li .l > .number {
  width: 6.7164179104%;
  transform: translateX(-10%);
  padding-top: 12px;
}
@media screen and (max-width: 1200px) {
  .common-settings#Voice .inner-section .voice--sample__lineup > li .l > .number {
    padding-top: calc(12 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Voice .inner-section .voice--sample__lineup > li .l > .number {
    padding-top: calc(8 / 402 * 100vw);
  }
}
.common-settings#Voice .inner-section .voice--sample__lineup > li .l > .number > span {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  border-radius: 150px;
  color: var(--white);
  width: 74.0740740741%;
  height: auto;
  aspect-ratio: 18/14;
  background-color: var(--orange);
  line-height: 1;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .common-settings#Voice .inner-section .voice--sample__lineup > li .l > .number > span {
    font-size: calc(11 / 402 * 100vw);
  }
}
.common-settings#Voice .inner-section .voice--sample__lineup > li .l > .thumb {
  width: 23.8636363636%;
}
.common-settings#Voice .inner-section .voice--sample__lineup > li .l > .thumb picture {
  display: block;
}
.common-settings#Voice .inner-section .voice--sample__lineup > li .l > .thumb picture img {
  aspect-ratio: 84/60;
  pointer-events: none;
}
.common-settings#Voice .inner-section .voice--sample__lineup > li .l > .name {
  padding-top: 0.8em;
  padding-left: 5.1136363636%;
  padding-right: 5.1136363636%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 60.5113636364%;
  box-sizing: border-box;
}
.common-settings#Voice .inner-section .voice--sample__lineup > li .l > .name > h6 {
  line-height: 1;
}
.common-settings#Voice .inner-section .voice--sample__lineup > li .l > .name > h6 em {
  display: flex;
  flex-wrap: nowrap;
  letter-spacing: -0.04em;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .common-settings#Voice .inner-section .voice--sample__lineup > li .l > .name > h6 em {
    font-size: calc(18 / 402 * 100vw);
  }
}
.common-settings#Voice .inner-section .voice--sample__lineup > li .l > .name > h6 em {
  gap: 0px 2px;
}
@media screen and (max-width: 1200px) {
  .common-settings#Voice .inner-section .voice--sample__lineup > li .l > .name > h6 em {
    gap: calc(0 / 1200 * 100vw) calc(2 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Voice .inner-section .voice--sample__lineup > li .l > .name > h6 em {
    gap: calc(0 / 402 * 100vw) calc(2 / 402 * 100vw);
  }
}
.common-settings#Voice .inner-section .voice--sample__lineup > li .l > .name > h6 em .playing {
  opacity: 0;
  width: 18px;
}
@media screen and (max-width: 1200px) {
  .common-settings#Voice .inner-section .voice--sample__lineup > li .l > .name > h6 em .playing {
    width: calc(18 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Voice .inner-section .voice--sample__lineup > li .l > .name > h6 em .playing {
    width: calc(18 / 402 * 100vw);
  }
}
.common-settings#Voice .inner-section .voice--sample__lineup > li .l > .name > h6 em .playing svg path {
  fill: var(--blue-silver);
}
.common-settings#Voice .inner-section .voice--sample__lineup > li .l > .name > h6 small {
  display: block;
  margin-top: 0.8em;
  letter-spacing: 0.04em;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .common-settings#Voice .inner-section .voice--sample__lineup > li .l > .name > h6 small {
    font-size: calc(10 / 402 * 100vw);
  }
}
.common-settings#Voice .inner-section .voice--sample__lineup > li .l .nav {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 8.5227272727%;
}
.common-settings#Voice .inner-section .voice--sample__lineup > li .l .nav > button {
  margin: 0;
  padding: 0;
  background: none;
  border-style: none;
  display: block;
  cursor: pointer;
}
@media print, screen and (min-width: 769px) {
  .common-settings#Voice .inner-section .voice--sample__lineup > li .l .nav > button {
    transform: translateY(6px);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Voice .inner-section .voice--sample__lineup > li .l .nav > button {
    transform: translateY(15%);
  }
}
.common-settings#Voice .inner-section .voice--sample__lineup > li .l .nav > button .playicon {
  position: relative;
  display: block;
}
.common-settings#Voice .inner-section .voice--sample__lineup > li .l .nav > button .playicon:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  display: block;
  background: url("../images/_common/icon/icon_stop.svg") center center no-repeat;
  background-size: 100% auto;
  aspect-ratio: 1/1;
  opacity: 0;
  transition-duration: 0.4s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.common-settings#Voice .inner-section .voice--sample__lineup > li .l .nav > button .playicon svg {
  vertical-align: bottom;
  transition-duration: 0.4s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.common-settings#Voice .inner-section .voice--nav {
  margin-top: 24px;
}
@media screen and (max-width: 1200px) {
  .common-settings#Voice .inner-section .voice--nav {
    margin-top: calc(24 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Voice .inner-section .voice--nav {
    margin-top: calc(24 / 402 * 100vw);
  }
}
.l-giftresult {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: var(--white);
  opacity: 0;
  pointer-events: none;
}
@media print, screen and (min-width: 769px) {
  .l-giftresult {
    width: 100%;
    max-width: 480px;
    margin-inline: auto;
  }
}
@media print, screen and (min-width: 769px) {
  .l-giftresult {
    left: 50%;
    transform: translate(-50%, 0);
  }
}
@media screen and (max-width: 768px) {
  .l-giftresult {
    left: 0;
  }
}
.l-giftresult[data-status=show] {
  opacity: 1;
  pointer-events: auto;
  overflow-y: auto;
  transition-duration: 1s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.l-giftresult[data-status=show] .l-giftresult__container .giftresult {
  opacity: 1;
  transform: translate(0, 0) rotate(0deg);
  filter: blur(0) drop-shadow(6px 6px 8px rgba(0, 0, 0, 0.2));
  transition-duration: 1.2s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.l-giftresult.is__effect .l-giftresult__container .giftresult--inner .md-header__winterdeco {
  opacity: 1;
  transition-duration: 0.4s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.l-giftresult.is__effect .l-giftresult__container .giftresult--inner section > p picture {
  opacity: 1;
  transform: scaleX(1);
  transition-duration: 0.8s;
  transition-delay: 0.6s;
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.l-giftresult.is__effect .l-giftresult__container .giftresult--inner section > h5 .jalabel {
  opacity: 1;
  letter-spacing: -0.04em;
  transition-duration: 1.2s;
  transition-delay: 1.2s;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.l-giftresult.is__effect .l-giftresult__container .giftresult--inner section > h5 .enlabel {
  opacity: 1;
  transform: translateY(0);
  transition-duration: 1s;
  transition-delay: 1.4s;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.l-giftresult.is__effect .l-giftresult__container .giftresult--inner section > .movie {
  opacity: 1;
  transform: scale(1);
  filter: blur(0);
  transition-duration: 1.2s;
  transition-delay: 1.2s;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.l-giftresult.is__effect .l-giftresult__container .giftresult--inner > footer, .l-giftresult.is__effect .l-giftresult__container .giftresult--inner > nav, .l-giftresult.is__effect .l-giftresult__container .giftresult--inner > aside {
  opacity: 1;
  pointer-events: auto;
  transition-duration: 0.8s;
  transition-delay: 2s;
  transition-timing-function: unset;
}
.l-giftresult__container {
  padding-top: 30px;
}
@media screen and (max-width: 1200px) {
  .l-giftresult__container {
    padding-top: calc(30 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .l-giftresult__container {
    padding-top: calc(30 / 402 * 100vw);
  }
}
.l-giftresult__container {
  padding-bottom: 42px;
}
@media screen and (max-width: 1200px) {
  .l-giftresult__container {
    padding-bottom: calc(42 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .l-giftresult__container {
    padding-bottom: calc(42 / 402 * 100vw);
  }
}
.l-giftresult__container[data-status=hidden] .giftresult {
  opacity: 0;
  transform: translate(0, 5%);
  transition-duration: 0.5s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.l-giftresult__container[data-status=hidden] .giftresult--inner .md-header__winterdeco {
  opacity: 0;
}
.l-giftresult__container[data-status=hidden] .giftresult--inner .loadingicon {
  opacity: 1;
}
.l-giftresult__container .giftresult {
  margin-inline: auto;
  width: 88.0597014925%;
  background: url("../images/_common/bg/webp/bg_tile.webp") center top no-repeat;
  background-size: cover;
  border: solid 1px var(--navy);
  border-radius: 15px;
  overflow: hidden;
  opacity: 0;
  transform: translate(0, 20%) rotate(-3deg);
  will-change: filter;
  filter: blur(10px) drop-shadow(6px 6px 8px rgba(0, 0, 0, 0));
  will-change: filter;
  filter: drop-shadow(6px 6px 8px rgba(0, 0, 0, 0.2));
  margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  .l-giftresult__container .giftresult {
    margin-bottom: calc(30 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .l-giftresult__container .giftresult {
    margin-bottom: calc(30 / 402 * 100vw);
  }
}
.l-giftresult__container .giftresult {
  padding-top: 42px;
}
@media screen and (max-width: 1200px) {
  .l-giftresult__container .giftresult {
    padding-top: calc(42 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .l-giftresult__container .giftresult {
    padding-top: calc(42 / 402 * 100vw);
  }
}
.l-giftresult__container .giftresult {
  padding-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  .l-giftresult__container .giftresult {
    padding-bottom: calc(30 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .l-giftresult__container .giftresult {
    padding-bottom: calc(30 / 402 * 100vw);
  }
}
.l-giftresult__container .giftresult--inner {
  position: relative;
}
.l-giftresult__container .giftresult--inner .loadingicon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  opacity: 0;
  pointer-events: none;
  display: block;
  width: 42px;
}
@media screen and (max-width: 1200px) {
  .l-giftresult__container .giftresult--inner .loadingicon {
    width: calc(42 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .l-giftresult__container .giftresult--inner .loadingicon {
    width: calc(42 / 402 * 100vw);
  }
}
.l-giftresult__container .giftresult--inner .loadingicon {
  transition-duration: 0.4s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.l-giftresult__container .giftresult--inner > section {
  padding-top: 15px;
}
@media screen and (max-width: 1200px) {
  .l-giftresult__container .giftresult--inner > section {
    padding-top: calc(15 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .l-giftresult__container .giftresult--inner > section {
    padding-top: calc(15 / 402 * 100vw);
  }
}
.l-giftresult__container .giftresult--inner > section > p {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 0px 6px;
}
@media screen and (max-width: 1200px) {
  .l-giftresult__container .giftresult--inner > section > p {
    gap: calc(0 / 1200 * 100vw) calc(6 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .l-giftresult__container .giftresult--inner > section > p {
    gap: calc(0 / 402 * 100vw) calc(6 / 402 * 100vw);
  }
}
.l-giftresult__container .giftresult--inner > section > p:before, .l-giftresult__container .giftresult--inner > section > p:after {
  content: "";
  display: block;
  height: auto;
  aspect-ratio: 19/23;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  width: 19px;
}
@media screen and (max-width: 1200px) {
  .l-giftresult__container .giftresult--inner > section > p:before, .l-giftresult__container .giftresult--inner > section > p:after {
    width: calc(19 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .l-giftresult__container .giftresult--inner > section > p:before, .l-giftresult__container .giftresult--inner > section > p:after {
    width: calc(19 / 402 * 100vw);
  }
}
.l-giftresult__container .giftresult--inner > section > p:before {
  background-image: url("../images/_common/icon/icon_kira_left.svg");
}
.l-giftresult__container .giftresult--inner > section > p:after {
  background-image: url("../images/_common/icon/icon_kira_right.svg");
}
.l-giftresult__container .giftresult--inner > section > p > picture {
  display: block;
  opacity: 0;
  transform: scaleX(1.5);
  transform-origin: center center;
  width: 62.1468926554%;
}
.l-giftresult__container .giftresult--inner > section > p > picture img {
  display: block;
  aspect-ratio: 184/11;
}
.l-giftresult__container .giftresult--inner > section > h5 {
  margin-bottom: 15px;
}
@media screen and (max-width: 1200px) {
  .l-giftresult__container .giftresult--inner > section > h5 {
    margin-bottom: calc(15 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .l-giftresult__container .giftresult--inner > section > h5 {
    margin-bottom: calc(15 / 402 * 100vw);
  }
}
.l-giftresult__container .giftresult--inner > section > h5 {
  padding-top: 12px;
}
@media screen and (max-width: 1200px) {
  .l-giftresult__container .giftresult--inner > section > h5 {
    padding-top: calc(12 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .l-giftresult__container .giftresult--inner > section > h5 {
    padding-top: calc(12 / 402 * 100vw);
  }
}
.l-giftresult__container .giftresult--inner > section > h5 > * {
  display: block;
  line-height: 1;
  text-align: center;
}
.l-giftresult__container .giftresult--inner > section > h5 > .jalabel {
  text-wrap: nowrap;
  text-align: center;
  opacity: 0;
  letter-spacing: 0.2em;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .l-giftresult__container .giftresult--inner > section > h5 > .jalabel {
    font-size: calc(24 / 402 * 100vw);
  }
}
.l-giftresult__container .giftresult--inner > section > h5 > .enlabel {
  opacity: 0;
  margin-top: 0.35em;
  letter-spacing: 0.05em;
  transform: translateY(20%);
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .l-giftresult__container .giftresult--inner > section > h5 > .enlabel {
    font-size: calc(12 / 402 * 100vw);
  }
}
.l-giftresult__container .giftresult--inner > section .movie {
  margin-inline: auto;
  width: 88.9830508475%;
  opacity: 0;
  transform: scale(1.08);
  transform-origin: center center;
  filter: blur(20px);
  will-change: filter, transform, opacity;
}
.l-giftresult__container .giftresult--inner > section .movie--player video {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: contain;
     object-fit: contain;
  vertical-align: bottom;
}
.l-giftresult__container .giftresult--inner > footer, .l-giftresult__container .giftresult--inner > nav, .l-giftresult__container .giftresult--inner > aside {
  opacity: 0;
  pointer-events: none;
}
.l-giftresult__container .giftresult--inner > footer {
  margin-top: 30px;
}
@media screen and (max-width: 1200px) {
  .l-giftresult__container .giftresult--inner > footer {
    margin-top: calc(30 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .l-giftresult__container .giftresult--inner > footer {
    margin-top: calc(30 / 402 * 100vw);
  }
}
.l-giftresult__container .giftresult--inner > nav {
  margin-top: 24px;
}
@media screen and (max-width: 1200px) {
  .l-giftresult__container .giftresult--inner > nav {
    margin-top: calc(24 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .l-giftresult__container .giftresult--inner > nav {
    margin-top: calc(24 / 402 * 100vw);
  }
}
.l-giftresult__container .giftresult--inner > nav .md-btn__links {
  width: 88.9830508475%;
}
.l-giftresult__container .giftresult--inner > aside {
  margin-top: 12px;
}
@media screen and (max-width: 1200px) {
  .l-giftresult__container .giftresult--inner > aside {
    margin-top: calc(12 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .l-giftresult__container .giftresult--inner > aside {
    margin-top: calc(12 / 402 * 100vw);
  }
}
.l-giftresult__container .giftresult--inner > aside > nav {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 88.9830508475%;
  margin-inline: auto;
}
.l-giftresult__container .giftresult--inner > aside > nav > button {
  gap: 0px 3px;
}
@media screen and (max-width: 1200px) {
  .l-giftresult__container .giftresult--inner > aside > nav > button {
    gap: calc(0 / 1200 * 100vw) calc(3 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .l-giftresult__container .giftresult--inner > aside > nav > button {
    gap: calc(0 / 402 * 100vw) calc(3 / 402 * 100vw);
  }
}
.l-giftresult__container .giftresult--inner > aside > nav > a, .l-giftresult__container .giftresult--inner > aside > nav > button {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  width: 48.8888888889%;
  height: auto;
  border-radius: 150px;
  background-color: var(--orange);
  color: var(--white);
  font-weight: 700;
  aspect-ratio: 154/42;
  box-sizing: border-box;
  line-height: 1;
  border: solid 1px var(--white);
  cursor: pointer;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .l-giftresult__container .giftresult--inner > aside > nav > a, .l-giftresult__container .giftresult--inner > aside > nav > button {
    font-size: calc(12 / 402 * 100vw);
  }
}
.l-giftresult__container .giftresult--inner > aside > nav > a .snsicon, .l-giftresult__container .giftresult--inner > aside > nav > button .snsicon {
  width: 19.4805194805%;
}
.l-giftresult__container .giftresult--inner > aside > nav > a .icon, .l-giftresult__container .giftresult--inner > aside > nav > button .icon {
  width: 15.5844155844%;
}
.l-giftresult__container .giftresult--inner > aside > nav > a .snsicon svg, .l-giftresult__container .giftresult--inner > aside > nav > a .icon svg, .l-giftresult__container .giftresult--inner > aside > nav > button .snsicon svg, .l-giftresult__container .giftresult--inner > aside > nav > button .icon svg {
  vertical-align: bottom;
}
.l-giftresult__container .giftresult--inner > aside > nav > a .snsicon svg path, .l-giftresult__container .giftresult--inner > aside > nav > a .icon svg path, .l-giftresult__container .giftresult--inner > aside > nav > button .snsicon svg path, .l-giftresult__container .giftresult--inner > aside > nav > button .icon svg path {
  fill: var(--white);
}
.l-zoom-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.l-zoom-modal[data-status=show] {
  opacity: 1;
  pointer-events: auto;
}
.l-zoom-modal[data-status=show] .l-zoom-modal__container {
  transform: scale(1);
  opacity: 1;
}
.l-zoom-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  cursor: pointer;
}
.l-zoom-modal__container {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: scale(0.95);
  opacity: 0;
  box-sizing: border-box;
  transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@media print, screen and (min-width: 769px) {
  .l-zoom-modal__container {
    padding: 60px 20px;
  }
}
@media screen and (max-width: 1200px) {
  .l-zoom-modal__container {
    padding: calc(60 / 1200 * 100vw) calc(20 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .l-zoom-modal__container {
    padding: 0;
  }
}
.l-zoom-modal__content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media print, screen and (min-width: 769px) {
  .l-zoom-modal__content {
    max-width: 90%;
    max-height: calc(100% - 80px);
    max-width: 1200px;
    max-height: calc(100% - 120px);
  }
}
.l-zoom-modal__content img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
  pointer-events: none;
}
.l-zoom-modal__close {
  margin-inline: auto;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  border-radius: 50px;
  padding: 10px 20px;
  cursor: pointer;
  font-weight: bold;
  color: var(--navy);
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  z-index: 10;
  margin-top: 24px;
}
@media screen and (max-width: 1200px) {
  .l-zoom-modal__close {
    margin-top: calc(24 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .l-zoom-modal__close {
    margin-top: calc(24 / 402 * 100vw);
  }
}
.l-zoom-modal__close {
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .l-zoom-modal__close {
    font-size: calc(12 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .l-zoom-modal__close {
    padding: 12px 24px;
  }
  .l-zoom-modal__close:hover {
    background-color: var(--navy);
    color: var(--white);
  }
}
.l-zoom-modal__close span {
  display: block;
  line-height: 1;
}