
body {
  margin: 0;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  color: #333;
  background-color: #000;
}
a {
  text-decoration: none;
  color: inherit;
}

.lp-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 76px;
  z-index: 1000;
}

.loading {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: #000;  
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width:320px) and (max-width:1050px) {

	.loading {
  margin-top: 0;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100vw;
      height: auto;
  min-height: 100dvh;
    z-index: 27900;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000; 
  
	}
}


.video-container{
    position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
overflow: hidden;
  z-index:-1;
}

.video-container::before{
  content:"";
  position:absolute;
  width: 100%;
  height: 100%;
  background:rgba(0,0,0,0.65);
  z-index:1;
  pointer-events:none;
}
.video-container video{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.video-container_mid{
    position: relative;
  inset: 0;
  width: 100%;
  height: 100%;
overflow: hidden;
  z-index:-1;
}
.video-container_mid video{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.hero {
  position: relative;
  height: 100dvh;
  min-height: 100dvh;
  width: 100%;
  
}



.reticle_wrp {
  position: fixed;
  z-index: 50;
  inset: 0;     
  z-index: 170;
  pointer-events: none;
  opacity: 0.8;

}

.reticle_corner__leftupper {
  position: absolute;
  top:30px;
  left:50px;
}

.reticle_corner__leftbottom {
   position: absolute;
  bottom:30px;
  left:50px;
}

.reticle_corner__rightupper {
   position: absolute;
  top:30px;
  right:50px;
}

.reticle_corner__rightbottom {
   position: absolute;
  bottom:30px;
  right:50px;
}



.reticle_corner__leftupper img,
.reticle_corner__leftbottom img,
.reticle_corner__rightupper img,
.reticle_corner__rightbottom img {
  width: 40vw; /* 好きなサイズ */
  height: auto;
}

@media screen and (min-width:320px) and (max-width:1050px) {
.hero {
    height: 100dvh; 
  }

  .reticle_corner__leftupper {
  position: absolute;
  top:60px;
  left:0;
}

.reticle_corner__leftbottom {
   position: absolute;
  bottom:13vw;
  left:0;
}

.reticle_corner__rightupper {
   position: absolute;
  top:60px;
  right:0;
}

.reticle_corner__rightbottom {
   position: absolute;
  bottom:13vw;
  right:0;
}
}

/*タブレット*/
@media screen and (min-width: 728px) and (max-width: 1024px) {
    .reticle_corner__leftupper img,
.reticle_corner__leftbottom img,
.reticle_corner__rightupper img,
.reticle_corner__rightbottom img {
  width: 50vw; 
  height: auto;
}
  .reticle_corner__leftupper {
  position: absolute;
  top:50px;
  left:-100px;
}

.reticle_corner__leftbottom {
   position: absolute;
  bottom:13vw;
  left:-100px;
}

.reticle_corner__rightupper {
   position: absolute;
  top:50px;
  right:-100px;
}

.reticle_corner__rightbottom {
   position: absolute;
  bottom:13vw;
  right:-100px;
}
}

.scan-wrap{
  position: fixed;
  inset: 0;    
  width: 100vw;
  height: 100%;

  
}


.scan-wrap::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  z-index: 2;


  background: repeating-linear-gradient(
    to bottom,
    rgba(255,255,255,0.10) 0px,
    rgba(255,255,255,0.20) 2px,
    rgba(0,0,0,0.00) 2px,
    rgba(0,0,0,0.00) 6px
  );

  opacity: 0.8; 

  mix-blend-mode: overlay; 
}

.scan-wrap::after{

  animation: scanShift 6s linear infinite;
}

@keyframes scanShift{
  0%{ transform: translateY(0); }
  100%{ transform: translateY(4px); } 
}
.fvcenter_wrp {
  position: relative;
}


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

.ttllogo_lock {
  display:block;
  position: absolute;
  width: 30%;
    z-index: 72;
}
.ttllogo_lock_button {
  display: block;
  position: absolute;
  width: 30%;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
  z-index: 74;
}

.ttllogo_wrp {
  position: absolute;
  top: -2vw;
  left: 50%;
  width: 100%;
  max-width: 1800px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateX(-50%) scale(0.8);
  transform-origin: center center;
  z-index: 300;
}



.ttllogo {
  display: block;
  position: absolute;
  width: 30%;
  z-index: 73; 
}


.reticle_ttllogo,.reticle_ttllogo_on {
  display:block;
  position: absolute;
  margin-top: 4.1vw;
  width: 45%;
  

 
}
.reticle_ttllogo_on,.reticle_ttllogo_on_red {
  display: block;
  position: absolute;
  margin-top: 4.1vw;
  width: 45%;

  opacity: 0;             
  pointer-events: none;
  z-index: 72;
}


.ttllogo_hover_area {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 34%;
  height: 24%;
  transform: translate(-50%, -50%);
  z-index: 1500;
  background: transparent;
  pointer-events: auto;
}

.ttllogo_lock_button,
.reticle_ttllogo_on_red {
  opacity: 0;
  transition: opacity 0.25s ease, transform 0.25s ease;
  pointer-events: none;
}
.reticle_ttllogo_on.is-shown {
  transition: opacity 0.25s ease;
}

.ttllogo_wrp.is-hover .reticle_ttllogo_on.is-shown {
  opacity: 0;
}
.ttllogo_lock_button {
  position: absolute;
  z-index: 9999;
}
.ttllogo_wrp.is-hover .reticle_ttllogo_on_red {
  opacity: 1;
}

.ttllogo_wrp.is-hover .ttllogo_lock_button {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
}

.reticle_ttllogo,
.reticle_ttllogo_on,
.reticle_ttllogo_on_red,
.ttllogo_lock,
.reticle_locked,
.reticle_target,
.reticle_scroll,
.reticle_scorp__top,
.reticle_scorp__left,
.fv_copy__main {
  pointer-events: none;
}

.ttllogo {
  position: absolute;
  width: 30%;
  z-index: 1000;
}

.fv_copy__main {
  position: absolute;
  width: 50%;
  margin-top: 5vw;
  margin-left: 25vw;
  opacity:0.7;
  z-index: 100;
}



@media screen and (min-width:320px) and (max-width:1050px) {
 .ttllogo_wrp {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    transform: none;
    z-index: 300;
  }
  
.ttllogo {
  width: 54.6%; /* 42 × 1.3 */
}

.reticle_ttllogo,
.reticle_ttllogo_on,
.reticle_ttllogo_on_red {
  width: 80.6%; /* 62 × 1.3 */
  margin-top: 7.8vw; /* 6 × 1.3 */
}

.reticle_locked {
  width: 10.4%; /* 8 × 1.3 */
  margin-top: -44.2vw; /* -34 × 1.3 */
  margin-left: -28.6vw; /* -22 × 1.3 */
}

.reticle_scroll {
  width: 13%; /* 10 × 1.3 */
  margin-top: 77.6vw; /* 52 × 1.3 */
}

.fv_copy__main {
  position: absolute;
  width: 75.4%; /* 58 × 1.3 */
  margin-top: -90.6vw; /* -72 × 1.3 */
  margin-left: 0;
  opacity: 0.7;
  z-index: 100;
}
  
  .ttllogo_lock_button {
  display: block;
  position: absolute;
  width: 54.6%;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
  z-index: 1740!important;
}


}
/*タブレット*/
@media screen and (min-width: 728px) and (max-width: 1024px) {
.ttllogo_wrp {
  position: absolute;
  top: -2vw;
  left: 50%;
  width: 100%;
  max-width: 1800px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateX(-50%) scale(0.8);
  transform-origin: center center;
  z-index: 300;
}
}
.reticle_locked {
    display:block;
  position: absolute;
  margin-top: -25vw;
  margin-left: -17vw;
  width:6%;
    z-index: 75;
}

.reticle_scorp__top {
   position: absolute;
  width: 12%;
  margin-top: -33vw;
  margin-left: 0vw;
}
.reticle_scorp__left {
   position: absolute;
  width:2%;
  margin-top: 4.5vw;
  margin-left: -50vw;
}

.reticle_target {
    position: absolute;
  width: 3%;
  margin-top: 42vw;

}

@media (max-height: 920px) {

	.reticle_target,.reticle_scorp__top {
   display: none;

}
	
	.account{
display:none;}

}

.reticle_num__left {
  position: absolute;
  width: 5.5%;
  top:5vw;
  left:9vw;
   z-index: 100;
}

.reticle_num__right {
  position: absolute;
  width: 7%;
  top:1vw;
  right:20px;
   z-index: 100;
}

.bnr_fv__pv {
  position: absolute;
  width: 35vw;
  margin-top:4vw;
  margin-left: 88vw;
}

.txtarea_gnavi {
  position: fixed;
  color:#ffffe1;
  font-weight: 800;
}

.gnavi{
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: 10vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 0;
  z-index: 450;
}

.gnavi li{
  width:250px; 
}


.gnavi a,
.gnavi button{
  display:block;
  width:11vw;
  padding:5px 20px;
  transition:0.2s ease;
  cursor:pointer;
  font-size: min(1vw, 20px);
  font-weight: 600;
  color:#ffffe1;

  background:none;
  border:none;
  text-align:left;
}


.gnavi li:hover a,
.gnavi li:hover button,
.gnavi a.current,
.gnavi button.current{
  color:#191e27;
  background:#ffffe1;
}


#news {
   position: relative;
  width: 100%;
  height: auto;
  padding-bottom:10%;
   background:
    linear-gradient(rgba(20,100,0,0.4), rgba(255,255,0,0.2)),
    url(../img/common/bg-pattern-01.jpg);
  z-index: 400!important;
}


#message {
   position: relative;
  width: 100%;
  height: auto;
  background: linear-gradient(173deg,rgba(0, 124, 165, 0.8) 36%, rgba(5, 52, 66, 0.8) 100%);
 z-index:800!important;
  padding-bottom:15%;
}

#history {
  position: relative;
  width: 100%;
  height:auto;
  background-color: #00A99D;
  z-index: 400 !important;
}

.sec_historyback {
  position: relative;
  width: 90%;
  left: 4%;
  z-index: 1;
}

.sec_bnr_history {
  position: absolute;
  width: 60%;
  margin-top: 10vw;
    left: 50%;
  transform: translate(-50%);
  z-index: 2;
}


.reticle_wire {
  position: absolute;
  bottom:0;
  opacity:0.8;
}

.account {
  position: fixed;
  left: 50%;
  bottom: 5vw;
  transform: translateX(-50%);

  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0px;

  width: 80%;
  z-index: 270;
}

.account img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
}

.account img:nth-child(1),
.account img:nth-child(2) {
  width: 15vw;
}

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

  #news {
   position: relative;
  width: 100%;
  height: auto;
  padding-bottom:30%;
   background:
    linear-gradient(rgba(20,100,0,0.4), rgba(255,255,0,0.2)),
    url(../img/common/bg-pattern-01.jpg);
  z-index: 400!important;
}

  #history {
  position: relative;
  width: 100%;
  height:auto;
  background-color: #00A99D;
  padding-bottom:5%;
  z-index: 400 !important;
}
  .sec_bnr_history {
  position: relative;
  width: 100%;
  margin-top: 0vw;
    left: inherit;
  transform: none;
  z-index: 2;
}

.account {
  position: fixed;
  left: 48%;
  bottom: 5vw;
  transform: translateX(-50%);
  width: 97%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30%;
  z-index: 470;
}

.account img {
  display: block;
  width: 50%;
  height: auto;
  transform: scale(2.8);
  transform-origin: center center;
}
}

.acttl {
  width: 30%;
  padding-right:0px;
}

.scrollwrp {
  position: fixed;
  width:2%;
  display: flex;
    left:50%;
  bottom:1.5vw;
  transform:translateX(-50%);

  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:0.8vw;
  z-index: 170;
}
.scrollwrp img:nth-child(2){
     transform: scale(1.3)!important; 
}


.bnrwrp_left{
  position:absolute;
  width:24vw;
  bottom:5vw;
  left:8.5vw;
  z-index: 400;
}

.introkv {
  position: absolute;
   width: 60%;
  margin-left: 24%;
  bottom:0;
  z-index: 54;
}

.bnrwrp_right {
  position:absolute;
  width:25vw;
  bottom:5vw;
  right:8.5vw;
 z-index: 375;
}

@media (max-height: 760px) {
.bnrwrp_left{
  position:absolute;
  width:20vw;
  bottom:5vw;
  left:8.5vw;
  z-index: 375;
}

.bnrwrp_right {
  position:absolute;
  width:20vw;
  bottom:5vw;
  right:8.5vw;
 z-index: 375;
}
}

.introcopy {
  position: absolute;
  width: 30%;
  bottom:6vw;
  right:18vw;
  z-index: 55;
}

.topcontwrp {
  position: fixed;
  
}


/*イントロ*/
#intro{
  
  position: relative;
  width: 100%;
	
  background-color: rgba(0,0,0,0.5);

}

.intro_stage{
  position: relative;
  height: 100dvh;
	max-width: 1800px;
	margin: 0 auto;
  z-index: 200;
}



.intro_ready_top{
  position: absolute;
  inset: 0;
  z-index: 200!important;
}
.intro_ready{
  position: absolute;
  inset: 0;
}

.intro_ready_top .initializing{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: min(320px, 50vw);
  height: auto;
  display: block;
}
.intro_ready .initializing{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: min(320px, 50vw);
  height: auto;
  display: block;
}




.intro_body{
  position: relative;
  min-height: 100dvh;
	
  display: flex;
  align-items: center;     
  justify-content: center; 
  padding-block: 6vh;   
}
.intro_illust {
  position: absolute;
  width: 100%;
  bottom:0;
  right:0;
}
.introimg1 {
  position: absolute;

  width: 35%;
   right: 0%;
  bottom:25vw;
  z-index: 50;
}

.introimg2 {
  position: absolute;
  width: 35%;
   right: 0%;
  bottom:0;
  z-index: 50;
}

.introimg3 {
 position: absolute;
  width: 15%;
   right: 23%;
  bottom:43VW;
  z-index: 40;
}


.copy_heading__intro {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  position: relative;
  width: 55vw;
  z-index: 80;
}

.copy_heading__reboot {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  position: relative;
  width: 55vw;
  z-index: 40;
}

.copy_heading__intro img {
  display: block;
  height: auto;
}

/* 1行目 */
.copy_heading__intro img:nth-child(1) {
  width: 100%;
}

.copy_heading__intro img:nth-child(2) {
  width: calc((100% - 30px) * 23 / 61);
}

.copy_heading__intro img:nth-child(3) {
  width: calc((100% - 30px) * 38 / 61);
}

@media screen and (max-width: 1050px) {
  
  .copy_heading__intro {
       width: 90vw;
    gap: 5px;
  }

  .copy_heading__intro img:nth-child(1) {
    width: 100%;
  }

  .copy_heading__intro img:nth-child(2) {
    width: 58%;
  }

  .copy_heading__intro img:nth-child(3) {
    width: 98%;
  }
  
}


.copy_subheading__intro {
  color:#FFFFE1;
  font-size: 2.5vw;
  font-weight: 800;
  margin-top: 2vw;
  letter-spacing: 0.06em;
  line-height: 1.3em;
  
}
.copy_heading__intro img {
  display: block;
  will-change: transform, opacity;
  transform-origin: right top;
}
.sec_ttl {
  position: absolute;
  width: 14vw;
  left:50%;
  transform:translateX(-50%);
  margin-top:2vw;
  
}
.intro_heading {
  color:#fff;
  text-align: center;
}
.copy_lead__intro {
	position: relative;
   color:#FFFFE1;
  width: 75%;
		font-size: 1.1rem;
  font-weight: 600;
  margin-top: 3%;
  line-height: 1.8em;
	text-align: left;
	z-index: 100;
}

@media (max-height: 760px) {
	.copy_lead__intro {
   color:#FFFFE1;
		font-size: 1.1rem!important;
  font-weight: 500;
  margin-top: 1vw;
  line-height: 1.8em;
        width: 75%;
}
}
@media screen and (max-width: 1050px) {
  #intro {
    position: relative;
    width: 100%;
    padding-bottom:0;
    background-color: rgba(0,0,0,0.7);
    z-index: 1100;
    overflow: hidden;
  }
	.copy_lead__intro {
   color:#FFFFE1;
		font-size: 1.1rem!important;
  font-weight: 500;
      padding-bottom:10%;
  margin-top: 7%;
  line-height: 1.8em;
        width: 100%;
}
  .intro_stage {
    position: relative;
    height: auto;
    max-width: none;
    margin: 0 auto;
    z-index: 200;
  }

  .intro_body {
    position: relative;
    min-height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 14vw 0 12vw;
  }

  .intro_illust {
    position: relative;
    width: 100%;
    height: 110vw;
    margin: 0 auto;
    bottom: auto;
    right: auto;
  }

  .introimg1 {
    position: absolute;
    width: 108%;
    right: -5%;
    top: 0vw;
    bottom: auto;
    margin-top: 0;
    z-index: 30;
  }

  .introimg2 {
    position: absolute;
    width: 82%;
    right: 5%;
    top: 24vw;
    bottom: auto;
    margin-top: 0;
    z-index: 40;
  }

  .introimg3 {
    position: absolute;
    width: 34%;
    left: 2%;
    top: 16vw;
    bottom: auto;
    margin-top: 0;
    z-index: 20;
  }

  .copy_heading__intro {
    position: relative;
    width: 92vw;
    margin-top: -6vw;
    gap: 5px;
    z-index: 85;
  }

  .copy_heading__intro img:nth-child(1) {
    width: 100%;
  }

  .copy_heading__intro img:nth-child(2) {
    width: 58%;
  }

  .copy_heading__intro img:nth-child(3) {
    width: 98%;
  }

  .copy_subheading__intro {
    color: #FFFFE1;
    font-size: 6.7vw;
    font-weight: 800;
    margin-top: 5%;
    margin-bottom: 5%;
    letter-spacing: 0.06em;
    line-height: 1.3em;
  }
}

/*縦幅用*/
@media (max-height: 760px) {
	.sec_ttl {
  position: absolute;
  width: 10vw;
  left:50%;
  transform:translateX(-50%);
  margin-top:2vw;
  
}
}

.sec_ttl_news {
  position: relative;
  padding-top: 3%;
  left: 50%;
  width: 80%;
  transform: translateX(-50%);
  z-index: 3;
}
.sec_ttl_history {
  position: absolute;
  padding-top: 2%;
 left: 50%;
  transform: translate(-50%);
  width: 80%;
  z-index: 3;
}

.news-list{
  display:flex;
  gap:40px;
  list-style:none;
  padding:0;
  margin-top:30px;
}

.news-card{
  width:25%;
}

.thumb{
  position:relative;
}

.thumb a{
  display:block;
}

.thumb img{
  display:block;
  width:100%;
  height:auto;
}

.news-card.is-new .thumb::before{
  content:"NEW";
  position:absolute;
  top:0px;
  left:0px;
  z-index:10;
  display:inline-block;
  padding:6px 10px;
  background:#ff2a2a;
  color:#fff;
  font-size:13px;
  font-weight:700;
  line-height:1;
}
@media screen and (max-width: 1050px) {
  .sec_ttl_news {
  position: relative;
  padding-top: 10%;
  margin-bottom:0%;
  width: 100%;
  z-index: 3;
}
.news-list {
    display: flex;
    flex-wrap: wrap;
    gap: 24px 16px;

  }
  .news-card {
    width: calc((100% - 16px) / 2);
  }
    .news-card a {
    display: block;
    min-width: 0;
  }

  .thumb img {
    display: block;
    width: 100%;
    height: auto;
  }
}
.thumb{
width:100%;
aspect-ratio:16/9;
background:#1c3740;
margin-bottom:15px;
}

.thumb img{
width:100%;
height:100%;
object-fit:cover;
display:block;
}


.meta {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 10px;
  flex-wrap: wrap;
	font-weight: 600;
}

.meta > * {
  min-width: 0;
}

.cat{
font-size:0.7rem;
padding:2px 8px;
background:#1e2f36;
color:#fff;
}

.date{
font-size:0.8rem;
color:#777;
}

.title{
font-size:0.9rem;
line-height:1.4;
}

.flowing-bg{
  position:absolute;
  inset:0;
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:1vw;
  overflow:hidden;
  pointer-events:none;
  z-index:1;
}

.flowing-track{
  display:flex;
  white-space:nowrap;
  will-change:transform;
	  font-family: "Poppins", sans-serif;
    font-weight: 700;
}

.flowing-track span{

  flex:0 0 auto;
  padding-right:6vw;

  font-size:clamp(120px,14vw,260px);
  font-weight:900;
  letter-spacing:-0.02em;
  line-height:1;

  color:rgba(255,255,255,0.08);

  text-shadow:
  0 0 20px rgba(255,255,255,0.03),
  0 0 40px rgba(255,255,255,0.02);
}

.flowing-track-b{
  opacity:0.6;
}





.tribute_slider {
  position: relative;
  width: 100%;
  margin-top: 3%;
  padding: 0 120px;
  box-sizing: border-box;
	z-index: 200;
}

.tribute_slider_view {
  width: 100%;
  overflow: hidden;
	z-index: 200;
}

.tribute_illustwrp {
 position: relative;
  display: flex;
  gap: 50px;
  transform: translate3d(0, 0, 0);
  transition: transform 0.45s ease;
  will-change: transform;
}

.tribute_illustinner {
  flex: 0 0 420px;
}



.tribute_card {
  position: relative;
  width: 100%;
  background: #ece9d0;
  box-sizing: border-box;
  overflow: hidden;
  padding: 32px 22px 28px;
}

.tribute_card_message {
  position: relative;
  width: 100%;
  background: #ece9d0;
  box-sizing: border-box;
  overflow: hidden;
  padding: 42px 40px 18px;
  width: calc((100% - 80px) / 3);
}

/* 左の縦ライン */
.tribute_card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 10px;
  width: 2px;
  height: 100%;
  background: #087597;
  z-index: 3;
}

.tribute_card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 20px;
  width: 82px;
  height: 14px;
  background: repeating-linear-gradient(
    120deg,
    #ece9d0 0 6px,
    #087597 6px 12px
  );
  z-index: 3;
}


.tribute_message {
  display: flex;
  gap: 60px;
  align-items: stretch; 
}

.message_wr {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.tribute_from_block {
  margin-top: auto;
}


/* 左の縦ライン */
.tribute_card_message::before {
  content: "";
  position: absolute;
  top: 0;
  left: 10px;
  width: 2px;
  height: 100%;
  background: #087597;
  z-index: 3;
}

.tribute_card_message::after {
  content: "";
  position: absolute;
  top: 0;
  left: 20px;
  width: 82px;
  height: 14px;
  background: repeating-linear-gradient(
    120deg,
    #ece9d0 0 6px,
    #087597 6px 12px
  );
  z-index: 3;
}





.tribute_window {
  position: relative;
  overflow: hidden;
  background: #d8d2b2;
  z-index: 1;
  margin-bottom: 25px;
}

.tribute_img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.55s ease;
  will-change: transform;
}

.tribute_window:hover .tribute_img {
  transform: scale(1.12);
}

.tribute_arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 30;
  border: none;
  background: transparent;
  padding: 0;
  margin: 0;
  cursor: pointer;
  line-height: 0;
}

.tribute_arrow img {
  display: block;
  width: auto;
  height: auto;
  max-width: none;
}

.tribute_arrow_prev {
  left: 20px;
}

.tribute_arrow_next {
  right: 20px;
}

.tribute_arrow:disabled {
  opacity: 0.35;
  pointer-events: none;
}

@media screen and (max-width: 1050px) {
	.tribute_slider_view {
  width: 100%;
  overflow: hidden;
	touch-action: pan-x;
  overscroll-behavior: contain;
}
	.tribute_window:hover .tribute_img {
  transform: none;
}
  .flowing-track span{

  flex:0 0 auto;
  padding-right:6vw;

  font-size:clamp(120px,14vw,260px);
  font-weight:900;
  letter-spacing:-0.02em;
  line-height:1;

  color:rgba(255,255,255,0.08);

  text-shadow:
  0 0 0px rgba(255,255,255,0.08),
  0 0 0px rgba(255,255,255,0.08);
}
   .tribute_slider {
    padding: 0 45px 80px;
  }


  .tribute_illustinner {
    flex: 0 0 78vw;
    max-width: 420px;
  }

  .tribute_illustwrp {
    gap: 24px;
  }

   .tribute_arrow img {
    width: 30px;
    height: auto;
  }

  .tribute_arrow_prev {
    left: 6px;
  }

  .tribute_arrow_next {
    right: 6px;
  }
}


.tribute_illust_frame{
  width: 80%;       
  margin: 10% auto 0;
  overflow: hidden;
  position: relative;
}
.tribute_illust {
  position: absolute;
    display: block;
  margin-top: 10%;
  width: 90%;
  margin-left: 5%;
  height: auto;
  transition: transform 0.5s ease;
}
.tribute_illustinner:hover .tribute_illust {
  transform: scale(1.08);
}



.tribute_caption {
  position: relative;
  margin-left: 20px;
  z-index: 4;
}

.tribute_illust__ttl {
  font-size: 1.0vw;
  font-weight: 600;
  color: #2c8bb7;
  margin: 0 0 4px;
  line-height:0.5;
	  font-family: "Poppins", sans-serif;
    font-weight: 700;
}

.tribute_illust__name {
  font-family: "Poppins", sans-serif;
    font-weight: 700;
  font-size: 1.55rem;
  font-weight: 700;
  color: #333;
  margin: 0;
  line-height: 1.2;
}
.tribute_illust__name span {
  font-size: 80%;
}
.reticle_scroll {
     position: absolute;
  width: 12%;
  margin-top: 85vw;
}



#reboot {
  position: relative;
  width: 100%;
  z-index: 450;
  overflow: hidden;
  background: #000;
}

.video-container_mid {
  position: relative;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.video-container_mid video {
  display: block;
  width: 100%;
  height: auto;
  margin-top: -7.2%;
  margin-bottom: -7.2%;
}

.reboot_overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.2vw;
  background: rgba(0, 0, 0, 0.45);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.35s ease, visibility 0.35s ease;
  z-index: 10;
}

.reboot_overlay.is-show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.reboot_play {
  display: inline-block;
  border: 1px solid rgba(0,255,255,0.8);
  background: rgba(0,0,0,0.55);
  font-weight: 800;
 color:#00ffff;
  text-decoration: none;
  font-size: clamp(24px, 3.2vw, 32px);
  letter-spacing: 0.18em;
  padding: 1em 2.4em;
  transition: 0.25s ease;
	     font-family: "Poppins", sans-serif;
  font-weight: 800;
}

.reboot_play:hover {
  background: rgba(0,255,255,0.5);
   color:#ece9d0;
}

.reboot_caption {
  color:#ece9d0;
  font-size: clamp(45px, 8vw, 20px);
  letter-spacing: 0.16em;
  line-height: 1.5em;
  text-align: center;
     font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
  
}


#reboot_copy {
  position: relative;
  background: linear-gradient(1deg,rgba(182, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 41%);

  padding:0vw 5vw 2.54% 5vw;
  z-index: 450;
}

.reboot_subheading {
  position: absolute;
  font-weight: 600;
  font-size: 1.7vw;
  line-height: 1.6em;
  letter-spacing: 0.09em;
  margin-left: 6.3vw;
  margin-top: 9vw;
  color:#ece9d0;
  z-index: 50;
   filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, .8));
  font-family: "Poppins", sans-serif;
    font-weight: 700;
}
.reboot_subheading span {
  font-weight: 800;
  font-size: 120%;
  color:#ff0000;
}
.copy_reboot__intro {
  position: absolute;
  display: flex;
  gap:10px;
  width: 25%;
  margin-top: 4vw;
  margin-left: 6vw;
  z-index: 20;
}

.reboot_logo {
  position: absolute;
  width: 35vw;
  right:2vw;
  margin-top: -8vw;
  z-index: 12;
   filter: drop-shadow(0px 3px 10px rgba(0, 0, 0, .8));
}

.copy_back {
  position: relative;
  z-index: 10;
}

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

	.tribute_illust__ttl {
  font-size: 4vw;
  font-weight: 600;
  color: #2c8bb7;
  margin: 0 0 4px;
  line-height:1;
}
	
	.tribute_illust__name {
  font-size: 1.3rem;
  font-weight: 700;
  color: #333;
  margin: 0;
  line-height: 1.4;
}
  .reboot_overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3vw;
    padding: 0 5vw;
    background: rgba(0, 0, 0, 0.65);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.35s ease, visibility 0.35s ease;
    z-index: 10;
  }

  .reboot_play {
    display: inline-block;
    border: 1px solid rgba(255,255,255,0.8);
    background: rgba(0,0,0,0.55);
    font-weight: 800;
    color: #fff;
    text-decoration: none;
    font-size: clamp(25px, 4.5vw, 38px);
    letter-spacing: 0.18em;
    padding: 0.7em 1.8em;
    transition: 0.25s ease;
    margin-bottom: 0;
  }

  .reboot_caption {
    color: #fff;
    font-size: clamp(16px, 5vw, 30px);
    letter-spacing: 0.08em;
    line-height: 1.3em;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: normal;
  }

  #reboot_copy {
    position: relative;
    background: linear-gradient(1deg, rgba(182, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 41%);
    padding: 1vw 5vw 15% 5vw;
    z-index: 400;
  }

  .copy_reboot__intro {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 4vw;
    margin-left: 0;
    z-index: 20;
  }

  .reboot_subheading {
    position: relative;
    font-weight: 700;
    font-size: 4.5vw;
    line-height: 1.6em;
    letter-spacing: 0.09em;
    margin-left: 0;
    margin-top: 4vw;
    color: #ece9d0;
    z-index: 50;
    text-align: center;
  }
}
.tribute_message {
  position: relative;
  width: 100%;
  margin-top: 3%;
  padding: 0 120px;
  display: flex;
  gap: 60px;
  margin-bottom: 10%;
  z-index: 100;

  flex-wrap: wrap; /* ← これが必要 */
}

.message_wrp {
  position: relative;
  width: 90%;
  padding:2vw 0.1vw;
  margin: 0 auto;
}

.tribute_heading {
  font-weight: 700;
  font-size: 1.4rem;
  margin-bottom: 5%;
	color:#1e2f36;
}

.tribute_lead {
	border-top:1px solid #333;
	padding-top:20px;
	padding-bottom:30px;
  font-weight: 400;
  font-size: 1.0rem;
  line-height: 1.6em;
  margin-bottom: 5%;
  text-align: justify;
	color:#1e2f36;
}

.tribute_position {
    font-weight: 600;
  font-size: 1.4rem;
  margin-bottom: 0%;
}

.tribute_name {
      font-weight: 700;
  font-size: 1.8rem;
  margin-bottom: 5%;
}
.tribute_name span{
  font-size: 70%;
}

.tribute_ttl {
  margin-top: 3%;
  font-weight: 800;
  font-size: 5vw;
     font-family: "Poppins", sans-serif;
  font-weight: 900;
  line-height: 1;
  font-style: normal;
    color:#ece9d0;
  text-align: center;
  margin-bottom: 0.5%;
}

.tribute_subheading {
  font-weight: 700;
  font-size: 2vw;
  line-height: 1;
    color:#ece9d0;
  text-align: center;
       font-family: "Poppins", sans-serif;
  font-weight: 800;
}

.tibute_zoom {
  position: relative;
 width: 15%;
  margin: 1% auto;
}
.more_btn {
  display: none;
}

.no-hover,
.no-hover * {
  pointer-events: none !important;
}

.tribute_card.no-hover:hover {
  transform: none !important;
  opacity: 1 !important;
}

.tribute_card.no-hover {
  transition: none !important;
}

@media screen and (max-width: 1050px) {
  .tribute_heading {
  font-weight: 700;
  font-size: 1.2rem;
  margin-bottom: 5%;
	color:#1e2f36;
}
  .tribute_ttl {
  margin-top: 3%;
  font-weight: 800;
  font-size: 10vw;
     font-family: "Poppins", sans-serif;
  font-weight: 900;
  line-height: 1;
  font-style: normal;
    color:#ece9d0;
  text-align: center;
  margin-bottom: 0.5%;
}
.tribute_name {
      font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 5%;
}
.tribute_subheading {
  position: relative;
  font-weight: 600;
  font-size: 3.5vw;
  line-height: 1.5;
    color:#ece9d0;
  text-align: center;

 
}
  .tribute_message {
  position: relative;
  width: 100%;
  margin-top: 3%;
  padding: 0 5%;
  display: flex;
  gap: 60px;
  margin-bottom: 10%;

  flex-wrap: wrap; 
}

  .tibute_zoom {
  position: relative;
 width: 55%;
  margin: 1% auto;
}
  
  .more_btn {
    display: block;
    margin: 40px auto 0;
    padding: 3vw 20vw;
    border: none;
    background: #ECE9D0;
    color: #000;
    font-size: 4vw;
    font-weight: 600;
    cursor: pointer;
    border-radius: 999px;
    margin-bottom: 20%;
  }
.tribute_card_message {
  opacity: 1;
}

}

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

@keyframes tributeFadeUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.reticle_ttllogo_on_a {
    display: block;
   position: absolute;
  margin-top: 4.1vw;
  width: 45%;
  
  z-index: 80;
}

.snklogo {
  position: absolute;
  width: 100px;
  margin-top: 15px;
  margin-left: 15px;
  z-index: 400;
}

#special {
  position: relative;
  width: 100%;
  height: 500px;
  background-color: black;
  z-index: 400;
}

.lp-footer__credit {
  color:#fff;
  text-align: center;
}
@media screen and (max-width: 1050px) {
	.lp-footer__credit {
  color:#fff;
  text-align: center;
		margin-top: 2%;
		font-size: 0.8rem;
}
}

.footer {
  position: relative;
  width: 100%;
  height: auto;
  padding:40px;
  z-index: 5 !important;
  background-color: #1d3039;
}

.ft_snklogo {
  position: relative;
  width: 10%;
  margin: 0 auto;
  margin-bottom:1%;
}

.history_leftside__icon {
  position: absolute;
  left:-11vw;
  width: 8vw;
  z-index: 100;
}

.history_last {
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 1050px) {
	.snklogo {
  position: absolute;
  width: 100px;
  margin-top: 15px;
  margin-left: 15px;
}
  .footer {
  position: relative;
  width: 100%;
  height: auto;
  padding:40px;
  z-index: 170 !important;
  background-color: #1d3039;
}
  .ft_snklogo {
  position: relative;
  width: 50%;
  margin: 0 auto;
  margin-bottom:1%;
}
}

.langselect {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 5px;
  z-index: 400 !important;
}

.langselect a {
  display: block;
  width: 70px;
  flex: 0 0 auto;
}

.langselect a img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1050px) {
  .langselect {
    top: 15px;
    right: 20px;
    left: auto;
    transform: none;
    z-index: 500 !important;
  }

  .langselect a {
    width: 60px;
  }
}

.only-sp {
  display: none;
}

@media screen and (max-width: 1050px) {
  .hidden-sp {
    display: none !important;
  }

  .only-sp {
    display: block;
  }

  .sp-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 91000;
    pointer-events: none;
  }

  .sp-menu-btn {
    position: absolute;
    top: -3px;
    left: 50%;
    transform: translateX(-50%);
    width: 68px;
    height: 48px;
    background: rgba(0, 20, 24, 0.92);
    border: 1px solid rgba(104, 247, 255, 0.35);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    pointer-events: auto;
    padding: 0;
    box-sizing: border-box;
  }

  .sp-menu-btn span {
    display: block;
    width: 38px;
    height: 3px;
    background: #ffffe1;
    transition: transform 0.25s ease, opacity 0.25s ease;
  }

  .sp-menu-btn.is-open span:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
  }

  .sp-menu-btn.is-open span:nth-child(2) {
    opacity: 0;
  }

  .sp-menu-btn.is-open span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
  }

  .sp-menu {
    position: absolute;
    top: 72px;
    left: 50%;
    transform: translateX(-50%);
    width: min(86vw, 320px);
    background: rgba(0, 20, 24, 0.94);
    border: 1px solid rgba(104, 247, 255, 0.35);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.2s ease, visibility 0.2s ease;
  }

  .sp-menu.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .sp-menu-list {
    list-style: none;
    margin: 0;
    padding: 10px 0;
  }

  .sp-menu-list li {
    width: 100%;
  }

  .sp-menu-list button {
    all: unset;
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding: 14px 20px;
    color: #ffffe1;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    text-align: left;
  }

  .sp-menu-list button.current {
    color: #191e27;
    background: #ffffe1;
  }
}
.tribute_cap {
	font-weight: 800;
	margin-bottom: 0px;
	 font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
	color:#1e2f36;
}
.tribute_message {
  display: flex;
  gap: 40px;
  align-items: stretch;
}



.message_wr {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.tribute_from_block {
  margin-top: auto;
}

.intro_slug {
  position: absolute;
  width: 10%;
  left: 0;
  bottom: 0;
  z-index: 100;
  will-change: transform;
}
.intro_slug img {
  display: block;
  width: 100%;
  height: auto;
}

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


  .tribute_message {
    flex-wrap: wrap;
 gap: 40px;
  }

  .tribute_card_message {
    flex: 0 0 calc((100% - 40px) / 2);
  }
}


@media screen and (max-width: 1050px) {
  .intro_slug {
  position: absolute;
  width: 20%;
  left: 0;
  bottom: 0;
  z-index: 100;
  will-change: transform;
}
  
  .tribute_message {
    flex-wrap: wrap;
    gap: 44px;
  }

  .tribute_card_message {
    flex: 0 0 100%;
  }
}
.tribute_postion {
	    font-weight: 500;
}

.reticle_target_side {
  position: absolute;
  width: 30%;
  margin-top: 37vw;
}


.char_wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 50px;
  box-sizing: border-box;
  z-index: 300;
}

.char_item {
  width: 12%;
  height: 180px;
  display: flex;
  align-items: flex-end; 
  justify-content: center;
}

.char_item img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  display: block;
}

@media screen and (max-width: 1050px) {
  .char_wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
  box-sizing: border-box;
}

  .char_item {
  width: 15%;
  height: 180px;
  display: flex;
  align-items: flex-end; 
  justify-content: center;
}

}



.sns-banner {
  position: relative;
  width: 100%;
  background: #000;
  padding: 48px 0;
  z-index: 200;
}

.sns-banner__inner {
  width: 80%;
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sns-banner__item {
  display: block;
  flex: 0 0 auto;
  transition: transform 0.25s ease, filter 0.25s ease, opacity 0.25s ease;
}

/* PCホバー */
@media (hover: hover) {
  .sns-banner__item:hover {
    transform: translateY(-4px);
    filter: brightness(1.15);
  }

  .sns-banner__item:active {
    transform: translateY(0);
    filter: brightness(1);
  }
}

@media (hover: hover) {
  .sns-banner__item--copy:hover {
    transform: none;
    filter: none;
  }
}
.sns-banner__item img {
  display: block;
  width: 100%;
  height: auto;
}

/* それぞれ個別に大きさ調整 */
.sns-banner__item--copy {
  width: 30%;
}

.sns-banner__item--x {
  width: 33%;
}

.sns-banner__item--fb {
  width: 33%;
}

@media screen and (max-width: 1050px) {
  .sns-banner {
    padding: 52px 0;
  }

  .sns-banner__inner {
    width: 85% !important;
    max-width: none !important;
    margin: 0 auto !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 36px !important;
  }

  .sns-banner__item,
  .sns-banner__item--copy,
  .sns-banner__item--x,
  .sns-banner__item--fb {
    width: 100% !important;
    
    flex: none !important;
  }

  .sns-banner__item img {
    width: 100% !important;
    height: auto !important;
  }
}