@charset "utf-8";
/* CSS Document */
html, body,
ul, ol, li,
h1, h2, h3, h4, h5, h6, p,
form, input, div {
  margin: 0;
  padding: 0;
	box-sizing: border-box
}


body{
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-style: normal;
	background-color:#FAFAF6;
	width: 100vw;
	
}
	
a {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
	display: block;
}

.header{
	position:fixed;
}

.wave_header{
	container-type:inline-size;
	container-name:head;
	position: relative;
	z-index:1000;
	width: 100%;
	background-color:transparent;
	align-items:center;
	justify-content:center;
	padding-top:0rem;
	padding-bottom:3rem;
}

.wave_index {
  position: absolute;
  top: 5%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  transform: translateY(0); 
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
  font-size: 16px;
  color: #67624d;
  max-width:100%;
  gap:3rem;
	z-index: 1001;
}

.wave_header svg,.wave_top,.wave_track,.wave_track img,.bgBlue{
	pointer-events: none;
}

.top{
	position: relative;
	top:0;	
}

.wave_top{
	width:100vw;
	aspect-ratio:1920/113;
	clip-path: url(#waveClip);
	margin-top:-44vw;
	height: auto;
}


.wave_track{
	aspect-ratio:16/7;
	clip-path: url(#waveClip);
	margin-top:0;
	z-index: 30;
	width:100%;
}


.wave_track img{
	position: absolute;
	width: 100vw;
	height: 53vw;
	object-fit:cover;
	opacity:0;
	animation:fadeSlideshow 20s infinite;
}

.wave_track img:nth-child(1)
{animation-delay:0s;}
.wave_track img:nth-child(2)
{animation-delay:5s;}
.wave_track img:nth-child(3)
{animation-delay:10s;}
.wave_track img:nth-child(4)
{animation-delay:15s;}

@keyframes fadeSlideshow{
	0%{opacity:0;}
	5%{opacity:1;}
	25%{opacity:1;}
	30%{opacity:0;}
	100%{opacity:0;}

}

.bgBlue{
	width:100vw;
	top:0;
	height:auto;
	margin-top:-3.5rem;
	z-index:-1;
}

.bgBlue svg{
	width:100%;
	height:auto;	
}

.logo {
  z-index: 1100;
width:80%; 
  top: 50%;
  text-align: center;
  margin: 0 auto;
  position: relative;
  margin-top: 5%;
}

.logo_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em; 
}

.logo_img {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #67624d;
  font-size: 9px;
}

.logo_img img {
  width: 30vw;
  height: auto;
  margin-bottom: 0.5em; 
}

.logo_text {
  display: flex;          
  flex-direction: column;
  align-items: center;
  white-space: nowrap;	
  gap: 1em;
}

.logo h1{
	margin-bottom: -1rem;	
	font-size: 22px;
}

.logo h3 {
  font-size: 14px;
  text-align: center;
  color: #67624d;
	margin-left: 1em;
}

.dot{
	border-bottom: 3px dotted #d2eae2;
	width: 80%;
	margin: 2rem auto;
}
/*以下五真*/

.kazumasu{
	position: relative;
	width: 100%;
	height: auto;
	min-height: 60vw;
	margin-bottom:-3vw; 
}

.kazumasu .squre{
	position: absolute;
	background-color:#d2eae2;
	width:38vw;
	height:30vw;
	left:58%
}


.kazumasu .title h1 {
	background-color:rgba(255,255,255,0.5);
	color:#67624d;
	display:inline-block;
	font-family: "Noto Serif JP", serif;
 	font-weight: 400;
	position: absolute;
	left:35%;
	top:-3%;
	z-index:15;
	padding:0.1em 0.3em;
	font-size:25px;
}

.kazumasu .main_image {
	position: absolute;
	width:30vw;
	z-index:10;
	top:5%;
	left:63%
}

.kazumasu .sub_image{
	position: absolute;
	width:25%;
	z-index:10;
	top:10%;
}

.kazumasu .CP h4{
	position: absolute;
	z-index: 20;
	color:#67624d;
	left:27%;
	top:16%;
	font-size:13px;
}

.kazumasu .CP h6 {
	background-color:rgba(255,255,255,0.6);
	z-index:15;
	padding:0.5em 0.5em;
	position: absolute;
	z-index:20;
	color:#67624d;
	left:10%;
	top:27%;	
}

.button{
	transition: transform 0.3s ease; 
	z-index: 1001;
	width:15%;
	max-width:100%;
	height:auto;
	display:block;
	height: auto;
}

.kazumasu .button {
	position: absolute;
	right:3rem;
	top:50% ;
}

.button:hover {
	transform:scale(1.1) rotate(2deg);
}

/*以下琴悠*/

.kotoyu{
	position: relative;
	width:100%;
	top:0;
	min-height: 60vw;
	margin-bottom: -3vw;
}

.kotoyu .squre{
	position: absolute;
	background-color:#d2eae2;
	width:38vw;
	height:30vw;
	right:58%
}

.kotoyu .title h1 {
	background-color:rgba(255,255,255,0.5);
	color:#67624d;
	display:inline-block;
	font-family: "Noto Serif JP", serif;
 	font-weight: 400;
	position: absolute;
	right:35%;
	top:-3%;
	z-index:15;
	padding:0.1em 0.3em;
	font-size:25px;
}

.kotoyu .main_image {
	position: absolute;
	width:30vw;
	z-index:10;
	top:5%;
	right:63%;
}

.kotoyu .sub_image{
	position: absolute;
	width:25%;
	z-index:10;
	top:10%;
	right:0%;
}

.kotoyu .CP h4{
	position: absolute;
	z-index: 20;
	color:#67624d;
	right:28%;
	top:16%;
	font-size:13px;
}

.kotoyu .CP h6 {
	background-color:rgba(255,255,255,0.6);
	z-index:15;
	padding:0.5em 0.5em;
	position: absolute;
	z-index:20;
	color:#67624d;
	right:10%;
	top:27%;	
}

.kotoyu .button {
	position: absolute;
	left:3rem;
	top:50% ;
}





.button:hover {
	transform:scale(1.1) rotate(2deg);
}
.wave_footer{
	width:100%;
	position:relative;
	height: auto;
}

.wave_footer svg {
	position: absolute;
    width: 100%;
	left:0;
	right: 0;
	bottom:0;
	height: auto;
	z-index: 0;
	pointer-events: none;

}

.footer_contents {
	position: reative;
	z-index: 1;
	min-height: clamp(180px,24vw,320px);
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-content: center;
	text-align: center;
}

.footer_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sns_links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: baseline;
	gap:3rem;
	list-style:none;
	padding:0;
	margin-bottom:5%;
}

.sns_links li a {
	font-size: 15px;
	color: #fff;
	text-decoration: none;
	font-weight: 700;
	border-bottom: 3px dotted #fff;
	z-index: 9999;
	background-color: #d2eae2;
	position: absolute;
	display: flex;
}

.Gotop{
	position: absolute;
	left:15%;
	bottom:17%;
	transform: translateX(-50%);
	z-index: 99999;
	width: 30%;
}

.Gotop img{
	width: 100%;
	z-index: 5000;
	padding-left:7vw;
	display: block;
	margin-top:2rem;
	transition: transform .3s ease;
}

	.Gotop:hover img{
		animation:floatY 3s ease-in-out infinite;
	}

@keyframes floatY{
	0% {transform:translateY(0);}
	50% {transform:translateY(1rem);}
	100% {transform:translateY(0);}
}

@media (min-width:1400px){

	.wave_index {
		font-size: 2.2em;
		gap:14rem;	
		top:10%;
	}
	
	
	.logo {
	margin-top: 8%;	
	}
	
	.logo h1 {
		font-size: 30px;
		
	}
	
	.logo_text h3{
		font-size: 23px;		
	}
	
	.dot{
	margin: 5rem auto;
}
	
	.kazumasu{
		margin-bottom: -13vw;
	}
	
	.kazumasu .title h1 {
		font-size:55px;
		margin-left:7%;
		top:-2%;
	}
	
	.kazumasu .CP h4{
		font-size:28px;
		left:28%;
		top:16%;
	}

	.kazumasu .CP h6 {
		font-size: 25px;
		left:22%;
		top:27%;	
	}
	
	.kazumasu .button {
	right:25%;
	top:50%;
	width: 10%
}
	
	.kotoyu{
		margin-bottom: -13vw;
	}
	
	.kotoyu .title h1 {
		font-size:55px;
		left:24%;
	}

	.kotoyu .CP h4{
		font-size: 28px;
		right:30%;
	}

	.kotoyu .CP h6 {
		font-size: 25px;
		right:22%;
		top:27%;
	}

	.kotoyu .button {
		top:50%;
		width: 10%;
		margin-left:15%;
}
	
	.Gotop{
		width: 20%;
		left:12%;
		bottom:25%;
	}
	
	.sns_links{
		bottom:10%;
	}
	
	.sns_links li a {
		font-size: 22px;
	}
	
}

@media (min-width:800px) and (max-width:1400px){

	.wave_index {
		font-size: 1.5em;
		gap:7rem;	
		top:9%;
	}
	
	.bgBlue{
		margin-top: -3rem !important;
	}
	
	.logo {
	margin-top: 3%;
		
	}
	
	.kazumasu .title h1 {
		font-size:40px;
		margin-left:5%;
	}
	
	.kazumasu .CP h4{
		font-size:16px;
		left:28%;
		top:16%;
}

	.kazumasu .CP h6 {
		font-size: 14px;
		left:22%;
		top:27%;	
}
	
	.kazumasu .button {
	left:65%;
	top:50% ;
	width: 15%
}
	
	.kotoyu{
		margin-bottom: -6vw;
	}
	
	.kotoyu .title h1 {
		font-size:40px;
		margin-left:3%;
	}

	.kotoyu .CP h4{
		font-size: 14px;
		right:30%;
	}

	.kotoyu .CP h6 {
		font-size: 14px;
		right:22%;
		top:27%;
	}
	
	.Gotop{
		width: 20%;
		left:12%;
		bottom:19%;
	}

.kotoyu .button {
	left:20%;
	top:50% ;
	width: 15%
}
	


}

@media (min-width:600px) and (max-width:800px){

	.wave_index {
		font-size: 1.5em;
		gap:7rem;	
		top:9%;
	}
	
	.bgBlue{
		margin-top: -3rem !important;
	}
	
	.logo {
	margin-top: 3%;
		
	}
	
	.kazumasu .title h1 {
		font-size:40px;
		margin-left:5%;
	}
	
	.kazumasu .CP h4{
		font-size:16px;
		left:28%;
		top:16%;
}

	.kazumasu .CP h6 {
		font-size: 14px;
		left:22%;
		top:27%;	
}
	
	.kazumasu .button {
	left:65%;
	top:50% ;
	width: 15%
}
	
	.kotoyu{
		margin-bottom: -6vw;
	}
	
	.kotoyu .title h1 {
		font-size:40px;
		margin-left:3%;
	}

	.kotoyu .CP h4{
		font-size: 14px;
		right:22%;
	}

	.kotoyu .CP h6 {
		font-size: 14px;
		right:10%;
		top:27%;
	}

		.kotoyu .button {
	right:10%;
	top:50% ;
	width: 15%
}
	
	.Gotop{
		width: 20%;
		left:12%;
		bottom:19%;
	}
	


}
