@charset "UTF-8";

/*-------------------------------------------
全体設定
-------------------------------------------*/

html {
	margin: 0;
	padding: 0;
	font-size: 15px;	/*基準となるフォントサイズ。*/
	overflow-x: hidden;
	scroll-behavior:smooth;
}

body {
	margin:0;
	font-family:"font-all","Noto Serif JP", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;	/*フォント種類*/
	background:#F1FAFF;	/*背景色*/
	width:100vw;
	overflow:hidden;
}

main{
	margin-top:50vh;
}

section{
	display:flex;
	position: relative;
	margin-top: 300px;
}

a {
	text-decoration:none;
	transition: 0.3s;
	text-align: center;
	font-size:13px;
}

img{max-width:100%;
}

p{
	font-family:'subtext-font';
	font-size: 2.2rem;
	letter-spacing: .05em;
	line-height: 2;
	margin-bottom: 50px;
}

h1{font-size:5rem;
}

h2{font-size:2.5rem;
	margin:3% 0;
}

h3{font-size:3rem;
	margin:5%;
}

.btn{
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100vh;
	background-color: #fff;
	box-shadow: 0 0 15px 0 #c1c1c1;
}

.btn:hover{
	-webkit-transform: translateY(5px);
	transform: translateY(5px);
	box-shadow: none;
}

i{
	font-size: 2.5rem;
	line-height:2.1;
}

.fa-instagram{
	background: linear-gradient(55deg, #ffbb32 30.25%, #ff0303 44.54%, #cc2fff 67.65%, #7854ff);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.fa-line{
	object-position: 0 2.5px;
	padding: 5px;
}

.fa-youtube{
	background: red;
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.btn-text{
	position: relative;
}

.btn-text:after{
	content: "";
	background: url(images/arrow-right.png) no-repeat;
	background-size: contain;
	width: 20px;
	height: 25px;
	position: absolute;
	top: 0.5px;
	right: -30px;
}


@font-face {
	font-family:"font-all";
	src: url("../fonts/BIZUDMincho-Regular.ttf") format("truetype");
}

@font-face {
	font-family:"menu-font";
	src: url("../fonts/NotoSansJP-ExtraBold.ttf") format("truetype");
}

@font-face {
	font-family:"subtext-font";
	src: url("../fonts/YuseiMagic-Regular.ttf") format("truetype");
}

/*ここからSP版*/
@media screen and (max-width:870px){
	
	main{
		margin-top:30vh;
	}
	
	section{
		margin-top: 100px;
	}
	
	p{
		font-size: 1.1rem;
		line-height: 2;
		margin-bottom: 50px;
	}
	
	h3{
		font-size:1.5rem;
	}
	
}


/*-------------------------------------------
概要
-------------------------------------------*/

#sec2,#sec4,#sec6{
	justify-content:end;
}

.what{
	display: flex;
	flex-direction: column;
	align-items: center;
	width:80%;
}

.section-title{
	position: relative;
	bottom: 75px;
	background-color: #F1FAFF;
	border-radius: 30vh;
	width: 555px;
	height: 150px;
	margin: 0 auto;
	padding: 30px;
	text-align: center;
}

.section-title img{
	height: 100%;
}

.sec-img{
	position:absolute;
	border-radius:5vh;
	overflow:hidden;
	width: 20vw;
}

.img-area{
	position: relative;
	display:flex;
	flex-direction: column;
	justify-content: center;
}

.puppet{
	width: 90px;
	position: absolute;
}

.bold{
	font-weight: bold;
}

.etc{
	line-height: 2.5;
}

.h4{
	position: relative;
    right: 25%;
    display: flex;
    justify-content: center;
    background-color: #F1FAFF;
    border-radius: 0 30vh 30vh 0;
    width: 600px;
    height: 100px;
    padding: 30px;
}

@media screen and (max-width:870px){
	
	.what{
		padding: 25px;
	}
	
	.puppet{
		width:70px;
	}
	
	.section-title{
		bottom: 70px;
		width: 240px;
		height: 80px;
		padding: 20px;
	}
	
	.sec-img{
		border-radius: 1.5vh;
		width: 30vw;
	}
	
	.h4{
		justify-content: center;
		width: 55%;
		height: 50px;
		padding: 7%;
	}
}

/*-------------------------------------------
セクション1
-------------------------------------------*/

.what-1{
	background-color:#B0D2E8;
	border-radius:0 10vh 10vh 0;
}

.img-1{
	top: -5%;
	right:10%;
}

/*ここからSP版*/
@media screen and (max-width:870px){
	
	.what-1{
		border-radius: 0 5vh 5vh 0;
		width: 90%;
	}
	
	.img-1{
		top: 5%;
		right: 5%;
	}
}


/*-------------------------------------------
セクション2
-------------------------------------------*/

.puppet-2{
	left: 80px;
	top: -10%;
}

.what-2{
	background-color:#add1e8;
	border-radius: 10vh 0 0 10vh;
}

.img-2{
	right: -70px;
}

/*ここからSP版*/
@media screen and (max-width:870px){
	
	.puppet-2{
		display: none;
	}
	
	.what-2{
		border-radius: 5vh 0 0 5vh;
		width: 75%;
	}
	
	.img-2{
		top:3%;
		right: -30px;
	}
}

/*-------------------------------------------
セクション3
-------------------------------------------*/

.what-3{
	background-color:#A0C9E4;
	border-radius:0 10vh 10vh 0;
}

.img-3{
	top: 1%;
	right: 10%;
	width: 25vw;
}

/*ここからSP版*/
@media screen and (max-width:870px){
	.what-3{
		border-radius: 0 5vh 5vh 0;
	}
	
	.img-3{
		top: 3%;
		width: 35vw;
	}
}

/*-------------------------------------------
セクション4
-------------------------------------------*/

.what-4{
	background-color:#96c1dd;
	border-radius:10vh 0 0 10vh;
}

.img-4{
	top: 5%;
	left: 5%;
}

.img-4 img{width: 100%;}

.puppet-4{
	width: 10%;
	top: -10%;
	right: 5%;
}

/*ここからSP版*/
@media screen and (max-width:870px){
	
	.what-4{
		border-radius: 5vh 0 0 5vh;
	}
	
	.img-4{
		top:0;
		width: 20vw;
	}
	
	.puppet-4{
		display:none;
	}
}

/*-------------------------------------------
セクション5
-------------------------------------------*/

.what-5{
	background-color:#7FB3D5;
	border-radius: 0 10vh 10vh 0;
}

.img-5{
	left: -150px;
	width: 350px;
}

.img-5 img{width: 100%;}

.puppet-5{
	top: -5%;
	right: 150px;
}

/*ここからSP版*/
@media screen and (max-width:870px){
	
	.what-5{
		border-radius: 0 5vh 5vh 0;
	}
	
	.img-5{
		top: 40px;
		left: -70px;
		width: 35vw;
	}
	
	.puppet-5{
		display:none;
	}
}

/*-------------------------------------------
セクション6
-------------------------------------------*/

.what-6{
	background-color:#7FB8DD;
	border-radius: 10vh 0 0 10vh;
}

.puppet-6{
	top: -5%;
	left: 20%;
	width: 10%;
}

.h4 img{
	height: 100%;
}

.text-area{
	width: 75%;
	margin: 5% 0;
}

/*ここからSP版*/
@media screen and (max-width:870px){
	
	.what-6{
		border-radius: 5vh 0 0 5vh;
	}
	
	.puppet-6{
		display:none;
	}
	.text-area{
		width:90%;
	}
}
