@charset "UTF-8";

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  -webkit-text-size-adjust: none;
  max-height: 999999px;
}
body {line-height: 1;}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-size: 100%;
  font-weight: normal;
  overflow: hidden;
  line-height: 140%;
}
ol, ul {list-style: none;}

blockquote {quotes: none;}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}
del {text-decoration: line-through;}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

th{font-weight: normal;}

a img {border: none;}

a {
  text-decoration: none;
  outline: none;
}

img {
  vertical-align: bottom;
  image-rendering: -webkit-optimize-contrast;
}

.clearfix {width:100%; margin: 0;}
.clearfix:after{
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  }
     
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  }
  
  input{
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  outline:none;
  border-radius:0;
  }
  textarea{
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  outline:none;
  border-radius:0;
  resize:none;
  }

  button{
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  border:none;
  background:none;
  padding:0;
  outline:none;
  border-radius:0;
  }



/*------------------------------------
	Value
------------------------------------*/
.mtop0 { margin-top: 0!important; }
.mtop5 { margin-top: 5px; }
.mtop10 { margin-top: 10px; }
.mtop15 { margin-top: 15px; }
.mtop20 { margin-top: 20px; }
.mtop25 { margin-top: 25px; }
.mtop30 { margin-top: 30px; }
.mtop35 { margin-top: 35px; }
.mtop40 { margin-top: 40px; }
.mtop50 { margin-top: 50px; }
.mtop60 { margin-top: 60px; }
.mtop70 { margin-top: 70px; }
.mtop100 { margin-top: 100px; }


.mbtm0 { margin-bottom: 0; }
.mbtm5 { margin-bottom: 5px; }
.mbtm10 { margin-bottom: 10px; }
.mbtm15 { margin-bottom: 15px; }
.mbtm20 { margin-bottom: 20px; }
.mbtm25 { margin-bottom: 25px; }
.mbtm30 { margin-bottom: 30px; }
.mbtm35 { margin-bottom: 35px; }
.mbtm40 { margin-bottom: 40px; }
.mbtm50 { margin-bottom: 50px; }
.mbtm60 { margin-bottom: 60px; }
.mbtm70 { margin-bottom: 70px; }
.mbtm100 { margin-bottom: 100px; }

.mleft5 { margin-left: 5px; }
.mleft10 { margin-left: 10px; }
.mleft15 { margin-left: 15px; }
.mleft20 { margin-left: 20px; }

.mright5 { margin-right: 5px; }
.mright10 { margin-right: 10px; }
.mright15 { margin-right: 15px; }
.mright20 { margin-right: 20px; }

.mauto {margin: auto;}

.p10 { padding: 10px; }
.p20 { padding: 20px; }
.p30 { padding: 30px; }
.p40 { padding: 40px; }

.ptop10 { padding-top: 10px; }
.ptop15 { padding-top: 15px; }
.ptop30 { padding-top: 30px; }

.ptop50 { padding-top: 50px; }

.ptop100 { padding-top: 100px; }

.pbtm10 { padding-bottom: 10px; }
.pbtm30 { padding-bottom: 30px; }


.pleft5 { padding-left: 5px; }
.pleft10 { padding-left: 10px; }
.pleft15 { padding-left: 15px; }
.pleft20 { padding-left: 20px; }



.pright5 { padding-right: 5px; }
.pright10 { padding-lerightft: 10px; }
.pright15 { padding-right: 15px; }
.pright20 { padding-right: 20px; }



@media screen and (max-width: 1000px) {
  .mtop20 { margin-top: 2%; }
  .mtop25 { margin-top: 2.5%; }
  .mtop30 { margin-top: 3%; }
  .mtop40 { margin-top: 4%; }
  .mtop50 { margin-top: 5%; }
  .mtop60 { margin-top: 6%; }
  .mtop70 { margin-top: 7%; }  
  .mtop100 { margin-top: 10%; }

  .mbtm20 { margin-bottom: 2%; }
  .mbtm25 { margin-bottom: 2.5%; }
  .mbtm30 { margin-bottom: 3%; }
  .mbtm40 { margin-bottom: 4%; }
  .mbtm50 { margin-bottom: 5%; }
  .mbtm60 { margin-bottom: 6%; }
  .mbtm70 { margin-bottom: 7%; }
  .mbtm100 { margin-bottom: 10%; }
  
  .ptop50 { padding-top: 5%; }
  .ptop100 { padding-top: 10%; }
  
  .p40 { padding: 4%; }  
}

@media screen and (max-width: 750px) {
  .mtop20 { margin-top: 2.6%; }
  .mtop25 { margin-top: 3.3%; }
  .mtop30 { margin-top: 4%; }
  .mtop40 { margin-top: 5.3%; }
  .mtop50 { margin-top: 6.6%; }  

  .mbtm20 { margin-bottom: 2.6%; }
  .mbtm25 { margin-bottom: 3.3%; }
  .mbtm30 { margin-bottom: 4%; }
  .mbtm40 { margin-bottom: 5.3%; }
  .mbtm50 { margin-bottom: 6.6%; }
  
  .ptop50 { padding-top: 6.6%; }
  
  .p40 { padding: 5.3%; }    
}


@media screen and (max-width: 480px) {
  .mtop20 { margin-top: 2.6%; }
  .mtop25 { margin-top: 3.3%; }
  .mtop30 { margin-top: 4%; }
  .mtop40 { margin-top: 5.3%; }
  .mtop50 { margin-top: 30px; }  

  .mbtm20 { margin-bottom: 2.6%; }
  .mbtm25 { margin-bottom: 3.3%; }
  .mbtm30 { margin-bottom: 4%; }
  .mbtm40 { margin-bottom: 5.3%; }
  .mbtm50 { margin-bottom: 30px; }
  
  .ptop50 { padding-top: 30px; }
  
  .p40 { padding: 5.3%; }  
}

/*----------------------------------------
	basis
----------------------------------------*/
html {
  font-size: 62.5%; /*標準サイズ*/
  width: 100%;
  overflow-x: hidden;
}

@media screen and (max-width: 1080px) {
  html {
    font-size: 56.25%;/*9/16*/
  }
}

@media screen and (max-width: 750px) {
  html {
    font-size: 50%;/*8/16*/
  }
}

@media screen and (max-width: 480px) {
  html {
    font-size: 43.75%;/*7/16*/
  }
}


p {
  line-height: 180%;
}

a {
  transition : all 0.3s ease 0s;
}

a:hover {
	opacity: 0.7;
}

p a , table a , li a , 
.txt-link {
  color: #E50012;
  text-decoration: underline;
}

p a:hover , table a:hover , li a:hover ,
.txt-link:hover {
  text-decoration: none;
  opacity: 1;
}

.ofh { overflow: hidden; }
.center { text-align: center; }
.left { text-align: left; }
.right { text-align: right; }
.bold { font-weight: bold; }
.normal { font-weight: normal; }
.relative { position: relative; }

.w100per { max-width: 100%; }

.red { color: #ff0000; }

.bg-white {background-color: #fff}
.bg-gray {background: #f7f7f7; }


.opacity:hover { opacity: 0.7; }


.block { display: block;}
.inline-block { display: inline-block;}
.inline { display: inline;}


.a10 {
  padding-left :1em;
  text-indent: -1em;
  margin-top: 10px;
  font-size: 12px;
  color: #545454;
  line-height: 160%;  
}

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

.a10-list li {
  padding-left :1em;
  text-indent: -1em;
  font-size: 12px;
  color: #545454;
  line-height: 160%;  
}

.annotation {
  font-size: 12px;
  color: #545454;
  line-height: 160%;
}

.spbr {display: none;}
.pcbr {display: inline;}
.pc_inlineblock {display: inline-block;}
.sp_inlineblock {display: none;}

.basic_layout {
  width: 95%;
  margin: 0 auto;
  max-width: 1080px;
  position: relative;
}
main {
  position: relative;
}



@media screen and (max-width: 768px) {
  .spbr {display: inline;}
  .pcbr {display: none;}
  .pc_inlineblock {display: none;}
  .sp_inlineblock {display: inline-block;}

}
/*----------------------------------------
	インデント
----------------------------------------*/
.indent {
  padding-left :1em;
  text-indent: -1em;
}


.list-indent li {
  padding-left: 1em;
  text-indent: -1em;
}
/*----------------------------------------
	main
----------------------------------------*/
body {
  font-family:"Noto Sans JP", "Helvetica", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ","Meiryo", ＭＳ Ｐゴシック, MS PGothic, sans-serif;
  color: #333;
  font-size: 1.6rem;
  line-height: 180%;
  width: 100%;
  overflow-x: hidden;
}


.inner {
	max-width: 1200px;
  width: 92%;
	margin: auto;
}

@media screen and (max-width: 750px) {
  body {
    line-height: 160%;
    font-size: 14px;
  }
}

@media screen and (max-width: 480px) {
  body {
    line-height: 150%;
  }
}
/*----------------------------------------
	header
----------------------------------------*/

.header {
  background-image: url(../images/fv_bg.jpg);
  background-repeat: no-repeat;
    padding: 50px 0 200px;
  background-position: top center;
  background-color: #0a76bf;
  background-size: cover;
}
.fv_caption img {
    width: 90%;
    max-width: 630px;
}
.fv_title {
  text-align: center;
}
.fv_title {
  animation: scale .5s;
    margin-top: -1px;
}
.fv_title img {
  width: 80%;
    max-width: 569px;
}

@keyframes scale {
  0%   { transform: scale(20); }
  70%   { transform: scale(.5); }
  100%  { transform: scale(1); }
}
.summary_list {
  display: flex;
  justify-content: center;
  gap: 30px;
  padding-top: 30px;
  position: relative;
  opacity: 0;
  transform: translateY(20px);
  animation: TokutenfadeUp .8s ease forwards;
  animation-delay: .8s;
}
.summary_item {
    width: calc((88.7% - 30px) / 2);
}
.summary_item img {
    width: 100%;
}
@keyframes TokutenfadeUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


.vote_btn {
  position: absolute;
    bottom: 106%;
    right: -3%;
    width: 221px;
}
.vote_btn__link {
  display: inline-block;
  animation: pico2 2.2s ease-in-out infinite;
  will-change: transform;
}
.vote_btn__link:hover {
  opacity: 1;
}

@keyframes pico2 {
  0%   { transform: translateY(0); }
  6%   { transform: translateY(-5px); }
  12%  { transform: translateY(0); }
  20%  { transform: translateY(-5px); }
  26%  { transform: translateY(0); }
  100% { transform: translateY(0); }
}

/* くるっと回す本体（表裏） */
.vote_btn__inner {
  display: block;
  position: relative;
  perspective: 800px;
  transform-style: preserve-3d;
  transition: transform 0.5s ease;
}

.vote_btn__img {
  display: block;
  width: 100%;
  backface-visibility: hidden;
}

.vote_btn__img--back {
  position: absolute;
  inset: 0;
  transform: rotateY(180deg);
}

/* ホバー時：ピコピコ停止＋回転して画像切替 */
.vote_btn__link:hover {
  animation-play-state: paused;
}

.vote_btn__link:hover .vote_btn__inner {
  transform: rotateY(180deg);
}

.vote_btn__link.shukei {
	animation: none;
	pointer-events: none;
}
.vote_btn__link.shukei:hover .vote_btn__inner {
  transform: none;
}
.shukei_label {
	position: absolute;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 18px 23px;
    text-align: center;
    top: 50%;
    left: 6%;
    transform: rotate(350deg);
}



@media screen and (max-width: 1200px) {
  .vote_btn {
      right: 0;
      width: 180px;
      bottom: 93%;
    }
	.shukei_label {
	    font-size: 24px;
	}
}


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

  .header {
    padding: 7vw 0 20vw;
    background-size: 220vw;
  }

  .summary_list {
    flex-direction: column;
    align-items: center;
    gap: 3.5vw;
  }
  .summary_item {
    width: 90%;
    max-width: 600px;
  }
  .vote_btn {
    bottom: 74%;
    width: 23.2vw;
  }
	
	.shukei_label {
        font-size: 3vw;
        padding: 2.4vw 3vw;
        top: 14vw;
    }

}



/*----------------------------------------
	entry-badges
----------------------------------------*/

.entry-badges{
  background-color: #0a76bf;
  background-image: url(../images/bg_pattern_dot.png);
  background-size: 7px;

}
.entry-badges__header {
    text-align: center;
    padding-top: 1px;
    margin-bottom: 60px;
}
.entry-badges__title {
    width: 100%;
    max-width: 830px;
    margin: -99px auto 20px;
}

:root{
  --anchor-offset: 99px;
}

@media (max-width: 860px){
  :root{
    --anchor-offset: 99px;
  }
}

@media (max-width: 670px){
  :root{
    --anchor-offset: 75px;
  }
}

@media (max-width: 480px){
  :root{
    --anchor-offset: 50px;
  }
}

.entry-badges__title img {
  width: 100%;
}
.entry-badges__lead {
  width: 100%;
  max-width: 687px;
  margin: 0 auto;
}
.entry-badges__lead  img {
  width: 100%;
}
.entry-badges__note {
    margin: 0 auto 20px;
    width: 100%;
    max-width: 733px;
}
.entry-badges__note img {
  width: 100%;
}
.entry-badges__deadline {
    color: #fff;
    background-color: #00235b;
    padding: 13px;
    border-radius: 30px;
    width: 100%;
    max-width: 614px;
    margin: 0 auto;
    font-size: 21px;
}
.entry-badges__deadline-label,
.entry-badges__deadline-date {
    font-size: 26px;
}
.entry-badges__deadline-label {
    display: inline-block;
    margin-right: 20px;
}
.entry-badges__deadline-date {
    display: inline-block;
    margin-left: 3px;
}
.entry-badges__list-wrap {
    padding-bottom: 100px;
}
.entry-badges__list {
    display: flex;
    gap: 40px 3.8%;
    flex-wrap: wrap;
    padding-bottom: 100px;
}
.entry-badge-card {
    width: 30.8%;
    padding: 40px 30px;
    border-radius: 20px;
    background-color: #fff;
    text-align: center;
    box-shadow: 0px 0px 30px rgba(8, 94, 151, 0.5);
}
.entry-badge-card__media {
    margin-bottom: 20px;
    transition: all 0.4s ease;
}
.entry-badge-card__media:hover {
    opacity: 0.7;
}
.entry-badge-card__media img {
  width: 100%;
}
.entry-badge-card__no {
    display: block;
    padding-bottom: 5px;
    border-bottom: 1px solid #092a60;
    color: #092a60;
    font-size: 20px;
}
.entry-badge-card__name {
    font-size: 26px;
    font-weight: bold;
    padding: 8px 0 0;
    margin-bottom: 20px;
    color: #092a60;
}
.entry-badge-card__btn {
    display: block;
    color: #fff;
    background-color: #d60000;
    text-decoration: none;
    border-radius: 30px;
    padding: 14px 0;
    font-size: 24px;
    font-weight: bold;
}


@media screen and (max-width: 1000px) {
  
  .entry-badges__list-wrap {
    padding-bottom: clamp(50px, calc(16.6vw - 66.6px), 100px);
  }
  .entry-badges__list {
    display: flex;
    gap: 20px 3.8%;
    padding-bottom: clamp(50px, calc(16.6vw - 66.6px), 100px);
  }
  .entry-badge-card {
    width: 48.1%;
    padding: 6% 3.5%;
  }


}

@media screen and (max-width: 860px) {
  
.entry-badges{
  background-size: 4px;
}
  .entry-badges__header {
    margin-bottom: 36px;
  }
  .entry-badges__title {
    margin-top: -11vw;
  }
  .entry-badges__deadline {
    font-size: clamp(12px, calc(1.739vw + 5.043px), 20px);
    padding: 7px 0;
  }
  .entry-badges__deadline-label,
  .entry-badges__deadline-date {
    font-size: clamp(15px, calc(2.391vw + 4.435px), 26px);
  }
  .entry-badges__deadline-label {
    margin-right: 10px;
}
  
.entry-badge-card {
  border-radius: 10px;
}
.entry-badge-card__no {
    font-size: clamp(12px, calc(1.739vw + 5.043px), 20px);
}
.entry-badge-card__name {
    margin-bottom: clamp(12px, calc(1.739vw + 5.043px), 20px);
	font-size: clamp(13px, 3.4vw, 26px);
}
.entry-badge-card__btn {
    font-size: clamp(11px, calc(2.826vw - 0.304px), 24px);
    padding: clamp(5px, calc(1.957vw - 2.817px), 14px) 0;
  }

}


/*----------------------------------------
	vote-notes
----------------------------------------*/

.vote-notes {
    color: #fff;
    background-color: #0a76bf;
    padding: 25px 30px 30px 30px;
    border-radius: 20px;
}
.vote-notes__heading {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  position: relative;
  margin-bottom: 20px;
}
.vote-notes__heading::before,
.vote-notes__heading::after {
  content: "";
  display: block;
  position: absolute;
  width: calc(50% - 85px);
  height: 2px;
  background-color: #fff;
  top: 0;
  bottom: 0;
  margin: auto;
}
.vote-notes__heading::before {
  left: 0;
}

.vote-notes__heading::after {
  right: 0;
}
.vote-notes__item {
    padding-left: 1em;
    text-indent: -1em;
    font-size: 18px;
}
.vote-notes__link {
    color: #fff;
}


@media screen and (max-width: 860px) {
  .vote-notes {
    padding: 20px;
    border-radius: 10px;
  }
  .vote-notes__heading {
    font-size: 22px;
    margin-bottom: 13px;
  }
  .vote-notes__heading::before, .vote-notes__heading::after {
    width: calc(50% - 60px);
  }
  .vote-notes__item {
      font-size: 16px;
  }
}

@media screen and (max-width: 480px) {
  
  .vote-notes__item {
      font-size: 14px;
  }
}





/*----------------------------------------
	footer
----------------------------------------*/

.footer {
  background-color: #fff;
  padding: 60px 0 10px;
}
.footer img {
  width: 90%;
  max-width: 250px;
}
.footer p {
  padding-top: 40px;
  font-size: 13px;
}


@media screen and (max-width: 860px) {
  .footer {
    padding-top: 25px;
  }
  .footer img {
      max-width: 150px;
  }
  .footer p {
    font-size: 10px;
    padding: 20px 0 0;
  }
}

/*----------------------------------------
	toTop
----------------------------------------*/


#page_top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 10;
}
#page_top a {
    position: relative;
    display: block;
    text-decoration: none;
}
#page_top img {
    width: 120px;
}

#page_top a:hover {
  opacity: 1;
}

/* .hvr-wobble-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-wobble-vertical:hover, .hvr-wobble-vertical:focus, .hvr-wobble-vertical:active {
  -webkit-animation-name: hvr-wobble-vertical;
  animation-name: hvr-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

@keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
} */

.hvr-wobble-vertical{
  display: inline-block;
}

.hvr-wobble-vertical:hover{
  animation: wobble-vertical 0.6s ease-out;
}

@keyframes wobble-vertical{
  20%{ transform: translateY(6px); }
  40%{ transform: translateY(-4px); }
  60%{ transform: translateY(3px); }
  80%{ transform: translateY(-2px); }
  100%{ transform: translateY(0); }
}


@media screen and (max-width: 860px) {
  #page_top {
    right: 15px;
    bottom: 15px;
}
#page_top img {
    width: 75px;
}

}



/*----------------------------------------
	modal
----------------------------------------*/

  .modal-overlay {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.5);
      z-index: 1000;
      align-items: center;
      justify-content: center;
      padding: 20px;
  }

  .modal-overlay.active {
      display: flex;
  }

  .modal {
    background: #fff;
    border-radius: 12px;
    padding: 90px 60px;
    max-width: 1200px;
    width: 100%;
    max-height: 90vh;
    /* overflow-y: auto; */
    position: relative;
  }


  .modal-title {
      font-size: 35px;
    color: #0674be;
    padding-bottom: 10px;
    border-bottom: 2px solid #0674be;
    margin-bottom: 30px;
  }

  #modalTitle_sp.modal-title {
    display: none;
  }
  .modal-close {
      position: absolute;
    top: 30px;
    right: 30px;
    background: none;
    border: none;
    font-size: 42px;
    color: #0a76bf;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .modal-close:hover {
      color: #333;
  }

  .modal-body {
    display: flex;
    justify-content: space-between;
    max-width: 980px;
    margin: auto;
  }

.character-image {
    width: 40%;
}
.character-image img {
    width: 100%;
}
.modal-txt_wrap {
  width: 52%;
  /* position: relative; */
}
.character-description {
    font-size: 16px;
    line-height: 1.5;
}

.form-label {
  display: block;
  color: #0c73bd;
  padding-bottom: 10px;
  margin-top: 30px;
  font-weight: bold;
}

.message-input {
    width: 100%;
    border: 1px solid #cccccc;
    border-radius: 10px;
    min-height: 100px;
    padding: 10px 12px;
    margin-bottom: 60px;
}

.vote-button {
  display: block;
  color: #fff;
  background-color: #d60000;
  text-decoration: none;
  border-radius: 30px;
  padding: 13px 0;
  font-size: 24px;
  font-weight: bold;
  width: 100%;
  max-width: 306px;
  margin: 0 auto;
  cursor: pointer;
}

.vote-button.is-voted {
  background-color: gray;
  font-size: 14px;
  min-height: 60px;
  cursor: default;
}
.vote-button:hover,
.entry-badge-card__btn:hover{
  animation: pico-once 0.4s ease-out;
}
.vote-button:disabled:hover,
.vote-button.is-voted:hover{
  animation: none;
}
@keyframes pico-once {
  0%   { transform: translateY(0); }
  25%  { transform: translateY(-6px); }
  50%  { transform: translateY(0); }
  75%  { transform: translateY(-3px); }
  100% { transform: translateY(0); }
}




@media screen and (max-width: 860px) {
  .modal-overlay {
    padding: 12px;
  }
  .modal {
    max-width: 600px;
    padding: 25px 20px 90px;
  }
  .modal-close {
    font-size: 30px;
    top: 15px;
    right: 20px;
  }
  
  .modal-body {
    display: block;
    overflow-y: auto;
    max-height: 70vh;
  }
  
  .vote-button-wrap {
    position: absolute;
    bottom: 22px;
    width: 100%;
    left: 0;
}
    
  #modalTitle_sp.modal-title {
    display: block;
  }
  #modalTitle_pc.modal-title {
    display: none;
  }
  .modal-title {
    width: 100%;
    text-align: center;
    font-size: 22px;
    margin-bottom: 20px;
  }
  .character-image {
      width: 60%;
      margin: 0 auto 20px;
  }
  .modal-txt_wrap {
      width: 100%;
  }
  .form-label {
    margin-top: 16px;
    padding-bottom: 8px;
  }
.message-input {
    border-radius: 5px;
    padding: 8px 10px;
    margin-bottom: 0;
	font-size: 14px;
  }
  
.vote-button {
    font-size: 20px;
    padding: 10px 0;
    width: 88%;
  }
  .vote-button.is-voted {
    min-height: 50px;
    width: 100%;
  }

}















/*----------------------------------------
	complete 投票完了
----------------------------------------*/

.complete_bg {
  background-color: #0a76bf;
  background-image: url(../images/bg_pattern_dot.png);
  background-size: 7px;
    padding-top: 180px;
}

.vote-complete__wrap {
    background: #ffffff;
    border: 4px solid #ffffff;
    outline: 3px solid #ba9200;
    outline-offset: -8px;
    border-radius: 3px;
}
.vote-complete{}
.vote-complete__title {
    position: relative;
    width: 90%;
    max-width: 624px;
    margin: -96px auto 40px;
}
.vote-complete__title img {
  width: 100%;
}
.vote-complete__lead {
    width: 69%;
  max-width: 445px;
  margin: 0 auto 20px;
}
.vote-complete__lead img {
  width: 100%;
}
.vote-complete__characters {
  width: 90%;
  max-width: 692px;
  margin: 0 auto 30px;
}
.vote-complete__characters img {
  width: 100%;
}
.share-present {
    width: 94%;
    margin: 90px auto 50px;
    background-color: #fffbef;
    border-radius: 20px;
    padding-top: 1px;
}
.share-present__title{
    width: 78%;
  max-width: 533px;
  margin: -67px auto 0;
}
.share-present__title img {
  width: 100%;
}
.share-present__caption {
  width: 90%;
  max-width: 614px;
  margin: 0 auto 30px;
}
.share-present__caption img {
  width: 100%;
}
.share-present__text {
    color: #00235d;
    font-weight: bold;
    margin-bottom: 40px;
    font-size: 22px;
}
.share-present__text span {
  color: #e65386;
}
.share-present__action-label {
    display: block;color: #00235d;
    font-weight: bold;
    margin-bottom: 25px;
    font-size: 24px;
}
.share-present__share-btn {
    display: block;
    width: 90%;
    max-width: 348px;
    margin: 0 auto;
    padding-bottom: 55px;
    position: relative;
    overflow: hidden;
}
.share-present__share-btn::before {
  position: absolute;
  content: "";
  top: 0;
  left: -120%;
  width: 100%;
  height: 100%;
  transform: skewX(-30deg);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
}

.share-present__share-btn:hover:before {
  animation: shine .8s;
}
@keyframes shine {
  100% {
    left: 100%;
  }
}

.share-present__share-btn:hover {
  opacity: 1;
}
.share-present__share-btn img {
  width: 100%;
}
.vote__back {
    margin: 80px 0 100px;
}
.vote__back-link {
    background-color: #fff;
    color: #00114e;
    padding: 11px 50px;
    border-radius: 30px;
    border: 2px solid #00114e;
    font-size: 24px;
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 306px;
    transition: all 0.2s ease;
}
.vote__back-link::after {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    border-left: 1px solid #00104d;
    border-bottom: 1px solid #00104d;
    transform: rotate(45deg);
    top: 0;
    left: 27px;
    bottom: 0;
    margin: auto;
    transition: all 0.2s ease;
}
.vote__back-link:hover {
  opacity: 1;
}
.vote__back-link:hover:after {
  left: 22px;
}



@media screen and (max-width: 860px) {
  .complete_bg {
    padding-top: 22vw;
        background-size: 4px;
  }
  .vote-complete__wrap {
    outline: 2px solid #ba9200;
    outline-offset: -4px;
  }
  .vote-complete__title {
    margin: -11vw auto 20px;
  }
  .share-present {
    border-radius: 10px;
    margin: 13vw auto 19px;
  }
  .share-present__title {
        margin: -8.4vw auto 1vw;
  }
  .share-present__caption {
    margin: 0 auto 20px;
}
  .share-present__text {
    font-size: 16px;
  }
  .share-present__action-label {
    font-size: 19px;
    margin-bottom: 18px;
}
.share-present__share-btn {
    padding-bottom: 40px;
}
.vote__back {
    margin: 38px 0 50px;
}
.vote__back-link {
    font-size: 19px;
    max-width: 245px;
    padding: 12.6px;
}

}
























































































































