﻿@charset "utf-8";

#mer00 {
    margin: 0 auto 10%;
}
#mer00 .sp_only {
    display: none;
}    
#mer00 a:hover {
    text-decoration: none;
    opacity: 0.7;
}
.black {
    color: #000 !important;
    margin-bottom: 0 !important;
}
#mer00 h1 {
    color: #14b933;
    text-align: center;
    font-family:
        "A-OTF A1明朝 Std",
        "Yu Mincho",
        "Hiragino Mincho ProN",
        "HGS明朝E",
        "MS PMincho",
        serif;
    font-weight: normal;
    line-height: 1.5;
    margin: 0 0 1%;
    padding: 0;
}
#mer00 h1.ttl {
    margin-top: 9%;
    margin-bottom: 3%;
}
#mer00 h1.biggest {
    font-size: 47px;
}
#mer00 h1.big {
    font-size: 43px;
}
#mer00 h1.small {
    font-size: 33px;
}
#mer00 h1.ribon {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
#mer00 h1.ribon::before {
    content: "";
    display: inline-block;
    width: 52px;
    height: 52px;
    background: url("/img/usr/genre/mer00/260616_mer00_ribon1.png")
        no-repeat center center;
    background-size: contain;
}
#mer00 h1.ribon::after {
    content: "";
    display: inline-block;
    width: 52px;
    height: 52px;
    background: url("/img/usr/genre/mer00/260616_mer00_ribon2.png")
        no-repeat center center;
    background-size: contain;
}
#mer00 .right_txt {
    text-align: right!important;
    font-size: 12px!important;
}
#mer00 .before_aria,
#mer00 .middle_aria,
#mer00 .after_aria {
    margin-bottom: 7%;
}
#mer00 .middle_aria p {
    text-align: center;
    font-size: 18px;
    margin-bottom: 1em;
    line-height: 1.8;
}
#mer00 .after_aria {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
#mer00 .after_aria p {
    position: relative;
    padding-left: 40px;
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 1em;
    text-align: left;
}
#mer00 .after_aria p::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 32px;
    height: 30px;
    background: url("/img/usr/genre/mer00/260616_mer00_chack.png")
        no-repeat center center;
    background-size: contain;
}
#mer00 .pickup {
    margin-bottom: 10%;
}
#mer00 .one_column {
    display: flex;
    align-items: center;
    margin-bottom: 5%;
    padding: 0 4%;
}
#mer00 .one_column .left_side,
#mer00 .one_column .right_side {
    flex: 1;
}
#mer00 .one_column .right_side.txt_box {
    margin-left: 7%;
}
#mer00 .one_column .right_side.img_box {
    margin-left: 3%;
}
#mer00 .one_column .txt_box {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#mer00 .item_catch {
    font-size: 20px;
    margin-bottom: 0.8em;
    line-height: 1.6;
}
#mer00 .item_name {
    margin-bottom: 0.4em;
    line-height: 1;
}
#mer00 .one_column .item_name {
    font-size: 23px;
    font-weight: bold;
}
#mer00 .two_column .item_name,
#mer00 .three_column .item_name {
    font-size: 18px;
    font-weight: normal;
}
#mer00 .price_area {
    display: flex;
    align-items: flex-end;
    flex-wrap: nowrap;
    margin-bottom: 2em;
}
#mer00 .item_price {
    font-size: 28px;
    font-weight: bold;
    line-height: 1;
}

#mer00 .item_price {
    align-items: center;
    white-space: nowrap;
}

#mer00 .item_price::after {
    content: "円(税込)";
    font-size: 0.6em;
    font-weight: normal;
    vertical-align: baseline;
    margin: 1% 0 0 1%;
}
#mer00 .delivery {
    margin: 0 0 0 3%;
    line-height: 1;
}
#mer00 .delivery img {
    display: block;
    height: 25px !important;
    width: 121px !important;
    margin-bottom: 0 !important;
    min-height: auto !important;
}
#mer00 .item_btn {
    background: #14b933;
    border-radius: 5px;
    margin-bottom: 1.5em;
    font-size: 18px;
}
#mer00 .one_column .item_btn,
#mer00 .two_column .item_btn {
    width: 70%;
}
#mer00 .three_column .item_btn {
    width: 100%;
}
#mer00 .item_btn a {
    display: block;
    color: #fff;
    text-align: center;
    padding: 2%;
    text-decoration: none;
}
#mer00 .item_btn:hover {
    color: #fff;
    opacity: 0.3;
}
#mer00 .period {
    font-size: 16px;
    line-height: 1.6;
}
#mer00 .two_column {
    display: flex;
    justify-content: space-between;
    gap: 5%;
    margin-bottom: 5%;
}
#mer00 .two_column > div {
    flex: 1;
}
#mer00 .two_column img {
    margin-bottom: 1em;
}
#mer00 .three_column {
    display: flex;
    justify-content: space-between;
    gap: 15px;
}
#mer00 .three_column > div {
    flex: 1;
}
#mer00 .three_column img {
    margin-bottom: 1em;
    width: 100%;
    aspect-ratio: 280 / 246;
    object-fit: contain;
}
#mer00 .one_column .img_box img,
#mer00 .two_column img {
    width: 100%;
    height: auto;
}


@media (max-width: 1199px) {
#mer00 .item_catch {
    font-size: 17px;
}
#mer00 .one_column .item_name {
    font-size: 20px;
}
#mer00 .two_column .item_name,
#mer00 .three_column .item_name {
    font-size: 16px;
}
#mer00 .item_price {
    font-size: 24px;
}
#mer00 .delivery {
    margin: 0 0 0 2%;
}
}

@media screen and (max-width: 991px) {

#mer00 .three_column .item_price {
    font-size: 23px;
}

#mer00 .three_column .item_price::after {
    font-size: 0.55em;
}
}
