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

@import url('https://fonts.googleapis.com/css2?family=Bellefair&amp;family=Cinzel&amp;display=swap');

/*=======================================
	base
=======================================*/


/* wide */
.w1200 {
	max-width: 1200px;
	width: 90%;
	margin: auto;
}


/*=======================================
	access_wrap
=======================================*/
/* page_title */
#concept_wrap .page_title.concept {
    background: none;
    background-size: cover;
    padding: 49px 0 55px;
    position: relative;
    margin: 0;
}
#concept_wrap .page_title.concept h2 {
    color: #fff;
    /* position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
    font-size: 72px;
    text-shadow: 4px 4px 9px #000;
}
#concept_wrap .page_title.concept h2 span{
    font-size: 24px;
    margin-top: -5px;
}

@media screen and (max-width: 768px) {
#concept_wrap .page_title.concept {
    /* height: 200px; */
    }
    #concept_wrap .page_title.concept h2 {
        font-size: 36px;
    }
    #concept_wrap .page_title.concept h2 span{
        font-size: 16px;
    }
}

.concept_bg{
	background: url(../img/concept/bg01.jpg) no-repeat center top;
	background-size: 100%;
}
@media screen and (max-width: 768px) {
	.concept_bg{
		background: url(../img/concept/bg01.jpg) no-repeat center top;
		background-size: 180%;
	}
}

/*============================
#concept_intro
============================*/
.concept_bg #concept_intro {
	padding: 20px 0 100px 0;
	max-width: 1200px;
	margin: 0 auto;
	width: 90%;
}
.concept_bg #concept_intro .catch01 {
	width: 57.75%;
	margin: 0 auto 40px;
}
.concept_bg #concept_intro .catch02 {
	width: 78.25%;
	margin: 0 auto 80px;
}
.concept_bg #concept_intro .bt {
	margin: 0 0 65px 0;
	display: flex;
	justify-content: center;
	gap: 5%;
}
.concept_bg #concept_intro .bt li {
	width: 16.25%;
	mix-blend-mode:multiply;
}
.concept_bg #concept_intro .bt li a {
	transition:all 0.3s ease-in-out;
}
.concept_bg #concept_intro .bt li a:hover {
	transition:all 0.3s ease-in-out;
}
.concept_bg #concept_intro .text {
	font-size: 20px;
	text-align: center;
	line-height: 1.9;
	text-shadow: 0px 0px 6px #FFF, 0px 0px 6px #FFF, 0px 0px 6px #FFF;
    font-weight: bold;
}
@media screen and (max-width: 768px) {
	.concept_bg #concept_intro {
		padding: 30px 0 60px 0;
		margin: 0 auto;
	}
	.concept_bg #concept_intro .catch01 {
		width: 100%;
		margin: 0 auto 40px;
	}
	.concept_bg #concept_intro .catch02 {
		width: 100%;
		margin: 0px auto 30px;
	}
	.concept_bg #concept_intro .bt {
		margin: 0 0 35px 0;
		display: flex;
		justify-content: center;
		gap: 5%;
	}
	.concept_bg #concept_intro .bt li {
		width: 30.25%;
	}
	.concept_bg #concept_intro .text {
		font-size: 15px;
		line-height: 1.7;
		letter-spacing: -0.03em;
	}
}



/*============================
#concept_area1
============================*/
.concept_bg #concept_area1 {
	max-width: 1200px;
	margin: 0 auto 240px;
	width: 90%;
	margin-top:-130px;
  padding-top:130px;
}
.concept_bg .st {
	margin: 0 auto 60px;
	width: 25.08%;
}
.concept_bg .point {
	max-width: 924px;
	margin: 0 auto;
	display: flex;
	gap: 2%;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 40px 0 60px 0;
}
.concept_bg .point li {
	width: 49%;
	margin: 0 0 20px 0;
	max-width: 451px;
}
@media screen and (max-width: 768px) {
	.concept_bg #concept_area1 {
		max-width: 1200px;
		margin: 0 auto 240px;
		width: 90%;
		margin-top:-140px;
		padding-top:140px;
	}
	.concept_bg .st {
		margin: 0 auto 40px;
		width: 48.08%;
	}
	.concept_bg .point {
		max-width: 920px;
		margin: 0 auto;
		display: block;
		padding: 0 0px 30px 0;
	}
	.concept_bg .point li {
		width: 90%;
		max-width: 90%;
		margin: 0 auto 15px;
	}
}


.concept_bg .photo_area {
	max-width: 1200px;
	margin: 0 auto;
	width: 90%;
}
.concept_bg .photo_area .big {
	position: relative;
	margin-bottom: 30px;
}
.concept_bg .photo_area .cap {
	position: absolute;
	bottom: 10px;
	right: 10px;
	color: #FFF;
	text-shadow: 0 0 15px #555555;
	width: auto;
	font-size: 16px;
	letter-spacing: 0.05em;
}
.concept_bg .photo_area .col2 div {
	position: relative;
}
.concept_bg .photo_area .col2 {
	display: flex;
	margin: 0 0 40px 0;
	gap: 3%;
}
.concept_bg .photo_area .text {
	text-align: center;
	font-size: 18px;
	line-height: 1.9;
	margin-bottom: 80px;
}
.concept_bg .photo_area .text span {
	font-size: 12px;
}
@media screen and (max-width: 768px) {
	.concept_bg .photo_area {
		max-width: 1200px;
		margin: 0 auto;
	}
	.concept_bg .photo_area .big {
		position: relative;
		margin-bottom: 20px;
	}
	.concept_bg .photo_area .cap {
		position: absolute;
		bottom: 10px;
		right: 10px;
		color: #FFF;
		text-shadow: 0 0 15px #555555;
		width: auto;
		font-size: 12px;
	}
	.concept_bg .photo_area .col2 div {
		position: relative;
		margin: 0 0 15px 0;
	}
	.concept_bg .photo_area .col2 {
		display: block;
		margin: 0 0 40px 0;
	}
	.concept_bg .photo_area .text {
		text-align: left;
		font-size: 14px;
		line-height: 1.9;
		margin-bottom: 40px;
	}
	.concept_bg .photo_area .text span {
		font-size: 11px;
	}
}




.concept_bg .banner_area {
	max-width: 1200px;
	margin: 0 auto;
	width: 90%;
}
.concept_bg .banner_area h3 {
	font-family: 'Bellefair', serif;
	font-family: 'Cinzel', serif;
	font-size: 25px;
	text-align: center;
	margin-bottom: 20px;
}
.concept_bg .banner_area ul {
	display: flex;
	justify-content:center;
	max-width: 1000px;
	flex-wrap: wrap;
	margin: 0 auto 80px;
}
.concept_bg .banner_area ul li {
	border-right: #be934f solid 1px;
	border-bottom: #be934f solid 1px;
	width: 50%;
}
.concept_bg .banner_area ul li:nth-child(2) {
	border-right:none;
}
.concept_bg .banner_area ul li:nth-child(3) {
	border-bottom:none;
}
.concept_bg .banner_area ul li:nth-child(4) {
	border-bottom:none;
	border-right:none;
}
.concept_bg .banner_area ul li a {
	transition:all 0.3s ease-in-out;
}
.concept_bg .banner_area ul li img {
	object-fit: cover;
	height: 200px;
}

.concept_bg .banner_area ul li a:hover {
	transition:all 0.3s ease-in-out;
}


@media screen and (max-width: 768px) {
	.concept_bg .banner_area {
		max-width: 1200px;
		margin: 0 auto;
		width: 90%;
	}
	.concept_bg .banner_area h3 {
		font-family: 'Bellefair', serif;
		font-family: 'Cinzel', serif;
		font-size: 21px;
		text-align: center;
		margin-bottom: 20px;
	}
	.concept_bg .banner_area ul {
		display:block;
		max-width: 1000px;
		margin: 0 auto 0px;
	}
	.concept_bg .banner_area ul li {
		border-right:none;
		border-bottom: #be934f solid 1px;
		width: auto;
	}
	.concept_bg .banner_area ul li:nth-child(2) {
		border-right:none;
	}
	.concept_bg .banner_area ul li:nth-child(3) {
		border-bottom: #be934f solid 1px;
	}
	.concept_bg .banner_area ul li:nth-child(4) {
		border-bottom:none;
		border-right:none;
	}
	.concept_bg .banner_area ul li img {
		object-fit:inherit;
		height: auto;
	}
}




/*============================
#concept_area2
============================*/
.concept_bg #concept_area2 {
	background: url(../img/concept/bg02.jpg) no-repeat center top;
	background-size: 100%;
	padding: 80px 0 80px 0;
	margin-top:-130px;
  padding-top:130px;
}
@media screen and (max-width: 768px) {
	.concept_bg #concept_area2 {
		background: url(../img/concept/bg02.jpg) no-repeat center top;
		background-size: 180%;
		margin-top:-140px;
  	padding-top:140px;
	}

}
</pre></body></html>