@charset "utf-8";

#container {
    overflow: hidden;
}

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

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

.secHero .boxTxtHero {
    position: absolute;
    top: 27.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: -4.7rem;
    left: -5rem;
    z-index: 2;
}

.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: 5.332%;
        top: 49%;
        width: 89.336%;
        margin: 0 auto;
    }

    .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: -3rem;
        left: -3rem;
        z-index: 2;
        width: 93.433%;
        max-width: 31.3rem;
    }
}

@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 17.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: 62.6rem;
    width: 48.91%;
}

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

.secConents .imgEffect {
    width: 85.469%;
    max-width: 109.4rem;
    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 .titUtria {
    margin: -6.2rem auto 0;
    text-align: center;
    width: 67.032%;
    max-width: 128.7rem;
}

.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;
}

@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 .boxSun {
        padding: 3.6rem 0 5rem;
    }

    .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(--spFontSize18);
        line-height: var(--spLineHeight18_30);
        letter-spacing: 0;
        width: 89.336%;
        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(--spFontSize18);
        line-height: var(--spLineHeight18_38);
        letter-spacing: var(--spLetterSpacing18_50);
    }
    .secConents .imgPrice{
        width: 88.657%;
        max-width: 29.7rem;
        margin: 2.8rem auto 0;
    }
    .secConents.lazyloaded .boxSun {
        background: url(../img/point/bgCircle_sp.jpg) center bottom / cover no-repeat;
    }
    .secConents .imgEffect img{
        width: 85.9rem;
    }

    /* 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{
        width: 70.75%;
        margin: 2.5rem 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 .titUtria {
        margin: -2rem auto 0;
        text-align: center;
        width: 93.732%;
        max-width: 31.4rem;
    }
    .secConents .imgLone {
        margin: 5rem auto 0;
        padding: 0 5rem;
        text-align: center;
        width: 100%;
        max-width: unset;
    }
    .secConents .imgLone img{
        width: 78rem;
    }
    .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;
    }
}

/*-----------------------------------------------
    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: url(../img/point/bgFuture_sp.jpg) center top / cover no-repeat;
    }
    .secFuture .lifeInner {
        width: 13.6rem;
    }
    .secFuture {
        height: 144vw;
        margin-top: 0;
    }
}
/*-----------------------------------------------
    secBnr
-----------------------------------------------*/
.secBnr {
    margin: 0.1rem auto;
    display: flex;
    gap: 0.1rem;
}

.secBnr .bnrLink {
    width: 50%;
    overflow: hidden;
}

.secBnr .bnrLink:nth-child(2n) {
    width: calc(50% - 0.1rem);
}

@media only screen and (max-width:1215px) {
    .secBnr .bnrLink:nth-child(2n) {
        width: 50%;
    }

    .secBnr {
        margin: 0.1rem auto;
        background: #fff;
        position: relative;
        z-index: 1;
    }
}


/*-----------------------------------------------
    secConsultation
-----------------------------------------------*/
.secConsultation {
    height: 96rem;
    background: #d4c9bf;
    display: flex;
    justify-content: center;
    align-items: center;
}

.secConsultation .innerLineup {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    overflow: clip;
    clip-path: inset(0);
    height: 66rem;
    background: #c3c3c3;
}

.secConsultation .innerLineup::before {
    content: '';
    position: absolute;
    background: rgba(85, 72, 60, 0.85);
    width: 100%;
    height: 100%;
    z-index: 2;
    mix-blend-mode: multiply;
}

.boxAbout {
    position: sticky;
    top: 0;
    left: 0;
    height: 127.6rem;
    width: 217.6rem;
}

.bgAbout {
    width: 100%;
    position: relative;
    top: calc(50% - 61.8rem);
    left: calc(50% - 118.8rem);
    z-index: 1;
    -webkit-transform: translate(-10%, -25%) rotate(-12deg);
    transform: translate(-10%, -25%) rotate(-12deg);
}

.bgAbout .boxBg {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    background: #fff;
}

.bgAbout .list {
    position: relative;
    transition: all 0.3s ease-out;
    transform: translate3d(0px, 0, 0px);
    gap: 0.2rem;
    display: flex;
}

.bgAbout .list:nth-child(1) {
    transform: translate3d(125px, 0, 0);
    justify-content: flex-start;
}

.bgAbout .list:nth-child(2) {
    transform: translate3d(55px, 0, 0);
    justify-content: flex-start;
}

.bgAbout .list:nth-child(3) {
    transform: translate3d(0, 0, 0);
    justify-content: flex-start;
}

.bgAbout .list:nth-child(4) {
    transform: translate3d(300px, 0, 0);
    justify-content: flex-start;
}

.bgAbout .list:nth-child(5) {
    transform: translate3d(1325px, 0, 0);
    justify-content: flex-start;
}

.bgAbout .item {
    width: 36.3rem;
    height: 24.2rem;
}

.secConsultation .txtAbout {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "YakuHanJP_Narrow", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    z-index: 3;
}

.secConsultation .boxAboutTxt .tit {
    font-size: var(--pcFontSize30);
    letter-spacing: var(--pcLetterSpacing30_250);
    color: var(--whiteColor);
    font-weight: bold;
}

.secConsultation .boxAboutTxt .tit+.tit {
    margin-top: 5.2rem;
}

.secConsultation .boxAboutTxt .txtSmall {
    font-size: var(--pcFontSize24);
}

.secConsultation .boxAboutTxt .txtInner {
    margin-top: 6rem;
}

.secConsultation .boxAboutTxt .titBig {
    margin-top: 5rem;
    font-size: var(--pcFontSize48);
    letter-spacing: var(--pcLetterSpacing48_250);
    color: var(--whiteColor);
    font-weight: bold;
}

.secConsultation .txtMore {
    font-size: var(--pcFontSize13);
    letter-spacing: var(--pcLetterSpacing13_250);
    display: flex;
    align-items: center;
    gap: 0.6rem;
    margin: 4rem auto 0;
    width: 25rem;
    height: 6rem;
    color: #55483c;
    background: rgba(255, 255, 255, 0.6);
    justify-content: center;
    position: relative;
    padding-right: 4rem;
}

.secConsultation .txtMore::before {
    content: '';
    position: absolute;
    background: url(../img/index/iconArrowBrown.png) center right / cover no-repeat;
    width: 3rem;
    height: 1.4rem;
    bottom: calc(50% - 0.7rem);
    right: 5.8rem;
}

@media only screen and (max-width:1215px) {
    .secConsultation {
        height: auto;
        padding: 5rem 0 5rem;
    }

    .secConsultation .innerLineup {
        height: 33.5rem;
    }

    .boxAbout {
        position: sticky;
        top: 0;
        left: 0;
        height: 108.2rem;
        width: 154.7rem;
    }

    .secConsultation .boxAboutTxt .tit {
        font-size: var(--spFontSize16);
        letter-spacing: var(--spLetterSpacing16_250);
        line-height: var(--spLineHeight16_30);
    }

    .secConsultation .boxAboutTxt .txtSmall {
        font-size: var(--spFontSize13);
    }

    .secConsultation .boxAboutTxt .txtInner {
        width: 15.4rem;
        margin: 2.5rem auto 0;
    }

    .secConsultation .boxAboutTxt .titBig {
        margin-top: 2.6rem;
        font-size: var(--spFontSize26);
    }

    .secConsultation .boxAboutTxt .tit+.tit {
        margin-top: 1rem;
    }

    .secConsultation .txtMore {
        font-size: var(--spFontSize11);
        gap: 0;
        margin: 2rem auto 0;
        width: 20.5rem;
        height: 4rem;
        padding-right: 2rem;
    }

    .bgAbout .item {
        width: 15.5rem;
        height: 10.3rem;
    }

    .bgAbout {
        width: 100%;
        position: relative;
        top: calc(50% - 47rem);
        left: calc(50% - 58.7rem);
        z-index: 1;
        -webkit-transform: translate(-10%, -25%) rotate(-12deg);
        transform: translate(-10%, -25%) rotate(-12deg);
    }

    .secConsultation .txtMore::before {
        right: 3rem;
    }

    .secConsultation .innerLineup::before {
        mix-blend-mode: multiply;
    }

    .bgAbout .list:nth-child(1) {
        transform: translate3d(50px, 0, 0);
    }

    .bgAbout .list:nth-child(2) {
        transform: translate3d(25px, 0, 0);
    }

    .bgAbout .list:nth-child(4) {
        transform: translate3d(130px, 0, 0);
    }

    .heroBgLayer {
        position: absolute;
        top: 0;
        right: 50%;
        transform: translateX(50%);
        max-width: 400px;
        margin: 0 auto;
        background: no-repeat center bottom / cover;
    }
}

/*-----------------------------------------------
    secLife
-----------------------------------------------*/
.secLife {
    position: relative;
}

.secLife .txtLife {
    position: absolute;
    top: 22.5rem;
    left: 9.375%;
}

.secLife .lifeInner {
    position: absolute;
    top: 0;
    left: 0;
}

/* secTicker */
.secLife .secTicker {
    overflow: hidden;
}

.secLife .secTicker .boxTicker {
    display: flex;
}

.secLife .secTicker .itemTicker:nth-child(odd) {
    animation: loop 400s -200s linear infinite;
    backface-visibility: hidden;
    will-change: transform;
    transform: translate3d(0, 0, 0);
}

.secLife .secTicker .itemTicker:nth-child(even) {
    animation: loop2 400s linear infinite;
}


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

    to {
        transform: translateX(-100%);
    }
}

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

    to {
        transform: translateX(-200%);
    }
}

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

    .secLife .secTicker .itemTicker {
        animation: none !important;
    }

    .secLife .txtLife {
        position: absolute;
        top: -4.5rem;
        left: -5.2rem;
        width: 25.9rem;
    }

    .secLife .boxTicker {
        display: flex;
        width: 100%;
        /* 3枚分の幅 */
        animation: slideLoop 30s linear infinite;
    }

    .secLife .itemTicker {
        flex: 0 0 100%;
        /* 1枚 = 画面幅 */
    }

    .secLife .itemTicker img {
        width: 100%;
        height: auto;
        aspect-ratio: 375 / 650;
        object-fit: cover;
    }

    @keyframes slideLoop {
        from {
            transform: translateX(0);
        }

        to {
            transform: translateX(-200%);
        }

        /* 3枚ぶん動かす */
    }
}