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



body,html {
    height: 100%;
    margin: 0 auto;
}

body{padding: 20px 10px 50px 10px;
width: 377px;
    font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', -apple-system,BlinkMacSystemFont,"Helvetica Neue",Hiragino Sans, 'ヒラギノ角ゴシック', Hiragino Kaku Gothic ProN, 'ヒラギノ角ゴ ProN W3',Verdana,sans-serif;
	}


.Header{
     position: fixed;
	top:0;
	left: 0;
	width: 100%;
	height: 65px;
	padding: 10px;
    z-index: 9999;
	background-color: #FFFFFF;
	
}


/* 画面外にいる状態 */
.fadein1 {
    opacity : 0;
    transform : translate(0, 50px);
    transition : all 700ms;
    }

/* 画面内に入った状態 */
.fadein1.scrollin1 {
    opacity : 1;
    transform : translate(0, 50px);
    }


.fadein2 {
    opacity : 0;
    transform : translate(0, 50px);
    transition : all 700ms;
    }


.fadein2.scrollin2 {
    opacity : 1;
    transform : translate(0, 50px);
    }

.fadein3 {
    opacity : 0;
    transform : translate(0, 50px);
    transition : all 700ms;
    }


.fadein3.scrollin3 {
    opacity : 1;
    transform : translate(0, 50px);
    }



.midasi{/*親div*/
	position: relative;
	width: 370px;
}


.midasi img{margin-top: 50px;
	margin-bottom: 20px;
width: 100%;}

.midasi i{margin-left: 170px;
margin-top: 0px; color: #158b2b;}



.bou{font-size: 24px;
	font-weight: bold;
	text-align: center;
color: #158b2b;}

.bou{
  position: relative;
  padding: .5em .75em;
  background-color: #f6f6f6;
}
.bou::before,
.bou::after {
  position: absolute;
  bottom: 9px;
  z-index: -1;
  content: '';
  width: 60%;
  height: 50%;
  box-shadow: 0 7px 10px;
	color: #158b2b;
}
.bou::before {
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
  left: .3em;
}
.bou::after {
  -webkit-transform: rotate(3deg);
  transform: rotate(3deg);
  right: .3em;
}

.motsu img{position: relative;/*相対配置*/
	  width:80%;
	opacity: 0.3;
  }

.motsu{font-size: 18px;
text-align: center;
margin-top: -20px;}


.motsu h4{color: #158b2b;
margin-top: 4em;
	margin-bottom: -15px;
}

.motsu h1 {
  position: relative;
  color: #158b2b;
  font-size: 30px;
  padding: 10px 0;
  text-align: center;
	position: absolute;/*絶対配置*/
  top: 20%;
  left: 50%;
  transform: translate(-50%,-50%);
  box-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;

}


.remon1 img/*親div*/
  {position: relative;/*相対配置*/
	  width: 100%;
	  margin-top: -30px;
  }
.remon1 h2{
  position: absolute;/*絶対配置*/
  top: 60%;
  left: 50%;
  transform: translate(-50%,-50%);
  box-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
	 color: #158b2b;
	text-align: center;
  }
.remon1 h3{
  position: absolute;/*絶対配置*/
	top: 55%;
  left: 45%;
 transform: translate(-50%,-50%);
  box-transform: translate(-50%,-50%);
  transform: translate(-30%,-90%);
  margin:0;
  padding:0;
	 color: #158b2b;

  }
.remon2 img/*親div*/
  {position: relative;/*相対配置*/
	  width: 100%;
	  margin-top: -70px;
	  margin-bottom: -60px;
	
  }



.remon2 h3.ba{
  position: absolute;/*絶対配置*/
  color: black;
  top:74%;
  left: 50%;
  transform: translate(-50%,-50%);
  box-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
	 color: #158b2b;
  }
.remon2 h3.ku{
  position: absolute;/*絶対配置*/
  color: black;
  top:77%;
  left: 50%;
  transform: translate(-50%,-50%);
  box-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
	 color: #158b2b;
  }



.remon2 h2{
  position: absolute;/*絶対配置*/
  color: black;
  top: 81%;
  left: 50%;
  transform: translate(-50%,-50%);
  box-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
color: #158b2b;
  }





.remon img{width: 100%;
}

.fadein2{padding: 0px;}


/* ハンバーガー*/
*, *:before, *:after {
	padding-bottom: 10px;
	margin: 0;

	box-sizing: border-box;
}



.cp_cont {
	height: 65vh;
}
.cp_offcm01 {
	position: absolute;
	top: 10px;
	right: 20px;
	display: inline-block;
}
/* menu */
.cp_offcm01 .cp_menu {
	position: fixed;
	top: 0;
	right: -100vw;
	width: 180px;
	height: 100%;
	cursor: pointer;
	-webkit-transition: 0.53s transform;
	        transition: 0.53s transform;
	-webkit-transition-timing-function: cubic-bezier(.38,.52,.23,.99);
	        transition-timing-function: cubic-bezier(.38,.52,.23,.99);
	background-color:#A8C2B2;
	opacity: 0.8;
}
.cp_offcm01 .cp_menu ul {
	margin: 0;
	padding: 0;
}
.cp_offcm01 .cp_menu li {
	list-style: none;
}
.cp_offcm01 .cp_menu li a {
	display: block;
	padding: 20px;
	text-decoration: none;
	color: #000000;
	border-bottom: 1px solid #ffffff;
}

.cp_offcm01 #cp_toggle01 {
	position: absolute;
	display: none;
	opacity: 0;
}
.cp_offcm01 #cp_toggle01:checked ~ .cp_menu {
	-webkit-transform: translateX(-100vw);
	        transform: translateX(-100vw);
}
/* menu toggle */
.cp_offcm01 #cp_toggle01 ~ label {
	display: block;
	padding: 0.5em;
	cursor: pointer;
	-webkit-transition: 0.5s transform;
	        transition: 0.5s transform;
	-webkit-transition-timing-function: cubic-bezier(.61,-0.38,.37,1.27);
	        transition-timing-function: cubic-bezier(.61,-0.38,.37,1.27);
	text-align: center;
	color: #333333;
}

.cp_offcm01 #cp_toggle01:checked ~ label {
	-webkit-transform: translateX(-180px);
	        transform: translateX(-180px);

}

.cp_offcm01 #cp_toggle01 ~ label::before {
	font-family: 'FontAwesome';
	content: '\f0c9';
	font-size: 2em;
}
.cp_offcm01 #cp_toggle01:checked ~ label::before {
	content: '\f00d';
}
/*キレートレモンって*/

.ue{background-color: #E6F8E7;
	border-radius: 40px;
	padding: 20px;
	margin-bottom: 50px;	
}

.ue p{font-size: 18px;}

/*チャージ*/
.naka img{margin-top: 10px;
width: 100%;
	  border-radius: 40px;
}


.naka h3{font-size: 25px;
	text-align: center;
  color: white;
  background: #158b2b;
  line-height: 1.4;
  padding: 0.5em 0.5em 0.5em 1.8em;
	border-radius: 20px 20px 20px 20px;
}

.naka h3:before {
  font-family: "FontAwesome";
  content: "\f14a";
  position: absolute;
  left : 0.5em; /*左端からのアイコンまでの距離*/
}

.naka{text-align: center;}

.naka p {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 10px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 20px;
  background: #FFF;
  border: solid 2px #555;
  box-sizing: border-box;
border-radius:10px;
  margin: 10px;
  padding: 10px;	
}


.naka p:before {
  content: "";
  position: absolute;
  bottom: -33px;
  left: 50%;
  margin-left: -18px;
  border: 10px solid transparent;
  border-top: 14px solid #FFF;
  z-index: 2;

}

.naka p:after {
  content: "";
  position: absolute;
  bottom: -36px;
  left: 50%;
  margin-left: -18px;
	
  border: 10px solid transparent;
  border-top: 14px solid #555;
  z-index: 1;	
}


/*効果アップ*/
.sita{font-size: 18px;
text-align: center;
margin-bottom: 10px;}

.sita h2{margin-bottom: 0px;
  color: white;/*文字色*/
  padding: 0.5em;/*文字周りの余白*/
  display: inline-block;/*おまじない*/
  line-height: 1.3;/*行高*/
  background-color: #158b2b;/*背景色*/
  vertical-align: middle;
  border-radius: 25px 25px 25px 25px;/*左側の角を丸く*/
	margin-top: 0px;

}




.sita h3 {position: relative;
  display: inline-block;
  margin-top: 25px;
}
	
	


.sita h3:before {
content: '';
  position: absolute;
  bottom: -8px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
  border-radius: 2px;
	background-color: seagreen;}



.cp_hr02 {
	border-width: 3px 0 0 0;
	border-style: dashed;
	border-color: #369129;
	margin-top: 20px;
	margin-bottom: 35px;
}





.follow-me {
  list-style: none;
  overflow: hidden;
  padding: 0;
}
.follow-me li {
  float: left;
  margin: 40px 20px 20px 15px;
margin-left:30px;
	  

	
}
.follow-me li a::before {
  border-radius: 45px;
  color: #fff;
  display: inline-block;
  font-family: FontAwesome;
  font-size: 48px;
  height: 60px; /* Button height */
  line-height: 60px; /* Button height */
  -webkit-transition: all .3s ease;
  transition: all .1s ease;
  text-align: center;
  width: 60px; /* Button width */
}


.follow-me li a[href*="https://www.instagram.com/kiretolemon/"]::before      { background-color: #E4405F; content: "\f16d"; }

.follow-me li a[href*="https://twitter.com/pokkasapporo"]::before        { background-color: #55acee; content: "\f099"; }

.follow-me li a[href*="https://www.facebook.com/pokkasapporo"]::before       { background-color: #3b5998; content: "\f09a"; }





.footer{margin-top: 80px;

background-color: #A8C2B2;
	width: 100%;
	border-top: solid 0.5px;

text-align: center;
}
.footer a{
	text-decoration: none;
	color: white;
	font-size: 20px;
}


.footer i{color: white;
font-size: 20px;}

.footer small{font-size: 10px;
margin-top: 40px;}






