@charset "utf-8";
html {font-size: 62.5%;}
body {padding:0; margin:0;}
.pc {display:block;}
.sp {display:none;}
.Red {color: #FF0004;}
.clear {clear:both;}
#lf_wrap a{color: #000; text-decoration: none; text-align: center;}
.bold{font-size: 120%; font-weight: bold; margin-bottom: 5px;}
.red{color: #CC0D10; font-weight: bold;}
a img:hover{opacity: 0.8;}
.sml{font-size: 80%;}

#sticky__container{display: flex; min-height: 100vh; background-color: #cce5e9;}
.cara_left {width: 20%; height: 100vh; position: sticky;
        left: 0;
        top: 0;}
/*.cara_right {width: 20%; height: 100vh; position: sticky;
        right: 0;
        top: 0;}*/

.cara_left img,.cara_right img{width: 40%; position: absolute; top: 35%; left: 30%;}

#lf_wrap {
	clear: both;
	width:60%;
	max-width: 750px;
	padding: 5% 0 2%;
	margin:0 auto ;
	/*font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";*/
	font-family: "Noto Sans", sans-serif;
	color: #000000;	
	background: url("../images/bg_mizutama.png") no-repeat center center;
    background-repeat: repeat-y;
	background-size: contain;
	background-color: #f8cad0;
	box-shadow: 0 0 8px #aaa;
}

.main {width: 70%; margin:0 auto 5%; position: relative;}
.ttl01{width: 84%; position: absolute; left: 8%; top: 29.55555%;}

.line_img{width: 100%; margin: 10% auto;}
.copy_box{width: 10%; margin: 15% auto 2%;}

/*.Lead_pc {
	width: 100%;
	margin: 0 auto 5%;
	display: block;
	text-align:center;
	font-size:22px;
	padding:0 ;
	line-height:2em;
}

.Lead_sp {display: none;}*/

/*item-----------------------*/


.subttl{width: 42%; margin: 0 auto 5%;}
h3{margin: 20% auto 2%; font-size: 18px; font-weight: 600; text-align: center;}


/*.item_main{ width:60%; margin: 0 auto 15% ; }*/

.item_wrap{width: 100%; margin: 0 auto 10%; position: relative;}
.cara_01{width: 28%; position: absolute; bottom: 1%; right: 12%;}
.cara_02{width: 29%; position: absolute; bottom: 1%; left: 11%;}

.item_box{width: 75%; margin: 0 auto 10%; display:flex; flex-wrap:wrap; justify-content: space-between; align-items: center;}
.item1{width: 47%;  margin: 0 0 6%;position: relative; background-color: #bcdde2; padding: 0% 0% 3%;   border-radius: 30px;}
.item1 img { width: 100%;  border-radius: 30px 30px 0 0;}

.item2{width: 47%;  margin: 0 0 6%; }


.item_n{ width: 100%; margin: 10px 0 2px; font-size: 13px; line-height: 1.6em;	font-weight: 500;	text-align: center; font-family: "Noto Sans", sans-serif;}
.item_p{ width: 100%; margin: 0 auto; font-size: 13px; line-height: 1.6em; font-weight: 500;	text-align: center; font-family: "Noto Sans", sans-serif;}
.tax{font-size: 70%;}
.txt_wh{ color: #fff;}
/*.cmt{
	width: 100%;
	margin: 0 auto 0;
	text-align: center;
	font-size: 14px;
	line-height: 1.7em;
	font-weight: 400;
}

.cmt3{margin: 5% auto 2%; font-size: 18px; font-weight: 600; text-align: center;}

.cmt2{
	width: 40%;
	margin: 2% auto 0;
	text-align: left;
	font-size: 14px;
	line-height: 1.7em;
	font-weight: 400;
}*/

.txt_R{text-align: right;}

.wrap_content {
    width: 80%;
    max-width: 650px;
    padding: 0;
    margin: 5% auto 2%;
    text-align: center;
    position: relative;
	padding: 0% 0% 10%;
    background-color: white;
}

 #lf_wrap h4 {
    width: 100%;
    font-size: 23px;
    font-weight: bold;
    line-height: 1.5em;
    margin: 0 auto 2%;
    padding: 1% 0 2%;
    text-align: center;
    color: white;
    background-color: #f88a98;
}

.ttl_big {
    width: 80%;
    font-size: 25px;
    font-weight: bold;
    line-height: 1.5em;
    margin: 6% auto 2%;
    text-align: left;
    color: #f88a98;
    background: linear-gradient(transparent 60%, #f8cad0 30%);
    display: inline-block;
}

.ttl {
    width: 80%;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.6;
    text-align: left;
    margin: 0% auto 0%;
    color: black;
}

#lf_wrap p {
    width: 80%;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.7em;
    margin: 2% auto 1%;
    color: black;
    text-align: left;
}

#lf_wrap p.bold2 { font-weight: 600 !important; font-size: 101%;}


/* General button style (reset) */
.btn {
	border: none;
	font-family: inherit;
	color: inherit;
	background: none;
	cursor: pointer;
	display: inline-block;
	letter-spacing: 1px;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	/*margin: 2% auto 8%;*/
	text-transform: uppercase;
	margin-top: auto;
}


/* Button 1 */
/*.btn-1 {
	width: 60%;
    color: #fff;
    text-align: center;
    margin: 9% auto 0;
    display: block;
    padding: 15px 0px;
    font-size: 16px;
	letter-spacing: 5px;
	font-weight: 700;
}
.btn-2 {
	width: 50%;
    color: #fff;
    text-align: center;
    margin: 0 auto ;
    display: block;
    padding: 14px 0px;
    font-size: 16px;
	letter-spacing: 1px;
	font-weight: 700;
}*/

.btn-3 {
	display: block;
    width: 70%;
    max-width: 250px;
    margin: 6% auto 10%;
    padding: 15px 40px 15px 40px;
    font-size: 25px;
    line-height: 1.0em;
    font-weight: 600;
    color: #000;
    border-radius: 80px;
    background-color: #f88a98;
    border: solid 3px #000;
    text-align: center;
    text-decoration: none;
}

.btn:hover {
	color: #000;
	background-color: #bcdde2;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.Sml2 {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.6em;
    margin: 1% auto;
    text-align: center;
}

.poyopoyo {
  animation: poyopoyo 2s ease-out infinite;
  opacity: 1;
}
@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1.0);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}
 
.fuwafuwa {
  animation: fuwafuwa 3s ease-in-out infinite alternate;
  background: url(../img/ico-apple.svg) no-repeat center center / 60px auto;
  display: inline-block;
  transition: 1.5s ease-in-out;
 /* width: 70px;
  height: 70px;*/
  margin-top: 15px;
}
 
@keyframes fuwafuwa {
  0% {
    transform:translate(0, 0) rotate(-7deg);
  }
  50% {
    transform:translate(0, -7px) rotate(0deg);
  }
  100% {
    transform:translate(0, 0) rotate(7deg);
  }
}

.up_down {
    animation: shake-up 3s infinite ease-in-out;
}

@keyframes shake-up {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(15px);
    }
}
 
.yurayura{
    transform-origin: center bottom;
    animation: yurayura 4s linear infinite;
}

@keyframes yurayura {
  0% , 100%{
      transform: rotate(7deg);
  }
  50%{
      transform: rotate(-7deg);
  }
}


.img_box {
	position: relative;
	width: 98%;
	/*max-width: 80%;*/
	height: 60px;
	margin: 10% auto ;
}

.image {
	position: absolute;
	width: 100%;
	opacity: 0;
	animation: change-img-anim 1.2s infinite;
}

.image:nth-of-type(1) {animation-delay: 0s;}
.image:nth-of-type(2) {animation-delay: 0.6s;}


@keyframes change-img-anim {
	0% {opacity: 0;}
	0.001% {opacity: 1;}
	49.999% {opacity: 1;}
	50% {opacity: 0;}
}



/*.point_video {display: block; width: 40%; margin: 0 auto 10%;}
.point_video iframe {width: 100%;}
*/

/* スライダ―のCSS */
/*	.slider {    width: 100%;    display: flex;    gap: 10px;    overflow-x: auto;}
	.slide {width: 300px;}
	.slide img { width: 280px; max-width: inherit;}
*/
@media only screen and (max-width: 450px) {
	#lf_wrap {width: 100%; padding: 10% 0 5%;}
	.main {width: 90%; margin:5% auto 0;}
	.sp {display:block;}
	.pc{display: none;}
	
/*	.Lead_pc {display: none;}

	.Lead_sp {
		width: 100%;
		display: block;
		text-align:center;
		font-size:14px;
		margin:0 auto 10%;
		line-height:1.7em;
	}
	*/
	
	.copy_box{width: 10%; margin: 15% auto 2%;}
	
	.line_img{width: 100%; margin: 15% auto;}
	
/*item-------------------------------------*/

	.item_wrap{ width:98%; margin: 5% auto 0;}
	.subttl{ width:60%; margin: 0 auto 10%; }

	
	.item_box{ width: 85%; margin:0 auto 15%;}
	.item1{width: 48%;  margin: 0 0 5%;}

	.item_n{ width: 100%; margin: 10px 0 2px; font-size: 13px; }
	.item_p{ width: 100%; margin: 0 auto; font-size: 13px; }
	
	.cara_01{width: 38%; position: absolute; bottom: 1%; right: 3%;}
	.cara_02{width: 33%; position: absolute; bottom: 1%; left: 11%;}
	
	.wrap_content {
		width: 90%;
		margin: 5% auto 2%;
		padding: 0% 0% 10%;
	}
	
    #lf_wrap h4 {
        width: 100%;
        font-size: 20px;
        margin: 2% auto 2%;
    }
	
	.ttl_big {
		width: 80%;
		font-size: 21px;
		margin: 6% auto 2%;
	}
	
	.ttl {
        font-size: 17px;
        line-height: 1.5;
        margin-bottom: 0%;
    }
	
	.btn-3 {
        width: 50%;
        font-size: 17px;
        margin: 6% auto 13%;
        padding: 11px 20px 11px 20px;
    }
	
	.Sml2 {
        font-size: 8px;
        margin: 2% auto;
    }

	
	.img_box {width: 98%; height: 10vw; margin: 15% auto ;}

/*	.btn-1 {
		width: 80%;
		margin: 7% auto 0 ;
		padding: 8px 0px;
		font-size: 12px;
		letter-spacing: 3px;
	}
	.btn-2 {
		width: 60%;
		margin: 0 auto ;
		padding: 8px 0px;
		font-size: 14px;
		letter-spacing: 3px;
	}*/
	
	/*.point_video {display: block; width: 80%; margin: 0 auto 20%;}*/


}
