@charset "utf-8";
/* CSS Document */
body{padding-top: 0!important;}

.fv{
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}
body.gjs-dashed .fv{
	height: auto;
}
.fv .swiper{
	z-index: 1;
	position: relative;
}

@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 .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;
	top: 50%;
	left: 20%;
	width: 60%;
	max-width: 360px;
	z-index: 9;
	transform: translateY(-50%);
}
body:not(.gjs-dashed) .fv .txtbox{
	opacity:0;
	-ms-filter: blur(6px);
	filter: blur(6px);
	animation-name: blurin;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
	animation-delay: 1.2s;
}

.fv .txtbox .logo{
	margin-bottom: 40px;
}
.fv .txtbox .more_shop a{
	width: 100%;
}
.fv .txtbox .more_shop a > div{
	justify-content: flex-start;
}


.section01{
	position: relative;
}
body.gjs-dashed .section01{background-color: #3C3631;}
/*
body:not(.gjs-dashed) .section01::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #A57E58;
	opacity: 1;
	z-index: 1;
	mix-blend-mode: multiply;
}
*/
.section01 .txtbox{
	position: relative;
	z-index: 2;
}
.section01 .txtbox h1{
	display: inline;
	border-bottom: 2px solid #fff;
}

.section02 .boxwrap .box:not(:last-of-type){
	margin-bottom: 80px;
}
.section02 .boxwrap .box:nth-of-type(odd){
	flex-direction: row-reverse;
}
.section02 .boxwrap .box > div{
	width: 50%;
}
.section02 .boxwrap .box:nth-of-type(odd) .txtbox{
	padding-right: 5%;
}
.section02 .boxwrap .box:nth-of-type(even) .txtbox{
	padding-left: 5%;
}
.section02 .boxwrap .box .imgbox .more_wrap{
	padding: 20px;
}
.section02 .boxwrap .box .titlebox{
	justify-content: flex-start;
	flex-wrap: nowrap;
}
.section02 .boxwrap .box .titlebox .num{
	border-right: 2px solid #015843;
	margin-right: 20px;
	padding-right: 20px;
	flex-direction: column;
}
.section02 .boxwrap .box .titlebox .num p{
	color: #988536;
}
.section02 .boxwrap .box .titlebox .num .num_txt{
	font-family: "Lato", "Zen Old Mincho", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
	font-size: clamp(32px,5.0vw,52px);
	font-weight: 700;
	line-height: 1;
}

.section03 .contents .imgbox{
	width: 30%;
	padding-right: 5%;
}
.section03 .contents .txtbox{
	width: 70%;
	align-items: flex-start;
}
.section03 .contents .txtbox .titlebox{
	padding: 20px;
	border-top: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
}

.section05 .titlebox{
	border-bottom: 1px solid #CBB144;
	padding-bottom: 20px;
}
.section05 .webgene-blog::after{
	content: "";
	display: block;
	clear: both;
}
.section05 .webgene-blog .webgene-item{
	float: left;
}
.section05 .webgene-blog .webgene-item:first-of-type{
	float: left;
	width: 40%;
}
.section05 .webgene-blog .webgene-item:not(:first-of-type){
	width: 60%;
	padding-left: 50px;
}
.section05 .webgene-blog .webgene-item:first-of-type a,.section05 .webgene-blog .webgene-item a .txtbox{
	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: center;
    align-items: flex-start;
	flex-direction: column;
	gap: 20px;
}
.section05 .webgene-blog .webgene-item a .imgbox{
	position: relative;
	width: 100%;
	aspect-ratio: 1.5 / 1;
	overflow: hidden;
}
.section05 .webgene-blog .webgene-item a .imgbox > div{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	transform: translate(-50%,-50%);
	transition: ease 0.5s;
}
.section05 .webgene-blog .webgene-item a:hover .imgbox > div{
	transform: translate(-50%,-50%) scale(1.1);
}
.section05 .webgene-blog .webgene-item a .txtbox{
	gap: 15px;
}
.section05 .webgene-blog .webgene-item:nth-of-type(2){
	margin-bottom: 30px;
}
.section05 .webgene-blog .webgene-item:not(:first-of-type) a{
	align-items: flex-start;
}
.section05 .webgene-blog .webgene-item:not(:first-of-type) a .imgbox{
	width: 45%;
}
.section05 .webgene-blog .webgene-item:not(:first-of-type) a .txtbox{
	width: 55%;
	padding-left: 15px;
}
.section05 .more1,.section06 .more1{display: none;}

.section06{
	overflow: hidden;
}
.section06 .swiper-container{
	position: relative;
}
.section06 .swiper-container .swiper-wrapper{
	transition-timing-function: linear !important;
}
.section06 .swiper-container .swiper-wrapper .swiper-slide{
	opacity: 1;
	border-radius: 10px;
	overflow: hidden;
	background-color: #015843;
}
body.gjs-dashed .section06 .swiper-container .swiper-wrapper .swiper-slide{width: 25%;display: inline-block;}

.section06 .swiper-container .swiper-wrapper .swiper-slide a{
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	overflow: hidden;
}
.section06 .swiper-container .swiper-wrapper .swiper-slide a > div{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	transform: translate(-50%,-50%);
	transition: ease 0.5s;
}
.section06 .swiper-container .swiper-wrapper .swiper-slide a > div img,.section06 .swiper-container .swiper-wrapper .swiper-slide a > div video{
  width:100%;
  height:100%;
  object-fit: cover;
  max-width: 100%;
  max-height: 100%;
}
.section06 .swiper-container .swiper-wrapper .swiper-slide a:hover > div{
	transform: translate(-50%,-50%) scale(1.1);
}

.bottom_contents_menu{display: none;}
.main-wrap .bottom_contents_menu{display: block;}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1440px ~ ---------- */
@media screen and (max-width: 1440px){
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
	.section05 .webgene-blog .webgene-item:not(:first-of-type){
		width: 60%;
		padding-left: 30px;
	}
	.section05 .webgene-blog .webgene-item:nth-of-type(2){
		margin-bottom: 20px;
	}
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
	.section02 .boxwrap .box{
		gap: 50px;
	}
	.section02 .boxwrap .box > div{
		width: 70%;
	}
	.section02 .boxwrap .box:nth-of-type(odd) .txtbox{
		padding-right: 0;
	}
	.section02 .boxwrap .box:nth-of-type(even) .txtbox{
		padding-left: 0;
	}
	.section03 .contents .imgbox{
		width: 40%;
		padding-right: 0;
		margin-bottom: 50px;
	}
	.section03 .contents .txtbox{
		width: 100%;
		align-items: center;
	}
	.section05 .more2{
		display: none;
	}
	.section05 .more1{
		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: center;
		align-items: flex-start;
		flex-direction: row;
	}
	
	.section05 .webgene-blog .webgene-item{
		float: none;
	}
	.section05 .webgene-blog .webgene-item:first-of-type{
		float: none;
		width: 70%;
		margin-left: auto;
		margin-right: auto;
	}
	.section05 .webgene-blog .webgene-item:not(:first-of-type){
		width: 100%;
		padding-left: 0;
	}
	.section05 .webgene-blog .webgene-item:not(:last-of-type){
		margin-bottom: 40px;
	}
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.fv .txtbox{
		width: 60%;
		left: 20%;
	}
	.fv .txtbox .logo{
		max-width: 300px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.section02 .boxwrap .box{
		gap: 40px;
	}
	.section02 .boxwrap .box:not(:last-of-type){
		margin-bottom: 50px;
	}
	.section02 .boxwrap .box > div{
		width: 100%;
	}
	.section02 .boxwrap .box .titlebox .num{
		margin-right: 10px;
		padding-right: 10px;
	}
	.section03 .contents .imgbox{
		width: 60%;
		padding-right: 0;
		margin-bottom: 30px;
	}
	.section03 .contents .txtbox .titlebox{
		padding: 10px;
	}
	
	.section05 .titlebox{
		padding-bottom: 10px;
	}
	.section05 .webgene-blog .webgene-item:first-of-type{
		width: 100%;
	}
	.section05 .webgene-blog .webgene-item:not(:first-of-type){
		width: 100%;
	}
	.section05 .webgene-blog .webgene-item:not(:last-of-type){
		margin-bottom: 30px;
	}
	.section05 .webgene-blog .webgene-item:not(:first-of-type) a .imgbox{
		width: 100%;
	}
	.section05 .webgene-blog .webgene-item:not(:first-of-type) a .txtbox{
		width: 100%;
		padding-left: 0px;
	}
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}

