/* top.css
=====================================================

01.Import
02.Contents
03.Concept
05.Style
05.Staff
06.Access

===================================================== */
/* 01.Import
===================================================== */
/* _mixin.scss
=====================================================

01.Variable
02.Function
03.Font
04.Mixin

===================================================== */
/* 01.Variable
===================================================== */
/* _variables.scss
=====================================================

01.Font
02.Color
03.Layout

===================================================== */
/* 01.Font
===================================================== */
/* 02.Color
===================================================== */
/* 03.Layout
===================================================== */
/* ============================================ [EOF] */
/* 02.Function
===================================================== */
/* _function.scss
=====================================================

01.Function

===================================================== */
/* 01.Function
===================================================== */
/* ============================================ [EOF] */
/* 03.Font
===================================================== */
/* 04.Mixin
===================================================== */
/* ============================================ [EOF] */
/* _keyframe.scss
=====================================================

01.Keyframe

===================================================== */
@-webkit-keyframes sdb {
		0% {
				-webkit-transform: translate(0, 0);
				opacity: 0;
		}
		40% {
				opacity: 1;
		}
		80% {
				-webkit-transform: translate(0, 20px);
				opacity: 0;
		}
		100% {
				opacity: 0;
		}
}
@keyframes sdb {
		0% {
				-webkit-transform: translate(0, 0);
				        transform: translate(0, 0);
				opacity: 0;
		}
		40% {
				opacity: 1;
		}
		80% {
				-webkit-transform: translate(0, 20px);
				        transform: translate(0, 20px);
				opacity: 0;
		}
		100% {
				opacity: 0;
		}
}
@keyframes main-img-fade {
		0% {
				opacity: 0;
		}
		100% {
				opacity: 1;
		}
}
@-webkit-keyframes main-img-fade {
		0% {
				opacity: 0;
		}
		100% {
				opacity: 1;
		}
}
@-webkit-keyframes sticky {
		0% {
				-webkit-transform: translateY(-80px);
				        transform: translateY(-80px);
		}
		100% {
				-webkit-transform: translateY(0);
				        transform: translateY(0);
		}
}
@keyframes sticky {
		0% {
				-webkit-transform: translateY(-80px);
				        transform: translateY(-80px);
		}
		100% {
				-webkit-transform: translateY(0);
				        transform: translateY(0);
		}
}
@-webkit-keyframes input-focus {}
@keyframes input-focus {}
/* ============================================ [EOF] */
/* _zoomslider.scss
===================================================== */
.zs-enabled {
		position: relative;
}
.zs-enabled .zs-slideshow, .zs-enabled .zs-slides, .zs-enabled .zs-slide {
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		overflow: hidden;
}
.zs-enabled .zs-slideshow .zs-slides .zs-slide {
		background: transparent none no-repeat 50% 50%;
		background-size: cover;
		position: absolute;
		visibility: hidden;
		opacity: 0;
		-webkit-transform: scale(1.2, 1.2);
		-ms-transform: scale(1.2, 1.2);
		transform: scale(1.2, 1.2);
}
.zs-enabled .zs-slideshow .zs-slides .zs-slide.active {
		visibility: visible;
		opacity: 1;
}
.zs-enabled .zs-slideshow .zs-bullets {
		position: absolute;
		z-index: 4;
		bottom: 20px;
		left: 0;
		width: 100%;
		text-align: center;
}
.zs-enabled .zs-slideshow .zs-bullets .zs-bullet {
		display: inline-block;
		cursor: pointer;
		border: 2px solid #ccc;
		width: 14px;
		height: 14px;
		border-radius: 8px;
		margin: 10px;
		background-color: #4a4a4a;
}
.zs-enabled .zs-slideshow .zs-bullets .zs-bullet.active {
		background-color: #ccc;
}
.zs-enabled .zs-slideshow:after {
		content: " ";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 3;
		background: transparent none repeat 0 0;
}
.zs-enabled.overlay-plain .zs-slideshow:after {
		background-image: url("/shared/img/top/plain.png");
}
.zs-enabled.overlay-dots .zs-slideshow:after {
		background-image: url("/shared/img/top/dots.png");
}

/* ============================================ [EOF] */
/* 02.Contents
===================================================== */
.main-image {
		position: relative;
		overflow: hidden;
		width: 100%;
		height: 400px;
		margin: 20px auto 40px;
}
.main-image .copy {
		position: relative;
		top: 50%;
		width: 90%;
		margin: -10px auto 0;
}
.main-image .scroll {
		position: absolute;
		left: 50%;
		bottom: 20px;
		margin-left: -17px;
		padding-top: 45px;
		color: #fff;
		font-size: 11px;
		font-size: 1.1rem;
		letter-spacing: 0.1em;
}
.main-image .scroll span {
		position: absolute;
		top: 0;
		left: 50%;
		width: 20px;
		height: 40px;
		margin-left: -10px;
		border: 2px solid #fff;
		border-radius: 40px;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
}
.main-image .scroll span:before {
		position: absolute;
		top: 5px;
		left: 50%;
		content: "";
		width: 6px;
		height: 6px;
		margin-left: -3px;
		background-color: #fff;
		border-radius: 100%;
		-webkit-animation: sdb 2s infinite;
		animation: sdb 2s infinite;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
}

.cont-box {
		margin-bottom: 40px;
}
.cont-box:last-child {
		margin-bottom: 0;
}
.cont-box__ttl {
		position: relative;
		margin-bottom: 40px;
		text-align: center;
}
.cont-box__ttl--en {
		margin-bottom: 5px;
		color: #d81119;
		font-size: 22px;
		font-size: 2.2rem;
		font-weight: bold;
		text-transform: uppercase;
		letter-spacing: 0.1em;
}
.cont-box__ttl--ja {
		color: #aaa;
		font-size: 10px;
		font-size: 1rem;
		letter-spacing: 0.05em;
}
.cont-box__ttl:after {
		content: "";
		display: block;
		position: absolute;
		bottom: -10px;
		left: 50%;
		width: 40px;
		height: 2px;
		margin-left: -20px;
		background-color: #d81119;
}

@media (min-width: 920px) {
		.main-image {
				width: calc( 100% - 80px );
				min-height: 600px;
				margin: 40px auto;
		}
		.main-image .copy {
				-webkit-transform: translateY(-50%);
				    -ms-transform: translateY(-50%);
				        transform: translateY(-50%);
				width: 600px;
		}
		.main-image .scroll {
				position: absolute;
				left: 50%;
				bottom: 20px;
				padding-top: 45px;
				color: #fff;
				font-size: 11px;
				font-size: 1.1rem;
				letter-spacing: 0.1em;
		}
		.main-image .scroll span {
				position: absolute;
				top: 0;
				left: 50%;
				width: 20px;
				height: 40px;
				margin-left: -10px;
				border: 2px solid #fff;
				border-radius: 40px;
				-webkit-box-sizing: border-box;
				        box-sizing: border-box;
		}
		.main-image .scroll span:before {
				position: absolute;
				top: 5px;
				left: 50%;
				content: "";
				width: 6px;
				height: 6px;
				margin-left: -3px;
				background-color: #fff;
				border-radius: 100%;
				-webkit-animation: sdb 2s infinite;
				animation: sdb 2s infinite;
				-webkit-box-sizing: border-box;
				        box-sizing: border-box;
		}

		.cont-box {
				margin-bottom: 80px;
		}
		.cont-box__ttl {
				margin-bottom: 40px;
		}
		.cont-box__ttl--en {
				margin-bottom: 5px;
				font-size: 30px;
				font-size: 3rem;
		}
		.cont-box__ttl--ja {
				font-size: 12px;
				font-size: 1.2rem;
				letter-spacing: 0.1em;
		}
		.cont-box__ttl:after {
				bottom: -15px;
		}
}
/* 03.Concept
===================================================== */
.concept-wrap {
		padding: 0 20px;
}
.concept-wrap__img--sp {
		display: block;
}
.concept-wrap__img--pc {
		display: none;
}
.concept-wrap .concept-box {
		margin-bottom: 15px;
}
.concept-wrap .concept-box__ttl {
		margin-bottom: 10px;
		font-size: 15px;
		font-size: 1.5rem;
		font-weight: bold;
		letter-spacing: 0.1em;
}
.concept-wrap .concept-box__txt {
		font-size: 13px;
		font-size: 1.3rem;
		line-height: 1.7;
}

@media (min-width: 920px) {
		.concept-wrap {
				padding: 0 40px;
		}
		.concept-wrap__inner {
				position: relative;
		}
		.concept-wrap__img {
				position: relative;
				z-index: 2;
				width: 66.6%;
				height: auto;
		}
		.concept-wrap__img--sp {
				display: none;
		}
		.concept-wrap__img--pc {
				display: block;
		}
		.concept-wrap .concept-box {
				position: absolute;
				top: 50%;
				right: 0;
				z-index: 3;
				-ms-transform: translate(0, -50%);
				    transform: translate(0, -50%);
				-webkit-transform: translate(0, -50%);
				width: calc( 33.3% + 200px );
				padding: 55px 40px 40px;
				margin-bottom: 0;
				background-color: rgba(255, 255, 255, 0.75);
		}
		.concept-wrap .concept-box__ttl {
				margin-bottom: 30px;
				font-size: 20px;
				font-size: 2rem;
		}
		.concept-wrap .concept-box__txt {
				font-size: 15px;
				font-size: 1.5rem;
				line-height: 2;
		}
}
/* 04.Style
===================================================== */
.style-list {
		*zoom: 1;
		padding: 0 20px;
}
.style-list:before, .style-list:after {
		content: "";
		display: table;
}
.style-list:after {
		clear: both;
}
.style-list__item {
		float: left;
		width: 50%;
		margin-bottom: 15px;
}

.style-box__img {
		margin-bottom: 10px;
}

.style-detail {
		letter-spacing: 0.05em;
		line-height: 1.333;
}
.style-detail__ttl {
		font-size: 12px;
		font-size: 1.2rem;
}
.style-detail__author {
		margin-top: 3px;
		color: #aaa;
		font-size: 11px;
		font-size: 1.1rem;
}

.style-wrap__btn-more {
		width: 80%;
		margin: 20px auto 0;
}
.style-wrap__btn-more a {
		display: block;
		position: relative;
		width: 100%;
		background-color: #fff;
		border: 2px solid #d81119;
		color: #d81119;
		font-size: 12px;
		font-size: 1.2rem;
		text-decoration: none;
		text-align: center;
		line-height: 40px;
		letter-spacing: 0.15em;
}
.style-wrap__btn-more a:after {
		content: "";
		display: block;
		position: absolute;
}

@media (min-width: 920px) {
		.style-list {
				max-width: 1200px;
				padding: 0;
				margin: 0 auto;
		}
		.style-list__item {
				width: 25%;
				margin-bottom: 0;
		}

		.style-box {
				position: relative;
				cursor: pointer;
		}
		.style-box a {
				display: block;
		}
		.style-box:hover img {
				-webkit-transform: scale(1.2);
				-ms-transform: scale(1.2);
				transform: scale(1.2);
		}
		.style-box:hover .style-box__mask {
				opacity: 1;
		}
		.style-box__img {
				overflow: hidden;
				margin-bottom: 0;
		}
		.style-box__img img {
				-webkit-transition: -webkit-transform 0.3s linear;
				-o-transition: -o-transform 0.3s linear;
				transition: -webkit-transform 0.3s linear;
				-o-transition: transform 0.3s linear;
				transition: transform 0.3s linear;
				transition: transform 0.3s linear, -webkit-transform 0.3s linear;
		}
		.style-box__mask {
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				background-color: rgba(0, 0, 0, 0.5);
				opacity: 0;
				-webkit-transition: 0.3s linear;
				-o-transition: 0.3s linear;
				transition: 0.3s linear;
		}

		.style-detail {
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				padding: 20px;
				color: #fff;
				text-align: center;
				letter-spacing: 0.01em;
				opacity: 0;
				-webkit-transition: 0.3s linear;
				-o-transition: 0.3s linear;
				transition: 0.3s linear;
		}
		.style-detail__wrap {
				position: relative;
				top: 50%;
				-webkit-transform: translateY(-50%);
				    -ms-transform: translateY(-50%);
				        transform: translateY(-50%);
		}
		.style-detail__ttl {
				font-size: 18px;
				font-size: 1.8rem;
		}
		.style-detail__author {
				margin-top: 10px;
				color: #fff;
				font-size: 13px;
				font-size: 1.3rem;
		}
		.style-detail:hover {
				opacity: 1;
		}

		.style-wrap__btn-more {
				width: 200px;
				height: 60px;
		}
		.style-wrap__btn-more a {
				position: relative;
				background-color: #fff;
				border: none;
				border-bottom: 2px solid #dddddd;
				color: #333;
				font-size: 16px;
				font-size: 1.6rem;
				text-decoration: none;
				text-align: center;
				line-height: 58px;
				letter-spacing: 0.1em;
		}
		.style-wrap__btn-more a:after {
				content: "";
				display: block;
				position: absolute;
				bottom: -2px;
				right: 0;
				width: 40px;
				height: 2px;
				background-color: #d81119;
				-webkit-transition: 0.3s;
				-o-transition: 0.3s;
				transition: 0.3s;
		}
		.style-wrap__btn-more a:hover {
				color: #d81119;
		}
		.style-wrap__btn-more a:hover:after {
				width: 100%;
		}
}
/* 05.Staff
===================================================== */
.staff-wrap__img {
		margin-top: -20px;
}
.staff-wrap__img--sp {
		display: block;
}
.staff-wrap__img--pc {
		display: none;
}
.staff-wrap__inner {
		padding: 0 40px;
}
.staff-wrap__btn-more {
		width: 100%;
		margin: 20px auto 0;
}
.staff-wrap__btn-more a {
		display: block;
		position: relative;
		width: 100%;
		background-color: #fff;
		border: 2px solid #d81119;
		color: #d81119;
		font-size: 12px;
		font-size: 1.2rem;
		text-decoration: none;
		text-align: center;
		line-height: 40px;
		letter-spacing: 0.15em;
}
.staff-wrap__btn-more a:after {
		content: "";
		display: block;
		position: absolute;
}

@media (min-width: 920px) {
		.staff-wrap__img {
				margin-top: -50px;
		}
		.staff-wrap__img--sp {
				display: none;
		}
		.staff-wrap__img--pc {
				display: block;
		}
		.staff-wrap__inner {
				position: relative;
				max-width: 1200px;
				padding: 0;
				margin: 0 auto;
		}
		.staff-wrap__btn-more {
				position: absolute;
				bottom: 0;
				right: 20px;
				width: 200px;
				height: 60px;
		}
		.staff-wrap__btn-more a {
				position: relative;
				background-color: #fff;
				border: none;
				border-bottom: 2px solid #dddddd;
				color: #333;
				font-size: 16px;
				font-size: 1.6rem;
				text-decoration: none;
				text-align: center;
				line-height: 58px;
				letter-spacing: 0.1em;
		}
		.staff-wrap__btn-more a:after {
				content: "";
				display: block;
				position: absolute;
				bottom: -2px;
				right: 0;
				width: 40px;
				height: 2px;
				background-color: #d81119;
				-webkit-transition: 0.3s;
				-o-transition: 0.3s;
				transition: 0.3s;
		}
		.staff-wrap__btn-more a:hover {
				color: #d81119;
		}
		.staff-wrap__btn-more a:hover:after {
				width: 100%;
		}
}
/* 06.Access
===================================================== */
#access {
		margin-bottom: -60px;
}

.access-wrap {
		width: calc( 100% - 40px );
		margin: 0 auto;
}

@media (min-width: 920px) {
		#access {
				margin-bottom: -40px;
		}

		.access-wrap {
				width: calc( 100% - 80px );
		}
		.access-wrap__body {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-ms-flex-wrap: wrap;
				    flex-wrap: wrap;
				-webkit-box-pack: justify;
				    -ms-flex-pack: justify;
				        justify-content: space-between;
		}
}
.access-box:not(:first-child) {
		margin-top: 40px;
}
.access-box__ttl {
		position: relative;
		padding-left: 18px;
		font-size: 13px;
		font-size: 1.3rem;
		font-weight: 700;
		letter-spacing: 0.1em;
}
.access-box__ttl:before {
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		left: 0;
		margin-top: -6px;
		width: 10px;
		height: 10px;
		border-radius: 50%;
		background-color: #d81119;
}
.access-box__body {
		margin-top: 12px;
}
.access-box__body iframe {
		height: 300px;
}
.access-box__btn {
		width: 80%;
		margin: 20px auto 0;
}
.access-box__btn a {
		display: block;
		position: relative;
		width: 100%;
		background-color: #fff;
		border: 2px solid #d81119;
		color: #d81119;
		font-size: 12px;
		font-size: 1.2rem;
		text-decoration: none;
		text-align: center;
		line-height: 40px;
		letter-spacing: 0.15em;
}
.access-box__btn a:after {
		content: "";
		display: block;
		position: absolute;
}

@media (min-width: 920px) {
		.access-box {
				width: calc( 50% - 20px );
		}
		.access-box:not(:first-child) {
				margin-top: 0;
		}
		.access-box__ttl {
				font-size: 14px;
				font-size: 1.4rem;
		}
		.access-box__body {
				margin-top: 20px;
		}
		.access-box__body iframe {
				height: 500px;
		}
		.access-box__btn {
				display: none;
		}
}
/* ============================================ [EOF] */
/*# sourceMappingURL=top.css.map */