@charset "UTF-8";

#header_top #header_ver5 #nav_container_common {
    background: #fff;
}

/* footer {
    background: #fff !important;
} */

/* header */
.Breadcrumb {
    padding: 1em;
}

.Breadcrumb-ListGroup {
    display: flex;
}

.Breadcrumb-ListGroup-Item-Link[href]:hover {
    opacity: 0.5;
}

.Breadcrumb-ListGroup>*+* {
    margin-left: 0.5em;
}

.Breadcrumb-ListGroup>*+*::before {
    content: ">";
    margin-left: 0.5em;
    margin-right: 0.5em;
}

.wrapper {
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
    margin-top: 10px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.8;
    color: #333;
    margin: 0 auto;
    background-color: #fff;
    /* margin: 40px auto; */
}

.wrapper img {
    width: 100%;
}

.text_EN {
    font-family: "EB Garamond", serif;
    font-optical-sizing: auto;
    font-weight: 400;
}

/* .text_EN {
      font-family: "century-old-style-std", serif;
      font-weight: 500;
    } */

.text_serif {
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
}

.text_san {
    font-family: "helvetica-lt-pro", sans-serif !important;
    font-weight: 700;
    font-style: normal;
}

.contents {
    margin: 40px auto 80px;
    text-align: center;
    padding: 0 15px;
}

.main_txt {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.8;
}

.main_date {
    font-size: 16px;
}

.main_txt_color {
    color: #f46291;
    font-weight: 600;
}

.sub_txt {
    font-size: 14px;
    margin: 40px auto;
}

.sub_txt span {
    font-size: 16px;
    font-weight: bold;
    color: #f46291;

}

.cam_contents{
    padding: 15px;
    margin-bottom: 40px;
    border: 2px solid #f46291;
}

.sub_title {
    font-size: 14px;
    margin: 20px auto;
}

.sub_title span {
    font-size: 16px;
    font-weight: bold;
    color: #f46291;

}

.line {
    border-bottom: 1.5px dashed #888;
    width: 100%;
    margin: 40px 0;
}

.coupon_cont {
    text-align: center;
    padding: 0 15px;
    margin: 40px auto;
}

.coupon_title {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 5px;
}

.coupon_txt {
    font-size: 15px;
    margin-bottom: 40px;
    font-weight: 600;
}

.shop{
    font-weight: 400;
    font-size: 14px;

}

.coupon_txt span {
    font-weight: 600;
}

.usage {
    font-size: 13px;
    margin-bottom: 20px;
}

.coupon_img {
    margin-bottom: 30px;
}

.coupon_img img {
    width: 60%;
    margin: 0 auto;
}


.coupon_area {
    padding: 25px;
    background-color: #e2e2e2;
    font-size: 12px;
    margin-bottom: 40px;
}

.coupon_area_txt {
    display: inline-block;
    margin-right: 5px;
}

.copy_button_area {
    margin: 15px 15px 20px;
}

.copy-button {
    display: block;
    margin: 25px auto 0;
    border: none;
    padding: 8px 15px;
}

.popup-trigger a {
    display: inline-block;
    padding: 10px 40px;
    background-color: #888;
    color: #fcfcfc !important;
    font-weight: 500;
}

.notice_txt {
    margin: 10px 0;
    color: #f46291;
    text-align: left;
}

.item_area_title {
    background-color: #f46291;
    color: #fcfcfc;
    padding: 3px;
    font-size: 22px;
}

.item_area_sub {
    margin: 30px auto;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
}

/* タブボタンのスタイル */
.tabs {
    display: flex;
    gap: 8px;
    border-bottom: 2px solid #ccc;
    margin-bottom: 10px;
}

.tab {
    width: 25%;
    padding: 10px 20px;
    cursor: pointer;
    border: none;
    background: none;
    font-weight: bold;
    border-bottom: 2px solid transparent;
    transition: all 0.3s;
    background-color: #ccc;
    border-radius: 3px 3px 0 0;
}

.tab.active {
    color: #fcfcfc;
    background-color: #f46291;
}



/*----- item_contents -----*/

.item_contents {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 45px 0;
    text-align: center;
}

.item_box {
    width: 30%;
    margin-bottom: 45px;
}

.item_name {
    font-size: 12px;
    margin: 15px 0 3px;
    font-weight: 500;
}

.color {
    font-size: 12px;
    font-weight: 500;
}

.price01 {
    font-size: 13px;
    font-weight: 500;
    color: #6f6f6f;
    margin-bottom: 10px;
}

.price02 {
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 15px;
    color: rgb(188, 54, 54);
    line-height: 1.8em;
    margin-top: 10px;
}

/*--- ボタン ---*/

/* .btn_area {
      margin: 0 auto 80px;
    } */

.btn01 {
    display: inline-block;
    width: 40%;
    padding: 10px 20px;
    border: 1.5px solid #f46291;
    color: #f46291 !important;
    text-decoration: none;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    background: none;
    margin-bottom: 20px;
}

.btn02 {
    background-color: #f46291;
    color: #fcfcfc !important;
}

.btn01 a:hover {
    color: #f46291 !important;
}

.btn01 a:visited {
    color: #f46291 !important;
}

.btn01 a:link {
    color: #f46291 !important;
}

.btn02 a:hover {
    color: #fcfcfc !important;
}

.btn02 a:visited {
    color: #fcfcfc !important;
}

.btn02 a:link {
    color: #fcfcfc !important;
}

.btn01:hover {
    opacity: 0.8;
    transition-duration: 0.3s;
}

.marker {
    background: linear-gradient(transparent 70%, #fdf998 50%);
}

.pc_none {
    display: none;
}


@media screen and (max-width: 480px) {

    .main_txt {
        font-size: 16px;
    }

    .main_txt span {
        font-size: 18px;
    }

    .item_area_title {
        font-size: 20px;
    }

    .item_name {
        font-size: 12px;
    }

    .btn01 {
        width: 60%;
        font-size: 14px;
    }

    .pc_none {
        display: block;
    }

    .popup {
        width: 70%;
    }

    .coupon_img img {
        width: 75%;
    }

    .item_contents {
        display: flex;
        justify-content: space-between;
    }


    .item_box {
        width: 48%;
        margin-bottom: 30px;
    }

    .tab {
        font-size: 12px;
        padding: 5px
    }


}