@charset "utf-8";


@media screen and (min-width:768px){
/*pc・タブレットcss*/


.mfp-content{
	width:300px !important;
	margin: auto;
}
.mfp-content .mfp-close{
	display:none;
}
#top-selection-design-popup li{
	margin-bottom:40px;
}
#top-selection-design-popup li:last-child{
	margin-bottom:0px;
}
#top-selection-design-popup a{
	display:block;
	background-color:#fff;
	padding:30px 0;
	text-align:center;
	text-decoration:none;
	box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
}


/* ++++++++++++++++ */


#top-mv{
	position:relative;
	margin-bottom:130px;
}
#top-mv .slider{
	width:100%;
	position:relative;
	overflow:hidden;
	margin-left:auto;
}
#top-mv .slider img {
	object-fit: cover;
	object-position: 50% 50%;
}
#top-mv .add-animation {
	animation: zoomUp 10s linear 0s normal both;
}
@keyframes zoomUp {
	0% { transform: scale(1.1);}
	100% { transform: scale(1);}
}

/* ++++++++++++++++ */

#top-about{
	margin-bottom:300px;
	text-align:center;
}
#top-about .top-ttl-about{
	width:100%;
	max-width:179px;
	margin:0 auto 30px;
}


/* ++++++++++++++++ */

#top-quality{
	margin-bottom:200px;
	text-align:center;
}
#top-quality .top-ttl-quality{
	width:100%;
	max-width:262px;
	margin:0 auto 30px;
}
#top-quality .txt{
	margin-bottom:40px;
}
#top-quality .more-link a{
	position:relative;
}
/*#top-quality .more-link a:before{
	content:"";
	position:absolute;
	top:-26px;
	right:-85px;
	width:76px;
	height:76px;
	background:url(../img/top/attention_icon.svg) no-repeat center top / 100% 100%;
}*/

/* ++++++++++++++++ */

#top-shop{
	margin-bottom:200px;
	text-align:center;
}
#top-shop .top-ttl-shop{
	width:100%;
	max-width:84px;
	margin:0 auto 30px;
}
#top-shop .ph{
	width:100%;
	max-width:550px;
	margin:0 auto 30px;
}


/* ++++++++++++++++ */

#top-recruit{
	margin-bottom:200px;
}
#top-recruit .recruit-bnr{
	width:340px;
	margin:0 auto;
}

/* ++++++++++++++++ */

#top-brand{
	margin-bottom:200px;
	text-align:center;
}
#top-brand .top-ttl-brand{
	width:100%;
	max-width:93px;
	margin:0 auto 60px;
}
#top-brand ul{
	-js-display: flex; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex;
	-ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
	margin-bottom:30px;
	text-align:center;
}
#top-brand li{
	width:calc(100% / 4);
	font-size:20px;
	margin-bottom:50px;
}

/* ++++++++++++++++ */

#top-blog{
	margin-bottom:200px;
}
#top-blog .top-ttl-blog{
	width:100%;
	max-width:207px;
	margin:0 auto 30px;
}
#top-blog ul{
	-js-display: flex; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex;
	-ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
	margin-bottom:30px;
}
#top-blog li{
	width:23%;
	margin-right:2.6%;
}
#top-blog li:nth-child(4n){
	margin-right:0;
}
#top-blog .thumb {
	position:relative;
	width:100%;
	padding-top:70%;
	margin-bottom:10px;
	overflow:hidden;
}
#top-blog .thumb img {
	position:absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#top-blog .cat-icon{
	display:inline-block;
	border: solid 1px #777777;
	padding:2px 5px;
	font-size:11px;
	line-height:1;
}
#top-blog .ttl{
	line-height:1.5;
}
#top-blog .day{
	font-size:11px;
	line-height:1;
}

/* ++++++++++++++++ */

#top-sns{
	margin-bottom:200px;
}
.instagram-box{
	width:100%;
	max-width:70%;
	margin:0 auto 150px;
}
#top-sns .top-ttl-instagram{
	width:100%;
	max-width:167px;
	margin:0 auto 30px;
}
#top-sns #sb_instagram{
	margin-bottom:40px;
}

#top-sns .other-sns-list{
}
#top-sns .other-sns-list li{
	width:48px;
	margin:0 25px;
}
#top-sns .other-sns-list li img{
	filter: invert(14%) sepia(6%) saturate(314%) hue-rotate(201deg) brightness(94%) contrast(101%);
}


/*#top-sns .sns-box2{
}
#top-sns .sns-box2 .x-box,
#top-sns .sns-box2 .line-box{
	width:30%;
	text-align:center;
}
#top-sns .sns-box2 .x-box .icon,
#top-sns .sns-box2 .line-box .icon{
	max-width:46px;
	margin:0 auto;
}
#top-sns .sns-box2 .x-box .top-ttl-x{
	width:100%;
	max-width:31px;
	margin:0 auto 30px;
}
#top-sns .sns-box2 .line-box .top-ttl-line{
	width:100%;
	max-width:98px;
	margin:0 auto 30px;
}*/

/* ++++++++++++++++ */

#top-news{
	width:100%;
	max-width:840px;
	margin: 0 auto 200px;
	-js-display: flex; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex;
	-webkit-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; justify-content: space-between;
	-ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
}
#top-news .top-ttl-news{
	width:20%;
}
#top-news .top-ttl-news img{
	width:100%;
	max-width:94px;
}
#top-news .inner{
	width:80%;
}
#top-news ul{
	margin-bottom:40px;
	border-top: solid 1px #BABABA;
}
#top-news li{
	padding:5px 0;
	border-bottom: solid 1px #BABABA;
}
#top-news li:last-child{
}
#top-news .cat-icon{
	display:inline-block;
	border: solid 1px #777777;
	padding:2px 5px;
	margin-right:15px;
	font-size:11px;
	line-height:1;
}
#top-news .day{
	font-size:11px;
	line-height:1;
}
#top-news .ttl{
	width:100%;
	line-height:1.5;
}
	
	
	

}

@media screen and (min-width:768px) and ( max-width:1366px) {
	



}

@media (max-width: 768px) {
	
	
	.mfp-content{
		width:70% !important;
		margin: auto;
	}
	.mfp-content .mfp-close{
		display:none;
	}
	#top-selection-design-popup li{
		margin-bottom:10vw;
	}
	#top-selection-design-popup li:last-child{
		margin-bottom:0;
	}
	#top-selection-design-popup a{
		display:block;
		background-color:#fff;
		padding:8vw 0;
		text-align:center;
		text-decoration:none;
		box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
	}
	
	
	/* ++++++++++++++++ */
	
	#top-mv{
		position:relative;
		margin-bottom:20vw;
	}
	#top-mv .slider{
		width:100%;
		position:relative;
		overflow:hidden;
		margin-left:auto;
	}
	#top-mv .slider img {
		height:60vh;
		object-fit: cover;
		object-position: 50% 50%;
	}
	#top-mv .add-animation {
		animation: zoomUp 10s linear 0s normal both;
	}
	@keyframes zoomUp {
		0% { transform: scale(1.1);}
		100% { transform: scale(1);}
	}
	
	/* ++++++++++++++++ */
	
	#top-about{
		margin-bottom:30vw;
		text-align:center;
	}
	#top-about .top-ttl-about{
		width:50%;
		margin:0 auto 5vw;
	}
	
	
	/* ++++++++++++++++ */
	
	#top-quality{
		margin-bottom:30vw;
		text-align:center;
	}
	#top-quality .top-ttl-quality{
		width:74%;
		margin:0 auto 5vw;
	}
	#top-quality .txt{
		margin-bottom:5vw;
	}
	#top-quality .more-link a{
		position:relative;
	}
	/*#top-quality .more-link a:before{
		content:"";
		position:absolute;
		top:-5vw;
		right:-20vw;
		width:16vw;
		height:16vw;
		background:url(../img/top/attention_icon.svg) no-repeat center top / 100% 100%;
	}*/
	
	
	/* ++++++++++++++++ */
	
	#top-shop{
		margin-bottom:20vw;
		text-align:center;
	}
	#top-shop .top-ttl-shop{
		width:23%;
		margin:0 auto 5vw;
	}
	#top-shop .ph{
		width:100%;
		margin:0 auto 5vw;
	}
	
	
	/* ++++++++++++++++ */
	
	#top-recruit{
		margin-bottom:20vw;
	}
	#top-recruit .recruit-bnr{
	}
				
				
					
	/* ++++++++++++++++ */
	
	#top-brand{
		margin-bottom:20vw;
		text-align:center;
	}
	#top-brand .top-ttl-brand{
		width:30%;
		margin:0 auto 5vw;
	}
	#top-brand ul{
		margin-bottom:5vw;
		text-align:center;
	}
	#top-brand li{
		font-size:16px;
		margin-bottom:2vw;
	}
	
	
	
	
	/* ++++++++++++++++ */
	
	#top-blog{
		margin-bottom:20vw;
	}
	#top-blog .top-ttl-blog{
		width:60%;
		margin:0 auto 5vw;
	}
	#top-blog ul{
		-js-display: flex; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex;
		-ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
		margin-bottom:3vw;
	}
	#top-blog li{
		width:47.5%;
		margin-bottom:5%;
		margin-right:5%;
	}
	#top-blog li:nth-child(2n){
		margin-right:0;
	}
	#top-blog .thumb {
		position:relative;
		width:100%;
		padding-top:70%;
		margin-bottom:10px;
		overflow:hidden;
	}
	#top-blog .thumb img {
		position:absolute;
		top:0;
		left:0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	
	#top-blog .cat-icon{
		display:inline-block;
		border: solid 1px #777777;
		padding:2px 5px;
		font-size:11px;
		line-height:1;
	}
	#top-blog .ttl{
		line-height:1.5;
	}
	#top-blog .day{
		font-size:11px;
		line-height:1;
	}
	

	/* ++++++++++++++++ */
	
	#top-sns{
		margin-bottom:20vw;
	}
	.instagram-box{
		width:70%;
		margin:0 auto 15vw;
	}
	#top-sns .top-ttl-instagram{
		width:70%;
		margin:0 auto 5vw;
	}
	#top-sns #sb_instagram{
		margin-bottom:5vw;
	}
	
	#top-sns .other-sns-list{
	}
	#top-sns .other-sns-list li{
		width:8vw;
		margin:0 3vw;
	}
	#top-sns .other-sns-list li img{
		filter: invert(14%) sepia(6%) saturate(314%) hue-rotate(201deg) brightness(94%) contrast(101%);
	}
	
	
	
	/*#top-sns .sns-box2{
	}
	#top-sns .sns-box2 .x-box{
		margin-bottom:20vw;
	}
	#top-sns .sns-box2 .x-box,
	#top-sns .sns-box2 .line-box{
		width:100%;
		text-align:center;
	}
	#top-sns .sns-box2 .x-box .icon,
	#top-sns .sns-box2 .line-box .icon{
		max-width:12vw;
		margin:0 auto;
	}
	#top-sns .sns-box2 .x-box .top-ttl-x{
		width:9%;
		margin:0 auto 8vw;
	}
	#top-sns .sns-box2 .line-box .top-ttl-line{
		width:28%;
		margin:0 auto 8vw;
	}*/
	
	/* ++++++++++++++++ */
	
	#top-news{
		width:100%;
		margin: 0 auto 20vw;
	}
	#top-news .top-ttl-news{
		width:26%;
		margin: 0 auto 5vw;
	}
	#top-news ul{
		margin-bottom:6vw;
		border-top: solid 1px #BABABA;
	}
	#top-news li{
		padding:2vw 0;
		border-bottom: solid 1px #BABABA;
	}
	#top-news li:last-child{
	}
	#top-news .cat-icon{
		display:inline-block;
		border: solid 1px #777777;
		padding:2px 5px;
		margin-right:15px;
		font-size:11px;
		line-height:1;
	}
	#top-news .day{
		font-size:11px;
		line-height:1;
	}
	#top-news .ttl{
		width:100%;
		line-height:1.5;
	}
		
	
	
		
}








