@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
	font-family: "游ゴシック", "Yu Gothic","ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", "Osaka-mono", "monospace";
	font-weight:500;
}

ul,li{
	list-style:none;
	padding:0;
}

a{
	text-decoration: none;
	coursor:pointer;
}
/*
a:visited{
	color:#333;
}
*/

a:hover{
	opacity:0.8;
}

.show{
	dispaly:block;
}

.scroll_in{
    opacity: 1;
    transform: translate(0, 0);	
}

.brand_logo{
	margin:10px auto;
	text-align:center;
}

.m20{
	margin:20px auto !important;
}

.mb20{
	margin:0 auto 20px !important;
}

.m30{
	margin:30px auto 30px !important;	
}

.mb30{
	margin:0 auto 30px !important;
}

.m40{
	margin:40px auto 40px !important;	
}

.m50{
	margin:50px auto 50px !important;	
}

.brand_all{
	margin:0 auto 150px !important;
	background:#1f9cb5;
	color:#fff !important;
	border:1px solid #1f9cb5 !important;
	border-radius:10px;
}

.brand_all a{
	color:#fff !important;
}

@media screen and (min-width: 961px) {

	a:hover{
		opacity:0.8;
	}
	
	#container{
		width:100%;
		margin:0 auto;
	}

	#saleHead{
		width:100%;
		margin:0 auto;
		padding:20px 0 10px;
		text-align:center;
/*
		border-bottom:2px solid #ccc;
		box-shadow:1px 1px 4px 4px rgba(0, 0, 0, 0.2);
*/
	}

	#wrap{
		width:100%;
		margin:0 auto;
	}

	#main_visual{
		width:100%;
		height:550px;
		overflow:hidden;
		margin:0px auto 0;
		padding:20px 0 0;
		background:#e1e8ef;
	}

	#main_visual div{
		width:950px;
		margin:0 auto;
		padding:0;
	}

	#brand_wrap{
		margin:0 auto 150px;
	}
	
	#intro{
		width:100%;
		margin:80px auto;
	}
	
	#intro p{
		width:700px;
		margin:0 auto;
		text-align:center;
		font-size:18px;
		letter-spacing:0.1em;
		line-height:2.5em;
	}
	
	#nav_title{
		width:100%;
		margin:0 auto;
		text-align:center;
		font-size:1.7em;
		font-weight:bold;
		letter-spacing:0.1em;
	}
	
	#nav_title p span{
		font-size:0.8em;
	}

	.point_wrap{
		width:100%;
		margin:20px auto 0;
		overflow:hidden;
	}

	.point_wrap .point_title{
		width:100%;
		margin:80px auto 0;
		padding:30px 0;
		font-size:30px;
		font-weight:bold;
		letter-spacing: 0.1em;
		text-align:center;
		background:#0c5b93;
		color:#fff;
		position:relative;
		z-index:1;
	}
	
	.point_wrap .point_title span{
		display:block;
		margin:5px auto;
		font-size:26px;
		vertical-align:middle;
	}
	
	.point_wrap .point_title span:last-child{
		font-size:1.5em;
	}
	
	nav ul{
		width:50%;
		margin:20px auto 100px;
		overflow:hidden;
		clear:both;
		display:flex;
		-webkit-flex-wrap: nowrap;
	   	flex-wrap: nowrap;
	}
	
	nav ul li{
		width:45%;
		height:80px;
		margin:50px auto;
		padding:0;
		text-align:center;
		align-items:center;
		align-content:space-between;
		background:#fff;
		border:2px solid #0c5b93;
		color:#0c5b93;
		font-size:1.5em;
		font-weight:bold;
		position: relative;
		z-index: 1;
	}
	
	nav ul li:hover{
		background-color:#0c5b93;
		color:#FFF;
	}
	
	nav ul li a{
		display:block;
		color:#0c5b93;
		position: absolute;
		padding-top:20px;
		top: 0px;
		left: 0;
		width: 100%;
		height: 100%;
		/*text-indent:-999px;*/
		z-index: 2;
	}
	
	nav ul li a:hover{
		color:#FFF;
	}
	
	.item_wrap{
		max-width:1000px;
		margin:0 auto;
	}
	
	.json_wrap ul{
		width:100%;
		overflow:hidden;
		margin:100px auto;
		display:flex;
	   -webkit-flex-wrap: wrap;
	   flex-wrap: wrap;
	}
	
	.json_wrap li{
		width:45%;
		margin:3% 2.5% 6%;
		align-items:center;
		align-content:space-between;
	}
	
	.json_wrap li img{
		max-width:100%;
	}
	
	.json_wrap li .catch{
		text-align:center;
	}
	
	.json_wrap li .catch span{
		font-size:1em;
		font-weight:bold;
		letter-spacing:0.1em;
		background: linear-gradient(transparent 65%, #c1e0ff 65%);
	}
	
	.json_wrap li h4{
		font-size:14px;
		margin:10px auto;
		font-weight:normal;
	}
	
	.json_wrap li h4 span:first-child{
		display:block;
	}
	
	.json_wrap li h4 a{
		color:#000;
	}
	
	.json_wrap li .price{
		font-size:0.9em;
		text-align:right;
		margin:0 auto 10px;
	}
	
	.json_wrap li .favorite a{
		width: 40%;
		float:left;
		margin: 10px auto;
		padding: 7px 10px;
		display: block;
		/*display: block;*/
		border: solid 1px #d42c4c;
		color: #d42c4c;
		font-size: 16px;
		text-align: center;
		text-decoration: none !important;
		background-color: #fff;
	}
	
	.json_wrap li .check a{
		width: 40%;
		float:right;
		margin: 10px auto ;
		padding: 7px 10px;
		display: block;
		/*display: block;*/
		border: solid 1px #338f92;
		color: #338f92;
		font-size: 16px;
		text-align: center;
		text-decoration: none !important;
		background-color: #fff;
	}
	
	.sp_footer{
		display:none;
	}
	
	#footerFrame{
		height: 440px;
		width: 100%;
		margin: 0px auto;
		border-top-style: none;
		border-right-style: none;
		border-bottom-style: none;
		border-left-style: none;
		padding-top: 1px;
	}
}
@media only screen and (min-width: 641px) and (max-width: 960px) {
	
	.brand_logo{
		width:40%;
		margin:0 auto;
	}
	
	.brand_logo img{
		width:100%;
	}

	a:hover{
		opacity:0.8;
	}
	
	#container{
		width:100%;
		margin:0 auto;
	}

	#saleHead{
		width:100%;
		margin:0 auto;
		padding:10px 0 0 0;
		text-align:center;
/*
		border-bottom:1px solid #ccc;
		box-shadow:1px 1px 6px 1px rgba(0, 0, 0, 0.2);
*/
	}

	#wrap{
		margin:0 auto;
	}

	#main_visual{
		max-width:950px;
		margin:0px auto 0;
	}
	
	#main_visual div{
		width:100%;
		margin:0 auto;
		padding:0;
	}
	
	#main_visual div img{
		width:100%;
	}
	
	#intro{
		width:100%;
		margin:80px auto;
	}
	
	#intro p{
		width:80%;
		margin:0 auto;
		text-align:left;
		font-size:18px;
		letter-spacing:0.1em;
		line-height:1.7em;
	}
	
	#nav_title{
		width:100%;
		margin:0 auto;
		text-align:center;
		font-size:1.7em;
		font-weight:bold;
		letter-spacing:0.1em;
	}
	
	#nav_title p{
		margin:0 auto;
	}
	
	#nav_title p span{
		font-size:0.8em;
	}

	nav ul{
		width:80%;
		margin:0px auto 80px;
		overflow:hidden;
		clear:both;
		display:flex;
		-webkit-flex-wrap: nowrap;
	   	flex-wrap: nowrap;
	}
	
	nav ul li{
		width:45%;
		height:80px;
		margin:50px auto;
		padding:0;
		text-align:center;
		align-items:center;
		align-content:space-between;
		background:#fff;
		border:2px solid #0c5b93;
		color:#0c5b93;
		font-size:1.5em;
		font-weight:bold;
		position: relative;
		z-index: 1;
	}
		
	nav ul li:hover{
		background-color:#0c5b93;
		color:#FFF;
	}
	
	nav ul li a{
		display:block;
		color:#0c5b93;
		position: absolute;
		top: 0px;
		left: 0;
		padding-top:20px;
		width: 100%;
		height: 100%;
		/*text-indent:-999px;*/
		z-index: 2;
	}
	
	nav ul li a:hover{
		color:#FFF;
	}

	.point_wrap{
		width:100%;
		margin:20px auto 0;
		overflow:hidden;
	}

	.point_wrap .point_title{
		width:100%;
		margin:80px auto 0;
		padding:30px 0;
		font-size:30px;
		font-weight:bold;
		letter-spacing: 0.1em;
		text-align:center;
		background:#0c5b93;
		color:#fff;
		position:relative;
		z-index:1;
	}
	
	.point_wrap .point_title span:last-child{
		padding-left:40px;
		font-size:20px;
		vertical-align:middle;
	}

	.point_wrap .point_caption{
		width:100%;
		margin:100px auto;
		text-align:center;
		line-height:2em;
		font-size: 1.1em;
	}
	
	.point_wrap .point_title span{
		display:block;
		margin:5px auto;
		font-size:26px;
		vertical-align:middle;
	}
	
	.point_wrap .point_title span:last-child{
		font-size:1.5em;
	}
	
	.item_wrap{
		max-width:1000px;
		margin:0 auto;
	}
	
	.json_wrap ul{
		width:100%;
		overflow:hidden;
		margin:100px auto;
		display:flex;
	   -webkit-flex-wrap: wrap;
	   flex-wrap: wrap;
	}
	
	.json_wrap li{
		width:45%;
		margin:3% 2.5% 6%;
		align-items:center;
		align-content:space-between;
	}
	
	.json_wrap li img{
		max-width:100%;
	}
	
	.json_wrap li .catch{
		text-align:center;
	}
	
	.json_wrap li .catch span{
		font-size:0.8em;
		font-weight:bold;
		/*letter-spacing:0.1em;*/
		background: linear-gradient(transparent 70%, #c1e0ff 70%);
	}
	
	.json_wrap li h4{
		font-size:14px;
		margin:10px auto;
		font-weight:normal;
	}
	
	.json_wrap li h4 span:first-child{
		display:block;
	}
	
	.json_wrap li h4 a{
		color:#000;
	}
	
	.json_wrap li .price{
		font-size:0.9em;
		text-align:right;
		margin:0 auto 10px;
	}
	
	.json_wrap li .favorite a{
		width: 40%;
		float:left;
		margin: 10px auto;
		padding: 7px 10px;
		display: block;
		/*display: block;*/
		border: solid 1px #d42c4c;
		color: #d42c4c;
		font-size: 14px;
		text-align: center;
		text-decoration: none !important;
		background-color: #fff;
	}
	
	.json_wrap li .check a{
		width: 40%;
		float:right;
		margin: 10px auto ;
		padding: 7px 10px;
		display: block;
		/*display: block;*/
		border: solid 1px #338f92;
		color: #338f92;
		font-size: 14px;
		text-align: center;
		text-decoration: none !important;
		background-color: #fff;
	}

	.pc_footer{
		display:none;
	}
	
	#footerFrame{
		height: 200px;
		width: 100%;
		margin: 0px auto;
		border-top-style: none;
		border-right-style: none;
		border-bottom-style: none;
		border-left-style: none;
		padding-top: 1px;
	}
	
}
@media screen and (max-width: 640px) {
	
	.brand_logo{
		width:40%;
		margin:0 auto;
	}
	
	.brand_logo img{
		width:100%;
	}
	
	body{
		margin:0 auto;
	}
	
	img{
		max-width:100%;
	}
	
	#container{
		width:100%;
		margin:0 auto;
	}

	#saleHead{
		width:100%;
		margin:0 auto;
		padding:10px 0 5px;
		text-align:center;
/*
		border-bottom:1px solid #ccc;
		box-shadow:1px 1px 6px 1px rgba(0, 0, 0, 0.2);
*/
	}
	
	#saleHead img{
		width:50%;
	}

	#main_visual{
		width:100%;
		margin:0px auto 0;
	}
	
	#main_visual div{
		width:100%;
		margin:0 auto;
		padding:0;
	}
	
	#main_visual div img{
		width:100%;
	}
	
	#intro{
		width:100%;
		margin:40px auto;
	}
	
	#intro p{
		width:80%;
		margin:0 auto;
		text-align:left;
		font-size:16px;
		letter-spacing:0.1em;
		line-height:1.7em;
	}
	
	#nav_title{
		width:100%;
		margin:0 auto;
		text-align:center;
		font-size:1.1em;
		font-weight:bold;
		letter-spacing:0.1em;
	}
	
	#nav_title p{
		margin:0 auto;
	}
	
	#nav_title p span{
		font-size:0.8em;
	}

	nav ul{
		width:80%;
		margin:0px auto 80px;
		overflow:hidden;
		clear:both;
		display:block;
	}
	
	nav ul li{
		width:98%;
		margin:20px auto;
		padding:30px 0;
		text-align:center;
		align-items:center;
		align-content:space-between;
		background:#fff;
		border:2px solid #0c5b93;
		color:#0c5b93;
		font-size:1.5em;
		font-weight:bold;
		position: relative;
		z-index: 1;
	}
	
	nav ul li:hover{
		background-color:#0c5b93;
		color:#FFF;
	}
	
	nav ul li a{
		display:block;
		color:#0c5b93;
		position: absolute;
		top: 0px;
		left: 0;
		padding-top:10px;
		width: 100%;
		height: 100%;
		/*text-indent:-999px;*/
		z-index: 2;
	}
	
	nav ul li a:hover{
		color:#FFF;
	}

	.point_wrap{
		width:100%;
		margin:20px auto 0;
		overflow:hidden;
	}

	.point_wrap .point_title{
		width:100%;
		margin:40px auto 0;
		padding:8px 0;
		font-size:16px;
		font-weight:bold;
		letter-spacing: 0.1em;
		text-align:center;
		background:#0c5b93;
		color:#fff;
		position:relative;
		z-index:1;
	}
	
	.point_wrap .point_title span{
		display:block;
		margin:5px auto;
		font-size:18px;
		vertical-align:middle;
	}
	
	.point_wrap .point_title span:last-child{
		font-size:1.5em;
	}
	
	.item_wrap{
		max-width:1000px;
		margin:0 auto;
	}
	
	.json_wrap ul{
		width:95%;
		overflow:hidden;
		margin:50px auto 50px;
		display:block;
	}
	
	.json_wrap li{
		width:100%;
		margin:20px auto 80px;
		overflow:hidden;
		clear:both;
	}
	
	.json_wrap li img{
		max-width:100%;
	}
	
	.json_wrap li .catch{
		width:98%;
		margin:0 auto 15px;
		text-align:center;
	}
	
	.json_wrap li .catch span{
		font-size:0.9em;
		font-weight:bold;
		letter-spacing:0.1em;
		background: linear-gradient(transparent 70%, #c1e0ff 70%);
	}
	
	.json_wrap li h4{
		font-size:14px;
		margin:10px auto;
		font-weight:normal;
	}
	
	.json_wrap li h4 span:first-child{
		display:block;
	}
	
	.json_wrap li h4 a{
		color:#000;
	}
	
	.json_wrap li .price{
		font-size:1em;
		text-align:right;
		margin:0 auto 10px;
	}
	
	.json_wrap li .favorite a{
		width: 45%;
		float:left;
		margin: 10px auto;
		padding: 7px 2px;
		display: block;
		border: solid 1px #d42c4c;
		color: #d42c4c;
		font-size: 12px;
		text-align: center;
		text-decoration: none !important;
		background-color: #fff;
	}
	
	.json_wrap li .check a{
		width: 45%;
		float:right;
		margin: 10px auto ;
		padding: 7px 2px;
		display: block;
		border: solid 1px #338f92;
		color: #338f92;
		font-size: 12px;
		text-align: center;
		text-decoration: none !important;
		background-color: #fff;
	}
	
	.pc_footer{
		display:none;
	}
	
	footer{
		height:170px;
	}
	
	footer #footerFrame {
		height: 220px;
		width: 100%;
		border-top-style: none;
		border-right-style: none;
		border-bottom-style: none;
		border-left-style: none;
		overflow: hidden;
	}
}