@charset "utf-8";

/*
============================ BLACK FRIDAY CSS ============================
*/

/* ローディング画面 */
#loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #39b54a;
}
.loader {
  position: absolute;
  top: 40%;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 400px;
  height: 400px;
  margin: 0 auto;
}

.loader img {
  width: 100%;
}

.loader h1 {
  position: absolute;
  top: 10%;
  left: 18%;
  z-index: 3;
  width: 80px;
  animation: animate02 10s linear infinite;
}

.loader p.icon02 {
  position: absolute;
  top: 20%;
  left: 43%;
  z-index: 2;
  width: 60px;
  animation: animate03 8s linear infinite;
}

.loader p.icon03 {
  position: absolute;
  top: 12%;
  left: 65%;
  z-index: 1;
  width: 70px;
  animation: animate02 5s linear infinite;
}

.loaded {
  z-index: 0 !important;
  opacity: 0;
  transition: all 1s;
}

header,
.header,
article,
footer {
  visibility: hidden;
}
.header {
  padding: 0;
}

@keyframes animate {
  0% {
    transform: translateY(10px);
    transform: translateX(-5px);
  }
  15% {
    transform: translateY(-10px);
  }
  35% {
    transform: translateY(5px);
  }
  55% {
    transform: translateY(-10px);
    transform: translateX(5px);
  }
  75% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0);
    transform: translateX(0px);
  }
}

@keyframes animate01 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1.5);
    transform-origin: 50% 50%;
  }
}

@keyframes animate02 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
    transform-origin: 50% 50%;
  }
}

@keyframes animate03 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
    transform-origin: 50% 50%;
  }
}

.loader h2 {
  width: 270px;
}

.loader h2 img {
  width: 100%;
}
article {
  position: relative;
  z-index: 2;
  overflow: hidden;
  font-family: "M PLUS Rounded 1c";
}
#kvArea {
  height: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  #kvArea {
    position: relative;
    z-index: 10;
    display: block;
    width: 100%;
    height: inherit;
    aspect-ratio: 1/1;
    padding: 8% 4%;
    margin: 0 auto 10px;
  }
}
#kv {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto 50px;
}
#lottie {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 100%;
  margin: 10px auto 0;
}
#lottieSP {
  display: none;
}

ul.anchor {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
}
ul.anchor li {
  width: calc(50% - 10px);
}

.bg01 {
  position: relative;
  z-index: 3;
  width: 100%;
  padding: 30px 0 20px;
  margin: 0 auto 30px;
  background: url(../img/bg01.png) -10px -10px repeat;
  background-size: 28% auto;
}
.bg02 {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 60px 0 20px;
  margin: -30px auto 30px;
  background: #39b54a url(../img/bg02.png) 0px 0 repeat;
  background-size: 28% auto;
}
.bg03 {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 65px 0 40px;
  margin: -50px auto 0;
  background: #dc1a2b url(../img/bg05.png) 0 0 no-repeat;
  background-size: 100% auto;
}
.bg03 .slider {
  position: relative;
  width: 100%;
  padding-bottom: 34px;
  margin: 0 auto;
}
.bg03 .slider .slick-slide {
  box-sizing: border-box;
  padding: 0 0.5%;
}
.bg03 .slider .slick-slide img {
  width: 100%;
  height: auto;
}
/* ドット */
.bg03 .slider .slick-dots {
  bottom: 0px;
}
.bg03 .slider .slick-dots li {
  width: 16px;
  height: 16px;
}
.bg03 .slider .slick-dots li button:before {
  width: 16px;
  height: 16px;
  font-size: 9px;
  line-height: 16px;
  color: #fff;
  opacity: 0.4;
}
.bg03 .slider .slick-dots li.slick-active button:before {
  color: #fff;
  opacity: 1;
}
/* 前後ボタン */
.bg03 .slider .slick-prev,
.bg03 .slider .slick-next {
  top: auto;
  bottom: 1px;
  z-index: 2;
  width: 24px;
  height: 24px;
  transform: none;
}
.bg03 .slider .slick-prev {
  left: calc(50% - 66px);
}
.bg03 .slider .slick-next {
  right: calc(50% - 66px);
}
.bg03 .slider .slick-prev:before,
.bg03 .slider .slick-next:before {
  font-family: inherit;
  font-size: 26px;
  line-height: 24px;
  color: #fff;
  opacity: 1;
}
.bg03 .slider .slick-prev:before {
  content: "\2039"; /* ‹ */
}
.bg03 .slider .slick-next:before {
  content: "\203A"; /* › */
}

.tit01 {
  position: relative;
  width: 20%;
  margin: 0 auto 15px;
}
.tit02 {
  position: relative;
  width: 20%;
  margin: 0 auto 30px;
}
.date {
  width: 40%;
  margin: 0 auto 20px;
}
.date02 {
  width: 70%;
  margin: 0 auto 20px;
}
.img01 {
  width: 100%;
  max-width: 480px;
  margin: 0 auto 20px;
}
.img02 {
  width: 60%;
  margin: 0 auto 15px;
}
.img03 {
  width: 85%;
  margin: 0 auto 20px;
}
.btnImg {
  display: block;
  width: 82%;
  margin: 0 auto;
}
.btnImg2 {
  display: block;
  width: 94%;
  margin: 0 auto;
}
.wBox01 {
  position: relative;
  z-index: 1;
  width: 94%;
  padding: 30px 4%;
  margin: 0 auto;
  text-align: center;
  background: #fffde6;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.wBox02 {
  position: relative;
  z-index: 1;
  width: 94%;
  padding: 30px 4%;
  margin: 0 auto 30px;
  text-align: center;
  background: #fffde6;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.hr {
  width: 94%;
  margin: 0 auto;
}
.yBox {
  position: relative;
  z-index: 1;
  width: 94%;
  padding: 40px 4%;
  margin: 0 auto 30px;
  text-align: center;
  background: #feea3b;
  border-radius: 20px;
}
.wBox2 {
  position: relative;
  z-index: 1;
  width: 94%;
  padding: 40px 4%;
  margin: 0 auto 30px;
  text-align: center;
  background: #fff;
  border-radius: 20px;
}
.img {
  position: relative;
  width: 100%;
  margin: 0 auto 20px;
}
.img01 {
  width: 580px;
  margin: 0 auto 20px;
}
.img02 {
  width: 320px;
  margin: 0 auto 20px;
}
ul.panel {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0;
  margin: 0 auto 5px;
}
ul.panel li {
  width: calc(50% - 5px);
  margin: 0 0 10px;
}
.more {
  width: 40%;
  margin: 0 auto 25px;
}
.coution {
  font-size: 1.2rem;
  line-height: 1.6;
}
.clumn {
  width: calc(100% / 3 - 10px);
  margin: 0;
}

.stit01 {
  width: 94%;
  margin: 0 auto 15px;
}
.stit02 {
  width: 88%;
  margin: 0 auto 15px;
}
.stit03 {
  width: 100%;
  margin: 0 auto 10px;
}
.stit04 {
  width: 94%;
  margin: 0 auto 20px;
}
.stit05 {
  width: 94%;
  margin: 0 auto 20px;
}
.stit06 {
  width: 94%;
  margin: 0 auto 20px;
}
.stit07 {
  width: 70%;
  margin: 0 auto 15px;
}
.stit08 {
  width: 85%;
  margin: 0 auto 30px;
}
.stit10 {
  width: 85%;
  margin: 0 auto 30px;
}
.stit11,
.stit12 {
  width: 40%;
  margin: 0 auto 10px;
}
.stit13 {
  width: 90%;
  margin: 0 auto 20px;
}

.txt01 {
  width: 50%;
  margin: 0 auto 20px;
}
.txt02 {
  width: 80%;
  margin: 0 auto 5px;
}

.bnr01 {
  width: 75%;
  margin: 0 auto 25px;
}
.date01 {
  width: 65%;
  margin: 0 auto 20px;
}
.bnr04 {
  position: relative;
  z-index: 3;
  width: 95%;
  margin: 0 auto;
}

ul#sns {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch; /* 垂直方向の揃え */
  justify-content: space-between; /* 水平方向の揃え */
  width: 365px;
  padding: 0;
  margin: 0 auto 40px;
}
.clumnBox {
  margin: 0 auto 25px;
}
.clumnBox.aiCen {
  align-items: center;
}
.clumn25 {
  width: calc(200% / 5 - 20px);
}
.clumn35 {
  width: calc(300% / 5 - 20px);
}

/* IE11 */
@media all and (-ms-high-contrast: none) {
  svg {
    display: none;
  }
  body.fixed {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    overflow: hidden;
  }
}

ul.floor {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0;
  margin: 0 auto;
}

ul.floor li {
  width: calc(100% / 3 - 15px);
}
.bgWhite {
  position: relative;
  z-index: 5;
  padding: 40px 0 1px;
  margin: 0;
  background: #fff;
}

/* 絞り込み */
.moviesBox div.xp_post {
  width: 138px;
}
.moviesBox ul.xp_thumbnails li {
  margin-right: 10px;
  margin-bottom: 40px;
}
.moviesBox ul.xp_thumbnails li:nth-last-child(7n) {
  margin-right: 0;
}
ul.category {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0;
  margin: 0 auto 20px;
}
ul.category li {
  padding: 0;
  margin: 0 10px 15px 0;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
}
ul.category li img {
  height: 38px;
}
ul.category li a {
  color: #000 !important;
}
ul.category li.active {
  color: #fff;
  background-color: #000;
}
#cateTit {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0 auto 30px;
  text-align: center;
}
#cateTit img {
  width: auto;
  height: 36px;
}
#cateTit:after {
  position: absolute;
  top: 16px;
  z-index: -1;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  border-top: 1px solid #86c29b;
}
.moviesBox {
  display: none;
}
.cate00 {
  display: block;
}

.dubbleBox {
  padding: 0 0 3px;
  border: solid 3px #fff67f;
  border-radius: 6px;
  box-shadow: 0 3px 0 rgba(241, 142, 36, 1);
}
.dubbleBoxInner {
  border: solid 3px #f4afc8;
  border-radius: 4px;
  box-shadow: 0 3px 0 rgba(235, 109, 148, 1);
}
.dubbleBox01 {
  padding: 30px 50px;
  background: #fdf9ea;
}
.dubbleBox02 {
  padding: 30px 50px;
  background: #e9e4f0;
}
.dubbleBox03 {
  padding: 30px 50px;
  background: #fff;
}
.preview {
  position: absolute;
  top: -20px;
  left: 2%;
  width: 12%;
}
.tip {
  position: absolute;
  right: -6%;
  bottom: -20px;
  width: 20%;
}
.bajueBox {
  position: relative;
  z-index: 3;
  width: 100%;
  padding: 30px 4%;
  margin: -30px auto 30px;
  text-align: center;
  background: #fef68e;
}
.bajueBox:before {
  position: absolute;
  top: -18px;
  left: 0;
  z-index: 2;
  width: 100%;
  aspect-ratio: 75/20;
  content: "";
  background: url(../img/bg03.png) center 0 no-repeat;
}
.bajueBox:after {
  position: absolute;
  bottom: -18px;
  left: 0;
  z-index: 2;
  width: 100%;
  aspect-ratio: 75/20;
  content: "";
  background: url(../img/bg03.png) center 0 no-repeat;
  transform: rotate(180deg);
}
.greenBox {
  position: relative;
  z-index: 3;
  width: 100%;
  padding: 30px 4%;
  margin: -30px auto 30px;
  text-align: center;
  background: #7ac943;
}
.greenBox:before {
  position: absolute;
  top: -18px;
  left: 0;
  z-index: 2;
  width: 100%;
  aspect-ratio: 75/20;
  content: "";
  background: url(../img/bg04.png) center 0 no-repeat;
}
.greenBox:after {
  position: absolute;
  bottom: -18px;
  left: 0;
  z-index: 2;
  width: 100%;
  aspect-ratio: 75/20;
  content: "";
  background: url(../img/bg04.png) center 0 no-repeat;
  transform: rotate(180deg);
}

/* SP のみ: スクロールで上部固定されるアンカーナビ(#stickyNav を複製した #topNav) */
@media (max-width: 768px) {
  #topNav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    padding: 0;
    margin: 0;
    pointer-events: none;
    background: #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    transition: transform 0.4s ease;
    transform: translateY(-100%);
  }
  #topNav.show {
    pointer-events: auto;
    transform: translateY(0);
  }
  #topNav.anchor li {
    width: calc(50%);
  }
  #topNav.anchor li a {
    border-right: 1px solid #fff;
  }
  #topNav.anchor li:first-child a {
    border-left: 1px solid #fff;
  }
}

/* PC のみ: #kv を元サイズのまま画面左へ固定し、上下中央に配置。
   右端を .wrap(max-width:750px)左端の 50px 手前に合わせ、左へはみ出す
   (ウィンドウ幅が狭いと左が画面外に見切れる) */
@media (min-width: 769px) {
  #kv {
    position: fixed;
    top: 50%;
    right: calc(
      50% + 230px + 30px
    ); /* .wrap 左端(50% - 230px)の 50px 手前に #kv 右端を合わせる */
    z-index: 100;
    width: 340px;
    height: auto;
    margin: 0;
    transform: translateY(-50%);
  }
  #kv .lottie img {
    width: 100%;
    height: auto;
  }
  /* #stickyNav を #rightRail に内包し、.wrap の右・上下中央に固定。
     #rightRail は JS で生成し、内包要素は #stickyNav のみ。 */
  #rightRail {
    position: fixed;
    top: 50%;
    left: calc(
      50% + 230px + 30px
    ); /* .wrap 右端(50% + 230px)の 50px 先に左端を合わせる */
    z-index: 100;
    display: flex;
    flex-direction: column;
    align-items: center;
    transform: translateY(-50%);
  }
  #stickyNav {
    flex-direction: column; /* ボタン縦並び */
    gap: 10px;
    width: 300px; /* anchor ボタン実寸 */
    margin: 0;
  }
  #stickyNav li {
    width: 100%;
    margin: 0;
  }
  /* #kv / #stickyNav を流し出した分、KV領域の正方形(aspect-ratio)を解除して余白を詰める */
  #kvArea {
    aspect-ratio: auto;
  }
}



