@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;
}
#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/vol_1/y_bg.jpg) repeat-y;
    background-size: 100%;
}
.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;
}
.main_area {
  position: relative;
}
.main_area .bg video {
    width: 100%;
}
.slide_wrap {
    width: 100%;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 50px;
}
.slide_wrap:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 95%;
    height: 100%;
    background: #e62310;
    margin: 0 auto;
}
.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: 0px;
  right: -20px;
  width: min(14.70%, 70px);
  height: min(14.70%, 70px);
  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;
}
