﻿@media (min-width: 641px){
    #contents_inner a:hover {
        opacity: .7;
        transition: opacity .15s ease;
    }
}
@media (min-width: 751px){
    #page_index #yodogawa {
        background-color: initial;
        max-width: 480px;
        margin: 0 auto;
        text-align: left;
        white-space: nowrap;
    }
    .popupBtn{
        margin-bottom: 100px;
    }
    #page_index #s_product {
        background-color: initial;
    }
    #page_index #s_product h2{
        width: 1000px;
        height: 75px;
        padding-top: 0;
        padding-left: 50px;
        margin-bottom: 65px;
        display: flex;
        align-items: center;
        background-color: #bbbbb8;
        color: #fff;
        font-size: 30px;
        letter-spacing: .04em;
        clip-path: polygon(0 0, 100% 0, 98.215% 100%, 0% 100%);
        -webkit-clip-path: polygon(0 0, 100% 0, 98.215% 100%, 0% 100%);
    }
}
@media (min-width: 751px) and (max-width: 1500px){
    #page_index #s_product h2{
        width: 66.666667vw;
        height: 5vw;
        padding-left: 3.3333333333vw;
        margin-bottom: 4.3333333333vw;
        font-size: 2vw;
    }
}
@media screen and (max-width: 750px){
    .popupBtn{
        margin-bottom: 12.333333vw;
    }
    #page_index #yodogawa .desc {
        padding-bottom: 2em;
    }
    #page_index #s_product{
        background-color: initial;
    }
    #page_index #s_product h2{
        height: 12vw;
        padding-left: 8vw;
        display: flex;
        align-items: center;
        background-color: #bbbbb8;
        color: #fff;
        font-size: 5.3333333333vw;
        letter-spacing: .08em;
        margin-bottom: 8vw;
        clip-path: none;
    }
}