@charset "utf-8";

/*-----------------------------------------------
    secHero
-----------------------------------------------*/
.bgWhite {
    background: var(--Colorwhite);
}

.scr-target {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
}

.scr-target.is-active {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: 1s;
}

.secHero .mv {
    position: relative;
    padding-top: 83%;
}

.secHero .mv__title {
    position: absolute;
    left: 29%;
    top: 3%;
    width: 41.834%;
}

.secHero .mv__logo {
    position: absolute;
    top: 46.5%;
    left: 27.5%;
    width: 45.834%;
}

.secHero .mv__lead {
    position: absolute;
    top: 36.5%;
    left: 35.5%;
    width: 31.584%;
}

.secHero .mv__price {
    position: absolute;
    bottom: 9%;
    left: 10.6%;
    margin-bottom: 20px;
    width: 79.917%;
}

.secHero .mv__item {
    position: absolute;
}

.secHero .mv__item.item01 {
    left: 4%;
    top: 3%;
}

.secHero .mv__item.item02 {
    right: 5%;
    top: 3%;
}

.secHero .mv__item.item03 {
    left: 10%;
    top: 21%;
}

.secHero .mv__item.item04 {
    right: 18%;
    top: 17.5%;
}

.secHero .mv__item.item05 {
    left: 7%;
    top: 38%;
}

.secHero .mv__item.item06 {
    right: 4.3%;
    top: 26%;
}

.secHero .mv__item.item07 {
    left: 40%;
    top: 17.5%;
}

.secHero .mv__item.item08 {
    left: 25.5%;
    top: 17%;
}

.secHero .mv__item.item09 {
    right: 25.5%;
    top: 17%;
}

.secHero .mv__item.item10 {
    left: 25.5%;
    top: 35.5%;
}

.secHero .mv__item.item11 {
    right: 22.5%;
    top: 35.5%;
}

.secHero .mv__btn {
    margin-bottom: 6rem;
}

.secHero .sgoh-button {
    width: 100%;
}

.sgoh-button span {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: var(--btnReserve);
    border-radius: 100px;
    width: 95.667%;
    margin: 0 auto;
    height: 10.3rem;
    color: var(--Colorwhite);
    font-size: var(--pcFontSize41);
    font-weight: bold;
    letter-spacing: var(--pcLetterSpacing41_50);
    text-align: center;
    box-shadow: 0px 5px 0px #000;
    transition: .3s;
}

.sgoh-button span:hover {
    box-shadow: unset;
    transform: translateY(4px);
}

.sgoh-button span::after {
    border-right: 3px solid #fff;
    border-top: 3px solid #fff;
    content: "";
    display: block;
    height: 16px;
    transform: rotate(45deg);
    width: 16px;
    right: 30px;
    top: 42px;
    position: absolute;
}
@media only screen and (max-width:1400px) {
    .secHero .mv__item.item07 {
        left: 39%;
    }
}
@media only screen and (max-width:1300px) {
    .secHero .mv__item.item07 {
        left: 38%;
        top: 15.5%;
    }
}
@media only screen and (max-width:1215px) {
    .secHero .mv {
        padding-top: 193%;
    }

    .secHero .mv__title {
        top: 28.5%;
        left: 5.5%;
        margin: 0 auto;
        width: 86.66%;
    }

    .secHero .mv__logo {
        left: 14%;
        top: 61%;
        width: 73.34%;
    }

    .secHero .mv__lead {
        left: 25%;
        top: 54%;
        width: 49.6%;
    }

    .secHero .mv__price {
        width: 92%;
        left: 4%;
        bottom: 7%;
    }

    .secHero .mv__item.item01 {
        left: 13.5%;
        top: 2%;
        width: 36%;
    }

    .secHero .mv__item.item02 {
        right: 14%;
        top: 2%;
        width: 30.933%;
    }

    .secHero .mv__item.item03 {
        left: 5%;
        top: 16%;
        width: 15.467%;
    }

    .secHero .mv__item.item04 {
        right: 29%;
        top: 15.5%;
        width: 10%;
    }

    .secHero .mv__item.item05 {
        left: 26.5%;
        top: 14.5%;
        width: 28%;
    }

    .secHero .mv__item.item06 {
        right: 4.5%;
        top: 12%;
        width: 20%;
    }

    .secHero .mv__item.item07 {
        left: 36%;
        top: 41.5%;
        width: 27.734%;
    }

    .secHero .mv__item.item08 {
        left: 14.5%;
        top: 41%;
        width: 20%;
    }

    .secHero .mv__item.item09 {
        right: 12%;
        top: 41%;
        width: 20%;
    }

    .secHero .mv__item.item10 {
        left: 6%;
        top: 52.5%;
        width: 12.534%;
    }

    .secHero .mv__item.item11 {
        right: 2%;
        top: 52.5%;
        width: 14.134%;
    }

    .secHero .mv__btn {
        margin-bottom: 3rem;
    }

    .sgoh-button span {
        height: 5.7rem;
        width: 98.51%;
        max-width: 33rem;
        font-size: var(--spFontSize20);
        box-shadow: 0px 3px 0px #000;
    }

    .sgoh-button span::after {
        height: 1.2rem;
        width: 1.2rem;
        right: 2rem;
        top: 40%;
        border-right: 2px solid #fff;
        border-top: 2px solid #fff;
        letter-spacing: 0;
    }
}

/*-----------------------------------------------
    secSmart
-----------------------------------------------*/
.secSmart .sec1 {
    margin-top: 80px;
}

.secSmart .sec1__title {}

.secSmart .sec1__img {
    margin: 0 auto;
    margin-top: 3rem;
    width: 83.334%;
    max-width: 100rem;
}

.secSmart .sec1__smart {
    margin-top: 4.5rem;
}

.secSmart .btn_1 {
    display: grid;
    place-items: center;
    margin: 6rem 0;
}

.sec-inner {
    margin: auto;
    text-align: center;
}


.secSmart .sec2__title {
    margin: 4rem auto 0;
}

.secSmart .sec2__list {
    display: flex;
    gap: 2rem 5rem;
    flex-wrap: wrap;
    margin: 2rem auto 0;
    justify-content: center;
}

.secSmart .sec2__list li {
    position: relative;
    margin-top: 1.6rem;
    width: 30.1rem;
}

.secSmart .sec2__price {
    margin-top: 4rem;
}

.secSmart .sec2__btn {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.secSmart .sec2__contact {
    margin-top: 4rem;
}

.secSmart .btn_2 {
    margin: 3rem 0;
}


@media only screen and (max-width:1215px) {
    .secSmart .sec1__smart {
        margin-top: 0;
    }

    .secSmart .sec1 {
        margin-top: 4rem;
    }

    .secSmart .sec2__price {
        margin-top: 3.5rem;
    }

    .secSmart .sec2__list {
        gap: 0.5rem 1.5rem;
        margin: 2rem auto 0;
        justify-content: flex-start;
    }

    .secSmart .btn_1 {
        margin: 2rem 0 3rem;
    }

    .sec-inner {
        padding: 0 2rem;
    }

    .secSmart .sec2__list li {
        width: calc((100% - 1.5rem) / 2);
    }

    .secSmart .btn_2 {
        margin: 2rem 0 4rem;
    }
}

.sec3__title {
    margin: 6rem auto 0;
}

.sec3__point1 {
    margin-top: 4.5rem;
}

.sec3__point1-img {
    margin-top: 4rem;
}

.sec3__item1 {
    margin-top: 6rem;
}

@media only screen and (max-width:1215px) {
    .sec3__title {
        margin-top: 4rem;
    }

    .sec3__point1 {
        margin-top: 1rem;
    }

    .sec3__item1 {
        margin-top: 4rem;
    }
}

.sec4__title {
    margin: 10.5rem auto 0;
}

.sec4__point {
    margin-top: 4rem;
}

.sec4__point-img {
    margin-top: 2rem;
}

.sec4__option {
    margin-top: 3rem;
}

@media only screen and (max-width:1215px) {
    .sec4__title {
        margin-top: 4rem;
    }

    .sec4__point {
        margin-top: 1rem;
    }

    .sec4__option {
        margin-top: 2rem;
    }
}

.sec5__title {
    margin: 8rem auto 0;
}

.sec5__point {
    margin-top: 3rem;
}
.sec5__point p {
    margin: 0 auto;
    width: 80.5%;
}
.sec5__point p.mt40{
    margin: 0 auto;
    width: 86.334%;
    margin-top: 4rem;
}

.sec5__smart {
    margin: 0 auto;
    margin-top: 4rem;
    width: 80.167%;
}

.sec5__btn {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.sec5__contact {
    margin-top: 4rem;
}

.sec5__btn img {
    width: 100%;
    max-width: 63rem;
    margin-bottom: 6rem;
}

@media only screen and (max-width:1215px) {
    .sec5__title {
        margin-top: 4rem;
    }

    .sec5__point {
        margin-top: 1rem;
    }
    .sec5__point p {
        width: 100%;
    }
    .sec5__point p.mt40{
        width: 100%;
        margin-top: 2rem;
    }
    .sec5__smart {
        width: 100%;
    }
}

.sec6__lead {
    margin: 6rem auto 0;
}

.sec6__title {
    margin: 6rem auto 0;
}

.sec6__item {
    margin-top: 4rem;
}

.sec6__option {
    margin-top: 2rem;
}

.sec6__option2 {
    margin-top: 5rem;
    margin-bottom: 12.5rem;
}

@media only screen and (max-width:1215px) {
    .sec6__lead {
        margin-top: 4rem;
    }

    .sec6__title {
        margin-top: 4rem;
    }

    .sec6__item {
        margin-top: 2rem;
    }

    .sec6__option2 {
        margin-top: 4rem;
        margin-bottom: 4rem;
    }
}

.mt40 {
    margin-top: 4rem;
}

@media only screen and (max-width:1215px) {
    .mt40 {
        margin-top: 2rem;
    }
}

/*-----------------------------------------------
    scroll_down-wrap
-----------------------------------------------*/
.scroll_down-wrap {
    position: relative;
    height: 8rem;
    margin: 7rem 0;
}

.scroll_down {
    position: absolute;
    bottom: 1%;
    left: 50%;
    width: 0.2rem;
    height: 6rem;
    animation: arrowmove 2.5s ease-in-out infinite;
    will-change: transform;
}

.scroll_down .txtScroll {
    position: absolute;
    left: -2rem;
    top: -1.6rem;
    font-size: var(--pcFontSize14);
    font-family: 'Josefin Sans', sans-serif;
    letter-spacing: var(--pcLetterSpacing14_50);
    text-decoration: none;
    text-transform: uppercase;
    width: 5rem;
}

.scroll_down:before {
    content: "";
    position: absolute;
    bottom: 0.5rem;
    right: -0.6rem;
    width: 0.2rem;
    height: 1.8rem;
    background: #000;
    transform: skewX(-31deg);
}

.scroll_down:after {
    content: "";
    position: absolute;
    bottom: 0.5rem;
    right: 0;
    width: 0.2rem;
    height: 5rem;
    background: #000;
}

@media screen and (max-width: 1215px) {
    .scroll_down-wrap {
        height: 4rem;
        margin: 6rem 0 4rem;
    }

    .scroll_down {
        height: 5rem;
    }

    .scroll_down .txtScroll {
        left: -2.1rem;
        top: -1rem;
        font-size: var(--spFontSize12);
    }

    .scroll_down:before {
        height: 1.4rem;
        right: -0.5rem;
    }

    .scroll_down:after {
        height: 4rem;
    }
}

@keyframes arrowmove {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(1.5rem);
    }

    100% {
        transform: translateY(0);
    }
}

/*-----------------------------------------------
    promise
-----------------------------------------------*/
.promise {
    padding: 8rem 0;
    background-color: var(--bgBlue)
}

.promise__title {
    width: 100%;
    max-width: 77rem;
    margin: 0 auto;
}

.promise__list {
    margin-top: 7rem;
}

.promise__list li {
    margin-top: 4rem;
}

@media screen and (max-width: 1215px) {
    .promise {
        padding: 4rem 0;
    }

    .promise__list li {
        margin-top: 3rem;
    }
}

/*-----------------------------------------------
    bottom
-----------------------------------------------*/
.bottom {
    margin-top: 6rem;
}

.bottom__contact {
    margin: 0 auto;
    text-align: center;
}

.bottom__contact-img1 {
    margin: 0 auto;
    text-align: center;
}

.bottom__contact-img2 {
    width: 100%;
    max-width: 59.3rem;
    margin: 0 auto;
}

.bottom__btnarea {
    background-color: #4D95C1;
    text-align: center;
    padding: 5rem 0;
}

.bottom__img {
    width: 100%;
    max-width: 59.3rem;
    margin: 0 auto;
}


.bottom-button span {
    background-color: #FFF68A;
    color: #000;
    border: #000 solid 2px;
}

.bottom-button span::after {
    border-right: 3px solid #000;
    border-top: 3px solid #000;
}

.bottom_notes {}

.bottom__notes-inner {
    padding: 4rem 2rem 0;
    margin: auto;

}

.bottom__notes-inner p {
    font-size: var(--pcFontSize12);
    line-height: var(--pcLineHeight12_22);
    letter-spacing: var(--pcLetterSpacing12_120);
    text-align: left;
}

.bottom__main {
    width: 100%;
    max-width: 32rem;
    margin: 4rem auto 0;
}

@media screen and (max-width: 1215px) {
    .bottom {
        margin-top: 4rem;
    }
    
    .bottom .bottom__contact{
        padding: 0 2rem;
    }
    .secSmart .bottom .btn_2 {
        margin: 0;
    }
    .bottom-button span::after {
        border-right: 2px solid #000;
        border-top: 2px solid #000;
        height: 1rem;
        width: 1rem;
    }

    .bottom__contact-img2 {
        max-width: unset;
        margin: 1rem 0 0;
    }
    .bottom__btnarea {
        padding: 4rem 0;
    }

    .bottom-button span {
        white-space: nowrap;
        letter-spacing: 0;
        font-size: var(--spFontSize18);
        min-width: unset;
    }

    .bottom__main {
        width: 100%;
        max-width: auto;
    }

    .bottom__notes-inner p {
        color: var(--txtCopy);
    }

    .bottom__notes-inner {
        padding: 2.5rem 2rem 0;
    }
}

.is-hidden {
    visibility: hidden;
    opacity: 0;
}

.page-top {
    position: fixed;
    bottom: 9rem;
    right: 5rem;
    width: 6.9rem;
    height: 6.9rem;
    display: none;
    border-radius: 50%;
}


.page-top a {
    position: absolute;
    left: 6px;
    bottom: 17px;
    position: static;
}

.page-top.show {
    display: block;
}

@media screen and (max-width: 1215px) {
    .page-top {
        bottom: 13rem;
        right: 1rem;
        width: 4rem;
        height: 4rem;
        box-shadow: 0 0 0.1rem 0.1rem rgba(35, 24, 21, 0.15);
    }
    .page-top a {
        position: static;
    }
}

@media only screen and (max-width:370px) {
    .sgoh-button span {
        font-size: var(--spFontSize18);
    }
}
