@charset "utf-8";


/*	button
------------------------------------------------------------ */
.btn-index a {
	box-sizing: border-box;
	margin: 2rem auto 0;
	width: 40%;
	padding: 1rem;
	font-size: 22px;
	font-family: 'Josefin Slab', "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", Meiryo, arial, serif;
	font-weight: normal;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	-o-transition: 0.7s;
	transition: 0.7s;
	background-color: #666;
}

.btn-index a:hover {
	background-color: #333;
	color: #fff;
}



/*	Main visual
------------------------------------------------------------ */
#main-visual {
	width: 100%;
	background-size: cover;
	overflow: hidden;
}

#main-visual .main-v-txt {
	text-align: center;
	color: #fff;
	text-shadow: 1px 1px 5px #ccc;
}

.index_title{
	max-width: 480px;
}


/* --- SP ---------- */
@media screen and (max-width: 740px) {
	.bg_pc{
		display: none;
	}

	#wrapper {
		margin-top: 500px;
	}
	
	#main-visual {
		height: 27.8rem;
	}
	
	#main-visual.main_cover {
		background: url(../img/slide/main01_sp.jpg) top center no-repeat;
	}

	#main-visual .main-v-txt {
		margin: 19rem auto 0;
		font-size: 50px;
	}
	
	#main-visual .main-v-txt span {
		display: block;
		margin-top: -1.5rem;
		font-size: 30px;
	}

}


/* --- PC ---------- */
@media screen and (min-width: 741px) {
	.bg_sp{
		display: none;
	}

	#wrapper {
		margin-top: 1000px;
	}

	
	#main-visual {
		height: 56.3rem;
	}
	
	#main-visual.main_cover {
		background: url(../img/slide/main01_pc.jpg) top center no-repeat;
	}
	
	#main-visual .main-v-txt {
		margin: 22rem auto 0;
		width: 500px;
		font-size: 100px;
	}
	
	#main-visual .main-v-txt span {
		display: block;
		margin-top: -3rem;
		font-size: 45px;
	}
	.main_logo {
		width: 500px;
		height: 250px;
		background: url(../img/main_logo.png) center center no-repeat;
		position: relative;
		top: 300px;
		left: 65%;
		margin-left: -180px;
	}
}



/*	contents [index]  
------------------------------------------------------------ */
.contents::before {
	margin: 0 auto;
	content: " ";
	display: block;
	background: url(../img/hana01.png) no-repeat;
	background-size: contain;
}

.contents.kimono::before {
	margin: 0 auto;
	content: " ";
	display: block;
	background: url(../img/hana02.png) no-repeat;
	background-size: contain;
}

.contents h2 {
	font-family: 'Josefin Slab', serif;
	font-weight: normal;
}

/* --- SP ---------- */
@media screen and (max-width: 740px) {

	.contents::before {
		width: 124px;
		height: 83px;
	}
	
	.contents h2 {
		margin: .4rem 0;
		font-size: 30px;
	}
	
}

/* --- PC ---------- */
@media screen and (min-width: 741px) {
	
	.contents::before {
		width: 124px;
		height: 83px;
	}

	.contents.kimono::before {
		width: 131px;
		height: 72px;
	}
	.contents h2 {
		margin: 15px 0 5px 0;
		font-size: 35pt;
	}

	
	.contents.plan::before {
		width: 0;
		height: 0;
		background: none;
	}
	

}


/*	sns 
------------------------------------------------------------ */
#sns-wrap {
	background: #fff;
	padding: 25px 0;
}

.sns_box h3{
	margin-bottom: 10px;
	padding-bottom: 2px;
	border-bottom: 1px dotted #999;
	text-align: left;
}

/* --- SP ---------- */
@media screen and (max-width: 740px) {
	
	.sns_box > div{
		margin: 30px auto 0;
	}
	
	.sns_box h3{
		text-align: left;
	}
	
}

/* --- PC ---------- */
@media screen and (min-width: 741px) {
	
	.sns_box:after{
		content: "";
		clear: both;
		display: block;
	}

	.sns_box{
		max-width: 880px;
		margin: 15px auto;
	}

	.index_facebook{
		width: 48%;
		float: left;
		text-align: left;
	}
	
	.index_instagram{
		width: 48%;
		float: right;
	}

}

/*	plan 
------------------------------------------------------------ */
#plan-wrap {
	/* chrome, firefox, safari, ie10+ */
	background: url(../img/bg_pink.png);
	
	/* ie8-9 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAE1DA', endColorstr='#FBFCEB', GradientType=0)";
	padding: 25px 0 0 0;
}

div.contents.plan h2{
	margin-bottom: 0;
	display: inline-block;
}

div.plan_body{
	max-width: 1200px;
	width: 98%;
	margin: 25px auto 5px auto;
}

div.plan_body a{
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	background: #fff;
}

div.plan_body h3, div.plan_body p{
	text-align: left;
}

div.plan_body .left{
	max-width: 590px;
	width: 49%;
	float: left;
}

div.plan_body .right{
	max-width: 590px;
	width: 49%;
	float: right;
}

div.plan_body h3.btn{
	width: 100%;
	margin-top: 15px;
}

.contents h3{
	font-size:100%;
	letter-spacing:1px;
}


/* --- PC ---------- */
@media screen and (min-width: 741px) {
	.plan-title{
		max-width: 540px;
		width: 100%;
		margin: 0 auto;
	}

	.plan-title:before {
		content: '';
		display: inline-block;
		width: 120px;
		height: 40px;
		background: url(../img/plan-before.png) no-repeat 50% 50%;
		margin-right: 40px;
	}

	.plan-title:after {
		content: '';
		display: inline-block;
		width: 140px;
		height: 40px;
		background: url(../img/plan-after.png) no-repeat 50% 50%;
		margin-left: 40px;
	}

}

/*	trend 
------------------------------------------------------------ */
#trend-wrap {
	/* chrome, firefox, safari, ie10+ */
	background: url(../img/bg_pink.png);
	
	/* ie8-9 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAE1DA', endColorstr='#FBFCEB', GradientType=0)";
	padding: 0;
}

div.contents.trend h2{
	margin-bottom: 0;
	display: inline-block;
}

.contents.trend::before{
	background: none;
	width: 0;
	height: 0;
}

div.trend_body a{
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
}

div.trend_body h3, div.trend_body p{
	text-align: left;
}

/* --- SP ---------- */
@media screen and (max-width: 740px) {

	.plan .title{
		margin-bottom: 20px;
	}

	div.trend_body{
		max-width: 960px;
		width: 98%;
		margin: 20px auto 5px auto;
	}
	.trend .plan-title{
		max-width: 680px;
		width: 100%;
		margin: 0 auto;
	}

	.plan .title{
		margin-bottom: 20px;
	}

	.trend_body.flex-box .box,
	.trend-box02 .left{
		width: 100%;
		margin: 0 auto 5px;
		box-sizing: border-box;
		padding: 10px;
		background: #fff;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content:  space-between;
		border-top: 2px solid #ff8db0;
	}

	.trend-box02 .left h3,
	.trend-box02 .left p{
		text-align: left;
	}

	.trend_body.flex-box .box .sp-left,
	.trend-box02 .left .sp-left{
		width: 25%;
	}

	.trend_body.flex-box .box .sp-right,
	.trend-box02 .left .sp-right{
		width: 73%;
	}

	.cm-box,
	.salon-box{
		max-width: 300px;
		width: 100%;
		margin: 20px auto;
		padding: 10px;
		background: #fff;
		box-sizing: border-box;
	}

	.cm-box h3,
	.salon-box h3{
		margin-top: 10px;
	}

	div.trend .long-bnr{
		max-width: 640px;
		width: 98%;
		margin: 20px auto;
		box-sizing: border-box;
		padding: 10px;
		background: #fff;
	}

	div.trend .long-bnr h3{
		margin-top: 10px;
	}
}

/* --- PC ---------- */
@media screen and (min-width: 741px) {
	div.trend_body{
		max-width: 960px;
		width: 98%;
		margin: 40px auto 5px auto;
	}

	.trend .plan-title{
		max-width: 680px;
		width: 100%;
		margin: 0 auto;
	}

	.plan .title{
		margin-bottom: 40px;
	}

	div.trend_body h3,
	div.trend-box02 .left h3{
		margin-top: 10px;
	}

	div.trend-box02{
		max-width: 960px;
		width: 100%;
		margin: 10px auto;
	}

	div.trend-box02{
		max-width: 960px;
		width: 100%;
		margin: 30px auto;
	}

	div.trend-box02 .left{
		width: 32%;
		margin-right: 1%;
		float: left;
		background: #fff;
		box-sizing: border-box;
		padding: 10px;
	}

	div.trend-box02 .left h3,
	div.trend-box02 .left p{
		text-align: left;
	}

	div.trend-box02 .right{
		width: 64%;
		float: right;
		border-top: 2px dashed #ff8db0;
		border-bottom: 2px dashed #ff8db0;
		padding: 15px 0;
		text-align: left;
	}

	div.trend-box02 .right h3{
		color: #f0004a;
		font-size: 130%;
		margin-bottom: 10px;
	}

	div.trend-box02 .right .cm-box{
		border-bottom: 2px dashed #ff8db0;
		padding: 0 0 15px;
	}

	div.trend-box02 .right .salon-box{
		padding-top: 15px;
	}

	div.trend-box02 .right .cm-box .cm-left{
		width: 48%;
		float: left;
	}

	div.trend-box02 .right .cm-box .cm-right{
		width: 48%;
		float: right;
		padding-top: 15px;
	}

	div.trend-box02 .right .salon-box .salon-left{
		width: 48%;
		float: left;
	}

	div.trend-box02 .right .salon-box .salon-right{
		width: 48%;
		float: right;
	}

	div.trend-box02 .right .btn01,
	div.trend-box02 .right .btn02{
		border-radius: 8px;
		margin-top: 15px;
	}

	.long-bnr{
		max-width: 640px;
		width: 98%;
		margin: 20px auto;
		box-sizing: border-box;
		padding: 10px;
		background: #fff;
	}

	.long-bnr h3{
		margin-top: 10px;
	}
}

/*	kimono 
------------------------------------------------------------ */
#kimono-wrap {
	/* chrome, firefox, safari, ie10+ */
	background: #ffffef;
	
	/* ie8-9 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAE1DA', endColorstr='#FBFCEB', GradientType=0)";
	padding: 0;
}

div.contents.kimono h2{
	margin-bottom: 0;
}

div.kimono_body{
	max-width: 940px;
	width: 98%;
	margin: 25px auto 5px auto;
}


div.kimono_body h3, div.kimono_body p{
	text-align: left;
}

#access-wrap .access-box .btn-index a {
	box-sizing: border-box;
	margin: 2rem auto 0;
	width: 40%;
	padding: 1rem;
	font-size: 22px;
	font-family: 'Josefin Slab', "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", Meiryo, arial, serif;
	font-weight: normal;
	background: #ff8db0;
	color: #fff;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	-o-transition: 0.7s;
	transition: 0.7s;
}

.btn-index a:hover {
	background-color: #ff004e;
	color: #fff;
}



/* --- SP ---------- */
@media screen and (max-width: 740px) {
	div.trend_body .left,
	div.trend_body .center,
	div.trend_body .right{
		max-width: 740px;
		width: 100%;
		margin:15px auto;
	}

	div.trend_body .left{
		margin-bottom: 15px;
	}

	.line01{
		display: none;
	}

	.kimono_body .inner{
		margin: 20px auto;
		max-width: 530px;
		width: 100%;
	}

	.kimono_body .inner .btn03{
		margin: 10px auto;
		padding: 10px 0;
	}

	.kimono_body02 .box{
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content:  space-between;
		border-top: 1px dotted #896f6f;

		margin-bottom: 10px;
		padding: 10px 0;
	}

	.kimono_body02 .box.last{
		border-bottom: 1px dotted #896f6f;
	}

	.kimono_body02 .sp-left{
		width: 30%;
	}

	.kimono_body02 .sp-right{
		width: 68%;
	}

	.kimono_body02 .sp-right p{
		text-align: left;
	}
}

/* --- PC ---------- */
@media screen and (min-width: 741px) {
	div.trend_body .left{
		max-width: 360px;
		width: 32%;
		margin-right: 1%;
		float: left;
		background: #fff;
		box-sizing: border-box;
		padding: 10px;
	}

	div.trend_body .center{
		max-width: 360px;
		width: 32%;
		margin-left: 1%;
		margin-right: 1%;
		float: left;
		background: #fff;
		box-sizing: border-box;
		padding: 10px;
	}

	div.trend_body .right{
		max-width: 360px;
		width: 32%;
		margin-left: 1%;
		float: left;
		background: #fff;
		box-sizing: border-box;
		padding: 10px;
	}

	.flex-box{
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content:  space-between;
	}

	.flex-box .box{
		width: 32%;
		background: #fff;
		box-sizing: border-box;
		padding: 10px;
	}

	.kimono .title{
		margin-bottom: 50px;
	}

	.kimono_body .left{
		width: 44%;
		float: left;
	}

	.kimono_body .right{
		width: 54%;
		float: right;
	}

	.kimono_body .right .inner{
		width: 92%;
		margin: 0 auto;
	}

	.kimono_body .right .inner .title{
		margin-bottom: 10px;
		font-weight: bold;
		font-size: 120%;
	}

	.kimono_body .right .inner p{
		text-align: center;
	}

	.kimono_body .right .btn03{
		margin: 20px 0;
	}

	.kimono_body02{
		max-width: 940px;
		width: 100%;
		margin: 50px auto 20px;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content:  space-between;
		
	}

	.kimono_body02 .box{
		width: 30%;
	}

	.kimono_body02 .box p{
		text-align: left;
	}
}

/*	others 
------------------------------------------------------------ */


/* --- SP ---------- */
@media screen and (max-width: 740px) {

	#others-wrap {
		background: #fff;
		padding: 15px 0;
	}

	div.contents.others::before{
		width: 0;
		height: 0;
	}

	div.contents.others h2{
		margin-bottom: 0;
	}

	div.others_body{
		width: 98%;
		margin: 15px auto 5px auto;
	}

	div.others_body a{
		display: block;
		margin: 0;
		padding: 0;
		width: 100%;
		background: #fff;
	}

	div.others_body h3, div.others_body p{
		text-align: left;
	}

	div.others_body .left{
		width: 98%;
		margin: 5px auto;
	}

	div.others_body .right{
		width: 98%;
		margin: 10px auto 5px auto;
	}
	
}

/* --- PC ---------- */
@media screen and (min-width: 741px) {
	
	#others-wrap {
		background: #fff;
		padding: 25px 0;
	}

	div.contents.others::before{
		width: 0;
		height: 0;
	}

	div.contents.others h2{
		margin-bottom: 0;
	}

	div.others_body{
		max-width: 1200px;
		width: 98%;
		margin: 25px auto 5px auto;
	}

	div.others_body a{
		display: block;
		margin: 0;
		padding: 0;
		width: 100%;
		background: #fff;
	}

	div.others_body h3, div.others_body p{
		text-align: left;
	}

	div.others_body .left{
		max-width: 590px;
		width: 49%;
		float: left;
	}

	div.others_body .right{
		max-width: 590px;
		width: 49%;
		float: right;
	}

}



/*	collection 
------------------------------------------------------------ */
#collection-wrap {
	background: #ffffef;
}


.contents .colle-box {
	width: 100%;
	box-sizing: border-box;
	font-size: 0;
}


/* --- SP ---------- */
@media screen and (max-width: 740px) {
	
	#collection-wrap .title{
		width: 90%;
		margin: 0 auto;
	}

	.contents .colle-box + .colle-box {
		display: none;
	}
	
	.contents .colle-box li {
		position: relative;
		display: inline-block;
		margin-right: .4rem;
		width: 44%;
	}

	.contents .colle-box li img {
/*		position: absolute;*/
		top: 0;
		left: 0;
	}

	.jks_bnr01{
		max-width: 960px;
		width: 92%;
		margin:0 auto 8px;
		padding-top: 30px;
	}

	.jks_bnr01 p{
		font-size: 85%;
	}

	#collection-wrap .pg_collection .title{
		margin-bottom: 20px;
	}
}


/* --- PC ---------- */
@media screen and (min-width: 741px) {
	
	.contents .colle-box li {
		position: relative;
		display: inline-block;
		margin-right: .4rem;
		width: 24%;
	}
	
	.contents .colle-box li img {
/*		position: absolute;*/
		top: 0;
		left: 0;
	}

	.contents .colle-box + .colle-box {
		margin-top: .4rem
	} 

	.jks_bnr01{
		max-width: 960px;
		width: 100%;
		margin:0 auto 30px;
		padding-top: 60px;
	}

	.jks_bnr01 p{
		display: none;
	}

	#collection-wrap .title{
		text-align: center;
	}

	.pg_collection .title{
		margin-bottom: 50px;
	}
}



/* panel
------------------------------------------------------------ */
#panel-wrap {
	/* chrome, firefox, safari, ie10+ */
	background: url(../img/panel_bg.jpg) repeat, linear-gradient(#FAE1DA, #FAE1DA, #FBFCEB);
	
	/* ie8-9 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAE1DA', endColorstr='#FBFCEB', GradientType=0)";
}

.contents .panel-box {
	margin: 0 auto;
	text-align: center;
}

.contents .panel-box .grid {
	position: relative;
/*	margin: 0 1% 1% 0;*/
	margin-bottom:1%;
/*	padding: .7rem .5rem;*/
	padding: 1% 1%;
/*	width: 28%;*/
	background: #fff;
	
	-moz-box-shadow: 0px 0px 4px #ddd;
	-webkit-box-shadow: 0px 0px 4px #ddd;
	box-shadow: 0px 0px 4px #ddd;
}

.contents .panel-box .grid h3 {
	position: absolute;
	top: 2%;
	left: 2%;
	padding: .2rem .5rem 0;
	font-family: 'Josefin Slab', serif;
	line-height: 1.2;
	font-weight: normal;
	font-size: 18px;
	color: #fff;
}
	.contents .panel-box .grid h3.txt-feature { background: #F28B86; }
	.contents .panel-box .grid h3.txt-trend { background: #C6A49A; }
	.contents .panel-box .grid h3.txt-special { background: #F7C4CF; }
	.contents .panel-box .grid h3.txt-furisode { background: #97C7C4; }
	.contents .panel-box .grid h3.txt-kimono { background: #DDCE66; }

.contents .panel-box .grid dl {
	margin-top: .5rem;
	line-height: 1.4;
	font-size: 12px;
	text-align: left;
}

.contents .panel-box .grid dl dt {
	font-weight: bold;
}

.gutter_sizer {
	width:1%;
}


/* --- SP ---------- */
@media screen and (max-width: 561px) {
	
	.contents .panel-box{
		position: relative;
		left: 2%;
		width: 100%;
		margin: 10px auto;
	}
	
	.contents .panel-box .grid {
		width: 95%;
	}

	.contents .panel-box .grid.column-tow {
		width: 95%;
	}
	
	.contents .panel-box .grid .icon-book {
		background: #97C7C4;
		padding: 1.5rem 0;
	}
	
	.contents .panel-box .grid .icon-mail {
		background: #FBA9B5;
		padding: 1.5rem 0;
	}

}

@media screen and (min-width: 562px) and (max-width: 740px) {
	.contents .panel-box{
		position: relative;
		left: 5%;
	}
	
	.contents .panel-box .grid {
		width: 42%;
	}

	.contents .panel-box .grid.column-tow {
		width: 87%;
	}
	
	.contents .panel-box .grid .icon-book {
		background: #97C7C4;
		padding: 1.5rem 0;
	}
	
	.contents .panel-box .grid .icon-mail {
		background: #FBA9B5;
		padding: 1.5rem 0;
	}

}


/* --- PC ---------- */
@media screen and (min-width: 741px) {
	.contents .panel-box{
		position: relative;
		left: 4%;
	}
	
	.contents .panel-box .grid {
		width: 28%;
	}

	.contents .panel-box .grid.column-tow {
		width: 59%;
	}

	.contents .panel-box .grid .icon-book {
		background: #97C7C4;
		padding: 3rem 0;
	}
	
	.contents .panel-box .grid .icon-mail {
		background: #FBA9B5;
		padding: 3rem 0;
	}

}



/*	access, map
------------------------------------------------------------ */
#access-wrap {
	box-sizing: border-box;
}

#access-wrap .access-box::before {
	margin: 0 auto;
	content: " ";
	display: block;
	background: url(../img/hana01.png);
	background-size: contain;
}

#access-wrap h2 {
	font-family: 'Josefin Slab', serif;
	font-weight: normal;
}

#access-wrap h2 a{
	color: #333;
}



/* --- SP ---------- */
@media screen and (max-width: 740px) {
	
	#access-wrap h2 {
		margin: .4rem 0;
		font-size: 30px;
	}

	#access-wrap dl dd a {
		display: inline-block;
	}

/*
	#access-wrap #map_canvas {
		width: 100%;
		height: 300px;
	}
*/
	
	#access-wrap .access-box::before {
		width: 40px;
		height: 28px;
	}
	
	#access-wrap .access-box {
		box-sizing: border-box;
		padding: 3rem 0;
		background: #FFF;
		text-align: center;
	}

	#access-wrap .access-box a{
		color: #333;
	}

	#access-wrap .access-box .acess_info dl dt {
		margin-top: 1.5rem;
		font-weight: bold;
	}

	#access-wrap .access-box .shop_img{
		width: 80%;
		margin: 0 auto;
	}

	
	#access-wrap .access-box .shop_img .left{
		max-width: 220px;
		margin: 0 auto;
	}
	
}


/* --- PC ---------- */
@media screen and (min-width: 741px) {

	#access-wrap{
		margin-top: 600px !important;
		border-top: 8px solid #ff004e;
		border-bottom: 8px solid #ff004e;
	}

	#access-wrap h2 {
		margin: 0;
		font-size: 45pt;
	}

	#access-wrap::after {
		content: "";
		clear: both;
		display: block;
	}
	
	#access-wrap div {
		float: left;
		width: 50%;
	}
	
	#access-wrap .access-box::before {
		width: 124px;
		height: 83px;
	}
	
	#access-wrap .access-box {
		box-sizing: border-box;
		padding: 3rem 0;
		height: 650px;
		background: #FFF;
		text-align: center;
	}
	
	#access-wrap .access-box dl dt {
		margin-top: 0;
		font-weight: bold;
	}
	
	#access-wrap .access-box .shop_img{
		width: 90%;
		display: table;
		float: none;
		border-collapse:separate;
		border-spacing: 15px 0;
		margin: 0 auto;
	}

	#access-wrap .access-box .shop_img .shop_left{
		display: table-cell;
		width: 40%;
		float: none;

	}

	#access-wrap .access-box .shop_img .shop_right{
		display: table-cell;
		width: 58%;
		vertical-align: middle;
	}
}



/*	site map
------------------------------------------------------------ */
#sitemap-wrap {
	background: #ff8db0;
}

#sitemap-wrap .contents::before {
	display: none;
}

#sitemap-wrap .contents dl dt {
	font-size: 16px;
}


/* --- SP ---------- */
@media screen and (max-width: 740px) {
	
	#sitemap-wrap {
		display: none;
	}
	
}


/* --- PC ---------- */
@media screen and (min-width: 741px) {
	
	#sitemap-wrap .contents::after {
		content: "";
		clear: both;
		display: block;
	}
	
	#sitemap-wrap .contents dl {
		float: left;
		width: 24%;
		margin-bottom: 2rem;
	}
	
	#sitemap-wrap .contents a {
		display: inline-block;
		margin-bottom: .2rem;
		color: #fff;
	}
	
	#sitemap-wrap .contents a:hover {
		text-decoration: underline;
	}

}



/*
 *	----------------------------------------------
 *	TOPのインスタSTART
 */

.insta {
	display: none;
}

/*
.insta {
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.insta .insta-img {
	width: 32.5%;
	height: 32.5%;
	margin: 2px 0.3%;
	position: relative;
	max-width: 250px;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.insta .insta-img::before {
	content: "";
	display: block;
	padding-top: 100%;
}
.insta .insta-img a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border: 1px solid #eee;
	box-sizing: border-box;
	background: #fff;
}
.insta .insta-img img {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
 */

/*
 *	TOPのインスタEND
 *	----------------------------------------------
 */


/*	サローネ　動画バナー
------------------------------------------------------------ */

/* --- SP ---------- */
@media screen and (max-width: 740px) {
	.salone-box{
		max-width: 420px;
		width: 90%;
		margin: 0 auto;
		padding-top: 10px;
	}

	.salone-box .left{
		margin-bottom: 15px;
	}

	.salone-box .right{
	}

	.salone-box .right iframe{
		height: 260px;
	}

}


/* --- PC ---------- */
@media screen and (min-width: 741px) {
	.salone-box{
		max-width: 960px;
		width: 100%;
		margin: 0 auto;
		padding-top: 20px;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content:  space-between;
	}

	.salone-box .left{
		width: 49%;
	}

	.salone-box .right{
		width: 49%;
	}

	.salone-box .right iframe{
		height: 100%;
	}
}

/* お知らせ caution */
/* --- SP ---------- */
@media screen and (max-width: 740px) {
	#collection-wrap{
		padding-top: 30px;
	}
	.caution{
		width: 90%;
		margin: 0 auto;
		border: 2px solid #F44336;
		padding: 5%;
		background-color: #fff;
		box-sizing: border-box;
	}
	.caution-header{
		text-align: center;
		margin: 0 0 20px;
	}
	.caution-header-wrap{
		display: inline-block;
		border-top: 1px dotted #000;
		border-bottom: 1px dotted #000;
		padding: 15px;
		box-sizing: border-box;
	}
	.caution span.red{
		color: #F44336;
		font-weight: bold;
	}
	.caution p{
		margin: 0 0 10px;
	}
	.caution-desc{
		font-size: 80%;
	}
	.caution-accent{
		font-size: 140%;
		margin: 10px 0;
	}
	.caution-title{
		font-weight: bold;
		font-size: 110%;
	}
	.caution-footer{
		text-align: right;
		margin: 0;
	}
}

/* --- PC ---------- */
@media screen and (min-width: 741px) {
	#collection-wrap{
		padding-top: 50px;
	}
	.caution{
		max-width: 960px;
		width: 100%;
		margin: 0 auto;
		border: 2px solid #F44336;
		padding: 30px 30px 20px;
		background-color: #fff;
		box-sizing: border-box;
	}
	.caution-header{
		text-align: center;
		margin: 0 0 20px;
	}
	.caution-header-wrap{
		display: inline-block;
		border-top: 1px dotted #000;
		border-bottom: 1px dotted #000;
		padding: 15px;
		box-sizing: border-box;
	}
	.caution span.red{
		color: #F44336;
		font-weight: bold;
	}
	.caution p{
		margin: 0 0 10px;
	}
	.caution-desc{
		font-size: 90%;
	}
	.caution-accent{
		font-size: 140%;
		margin: 10px 0;
	}
	.caution-title{
		font-weight: bold;
		font-size: 110%;
	}
	.caution-footer{
		text-align: right;
		margin: 0;
	}
}

/* BLOG CTA */

.cta {
	background-color: #f8f8f8;
	padding: 40px;
	border-radius: 8px;
	text-align: center;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  }
  
  .cta h2 {
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 20px;
	color: #000;
	position: relative;
  }
  
  .highlight {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: rgba(255, 0, 78, 0.3);
	padding: 8px 12px;
	border-radius: 4px;
	font-size: 20px;
	line-height: 1;
	z-index: -1;
  }
  
  .cta p {
	font-size: 20px;
	color: #666;
	margin-bottom: 20px;
  }
  
  .btn {
	display: inline-block;
	padding: 12px 32px;
	border-radius: 8px;
	background-color: #ff004e;
	color: #fff;
	text-decoration: none;
	transition: background-color 0.3s ease;
	font-size: 16px;
	font-weight: 700;
  }
  
  .btn:hover {
	background-color: #c20045;
	color: #fff;
  }