@charset "utf-8";

#container {
    overflow: hidden;
}

/*-----------------------------------------------
    secHero
-----------------------------------------------*/
.secHero {
    position: relative;
    overflow: visible;
}

.secHero .heroInner01 {
    /* height: 100vh; */
    position: relative;
}

.secHero .boxTxtHero {
    position: absolute;
    top: 37.4rem;
    left: 0;
    z-index: 2;
}

.secHero {
    background: url(../img/point/bgLineup.png) center top / cover no-repeat #dcd3ca;
    z-index: 1;
}

.secHero {
    width: 100%;
    height: 130.4rem;
}

.secHero .imgComfortable {
    position: absolute;
    bottom: 18rem;
    right: 0;
    mix-blend-mode: color-burn;
    z-index: 2;
}

.secHero .titForm {
    font-size: var(--pcFontSize35);
    line-height: var(--pcLineHeight35_65);
    letter-spacing: var(--pcLetterSpacing35_300);
    display: inline;
    margin-top: 3.6rem;
    font-family: "YakuHanJP_Narrow", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    font-weight: bold;
}

.secHero .txtForm {
    font-size: var(--pcFontSize15);
    line-height: var(--pcLineHeight15_35);
    letter-spacing: var(--pcLetterSpacing15_150);
    margin-top: 2.6rem;
    font-family: "YakuHanJP_Narrow", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    font-weight: bold;
}

/* MOVIE */
.videoSection {
    position: absolute;
    width: 49.5834%;
    height: 41.105%;
    margin: 0 auto;
    right: 9.375%;
    top: 20.8589%;
}

.videoSection .bnrMovie {
    position: absolute;
    top: -3.2rem;
    left: -3rem;
    z-index: 2;
    background: var(--pinkColor);
    color: var(--whiteColor);
    width: 56.5rem;
    height: 6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}
.videoSection .bnrMovie .txt{
    font-size: var(--pcFontSize14);
    letter-spacing: var(--pcLetterSpacing14_50);
}
.videoSection .bnrMovie .txtBig{
    font-size: var(--pcFontSize20);
    letter-spacing: var(--pcLetterSpacing20_50);
}
.videoSection .bnrMovie .txtSub{
    font-size: var(--pcFontSize10);
    letter-spacing: var(--pcLetterSpacing10_150);
}

.videoContainer {
    position: relative;
    width: 100%;
    height: 100%;
}

.videoThumbnail {
    position: relative;
    cursor: pointer;
}

.videoThumbnail:hover {
    -webkit-filter: brightness(1.1);
    filter: brightness(1.1);
}

.thumbnailImage {
    width: 100%;
    height: 100%;
    display: block;
}

.playButton {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 17.5rem;
    height: 17.5rem;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.playIcon {
    width: 40px;
    height: 40px;
    fill: #333;
}

.videoWrapper {
    display: none;
    /* 初期は非表示 */
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
}

.videoPlayer {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    font-family: 'object-fit:cover;';
}




@media only screen and (max-width:1215px) {
    .secHero {
        position: relative;
        padding: 4.5rem 0 0;
    }

    .secHero .wrapper {
        position: relative;
        z-index: 1;
        align-items: center;
        flex-direction: column;
        height: auto;
    }

    .secHero .boxAward {
        max-width: calc(100% - 2rem);
        margin-top: 1.8rem;
        width: 33.5rem;
    }

    .secHero {
        width: 100%;
        height: 167vw;
        max-height: 62.6rem;
        background: url(../img/point/bgLineup_sp.jpg) center bottom / cover no-repeat #dcd3c9;
    }

    .videoSection {
        height: 41.105%;
        right: unset;
        left: 50%;
        transform: translateX(-50%);
        top: 49%;
        width: 89.336%;
        margin: 0 auto;
        max-width: 40rem;
    }

    .videoContainer {
        max-width: 40rem;
    }

    .playButton {
        width: 6rem;
        height: 6rem;
    }

    .playButton img {
        width: 100%;
        height: auto;
    }

    .secHero .boxTxtHero {
        top: 9.5rem;
    }

    .secHero .titForm {
        font-size: var(--spFontSize20);
        line-height: var(--spLineHeight20_40);
        letter-spacing: var(--spLetterSpacing20_150);
        display: inline;
        margin-top: 3.6rem;
        background: #f7f6eb;
    }

    .secHero .boxHero {
        margin-bottom: 1.3rem;
    }

    .secHero .txtForm {
        font-size: var(--spFontSize13);
        line-height: var(--spLineHeight13_24);
        letter-spacing: var(--spLetterSpacing13_35);
        letter-spacing: 0;
        margin-top: 25rem;
        font-weight: normal;
    }

    .secHero .txtForm+.txtForm {
        margin-top: 2.6rem;
    }

    .secHero .imgComfortable {
        position: absolute;
        left: 5.332%;
        top: unset;
        bottom: 3%;
        width: 82.667%;
        max-width: 31rem;
        left: 5.332%;
        mix-blend-mode: color-burn;
    }

    .secHero .titForm .titSpan {
        line-height: 1.4;
    }

    .videoSection .bnrMovie {
        position: absolute;
        top: -1.5rem;
        left: -1.5rem;
        z-index: 2;
        width: 93.433%;
        max-width: 30rem;
        height: 3.2rem;
    }
    .videoSection .bnrMovie .txt {
        font-size: var(--spFontSize10);
        letter-spacing: var(--spLetterSpacing10_50);
    }
    .videoSection .bnrMovie .txtBig {
        font-size: var(--spFontSize13);
        letter-spacing: var(--spLetterSpacing13_50);
    }
    .videoSection .bnrMovie .txtSub {
        display: none;
    }
}

@media only screen and (max-width:450px) {
    .secHero .imgComfortable {
        left: 5.332%;
    }

    .secHero .heroInner01 {
        height: auto;
    }
}

@media only screen and (max-width:370px) {
    /* .secHero .imgComfortable {
        top: 33.8rem;
    } */

    .secHero .txtForm {
        margin-top: 22.6rem;
    }
}


/*-----------------------------------------------
    secConents
-----------------------------------------------*/
.secConents {
    margin-top: 0;
    position: relative;
    z-index: 1;
}

.secConents .boxSun {
    padding: 7.8rem 0 16.4rem;
}

.secConents.lazyloaded .boxSun {
    background: url(../img/point/bgCircle.jpg) center bottom / cover no-repeat;
}

.secConents .boxAnker {
    text-align: left;
}

.secConents .contentsAnker {
    background: #dad1c7;
}

.secConents .contentsAnker .boxTitle {
    color: var(--whiteColor);
    height: 98rem;
    display: flex;
    align-items: center;
}

.secConents .titNum {
    font-size: var(--pcFontSize25);
    letter-spacing: var(--pcLetterSpacing25_100);
}

.secConents .titContents {
    font-size: var(--pcFontSize50);
    line-height: var(--pcLineHeight50_100);
    letter-spacing: var(--pcLetterSpacing50_100);
    margin-top: 1.7rem;
}

.secConents .txtContents {
    font-size: var(--pcFontSize18);
    line-height: var(--pcLineHeight18_40);
    letter-spacing: var(--pcLetterSpacing18_200);
    margin-top: 1.6rem;
}

.secConents .boxWrapper {
    background: #f2ede9;
    padding: 0 0 3.5rem;
    position: relative;
    top: -22rem;
    z-index: 3;
}

.secConents .imgEnergy {
    margin: 2.8rem auto 0;
    width: 82.422%;
    max-width: 105.5rem;
}

.secConents .boxInner {
    text-align: center;
}

.secConents .titWrapper.titBig {
    font-size: var(--pcFontSize44);
    line-height: var(--pcLineHeight44_60);
    letter-spacing: var(--pcLetterSpacing44_100);
}

.secConents .titWrapper {
    font-size: var(--pcFontSize32);
    line-height: var(--pcLineHeight32_56);
    letter-spacing: var(--pcLetterSpacing32_100);
}

.secConents .txtWrapper {
    font-size: var(--pcFontSize16);
    line-height: var(--pcLineHeight16_40);
    letter-spacing: var(--pcLetterSpacing16_150);
}

.secConents .imgEnergy+.titWrapper {
    margin-top: 4rem;
}

.secConents .titWrapperSmall {
    font-size: var(--pcFontSize23);
    line-height: var(--pcLineHeight23_56);
    letter-spacing: var(--pcLetterSpacing23_100);
}

.secConents .imgInsulation {
    margin: 3.2rem auto 0;
    max-width: 63.4rem;
    width: 52%;
}

.secConents .txtImgUnder {
    font-size: var(--pcFontSize13);
    letter-spacing: var(--pcLetterSpacing13_50);
    line-height: var(--pcLineHeight13_30);
    text-align: center;
    margin-top: 1.4rem;
}

.secConents .boxEffect {
    margin-top: -11rem;
}

.secConents .imgEffect {
    width: calc(1110 / 1280 * 100%);
    max-width: 111rem;
    margin: 5.6rem auto 0;
}

.secConents .boxCost {
    margin-top: 9rem;
}

.secConents .boxCost .titWrapper {
    letter-spacing: var(--pcLetterSpacing44_150);
}

.secConents .imgCost {
    margin-top: 7rem;
}

.secConents .boxEnergy {
    margin-top: 5rem;
}

.secConents .boxEnergy .titWrapper {
    letter-spacing: var(--pcLetterSpacing44_200);
}

.secConents .boxEnergy .txtWrapper {
    margin-top: 1.8rem;
}

.secConents .imgEne {
    width: 76.5625%;
    max-width: 98rem;
    margin: 4.5rem auto 0;
}

.secConents .boxAI {
    margin-top: 4.8rem;
    position: relative;
}

.secConents .boxAI .titWrapper {
    letter-spacing: var(--pcLetterSpacing44_250);
}

.secConents .imgAI {
    margin: 4.5rem auto 0;
    width: 94.3%;
    max-width: 120.7rem;
}

.secConents .imgRobo {
    position: absolute;
    bottom: -5.5rem;
    left: -8.6rem;
}


.secConents .imgComfortable {
    margin-top: -12rem;
    mix-blend-mode: color-burn;
}

.secConents .imgFlex {
    margin: -6.2rem auto 0;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4rem;
}
.secConents .imgFlex .titUtria {
    width: 83.1rem;
}
.secConents .imgFlex .txtPerformance {
    font-size: var(--pcFontSize44);
    line-height: var(--pcLineHeight44_60);
    letter-spacing: var(--pcLetterSpacing44_100);
    flex-shrink: 0;
}

.secConents .txtLone {
    font-size: var(--pcFontSize26);
    line-height: var(--pcLineHeight26_56);
    letter-spacing: var(--pcLetterSpacing26_100);
    width: 118rem;
    height: 8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0.1rem solid #76645d;
    margin: 7rem auto 0;
}

.secConents .imgLone {
    margin: 5rem auto 0;
    text-align: center;
    /* width: 81.25%; */
    /* max-width: 156rem; */
}

.secConents .txtUnderLone {
    font-size: var(--pcFontSize13);
    letter-spacing: var(--pcLetterSpacing13_50);
    line-height: var(--pcLineHeight13_30);
    text-align: left;
    width: 81.4584%;
    max-width: 156.4rem;
    margin: 3rem auto 0;
    padding-bottom: 7rem;
}

.secConents .imgPriceTxt{
    font-size: var(--pcFontSize32);
    line-height: var(--pcLineHeight32_56);
    letter-spacing: var(--pcLetterSpacing32_100);
    text-align: center;
    margin-top: 4rem;
}

.secConents .imgPrice{
   font-size: var(--pcFontSize38);
   letter-spacing: var(--pcLetterSpacing38_50);
   text-align: center;
   margin: 3.5rem auto 0;
   font-weight: bold;
   position: relative;
   width: fit-content;
   max-width: 100%;
   box-sizing: border-box;
}
.secConents .imgPrice::after {
    content: "";
    position: absolute;
    left: -2rem;
    right: 0;
    bottom: 1.5rem;
    height: 2.7rem;
    background: rgba(205, 123, 162, 0.15);
    pointer-events: none;
    width: calc(100% + 4rem);
}
.secConents .imgPrice .txtPrice{
   font-size: var(--pcFontSize240);
   font-weight: 400;
   color: var(--pinkColor);
}

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

    .secConents .boxInner {
        overflow: hidden;
    }
    .secConents .imgSp {
        position: absolute;
        z-index: 3;
        width: 25.6rem;
        left: 50%;
        top: -3.7rem;
        transform: translateX(-50%);
    }

    .secConents .contentsAnker {
        padding-top: 10.2rem;
    }

    .secConents .boxWrapper {
        padding: 0;
        top: 0;
        box-shadow: 0px 0px 11.28px 0.72px rgba(49, 43, 36, 0.12);
        padding-bottom: 11.7rem;
    }

    .secConents .titWrapper.titBig {
        font-size: var(--spFontSize16);
        line-height: var(--spLineHeight16_30);
        letter-spacing: var(--spLetterSpacing16_50);
        text-align: center;
    }

    .secConents .txtImgUnder {
        font-size: var(--spFontSize10);
        letter-spacing: var(--spLetterSpacing10_50);
        line-height: var(--spLineHeight10_20);
        margin-top: 0;
        font-weight: bold;
    }

    .secConents .boxSun {
        padding: 3.6rem 0 4.4rem;
    }

    .secConents .imgInsulation {
        margin: 3rem auto 0;
        max-width: 30rem;
        width: 89.553%;
    }

    .secConents .imgEnergy+.titWrapper {
        margin-top: 2rem;
    }

    .secConents .titWrapper {
        font-size: var(--spFontSize16);
        line-height: var(--spLineHeight16_30);
        letter-spacing: var(--spLetterSpacing16_50);
    }

    .secConents .imgEnergy {
        margin-top: 0;
        left: 0;
        width: 95.523%;
        margin: 0.4rem auto 0;
    }

    .secConents .txtLone {
        font-size: var(--spFontSize17);
        line-height: calc(30 / 17);
        letter-spacing: 0;
        width: calc(335 / 375 * 100%);
        margin: 0 auto;
        height: 8rem;
        text-align: center;
        margin: 2rem auto 0;
    }

    .secConents .boxEffect {
        margin-top: 0;
    }
    .secConents .boxEffect .titWrapper{
        margin-top: 3.2rem;
        font-size: var(--spFontSize16);
        line-height: calc(38 / 16);
        letter-spacing: 0;
    }
    .secConents .imgPrice{
        font-size: var(--spFontSize16);
        letter-spacing: var(--spLetterSpacing16_50);
        margin: 2.8rem auto 0;
    }
    .secConents .imgPrice .txtPrice {
        font-size: var(--spFontSize50);
        letter-spacing: var(--spLetterSpacing50_50);
    }
    .secConents .imgPrice::after {
        left: 0;
        right: 0;
        bottom: 0;
        height: 1rem;
        width: 100%;
    }
    .secConents.lazyloaded .boxSun {
        background: url(../img/point/bgCircle_sp.jpg) center bottom / cover no-repeat;
    }
    .secConents .imgEffect img{
        width: 86.6rem;
    }

    /* scrollItem */
    .scrollItem {
        position: relative;
        width: 100%;
        height: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .scrollItem::-webkit-scrollbar {
        display: none;
    }

    .scrollItem::before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: -7.5rem;
        left: 7%;
        background: url(../img/common/iconScroll.png) center center / 10.8rem auto no-repeat;
        transition: all 0.2s ease-out 0.2s;
        animation: scrollItemAnimation 1s linear infinite;
        z-index: 10;
        pointer-events: none;
    }

    .scrollItem.scrolled::before {
        opacity: 0;
    }

    @keyframes scrollItemAnimation {
        0% {
            transform: translateX(0);
        }

        25% {
            transform: translateX(10px)
        }

        50% {
            transform: translateX(0);
        }

        75% {
            transform: translateX(-10px);
        }

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

    .secConents .imgEffect {
        width: 100%;
        max-width: unset;
        margin: 2rem auto 0;
        padding: 0 2rem;
    }
    .secConents .imgPriceTxt{
        font-size: var(--spFontSize16);
        line-height: var(--spLineHeight16_30);
        letter-spacing: var(--spLetterSpacing16_50);
        margin: 2rem auto 0;
    }

    .secConents .imgEffect.scrollItem::before {
        top: 0;
    }

    .secConents .imgCost img{
        width: 86.4rem;
    }
    .imgCost.scrollItem::before{
        left: 25rem;
    }
    .secConents .boxEnergy {
        margin-top: 0;
    }

    .secConents .boxEnergy .titWrapper{
        font-size: var(--spFontSize20);
        letter-spacing: var(--spLetterSpacing20_50);
    }

    .secConents .boxEnergy .txtWrapper {
        margin-top: 1rem;
    }

    .secConents .txtWrapper {
        font-size: var(--spFontSize13);
        line-height: var(--spLineHeight13_30);
        letter-spacing: var(--spLetterSpacing13_50);
    }

    .secConents .imgEne {
        width: 100%;
        max-width: unset;
        margin: 3rem auto 0;
    }

    .secConents .imgAI02 img {
        width: 96.5rem;
        margin: -2rem 0 0;
        overflow: visible;
    }

    .secConents .imgRobo {
        position: absolute;
        bottom: -123px;
        left: calc(50% - 4.2rem);
        width: 42.687%;
        max-width: 14.3rem;
    }
    .secConents .imgAI02 {
        overflow-y: visible;
    }
    .secConents .boxAI .scrollItem::before{
        top: 0rem;
    }
    .secConents .imgComfortable {
        margin-top: 3rem;
    }
    .secConents .imgComfortable.underAI {
        mix-blend-mode: color-burn;
    }
    .secConents .imgFlex {
        margin: -2rem auto 0;
        text-align: center;
        gap: 1.8rem;
        flex-direction: column;
        max-width: unset;
    }
    .secConents .imgFlex .titUtria {
        width: 24.9rem;
    }
    .secConents .imgFlex .txtPerformance {
        font-size: var(--spFontSize14);
        letter-spacing: 0;
    }
    .secConents .imgLone {
        margin: 5rem auto 0;
        padding: 0 5rem;
        text-align: center;
        width: 100%;
        max-width: unset;
        max-width: 40rem;
    }
    .secConents .imgLone img{
        width: 84rem;
    }
    .imgLone.scrollItem::before{
        top: 0;
    }

    .secConents .boxCost .titWrapper{
        font-size: var(--spFontSize18);
        line-height: var(--spLineHeight18_38);
        letter-spacing: 0;
    }

    .secConents .boxCost {
        margin-top: 3rem;
    }

    .secConents .imgCost {
        margin-top: 2.8rem;
    }

    .secConents .boxAI {
        margin-top: 3rem;
    }

    .secConents .imgAI {
        margin: 2rem auto 0;
        width: 88.06%;
        max-width: 29.5rem;
    }

    .secConents .txtUnderLone {
        font-size: var(--spFontSize10);
        line-height: var(--spLineHeight10_20);
        letter-spacing: var(--spLetterSpacing10_50);
        width: 89.336%;
        margin: 1.5rem auto 0;
        padding-bottom: 1rem;
        max-width: 40rem;
    }
}

/*-----------------------------------------------
    secFuture
-----------------------------------------------*/
.secFuture {
    height: 108rem;
    margin-top: -7.3rem;
}

.secFuture.lazyloaded {
    background: url(../img/point/bgFuture.jpg) center top / cover no-repeat;
}

.secFuture .lifeInner {
    padding-top: 22rem;
}

@media only screen and (max-width:1215px) {
    .secFuture.lazyloaded {
        background: #dcd3ca;
    }
    .secFuture .spWrapper {
        height: 100%;
    }
    .secFuture.lazyloaded .spWrapper {
        background: url(../img/point/bgFuture_sp.jpg) center top / cover no-repeat;
    }
    .secFuture .lifeInner {
        width: 13.6rem;
    }
    .secFuture {
        height: 144vw;
        max-height: 54rem;
        margin-top: 0;
    }
}
