@import url(https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap);
@charset "UTF-8";
html {
  font-size: 62.5%; }

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

img {
  width: 100%; }

body {
  background-color: #36312e;
  font-size: 1.4rem;
  font-family: 'Kosugi Maru',"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO"; }

.header {
  margin-bottom: 50px;
}



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

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

.download {
  margin: 0 auto 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 324px; }
  .download .download-btn {
    flex-basis: 48%; }

.header-txt {
  color:#ffffff;
  text-shadow:2px 2px 3px #000000;
  padding: 14px 0;
//  background-image: url(../image/bg-header.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 400px;
  text-align: center;
  line-height: 1.8em;
  font-size: 1.6rem;
  font-family: 'Kosugi Maru', "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-weight: 900; }

  @media (min-width: 376px) {
    .header-txt {
      font-size: 1.8rem; } }
  .header-txt p {
    margin-bottom: 10px; }
  .header-txt .emphasis {
    font-size: 2.4rem;
    font-weight: bold; }
  .header-txt .dash {
    letter-spacing: -3px; }
  .header-txt .txt-break {
    display: inline-block; }


.contents-txt{
  color:#ffffff;
  padding: 14px 0;
  text-align: left;
  line-height: 2.8em;
  font-size: 1.6rem;
  font-family: 'Kosugi Maru', "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-weight: 900; 
}


.contents-txt h3{
	font-size:2rem;
	font-weight:bold;
	color:#faec0b;
	}

  .contents-txt p {
    margin-bottom: 20px; }

  @media (min-width: 376px) {
    .contents-txt {
      font-size: 1.8rem; }
   }




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

.title {
  margin-bottom: 32px; }

.story {
  margin-bottom: 28px; }

.chara {
  margin-bottom: 28px; }

.system {
  margin-bottom: 28px; }


.tokusho {
  margin-bottom: 28px; }


.border_radius {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}










.tokusho-container {
  margin-bottom: 30px;
  padding: 20px;
  border-radius: 20px;
  background-color: #fff;
  font-family: 'Helvetica Neue', 'Helvetica', 'Hiragino Kaku Gothic ProN', YuGothic, 'Yu Gothic Medium', Meiryo, sans-serif; }

  .tokusho-container .tokusho {
    margin-bottom: 30px; }

    .tokusho-container .tokusho h3 {
      margin-bottom: 10px;
      padding-left: 10px;
      border-left: solid 5px #e8d051;
      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; } }









.pv-modal {
  display: inline-block; }

.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%; }

.points {
  text-align: center; }



.footer-1{
  position:relative;
  height:400px;
  background-image: url(../image/footer-bg.jpg);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 400px;
  }





.footer-1 .footer-img {
  position:absolute;
  bottom:-3px;

  left: 0;
  right: 0;
  margin: auto;

  width: 40%;
  min-width: 150px;

}

.footer-contents {

  margin: 0 auto 30px;
  padding: 0 20px;
  max-width: 480px;
  min-width: 320px; }

.footer-specs {
  color:#ffffff;
  margin-top: 12px;
  margin-bottom: 12px;
  padding: 16px 0px;
  border-top: solid 0px #ffffff;
  border-bottom: solid 1px #ffffff;
  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%; }
      @media (min-width: 376px) {
        .footer-specs .spec dd {
          flex-basis: 70%; } }

.footer-note {
  color:#ffffff;
  font-size: 1.1rem;
  font-weight: normal;
  line-height: 1.2em; }

.sns {
  margin-bottom: 36px; }
  .sns .sns-btns {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    width: 200px; }
    .sns .sns-btns .sns-btn {
      max-width: 52px; }

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


.footer-links {
  max-width: 350px;
  margin: 0 auto; }
  .footer-links .footer-link {
    padding: 0px 0px;
    display: inline-block;
    text-decoration: none;
    color: inherit; }

    @media (max-width: 320px) {
      .footer-links .footer-link {
        font-size: 1.2rem; } }

.footer-copyright {
  margin-top: 18px;
  font-size: 1.4rem; }




#page-top {
  margin: 0 auto;
  display: inline-block;
  max-width: 200px; }




.tac {
  text-align: center; }

.mb16 {
  margin-bottom: 16px; }

.mb36 {
  margin-bottom: 36px; }

