/*common*/
.item_name{
    text-align: center;
    font-weight: bold;
    font-size: 1.8rem;
    margin: 1em 0 0.5em;
}
.item_price{
    text-align: center;
    font-weight: bold;
    font-size: 3.6rem;
    line-height: 1;
}
.item_price .s_01{
    font-size: 1.6rem;
}
.item_price .normal_price{
    font-size: 1.8rem;
    font-weight: normal;
    margin-right: 0.3em;
    color: #fff;
}
.postage{
    color: #632d67;
    background: #ffe100;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 0.2em 0.6em;
    margin-left: 0.5em;
}
.order a{
    position: relative;
    display: block;
    margin: 0 center;
    text-align: center;
    width: 22rem;
    background: #AF9D76;
    color: #fff;
    border-radius: 1rem;
    padding: 0.6em;
    font-weight: bold;
    transition: 0.3s;
    font-size: 1.5rem;
    margin: auto;
}
.order a:hover{
    opacity: 1;
    background: #AF9D76;
}
.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%;
}


/****only****/

.flex{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
section .container{
    max-width: 1300px;
}
.icon{
    position: relative;
}
.icon figcaption{
    font-size: 2.2rem;
    font-weight: bold;
    width: 9rem;
    height: 9rem;
    background: #c01e29;
    margin: 0;
    border-radius: 50%;
    color: #fff;
    position: absolute;
    top: 2rem;
    right: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.2;
}
/*sec_01*/
.sec_01 .container{
    padding: 5rem 0 2rem;
    background: url(https://www.fukutaro-shop.com/Contents/Feature/halloween2025_bg.jpg)no-repeat center/cover;
}
.sec_01 .text_box{
    padding: 4rem 1rem 0;
    width: 90rem;
    margin: 0 auto;
    border-radius: 2rem;
}
@media (max-width : 1030px) {
    .sec_01 .text_box{
        background: #632d67;
        margin-top: 2rem;
    }
}
.sec_01 .text_box p{
    color: #fff;
}
.sec_01 .desc{
    font-size: 2.4rem;
    text-align: center;
    font-weight: bold;
    margin-bottom: 1em;
}
.sec_01 .item_price{
    color: #ffe100 !important;
}
.sec_01 .order a{
    background: #ef8946;
}
.sec_01 figure{
    max-width: 1030px;
    margin: auto;
}
.sec_01 figure a{
    position: relative;
    display: block;
    transition: 0.2s;
}
.sec_01 figure a:hover{
    opacity: 1;
    filter: brightness(0.9);
}
/*sec_02*/
.sec_02{
    padding-top: 0;
}
.sec_02 .container{
    background: url(https://www.fukutaro-shop.com/Contents/Feature/025310_bg.jpg)no-repeat center/cover;
    padding: 6rem 0;
}
.sec_02 .item_name{
    font-size: 4.2rem;
    font-family: "Kaisei Decol", serif;
    font-weight: 700;
}
.sec_02 .line{
    max-width: 1100px;
    margin: auto;
}
.sec_02 .desc{
    font-size: 1.8rem;
}
.sec_02 .bb{
    border-bottom: 2px dashed #c01e29;
    color: #c01e29;
    font-weight: bold;
}
.sec_02 .area02{
    order: 2;
}
.sec_02 .area01{
    order: 1;
}

/*sec_03*/
.sec_03{
    padding: 0;
}
.sec_03 .container{
    background-color: #f3eee5;
    background-image: url(https://www.fukutaro-shop.com/Contents/Feature/dot_bg.png);
    background-repeat: repeat;
    background-size: 50rem 50rem;
    padding: 8rem 0;
}
.sec_03 h2{
    font-size: 4.5rem;
    position: relative;
    z-index: 10;
    padding: 1.3em 0;
    color: #412f0d;
    text-shadow: 2px 2px 2px #f3eee5;
    font-family: "Kaisei Decol", serif;
    font-weight: 700;
    display: table;
    margin: auto;
}
.sec_03 h2::before{
    content: '';
    background: url(https://www.fukutaro-shop.com/Contents/Feature/ribbon_parts001.png)no-repeat center/contain;
    width: 240px;
    height: 103px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.5;
    transform: rotate(-15deg);
}
.sec_03 h2::after{
    content: '';
    background: url(https://www.fukutaro-shop.com/Contents/Feature/ribbon_parts001.png)no-repeat center/contain;
    width: 180px;
    height: 75px;
    position: absolute;
    bottom: 2rem;
    right: 0;
    z-index: -1;
    opacity: 0.5;
    transform: rotate(15deg);
}
.sec_03 .item_box{
    max-width: 900px;
    margin: auto;
}
.sec_03 .title_box{
    margin-bottom: 4rem;
}
.sec_03 .desc{
    text-align: center;
    font-size: 1.8rem;
    color: #412f0d;
}

/*sec_04*/
.sec_04{
    padding: 4rem 0;
}
.sec_desc{
    padding: 0;
}
.sec_desc .container{
    background: #632d67;
    padding-bottom: 4rem;
}
.highlight{
    background: #fff;
    max-width: 1000px;
    margin: auto;
    padding: 2%;
}
.highlight p{
    color: #e60012;
    font-weight: bold;
}
.ribbon001{
    position: relative;
}
.ribbon001 figcaption{
    font-size: 2.2rem;
    font-weight: bold;
    width: 7rem;
    height: 7rem;
    background: #A7A6DA;
    margin: 0;
    border-radius: 50%;
    color: #fff;
    position: absolute;
    top: 2rem;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.2;
}
.ribbon002{
    position: relative;
}
.ribbon002 figcaption{
    font-size: 2.2rem;
    font-weight: bold;
    width: 7rem;
    height: 7rem;
    background: #EA9E79;
    margin: 0;
    border-radius: 50%;
    color: #fff;
    position: absolute;
    top: 2rem;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.2;
}