@charset "utf-8";
@import url("common.css");


main p{
	font-size: 16px;
	line-height: 1.8;
}

h2{
 font-size: 24px;
 font-weight: bold;
 padding-bottom: 20px;
}

.concept, .products, .news, .shop_list, .instagram{
 transform: translateY(100px);
  transition: all .6s ease-in;
  opacity: 0.1;
}


/* 画面に入った時の動き */
.concept.blockIn, .products.blockIn, .news.blockIn, .shop_list.blockIn, .instagram.blockIn {
  transform: translateY(0);
  opacity: 1;
}




.read_more{
border: solid 1px;
padding: 5px 12px;
font-size: 14px;
text-align: center;
margin-top: 130px;
width: 90px;
margin-left: auto;
margin-right: 8%;
}

@media (max-width:748px){	
	
main p{
	font-size: 15px;
    line-height: 1.7;
}
		
h2{
 font-size: 23px;
 padding-bottom: 10px;
}

.read_more{
margin-left: auto;
margin-right: 3%;
}
	
}


.first_view{
position: relative;	
background: url("../img/img/firstView_bg.png")
center center no-repeat;
background-size: cover;
height: 100vh;	
}

.firstView_contents{
text-align: center;
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
max-width: 980px;
width: 100%;
background-size: cover;
}


.firstView_img{
animation-name:fadeInAnime;
animation-duration:3s;
animation-fill-mode:forwards;
opacity:0;
max-width: 50%;
}


@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }		
}



 
.firstView_text{
 font-size: 38px;
 color: #ffffff; text-shadow: 0 0 3px #ffffff;
 margin-top: 28px;
 padding-left: 58px;
 animation-name:fadeUpAnime;
 animation-duration:5s;
 animation-fill-mode:forwards;
 opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(20px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}
	
	




@media (max-width:748px){	

.firstView_img{
max-width: 70%;
height: auto;
}
	
.firstView_text{
font-size: 26px;
padding-left: 40px;
}	
	
	
}


.concept{
background: url("../img/img/concept.png") center center no-repeat;
background-size: contain;
margin-top: 100px;
margin-left: 20px;
padding-top: 190px;
max-width: 980px;
width: 100%;
height: 400px;
}

.concept h2+p{
	font-size: 18px;
	margin-bottom: 10px;
}

.concept p{
	margin-bottom: 100px;
}


@media (max-width:748px){	
.concept{
   padding-top: 350px;
   margin-top: -50px;
	}
	
	.concept h2+p{
		font-size: 17px;
	}	
	
}



.products{
	margin-top: 50px;
	margin-left: 20px;
}

.products h2+p{
	margin-bottom: 100px;
}

.slider_productsName{
font-size: 25px;
color: #ffffff; text-shadow: 0 0 2px #ffffff;
text-align: center;
margin-top: 50px;
margin-bottom: -100px;
position: relative;
z-index: 2;	
}

.watayuki_sliderName{
color: #0A070B; text-shadow: 0 0 2px #ffffff;
}

.slider {
 text-align: center;
position: relative;
z-index: 1;	
}

.slider_position img{
	margin: 0 auto;
}

.slider li:nth-of-type(1) button:before{
  background: url("../img/img/jugoya_btn.png")no-repeat;
  background-size: contain!important;
}
.slider li:nth-of-type(2) button:before{
  background: url("../img/img/asatuyu_btn.png") no-repeat;
  background-size: contain!important;
}
.slider li:nth-of-type(3) button:before{
  background: url("../img/img/hanami_btn.png") no-repeat;
  background-size: contain!important;
}

.slider li:nth-of-type(4) button:before{
  background: url("../img/img/umikaze_btn.png") no-repeat;
  background-size: contain!important;
}

.slider li:nth-of-type(5) button:before{
  background: url("../img/img/watayuki_btn.png") no-repeat;
  background-size: contain!important;
}

.slick-dots li button:before{
  content: ''!important;
  height:100%!important;
  width:100%!important;
  opacity: 1;
}

.slick-dots li button:hover{
  opacity: 0.5;
}

.slick-dots li button:active{
  opacity: 0.5;
}

.slick-dots li{
  width: 99px!important;
  height:99px!important;
  margin: 0!important;
}

.slick-dots li button{
  width:100%!important;
  height:100%!important;
}

.slick-dots{
  bottom: initial!important;
  margin-top:20px!important;
 padding-bottom: 30px;
}

@media (max-width:748px){	
.products{
margin-top: -10px; 		
}	
	
.slider_productsName{
font-size: 20px;
margin-top: 50px;
margin-bottom: -70px;
}
	
.slick-dots li{
  width: 60px!important;
  height:60px!important;
	}

}



.news{
margin-top: 200px;
margin-bottom: 200px;
text-align: center;
}

.for_border{
border-top: solid 2px #6c9378;
font-size: 0px;
} 

.news dl{
	text-align: left;
	position: relative;
	margin-bottom: 30px;
}

.news dl dt{
padding-top: 10px;
}

.news dt{
padding-top: 10px;
font-size: 14px;
}

.news dd{
padding-top: 20px;
padding-bottom: 20px;
height: 40px;
line-height: 1.5;
font-size: 16px;
}

.news_border{
	width: 280px;
	margin: 0 auto;
}

.news .read_more{
	margin-top: 0px;
}

@media (max-width:748px){	
.news dt{
font-size: 13px;
}

.news dd{
font-size: 15px;
}

	
	
}
	

.shop_list{
margin-bottom: 200px;
text-align: center;
}

.shoplist_more{
padding-top: 10px;
}


.title_line{
  width: 300px;
  height: 30px;
  border-bottom: 2px solid;
  border-right: 2px solid;
  transform: skew(45deg);
  margin: -25px auto 30px auto;
 font-size: 0px;
}

.insta_title{
	display: inline-flex;
	align-items: center;
}

.insta_logo{
	padding-left: 20px;
	margin-top:  -10px;
}

.insta_flex{
	display: inline-flex;
}

.insta_flexImg{
max-width: 100%;
padding: 20px;
}

.instagram{
margin-bottom: 200px;
text-align: center;
}














