@charset "UTF-8";

a:link {
  text-decoration: underline;
  color: #d8eb00;
}

a:visited {
  text-decoration: underline;
  color: #d8eb00;
}

a:hover {
  text-decoration: underline;
  color: #9e5aff;
}

body {
  background-color: #7e9989;
  color: #000;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.6;
  -webkit-text-size-adjust: none;
  /* フォントサイズ自動調整 */
  word-break: normal;
  word-wrap: break-word;
  overflow-x: hidden;
  font-feature-settings: "palt";
  letter-spacing: 0.08em;
}

.wrap {
  width: 100%;
  overflow: hidden;
}

.header {
  width: 100%;
}

.header-inner {
  position: relative;
  width: 94%;
  max-width: 1460px;
  margin: 0 auto;
  padding: 2% 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.top-left {
  width: 68%;
}

.top-right {
  width: 32%;
}

.top-image {
  width: 100%;
}

.top-logo {
  width: 100%;
}

.top-baku {
  position: absolute;
  bottom: 10%;
  right: 34%;
  width: 18%;
}

.content {
  position: relative;
}

.inner {
  position: relative;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}

.about-bg {
  padding: 4rem 0;
  background-color: #49564E;
}

.about {
  position: relative;
  width: 80%;
  margin: 0 auto;
}

.about-title {
  position: relative;
  width: 80%;
  margin: 0 0 1.5rem;
  z-index: 2;
}

.lead {
  position: relative;
  width: 80%;
  color: #fff;
  font-size: min(1.6vw, 20px);
  font-weight: 900;
  line-height: 1.6;
  z-index: 2;
}

.lead span {
  padding: 0 0 0 0.1em;
  display: inline-block;
  transform: rotate(15deg);
}

.btn-outer {
  position: relative;
  width: 100%;
  margin: 2rem auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

.btn-arrow {
  width: 8%;
}

.btn-item {
  width: 68%;
  margin: 0 2%;
}

.btn-item a img {
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.3);
  transition: all 0.2s;
}

.btn-item a img:hover {
  transform: translate(5px, 5px);
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0);
}

.lity-container {
  max-width: 80%;
  max-height: 80%;
  margin: auto;
}

.lity-content {
  max-width: 90%;
  max-height: 90%;
  margin: auto;
}


.cut-1 {
  position: absolute;
  width: 58%;
  top: -40%;
  right: -18%;
  z-index: 1;
}

.high-bg {
  padding: 4rem 0 3rem;
  background-color: #c1272d;
}

.high-wrap {
  margin: 0 0 3rem;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.high-n2 {
  display: flex;
  flex-direction: column;
}

.high-n1 {
  position: relative;
  width: 37.5%;
  background-color: #7e9989;
}

.high-n2 {
  position: relative;
  width: 27.7%;
  justify-content: space-between;
}

.high-chara {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}

.high-n-wrap {
  position: relative;
  width: 100%;
  background-color: #7e9989;
}

.high-bottom-1,
.high-bottom-2,
.high-bottom-3 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 2rem 1rem 1rem;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  color: #fff;
}

.high-bottom-3 img {
  width: 80%;
}

.high-bottom-1 p {
  padding: 0.5em 0 0;
  font-size: min(1.6vw, 20px);
  font-weight: 800;
}

.high-bottom-2 p {
  padding: 0.5em 0 0;
  font-size: min(1.25vw, 16px);
  font-weight: 800;
}

.high-bottom-3 p {
  padding: 0.5em 0 0;
  font-size: min(1vw, 14px);
  font-weight: 600;
}

.vote-bg {
  padding: 3rem 0;
}

.point-wrap {
  position: relative;
  width: 60%;
  margin: 0 auto;
  padding: 2rem 0 0;
}

.point-title {
  width: 70%;
  padding: 0 0 0 25%;
  transform: translateY(5px);
}

.point {
  width: 100%;
  padding: 1.5rem 0 1.5rem 25%;
  background-color: #000;
}

.point-btm {
  margin: 0 0 4rem;
}

.point-h {
  border-left: #c1272d solid 6px;
  padding: 0 0 0 0.8em;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
}

.point p {
  padding: 1em 40% 0 0;
  color: #fff;
  font-size: 12px;
}

.point-cut {
  position: absolute;
  bottom: 0;
  left: -7%;
  width: 30%;
}

.point-image-1 {
  position: absolute;
  top: 20%;
  right: -2%;
  width: 28%;
}

.point-image-2 {
  position: absolute;
  top: 22%;
  right: 2%;
  width: 24%;
}

.point-image-3 {
  position: absolute;
  top: 20%;
  right: -2%;
  width: 28%;
}

.point-image-4 {
  position: absolute;
  top: 40%;
  right: -2%;
  width: 28%;
}

.point-image-1 img,
.point-image-2 img,
.point-image-3 img,
.point-image-4 img {
  border: #000 solid 2px;
  box-shadow: 4px 4px 0 #000;
}

.other-wrap {
  width: 60%;
  margin: 0 auto 3rem;
  border-radius: 8px;
  background-color: #49564E;
}

.comment {
  position: relative;
  width: 100%;
  padding: 3rem;
}

.comment-title {
  width: 80%;
  margin: 0 0 2rem 20%;
}

.comment p {
  color: #fff;
  font-size: 14px;
}

.comment-cut {
  position: absolute;
  top: -2.3rem;
  left: 0rem;
  width: 22%;
}

.present {
  position: relative;
  width: 100%;
  padding: 2rem;
}

.present-title {
  position: relative;
  width: 75%;
  margin: 0 0 1.5rem;
  z-index: 2;
}

.present p {
  color: #fff;
  font-size: 14px;
  text-indent: -1em;
  padding-left: 1em;
}

.present-cut {
  position: absolute;
  top: -2rem;
  right: -2rem;
  width: 36%;
}

.thanks {
  position: relative;
  width: 60%;
  margin: 0 auto;
}

.thanks-text {
  position: absolute;
  width: 46%;
  bottom: 1rem;
  right: 1rem;
}

.comics-outer {
  padding: 4rem 0;
}

.comics {
  position: relative;
  width: 50%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.comics-text {
  width: 50%;
}

.comics-cover {
  width: 45%;
  margin: 0 5% 0 0;
}

.comics-btn {
  position: absolute;
  width: 50%;
  bottom: 0;
  right: 0;
}

.footer {
  width: 100%;
  padding: 2rem 0;
  color: #000;
  font-size: 12px;
  text-align: center;
}

.footer-inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 0 0;
}

.social {
  width: 100%;
  margin: 0 0 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.social-item:first-child {
  width: 8%;
  padding: 0 1.2%;
  line-height: 0;
}

.social-item {
  width: 6%;
  padding: 0 1.2%;
}

@media screen and (min-width: 1px) and (max-width: 743px) {
  .pc_display {
    display: none;
  }

  .pc {
    display: none;
  }

  .header-inner {
    width: 100%;
    padding: 0 0 1rem;
    flex-wrap: wrap;
  }

  .top-left {
    width: 100%;
  }

  .top-right {
    width: 100%;
  }

  .top-image {
    width: 100%;
  }

  .top-logo {
    position: relative;
    width: 90%;
    margin: 0 auto;
    z-index: 2;
  }

  .top-baku {
    bottom: 22%;
    right: 1%;
    width: 36%;
  }

  .inner {
    width: 90%;
  }

  .about-bg {
    padding: 2rem 0;
  }

  .about {
    width: 100%;
  }

  .about-title {
    width: 100%;
    margin: 0 0 1rem;
  }

  .lead {
    width: 100%;
    font-size: 3.73vw;
    /* 14px */
    text-shadow: #49564E 0 0 6px, #49564E 0 0 6px, #49564E 0 0 6px;
  }

  .btn-outer {
    width: 100%;
    margin: 1rem auto 0;
  }

  .btn-arrow {
    display: none;
  }

  .btn-item {
    width: 100%;
    margin: 0;
  }

  .btn-item a img {
    box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.3);
  }

  .cut-1 {
    width: 66%;
    top: 20%;
    right: -18%;
  }

  .high-bg {
    padding: 2rem 0 2rem;
  }

  .high-wrap {
    margin: 0 0 1rem;
    align-items: flex-start;
    flex-wrap: wrap;
    line-height: 1.4;
  }

  .high-n2 {
    display: flex;
    flex-direction: column;
  }

  .high-n1 {
    width: 100%;
    margin: 0 0 0.8rem;
  }

  .high-n2 {
    width: 48%;
  }

  .high-n-wrap {
    margin: 0 0 0.8rem;
  }

  .high-bottom-1,
  .high-bottom-2,
  .high-bottom-3 {
    padding: 3rem 4% 0.5rem;
  }

  .high-bottom-3 img {
    width: 80%;
  }

  .high-bottom-1 p {
    padding: 0.3em 0 0;
    font-size: 3.73vw;
    /* 14px */
    font-weight: 700;
  }

  .high-bottom-2 p {
    padding: 0.3em 0 0;
    font-size: 3.20vw;
    /* 12px */
    font-weight: 700;
  }

  .high-bottom-3 p {
    padding: 0.3em 0 0;
    font-size: 2.67vw;
    /* 10px */
  }

  .vote-bg {
    padding: 2rem 0;
  }

  .point-wrap {
    width: 100%;
    padding: 1rem 0 0;
  }

  .point-title {
    width: 73%;
    padding: 0 0 0 25%;
    transform: translateY(2px);
  }

  .point {
    width: 100%;
    padding: 0.6rem 0.6rem 0.6rem 25%;
    background-color: #000;
  }

  .point-btm {
    margin: 0 0 2rem;
  }

  .point-h {
    border-left: #c1272d solid 4px;
    padding: 0 0 0 0.5em;
    color: #fff;
    font-size: 3.20vw;
    /* 12px */
  }

  .point p {
    padding: 1em 0 0 0;
    font-size: 2.67vw;
    /* 10px */
  }

  .point-cut {
    bottom: -3%;
    left: -8%;
    width: 30%;
  }

  .point-image-1 {
    top: 18%;
    right: -2%;
    width: 28%;
  }

  .point-image-2 {
    top: -2%;
    right: -2%;
    width: 20%;
  }

  .point-image-3 {
    top: 10%;
    right: -2%;
    width: 28%;
  }

  .point-image-4 {
    top: 30%;
    right: -2%;
    width: 28%;
  }

  .point-image-1 img,
  .point-image-2 img,
  .point-image-3 img,
  .point-image-4 img {
    border: #000 solid 1px;
    box-shadow: 3px 3px 0 #000;
  }

  .other-wrap {
    width: 100%;
    margin: 0 auto 2rem;
  }

  .comment {
    padding: 1rem;
  }

  .comment-title {
    width: 80%;
    margin: 0 0 1rem 20%;
  }

  .comment p {
    font-size: 3.20vw;
    /* 12px */
  }

  .comment-cut {
    top: -2rem;
    left: -1rem;
    width: 25%;
  }

  .present {
    padding: 1rem;
  }

  .present-title {
    width: 90%;
    margin: 0 0 1rem;
  }

  .present p {
    font-size: 2.93vw;
    /* 11px */
  }

  .present-cut {
    top: -1.5rem;
    right: -0.5rem;
    width: 30%;
  }

  .thanks {
    width: 100%;
  }

  .thanks-text {
    position: absolute;
    width: 50%;
    bottom: 0.5rem;
    right: 0.5rem;
  }

  .comics-outer {
    padding: 2rem 0;
  }

  .comics {
    width: 100%;
  }

  .footer {
    padding: 1.5rem 0;
    font-size: 2.93vw;
    /* 11px */
  }

  .social {
    margin: 0 0 1.5rem;
  }

  .social-item:first-child {
    width: 12%;
    padding: 0 1.5%;
  }

  .social-item {
    width: 12%;
    padding: 0 1.5%;
  }
}

@media screen and (min-width: 744px) and (max-width: 1024px) {
  .pc_display {
    display: none;
  }

  .sp {
    display: none;
  }

  .about-bg {
    padding: 3rem 0;
  }

  .about {
    width: 100%;
  }

  .about-title {
    width: 70%;
  }

  .lead {
    width: 100%;
    font-size: 2.08vw;
    /* 16px */
  }

  .cut-1 {
    width: 58%;
    top: -40%;
    right: -14%;
  }

  .high-bg {
    padding: 3rem 0 2rem;
  }

  .high-wrap {
    margin: 0 0 2rem;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }

  .high-n2 {
    display: flex;
    flex-direction: column;
  }

  .high-n1 {
    position: relative;
    width: 37.5%;
  }

  .high-n2 {
    position: relative;
    width: 27.7%;
    justify-content: space-between;
  }

  .high-chara {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }

  .high-n-wrap {
    position: relative;
    width: 100%;
  }

  .high-bottom-1,
  .high-bottom-2,
  .high-bottom-3 {
    padding: 2rem 0.5rem 0.5rem;
  }

  .high-bottom-3 img {
    width: 80%;
  }

  .high-bottom-1 p {
    padding: 0.3em 0 0;
    font-size: 1.95vw;
    /* 15px */
  }

  .high-bottom-2 p {
    padding: 0.3em 0 0;
    font-size: 1.56vw;
    /* 12px */
  }

  .high-bottom-3 p {
    padding: 0.2em 0 0;
    font-size: 1.30vw;
    /* 10px */
  }

  .vote-bg {
    padding: 3rem 0;
  }

  .point-wrap {
    width: 80%;
    padding: 1.5rem 0 0;
  }

  .point {
    padding: 1rem 0 1rem 25%;
  }

  .point-btm {
    margin: 0 0 3rem;
  }

  .point-h {
    font-size: 1.82vw;
    /* 14px */
  }

  .point p {
    font-size: 1.56vw;
    /* 12px */
  }

  .point-cut {
    left: -9%;
    width: 32%;
  }

  .other-wrap {
    width: 70%;
    margin: 0 auto 2rem;
  }

  .comment {
    padding: 1.2rem 1.2rem 1.2rem 20%;
  }

  .comment-title {
    margin: 0 0 1.2rem;
  }

  .comment p {
    font-size: 1.56vw;
    /* 12px */
  }

  .present {
    padding: 1.2rem;
  }

  .present-title {
    width: 75%;
    margin: 0 0 1.2rem;
  }

  .present p {
    font-size: 1.56vw;
    /* 12px */
  }

  .present-cut {
    top: -1rem;
    right: -1rem;
    width: 40%;
  }

  .thanks {
    width: 70%;
  }

  .comics-outer {
    padding: 3rem 0;
  }

  .comics {
    width: 70%;
  }

  .footer {
    padding: 1.5rem 0;
    font-size: 1.56vw;
    /* 12px */
  }

  .social {
    margin: 0 0 1.5rem;
  }

  .social-item:first-child {
    width: 8%;
  }

  .social-item {
    width: 7%;
  }
}

@media screen and (min-width: 1025px) {
  .sp_display {
    display: none;
  }

  .sp {
    display: none;
  }

  .inner {
    max-width: 1100px;
  }

  .btn-item a img:hover {
    transform: translate(5px, 5px);
    box-shadow: 5px 5px 0 rgba(0, 0, 0, 0);
  }

  .vote-item:nth-child(5n) {
    margin: 0 0 0 0;
  }

  .alpha img {
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }

  .alpha img:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: 'alpha(opacity=70)';
  }

  a.btn-hover img,
  button.btn-hover img {
    -webkit-transition: -weblit-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }

  a.btn-hover img:hover,
  button.btn-hover img:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }

}