@charset "UTF-8";

/* =============================================*/
/* coupon  */
/* =============================================*/
.bmz-sp {
    display: none;
}

.bmz-coupon {
    width: 972px;
    margin: 0 auto;
    position: relative;
}

.bmz-coupon__coupon {
    display: none;
    color: #ffffff;
    text-align: center;
    background-color: #ff0000;
    padding: 10px 40px;
    margin-bottom: 30px;
    line-height: 1.5;
}

.bmz-coupon__code {
    font-size: 24px;
}

.bmz-coupon__comment {
    text-align: left;
    font-size: 12px;
    line-height: 1;
    margin-left: 600px;
}

.bmz-coupon__wrapper {
    width: 100%;
    max-width: 972px;
    margin: 0 auto 10px;
    position: relative;
    box-sizing: border-box;
}

.bmz-coupon__inner {
    display: none;
    width: 100%;
    max-width: 972px;
    margin: 0 auto 10px;
    position: relative;
    box-sizing: border-box;
}

.bmz-coupon__image {
    width: 100%;
    vertical-align: bottom;
}

input[type="text"].bmz-coupon__code {
    position: absolute;
    right: 25px;
    top: 36px;
    width: 260px;
    padding: 0;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 45px;
    border: 0;
    outline: 0;
}

/* =============================================*/
/* COUPON POPUP */
/* =============================================*/
#bmz-coupon-fixed {
    position: fixed;
    top: 10%;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: none;
}

.bmz-coupon-fixed__wrapper {
    position: fixed;
    bottom: 0;
    left: calc(50% - 1040px / 2);
    z-index: 999;
    background: #FFFFFF;
    width: 1040px;
    padding: 30px 0 60px;
    position: relative;
    border: 6px solid #e0c76c;
    border-radius: 8px;
    box-sizing: border-box;
}

.bmz-coupon-fixed_close {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(33, 33, 33, 0.3);
    z-index: 99;
}

.bmz-coupon__btn {
    position: fixed;
    left: 0;
    bottom: 10px;
    z-index: 98;
}

.bmz-coupon-fixed_title {
    font-size: 40px;
    text-align: center;
    font-family: 'Century Gothic', 'Helvetica Neue', sans-serif;
    font-weight: bold;
    line-height: 1.8;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.bmz-coupon_jp {
    display: block;
    font-size: 16px;
}

.bmz-coupon-fixed_close-btn {
    text-align: center;
    position: absolute;
    right: 4px;
    top: 10px;
    font-size: 12px;
}

.bmz-coupon-fixed_open-btn {
    position: fixed;
    bottom: 120px;
    left: calc((50% - 978px / 2) - 60px);
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 2px 2px 10px 1px #cccccc;
    width: 80px;
    height: 80px;
    border: 1px solid #d74a53;
    z-index: 100;
    padding: 12px;
    border-radius: 50%;
    box-sizing: border-box;
    cursor: pointer;
    text-align: center;
}

.bmz-coupon-fixed_open-btn img {
    width: 32px;
}

.bmz-coupon-btn-text {
    display: block;
    color: #d74a53;
    font-size: 12px;
    line-height: 1.1;
    margin-top: 3px;
    font-weight: bold;
}

/* =============================================*/
/* information */
/* =============================================*/
.bjre_cinfo__inner {
    max-width: 972px;
    margin: auto
}

.bjre_cinfo a {
    color: #222;
    font-size: 14px;
    letter-spacing: 1px;
    text-decoration: none
}

.bjre_cinfo__label {
    background: #62ac3b;
    color: #FFF;
    padding: 2px 4px;
    box-sizing: border-box;
    border-radius: 2px;
    margin-right: 4px
}

.bjre_cinfo {
    margin: 8px 0
}

.bjre_cinfo a {
    font-size: 14px;
    letter-spacing: 1px
}

.bjre_cinfo a:hover .bjre_cinfo__text {
    text-decoration: underline
}

/* =============================================*/
/* kaiyu_banner*/
/* =============================================*/
.bjre_kaiyu_header {
    margin-top: 20px;
    border: 0;
}

/* .bjre_kaiyu {
  height: 122px!important;
} */

/* =============================================*/
/* search box*/
/* =============================================*/
.bmz-search {
    margin: auto;
    width: 972px;
    display: flex;
    justify-content: flex-end;
}

.bmz-search__btn {
    background: #e5e5e5;
    padding: 3.5px 16px;
    box-sizing: content-box;
    width: 30px;
    border-radius: 0 2px 2px 0;
    margin-left: -5px;
}

.bmz-search__text {
    border: 1px solid #ccc;
    -webkit-border-radius: 0;
    -webkit-appearance: none;
}

.bmz-search__btn:hover {
    opacity: 0.8;
}

.bmz-search__word-list {
    display: flex;
    align-items: center;
    line-height: 38px;
    margin-left: 10px;
}

.bmz-search__word-list dt {
    font-weight: bold;
}

.bmz-search__word-list dd a {
    margin: 0 2px;
    padding: 4px 10px;
    background: #F0f0f0;
    border-radius: 2px;
}

/* PCパンくずリスト対応 */
.navitopicpath_:nth-child(n+2) {
    display: none;
}

/* カテゴリリスト */
/* PCはヘッダ表示しない */
#bmz-icons__header {
    display: none;
}

.bmz-icons__list {
    margin: 30px auto;
    max-width: 972px;
    display: flex;
    gap: 30px 0;
    flex-wrap: wrap;
    width: 100%;
}

.bmz-icons__item {
    border-right: 1px solid #f0f0f0;
    box-sizing: border-box;
    width: calc(100% / 9);
}

.bmz-icons__item:nth-child(9n) {
    border-right: 0;
}

.bmz-icons__item a {
    display: block;
    text-align: center;
    width: 100%;
}

.bmz-icons__item a:hover {
    opacity: 0.7;
}

.bmz-icons__item img {
    width: 100%;
    height: auto;
}


/* =============================================*/
/* category_osusume */
/* =============================================*/
.category_osusume {
    width: 100%;
    margin-bottom: 30px;
    background: #f5faf4;
}

.category_osusume h2 {
    width: 100%;
    padding: 20px 30px;
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    background: #6EB336;
    box-sizing: border-box;
}

.category_osusume .category_wrap {
    width: 90%;
    max-width: 710px;
    margin: 0 auto;
    padding-bottom: 40px;
}

.category_osusume h3 {
    margin: 22px 0;
    color: #8AB361;
    font-size: 20px;
    font-weight: bold;
}

.category_osusume_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-self: stretch;
    gap: 20px 10px;
    list-style: none;
    text-align: center;
}

.category_osusume_list li {
    width: calc(100% / 3 - 7px);
    background: #fff;
}

.category_osusume_list li a {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    height: 100%;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    transition: 0.4s;
}

.category_osusume_list li a img,
.category_osusume_list li a font {
    width: 100%;
    color: #333;
}

.category_osusume_list li a font {
    margin: 10px;
    font-size: 14px;
}

.category_osusume_list li a:hover {
    opacity: 0.7;
}

.category_osusume_list .buybtn {
    width: 100%;
    padding: 10px 0;
    color: #fff;
    background: #333;
    border-radius: 4px;
    margin: 0 10px 10px;
}

/* =============================================*/
/* iframe movie */
/* =============================================*/
.movieItem {
    width: 100%;
    position: relative;
    margin-bottom: 50px;
    padding-top: 56.25%;
}

.movieItem iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* =============================================*/
/* ヘッダー追尾クーポンボタン */
/* =============================================*/
#header__c__btn {
    width: 100%;
    background: #F0393C;
    z-index: 3;
}

#header__c__btn a {
    display: block;
    padding: 10px 0;
    color: #fff;
    text-align: center;
    text-decoration: none;
}

@media screen and (max-width: 425px) {

    /* =============================================*/
    /* SP */
    /* =============================================*/
    .bmz-pc {
        display: none;
    }

    .bmz-sp {
        display: block;
    }

    #bmz-coupon-fixed {
        position: fixed;
        top: 10%;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 999;
        display: none;
    }

    .bmz-coupon__wrapper {
        display: flex;
        flex-wrap: wrap;
        gap: 4px;
        /* width: calc(100% - 8px); */
        margin: 4px auto 0;
    }

    .bmz-coupon-fixed__wrapper {
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 999;
        background: #FFFFFF;
        width: 100%;
        padding: 30px 0 30px;
        position: relative;
        border: 6px solid #e0c76c;
        border-radius: 8px;
        box-sizing: border-box;
    }

    .bmz-coupon__inner {
        width: 49%;
        margin: 0 auto;
        position: relative;
        box-sizing: border-box;
    }

    .coupon__wide {
        width: 100%;
        margin: 0 auto;
    }

    input[type="text"].bmz-coupon__code {
        position: absolute;
        right: auto;
        left: 0;
        top: auto;
        bottom: 1%;
        padding: 0;
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        line-height: 45px;
        border: 0;
        outline: 0;
        background-color: transparent;
        width: 100%;
        text-align: center;
        margin: 0;
    }

    .bmz-coupon__code__w {
        position: absolute;
        bottom: 6%;
        right: 9%;
        width: 50%;
        padding: 0 !important;
        text-align: center;
        border: none !important;
        font-size: 16px !important;
        font-weight: bold;
        line-height: 1.3;
    }

    .bmz-coupon-fixed_close {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(33, 33, 33, 0.3);
        z-index: 99;
    }

    .bmz-coupon__btn {
        position: fixed;
        left: 0;
        bottom: 10px;
        z-index: 98;
    }

    .bmz-coupon-fixed_title {
        font-size: 32px;
        text-align: center;
        font-family: 'Century Gothic', 'Helvetica Neue', sans-serif;
        font-weight: bold;
        line-height: 1.8;
        margin-bottom: 20px;
        letter-spacing: 1px;
    }

    .bmz-coupon_jp {
        display: block;
        font-size: 16px;
    }

    .bmz-coupon-fixed_close-btn {
        text-align: center;
        position: absolute;
        right: 4px;
        top: 10px;
        font-size: 10px;
    }

    .bmz-coupon-fixed_open-btn {
        position: fixed;
        bottom: 85px;
        left: 4px;
        /* background: rgba(255,255,255,0.8);
     box-shadow:  2px 2px 10px 1px #cccccc; */
        z-index: 100;
        /* padding: 10px;
     box-sizing: border-box; */
        cursor: pointer;
        text-align: center;
        width: auto;
        height: auto;
        /* border-radius: 16px; */
        display: flex;
        align-items: center;
        /* border:1px solid #d74a53; */
    }

    .bmz-coupon-fixed_open-btn img {
        /* width: 30px; */
        width: 60px;
    }

    .bmz-coupon-btn-text {
        padding-left: 4px;
        color: #d74a53;
        font-weight: bold;
    }

    /* =============================================*/
    /* information */
    /* =============================================*/
    .bjre_cinfo__inner {
        width: 100%;
        margin: auto;
        padding: 5px 8px;
        box-sizing: border-box;
    }

    .bjre_cinfo {
        margin: 4px 0;
    }

    .bjre_cinfo a {
        color: #222;
        font-size: 14px;
        letter-spacing: 1px;
        text-decoration: none
    }

    .bjre_cinfo__label {
        background: #62ac3b;
        color: #FFF;
        padding: 2px 4px;
        box-sizing: border-box;
        border-radius: 2px;
        margin-right: 4px
    }

    .bjre_cinfo a {
        font-size: 13px;
        letter-spacing: 1px
    }

    .bjre_cinfo .bjre_cinfo__text {
        text-decoration: underline
    }

    /* =============================================*/
    /* kaiyu_banner*/
    /* =============================================*/

    #bmz-coupon-header {
        padding: 0 8px;
    }

    .bjre_kaiyu_header {
        margin-top: 20px;
        border: 0;
        height: 140px;
    }

    .bjre_kaiyu {
        height: 310px;
    }

    /* =============================================*/
    /* search_box*/
    /* =============================================*/

    .bmz-search {
        width: calc(100% - 16px);
        margin: auto;
    }

    .bmz-search__btn {
        background: #e5e5e5;
        padding: 4px 16px;
        box-sizing: content-box;
        width: 30px;
        border-radius: 0 2px 2px 0;
        margin-left: -5px;
    }

    .bmz-search__text {
        border: 1px solid #ccc;
        width: calc(100% - 62px);
        -webkit-border-radius: 0;
        -webkit-appearance: none;
    }

    .bmz-search__btn:hover {
        opacity: 0.8;
    }

    .bmz-search__word-list {
        display: flex;
        align-items: center;
        line-height: 38px;
        /*margin-left: 10px*/
        ;
        flex-wrap: wrap;
    }

    .bmz-search__word-list dt {
        font-weight: bold;
        font-size: 11px;
    }

    .bmz-search__word-list dd a {
        margin: 0 2px;
        padding: 6px;
        background: #F0f0f0;
        border-radius: 2px;
        font-size: 11px;

    }

    /* スマホパンくずリスト */
    .navitopicpath_ {
        display: none;
    }

    .accessory_list_+.navitopicpath_ {
        display: block;
    }

    /*アイコン*/
    .bmz-icons__wrapper {
        width: 100%;
        overflow-x: scroll;
        margin: 10px 0;
    }

    .bmz-icons__list {
        width: 1260px;
        display: flex;
    }

    .bmz-icons__item {
        width: 70px;
        border-right: 1px solid #f5f5f5;
    }

    .bmz-icons__item img {
        width: 100%;
        height: 100%;
    }

    /* カテゴリリスト（SP） */
    #bmz-icons__header {
        display: none;
    }

    .bmz-icons__list {
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }

    .bmz-icons__item {
        border-right: 1px solid #f0f0f0;
        box-sizing: border-box;
        width: calc(100% / 5);
        display: inline;
    }

    .bmz-icons__item:nth-child(5n) {
        border-right: 0;
    }

    .bmz-icons__item a {
        display: block;
        text-align: center;
        width: 100%;
    }

    .bmz-icons__item a:hover {
        opacity: 0.7;
    }

    .bmz-icons__item img {
        width: 100%;
        height: auto;
    }


    /* =============================================*/
    /* category_osusume */
    /* =============================================*/
    .category_osusume {
        width: 100%;
        margin-bottom: 30px;
        background: #f5faf4;
    }

    .category_osusume h2 {
        width: 100%;
        padding: 10px 30px;
        color: #fff;
        font-size: 14px;
        font-weight: bold;
        background: #6EB336;
        box-sizing: border-box;
    }

    .category_osusume .category_wrap {
        width: 90%;
        max-width: 710px;
        margin: 0 auto;
        padding-bottom: 40px;
    }

    .category_osusume h3 {
        margin: 22px 0;
        color: #8AB361;
        font-size: 20px;
        font-weight: bold;
    }

    .category_osusume_list {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-self: stretch;
        gap: 20px 10px;
        list-style: none;
        text-align: center;
    }

    .category_osusume_list li {
        width: calc(100% / 3 - 7px);
        background: #fff;
    }

    .category_osusume_list li a {
        display: flex;
        flex-wrap: wrap;
        align-content: space-between;
        height: 100%;
        text-align: center;
        font-weight: bold;
        text-decoration: none;
        transition: 0.4s;
    }

    .category_osusume_list li a img,
    .category_osusume_list li a font {
        width: 100%;
        color: #333;
    }

    .category_osusume_list li a font {
        margin: 3px;
        font-size: 10px;
    }

    .category_osusume_list li a:hover {
        opacity: 0.7;
    }

    .category_osusume_list .buybtn {
        width: 100%;
        padding: 5px 0;
        color: #fff;
        background: #333;
        border-radius: 4px;
        font-size: 12px;
        margin: 0 5px 5px;
    }

    .movieItem {
        width: 100%;
        position: relative;
        margin-bottom: 50px;
        padding-top: 56.25%;
    }

    .movieItem iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    /* =============================================*/
    /* ヘッダー追尾クーポンボタン */
    /* =============================================*/
    #header__c__btn {
        width: 100%;
        background: #F0393C;
        z-index: 3;
    }

    #header__c__btn a {
        display: block;
        padding: 10px 0;
        color: #fff;
        text-align: center;
        text-decoration: none;
    }
}