@import url("https://www.mandarake.co.jp/lib/cmmn.css");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&display=swap");
.sns-twitter::before {
  content: "\e61b";
}

.sns-instagram::before {
  content: "\f16d";
}

@media only screen and (max-width: 767px) {
  .pconly {
    display: none;
  }
}

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

header, footer, .foot {
  position: relative;
  z-index: 10000;
}

.global_head {
  margin: 0 !important;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1em;
  line-height: 150%;
  padding: 0;
  margin: 0;
  text-align: center;
  background-image: url(../img/bg.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
}
@media only screen and (min-width: 768px) {
  body {
    background-position: center;
  }
}
@media only screen and (max-width: 767px) {
  body {
    background-position: top;
  }
}
body::before {
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  position: absolute;
  z-index: 2;
  background-color: rgba(61, 61, 61, 0.8549019608);
}

.head {
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .head {
    background: url(../img/head.png?0729) no-repeat center right -50px/cover;
    width: 100%;
    padding: 7px 10px;
    box-sizing: border-box;
    z-index: 990;
  }
}
@media only screen and (min-width: 768px) {
  .head {
    height: 80px;
    background: url(../img/head.png?0729) no-repeat center right/cover;
  }
}
@media only screen and (min-width: 768px) {
  .head {
    height: 100px;
    background: url(../img/head.png?0729) no-repeat center right/cover;
  }
}
.head__content {
  position: relative;
  z-index: 99;
}
@media only screen and (min-width: 768px) {
  .head__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(100% - 60px);
    margin: 0 auto;
    height: 100px;
  }
}
.head__logo {
  display: flex;
  align-items: center;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .head__logo {
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .head__logo-img {
    width: 95px;
  }
}
@media only screen and (min-width: 768px) {
  .head__logo-img {
    width: 150px;
    margin-right: 25px;
  }
}
.head__logo p {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  color: #fff;
  font-weight: 600;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .head__logo p {
    font-size: 0.75rem;
    letter-spacing: 0.1rem;
    width: calc(100% - 110px);
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .head__logo p {
    font-size: 0.95rem;
    letter-spacing: 0.2rem;
  }
}
.head__login {
  background: #111;
  border: #999 solid 1px;
  text-align: center;
  letter-spacing: 0.1rem;
  display: none;
}
@media only screen and (min-width: 768px) {
  .head__login {
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 0.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .head__sns {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .head__sns {
    display: flex;
  }
}
.head__sns__item {
  background: #111;
  border: #999 solid 1px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin: 0 0 0 10px;
  transition: 0.3s;
}
.head__sns__item:hover {
  background: #333;
}
.head__sns__item a {
  width: 100%;
  display: block;
}
.head__sns__item.head-sns-twitter span::before, .head__sns__item.head-sns-instagram span::before {
  font-family: "Font Awesome 6 Brands";
  font-weight: 900;
  color: #fff;
  font-size: 1rem;
}
.head__sns__item.head-sns-twitter span::before {
  content: "\e61b";
}
.head__sns__item.head-sns-instagram span::before {
  content: "\f16d";
}
@media only screen and (max-width: 767px) {
  .head .head-icon {
    display: block;
    position: absolute;
    z-index: 999;
    top: 8px;
    left: 14px;
    cursor: pointer;
    text-align: center;
    background: #000;
    width: 40px;
    height: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .head .head-icon {
    display: block;
    position: absolute;
    z-index: 999;
    top: 8px;
    left: 14px;
    cursor: pointer;
    text-align: center;
    background: #000;
    width: 40px;
    height: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .head .head-icon {
    display: none;
  }
}
.head .head-icon span {
  display: block;
  position: absolute;
  width: 21px;
  height: 2px;
  right: 9px;
  background: #fff;
  transition: 0.3s ease-in-out;
}
.head .head-icon span:nth-child(1) {
  top: 11px;
}
.head .head-icon span:nth-child(2) {
  top: 19px;
}
.head .head-icon span:nth-child(3) {
  top: 27px;
}
.head .head-icon.active span:nth-child(1) {
  top: 19px;
  right: 9px;
  transform: rotate(45deg);
}
.head .head-icon.active span:nth-child(2) {
  opacity: 0;
}
.head .head-icon.active span:nth-child(3) {
  top: 19px;
  transform: rotate(-45deg);
}
@media only screen and (max-width: 767px) {
  .head.head-fixed {
    position: fixed;
    top: 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
  }
}

.page {
  position: relative;
  z-index: 5;
}

div {
  box-sizing: border-box;
}

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

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

.flavortext {
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .flavortext {
    margin-top: 50px;
  }
}
.hero {
  align-content: flex-start;
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .hero {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) {
  .hero {
    margin: 50px auto 0;
    flex-wrap: nowrap;
  }
}
@media only screen and (min-width: 768px) {
  .hero__read {
    writing-mode: vertical-rl;
  }
}
.hero p {
  margin: 25px;
}
.hero span {
  background-color: #904058;
  color: #fff;
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.7rem;
}
@media only screen and (min-width: 768px) {
  .hero span {
    padding: 10px 12px 5px;
  }
}
@media only screen and (max-width: 767px) {
  .hero span {
    line-height: normal;
    padding: 10px 12px 12px;
  }
}
@media only screen and (max-width: 767px) {
  .hero__img img {
    max-width: calc(100vw - 15px);
    width: 100%;
    order: 1;
  }
}
@media only screen and (min-width: 768px) {
  .hero__img img {
    max-width: 450px;
    transition: 0.2s;
  }
}
.hero__box {
  width: 49.5%;
}

.title {
  position: relative;
  z-index: 10;
  color: #ffffff;
  line-height: 150%;
}
@media only screen and (min-width: 768px) {
  .title {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .title h1 {
    font-size: 1.5rem;
    width: calc(100% - 5px);
    margin: 50px auto 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .title h1 {
    width: calc(100% - 20px);
    font-size: 2.5rem;
    margin: 65px auto 0 auto;
  }
}
.title__text {
  display: inline-block;
}
.title__text a {
  color: #fff;
  text-decoration: none;
  transition: 0.2s;
}
.title__text a:hover {
  font-weight: bolder;
  color: #d1d1d1;
}

@media only screen and (max-width: 767px) {
  .sign {
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 768px) {
  .sign {
    margin-bottom: 50px;
  }
}
.sign__title {
  margin-bottom: 25px;
}
.sign__title__text {
  display: inline-block;
}
.sign__title__text a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  transition: 0.2s;
}
@media only screen and (min-width: 768px) {
  .sign__title__text a {
    font-size: 2rem;
    line-height: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .sign__title__text a {
    font-size: 1.05em;
  }
}
.sign__title__text a:hover {
  font-weight: bolder;
  color: #d1d1d1;
}
@media only screen and (max-width: 767px) {
  .sign__img {
    flex-wrap: wrap;
  }
}
.sign p {
  color: #fff;
  margin: 0;
}

.mokuji {
  position: relative;
  color: white;
  background-color: #89abc6;
}
@media only screen and (max-width: 767px) {
  .mokuji {
    padding: 25px 0;
  }
}
@media only screen and (min-width: 768px) {
  .mokuji {
    padding: 50px 0;
  }
}
.mokuji::before {
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  position: absolute;
  background: url(../img/bg_mokuji.jpg);
  background-position: top;
  background-size: cover;
  opacity: 0.05;
}
.mokuji__flex {
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: 100%;
  margin: 0 auto;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .mokuji__flex {
    display: flex;
  }
}
.swiper {
  max-width: 1400px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .swiper {
    margin: 0 auto 20px;
    padding: 20px 0;
    display: flex;
  }
}
@media only screen and (min-width: 768px) {
  .swiper {
    margin: 0 auto 35px;
  }
}
@media only screen and (max-width: 767px) {
  .swiper-container {
    width: 75%;
    height: 450px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .swiper-container {
    height: auto;
  }
}
.swiper-container-horizontal {
  background: rgba(0, 0, 0, 0);
}
.swiper .imgItem {
  display: block;
  margin: 0 auto;
  padding: 0;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .swiper .imgItem {
    width: 320px;
  }
}
@media only screen and (min-width: 768px) {
  .swiper .imgItem {
    width: 250px;
  }
}
@media only screen and (max-width: 767px) {
  .swiper-custom-button {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .swiper-custom-button {
    display: block;
    background-image: none !important;
    font-size: 36px;
    text-align: center;
    width: 40px !important;
    height: 64px !important;
    line-height: 64px;
  }
}
.swiper-custom-button .fa {
  line-height: 62px;
}

.buy {
  margin: 50px auto;
}
@media only screen and (min-width: 768px) {
  .buy {
    display: flex;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}

.comic {
  color: #fff;
}

.modal {
  display: none;
  position: fixed;
  z-index: 10001;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
}

.close {
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .close {
    width: 100vw;
    height: 100vh;
  }
}
@media only screen and (max-width: 767px) {
  .close {
    width: 80vw;
    height: 80vh;
  }
}
.close__x {
  color: #fff;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
  z-index: 10002;
}

.tameshi {
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 5% auto;
  max-height: 100vh;
  max-width: 800px;
}
.tameshi__img {
  position: relative;
  margin: auto;
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .tameshi__img {
    height: 100%;
    width: 100%;
  }
}
.tameshi__img img {
  -webkit-user-drag: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .tameshi__img img {
    margin: auto;
    height: auto;
    max-height: 100%;
    zoom: 2;
  }
}
@media only screen and (max-width: 767px) {
  .tameshi__img img {
    max-width: 80vw;
    height: auto;
  }
}
.tameshi__img .left {
  position: absolute;
  left: -25px;
  top: 50%;
}
.tameshi__img .right {
  position: absolute;
  right: -25px;
  top: 50%;
}
.tameshi__img button {
  height: 25px;
}

@media only screen and (min-width: 768px) {
  .image-gallery {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.image-gallery img {
  transform: translateY(0) !important;
  zoom: 1;
}
@media only screen and (max-width: 767px) {
  .image-gallery img {
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media only screen and (min-width: 768px) {
  .image-gallery img {
    min-width: 275px !important;
    width: 250px;
    height: auto;
    margin: 10px 10px 0;
    cursor: pointer;
  }
}
.image-gallery p {
  margin: 0;
}

.links {
  position: relative;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.15rem;
  line-height: 160%;
  text-align: left;
  width: 100%;
}
.links::before {
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  position: absolute;
  background: url(../img/text_bg2.png);
  background-attachment: fixed;
  background-position: bottom;
  background-size: cover;
  opacity: 0.05;
}
@media only screen and (max-width: 767px) {
  .links {
    margin: 25px auto 0 auto;
    padding: 25px 0;
  }
}
@media only screen and (min-width: 768px) {
  .links {
    padding: 10px 0 50px;
    font-weight: 900;
    font-size: 1.15em;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
.links__content {
  box-sizing: border-box;
  padding: 0 10px;
  width: 100%;
}
.links__content h2 {
  color: #000;
  border-radius: 2px;
  background: white;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 8px 7px;
}
@media only screen and (max-width: 767px) {
  .links__content h2 {
    text-align: center;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .links__content {
    max-width: 1200px;
  }
}
@media only screen and (max-width: 767px) {
  .links__top {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .links__shosai {
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .links__moshikomi {
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
.links__links {
  position: relative;
  font-weight: 900;
  font-size: 1.15em;
  position: relative;
  z-index: 5;
  margin: 50px auto;
}
@media only screen and (max-width: 767px) {
  .links__links {
    text-align: center;
  }
}
.links__links a {
  border-radius: 2px;
  background: white;
  color: #000;
  text-decoration: none;
  padding: 5px 8px 7px;
  transition: 0.2s;
}
.links__links a:hover {
  background: rgb(207, 207, 207);
}
.links p {
  margin: 15px 0 0 0;
}
@media only screen and (max-width: 767px) {
  .links p {
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin: 15px auto 0;
  }
}

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;
  -moz-border-radius: 15px;
  box-sizing: border-box;
  display: inline-block;
  margin: 0 5px 0 0;
  text-align: center;
  width: 29px;
}

.bottom__link {
  font-weight: 900;
  font-size: 1.15em;
  position: relative;
  z-index: 5;
  margin: 50px auto;
}
.bottom__link a {
  border-radius: 2px;
  background: white;
  color: #000;
  text-decoration: none;
  padding: 5px 8px 7px;
  transition: 0.2s;
}
.bottom__link a:hover {
  background: rgb(207, 207, 207);
}

.back {
  color: #fff;
  position: relative;
  z-index: 10;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 50px auto 0;
  padding-bottom: 50px;
}
.back a {
  text-decoration: none;
}
.back__img {
  max-width: calc(-moz-fit-content + 50px);
  max-width: calc(fit-content + 50px);
  padding: 10px;
  width: 100%;
  margin: 50px auto 0;
  border: 5px solid #fff;
  background: url(../img/head.png) center/cover no-repeat;
  transition: 0.2s;
}
.back__img:hover {
  filter: saturate(0.5);
  filter: brightness(1.1);
}
.back__img img {
  max-width: 250px;
}
.back__img p {
  color: white;
  font-size: 1.5em;
  font-weight: 900;
}
.back__img--cmnt {
  background: black;
  transition: 0.2s;
  padding: 10px 10px 12px;
}
.back__img--cmnt:hover {
  filter: saturate(0.5);
  filter: brightness(1.1);
}
.back__img--cmnt img {
  max-width: 250px;
}
.back__img--cmnt p {
  color: white;
  font-size: 1.5em;
  font-weight: 900;
}
.back p {
  text-align: center;
  margin: 0;
  line-height: 0;
}/*# sourceMappingURL=style.css.map */