@charset "UTF-8";
/* -----------------------------------------------
= top page (/saiyo/index.html)
----------------------------------------------- */
body {
	color: #fff;
}
body::before {
	content: '';
	position: fixed;
	top: 0;
	left: 0;
	z-index: -2;
	width: 100%;
	height: 100%;
	background-color: #000;
}
@media print, screen and (min-width: 768px) {/* PC */
html{
	height: 100%;
}
body {
	height: 100%;
}
}/* @media */

/* = bg
----------------------------------------------- */
.bg {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.bg video {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
	transform: translate(-50%,-50%);
	width: calc(1920 / 1080 * 100vh);
	height: calc(1080 / 1920 * 100vw);
	min-width: 100%;
	min-height: 100%;
}

/* = header
----------------------------------------------- */
#header {
	background: transparent;
	opacity: 0;
	transition: opacity .8s 1.5s;
}
#header.visible {
	opacity: 1;
}

/* -----------------------------------------------
= modal_entry
----------------------------------------------- */
.modal_entry_wrap {
	color: #333;
}

/* -----------------------------------------------
= swiper
----------------------------------------------- */
@media print, screen and (min-width: 768px) {/* PC */
#js-swiper {
	position: relative;
	height: 100%;
	z-index: 1;
	overflow: hidden;
}
.swiper-vertical > .swiper-wrapper {
	flex-direction: column;
}
#js-swiper > .swiper-wrapper {
	display: flex;
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	transition-property: transform;
	box-sizing: content-box;
}
.swiper-android .swiper-slide,
#js-swiper > .swiper-wrapper {
	transform: translate3d(0, 0, 0);
}
#js-swiper > .swiper-wrapper > .swiper-slide {
	flex-shrink: 0;
	position: relative;
	width: 100%;
	height: 100vh;
	transition-property: transform;
}
.swiper-slide-invisible-blank {
	visibility: hidden;
}
}/* @media */
@media screen and (max-width: 767px) {/* SP */
#js-swiper > .swiper-wrapper {
	display: block;
	height: auto;
}
#js-swiper > .swiper-wrapper > .swiper-slide {
	height: auto;
}
}/* @media */

/* -----------------------------------------------
= page
----------------------------------------------- */
.page h2 {
	text-align: center;
}
.page h2 .en {
	display: block;
	font-family: serif;
	letter-spacing: .32em;
}
.page h2 .jp {
	display: block;
	font-family: serif;
	letter-spacing: .25em;
}
.page .num {
	text-align: center;
	letter-spacing: .06em;
}
.page .menu a {
	display: block;
	position: relative;
	color: #fff;
	letter-spacing: .06em;
}
.page .menu.type01 a {
	background: rgba(0,0,0,.35);
	border: 1px solid #828282;
	text-align: center;
	box-sizing: border-box;
}
.page .menu.type01 a::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background: #828282;
	clip-path: polygon(0 0,100% 0,0 100%);
}
.page .menu.type01 a::after {
	content: '';
	position: absolute;
	background: url(../img/top/icon_arrow01_w.svg) no-repeat 50% / 100% auto;
}
.page .menu.type01 .en {
	display: block;
}
.page .menu .img::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	clip-path: polygon(0 0,100% 0,0 100%);
}
.page .menu.type02 .en {
	display: block;
}
.page .menu.type02 .jp {
	display: block;
}
.page .menu.type02 .more {
	display: inline-block;
	position: relative;
	font-family: serif;
}
.page .menu.type02 .more::after {
	content: '';
	position: absolute;
	right: 0;
	background: url(../img/top/icon_arrow02_w.svg) no-repeat 50% / 100% auto;
}
@media print, screen and (min-width: 768px) {/* PC */
.page {
	position: relative;
	height: 100%;
}
.page .inner {
	position: absolute;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
	padding-top: 14rem;
	overflow: hidden;
}
.page h2 {
	margin-bottom: 70px;
}
.page h2 .en {
	margin-bottom: 20px;
	font-size: 3.6rem;
	letter-spacing: .33em;
}
.page h2 .jp {
	font-size: 2rem;
}
.page .num {
	margin-bottom: 30px;
	font-size: 1.4rem;
}
.page .menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 140rem;
	margin: 0 auto;
}
.page .menu.type01 li {
	width: 300px;
	margin: 0 10px 26px;
}
.page .menu.type01 a {
	height: 100%;
	padding: 27px 0 37px;
	font-size: 2rem;
	line-height: 2.8rem;
}
.page .menu.type01 a::before {
	width: 20px;
	height: 20px;
}
.page .menu.type01 a::after {
	bottom: 17px;
	left: calc(50% - 10px);
	width: 19px;
	height: 10px;
}
.page .menu.type01 a:hover {
	border: 1px solid #fff;
	background: linear-gradient(-45deg,#7cd020,#00a0ff);
}
.page .menu.type01 a:hover::before {
	background: #fff;
}
.page .menu.type01 a span {
	font-size: 1.4rem;
}
.page .menu.type01 .en {
	margin-bottom: 5px;
	font-size: 1.4rem;
}
.page .menu.type02 li {
	width: 360px;
	margin: 0 44px;
}
.page.page04 .menu.type02 li,
.page.page05 .menu.type02 li {
	width: 550px;
	margin: 0;
}
.page .menu a:hover img {
	opacity: 1;
}
.page .menu .img {
	position: relative;
	margin-bottom: 15px;
}
.page .menu .img img {
	border: 4px solid #828282;
}
.page .menu a:hover .img img {
	border: 4px solid #0068a5;
}
.page .menu .img img + img {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
}
.page .menu a:hover .img img + img {
	opacity: 1;
}
.page .menu .img::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 28px;
	height: 28px;
	background: #828282;
	clip-path: polygon(0 0,100% 0,0 100%);
}
.page .menu a:hover .img::after {
	background: #0068a5;
}
.page .menu.type02 .en {
	margin-bottom: 10px;
	font-size: 1.4rem;
}
.page .menu.type02 .jp {
	margin-bottom: 10px;
	font-size: 2.4rem;
}
.page .menu.type02 .text {
	margin-bottom: 10px;
	font-size: 1.6rem;
	line-height: 2.4rem;
}
.page .menu.type02 .more {
	margin-top: 15px;
	padding-right: 73px;
	font-size: 1.6rem;
}
.page .menu.type02 .more::after {
	bottom: 2px;
	width: 54px;
	height: 10px;
}
.is-small .page h2 {
	margin-bottom: 30px;
}
.is-small .page h2 .en {
	margin-bottom: 10px;
	font-size: 2.8rem;
}
.is-small .page h2 .jp {
	font-size: 1.8rem;
}
.is-small .page .num {
	margin-bottom: 20px;
	font-size: 1.2rem;
}
.is-small .page .menu.type01 li {
	width: 230px;
	margin: 0 5px 10px;
}
.is-small .page .menu.type01 a {
	padding: 15px 0 25px;
	font-size: 1.4rem;
	line-height: 2rem;
}
.is-small .page .menu.type01 a::after {
	bottom: 10px;
	left: calc(50% - 5px);
	width: 10px;
	height: 5px;
}
.is-small .page .menu.type01 a span {
	font-size: 1.2rem;
}
.is-small .page .menu.type01 .en {
	font-size: 1.2rem;
}
.is-small .page .menu.type02 li {
	width: 260px;
}
.is-small .page.page04 .menu.type02 li,
.is-small .page.page05 .menu.type02 li {
	width: 400px;
}
.is-small .page .menu.type02 .en {
	font-size: 1.2rem;
}
.is-small .page .menu.type02 .jp {
	font-size: 1.8rem;
}
.is-small .page .menu.type02 .text {
	font-size: 1.4rem;
	line-height: 2rem;
}
.is-small .page .menu.type02 .more {
	margin-top: 0;
	font-size: 1.2rem;
}
}/* @media */
@media screen and (max-width: 767px) {/* SP */
.page .inner {
	padding: 13vw 5.33vw;
}
.page h2 {
	margin-bottom: 12vw;
}
.page h2 .en {
	margin-bottom: 4vw;
	font-size: 4.6rem;
}
.page h2 .jp {
	font-size: 3rem;
}
.page .num {
	margin-bottom: 7vw;
	font-size: 2.4rem;
}
.page .menu.type01 li + li {
	margin-top: 5.33vw;
}
.page .menu.type01 a {
	padding: 5.33vw 0 11vw;
	font-size: 3rem;
	line-height: 5.6rem;
}
.page .menu.type01 a::before {
	width: 8vw;
	height: 8vw;
}
.page .menu.type01 a::after {
	bottom: 5vw;
	left: calc(50% - 2.5vw);
	width: 5vw;
	height: 2.5vw;
}
.page .menu.type01 a span {
	font-size: 2.4rem;
}
.page .menu.type01 .en {
	font-size: 2.4rem;
}
.page .menu.type02 li + li {
	margin-top: 12vw;
}
.page .menu .img {
	margin-bottom: 5.33vw;
}
.page .menu .img img {
	display: none;
}
.page .menu .img img + img {
	display: block;
	border: 4px solid #0068a5;
}
.page .menu .img::after {
	width: 8vw;
	height: 8vw;
	background: #0068a5;
}
.page .menu.type02 .en {
	margin-bottom: 3vw;
	font-size: 2.4rem;
}
.page .menu.type02 .jp {
	margin-bottom: 3vw;
	font-size: 3.4rem;
}
.page .menu.type02 .text {
	margin-bottom: 3vw;
	font-size: 2.6rem;
	line-height: 4.8rem;
}
.page .menu.type02 .more {
	padding-right: 18vw;
	font-size: 2.6rem;
}
.page .menu.type02 .more::after {
	bottom: 2px;
	width: 14.6vw;
	height: 2.5vw;
}
}/* @media */

/* -----------------------------------------------
= page01
----------------------------------------------- */
.page01 .copy {
	transform: scale(1.1);
	filter: blur(1em);
	opacity: 0;
	transition: 2s .2s;
	text-align: center;
}
.page01.visible .copy {
	transform: scale(1);
	filter: blur(0);
	opacity: 1;
}
.page01 .copy {
	font-family: serif;
	font-weight: bold;
	letter-spacing: .06em;
}
.page01 .copy span {
	display: block;
	font-family: sans-serif;
	letter-spacing: .5em;
}
.page01 .scroll {
	width: 100%;
	opacity: 0;
	transition: opacity .8s 1.5s;
}
.page01.visible .scroll {
	opacity: 1;
}
.page01 .scroll p {
	position: relative;
	text-align: center;
	letter-spacing: .06em;
	animation: sdb 2s infinite;
}
.page01 .scroll p::before {
	content: '';
	position: absolute;
	top: 0;
	background: url(../img/top/icon_scroll.svg) no-repeat 50% / cover;
}
@keyframes sdb {
	0% {
		transform: translate(0, 0);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		transform: translate(0, 20px);
		opacity: 0;
	}
}
.page01 .news {
	opacity: 0;
	transition: opacity .8s 1.5s;
}
.page01.visible .news {
	opacity: 1;
}
.page01 .news dl {
	display: flex;
	position: relative;
	border: 1px solid #a8a8a8;
}
.page01 .news dd {
	flex: 1;
}
.page01 .news time {
	display: inline-block;
	margin-right: 1em;
}
.page01 .news a {
	color: #fff;
	text-decoration: underline;
	cursor: pointer;
}
.page01 .news a:hover {
	text-decoration: none;
}
.page01 .child-navi-prev {
	position: absolute;
	z-index: 1;
	background: url(../img/top/news_arrow.svg) no-repeat 50% / 29px auto;
	cursor: pointer;
}
.page01 .child-navi-next {
	position: absolute;
	z-index: 1;
	background: url(../img/top/news_arrow.svg) no-repeat 50% / 29px auto;
	border-right: 1px solid #a8a8a8;
	transform: rotate(180deg);
	cursor: pointer;
}
@media print, screen and (min-width: 768px) {/* PC */
.page01 .inner {
	height: 100%;
	padding-top: 0;
}
.page01 .copy {
	position: absolute;
	top: calc(50% - 80px);
	width: 100%;
}
.page01 .copy {
	font-size: 3.4rem;
}
.page01 .copy span {
	margin-top: 30px;
	font-size: 1.4rem;
}
.page01 .scroll {
	position: absolute;
	top: calc(50% + 70px);
}
.page01 .scroll p {
	padding-top: 72px;
	font-size: 1.4rem;
}
.page01 .scroll p::before {
	left: calc(50% - 14px);
	width: 28px;
	height: 51px;
}
.page01 .news {
	position: absolute;
	bottom: 60px;
	width: 100%;
	padding: 0 20px;
	box-sizing: border-box;
}
.page01 .news dl {
	max-width: 1108px;
	margin: 0 auto;
	letter-spacing: .06em;
}
.page01 .news dt {
	padding: 20px 60px 20px 20px;
	font-size: 2rem;
}
.page01 .news ul li {
	display: flex;
	font-size: 1.6rem;
	line-height: 1.5;
}
.page01 .news ul li span {
	flex: 1;
	display: block;
}
#js-news {
	max-width: 760px;
	padding: 18px 0;
	margin-right: 200px;
	margin-left: 0;
}
.page01 .child-navi-prev {
	position: absolute;
	top: 0;
	right: 100px;
	z-index: 1;
	width: 100px;
	height: 100%;
	background: url(../img/top/news_arrow.svg) no-repeat 50% / 29px auto;
	border-left: 1px solid #a8a8a8;
	cursor: pointer;
}
.page01 .child-navi-next {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	width: 100px;
	height: 100%;
	background: url(../img/top/news_arrow.svg) no-repeat 50% / 29px auto;
	border-right: 1px solid #a8a8a8;
	transform: rotate(180deg);
	cursor: pointer;
}
}/* @media */
@media print, screen and (max-width: 1180px) and (min-width: 768px) {/* TABLET */
.page01 .news dt {
	padding: 20px;
}
#js-news {
	max-width: 700px;
}
}/* @media */
@media screen and (max-width: 767px) {/* SP */
.page01 .copy {
	padding: 8vw 0 0;
}
.page01 .copy {
	font-size: 3.2rem;
}
.page01 .copy span {
	margin-top: 8vw;
	font-size: 2.4rem;
}
.page01 .scroll {
	margin-bottom: 10vw;
}
.page01 .scroll p {
	padding-top: 9vw;
	font-size: 1.8rem;
}
.page01 .scroll p::before {
	left: calc(50% - 1.85vw);
	width: 3.7vw;
	height: 6.8vw;
}
.page01 .news dl {
	padding-bottom: 44px;
}
.page01 .news dt {
	padding: 2vw 4vw;
	font-size: 3rem;
}
.page01 .news ul li {
	font-size: 2.6rem;
	line-height: 1.846;
}
#js-news {
	max-width: 250px;
	padding: 2vw 0;
}
.page01 .child-navi-prev {
	left: 0;
	bottom: 0;
	z-index: 1;
	width: 127px;
	width: 50%;
	height: 43px;
	border-top: 1px solid #a8a8a8;
}
.page01 .child-navi-next {
	bottom: 0;
	right: 0;
	width: 127px;
	width: 50%;
	height: 43px;
	border-bottom: 1px solid #a8a8a8;
}
}/* @media */
/* -----------------------------------------------
= page02
----------------------------------------------- */
.page02 .no_event {
	text-align: center;
	letter-spacing: .06em;
}
.page02 .btn a {
	display: block;
	position: relative;
	color: #fff;
	background: rgba(0,0,0,.35);
	border: 1px solid #828282;
	text-align: center;
	letter-spacing: .06em;
	box-sizing: border-box;
}
.page02 .btn a::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background: #828282;
	clip-path: polygon(0 0,100% 0,0 100%);
}
.page02 .btn a::after {
	content: '';
	position: absolute;
	background: url(../img/top/icon_arrow01_w.svg) no-repeat 50% / 100% auto;
}
@media print, screen and (min-width: 768px) {/* PC */
.page02 .no_event {
	margin-bottom: 40px;
	font-size: 1.8rem;
	line-height: 2.8rem;
}
.page02 .btn a {
	width: 586px;
	margin: 0 auto;
	padding: 27px 0 37px;
	font-size: 2rem;
	line-height: 2.8rem;
}
.page02 .btn a::before {
	width: 20px;
	height: 20px;
}
.page02 .btn a::after {
	bottom: 17px;
	left: calc(50% - 10px);
	width: 19px;
	height: 10px;
}
.page02 .btn a:hover {
	border: 1px solid #fff;
	background: linear-gradient(-45deg,#7cd020,#00a0ff);
}
.page02 .btn a:hover::before {
	background: #fff;
}
.is-small .page02 .btn a {
	width: 470px;
	padding: 15px 0 25px;
	font-size: 1.4rem;
	line-height: 2rem;
}
.is-small .page02 .btn a::after {
	bottom: 10px;
	left: calc(50% - 5px);
	width: 10px;
	height: 5px;
}
}/* @media */
@media screen and (max-width: 767px) {/* SP */
.page02 .no_event {
	font-size: 2.6rem;
	line-height: 5rem;
}
.page02 .btn a {
	margin-top: 5.33vw;
	padding: 5.33vw 0 11vw;
	font-size: 3rem;
	line-height: 5.6rem;
}
.page02 .btn a::before {
	width: 8vw;
	height: 8vw;
}
.page02 .btn a::after {
	bottom: 5vw;
	left: calc(50% - 2.5vw);
	width: 5vw;
	height: 2.5vw;
}
}/* @media */
/* -----------------------------------------------
= page08
----------------------------------------------- */
@media print, screen and (min-width: 768px) {/* PC */
.page08 #footer {
	height: 100%;
	overflow-y: scroll;
	box-sizing: border-box;
}
.page08 #footer h2 {
	padding-top: 140px;
}
}/* @media */
