@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@400;900&family=Zen+Old+Mincho:wght@400;900&display=swap');
html{
	font-size: 62.5%;
	height: 100%;
	scroll-behavior: smooth;
}

body	{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	color: #040404;
	background-color: #FFFFFF;
	font-family: "M PLUS 1p", sans-serif;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 1.6;
	/*overflow-x: hidden;*/
}

.clearfix:before, .clearfix:after { content: " "; display: table;}
.clearfix:after { clear: both;}
.clearfix {*zoom:1;}
em{font-style: normal;}
img{ /*width: 100%;*/ max-width: 100%; height: auto; vertical-align: top;}
a img{border: none;}
a:hover img	{opacity:0.7;filter: alpha(opacity=70);}
a{text-decoration: none}
a:hover {-webkit-transition: all 0.5s;-moz-transition: all 0.5s;-ms-transition: all 0.5s;-o-transition: all 0.5s;transition: all 0.5s;}

.text-center{text-align: center;}
.text-red{color: #B80003}
.reset{
	margin: 0;
	padding: 0;
}
.reset-t{
	margin-top: 0;
}
.reset-b{
	margin-bottom: 0;
}

.fs-14{
	font-size: 1.4rem;
}
.fs-13{
	font-size: 1.3rem;
}
.fs-12{
	font-size: 1.2rem;
}
.fs-11{
	font-size: 1.1rem;
}
.flex{display: flex;justify-content: center;}

.fadeIn {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}
.fadeIn.on {
  transform: translateY(0);
  opacity: 1.0;
}

.sec-outer{
	padding-top: 80px;
	padding-bottom: 80px;
	position: relative;
}
.contets-inner{
	position: relative;
}
.dir-30th{
	color: #040404;
	background-color: #E1E1E1;
}
.ttl-special{
	color: #f7f7f7;
	font-size: 12vw;
	text-align: center;
	position: absolute;
	top: 0;
	font-family: "M PLUS 1p", sans-serif;
	display: block;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
}
.dir-30th.sub-top .top-ttl{
	letter-spacing: .04em;
	font-size: 6.0rem;
	margin-top: 0;
	margin-bottom: 30px;
	font-family: "M PLUS 1p", sans-serif;
	font-weight: 900;
	font-style: italic;
}
/*--------- ここから最初のKV ---------*/
#kvVideo{
	opacity: 0;
	transition: opacity .2s ease;
	width: 100%;
	height: 100%;
	object-fit: cover;
	background: #000;
}
#kvVideo.is-ready{
	opacity: 1;
}
.dir-30th .kv-main{
	position: relative;
	height: 100vh;
}
.dir-30th .kv-container {
/*	position: fixed;*/
	top: 0;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	}
	.kv-container video {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1; 
	}
		@media (max-width: 834px){
.dir-30th .kv-main{
	position: relative;
	height: auto;
	padding-top: 56%;
}
	.dir-30th .kv-container {
	height: auto;
/*	padding-top: 56%;*/
	}
	.kv-container video {
		width: 100%;
		height: auto; 
		aspect-ratio: 16 / 9;
		object-fit: cover;
			}
}

/*--------- ここまで最初のKV ---------*/

/*--------------------
トップページ 
--------------------*/
/*流れる画像*/
@keyframes infinity-scroll-left {
from {
transform: translateX(0);
}
to {
transform: translateX(-100%);
}
}
.scroll-infinity{
	position: relative;
	z-index: 1;
}
.scroll-infinity__wrap {
display: flex;
overflow: hidden;
}
.scroll-infinity__list {
display: flex;
list-style: none;
padding: 0;
	margin: 0;
}
.scroll-infinity__list--left {
animation: infinity-scroll-left 80s infinite linear 0.5s both;
}
.scroll-infinity__item {
width: calc(100vw / 6);
}
.scroll-infinity__item>img {
width: 100%;
	filter: grayscale(60%);
}
/*メッセージ*/

.dir-30th.sub-top .message-box{
	padding: 0 0 6vw;
	clip-path: ellipse(260% 200% at 75% -110%);
	background-image: linear-gradient(90deg, #ea5504, #004098);
}
.dir-30th.sub-top .message-box .main-message{
	mask-size: 100% 100%,max(2000px,100%) 580px; clip-path: ellipse(260% 200% at 75% -110%); background-color: #FFFFFF; padding: 40px 0 30rem;
}

.dir-30th.sub-top .main-message .message-text{
	text-align: center;
	font-weight: bold;
	font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}
.dir-30th.sub-top .main-message .message-text h2{
	font-size: 4.3rem;
  font-weight: 900;
	margin-top: 0;
	margin-bottom: 0;
}
.dir-30th.sub-top .main-message .message-text p{
	margin: 1em 0 0;
	font-size: 2.4rem;
	line-height: 2.0;
}
/*ニュース*/
.dir-30th.sub-top .news-box{
		padding-top: 0;
	}
.dir-30th.sub-top .main-news .news-list{
	overflow-y: scroll;
	max-height: 240px;
	-webkit-overflow-scrolling: touch;
}
.dir-30th.sub-top .main-news ul li{
	overflow: hidden;
	width: 100%;
	display: flex;
}
.dir-30th.sub-top .main-news ul li .date{
	width: 16%;
	margin: 0;
}
.dir-30th.sub-top .main-news ul li .text{
	width: 83%;
	margin: 0;
}
.dir-30th.sub-top .main-news ul li .text a{
	color: #040404;
}
.dir-30th.sub-top .main-news ul li .text a:hover{
	text-decoration: underline;
}
.dir-30th.sub-top .main-news ul li + li{
	margin-top: 20px;
}
.dir-30th.sub-top .main-news .news-list::-webkit-scrollbar {
		width: 7px;
		height: 7px;
		display: none;
}
.dir-30th.sub-top .main-news .news-list::-webkit-scrollbar {
	 display: block;
}
.dir-30th.sub-top .main-news .news-list::-webkit-scrollbar-thumb {
		background: #7D7D7D;
}
.dir-30th.sub-top .main-news .news-list::-webkit-scrollbar-track {
		 background: rgba(255,255,255,0.8);
}


@media (max-width: 834px) {
	body{font-size: 1.3rem;line-height: 1.76923;}
	.container{padding-right: 25px;padding-left: 25px;}
	.only-lg{display: none!important;}
	.fs-14{
	font-size: 1.3rem;
	}
	.fs-13{
	font-size: 1.2rem;
}
	.fs-12{
	font-size: 1.1rem;
	}
	.fs-11{
	font-size: 1.0rem;
}
	.flex.wrap-sm{
		flex-wrap: wrap;
	}
	.scroll-point{
		display: block;
		margin-top: -70px;
		padding-top: 70px;
		outline: none;
	}
	.sec-outer{
		padding-top: 45px;
		padding-bottom: 45px;
	}
	.scroll-infinity__item {
		width: calc(100vw / 3);
		}
	.dir-30th.sub-top .top-ttl{
		font-size: 3.3rem;
		margin-bottom: 25px;
	}
	.dir-30th.sub-top .message-box{
		padding-top: 0;
	padding-bottom: 10vw;
	clip-path: ellipse(192% 200% at 70% -100%);
	background-image: linear-gradient(90deg, #ea5504, #004098);
	}
	.dir-30th.sub-top .message-box .main-message{
	padding: 12.8205128205vw 0 23vw;
		mask-size: 100% 100%,100% auto;
clip-path: ellipse(175% 200% at 66% -100%);
	}
	.dir-30th.sub-top .main-message .message-text h2{
		font-size: 2.5rem;
	}
	.dir-30th.sub-top .main-message .message-text p{
		font-size: 1.6rem;
		text-align: left;
	}
	.dir-30th.sub-top .main-news{
		padding-top: 20px;
	}
	.dir-30th.sub-top .main-news ul li{
		flex-wrap: wrap;
	}
	.dir-30th.sub-top .main-news ul li .date{
		width: 100%;
	}
	.dir-30th.sub-top .main-news ul li .text{
		width: 100%;
		margin-top: 8px;
	}
	
}

@media (min-width: 835px) {
.container{
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	}
.only-sm{
	display: none!important;
	}
	.scroll-point{
		display: block;
		margin-top: -80px;
		padding-top: 80px;
		outline: none;
	}
.main{
		padding-top: 80px;
	}

	#gloval-nav a{
		width: 250px;
	}


}
/*---------- ヘッダーここから ----------*/
header{
	background-color: transparent;
	padding: 10px 4rem;
	position: fixed;
	top: 0;
	width: 100%;
	box-sizing: border-box;
	z-index: 100;
}
header .header-inner{
	display: flex;
	justify-content: space-between;
	margin-right: 80px;
}
header .header-inner .header-l{
	display: flex;
	align-items: center;
	height: 70px;
}
header .header-inner .header-r{
	display: flex;
	align-items: center;
	height: 70px;
}
header .header-inner .logo{
	width: 8rem;
}
header .header-inner .header-ttl{
	width: 21.15rem;
	padding-left: 40px;
}
header .header-inner .shop-icon{
	width: 5.3rem;
}
#nav-toggle {
  position: absolute;
  top: 20px;
  right: 40px;
  height: 40px;
  width: 40px;
  cursor: pointer;
}
#nav-toggle .menu{
	position: relative;
}
#nav-toggle .menu:after{
	content: "Menu";
	position: absolute;
	top: 0;
	background-size: 40px;
	height: 40px;
	background-repeat: no-repeat;
	width: 40px;
	font-size: 12px;
	color: #ea5504;
	font-weight: bold;
	left: 50%;
	right: 50%;
	margin: auto;
	text-align: center;
}
#nav-toggle > div {
  position: relative;
  width: 40px;
	margin-top: 25px;
}

#nav-toggle > div span {
  width: 100%;
  height: 2px;
  left: 0;
  display: block;
  background: #ea5504;
  position: absolute;
  transition: transform 0.6s ease-in-out, top 0.5s ease;
}
#nav-toggle > div span:nth-child(1) {
  top: 0;
}
#nav-toggle > div span:nth-child(2) {
  top: 7px;
}
#nav-toggle > div span:nth-child(3) {
  top: 14px;
}
.open #nav-toggle .menu:after{
	content: "Close";
	color: #FFFFFF;
}
.open #nav-toggle > div span {
  background: #FFFFFF;
}
.open #nav-toggle > div span:nth-child(1) {
  top: 7px;
  transform: rotate(45deg);
}
.open #nav-toggle > div span:nth-child(2) {
  top: 14px;
  width: 0;
  left: 50%;
}
.open #nav-toggle > div span:nth-child(3) {
  top: 7px;
  transform: rotate(-45deg);
}

#gloval-nav {
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
	align-items: center;
  font-size: 1.8rem;
  transform: translateX(-100%);
  transition: opacity 0.6s ease, visibility 0.6s ease;
}
#gloval-nav ul{
	padding: 0;
	margin: 0;
}
#gloval-nav a {
  display: block;
  color: #fff;
  padding: 15px 20px 15px 45px;
  transition: color 0.6s ease;
	font-weight: bold;
	border-bottom: 1px solid rgba(190,0,0,1.00);
	position: relative;
}

#gloval-nav a:hover{
	cursor: pointer;
	background-color:rgba(255,255,255,0.2);
}
#gloval-nav a span{
	font-size: 13px;
	position: absolute;
	top: 15px;
	left: 10px;
	font-weight: normal;
}
#gloval-nav ul li {
  opacity: 0;
  transform: translateX(-200px);
  transition: transform 0.6s ease, opacity 0.2s ease;
}
#gloval-nav ul li:nth-child(2) {
  transition-delay: 0.15s;
}
#gloval-nav ul li:nth-child(3) {
  transition-delay: 0.3s;
}
#gloval-nav ul li:nth-child(4) {
  transition-delay: 0.45s;
}
#gloval-nav ul li:nth-child(5) {
  transition-delay: 0.6s;
}
#gloval-nav ul li:nth-child(6) {
  transition-delay: 0.75s;
}
#gloval-nav ul li:nth-child(7) {
  transition-delay: 0.9s;
}
#gloval-nav ul li:nth-child(8) {
  transition-delay: 1.05s;
}
#gloval-nav ul li:nth-child(9) {
  transition-delay: 1.2s;
}
#gloval-nav ul li:nth-child(10) {
  transition-delay: 1.35s;
}
#gloval-nav ul li:nth-child(11) {
  transition-delay: 1.5s;
}

/* open */
.open {
  overflow: hidden;
}
.open #gloval-nav {
  visibility: visible;
  transform: translateX(0);
  transition: transform 0.6s;
}
.open #gloval-nav li {
  opacity: 1;
  transform: translateX(0);
  transition: transform 1s ease, opacity 0.9s ease;
}

#nav-toggle {
  z-index: 100;
}

#gloval-nav {
  z-index: 10;
}
@media (max-width: 834px) {
	header{
		padding-top: 5px;
		padding-bottom: 5px;
		padding-left: 10px;
		padding-right: 10px;
	}
	header .header-inner .header-l,header .header-inner .header-r{
		height: 60px;
	}
	header .header-inner{
		margin-right: 50px;
	}
	header .header-inner .logo{
		width: 4.5em;
	}
	header .header-inner .header-ttl{
		width: 10em;
		padding-left: 15px;
	}
	header .header-inner .shop-icon{
		width: 2.45em;
	}
	#nav-toggle{
		right: 10px;
		width: 36px;
		height: 36px;
		top: 12px;
	}
	#nav-toggle .menu:after{
		width: 36px;
		background-size: 36px;
		height: 36px;
	}
	#gloval-nav{
		font-size: 1.6rem;
	}
	#gloval-nav a{
		text-align: left;
		padding: 15px 20px 15px 35px;
	}
}
/*---------- ヘッダーここまで ----------*/
.dir-30th #re-banner,.dir-30th #re-partner,.dir-30th .re-footer{
	position: relative;
	z-index: 1;
}
@media (min-width: 960px) {

}

@media (min-width: 1060px) {
}

@media (max-width: 375px) {
}

@media (max-width: 320px) {
}
