.item_name{
    text-align: center;
    font-size: 1.8rem;
    margin: 0 0 0.5em;
    position: relative;
    padding-bottom: 0.5em;
}
.item_name::before{
    content: '';
    background: url(https://www.fukutaro-shop.com/Contents/Feature/samon_parts003.png)no-repeat center/contain;
    width: 26.5rem;
    height: 0.5rem;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.item_price{
    text-align: center;
    font-size: 2.6rem;
    line-height: 1;
}
.item_price .s_01{
    font-size: 1.6rem;
}
.item_price .normal_price{
    font-size: 1.6rem;
    font-weight: normal;
    margin-right: 0.3em;
    color: #fff;
}
.order a{
    position: relative;
    display: block;
    margin: 0;
    text-align: center;
    width: 22rem;
    background: #ef8147;
    color: #fff;
    padding: 0.6em;
    transition: 0.3s;
    font-size: 1.4rem;
    margin: auto;
    border-radius: 0.5rem;
}
.order a:hover{
    opacity: 1;
    background: #f6722c;
}
.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_box{
    margin-bottom: 0 !important;
}
/***only***/
.primary{
    color: #ef8147;
}
.img_t{
    margin: 4rem auto 8rem !important;
}
.flex{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
h2{
    font-weight: normal;
    font-size: 1.8rem;
    color: #f1c892;
    margin-bottom: 1em;
    letter-spacing: -0.05em;
}
.desc{
    font-size: 1.8rem;
    text-align: center;
    margin: 1em 0;
    color: #f1c892;
    letter-spacing: -0.05em;
}
.contents{
    text-align: center;
}
section{
    font-family: "Zen Old Mincho", serif;
    color: #ffff;
}
.mb1{
    margin-bottom: 4rem !important;
}
/*sec_01*/
.sec_01 .container{
    padding: 0;
}
.sec_01 .line{
    margin: 0;
}
/*sec_02*/
.sec_02{
    padding: 0;
    background: #050000;
}
.sec_02 .container{
    background: #050000;
}
.area01{
    margin-top: -0.5rem;
    position: relative;
    z-index: 10;
}
.area01 .container{
    position: relative;
    padding-top: 6rem;
}
.area01 .container::before{
    content: '';
    background: url(https://www.fukutaro-shop.com/Contents/Feature/samon_parts001.png)no-repeat center/contain;
    width: 17.6rem;
    height: 15.6rem;
    position: absolute;
    top: 0;
    left: -0.3rem;
}
.area02{
    margin: -1rem 0 -10rem;
}
.area02 .container{
    position: relative;
    padding: 6rem 10px;
}
.area02 .container::before{
    content: '';
    background: url(https://www.fukutaro-shop.com/Contents/Feature/samon_parts002.png)no-repeat center/contain;
    width: 19rem;
    height: 17.4rem;
    position: absolute;
    bottom: -0.2rem;
    right: 0;
}
.area02 img{
    max-width: 480px;
    width: 100%;
}
.highlight{
    background: #fff;
    color: #e60012;
    padding: 2%;
    max-width: 920px;
    margin: 4rem auto 0;
    text-align: center;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}