@charset "UTF-8";
/* =========================================================
@mixin
=========================================================*/
/* =========================================================
@extends
=========================================================*/
/* =========================================================
common
=========================================================*/
* {
  outline: none;
  font-size: 16px;
  line-height: 2.0;
}

@media only screen and (max-width: 959px) {
  * {
    font-size: 14px;
    line-height: 1.8;
  }
}

body {
  width: 100%;
  height: 100%;
  padding: 0px;
  margin: 0px;
  overflow: auto;
  position: relative;
  text-align: center;
  letter-spacing: -0.01em;
  color: #333;
  font-weight: 400;
  line-height: 1.8;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  background: #1f3551;
  font-optical-sizing: auto;
}

a {
  cursor: pointer !important;
}

a:hover,
a:focus {
  text-decoration: none;
  cursor: pointer;
}

a:focus {
  outline: none;
}

h1, h2, h3, h4 {
  margin: 0px;
  padding: 0px;
  font-weight: 300;
}

p {
  margin-bottom: 1.2em;
  white-space: normal;
}

pre {
  margin-bottom: 1.2em;
  white-space: normal;
}

a {
  text-decoration: none;
}

strong {
  font-weight: 700;
  color: #333;
}

ul, li, dl, dt, dd {
  padding: 0;
  margin: 0;
  text-indent: 0;
  list-style-type: none;
}

.pc {
  display: block !important;
}

@media only screen and (max-width: 959px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}

@media only screen and (max-width: 959px) {
  .sp {
    display: block !important;
  }
}

/* =========================================================
共通
=========================================================*/
main {
  text-align: center;
  width: 100%;
  height: 100vh;
  color: #fff;
  display: flex;
  align-items: center;
  /* 垂直方向の中央揃え */
}

#app {
  width: 400px;
  height: 320px;
  background: url(../img/logo_w.svg) no-repeat left 50% top 50%;
  background-size: auto 320px;
  margin: 0 auto;
  position: relative;
  margin-top: -100px;
}

@media only screen and (max-width: 959px) {
  #app {
    width: 100%;
    height: 200px;
    background: url(../img/logo_w.svg) no-repeat left 50% top 50%;
    background-size: auto 200px;
  }
}

#app p {
  position: absolute;
  width: 100%;
  text-align: center;
  font-size: 1.4rem;
  left: 0;
}

@media only screen and (max-width: 959px) {
  #app p {
    font-size: 1.2rem;
  }
}

#app p.name {
  bottom: -100px;
}

@media only screen and (max-width: 959px) {
  #app p.name {
    bottom: -80px;
  }
}

#app p.mail {
  font-size: 1rem;
  bottom: -120px;
}

@media only screen and (max-width: 959px) {
  #app p.mail {
    bottom: -100px;
  }
}
