@charset "UTF-8";
/*=============================================================
 01_base
=============================================================*/
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
dt,
dd {
  padding: 0;
  margin: 0;
}

ol,
ul {
  list-style-type: none;
}

/*-----------------------------------------------
 root
-----------------------------------------------*/
html {
  overflow-y: scroll;
}

body {
  overflow: hidden;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
}

/*-----------------------------------------------
 font
-----------------------------------------------*/
html {
  overflow-x: hidden;
  font-size: medium;
}

body {
  font-size: 62.5%;
  /* 16px -> 10px */
}

div {
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

dt,
dd,
li,
caption,
th,
td,
input,
button,
textarea,
select,
h1,
h2,
h3,
h4,
h5,
h6,
address {
  line-height: 0;
  font-size: 140%;
  margin: 0;
  padding: 0;
}

p {
  line-height: 1.5;
  font-size: 140%;
  margin: 0;
  padding: 0;
}

h1 *,
h2 *,
h3 *,
h4 *,
h5 *,
h6 *,
p input,
p button,
p select,
li h1,
li h2,
li h3,
li h4,
li h5,
li h6,
li p,
li dt,
li dd,
li li,
li th,
li td,
li input,
li button,
li textarea,
li select,
dd h1,
dd h2,
dd h3,
dd h4,
dd h5,
dd h6,
dd p,
dd dt,
dd dd,
dd li,
dd th,
dd td,
dd input,
dd button,
dd textarea,
dd select,
tr h1,
tr h2,
tr h3,
tr h4,
tr h5,
tr h6,
tr p,
tr dt,
tr dd,
tr li,
tr input,
tr button,
tr textarea,
tr select {
  font-size: 100%;
}

input,
button,
select,
option,
textarea {
  font-size: 14px;
}

figure {
  margin: 0;
}

a,
a:link,
a:visited {
  color: #1d99c1;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

section {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*-----------------------------------------------
 cf 
-----------------------------------------------*/
.clearfix {
  min-height: 1px;
}
.clearfix::after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

* html .clearfix {
  height: 1px;
  /*¥*/
  /*/
  height: auto;
  overflow: hidden;
  /**/
}

@media only screen and (max-width: 768px) {
  br.pc {
    display: none;
  }
}
br.sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  br.sp {
    display: block;
  }
}

/*-----------------------------------------------
 hover
-----------------------------------------------*/
.hover :hover {
  opacity: 0.8;
  animation: btn 0.5s;
  -webkit-animation: btn 0.5s;
  -moz-animation: btn 0.5s;
}

@keyframes btn {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.8;
  }
}
@-webkit-keyframes btn {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.8;
  }
}
#content .inner {
  position: relative;
  width: 1000px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #content .inner {
    width: 93.75vw;
  }
}
#content #pagetop {
  position: absolute;
  left: 50%;
  bottom: -70px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 151px;
}

#nominate {
  position: relative;
  padding: 35px 0 54px;
  background: url("../img/top/bg_sec-pc.png") repeat-y top #fee2e8;
}
@media only screen and (max-width: 768px) {
  #nominate {
    padding: 3.90625vw 0 14.84375vw;
    background: url("../img/top/bg_sec-sp.png") repeat-y top #fee2e8;
  }
}
#nominate::after {
  content: "";
  position: absolute;
  bottom: -56px;
  left: 0;
  width: 100%;
  height: 56px;
  background: url("../img/nominate/bg_bottom.png") no-repeat top center;
  background-size: contain;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  #nominate::after {
    bottom: -5.625vw;
    left: 0;
    height: 5.625vw;
    background: url("../img/nominate/bg_bottom-sp.png") no-repeat top center;
    background-size: contain;
  }
}
@media only screen and (max-width: 768px) {
  #nominate img {
    width: 100%;
  }
}
#nominate .btn-vote {
  position: fixed;
  bottom: 40px;
  right: 30px;
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  #nominate .btn-vote {
    top: inherit;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  #nominate .btn-vote .pc {
    display: none;
  }
}
#nominate .btn-vote .sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  #nominate .btn-vote .sp {
    display: block;
  }
}
#nominate .btn-vote img {
  width: 172px;
  height: 172px;
}
@media only screen and (max-width: 768px) {
  #nominate .btn-vote img {
    width: 100%;
    height: 100%;
  }
}
#nominate .btn-vote-sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  #nominate .btn-vote-sp {
    display: block;
    position: fixed;
    z-index: 10;
    top: inherit;
    bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  #nominate .btn-vote-sp img {
    width: 100%;
  }
}
#nominate h1 {
  margin-bottom: 30px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #nominate h1 {
    margin-bottom: 3.90625vw;
  }
}
#nominate p {
  text-align: center;
}
#nominate p.text {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 42px;
}
@media only screen and (max-width: 768px) {
  #nominate p.text {
    font-size: 27px;
    font-size: 4.21875vw;
    margin-bottom: 9.6875vw;
    line-height: 1.3;
  }
}
#nominate .pickup {
  position: relative;
  width: 980px;
  border: 10px solid #fff;
  background-color: #fec3d0;
  padding: 32px 0;
  margin: 0 auto 28px;
}
@media only screen and (max-width: 768px) {
  #nominate .pickup {
    border-left: none;
    border-right: none;
    width: 100%;
    padding: 5vw 0;
    margin-bottom: 4.375vw;
  }
}
#nominate .pickup .txt {
  position: absolute;
  top: -32px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (max-width: 768px) {
  #nominate .pickup .txt {
    width: 36.71875vw;
    top: -5vw;
  }
}
#nominate .pickup ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 865px;
  min-height: 216px;
  max-height: 230;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 5px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  #nominate .pickup ul {
    width: 93.75vw;
    min-height: 40.3125vw;
    max-height: 43.75vw;
    margin-bottom: 0.78125vw;
  }
}
#nominate .pickup ul li {
  width: 150px;
}
@media only screen and (max-width: 768px) {
  #nominate .pickup ul li {
    width: 28.4375vw;
  }
}
#nominate .pickup ul li .cover img {
  border: 1px solid #000;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#nominate .pickup ul li:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)):not(:nth-child(4)):not(:nth-child(5)) {
  display: none;
}
@media only screen and (max-width: 768px) {
  #nominate .pickup ul li:nth-child(4), #nominate .pickup ul li:nth-child(5) {
    display: none;
  }
}
#nominate .select {
  margin-bottom: 56px;
}
@media only screen and (max-width: 768px) {
  #nominate .select {
    margin-bottom: 3.125vw;
  }
}
#nominate .select p {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  background-color: #000;
  text-align: center;
  padding: 6px 0 5px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  #nominate .select p {
    font-size: 27px;
    font-size: 4.21875vw;
    margin-bottom: 6.25vw;
    padding: 0.9375vw 0 0.78125vw;
  }
}
#nominate .select ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  #nominate .select ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#nominate .select ul li {
  position: relative;
  width: 82px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #nominate .select ul li {
    font-size: 32px;
    font-size: 5vw;
    width: 19.6875vw;
    margin-bottom: 4.6875vw;
  }
}
#nominate .select ul li:not(:last-child) {
  padding-right: 18px;
}
@media only screen and (max-width: 768px) {
  #nominate .select ul li:not(:last-child) {
    padding-right: 2.8125vw;
  }
}
#nominate .select ul li:not(:last-child)::after {
  content: "／";
  position: absolute;
  top: 0;
  right: 0;
  font-weight: lighter;
}
@media only screen and (max-width: 768px) {
  #nominate .select ul li:not(:last-child)::after {
    right: -1.5625vw;
  }
}
@media only screen and (max-width: 768px) {
  #nominate .select ul li:nth-of-type(4n)::after {
    display: none;
  }
}
#nominate .select ul li a {
  display: block;
  color: #000;
  text-decoration: none;
}
#nominate .block {
  margin-bottom: 66px;
}
@media only screen and (max-width: 768px) {
  #nominate .block {
    margin-bottom: 9.0625vw;
  }
}
#nominate .block h3 {
  position: relative;
  font-size: 24px;
  line-height: 1;
  font-weight: 800;
  font-family: "M PLUS 1p", sans-serif;
  margin-bottom: 26px;
}
@media only screen and (max-width: 768px) {
  #nominate .block h3 {
    font-size: 32px;
    font-size: 5vw;
    margin-bottom: 3.125vw;
  }
}
#nominate .block h3 span {
  font-size: 34px;
}
@media only screen and (max-width: 768px) {
  #nominate .block h3 span {
    font-size: 45px;
    font-size: 7.03125vw;
  }
}
#nominate .block h3::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 5px;
  right: 0;
  width: 928px;
  height: 4px;
  background: url("../img/nominate/bg_dot.png") repeat-x bottom left;
}
@media only screen and (max-width: 768px) {
  #nominate .block h3::after {
    width: 79.6875vw;
    height: 0.625vw;
    bottom: 0.78125vw;
  }
}
#nominate .block .list {
  padding: 36px 0 0;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  #nominate .block .list {
    padding: 4.6875vw 0 0;
  }
}
#nominate .block .list > ul {
  width: 950px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  #nominate .block .list > ul {
    width: 87.5vw;
  }
}
#nominate .block .list > ul > li {
  position: relative;
  width: 150px;
  padding: 10px 10px 110px;
  margin: 0 10px 40px;
  background-color: #f3f3f3;
  border-radius: 5px;
}
@media only screen and (max-width: 768px) {
  #nominate .block .list > ul > li {
    width: 35.9375vw;
    padding: 2.34375vw 2.34375vw 28.75vw;
    margin: 0 1.5625vw 8.125vw;
  }
}
#nominate .block .list > ul > li .cover {
  border: 1px solid #ddd;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  #nominate .block .list > ul > li .cover {
    margin-bottom: 1.5625vw;
  }
}
#nominate .block .list > ul > li .cover img {
  width: 100%;
  -webkit-backface-visibility: hidden;
}
#nominate .block .list > ul > li .type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 16px;
  background-color: #fff;
  margin-bottom: 5px;
}
@media only screen and (max-width: 768px) {
  #nominate .block .list > ul > li .type {
    margin-bottom: 0.78125vw;
    height: 4.0625vw;
  }
}
#nominate .block .list > ul > li .type span {
  position: relative;
  width: 96px;
  font-size: 10px;
  line-height: 1.6;
  color: #fff;
  text-align: center;
  font-weight: bold;
  background-color: #000;
}
@media only screen and (max-width: 768px) {
  #nominate .block .list > ul > li .type span {
    width: 22.8125vw;
    line-height: 1.8;
    font-size: 14px;
    font-size: 2.1875vw;
  }
}
#nominate .block .list > ul > li .type span::after {
  content: "";
  position: absolute;
  top: 0;
  right: -7px;
  width: 7px;
  height: 100%;
  background-color: #000;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media only screen and (max-width: 768px) {
  #nominate .block .list > ul > li .type span::after {
    width: 1.09375vw;
    right: -1.09375vw;
  }
}
#nominate .block .list > ul > li .type p {
  width: 56px;
  font-size: 10px;
  padding-left: 4px;
  text-align: center;
  color: #fff;
  line-height: 1.5;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  #nominate .block .list > ul > li .type p {
    width: 13.125vw;
    line-height: 1.8;
    font-size: 14px;
    font-size: 2.1875vw;
    padding-left: 0.625vw;
  }
}
#nominate .block .list > ul > li .type.type1 {
  background-color: #00afd5;
}
#nominate .block .list > ul > li .type.type2 {
  background-color: #e8437e;
}
#nominate .block .list > ul > li p {
  text-align: left;
  line-height: 1.3;
}
#nominate .block .list > ul > li p.title {
  font-size: 18px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  #nominate .block .list > ul > li p.title {
    font-size: 28px;
    font-size: 4.375vw;
  }
}
#nominate .block .list > ul > li p.title span {
  font-size: 16px;
  margin-left: 1em;
}
@media only screen and (max-width: 768px) {
  #nominate .block .list > ul > li p.title span {
    font-size: 24px;
    font-size: 3.75vw;
  }
}
#nominate .block .list > ul > li p.author {
  font-size: 14px;
  margin-bottom: 16px;
  color: #666666;
  word-break: break-all;
}
@media only screen and (max-width: 768px) {
  #nominate .block .list > ul > li p.author {
    font-size: 20px;
    font-size: 3.125vw;
    margin-bottom: 2.8125vw;
  }
}
#nominate .block .list > ul > li p.catch {
  position: relative;
  font-size: 12px;
  padding: 10px;
  background-color: #fff;
  margin-bottom: 18px;
}
@media only screen and (max-width: 768px) {
  #nominate .block .list > ul > li p.catch {
    font-size: 18px;
    font-size: 2.8125vw;
    margin-bottom: 4.375vw;
    padding: 2.34375vw;
  }
}
#nominate .block .list > ul > li p.catch::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 8px solid #fff;
  position: absolute;
  top: -8px;
  left: 20px;
}
@media only screen and (max-width: 768px) {
  #nominate .block .list > ul > li p.catch::before {
    border-left: 1.25vw solid transparent;
    border-right: 1.25vw solid transparent;
    border-bottom: 1.875vw solid #fff;
    top: -1.875vw;
    left: 3.125vw;
  }
}
#nominate .block .list > ul > li .btns {
  position: absolute;
  bottom: 10px;
  left: 10px;
}
@media only screen and (max-width: 768px) {
  #nominate .block .list > ul > li .btns {
    width: 100%;
    bottom: 1.5625vw;
    left: 2.34375vw;
  }
}
#nominate .block .list > ul > li .btns li {
  position: relative;
  width: 150px;
  height: 45px;
}
@media only screen and (max-width: 768px) {
  #nominate .block .list > ul > li .btns li {
    width: 36.09375vw;
    height: 12.96875vw;
  }
}
#nominate .block .list > ul > li .btns li:first-child {
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  #nominate .block .list > ul > li .btns li:first-child {
    margin-bottom: 1.875vw;
  }
}
#nominate .block .list > ul > li .btns li a {
  position: absolute;
  bottom: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 768px) {
  #nominate .block .list > ul > li .btns li a {
    bottom: 0.78125vw;
  }
}
#nominate .block .list > ul > li .btns li a:hover {
  bottom: 0;
}
#nominate .block .list > ul > li .btns li::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/global/bg_btn.png") repeat top center;
}
#pagetop {
  position: absolute;
  bottom: -55px;
  right: -58px;
}
@media only screen and (max-width: 768px) {
  #pagetop {
    bottom: -24.21875vw;
    right: -4.375vw;
    z-index: 2;
  }
}

#modal-block {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 999;
  overflow-y: scroll;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.25s ease, visibility 0.25s ease;
  transition: opacity 0.25s ease, visibility 0.25s ease;
  will-change: opacity, transform;
}
#modal-block.is-active {
  opacity: 1;
  visibility: visible;
}
#modal-block .close-area {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#modal-block .close {
  font-size: 50px;
  font-weight: bold;
  color: #000;
  position: absolute;
  top: -5%;
  right: -5%;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  #modal-block .close {
    font-size: 8vw;
    right: 0;
  }
}
#modal-block .close::before {
  content: "×";
}
#modal-block .modal {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.25s ease, visibility 0.25s ease;
  transition: opacity 0.25s ease, visibility 0.25s ease;
  will-change: opacity, transform;
}
#modal-block .modal.is-active {
  opacity: 1;
  visibility: visible;
}
@media only screen and (max-width: 768px) {
  #modal-block .modal {
    margin: 23.4375vw 0;
    padding-bottom: 15.625vw;
  }
}
#modal-block .modal .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1000px;
  margin: 0 auto;
  padding: 35px;
  background-color: #fff;
  border: 5px solid #ddd;
}
@media only screen and (max-width: 768px) {
  #modal-block .modal .inner {
    display: block;
    width: 93.75vw;
    padding: 3.90625vw 4.6875vw 6.875vw;
  }
}
#modal-block .modal .cover {
  width: 288px;
  border: 1px solid #ddd;
}
@media only screen and (max-width: 768px) {
  #modal-block .modal .cover {
    width: 62.5vw;
    margin: 0 auto 3.125vw;
  }
}
#modal-block .modal .cover img {
  width: 100%;
}
#modal-block .modal .info {
  width: 610px;
}
@media only screen and (max-width: 768px) {
  #modal-block .modal .info {
    width: auto;
  }
}
#modal-block .modal .info p {
  text-align: left;
  line-height: 1.3;
}
#modal-block .modal .info p.title {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 5px;
}
@media only screen and (max-width: 768px) {
  #modal-block .modal .info p.title {
    font-size: 32px;
    font-size: 5vw;
    margin-bottom: 1.25vw;
  }
}
#modal-block .modal .info p.title span {
  font-size: 26px;
  margin-left: 1em;
}
@media only screen and (max-width: 768px) {
  #modal-block .modal .info p.title span {
    font-size: 28px;
    font-size: 4.375vw;
  }
}
#modal-block .modal .info p.catch {
  font-size: 22px;
  color: #fd3c64;
  margin-bottom: 15px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  #modal-block .modal .info p.catch {
    font-size: 24px;
    font-size: 3.75vw;
    margin-bottom: 1.25vw;
  }
}
#modal-block .modal .info p.author {
  font-size: 16px;
  margin-bottom: 12px;
}
@media only screen and (max-width: 768px) {
  #modal-block .modal .info p.author {
    font-size: 18px;
    font-size: 2.8125vw;
    margin-bottom: 1.875vw;
  }
}
#modal-block .modal .info dl {
  font-size: 0;
  margin-bottom: 25px;
}
@media only screen and (max-width: 768px) {
  #modal-block .modal .info dl {
    margin-bottom: 4.6875vw;
  }
}
#modal-block .modal .info dl dt {
  display: inline-block;
  width: 128px;
  font-size: 16px;
  background-color: #e6e4e5;
  text-align: center;
  line-height: 1.6;
  margin-right: 3px;
  margin-bottom: 4px;
}
@media only screen and (max-width: 768px) {
  #modal-block .modal .info dl dt {
    width: 25%;
    font-size: 18px;
    font-size: 2.8125vw;
    margin-right: 0.8%;
    margin-bottom: 0.625vw;
  }
}
#modal-block .modal .info dl dd {
  display: inline-block;
  width: 454px;
  font-size: 16px;
  line-height: 1.6;
  background-color: #e6e4e5;
  padding-left: 10px;
  margin-bottom: 4px;
}
@media only screen and (max-width: 768px) {
  #modal-block .modal .info dl dd {
    width: 71%;
    font-size: 18px;
    font-size: 2.8125vw;
    padding-left: 2.5%;
    margin-bottom: 0.625vw;
  }
}
#modal-block .modal .info .link p {
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  background-color: #000;
  padding: 5px 10px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  #modal-block .modal .info .link p {
    font-size: 24px;
    font-size: 3.75vw;
    padding: 1.25vw 1.875vw;
    margin-bottom: 3.125vw;
  }
}
#modal-block .modal .info .link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 5px;
}
@media only screen and (max-width: 768px) {
  #modal-block .modal .info .link ul {
    display: block;
  }
}
#modal-block .modal .info .link ul li {
  position: relative;
  width: 200px;
  height: 56px;
}
@media only screen and (max-width: 768px) {
  #modal-block .modal .info .link ul li {
    width: 67.1875vw;
    height: 18.75vw;
    margin: 0 auto;
  }
}
#modal-block .modal .info .link ul li:first-child {
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  #modal-block .modal .info .link ul li:first-child {
    margin-bottom: 3.4375vw;
  }
}
#modal-block .modal .info .link ul li a {
  position: absolute;
  bottom: 5px;
  left: -5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 768px) {
  #modal-block .modal .info .link ul li a {
    width: 100%;
    bottom: 0.78125vw;
    left: -0.78125vw;
  }
}
#modal-block .modal .info .link ul li a:hover {
  bottom: 0;
  left: 0;
}
@media only screen and (max-width: 768px) {
  #modal-block .modal .info .link ul li a:hover {
    bottom: 0.78125vw;
    left: -0.78125vw;
  }
}
#modal-block .modal .info .link ul li::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/global/bg_btn.png") repeat top center;
}

@media only screen and (max-width: 768px) {
  #pagetop {
    bottom: -29.6875vw;
    right: 0;
  }
}
/*# sourceMappingURL=nominate2025.css.map */