header {
  /* height: 0; */
}
header:not(.global) .logo a {
	filter: brightness(1) invert(100%);
}


section {
	overflow: hidden;
}


/*====================================================
//// id loader
====================================================*/
#opening_video {
	opacity: 0;
	position: fixed;
		top: 0;
		left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
}
#opening_video.show {
	opacity: 1;
	transition: 2s ease-in-out;
}
#opening_video.is-active {
  opacity: 0;
  visibility: hidden;
}
#opening_video .box-inner {
	background: #000;
	width: 100%;
	height: 100%;
}
#opening_video video {
	transition: 1.5s ease-in-out;
	width: 100%;
	height: 100%;
}
#opening_video.is-active video {
	opacity: 0;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
}

@media screen and (max-width:580px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
	#loading .video {
		width: 600px;
		height: 600px;
	}
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:960px) {
}

@media screen and (min-width:1550px) {
}

/*====================================================
////id mv
====================================================*/
#mv .innerBox {
}
#mv .imgBox {
  width: 100%;
  height: 100%;
}
#mv .imgBox video {
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	max-width: none;
	height: 100%;
	max-height: none;
}

.slide-animation figure {
    -webkit-animation: fadezoom 8s 0s linear forwards;
            animation: fadezoom 8s 0s linear forwards;
}
@-webkit-keyframes fadezoom {
	0% { transform: scale(1); }
  100% { transform: scale(1.2); }
}
@keyframes fadezoom {
  0% { transform: scale(1); }
  100% { transform: scale(1.2); }
}
#mv .innerBox {
	position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	height: 100%;
}
#mv .notice {
	padding: 7px 15px;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
	#mv .imgBox::before {
		background: rgba(0, 0, 0, .3);
		content: '';
		margin: auto;
		position: absolute;
			top: 0;
			left: 0;
		width: 100%;
		height: 100%;
		z-index: 10;
	}
	#mv .imgBox .coverImg {
		height: 100vh;
		height: 100dvh;
		max-height: 900px;
	}
	#mv .txtBox {
		padding-bottom: 50px;
		width: 80px;
	}
	#mv h1 {
    font-size: 4.0rem;
  }
	#mv .notice {
		font-size: 1.3rem;
	}
}

@media screen and (max-width:580px) {
}

@media screen and (max-width:500px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 768px) {
	#mv .imgBox .coverImg {
		padding-top: 100vh;
		padding-top: 100dvh;
	}
	#mv .txtBox {
		padding-bottom: 50px;
	}
  #mv h1 {
    font-size: 5.0rem;
  }
	#mv .notice {
		font-size: 1.4rem;
		margin: auto;
		position: absolute;
			bottom: 0;
			left: 0;
		width: 100%;
		z-index: 10;
	}
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:960px) {
}

@media screen and (min-width:1500px) {
	#mv .innerBox {
	}
	#mv .imgBox .coverImg {
	}
	#mv h1 {
		font-size: 6.0rem;
	}
}

@media screen and (min-width:1550px) {
}

/*====================================================
////id concept
====================================================*/
#concept::before {
	background: url('../img/top/concept_bg.png') no-repeat center top / contain;
	content: '';
	margin: auto;
	position: absolute;
		top: 250px;
		left: -50vw;
		right: -50vw;
	width: 94vw;
		max-width: 1000px;
	height: 70%;
	z-index: -1;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
	#concept::before {
		top: 150px;
	}
	#concept .headBox {
		padding: 40px 0 120px
	}
	#concept .headBox h2 {
		font-size: 2.6rem;
	}
	#concept .txtBox {
		margin: auto;
		text-align: center;
		width: 86%;
	}
	#concept .txtBox p {
		display: inline-block;
		text-align: left;
	}
}

@media screen and (max-width:500px) {
	#concept::before {
		top: 60vw;
	}
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
	#concept::before {
	}
	#concept .headBox {
		padding: 30px 0 100px;
	}
	#concept .headBox h2 {
		font-size: 3.8rem;
	}
	#concept .txtBox {
		font-size: 1.6rem;
		text-align: center;
	}
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:960px) {
	#concept::before {
		top: 260px;
	}
	#concept::after {
		top: 10vw;
		left: 70%;
	}
	#concept .headBox h2 {
		font-size: 3.4rem;
	}
	#concept .txtBox {
		/* font-size: 1.5rem; */
	}
}

@media screen and (min-width:1550px) {
	#concept::after {
		top: 50px;
	}
	#concept .headBox {
		padding-bottom: 130px;
	}
	#concept .headBox::before {
		left: -20%;
		width: 140%;
	}
	#concept .headBox h2 {
	}
	#concept .txtBox {
	}
}

/*====================================================
//// id attention
====================================================*/
#attention .itemBox {
	margin: 50px -20px 0;
	width: calc(100% + 40px);
}
#attention .item {
	padding: 0 20px;
}
#attention .item .coverImg {
	padding-top: 100%;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
}

@media screen and (max-width:580px) {
	#attention .itemBox {
		margin: 50px -3vw 0;
		width: calc(100% + 6vw);
	}
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:960px) {
}

@media screen and (min-width:1550px) {
}

/*====================================================
//// id banner
====================================================*/
#banner .innerBox {
	width: 100%;
		max-width: none;
}
#banner .imgBox {
	position: absolute;
		top: 0;
		left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
#banner .arrowBtn::before {
	border-bottom-color: #fff;
}
#banner .arrowBtn::after {
	border-left-color: #fff;
}

/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
	#banner .itemBox {
		grid-gap: 20px;
	}
	#banner .item-inner {
		grid-template-rows: 1fr auto;
		height: 100vw;
			max-height: 300px;
			padding: 10px 3vw;
	}
	#banner .item .en {
		font-size: 5.0rem;
		position: absolute;
			bottom: 10px;
			left: 3vw;
	}
	#banner .item .jp {
		font-size: 1.5rem;
		padding-top: .5em;
	}
	#banner .item .arrowBtn {
		margin-bottom: 10px;
		transform: scale(.8);
		transform-origin: bottom right;
		width: calc(7em + 50px);
			min-width: 0;
	}
	#banner .arrowBtn::after {
		height: 30px;
	}
}

@media screen and (max-width:580px) {
	#banner .item .arrowBtn {
	}
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
	#banner .itemBox {
		grid-gap: 12px;
		grid-template-columns: 1fr 1fr;
	}
	#banner .item .item-inner {
		grid-template-rows: 300px 40px;
		padding: 20px
	}
	#banner .item .en {
		position: absolute;
			top: 20px;
			left: 20px;
	}
	#banner .item .en {
		font-size: 6.0rem;
	}
	#banner .item .jp {
		font-size: 1.8rem;
	}
	#banner .item .arrowBtn {
		font-size: 1.8rem;
		min-width: 200px;
	}
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:960px) {
	#banner .item .jp {
	}
	#banner .item .arrowBtn {
		font-size: 1.6rem;
		min-width: 180px;
	}
}

@media screen and (min-width:1280px) {
}

@media screen and (min-width:1550px) {
	#banner .item .item-inner {
		grid-template-rows: 320px 40px;
	}
	#banner .item .en {
		font-size: 7.0rem;
	}
	#banner .item .jp {
		font-size: 2.0rem;
	}
	#banner .item .arrowBtn {
		font-size: 1.8rem;
		min-width: 260px;
	}
}

/*====================================================
//// id detail_item
====================================================*/
#detail {
	overflow: hidden;
	width: 100%;
}
.detailBox h2 {
	position: relative;
	text-shadow: 0 0 .2em #fff, 0 0 .2em #fff, 0 0 .2em #fff;
}
.detailBox h2 .jp {
	text-shadow: 0 0 .1em #fff, 0 0 .1em #fff, 0 0 .1em #fff;
}

/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
	.detail_item {
		grid-gap: 30px 0px;
	}
	.detail_item:not(.detail_item:last-child) {
		margin-bottom: 100px;
	}
	.detail_item .headBox {
		position: absolute;
			top: 10px;
			left: 0;
		width: 100%;
		z-index: 10;
	}
	.detail_item.layout-right .headBox {
		text-align: right;
	}
	.detail_item .imgBox {
		width: 80%;
	}
	.detail_item.layout-left .imgBox {
		margin: 0 -4vw 0 auto;
	}
	.detail_item.layout-right .imgBox {
		margin: 0 auto 0 -4vw;
	}
	.detail_item .imgBox .coverImg {
		height: 90vw;
			max-height: 400px;
	}
	.detail_item .linkBox {
		grid-gap: 4px;
		justify-content: flex-end;
		margin: 0 0 0 auto;
		max-width: 360px;
	}
	.detail_item .linkBox .linkBtn {
		font-size: 1.4rem;
		margin: 0;
		padding: 12px 5px;
		width: calc(50% - 2px);
			min-width: 0;
	}
}

@media screen and (max-width:580px) {
	.detail_item .linkBox {
		justify-content: center;
		max-width: 100%;
	}
	.detail_item .linkBox .linkBtn {
		font-size: 3.5vw;
	}
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
	.detail_item {
		grid-gap: 20px 30px;
		grid-template-rows: auto 1fr;
	}
	.detail_item:not(.detail_item:last-child) {
		margin-bottom: 120px;
	}
	.detail_item.layout-left {
		grid-template-columns: 450px 1fr;
	}
	.detail_item.layout-right {
		grid-template-columns: 1fr 450px;
	}
	.detail_item .headBox.en_jp .en {
		display: inline-block;
		margin-right: 15px;
	}
	.detail_item .headBox.en_jp .jp {
		display: inline-block;
	}
	.detail_item .imgBox {
		grid-row: 1 / 3;
	}
	.detail_item.layout-left .imgBox {
		grid-column: 2;
	}
	.detail_item.layout-right .imgBox {
		grid-column: 1;
	}
	.detail_item .imgBox .coverImg {
		width: calc(100% + 4vw);
	}
	.detail_item.layout-left .imgBox .coverImg {
		margin-right: -4vw;
	}
	.detail_item.layout-right .imgBox .coverImg {
		margin-left: -4vw;
	}
	.detail_item .txtBox {
		display: grid;
			grid-template-rows: 1fr auto;
		margin-top: 20px;
	}
	.detail_item .txtBox p {
		/* font-size: 1.8rem; */
	}
	.detail_item .linkBox {
		flex-direction: column;
		grid-gap: 10px;
		max-width: 390px;
	}
	.detail_item.layout-right .linkBox {
		margin: 0 0 0 auto;
	}
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:960px) {
	.detail_item.layout-left {
		grid-template-columns: 400px 1fr;
	}
	.detail_item.layout-right {
		grid-template-columns: 1fr 400px;
	}
}

@media screen and (min-width:1550px) {
	.detail_item {
		grid-gap: 10px 50px;
	}
	.detail_item:not(.detail_item:last-child) {
		margin-bottom: 150px;
	}
	.detail_item .imgBox .coverImg {
		width: calc(100% + (50vw - 720px));
	}
	.detail_item.layout-left .imgBox .coverImg {
		margin-right: calc((50vw - 720px) * -1);
	}
	.detail_item.layout-right .imgBox .coverImg {
		margin-left: calc((50vw - 720px) * -1);
	}
	.detail_item .txtBox p {
		/* font-size: 2.0rem; */
	}
}

/*====================================================
//// id column
====================================================*/
#column .innerBox {
	width: 100%;
		max-width: none;
}
#column .item {
	padding: 0 8px;
}
#column .imgBox .coverImg {
	padding-top: 100%;
}
#column .txtBox {
	background: linear-gradient(to bottom, rgba(105, 105, 105, 0), rgba(105, 105, 105, .5) 30%, rgba(105, 105, 105, .8) 80%);
	padding: 1.5em 1em 1em;
	position: absolute;
		left: 0;
		bottom: 0;
	width: 100%;
	z-index: 10;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
}

@media screen and (max-width:580px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
	#column .txtBox .title {
		font-size: 1.6rem;
	}
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:960px) {
}

@media screen and (min-width:1550px) {
}

/*====================================================
//// id news
====================================================*/
#news .headBox.en_jp .en {
	display: inline-block;
	margin-right: 15px;
}
#news .headBox.en_jp .jp {
	display: inline-block;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
	#news .itemBox {
		margin: 40px auto;
		max-width: 1200px;
	}
	#news .item:not(.item:last-child) {
		margin-bottom: 20px;
	}
	#news .item a {
		grid-template-columns: 7em 1fr;
	}
}

@media screen and (max-width:580px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
	#news .itemBox {
		margin: 50px auto;
		max-width: 1200px;
	}
	#news .item:not(.item:last-child) {
		margin-bottom: 30px;
	}
	#news .item a {
		grid-template-columns: 140px 1fr;
		/* font-size: 2.0rem; */
	}
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:960px) {
}

@media screen and (min-width:1550px) {
	#news .item a {
		grid-template-columns: 180px 1fr;
		/* font-size: 2.4rem; */
	}
}

/*====================================================
//// id activities
====================================================*/
#activities .innerBox {
	width: 100%;
		max-width: none;
}
#activities .item {
	padding: 0 8px;
}
#activities .imgBox .coverImg {
	padding-top: 100%;
}
#activities .txtBox {
	background: linear-gradient(to bottom, rgba(105, 105, 105, 0), rgba(105, 105, 105, .5) 30%, rgba(105, 105, 105, .8) 80%);
	padding: 1.5em 1em 1em;
	position: absolute;
		left: 0;
		bottom: 0;
	width: 100%;
	z-index: 10;
}

/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
}

@media screen and (max-width:580px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
	#activities .txtBox .title {
		font-size: 1.6rem;
	}
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:960px) {
}

@media screen and (min-width:1550px) {
}

/*====================================================
//// id
====================================================*/

/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
}

@media screen and (max-width:580px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:960px) {
}

@media screen and (min-width:1550px) {
}
