.item_name {
    text-align: center;
    font-size: 1.8rem;
    position: relative;
    z-index: 10;
    text-align: center;
    font-family: "Zen Old Mincho", serif;
    line-height: 1.4;
}

.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.4rem;
}

.item_price .normal_price {
    font-size: 1.3rem;
    color: #000;
    display: block;
}

.order a {
    position: relative;
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 22rem;
    background: #5d5130;
    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: #766a49;
}

.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%;
}

.all_bg {
    background: url(https://www.fukutaro-shop.com/Contents/Feature/season_winter2025_bg001_sp.jpg)repeat center/contain;
    margin-bottom: -10rem;
    padding-bottom: 4rem;
}

.sec_01 p {
    text-align: center;
    font-size: 1.8rem;
    font-family: "Zen Old Mincho", serif;
    font-weight: normal;
}

.sec_02 {
    padding-top: 2rem;
    color: #fff;
}

.sec_02 h2 {
    font-size: 2rem;
    margin: 0;
    padding: 0.3em 0;
    background: url(https://www.fukutaro-shop.com/Contents/Feature/season_winter2025_bg002.jpg)no-repeat center/cover;
    text-shadow: 2px 2px 2px #006436, 2px 2px 2px #006436, 2px 2px 2px #006436;
}

.sec_02 img {
    max-width: 600px;
    width: 100%;
    margin: auto;
}

.sec_02 .order a {
    background: #fff;
    color: #5d5130;
}

.sec_02 .order a:hover {
    opacity: 1;
    background: #766a49;
    color: #fff;
}

.sec_02 .order a:hover:after {
    border-color: #fff;
}

.sec_02 .order a::after {
    border-color: #5d5130;
}

.sec_02 .inner {
    column-gap: 2rem;
}

.sec_02 .text_box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.sec_02 .bg01 {
    background: #b77a45;
    padding: 2rem 1rem;
    margin: 0;
}

.sec_02 .block:first-child {
    margin-bottom: 0;
}

.sec_02 .bg02 {
    background: #b28839;
    padding: 2rem 1rem;

}


.sec_03 .order a {
    max-width: 22rem;
    width: 100%;
}

@media (max-width : 767px) {
    @media (max-width : 767px) {
        .sec_03 .order a {
            width: calc(100% - 2rem);
        }
    }
}

.sec_03 .item_name {
    font-size: 1.6rem;
}

.sec_03 .item_name::before {
    width: 8rem;
}

.sec_03 .item_price {
    margin: 0.3em 0;
}

.contents {
    font-size: 1.3rem;
    text-align: center;
}

.sec_03 .desc {
    margin: 0.2em 0;
}

.sp_col_2 .block {
    gap: 0;
}

.sec_03 .conteints {
    margin-bottom: 0.3em;
}

.sec_04 {
    padding-bottom: 4rem;
}

.sec_04 p span {
    font-size: 1.3rem;
    letter-spacing: -0.05em;
}

figure {
    position: relative;
}

figure figcaption {
    position: absolute;
    top: 0;
    right: 0;
    width: 3.5rem;
    height: 3.5rem;
    background: #e60012;
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;

}

.comingsoon {
    display: block;
    margin: 0 auto;
    text-align: center;
    max-width: 22rem;
    width: calc(100% - 2rem);
    background: #b77e32;
    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;
}