@charset "utf-8";

@import url("pagetop.css");
@import url("footer.css");

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.page_top {
  position: fixed;
  bottom: -70px;
  right: 0.35em;
  z-index: 10;
  width: 3.5em;
  height: 3.5em;
  cursor: pointer;
  background-color: #FFFFFF;
  border-radius: 100%;
  padding: 0.4em;
}

html,
body {
  margin: 0;
  padding: 0;
}

.comic {
  display: flex;
  flex-wrap: wrap;
  padding: 1vmin;
  font-family: "Yusei Magic", serif;
  font-weight: 100;
}

#home p {
  font-family: "M PLUS 1p";
  letter-spacing: 0.1em;

  text-align: left;
  line-height: 1.2em;
  height: auto;
  clear: both;
  vertical-align: middle;
  font-size: 1.2em;

  font-weight: 800;
  margin: 20px 0;
  margin-left: 2.5vw;
  transform: rotate(0.05deg);
}

#home p a {
  color: #333;
}

#home p a:hover {
  text-decoration: none;
}

#title {
  padding: 0.2em 0 0.2em;
  margin: 0 auto 3vmin auto;
}

h1 {
  font-family: "Dela Gothic One", sans-serif;
  font-size: 3.5em;
  text-align: center;
  font-weight: normal;
  transform: scale(0.8, 1.2);
  line-height: 1.0em;
}

#keyvisual {
  display: block;
  margin: 0 auto;
  max-Width: 480px;
  width: 100%;
}

#lead,
#data {
  font-family: "WDXL Lubrifont JP N", sans-serif;
  margin: 3vmin auto 1vmin auto;
  padding: 1em;
  text-align: center;
  line-height: 1em;

}

#lead {
  color: #FFF;
  background-color: #000;
}

#data {
  color: #000;
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 3em;
}

#lead h2,
#data h2 {
  font-size: 3em;
  margin-top: 0.5em;
  margin-bottom: 1em;
  font-weight: normal;
}

#lead p,
#data p {
  font-size: 2em;
  line-height: 1.4em;
  max-width: 960px;
  margin: auto;
  margin-bottom: 0.8em;
}

#data p {
  display: inline-block;
  margin: auto 1em;
}

.panels {
  width: 480px;
  min-width: 360px;
  line-height: 0;

  background-color: #000;
  border: solid 2px #000;
  box-shadow: 0 6px 6px -6px #00000080;
  display: inline-block;
  flex: 1 1;

  margin: 1vmin;
  overflow: hidden;
  position: relative;
}

.top,
.bottom {
  position: relative;
  display: flex;
  background-color: black;
  width: 100%;
  padding: 1em 0;
  container-type: inline-size;
}

.top {
  align-items: flex-end;
}

.bottom {
  align-items: flex-start;
}

.top .speechL,
.top .speechC,
.top .speechR,
.bottom .speechL,
.bottom .speechC,
.bottom .speechR {
  background-color: white;
  padding: 1em;
  margin: 0 1em;
  border-radius: 1.0em;
  display: block;
  width: fit-content;
  line-height: 1em;
}

.top .speechR,
.bottom .speechR {
  margin-left: auto;
}

.top .speechC,
.bottom .speechC {
  margin-left: auto;
  margin-right: auto;
}

.top .speechL:after,
.top .speechC:after,
.top .speechR:after,
.bottom .speechL:after,
.bottom .speechC:after,
.bottom .speechR:after {
  position: absolute;
  border: solid 10px transparent;
  border-left: solid 10px #fff;
  border-top: solid 10px #fff;
  content: "";
  height: 0;
  width: 0;
}

.top .speechL:after {
  bottom: 0;
  left: 100px;
  transform: skew(50deg);
}

.top .speechC:after {
  bottom: 0;
  left: 50%;
  transform: skew(50deg);
}

.top .speechR:after {
  bottom: 0;
  right: 100px;
  transform: skew(-10deg);
}

.bottom .speechL:after {
  top: 10px;
  left: 100px;
  transform: skewY(50deg);
}

.bottom .speechC:after {
  top: 10px;
  left: 50%;
  transform: skewY(50deg);
}

.bottom .speechR:after {
  top: 10px;
  right: 100px;
  transform: skewY(50deg);
}

.top .speechNL,
.top .speechNC,
.top .speechNR,
.bottom .speechNL,
.bottom .speechNC,
.bottom .speechNR {
  background-color: white;
  padding: 1em;
  margin: 0 1em;
  border-radius: 1.0em;
  display: block;
  width: fit-content;
  line-height: 1em;
}

.top .speechNR,
.bottom .speechNR {
  margin-left: auto;
}

.top .speechNC {
  margin-left: auto;
  margin-right: auto;
}

.top .speechNL:after,
.top .speechNR:after,
.bottom .speechNL:after,
.bottom .speechNR:after {
  display: none;
}

.top .thinkL,
.top .thinkC,
.top .thinkR,
.bottom .thinkL,
.bottom .thinkC,
.bottom .thinkR {
  background-color: white;
  padding: 1em;
  margin: 0 1em;
  border-radius: 3em;
  display: block;
  width: fit-content;
  line-height: 1em;
}

.top .thinkR,
.bottom .thinkR {
  margin-left: auto;
}

.top .thinkC,
.bottom .thinkC {
  margin-left: auto;
  margin-right: auto;
}

.top .thinkL:after,
.top .thinkC:after,
.top .thinkR:after,
.bottom .thinkL:after,
.bottom .thinkC:after,
.bottom .thinkR:after {
  position: absolute;
  color: #FFF;
  font-size: 23.2px;
  bottom: 65px;
  content: "●";
  height: 0;
  right: 57px;
  transform: scale(1.45, 0.9);
  width: 0;
}

.top .thinkL:after {
  bottom: 18px;
  left: 100px;
  transform: skew(0deg);
}

.top .thinkC:after {
  bottom: 18px;
  left: 50%;
  transform: skew(0deg);
}

.top .thinkR:after {
  bottom: 18px;
  right: 100px;
  transform: skew(0deg);
}

.bottom .thinkL:after {
  top: -1px;
  left: 100px;
  transform: skew(0deg);
}

.bottom .thinkC:after {
  top: -1px;
  left: 50%;
  transform: skew(0deg);
}

.bottom .thinkR:after {
  top: -1px;
  right: 100px;
  transform: skew(0deg);
}

.top .effectL,
.top .effectR,
.bottom .effectL,
.bottom .effectR {
  font-family: "Reggae One", system-ui;
  font-size: 8cqw;
  color: #000;
  text-shadow: 0.5cqw 0.5cqw 0px #FFF;
  font-style: italic;
  display: block;
  position: absolute;
  z-index: 3;
  line-height: 1em;
}

.top .effectL,
.top .effectR {
  top: -6cqw;
}

.top .effectR,
.bottom .effectR {
  right: 0;
}

.top .effectL,
.bottom .effectL {
  left: 0;
}

.bottom .effectL,
.bottom .effectR {
  bottom: 0;
}

video,
img {
  width: 100%;
}

.halftone {
  position: relative;
  filter: contrast(3);
}

.halftone::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: radial-gradient(#000 10%, transparent 90%);
  background-color: #fff;
  background-position: 0 0;
  background-size: 12px 12px;
  mix-blend-mode: screen;
  /* ← 追加 */
}

.link {
  text-align: center;
  margin: 1vmin auto 0 auto;

}

.link a span {
  font-family: "Dela Gothic One", sans-serif;
  font-size: 2em;
  text-align: center;
  font-weight: normal;
  transform: scale(0.8, 1.2);
  display: block;
}

.link a,
#data a {
  color: #000;
}

.link a:checked,
#data a:checked {
  color: #000 !important;
}

.link a:hover,
#data a:hover {
  text-decoration: none;
}

#comic {
  max-width: 960px;
  margin: auto;
}

#footer {
  width: 100%;
  padding: 0.8em 0 1em;
}
#footer p {
  font-family: "M PLUS 1p";
  font-size: 1.001em;
  text-align: center;
}
#footer p a:link,
#footer p a:visited {
  color: #000;
}
#footer p a:hover {
  text-decoration: none;
}

@media screen and (min-width: 767px) {

  /*ウィンドウ幅が767px以上の場合に適用*/
  .panelBig {
    min-width: 600px;
  }
}

@media screen and (max-width: 767px) {

  /*ウィンドウ幅が最大767pxまでの場合に適用*/
  .panelBig {
    min-width: 360px;
  }
}

@media screen and (max-width: 479px) {

  /*ウィンドウ幅が最大479pxまでの場合に適用*/
  .panelBig {
    min-width: 360px;
  }

  #home p {
    margin-left: 1.6vw;
  }
}