body {
	margin: 0;
	padding: 0;
}

#st_wrap {
	width:100%;
	margin:0 auto;
    padding: 1% 0;
    font-size: 10px;
	font-family: "Noto Sans JP", sans-serif;
	background-color: #b4b5bc;
}
    


#st_wrap h1 {
	font-weight: 500;
    font-size: 20px;
    text-align: center;
    line-height: 1.3em;
	margin: 2% auto 5%;
}

#st_wrap h1 span {
	background-color: #4661be;
	padding: 5px 15px;
	color: #fff;
}

#st_wrap h2 {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin: 3% auto 1%;
    color: #000;
}




.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: 15px;
    line-height: 1.5em;
    margin: 3% auto 4%;
    font-weight: 500;
}

#st_wrap img {
    width: 100%;
	vertical-align: bottom;
}


.ttl {
	width: 100%;
	max-width: 800px;
	margin: 3% auto 6%;
}
 

.wrap_content {
    width: 900px;
    margin: 2% auto;
	text-align: center;
}


.Lead {
	font-size: 16px;
	text-align: center;
	line-height: 1.8em;
	font-weight: 400;
	margin: 2% auto 5%;
}

.Lead a {
	color: #000;
	margin: auto 6px;
}

.Sml {
	font-size: 13px;
	text-align: center;
	margin: 1% auto 5%;
}

.subttl {
	font-size: 25px;
	font-family: "Montserrat", serif;
	font-weight: 600;
	width: 60%;
	line-height: 1.5em;
	padding: 15px;
	color: #000;
	margin: 4% auto 4%;
}

.subttl strong {
	font-size: 200%;
	font-weight: 600;
}


.item {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.6em;
}

.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;
}

.img_main {
	width: 70%;
	max-width: 600px;
	margin: 5% auto;
}

.img_sub {
	width: 100%;
	max-width: 800px;
	margin: 5% auto;
	display: flex;
	justify-content: space-between;
}

.img_sub_thumb {
	width: 49%;
}

.item_box {
	width: 80%;
	max-width: 400px;
	margin: 2% auto;
	display: flex;
	justify-content: space-around;
	align-items: center;
	font-size: 17px;
	font-weight: 400;
	text-align: left;
}

.item_box_name {
	width: 40%;
}

.item_box_price {
	width: 30%;
}

.link_box {
	width: 70%;
	margin: -5% auto 10%;
	display: flex;
	justify-content: space-around;
}

.btn {
	display: block;
    text-decoration: none;
}


.btn-s {
	font-size: 15px;
	font-family: "Montserrat", serif;
	font-weight: 500;
	width: 30%;
	max-width: 300px;
	line-height: 1.5em;
	padding: 3px 10px;
	text-align: center;
	background-color: #575C6F;
	color: #fff;
}


.btn-1 {
	font-size: 18px;
	font-family: "Montserrat", serif;
	font-weight: 600;
	width: 40%;
	max-width: 300px;
	line-height: 1.5em;
	margin: 2% auto 6%;
	padding: 15px;
	background-color: #000;
	color: #fff;
	border-radius: 30px;
	transition: .7s;
}

a.btn-1 {
	color: #fff;
}

a.btn-1:hover {
	background-color: #777;
}

.btn-2 {
	font-size: 18px;
	font-family: "Montserrat", serif;
	font-weight: 600;
	width: 40%;
	margin: 2% auto 6%;
	line-height: 1.5em;
	padding: 15px;
	background-color: #4661be;
	color: #fff;
	border-radius: 30px;
	transition: .7s;
}

a.btn-2 {
	color: #fff;
}


a.btn-2:hover {
	background-color: #7E91D1;
}


.btn-3 {
	font-size: 18px;
	font-family: "Montserrat", serif;
	font-weight: 600;
	width: 70%;
	max-width: 300px;
	line-height: 1.5em;
	margin: 8% auto 6%;
	padding: 15px;
	background-color: #000;
	color: #fff;
	border-radius: 30px;
	transition: .7s;
}

a.btn-3 {
	color: #fff;
}


.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: 16px;
		text-align: center;
		margin: 2% auto 6%;
		line-height: 2.4em;
    }
	
	#st_wrap h2 {
		font-size: 14px;
	}
	
    
    #st_wrap p {
        font-size: 12px;
        line-height: 1.4em;
		margin: 5% auto;
    }
	
	.st_header {
		min-height: 200px;
	}
	
	.wrap_content {
    	width: 94%;
		margin: 0 auto;
	}
	
	.subttl {
    	font-size: 18px;
		padding: 8px 10px;
    	width: 80%;
	}
		
	.Lead {
		font-size: 12px;
		margin: 6% auto;
	}
	
	.item_box {
		font-size: 13px;
	}
    
	.pc {
		display: none;
	}	
	
	.sp {
		display: block;
	}
	
	.catch:before, .catch:after {
		width: 60%;
	}
	
	.btn-s {
		font-size: 12px;
	}
	
	.btn-1 {
		font-size: 13px;
		padding: 8px;
	}
	
	.btn-2 {
		font-size: 13px;
		padding: 8px;
	}
	
	.btn-3 {
		font-size: 13px;
		padding: 8px;
		margin: 10% auto 15%;
	}
	
	
	.point_video {
		width: 90%;
		margin: 6% auto 3%;
	}
	
	.seemore {
		width: 30%;
		position: absolute;
		bottom: 10%;
		left: 3%;
		z-index: 10;
	}
	
}
