@charset "UTF-8";
/* CSS Document */

html {
	overflow: auto;
}

body { margin:0; padding:0; font-family:'Hiragino Kaku Gothic Pro', Meiryo, 'MS PGothic', sans-serif; font-size: 15px; width: 100%; margin:0 auto;	overflow: hidden;
	}
	
.clear{clear:both}

a:link { color:#002269; text-decoration: none; }
a:visited { color:#002269;list-style: none; }
a:hover { color: #c8c8c8; }
a:active { color:#c8c8c8; }	

h5 a:link { color:#84aba8; text-decoration: underline;  }
h5 a:visited { color:#84aba8;list-style: none; }
h5 a:hover { color: #99c1bd; }
h5 a:active { color:#99c1bd; }	

footer a:link { color:#fff; text-decoration: none;  }
footer a:visited { color:#fff;list-style: none; }
footer a:hover { color: #fff; text-decoration: underline;}
footer a:active { color:#fff; }	


p{
	font-size: 15px;
	color: #333333;
	line-height: 1.9em;
	margin: 0 0 20px 0;
}

h1{width: 100%;
  height: 100%;
  line-height: 0;
  margin: 0px auto;
  padding:0px;
}

h2{	font-family: '游明朝', 'Yu Mincho', 'ヒラギノ明朝 ProN W3',
  'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
	font-size: 20px;
	text-align: center;
	line-height: 1.6em;
	font-weight: lighter;
}

h3{font-size: 20px;
	margin: 25px 0 10px 0;
	font-weight:normal;
		font-family: '游明朝', 'Yu Mincho', 'ヒラギノ明朝 ProN W3',
  'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
}

h4{
	font-size: 20px;
	margin: 40px 0 10px 0;
	font-weight: normal;
		font-family: '游明朝', 'Yu Mincho', 'ヒラギノ明朝 ProN W3',
  'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
}

h5{
	color: #84aba8;
	font-size: 30px;
	margin:0 0 10px 0;
	font-weight: normal;
	text-align: center;
		font-family: '游明朝', 'Yu Mincho', 'ヒラギノ明朝 ProN W3',
  'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
}


header{
  width: 100%;
  height: 100%;
  margin: 0 0 0 0;
  padding: 0;
  line-height: 0;
  
}

.headercontent{
	width: 1000px;
	margin: 0 auto;
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}


ul{
	padding: 0;
	margin: 30px 0;
}

li{
	list-style-type: none;
	color: #333333;
	margin-bottom: 20px;

}

.large{
	font-size:120%;
}

.small{
	font-size: 75%;
	line-height: 0.1em;
}

.green{
	color: #84aba8;
}


/*ハンバーガーメニュー*/
#wrapper nav {
    position: fixed;
    top: 0;
    right: -2000px;
    width: 100%;
    height: 100%;
    padding-top: 50px;
    background:rgba(255,255,255,0.9);
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    box-sizing: border-box;
    z-index: 5;
}
#wrapper nav ul li {
    display:block;
    padding: 20px 28px;
}

#wrapper nav ul li a {
    text-decoration: none;
    color: #84aba8;
    font-family: '游明朝', 'Yu Mincho', 'ヒラギノ明朝 ProN W3',
  'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  font-weight: normal;
}

#wrapper .btn-gnavi {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 24px;
    z-index: 6;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all 400ms;
    transition: all 400ms
}

#wrapper .btn-gnavi span {
    position: absolute;
    width: 30px;
    height: 4px;
    background: #84aba8;
    border-radius: 10px;
    -webkit-transition: all 400ms;
    transition: all 400ms
}

#wrapper .btn-gnavi span:nth-child(1) {
    top: 0
}

#wrapper .btn-gnavi span:nth-child(2) {
    top: 10px
}

#wrapper .btn-gnavi span:nth-child(3) {
    top: 20px
}

#wrapper .btn-gnavi.open span {
    background: #84aba8;
}

#wrapper .btn-gnavi.open span {
    width: 24px;
}

#wrapper .contents section p {
    position: absolute;
    top: 50%;
    width: 30%;
    line-height: 1.4;
    font-size: 20px;
    color: #84aba8;
}
#wrapper .contents section:nth-child(odd) p {
    left: 10%
}
#wrapper .contents section:nth-child(even) p {
    right: 10%
}




.clm{
	width:100%;
	height: 100%;
	padding:80px 0;
	background: #ffffff;
}

.in{
	width: 900px;
	margin: 0 auto;
}

.picture{
	width:100%;
	height: 1560px;
}

.pics{
	position: relative;
	width: 952px;
	margin: 0 auto;
}

.pic1{
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 4;
	
}

.pic2{
	position: absolute;
	left: 450px;
	top: 350px;
	z-index: 2;
}

.pic3{
	position: absolute;
	left: 0px;
	top: 925px;
	z-index: 1;	
}

.pic4{
	position: absolute;
	left: 455px;
	top: 1225px;
	z-index: 3;
}
.pic5{
	position: absolute;
	left: 300px;
	top: 120px;
	z-index: 0;
	background-color: #84aba8;
	width: 327px;
	height: 1390px;
}

#animation {
width: 100%;
margin: 0 auto;

}

#animation2 {
width: 100%;
margin:  0 auto;

}

#animation3 {
width: 100%;
margin: 0 auto;
}

#animation4 {
width: 100%;
margin:0 auto;

}

.fadeInDown {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
 -webkit-animation-name: fadeInDown;
 animation-name: fadeInDown;
 visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}

.seconde{
	width: 100%;
	margin: 100px 0;
	padding:0;
}

.secondein{
	display: -webkit-flex;
	display: flex;
	width: 100%;
}

.second_left{
	padding-left: 25px;
}

.second_right{
	flex: 1; 
	padding:0 25px;
}


.info{
	width: 100%;
	margin: 100px 0 0 0;
	padding:0;
}

.infoin{
	display: -webkit-flex;
	display: flex;
	width: 900px;
	margin: 0 auto;
}

.info_left{
	width: 40%;
	padding:0px;
}

.info_right{
	width: 56%;
	padding:0 0 0 60px;
}


.insta{
	width: 100%;
	margin: 100px 0 0 0; 
}

.insta_thumb{
	width: 400px;
	margin:0 auto;
}


.onlinestore{
	width: 100%;
	margin: 100px 0 0 0; 
	text-align: center;
}

.onlinestore p{
	width: 101%;
	text-align: center;
}

.shopbnr{
	width: 370px;
	margin: 0 auto;
}

footer{
  width: 100%;
  height: 100%;
  margin: 80px 0 0 0;
  padding: 20px 0;
  background-color: #84aba8;
}

.footerin{
	margin: 0 auto;
	width: 100%;
}

.footer_logo{
	text-align: center;
	margin: 60px 0 20px 0;
}


footer p{
	color: #ffffff;
	margin: 0;
	text-align: center;
}

.footer_sns{
	display: -webkit-flex;
	display: flex;
	width: 120px;
	margin: 20px auto;
}

.snsicon{
	margin:0 10px 0 10px;
}

.footer_link{
	display: -webkit-flex;
	display: flex;
	width: 170px;
	margin: 20px auto;
}

.flink{
	margin:0 10px 0 10px;
	font-weight: bold;
}

.copy{
	font-size: 12px;
	text-align: center;
	padding:30px 0 0px 0;
	color: #fff;
}



/*items*/

.items{
	width: 800px;
	margin:100px auto 0 auto;
	padding: 0;
	
}
	
.items_row{
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	text-align: center
}		

.item{
	margin:0 20px 30px 20px ;
	width:28%;
}

.item p{
	text-align: center;
	font-size:1.0em;
	margin: 5px;
}
	

/*policy*/

.policy{
	width: 100%;
	margin:0 auto;
	padding: 0;
	
}
	
.policy_in{
	width: 700px;
	margin: 0 auto;
}		

	
			

a img.alph{
	opacity:1;
	filter:alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	zoom:1;/* IE で filter を使うときには zoom:1; を指定する */}



a:hover img.alph{
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	zoom:1;/* IE で filter を使うときには zoom:1; を指定する */}


/*ヘッダー効果*/
/*========= スクロール途中からヘッダーの高さが小さくなるためのCSS ===============*/
#header{
    /*はじめの高さを設定*/
	height: 120px;
	width:100%;
   /*以下はレイアウトのためのCSS*/
	display: flex;
	justify-content: space-between;
	align-items: center;
	background:#fff;
	color:#fff;
	text-align: center;
	padding: 20px 0;
}

/*HeightMinというクラス名がついたら高さを小さく、上部固定に*/
#header.HeightMin{
	position: fixed;
    z-index: 5;/*最前面へ*/
	height:50px;
	animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime{
  from {
  	opacity: 0;
	transform: translateY(-170px);
  }
  to {
  	opacity: 1;
	transform: translateY(0);
  }
}

.splogo{
	width: 100px;
	text-align: center;
	margin: 0 auto;
}




@media screen and (max-width:820px){	

				
body {
	width: 100%;
	margin: 0 auto;
}

h2{
	font-size: 18px;
	text-align: center;
	line-height: 1.9em;
}




.clm{
	width:100%;
	height: 100%;
	padding:80px 0;
	background: #ffffff;
}

.in{
	width: 90%;
	margin: 0 auto;
}

.picture{
	width:100%;
	height: 1780px;
}

.pics{
	position: relative;
	width: 800px;
	margin: 0 auto;
}

.pic1{
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 4;
	
}

.pic2{
	position: absolute;
	left: 307px;
	top: 490px;
	z-index: 2;
}

.pic3{
	position: absolute;
	left: 0px;
	top: 1097px;
	z-index: 1;	
}

.pic4{
	position: absolute;
	left: 305px;
    top: 1425px;
	z-index: 3;
}
.pic5{
	position: absolute;
	left: 240px;
	top: 120px;
	z-index: 0;
	background-color: #84aba8;
	width: 327px;
	height: 1390px;
}

.footerin{
	margin: 0 auto;
	width: 100%;
}

.info{
	width: 100%;
	margin: 100px 0 0 0;
	padding:0;
}

.infoin{
	display: -webkit-flex;
	display: flex;
	width: 90%;
	margin: 0 auto;
}

.info_left{
	width: 40%;
	padding:0px;
}

.info_right{
	width: 56%;
	padding:0 0 0 60px;
}


.insta{
	width: 100%;
	margin: 100px 0 0 0; 
}

.insta_thumb{
	width: 400px;
	margin:0 auto;
}

.footerin{
	margin: 0 auto;
	width:100%;
}

/*items*/

.items{
	width: 100%;
	margin:100px auto 0 auto;
	padding: 0;
	
}
	
.items_row{
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	text-align: center
}		

.item{
	margin:0 20px 30px 20px ;
	width:28%;
}

.item p{
	text-align: center;
	font-size:1.0em;
	margin: 5px;
}

/*policy*/

.policy{
	width: 100%;
	margin:0 auto;
	padding: 0;
	
}
	
.policy_in{
	width: 90%;
	margin: 0 auto;
	
}		



}




@media screen and (min-width:431px){
	.sp{
		display: none !important;
		}
}
	
@media screen and (max-width:430px){	
.pc	{
		display: none !important;
		}	
				
body {
	width: 100%;
	margin: 0 auto;
}



h1{width: 100%;
  height: 100%;
  line-height: 0;
  margin: 0px auto;
  padding:0px;
}

h2{
	font-size: 17px;
	text-align: center;
	line-height: 1.9em;
}

h3{font-size: 20px;
	margin: 20px 0 10px 0;
	font-weight: normal;
}

h4{
	font-size: 19px;
	margin: 40px 0 10px 0;
	font-weight: normal;
}

h5{
	color: #84aba8;
	font-size: 30px;
	margin:0 0 10px 0;
	font-weight: normal;
	text-align: center;
}


header{
  width: 100%;
  height: 100%;
  margin: 0 0 0 0;
  padding: 0;
  line-height: 0;
  
}

.headercontent{
	width: 1000px;
	margin: 0 auto;
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}


ul{
	padding: 0;
	margin: 30px 0;
}

li{
	list-style-type: none;
	color: #333333;
	margin-bottom: 20px;

}

.clm{
	width:100%;
	height: 100%;
	padding:80px 0;
	background: #ffffff;
}

.in{
	width: 95%;
	margin: 0 auto;
}

.picture{
	width:100%;
	height: 990px;
}

.pics{
	position: relative;
	width: 400px;
	margin: 0 auto;
}

.pic1{
	position: absolute;
	left: 10px;
	top: 0px;
	z-index: 4;
	
}

.pic2{
	position: absolute;
	left: 87px;
	top: 281px;
	z-index: 2;
}

.pic3{
	position: absolute;
	left: 10px;
	top: 625px;
	z-index: 1;	
}

.pic4{
	position: absolute;
	left: 95px;
    top: 805px;
    z-index: 3;
}
.pic5{
	position: absolute;
	left: 43px;
	top: 20px;
	z-index: 0;
	background-color: #84aba8;
	width: 290px;
	height: 1000px;
}


.seconde{
	width: 100%;
	margin: 100px 0;
	padding:0;
}

.secondein{
	display:block;
	display:block;
	width: 97%;
}

.second_left{
	padding-left: 10px;
	padding-right: 0px: 
}

.second_right{
	padding:25px 0px 0 10px;
}

.info{
	width: 100%;
	margin: 100px 0 0 0;
	padding:0;
}

.infoin{
	display: block;
	display: block;
	width: 90%;
	margin: 0 auto;
}

.info_left{
	width: 100%;
	padding:0px;
}

.info_right{
	width: 100%;
	padding:0 0 0 0px;
}


.insta{
	width: 100%;
	margin: 100px 0 0 0; 
}

.insta_thumb{
	width: 100%;
	margin:0 auto;
}


.onlinestore{
	width: 100%;
	margin: 100px 0 0 0; 
	text-align: center;
}

.onlinestore p{
	width: 101%;
	text-align: center;
}

.shopbnr{
	width: 300px;
	margin: 0 auto;
}


footer{
  width: 100%;
  height: 100%;
  margin: 80px 0 0 0;
  padding: 20px 0 20px 0;
  background-color: #84aba8;
}

.footerin{
	margin: 0 auto;
	width: 100%;
}

/*items*/

.items{
	width: 100%;
	margin:0 auto;
	padding: 0;
	
}
	
.items_row{
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	text-align: center;
}		

.item{
	margin:0 20px 30px 20px ;
	width:39%;
}

.item p{
	text-align: center;
	font-size:1.0em;
	margin: 5px;
}





}

@media screen and (max-width:360px){	
.pc	{
		display: none !important;
		}	
				
body {
	width: 100%;
	margin: 0 auto;
}



/*items*/

.items{
	width: 100%;
	margin:0 auto;
	padding: 0;
	
}
	
.items_row{
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	text-align: center
}		

.item{
	margin:0 20px 30px 20px ;
	width:37%;
}

.item p{
	text-align: center;
	font-size:1.0em;
	margin: 5px;
}

}

