@charset "UTF-8";

/*********************************************************

					　　　　初期設定

**********************************************************/

html{
	font-family:"dnp-shuei-mgothic-std", sans-serif;
	font-feature-settings: "palt";
	font-style: normal;
    font-size: min(1.9vw, 18px);
	font-weight: 600;
	text-align: justify;
	line-height: 2.5;
	letter-spacing: .1rem;
	box-sizing: border-box;
	scroll-behavior: smooth;
}

body{
	width: 100vw;
	height: 100vh;
	background: #FDD22B;
	z-index: 10;
}

main{
	position: relative;
	margin: 0 auto; 
	width: 100%;
	height: auto;
	overflow: hidden;
	overflow-x: hidden;
}

.pc{ display: block;}

.sp{ display: none;}

.inner{
	margin: 0 auto;
	width: 90%;
	max-width: 1100px;
	height: auto;
}

/* 英語文字 */
.eng {
	font-family: "futura-pt", sans-serif;
	font-size: min(2.08vw, 33px);
    font-weight: 600;
	line-height: 1.5;
	letter-spacing: .05rem;
	transform: scaleX(0.92);
    transform-origin: center;
}



/*********************************************************

					ここからheader

**********************************************************/

#header {
	position: relative;
}

h1 {
	text-align: center;
	margin:  0 auto;
	padding-top: 4.5vw;
	width: 100%;
}
h1 img {
	width: 15.5vw;
	height: auto;
	max-width: 290px;
}

 /* -----------------------------------fv----------------------------------- */ 

/* 背景四角 */

.fv_back {
	position: relative;
}

.green {
	position: absolute;
	bottom: 19.5%;
	left: 0;
	transform: translate(100%,-10%);
	width: 100%;
	height: 18.5vw;
	background: #26B7BC;
	animation: color1 .6s ease forwards;
}
@keyframes color1 {
  from {
    transform: translate(100%,-10%);
  }
  to {
    transform: translate(0,-10%);
  }
}

.red {
	position: absolute;
	top: 0;
	left: 0;
	width: 31vw;
	height: 31vw;
	transform: translate(-100%,-100%);
	background: #EB5C32;
	animation: color2 .6s ease forwards;
}
@keyframes color2 {
  from {
	transform: translate(-100%,-100%);
	}
  to {
	transform: translate(0%,0%);
  }
}

.white {
	position: absolute;
	top: 0;
	right: 0;
    width: 13.5vw;
    height: 0;
	max-height: 1100px;
	background: #F3EEE3;
	animation: color3 .6s ease forwards;
}
@keyframes color3 {
  from {
	height: 0;
}
  to {
	height: 62vw;
  }
}

/* 背景以外 */
.fv {
	position: relative;
	padding: 5.5vw 0;
	max-width: 1600px;
	width: 82%;
	margin: 0 auto;
}

.Noto_01 {
	display: flex;
	align-items: end;
	gap: min(2.5vw,50px);
	padding: 0 8vw 6.5vw;
	width: 76%;
	margin: 0 auto;
	height: auto;
}

/* 長文 */
.inner_break01 {
	position: absolute;
    top: 0;
    left: 0;
	transform: translate(10%, 50%);
}

/* 3行 */
.inner_break02 {
	position: absolute;
	top: 13.5%;
	right: -5%;
}

.eng_note {
	font-size: min(3.7vw, 70px);
	text-align: right;
}

/* 3way */
.inner_break03 {
	position: absolute;
	bottom: 35%;
	right: -5%;
}
.inner_break03 img {
	max-width: 290px;
	width: 15.5vw;
	height: auto;
}

/* フーの日本語 */
.head_sub {
	text-align: center;
	font-size: min(1.56vw, 35px);
	line-height: 1.5;
    letter-spacing: .15em;
	transform: translateY(1vw);
}

 /* -----------------------------------メニュー----------------------------------- */ 

	.sec {
		padding-top: min(13vw,250px);
		padding-bottom: min(15vw,300px);
	}

	.main_menu {
		position: relative;
		padding: 3.5vw 0 0;
		max-width: 1600px;
		width: 82%;
		margin: 0 auto;
	}

	.link01,
	.link02,
	.link03,
	.link04,
	.link05,
	.link06 {
		position: relative;
		display: inline-block;
		transform: scale(1);
	}
	.link01::before,
	.link02::before,
	.link03::before,
	.link04::before,
	.link05::before,
	.link06::before {
		position: absolute;
		content: "";
		inset: 0;
		z-index: 0;
		transition: .1s;
	}

	.link01::before {
		clip-path: polygon(100% 9%, 100% 92%, 0% 100%, 5% 0%);
	}

	.link02::before {
		clip-path: polygon(95% 22%, 96% 100%, 0% 100%, 3% 0%);
	}

	.link03::before {
		clip-path: polygon(95% 9%, 100% 92%, 7% 96%, 8% 12%);
	}

	.link04::before {
		clip-path: polygon(95% 26%, 93% 100%, 8% 100%, 4% 15%);
	}

	.link05::before {
		clip-path: polygon(94% 20%, 94% 100%, 12% 87%, 6% 12%);
	}

	.link06::before {
		clip-path: polygon(95% 17%, 90% 92%, 8% 92%, 6% 10%);
	}

	.link01:hover::before,
	.link04:hover::before {
		transform: scale(1.2,1.1);
		background: #26B7BC;
	}

	.link02:hover::before,
	.link05:hover::before {
		transform: scale(1.2,1.1);
		background: #F3EEE3;
	}

	.link03:hover::before,
	.link06:hover::before {
		transform: scale(1.2,1.1);
		background: #EB5C32;
	}

	.menu{
		position: relative;
		display: flex;
		align-items: baseline;
		font-size: min(2.6vw,45px);
		padding-bottom: min(1.5vw,45px);
		line-height: 1;
		z-index: 1;
	}

	.menu:last-child {
		padding-bottom: 0;
	}

	.menu_cont {
		display: inline-block;
		padding: 5px 10px;

	}

	.menu_cont:hover {
		content: "";
		top: 0;
		left: 0;
		width: 100%;
		height: 50%;
		transform: scale(1.1);
	}

	.menu_sub {
		position: relative;
		font-family:"dnp-shuei-mgothic-std", sans-serif;
    	font-size: min(1.95vw, 20px);
		z-index: 10;
	}

	.menu .eng {
		font-size: min(2.6vw, 45px);
	}


	/*-------------------- 人歩く --------------------*/
	.people {
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		height: auto;
		aspect-ratio: 20 / 7.3;
	}
	.people_inner {
		position: relative;
		width: 100%;
		height: 100%;
	}
	.hodou {
		position: absolute;
		width: 100%;
		bottom: 0;
		left: 22%;
		overflow: hidden;
	}


	/* 4人 */
	#scene {
		position: absolute;
		bottom: 0;
		left: 25%;
		width: 100%;
		height: 100%;
	}

	.move_1.frame {
		animation: fadeSlide1 5s ease-in-out forwards;

	}
	.move_2.frame {
		animation: fadeSlide2 4s 1s ease-in-out forwards;

	}
	.move_3.frame {
		animation: fadeSlide3 3s 2s ease forwards;

	}
	.move_4.frame {
		animation: fadeSlide4 3s 2s linear forwards;

	}
	@keyframes fadeSlide1 {
		from {
			transform: translateX(90vw);
		}
		to {
			transform: translateX(0);
		}
	}
	@keyframes fadeSlide2 {
		from {
			transform: translateX(90vw);
		}
		to {
			transform: translateX(0);
		}
	}
	@keyframes fadeSlide3 {
		from {
			transform: translateX(90vw);
		}
		to {
			transform: translateX(0);
		}
	}
	@keyframes fadeSlide4 {
		from {
			transform: translateX(90vw);
		}
		to {
			transform: translateX(0);
		}
	}

	/* 人の到着位置 */
	.move1 {
		position: absolute;
		bottom: 15%;
		left: 15%;
		width: 15%;
		height: 100%;
		transform: translateX(90vw); 
	}

	.move2 {
		position: absolute;
		bottom: 2%;
		left: 30%;
		width: 18%;
		height: 100%;
		transform: translateX(90vw); 
		z-index: 5;
	}

	.move3 {
		position: absolute;
		bottom: 15%;
		right: 35%;
		width: 15%;
		height: 100%;
		transform: translateX(90vw); 
	}

	.move4 {
		position: absolute;
		bottom: 6%;
		right: 20%;
		width: 16%;
		height: 100%;
		transform: translateX(90vw); 
	}

	.moving {
		position: absolute;
		bottom: 0;
		width: 100%;
		z-index: 5;
	}

	/* 足元の影 */
	.sh {
		position: absolute;
		bottom: -1%;
		width: 100%;
		mix-blend-mode: multiply;
		transform-origin: center bottom; /* 下を基点にスケール */
		transition: transform 0.05s linear; /* なめらかに変化（任意） */
		opacity: 0.2;
	}
	.sh.fade-out {
		  animation: fadeOut 1.2s forwards;
	}

	@keyframes fadeOut {
		from { opacity: 0.2; }
		to   { opacity: 0; }
	}

	/* ----------伸びる影---------- */
	.extend {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 200%;
		height: 100%;
		transform-origin: top left;
		transform: translateY(96%);
	}
	.extend img {
		display: block;
		width: 100%;
		height: auto;
		opacity: 0.1;
	}

	.extend21 {
		width: 210%;
	}

	.extend_wrap {
		overflow: hidden;
		height: 0;
	}
	.extend_wrap.show {
		animation: growShadow 2s ease-out forwards;
	}

	@keyframes growShadow {
		from { 
			height: 0;
		}
		to   { 
			height: 100%;
		}
	}

 /* -----------------------------------what----------------------------------- */ 

.sec01 {
		padding-bottom: min(10.5vw,200px);
		padding-top: min(10.5vw,200px);
	}

.what {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.what_mozi {
	width: 48%;
	text-align: center;
	opacity: 0;
}
.what.active .what_mozi {
	animation: popup 1s ease forwards;
}
@keyframes popup {
  0% {
    transform: translateY(40px) scale(0.8);
    opacity: 0;
  }
  100% {
    transform: translateY(0) scale(1.0);
  }
  80%, 100% {
    opacity: 1;
  }
}

.what_mozi01 {
	width: 40%;
	height: auto;
}
.what_mozi02 {
	width: 80%;
	height: auto;
	margin-bottom: min(1.95vw,20px);
}

.what_cont01 {
	font-size: min(2.6vw,25.5px);
	line-height: 1.5;
	margin-bottom: min(2.6vw,30px);
}

.what_cont02 {
	letter-spacing: .15rem;
	text-align: justify;
	font-size: min(1.9vw,18px);
	line-height: min(4vw, 2.5rem);
}
.brackets {
	background: linear-gradient(to right, #F3EEE3 0 100%) no-repeat;
	background-size: 0% 0.6em; /* 初期は幅ゼロ */
	background-position: 0 100%;
	transform: scale(1);
}
.what.active .brackets {
	animation:  mark .5s 2.5s ease forwards;
}
@keyframes mark {
  0% {
	background-size: 0% 0.6em;
  }

  100% {
	background-size: 100% 1em;
  }

}

.double {
	letter-spacing: -.1em;
	padding-right: 0.3em;
}

/* イメージ画像 */
.what_img {
	text-align: center;
	width: 49%;
}

 .kind3{
	display: flex;
	gap: min(5vw,60px);/*アイテム3つ*/
	width: 100%;
	margin-bottom: min(7vw,120px);
	align-items: end;
}

.img_01 {
	position: relative;
	text-align: center;
	height: auto;
	max-height: 20vw;          /* 画面に応じてスケール（基準は高さ） */
	width: auto;
}

.item01,
.item02,
.item03,
.note {
	opacity: 0;
}
.what.active .item01 {
	animation: popup1 .6s 0.5s ease forwards;
}
@keyframes popup1 {
  0% {
    transform: translateY(40px) scale(0.8);
    opacity: 0;
  }
  100% {
    transform: translateY(0) scale(1.0);
  }
  80%, 100% {
    opacity: 1;
  }
}

.arrow1,
.arrow2,
.arrow3 {
	opacity: 0;
	transform: translateY(40px) scale(0.8);
}

.what.active .arrow1,
.what.active .arrow2,
.what.active .arrow3 {
	animation: arrow .6s 2s ease forwards;
}
@keyframes arrow {
  0% {
    transform: translateY(40px) scale(0.8);
    opacity: 0;
  }
  100% {
    transform: translateY(0) scale(1.0);
  }
  80%, 100% {
    opacity: 1;
  }
}

.arrow1::before {
	content: "";
	position: absolute;
	width: 2.2vw;
	max-width: 40px;
	height: auto;
	aspect-ratio: 10 / 11.4;
	bottom: max(-4.5vw, -85px);
    transform: translateX(-50%);
	background: url(../img/01_arrow_left.webp) no-repeat center / contain;
}

.what.active .item02 {
	animation: popup2 .6s .7s ease forwards;
	opacity: 0;
}
@keyframes popup2 {
  0% {
    transform: translateY(40px) scale(0.8);
    opacity: 0;
  }
  100% {
    transform: translateY(0) scale(1.0);
  }
  80%, 100% {
    opacity: 1;
  }
}
.arrow2::before {
	content: "";
	position: absolute;
	bottom: max(-4.5vw, -85px);
    left: 50%;
    transform: translateX(-50%);
	width: 2.2vw;
	max-width: 38px;
    height: auto;
	aspect-ratio: 10 / 11.8;
	background: url(../img/01_arrow_center.webp) no-repeat center / contain;
}

.what.active .item03 {
	animation: popup3 .6s 1.1s ease forwards;
	opacity: 0;
}
@keyframes popup3 {
  0% {
    transform: translateY(40px) scale(0.8);
    opacity: 0;
  }
  100% {
    transform: translateY(0) scale(1.0);
  }
  80%, 100% {
    opacity: 1;
  }
  }
.arrow3::before {
	content: "";
	position: absolute;
	bottom: max(-4.5vw, -85px);
    left: 50%;
    transform: translateX(-50%);
	width: 2.2vw;
	max-width: 40px;
    height: auto;
	aspect-ratio: 10 / 11.4;
	background: url(../img/01_arrow_right.webp) no-repeat center / contain;
}

.item01 img,
.item02 img,
.item03 img {
	width: 100%;
}

.note {
	width: 45%;
}
.what.active .note {
	animation: popup4 .6s 1.5s ease forwards;
}
@keyframes popup4 {
  0% {
    transform: translateY(40px) scale(0.8);
    opacity: 0;
  }
  100% {
    transform: translateY(0) scale(1.0);
  }
  80%, 100% {
    opacity: 1;
  }
}

/* -----------------------------------テレビ----------------------------------- */ 

 .tv {
	position: relative;
	width: 100%;
	text-align: center;
 }
.tv.active {
    transform: scale(1,1);
	animation: tv .8s .5s ease forwards;
}
@keyframes tv {
  0% {
    transform: scale(1,1);
  }
  30% {
    transform: scale(1,1.3);
  }
  55% {
    transform: scale(1.2,.8);
  }
  70% {
    transform: scale(1,1.3);
  }
  100% {
	transform: scale(1,1);
  }
}

 .tv img {
	position: relative;
	width: 80%;
	z-index: 5;
	pointer-events: none;
 }

 .cm {
	position: absolute;
    top: 0;
    left: 0;
    transform: translate(23%, 36%);
	z-index: 1;
	width: 54vw;
	max-width: 660px;
	height: auto;
	max-height: 370px;
	aspect-ratio: 16 / 9;
 }

 .cm iframe {
	width: 100%;
	height: 100%;
 }



/* -----------------------------------幕開け----------------------------------- */ 

.click {
	margin: 0 auto;
	text-align: center;
	width: 45%;
}

.click a {
	display: flex;
	width: 50%;
	margin: 0 auto;
	clip-path: polygon(98% 10%, 100% 100%, 0% 100%, 2% 0%);
	background: #26B7BC;
	transition: .1s ease-in-out;
}

.time {
	width: 100%;
	padding-bottom: 10%;
}

.this {
	box-sizing: border-box;
	transition: .2s;
	transform: scale(1);
	width: 100%;
	padding: 7%;
}

.click a:hover {
	background: #EB5C32;
	transform: scale(1.2);

}

/* -----------------------------------中身説明----------------------------------- */ 

.sec05 {
	padding-bottom: min(10.5vw, 200px);
    padding-top: min(13.5vw, 230px);
}

.sec03 {
	position: relative;
}

/*------------------- ノート -------------------*/

.under01 {
	margin-bottom: min(20vw);
}

.ara_back {
	position: absolute;
	top: 0;
	left: 0;
	transform: translateY(-30%);
	width: 100vw;
}
.ara_white {
	position: relative;
	display: block;
	width: 28.2vw;
    height: auto;
	aspect-ratio: 10 / 4;
	background: #F3EEE3;
	transform: translateX(-100%);
}
.araleft.active .ara_white {
	animation: note1 .5s ease forwards;
}
@keyframes note1 {
  0% {
	transform: translateX(-100%);
  }
  100% {
	transform: translateX(0);
  }
}

/* 内容 */
.ara_cont {
	position: relative;
	display: flex;
	justify-content: space-between;
	width: 100%;
}

/* 文字 */
.ara_mozi {
	transform: translateX(-50vw);
	width: 41%;
}
.araleft.active .ara_mozi {
	animation: note2 .5s .4s ease forwards;
}
@keyframes note2 {
  0% {
	transform: translateX(-50vw);
  }
  100% {
	transform: translateX(0);
  }
}
.ara_mozi p {
	width: 100%;
}

/* サブタイ */
.ara_note {
	transform: translateX(-10%);
	width: auto;
	height: 8vw;
	max-height: 82.5px;
	margin-bottom: 2em;
}
.ara_note img {
	width: auto;
	height: 100%;
}

/* 四角 */
.box {
	position: relative;
	margin-top: 2.5vw;
	width: 52.5%;
	transform: translateX(-100vw);

}
.araleft.active .box {
	animation: note4 .5s .8s ease forwards;
}
@keyframes note4 {
  0% {
	transform: translateX(-100vw);
  }
  100% {
	transform: translateX(0);
  }
}
.front {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: auto;
	z-index: 10;
	border-radius: min(2vw, 20px);
	border: solid #000 min(.5vw, 2px);
}
.box_back {
	position: absolute;
	top: 0;
	left: 0;
	transform: translate(0,0);
	width: 100%;
	height: auto;
	aspect-ratio: 10 / 7;
	background: #26B7BC;
	border-radius: min(2vw, 20px);
	border: solid #000 min(.5vw, 2px);
}
.araleft.active .box_back {
	animation: note5 .8s 1.3s ease forwards;
}
@keyframes note5 {
  0% {
	transform: translate(0,0);
  }
  100% {
	transform: translate(2%,3%);
  }
}

/*------------------------ ファイル ------------------------*/

.under02 {
	margin-bottom: 24vw;
}

.aratop {
	position: relative;
	display: flex;
	justify-content: space-between;
	width: 100%;
	align-items: start;
	transform: translateX(100vw);
}
.aratop.active {
	animation: file0 .6s ease forwards;
}
@keyframes file0 {
  0% {
	transform: translateX(100vw);
  }
  100% {
	transform: translateX(0);
  }
}
.aratop::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 95vw;
	transform: translateY(3.5em);
    height: auto;
	max-height: 65px;
	min-height: 50px;
	background: #EB5C32;
	z-index: 1;
}

.ara_mozi02 {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 40%;
	height: 100%;
	z-index: 10;
	transform: translateX(100vw);
}
.aratop.active .ara_mozi02 {
	animation: file1 .6s .4s ease forwards;
}
@keyframes file1 {
  0% {
	transform: translateX(100vw);
  }
  100% {
	transform: translateX(0);
  }
}
/* サブタイトル */
.ara_file {
	position: relative;
	margin: 0 auto;
	transform: translateX(15%);
	margin-bottom: 3em;
	width: auto;
	height: 10vw;
	max-height: 101px;
	z-index: 5;
}

.ara_file img {
	position: relative;
	height: 100%;
	width: auto;
	z-index: 5;
}

/* 文字 */
.ara_mozi02 p {
	text-align: justify;
}

/* 四角 */
.box02 {
	position: relative;
	width: 52.5%;
	z-index: 5;
	aspect-ratio: 8 / 5.58;
	transform: translateX(100vw);
}
.aratop.active .box02 {
	animation: file2 .6s .8s ease forwards;
}
@keyframes file2 {
  0% {
	transform: translateX(100vw);
  }
  100% {
	transform: translateX(0);
  }
}

.front2 {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: auto;
	border-radius: min(2vw, 20px);
	border: solid #000 min(.5vw, 2px);
	z-index: 10;
}

.box_back2 {
	position: absolute;
	top: 0;
	left: 0;
	transform: translate(0,0);
	width: 100%;
	height: auto;
	aspect-ratio: 10 / 7;
	background: #FDD22B;
	border-radius: min(2vw, 20px);
	border: solid #000 min(.5vw, 2px);
}
.aratop.active .box_back2 {
	animation: file3 .8s 1.3s ease forwards;
}
@keyframes file3 {
  0% {
	transform: translate(0,0);
  }
  100% {
	transform: translate(-2%,3%);
  }
}

/*----------------------- バインダー -----------------------*/

.ara_center {
	position: relative;
	width: 52.5%;
	margin:  0 auto;
}

.ara_green {
	position: absolute;
	top: 0;
	left: 0;
	width: 16vw;
	transform: translate(-50%,100vh);
    height: auto;
	aspect-ratio: 10 / 13;
	background: #26B7BC;
	z-index: 1;
}
.ara_center.active .ara_green {
	animation: binder1 .5s ease forwards;
}
@keyframes binder1 {
  0% {
	transform: translate(-50%,100vh);
  }
  100% {
	transform: translate(-50%,-40%);
  }
}

.ara_binder {
	position: absolute;
	top: 0;
	left: 0;
	transform: translate(-80%,100vh);
	width: auto;
	max-height: 86.5px;
	height: 8vw;
	z-index: 5;
}
.ara_center.active .ara_binder {
	animation: binder2 .5s ease forwards;
}
@keyframes binder2 {
  0% {
	transform: translate(-80%,100vh);
  }
  100% {
	transform: translate(-80%,-150%);
  }
}

.ara_binder img{
	height: 100%;
	width: auto;
}

.box03 {
	position: relative;
	margin-bottom: 10%;
	aspect-ratio: 8 / 5.58;
	width: 100%;
	height: auto;
	transform: translate(0,100vh);
	z-index: 5;
}
.ara_center.active .box03 {
	animation: binder3 .5s .4s ease forwards;
}
@keyframes binder3 {
  0% {
	transform: translate(0,100vh);
  }
  100% {
	transform: translate(0,0);
  }
}

.front3 {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: auto;
	border-radius: min(2vw, 20px);
	border: solid #000 min(.5vw, 2px);
	z-index: 10;
}

.box_back3 {
	position: absolute;
	top: 0;
	left: 0;
	transform: translate(0,0);
	width: 100%;
	height: auto;
	aspect-ratio: 10 / 7;
	background: #EB5C32;
	border-radius: min(2vw, 20px);
	border: solid #000 min(.5vw, 2px);
}
.ara_center.active .box_back3 {
	animation: binder5 .8s 1.3s ease forwards;
}
@keyframes binder5 {
  0% {
	transform: translate(0,0);
  }
  100% {
	transform: translate(2%,-3%);
  }
}

.binder_p {
	transform: translate(0,100vh);
}

.ara_center.active .binder_p {
	animation: binder4 .5s .8s ease forwards;
}
@keyframes binder4 {
  0% {
	transform: translate(0,100vh);
  }
  100% {
	transform: translate(0,0);
  }
}

/* -----------------------------------デザイン----------------------------------- */ 

h3 {
	text-align: center;
	font-size: min(9.1vw,90px);
	font-family: "futura-pt", sans-serif;
    font-weight: 600;
	line-height: 1;
	letter-spacing: .05rem;
	padding-bottom: min(5vw,80px);
	transform: scaleX(0.92);
    transform-origin: center;
}

.flex {
    width: 70.7%;
    max-width: 843px;
    margin: 0 auto 3em auto;
	opacity: 0;
	transform: translateY(15%);
}
.flex.active {
	animation: flex1 .5s ease forwards;
}
@keyframes flex1 {
  0% {
	transform: translateY(15%);
	opacity: 0;
  }
  20% {
	opacity: 1;
  }
  100% {
	transform: translateY(0);
	opacity: 1;
  }
}

.flex02 {
    width: 100%;
    max-width: auto;
    margin: 0 auto 0 auto;
	opacity: 0;
	transform: translateY(15%);
}
.flex02.active {
	animation: flex2 .5s .5s ease forwards;
}
@keyframes flex2 {
  0% {
	transform: translateY(15%);
	opacity: 0;
  }
  20% {
	opacity: 1;
  }
  100% {
	transform: translateY(0);
	opacity: 1;
  }
}

.flex_img {
    display: flex;
    justify-content: space-between;
    width: 90%;
    height: auto;
	gap: 2vw;
    margin: 0 auto;
	align-items: center;
}

.wrap {
    width: auto;
    height: 100%;
    align-content: end;
}
.wrapa5 {
	position: relative;
}
.wrapa5::before {
	position: absolute;
	content: "";
	top: 50%;
	left: -50%;
	transform: translateY(-50%);
	width: 5vw;
	max-width: 84px;
	height: auto;
	aspect-ratio: 10 / 6.2;
	background: url(../img/04_mozi_a5.webp) no-repeat center / contain;
}

.wrapa4 {
	position: relative;
}
.wrapa4::before {
	position: absolute;
	content: "";
	top: 50%;
	left: -35%;
	transform: translateY(-50%);
	width: 5vw;
	max-width: 86px;
	height: auto;
	aspect-ratio: 10 / 5.9;
	background: url(../img/04_mozi_a4.webp) no-repeat center / contain;

}

.wrap img {
    width: 100%;
    height: auto;
}

.flex_text {
    display: flex;
    justify-content: space-between;
	font-size: min(1.5vw, 18px);
    width: 90%;
    margin: 0 auto;
}

.text_wrap.rever {
    width: 68%;
}

.text_wrap.bun {
    width: 25%;
    height: auto;
	transform: translateX(-1em);
}

.text_wrap p{
    text-align: center;
    font-size: 1.2em;
}

.label_sp {
	display: none;
}

/* -----------------------------------ストーリー---------------------------------- */ 

.tab-1 {
	display: flex;
    flex-wrap: wrap;
	width: 100%;
	transform: translateY(15%);
	opacity: 0;

}
.tab-1.active {
	animation: tab 1s ease forwards;
}
@keyframes tab {
    0% {
        opacity: 0;
        transform: scale3d(0.3, .3, 0.3)
    }
    50% {
        opacity: 1;
    }
	100% {
		transform: scale3d(1, 1, 1);
        opacity: 1;
	}
}


/* タブ */
label {
	position: relative;
	display: flex;
	transform: translateY(2px);
    padding: .5em 1em;
	border-style: solid;
	border-radius: min(15px, 2vw) min(15px, 2vw) 0 0;
	border-width: min(2px,.5vw);
	border-bottom: none;
	line-height: 1.5;
	cursor: pointer;
	flex: 1 ;
    order: -1;
	z-index: 1;
}

label:has(:checked) {
	z-index: 5;
}

/* クリックしたら表示される */
label:has(:checked)+.Story_wrap {
	position: relative;
	display: block;
	z-index: 3;
}

input[type="radio"]:checked ~ .Story_wrap {
  display: block;
}

.label_pc {
	display: inline-block;
}

.case {
	font-weight: 600;
	font-family: "futura-pt", sans-serif;
}

.label_1,
.label_2,
.label_3 {
	position: absolute;
	height: 100%;
	width: 100%;
}

.label_4 {
	position: relative;
	width: 100%;
}

/* 背景色 */
.back {
	background: #EB5C32;
	border-color:  #000 #000 #EB5C32 #000;
	width: calc(25% + 1.5px);
}
.back00 {
	background: #EB5C32;
}
.back01 {
	background: #FDD22B;
	border-color:  #000 #000 #FDD22B #000;
	width: calc(25% + 1.5px);
	margin-left: 25%;
}
.back02 {
	background: #FDD22B;
}
.back03 {
	background: #F3EEE3;
	border-color:  #000 #000 #F3EEE3 #000;
	width: 25%;
	margin-left: 50%;
}
.back04 {
	background: #F3EEE3;
}
.back05 {
	background: #26B7BC;
	border-color:  #000 #000 #26B7BC #000;
	width: calc(25% + 1.5px);
	margin-left: calc(75% - 1.5px);
}
.back06 {
	background: #26B7BC;
}

/* 中身 */

/* 選択しないと見えない用にするため */
.Story_wrap {
	display: none;
	left: 0;
	z-index: 2;
	height: 100%;
	height: calc(100% - 4em);
	width: 100%;
}

/* 大きい本文 */
.re{
	position: relative;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100% - 4em);
	z-index: 1;
}

.Story {
	display: flex;
	width: 100%;
	height: 100%;
	border: solid min(2px,.5vw) #000;
	border-radius: 0 0 min(15px, 2vw) min(15px, 2vw);
	padding: 5%;
	justify-content: space-between;
}

.Story_space {
	align-content: center;
	width: 50%;
	z-index: 5;
}

.kari {
	position: relative;
}
.Story_space img {
	width: 100%;
}

/* アニメ */

.anime01 {
	position: absolute;
	width: 10%;
	z-index: 3;
	bottom: 32%;
	left: 24%;
	transform-origin: bottom right;
	animation: 5s hand01 linear infinite;
}

.anime01_up {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

@keyframes hand01 {
	0% { transform: rotate(0deg); }
	52% { transform: rotate(0deg); }
	55% { transform: rotate(10deg); }
	58% { transform: rotate(0deg); }
	100% { transform: rotate(0deg); }
}
.anime02 {
	position: absolute;
	width: 18%;
	z-index: 3;
	bottom: 30%;
	left: 5%;
	transform-origin: bottom left;
	animation: 5s hand02 linear infinite;
}

@keyframes hand02 {
	0% { transform: rotate(0deg); }
	47% { transform: rotate(0deg); }
	50% { transform: rotate(10deg); }
	53% { transform: rotate(0deg); }
	100% { transform: rotate(0deg); }
}
.anime03 {
	position: relative;
	width: 100%;
	height: auto;
	aspect-ratio: 10 / 9.8;
	overflow: hidden;
}

.anime03_img {
	position: absolute;
	inset: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	animation: 5s eye linear infinite forwards;
}

.change01 {
	opacity: 1;
	background-image: url("../img/05_case03.webp");
}

.change02 {
	background-image: url("../img/05_case03_eye.webp");
	animation-delay: 2.5s;
}

@keyframes eye {
	0% { opacity: 1; }
	49.9% { opacity: 1; }
	50% { opacity: 0; }
	53% { opacity: 0; }
	53.1% { opacity: 1; }
	100% { opacity: 1; }
}
.anime04 {
	position: relative;
	width: 100%;
	height: auto;
	aspect-ratio: 10 / 10;
	overflow: hidden;
}
.anime04_img {
	position: absolute;
	inset: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	animation: 5s eye01 linear infinite;
}

.change03 {
	background-image: url("../img/05_case04.webp");
}

.change04 {
	opacity: 0;
	background-image: url("../img/05_case04_eye.webp");
	animation-delay: 2.5s;
}

@keyframes eye01 {
	0% { opacity: 1; }
	49.9% { opacity: 1; }
	50% { opacity: 0; }
	57% { opacity: 0; }
	57.1% { opacity: 1; }
	100% { opacity: 1; }
}

.anime04_frame {
	position: absolute;
	top: 4%;
	left: 6%;
	width: 22%;
	height: auto;
	aspect-ratio: 6 / 7.7;
	background: url(../img/05_case04_night.webp) no-repeat center / cover;
	border-radius: 37% 37% 0 0 ;
	z-index: -1;
	overflow: hidden;
}

.anime04_frame img {
	position: absolute;
	left: 100%;
	bottom: 100%;
	animation: 8s star linear infinite;

}
@keyframes star {
	0% { transform: translate(10%,0); }
	40% { transform: translate(10%,0); }
	50% { transform: translate(-200%,220%); }
	51% { transform: translate(-200%,220%); opacity: 1; }
	52% { transform: translate(-200%,220%); opacity: 0; }
	60% { transform: translate(10%,0); opacity: 0; }
	61% { transform: translate(10%,0); opacity: 1; }
}

.Story_mozi {
	width: 45%;
}

h4 {
	font-size: min(3.4vw,35px);
	line-height: 1;
	padding-bottom: 1rem;
}

.class {
	font-size: min(1.7vw, 20px);
    padding: 0 1.5rem;
	color: #fff;
	background: #000;
	border-radius: 50px;
	margin-bottom: min(3.25vw,30px);
}

.Story_cont {
	text-align: justify;
	font-size: min(1.8vw, 18px);
}

/* -----------------------------------ヒストリー----------------------------------- */ 

.sec02 {
	position: relative;
	padding-bottom: min(9.5vw,150px);
    padding-top: min(9.5vw,150px);
	margin-top: min(10.5vw,200px);
	background: #F3EEE3;
}

.h_red {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 11vw;
    height: 0;
	background: #FDD22B;
}
#sec08.active .h_red{
	animation: history .5s .5s ease forwards;
}
@keyframes history {
  0% {
    height: 0;
  }
  100% {
    height: 26vw;
  }
}

.h_green {
	position: absolute;
	top: 0;
	right: 0;
	transform: translate(0,-20%)scale(0);
	width: 20.2vw;
    height: auto;
	aspect-ratio: 5 / 7.2;
	background: #26B7BC;
	transform-origin: top;
	z-index: 5;
}
#sec08.active .h_green {
	animation: history1 .5s ease forwards;
}
@keyframes history1 {
  0% {
	transform: translate(0,-20%)scaleY(0);
  }
  100% {
	transform: translate(0,-20%)scaleY(1);
  }
}

.h_yellow {
	position: absolute;
	top: 0;
	right: 0;
	transform: translate(0,130%) scaleX(0);
	width: 10.6vw;
    height: 16vw;
	background: #F6B8B6;
	transform-origin: right;
}
#sec08.active .h_yellow {
	animation: history2 .5s 1s ease forwards;
}
@keyframes history2 {
  0%   { 	transform: translate(0,130%) scaleX(0);
 }
  100% { 	transform: translate(0,130%) scaleX(1);
 }
}

.history {
	position: relative;
	display: flex;
	max-width: 1100px;
	width: 80%;
	gap: 5%;
	margin: 0 auto;
}

.history_title {
	position: relative;
	text-align: center;
}

.history_cont {
	font-size: min(2.6vw,30px);
    line-height: 1.5;
	font-weight: 600;
    margin-bottom: min(3.9vw,60px);
	text-align: center;
}


.history_mozi {
	width: 40%;
	min-width: 250px;
	line-height: min(3.5vw, 2.5rem);
	height: auto;
	font-size: min(1.7vw, 18px);
	text-align: justify;
}

.history_img {
	position: relative;
	width: 60%;
	height: auto;
	z-index: 5;
}
.history_img img {
	width: 100%;
}

/* -----------------------------------ノート----------------------------------- */ 

#sec09 {
	height: 200vh;
	position: relative;
}

.book1 {
	position: relative;
	display: flex;
	width: 100%;
	height: 100vh;
    justify-content: center;
    align-items: center;
}
.book1.fixed {
    position: fixed;
    top: 0;
    left: 0;
	z-index: 10;
}

.book1.fixed-end {
  position: absolute; /* セクションの下端に固定 */
  top: auto;
  bottom: 0;
  left: 0;
}

.book_img {
	position: relative;
	width: 100%;
	height: 100%;
}

.bookback {
	position: absolute; /* 重ねるため */
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, #F6B8B6 0%, #F6B8B6 50%, #56859E 50%, #56859E 100%);
}

/* 背景変化後 */
.bookback .last {
	height: 100%;
	background: linear-gradient(90deg, #E4E2D0 0%, #E4E2D0 50%, #EB5C32 50%, #EB5C32 100%);
}

.book_img img {
	display: block;
	margin: 50vh auto 0;
	transform: translateY(-50%);
	max-width: 1400px;
	max-height: 1208px;
	width: 100%;
	height: 100%;
	padding: 5%;
	object-fit: contain;
}

#mask {
	height: 0;  /* 初期は非表示 */
	overflow: hidden;
}

.last,
.last02 {
	position: absolute;
	top: 0;
    width: 100%;
    height: 100%;
}

.last img {
	display: block;
	margin: 50vh auto 0;
	width: 100%;
	height: 100vh;
	object-fit: contain;
	margin-top: 50vh;
	transform: translateY(-50%);
}

/* ２個目 */
#sec10 {
	position: relative;
	height: 200vh;
}

.book2 {
	position: relative;
	display: flex;
	width: 100%;
	height: 100vh;
    justify-content: center;
    align-items: center;
}
.book2.fixed {
    position: fixed;
    top: 0;
    left: 0;
	z-index: 10;
}

.book2.fixed-end {
  position: absolute; /* セクションの下端に固定 */
  top: auto;
  bottom: 0;
  left: 0;
}

.bookback02 {
	position: absolute; /* 重ねるため */
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, #FDD22B 0%, #FDD22B 50%, #A7B2AD 50%, #A7B2AD 100%);
}

/* 背景変化後 */
.bookback02 .last02 {
	height: 100%;
	background: linear-gradient(90deg, #64BFA7 0%, #64BFA7 50%, #716956 50%, #716956 100%);
}

#mask02 {
	height: 0;  /* 初期は非表示 */
	overflow: hidden;
}

.last02 img {
	height: 100vh;
	margin-top: 50vh;
	transform: translateY(-50%);
}

/* -----------------------------------写真----------------------------------- */ 

.pic {
	padding-top: min(21vw, 400px);
    padding-bottom: min(10.5vw, 200px);
}

.pic_img {
	display: flex;
	gap: min(45px,4vw);
	flex-wrap: wrap;
	width: 100%;
	opacity: 0;
	transform: translateY(15%);
}
.pic_img.active {
	animation: pic 1s ease forwards;
}
@keyframes pic {
    0% {
        opacity: 0;
        transform: scale3d(0.3, .3, 0.3)
    }
    50% {
        opacity: 1;
    }
	100% {
		transform: scale3d(1, 1, 1);
        opacity: 1;
	}
}

.click_img {
	position: relative;
	aspect-ratio: 10 / 6.7;
	width: calc((100% - (min(45px, 4vw) * 2)) / 3);
}

.click_box {
	position: absolute;
	top: 0;
	left: 0;
	transform: translate(2%,3.8%);
	width: 100%;
	height: 100%;
	z-index: 1;
	background: #000;
	border-radius: min(2vw,15px);
}

.pic_front {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: auto;
	border-radius: min(2vw,15px);
	border: solid #000 min(.5vw,2px);
	cursor: pointer;
	z-index: 5;
}

.pic01 {
		transform: rotate(-3deg);
}
.pic02 {
		transform: rotate(1deg);
}
.pic03 {
		transform: rotate(3deg);
}
.pic04 {
		transform: rotate(1deg);
}
.pic05 {
		transform: rotate(1deg);
}
.pic06 {
		transform: rotate(-3deg);
}
.pic07 {
		transform: rotate(-1deg);
}
.pic08 {
		transform: rotate(3deg);
}
.pic09 {
		transform: rotate(1deg);
}

.click_img {
	animation: modalFadeIn 0.3s;
}
@keyframes modalFadeIn {
from { opacity: 0; }
to { opacity: 1; }
}

@keyframes modalFadeOut {
from { opacity: 1; }
to { opacity: 0; }
}

.modal {
	display: none;
	position: fixed;
	z-index: 20;
	inset: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0,0,0,0.9);
	align-items: center;
	justify-content: center;
	animation: modalFadeIn 0.3s;
}

.modal img {
	max-width: 90%;
	max-height: 90%;
}

.pic_waord {
	margin: 0 auto;
}

/* -----------------------------------スペック----------------------------------- */ 

.spec {
	display: flex;
	align-items: end;
	width: 100%;
	height: auto;
	/* margin-bottom: 100px; */
	opacity: 0;
	transform: translateY(15%);
}
.spec.active {
	animation: spec .6s ease forwards;
}
@keyframes spec {
  0% {
	transform: translateY(15%);
	opacity: 0;
  }
  20% {
	opacity: 1;
  }
  100% {
	transform: translateY(0);
	opacity: 1;
  }
}

.spec_a5,
.spec_a4 {
	flex: 1;
	text-align: center;
	box-sizing: border-box;
}

.spec_img01,
.spec_img02 {
	padding-bottom: 30px;

}

.spec_a5 img {
	width: 49%;
	cursor: pointer;
}

.spec_a4 img {
	width: 70%;
	cursor: pointer;
}

.center {
	text-align: center;
	background: #F3EEE3;
	box-sizing: border-box;
    clip-path: polygon(100% 0%, 100% 98%, 0% 100%, 0% 2%);
}

.center p {
	padding: 0 10px;
	border-bottom: solid 1px #000;
}

.spec_a5 p,
.spec_a4 p {
	text-align: center;
	border-bottom: solid 1px #000;
}
.spec_a5 p:last-child,
.spec_a4 p:last-child,
.center p:last-child {
	border-bottom: none;
}

/* 動画説明 */
.push {
	width: 60%;
	height: auto;
	margin: 0 auto;
	padding-top: 100px;
}

.push_img {
	position: relative;
	margin-bottom: 30px;
	width: 100%;
	height: auto;
	aspect-ratio: 2 / 1;
}

.push span {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 2 / 1;
	border-radius: min(2vw,15px);
    border:  solid #000 min(.5vw,2px);
	z-index: 5;
	pointer-events: none;
}

.black_box {
	position: absolute;
	transform: translate(2%,3%);
	border-radius: 20px;
	background: #000;
	width: 100%;
	height: auto;
}

video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	aspect-ratio: 2 / 1;
	border-radius: min(2vw,15px);
	object-fit: cover;
	cursor: pointer;
	z-index: 5;
}

/* 共通ボタンスタイル */
.video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.5rem;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  border: none;
  border-radius: 50%;
  width: min(7vw,80px);
  height:  min(7vw,80px);
  cursor: pointer;
  transition: opacity 0.3s;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 5;
}


.video-btn2 {
	position: absolute;
	bottom: 0;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width:  min(5vw,60px);
	height:  min(5vw,60px);
	font-size: 2rem;
	transform: translate(-20%,-20%);
	color: #fff;
	z-index: 5;
}

/* 非表示にするとき */
.video-btn.hidden {
  opacity: 0;
  pointer-events: none;
}

.push p {
	font-size: min(1.9vw, 20px);
	font-weight: 600;
}

/* -----------------------------------FAQ----------------------------------- */ 

.inner00 {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}

.faq {
	padding-bottom: 10px;
}

.faq_cont {
	display: flex;
	gap: min(5.85vw,70px);/* 質問幅 */
	text-align: justify;
	opacity: 0;
	transform: scaleX(0);
	transition: .8s all ease;

}
.faq_cont.active {
	animation: faq 1s ease forwards;
}
@keyframes faq {
  0% {
	opacity: 0;
	transform: scaleX(0);
  }
  100% {
	opacity: 1;
	transform: scaleX(1);
  }
}

.faq_left,
.faq_right {
	width: 50%;
}

.sub_bottom {
	margin-bottom: 60px;
}

.faq_sub {
	font-size: min(1.9vw, 23px);
}


.question {
	padding: 0 15px;
	background: #F3EEE3;
	width: 100%;
}

.a_item {
	display: flex;
	align-items: baseline;
	padding-left: .6vw;
	padding-right: .6vw;
	padding-bottom: 1vw;
}

.answer {
	padding-left: 15px;
	line-height: 2;
	
}

.answer_red {
	color: #EB5C32;
}


/* -----------------------------------フッター----------------------------------- */ 

#footer {
	padding-top: 30vw;
}

.footer_fuuno {
	position: relative;
	width: 100%;
	height: 100vh;
	max-height: 700px;
	/* overflow: hidden; */
}

.fot_mozi {
	position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
	/* transform: translateY(25%); */
	opacity: 1;
}

.cut {
	width: 100%;
	height: auto;
	transform-origin: bottom center;
}

/* 英語文字 */
.footer_mozi {
	position: absolute;
	top: -3.5%;
	left: 18%;
    transform: scaleX(0.92) translate(-4%, 0%);
	font-size: min(2.86vw,70px) ;
	opacity: 1;
}


/* 若草文字 */
.waka {
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translateX(-50%);
	width: 14%;
	height: auto;
	opacity: 1;
}

.waka img {
	width: 100%;
}


/*********************************************************

			   ここからメディアクエリ(1200）

**********************************************************/


@media screen and (max-width: 1200px){

	.ara_note {
		transform: translateX(0);
	}

/*--------------- デザイン ---------------*/

	.flex {
		margin: 5em auto 7em auto;
	}

	.flex_img,
	.flex_text {
		width: 100%;
	}

	.wrapa5::before {
		display: none;
	}

	.wrapa4::before {
		display: none;
	}
 
	.spimg_a5 {
		position: relative;
	}
	.spimg_a5::before {
		position: absolute;
		content: "";
		top: -3em;
		left: 50%;
		transform: translateX(-50%);
		width: 5vw;
		max-width: 84px;
		height: auto;
		aspect-ratio: 10 / 6.2;
		background: url(../img/04_mozi_a5.webp) no-repeat center / contain;
	}
 
	.spimg_a4 {
		position: relative;
	}
	.spimg_a4::before {
		position: absolute;
		content: "";
		top: -3em;
		left: 50%;
		transform: translateX(-50%);
		width: 5vw;
		max-width: 86px;
		height: auto;
		aspect-ratio: 10 / 5.9;
		background: url(../img/04_mozi_a4.webp) no-repeat center / contain;
	}
	
}


/*********************************************************

			   ここからメディアクエリ(768）

**********************************************************/


@media screen and (max-width: 768px){

	/* 共通 */
	.pc,
	.pc_only {
		display: none;
	}

	.sp {
		display: block;
	}

	.sec01 {
		padding-bottom: min(15vw, 200px);
		padding-top: min(15vw, 200px);
	}

	/* ヘッダー */
	h1 {
		padding-top: 10vw;
		position: relative;
		z-index: 1;
	}
	h1 img {
		width: 28.5vw;
	}

	/*--------------- メニューボタン ---------------*/

	#target {
		opacity: 0;
		transition: .5s ease;
	}

	#target.active {
		opacity: 1;
	}

	.navi_sp {
		position: fixed;
		top: 0;
		right: 0;
		width: 50px;
		height: 50px;
		z-index: 20;
		background: #000;
	}

	/* ボタン中身 */
	.navi_sp span {
		position: relative;
		width: 70%;
		height: 4px;
		background: #fff;
		display: block;
		margin: 0 auto;
		border-radius: 2px;
	}
	.navi_sp span::before,
    .navi_sp span::after{
        content: '';
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        display: block;
        border-radius: 2px;
		transition: 0.2s ease;
    }
    .navi_sp span::before{
        top: -10px;
    }
    .navi_sp span::after{
        bottom: -10px;
    }

	/* バツにする */
	.navi_sp.active span {
		background: transparent; /*opacityにするとほかも消えてしまうから*/
	}
	.navi_sp.active span::before {
		transform: translateY(8px) rotate(-45deg);
	}
	.navi_sp.active span::after {
		transform: translateY(-11px) rotate(45deg);
	}

	/* メニューを押した後 */
	.nav-sp-wrap {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		z-index: 10;
		visibility: hidden; /*表示しない*/
	}
	.nav-sp-wrap.active{
        visibility: visible; /*表示する*/
    }
	/* 背景表示 */
	.nav-back {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		background: #fff;
		opacity: 0;
	}
	.active.nav-sp-wrap .nav-back{
        opacity: 0.7;
        transition:ease 0.5s;
    }

	/* メニュー中身 */

	.navi_botton {
		position: relative;
		width: 70%;
		height: auto;
		margin: 50vh auto 0;
        transform: translateY(-50%);		
		z-index: 20;
	}

	.navi_botton li {
		margin: 0 auto 5vw;
		width: 100%;
		line-height: 1.5;
	}

	.navi_menu01 {
		text-align: center;
		clip-path: polygon(100% 9%, 100% 92%, 0% 100%, 5% 0%);
	}
	.navi_menu02 {
		text-align: center;
		clip-path: polygon(95% 22%, 96% 100%, 0% 100%, 3% 0%);
	}
	.navi_menu03 {
		text-align: center;
		clip-path: polygon(95% 9%, 100% 92%, 7% 96%, 8% 12%);
	}
	.navi_menu04 {
		text-align: center;
		clip-path: polygon(95% 13%, 93% 100%, 8% 100%, 4% 0%);
	}
	.navi_menu05 {
		text-align: center;
		clip-path: polygon(94% 15%, 94% 100%, 12% 87%, 6% 10%);
	}
	.navi_menu06 {
		text-align: center;
		clip-path: polygon(95% 17%, 90% 92%, 8% 92%, 6% 5%);
	}

	.botton_link {
		display: block;
		padding-bottom: min(1.5vw, 45px);
	}

	.navi_green {
        background: #26B7BC;
	}

	.navi_yellow {
        background: #FDD22B;
	}

	.navi_red {
        background: #EB5C32;
	}
	
	.botton_cont {
		display: inline-block;
		font-family: "futura-pt", sans-serif;
		font-weight: 600;
		font-size: min(5.1vw, 30px);
		letter-spacing: .05rem;
		transform: scaleX(0.92);
		transform-origin: center;
	}

	.jp {
		font-size: min(3.75vw, 25px);
	}

	/*--------------- fv ---------------*/

	.red {
		animation: color2 1s .5s ease forwards;
	}

	.green {
		transform: translate(-100%, 0);
		bottom: 52.5%;
		height: 37vw;
		animation: color1 1s  .5s ease forwards;
	}
	@keyframes color1 {
		0% {
		transform: translate(-100%, 0);
		}
		100% {
		transform: translate(0%, 0);
		}
	}
	.fv {
		padding: 8vw 0 20vw;
	}

	.white {
		transform: translateY(100vh);
		width: 19vw;
		height: 68vw;
		animation: color3 1s .5s ease forwards;
	}
	@keyframes color3 {
		0% {
	transform: translateY(100vh);
		}
		100% {
	transform: translateY(-5vh);
		}
	}

	.Noto_sp {
		display: flex;
		gap: min(2.5vw, 50px);
        padding: 7vw 0 3vw;
		width: 100%;
		align-items: end;
	}

	.Noto_02 {
		display: flex;
		align-items: flex-start;
		gap: min(2.5vw, 50px);
		padding: 0 0 5vw;
		width: 100%;
		margin: 0 auto;
		height: auto;
	}

	.topbox01 {
		text-align: right;
	}

	.shadow_move {
		position: absolute;
		top: 0;
		right: 0;
		transform: translate(0, 0);
		animation: shadow .5s 1.5s ease forwards;
	}
	@keyframes shadow {
		from {
		transform: translate(0, 0);
		}
		to {
		transform: translate(8%, 8%);
		}
	}
	.shadow_move2 {
		position: absolute;
		top: 0;
		left: 0;
		transform: translate(0, 0);
		animation: shadow .5s 1.5s ease forwards;
	}
	@keyframes shadow {
		from {
		transform: translate(0, 0);
		}
		to {
		transform: translate(8%, 8%);
		}
	}

	.top_note {
		position: relative;
	}

	.topbox01,
	.topbox02,
	.underbox01,
	.underbox02 {
		position: relative;
		width: 50%;
	}
	.topbox02 img,
	.underbox01 img {
		width: 100%;
		height: auto;
	}
	.topbox01 img,
	.underbox02 img {
		width: 70%;
		height: auto;
		aspect-ratio: 10 / 12.4;
	}

	.inner_break01 {
		transform: translate(0, 30%);
		width: 70%;
	}


	.eng {
		line-height: 1.5;
		font-size: min(3.75vw, 25px); /*12px*/
	}

	.eng_note {
		font-size: min(5.9vw, 42px); /*19px*/
		line-height: 1.4;
	}

	.inner_break02 {
		top: inherit;
        right: -4%;
        bottom: 36%;
		line-height: 1.8;	
	}

	.inner_break03 {
		bottom: 26%;
		width: 38%;
		right: 0;
	}
	.inner_break03 img {
		width: 100%;
	}

	.sp_white {
		position: relative;
	}
	.sp_white::before {
		position: absolute;
		content: "";
		bottom: 0;
		left: 0;
		transform: translate(-20%, 20%);
		width: 25vw;
		height: 25vw;
		max-width: 150px;
		max-height: 150px;
		background: #F3EEE3;
		z-index: 1;
	}

	.head_sub {
		position: relative;
		padding-top: 22vw;
		z-index: 5;
		text-align: left;
		font-size: min(4vw, 20px);/*15px*/
		line-height: 2;
	}


	/*---------------- メニュー ----------------*/

	.sec {
		padding-bottom: min(28vw,300px);
	}

	.main_menu {
		width: 100%;
		padding: 0;
	}

	.navi {
		display: flex;
		flex-wrap: wrap;
		gap: 0;
		padding: 0;
		margin-bottom: 25vw;
	}

	.menu {
		position: initial;
    	display: block;
		width: calc(100% / 3);
		text-align: center;
		padding-bottom: initial;
		transform: initial;
	}

	.menu_green,
	.menu_red {
		position: relative;
		height: 100%;
		border-bottom: 1.5px solid #000;
	}

	.menu_green::before,
	.menu_red::before {
		position: absolute;
		content: "";
		bottom: 0;
		left: 0;
		width: 100%;
		height: 0;
	}
	.main_menu.active .menu_green::before,
	.main_menu.active .menu_red::before {
		animation: menu_up .6s ease forwards;
	}
	@keyframes menu_up {
		0% {
			height: 0;		
		}
		100% {
			height: 100%;		
		}	
	}
	.menu_green::before {
		background: #26B7BC;
	}
	.menu_red::before {
		background: #EB5C32;
	}
	

	.menu_white {
		position: relative;
		border-right: 1.5px solid #000;
		border-left: 1.5px solid #000;
	}
	.menu_white::before {
		position: absolute;
		content: "";
		top: 0;
		left: 0;
		width: 100%;
		height: 0;
		background: #F3EEE3;
	}

	.main_menu.active .menu_white::before {
		animation: menu_up .6s ease forwards;
	}
	@keyframes menu_up {
		0% {
			height: 0;		
		}
		100% {
			height: 100%;		
		}	
	}

	.menu_normal {
			border-right: 1.5px solid #000;
			border-left: 1.5px solid #000;
			border-bottom: 1.5px solid #000;
	}
	.menu_cont {
    padding: 0 10px;
	}
	
	.menu_cont:hover {
		transform: scale(1);
	}

	.menu_sub {
		padding-left: 0;
		font-size: min(3.3vw, 20px);/*12.5px*/
	}

	.link01,
	.link02,
	.link03,
	.link04,
	.link05,
	.link06 {
		display: block;
		padding-bottom: min(2.5vw, 45px);
		padding-top: min(1.5vw, 23px);
	}

	.link01::before,
	.link02::before,
	.link03::before,
	.link04::before, 
	.link05::before,
	.link06::before {
		clip-path: none;
	}
	.link01:hover:before, 
	.link02:hover:before, 
	.link03:hover:before, 
	.link04:hover:before, 
	.link05:hover:before, 
	.link06:hover:before {
		transform: scale(1);
		background: none;
	}

	.navi .eng {
		line-height: 1.5;
		font-size: min(5.1vw, 35px);
	}

	.navi .jp {
		line-height: 1.5;
		font-size: min(3.75vw,17px);
		font-family: "dnp-shuei-mgothic-std", sans-serif;
	}

	/* 人歩く */

	.people {
		position: initial;
	}
	.hodou {
		width: 140%;
		left: -20%;
	}

	#scene {
		left: 0%;
	}

	.move_1.frame {
		animation: fadeSlide1 4s ease-in-out forwards;

	}
	.move_2.frame {
		animation: fadeSlide2 3s 1s ease-in-out forwards;

	}
	.move_3.frame {
		animation: fadeSlide3 2s 2s ease forwards;

	}
	.move_4.frame {
		animation: fadeSlide4 2s 2s linear forwards;

	}

	@keyframes fadeSlide1 {
		from {
			transform: translateX(100vw);
		}
		to {
			transform: translateX(0);
		}
	}
	@keyframes fadeSlide2 {
		from {
			transform: translateX(100vw);
		}
		to {
			transform: translateX(0);
		}
	}
	@keyframes fadeSlide3 {
		from {
			transform: translateX(100vw);
		}
		to {
			transform: translateX(0);
		}
	}
	@keyframes fadeSlide4 {
		from {
			transform: translateX(100vw);
		}
		to {
			transform: translateX(0);
		}
	}

	.sh {
		bottom: -3%;
	}

	.move1 {
		width: 24%;
		left: 4%;
		bottom: 20%;
	}
	.move2 {
		width: 26%;
		left: 27%;
	}
	.move3 {
		width: 24%;
		right: 27%;
		bottom: 20%;
	}
	.move4 {
		width: 25%;
		right: 3%;
	}

	.extend img {
		filter: blur(0px);
	}

	.extend_wrap.show {
		animation: growShadow 1s ease-out forwards;
	}

	/*--------------- what ---------------*/

	.sp .what {
		display: block;
	}
	
	.what_mozi {
		margin-bottom: 30px;
		width: 100%;
	}
	.what_mozi01 {
		display: block;
		margin: 0 auto;
		width: 30%;
	}
	.what_mozi02 {
		display: block;
		margin: 0 auto;
		width: 60%;
	}

	.what_img {
		width: 90%;
		margin: 0 auto 10% auto;
	}

	.kind3 {
		gap: min(8vw, 35px);
		margin-bottom: min(12vw, 95px);
	}

	.img_01 {
		max-height: 32vw;
	}

	.item01::before,
	.item02::before,
	.item03::before {
		bottom: -8.5vw;
		width: 5vw;
	}

	.item01,
	.item02,
	.item03{
		width: 100%;
	}

	.what.active .arrow1,
	.what.active .arrow2,
	.what.active .arrow3 {
		animation: arrow .6s 1.8s ease forwards;
	}
	
	.arrow1::before,
	.arrow2::before,
	.arrow3::before {
		width: 5vw;
		bottom: max(-9vw, -85px);
	}

	.what_mozisp {
			transform: translateY(15vh);
			opacity: 0
	}
	.what.active .what_mozisp {
			animation: what_sp .6s .5s ease forwards;
	}
	@keyframes what_sp {
		0% {
			transform: translateY(15vh);
			opacity: 0
		}
		10% {
			opacity: 1
		}
		70% {
			transform: translateY(0);
		}
		100% {
			transform: translateY(0);
			opacity: 1
		}	
	}

	.what_mozisp {
		transform: translateY(40px) scale(0.8);
		opacity: 0;
	}
	.what.active .what_mozisp {
	animation: popupsp 1s 2.2s ease forwards;
	}
	@keyframes popupsp {
		0% {
			transform: translateY(40px) scale(0.8);
			opacity: 0;
		}
		100% {
			transform: translateY(0) scale(1.0);
		}
		80%, 100% {
			opacity: 1;
		}
	}
	.what.active .brackets {
		animation: mark .5s 3s ease forwards;
	}

	.what_cont01 {
		text-align: center;
		font-size: min(4.32vw, 22px);/*16px*/
	}
	.what_cont02 {
		font-size: min(3.78vw, 20px);/*14px*/
		line-height: 2.2;
	}

	/* テレビ */
	.tv img {
		width: 100%;
	}

	.cm {
		width: 68vw;
		transform: translate(6%, 35%);
	}

	/* 幕開け */
	.click {
		width: 70%;
	}

	.time {
		padding-bottom: 5vw;
	}

	.click a {
		background: #EB5C32;
		width: 70%;
	}
	.click a:hover {
		background: #26B7BC;
		transform: scale(1.2);
	}
	
	/*--------------- 中身説明 ---------------*/
	/* ノート */

	.sec03 {
		margin-bottom: 48vw;
	}
	.sec03:last-child {
		margin-bottom: initial;
	}

	.ara_back {
		transform: translateY(10%);
	}
	.araleft.active .ara_back {
		animation: notesp .5s ease forwards;
	}
	@keyframes notesp {
		0% {
		transform: translateX(-50vw);
		}
		100% {
			transform: translateX(0);
		}	
	}

	.ara_white {
		width: 28vw;
		height: 20vw;
	}

	.ara_cont {
		display: block
	}

	.ara_note,
	.ara_file,
	.ara_binder {
		height: 11vw;
	}

	.ara_note {
		transform: translateX(-50vw);
	}
	.araleft.active .ara_note {
		animation: notesp .5s ease forwards;
	}
	@keyframes notesp {
		0% {
		transform: translateX(-50vw);
		}
		100% {
			transform: translateX(0);
		}	
	}

	.box {
		margin: 0 auto;
		width: 85%;
		transform: translateX(-100vw);
	}
	.araleft.active .box {
		animation: notesp1 .5s .4s ease forwards;
	}
	@keyframes notesp1 {
		0% {
		transform: translateX(-100vw);
		}
		100% {
		transform: translateX(0);
		}	
	}

	.front {
		position: relative;
		width: 100%;
		transform: translate(0, 0);
		border: solid #000 min(.5vw, 1.2px);
		z-index: 1;
	}

	.box_back {
		border: solid #000 min(.5vw, 1.2px);
	}

	.araleft.active .box_back {
		animation: notesp2 .4s 1.3s ease forwards;
	}
	@keyframes notesp2 {
		0% {
		transform: translate(0, 0);
		}
		100% {
        transform: translate(2%, 3%);
		}	
	}

	.ara_mozi {
		width: 100%;
		font-size: min(3.78vw,20px);
		letter-spacing: .2rem;
		transform: translateX(-100vw);
        line-height: 2.2;
	}
	.araleft.active .ara_mozi {
		animation: notesp3 .5s .8s ease forwards;
	}
	@keyframes notesp3 {
		0% {
		transform: translateX(-100vw);
		}
		100% {
			transform: translateX(0);
		}	
	}

	.ara_mozi {
		padding-top: 3rem;
		width: 85%;
		margin: 0 auto;
	}

	/* ファイル */

	.aratop {
		display: block;
	}
	.aratop::before {
		display: none;
	}

	.ara_file {
		position: absolute;
		top: 0;
		right: 0;
		transform: translate(100%,-150%);
		margin-bottom: initial;
	}
	.aratop.active .ara_file {
		animation: filesp .5s ease forwards;
	}
	@keyframes filesp {
		0% {
		transform: translate(100%,-150%);
		}
		100% {
		transform: translate(-40%,-150%);
		}	
	}

	.ara_file::before {
		position: absolute;
		content: "";
		top: -50%;
		right: -20%;
		aspect-ratio: 10 / 20.5;
		width: 18vw;
		height: auto;
		min-height: 50px;
		max-height: initial;
		background: #EB5C32;
	}

	.box02 {
		margin: 0 auto;
        width: 85%;
		transform: translateX(100vw);
    }
	.aratop.active .box02 {
		animation: filesp1 .5s .4s ease forwards;
	}
	@keyframes filesp1 {
		0% {
		transform: translateX(100vw);
		}
		100% {
		transform: translateX(0);
		}	
	}

	.front2 {
		width: 100%;
		transform: translate(0,0);
		border: solid #000 min(.5vw, 1.2px);
	}

	.box_back2 {
		border: solid #000 min(.5vw, 1.2px);
	}

	.aratop.active .box_back2 {
		animation: filesp3 .5s 1.3s ease forwards;
	}
	@keyframes filesp3 {
		0% {
		transform: translate(0,0);
		}
		100% {
		transform: translate(-2%,3%);
		}	
	}

	.ara_mozi02 {
		width: 100%;
		font-size: min(3.78vw,20px);
		padding-top: 3rem;
		width: 85%;
		margin: 0 auto;
		line-height: 2.2;
	}
	.aratop.active .ara_mozi02 {
		animation: filesp2 .5s .8s ease forwards;
	}
	@keyframes filesp2 {
		0% {
		transform: translateX(100vw);
		}
		100% {
		transform: translateX(0);
		}	
	}


	/* バインダー */

	.ara_center {
		width: 85%;
	}

	.ara_binder {
		left: 50%;
		transform: translate(-50%, 50vh);
		margin-bottom: 0;
	}
	.ara_center.active .ara_binder {
		animation: binder0 .5s ease forwards;
	}
	@keyframes binder0 {
		0% {
		transform: translate(-50%, 50vh);
		}
		100% {
		transform: translate(-50%, -150%);
		}	
	}
	.ara_green {
		width: 28vw;
		aspect-ratio: 10 / 12.5;
		transform: translate(40%, 50vh);
	}
	.ara_center.active .ara_green {
		animation: binder00 .5s ease forwards;
	}
	@keyframes binder00 {
		0% {
		transform: translate(40%, 50vh);
		}
		100% {
		transform: translate(40%, -60%);
		}	
	}

	.box03 {
		margin-bottom: 0;
		transform: translate(0, 50vh);
	}
	.ara_center.active .box03 {
		animation: binder1 .5s .4s ease forwards;
	}
	@keyframes binder1 {
		0% {
		transform: translate(0, 50vh);
		}
		100% {
		transform: translate(0, 0);
		}	
	}

	.front3 {
		transform: translate(0,0);
		border: solid #000 min(.5vw, 1.2px);
	}

	.box_back3 {
		border: solid #000 min(.5vw, 1.2px);
	}
	.ara_center.active .box_back3 {
		animation: binder3 .5s 1.3s ease forwards;
	}
	@keyframes binder3 {
		0% {
		transform: translate(0,0);
		}
		100% {
		transform: translate(2%,-3%);
		}	
	}
	.sp_mozi {
		padding-top: 2rem;
		font-size: min(3.78vw,20px);
		transform: translate(0, 50vh);
		line-height: 2.2;
	}
	.ara_center.active .sp_mozi {
		animation: binder2 .5s .8s ease forwards;
	}
	@keyframes binder2 {
		0% {
		transform: translate(0, 50vh);
		}
		100% {
		transform: translate(0, 0);
		}	
	}


	/*--------------- デザイン ---------------*/

	.flex_text {
		    align-items: center;
			margin-top: 2vw;
	}

	.text_wrap p {
		font-size: min(3.12vw, 20px);/*13px*/
	}

	.text_wrap.bun {
		width: 28%;
		line-height: 1.5;
		transform: translateX(-.5em);
	}

	.spimg_a5::before {
		width: 7vw;
		min-width: 35px;
		top: -4.5em;
	}
	.spimg_a4::before {
		width: 7vw;
		min-width: 35px;
		top: -4.5em;
	}

	.inline {
		display: inline-block;
	}

	/*--------------- ストーリー ---------------*/

	.inner_sp {
		width: 100%;
	}

	.tab-1 {
		position: relative;
		width: 100%;
		transform: translateY(15%);
		opacity: 0;

	}

	.tab-1.active {
	animation: tab 1s ease forwards;
	}
	@keyframes tab {
		0% {
			opacity: 0;
			transform: scale3d(0.3, .3, 0.3)
		}
		50% {
			opacity: 1;
		}
		100% {
			transform: scale3d(1, 1, 1);
			opacity: 1;
		}
	}

	/* 本文 */

	.Story_wrap_sp {
		position: absolute;
		display: none;
		top: 0;
		left: 0;
		z-index: 2;
		width: 90%;
		height: 100%;
	}

	/* ラベルを押すと本文も表示 */
	label:has(:checked)+.Story_wrap_sp {
		display: block;
		z-index: 2;
	}
	

	label:has(:checked) {
    z-index: 3;
	}

	/* sp版一番大きい本文に高さを揃える */
	.Story_wrap_sp.re_sp{
		position: relative;
		display: block;
		height: auto;
		z-index: 1;
	}
	.Story_sp {
		display: block;
		border-radius: min(15px, 2vw) 0 0 min(15px, 2vw);
		border: solid min(1.5px,.5vw) #000;
		padding: 7%;
		width: 100%;
		height: 100%;
		align-items: center;
	}


	 /* 画像 */
	.Story_space {
		position: relative;
		width: 75%;
		margin: 0 auto 3rem;
		z-index: 5;
	}
	.Story_space img {
		width: 100%;
	}


	/* アニメ */

	.kari {
		position: relative;
		aspect-ratio: 10 / 10;
	}

	.asp {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
	}

	.anime01 {
		width: 9%;
		bottom: 31%;
		left: 25%;
	}
	.anime04_frame {
		top: 4%;
		left: 6%;
		width: 22%;
	}


	/* 文字 */
	.Story_mozi {
		width: 100%;
	}
	h4 {
		font-size: min(4.47vw, 23px);/*17px*/
	}
	.class {
		font-size: min(3.42vw, 18px);/*13px*/
		padding: 0 3vw;
		margin-bottom: 1rem;
	}
	.Story_cont {
		line-height: 2;
		font-size: min(3.42vw, 18px); /*13px*/
	}

	.label_sp {
		display: flex;
		width: 100%;
		height: 100%;
	}

	.label_sp img {
		display: block;
		width: 55%;
		max-width: 34px;
		height: 100%;
		object-fit: contain;
		margin: 0 auto;
	}

	/* ラベル */
	
	label {
		position: absolute;
		top: 0;
		right: 0;
		height: calc(25% + 1.125px);
 		width: calc(10% + 1.5px);
		border-radius: 0 min(15px, 2vw) min(15px, 2vw) 0;
		border-style: solid;
		border-width: min(1.5px,.5vw);
		border-left: none;
		z-index: 1;
		writing-mode: vertical-rl;
		text-orientation: upright;
		padding: 1em 0;
		font-size: min(3.78vw, 20px);/*14px*/
		display: flex;
		cursor: pointer;
	}

	label:has(:checked) {
	z-index: 3;
	}

	/* ラベルと本文色 */
	.back_sp {
		background: #EB5C32;
		line-height: 1;
		transform: translate(0px);
		border-color: #000 #000 #000 #EB5C32;
	}
	.back00 {
		background: #EB5C32;
	}
	.back01_sp {
		background: #FDD22B;
		line-height: 1;		
		transform: translateY(calc(100% - 1.5px));
		border-color: #000 #000 #000 #FDD22B;
	}
	.back02 {
	background: #FDD22B;
	}
	.back03_sp {
		background: #F3EEE3;
	    line-height: 1;	
		transform: translateY(calc(200% - 3px));
		border-color: #000 #000 #000 #F3EEE3;
	}
	.back04 {
	background: #F3EEE3;
	}
	.back05_sp {
		background: #26B7BC;
	    line-height: 1;	
		transform: translateY(calc(300% - 4.5px));
		border-color: #000 #000 #000 #26B7BC;
	}
	.back06 {
	background: #26B7BC;
	}

	/*--------------- ヒストリー ---------------*/

	.sec02 {
		background: none;
		padding-bottom: min(15vw, 200px);
		padding-top: min(15vw, 200px);
	}

	.h3_h {
		padding-bottom: min(9vw, 50px);
	}

	.h_green {
        top: initial;
        bottom: -50vh;
        aspect-ratio: 10 / 2.9;
        width: 45vw;
		transform: initial;
		z-index: 1;
	}
	#sec08.active .h_green {
		animation: history1 .5s 1.5s ease forwards;
	}
	@keyframes history1 {
		0% {
        bottom: -50vh;
		}
		100% {
        bottom: 25vh;
		}	
	}

	h3,
	.history_cont {
		position: relative;
		z-index: 5;
	}
	h3 {
		padding-bottom: min(10.5vw, 60px);
	}

	.sp_history {
		position: relative;
	}

	.history_cont {
		font-size: min(4.2vw, 25px);
		line-height: 2;
	}

	.h_gray {
		position: absolute;
		top: 0;
		right: 0;
		background: #F3EEE3;
		width: 0;
		height: 0;
	}
	.sec02.active .h_gray{
		animation: history5 .5s .5s ease forwards;
	}
	@keyframes history5 {
		0% {
		width: 0;
		height: 0;
		}
		100% {
		width: 50vw;
		height: 50vw;
		}	
	}
	.history {
		position: relative;
		display: flex;
		width: 100%;
		flex-direction: column-reverse;
	}

	.history_mozi {
		position: relative;
		margin: 0 auto;
		width: 76.5%;
		font-size: min(3.78vw, 20px);
		line-height: 2.2;
		min-width: initial;
		text-align: initial;
		z-index: 5;
	}

	.break {
		display: inline-block;
	}

	.history_img {
		position: relative;
		width: 75%;
		margin: 0 auto 3rem auto;
	}
	.h_sp {
		position: relative;
	}

	.h_sp img {
		position: relative;
	border-radius: min(2vw,15px);
		border: solid #000 min(.5vw, 1.2px);
		z-index: 5;
	}

	.h_sp span {
		position: absolute;
		top: 0;
		left: 0;
		transform: translate(2%, 3%);
		width: 100%;
		height: 100%;
		z-index: 1;
		border-radius: min(2vw,15px);
		background: #000;
	}

	.h_red {
		position: absolute;
		bottom: -5%;
		left: -10%;
		height: 30vw;
		transform: translate(-25vw, 0);
	}
	#sec08.active .h_red{
		background: #EB5C32;
		animation: history .5s 1s ease forwards;
	}
	@keyframes history {
		0% {
		transform: translate(-25vw, 0);
		}
		100% {
		transform: translate(0, 0);
		}	
	}

	/*----------------- ノート -----------------*/

	#sec11 {
        margin-top: min(15vw, 200px);
	}

	/* フィックスつけ外し */
	#two {
		position: relative;
		height: 200vh;
	}
	.scroll_wrap.fixed {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 5;
	}
	.scroll_wrap.fixed-end {
		position: absolute; 
		top: auto;
		bottom: 0;
		left: 0;
	}

	.scroll_wrap {
		width: 100%;
		height: 100vh;
	}

	/*---------- 変化前 ----------*/

	.book_sp01	{
		position: absolute;
		top: 0;
		left: 0;
		width: 100vw;
		height: 100vh;
	}

	.bookback_sp01,
	.bookback_sp02 {
		width: 100%;
		height: 50vh;
	}
	.bookback_sp01 {
		background: linear-gradient(90deg, #F6B8B6 0%, #F6B8B6 50%, #56859E 50%, #56859E 100%);
	}
	.bookback_sp02 {
		background: linear-gradient(90deg, #FDD22B 0%, #FDD22B 50%, #A7B2AD 50%, #A7B2AD 100%);
	}
	
	.book_sp01 img {
		width: 100%;
		height: 100%;
		padding: 5%;
		object-fit: contain;
	}

	/*---------- 変化後 ----------*/

	.book_sp02 {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	.bookback_sp03,
	.bookback_sp04 {
		width: 100%;
		height: 50vh;
	}

	.bookback_sp03 .last_sp {
		position: absolute;
		top: 0;
		width: 100%;
		height: 50vh;
		background: linear-gradient(90deg, #E4E2D0 0%, #E4E2D0 50%, #EB5C32 50%, #EB5C32 100%);
	}
	.bookback_sp04 .last_sp02 {
		position: absolute;
		width: 100%;
		height: 50vh;
		background: linear-gradient(90deg, #64BFA7 0%, #64BFA7 50%, #716956 50%, #716956 100%);
	}

	#mask_sp {
		height: 0; /*最初は非表示*/
		overflow: hidden; /*マスクする*/
	}

	#mask_sp img {
		margin-top: 25vh;
		transform: translateY(-50%);
		display: block;
		width: 100%;
		height: 100%;
		object-fit: contain;
		padding: 5%;
	}

	/*----------------- 写真 -----------------*/

	.pic_img {
		justify-content: space-between;
		gap: 5vw 0;
	}

	.pic_front {
		border: solid #000 min(.5vw, 1.1px);
	}

	.pic_img img {
		width: 100%;
	}

	.click_img {
		width: calc((100% - 5vw) / 2);
	}

	.pic_waord {
		font-size: min(3.75vw, 18px);
		line-height: 1.8;
		text-align: initial;
		
	}

	/*--------------- スペック ---------------*/

	.sp_a5 {
		opacity: 0;
		transform: translateY(15%);
		margin-bottom: 100px;
	}
	.sp_a5.active {
		animation: spec_sp .8s ease forwards;
	}
	@keyframes spec_sp {
	0% {
		opacity: 0;
		transform: translateY(15%);
		}
	100% {
		opacity: 1;
		transform: translateY(0);
		}
	}
	.sp_spec_a5 {
		display: flex;
		justify-content: center;
		width: 70.7%;
		margin: 0 auto;
		padding-bottom: 10%;
		gap: 3vw;
	}

	.sp_a4 {
		opacity: 0;
		transform: translateY(15%);
	}

	.sp_a4.active {
		animation: spec_sp .8s ease forwards;
	}
	@keyframes spec_sp {
	0% {
		opacity: 0;
		transform: translateY(15%);
		}
	100% {
		opacity: 1;
		transform: translateY(0);
		}
	}

	.sp_spec_a4 {
		display: flex;
		width: 100%;		
		justify-content: center;
		padding-bottom: 10%;
		gap: 3vw;
	}


	.toggle {
		display: inline-block;
		cursor: pointer;
	}

	.sp_spec_a5 .toggle img {
		display: none;
		height: auto;
		max-height: 35vw;
		width: auto;
	}
	.sp_spec_a4 .toggle img {
		display: none;
		height: auto;
		max-height: 50vw;
		width: auto;
	}
	
	.toggle img.active {
		display: block;
	}

	dl {
		line-height: 2.2;
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}

	dt {
		text-align: center;
		width: 20%;
		border-right: solid 1.3px #000;
	}
	dd {
		width: 80%;
	}

	dt,
	dd {
		padding: .5vw 2vw;
		font-size: min(3.75vw,18px);
		border-bottom: solid 1.3px #000;
	}
	
	dt:nth-child(13) {
		border-bottom: none;
	}
	dd:last-child {
		border-bottom: none;
	}

	/* 動画 */

	.push {
		margin-top: 50px;
		width: 85%;
        margin: 0 auto;
	}

	.black_box {
		border-radius: 15px;
	}

	.video-btn {
		width: 10vw;
		height: 10vw;
		font-size: 2rem;
	}
	.video-btn2 {
		width: 10vw;
		height: 10vw;
		font-size: 3rem;
	}

	.push p {
		font-size: min(3.78vw, 20px);
		line-height: 2.2;
		text-align: justify;
	}

	.push span {
		border: solid #000 min(.5vw, 1.2px);
	}

	/*--------------- FAQ ---------------*/

	.acotop {
		transform: scaleX(0);
		opacity: 0;
	}

	.acotop.active {
		animation: aco .8s ease forwards;
	}
	@keyframes aco {
	0% {
		opacity: 0;
		transform: scaleX(0);
	}
	100% {
		opacity: 1;
		transform: scaleX(1);
	}
	}

	.aco {
		margin-bottom: 10%;
	}
	.aco:last-child {
		margin-bottom: 0;
	}

	.faq_sub {
		font-size: min(3.68vw, 20px);
	}

	.panel_q {
		display: flex;
		gap: 10px;
		text-align: left;
	}

	.line {
		line-height: 1.5;
	}

	.panel-header {
		position: relative;
		align-items: center;
		justify-content: space-between;
		font-size: 17px;
		font-size: min(3.68vw, 20px);
		padding: 10px 48px 10px 15px;;
		background: #F3EEE3;
		width: 100%;
		margin-bottom: 10px;
		line-height: 1.8;
	}
	.panel-header span {
		display: inline-block;
	}
	.icon {
		position: absolute;
		top: 50%;
		right: 0;
		width: 2rem;
		height: 2rem;
		min-width: 20px;
        min-height: 20px;
		border-radius: 50%;
		border: solid 2px #EB5C32;
        transform: translate(-50%, -50%) rotate(0deg);
	}
	.icon::before,
	.icon::after {
		content: "";
		position: absolute;
		left: 50%;
		top: 50%;
		width: 2px;
		height: 70%;
		background-color: #EB5C32;
		transition: 0.2s ease;
	}

	.icon::before {
	transform: translate(-50%, -50%) rotate(90deg);
	}

	.icon::after {
	transform: translate(-50%, -50%) rotate(180deg);
	}

	.panel-header.active .icon {
        transform: translate(-50%, -50%) rotate(90deg);
	}

	/* 横線状態（開いている時）→ before を非表示、after を水平に */
	.panel-header.active .icon::before {
	opacity: 0;
	}
	.panel-header.active .icon::after {
	transform: translate(-50%, -50%) rotate(0deg);
	}

	.panel_cont {
		height: 0;
		overflow: hidden;
		transition: height .3s ease-out;
		font-size: min(3.68vw, 20px);
	}
	.panel_cont.active {
		height: auto;
		margin-bottom: 2vw;
	}

	.panel_item {
		display: flex;
		align-items: baseline;
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 20px;
		transform: translateY(-5px);
	}

	.answer {
		text-align: justify;
		line-height: 1.8;
	}

	/* フッター */

	.footer_fuuno {
		max-height: 210px;
	}

	.footer_mozi {
		transform: translateX(24%) scaleX(0.92);
		line-height: 1.5;
		font-size: min(2.63vw,20px);
		left: 0;
	}

	.waka {
		top: 50%;
		width: 27%;
	}

}



