body {
	margin: 0;
	padding: 0;
	color: #000000;
	background-color: #f5f3ef;
}

body img {
    width: 100%;
	border: 0;
	vertical-align: bottom;/*余白削除*/
}

#container {
}

.st_wrapper a { text-decoration: none;}

.st_wrapper {
	text-align: center;
	width: 100%;
	margin: 0 auto;
    padding: 0 0;
	letter-spacing: 0.045em;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.st_wrapper img {
	width: 100%;
	margin: 0 auto;
}

.st_wrapper p{
	text-align: left;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.7em;
    margin: 0 2%;
}

.wrap_content {
	width: 100%;
	max-width: 700px;
	padding: 0 0 5% 0;
	margin: 0 auto 0;	
	text-align: center;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}

.main_content{
	width: 80%;
	margin: 0 auto 0;	
}

.Top {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 5%;
    border-radius: 0;
animation-name:fadeInAnime;
animation-duration:1.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.Lead {
	text-align: center;
	font-size: 14px;
	font-family: "kiwi-maru", sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 2.2em;
    margin: 8% auto;
	color: #000;
	letter-spacing: 0em;
}

.Lead span {
	font-size: 40px;
	line-height: 1.2;
	font-weight: 500;
}

span.marker {
    background-color: #fff;
}

.subtitle {
	position: relative;
    width: 100%;
	box-sizing: border-box;
    margin: 3% 0;
}

.subtitle img {
    width: 100%;
	margin: 0 auto;
}

.coment_box {
	width: 70%;
	margin: 12% auto 18%;
	padding: 0 0 2%;
	text-align: center;
	font-family: "kiwi-maru", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-style: normal;
	color: #000;
	}

.coment_box p {
	width: 100%;
	margin: auto;
	padding: 2.5% 0 2.3%;
	text-align: center;
	color: #000;
	}

.coment_box .border_t {
  background-image: repeating-linear-gradient(90deg, #000000, #000000 5px, transparent 5px, transparent 9px), repeating-linear-gradient(90deg, #000000, #000000 5px, transparent 5px, transparent 9px);
  background-position: left top, left bottom;
  background-repeat: repeat-x, repeat-x;
  background-size: 100% 1px, 100% 1px;
}

.coment_box .border_b {
	background-image: repeating-linear-gradient(90deg, #000000, #000000 5px, transparent 5px, transparent 9px);
	background-position: left bottom;
	background-repeat: repeat-x;
	background-size: 100% 1px;
}

.coment_box .border_note {
	background-image: repeating-linear-gradient(90deg, #666, #666 5px, transparent 5px, transparent 9px);
	background-position: left bottom;
	background-repeat: repeat-x;
	background-size: 100% 1px;
	padding-bottom: 5px;
}

.coment_box .font-title {
	font-family: "rollerscript-rough", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 32px;
	line-height: 0.7em;
	padding-top: 3.1%;
}

.coment_box .p_bottom {
	padding-bottom: 2.8%;
}

.coment_box a {
	color: #000;
	text-decoration: underline;
	}

.coment_box a:hover {
	color: #000;
	text-decoration: none;
	}


.coment_box .pick_keyword {
	width: 100%;
	margin: auto;
	padding: 1.5% 1%;
	margin: 7% auto 0;
	font-weight: 400;
	font-size: 0.9rem;
	text-align: center;
	box-sizing: border-box;
	font-family: "Noto Sans JP", serif;
	font-optical-sizing: auto;
}

.coment_box .pick_keyword p{
	width: 76%;
	margin: auto;
	padding: 1.5% 1%;
	margin: 2% auto 0;
	border: solid 2px #000;
	font-size: 1.5rem;
	text-align: center;
	box-sizing: border-box;
	font-family: "Noto Sans JP", serif;
	font-optical-sizing: auto;
	font-weight: 700;
}

.coment_box img {
	width: 50%;
	margin: 8% 25%;
	border-radius: 50%;
	}

.coment_box span {
	font-size: 0.8rem;
	line-height: 2em;
	}



.btn {
	border: none;
	font-family: inherit;
	cursor: pointer;
	padding: 10px 20px;
	display: inline-block;
	margin: 2% auto;
	font-weight: 100;
	outline: none;
	position: relative;
	text-align: center;
    font-weight: 400;
    font-style: normal;
}

.btn-keyword {
	float: left;
	width: 46%;
	margin: 2% 2%;
    padding: 5% 4%;
	box-sizing: border-box;
	border-radius: 10px;
	border: 1px solid #000;
	color: #000;
	text-align: center;
}

.btn-keyword img {
	width: 96%;
	margin: 0 auto 3%;
}

.btn-keyword span{
	font-size: 0.8rem;
	font-family: "baskerville-display-pt", serif;
	font-weight: 400;
	font-style: normal;
}

.btn-keyword p{
	width: 100%;
	margin: auto;
	padding: 1.5% 1%;
	margin: 2% auto 5%;
	border: solid 2px #000;
	font-weight: 700;
	font-size: 1.2rem;
	text-align: center;
	box-sizing: border-box;
}

a.btn-keyword:before {
	display: block;
	content: "";
	position: absolute;
	right: 47.5%;
	bottom: 3%;
	width: 0;
	height: 0;
	margin-top: -0px;
	border-top: 8px solid #000;
	border-top: 8px solid #000;
    border-right: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid transparent;
    transition: 0.3s;
    color: #v;
    text-decoration: none;
}
a.btn-keyword:hover:before {
	bottom: 2%;        /*マウスオーバーで三角をずらす */ 
}


.w_60 {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}

.w_60 img {
    width: 100%;
}

.sp {
	display: none;
}

.pc {
	text-align: center;
}

.clear {
    clear: both;
}

/*back to top*/
.gotop{
  position: fixed;
  right: 5px;
  bottom: 5px;;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-size: 20px;
  color: #000;
  cursor: pointer;
  transition: .3s;
  
  /*デフォルトで非表示にする*/
  opacity: 0;
  visibility: hidden;
	background-color: #fff;
	border-radius: 35px;
	padding: 1%  1.4%;
	border: solid 1px #000;
}

/*このクラスが付与されると表示する*/
.active{
  opacity: 1;
  visibility: visible;
}



@media only screen and (max-width:750px){
	
	.st_wrapper {
		width: 100%;
	}
	
	.st_wrapper p {
		font-size: 13px;
	}
	
	.st_wrapper h1 {
		font-size: 16px;
	}

.wrap_content {
	width: 100%;
	max-width: 1100px;
	padding: 0 0 6% 0;
	margin: 0 auto;	
	text-align: center;
	border-right: 0px solid #000;
	border-left: 0px solid #000;
}
	
.main_content{
	width: 95%;
	margin: 0 auto 0;	
}
    
.Lead {
	font-size: 12px;
    margin: 10% auto 8%;
	font-weight: 500;
	}	
	
.Lead span {
	font-size: 35px;
	font-weight: 500;
}
  
.subtitle {
	position: relative;
    width: 100%;
}
	
.subtitle img {
    width: 100%;
}
	
.coment_box {
	width: 86%;
	}
    
.coment_box .font-title {
	padding-top: 3.7%;
}
	
.coment_box .p_bottom {
	padding-bottom: 3.5%;
}


.btn-keyword {
    padding: 5% 4% 7%; 
}
	
a.btn-keyword:before {
	right: 46.5%;
}
a.btn-keyword:hover:before {
	bottom: 2%;        /*マウスオーバーで三角をずらす */ 
}
	
.btn-keyword p{
	font-size: 0.8rem;
}
    
.pc {
		display: none;
}
	
.sp {
		display: block;
}
	
.w_60 img {
    width: 100%;
	border: none;
	margin-top: 0;
}
	
    
.gotop {
		font-size: 20px;
	padding: 0.8% 2.3%;
		  right: 1px;
}	
}