@charset "UTF-8";

#rf {
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 500;
	color: #fff;
}
#rf h1, #rf h2, #rf h3, #rf h4, #rf h5, #rf h6 {
	font-weight: 700;
	letter-spacing: .2em;
	color: inherit;
}
#rf picture {
	display: block;
}
#rf .btn {
	background: #008d43;
	border-color: #008d43;
	box-shadow: .25em .25em 0 #007543;
	color: #fff;
	font-weight: 700;
	letter-spacing: .15em;
	transition: transform .2s;
}
#rf .btn::after {
	content: '';
	display: block;
	width: .4em;
	height: .4em;
	position: absolute;
	right: 1.5em;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%220%200%207%207.39%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m.03%204.04c-.03-1.26.02-2.16-.03-3.06-.03-.84.13-1.26%201.12-.77%201.84.9%203.66%201.85%205.41%202.92.62.38.64%201.08%200%201.42-1.73.93-3.4%201.96-5.21%202.73-.17.07-.35.12-.55.11-.46-.03-.72-.29-.72-.74-.01-.99.02-1.98-.02-2.6z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E');
	background-size: contain;
}
#rf .btn:hover {
	transform: translateY(-.5rem);
}


#mv {
	padding-bottom: 2rem;
	background-color: #77e4ff;
	position: relative;
}
#mv::before {
	content: '';
    display: block;
    width: 110%;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(img/mv_bg_sp.svg);
    background-size: contain;
    position: absolute;
    top: 7em;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
}
@media (min-width: 768px){
	#mv::before {
		width: 97%;
		background-image: url(img/mv_bg.svg);
	}
}
@media (min-width: 992px){
	#mv::before {
		top: 9.5em;
		bottom: 11em;
	}
}

#mv .mv-head {
	width: 100%;
	position: relative;
}
#mv .mv-head::before,
#mv .mv-head::after {
	content: '';
	display: block;
	width: 38%;
	padding-top: 17%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	background-repeat: no-repeat;
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%220%200%20461.5%20239%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Ccircle%20cx%3D%22412%22%20cy%3D%22189.5%22%20r%3D%2249.5%22%2F%3E%3Ccircle%20cx%3D%22206.5%22%20cy%3D%2280.5%22%20r%3D%2249.5%22%2F%3E%3Ccircle%20cx%3D%22120.5%22%20cy%3D%2269.5%22%20r%3D%2254.5%22%2F%3E%3Ccircle%20cx%3D%22247%22%20cy%3D%22135%22%20r%3D%2240%22%2F%3E%3Ccircle%20cx%3D%2240%22%20cy%3D%2273%22%20r%3D%2240%22%2F%3E%3Ccircle%20cx%3D%22336%22%20cy%3D%2293%22%20r%3D%2293%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
	background-size: 152%;
	background-position: 0 72%;
}
#mv .mv-head::after {
	left: 0;
	transform: scale(-1,1);
}
#mv h1 {
	width: 11.5em;
	margin: 0 auto;
	background: #a88b73;
	box-shadow: 0 .125em .375em rgba(0,0,0,0.3);
	letter-spacing: .2em;
	text-align: center;
	padding: .3em 0 .6em .2em;
	border-radius: 0 0 2.5em 2.5em;
}
#mv h1 span {
	font-size: .6em;
}
@media (min-width: 992px){
	#mv .mv-head::before,
	#mv .mv-head::after {
		width: 35%;
		background-size: 112%;
		background-position: 0 180%;
	}
	#mv h1 {
		width: 13em;
		padding: .2em 0 .5em .2em;
	}
	#mv h1 span {
		font-size: .75em;
	}
}



#mv .mv-slider {
	height: min(32rem, 80vw);
	margin: 3rem auto;
	background: rgba(255,255,255,0.2);
	border-radius: min(10rem, 25vw);
	overflow: hidden;
}
#mv .mv-slider .swiper {
	width: 100%;
	height: 100%;
}
#mv .mv-slider picture {
	display: block;
	width: 100%;
	height: 100%;
}
#mv .mv-slider picture img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#mv .mv-slider._zoom .swiper-slide-active img,
#mv .mv-slider._zoom .swiper-slide-duplicate-active img,
#mv .mv-slider._zoom .swiper-slide-prev img {
  animation: zoomUp 7s linear 0s normal both;
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}

@media (min-width: 992px){
	#mv .mv-slider {
		height: auto;
		aspect-ratio: 1690/976;
		border-radius: calc(((100vw - var(--side-col-width)) * 0.9 - 6rem)* 0.175);
		margin: 3rem 2rem 2.5rem;
	}
}



#mv h2 {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: .75em;
	position: absolute;
	left: 5%;
	bottom: 2%;
	z-index: 8;
	font-size: min(1.615em, 4.25vw);
}
#mv h2 span {
	display: inline-block;
	line-height: 1.6;
	border: .125em solid currentColor;
	border-radius: 1em;
	padding: 0 .75em .075em 1em;
	letter-spacing: .25em;
	white-space: nowrap;
}



.scroll-down {
	width: 8.5rem;
	aspect-ratio: 1/1;
	text-align: center;
	position: absolute;
	top: 102%;
	right: 5%;
	z-index: 5;
}
.scroll-down .down {
	height: 4rem;
	width: 1px;
	background: currentColor;
	margin: 1.5rem auto .25rem;
	position: relative;
}
.scroll-down .down::after {
	content: '';
	display: block;
	width: .6rem;
	aspect-ratio: 1/1;
	border-radius: 100%;
	background: currentColor;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	animation:
    circlemove 1.6s ease-in-out infinite,
    cirlemovehide 1.6s ease-out infinite;
}
@keyframes circlemove{
  0%  {bottom:3.75rem;}
  100%{bottom:-.25rem;}
}
@keyframes cirlemovehide{
  0%  {opacity:0}
  50% {opacity:1;}
  80% {opacity:0.9;}
  100%{opacity:0;}
}

.scroll-down span {
	display: block;
	width: 2.5rem;
	margin: 0 auto;
	line-height: 1;
}
.scroll-down .rotate {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	animation: rotate 20s linear infinite;
}
@keyframes rotate {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@media (max-width: 575px){
	.scroll-down {
		transform: scale(.8);
		transform-origin: right bottom;
	}
}
@media (min-width: 992px){
	.scroll-down {
		top: auto;
		bottom: 2%;
		right: 6%;
	}
}


#cont1 {
	background-color: #9ce1b6;
	background-repeat: no-repeat, no-repeat;
	background-position: left top, center center;
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%220%200%201096%20162%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m0%200v162c159.8-23.4%20346.5-40.4%20555-40%20202.7.4%20384.7%2017.1%20541%2040v-162z%22%20fill%3D%22%2377e4ff%22%2F%3E%3C%2Fsvg%3E')
	,url(img/green-bg.gif);
	background-size: 100%, cover;
	padding-bottom: 20vw;
	margin-bottom: -20vw;
	position: relative;
}
#cont1 > picture {
	width: 62%;
	margin-left: 5%;
}
#cont1 .body {
	padding: min(5rem, 2vw) 0;
}
#cont1 .btn {
	display: flex;
	width: 37em;
	max-width: 100%;
	margin: 0 auto;
	font-size: 1.25em;
}
#cont1 .body .row {
	margin-top: min(5rem, 10vw);
}
#cont1 h3 {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: .75em;
}
#cont1 h3 span {
	display: inline-block;
	line-height: 1.8;
	background: #008d43;
	border-radius: 1em;
	padding: 0 .75em .075em 1em;
	letter-spacing: .25em;
	white-space: nowrap;
}
#cont1 .row p {
	font-size: 1.125em;
}
@media (min-width: 992px){
	#cont1 {
		background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%220%200%201096%20112%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m0%200v112c159.76-23.45%20346.5-40.39%20555-40%20202.72.38%20384.66%2017.05%20541%2040v-112z%22%20fill%3D%22%2377e4ff%22%2F%3E%3C%2Fsvg%3E')
		,url(img/green-bg.gif);
		padding-bottom: calc((100vw - var(--side-col-width)) * 0.25);
		margin-bottom: calc((100vw - var(--side-col-width)) * -0.25);
	}
	#cont1 > picture {
		width: 90%;
		margin-left: 5%;
	}
	#cont1 .body {
		padding: 0 0 min(5rem, 5vw);
	}
	#cont1 .to-floor img {
		width: 15%;
		margin-top: -4%;
	}
}



#cont2 {
	position: relative;
}
#cont2 .body {
	background: #f1cb97;
	padding: 0 0 min(5rem, 7vw);
}
#cont2 .read {
	color: #b48e4f;
	text-align: center;
	line-height: 2.2;
	margin-bottom: 1.5em;
}

#cont2 .about {
	padding: 2% 11% 10%;
	aspect-ratio: 740 / 1034;
	background-repeat: no-repeat;
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%220%200%20740%201033.42%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m678.55%20912.46c98.81-152.61-24.66-293.82%2019.81-437.23%2024.45-78.86%2047.82-105.35%2040.15-195.5-9.47-111.38-99.36-235.72-224.19-270.1-142.41-39.22-179.58%2054.32-299.96%2048.15-27.84-1.43-55.24-9.35-83.54-7.27-89.96%206.64-124.9%2097.15-129.67%20164.85-12.05%20171.02%2074.83%20335.51%2055.8%20506.03-11.78%20105.59-70.96%20202.1%2053.19%20280.87%2097.3%2061.74%20175.35%2014.42%20277.22%204.18%20119.25-11.98%20219.84%2016.22%20291.19-93.98z%22%20fill%3D%22%23b48e4f%22%2F%3E%3C%2Fsvg%3E');
	background-size: contain;
}
#cont2 .about .imgBox img {
	display: block;
	width: 90%;
	margin: 0 auto;
	vertical-align: bottom;
}
#cont2 .about .txtBox .inner {
	padding: .75rem 0;
	border-top: 3px dotted currentColor;
	border-bottom: 3px dotted currentColor;
}
#cont2 .about h4 {
	margin-bottom: 0;
}
#cont2 .about p {
	font-size: .875rem;
	line-height: 1.5;
	margin: .5rem 0 0;
}
@media (min-width: 576px) and (max-width: 767px){
	#cont2 .about p {
		font-size: 1rem;
		line-height: 1.6;
	}
}
@media (min-width: 768px){
	#cont2 .about {
		padding: 0 8% 0 4%;
		aspect-ratio: 957 / 399;
		background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%220%200%20957%20399%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m566.89%20399c-73.78-1.76-156.57-26.47-232.43-28.95-64.62-3.85-128.23%2011.1-192.16%2018.91-63.72%2013.66-135.14-27.89-136.07-106.9-.8-20.33.9-40.49%203.62-60.53%206.67-39.53-1.25-77.86-8.72-116.36-10.4-64.61%2052.7-95.57%20101.3-88.96%2080.19%202.36%20121.38-34.03%20206.8-4.77%2040.52%2011.25%2081.44%2017.28%20123.12%2013.81%2065.94-8.36%20131.02-26.06%20197.46-11.16%2050.59%2010.29%20101.98%2010.89%20153.09%205.14%2084.14-9.38%20150.32%208.93%20165.1%20114.56%2024.53%20127.06%203.78%20221.59-123.68%20230.26-89.03%205.43-166.21%2034.37-257.43%2034.96z%22%20fill%3D%22%23b48e4f%22%2F%3E%3C%2Fsvg%3E');
	}
	#cont2 .about .imgBox img {
		margin: 0;
	}
	#cont2 .about .txtBox .inner {
		width: 100%;
	}
}
@media (min-width: 992px){
	#cont2 .read {
		transform: translateY(-1.5em);
	}
}
@media (min-width: 1200px){
	#cont2 .about p {
		line-height: 1.6;
	}
}
@media (min-width: 1440px){
	#cont2 .about .txtBox .inner {
		padding: 1.5rem 0 1.75rem;
	}
	#cont2 .about p {
		font-size: initial;
	}
}



#cont3 {
	background: #f1cb97;
	position: relative;
}



