*,*::before,*::after {
	-webkit-tap-highlight-color: transparent; /* タップしたときの強調をなくす */
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}


html {
  font-size: 100%; /* ＝そもそも設定が不要 */
}


body {
    font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1rem; /*16px*/
	line-height: 2;	
}


footer {
	background: #314399;
	color: #ffffff;
	margin: auto;
	margin-top: 3rem;
	padding: 3rem;
	text-align: center;
	width: 100%;
	max-width: 1200px;
}


/*
#pagetop_2 {
    position: fixed;
    bottom: 5px;
    right: 10px;
}


#pagetop_2 a {
    display: block;
    color: var(--black-color);
    width: 60px;
    padding: 5px 5px;
    text-align: center;
}
*/


#pagetop {
    position: fixed;
    bottom: 1rem;
	right: 1rem;
	cursor: pointer;
	z-index: 99;
}


.hplink {
	color: #ffffff;
	text-decoration: none;
}


.hplink:hover {
	color: #e0ebaf;
}


.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: clamp(1.5rem, 5vw, 3rem);
	line-height: 1.8;
}


h2 {
	font-size: clamp(1.3rem, 5vw, 2.7rem);
	line-height: 1.5;
}


p {
	font-size: clamp(1rem, 4vw, 1.5rem);
	line-height: 1.5;
}

	
img {
	max-width: 100%;
	height: auto;
	display: block;
}


video {
	width: 100%;
	height: 100%;
}


/*ロゴの大きさを調整*/
#logo img {
	max-width:35%;
}


/*
nav {
	width: 100%;
	height: 70px;
	align-items: center;
	position: relative;
	background: #F6F6F6;
}


.drawer {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	position: relative;
	height: 70px;
	padding: 0 1em;
}


.nv-st {
	max-width: 1200px;
	margin: auto;
}
*/


.container1 {
	background: rgb(212 236 238 / 1);
	max-width: 1200px;
	margin: auto;
}


.flex_02 {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 95%;
	max-width: 1000px;
	margin: auto;
	padding: 1rem;
	gap: 10px;
}


.flex_02 img {
	width: 100%;
	max-width: 300px;
}


.ghost_01 {
	width: 100%;
	max-width: 500px;
	max-height: 800px;
	margin: 0 auto 3rem auto;
	padding: 0 20px;
	background-color: #ffffff;
}


.ghost_01 img {
	width: 100%;
	height: auto;
}


.text_d01 {
	color: #00008b;
	font-weight: 600;
	width: 90%;
	max-width: 1000px;
	margin: auto;
	padding: 3rem 0 1rem 0;
}


.text_d02 {
	color: #00008b;
	font-weight: 600;
	width: 90%;
	max-width: 1000px;
	margin: auto;
	padding: 2rem 0;
}


.text_d03 {
	color: #00008b;
	width: 90%;
	max-width: 1000px;
	margin: auto;
	padding: 2rem 0 1rem 0;
	text-align: left;
}


.text_d04 {
	color: #333333;
	width: 90%;
	max-width: 1000px;
	margin: auto;
	padding: 1rem 0;
	text-align: left;
	font-weight: 700;
}


.text_d05 {
	color: #333333;
	width: 90%;
	max-width: 1000px;
	margin: auto;
	padding: 2rem 0 1rem 0;
	text-align: left;
	font-weight: 700;
}
	

.animashow {
	animation: show linear both;
	animation-timeline: view();
	animation-range: entry 0% cover 40%;
}


.slideinleft1 {
	overflow: clip;
	width: 100%;
	margin: 7rem 0 2rem 0;
}


.slideinleft1 img {
	width: 90%;
	max-width: 600px;
	height: auto;
	margin: auto;
}


@keyframes show {
	0% {
		opacity: 0;
		transform: translateX(-100%);
	}
	100% {
		opacity: 1;
		transform: translateX(-10%);
	}
}

/*
.container1 {
    margin: 0 0 3rem 0;
    max-width: 1200px;
    padding: 0 2rem 1rem 2rem;
    position: relative;
}
*/


.container2 {
	background: rgb(255 255 255 / 1);
	max-width: 1200px;
	margin: auto;
}


.comment {
	width: 90%;
	max-width: 1000px;
	color: #333333;
	font-weight: 400;
	text-align: justify;
	margin: auto;
	padding: 3rem 0 1rem 0;
}

/*
.scB,.scD {
	background: rgb(255 255 255 / 1);
	margin: 0 0 2.5rem 0;

}
*/

/*
.details {
	transition: .3s;
	overflow: hidden;
	width: 100%;
	max-width: 600px;
	padding-bottom: 20px;
	margin: 0 auto;
	&:last-of-type {
		margin-bottom: 0;
	}
}
.details[open] {
	margin-top: 0;
	padding-bottom: 10px;
} 
.details-summary {
	display: block;
	padding: 5px;
    transition: .3s;
	font-weight: 400;
	color: #dd6000;
	&:hover {
		cursor: pointer;
	}
}
.details-summary::-webkit-details-marker {
	display: none;
}
.details[open] .details-summary {

}
.details-content {
	padding: 0 10px 10px 10px;
}
*/


.linkB {
	display: flex;
	justify-content: center;
	align-items: center;
	margin:20px 0;
}


.linkB a{
	width: 70%;
	max-width: 600px;
	height: auto;	
}


.linkB img{
	width: 100%;
	height: auto;
}


.linkB img:hover {
	opacity: 0.6;
	transition: 0.8s;
}



.swiper-container {
	margin: 0 0 3
	rem 0;
	position: relative;
}


.swiper1 {
	width: 100%;
	max-width: 1000px;
	height: 500px;
	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_img {
	display: block;
	width: 100%;
	height: 85%;
	object-fit: cover;
	border-radius: 20px;
}


.swiper-card_movie {
	display: block;
	width: 100%;
	height: 85%;
	background-color: #000;
	border-radius: 20px;
}


.a-title {
	text-align: center;
	margin: 1.5rem;
}


/*
.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);
  }
}
*/

