.item_name{
    text-align: center;
    font-size: 2.2rem;
    margin: 1em 0 0.5em;
    font-family: "Zen Old Mincho", serif;
    font-weight: 600;
    position: relative;
    padding-top: 1.5em;
}
.item_name span{
    color: #e60012;
    font-size: 1.6rem;
    margin-right: 0.5em;
}
.item_name::before{
    content: '';
    background: url(https://www.fukutaro-shop.com/Contents/Feature/umakamon2025winter_parts002.png)no-repeat center/contain;
    width: 6.6rem;
    height: 3.0rem;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
.item_price{
    text-align: center;
    font-size: 3.6rem;
    line-height: 1;
    font-family: "Zen Old Mincho", serif;
}
.item_price .s_01{
    font-size: 1.8rem;
}
.postage {
    color: #fff;
    background: #e60012;
    font-size: 1.8rem;
    font-weight: bold;
    margin-left: 0.5em;
    font-family: 'Yu Gothic', 'Meiryo', sans-serif;
    padding: 0.2em 0.6em;
}
.order a{
    position: relative;
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    width: 34rem;
    background: #182532;
    color: #fff;
    border-radius: 0.5rem;
    padding: 0.8em 0;
    font-weight: bold;
    transition: 0.3s;
    margin: auto;
    font-size: 1.6rem;
}

.order a::after{
    content:'';
    display: block;
    position: absolute;
    top: 50%;
    right: 5%;
    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: 4%;
}
.order a span{
    font-size: 1.4rem;
}
.desc{
    font-size: 1.8rem;

}
.contents{
    text-align: center;
}
.container{
    max-width: 1380px;
}
.item_inner{
    position: relative;
}
.item_inner::before{
    content: '';
    background: #bf920f;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(0 , -50%);
}
.mb1{
    padding-bottom: 6rem;
    margin-bottom: 6rem;
}
.bb{
    border-bottom: 1px solid #bf920f;
}
.item_area .block{
    padding: 0 4rem;
}
@media (max-width : 1223px) {
    .item_area .block{
        padding: 0 2rem;
    }
}
.item_area img{
    width: 90%;
}
h2{
    font-family: "Zen Old Mincho", serif;
    font-size: 8.8rem;
    color: #0f3152;
    line-height: 1;
    position: relative;
    padding: 1.2em 0;
    font-weight: 600;
}
h2::before{
    content: '';
    background: url(https://www.fukutaro-shop.com/Contents/Feature/umakamon2025winter_parts001.png)no-repeat center/contain;
    width: 40rem;
    height: 40rem;
    opacity: 0.3;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
}
h2 .text_s{
    font-size: 3.2rem;
    display: inline-block;
    border-top: 1px solid #bf920f;
    border-bottom: 1px solid #bf920f;
    padding: 0.6em 0;
}
figure{
    position: relative;
}
figure figcaption{
    font-size: 1.4rem;
    line-height: 1.2;
    font-weight: bold;
    background: #e60012;
    color: #fff;
    width: 8.5rem;
    height: 8.5rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -2rem;
    right: 0;
    letter-spacing: -0.1em;
}
