@charset "UTF-8";
html {
	font-size: 62.5%;/* rem計算の場合 */
	scroll-behavior: smooth;
	overflow-x: hidden;
}
body {
	position: relative;
	margin: auto;
	font-family: 'ShipporiGothicBold', sans-serif;
	font-feature-settings: "palt";
	min-width: 320px;
	color: #000;
	letter-spacing: 3px;
	line-height: 2;
	overflow-x: hidden;
  }
  @font-face {
	font-family: 'ShipporiGothicBold';
	src: url('../fonts/ShipporiGothicB2-Bold.ttf') format('truetype');
	font-display: block;
  }
  
  a{display: inline-block;}
  *{
	  text-decoration: none;
	  list-style: none;
  }
  .w-1000{
	  max-width: 1020px;
	  margin: 0 auto;
	  padding: 0 20px;
  }
  img{width: 100%;}
  
  .flex{
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: -webkit-flex;
	  display: flex;
	  -ms-flex-wrap: wrap;
	  -webkit-flex-wrap: wrap;
	  flex-wrap: wrap;
	  align-items: center;
  }
  
  .relative{position: relative;}
  .absolute{position: absolute;}

  header {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
	font-size: 4rem;
	letter-spacing: 2px;
	color: #E50012;
	text-align: center;
	position: relative;
	margin-bottom: 75px;
  }
  .arrow-down {
	position: absolute;
	bottom: 75px;
	left: 50%;
	width: 20px;
	height: 20px;
	border-left: 3px solid #E50012;
	border-bottom: 3px solid #E50012;
	transform: translateX(-50%) rotate(-45deg);
	animation: bounce 1.5s infinite;
	opacity: 0;
}

@keyframes bounce {
	0%, 100% {
		transform: translateX(-50%) translateY(0) rotate(-45deg);
	}
	50% {
		transform: translateX(-50%) translateY(-10px) rotate(-45deg);
	}
}


  .star {
	top: 50%;
	left: 15%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	width: 10%;
	max-width: 100px;
	min-width: 75px;
	opacity: 0; /* 最初は非表示 */
	display: flex;
  }
  header h1 {
	opacity: 0; /* 最初は非表示 */
  }
  
  .shooting {
    position: relative;
    min-height: 600px;
    overflow: hidden;
  }
  .shooting > div {
    position: absolute;
    left: -100%;
    opacity: 0;
    transition: none;
  }
  .shooting2 {
	position: relative;
	min-height: 600px;
	overflow: hidden;
	width: 90%;
	margin: 0 auto;
  }
  
  .shooting2 > div {
	position: absolute;
	left: 0;
	opacity: 0;
	transform: translateX(-100%);
	transition: none;
  }
  .shooting01 { top: 0; width: 90%; max-width: 1250px;}
  .shooting02 { top: 150px; width: 90%; max-width: 1250px;}
  .shooting03 { top: 300px; width: 90%; max-width: 1250px;}
  .com02{width: 120%;max-width: 1450px;}
	
  
  
  .main_box{
	max-width: 1450px;
	margin: 0 auto 350px;
  }

  .image-text-section {
	height: auto;
	min-height: 550px;
	display: flex;
	align-items: center;
	position: relative;
  }
  .image-text-section p{line-height: 1.4;}
  
  .gsap-left-image {
	width: 70%;
	max-width: 800px;
	opacity: 0;
	transition: opacity 1s ease;
  }
  
  .gsap-right-text {
	position: absolute;
	bottom: 24%;
	left: 49%;
	font-size: 1.9rem;
	color: #fff;
	z-index: 2;
	white-space: nowrap;
	background-color: #E50012;
	padding: 0.7em 2em;
}

  
  /* 2つ目のセクション用 */
.image-text-section.reverse {
	flex-direction: row-reverse;
  }
  
  /* 右側画像（新しいクラス） */
  .gsap-right-image {
	width: 70%;
	max-width: 800px;
	opacity: 0;
	transition: opacity 1s ease;
  }
  
  /* 左側から出る文字 */
  .gsap-left-text {
	position: absolute;
	bottom: 28%;
	left: 9%;
	font-size: 1.9rem;
	color: #fff;
	z-index: 2;
	white-space: nowrap;
	background-color: #E50012;
	padding: 0.7em 2em;
  }
  
  .gsap-left-image-3 {
	width: 70%;
	max-width: 800px;
	opacity: 0;
	transition: opacity 1s ease;
  }
  
  .gsap-right-text-3 {
	position: absolute;
	bottom: -8%;
	left: 45%;
	font-size: 1.9rem;
	color: #fff;
	z-index: 2;
	white-space: nowrap;
	background-color: #E50012;
	padding: 0.7em 2em;
  }

  .fade-char-section {
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 5%;
  }
  .fade-char-section h2{
	font-size: 5.8rem;
	text-align: center;
  }
  
  .split-text .char {
	opacity: 0;
	padding-right: 10px;
  }
  
  .w1100{
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 5%;
  }
  
  .star_2{
	width: 10%;
	margin: 0 auto;
  }
  .line{
	margin: 150px auto 100px;
  }
  .w800{
	max-width: 800px;
	margin: 0 auto;
  }
  .w600{
	max-width: 600px;
	margin: 0 auto;
  }
  .w450{
	max-width: 450px;
	margin: 0 auto;
  }
  .philosophy h3{
	text-align: center;
	font-size: 3rem;
	margin-bottom: 30px;
  }
  .philosophy p{
	font-size: 1.7rem;
  }
  .dream h4{
	color: #E50012;
	font-size: 2rem;
  }
  .dream h3{
	font-size: 4rem;
	margin-bottom: 30px;
  }
  .dream p{
	font-size: 1.7rem;
  }
  
  .accordion {
	width: 100%;
	margin-top: 70px;
  }
  
  .accordion-header {
	background-color: #E50012;
	border-radius: 10px;
	color: white;
	padding: 1em 3em;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
  }
  .accordion-header.open {
	border-radius: 10px 10px 0 0;
  }
  
  
  .accordion-title {
	font-size: 2rem;
  }
  
  .accordion-arrow {
	width: 25px;
	height: auto;
	transition: transform 0.3s ease;
	transform: rotate(0deg); 
  }
  
  .accordion-header.closed .accordion-arrow {
	transform: rotate(180deg); 
  }
  
  .accordion-content {
	padding: 4em 5em;
	background-color: #F2F2F2;
	display: none;
	transition: all 0.3s ease;
  }
  .accordion-content p{
	font-size: 1.7rem;
  }
  
  /* 開いているときに表示 */
  .accordion-content.open {
	display: block;
  }
  
  .illust{
	width: 50%;
	margin: 20px auto 50px;
  }
  .illust2{
	width: 70%;
  }
  
  .mission h4{
	color: #E50012;
	font-size: 2rem;
	margin-bottom: 20px;
  }
  .mission h3{
	font-size: 3rem;
	margin-bottom: 30px;
  }
  .mission h2{
	font-size: 3.5rem;
  }
  .mission p{
	font-size: 1.7rem;
	margin-top: -10px;
  }
  .shooting2{
	margin: 200px 0 50px;
  }


  .history{
	padding: 4em 5em;
	background-color: #F2F2F2;
  }
  .history h3{
	color: #E50012;
	font-size: 3rem;
	text-align: center;
	margin-bottom: 30px;
  }
  .history_star{
	width: 7%;
	min-width: 45px;
	margin-right: 20px;
  }
  .history h4{
	font-size: 2.3rem;
  }
  .hflex{
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
  }
  .history p{
	font-size: 1.7rem;
  }

  .back-to-top {
	position: relative;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	flex-direction: column;
	align-items: center;
	text-decoration: none;
	color: #333;
	z-index: 999;
  }
  
  .back-to-top-img {
	width: 25px;
	height: auto;
	transition: transform 0.3s ease;
  }
  
  .back-to-top:hover .back-to-top-img {
	transform: translateY(-5px);
  }
  
  .back-to-top span {
	margin-top: 5px;
	font-size: 2rem;
	font-weight: bold;
  }
  footer{
	margin: 130px 0 100px;
  }

  .fade-up {
	opacity: 0;
	transform: translateY(50px);
}

#loading-screen {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: white;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	z-index: 9999;
	transition: opacity 0.5s;
  }
  
  #loading-text {
	font-size: 5.8rem;
	letter-spacing: 0.2em; 
	font-weight: bold;
	opacity: 0;
	transition: opacity 1s ease;
  }
  .sp{
	display: none;
  }
  .blur-up {
	filter: blur(4px);
	transition: filter 1s ease;
  }
  .blur-up.active {
	filter: blur(0);
  }
  .philosophy p .span1{padding: 0 2px;}
  .philosophy p .span2{padding-right: 2px;}
  .span3{padding: 0 2px;}

  .scroll-button {
	position: fixed;
	bottom: 30px;
	right: 30px;
	background-color: #E50012;
	color: white;
	text-align: center;
	padding: 14px 14px;
	border-radius: 50%;
	text-decoration: none;
	font-size: 1.1rem;
	font-weight: bold;
	line-height: 1.2;
	transition: opacity 0.3s, transform 0.3s;
	width: 80px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	pointer-events: none;
	z-index: 999;
  }
  .scroll-button.show {
	opacity: 1;
	pointer-events: auto;
  }
  .scroll-button:hover {
	transform: scale(1.05);
  }
  
  .gsap-right-text span {
  display: inline-block;
}
.gsap-left-text span,
.gsap-right-text-3 span {
  display: inline-block;
}

