.item_name{
    text-align: center;
    font-size: 1.8rem;
    margin: 0 0 0.5em;
}
.item_name .text_l{
    font-size: 2.2rem;
}
.item_price{
    text-align: center;
    font-size: 2.6rem;
    line-height: 1;
    margin: 0 0 0.5em;
}
.item_price .s_01{
    font-size: 1.6rem;
}
.item_price .normal_price{
    font-size: 1.4rem;
    color: #000;
}
.postage {
    color: #fff;
    background: #e60012;
    font-size: 1.6rem;
    font-weight: bold;
    margin-left: 0.5em;
    padding: 0.2em 1em;
    font-family: 'Yu Gothic', 'Meiryo', sans-serif;
}
.order a{
    position: relative;
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 22rem;
    background: #231815;
    color: #fff;
    border-radius: 1rem;
    padding: 0.6em;
    transition: 0.3s;
    font-size: 1.5rem;
    margin: auto;
    font-family: 'Yu Gothic', 'Meiryo', sans-serif;
    font-weight: bold;
}
.order a:hover{
    opacity: 1;
    background: #222;
}
.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%;
}
dl{
    font-size: 1.4rem;
    border-bottom: 1px solid #231815;
    padding: 1.5em 0;
}
dl dd{
    margin-left: 0;
    margin-bottom: 1em;
    line-height: 1.8;
}
dl dd:last-child{
    margin-bottom: 0;
}

section{
    font-family: "Zen Old Mincho", serif;
}
.sec_01 .container{
    padding: 0;
}
.sec_01 .bg{
    background: #ebcbcc;
    padding-bottom: 4rem;
}
.sec_01 .top_area{
    position: relative;
}
.sec_01 .top_area .link_area .order a{
    width: 18rem;
    font-size: 1.4rem;
    border-radius: 0.5rem;
}
.sec_01 .text_img{
    mix-blend-mode: darken;
    width: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sec_01 .text_box{
    display: flex;
    gap: 2rem;
    justify-content: center;
}
/* .sec_01 .column2 .text_box p{
    writing-mode: vertical-rl;
    line-height: 2.2;
} */
.sec_01 .column2 img{
    max-width: 80%;
}
.max1100, .column2_box{
    padding: 0 1rem;
}
.column2_box{
    margin-top: 2rem;
}
.oshinagaki{
    font-size: 1.8rem;
    margin: 2rem 0 0;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #231815;
    text-align: center;
}
.order_area{
    background: #fff;
    max-width: calc(1100px - 2rem);
    margin: 4rem 1rem 0;
    padding: 3rem 1rem;
}
.order_area .desc01{
    font-size: 1.8rem;
    color: #e60012;
    margin: 0;
}
.sec_01 .day{
    color: #e60012;
    font-weight: bold;
    font-family: 'Yu Gothic', 'Meiryo', sans-serif;
    margin: 0.5em auto;
    border: 2px solid #e60012;
    padding: 0.5em;
    border-radius: 0.5rem;
    text-align: center;
}
.sec_02 .contents{
    margin: 1em 0;
}
.days{
    color: #e60012;
    text-align: center;
    margin: 0;
}

.icon{
    position: relative;
    border: 1px solid #ccc;
    max-width: 600px;
    margin: auto;
}
.icon figcaption{
    background: #e60012;
    color: #fff;
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 1;
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    position: absolute;
    top: -1rem;
    right: -1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Yu Gothic', 'Meiryo', sans-serif;
}
.sp_button{
    margin-bottom: 2rem;
}