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: #f0e9bb;
}
    

#st_wrap h1 {
	font-size: 22px;
	font-weight: 500;
	margin: 6% auto 3%;
}

#st_wrap h2 {
    position: relative;
	width: 60%;
	margin: 10% auto 2%;
    padding: 1rem 0 1.5rem;
	line-height: 1.5em;
    color: #000;
    font-weight: bold;
    font-size: 22px;
	letter-spacing: 0.1em;
    text-align: center;
}

#st_wrap h2:before {
    position: absolute;
    inset: -5px 5px 5px -5px;
    border: 3px solid #000;
    content: '';
}

.border-shadow--color1 {
  background: #c9e174;
}

.border-shadow--color2 {
  background: #e8cb45;
}

.border-shadow--color3 {
  background: #ec9f9f;
}

.border-shadow--color4 {
  background: #8094cc;
}

.border-shadow--color5 {
  background: #779c7c;
}


#st_wrap h3 {
	font-size: 28px;
	font-weight: 800;
	margin: 2% auto;
}

.catch {
  display: flex;
  align-items: center; /* 垂直中心 */
  justify-content: center; /* 水平中心 */
}
.catch:before, .catch:after {
  border-top: 2px solid;
  content: "";
  width: 2em; /* 線の長さ */
}
.catch:before {
  margin-right: 0.5em; /* 文字の右隣 */
}
.catch:after {
  margin-left: 0.5em; /* 文字の左隣 */
}


#st_wrap p {
    text-align: center;
    font-size: 15px;
    line-height: 1.5em;
    margin: 2% auto 6%;
    font-weight: 500;
	color: #000;
}

#st_wrap img {
    width: 100%;
	vertical-align: bottom;
}


.ttl {
	width: 70%;
	max-width: 500px;
	margin: 7% auto 6%;
}
 

.wrap_content {
    width: 900px;
    margin: 2% auto;
	text-align: center;
}


.Lead {
	font-size: 17px;
	text-align: center;
	line-height: 1.8em;
	font-weight: 500;
	margin: 2% auto 4%;
}

.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: 60%;
	line-height: 1.3em;
	margin: 8% auto 1%;
}

.txtbox {
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
	margin: 2% auto;
	align-items: center;
}

.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;
}


.style {
	width: 50%;
	margin: 0 auto 8%;
}

.thumb_box {
	width: 94%;
	margin: 4% auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: flex-start;
}

.thumb {
	width: 48%;
	margin: 0;
}

.link_box {
	width: 80%;
	margin: 3% auto;
	display: flex;
	justify-content: center;
	gap: 2%;
}


.btn,
a.btn,
button.btn {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5em;
  width: 40%;
  position: relative;
  display: inline-block;
  padding: 1rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

a.btn-border-shadow {
  padding: calc(1.5rem - 10px) 3rem 1.5rem;

  background: #fff;
}

a.btn-border-shadow:before {
  position: absolute;
  top: -6px;
  left: -6px;

  width: 100%;
  height: 100%;

  content: "";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;

  border: 3px solid #000;
  border-radius: 0.5rem;
}

a.btn-border-shadow--color1 {
  border-radius: 0;
  background: #c9e174;
}

a.btn-border-shadow--color1:before {
  border-radius: 0;
}

a.btn-border-shadow--color2 {
  border-radius: 0;
  background: #e8cb45;
}

a.btn-border-shadow--color2:before {
  border-radius: 0;
}


a.btn-border-shadow--color3 {
  border-radius: 0;
  background: #ec9f9f;
}

a.btn-border-shadow--color3:before {
  border-radius: 0;
}

a.btn-border-shadow--color4 {
  border-radius: 0;
  background: #8094cc;
}

a.btn-border-shadow--color4:before {
  border-radius: 0;
}

a.btn-border-shadow--color5 {
  border-radius: 0;
  background: #779c7c;
}

a.btn-border-shadow--color5:before {
  border-radius: 0;
}

.btn_s {
  	display: inline-block;
	background-color: #000;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	padding: 2px 30px;
	margin-left: 10px;
	border-radius: 3px;
}

a.btn_s {
	text-decoration: none;
}


.sp {
	display: none;
}
.clear {
	clear: both;
}

.point_video {
	width: 80%;
	margin: 4% auto;
}

.copy {
	width: 30%;
	max-width: 200px;
	margin: 6% auto;
}

@media only screen and (max-width: 750px) {

    #st_wrap h1 {
	  font-size: 16px;
	  margin: 6% auto;
	}

	#st_wrap h2 {
		width: 70%;
		font-size: 15px;
		padding: 0.7rem 0 1.4rem;
		margin: 10% auto 4%;
	}
	
	#st_wrap h2:before {
    	border: 2px solid #000;
	}
	
    
    #st_wrap p {
        font-size: 12px;
        line-height: 1.4em;
		margin: 4% auto 8%;
    }
	
	
	.wrap_content {
    	width: 96%;
		margin: 0 auto;
	}
	
	.subttl {
    	font-size: 25px;
	}
		
	.Lead {
		font-size: 13px;
	}
	

	.item {
		font-size: 12px;
	}
	
	.thumb_box {
		width: 100%;
	}

    
	.pc {
		display: none;
	}	
	
	.sp {
		display: block;
	}
	
	.link_box {
		width: 95%;
		gap: 4%;
	}
	
	.btn, a.btn, button.btn {
		font-size: 15px;
	}
	
	a.btn-border-shadow {
    	padding: calc(1.2rem - 10px) 1rem 1.2rem;
	}
		
	a.btn-border-shadow:before {
  		 border: 2px solid #000;
	}
	
	.btn_s {
		font-size: 11px;
		padding: 1px 15px;
	}
	
	.point_video {
		width: 90%;
		margin: 6% auto 3%;
	}
}
