@charset "UTF-8";
#event-contents-wrapper {
  width: 100%;
}
img{
  max-width: 100%;
  vertical-align: bottom;
}
#feature-leafbotanics .mv {
    position: static;
    margin: 0;
    padding: 0;
}
	
	
@media only screen and (min-width: 769px) {
.sp-only {
  display: none;
}
div#feature-leafbotanics {
    width: 1000px;
    margin: 0 auto;
}
#feature-leafbotanics .mv{
  width: 1000px;
  margin: 0 auto;
  position: static;
}
#feature-leafbotanics .intro {
  width: 920px;
  text-align: center;
  padding: 0;
  margin: 50px auto;
}
#feature-leafbotanics .intro h3 {
    font-size: 28px;
    font-weight: bold;
    color: #da5324;
	margin: 0 auto 20px;
}
#feature-leafbotanics .intro p {
  line-height: 2;
  margin: 0 0 25px;
}
#feature-leafbotanics .intro .release {
  color: #d70b24;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 0 0 6px;
}
#feature-leafbotanics .intro .note {
  font-size: 14px;
}
#feature-leafbotanics .intro .date {
  font-size: 16px !important;
  text-align: left;
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
  margin: 20px 0;
}
div#feature-leafbotanics-profile{
	background: #e1dbd4;
	width: 600px;
	padding: 25px;
	margin: 40px auto 80px;
	overflow: hidden;
	font-size: 0;
	display: flex;
	justify-content: space-around;
}
div#feature-leafbotanics-profile-detail{
	width: 350px;
	display: inline-block;
	vertical-align: middle;
}
span.ttl-profile{
	display: flex;
	margin: 5px 0 12px;
}	
div#feature-leafbotanics-profile-detail h2{
	color: #231717;
	margin-top: 5px;
	padding: 0 0 14px;
	font-size: 20px;
	line-height: 0.5;
	display: block;
	font-weight: bold;
	position: relative;
	text-align: left;
}
div#feature-leafbotanics-profile-detail h2::before{
	position: absolute;
	top: 31px;
	width: 100%;
	height: 2px;
	background: #bdb3a7;
	display: inline-block;
	content: '';
}
div#feature-leafbotanics-profile-detail p{
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #333333;
	line-height: 1.8;
	text-align: left;
}
div#feature-leafbotanics-profile-figure{
	width: auto;
	display: inline-block;
	vertical-align: middle;
	float: left;
}
}
	
/*SP*/
@media only screen and (max-width: 769px) {
#section-title {
    padding: 0;
}
#section-title h2{
    margin: 0;
    padding: 0;
}
#feature-leafbotanics {
	width: 100vw;
	margin-bottom: 40px;
}
#feature-leafbotanics .mv {
    position: static;
    margin: 0 0 9%;
    padding: 0;
    width: 100vw;
}
#feature-leafbotanics .intro h3 {
    font-size: 19px;
    font-weight: bold;
    color: #da5324;
    margin: 0 0 3%;
}
#feature-leafbotanics .intro p {
    margin: 0 0 6.1%;
    padding: 0 16px;
    color: #333333;
    font-size: 13px;
    line-height: 1.7;
    text-align: center;
    border: none;
}
#feature-leafbotanics .intro .date {
    text-align: left;
    font-size: 13px;
    color: #333333;
    margin: 0 0 0 8.8%;
    padding: 0 0 0 0;
    line-height: 1;
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
}
#feature-leafbotanics #feature-leafbotanics-profile {
	margin: 6%;
	background: #e1dbd4;
	padding: 5.3% 4% 5.3%;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
}
#feature-leafbotanics-profile-figure {
    width: 25%;
}
#feature-leafbotanics-profile-figure span img {
    width: 100%;
    margin: 0;
    padding: 0;
}
#feature-leafbotanics-profile-detail {
    width: 65%;
    text-align: left;
}
#feature-leafbotanics-profile-detail .ttl-profile {
    height: 22px;
    display: block;
}
#feature-leafbotanics-profile-detail .ttl-profile img {
    vertical-align: top;
}
#feature-leafbotanics-profile-detail h2 {
    font-size: 14px;
    font-weight: bold;
}
#feature-leafbotanics-profile-detail p {
        font-size: 13px;
        padding: 0;
        border: none;
    }
}	