@charset "utf-8";
/* CSS Document */



/*汎用*/

* {
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
	font-size: 14px;
	position: relative;
}
body {
	position: relative;
	color: #000000;
	height: 100%;
	word-break: break-all;
	line-height: 1.8;
	letter-spacing: 0.05rem;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;	
    font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
		margin: 0 auto;

	
	
}


img{
	width: 100%;
}
a{
	color: #000000;
	text-decoration: none;
}
a:hover{
	opacity: 0.5;
}
a img:hover{
	opacity: 0.9;
}
ul {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
hr{
	margin: 0 auto;
	padding: 0px;
	border: 0.5px #9C9C9C dashed;
	
}




/* clearfix */
.cf:after, ul:after {
	content: "";
	display: block;
	clear: both;
}
.fl_R{
	float:right;
}
.fl_L{
	float:left;
}



/*HEADER*/


header{
    z-index:1000;
	position: fixed;
	width: 100%;
	background-color:#FFF;
	margin-top: 0;
}
nav{
	padding: 0% 5%;
}
.logo img{
	
	width: 110px;	
}
nav ul{
	float:right;
	width: 400px;
	padding-top: 0.9%;
	font-size:0.85rem;
	
}

nav ul li{
	float:right;
	padding-right: 7%;
	font-weight:1000;
	
}

@media (max-width:750px){
	header{
	background: #FFF;
	position: fixed;
	width: 100%;
	
	
	

	
}

nav{
	padding: 0% 1%;

}
.logo img{
	width: 120px;	
	display: block;
	margin: 0 auto;
}
nav ul{
	float:none;
	width: 95%;
	padding-top: 0%;
	padding-bottom: 1.3%;
	margin: 0 auto;
	margin-top:3px;
	margin-bottom:7px;
}

nav ul li{
	float:none;
	padding:0% 0%;
	width: 25%;
	text-align: center;
	font-size: 0.7rem;
}
	
	
}

/*TOP*/





#top img{

	margin: 0 auto;
	margin-top:3%;
}

@media (max-width:750px){
#top img{
	
	margin-top: 15%;
}

}







@media (max-width:750px){
	
	
.top{
	margin: 0 auto;
	margin-top: 20%;
}
}




.main{
	font-size:1.2rem;
	font-weight: bold;
	letter-spacing: 2px;
	max-width: 50%;
	margin:0 auto;
	margin-top:5%;
	}


@media (max-width:750px){
.main{
	font-size: 0.9rem;
	max-width: 80%;
	margin-top:13%;
	}

}



.main2{
	font-size: 1.5rem;
	max-width: 30%;
	margin:0 auto;
	margin-bottom:0%;
	background:#E2F284;
	
	text-align: center;
border-radius: 10px;
	font-weight: 1000;
	padding:2%;
	
	}

.topp{
	font-size: 1rem;
	font-weight: 500;
	
}



@media (max-width:750px){

	.main2{
	font-size: 0.9rem;
	
	max-width:80%;
	
	margin-top:10px;	
	height: 80px;
	padding: 4%;
border-radius: 7px;
	font-weight: 600;
	line-height: 1.3;
	}

.topp{
	font-size: 0.8rem;
	
	
}
	}
	


@media (max-width:750px){

	.wrapping{
		
	font-size: 0.9rem;
	max-width: 80%;
	margin:0 auto;
	margin-top:15px;
	background:#e46c71;
	
	text-align: center;
border-radius: 6px;
	
	padding-top:1%;
		font-weight: bold;
	}


	}




/*内容*/


h1{
	text-align: center;
	font-size: 1rem;
	margin-bottom: 5%;
}
h1 span{font-weight: bold;
	font-size: 2.5rem;
	display: block;
	
}
@media (max-width:750px){
	h1 span{font-weight: bold;
	font-size: 1.4rem;
	display: block;
	
}
}


.pick{
	margin-top:100%;
	width: 90%;
	margin:0 auto;
	
}
	

.photo{
	width:60%;
	padding-bottom: 3%;
	
}

.text{
	width:35%;
	padding-left: 5%;
	padding-top:3%;
	letter-spacing: 0.1em;
	font-size:1.2rem;
}

.photo1{
	margin-bottom: 2%;
	width:68%;
	padding-left: 6%;
}

.text1{
	width:28%;
	padding-left: 0%;
	margin-right: 3%;
	padding-top:4%;
	letter-spacing: 0.1em;
	font-size:1.2rem;
}




.text p{
	
font-weight: bold;
 font-size:1rem;
}
.text1 p{
	
font-weight: bold;
 font-size:1rem;
}


@media (max-width:750px){

.photo{
	width:100%;
	margin-top: 18%;
	
}

.text{
	width:100%;
	padding-top:5%;
	margin:0 auto;
}
.text p{
 font-size:0.9rem;

	
	}
	
.photo1{
	margin-bottom: 2%;
	width:100%;
	padding: 1%;
}

.text1{
	width:100%;
	
	padding:2%;
	letter-spacing: 0.1em;
	font-size:1.2rem;
}	
	
.text1 p{
	
font-weight: bold;
 font-size:1rem;
}
	
	
}



h2 span{font-weight: bold;
	font-size: 3rem;
	margin-top: 0%;
	margin-bottom: 7%;
	letter-spacing: 0.1em;
	line-height:130%;
	display: block;
	
}

@media (max-width:750px){

	
h2 span{font-weight: bold;
	font-size: 1.5rem;
	margin-top: 2%;
	margin-bottom: 5%;
	letter-spacing: 0.1em;
		display: block;
	
}	
	
	
	
	
}


.category{
	
	margin-top:5%;
	border-radius: 10px;
	padding:2%;
	border: solid 3px black;/*線*/
}

.category p{
	font-size: 1.2rem;
	font-weight:bold;
	text-align-last: center;
	color:black;
	
}



.category :hover{
	opacity: 1;
	background:hsla(150,34%,65%,1.00);
		-webkit-transition: .3s;
	transition: .3s;
}


@media (max-width:750px){


.category{
	
	margin-top:5%;
	margin-bottom:5%;
	border-radius: 10px;
	padding:2%;
	border: solid 3px black;/*線*/
}

.category p{
	font-size: 1rem;
	font-weight:bold;
	text-align: center;
	color:black;
	
}


}





p.itemname1{
	margin-top: 2%;
	font-weight: 1000;
	text-align: left;
	font-size:0.85rem;
	color:#D79E1B;
	line-height: 17px;
}
p.brandname1{	
	text-align: left;
	color:#D79E1B;
	font-size:0.85rem;
	font-weight: 500;
	line-height: 17px;
}



p.itemname2{
	margin-top: 2%;
	font-weight: 1000;
	text-align: left;
	font-size:0.85rem;
	color:#6091d3;
	margin-bottom: 2%;
}
p.brandname2{	
	text-align: left;
	color:#6091d3;
	font-size:0.85rem;
	font-weight: 500;
	line-height: 13px;
}	

p.itemname3{
	margin-top: 2%;
	font-weight: 1000;
	text-align: left;
	font-size:0.85rem;
	color:#B8873F;
	line-height: 17px;
}
p.brandname3{	
	text-align: left;
	color:#B8873F;
	font-size:0.85rem;
	font-weight: 500;
	line-height: 17px;
}
p.itemname4{
	margin-top: 2%;
	font-weight: 1000;
	text-align: left;
	font-size:0.85rem;
	color:#2FAEDA;
}
p.brandname4{	
	text-align: left;
	color:#2FAEDA;
	font-size:0.85rem;
	font-weight: 500;
	line-height: 13px;
}		

p.itemname5{
	margin-top: 2%;
	font-weight: 1000;
	text-align: left;
	font-size:0.85rem;
	color:crimson;
	line-height: 17px;
}
p.brandname5{	
	text-align: left;
	color:crimson;
	font-size:0.85rem;
	font-weight: 500;
	line-height: 17px;
}

p.itemname6{
	margin-top: 2%;
	font-weight: 1000;
	text-align: left;
	font-size:0.85rem;
	color:darkkhaki;
	line-height: 17px;
}
p.brandname6{	
	text-align: left;
	color:darkkhaki;
	font-size:0.85rem;
	font-weight: 500;
	line-height: 17px;
}	

p.itemname7{
	margin-top: 2%;
	font-weight: 1000;
	text-align: left;
	font-size:0.85rem;
	color:cadetblue;
	line-height: 17px;
}
p.brandname7{	
	text-align: left;
	color:cadetblue;
	font-size:0.85rem;
	font-weight: 500;
	line-height: 17px;
}	
p.itemname8{
	margin-top: 2%;
	font-weight: 1000;
	text-align: left;
	font-size:0.85rem;
	color:#99861D;
	line-height: 17px;
}
p.brandname8{	
	text-align: left;
	color:#99861D;
	font-size:0.85rem;
	font-weight: 500;
	line-height: 17px;
}	

p.itemname9{
	margin-top: 2%;
	font-weight: 1000;
	text-align: left;
	font-size:0.85rem;
	color:darkgoldenrod;
	line-height: 17px;
}
p.brandname9{	
	text-align: left;
	color:darkgoldenrod;
	font-size:0.85rem;
	font-weight: 500;
	line-height: 17px;
}

p.itemname_link{
	margin-top: 2%;
	font-weight: 500;
	text-align: left;
	font-size:1.1rem;
	color:#FFF;
	
}
p.brandname_link{	
	text-align: left;
	color:#FFF;
	font-size:0.75rem;
	font-weight: 500;
	line-height: 10px;
}


span.up_date{
	font-size: 0.7rem;
	background:green;
	color:white;
	margin-right:2%;
	padding: 1%;
	text-align: center;
	}

span.up_date5{
	font-size: 0.7rem;
	background:crimson;
	color:white;
	margin-right:2%;
	padding: 1%;
	text-align: center;
	}
span.up_date9{
	font-size: 0.7rem;
	background:darkgoldenrod;
	color:white;
	margin-right:2%;
	padding: 1%;
	text-align: center;
	}





section.sec_box {
	margin: 0 auto;
	margin-top: 15%;
	max-width: 1150px;
}



























@media (max-width:750px) {
.pc {
	display: none;
}
}

@media (min-width:751px) {
.sp {
	display: none;
}
}











ul.item2 li{
	float:left;
	width: 20%;
	margin-right: 2%;
	margin-left: 3%;
	margin-top: 5%;
	text-align: center;
	max-width: 900px;
}	

@media (max-width:750px){
ul.item2 li{
	float:left;
	width: 44%;
	margin-right: 0%;
	margin-left: 4%;
	margin-top: 5%;
	text-align: center;
	max-width: 1000px;
	
}
}




@media (max-width:750px){
	
	.item p{
	font-size:  0.8rem;
		text-align: left;
	
}
.item2 p{
	font-size:  0.8rem;
	text-align: left;
}
}

#mother_link{
	margin-bottom: 10%;
	
	
}

.item3{
	margin-bottom:8%;
	
	
}


ul.item3 li{
	float:left;
	width: 21%;
	margin-right: 1%;
	margin-left: 3%;
	margin-top: 2%;
	height:55px;
	max-width: 1000px;
	background:#70899E;
	border-radius: 10px;
	padding-top:0.2%;
	
}	

.item3 li:hover{
	opacity: 1;
	background:#A0A0A0;
	color:#FFFFFF;
	-webkit-transition: .3s;
	transition: .3s;
}


ul.item3 li p{
	
	text-align: center;
		}
h3{
	
	text-align: center;
	margin-bottom: 5%;
	margin-top: 20%;
}


h3 span{
	font-size:30px;
	line-height: 1px;
}

span.linkname{font-size:12px;	}


@media (max-width:750px){


	
	
ul.item3 li{
	float:left;
	width: 42%;
	margin-right: 1%;
	margin-left: 5%;
	margin-top: 2%;
	height:55px;
	
	background:#70899E;
	border-radius: 8px;
	padding-top:0.2%;
	
}

	h3 span{
	font-size:22px;
		font-weight:1000;
	line-height: 1px;
}
span.linkname{font-size:0.8rem;	}



}

/***************************************

下ナビ

***************************************/




.navinavi{
	
	position: fixed;
	bottom:0;
	left:0;
	
	background:#A0BDBE;
	
	z-index:10000;
}


ul.navigation{
	margin-top:3%;
	width: 60%;
	margin:0 auto;
	height: 60px;
	margin-bottom:1%;
	}	
	
	
ul.navigation li{
	display:inline-block;
	width: 5%;
	margin:0 auto;
	margin-top:2%;
	
}



@media (max-width:750px){



ul.navigation{
	margin-top:10%;
	width: 100%;
	margin:0 auto;
	height: 60px;
padding-right: 3.5%;
	}	
	
	
ul.navigation li{
	display:inline-block;
	width: 8.6%;
	
	margin:0 auto;
	margin-top:3%;
	margin-bottom:0%;
}





}





/*フッター*/




footer{
font-size: 0.75rem;
	text-align: center;
    
	padding: 1% 0%;
	padding-top:10%;
	margin-bottom: 8%;
}



 
footer {
  margin-top: auto;
}


@media (max-width:750px){
footer{
	font-size: 0.6rem;
	margin-bottom:20%;
margin-top: 20%;
}
}




/***************************************

サイド

***************************************/




#side_navnav{
	position:fixed;
	right:1%;
	bottom:20%;
	text-align: center;
	
}

@media (max-width:750px){
#side_navnav{
	
	width:15%;
}

#side_nav a{
display:block;
	font-size:0.5rem;
	line-height: 1.5;
	padding-bottom: 100%;
	color:#EFF4C3;
	
}



