.item_name{
    text-align: center;
    font-size: 1.8rem;
    margin: 1em 0 0.5em;
    font-family: "Zen Old Mincho", serif;
    position: relative;
    padding-bottom: 0.3em;
}
.item_name::before{
    content: '';
    background: #000;
    width: 20rem;
    height: 0.1rem;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.item_price{
    text-align: center;
    font-weight: bold;
    font-size: 2.2rem;
    line-height: 1;
}
.postage{
    color: #fff;
    background: #e60012;
    font-size: 1.4rem;
    font-weight: bold;
    padding: 0.3em 0.6em;
    margin-left: 0.5em;
    display: inline-block;
}
.item_price .s_01{
    font-size: 1.6rem;
}
.order a{
    position: relative;
    display: block;
    margin: 0 center;
    text-align: center;
    width: 100%;
    max-width: 22rem;
    background: #AF9D76;
    color: #fff;
    border-radius: 1rem;
    padding: 0.6em;
    font-weight: bold;
    transition: 0.3s;
    font-size: 1.4rem;
    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%;
}
.desc{
    text-align: center;
}
.contents{
    text-align: center;
}
/***only***/
.bg{
    background-image: repeating-linear-gradient(45deg, #ffeb851a, #ffeb851a 5px, transparent 5px, transparent 15px);
    padding-bottom: 10rem;
    margin-bottom: -10rem;
}
.flex{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
h2{
    font-family: "Zen Old Mincho", serif;
    text-align: center;
    font-size: 2rem;
    margin-bottom: 1em;
    font-weight: normal;
    position: relative;
    padding-bottom: 1.5em;
}
h2::before{
    content: '';
    background: url(https://www.fukutaro-shop.com/Contents/Feature/autumn_gift_parts004.png)no-repeat center/contain;
    width: 30rem;
    height: 2.5rem;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.7;
}
/*sec_01*/
.sec_01 .container{
    max-width: 1300px;
}
.sec_01 .icon_area{
    margin: 4rem auto 0;
}
.point_icon{
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 400px;
    margin: -2rem auto 0;
    flex-wrap: wrap;
}
.point_icon li{
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    padding: 2.6em 0;
    line-height: 1.2;
    font-family: "Zen Maru Gothic", sans-serif;
    width: calc(100% / 3);
}

.point_icon li:nth-child(1){
    color: #a74939;
    position: relative;
}
.point_icon li:nth-child(1)::before{
    content: '';
    background: url(https://www.fukutaro-shop.com/Contents/Feature/autumn_gift_parts001.png)no-repeat center/contain;
    width: 12rem;
    height: 12.5rem;
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translate(-50% , -50%);
}
.point_icon li:nth-child(2){
    color: #1e8284;
    position: relative;
}
.point_icon li:nth-child(2)::before{
    content: '';
    background: url(https://www.fukutaro-shop.com/Contents/Feature/autumn_gift_parts003.png)no-repeat center/contain;
    width: 12rem;
    height: 12.5rem;
    position: absolute;
    top: 52%;
    left: 48%;
    transform: translate(-50% , -50%);
}
.point_icon li:nth-child(3){
    color: #aa325a;
    position: relative;
}
.point_icon li:nth-child(3)::before{
    content: '';
    background: url(https://www.fukutaro-shop.com/Contents/Feature/autumn_gift_parts002.png)no-repeat center/contain;
    width: 12rem;
    height: 12.5rem;
    position: absolute;
    top: 50%;
    left: 52%;
    transform: translate(-50% , -50%);
}
/*sec_02*/
.sec_02{
    padding-top: 4rem;
}
.sec_02 h3{
    position: relative;
    font-family: "Zen Old Mincho", serif;
    font-size: 1.8rem;
    font-weight: normal;
    padding: 0 0 1.4em;
}
.sec_02 h3::before{
    content: '';
    background: url(https://www.fukutaro-shop.com/Contents/Feature/autumn_gift_parts005.png)no-repeat center/contain;
    width: 18rem;
    height: 2rem;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.sec_02 .area01{
    margin-bottom: 5rem;
}
.noshi_area{
    margin: 3em 0 0;
}
.noshi_area p{
    font-size: 1.5rem;
    line-height: 1.8;
}
.noshiimg img{
    border: 4px solid #AF9D76;
}
.noshiimg figcaption{
    font-size: 1.2rem;
    text-align: right;
}
.pickup_img{
    position: relative;
}
.pickup_img figcaption{
    font-size: 1.4rem;
    font-weight: bold;
    width: 6rem;
    height: 6rem;
    background: #af2100;
    margin: 0;
    border-radius: 50%;
    color: #fff;
    position: absolute;
    top: -4rem;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.2;
}
.sec_02 .desc{
    font-size: 1.5rem;
}
.sec_02 img{
    border: 1px solid #af9d765e;
}
.sec_02 h2{
    margin-bottom: 2em;
}
.border_b{
    border-bottom: 4px double #000;
}
/*sec_03*/

.sec_03 .item_area figure{
    max-width: 450px;
    margin: auto;
}
.sec_03 .item_area img{
    border: 1px solid #af9d765e;
}
.sec_03 .item_name{
    font-size: 2rem;
    vertical-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sec_03 .contents{
    font-size: 1.4rem;
}
.sec_03 h3{
    font-weight: normal;
}
.img_t{
    margin-top: 4rem;
}
.card_button{
    margin: auto;
}
.card_button a{
    display: block;
    text-align: center;
    margin: auto;
    font-size: 1.4rem;
    padding: 1em;
    background: #fff;
    color: #AF9D76;
    border: 2px solid #AF9D76;
    max-width: 36rem;
    width: 100%;
    font-weight: bold;
    border-radius: 1rem;
    position: relative;
}
.card_button a::before{
    content: '';
    background: #AF9D76;
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    top: 50%;
    right: 2%;
    transform: translateY(-50%);
    clip-path: polygon(0 0, 0% 100%, 60% 50%);
}
.item_area .block{
    margin-bottom: 3rem !important;
}
.message_tx{
    margin-bottom: 3rem;
}