@charset "UTF-8";

/* ---------------------------------------
メインビジュアル（PC）
--------------------------------------- */
@media (min-width: 1024px){
    .main_v_wrapper{
        display: flex;
        justify-content: center;
        margin: 10% 0 10% 0;
    }
    .main_typo{
        height: max-content;
        font-size: 36px;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        line-height: 72px;
        margin-left: -5%;
    }
    .line2{
        margin-top: 70px;
    }
    #main_v_img{
        width: 20%;
        margin: 16% -10% 0 5%;
    }
    #main_v_img img{
        width: 100%;
    }
    @keyframes horizontal{
        0% { transform:translateX(10px); }
        100% { transform:translateX(0px); }
    }

    @keyframes vertical{
        0% { transform:translateY(40px); }
        100% { transform:translateY(0px); }
    }

    #kirakira{
        width: 10%;
        animation: vertical 2s ease-in-out infinite alternate;
        animation-duration: 2s;
        overflow: hidden;
        margin: 4% 0 0 -5%;
    }
    #kirakira img{
        width: 100%;
    }
    .main_read{
        text-align: center;
        padding-top: 490px;
        font-size: 1.05em;
    }
}

/* ---------------------------------------
メインビジュアル（SP）
--------------------------------------- */
@media (max-width: 1024px){
    .main_v_wrapper{
        display: flex;
        justify-content: center;
        margin: 30% 0 25% 0;
    }
    #main_v_img{
        width: 35%;
        margin: 35% 0 0 5%;
    }
    #main_v img{
        width: 100%;
    }
    .main_typo{
        height: max-content;
        font-size: 1.5em;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        line-height: 40px;
        margin-left: -10%;
    }
    .line2{
        margin-top: 40px;
    }

    @keyframes vertical{
        0% { transform:translateY(10%); }
        100% { transform:translateY(0px); }
    }
    #kirakira{
        width: 18%;
        animation: vertical 1.5s ease-in-out infinite alternate;
        animation-duration: 1.5s;
        /* overflow: hidden; */
        margin: 10% 0 0 -26%;
    }
    #kirakira img{
        animation: horizontal 1.5s ease-in-out infinite alternate;
        animation-duration: 1.5s;
        width: 100%;
    }
}

/* ---------------------------------------
皆さまの声（PC）
--------------------------------------- */
@media (min-width: 1024px){
    #detail{
        width: 960px;
        margin: auto;
    }
    #detail .h2{
        margin: 150px auto 60px;
    }
    .aoyama, .kyoto, .txt_only_wrapper{
        display: flex;
        justify-content: space-between;
    }
    .kyoto{
        margin-top: 80px;
    }
    .txt_only_wrapper{
        margin-top: 80px;
    }
    .detail_img{
        width: 420px;
    }
    .detail_img img{
        width: 100%;
    }
    .detail_txt{
        width: 490px;
        margin-top: 10px;
    }
    .genre{
        background: #52b45e;
        color: #fff;
        padding: 15px;
        height: 10px;
        border-radius: 40px;
        width: max-content;
        line-height: 0.5;
        font-size: 14px;
    }
    .detail_name{
        font-weight: bold;
        margin: 20px 0;
    }
    .detail_name span{
        font-size: 24px;
    }
    .detail_long{
        color: #666;
    }
    .txt_only .genre{
        width: 250px;
        padding: 15px 0;
        text-align: center;
        margin: auto;
    }
    .txt_only .detail_name{
        text-align: center;
    }
    .txt_only .detail_txt{
        width: 270px;
        /* width: 420px; */
    }
    .txt_only .detail_long{
        font-size: 14px;
    }
}

/* ---------------------------------------
皆さまの声（SP）
--------------------------------------- */
@media (max-width: 1024px){
    #detail{
        margin: auto;
        padding: 0 5%;
    }
    #detail .h2{
        margin-bottom: 8%;
    }
    .open_wrapper{
        display: flex;
        justify-content: space-between;
        position: relative;
        padding: 6% 0;
        border-top: 1px solid #ccc;
    }
    .open{
        width: 5%;
        margin: auto 0;
    }
    .open img{
        width: 100%;
    }
    .row{
        display: none;
    }
    .txt_only_wrapper:last-child{
        border-bottom: 1px solid #ccc;
    }
    .open_wrapper::after{
        content: url("../img/common/mini_gray_sign.png");
        display: inline-block;
        vertical-align: middle;
        position: absolute;
        right: 0;
        top: 40%;
    }
    .active::after{
        content: url("../img/common/mini_gray_sign_down.png");
    }
    .genre{
    background: #52b45e;
        color: #fff;
        padding: 15px;
        height: 10px;
        border-radius: 40px;
        width: max-content;
        line-height: 0.5;
        font-size: 0.9em;
    }
    .detail_name{
        font-weight: bold;
        margin: 3% 0 0;
        font-size: 0.8em;
        line-height: 2;
    }
    .detail_name span{
        font-size: 1.5em;
        line-height: 0;
    }
    .detail_img{
        width: 100%;
        margin: 3% 0;
    }
    .detail_img img{
        width: 100%;
    }
    .detail_long{
        color: #666;
        padding-bottom: 6%;
    }
}


/* ---------------------------------------
この場を借りて
--------------------------------------- */
@media (min-width: 1024px){
    #thanks{
        margin-top: 160px;
    }
    .thanks_img{
        width: max-content;
        margin: 40px auto 0;
    }
    .thanks_img img{
        width: 100%;
    }
}

/* ---------------------------------------
この場を借りて
--------------------------------------- */
@media (max-width: 1024px){
    #thanks .h2{
        margin: 20% auto 10%;
    }
    .thanks_img{
        width: 80%;
        margin: auto;
    }
    .thanks_img img{
        width: 100%;
    }
}