@charset "utf-8";
/* 元テンプレ調整用 */
#mid {
  max-width: 100%;
  width: unset;
  padding: 0;
}
#site_aside2 {
  display: none;
}
#header {
  display: block !important;
}
#header.hide {
  opacity: 1;
}
#mid {
  margin-top: 0;
}
#outer {
  margin-top: 0;
  margin-bottom: 0;
}
#footer {
  position: relative;
  z-index: 99999999;
}
/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
共通
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
.flex {
  display: flex;
}
.inner {
  width: 90%;
  margin: 0 auto;
}
#all_Wrap a,
#all_Wrap button {
  display: block;
  transition: .3s;
}
#all_Wrap a:hover img,
#all_Wrap button:hover {
  opacity: .6;
}
#all_Wrap img {
  width: 100%;
}
#all_Wrap figure {
  line-height: 1;
}
.fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.fade-in.show {
  opacity: 1;
  transform: translateY(0);
}
.sp {
  display: none;
}
/* コンテンツ */
#all_Wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
  z-index: 0;
}
.left_Box {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  width: calc((100% - 480px) / 2);
  height: 100%;
  z-index: 1;
}
.left_Box>figure {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 600px;
  width: 80%;
  padding: 0;
  text-align: center;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
}
.right_Box {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  max-width: 100%;
  width: calc((100% - 480px) / 2);
  height: 100%;
  z-index: 1;
}
.right_Box>.r_menu {
  display: flex;
  flex-wrap: wrap;
  /* flex-direction: column; */
  justify-content: space-between;
  align-items: center;
  /* gap: 15px; */
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 500px;
  width: 80%;
  padding: 0;
  text-align: center;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
}
.right_Box>.r_menu li {
  /* background-color: #fff; */
  /* border-radius: 15px; */
  /* width: 50%; */
  width: 100%;
  margin: 0 auto 20px;
}
.right_Box>.r_menu li.pc_image {
  width: 100%;
}
.right_Box>.r_menu .to_top {
  width: 20%;
  margin: 30px auto 0;
}
.right_Box>.r_menu .page_top {
  max-width: 80px;
  width: 5vw;
}
.bg_wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  /* background: url(../../../../../../img/blackfriday/25/pc_bg.jpg) no-repeat center top;
  background-size: cover; */
  background-color: #000;
  z-index: -1;
}
#all_Wrap main {
  position: relative;
  max-width: 480px;
  width: 100%;
  margin: 0 auto;
  /* background-color: #8d0f7d; */
  box-shadow: 5px 5px 5px rgba(0, 0, 0, .3);
  /* border-left: 1px solid #eee; */
}
.inner_90 {
  width: 90%;
  margin: 0 auto;
}
.inner_80 {
  width: 80%;
  margin: 0 auto;
}
/* ロゴ */
.title_Box {
  position: relative;
  width: 100%;
  padding: 0;
  /* background-color: #fff; */
  /* background-image: linear-gradient(180deg, rgba(215, 229, 151, 1), rgba(206, 220, 60, 1)); */
  /* box-shadow: 0 5px 5px rgba(0, 0, 0, .3); */
  z-index: 2;
}
.title_Box>h2 {
  /* max-width: 210px; */
  width: 100%;
  margin: 0 auto;
}
/* タイトル */
#hero_Vis {
  background-color: #fff;
}
#hero_Vis>.inner_90 {
  padding: 40px 0 0;
}
#hero_Vis h3 {
  width: 98%;
  margin: 0 auto;
  padding: 0 0 0 0;
}
#hero_Vis .anc_Btn {
  flex-wrap: wrap;
  gap: 20px 4%;
  margin-top: 20px;
}
#hero_Vis .anc_Btn>li {
  width: calc((100% - 8%) / 2);
}
/* バナー */
.bnr_Area {
  flex-wrap: wrap;
  flex-direction: column;
  gap: 20px;
  padding: 50px 0;
}
.bnr_Box {
  padding-bottom: 20px;
  background-color: #009be4;
}
.wave_Btm {
  margin-top: -1px;
}
/* plan_Wrap */
#plan_Wrap {
  background-color: #fff;
}
#plan_Wrap .adjust1 {
  padding-top: 10px;
}
#plan_Wrap .adjust2 {
  padding: 30px 0 30px;
}
/* kimetsu_Wrap */
#kimetsu_Wrap {
  background-image: linear-gradient(180deg, rgba(1, 1, 51, 1) 16%, rgba(0, 64, 151, 1) 32%, rgba(0, 114, 190, 1));
}
#kimetsu_Wrap .for-detail {
  width: 80%;
  margin: 50px auto 35px;
}
/*.and_more_Wrap */
#and_more_Wrap {
  background-color: #73d1ea;
}
#and_more_Wrap .inner_90 div,
#and_more_Wrap .inner_90 figure {
  padding-bottom: 30px;
}
/* フッター */
#footer_Wrap {
  position: relative;
  padding: 40px 0 60px;
  background-color: #fff;
  z-index: 1;
  /* border-top: 3px solid #e6e6e6; */
  /* margin-top: 30px; */
}
#footer_Wrap>h2 {
  max-width: 275px;
  width: 35%;
  margin: 0 auto;
}
.fixed_sp {
  justify-content: center;
  align-items: flex-end;
  /* gap: 10px; */
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0;
  /* background: rgba(0, 0, 0, .8); */
  z-index: 5;
}
/* .fixed_sp>a:first-child {
  width: 85%;
}
.fixed_sp>a:last-child {
  width: calc(100% - (85% + 10px));
} */
.fixed_sp .flex {
  /* background-color: #fff; */
}
.fixed_sp a:nth-of-type(1) {
  width: 41.33%;
}
.fixed_sp a:nth-of-type(2) {
  width: 41.33%;
}
.fixed_sp a:nth-of-type(3) {
  width: calc(100% - (41.33% + 41.33%));
}
/* .fixed_sp a:nth-of-type(4) {
  width: calc(100% - (25.1% + 25% + 25%));
} */
/* .fixed_sp::before {
  content: '';
  display:inline-block;
  width: 100%;
  height: 10px;
  background-image: linear-gradient(0deg, rgba(220, 220, 220, 0.5), rgba(255, 255, 255, 0));
} */
@media only screen and (max-width: 768px) {
  .sp {
    display: block;
  }
  .left_Box {
    display: none;
  }
  .right_Box {
    display: none;
  }
  .bg_wrap {
    display: none;
  }
  #all_Wrap main {
    max-width: 100%;
    width: 100%;
    box-shadow: none;
    overflow: hidden;
    margin-top: 20px;
  }
  #footer_Wrap {
    padding: 30px 0 120px;
  }
}
/* 第二弾 */
.slide_Box {
  padding: 0 0 40px 0;
}
.item_Area:not(:first-child) {
  margin-top: 80px;
}
.item_Area h4 {
  margin-bottom: 20px;
}
.item_Area li {
height: auto;
}
/* 追記 */
.movie_Wrap {
  margin-top: 50px;
}
.movie_Wrap>h4 {
  margin-bottom: 10px;
}
.movie_Box {
  width: 90%;
  margin: 0 auto;
  aspect-ratio: 16/9;
}
.movie_Box iframe {
  width: 100%;
  height: 100%;
}
/* ポップアップ */
section[class^="popup-"] {
  max-width: 480px;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  top: 0px;
  z-index: 100;
  display: none;
}
section[class^="popup-"] .contents {
  background-color: #fff;
}
section[class^="popup-"] .close-btn1 {
  width: 13.3%;
  margin: 0 0 0 auto;
  background-color: #333;
}
section[class^="popup-"] .close-btn2 {
  background-color: #fff;
  padding: 8% 0 10% 0;
}
.popup-bg {
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 20;
  display: none;
}
/* btn */
.btn {
  transition: .3s !important;
  cursor: pointer;
  margin-left: auto !important;
}
.btn:hover {
  opacity: .6 !important;
}
/* Adjust */
.intro_img03 {
  margin-top: 4%;
}
.intro_img04 {
  margin-top: 2%;
}
.sale_img02 {
  margin: 7% 0 12% 0;
}
.sale_note {
  margin: 3% auto 0 auto;
}
.sale_btn_ichiran {
  width: 85%;
  margin:  10% auto 12% auto;
}
.goes_app_txt {
  width: 96%;
  margin:  0 auto;
}
.title_2 {
  /* background: url(../../../../../../img/blackfriday/25/title_2.png) no-repeat center top;
  background-size: cover; */
}
.title_4 {
  position: relative;
}
.title_4 a {
  position: absolute;
  bottom: 17%;
}
.numu_Box {
  position: relative;
}
.numu_Box ul {
  /* position: absolute;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  bottom: 7%; */
}
.numu_Box ul li {
  width: 100%;
}
#sec1 {
  background-color: #000;
}
.sec_1_title {
  padding: 50px 0 0 0;
}
.sec_1_5 {
  padding: 50px 0 0 0;
}
.sec_1_6 {
  padding: 30px 0 0 0;
}
video {
  width: 100%;
  display: none;
}
.effect1 {
  position: relative;
  width: 100%;
  aspect-ratio: 1500/1060;
}
.effect1 figure {
  position: absolute;
}
.effect1 figure.sec_1_1a {
  width: 100%;
  top: 0;
  left: 0;
}
.effect1 figure.sec_1_1b {
  width: 21%;
  top: 31%;
  left: 1%;
  transform: scale(0.8);
  opacity: 0;
  transition: .3s;
  /* transition-delay: 0.5s; */
}
.effect1 figure.sec_1_1c {
  width: 75%;
  top: 34%;
  left: 24%;
  transform: scale(0.8);
  opacity: 0;
  transition: .3s;
  transition-delay: 0.5s;
}
.effect1 figure.sec_1_1d {
  width: 99%;
  top: 56%;
  left: 0.5%;
  transform: scale(5);
  opacity: 0;
  transition: .3s;
  transition-delay: 1s;
}
.effect1 figure.sec_1_1b.on,
.effect1 figure.sec_1_1c.on,
.effect1 figure.sec_1_1d.on {
  transform: scale(1);
  opacity: 1;
}
.effect2 {
  position: relative;
  width: 100%;
  aspect-ratio: 1500/1062;
}
.effect2 figure {
  position: absolute;
}
.effect2 figure.sec_1_2a {
  width: 100%;
  top: 0;
  left: 0;
}
.effect2 figure.sec_1_2b {
  width: 42%;
  top: 8%;
  left: 4%;
  transform: scale(5);
  opacity: 0;
  transition: .3s;
  transition-delay: 1s;
}
.effect2 figure.sec_1_2c {
  width: 44%;
  top: 57%;
  left: 4%;
  transform: scale(0.8);
  opacity: 0;
  transition: .3s;
  /* transition-delay: 0.5s; */
}
.effect2 figure.sec_1_2d {
  width: 55%;
  top: 27%;
  left: 41.5%;
  transform: scale(5);
  opacity: 0;
  transition: .3s;
  transition-delay: 0.5s;
}
.effect2 figure.sec_1_2b.on,
.effect2 figure.sec_1_2c.on,
.effect2 figure.sec_1_2d.on {
  transform: scale(1);
  opacity: 1;
}
.effect3 {
  position: relative;
  width: 100%;
  aspect-ratio: 1500/1292;
}
.effect3 figure {
  position: absolute;
}
.effect3 figure.sec_1_3a {
  width: 100%;
  top: 0;
  left: 0;
}
.effect3 figure.sec_1_3b {
  width: 55%;
  top: 22%;
  left: 3.5%;
  transform: scale(5);
  opacity: 0;
  transition: .3s;
  transition-delay: 0.5s;
}
.effect3 figure.sec_1_3c {
  width: 33%;
  top: 3%;
  left: 61%;
  transform: scale(5);
  opacity: 0;
  transition: .3s;
  transition-delay: 1s;
}
.effect3 figure.sec_1_3d {
  width: 82%;
  top: 51.5%;
  left: 9%;
  transform: scale(0.8);
  opacity: 0;
  transition: .3s;
  /* transition-delay: 0.5s; */
}
.effect3 figure.sec_1_3b.on,
.effect3 figure.sec_1_3c.on,
.effect3 figure.sec_1_3d.on {
  transform: scale(1);
  opacity: 1;
}
.sec_3_btn_1,
.sec_3_btn_2 {
  background-image: linear-gradient(90deg, rgba(255, 227, 169, 1), rgba(210, 152, 59, 1));
}
.sec_3_btn_3 {
  background-color: #ffc901;
}
/*
#sec4 {
  position: relative;
  width: 100%;
  aspect-ratio: 1500/1540;
}
#sec4 figure,
#sec4 a {
  position: absolute;
}
#sec4 figure {
  width: 100%;
  top: 0;
  left: 0;
}
#sec4 a.sec_4_btn_1 {
  width: 38%;
  top: 60%;
  left: 10%;
}
#sec4 a.sec_4_btn_2 {
  width: 38%;
  top: 60%;
  right: 10%;
}
*/
#sec5 {
  background-color: #000;
}
#sec6 {
  position: relative;
  width: 100%;
  aspect-ratio: 1500/2380;
  background-color: #000;
}
#sec6 figure,
#sec6 a {
  position: absolute;
}
#sec6 figure {
  width: 100%;
  top: 0;
  left: 0;
}
#sec6 a.sec_6_btn_1 {
  width: 35%;
  top: 71.5%;
  left: 12.2%;
}
#sec6 a.sec_6_btn_2 {
  width: 43%;
  top: 82%;
  left: 8.5%;
}
#sec6 a.sec_6_btn_3 {
  width: 35.5%;
  top: 69.5%;
  left: 54.5%;
}
.carousel {
  width: 100%;
  margin: 40px auto;
  position: relative;
}
.carousel img.slide-arrow {
  width: 60px !important;
  height: 111px !important;
}
.carousel .slide .slick-slide {
  margin: 10px;
}
/* modal */
.left_Box .modal__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(50, 50, 50, .85);
  cursor: pointer;
  z-index: 100;
  display: none;
}
.right_Box .modal__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(50, 50, 50, .85);
  cursor: pointer;
  z-index: 100;
  display: none;
}
.modal {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  z-index: 20;
  width: 100%;
  height: 100%;
  display: none;
}
.modal .modal__bg {
  height: 100%;
  background: rgba(50, 50, 50, .85);
  cursor: pointer;
}
.modal .modal__container {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  max-width: 480px;
  width: 100%;
  margin: 0 auto;
}
.modal .modal__container .modal__close {
  /* position: relative; */
}
.modal .modal__container .modal__close p {
  width: 13%;
  margin: 20px 0 0 auto;
  transition: .3s;
  /* position: absolute;
  top: 0;
  right: 0;
  */
}
.modal .modal__container .modal__close p:hover {
  opacity: .6;
  cursor: pointer;
}
.modal .modal__content {
  background-color: #fff;
  padding: 0 0 50px 0;
}
.modal .modal__container .modal__content p {
  margin: 0 auto;
  /* padding: 20px 0; */
  width: 70%;
  transition: .3s;
}
.modal .modal__container .modal__content p:hover {
  opacity: .6;
  cursor: pointer;
}
.call-modal {
  transition: .3s;
}
.call-modal:hover {
  opacity: .6;
  cursor: pointer; 
}
.modal.modal4 .modal__content {
  padding: 0;
}
/*年齢確認*/
#modal_top {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
  z-index: 999;
}
.modal_box {
  position: relative;
  top: 50%;
  left: 50%;
  max-width: 600px;
  width: 90%;
  transform: translate(-50%,-50%);
  box-sizing: border-box;
  background: #fff;
  padding: 30px;
}
.modal_box p {
  font-size: 1.2em;
  line-height: 1.8;
  font-family: 'Yu Gothic UI',YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','ヒラギノ角ゴシック','Hiragino Sans',sans-serif;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 30px;
}
.modal_box ul {
  justify-content: center;
}
.modal_box ul li {
  width: 45%;
  max-width: 200px;
  text-align: center;
  box-sizing: border-box;
  background: #8e0108;
  margin: 0 3%;
  padding: 15px 0;
  border-radius: 5px;
  cursor: pointer;
}
.modal_box ul li a,
.modal_box ul li span {
  color: #fff;
  display: block;
  font-family: 'Yu Gothic UI',YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','ヒラギノ角ゴシック','Hiragino Sans',sans-serif;
  margin: 0 auto;
}
