@charset "UTF-8";

.sec_01 {
    margin: 0 auto;
    padding: 187px 0 0;
}
.sec_01 .bg_container {
    background: url("../../img/subscription/subscription_bg.jpg");
    background-size: cover;
    height: auto;
    padding-top: 34%;
    width: 100%;
}
.sec_01 .text_container {
    background: #fff;
    width: 71.5%;
    display: block;
    margin: 0 auto;
    padding: 80px 1.5% 43px;
    position: relative;
    top: -100px;
    text-align: center;
}
.sec_01 .heading_03 {
    text-align: center;
    margin: 0 0 77px;
    font-size: 3.2rem;
    letter-spacing: 4px;
}
.sec_01 .heading_04 {
    font-size: 3rem;
    line-height: 1.3;
    letter-spacing: 3px;
    margin-bottom: 20px;
}
.heading_04:nth-of-type(2) {
    padding-left: 25px;
    margin-bottom: 55px;
}

.sec_01 .heading_04 .text_large {
    font-size: 4rem;
}
.sec_01 .heading_04 .upon_heading_text{
    display: block;
    font-size: 2.2rem;
    margin-bottom: 10px;
}
.sec_01 .text--disp {
    letter-spacing: 2px;
    line-height: 2.3;
}
.sec_01 .text--tiny_gray {
    font-size: 1.6rem;
    letter-spacing: 3px;
    margin-bottom: 4px;
}
.sec_01 .border {
    background: #121212;
    height: 50px;
    width: 1px;
    display: block;
    margin: 32px auto 40px;
}

.sec_01 .col_container {
    display: flex;
    padding-right: 2%;
    margin-bottom: 65px;
}
.sec_01 .col_box {
    width: 25%;
    position: relative;
    transition: .5s;
}
.sec_01 .col_box:hover {
    opacity: .4;
}
.sec_01 .col_box a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
}

.sec_01 .col_box .arrow_bottom {
    background: url("../../img/subscription/arrow_bottom.png") no-repeat;
    background-size: cover;
    display: block;
    width: 18px;
    height: 10px;
    margin: 0 auto;
}
.sec_01 .col_box .text--tiny_gray {
    font-size: 1.2rem;
    margin: 0 0 17px;
}
.sec_01 .col_box .link_text {
    font-size: 1.8rem;
    font-family: ryo-text-plusn, serif;
    letter-spacing: 3px;
    line-height: 1.5;
    margin-bottom: 21px;
}
.sec_01 .col_box .gray_icon {
    margin-bottom: 20px;
}

.gray_icon {
    background-size: cover;
    width: 66px;
    height: 66px;
    display: block;
    margin: 0 auto;
}
.icon_01 {
    background: url("../../img/subscription/icon_gray_01.png") no-repeat;
    background-size: cover;
}
.icon_02 {
    background: url("../../img/subscription/icon_gray_02.png") no-repeat;
    background-size: cover;
}
.icon_03 {
    background: url("../../img/subscription/icon_gray_03.png") no-repeat;
    background-size: cover;
}
.icon_04 {
    background: url("../../img/subscription/icon_gray_04.png") no-repeat;
    background-size: cover;
}
.icon_05 {
    background: url("../../img/subscription/icon_gray_05.png") no-repeat;
    background-size: cover;
}

.sec_01 .heading_container {
    display: flex;
    justify-content: flex-start;
    border-bottom: solid 1px #121212;
    width: 89%;
    margin: -104px auto 30px;
    padding: 104px 0 7px
}
.sec_01 .heading_container  .gray_icon{
    margin: 0;
}
.sec_01 .heading_container .heading_05 {
    font-size: 2.2rem;
    font-family: ryo-text-plusn, serif;
    text-align: left;
    margin: 0 0 0 16px;
    letter-spacing: 3px;
}
.sec_01 .heading_container .text--tiny_gray {
    display: block;
    font-size: 1.2rem;
    margin: 8px 0 0;
    letter-spacing: 2px;
}

.sec_01 .heading_container + .text--disp {
    text-align: left;
    width: 89%;
    margin: 0 auto 38px;
}
.sec_01 .disp_box {
    background: #f5f5f5;
    margin: 74px auto 0;
    padding: 19px 4%;
    width: 89%;
    text-align: left;
}
.sec_01 .disp_box .text--disp {
    letter-spacing: 1px;
}


/* ----------------------------------
SP
----------------------------------- */
@media screen and (max-width:767px){
    
    .sec_01 .heading_03 {
        margin: 0 0 40px;
        text-align: center;
        font-size: 2rem;
    }
    .sec_01 {
        margin: 0 auto;
        padding: 78px 0 30px;
    }
    .sec_01 .text_container {
        width: 100%;
        padding: 40px 3% 43px;
        top: 0;
    }

    .sec_01 .heading_04 .upon_heading_text {
        margin-bottom: 5px;
        font-size: 1.5rem;
    }
    .sec_01 .heading_04 {
        font-size: 1.9rem;
    }
    .sec_01 .heading_04 + .text--disp {
        padding: 0 6%;
        text-align: left;
    }
    .heading_04:nth-of-type(2) {
        padding-left: 0;
        margin-bottom: 30px;
    }
    .sec_01 .border {
        background: #121212;
        height: 30px;
        width: 1px;
        display: block;
        margin: 32px auto 40px;
    }
    .sec_01 .text--tiny_gray {
        margin-bottom: 12px;
    }
    .sec_01 .text_large {
        font-size: 3.2rem;
    }

    .sec_01 .col_container {
        flex-wrap: wrap;
    }
    .sec_01 .col_box {
        width: 50%;
        margin-bottom: 30px;
    }
    .sec_01 .col_box:hover {
        opacity: 1;
    }
    .sec_01 .col_box .gray_icon {
        margin-bottom: 10px;
    }
    .sec_01 .col_box .link_text {
        font-size: 1.4rem;
        margin-bottom: 11px;
    }
    .sec_01 .heading_container {
        align-items: center;
        margin: -104px auto 19px;
    }
    .sec_01 .heading_container .heading_05 {
        font-size: 1.7rem;
    }
    .sec_01 .heading_container .gray_icon {
        width: 55px;
        height: 48px;
        background-size: contain;
    }

}