@charset "UTF-8";
@import url("https://use.typekit.net/mnb2pin.css");
* {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-style: normal;
}

body {
  /* for iOS */
  -webkit-text-size-adjust: 100%;
}

img {
  /* for Chrome */
  -webkit-backface-visibility: hidden;
}

/***********************共通設定************************/
/* ホバーで下線が左に消える */
/*----------------------------------------------------
中央寄せ
----------------------------------------------------*/
/* 上下左右中央寄せ */
/* 上下中央寄せ */
/* 左右中央寄せ */
/***************************
ボタン current以外の表示設定
****************************/
/* クリスマスの間だけ表示する */
#topMainImage #changeBg ul li.winter {
  display: none;
}

.christmasSeason #topMainImage #changeBg ul li.winter {
  display: block;
}

.christmasSeason #topMainImage #changeBg {
  /* -750 */
}
@media all and (max-width: 750px) {
  .christmasSeason #topMainImage #changeBg {
    bottom: 10px;
  }
  .christmasSeason #topMainImage #changeBg::before {
    content: "Another Scene";
  }
  .christmasSeason #topMainImage #changeBg ul li:nth-of-type(1), .christmasSeason #topMainImage #changeBg ul li:nth-of-type(2), .christmasSeason #topMainImage #changeBg ul li:nth-of-type(3) {
    opacity: 0;
    z-index: -1;
  }
  .christmasSeason #topMainImage #changeBg ul.open li {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 1;
    -webkit-transition: all 0.9s;
    transition: all 0.9s;
    z-index: 1;
  }
  .christmasSeason #topMainImage #changeBg ul.open li:nth-of-type(3) {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
  .christmasSeason #topMainImage #changeBg ul.open li:nth-of-type(2) {
    -webkit-transition-delay: 0.8s;
            transition-delay: 0.8s;
  }
  .christmasSeason #topMainImage #changeBg ul.open li:nth-of-type(1) {
    -webkit-transition-delay: 1.2s;
            transition-delay: 1.2s;
  }
}

/***************************
背景切り替えボタン
****************************/
.christmasSeason #changeBg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  right: initial;
  /* -750 */
  /* 751- */
}
@media all and (max-width: 750px) {
  .christmasSeason #changeBg {
    bottom: 50px;
  }
  .christmasSeason #changeBg ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 25px;
       -moz-column-gap: 25px;
            column-gap: 25px;
    width: 100%;
    padding: 14px 0 20px;
    margin: 0 30px;
    position: relative;
  }
  .christmasSeason #changeBg::before {
    content: "Another Scene";
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-weight: bold;
    position: absolute;
    bottom: 0px;
    right: 20px;
    letter-spacing: 0.05em;
    font-size: 10px;
    padding: 3px;
    background: white;
    display: block;
  }
  .christmasSeason #changeBg li {
    cursor: pointer;
    position: relative;
    width: 57px;
    height: 57px;
    position: relative;
    margin-bottom: initial;
  }
  .christmasSeason #changeBg li:focus {
    outline: none;
  }
  .christmasSeason #changeBg li span {
    display: none;
  }
  .christmasSeason #changeBg li::before {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .christmasSeason #changeBg li.current {
    pointer-events: initial;
  }
  .christmasSeason #changeBg li.winter::before {
    background-image: url("../images/home/mv/christmas2023/changebtn/christmas.png");
  }
  .christmasSeason #changeBg li.daytime::before {
    background-image: url("../images/home/mv/christmas2023/changebtn/daytime.png");
  }
  .christmasSeason #changeBg li.sunset::after {
    top: 0px;
  }
  .christmasSeason #changeBg li.sunset::before {
    background-image: url("../images/home/mv/christmas2023/changebtn/sunset.png");
  }
  .christmasSeason #changeBg li.night::before {
    background-image: url("../images/home/mv/christmas2023/changebtn/night.png");
  }
  .christmasSeason #changeBg li:not(.current).Opacity {
    opacity: 0;
    z-index: -1;
  }
  .christmasSeason #changeBg li:not(.current).rightAppear {
    opacity: 1;
    -webkit-transition: all 0.9s;
    transition: all 0.9s;
    z-index: 1;
  }
}
@media all and (min-width: 751px) {
  .christmasSeason #changeBg {
    padding: 20px 0px;
    bottom: 0;
    background: white;
  }
  .christmasSeason #changeBg ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  .christmasSeason #changeBg li {
    margin-bottom: 0;
    color: #101010;
  }
  .christmasSeason #changeBg li span::before {
    top: initial;
    left: 15px;
  }
  .christmasSeason #changeBg li.daytime span::before {
    content: "";
    position: absolute;
    background: url("../images/home/mv/christmas2023/icon/daytime.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    bottom: 4px;
  }
  .christmasSeason #changeBg li.sunset span::before {
    content: "";
    position: absolute;
    background: url("../images/home/mv/christmas2023/icon/sunset.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 14px;
    bottom: 6px;
  }
  .christmasSeason #changeBg li.night span::before {
    content: "";
    position: absolute;
    background: url("../images/home/mv/christmas2023/icon/nighttime.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 14px;
    bottom: 6px;
    left: 20px;
  }
  .christmasSeason #changeBg li.winter {
    /* 768- */
  }
  .christmasSeason #changeBg li.winter span::before {
    bottom: 4px;
  }
  .christmasSeason #changeBg li.winter span::before {
    content: "";
    position: absolute;
    background: url("../images/home/mv/christmas2023/icon/socks.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 18px;
    opacity: 0;
    /* -767 */
  }
}
@media all and (min-width: 751px) and (max-width: 767px) {
  .christmasSeason #changeBg li.winter span::before {
    top: 3px;
  }
}
@media all and (min-width: 751px) and (min-width: 768px) {
  .christmasSeason #changeBg li.winter:hover {
    color: #A20F17;
  }
  .christmasSeason #changeBg li.winter:hover span::before {
    opacity: 1;
  }
}
@media all and (min-width: 751px) {
  .christmasSeason #changeBg li.winter.current {
    color: #A20F17;
    pointer-events: none;
  }
  .christmasSeason #changeBg li.winter.current span::before {
    opacity: 1;
  }
}

.christmasSeason #christmas #changeBg {
  /* -750 */
  /* 751- */
}
@media all and (max-width: 750px) {
  .christmasSeason #christmas #changeBg {
    bottom: 20px;
  }
}
@media all and (min-width: 751px) {
  .christmasSeason #christmas #changeBg li.winter {
    color: #A20F17;
  }
  .christmasSeason #christmas #changeBg li.winter span::before {
    opacity: 1;
  }
}

/***************************
昼夕夜 共通 表示微調整 
****************************/
.christmasSeason #topMainImage .start {
  bottom: 50px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .christmasSeason #topMainImage .start {
    bottom: 60px;
  }
}

/***************************
昼 表示微調整 
****************************/
.christmasSeason #topMainImage .daytime {
  /* -750 */
  /* 751- */
}
@media all and (min-width: 751px) {
  .christmasSeason #topMainImage .daytime .traveller {
    bottom: 60px;
  }
  .christmasSeason #topMainImage .daytime #topMid {
    bottom: 27px;
  }
  .christmasSeason #topMainImage .daytime #topFore {
    bottom: 38px;
  }
  .christmasSeason #topMainImage .daytime #topBack {
    bottom: 28px;
  }
}

/***************************
夕方表示微調整 
****************************/
.christmasSeason #topMainImage .sunset {
  /* -750 */
  /* 751- */
}
/***************************
夜表示微調整 
****************************/
.christmasSeason #topMainImage .night {
  /* -750 */
  /* 751- */
}
@media all and (min-width: 751px) {
  .christmasSeason #topMainImage .night .ground {
    bottom: 30px;
  }
  .christmasSeason #topMainImage .night .chara {
    bottom: 80px;
  }
  .christmasSeason #topMainImage .night .catch {
    top: 28%;
  }
}

/***************************
バックグラウンド変更
****************************/
#christmas {
  position: relative;
  width: 100%;
  height: 100vh;
  /* 夜の時間だけの処理 */
}
#christmas.hide {
  display: none;
}
#christmas.fadeAnime {
  -webkit-animation-name: mvFadeIn;
          animation-name: mvFadeIn;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@-webkit-keyframes ChristmasmvFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ChristmasmvFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#christmas .busSP {
  display: none;
  /* -750 */
}
@media all and (max-width: 750px) {
  #christmas .busSP {
    display: block;
    position: absolute;
    left: 3%;
    bottom: 24%;
    z-index: 1;
    width: 40px;
  }
}
#christmas.nightTime .bg.daytime {
  display: none;
}
#christmas.nightTime .bg.nighttime img {
  /* pcだけ表示する */
}
#christmas.nightTime .bg.nighttime img.second, #christmas.nightTime .bg.nighttime img.three, #christmas.nightTime .bg.nighttime img.last, #christmas.nightTime .bg.nighttime img.light {
  /* -750 */
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media all and (max-width: 750px) {
  #christmas.nightTime .bg.nighttime img.second, #christmas.nightTime .bg.nighttime img.three, #christmas.nightTime .bg.nighttime img.last, #christmas.nightTime .bg.nighttime img.light {
    display: none;
    opacity: 0;
  }
}
#christmas.nightTime .bg.nighttime img.second.appear, #christmas.nightTime .bg.nighttime img.three.appear, #christmas.nightTime .bg.nighttime img.last.appear {
  opacity: 1;
}
#christmas.nightTime .bg.nighttime img.light.appear {
  z-index: 0;
  -webkit-animation-name: townRight;
          animation-name: townRight;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}
@-webkit-keyframes townRight {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  81% {
    opacity: 0;
  }
  82% {
    opacity: 0.5;
  }
  83% {
    opacity: 0;
  }
  84% {
    opacity: 0.5;
  }
  85% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes townRight {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  81% {
    opacity: 0;
  }
  82% {
    opacity: 0.5;
  }
  83% {
    opacity: 0;
  }
  84% {
    opacity: 0.5;
  }
  85% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#christmas .particles-js-canvas-el {
  position: relative;
  z-index: 10;
}
#christmas .bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
#christmas .bg img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
}
#christmas .bg img.noLight {
  z-index: 0;
}
#christmas .tree {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 80px;
  z-index: 10;
  width: 45%;
  /* 751- */
}
@media all and (min-width: 751px) {
  #christmas .tree {
    left: 70%;
    width: 25%;
    bottom: 80px;
  }
}
#christmas .tree .alien {
  position: absolute;
  z-index: 1;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -30px;
  width: 20%;
  /* 751- */
}
#christmas .tree .alien.action {
  -webkit-animation-name: alienmoveSP;
          animation-name: alienmoveSP;
  -webkit-animation-duration: 3.5s;
          animation-duration: 3.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
@-webkit-keyframes alienmoveSP {
  0% {
    top: -30px;
    left: 50%;
  }
  25% {
    left: calc(50% + 20px);
    -webkit-transform: translateX(-50%) rotate(-30deg);
            transform: translateX(-50%) rotate(-30deg);
  }
  50% {
    top: -75px;
  }
  75% {
    left: calc(50% - 30px);
    -webkit-transform: translateX(-50%) rotate(10deg);
            transform: translateX(-50%) rotate(10deg);
  }
  100% {
    top: -30px;
    left: 50%;
  }
}
@keyframes alienmoveSP {
  0% {
    top: -30px;
    left: 50%;
  }
  25% {
    left: calc(50% + 20px);
    -webkit-transform: translateX(-50%) rotate(-30deg);
            transform: translateX(-50%) rotate(-30deg);
  }
  50% {
    top: -75px;
  }
  75% {
    left: calc(50% - 30px);
    -webkit-transform: translateX(-50%) rotate(10deg);
            transform: translateX(-50%) rotate(10deg);
  }
  100% {
    top: -30px;
    left: 50%;
  }
}
#christmas .tree .alien.action::before {
  content: "";
  position: absolute;
  background: url("../images/home/mv/christmas2023/alien_light.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  -webkit-animation-name: alienlight;
          animation-name: alienlight;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
@-webkit-keyframes alienlight {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes alienlight {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@media all and (min-width: 751px) {
  #christmas .tree .alien {
    width: 15%;
    top: -50px;
  }
  #christmas .tree .alien.action {
    -webkit-animation-name: alienmove;
            animation-name: alienmove;
  }
  @-webkit-keyframes alienmove {
    0% {
      top: -50px;
      left: 50%;
    }
    25% {
      left: calc(50% + 20px);
      -webkit-transform: translateX(-50%) rotate(-30deg);
              transform: translateX(-50%) rotate(-30deg);
    }
    50% {
      top: -105px;
    }
    75% {
      left: calc(50% - 30px);
      -webkit-transform: translateX(-50%) rotate(10deg);
              transform: translateX(-50%) rotate(10deg);
    }
    100% {
      top: -50px;
      left: 50%;
    }
  }
  @keyframes alienmove {
    0% {
      top: -50px;
      left: 50%;
    }
    25% {
      left: calc(50% + 20px);
      -webkit-transform: translateX(-50%) rotate(-30deg);
              transform: translateX(-50%) rotate(-30deg);
    }
    50% {
      top: -105px;
    }
    75% {
      left: calc(50% - 30px);
      -webkit-transform: translateX(-50%) rotate(10deg);
              transform: translateX(-50%) rotate(10deg);
    }
    100% {
      top: -50px;
      left: 50%;
    }
  }
}
#christmas .tree .santa {
  position: absolute;
  z-index: 1;
  width: 30%;
  left: -10%;
  bottom: -5px;
  /* 751- */
}
#christmas .tree .santa.move {
  left: -5%;
  width: 45%;
}
#christmas .tree .santa.move.move2 {
  left: -20%;
}
@media all and (min-width: 751px) {
  #christmas .tree .santa {
    width: 25%;
    left: -40%;
  }
  #christmas .tree .santa.move {
    width: 40%;
  }
  #christmas .tree .santa.move.move2 {
    left: -20%;
  }
}
#christmas .tree .sled {
  position: absolute;
  left: -100%;
  bottom: -5px;
  width: 60%;
  /* 751- */
}
@media all and (min-width: 751px) {
  #christmas .tree .sled {
    left: -170%;
  }
}
#christmas .tree .reindeer {
  position: absolute;
  left: -50%;
  bottom: -5px;
  width: 50%;
  /* 751- */
}
@media all and (min-width: 751px) {
  #christmas .tree .reindeer {
    left: -80%;
    width: 40%;
  }
}
#christmas .catch_christ {
  position: absolute;
  z-index: 11;
  top: 122px;
  left: 19px;
  color: white;
  /* 751- */
}
#christmas .catch_christ .copy {
  font-size: 23px;
  letter-spacing: 0.1em;
  line-height: 1.565;
  font-family: "corporate-logo-ver2", sans-serif;
  font-weight: 700;
  font-style: normal;
  padding-bottom: 23px;
}
#christmas .catch_christ .shoulder {
  font-weight: bold;
  letter-spacing: 0.1em;
  padding-left: 30px;
}
#christmas .catch_christ .shoulder .text_wave span:first-child {
  position: relative;
}
#christmas .catch_christ .shoulder .text_wave span:first-child::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  bottom: -5px;
  left: -25px;
  margin-bottom: 0.3em;
  width: 1.5em;
  height: 1.5em;
  background: url(../images/home/mv/christmas2023/line_white.svg) no-repeat;
  background-size: 100% 100%;
}
@media all and (min-width: 751px) {
  #christmas .catch_christ {
    top: 148px;
    left: 70px;
  }
  #christmas .catch_christ .copy {
    font-size: 3.5vw;
    padding-top: 24px;
    padding-left: 28px;
    padding-right: 27px;
  }
  #christmas .catch_christ .shoulder {
    font-size: 2vw;
    padding-left: 65px;
    padding-right: 23px;
    padding-bottom: 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  #christmas .catch_christ .shoulder .text_wave span:first-child::before {
    width: 1.5em;
    height: 1.5em;
    bottom: -10px;
    left: -45px;
    background-size: 100% 100%;
  }
}
@media all and (min-width: 1100px) {
  #christmas .catch_christ {
    left: 113px;
  }
  #christmas .catch_christ .copy {
    font-size: 45px;
    letter-spacing: 0.1em;
    line-height: 1.6667;
    padding-top: 34px;
    padding-left: 38px;
    padding-right: 37px;
  }
  #christmas .catch_christ .copy span {
    white-space: nowrap;
    overflow: hidden;
    -webkit-animation: title_text 3s forwards linear;
            animation: title_text 3s forwards linear;
  }
  #christmas .catch_christ .shoulder {
    font-size: 21px;
    letter-spacing: 0.1em;
    line-height: 1.6667;
    padding-left: 95px;
    padding-right: 33px;
    padding-bottom: 30px;
  }
  #christmas .catch_christ .shoulder::before {
    bottom: 26px;
    width: 1.5em;
    height: 1.5em;
    left: 45px;
  }
}
@media all and (min-width: 1200px) {
  #christmas .catch_christ {
    left: 10%;
  }
}
@media all and (min-width: 1400px) {
  #christmas .catch_christ {
    top: 15%;
    left: calc(50% - 300px);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
#christmas .wave {
  display: block;
  opacity: 0;
}
#christmas .wave.action {
  opacity: 1;
}
#christmas .wave.action .text_wave span {
  position: relative;
  -webkit-animation-name: text_wave;
          animation-name: text_wave;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}
@-webkit-keyframes text_wave {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes text_wave {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}