@charset "UTF-8";

.wrap {
  width: 100%;
}

.header {
  width: 100%;
}

.sec__01 {
  width: 100%;
  background-repeat:
    no-repeat,
    no-repeat;
  background-color: #c20813;
}

.sec__02 {
  width: 100%;
  background-repeat:
    no-repeat,
    no-repeat;
  background-color: #fccf00;
}

.sec__03 {
  width: 100%;
  background-repeat:
    no-repeat,
    no-repeat;
  background-color: #c20813;
}

.sec__04 {
  width: 100%;
  background-repeat:
    no-repeat,
    no-repeat;
  background-color: #fccf00;
}

.sec__inner {
  position: relative;
  width: 90%;
  margin: 0 auto;
  padding: 20px 0;
}

.sec__image__left {
  width: 100%;
}

.sec__image__right {
  width: 100%;
  margin-left: 0;
}

.sec__inner p {
  font-size: 12px;
  line-height: 1.4;
  padding-left: 1em;
  text-indent: -1em;
  font-weight: normal;
}

.white {
  color: #fff;
}

.margin-top {
  margin-top: 10px;
}

.margin-left {
  margin-left: 32%;
}

.btn__follow {
  position: absolute;
  width: 60%;
  bottom: 22%;
  left: 0;
}

.character__right {
  position: absolute;
  width: 42%;
  top: -6%;
  right: -3%;
}

.character__left {
  position: absolute;
  width: 42%;
  bottom: 10%;
  left: -10%;
}

.character__04 {
  position: absolute;
  width: 51%;
  bottom: 0;
  left: -8%;
}

.content {
  width: 100%;
  margin: 0 auto;
}

.inner {
  position: relative;
  width: 94%;
  margin: 0 auto;
}

.section__vote {
  width: 100%;
  margin: 0 auto;
}

.vote__title {
  width: 100%;
  padding: 20px 0;
  text-align: center;
  background-color: #c20813;
}

.vote__title img {
  width: 90%;
}

.vote__sec__title {
  width: 100%;
  padding: 10px 0;
  margin-bottom: 60px;
  text-align: center;
  background-color: #fccf00;
}

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

.vote__sec__cover {
  position: absolute;
  width: 26%;
  top: 0;
  left: 0;
}

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

.vote__sec__last {
  width: 100%;
  margin-bottom: 60px;
  text-align: center;
  background-color: #fccf00;
}

.vote__sec__inner__last {
  width: 80%;
  margin: 0 auto;
}

.vote__area {
  width: 94%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.vote__item {
  position: relative;
  width: 31.2%;
  margin-bottom: 40px;
  margin-right: 3%;
}

.vote__item:nth-child(3n) {
  margin-right: 0;
}

.num {
  position: absolute;
  width: 50px;
  height: 50px;
  line-height: 50px;
  top: -28%;
  left: -10%;
  font-family: 'Anton', sans-serif;
  font-size: 20px;
  color: #fccf00;
  text-align: center;
  background-image: url(../img/num_bg.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.btn__area {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.btn__item {
  position: relative;
  width: 48%;
}

.btn__top {
  margin-top: 5px;
}

.social {
  width: 100%;
  margin: 30px auto;
}

.social ul {
  text-align: center;
}

.social ul li {
  display: inline-block;
  width: 11%;
  margin: 0 4% 0;
  vertical-align: middle;
}

.footer {
  width: 100%;
  padding: 8% 5%;
  font-size: 12px;
  text-align: center;
  color: #fff;
  background-color: #000;
}

/* 投票ページ */
.vote__wrap {
  width: 100%;
  height: 100%;
  background-color: #000;
}

.vote__bg {
  background-image:
    url(../vote/img/bg_02.jpg),
    url(../vote/img/bg_01.jpg);
  background-position:
    bottom -60px right -10%,
    bottom -60px  left -10%;
  background-repeat:
    no-repeat,
    no-repeat;
  background-size:
    36% auto,
    36% auto;
  background-color: #fccf00;
}

.vote__header {
  width: 100%;
  padding: 10px 0;
  text-align: center;
  background-color: #000;
}

.vote__header img {
  width: 38%;
}

.vote__outer {
  position: relative;
  width: 94%;
  margin: 0 auto;
  padding: 40px 0 60px;
}

.vote__inner {
  width: 94%;
  margin: 0 auto;
}

.vote__text {
  width: 100%;
  margin: 0 auto;
}

.koma__image {
  width: 100%;
  margin: 0 auto;
}

.koma__image__vote {
  margin-bottom: 40px;
}

.koma__image__thanks {
  margin-top: 40px;
  margin-bottom: 40px;
}

.vote__btn {
  position: relative;
  width: 70%;
  margin: 0 auto;
  background-image: url(../vote/img/btn_off.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.vote__btn::before {
  content: "";
  display: block;
  padding-top: 20%;
}

.btn__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.thanks__text {
  width: 90%;
  margin: 20px auto;
}

.thanks__btn {
  display: block;
  width: 70%;
  margin: 20px auto 0;
  background-image: url(../vote/img/btn_off.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}

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

  .sec__01 {
    background-image:
      url(../img/sp_bg_black_right.png),
      url(../img/sec_bg_01.jpg);
    background-position:
      center right,
      top left;
    background-size:
      auto 100%,
      120% auto;
  }

  .sec__02 {
    background-image:
      url(../img/sp_bg_black_left.png),
      url(../img/sec_bg_02.jpg);
    background-position:
      center left,
      top right -80px;
    background-size:
      auto 100%,
      auto 100%;
  }

  .sec__03 {
    background-image:
      url(../img/sp_bg_black_right.png),
      url(../img/sec_bg_03.jpg);
    background-position:
      center right,
      top -100px left;
    background-size:
      auto 100%,
      140% auto;
  }

  .sec__04 {
    background-image:
      url(../img/sp_bg_black_left.png),
      url(../img/sec_bg_04.jpg);
    background-position:
      center left,
      top -60px right;
    background-size:
      auto 100%,
      auto 150%;
  }
}

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

  .header {
    height: 360px;
    background-image:
      url(../img/pc_top.png),
      url(../img/pc_bg.jpg);
    background-size:
      auto 96%,
      1200px auto;
    background-position:
      bottom center,
      top center;
    background-repeat:
      no-repeat,
      repeat;
  }

  .sec__01 {
    background-image:
      url(../img/sp_bg_black_right.png),
      url(../img/sec_bg_01.jpg);
    background-position:
      center right,
      top left;
    background-size:
      auto 100%,
      120% auto;
  }

  .sec__02 {
    background-image:
      url(../img/sp_bg_black_left.png),
      url(../img/sec_bg_02.jpg);
    background-position:
      center left,
      top -160px right;
    background-size:
      auto 100%,
      auto 180%;
  }

  .sec__03 {
    background-image:
      url(../img/sp_bg_black_right.png),
      url(../img/sec_bg_03.jpg);
    background-position:
      center right,
      top -140px left;
    background-size:
      auto 100%,
      100% auto;
  }

  .sec__04 {
    background-image:
      url(../img/sp_bg_black_left.png),
      url(../img/sec_bg_04.jpg);
    background-position:
      center left,
      top -60px right;
    background-size:
      auto 100%,
      auto 150%;
  }

  .sec__inner {
    position: relative;
    width: 90%;
    margin: 0 auto;
    padding: 40px 0;
  }

  .sec__image__left {
    width: 70%;
  }

  .sec__image__right {
    width: 70%;
    margin-left: 30%;
  }

  .sec__inner p {
    width: 100%;
    margin-left: 0;
    font-size: 18px;
  }

  .margin-top {
    margin-top: 40px;
  }

  .margin-left {
    margin-left: 0;
  }

  .btn__follow {
    width: 38%;
    bottom: 28%;
    left: 9%;
  }

  .character__right {
    position: absolute;
    width: 38%;
    top: -6%;
    right: -4%;
    z-index: 999;
  }

  .character__left {
    position: absolute;
    width: 38%;
    top: -5%;
    left: -5%;
    z-index: 999;
  }

  .character__04 {
    position: absolute;
    width: 40%;
    bottom: 0;
    left: -6%;
    z-index: 999;
  }

  .vote__title {
    width: 100%;
    padding: 40px 0;
    text-align: center;
    background-color: #c20813;
  }

  .vote__title img {
    width: 700px;
  }

  .vote__sec__title {
    width: 100%;
    padding: 20px 0;
    margin-bottom: 130px;
    background-color: #fccf00;
  }

  .vote__sec__inner {
    width: 630px;
    margin: 0 auto;
  }

  .vote__sec__cover {
    position: absolute;
    width: 160px;
    top: 0;
    left: 0;
  }

  .vote__sec__last {
    width: 100%;
    padding: 10px 0 0;
    margin-bottom: 130px;
    text-align: center;
    background-color: #fccf00;
  }

  .vote__sec__inner__last {
    width: 700px;
    margin: 0 auto;
  }

  .vote__area {
    width: 90%;
    margin: 30px auto 0;
  }

  .vote__item {
    position: relative;
    width: 22%;
    margin-bottom: 70px;
    margin-right: 4%;
  }

  .vote__item:nth-child(3n) {
    margin-right: 4%;
  }

  .vote__item:nth-child(4n) {
    margin-right: 0;
  }

  .num {
    position: absolute;
    width: 80px;
    height: 80px;
    top: -24%;
    left: -10%;
    font-size: 28px;
    line-height: 80px;
  }

  .btn__area {
    width: 60%;
    margin: 0 auto;
  }

  .btn__item {
    position: relative;
    width: 48%;
  }

  .btn__top {
    margin-top: 10px;
  }

  .social {
    width:  60%;
    padding: 40px 0;
    margin: 0 auto;
  }

  .social ul li {
    display: inline-block;
    width: 8%;
    margin: 0 2% 0;
    vertical-align: middle;
  }

  .footer {
    width: 100%;
    padding: 40px 0;
    font-size: 14px;
  }

  .vote__header {
    padding: 15px 0;
  }

  .vote__header img {
    width: 26%;
  }

  .vote__outer {
    position: relative;
    width: 60%;
    margin: 0 auto;
    padding: 60px 0 80px;
  }


}

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

  .header {
    height: 560px;
    background-image:
      url(../img/pc_top.png),
      url(../img/pc_bg.jpg);
    background-size:
      auto 96%,
      1200px auto;
    background-position:
      bottom center,
      top center;
    background-repeat:
      no-repeat,
      repeat;
  }

  .sec__01 {
    width: 100%;
    background-image:
      url(../img/bg_black_right.png),
      url(../img/sec_bg_01.jpg);
    background-position:
      center right -1100px,
      top 20% left;
    background-size:
      1600px auto,
      70% auto;
  }

  .sec__02 {
    background-image:
      url(../img/bg_black_left.png),
      url(../img/sec_bg_02.jpg);
    background-position:
      center left -1100px,
      top 40% right;
    background-size:
      1600px auto,
      70% auto;
  }

  .sec__03 {
    width: 100%;
    background-image:
      url(../img/bg_black_right.png),
      url(../img/sec_bg_03.jpg);
    background-position:
      center right -1100px,
      top 40% left;
    background-size:
      1600px auto,
      70% auto;
  }

  .sec__04 {
    background-image:
      url(../img/bg_black_left.png),
      url(../img/sec_bg_04.jpg);
    background-position:
      center left -1100px,
      top 40% right;
    background-size:
      1600px auto,
      70% auto;
  }

  .sec__inner {
    position: relative;
    width: 1000px;
    margin: 0 auto;
    padding: 60px 0;
  }

  .sec__image__left {
    width: 640px;
  }

  .sec__image__right {
    width: 640px;
    margin-left: 340px;
  }

  .sec__inner p {
    width: 100%;
    margin-left: 0;
    font-size: 18px;
  }

  .margin-top {
    margin-top: 40px;
  }

  .margin-left {
    margin-left: 0;
  }

  .inner {
    width: 1000px;
    padding: 30px 0;
  }

  .btn__follow {
    width: 38%;
    bottom: 22%;
    left: 9%;
  }

  .character__right {
    position: absolute;
    width: 38%;
    top: -8%;
    right: -4%;
    z-index: 999;
  }

  .character__left {
    position: absolute;
    width: 38%;
    top: -5%;
    left: -5%;
    z-index: 999;
  }

  .character__04 {
    position: absolute;
    width: 38%;
    bottom: 0;
    left: -4%;
    z-index: 999;
  }

  .vote__title {
    width: 100%;
    padding: 40px 0;
    text-align: center;
    background-color: #c20813;
  }

  .vote__title img {
    width: 700px;
  }

  .vote__sec__title {
    width: 100%;
    padding: 20px 0;
    margin-bottom: 130px;
    background-color: #fccf00;
  }

  .vote__sec__inner {
    width: 630px;
    margin: 0 auto;
  }

  .vote__sec__cover {
    position: absolute;
    width: 160px;
    top: 0;
    left: 0;
  }

  .vote__sec__last {
    width: 100%;
    padding: 10px 0 0;
    margin-bottom: 130px;
    text-align: center;
    background-color: #fccf00;
  }

  .vote__sec__inner__last {
    width: 700px;
    margin: 0 auto;
  }

  .vote__area {
    width: 1000px;
    margin: 30px auto 0;
  }

  .vote__item {
    position: relative;
    width: 22%;
    margin-bottom: 70px;
    margin-right: 4%;
  }

  .vote__item:nth-child(3n) {
    margin-right: 4%;
  }

  .vote__item:nth-child(4n) {
    margin-right: 0;
  }

  .num {
    position: absolute;
    width: 80px;
    height: 80px;
    top: -24%;
    left: -10%;
    font-size: 28px;
    line-height: 80px;
  }

  .btn__area {
    width: 600px;
    margin: 0 auto;
  }

  .btn__item {
    position: relative;
    width: 48%;
  }

  .btn__top {
    margin-top: 10px;
  }

  .social {
    width: 600px;
    padding: 40px 0;
    margin: 0 auto;
  }

  .social ul li {
    display: inline-block;
    width: 8%;
    margin: 0 2% 0;
    vertical-align: middle;
  }

  .footer {
    width: 100%;
    padding: 60px 0;
    font-size: 14px;
  }

  /* 投票ページ */
  .vote__wrap {
    height: auto;
    min-height: 100vh;
  }

  .vote__bg {
    background-position:
      bottom -100px right 10%,
      bottom -100px left 10%;
    background-repeat:
      no-repeat,
      no-repeat;
    background-size:
      460px auto,
      460px auto;
    background-color: #fccf00;
  }

  .vote__header {
    padding: 15px 0;
  }

  .vote__header img {
    width: 200px;
  }

  .vote__outer {
    width: 1000px;
    padding: 40px 0 60px;
  }

  .vote__inner {
    width: 700px;
  }

  .vote__liner__top {
    margin: 20px 0 80px;
  }

  .vote__liner__bottom {
    margin: 80px 0 20px;
  }

  .vote__text {
    width: 100%;
    margin: 0 auto 40px;
  }

  .koma__image {
    width: 80%;
  }

  .koma__image__vote {
    margin-bottom: 40px;
  }

  .koma__image__thanks {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .vote__btn {
    width: 480px;
    height: 103px;
    margin: 40px auto;
  }

  .thanks__text {
    width: 550px;
    margin: 0 auto 40px;
  }

  .thanks__btn {
    width: 480px;
    height: 103px;
    margin: 30px auto;
  }

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

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

  a.btn_over img {
    -webkit-transition: -weblit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    -ms-transition: -ms-transform 0.3s;
    transition: transform 0.3s;
  }

  a.btn_over img:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
}
