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: #e6d2b2;
	color: #e75a48;
}
    

#st_wrap h1 {
  position: relative;
  display: inline-block;
  font-size: 25px;
  /*height: 38px;*/
  margin-top: 5%;
  margin-left: 30px;
  padding: .9rem 6rem .9rem 6rem;
  color: #e75a48;
  background: #fff;
}

#st_wrap h1:before {
  position: absolute;
  top: 0;
  left: -31px;
  content: '';
  border-width: 35px 32px 35px 0;
  border-style: solid;
  border-color: transparent #fff transparent transparent;
}

#st_wrap h1:after {
  position: absolute;
  top: calc(50% - 7px);
  left: -10px;
  width: 14px;
  height: 14px;
  content: '';
  border-radius: 50%;
  background: #e6d2b2;
}

#st_wrap h2 {
	font-size: 18px;
	font-weight: 600;
	margin: 2% auto;
}

#st_wrap h3 {
	font-size: 28px;
	font-weight: 800;
	margin: 2% auto;
}

.col_w {
	color: #fff;
  text-shadow:
    1px 1px 1px #e75a48,
    -1px 1px 1px #e75a48,
    -1px -1px 0 #e75a48,
    1px -1px 0 #e75a48;
}

.col_m {
	color: #fff;
  text-shadow:
    1px 1px 1px #1c3d90,
    -1px 1px 1px #1c3d90,
    -1px -1px 0 #1c3d90,
    1px -1px 0 #1c3d90;
}

.col_k {
	color: #fff;
  text-shadow:
    1px 1px 1px #437352,
    -1px 1px 1px #437352,
    -1px -1px 0 #437352,
    1px -1px 0 #437352;
}

.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: 1% auto;
    font-weight: 500;
	color: #000;
}

#st_wrap img {
    width: 100%;
	vertical-align: bottom;
}


.ttl {
	width: 100%;
	max-width: 900px;
	margin: 3% auto;
}
 

.wrap_content {
    width: 900px;
    margin: 2% auto;
	text-align: center;
}


.Lead {
	font-size: 22px;
	text-align: center;
	line-height: 1.7em;
	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: 2% auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: flex-start;
}

.thumb {
	width: 48%;
	margin: 0 0 3%;
}

.btn {
	display: block;
    text-decoration: none;
}

.btn-1 {
	font-size: 15px;
	font-weight: 600;
	line-height: 2em;
	margin: 0 0 0 5%;
	padding:  0 25px;
	color: #fff;
	background-color: #000;
}

a.btn-1 {
	color: #fff;
	text-decoration: none;
}


.btn-2 {
	font-size: 18px;
	font-weight: 600;
	width: 40%;
	margin: 4% auto 6%;
	line-height: 1.5em;
	padding: 15px;
	background-color: #fff;
	color: #000;
	border-radius: 30px;
	transition: .7s;
}







.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: #4661be;
	color: #fff;
	border-radius: 30px;
	transition: .7s;
}

a.btn-3 {
	color: #fff;
}

.triangle-button{
    border-radius: 4px;
    color: #181A2D;
    display: block;
    padding: 6px;
	margin: 5% auto;
    position: relative;
    text-align: center;
    text-decoration: none;
	width: 50%;
	font-size: 16px;
	font-weight: 500;
	background-color: #fff;
	border: solid 2px #181A2D;
}

.triangle-button::after{
    content: '';
    display: inline-block;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-color: transparent transparent transparent #181A2D;
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.triangle-button2{
    border-radius: 4px;
    color: #181A2D;
    display: block;
    padding: 7px;
	margin: 2% auto;
    position: relative;
    text-align: center;
    text-decoration: none;
	width: 30%;
	font-size: 15px;
	font-weight: 500;
	background-color: #f9ae39;
	border: solid 2px #f9ae39;
}

.triangle-button2::after{
    content: '';
    display: inline-block;
    border-style: solid;
    border-width: 7px 0 7px 7px;
    border-color: transparent transparent transparent #181A2D;
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}


.triangle-button3{
    border-radius: 4px;
    color: #ec1e03;
    display: block;
    padding: 6px;
	margin: 5% auto;
    position: relative;
    text-align: center;
    text-decoration: none;
	width: 50%;
	font-size: 16px;
	font-weight: 500;
	background-color: #fff;
	border: solid 2px #ec1e03;
}

.triangle-button3::after{
    content: '';
    display: inline-block;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-color: transparent transparent transparent #ec1e03;
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}


.sp {
	display: none;
}
.clear {
	clear: both;
}

.point_video {
	width: 80%;
	margin: 4% auto;
}

@media only screen and (max-width: 750px) {

    #st_wrap h1 {
  position: relative;
  display: inline-block;
  font-size: 16px;
  /*height: 25px;*/
  margin-left: 30px;
  padding: 9px 20px 9px 20px;
  color: #e75a48;
  background: #fff;
}

#st_wrap h1:before {
  position: absolute;
  top: 0;
  left: -21px;
  content: '';
  border-width: 22px 22px 22px 0;
  border-style: solid;
  border-color: transparent #fff transparent transparent;
}

#st_wrap h1:after {
  position: absolute;
  top: calc(50% - 5px);
  left: -10px;
  width: 10px;
  height: 10px;
  content: '';
  border-radius: 50%;
  background: #e6d2b2;
}
	#st_wrap h2 {
		font-size: 13px;
	}
	
    
    #st_wrap p {
        font-size: 11px;
        line-height: 1.4em;
    }
	
	
	.wrap_content {
    	width: 96%;
		margin: 0 auto;
	}
	
	.subttl {
    	font-size: 25px;
	}
		
	.Lead {
		font-size: 14px;
	}
	

	.item {
		font-size: 12px;
	}
	
	.thumb_box {
		width: 100%;
	}

    
	.pc {
		display: none;
	}	
	
	.sp {
		display: block;
	}
	
	.btn-1 {
		font-size: 11px;
		line-height: 2em;
		padding: 0 10px;
	}
	
	.btn-2 {
		width: 70%;
		font-size: 13px;
		padding: 8px;
	}
	
	.btn-3 {
		font-size: 13px;
		padding: 8px;
		margin: 10% auto 15%;
	}
	
	.triangle-button, .triangle-button3 {
		width: 60%;
    	font-size: 13px;
	}
	
	.triangle-button::after, .triangle-button2::after, .triangle-button3::after {
		right: 10px;
	}
	
	.triangle-button2 {
		width: 40%;
		font-size: 14px;
	}
	
	.point_video {
		width: 90%;
		margin: 6% auto 3%;
	}
}
