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

.header,.furusato_banner{
	opacity: 0;
	animation-delay: 1.4s;
	animation-name: blurin;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}

body:not(.gjs-dashed) .fv{
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	background-color: #01060C;
}

body.gjs-dashed .fv{
	position: relative;
	height: auto;
}
.fv::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 3;
	background-color: #111111;
	opacity: 0.1;
	mix-blend-mode: multiply;
}
body.gjs-dashed .fv::before{
	display: none;
}

body:not(.gjs-dashed) .fv .mainswiper{
	position: absolute;
	inset: 0;
	z-index: 1;
}

@keyframes zoomUp {
	0% {
		-ms-filter: blur(6px);
		filter: blur(6px);
		transform: scale(1);
	}
	30%{
		-ms-filter: blur(0px);
		filter: blur(0px);
	}
	100% {
		transform: scale(1.15);
	}
}

body:not(.gjs-dashed) .fv .mainswiper,
body:not(.gjs-dashed) .fv .mainswiper .swiper-wrapper,
body:not(.gjs-dashed) .fv .mainswiper .swiper-slide,
body:not(.gjs-dashed) .fv .mainswiper .swiper-slide .swiper-img{
	width: 100%;
	height: 100vh;
	pointer-events: none;
}

body:not(.gjs-dashed) .fv .mainswiper .swiper-slide .swiper-img{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

body:not(.gjs-dashed) .fv .mainswiper .swiper-slide-active .swiper-img,
body:not(.gjs-dashed) .fv .mainswiper .swiper-slide-duplicate-active .swiper-img,
body:not(.gjs-dashed) .fv .mainswiper .swiper-slide-prev .swiper-img{
	animation: zoomUp 10s linear 0s normal both;
}

body:not(.gjs-dashed) .fv .mainswiper .swiper-slide img{
	display: block !important;
	opacity: 0;
	height: auto;
	width: 100%;
}

body:not(.gjs-dashed) .fv .fv_overlay_cut{
	position: absolute;
	inset: 0;
	z-index: 3;
	pointer-events: none;
	animation-name: fv_overlay_cut;
	animation-delay: 1.4s;
	animation-duration: 1.8s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}

body:not(.gjs-dashed) .fv .fv_overlay_cut svg{
	display: block;
	width: 100%;
	height: 100%;
}

body:not(.gjs-dashed) .fv .fv_txtslider{
	position: absolute;
	left: 0;
	width: 100%;
	overflow: hidden;
	mix-blend-mode: soft-light;
}

body:not(.gjs-dashed) .fv .fv_txtslider.fv_txtslider1{
	top: 5%;
	z-index: 4;
}

body:not(.gjs-dashed) .fv .fv_txtslider.fv_txtslider2{
	bottom: 5%;
	z-index: 4;
}

body:not(.gjs-dashed) .fv .fv_txtslider{
	pointer-events: none;
}

body:not(.gjs-dashed) .fv .fv_txtslider.fv_txtslider1 .swiper-wrapper{
	display: flex;
	align-items: center;
	width: max-content;
	animation: fv_txt_marquee 120s linear infinite;
	will-change: transform;
}
body:not(.gjs-dashed) .fv .fv_txtslider.fv_txtslider2 .swiper-wrapper{
	display: flex;
	align-items: center;
	width: max-content;
	animation: fv_txt_marquee_reverse 120s linear infinite;
	will-change: transform;
}
.fv .fv_txtslider.fv_txtslider1 .swiper-wrapper,.fv .fv_txtslider.fv_txtslider2 .swiper-wrapper{
	display: flex;
	align-items: center;
}

.fv .fv_txtslider .swiper-slide{
	width: auto;
	flex-shrink: 0;
	opacity: 1;
}

.fv .fv_txtslider .swiper-slide > div{
	width: max-content;
}

.fv .fv_txtslider .jp,
.fv .fv_txtslider .en{
	white-space: nowrap;
	color: #EA1F1F;
}

body.gjs-dashed .fv .fv_txtslider .jp{
	font-size: clamp(14px,2vw,20px);
}

body.gjs-dashed .fv .fv_txtslider .en{
	font-size: clamp(30px,6vw,60px);
	font-family: "Saira Stencil One", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1;
}
body:not(.gjs-dashed) .fv .fv_txtslider .jp{
	font-size: clamp(20px,3vw,40px);
}

body:not(.gjs-dashed) .fv .fv_txtslider .en{
	font-size: clamp(60px,12vw,140px);
	font-family: "Saira Stencil One", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1;
}



.fv .fv_txtslider .swiper-slide + .swiper-slide{
	margin-left: 40px;
}

@keyframes fv_txt_marquee{
	0%{
		transform: translateX(0);
	}
	100%{
		transform: translateX(-50%);
	}
}

@keyframes fv_txt_marquee_reverse{
	0%{
		transform: translateX(-50%);
	}
	100%{
		transform: translateX(0);
	}
}
@keyframes fv_overlay_cut{
	0%{
		opacity: 1;
	}
	100%{
		opacity: 0.6;
	}
}



.section01{
}
.section01 .intra_img{
	width: 90%;
}
.section01 .contents .imgbox img:first-of-type{
	opacity: 0.5;
}
.section01 .contents .img1{
	position: relative;
	width: 40%;
	padding-top: 7%;
}
.section01 .contents .img1 .logo{
	width: 70%;
	position: absolute;
	top: 0;
	left: -5%;
}
.section01 .contents .txtbox{
	width: 60%;
	align-items: flex-start;
	position: relative;
	z-index: 2;
}
.section01 .contents .img2{
	width: 34%;
	margin-right: 13%;
	margin-left: 8%;
	padding-top: 10%;
}
.section01 .contents .img3{
	width: 45%;
	transform: translateY(-50%);
}

.section02 .titlebox{
	gap: 30px;
}
.section02 .titlebox > img{
	width: 15%;
	opacity: 0.5;
}
.section02 .boxwrap{
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: flex-start;
}
.section02 .boxwrap .box{
	width: 28%;
}
.section02 .boxwrap .box:nth-of-type(2){
	animation-delay: 0.2s;
}
.section02 .boxwrap .box:nth-of-type(3){
	animation-delay: 0.4s;
}
.section02 .boxwrap .box .imgbox{
	border-radius: 50%;
	overflow: hidden;
}
.section02 .boxwrap .box .txtbox{
	align-items: flex-start;
	flex-direction: row-reverse;
	gap: 20px;
}
.section02 .boxwrap .box .txtbox p{
	padding-top: 3vw;
}

body:not(.gjs-dashed) .section03 .contents > div,body:not(.gjs-dashed) .section03 .contents > p{
	position: relative;
	z-index: 3;
}
.section03 .bg_font p,.section04 .bg_font p{
	font-family: "Roboto", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	font-weight: 900;
	font-size: clamp(22px,2.8vw,36px);
	color: #fff;
}
body:not(.gjs-dashed) .section03 .bg_font,body:not(.gjs-dashed) .section04 .bg_font{
	position: absolute;
	z-index: 3;
	width: 100%;
	mix-blend-mode: soft-light;
	opacity: 0.5;
}
body:not(.gjs-dashed) .section03 .bg_font{
	top: 20%;
	text-align: center;
	left: 0;	
}
body:not(.gjs-dashed) .section03 .bg_font p,body:not(.gjs-dashed) .section04 .bg_font p{
	font-size: clamp(60px,14.0vw,140px);
}

.section04 .contents .titlebox{
	width: 40%;
	justify-content: flex-start;
}
.section04 .contents .txtbox{
	width: 60%;
}
body:not(.gjs-dashed) .section04 .bg_font{
	top: 50%;
	transform: translateY(-50%);
	padding-left: 5%;
}

.section05 .titlebox{
	width: 30%;
}
.section05 .contents{
	width: 70%;
}
.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: 25px;
}
.section05 .webgene-blog .webgene-item a .date{
	white-space: nowrap;
}
.section05 .webgene-blog .webgene-item a .cate{
	white-space: nowrap;
}
.section05 .webgene-blog .webgene-item a h3{
	max-width: calc(100% - 180px);
	font-size: clamp(16px,1.6vw,20px);
}
.section05 .contents .more{
	justify-content: flex-end;
}

/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
@media (orientation: portrait){
	body.gjs-dashed .fv .fv_txtslider.fv_txtslider1{
		top: 15%;
	}

	body.gjs-dashed .fv .fv_txtslider.fv_txtslider2{
		bottom: 15%;
	}
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
	.section02 .boxwrap .box{
		width: 30%;
	}
	.section02 .boxwrap .box .txtbox p{
		padding-top: 5vw;
	}
	.section04 .contents .titlebox{
		width: 30%;
	}
	.section04 .contents .txtbox{
		width: 70%;
	}
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
	.section05 .titlebox{
		justify-content: flex-start;
	}
	
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
	.section02 .boxwrap .box .txtbox{
		align-items: flex-start;
		flex-direction: row-reverse;
		gap: 10px;
	}
	.section04 .contents{
		flex-direction: column;
	}
	.section04 .contents .titlebox{
		width: 100%;
		justify-content: center;
	}
	.section04 .contents .txtbox{
		width: 100%;
	}
	body:not(.gjs-dashed) .section04 .bg_font{
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		padding-left: 0;
		text-align: center;
	}
	.section05 .titlebox{
		width: 100%;
		justify-content: center;
	}
	.section05 .contents{
		width: 100%;
	}
	.section05 .contents .more{
		justify-content: center;
	}
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.section01{
		overflow: hidden;
	}
	.section01 .intra_img{
		width: 130%;
		transform: translateX(-15%);
	}
	.section01 .contents{
		flex-direction: row;
	}
	.section01 .contents .img1{
		position: relative;
		width: 80%;
		padding-top: 10%;
		order: 1;
	}
	.section01 .contents .img1 .logo{
		width: 70%;
		position: absolute;
		top: 0;
		left: -5%;
	}
	.section01 .contents .txtbox{
		width: 100%;
		padding-top: 50px;
		order: 2;
	}
	.section01 .contents .img2{
		width: 60%;
		margin-right: 0%;
		margin-left: 40%;
		padding-top: 0;
		margin-top: -20px;
		order: 4;
	}
	.section01 .contents .img3{
		width: 70%;
		margin-right: 30%;
		transform: translateY(-50px);
		order: 3;
	}

	.section02 .titlebox{
		gap: 15px;
		flex-wrap: nowrap;
	}
	.section02 .titlebox > img{
		width: 20%;
	}

	.section02 .boxwrap{
		gap: 50px;
	}
	.section02 .boxwrap .box{
		width: 100%;
	}
	.section02 .boxwrap .box:nth-of-type(2){
		animation-delay: 0s;
	}
	.section02 .boxwrap .box:nth-of-type(3){
		animation-delay: 0s;
	}
	.section02 .boxwrap .box .imgbox{
		width: 60%;
		margin: 0 auto;
		margin-bottom: 20px;
	}
	.section02 .boxwrap .box .txtbox .txt-vertical{
		-webkit-writing-mode: horizontal-tb;
		-ms-writing-mode: lr-tb;
		writing-mode: horizontal-tb;
	}
	.section02 .boxwrap .box .txtbox p{
		padding-top: 20px;
	}
	.section02 .boxwrap .box .txtbox p br{
		display: none;
	}
	.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%;
	}

}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}

