/* CSS Document */



/* --------------------------------------------------------------------------------
			Reset
-------------------------------------------------------------------------------- */
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;
	
}


*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box !important;
}


h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	font-size:100%;
}

ul{
	list-style: none;		
}


.sp-v{
	display: none;
	
}

.pc-v{
	display: block;
	
}


div#listtitle {
	margin:10px auto;
	font-weight: normal;
}

div#listtitle h2 {
	font-size: 24px;
	text-align: center;
	padding: 10px 0 10px 0;
	color: #333333;
	background:none;
	border-bottom:2px solid #333;
}

div#listtitle h2 span{
	
	font-size: 18px;
}	



div#listtitle h2 a{
	color: #333333;
	text-decoration: none;
}
div#listtitle h2 a:hover{
	text-decoration: underline;
}


#group{
	width: 1000px;
	margin: 0 auto;
	padding: 30px 0;
}

#group .item-list{
	display: flex;
	/*justify-content: center;*/
	flex-wrap: wrap;
	
}


#group .item-list .item-box{
	width: 320px;
	padding: 20px;

}


#group .item-list .item-box a{
	text-decoration: none;
	

}

#group .item-list .item-box .thum{
	text-align: center;
	margin: 0 0 15px;
	
}

#group .item-list .item-box .thum img{
	width: 200px;
	height: 200px;
	object-fit: contain;
	
}

#group .item-list .item-box .cart{
	display: flex;
	justify-content: center;
	align-items: center;
	color: #333;
	text-align: center;
	text-decoration: none;
	padding: 10px;
    background: #fff;
    font-weight: bold;
    border: 2px solid #ccc;
    overflow: hidden;
	
}

#group .item-list .item-box h3{
	font-size: 16px;
	margin: 0 0 15px;
	
	
}


#group .item-list .item-box p{
	color: #e20000;
    font-weight: bold;
	font-size: 16px;
	margin: 0 0 15px;
}






#mk-group{
	width: 1000px;
	margin: 0 auto;
	padding: 30px 0;
}


#mk-group h2{
	display: none;
}


#mk-group #listtitle h3{
	color: #fff;
	font-size: 80px;
	text-align: center;
	background: #cc0000;
	padding: 5px;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	
}


#mk-group #listtitle p{
	color: #cc0000;
	font-size: 20px;
	text-align: center;
	padding: 35px 20px;
	
}


#mk-group .item-list{
	background: #ffe5e5;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 0 20px 20px;
	
}


#mk-group .item-list .item-box{
	width: 320px;
	padding: 20px 20px 0px;

}


#mk-group .item-list .item-box a{
	text-decoration: none;
	

}

#mk-group .item-list .item-box .thum{
	text-align: center;
	
	
}

#mk-group .item-list .item-box .thum img{
	width: 300px;
	
	
}

#mk-group .item-list .item-box .cart{
	display: flex;
	justify-content: center;
	align-items: center;
	color: #333;
	text-align: center;
	text-decoration: none;
	padding: 10px;
    background: #fff;
    font-weight: bold;
    border: 2px solid #ccc;
    overflow: hidden;
	
}

#mk-group .item-list .item-box h3{
	font-size: 16px;
	margin: 0 0 15px;
	
	
}


#mk-group .item-list .item-box p{
	color: #e20000;
    font-weight: bold;
	font-size: 16px;
	margin: 0 0 15px;
}



#mk-group .offer_normal{
	text-align: center;
	padding: 60px 20px;
}

	











div#footer {
    width: 100%;
    text-align: center;
    clear: both;
    margin: 0 auto;
    padding: 5px 0px;
    border-top: 1px solid #000;
    background: #ebebeb;
    font-size: 12px;
    color: #2f2f2f;
}


@media screen and (max-width:700px) { 

.sp-v{
	display: block;
	
}

.pc-v{
	display: none;
	
}	
	
	
	
	
	
	
img{
		max-width: 100%;
		max-height: 100%;
		
	}
	
div#listtitle {
	font-size: 20px;
	margin:30px auto 30px;
	font-weight: normal;
}
	
div#listtitle h2{
	font-size: 20px;
	text-align: center;
	padding: 0;
	background: none;
}
	
div#listtitle h2 span{
	display: block;
	font-size: 14px;
}	
	
#group{
	width: 100%;
	margin: 0 auto;
	padding: 0px 1em 30px;
}

	
	
	
	
#collagen .img-bg{
	position: relative;
}

#collagen .img-bg .cart-btn{
	position: absolute;
	bottom: 80px;
	right: 80px;
}	
	
#group .item-list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	
}	
	

#group .item-list .item-box{
	width: 48%;
	padding: 0;
	margin: 0 0 30px;
}


#group .item-list .item-box .thum img{
	width: 100%;
	height: 40vw;
	object-fit: contain;
	
}	
	
	
#group #collagen .item-list .item-box{
	width: 45%;
	padding: 0;
	margin: 0 0 30px;
}

#group #collagen .item-list {
	justify-content: space-around;
}


#mk-group{
	width: 100%;
	margin: 0 auto;
	padding: 30px 0;
}


#mk-group h2{
	display: none;
}


#mk-group #listtitle h3{
	color: #fff;
	font-size: 30px;
	text-align: center;
	background: #cc0000;
	padding: 5px;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	
}


#mk-group #listtitle p{
	color: #cc0000;
	font-size: 16px;
	text-align: center;
	padding: 20px 1em 0;
	
}


#mk-group .item-list{
	background: #ffe5e5;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 1em 0;
	
}


#mk-group .item-list .item-box{
	width: 50%;
	padding: 5px;

}


#mk-group .item-list .item-box a{
	text-decoration: none;
	

}

#mk-group .item-list .item-box .thum{
	text-align: center;
	
	
}

#mk-group .item-list .item-box .thum img{
	width: 100%;
	
	
}

#mk-group .item-list .item-box .cart{
	display: flex;
	justify-content: center;
	align-items: center;
	color: #333;
	text-align: center;
	text-decoration: none;
	padding: 10px;
    background: #fff;
    font-weight: bold;
    border: 2px solid #ccc;
    overflow: hidden;
	
}

#mk-group .item-list .item-box h3{
	font-size: 16px;
	margin: 0 0 15px;
	
	
}


#mk-group .item-list .item-box p{
	color: #e20000;
    font-weight: bold;
	font-size: 16px;
	margin: 0 0 15px;
}

	

	
	
	
	
	
	
	
	
	
	
#lp_footer {
    background: #663300;
    padding: 3em 2em;
    text-align: center;
}	
	
	
.footer_inner ul li {
    position: relative;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 5px;
}	
	
.footer_inner ul li a {
    font-size: 12px;
    color: #fff;
    text-decoration: none;
}	
	
.footer_inner h2.name {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 1em;
}
	
.footer_inner ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
	
 
}





