@charset "UTF-8";
@font-face {
  font-family: GenJyuuGothic-P;
  src: url(../fonts/GenJyuuGothic-P-Regular.ttf);
  font-weight: normal; }

@font-face {
  font-family: GenJyuuGothic-P;
  src: url(../fonts/GenJyuuGothic-P-Medium.ttf);
  font-weight: medium; }

@font-face {
  font-family: GenJyuuGothic-P;
  src: url(../fonts/GenJyuuGothic-P-Bold.ttf);
  font-weight: bold; }

html {
  font-size: 62.5%; }

*, *::before, *::after {
  box-sizing: border-box; }

img {
  width: 100%; }

body {
  background-image: url(../img/bg_pc.png);
  background-repeat: no-repeat; 
 background-color: #a5f5fc;
  border: 0px;
  font-size: 1.4rem;
  font-family: GenJyuuGothic-P,"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
  color: #000000; }
  
.bg-white{
      background-color:#ffffff;
    }
    
.header {
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: 1200px; }
  @media (min-width: 1200px) {
    .sub-header {
      background-size: contain; } }

.mv {
  max-width: 480px;
  min-width: 320px; 
  padding: 0px 0px 0;
  }
  @media (min-width: 376px) {
    .mv {
      margin: 0 auto 0px; } }


.header-contents {
  margin: 10px auto 0px;
  padding: 0 20px;
  max-width: 480px;
  min-width: 320px; 
  border: 0px;}
  

.pv-modal {
  display: inline-block; }
  
.btn-yoyaku {
  margin: 0 auto 20px;
  max-width:400px; }
  .btn-yoyaku img {
    max-width: 100%; }

.header-txt {
 font-size: 2.0rem;
 line-height: 1.5em;
  padding: 16px 0; }

.download {
  margin: 0 auto 10px;
  padding: 10px 8px 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 360px; }
  .download .download-btn {
    flex-basis: 48%; }
    .download .download-btn :hover {
      cursor: pointer; }

.contents {
  margin: 0px auto 0px;
  position: relative;
  max-width: 480px;
  min-width: 320px; 
  border: 0;}
  
.contents-txt{
    padding: 0 20px 0;
}

.title {
  margin: 20px 0 0px; }
  
.gif {
  margin: 10px 0 20px; 
  padding: 0 10px 0;}
  
.gametext {
  margin: 0 0 20px; }
  
.twitter {
  padding: 20px 20px 30px; }
  
.info {
  margin-bottom: 40px; }
  .info .info-list {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 480px;
    min-width: 280px; }
    .info .info-list .info-item {
      flex-basis: 48%; }

footer {
  text-align: center; 
  color:#000;
  border:0px; }

footer .footer-img {
  width: 100%;}

.footer-contents {
  margin: 0px auto;
  padding: 20px;
  max-width: 480px;
  min-width: 320px; }

.banner-lead {
  padding: 30px 0px 10px; }
  .banner-lead img {
    max-width:400px;
}

.footer-specs {
  margin-bottom: 30px;
  padding: 16px 0px;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  font-size: 1.4rem;
  font-weight: normal; }
  @media (min-width: 376px) {
    .footer-specs {
      font-size: 1.6rem; } }
  .footer-specs .spec {
    display: flex;
    letter-spacing: 0.05em;
    line-height: 1.6em; }
    .footer-specs .spec dt {
      flex-basis: 22%;
      margin-right: 24px;
      text-align: right; }
      @media (min-width: 376px) {
        .footer-specs .spec dt {
          flex-basis: 30%; } }
    .footer-specs .spec dd {
      flex-basis: 66%; 
      text-align: left; }
      @media (min-width: 376px) {
        .footer-specs .spec dd {
          flex-basis: 70%; } }


.footer-note {
  font-size: 1.1rem;
  font-weight: normal;
  line-height: 1.4em;
  text-align: left;  }

.sns {
  padding: 0 0 30px; }
  .sns .sns-btns {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    width: 240px; }
    .sns .sns-btns .sns-btn {
      max-width: 60px; }

.footer-bottom {
  padding: 20px 0 20px 0;
  background-color: #07d3fa;
  color: #fff;
  font-size: 1.5rem;
  font-weight: normal;
  text-align: center; }

.footer-links {
  max-width: 350px;
  margin: 0 auto; }
  .footer-links .footer-link {
    padding: 0 6px;
    display: inline-block;
    text-decoration: none;
    color: inherit; }
    .footer-links .footer-link:not(:first-child) {
      border-left: solid 2px #fff; }
    @media (max-width: 320px) {
      .footer-links .footer-link {
        font-size: 1.2rem; } }

.footer-copyright {
    padding:10px 0 10px;
  font-size: 1.2rem; }

#pagetop {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 20px; }
  #pagetop.fadein {
    display: block; }
   #pagetop.fadeout {
    display: block; }
  #pagetop img {
    width: 91px;
    height: auto; }
  @media (min-width: 1025px) {
    #pagetop {
      right: 300px; } }

.pagetop-fixed {
  margin: 0 auto;
  display: inline-block;
  max-width: 120px; }

.tac {
  text-align: center; }

.mb16 {
  margin-bottom: 16px; }

.mb36 {
  margin-bottom: 36px; }

.sub-header {
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: 1200px; }
  @media (min-width: 1200px) {
    .sub-header {
      background-size: contain; } }

.sub-mv {
  margin: 0 auto;
  min-width: 320px; 
  max-width: 480px;}

.faq-container {
  padding:30px 10px;
  margin-bottom: 30px; 
  background-color: #fff;}
  .faq-container h2 {
    margin-bottom: 10px; }
  .faq-container .faq:first-of-type {
    border-top: solid 2px #cfada0; }

.faq {
  color: #7a5041;
  padding-left: 10px;
  letter-spacing: 0.05em;
  border-bottom: solid 2px #cfada0; }
  .faq .faq-question {
    position: relative;
    padding: 12px 10px 12px 0px;
    cursor: pointer; }
    .faq .faq-question::before {
      position: absolute;
      content: '';
      top: 50%;
      transform: translateY(-50%);
      display: inline-block;
      width: 36px;
      height: 36px;
      background-image: url(../img/faq-nameko-icon.png);
      background-repeat: no-repeat;
      background-size: contain;
      vertical-align: middle; }
    .faq .faq-question .question-txt {
      padding-left: 40px;
      font-weight: bold;
      font-size: 1.6rem;
      line-height: 1.4em; }
  .faq .faq-answer {
    display: none;
    border-top: solid 2px #cfada0; }
    .faq .faq-answer.is-show {
      display: block; }
    .faq .faq-answer .answer-txt {
      padding: 14px;
      font-size: 1.3rem;
      line-height: 1.6em; }
    .faq .faq-answer .faq-img {
      margin: 16px 0;
      max-width: 100%; }

.btn-top {
  margin: 30px auto 10px;
  max-width:150px; }
  .btn-yoyaku img {
    max-width: 100%; }

.tokusho-contents {
  margin: 0 auto;
  padding:  0px 0px 30px;
  max-width: 480px;
  min-width: 320px; }
   .tokusho-contents h2 {
    margin-bottom: 10px; }


.tokusho-container {
  margin-bottom: 30px;
  padding: 30px;
  background-color: #fff;
  font-family: 'Helvetica Neue', 'Helvetica', 'Hiragino Kaku Gothic ProN', YuGothic, 'Yu Gothic Medium', Meiryo, sans-serif; }
  .tokusho-container h2 {
    margin-top: 30px;
    margin-bottom: 10px; }
  .tokusho-container .tokusho {
    margin-bottom: 30px; }
    .tokusho-container .tokusho h3 {
      margin-bottom: 10px;
      padding-left: 10px;
      border-left: solid 5px #c49347;
      font-size: 1.8rem; }
    .tokusho-container .tokusho .tokusho-txt {
      font-size: 1.4rem;
      line-height: 1.4em; }
  @media (min-width: 768px) {
    .tokusho-container {
      margin-bottom: 50px;
      padding: 40px; }
      .tokusho-container h3 {
        font-size: 2.2rem; }
      .tokusho-container .tokusho-txt {
        font-size: 1.6rem; } }

.tokusho-footer {
  padding-bottom: 50px; }
  .tokusho-footer .footer-copyright {
    text-align: center; }
