html, body {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  color: #051730;
}

@media screen and (max-width:430px) {
    html, body {
    font-size: 0.9rem;
    }
}

* {
  box-sizing: border-box;
}

p {
  margin: 0;
}

h1 {
    margin: 0;
}

.weapon_wrap {
  position: relative;
  z-index: 6;
}

.inner{
  width: 100%;
  margin:0 auto;
}

.fv-bgimg {
    position: absolute;
    width: 100%;
    height: auto;
}

.firstview {
    width: 100%;
    height: 100vh;
    position: relative;
    background-image: url(../images/fv-bgimage_nochara.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin-top: 0;
    padding-top: 0;
    overflow: hidden;
}

.fv_deco_1 {
  position: absolute;
  top: -50px;
  left: 50px;
  z-index: 2;
}

.fv_deco_1 img {
  width: 20vw;
}

.fv_men {
  position: absolute;
  top: 18px;
  left: -200px;
  z-index: 1;
}

.fv_men img {
  max-width: 100vw;
}

.fv_deco_2 {
  position: absolute;
  top: 0px;
  left: 500px;
  z-index: 0;
}

.fv_deco_2 img {
  width: 13vw;
}

.fv_robot {
  position: absolute;
  z-index: 1;
  right: 0;
}

.fv_robot img {
  width: 10vw;
}

.fv_girl {
  position: absolute;
  right: -150px;
  bottom: -200px;
}

.fv_girl img {
  max-width: 100vw;
}

.target {
  animation: floating-y 1.5s ease-in-out infinite alternate-reverse;
}

.target2 {
  animation: floating-y 1.7s ease-in-out infinite alternate-reverse;
}

.target3 {
  animation: floating-y 1.2s ease-in-out infinite alternate-reverse;
}

@keyframes floating-y {
  0% {
    transform: translateY(-3%);
  }
  100% {
    transform: translateY(3%);
  }
}

h1 img {
    width: 45%;
    height: auto;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 11;
}

.release-date img {
    width: 60%;
    height: auto;
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.icarus_link div {
  transition: 0.3s;
}

.icarus_fixed {
  position: fixed;
  right: 2vw;
  bottom: 10vh;
  width: 220px;
  height: 220px;
  background-image: url(../images/icarus_before.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 7;
}

.icarus_fixed:hover {
  background-image: url(../images/icarus_after.png);
}

@media screen and (max-width:1440px) {
  .fv_deco_1 {
  position: absolute;
  top: -50px;
  left: 50px;
  z-index: 2;
  }

  .fv_deco_1 img {
    width: 23vw;
  }

  .fv_men {
    position: absolute;
    top: 18px;
    /* left: -200px; */
    z-index: 1;
  }

  .fv_men img {
    max-width: 100vw;
    position: absolute;
    z-index: 0;
  }

  .fv_deco_2 {
    position: absolute;
    top: 0px;
    left: 500px;
    z-index: 0;
  }

  .fv_deco_2 img {
    width: 15vw;
  }

  .fv_robot {
    position: absolute;
    z-index: 1;
    right: 0;
  }

  .fv_robot img {
    width: 10vw;
  }

  .fv_girl {
    position: absolute;
    right: -150px;
    bottom: -200px;
  }

  .fv_girl img {
    max-width: 100vw;
  }
  .icarus_fixed {
  position: fixed;
  right: 2vw;
  bottom: 10vh;
  width: 180px;
  height: 180px;
  background-image: url(../images/icarus_before.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
  }

  .icarus_fixed:hover {
    background-image: url(../images/icarus_after.png);
  }
}

@media screen and (max-width:1024px) {
  header {
    width: 100%;
  }
  main {
    width: 100%;
  }
  .firstview {
    width: 100%;
    height: 100vh;
    height: 100svh;
    position: relative;
    background-image: url(../images/fv_sp_nochara.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: 0;
    padding-top: 0;
    overflow: hidden;
  }
  .fv_deco_1 {
  position: absolute;
  top: -30px;
  left: 0px;
  z-index: 2;
  }

  .fv_deco_1 img {
    width: 35vw;
  }

  .fv_men {
    position: absolute;
    top: 50px;
    left: -300px;
    z-index: 1;
  }

  .fv_men img {
    max-width: 100vw;
    position: absolute;
    z-index: 0;
  }

  .fv_deco_2 {
    position: absolute;
    top: 20px;
    left: 400px;
    z-index: 0;
  }

  .fv_deco_2 img {
    width: 20vw;
  }

  .fv_robot {
    position: absolute;
    z-index: 3;
    top: -75px;
    right: 0;
  }

  .fv_robot img {
    width: 15vw;
  }

  .fv_girl {
    position: absolute;
    right: -250px;
    bottom: -150px;
    z-index: 2;
  }

  .fv_girl img {
    max-width: 125vw;
  }
  h1 img {
    width: 75%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
  }
  .release-date img {
    width: 80%;
    height: auto;
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .icarus_fixed {
  position: fixed;
  right: 2vw;
  bottom: 15vh;
  width: 110px;
  height: 110px;
  background-image: url(../images/icarus_before.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 10;
  }
}

@media screen and (max-width:768px) {
  header {
    width: 100%;
  }
  main {
    width: 100%;
  }
  .firstview {
    width: 100%;
    height: 100vh;
    height: 100svh;
    position: relative;
    background-image: url(../images/fv_sp_nochara.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: 0;
    padding-top: 0;
    overflow: hidden;
  }
  .fv_deco_1 {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  }

  .fv_deco_1 img {
    width: 40vw;
  }

  .fv_men {
    position: absolute;
    top: 50px;
    left: -350px;
    z-index: 1;
  }

  .fv_men img {
    max-width: 100vw;
    position: absolute;
    z-index: 0;
  }

  .fv_deco_2 {
    position: absolute;
    top: 20px;
    left: 300px;
    z-index: 0;
  }

  .fv_deco_2 img {
    width: 25vw;
  }

  .fv_robot {
    position: absolute;
    z-index: 3;
    top: 5px;
    right: 0;
  }

  .fv_robot img {
    width: 20vw;
  }

  .fv_girl {
    position: absolute;
    right: -250px;
    bottom: -150px;
    z-index: 2;
  }

  .fv_girl img {
    max-width: 145vw;
  }
  h1 img {
    width: 75%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
  }
  .release-date img {
    width: 80%;
    height: auto;
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .icarus_fixed {
  position: fixed;
  right: 2vw;
  bottom: 15vh;
  width: 110px;
  height: 110px;
  background-image: url(../images/icarus_before.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 10;
  }
}

@media screen and (max-width:430px) {
  header {
    width: 100%;
  }
  main {
    width: 100%;
  }
  .firstview {
    width: 100%;
    /* height: 930px; */
    height: auto;
    min-height: 100svh;
    position: relative;
    background-image: url(../images/fv_sp_nochara.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center !important;
    margin-top: 0;
    padding-top: 0;
    overflow: hidden;
  }
  .fv_deco_1 {
  position: absolute;
  top: -20px;
  left: -50px;
  z-index: 2;
  }

  .fv_deco_1 img {
    width: 70vw;
  }

  .fv_men {
    position: absolute;
    top: 50px;
    left: -350px;
    z-index: 1;
  }

  .fv_men img {
    max-width: 150vw;
    position: absolute;
    z-index: 0;
  }

  .fv_deco_2 {
    position: absolute;
    top: 20px;
    left: 200px;
    z-index: 0;
  }

  .fv_deco_2 img {
    width: 50vw;
  }

  .fv_robot {
    position: absolute;
    z-index: 3;
    top: 10px;
    right: -30px;
  }

  .fv_robot img {
    width: 30vw;
  }

  .fv_girl {
    position: absolute;
    right: -200px;
    bottom: -100px;
    z-index: 2;
  }

  .fv_girl img {
    max-width: 210vw;
  }
  h1 img {
    width: 120%;
    height: auto;
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
  }
  .release-date img {
    width: 80%;
    height: auto;
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .icarus_fixed {
  opacity: 0;
  width: 0;
  height: 0;
  }
}

@media screen and (max-width:375px) {
  header {
    width: 100%;
  }
  main {
    width: 100%;
  }
  .firstview {
    width: 100%;
    height: auto;
    min-height: 100svh;
    position: relative;
    background-image: url(../images/fv_sp_nochara.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center !important;
    margin-top: 0;
    padding-top: 0;
    overflow: hidden;
  }
  .fv_deco_1 {
  position: absolute;
  top: -20px;
  left: -50px;
  z-index: 2;
  }

  .fv_deco_1 img {
    width: 70vw;
  }

  .fv_men {
    position: absolute;
    top: 30px;
    left: -300px;
    z-index: 1;
  }

  .fv_men img {
    max-width: 145vw;
    position: absolute;
    z-index: 0;
  }

  .fv_deco_2 {
    position: absolute;
    top: 20px;
    left: 150px;
    z-index: 0;
  }

  .fv_deco_2 img {
    width: 50vw;
  }

  .fv_robot {
    position: absolute;
    z-index: 3;
    top: 60px;
    right: -30px;
  }

  .fv_robot img {
    width: 30vw;
  }

  .fv_girl {
    position: absolute;
    right: -225px;
    bottom: -150px;
    z-index: 2;
  }

  .fv_girl img {
    max-width: 250vw;
  }
  h1 img {
    width: 120%;
    height: auto;
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
  }
  .release-date img {
    width: 80%;
    height: auto;
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .icarus_fixed {
  opacity: 0;
  width: 0;
  height: 0;
  }
}

/* .weapon_section {
    position: relative;
} */

.weapon_section {
  position: relative;
    width: 100%;
    height: 100vh;
    background-image: url(../images/weapon_sec_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.weapon_sec_txt {
    position: absolute;
    right: 0;
    padding: 15vh 15vw 0 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.weapon_title {
    width: 600px;
    height: auto;
}

.weapon_sec_bg_duallaser {
  position: absolute;
    left: 0;
    width: 100%; /* ★追加・修正 */
    height: 100%;
    z-index: 1;
    overflow: hidden; /* ★追加 */
}

.weapon_sec_bg_duallaser img {
  /* position: absolute;
  left: 0;
  width: auto; 
  height: 100vh;
  z-index: 1;
  object-fit: contain; */
  position: absolute;
  z-index: -1 !important;
  top: -25%;
  left: -10%;
  max-width: 100vw;
  /* height: 75vw; */
  object-fit: contain;
}

/* .weapon_sec_bg {
  background-image: url(../images/weapon_sec_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
} */

/* .weapon_sec_bg img {
    width: 100%;
    height: 100vh;
} */

.bg_navy {
  background-color: rgba(10, 39, 77, 0.75);
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  margin-top: 10px;
  /* margin-bottom: 10px; */
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.25);
}

.big {
  font-size: 2rem;
}

.more {
  position: absolute;
  right: 15%;
  margin: 83vh 0vw 0px 0px;
}

.weapon_modal {
  z-index: 2;
  position: absolute;
  right: 0;
  padding: 45vh 14.5vw 0 0;
}

.weapon_exp {
  width: 100%;
}

@media screen and (max-width:1440px) {
.weapon_sec_bg_duallaser img {
  /* position: absolute;
  left: 0;
  width: auto;
  height: 100vh;
  z-index: 1;
  object-fit: contain; */
  position: absolute;
  z-index: -1 !important;
  top: -25%;
  left: -25%;
  max-width: 100vw;
  /* height: 75vw; */
  object-fit: contain;
  }
}

@media screen and (max-width:1024px) {
  .weapon_sec_bg_duallaser img {
    /* position: absolute;
    left: -180px;
    width: auto; 
    height: 100vh;
    z-index: 1;
    object-fit: contain; */
    position: absolute;
    top: -20%;
    left: -50vh;
    max-width: 200vw;
    height: 120vh;
    z-index: 1;
    object-fit: contain;
  }
  .weapon_title {
    width: 600px;
    height: auto;
    margin-bottom: -15px;
  }
  .bg_navy {
  background-color: rgba(10, 39, 77, 0.75);
  color: #fff;
  font-size: 1.25rem;
  font-weight: 500;
  margin-top: 5px;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.25);
  }
  .big {
  font-size: 1.5rem;
  }
  .weapon_sec_txt {
    position: absolute;
    top: 15%;
    right: 35%;
    transform: translate(50%, 70%);
    padding: 0vh 0vw 0 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .weapon_contents_bg {
    width: 550px;
  }
  .weapon_modal {
    z-index: 2;
    position: absolute;
    top: 60%;
    right: 31%;
    transform: translate(50%, 125%);
    padding: 0;
  }
}

@media screen and (max-width:768px) {
  .weapon_sec_bg_duallaser img {
    /* position: absolute;
    left: -180px;
    width: auto; 
    height: 100vh;
    z-index: 1;
    object-fit: contain; */
    position: absolute;
    top: -30%;
    left: -400px;
    max-width: 200vw;
    height: 150vh;
    z-index: 1;
    object-fit: contain;
  }
  .weapon_title {
    width: 450px;
    height: auto;
    margin-bottom: -15px;
  }
  .bg_navy {
  background-color: rgba(10, 39, 77, 0.75);
  color: #fff;
  font-size: 1.25rem;
  font-weight: 500;
  margin-top: 5px;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.25);
  }
  .big {
  font-size: 1.5rem;
  }
  .weapon_sec_txt {
    position: absolute;
    top: 15%;
    right: 50%;
    transform: translate(50%, 175%);
    padding: 0vh 0vw 0 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .weapon_contents_bg {
    width: 450px;
  }
  .weapon_modal {
    z-index: 2;
    position: absolute;
    top: 60%;
    right: 50%;
    transform: translate(50%, 200%);
    padding: 0;
  }
}

@media screen and (max-width:430px) {
  .weapon_section {
  position: relative;
    width: 100%;
    height: auto;
    min-height: 100svh;
    background-image: url(../images/weapon_sec_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .weapon_sec_bg_duallaser img {
    /* position: absolute;
    left: -180px;
    width: auto; 
    height: 100vh;
    z-index: 1;
    object-fit: contain; */
    position: absolute;
    top: -30%;
    left: -275px;
    height: 130%;
    width: auto;
    max-width: none;
    /* height: 150vh; */
    z-index: 1;
    object-fit: contain;
  }
  .weapon_title {
    width: 350px;
    height: auto;
    margin-bottom: -15px;
  }
  .bg_navy {
  background-color: rgba(10, 39, 77, 0.75);
  color: #fff;
  font-size: 1.25rem;
  font-weight: 500;
  margin-top: 5px;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.25);
  }
  .big {
  font-size: 1.5rem;
  }
  .weapon_sec_txt {
    width: 350px;
    position: absolute;
    top: 15%;
    right: 50%;
    transform: translate(50%, 150%);
    padding: 0vh 0vw 0 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .weapon_contents_bg {
    width: 350px;
  }
  .weapon_modal {
    z-index: 2;
    position: absolute;
    top: 60%;
    right: 50%;
    transform: translate(50%, 200%);
    padding: 0;
  }
}

@media screen and (max-width:375px) {
  .weapon_section {
  position: relative;
    width: 100%;
    height: auto;
    min-height: 100svh;
    background-image: url(../images/weapon_sec_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .weapon_sec_bg_duallaser img {
    /* position: absolute;
    left: -180px;
    width: auto; 
    height: 100vh;
    z-index: 1;
    object-fit: contain; */
    position: absolute;
    top: -30%;
    left: -50%;
    transform: translate(-20%, 10px);
    max-width: 325vw;
    height: 150vh;
    z-index: 1;
    object-fit: contain;
  }
  .weapon_title {
    width: 350px;
    height: auto;
    margin-bottom: -15px;
  }
  .bg_navy {
  background-color: rgba(10, 39, 77, 0.75);
  color: #fff;
  font-size: 1.25rem;
  font-weight: 500;
  margin-top: 5px;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.25);
  }
  .big {
  font-size: 1.5rem;
  }
  .weapon_sec_txt {
    width: 350px;
    position: absolute;
    top: 15%;
    right: 50%;
    transform: translate(50%, 30vh);
    padding: 0vh 0vw 0 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .weapon_contents_bg {
    width: 350px;
  }
  .weapon_modal {
    z-index: 2;
    position: absolute;
    top: 60%;
    right: 50%;
    transform: translate(50%, 55vh);
    padding: 0;
  }
}

.genshin_section {
  position: relative;
  width: 100%;
  height: 100vh;
  background-image: url(../images/genshin_sec_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.genshin_sec_bg img {
    width: 100%;
    height: 100vh;
}

.genshin_sec_bg_gaia img {
  position: absolute;
  right: 0;
  width: fit-content;
  height: 100vh;
  z-index: 0;
}

.genshin_sec_bg_gaia_sp img {
  display: none;
  }

.genshin_title {
    width: 188.15px;
    height: auto;
}

.genshin_sec_txt {
    position: absolute;
    left: 0;
    padding: 15vh 0 0 15vw;
    z-index: 5;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.genshin_slider {
  /* z-index: 5; */
  position: absolute;
  left: 0;
  padding: 45vh 0 0 14vw;
}

.slide-items {
  width: 600px;
  height: auto;
  position: absolute;
  z-index: 2;
  padding: 0 50px;
  margin: 60px 70px 60px 70px;
}

.genshin_contents_bg {
  position: relative;
  z-index: 1;
}

.genshin_contents_frame_top {
  position: absolute;
  z-index: 11;
  right: -15px;
  margin-top: -15px;
}

.genshin_contents_frame_bottom {
  position: absolute;
    z-index: 11;
    left: 0px;
    bottom: -15px;
    transform: rotate(180deg);
}

@media screen and (max-width:1024px) {
  .genshin_title {
    width: 188px;
    height: auto;
  }
  .genshin_sec_txt {
    position: absolute;
    width: 800px;
    left: 0;
    padding: 0vh 0 0 0vw;
    z-index: 5;
    top: 15%;
    left: 50%;
    transform: translate(-50%, 0%);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .genshin_contents_bg {
    width: 650px;
    position: relative;
    z-index: 0;
  }
  .slide-items {
  width: 500px;
  height: auto;
  position: absolute;
  z-index: 2;
  padding: 0 50px;
  margin: 70px 75px 70px 75px;
  }
  .genshin_slider {
  z-index: 3;
  position: absolute;
  top: 45%;
  left: 40%;
  transform: translate(-50%, 0%);
  padding: 0vh 0 0 0vw;
  }
  .genshin_sec_bg_gaia img {
  display: none;
  }
  .genshin_sec_bg_gaia_sp img {
  display: block;
  position: absolute;
  right: 0;
  width: fit-content;
  height: 100vh;
  }
}

@media screen and (max-width:768px) {
  .genshin_title {
    width: 188px;
    height: auto;
  }
  .genshin_sec_txt {
    position: absolute;
    width: 400px;
    left: 0;
    padding: 0vh 0 0 0vw;
    z-index: 5;
    top: 15%;
    left: 50%;
    transform: translate(-50%, 55%);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .genshin_contents_bg {
    width: 450px;
    position: relative;
    z-index: 0;
  }
  .slide-items {
  width: 400px;
  height: auto;
  position: absolute;
  z-index: 2;
  padding: 0 50px;
  margin: 40px 30px 40px 30px;
  }
  .genshin_slider {
  z-index: 3;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, 50%);
  padding: 0vh 0 0 0vw;
  }
  .genshin_sec_bg_gaia img {
  display: none;
  }
  .genshin_sec_bg_gaia_sp img {
  display: block;
  position: absolute;
  right: 0;
  width: fit-content;
  height: 100vh;
  }
  .slide-arrow {
    display: none;
    opacity: 0;
  }
}

@media screen and (max-width:430px) {
  .genshin_section {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 100svh;
  background-image: url(../images/genshin_sec_bg.jpg);
  background-repeat: no-repeat;
    background-size: cover;
    background-position: top center !important;
    margin-top: 0;
    padding-top: 0;
    overflow: hidden;
}
  .genshin_title {
    width: 110px;
    height: auto;
  }
  .genshin_sec_txt {
    position: absolute;
    width: 350px;
    left: 0;
    padding: 0vh 0 0 0vw;
    z-index: 5;
    top: 15%;
    left: 50%;
    transform: translate(-50%, 45%);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .genshin_contents_wrap {
    position: absolute; /* sectionを基準に配置 */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;       /* ★ここが重要：固定されたsectionの高さを継承 */
    z-index: 0;
  }
  .genshin_contents_bg {
    width: 400px;
    position: relative;
    z-index: 0;
  }
  .slide-items {
  width: 400px;
  height: auto;
  position: absolute;
  z-index: 2;
  padding: 0 50px;
  margin: 30px 0px 30px 0px;
  }
  .genshin_slider {
  z-index: 3;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, 35%);
  padding: 0vh 0 0 0vw;
  }
  .genshin_sec_bg_gaia img {
  display: none;
  }
  .genshin_sec_bg_gaia_sp {
    position: absolute; /* ラッパーを基準に配置 */
    top: 0;
    right: 0;
    width: 100%;        /* または auto */
    height: 100%;
  }
  .genshin_sec_bg_gaia_sp img {
  display: block;
  position: absolute;
  right: 0;
  width: auto;
  height: 100%;
  object-fit: cover;
  }
  .slide-arrow {
    display: none;
    opacity: 0;
  }
}

@media screen and (max-width:375px) {
  .genshin_section {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 100svh;
  background-image: url(../images/genshin_sec_bg.jpg);
  background-repeat: no-repeat;
    background-size: cover;
    background-position: top center !important;
    margin-top: 0;
    padding-top: 0;
    overflow: hidden;
}
  .genshin_title {
    width: 110px;
    height: auto;
  }
  .genshin_sec_txt {
    position: absolute;
    width: 350px;
    left: 0;
    padding: 0vh 0 0 0vw;
    z-index: 5;
    top: 15%;
    left: 50%;
    transform: translate(-50%, 12vh);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .genshin_contents_bg {
    width: 350px;
    position: relative;
    z-index: 0;
  }
  .slide-items {
  width: 350px;
  height: auto;
  position: absolute;
  z-index: 2;
  padding: 0 50px;
  margin: 30px 0px 30px 0px;
  }
  .genshin_slider {
  z-index: 3;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, 10vh);
  padding: 0vh 0 0 0vw;
  }
  .genshin_sec_bg_gaia img {
  display: none;
  }
  .genshin_sec_bg_gaia_sp img {
  display: block;
  position: absolute;
  right: 0;
  width: fit-content;
  height: 100%;
  }
  .slide-arrow {
    display: none;
    opacity: 0;
  }
}

.icarus_lecture {
  position: relative;
  width: 100%;
  height: 100vh;
  background-image: url(../images/icarus_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 30px;
}

.icarus_lecture_title {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  position: absolute;
  left: -50px;
}

.icarus_lecture_title p{
  color: #fff;
  font-size: 2rem;
  padding-top: 25px;
}

.icarus_lecture_title h3 {
  width: 50%;
}

.lecture_pop {
  width: 250px;
  height: auto;
}

/* .icarus_lecture_title::before {
  content: '';
    background-image: url(../images/lecture_pop.png);
    background-repeat: no-repeat;
    background-size: 250px;
    background-position: right;
    width: 250px;
    height: 150px;
} */

.lecture_title_txt {
  width: 100%;
  height: auto;
}

.talkroom {
  position: relative;
  width: 43%;
  height: 32.5vw;
  background-color: #fff;
  position: absolute;
  top:  160px;                     /* 位置指定 */
  bottom:  5px;                  /* 位置指定 */
  left:  0;                    /* 位置指定 */
  right:  15px;                   /* 位置指定 */
  margin:  auto;               /* 中央寄せ */
  overflow-y: scroll;
  scrollbar-width: none;
  z-index: 1;
  border-radius: 10px;
}

.nametab {
  position: sticky;
  top: 0;
  width: 100%;
  height: 80px;
  background-color: #0A274D;
  z-index: 12;
  display: flex;
  justify-content: space-between;
  padding: 0 50px;
  align-items: center;
}

.iconwrap {
  display: flex;
  align-items: center;
}

.iconwrap p {
  padding-left: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
}

.icarus_icon {
  width: 60px;
  height: 60px;
}

.tablet {
  position: absolute;
  width: 55%;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.lecture_talk {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 0px;
}

.player_talk {
  padding-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  flex-direction: row-reverse;
}

.icarus_talk {
  padding-top: 50px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 30px;
}

.icon {
    width: 10vw;
  }
  .talk {
    width: 20vw;
  }

.message {
  width: 100%;
  height: 75px;
  background-color: #B6E5FB;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 50px;
  position: sticky;
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
}

.messagewrap p {
  width: 300px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  border-radius: 50px;
  background-color: #fff;
  font-weight: 500;
}

.dicord_link {
  transition: 0.5s;
}

.dicord_link:hover {
  opacity: 0.5;
}

.official_link {
  transition: 0.5s
}

.official_link:hover {
  opacity: 0.5;
}

@media screen and (max-width:1024px) {
  .tablet {
    position: absolute;
    width: 90%;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  /* .icarus_lecture_title::before {
  content: '';
    background-image: url(../images/lecture_pop.png);
    background-repeat: no-repeat;
    background-size: 200px;
    background-position: right;
    width: 200px;
    height: 150px;
  } */
  .icarus_lecture_title p{
    color: #fff;
    font-size: 2rem;
    padding-top: 10px;
  }
  .talkroom {
    position: relative;
    width: 70%;
    height: 55vw;
    background-color: #fff;
    position: absolute;
    top: 160px;
    bottom: 5px;
    left: -20px;
    right: -5px;
    margin: auto;
    overflow-y: scroll;
    scrollbar-width: none;
    z-index: 1;
    border-radius: 10px;
  }
  .nametab {
    position: sticky;
    top: 0;
    width: 100%;
    height: 100px;
    background-color: #0A274D;
    z-index: 12;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    align-items: center;
  }
  .icon {
    width: 100px;
  }
  .talk {
    width: 400px;
  }
  .player_talk {
    width: 90%;
    padding-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    flex-direction: row-reverse;
  }
  .icarus_talk {
  padding-top: 30px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 15px;
  }
  .message {
  width: 100%;
  height: 75px;
  background-color: #B6E5FB;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 25px;
  position: sticky;
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
  }
  .messagewrap p {
  font-size: 20px;
  width: 350px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  border-radius: 50px;
  background-color: #fff;
  font-weight: 500;
  }
  .dicord_link img {
    width: 60px;
  }
  .iconwrap p {
  padding-left: 15px;
  font-size: 2rem;
  font-weight: 500;
  color: #fff;
  }
  .airplane {
    width: 50px;
  }
}

@media screen and (max-width:768px) {
  .lecture_title_txt {
  width: 100%;
  height: auto;
  }
  .lecture_pop {
  width: 150px;
  height: auto;
  }
  .talkroom {
    position: relative;
    width: 47.5%;
    height: 58%;
    background-color: #fff;
    position: absolute;
    top: 70px;
    bottom: 5px;
    left: 0px;
    right: -5px;
    margin: auto;
    overflow-y: scroll;
    scrollbar-width: none;
    z-index: 1;
    border-radius: 10px;
  }
  .tablet {
    position: absolute;
    width: 80%;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .icarus_icon {
  width: 50px;
  height: 50px;
  }
  .nametab {
    position: sticky;
    top: 0;
    width: 100%;
    height: 70px;
    background-color: #0A274D;
    z-index: 12;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    align-items: center;
  }
  .icarus_lecture_title p{
    color: #fff;
    font-size: 1.5rem;
    padding-top: 10px;
  }
  .iconwrap p {
  padding-left: 15px;
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
  }
  .message {
  width: 100%;
  height: 60px;
  background-color: #B6E5FB;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 25px;
  position: sticky;
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
  }
  .messagewrap p {
  font-size: 16px;
  width: 250px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  border-radius: 50px;
  background-color: #fff;
  font-weight: 500;
  }
  .dicord_link img {
    width: 40px;
  }
  .icon {
    width: 75px;
  }
  .talk {
    width: 250px;
  }
  .airplane {
    width: 40px;
  }
}

@media screen and (max-width:430px) {
  .icarus_lecture {
  position: relative;
  width: 100%;
  height: 100vh;
  background-image: url(../images/icarus_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 50px;
  }
  .icarus_lecture_title h3 {
    width: 90%;
  }
  /* .icarus_lecture_title::before {
  content: '';
    background-image: url(../images/lecture_pop.png);
    background-repeat: no-repeat;
    background-size: 200px;
    background-position: right;
    width: 200px;
    height: 150px;
  } */
  .icarus_lecture_title {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0px;
  position: absolute;
  left: 0px;
  }
  .lecture_title_txt {
  width: 100%;
  height: auto;
  }
  .lecture_pop {
    display: none;
  /* width: 150px;
  height: auto; */
  }
  .talkroom {
    position: relative;
    width: 70%;
    height: 100vw;
    background-color: #fff;
    position: absolute;
    top: 70px;
    bottom: 0px;
    left: 0px;
    right: -5px;
    margin: auto;
    overflow-y: scroll;
    scrollbar-width: none;
    z-index: 1;
    border-radius: 10px;
  }
  .tablet {
    position: absolute;
    width: 120%;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .icarus_icon {
  width: 50px;
  height: 50px;
  }
  .nametab {
    position: sticky;
    top: 0;
    width: 100%;
    height: 70px;
    background-color: #0A274D;
    z-index: 12;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    align-items: center;
  }
  .icarus_lecture_title p{
    color: #fff;
    font-size: 1.5rem;
    padding-top: 0px;
  }
  .iconwrap p {
  padding-left: 15px;
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
  }
  .message {
  width: 100%;
  height: 60px;
  background-color: #B6E5FB;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 25px;
  position: sticky;
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
  }
  .messagewrap p {
  font-size: 12px;
  width: 200px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  border-radius: 50px;
  background-color: #fff;
  font-weight: 500;
  }
  .dicord_link img {
    width: 35px;
  }
  .icon {
    width: 60px;
  }
  .talk {
    width: 200px;
  }
  .airplane {
    width: 30px;
  }
}

@media screen and (max-width:375px) {
  .icarus_lecture {
  position: relative;
  width: 100%;
  height: 100vh;
  background-image: url(../images/icarus_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 30px;
  }
  .icarus_lecture_title h3 {
    width: 90%;
  }
  /* .icarus_lecture_title::before {
  content: '';
    background-image: url(../images/lecture_pop.png);
    background-repeat: no-repeat;
    background-size: 200px;
    background-position: right;
    width: 200px;
    height: 150px;
  } */
  .icarus_lecture_title {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0px;
  position: absolute;
  left: 0px;
  }
  .lecture_title_txt {
  width: 100%;
  height: auto;
  }
  .lecture_pop {
    display: none;
  /* width: 150px;
  height: auto; */
  }
  .talkroom {
    position: relative;
    width: 75%;
    height: 105vw;
    background-color: #fff;
    position: absolute;
    top: 120px;
    bottom: 0px;
    left: 0px;
    right: -5px;
    margin: auto;
    overflow-y: scroll;
    scrollbar-width: none;
    z-index: 1;
    border-radius: 10px;
  }
  .tablet {
    position: absolute;
    width: 130%;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .icarus_icon {
  width: 50px;
  height: 50px;
  }
  .nametab {
    position: sticky;
    top: 0;
    width: 100%;
    height: 70px;
    background-color: #0A274D;
    z-index: 12;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    align-items: center;
  }
  .icarus_lecture_title p{
    color: #fff;
    font-size: 1.5rem;
    padding-top: 0px;
  }
  .iconwrap p {
  padding-left: 15px;
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
  }
  .message {
  width: 100%;
  height: 60px;
  background-color: #B6E5FB;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 25px;
  position: sticky;
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
  }
  .messagewrap p {
  font-size: 12px;
  width: 200px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  border-radius: 50px;
  background-color: #fff;
  font-weight: 500;
  }
  .dicord_link img {
    width: 35px;
  }
  .icon {
    width: 60px;
  }
  .talk {
    width: 200px;
  }
  .airplane {
    width: 30px;
  }
}

/*============
weapon button
============*/

.duallaser_btn {
  width: 100px;
  height: 100px;
  background-image: url(../images/duallaser-before.png);
  background-repeat: no-repeat;
  transition: 0.7s;
  position: absolute;
  top: 40px;
  /* left: 4.5vw; */
  left: 85px;
}

.duallaser_btn:hover {
  background-image: url(../images/duallaser-after.png);
}

.dragodoll_btn {
  width: 100px;
  height: 100px;
  background-image: url(../images/dragodoll-before.png);
  background-repeat: no-repeat;
  transition: 0.7s;
  position: absolute;
  top: 40px;
  /* left: 11.75vw; */
  left: 225px;
}

.dragodoll_btn:hover {
  background-image: url(../images/dragodoll-after.png);
}

.tachi_btn {
  width: 100px;
  height: 100px;
  background-image: url(../images/tachi-before.png);
  background-repeat: no-repeat;
  transition: 0.7s;
  position: absolute;
  top: 40px;
  /* left: 19vw; */
  left: 365px;
}

.tachi_btn:hover {
  background-image: url(../images/tachi-after.png);
}

.arcanaarts_btn {
  width: 100px;
  height: 100px;
  background-image: url(../images/arcanaarts-before.png);
  background-repeat: no-repeat;
  transition: 0.7s;
  position: absolute;
  top: 160px;
  /* left: 4.5vw; */
  left: 85px;
}

.arcanaarts_btn:hover {
  background-image: url(../images/arcanaarts-after.png);
}

.twinsword_btn {
  width: 100px;
  height: 100px;
  background-image: url(../images/twinsword-before.png);
  background-repeat: no-repeat;
  transition: 0.7s;
  position: absolute;
  top: 160px;
  /* left: 11.75vw; */
  left: 225px;
}

.twinsword_btn:hover {
  background-image: url(../images/twinsword-after.png);
}

.rod_btn {
  width: 100px;
  height: 100px;
  background-image: url(../images/rod-before.png);
  background-repeat: no-repeat;
  transition: 0.7s;
  position: absolute;
  top: 160px;
  /* left: 19vw; */
  left: 365px;
}

.rod_btn:hover {
  background-image: url(../images/rod-after.png);
}

@media screen and (max-width:1024px) {
  .duallaser_btn {
  max-width: 200px;
  height: 175px;
  background-image: url(../images/duallaser-before.png);
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.7s;
  position: absolute;
  top: 50px;
  left: 80px;
  }
  .dragodoll_btn {
  max-width: 200px;
  height: 175px;
  background-image: url(../images/dragodoll-before.png);
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.7s;
  position: absolute;
  top: 50px;
  left: 230px;
  }
.tachi_btn {
  max-width: 200px;
  height: 175px;
  background-image: url(../images/tachi-before.png);
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.7s;
  position: absolute;
  top: 50px;
  left: 375px;
  }
.arcanaarts_btn {
  max-width: 200px;
  height: 175px;
  background-image: url(../images/arcanaarts-before.png);
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.7s;
  position: absolute;
  top: 165px;
  left: 80px;
  }
.twinsword_btn {
  max-width: 200px;
  height: 175px;
  background-image: url(../images/twinsword-before.png);
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.7s;
  position: absolute;
  top: 165px;
  left: 230px;
  }
.rod_btn {
  max-width: 200px;
  height: 175px;
  background-image: url(../images/rod-before.png);
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.7s;
  position: absolute;
  top: 165px;
  left: 375px;
  }
}

@media screen and (max-width:768px) {
  .duallaser_btn {
  max-width: 80px;
  height: 80px;
  background-image: url(../images/duallaser-before.png);
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.7s;
  position: absolute;
  top: 40px;
  left: 70px;
  }
  .dragodoll_btn {
  max-width: 80px;
  height: 80px;
  background-image: url(../images/dragodoll-before.png);
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.7s;
  position: absolute;
  top: 40px;
  left: 190px;
  }
.tachi_btn {
  max-width: 80px;
  height: 80px;
  background-image: url(../images/tachi-before.png);
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.7s;
  position: absolute;
  top: 40px;
  left: 310px;
  }
.arcanaarts_btn {
  max-width: 80px;
  height: 80px;
  background-image: url(../images/arcanaarts-before.png);
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.7s;
  position: absolute;
  top: 130px;
  left: 70px;
  }
.twinsword_btn {
  max-width: 80px;
  height: 80px;
  background-image: url(../images/twinsword-before.png);
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.7s;
  position: absolute;
  top: 130px;
  left: 190px;
  }
.rod_btn {
  max-width: 80px;
  height: 80px;
  background-image: url(../images/rod-before.png);
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.7s;
  position: absolute;
  top: 130px;
  left: 310px;
  }
}

@media screen and (max-width:430px) {
  .duallaser_btn {
  max-width: 80px;
  height: 70px;
  background-image: url(../images/duallaser-before.png);
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.7s;
  position: absolute;
  top: 25px;
  left: 55px;
  }
  .dragodoll_btn {
  max-width: 80px;
  height: 70px;
  background-image: url(../images/dragodoll-before.png);
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.7s;
  position: absolute;
  top: 25px;
  left: 150px;
  }
.tachi_btn {
  max-width: 80px;
  height: 70px;
  background-image: url(../images/tachi-before.png);
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.7s;
  position: absolute;
  top: 25px;
  left: 245px;
  }
.arcanaarts_btn {
  max-width: 80px;
  height: 70px;
  background-image: url(../images/arcanaarts-before.png);
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.7s;
  position: absolute;
  top: 105px;
  left: 55px;
  }
.twinsword_btn {
  max-width: 80px;
  height: 70px;
  background-image: url(../images/twinsword-before.png);
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.7s;
  position: absolute;
  top: 105px;
  left: 150px;
  }
.rod_btn {
  max-width: 80px;
  height: 70px;
  background-image: url(../images/rod-before.png);
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.7s;
  position: absolute;
  top: 105px;
  left: 245px;
  }
}

@media screen and (max-width:375px) {
  .duallaser_btn {
  max-width: 80px;
  height: 70px;
  background-image: url(../images/duallaser-before.png);
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.7s;
  position: absolute;
  top: 25px;
  left: 50px;
  }
  .dragodoll_btn {
  max-width: 80px;
  height: 70px;
  background-image: url(../images/dragodoll-before.png);
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.7s;
  position: absolute;
  top: 25px;
  left: 150px;
  }
.tachi_btn {
  max-width: 80px;
  height: 70px;
  background-image: url(../images/tachi-before.png);
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.7s;
  position: absolute;
  top: 25px;
  left: 245px;
  }
.arcanaarts_btn {
  max-width: 80px;
  height: 70px;
  background-image: url(../images/arcanaarts-before.png);
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.7s;
  position: absolute;
  top: 105px;
  left: 50px;
  }
.twinsword_btn {
  max-width: 80px;
  height: 70px;
  background-image: url(../images/twinsword-before.png);
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.7s;
  position: absolute;
  top: 105px;
  left: 150px;
  }
.rod_btn {
  max-width: 80px;
  height: 70px;
  background-image: url(../images/rod-before.png);
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.7s;
  position: absolute;
  top: 105px;
  left: 245px;
  }
}


/*------------------------------------------------------------------------------------------------
スライダー2
------------------------------------------------------------------------------------------------*/

.gi_slide_wrap {
  position: relative;
}

.slide-arrow img {
  position: absolute;
}

.dots-gi {
  position: absolute;
  padding: 0;
  left: 0;
  right: 0;
  bottom: -25px;
    display: flex;
    justify-content: center;
    /* margin: 10 auto; */
    list-style: none;
}

.dots-gi li {
    width: 40px;
    height: 10px;
    margin: 0 5px;
    background: #fff;
    cursor: pointer;
    border-radius: 10px;
}

.dots-gi li:hover,
.dots-gi li.slick-active {
    background: #0A274D;
}
.dots-gi li button {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: none;
    background-color: transparent;
}

@media screen and (min-width:769px) {
  .gi_slide_SP_wrap {
  display: none;
  }
  .gi_slide_TAB_wrap {
  display: none;
  }
}

@media screen and (max-width:768px) {
  .gi_slide_wrap {
    display: none;
  }
  .gi_slide_TAB_wrap {
  display: block;
  }
  .gi_slide_SP_wrap {
    display: none;
  }

  .dots-gi {
    position: absolute;
    left: 0;
    right: 0;
    padding: 0;
    bottom: -15px;
      display: flex;
      justify-content: center;
      /* margin: 10 auto; */
      list-style: none;
  }

  .dots-gi li {
      width: 20px;
      height: 5px;
      margin: 0 5px;
      background: #fff;
      cursor: pointer;
      border-radius: 10px;
  }

  .dots-gi li:hover,
  .dots-gi li.slick-active {
      background: #0A274D;
  }
  .dots-gi li button {
      display: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      outline: none;
      padding: 0;
      border: none;
      background-color: transparent;
  }
}

@media screen and (max-width:428px) {
  .dots-gi {
    position: absolute;
    left: 0;
    right: 0;
    padding: 0;
    bottom: -15px;
      display: flex;
      justify-content: center;
      /* margin: 10 auto; */
      list-style: none;
      opacity: 0;
  }
  .gi_slide_SP_wrap {
  display: block;
  }
  .gi_slide_wrap {
    display: none;
  }
  .gi_slide_TAB_wrap {
  display: none;
  }
}

/*============
modal
============*/

.modal-wrapper {
  z-index: 10;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 40px 10px;
  text-align: center;
}

.modal-button {
    color: #4f96f6;
    /* background-color: #eeeeee; */
    font-weight: bold;
    text-align: center;
    cursor :pointer;
    position: absolute;
    max-width:300px;
    text-decoration: none;
}

.modal-wrapper:not(:target) {
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s;
}

.modal-wrapper:target {
  opacity: 1;
  visibility: visible;
  transition: opacity .4s, visibility .4s;
}

.modal-wrapper::after {
  display: inline-block;
  height: 100%;
  margin-left: -.05em;
  vertical-align: middle;
  content: ""
}

.modal-wrapper .modal-window {
  box-sizing: border-box;
  display: inline-block;
  z-index: 13;
  position: relative;
  width: 80%;
  padding: 0;
  border-radius: 2px;
  vertical-align: middle
}

.modal-wrapper .modal-window .modal-content {
  max-height: 80vh;
  text-align: left
}

.modal_title {
  font-size: 1.5em;
	position: relative;
	overflow: hidden;
  padding: 0;
}

.modal_title::before,
.modal_title::after{
	content: "";
	position: absolute;
	bottom: 0;
}

/* h2 プライマリカラー*/
.modal_title:before{
	border-bottom: 4px solid #6bb6ff;
	width: 100%;
}
/* h2 セカンダリカラー*/
.modal_title:after{
	border-bottom: 4px solid #c8e4ff;
	width: 100%;
}

.modal-content p {
  margin: 10px 0 0 0;
}

.modal-overlay {
  /* z-index: 12 !important; */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(10, 39, 77, 75%);
}

.modal-wrapper .modal-close {
  z-index: 20;
  position: absolute;
  top: 5px;
  right: 5px;
  width: 35px;
  color: #95979c !important;
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
  text-indent: 0
}

.modal-wrapper .modal-close:hover {
  color: #2b2e38 !important
}

@media screen and (max-width: 1024px) {
  /* モーダル全体を画面いっぱいに */
  .modal-wrapper {
    padding: 0 !important;
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 9999; /* 他の要素より手前に */
  }

  /* 白いウィンドウ部分の調整 */
  .modal-wrapper .modal-window {
    width: 90%; /* 横幅は画面の90%くらいが見やすい */
    max-width: 800px; /* PCタブレットで広がりすぎないように */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* ど真ん中に配置 */
  }
}

/*============
modal
============*/

/*============
footer
============*/

footer{
	background-color: #051730;
  position: relative;
}

footer .inner{
    height: 200px;
}

#footer-btn{
  position: fixed;
  bottom: 0;
  min-width: 1000px;
  width: 100%;
  text-align: center;
  justify-content: center;
  background: rgba(5,23,48,0.5);
  display: flex;
  align-items: center;
  gap: 50px;
  z-index: 10;
  padding: 0;
  margin: 0;
  list-style: none;
  height: 100px;
}

/* #footer-btn .btn {
  width: 335px;
  height: 70px;
  margin: 0.5em;
  background: white;
  color: black;
  border: none;
  border-radius: 20px;
  font-size: 30px;
  font-weight: bold;
  cursor: pointer;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

#footer-btn button:hover {
 	color: white;
}

#footer-btn button:after {
 content: "";
 background: black;
 position: absolute;
 z-index: -1;
 left: -20%;
 right: -20%;
 top: 0;
 bottom: 0;
 transform: skewX(-45deg) scale(0, 1);
 transition: all 0.5s;
}

#footer-btn button:hover:after {
 transform: skewX(-45deg) scale(1, 1);
 -webkit-transition: all 0.5s;
 transition: all 0.5s;
} */

#footer-btn .btn {
  cursor: pointer;
  position: relative;
  width: 300px;
  padding: 14px 0px;
  font-size: 24px;
  color: #051730;
  border: 2px solid #051730;
  border-radius: 50px;
  background-color: #fff;
  font-weight: 600;
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  overflow: hidden;
}

#footer-btn button::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 50px;
  height: 50px;
  border-radius: inherit;
  scale: 0;
  z-index: -1;
  background-color: #051730;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

#footer-btn button:hover::before {
  scale: 8;
}

#footer-btn button:hover {
  color: #ffffff;
  scale: 1.1;
  box-shadow: 0 0px 20px rgba(30, 105, 207, 0.4);
}

#footer-btn button:active {
  scale: 1;
}

footer #stop{
    width: 1000px;
    height: 100px;
}

footer .moonrabi{
    font-size: 13px;
    text-align: center;
    line-height: 20px;
    color: #fff;
}
footer .moonrabi p{
    padding: 10px;
}
footer .moonrabi a{
    color: white;
    text-decoration: none;
}

footer .moonrabi a:hover{
    text-decoration: underline;
}

/* .fv-bgimage {
    background-image: url(../images/fv-bgimage.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
} */

@media screen and (max-width:1024px) {
  #footer-btn{
    display: none;
  }
  footer{
    background-color: #051730;
    position: relative;
    width: 100%;
  }
  footer #stop{
    width: 100%;
    height: 30px;
  }
  footer .inner{
    height: 140px;
  }
}

@media screen and (max-width:768px) {
  #footer-btn{
    display: none;
  }
  footer #stop{
    width: 100%;
    height: 30px;
  }
  footer .inner{
    height: 140px;
  }
}



/*============
fadein
============*/

.fadein {
    opacity: 0;
    transform: translate(0,0);
    transition: all 1.5s;
}

.fadein-left{
      transform: translate(-30px,0);
  }
  .fadein-right{
      transform: translate(30px,0);
  }
  .fadein-up{
      transform: translate(0,-30px);
  }
  .fadein-bottom{
      transform: translate(0,30px);
  }
  .scrollin{
    opacity: 1 !important;
    transform: translate(0, 0) !important;
  }

/*============
fadein
============*/

/*============
glitch
============*/

/* グリッチコンテナ */
.glitch-container {
    position: relative;
    width: 100%; /* 画像の表示サイズ調整 */
    max-width: 1000px;
    /* アスペクト比を維持するための設定（画像の比率に合わせて調整可） */
    aspect-ratio: 10 / 1.5; 
    top: 72.5%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.glitch-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/titleVer2.png'); /* ここにファイル名 */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0; /* JSで表示制御するため初期は非表示 */
}
/* メインの画像（ベース） */
.glitch-img.base {
    opacity: 1;
    z-index: 1;
}

/* グリッチレイヤー（赤・青のズレ用） */
.glitch-img.layer {
    z-index: 2;
    opacity: 0; /* グリッチ発生時のみ表示 */
    mix-blend-mode: hard-light; /* ブレンドモードで色を馴染ませる */
}

/* 色ずれの定義 */
.glitch-img.layer:nth-child(2) {
    background-color: rgba(255, 0, 0, 0.4);
    background-blend-mode: overlay;
}
.glitch-img.layer:nth-child(3) {
    background-color: rgba(0, 255, 255, 0.4);
    background-blend-mode: overlay;
}

@media screen and (max-width:1024px) {
  .glitch-container {
      position: relative;
      width: 100%; /* 画像の表示サイズ調整 */
      max-width: 1000px;
      /* アスペクト比を維持するための設定（画像の比率に合わせて調整可） */
      aspect-ratio: 10 / 1.5; 
      top: 80%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 2;
  }
}

@media screen and (max-width:430px) {
  .glitch-container {
      position: relative;
      width: 100%; /* 画像の表示サイズ調整 */
      max-width: 1000px;
      /* アスペクト比を維持するための設定（画像の比率に合わせて調整可） */
      aspect-ratio: 10 / 1.5; 
      top: 80%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 2;
  }
}

/*============
glitch
============*/