@charset "UTF-8";
@import url("https://www.mandarake.co.jp/lib/cmmn-v2.css");
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  padding: 0;
  margin: 0;
  background-image: url(../img/bg.png?1010);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}

.global_head {
  margin: 0;
}

div {
  box-sizing: border-box;
}

.wrap {
  position: relative;
  z-index: 0;
}
.wrap::before, .wrap::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.wrap::before {
  background: linear-gradient(rgba(0, 0, 0, 0.7), transparent, rgba(0, 0, 0, 0.7));
  z-index: -2;
}
.wrap::after {
  content: "";
  background: url(../img/bg-texture.jpg) repeat top left/250px 250px fixed;
  mix-blend-mode: overlay;
  opacity: 0.3;
  z-index: -1;
}

.content {
  width: 100%;
  padding: 0 0 100px;
}
@media only screen and (max-width: 767px) {
  .content {
    font-size: 0.95rem;
  }
}
@media only screen and (min-width: 768px) {
  .content {
    font-size: 1rem;
  }
}

.hero {
  display: grid;
}
@media only screen and (max-width: 767px) {
  .hero {
    padding: 50px 15px;
  }
}
@media only screen and (min-width: 768px) {
  .hero {
    grid-template-columns: 1fr minmax(auto, 800px) 1fr;
    grid-template-areas: "text2 img text1" "title title title";
    justify-content: center;
    padding: 100px 0;
  }
}
@media only screen and (max-width: 767px) {
  .hero__read {
    display: grid;
    gap: 10px 0;
  }
}
@media only screen and (min-width: 768px) {
  .hero__read {
    writing-mode: vertical-rl;
    padding: 0 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .hero__read--t1 {
    order: 3;
    margin: 0 0 20px;
  }
}
@media only screen and (min-width: 768px) {
  .hero__read--t1 {
    grid-area: text1;
    margin: 0 auto 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .hero__read--t2 {
    order: 4;
  }
}
@media only screen and (min-width: 768px) {
  .hero__read--t2 {
    grid-area: text2;
  }
}
@media only screen and (max-width: 767px) {
  .hero__read p {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  .hero__read p {
    margin: 40px 1.2vw 0;
  }
}
.hero__read span {
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.2rem;
}
@media only screen and (max-width: 767px) {
  .hero__read span {
    padding: 3px 15px;
  }
}
@media only screen and (min-width: 768px) {
  .hero__read span {
    font-size: clamp(1.3rem, 2vw, 1.7rem);
    padding: 15px 7px 15px 5px;
  }
}
.hero__img {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .hero__img {
    order: 1;
  }
}
@media only screen and (min-width: 768px) {
  .hero__img {
    grid-area: img;
    display: grid;
    place-content: center;
  }
}
.hero__img img {
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.9));
  max-width: 100%;
}
.hero .title {
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  color: #efece9;
  line-height: 150%;
  letter-spacing: 0.3rem;
  text-shadow: #000 1.8px 1.8px 1.8px, #000 1.8px -1.8px 1.8px, #000 -1.8px -1.8px 1.8px, #000 -1.8px 1.8px 1.8px, #000 -1.8px 0px 1.8px, #000 0px 1.8px 1.8px;
  width: calc(100% - 20px);
  display: grid;
}
@media only screen and (max-width: 767px) {
  .hero .title {
    font-size: 1.4rem;
    margin: 30px auto 40px;
    order: 2;
  }
}
@media only screen and (min-width: 768px) {
  .hero .title {
    font-size: 2.5rem;
    margin: 50px auto 0 auto;
    grid-area: title;
  }
}
.hero .title__text {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .hero .title__text:first-of-type {
    font-size: 1.1rem;
    letter-spacing: 0.1rem;
  }
}
@media only screen and (min-width: 768px) {
  .hero .title__text:first-of-type {
    font-size: 2rem;
  }
}

.coment {
  background-color: #1a1a1a;
  color: #fff;
  box-sizing: border-box;
  width: 100%;
  position: relative;
  z-index: 0;
}
@media only screen and (max-width: 767px) {
  .coment {
    padding: 50px 0;
    margin: 0 0 50px;
  }
}
@media only screen and (min-width: 768px) {
  .coment {
    padding: 80px 0;
    margin: 0 0 100px;
  }
}
.coment::before {
  content: "";
  height: 100%;
  width: 100%;
  background: url(../img/bg-texture.jpg) repeat top left/250px 250px;
  mix-blend-mode: overlay;
  opacity: 0.3;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.coment__content {
  margin: 0 auto;
  width: 100%;
  display: grid;
}
@media only screen and (max-width: 767px) {
  .coment__content {
    width: calc(100% - 30px);
    gap: 40px 0;
  }
}
@media only screen and (min-width: 768px) {
  .coment__content {
    max-width: 1000px;
    width: calc(100% - 50px);
    gap: 50px 0;
  }
}
.coment p {
  margin: 0;
}
.coment .lead p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.2rem;
}
@media only screen and (max-width: 767px) {
  .coment .lead p {
    text-align: left;
    font-size: 0.9rem;
    line-height: 1.9rem;
  }
}
@media only screen and (min-width: 768px) {
  .coment .lead p {
    font-size: 1.15rem;
    line-height: 2.7rem;
  }
}
.coment .info {
  display: grid;
}
@media only screen and (max-width: 767px) {
  .coment .info {
    gap: 20px 0;
  }
}
@media only screen and (min-width: 768px) {
  .coment .info {
    gap: 30px 0;
  }
}
.coment .info__item h2 {
  font-family: "Noto Sans JP", sans-serif;
  border: 1px solid #fff;
  display: inline-block;
  letter-spacing: 0.2rem;
  line-height: 1;
  margin: 0 0 15px;
}
@media only screen and (max-width: 767px) {
  .coment .info__item h2 {
    font-size: 0.9rem;
    padding: 5px 15px 8px;
  }
}
@media only screen and (min-width: 768px) {
  .coment .info__item h2 {
    font-size: 1.2rem;
    padding: 5px 20px 8px;
  }
}
.coment .info__item p {
  letter-spacing: 0.1rem;
}
@media only screen and (max-width: 767px) {
  .coment .info__item p {
    font-size: 0.9rem;
    line-height: 1.6rem;
  }
}
@media only screen and (min-width: 768px) {
  .coment .info__item p {
    line-height: 2rem;
  }
}
.coment .info__item a {
  color: #fff;
}
.coment .info__item a:hover {
  color: rgba(255, 255, 255, 0.8431372549);
}
.coment .info__list {
  padding: 0;
  margin: 0;
  display: grid;
  gap: 12px;
}
.coment .info__list ul {
  list-style: none;
  padding-left: 1.2em;
  margin: 0 auto;
  font-size: 1em;
  line-height: 1.5em;
}
.coment .info__list ul li {
  position: relative;
  margin: 0.3em 0 1em;
}
.coment .info__list ul li::before {
  content: "※";
  position: absolute;
  left: -1.2em;
}
.coment .info__cards {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin: 20px auto 0;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .coment .info__cards {
    justify-content: flex-start;
  }
}
.coment .info__cards img {
  width: 100%;
  max-width: 240px;
  height: auto;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

.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(0, 0, 0, 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 {
  display: block;
  text-align: center;
  border: 5px solid #fff;
  max-width: 500px;
  background-color: #ba1414;
  padding: 30px;
  box-sizing: border-box;
  margin: 0 auto;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .series_catalog_link {
    margin: 0 15px;
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .series_catalog_link {
    font-size: 30px;
    transition: 0.3s;
  }
  .series_catalog_link:hover {
    filter: brightness(0.8);
  }
}

@media only screen and (min-width: 768px) {
  .sponly {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .pconly {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */