@charset "utf-8";
/* CSS Document */
.main-wrap .top_section{
	position: relative;
	overflow: hidden;
}
.main-wrap .top_section > div{
	position: relative;
	z-index: 3;
}
body:not(.gjs-dashed) .main-wrap .top_section .mai_bg_item{
	position: absolute;
	top: 200px;
	left: 0;
	width: 100%;
	height: 100%;
	mix-blend-mode: multiply;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #EFDADD;
}
body:not(.gjs-dashed) .main-wrap .top_section .mai_bg_item::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}
body:not(.gjs-dashed) .main-wrap .top_section .mai_bg_item::before{
	background-color: #EFDADD;
	opacity: 0.5;
}
body:not(.gjs-dashed) .main-wrap .top_section .mai_bg_item .imgbox{
	position: relative;
}
body:not(.gjs-dashed) .main-wrap .top_section .mai_bg_item .imgbox::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background: #EFDADD;
	background: linear-gradient(180deg, rgba(239, 218, 221, 0.1) 0%, rgba(239, 218, 221, 0.6) 75%, rgba(239, 218, 221, 1) 100%);
}
body:not(.gjs-dashed) .main-wrap .top_section .mai_bg_item::after{
}
.fv{
	position: relative;
	align-items: flex-start;
	justify-content: flex-end;
}
.fv .txtbox{
	width: 20%;
	padding-top: 250px;
	align-items: flex-start;
	flex-direction: row-reverse;
	letter-spacing: 0.2rem;
	gap: 15px;
}
.fv .txtbox p{
	color: #fff;
	border-left: 1px solid #fff;
	text-shadow: 0 0 30px rgba(144,75,75,1);
}
.fv .txtbox p:nth-of-type(2){
	margin-top: 25%;
}
.fv .imgbox{
	position: relative;
	width: 75%;
}
.fv .imgbox .imgtxt{
	position: absolute;
	left: 5%;
	bottom: 5%;
	color: #fff;
}
.fv .more_bt{
	position: absolute;	
	bottom: -30px;
	right: 10%;
	z-index: 99;
}
.fv .more_bt a{
	width: 150px;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	background-color: #fff;
	box-shadow: 0 1px 10px rgba(0,0,0,0.1);
}
.fv .fv_sakura1{
	position: absolute;
	left: 0;
	top: 0;
	width: 30%;
}
.fv .fv_sakura2{
	position: absolute;
	right: 0;
	bottom: -10%;
	width: 30%;
}

.fv .fv_slider {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.fv .fv_slider::before {
	content: "";
	display: block;
	padding-top: 66.66%;
}

.fv .fv_slider img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0;
	animation: fvSlide 16s infinite;
}

.fv .fv_slider img:nth-child(1) {
	animation-delay: 0s;
}

.fv .fv_slider img:nth-child(2) {
	animation-delay: 4s;
}

.fv .fv_slider img:nth-child(3) {
	animation-delay: 8s;
}

.fv .fv_slider img:nth-child(4) {
	animation-delay: 12s;
}

@keyframes fvSlide {
	0% {
		opacity: 0;
	}
	8% {
		opacity: 1;
	}
	25% {
		opacity: 1;
	}
	33% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

.section01 .contents .txtbox{
	width: 50%;
	justify-content: space-between;
}
.section01 .contents .imgbox{
	width: 50%;
	position: relative;
	padding-left: 5%;
}
.section01 .contents .imgbox .imgitem1{
	margin-left: 25%;
	margin-bottom: -5%;
}
.section01 .contents .imgbox .img2{
	width: 50%;
	margin-bottom: -8%;
}
.section01 .contents .imgbox .sakura1{
	position: absolute;
	width: 25%;
	top: 0;
	right: 0;
	transform: translateX(20%);
}
.section01 .contents .imgbox .sakura2{
	position: absolute;
	width: 40%;
	bottom: 15%;
	right: 5%;
	transform: translateX(20%);
}
.section01 .contents .imgbox .txtimg{
	margin-left: 20%;
}
.section01 .contents .txtbox .logo{
	width: 100px;
}

.section02{
	position: relative;
	z-index: 2;
	background-color: #fff;
}

.section03{
	background-color: #F3EDEE;
}
.section03 .titlebox{
	gap: 15px;
	position: relative;
}
.section03 .titlebox img{
	position: absolute;
	width: 13%;
	bottom: 0;
	right: 0;
}
.section03 .titlebox .title{
	width: 100%;
	position: relative;
}
.section03 .titlebox .title::after{
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 4px;
	border-top: 1px solid #B2935D;
	border-bottom: 1px solid #B2935D;
}
.section03 .titlebox .title h2{
	position: relative;
	z-index: 3;
	padding: 0 20px;
	background-color: #F3EDEE;
}

.section03 .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: flex-start;
	flex-direction: row;
	gap: 10px;
}
.section03 .webgene-blog .webgene-item{
	position: relative;
	width: calc(100% / 5 - 40px / 5);
	aspect-ratio: 1 / 1;
	overflow: hidden;
}
.section03 .webgene-blog .webgene-item a{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
	transition: ease 0.4s;
}
.section03 .webgene-blog .webgene-item a:hover{
	transform: translate(-50%,-50%) scale(1.1);
}

.section04{
	background-image: url("../img/top4_sakura3.png");
	background-repeat: repeat-y;
	background-size: 100% auto;
}

.section04 .boxwrap .box:nth-of-type(even){
	flex-direction: row-reverse;
}
.section04 .boxwrap .box > div{
	width: 50%;
}
.section04 .boxwrap .box .txtbox{
	background-image: url("../img/bg_item1.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding: 5%;
	position: relative;
	z-index: 2;
	flex-direction: column;
}
/*
.section04 .boxwrap .box:nth-of-type(odd) .txtbox{
	transform: translateX(-10%);
}
.section04 .boxwrap .box:nth-of-type(even) .txtbox{
	transform: translateX(10%);
}
*/
.section04 .boxwrap .box .txtbox .num{
	position: absolute;
	gap: 5px;
}
.section04 .boxwrap .box:nth-of-type(odd) .txtbox .num{
	top: -5%;
	right: 3%;
}
.section04 .boxwrap .box:nth-of-type(even) .txtbox .num{
	top: -5%;
	left: 3%;
}
.section04 .boxwrap .box .txtbox .num p{
	font-family: "EB Garamond", "Zen Old Mincho", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
	font-weight: 500;
	line-height: 1;
}
.section04 .boxwrap .box .txtbox .num p.icon{
	font-size: clamp(20px,3.0vw,30px);
}
.section04 .boxwrap .box .txtbox .num p:not(.icon){
	font-size: clamp(40px,8.0vw,80px);
}

.section04 .boxwrap .box:not(:last-of-type){
	margin-bottom: 100px;
}
.section04 .boxwrap .box .imgbox{
	position: relative;
}
.section04 .boxwrap .box .imgbox .title{
	position: absolute;
	top: 0;
	gap: 10px;
	align-items: flex-start;
	flex-direction: row-reverse;
	transform: translateY(-30px);
}
.section04 .boxwrap .box .imgbox .title p{
	font-family: "Zen Old Mincho", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
	font-size: clamp(18px,2.8vw,28px);
	font-weight: 600;
	background-color: #fff;
	line-height: 2;
	padding: 20px 0px;
}
.section04 .boxwrap .box:nth-of-type(odd) .imgbox .title{
	left: 10%;
}
.section04 .boxwrap .box:nth-of-type(even) .imgbox .title{
	right: 10%;
}
.section04 .boxwrap .box .txtbox .sakura{
	position: absolute;
	width: 25%;
	top: -5%;
}
.section04 .boxwrap .box:nth-of-type(odd) .txtbox .sakura{
	left: -5%;
}
.section04 .boxwrap .box:nth-of-type(even) .txtbox .sakura{
	right: -5%;
}

/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
	.fv .imgbox{
		position: relative;
		width: 80%;
	}
	.fv .txtbox{
		padding-top: 200px;
	}
	.fv .more_bt a{
		width: 140px
	}
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
	body:not(.gjs-dashed) .main-wrap .top_section .mai_bg_item{
		top: 150px;
	}
	.fv .txtbox{
		padding-top: 150px;
	}
	.fv .more_bt a{
		width: 120px;
	}
	.section01 .contents .txtbox{
		flex-direction: column;
	}
	.section01 .contents .txtbox .logo{
		width: 80px
	}
	.section04 .boxwrap .box > div{
		width: 70%;
	}
	/*
	.section04 .boxwrap .box:nth-of-type(odd) .txtbox{
		transform: translateY(-10%) translateX(10%);
	}
	.section04 .boxwrap .box:nth-of-type(even) .txtbox{
		transform: translateY(-10%) translateX(-10%);
	}
	*/
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
	.fv .more_bt a{
		width: 110px;
	}
	.section01 .contents .imgbox{
		width: 70%;
	}
	.section01 .contents .txtbox{
		flex-direction: row;
		width: 90%;
	}
	.section03 .webgene-blog{
		gap: 8px;
	}
	.section03 .webgene-blog .webgene-item{
		position: relative;
		width: calc(100% / 5 - 32px / 5);
	}
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.fv .imgbox{
		width: 100%;
	}
	.fv .txtbox{
		width: auto;
		padding-top: 50px;
	}
	.section01 .contents .imgbox{
		width: 100%;
	}
	.section01 .contents .txtbox{
		flex-direction: row;
		width: 100%;
		padding-top: 50px;
		gap: 30px 0;
	}
	.section01 .contents .txtbox .logo{
		width: 60px
	}
	.section03 .webgene-blog{
		gap: 8px;
	}
	.section03 .webgene-blog .webgene-item{
		position: relative;
		width: calc(100% / 2 - 8px / 2);
	}
	.section03 .titlebox img{
		position: absolute;
		width: 25%;
		bottom: auto;
		top: 0;
		right: 0;
	}
	.section04 .boxwrap .box{
		padding-left: 20px;
		padding-right: 20px;
	}
	.section04 .boxwrap .box:not(:last-of-type){
		margin-bottom: 80px;
	}
	.section04 .boxwrap .box > div{
		width: 100%;
	}
	
	.section04 .boxwrap .box:nth-of-type(odd) .txtbox{
		transform: translateY(-10%) translateX(0);
	}
	.section04 .boxwrap .box:nth-of-type(even) .txtbox{
		transform: translateY(-10%) translateX(0);
	}
	.section04 .boxwrap .box .txtbox .default_title2{
		font-size: clamp(16px,2.8vw,30px);
	}
	.section04 .boxwrap .box .txtbox .default_txt2{
		font-size: clamp(15px,1.9vw,22px);
	}
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}

