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: #d0a34c;
	color: #000;
	text-align: center;
}
    


#st_wrap h1 {
	font-family: "EB Garamond", serif;
	font-weight: 700;
    font-size: 55px;
    text-align: left;
    line-height: 1.3em;
}


#st_wrap h2 {
	font-family: "Playfair Display", serif;
    font-size: 28px;
    font-weight: 500;
    text-align: center;
    margin: 3% auto 1%;
    color: #fff;
}

.wrap_content {
	width: 100%;
	max-width: 1000px;
	margin: 3% auto;
}

.subttl {
	font-size: 20px;
	font-family: "Montserrat", serif;
	font-weight: 600;
	width: 50%;
	max-width: 300px;
	line-height: 1.5em;
	padding: 15px;
	margin: 4% auto 2%;
}

.sub {
	font-family: "EB Garamond", serif;
	font-size: 23px;
	font-weight: 500;
	letter-spacing: 0.023em;
	margin: 1% auto 7%;
}

.ttl {
	width: 70%;
	max-width: 500px;
	margin: 5% auto 3%;
}

hr {
	border: solid 1px #fff;
}

.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.9em;
    margin: 3% auto 4%;
    font-weight: 400;
}

#st_wrap img {
    width: 100%;
	vertical-align: bottom;
}


.wrap_content {
    width: 1100px;
    margin: 2% auto;
	text-align: center;
}


.Lead {
	font-size: 16px;
	text-align: center;
	line-height: 1.9em;
	font-weight: 400;
	margin: 3% auto;
}

.Sml {
	font-size: 13px;
	text-align: center;
	margin: 1% auto 5%;
}

.top_box {
	width: 80%;
	display: flex;
	margin: 4% auto 2%;
	justify-content: flex-end;
	align-content: center;
	align-items: center;
}

.top_box_1 {
	width: 40%;
	text-align: left;
}

.top_box_2 {
	width: 60%;
	text-align: left;
	color: #14147B;
}

.item {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.8em;
	color: #fff;
}

.item a{
	color: #fff;
}

.price {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.8em;
	margin-bottom: 2%;
	color: #fff;
}

.comment {
	width: 20%;
	position: absolute;
	top: 5%;
	right: 10%;
}

.bdr {
	border-bottom: solid 2px #fff;
	margin: 10% auto;
}

.link_box {
	width: 90%;
	max-width: 600px;
	margin: 4% auto 10%;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-around;
}

.btn {
	display: block;
    text-decoration: none;
}

.thumb_box {
	width: 90%;
	margin: 5% auto;
	position: relative;
}

.thumb1 {
	width: 53%;
	margin: 0;
}

.thumb2 {
	width: 55%;
	margin: -40% 0 0 47%;
}

.thumb1 img, .thumb2 img {
	border: solid 5px #fff;
	box-sizing: border-box;
	background-color: #fff;
}


.btn-1 {
	font-size: 18px;
	font-family: "Montserrat", serif;
	font-weight: 600;
	width: 32%;
	line-height: 1.5em;
	padding: 15px;
	background-color: #fff;
	border: solid 2px #000;
	box-sizing: border-box;
	transition: .7s;
}

a.btn-1 {
	color: #fff;
}

a.btn-1:hover {
	background-color: #e8dfa2;
}

.btn-2 {
	font-size: 15px;
	font-weight: 600;
	width: 50%;
	margin: 4% auto 6%;
	line-height: 1.5em;
	padding: 15px;
	background-color: #fff;
	border: solid 2px #000;
	box-sizing: border-box;
	color: #000;
	transition: .7s;
}



a.btn-2:hover {
	background-color: #e8dfa2;
}


.btn-3 {
	font-size: 15px;
	font-family: "Montserrat", serif;
	font-weight: 600;
	text-align: center;
	width: 30%;
	line-height: 1.5em;
	margin: 1% 0 0 4%;
	padding: 5px;
	background-color: #1A1D29;
	color: #fff;
	border-radius: 30px;
	transition: .7s;
	display: inline-block;
}

a.btn-3:hover {
	background-color: #484B56;
}

.btn-4 {
	font-size: 18px;
	font-family: "Montserrat", serif;
	font-weight: 600;
	width: 60%;
	margin: 5% auto;
	line-height: 1.5em;
	padding: 15px;
	background-color: #000;
	color: #fff;
	transition: .7s;
}

a.btn-4 {
	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: 33px;
		text-align: center;
		margin: 2% auto 4%;
    }
	
	#st_wrap h2 {
		font-size: 18px;
	}
	
    
    #st_wrap p {
        font-size: 12px;
        line-height: 1.7em;
		margin: 5% auto;
    }
	
	.st_header {
		min-height: 200px;
	}
	
	.wrap_content {
    	width: 100%;
		margin: 0 auto;
	}
	

		
	.Lead {
		font-size: 14px;
		margin: 6% auto;
	}
	
	.comment {
	    width: 30%;
    	top: 20%;
    	right: 5%;
	}
	
	.thumb1 {
		width: 60%;
	}
	
	.thumb2 {
    	width: 60%;
    	margin: -20% 0 0 40%;
	}
	
    .thumb1 img, .thumb2 img {
		border: solid 3px #fff;
		box-sizing: border-box;
	}

	
	.pc {
		display: none;
	}	
	
	.sp {
		display: block;
	}
	
	.btn-1 {
		font-size: 13px;
		padding: 8px;
	}
	
	.btn-2 {
		font-size: 12px;
		width: 65%;
		padding: 8px;
	}
	
	.btn-3 {
		width: 25%;
		font-size: 12px;
		padding: 3px;
	}	
	
	
	.btn-4 {
		font-size: 13px;
		padding: 8px;
	}	
	
	.point_video {
		width: 90%;
		margin: 6% auto 3%;
	}
	
	.seemore {
		width: 30%;
		position: absolute;
		bottom: 10%;
		left: 3%;
		z-index: 10;
	}
	
}
