@charset "utf-8";
/* CSS Document */


/***************************************

base

***************************************/



html {
	font-size: 62.5%!important;
	height: 100%;
	position: relative;
	-webkit-overflow-scrolling: touch;/*スマホのスクロールをスムーズにする*/
}
body {
	width: 100%;
	height: 100%;
	position: relative;
	color: #333;	
	margin: 0 auto;
	font-family:游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;	
	
	background: #c8eba9;
	
	
	word-break: break-word;/*自動改行*/
	
	
}

a {
	text-decoration: none;
	color: #333;
	outline: none;
}

a:hover {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	opacity: 0.5;
	filter: alpha(opacity=50);
	webkit-transition: 0.6s;
	transition: 0.6s;
}


.clearfix:after {/*親要素に display: flow-root Chrome と Firefox */
  content: "";
  clear: both;
  display: block;
}






/***************************************

header

***************************************/





header{
	width: 100%;
	
	}


div.logo {
    position: fixed;
	top: 0%;
 	left: 0%;
	background-color: rgb(200,235,169);
	/*opacity: 0.8;
	filter: alpha(opacity=80);
	-webkit-transition: 0.8s;
	transition: 0.8s;*/
	width: 100%;
	text-align: center;
	
	z-index: 9999999;
}

div.logo img{/*logo*/
    width: 7%;
	padding: 10px 0 5px 0;
	
}


	




@media screen  and (max-width:1024px){/**480px〜：SP横 *600px〜タブレット　768px〜sp縦*/
	

	

	
	
div.logo {
    position: fixed;
	top: 0%;
 	left: 0%;
	background-color: rgb(200,235,169);
	/*opacity: 0.8;
	filter: alpha(opacity=80);
	-webkit-transition: 0.8s;
	transition: 0.8s;*/
	width: 100%;
	text-align: center;
	
	z-index: 9999999;
}

div.logo img{/*logo*/
    width: 19%;
	padding: 5px 5px;
	
}

	
	
	
 
}


/***************************************

ぱんくず

***************************************/


.panList {}


.panList_item {
  display: inline;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.4;
  font-family: "gilroy", Helvetica, Arial, "YuGothic", "Yu Gothic", "游ゴシック体", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding-right: 6px;
}

.panList_item2 {
  display: inline;
  font-size: 1.8rem;
  line-height: 1.4;
  font-family: "gilroy", Helvetica, Arial, "YuGothic", "Yu Gothic", "游ゴシック体", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.05em;
  padding-right: 6px;
 padding-left: 10px;	
}

.panList_item a {
  color: #999;
}

.panList_item a:hover {
  color: #2B292B;
  text-decoration: none;
}

@media (max-width:1024px) {
  .panList_item {
    font-size: 1rem;
    padding-right: 3px;
  }
}

.panList_item:before {
  font-size: 12px;
  font-weight: normal;
  color: #2B292B;
  content: "/";
  display: inline-block;
  width: 1em;
  margin-right: 10px;
  line-height: 1em;
  vertical-align: middle;
}

@media (max-width:1024px) {
  .panList_item:before {
    margin-right: 5px;
  }
}

.panList_item:first-child {
  padding-left: 0px;
}

.panList_item:first-child:before {
  display: none;
}





/***************************************

title

***************************************/


.box{
	/*background: url("../190301/feature/image/190301-trend-0.jpg") no-repeat center;*/
	background-size: cover;
	margin-bottom: 120px;
	xoverflow: hidden;
	position: relative;
	background: #89ecf8;
	background:repeating-linear-gradient(-45deg,#c8eba9 0, #c8eba9 3px, #fff 1px, #fff 8px);
}

.box__centered{
	left: 50%;
	position: absolute;
	top: 50%;
}

.box__contents{
	text-align: center;
	transform: translate(-50%,-50%);
}

.box__title{
	color: #fff;
	font-size: 5rem;
	font-weight: 900;
}

.box__title img.topimg{
	width: 70%;
}
.box__title img.topimg2{
	width: 60%;
}

.box__text{
	margin-top: 3%;
	color: #fff;
	font-size: 1.9rem;
	font-weight: 100;
	line-height: 2.5rem;
}





@media screen  and (max-width:1024px){/**480px〜：SP横 *600px〜タブレット　768px〜sp縦*/
	
.box{
	/*background: url("../190301/feature/image/190301-trend-0.jpg") no-repeat center;*/
	background-size: cover;
	margin-bottom: 120px;
	xoverflow: hidden;
	position: relative;
	background: #89ecf8;
	background:repeating-linear-gradient(-45deg,#c8eba9 0, #c8eba9 3px, #fff 1px, #fff 8px);
}

.box__centered{
	left: 50%;
	position: absolute;
	top: 50%;
}

.box__contents{
	text-align: center;
	transform: translate(-50%,-50%);
}

.box__title{
	color: #fff;
	font-size: 5rem;
	font-weight: 900;
}

.box__title img.topimg{
	width: 100%;
}
.box__title img.topimg2{
	width: 100%;
	
}

.box__text{
	margin-top: 3%;
	color: #fff;
	font-size: 1.9rem;
	font-weight: 100;
	line-height: 2.5rem;
}

	
	
}


/***************************************

section

***************************************/

*{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

section.box{
	margin: 0;
	padding: 0;
	padding: 40px;
}

.box1{
	background: #c8eba9;
	
}




p.disp{width: 30%;
margin: 0 auto;
color: #333;
line-height: 3.5rem;


position: relative;/*上下センター*/
top: 50%;
-webkit-transform: translateY(-50%); /* Safari用 */
transform: translateY(-50%);}


span.Point{
	border:1px #000 solid;
	background: #000;
	color:#fff;
	padding: 0.5rem;
	font-size: 1.3rem;
}

p.arrow{
	width: 30%;
    margin: -3% auto;
    text-align: center;
    color: #333;
    line-height: 1rem;
	font-size: 2.5rem;


position: relative;/*上下センター*/
top: 50%;
-webkit-transform: translateY(-50%); /* Safari用 */
transform: translateY(-50%);


animation: arrow1 3s ease infinite}



@keyframes arrow1 {/*上下ループ*/
  0% { transform:translateY(0) }
  5% { transform:translateY(0) }
  10% { transform:translateY(0) }
  20% { transform:translateY(-15px) }
  25% { transform:translateY(0) }
  30% { transform:translateY(-15px) }
  50% { transform:translateY(0) }
  100% { transform:translateY(0) }
}


.box2{
	background: #fff;
	
	display: flex;
justify-content: center;
align-items: center;
}


ul.styling{
	margin: 5% auto 0; 
	width: 90%;
	
}

.styling img{
	width: 85%;
	text-align: center;
}

div.useItem{
	width: 80%;
	margin: 0 auto;
	padding-top: 20%;
	
}

p.useItem_com{
	padding-top: 5%;
	width: 50%;
	line-height: 2.4rem}

h2{
	font-size: 1.8rem;
}



.box3{
	background: #fff;
}


ul.Item{
	width: 80%;
	margin: 13% auto;

	
}	
	
ul.Item h2{
	text-align: center;
	font-size: 2.6rem;
	padding: 2% 0;
}

ul img{
	width: 80%;
	text-align: center;
	

}

p.DispL{
	margin: .5% auto 2%;
	width: 80%;
	line-height: 2rem;
	
}


p.Item_com{
	margin: 1.5% 0;
	width: 80%;
	line-height: 2rem;
}


.box4{
	background: #45CB99;
}


@media screen  and (max-width:1024px){/**480px〜：SP横 *600px〜タブレット　768px〜sp縦*/
	
	
*{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

section.box{
	margin: 0;
	padding: 0;
	padding: 40px;
}

.box1{
	background: #c8eba9;
	
}




p.disp{width: 100%;
margin: 0 auto;
color: #333;
line-height: 2.5rem;


position: relative;/*上下センター*/
top: 50%;
-webkit-transform: translateY(-50%); /* Safari用 */
transform: translateY(-50%);}


span.Point{
	border:1px #000 solid;
	background: #000;
	color:#fff;
	padding: 0.5rem;
	font-size: 1.3rem;
}

p.arrow{
	width: 30%;
    margin: -20% auto 0;
    text-align: center;
    color: #333;
    line-height: 1rem;
	font-size: 2.5rem;


position: relative;/*上下センター*/
top: 50%;
-webkit-transform: translateY(-50%); /* Safari用 */
transform: translateY(-50%);


animation: arrow1 3s ease infinite}



@keyframes arrow1 {/*上下ループ*/
  0% { transform:translateY(0) }
  5% { transform:translateY(0) }
  10% { transform:translateY(0) }
  20% { transform:translateY(-15px) }
  25% { transform:translateY(0) }
  30% { transform:translateY(-15px) }
  50% { transform:translateY(0) }
  100% { transform:translateY(0) }
}


.box2{
	background: #fff;
	
	display: flex;
justify-content: center;
align-items: center;
}


ul.styling{
	margin: 30% auto 0; 
	width: 90%;
	
}

.styling img{
	width: 100%;
	text-align: center;
}
	
.floatSP{
		clear: both;
	}	

div.useItem{
	width: 100%;
	margin: 10% auto 0;
	padding-top: 20%;
	
}

p.useItem_com{
	padding-top: 5%;
	width: 100%;
	line-height: 1.8rem}

h2{
	font-size: 1.8rem;
}



.box3{
	background: #fff;
}


ul.Item{
	width: 100%;
	margin: 13% auto;
	
	display:-webkit-box;
display:-moz-box;
display:-ms-box;
display:-webkit-flexbox;
display:-moz-flexbox;
display:-ms-flexbox;
display:-webkit-flex;
display:-moz-flex;
display:-ms-flex;
display:flex;
-webkit-box-lines:multiple;
-moz-box-lines:multiple;
-webkit-flex-wrap:wrap;
-moz-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;


	
}	
	
ul.Item h2{
	text-align: center;
	font-size: 2.0rem;
	padding: 6% 0;
	
	
}

ul img{
	width: 95%;
	text-align: center;
	

}

p.DispL{
	margin: 2% auto 2%;
	width: 100%;
	line-height: 1.8rem;
	text-align: left;
	
}


p.Item_com{
	margin: 1.5% 0;
	width: 90%;
	line-height: 2rem;
}


.box4{
	background: #45CB99;
}
	
}

/***************************************

liグリット

***************************************/

.floatL{float: left}
.floatR{float: right}
.li100{width: 100%}
.li50{width: 50%;}
.li30{width: 33.333%;}
.li25{width: 25%;}

@media screen  and (max-width:1024px){/**480px〜：SP横 *600px〜タブレット　768px〜sp縦*/

	

.li50{width: 100%; }
.li30{width: 50%; }
.li25{width: 50%; }	
	
}


/***************************************

marginグリット

***************************************/

.marginB5{
	margin-bottom: 5%
}


/***************************************

font

***************************************/



.fontCenter{text-align: center}
.fontLeft{text-align: left}

.font10{font-size: 1.0rem}
.font11{font-size: 1.1rem}
.font12{font-size: 1.2rem}
.font13{font-size: 1.3rem}
.font14{font-size: 1.4rem}
.font15{font-size: 1.5rem}
.font18{font-size: 1.8rem}

.font45{font-size: 4.5rem}
.font55{font-size: 5.5rem}

.fontW90{font-weight: 900;}


@media screen  and (max-width:1024px){/**480px〜：SP横 *600px〜タブレット　768px〜sp縦*/
.font11{font-size: .9rem}	
.font12{font-size: 1.0rem}
.font13{font-size: 1.1rem}	
.font14{font-size: 1.2rem}	
}



/***************************************

side

***************************************/



.side {
    position: fixed;
    bottom: 90px;
    right: -7%;
}

.side ul li{
	margin-bottom: -2%;
}

.hoverA{
	
transform:translateX(0px) translateY(0px) ;
	
-moz-transition-duration:0.5s;
-webkit-transition-duration:0.5s;
-o-transition-duration:0.5s;
-ms-transition-duration:0.5s;		
	
	
	
}

.hoverA:hover{
transform:translateX(-25px) translateY(5px) ;
	
-moz-transition-duration:0.5s;
-webkit-transition-duration:0.5s;
-o-transition-duration:0.5s;
-ms-transition-duration:0.5s;	
	

}	
		
	
	







@media screen  and (max-width:1024px){
	
.side {
    position: fixed;
    bottom: 20px;
    right: -65%;
}

.side ul li{
	margin-bottom: -2%;
}
	
.side img{
	width: 55%
}	

.hoverA{
	
transform:translateX(0px) translateY(0px) ;
	
-moz-transition-duration:0.5s;
-webkit-transition-duration:0.5s;
-o-transition-duration:0.5s;
-ms-transition-duration:0.5s;		
	
	
	
}

.hoverA:hover{
transform:translateX(-25px) translateY(5px) ;
	
-moz-transition-duration:0.5s;
-webkit-transition-duration:0.5s;
-o-transition-duration:0.5s;
-ms-transition-duration:0.5s;	
	

}	

	
}






/***************************************

fotter

***************************************/





footer{
	clear:both;
	width: 100%;
	text-align:center;
	margin:0 auto;;
}

footer > p{
	font-size: .7rem;
	

}


	
	
/********************************-*/
	
@media screen and (min-width:480px) and (max-width:600px){/**480px〜：SP横 */
	
	
	
 
}

@media screen and (min-width:600px) and (max-width:960px){/**600px〜タブレット　768px〜sp縦*/
	
 
}	

