@charset "UTF-8";
.txtEx {
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
}
.PC {
    display: inherit;
}
.SP {
    display: none;
}

:where(html) {
    overflow: overlay;
    font-family: sans-serif;
    font-size: 62.5%; /*1rem = 10px*/
    font-size: 1.33vw; /*defaultFontsize / maxWidth * 100*/
    /*max-width: 750px;*/ /*maxWidth*/
    margin: 0 auto;
}
/*deviceWidth 750px 以上の時 全体のフォントサイズ 10px に固定*/
@media screen and (min-width: 750px) {
    :where(html) {
        font-size: 10px; /*defaultFontsize*/
    }
}
:where(body) {
    width: 100%;
    margin: 0 auto;
    /*overflow-x: hidden;*/
    height: 200vh;
}
:where(img) {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
:where(picture) {
    display: inline-block;
    vertical-align: bottom;
}

a:where([class]) {
    display: inline-block;
    transition: opacity 0.12s;
}
a:where([class]):hover {
    opacity: 0.8;
}

/*--------------------
No1*/

/*--No2*/

/*No3*/

.lparea {
    overflow: hidden;
}
[class^="lpimg"] {
    display: flex;
    justify-content: center;
}
[class^="lpimg"] .bg {
    width: 200rem;
    max-width: none;
}
.btnarea {
    position: relative;
}
.btnarea > .btn {
    position: absolute;
    z-index: 10;
    left: 50%;
    transform: translateX(-50%) translateZ(0);
    display: block;
}
.btnarea [class^="btn"] {
    filter: drop-shadow(0.5rem 0.5rem 0.5rem rgba(0, 0, 0, 0.3));
}
.btnarea .btn01 {
    width: 60rem;
    margin-bottom: 2.5rem;
}
.btnarea .btn02 {
    bottom: 10.6rem;
    width: 60rem;
}
.btnarea .btn03 {
    bottom: 25.5rem;
    width: 60rem;
}
/*--------------------
cv*/
.cvarea {
    background: #efefef url(../images/lp_pre8_cvbg.png) no-repeat center top;
    background-size: 200rem 100%;
}
.countdownarea {
    position: relative;
}
.countdownarea .overlay-image {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
}
.countdown {
    position: absolute;
    z-index: 10;
    bottom: 2.1rem;
    display: flex;
    align-items: center;
    color: #000;
    font-size: 2rem;
    letter-spacing: 0.2em;
    margin: -2.5rem -17rem;
}
.countdown .time mark {
    color: #000;
    background: none;
}
.countdown .numberDisplay {
    font-size: 3.8rem;
    letter-spacing: 0.14em;
}

#countdown-day,
#countdown-day_2,
#countdown-day_3,
#countdown-sec,
#countdown-sec_2,
#countdown-sec_3,
#countdown-hour,
#countdown-hour_2,
#countdown-hour_3,
#countdown-min,
#countdown-min_2,
#countdown-min_3 {
    margin: 0.2rem;
    padding: 0.2rem;
    font-size: 6rem;
}

/* コピー完了メッセージの非表示　*/
.copy_alert,
.copy_alert_2,
.copy_alert_3 {
    display: none;
    color: #000;
    font-size: 3rem;
    text-align: center;
}

/* カウントダウンタイマー  */
#countdownArea,
#countdownArea_2,
#countdownArea_3 {
    text-align: center;
}

/*--------------------
animation*/
.flash_effect {
    /*	position: relative;*/
    overflow: hidden;
    border-radius: 1rem;
}
.flash_effect:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: -30%;
    top: -50%;
    display: block;
    width: 100px;
    height: 200%;
    background-image: linear-gradient(
        left,
        rgba(255, 255, 255, 0) 0%,
        white 50%,
        rgba(255, 255, 255, 0) 100%
    );
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0) 0%,
        rgb(255, 255, 255) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    transform: rotate(30deg);
    animation: shiny 2s infinite linear normal;
    opacity: 0.7;
}
@keyframes shiny {
    0% {
        left: -30%;
    }
    30% {
        left: 120%;
    }
    100% {
        left: 120%;
    }
}

/*--------------------
slider*/
.lpslider {
    position: absolute;
    max-width: 660px;
    width: 66rem;
    margin: 0 auto;
    padding-bottom: 5rem;
}
.js-slider-noml {
    margin-top: 3rem;
}
.js-slider-noml.is-center {
}
.js-slider-noml.is-center .box {
    width: 75rem;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
.js-slider-noml.is-center .box a {
    display: inline-block;
}
.js-slider-noml .box {
    width: 66rem;
    margin: 0 1rem;
}
.js-slider-noml .slick-dots {
    display: flex;
    justify-content: center;
    margin-top: 3.6rem;
}
.js-slider-noml .slick-dots li {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0 2.4rem;
    border-radius: 50%;
    background: #b0b0b0;
}
.js-slider-noml .slick-dots li button {
    text-indent: 150%;
    white-space: nowrap;
    overflow: hidden;
}
.js-slider-noml .slick-dots li.slick-active {
    background: #007f84;
}
.js-slider-noml .slick-arrow {
    text-indent: 150%;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
    z-index: 10;
    right: -3rem;
    top: calc(50% - (3.2rem + 3.6rem + 1.4rem) / 2);
    width: 6.3rem;
    height: 6.3rem;
    border-radius: 50%;
    background: url("../images/lp_pre8_sliderarr.png") no-repeat center;
    background-size: 100%;
}
.js-slider-noml .slick-arrow.slick-prev {
    right: auto;
    left: -3rem;
    transform: scaleX(-1);
}

/*--------------------
qa*/
.qaarea {
    padding-bottom: 6rem;
    background: #e2efed url("../images/lp_pre8_qabg.jpg") no-repeat center top;
    background-size: 200rem;
}
.qaarea .js-toggle {
    width: 67.8rem;
    margin: 0 auto;
    padding-bottom: 4rem;
}
.qaarea .js-toggle .is-btn {
    cursor: pointer;
    position: relative;
}
.qaarea .js-toggle .is-btn:hover {
    opacity: 0.8;
}
.qaarea .js-toggle .is-btn:before {
    content: "";
    position: absolute;
    z-index: 10;
    right: 2.2rem;
    top: 50%;
    transform: translateY(-50%);
    width: 3rem;
    height: 1.7rem;
    background: url("../images/lp_pre8_qaarr.png") no-repeat;
    background-size: 100%;
}
.qaarea .js-toggle.is-hidden .is-btn:before {
    transform: translateY(-50%) scaleY(-1);
}
.qaarea .js-toggle .is-box {
    overflow: hidden;
}
.qaarea .js-toggle.is-hidden .is-box {
    height: 0;
}

/*--------------------
header*/
.box_lpimg01 {
    height: 10rem;
    background: url("../images/lp_pre8_01bg.jpg") no-repeat;
    background-size: 100% 100%;
    box-shadow: 0 0.7rem 0.5rem rgba(0, 0, 0, 0.1);
}
.box_lpimg01 .links {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 75rem;
    margin: 0 auto;
}
.box_lpimg01 .btn01 {
    width: 25.6rem;
    margin-left: 3rem;
}
.box_lpimg01 .btn02 {
    width: 18rem;
    margin: 0 0 0 auto;
    filter: drop-shadow(0.5rem 0.5rem 0.5rem rgba(0, 0, 0, 0.3));
}
.box_lpimg01 .btn03 {
    width: 18rem;
    margin: 0 1.5rem 0 2rem;
    filter: drop-shadow(0.5rem 0.5rem 0.5rem rgba(0, 0, 0, 0.3));
}

/*--------------------
footer*/
.footer {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
}
.footer .head {
    width: 29rem;
    margin: 0 auto;
    padding: 5.2rem 0 4.2rem 0;
}
.footer .icons {
    display: flex;
    justify-content: space-between;
    width: 46.6rem;
    margin: 0 auto;
}
.footer .icons .icon {
    width: 11.3rem;
}
.footer .links {
    display: flex;
    justify-content: center;
    padding: 3.5rem 0;
}
.footer .links .link {
    color: #000;
    font-size: 2.6rem;
    font-weight: 400;
    text-decoration: none;
    line-height: 1;
}
.footer .links .link:not(:last-child) {
    margin-right: 1em;
    padding-right: 1em;
    border-right: 1px solid #000;
}

/*--------------------
fix*/
.js-fix {
    height: 19rem;
}
.js-fix .fix_bnr {
    pointer-events: none;
    position: fixed;
    z-index: 10;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.15s;
}
.js-fix .fix_bnr.is-active {
    pointer-events: auto;
    opacity: 1;
}

/* 追加CSS　*/
/* PC-SP表示変更 */
@media (min-width: 751px) {
    .mobile {
        display: none !important;
    }
}
@media (max-width: 750px) {
    .desktop {
        display: none !important;
    }
}
