@charset "UTF-8";
/* body {
  background: url(../img/christmas_pc-bg.png) repeat top;
  z-index: 0;
} */
/* 共通設定 */
/* 共通部分 */
.fade_Box {
  transition: 1s;
  opacity: 0;
}
.fade_Box.animated {
  opacity: 1;
}
.load-fade {
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
}
.load-fade.is-show {
  opacity: 1;
  visibility: visible;
}
#all_Wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
  z-index: 0;
}
.left_Box {
  display: block;
  position: absolute;
  top: 0px;
  left: 0;
  max-width: 100%;
  width: calc((100% - 476px) / 2);
  height: 100dvh;
  z-index: 1;
  background: url(../../../../../../../img/kids/christmas/25/portal/bg_left_pc.png) no-repeat center top;
  background-size: cover;
}
.left_Box>figure {}
.right_Box {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  max-width: 100%;
  height: 100dvh;
  z-index: 2;
  background-image: url(../../../../../../../img/kids/christmas/25/portal/bg_right_pc.png);
  width: calc((100% - 476px) / 2);
  background-size: cover;
}
.right_Box>.r_menu {
  display: flex;
  flex-wrap: wrap;
  /* flex-direction: column; */
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 400px;
  width: 80%;
  padding: 0;
  text-align: center;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
}
.right_Box>.r_menu li {
  width: 100%;
}
.right_Box>.r_menu li:first-child {
  margin-bottom: 20px;
}
.bg_wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  /* background: url(../../../../../../img/) no-repeat center top;
  background-size: cover; */
  /* background-color: #000; */
  z-index: -1;
}
.christmas_pc-text {
  width: 14%;
  position: absolute;
  top: 50%;
  left: 10vw;
  transform: translateY(-50%);
  z-index: 100;
}
.right_Box {
  display: block;
  position: fixed;
  right: 0;
  top: 0;
  max-width: 100%;
  width: calc((100% - 476px) / 2);
  height: 100%;
  z-index: 1;
}
.right_Box>article {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 40px;
  position: absolute;
  top: 50%;
  max-width: 350px;
  width: 100%;
  padding: 0 2vw;
  box-sizing: border-box;
  transform: translateY(-50%);
}
.right_Box>article ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 90%;
  margin: 0 auto;
}
.main {
  max-width: 476px;
  width: 100%;
  box-shadow: 2px 2px 10px rgba(36, 36, 36, 0.7);
  margin: 0 auto;
}
/* 個別設定 */
.add_main {
  position: relative;
  z-index: 5;
}
.add_main>a {
  display: block;
  position: absolute;
  bottom: 10%;
  left: 50%;
  width: 90%;
  transform: translateX(-50%);
}
.mainvisual {
  background-color: #fff;
}
.mainvisual p {
  margin-top: -45%;
}
.christmas-content {
  background-color: #fff;
  padding-top: 8%;
  position: relative;
  z-index: 10;
}
.christmas_toybnr {
  display: block;
  padding-top: 17%;
  transition: all .5s;
}
.christmas_toybnr:hover {
  opacity: 0.7;
}
[class$="-box"] {
  width: 90%;
  margin: 0 auto 0;
}
/* otoku-box */
.otoku-bnr {
  position: relative;
  padding: 9% 6.2% 8% 6.2%;
  margin-top: 10%;
  overflow: hidden;
}
.otoku-bnr::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(../../../../../../../img/kids/christmas/25/portal/christmas_otoku-bnr-off.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}
.otoku-bnr.open::before {
  background-image: url(../../../../../../../img/kids/christmas/25/portal/christmas_otoku-bnr-on.png);
}
.otoku-bnr>* {
  position: relative;
  z-index: 1;
}
.otoku-bnr .accordion img {
  margin-top: 12%;
}
.otoku-bnr .accordion img:first-child {
  margin-top: 9%;
}
.acc-btn {
  width: 90%;
  margin: 0 auto;
  display: block;
  background: none;
  border: none;
  padding: 0;
}
.acc-content {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.5s ease, opacity 0.5s ease;
}
/* open */
.accordion.open .acc-content {
  max-height: 1000px;
  opacity: 1;
}
/* gattya-box */
.gattya-box {
  background-color: #fff;
  margin-top: 15%;
  padding-bottom: 15%;
  background-image: url(../../../../../../../img/kids/christmas/25/portal/christmas_gattya-bnr01.png);
}
.gattya-box .gattya-ttl img {
  width: 98%;
}
.gattya-box .gattya-btn {
  position: relative;
  width: 88%;
  margin: 0 auto;
}
.gattya-box .gattya-btn img {
  position: absolute;
  margin: 7% 0;
  right: -3%;
}
.gattya-box h3 {
  width: 94%;
  margin: 0 auto;
}
.gattya-box h2 {
  width: 94%;
  margin: 0 auto;
  margin-top: 7%;
}
.gattya-box h3 img {
  margin-top: 32%;
}
.gattya-box .application-box {
  padding: 5% 5%;
  background-color: #ffff;
  border-radius: 20px;
}
.gattya-box .application-box .flex {
  margin-top: 5%;
}
.gattya-box .application-box {
  margin-top: 8%;
}
.application-box .app_L {
  width: 54%;
  margin-right: 6%;
}
.application-box .app_L .download,
.application-box .app_L .app_btn {
  width: 73%;
  margin: 0 auto;
}
.application-box .app_L img,
.application-box .app_R img {
  margin-bottom: 3%;
}
.application-box .app_R {
  width: 40%;
}
.application-box .app_R .iaeon_btn {
  width: 108%;
  margin-top: -12%;
  margin-left: -5%;
}
.omotya-box {
  max-width: 476px;
  width: 100%;
  margin-top: 15%;
  padding-bottom: 47%;
  background-image: url(../../../../../../../img/kids/christmas/25/portal/christmas_omotya.png);
}
.omotya-box h3 {
  width: 90%;
  margin: 0 auto;
}
.omotya-box h3 img {
  margin-top: 6%;
  margin-bottom: 7%;
}
.omotya-box p {
  margin: 10% auto 0 auto;
  width: 90%;
}
.omotya-box h2 {
  width: 75%;
  margin: 10% auto 5% auto;
}
.omotya-box .omotya-bnr {
  width: 90%;
  margin: 0 auto;
}
.check_scroll {
  margin-top: 2%;
}
.scroll_wrap {
  position: relative;
}
.scroll_gallery {
  width: 100%;
  right: 0;
  overflow-x: scroll;
  overflow-y: hidden;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.scroll_inner {
  display: flex;
  gap: 16px;
  padding: 16px;
  width: 100%
}
.scroll_item {
  flex: 0 0 auto;
  width: 290px;
  border-radius: 24px;
  overflow: hidden;
  background: #fff;
}
.scroll_item:first-child {
  margin-left: 2%;
}
.scroll_item img {
  width: 100%;
  object-fit: cover;
  display: block;
}
.fake_scrollbar {
  position: relative;
  bottom: -10px;
  left: 5%;
  width: 90%;
  height: 20px;
  background: #eee;
  border-radius: 3px;
}
.fake_thumb {
  position: absolute;
  width: 20%;
  height: 100%;
  background: red;
  border-radius: 3px;
  transition: width 0.3s;
}
/* party-box  */
.party-area {
  padding-bottom: 55%;
  background-color: #fff;
}
.part-top {
  position: relative;
}
.part-top img:nth-child(2) {
  margin-top: -45%;
  position: absolute;
}
/* .top-bk {
  position: relative;
  top: -150px;
  z-index: 10;
} */
.party-area h3 {
  text-align: center;
  margin-top: -230px;
  position: relative;
  z-index: 50;
}
.party-area h3 img {
  width: 90%;
  margin: 0 auto;
}
.party-area p {
  margin-top: 10%;
  width: 90%;
  margin: 10% auto 0 auto;
}
.party-bnr {
  width: 90%;
  margin: 10% auto 0 auto
}
.event-area {
  max-width: 476px;
  padding-bottom: 38%;
  width: 100%;
  background-color: #a5d63b;
}
.event-top {
  position: relative;
}
.event-top img:nth-child(2) {
  margin-top: -60%;
  position: absolute;
}
.event-area h3 img {
  margin: 8% auto 13% auto;
  width: 36%;
}
.event-box p {
  width: 85%;
  margin: 0 auto 6% auto;
}
.event-bnr {
  padding: 8% 4% 10% 4%;
  background-color: #fff;
  border: 3px solid #000;
  ;
  border-radius: 25px;
  margin-bottom: 15%;
}
.event-btn {
  margin: 7% auto 0 auto;
  width: 90%;
}
.event-area h2 {
  width: 80%;
  margin: 0 auto;
}
.event-area .black-friday {
  width: 90%;
  margin: 5% auto 0 auto;
}
.event-area .application-box {
  margin-top: 15%;
}
.event-area .application-box .flex {
  margin-top: 5%;
  padding: 8% 4% 1% 4%;
  background-color: #fff;
  border: 3px solid #000;
  ;
  border-radius: 25px;
}
.event-area .application-box p {
  margin-top: 5%;
}
.holiday-area {
  background-size: 476px;
  padding-bottom: 10%;
  background-color: #e3343b;
}
.holiday-top {
  position: relative;
}
.holiday-top img:nth-child(2) {
  margin-top: -45%;
  position: absolute;
}
.holiday-area h3 {
  width: 85%;
  margin: 0 auto;
}
.holiday-area p {
  width: 70%;
  margin: 10% auto 9% auto;
}
.holiday-bnr {
  margin-bottom: 10%;
}
.footer-bnr {
  position: fixed;
  z-index: 999;
  bottom: 0;
  left: auto;
  width: 476px;
  text-align: center;
}
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}
.modal__container {
  /* background: #fff; */
  width: 90%;
  max-width: 476px;
  max-height: 90vh;
  padding: 20px;
  position: relative;
  overflow-y: auto;
}
.modal__close {
  width: 60px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.modal__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
/* application-box */
/* .application-box {
  background-image: url(../img/christmas_app-bg.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-size: contain;
  padding: 70px 0 18px 0;
  padding: 9% 0 42px 0;
  margin: 25px auto 0;
}
.app-text01 {
  padding-right: 2%;
}
.application-box a {
  display: block;
}
.app-flex {
  justify-content: space-between;
  width: 86%;
  background: rgba(255, 255, 255, .6);
  padding: 20px 20px 20px 20px;
  margin: 0 auto;
}
.app-flex li {
  width: 48%;
}
.app-flex li.download a {
  margin-top: 12px;
}
.app-flex li.boot a {
  width: 74%;
  margin: 0 auto;
} */
/* otoku-box  */
/* .otoku-box {
  background-image: url(../img/christmas_otoku-bg.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-size: contain;
  padding: 40px 0 70px 0;
  margin: 25px auto 0;
}
.otoku-box a {
  display: block;
  width: 84%;
  margin: 0 auto;
}
.otoku-text01 {
  padding-top: 1vw;
}
.otoku-box a:nth-of-type(1) {
  margin-top: 15px;
}
.otoku-box a:nth-of-type(2) {
  margin-top: 15px;
}
.otoku-box a:nth-of-type(3) {
  margin-top: 15px;
  margin-bottom: 20px;
}
.otoku-box .sns-flex {
  justify-content: center;
  width: 86%;
  background: rgba(255, 255, 255, .6);
  padding: 20px 10px 20px 10px;
  margin: 20px auto 0;
}
.otoku-box .sns-flex li {
  width: 28%;
}
.otoku-box .sns-flex li:nth-of-type(1) {
  margin-right: 50px;
}
.otoku-box .sns-flex li a {
  margin-top: 0;
} */
/* page_top */
#page_top {
  position: fixed;
  width: 100px;
  bottom: 110px;
  z-index: 9999;
}
#page_top a {
  display: block;
  cursor: pointer;
}
/* footer {
  background: #e5e5e4 !important;
} */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
レイアウト調整
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
@media only screen and (max-width: 1300px) {
  .christmas_pc-text {
    width: 11vw;
  }
}
@media only screen and (max-width: 950px) {
  .christmas_pc-text {
    left: 5vw;
  }
}
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
SP
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
@media only screen and (max-width: 768px) {
  body {
    background: none;
  }
  .main {
    width: 100vw;
    max-width: 100vw;
  }
  #all_Wrap {
    /* max-width: 650px; */
    max-width: 100%;
    padding: 0;
  }
  .bg_wrap {
    display: none;
  }
  .bg_wrap::before {
    content: none;
  }
  .christmas_pc-text {
    display: none;
  }
  .main {
    box-shadow: none;
  }
  .application-box {
    padding: 12% 0 82px 0;
  }
  .app-flex {
    padding: 12px 12px 12px 12px;
  }
  .app-flex li.boot a {
    width: 82%;
  }
  /* .party-box {
    padding-bottom: 27px;
  } */
  .otoku-text01 {
    padding-top: 50px;
  }
  /* .otoku-box {
    padding: 40px 0 44px 0;
  }
  .otoku-box .sns-flex {
    margin: 10px auto 16%;
  }
  .otoku-box .sns-flex li:nth-of-type(1) {
    margin-right: 30px;
  }
  .otoku-box a:nth-of-type(1) {
    margin-top: 20px;
  }
  .otoku-box a:nth-of-type(2) {
    margin-top: 20px;
  }
  .otoku-box a:nth-of-type(3) {
    margin-top: 20px;
    margin-bottom: 5%;
  } */
  .omotya-box {
    max-width: 100%;
    width: 100%;
    margin-top: 15%;
    padding-bottom: 40%;
    background-image: url(../../../../../../../img/kids/christmas/25/portal/christmas_omotya.png);
  }
  .event-area {
    max-width: 100%;
  }
  .right_Box {
    top: unset;
    bottom: 10px;
    right: 10px;
    max-width: 70px;
    width: 100%;
    height: fit-content;
    z-index: 9999;
    aspect-ratio: 319 /293;
  }
  .right_Box article>figure,
  .right_Box article>ul {
    display: none;
  }
  .right_Box>article {
    padding: 0;
  }
  .footer-bnr {
    max-width: 100%;
  }
  #page_top {
    position: fixed;
    bottom: 80px;
    right: 10px;
    width: 100px;
    text-align: center;
    z-index: 9999;
  }
  #page_top a {
    display: block;
    cursor: pointer;
  }
  footer {
    padding-bottom: 30%;
    background-color: #ffff;
  }
  /* page_top */
  /* #page_top02 {
    width: 70px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    top: initial;
    z-index: 9999;
  } */
}
@media only screen and (max-width: 499px) {
  .application-box {
    padding-bottom: 6%;
  }
  /* .otoku-box {
    padding-bottom: 20px;
  } */
  .otoku-text01 {
    padding-top: 0;
  }
}
#footer {
  display: none !important;
}
.christmas-footer {
  padding-bottom: 100px;
}
.top-bk.christmas {
  position: relative;
  top: -160px;
}
@media only screen and (max-width: 768px) {
  .omotya-box {
    padding-bottom: 58%;
  }
  .top-bk.christmas {
    position: relative;
    top: -130px;
  }
  .party-area h3 {
    margin-top: -170px;
  }
}
