@charset "UTF-8";
@import url("https://www.mandarake.co.jp/lib/cmmn-v2.css");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:900&display=swap");
body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  font-size: 1em;
  line-height: 150%;
  padding: 0;
  margin: 0;
  text-align: center;
  background-image: url(../img/bg.png);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}

div {
  box-sizing: border-box;
}

h1, h2, h3 {
  line-height: 150%;
}

h2 {
  font-size: 1.5rem;
  line-height: 150%;
  margin: 0;
  padding: 0;
}

h3 {
  border-bottom: 1px dotted #666;
  font-size: 1.125rem;
  line-height: 150%;
  margin: 0 0 0 0;
  padding: 12px 0 10px 10px;
}
h3 span {
  border: 1px solid #666;
  border-radius: 15px;
  box-sizing: border-box;
  display: inline-block;
  margin: 0 5px 0 0;
  text-align: center;
  width: 29px;
}

.global_foot {
  color: #fff;
  width: 100%;
  max-width: 100%;
}

.global_foot a {
  color: #fff;
}

.content {
  max-width: 1200px;
  width: calc(100% - 40px);
  margin: auto;
  padding: 0 10px 50px;
}

.hero {
  align-content: flex-start;
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: auto;
}
@media only screen and (min-width: 768px) {
  .hero {
    flex-wrap: nowrap;
    padding: 100px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .hero {
    flex-wrap: wrap;
    padding: 50px 15px;
  }
}
.hero__read {
  writing-mode: vertical-rl;
}
.hero__read--t1 {
  width: 340px;
}
@media only screen and (max-width: 767px) {
  .hero__read--t1 {
    order: 2;
  }
}
.hero__read--t2 {
  width: 340px;
}
@media only screen and (max-width: 767px) {
  .hero__read--t2 {
    order: 3;
  }
}
@media only screen and (min-width: 768px) {
  .hero__read--t2 {
    padding: 0 25px 0 0;
  }
}
.hero p {
  margin: 25px;
}
.hero span {
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  padding: 10px 12px 5px;
}
@media only screen and (max-width: 767px) {
  .hero span {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 768px) {
  .hero span {
    font-size: 1.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .hero img {
    max-width: 480px;
    order: 1;
  }
}
@media only screen and (min-width: 768px) {
  .hero img {
    max-width: 450px;
  }
}
.hero__img img {
  max-width: 100%;
}
.hero__box {
  width: 49.5%;
}

.title {
  color: #000;
  line-height: 150%;
  text-shadow: #fff 1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px, #fff -1px 1px 1px, #fff -1px 0px 1px, #fff 0px 1px 1px;
  width: calc(100% - 20px);
  display: flex;
  flex-direction: column-reverse;
}
@media only screen and (max-width: 767px) {
  .title {
    font-size: 1.5rem;
    margin: 50px auto 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .title {
    font-size: 2.5rem;
    margin: 100px auto 0 auto;
  }
}
.title__text {
  display: inline-block;
}

.coment {
  background-color: #c11e1e;
  color: white;
  box-sizing: border-box;
  line-height: 160%;
  text-align: left;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .coment {
    margin: 50px auto 0 auto;
    padding: 25px 0;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .coment {
    color: white;
    margin: 100px auto 0 auto;
    padding: 50px 0;
    font-size: 1.15rem;
  }
}
.coment__content {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 10px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .coment__content {
    max-width: 1200px;
  }
}
.coment__content p {
  line-height: 2.5;
}
.coment p {
  margin: 15px 0 0 0;
}

.how_to_buy {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 25px;
}
@media only screen and (max-width: 767px) {
  .how_to_buy {
    margin: 50px 0 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .how_to_buy {
    margin: 150px 0 0 0;
  }
}
.how_to_buy__inner {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .how_to_buy__inner {
    flex-direction: column;
  }
}
@media only screen and (min-width: 768px) {
  .how_to_buy__inner {
    margin: 15px 0 0 0;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: flex-start;
  }
}
.how_to_buy__area {
  text-align: left;
  border: 1px solid #333;
  padding: 15px;
}
@media only screen and (max-width: 767px) {
  .how_to_buy__area {
    width: 100%;
    margin: 20px 0 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .how_to_buy__area {
    width: 49%;
  }
}
.how_to_buy p {
  margin: 15px 0 0 8px;
}
.how_to_buy__again p {
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: 85%;
  margin: 50px auto;
  text-align: left;
  font-size: 20px;
  line-height: normal;
}

.moshikomi {
  background-color: #292929;
  display: block;
  text-align: center;
  font-size: 1.5rem;
  line-height: 150%;
  padding: 10px 20px;
  margin: 15px auto 0 10px;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
}
.moshikomi a {
  color: white !important;
}
.moshikomi a :visited {
  color: white !important;
}
.moshikomi__link {
  background-color: #292929;
  display: block;
  text-align: center;
  font-size: 1.5rem;
  line-height: 150%;
  padding: 10px 20px;
  margin: 15px auto 0 10px;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
  transition: 0.2s;
}
.moshikomi__link:hover {
  background-color: #8f8f8f;
  transition: 0.2s;
}
.moshikomi__image {
  margin: 50px 0;
}

.mailform {
  margin: 50px 0 0 0;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 25px;
}
.mailform__short {
  width: 30%;
  box-sizing: border-box;
}
.mailform__middle {
  width: 50%;
  box-sizing: border-box;
}
.mailform__long {
  width: 80%;
  box-sizing: border-box;
}
.mailform__max {
  width: 100%;
  box-sizing: border-box;
}
.mailform table {
  margin: 5px 0 0 0;
  width: 100%;
  border-collapse: collapse;
  table-layout: auto;
}
.mailform th {
  width: 25%;
}
.mailform td {
  width: 75%;
  text-align: left;
}
.mailform .submit {
  margin: 15px 0 0 0;
}
.mailform th, .mailform td {
  border-bottom: 1px solid #ccc;
  padding: 10px 0 9px 0;
  font-weight: normal;
}
.mailform input[type=text], .mailform input[type=email] {
  border: 1px solid #ccc;
  font-size: 1.25rem;
  padding: 4px 0.5rem;
  box-sizing: border-box;
}
.mailform input[type=submit] {
  border: 1px solid #ccc;
  font-size: 1.25rem;
  padding: 5px 20px;
  background-color: #163b73;
  color: #fff;
}
.mailform .submit {
  display: flex;
  padding: 15px 0;
}
@media only screen and (max-width: 767px) {
  .mailform .submit {
    flex-direction: column-reverse;
  }
}
@media only screen and (min-width: 768px) {
  .mailform .submit {
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
}
.mailform .submit input[type=submit] {
  border: none;
  font-size: 1.2rem;
  margin: auto;
  padding: 5px 15px;
}
.mailform .submit input[type=submit]:first-child {
  background-color: #292929;
  color: #fff;
  padding: 5px 25px;
}

.series_catalog_link {
  border: 5px solid #fff;
  max-width: 500px;
  background-color: #ba1414;
  padding: 30px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .series_catalog_link {
    margin: 50px 20px;
  }
}
@media only screen and (min-width: 768px) {
  .series_catalog_link {
    margin: 50px auto;
  }
}
.series_catalog_link a {
  text-decoration: none;
  color: #fff;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .series_catalog_link a {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .series_catalog_link a {
    font-size: 30px;
  }
}/*# sourceMappingURL=style.css.map */