@charset "utf-8";

#top #wrapper {
	height: 100%;
}
#top .field {
	overflow: hidden;
}
#bgMovie {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 2;
}
#bgMovie .bgMovieInner {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(/common/images/mv_mask.png) no-repeat center center;
	z-index: 3;
}
#bgMovie .bgMovieInner .field {
	width: 100%;
	height: 100%;
	z-index: 4;
}
#bgMovie .bgMovieInner .logo {
	position: absolute;
	top: 17.5%;
	left: 50%;
	width: 280px;
	height: 184px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 5;
}
#bgMovie .bgMovieInner .model {
	position: absolute;
	top: 0;
	left: 50%;
	width: auto;
	height: 100%;
	background: url(/common/images/mv_ornaments.png) no-repeat center center;
	background-size: 75% auto;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	z-index: 6;
}
#bgMovie .bgMovieInner .model img {
	display: block;
	height: 100%;
	width: auto;
}
#bgMovie .bgMovieInner .copy {
	position: absolute;
	width: 850px;
	height: 230px;
	top: 75%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 7;
}
#bgMovie .bgMovieInner .copy .pc {
	display: block;
}
#bgMovie .bgMovieInner .copy .sp {
	display: none;
}
#bgMovie .bgMovieInner .scroll {
	position: absolute;
	width: 50px;
	height: 50px;
	padding: 15px;
	bottom: 5%;
	left: 50%;
	border-radius: 50%;
	background-color: rgba(255, 250, 60, 0.9);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	z-index: 8;
}
@media only screen and (max-width:1215px) {
	#bgMovie {
		background-color: transparent;
		background: url(/common/images/mv_animeBg.gif) no-repeat center center;
		background-size:cover;
	}
	#bgMovie .bgMovieInner .logo {
		top: 18.5%;
		width: 220px;
		height: 144px;
	}
	#bgMovie .bgMovieInner .model {
	}
	#bgMovie .bgMovieInner .copy {
		width: 85%;
		height: auto;
		top: 72.5%;
	}
	#bgMovie .bgMovieInner .scroll {
		width: 46px;
		height: 46px;
		padding: 13px;
		bottom: 5%;
	}
}
@media only screen and (max-width:768px) {
	#bgMovie .bgMovieInner .logo {
		top: 15%;
		width: 280px;
		height: 184px;
	}
	#bgMovie .bgMovieInner .copy {
		width: 95%;
	}
}
@media only screen and (max-width:480px) {
	#bgMovie .bgMovieInner .logo {
		top: 15%;
		width: 180px;
		height: 118px;
	}
	#bgMovie .bgMovieInner .copy .pc {
		display: none;
	}
	#bgMovie .bgMovieInner .copy .sp {
		display: block;
	}
	#bgMovie .bgMovieInner .model {
		height: 72.5%;
		overflow: hidden;
	}
	#bgMovie .bgMovieInner .copy {
		width: 110%;
	}
	#bgMovie .bgMovieInner .scroll {
		width: 42px;
		height: 42px;
		padding: 12px;
		bottom: 3.5%;
	}
}

.image-base {
	min-height: 800px;
	background-position: center center;
	background-size: cover;
}
.image01 {
	background: url(/common/images/indexSectionBg01_02.jpg) no-repeat fixed;
	background-position: center center;
	background-size: cover;
}
.image02 {
	background: url(/common/images/indexSectionBg02_1.jpg) no-repeat fixed;
	background-position: center top;
	background-size: cover;
}
@media only screen and (max-width:1215px) {
	.image01 {
		background-position: center center;
	}
}
@media only screen and (max-width:768px) {
	.image-base {
		min-height: 100%;
	}
	.image01 {
		background: url(/common/images/secBgSp1.jpg) repeat;
		background-position: center center;
	}
	.image02 {
		background: none;
	}
	#section2:before {
		content:"";
		display:block;
		position:fixed;
		top:0;
		left:0;
		z-index: -1;
		width: 100%;
		height: 100vh;
		background-size:cover;
		background-position: center center;
	}
	#section2.bgA:before{
		background-image: url(/common/images/indexSectionBg02_1_sp.jpg);
	}
}
@media only screen and (max-width:480px) {
	#section2:before{
		background-position: center center;
	}
}

.sectionInner {
	width: 1000px;
	height: auto;
	margin: 0 auto;
	padding: 5% 0;
}
@media only screen and (max-width:1215px) {
	.sectionInner {
		width: 95%;
	}
}
@media only screen and (max-width:480px) {
	.sectionInner {
		width: 90%;
	}
}


#section1 {
	position: relative;
}
#section1 .infoMovieArea {
	position:relative;
	width: 50%;
	height:0;
	padding-top:28.0%;
}
#section1 .infoMovieArea iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
#section1 p {
	margin: 2em 0;
	font-size: 16px;
	line-height: 2;
	color: #6b4d75;
}
#section1 p span {
	background-color: rgba(255, 255, 255, 1);
	padding: 4px;
}
@media only screen and (max-width:1215px) {
	#section1 .infoMovieArea {
		margin: 0 auto;
		width: 75%;
		padding-top: 45.5%;
	}
	#section1 p {
		margin: 1.75em 0;
		font-size: 15px;
		text-align: center;
	}
}
@media only screen and (max-width:480px) {
	#section1 .infoMovieArea {
		width: 100%;
		padding-top:75%;
	}
	#section1 p {
		margin: 1.5em 0;
	}
}

#section2 {
	position: relative;
}
#section2 h2 {
	padding: 220px 0 0 0;
	background: url(/common/images/topics_title.png) no-repeat center top;
	background-size: 200px 200px;
	font-size: 16px;
	letter-spacing: 1em;
	text-indent: 1em;
	text-align: center;
}
#section2 .centerSlick li {
	position: relative;
}
#section2 .centerSlick li .innerText {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	color: #fff;
	text-align: center;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
#section2 .centerSlick li .innerText dl {
	padding: 0 15px;
}
#section2 .centerSlick li .innerText dl dt {
	font-size: 15px;
	line-height: 2;
}
#section2 .centerSlick li .innerText dl dd {
	font-size: 15px;
	line-height: 1.6;
}
#section2 .centerSlick li .btn {
	position: absolute;
	bottom: 10%;
	right: 0;
	left: 0;
	text-align: center;
}
#section2 .centerSlick li .btn a {
	padding: 0 50px;
}
@media only screen and (max-width:1215px) {
	#section2 h2 {
		padding: 190px 0 0 0;
		background-size: 175px 175px;
	}
	#section2 .centerSlick li .innerText dl dt {
		font-size: 14px;
	}
}
@media only screen and (max-width:768px) {
	#section2 h2 {
		padding: 160px 0 0 0;
		background-size: 150px 150px;
	}
	#section2 .centerSlick li .innerText dl dt {
		font-size: 14px;
	}
}
@media only screen and (max-width:480px) {
	#section2 h2 {
		padding: 140px 0 0 0;
		background-size: 130px 130px;
	}
}

#slickArea {
	margin: 5% auto 0 auto;
	width: 880px;
	overflow: visible;
}
#slickArea .slick-slider .slick-track > li,
#slickArea .slick-slider .slick-list > li {
	margin: 0 10px;
}
#slickArea .colorfilter-base {
	display: inline-block;
	background-color: #000;
	border: 5px solid #fff;
}
#slickArea .slick-prev:before,
#slickArea .slick-next:before {
	color: #fff;
}
@media only screen and (max-width:1215px) {
	#slickArea {
		width: 90%;
	}
}
@media only screen and (max-width:768px) {
	#slickArea {
		width: 85%;
	}
}
@media only screen and (max-width:480px) {
	#slickArea {
		width: 80%;
	}
}


.modaal-wrapper h3 {
	font-size: 24px;
	line-height: 1.75;
	text-align: center;
}
.modaal-wrapper h4 {
	font-size: 16px;
	line-height: 1.75;
	text-align: center;
	margin-bottom: 25px;
}
.modaal-wrapper p {
	font-size: 18px;
	line-height: 2;
	text-align: left;
}
.modaal-wrapper img {
	width: 48.5%;
	height: auto;
}
@media only screen and (max-width:1215px) {
	.modaal-wrapper h3 {
		font-size: 22px;
	}
	.modaal-wrapper h4 {
		font-size: 15px;
		margin-bottom: 20px;
	}
	.modaal-wrapper p {
		font-size: 16px;
	}
	.modaal-wrapper img {
		width: 48.5%;
		height: auto;
	}
}
@media only screen and (max-width:768px) {
	.modaal-wrapper h3 {
		font-size: 20px;
	}
	.modaal-wrapper h4 {
		font-size: 15px;
		margin-bottom: 20px;
	}
	.modaal-wrapper p {
		font-size: 15px;
	}
	.modaal-wrapper img {
		width: 100%;
		height: auto;
	}
}
