.item_price {
    text-align: center;
    font-size: 3.6rem;
    line-height: 1;
    font-family: "Zen Old Mincho", serif;
}

.item_price .s_01 {
    font-size: 1.8rem;
}

.order a {
    position: relative;
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 18rem;
    background: #262626;
    color: #fff;
    border-radius: 0.5rem;
    padding: 0.6em;
    transition: 0.3s;
    margin: auto;
    font-family: 'Yu Gothic', 'Meiryo', sans-serif;
    font-weight: bold;
}

.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%;
}

section {
    font-family: "Zen Old Mincho", serif;
    color: #262626;
}

section .container {
    max-width: 1300px;
}

.desc_common {
    font-size: 2.4rem;
    text-align: center;
    /* color: #7a6c5b; */
    margin-top: 6rem;
}

.bg_box .main_img {
    max-width: 750px;
    max-height: 640px;
}

.bg_box .main_img img {
    height: 640px;
    object-fit: cover;
}

.sec_02,
.sec_03,
.sec_04 {
    padding-top: 6rem;
}

.sec_05 {
    padding-top: 2rem;
}

.bg_box {
    background: #bcbed2;
}

.ptn01 .main_img {
    text-align: left;
}

.ptn02 .main_img {
    text-align: right;
}

.ptn02 .img_area {
    order: 2;
}

.ptn02 .text_area {
    order: 1;
}

.text_area {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
}

.col_ptn01 {
    grid-template-columns: calc(55% - 1.5rem) calc(45% - 1.5rem);
}

.col_ptn02 {
    grid-template-columns: calc(45% - 1.5rem) calc(55% - 1.5rem);
}

.col_ptn02 .text_area {
    margin-left: 3rem;
}

@media (max-width : 1260px) {
    .col_ptn01 {
        column-gap: 1rem;
        grid-template-columns: calc(55% - 0.5rem) calc(45% - 0.5rem);
        padding-right: 1rem;
    }

    .col_ptn02 {
        column-gap: 1rem;
        grid-template-columns: calc(45% - 0.5rem) calc(55% - 0.5rem) !important;
        padding-left: 1rem;
    }

    .col_ptn02 .text_area {
        margin-left: 0 !important;
    }
}

@media (max-width : 960px) {
    .item_area {
        display: inline;
    }

    .item_area figure {
        max-width: 151px;
        margin: auto;
    }

    .item_area .item_price {
        margin: 0;
    }
}

.bg {
    /* background: #fff; */
    max-width: calc(540px - 4rem);
    padding: 2rem;
    margin-top: 1rem;
    width: calc(100% - 4rem);

}

.item_area {
    margin: 0 0 0 3rem;
    text-align: center;
}

h3 {
    /* color: #fff; */
    font-weight: normal;
    font-size: 3.4rem;
    text-align: left;
    margin-bottom: 0;
    font-weight: 500;
    border-bottom: 1px solid #262626;
    padding-bottom: 0.3em;
}

h3 span {
    background: #262626;
    color: #fff;
    padding: 0.1em 0.8em;
    margin-right: 0.5em;
    font-size: 2rem;
}

.desc_item {
    /* color: #fff; */
    font-size: 2rem;
    font-weight: normal;
}

.icon_img {
    position: relative;
}

.icon_img figcaption {
    font-size: 1.4rem;
    margin: 0;
    width: 5rem;
    height: 5rem;
    background: #fff;
    color: #c4121a;
    border: 3px solid #c4121a;
    font-family: 'Yu Gothic', 'Meiryo', sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-weight: bold;
    position: absolute;
    top: -1rem;
    left: -1rem;
}