﻿*,
::after,
::before {
  box-sizing: border-box;
}

html {
  line-height: normal;
}

body {
  margin: 0;
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.5rem;
}

h3 {
  font-size: 1.17rem;
}

h4 {
  font-size: 1rem;
}

h5 {
  font-size: 0.83rem;
}

h6 {
  font-size: 0.67rem;
}

h1 {
  margin: 0.67em 0;
}

pre {
  white-space: pre-wrap;
}

hr {
  border-style: solid;
  border-width: 1px 0 0;
  color: inherit;
  height: 0;
  overflow: visible;
}

audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
  display: block;
  max-width: 100%;
}

canvas,
img,
svg,
video {
  height: auto;
}

audio {
  width: 100%;
}

img {
  border-style: none;
}

svg {
  overflow: hidden;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

body {
  width: 100%;
  height: auto;
  font-family: sans-serif;
  letter-spacing: 0.2em;
  scroll-behavior: smooth;
  background-color: #000;
  color: #FFF;
}

img {
  max-width: 100%;
}

p,
li {
  font-size: 1em;
  line-height: 1.6em;
  color: #FFF;
}

a {
  outline: none;
  text-decoration: none;
}

main:hover,
footer:hover {
  transition: all 0.8s ease;
}

h1,
h2,
h3 {
  letter-spacing: 1px;
}

h2,
h3 {
  margin: 0 auto 50px;
}

ul {
  margin: 0 auto;
  padding: 0 0 0 1.5em;
}

p {
  margin: 0 auto;
  font-size: 0.8em;
}
p + p {
  margin: 10px auto 0;
}

.uRl,
.uRl:visited {
  color: #1558d6;
  text-decoration: underline;
}

.uRl:hover,
.uRl:active {
  opacity: 0.7;
  transition: all 0.8s ease;
}

.flexBox {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}

.caution {
  color: #ff2525;
}

.large {
  font-size: 1.1em;
}

.bold {
  font-weight: bold;
}

.pconly {
  display: none;
}

.youtube {
  width: 100%;
  height: auto;
  margin: auto;
  aspect-ratio: 16/9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.copyright {
  font-family: Arial, Helvetica, "sans-serif";
  font-size: 0.8em;
  letter-spacing: 0em;
}

.shareBox {
  width: 230px;
  margin: 50px auto 0;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: flex-start;
}

.shareButtons {
  flex: 0 0 auto;
}
.shareButtons a {
  display: block;
  width: 50px;
  height: 50px;
  margin: 0;
  padding: 0;
  background-size: 30px;
}

.fbBtn {
  background: url("/Content/images/sns_ico_01_fb.svg") no-repeat;
}

.tweetBtn {
  background: url("/Content/images/sns_ico_02_tw.svg") no-repeat;
}

.lineBtn {
  background: url("/Content/images/sns_ico_03_line.svg") no-repeat;
}

.bg_grid {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.12) 14.3%, transparent 14.3%, transparent 100%), linear-gradient(to right, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.12) 14.3%, transparent 14.3%, transparent 100%);
  background-image: repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.12) 0px 1px, transparent 1px 6px), repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.12) 0px 1px, transparent 1px 6px);
  background-size: 7px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

@media only screen and (min-width: 960px) {
  .sponly {
    display: none;
  }
  .pconly {
    display: block;
  }
}
header {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
header h1 {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 20px;
  display: grid;
  gap: 10px;
  place-content: center;
  place-items: center;
}
header h1 img:last-child {
  width: 90%;
}
header .bg_main {
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
header .bg_main img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
header .logoSvg {
  position: absolute;
  z-index: 50;
  top: 20px;
}
header .logoSvg.taito {
  width: 100px;
  height: auto;
  left: 20px;
}
header .logoSvg.cube {
  width: 50px;
  height: auto;
  right: 20px;
}

@media only screen and (min-width: 560px) {
  header h1 {
    padding: 40px;
    gap: 20px;
  }
  header h1 img:last-child {
    width: 85%;
  }
  header .logoSvg {
    top: 30px;
  }
  header .logoSvg.taito {
    width: 150px;
    left: 30px;
  }
  header .logoSvg.cube {
    width: 75px;
    right: 30px;
  }
}
@media only screen and (min-width: 960px) {
  header {
    height: 100%;
    aspect-ratio: 16/9;
  }
  header h1 {
    padding: 100px 40px;
    gap: 0px;
    place-content: end center;
    place-items: end center;
  }
  header h1 img:first-child {
    width: 70%;
  }
  header h1 img:last-child {
    width: 60%;
  }
  header .logoSvg {
    top: 30px;
  }
  header .logoSvg.taito {
    width: 150px;
    left: 30px;
  }
  header .logoSvg.cube {
    width: 75px;
    right: 30px;
  }
}
main {
  width: 100%;
  padding: 0;
  margin: auto;
  align-self: center;
  position: relative;
}

.video {
  width: calc(100% - 80px);
  max-width: 960px;
  padding: 5% 0;
  margin: auto;
  margin-top: -60%;
  position: relative;
  z-index: 10;
}

@media only screen and (min-width: 560px) {
  .video {
    margin-top: auto;
  }
}
.introduction {
  width: 100%;
  margin: auto;
  padding: 0;
  position: relative;
  z-index: -1;
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
}
.introduction .fadeInUp {
  position: sticky;
  top: 0;
  height: 0vh;
  overflow: visible;
}
.introduction .fadeInUp img {
  opacity: 0;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100vh;
}
.introduction .message {
  position: relative;
}
.introduction .message > div {
  display: grid;
  place-content: center;
  place-items: center;
  height: 80vh;
  text-align: center;
  line-height: 4em;
}
.introduction .message > div:first-of-type {
  height: 100vh;
}
.introduction .message > div:last-of-type {
  height: 100vh;
}
.introduction p {
  font-size: 5vw;
  line-height: 2.4em;
}
.introduction p.first {
  font-size: 6vw;
}

@media only screen and (min-width: 560px) {
  .introduction {
    width: 100%;
    margin: auto;
    padding: 0;
    position: relative;
    z-index: -1;
    font-family: "Zen Old Mincho", serif;
    font-weight: 900;
  }
  .introduction .fadeInUp {
    position: sticky;
    top: 0;
    height: 0vh;
    overflow: visible;
  }
  .introduction .fadeInUp img {
    opacity: 0;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100vh;
  }
  .introduction .message > div {
    display: grid;
    place-content: center;
    place-items: center;
    height: 100vh;
    text-align: center;
    line-height: 4em;
  }
  .introduction .message > div:first-of-type {
    height: 100vh;
  }
  .introduction p {
    font-size: 3.2vw;
    line-height: 2.6em;
  }
  .introduction p.first {
    font-size: 5vw;
  }
}
@media only screen and (min-width: 960px) {
  .introduction {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: start;
  }
  .introduction > div {
    flex: 0 0 50%;
  }
  .introduction p {
    font-size: 1.6em;
    line-height: 2.6em;
  }
  .introduction p.first {
    font-size: 3em;
  }
}
.description {
  width: 100%;
  height: 100vh;
  background-color: #000;
  position: relative;
}
.description .item {
  position: absolute;
  width: 100%;
  height: 100%;
}
.description .background01 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.description .item01,
.description .item02,
.description .item03,
.description .item04 {
  display: grid;
}
.description .item01 img,
.description .item02 img,
.description .item03 img,
.description .item04 img {
  box-shadow: 0px 0px 20px #000;
}
.description .item01,
.description .item04 {
  place-content: center;
  place-items: center;
}
.description .item02 {
  place-content: start center;
  place-items: center;
}
.description .item03 {
  place-content: end center;
  place-items: center;
}
.description .item04 {
  padding: 20px;
}
.description h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(26px, 6vw, 72px);
  text-shadow: 2px 2px 0px #222;
  text-align: center;
  font-weight: 900;
}

@media only screen and (min-width: 960px) {
  .description .item01,
  .description .item02,
  .description .item03,
  .description .item04 {
    margin: auto;
    display: grid;
    place-content: center;
    place-items: center;
  }
  .description .item01 img,
  .description .item02 img,
  .description .item03 img,
  .description .item04 img {
    box-shadow: 0px 0px 20px #000;
  }
  .description h3 {
    font-size: clamp(18px, 4vw, 72px);
  }
}
footer {
  width: 100%;
  height: auto;
  display: block;
  padding: 200px 0 50px;
  color: #FFF;
  text-align: center;
  background-color: #000;
}
footer .store h4 {
  width: 200px;
  margin: auto;
}
footer .store p {
  margin-top: 40px;
}
footer .store a {
  display: inline-block;
  margin-top: 20px;
  padding-bottom: 1px;
  letter-spacing: 0;
  border-bottom: 1px solid #FFF;
  color: #FFF;
  font-size: 0.8em;
}
footer .taito {
  display: block;
  width: 160px;
  margin: 100px auto 0;
}
footer ul {
  margin: 50px auto 0;
  padding: 0;
  font-size: 0.8em;
  text-align: center;
  letter-spacing: 0.1em;
}
footer ul li {
  display: block;
  font-weight: bold;
}
footer ul li:not(:first-of-type) {
  margin-top: 20px;
}
footer ul li a {
  color: #FFF;
}

.copy {
  font-family: Arial, Helvetica, "sans-serif";
  font-size: 0.8em;
  letter-spacing: 0em;
  margin-top: 50px;
}

@media only screen and (min-width: 960px) {
  footer .store h4 {
    width: 200px;
    margin: auto;
  }
  footer .store p {
    margin-top: 50px;
  }
  footer ul {
    margin: 100px auto 0;
  }
  footer ul li {
    display: inline-block;
    margin: auto 20px;
  }
  footer ul li:not(:first-of-type) {
    margin-top: 0px;
  }
}/*# sourceMappingURL=survivalfromz.css.map */