@charset "UTF-8";
/*=======================================================
　トップページ
=======================================================*/
/*地図モーダル背景*/
.page-home .fancybox__content {
	background: #fff!important;
}
/* ----------------------------------------------
FV
---------------------------------------------- */
.fv__list {
    display: flex;
    flex: 1;
    margin: 0;
    padding: 0;
    list-style: none;
}
.fv__item {
    flex: 1;
    position: relative;
}
.fv__item a:hover img {
    opacity: .5;
}
.fv__item img {
    width: 100%;
    transition: .3s;
}
.fv__title {
    position: absolute;
    bottom: 3vw;
    left: 50%;
    transform: translateX(-50%);
    color: var(--beige);
    font-size: clamp(16px, 1.5vw, 21px);
    width: 60%; 
    max-width: 280px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1em 0;
    box-sizing: border-box;
    letter-spacing: 0.15em;
    z-index: 2;
}
/* 枠線 */
.fv__title::after {
    content: "";
    position: absolute;
    top: -6px;
    left: -6px;
    right: -6px;
    bottom: -6px;
    border: 1px solid #fff;
    pointer-events: none;
}
@media screen and (max-width : 767px) {
	.fv__list {
		flex-wrap: wrap;
	}
	.fv__item {
		width: 50%; 
		flex: initial;
	}
	.fv__item a:hover img {
		opacity: 1;
	}
	.fv__list img {
		aspect-ratio: 3 / 4;
	}
}
/* ----------------------------------------------
イントロ
---------------------------------------------- */
.intro .section__inner {
    margin-bottom: clamp(38px, 5.00vw, 80px);
}
.intro__each-first .intro__body {
    gap: 110px;
	margin: 0 auto 103px;
	justify-content: flex-start;
	max-width: 1130px;
}
.intro__each-first .intro__img-wrapper {
	width: clamp(125px, calc(125px + 135 * ((100vw - 767px) / 833)), 260px);
}
.intro__each-second {
    margin-bottom: clamp(71px, 9.19vw, 147px);	
}
.intro__each-second .intro__body {
    padding-right: 17vw;
	gap: 85px;
	align-items: flex-end;
	margin-top: -40px;
}
.intro__each-second .fadein__img-wrapper {
    height: 449px;
}
.fadein__img-wrapper.indivisual {
    height: 447px;
    margin-bottom: 89px;
}
.intro__each-third .intro__body { 
	justify-content: flex-start;
    gap: 0;
	margin: auto;
    max-width: 1188px;
}
.intro__each-third .intro__text {
	margin-left: 90px;
}
.intro__each-third .fadein__img-wrapper img {
    mix-blend-mode: multiply;
}
.intro__text p {
    font-size: clamp(9px, 1.13vw, 18px);
    font-size: 18px;
    line-height: 2;
}
.intro__text p + p {
    margin-top: clamp(9px, 1.19vw, 19px);
}
/* fadein */
.fadein-1 {
    max-width: 478px;
    top: 20px;
    right: clamp(0px, 18vw, 288px);
}
.fadein-2 {
	max-width: 876px;
	top: 0;
    left: 0;
}
.fadein-3 {
    max-width: 414px;
    left: 61px;
	bottom: -315px;
}
.fadein-4 {
    max-width: 478px;
    top: 70px;
    left: 320px;
}
.fadein-5 {
    max-width: 876px;
    top: 0;
    right: 0;
}
.fadein-6 {
	position: static;
}
.fadein-6 img {	
    width: clamp(350px, calc(350px + 120 * ((100vw - 1400px) / 200)), 470px);
}
.fadein-1.is-visible { 
    transition-delay: 0.5s; 
}
.fadein-3.is-visible { 
    transition-delay: 0.8s; 
}
.fadein-4.is-visible { 
    transition-delay: 0.2s; 
}
.fadein-5.is-visible { 
    transition-delay: 0.5s; 
}
.fadein-6.is-visible { 
    transition-delay: 0.5s; 
}
@media screen and (max-width : 1400px) {
	.intro__each-first .intro__body {
		justify-content: space-between;
		max-width: 100%;
		padding-left: 7vw;
		padding-right: 7vw;
    }
	.intro__each-second .intro__body {
    	padding-right: 7vw;
	}
	.intro__each-third .intro__body {
        justify-content: space-between;
        gap: 30px;
        max-width: 100%;
        padding-left: 7vw;
        padding-right: 7vw;
    }
	.intro__each-third .intro__text {
        margin-left: 0;
    }
	.fadein-4 {
		left: 8vw;
	}
}
@media screen and (max-width : 1279px) {
    .intro__each-first .intro__body {
        justify-content: center;
        max-width: 100%;
        gap: 80px;
        padding: 0;
    }
	.intro__each-first .intro__img-wrapper {
        position: absolute;
        top: 0;
        right: 5vw;
        width: 26vw;
    }
	.fadein-2,
	.fadein-5 {
        max-width: 90%;
	}
	.fadein-1 {
        max-width: 40%;
        right: 0;
    }
	.fadein-4 {
        max-width: 40%;
        left: 0;
    }
	.fadein-3 {
        max-width: 20%;
        bottom: 0;
    }
	.intro__each-second .fadein__img-wrapper {
        height: clamp(444px, calc(444px + 296 * ((100vw - 768px) / 511)), 740px);
    }
    .intro__each-second .intro__body {
        padding-left: 0;
        padding-right: 0;
        gap: 80px;
        align-items: center;
        justify-content: center;
    }
    .intro__each-third .intro__body {
        flex-wrap: wrap;
        justify-content: center;
        gap: 0 70px;
    }
	.fadein-6 {
		text-align: center;
	}
	.fadein-6 img {
		width: 60%;
	}
	.fadein__img-wrapper.indivisual {
		height: clamp(353px, calc(353px + 236 * ((100vw - 768px) / 511)), 589px);
	}
}
@media screen and (max-width : 767px) {	
	.intro .section__inner {
		padding-left: 0;
		padding-right: 0;
		margin-bottom: 62px;
	}
	.intro__each-first .intro__body {
		padding-left: 0;
		background: url(../images/common/mark.svg) top right 30px / 117px no-repeat;
		gap: 26px;
		margin-bottom: 0;
	}
	.intro__each-first .intro__title-wrapper {
		margin-top: 14px;
	}
	.intro__each-first .intro__img-wrapper {
		display: none;
	}
	.intro__each-second .fadein__img-wrapper {
        height: clamp(300px, calc(300px + 290 * ((100vw - 375px) / 392)), 590px);
		margin-bottom: 30px;
    }
	.fadein__img-wrapper.indivisual {
		height: clamp(238px, calc(238px + 182 * ((100vw - 375px) / 392)), 420px);
		margin-bottom: 42px;
	}
	.fadein-1 {
		top: 38px;
		right: 0;
		width: clamp(157px, calc(157px + 72 * ((100vw - 375px) / 392)), 229px);
	}
	.fadein-2 {
		width: 100%;
		top: 70px;
		max-width: 100%;
	}
	.fadein-3 {
		width: clamp(129px, calc(129px + 70 * ((100vw - 375px) / 392)), 199px);
		left: 0;
		max-width: 100%;
	}
	.fadein-4 {
		left: initial;
		width: clamp(140px, calc(140px + 90 * ((100vw - 375px) / 392)), 230px);
		right: 23px;
		top: initial;
		bottom: 0;
	}
	.fadein-5 {
		width: 100%;
		max-width: 100%;
	}
	.intro__text p {
		font-size: 16px;
		padding-left: 15px; 
		padding-right: 15px;
	}
	.intro__each-second .intro__body {
		padding-left: 0; 
		padding-right: 0;
		gap: 30px;
	}
	.intro__each-second .intro__text {
		padding-top: 0;
	}
	.intro__each-second {
		margin-bottom: 39px;
	}
	.intro__each-third .intro__body {
		padding-left: 0;
		padding-right: 0;
		gap: 30px;
	}
	.intro__each-third .intro__text {
		padding-right: 0;
	}
	.intro__each-third .fadein__img-wrapper {
		margin-top: 41px;
		height: auto;
	}
	.fadein-6 {
		position: relative;
		right: 0;
        left: 0;
        margin: auto;
		width: 100%;
	}
	.fadein-6 img {
        width: 78.2%;
    }
}