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

body.gjs-dashed{}
body:not(.gjs-dashed){}

.fv .fv_scroll{
	position: absolute;
	bottom: 150px;
	left: 50%;
	transform: translateX(-50%);
	padding-bottom: 20px;
	z-index: 99;
	opacity: 0;
	animation-name: fadein;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
	animation-delay: 1.4s;
}
.fv .fv_scroll::after{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	height: 0px;
	width: 1px;
	background-color: #fff;
	animation-name: fv_scroll;
	animation-duration: 2.4s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
	animation-iteration-count: infinite;
	animation-delay: 1.2s;
}
@keyframes fv_scroll {
	0% {
		height: 130px;
		transform: translateX(-50%) translateY(0px);
	}
	50% {
		height: 0px;
		transform: translateX(-50%) translateY(130px);
	}
	51% {
		height: 0px;
		transform: translateX(-50%) translateY(0px);
	}
	100% {
		height: 130px;
		transform: translateX(-50%) translateY(0px);
	}
}
@keyframes fv_scroll2 {
	0% {
		height: 90px;
		transform: translateX(-50%) translateY(0px);
	}
	50% {
		height: 0px;
		transform: translateX(-50%) translateY(90px);
	}
	51% {
		height: 0px;
		transform: translateX(-50%) translateY(0px);
	}
	100% {
		height: 90px;
		transform: translateX(-50%) translateY(0px);
	}
}

.fix_insta{
	position: fixed;
	z-index: 99;
	width: 30%;
	max-width: 260px;
	bottom: 30px;
	left: 30px;
}
.fix_insta a img{
	box-shadow: 0 0 20px rgba(0,0,0,0.5);
	border-radius: 30px;
}
.fv{
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}
body.gjs-dashed .fv{
	height: auto;
}
.fv::before,.fv::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}
.fv::before{
	z-index: 2;
	background-color: rgba(0,0,0,0.40);
}
.fv::after{
	z-index: 4;
	background: #ffffff;
	background: radial-gradient(circle, rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, 0) 40%, rgba(0, 0, 0, 1) 100%);
}
body.gjs-dashed .fv::before,body.gjs-dashed .fv::after{
	display: none;
}

@keyframes fvtxt {
	0% {
		opacity: 0;
		transform: translateY(50px);
		-ms-filter: blur(6px);
		filter: blur(6px);
	}
	100% {
		opacity:1;
		transform: translateY(0px);
		-ms-filter: blur(0px);
		filter: blur(0px);
	}
}

.fv .swiper{
	z-index: 1;
	position: relative;
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
body:not(.gjs-dashed) .fv .swiper-slide{
	width: 100%!important;
	height:100vh;
}
body:not(.gjs-dashed) .fv .swiper-slide .swiper-img{
	width: 100%!important;
	height:100vh;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.fv .swiper-slide-active .swiper-img,
.fv .swiper-slide-duplicate-active .swiper-img,
.fv .swiper-slide-prev .swiper-img {
  animation: zoomUp 10s linear 0s normal both;
}
body:not(.gjs-dashed) .fv .swiper-slide img {
	display: block!important;
	opacity: 0;
	height: auto;
	width: 100%;
}

.fv .txtbox{
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
	z-index: 3;
	color: #fff;
	gap: 15px;
}
body.gjs-dashed .fv .txtbox{
	position: static;
	transform: translateY(0);
}
.fv .txtbox h1,.fv .txtbox p{
	animation-name: fvtxt;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
	opacity: 0;
}
body.gjs-dashed .fv .txtbox h1,body.gjs-dashed .fv .txtbox p{
	opacity: 1;
}
.fv .txtbox h1{
	font-size: clamp(18px, 3.4vw, 36px);
	animation-delay: 0.8s;
}
.fv .txtbox p{
	font-size: clamp(24px, 5.2vw, 60px);
	animation-delay: 0.4s;
}


.section01 .imgbox{
	width: 55%;
	position: relative;
	z-index: 1;
}
.section01 .txtbox{
	position: relative;
	z-index: 2;
	width: 45%;
}
.section01 .topbox{
	flex-direction: row-reverse;
	justify-content: flex-end;
}
.section01 .topbox .txtbox{
	width: 35%;
}
.section01 .topbox .txtbox h2{
	font-size: clamp(22px,3.0vw,42px);
}
.section01 .bottombox .txtbox{
	padding-left: 80px;
}
.section01 .bottombox h3{
	white-space: nowrap;
}

.section02{
	position: relative;
	background: #08080C;
	background: linear-gradient(135deg, rgba(8, 8, 12, 1) 1%, rgba(0, 8, 32, 1) 50%, rgba(8, 8, 12, 1) 100%);
}
.section02::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #08080C;
	background: linear-gradient(180deg, rgba(8, 8, 12, 1) 1%, rgba(8, 8, 12, 0.1) 50%, rgba(8, 8, 12, 1) 100%);
}
.section02 .boxwrap{
	position: relative;
	z-index: 2;
	gap: 80px;
}
.section02 .boxwrap .box{
	position: relative;
	width: calc(100% / 3 - 160px / 3);
}
.section02 .boxwrap .box:nth-of-type(2){
	margin-top: 5%;
	animation-delay: 0.5s;
}
.section02 .boxwrap .box:nth-of-type(3){
	margin-top: 10%;
	animation-delay: 0.8s;
}
.section02 .boxwrap .box .en_title{
	opacity: 0.1;
}
.section02 .boxwrap .box .en_title{
	font-family: "Spectral", "Hina Mincho", "Shippori Mincho", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
	font-size: clamp(22px,2.8vw,50px);
	font-weight: 200;
}
.section02 .boxwrap .box h2{
	position: absolute;
	top: 0;
	right: 10px;
	font-size: clamp(32px,4.6vw,60px);
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

.section03 .boxwrap{
	align-items: stretch;
	justify-content: flex-start;
	gap: 80px 50px;
}
.section03 .boxwrap .box{
	width: calc(100% / 2 - 50px / 2);
	flex-direction: column;
	gap: 20px;
	align-items: flex-start;
}
.section03 .boxwrap .box.box2{
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.section04 .swiper-container{
	overflow: hidden;
}
.section04 .swiper-container .swiper-wrapper{
	transition-timing-function: linear !important;
}
.section04 .swiper-container .swiper-wrapper .swiper-slide{
	opacity: 1;
}
body.gjs-dashed .section04 .swiper-container .swiper-wrapper .swiper-slide{width: 25%;display: inline-block;}

.section04 .swiper-container .swiper-wrapper .swiper-slide a{
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	overflow: hidden;
}
.section05 .webgene-blog{
	width: 100%;
	display: block;
}
.section05 .webgene-blog .webgene-item{
	width: 100%;
}
.section05 .webgene-blog .webgene-item:not(:last-of-type){
	margin-bottom: 30px;
}
.section05 .webgene-blog .webgene-item a{
	display: block;
	box-shadow: none;
}
.section05 .webgene-blog .webgene-item a > div{
	justify-content: flex-start;
	flex-wrap: nowrap;
	gap: 15px;
}
.section05 .webgene-blog .webgene-item a .date{
	width: 90px;
}
.section05 .webgene-blog .webgene-item a .cate{
	width: 100px;
	justify-content: center;
	display: flex;
}
.section05 .webgene-blog .webgene-item a h3{
	max-width: calc(100% - 220px);
	font-size: clamp(16px,1.6vw,20px);
}

.section06 .titlebox{
	flex-direction: column;
	gap: 10px;
}
.section06 .titlebox{
	color: #B1B1B1;
}
.section06 .titlebox h2{
	font-family: "Hina Mincho", "Shippori Mincho", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
	font-size: clamp(24px, 5.2vw, 60px);
	letter-spacing: 0.3rem;
}
.section06 .contents .webgene-blog{
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content: flex-start;
    align-items: stretch;
	flex-direction: row;
	gap: 10px;
}
.section06 .contents .webgene-blog .webgene-item{
	width: calc(100% / 4 - 30px / 4);
}
.section06 .contents .webgene-blog .webgene-item a{
	display: block;
	aspect-ratio: 1 / 1;
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
	.section01 .bottombox .txtbox{
		padding-left: 60px;
	}
	.section02 .boxwrap{
		gap: 60px;
	}
	.section02 .boxwrap .box{
		position: relative;
		width: calc(100% / 3 - 120px / 3);
	}
	
	.section03 .boxwrap{
		gap: 80px 40px;
	}
	.section03 .boxwrap .box{
		width: calc(100% / 2 - 40px / 2);
		flex-direction: column;
		gap: 20px;
		align-items: flex-start;
	}
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
	.section01 .topbox .txtbox{
		width: 45%;
	}
	.section02 .boxwrap{
		gap: 40px;
	}
	.section02 .boxwrap .box{
		position: relative;
		width: calc(100% / 3 - 80px / 3);
	}
	.section02 .boxwrap .box h2{
		right: 0px;
	}
	.section05 .titlebox{
		align-items: center;
	}
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
	.section01 .bottombox .txtbox{
		padding-left: 50px;
	}
	.section02 .boxwrap{
		gap: 30px;
	}
	.section02 .boxwrap .box{
		position: relative;
		width: calc(100% / 3 - 60px / 3);
	}
	
	.section03 .boxwrap{
		gap: 60px 30px;
	}
	.section03 .boxwrap .box{
		width: calc(100% / 2 - 30px / 2);
		flex-direction: column;
		gap: 20px;
		align-items: flex-start;
	}
	.section05 .webgene-blog .webgene-item a > div{
		flex-wrap: wrap;
		gap: 0px 20px;
	}
	.section05 .webgene-blog .webgene-item a .date,.section05 .webgene-blog .webgene-item a .cate{
		width: auto;
	}
	.section05 .webgene-blog .webgene-item a h3{
		width: 100%;
		max-width: 100%;
	}
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.fv .fv_scroll{
		bottom: 100px;
		padding-bottom: 10px;
	}
	.fv .fv_scroll::after{
		animation-name: fv_scroll2;
		animation-duration: 2.4s;
	}
	.fix_insta{
		width: 40%;
		max-width: 300px;
		bottom: 10px;
		left: 10px;
	}
	.fix_insta a img{
		box-shadow: 0 0 20px rgba(0,0,0,0.5);
		border-radius: 10px;
	}
	.section01 .bottombox .txtbox{
		padding-left: 20px;
	}
	.section01 .topbox,.section01 .bottombox{
		padding-left: 20px;
		padding-right: 20px;
	}
	.section01 .imgbox{
		width: 100%;
	}
	.section01 .txtbox{
		width: 100%;
		margin-bottom: 30px;
	}
	.section01 .topbox{
		flex-direction: column;
		justify-content: center;
	}
	.section01 .topbox .txtbox{
		width: 100%;
	}
	.section01 .bottombox .txtbox{
		padding-left: 0px;
	}
	.section01 .bottombox h3{
		white-space: normal;
	}
	.section02 .boxwrap{
		gap: 50px;
	}
	.section02 .boxwrap .box{
		position: relative;
		width: 100%;
	}
	.section02 .boxwrap .box:nth-of-type(2){
		margin-top: 0;
		animation-delay: 0.2s;
	}
	.section02 .boxwrap .box:nth-of-type(3){
		margin-top: 0;
		animation-delay: 0.2s;
	}
	.section02 .boxwrap .box .en_title{
		opacity: 0.1;
	}
	.section02 .boxwrap .box .en_title{
		font-size: 30px;
		font-weight: 200;
	}
	.section02 .boxwrap .box h2{
		right: 10px;
		font-size: clamp(32px,4.6vw,60px);
	}
	.section02 .boxwrap .box .more1{
		padding-top: 10px;
	}
	.section03 .boxwrap{
		gap: 50px;
		justify-content: center;
	}
	.section03 .boxwrap .box{
		width: 90%;
		gap: 10px;
	}
	.section03 .boxwrap .box.box2{
		margin-top: 20px;
	}
	.section06 .contents .webgene-blog .webgene-item{
		width: calc(100% / 2 - 10px / 2);
	}
	.section06 .contents .webgene-blog .webgene-item a{
		display: block;
		aspect-ratio: 1 / 1;
	}
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}

