/*common*/
.item_name{
    text-align: center;
    font-weight: bold;
    font-size: 1.8rem;
    margin: 1em 0 0.5em;
}
.item_price{
    text-align: center;
    font-weight: bold;
    font-size: 2.2rem;
    line-height: 1;
}
.item_price .s_01{
    font-size: 1.5rem;
}
.order a{
    position: relative;
    display: block;
    margin: 0 center;
    text-align: center;
    width: 100%;
    max-width: 22rem;
    background: #C23334;
    color: #fff;
    border-radius: 1rem;
    padding: 0.6em;
    font-weight: bold;
    transition: 0.3s;
    font-size: 1.5rem;
    margin: auto;
}
.order a:hover{
    opacity: 1;
    background: #f5d03b;
}
.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%;
}
.contents{
    display: table;
    margin: 0.5em auto;
}
/****only****/
.desc{
    color: #de6a08;
    font-weight: bold;
}
.bg_area{
    background: #feecd2;
}
section{
    color: #281a14;
}
.not_bg{
    margin-top: 2em;
    border: 0 !important;
    background: 0 !important;
    padding: 0 !important;
}
.item_name{
    position: relative;
    padding-top: 2em;
}
.name_ptn01::before{
    content: '';
    background: url(https://www.fukutaro-shop.com/Contents/Feature/rga_parts001.png)no-repeat center/contain;
    width: 3rem;
    height: 3rem;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.name_ptn02::before{
    content: '';
    background: url(https://www.fukutaro-shop.com/Contents/Feature/rga_parts002.png)no-repeat center/contain;
    width: 3rem;
    height: 3rem;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.new_icon{
    position: relative;
}
.new_icon figcaption{
    font-size: 1.4rem;
    font-weight: bold;
    width: 5rem;
    height: 5rem;
    background: #e60012;
    margin: 0;
    border-radius: 50%;
    color: #fff;
    position: absolute;
    top: -1rem;
    right: -1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
/*sec_title*/
.sec_title{
    padding: 3rem 0;
}
.sec_title .container{
    max-width: 1400px;
}
@media (max-width : 1423px) {
    .sec_title .container{
        padding: 0 10px;
    }
}

/*sec_01*/
.sec_01{
    padding: 0 0 4rem;
    margin-bottom: -10rem;
}
.sec_01 .container{
    max-width: 1400px;
}
@media (max-width : 1423px) {
    .sec_01 .container{
        padding: 0 10px;
    }
}
.column_2{
    margin-bottom: 2%;
}
.sec_01 .block{
    border: 1px solid #f5d03b;
    background: #f3f3f2;
    border-radius: 0.5rem;
    padding: 3rem 2rem;
}
.sec_01 figure img{
    border-radius: 0.5rem;
    max-width: 320px;
    margin: auto;
    width: 100%;
}

