@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body,
div,
section,
main,
footer,
p,
h1,
h2,
ul,
li {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}

body {
  width: 100%;
  min-height: 100%;
  overflow-x: hidden;
  background: #fff;
  color: #222;
  font-family: "Zen Old Mincho", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", sans-serif;
  font-size: 1.6rem;
  font-feature-settings: "palt";
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.04em;
}

ul {
  list-style: none;
}

a {
  color: inherit;
}

button {
  font: inherit;
}

img,
svg {
  display: block;
  max-width: 100%;
}

.svg-symbol {
  display: none;
}

.wrap {
  overflow-x: clip;
}

.bg {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}
.bg::before, .bg::after {
  content: "";
  position: fixed;
  inset: 0;
}
.bg::before {
  background: url(/static/creephyp/fanclub/feature/digital_magazine/img/noise.webp) repeat;
  background-size: 500px;
  mix-blend-mode: multiply;
  opacity: 0.1;
}
.bg::after {
  background-image: linear-gradient(90deg, #DEA1A7 1px, transparent 1px), linear-gradient(#DEA1A7 1px, transparent 1px);
  background-position: 10px 10px;
  background-size: 21px 21px;
  opacity: 0.2;
}

.tonbo {
  width: 100%;
  height: 100svh;
  pointer-events: none;
}
.tonbo span {
  position: absolute;
}
.tonbo span::before, .tonbo span::after {
  content: "";
  position: absolute;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border-right: 1px solid #222;
  border-bottom: 1px solid #222;
}
.tonbo span::before {
  top: 0;
  right: 0;
}
.tonbo span::after {
  bottom: 0;
  left: 0;
}
.tonbo span:nth-child(1) {
  top: 10px;
  left: 10px;
}
.tonbo span:nth-child(2) {
  top: 10px;
  right: 10px;
  transform: scale(-1, 1);
}
.tonbo span:nth-child(3) {
  bottom: 10px;
  left: 10px;
  transform: scale(1, -1);
}
.tonbo span:nth-child(4) {
  right: 10px;
  bottom: 10px;
  transform: scale(-1, -1);
}

.section--mv {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 100svh;
  min-height: 50vw;
}
.section--mv .decotext {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.section--mv .block--fcLogo {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: min(40px, 7vw);
}
.section--mv .block--fcLogo .member {
  padding: 0.2em 0.7em;
  margin-bottom: 10px;
  background: #222;
  color: #fff;
}
.section--mv .block--fcLogo .fcLogo {
  width: min(18em, 62vw);
}
.section--mv .block--logo {
  position: relative;
  text-align: center;
}
.section--mv .block--logo::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  width: 116%;
  height: 110%;
  transform: translate(-50%, -50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.section--mv .block--logo h1 {
  transform: translateY(-0.15em);
  font-weight: 400;
}
.section--mv .block--logo h1 .tit-main {
  line-height: 1.3;
}
.section--mv .block--logo h1 .tit-main span {
  letter-spacing: -0.19em;
}
.section--mv .block--logo h1 .tit-sub {
  display: inline-block;
  transform: translateY(0.05em);
}

.content-main {
  padding: 140px 0 180px;
}

.content-main section {
  width: 90%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.section--digital-lead {
  position: relative;
  padding: 48px 10%;
  border: 1px solid #222;
  background: #fff;
  font-size: 1.6rem;
  line-height: 1.9;
  text-align: center;
}
.section--digital-lead .quotation {
  position: absolute;
  width: 4rem;
  overflow: visible;
  fill: #E46F7B;
  stroke: #222;
  stroke-width: 1;
}
.section--digital-lead .quotation.top {
  top: -12px;
  left: 10px;
}
.section--digital-lead .quotation.btm {
  right: 10px;
  bottom: -12px;
  transform: scale(-1, -1);
}

.digital-notes {
  margin-top: 35px;
  padding: 22px 5%;
  border: 1px solid #888;
  font-size: 1.2rem;
  line-height: 1.7;
  text-align: left;
}

.section--digital-payment {
  padding: 34px 5%;
  background: #222;
  color: #fff;
  text-align: center;
}
.section--digital-payment .tit {
  display: inline-block;
  padding: 0.25em 0.8em;
  border: 1px solid rgba(255, 255, 255, 0.65);
  font-size: 1.6rem;
}
.section--digital-payment .price {
  margin-top: 10px;
  font-size: 1.8rem;
}
.section--digital-payment .price strong {
  margin-left: 0.2em;
  font-size: 2.8rem;
}
.section--digital-payment .price span {
  font-size: 1.2rem;
}
.section--digital-payment .methods {
  margin-top: 8px;
  font-size: 1.1rem;
}

.section--digital-library {
  padding: 70px 5%;
  border: 1px solid #222;
  background: #fff;
}

.digital-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 70px;
  column-gap: 5%;
}

.digital-item {
  text-align: center;
}
.digital-item h2 {
  margin-bottom: 4px;
  font-size: 1.8rem;
  line-height: 1.2;
}
.digital-item .release {
  margin-bottom: 14px;
  font-size: 1.1rem;
  line-height: 1.2;
}

.digital-cover {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 5/7;
  padding: 0;
  border: 1px solid #aaa;
  background: #fff;
  cursor: pointer;
}
.digital-cover > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  user-select: none;
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
}

.digital-cover__zoom {
  position: absolute;
  right: 8px;
  bottom: 8px;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  pointer-events: none;
  transition: transform 0.2s ease;
}
.digital-cover__zoom img {
  width: 100%;
  height: 100%;
}

.digital-cover:hover .digital-cover__zoom,
.digital-cover:focus-visible .digital-cover__zoom {
  transform: scale(1.08);
}

.digital-btn {
  display: block;
  width: 100%;
  margin-top: 12px;
  padding: 0.8em 1em;
  border: 1px solid #222;
  border-radius: 999px;
  background: #fff;
  color: #222;
  font-size: 1.2rem;
  line-height: 1.3;
  text-decoration: none;
  cursor: pointer;
}
.digital-btn--primary {
  border-color: #222;
  background: #E46F7B;
  color: #fff;
}

.modal {
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  position: fixed;
  inset: 0;
  z-index: 1000;
  padding: 5vw;
  background: rgba(34, 34, 34, 0.82);
  opacity: 0;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
.modal.is-visible {
  visibility: visible;
  opacity: 1;
}

.modal__content {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: fit-content;
  max-width: 90vw;
  max-height: 90vh;
}
.modal__content.is-image::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: transparent;
  user-select: none;
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
}

.modal__image {
  width: auto;
  height: auto;
  max-width: min(760px, 90vw);
  max-height: 90vh;
  object-fit: contain;
  background: #fff;
  user-select: none;
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
}

.modal__image[hidden],
.modal__details[hidden] {
  display: none;
}

.modal__details {
  width: min(700px, 90vw);
  max-height: 85vh;
  overflow-y: auto;
  padding: 50px;
  background: #fff;
  line-height: 1.9;
}

.modal__title {
  margin-bottom: 25px;
  font-size: 2.4rem;
  text-align: center;
}

.modal__text {
  font-size: 1.5rem;
  white-space: pre-line;
}

.modal__close {
  position: absolute;
  top: -18px;
  right: -18px;
  z-index: 2;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid #222;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}
.modal__close::before, .modal__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22px;
  height: 1px;
  background: #222;
}
.modal__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.modal-is-visible {
  overflow: hidden;
}

.footer {
  padding-bottom: 30px;
}
.footer .copyright {
  font-size: 1.2rem;
  text-align: center;
}

@media screen and (min-width: 961px) {
  .sp {
    display: none;
  }
  .tonbo {
    position: fixed;
  }
  .tonbo span {
    width: 50px;
    height: 50px;
  }
  .section--mv .decotext {
    top: 30px;
    font-size: 1.4rem;
  }
  .section--mv .block--logo::before {
    background-image: url(/static/creephyp/fanclub/feature/digital_magazine/img/titBg_pc.svg);
  }
  .section--mv .block--logo h1 {
    font-size: 4.9vw;
    line-height: 0.9;
  }
  .section--mv .block--logo h1 .tit-main {
    font-size: 7vw;
  }
  .section--mv .block--logo h1 .tit-sub {
    font-size: 3.2vw;
  }
  .section--digital-lead,
  .section--digital-payment {
    margin-bottom: 55px;
  }
}
@media screen and (max-width: 960px) {
  .pc {
    display: none;
  }
  body {
    font-size: 1.6rem;
  }
  .bg::after {
    background-size: 16px 16px;
  }
  .tonbo {
    position: absolute;
  }
  .tonbo span {
    width: 30px;
    height: 30px;
  }
  .section--mv {
    min-height: 0;
  }
  .section--mv .decotext {
    top: min(80px, 10vh);
    width: 100%;
    font-size: 1.5rem;
    text-align: center;
  }
  .section--mv .block--logo::before {
    background-image: url(/static/creephyp/fanclub/feature/digital_magazine/img/titBg_sp.svg);
  }
  .section--mv .block--logo h1 {
    font-size: 8vw;
    line-height: 0.9;
  }
  .section--mv .block--logo h1 .tit-main {
    font-size: 15vw;
  }
  .section--mv .block--logo h1 .tit-sub {
    font-size: 6.2vw;
  }
  .content-main {
    padding: 70px 0 100px;
  }
  .content-main section {
    width: calc(100% - 40px);
  }
  .section--digital-lead {
    margin-bottom: 55px;
    padding: 32px 22px;
    font-size: 1.4rem;
    line-height: 2;
  }
  .section--digital-lead .quotation {
    width: 3rem;
  }
  .digital-notes {
    margin-top: 24px;
    padding: 15px;
    font-size: 1.1rem;
    line-height: 1.65;
  }
  .section--digital-payment {
    margin-bottom: 60px;
    padding: 28px 15px;
  }
  .section--digital-payment .tit {
    font-size: 1.6rem;
  }
  .section--digital-payment .price {
    font-size: 1.7rem;
  }
  .section--digital-payment .price strong {
    font-size: 2.8rem;
  }
  .section--digital-payment .methods {
    font-size: 1rem;
    line-height: 1.8;
  }
  .section--digital-library {
    padding: 55px 22px;
  }
  .digital-grid {
    grid-template-columns: 1fr;
    gap: 65px;
  }
  .digital-item h2 {
    font-size: 2rem;
  }
  .digital-item .release {
    font-size: 1.2rem;
  }
  .digital-btn {
    margin-top: 10px;
    padding: 0.95em 1em;
    font-size: 1.3rem;
  }
  .digital-cover__zoom {
    right: 6px;
    bottom: 6px;
    width: 36px;
    height: 36px;
  }
  .modal {
    padding: 25px;
  }
  .modal__close {
    top: -14px;
    right: -14px;
    width: 38px;
    height: 38px;
  }
  .modal__details {
    width: calc(100vw - 50px);
    padding: 40px 25px;
  }
  .modal__title {
    margin-bottom: 20px;
    font-size: 2rem;
  }
  .modal__text {
    font-size: 1.4rem;
  }
}
