/* =============================================
　　root
============================================= */

@font-face {
  font-family: 'DigitalNumbers-Regular';
  src: url('DigitalNumbers-Regular.woff') format('woff');
}

:root {

	--color-primary:#84021a;
	--color-secondary:#bc882e;
	--color-accent:#273f1b;
	--color-base:#ffe7c5;

	
	--section-category-font-size: clamp(1.6rem, 1.114rem + 1.43vw, 2.4rem);
	
	--highlights-color:#65508e;
	--highlights-color:rgb(156, 114, 171);
	--highlights-color-secondary:#6eb72d;
	--highlights-color-secondary:#6eb72d;
	
	--highlights-font-size-read: clamp(1.8rem, 1.114rem + 1.43vw, 2.8rem);
	--highlights-font-size-title:clamp(2.4rem, 1.457rem + 2.38vw, 3.6rem);
 	--highlights-font-size-text:clamp(1.4rem, 1.171rem + 0.48vw, 1.6rem);


	--spot-font-size-title: clamp(2.1rem, 1.114rem + 1.43vw, 2.8rem);
	--spot-font-size-name:clamp(3rem, 1.457rem + 2.38vw, 3.6rem);
 	--spot-font-size-text:clamp(1.4rem, 1.171rem + 0.48vw, 1.6rem);

	--xmas-font-size-headding: clamp(2.6rem, 1.457rem + 2.38vw, 3.6rem);
}


#container {
  margin-top:0px!important;
}
#h-header {
	margin-top: -100%;
	opacity: 0;
}
body.scroll #h-header {
    opacity: 1;
}


@media screen and (max-width: 1024px) {
  body.p-bottom .h-header__cta {
    bottom:0px;
  }
}
@media screen and (min-width: 1025px) {
	#h-header {
		margin-top:0;
	}
}

/****************************************
nav
****************************************/

#evangelion .dialog-menu {
	position: fixed;
	z-index:-2;
	top:79px;
	right: 0;
	left: 0;
	margin: 0 auto;
	transition: all 0.4s;
	opacity: 0;
	transform: translateY(-100%);
	width: 100%;
}

#evangelion.scroll .dialog-menu {
	top:79px;
	opacity: 1;
	z-index: 1001;
	display: flex;
	justify-content: center;
	transform: translateY(0);
	align-items: center;
	overflow: hidden;
	justify-content: space-evenly;
	background: var(--highlights-color);
	padding:0.5rem;
	border-radius: 0;
	border:0px #fff solid;
	border-top: 0;
}


#evangelion.upfixed .dialog-menu {
	top:137px;
  transform: translateX(0);
}

#evangelion.app.upfixed .dialog-menu {
	top:79px;
  transform: translateX(0);
}

#evangelion .dialog-menu .dialog-menu-btn {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 1.6rem;
}

#evangelion .dialog-menu a {
	display: block;
	width:100%;
	height: 40px;
}
#evangelion .dialog-menu img{
  width: auto;
  height: 100%;
}

#evangelion .js-dialog-menu {
  width: 100%;
}
#evangelion .dialog-menu-btn span {
	background-color:#fff;
	height: 2px;
}
#evangelion .dialog-menu-btn.js-dialog-menu-close span {
  background-color: var(--color-dialog-menu-btn);
}

#evangelion .js-dialog-menu {
background:var(--color-primary);
}
#evangelion .js-dialog-menu .logo {
	width: auto;
	height: 100%;
	margin: 1.6rem auto;
	max-height: 80px;
}
#evangelion .js-dialog-menu .body {
  padding: 0 24px;
  width: 100%;
}

#evangelion .js-dialog-menu .body > ul{
	margin:30px 0 60px;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

#evangelion .js-dialog-menu .body > ul > li{
	border-bottom: 1px rgb(254 254 254 / 50%) solid;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}
#evangelion .js-dialog-menu .body > ul li a,
#evangelion .js-dialog-menu .body > ul li dt{
	font-weight: 700;
	font-size: 16px;
	line-height: 100%;
	vertical-align: middle;
	color: var(--color-dialog-menu-link);
	text-decoration: none;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	height: 100%;
	background: transparent;
	padding:2rem;
	cursor: pointer;
}

#evangelion .js-dialog-menu .body > ul > li > ul a,
#evangelion .js-dialog-menu .body > ul > li > dl dd a{
	font-weight: 500;
	font-size: 13px;
	line-height: 100%;
	vertical-align: middle;
	color: var(--color-black);
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	height: 100%;
}
#evangelion .js-dialog-menu .body > ul > li > dl dd a em{
	font-weight: 700;
	font-size: 16px;
}

#evangelion .js-dialog-menu .body ul > li a:after {
	content: "";
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: contain;
	mask-size: contain;
	background-color: currentColor;
	background-repeat: no-repeat;
	background-position: center;
	width: 16px;
	height: 16px;
	display: block;
	mask-image: url(data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20123.93%20123.93%22%3E%20%3Cg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%3E%20%3Cpath%20d%3D%22M61.97%2C0C27.74%2C0%2C0%2C27.74%2C0%2C61.97s27.74%2C61.97%2C61.97%2C61.97%2C61.97-27.74%2C61.97-61.97S96.19%2C0%2C61.97%2C0ZM81.11%2C65.62l-23.24%2C23.24c-1.01%2C1.01-2.33%2C1.51-3.65%2C1.51s-2.64-.5-3.65-1.51c-2.02-2.02-2.02-5.29%2C0-7.3l19.59-19.59-19.59-19.59c-2.02-2.02-2.02-5.29%2C0-7.3s5.29-2.02%2C7.3%2C0l23.24%2C23.24c2.02%2C2.02%2C2.02%2C5.29%2C0%2C7.3Z%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E);
}

#evangelion .js-dialog-menu .body > ul li dt:after {
	content: "";
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: contain;
	mask-size: contain;
	background-color: currentColor;
	background-repeat: no-repeat;
	background-position: center;
	width: 16px;
	height: 16px;
	display: block;
	mask-image: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015.5%2015.5%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20none%3B%20stroke%3A%20%23fff%3B%20stroke-linecap%3A%20round%3B%20stroke-linejoin%3A%20round%3B%20stroke-width%3A%201.5px%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M7.75.75v14%22%2F%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M.75%2C7.75h14%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E');
	color: var(--color-dialog-menu-link);
	position: relative;
	top: 0;
	right:0;
	transform: unset;
}

#evangelion .js-dialog-menu .body > ul li dt.active:after {
	mask-image:  url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015.5%201.5%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20none%3B%20stroke%3A%20%23281815%3B%20stroke-linecap%3A%20round%3B%20stroke-linejoin%3A%20round%3B%20stroke-width%3A%201.5px%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M.75.75h14%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E');
}
#evangelion .js-dialog-menu .body > ul li dd {
  padding: 0;
  background: transparent;
  border: 0;
}

#evangelion .js-dialog-menu .body > ul.highlight{
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1rem;
}
#evangelion .js-dialog-menu .body > ul.highlight li{
	width: calc(100% / 2.1);
	border:0;
}
#evangelion .js-dialog-menu .body > ul.highlight li a{
	flex-direction: column;
	gap: 0.8rem;
	padding: 0;
	border: 1px #fff solid;
	border-radius: 1rem;
	overflow: hidden;
}
#evangelion .js-dialog-menu .body > ul.highlight li a img{
  aspect-ratio:4 / 3;
}
#evangelion .js-dialog-menu .body ul.highlight > li a span{
	padding:0  0.8rem 0.8rem;
	text-align: center;
	display: block;
	width: 100%;
}
#evangelion .js-dialog-menu .body ul.highlight > li a:after{
  display:none;
}

@media screen and (min-width: 1024px) {
	#evangelion.upfixed .dialog-menu,
	#evangelion.scroll .dialog-menu {
	  top: 84px;
	  transform: translateX(0);
	}
	#evangelion .js-dialog-menu {
	  width: 40%;
	}
	#evangelion .dialog-menu a {
	  height: 60px;
	}
}


/* =============================================
　　swiper
============================================= */


.swiper {
  width: 100%;
  min-width: 0;
}

.swiper-slide {
  min-width: 0;
  display: flex;
  height: auto;
}
.swiper-wrapper {
  display: flex !important;
   justify-content: flex-start;
   height: auto;
}


.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
	position: relative;
	margin-top: 4rem;
	bottom:0;
	top:0;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--color-black);
}
.swiper-pagination-bullet {
  width:10px;
  height:10px;
  display: inline-block;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  width: auto;
  height: auto;
}
.swiper-button-next:after, .swiper-button-prev:after {
	content: "";
	mask-repeat: no-repeat;
	mask-position: center;
	mask-size: contain;
	background-color:#000;
	background-repeat: no-repeat;
	background-position: center;
	width: 50px;
	height:50px;
	display: block;
	mask-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20157.58%20157.58%22%3E%20%3Cg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%3E%20%3Cpath%20d%3D%22M78.79%2C0C35.27%2C0%2C0%2C35.27%2C0%2C78.79s35.27%2C78.79%2C78.79%2C78.79%2C78.79-35.27%2C78.79-78.79S122.3%2C0%2C78.79%2C0ZM67.88%2C111.24l-2.63-2.63%2C29.81-29.81-29.81-29.81%2C2.63-2.63%2C32.45%2C32.45-32.45%2C32.45Z%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E');
}

.swiper-button-prev:after {
  transform: rotate(180deg);
}
.js-swiper-loop .swiper-wrapper {
  transition-timing-function: linear;
}


/* =============================================
　　text-
============================================= */


.text-heading{
  font-size: var(--xmas-font-size-headding);
  text-align: center;
  font-weight: 300;
}
.text-read{
  font-size: var(--font-size-read);
  font-weight: 500;
}

.text-base{
  font-size: var(--font-size-base);
  font-weight: 500;
}
.text-2xl{
  font-size: var(--font-size-2xl);
}
.text-xl{
  font-size: var(--font-size-xl);
}
.text-lg{
  font-size: var(--font-size-lg);
}
.text-md{
  font-size: var(--font-size-md);
}
.text-sm{
  font-size: var(--font-size-sm);
}
.text-xs{
  font-size: var(--font-size-xs);
}
.text-xxs{
  font-size: var(--font-size-xxs);
}

[class^="text-"] small {
  font-size:70%;
}

/* =============================================
　　.align-
============================================= */

.align-c{
text-align: var(--align-center);
}
.align-c-sp{
text-align: var(--align-center-sp);
}
.align-l{
text-align: var(--align-left);
}
.align-l-sp{
text-align: var(--align-left-sp);
}
.align-r{
text-align: var(--align-right);
}
.align-r-sp{
text-align: var(--align-right-sp);
}

/* =============================================
　　.section
============================================= */

#evangelion main{
	font-family: var(--font-family-Noto-Serif);
	position: relative;
	background-color: #000;
	color: #fff;
}


  /* アニメーションさせたい要素の基本スタイル */
  .fade-in-up {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  }
  .fade-in-up.active {
    opacity: 1;
    transform: translateY(0);
  }
  .fade-in {
    opacity: 0;
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  }
  .fade-in.active {
    opacity: 1;
  }
  .fade-in-left {
    opacity: 0;
    transform: translateX(-20px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  }
  .fade-in-left.active {
    opacity: 1;
    transform: translateX(0);
  }
  .fade-in-right {
    opacity: 0;
    transform: translateX(20px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  }
  .fade-in-right.active {
    opacity: 1;
    transform: translateX(0);
  }

article {
  position: relative;
}
picture {
  width: 100%;
  display: flex;
}

main img{
	max-width: 100%;
	height: auto;
}

.c-section{
	max-width: 100%;
	position: relative;
	padding:var(--layout-space-section) 0 calc(var(--layout-space-section));
	position: relative;
	z-index: 1;
}
.c-section__body{
	position: relative;
	padding:0 var(--layout-space-base-horizontal);
}

.c-section__inner{
	position: relative;
	margin: 0 auto;
	width: 100%;
}
.c-section__inner.wide{
	position: relative;
	padding:0rem;
}

.c-section__contents{
	position: relative;
	display: grid;
	align-items: start;
	justify-content: center;
	justify-items: center;
	gap:var(--layout-space-base-vrtical);
}


.contents__inner {
  display: grid;
  gap: 2rem;
  justify-content: center;
  justify-items: center;
}

.img {
	position: relative;
	height: 100%;
	display: flex;
	flex-direction: column;
}
figure{
	position: relative;
	display: flex;
	height: 100%;
}
figure figcaption{
	position: absolute;
	bottom: 3px;
	left: 5px;
	color: #fff;
	font-family: var(--font-family-Zen-Go);
	font-weight: 500;
	font-size: 11px;
}
figure figcaption[data-color="black"]{
  color: #000;
}
figure figcaption img{
  aspect-ratio: auto !important;
  width: 80px;
}

/* アニメーションを適用するボックスの基本的なスタイル */
.stripe-box {
	width: 2.4rem;
	height: 100vh;
	/* 白と透明の斜めストライプを生成 */
	background-image: repeating-linear-gradient(
	-45deg,
	transparent,                /* 1つ目の色（透明） */
	transparent 15px,           /* 透明の終わり位置 */
	rgba(255, 255, 255, 0.8) 15px, /* 2つ目の色（半透明の白） */
	rgba(255, 255, 255, 0.8) 30px  /* 半透明の白の終わり位置 */
	);
	background-size: 42.4264px 42.4264px;
	animation: moveStripe 1s linear infinite;
	position: fixed;
	z-index: 0;
	right: 0;
	opacity: 0.3;
}

/* 縦に動かすアニメーションを定義 */
@keyframes moveStripe {
    0% {
        background-position: 0 0;
    }
    100% {
        /* ストライプの周期(30px)に合わせて調整 */
        background-position: 0 42.4264px;
    }
}
/* 横に動かすアニメーションを定義 */
@keyframes moveStripeHorizontal {
    0% {
        background-position: 0 0;
    }
    100% {
        /* X軸（最初の値）を動かす */
        background-position: 42.4264px 0; 
    }
}

/* .horizontal クラスに横スクロールアニメーションを適用 */
.stripe-box.horizontal {
	animation-name: moveStripeHorizontal;
	height: 5rem;
	width: 1000%;
	position: relative;
	top: 0;
	left: 0;
	background-image: repeating-linear-gradient(
	-45deg,
	transparent,                /* 1つ目の色（透明） */
	transparent 15px,           /* 透明の終わり位置 */
	#F0941B 15px, /* 2つ目の色（半透明の白） */
	#F0941B 30px  /* 半透明の白の終わり位置 */
	);
	opacity: 1;
}

@media screen and (min-width: 1025px) {
	.stripe-box {
		width: 4.8rem;
	}

	figure figcaption{
		bottom: 10px;
		left: 22px;
		color: #fff;
		font-size: 2vw;
		letter-spacing: -2px;
	}

}



/* =============================================
　　#opening
============================================= */
body.scroll-locked {
    overflow: hidden;
}

#opening-animation-container {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100vh;
	text-align: center;
	flex-direction: column;
	font-size: 100px;
	position: fixed;
	margin: 0 auto;
	z-index: 999;
	background: #000;
}

#opening-animation-container.fade-out {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease-in;
}


/* テキスト要素の共通スタイル */
.text-item {
	opacity: 0; /* 最初は透明 */
	transition: opacity 0.1s ease-in-out;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) ;
	white-space: nowrap;
	line-height: 1;
	font-size: 30vw;
	width: 80%;
}
@media screen and (min-width: 1025px) {
	#opening-animation-container {
		font-size:150px;
	}
}

/* テキストを表示させるためのクラス */
.text-item.visible {
    opacity: 1; /* 透明度を1（不透明）にする */
}


.text-first{
	font-size:;
	font-weight: bold;
/*
	    transform: translate(-50%, -50%) scaleY(1.8);
*/
}


.text-second{
	font-size: 10w;
	  font-size: 35%;
	font-weight: bold;
	letter-spacing: -2px;
	display: flex;
	flex-direction: column;
}
.text-second div{
	font-size: 160%;
	line-height: 1;
	letter-spacing: -10px;
}

.text-third{
	font-size: 18vw;
	font-size: 60%;
	font-weight: bold;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.text-third div{
	writing-mode: vertical-lr;
	font-size: 150%;
	line-height: 1;
}

.text-counter{
	font-size: 8vw;
	font-size: 30%;
	font-weight: bold;
	letter-spacing: -2px;
	display: flex;
	flex-direction: column;
	color: #b92c25;
	gap: 2rem;
	align-items: center;
/*
	transform: skewY(10deg);
	left: 0;
	right: 0;
	top:20%;
*/
}
/*
.text-counter:before,
.text-counter:after{
	content: "";
    background: url('../img/index/opening/line.svg') repeat-x;
    background-size: auto 40px; /* 高さを40pxに固定、幅は自動 */
	height: 40px;
	background-size: cover;
    animation: scroll-line 3s linear infinite; /* アニメーション名、時間、速度、繰り返し */
}
*/
/* アニメーションの定義 */
@keyframes scroll-line {
    0% {
        background-position-x: 0;
    }
    100% {
        /* 画像の横幅分だけずらすと、きれいにループします */
        background-position-x: -200px; 
    }
}

.text-counter div.counter-display{
	position: relative;
}
.text-counter div.counters{
	font-size: 110%;
	line-height: 1;
	font-family: 'DigitalNumbers-Regular';
	font-variant-numeric: tabular-nums;
	letter-spacing: 0px;
	position: relative;
}
.text-counter div.counters:before{
	content:"0000:88:88:88";
	position: absolute;
	opacity:0.5;
	left: 0;
	right: 0;
}

.blinking.visible{
    animation:blink 0.5s ease infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}


/* 全体を囲むコンテナのスタイル */
.warning-container {
  background-color: #000000;
  width: 350px;
  overflow: hidden;
  position: relative;
  border: 0px solid #333;
  z-index: 1;
}
/* メインコンテンツ部分のスタイル */
.content {
    padding: 10px 20px;
    color: #b92c25; /* テキストの色は赤 */
}

/* 「警報」タイトルのスタイル */
.main-title {
	font-size: 16rem;
	text-align: center;
	margin: 0;
	line-height: 1;
	letter-spacing:2px;
	font-weight: 900;
}

/* 「EVA初号機 状況」のボックスのスタイル */
.status-box {
    border: 2px solid #b92c25; /* 赤い枠線 */
    padding: 5px 10px;
    margin-top: 15px;
    text-align: center;
}

.status-box p {
    margin: 5px 0; /* 上下の余白 */
    font-weight: bold; /* 太字に */
}
.status-jp {
    font-size: 2.2rem;
    font-weight: 900;
}
.status-en {
    font-size: 1.4rem;
    font-family: var(--font-family-Noto-Sans);
	letter-spacing: 0.2rem;
}
/* 詳細情報のボックスのスタイル */
.details-box {
	border: 2px solid #b92c25; /* 赤い枠線 */
	margin-top: 5px;
	padding: 1rem;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.4; /* 行間を少し広げる */
	font-family: var(--font-family-Noto-Sans);
	letter-spacing: 0.1rem;
	text-align: left;
}

.details-box p {
    margin: 0;
}



/* 最後の表示レイアウト用のスタイル */
#opening-animation-container.final-view {
    /* flexboxで子要素を縦に並べる設定 */
    flex-direction: column;
}

.final-view .text-item {
    /* 重ねる設定をリセット */
    position: static; /* position: absolute を解除 */
    transform: none;  /* transform を解除 */
    height: auto;
    width: auto;
    margin: 1rem 0;
}

/* 最後の表示では、非表示の要素は完全にスペースを詰める */
.final-view .text-item:not(.visible) {
    display: none;
}

@media screen and (min-width: 1025px) {
	.text-first img {
	  width: 680px;
	}
	.text-second img {
	  width: 480px;
	}
}

/* =============================================
　　article#firstview"
============================================= */

article#firstview{
	position: relative;
}
article#firstview .c-section {
  padding:0;
}

article#firstview img{
pointer-events: none;
	    /* SPの長押し禁止 */
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -moz-touch-callout:none;
    -moz-user-select:none;
    user-select:none;
}

@media screen and (min-width: 1025px) {
	article#fv img {
	  aspect-ratio: 16 / 9;
	  aspect-ratio: 250 / 107;
	}
}

/* =============================================
　　article#term
============================================= */

article#term{
	position: relative;
}

article#term .c-section {
	z-index: 1;
	overflow: hidden;
  padding-top: 1.6rem;
  padding-bottom: calc(var(--layout-space-section) * 1.5);
}

article#term .honeycomb{
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.6;
	width: calc(100% - 2.4rem);
	height: 100%;
	overflow: hidden;
}

article#term .c-section .js-honeycomb-canvas {
	position: relative;
	height: 100%;
}
article#term .honeycomb:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 20%;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #000 100%);
}

article#term .contents__inner {
	position: relative;
	gap: 6rem;
	z-index: 3;
}

article#term .c-section .logo {
  width: 100%;
  max-width: 780px;
}

article#term .c-section img {
}

article#term .c-section h2 {
	text-align: center;
	font-size: calc(var(--font-size-headding) * 0.8);
	max-width: 720px;
	font-weight: 900;
	text-shadow: 0px 0px 20px #fff;
	white-space: nowrap;
	line-height: 115%;
	transform: scaleY(1.8);
	letter-spacing: -0.15rem;
}
article#term .c-section p.read {
	text-align: center;
	font-size: var(--font-size-read);
	font-size: calc(var(--font-size-headding) * 0.8);
	font-weight: 900;
	max-width: 720px;
	transform: scaleY(1.8);
}

article#term .c-section p.text {
  padding:var(--layout-space-base-horizontal-small) 0 0;
  text-align: center;
  font-size: var(--font-size-md);
	font-size: var(--font-size-read);
    max-width: 720px;
	font-weight: 900;
}



/* =============================================
　　article#highlights{
============================================= */

article#highlights{
	position: relative;
}
article#highlights:before {
  content: "";
}

.title-container {
	position: relative; 
	width: calc(100% - 2.4rem);
	padding: 1.6rem 0 0;
}

.title-number {
	display: block;
	font-family: "Big Shoulders Stencil", sans-serif;
	font-weight: bold;
	font-size: 15vw; /* 画面幅に応じて文字サイズを調整 */
	color:var(--highlights-color);
	line-height: 100%;
	  padding: 0 1rem;
}

@media (min-width: 1024px) {
    .title-number {
        font-size: 75px;
    }
}
.title-line {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: visible;
}
.title-line path {
    fill: none;
	stroke:#fff;
	stroke: var(--highlights-color);
    stroke-width: 1;
    stroke-dasharray: 520;  /* 線の全長（だいたいの長さでOK）*/
    stroke-dashoffset: 520; /* 線の全長分だけ、線をずらして見えなくする */
}
.path-pc {
    display: none;
}
@media (min-width: 1024px) {
    .path-sp {
        display: none;
    }
    .path-pc {
        display: block;
    }
}


.title-line.active path {
    animation: draw-line 2s ease-out forwards; /* 2秒かけてアニメーション */
}
article#highlights .c-section:nth-child(even) .title-number {
	text-align: right;
	color:var(--highlights-color-secondary);
}
article#highlights .c-section:nth-child(even) .title-line {
	transform: scale(-1, 1);
}
article#highlights .c-section:nth-child(even) .title-line path {
  stroke:var(--highlights-color-secondary);
}

/* アニメーションの定義 */
@keyframes draw-line {
    /* アニメーション終了時 */
    to {
        stroke-dashoffset: 0; /* ずらしを0にして、線が完全に見えるようにする */
    }
}
article#highlights .c-section {
  padding:0 0 var(--layout-space-base-horizontal);
  max-width: 960px;
  margin: 0 auto;
}

article#highlights .c-section__body {
  position: relative;
  padding: var(--layout-space-base-horizontal) calc(var(--layout-space-base-horizontal) * 1.5);
}


.highlights{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2.4rem;
    gap: calc(2.4rem * 4);
}

.highlights .title {
	font-size: var(--highlights-font-size-title);
	font-weight: 500;
	text-align: center;
	text-shadow: 0px 0px 10px #fff;
	text-align: left;
	line-height:120%;
	  font-weight: 900;
}
.highlights .read {
  font-size: var(--highlights-font-size-read);
	text-align: center;
}
.highlights p.text {
	font-size: var(--highlights-font-size-text);
	line-height: 200%;
}
.highlights .title {
  font-size: calc(var(--highlights-font-size-title) * 0.9);
  transform: scaleY(1.8);
  transform-origin: top;
  letter-spacing: -0.15rem;
}

@media screen and (min-width: 1025px) {

	article#highlights .c-section__body {
	  padding: var(--layout-space-base-horizontal) calc(var(--layout-space-base-horizontal) * 0.2);
	}

}

/* =============================================
　　article#message{
============================================= */

article#message{
	position: relative;
	background: #2a2a2a;
	clip-path: polygon(15% 0, 25% 6%, 100% 6%, 100% 100%, 90% 100%, 80% 94%, 0 94%, 0 0);
}
article#message:before {
  content: "";
}

article#message .c-section {
  max-width: 960px;
  margin: 0 auto;
}
article#message  .c-section__body {
  position: relative;
  padding:var(--layout-space-base-horizontal);
}
article#message .title {
	font-size: var(--highlights-font-size-read);
	text-align: center;
	text-align: left;
	line-height:120%;
}
article#message .read {
  font-size: var(--highlights-font-size-read);
	text-align: center;
}
article#message p.text {
	font-size: var(--highlights-font-size-text);
	line-height: 200%;
}

@media screen and (min-width: 1025px) {

	article#message{
		clip-path: polygon(400px 0, 450px 10%, 100% 10%, 100% 100%, 0 100%, 0% 0);
		clip-path: polygon(10% 0, 15% 10%, 100% 10%, 100% 100%, 90% 100%, 85% 90%, 0 90%, 0 0);
	}
}
