@charset 'utf-8';

/*============================================================
	HEADER
*/
.header {
	position: absolute;
}

/*============================================================
	HEADLINE
*/
.headline .en {
	font-size: 196px;
}

.headline .jp {
	margin: -0.5em 0 0 0;
	font-weight: 700;
	font-size: 24px;
	line-height: 1;
}

/* TB */
@media screen and (max-width: 1100px) {
	.headline .en {
		font-size: 166px;
	}

	.headline .jp {
		margin: 0;
	}
}

@media screen and (max-width: 980px) {
	.headline .en {
		font-size: 130px;
	}
}

/* SP */
@media screen and (max-width: 768px) {
	.headline .en {
		font-size: 17vw;
	}

	.headline .jp {
		font-size: 5vw;
	}
}

/*============================================================
	HEADLINE in TAG
*/
.headline-in-tag {
	position: relative;
	z-index: 100;
	display: flex;
	align-items: flex-end;
	padding: 0 10px;
	pointer-events: none;
}

.headline-in-tag .headline {
	margin: 0;
	text-align: left;
}

.headline-in-tag .headline .jp {
	position: absolute;
	top: 100%;
	left: 50px;
}

.headline-in-tag ul.tag {
	flex: 1;
	justify-content: flex-start;
	margin: 0 -10px 0 0;
	padding: 0 0 2.2em 20px;
}

.headline-in-tag ul.tag li {
	padding: 10px 10px 0 0;
}

.headline-in-tag ul.tag li a {
	pointer-events: auto;
}

/* TB */
@media screen and (max-width: 980px) {
	.headline-in-tag {
		display: block;
		padding: 0 50px;
	}

	.headline-in-tag .headline {
		text-align: center;
	}

	.headline-in-tag .headline .jp {
		position: static;
	}

	.headline-in-tag ul.tag {
		justify-content: center;
		margin: -5px;
		padding: 20px 0;
	}

	.headline-in-tag ul.tag li {
		padding: 5px;
	}
}

@media screen and (max-width: 768px) {
	.headline-in-tag {
		margin: 0;
		padding: 0 15px;
	}

	.headline-in-tag ul.tag {
		justify-content: flex-start;
		margin: 0 -6px 0 0;
		padding: 10px 0;
	}

	.headline-in-tag ul.tag li {
		padding: 3px 6px 3px 0;
	}
}

/*============================================================
	ARCHIVE SLIDER
*/
.archive-slider {
	position: relative;
	z-index: 1;
	margin: -1vw 0 0 0;
}

.archive-slider img {
	display: block;
}

.archive-slider .size-keep {
	position: relative;
	width: 61.6vw;
}

.archive-slider .size-keep::before {
	content: '';
	display: block;
	padding-top: 62%;
}

.archive-slider .slider {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
}

.archive-slider-single .slider {
	display: flex;
	justify-content: center;
}

.archive-slider .slider .slick-list {
	overflow: visible;
}

.archive-slider .slider .slick-arrow {
	position: absolute;
	z-index: 2;
	top: 50%;
	margin-top: -24px;
	font-size: 48px;
	line-height: 1;
	color: #fff;
	text-shadow: 0 0 5px #000;
}

.archive-slider .slider .slick-prev {
	left: 45px;
}

.archive-slider .slider .slick-next {
	right: 45px;
}

.archive-slider .block {
	display: block;
	position: relative;
	padding: 0 12px;
	width: 38.5vw;
}

.archive-slider .block .base {
	position: relative;
	padding-top: 40px;
}

.archive-slider .block .base .img {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 59.4%;
	background-image: none !important;
}

.archive-slider .block .base .tag-base {
	display: flex;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.archive-slider .block .base .tag-base .tag {
	margin: 0 5px;
}

.archive-slider .block .base .title {
	margin: 15px 0 0 0;
	padding: 10px 22% 0 22%;
	font-weight: normal;
	font-size: 16px;
}

.archive-slider .block .base .title .title-wrap .title-base,
.archive-slider .block .base .title .title-wrap .title-hover {
	display: none;
}

.archive-slider .block .base .date {
	text-align: center;
	font-size: 12px;
}

.archive-slider .block .base .link {
	display: block;
	position: absolute;
	z-index: 1;
	top: 40px;
	left: 0;
	right: 0;
	bottom: 0;
}

.archive-slider .block .front {
	position: absolute;
	top: 40px;
	left: 12px;
	right: 12px;
	height: 0;
	padding-top: 59.4%;
}

.archive-slider .block .front .img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.archive-slider .block .front .img .img-base {
	position: relative;
	width: 100%;
	height: 100%;
	background-position: 50% 50%;
	/* background-size: cover; */
	background-size: contain;
	background-color: #fff;
	background-repeat: no-repeat;
}

.archive-slider .block .front .img .img-base::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 6px solid #f7f7f7;
}

.archive-slider .block .front .tag-base {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	position: absolute;
	top: -60px;
	left: 0;
	opacity: 0;
}

.archive-slider .block .front .tag-base .tag {
	margin: 0 0 10px 0;
}

.archive-slider .block .front .detail {
	position: relative;
	display: flex;
	justify-content: flex-end;
	flex-direction: column;
	position: absolute;
	top: 0;
	left: -10vw;
	right: -10vw;
	bottom: -50%;
}

.archive-slider .block .front .title {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
	font-size: 20px;
	line-height: 1.5;
	color: #fff;
	/*white-space: nowrap;*/
	opacity: 0;
}

.archive-slider .block .front .title span {
	display: block;
}

.archive-slider .block .front .title .title-wrap {
	position: relative;
	margin: 5px 0;
}

.archive-slider .block .front .title .title-wrap .title-base span,
.archive-slider .block .front .title .title-wrap .title-front span {
	padding: 10px 10px;
	background-color: #fff;
	color: #000;
}

.archive-slider .block .front .title .title-wrap .title-hover span {
	padding: 10px 10px;
	background-color: #000;
}

.archive-slider .block .front .title .title-wrap:last-child .title-base span::after,
.archive-slider .block .front .title .title-wrap:last-child .title-front span::after,
.archive-slider .block .front .title .title-wrap:last-child .title-hover span::after {
	content: "\e901";
	font-family: 'icon';
}

.archive-slider .block .front .title .title-wrap .title-base {
	opacity: 0;
}

.archive-slider .block .front .title .title-wrap .title-front,
.archive-slider .block .front .title .title-wrap .title-hover {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	right: 100%;
}

.archive-slider .block .front .date {
	padding: 10px;
	font-size: 14px;
	line-height: 1.5;
	opacity: 0;
}

.archive-slider .block .front .link {
	display: none;
	position: absolute;
	top: -1vw;
	left: 0;
	right: 0;
	bottom: -3vw;
	transform: scale(1.6);
}

.loaded .archive-slider .block .base {
	transition: all 0.3s ease;
}

.loaded .archive-slider .block .front .img {
	transition: all 0.4s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.loaded .archive-slider .block .front .img .img-base {
	transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.45s;
}

.loaded .archive-slider .block .front .tag-base {
	transition: opacity 0.5s ease 0.6s;
}

.loaded .archive-slider .block .front .title {
	transition: opacity 0.5s ease;
}

.loaded .archive-slider .block .front .title .title-wrap .title-front {
	transition: right 0.5s ease;
}

.loaded .archive-slider .block .front .title .title-wrap:nth-child(1) .title-front {
	transition-delay: 0.6s;
}

.loaded .archive-slider .block .front .title .title-wrap:nth-child(2) .title-front {
	transition-delay: 0.8s;
}

.loaded .archive-slider .block .front .title .title-wrap:nth-child(3) .title-front {
	transition-delay: 1.0s;
}

.loaded .archive-slider .block .front .title .title-wrap .title-hover {
	transition: right 0.5s ease;
}

.loaded .archive-slider .block .front .title .title-wrap:nth-child(2) .title-hover {
	transition-delay: 0.2s;
}

.loaded .archive-slider .block .front .title .title-wrap:nth-child(3) .title-hover {
	transition-delay: 0.4s;
}

.loaded .archive-slider .block .front .date {
	transition: opacity 0.5s ease 0.6s;
}

/* ACTIVE */
.archive-slider .active-slide {
	z-index: 10;
}

.archive-slider .current .base {
	opacity: 0;
}

.archive-slider .current .front .img {
	transform: scale(1.54);
}

.os-pc .archive-slider .current:hover .front .img {
	transition-delay: 0s;
	transition-timing-function: ease;
	transform: scale(1.6);
}

.archive-slider .current .front .img .img-base {
	box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.16);
}

.archive-slider .current .front .tag-base {
	opacity: 1;
}

.archive-slider .current .front .title {
	opacity: 1;
}

.archive-slider .current .front .title .title-wrap .title-front {
	right: 0;
}

.os-pc .archive-slider .current:hover .title .title-wrap .title-hover {
	right: 0;
}

.archive-slider .current .front .date {
	opacity: 1;
}

.archive-slider .current .front .link {
	display: block;
}

/* HIDE */
.loaded .archive-slider .hide .front .tag-base,
.loaded .archive-slider .hide .front .date {
	transition-delay: 0s;
	opacity: 0;
}

.loaded .archive-slider .hide .front .title {
	opacity: 0;
}

.loaded .archive-slider .hide .front .title .title-wrap .title-front {
	transition-delay: 0s;
	right: 0 !important;
}

/* TB */
@media screen and (max-width: 980px) {
	.archive-slider {
		margin: -1vw 0 0 0;
	}

	.archive-slider .size-keep {
		width: 80vw;
	}

	.archive-slider .size-keep::before {
		padding-top: 62%;
	}

	.archive-slider .block {
		width: 50vw;
	}

}

/* SP */
@media screen and (max-width: 768px) {
	.archive-slider {
		margin: 4vw 0 0 0;
	}

	.archive-slider .slider .slick-arrow {
		top: 40%;
		margin-top: -15px;
		font-size: 30px;
	}

	.archive-slider .slider .slick-prev {
		left: 0;
	}

	.archive-slider .slider .slick-next {
		right: 0;
	}

	.archive-slider .size-keep {
		width: 98vw;
	}

	.archive-slider .size-keep::before {
		padding-top: 62%;
	}

	.archive-slider .block {
		padding: 0 5px;
		width: 60vw;
	}

	.archive-slider .block .base {
		padding-top: 40px;
	}

	.archive-slider .block .base .tag-base {
		display: none;
	}

	.archive-slider .block .base .title {
		display: none;
	}

	.archive-slider .block .base .date {
		display: none;
	}

	.archive-slider .block .base .link {
		display: none;
	}

	.archive-slider .block .front {
		top: 0;
		left: 5px;
		right: 5px;
	}

	.archive-slider .block .front .img::after {
		border-width: 4px;
	}

	.archive-slider .block .front .tag-base {
		top: -20%;
		left: 0;
	}

	.archive-slider .block .front .tag-base .tag {
		margin: 0 0 5px 0;
	}

	.archive-slider .block .front .detail {
		left: -17.4vw;
		right: -17.4vw;
		bottom: -70%;
	}

	.archive-slider .block .front .title {
		font-size: 3vw;
	}

	.archive-slider .block .front .title .title-wrap {
		margin: 2px 0;
	}

	.archive-slider .block .front .title .title-wrap .title-base span,
	.archive-slider .block .front .title .title-wrap .title-front span,
	.archive-slider .block .front .title .title-wrap .title-hover span {
		padding: 0.2em 0.5em;
	}

	.archive-slider .block .front .link {
		top: -1vw;
		bottom: -10vw;
	}
}

/*============================================================
	SITE INFORMATION
*/
.site-information {
	display: flex;
	align-items: center;
	padding: 15px 50px;
	min-height: 60px;
	background: #ffba00;
	font-weight: 700;
	line-height: 1.4;
}

/* SP */
@media screen and (max-width: 768px) {
	.site-information {
		padding: 12px 15px;
		min-height: initial;
	}
}

/*============================================================
	MAIN
*/
.index-main {
	position: relative;
	padding-top: 670px;
}

.index-main .kv {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.index-main .kv .block {
	width: 100%;
	height: 100%;
	background-position: 50% 70%;
	background-size: cover;
}

.index-main .kv .block a {
	display: block;
	width: 100%;
	height: 100%;
}

.index-main .kv .slick-list,
.index-main .kv .slick-track {
	height: 100%;
}

.index-main .kv .slick-arrow {
	position: absolute;
	z-index: 2;
	top: 50%;
	margin-top: -24px;
	font-size: 48px;
	line-height: 1;
	color: #fff;
	text-shadow: 0 0 5px #000;
}

.index-main .kv .slick-prev {
	left: 45px;
}

.index-main .kv .slick-next {
	right: 45px;
}

.index-main .head {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
	color: #fff;
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 1s ease, transform 1s ease;
	pointer-events: none;
}

.loaded .index-main .head {
	opacity: 1;
	transform: translateY(0);
}

.index-main .head h2 {
	margin: 0 0 10px 0;
	font-weight: 700;
	font-size: 58px;
	line-height: 1.3;
	letter-spacing: 1px;
}

.index-main .head h3 {
	font-family: 'en';
	font-weight: 700;
	font-size: 80px;
	line-height: 1;
}

.index-main .head h3 span {
	font-size: 37.5%;
}

.index-main .head h4 {
	font-size: 24px;
	font-weight: bold;
	margin-top: 30px;
}

/* TB */
@media screen and (max-width: 1200px) {
	.index-main .head {
		padding-left: 12.4vw;
		text-align: left;
	}

	.index-main .head h2 {
		margin: 0 0 10px 0;
		font-size: 4.3vw;
		letter-spacing: 0;
	}

	.index-main .head h3 {
		font-size: 9.1vw;
	}

	.index-main .head h4 {
		font-size: 4vw;
		margin-top: 10px;
	}
}

/* SP */
@media screen and (max-width: 768px) {
	.index-main {
		padding-top: 100%;
	}

	.index-main .kv .slick-arrow {
		margin-top: -15px;
		font-size: 30px;
	}

	.index-main .kv .slick-prev {
		left: 0;
	}

	.index-main .kv .slick-next {
		right: 0;
	}
}

/*============================================================
	BANNER
*/
.index-banner {
	position: relative;
	z-index: 9;
}

.index-banner .slider {
	padding: 40px 0;
}

.index-banner .slider .slick-list {
	overflow: visible;
}

.index-banner .slider .slick-arrow {
	position: absolute;
	z-index: 10;
	top: 50%;
	margin-top: -15px;
	font-size: 30px;
	line-height: 1;
}

.index-banner .slider .slick-arrow i {
	display: block;
}

.index-banner .slider .slick-prev {
	left: 45px;
}

.index-banner .slider .slick-next {
	right: 45px;
}

.index-banner .block {
	display: block;
	position: relative;
	padding: 0 5px;
	width: 44.5vw;
	opacity: 0.5;
}

.index-banner .block .inner {
	position: relative;
	padding-top: 34.6%;
	padding-top: 120px;
}

.index-banner .block .img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.index-banner .block .img .img-base {
	width: 100%;
	height: 100%;
	background-position: 50% 50%;
	background-size: cover;
}

.index-banner .block .img .img-base::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 8px solid #fff;
}

.index-banner .block .title {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
	position: absolute;
	top: 0;
	left: -4vw;
	right: -4vw;
	width: 100%;
	height: 100%;
	font-size: 20px;
	line-height: 1;
	color: #fff;
	white-space: nowrap;
	opacity: 0;
}

.index-banner .block .title span {
	display: block;
}

.index-banner .block .title .title-wrap {
	position: relative;
	margin: 5px 0;
}

.index-banner .block .title .title-wrap .title-base span,
.index-banner .block .title .title-wrap .title-front span {
	padding: 15px 10px;
	background-color: #fff;
	color: #000;
}

.index-banner .block .title .title-wrap .title-hover span {
	padding: 15px 10px;
	background-color: #000;
}

.index-banner a.block .title .title-wrap:last-child .title-base span::after,
.index-banner a.block .title .title-wrap:last-child .title-front span::after,
.index-banner a.block .title .title-wrap:last-child .title-hover span::after {
	content: "\e901";
	font-family: 'icon';
}

.index-banner .block .title .title-wrap .title-base {
	opacity: 0;
}

.index-banner .block .title .title-wrap .title-front {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	right: 100%;
}

.index-banner .block .title .title-wrap .title-hover {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	right: 100%;
}

.loaded .index-banner .block {
	transition: opacity 0.5s ease;
}

.loaded .index-banner .block .img {
	transition: all 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.loaded .index-banner .block .img-base {
	transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.35s;
}

.loaded .index-banner .block .title {
	transition: opacity 0.5s ease;
}

.loaded .index-banner .block .title .title-wrap .title-front {
	transition: right 0.5s ease;
}

.loaded .index-banner .block .title .title-wrap:nth-child(1) .title-front {
	transition-delay: 0.6s;
}

.loaded .index-banner .block .title .title-wrap:nth-child(2) .title-front {
	transition-delay: 0.8s;
}

.loaded .index-banner .block .title .title-wrap:nth-child(3) .title-front {
	transition-delay: 1.0s;
}

.loaded .index-banner .block .title .title-wrap .title-hover {
	transition: right 0.5s ease;
}

.loaded .index-banner .block .title .title-wrap:nth-child(2) .title-hover {
	transition-delay: 0.2s;
}

.loaded .index-banner .block .title .title-wrap:nth-child(3) .title-hover {
	transition-delay: 0.4s;
}

/* ACTIVE */
.index-banner .active-slide {
	z-index: 5;
}

.index-banner .current {
	opacity: 1;
}

.index-banner .current .img {
	top: -30px;
	bottom: -30px;
	transform: scale(1.08);
}

.index-banner .current .img-base {
	box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.16);
	transform: rotate(-3deg);
}

.index-banner .current .title {
	opacity: 1;
}

.index-banner .current .title .title-wrap .title-front {
	right: 0;
}

.os-pc .index-banner .current:hover .title .title-wrap .title-hover {
	right: 0;
}

/* HIDE */
.index-banner .hide .title {
	opacity: 1;
}

.index-banner .hide .title .title-wrap .title-front {
	transition-delay: 0s;
	right: 0 !important;
}

/* TB */
@media screen and (max-width: 1100px) {
	.index-banner .block {
		width: 62vw;
	}
}

/* SP */
@media screen and (max-width: 768px) {
	.index-banner .slider .slick-arrow {
		display: none !important;
	}

	.index-banner .block {
		padding: 0 5px;
		width: 82vw;
	}

	.index-banner .block .inner {
		padding-top: 24%;
	}

	.index-banner .block .img::after {
		border-width: 4px;
	}

	.index-banner .block .title {
		left: -6.8vw;
		right: -6.8vw;
		font-size: 3.8vw;
	}

	.index-banner .block .title .title-wrap {
		margin: 2px 0;
	}

	.index-banner .block .title .title-wrap .title-base span,
	.index-banner .block .title .title-wrap .title-front span,
	.index-banner .block .title .title-wrap .title-hover span {
		padding: 0.6em 0.4em;
	}

	.index-banner .current .img {
		top: -20px;
		bottom: -20px;
		transform: rotate(-3deg) scale(1.16);
	}
}

/*============================================================
	TOPICS
*/
.index-topics {
	position: relative;
	z-index: 8;
	margin: 0 0 5vw 0;
}

.index-topics .archive-slider .current .front .img-base {
	transform: rotate(3deg);
}

/* TB */
@media screen and (max-width: 980px) {
	.index-topics {
		margin: 0 0 15vw 0;
	}
}

/* SP */
@media screen and (max-width: 768px) {
	.index-topics {
		margin: 0 0 35vw 0;
	}
}

/*============================================================
	EVENT
*/
.index-event {
	position: relative;
	z-index: 7;
	margin: 0 0 6vw 0;
}

.index-event .archive-slider .current .front .img-base {
	transform: rotate(-3deg);
}

/*============================================================
	ACTIVITY
*/
.index-activity {
	position: relative;
	z-index: 6;
	padding: 12vw 0 12vw 0;
}

.index-activity .headline {
	position: absolute;
	top: 7vw;
	left: 0;
	width: 100%;
}

.index-activity .kv {
	position: absolute;
	z-index: 0;
	top: -8vw;
	left: 0;
	padding-top: calc(1400 / 2200 * 100%);
	width: 100%;
	height: 0;
	background-position: 50% 0%;
	background-image: url('../img/index/activity-kv.jpg');
	background-size: cover;
}

.index-activity .kv::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	padding-top: 5%;
	width: 100%;
	height: 0;
	background: linear-gradient(0deg, rgba(247, 247, 247, 1) 0%, rgba(247, 247, 247, 0) 100%);
}

.index-activity .spacer {
	height: 24vw;
}

.index-activity .menu-activity {
	position: relative;
}

@media screen and (min-width: 769px) {
	.index-activity .menu-activity {
		margin-left: -6.4vw;
		margin-right: -6.4vw;
	}

	.index-activity .menu-activity .block::before {
		padding-top: 600px;
	}

	.index-activity .menu-activity .block .en {
		min-height: initial;
	}

	.os-pc .menu-activity.hover1 {
		margin-left: 30px;
	}

	.os-pc .menu-activity.hover4 {
		margin-right: 30px;
	}

	.os-pc .menu-activity.active1 .block:nth-child(1),
	.os-pc .menu-activity.active2 .block:nth-child(2),
	.os-pc .menu-activity.active3 .block:nth-child(3),
	.os-pc .menu-activity.active4 .block:nth-child(4) {
		z-index: 2;
	}

	.os-pc .menu-activity.active1 .block:nth-child(2),
	.os-pc .menu-activity.active2 .block:nth-child(1),
	.os-pc .menu-activity.active2 .block:nth-child(3),
	.os-pc .menu-activity.active3 .block:nth-child(2),
	.os-pc .menu-activity.active3 .block:nth-child(4),
	.os-pc .menu-activity.active4 .block:nth-child(3) {
		z-index: 1;
	}

	.os-pc .menu-activity.hover1 .block:nth-child(1),
	.os-pc .menu-activity.hover2 .block:nth-child(2),
	.os-pc .menu-activity.hover3 .block:nth-child(3),
	.os-pc .menu-activity.hover4 .block:nth-child(4) {
		transform: rotate(3deg) scale(1.125);
	}

	.os-pc .menu-activity.hover1 .block:nth-child(2),
	.os-pc .menu-activity.hover2 .block:nth-child(1),
	.os-pc .menu-activity.hover2 .block:nth-child(3),
	.os-pc .menu-activity.hover3 .block:nth-child(2),
	.os-pc .menu-activity.hover3 .block:nth-child(4),
	.os-pc .menu-activity.hover4 .block:nth-child(3) {
		transform: scale(1.062);
		box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
	}
}

/* TB */
@media screen and (max-width: 1100px) {
	.index-activity .menu-activity .block .en {
		font-size: 3.6vw;
	}
}

/* SP */
@media screen and (max-width: 768px) {
	.index-activity .kv {
		top: 10vw;
	}

	.index-activity .spacer {
		height: 40vw;
	}

	.index-activity .menu-activity {
		margin-left: 0;
		margin-right: 0;
	}

	.index-activity .menu-activity .block::before {
		padding-top: 120%;
	}

	.index-activity .menu-activity .block .detail {
		display: block;
		padding: 0;
		height: auto;
	}

	.index-activity .menu-activity .block .en {
		font-size: 24px;
	}

	.index-activity .menu-activity .block .lead p {
		padding: 0;
	}

	.menu-activity .block .arrow {
		margin: 0 0 20px 0;
	}
}

/*============================================================
	FACILITY
*/
.content-facility {
	position: relative;
	z-index: 5;
	padding: 12vw 0;
}

.content-facility .headline {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.content-facility .kv {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	padding-top: calc(1160 / 2200 * 100%);
	width: 100%;
	height: 0;
	background-position: 50% 0;
	background-image: url('../img/index/facility-kv.jpg');
	background-size: cover;
}

.content-facility .kv::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	padding-top: 5%;
	width: 100%;
	height: 0;
	background: linear-gradient(0deg, rgba(247, 247, 247, 1) 0%, rgba(247, 247, 247, 0) 100%);
}

.content-facility .spacer {
	height: 22vw;
}

.content-facility .map {
	position: relative;
	margin: 0 auto;
	max-width: 1100px;
}

.content-facility .map .img {
	position: relative;
}

.content-facility .map .pdf {
	position: absolute;
	top: 70px;
	right: 60px;
	width: 80px;
}

.content-facility .map .pdf a {
	display: block;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.8);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
}

.content-facility .map .pdf a img {
	display: block;
}

.content-facility .menu .h {
	margin: 3vw 0 40px 0;
	text-align: center;
	font-size: 36px;
	line-height: 1.3;
}

.content-facility .menu ul {
	margin: -10px;
	margin-bottom: 40px;
}

.content-facility .menu ul li {
	padding: 10px;
	flex-basis: 33.333%;
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 0.6s ease, transform 0.6s ease;
}

.content-facility .menu ul li.active {
	opacity: 1;
	transform: translateY(0);
}

.content-facility .menu .block {
	padding: 30px 10px 60px 10px;
}

.content-facility .menu .block .en {
	max-width: 280px;
	font-size: 30px;
}

.content-facility .menu .block .jp {
	font-size: 16px;
}

.content-facility .menu .block p {
	margin: 10px 0 0 0;
	padding: 0 20px;
	text-align: left;
	font-size: 14px;
	line-height: 1.7;
}

.content-facility .menu .block .arrow {
	bottom: 20px;
}

/* HOVER */
.os-pc .content-facility .map .pdf a {
	transition: background-color 0.3s ease;
}

.os-pc .content-facility .map .pdf a:hover {
	background-color: #ccc;
}

.os-pc .content-facility .menu .block:hover {
	background-color: #e7e7e7;
}

/**/
@media screen and (min-width: 981px) {
	.content-facility .menu ul li:nth-of-type(3n) {
		transition-delay: 0.3s, 0.3s;
	}

	.content-facility .menu ul li:nth-of-type(3n-1) {
		transition-delay: 0.15s, 0.15s;
	}

	.content-facility .menu ul li:nth-of-type(3n-2) {
		transition-delay: 0s, 0s;
	}

	.content-facility .col3-remainder1 li:nth-last-child(1) {
		flex-basis: 100%;
	}

	.content-facility .col3-remainder2 li:nth-last-child(1),
	.content-facility .col3-remainder2 li:nth-last-child(2) {
		flex-basis: 50%;
	}

	.content-facility .col3-remainder1 li:nth-last-child(1) .block {
		display: flex;
		align-items: center;
		padding: 30px 40px;
	}

	.content-facility .col3-remainder1 li:nth-last-child(1) .block .head {
		flex-direction: row;
		height: auto !important;
	}

	.content-facility .col3-remainder1 li:nth-last-child(1) .block .jp {
		margin: 0 40px 0 20px;
	}

	.content-facility .col3-remainder1 li:nth-last-child(1) .block p {
		margin: 0;
	}

	.content-facility .col3-remainder1 li:nth-last-child(1) .block .arrow {
		left: auto;
		bottom: auto;
		top: 50%;
		right: 30px;
		width: auto;
		transform: translateY(-50%);
	}
}

/* TB */
@media screen and (max-width: 980px) {
	.content-facility .map .pdf {
		top: 10px;
		right: 50px;
	}

	.content-facility .menu .h {
		margin: 20px -50px 40px -50px;
		font-size: 4vw;
	}

	.content-facility .menu ul li {
		flex-basis: 50%;
	}

	.content-facility .menu ul li:nth-of-type(2n) {
		transition-delay: 0.15s, 0.15s;
	}
}

/* SP */
@media screen and (max-width: 768px) {
	.content-facility .kv {
		top: 10vw;
	}

	.content-facility .spacer {
		height: 30vw;
	}

	.content-facility .map {
		padding: 0;
	}

	.content-facility .map .pdf {
		top: 0;
		right: 15px;
	}

	.content-facility .menu .h {
		margin: 10vw -15px 20px -15px;
	}

	.content-facility .menu ul {
		margin: -5px;
		margin-bottom: 20px;
	}

	.content-facility .menu ul li {
		padding: 5px;
	}

	.content-facility .menu .block {
		padding: 20px 10px 40px 10px;
		border-radius: 15px;
	}

	.content-facility .menu .block .en {
		font-size: 20px;
	}

	.content-facility .menu .block .jp {
		font-size: 12px;
	}

	.content-facility .menu .block p {
		padding: 0;
		font-size: 14px;
	}

	.content-facility .menu .block .arrow {
		bottom: 10px;
	}
}

/*============================================================
	ABOUT
*/
.content-about {
	position: relative;
	z-index: 4;
	padding: 12vw 0 6vw 0;
}

.content-about .headline {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.content-about .kv {
	position: absolute;
	z-index: 0;
	top: 2vw;
	left: 0;
	padding-top: calc(1400 / 2200 * 100%);
	width: 100%;
	height: 0;
	background-position: 50% 100%;
	background-image: url('../img/index/about-kv.jpg');
	background-size: cover;
}

.content-about .spacer {
	height: 30vw;
}

.content-about .catch {
	position: relative;
	padding: 0 0 40px 0;
	text-align: center;
}

.content-about .catch h2 {
	font-family: 'en';
	font-weight: 700;
	font-size: 100px;
	line-height: 1;
}

.content-about .catch h3 {
	font-weight: 700;
	font-size: 24px;
	letter-spacing: 0.04em;
}

.content-about .catch h3 br {
	display: none;
}

.menu-about {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 40px 0;
}

.menu-about .block {
	display: block;
	position: relative;
	flex-basis: 25%;
	text-align: center;
	color: #fff;
	overflow: hidden;
	transition: transform 0.5s ease;
}

.menu-about .block::before {
	content: '';
	display: block;
	height: 0;
}

.menu-about .block .img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-position: 50% 50%;
	background-size: cover;
	transition: all 0.5s ease;
}

.menu-about .block .img::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 70%);
}

.menu-about .block .logo {
	position: absolute;
	top: 12%;
	left: 0;
	width: 100%;
}

.menu-about .block .logo img {
	display: block;
	margin: 0 auto;
	max-width: 220px;
	width: 70%;
}

.menu-about .block .detail {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.menu-about .block .jp {
	font-weight: 700;
	font-size: 32px;
	line-height: 1.3;
}

.menu-about .block .lead {
	margin: 10px 0 0 0;
	padding: 0 10%;
	text-align: left;
	font-size: 14px;
	line-height: 2;
}

.menu-about .block .lead p {
	padding: 0 0 10px 0;
}

.menu-about .block .arrow {
	margin: 0 0 20px 0;
	text-align: center;
}

.menu-about .block .arrow i {
	display: block;
	font-size: 40px;
}

@media screen and (min-width: 769px) {
	.menu-about {
		margin-left: -6.4vw;
		margin-right: -6.4vw;
	}

	.menu-about .block::before {
		padding-top: 600px;
	}

	.os-pc .menu-about {
		transition: all 0.5s ease;
	}

	.os-pc .menu-about .block .lead {
		opacity: 0;
	}

	.os-pc .menu-about .block:hover .lead {
		opacity: 1;
	}

	.os-pc.loaded .menu-about .block .lead {
		transition: height 0.5s ease, opacity 0.5s ease 0.5s;
	}

	.os-pc.loaded .menu-about .block.hide .lead {
		transition: height 0.5s ease, opacity 0.5s ease 0s;
	}

	.os-pc .menu-about.hover1 {
		margin-left: 30px;
	}

	.os-pc .menu-about.hover4 {
		margin-right: 30px;
	}

	.os-pc .menu-about .block:hover .arrow i {
		animation: 1s ease infinite AnimArrowBound 0.3s;
	}

	.os-pc .menu-about.active1 .block:nth-child(1),
	.os-pc .menu-about.active2 .block:nth-child(2),
	.os-pc .menu-about.active3 .block:nth-child(3),
	.os-pc .menu-about.active4 .block:nth-child(4) {
		z-index: 2;
	}

	.os-pc .menu-about.active1 .block:nth-child(2),
	.os-pc .menu-about.active2 .block:nth-child(1),
	.os-pc .menu-about.active2 .block:nth-child(3),
	.os-pc .menu-about.active3 .block:nth-child(2),
	.os-pc .menu-about.active3 .block:nth-child(4),
	.os-pc .menu-about.active4 .block:nth-child(3) {
		z-index: 1;
	}

	.os-pc .menu-about.hover1 .block:nth-child(1),
	.os-pc .menu-about.hover2 .block:nth-child(2),
	.os-pc .menu-about.hover3 .block:nth-child(3),
	.os-pc .menu-about.hover4 .block:nth-child(4) {
		transform: rotate(3deg) scale(1.125);
		box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
	}

	.os-pc .menu-about.hover1 .block:nth-child(2),
	.os-pc .menu-about.hover2 .block:nth-child(1),
	.os-pc .menu-about.hover2 .block:nth-child(3),
	.os-pc .menu-about.hover3 .block:nth-child(2),
	.os-pc .menu-about.hover3 .block:nth-child(4),
	.os-pc .menu-about.hover4 .block:nth-child(3) {
		transform: scale(1.062);
		box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
	}
}

/* TB */
@media screen and (max-width: 1100px) {
	.menu-about .block .jp {
		font-size: 2.9vw;
	}
}

@media screen and (max-width: 980px) {
	.content-about .catch {
		padding: 0 0 3vw 0;
	}

	.content-about .catch h2 {
		font-size: 8vw;
	}

	.content-about .catch h3 {
		font-size: 3.6vw;
	}

	.content-about .catch h3 br {
		display: block;
	}
}

/* SP */
@media screen and (max-width: 768px) {
	.content-about .kv {
		top: 10vw;
	}

	.content-about .spacer {
		height: 40vw;
	}

	.content-about .catch h2 {
		font-size: 10.6vw;
	}

	.content-about .catch h3 {
		font-size: 4.2vw;
	}

	.menu-about {
		margin: 0 0 20px 0;
	}

	.menu-about .block {
		flex-basis: 50%;
	}

	.menu-about .block::before {
		padding-top: 120%;
	}

	.menu-about .block .logo {
		top: 6%;
	}

	.menu-about .block .logo img {
		width: 60%;
	}

	.menu-about .block .jp {
		display: flex;
		justify-content: center;
		align-items: center;
		min-height: 4em;
		font-size: 18px;
	}

	.menu-about .block .lead {
		display: none;
	}

	.menu-about .block .arrow {
		margin: 0 0 20px 0;
	}

	.menu-about .block .arrow i {
		font-size: 30px;
	}
}

/*============================================================
	GALLERY
*/
.content-gallery {
	position: relative;
	z-index: 3;
	padding: 0 0 12vw 0;
}

.content-gallery .images {
	display: grid;
	grid-template-columns: 25% 25% 25% 25%;
	grid-template-rows: 22.54vw 22.54vw 22.54vw 22.54vw;
	grid-gap: 1px;
	margin: 30px 0 0 0;
}

.content-gallery .images>li a {
	display: block;
	width: 100%;
	height: 100%;
	background-position: 50% 50%;
	background-size: cover;
}

.content-gallery .images>li:first-child {
	grid-column-start: 1;
	grid-column-end: 3;
	grid-row-start: 1;
	grid-row-end: 3;
}

.content-gallery .images>li:last-child {
	grid-column-start: -1;
	grid-column-end: -3;
	grid-row-start: -1;
	grid-row-end: -3;
}

.content-gallery .account {
	margin: -0.2em 0 20px 0;
	text-align: center;
	font-family: 'en';
	font-weight: 700;
	font-size: 100px;
	line-height: 1;
}

@media screen and (max-width: 980px) {
	.content-gallery .account {
		font-size: 10.3vw;
	}
}

@media screen and (max-width: 768px) {
	.content-gallery {
		padding: 0 0 18vw 0;
	}

	.content-gallery .account {
		margin: -14vw 0 0 0;
	}
}

/*============================================================
	SNS
*/
.content-sns {
	position: relative;
	z-index: 2;
	padding: 12vw 0 10vw 0;
}

.content-sns .headline {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.content-sns .kv {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	padding-top: calc(1160 / 2200 * 100%);
	width: 100%;
	height: 0;
	background-position: 50% 0%;
	background-image: url('../img/index/sns-kv.jpg');
	background-size: cover;
}

.content-sns .kv::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	padding-top: 10%;
	width: 100%;
	height: 0;
	background: linear-gradient(0deg, rgba(247, 247, 247, 1) 0%, rgba(247, 247, 247, 0) 100%);
}

.content-sns .spacer {
	height: 24vw;
}

.content-sns .social ul li {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 0.6s ease, transform 0.6s ease;
}

.content-sns .social ul li.active {
	opacity: 1;
	transform: translateY(0);
}

/* HOVER */
.os-pc .content-sns .social ul li a:hover .icon span {
	background-color: #e7e7e7;
}

@media screen and (min-width: 769px) {
	.content-sns .social ul li:nth-of-type(3) {
		transition-delay: 0.3s, 0.3s;
	}

	.content-sns .social ul li:nth-of-type(2) {
		transition-delay: 0.15s, 0.15s;
	}

	.content-sns .social ul li:nth-of-type(1) {
		transition-delay: 0s, 0s;
	}
}

/* SP */
@media screen and (max-width: 768px) {
	.content-sns .kv {
		top: 10vw;
	}

	.content-sns .spacer {
		height: 30vw;
	}
}

/*============================================================
	ACCESS
*/
.content-access {
	position: relative;
	z-index: 1;
	padding: 10vw 0 60px 0;
}

.content-access .headline {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.content-access .kv {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	padding-top: calc(1160 / 2200 * 100%);
	width: 100%;
	height: 0;
	background-position: 50% 0;
	background-image: url('../img/index/access-kv.jpg');
	background-size: cover;
}

.content-access .kv::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	padding-top: 5%;
	width: 100%;
	height: 0;
	background: linear-gradient(0deg, rgba(247, 247, 247, 1) 0%, rgba(247, 247, 247, 0) 100%);
}

.content-access .spacer {
	height: 32vw;
}

@media screen and (max-width: 768px) {
	.content-access .kv {
		top: 14vw;
	}

	.content-access .spacer {
		height: 40vw;
	}
}