.item_name{
    text-align: center;
    font-size: 2.2rem;
    margin: 1em 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: 29.5rem;
    height: 0.5rem;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.item_price{
    text-align: center;
    font-size: 3.6rem;
    line-height: 1;
}
.item_price .s_01{
    font-size: 1.8rem;
}
.item_price .normal_price{
    font-size: 1.8rem;
    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.8rem;
    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%;
}

/***only***/
.primary{
    color: #ef8147;
}
.img_t{
    margin: 4rem auto 8rem !important;
}
@media (max-width : 1260px) {
    .img_t{
        padding: 0 10rem;
    }
}
.flex{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
h2{
    font-weight: normal;
    font-size: 3rem;
    color: #f1c892;
    margin-bottom: 1em;
}
.desc{
    font-size: 3rem;
    text-align: center;
    margin-bottom: 1em;
    color: #f1c892;
}
.contents{
    text-align: center;
    font-size: 1.8rem;
}
section{
    font-family: "Zen Old Mincho", serif;
    color: #ffff;
}
section .container{
    max-width: 1300px;
}
@media (max-width : 1323px) {
    .col_ptn01{
        padding-left: 10px;
    }
}

/*sec_01*/
.sec_01 .container{
    padding: 0;
}
.sec_01 .line{
    margin: 0;
}
.sec_01 figure{
    max-height: 800px;
}
/*sec_02*/
.sec_02{
    padding: 0;
}
.sec_02 .container{
    background: #050000;
}
.sec_02 .item_box{
    max-width: 1100px;
    margin: auto;
}
@media (max-width : 1323px) {
    .area01{
        margin-top: -0.5rem;
    }
}
.area01 .container{
    position: relative;
    padding-top: 4rem;
}
.area01 .container::before{
    content: '';
    background: url(https://www.fukutaro-shop.com/Contents/Feature/samon_parts001.png)no-repeat center/contain;
    width: 38.6rem;
    height: 33.6rem;
    position: absolute;
    top: 0;
    left: -0.3rem;
}
.area02{
    padding-bottom: 10rem !important;
}
.area02 .container{
    position: relative;
    padding: 6rem 0 8rem;
}
.area02 .container::before{
    content: '';
    background: url(https://www.fukutaro-shop.com/Contents/Feature/samon_parts002.png)no-repeat center/contain;
    width: 39rem;
    height: 34.4rem;
    position: absolute;
    bottom: 0;
    right: -0;
}
.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;
}