*,*::before,*::after {
	-webkit-tap-highlight-color: transparent; /* タップしたときの強調をなくす */
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}


html {
	font-size: 62.5%;
}


body {
    font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.6rem; /*16px*/
	line-height: 2;	
}


footer {
	background: #314399;
	color: #ffffff;
	margin-top: 3rem;
	padding: 3rem;
	text-align: center;
}


#pagetop {
    position: fixed;
    bottom: 1rem;
	right: 1rem;
	cursor: pointer;
	z-index: 99;
}


.ptop {
	position: relative;
	width: 80px;
	height: 80px;
	background-color: #f5deb3;
	border-radius: 50%;
	box-shadow: 0 3px 6px rgba(0,0,0,0.25);
	color: #d2691e;
	text-align: center;
	opacity: 0.5;
}

.ptop p {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}



h1 {
	font-size: 36px; /* IE8以下とAndroid4.3以下用フォールバック */

	font-size: calc(2.4rem + ((1vw - 0.64rem) * 2.1429));
	/* 24px~36pxで可変・0.64remはビューポート幅の最小値・2.1429は100*フォントサイズの差/ビューポート幅の差*/
	line-height: 1.3;
}


h2 {
	font-size: 24px; /* IE8以下とAndroid4.3以下用フォールバック */

	font-size: calc(2rem + ((1vw - 0.64rem) * 0.7143));
	/* 20px~24pxで可変・0.64remはビューポート幅の最小値・0.7143は100*フォントサイズの差/ビューポート幅の差*/
	line-height: 1.3;
}


p {
	font-size: 20px; /* IE8以下とAndroid4.3以下用フォールバック */
	font-size: calc(1.6rem + ((1vw - 0.64rem) * 0.7143));
	/* 16px~20pxで可変・0.64remはビューポート幅の最小値・0.7143は100*フォントサイズの差/ビューポート幅の差*/
	line-height: 1.6;
}


@media screen and (min-width: 1200px) { /*1200px以上*/
	h1 {
		font-size: 3.6rem;
	}
	h2 {
		font-size: 2.4rem;
	}
	p {
		font-size: 2rem;
		line-height: 1.6;
	}
		
}


@media screen and (max-width: 640px) {
	h1 {
		font-size: 2.4rem;
	}
	h2 {
		font-size: 2rem;
	}
	p {
		font-size: 1.6rem;
		line-height: 1.5;
	}
	
}

	
img {
	max-width: 100%;
	height: auto;
	display: block;
}


video {
	width: 100%;
	height: 100%;
}


.container-1 {
	background: white;
	max-width: 1200px;
	margin: auto;
}


.spcomment {
	width: 90%;
	max-width: 700px;
	color: #000080;
	font-weight: 700;
	text-align: justify;
	margin: 0 auto;
	padding: 1rem;
}


.title1 {
	width: 100%;
	text-align: center;
	padding: 0.5rem 1rem;
	margin: 4rem auto;
	color: #ffffff;
	background: #f282a2;
	border-bottom: solid 6px #b7537a;
	box-shadow: 0 3px 6px rgba(0,0,0,0.25);
}


.title2 {
	width: 100%;
	text-align: center;
	padding: 0.5rem 1rem;
	margin: 2rem auto;
	color: #ffffff;
	background: #ff9414;
	border-bottom: solid 6px #d14727;
	box-shadow: 0 3px 6px rgba(0,0,0,0.25);
}


.title3 {
	width: 100%;
	text-align: center;
	padding: 0.5rem 1rem;
	margin: 2rem auto;
	color: #ffffff;
	background: #1fbcf9;
	border-bottom: solid 6px #216bc3;
	box-shadow: 0 3px 6px rgba(0,0,0,0.25);
}


.award1 {
	display: flex;
	justify-content: center;
	align-items: center;	
	width: 150px;
	height: 40px;
	margin: 0 auto 2rem auto;
	text-align: center;
	color: #000000;
	background: #ebd842;
	box-shadow: 0 3px 6px rgba(0,0,0,0.25);
	border-radius: 20px;
}


.award2 {
	display: flex;
	justify-content: center;
	align-items: center;	
	width: 150px;
	height: 40px;
	margin: 0 auto 2rem auto;
	text-align: center;
	color: #000000;
	background: #c9caca;
	box-shadow: 0 3px 6px rgba(0,0,0,0.25);
	border-radius: 20px;
}


.award3 {
	display: flex;
	justify-content: center;
	align-items: center;	
	width: 150px;
	height: 40px;
	margin: 0 auto 2rem auto;
	text-align: center;
	color: #000000;
	background: #ff8c00;
	box-shadow: 0 3px 6px rgba(0,0,0,0.25);
	border-radius: 20px;
}


.award4 {
	display: flex;
	justify-content: center;
	align-items: center;	
	width: 150px;
	height: 40px;
	margin: 0 auto 2rem auto;
	text-align: center;
	color: #000000;
	background: #6495ed;
	box-shadow: 0 3px 6px rgba(0,0,0,0.25);
	border-radius: 20px;
}


.flexbox1 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 6rem auto 3rem auto;
}


.flexbox1a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 6rem auto 4rem auto;
}


.flexbox2 {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 6rem auto 3rem auto;
}


.flexbox-A {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
	margin: 0 auto 10rem auto;
}


.image {
	width: 92%;
	max-width: 700px;
	margin-inline: auto;
}


.img-sty {
	border-radius: 20px;
}


.swiper-container {
	margin: 0 0 8rem 0;
	position: relative;
}


.swiper1 {
	width: 100%;
	max-width: 1200px;
	height: 800px;
	margin: 0 auto 3rem auto;
	padding: 0 20px;
	/*background-color: #eee;*/
}


.swiper2 {
	width: 100%;
	max-width: 1200px;
	height: 800px;
	margin: 0 auto 3rem auto;
	padding: 0 20px;
	/*background-color: #eee;*/
}


.swiper3 {
	width: 100%;
	max-width: 1200px;
	height: 800px;
	margin: 0 auto 3rem auto;
	padding: 0 20px;
	/*background-color: #eee;*/
}


.swiper4 {
	width: 100%;
	max-width: 1200px;
	height: 750px;
	margin: 0 auto 3rem auto;
	padding: 0 20px;
	/*background-color: #eee;*/
}


.swiper5 {
	width: 100%;
	max-width: 1200px;
	height: 750px;
	margin: 0 auto 3rem auto;
	padding: 0 20px;
	/*background-color: #eee;*/
}


.swiper-card {
	width: 100%;
	height: 100%;
	padding: 1rem;
	text-align: center;
	background-color: #fff;
}


.swiper-card_movie {
	display: block;
	width: 100%;
	height: 40%;
	background-color: #000;
	border-radius: 20px;
}


.swiper-card_img {
	display: block;
	width: 100%;
	height: 40%;
	object-fit: cover;
	border-radius: 20px;
}


.a-title {
	text-align: center;
	margin: 1.5rem;
}


.a-com1 {
	width: 90%;
	max-width: 600px;
	color: #000000;
	text-align: justify;
	margin-inline: auto;
	margin-bottom: 2rem;
	padding: 1rem;
}


.a-com2 {
	width: 90%;
	max-width: 600px;
	color: #000080;
	font-weight: 700;
	background: #d6ffff;
	text-align: justify;
	margin-inline: auto;
	border-radius: 1rem;
	padding: 1.5rem;
}


.quiz1 {
	display: flex;
	justify-content: center;
	align-items: center;	
	width: 300px;
	height: 40px;
	text-align: center;
	color: #000000;
	background: #afeeee;
	box-shadow: 0 3px 6px rgba(0,0,0,0.25);
	border-radius: 20px;
}


.quiz2 {
	display: flex;
	justify-content: center;
	align-items: center;	
	width: 300px;
	height: 40px;
	text-align: center;
	color: #000000;
	background: #87ceeb;
	box-shadow: 0 3px 6px rgba(0,0,0,0.25);
	border-radius: 20px;
}


.answer {
	width: 90%;
	max-width: 800px;
	color: #000000;
	margin: 1rem auto 2rem auto;
}


.space {
	margin: 1rem 0 2rem 4rem;
}


.l-com1 {
	width: 100%;
	text-align: center;
	margin: 6rem auto 1rem auto;
}


.main-image {
	position: relative;
}


.anim11 {
	position: absolute;
	top: 73%;
	width: 100%;
	animation: urianim1 1.8s ease-in-out 1;
}


@keyframes urianim1 {
	0% {
		transform: scale(0.7);
		opacity: 0;
	}
	100% {
		transform: scale(1);
		opacity: 1;
	}
}


.anima1 {
	margin-inline: auto;
	width: 40%;
	max-width: 350px;
	animation: urianim2 3s ease-in-out infinite alternate-reverse;
}


@keyframes urianim2 {
	0% {
		transform: translateY(-12px);
	}
	100% {
		transform: translateY(12px);
	}
}


.anima2 {
	width: 40%;
	max-width: 350px;
	margin-inline: auto;
}

.urianim3 {
	margin-inline: auto;
	width: 100%;
	max-width: 350px;
	animation: urianim3 2.5s infinite;
}

	
@keyframes urianim3 {
  0%, 40% {
    transform: skew(0deg, 0deg);
  }
  5% {
    transform: skew(5deg, 5deg);
  }
  10% {
    transform: skew(-4deg, -4deg);
  }
  15% {
    transform: skew(3deg, 3deg);
  }
  20% {
    transform: skew(-2deg, -2deg);
  }
  25% {
    transform: skew(1deg, 1deg);
  }
  30% {
    transform: skew(-0.6deg, -0.6deg);
  }
  35% {
    transform: skew(0.3deg, 0.3deg);
  }
}


.req-b {
	display: flex;
	justify-content: center;
	align-content: center;
}


.link-b {
	position: relative;
	width: 65%;
	max-width: 500px;
	height: 60px;
	border-radius: 30px;
	background-color: #ffb6c1;
	color: #ffffff;
	text-decoration: none;
	font-size: 1rem;
	font-weight: 700;
	text-align: center;
}

.req-t {
	position:absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
