@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.03em;
}

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

.header {
  width: 100%;
}

.header-inner {
  position: relative;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.top-left {
  width: 60%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.top-right {
  width: 40%;
  aspect-ratio: 1 / 1.301;
  display: flex;
  justify-content: center;
  align-items: center;
}

.top-image {
  width: 16.66%;
}

.top-logo {
  position: relative;
  width: 74%;
  padding: 30% 0 0;
}

.anya img {
  position: relative;
  width: 55%;
  z-index: 2;
}

.fukidashi {
  position: absolute;
  width: 52%;
  top: -6%;
  right: 1%;
  z-index: 1;
}

.fukidashi img {
  width: 100%;
}

.content {
  position: relative;
  overflow: hidden;
}

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

.about-bg {
  background-color: #49564E;
}

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

.about-title {
  position: relative;
  width: 100%;
  margin: 0 0 1.5rem;
  padding: 0 35% 0 15%;
  z-index: 2;
}

.cut-2 {
  position: absolute;
  width: 23%;
  top: -8%;
  left: -2%;
}

.cut-3 {
  position: absolute;
  width: 32%;
  top: 4%;
  right: -2%;
}

.lead {
  width: 80%;
  margin: 0 0 4rem;
  color: #fff;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.4;
  font-feature-settings: "palt";
  line-height: 1.4;
}

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

.about-cont {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.about-item {
  position: relative;
  width: 46%;
}

.about-item img {
  width: 100%;
}

.about-cut {
  position: absolute;
  width: 38%;
  top: -11%;
  right: -6%;
}

.present {
  width: 80%;
  margin: 3rem auto 2rem;
}

.btn-outer {
  width: 70%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-outer-t {
  margin: 2rem auto 0;
}

.btn-present {
  width: 48%;
  margin: 0 4% 0 0;
}

.btn-present:nth-child(2) {
  margin: 0;
}

.free {
  width: 70%;
  margin: 2rem auto 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.free-image {
  width: 35%;
}

.free-title {
  width: 65%;
}

.btn-free {
  width: 70%;
  margin: 1.5rem 0 0;
}

.free-title p {
  color: #fff;
  font-size: 14px;
  padding: 0.6em 0 0;
}

.lity-content .popup-wrap {
  box-sizing: border-box;
  width: min(800px, 92vw);
  max-height: calc(100vh - 6rem);
  overflow: auto;
  margin: 3rem auto;
  background: #fff;
  padding: 3rem;
}

.popup-wrap p {
  font-size: 12px;
  text-indent: -1em;
  padding-left: 1em;
}

.popup-wrap p:first-child {
  margin: 0 0 .6em;
  padding: 0 0 0.2em;
  font-size: 16px;
  font-weight: 600;
  text-indent: 0;
  padding-left: 0;
  border-bottom: #000 solid 1px;
}

.vote-outer {
  position: relative;
  padding: 3rem 0;
}

.vote-list-title {
  position: relative;
  width: 100%;
  margin: 0 auto 2rem;
}

.vote-list-title p {
  position: relative;
  padding: .5em 0 0;
  font-size: 16px;
  font-weight: 600;
}

.vote-box {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}

.vote-item {
  position: relative;
  width: 18.4%;
  margin: 0 2% 1.4rem 0;
  padding: 12px;
  font-feature-settings: "palt";
  background-color: #000;
}

.vote-item:last-child {
  margin: 0 0 1.4rem;
}

.vote-item_inner {
  width: 100%;
}

.thumb {
  width: 100%;
}

.thumb img {
  width: 100%;
  border-top: #7e9989 3px solid;
  border-left: #7e9989 3px solid;
  border-right: #7e9989 3px solid;
  border-bottom: 0;
}

.name {
  width: 100%;
  height: 2.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 0;
  text-align: center;
  color: #000;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  background-color: #7e9989;
}

.name.ts {
  font-size: 14px;
}

.explain {
  width: 100%;
  height: 4.4em;
  margin: .6rem 0;
  color: #fff;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.03em;
}

.btn-select {
  box-shadow: 2px 2px 0 #000;
  transition: all 0.2s;
}

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

  .top-left {
    width: 100%;
  }

  .top-right {
    width: 100%;
    aspect-ratio: 1 / 0.7;
  }

  .top-image {
    width: 16.66%;
  }

  .top-logo {
    position: relative;
    width: 94%;
    padding: 0;
  }

  .anya {
    position: absolute;
    width: 36%;
    top: -38%;
    right: 30%;
  }

  .fukidashi {
    width: 48%;
    top: 0%;
    right: 10%;
    z-index: 1;
  }

  .about {
    width: 100%;
    padding: 2rem 0 0;
    overflow: visible !important;
  }

  .about-title {
    margin: 0 0 1rem;
    padding: 0 12% 0 17%;
  }

  .cut-2 {
    width: 32%;
    top: -8%;
    left: -7%;
  }

  .cut-3 {
    width: 29%;
    top: 0%;
    right: -8%;
  }

  .lead {
    width: 100%;
    font-size: 3.4vw;
    margin: 0 0 2.5rem;
    line-height: 1.6;
  }

  .about-item {
    width: 96%;
    margin: 0 auto;
  }

  .about-item:first-child {
    margin: 0 auto 1.5rem;
  }

  .about-cut {
    width: 38%;
    top: -12%;
    right: -2%;
  }

  .present {
    width: 100%;
    margin: 1.5rem auto 0;
  }

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

  .btn-outer-t {
    margin: 1.5rem auto 0;
  }

  .free {
    width: 100%;
    margin: 1.5rem auto 0;
  }

  .free-image {
    width: 30%;
  }

  .free-title {
    width: 70%;
  }

  .btn-free {
    width: 80%;
    margin: 1rem 0 0;
  }

  .free-title p {
    color: #fff;
    font-size: 14px;
    padding: 0.6em 0 0;
  }

  .lity-content .popup-wrap {
    box-sizing: border-box;
    width: min(800px, 92vw);
    max-height: calc(100vh - 6rem);
    overflow: auto;
    margin: 3rem auto;
    background: #fff;
    padding: 1.5rem;
  }

  .popup-wrap p {
    font-size: 3.2vw;
    /* 12px */
    text-indent: -1em;
    padding-left: 1em;
  }

  .popup-wrap p:first-child {
    margin: 0 0 .6em;
    padding: 0 0 0.2em;
    font-size: 4.2667vw;
    /* 16px */
    font-weight: 600;
    text-indent: 0;
    padding-left: 0;
    border-bottom: #000 solid 1px;
  }

  .vote-outer {
    width: 94%;
    padding: 1rem 0 2rem;
  }

  .vote-list-title {
    margin: 0 auto 1rem;
  }

  .vote-list-title p {
    font-size: 3.2vw;
    /* 12px */
    text-indent: -1em;
    padding-left: 1em;
  }

  .vote-item {
    width: 31.33%;
    margin: 0 3% 1rem 0;
    padding: 10px;
  }

  .vote-item:nth-child(3n) {
    margin: 0 0 1rem;
  }

  .vote-item:last-child {
    margin: 0 0 0;
  }

  .vote-item_inner {
    width: 100%;
  }

  .thumb img {
    width: 100%;
    border-top: #7e9989 2px solid;
    border-left: #7e9989 2px solid;
    border-right: #7e9989 2px solid;
    border-bottom: 0;
  }

  .name {
    height: 2.4rem;
    padding: 0 0.3em;
    font-size: 2.9333vw;
    /* 11px */
  }

  .name.ts {
    font-size: 3.7333vw;
    /* 14px */
  }

  .explain {
    height: 5.4em;
    font-size: 2.6vw;
    /* 10px */
  }

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

  .comics {
    width: 100%;
  }

  .comics-text {
    width: 50%;
  }

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

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

  .footer {
    padding: 2rem 0;
    font-size: 2.6667vw;
    /* 10px */
  }

  .social {
    margin: 0 0 2rem;
  }

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

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

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

  .sp {
    display: none;
  }

  .anya {
    position: absolute;
    width: 64%;
    top: -10%;
    left: 18%;
  }

  .about {
    width: 90%;
    font-size: 2.34375vw;
  }

  .lead {
    font-size: 2.2vw;
    line-height: 1.6;
  }

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

  .vote-list-title p {
    font-size: 1.8229vw;
    /* 14px */
  }

  .vote-item {
    width: 23%;
    margin: 0 2.6% 1rem 0;
  }

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

  .vote-item:last-child {
    margin: 0 0 1rem;
  }

  .name {
    height: 2.6rem;
    font-size: 1.6927vw;
    /* 13px */
  }

  .name.ts {
    font-size: 1.4323vw;
    /* 11px */
  }

  .explain {
    height: 4.4em;
    font-size: 1.4vw;
    /* 12px */
  }

  .comics {
    width: 50%;
  }

  .footer {
    font-size: 1.5625vw;
    /* 12px */
  }

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

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

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

  .sp {
    display: none;
  }

  .anya {
    position: absolute;
    width: 64%;
    top: -10%;
    left: 18%;
  }

  .inner {
    max-width: 1100px;
  }

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

  .btn-select:hover {
    transform: translate(2px, 2px);
    box-shadow: 3px 3px 0 #000;
  }

  .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);
  }

}