/*rest　******************************/
*{box-sizing: border-box;}
img{max-width:100%;max-height: 100%;}
a{display: block; text-decoration: none; color:var(--color-bk) !important;}
button{
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    color:inherit;
}

body{
    line-height: 1;
}

html{
    font-size:62.5% !important;
}
a{transition: 0.2s;}
a:hover{text-decoration: none !important;}
/* a:hover{text-decoration: none; opacity: 0.8;} */
#header .header_search_wrap_ .header_search_inner_ form input.keyword_{
height:41.8px;}



/*root　******************************/

:root {
    --color-or:#F87642;
    --color-bk:#3E3A39;
    --color-ye:#F8F6B7;
    --color-bg-ye:#FDFDF4;
    --txt-l:clamp(12px,3.84vw,15px);
    --txt-m:clamp(11px,3.33vw,13px);
    --txt-s:clamp(10px,3.07vw,12px);

    /* --cont-max:1400px; */
    --cont-max:1680px;
    --cont-max-s:900px;
    --cont-pd-w:4vw;
    --mg4:1.02vw;
    --mg8:2.05vw;
    --mg12:3.07vw;
    --mg16:4.10vw;
    --mg24:6.15vw;
    --mg32:8.20vw;
    --mg40:10.25vw;
    --mg48:12.30vw;
    --mg56:14.35vw;
    --mg64:16.41vw;
    --mg80:20.51vw;
    --mg96:24.61vw;
    --mg104:26.6vw;
    --mg120:30.76vw;

    }

    .pc{
        display: none;
    }


    .font-en{
    font-family: "artifex-cf", serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.08em;
    }


    @media (min-width: 768px) {
        :root {
        --txt-l:clamp(15px,1.14vw,22px);
        --txt-m:clamp(14px,0.93vw,18px);
        --txt-s:clamp(13px,0.83vw,16px);
        --cont-pd-w:6vw;
        --mg4:0.29vw;
        --mg8:0.58vw;
        --mg12:0.87vw;
        --mg16:1.17vw;
        --mg24:1.75vw;
        --mg32:2.34vw;
        --mg40:2.92vw;
        --mg48:3.51vw;
        --mg56:4.09vw;
        --mg64:4.68vw;
        --mg72:5.27vw;
        --mg80:5.85vw;
        --mg96:7.02vw;
        --mg104:7.61vw;
        --mg120:8.78vw;
        --mg136:9.95vw;
        --mg144:10.54vw;
        --mg160:11.71vw;
        --mg200:14.64vw;

        }
        .pc{
            display: block;
        }

        .sp{
            display: none;
        }

        
        
    }

    @media (min-width: 1366px) {
        /* :root {
            --cont-pd-w:10vw;
        } */
    }

    @media (min-width: 1920px) {
    :root {
    --mg4:0.20vw;
    --mg8:0.41vw;
    --mg12:0.62vw;
    --mg16:0.83vw;
    --mg24:1.25vw;
    --mg32:1.66vw;
    --mg40:2.08vw;
    --mg48:2.5vw;
    --mg56:2.91vw;
    --mg64:3.33vw;
    --mg72:3.75vw;
    --mg80:4.16vw;
    --mg96:5vw;
    --mg104:5.41vw;
    --mg136:7.08vw;
    --mg144:7.5vw;
    --mg120:6.25vw;
    --mg160:8.33vw;
    --mg200:10.41vw;

    }
    }

/*common　******************************/



.l-wrapper{
    background:var(--color-bg-ye);
    padding-bottom:var(--mg96);
}

.contentWrapper {
    overflow: hidden;
    letter-spacing: .05em;
    color:var(--color-bk);
    letter-spacing: 0.08em;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    /* max-width:1480px;
    margin:0 auto; */

}


.contents-inner{
    width: 100%;
    padding:0 var(--cont-pd-w);
    max-width:var(--cont-max);
    margin:0 auto;
}




.item__main-img a:hover,.a-item__main-img a:hover,.item__sub-cont div a:hover,.a-item__sub-img a:hover{
    opacity: 0.8;
}


@media (min-width: 768px) {

    .l-wrapper{
    padding-bottom:var(--mg120);
}

}

@media (min-width: 1920px) {
.contents-inner{
    padding:0 calc(var(--cont-pd-w) * 1.5);
}
}


/*　mv・intro ******************************/


.mainVisual{
    width:100%;
    position: relative;
}
.mainVisual__wrapper{
    text-align: center;
}

.intro{
    padding:var(--mg80) 0;
}

.intro__txt{
    font-size:var(--txt-m);
    line-height: 2;
    letter-spacing: 0.1em;
    text-align: center;
}

@media (min-width: 768px) {

    .intro__txt{
        line-height: 2.4;
    }

    .mainVisual__wrapper{
    padding:var(--mg56) var(--cont-pd-w) 0;
    max-width: 1920px;
    margin:0 auto;
}
    

}

@media (min-width: 1920px) {

}


/*point ******************************/

.point{
    margin-top:19px;
}
.pont__cont{
    border:2px solid var(--color-or);
    background:#fff;
}

.pont__inner{
    margin-top:-19px;
    padding:0 5% var(--mg32);
}

.point__ttl{
    width:100%;
    height:38px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background:url(/img/usr/freepage/20251010_heat_pumps/point-ttl.png) no-repeat center center/contain;
    margin-bottom:var(--mg32);
}
.point__icon{
    display: flex;
    gap:4px;
    margin-top:var(--mg16);
}
.point__txt,.point__txt span{
    font-size:var(--txt-l);
    line-height: 1.8;
}

.point__txt span{
    font-weight: 700;
}

.point__img{
    display: grid;
    gap:var(--mg16);
    margin:var(--mg32) auto var(--mg16);
}

.pont__hosoku{
    font-size:12px;
    text-align: center;
    line-height: 1.5;
}

@media (min-width: 768px) {
.point{
    margin:32px auto 0;
    /* max-width:1400px; */
}

.pont__inner{
    margin-top:-32px;
    padding:0 8% var(--mg80);
}

.point__ttl{
    height:64px;
    margin-bottom:var(--mg80);
}

.point__icon{
    gap:var(--mg40);
    max-width:838px;
    margin:var(--mg56) auto 0;
}

.point__txt{
    font-size:var(--txt-l);
    line-height: 2.1;
}


.point__img{
    grid-template-columns: 1fr 50%;
    gap:var(--mg40);
    margin:var(--mg48) auto var(--mg40);
}

.pont__hosoku{
    font-size:14px;
}

}

@media (min-width: 1920px) {

    .point{
    margin:40px auto 0;
}

.pont__inner{
    margin-top:-40px;
}

.point__ttl{
    height:80px;
    }

.point__img{
    gap:var(--mg56);
}

.pont__hosoku{
    font-size:17px;
}


}


/*item ******************************/

.item{
    padding-top:var(--mg80);
}

.item__cont-l{
    position: relative;
    z-index:1;
}

.item__num{
    display: block;
    width:100px;
    height:93px;
    position: absolute;
    background:url(/img/usr/freepage/20251010_heat_pumps/item-num1.png) no-repeat center center/contain;
    top:-40px;
    left:-10px;
}

.item__num.item3{
    background:url(/img/usr/freepage/20251010_heat_pumps/item-num3.png) no-repeat center center/contain;
}

.item__main-img{
    max-width:80%;
    margin:0 auto;
}

.item__cont-r{
    margin-top:-40px;
    position: relative;
    z-index:2;
}

.item__txt-wrapper{
    background:#fff;
    border:1px solid var(--color-or);
    padding:var(--mg24) var(--mg16);
    width:85%;
    display: grid;
    gap:var(--mg12);
    margin:var(--mg24) auto 0;
}

.item__name{
    color:var(--color-or);
    font-weight: 600;
    font-size: var(--txt-m);
    line-height: 1.6;
}

.item__txt{
    font-size:var(--txt-s);
    line-height: 1.8;
}

.item__txt span{
    display: block;
    font-size:90%;
    margin-top:var(--mg8);
}

.item__price{
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap:var(--mg12);
}
.item__price span{
    display: block;
    width:100%;
    height:1px;
    border-bottom:1px dotted #CCCCCC;
}
.item__price p{
    font-size:var(--txt-s);
}

.item__sub-cont{
    padding:0 7.5%;
    display: grid;
    gap:var(--mg24);
    margin-top:var(--mg32);
}

.item__sub-cont div:first-child{
    width:65%;
    margin:0 0 0 auto;
}

.item__sub-cont div:nth-child(2){
    width:85%;
}

.btn{
    position: relative;
    display: flex;
    align-items: center;
}

.btn::before{
    content:"";
    display: block;
    width:60%;
    height:1px;
    background:var(--color-or);
    position: absolute;
    transition: 0.4s;
}

.btn span{
    display: block;
    width:fit-content;
    border:1px solid var(--color-or);
    text-align: center;
    color:var(--color-or);
    font-size:clamp(16px,5.12vw,20px);
    padding:var(--mg8) 0;
    width:45%;
    margin:0 0 0 auto;
    transition: 0.4s;
}

.btn:hover span{
    background:var(--color-ye);
}

.btn:hover::before{
    transform: translateX(15px);
}

@media (min-width: 768px) {

.item{
    padding-top:var(--mg160);
}

.item__cont{
    display: flex;
    position: relative;
}

    .item__cont-l{
    width:64%;
    }

    .item__num{
    width:150px;
    height:140px;
    position: absolute;
    top:-80px;
    left:-80px;
}

.item__main-img{
    max-width:100%;
    margin:0;
}

.item__cont-r{
    width:45%;
    margin:0;
    position: absolute;
    right:0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.item__txt-wrapper{
    padding:var(--mg56) var(--mg40);
    width:100%;
    gap:var(--mg24);
    margin:0 0 5.46vw;
}

.item__ttl-en{
    margin-top:50%;
}

.item__name{
    line-height: 2;
}

.item__txt{
    line-height: 1.8;
}

.item__price{
    gap:var(--mg32);
}

.item__sub-cont{
    padding:0 5%;
    display: flex;
    flex-direction: row-reverse;
    gap:var(--mg72);
    margin-top:var(--mg80);
    position: relative;
}

.item__sub-cont div:first-child{
    width:46%;
    margin:0;
}

.item__sub-cont div:nth-child(2){
    width:54%;
    margin-top:var(--mg96);
}

.item__sub-cont .btn{
    position: absolute;
    right:5%;
    bottom:0;
}

.btn{
    width:calc(45% - var(--mg72));
}

.btn::before{
    width:45%;
}


.btn span{
    font-size:clamp(22px,1.77vw,34px);
    padding:var(--mg16) 0;
    width:60%;
}

}

@media (min-width: 1920px) {
    .item__sub-cont div:nth-child(2){
    margin-top:var(--mg120);
}

}

/*item2 item4
-----------------------------------------------------*/
.a-item__cont-l{
    position: relative;
    z-index:1;
}

.a-item__num{
    display: block;
    width:100px;
    height:93px;
    position: absolute;
    background:url(/img/usr/freepage/20251010_heat_pumps/item-num2.png) no-repeat center center/contain;
    top:-40px;
    right:-10px;
}
.a-item__num.item4{
    background:url(/img/usr/freepage/20251010_heat_pumps/item-num4.png) no-repeat center center/contain;
}

.a-item__main-img{
    max-width:80%;
    margin:0 auto;
}

.a-item__cont-r{
    /* margin-top:-40px;
    position: relative;
    z-index:2; */
}


.a-item__sub-cont{
    display: grid;
    gap:var(--mg24);
}

.a-item__sub-img{
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.btn.pc{
    display: none;
}

@media (min-width: 768px) {

.a-item__cont{
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

.a-item__num{
    width:150px;
    height:140px;
    top:-80px;
    right:-70px;
}

.a-item__cont-l{
    width:50%;
}

.a-item__cont-r{
    width:50%;
    margin:0;
}

.a-item__main-img{
    max-width:100%;
    margin:0 auto;
}

.a-item__sub-cont{
    display:flex;
    flex-direction: row-reverse;
    gap:var(--mg24);
}

.a-item__sub-cont-inner{
    width:46%;
    padding:0 0 0 5%;
    margin-top:var(--mg120);
}

.a-item__sub-cont-inner .item__txt-wrapper{
    margin:0 0 var(--mg56);
    padding:0;
    border:0;
    background:transparent;
}

.a-item__sub-img{
    width:54%;
    gap:var(--mg12);
}


.btn.pc{
    display: flex;
    width:100%;
}


.btn.sp{
    display: none;
}


}


/*footer ******************************/

.footer__wrapper{
    background:var(--color-ye);
    padding:var(--mg64) 0;
}

.footer__wrapper p{
    max-width:240px;
    margin:0 auto;
}

@media (min-width: 768px) { 

    .footer__wrapper{
        padding: 88px 0 72px;
    }

    .footer__wrapper p{
        max-width:340px;
    }
}
/*アニメーション
--------------------------------------------------------*/
.image-anime{
    transform: translateY(15px);
    opacity: 0;
    visibility: hidden;
}

.image-anime2{
    opacity: 0;
    scale: 1.15;
    visibility: hidden;
}