@charset "utf-8";

/* contents*/
.contents{opacity: 0;filter: blur(10px);}
.contents.contDisp{animation: dispAnimation 0.6s  ease-out 0.3s 1 normal forwards;}
@keyframes dispAnimation {
	0% {
		opacity: 0;
		filter: blur(10px);
	}
	100% {
		opacity: 1;
		filter: blur(0);
	}
}

/* btnArea */
.btnArea{
	position: relative;
	margin: 0 auto;
	width: calc(100% - 30px);
	max-width: 500px;
}
.button{
	position: relative;
	margin: 0 auto;
	display: block;
	width: calc(100% - 40px - 2em);
	padding: 0.5em 1em;
	background-color: #ff81a9;
	border: solid 1px #ff81a9;
	border-radius: 100px;
	background-image: url("../img/btn_icon.png"), url("../img/arrow01.png");
	background-repeat: no-repeat, no-repeat;
	background-size: auto calc(100% - 10px), 8px auto;
	background-position: 5px 50%, calc(100% - 10px) 50%;
	text-align: center;
	font-weight: 500;
	color: #ffffff !important;
	 transition: all .6s ease-out;
	font-size: 120%;
	line-height: 1.4em;
}
.button.orange{
	background-color: #ea711a;
	border: solid 1px #ea711a;
	background-image: url("../img/arrow01.png");
	background-repeat: no-repeat;
	background-size: 8px auto;
	background-position: calc(100% - 15px) 50%;
	font-size: 100%;
	line-height: 1.4em;
}
.button.pink{
	background-color: #f8ccda;
	border: solid 1px #f8ccda;
	background-image: url("../img/arrow.png");
	background-repeat: no-repeat;
	background-size: 8px auto;
	background-position: calc(100% - 15px) 50%;
	color: #1a1a1a !important;
	font-size: 90.7%;
	line-height: 1.4em;
}
.button:hover{
	background-color: #ffffff;
	color: #1a1a1a !important;
	background-image: url("../img/btn_icon.png"), url("../img/arrow.png");
}
.button.orange:hover{background-image: url("../img/arrow.png");}
.button.pink:hover{background-image: url("../img/arrow.png");}

/* cautionWrap */
.cautionWrap{
	position: relative;
	margin: 0 auto;
}
.cautionWrap .text{
	position: relative;
	margin: 3px auto 0 auto;
	padding-left: 1.1em;
	font-size: 85%;
	line-height: 1.4em;
}
.cautionWrap .text::before, .listWrap.dot .text .cautionWrap .text::before{
	position: absolute;
	top:0;
	left: 0;
	content: '※';
}

.listWrap, .shapesWrap{
	position: relative;
	margin: 0 auto;
}
.listWrap .text, .shapesWrap .text{
	position: relative;
	margin: 8px auto 0 auto;
	padding-left: 1.1em;
	line-height: 1.4em;
}
.listWrap .text::before, .shapesWrap .text::before{
	position: absolute;
	top:0;
	left: 0;
}
.listWrap.dot .text::before, .listWrap.dot .text .shapesWrap .text .listWrap.dot .text::before{content: '・';}
.listWrap.dot .text .shapesWrap .text::before{content: '\025c7';}
.listWrap.nums .text:nth-child(1)::before{content: '\02460';}
.listWrap.nums .text:nth-child(2)::before{content: '\02461';}
.listWrap.nums .text:nth-child(3)::before{content: '\02462';}
.listWrap.nums .text:nth-child(4)::before{content: '\02463';}
.listWrap.nums .text:nth-child(5)::before{content: '\02464';}

.contInner{
	position: relative;
	z-index: 3;
}

header{
	position: relative;
	margin: 0 auto;
	display: block;
	z-index: 2;
}
#keyvisual{
	position: relative;
	margin: 0 auto;
	height: 0;
	width: 100%;
	background-image: url("../img/main.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 0;
	padding-top: 65.78125%;
}

#lead{
	position: relative;
	margin: 0 auto;
	text-align: center;
	padding: 50px 0 60px 0;
}

/* present */
#present{
	position: relative;
	margin: 0 auto;
	padding: 0 0 50px 0;
	background: #FFF5F0;
	background: linear-gradient(140deg,rgba(255, 245, 240, 1) 0%, rgba(255, 235, 244, 1) 100%);
}
#present h2{
	position: relative;
	margin: 0 auto;
	width: 90%;
	max-width: 550px;
	transform: translateY(-30%);
}
#present h3{
	position: relative;
	margin:-15% auto 0 auto;
	width: calc(100% - 70px);
	max-width: 582px;
}
#present ul{
	position: relative;
	margin: 20px auto 0 auto;
	width: calc(100% - 70px);
	gap: 35px 0;
}
#present ul li{
	position: relative;
	margin: 0;
	width: 100%;
	background-color: #ffffff;
	border-radius: 15px;
	text-align: center;
	padding-bottom: 5px;
}
#present ul li .Img{
	position: relative;
	margin: 0 auto;
	width: calc(100% - 40px);
	transform: translateY(-6%);
}
#present .kikan{
	position: relative;
	margin: 45px auto 20px auto;
	width: calc(100% - 70px);
	max-width: 449px;
}

/* movie */
#movie{
	position: relative;
	margin: 0 auto;
	padding: 60px 0;
	text-align: center;
}
#movie .btnArea{margin: 15px auto 20px auto;}
#movie .movieArea{
	position: relative;
	margin: 0 auto;
	width: calc(100% - 30px);
	max-width: 720px;
	padding: 5px;
	border: solid 1px #9c9c9c;
}

/* choco */
#choco{
	position: relative;
	margin: 0 auto;
	padding: 40px 0 50px 0;
	background: #FFF5F0;
	background: linear-gradient(140deg,rgba(255, 245, 240, 1) 0%, rgba(255, 235, 244, 1) 100%);
}
#choco h2{
	position: relative;
	margin: 0 auto;
	width: 38%;
	max-width: 240px;
}
#choco ul{
	position: relative;
	margin: 30px auto;
	width: calc(100% - 70px);
	gap: 35px 0;
}
#choco ul li{
	position: relative;
	margin: 0;
	width: 100%;
}
#choco ul li .Img{
	position: relative;
	margin: 0 auto;
	width: 80%;
	max-width: 310px;
}
#choco ul li .Name{
	position: relative;
	margin: 15px auto 10px auto;
	text-align: center;
	font-size: 130%;
	font-weight: 500;
}
#choco ul li .Txt{
	position: relative;
	margin: 0 auto;
	font-size: 90.7%;
}

/* howto */
#howto{
	position: relative;
	margin: 0 auto;
	padding:50px 0;
}
#howto h2{
	position: relative;
	margin: 0 auto;
	width: 38%;
	max-width: 240px;
}
#howto ul{
	position: relative;
	margin: 0 auto;
	padding-top: 30px;
	background-color: #ffffff;
}
#howto ul li{
	position: relative;
	margin: 0 auto 50px auto;
	width: calc(100% - 70px);
	gap: 0 10px;
}
#howto ul li:first-child::after{
	position: absolute;
	bottom: -30px;
	left: 0;
	width: 100%;
	height: 10px;
	background-image: url("../img/arrow02.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 50% 0;
	content: '';
	display: block;
}
#howto ul li:last-child{margin: 0 auto 35px auto;}
#howto ul li .no{
	position: relative;
	margin: 0;
	width: 3.5em;
	padding: 3px 0;
	max-width: 200px;
	border-top: solid 1px #d48fa4;
	border-bottom: solid 1px #d48fa4;
	text-align: center;
	color: #d48fa4;
}
#howto ul li .Txt{
	position: relative;
	margin: 0;
	padding-top: 4px;
	width: calc(100% - 3.5em - 10px);
}
#howto ul li .Txt img{
	display: inline-block;
	width: 40px;
	vertical-align: middle;
}

/* terms */
#terms{
	position: relative;
	margin: 0 auto;
	padding: 0;
}
#terms .termsWrap{
	position: relative;
	margin: 0 auto;
	width: calc(100% - 30px);
	padding: 20px 0;
	background-color: #f4f4f4;
}
#terms h2{
	position: relative;
	margin: 0 auto 20px auto;
	width: 8em;
	padding: 5px 0;
	border: solid 1px #1a1a1a;
	color: #1a1a1a;
	text-align: center;
	font-size: 94%;
	line-height: 1em;
}
#terms h4{
	position: relative;
	width:calc(100% - 10px);
	margin: 20px auto 15px auto;
	padding: 2px 5px;
	font-weight: 500;
	border-bottom: solid 1px #ea711a;
	color: #ea711a;
}
#terms .text{font-size: 94%;}
#terms .termsWrap .scrollArea{
	position: relative;
	margin: 0;
	padding: 0 25px;
	width: calc(100% - 50px);
	height: 300px;
	overflow: hidden;
}

/* footer */
footer{
	position: relative;
	margin: 0 auto;
	padding: 50px 0 65px 0;
	z-index: 4;
}
footer::after{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10px;
	content: '';
	display: block;
	background: #F2CBD9;
	background: linear-gradient(90deg,rgba(242, 203, 217, 1) 0%, rgba(185, 201, 248, 1) 100%);
}
footer p{
	position: relative;
	margin: 0 auto;
	text-align: center;
	font-size: 94%;
}

#btn_oubo{
	position: fixed;
	width: 27%;
	max-width: 90px;
	bottom: 0;
	right: 2px;
	z-index: 10000;
}
#btn_oubo img:hover{transform: scale(1.05, 1.05);transition: all .6s ease-out;}


/* ----- pc ----- */
@media screen and (min-width: 641px) {
	
	.button{
		font-size: 136%;
		width: calc(100% - 40px - 2em);
		padding: 0.6em 1em;
		background-size: auto calc(100% - 10px), 11px auto;
		background-position: 5px 50%, calc(100% - 23px) 50%;
	}
	.button.orange{
		background-size: 9px auto;
		background-position: calc(100% - 15px) 50%;
		font-size: 100%;
	}
	.button.pink{font-size: 78%;}
	
	#keyvisual{
		background-image: url("../img/main_pc.jpg");
		padding-top: 44.16666%;
	}
	
	#lead{
		padding: 100px 0 120px 0;
		font-size: 130%;
		line-height: 1.8em;
	}

	/* present */
	#present{padding: 0 0 95px 0;}
	#present h2{transform: translateY(-19%);}
	#present h3{
		margin:max(-12%, -75px) auto 0 auto;
		max-width: 851px;
	}
	#present ul{
		margin: 50px auto 0 auto;
		width: calc(100% - 30px);
		max-width: 940px;
		gap: 0 70px;
	}
	#present ul li{
		width:auto;
		padding-bottom: 5px;
		padding: 0 20px;
	}
	#present ul li:last-child{padding: 0 40px;}
	#present ul li .Img{
		width: calc(100% - 20px);
		transform: translateY(-10%);
	}
	#present .kikan{margin: 65px auto 40px auto;}

	/* movie */
	#movie{
		padding: 140px 0;
		font-size: 130%;
	}
	#movie .btnArea{margin: 20px auto 40px auto;}
	#movie .movieArea{padding: 8px;}
	#movie .btnArea{max-width: 560px;}

	/* choco */
	#choco{padding: 80px 0;}
	#choco ul{
		margin: 60px auto 50px auto;
		max-width: 880px;
		gap: 0 50px;
	}
	#choco ul li{width: calc(33.333% - 35px);}
	#choco ul li .Img{width: 100%;}
	#choco ul li .Name{
		margin: 20px auto;
		font-size: 150%;
	}
	#choco ul li .Txt{font-size: 100%;}

	/* howto */
	#howto{padding:120px 0 90px 0;}
	#howto ul{
		padding-top: 45px;
		max-width:600px;
	}
	#howto ul li{
		margin: 0 auto 70px auto;
		gap: 0 30px;
	}
	#howto ul li:first-child::after{
		bottom: -40px;
		height: 17px;
	}
	#howto ul li:last-child{margin: 0 auto 50px auto;}
	#howto ul li .no{
		width: 5em;
		padding: 5px 0;
	}
	#howto ul li .Txt{
		padding-top: 4px;
		width: calc(100% - 5em - 30px);
		font-size: 112%;
		line-height: 1.8em;
	}
	#howto ul li .Txt img{width: 55px;}

	/* terms */
	#terms .termsWrap{
		max-width: 960px;
		padding: 40px 0;
	}
	#terms h2{
		margin: 0 auto 20px auto;
		padding: 10px 0;
		font-size: 90%;
		line-height: 1em;
		width: 12em;
	}
	#terms h4{
		width:calc(100% - 20px);
		margin: 45px auto 15px auto;
		padding: 3px 10px;
		font-size: 112%;
	}
	#terms .text{font-size: 94%;}
	#terms .termsWrap .scrollArea{
		height: 500px;
		padding: 0 50px;
		width: calc(100% - 100px);
	}

	/* footer */
	footer{padding: 90px 0 105px 0;}
	footer p{font-size: 100%;}

	#btn_oubo{
		max-width: 148px;
		right: 10px;
	}
}


@media screen and (min-width: 440px) and (max-width: 641px) {
	footer{padding: 50px 0;}
	#btn_oubo{max-width: 100px;}
}