/* カスタマイズ用CSS */
.siteseel{
    max-width: 100px;
    margin: 2em auto 0;
}

/*ポップアップ用*/
.overlay{
    display:none;
    width:100%;
    height:100%;
    background: rgba(0,0,0,0.6);
    position:fixed;
    z-index:1;
}
.btn_area{
    width:300px;
    height:240px;
    position:absolute;
    top:50%;
    left:50%;
    margin-top:-120px;
    margin-left:-150px;
    background-color:#fff;
    z-index:2;
    text-align:center;
}
.btn_area p{
    padding:24px;
}
.btn_area{
    font-size:0.8rem;
}
.btn_area span{
    font-size:1rem;
    font-weight:bold;
    padding:1em;
    display: block;
}
.btn_area button{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #252525;
    border-radius: 6px;
    box-sizing: border-box;
    color: #fff;
    font-weight: bold;
    min-width: 160px;
    padding: 0 8px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    display: block;
    width: 90%;
    font-size: 1rem;
    height: 48px;
    line-height: 48px;
    margin:0 auto;
}
.btn_area a{
    color:#000;
    margin:1em;
    display: block;
}

/*調整用*/
.ec-headerTitle__title,
.ec-footerTitle__logo{
    max-width: 100px;
    margin:0 auto;
}
.ec-footerTitle__logo{
    margin-bottom: 1em;
}
.ec-eyecatchRole__intro{
    width:54%;
}
.ec-eyecatchRole__intro span{
    display:block;
    margin:0 auto;
    max-width: 200px;
}
.ec-eyecatchRole div.ec-eyecatchRole__image{
    width: 44%;
}
.new_kaiin_btn{
    margin-left:0.5em;
}
.ec-login .ec-login__link{
    margin-left:0;
}

.ec-shelfGrid__item .ec-productRole__btn,
.ec-shelfGrid__item form{
display:none;
}
.foot_seal{
    display: block;
    width:164px;
    margin :0 auto 1em;
    background:#fff;
    padding:4px 10px;
}
.foot_seal table{
    margin :0 auto;
}
.foot_seal_txt{
    text-align: center;
    font-size:12px;
    margin:0 0 2em;
}
.foot_seal img{
    width:auto!important;
}

/*追加用*/
.flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.justify{
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 0;
}
.topbox01{
    max-width: 1090px;
    width:94%;
    margin:0 auto;
}
.topbox01_img{
    margin:2em 0 5em;
}
.topbox01_img div{
    width:32%;
    text-align: center;
}
.topbox01_inner{
    display: flex;
}
.topbox01_txt{
    font-family: "Zen Antique",serif;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    margin:0 auto;
    font-size:20px;
    align-items: center;
}
.topbox01_txt p{
    line-height: 3em;
}


@media screen and (max-width:768px){
    .ec-headerTitle__title{
        width: 20%;
        margin:0 auto;
    }
    div.ec-footerTitle .ec-footerTitle__logo{
        width: 20%;
        margin:0 auto 1em;
    }
    div.ec-footerTitle .ec-footerTitle__logo img{
        max-width: 100%;
        height: auto;
    }
    .ec-eyecatchRole div.ec-eyecatchRole__image{
        width:100%;
    }
    .ec-eyecatchRole__intro{
        width:100%;
    }
    .ec-eyecatchRole{
        margin-bottom: 1em;
    }
    .new_kaiin_btn{
        margin-left:0;
        margin-top:1em;
    }
    .topbox01_img div:first-of-type{
        display: none;
    }
    .topbox01_img div{
        width:49%;
    }
    .topbox01_img div img{
        max-width: 100%;
        height: auto;
    }
    .topbox01_txt{
        -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb;
        font-size:16px;
    }
    .topbox01_txt p{
        line-height: 2;
        display: inline-block;
        text-align: left;
    }
    .topbox01_txt_inner{
        text-align: center;
        margin:0 auto;
    }
}