@charset "UTF-8";

/* ------------gateway-hero------------ */
.gateway-hero__items {
	display: flex;
	min-height: 45.2415812592vw;
	position: relative;
	z-index: 0;
}

@media screen and (min-width: 520px) and (max-width: 1099px) {
	.gateway-hero__items {
		min-height: 86.9791666667vw;
	}
}
@media screen and (max-width: 519px) {
	.gateway-hero__items {
		flex-direction: column;
		height: auto;
	}
}
.gateway-hero__item {
	display: block;
	position: relative;
	width: 33.33%;
	color: #fff;
	text-align: center;
	word-break: break-all;
}
.gateway-hero__item::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #1a1a1a;
	opacity: 0;
	transition: 0.4s cubic-bezier(0.5, 1, 0.89, 1) opacity;
	z-index: 5;
}
@media print, (min-width: 1100px) {
	.gateway-hero__item {
		padding-top: 20.1vw;
		transition: 0.4s cubic-bezier(0.5, 1, 0.89, 1) width;
	}
}
@media screen and (max-width: 1099px) {
	.gateway-hero__item {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
}
@media screen and (max-width: 519px) {
	.gateway-hero__item {
		width: 100%;
		min-height: 41.82vw;
	}
	.gateway-hero__item:first-of-type {
		padding-top: 80px;
	}
}
@media (any-hover: hover) {
	.gateway-hero__item:hover, .gateway-hero__item:focus {
		text-decoration: none;
	}
}
@media print and (any-hover: hover), (any-hover: hover) and (min-width: 1100px) {
	.gateway-hero__item:hover, .gateway-hero__item:focus {
		width: 38.6%;
		transform: translate3d(0, 0, 0);
	}
}
@media (any-hover: hover) {
	.gateway-hero__item:hover::before, .gateway-hero__item:focus::before {
		opacity: 0 !important;
	}
}
@media (any-hover: hover) {
	.gateway-hero__items:hover .gateway-hero__item::before {
		opacity: 0.3;
	}
}
.gateway-hero__image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.gateway-hero__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
}

.gateway-hero__text {
	position: relative;
	z-index: 3;
	text-align: center;
}

@media print, (min-width: 1100px) {
	.gateway-hero__text {
		padding-left: 1px;
	}
}
@media screen and (max-width: 1099px) {
	.gateway-hero__text {
		padding: 24px;
	}
}
.gateway-hero__title {
	display: block;
	font-size: 4rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	text-shadow: 0 0 50px #000, 0 0 40px #000, 0 0 25px #000;
}

@media print, (min-width: 1100px) {
	.is--pc-light .gateway-hero__title {
		text-shadow: 0 0 25px #000;
	}
}
@media screen and (min-width: 520px) and (max-width: 1099px) {
	.gateway-hero__title {
		font-size: 3rem;
	}
	.is--tb-light .gateway-hero__title {
		text-shadow: 0 0 25px #000;
	}
}
@media screen and (max-width: 519px) {
	.gateway-hero__title {
		font-size: 2.5rem;
	}
	.is--sp-light .gateway-hero__title {
		text-shadow: 0 0 25px #000;
	}
}
.gateway-hero__anchor {
	display: inline-block;
	margin-top: 6px;
	font-size: 2.1rem;
	font-weight: 500;
	color: #fff;
	text-shadow: 0 0 40px #000, 0 0 30px #000, 0 0 15px #000;
}
.gateway-hero__anchor::after {
	content: url("../svg/icon_angle-right-white.svg");
	width: 8px;
	height: 14px;
	display: inline-block;
	vertical-align: middle;
	margin: -0.8em 0 0 8px;
	filter: drop-shadow(0 0 4px #000);
	transition: 0.4s cubic-bezier(0.5, 1, 0.89, 1) filter;
}

@media print, (min-width: 1100px) {
	.gateway-hero__anchor {
		border: solid 1px transparent;
		transition: 0.4s cubic-bezier(0.5, 1, 0.89, 1) border-color, 0.4s cubic-bezier(0.5, 1, 0.89, 1) background, 0.4s cubic-bezier(0.5, 1, 0.89, 1) text-shadow;
		padding: 8px 44px;
		white-space: nowrap;
	}
	.is--pc-light .gateway-hero__anchor {
		text-shadow: 0 0 20px #000;
	}
}
@media screen and (min-width: 520px) and (max-width: 1099px) {
	.is--tb-light .gateway-hero__anchor {
		text-shadow: 0 0 20px #000;
	}
}
@media screen and (max-width: 519px) {
	.is--sp-light .gateway-hero__anchor {
		text-shadow: 0 0 20px #000;
	}
}
@media print and (any-hover: hover), (any-hover: hover) and (min-width: 1100px) {
	.gateway-hero__item:hover .gateway-hero__anchor {
		border-color: #fff;
		background: rgba(0, 0, 0, 0.54);
		text-shadow: none;
	}
	.gateway-hero__item:hover .gateway-hero__anchor::after {
		filter: none;
	}
}

/* ------------gateway-visions------------ */
.gateway-visions {
	background: #f3f3f3;
}
.gateway-visions .index-section__inner {
	padding-bottom: 80px;
}

.gateway-visions .c-heading-header .c-heading-a {
    font-size: 3.3rem;
    font-weight: 500;
    line-height: 1.4;
}

.gateway-visions .c-heading-header .c-heading-b {
    font-size: 2.7rem;
    font-weight: 500;
    line-height: 1.4;
    margin-top: 32px;
    margin-bottom: 0;
}

@media screen and (max-width: 519px) {
	.gateway-visions .index-section__inner {
		padding-bottom: 60px;
	}
}
.gateway-visions .c-heading-header {
	justify-content: center;
	margin-top: 0;
	margin-bottom: 27px;
}
@media screen and (max-width: 519px) {
	.gateway-visions .c-heading-header .c-heading__subtitle {
		font-size: 1.8rem;
	}
}
@media screen and (max-width: 519px) {
	.gateway-visions .c-heading-header .c-heading-a {
		font-size: 2.8rem;
	}
}
@media screen and (max-width: 519px) {
	.gateway-visions .c-heading-header .c-text {
		font-size: 1.8rem;
	}
}
.gateway-visions .c-link-block {
	margin-top: 0;
}
.gateway-visions .c-link-block__item {
	background-color: #fff;
	display: flex;
	flex-direction: column;
}
.gateway-visions .c-link-block__item__text {
	display: flex;
	flex-direction: column;
	flex: 1;
	padding: 40px;
	margin-top: 0;
}
@media screen and (max-width: 519px) {
	.gateway-visions .c-link-block__item__text {
		padding: 25px 15px 30px;
	}
}
.gateway-visions .c-link-block__item__text .c-heading-c {
	margin-top: 0;
}
.gateway-visions .c-link-block__item__text .c-text {
	margin-bottom: 30px;
}
@media screen and (max-width: 519px) {
	.gateway-visions .c-link-block__item__text .c-text {
		margin-top: 0;
	}
}
.gateway-visions .c-link-block__item__text .c-button-block {
	margin-bottom: 0;
	margin-top: auto;
}
@media screen and (max-width: 519px) {
	.gateway-visions .c-link-block__item__text .c-button-block {
		justify-content: center;
	}
}
@media screen and (min-width: 520px) and (max-width: 1099px) {
	.gateway-visions .c-link-block__item__text .c-button-block .c-button {
		font-size: 1.4rem;
		align-items: center;
	}
}

/* ------------gateway-importantNews------------ */
.gateway-importantNews {
	background: #f3f3f3;
}

.gateway-importantNews__inner {
	width: auto;
	max-width: 1280px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 80px;
	padding-right: 80px;
	max-width: 1000px;
	padding-top: 28px;
	padding-bottom: 28px;
}

@media screen and (min-width: 520px) and (max-width: 1099px) {
	.gateway-importantNews__inner {
		max-width: initial;
		padding-left: 32px;
		padding-right: 32px;
	}
}
@media screen and (max-width: 519px) {
	.gateway-importantNews__inner {
		max-width: initial;
		padding-left: 16px;
		padding-right: 16px;
	}
}
/* ------------index-news------------ */
.index-news .index-section__inner {
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

.index-news-notice {
	border-top: none;
	margin-top: 0;
	padding-top: 0;
}
/* -------------c-link-block--mod-----------  */
.c-link-block--mod {
	position: relative;
}
.c-link-block--mod .c-link-block__item__link:hover .c-link-block__item__image {
    position: relative;
    opacity: 1;
}
.c-link-block--mod .gateway-movie__hovitem {
    opacity: 0;
    transition: 0.4s cubic-bezier(0.5, 1, 0.89, 1) opacity;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
}

@media print, (min-width: 520px) {
	.c-link-block--mod .c-link-block__item__link:hover .gateway-movie__hovitem {
	    opacity: 1;
	}
}
/* -------------------------------------------------------------------------
Print
-------------------------------------------------------------------------- */
@media print {
	.gateway-hero__title {
		color: #fff !important;
	}
	.gateway-importantNews {
		background: #fff;
	}
}

