

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  background: #000;
}

html,
body,
#wrapper {
  background-color: #000;  overflow-x: hidden;
}

html {
  color-scheme: dark;
  /* iOSが余白を黒で塗るようヒントを与える */
}

/* ヒーロー本体 */
#hero.hero {
  position: relative;
  height: 100vh;
  isolation: isolate;
  z-index: 10 !important;
  
}

.hero_backimg {
  position: fixed;
  width: 100%;
  height: 100dvh;
  overflow: hidden;
  z-index:1;
}

.hero_backimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  z-index: -10;
}

.snslist {
  position: absolute;
  width: 10%;
  margin: 0 auto;
  bottom: 20px;
  left: 20px;
  z-index: 100;
}

.snslist li {
  float: left;
  width: 15%;
  margin-right: 6%;
}

.snslist li:last-child {
  margin-right: -20%;
}


@media (max-width: 1050px) {
  .snslist {
    position: relative;
    width: 18%;
    margin: 0 auto;
  }

  .snslist li {
    float: left;
    width: 45%;
    margin-right: 10%;
  }

  .snslist li:last-child {
    margin-right: -20%;
  }

  .hero_backimg img {
    width: 100%;
    height: auto;
    object-fit: unset;
    object-position: initial;
  }
}

#hero.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, .35) 0%, rgba(0, 0, 0, .5) 60%, rgba(0, 0, 0, .7) 100%);
  pointer-events: none;
  z-index: 1;
}


:root {
  --gnav-h: 50px;
  --yellow: #9A752E;
  --txt: #777;
  --glass: rgba(10, 10, 10, 0);
}




.gnav {
  position: absolute;
  inset: 0 0 auto 0;
  height: var(--gnav-h);
  background: var(--glass);
  z-index: 1000;
}

.gnav__inner {
  width: 100%;
  margin: 0 auto;
  height: 100%;
}

.gnav__brand {
  position: absolute;
  align-items: center;
  margin-top: 10px;
  right:130px;
  text-decoration: none;
}

.gnav__brand img {
  display: block;
  width: 80%;
  height: auto;
}

.gnav__right {
  position: absolute;
  right:20px;
  display: flex;
  align-items: center;
  gap: 20px;
  z-index: 100;
}

.gnav__menu {
  display: flex;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;

}

.gnav__menu li {
  position: relative;
  padding-right: 10px;

}

.gnav__menu li + li {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  /* 縦罫線 */
  padding-left: 20px;
  /* 線と文字の間隔 */
}

.gnav__menu a {
  color: var(--txt);
  text-decoration: none;
  font-weight: 700;
  transition: color 0.3s ease;
}

.gnav__menu a:hover {
  color: var(--yellow);
  transition: all 0.3s;
}

/* 言語切替（JPアクティブ＝黄色ピル、ENGは枠線） */
.gnav__lang {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 10px;

}

.lang-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 46px;
  font-weight: 800;
  height: 28px;
  padding: 0 10px;
  font-size: 16px;
  text-decoration: none;
  color: var(--txt);
  border: 1.5px solid #444;
  background: transparent;
  transition: filter .2s ease, opacity .2s ease, background-color .2s ease, color .2s ease, border-color .2s ease;
}

.lang-btn:hover {
  opacity: .85;
}

.lang-btn.is-active {
  background: var(--yellow);
  color: #0b0b0b;
  border-color: transparent;
}


@media (max-width: 1050px) {

.gnav__brand {
  position: relative;
  right:auto;
    width: 25vw;
    margin: 20px auto;
  text-decoration: none;
    display: block;
    transform: translateX(10%); 
    margin-bottom: 0;
}
  .hero_backimg {
    position: fixed;
    width: 140%;
    height: 40vh;
    margin-left: -19vw;
    overflow: visible;
    /* はみ出した部分を隠す */
  }
}



.btn-lineup {
  --skew: -18deg;
  --bg: #9A752E;
  --bg-hover: #0086C5;
  position: relative;
  display: inline-block;
  transform: skewX(var(--skew));
  background: var(--bg);
  filter: drop-shadow(0 6px 20px rgba(0, 0, 0, .35));
  transition: background-color .4s ease, color .4s ease;
  width: clamp(220px, 20vw, 420px);
}

.btn-lineup::before {
  content: "";
  display: block;
  height: 58px;
  width: 100%;
}

.btn-lineup > span {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  transform: skewX(calc(-1 * var(--skew)));
  font-weight: 900;
  font-size: clamp(16px, 2vw, 22px);
  letter-spacing: .06em;
  color: #0b0b0b;
}


/* ロゴ群（中央寄せ） */
.hero-logos {
  position: fixed;
  inset: 0;
  display: grid;
  min-height: 100svh;
  place-items: center;
  z-index: 1;
  padding-inline: 3vw;
}

.hero-logos__stack {
  display: grid;
  gap: 0.3rem;
  align-items: center;
  justify-items: center;
  transform: translateY(-12%);
}
.hero-logos__stack img {
	 filter: drop-shadow(0 4px 5px rgba(0, 0, 0, .35));
}

.hero-logos__icon {
  width: 8vw;
  height: auto;
  margin-bottom: 0;
  opacity: 0;
}

.hero-logos__main {
  width: 40vw;
  height: auto;
  margin-bottom: 0;
  opacity: 0
}


.logo-sub-wrapper {
  position: relative;
  overflow: hidden;
}

.hero-logos__sub {
  display: block;
  width: 70vw;
  height: auto;
  margin: 0 auto;
  transform: translateY(120%);
  opacity: 0;
}


.hero-logos__lower {
  margin-top: 0.5vw;
  width: 35vw;
  height: auto;
  opacity: 0;
}

.hero-logos__lower__lower {
  position: relative;
  display: block;
  width: 100%;
  margin: 15% auto;
  margin-bottom: 0;
}

@media (max-width: 1050px) {
 #hero.hero {
    height: 100vh;
  }
  .hero_backimg {
    height: auto;
  }

  .hero_backimg img {
    width: 130%;
    margin-left: -15%;
    height: auto;
    object-fit: unset;
  }

  .hero-logos {
    position: absolute;
    inset: auto;
    display: block;
    min-height: auto;
    margin: 0 auto;
    text-align: center;
  }

  .hero-logos__stack {
    transform: none;
    margin-top:0;
    
    padding-top:20vw;
    
  }

  .hero-logos__lower {
    width: 90vw;
    height: auto;
  }

  .hero-logos__lower__lower {
    width: 80vw;
    margin-top: 30px;
    height: auto;
  }
    .hero-logos__lower__spbnr {
    width: 80vw;
    margin-top: 30px;
    height: auto;
      opacity:0;
  }
}

@media (max-width: 768px) {
  .hero-logos__stack {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100dvh;   
    height: 100vh;    
    width: 100%;
    margin: 0;
    padding: 0;
  transform: translate(1.3%, -5%);
    
  }
}

/* タブレット（769px〜1050px） */
@media (min-width: 769px) and (max-width: 1050px) {
  .hero-logos__stack {
    transform: translate(2%, -8%); /* iPad用に微調整 */
  }
}

/* LINE UP BUTTON */
.btn-lineup {
  --skew: -18deg;
  --bg: #808052;
  --bg-hover: #0086C5;

  position: relative;
  display: inline-block;
  transform: skewX(var(--skew));
  background: var(--bg);
  margin-top: 20px;
  padding: 0;
  border: none;
  text-decoration: none;
  filter: drop-shadow(0 6px 20px rgba(0, 0, 0, .35));
  transition: background-color 0.4s ease;
}

.btn-lineup::before {
  content: "";
  display: block;
  height: 58px;
  width: clamp(220px, 30vw, 320px);
}

.btn-lineup > span {
  position: absolute;
  inset: 0;
  display: grid;
  font-size: clamp(16px, 2vw, 22px);
  font-weight: 600;
  place-items: center;
  transform: skewX(calc(-1 * var(--skew)));
  font-weight: 900;

  color: #0b0b0b;
}

/* Hover/Focus */
.btn-lineup:hover {
  background: var(--bg-hover);

}

.btn-lineup:hover > span {
  color: #fff;
  /* ホバー時は文字が白 */
}

.btn-lineup:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
}


.hero-banners {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 200;

}

.hero-banner {
  position: fixed;
  pointer-events: auto;
  display: grid;
  place-items: center;


}

.hero-banner__left {
  left: 2vw;
  bottom: 3vh;
  width: min(30vw, 250px);
}

.hero-banner__right {
  right: -5px;
  bottom: 0;
  width: min(30vw, 400px);
  z-index: 200 !important;
}

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

.hero-banner--left .play {
  position: absolute;
  width: 54px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(0, 0, 0, .55);
  display: grid;
  place-items: center;
}

.hero-banner--left .play::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 16px solid #fff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  margin-left: 4px;
}

.hero-watermark {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  color: rgba(255, 255, 255, .06);
  font-size: clamp(48px, 10vw, 160px);
  font-weight: 800;
  letter-spacing: .08em;
  white-space: nowrap;
  user-select: none;
}



.scroll_down {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  text-align: center;
  font-size: 12px;
  letter-spacing: .2em;
  opacity: 0;
  z-index: 200;
}

.scroll-text {
  display: block;
  margin-bottom: 8px;
}

.scroll-line {
  display: block;
  width: 2px;
  height: 60px;
  margin: 0 auto;
  background: #fff;
  transform: scaleY(0);
  transform-origin: top;
  animation: sdl01 2.5s ease-in-out infinite;
}

/* フェードイン */
@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

/* ラインアニメーション */
@keyframes sdl01 {
  0% {
    transform: scaleY(0);
    transform-origin: top;
  }

  50% {
    transform: scaleY(1);
    transform-origin: top;
  }

  50.1% {
    transform: scaleY(1);
    transform-origin: bottom;
  }

  100% {
    transform: scaleY(0);
    transform-origin: bottom;
  }
}



.section-after-hero {
  position: relative;
  color: #fff;
  width: 100%;
  height: auto;
  min-height: 53vw;
  margin-bottom: 0%;
  padding-top: 0;
  padding-bottom:6%;
  z-index: 100!important;
  background: rgba(0,0,0,0.5); 
  backdrop-filter: blur(8px);  
  -webkit-backdrop-filter: blur(8px); 
border-top:1px solid #888;
}



.intro-copies__stack {
  position: relative;
  width: 60%;
  margin: 0 auto;
  padding-top: 2%;
  z-index: 100;
  display: grid;
  gap: 1vw;
  /* 各段の間隔 */
}

/* 1枚ごとにマスクを持つラッパー */
.stack-wrapper {
  position: relative;
  overflow: hidden;
  /* 水平線以下を隠す */
}

.intro-logo__heading {
  position: relative;
  width: 25%;
  margin-top: 0;
  padding-top:5vw;
  margin-left: 37.4vw;
  filter: drop-shadow(2px 3px 3px rgba(0, 0, 0, .9));
  z-index: 15;
}

/* 画像の初期状態（下に潜らせる） */
.stack-wrapper img {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 0px 3px rgba(0, 0, 0, .6));
}
@media (min-width: 1051px) {
  
  .stack-wrapper img {
    transform: translateY(120%);
    opacity: 0;
  }
}

@media (max-width: 1050px) {
  .scroll_down {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  text-align: center;
  font-size: 12px;
  letter-spacing: .2em;
  opacity: 0;
  z-index: 200;
}
  .scroll-text {
  display: block;
  margin-bottom: 8px;
}

.scroll-line {
  display: block;
  width: 2px;
  height: 110px;
  margin: 0 auto;
  background: #fff;
  transform: scaleY(0);
  transform-origin: top;
  animation: sdl01 2.5s ease-in-out infinite;
}
  .stack-wrapper img {
    display: block;
    width: 100%;
    height: auto;
    filter: drop-shadow(0 6px 6px rgba(0,0,0,.6));
  }

  
      .hero-logos__lower__spbnr {
    width: 80vw;
    margin-top: 50px;
    height: auto;
      opacity:0;
  }
  .intro-logo__heading {
    position: absolute;
    width: 42%;
    margin-top: 0%;
    margin-left: 4vw;
    filter: drop-shadow(0 3px 2px rgba(0, 0, 0, .9));
    z-index: 15;
  }

  .section-after-hero {
    background-size: 130%;
    background-repeat: no-repeat;
    background-position: center top;
    color: #fff;
    background-position: left -60px top;
    width: 100%;
    padding-top: 0%;
    padding-bottom: 0%;
    background: rgba(0,0,0,0.6); 
  }


  .intro-copies__stack {
    position: relative;
    width: 72%;
    margin: inherit;
    padding-top: 50%;
		margin-left: 5%;
    z-index: 100;
    display: grid;
    gap: 1vw;
    filter: drop-shadow(0 6px 6px rgba(0, 0, 0, .6));
  }

  .hero-banners {
    position: relative;
    margin: 0% 0;
    pointer-events: none;
  }

  .hero-banner {
    position: relative;
    pointer-events: auto;
    display: grid;
    place-items: center;


  }

  .hero-banner {
    width: min(44vw, 320px);
  }

  .hero-logos__icon {
    width: min(52vw, 130px);
  }

  .hero-banner__left {
    left: 3vw;
    bottom: 3vh;
  }

  .hero-banner__right {
    right: 30vw;
    bottom: 3vh;
    width: min(100vw, 250px);
  }

  .hero-logos__main {
    width: min(67vw, 860px);
  }

  .hero-logos__sub {
    width: min(64vw, 700px);
    transform: translateY(30%);
  }
}

@media (max-height: 600px) {
  .scroll_down {
    display: none;
  }
}

.hero-banner__y {
  position: absolute;
  right: 1.2vw;
  bottom: 0;
  width: min(30vw, 401px);
  z-index: 80;
}

.hero-banner__b {
  position: absolute;
  right: 2vw;
  bottom: 0;
  width: min(30vw, 401px);
}


:root {
  --yellow: #d6b059;
  /* 既存の変数を使う場合は var(--yellow) に置換 */
}

/* コンテナ（横並び＋NEWの重なり分の左余白） */
.badge-update {
  position: relative;
  right: 0;
  display: inline-flex;
  gap: 12px;
  margin-bottom: 8px;
  padding-left: 150px;
  opacity: 0;
  z-index: 10;
}


/* 「LINEUP UPDATE」ピル */
.badge-update__label {
  display: inline-block;
  padding: 3px 12px;
  /* ピルの高さと横幅感 */
  background: var(--yellow);
  color: #0b0b0b;
  font-weight: 900;
  font-size: 12px;
  line-height: 1;
  white-space: nowrap;
}

/* 日付 */
.badge-update__date {
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: .02em;
  white-space: nowrap;
}

.badge-update__new {
  position: absolute;
  left: 49px;
  top: -17px;
  /* 少し持ち上げ（調整可） */
  width: 90px !important;
  /* ← ここで必ずサイズ固定 */
  height: auto !important;
  max-width: none !important;
  object-fit: contain;
  pointer-events: none;
  z-index: 1;
}

.hero-banner {
  text-decoration: none !important;
  /* ← これが本命 */
  color: inherit;

}


.section-after-intro {
  background-image: url("../../assets/img/common/mainback_neogeo_fukan.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  color: #fff;
  height: auto;
}

.intro-sideimg_a {
  position: absolute;
  margin-top: 5vw;
  left: -5vw;
  width: 30vw;
  z-index: 50;
}

.intro-sideimg_b {
  position: absolute;
  
  margin-top: -2vw;
  right: -4vw;
  width: 30vw;
  max-width: 40vw;
  z-index: 50;
}

@media (max-width: 1050px) {
  .intro-sideimg_a {
    position: absolute;
    margin-top: 13vw;
    left: -7vw;
    width: 30vw;
    z-index: 50;
  }

  .intro-sideimg_b {
    position: absolute;
    margin-top: 5vw;
    right: -10vw;
    width: 30vw;
    max-width: 400px;
    z-index: 50;
  }
}


.ftwrp {
  position: relative;
  height: auto;
	padding:80px 0 50px 0;
   background: #000;
  color: #fff;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  z-index: 100;
}

.grad-bar {
  width: 100%;
  height: 0px;
  background: linear-gradient(to right, #009EFF, #FFCC00);
}

.grad-bar_key {
  position: relative;
  width: 100%;
  height: 1px;
  background: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  z-index: 100;
}


.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 27900;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000;

}


.badge-image {
  opacity: 0;
}

.trigger_1 {
  position: absolute;
  width: 50px;
  right: 0;
  height: 100px;
  z-index: 100;
}

#intro_detail {
  padding-bottom: 10%;
}

.txt_area_intro_lead {
  position: relative;
  color: #fff;
  width: 100%;
  margin-left: 0%;
  font-weight: 500;
  line-height: 1.8;
  z-index: 100;
	text-align: center;
  letter-spacing: 0.05em;
  font-size: min(1vw, 19px);
  z-index: 100;
}
.txt_area_intro_lead span {
	font-size: 130%;
	font-weight: 800;
}

@media (max-width: 1050px) {
	.ftwrp {
  position: relative;
  height: auto;
	padding:50px 10px 50px 10px;
   background: #000;
  color: #fff;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  z-index: 100;
}
  .txt_area_intro_lead {
  position: relative;
  color: #fff;
  width: 100%;
  margin-left: 0%;
  font-weight: 500;
  line-height: 1.7;
  z-index: 100;
	text-align: left;
  letter-spacing: 0.05em;
  font-size: min(3.5vw, 19px);
  z-index: 100;
  }
	.txt_area_intro_lead span {
	font-size: 140%;
	font-weight: 800;
		line-height: 1.5em;
		display: inline-block;   /* 行内でブロック扱いに */
  margin-bottom: 0.5em; 

}

}

.intro-copies_sp {
  position: relative;
  margin-top: 20vw;
  width: 70%;
  margin-left: 4%;
  z-index: 100;
  filter: drop-shadow(0 3px 3px rgba(0, 0, 0, .9));
}

.txt_subheading {
  text-align: center;
  font-weight: 800;
  font-size: 1.5vw;
}
.txt_desc {
  margin-top: 0.5em;
    text-align: center;
  font-weight: 400;
  font-size: 0.8vw;
}

.halfgrad {
  position: absolute;
  margin-top: -27vw;
  width: 100%;
  height: 400px;
  background: #000000;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 34%);
  z-index: 10;
}

@media (max-width: 1050px) {
  .txt_subheading {
  text-align: center;
  font-weight: 800;
  font-size: 4.5vw;
}
  .txt_desc {
    text-align: center;
  font-weight: 600;
  font-size: 3vw;
		margin-bottom: 10vw;
}
  .halfgrad {
    position: absolute;
    width: 100%;
    height: 400px;
    margin-top: -45vw;
    background: #000000;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 34%);
    z-index: 10;
  }
}
.textarea_credit {
	text-align: center;
  margin-top: 10px;
}

.trigger_3 {
    position: absolute;
  width: 50px;
  margin-top: 20%;
  right: 0;
  height: 100px;
  z-index: 100;
}

.prism {
  position: absolute;
  margin-top: -10vw;
  margin-left: 42.5vw;
  width: 40%;
  z-index: 10!important;
  mix-blend-mode: screen; 
}


.marquee {
  margin-top: 2.6vw;
  overflow: hidden;
  white-space: nowrap;
   filter: drop-shadow(0 8px 5px rgba(0, 0, 0, .9));
}

.marquee__inner {
  display: flex;
  will-change: transform; /* GPU最適化 */
}

.marquee__inner img {
  flex-shrink: 0;
  width: clamp(100px, 15vw, 250px);
  margin-right: 0;
  height: auto; 
  object-fit: cover;
}

@media (max-width: 1050px) {
	.marquee {
  margin-top: 5vw;
  overflow: hidden;
  white-space: nowrap;
   filter: drop-shadow(0 8px 5px rgba(0, 0, 0, .9));
}
  .marquee__inner img {
    width: clamp(120px, 35vw, 220px);
    margin-right: 0.3vw;
  }
}


.teaser-wrap {
  display: flex;
  align-items: center; 
  gap: 16px; 
  justify-content: center;
  margin: 60px auto; 
  margin-bottom: 10px;
}

.teaser-item img {
  display: block;
  height: auto;
  max-height: 80px;     /* 高さを揃える（調整可） */
}
@media (max-width: 1050px) {
	.prism {
  position: absolute;
  margin-top: 9vw;
  margin-left: 8vw;
  width: 70%;
  z-index: 10!important;
  mix-blend-mode: screen; 
}
  .teaser-wrap {
    flex-direction: column; 
    gap: 14px; 
    margin: 10px auto;    
  }

  .teaser-item img {
    max-height: none;         /* 高さ制限を解除 */
    width: 80%;              /* 横幅いっぱいに */
    height: auto;  
    margin: 0 auto;/* アスペクト比維持 */
  }
}



.hero_backimg_sp {
     position: fixed;
  margin-top: 90vw;
    width: 100%;
    height: 100vh;
  z-index: 0;
}
.intro_img__side_a {
  position: absolute;
  width: 22.6vw;
}

.intro_img__side_c {
  position: absolute;
  right:0;
  width: 22.8vw;
}

.intro_img__hero {
  position: absolute;
  left:28vw;
  width: 9vw;
}

.shutter {
  position: absolute;
  inset: 0;
  background: #000;
  z-index: 300;
  pointer-events: none;
  transform: scaleX(1);      /* 初期は全体を覆う */
  transform-origin: right;
  will-change: transform;    /* GPU最適化 */
}
.next {
  position: relative; /* shutter を中に閉じ込めるため必須 */
  overflow: hidden;   /* はみ出し防止 */
}
.ft_logo {
	position: relative;
	text-align: center;
}

.ft_bnr {
	width: 30%;
	margin: 0 auto;
	margin-bottom: 50px;
}
.ft_bnr img {
	border:1px solid #555;
}

.golodenline {
	position: relative;
	width: 100%;
	height: 30px;
	margin-bottom: 0;
	background: linear-gradient(90deg,rgba(154, 117, 46, 1) 20%, rgba(240, 217, 131, 1) 50%, rgba(154, 117, 46, 1) 81%);
	z-index: 100;
}

.intro_img__bottom_l {
	  position: absolute;
	bottom:-2vw;
  width: 18vw;
}

.intro_img__bottom_r {
	  position: absolute;
	bottom:-1vw;
	right:0;
  width: 22vw;
}

.trigger_4 {
  position: absolute;
  width: 100%;
  bottom:0;
  height: 50px;
  z-index: 1100!important;
}

.intro_img_bottom {
  position: absolute;
  width: 7%;
  bottom:0;
  z-index:100!important;
   left: 50%;  
  transform: translateX(-50%);
}

.gnav__snklogo {
  position: fixed;
}

.spbr {
	display: none;
}

@media (max-width: 1050px) {
	.gnav__snklogo {
  position: fixed;
		width: 35%;
}
	.ft_bnr {
	width: 85%;
	margin: 0 auto;
	margin-bottom: 50px;
}
	.intro_img_bottom {
  position: relative;
		margin-top: 8vw;
  width: 20%;
  bottom:0;
  z-index:100!important;
   left: 50%;  
  transform: translateX(-50%);
}
	.intro_img__side_c {
  position: absolute;
  right:0;
  width: 58vw;
}
	.pcbr {
	display:none;
}

	.spbr {
	display: block;
}
	
.rspnsv {
	width:100%;
}


}
