/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

.txtali{
    text-align: center;
}
dl {
    /* width:300px; */
}
dt {
    float:left;
}
dd {
}

.spNo{
    display: none!important;
}
.mt0{
    margin-top: 0px!important;
}
.mt10{
    margin-top: 10px;
}
.mt20{
    margin-top: 20px;
}
.mt30{
    margin-top: 30px;
}
.mt40{
    margin-top: 40px;
}
.mt50{
    margin-top: 50px;
}
.ma{
    margin: auto;
}
.wi100{
    width:100%;
    height:auto!important;
}
.wi90{
    width:90%;
    height:auto!important;
}
.wi80{
    width:80%;
    height:auto!important;
}
.wi70{
    width:calc(70% - 10px);
    height:auto!important;
}
.wi60{
    width:calc(60% - 10px);
    height:auto!important;
}
.wi50{
    width:calc(50% - 15px);
    height:auto!important;
}
.wi40{
    width:calc(40% - 15px);
    height:auto!important;
}
.wi30{
    width:calc(30% - 15px);
    height:auto!important;
}
.wi20{
    width:calc(20% - 15px);
    height:auto!important;
}
/* PCもSPも２カラムはこっち */
.flbSp{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: space-between;
}

.midashi{
    padding:0 10px;
    margin: 20px 0 10px;
    font-weight: bold;
    line-height: 1.3;
    font-size:1.4rem;
    text-align:center;
}

a:visited,
a:link {
    color: white !important;
    text-decoration: none;
}

@media screen and (min-width:780px) {
    /*　画面サイズが1024pxからはここを読み込む　*/
    .pcNo{
        display:none!important;
    }
    .spNo{
        display: block!important;
    }
    .wipc25{
        width:calc(25% - 10px);
    }
    .wipc50{
        width:calc(50% - 10px);
    }
    /* PCのみ２カラムにする場合はこっち */
    .flbPc{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: space-between;
    }
}

@media print{
    /*　画面サイズが1024pxからはここを読み込む　*/
    .pcNo{
        display:none!important;
    }
    .spNo{
        display: block!important;
    }
    .wipc25{
        width:calc(25% - 10px);
    }
    .wipc50{
        width:calc(50% - 10px);
    }
    /* PCのみ２カラムにする場合はこっち */
    .flbPc{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: space-between;
    }
}

/*
*
*
*
*
*/


/*
ここからオリジナルCSS
*/
html,body {
    /* width: 100%; */
    min-width: unset;
}


.lp_main img,.header_sec img{
    margin:0;
    padding:0;
    max-width: 100%;
    width: 100%;
    display: block;
}
.header_sec{
    background: rgba(255, 255, 255, 0.2);
}

.header_sec .header figure{

}
.header_sec .header figure img{
    max-width: 1000px;
    margin:auto;
}

.lp_main{
    padding:20px;
    /* width: 10px; */
    margin:auto;
    max-width:1000px;
}
.lp_main .header{
    background: #ce7777 0 0 no-repeat;
}
.lp_main .header figure{
    margin:0;
    padding:0;
    max-width: 1000px;
    width: 100%;
}

.lp_main .header figure img{
    width: 100%;
    display: block;
}

/* 商品一覧用のCSS */
li.back99 {
    position: relative;
    border-radius: 10px;
    background: #fff;
    list-style-type : none;
    padding:10px 0;
    box-sizing: border-box;
    margin-bottom: 30px;
}

.lp_main img.picture{
    border: none;
    margin: auto;
    display: block;
}

.procd,.proname,.sale_price{
    text-align:center;
    display: block;
}

.proname{
    padding:10px;
    background: #000;
    color: #fff;
    margin:10px auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.procdbtn{
    background: #000;
    border-radius: 50px;
    width: 90%;
    display: block;
    margin: 10px auto;
    padding: 10px;
    box-sizing:border-box;
}

.procdbtn img{
    width: 100%;
    max-width: 121px;
    margin:auto;
}

.lp_main h2{
    margin:30px 0 20px;
    font-weight:bold;
}

.wires50-20{
    width: calc(50% - 10px);
}
.wires100-50{
    width: calc(100% - 10px);
}

.menu_Button {
    max-width: 800px;
    margin: auto;
}


@media screen and (min-width:780px){
    .procdbtn{
        padding-top:10px;
    }
    .wires50-20{
        width: calc(20% - 10px);
    }
    .wires100-50{
        width: calc(50% - 10px);
    }

}

@media print{
    /*printで適用する内容*/
    .procdbtn{
        padding-top:10px;
    }
    .wires50-20{
        width: calc(20% - 10px);
    }
    .wires100-50{
        width: calc(50% - 10px);
    }
}

.menu_Button {
    transition: all 300ms 0s ease;
    max-width: 800px;
    margin: 20px auto;
    background: rgba(255, 255, 255, 0.6);
}
.menu_Button ul{
    /* background: #0081CC; */
    padding: 10px 10px 0;
    border-radius: 5px;
    border:solid 1px #f44336;
}
.menu_Button ul li{
    text-align: center;
    background: #f44336;
    /* padding: 10px 5px; */
    box-sizing: border-box;
    border-radius: 5px;
    color: #fff;
    margin-bottom: 10px;
}
.menu_Button ul li:hover{
    background: #c1bb00;
}
.menu_Button ul li a{
    color: #ffffff;
    font-weight: bold;
    display: block;
    width: 100%;
    padding: 10px 0px;
}
.menu_Button.is-fixed {
    background: rgba(255, 255, 255, 0.4);
    max-width: 100%;
    /* box-shadow: 0px 0px 5px 4px rgba(116, 158, 179, 0.31); */
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    width: 100%;
    margin:0;
    border-radius: 0px;
}
.menu_Button.is-fixed ul{
    border-radius: 0px;
}



.back_f{
    background: #bee6f6 url(https://d3t0ae4e2cnggp.cloudfront.net/resource/20191001/eisei_back.png) 0 0 repeat;
    background-size: 40px
}

.cd_f{
    box-sizing:border-box;
    background: #fff;
    margin-bottom:20px;
    border:solid 3px #000;
    border-radius:10px;
    padding-bottom: 15px;
}

.cd_f .btn{
    background: #000;
    border-radius: 30px;
    width: 80%;
    margin:auto;
}
.cd_f img{
    margin:auto;
}
.cd_f > figure > a > img{
    margin-top: -20px;
}

.cd_f a{
    display: block;
}

.cd_f .btn img{
    width: 80%;
}

.cd_f#pink{border:solid 3px #e63f75}
.cd_f#pink .btn{background:#e63f75}
.cd_f#mizu{border:solid 3px #12b8d7}
.cd_f#mizu .btn{background:#12b8d7}
.cd_f#blue{border:solid 3px #4d79b7}
.cd_f#blue .btn{background:#4d79b7}
.cd_f#orenge{border:solid 3px #ed6d46}
.cd_f#orenge .btn{background:#ed6d46}

.lp_main .mida_sta{
    background: #000;
}


.price{
    color:#525252;
}
.lp_main .mida_sta#mi01{
    background: #fff url(https://d3t0ae4e2cnggp.cloudfront.net/resource/20190809/back_3.png) 0 0;
    border-radius:10px;
}
#json1 a.proname,#json1 a.procdbtn{
    background: #0081cc;
}
.lp_main .mida_sta#mi02{
    background: url(https://d3t0ae4e2cnggp.cloudfront.net/resource/20190809/back_2.png);
    border-radius: 10px;
}
#json2 a.proname,#json2 a.procdbtn{
    background: #E9528E;
}
.lp_main .mida_sta#mi03{
    background: #3071B9;
}
#json3 a.proname,#json3 a.procdbtn{
    background: #3071B9;
}
.lp_main .mida_sta#mi04{
    background: #5CB531;
}
#json4 a.proname,#json4 a.procdbtn{
    background: #5CB531;
}
.lp_main .mida_sta#mi05{
    background: #12B8D7;
}
#json5 a.proname,#json5 a.procdbtn{
    background: #12B8D7;
}
.lp_main .mida_sta img{
    width: 80%;
    max-width: 400px;
    display:block;
    margin:auto;
    padding:10px 0;
}
.bottomclass{
    width: 90%;
    max-width: 500px;
    display: block;
    margin: auto;
}
li.back99.wi50.wipc25.gyoupa::after{
    content: "";
    width: 30px;
    height: 30px;
    background: #fff url(https://www.smartschool.jp/contents/packages/default/img/icon/icon_43.png) 0 0 no-repeat;
    -webkit-background-size: 30px;
    background-size: 30px;
    top: 5px;
    position: absolute;
    right: 5px;
}
