@charset "utf-8";

::-moz-selection {
	background-color: rgba(255, 255, 255, 1);
	color: #000;
}

::selection {
	background-color: rgba(255, 255, 255, 1);
	color: #000;
}

body {
	position: relative;
	background-color: #222;
	color: #fff;
}

a[href]:hover {
	color: rgba(255,255,255,0.7);
}

.g-header {
	top: 0;
	background-color: transparent;
}

@media screen and (min-width: 1280px) {
	.gnav-child__list {
		background: #000;
		border: 1px solid currentColor;
		opacity: 0;
	}
}

.site-subheader {
	background-color: transparent;
}

.main-wrapper {
	position: relative;
	padding-top: 0;
}

@media screen and (min-width: 1280px) {
	.invert-anchor:before {
		background-color: #fff;
	}
	
	.invert-anchor:hover > * {
		color: #000 !important;
	}
	
	.invert-anchor:hover .d-glid {
		--line-color: rgba(0,0,0,0.05);
		--obj-color: rgba(0,0,0,0.05);
	}
}

/* --------------------------------------------------------- */

.home-contents {
	
}

@media screen and (min-width: 1280px) {
	.home-contents {
		position: relative;
	}
}

/* --------------------------------------------------------- */

.contact-module {
	background-image: var(--svg-diagonal-line-wt);
}

.contact-module .btn.btn--fill {
	color: #000;
	background-color: #fff;
}

/* --------------------------------------------------------- */

.d-glid {
	--line-color: #444;
	--obj-color: #666;
}

/* --------------------------------------------------------- */
/* KV */

.kv {
	position: relative;
	width: 100%;
	height: 100vh;
	margin-bottom: 80px;
	background-color: rgb(34, 34, 34);
	color: #fff;
}

.kv:before {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(45deg, rgba(0,0,0,1), #2399db, rgba(0,0,0,1), #601fff);
	background-size: 400% 400%;
	animation: kvGradient 20s ease infinite;
	content: "";
	z-index: 2;
	mix-blend-mode: color-dodge;
}

.kv:after {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, rgba(33, 34, 36, 0) 0%, rgba(34, 34, 34, 1) 100%);
	content: "";
	z-index: 3;
}

.kv-ttl-container {
	position: absolute;
	top: auto;
	bottom: 40px;
	left: 0;
	right: 0;
	display: block;
	width: calc(100% - 80px);
	margin: auto;
	z-index: 4;
}

.kv-ttl {
	margin-bottom: 20px;
	font-size: 8vw;
	font-family: "DIN Next LT W01 Bold", "Roboto", sans-serif;
	font-weight: normal;
	letter-spacing: -0.025em;
	line-height: 1.1;
	opacity: 0;
}

.kv-subttl {
	font-size: 5vw;
	font-weight: bolder;
	line-height: 1.2;
}

.kv-text-inner {
	display: inline-block;
}

.kv-scroll-navigate-container {
	position: absolute;
	top: auto;
	left: 0;
	right: 0;
	bottom: -20px;
	display: block;
	width: calc(100% - 80px);
	margin: auto;
	z-index: 10;
}


.kv-anm {
	opacity: 0;
}

.load .kv-anm {
	animation: showKvTxt 1s linear;
	animation-fill-mode: both;
}

.kv .kv-anm:nth-of-type(1) { animation-delay: 0.2s; }
.kv .kv-anm:nth-of-type(2) { animation-delay: 0.4s; }
.kv .kv-anm:nth-of-type(3) { animation-delay: 0.6s; }
.kv .kv-anm:nth-of-type(4) { animation-delay: 0.8s; }
.kv .kv-anm:nth-of-type(5) { animation-delay: 1.0s; }
.kv .kv-anm:nth-of-type(6) { animation-delay: 1.2s; }

@keyframes kvGradient {
	0%{background-position:50% 0%}
	50%{background-position:50% 100%}
	100%{background-position:50% 0%}
}

@media screen and (min-width: 1280px) {
	.kv {
		margin-bottom: 120px;
	}
	
	.kv-ttl-container {
		width: calc(100% - 160px);
		bottom: 80px;
	}
	
	.kv-scroll-navigate-container {
		width: calc(100% - 80px);
		bottom: -40px;
	}
	
	.kv-ttl {
		font-size: 12rem;
	}
	
	.kv-subttl {
		font-size: 4rem;
	}
}


/* Image */

.img-reel {
	position: absolute;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	margin: auto;
	padding: 0;
	font-size: 0;
	line-height: 0;
	list-style: none;
	overflow: hidden;
	background-color: #000;
}

.img-reel__item {
	position: absolute;
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-position: 0 center;
	
	animation-duration: 7s;
	animation-delay: 0s;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
	animation-iteration-count: 1;
	opacity: 0;
	z-index: 1;
}

.img-reel__item-inner {
	height: 100%;
	width: 100%;
	filter: blur(1px);
}

.img-reel__item-bg.img {
	display: none;
}

.img-reel__item-bg.video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.img-reel__item.current {
	z-index: 2;
	animation-name: showImage;
}

.img-reel__item.prev {
	z-index: 2;
	animation-name: hideImage;
}

.img-reel__item-inner {
	position: absolute;
	left: -50px;
	top: 0;
	width: calc(100% + 100px);
	height: 100%;
	
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	
	transform: translate3d(0, 0, 0);
	transform-origin: center center;
	
	animation: inherit;
	animation-timing-function: linear;
}

.img-reel__item.current .img-reel__item-inner {
	animation-name: showTranslateBG;
}

.img-reel__item.prev .img-reel__item-inner {
	animation-name: hideTranslateBG;
}


@keyframes showImage {
	0% {
		opacity: 0;
	}
	
	50% {
		opacity: 1;
	}
	
	100% {
		opacity: 1;
	}
}

@keyframes hideImage {
	0% {
		opacity: 1;
	}
	
	50% {
		opacity: 0;
	}
	
	100% {
		opacity: 0;
	}
}

@keyframes showTranslateBG {
	0%   {transform: translate3d(250px, 0px, 0) ;}
	100% {transform: translate3d(0, 0, 0) ;}
}

@keyframes hideTranslateBG {
	0%   {transform: translate3d(0, 0, 0) ;}
	100% {transform: translate3d(-250px, -0px, 0) ;}
}


/* --------------------------------------------------------- */

.contents-index__img {
	align-items: flex-start;
}

.contents-index__img img,
.contents-index__img svg {
	height: 30px;
}

.contents-index__body {
	flex-direction: column;
	align-items: flex-start;
	width: 70%;
}

.contents-index__body > * {
	width: 100%;
	margin-bottom: 10px;
}

.contents-index__ttl {
}

@media screen and (min-width: 768px) {
	.contents-index__body {
		width: 100%;
	}
	
	.contents-index__img img,
	.contents-index__img svg {
		height: 50px;
	}
}

/* --------------------------------------------------------- */
/* INFORMATION */


.information-index {
	padding: 0;
	box-sizing: border-box;
}

.information-index-header {
	margin-bottom: 20px;
}

.information-index-header__ttl {
	margin: 0;
	font-size: 1.4rem;
	font-weight: 600;
}

.information-index-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.information-index-list li {
	padding: 15px 0;
	border-top: 1px solid var(--line-color);
}

.information-index-list li:last-child {
	margin-bottom: 0;
}

.information-index__anchor {
	position: relative;
	display: block;
	text-decoration: none;
}

.information-index__anchor:hover {
	text-decoration: none;
}

.information-index__anchor > * {
	margin: 0;
}


.information__meta {
	
}

.information__meta-date {
	display: inline-block;
	margin:0 0.5em 0.5em 0;
	font-weight: 600;
}

.information__meta-cat {
	display: inline-block;
	margin:0 0.5em 0.5em 0;
	font-size: 90%;
	opacity: 0.8;
}

.information__meta-ttl {
	width: calc(100% - 30px);
	line-height: 1.5;
	word-break: break-all;
}

.information__meta-icon {
	position: absolute;
	right: 0;
	left: auto;
	bottom: 0;
	top: 0;
	margin: auto;
	width: 16px;
	height: 16px;
}

.information__meta-icon svg {
}


.information-index__anchor {
	position: relative;
}

.information-index__anchor:before {
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 100%;
	height: 0;
	content: "";
	background-color: #fff;
	z-index: -1;
	transition: height 0.2s cubic-bezier(0,1,0.05,1);
}

.information-index__anchor:hover {
	color: #000 !important;
}

.information-index__anchor:hover:before {
	height: 100%;
}


@media screen and (min-width: 768px) {
	
	.information-index-header {
		padding: 10px 15px;
		margin: 0;
	}
	
	.information-index-list li {
		padding: 0;
	}
	
	.information-index__anchor {
		position: relative;
		display: flex;
		padding: 20px 0;
		line-height: 1.5;
	}
	
	a.information-index__anchor:hover {
		stroke-width: 2;
	}
	
	.information__meta {
		width: 300px;
		display: flex;
	}
	
	.information__meta-date {
		width: 50%;
		margin:0;
	}

	.information__meta-cat {
		width: 50%;
		margin:0;
		font-size: inherit;
	}
	
	.information__meta-ttl {
		width: auto;
		margin-right: 40px;
	}
	
	.information__meta-icon {
		position: absolute;
		display: block;
		left: auto;
		height: 20px;
		width: 20px;
	}
}

@media screen and (min-width: 1280px) {
	
	.information-index-header {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 15%;
		padding-left: 0;
		padding-right: 20px;
		border-right: 1px solid rgba(0,0,0,0.1);
	}
	
	.information-index-list {
		box-sizing: border-box;
	}
}


/* --------------------------------------------------------- */

.results {
	
}

.results-list {
	list-style: none;
	padding: 0;
}

.results-list__item {
	margin-bottom: 40px;
}

.results-list__item > * {
	margin: 0 0 10px;
}

.results-list__item > *:last-child {
	margin: 0;
}

.results-list__ttl {
	line-height: 1.5;
}

.results-list__ttl .ja {
	display: block;
}

.results-list__ttl .en {
	display: block;
}

.results-list__num {
	position: relative;
	right: 0.05em;
	margin: 0;
	font-feature-settings: "smcp", "zero";
	font-family: "DIN Next LT W01 Medium";
	font-weight: normal;
	font-size: 20vw;
	letter-spacing: -0.1em;
	line-height: 1;
	text-align: right;
}

.results-list__more {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	text-align: right;
}

.results-list__more .more {
	margin-right: 10px;
}

.results-list__more .icon {
	display: block;
	width: 20px;
	height: 20px;
}

.results-list__anchor {
	display: flex;
	flex-direction: column;
	text-decoration: none;
}

@media screen and (min-width: 768px) {
	
	.results-list {
		display: flex;
		justify-content: space-between;
	}
	
	.results-list__item {
		width: calc(33.333% - 25px);
	}
	
	.results-list__num {
		font-size: 10vw;
	}
	
}

@media screen and (min-width: 1280px) {
	
	.results-list__item {
		width: calc(33.333% - 40px);
		text-align: left;
	}
	
	.results-list__num {
		font-size: 9vw;
	}
	
}

@media screen and (min-width: 2500px) {
	
	.results-list__num {
		font-size: 220px;
	}
	
}
