<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*----------------------------------------
	CONCEPT CSS

	- #main_img
	- #intro_sec
	- #sec_bgimg
	- #premium_sec

-----------------------------------------*/

:root {
	--main_color: #2b665e;
}

.w1200 {
	max-width: 1200px;
}


/*============================
#main_img
============================*/
#main_img {
	background: url("../img/concept/main_img.jpg") no-repeat;
	background-size: cover;
	background-position: 100% center;
}
#main_img::before {
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform : translateY(-50%);
	transform : translateY(-50%);
	left: 0;
	background: rgb(0 0 0 / 29%);
	width: 474px;
	height: 172px;
	mix-blend-mode: multiply;
}
@media only screen and (max-width: 768px){
#main_img {
	background-position: 75% center;
}
#main_img::before {
	width: 210px;
	height: 90px;
}
}



/*============================
#intro_sec
============================*/
#intro_sec {
	padding: 78px 0 0;
	background: url("../img/concept/bg01.jpg") no-repeat;
	background-size: cover;
}
#intro_sec .contents {
 	display:-webkit-box;
 	display:-webkit-flex;
 	display:-ms-flexbox;
 	display: flex;
 	justify-content: space-between;
 	/* align-items: center; */
}
#intro_sec h3 {
	font-size: 49.3px;
	font-weight: normal;
	letter-spacing: 0.1em;
	color: var(--main_color);
	margin: 75px 0 50px;
	/* white-space: nowrap; */
}
#intro_sec h3 span {
	font-size: 19px;
	display: block;
	color: #686868;
	letter-spacing: 0.05em;
	position: relative;
	width: fit-content;
	padding: 0 calc(73.01px + 1em);
	margin: 20px auto 0;
}
#intro_sec h3 span::before,
#intro_sec h3 span::after {
	content: "";
	width: 73.01px;
	height: 1px;
	display: inline-block;
	background-color: #366c66;
	position: absolute;
	top: 51%;
	-webkit-transform : translateY(-50%);
	transform : translateY(-50%);
}
#intro_sec h3 span::before {
	left: 0;
}
#intro_sec h3 span::after {
	right: 0;
}
#intro_sec .txt_area {
	width: 50%;
}
#intro_sec .txt {
	font-size: 20px;
	line-height: 2;
	color: var(--main_color);
	letter-spacing: 0.12em;
	/* white-space: nowrap; */
	margin-bottom: 170px;
}
#intro_sec .img_area {
	width: 48.08%;
	margin-right: 1.6%;
}
@media only screen and (max-width: 850px){
#intro_sec .contents {
	display: block;
}
#intro_sec .txt_area {
	width: 100%;
}
#intro_sec .txt {
	margin-bottom: 30px;
}
#intro_sec .img_area {
	width: 100%;
}
}
@media only screen and (max-width: 768px){
#intro_sec {
	padding: 40px 0 0;
}
#intro_sec h3 {
	font-size: 25px;
	margin: 0 auto 25px;
}
#intro_sec h3 span {
	font-size: 13px;
	letter-spacing: 0.05em;
	padding: 0 calc(32px + 1em);
	margin-top: 10px;
}
#intro_sec h3 span::before,
#intro_sec h3 span::after {
	width: 32px;
}
#intro_sec .txt {
	font-size: 14px;
}
}



/*============================
#sec_bgimg
============================*/
#sec_bgimg img {
	width: 100%;
}



/*============================
#premium_sec
============================*/
#premium_sec {
	padding: 138px 0 122px;
	background: url("../img/concept/bg02.jpg") no-repeat;
	background-size: cover;
	margin-bottom: 88px;
}
#premium_sec h3 {
	font-size: 32px;
	color: #fff;
	letter-spacing: 0.16em;
	font-weight: normal;
	text-align: center;
	margin-bottom: 57px;
}
#premium_sec h3 span {
	font-size: 18px;
	display: block;
	color: #d1bc8b;
	margin-bottom: 15px;
}
#premium_sec .txt {
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	line-height: 2.25;
	margin-bottom: 81px;
	letter-spacing: 0.16em;
}
#premium_sec .img_area {
	/*max-width: 1505px;*/
	/*margin-left: 5%;*/
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-left: 5%;
	margin-right: 0.93%;
}
#premium_sec .img_area .left {
	width: 53.62%;
	/*margin-left: 5%;*/
}
#premium_sec .img_area .left .img:nth-child(1) {
	margin-bottom: 58px;
}
#premium_sec .img_area .left .img:nth-child(2) {
	width: 79.05%;
	margin-left: auto;
}
#premium_sec .img_area .right {
	width: 41.52%;
	/*margin-right: 0.93%;*/
}
#premium_sec .img_area .img {
	position: relative;
	-webkit-filter:drop-shadow(0px 0px 8px rgba(0, 0, 0, 1));
	-moz-filter:drop-shadow(0px 0px 8px rgba(0, 0, 0, 1));
	-ms-filter:drop-shadow(0px 0px 8px rgba(0, 0, 0, 1));
	filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 1));
	will-change: filter;
}
#premium_sec .img_area .img img {
	width: 100%;
}
#premium_sec .img_area .img .caption01 {
	position: absolute;
	right: 10px;
	bottom: 15px;
	color: #fff;
	font-size: 12px;
}
@media only screen and (max-width: 768px){
#premium_sec {
	padding: 70px 0 60px;
	margin-bottom: 45px;
}
#premium_sec h3 {
	font-size: 20px;
	margin-bottom: 30px;
}
#premium_sec h3 span {
	font-size: 12px;
	margin-bottom: 7.5px;
}
#premium_sec .txt {
	font-size: 14px;
	width: 90%;
	margin: 0 auto 30px;
}
#premium_sec .img_area {
	display: block;
	margin: 0 auto;
	width: 90%;
}
#premium_sec .img_area .left {
	width: 100%;
}
#premium_sec .img_area .left .img:nth-child(1) {
	margin-bottom: 30px;
}
#premium_sec .img_area .left .img:nth-child(2) {
	width: 100%;
	margin-bottom: 30px;
}
#premium_sec .img_area .right {
	width: 100%;
}
#premium_sec .img_area .img .caption01 {
	right: 5px;
	bottom: 5px;
	font-size: 11px;
}
}
</pre></body></html>