@charset "UTF-8";
ul,
ol,
li,
dl,
dt,
dd,
figure,
figcaption,
p,
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #040003;
  transition: background-color 0.2s linear, color 0.2s linear;
}
a:hover {
  text-decoration: none;
  color: #040003;
  transition: background-color 0.2s linear, color 0.2s linear;
}

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

html {
  width: 100%;
}

body {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  color: #fff;
  overflow-x: hidden;
}

.pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc {
    display: block;
  }
}

.sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

#app header {
  background: rgba(4, 0, 3, 0.7);
  position: absolute;
  width: 100%;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  #app header {
    position: fixed;
    top: 0;
    left: 0;
  }
}
#app header .wrapper {
  height: 20.2666666667vw;
  padding-top: 9.6vw;
}
@media screen and (min-width: 768px) {
  #app header .wrapper {
    padding: 0;
    height: min(76px, 6.08vw);
    width: min(1000px, 80vw);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
#app header p {
  text-align: center;
}
#app header p img {
  width: auto;
  height: 6.4vw;
  transition: opacity 0.2s linear;
}
@media screen and (min-width: 768px) {
  #app header p img {
    height: min(24px, 1.92vw);
  }
}
@media (hover: hover) and (pointer: fine) {
  #app header p:hover img {
    opacity: 0.7;
  }
}
#app header dl {
  display: none;
}
@media screen and (min-width: 768px) {
  #app header dl {
    display: flex;
    width: fit-content;
    align-items: center;
    gap: min(20px, 1.6vw);
  }
  #app header dl dt {
    font-size: min(1.12vw, 14px);
    line-height: 1.4;
    font-weight: 700;
  }
  #app header dl dd ul {
    display: flex;
    gap: 0 min(9px, 0.72vw);
  }
  #app header dl dd ul li a {
    display: block;
    transition: opacity 0.2s linear;
  }
}
@media screen and (min-width: 768px) and (hover: hover) and (pointer: fine) {
  #app header dl dd ul li a:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 768px) {
  #app header dl dd ul li a img {
    width: auto;
    height: min(36px, 2.88vw);
  }
}
#app #kv {
  background: url(../img/sec1-bg.png) no-repeat top center/100vw auto;
  text-align: center;
  height: 186.4vw;
}
@media screen and (min-width: 768px) {
  #app #kv {
    height: calc(min(756px, 60.48vw) + min(76px, 6.08vw));
    background: url(../img/sec1-bg_pc.png);
    background-size: cover;
    background-attachment: fixed;
  }
}
#app #kv .wrapper {
  padding-top: 30.9333333333vw;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: start;
}
@media screen and (min-width: 768px) {
  #app #kv .wrapper {
    width: min(1000px, 80vw);
    margin: 0 auto;
    position: relative;
    padding-top: 0;
    justify-content: center;
  }
}
#app #kv h1 {
  width: 92.5333333333vw;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #app #kv h1 {
    width: min(500px, 40vw);
    text-align: left;
    transform: translateY(max(-5px, -0.4vw));
    margin-left: 0;
  }
}
#app #kv h1 img + img {
  margin-top: 9.3333333333vw;
  width: 92vw;
}
@media screen and (min-width: 768px) {
  #app #kv h1 img + img {
    margin-top: min(24px, 1.92vw);
    width: min(543px, 43.44vw);
    transform: none;
  }
}
#app #kv .mobile {
  position: absolute;
  bottom: 3.4666666667vw;
  left: 50%;
  transform: translateX(-50%);
  width: 71.2vw;
}
@media screen and (min-width: 768px) {
  #app #kv .mobile {
    bottom: min(32px, 2.56vw);
    transform: translateX(min(12px, 0.96vw));
    width: min(458px, 36.64vw);
  }
}
#app #kv .download {
  display: none;
}
@media screen and (min-width: 768px) {
  #app #kv .download {
    display: block;
    margin-top: min(28px, 2.24vw);
    position: relative;
    height: auto;
  }
}
#app #kv .download ul {
  padding-top: 4vw;
}
@media screen and (min-width: 768px) {
  #app #kv .download ul {
    padding-top: 0;
  }
}
#app #kv .download ul li img {
  height: 12.8vw;
}
@media screen and (min-width: 768px) {
  #app #kv .download ul li img {
    height: min(60px, 4.8vw);
  }
}
#app section:not(#kv) {
  background-position: top center;
  background-size: 100vw auto;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  #app section:not(#kv) {
    background-size: cover;
    background-attachment: fixed;
  }
}
#app section:not(#kv) .wrapper {
  position: relative;
  height: 100%;
}
@media screen and (min-width: 768px) {
  #app section:not(#kv) .wrapper {
    width: min(1000px, 80vw);
    margin: 0 auto;
  }
}
#app section:not(#kv) .mobile {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  #app section:not(#kv) .mobile {
    width: min(515px, 41.2vw);
    left: auto;
    right: 0;
    transform: none;
  }
}
@media screen and (min-width: 768px) {
  #app section:not(#kv) dl {
    padding-top: min(289px, 23.12vw) !important;
  }
}
@media screen and (min-width: 768px) {
  #app section:not(#kv) dl dt {
    width: min(500px, 40vw);
  }
}
#app section:not(#kv) dl dd {
  font-size: 3.2vw;
  line-height: 1.5;
  font-weight: 600;
  width: 91.4666666667vw;
  margin: 2.6666666667vw auto 0;
}
@media screen and (min-width: 768px) {
  #app section:not(#kv) dl dd {
    margin-top: min(24px, 1.92vw);
    font-size: min(1.2vw, 15px);
    line-height: 1.4;
    margin-left: 0;
    width: min(500px, 40vw);
  }
}
#app section:not(#kv) dl dd br {
  display: none;
}
@media screen and (min-width: 768px) {
  #app section:not(#kv) dl dd br {
    display: block;
  }
}
#app section:not(#kv) dl dd span {
  display: block;
  text-align: right;
}
@media screen and (min-width: 768px) {
  #app section:not(#kv) dl dd span {
    display: inline;
    text-align: left;
  }
}
#app #sec2 {
  background: url(../img/sec2-bg.png);
  height: 205.6vw;
}
@media screen and (min-width: 768px) {
  #app #sec2 {
    background: url(../img/sec2-bg_pc.png);
    height: min(832px, 66.56vw);
  }
}
#app #sec2 dl {
  padding-top: 29.3333333333vw;
}
#app #sec3 {
  background: url(../img/sec3-bg.png);
  height: 213.3333333333vw;
}
@media screen and (min-width: 768px) {
  #app #sec3 {
    background: url(../img/sec3-bg_pc.png);
    height: min(832px, 66.56vw);
  }
}
#app #sec3 dl {
  padding-top: 37.0666666667vw;
}
#app #sec4 {
  background: url(../img/sec4-bg.png);
  height: 213.3333333333vw;
}
@media screen and (min-width: 768px) {
  #app #sec4 {
    background: url(../img/sec4-bg_pc.png);
    height: min(832px, 66.56vw);
  }
}
#app #sec4 dl {
  padding-top: 36.8vw;
}
#app footer {
  background-color: #040003;
}
@media screen and (min-width: 768px) {
  #app footer .wrapper {
    width: min(1000px, 80vw);
    margin: 0 auto;
    position: relative;
    padding-bottom: min(96px, 7.68vw);
  }
}
#app footer .app {
  padding: 2.1333333333vw 0 30.1333333333vw;
}
@media screen and (min-width: 768px) {
  #app footer .app {
    padding: min(80px, 6.4vw) 0 0;
  }
}
#app footer .app img {
  width: 100%;
  margin: 0 auto;
  display: none;
}
@media screen and (min-width: 768px) {
  #app footer .app img {
    width: min(543px, 43.44vw);
    display: block;
  }
}
@media screen and (min-width: 768px) {
  #app footer .app p {
    position: absolute;
    bottom: min(36px, 2.88vw);
    right: 0;
    margin-top: 0;
  }
}
#app footer .app p a {
  display: grid;
  grid-template-columns: 1fr 3.7333333333vw;
  gap: 0 1.6vw;
  font-size: 3.2vw;
  line-height: 1;
  color: #fff;
  padding: 2.1333333333vw 0;
  position: relative;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #app footer .app p a {
    grid-template-columns: 1fr min(14px, 1.12vw);
    gap: 0 min(6px, 0.48vw);
    font-size: min(0.96vw, 12px);
    line-height: 1;
    padding: min(8px, 0.64vw) 0;
    margin-left: auto;
  }
}
#app footer .app p a:after {
  content: "";
  width: 100%;
  aspect-ratio: 1/1;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none' viewBox='0 0 14 14'%3E%3Cmask id='a' width='14' height='14' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23d9d9d9' d='M0 0h14v14H0z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%23fff' d='m4.682 12.834-1.035-1.035L8.445 7 3.647 2.203l1.035-1.036 5.833 5.834z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
}
@media (hover: hover) and (pointer: fine) {
  #app footer .app p a:hover {
    text-decoration: underline;
  }
}
#app footer .download {
  background: rgba(0, 0, 0, 0.7);
  padding-top: 4.5333333333vw;
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transform: translateY(5.3333333333vw);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
@media screen and (min-width: 768px) {
  #app footer .download {
    position: relative;
    bottom: auto;
    left: auto;
    margin: 0 auto;
    padding-top: min(20px, 1.6vw);
    width: fit-content;
    opacity: 1;
    transform: none;
  }
}
#app footer .download.on {
  position: fixed;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
@media screen and (min-width: 768px) {
  #app footer .download.on {
    position: relative;
    transform: none;
  }
}
#app footer .download ul li img {
  height: 12.8vw;
}
@media screen and (min-width: 768px) {
  #app footer .download ul li img {
    height: min(52px, 4.16vw);
  }
}
#app .download {
  background-color: #040003;
  height: 30.1333333333vw;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #app .download {
    background-color: transparent;
    height: auto;
    width: fit-content;
  }
}
#app .download ul {
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 0 3.2vw;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #app .download ul {
    gap: 0 min(15px, 1.2vw);
    margin: 0;
  }
}
#app .download ul li a {
  display: block;
  transition: opacity 0.2s linear;
}
@media (hover: hover) and (pointer: fine) {
  #app .download ul li a:hover {
    opacity: 0.7;
  }
}
#app .download ul li a img {
  width: auto;
}
#app .download p {
  margin-top: 2.1333333333vw;
  font-size: 3.2vw;
  line-height: 1.4;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  #app .download p {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */