#page-description {
	text-align: right !important;
}

#main-img {
	height: 800px;
	background-color: #000;
}

#main-img .inner {
	position: relative;
	height: 800px;
	opacity: 0;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}

#main-img .inner.main-img-anim {
	opacity: 1;
}

#main-img .txt {
	position: absolute;
	left: 48px;
	top: 48px;
	color: #fff;
	font-size: 20px;
}

#main-img .catch-wap {
	position: absolute;
	left: 0px;
	width: 100%;
	text-align: center;
	opacity: 0;
}

#main-img .catch-ja {
	color: #fff;
	font-size: 16px;
}

#main-img .catch-en {
	display: inline-block;
	/*bottom: 20%;*/
	padding: 12px 12px;
	/*border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;*/
	color: #fff;
	font-size: 42px;
	text-align: center;
	line-height: 1.5em;
	letter-spacing: 0.2em;
	font-feature-settings: normal;
}

#main-img .catch-wap.catch-en-anim {
	-webkit-animation: catch-en-anim 1s ease-in-out forwards;
	-o-animation: catch-en-anim 1s ease-in-out forwards;
	animation: catch-en-anim 1s ease-in-out forwards;
}

@keyframes catch-en-anim {
	0% {
		bottom: 20%;
		opacity: 0;
	}

	100% {
		bottom: 17%;
		opacity: 1;
	}
}

#main-img catch-wap .catch-en .txt-2 {
	display: inline-block;
	visibility: hidden;
}

.textSplitLoad {
	display: none;
}

#main-img .logo-box {
	position: absolute;
	left: 48px;
	top: 48px;
}

#main-img .logo-box img {
	width: 270px;
	height: auto;
}

.main {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 800px;
	background-image: url(../img/main-img-1.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	opacity: .3;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}

.main.main-anim {
	opacity: 1;
}

.smoke {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 800px;
	background-image: url(../img/main-img-smoke.png);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center bottom;
	animation: leftSlide 60s linear infinite;
}

.highlight {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 800px;
	background-image: url(../img/highlight.png);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	opacity: 0;
	zoom:1; /*IE*/
}

@keyframes leftSlide {
	0% {
		opacity: 0;
		background-position: 0px 0px;
	}
	5% {
		opacity: 1;
	}

	35% {
		opacity: 1;
	}
	50% {
		opacity: .3;
	}
	65% {
		opacity: 1;
	}

	95% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		background-position: 2000px 0px;
	}
}

/* mainここから */

/* main */
#main {
	background-color: #f8f7ec;
	padding-top: 40px;
}

/* intro */
#main .ttl-1 {
	margin: 0 0 24px 0;
	line-height: 1.4em;
	font-size: 22px;
	font-weight: bold;
}

#main .section-1 .intro-box {
	overflow: hidden;
	margin-top: 28px;
}

#main .section-1 .intro-box .english-ttl {
	width: 30%;
	line-height: 1;
	font-size: 24px;
	font-weight: bold;
	float: left;
}

#main .section-1 .intro-box p:nth-child(2) {
	width: 70%;
	font-size: 16px;
	float: right;
}

.line-1 {
	height: 1px;
	background-color: #111;
}

/* intro */

#main .work-info {
	margin: 36px 20px 0 20px;
	overflow: hidden;
	background-color: #fff;
}

#main .work-info .img-box-1 {
	width: 36%;
	height: 600px;
	background-image: url(../img/lead-img-1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	float: left;
}

#main .work-info .img-box-2 {
	width: 64%;
	height: 300px;
	background-image: url(../img/lead-img-2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	float: left;
}

#main .work-info h2 {
	padding-left: 20px;
}

#main .work-info .txt-box {
	width: 50%;
	float: left;
	margin-top: 28px;
}

#main .work-info .txt-box .txt-1 {
	margin: 24px 0 0 0;
	padding-left: 28px;
}

.g-nav-box {
}

/* section-2 */

/* section-3 */

.section-3 {
	background-color: #000;
}

/* news-box */

.section-3 .news-box {
	color: #fff;
	overflow: hidden;
	padding: 48px 0;
}

.section-3 .news-box .ttl-2 {
	width: 16%;
	background-color: #a3864b;
	font-family: "Patua One", serif;
	font-size: 18px;
	text-align: center;
	padding: 10px;
	margin-right: 8%;
	float: left;
}

.section-3 .news-box .arrival-box {
	overflow: hidden;
}

.section-3 .news-box .txt-box-2 {
	width: 100%;
	float: left;
	clear: both;
	margin: 0 0 24px 0;
	padding: 0 0 18px 0;
	border-bottom: 1px solid rgba(255,255,255,.3);
}

.section-3 .news-box .txt-box-2 p.date {
	font-family: "Patua One", serif;
	font-size: 22px;
	margin-right: 28px;
	float: left;
}

.section-3 .news-box .txt-box-2 p.date span {
	font-size: 24px;
}

.section-3 .news-box .txt-box-2 p.date span.year {
	display: block;
	font-size: 20px;
	text-align: right;
}

.section-3 .news-box .txt-box-2 p:nth-child(2) {
	float: left;
}
