
.g-nav ul li.n-top a{
	border-left: 8px solid #716864;
	pointer-events: none;
	background-color: #EEEEEE;	
}
.contents{
	padding-bottom: 0px;	
}
.note-sec{
	padding-bottom: 0px;	
}
.note{
	padding-bottom: 100px;
}
.mv-area {
	width: 100%;
	background-color: #FFFFFF;
	aspect-ratio: 16/9;
	position: relative;
	overflow: hidden;
}
.mv-area video{
	width: 100%;
	z-index: 1;
	position: absolute;
	top: 0px;
	left: 0px;
}
#mv.none{
	display: none;	
}
.mv-area p.img{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	opacity:1;
	transition: all 2s 0s ease;
}
.mv-area p.img.none{
	opacity:0;
	transition: all 2s 0s ease;
}
.mv-area p.img img{
	width: 100%;	
}
.info-area h3 {
  max-width: 240px;
  margin: 0px auto 30px;
  width: 70%;
}
.info-area {
  margin: 80px auto 0px;
}
.info-area dl {
	display: flex;
	margin: 0px;
	width: 100%;
	flex-wrap: wrap;
}
.info-area .b-date {
  width: 15%;
}
.info-area .b-txt {
	width: 85%;
	margin-bottom: 10px;
}

/* top-concept */
.tc-wrap{
	position: relative;	

}

.tc-wrap .tc-bg-v{
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: -2;
transition: 2s;
}


.tc-wrap .tc-bg-v > video{
	min-width: 100%;
	min-height: 100%;
	
}
.tc-wrap:before{
	content: "";
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0px;
	left: 0px;
	background-color: rgba(0,0,0,0.4);
	z-index: -1;	
}
.tc-wrap.rm .tc-bg-v{
	display: none;	
}
.tc-wrap.rm:before{
	display: none;	
}
.tc-ttl h2{
	max-width: 200px;
	width: 80%;
	margin: 0px auto;
}
.top-concept {
  position: relative;
}
.tc-ttl {
	background-color: #FFFFFF;
	width: 100%;
	padding: 40px 0px;

	text-align: center;
}
.tc {
  width: 100%;
  min-height: 100vh;
position: relative;
}
.tc-cap{
	text-align: right;
	font-size: 12px;
	color: #FFFFFF;
	position: absolute;
	bottom: 10px;
	right: 10px;
}
.tc-txt {
	max-width: 600px;
	transition: all 2s ease 0s;
	width: 90%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.tc-txt._04 {
	color: #FFFFFF;
	text-align: center;
	font-size: 20px;
	line-height: 50px;
	letter-spacing: 0.06em;
}
/* contents-nav */

.contents-nav {
  padding: 20px 0px 120px;
  background-color: #FFFFFF;
  font-size: 18px;
  letter-spacing: 0.2em;
}
.contents-nav .inr {
	max-width: 800px;
	margin-top: 120px;
	position: relative;
	z-index: 1;
}
.contents-nav .cn-txt {
  width: 400px;
}
.contents-nav .cn-txt h2{
	text-align: left;
	margin-bottom: 30px;
	font-size: 36px;
	letter-spacing: 0.15em;
}
.contents-nav .cn-img {
  position: relative;
  padding-top: 70px;
}
.contents-nav .cn-img .base {
  width: 70%;
  aspect-ratio: 800/512;
}
.contents-nav .cn-img .img {
  width: 70%;
  position: absolute;
  top: 70px;
  left: 0px;
  right: auto;
  z-index: 1;
}
.contents-nav .cn-img .img figure{
	position: relative;
}
.contents-nav .cn-img .img figcaption{
	position: absolute;
	bottom: 5px;
	right: 5px;
	font-size: 12px;
	color: #FFFFFF;
	letter-spacing: normal;
	line-height: 14px;
}
.contents-nav .cn-img .img figcaption.blk{
	color: #000000;
}
.cn-wrap{
	position: relative;
}
.cn-wrap .bg-gra{
	width: 90%;
	aspect-ratio: 3/2;
	position: absolute;
	right: 0px;
	top: 0px;
	transform: translateY(-10%);
	max-width: 1500px;
	z-index: 0;
	background-image: url(../top/bg-gra1.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right center;
}
.cn-wrap .bg-gra.gra2{
	background-image: url(../top/bg-gra2.jpg);
}
.cn-wrap .bg-gra.gra3{
	background-image: url(../top/bg-gra3.jpg);
}
.contents-nav .viewmore {
	position: absolute;
	left: 70%;
	bottom: 40px;
	width: 200px;
	padding-left: 40px;
	z-index: 2;
}
.viewmore::before,.viewmore::after {
	content: "";
	display: block;
	position: absolute;
	right: -20px;
	bottom: -25px;
	margin: auto;
	width: 50px;
	height: 50px;
	border: 1px solid #716864;
	border-radius: 50%;
	box-sizing: border-box;
	pointer-events: none;
	animation: pulsate 2s linear infinite;
}
.viewmore::after {
  animation-delay: 1s;
}
@keyframes pulsate {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
 50% {
    opacity: 0.6;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
.sdw{
	  text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
}
p.bels{
	width: 85%;
	margin: 120px auto 0px;
	max-width: 400px;
}
@media screen and (max-width:750px) {
.mv-area {
	padding-top: 60px;	
}
.info-area .b-txt{
	width: 100%;	
}
	.tc-txt._04 {
    font-size: 16px;
    line-height: 36px;
    letter-spacing: 0.1em;
}
	.cn-wrap{
	display: flex;
		flex-wrap: wrap;
		flex-direction:column-reverse;
		
	}
	.tc-wrap .tc-bg-v > video{
	height: 100vh;
	width: auto;
	min-width: auto;
	min-height: auto;
}
	.contents-nav .inr{
	width: 95%;
	margin-top: 20px;
	}
	.contents-nav .cn-img{
	width: 100%;
	z-index: 1;
	}
	.contents-nav .cn-img .img{
	position: static;
	width: 100%;
	}
	.contents-nav .cn-img .base{
	display: none;		
	}
	.contents-nav .cn-txt{
	width: 95%;
	padding-bottom: 70px;
	}
	.cn-wrap .bg-gra{
	right: 0px;
	bottom: 0px;
	top: auto;
	}
.contents-nav .viewmore {
	left: 2.5%;
	bottom: 0px;
	width: 40%;
	padding-left: 0px;
}
}