.item_name{
    text-align: center;
    font-weight: bold;
    font-size: 1.8rem;
    margin: 1em 0 0.5em;
    letter-spacing: -0.05em;
}
.item_price{
    text-align: center;
    font-weight: bold;
    font-size: 3.6rem;
    line-height: 1;
}
.item_price .s_01{
    font-size: 1.6rem;
}
.item_price .normal_price{
    font-size: 1.8rem;
    font-weight: normal;
    margin-right: 0.3em;
    color: #000;
}
.postage{
    color: #fff;
    background: #e60012;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 0.3em 0.6em;
    margin-left: 0.5em;
    display: inline-block;
}
.order a{
    position: relative;
    display: block;
    margin: 0;
    text-align: center;
    width: 100%;
    max-width: 22rem;
    background: #402F0C;
    color: #fff;
    border-radius: 1rem;
    padding: 0.8em;
    font-weight: bold;
    transition: 0.3s;
    font-size: 1.5rem;
    margin: auto;
}
.order a:hover{
    opacity: 1;
    background: #553e11;
}
.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%;
}

.contents{
    text-align: center;
    font-size: 1.5rem;
}
.mb1{
    margin-bottom: 4rem !important;
}

/***only***/
.box_icon{
    position: relative;
}
.box_icon figcaption{
    font-size: 1.6rem;
    font-weight: bold;
    width: 7rem;
    height: 7rem;
    background: #8ea80b;
    margin: 0;
    border-radius: 50%;
    color: #fff;
    position: absolute;
    top: -1rem;
    right: -1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
}
.bg{
    background: #e5e4be;
    background-image:
    radial-gradient(290px 300px , rgba(247,246,228, 0.5) 20%, transparent 20%),
    radial-gradient(800px 780px , rgba(247,246,228, 0.5) 20%, transparent 20%),
    radial-gradient(1000px 990px , rgba(247,246,228, 0.5) 20%, transparent 20%),
    radial-gradient(400px 380px , rgba(247,246,228, 0.5) 20%, transparent 20%),
    radial-gradient(750px 750px , rgba(247,246,228, 0.5) 20%, transparent 20%),
    radial-gradient(100px 100px , rgba(247,246,228, 0.5) 20%, transparent 20%);
background-size: 
    1230px 1280px,
    810px 910px,
    1470px 990px,
    1200px 1700px,
    1520px 1200px,
    1100px 1300px;
background-position: 
    -300px -550px,
    -200px 100px,
    50px 510px,
    -200px -550px,
    -180px -250px,
    130px -150px;
}

/*sec_title*/
.sec_title .container{
    max-width: 1400px;
}
/*sec_01*/
.sec_01{
    padding: 2rem 0 8rem;
    margin-bottom: -10rem;
}
.sec_01 .container{
    max-width: 1300px;
}
.sec_01 .block:not(.text_box){
    background: #fff;
    padding: 2rem;
    border-radius: 1rem;
}
.sec_01 img{
    border: 1px solid #e5e4be;
    border-radius: 1rem;
}
.column_2{
    max-width: 1030px;
    margin: auto;
}
.item_name span{
    font-size: 1.4rem;
    background: #FFA52C;
    color: #fff;
    padding: 0.3em 0.8em;
    margin-right: 0.5em;
}