body {
	margin: 0;
	padding: 0;
}

#st_wrap {
	width:100%;
	margin:0 auto;
    padding: 1% 0 0;
    font-size: 10px;
	font-family: "Noto Sans JP", sans-serif;
}
    


#st_wrap h1 {
    font-size: 85px;
    font-family: "Roboto", sans-serif;
    text-align: center;
    margin: 3% auto 1%;
    font-weight: 800;
    letter-spacing: 0.035em;
    color: #fff;
    text-shadow: -1px -1px 0 #6E4F77, 1px -1px 0 #6E4F77, -1px 1px 0 #6E4F77, 1px 1px 0 #6E4F77;
}

#st_wrap h1 span {
	background-color: #4661be;
	padding: 5px 15px;
	color: #fff;
}

#st_wrap h2 {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    margin: 2% auto 4%;
	line-height: 1.8em;
	color: #fff;
}

#st_wrap h3 {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin: 7% auto 0;
	padding: 10px;
	color: #fff;
	background-color: #65a1c4;
}


.catch {
  display: flex;
  align-items: center; /* 垂直中心 */
  justify-content: center; /* 水平中心 */
}
.catch:before, .catch:after {
  border-top: 2px solid;
  content: "";
  width: 90%; /* 線の長さ */
}
.catch:before {
  margin-right: 0; /* 文字の右隣 */
}
.catch:after {
  margin-left: 0; /* 文字の左隣 */
}


#st_wrap p {
    text-align: center;
    font-size: 18px;
    line-height: 1.5em;
    margin: 3% auto 4%;
    font-weight: 500;
	color: #6082AD;;
}

#st_wrap img {
    width: 100%;
	vertical-align: bottom;
}


.ttl {
	width: 30%;
	max-width: 200px;
	margin: 8% auto 6%;
}
 

.wrap_content {
    width: 900px;
    margin: 2% auto;
	text-align: center;
}


.Lead {
	font-size: 16px;
	text-align: center;
	font-weight: 400;
	margin: 4% auto 8%;
	line-height: 1.7em;
}

.Lead a {
	color: #000;
	margin: auto 6px;
}

.Sml {
	font-size: 13px;
	text-align: center;
	margin: 1% auto 5%;
}

.subttl {
	font-size: 50px;
	font-family: "Libre Baskerville", serif;
	font-weight: 600;
	width: 50%;
	line-height: 1.3em;
	margin: 4% auto 1%;
}

.icon {
	width: 35%;
	position: absolute;
	top: -2%;
	left: -5%;
	transform: rotate(-10deg);
}

.txtbox {
	display: flex;
	width: 80%;
	max-width: 400px;
	justify-content: space-around;
	flex-wrap: nowrap;
	margin: 2% auto;
	align-items: center;
	text-align: left;
}

.item {
	font-size: 15px;
	font-weight: 500;
	line-height: 1.6em;
	text-align: center;
	color: #192452;
}

.item a{
	color: #14147B;
}

.price {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.8em;
	margin-bottom: 2%;
}

.bdr {
	border-bottom: solid 2px #000;
	margin: 10% auto;
}


.style {
	width: 50%;
	margin: 0 auto 8%;
}

.thumb_box {
	width: 90%;
	max-width: 700px;
	margin: 3% auto;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

.thumb {
	width: 100%;
	position: relative;
}

.btn {
	display: block;
    text-decoration: none;
}

.btn-1 {
	width: 25%;
	font-size: 14px;
	font-weight: 600;
	line-height: 2em;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	background-color: #332E27;
}

a.btn-1 {
	color: #fff;
	text-decoration: none;
}


.btn-2 {
	display: block;
	font-size: 16px;
	font-weight: 400;
	margin: 1% auto 6%;
	line-height: 1.3em;
	padding: 10px;
	transition: .7s;
	text-decoration: underline;
	color: #000;
}

.btn-3 {
	font-size: 18px;
	font-weight: 600;
	width: 50%;
	margin: 5% auto 6%;
	line-height: 1.5em;
	padding: 10px;
	text-align: center;
	background-color: #000;
	color: #fff;
	transition: .7s;
}


.sp {
	display: none;
}
.clear {
	clear: both;
}

.point_video {
	width: 80%;
	margin: 4% auto;
}

@media only screen and (max-width: 750px) {

    #st_wrap h1 {
        font-size: 40px;
		text-align: center;
		margin: 6% auto 3%;
		line-height: 1.1em;
    }
	
	#st_wrap h2 {
		font-size: 14px;
		margin: 5% auto 8%;
	}
	
	#st_wrap h3 {
		font-size: 14px;
	}
	
	#st_wrap p {
        font-size: 11px;
        line-height: 1.4em;
		margin: 4% auto;
    }
	
	
	.wrap_content {
    	width: 96%;
		margin: 0 auto;
	}
	
	.bk1, .bk2 {
		background-size: 200px;
		padding: 0 0 1%;
	}
	
	.subttl {
		width: 70%;
		margin: 3% auto;
	}
		
	.Lead {
		font-size: 13px;
	}
	

	.item {
		font-size: 12px;
	}
	


	.icon {
		width: 40%;
		top: -5%;
	}
	
	.pc {
		display: none;
	}	
	
	.sp {
		display: block;
	}
	
	.btn-1 {
		font-size: 11px;
		line-height: 2em;
		padding: 0 10px;
	}
	
	.btn-2 {
		font-size: 13px;
		padding: 8px;
	}
	
	.btn-3 {
		font-size: 13px;
		padding: 8px;
		margin: 4% auto 8%;
	}
	
	
	.point_video {
		width: 90%;
		margin: 6% auto 3%;
	}
}
