.item_name{
    text-align: center;
    font-weight: bold;
    font-size: 2.4rem;
    font-family: "Zen Old Mincho", serif;
    color: #301f20;
}
.item_price{
    text-align: center;
    font-weight: bold;
    font-size: 3.6rem;
    line-height: 1;
}
.item_price .s_01{
    font-size: 1.8rem;
}
.order a{
    position: relative;
    display: block;
    margin: 0 center;
    text-align: center;
    width: 100%;
    max-width: 22rem;
    background: #482b18;
    color: #fff;
    padding: 1em;
    font-weight: bold;
    transition: 0.3s;
    font-size: 1.5rem;
    margin: auto;
}
.order a:hover{
    opacity: 1;
    background: #301f20;
}
.order a::after{
    content:'';
    display: block;
    position: absolute;
    top: 50%;
    right: 7%;
    margin: auto;
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: translate(0, -50%) rotate(45deg);
    transition: 0.2s;
}
.order a:hover:after{
    right: 6%;
}

/***only***/
.desc{
    font-size: 1.8rem;
    text-align: center;
}
.contents{
    text-align: center;
}
.mb1{
    margin-bottom: 4rem;
}
section .container{
    max-width: 1300px;
}
@media (max-width : 1323px) {
    section .container{
        padding: 0 10px;
    }
}
/*sec_01*/

.sec_01 .desc{
    text-align: center;
    font-size: 2.4rem;
}
.sec_01 .text_l{
    font-size: 2.8rem;
    font-weight: bold;
    color: #e60012;
}
/*sec_02*/
.sec_02{
    padding: 3rem 0;
}
.sec_02 h2{
    font-family: "Zen Old Mincho", serif;
    font-size: 3.6rem;
    color: #301f20;
    position: relative;
    padding-bottom: 0.3em;
    margin-bottom: 1em;
}
.sec_02 h2::before{
    content: '';
    background: #301f20;
    width: 20rem;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.sec_02 img{
    border: 1px solid #301f2052;
}