
@charset "UTF-8";

:root{
    --geer-w: 1440;
    --base: 375;
}

.allflex{
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 1.5;
}

img{
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

a{
    text-decoration: unset;
}

.allflex{
    display: flex;
}

.bg{
    position: sticky;
    top: 0;
    left: 0;
    width: calc(50vw - 187.5px);
    height: 100svh;
}

.bg__logo{
    position: absolute;
    width: min(360px, calc(360 / var(--geer-w) * 100vw));
    top: 8%;
    left: 12%;
}

.maincontents{
    max-width: 375px;
    width: 100%;
}

.bg--left{
    background: url(../img/bg_left.webp);
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg--right{
    background: url(../img/bg_right.webp);
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
}

.maincontents__body{
    width: 100%;
}

.maincontents__header{
    height: 60px;
    background-color: #FFFFFF;
}

.maincontents__header__logo{
    width: calc(180.21 / var(--base) * 100%);
    height: auto;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.maincontents__sv{
    background: url(../img/sv_bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 57px 0 50px 0;
}

.maincontents__sv__ttl{
    width: calc(50 / var(--base) * 100%);
    margin: 0 auto;
}

.maincontents__sv__copy{
    width: calc(315 / var(--base) * 100%);
    margin: 0 auto;
    margin-top: 23px;
}

.maincontents__sv__image{
    width: 100%;
    margin-top: 10px;
}

.maincontents__sv__image{
    opacity: 0;
    transform: translateY(40px) scale(0.95);
}

/* 発火後 */
.maincontents__sv__image.is-show{
    animation: svBounceIn 0.8s ease forwards;
}

@keyframes svBounceIn{
    0%{
        opacity: 0;
        transform: translateY(40px) scale(0.95);
    }
    60%{
        opacity: 1;
        transform: translateY(-10px) scale(1.03);
    }
    100%{
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.maincontents__sv__caption{
    text-align: center;
    letter-spacing: -0.06em;
    line-height: 1.4;
    color: #000;
    font-size: 12px;
    font-weight: 700;
    margin-top: 40px;
}

.maincontents__about{
    padding: 70px 0 76px 0;
    background-color: #fff;
}

.maincontents__about__ttl{
    width: 47px;
    margin: 0 auto;
}

.maincontents__about__copy{
    width: calc(311.74 / var(--base) * 100%);
    margin: 0 auto;
    margin-top: 38px;
}

.maincontents__about__slider{
    margin-top: 29px;
}

.maincontents__about__txt{
    width: calc(238 / var(--base) * 100%);
    margin: 0 auto;
    margin-top: 40px;
}

.maincontents__about__caution{
    width: calc(311.78 / var(--base) * 100%);
    margin: 0 auto;
    margin-top: 42px;
}

.maincontents__cs{
    background-color: #fac83c;
    padding: 80px 0;
}

.maincontents__cs__header{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.maincontents__cs__header__subttl{
    text-align: center;
    font-size: 16px;
    color: #5a5a5a;
    font-weight: 700;
}

.maincontents__cs__header__ttl{
    text-align: center;
    font-size: 32px;
    color: #5a5a5a;
    font-weight: 700;
}

.maincontents__cs__header__label{
    display: flex;
    justify-content: center;
    gap: 10px;
}

.maincontents__cs__header__label__item{
    text-align: center;
    padding: 0 10px;
    background-color: #f0f0f0;
    line-height: 28px;
    color: #5a5a5a;
    font-size: 12px;
    border-radius: 3.40282e+38px;;
    font-weight: 700;
}

.maincontents__cs__image{
    max-width: 320px;
    margin: 0 auto;
    margin-top: 40px;
}

.maincontents__cs__value{
    text-align: center;
    color: #5a5a5a;
    font-size: 16px;
    margin-top: 40px;
    font-weight: 700;
}

.maincontents__cs__bgarea{
    margin: 0 auto;
    background-color: #fff;
    border-radius: 20px;
    margin-top: 40px;
    width: calc(100% - 40px);
    padding: 30px 20px;
}

.maincontents__cs__bgarea__ttl{
    text-align: center;
    color: #5a5a5a;
    font-size: 16px;
    font-weight: 700;
}

.maincontents__cs__bgarea__set{
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    color: #ff6478;
}

.maincontents__cs__bgarea__set span{
    font-size: 24px;
}

.maincontents__cs__bgarea__name{
    margin-top: 20px;
    color: #5a5a5a;
    font-size: 16px;
    font-weight: 700;
}

.maincontents__cs__bgarea__list{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e8e9eb;
}

.maincontents__cs__bgarea__list__item{
    width: calc(33.333% - 6.7px);
    display: flex;
    flex-direction: column;
}

.maincontents__cs__bgarea__list__item__ttl{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgb(240, 240, 240);
    color: #5a5a5a;;
    height: 28px;
    border-radius: 3.40282e+38px;
}

.maincontents__cs__bgarea__list__item__ttl__normal{
    font-size: 12px;
    font-weight: 700;
    text-align: center;
}

.maincontents__cs__bgarea__list__item__ttl__small{
    font-size: 8px;
    font-weight: 700;
    text-align: center;
}

.maincontents__cs__bgarea__list__item__image{
    position: relative;
}

.maincontents__cs__bgarea__list__item__image__badge{
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #ff6478;
    color: #fff;
    font-size: 16px;
    border-radius: 3.40282e+38px;
    width: 20%;
    height: 20%;
    min-width: 30px;
    min-height: 30px;
}

.maincontents__cs__bgarea__info{
    margin-top: 20px;
}

.maincontents__cs__bgarea__info__ttl{
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #5a5a5a;
}

.maincontents__cs__bgarea__info__ttl span{
    font-size: 12px;
}

.maincontents__cs__bgarea__info__old{
    display: block;
    font-size: 12px;
    color: #5a5a5a;
    font-weight: 400;
    margin-top: 10px;
    text-align: center;
    width: 100%;
}

.maincontents__cs__bgarea__info__price{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.maincontents__cs__bgarea__info__newprice{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: nowrap;
}

.maincontents__cs__bgarea__info__newprice__ttl{
    background-color: #ff6478;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    padding: 2px 7px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 700;
}

.maincontents__cs__bgarea__info__newprice__discount{
    font-size: 40px;
    color: #ff6478;
    font-weight: 700;
}

.maincontents__cs__bgarea__info__newprice__discount span{
    font-size: 12px;
    font-weight: 400;
}

.maincontents__cs__bgarea__info__price__postage{
    text-align: right;
    width: 230px;
    max-width: 100%;
    font-size: 12px;
    font-weight: 400;
    margin-top: -6px;
    color: #5a5a5a;
}

.maincontents__cs__bgarea__info__button{
    display: block;
    font-weight: 700;
    color: #fff;
    text-align: center;
    background-color: #78b428;
    width: 100%;
    line-height: 44px;
    border-radius: 44px;
    padding: 0 20px;
    font-size: 16px;
    margin: 20px 0;
}

.maincontents__cs__bgarea__info__caution{
    font-size: 12px;
    color: #828282;
}

.maincontents__cs__bgarea__info__detail{
    margin-top: 20px;
    text-align: right;
}

.maincontents__cs__bgarea__info__detail__item{
    font-size: 14px;
    color: #828282;
    text-decoration: underline;
}

.maincontents__cs__bgarea__newbenefit{
    width: calc(100% - 40px);
    margin: 0 auto;
    margin-top: 40px;
}

.maincontents__cs__bgarea__newbenefit__ttl{
    width: 100%;
}

.maincontents__cs__bgarea__newbenefit__list{
    width: 100%;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.maincontents__faq{
    width: calc(100% - 40px);
    margin: 0 auto;
    padding: 70px 0;
}

.maincontents__ttl{
    font-family: "Funnel Display", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    text-align: center;
    font-size: 12px;
}

.maincontents__ttl--white{
    color: #fff;
}

.maincontents__ttl--yellow{
    color: #FAC83C;
}

.maincontents__faq__ttl{
    text-align: center;
    line-height: 35px;
    color: #000000;
    font-weight: 700;
    background-color: #FAC83C;
    margin-top: 20px;
}

.maincontents__faq__list{
    margin-top: 36px;
    display: flex;
    flex-direction: column;
    gap: 33.5px;
}

.maincontents__faq__list__item__q{
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 6px;
    border-bottom: 1px solid #FAC83C;
}

.maincontents__faq__list__item__q__ttl{
    font-family: "Funnel Display", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 20px;
    color: #FAC83C;
}

.maincontents__faq__list__item__q__cap{
    font-size: 14px;
    color: #000;
    font-weight: 700;
}

.maincontents__faq__list__item__a{
    margin-top: 8px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
}

.maincontents__contact{
    padding: 60px 0 67px 0;
    background-color: #FAC83C;
}

.maincontents__contact__inner{
    width: calc(100% - 40px);
    margin: 0 auto;
}

.maincontents__contact__ttl{
    text-align: center;
    font-weight: 700;
    color: #000;
    font-size: 20px;
    margin-top: 13px;
}

.maincontents__contact__txt{
    font-size: 14px;
    font-weight: 500;
    color: #000;
    text-align: center;
    line-height: 1.5;
    margin-top: 10px;
}

.maincontents__contact__address{
    font-family: "Funnel Display", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    margin-top: 13px;
    text-align: center;
    display: block;
    font-size: 17px;
    background-color: #fff;
    color: #000;
    line-height: 30px;
}

.maincontents__contact__caution{
    text-align: center;
    font-size: 12px;
    color: #000;
    margin-top: 10px;
    font-weight: 500;
}

.maincontents__renewal{
    background-color: #FFDD7C;
}

.ramen_yakisoba_heading{
    width: calc(100% - 60px);
    margin: 0 auto;
    padding-top: 53px;
    padding-bottom: 24px;
    display: block;
}

.renewal_point{
    display: block;
    width: calc(100% - 30px);
    margin: 0 auto;
    margin-bottom: 10px;
}

.maincontents__notice__wrap{
    background-color: #C90000;
    padding: 10px 0;
}

.maincontents__notice {
  overflow: hidden;
  display: flex;
  width: 100%;
}

.notice__item {
  flex-shrink: 0;
  white-space: nowrap;
  font-size: 14px;
  padding: 0 9px;
  font-weight: bold;
  color: #fff;
}

.notice__item:nth-child(odd) {
  animation: MoveLeft 18s -9s infinite linear;
}

.notice__item:nth-child(even) {
  animation: MoveLeft2 18s infinite linear;
}

.maincontents__slider__wrap{
    margin-top: 25px;
}


@keyframes MoveLeft {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes MoveLeft2 {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}

.renewal_point01__wrap{
    position: relative;
}

.men-slider-box__wrap{
    position: absolute;
    width: 100%;
    top: 35%;
}

.men-slider-box {
    overflow: hidden;
    width: calc(100% - 60px);
    margin: 0 auto;
}

.men-slider-box img {
    width: 100%;
    display: block;
    height: auto;
}

.men-slider-box .slick-slide {
    line-height: 0;
}

.image-slider-box {
    border: 2px solid #FAC83C;
    border-radius: 8px;
    overflow: hidden;
    width: calc(100% - 60px);
    margin: 0 auto;
}

.image-slider-box img {
    width: 100%;
    display: block;
    height: auto;
}

.maincontents__fvcta{
    position: relative;
}
.maincontents__fvcta__button {
    position: absolute;
    bottom: 14.5%;
    left: 15px;
    width: calc(100% - 30px);
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
}
.maincontents__fvcta__button:hover{
    opacity: 0.7;
}

.maincontents__fvcta__code{
    position: absolute;
    width: calc(100% - 130px);
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    color: #ffffff;
    bottom: 23%;
    left: 65px;
    min-width: 210px;
    max-width: 100%;
    line-height: 45px;
    border: 1px solid #C90000;
    background-color: #000000;
    border-radius: 2px;
}

.maincontents__fv{
    position: relative;
    z-index: 0;
}

.maincontents__fv__bg{
    position: relative;
    z-index: 0;
}

.maincontents__fv__layer{
    position: absolute;
    z-index: 1;
    inset: 0;
    opacity: 0;
}

.maincontents__fv__layer--first{
    opacity: 1;
}

.maincontents__fv.is-animation-started .maincontents__fv__layer--first{
    animation: fvFirst 2s ease-in-out 0.3s both;
}

.maincontents__fv.is-animation-started .maincontents__fv__layer--second{
    animation: fvSecond 2s ease-in-out 0.3s both;
}

.maincontents__fv.is-animation-started .maincontents__fv__layer--third{
    animation: fvThird 2s ease-in-out 0.3s both;
}

@keyframes fvFirst{
    0% { opacity: 1; }
    50%, 100% { opacity: 0; }
}

@keyframes fvSecond{
    0% { opacity: 0; }
    50% { opacity: 1; }
    100% { opacity: 0; }
}

@keyframes fvThird{
    0%, 50% { opacity: 0; }
    100% { opacity: 1; }
}

@media (prefers-reduced-motion: reduce){
    .maincontents__fv__layer{
        animation: none;
    }

    .maincontents__fv__layer--third{
        opacity: 1;
    }
}

.maincontents__bottom{
    position: relative;
    z-index: 1;
}

.maincontents__bottom__gap{
    position: absolute;
    top: 0;
    transform: translateY(-50%) translateX(-50%);
    left: 50%;
    width: 84%;
}

.image-slider-box .slick-slide {
    line-height: 0;
}

.js-image-slider--slider01 .slick-dots{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    bottom: -30px;
}

.js-image-slider--slider01 .slick-dots li,
.js-image-slider--slider01 .slick-dots li button{
    width: 6px;
    height: 6px;
    margin: 0;
    padding: 0;
}

.js-image-slider--slider01 .slick-dots li button{
    box-sizing: border-box;
    border: 1px solid #C90000;
    border-radius: 50%;
    background-color: transparent;
}

.js-image-slider--slider01 .slick-dots li button::before{
    content: none;
}

.js-image-slider--slider01 .slick-dots li.slick-active button{
    background-color: #C90000;
}

.js-image-slider--slider01 .image-slider-arrow{
    position: absolute;
    z-index: 2;
    bottom: -32px;
    display: flex;
    align-items: center;
    gap: 5px;
    max-width: 42%;
    padding: 0;
    border: 0;
    background: transparent;
    color: #C90000;
    font: inherit;
    font-size: 10px;
    line-height: 1.2;
    cursor: pointer;
}

.js-image-slider--slider01 .image-slider-arrow--prev{
    left: 0;
    text-align: left;
}

.js-image-slider--slider01 .image-slider-arrow--next{
    right: 0;
    text-align: right;
}

.js-image-slider--slider01 .image-slider-arrow__name{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #ffffff;
    font-size: 10px;
}

.js-image-slider--slider01 .image-slider-arrow__icon{
    flex: 0 0 auto;
    width: 7px;
    height: 6px;
}

.maincontents__slider{
    background:url(../img/slider_bg.webp) no-repeat center center;
    background-size: cover;
    padding: 60px 30px;
}

.renewal_point03__wrap{
    position: relative;
}

.js-popup-image1{
    position: absolute;
    top: 44%;
    left: calc(50% - 25px);
    cursor: pointer;
}

.js-popup-image1 img{
    width: 50px;
    height: auto;
}

.js-popup-image2{
    position: absolute;
    top: 76%;
    left: calc(50% - 25px);
    cursor: pointer;
}

.js-popup-image2 img{
    width: 50px;
    height: auto;
}

.image-popup {
  position: fixed;
  inset: 0;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.25s ease,
    visibility 0.25s ease;
}

.image-popup.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.image-popup__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  opacity: 0;
  transition: opacity 0.25s ease;
}

.image-popup.is-active .image-popup__overlay {
  opacity: 1;
}

.image-popup__content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90vw;
  height: 80vh;
  transform: translate(-50%, -48%) scale(0.96);
  opacity: 0;
  transition:
    opacity 0.25s ease,
    transform 0.25s ease;
}

.image-popup.is-active .image-popup__content {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

.image-popup__scroll {
  width: 100%;
  height: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  background: #fff;
  border-radius: 8px;
}

.image-popup__img {
  display: block;
  height: 100%;
  width: auto;
  max-width: none;
  max-height: none;
  margin: 0 auto;
}

.image-popup__close {
  position: absolute;
  top: -44px;
  right: 0;
  z-index: 2;
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 50%;
  background: #fff;
  color: #333;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  padding-bottom: 3px;
}

.image-popup__scroll::-webkit-scrollbar {
  height: 10px;
}

.image-popup__scroll::-webkit-scrollbar-track {
  background: #eee;
}

.image-popup__scroll::-webkit-scrollbar-thumb {
  background: #aaa;
  border-radius: 999px;
}

@media screen and (max-width: 1023px) {
    .bg__logo{
        display: none;
    }
}

@media screen and (max-width: 490px) {
    .maincontents{
        max-width: 490px;
    }
}

/* index_2.html / BASExREJECT LP */
.page-reject .maincontents__point,
.page-reject .maincontents__renewal {
    line-height: 0;
}

.page-reject .maincontents__point > img,
.page-reject .renewal_txt {
    display: block;
}

.page-reject .renewal_txt--last {
    width: 100%;
}

.page-reject .maincontents__fvcta--footer {
    padding-bottom: 266px;
    background-color: #fff0c8;
}

.page-reject .maincontents__fvcta--footer .maincontents__fvcta__button {
    bottom: 62px;
    left: 30px;
    width: calc(100% - 60px);
}

@media screen and (max-width: 749px) {
    .page-reject .allflex {
        display: block;
    }

    .page-reject .bg {
        display: none;
    }

    .page-reject .maincontents {
        max-width: 375px;
        margin: 0 auto;
    }
}
