<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* conceptArea
--------------------------- */
.conceptArea{
	background: url("../images/mainCtsBg.jpg") repeat-x;
	background-size: cover;
}
.conceptInner {
	padding: 160px 0 100px;
}
.conceptInner .pageTit{
	width: 675px;
}
.pageTit {
	margin: 0 auto;
	position: relative;
}
.pageTit span {
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 0.3rem;
	position: relative;
	text-align: center;
	display: block;
	margin: 40px 0 0 0;
}
.pageTit span.bTit{
	color: #694133;
}
.pageTit span.bTit:before{
	content: '';
	width: 60px;
	height: 1px;
	position: absolute;
	top: -20px;
	left: 50%;
	margin: 0 0 0 -30px;
	border-top: 1px solid #694133;
}
.pageSubCopy{
	margin: 9px auto 3px  auto;
	text-align: center;
	font-size: 2.2rem;
	font-weight: 600;
	color: #694133;
	letter-spacing: 0.25rem;
	line-height: 5rem;
}

.conceptDetail {
	margin: 50px 0 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.conceptDetail p{
	width: 60%;
	font-size: 1.8rem;
	font-weight: 600;
	color: #ca925a;
	letter-spacing: 0.25rem;
	line-height: 5rem;
}
.conceptDetail img{
	width: 30%;
}
.conceptThum {
	margin: 75px 0 0;
}
.conceptThum ul {
	display: flex;
	justify-content: space-between;
}
.conceptThum ul li{
	width: 31%;
}
.conceptThum ul li img {
	border: 4px solid #fff;
}
.conceptThumTit{
	color: #694133;
	font-size: 1.8rem;
	font-weight: 600;
	padding: 3px 0 3px 18px;
	letter-spacing: 0.3rem;
	margin: 0 0 10px 0;
	border-left: #694133 1px solid;
	line-height: 2.5rem;
}
p.conceptThumDetail {
	font-weight: 600;
	margin: 15px 0 0 0;
}
a.mainBtn{
	color: #fff;
	padding: 19px;
	position: relative;
	width: 25%;
	margin: 50px auto 0;
	letter-spacing: 0.3rem;
	transition: 0.3s;
	z-index: 0;
	display: block;
	text-align: left;
	background: #694133;
}
a.mainBtn:hover {
	color: #694133;
}
a.mainBtn:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	content: '';
	background: #fff;
	transform-origin: right top;
	transform: scale(0, 1);
	transition: transform .3s;
}
a.mainBtn:hover:before {
	transform-origin: left top;
	transform: scale(1, 1);
}
a.mainBtn:after{
	width: 7px;
	height: 7px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right: 14px;
	content: "";
	vertical-align: middle;
	top: 50%;
	margin-top: -5px;
}
a.mainBtn:hover:after{
	border-top: 1px solid #694133;
	border-right: 1px solid #694133;
}
@media screen and (max-width:767px){
	.conceptInner {
		padding: 100px 20px 50px;
	}
	.conceptInner .pageTit{
		width:87%;
	}
	.conceptDetail {
		flex-direction: column;
		margin: 40px 0 0;
	}
	.conceptDetail p {
		width: 100%;
		font-size: 1.6rem;
		line-height: 2.8rem;
		letter-spacing: 0.1rem;
	}
	.pageTit span {
		font-size: 1.2rem;
		margin: 20px 0 0 0;
	}
	.pageTit span.bTit:before {
		content: '';
		width: 40px;
		top: -10px;
		margin: 0 0 0 -20px;
	}
	.pageSubCopy{
	margin: 12px auto 0px  auto;
	font-size: 1.8rem;
	letter-spacing: 0.25rem;
	line-height: 2.8rem;
	}	
	
	.conceptDetail img {
		width: 70%;
		margin: 20px 0 0 0;
	}
	.conceptThum ul {
		flex-direction: column;
	}
	.conceptThum ul li {
		width: 100%;
	}
	.conceptThum ul li:not(:last-child) {
		margin: 0 0 30px 0;
	}
	.conceptThumTit {
		font-size: 2rem;
		line-height: 3rem;
		letter-spacing: 0.2rem;
		padding: 1px 0 1px 12px;
	}
	p.conceptThumDetail {
		margin: 7px 0 0 0;
	}
	a.mainBtn {
		width: 80%;
	}
}

/* lineUpArea
--------------------------- */
.lineUpInner {
	padding: 100px 0;
}
.lineUpInner .pageTit{
	width: 310px;
}
.pageTit span.yTit{
	color: #ca925a;
}
.pageTit span.yTit:before{
	content: '';
	width: 60px;
	height: 1px;
	position: absolute;
	top: -20px;
	left: 50%;
	margin: 0 0 0 -30px;
	border-top: 1px solid #ca925a;
}
.lineUpList {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin: 50px 0 0 0;
}
.lineUpList li:nth-child(-n+3){
	width: 50%;
	/* height: 204px; */
	overflow: hidden;
}
.lineUpList li:nth-child(3){
	margin: 20px 0 0 0;
}
.lineUpList li:nth-child(4){
	width: 55%;
	margin: 16px 0 0 0;
}
.lineUpList li a{
	display: inline-block;
	transition: .3s;
}
.lineUpList li a:hover{
	opacity: 0.8;
}
.variationImg{
	margin: 65px 0 0 0;
	border: 4px solid #ca925a
}
@media screen and (max-width:767px){
	.lineUpInner .pageTit {
		width: 36%;
	}
	.lineUpInner {
		padding: 50px 20px;
	}
	.pageTit span.yTit:before {
		content: '';
		width: 40px;
		top: -10px;
		margin: 0 0 0 -20px;
	}
	.lineUpList {
		margin: 40px 0 0 0;
		flex-direction: column;
	}
	.lineUpList li:nth-child(-n+3),
	.lineUpList li:nth-child(4){
		width:100%;
		height: auto;
	}
	.lineUpList li:nth-child(-n+3){
		margin:0 0 10px 0;
	}
	.lineUpList li:nth-child(4){
		margin: 0 0 0 0;
	}
	.variationImg {
		margin: 50px 0 0 0;
		padding: 15px 0
	}
}

/* movieArea
--------------------------- */
.movieArea{
	background: url("../images/mainCtsBg.jpg") repeat-x;
	background-size: cover;
}
.movieInner {
	padding: 100px 0;
}
.movieInner .pageTit{
	width: 290px;
}
.movieList{
	margin: 65px 0 0 0;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.movieList li {
	/*width: 24%; *//* 4コ */
	width: 30%;/* 3コ */
}
.movieList li a{
	display: block;
}
.movieList li a img{
	border:4px #fff solid;
}
.movieList li a figure{
	position: relative;
}
.movieList li a figure:after {
	content: '';
	width: 80px;
	height: 80px;
	position: absolute;
	background: url("../images/movieIcon.png") no-repeat;
	background-size: contain;
	left: 50%;
	top: 50%;
	margin: -40px 0 0 -40px;
	z-index: 1;
}

.movieList li a span{
	font-size: 1.8rem;
	letter-spacing: 0.1rem;
	color: #694133;
	display: block;
	text-align: center;
	margin: 15px 0 0 0;
}
@media screen and (max-width:767px){
	.movieInner{
		padding: 50px 20px;
	}
	.movieInner .pageTit{
		width: 31%;
	}
	.movieList {
		margin: 40px 0 0 0;
		flex-direction: column;
	}
	.movieList li{
		width: 100%;
	}
	.movieList li:not(:last-child){
		margin: 0 0 30px 0;
	}
	.movieList li a span {
		font-size: 1.6rem;
		margin: 10px 0 0 0;
		letter-spacing: 0.2rem;
	}
}
</pre></body></html>