@charset "UTF-8";

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

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

a:hover {
  text-decoration: underline;
  color: #20f4da;
}

.wrap {
  position: relative;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

.header {
  position: relative;
  width: 100%;
  background-size: cover;
  background-position: bottom center;
}

.mark {
  position: absolute;
  width: 100px;
  top: 10px;
  left: 10px;
}

.header_inner {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header_logo {
  position: relative;
  width: 50%;
  height: 100%;
}

.header_mv {
  width: 50%;
}

.header_mv img {
  width: 100%;
  box-shadow:
    0px 0px 15px #20f4da,
    0px 0px 15px #20f4da,
    0px 0px 15px #20f4da;
}

section {
  position: relative;
}

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

.inner {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 4rem 0;
}

.lead_bg {
  position: relative;
  width: 100%;
  background-repeat: repeat-x, repeat;
  background-size: auto 260px, 50% auto;
  background-position: top left, top left;
}

.webp .lead_bg {
  background-image: url(../img/bg_top.webp), url(../img/bg_02.webp);
}

.no-webp .leadbg {
  background-image: url(../img/bg_top.png), url(../img/bg_02.jpg);
}

.gintamaten {
  width: 30%;
  margin: 0 auto 2rem;
}

.lead {
  position: relative;
  width: 100%;
  text-align: center;
  font-size: min(14px, 1.4vw);
  z-index: 2;
}

.schedule {
  width: 60%;
  margin: 1.6rem auto;
  font-size: min(14px, 1.4vw);
  text-align: left;
}

.schedule img {
  margin: 0 0 .3rem;
}

.schedule p {
  width: 68%;
  margin: 0 0 0 32%;
}

.schedule p span {
  color: #e91037;
  font-style: normal;
}

.cut_1 {
  position: absolute;
  width: 30%;
  max-width: 560px;
  top: 4%;
  right: 0;
}

.cut_2 {
  position: absolute;
  width: 30%;
  max-width: 560px;
  top: 6%;
  left: 0;
}

.sp_frame {
  width: 100%;
  padding: 2.6rem 2rem;
  border: #9ffaf0 solid 2px;
  background-color: rgba(0, 0, 0, 0.6);
  box-shadow:
    0px 0px 10px #20f4da,
    0px 0px 10px #20f4da;
}

.sp_btm {
  margin: 0;
}

.sp_frame_inner {
  width: 100%;
  padding: 0 0 0 36%;
}

.sp_logo {
  width: 50%;
  margin: 0 auto;
}

.sp_text {
  width: 100%;
  margin: 1rem 0;
  text-align: center;
  color: #fff;
  font-size: min(20px, 2vw);
}

.sp_banner {
  width: 100%;
  margin: 0 0 1rem;
}

.sp_frame p {
  color: #fff;
  font-size: min(18px, 1.8vw);
}

.sp_frame p span {
  font-size: 80%;
  font-style: normal;
}

.cut_4 {
  position: absolute;
  width: 46%;
  top: 8%;
  left: -12%;
}

.vote_bg {
  background-position: top left, bottom, left, top left;
  background-repeat: repeat-x, repeat-x, repeat;
  background-size: auto 260px, auto 260px, 50% auto;
}

.webp .vote_bg {
  background-image: url(../img/bg_top.webp), url(../img/bg_btm.webp), url(../img/bg.webp);
}

.no-webp .vote_bg {
  background-image: url(../img/bg_top.png), url(../img/bg_btm.png), url(../img/bg.jpg);
}

.cut_3 {
  position: absolute;
  width: 30%;
  top: -300px;
  right: -10%;
}

.toggle_bnr {
  width: 100%;
  margin: 0 0 1rem;
}

.toggle_bnr img {
  box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.3);
}

p.indent {
  padding-left: 1em;
  text-indent: -1em;
}

.vote_lead {
  width: 100%;
  margin: 0 0 2rem;
  line-height: 1.4;
  text-align: center;
  font-size: min(2.8vw, 28px);
  font-weight: 900;
  color: #e91037;
}

.vote_lead span {
  font-size: 55%;
  font-weight: 600;
  color: #000;
}

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

.vote_item {
  position: relative;
  width: 31.2%;
  padding: 1rem;
  margin: 0 3% 2rem 0;
  border: #e91037 solid 3px;
  background-color: #fff;
  font-weight: 400;
}

.vote_thumb {
  position: relative;
  width: 100%;
  border: #000 solid 1px;
  background-color: #000;
}

.vote_num {
  position: absolute;
  top: 0;
  left: 0;
  width: 2.4rem;
  height: 2.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #baac6e;
  font-size: 1vw;
  font-weight: 900;
  line-height: 1;
  background-color: #000;
}

.vote_note {
  width: 100%;
  margin: .3rem 0 0;
  font-size: .55vw;
}

.vote_name {
  width: 100%;
  height: 6.6em;
  margin: 0 0 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-bottom: #e91037 solid 1px;
}

.vote_name p {
  font-size: min(2.0vw, 20px);
  line-height: 1.4;
  font-weight: 900;
}

.vote_name p span {
  font-style: normal;
}

.vote_text {
  width: 100%;
  height: 6em;
  font-size: min(1.4vw, 14px);
}

.vote_text_s {
  width: 100%;
  height: 6em;
  font-size: min(1.3vw, 13px);
  line-height: 1.5;
}

.vote_confirm {
  width: 100%;
  margin: 1rem auto 0;
}

.note {
  width: 100%;
  margin: 2rem 0 0;
  font-size: min(14px, 1.4vw);
}

.note_h {
  width: 16%;
  margin: 0 0 2rem;
}

.comics_bg {
  background-repeat: repeat;
  background-position: top left;
  background-size: 60% auto;
}

.webp .comics_bg {
  background-image: url(../img/bg_3.webp);
}

.no-webp .comics_bg {
  background-image: url(../img/bg_3.jpg);
}

.comics_inner {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 4rem 0 0;
}

.comics {
  position: relative;
  width: 64%;
  padding: 0 0 3rem;
  margin: 0 auto 3rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  border-bottom: #fff solid 1px;
}

.cover {
  width: 48%;
}

.cover img {
  border: #fff solid 1px;
}

.cover_text {
  width: 48%;
}

.comics_btn {
  position: absolute;
  width: 48%;
  bottom: 3rem;
  right: 0;
}

.comics_btn img {
  border: #fff solid 1px;
}

.banner {
  position: relative;
  width: 64%;
  margin: 0 auto 5rem;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.bnr_item {
  width: 48%;
}

.bnr_item img {
  border: #fff solid 1px;
}

.bnr_item p {
  width: 100%;
  margin: .6rem 0 0;
  text-align: center;
  font-size: min(1.8vw, 18px);
  font-weight: 600;
  color: #fff;
}

.footer {
  width: 100%;
  padding: 0 0 2rem;
  text-align: center;
  color: #fff;
  font-size: min(14px, 1.4vw);
}

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

.social_item {
  width: 4rem;
  padding: 0 .8rem;
}

/* 投票ページ */

.vote_bg_2 {
  width: 100%;
  background-repeat: no-repeat, repeat-x, repeat-x, repeat;
  background-size: 34% auto, auto 260px, auto 260px, 50% auto;
  background-position: bottom right, top left, bottom left, top left;
}

.webp .vote_bg_2 {
  background-image: url(../img/vote_bg.webp), url(../img/bg_top.webp), url(../img/bg_btm.webp), url(../img/bg.webp);
}

.no-webp .vote_bg_2 {
  background-image: url(../img/vote_bg.png), url(../img/bg_top.png), url(../img/bg_btm.png), url(../img/bg.jpg);
}

.vote_title {
  width: 50%;
  margin: 0 auto 2rem;
}

.vote_outer {
  width: 52%;
  margin: 0 auto;
}

.swiper_outer {
  margin-inline: auto;
  width: 100%;
  position: relative;
}

.swiper {
  width: 100%;
}

.swiper-button-prev {
  left: -3rem !important;
}

.swiper-button-next {
  right: -3rem !important;
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -25px;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  bottom: 0;
  content: "";
  height: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 0;
}

.swiper-button-prev::after {
  border-bottom: 30px solid transparent;
  border-right: 30px solid #e91037;
  border-top: 30px solid transparent;
}

.swiper-button-next::after {
  border-bottom: 30px solid transparent;
  border-left: 30px solid #e91037;
  border-top: 30px solid transparent;
}

.swiper-slide {
  border: #000 solid 4px;
  background-color: #000;
}

.swiper-slide img {
  border: #baac6e solid 4px;
  width: 100%;
}

.vote_notes {
  width: 100%;
  margin: .3rem 0;
  text-align: center;
  font-size: min(1.4vw, 14px);
}

.vote_content {
  width: 100%;
  margin: 0 0 1rem;
  padding: 1.5rem;
  border: #baac6e solid 4px;
  background-color: #323232;
  text-align: center;
}

.chara_name {
  font-size: min(2.4vw, 24px);
  font-weight: 600;
  color: #fff;
}

.story {
  width: 100%;
  margin: 1rem 0 0;
  text-align: left;
  font-size: min(1.6vw, 16px);
  font-weight: 400;
  color: #fff;
}

.vote_btn {
  position: relative;
  width: 60%;
  margin: 0 auto 1.4rem;
  background-image: url(../img/btn_off.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top left;
  line-height: 0;
}

.back_btn {
  width: 40%;
  margin: 0 auto;
}

.thanks_outer {
  width: 56%;
  margin: 0 auto 6rem;
}

.thanks_title {
  width: 70%;
  margin: 6rem auto 3rem;
}

.vote_footer {
  width: 100%;
  padding: 2rem 0;
  text-align: center;
  color: #fff;
  font-size: min(14px, 1.4vw);
}

.footer_logo {
  width: 32%;
  margin: 0 auto;
}

.footer_logo_2 {
  margin: 1.6rem auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer_item_l {
  width: 8%;
  margin: 0 2% 0 0;
}

.footer_item_r {
  width: 12%;
  margin: 0 0 0 2%;
}

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

  .mark {
    width: 18%;
    top: 1%;
    left: 1%;
  }

  .header_inner {
    display: block;
  }

  .header_logo {
    width: 100%;
  }

  .logo {
    position: absolute;
    width: 75%;
    bottom: 5%;
    left: 0;
  }

  .header_mv {
    width: 100%;
  }

  .header_mv img {
    width: 100%;
    box-shadow: 0;
  }

  .inner {
    width: 94%;
    padding: 2rem 0;
  }

  .lead_bg {
    background-size: auto 200px, 50% auto;
  }

  .webp .lead_bg {
    background-image: url(../img/sp_bg_top.webp), url(../img/sp_bg_02.webp);
  }

  .no-webp .leadbg {
    background-image: url(../img/sp_bg_top.png), url(../img/sp_bg_02.jpg);
  }

  .gintamaten {
    width: 60%;
    margin: 0 auto 1rem;
  }

  .lead {
    text-align: left;
    font-size: min(12px, 3.08vw);
  }

  .schedule {
    width: 100%;
    margin: 1rem auto;
    font-size: min(12px, 3.08vw);
  }

  .schedule p {
    width: 100%;
    margin: 0;
  }

  .cut_1 {
    position: relative;
    width: 100%;
  }

  .cut_2 {
    position: absolute;
    width: 35%;
    max-width: 560px;
    bottom: 0;
    left: 0;
  }

  .sp_frame {
    padding: 1rem;
    border: #9ffaf0 solid 1px;
  }

  .sp_btm {
    margin: 0;
  }

  .sp_frame_inner {
    width: 100%;
    padding: 0;
  }

  .sp_logo {
    position: relative;
    width: 55%;
    z-index: 10;
  }

  .sp_text {
    position: relative;
    margin: .6rem 0;
    font-size: min(14px, 3.73vw);
    z-index: 10;
    text-shadow:
      0px 0px 8px #000,
      0px 0px 8px #000,
      0px 0px 8px #000;
  }

  .sp_banner {
    margin: 0 0 .6rem;
  }

  .sp_frame p {
    font-size: min(14px, 3.73vw);
  }

  .sp_frame p span {
    font-size: 80%;
  }

  .vote_bg {
    background-size: auto 200px, auto 200px, 50% auto;
  }

  .webp .vote_bg {
    background-image: url(../img/sp_bg_top.webp), url(../img/sp_bg_btm.webp), url(../img/sp_bg.webp);
  }

  .no-webp .vote_bg {
    background-image: url(../img/sp_bg_top.png), url(../img/sp_bg_btm.png), url(../img/sp_bg.jpg);
  }

  .cut_3 {
    position: absolute;
    width: 80%;
    top: -2rem;
    left: 10%;
  }

  .toggle_bnr {
    margin: 0 0 .8rem;
  }

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

  .vote_lead {
    text-align: left;
    margin: 0 0 1rem;
    line-height: 1.4;
    color: #e91037;
    font-size: min(4.62vw, 18px);
  }

  .vote_lead span {
    font-size: 70%;
    font-weight: 600;
    color: #000;
  }
  
  .vote_item {
    width: 48%;
    padding: .6rem;
    margin: 0 4% 1rem 0;
    border: #e91037 solid 2px;
  }
  
  .vote_item:nth-child(2n) {
    margin: 0 0 1rem 0;
  }
  
  .vote_num {
    width: 1.6rem;
    height: 1.6rem;
    font-size: 3.6vw;
  }
  
  .vote_note {
    margin: .3rem 0 0;
    font-size: 2vw;
  }
  
  .vote_name {
    width: 100%;
    height: 5em;
    margin: 0 0 .6rem;
  }
  
  .vote_name p {
    font-size: 3.6vw;
    line-height: 1.4;
    font-weight: 900;
  }

  .vote_name p span {
    font-size: 86%;
    font-style: normal;
  }
  
  
  .vote_text {
    width: 100%;
    height: 6.2rem;
    font-size: min(3.08vw, 12px);
  }

  .vote_text_s {
    width: 100%;
    height: 6.2rem;
    font-size: 2.8vw;
  }
  
  .vote_confirm {
    width: 100%;
    margin: .6rem auto 0;
  }
  
  .note {
    margin: 1rem 0 0;
    font-size: min(12px, 3.08vw);
  }

  .note_h {
    width: 34%;
    margin: 0 0 1rem;
  }

  .cut_4 {
    width: 45%;
    bottom: 0.5%;
    right: -5%;
  }

  .comics_bg {
    background-size: 100% auto;
  }

  .webp .comics_bg {
    background-image: url(../img/sp_bg_3.webp);
  }

  .no-webp .comics_bg {
    background-image: url(../img/sp_bg_3.jpg);
  }

  .comics_inner {
    padding: 1rem 0 0;
  }

  .comics {
    position: relative;
    width: 80%;
    padding: 0 0 2rem;
    margin: 0 auto 2rem;
  }

  .comics_btn {
    bottom: 2rem;
  }

  .banner {
    width: 70%;
    margin: 0 auto 2rem;
    display: block;
  }

  .bnr_item {
    width: 100%;
  }

  .bnr_item p {
    margin: .4rem 0 2rem;
    font-size: min(17px, 4.53vw);
  }

  .footer {
    padding: 2rem 0;
    font-size: min(12px, 3.2vw);
  }

  /* 投票ページ */

  .vote_bg_2 {
    width: 100%;
    background-repeat: no-repeat, repeat-x, repeat-x, repeat;
    background-size: 100% auto, auto 200px, auto 200px, 50% auto;
    background-position: bottom right, top left, bottom left, top left;
  }

  .webp .vote_bg_2 {
    background-image: url(../img/sp_vote_bg.webp), url(../img/sp_bg_top.webp), url(../img/sp_bg_btm.webp), url(../img/sp_bg.webp);
  }

  .no-webp .vote_bg_2 {
    background-image: url(../img/sp_vote_bg.png), url(../img/sp_bg_top.png), url(../img/sp_bg_btm.png), url(../img/sp_bg.jpg);
  }

  .vote_title {
    width: 80%;
    margin: 0 auto 1rem;
  }

  .vote_outer {
    width: 86%;
    margin: 0 auto;
  }

  .vote_content {
    padding: 1rem;
  }

  .swiper-button-prev {
    left: -10% !important;
  }
  
  .swiper-button-next {
    right: -10% !important;
  }

  .swiper-button-prev::after {
    border-bottom: 20px solid transparent;
    border-right: 20px solid #e91037;
    border-top: 20px solid transparent;
  }
  
  .swiper-button-next::after {
    border-bottom: 20px solid transparent;
    border-left: 20px solid #e91037;
    border-top: 20px solid transparent;
  }

  .vote_notes {
    margin: .3rem 0 .6rem;
    font-size: 2.8vw;
  }
  

  .chara_name {
    margin: 0 0 .3rem;
    font-size: min(4.62vw, 18px);
  }

  .story {
    margin: .6rem 0 0;
    font-size: min(3.59vw, 14px);
  }

  .vote_btn {
    width: 70%;
    margin: 0 auto 1rem;
    background: 0;
  }

  .back_btn {
    width: 50%;
  }

  .thanks_outer {
    width: 90%;
    margin: 0 auto 6rem;
  }

  .thanks_title {
    width: 90%;
    margin: 6rem auto 2rem;
  }

  .vote_footer {
    font-size: min(12px, 3.08vw);
  }

  .footer_logo {
    width: 50%;
  }

  .footer_logo_2 {
    margin: 1rem auto 2rem;
  }

  .footer_item_l {
    width: 15%;
    margin: 0 3% 0 0;
  }

  .footer_item_r {
    width: 25%;
    margin: 0 0 0 3%;
  }

}

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

  .webp .header {
    background-image: url(../img/top_bg.webp);
  }

  .no-webp .header {
    background-image: url(../img/top_bg.webp);
  }

  .header_inner {
    height: 100%;
    align-items: flex-start;
  }

  .header_logo {
    position: relative;
    width: 50%;
    margin: 3% 0 0;
  }

  .logo {
    position: absolute;
    width: 90%;
    top: 11rem;
    left: 5%;
  }

  .mark {
    position: absolute;
    width: 80px;
    top: 10px;
    left: 10px;
  }

  .inner {
    width: 90%;
    padding: 3rem 0;
  }

  .lead {
    position: relative;
    width: 100%;
    text-align: center;
    font-size: min(14px, 1.4vw);
    z-index: 2;
  }

  .schedule {
    width: 60%;
    font-size: min(14px, 1.73vw);
  }

  .schedule p {
    width: 85%;
    margin: 0 0 0 15%;
  }

  .cut_1 {
    position: absolute;
    width: 30%;
    top: 0;
    right: 0;
  }

  .cut_2 {
    position: absolute;
    width: 30%;
    bottom: 0;
    left: -1.8rem;
  }

  .sp_frame {
    padding: 2rem;
  }

  .sp_text {
    font-size: min(18px, 2.2vw);
  }

  .sp_frame p {
    font-size: min(16px, 1.95vw);
  }

  .cut_3 {
    position: absolute;
    width: 24%;
    top: -10rem;
    right: 2%;
  }

  .vote_item {
    padding: .8rem;
  }
  
  .vote_item:nth-child(3n) {
    margin: 0 0 2rem 0;
  }
  
  .vote_num {
    width: 1.8rem;
    height: 1.8rem;
    font-size: 2vw;
  }
  
  .vote_note {
    margin: .2rem 0;
    font-size: .8vw;
  }
  
  .vote_name {
    height: 6em;
    margin: 0 0 .6rem;
  }
  
  .vote_name p {
    font-size: min(1.85vw, 15px);
    line-height: 1.4;
    font-weight: 900;
  }
  
  .vote_text {
    height: 6.2em;
    font-size: min(1.48vw, 12px);
  }
  
  .vote_confirm {
    width: 100%;
    margin: 1rem auto 0;
  }

  .vote_read {
    height: 4.5em;
    font-size: min(1.73vw, 14px);
  }

  .comics_inner {
    padding: 2rem 0 0;
  }

  .cut_4 {
    position: absolute;
    width: 46%;
    top: 8%;
    left: -12%;
  }

  /* 投票ページ */

  .vote_bg_2 {
    background-size: 30% auto, auto 260px, auto 260px, 50% auto;
  }

  .vote_content {
    padding: 1.4rem;
  }

  .chara_name {
    font-size: min(2.47vw, 20px);
  }

  .story {
    font-size: min(1.73vw, 14px);
  }

  .thanks_outer {
    margin: 0 auto 8rem;
  }

  .thanks_title {
    margin: 8rem auto 3rem;
  }

}

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

  .webp .header {
    background-image: url(../img/top_bg.webp);
  }

  .no-webp .header {
    background-image: url(../img/top_bg.webp);
  }

  .header_inner {
    height: 733px;
  }

  .logo {
    position: absolute;
    width: 120%;
    top: 32%;
    left: -5%;
  }

  .vote_item:nth-child(3n) {
    margin: 0 0 2rem 0;
  }

  .vote_btn {
    aspect-ratio: 4/1.3;
  }

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

  a.btn_over 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_over img:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

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

  .btn_over img:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

}