/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html,body{
    font-family: Quicksand, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
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% - 1%);
    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;
}

.flbSp2{
    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: flex-start;
}



.midashi{
    box-sizing: border-box;
    padding:0 10px;
    margin: 20px 0 10px;
    font-weight: bold;
    font-size:1.4rem;
}

.midashista1{
    font-weight: bold;
    font-size: 1.2rem;
    background: #777777;
    color: #fff;
    width:100%;
    padding:15px 0;
    text-align: center;
    border-radius: 0;
}

section#filsec {
    display: none;
}
.lp_main section.filsec_css{
    display: block!important;
    box-sizing: border-box;
    padding: 2%;
    background: #f9f9f9;
    transition: all 300ms 0s ease;
    border: solid 4px rgba(255, 220, 0, 0.4);
    border-radius: 5px;
}

.filterh2_css{
    box-sizing: border-box;
    padding: 40px 0 30px;
    text-align: center;
    font-weight: bold;
    font-size: 1.6rem;
}
.lp_main span.price{
    color: #CC0000!important;
}

@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;
    }

}


/*
*
*
*
*
*/


/*
ここからオリジナル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.4); ;
}

.header_sec .header figure{

}
.header_sec .header figure img{
    max-width: 1000px;
    margin:auto;
}

.lp_main{
    /* width: 10px; */
    margin:auto;
    /* max-width:1000px; */
    width: 100%;
}
.lp_main .header{
    background: none;
}
.lp_main .header figure{
    margin:auto;
    padding:0;
    max-width: 1000px;
    width: 100%;
}

.lp_main img,.header_sec img{
    margin:0;
    padding:0;
    max-width: 100%;
    width: 100%;
    display: block;
}

.lp_main a img,.menu_Button img{
    width: 100%;
}


.lp_main .header figure img{
    width: 100%;
    display: block;
}

/* 商品一覧用のCSS */
li.back99 {
    background: none;
    list-style-type : none;
    border:solid 8px #ccc;
    border:none;
    padding:10px 0;
    box-sizing: border-box;
    margin-bottom: 30px;
    background: rgb(255, 255, 255);
    border-radius: 10px;
    position: relative;
    box-shadow: 1px 1px 3px  rgba(9,9,9,.4);
}

img.picture{
    margin: auto;
    display: block;
    border:none;
}

.procd,.proname,.sale_price{
    text-align:center;
    display: block;
    font-size:0.8rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.proname{
    font-size: 0.85rem;
    padding: 10px;
    background: none;
    color: #000;
    font-weight: bold;
    margin: 5px auto 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.procdbtn{
    background: #2fad47;
    border-radius: 50px;
    width: 75%;
    display: block;
    margin: 10px auto;
    padding: 10px;
    box-sizing:border-box;
}

.procdbtn:hover{
  opacity: 0.8;
}

.procdbtn img{
    width: 100%;
    max-width: 95px;
    margin:auto;
    display: block;
    padding: 0;
}

/* .lp_main h2{
margin:30px 0 20px;
font-weight:bold;
background: #000;
padding: 10px 0;
border-radius: 10px;
}
.lp_main h2 img{
margin:auto;
width: auto;
height: 30px;
} */





.wires50-20{
    width: calc(50% - 10px);
}
.wires50-25{
    width: calc(50% - 10px);
}
.wires50-30{
    width: calc(50% - 10px);
}
.wires100-50{
    width: calc(100% - 10px);
}

.menu_Button {
    transition: all 300ms 0s ease;
    max-width: 800px;
    margin: 0px auto;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 5px;
}
.menu_Button ul{
    /* background: #0081CC; */
    padding: 10px 10px 0;
    border-radius: 5px;
    border:solid 1px #2fad47;
}
.menu_Button ul li{
    text-align: center;
    background: #2fad47;
    /* padding: 10px 5px; */
    box-sizing: border-box;
    border-radius: 5px;
    color: #fff;
    margin-bottom: 10px;
    transition:s3;
    margin-right: 10px;
}
.menu_Button ul li:hover{
    background: #a8cc06;
}
.menu_Button ul li a{
    text-decoration: none;
    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;
}


.main_title{
    max-width: 1000px;
    width: 100%;
    margin:auto;
}
.main_title img{
    width: 100%;
    display: block;
}

.lp_main h2.jsontitle{
    margin: 0px auto 10px;
    background: none;
    text-align: center;
    line-height: 1.3;
    width: 95%;
    font-size: 1rem;
}

.defoback{
    margin-top: 10px;
}

.btnf{
    position: relative;
    margin-bottom: 70px;
}
.btnf .procdbtn{
    position: absolute;
    bottom: -45px;
    left: 0;
    right: 0;
    margin:auto;
}


.midashi{
    width: 100%;
    max-width: 700px;
    margin:40px auto;
}

.bottomclass{
    width: 90%;
    max-width: 500px;
    display: block;
    margin: 20px auto 30px;
}

.filsta{
    box-sizing:border-box;
    padding:10px 5px;
    background: #d0d0d0;
    margin-bottom: 20px;
    border-radius: 5px;
}
.filsta h2{
    padding:0px 0px 10px;
    text-align: center;
    font-weight: bold;
    line-height: 1.3;
    font-size: 1.0rem;
    background: none;
    text-shadow: none;
    color: #000;
}
/* .btst{
border-radius: 5px;
cursor:pointer;
box-sizing:border-box;
background: #D00059;
padding:5px 0;
color: #fff;
text-align: center;
} */
a.btst {
    /* display: inline-block; */
    font-size: 0.9rem;
    text-align: center;
    padding:5px 0 3px;
    text-decoration: none;
    background: #D00059;/*ボタン色*/
    color: #FFF;
    border-bottom: solid 4px #92013f;
    border-radius: 3px;
}
a.reci{
    background: #009AD0;/*ボタン色*/
    color: #FFF;
    border-bottom: solid 4px #014b65;
}
a.btst:active {
    /*ボタンを押したとき*/
    -webkit-transform: translateY(2px);
    transform: translateY(2px);/*下に動く*/
    border-bottom: none;/*線を消す*/
}
.flg01{
    background: #fafafa;
}
.flg02{
    background: #faffd2;
}
.flg03{
    background: #e0f9f3;
}
.flg04{
    background: #f1ffdc;
}
.flg05{
    background: #ecf0ff;
}
.flg06{
    background: #fff9f0;
}
.flg07{
    background: #fff0f0;
}
.flg08{
    background: #f9f6ff;
}
.flg09{
    background: #f1e9ff;
}
.resesta{
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    width: 100%;
    max-width: 500px;
    margin: auto;
    display: block;
    color: #424242;
}
.resesta p{
    width: 100%;
}

.midashic{
    text-shadow: none;
    color: #000;
    font-weight: bold;
    font-size: 1.3rem;
    width: 100%;
    max-width: 700px;
    margin: 40px auto;
    text-align: center;
    background: #1e50a2;
    padding: 20px 0 15px;
    border-radius: 10px;
    color: #fff;
}
.none{
    display: none;
}

#filsec .product{
    display: block!important;
}



.undoukai{
    background: #fff url(https://d3t0ae4e2cnggp.cloudfront.net/resource/20190717/spwinevent/back_3.png) 0 0;
    background-repeat: repeat-y;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    padding: 30px 0;
}

.maxwi1000{
    max-width: 1000px;
    width: 100%;
    margin:auto;
}

.filter{
    background: rgba(255, 255, 255, 0.5);
    padding: 10px 10px 0;
    border-radius: 10px;
    box-sizing: border-box;
}

.midasta{
    background:rgba(255, 255, 255, 0.7);
    width: 100%;
    max-width: none;
}
.midasta img{
    width: auto;
    max-height: 200px;
    margin: auto;
}

.imgfig {
    position: relative;
    overflow: hidden;
    height: 130px;
    margin-bottom: 10px;
}

.matome::after{
    content: "";
    width: 50px;
    height: 50px;
    background-color: aquamarine;
    position: absolute;
    top: 15px;
    left: 15px;
    background: url(https://www.smartschool.jp/contents/packages/default/img/icon/icon_43.png) no-repeat;
}

@media screen and (min-width:780px) {
    .wires50-20{
        width: calc(20% - 10px);
    }

    .wires50-25{
        width: calc(25% - 10px);
    }

    .wires50-30{
        width: calc(33% - 10px);
    }
    .wires100-50{
        width: calc(50% - 10px);
    }
    .procdbtn{
        padding-top:10px;
    }

    .main_title img{
        width: 575px;
    }

    .btnf{
        position: relative;
        margin-bottom: 0px;
    }

    .btnf .procdbtn{
        position: absolute;
        bottom: 30px;
        left: auto;
        right: 85px;
        margin: auto;
        width: 330px;
    }
    .btnf .procdbtn img{
        max-width: 135px;
    }

}
/* ログインバーを削除 */
section#loginBar{
    display:none;
}



/* #filsec li#a47435 ,#filsec li#a47434,#filsec li#a199658{
    display: none!important;
} */
