@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Outfit:wght@100..900&display=swap');
*{
 font-size: 16px;
 font-family: "Noto Sans JP", sans-serif;
 font-weight: 500;
 line-height: 1.5;
 box-sizing: border-box;
}
body, h1, h2, p, dl, dt, dd{
 margin: 0;
}
h2{
 font-size: 100px;
 font-family: "Outfit", sans-serif;
 font-weight: bold;
 letter-spacing: -0.05rem;
 line-height: 1;
 color: #C20064;
}
h3{
	font-size: 30px;
	color: #C20064;
	font-weight: 400;
	position: relative;
	text-align: center;
}
h3 .en{
	font-size: 80px;
	color: #FEFEFE;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: -1;
}
a{
 color: #0A0A0A;
 text-decoration: none;
 transition: all .3s ease;
}
a:hover{
 color: #C20064;
 opacity: 0.7;
}
img{
 vertical-align: bottom;
}
ul{
 list-style: none;
 padding: 0;
 margin: 0;
}
.noto-sans-jp {
 font-family: "Noto Sans JP", sans-serif;
 font-optical-sizing: auto;
 font-style: normal;
}
.outfit{
 font-family: "Outfit", sans-serif;
 font-optical-sizing: auto;
 font-style: normal;
}
@media (max-width: 768px) {
 h2{
  font-size: 50px;
 }
	h3{
		font-size: 25px;
	}
	h3 .en{
		font-size: 50px;
	}
}