.item_price{
    text-align: center;
    font-weight: bold;
    font-size: 2.8rem;
    line-height: 1;
}
.item_price .s_01{
    font-size: 1.6rem;
}
.postage{
    color: #fff;
    background: #e60012;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 0.2em 0.6em;
    margin-left: 0.5em;
    position: relative;
    top: -5px;
}
.order a{
    position: relative;
    display: block;
    margin: 0 center;
    text-align: center;
    width: 100%;
    max-width: 22rem;
    background: #ec6d65;
    color: #fff;
    border-radius: 50px;
    padding: 0.8em 0.6em;
    font-weight: bold;
    transition: 0.3s;
    font-size: 1.5rem;
    margin: auto;
}
.order a:hover{
    opacity: 0.9;
}
.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%;
}
.item_name{
    text-align: center;
    font-size: 2.2rem;
    margin: 1em 0 0.5em;
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    position: relative;
    padding-bottom: 0.5em;
}
.item_name::before{
    content: '';
    background: transparent;
    width: 12rem;
    height: 0.2rem;
    border-bottom: 0.4rem dotted #ec6d65;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}
.flex_area{
    margin-bottom: 3%;
}
.flex_area .order{
    margin-top: 1.3em;
}
.flex{
    display: flex;
    justify-content: center;
    align-items: center;
}
.disc{
    margin-bottom: 1.5em;
}
.contents{
    display: table;
    margin: 0.5em auto 1.2em;
}
.normal_price{
    text-align: center;
    margin-bottom: -0.5em;
}
.title_desc{
    text-align: center;
    font-size: 1.8rem;
}
.img_tx{
    margin-top: 2em;
}
section:last-child{
    margin-bottom: 5rem;
}
h2{
    font-size: 3.6rem;
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
}

/*????*/
.icon_box{
    position: relative;
}
.item_icon{
        width: 7.5rem;
    height: 7.5rem;
    margin: 0;
    color: #fff;
    background: #e60012;
    border-radius: 50%;
    font-weight: bold;
    font-size: 1.7rem;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -1.5rem;
    right: -1rem;
}
.heading-16 {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #e60012;
    font-weight: bold;
    font-size: 1.8rem;
}

.heading-16::before,
.heading-16::after {
    width: 0.3rem;
    height: 3rem;
    background-color: #e60012;
    content: '';
}

.heading-16::before {
    transform: rotate(-35deg);
    margin-right: 2.5rem;
}

.heading-16::after {
    transform: rotate(35deg);
    margin-left: 2.5rem;
}
.bg_area{
    background: url(https://www.fukutaro-shop.com/Contents/Feature/mentai_bg001.jpg)repeat center/contain;
    padding-bottom: 4%;
    margin-bottom: -10rem;
}
.sec_title_area .container{
    max-width: 1240px;
}
.caption{
    position: relative;
}
  .caption .heading-9{
    position: absolute;
    bottom: -0.5rem;
    left: 50%;
    transform: translateX(-50%);
    padding: 0.5em 1em 0.5em 1.3em;
    border-radius: 10px;
    background-color: #e60012;
    color: #fff;
    font-size: 1.7rem;
    font-weight: bold;
}
.heading-9::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 3rem;
    width: 0;
    height: 0;
    border: 11px solid transparent;
    border-top: 11px solid #e60012;
}