/*common*/
.c01{
    color: #DE8226;
}
.c02{
    color: #e60012;
}
.text_w{
    font-weight: bold;
}
.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.6rem;
    font-weight: bold;
    padding: 0.2em 0.6em;
    margin-left: 0.5em;
}
.order a{
    position: relative;
    display: block;
    margin: 0 center;
    text-align: center;
    width: 100%;
    max-width: 22rem;
    background: #AF9D76;
    color: #fff;
    border-radius: 50px;
    padding: 0.6em;
    font-weight: bold;
    transition: 0.3s;
    font-size: 1.5rem;
    margin: auto;
}
.order a:hover{
    opacity: 1;
    background: #AF9D76;
}
.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%;
}
.column_it{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.item_name{
    text-align: center;
    font-weight: bold;
    font-size: 1.6rem;
    margin: 1em 0 0.5em;
}
.pickup{
    color: #fff;
    font-weight: bold;
    padding: 0.3em 1em;
    border-radius: 1rem;
    width: 20rem;
    margin: 0 auto;
    text-align: center;
}
.pick_b02{
    background: #18943B;
}
.pick_b03{
    background: #e60012;
}
.disc{
    display: table;
    margin: 0.5em auto 1em;
}
/*title*/
.sec_title .container{
    max-width: 1200px;
}
.sec_title h2{
    background: #e60012;
    color: #FFFF00;
    font-size: 2.6rem;
    padding: 0.5em 0;
    line-height: 1.4;
}
.sec_title h2 span{
    font-size: 1.6rem;
    color: #fff;
    display: block;
}
.sec_title p{
    text-align: center;
    font-size: 1.4rem;
}
.sec_title p .text_l{
    font-size: 1.8rem;
    font-weight: bold;
}
.sec_item01{
    padding-top: 2%;
}
.sec_item01 h2{
    font-size: 2.2rem;
    color: #DE8226;
    position: relative;
    padding-bottom: 0.3em;
    margin-bottom: 0.8em;
}
.sec_item01 h2::before{
    content: '';
    background: url(https://www.fukutaro-shop.com/Contents/Feature/otoku_title_parts003.png)no-repeat center/contain;
    width: 6.3rem;
    height: 1.4rem;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.sec_item03 h2{
    font-size: 2.2rem;
    color: #e60012;
    position: relative;
    padding-bottom: 0.3em;
    margin-bottom: 0.8em;
}
.sec_item01 img{
    border: 1px solid #ccc;
}
.sec_item03 h2::before{
    content: '';
    background: url(https://www.fukutaro-shop.com/Contents/Feature/19title_parts002.png)no-repeat center/contain;
    width: 6.3rem;
    height: 1.4rem;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.mt_m{
    margin-top: 4rem;
}
/*?????????*/
.cn_area{
    background: #F8F4EB;
    padding: 2rem 1rem;
    margin-bottom: 0;
    letter-spacing: -0.05em;
}
.cn_area .block{
    margin-bottom: 0 !important;
}
.quantity_li{
    padding: 0;
    list-style: none;
    text-align: center;
    line-height: 1.6;
}
.quantity_li li{
    font-size: 1.4rem;
}
.text_lw{
    font-size: 1.5rem;
    font-weight: bold;
    color: #e60012;
}
.item_title{
    font-size: 2rem;
    margin-top: 4rem;
    position: relative;
    padding: 1em 0;
    color:#773C17;
}
.item_title::before{
    content: '';
    background: #FFE0BD;
    width: 7rem;
    height: 7rem;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    z-index: -1;
    opacity: 0.3;
}
/*??*/
.soldout a{
    position: relative;
    display: flow-root;
}
.soldout img{
    width: 100%;
    height: auto;
}
.soldout a::before{
    content: '';
    background: rgba(0, 0, 0 , 0.4);
    width: 100%;
    height: 99.5%;
    position: absolute;
    top: 0;
    left: 0;
}
.soldout a figcaption{
    color: #fff;
    width: 100%;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    margin: 0;
    font-size: 2rem;
    z-index: 10;
}
.online{
    text-align: center;
    background: #DE8226;
    color: #fff;
    padding: 0.3em 1em;
    width: 20rem;
    margin: 1em auto 0;
    font-weight: bold;
    border-radius: 1rem;
}
/*????*/
.normal_price{
    text-align: center;
    margin-bottom: -0.5em;
}
.t_normal{
    color: #000;
    font-weight: normal;
    font-size: 1.4rem;
}
.sec_item01 .line:not(.cn_area) .block{
    margin-bottom: 6% !important;
}
.heading-16{
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #e60012;
    font-weight: bold;
}
.heading-16::before,
.heading-16::after {
    width: 0.2rem;
    height: 2rem;
    background-color: #e60012;
    content: '';
}

.heading-16::before {
    transform: rotate(-35deg);
    margin-right: 2rem;
}

.heading-16::after {
    transform: rotate(35deg);
    margin-left: 2rem;
}
