:root {
    --w-desktop : 980px;
}

.e-clutch {
    max-width: 1200px;
    padding: 0 2em;
    margin: auto;
}
.e-clutch img {
    max-width: 100%;
}

.e-clutch h2 {
    text-align: center;
    font-size: 2.25em;
    font-weight: bold;
    line-height: 1.4em;
}
.e-clutch h3 {
    text-align: center;
    font-size: 1.5em;
    font-weight: bold;
}
.e-clutch p {
    font-size: 0.92em;
    line-height: 1.8em;
    padding-left: 1em;
    padding-right: 1em;
}

.sec-heading {
    padding-top: 3em;
}
.sec-video {
    padding-top: 4em;
}
.sec-video p {
    padding-top: .5em;
    color: #888;
}
.e-clutch .sec-video p {
    font-size: 12px;
    line-height: 1.3em;
    padding-left: 0.3em;
    padding-right: 0.3em;
    letter-spacing: -.08px;
}
.sec-video .video {
    text-align: center;
}

.sec-visual {
    padding-top: 2em;
}
.sec-visual h3 {
    padding-top: 1em;
}
.sec-visual p {
    padding-top: 1em;
}

.sec-shot {
    padding-top: 4em;
}
.sec-shot > figure {
    padding-top: 1em;
}

.sec-intro {
    padding-top: 4em;
}
.to-top {
    padding-top: 5em;
    text-align: center;
    padding-bottom: 5em;
}
.to-top a {
    position: relative;
    padding: 8px 22px 8px 8px;
    display: inline-block;

}
.to-top a:after {
    position: absolute;
    top: 50%;
    right: 6px;
    -webkit-transform: translate(0,-50%) rotate(45deg);
    transform: translate(0,-50%) rotate(45deg);
    display: block;
    content: '';
    width: 7px;
    height: 7px;
    border-top: 2px solid #35363b;
    border-right: 2px solid #35363b;
}

@media (max-width: 735px) {
    .e-clutch .sp-hide {
        display: none;
    }
    .e-clutch .pc-hide {
        display: block;
    }
}
@media (min-width: 736px) {
    .e-clutch .pc-hide {
        display: none;
    }
    .e-clutch h2 {
        font-size: 58px;
    }
    
    .e-clutch p {
        font-size: 1em;
    }
    .sec-heading {
        padding-top: 120px;
    }
    .sec-visual {
        padding-top: 150px;
    }

    .sec-visual figure {
        max-width: 850px;
        margin: auto;
    }
    .sec-visual h3 {
        padding-top: 50px;
    }
    .sec-visual p {
        padding-top: 25px;
    }
    
    .sec-shot {
        padding-top: 100px;
        max-width: 850px;
        margin: auto;

        display: grid; 
        grid-auto-columns: 1fr; 
        grid-auto-rows: 1fr; 
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
        gap: 15px 15px;         
    }
    .sec-shot > figure {
        padding-top: 0;
    }
    .sec-shot {
        padding-top: 100px;
    }
    .sec-intro {
        padding-top: 60px;
    }
    
}


.video iframe {
    aspect-ratio: 16 / 9;
    width: 1120px;
    height: auto;
    margin: 0 auto;
    max-width: 100%;
}