.relative {
    position: relative;
}
.wrapper {
    margin: 0 auto;
    max-width: 750px;
    display: block;
}
.fv {
    position: relative;
    z-index: 999;
}
img {
    width: 100%;
    height: auto;
    display: block;
    vertical-align: bottom;
}
.discription {
    position: absolute;
    bottom: 1.5%;
    font-size: clamp(5px, 2.8vw, 14px);
    padding: 0 16px;
    color: #755658;
}
.discription a {
    font-size: clamp(10px, 2vw, 14px);
    color: #755658;
}
a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.apply-btn {
    
    position: absolute;
    /*bottom: 27%;*/
    bottom:6%;
    left: 50%;
    transform: translateX(-50%);
    width: 85%;
    cursor: pointer;
}
.apply-btn2 {
    
    position: absolute;
    /*bottom: 27%;*/
    bottom:8%;
    left: 50%;
    transform: translateX(-50%);
    width: 85%;
    cursor: pointer;
}



.is-floating-visible .floating-btn {
    display: block !important;
}


.floating-btn {
    display: none;
    position: fixed;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1 ;
    max-width: 650px;
    cursor: pointer;
}
.qa-container {
    width: 100%;
    max-width: 750px;
    background-color: #efddd0;
    padding: 20px;
    margin: 0 auto;
}
.qa-title {
    text-align: center;
    margin-bottom: 5px;
    font-size: 32px;
    color: #cf7575;
    font-weight: 500;
    letter-spacing: 2.56px;
}
.qa-subtitle {
    text-align: center;
    margin-bottom: 30px;
    font-size: 24px;
    color: #000;
    letter-spacing: 1px;
}
.qa-item {
    margin-bottom: 15px;
    overflow: hidden;
}
.qa-question {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-size: 16px;
    color: #000;
    background-color: white;
    border-radius: 8px;
}
.arrow-icon {
    transition: transform 0.3s ease;
}
.divider {
    display: none;
    margin: 0 20px;
    height: 1px;
    background-color: #473733;
}
.qa-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    padding: 0 20px;
    font-size: 14px;
    line-height: 1.6;
    color: #000;
}
.qa-answer img {
    padding-top: 20px;
}
.qa-item.active .arrow-icon {
    transform: rotate(180deg);
}
.qa-item.active .qa-answer {
    max-height: 1500px;
    padding: 20px;
}
.qa-item.active .divider {
    display: block;
}

ol, ul {
    list-style: none;
    padding: 0;
}
.form_container_ec, .form_container_sp_ec {
    position: relative;
    z-index: 99;
    background: #FFF !important;
}

#lp_footer {
    font-family: 'Zen Kaku Gothic New', sans-serif !important;
    font-feature-settings: "palt";
    background: #fff;
    text-align: center;
    padding: 24px 24px 150px;
}
#lp_footer ul {
    margin: 32px auto;
    overflow: hidden;
    display: flex;
    justify-content: center;
    font-family: 'Zen Kaku Gothic New', sans-serif !important;
    font-feature-settings: "palt";
    padding: 0;
}
#lp_footer ul li {
    margin: 0 18px;
    line-height: 1.7;
}
.lp_footer {
    position: relative;
    z-index: 99;
}
#lp_footer ul a {
    font-family: 'Zen Kaku Gothic New', sans-serif !important;
    font-feature-settings: "palt";
    text-decoration: none;
    color: #000;
    font-size: 14px;
    margin: 0 auto 20px;
    display: block;
    letter-spacing: .04em;
}
#lp_footer span {
    color: #888;
    line-height: 1.8;
    letter-spacing: .04em;
    font-size: 11px;
}


.page-width {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    position: relative;
}
.exit-banner {
    perspective: 800px;
    position: fixed;
    z-index: 9999;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    display: none;
}
.p-flip {
    position: relative;
    width: 300px;
    height: 300px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    aspect-ratio: 1 / 1;
}
.p-flip__inner {
    width: 300px;
    height: 300px;
    transform-style: preserve-3d;
    animation: flipCard 6s linear infinite;
}
.p-flip__img--front {
    transform: rotateY(0deg);
}
.p-flip__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    object-fit: cover;
}
.p-flip-button {
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 10px;
    margin-top: 5px;
}
.p-flip-button__img--back {
    padding-top: 15px;
    background: none;
    border: none;
}
.p-flip-pressbutton__sp {
    display: none;
}
html.is-exit-open, body.is-exit-open {
    overflow: hidden;
}


  .swiper-container-1 {
    position: absolute;
    bottom: 8%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    width: 85%;
  }

  .swiper-1 {
    overflow: hidden;
  }

  .swiper-prev,
  .swiper-next {
    width: 32px;
    height: 64px;
  }

  .swiper-prev {
    position: absolute;
    left: -16px;
    top: 55%;
    transform: translateY(-50%);
    z-index: 2;
    cursor: pointer;
  }

  .swiper-next {
    position: absolute;
    right: -16px;
    top: 55%;
    transform: translateY(-50%);
    z-index: 2;
    cursor: pointer;
  }

  .swiper-disabled {
    opacity: 0;
    pointer-events: none;
  }

  .swiper-container-2 {
    position: absolute;
    bottom: 27.5%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    width: 100%;
  }

  .swiper-2 {
    overflow: hidden;
  }

  .swiper-container-3 {
    position: absolute;
    bottom: 27.5%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    width: 85%;
  }

  .swiper-3 {
    overflow: hidden;
  }

  .swiper-container-4 {
    position: absolute;
    bottom: 15%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    width: 85%;
  }

  .swiper-4 {
    overflow: hidden;
  }
  

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Zen Kaku Gothic New', sans-serif !important;
    font-feature-settings: "palt";
}

/*ポップアップ*/
.p-flip {
    position: relative;
    width: 300px;
    height: 300px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    aspect-ratio: 1 / 1;
}
.p-flip__inner {
    width: 300px;
    height: 300px;
    transform-style: preserve-3d;
    animation: flipCard 6s linear infinite;
}
.p-flip__img--front {
    transform: rotateY(0deg);
}
.p-flip__img--back {
    transform: rotateY(180deg);
}
.p-flip__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    object-fit: cover;
}
.p-flip-button {
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 10px;
    margin-top: 5px;
}
.p-flip-button__img--nomal {
    animation: pressBtnNormal 1.5s linear infinite;
}
.p-flip-button__img {
    width: 225px;
    position: absolute;
    object-fit: cover;
}
.p-flip-button__img--pressed {
    animation: pressBtnPressed 1.5s linear infinite;
    bottom: -98px;
}

@media screen and (max-width: 768px) {
  .floating-btn {
        width: 85%;
    }
    .p-flip-pressbutton__pc {
        display: none;
    }
    .p-flip-pressbutton__sp {
        display: block;
    }
    #lp_footer ul {
        flex-direction: column;
        font-family: 'Zen Kaku Gothic New', sans-serif !important;
        font-feature-settings: "palt";
        padding: 0;
    }
    #lp_footer ul li {
    margin: 0;
    }

}
