@charset "utf-8";

/*====================================================================================

		#top layout

====================================================================================*/

#top header {
	margin: 0;
}

#top #contents {
	background: url("../img/bg_01.png") right bottom / 93% auto no-repeat;
}


@media screen and (max-width: 768px){
	#top #contents {
		background: url("../img/bg_01.png") right bottom / 120% auto no-repeat;
	}
}



/*===============================================================

		#top header .main_img layout

===============================================================*/

#top header .main_img {
	height: 722px;
	/*padding-bottom: calc(100%*722/1500);*/
	background: url("../img/main_bg_03.png") right top / 13% auto no-repeat,
				url("../img/main_bg_02.png") right bottom / 28% auto no-repeat,
				url("../img/main_bg_01.png") right bottom / 93% auto no-repeat,
				url("../../img/top/main_img.jpg") center top / cover no-repeat;
}

#top header .main_img h1 {
	padding: 117px 0 0;
	text-align: right;
}

#top header .main_img ul {
	margin: 180px 0 0 auto;
	padding: 0;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

#top header .main_img ul li {
	width: auto;
	margin: 0;
	line-height: 1.0;
}

#top header .main_img ul li a {
	width: auto;
	margin: 0 20px;
	padding: 10px 0 20px;
	background: url("../img/icon_arrow_01.png") center bottom / 8px auto no-repeat;
	border-radius: 0;
	border: none;
	display: block;
	text-align: center;
	color: #fff;
	font-family: 'Noto Serif JP', serif;
	font-size: 12px;
}

#top header .main_img ul li a span {
	margin: 10px 0 0;
	padding: 10px 20px 0;
	border-top: solid 1px #fff;
	display: block;
	font-size: 18px;
}

#top header .main_img ul li a:hover {
	text-decoration: none;
	transform: scale(1.1,1.1);
}


@media screen and (max-width: 768px){
	#top header .main_img {
		height: auto;
		/*padding-bottom: calc(100%*722/1500);*/
		background: url("../img/main_bg_03.png") right top / 30% auto no-repeat,
					url("../../img/top/sp/main_img.jpg") center top / 100% auto no-repeat;
	}
	
	#top header .main_img .inner {
		margin: 0;
	}
	
	#top header .main_img h1 {
		padding: 115% 20px 0;
		text-align: center;
	}
	
	#top header .main_img ul {
		margin: 40px 0 0;
		padding: 30px 0;
		background-color: #000;
		display: flex;
		flex-flow: column wrap;
		justify-content: center;
		align-items: center;
	}
	
	#top header .main_img ul li {
		width: auto;
		margin: 10px 0;
		line-height: 1.0;
	}
	
	#top header .main_img ul li a {
		width: auto;
		margin: 0 20px;
		padding: 10px 0 20px;
		background: url("../img/icon_arrow_01.png") center bottom / 8px auto no-repeat;
		border-radius: 0;
		border: none;
		display: block;
		text-align: center;
		color: #fff;
		font-family: 'Noto Serif JP', serif;
		font-size: 12px;
	}
	
	#top header .main_img ul li a span {
		margin: 10px 0 0;
		padding: 10px 20px 0;
		border-top: solid 1px #fff;
		display: block;
		font-size: 18px;
	}
}



/*===============================================================

		#top #contents .salon layout

===============================================================*/

#top #contents .salon {
	padding: 100px 0 0;
	position: relative;
}

#top #contents .salon::before {
	content: "";
	width: 100%;
	height: calc(100% - 100px);
	background-color: #F0F0F0;
	position: absolute;
	top: 0;
	z-index: -1;
}

#top #contents .salon .inner {
	display: flex;
	justify-content: space-between;
}

#top #contents .salon .inner p.img {
	order: 1;
	width: 50%;
	max-width: 600px;
}

#top #contents .salon .inner p.img img {
	width: 100%;
}

#top #contents .salon .inner .txt {
	margin: 0 70px 0 0;
}

#top #contents .salon .inner .txt h2 {
	margin: -5px 0 40px;
	color: #aaa;
	font-family: 'Questrial', sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.0;
}

#top #contents .salon .inner .txt dl dt {
	margin: 0 0 20px;
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 0.1em;
}

#top #contents .salon .inner .txt p {
	margin: 40px 0 0;
}

#top #contents .salon .inner .txt p a {
	padding: 0 30px 10px 0;
	border-bottom: solid 1px #000;
	display: inline-block;
	color: #000;
	font-family: 'Questrial', sans-serif;
	font-size: 11px;
}

#top #contents .salon .inner .txt p a:hover {
	font-size: 13px;
}


@media screen and (max-width: 768px){
	#top #contents .salon {
		padding: 60px 0;
		background-color: #F0F0F0;
	}
	
	#top #contents .salon::before {
		display: none;
	}
	
	#top #contents .salon .inner {
		padding: 0;
		display: block;
	}
	
	#top #contents .salon .inner p.img {
		width: 100%;
		max-width: inherit;
	}
	
	#top #contents .salon .inner .txt {
		margin: 60px 20px 0;
	}
	
	#top #contents .salon .inner .txt h2 {
		margin: 0 0 40px;
		font-size: 4.0vw;
	}
	
	#top #contents .salon .inner .txt dl dt {
		margin: 0 0 15px;
		font-size: 4.5vw;
	}
	
	#top #contents .salon .inner .txt p a {
		font-size: 3.0vw;
	}
}



/*===============================================================

		#top #contents .menu layout

===============================================================*/

#top #contents .menu {
	margin: 150px 0 0;
}

#top #contents .menu .inner h2 {
	margin: 0 0 60px;
	text-align: center;
	color: #aaa;
	font-family: 'Questrial', sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.0;
}

#top #contents .menu .inner .item {
	margin: -80px 0 150px;
	padding: 80px 0 0;
}

#top #contents .menu .inner .item .inner_box {
	height: 665px;
	display: flex;
	align-items: center;
	position: relative;
}

#top #contents .menu .inner .item .img {
	display: flex;
	align-items: center;
	position: absolute;
	left: 0;
	top: 0;
}

#top #contents .menu .inner .item.reverse .img {
	left: auto;
	right: 0;
}

#top #contents .menu .inner .item .img::before {
	content: "";
	width: 100px;
	height: 1px;
	background-color: #000;
	position: absolute;
	left: 25px;
	top: 50%;
	z-index: -1;
}

#top #contents .menu .inner .item.reverse .img::before {
	left: auto;
	right: 25px;
}

#top #contents .menu .inner .item .img figcaption {
	margin: 0 50px 0 0;
	order: 0;
	writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	-webkit-text-orientation: mixed;
	text-orientation: mixed;
	color: #666;
	font-family: 'Questrial', sans-serif;
	font-size: 14px;
}

#top #contents .menu .inner .item.reverse .img figcaption {
	margin: 0 0 0 50px;
}

#top #contents .menu .inner .item .img img {
	order: 1;
}

#top #contents .menu .inner .item.reverse .img img {
	order: 0;
}

#top #contents .menu .inner .item .txt {
	width: 520px;
	margin: 0 0 0 auto;
	padding: 50px 30px;
	background-color: #F0F0F0;
	position: relative;
	z-index: 2;
	/*position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);*/
}

#top #contents .menu .inner .item.reverse .txt {
	margin: 0 auto 0 0;
}

#top #contents .menu .inner .item .txt h3 {
	margin: 0 0 30px;
	font-family: 'Cormorant Garamond', serif;
	font-size: 40px;
	font-weight: 600;
	line-height: 1.1;
	letter-spacing: 0.1em;
}

#top #contents .menu .inner .item .txt h3 span {
	margin: 10px 0 0;
	display: block;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 14px;
	font-weight: 400;
}

#top #contents .menu .inner .item .txt p.link {
	margin: 30px 0 0;
}

#top #contents .menu .inner .item .txt p.link a {
	padding: 0 30px 10px 0;
	border-bottom: solid 1px #000;
	display: inline-block;
	color: #000;
	font-family: 'Questrial', sans-serif;
	font-size: 11px;
}

#top #contents .menu .inner .item .txt p.link a:hover {
	font-size: 13px;
}


@media screen and (max-width: 768px){
	#top #contents .menu {
		margin: 80px 0 0;
	}
	
	#top #contents .menu .inner {
		padding: 0;
	}
	
	#top #contents .menu .inner h2 {
		margin: 0 0 40px;
		font-size: 4.2vw;
	}
	
	#top #contents .menu .inner .item {
		margin: -60px 0 80px;
		padding: 60px 0 0;
	}
	
	#top #contents .menu .inner .item .inner_box {
		height: auto;
		display: block;
	}
	
	#top #contents .menu .inner .item .img {
		padding: 0 0 0 2px;
		position: relative;
		z-index: 1;
		overflow: hidden;
	}
	
	#top #contents .menu .inner .item.reverse .img {
		padding: 0 2px 0 0;
	}
	
	#top #contents .menu .inner .item .img figcaption {
		margin: 0 30px 0 0;
		font-size: 3.0vw;
	}
	
	#top #contents .menu .inner .item.reverse .img figcaption {
		margin: 0 0 0 30px;
	}
	
	#top #contents .menu .inner .item .img img {
		width: 88%;
	}
	
	#top #contents .menu .inner .item .txt {
		width: auto;
		margin: -20px 0 0;
		padding: 60px 20px 40px;
		/*position: static;
		transform: none;
		transform: translateY(0);
		transform: translateY(100px);
		right: auto;
		top: auto;*/
		z-index: 0;
	}
	
	#top #contents .menu .inner .item.reverse .txt {
		margin: -20px 0 0;
	}
	
	#top #contents .menu .inner .item .txt h3 {
		font-size: 8vw;
	}
	
	#top #contents .menu .inner .item .txt h3 span {
		font-size: 3.3vw;
	}
	
	#top #contents .menu .inner .item .txt p.link a {
		font-size: 3.0vw;
	}
}





/*====================================================================================

		#about layout

====================================================================================*/

/*===============================================================

		#about header .main_img layout

===============================================================*/

#about header .main_img {
	background: url("../../img/about/main_img.jpg") center top 60% / cover no-repeat;
}


@media screen and (max-width: 768px){
	#about header {
		margin: 0 0 120px;
	}
	
	#about header .main_img {
		background: url("../../img/about/main_img.jpg") left 60% top / auto 100% no-repeat;
	}
	
	#about header .main_img .box {
		bottom: -70px;
	}
}



/*===============================================================

		#about #contents .concept layout

===============================================================*/

#about #contents .concept {
	padding: 0 0 100px;
	background-color: #fff;
}

#about #contents .concept .inner {
	display: flex;
	justify-content: space-between;
}

#about #contents .concept .inner p.img {
	width: 50%;
	max-width: 600px;
}

#about #contents .concept .inner p.img img {
	width: 100%;
}

#about #contents .concept .inner .txt {
	width: 50%;
	max-width: 600px;
	margin: -5px 0 0;
	padding: 0 0 0 70px;
}

#about #contents .concept .inner .txt h2 {
	margin: 0 0 40px;
	color: #aaa;
	font-family: 'Questrial', sans-serif;
	font-size: 20px;
	font-weight: 400;
}

#about #contents .concept .inner .txt dl dt {
	margin: 0 0 15px;
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 0.1em;
}


@media screen and (max-width: 768px){
	#about #contents .concept {
		padding: 20px 0 60px;
	}
	
	#about #contents .concept .inner {
		display: block;
	}
	
	#about #contents .concept .inner p.img {
		width: auto;
		max-width: inherit;
	}
	
	#about #contents .concept .inner .txt {
		width: auto;
		max-width: inherit;
		margin: 20px 0 0;
		padding: 0;
	}
	
	#about #contents .concept .inner .txt h2 {
		margin: 0 0 20px;
		font-size: 4.2vw;
	}
	
	#about #contents .concept .inner .txt dl dt {
		margin: 0 0 15px;
		font-size: 5vw;
		line-height: 1.6;
	}
}



/*===============================================================

		#about #contents .access layout

===============================================================*/

#about #contents .access {
	padding: 100px 0;
}

#about #contents .access .inner {
	display: flex;
	justify-content: space-between;
}

#about #contents .access .inner p.img {
	width: 50%;
	max-width: 600px;
	order: 1;
}

#about #contents .access .inner p.img img {
	width: 100%;
}

#about #contents .access .inner .txt {
	width: 50%;
	max-width: 600px;
	margin: -5px 0 0;
	padding: 0 70px 0 0;
	order: 0;
}

#about #contents .access .inner .txt h2 {
	margin: 0 0 40px;
	color: #aaa;
	font-family: 'Questrial', sans-serif;
	font-size: 20px;
	font-weight: 400;
}

#about #contents .access .inner .txt dl dt {
	margin: 0 0 15px;
	font-size: 24px;
	font-weight: 500;
}


@media screen and (max-width: 768px){
	#about #contents .access {
		padding: 60px 0;
	}
	
	#about #contents .access .inner {
		display: block;
	}
	
	#about #contents .access .inner p.img {
		width: auto;
		max-width: inherit;
	}
	
	#about #contents .access .inner .txt {
		width: auto;
		max-width: inherit;
		margin: 20px 0 0;
		padding: 0;
	}
	
	#about #contents .access .inner .txt h2 {
		margin: 0 0 20px;
		font-size: 4.2vw;
	}
	
	#about #contents .access .inner .txt dl dt {
		margin: 0 0 15px;
		font-size: 5vw;
		line-height: 1.6;
	}
}





/*====================================================================================

		#trance_beat layout

====================================================================================*/

/*===============================================================

		#trance_beat header .main_img layout

===============================================================*/

#trance_beat header .main_img {
	background: url("../../img/trance_beat/main_img.jpg") center top 60% / cover no-repeat;
}


@media screen and (max-width: 768px){
	#trance_beat header .main_img {
		background: url("../../img/trance_beat/main_img.jpg") left 60% top / auto 100% no-repeat;
	}
}





/*====================================================================================

		#lighence2 layout

====================================================================================*/

/*===============================================================

		#lighence2 header .main_img layout

===============================================================*/

#lighence2 header .main_img {
	background: url("../../img/lighence2/main_img.jpg") center top 60% / cover no-repeat;
}


@media screen and (max-width: 768px){
	#lighence2 header {
		margin: 0 0 120px;
	}
	
	#lighence2 header .main_img {
		background: url("../../img/lighence2/main_img.jpg") left 50% top / auto 100% no-repeat;
	}
	
	#lighence2 header .main_img .box {
		bottom: -70px;
	}
}





/*====================================================================================

		#O2_doctor_cabin layout

====================================================================================*/

/*===============================================================

		#O2_doctor_cabin header .main_img layout

===============================================================*/

#O2_doctor_cabin header .main_img {
	background: url("../../img/O2_doctor_cabin/main_img.jpg") center top 60% / cover no-repeat;
}


@media screen and (max-width: 768px){
	#O2_doctor_cabin header .main_img {
		background: url("../../img/O2_doctor_cabin/main_img.jpg") left 50% top 10px / auto 100% no-repeat;
	}
}
