@charset "utf-8";


/*=============================================
	
	メインビジュアル
	
==============================================*/
#mv_wrap {
	position: relative;
	padding: 0 0 3em;
}
#mv_wrap .container {
	width: 100%;
	max-width: 100%;
	min-width: 100%;
}
#mv_wrap .img {
	margin-bottom: 3em;
}
#mv_wrap .en_title {
	width: 90%;
	margin: 0 auto 0.5em;
	text-align: center;
	font-size: 3em;
}
#mv_wrap .title {
	width: 90%;
	margin: 0 auto 1em;
	text-align: center;
	font-size: 1em;
}
#mv_wrap .lead {
	width: 90%;
	margin: 0 auto;
	text-align: center;
	font-size: 1.1em;
}
#mv_wrap .lead p {
	
}
#mv_wrap .lead p span {
	background: linear-gradient(transparent 50%, #96cb37 50%);
	padding: 2px;
}
@media print, screen and (max-width: 768px) {

}
@media print, screen and (min-width: 769px) {
	#mv_wrap {
		padding: 50px 0;
	}
	#mv_wrap .container {
		width: 90%;
		min-width: 960px;
	}
	#mv_wrap .img {
		margin-bottom: 50px;
		width: 80%;
		margin-left: auto;
		padding-top: 40px;
	}
	#mv_wrap .en_title {
		width: auto;
		margin: 0;
		text-align: left;
		font-size: 80px;
		writing-mode: vertical-rl;
		position: absolute;
		left: 50%;
		top: 0;
		margin-left: -31%;

	}
	#mv_wrap .title {
		width: auto;
		margin: 0;
		text-align: left;
		font-size: 16px;
		writing-mode: vertical-rl;
		position: absolute;
		left: 50%;
		top: 10px;
		margin-left: -37%;
	}
	#mv_wrap .lead {
		font-size: 22px;
	}
	#mv_wrap .lead p {
		
	}
	#mv_wrap .lead p span {
		background: linear-gradient(transparent 60%, #96cb37 60%);
		padding: 2px;
	}
}


/*=============================================
	
	ギャラリー写真
	
==============================================*/
.gallery_wrap {
	padding: 2.5em 0;
	position: relative;
}
.gallery_wrap::before {
	content: "";
	width: 100%;
	height: 70vh;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #fafcf4;
}
.gallery_wrap .container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.gallery_wrap .pic_c {
	width: 80%;
	margin-bottom: 1em;
}
.gallery_wrap .pic01 {
	width: 80%;
}
.gallery_wrap .pic02 {
	width: 80%;
	margin-left: auto;
}
.gallery_wrap .pic03 {
	margin-right: auto;
	width: 48%;
}
.gallery_wrap .pic04 {
	margin-left: auto;
	width: 48%;
}
@media print, screen and (max-width: 768px) {

}
@media print, screen and (min-width: 769px) {
	.gallery_wrap {
		padding: 70px 0;
	}
	.gallery_wrap::before {
		height: 800px;
	}
	.gallery_wrap .container {
		padding: 0 0;
		display: block;
		min-height: 1240px;
	}
	
	.gallery_wrap .pic_c {
		margin-bottom: 0;
		position: absolute;
		left: 50%;
		margin-left: -480px;
		top: 50px;
		width: 480px;
		margin-right: 0;
	}
	.gallery_wrap .pic01 {
		margin-left: -480px;
        top: 0;
        width: 480px;
	}
	.gallery_wrap .pic02 {
		margin-left: 20px;
        top: 50px;
        width: 380px;
	}
	.gallery_wrap .pic03 {
        margin-left: -420px;
        top: 340px;
        width: 420px;
	}
	.gallery_wrap .pic04 {
        margin-left: -420px;
        top: 640px;
        width: 900px;
   	}

}

/*=============================================
	
	ポイント
	
==============================================*/
.point_wrap {
	padding: 4em 0 3em;
}
.point_wrap .en_title {
    width: 100%;
    margin: 0 auto 0.5em;
    text-align: center;
    font-size: 2.8em;
}
.point_wrap .title {
	width: 90%;
    margin: 0 auto 0;
    text-align: center;
    font-size: 1em;
}

.point_wrap .box {
	padding: 3em 0;
}
.point_wrap .box:last-of-type {
	padding: 3em 0 0;
}
.point_wrap .box .point {
	color: #788463;
	font-size: 1.4em;
	margin-bottom: 0.5em;
	text-align: center;
}
.point_wrap .box .midashi {
	font-size: 1.2em;
	margin-bottom: 1.5em;
	text-align: center;
	line-height: 1.6;
}
.point_wrap .box .img {
	margin-bottom: 0;
}
.point_wrap .box .point_body {
	font-size: 0.9em;
	line-height: 2;
	padding-top: 1.5em;
}
.point_wrap .box .flex {
	padding: 2em 0 0;
}
.point_wrap .box .flex > div {
	margin-bottom: 1em;
	width: 70%;
}
.point_wrap .box .flex > div:last-of-type {
	margin-left: auto;
}

@media print, screen and (max-width: 768px) {

}
@media print, screen and (min-width: 769px) {
	.point_wrap {
		padding: 70px 0 50px;
	}
	.point_wrap .en_title {
        font-size: 80px;
        margin: 0 auto 10px;
        line-height: 1;
   	}
	.point_wrap .title {
        font-size: 16px;
        margin: 0 auto 50px;
    }	
	.point_wrap .box {
		padding: 50px 0;
		display: flex;
		justify-content: center;
		flex-direction: row;
		flex-wrap: wrap;
		position: relative;
	}
	.point_wrap .box:last-of-type {
		padding: 50px 0 0;
	}
	.point_wrap .box .point {
		font-size: 30px;
		margin-bottom: 0;
		margin-right: 20px;
		text-align: left;
		writing-mode: vertical-rl;
	}
	.point_wrap .box .midashi {
		font-size: 18px;
		margin-bottom: 0;
		margin-right: 30px;
		text-align: left;
		writing-mode: vertical-rl;
	}
	.point_wrap .box .img {
		margin-bottom: 0;
		width: 750px;
	}
	.point_wrap .box .point_body {
		font-size: 14px;
	}
	
	.point_wrap .box .flex {
		padding: 30px 0 0;
		display: flex;
		justify-content: center;
	}
	.point_wrap .box .flex > div {
		margin-bottom: 0;
		width: 44%;
		margin: 0 3%;
	}
	.point_wrap .box .flex > div:last-of-type {
		margin-left: 0;
	}

}





/*=============================================
	
	ビジュアルタイトル
	
==============================================*/
.main_title_wrap {
	position: relative;
	padding: 2em 0 3em;
}
.main_title_wrap .container {
	width: 100%;
	max-width: 100%;
	min-width: 100%;
}
.main_title_wrap .img {
	margin-bottom: 3em;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
.main_title_wrap .en_title {
	width: 90%;
	margin: 0 auto 0.5em;
	text-align: center;
	font-size: 3em;
}
.main_title_wrap .title {
	width: 90%;
	margin: 0 auto 1em;
	text-align: center;
	font-size: 1em;
}
.main_title_wrap .lead {
	width: 90%;
	margin: 0 auto 2em;
	text-align: center;
	font-size: 0.9em;
}

.main_title_wrap .img_wrap {
}
.main_title_wrap .img_wrap .img {
	width: 80%;
	margin: 0 auto 1em;
	position: relative;
}

.main_title_wrap.dress_style {
	background: url(/img/dress/dress_bg01.jpg) no-repeat left top;
	background-size: cover auto;
}
.main_title_wrap.japanese_style {
	background: url(/img/dress/japanese_bg01.jpg) no-repeat left top;
	background-size: cover;
}

.main_title_wrap.dress_style .img_wrap .img.pic06 .text01 {
	font-size: 2em;
	margin: 0;
    writing-mode: vertical-rl;
    position: absolute;
    left: -5%;
    bottom: 0;
}
.main_title_wrap.dress_style .img_wrap .img.pic07 .text01 {
	font-size: 2em;
	margin: 0;
    writing-mode: vertical-rl;
    position: absolute;
    right: -3%;
    top: 0;
}


@media print, screen and (max-width: 768px) {

}
@media print, screen and (min-width: 769px) {
	.main_title_wrap {
		padding: 50px 0;
	}
	.main_title_wrap::before {
		height: 600px;
	}
	.main_title_wrap .container {
		width: 100%;
		min-width: 960px;
	}
	.main_title_wrap .img {
		margin-bottom: 70px;
		width: 900px;
		margin-left: auto;
		margin-right: auto;
		padding-top: 80px;
	}
	.main_title_wrap .en_title {
		width: auto;
		margin: 0;
		text-align: left;
		font-size: 80px;
		writing-mode: vertical-rl;
		position: absolute;
		left: 50%;
		top: 0;
		margin-left: -40%;

	}
	.main_title_wrap .title {
		width: auto;
		margin: 0;
		text-align: left;
		font-size: 14px;
		writing-mode: vertical-rl;
		position: absolute;
		left: 50%;
		top: 10px;
		margin-left: -34%;
	}
	.main_title_wrap .lead {
		width: 900px;
        text-align: left;
        font-size: 16px;
		margin: 0 auto 50px;
	}
	.main_title_wrap.dress_style .img_wrap {
		position: relative;
		min-height: 1730px;
	}
	.main_title_wrap.japanese_style .img_wrap {
		position: relative;
		min-height: 87vw;
	}
	.main_title_wrap .img_wrap .img {
		width: 400px;
		margin: 0;
		position: absolute;
		left: 50%;
		top: 0;
		padding: 0;
		margin-left: -450px;
	}
	.main_title_wrap.dress_style .img_wrap .img.pic01 {
		width: 450px;
		top: 0;
		margin-left: -500px;
	}
	.main_title_wrap.dress_style .img_wrap .img.pic02 {
        width: 480px;
        top: 0;
        margin-left: -20px;
	}
	.main_title_wrap.dress_style .img_wrap .img.pic03 {
		width: 215px;
        top: 350px;
        margin-left: -20px;
	}
	.main_title_wrap.dress_style .img_wrap .img.pic04 {
        width: 215px;
        top: 350px;
        margin-left: 220px;
	}
	.main_title_wrap.dress_style .img_wrap .img.pic05 {
        width: 780px;
        top: 700px;
        margin-left: -500px;
	}
	.main_title_wrap.dress_style .img_wrap .img.pic06 {
        width: 360px;
        top: 1250px;
        margin-left: -400px;
	}
	.main_title_wrap.dress_style .img_wrap .img.pic07 {
        width: 320px;
        top: 1250px;
        margin-left: -10px;
	}

	.main_title_wrap.japanese_style .img_wrap .img.pic01 {
		width: 50%;
		top: 0;
		margin-left: -25%;
	}
	.main_title_wrap.japanese_style .img_wrap .img.pic02 {
        width: 25%;
        top: 70vw;
        margin-left: 20%;
	}



}



/*=============================================
	
	ドレスショップ
	
==============================================*/
.dressshop_wrap {
	padding: 0 ;
}
.dressshop_wrap .box {
	padding: 3em 0;
}
.dressshop_wrap .box .img {
	margin-bottom: 3em;
}
.dressshop_wrap .box .text_wrap {
	
}
.dressshop_wrap .box .text_wrap .name {
	font-size: 2.5em;
	margin-bottom: 0.5em;
}
.dressshop_wrap .box .text_wrap .body {
	font-size: 1em;
	margin-bottom: 1.5em;
}
.dressshop_wrap .box .text_wrap .brand {
	border-left: 1px solid #C0AB92;
	padding: 0.5em 0 0.5em 1.5em;
}
.dressshop_wrap .box .text_wrap .brand li {
	font-size: 0.9em;
	line-height: 2.5;
}
.dressshop_wrap .box .text_wrap .brand li.title {
	color: #C0AB92;
	font-size: 1.1em;
	margin-bottom: 0.5em;
}
@media print, screen and (max-width: 768px) {

}
@media print, screen and (min-width: 769px) {
	.dressshop_wrap {
		padding: 30px 0;
	}
	.dressshop_wrap .box {
		padding: 70px 0;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		flex-direction: row-reverse;
	}
	.dressshop_wrap .box .img {
		margin-bottom: 0;
		width: 45%;
	}
	.dressshop_wrap .box .text_wrap {
		width: 50%;
	}
	.dressshop_wrap .box .text_wrap .name {
		font-size: 50px;
		margin-bottom: 30px;
	}
	.dressshop_wrap .box .text_wrap .body {
		font-size: 14px;
		margin-bottom: 50px;
	}
	.dressshop_wrap .box .text_wrap .brand {
	}
	.dressshop_wrap .box .text_wrap .brand li {
		font-size: 14px;
	}
	.dressshop_wrap .box .text_wrap .brand li.title {
		font-size: 16px;
		margin-bottom: 5px;
	}
}


/*=============================================
	
	ドレスショップ
	
==============================================*/
.salon_wrap {
	padding: 5em 0 3em;
	background-color: #E7EAD8;
}
.salon_wrap .en_title {
	font-size: 5em;
    text-align: center;
    margin-bottom: 0.2em;
}
.salon_wrap .title {
    font-size: 0.9em;
    text-align: center;
    margin-bottom: 1em;
}
.salon_wrap .lead {
    font-size: 1em;
    text-align: center;
    margin-bottom: 1.2em;
}
.salon_wrap .box {
	background-color: #FFF;
	padding: 20px;
	margin-bottom: 1.5em;
}
.salon_wrap .box:last-of-type {
	margin-bottom: 0;
}
.salon_wrap .box .img {
	margin-bottom: 1em;
}
.salon_wrap .box .body {
	font-size: 0.9em;
	line-height: 2;
}
@media print, screen and (max-width: 768px) {

}
@media print, screen and (min-width: 769px) {
	.salon_wrap {
		padding: 90px 0 70px;
	}
	.salon_wrap .en_title {
		font-size: 120px;
        margin: 0 auto 30px;
        line-height: 1;
	}
	.salon_wrap .title {
        font-size: 16px;
        margin: 0 auto 30px;
	}
	.salon_wrap .lead {
        font-size: 18px;
        margin: 0 auto 50px;
	}
	.salon_wrap .flex {
		display: flex;
		justify-content: center;
		align-items: stretch;
	}
	.salon_wrap .box {
		margin: 0 1% 0;
		width: 40%;
	}
	.salon_wrap .box:last-of-type {
		margin-bottom: 0;
	}
	.salon_wrap .box .img {
		margin-bottom: 30px;
	}
	.salon_wrap .box .body {
		font-size: 15px;
	}
}

