/* カスタマイズ用CSS */
/* トップページ新着商品リスト */
.ec-newItemRole .ec-newItemRole__list{
    flex-wrap:wrap;
}
.ec-newItemRole .ec-newItemRole__list .ec-newItemRole__listItem{
    width:25%;
    margin:0 auto 20px auto;
}
.ec-newItemRole .ec-newItemRole__list .ec-newItemRole__listItem a{
    max-width:96%;
    display:block;
}
.ec-newItemRole .ec-newItemRole__listItemPrice{
    color:#cc0000;
    font-weight:bold;
    text-align: right;
    font-size:18px;
}

@media screen and (max-width:768px){
    
    .ec-newItemRole .ec-newItemRole__list .ec-newItemRole__listItem{
        width:45%;
    }
    .ec-newItemRole .ec-newItemRole__list .ec-newItemRole__listItem a{
        max-width: 100%;
    }
    .ec-newsRole .ec-newsRole__newsTitle{
        width: 97%;
    }
    .ec-newsRole .ec-newsRole__newsClose{
        width: 3%;
    }
    .ec-headerTitle__title {
        width: 80%!important;
        margin: 0 auto;
    }
    .ec-headerTitle .ec-headerTitle__title a{
        margin-bottom: 0px;
    }
    .ec-blockBtn--top{
        width: 50%;
    }
    .ec-eyecatchRole .ec-eyecatchRole__introDescription{
        text-align: left;
    }
    a.ec-inlineBtn--top {
        width: 50%;
        height: 56px;
        line-height: 30px;
    }
    .ec-footerNavi .ec-footerNavi__link a{
        border-bottom: none;
    }
    .ec-footerTitle .ec-footerTitle__logo img{
        width: 60%;
    }
}

.ec-sliderRole img {
    width: 1000px;
}

@media screen and (max-width:568px){
.ec-blockBtn--top{
        width: 80%;
    }    
}

@media only screen and (min-width: 768px){
.ec-newsRole .ec-newsRole__news {
    border: 16px solid #fff;
    background: #fff;
}
}

@media only screen and (max-width: 1100px) {

.ec-sliderRole img {
	width: 100vw;
}
.ec-eyecatchRole .ec-eyecatchRole__introDescription{
    font-size: 1.4rem;
    padding: 0 10%;
}
}

/*ブロック名のサプリメントとライフサポートについて*/

/*<div class="ec-role">*/
/*    <div class="ec-eyecatchRole">*/
/*        <div class="ec-eyecatchRole__intro">*/
/*            <div class="ec-eyecatchRole__title">*/
/*                <img class="ec-eyecatchRole__icon" src="{{ asset('assets/img/top/life_icon.png') }}">*/
/*                <p class="ec-eyecatchRole__introTitle">{{ 'サプリメント'|trans }}</p>*/
/*                <p class="ec-eyecatchRole__introEnTitle">{{ 'about life support'|trans }}</p>*/
/*            </div>*/
/*            <p class="ec-eyecatchRole__introDescription">{{ 'ライフサポートでは、美意識・健康意識の高いお客様に喜んでいただけるサプリメントを追求し、造り続けてまいりました。*/
/*ライフサポートの強みやこだわりは、テレビＣＭなどの広告宣伝費をかけずに、お客様により綺麗で健康を保って頂きたいので*/
/*その分高品質な成分をたっぷり配合しております。*/
/*こだわりと想いを込めた商品・サービスを、120％の希望とともに、たいせつなあなたにお届けし続けることをお約束いたします。*/
/*今日より明日が嬉しくなる、変わっていく今の自分が好きになる。*/
/*そんな毎日を、私たちは全力でサポートしていきます。*/
/*'|trans|nl2br }}</p>*/
/*            {#<a class="ec-blockBtn--top" href="{{ url('product_list') }}?category_id=4">{{ '詳しくみる'|trans }}</a>#}*/
/*        </div>*/
/*    </div>*/
/*</div>*/

.ec-role{
    text-align: center;
}

.ec-eyecatchRole__title{
    margin: 0 auto;
    margin-bottom: 40px;
    align-items: center;
    justify-content: space-evenly;
}

/*@media only screen and (min-width: 768px){
.ec-eyecatchRole .ec-eyecatchRole__intro {
   padding-right: 0px; 
}
}*/

.ec-eyecatchRole__icon{
    display: inline-block;
    /*vertical-align: middle;*/
    max-width: 37px !important; 
}

.ec-eyecatchRole__introTitle{
    margin-bottom:0 !important;   
}

.ec-eyecatchRole .ec-eyecatchRole__introEnTitle{
    margin: 0;
}

/*about*/
.content {
	width: 100%;
	max-width: 1150px;
	margin: 0 auto;
	padding: 0 20px 60px;
}

#about > header {
	background: url(https://life-support.tech/html/template/default/assets/img/top/about_bk.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	margin-bottom: 40px;
	height: 250px;
}
#about > header .content {
	height: 250px;
	position: relative;
}
#about > header hgroup {
	position: absolute;
	top: 50%;
	left: 5%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
#about > header hgroup h1 {
	color: #fff;
	font-size: 2.4rem;
}
#about > header hgroup h3 {
  color: #fff;
	font-size: 1.6rem;
}
#about hgroup.body {
	text-align: center;
	margin-bottom: 40px;
	position: relative;
	z-index: 9;
}
#about hgroup.body h2 {
	margin-bottom: 20px;
}
#about hgroup.body h2 img {
	max-width: 250px;
}
#about hgroup.body h3 {
	font-size: 2.2rem;
}
#about p.txt {
	text-align: center;
	font-size: 1.5rem;
	position: relative;
	z-index: 9;
}
#about header + .content {
	position: relative;
}
#about header + .content::before {
	content: '';
	display: block;
	width: 50vw;
	height: 50vw;
	max-width: 500px;
	max-height: 500px;
	/*background: url() no-repeat;*/
	background-size: cover;
	position: absolute;
	top: 0%;
	left: -10%;
	z-index: -1;
}
#about header + .content::after {
	content: '';
	display: block;
	width: 50vw;
	height: 50vw;
	max-width: 500px;
	max-height: 500px;
	/*background: url() no-repeat;*/
	background-size: cover;
	position: absolute;
	top: 35%;
	right: -10%;
	z-index: -1;
}
#about header + .content {
	overflow: hidden;
}
/* 580 */
@media (max-width: 580px) {
   #about > header {
		background-position: center left 30%;
	}
	 #about > header {
		height: 150px;
		margin-bottom: 20px;
	}
	 #about > header .content {
		height: 150px;
	}

  #about > header hgroup {
  	position: absolute;
  	top: 50%;
  	left: 25%;
  	-webkit-transform: translate(0, -50%);
  	transform: translate(0, -50%);
    text-align: center;
  }

	 #about > header hgroup h1 {
		font-size: 1.9rem;
	}
	 #about > header hgroup h2 {
		font-size: 1.4rem;
	}
	 #about header + .content::before {
		top: 5%;
		width: 80vw;
		height: 80vw;
	}
	 #about header + .content::after {
		width: 80vw;
		height: 80vw;
	}

  #about p.txt {
  	font-size: 0.8em;
  }
}

/*kodawari*/
 #kodawari {
	padding: 60px 0;
}
 #kodawari header {
	text-align: center;
	margin-bottom: 80px;
}
#kodawari header h1 {
	font-size: 2.3rem;
	color: #3e8a4e;
	margin-bottom: 10px;
}
 #kodawari header h2 {
	font-size: 1.3rem;
}
 #kodawari ul li {
	margin-bottom: 60px;
	list-style: none;
}
#kodawari ul li .list{
  display:flex;
}
 #kodawari ul li .list .left {
	width: 30%;
}
#kodawari ul li .list .left img{
    width: 100%
}
 #kodawari ul li .list .right {
	width: 70%;
	padding-left: 5%;
}
 #kodawari ul li dt {
	margin-bottom: 18px;
}
 #kodawari ul li dt span.num {
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	color: #3e8a4e;
	font-size: 2.9rem;
	margin-right: 7px;
}
 #kodawari ul li dt span.jp {
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	font-size: 1.8rem;
	font-weight: bold;
	margin-top: 3px;
}
/* 580 */
@media (max-width: 580px) {
#kodawari {
	padding: 0 0 60px 0;
}

#kodawari header {
 	text-align: center;
 	margin-bottom: 20px;
    margin-top: 40px;
}
#kodawari ul{
    padding-left: 0px;
}
#kodawari ul li .list{
  display:block;
}

#kodawari ul li .list .left {
	width: 100%;
	margin-bottom: 10px;
}
	 #kodawari ul li .list .right {
		width: 100%;
		padding-left: 0%;
	}
  #kodawari ul li .list .right dd {
    font-size: 0.8em;
  }
}

#aisatsu {
  padding: 20px 0;
}
#aisatsu .left, .right {
  display: inline-block;
  vertical-align: top;
}
#aisatsu .left {
  /*width: 20%;*/
  display: none;
}
#aisatsu .right {
  /*width: 75%;*/
  width: 100%;
  /*padding-left: 5%;*/
  text-align: center;
}
#aisatsu h1{
  margin: 0 0 40px 0;
  font-size: 1.5em;
}
/* 580 */
@media (max-width: 580px) {
#aisatsu {
	padding: 20px 0 20px 0;
  text-align: center;
}
#aisatsu .left {
	width: 100%;
	text-align: center;
	padding-bottom: 20px;
}
#aisatsu .left img {
	max-width: 50%;
}
#aisatsu .right {
	width: 100%;
	padding-left: 0%;
  font-size: 0.8em;
	}
}

.products {
	width: 100%;
	max-width: 1150px;
	margin: 30px auto;
	padding: 0 20px;
  display: table;
}
@media (max-width: 580px) {
.products {
  margin: 0px auto;
}
}


.products_area{
  padding: 20px 0;
  background: #f8f5f0;
}

.pickup_item dl {
  text-align: center;
}

.supplement,.lifesupport{
  text-align: center;
  width: 100%;
	max-width: 1150px;
	margin: 30px auto;
	padding: 0 20px;
}

.supplement,.lifesupport p{
  line-height: 180%;
  margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
  .supplement,.lifesupport p{
    font-size: 0.8em;
  }
}

.sp_view {
	display: none;
}
@media (max-width: 580px) {
.sp_view {
	display: block;
	}
}
.ec-headerNav .ec-headerNav__itemIcon, .ec-headerNav .ec-headerNav__itemLink{
    color: #990100;
}
.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search{
    background: #990100;
    border-radius: 0;
}
.ec-headerSearch .ec-headerSearch__keyword {
    border-radius: 0;
}
.ec-cartNavi {
    border-radius: 0;
}
.ec-blockTopBtn{
    background: #F8F8F8;
    color: #990100;
}

@media screen and (max-width:400px){
    h2{
        font-size: 2.5rem;
    }
}
.ec-drawerRole .ec-headerLinkArea{
    background: #990100;
}

@media screen and (max-width:768px){
.ec-headerRole .ec-headerRole__title{margin-bottom: 20px;}
}