@charset "utf-8";

/* --------------------
    common
-------------------- */

/* clearfix */
.cf:after {
    content: ".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
   font-size:0;
}
* html .clearfix {height:1%;}


body{
	width: 100%;
	margin: 0 auto;
  font-family: "Noto Sans Japanese", "Noto Sans", "æ¸¸ã´ã·ãã¯", YuGothic, "ãã©ã®ãè§ã´ ProN W3", "Hiragino Kaku Gothic ProN", "ã¡ã¤ãªãª", Meiryo, sans-serif;
	font-size: 18px;
  /*font-weight: 500;*/
	color: #333333;
	line-height: 2.0;
  -webkit-text-size-adjust: 100%;
  /*overflow-x: hidden;*/
	background-color: #F7F6F4;
    background-size: 400px;
	font-size: 18px;
}


*{zoom:1;}

/* change display */
.pcon{
	display:block;
}

.tabon{
	display:block;
}

.spon{
	display:none;
}


/* end */


a:link{
    color:#43C216;
	text-decoration: underline;
}
a:visited{
    color:#43C216;
}
a:hover{
    color:#FFB728;
}
a.link-normal {
    color:#146D9D;
}

.disnone{
	display: none;
}

.strong{font-weight: bold;}


.inner{
  box-sizing: border-box;
}

img{
  max-width: 100%;
}
canvas{
  overflow-y: hidden;
}

div, dt, dd, li{
  box-sizing: border-box;
}

ul.col{
  font-size: 0;
}
li{
  font-size: 16px;
}

span.notes {
   vertical-align: super;
   font-size: 70%;
 }

.itemArea_innner,.post_date,.links{
	width: 900px;
	margin: 0 auto;
}


/*--------------Page top*/

#page-top {
    position: fixed;
    bottom: 30px;
    right: 10px;
    z-index: 100;
}
#page-top a {
    background: #999;
    text-decoration: none;
    color: #000;
/*    width: 30px;*/
    padding: 24px;
    text-align: center;
    display: block;
    border-radius: 30px;
	position: relative;
}
#page-top a:hover {
    text-decoration: none;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";

}
#page-top .top-arrow {
    position: absolute;
    width: 17px;
    height: 17px;
    border: 1px solid #999;
    border-left-color: #FFF;
    border-top-color: #FFF;
    top: 21px;
    left: 15px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg)
}
.page-top-warp p{
  position: fixed;
  width: 60px;
  bottom: 10px;
  right: 4px;
  font-size: 10px;
  text-align: center;
}

/*--------------Common wrap*/
.page-wrap{
min-width: 1200px;
height: 100%;
margin: 0 auto;
}


.contentArea{
	width: 900px;
  height: 100%;
  margin: 0 auto;
}


/*--------------------------------head---------------------------------------------*/
#head{
  width: 100%;
  min-width: 1200px;
  height: 60px;
  background: #69CF45;
}
#head .loft-logo{
  width: auto;
  height: 26px;
  margin: 17px;
}

/*--------------------------------ã­ã¼ãã¸ã¥ã¢ã«---------------------------------------------*/
div.main_visual{
  width:100%;
  min-width: 1200px;
  margin: 0 auto;
}

div.main_visual h1.pcon{
  margin: 0 auto;
  text-align: center;
	font-size: 0;
  position: relative;
  padding-bottom: 40px;
  background-color: #fdd100;
}

div.main_visual h1.pcon img{
  width:100%;
  min-width: 1200px;
  max-width: 1500px;
  margin: 0 auto;
}

.mainvisual_scroll-img{
	position: absolute;
    bottom: 10px;
    width: 75px;
    height: 42px;
    left: 0;
    right: 0;
    margin: auto;
    min-width: 54px;
    margin: 0 auto;
    
}
.mainvisual_scroll-img img{
  min-width: initial !important;
}


/*--------------------------------ãªã¼ãæ---------------------------------------------*/
.main_content .lead{
	padding: 40px 0;
	background-color:  #F7F6F4;
}

.lead p{
	width:800px;
	margin: 0 auto;
	font-size: 16px;
	line-height: 1.6;
	font-weight: normal;
	text-align: left;
}

/*--------------------------------ãã---------------------------------------------*/
.naviArea{
	background-color: #69CF45;
	display: block;
}
.naviAreaNavi{
	text-align: center;
}
.naviAreaNavi ul{
	margin: 0 ;
	padding: 0 ;
	display: flex;
  width: 600px;
  margin: auto;
}


.naviAreaNavi ul:nth-child(2){
	padding-top: 0;
	}
.naviAreaNavi li{
	list-style: none;
	width: 100%;
    height: 40px;
    margin: 0 0 20px 0px;
    position: relative;
    line-height: 1.5;
    box-sizing: border-box;
    justify-content: center;
    vertical-align: top;
    display: flex;
    align-items: center;

}
}

.naviAreaNavi li:nth-child(3){
border-right:none;
}
.naviAreaNavi li:after{
    content: "";
    position: absolute;
    top: 36px;
    left: 0;
    right: 0;
    width: 16px;
    margin: auto;
    height: 11px;
    background-image: url(https://www.loft.co.jp/lp/loftgreenproject/images/arrow.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}


.naviAreaNavi a{
	text-decoration: none !important;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;

}
.naviAreaNavi a.current{
	color: #00B0F0;
	border-bottom:2px solid #00B0F0;
}
.naviAreaNavi a:hover{
	color:#F7CB4D;
	/*border-bottom:2px solid #F7CB4D;*/
}

.navi_Twoitem{
	margin: auto !important;
}

/*--------------------------------ã¢ã¤ãã ã¨ãªã¢---------------------------------------------*/

h2.itemHead {
font-size: 36px;
text-align: center;
margin: 40px auto 20px;
color: #43C216;
}

.feature{
  padding: 30px;
    background-color: #fff;
    border-radius: 10px;
    margin:20px 0 ;
}

.feature:after {
  content: "";
  display: block;
  clear: both;
}

h3.featureTTL {
  font-size: 24px;
  line-height: 1.5;
  padding-left: 430px;
  word-break: break-all;
  display: block;
  text-align: center;
}

h3.featureTTL a {
  text-decoration: none;
  color: #333;
}
.featureText {
  font-size: 18px;
  line-height: 1.5;
  margin-top: 20px;
  padding-left: 430px
}

.featureImg{
  width: 403px;
  height: 403px;
  border-radius: 10px;
  float: left;
}
.slider {
  margin: 0;
  max-width: 403px;
  width:100%;
}
.slick-img img {
  height: auto;
  width: 100%;
}

.slick-list.draggable {
  border-radius: 10px;
}


.slick-img{
font-size: 0;
}

.slide-dots {
  position: absolute;
  bottom: -28px ;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}

.slide-dots li {
  position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
  width: 15px;
  height: 15px;
  margin: 0 5px;
}

.slide-dots li button {
font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}


.slide-dots li button:before{
  font-family: 'slick';
  font-size: 14px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  height: 14px;
  content: 'â¢';
  text-align: center;;
  -ms-filter: "alpha(opacity=25)";
  filter: alpha(opacity=25);
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-filter: "alpha(opacity=25)";
  filter: alpha(opacity=25);
  opacity: 1;
  -webkit-text-stroke: 1px #69cf45;
}

.slide-dots li.slick-active button:before{
  color:#69cf45;
}


.featureButton a {
  align-items: center;
  justify-content: center;
  width: 230px;
  height: 40px;
  font-weight: 700;
  display: flex;
  text-decoration: none;
  color: #fff;
  background: #69CF45;
  border-radius: 99px;
  font-size: 16px;
  margin: auto;
  margin-top: 20px;
}
.featureButton {
  padding-left: 430px;
}


.Separator{
  margin: 60px auto 40px;
  border-top: 1px solid #A0D566;
}

.feature_inner:last-child{
  margin-bottom: 60px;
}

.img_boder > div {
  border: solid 1px #ccc;
}
/*--------------------------------è¨äºæ²è¼æ¥---------------------------------------------*/
.post_date{
  width: 900px;
  margin:0 auto;
  padding: 35px 0px 15px 0;
  text-align: right;
  clear: both;
}



/*--------------------------------ãªã³ã¯ãã¿ã³---------------------------------------------*/

.links{
	margin: 90px auto;
}
a img:hover{
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}


div.links a{
  display: flex;
  text-align: center;
  padding: 0 25px;
  height: fit-content;
	width: 500px;
	height: 84px;
	background-color: #fccf00;
	border-radius: 100px;
	justify-content: center;
    align-items: center;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	margin: 80px auto 40px;
	position: relative;
	box-sizing: border-box;
}

div.links a:hover{
	text-decoration: none;
}

.links_icon{
    width: 70px;
    height: 54px;
}
div.links a span{
	margin-left: 10px;
}

div.links ul li img{
  padding: 0;
  margin: 0;
}



/*--------------------------------è¿½å¾ãã¿ã³---------------------------------------------*/


.iconArea_wrap{
	display: flex;
	position: fixed;
    bottom: 30px;
    left: 10px;
    z-index: 100;
}

.icon_buttun{
    width: 90px;
    height: 90px;
    background-color: #fdd100;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}


.icon_buttun span {
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
	display: block;
}

.ec_icon span {
    background-image: url(https://www.loft.co.jp/lp/loftgreenproject/images/ec_icon.png);
	width: 40px;
    height: 62px;
}
.store_icon span {
    background-image: url(https://www.loft.co.jp/lp/loftgreenproject/images/store_icon.png);
	width: 60px;
    height: 47px;
}


/*--------------------------------è¿½å¾ãã¿ã³---------------------------------------------*/


/*--------------------------------ã·ã§ã¢ãã¿ã³---------------------------------------------*/

.footer_wrap{
  width: 100%;
  min-width: 1200px;
  background-color: #69CF45;
}

/*--------------------------------ã·ã§ã¢ãã¿ã³---------------------------------------------*/

div.share-wrap{
  width: 100%;
  min-width: 1200px;
}

div.share-wrap p{
	text-align: center;
	padding: 45px 0 0 0;
}

.share-wrap ul{
  vertical-align: middle;
	text-align: center;
}
.share-wrap li{
  display: inline-block;
  text-align: center;
  font-weight: bold;
  vertical-align: top;
  padding-top: 1em;
}
.share-wrap li img{
  width: 65px;
  margin: 10px 20px;
}


/*--------------------------------ããã¿ã¼---------------------------------------------*/

#footer{
  width: 100%;
  min-width: 1200px;
  color: #707070;
	background-color: #69CF45;
	text-align: center;
	font-size: 16px;
  font-weight: bold;
	padding: 30px 0;
}



/*--------------------------------
        Smart phone styles
--------------------------------*/

@media screen and (min-width: 750px){/*SPã®ã¿ã®æ¹è¡*/
	.br-sp {display: none;
	}
}


@media screen and (max-width: 750px){

body{
	width:100%;
	font-size: 14px;
	line-height: 1.8;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
	background-color: #F7F6F4;
}

img{max-width: 100%;}

/* change display */
.pcon{ display:none; }
.tabon{ display:none; }
.spon{ display:block; }

/* change display
.tablet .pcon{ display:block; }
.tablet .spon{ display:none; }*/



/* end */


.page-wrap{
min-width: inherit;
  width: 100%;
}
/*_________________________ head __*/

#head{
  height: 65px;
  width: 100%;
  min-width: 0;
  position: relative;
}
#head .loft-logo{
  width: auto;
  height: 32px;
  margin: 17px;
}


div.main_visual{
  margin: 0 auto;
  width:100%;
  min-width: 0px;
}



/*_________________________SP  common parts __*/
.section{
  width: 100%;
  padding: 8% 0;
}
.itemArea_innner,.post_date,.links{
	width: 100%;
	}


dl.itemArea{
	clear: both;

}

dl.itemArea_other{
	clear: both;
  width: 90%;
	margin: 30px auto;
  padding: 30px 0 0 0;
}

dl.itemArea_other01{
	clear: both;
  width: 90%;
	margin: 30px auto;
  padding: 0 0 30px 0;
}
.indentArea{width: auto;float: initial;
}

.indent{
  padding-left: 0px;
}

.brpcon{
  display: none;
}
.lead,.itemArea,.post_date,.links{
	width: 100%;;
}
.itemArea_innner, .post_date, .links{
	width: 100%;
}


/*--------------------------------ã­ã¼ãã¸ã¥ã¢ã«---------------------------------------------*/
.spon{
	font-size: 0;
    position: relative;
    padding-bottom: 40px;
    background-color: #fdd100;
}

.mainvisual_scroll-img{
	position: absolute;
    bottom: 5px;
    width: 54px;
    height: 37px;
    left: 0;
    right: 0;
    margin: auto;
}




/*--------------------------------ã­ã¼ãã¸ã¥ã¢ã«---------------------------------------------*/


/*--------------------------------ãªã¼ãæ---------------------------------------------*/
.main_content .lead{
		width: 100%;
		padding: 20px;
		box-sizing: border-box;
    font-size: 14px;
}
.lead p{
	width: inherit;
}

/*--------------------------------ãªã¼ãæ---------------------------------------------*/

/*--------------------------------ãã---------------------------------------------*/

.naviAreaNavi ul{
  width:inherit ;
  margin: inherit;
}

/*--------------------------------ã¢ã¤ãã ---------------------------------------------*/

h2.itemHead{
  margin:20px auto 10px;
}

.contentArea {
  width: 100%;
}

.feature_inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
  margin: 0 15px;

}

h3.featureTTL{
  padding-left:0;
  font-size: 16px;
  line-height: 1.5;
  padding: 0px 10px 0;
  margin-top: 30px;
  display: inline-block;
  width: 88%;
}
.feature{
  max-width: calc(50% - 5px);
  padding: 0;
  margin: 0;

}

.featureButton{
  padding-left: 0;
  font-size: 13px;
  padding: 0 10px 20px;
}

.featureText {
  padding-left: 0;
  font-size: 13px;
  line-height: 1.5;
  padding: 10px 10px 20px;
  margin: 0;
}

.featureImg{

    width: 476px;
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
    margin: 0;
  }


  .featureButton a{
    width: 100%;
    font-size: 3.5vw;
    margin: 0;
    height: 30px;

  }

  .slide-dots li button:before{
    font-size: 11px;
  }
  
  .slide-dots li.slick-active button:before{
    font-size: 11px;
  }
  .slide-dots li{
    margin: 0 1px;
  }

  .slick-list.draggable {
    border-radius: 10px 10px 0px 0px;
  }
.feature:nth-child(n+3){
  margin-top: 20px;
}

.Separator{
  margin: 40px auto 20px;

}
.feature_inner:last-child{
  margin-bottom: 40px;
}

/*--------------------------------SPè¨äºæ²è¼æ¥---------------------------------------------*/
.post_date{
  width: 90%;
  padding:0px;
  margin:0px auto;
  text-align: right;
}


/*--------------------------------SPãªã³ã¯ãã¿ã³---------------------------------------------*/

.links{
	margin: 60px 0;
}

div.links a{
	width: 70%;
	margin: auto;
	height: 65px;
	font-size: 16px;
}

.links_icon{
	width: 50px;
	height: 38px;
	}
/*--------------------------------SPã·ã§ã¢ãã¿ã³---------------------------------------------*/

div.share-wrap{
  width: 100%;
  min-width: 0;
	background-color: #69CF45;
}

div.share-wrap p{
	width: 90%;
	margin: 0 auto;
	padding: 45px 0 0 0;
}

.share-wrap ul{
  vertical-align: middle;
	text-align: center;
}
.share-wrap li{
  display: inline-block;
  text-align: center;
  font-weight: bold;
  vertical-align: top;
  padding-top: 1em;
}
.share-wrap li img{
  width: 60%;
  margin: 0.5em 0.5em;
}

/*--------------------------------è¿½å¾ãã¿ã³---------------------------------------------*/
.icon_buttun{
    width: 60px;
    height: 60px;
}

.ec_icon span {
	width: 30px;
    height: 42px;
}
.store_icon span {
	width: 42px;
    height: 35px;
}

/*--------------------------------è¿½å¾ãã¿ã³---------------------------------------------*/



/*--------------------------------SPããã¿ã¼---------------------------------------------*/

.footer_wrap{
  width: 100%;
  min-width: 0;
}

#footer{
  width: 100%;
  min-width: 0;
	background-color: #69CF45;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	padding: 15px 5% 30px 5%;
}


}


/*_________________________fadein __*/
.fadein {
	opacity : 0;
	transform : translate(0, 60px);
	transition : all 700ms;
}
.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}

@media screen and (max-width: 750px) {
.fadein {
	opacity : 0;
	transform : translate(0, 40px);
	transition : all 600ms;
}
.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}
}


