@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.1rem;
	max-width: 50%;
	margin:0 auto;
	margin-top:2%;
	}


@media (max-width:750px){
.main{
	font-size: 0.9rem;
	max-width: 80%;
	margin-top:13%;
	}

}



.main2{
	font-size: 1.5rem;
	max-width: 50%;
	margin:0 auto;
	margin-top:0px;
	background:#C8DBE9;
	
	text-align: center;
border-radius: 10px;
	font-weight: 1000;
	padding-top:0.1%;
	
	}

.topp{
	font-size: 1rem;
	font-weight: 500;
	
}



@media (max-width:750px){

	.main2{
	font-size: 0.9rem;
	
	max-width:80%;
	
	margin-top:10px;	
	height: 34px;
	
border-radius: 7px;
	font-weight: 600;
	line-height: 1.3;
	}

.topp{
	font-size: 0.8rem;
	
	
}
	}
	

/*内容*/

.pick{
	margin-top:50%;
	width: 93%;
	margin:0 auto;
	
}
	

.photo{
	width:30%;
	
}

.text{
	width:70%;
	padding-left: 9%;
	padding-top:0%;
	font-size:1rem;
}


.brandimg{
	margin-top: 5%;
	margin-bottom: 5%;

}
.brandtext{
	font-size:3rem;
	margin: 1.5% 0%;
	letter-spacing: 0.05em;
	font-weight:  bold;
	
	
}

.text p{
	

 font-size:1rem;
}


section.sec_box .d_batch{
	
	font-size: 0.8rem;
	max-width: 240px;
	padding: 2px 5px;
	text-align: center;
	margin-top: 15px;
	background-color: rgba(0,0,0,1.00);
	color: rgba(237,237,237,1.00);
	
}



@media (max-width:750px){

.photo{
	width:70%;
	margin-top: 18%;
	margin:0 auto;
}

.text{
	width:100%;
	padding-top:5%;
	margin:0 auto;
	padding-right: 6%;
}
.text p{
 font-size:0.9rem;
margin-bottom:5%;
	
	}
}







p.itemname1{
	margin-top: 4%;
	font-weight: 1000;
	
	font-size:0.85rem;
    text-align: center;
	line-height: 17px;
}
p.brandname1{	
	text-align: left;
	
	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:indianred;
}
p.brandname2{	
	text-align: center;
	color:indianred;
	font-size:0.85rem;
	font-weight: 500;
	line-height: 13px;
	margin-top: 1.2%;
}	

p.itemname3{
	margin-top: 2%;
	font-weight: 1000;
	text-align: left;
	font-size:0.85rem;
	color:darkcyan;
	line-height: 17px;
}
p.brandname3{	
	text-align: left;
	color:darkcyan;
	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:steelblue;
}
p.brandname4{	
	text-align: left;
	color:steelblue;
	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:lightcoral;
	line-height: 17px;
}
p.brandname8{	
	text-align: left;
	color:lightcoral;
	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:#CC0307;
	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: 1000px;
}
























h1{
	text-align: center;
	font-size: 1rem;
	margin-bottom: 5%;
}
h1 span{font-weight: bold;
	font-size: 2.5rem;
	display: block;
	
}
h2 span{font-weight: bold;
	font-size: 1.5rem;
	margin-top: 1%;
	margin-bottom: 2%;
	letter-spacing: 0.1em;
	text-decoration:underline;
	display: block;
	
}

@media (max-width:750px){
	h1 span{font-weight: bold;
	font-size: 1.3rem;
	display: block;
	
}
	
	
h2 span{font-weight: bold;
	font-size: 1.3rem;
	margin-top: 1%;
	margin-bottom: 2%;
	letter-spacing: 0.1em;
	text-decoration:underline;
	display: block;
	
}	
	
	
	
	
}


ul.item1 li{
	float:left;
	width: 24%;
	margin-right: 3%;
	margin-left: 5%;
	margin-top: 5%;
	text-align: center;
	max-width: 900px;
}	

@media (max-width:750px){
ul.item1 li{
	float:left;
	width: 44%;
	margin-right: 0%;
	margin-left: 4%;
	margin-top: 5%;
	text-align: center;
	max-width: 1000px;
	
}
}










ul.item2 li{
	float:left;
	width: 19%;
	margin-right: 3%;
	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;
}
}



.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;	}



}




.itiran{
	text-align: center;
	display: block;
	width: 100%;
	margin: 0 auto;
	margin-top:7%;
	margin-bottom:13%;
	border-top:  solid 1px #333 ;
	border-bottom:  solid 1px #333 ;
	font-size:1.1rem;
	padding: 16px 0px;
	background:#B1B1B1;
	font-weight: bold;
	border-radius: 10px;
}
.itiran:hover{
	opacity: 1;
	background:#A0A0A0;
	color:#FFFFFF;
	-webkit-transition: .3s;
	transition: .3s;
}

@media (max-width:750px){
.itiran{
	text-align: center;

	font-weight: bold;
	font-size:0.9rem;
	padding: 12px 0px;
	margin-bottom: 20%;
	
}
	

}



.itiran2{
	text-align: center;
	display: block;
	width: 100%;
	margin: 0 auto;
	margin-top:7%;
	margin-bottom:3%;
	border-top:  solid 1px #333 ;
	border-bottom:  solid 1px #333 ;
	font-size:1.1rem;
	padding: 16px 0px;
	background:#B1B1B1;
	font-weight: bold;
	border-radius: 10px;
}
.itiran2:hover{
	opacity: 1;
	background:#A0A0A0;
	color:#FFFFFF;
	-webkit-transition: .3s;
	transition: .3s;
}

@media (max-width:750px){
.itiran2{
	text-align: center;

	font-weight: bold;
	font-size:0.9rem;
	padding: 12px 0px;
	margin-bottom: 10%;
	
}
	

}



/***************************************

下ナビ

***************************************/




.navinavi{
	
	position: fixed;
	bottom:0;
	left:0;
	
	background:#E3D7D7;	
	z-index:10000;
}


ul.navigation{
	margin-top:7%;
	width: 90%;
	margin:0 auto;
	height: 50px;
	margin-bottom:0.5%;
	}	
	
	
ul.navigation li{
	display:inline-block;
	width: 6%;
	margin:0 auto;
	margin-top:1%;
	
}



@media (max-width:750px){




	
#side_nav.pageTop{
	bottom:5%;
}
	
.navinavi{
	
	
	background:#FFF;	
	z-index:10000;
}

.dot{
	display:none;
	
}
	
}


	
	
	
	
	
	
	
	






/*フッター*/




footer{
font-size: 0.75rem;
	text-align: center;
    
	padding: 1% 0%;
	margin-top: auto;
	margin-bottom: 8%;
}





@media (max-width:750px){
footer{
	font-size: 0.6rem;
	margin-bottom:20%;

}
}




@media (max-width:750px) {
.pc {
	display: none;
}
}

@media (min-width:751px) {
.sp {
	display: none;
}
}








p.pageTop{
	visibility:hidden		
	
}
	
	
@media (max-width:768px){
	
p.pageTop{
	visibility:visible;
	font-size: 50px;
    position:fixed;
	bottom:5%;
	right:0%;
	z-index: 99999;
}
}

