@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/dot.png?1010), url(../img/bg.png?1010);
  background-repeat: repeat, no-repeat;
  background-attachment: fixed;
  background-position: top left, center;
  background-size: auto, cover;
}

.global_head {
  margin: 0;
}

div {
  box-sizing: border-box;
}

.wrap {
  position: relative;
}
.wrap::before {
  content: "";
  background: linear-gradient(rgba(0, 0, 0, 0.7), transparent, rgba(0, 0, 0, 0.7));
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.content {
  position: relative;
  z-index: 10;
  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 1rem;
  }
}
@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 {
    font-size: 1rem;
    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 1px 1px 1px, #000 1px -1px 1px, #000 -1px -1px 1px, #000 -1px 1px 1px, #000 -1px 0px 1px, #000 0px 1px 1px;
  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: 0.95rem;
    letter-spacing: 0.1rem;
  }
}
@media only screen and (min-width: 768px) {
  .hero .title__text:first-of-type {
    font-size: 2rem;
  }
}

.coment {
  background: rgba(0, 0, 0, 0.9) url(../img/coment-bg.png?1010) no-repeat center/cover;
  color: #fff;
  box-sizing: border-box;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .coment {
    padding: 50px 0;
  }
}
@media only screen and (min-width: 768px) {
  .coment {
    padding: 100px 0;
    margin: 0 0 100px;
  }
}
.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: 90px 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.95rem;
    line-height: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .coment .lead p {
    text-align: center;
    font-size: 1.3rem;
    line-height: 3.3rem;
  }
}
.coment .info {
  display: grid;
}
@media only screen and (max-width: 767px) {
  .coment .info {
    gap: 40px 0;
  }
}
@media only screen and (min-width: 768px) {
  .coment .info {
    grid-template-columns: repeat(2, 1fr);
  }
}
.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: 1rem;
    padding: 5px 15px 8px;
  }
}
@media only screen and (min-width: 768px) {
  .coment .info__item h2 {
    font-size: 1.3rem;
    padding: 5px 20px 8px;
  }
}
.coment .info__item p {
  letter-spacing: 0.1rem;
}
@media only screen and (max-width: 767px) {
  .coment .info__item p {
    line-height: 1.7rem;
  }
}
@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);
}

.slide {
  margin-inline: calc(50% - 50vi);
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .slide {
    height: 200px;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .slide {
    height: 300px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .slide__item img {
    height: 200px;
  }
}
@media only screen and (min-width: 768px) {
  .slide__item img {
    height: 300px;
  }
}

.profile {
  background: #efece9 url(../img/dot-profile.png);
  box-shadow: 10px 10px 0 #000;
  border: 3px solid #000;
  max-width: 1000px;
  width: calc(100% - 30px);
}
@media only screen and (max-width: 767px) {
  .profile {
    margin: 50px auto;
    padding: 35px 25px;
  }
}
@media only screen and (min-width: 768px) {
  .profile {
    margin: 100px auto;
    padding: 65px 55px;
  }
}
.profile__ttl {
  font-weight: 600;
  line-height: 1;
  padding: 0 0 3px;
  border-bottom: 3px solid #000;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .profile__ttl {
    font-size: 1.1rem;
    margin: 0 0 15px;
  }
}
@media only screen and (min-width: 768px) {
  .profile__ttl {
    font-size: 1.4rem;
    margin: 0 0 30px;
  }
}
.profile__text p {
  margin: 0 0 10px;
  line-height: 1.8;
}
.profile__text p:last-child {
  margin: 0;
}

.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 {
  text-align: center;
  border: 5px solid #fff;
  max-width: 500px;
  background-color: #ba1414;
  padding: 30px;
  box-sizing: border-box;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .series_catalog_link {
    margin: 0 15px;
  }
}
.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;
  }
}

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

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