.item_name {
    text-align: center;
    font-size: 2.4rem;
    margin: 1em 0 0.5em;
}

.item_name .text_l {
    font-size: 3.4rem;
}

.item_price {
    text-align: center;
    font-size: 3.6rem;
    line-height: 1;
    margin: 0 0 0.5em;
}

.item_price .s_01 {
    font-size: 1.8rem;
}

.item_price .normal_price {
    font-size: 1.6rem;
    color: #000;
}

.postage {
    color: #fff;
    background: #e60012;
    font-size: 1.8rem;
    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: 24rem;
    background: #231815;
    color: #fff;
    border-radius: 1rem;
    padding: 0.6em;
    transition: 0.3s;
    font-size: 1.8rem;
    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.6rem;
    border-bottom: 1px solid #231815;
    padding: 1.3em 0;
}

dl dd {
    margin-left: 0;
    margin-bottom: 1em;
    line-height: 1.8;
}

dl dd:last-child {
    margin-bottom: 0;
}

.max1100 {
    max-width: calc(1100px - 2rem);
    margin: 0 auto;
    padding: 0 1rem;
}

.max895 {
    max-width: 895px;
    width: 100%;
    margin: auto;
}

.mb0 {
    margin-bottom: 0;
}

.mb1 {
    margin-bottom: 4rem !important;
}

section {
    font-family: "Zen Old Mincho", serif;
}

section .container {
    max-width: 1300px;
}

.sec_01 .container {
    padding: 0;
}

.sec_01 .top_area {
    position: relative;
}

.sec_01 .top_area .link_area {
    position: absolute;
    bottom: 4rem;
    right: 12%;
}

.sec_01 .top_area .link_area figure {
    margin-top: 4rem;
}

.sec_01 .top_area .link_area figure img {
    border: 1px solid #AF9D76;
}


.sec_01 .bg {
    background: #ebcbcc;
    padding-bottom: 4rem;
}

.sec_01 .text_img {
    mix-blend-mode: darken;
    max-width: 60px;
}

.sec_01 .text_box {
    display: flex;
    flex-direction: row-revserse;
    gap: 2rem;
    justify-content: start;
}

.sec_01 .column2 .text_box p {
    writing-mode: vertical-rl;
    line-height: 2.2;
}

/* .sec_01 .column2_box {
    max-width: 1080px;
    margin: 0 auto;
} */

.sec_01 .column2 {
    position: relative;
    max-width: 700px;
    margin: 0 auto;
}

.col_ptn02 {
    grid-template-columns: 50% 50%;
}

.flex01 {
    display: flex;
    align-items: center;

}

.flex {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.oshinagaki {
    font-size: 2rem;
    margin: 4rem 0 0;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #231815;
}

.order_area {
    background: #fff;
    max-width: calc(1100px - 2rem);
    margin: 4rem auto 0;
    padding: 3rem 1rem;
}

.order_area .item_name {
    margin-top: 0;
}

.order_area .desc01 {
    font-size: 2rem;
    color: #e60012;
    margin: 0;
}

.sec_01 .day {
    color: #e60012;
    font-weight: bold;
    font-family: 'Yu Gothic', 'Meiryo', sans-serif;
    font-size: 2rem;
    /* display: table; */
    margin: 0.5em auto;
    border: 2px solid #e60012;
    padding: 0.2em 1em;
    border-radius: 0.5rem;
}

@media (max-width : 1240px) {
    .sec_01 .top_area .link_area {
        bottom: 6rem;
        right: 10%;
    }
}

@media (max-width : 1223px) {
    .sec_01 .column2_box {
        grid-template-columns: calc(55% - 1.5rem) calc(45% - 1.5rem);
    }

    .sec_01 .text_img {
        max-width: 50px;
    }

    .sec_02 .container {
        padding: 0 1rem;
    }
}

@media (max-width : 1123px) {
    .order_area {
        margin: 0 1em;
    }

    .sec_01 .column2_box {
        margin: 0 1em 4rem;
    }
}

.sec_02 .container {
    padding: 0 1rem;
}

.sec_02 .contents {
    font-size: 1.5rem;
    margin: 1em 0;
}

.sec_02 .item_name {
    margin-top: 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.8rem;
    line-height: 1;
    width: 6.5rem;
    height: 6.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;
}