.item_name{
    text-align: center;
    font-size: 1.8rem;
    margin: 1em 0 0.5em;
    font-family: "Zen Old Mincho", serif;
    font-weight: 600;
    position: relative;
    padding-top: 1.5em;
}
.item_name::before{
    content: '';
    background: url(https://www.fukutaro-shop.com/Contents/Feature/umakamon2025winter_parts002.png)no-repeat center/contain;
    width: 4.6rem;
    height: 2.0rem;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
.item_name span{
    color: #e60012;
    font-size: 1.4rem;
    margin-right: 0.5em;
}

.item_price{
    text-align: center;
    font-size: 2.6rem;
    line-height: 1;
    font-family: "Zen Old Mincho", serif;
}
.item_price .s_01{
    font-size: 1.6rem;
}
.postage {
    color: #fff;
    background: #e60012;
    font-size: 1.6rem;
    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: 30rem;
    background: #182532;
    color: #fff;
    border-radius: 0.5rem;
    padding: 0.8em 0;
    font-weight: bold;
    transition: 0.3s;
    margin: auto;
    font-size: 1.4rem;
}

.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;
}
.contents{
    text-align: center;
}
.item_inner{
    position: relative;
}

.item_area img{
    width: 90%;
}
.item_area .block{
    margin-bottom: 4rem !important;
}
h2{
    font-family: "Zen Old Mincho", serif;
    font-size: 3rem;
    color: #0f3152;
    line-height: 1;
    position: relative;
    padding: 3em 0;
    font-weight: 600;
}
h2::before{
    content: '';
    background: url(https://www.fukutaro-shop.com/Contents/Feature/umakamon2025winter_parts001.png)no-repeat center/contain;
    width: 30rem;
    height: 30rem;
    opacity: 0.3;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
}
h2 .text_s{
    font-size: 1.8rem;
    display: inline-block;
    padding: 0.6em 0;
    margin-top: 1em;
    line-height: 1.6;
    border-top: 1px solid #bf920f;
        border-bottom: 1px solid #bf920f;
}
figure{
    position: relative;
}
figure figcaption{
    font-size: 1rem;
    line-height: 1.2;
    font-weight: bold;
    background: #e60012;
    color: #fff;
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -2rem;
    right: 0;
    letter-spacing: -0.1em;
}
