@charset "UTF-8";
/* CSS Document */


body {
	padding:0;
	margin:0;
}


.st_wrap {
	clear: both;
	width:100%;
	max-width: 700px;
    text-align: center;
	padding: 8% 0;
	margin: 0 auto;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	position: relative;
	overflow: hidden;
}

.st_wrap h1 {
	font-family: "Caveat", cursive;
	font-size: 42px;
	font-weight: 400;
	line-height: 0.9em;
	text-align: left;
	margin: 0 5% 2%;
	color: #cb1212;
	transform: rotate(-5deg);
}

.st_wrap h2 {
	font-family: "Caveat", cursive;
	font-size: 42px;
	font-weight: 400;
	line-height: 1.6em;
	text-align: center;
	margin: 120% 0% 2%;
	color: #cb1212;
	transform: rotate(-5deg);
}



.st_wrap h3 {
	font-family: "Caveat", cursive;
	font-size: 40px;
	font-weight: 400;
	line-height: 1.6em;
	text-align: center;
	margin: 5% 10% 2% 5%;
	color: #cb1212;
	transform: rotate(-5deg);
}


.bk01 {
	background-color: #fefbf2;
	text-align: center;
}

.bk01 p a {
	color: #000;
	margin-right: 10%;
}

.bk02 {
	background-color: #e9d4c3;
	text-align: left;
}

.bk02 p a {
	color: #000;
}

.bk03 {
	background-color: #fbe8ec;
}

.bk03 p a {
	color: #000;
}

.st_wrap img {
	width: 100%;
	vertical-align: bottom;
}



.MT5 {
	margin-top: 5%;
}


.MT10 {
	margin-top: 20%;
}

.catch {
  display: flex;
  align-items: center; /* 垂直中心 */
  justify-content: center; /* 水平中心 */
}
.catch:before, .catch:after {
  border-top: 1px solid;
  content: "";
  width: 2em; /* 線の長さ */
}
.catch:before {
  margin-right: 1em; /* 文字の右隣 */
}
.catch:after {
  margin-left: 1em; /* 文字の左隣 */
}


.st_wrap p {
	margin: 4% 0;
    font-size: 13px;    
	font-weight: 500;
    line-height: 1.7em;
}


.sp {
	display:none;
}


.Lead {
	font-weight: 400;
	text-align:center;
	font-size: 14px;
	margin: 2% auto;
	line-height: 1.7em;
}

.flx {
	width: 90%;
	margin: 5% auto;
	display: flex;
	justify-content: space-around;
}

.style_box_1{
	width: 100%;
	display:flex;
	justify-content: space-between;
	align-items: flex-end;
	position: relative;
}

.style_1{
	width: 50%;
	margin: 0 auto;
	position: relative;
	text-align: left;
	box-sizing: border-box;
}

.style_2{
	width: 48%;
}

.style_3 {
	width: 31%;
	margin: 5% 0;
}

.w90 {
	width: 80%;
	margin: 0;
}

.clear {
	clear:both;
}

.snsbox {
    display: flex;
    padding-bottom: 30px;
    list-style: none;
    width: 60%;
    margin: 10% auto;
	justify-content: space-between;
	column-gap: 10%;
}
	
.snsbox .icon {
	width: 15%;
}

.btn-1 {
	font-family: "Roboto", sans-serif;
	letter-spacing: 0.026em;
    display: inline-block;
	font-weight: 500;
	line-height: 1.3em;
    font-size: 15px;
	width: 40%;
	margin: 1% 0;
    padding: 5px 0 2px;
	text-align: center;
    color: #fff;
	background-color: #000;
}

a.btn-1 {
    text-decoration: none;
}

.btn-2 {
	font-family: "Acme", sans-serif;
    display: block;
    font-size: 24px;
	font-weight: 700;
    padding: 10px;
	margin: 6% auto 5%;
	width: 40%;
	letter-spacing: 0.085em;
	text-align: center;
    color: #35522F;
	background-color: #AE9F85;
}

a.btn-2 {
    text-decoration: none;
}

#ターゲット要素 {
    padding-top: 110px;
    margin-top: -50px;
}

	.point_video {
		width: 80%;
		max-width: 600px;
		margin: 5% auto 10%;
	}

@media only screen and (max-width: 750px) {

	.pc {
		display:none;
	}
	.sp {
		display:block;
	}
	.st_wrap {
		width: 100%;
		margin: 0;
	}
    
	.st_header h1 {
		font-size: 35px;
	}
	
    .st_wrap h2 {
        font-size: 35px;
    }
	
    .st_wrap h3 {
        font-size: 30px;
    }
	
	
    .st_wrap p {
        font-size: 12px;
		line-height: 1.6em;
    }
	
	
	.Lead {
		font-size: 13px;
		margin: 4% auto 6%;
	}
	
    .btn-1 {
        font-size: 13px;
		padding: 2px 20px;
		margin: 0 0 0 5px;
		display: inline-block;
    }
	
	.btn-2 {
		width: 60%;
		font-size: 15px;
		margin: 2% auto 6%;
	}
	
	
}