@charset "UTF-8";
/* CSS Document */


body {
	padding:0;
	margin:0;
}

section {
	margin: 0;
	padding: 5% 3%;
}

.st_wrap {
	clear: both;
	width:100%;
    text-align: center;
	padding: 0 ;
	margin:0 auto;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	position: relative;
}

.st_wrap h1 { 
	font-family: "Montserrat", sans-serif;
    font-weight: 900;
	font-size: 80px;
	line-height: 1.3em;
	text-align: center;
	margin: 6% auto 2%;
}

.st_wrap h2 {
	font-family: "Montserrat", sans-serif;
    font-weight: 900;
	font-size: 80px;
	line-height: 1.3em;
	text-align: center;
	margin: 6% auto 2%;
}

.st_wrap h3 {
	font-family: "Montserrat", sans-serif;
    font-weight: 900;
	font-size: 60px;
	line-height: 1.3em;
	text-align: center;
	margin: 15% auto 4%;
	color: #f1b5cf;
}


.st_wrap p{
    text-align: center;
	font-size: 16px;
	padding: 0;
	margin: 5px auto;
	line-height: 1.8em;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
}


.st_wrap img {
	width: 100%;
	vertical-align: bottom;
}

.st_wrap a {
	color: #000;
}


.Montserrat {
	font-family: "Montserrat", sans-serif;
}

.orange {
	color: #e77038;
}

.blue {
	color: #0a54a0;
}

.lblue {
	color: #76A9C2;
}

.red {
	color: #d2635f;
}

.green {
	color: #36634f;
}

.Main {
	width: 60%;
	margin: 5% auto 8%;
	position: relative;
}

.sub {
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	font-size: 23px;
	line-height: 1.8em;
	text-align: center;
}

.sp {
	display:none;
}


.Lead {
	font-weight: 500;
	text-align: center;
	font-size: 16px;
	padding: 0;
	margin: 5% auto;
	line-height: 2em;
}

.skyperfect {
	width: 60%;
	max-width: 350px;
	margin: 5% auto;
}


.Sml {
	font-size: 11px;
	text-align: center;
	line-height: 1.8em;
	margin: 1% auto;
	font-weight: normal;
}

.info_box {
	width: 90%;
	max-width: 350px;
	margin: 6% auto;
	padding: 4%;
	border: solid 2px #e6e8e8;
}

.flx {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.eyes {
	width: 30%;
	transform: rotate(8deg);
}

.item {
	width: 90%;
	margin: 5% auto 2%;
	position: relative;
}

.item_s1 {
	width: 70%;
	margin: 0 30% 0 0;
	position: relative;
}

.item_s2 {
	width: 70%;
	margin: 0 0 0 30%;
	position: relative;
}

.item_link {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.8em;
	margin: 2% auto;
}

.crayon1 {
	width: 40%;
	position: absolute;
	top: 15%;
	right: 25%;
	transform: rotate(-10deg);
}

.crayon2 {
	width: 40%;
	position: absolute;
	bottom: 40%;
	right: 10%;
	transform: rotate(-10deg);
}

.crayon3 {
	width: 57%;
	position: absolute;
	bottom: 35%;
	right: 0;
	transform: rotate(-10deg);
}

.MT5 {
	margin-top: 5%;
}


.bdr {
	border-bottom: solid 1px #F2F2F2;
	margin: 6% 5%;
}

.clear {
	clear:both;
}


.btn-1 {
	display: block;
	font-family: "Montserrat", sans-serif;
    font-weight: 900;
	font-size: 60px;
	line-height: 1.3em;
	text-align: center;
	margin: 10% auto 5%;
}

a.btn-1 {
	color: #d2635f;
}



.btn-2 {
    display: inline;
	text-align: center;
	font-weight: 600;
    font-size: 17px;
    padding: 3px 20px;
	margin: 0 0 0 3%;
	width: 40%;
    color: #eed848;
	background-color: #32291B;
	box-sizing: border-box;
	transition: .3s;
}

a.btn-2 {
    text-decoration: none;
}

.btn-3 {
    display: inline;
	text-align: center;
	font-weight: 600;
    font-size: 17px;
    padding: 3px 20px;
	margin: 0 0 0 3%;
	width: 40%;
    color: #ffffff;
	background-color: #888888;
	box-sizing: border-box;
	transition: .3s;
}

a.btn-3 {
    text-decoration: none;
}


#ターゲット要素 {
    padding-top: 110px;
    margin-top: -50px;
}

.snsBOX__inner {
    background: #FFFFFF;
    border-radius: 15px;
    max-width: 500px;
    margin: 2% auto 5%;
    padding: 30px 0;
    text-align: center;
}



.snsBOX__inner ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
}

.snsBOX__list01 {
	width: 70%;
	margin: 6% auto;
    display: flex;
    justify-content: center;
    padding-bottom: 30px;
}

.snsBOX__list01 li {
	width: 60px;
    margin: 0 10px;
    line-height: 0;
}

@media only screen and (max-width: 750px) {

	.pc {
		display:none;
	}
	.sp {
		display:block;
	}
	
	
	.st_wrap {
		width: 100%;
		margin: 0 auto;
	}

    .st_wrap p {
        font-size: 14px;
		line-height: 1.8em;
		margin: 10px 7px 5px;
		align-items: center;
    }
    
	.st_wrap h1 {
		font-size: 50px;
	}	
    
    .st_wrap h2 {
        font-size: 50px;
		line-height: 1.6em;
    }
    
    .st_wrap h3 {
        font-size: 30px;
    }
    
	.sub {
		font-size: 17px;
	}
	
	.Lead {
		font-size: 13px;
		margin: 6% auto;
	}
	
	.item {
		width: 100%;
	}
	
	.item_link {
		font-size: 14px;
	}
	
	.Sml {
		font-size: 10px;
	}
	
    .btn-1 {
        font-size: 38px;
    }
	
	.btn-2 {
		font-size: 15px;
	}
	
	.btn-3 {
		font-size: 15px;
		width: 50%;
	}
	
}


