@charset "UTF-8";
/* CSS Document */


body {
	padding:0;
	margin:0;
}

dl, dd, dt {
	margin: 0;
    padding: 0;
}

.st_wrap {
	clear: both;
	width: 94%;
    max-width: 1000px;
    text-align: center;
	margin:0 auto 20px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	color: #3e3e3f;
	overflow: hidden;
}

.st_wrap h1 {
	font-size: 23px;
    font-weight: 500;
	text-align: center;
	margin: 1% auto 3%;
}

.st_wrap h2 {
	font-size: 22px;
    font-weight: 400;
	text-align: center;
	position: relative;
}

.st_wrap h2 span {
	font-size: 16px;
	color: #F03737;
}

.st_wrap h3 {
    font-weight: 600;
	font-size: 14px;
	text-align: left;
	margin: 4% auto 1%;
    padding: 0;
}


.st_wrap p {
	margin: 2% 0;
    text-align: left;
    font-size: 16px;    
    line-height: 1.8em;
}

.Lead {
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	margin: 4% auto;
	line-height: 1.8em;
}

.Sml {
	font-size: 11px;
	line-height: 1.5em;
	text-align: left;
	margin: 1% 0;
}

.st_wrap img {
	width: 100%;
	vertical-align: bottom;
}

section {
	margin: 0 auto;
}

.ttl {
	width: 60%;
	max-width: 400px;
	margin: 5% auto;
}

.artist {
	width: 90%;
	display: flex;
    justify-content: space-between;
    position: relative;
    background-color: #f2f7f6;
    border-radius: 35px;
    padding: 3%;
    margin: 8% auto;
    align-items: center;
}

.about {
	position: absolute;
    left: 49px;
    top: -23px;
    width: 100%;
    max-width: 164px;
}

 .artist .comment {
    flex: 1;
}

.artist .photo {
    width: 165px;
    margin-left: 28px;
}
	
.item_serch_lead {
    background-color: #a6c7be;
    padding: 5%;
    margin: 5% 0;
	color: #fff;
}

.item_serch_body {
    background-color: #f2f7f6;
	padding: 0 0 3%;
	margin: 8% auto 5%;
}
	
.flx {
	width: 95%;
	display: flex;
	justify-content: space-between;
	margin: 4% auto 5%;
}

.flx_block_1, .flx_block_2 {
	width: 48%;
	text-align: left;
}

.name {
	font-family: "Montserrat", sans-serif;
	font-size: 30px;
	font-weight: 500;
	text-align: left;
	color: #80afa2;
}

.name span {
	color: #3e3e3f;
	font-size: 15px;
}

.flx_block_2 .Lead {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.74;
    padding: 13px 0 15px;
    margin: 3% 0 ;
    border-top: 1px solid #80afa2;
    border-bottom: 1px solid #80afa2;
	text-align: left;
}

.comment {
    font-size: 15px;
    line-height: 1.82;
}


.sp {
	display:none;
}

.btn-1 {
	display: block;
	width: 45%;
	margin: 3% auto;
	padding: 20px 10px;
	font-size: 16px;
	font-weight: 600;
	background-color: #333;
	border: solid 2px #fff;
	box-sizing: border-box;
	border-radius: 5px;
	color: #fff;
	transition: 0.3s;
}

a.btn-1 {
	text-decoration: none;
}

.point_video {
	width: 90%;
	max-width: 700px;
	margin: 3% auto 5%;
}



.st_wrap ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.wrap {
  display: flex;
  align-items: center;
　height: 340px;
　overflow: hidden;
}

.slideshow {
  display: flex;
}
.content {
  width: 300px;
  height: 300px;
  margin-right: 15px;
}

.slideshow img {
	width: 100%;
}

.slideshow {
  display: flex;
  animation: loop-slide 40s infinite linear 1s both;
}

@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

@media only screen and (max-width: 750px) {

	.pc {
		display:none;
	}
	.sp {
		display:block;
	}
    
	
	.st_wrap h1 {
		font-size: 16px;
		margin: 6% auto 2%;
	}	
    
    .st_wrap h2 {
        font-size: 14px;
    }
	
    
    .st_wrap p {
        font-size: 13px;
    }
	
	.Lead {
		font-size: 14px;
	}
	
	.artist {
		width: 85%;
		margin: 18% auto;
		flex-direction: column;
		padding: 5%;
	}
	
	.artist .photo {
		margin: 2% auto;
	}
	
	.flx {
		flex-direction: column;
	}
	
	.flx_block_1 {
		width: 90%;
		margin: 4% auto 2%;
		order: 1;
	}
	
	.flx_block_2 {
		width: 90%;
		margin: 2% auto 4%;
		order: 2;
	}
	
	.name {
		font-size: 25px;
	}
	
	.flx_block_2 .Lead {
		font-size: 16px;
	}
	
	.comment {
		font-size: 14px;
	}
	
	.btn-1 {
		width: 65%;
		font-size: 14px;
		padding: 15px;
		margin: 10% auto;
	}
		
	
.wrap {
　height: 230px;
}

.slideshow {
  display: flex;
}
.content {
  width: 160px;
  height: 160px;
  margin-right: 15px;
}

	
}

