@charset "UTF-8";
.heading_03 {
    text-align: center;
    margin: 0 0 82px;
    letter-spacing: 0;
    font-size: 5.2rem;
}
.heading_03__ruby {
    display: block;
    font-family: ryo-text-plusn, serif;
    font-size: 1.6rem;
    margin: 4px 0 15px;
    line-height: 1.6;
    letter-spacing: 2.5px;
}
main .heading_04 {
    font-size: 2.6rem;
    line-height: 1.3;
    letter-spacing: 4px;
    margin: 9px 0 14px;
    position: relative;
}
main .heading_04 .border_left{
    height: 1px;
    width: 50px;
    background: #121212;
    display: inline-block;
    vertical-align: 9px;
    margin: 0 22px 0 22px;
}
main .heading_04 .border_right{
    height: 1px;
    width: 50px;
    background: #121212;
    display: inline-block;
    vertical-align: 9px;
    margin: 0 16px 0 10px;
}

.sec_01 {
    margin: 0 auto;
    padding: 0 0 46px;
}
.sec_01 .bg_container {
    background: url("../../img/products/products_bg.jpg");
    background-size: cover;
    height: auto;
    padding-top: 34.3%;
    width: 100%;
}
.sec_01 .text_container {
    background: #fff;
    width: 71.5%;
    display: block;
    margin: 0 auto;
    padding: 80px 0 0;
    position: relative;
    top: -100px;
    text-align: center;
}

.sec_01 .text--disp {
letter-spacing: 2px;
    line-height: 2;
    width: 82%;
    margin: 0 auto;
    font-size: 1.2rem;
}

.sec_01 .text_little {
letter-spacing: 2px;
    vertical-align: 5px;
    font-size: 0.8rem;
}

.sec_01 .text_littlesub {
    font-size: 1rem;
}
.sec_01 .heading_top_text {
    font-size: 1.6rem;
    margin: 30px 0 0;
    font-family: ryo-text-plusn, serif;
    letter-spacing: 2px;
}
.sec_01 .heading_bottom_text {
    font-size: 1.3rem;
    margin: 0;
    letter-spacing: 2px;
}

.sec_01 .col_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 50px 0;
}
.sec_01 .col_box {
    width: 47%;
    display: flex;
    align-items: flex-start;
    padding-top: 51px;
}
.sec_01 .col_box > a {
    width: 32%;
}
.sec_01 .col_box img {
    width: 100%;
}
.sec_01 .col_box .text--disp img {
    width: 32%;
    margin-top: -2px;
    margin-left: 4px;
    display: inline-block
}
.sec_01 .text_box {
    width: 66%;
    text-align: left;
    padding-left: 7%;
}
.sec_01 .text_box .border_text {
    border: solid 1px #121212;
    display: inline-block;
    font-size: 1.2rem;
    padding: 3px 17px;
    margin: 0 0 10px;
    letter-spacing: 1px;
}
.sec_01 .heading_05 {
    font-size: 3.0rem;
    font-family: linotype-didot, serif;
    margin: 0 0 17px;
    letter-spacing: 1px;
}
.sec_01 .heading_05__ruby {
    display: block;
    font-size: 1.2rem;
    font-family: "Hiragino Kaku Gothic ProN", sans-serif;
    margin: 0;
    line-height: 1.3;
    letter-spacing: 1px;
    font-weight: normal;
}

.sec_01 .text_box .text--disp {
    margin: 0 0 18px;
    width: 100%;
    line-height: 1.9;
    letter-spacing: 1px;
}
.sec_01 .text_box .text--disp:nth-of-type(3) {
    line-height: 2.2;
    letter-spacing: 2px;
    margin-bottom: 22px;
}
.sec_01 .text_box .text_price {
    font-size: 1.8rem;
    line-height: 1;
    letter-spacing: 1px;
    padding-right: 2px;
}
.sec_01 .text_box .btn--grad {
    font-size: 1.8rem;
    line-height: 1;
    padding: 9px 54px 13px;
}
.sec_01 .text_box .btn--grad:before{
    content:"";
    width:100%;
    height:100%;
    position:absolute;
    z-index:1;
    left:0;
    transition: .7s;
    background: linear-gradient(90deg, #e28d93, #f8dab5);
}
.sec_01 .text_box .btn--grad:after{
    content:"";
    width:100%;
    height:100%;
    position:absolute;
    z-index:0;
    left:0;
    background: linear-gradient(90deg, #E81B2A, #FFA500);
}
.sec_01 .text_box .btn--grad:hover:before,
.sec_01 .text_box .btn--grad__bg {
    opacity:0;
}
.sec_01 .text_box .btn--grad__text {
    font-family: "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 1.2rem;
    color: #fff;
    z-index: 2;
    position: relative;
    transition: none;
}
.btn--grad:hover .btn--grad__text{
    z-index: 2;
}


/* ----------------------------------
SP
----------------------------------- */
@media screen and (max-width:767px){
    .sec_01 .heading_03 {
        margin: 0 0 40px;
        text-align: center;
        font-size: 2rem;
    }
    .sec_01 .heading_04 {
        font-size: 1.9rem;
    }
    .sec_01 {
        margin: 0 auto;
        padding: 40px 0 60px;
    }
    .sec_01 .text_container {
        width: 100%;
        padding: 40px 3% 43px;
        top: 0;
    }

    .sec_01 .text--disp {
        letter-spacing: 2px;
        line-height: 1.8;
        padding: 0 6%;
        width: 100%;
    }
    main .heading_04 .border_left {
        width: 30px;
        vertical-align: 8px;
        margin: 0 15px 0 0;
    }
    main .heading_04 .border_right {
        width: 30px;
        vertical-align: 8px;
        margin: 0 0 0 1px;
    }

    .sec_01 .col_container {
        display: block;
    }
    .sec_01 .col_box {
        width: 100%;
        display: block;
        align-items: flex-start;
        padding-top: 51px;
    }
    .sec_01 .text_box {
        width: 100%;
        padding: 20px 5% 20px 6%;
    }
    .sec_01 .text_box .text--disp {
        padding: 0;
    }

    .sec_01 .col_box img {
        margin: 0 auto;
        width: 32%;
    }
}





