@charset 'UTF-8';

* {
  font-family: 'Segoe UI', 'Lucida Grande', 'Yu Gothic Medium', YuGothic, 'Hiragino Kaku Gothic ProN', Meiryo, 'メイリオ', sans-serif;
}

html {
  font-size: 62.5%;
  height: 100%;
}

body {
  position: relative;
  line-height: 1;
  height: 100%;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

h1, h2, h3, h4, h5, h6, p,
dl, ul, ol, table, blockquote {
  font-size: 1rem;
  line-height: 1;
  margin: 0;
  padding: 0;
}

dt, dd, li {
  margin: 0;
  padding: 0;
}

ul, ol {
  list-style: none;
}

img {
  display: inline-block;
  vertical-align: top;
  border: none;
}

a:link, a:visited {
  text-decoration: none;
}

a:hover, a:active {
  text-decoration: underline;
}

em {
  font-style: normal;
}

@media screen and (max-width: 767px) {
  * {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.06);
  }
  a:hover, a:active {
    text-decoration: none;
  }
}

#mainscreen {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

body {
  color: #333333;
  min-width: 1000px;
  background-color: #fff;
}

.is-pc {
  display: inherit;
}

.is-mobile {
  display: none;
}

#windowarea {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}


.js-scroll-action {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

.js-scroll-action.action {
  visibility: visible;
  opacity: 1;
}

.js-scroll-action.action ul {
  text-align: left;
  list-style: disc;
  margin-left: 20px;
  font-size: 1.4rem;
}
.js-scroll-action.action li {
  line-height: 1.7;
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  body {
    min-width: 320px;
  }
  .is-pc {
    display: none;
  }
  .is-mobile {
    display: inherit;
  }
}

header {
  position: relative;
  width: 1000px;
  height: 100px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  header {
    width: 100vw;
    height: 12vw;
  }
}

header .logo {
  position: absolute;
  top: 1.5rem;
  left: 1rem;
}

header .logo img {
  width: 18rem;
}

@media screen and (max-width: 767px) {
  header .logo {
    top: 2vw;
    left: 3vw;
  }
  header .logo img {
    width: 21.8vw;
  }
}

header .btn {
  position: absolute;
  top: 2rem;
  right: 1rem;
}

@media screen and (max-width: 767px) {
  header .btn {
    top: 1.5vw;
    right: 3vw;
  }
}

header .btn a {
  display: block;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  -webkit-transform: rotate(0.03deg);
  transform: rotate(0.03deg);
  color: #fff;
  font-size: 2.2rem;
  line-height: 6rem;
  text-align: center;
  text-decoration: none;
  width: 26rem;
  height: 6rem;
  background-color: #e60012;
  border-radius: 5rem;
  -webkit-transition: all .2s;
  transition: all .2s;
}

header .btn a::after {
  display: inline-block;
  content: '';
  vertical-align: .2rem;
  height: 1rem;
  width: 1rem;
  margin-left: .2em;
  border-right: .2rem solid #fff;
  border-top: .2rem solid #fff;
  transform: rotate(45deg);
}

header .btn a:hover {
  background-color: #f00;
}

@media screen and (max-width: 767px) {
  header .btn a {
    font-size: 3.2vw;
    line-height: 9vw;
    width: 37vw;
    height: 9vw;
  }
  header .btn a::after {
    vertical-align: 0S;
    height: 1.5vw;
    width: 1.5vw;
    border-right-width: .3vw;
    border-top-width: .3vw;
  }
}

footer {
  position: relative;
  width: 1000px;
  height: 200px;
  margin: 10rem auto 0;
  border-top: 1px solid #333333;
}

@media screen and (max-width: 767px) {
  footer {
    width: 92vw;
    height: 28vw;
    margin: 15vw auto 0;
    border-top-width: .3vw;
  }
}

footer .company {
  font-size: 1.3rem;
  line-height: 1.6;
  margin-top: 3rem;
}
footer .sns {
  position: absolute;
  right:0;
  top: 3rem;
}

@media screen and (max-width: 767px) {
  footer .company {
    font-size: 3vw;
    line-height: 1.5;
    margin-top: 3vw;
  }
}

footer .copyright {
  position: absolute;
  bottom: 2.5rem;
  left: 0;
  right: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.3rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  footer .copyright {
    font-size: 2.6vw;
    bottom: 4vw;
  }
}

#contents {
  width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  #contents {
    width: 100vw;
  }
}

#contents .fig-arrow {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  -webkit-transform: rotate(0.03deg);
  transform: rotate(0.03deg);
  color: #fff;
  font-size: 3.8rem;
  text-align: center;
  width: 50rem;
  height: 10rem;
  margin: 0 auto 3rem;
  padding-top: 1.2rem;
  background-image: url(../img/fig-arrow.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 50% 100%;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  #contents .fig-arrow {
    font-size: 4.8vw;
    width: 62.5vw;
    height: 12.5vw;
    margin: 0 auto 5vw;
    padding-top: 1.5vw;
  }
}

#contents .text-1 {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  -webkit-transform: rotate(0.03deg);
  transform: rotate(0.03deg);
  font-size: 2.5rem;
  line-height: 1.4;
  text-align: center;
}

#contents .text-1 em {
  font-size: .7em;
}

@media screen and (max-width: 767px) {
  #contents .text-1 {
    font-size: 4vw;
  }
}

#contents .text-2 {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  -webkit-transform: rotate(0.03deg);
  transform: rotate(0.03deg);
  font-size: 2rem;
  line-height: 1.5;
  text-align: left;
  margin-bottom: 2.5rem;
}

@media screen and (max-width: 767px) {
  #contents .text-2 {
    font-size: 3.6vw;
    margin-bottom: 5vw;
  }
}

#contents .text-2-red {
  color: #f00;
}

#contents .manga {
  margin-bottom: 5rem;
}

#contents .manga img {
  width: 100%;
  height: auto;
}

#contents .manga-1 {
  margin-bottom: 1.5rem;
}

#contents .manga-2 {
  margin-bottom: 2.5rem;
}

#contents .manga-3 {
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 767px) {
  #contents .manga {
    margin-bottom: 10vw;
  }
  #contents .manga-1 {
    margin-bottom: 2.5vw;
  }
  #contents .manga-2 {
    margin-bottom: 5vw;
  }
  #contents .manga-3 {
    margin-bottom: 2.5vw;
  }
}

#contents .notice {
  display: inline-block;
  font-size: 1.5rem;
  line-height: 1.6;
}

#contents .notice-1 {
  margin: 1rem 0 5rem;
}

@media screen and (max-width: 767px) {
  #contents .notice {
    font-size: 3vw;
  }
  #contents .notice-1 {
    margin: 2vw 0 10vw;
  }
}

#contents .install {
  margin-bottom: 5rem;
}

@media screen and (max-width: 767px) {
  #contents .install {
    margin-bottom: 10vw;
  }
}

#contents .install ul {
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0 auto 3rem;
}

@media screen and (max-width: 767px) {
  #contents .install ul {
    width: 87vw;
    margin-bottom: 4vw;
  }
}

#contents .install ul > li {
  width: 45%;
  list-style: none;
}

#contents .install-head {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  -webkit-transform: rotate(0.03deg);
  transform: rotate(0.03deg);
  font-size: 2.4rem;
  margin-bottom: 1rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #contents .install-head {
    font-size: 4.6vw;
    margin-bottom: 1vw;
  }
}

#contents .install-qrcode {
  width: 20rem;
  margin: 0 auto;
  padding: 2rem;
}

#contents .install-qrcode img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  #contents .install-qrcode {
    width: 28vw;
    padding: 4vw;
  }
}

#contents .install-banner {
  margin-top: 1rem;
  text-align: center;
}

#contents .install-banner a {
  display: inline-block;
  height: 8rem;
}

#contents .install-banner img {
  width: auto;
  height: 100%;
}

@media screen and (max-width: 767px) {
  #contents .install-banner {
    margin-top: 2vw;
  }
  #contents .install-banner a {
    height: 12vw;
  }
}

#contents .install-notice {
  text-align: left;
  width: 85%;
}

@media screen and (max-width: 767px) {
  #contents .install-notice {
    width: 85vw;
  }
}

#contents .box-border {
  padding: 1.5rem 2rem;
  margin-bottom: 5rem;
  border: 0.1rem solid #cccccc;
}

#contents .box-border p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  #contents .box-border {
    padding: 4vw 5vw;
    margin-bottom: 10vw;
  }
}

.section-header {
  margin-bottom: 5rem;
}

@media screen and (max-width: 767px) {
  .section-header {
    margin-bottom: 10vw;
  }
}

.section-header .pagetitle {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  -webkit-transform: rotate(0.03deg);
  transform: rotate(0.03deg);
  color: #fff;
  font-size: 3rem;
  line-height: 6rem;
  text-align: center;
  text-shadow: 0.15rem 0.15rem 0 rgba(0, 0, 0, 0.15);
  height: 6rem;
  background: -webkit-linear-gradient(0deg, #6ea3dc 0%, #6ea3dc 50%, #85bae5 50%, #85bae5 100%);
  background: linear-gradient(0deg, #6ea3dc 0%, #6ea3dc 50%, #85bae5 50%, #85bae5 100%);
}

@media screen and (max-width: 767px) {
  .section-header .pagetitle {
    font-size: 3.6vw;
    line-height: 8vw;
    text-shadow: 0.4vw 0.4vw 0 rgba(0, 0, 0, 0.15);
    height: 8vw;
  }
}

.section-header .kv img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .section-header .text-1 {
    width: 92vw;
    margin-left: auto;
    margin-right: auto;
  }
}

.section-body {
  width: 750px;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .section-body {
    width: 92vw;
  }
}

.section-body .copy {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  -webkit-transform: rotate(0.03deg);
  transform: rotate(0.03deg);
  color: #fff;
  font-size: 3.2rem;
  line-height: 1.15;
  height: 15rem;
  padding-top: .8rem;
  margin-bottom: 3.5rem;
  background-image: url(../img/fig-arrow.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 50% 100%;
}

@media screen and (max-width: 767px) {
  .section-body .copy {
    font-size: 4.3vw;
    height: 20vw;
    padding-top: 1.5vw;
    margin-bottom: 8vw;
  }
  .section-body .copy::before {
    height: 3.1vw;
  }
}

.section-body .map {
  margin-bottom: 5rem;
}

@media screen and (max-width: 767px) {
  .section-body .map {
    margin-bottom: 10vw;
  }
}

.section-body .map .fig-arrow {
  line-height: 1.08;
  height: 12rem !important;
  padding-top: .7rem !important;
}

@media screen and (max-width: 767px) {
  .section-body .map .fig-arrow {
    height: 15.5vw !important;
    padding-top: 1vw !important;
  }
}

.section-body .map-view {
  position: relative;
  height: 0;
  margin: 1.5rem auto 2rem;
  padding-bottom: 60.67%;
  background-color: #eee;
}

@media screen and (max-width: 767px) {
  .section-body .map-view {
    width: 80vw;
    margin: 2.5vw auto 5vw;
    padding-bottom: 80vw;
  }
}

.section-body .map-view iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section-body .notes {
  padding: 2rem !important;
}

@media screen and (max-width: 767px) {
  .section-body .notes {
    padding: 2vw !important;
  }
}

.section-body .notes p {
  font-size: 1.4rem;
  line-height: 1.7;
  text-align: left;
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .section-body .notes p {
    font-size: 3vw;
  }
}

/*# sourceMappingURL=../map/style.css.map */
