@charset "UTF-8";
/* CSS Document */

html,
body {
	padding: 0;
	margin: 0;
	background: #000;
	width: 100%;
	height: 100%;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
img,video,svg {
	width: 100%;
	height: auto;
	border: none;
}
ul,li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#br {
	position: fixed;
	inset:0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	font-family: "Noto Sans JP", sans-serif;
	opacity: 0;
	transition: 2s all 0.5s ease;
}
#br.ac {
	opacity: 1
}
h1 {
	position: absolute;
	top: 2%;
	right: 2%;
	z-index: 50;
	color: #FFF;
	font-weight: 400;
	margin: 0;
	padding: 0;
	font-size: 10px;
	letter-spacing: 0.05em; font-family: "Hanken Grotesk", sans-serif;
}
.logo {
	position: absolute;
	top: 2%;
	left: 2%;
	z-index: 50;
	color: #FFF;
	font-weight: 400;
	margin: 0;
	padding: 0;
	font-size: 10px;
	max-width: 50px;
	letter-spacing: 0.05em; font-family: "Hanken Grotesk", sans-serif;
}

.sound-control {
  display: flex;
  align-items: center;
  gap: 8px;
	position: absolute;
	bottom: 2%;
	left: 2%;
	z-index: 100;
	font-family: "Hanken Grotesk", sans-serif;
}


.sound-label {
  font-size: 10px;
  letter-spacing: 0.05em; color: #fff;
}

.sound-control button {
  appearance: none;
  border: 0;
  background: none;
  padding: 0;
  margin: 0;
  font-size: 10px;
  letter-spacing: 0.05em; cursor: pointer;
  color: #fff;
	font-family: "Hanken Grotesk", sans-serif;
}

.sound-control button.active {
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 4px;
}

@media only screen and (min-width: 961px) {
	.sound-control {
		bottom: 4%;
		left: 2%;
	}
	
}
h1,.logo {
	transform: translate(0,-100%);
	transition: 1s all 1s ease;
	opacity: 0;
}
.sound-control {
	opacity: 0;
	transform: translate(0,100%);
	transition: 1s all 1s ease;
}
.ac h1,.ac .logo, .ac .sound-control {
	opacity: 1;
	transform: translate(0);
}





.swiper-container,.swiper-wrapper {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	width: 100%;
	height: 100%;
	position: relative;
	background: #000;
	box-sizing: border-box;
	box-shadow: -5px 5px 20px 1px rgb(100 100 100 / 0.3);
}


.video_box {
	width: 100%;
	height: 100%;
	position: absolute;
	inset:0;
}
.video_box video {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: auto;
	margin-bottom: 4px;
/*	width: auto;
	height: calc(100% - 4px);*/
}
@media only screen and (min-width: 961px) {
	.video_box {
		width: 100%;
	}
	.video_box video {

		margin-bottom: 0;
		width: auto;
		height: calc(90% - 4px);
	}	
	
}

.video_box .swipe {
	position: absolute;
	bottom: 2%;
	right: 2%;
	z-index: 500;
	color: #FFF;
	font-size: 10px;
	letter-spacing: 0.05em; font-family: "Hanken Grotesk", sans-serif;
	width: 20%;
	max-width: 100px;
	padding-top: 10px;
		transition: 1s all 1s ease;
		opacity: 0;
	transform: translate(0,100%)
}
.ac .video_box .swipe {
	opacity: 1;
	transform: translate(0)
}
.video_box .copy {
	position: absolute;
	bottom: 2%;
	right: 2%;
	z-index: 500;
	color: #FFF;
	font-size: 9px;
	letter-spacing: 0.06em; font-family: "Hanken Grotesk", sans-serif;
}
.video_box .swipe span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.video_box .btn {
	position: absolute;
	bottom: 2%;
	right: 2%;
	z-index: 500;
	color: #FFF;
	cursor: pointer;
	font-size: 10px;
	letter-spacing: 0.05em; font-family: "Hanken Grotesk", sans-serif;
	padding-bottom: 5px;
	border-bottom: 1px solid #FFF;
}
@media only screen and (min-width: 961px) {
	.video_box .swipe,.video_box .btn {
		display: none;
	}
	
}


.video_box .cover {
	position: absolute;
	inset:0;
	background: rgba(0,0,0,0.6);
	z-index: 10;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease;
}

.video_box .cover.is-visible {
	opacity: 1;
	visibility: visible;
}
.video_box .cover .txt {
	font-size: 10px;
	color: #FFF;
	position: absolute;
	top: 10%;
	left: 2%;	
	width: 98%;
	display: none;
	transform: translate(0,100%);
	transition: 1s all 0s ease;
}

.video_box .cover .txt h2 {
	font-size: 12px;
	color: #FFF;
	font-weight: 400;
}
.video_box .cover .txt p {
	font-size: 9px;
	color: #FFF;
	line-height: 2;
}

.video_box .cover .credit {
	position: absolute;
	bottom: 10%;
	right: 2%;
	font-family: "Hanken Grotesk", sans-serif;
	transform: translate(100%,0);
	transition: 0.5s all 0s ease;
	
}
.video_box .cover.is-visible .credit {
	transform: translate(0)
}
.video_box .cover .credit ul {
}
.video_box .cover .credit li {
	margin: 10px 0 0;
	text-align: right;
	line-height: 1
}
.video_box .cover .credit a,.video_box .cover .credit p {
	color: #FFF;
	text-decoration: none;
	display: block;
	font-size: 11px;
	letter-spacing: 0.4px;
	margin: 0;
	padding: 0;
	font-weight: 500;
}
.video_box .cover .credit p {
	color: #ddd;
	font-weight: 400;
}
.video_box .cover .credit a span,.video_box .cover .credit p span {
	display: inline-block;
	font-size: 9px;
	margin-left: 10px;
}
@media only screen and (min-width: 961px) {
	.video_box .cover {
		position: absolute;
		inset:0;
		background: rgba(0,0,0,0);
		z-index: 10;
	opacity: 1;
	visibility: visible;
		transition: opacity 0.3s ease;
	}
	.video_box .cover .credit {

		bottom: 4%;
		transform: translate(0);

	}

}



.swiper-scrollbar {
    background: rgba(255,255,255,0.2);
    height: 3px!important;
    position: absolute;
    bottom: 0px!important;
    left: 0px!important;
	width: 100%!important;
	border-radius: 0px!important;
}
.swiper-scrollbar .swiper-scrollbar-drag {
    background: #000; 
    border-radius: 0px;
}
.swiper-button-prev,
.swiper-button-next {
	display: none;
}

@media only screen and (min-width: 961px) {
	.swiper-scrollbar {
		height: 8px!important;
	}
	.swiper-button-prev,
	.swiper-button-next {
		display: block;
		transition: 1s all 1s ease;
		opacity: 0;
	}
	.swiper-button-prev {
		transform: translate(-100%,0);
	}
	.swiper-button-next {
		transform: translate(100%,0);
	}
	.ac .swiper-button-prev,
	.ac .swiper-button-next {
		transform: translate(0);
		opacity: 1;
	}
	/* 前へ次への矢印カスタマイズ */
	.swiper-button-prev::after,
	.swiper-button-next::after {
	  bottom: 0;
	  content: "";
	  height: 0;
	  margin: auto;
	  position: absolute;
	  top: 0;
	  width: 0;
	}
	/* 前への矢印カスタマイズ */
	.swiper-button-prev::after {
	  border-bottom: 6px solid transparent;
	  border-right: 10px solid #fff;
	  border-top: 6px solid transparent;
	}
	/* 次への矢印カスタマイズ */
	.swiper-button-next::after {
	  border-bottom: 6px solid transparent;
	  border-left: 10px solid #fff;
	  border-top: 6px solid transparent;
	}
	/* 画像サイズ調整 */
	.swiper-slide img {
	  height: auto;
	  width: 100%;
	}
}

