@charset "UTF-8";
/* 共通 */
.flex {
  display: flex;
}
#all_Wrap a,
#all_Wrap button {
  display: block;
  transition: .3s;
}
#all_Wrap a:hover,
#all_Wrap button:hover {
  opacity: .6;
}
#all_Wrap img {
  max-width: 100%;
}
#all_Wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
  z-index: 0;
}
.bg_wrap {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100svh;
  background: url(/img/newyear/26/portal/vol_1/bg.jpg) repeat center center;
  background-size: cover;
  z-index: -1;
}
.left_Box {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  max-width: 100%;
  width: calc((100% - 460px) / 2);
  height: 100%;
  z-index: 1;
}
.left_Box>figure {
  position: absolute;
  top: 50%;
  right: 5vw;
  max-width: 320px;
  width: 15vw;
  transform: translateY(-50%);
}
.right_Box {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  max-width: 100%;
  width: calc((100% - 460px) / 2);
  height: 100%;
  z-index: 1;
}
.right_Box > div  {
  position: absolute;
  top: 50%;
  left: 5vw;
  max-width: 350px;
  width: 15vw;
  transform: translateY(-50%);
}
main {
  max-width: 460px;
  width: 100%;
  margin: 0px auto 0;
  background: #fff;
  background: url(/img/newyear/26/portal/vol_3/bg.png);
  background-size: 100%;
}
#pagetop {
  position: fixed;
  bottom: 30px;
  left: calc(((100% - 460px) / 2) + 496px);
}
#pagetop a {
  display: block;
  max-width: 80px;
  width: 10vw;
}
.inner {
  width: 92.02%;
  max-width: 438px;
  margin: 0 auto;
}
.fade-in {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out;
    transition-delay: 0.6s;
}
.fade-in.show {
  opacity: 1;
  transform: translateY(0);
}
.fade_Box {
  opacity: 0;
  transition: 0.6s;
  transition-delay: 0.3s;
  transform: translateY(50px);
}
.fade_Box.fade_Up {
  transform: translateY(50px);
}
.fade_Box.animated {
  opacity: 1;
  transform: translateY(0px);
}
.fade_Delay00 { transition-delay: 0s; }
.fade_Delay01 { transition-delay: 0.6s; }
.fade_Delay02 { transition-delay: 1.2s; }
/*年末年始*/
.head_area {
  width: 100%;
  background-color: #fff;
  box-sizing: border-box;
}
.head_area h1 {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.y_bg {
    width: 100%;
    /* background: url(/img/newyear/26/portal/y_bg.jpg) repeat-y;
    background-size: 100%; */
}
.title_Box {
  position: relative;
  aspect-ratio: 920/2450;
  /* background-color: #cf0719; */
}
/*
.title_Box::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 95%;
  height: 100%;
  background: #e62310;
  margin: 0 auto;
}
*/
.title_Box h2 {
  position: absolute;
  z-index: 2;
}
.b_bg {
    width: 100%;
    background: url(/img/newyear/26/portal/vol_1/b_bg.jpg) repeat-y;
    background-size: 100%;
    background-position: center top;
}
.ao_bg {
    width: 100%;
    background: url(/img/newyear/26/portal/vol_1/ao_bg.jpg) repeat-y;
    background-size: 100%;
    background-position: center top;
    padding-bottom: 50px;
}
.red_bg {
    width: 100%;
    background: #cf000e;
    padding: 50px 0;
}
video {
  width: 100%;
  display: none;
  z-index: 2;
}
.main_area {
  position: relative;
}
.main_area .bg video {
    width: 100%;
}
.slide_wrap {
    width: 100%;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 50px;
}
.slide_wrap .slide_inner {
    width: 100%;
    position: relative;
    /* padding-top: 40px; */
}
.slide_wrap .slide_inner .slide {
    padding-bottom: 50px;
}
.slide_wrap .slide_inner li img {
    padding: 3%;
}
.slide_wrap .slide {
    margin-top: 10px;
    margin-bottom: 50px;
}
.soki_goyoyaku {
    margin-bottom: 50px;
}
.application-box {
  padding: 5% 5%;
  background-color: #ffff;
  border-radius: 20px;
  margin-top: 8%;
    width: 90%;
    margin: 0 auto;
}
.application-box .flex {
  margin-top: 5%;
}
.application-box .app_L {
  width: 54%;
  margin-right: 6%;
}
.application-box .app_L .download {
  width: 73%;
  margin: 0 auto 10px;
}
.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: 75%;
    margin: 10px auto 0;
    filter: drop-shadow(3px 3px 7px rgba(0, 0, 0, 0.5));
}
/* 商品スライド */
.slide_item {
  width: 100%;
}
.slide_item li img {
  width: 100%;
  display: block;
  padding: 3% 0 6%;
}
.slick-list {
  width: 100%;
  margin: 0 auto !important;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  overflow: hidden !important;
}
button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.rela {
    position: relative;
}
.kotei {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.foot_area {
  width: 100%;
  padding: 20px;
  background-color: #fff;
  box-sizing: border-box;
}
.foot_area h2 {
  display: block;
  max-width: 120px;
  width: 100%;
  margin: 0 auto;
}
/*第三弾*/
[class$="_area"] .item {
  position: relative;
  margin-top: 7%;
}
[class$="_area"] .item a {
  position: absolute;
  bottom: 0;
  left: 0;
}
.inner .inner {
  width: 91.324200913242009%;
}
/* footer  */
footer {
  width: 100%;
  position: relative;
  z-index: 3;
}
@media only screen and (max-width: 768px) {
  .left_Box {
    display: none;
  }
  main {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    box-shadow: none;
  }
  #pagetop {
    position: fixed;
    bottom: 20px;
    left: unset;
    right: 20px;
  }
  #pagetop a {
    width: 12vw;
  }
}
/*==============================================================
モーダル設定
==============================================================*/
.modal_Wrap {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}
.modal_Wrap img { width: 100%; }
.modal_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
  z-index: 999;
}
.modal_Block {
  position: absolute;
  width: 100%;
  height: 100dvh;
}
.modal_BoxAll {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 400px;
  width: 85%;
  height: 85vh;
  transform: translate(-50%, -50%);
  z-index: 1001;
}
.modal_Close {
  display: block;
  position: fixed;
  top: 78px;
  right: 0px;
  width: min(18%, 90px);
  height: min(18%, 90px);
  cursor: pointer;
  z-index: 1000;
}
.modal_Box {
  width: 100%;
  height: calc(85vh - 40px);
  margin-top: 40px;
  box-sizing: border-box;
  overflow-y: scroll;
  position: relative;
}
.modal_Box a.popup_btn {
  display: block;
  width: 90%;
  max-width: 600px;
  margin: 50px auto;
}
.modal_Box>section {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px 0;
}
.popup_Btn {
  cursor: pointer;
  display: block;
  transition: .6s;
}
.popup_Btn:hover {
  opacity: 0.7;
}
/* Vol.2 */
.title_Box .title_1.end-movie {
  position: absolute;
  bottom: 0;
}
.vol2 {
  width: 92%;
  padding-bottom: 60px;
  margin: 0 auto;
}
.vol2 .slide_wrap {
  padding-bottom: 0;
  margin-bottom: 0;
}
.vol2 .slide_wrap .slide_inner .slide {
  margin-bottom: 0;
}
.vol2 .slick-dots li button:before {
    /* opacity: .75; */
    background-color: #ccc;
}
.vol2 .slick-dots li.slick-active button:before {
    /* opacity: .75; */
    background-color: #b60081;
}
.vol2 .waonpoint1 {
  padding: 10px 0 0 0;
}
.vol2 .waonpoint2 {
  padding: 30px 0 0 0;
}
.vol2 .otoku {
  margin: 50px 0 0 0;
}
.vol2 .slide1_ttl,
.vol2 .slide2_ttl {
  margin: 40px 0 0 0;
}
.vol2 .tempo_btn {
  margin: 30px 0 0 0;
}
.vol2 .daikanshasai {
  margin: 60px 0 0 0;
}
.vol2 .daikanshasai_btn {
  margin: 5px 0 0 0;
}
.vol2 .slick-prev {
  width: 35px;
  height: 70px;
  left: -4.5%;
}
.vol2 .slick-next {
  width: 35px;
  height: 70px;
  right: -4.5%;
}
.slide_wrap.noBg:before {
    content: none;
}
#modal02 .modal_Close {
  display: block;
  position: fixed;
  top: 50px;
  right: 0px;
  width: min(20%, 80px);
  height: min(20%, 80px);
  cursor: pointer;
  z-index: 1000;
}
/* vol.3 */
/* btn */
.btn {
  transition: .3s !important;
  cursor: pointer;
  margin-left: auto !important;
}
.btn:hover {
  opacity: .6 !important;
}
.title_Box .title_1.end-movie {
  position: absolute;
  bottom: 0;
}
/* .title_Box .title_1::before,
.accordion::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 95%;
    height: 100%;
    background: #e62310;
    margin: 0 auto;
    z-index: -1;
} */
.kikan_title {
  padding-bottom: 10px;
}
.accordion {
  padding-bottom: 8px;
}
.accordion .a_parts {
  position: relative;
}
.accordion .a_parts img {
  position: absolute;
}
.accordion .b_parts {
  display: none;
}
.accordion.kikai1 .a_parts {
  aspect-ratio: 1500/792;
}
.accordion.kikai1 .a_parts img.arrow {
  top: 99%;
}
.accordion.kikai2 .a_parts {
  aspect-ratio: 1500/916;
}
.accordion.kikai2 .a_parts img.arrow {
  top: 99%;
}
.kikan_note figure:nth-of-type(1) {
  margin-top: -2px;
  padding-top: 20px;
  padding-bottom: 40px;
}
/* スライダー */
.slide_wrap {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.slide_wrap .slide {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
/* .slide_wrap .slide_inner {
  padding-top: 10px;
  padding-bottom: 10px;
} */
.slide_wrap .slide_inner .slick-slider {
  margin-top: 5px;
}
/* .slide_wrap::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 95%;
    height: 100%;
    background: #e62310;
    margin: 0 auto;
    z-index: 0;
} */
.slide_wrap.slide_end .slide_inner {
  padding-bottom: 20px;
}
/* .slide_wrap.pink_bg .slide_inner {
  padding-top: 25px;
  padding-bottom: 20px;
}
.slide_wrap.pink_bg::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 95%;
    height: 100%;
    background: #e3007f;
    margin: 0 auto;
    z-index: 0;
} */
.slick-dots li.slick-active button:before {
  opacity: 1;
  /* background-image: linear-gradient(90deg, #eacd76 35%, #ffe8a9 82%); */
}
.red-dot .slick-dots li.slick-active button:before {
  opacity: 1;
  background-color: #cf000e !important;
  background-image: none;
}
.red-dot::before {
  content: none;
}
.red-dot {
  background-image: url(/img/newyear/26/portal/vol_3/gold_gentei_bg.png);
  background-repeat:  no-repeat;
  background-position: right bottom;
  background-size: 100%;
  margin-top: -8%;
  margin-bottom: 10px;
}
/* Arrows */
.slick-prev,
.slick-next {
    display: block;
    position: absolute;
    top: 45%;
    width: 60px;
    height: 60px;
    padding: 0;
    color: transparent;
    background: transparent;
    border: none;
    font-size: 0;
    line-height: 0;
    transform: translate(0, -45%);
    cursor: pointer;
    outline: none;
    z-index: 2;
    opacity: 1;
    transition: .3s;
}
.slick-prev {
    left: 5%;
}
.slick-next {
    right: 5%;
}
.slick-prev:hover,
.slick-next:hover {
    opacity: 0.7;
}
.online {
  margin-top: 35px;
}
.online .online_yoyaku_btn {
  margin-top: 5px;
}
.app {
  position: relative;
  aspect-ratio: 1500/1656;
  margin-top: 30px;
}
.app figure,
.app a {
  position: absolute;
}
.app a.app_btn_1 {
  width: 43%;
  top: 51%;
  left: 9.5%;
}
.app a.app_btn_2 {
  width: 45%;
  top: 63.8%;
  left: 9.5%;
}
.app a.app_btn_3 {
  width: 26%;
  top: 51.5%;
  left: 59.5%;
  filter: drop-shadow(3px 3px 7px rgba(0, 0, 0, 0.5));
}
.chusenkai {
  margin-top: 35px;
  margin-bottom: 30px;
}
/* Vol.4 */
video {
  /* display: none; */
}
.movie_Box h2 {
  display: none;
  background-image: url(/img/newyear/26/portal/vol_4/bg_white1.png);
  background-size: 100%;
}
.bg_title {
  background-image: url(/img/newyear/26/portal/vol_4/bg_1.png);
  background-position: 0 -52px;
  background-repeat: no-repeat;
  background-size: 100%;
  padding-bottom: 30px;
}
.title_2 {
  padding-top: 10px;
}
.title_3 {
  position: relative;
  aspect-ratio: 1500/946;
  figure,
   a {
    position: absolute;
  }
  .modal_btn01 {
    bottom: 5%;
  }
  a {
    bottom: 5%;
  }
}
.title_3_btn2 {
  margin-top: 30px;
}
.hatsuuri_eto {
  margin-top: 20px;
}
/* .hatsuuri {
  position: relative;
  aspect-ratio: 1500/3560;
  figure,
   a {
    position: absolute;
  }
  a {
    bottom: 1%;
  }
} */
 .hatsuuri {
  padding-bottom: 5px;
 }
.pink_bg {
  background-image: url(/img/newyear/26/portal/vol_4/bg_pink1.png);
  background-size: 100%;
}
.pink_pattern1_bg {
  background-image: url(/img/newyear/26/portal/vol_4/bg_pink2.png);
  background-size: 100%;
  padding-top: 30px;
}
.pink_pattern2_bg {
  background-image: url(/img/newyear/26/portal/vol_4/bg_pink3.png);
  background-size: 100%;
}
.accordion,
.goyoyaku_bg {
  background-image: url(/img/newyear/26/portal/vol_4/bg_red2.png);
  background-size: 100%;
}
.white_bg {
  background-image: url(/img/newyear/26/portal/vol_4/bg_white2.png);
  background-size: 100%;
}
.vol1 .slick-dots li button:before {
    /* opacity: .75; */
    background-color: #fff;
}
.vol1 .slick-dots li.slick-active button:before {
    /* opacity: .75; */
    background-color: #cf000e;
}
.slide1_ttl {
  margin-bottom: 8px;
}
.slide2 {
  margin-top: 20px;
}
.slide1_btn {
  margin-top: -20px;
}
.slide1 {
  padding-bottom: 50px;
}
.slide3_cnt {
  padding-bottom: 70px;
}
.slide5_ttl {
  padding-top: 60px;
}
.slide6_ttl {
  padding-top: 60px;
}
.slide6_btn {
  margin-top: 20px;
}
.slide6 {
  padding-bottom: 70px;
}
.gochiso {
  padding-bottom: 50px;
}
.gochiso_cnt {
  margin-top: 5px;
}
.tempo_ttl {
  padding-bottom: 10px;
}
.undameshi {
  margin-top: 30px;
  margin-bottom: 10px;
}
.tokutoku_pass {
  margin-bottom: 30px;
}
.shinshun_ttl {
  margin-top: 60px;
  margin-bottom: 30px;
}
.shinshun1_cnt {
  margin-top: 10px;
}
.kikai1 {
  margin-top: -1px;
}
.kikai2 {
  margin-top: -1px;
}
.shinshun1_footer {
  margin-top: -1px;
}
.shinshun1,
.shinshun2 {
  padding-bottom: 35px;
}
.shinshun2 .goyoyaku_bg {
  padding-bottom: 7px;
}
.sekku_btn,
.separator1,
.saimatsu_btn,
.banner_btn1,
.banner_btn2,
.home_wide,
.separator2,
.osechi_btn,
.bike_note {
  margin-bottom: 30px;
}
.bike_head {
  margin-top: 25px;
}
.bike_slide1_ttl {
  margin-top: 35px;
}
.bike_slide2_ttl {
  margin-top: 45px;
}
.bike {
  padding-bottom: 35px;
}
.app1_Box {
  position: relative;
  aspect-ratio: 1500/1690;
  /* margin-top: 30px; */
  figure,
  a {
    position: absolute;
  }
  a:nth-of-type(1) {
    width: 36%;
    top: 53%;
    left: 9.5%;
  }
  a:nth-of-type(2) {
    width: 45%;
    top: 66.5%;
    left: 9.5%;
  }
  a:nth-of-type(3) {
    width: 26%;
    top: 54%;
    left: 60.5%;
    filter: drop-shadow(0 0 7px rgba(0, 0, 0, 0.6));
  }
}
.app2_Box {
  position: relative;
  aspect-ratio: 1500/2334;
  /* margin-top: 30px; */
  figure,
  a {
    position: absolute;
  }
  a:nth-of-type(1) {
    width: 36%;
    top: 58%;
    left: 10.5%;
  }
  a:nth-of-type(2) {
    width: 44%;
    top: 67.5%;
    left: 10.5%;
  }
  a:nth-of-type(3) {
    width: 25%;
    top: 59%;
    left: 59.5%;
    filter: drop-shadow(0 0 7px rgba(0, 0, 0, 0.6));
  }
}
.slide_inner li a {
  pointer-events: none;
}
/* 各県イベントページ */
main.shop_event {
  background: none;
  background-color: #ffd7d7;
  position: relative;
}
main.shop_event figure {
  padding-bottom: 100px;
}
main.shop_event .foot_area {
  padding: 0;
  position: fixed;
  z-index: 999;
  bottom: 0;
  left: auto;
  width: 460px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  main.shop_event .foot_area {
    width: 100%;
  }
}
