.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: 2.2rem;
    line-height: 1;
}
.item_price .s_01{
    font-size: 1.5rem;
}
.item_price .normal_price{
    font-size: 1.5rem;
    font-weight: normal;
    margin-right: 0.3em;
    color: #000;
}
.postage{
    color: #fff;
    background: #e60012;
    font-size: 1.4rem;
    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.6em;
    font-weight: bold;
    transition: 0.3s;
    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;
}

/***only***/
.box_icon{
    position: relative;
}
.box_icon figcaption{
    font-size: 1.5rem;
    font-weight: bold;
    width: 6rem;
    height: 6rem;
    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: url(https://www.fukutaro-shop.com/Contents/Feature/menbei_dot_bg.png);
background-repeat: repeat;
background-size: 20rem 20rem;

}

/*sec_title*/
.sec_title{
    padding-top: 0;
}
.sec_title .container{
    padding: 0;
}
.sec_title .line{
    margin: 0 !important;
}
/*sec_01*/
.sec_01{
    padding: 2rem 0 8rem;
    margin-bottom: -10rem;
}
.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{
    margin: auto;
}
.line{
    margin-bottom: 2rem;
}
.line .block:not(:last-child){
    margin-bottom: 2rem;
}
.item_name span{
    font-size: 1.4rem;
    background: #FFA52C;
    color: #fff;
    padding: 0.3em 0.8em;
    margin-right: 0.5em;
}