.item_name {
    text-align: center;
    font-size: 1.8rem;
    margin: 1em 0 0.5em;
    font-family: "Zen Old Mincho", serif;
}

.item_name span {
    margin-right: 0.5em;
    font-size: 1.4rem;
}

.sub_item_name {
    text-align: center;
    font-size: 1.6rem;
    margin: 1em 0 0.5em;
    font-family: "Zen Old Mincho", serif;
}

.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;
}

.item_price .normal_price {
    font-size: 1.4rem;
    color: #000;
}

.item_title_text {
    font-size: 1.6rem;
    text-align: center;
}

.contents {
    text-align: center;
}

.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: 22rem;
    background: #e27c76;
    color: #fff;
    border-radius: 0.5rem;
    padding: 0.6em;
    font-weight: bold;
    transition: 0.3s;
    font-size: 1.5rem;
    margin: auto;
    font-size: 1.4rem;
}

.order a:hover {
    opacity: 1;
    background: #d26c66;
}

.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%;
}

.comingsoon {
    position: relative;
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 15rem;
    background: #b49b5d;
    color: #fff;
    border-radius: 0.5rem;
    padding: 0.6em;
    font-weight: bold;
    transition: 0.3s;
    margin: auto;
    font-size: 1.4rem;
}

.all_bg {
    background: url(https://www.fukutaro-shop.com/Contents/Feature/mentaikomatsur2025iwinter_bg001.jpg)repeat center/contain;
    position: relative;
    padding: 4rem 0 0;
}

.title_box {
    margin-bottom: 2rem !important;
}

.item_box .order a {
    width: 15rem;
}

.item_img {
    position: relative;
}

.item_img .icon_common {
    background: #fff;
    border: 2px solid #e60012;
    color: #e60012;
    font-size: 1.4rem;
    font-weight: bold;
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.2;
    position: absolute;
    top: -1rem;
    right: 0;
}

.item_img .icon01 {
    background: #e60012;
    color: #fff;
}

.item_img .icon_new {
    font-size: 1.2rem;
    margin: 0;
    width: 4rem;
    height: 4rem;
    background: #fff;
    color: #c4121a;
    border: 2px solid #c4121a;
    font-family: 'Yu Gothic', 'Meiryo', sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-weight: bold;
    position: absolute;
    top: 0;
    right: -1rem;
}

.e_img figcaption {
    top: -2.5rem !important;
}

section {
    padding-top: 0;
}

section .container {
    position: relative;
    z-index: 10;
}

.line {
    margin-bottom: 0 !important;
}

.s_mb1 {
    margin-bottom: 4rem !important;
}

.s_mb2 {
    margin-bottom: 6rem !important;
}

.re_t {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #3c4556;
    font-weight: bold;
    font-size: 1.8rem;
}

.re_t::before,
.re_t::after {
    width: 0.3rem;
    height: 3rem;
    background-color: #3c4556;
    content: '';
}

.re_t::before {
    transform: rotate(-35deg);
    margin-right: 2.5rem;
}

.re_t::after {
    transform: rotate(35deg);
    margin-left: 2.5rem;
}

.t_link_box {
    border: 2px solid #3c4556;
    background: #3c4556;
    padding: 2rem;
    border-radius: 0.5rem;
}

.t_link_box a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
}

.t_link_box a span {
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    width: 50%;
    text-align: center;
}

.t_link_box figure {
    width: 50%;
}

.t_link_box img {
    padding: 1rem 0;
    background: #fff;
}

.sec_04 {
    padding-bottom: 10rem;
    margin-bottom: -10rem;
}

.s_item img {
    max-width: 90%;
}

.aemono_area figure a {
    pointer-events: none;
}

.aemono_area .order a {
    pointer-events: none;
    background: #b49b5d;
}

.aemono_area .order a::after {
    content: none;
}