@charset "UTF-8";
#s_desc .d_head .col.l .grad-wrap + .s {
    margin-top: 2em;
}
#s_spec .inner h4.border {
    border-bottom: 1px solid;
    display: inline-block;
    line-height: 1.2;
    margin-bottom: 1em;
}
#s_spec .inner h4.top {
    margin-top: 2em;
}
#s_spec .inner h4 .s{
    font-size: 80%
}
#s_howto .video_banner p > span.s{
    font-size: 80%;
}
.modaal-content-container .box {
    max-width: 37em;
    margin: 0 auto;
}
/* つづきを読む */
#s_desc::after{
    display: none;
}
.grad-trigger {
    left: 1em;
    color: #808080;
    text-align: left;
}
.grad-trigger::before {
    content: '';
    display: block;
    background: url(/store/shinkuu/images/index/arrow_down_gray.svg);
    background-size: contain;
    width: 9px;
    height: 17px;
    top: 5px;
    left: -1em;
    position: absolute;
}
.grad-item {
    position: relative;
    overflow: hidden;
}
.grad-item.is-hide {
    height: 28em;
}
.grad-item::before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 6em;
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
    background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
}
#s_spec .grad-item::before {
    background: -webkit-linear-gradient(top, rgba(241,241,241,0) 0%, rgba(241,241,241,0.9) 50%, rgba(241,241,241,0.9) 50%, #f1f1f1 100%);
    background: linear-gradient(top, rgba(241,241,241,0) 0%, rgba(241,241,241,0.9) 50%, rgba(241,241,241,0.9) 50%, #f1f1f1 100%);
}
@media screen and (min-width: 769px) {
    #product .d_head .banner {
        margin-top: 60px;
    }
}
@media screen and (max-width: 768px) {
    .grad-item.is-hide {
        height: 18em;
    }
    #product .d_head .banner {
        margin-top: 30px;
    }
}