.l-activities{
	display: flex;
	padding: 40px 0px 16px 0px;
	justify-content: center;
	align-items: center;
	gap: 20px;
	align-self: stretch;
}
@media only screen and (max-width: 640px) {
  .l-activities{
		display: none;
	}
}


.l-activities-sp-banner{
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	align-self: stretch;
}

@media only screen and (min-width: 640px) {
  .l-activities-sp-banner{
		display: none;
	}
}
.l-activities-sp-banner-item{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 16px;
	align-self: stretch;
}

.l-kids-page-warning-area{
	display: flex;
	padding: 32px 32px 64px 32px;
	flex-direction: column;
	align-items: center;
	gap: 24px;
}
@media only screen and (max-width: 640px) {
  .l-kids-page-warning-area{
		padding: 32px 0 64px 0;
	}
}
.l-title-area{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 8px;
}
.l-title-area--flex-row{
	flex-direction: row;
	gap: 20px;
}
.vector-deco{
	width: 55px;
	height: 70px;
}
@media only screen and (max-width: 640px) {
  .vector-deco{
		width: 39.286px;
		height: 50px;
	}
	.l-title-area--flex-row{
		gap: 8px;
	}
}
.l-title{
	/* title */
	font-family: "Hiragino Kaku Gothic Pro";
	font-size: 2.5em;
	font-style: normal;
	font-weight: 600;
	line-height: 120%; /* 48px */
	letter-spacing: 2.4px;
	z-index: 1;
}

.l-title rt{
	font-size: 14px;
}
@media only screen and (max-width: 640px) {
  .l-title{
		font-size: 1.75em;
		letter-spacing: 1.68px;
	}
	
	.l-title rt{
		font-size: 12px;
	}
}
.l-sub-title{
	color: #333;
	text-align: center;

	/* 中見出し title */
	font-family: "Hiragino Kaku Gothic Pro";
	font-size:  2em;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 1.92px;
	z-index: 1;
}
.l-sub-title rt{
	font-size: 14px;
}
@media only screen and (max-width: 640px){
	.l-sub-title{
		font-size: 24px;
	}
}
.l-text-details-area{
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
}
.pc-only{
	display: block;
}
@media only screen and (max-width: 640px){
	.pc-only{
		display: none;
	}
}
.l-text-details{
	text-align: center;
	/* p main */
	font-family: "Hiragino Kaku Gothic Pro";
	font-size: 1.25em;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	letter-spacing: 1.2px;
}
@media only screen and (max-width: 640px){
	.l-text-details-area{
		align-items: flex-start;
	}
	.l-text-details{
		text-align: start;
		font-size: 16px;
	}
}
.l-top-title{
	display: flex;
	width: 400px;
	height: 96px;
	justify-content: center;
	align-items: center;

}
@media only screen and (max-width: 640px) {
	.l-top-title{
		padding: 0 47px;
		margin-top: -15px;
	}
}
.l-inner-title{
	text-align: center;
	/* 小見出し title */
	font-family: "Hiragino Kaku Gothic Pro";
	font-size: 1.5em;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 1.44px;
}
@media only screen and (max-width: 640px) {
	.l-inner-title{
		font-size: 20px;
	}
}
.l-inner-title rt{
	font-size: 12px ;
}
.l-club-area{
	display: flex;
	padding-top: 120px;
	flex-direction: column;
	align-items: center;
	gap: 0;
	align-self: stretch;
	position: relative;
	background: linear-gradient(180deg, rgba(211, 242, 255, 0.03) 0%, rgba(194, 232, 248, 0.77) 70.76%, #BDE5F6 93%);
}
@media only screen and (max-width: 640px) {
	.l-club-area{
		padding-top: 20px;
		/* background-image: url(/assets/img/sky-bg-sp.png);
		background-size: 1440px;
		background-repeat: repeat-x;
		height: 100vh;  */
        position: relative; 
	}
}
.l-group-club-chara{
	max-width: 392px;
}
@media only screen and (max-width: 640px) {
	.l-group-club-chara{
		padding: 0 35px;
		margin: auto;
		display: block;
	}
}
.l-sky-bg{
	position: absolute;
	/* left: 68px; */
	top: 98.03px;
	z-index: 1;
	max-width: 1440px;
}
@media only screen and (max-width: 640px) {
	.l-sky-bg {
		position: absolute;
		top: 217.03px;
		z-index: 1;
		width: 100%;
	}
}
/* .l-divider-bg{
	position: absolute;
	bottom: -50px;
} */
.l-divider{
	background-image: url(/assets/img/bk_land.png);
	background-size: 1440px;
	background-repeat: repeat-x;
	background-position: bottom center;
	height: 113px;
	width: 100%;
}
.l-divider-wave{
	background-image: url(/assets/img/wave.png);
	background-size: 1440px;
	background-repeat: repeat-x;
	background-position: bottom center;
	height: 59px;
	width: 100%;
}
.l-blue-wave{
	background-image: url(/assets/img/blue-wave.png);
	background-size: 1440px;
	background-repeat: repeat-x;
	background-position: bottom center;
	height: 59px;
	width: 100%;
}
.l-blue-bottom-wave{
	background-image: url(/assets/img/blue-bottom-wave.png);
	background-size: 1440px;
	background-repeat: repeat-x;
	background-position: bottom center;
	height: 59px;
	width: 100%;
}
@media only screen and (max-width: 640px) {
  .l-divider-wave{
		background-image: url(/assets/img/wave_sp.png);
		height: 57px;
		background-size: cover;
	}
}
.l-club-area-inner{
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 64px;
	z-index: 2;
}
.l-club-area-content{
	display: flex;
	padding-bottom: 24px;
	justify-content: center;
	align-items: center;
	gap: 32px;
}

@media only screen and (max-width: 640px) {
	.l-club-area-content{
		display: block;
	}
}
.l-club-text-area{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
	text-align: center;
	/* p main */
	font-family: "Hiragino Kaku Gothic Pro";
	font-size: 1.25em;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	letter-spacing: 1.2px;
}
@media only screen and (max-width: 640px) {
	.l-club-text-area{
		padding: 0 15px;
		font-size: 16px;
		text-align: left;
		margin-bottom: 32px;
		line-height: 2.3;
	}
}
.l-club-text-area rt{
	font-size: 10px;
}
.l-character-area{
	display: flex;
	padding: 64px 0px 120px 0px;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	align-self: stretch;
	background: #BED88A;
}

@media only screen and (max-width: 640px) {
	.l-character-area{
		padding: 64px 0 64px 0;
	}
}
.l-character-area-inner{
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 64px;
}
.l-character-movie{
	display: flex;
	padding: 64px 0px 0 0px;
	flex-direction: column;
	align-items: center;
	gap: 24px;
	align-self: stretch;
	position: relative;
}
.l-character-title-area{
	display: flex;
	align-items: end;
	padding-left: 122px;
}
.l-character-title-img{
	width: 400.5px;
	height: 96px;
}
.char_14{
	width: 122px;
	height: 132px;
}
.l-character-title-area p{
	font-family: "Hiragino Kaku Gothic Pro";
	font-size: 40px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%; /* 48px */
	letter-spacing: 2.4px;
}
.l-character-movie-frame{
	display: flex;
	width: 852px;
	height: 479.027px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px;
	background: #EAF6FD;
	transition: opacity 0.2s ease;
	/* position: relative; */
}
.l-question-mark-right-top{
	position: absolute;
	right: -80px;
	top: 37%;
	/* width: 80px; */
	height: 129.565px;
	/* transform: rotate(30deg); */
	flex-shrink: 0;
}
.l-question-mark-right-btm{
	position: absolute;
	right: -100px;
	bottom: 4%;
	/* width: 80px; */
	height: 129.565px;
	/* transform: rotate(30deg); */
	flex-shrink: 0;
}
.l-question-mark-left-top{
	position: absolute;
	left: -80px;
	top: 37%;
	/* width: 80px; */
	height: 129.565px;
	/* transform: rotate(30deg); */
	flex-shrink: 0;
}
.l-question-mark-left-btm{
	position: absolute;
	left: -100px;
	bottom: 4%;
	/* width: 80px; */
	height: 129.565px;
	/* transform: rotate(30deg); */
	flex-shrink: 0;
}
.l-movie-play-btn{
	display: flex;
	width: 200px;
	height: 200px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	flex-shrink: 0;
	border-radius: 999px;
	background: #ADDEF8;
	opacity: 0.8;
	transition: opacity 0.2s ease;
}
.l-movie-play-arrow{
	width: 160px;
	height: 160px;
	flex-shrink: 0;
}
.l-character-movie-frame:hover{
	opacity: 0.8;
}
.l-character-movie-frame:hover .l-movie-play-btn{
	opacity: 1;
}
.l-character-contents{
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
}
@media only screen and (max-width: 640px) {
  .l-character-contents{
		display: none;
	}
}
.l-character-contents-sp{
	display: none;
}
@media only screen and (max-width: 640px) {
  .l-character-contents-sp{
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		align-items: center;
	}
}
@media only screen and (max-width: 640px) {
  .l-character-content-item__margint-top{
		margin-top: -20px;
	}
}
.l-character-contents-items{
	display: flex;
	align-items: center;
	position: relative;
}
.l-character-contents-items__02{
	margin-top: -20px;
}
.l-character-content-item__item01{
	position: absolute;
	left: -352px;
}
.l-character-content-item__item03{
	position: absolute;
	right: -352px;
}
.l-character-content-item {
	border-radius: 9999px;
	background: #FFF;
	width: 460px;
	height: 460px;
	display: flex;
	padding: 64px 0px;
	flex-direction: column;
	align-items: center;
	gap: 10px;
}

.l-character-content-item img {
	display: flex;
	width: 260px;
	height: 235.028px;
	align-items: center;
	flex-shrink: 0;
}

.l-character-contents-text {
	color: #745442;
	text-align: center;
	font-family: "Hiragino Kaku Gothic Pro";
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0.84px;
}
.l-vector-orrange{
	position: absolute;
	left: 0;
	top: 432px;
	height: 616px;
}
.l-vector-blue{
	position: absolute;
	right: 0;
	top: 1561px;
	height: 572px;
}

@media only screen and (max-width: 640px){
	.l-character-content-item{
		width: 440px;
	}
	.l-vector-orrange{
		left: -240px;
	}
}
.l-education-activities{
	position: relative;
}
.l-education-activities-inner{
	padding: 100px 0px;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 120px;
	align-self: stretch;
}
@media only screen and (max-width: 640px) {
  .l-education-activities-inner{
		gap: 80px;
	}
}
.l-education-activities-details{
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 80px;
	position: relative;
}
.l-chara_15{
	position: absolute;
	left: 33px;
	top: -79.226px;
	width: 200px;
}

.l-education-lessons-area{
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 64px;
	position: relative;
	width: 100%;
}

.l-chara_03{
	position: absolute;
	right: 7px;
	top: -70.226px;
	width: 200px;
}
@media only screen and (max-width: 640px) {
  .l-chara_15{
		position: absolute;
		left: 15px;
		top: -320px;
		width: 120px;
	}
	.l-chara_03{
		position: absolute;
		right: 13px;
		top: -40.226px;
		width: 86px;
	}
}
.l-education-lessons-details{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 32px;
	align-self: stretch;
}
.l-about-area{
	position: relative;
}
.l-vector-yellow{
	position: absolute;
	top: 571px;
	left: 0;
	width: 286px;
}
.l-vector-green{
	position: absolute;
	top: 1058px;
	right: 0;
	width: 400px;
}
.l-ellipse_8{
	position: absolute;
	left: 0;
	top: 988px;
	width: 96px;
}
@media screen and (max-width: 640px) {
	.l-vector-yellow{
		display: none;
	}
	.l-vector-green{
		top: 1064px;
		right: -262px;
		width: 382px;
	}
	.l-ellipse_8{
		left: -52px;
		top: 1307px;
		width: 96px;
	}
}
.l-about-area-inner{
	display: flex;
	padding: 80px 0px;
	justify-content: center;
	align-items: center;
	align-self: stretch;
}
@media only screen and (max-width: 640px){
	.l-about-area-inner{
		position: relative;
	}
}
.l-about-content-area{
	display: flex;
	padding: 64px 0px 20px 0px;
	flex-direction: column;
	align-items: center;
	gap: 150px;
}
.l-about-contents{
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 80px;
	align-self: stretch;
	position: relative;
}
.l-sp-vector_orange{
	display: none;
}
.l-chara_06{
	position: absolute;
	right: 61px;
	top: -42.129px;
	width: 200px;
}
@media only screen and (max-width: 640px){
	.l-chara_06{
		width: 160px;
		right: -10px;
		top: 0;
	}
	.l-sp-vector_orange{
		display: block;
		position: absolute;
		right: -19px;
		top: -170.479px;
		width: 106.805px;
		height: 715px;
	}
}
.l-tab{
	position: absolute;
	left: 753px;
	top: 88.646px;
	width: 82.198px;
	transform: rotate(-15deg);
}
.l-laptop{
	width: 204.352px;
	position: absolute;
	left: 841px;
	top: 128.646px;
}
@media only screen and (max-width: 640px){
	.l-tab{
		top: -160px;
        width: 150px;
        right: 0;
        left: unset;
		transform: unset;
	}
}
.l-ellips{
	width: 240px;
	position: absolute;
	right: -50px;
	top: 50px;
}
@media only screen and (max-width: 640px){
	.l-ellips{
		right: -160px;
		top: -103px;
	}

}
.l-about-section-sticker{
	position: absolute;
	left: 1px;
	bottom: 34.579px;
	width: 234px;
}
@media only screen and (max-width: 640px){
	.l-about-section-sticker{
		width: 130px;
		left: -10px;
		top: 0;
	}
}
.l-about-text-contents{
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	z-index: 1;
}
@media only screen and (max-width: 640px){
	.l-about-text-contents{
		text-align: left;
		align-items: unset;
		font-size: 16px;
	}
}
.l-about-text-contents__gap08{
	gap: 8px;
}
.about-text{
	font-family: "Hiragino Kaku Gothic Pro";
	font-size: 1.25em;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	letter-spacing: 1.2px;
}
@media only screen and (max-width: 640px){
	.about-text{
		font-size: 16px;
		line-height: normal;
		letter-spacing: 0.96px;
		line-height: normal;
	}
}
.about-text rt{
	font-size: 10px;
}
@media only screen and (max-width: 640px){
	.about-text rt{
		font-size: 9px;
	}
}
.l-about-contact-area{
	display: flex;
	padding: 0px 64px;
	flex-direction: column;
	align-items: center;
	gap: 0;
	align-self: stretch;
}
.l-sp-vector-cream{
	display: none;
}
@media only screen and (max-width: 640px){
	.l-about-contact-area{
		display: block;
		padding: 0;
		position: relative;
	}
	.l-sp-vector-cream{
		display: block;
		position: absolute;
		left: 0;
		top: 419px;
		width: 65px;
		height: 700px;
	}
}
.l-contact-speech{
	max-width: 688px;
}
.l-contact-speech-area{
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: 4px;
}
.l-arrow-frame{
	margin-left: -2px;
}
@media only screen and (max-width: 640px){
	.l-contact-speech-area{
		display: block;
		position: relative;
	}
}
.l-contact-speech-frame{
	display: flex;
	align-items: center;
	gap: -2px;
}
@media only screen and (max-width: 640px){
	.l-contact-speech-frame{
		display: block;
		position: relative;
	}
	.l-contact-speech-frame img {
        position: absolute;
        transform: rotate(90deg);
        left: 45%;
        bottom: -25px;
    }
}
.l-contact-speech{
	display: flex;
	padding: 20px 32px 24px 32px;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;

	border-radius: 24px;
	border: 2px solid #745442;
	background: #FFF;
}
@media only screen and (max-width: 640px){
	.l-contact-speech{
		padding: 20px 24px;
	}
}
.l-chara_01{
	width: 180px;
}
@media only screen and (max-width: 640px){
	.l-chara_01{
		width: 100px;
		position: absolute;
		right: 0;
		top: 85px;
	}
}
.l-about-contact-inner{
	display: flex;
	padding: 32px 30px;
	flex-direction: column;
	align-items: center;
	gap: 12px;
	align-self: stretch;
}
@media only screen and (max-width: 640px){
	.l-about-contact-inner{
		border-radius: 20px;
		border: 4px solid #D3EDFB;
		background: #FFF;
		margin-top: 47px;
	}
}
.l-about-contact-time{
	text-align: center;
	/* 【OLD】/p main */
	font-family: "Hiragino Kaku Gothic Pro";
	font-size: 1.25em;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	letter-spacing: 1.2px;
}
@media only screen and (max-width: 640px){
	.l-about-contact-time{
		font-size: 14px;
		line-height: 2.3;
	}
}
.l-about-contact-time rt{
	font-size: 12px;
}
@media only screen and (max-width: 640px){
	.l-about-contact-time rt{
		font-size: 9px;
	}
}
.l-child-contents-area{
	display: flex;
	padding: 100px 0px;
	flex-direction: column;
	align-items: center;
	gap: 150px;
	align-self: stretch;
	background: #EAF6FD;
	position: relative;
}
.l-polygon_46{
	position: absolute;
	top: 400px;
	left: 0;
	width: 200px;
}
.l-ellipse_10{
	position: absolute;
	top: 903px;
	left: 0;
	width: 110px;
}
.l-vector{
	position: absolute;
	left: 0;
	top: 1382px;
	width: 400px;
}
.l-vector_pink{
	position: absolute;
	right: 0;
	top: 814px;
	width: 300px;
}
.l-rectangle_21{
	position: absolute;
	right: 0;
	top: 648px;
	width: 200px;
}
.l-child-contents-area .l-title-area{
	position: relative;
}
.l-pencil-item{
	position: absolute;
	left: -134px;
	top: 32.933px;
	width: 120px;
}

@media only screen and (max-width: 640px) {
	.l-pencil-item {
		left: -75px;
		width: 90px;
		top: -15px;
	}
}

.l-chara_02{
	position: absolute;
	right: -235px;
	bottom: -77.865px;
	width: 200px;
}

@media only screen and (max-width: 640px) {
	.l-chara_02 {
		right: -75px;
		width: 140px;
		bottom: 155px;
	}
}

.l-manga-study{
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 40px;
	position: relative;
}
.l-chara_10{
	position: absolute;
	width: 200px;
	left: -38px;
	bottom: -188px;
}

@media only screen and (max-width: 640px) {
	.l-chara_10 {
		width: 140px;
		bottom: -160px;
	}
}

.l-manga-study-link {
	transition: opacity 0.3s ease; /* Smooth transition for opacity */
}
.l-manga-study-link:hover{
	opacity: 0.5;
}
.l-manga-study-link img{
	max-width: 517px;
}

@media only screen and (max-width: 640px) {
	.l-manga-study-link img {
		width: 100%;
		padding: 0 20px;
	}
}

.l-video-area{
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 40px;
}
.l-video-sub-text{
	/* 【OLD】/p small */
	font-family: "Hiragino Kaku Gothic Pro";
	font-size: 1em;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	letter-spacing: 0.96px;
}
.l-video-inner{
	display: flex;
	padding: 0px 64px;
	flex-direction: column;
	align-items: flex-end;
	gap: 64px;
	align-self: stretch;
}
.l-video-contents{
	display: flex;
	align-items: flex-start;
	align-content: flex-start;
	gap: 40px;
	align-self: stretch;
	flex-wrap: wrap;
	z-index: 1;
}
.l-video-items{
	display: flex;
	width: 406px;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
	cursor: pointer;
}
.l-video-items span{
	color: #034197;

	/* p small */
	font-family: "Hiragino Kaku Gothic Pro";
	font-size: 1em;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	letter-spacing: 0.96px;
}

.l-video-items span rt{
	font-size: 9px;
}
.l-movie-frame{
	display: flex;
	height: 229px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	align-self: stretch;
	border-radius: 20px;
	border: 4px solid #745442;
	background: url(/assets/img/movie01.png) lightgray 50% / cover no-repeat;
	transition: opacity 0.2s ease; 
}
.l-movie-frame_02{
	background: url(/assets/img/movie02.png) lightgray 50% / cover no-repeat;
}
.l-movie-frame_03{
	background: url(/assets/img/movie03.png) lightgray 50% / cover no-repeat;
}
.l-movie-frame_04{
	background: url(/assets/img/movie04.png) lightgray 50% / cover no-repeat;
}
.l-play-btn{
	display: flex;
	width: 100px;
	height: 100px;
	justify-content: center;
	align-items: center;
	gap: 5px;
	flex-shrink: 0;
	border-radius: 499.5px;
	opacity: 0.8;
	background: #ADDEF8;
	transition: opacity 0.2s ease; 
}
.l-play-arrow{
	width: 80px;
	height: 80px;
	flex-shrink: 0;
}
.l-video-items:hover{
	.l-movie-frame{
		opacity: 0.8;
	}
	.l-play-btn{
		opacity: 1;
	}
}
.l-video-more-button{
	display: flex;
	padding-bottom: 4px;
	justify-content: flex-end;
	align-items: flex-end;
	gap: 8px;
	color: #034197;

	/* button */
	font-family: "Hiragino Kaku Gothic Pro";
	font-size: 1.25em;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 1.2px;
	cursor: pointer;
}
.l-video-more-button rt{
	font-size: 10px;
}
.l-video-more-button img{
	height: 24px;
	flex: 1 0 0;	
}
.l-handbook-area{
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 64px;
	position: relative;
}
.l-handbook-title-ara{
	position: relative;
}
.l-hand-book{
	width: 54.156px;
	position: absolute;
	right: -100px;
	top: -24.285px;
}
.l-chara_05{
	position: absolute;
	right: 15px;
	top: -65.226px;
	width: 180px;
}

.l-handbook-inner{
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: 40px;
}
@media only screen and (max-width: 640px) {
	.l-handbook-inner {
		display: block;
	}
        .l-chara_05 {
		top: -123px;
		width: 120px;
        }
}
.l-hanbook-items{
	display: flex;
	width: 260px;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	transition: text-decoration 0.3s ease;
}
.l-hanbook-banner{
	display: flex;
	width: 260px;
	height: 361.021px;
	flex-direction: column;
	align-items: flex-start;
	border-radius: 20px;
	border: 3px solid #745442;
	transition: opacity 0.3s ease;
	background: url(/assets/img/handbook-banner.png) lightgray 50% / cover no-repeat;
}
.l-hanbook-banner02{
	background: url(/assets/img/handbook-banner02.png) lightgray 50% / cover no-repeat;
}
.l-hanbook-banner03{
	background: url(/assets/img/handbook-banner03.png) lightgray 50% / cover no-repeat;
}
.l-hanbook-items:hover{
	text-decoration: underline;
	.l-hanbook-banner{
		opacity: 0.5;
	}
}
.l-handbook-text{
	display: flex;
	padding: 0px 20px;
	align-items: flex-end;
	align-content: flex-end;
	align-self: stretch;
	flex-wrap: wrap;
	color: #034197;

	/* p small */
	font-family: "Hiragino Kaku Gothic Pro";
	font-size: 1em;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	letter-spacing: 0.96px;
}
.l-handbook-text rt{
	font-size: 9px;
}
.l-tour-schedule{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 12px;
	align-self: stretch;
}
.l-tour-schedule-contents{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px	
}
.l-link-text{
	color: #333;

	/* 【OLD】/p main */
	font-family: "Hiragino Kaku Gothic Pro";
	font-size: 1.25em;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	letter-spacing: 1.2px;
}
.l-tour-schedule-link-area{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
	align-self: stretch;
}
.l-tour-schedule-link-item{
	display: flex;
	align-items: center;
	gap: 24px;
	align-self: stretch;
}
.l-schedule-contents{
	display: flex;
	align-items: flex-start;
	align-items: center;
	flex: 1 0 0;
	max-width: 177px;
}
.l-schedule-contents p{
	color: #333;

	/* 【OLD】/p small */
	font-family: "Hiragino Kaku Gothic Pro";
	font-size: 1em;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	letter-spacing: 0.96px;
}
.l-tour-schedule-link{
	color: #034197;

	/* 【OLD】/p small Underline */
	font-family: "Hiragino Kaku Gothic Pro";
	font-size: 1em;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	letter-spacing: 0.96px;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: auto;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}
.l-tour-schedule-link rt{
	font-size: 9px;
}
.l-link-text rt{
	font-size: 10px ;
}
.l-download-link{
	display: flex;
	width: 257.333px;
	padding: 0px 20px;
	align-items: center;
	align-content: center;
	gap: 2px;
	flex-wrap: wrap;
	color: #034197;

		/* p small */
		font-family: "Hiragino Kaku Gothic Pro";
		font-size: 1em;
		font-style: normal;
		font-weight: 300;
		line-height: normal;
		letter-spacing: 0.96px;
}
.l-pdf{
	display: flex;
	align-items: center;
	align-content: center;
	gap: 2px;
	flex-wrap: wrap;
}
.l-pdf img{
	width: 24px;
	height: 24px;
	flex-shrink: 0;
}
.l-handbook-inner-text{
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	align-self: stretch;
	color: #333;

	/* 【OLD】/p main */
	font-family: "Hiragino Kaku Gothic Pro";
	font-size: 1.25em;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	letter-spacing: 1.2px;
	position: relative;
}
.l-chara_08{
	width: 200px;
	position: absolute;
	left: -51px;
	top: 33px;
}

@media only screen and (max-width: 640px) {
	.l-chara_08 {
	 width: 80px;
	right: 4px;
	left: auto;
	top: -77px;
	}
}

.l-handbook-inner-text rt{
	font-size: 10px;
}
.l-handbook-about{
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 24px;
}
.l-handbook-about-text-link{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.l-handbook-website-link{
	color: #034197;

	/* p main Underline */
	font-family: "Hiragino Kaku Gothic Pro";
	font-size: 1.25em;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	letter-spacing: 1.2px;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: none;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}
.l-handbook-website-link rt{
	font-size: 10px;
}
.l-handbook-website-link span{
	color: #333;
}
.l-poster-area{
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
}
.l-poster-area-inner{
	display: flex;
	width: 400px;
	height: 533.065px;
	padding: 358px 200px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px;
	background: #E6E6E6;
	position: relative;
}
.l-zoom-btn{
	display: flex;
	padding: 10px;
	align-items: center;
	gap: 10px;

	position: absolute;
	right: 10px;
	bottom: 10px;

	border-radius: 99px;
	border: 2px solid #034197;
	background: #FFF;
}
.l-zoom-btn img{
	width: 24px;
	height: 24px;
}
.l-poster-title{
	color: #000;
	text-align: center;
	font-family: "Hiragino Kaku Gothic Pro";
	font-size: 2.5em;
	font-style: normal;
	font-weight: 300;
	line-height: 170%; /* 68px */
	width: max-content;
	display: flex;
	justify-content: center;
	align-items: center;
}
.l-warning-details rt{
	font-size: 10px;
}
.l-character-rules-area{
	display: flex;
	padding: 64px;
	flex-direction: column;
	align-items: center;
	gap: 32px;
	border-radius: 8px;
	border: 1px solid #745442;
}
.l-character-rules-details{
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
	align-self: stretch;
}
.l-character-rules-item{
	display: flex;
	align-items: flex-start;
	gap: 10px;
	align-self: stretch;

	color: #333;

	/* p small */
	font-family: "Hiragino Kaku Gothic Pro";
	font-size: 1em;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	letter-spacing: 0.96px;
}

@media only screen and (max-width: 640px){
	.l-character-rules-area{
		padding: 24px;
	}
	.l-character-rules-item{
		font-size: 14px;
	}
}
.l-character-rules-details{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 10px;
	flex: 1 0 0;
}
.l-inner-subtitle{

	/* 小見出し title */
	font-family: "Hiragino Kaku Gothic Pro";
	font-size: 1.5em;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 1.44px;
}
.l-inner-subtitle rt{
	font-size: 12px;
	font-style: normal;
	font-weight: 300;
	line-height: 100%; /* 12px */
	letter-spacing: 0.72px;
}
.l-education-lessons-routine{
	border: 1px solid #C7E8FA;
	width: -webkit-fill-available;
}
.l-education-lessons-routine-item{
	display: flex;
	align-items: flex-start;
	align-self: stretch;
	border-bottom: 1px solid #C7E8FA;
}


.l-education-lessons-routine-item:last-child {
	border-bottom: none;
}


.l-education-lessons-routine-title{
	display: flex;
	width: 250px;
	padding: 6px 10px 4px 10px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	align-self: stretch;
	background: #EAF6FD;

	font-family: "Hiragino Kaku Gothic Pro";
	font-size: 1.25em;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	letter-spacing: 1.2px;
}

.l-education-lessons-routine-details{
	display: flex;
	flex-wrap: wrap;
	padding: 10px;
	align-items: flex-end;
	flex: 1 0 0;
	align-self: stretch;
	font-family: "Hiragino Kaku Gothic Pro";
	font-size: 1.25em;
	font-style: normal;
	font-weight: 300;
	line-height: normal; /* 10px */
	letter-spacing: 1.2px;
}
.l-education-lessons-routine-details rt{
	font-family: "Hiragino Kaku Gothic Pro";
	font-size: 10px;
	font-style: normal;
	font-weight: 300;
	line-height: 100%; /* 10px */
	letter-spacing: 0.6px;
}
.l-education-lessons-routine-details span{
	padding-left: 10px;
}
@media only screen and (max-width: 640px){
	.l-education-lessons-routine-item{
		flex-direction: column;
	}
	.l-education-lessons-routine-title{
		width: 100%;
		font-size: 16px;
	}
	.l-education-lessons-routine-details{
		font-size: 16px;
	}
	.l-inner-subtitle{
		font-size: 20px;
	}
}
.l-education-lessons-procedure{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
	flex: 1 0 0;
}
.l-education-schedule{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
	align-self: stretch;

	color: #333;
	font-family: "Hiragino Kaku Gothic Pro";
	font-size: 1em;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	letter-spacing: 0.96px;
}
.l-education-schedule rt{
	font-size:  9px;
}
.l-education-schedule-inner{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 4px;
	align-self: stretch;
}
.l-elementory-text{
	/* 【OLD】/p small */
	font-family: "Hiragino Kaku Gothic Pro";
	font-size: 0.80em;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	letter-spacing: 0.96px;
}
.l-elementory-sub-text{
	/* 【OLD】/p small */
	font-family: "Hiragino Kaku Gothic Pro";
	font-size: 0.70em;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	letter-spacing: 0.84px;
}
.l-education-schedule-link{
	display: flex;
}
.l-education-schedule-link a{
	color: #034197;
	position: relative;
}
.l-education-schedule-link a::after{
	content: '';
	position: absolute;
	right: -22px;
	width: 20px;
	height: 20px;
	background: url(/assets/img/smart_display.svg);
}
.l-education-schedule-title-area{
	display: flex;
	align-items: flex-end;
	gap: 10px;
}
.l-education-schedule-text-area{
	padding-left: 16px;
	font-size:  0.70em;
}
.l-education-schedule-text-area rt{
	font-size:  8px;
}
.l-education-achivements{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 32px;
	align-self: stretch;
}
.l-education-achivements-inner{
	display: flex;
	align-items: flex-start;
	gap: 32px;
	align-self: stretch;
}
.l-achivements-banner{
	width: 480px;
	height: 258.806px;
	flex-shrink: 0;
}
@media only screen and (max-width: 640px){
	.l-education-achivements-inner{
		flex-direction: column;
	}
	.l-achivements-banner{
		width: 320px;
		height: 172.537px;
	}
}
.l-education-achivements-accordion-area{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 6px;
	flex: 1 0 0;
}

/* accordion style  */
button.accordion {
  width: 468px;
  background-color: #EAF6FD;
  border: none;
  outline: none;
  text-align: left;
  display: flex;
	padding: 6px 10px;
  font-size: 1.25em;
  color: #333;
	font-family: "Hiragino Kaku Gothic Pro";
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	letter-spacing: 1.2px;
  cursor: pointer;
	border-radius: 8px;
  transition: background-color 0.2s linear;
	position: relative;
}
button.accordion rt{
	font-size: 10px;
}

button.accordion:after {
  content: "";
	width: 24px;
	height: 24px;
	background: url(/assets/img/arrow_down.svg);
	position: absolute;
	right: 10px;
	top: 10px;
}
button.accordion.is-open{
	color: #034197;
}
button.accordion.is-open:after {
  background: url(/assets/img/arrow_up.svg);
}

button.accordion:hover,
button.accordion.is-open {
  color: #034197;
}

.accordion-content {
  display: flex;
	padding: 10px 0px 0px 16px;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
	align-self: stretch;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
	color: #333;

	/* 【OLD】/p small */
	font-family: "Hiragino Kaku Gothic Pro";
	font-size: 1em;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	letter-spacing: 0.96px;
}
.accordion-content rt{
	font-size: 9px;
}
@media only screen and (max-width: 640px){
	button.accordion{
		width: 100%;
	}
}
@media (max-width: 768px) {
	.hide-on-small-only {
		display: none !important;
	}
} 
@media (min-width: 769px) {
	.hide-on-med-and-up {
		display: none !important;
	}
}