@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;
  }
}

body {
  background-color: #fffbf4;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767px) {
  body {
    max-width: 100vw;
    overflow-x: hidden;
  }
}

.ttl {
  position: relative;
  color: #fff;
  background-color: #1d202f;
}
.ttl:after {
  position: absolute;
  content: "";
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../img/bg.jpg);
  background-attachment: fixed;
  opacity: 0.1;
}
@media only screen and (min-width: 768px) {
  .ttl:after {
    background-size: cover;
    background-position: top;
  }
}
@media only screen and (max-width: 767px) {
  .ttl:after {
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 768px) {
  .ttl {
    height: 900px;
  }
}
@media only screen and (max-width: 767px) {
  .ttl {
    height: 100vh;
  }
}
.ttl__box {
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .ttl__box {
    position: relative;
    z-index: 3;
    height: 900px;
    width: 800px;
  }
}
.ttl__text {
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .ttl__text {
    padding: 25px 0;
  }
}
@media only screen and (max-width: 767px) {
  .ttl__text {
    position: relative;
    padding: 50px 0;
    height: 100vh;
  }
}
.ttl__text h3 {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .ttl__text h3 {
    font-size: 125px;
    font-weight: bolder;
    line-height: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .ttl__text h3 {
    margin-left: 15px;
    font-size: 15vw;
    font-weight: bolder;
    line-height: 15vw;
  }
}
@media only screen and (max-width: 767px) {
  .ttl__text h3 .right {
    writing-mode: vertical-rl;
    text-orientation: upright;
    position: absolute;
    top: 30px;
    left: 30px;
    transform: translateY(20px);
  }
}
.ttl__text h3 .red {
  color: #ff0000;
}
.ttl__text h4 {
  margin: 0;
}
.ttl__text h4 a {
  color: #ff0000;
  text-decoration: none;
  transition: 0.2s;
}
.ttl__text h4 a:hover {
  opacity: 0.5;
}
@media only screen and (min-width: 768px) {
  .ttl__text h4 {
    font-size: 25px;
    font-weight: bolder;
    line-height: 25px;
    padding-left: 10px;
    padding-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .ttl__text h4 {
    margin-left: 15px;
    font-size: 7.5vw;
    font-weight: bolder;
    line-height: 15vw;
  }
}
@media only screen and (max-width: 767px) {
  .ttl__text h4 .right {
    writing-mode: vertical-rl;
    text-orientation: upright;
    position: absolute;
    top: 35px;
    left: 90px;
    transform: translateY(20px);
  }
}
.ttl__text h4 .red {
  color: #ff0000;
}
.ttl__text--block {
  position: absolute;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .ttl__text--block {
    bottom: 150px;
    right: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .ttl__text--block {
    bottom: 50px;
    right: 0;
  }
}
.ttl__text--block span {
  color: #ff0000;
}

.mid {
  padding: 50px 0;
}
@media only screen and (min-width: 768px) {
  .mid {
    max-width: 1060px;
    width: 90%;
    margin: 50px auto;
  }
}
.mid__block {
  font-weight: 500;
  margin: 150px auto 0;
}
@media only screen and (min-width: 768px) {
  .mid__block {
    font-size: 24px;
    width: fit-content;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .mid__block {
    font-size: 18px;
    width: 100%;
    margin: 150px auto;
  }
}
@media only screen and (min-width: 768px) {
  .mid__block p {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .mid__block p {
    width: 90%;
    margin: 0 auto 50px;
  }
}
.mid__block p :last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .mid__block p.visible {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .mid__block p.visible {
    width: 90%;
    margin: 0 auto 50px;
  }
}
.mid__block p.visible :last-child {
  margin-bottom: 0;
}

.comic {
  position: relative;
  color: #fff;
  background-color: #1d202f;
}
.comic:after {
  position: absolute;
  content: "";
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../img/bg.jpg);
  background-color: #1d202f;
  background-size: cover;
  background-position: bottom;
  background-attachment: fixed;
  opacity: 0.1;
}
@media only screen and (min-width: 768px) {
  .comic h2 {
    margin: 0 0 25px 100px;
    font-size: 33px;
  }
}
@media only screen and (max-width: 767px) {
  .comic h2 {
    text-align: center;
  }
}
.comic__block {
  padding: 150px 0;
}
@media only screen and (min-width: 768px) {
  .comic__block {
    max-width: 1000px;
    width: 90%;
    margin: 0px auto;
  }
}
.comic__box {
  position: relative;
  z-index: 2;
}
.comic__one {
  margin-bottom: 50px !important;
}
.comic__one, .comic__two {
  max-width: 800px;
  width: 90%;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .comic__one, .comic__two {
    display: flex;
  }
}
.comic__one--img, .comic__two--img {
  width: fit-content;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .comic__one--img, .comic__two--img {
    padding-right: 10px;
  }
}
.comic__one--img img, .comic__two--img img {
  border: solid 2px #000;
}
@media only screen and (min-width: 768px) {
  .comic__one--img img, .comic__two--img img {
    width: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .comic__one--img img, .comic__two--img img {
    width: 65%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .comic__one--text h3, .comic__two--text h3 {
    font-size: 27px;
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .comic__one--text h3, .comic__two--text h3 {
    text-align: center;
    font-size: 25px;
  }
}
@media only screen and (min-width: 768px) {
  .comic__one--text, .comic__two--text {
    width: fit-content;
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .comic__one--text, .comic__two--text {
    font-size: 15px;
    width: 90%;
    margin: 0 auto 10px;
  }
}

.shop {
  margin-top: 10px;
  max-width: fit-content;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .shop {
    margin: 0 auto;
  }
}
.shop__button {
  text-decoration: none;
  display: flex;
  background-color: #fff;
  width: fit-content;
  border: #ff0000 solid 2.5px;
  border-radius: 50px;
  transition: 0.2s;
}
.shop__button:hover {
  opacity: 0.5;
}
.shop__button img {
  width: 20px;
  height: 100%;
  padding: 14px 5px 7px 15px;
}
.shop__button p {
  margin: 0;
  padding: 10px 15px 9px 0;
  font-size: 20px;
  font-weight: 500;
  color: #ff0000;
}

@media only screen and (min-width: 768px) {
  .item {
    width: 1060px;
    margin: 150px auto;
  }
}
@media only screen and (max-width: 767px) {
  .item {
    width: 90%;
    margin: 0 auto;
  }
}
.item__ttl {
  margin: 0 10px;
  border-bottom: solid 2px #000;
}
.item__ttl h2 {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .item__ttl h2 {
    max-width: fit-content;
  }
}
@media only screen and (max-width: 767px) {
  .item__ttl h2:last-child {
    margin-top: 150px;
  }
}
@media only screen and (min-width: 768px) {
  .item__box {
    display: flex;
    width: fit-content;
    margin: 0 auto;
  }
}
.item__info--box {
  margin: 10px;
}
@media only screen and (min-width: 768px) {
  .item__info--box {
    display: flex;
  }
}
.item__info--img {
  padding-right: 10px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .item__info--img {
    width: fit-content;
  }
}
.item__info--img img {
  width: 250px;
}
.item__info--text {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .item__info--text {
    margin-top: 50px;
  }
}
.item__info--text dl {
  margin-top: 0;
}
.item__info--text dt {
  font-size: 18px;
  font-weight: bold;
}
.item__info--text dd {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .item p {
    width: fit-content;
    margin: 20px auto 0;
  }
}

.event {
  margin: 50 auto;
}
@media only screen and (min-width: 768px) {
  .event {
    width: 1060px;
  }
}
@media only screen and (max-width: 767px) {
  .event {
    width: 90%;
    margin: 0 auto;
  }
}
.event__ttl {
  border-bottom: solid 2px #000;
}
.event__ttl h2 {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .event__ttl h2:last-child {
    margin-top: 50px;
  }
}
.event__info p {
  font-size: 18px;
}
.event__note ul li {
  font-size: 15px;
}

@media only screen and (min-width: 768px) {
  .global_foot {
    height: 284px;
  }
}

.global_head {
  margin: 0 !important;
}

header, footer {
  position: relative;
  z-index: 9999999999;
}/*# sourceMappingURL=style.css.map */