/*KVぴちょんくん*/
.pichon-pc--l{
    position: absolute;
    width: 13vw;
    left: 7%;
    bottom: 9%;
    z-index: 10;
    animation:
    fadeIn 1.5s ease-out forwards,
    floating-y 4.5s 1.5s ease-in-out infinite alternate-reverse,
    rolling 6s 1.5s ease-in-out infinite alternate-reverse;
    will-change: transform;
    transform: translateZ(0);
    overflow: visible;
}
/* 1. 最初だけ（フェードイン） */
@keyframes fadeIn {
  0% { opacity: 0; transform: translate(-20%, -25%);rotate: -6deg; scale: 0.9;}
  75%{ opacity: 1;}
  100% { opacity: 1; transform: translate(0, 0); }
}
@keyframes floating-y {
  0%, 100% { transform: translateY(0);}
  50% { transform: translateY(-20%);}
}
@keyframes rolling {
    0%,100%{rotate: 0deg;}
    33%{rotate: 10deg;}
    66%{rotate: -10deg;}
}
@media screen and (max-width: 767px) {
    .pichon-pc--l{
        left: 4%;
        bottom: 2%;
        width: 16vw;
    }
    .pichon-pc--l img.ac_utils-sp-only{
        display: block;
        will-change: filter, transform;
        transform: translateZ(0);    
    }
}
.pichon-pc--l img{
    width: 100%;
    object-fit: contain;
    filter: drop-shadow(10px 11px 9px rgba(0, 0, 40, 0.2));

}



/*ぴちょんくんなう追従バナー*/
.scrnav-pichon{
    position: fixed;
    right: 0;
    bottom:120px;
    z-index: 20;
    width: fit-content;
    border-radius: 60px 0 0 60px;
    background-color: rgba(29, 155, 216, 0.6);
    margin-left: auto;
    padding: 10px 35px 10px 90px;

    transform: translateX(100%);
    transition: transform 0.5s ease-out, opacity 0.2s ease;
    opacity: 0;
    pointer-events: none;
}
@media screen and (max-width: 767px) {
    .scrnav-pichon{
        border-radius: 16px 0 0 16px;
        padding: 15px 6px 5px 8px;
        background-color: rgba(29, 155, 216, 0.8);
    }
}
.scrnav-pichon:hover{
    transition: 0.3s;
    filter: brightness(1.1);
}
.scrnav-pichon:hover .pichon-img{
    transition: 0.2s;
    transform: translateY(-10px);
    rotate: 8deg;
    filter: drop-shadow(10px 11px 9px rgba(0, 0, 40, 0.2));
}
.scrnav-pichon .pichon-img
a:has(.scrnav-pichon) {
    text-decoration: none;
}
a:has(.scrnav-pichon):hover{
    text-decoration: none;
}
a:has(.scrnav-pichon):visited{
    text-decoration: none;
}
/* 読み込み完了後 */
.scrnav-pichon.is-ready {
    opacity: 1;
    pointer-events: auto;
}

/* 表示状態 */
.scrnav-pichon.is-show {
    transform: translate(0, 0);
}

/* 非表示状態 */
.scrnav-pichon.is-hide {
    transform: translate(100%, 0);
}



.scrnav-pichon .pichon-img{
    position: absolute;
    width: 92px;
    height:137px;
    left: 10px;
    bottom:0;

    transition:
        transform 0.2s ease,
        rotate 0.2s ease,
        filter 0.2s ease;
}
@media screen and (max-width: 767px) {
    .scrnav-pichon .pichon-img{
        width: 49.5px;
        height:69px;
        left: 30px;
        bottom:unset;
        top:-55px;
    }
}

.scrnav-pichon .pichon-img img{
    width: 100%;
    object-fit: contain;
}
.scrnav-pichon .pichonnow-text{
    color: #fff;
    font-size: 13px;
    line-height: 1.3;
    position: relative;
    text-align: center;
    letter-spacing: -0.3px;
}
@media screen and (max-width: 767px) {
    .scrnav-pichon .pichonnow-text{
        font-size: 7px;
        font-weight: 700;
        line-height: 1.5;
        letter-spacing: -0.4px;
    }
}

.scrnav-pichon .pichonnow-text .pichon_logo{
    width: 152px;
    padding-bottom: 5px;
}
@media screen and (max-width: 767px) {
    .scrnav-pichon .pichonnow-text .pichon_logo{
        width: 63px;
        padding-bottom: 3px;
    }
}

.scrnav-pichon .pichonnow-text span{
    text-decoration: underline;
}
.scrnav-pichon .pichonnow-text::after{
    position: absolute;
    content: "";
    background-color: #fff;
    width: 8px;
    height: 11px;
    right: -13px;
    bottom: 2px;
    clip-path: polygon(0 0,100% 50%, 0 100%);
}
@media screen and (max-width:767px) {
    .scrnav-pichon .pichonnow-text::after{
        width: 6px;
        height: 8px;
        right: 20px;
        bottom: 1%;
    }
}
.section__desc:has(.section__desc__ttl--open){
    border-top: 1px solid rgba(17, 20, 49, 0.3);
    border-bottom: 1px solid rgba(17, 20, 49, 0.3);
    margin-top: 60px;
    margin-bottom: 60px;
}
.section__desc:has(.section__desc__ttl--open):hover{

}

.section__desc__ttl--open{
    background: transparent;
    border: none;
    border-radius: 0;
    color: #111431;
    font-family: "Shippori Mincho B1";
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.571;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 50px;
    padding-top: 19px;
    position: relative;
    text-align: left;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    width: 100%;
}
@media screen and (max-width: 767px) {
    .section__desc__ttl--open {
        font-size: 1.25rem;
        line-height: 1.6;
        padding-bottom: 16px;
        padding-top: 16px;
    }
}
.energy-save-desc__notes{
    font-size: 0.75rem;
    line-height: 1.66;
    margin-top: 16px;
    padding-left: 12px;
    position: relative;
    -webkit-transform: scaleX(0.95);
    transform: scaleX(0.95);
    -webkit-transform-origin: left;
    transform-origin: left;
}
