/* 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;
}
*{
    font-family: Quicksand, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.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{
    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;
}
.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:#6dc7ea; */
    background: #fff url(https://d3t0ae4e2cnggp.cloudfront.net/resource/20190508/pool_1_1.png) 0 0 repeat;
}

.header_sec .header figure{

}
.header_sec .header figure img{
    max-width: 1000px;
    margin:auto;
}

.lp_main{
    /* 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 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;
}

.lp_main img.picture{
    margin: auto;
    display: block;
}

.procd,.proname,.sale_price{
    text-align:center;
    display: block;
    font-size:0.8rem;
}

.proname{
    font-size: 1.1rem;
    padding: 10px;
    background: none;
    color: #000;
    font-weight: bold;
    margin: 5px auto 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.procdbtn{
    background: #057bf5;
    border-radius: 50px;
    width: 75%;
    display: block;
    margin: 10px auto;
    padding: 10px;
    box-sizing:border-box;
}

.procdbtn img{
    width: 100%;
    max-width: 95px;
    margin:auto;
}

/* .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: 20px auto;
}
.menu_Button ul{
    /* background: #0081CC; */
    padding: 10px 10px 0;
    border-radius: 5px;
    border:solid 1px #0081CC;
}
.menu_Button ul li{
    text-align: center;
    background: #0074CC;
    /* padding: 10px 5px; */
    box-sizing: border-box;
    border-radius: 5px;
    margin-bottom: 10px;
}
.menu_Button ul li:hover{
    background: #00A9CC;
}
.menu_Button ul li a{
    color: #fff;
    display: block;
    width: 100%;
    padding: 10px 0px;
}
.menu_Button.is-fixed {
    background: rgba(0, 129, 204, 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: 500px;
}

.bottomclass{
    width: 90%;
    max-width: 500px;
    display: block;
    margin: 10px auto 30px;
}

@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;
}


.prodiv{
	position:relative;
}

.prodiv .procdbtn{
	position: absolute;
	    width: 300px;
	    bottom: 50px;
	    right: 140px;
}
.prodiv .procdbtn img{
	/* width: 200px; */
	max-width: 160px;
}
.backc{
	background: #C7EDFF;
}
.backc2{
	background: #E3FAFF;
}
.backc3{
	background: #CDE3ED;
}

@media screen and (max-width:780px) {
    .prodiv .procdbtn{
    	position: static;
    	    width: 300px;
    	    bottom: 50px;
    	    right: 140px;
                margin-bottom: 60px;
    }

}
