.item_name {
    text-align: center;
    font-size: 1.8rem;
    margin: 0 auto 0.5em;
    font-family: "Zen Old Mincho", serif;
}

.item_price {
    text-align: center;
    font-size: 2.6rem;
    line-height: 1;
    font-family: "Zen Old Mincho", serif;
}

.item_price .s_01 {
    font-size: 1.4rem;
}

.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: #292828;
    color: #fff;
    border-radius: 0.5rem;
    padding: 0.6em;
    font-weight: bold;
    transition: 0.3s;
    font-size: 1.5rem;
    margin: auto;
}

.order a:hover {
    opacity: 1;
    background: #000;
}

.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%;
}

.postage-base {
    color: #fff;
    background: #e60012;
    font-size: 1.6rem;
    font-weight: bold;
    margin-left: 0.5em;
    font-family: 'Yu Gothic', 'Meiryo', sans-serif;
}

.postage {
    padding: 0.4em 1em;
}

.postage1130 {
    padding: 0.2em 1em;
    position: relative;
    padding-top: 1.2em;
}

.postage1130 .text_s {
    font-size: 1.2rem;
    position: absolute;
    top: 0.8rem;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.flex01 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.container {
    max-width: 1300px;
}

@media (max-width : 1323px) {
    .container {
        padding: 0 1rem;
    }
}

.top_desc {
    font-family: "Zen Old Mincho", serif;
    font-weight: normal;
    margin: 1em 0 2em;
}

.postage1201_desc {
    text-align: center;
    font-size: 1.4rem;
}

h2 {
    font-family: "Zen Old Mincho", serif;
    font-weight: normal;
    font-size: 1.8rem;
    margin-bottom: 0.8em;
}

h3 {
    font-family: "Zen Old Mincho", serif;
    font-weight: 500;
    font-size: 1.6rem;
    color: #caa846;
    border: 1px solid #caa846;
    padding: 0.2em;
    border-radius: 0.5rem;
}

.sec_02 {
    padding-top: 0;
}

.sec_02 .container {
    max-width: calc(1300px - 6rem);
    border: 2px solid #caa846;
    padding: 2rem 1rem;
    border-radius: 1rem;
}

@media (max-width : 1323px) {
    .sec_02 .container {
        margin: 0 1rem;
    }
}

.sec_02 p {
    text-align: center;
}

.sec_02 .area01 {
    order: 2;
}

.sec_02 .area02 {
    order: 1;
}

.yu_area {
    grid-template-columns: calc(30% - 1.5rem) calc(70% - 1.5rem);
}

.mu_area {
    grid-template-columns: calc(70% - 1.5rem) calc(30% - 1.5rem);
}

.mu_area .span:nth-child(1) {
    order: 2;
}

.mu_area .span:nth-child(2) {
    order: 1;
}

.sec_03 {
    padding-top: 4rem;
}

.sec_03 .container {
    max-width: 1080px;
    margin: auto;
}

.sec_03 .points {
    color: #e60012;
    margin: 0;
}

.sec_04 {
    padding-top: 4rem;
}

.item_img img {
    max-width: 40%;
}