.item_price{
    text-align: center;
    font-weight: bold;
    font-size: 2.2rem;
    line-height: 1;
}
.item_price .s_01{
    font-size: 1.6rem;
}
.postage{
    color: #fff;
    background: #e60012;
    font-size: 1.5rem;
    font-weight: bold;
    padding: 0.2em 0.6em;
    margin-left: 0.5em;
    position: relative;
    top: -2px;
}
.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.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: 1.8rem;
    margin: 0.5em auto 1em;
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    position: relative;
    padding-bottom: 0.5em;
}
.item_name::before{
    content: '';
    background: transparent;
    width: 10rem;
    height: 0.2rem;
    border-bottom: 0.3rem dotted #ec6d65;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}
.flex_area{
    margin-bottom: 3%;
}
.flex_area .span{
    margin-bottom: 0 !important;
}
.flex{
    display: flex;
    justify-content: center;
    align-items: center;
}
.disc{
    display: table;
    margin: 0.5em auto;
}
.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.4rem;
}
.img_tx{
    margin-top: 2em;
}
section:last-child{
    margin-bottom: 4rem;
}
h2{
    font-size: 2.2rem;
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
}

/*????*/
.icon_box{
    position: relative;
    max-width: 600px;
    margin: 0 auto 7%;
}
.icon_box:last-child{
    margin-bottom: 0;
}
.item_icon{
    width: 5.5rem;
    height: 5.5rem;
    margin: 0;
    color: #fff;
    background: #e60012;
    border-radius: 50%;
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
}

.heading-16 {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #e60012;
    font-weight: bold;
    font-size: 1.4rem;
    margin: 1em 0 0;
}

.heading-16::before,
.heading-16::after {
    width: 0.2rem;
    height: 2rem;
    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: 8%;
    margin-bottom: -8rem;
}
.sec_title_area{
    padding-bottom: 6%;
}
.sec_item figure{
    max-width: 600px;
    margin: auto;
}
.line .block:not(:last-child){
    margin-bottom: 7%;
}
.caption{
    position: relative;
}
  .caption .heading-9{
    position: absolute;
    bottom: -1rem;
    left: 50%;
    transform: translateX(-50%);
    padding: 0.5em 1em 0.5em 1.3em;
    border-radius: 10px;
    background-color: #e60012;
    color: #fff;
    font-size: 1.4rem;
    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;
}
.item_name02{
    margin-top: 1em;
}