/* Reset and base styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial,
    "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans_serif;
  line-height: 1.6;
  color: #333;
  background-color: #111;
}

header {
  position: absolute;
  width: 100%;
  background-color: transparent;
  z-index: 1000;
}

nav {
  display: flex;
  margin: 0 auto;
  padding: 20px 40px;
}

.logo {
  margin-left: 20px;
}

.logo img {
  height: 40px;
}

.nav_links {
  display: flex;
  list-style: none;
  gap: 3rem;
  align-items: center;
  justify-content: flex-start;
  margin-right: auto;
  width: 100%;
}

.nav_links_left {
  display: flex;
  list-style: none;
  gap: 3rem;
  align-items: center;
  justify-content: flex-start;
}


.language_selector_parentheses_text {
  color: white;
  font-size: 24px;
  font-weight: 900;
  justify-content: center;
}

.language_selector_parentheses_text:last-child {
  margin-right: -15px;
}

.nav_links .language_selector {
  margin-left: auto;
  margin-right: 20px;
  margin-top: 0;
}

.language_selector {
  display: flex;
  gap: 1.2rem;
  align-items: center;
  justify-content: center;
  font-weight: 300;
}

.language_selector a {
  color: white;
  text-decoration: none;
  font-size: 16px;
  font-weight: 300;
  transition:
    color 0.3s ease,
    opacity 0.3s ease;
}

.language_selector a:hover {
  opacity: 0.5;
}

.language_selector a.selected {
  font-weight: 900;
}

.language_selector span {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 300;
  font-size: 28px;
}

.nav_links a {
  color: white;
  font-size: 24px;
  text-decoration: none;
  font-weight: 300;
  transition:
    color 0.3s ease,
    opacity 0.3s ease;
}

.nav_links a:hover {
  opacity: 0.5;
}

.nav_links a img {
  height: 12px;
  width: auto;
  transition: opacity 0.3s ease;
}

.nav_links a:hover img {
  opacity: 0.7;
}

.nav_links {
  margin-left: auto;
  margin-right: 20px;
  margin-top: 0;
}

.section .description .highlight .detail {
  padding: 4rem 2rem;
  animation: fadeUp 0.6s ease-out both;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* audition_top section */
.audition_top {
  height: 70vh;
  position: relative;
  overflow: visible;
  /* padding-bottom: 20px; */
}

.audition_top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
  z-index: 1;
}

.audition_top_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* ← 超重要 */
  /* opacity: 0.5; */
  /* transition: opacity 1s ease-in-out; */
}

.audition_top_bg.active {
  opacity: 1;
}

.audition_top_content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.audition_top_logo {
  transform: scale(0.7);
  color: white;
  width: 140vw;
  max-width: 1300px;
  padding-bottom: 10px;
}

/* --svg-- */

.hero-logo{
  width:min(90vw,800px);
}

.record{
  transform-origin:center;
  transform-box:fill-box;
}

.record-left,
.record-right{
  animation:recordBeat 2s ease-in-out infinite;
}

.record-right{
  animation-delay:1s;
}

@keyframes recordBeat{

  0%{
    transform:scale(1);
  }

  15%{
    transform:scale(1.08);
  }

  25%{
    transform:scale(1);
  }

  40%{
    transform:scale(1.08);
  }

  100%{
    transform:scale(1);
  }

}

.wavebars path{
  transform-origin:bottom;
  transform-box:fill-box;
  animation:waveShake .5s ease-in-out infinite alternate;
}
.wavebars path:nth-child(2n){
  animation-delay:.1s;
}

.wavebars path:nth-child(3n){
  animation-delay:.2s;
}

.wavebars path:nth-child(4n){
  animation-delay:.15s;
}
@keyframes waveShake{

  from{
    transform:scaleY(.97);
  }

  to{
    transform:scaleY(1.03);
  }

}

@keyframes wave{
  from{transform:scaleY(.8)}
  to{transform:scaleY(1.2)}
}

@keyframes spinLeft {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes spinRight {
  from { transform: rotate(0deg); }
  to { transform: rotate(-360deg); }
}

/* Main content */
/* @keyframes parallaxScroll1 {
  from {
    transform: translateX(0%);
  }

  to {
    transform: translateX(-100%);
  }
}

@keyframes parallaxScroll2 {
  from {
    transform: translateX(-10%);
  }

  to {
    transform: translateX(-60%);
  }
}

@keyframes parallaxScroll3 {
  from {
    transform: translateX(-20%);
  }

  to {
    transform: translateX(-70%);
  }
}

@keyframes parallaxScroll4 {
  from {
    transform: translateX(-30%);
  }

  to {
    transform: translateX(-80%);
  }
}

@keyframes parallaxScroll5 {
  from {
    transform: translateX(-40%);
  }

  to {
    transform: translateX(-90%);
  }
}

@keyframes parallaxScroll6 {
  from {
    transform: translateX(-50%);
  }

  to {
    transform: translateX(-100%);
  }
} */

.main_content {
  background: rgb(255, 113, 0);
  /* min-height: 800px; */
  padding: 1rem 1rem;
  color: white;
  position: relative;
  overflow: hidden;
}

/* .parallax_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  min-height: 800px;
  z-index: 0;
}


.parallax_layer {
  position: absolute;
  left: 0;
  width: 200%;
  height: 63.33vh;
  min-height: 866px;
  display: flex;
  gap: 20px;
  opacity: 0.5;
}

.parallax_layer_1 {
  top: 0;
  animation: parallaxScroll1 40s linear infinite;
}

.parallax_layer_1 img {
  width: 512px;
  height: 256px;
  border-radius: 5px;
  object-fit: cover;
  margin-right: 500px;
  margin-top: 24px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
}

.parallax_layer_2 {
  top: 33.33vh;
  animation: parallaxScroll2 40s linear infinite;
}

.parallax_layer_2 img {
  width: 512px;
  height: 256px;
  border-radius: 5px;
  object-fit: cover;
  margin-right: 500px;
  margin-top: 24px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
}

.parallax_layer_3 {
  top: 66.66vh;
  animation: parallaxScroll3 30s linear infinite;
}

.parallax_layer_3 img {
  width: 256px;
  height: 256px;
  border-radius: 5px;
  object-fit: cover;
  margin-right: 500px;
  margin-top: 24px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
}

.parallax_layer_4 {
  top: 83.33vh;
  animation: parallaxScroll4 35s linear infinite;
}

.parallax_layer_4 img {
  width: 512px;
  height: 256px;
  border-radius: 5px;
  object-fit: cover;
  margin-right: 500px;
  margin-top: 24px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
}

.parallax_layer_5 {
  top: 100vh;
  animation: parallaxScroll5 40s linear infinite;
}

.parallax_layer_5 img {
  width: 512px;
  height: 256px;
  border-radius: 5px;
  object-fit: cover;
  margin-right: 500px;
  margin-top: 24px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
}

.parallax_layer_6 {
  top: 136.66vh;
  animation: parallaxScroll6 45s linear infinite;
}

.parallax_layer_6 img {
  width: 256px;
  height: 256px;
  border-radius: 5px;
  object-fit: cover;
  margin-right: 500px;
  margin-top: 24px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
} */

.main_content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  opacity: 1;
}

.main_content::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.content_wrapper {
  position: relative;
  z-index: 3;
  max-width: 700px;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  margin-bottom: 4rem;
}

.content_wrapper_bigger {
  position: relative;
  z-index: 3;
  max-width: 1100px;
  margin: 0 auto;
  justify-content: center;
}

.main_title {
  position: relative;
  z-index: 3;
  text-align: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  /* margin-bottom: 2rem; */
  margin-top: 2rem;
}

/* Project description animations */
.project_description {
  font-size: 22px;
  line-height: 120%;
  font-weight: 700;
  margin-bottom: 1rem;
  margin-top: 3rem;
  text-align: center;
  transition:
    opacity 0.8s ease-out,
    transform 0.8s ease-out;
  display: block;
}

.project_description_mobile {
  font-size: 1rem;
  line-height: 130%;
  font-weight: 700;
  margin-bottom: 1rem;
  text-align: center;
  transition:
    opacity 0.8s ease-out,
    transform 0.8s ease-out;
  display: none;
}



.highlight_text {
  /* font-family: "Noto Serif JP", serif; */
  font-size: 36.33px;
  font-weight: 900;
  line-height: 190%;
  letter-spacing: 0%;
  margin-bottom: 1rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-align: center;
}

.highlight_text p {
  display: inline;
  background: #222;
  border-radius: 5px;
  padding: 0.2em 0.4em;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  transition:
    opacity 0.8s ease-out,
    transform 0.8s ease-out;
}



.detail_text {
  margin-bottom: 2rem;
  line-height: 1.8;
  /* font-size: 24.56px; */
  line-height: 140%;
  font-weight: 700;
  margin-top: 2rem;
  text-align: center;
}

.detail_text p {
  transition:
    opacity 0.8s ease-out,
    transform 0.8s ease-out;
}


.catchphrase {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 3rem;
  text-align: center;
}

.catchphrase p {
  margin-bottom: 1rem;
}

.closing_text {
  text-align: center;
  font-size: 1.2rem;
  line-height: 2;
}


/* ==波のトランジション== */


.shapedividers_com_8976 {
  overflow: visible;
  position: absolute;
  height: 400px;
  left: 0;
  right: 0;
  bottom: -10px;
  z-index: 100;
}

.shapedividers_com_8976::before {
  content: '';
  font-family: 'shape divider from ShapeDividers.com';
  position: absolute;
  bottom: -1px;
  left: -1px;
  right: -1px;
  top: auto;
  z-index: 30;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: 193% 270px;
  background-position: 20% 100%;
  background-image: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 35.28 2.17' preserveAspectRatio='none'><path d='M35.28 1.67c-3.07-.55-9.27.41-16.15 0-6.87-.4-13.74-.58-19.13.1v.4h35.28z' fill='%23ff7100'/><path d='M35.28 1.16c-3.17-.8-7.3.4-10.04.56-2.76.17-9.25-1.47-12.68-1.3-3.42.16-4.64.84-7.04.86C3.12 1.31 0 .4 0 .4v1.77h35.28z' opacity='.5' fill='%23ff7100'/><path d='M35.28.31c-2.57.84-7.68.3-11.8.43-4.1.12-6.85.61-9.57.28C11.18.69 8.3-.16 5.3.02 2.3.22.57.85 0 .87v1.2h35.28z' opacity='.5' fill='%23ff7100'/></svg>");
}

@media (max-width:767px) {


  .audition_top_logo {
    max-width: 100vw;
  }

  .shapedividers_com_8976::before {
    height: 100%;
    background-size: 215% 393px;
    background-position: 45% 100%;
  }
}

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

  .shapedividers_com_8976::before {
    bottom: -0.1vw;
    left: -0.1vw;
    right: -0.1vw;
    top: -0.1vw;
    background-size: 106% 366px;
    background-position: 50% 100%;
  }
}

@media (min-width: 1025px) {
  .shapedividers_com_8976::before {
    bottom: -0.1vw;
    left: -0.1vw;
    right: -0.1vw;
    top: -0.1vw;
    background-size: 106% calc(2vw + 366px);
  }
}

.about_description p {
  font-size: clamp(12px, 3vw, 18px);
  padding-left: 15px;
  text-align: left;
  margin-bottom: 15px;
}



/* Responsive design */
@media (max-width: 768px) {
  nav {
    justify-content: space-between;
    padding: 16px 0px;
  }

  .hamburger {
    display: block;
    cursor: pointer;
    padding: 10px;
    z-index: 1001;
    margin-right: 20px;
    margin-left: auto;
  }

  .nav_links_left {
    display: flex;
    list-style: none;
    gap: 1rem;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
  }

  .language_selector {
    width: 100%;
    justify-content: center;
    align-items: center;
    padding-right: 1rem !important;
  }

  .language_selector a {
    font-weight: 800;
  }

  .logo {
    margin-left: 20px;
  }

  .logo img {
    height: 40px;
  }

  .hamburger span {
    display: block;
    width: 30px;
    height: 3px;
    background-color: white;
    margin: 8px 0;
    transition: all 0.3s ease;
    transform-origin: center;
  }

  .hamburger span:nth-child(2) {
    display: none;
  }

  .hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(0, 10px);
  }

  .hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(0, -10px);
  }

  .content_wrapper {
    margin-top: 0rem;
  }

  .nav_links {
    display: none;
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.95);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: right 0.3s ease;
    z-index: 1000;
  }

  .nav_links.active {
    display: flex;
    right: 0;
  }

  .nav_links li {
    margin: 20px 0;
  }

  .nav_links a {
    font-size: 28px;
  }

  .content_wrapper {
    max-width: auto;
  }

  .nav_links.active {
    display: flex;
    margin-top: 40px;
    margin-right: 0;
  }


  /* .detail_text {
    font-size: 0.8rem;
  } */

  .main_title {
    font-size: 2rem;
    margin-bottom: 40px;
  }

  .catchphrase {
    font-size: 1.4rem;
  }


  .highlight_text {
    font-size: 1.3rem;
  }

  .project_description {
    display: block !important;
    font-size: 1rem;
    margin-top: -1rem;
  }

  .requirements_section_wrapper {
    flex-direction: column;
    padding: 0 !important;
    align-items: flex-start !important;
    width: 100%;
    gap: 0rem !important;
  }

  .requirements_content {
    width: 100%;
  }

  .requirements_box {
    width: 100%;
    margin: 0;
    padding: 1rem 1.5rem !important;
  }

  .requirements_list {
    flex-direction: column;
    align-items: center;
    gap: 0rem;
    width: 100%;
  }

  .requirements_list_text {
    width: 100%;
    text-align: left;
    margin-top: 1rem;
  }

  .requirements_list_text li {
    padding-left: 1.5rem !important;
    font-size: 15px;
  }

  .req_icon {
    width: 80px;
    height: 80px;
  }

  .requirements_titles {
    align-items: flex-start;
  }

  .requirements_titles img.section_title {
    width: 300px;
    height: auto;
  }

  .story_section_wrapper {
    flex-direction: column;
    text-align: left;
    padding: 0 !important;
    align-items: flex-start !important;
  }

  .story_timeline {
    width: 100%;
  }

  .timeline-step {
    text-align: left;
    padding-left: 2rem;
  }

  .timeline-step::before {
    left: -5px;
  }

  .step_title {
    font-size: 18px;
    text-align: left;
    padding-right: 20px;
  }

  .story_titles {
    align-items: flex-start;
  }

  .section_title {
    text-align: center;
  }

  .precautions_section_wrapper {
    flex-direction: column;
    text-align: center;
    padding: 0 !important;
    align-items: flex-start !important;
    gap: 0rem !important;
  }

  .precautions_titles {
    align-items: flex-start;
  }

  .precautions_list {
    text-align: left;
    font-size: 16px;
    line-height: 0%;
    color: #333;
  }

  .precautions_list p {
    margin-bottom: 0rem !important;
    padding-left: 1em;
    text-indent: -1em;
    line-height: 150%;
  }

  .entry_section_wrapper,
  .contact_section_wrapper {
    flex-direction: column;
    text-align: left;
    padding: 0 !important;
    align-items: flex-start !important;
    gap: 0 !important;
  }

  .entry_titles,
  .contact_titles,
  .endmovie_titles {
    align-items: flex-start;
  }

  .contact_content {
    width: 100%;
    padding: 0 0px !important;
  }

  .contact_company,
  .contact_email,
  .contact_note {
    text-align: left;
  }

  .entry_button {
    width: 80%;
    justify-content: center;
    padding: 1rem 1.5rem;
    font-size: 18px;
    margin: 0 auto;
  }

  .section_title,
  .section_title_info {
    width: 300px;
    height: auto;
  }

  .precautions_titles img.section_title {
    width: 250px;
    height: auto;
  }

  .entry_titles img.section_title,
  .contact_titles img.section_title .endmovie_titles {
    width: 200px;
    height: auto;
  }




  .info_section {
    padding: 3rem 1.5rem !important;
  }

  .entry_titles {
    align-items: flex-start;
  }
}

/* Animation */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.main_content>* {
  animation: fadeIn 0.8s ease-out forwards;
}

/* Animation styles */
.fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition:
    opacity 0.8s ease-out,
    transform 0.8s ease-out;
}


.slide-in-left {
  opacity: 0;
  transform: translateX(-50px);
  transition:
    opacity 0.8s ease-out,
    transform 0.8s ease-out;
}


.slide-in-right {
  opacity: 0;
  transform: translateX(50px);
  transition:
    opacity 0.8s ease-out,
    transform 0.8s ease-out;
}


/* Info sections */
.info_section {
  padding: 4rem 2rem;
  transition:
    opacity 0.8s ease-out,
    transform 0.8s ease-out;
}


.section_title_info {
  font-size: 48px;
  color: #333;
  font-weight: 700;
  text-align: left;
  margin-bottom: -0.5rem;
}

.section_title {
  font-size: 48px;
  color: #333;
  font-weight: 700;
  text-align: left;
}

.jp_title {
  font-size: 24px;
  color: #333;
  margin-bottom: 1rem;
  font-weight: 700;
}

.info_box {
  background-color: #fff;
  background-size: 64px;
  background-blend-mode: hard-light;
  padding: 1.5rem;
  margin-top: 1rem;
  border-radius: 20px;
}

.info_text {
  font-size: clamp(12px, 3vw, 18px);
  line-height: 1.8;
  color: #333;
}

.info_text span {
  white-space: nowrap;
}

.Event_dates {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.Event_dates::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* background-image: url("assets/bg-patturn02.png"); */
  background-blend-mode: overlay;
  opacity: 0.5;
  z-index: 1;
}

.Event_dates::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* background-image: url("assets/bg-whatVee-pattern.svg"); */
  opacity: 0.1;
  background-blend-mode: normal;
  z-index: 1;
}

.Entry_Period,
.Event_Period {
  margin-bottom: 50px;
}

.event_attention_text {
  font-size: 0.7rem;
  color: #999;
  text-align: center;
}

.what-is_vee-info_box {
  border: 4px dotted black;
  border-style: dotted;
  border-width: 4px;
  border-color: black;
  padding: 1.5rem;
  margin-top: 0rem;
  border-radius: 16px;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.68);
  position: relative;
  z-index: 2;
}

/* Requirements section specific styles */
#requirements {
  position: relative;
  overflow: hidden;
}

#requirements::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* background-image: url("/images/bg_3.svg"); */
  filter: invert(1);
  background-size: cover;
  background-position: center;
  background-blend-mode: screen;
  z-index: 1;
}

#requirements::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(255, 113, 0);
  z-index: 1;
}

.requirements_section_wrapper {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3rem;
  max-width: 1100px;
  margin: 0 auto;
  min-height: 60vh;
  padding: 4rem 2rem;
}

.requirements_titles {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.requirements_content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.requirements_box {
  background: rgb(255, 255, 255);
  padding: 2rem;
  border-radius: 24px;
  box-shadow: 2.78px 5.57px 5.57px rgba(0, 0, 0, 0.198);
  display: flex;
  flex-direction: column;
  gap: 2rem;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  width: 100%;
}

.requirements_list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
  width: 100%;
}

.requirements_list_text {
  color: rgb(255, 113, 0);
  list-style: none;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  margin-top: -1rem;
  width: 100%;
}

.requirements_list_text li {
  display: flex;
  align-items: center;
  padding-left: 2.5rem;
  position: relative;
}

/* .requirements_list_text li::before {
  padding-left: 2%;
  content: "☆";
  position: absolute;
  left: 0;
  color: #333;
  font-size: 1em;
} */

.requirements_title {
  font-size: 1.5rem;
  padding: 0 15px;
  border-radius: 20px;
  font-weight: 700;
  color: #fff;
  background-color: rgb(255, 113, 0);
}

.req_icon {
  width: 105px;
  height: 105px;
  flex-shrink: 0;
  max-width: 100%;
  height: auto;
}

.requirements_notes {
  margin-top: 1rem;
  padding-left: 2rem;
  color: #fff;
  font-size: 15px;
  line-height: 1;
}

.requirements_notes p {
  margin-bottom: 0.5rem;
}

#story {
  background-color: #fff;
  position: relative;
  overflow: hidden;
  min-height: 50vh;
}

#story::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* background-image: url("/images/bg_1.svg"); */
  background-blend-mode: overlay;
  background-size: cover;
  background-position: center;
  opacity: 0.3;
  z-index: 1;
}

#story::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* background-image: url("/images/bg_2.svg"); */
  background-blend-mode: screen;
  filter: invert(1);
  opacity: 1;
  background-size: 100% 100%;
  background-position: center;
  z-index: 1;
}

.story_section_wrapper {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3rem;
  max-width: 1100px;
  margin: 0 auto;
  padding: 4rem 2rem;
}

.story_titles {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.story_content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.story_timeline {
  position: relative;
}

.story_timeline::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  border-left: 2px dotted black;
  /* Changed to dotted */
}

.timeline-step {
  position: relative;
  padding-left: 2rem;
}

.timeline-step::before {
  content: "";
  position: absolute;
  left: -5px;
  width: 12px;
  height: 12px;
  background-color: #ff4081;
  border-radius: 50%;
}

.step-number {
  font-size: 24px;
  font-weight: 700;
  color: #ff4081;
  margin-bottom: 0.5rem;
}

.step_title {
  font-size: 24px;
  font-weight: 700;
  color: #333;
  margin-bottom: 4rem;
}

.story_notes,
.endmovie_notes {
  margin-top: 2rem;
  font-size: 15px;
  line-height: 1.6;
  color: #333;
}

.story_notes p,
.endmovie_notes p {
  margin-bottom: 0.5rem;
}

/* Precautions section styles */
#precautions {
  background-color: #fed4a3;
  position: relative;
  overflow: hidden;
  min-height: 40vh;
}

#precautions::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-blend-mode: overlay;
  background-size: cover;
  background-position: center;
  z-index: 1;
}

.precautions_section_wrapper {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0rem;
  max-width: 1100px;
  margin: 0 auto;
  padding: 4rem 2rem;
}

.precautions_titles {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.precautions_content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.precautions_list {
  font-size: 15px;
  line-height: 130%;
  color: #333;
}

.precautions_list p {
  margin-bottom: 1rem;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 150%;
}

/* Entry section styles */
#entry {
  background-color: rgb(255, 113, 0);
  position: relative;
  overflow: hidden;
  min-height: 20vh;
  /* background-image: url("assets/osha-entry.svg"); */
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 400px auto;
  /* Added to make the entry image bigger */
  padding-top: 40px;
  padding-right: 40px;
}

.entry_section_wrapper {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  max-width: 1100px;
  margin: 0 auto;
  padding: 16px 32px;
  margin-top: 1rem;
}

.entry_titles {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.entry_content {
  margin-top: 20px;
  flex: 1;
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: relative;
}

.entry_content .osha-entry {
  position: absolute;
  top: -20px;
  right: 20px;
  height: 40px;
  width: auto;
}

.entry_button {
  background-color: #fff;
  border: 2px solid #fff;
  color: rgb(255, 113, 0);
  padding: 2rem 5rem;
  border-radius: 100px;
  text-decoration: none;
  font-size: 26px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  transition: all 0.3s ease;
  box-shadow: 0px 4px rgba(0, 0, 0, 0.9);
}

.entry_button:hover {
  background-color: rgb(255, 113, 0);
  border: 2px solid #fff;
  color: white;
}

/* endmovie_section */
#endmovie {
  margin: 0 auto;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
  /* background-image: url("assets/osha-contact.svg"); */
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 400px auto;
  padding-top: 40px;
  padding-right: 40px;
}

.endmovie_section_wrapper {
  z-index: 3;
  /* display: flex; */
  /* justify-content: space-between; */
  align-items: center;
  gap: 3rem;
  max-width: 1100px;
  margin: 0 auto;
  /* padding: 16px 32px; */
  max-width: 1100px;
  justify-content: center;
}

.endmovie_section {
  padding: 3rem 1.5rem !important;
}

.endmovie_titles {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.endmovie_content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.endmovie_note {
  font-size: 18px;
  color: #333;
}


.endmovie_comment_box {
  width: min(100%, 800px);
  border: 2px dotted #ff8800;
  background-color: #fff;
  background-size: 64px;
  background-blend-mode: hard-light;
  padding: 1.5rem;
  margin: 1rem auto;
  border-radius: 20px;
}

.massege_name {
  text-align: right;
  padding-right: 2rem;
}

/* Contact section styles */
#contact {
  background-color: #fff8dc;
  position: relative;
  overflow: hidden;
  /* background-image: url("assets/osha-contact.svg"); */
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 400px auto;
  padding-top: 40px;
  padding-right: 40px;
}

.contact_section_wrapper {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3rem;
  max-width: 1100px;
  margin: 0 auto;
  padding: 16px 32px;
}

.contact_titles {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contact_content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.contact_company {
  font-size: 18px;
  color: #333;
}

.contact_email {
  font-size: 18px;
  color: #333;
}

.contact_note {
  font-size: 18px;
  color: #333;
}

@media (max-width: 768px) {

  .entry_section_wrapper,
  .contact_section_wrapper {
    flex-direction: column;
    text-align: left;
    padding: 0 !important;
    align-items: flex-start !important;
    gap: 0 !important;
  }

  .entry_titles,
  .contact_titles,
  .endmovie_titles {
    align-items: flex-start;
  }

  .contact_content {
    width: 100%;
    padding: 0 20px;
  }

  .contact_company,
  .contact_email,
  .contact_note {
    text-align: left;
  }

  .entry_button {
    width: 80%;
    justify-content: center;
    padding: 1rem 1.5rem;
    font-size: 18px;
    margin: 0 auto;
  }

  .entry_content {
    justify-content: center;
    width: 100%;
  }
}

.entry_titles img.section_title,
.contact_titles img.section_title,
.endmovie_titles {
  width: 200px;
  height: auto;
}

.entry_titles .jp_title,
.contact_titles .jp_title,
.endmovie_titles {
  font-size: 15px;
}

.entry_title {
  color: #fff;
}



/* organizer_section */

.organizer_section {
  margin: 50px auto;
}

.organizer_section p {
  font-size: 1.5rem;
  text-align: center;
  color: #fff;
}

/* Topに戻るボタン */
.back_to_top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  color: white;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  z-index: 999;
  transition: all 0.3s ease;
  border: 1.5px solid rgba(255, 255, 255, 0.5);
  border: 1.5px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.15);
}

.back_to_top:hover {
  background: rgba(0, 0, 0, 0.5);
  border-color: rgba(255, 255, 255, 0.8);
  transform: translateY(-2px);
}

.arrow {
  width: 10px;
  height: 10px;
  border-left: 2px solid white;
  border-bottom: 2px solid white;
  transform: rotate(135deg);
  margin-top: 4px;
}

/* Footer styles */
footer {
  background-color: #1a1a1a;
  padding: 24px 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  margin: 0 auto;
}

.footer_logo {
  display: flex;
  align-items: center;
  gap: 16px;
}

.footer_logo img {
  height: 20px;
  width: auto;
  opacity: 0.8;
  transition: opacity 0.3s ease;
}

.footer_logo a {
  margin: 0;
  padding: 0;
}

.footer_logo img:hover {
  opacity: 1;
}

.footer_logo span {
  color: #666;
  font-size: 12px;
  white-space: nowrap;
}

.footer_links {
  display: flex;
  gap: 24px;
}

.footer_links a {
  color: #666;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s ease;
}

.footer_links a {
  font-weight: 700;
}

.footer_links div {
  color: #666;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s ease;
}

.footer_links a:hover {
  color: #999;
}

@media (max-width: 768px) {
  footer {
    flex-direction: column;
    gap: 16px;
    text-align: center;
    padding: 16px;
  }

  .footer_logo {
    flex-direction: column;
    gap: 8px;
  }

  .footer_logo span {
    white-space: normal;
  }

  .footer_links {
    flex-direction: column;
    gap: 12px;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes glowText {

  0%,
  100% {
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.3);
  }

  50% {
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
  }
}

/* .project_description p {
  animation: glowText 3s ease-in-out infinite;
} */

.precautions_titles img.section_title {
  width: 450px;
  height: auto;
}

@media (max-width: 768px) {
  .precautions_titles img.section_title {
    width: 300px;
    height: auto;
  }
}

@media (max-width: 480px) {
  .requirements_list {
    gap: 0.5rem;
  }

  .req_icon {
    width: 60px;
    height: 60px;
  }
}


/* =====entry form==== */

.entry_form_body {
  background-color: rgb(255, 113, 0);
  padding-bottom: 20px;
}

.entry_form_header {
  position: relative;
  width: 15vw;
  margin: auto;
}


.entry_form_top {
  margin: auto;
  margin-left: 2rem;
  Max-width: 820px;
  font-family: Poppins, sans-serif, 'Inter', 'Inter Fallback';
}

.entry_form_title h1 {
  font-weight: 700;
  font-size: 2rem;
  color: #fff;
}

.entry_form_description {
  font-size: 1rem;
  color: #fff;
}


/* .entry_form_title_highlight {
  background-color: #fff;
  color: rgb(255, 113, 0);
} */


.entry_form_wrapper {
  max-width: 820px;
  margin: 80px auto;
  padding: 20px 20px;
  border-radius: 5px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  background-color: #fff;
}

.entry_form_wrapper iframe {

  border-radius: 5px;
  width: 100%;
  border: none;
}

@media screen and (max-width: 768px) {
  .entry_form_wrapper {
    margin: 40px 16px;
    padding: 32px 20px;
  }
}

.back_button_wrap {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
}

.back_button {
  background: transparent;
  border: 1px solid #fff;
  border-radius: 999px;
  padding: 10px 22px;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
}

.back_button:hover {
  background: #111;
  border-color: #fff;
}