/* --------------------------------------------------------------
NIGHT STRIKER GEAR Website CSS
2025/7/30 ver. 
--------------------------------------------------------------  */
/* Basic */
html {
  font-size: clamp(14px, 3.2vw, 20px);
}

body {
  width: 100%;
  min-width: inherit;
  -webkit-text-size-adjust: none;
}

.pc {
  display: none !important;
}

.sp {
  display: block;
}

.inner {
  width: 100% !important;
}

h2 {
  font-size: 1.4em;
}
/* =Basic
-------------------------------------------------------------- */
section .inner .ss {
  flex-wrap: wrap;
}
section .inner .ss figure {
  width: 98%;
  margin-bottom: 0.5em;
  text-align: center;
}
section .inner .ss figure img {
  margin-bottom: 0.25em;
}
section .inner .ss figure figcaption br {
  display: none;
}

/* =Top page
-------------------------------------------------------------- */
body.home #mainheader {
  height: auto;
  background-size: 220vw auto;
  background-position: top left;
}
body.home #mainheader .inner #brandmark .inner {
  padding: 2vw;
}
body.home #mainheader .inner #brandmark .inner #gn-pflogo {
  width: 60%;
}
body.home #mainheader .inner #brandmark .inner #gn_ac {
  width: 40%;
}
body.home #mainheader .inner #mainheader-info {
  width: 90%;
  margin: 0 auto;
  padding: 0;
  inset: auto;
}
body.home #mainheader .inner #mainheader-info h1 {
  margin: 86vw auto 4vw auto;
}
body.home #mainheader .inner #mainheader-info .release {
  width: 100%;
  margin: 5vw auto 0 auto;
  padding-bottom: 5vw;
}
body.home #mainheader .inner #mainheader-info .release img {
  width: 80%;
}
body.home #mainheader .inner #mainheader-info .release .storelink dd a {
  font-size: 1.2em;
}
body.home #top-news .inner section {
  width: 90%;
}
body.home #top-news .inner section dl {
  display: block;
  font-size: 1em;
}
body.home #top-movie .inner .ss {
  margin: 2em auto;
}
body.home #top-movie .inner .ss div {
  flex-wrap: wrap;
}
body.home #top-movie .inner .ss div figure {
  width: 32%;
}
body.home #top-movie .inner .notice {
  text-align: center;
}
body.home #top-about .inner section {
  width: 90%;
}
body.home #top-about .inner section article {
  font-size: 1em;
}
body.home #top-about .inner section article h3 {
  font-size: 1.2em;
}
body.home #top-about .inner section article p {
  font-size: 0.9em;
}
body.home #top-about .inner section article .staff_prof {
  font-size: 0.8em;
}
body.home #top-about .inner section article .prof_urita {
  max-width: 100px;
}

#top-product .inner section {
  width: 90%;
}
#top-product .inner section div article h3 {
  font-size: 1.1em;
}
#top-product .inner section div article figure {
  width: 80%;
}
#top-product .inner section div article p {
  width: 90%;
  font-size: 0.9em;
}
#top-product .inner section div article .btn {
  width: 100%;
}
#top-product .inner section div article .btn dd {
  width: 100%;
}
#top-product .inner section div article .btn dd a {
  font-size: 0.9em;
}
#top-product .inner section .banner a {
  width: 100%;
}

/* =Storelink
-------------------------------------------------------------- */
.storelink {
  max-width: none;
  margin: 1vh auto;
}
.storelink dd {
  width: 100%;
  max-width: none;
}
.storelink dd a {
  padding: 1em 0.5em;
}
.storelink dd a span {
  display: block;
}

/* =Spec
-------------------------------------------------------------- */
#spec .inner table {
  width: 90%;
  font-size: 1em;
}
/* =Footer
-------------------------------------------------------------- */
.footer .copy {
  font-size: 0.75em;
}
.footer .sns-btns ul li {
  width: 10vw;
}
.footer .link {
  width: 90%;
  margin: 0 auto;
}
.footer .link li {
  margin-bottom: 1em;
  width: 100%;
}
.footer .link li a {
  display: block;
  width: 100%;
  font-size: 0.9em;
}/*# sourceMappingURL=responsive_20250730.css.map */