@charset "UTF-8";
body{
  	font-family: "dnp-shuei-gothic-kin-std", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #333333;
	font-size:1rem;
	aline-height:1.85;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	word-wrap: break-word;
    letter-spacing: 0.2em;
    height: auto;
    width: 100%;
	line-height:1.85;
	overflow-x: hidden;
}
/*========= 背景動画設定のCSS ===============*/

#header{
    position: relative;
    height: 100vh;
}

#video-area{
    position: fixed;
    z-index: -1;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
}

#video{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 177.77777778vh;
    height: 56.25vw;
    min-width: 100%;
    min-height: 100%;
}
#video {
  transition: filter 0.8s ease;
}

#video.blur-dark {
  filter: blur(3px) brightness(45%);
}
/* 最初の中央ロゴ */
#splash-logo {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  opacity: 1;
  transition: opacity 1s ease;
  pointer-events: none;
}

#splash-logo img {
  width: 250px;
  display: block;
}

#splash-logo.fadeout {
  opacity: 0;
}

/* 左上固定ロゴ */
#fixed-logo {
  position: fixed;
  top: 20px;
  left: 20px;
  z-index: 9998;
  opacity: 0;
  transition: opacity 1s ease;
}

#fixed-logo.show {
  opacity: 1;
}

#fixed-logo img {
  width: 140px;
  display: block;
}
#container.mv,
#concept {
  position: relative;
  z-index: 1;
  background: transparent;
}
a{
	text-decoration: none;
	color: inherit;
}
#concept{
	max-width: 900px;
	margin: 30px auto 50px;
}
h2{
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  font-size: 5rem;
  line-height: 1;
  margin-bottom: 50px;
}

h3{
	color: #fff;
	margin: 0 0 20px auto;
	text-align: right;
	font-size: 1.6rem;
}
#concept p{
	color: #fff;
	margin: 0 0 50px auto;
	text-align: right;
}
.bg{
	background-image: url("../img/bg.jpg");
	background-size: cover;
	background-repeat: repeat-y;
}
#gloves{
	padding: 80px 50px;
	text-align: center;
}
.glove-list {
  display: flex;
  gap: 40px;
  list-style: none;
  padding: 0;
  max-width: 1000px;
  margin: 30px auto;
  flex-wrap: wrap;
}
.glove-list li {
  width: 20%;
}
.glove-list p{
	color: #fff;
	font-weight: 500;
	margin-top: 10px;
}
.modal-open {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  color: inherit;
  font: inherit;
}

.modal-open img {
  width: 100%;
  display: block;
}

/* モーダル全体 */
.modal {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none;
}

/* 表示時 */
.modal.is-open {
  display: block;
}

/* 背景 */
.modal-bg {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.75);
}

/* 中身 */
.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(90%, 760px);
  max-height: 85vh;
  overflow-y: auto;
  transform: translate(-50%, -50%);
  background: #000;
  padding: 35px;
  border-radius: 12px;
  color: #111;
  overflow-y: auto;

  /* スクロールバー非表示（Chrome / Safari） */
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE・Edge */
}
.modal-content::-webkit-scrollbar {
  display: none; /* Chrome / Safari */
}
.modal-content img {
  width: 70%;
  display: block;
  margin: 20px auto;
}

.modal-content h4 {
  font-size: 1.3rem;
  margin-bottom: 15px;
  text-align: center;
  color: #fff;
}

.modal-content p {
  line-height: 1.9;
	color: #fff;
	width: 100%;
	margin: 10px auto;
}

/* 閉じるボタン */
.modal-close {
  position: absolute;
  top: 10px;
  right: 15px;
  border: none;
  background: none;
  font-size: 32px;
  cursor: pointer;
  color: #fff;
}
.button{
	background: #fff;
	color: #333;
	padding: 5px 8px;
	margin: 30px auto;
	display: inline-block;
	border-radius: 5px;
}
.button a{
	color: #333;
	font-weight: 600;
	letter-spacing: 0.04rem;
	font-family: "Bebas Neue", sans-serif;
  	font-weight: 500;
	font-size: 1.6rem;
}
.sns{
	margin-bottom: 50px;
}
.tiktok{
	width: 10%;
	background: #fff;
	border-radius: 5px;
	margin-right: 10px;
}
.instagram{
	width: 4%;
}
#address,
#copyright{
	color: #fff;
	text-align: center;
}
#copyright{
	padding-top: 50px;
	padding-bottom: 30px;
}
@media screen and (max-width: 768px){
	.pc{
		display: none;
	}
	#splash-logo img{
		width: 180px;
	}
	#fixed-logo img{
		width: 120px;
	}
	#concept{
		padding: 30px 15px;
	}
	h2{
		font-size: 3rem;
	}
	h3{
		font-size: 1.3rem;
	}
	#gloves{
		padding: 50px 10px 50px 30px;
		text-align: center;
	}
	.glove-list{
		width: 100%;
	}
	.glove-list li{
	  width: 40%;
	}
	.modal-content{
		width: min(100%, 760px);
	}
	.tiktok{
		width: 30%;
	}
	.instagram{
		width: 12%;
	}
}

@media screen and (min-width: 769px){
	.sp{
		display: none;
	}
}
/*========= ナビゲーションのためのCSS ===============*/

#g-nav{
    /*position:fixed;にし、z-indexの数値を小さくして最背面へ*/
    position:fixed;
	z-index: -1;
	opacity: 0;/*はじめは透過0*/
    /*ナビの位置と形状*/
	top:0;
	width:100%;
    height: 100vh;/*ナビの高さ*/
	background-image: url("../img/bg.jpg");
	background-size: cover;
	background-repeat: repeat-y;
    /*動き*/
	transition: all 0.3s;
}

/*アクティブクラスがついたら透過なしにして最前面へ*/
#g-nav.panelactive{
	opacity: 1;
	z-index:999;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
    display: none;/*はじめは非表示*/
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}

#g-nav.panelactive ul {
    display: block;
}
/*リストのレイアウト設定*/

#g-nav li{
	list-style: none;
    text-align: center;
}

#g-nav li a{
	color: #fff;
	text-decoration: none;
	padding:30px;
	display: block;
	text-transform: uppercase;
	font-family: "Bebas Neue", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-size: 2rem;
}
@media screen and (max-width: 768px){
	#g-nav li a{
		font-size: 1.6rem;
	}
}
/*==================================================
ボタン：2本線が×に
===================================*/

/*ボタン外側*/
.openbtn{
	position:fixed;
    z-index: 9999;/*ボタンを最前面に*/
	top:10px;
	right: 10px;
	cursor: pointer;
    width: 70px;
    height:70px;
}

/*ボタン内側*/

.openbtn span{
    display: inline-block;
    transition: all .4s;/*アニメーションの設定*/
    position: absolute;
    left: 13px;
    height: 3px;
	background-color: #fff;
  }


.openbtn span:nth-of-type(1) {
	top:22px;
  	width: 50%;
}

.openbtn span:nth-of-type(2) {
	top:29px;
  	width:30%;
}

/*activeクラスが付与されると線が回転して×に*/

.openbtn.active span:nth-of-type(1) {
    top: 20px;
    left: 16px;
    transform: translateY(6px) rotate(-45deg);
    width: 35%;
}

.openbtn.active span:nth-of-type(2) {
    top: 32px;
    left: 16px;
    transform: translateY(-6px) rotate(45deg);
    width: 35%;
}
/*==================================================
scroll arrow
===================================*/
/*スクロールダウン全体の場所*/
.scrolldown1,
.pagetop{
	position:absolute;
	left:50%;
	transform: translateX(-50%);
	bottom:10px;
    /*全体の高さ*/
	height:50px;
	 white-space: nowrap;
}
.pagetop a{
	color: #fff;
}
/*Scrollテキストの描写*/
.scrolldown1 span{
    /*描画位置*/
	position: absolute;
	left:-15px;
	top: -15px;
    /*テキストの形状*/
	color: #eee;
	font-size: 0.7rem;
	letter-spacing: 0.05em;
}

/* 線の描写 */
.scrolldown1::after{
	content: "";
    /*描画位置*/
	position: absolute;
	top: 0;
    /*線の形状*/
	width: 1px;
	height: 30px;
	background: #eee;
    /*線の動き1.4秒かけて動く。永遠にループ*/
	animation: pathmove 1.4s ease-in-out infinite;
	opacity:0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
	0%{
		height:0;
		top:0;
		opacity: 0;
	}
	30%{
		height:30px;
		opacity: 1;
	}
	100%{
		height:0;
		top:50px;
		opacity: 0;
	}
}
.arrow {
  position: relative;
  display: inline-block;
  width: 26.6px;
  height: 15.3px;
}
