@charset "utf-8"; 


/* header */

#header {
	position: relative;
	background: rgb(249,175,207);
	background: -moz-linear-gradient(left,  rgba(249,175,207,1) 0%, rgba(251,187,220,1) 52%, rgba(249,175,207,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(249,175,207,1) 0%,rgba(251,187,220,1) 52%,rgba(249,175,207,1) 100%);
	background: linear-gradient(to right,  rgba(249,175,207,1) 0%,rgba(251,187,220,1) 52%,rgba(249,175,207,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9afcf', endColorstr='#f9afcf',GradientType=1 );
	color: #fff;
	text-align: center;
}

#header.header-01 {
	background: rgb(249,175,207);
	background: -moz-linear-gradient(left,  rgba(249,175,207,1) 0%, rgba(251,187,220,1) 52%, rgba(249,175,207,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(249,175,207,1) 0%,rgba(251,187,220,1) 52%,rgba(249,175,207,1) 100%);
	background: linear-gradient(to right,  rgba(249,175,207,1) 0%,rgba(251,187,220,1) 52%,rgba(249,175,207,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9afcf', endColorstr='#f9afcf',GradientType=1 );
}

#header.header-02 {
	background: rgb(249,175,207);
	background: -moz-linear-gradient(left,  rgba(249,175,207,1) 0%, rgba(251,187,220,1) 52%, rgba(249,175,207,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(249,175,207,1) 0%,rgba(251,187,220,1) 52%,rgba(249,175,207,1) 100%);
	background: linear-gradient(to right,  rgba(249,175,207,1) 0%,rgba(251,187,220,1) 52%,rgba(249,175,207,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9afcf', endColorstr='#f9afcf',GradientType=1 );
}

#header.header-03 {
	background: rgb(254,214,0);
	background: -moz-linear-gradient(45deg,  rgba(254,214,0,1) 0%, rgba(255,224,56,1) 50%, rgba(254,214,0,1) 100%);
	background: -webkit-linear-gradient(45deg,  rgba(254,214,0,1) 0%,rgba(255,224,56,1) 50%,rgba(254,214,0,1) 100%);
	background: linear-gradient(45deg,  rgba(254,214,0,1) 0%,rgba(255,224,56,1) 50%,rgba(254,214,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fed600', endColorstr='#fed600',GradientType=1 );
}

#header.header-04 {
	background: rgb(120,223,223);
	background: -moz-linear-gradient(45deg,  rgba(120,223,223,1) 0%, rgba(159,242,241,1) 50%, rgba(120,223,223,1) 100%);
	background: -webkit-linear-gradient(45deg,  rgba(120,223,223,1) 0%,rgba(159,242,241,1) 50%,rgba(120,223,223,1) 100%);
	background: linear-gradient(45deg,  rgba(127,223,223,1) 0%,rgba(120,223,223,1) 50%,rgba(127,223,223,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#78dfdf', endColorstr='#78dfdf',GradientType=1 );
}

#header.header-05 {
	background: rgb(246,189,144);
	background: -moz-linear-gradient(left,  rgba(246,189,144,1) 0%, rgba(252,210,177,1) 50%, rgba(246,189,144,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(246,189,144,1) 0%,rgba(252,210,177,1) 50%,rgba(246,189,144,1) 100%);
	background: linear-gradient(to right,  rgba(246,189,144,1) 0%,rgba(246,197,158,1) 50%,rgba(246,189,144,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6bd90', endColorstr='#f6bd90',GradientType=1 );
}

.top-area {
	text-align: center;
}

.top-area.top-area-about {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2;
}

.menu {
	float: left;
	width: 10%;
	padding: 41px 0 0 53px;
	text-align: left;
}

.menu a {
	display: block;
	position: relative;
	width: 90px;
	height: 90px;
	font-size: 0;
}

.menu a:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 3px;
	margin: -8px 0 0 -20px;
	background: #fff;
}

.menu a:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 20px;
	height: 3px;
	margin: 5px 0 0 -20px;
	background: #fff;
}

.logo {
	float: left;
	width: 80%;
	padding: 40px 0 0;
	text-indent: -5px;
}

.logo img {
	width: 180px;
}

.event {
	float: right;
	width: 10%;
	padding: 40px 40px 0 0;
	text-align: right;
}

.event img {
	width: 90px;
}

#path ul {
	margin: 70px 0 0;
	color: #fff;
	font-family: "Verdana", "Malgun Gothic";
	font-size: 13px;
	text-indent: -4px;
}
#path li {
	display: inline;
	position: relative;
	margin: 0 5px;
}
#path li:after {
	content: "";
	position: absolute;
	top: 50%;
	right: -9px;
	width: 4px;
	height: 7px;
	margin: -3px 0 0;
	background: url(../img/common/ico_arrow_white.png) no-repeat 50% 50%;
	background-size: 4px 7px;
}
#path li:last-child:after {
	display: none;
}

#heading h2 {
	margin: 30px 0 0;
	color: #fff;
	font-family: "Uni Sans Heavy";
	font-size: 120px;
	line-height: 80px;
	letter-spacing: 0.05em;
}

#heading h2:first-letter {
	letter-spacing: 0;
}

span.about-letter01 {
	margin: 0 0 0 4px;
	letter-spacing: 0.02em;
}
span.about-letter02 {
	margin: 0 0 0 -9px;
	letter-spacing: 0.03em;
}
span.petti-letter01 {
	letter-spacing: 0.082em;
}
span.petti-letter02 {
	margin: 0 0 0 -5px;
	letter-spacing: 0.014em;
}
span.lifting-letter01 {
	margin: 0 0 0 8px;
	letter-spacing: 0.01em;
}
span.lifting-letter02 {
	letter-spacing: 0.085em;
}
span.lifting-letter03 {
	margin: 0 0 0 0.6px;
	letter-spacing: -0.017em;
}
span.lifting-letter04 {
	letter-spacing: 0;
}
span.skincare-letter01 {
	margin: 0 0 0 5px;
	letter-spacing: 0.01em;
}
span.skincare-letter02 {
	margin: 0 0 0 -2px;
	letter-spacing: 0.03em;
}
span.skincare-letter03 {
	margin: 0 0 0 -1px;
	letter-spacing: 0.03em;
}
span.body-letter01 {
	margin: 0 0 0 3px;
	letter-spacing: -0.017em;
}
span.community-letter01 {
	margin: 0 0 0 -10px;
	letter-spacing: -0.04em;
}
span.community-letter02 {
	margin: 0 0 0 -11px;
	letter-spacing: -0.026em;
}
span.community-letter03 {
	margin: 0 0 0 -8.3px;
	letter-spacing: 0.015em;
}
span.community-letter04 {
	margin: 0 0 0 9px;
	letter-spacing: 0;
}


/* fixed layer */

#fixed-header {
	clear: both;
	position: fixed;
	top: 0;
	transform:translateY(-100%);
	left: 0;
	width: 100%;
	height: 100px;
	background: rgba(255,255,255,0.98);
	box-shadow: 0 1px 3px 0 rgba(0,0,0,0.09);
	z-index: 999;
	transition:all .5s;
}
#fixed-header.active
{
	transform:translateY(0);
}
#fixed-header .menu {
	padding: 14px 0 0 26px;
}
#fixed-header .menu a {
	width: 72px;
	height: 72px;
}
#fixed-header .menu a:before {
	background: #000;
}
#fixed-header .menu a:after {
	background: #000;
}
#fixed-header .logo {
	padding: 27px 0 0;
}
#fixed-header .logo img {
	width: auto;
	height: 41px;
}
#fixed-header .event {
	padding: 14px 36px 0 0;
}
#fixed-header .event img {
	width: 72px;
}


/* content */

#sub-menu, #title {
	margin: 70px 0 0;
	text-align: center;
}

#sub-menu {
	max-width: 800px;
	margin: 50px auto 0;
}
#staff-body-area #sub-menu {
	max-width: 800px;
	margin: 0 auto;
	padding: 50px 0 0;
}
#sub-menu ul {
	/*overflow: hidden;*/
	font-family: "SpL";
	font-size: 20px;
	letter-spacing: -0.03em;
}
#selected-menu li {
	display: inline-block;
	position: relative;
	float: left;
	width: 100%;
	border-bottom: 1px solid #d8d9df;
	color: #222746;	
}
#staff-body-area #selected-menu li {
	border-bottom: 1px solid #ccc;
}
#selected-menu > li {
	background: url(../img/common/ico_arrow.png) no-repeat 90% 50%;	
	background-size: 14px 7px;
	width: 50%;
}
#selected-menu li.active {
	color: #000;
}
#selected-menu > li.active > a:after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: -1px;
	width: 100%;
	height: 2px;
	background: #000;
	z-index: 3;
}
#selected-menu li a {
	display: block;
	overflow: hidden;
	width: 90%;
	padding: 20px 20px 20px 40px;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;

}
#select-list-layer {
	position: relative;
}
#select-list-layer li a, #first-depth li span, #second-depth li span {
	display: block;
	margin: -1px 0 0;
	padding: 15px 15px 17px 15px;
	border-top: 1px solid #d8d9df;
	border-right: 1px solid #d8d9df;
	border-left: 1px solid #d8d9df;
	background: #fff;
	color: #888;
	text-align: left;
	cursor:pointer;
}
#staff-body-area #select-list-layer li a, #staff-body-area #first-depth li span, #staff-body-area #second-depth li span {
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
#first-depth li span:hover,
#second-depth li span:hover{
	background-color: #fafafa;
	color: #000;
}
#first-depth, #second-depth {
	display: none;
	background-color:#fff;
	position: absolute;
	top:64px;
	width: 100%;
	z-index: 2;
}
#first-depth {
	left: 0;
}
#second-depth {
	right: 1px;
}
#second-depth li a {
	
}

#title {
	font-family: "SpR";
	font-size: 48px;
	font-weight: 600;
	letter-spacing: -0.07em;
	text-indent: -5px;
}

#title.title-etc {
	font-family: "Uni Sans Heavy";
	font-size: 80px;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 60px;
	text-indent: -5px;
}

#title.title-event h3 {
	position: relative;
	display: inline-block;
	padding: 0 40px 0 53px;
	background: #fff;
	z-index: 1;
}

#title.title-etc p {
	font-family: "SpL";
	font-size: 23px;
	letter-spacing: -0.06em;
}

#content {
	/*min-height: 500px;*/
	margin: 60px auto 0;
	padding: 0 0 100px;
}
#content.width-fix {
	max-width: 1400px;
	margin: 40px auto 0;
	padding: 0 4% 5%;
}
#content.width-fix-etc {
	max-width: 1400px;
	margin: 40px auto 0;
	padding: 0 0 5%;
}
#content.width-fix-notice {
	max-width: 1400px;
	margin: 60px auto 0;
	padding: 0 0 5%;
}

#content.width-fix-event {
	position: relative;
	max-width: 1030px;
	margin: 46px auto 0;
	padding: 1% 4% 10%;
}

#content.width-fix-event:after {
	content: "";
	position: absolute;
	top: -141px;
	left: 0;
	width: 100%;
	height: 100%;
	border: 13px solid #000;
	z-index: -1;
}

.section-group {
	max-width: 1700px;
	margin: 0 auto;
	text-align: center;
}
.section-group.section-group-full {
	position: relative;
	max-width: 100%;
	z-index: 1;
}
.section-group.section-group-full:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 1292px;
	background: #f5f5f5;
	z-index: -1;
}
.section-group.section-group-full:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 1510px;
	background: #f5f5f5;
	z-index: -1;
}
.section-group img {
	max-width: 100%;
	margin: 0 auto;
}

#front-image.front-position-botox {
	margin-left: -12.4%;
}

.text.text-01 {
	position: relative;
}

.text.text-01:after {
	content: "";
	position: absolute;
	bottom: -352px;
	left: 50%;
	width: 1px;
	height: 280px;
	background: #000;
	z-index: 1;
}

.text.text-01 h4 {
	margin: -34px 0 0;
}

.text.text-01.text-acne h4, .text.text-01.text-margin h4 {
	margin: 4.8% 0 0;
}

.text.text-01 p {
	margin: 54px 0 0;
}

.text.text-01.text-skincare {
	max-width: 1280px;
	margin: 0 auto;
	padding: 8% 0 0;
	background: #fff;
}

.text.text-01.text-skincare:after {
	display: none;
}

.text.text-01.text-skincare h4 {
	margin: 0 0 0;
}

.text.text-01.text-skincare p {
	margin: 30px 0 0;
}

#section-01 {
	padding: 0 0 200px;
}

#section-02 {
	position: relative;
	padding: 230px 0 0;
	background: none;
}

#section-02:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1292px;
	background: #f5f5f5;
	z-index: -1;
}

.text.text-02 h4 {
	margin: 0 0 100px;
}

.m_box em {
	display: none;
}

.m_img {
	display: none;
}
.pc_img {
	display: block;
}

#section-03 {
	padding: 0 0 270px;
}
#section-03.bg-color-botox {
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 29%, #ffd7d7 90%, #ffd1dc 100%);
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 29%,#ffd7d7 90%,#ffd1dc 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 29%,#ffd7d7 90%,#ffd1dc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffd1dc',GradientType=0 );
}
#section-03.bg-color-botox-etc {
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 57%, #ffd7d7 100%, #ffd1dc 100%);
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 57%,#ffd7d7 100%,#ffd1dc 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 57%,#ffd7d7 100%,#ffd1dc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffd1dc',GradientType=0 );
}
#section-03.bg-color-waxing {
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 35%, #ffd7d7 100%, #ffd1dc 100%);
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 35%,#ffd7d7 100%,#ffd1dc 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 35%,#ffd7d7 100%,#ffd1dc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffd1dc',GradientType=0 );
}
#section-03.bg-color-lifting {
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 35%, #fdf9e2 60%, #fed80b 100%);
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 35%,#fdf9e2 60%,#fed80b 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 35%,#fdf9e2 60%,#fed80b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fed80b',GradientType=0 );
}
#section-03.bg-color-skincare {
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 35%, #9cf2f1 100%, #81e5e7 100%);
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 35%,#9cf2f1 100%,#81e5e7 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 35%,#9cf2f1 100%,#81e5e7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#81e5e7',GradientType=0 );
}
#section-03.bg-color-body {
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 40%, #fbceac 100%, #fbcaa3 100%);
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 40%,#fbceac 100%,#fbcaa3 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 40%,#fbceac 100%,#fbcaa3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fbcaa3',GradientType=0 );
}


#specific-image {
	position: relative;
	margin: -40% 0 0;
	z-index: 1;
}

#specific-list {
	margin: 170px 0 0;
}
#specific-list.specific-list-etc {
	margin: 0;
}
#specific-list li:nth-of-type(1) {
	margin: 0 209px 0 0;
}
#specific-list.specific-list-etc li:nth-of-type(1) {
	margin: 0;
}
#specific-list li:nth-of-type(2) {
	margin: -1px 0 0 209px;
}
#specific-list li:nth-of-type(3) {
	margin: -1px 209px 0 0;
}

#specific-list .specific-img-pc {
	display: block;
}

#specific-list .specific-img-mobile {
	display: none;
}

#section-price {
	padding: 8.3% 0 8.3%;
	background: #f7f6f9;
}

#price-layout {
	max-width: 1200px;
	margin: 0 auto;
}

#price-layout-left {
	float: left;
	width: 46%;
	margin: 0 4% 0 0;
}

#price-layout-right {
	float: right;
	width: 46%;
	margin: 0 0 0 4%;
}

#price-layout table {
	width: 100%;
}

#price-layout table th, #price-layout table td {
	padding: 4px 10px 8px;
	font-family: "SpL";
	font-size: 25px;
	vertical-align: middle;
}

#price-layout table th {
	padding: 4px 10px 20px;
	border-bottom: 1px solid #666;
	font-size: 21px;
	letter-spacing: -0.06em;
}

#price-layout table td {
	border-top: 1px solid #c1c1c1;
}

#price-layout table td.title {
	padding: 6px 10px 6px;
	font-family: "SpR";
	font-weight: 600;
	letter-spacing: -0.06em;
}

#price-layout table td.title-etc {
	padding: 19px 10px 21px;
}

#price-layout table td.item {
	padding: 6px 10px 6px;
	font-size: 21px;
}

#price-layout table td strong {
	margin: 0 8px 0 0;
	color: #fd4c7e;
	font-family: "SpR";
	font-weight: 600;
	font-size: 50px;
}

#price-layout table td strong.color-body {
	color: #f87210;
}

#price-layout table td strong.color-lifting {
	color: #a80e38;
}

#price-layout table td span {
	font-family: "SpL";
	font-weight: 400;
	font-size: 18px;
	vertical-align: 4px;
}


/* 필러 가격 레이아웃 */

#price-layout h3 {
	margin: 0 0 5%;
	font-family: "SpL";
	font-size: 46px;
	font-weight: 400;
	text-align: center;
	letter-spacing: -0.08em;
}

#price-layout h3 span {
	font-family: "SpR";
	font-weight: 600;
}

#price-layout h3:nth-of-type(2) {
	margin: 8% 0 5%;
}

#price-layout > ul {
	margin: -1%;
}

#price-layout > ul > li {
	float: left;
	width: 23%;
	margin: 1%;
	padding: 3%;
	background: #fff;
}

#price-layout > ul.lifting-price > li {
	width: 31.33%;
}

.price-info, .price-title, .price-info-etc {
	text-align: center;
}

.lifting-price li:first-child .price-info {
	margin: 0 0 10px;
}

.price-info > ul > li, .price-info-etc > ul > li > ul > li {
	float: left;
	width: 50%;
}

.lifting-price li:first-child .price-info > ul > li {
	float: left;
	width: 50%;
}

.lifting-price .price-info > ul > li, .lifting-price .price-info-etc > ul > li > ul > li {
	float: none;
	width: 100%;
}

.price-title {
	padding-bottom: 8%;
	border-bottom: 1px solid #e4e4e4;
	font-family: "SpR";
	font-size: 25px;
	font-weight: 600;
	letter-spacing: -0.06em;
}

.price-info-etc > ul {
	margin: 0 0 -14%;
}

.price-box .thumb {
	overflow: hidden;
	max-width: 142px;
	max-height: 142px;
	margin: 0 auto 10%;
	/*border-radius: 100%;
	border: 1px solid #e4e4e4;*/
}

.lifting-price .price-box .thumb {
	max-width: 100%;
	max-height: 100%;
}

.price-box .thumb img {
	max-width: 100%;
}

.price-info-etc > ul > li {
	margin: 14% 0;
}

.price-info h5, .price-info-etc h5 {
	margin: 0 0 3%;
	font-family: "SpR";
	font-size: 25px;
	font-weight: 600;
	letter-spacing: -0.06em;
}

.price-info h5 {
	margin: 0 0 10%;
	padding-bottom: 8%;
	border-bottom: 1px solid #e4e4e4;
}

.price-info-etc h5 {
	color: #000;
	font-family: "SpL";
	font-size: 21px;
	font-weight: 400;
}

.price-info em, .price-info-etc em {
	display: block;
	color: #999;
	font-family: "SpL";
	font-size: 18px;
	font-style: normal;
}

.price-info em span {
	display: block;
	font-size: 15px;
}

.price-info strong, .price-info-etc strong {
	margin: 0 5px 0 0;
	color: #fd4c7e;
	font-family: "SpR";
	font-weight: 600;
	font-size: 43px;
}

.price-info strong.color-lifting, .price-info-etc strong.color-lifting {
	color: #a80e38;
	font-size: 60px;
}

.price-info-etc strong.color-normal {
	color: #000;
}

.price-info > ul > li:first-child em {
	margin: 0 0 17px;
}

.lifting-price .price-info > ul > li:first-child em {
	margin: 0;
}

.lifting-price .price-info > ul > li em.em-point {
	margin: 8px 0 0;
	padding: 0 0 2px;
	color: #e93677;
	text-decoration: underline;
}

.price-info > ul > li span, .price-info-etc > ul > li span, .price-info-etc > ul > li > ul > li span {
	font-weight: 400;
	font-size: 15px;
	vertical-align: 3px;
}


#section-04 {
	padding: 200px 0 115px;
}

.text.text-04 h5 {
	margin: 70px 0 0;
}

#why-list li {
	margin: 150px 0 0;
}

#why-list li:first-child {
	margin: 140px 0 0;
}

#why-list .why-img-pc {
	display: block;
}

#why-list .why-img-mobile {
	display: none;
}


/* footer */

#footer {
	max-width: 1700px;
	margin: 0 auto;
	padding: 30px 0 60px;
	border-top: 2px solid #000;
}

#f-l {
	float: left;
}

#f-l ul {
	font-size: 13px;
	letter-spacing: -0.05em;
}
#f-l li {
	float: left;
	position: relative;
	margin: 0 25px 0 0;
}
#f-l li:after {
	content: "";
	position: absolute;
	top: 50%;
	right: -14px;
	width: 1px;
	height: 11px;
	margin: -5px 0 0;
	background: #dadada;
}
#f-l li:last-child:after {
	display: none;
}
#f-l li a {
	color: #666;
}
#f-l li:first-child a {
	color: #000;
	font-weight: 600;
}
#f-l ul+ul {
	margin: 20px 0 0;
	font-size: 12px;
	color: #888;
}
#f-l ul+ul li {
	float: left;
	position: relative;
	margin: 0 20px 0 0;
}
#f-l ul+ul li:last-child {
	clear: left;
	margin: 10px 0 0;
}
#f-l ul+ul li:after {
	content: "";
	position: absolute;
	top: 50%;
	right: -10px;
	width: 1px;
	height: 9px;
	margin: -5px 0 0;
	background: #dadada;
}
#f-l ul+ul li:nth-child(4):after, #f-l ul+ul li:last-child:after {
	display: none;
}
#f-l ul+ul li span {
	color: #a9a9a9;
}
#f-l ul+ul li em {
	color: #444;
	font-style: normal;
	letter-spacing: 0;
}

#f-r {
	float: right;
}

#f-r div {
	font-family: "SpB";
	font-size: 28px;
}
#f-r ul {
	margin: 10px 0 0;
	font-family: "SpR";
	font-size: 15px;
}
#f-r li {
	margin: 7px 0;
}

#f-r li:after {
	content: "";
	display: block;
	clear: both;
}
#f-r li .time {
	float: left;
	color: #999;
}
#f-r li .day {
	float: right;
	color: #000;
	font-family: "SpB";
}


/* event */

#event-layer {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	min-width: 525px;
	height: 100%;
	z-index: 99999;
}

#event-layer h2 {
	padding: 50px 0 0;
}

#event-layer h2 img {
	max-width: 175px;
}

#event-container {
	position: relative;
	height: 100%;
	background: #fff;
}

#event-container:after {
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.1);
	z-index: -1;
}

#event-body {
	overflow-y: auto;
	overflow: -moz-scrollbars-none;
	-ms-overflow-style: none;
	max-height: 84.2%;
	margin: 10px 0 0;
	padding: 2% 5% 0;
}
#event-body::-webkit-scrollbar {
	width: 0 !important;
}

#event-body li img {
	max-width: 430.5px;
}

#event-body .no-data {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 264px;
	max-height: 169px;
	margin: -135px 0 0 -132px;
}

#event-close {
	position: absolute;
	top: 40px;
	left: -130px;
}

#event-close img {
	max-width: 90px;
}


/* no-data */

.no-data {
	text-align: center;
}

.no-data.no-data-ex {
	padding: 60px 0 100px;
}

.no-data img {
	max-width: 65px !important;
	margin: 0 0 0 -4px;
}

.no-data p {
	margin: 30px 0 0;
	color: #ddd;
	font-family: "SpL";
	font-size: 24px;
	letter-spacing: -0.05em;
}


/* menu-area */

#menu-layer {
	display: none;
	clear: both;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-height: 1080px;
	background: #fff;
	z-index: 99999;
}

#menu-layer .menu-close a:before {
	margin: 0;
	background: #000;
	transform: rotate(45deg) translate(-50%, -50%);
	transform-origin: 0 0;
}

#menu-layer .menu-close a:after {
	width: 40px;
	margin: 0;
	background: #000;
	transform: rotate(-45deg) translate(-50%, -50%);
	transform-origin: 0 0;
}

#menu-container {
	height: 100%;
}

#menu-body {
	overflow-x: auto;
	overflow-y: hidden;
	width: 100%;
	height: 100%;
	padding: 0 0 30px 350px;
	overflow: -moz-scrollbars-none;
	-ms-overflow-style: none;
}

#menu-body::-webkit-scrollbar {
	width: 0 !important;
}

#menu-body > ul {
	position: relative;
	top: calc(50% - 152px);
	transform: translateY(-50%);
	width: 4250px;
}

#menu-body > ul > li {
	float: left;
	text-align: left;
	margin: 0 200px 0 0;
}

#menu-body > ul > li > a {
	color: #f4f4f4;
	font-family: "Uni Sans Heavy";
	font-size: 120px;
	line-height: 96px;
	letter-spacing: 0.05em;
}

#menu-body > ul > li > a:hover {
	color: #463f4d;
	text-decoration: none;
}

#menu-body > ul > li > a span {
	margin: 0 6px;
}

#menu-body > ul > li > ul {
	margin: 50px 0 0;
}

#menu-body > ul > li > ul > li {
	margin: 15px 0;
}

#menu-body > ul > li > ul > li > a {
	color: #999;
	font-family: "SpL";
	font-size: 30px;
	line-height: 31px;
	letter-spacing: -0.05em;
}

#menu-body > ul > li > ul > li > a:hover {
	color: #463f4d;
	text-decoration: none;
}

#mouse-scroll {
	display: block;
	position: absolute;
    bottom: 180px;
    left: 50%;
    transform: translateX(-50%);
}

#mouse-scroll img {
	height: 30px;
	opacity: 0.3;
}

#mouse-scroll span {
	display: block;
	margin: 15px 0 0;
	color: #bbb;
	font-size: 12px;
	letter-spacing: -0.09em;
}


/* tab-menu */

#tab-menu {
	max-width: 1000px;
	margin: 0 auto 35px;
}
#tab-menu.tab-color02, #tab-menu.tab-color03 {
	max-width: 600px;
	margin: 0 auto 50px;
}

#tab-menu ul {
	letter-spacing: -0.06em;
}

#tab-menu li {
	float: left;
	width: 16.66%;
}
#tab-menu.tab-color02 li, #tab-menu.tab-color03 li {
	width: 50%;
}

#tab-menu li a {
	display: block;
	padding: 15px 0 16px;
	border: 1px solid #e4e4e4;
	border-left: 0;
	color: #666;
	text-align: center;
	background: #fafafa;
}

#tab-menu li:first-child a {
	border-left: 1px solid #e4e4e4;
}

#tab-menu li.active a {
	margin: 0 0 0 -1px;
	color: #fff;
	background: #21b19f;
	border-color: #21b19f;
}
#tab-menu li.active:first-child a {
	margin: 0;
}

#tab-menu.tab-color01 li.active a {
	background: #fd4c7e;
	border-color: #fd4c7e;
}
#tab-menu.tab-color02 li.active a {
	background: #fd4c7e;
	border-color: #fd4c7e;
}
#tab-menu.tab-color03 li.active a {
	background: #f87210;
	border-color: #f87210;
}


/* owl-slide */

#specific-list-container {
	position: relative;
	max-width: 1280px;
	margin: 0 auto;
	padding: 3% 15% 0;
	background: #fff;
}

.owl-carousel .owl-nav {
	position: absolute;
    top: 40%;
    transform: translateY(-50%);
	width: 100%;
}

.owl-carousel .owl-nav button.owl-prev {
	position: absolute;
	left: -15%;
}

.owl-carousel .owl-nav button.owl-prev span {
	display: block;
	width: 51px;
	height: 100px;
	background: url(../img/common/icon_arrow_prev.png) no-repeat 50% 50%;
	font-size: 0;
}

.owl-carousel .owl-nav button.owl-next {
	position: absolute;
	right: -15%;
}

.owl-carousel .owl-nav button.owl-next span {
	display: block;
	width: 51px;
	height: 100px;
	background: url(../img/common/icon_arrow_next.png) no-repeat 50% 50%;
	font-size: 0;
}