@charset "UTF-8";
/* CSS Document */


body {
	padding:0;
	margin:0;
}


.st_wrap {
	clear: both;
	width: 1000px;
    text-align: center;
	padding: 0;
	margin:0 auto;
	font-family: "Noto Sans JP", serif;
	font-weight: 400;
	color: #000000;	
	overflow: hidden;
}

.st_wrap img {
	width: 100%;
}

.st_wrap h1 {
    font-weight: 500;
	font-size: 21px;
	text-align: center;
	line-height: 2.4em;
	margin: 0 auto 2%;
	letter-spacing: 0.075em;
	width: 90%;
	position: absolute;
	bottom: 2%;
	left: 5%;
}

.st_wrap h1 span {
	background-color: hsla(5,48%,55%,0.80);
	padding: 5px 20px;
	color: #fff;
}

.st_wrap h2 {
    font-weight: 700;
	font-size: 20px;
	text-align: left;
	line-height: 2.2em;
	margin: 0 auto 2%;
	letter-spacing: 0.015em;
	color: #b53a2f;
}

.st_wrap h2 span {
	border-bottom: solid 3px #b53a2f;
}


.st_wrap h3 {
    font-weight: 700;
	font-size: 30px;
	text-align: left;
	margin: 6% auto 2%;
	letter-spacing: 0.024em;
	color: #A0A0A0;
}

.st_wrap h4 {
	font-family: "Lato", sans-serif;
	font-size: 36px;
    font-weight: 700;
	text-align: center;
	margin: 13% auto 6%;
}

.st_wrap h5 {
	font-size: 20px;
    font-weight: 700;
	text-align: center;
	margin: 8% auto 5%;
	padding: 1% 0;
	background-color: #f2b5aa;
	color: #fff;
}


.st_wrap p {
	margin: 10px 0;
    font-size: 14px;    
    line-height: 1.7em;
	text-align: left;
}

.bk01 {
	background-color: #eaeaea;
	padding: 1% 0 0;
}

.p_5 {
	padding: 3%;
}

.Main {
	width: 100%;
	max-width: 700px;
	margin: 3% auto 0;
	position: relative;
}

.Main img {
	width: 100%;
}

.imgbdr {
	border: solid 5px #A0A0A0;
	box-sizing: border-box;
}

.ttl {
	width: 60%;
	max-width: 380px;
	margin: -5% auto 7%;
}

.logo {
	width: 40%;
	position: absolute;
	top: 3%;
	left: 30%;
}

.sp {
	display:none;
}


.Lead {
	font-weight:normal;
	text-align:center;
	font-size: 16px;
	padding:0 ;
	margin: 5% auto 8%;
	line-height: 2em;
}


.style_box {
	width: 90%;
	max-width: 650px;
	margin: 5% auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	position: relative;
}


.style_main {
	width: 55%;
}

.style_sub {
	width: 42%;
}


.info_box {
	width: 100%;
	max-width: 930px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	position: relative;
}

.deco_item {
	position: absolute;
	width: 40%;
	top: -10%;
	left: -25%;
}

.deco_item2 {
	position: absolute;
	width: 35%;
	top: 2%;
	right: 5%;
	z-index: 2;
}

.w_80 {
	width: 85%;
	max-width: 600px;
	margin: 8% auto;
	position: relative;
}


.w_50 {
	width: 48%;
	margin: 0 auto;
}

.st_wrap ul {
	margin: 0;
	padding: 0;
}

.st_wrap ul li{
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0 0 0 20px;
}

.st_wrap li:before {
  content: "";
  position: absolute;
  top: .4em;
  left: 0;
  width: 12px;
  height: 12px;
  background-color: #b53a2f;
  border-radius: 50%;
}

.marker {
	font-weight: 600;
	border-bottom: solid 2px #b53a2f;
}

.bayako_happy {
	position: absolute;
	width: 30%;
	bottom: -35%;
	right: -5%;
}

.Sml {
	font-size: 90%;
	text-align: center;
	line-height: 1.8em;
	margin: 1% auto;
	font-weight: normal;
}

.clear {
	clear:both;
}

.point_video {
	display: block;
	width: 95%;
	margin: 7% auto;
	border: solid 3px #fff;
	box-sizing: border-box;
}

/* General button style (reset) */
.btn {
	border: none;
	font-family: inherit;
	font-size: 20px;
	color: inherit;
	background: none;
	cursor: pointer;
	padding: 10px 20px;
	display: block;
	margin: 2% auto;
	font-weight: 100;
	outline: none;
	position: relative;
	text-align: center;
	
}


/* Button 1 */
.btn-1 {
	width: 20%;
	margin: 2% auto 8%;
	padding: 5px;
	font-size: 15px;
	line-height: 1.3em;
	font-weight: 500;
	color: #fff;
	background-color: #000;
}


.btn-2 {
	width: auto;
	font-size: 12px;
	margin: 0;
	padding: 0 10px;
	color: #fff;
	background-color: #000;
	font-weight: 500;
	float: right;
	transition: .3s;
}

.btn-3 {
	width: 70%;
	font-size: 18px;
	font-weight: 600;
	margin: 4% auto;
	padding: 15px 10px;
	color: #000;
	background-color: #000;
	transition: .3s;
}

.btn-4 {
	width: 30%;
	font-size: 18px;
	font-weight: 600;
	margin: 4% auto;
	padding: 15px 10px;
	color: #000;
	background-color: #C01316;
	transition: .3s;
}

a.btn-1, a.btn-2, a.btn-3, a.btn-4 {
	color: #fff;
	text-decoration: none;
}


@media only screen and (max-width: 750px) {
	#Main {
	margin:0 auto 2%;
	}
	.pc {
		display:none;
	}
	.sp {
		display:block;
	}
	.st_wrap {
		width: 97%;
		min-width: auto;
		margin: 0 auto 1%;
	}

    .st_wrap p {
        font-size: 12px;
		line-height: 1.6em;
        margin: 10px 0;
    }
    
	.st_wrap h1 {
		font-size: 13px;
		margin: 0 auto 2%;
	}	
	
	.st_wrap h1 span {
		padding: 3px 10px;
	}
    
    .st_wrap h2 {
        font-size: 15px;
		line-height: 1.8em;
		margin: 6% auto 2%;
    }
    
    .st_wrap h3 {
        font-size: 20px;
		margin: 8% auto 3%;
    }
    
    .st_wrap h4 {
        font-size: 20px;
        margin: 18% auto 8%;
    }
	
	.st_wrap h5 {
		font-size: 16px;
	}
	
	.p_5 {
		padding: 10% 5%;
	}
    
	.Lead {
		font-size:13px;
		margin: 4% auto 6%;
	}
	
	.info_box {
		width: 100%;
		margin: 0 auto 10%;
		flex-direction: column;
	}
	
	.w_80 {
		margin: 30% auto 5%;
	}
	
	.w_50 {
		width: 100%;
	}
	
	.st_wrap ul li {
    	padding: 0 0 0 12px;
	}
	.st_wrap li:before {
    width: 8px;
    height: 8px;
	}
	
	.deco_item {
		width: 53%;
		top: -28%;
		left: -3%;
		z-index: 3;
	}
	
	.deco_item2 {
		top: 4%;
		right: 5%;
		width: 30%;
	}
	
	.imgbdr {
		border: solid 3px #A0A0A0;
	}
	
	.bayako_happy {
		width: 58%;
        bottom: -40%;
        right: -3%;
	}
	
	.btn-1 {
		width: 50%;
		font-size: 12px;
		line-height: 1.2em;
		padding: 10px;
	}
	
	.btn-3 {
		font-size: 13px;	
		padding: 10px;
	}
}


