@charset "utf-8";

#header,
.contents.relatedsite,
.hamburger,
#footer_nav{
	display: none!important;
}

.page-test, .page-lp01{
	padding: 0;
}

#lp01_body{
	font-size: 2rem;
}

.inner{
	width: min(100%, 1200px);
	margin: 0 auto;
}

@media screen and (max-width: 980px){
	#lp01_body{
		font-size: 1.6rem;
	}
}

#lp01_body *{
	box-sizing: border-box;
}

#owarinaki{
	aspect-ratio: 1920 / 1219;
	text-align: center;
	position: relative;
	background: url(../images/pages/lp02/owarinaki_bg.webp) no-repeat center bottom / cover;
}

#owarinaki .txt{
	width: 100%;
	padding: 0 30px;
	position: absolute;
	top: 4.6vw;
	left: 0;
}

#owarinaki .txt h2{
	margin-bottom: 30px;
	line-height: 1;
	font-size: 4rem;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

#owarinaki img{
	display: none;
}

@media screen and (max-width: 1300px){
	#owarinaki .txt{
		padding: 0 30px;
		top: 2vw;
	}
	#owarinaki .txt h2{
		margin-bottom: 20px;
		font-size: 3.2rem;
	}
}
@media screen and (max-width: 980px){
	#owarinaki{
		aspect-ratio: auto;
		background: none;
	}
	#owarinaki .txt{
		position: static;
		padding: 30px 20px;
		background: #e3e3e3;
	}
	#owarinaki img{
		display: block;
	}
}
@media screen and (max-width: 767px){
	#owarinaki .txt h2{
		margin-bottom: 30px;
		line-height: 1.4;
	}
	#owarinaki .txt p{
		text-align: left;
	}
}

#gohoubi{
	height: 706px;
	padding-left: 7vw;
  display: flex;
  align-items: center;
	background: url(../images/pages/lp02/gohoubi_bg.webp) no-repeat center top / cover;
}

#gohoubi .txt{
	width: min(100%, 853px);
	padding: 80px 50px;
	line-height: 1.6;
	background: rgba(255,255,255,.88);
}

#gohoubi .txt p{
	margin: 0 0 30px 0;
}

@media screen and (max-width: 1500px){
	#gohoubi{
		padding-left: 4vw;
	}
	#gohoubi .txt{
		width: 60vw;
		padding: 60px 30px;
	}
}
@media screen and (max-width: 1200px){
	#gohoubi{
		padding-left: 20px;
		background-position: 60% top;
	}
}
@media screen and (max-width: 950px){
	#gohoubi{
		height: 706px;
		background-position: 60% top;
	}
}
@media screen and (max-width: 767px){
	#gohoubi{
		height: auto;
		padding: 40px 20px 80px 20px;
		background-position: 70% top;
	}
	#gohoubi .txt{
		width: 90vw;
		padding: 40px 30px;
	}
}

#reason{
	padding: 120px 20px 200px 20px;
	background: url(../images/pages/lp02/reason_bg.webp) no-repeat center center / cover;
}

#reason h2{
	text-align: center;
	font-size: 4rem;
	font-weight: bold;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	line-height: 1.4;
}

#reason h2 + p{
	text-align: center;
	font-weight: bold;
	margin: 20px 0 60px 0;
}

#reason ul li{
	text-align: left;
	margin-top: 20px;
	padding: 60px 50px;
	font-size: 1.6rem;
	display: grid;
	grid-template-columns: 209px 1fr;
	gap: 50px;
	align-items: center;
	background: #fff;
}

#reason ul li h3{
	font-size: 3rem;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 20px;
}

@media screen and (max-width: 767px){
	#reason{
		padding: 60px 20px;
	}
	#reason h2{
		font-size: 2rem;
	}
	#reason ul li{
		padding: 20px;
		grid-template-columns: 1fr;
		gap: 20px;
	}
	#reason ul li img{
		width: 50%;
		margin: 0 auto;
	}
	#reason ul li h3{
		font-size: 1.8rem;
	}
}

#osusume{
	padding-top: 100px;
	background: url(../images/pages/lp02/osusume_bg.webp) no-repeat center top / 100% auto;
}

#osusume h2{
	text-align: center;
	font-size: 4rem;
	font-weight: bold;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	line-height: 1.4;
}

#osusume .inner{
	margin-top: 100px;
	padding-bottom: 22vw;
	text-align: right;
}

#osusume .txt{
	display: inline-block;
	padding: 60px 100px;
	background: #fff;
}

#osusume .txt img{
	width: auto;
}

#osusume .cat{
	text-align: center;
	font-size: 2.5rem;
	font-weight: bold;
	padding: 50px 20px 150px 20px;
}

@media screen and (max-width: 767px){
	#osusume{
		padding-top: 40px;
		background-size: 140% auto;
	}
	#osusume h2{
		font-size: 2rem;
	}
	#osusume .inner{
		margin-top: 60vw;
		padding-bottom: 0;
		text-align: left;
	}
	#osusume .txt{
		display: block;
		padding: 20px;
	}
	#osusume .cat{
		font-size: 1.6rem;
		padding: 30px 20px;
	}
}

#voice{
	text-align: center;
	padding: 150px 20px 220px 20px;
	background: url(../images/pages/lp02/voice_bg.webp) no-repeat center center / cover;
}

#voice h2{
	margin-bottom: 80px;
	line-height: 1;
	font-size: 4rem;
	font-weight: bold;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

#voice ul{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 20px;
}

#voice ul li{
	padding: 50px 40px;
	font-size: 1.6rem;
	text-align: center;
	background: #fff;
}

#voice ul li img{
	display: block;
	width: 246px;
	margin: 0 auto 20px auto;
}

@media screen and (max-width: 767px){
	#voice{
		padding: 60px 20px;
	}
	#voice h2{
		margin-bottom: 40px;
		font-size: 3rem;
	}
	#voice ul{
		grid-template-columns: 1fr;
	}
	#voice ul li{
		padding: 30px 20px;
		text-align: left;
	}
}

#camp .txt h3{
	font-size: 2.5rem;
	font-weight: bold;
	margin-bottom: 20px;
}


@media screen and (max-width: 767px){
	#camp .txt{
		padding: 20px;
		font-weight: bold;
		background: #FFEC5D;
	}
	#camp .txt h3{
		font-size: 1.8rem;
	}
}

#tokuten{
	padding: 150px 20px 200px 20px;
	background: url(../images/pages/lp02/tokuten_bg.webp) no-repeat center center / cover;
}

#tokuten h2{
	margin-bottom: 60px;
	font-weight: bold;
	font-size: 2.6rem;
	text-align: center;
	line-height: 1.4;
}

#tokuten h2 span{
	display: block;
	font-size: 4.4rem;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

#tokuten ul{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 20px;
}

#tokuten ul + ul{
	margin-top: 20px;
	margin-bottom: 20px;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}

#tokuten ul li{
	position: relative;
	overflow: hidden;
	padding: 50px;
	font-size: 1.6rem;
	background: #fff;
	border: 1px solid #4e340a;
}

#tokuten ul li::before{
   position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 120px 120px 0 0;
    border-color: #FFDD4D transparent transparent transparent;
}

#tokuten ul li span.num{
   position: absolute;
    top: 15px;
    left: 20px;
    display: block;
    font-size: 5.3rem;
    white-space: pre;
    text-align: center;
    z-index: 2;
    line-height: 1;
		font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

#tokuten ul li img{
		display: block;
		width: 255px;
	margin: 0 auto 20px auto;
}

#tokuten ul li h3{
	font-weight: bold;
	font-size: 3rem;
	text-align: center;
	line-height: 1.4;
	margin-bottom: 20px;
}

#tokuten ul li p{
	text-align: left;
}

#tokuten .note{
	font-size: 1.6rem;
}

@media screen and (max-width: 767px){
	#tokuten{
		padding: 60px 20px;
	}
	#tokuten h2{
		margin-bottom: 30px;
		font-size: 1.5rem;
	}
	#tokuten h2 span{
		font-size: 1.8rem;
	}
	#tokuten ul{
		grid-template-columns: 1fr;
	}
	#tokuten ul + ul{
		grid-template-columns: 1fr;
	}
	#tokuten ul li{
		padding: 30px 20px 20px 20px;
	}
	#tokuten ul li::before{
	    border-width: 100px 100px 0 0;
	}
	#tokuten ul li span.num{
	    top: 10px;
	    left: 10px;
	    font-size: 3.4rem;
	}
	#tokuten ul li img{
			width: 50%;
	}
	#tokuten ul li h3{
		font-size: 1.8rem;
	}
}

#bottom1{
	height: 800px;
	padding: 0 7vw;
  display: flex;
  align-items: center;
  justify-content: flex-end;
	text-align: right;
	background: url(../images/pages/lp02/bottom1.webp) no-repeat center center / cover;
}

#bottom1 .txt{
	display: inline-block;
	text-align: left;
	padding: 80px;
	font-size: 2.5rem;
	font-weight: bold;
	background: rgba(255,255,255,.59);
}

#bottom2{
	height: 630px;
	padding: 0 7vw;
  display: flex;
  align-items: center;
	background: url(../images/pages/lp02/bottom2.webp) no-repeat center center / cover;
}

#bottom2 .txt{
	display: inline-block;
	font-size: 2.5rem;
	font-weight: bold;
	background: rgba(255,255,255,.59);
}

@media screen and (max-width: 767px){
	#bottom1, #bottom2{
		height: auto;
		padding: 40px 20px;
	}
	#bottom1 .txt, #bottom2 .txt{
		display: block;
		padding: 30px 20px;
		font-size: 1.6rem;
	}
}

#cta_wrap{
	text-align: center;
	padding: 120px 20px;
	background: url(../images/pages/lp02/cta_bg.webp) no-repeat center center / cover;
}

@media screen and (max-width: 767px){
	#cta_wrap{
		padding: 60px 20px;
	}
}

#studio_access{
	padding: 100px 20px;
}

#studio_access .inner{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 60px;
	align-items: center;
	font-weight: bold;
}

#studio_access .gmap{
	display: block;
	width: 100%;
	height: 364px;
	border: 1px solid red;
}

@media screen and (max-width: 767px){
	#studio_access{
		padding: 60px 20px;
	}
	#studio_access .inner{
		grid-template-columns: 1fr;
		gap: 20px;
	}
}

#btn_cta{
	width: 300px;
	position: fixed;
	top: 5px;
	right: 5px;
	z-index: 100;
}

#btn_cta a{
	display: block;
}

@media screen and (max-width: 767px){
	#btn_cta{
		width: 100%;
		top: auto;
		bottom: 0;
		right: 0;
	}
	#btn_cta a{
		padding: 0 5px 5px 5px;
	}
}