.item_name {
    text-align: center;
    font-size: 2rem;
    margin: 1em auto 0.5em;
    position: relative;
    z-index: 10;
    text-align: center;
    font-family: "Zen Old Mincho", serif;
}

.item_price {
    text-align: center;
    font-size: 3.4rem;
    line-height: 1;
    font-family: "Zen Old Mincho", serif;
}

.item_price .s_01 {
    font-size: 1.6rem;
}

.item_price .normal_price {
    font-size: 1.6rem;
    color: #000;
}

.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.6rem;
}

.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_bg.jpg)repeat center/contain;
    margin-bottom: -10rem;
}

section .container {
    max-width: 1400px;
}

.sec_01 p {
    margin-top: 3rem;
    text-align: center;
    font-size: 3rem;
    font-family: "Zen Old Mincho", serif;
    font-weight: normal;
}

.sec_02 {
    padding-top: 3rem;
    color: #fff;
}

.sec_02 h2 {
    font-size: 3rem;
    margin: 0 0 0.5em;
    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 .line {
    margin-bottom: 0;
}

.sec_02 img {
    width: 100%;
    height: 100%;
}

.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;
}

.sec_02 .bg02 {
    background: #b28839;
}

.sec_03 {
    padding-top: 6rem;
}

.sec_03 .line {
    grid-template-columns: calc(25% - 2.25rem) calc(25% - 2.25rem) calc(25% - 2.25rem) calc(25% - 2.25rem);
}

.sec_04 {
    padding: 0 0 4rem;
}

.contents {
    text-align: center;
    font-size: 1.5rem;
}

.mb1 {
    margin-bottom: 4rem;
}

figure {
    position: relative;
}

figure figcaption {
    position: absolute;
    top: 0;
    right: 0;
    width: 5.5rem;
    height: 5.5rem;
    background: #e60012;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;

}

.comingsoon {
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 22rem;
    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.6rem;
}