	@charset "UTF-8";
/* CSS Document */


body {
	padding:0;
	margin:0;
}


.st_wrap {
	clear: both;
	width:100%;
	padding: 2% 0;
	margin:0 auto 20px;
	font-family: "Noto Sans", sans-serif;
	font-weight: 400;
	text-align: center;
}

.st_wrap h1 {
	font-size: 30px;
	font-weight: 800;
	text-align: center;
	margin: 4% auto 3%;
}

.st_wrap h2 {
	font-size: 23px;
	font-weight: 600;
	text-align: center;
	margin: 2% auto 5%;
}

.st_wrap h3 {
	font-size: 18px;
	line-height: 1.6em;
	font-weight: 600;
	text-align: center;
	margin: 2% auto 5%;
}

.st_wrap h4 {
	font-size: 16px;
	line-height: 1.6em;
	font-weight: 600;
	text-align: center;
	margin: 7% auto 5%;
}


.slash_comment {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  line-height: 1;
}

.slash_comment::before,.slash_comment::after {
  width: 1px;
  height: 28px;
  content: "";
  background-color: #000;
}

.slash_comment::before {
  margin-right: 0.8em;
  transform: rotate(-40deg);
}

.slash_comment::after {
  margin-left: 0.8em;
  transform: rotate(40deg);
}

.slash_comment_s {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  line-height: 1;
}

.slash_comment_s::before,.slash_comment_s::after {
  width: 1px;
  height: 15px;
  content: "";
  background-color: #000;
}

.slash_comment_s::before {
  margin-right: 0.8em;
  transform: rotate(-40deg);
}

.slash_comment_s::after {
  margin-left: 0.8em;
  transform: rotate(40deg);
}


.st_wrap p {
	font-size: 13px;
	line-height: 1.9em;
}

.st_wrap img {
	width: 100%;
	vertical-align: bottom;
}

.wrap_content {
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
	padding: 2% 0;
	overflow: hidden;
}

.co_grn {
	color: #71b05f;
}

.bk_blue {
	background-color: #58acc8;
}

.bk_yellow {
	background-color: #e2dd43;
}

.f_monrope {
	font-family: "Manrope", sans-serif;
}

.sp {
	display:none;
}

.Lead {
	text-align:center;
	font-size: 15px;
	margin: 3% auto;
	line-height: 2.0em;
}

.name {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.6em;
	text-align: center;
	margin: 3% auto;
}

.bradlogo {
	width: 20%;
	margin: 5% auto 2%;
}

.thumb_box {
	width: 80%;
	margin: 4% auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.thumb {
	width: 47%;
}

.thumb_box2 {
	width: 60%;
	margin: 4% auto;
}

.thumb_box2 .thumb {
	width: 100%;
}


.icon_ig {
	width: 50px;
	margin: 10% auto;
	text-align: center;
	line-height: 1.6em;
	font-size: 12px;
}


.Sml {
	font-size: 80%;
}

/* General button style (reset) */
.Btn {
	border: none;
	font-family: inherit;
	font-size: 12px;
	color: inherit;
	background: none;
	cursor: pointer;
	padding: 3px;
	display: inline-block;
	margin: 3% auto;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 500;
	outline: none;
	position: relative;
	text-align: center;
	
}


/* Button 1 */
.Btn-1 {
	margin: 1% auto 15%;
	padding: 5px 10px;
	font-family: "Manrope", sans-serif;
    font-size: 14px;
	color: #fff;
	background-color: #000;
}

a.Btn-1 {
	text-decoration: none;
}

/* Button 2 */
.Btn-2 {
    width: 500px;
	margin: 6% auto 3%;
	padding: 2%;
    font-size: 16px;
	background-color: #000000;
	border: solid 2px #000000;
	color: #FFFFFF;
}

/* Button 1 */
.Btn-3 {
    width: 200px;
	margin: 6% 0 3%;
	padding: 2%;
    font-size: 13px;
	border: solid 2px #000000;
	color: #000;
}

.clear {
	clear:both;
}

#ターゲット要素 {
    padding-top: 110px;
    margin-top: -50px;
}

.snsBOX__list01{
    display: flex;
    justify-content: center;
    padding-bottom: 30px;
	list-style: none;
	margin: 7% auto 5%;
}
.snsBOX__list01 li{
    margin: 0 7px;
    line-height: 0;
}
.snsBOX__list01 li img{
    width: 50px;
    height: auto;
}

@media only screen and (max-width: 750px) {
	#Main {
		margin:0 auto 5%;
	}
	
	#s_logo {
		width: 40%;
	}
	
	.pc {
		display:none;
	}
	.sp {
		display:block;
	}
	
	.Lead {
		font-size:13px;
		padding:0 2%;
		margin: 3% 0 5%;
	}
	
	.st_wrap {
		width: 100%;
		margin: 0 auto 5%;
	}
	
	.st_wrap h1 {
		font-size: 21px;
		margin: 6% auto 1%;
	}
	
	.st_wrap h2 {
		font-size: 15px;
		margin: 2% auto 0;
	}	
	
	.st_wrap h3 {
		font-size: 14px;
	}
		
	.st_wrap p {
		font-size: 11px;
	}
	
	.name {
		font-size: 13px;
	}
	
	.icon_ig {
		width: 40px;
	}

	.Btn-1 {
		font-size: 10px;
		width: 65%;
		border: solid 1px #000;
	}	
	
	.Btn-2 {
		font-size: 10px;
		width: 86%;
	}	
	
	.Btn-3 {
		width: 80%;
		font-size: 10px;
	}	
}

