@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1+Code:wght@100..700&display=swap");
@font-face {
  font-family: "NataIcon";
  src: url("../img/font/NataIcon.woff") format("woff");
}
/*______________________________________
header
______________________________________-*/
#HEADER {
  position: relative;
  z-index: 0;
  box-sizing: border-box;
  width: 100%;
  z-index: 1;
  max-width: 1000px;
  margin: 0 auto;
  background-image: url(../img/top_img_left.png), url(../img/top_img_right.png);
  background-repeat: repeat-y, repeat-y;
  background-size: 280px auto, 280px auto;
  background-position: 0 0, 100% 0;
  animation: scrollbg 20s linear infinite;
}
@media screen and (max-width: 767px) {
  #HEADER {
    background-size: 25% auto, 25% auto;
    padding-top: 65px;
  }
}

@keyframes scrollbg {
  0% {
    background-position: 0 0, 100% 0;
  }
  100% {
    background-position: 0 100%, 100% 100%;
  }
}
.header {
  padding: 10px;
  position: relative;
}
.header h1 {
  margin: 30px auto;
  text-align: center;
  max-width: 180px;
  background: #fff;
  padding: 30px;
}
.header h2 {
  margin: 0 30px;
  padding: 0 20px;
}
.header .lead {
  position: relative;
  margin: 50px auto;
  padding: 0 10px;
  text-align: center;
  max-width: 500px;
  line-height: 2.4;
  display: block;
  font-family: sans-serif, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  white-space: now-wrap;
}
.header .lead p {
  font-size: 0.15rem;
}
@media screen and (max-width: 767px) {
  .header h1 {
    padding: 15px;
    max-width: 120px;
    margin: 10px auto;
  }
  .header h2 {
    margin: 0 10px;
    padding: 0;
  }
  .header .lead {
    line-height: 2 !important;
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) and (max-width: 375px) {
  .header .lead p {
    font-size: 0.14rem;
  }
}

.PP_list-thumbnail {
  display: flex;
  justify-content: space-between;
  max-width: 520px;
  margin: 30px auto;
}

.PP_list-thumbnail + .PP_list-thumbnail {
  margin-top: -10px;
  padding-top: 20px;
  border-top: 1px solid rgba(160, 166, 169, 0.3);
}

.sp_vote_wrap .PP_list-thumbnail + .PP_list-thumbnail {
  margin-top: 40px;
  padding-top: 40px;
}

.PP_list-thumbnail dt {
  width: 200px;
}

.PP_list-thumbnail .PP_embed-img,
.PP_list-thumbnail .PP_embed-img-narrow {
  margin: 0;
}

.PP_list-thumbnail dd {
  width: calc(100% - 220px);
}

/* 画像 */
.PP_embed-img {
  max-width: 640px;
  margin: 30px auto;
}

.PP_embed-img a:hover img,
.PP_embed-img-narrow a:hover img {
  opacity: 0.8;
}

.PP_embed-img img {
  max-width: 100%;
}

.sp_btn_block .sp_vote a {
  display: block;
  padding: 10px 20px;
  color: #fff;
  font-weight: bold;
  border-radius: 25px;
  text-align: center;
  font-size: 110%;
  margin: 0 auto;
  background: #000;
  pointer-events: none;
  display: none;
}

.sp_btn_block .sp_vote a:hover {
  background: #666;
  color: #eee;
}

.sp_vote_note {
  width: 640px;
  margin: 60px auto 60px;
  box-sizing: border-box;
  text-align: center;
  padding: 20px 0;
  line-height: 1;
  font-size: 110%;
  font-weight: bold;
  border-radius: 12px;
  border: 2px solid #000;
  box-sizing: border-box;
}

.sp_voted .sp_vote a {
  width: 400px;
  background: #aaa;
  padding: 10px 20px;
  color: #fff;
  font-weight: bold;
  border-radius: 25px;
  text-align: center;
  font-size: 110%;
  margin: 0 auto;
  pointer-events: none;
}

.sp_voted .sp_vote a:hover {
  opacity: 1;
}

.sp_vote_result_wrap {
  display: none;
}

.sp_vote_share a {
  display: block;
  padding: 10px 20px;
  color: #fff;
  font-weight: bold;
  border-radius: 25px;
  text-align: center;
  font-size: 110%;
  margin: 0 auto;
  background: #000;
}

.sp_vote_share a:hover {
  background: #666;
  color: #eee;
}

.sp_vote_closed .sp_btn_block .sp_vote span {
  display: block;
  padding: 10px 20px;
  color: #fff;
  font-weight: bold;
  border-radius: 25px;
  text-align: center;
  font-size: 110%;
  margin: 0 auto;
  background: #aaa;
}

/*______________________________________
#vote
______________________________________-*/
.contents_bg {
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .contents_bg {
    padding: 10px;
  }
}

.domestic .PP_list-thumbnail, .domestic .vote .result {
  background: #fff2fe;
}
.domestic .vote__inner .modalContents dt span {
  background: linear-gradient(transparent 50%, #ffd4fb 30%);
}

.foreign .PP_list-thumbnail, .foreign .vote .result {
  background: #e4f5ff;
}
.foreign .vote__inner .modalContents dt span {
  background: linear-gradient(transparent 50%, #aae0ff 30%);
}

.completed .PP_list-thumbnail, .completed .vote .result {
  background: #def9f5;
}
.completed .vote__inner .modalContents dt span {
  background: linear-gradient(transparent 50%, #9dfff2 30%);
}

#VOTE {
  width: 100%;
  margin: 0 auto;
  padding: 20px 10px;
  max-width: 1200px;
  font-size: 0.16rem;
}

.vote {
  position: relative;
  z-index: 1;
}
.vote__txt {
  position: relative;
  margin: 10px auto;
  clear: both;
  line-height: 1.6;
  max-width: 700px;
  padding-bottom: 30px;
  border-bottom: 2px dashed #000;
}
.vote__txt .ttl {
  margin: 0px auto 30px;
  background: #000;
  padding: 10px;
  max-width: 250px;
}
@media screen and (max-width: 767px) {
  .vote__txt .ttl {
    max-width: 200px;
  }
}
.vote__txt p {
  font-size: 0.17rem;
  line-height: 1.6;
  text-align: center;
}
.vote__txt ul {
  margin-left: 20px;
  box-sizing: border-box;
  font-size: 0.14rem;
}
.vote__txt ul li {
  position: relative;
  line-height: 1.6;
}
.vote__txt ul li:before {
  position: absolute;
  display: inline-block;
  content: "";
  top: 0.6em;
  left: -15px;
  width: 5px;
  height: 5px;
  border-radius: 10px;
  background-color: #017dea;
}
.vote__txt ul li + li {
  margin-top: 8px;
}
.vote__copyright {
  font-size: 0.1rem;
  margin: 20px auto 0px;
  color: #666;
  word-break: break-word;
}
.vote .search {
  position: relative;
  max-width: 700px;
  margin: 30px auto 0.4rem;
  text-align: right;
  width: calc(100% - 20px);
  font-size: 0.14rem;
}
.vote .search > p {
  display: inline;
  border-right: 1px solid #000;
  padding-right: 10px;
  font-size: 0.14rem;
}
.vote .search label {
  position: relative;
  cursor: pointer;
  padding-left: 30px;
}
.vote .search label::before, .vote .search label::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}
.vote .search label::before {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  left: 8px;
}
.vote .search label::after {
  background-color: #017dea;
  border-radius: 50%;
  opacity: 0;
  width: 10px;
  height: 10px;
  left: 11px;
}
.vote .search input:checked + label::after {
  opacity: 1;
}
.vote .search .visually-hidden {
  position: absolute;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 2px solid #000;
}
.vote .search select.genre_list {
  position: relative;
  padding: 5px 50px 5px 8px;
  margin: 10px -5px 10px 20px;
  font-size: 90%;
  border-radius: 100px;
  text-align: left;
  border: 2px solid #000;
  background: linear-gradient(45deg, transparent 50%, #017dea 50%), linear-gradient(135deg, #017dea 50%, transparent 50%), linear-gradient(to right, #78d3f2, #78d3f2) #fff;
  background-position: calc(100% - 20px) calc(1em - 2px), calc(100% - 15px) calc(1em - 2px), 100% 0;
  background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
  background-repeat: no-repeat;
}
.vote__inner {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(420px, 1fr));
  align-items: inherit;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 100px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 15px 30px;
  /*モーダルCSS*/
}
@media screen and (max-width: 1020px) {
  .vote__inner {
    grid-template-columns: 100%;
    width: 100%;
    gap: 0;
    -moz-column-gap: 20px;
         column-gap: 20px;
    padding: 0;
  }
}
.vote__inner .no-result {
  margin: 20px auto;
}
@media screen and (max-width: 767px) {
  .vote__inner .no-result {
    margin: 20px auto 50px;
  }
}
.vote__inner .PP_list-thumbnail {
  margin: 0px auto;
  padding: 20px !important;
  max-width: 525px;
  width: 100%;
}
.vote__inner .PP_list-thumbnail + .PP_list-thumbnail {
  margin-top: 0px;
  padding-top: 0px;
  border-top: none;
  width: 100%;
}
.vote__inner .PP_list-thumbnail dd {
  line-height: 1.5;
}
.vote__inner .PP_list-thumbnail dd h3 {
  font-size: 100%;
  font-weight: 800;
  line-height: 1.4;
  margin: 0 0 5px;
  width: 100%;
}
.vote__inner .PP_list-thumbnail dd > p {
  line-height: 1.2;
}
.vote__inner .PP_list-thumbnail dd > p > small {
  font-size: 0.13rem;
}
.vote__inner .PP_list-thumbnail dd a {
  font-size: 0.15rem;
  width: 100%;
}
.vote__inner .PP_list-thumbnail .PP_embed-img {
  position: relative;
  overflow: hidden;
  max-width: 380px;
}
.vote__inner .PP_list-thumbnail .PP_embed-img img {
  -o-object-fit: contain;
     object-fit: contain;
}
.vote__inner .PP_list-thumbnail .PP_embed-img::after {
  content: "各配信サイトで読む！";
  position: relative;
  bottom: 0px;
  padding: 5px;
  font-size: 75%;
  font-weight: 700;
  background: #017dea;
  color: #fff;
  width: 100%;
  text-align: center;
  display: block;
}
@media screen and (max-width: 767px) {
  .vote__inner .PP_list-thumbnail .PP_embed-img::after {
    padding: 8px 5px;
  }
}
.vote__inner .PP_list-thumbnail .PP_embed-img:hover {
  opacity: 0.8;
}
@media screen and (max-width: 1020px) {
  .vote__inner .PP_list-thumbnail {
    max-width: 700px;
  }
  .vote__inner .PP_list-thumbnail + .PP_list-thumbnail {
    margin-top: 20px;
    padding-top: 0px;
    border-top: none;
  }
}
@media screen and (max-width: 767px) {
  .vote__inner .PP_list-thumbnail {
    display: block;
  }
  .vote__inner .PP_list-thumbnail dt, .vote__inner .PP_list-thumbnail dd {
    width: inherit;
    margin: 0 auto;
  }
  .vote__inner .PP_list-thumbnail .PP_embed-img {
    width: calc(60% - 0px);
    margin-bottom: 15px;
  }
}
.vote__inner .PP_list-thumbnail .sp_btn_block {
  margin-top: 20px;
}
.vote__inner .PP_list-thumbnail .genre {
  margin: 10px 0 20px -2px;
}
.vote__inner .PP_list-thumbnail .genre p {
  font-size: 70%;
  padding: 2px 6px;
  border-radius: 100px;
  margin: 0 -2px 2px 2px;
  display: inline-block;
  border: 1px solid #017dea;
  color: #017dea;
}
.vote__inner .recommend {
  width: 100%;
  padding: 0px;
}
.vote__inner .recommend__fukidashi {
  position: relative;
  margin: 0;
  padding: 15px;
  border-radius: 6px;
  background: #fff;
}
.vote__inner .recommend__fukidashi .recommend_ttl {
  border-bottom: 1px solid #000;
  margin-bottom: -10px;
  font-size: 70%;
}
.vote__inner .recommend__fukidashi:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 12px;
  left: -20px;
  border: 12px solid transparent;
  border-right: 12px solid #fff;
}
@media screen and (max-width: 767px) {
  .vote__inner .recommend__fukidashi:after {
    top: -20px;
    left: calc(50% - 12px);
    border: 12px solid transparent;
    border-bottom: 12px solid #fff;
  }
}
.vote__inner .recommend h4 {
  font-size: 80%;
  font-weight: 800;
  line-height: 1.4;
  margin: 0 0 10px;
  padding: 2px 0;
  display: inline-block;
  border: #000 solid;
  border-width: 2px 0;
}
.vote__inner .recommend p {
  line-height: 1.6;
  font-size: 80%;
}
.vote__inner .recommend .PP_profile_clip {
  display: block;
}
.vote__inner .recommend .PP_textExpand,
.vote__inner .recommend .PP_textCollapse {
  cursor: pointer;
  color: #017dea;
  text-decoration: underline;
  display: inline;
}
.vote__inner .modalContents {
  overflow: auto;
  width: calc(100% - 20px);
  margin: 0 auto;
  padding: 5px;
}
.vote__inner .modalContents > dt {
  margin: 0 auto 20px;
  width: 100%;
  text-align: center;
  font-weight: 700;
  font-size: 110%;
}
.vote__inner .modalContents > dt span {
  display: inline;
}
.vote__inner .modalContents > dd {
  margin: 0 auto;
  width: 100%;
}
.vote__inner .modalContents > dd ul {
  align-items: center;
  justify-content: space-between;
  display: flex;
  gap: 10px;
  width: 100%;
  text-align: left;
  line-height: 1.2;
  text-align: center;
  flex-wrap: wrap;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .vote__inner .modalContents > dd ul {
    margin-bottom: 10px;
  }
}
.vote__inner .modalContents > dd li {
  width: calc(50% - 5px);
}
.vote__inner .modalContents > dd li:only-of-type {
  width: calc(70% - 5px);
  margin: 0 auto;
}
.vote__inner .modalContents > dd li a {
  position: relative;
  border-bottom: none;
  background: #017dea;
  min-height: 45px;
  color: #fff;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  box-shadow: 0 2px #1b3b95;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .vote__inner .modalContents > dd li a {
    font-size: 80%;
  }
}
@media screen and (max-width: 374px) {
  .vote__inner .modalContents > dd li a {
    font-size: 70%;
  }
}
.vote__inner .modal-inner {
  position: relative;
  z-index: 101;
}
.vote__inner button {
  padding: 10px;
  background: #fff;
  border: 1px solid #282828;
  border-radius: 2px;
  cursor: pointer;
}
.vote__inner .modalArea {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.vote__inner .modalBg {
  position: relative;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}
.vote__inner .modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 40px);
  max-width: 640px;
  height: auto;
  padding: 40px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .vote__inner .modalWrapper {
    padding: 30px 10px 20px;
  }
}
.vote__inner .closeModal {
  position: absolute;
  top: -10px;
  right: -5px;
  cursor: pointer;
  padding: 0px 10px 5px;
  border-radius: 100%;
  color: #000;
  font-size: 150%;
  background: #ffaa00;
  border: 4px solid #000;
  outline: 8px solid #fff;
  outline-offset: -2px;
  text-align: center;
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  font-family: sans-serif, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.vote__inner .is-open {
  display: block;
}
.vote .sp_vote_note {
  display: none;
  max-width: 640px;
  width: auto;
  margin: 60px auto 60px;
  box-sizing: border-box;
  text-align: center;
  padding: 20px;
  line-height: 1.5;
  font-size: 110%;
  font-weight: bold;
  border-radius: 10px;
  color: #017dea;
  border: 2px solid #017dea;
  box-sizing: border-box;
  display: none;
}
@media screen and (max-width: 767px) {
  .vote .sp_vote_note {
    margin: 60px 10px 60px;
    padding: 10px;
    font-size: 95%;
  }
}
.vote .result {
  position: relative;
  margin: 40px auto;
  padding: 30px;
  width: calc(100% - 20px);
  text-align: center;
  background: #e0f8ff;
  max-width: 800px;
}
.vote .result .ttl {
  margin: -50px auto 50px;
  max-width: 240px;
  width: calc(100% - 40px);
}
.vote .result__ttl {
  margin: 0 auto 20px;
  width: calc(100% - 40px);
  max-width: 420px;
}
.vote .result > h3 {
  font-weight: 800;
  font-size: 120%;
  line-height: 1.4;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .vote .result {
    margin: 20px auto;
    padding: 15px;
  }
  .vote .result .ttl {
    margin: -30px auto 30px;
    max-width: 180px;
  }
  .vote .result__ttl {
    width: calc(100% - 0px);
  }
  .vote .result > h3 {
    font-size: 100%;
    width: calc(100% - 0px);
  }
}
.vote .result__inner {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 30px;
  justify-content: space-between;
  align-items: center;
  margin: 30px auto;
  max-width: 700px;
}
@media screen and (max-width: 767px) {
  .vote .result__inner {
    grid-template-columns: 1fr;
  }
}
.vote .result__inner .result_left .PP_embed-img {
  max-width: 250px;
  margin: 0px auto;
  width: calc(100% - 30px);
}
.vote .result__inner .result_left .PP_embed-img img {
  width: 100%;
}
.vote .result__inner .result_left .PP_embed-img_caption {
  padding: 0;
  color: #666;
  font-size: 60%;
  line-height: 1.5;
  text-align: left;
  margin-top: 5px;
  word-break: break-word;
}
.vote .result__inner .result_right {
  text-align: left;
}
.vote .result__inner .result_right h3 {
  font-size: 110%;
  line-height: 1.4;
  font-weight: bolder;
}
@media screen and (max-width: 767px) {
  .vote .result__inner .result_right h3 {
    font-size: 100%;
  }
}
.vote .result__inner .result_right h3 + p {
  margin-top: 10px;
}
.vote .result__inner .result_right > p {
  line-height: 1.4;
}
.vote .result__inner .result_right .sp_vote_share {
  margin: 30px auto 0 0;
  max-width: 300px;
}
@media screen and (max-width: 767px) {
  .vote .result__inner .result_right .sp_vote_share {
    margin: 30px auto 0;
  }
}
.vote .result__inner .result_right .sp_vote_share a {
  font-size: 95%;
  padding: 15px;
}
.vote .result_ex {
  margin: 30px auto;
  text-align: center;
  width: calc(100% - 20px);
}
@media screen and (max-width: 767px) {
  .vote .result_ex {
    padding: 20px 0 0;
  }
}
.vote .result_ex p {
  font-size: 105%;
  margin-bottom: 20px;
  color: #017dea;
  font-family: "M PLUS 1 Code", system-ui, sans-serif;
}
@media screen and (max-width: 420px) {
  .vote .result_ex p {
    font-size: 95%;
  }
}
.vote .result_ex ul {
  position: relative;
  display: flex;
  gap: 30px;
  justify-content: space-evenly;
  align-items: center;
  border: #000 solid;
  border-width: 2px 0;
  padding: 20px 0;
  max-width: 600px;
  margin: 0 auto;
}
.vote .result_ex ul::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 70%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #000;
}
.vote .result_ex ul li {
  position: relative;
  color: #fff;
  margin: 0 auto;
  padding-right: 20px;
  max-width: 200px;
}
@media screen and (max-width: 420px) {
  .vote .result_ex ul li {
    max-width: 140px;
  }
}
.vote .result_ex ul li::after {
  position: absolute;
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  right: -13px;
  border-radius: 100%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 500px) {
  .vote .result_ex ul li::after {
    width: 13px;
    height: 13px;
    right: -8px;
  }
}
.vote .result_ex ul li.domestic_arrow::after {
  background-image: url("../img/vote/arrow2_domestic.png");
}
.vote .result_ex ul li.foreign_arrow::after {
  background-image: url("../img/vote/arrow2_foreign.png");
}
.vote .result_ex ul li.completed_arrow::after {
  background-image: url("../img/vote/arrow2_completed.png");
}/*# sourceMappingURL=vote.css.map */