@charset "UTF-8";
/*=============================================================
 01_base
=============================================================*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;900&display=swap");
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;
  }
}
body {
  font-family: "Noto Sans JP", sans-serif;
  background: url("../img/result/2023/bg.png") repeat-y top center;
  background-size: 100%;
}
@media only screen and (max-width: 768px) {
  body {
    background: url("../img/result/2023/bg-sp.png") repeat-y top center;
    background-size: 100%;
  }
}

#result {
  position: relative;
  padding: 35px 0 0;
}
@media only screen and (max-width: 768px) {
  #result {
    padding: 10vw 0 0;
  }
}
@media only screen and (max-width: 768px) {
  #result img {
    width: 100%;
  }
}
#result .btn-top {
  position: relative;
  text-align: center;
  padding-top: 80px;
  z-index: 2;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  #result .btn-top {
    margin-bottom: 0;
    padding-top: 7.8125vw;
  }
}
@media only screen and (max-width: 768px) {
  #result .btn-top a {
    display: block;
    width: 26.09375vw;
    margin: 0 auto;
  }
}
#result .pagetop {
  position: fixed;
  bottom: 14px;
  right: calc(50% - 600px);
  z-index: 5;
}
@media only screen and (max-width: 768px) {
  #result .pagetop {
    width: 10.15625vw;
    bottom: 1.875vw;
    right: 2.34375vw;
  }
}
#result h1 {
  margin-bottom: 30px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #result h1 {
    margin-bottom: 5.9375vw;
  }
}
#result .text {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  #result .text {
    font-size: 24px;
    font-size: 3.75vw;
    margin-bottom: 6.25vw;
  }
}
#result .btn-shop {
  position: relative;
  width: 448px;
  height: 71px;
  margin: 0 auto 38px;
}
@media only screen and (max-width: 768px) {
  #result .btn-shop {
    width: 55.3125vw;
    height: 10.15625vw;
    margin: 0 auto 7.03125vw;
  }
}
#result .btn-shop a {
  display: block;
  position: absolute;
  top: -8px;
  left: -8px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 768px) {
  #result .btn-shop a {
    top: -1.25vw;
    left: -0.78125vw;
    width: 100%;
    height: 100%;
  }
}
#result .btn-shop a:hover {
  top: 0;
  left: 0;
}
@media only screen and (max-width: 768px) {
  #result .btn-shop a:hover {
    top: -1.25vw;
    left: -0.78125vw;
  }
}
#result .btn-shop::after {
  content: "";
  display: block;
  background: url("../img/global/bg_btn.png") repeat top center;
  background-size: auto;
  width: 100%;
  height: 100%;
}
#result .select {
  display: none;
}
@media only screen and (max-width: 768px) {
  #result .select {
    display: block;
    margin-bottom: 3.90625vw;
  }
}
@media only screen and (max-width: 768px) {
  #result .select ul {
    width: 93.75vw;
    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;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) {
  #result .select ul li {
    position: relative;
    width: 44.53125vw;
    height: 12.8125vw;
  }
}
#result .select ul li a {
  display: block;
  position: absolute;
  top: -8px;
  left: -8px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 768px) {
  #result .select ul li a {
    top: -1.25vw;
    left: -0.78125vw;
    width: 100%;
    height: 100%;
  }
}
#result .select ul li a:hover {
  top: 0;
  left: 0;
}
@media only screen and (max-width: 768px) {
  #result .select ul li a:hover {
    top: -1.25vw;
    left: -0.78125vw;
  }
}
#result .select ul li::after {
  content: "";
  display: block;
  background: url("../img/global/bg_btn.png") repeat top center;
  background-size: auto;
  width: 100%;
  height: 100%;
}
#result .inner {
  width: 1000px;
  margin: 0 auto;
}
#result .wrap {
  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;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media only screen and (max-width: 768px) {
  #result .wrap {
    width: 93.75vw;
    display: block;
  }
}
#result .block {
  width: 480px;
  border-radius: 10px;
  background-color: bisque;
  margin-bottom: 190px;
}
@media only screen and (max-width: 768px) {
  #result .block {
    width: auto;
    border-radius: 1.5625vw;
    margin-bottom: 0;
  }
}
#result .block h2 {
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  #result .block h2 {
    margin-bottom: 4.375vw;
  }
}
#result .block .book {
  padding: 0 35px 42px;
}
@media only screen and (max-width: 768px) {
  #result .block .book {
    padding: 0 3.125vw 7.1875vw;
  }
}
#result .block .book:not(:last-child) {
  border-bottom: 6px dotted #c6c6c4;
  margin-bottom: 38px;
}
@media only screen and (max-width: 768px) {
  #result .block .book:not(:last-child) {
    border-bottom: 0.9375vw dotted #c6c6c4;
    margin-bottom: 7.1875vw;
  }
}
#result .block .book .prize {
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  #result .block .book .prize {
    position: relative;
    width: 12.8125vw;
    margin: 0 auto 3.125vw;
  }
}
#result .block .book .prize.first {
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  #result .block .book .prize.first {
    width: 30.3125vw;
    margin: 0 auto 2.5vw;
  }
}
#result .block .book .prize span {
  font-size: 18px;
  position: relative;
  top: -4px;
  margin-right: -72px;
}
@media only screen and (max-width: 768px) {
  #result .block .book .prize span {
    font-size: 22px;
    font-size: 3.4375vw;
    position: absolute;
    display: block;
    top: inherit;
    bottom: 2.1875vw;
    margin-right: 0;
    right: -12.5vw;
  }
}
#result .block .book .cover {
  position: relative;
  width: 330px;
  text-align: center;
  margin: 0 auto 18px;
}
@media only screen and (max-width: 768px) {
  #result .block .book .cover {
    width: 62.5vw;
    margin: 0 auto 1.875vw;
  }
}
#result .block .book .cover img {
  position: relative;
  border: 1px solid #000;
  width: 100%;
  z-index: 2;
}
#result .block .book .cover::after {
  content: "";
  position: absolute;
  bottom: -122px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 464px;
  height: 456px;
  background: url("../img/result/2024/deco_list.png") no-repeat top center;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  #result .block .book .cover::after {
    width: 90.625vw;
    height: 89.0625vw;
    bottom: -26.5625vw;
  }
}
#result .block .book .txt-box {
  position: relative;
  margin-bottom: 108px;
}
@media only screen and (max-width: 768px) {
  #result .block .book .txt-box {
    margin-bottom: 4.375vw;
  }
}
#result .block .book .txt-box p.ttl {
  font-size: 40px;
  line-height: 1.05;
  font-weight: bold;
  margin-bottom: 6px;
}
@media only screen and (max-width: 768px) {
  #result .block .book .txt-box p.ttl {
    font-size: 48px;
    font-size: 7.5vw;
    margin-bottom: 1.25vw;
  }
}
#result .block .book .txt-box p.sub-ttl {
  font-size: 22px;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 5px;
}
@media only screen and (max-width: 768px) {
  #result .block .book .txt-box p.sub-ttl {
    font-size: 27px;
    font-size: 4.21875vw;
    margin-bottom: 0.78125vw;
  }
}
#result .block .book .txt-box p.author {
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  #result .block .book .txt-box p.author {
    font-size: 17px;
    font-size: 2.65625vw;
  }
}
#result .block .book .btn-trial {
  position: relative;
  width: 290px;
  height: 65px;
  margin: 0 auto 48px;
}
@media only screen and (max-width: 768px) {
  #result .block .book .btn-trial {
    width: 54.375vw;
    height: 12.34375vw;
    margin: 0 auto 6.5625vw;
  }
}
#result .block .book .btn-trial a {
  display: block;
  position: absolute;
  top: -8px;
  left: -8px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 768px) {
  #result .block .book .btn-trial a {
    top: -1.25vw;
    left: -0.78125vw;
    width: 100%;
    height: 100%;
  }
}
#result .block .book .btn-trial a:hover {
  top: 0;
  left: 0;
}
@media only screen and (max-width: 768px) {
  #result .block .book .btn-trial a:hover {
    top: -1.25vw;
    left: -0.78125vw;
  }
}
#result .block .book .btn-trial::after {
  content: "";
  display: block;
  background: url("../img/global/bg_btn.png") repeat top center;
  background-size: auto;
  width: 100%;
  height: 100%;
}
#result .block .book .award-comment {
  position: relative;
  border-radius: 20px;
  padding: 0 18px 20px;
  margin-bottom: 22px;
  border: 5px solid #000;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  #result .block .book .award-comment {
    border-radius: 3.125vw;
    padding: 0 4.0625vw 3.4375vw;
    margin-bottom: 5.9375vw;
    border: 0.78125vw solid #000;
  }
}
#result .block .book .award-comment::before {
  content: "";
  display: block;
  width: 215px;
  height: 20px;
  position: absolute;
  top: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  #result .block .book .award-comment::before {
    width: 33.59375vw;
    height: 3.125vw;
    top: -0.78125vw;
  }
}
#result .block .book .award-comment .midashi {
  position: relative;
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  margin: -18px 0 18px;
}
@media only screen and (max-width: 768px) {
  #result .block .book .award-comment .midashi {
    font-size: 34px;
    font-size: 5.3125vw;
    margin: -2.8125vw 0 3.125vw;
  }
}
#result .block .book .award-comment .comment p {
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  #result .block .book .award-comment .comment p {
    font-size: 18px;
    font-size: 2.8125vw;
  }
}
#result .block .book .award-comment .comment p.txt {
  margin-bottom: 56px;
  line-height: 1.8;
}
@media only screen and (max-width: 768px) {
  #result .block .book .award-comment .comment p.txt {
    margin-bottom: 0;
  }
}
#result .block .book .award-comment .comment p.author {
  font-weight: bold;
  text-align: right;
}
#result .block .book .award-comment .comment p.author span {
  font-size: 24px;
}
@media only screen and (max-width: 768px) {
  #result .block .book .award-comment .comment p.author span {
    font-size: 24px;
    font-size: 3.75vw;
  }
}
#result .block .book .support-comment .midashi {
  position: relative;
  display: inline-block;
  font-size: 34px;
  font-weight: bold;
  line-height: 1;
  padding-right: 50px;
  text-shadow: 2px 3px #fff11a;
  margin-left: 30px;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  #result .block .book .support-comment .midashi {
    font-size: 34px;
    font-size: 5.3125vw;
    margin-left: 16.5625vw;
  }
}
#result .block .book .support-comment .midashi::after {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  right: 0;
  width: 45px;
  height: 45px;
  background: url("../img/result/2023/btn_support_icon.png?0213") no-repeat top center;
  background-size: contain;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 768px) {
  #result .block .book .support-comment .midashi::after {
    width: 7.03125vw;
    height: 7.03125vw;
    top: -0.3125vw;
  }
}
#result .block .book .support-comment .midashi.on::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#result .block .book .support-comment .support-box {
  display: none;
}
#result .block .book .support-comment .comment {
  position: relative;
  padding: 26px 22px;
  background-color: #fff;
  border-radius: 20px;
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  #result .block .book .support-comment .comment {
    padding: 2.5vw 3.75vw;
    border-radius: 3.125vw;
    margin-top: 4.375vw;
  }
}
#result .block .book .support-comment .comment:not(:last-child) {
  margin-bottom: 18px;
}
@media only screen and (max-width: 768px) {
  #result .block .book .support-comment .comment:not(:last-child) {
    margin-bottom: 3.125vw;
  }
}
#result .block .book .support-comment .comment::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 34px;
  right: -24px;
  width: 24px;
  height: 23px;
  background: url("../img/result/2023/img_bunko_support.png") no-repeat top center;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  #result .block .book .support-comment .comment::after {
    width: 2.1875vw;
    height: 2.1875vw;
    right: -2.1875vw;
    bottom: 5.625vw;
  }
}
#result .block .book .support-comment .comment p {
  font-size: 18px;
  line-height: 1.8;
}
@media only screen and (max-width: 768px) {
  #result .block .book .support-comment .comment p {
    font-size: 18px;
    font-size: 2.8125vw;
  }
}
#result #bunko {
  background-color: #ffe5ee;
}
@media only screen and (max-width: 768px) {
  #result #bunko {
    margin-bottom: 9.6875vw;
  }
}
#result #bunko .book .award-comment {
  border-color: #f2c8d7;
}
#result #bunko .book .award-comment .midashi {
  color: #e8437e;
}
#result #bunko .book .award-comment .comment p.author {
  color: #e8437e;
}
#result #bunko .book .support-comment .comment {
  background-color: #fcbfd4;
}
#result #bunko .book .support-comment .comment::after {
  background: url("../img/result/2023/img_bunko_support.png") no-repeat top center;
  background-size: contain;
}
#result #bunko #bunko1 .cover {
  position: relative;
  width: 373px;
  margin-top: 110px;
}
@media only screen and (max-width: 768px) {
  #result #bunko #bunko1 .cover {
    width: 78.125vw;
    margin-top: 21.875vw;
  }
}
#result #bunko #bunko1 .cover::before {
  content: "";
  position: absolute;
  top: -87px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 442px;
  height: 109px;
  background: url("../img/result/2023/img_ribbon-pc.png") top center;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  #result #bunko #bunko1 .cover::before {
    width: 89.84375vw;
    height: 22.03125vw;
    top: -17.1875vw;
    background: url("../img/result/2023/img_ribbon-sp.png") top center;
    background-size: contain;
  }
}
#result #bunko #bunko1 .cover img {
  position: relative;
}
#result #bunko #bunko1 .txt-box {
  margin-bottom: 28px;
}
@media only screen and (max-width: 768px) {
  #result #bunko #bunko1 .txt-box {
    margin-bottom: 5.3125vw;
  }
}
#result #bunko #bunko1 .txt-box p.ttl {
  margin-left: 16px;
}
#result #bunko #bunko1 .txt-box p.author {
  margin-left: 16px;
}
#result #bunko #bunko1 .support-comment .support-box {
  display: block;
}
@media only screen and (max-width: 768px) {
  #result #bunko #bunko2 .cover {
    margin-bottom: 1.875vw;
  }
}
#result #bunko #bunko2 .txt-box {
  margin-bottom: 28px;
}
@media only screen and (max-width: 768px) {
  #result #bunko #bunko2 .txt-box {
    margin-bottom: 5.3125vw;
  }
}
#result #bunko #bunko2 .award-comment .comment p.txt {
  margin-bottom: 27px;
}
@media only screen and (max-width: 768px) {
  #result #bunko #bunko2 .award-comment .comment p.txt {
    margin-bottom: 0;
  }
}
#result #bunko #bunko3 .cover {
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  #result #bunko #bunko3 .cover {
    margin-bottom: 1.875vw;
  }
}
#result #bunko #bunko3 .txt-box {
  margin-bottom: 130px;
}
@media only screen and (max-width: 768px) {
  #result #bunko #bunko3 .txt-box {
    margin-bottom: 5.3125vw;
  }
}
#result #bunko #bunko3 .award-comment .comment p.txt {
  margin-bottom: 56px;
}
@media only screen and (max-width: 768px) {
  #result #bunko #bunko3 .award-comment .comment p.txt {
    margin-bottom: 0;
  }
}
#result #bunko #bunko4 .cover {
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  #result #bunko #bunko4 .cover {
    margin-bottom: 1.875vw;
  }
}
#result #bunko #bunko4 .txt-box {
  margin-bottom: 94px;
}
@media only screen and (max-width: 768px) {
  #result #bunko #bunko4 .txt-box {
    margin-bottom: 5.3125vw;
  }
}
#result #bunko #bunko5 .cover {
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  #result #bunko #bunko5 .cover {
    margin-bottom: 1.875vw;
  }
}
#result #bunko #bunko5 .txt-box {
  margin-bottom: 28px;
}
@media only screen and (max-width: 768px) {
  #result #bunko #bunko5 .txt-box {
    margin-bottom: 5.3125vw;
  }
}
#result #bunko #bunko6 .cover {
  margin-bottom: 22px;
}
@media only screen and (max-width: 768px) {
  #result #bunko #bunko6 .cover {
    margin-bottom: 1.875vw;
  }
}
#result #bunko #bunko6 .txt-box {
  margin-bottom: 66px;
}
@media only screen and (max-width: 768px) {
  #result #bunko #bunko6 .txt-box {
    margin-bottom: 5.3125vw;
  }
}
#result #bunko #bunko7 .cover {
  margin-bottom: 35px;
}
@media only screen and (max-width: 768px) {
  #result #bunko #bunko7 .cover {
    margin-bottom: 1.875vw;
  }
}
#result #bunko #bunko7 .txt-box {
  margin-bottom: 28px;
}
@media only screen and (max-width: 768px) {
  #result #bunko #bunko7 .txt-box {
    margin-bottom: 5.3125vw;
  }
}
#result #bunko #bunko8 .cover {
  margin-bottom: 36px;
}
@media only screen and (max-width: 768px) {
  #result #bunko #bunko8 .cover {
    margin-bottom: 1.875vw;
  }
}
#result #bunko #bunko8 .txt-box {
  margin-bottom: 28px;
}
@media only screen and (max-width: 768px) {
  #result #bunko #bunko8 .txt-box {
    margin-bottom: 5.3125vw;
  }
}
#result #bunko #bunko9 .cover {
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  #result #bunko #bunko9 .cover {
    margin-bottom: 1.875vw;
  }
}
#result #bunko #bunko9 .txt-box {
  margin-bottom: 28px;
}
@media only screen and (max-width: 768px) {
  #result #bunko #bunko9 .txt-box {
    margin-bottom: 5.3125vw;
  }
}
#result #bunko #bunko10 .txt-box {
  margin-bottom: 28px;
}
@media only screen and (max-width: 768px) {
  #result #bunko #bunko10 .txt-box {
    margin-bottom: 5.3125vw;
  }
}
#result #bunko #bunko11 .txt-box {
  margin-bottom: 28px;
}
@media only screen and (max-width: 768px) {
  #result #bunko #bunko11 .txt-box {
    margin-bottom: 5.3125vw;
  }
}
#result #tankoubon {
  background-color: #e5faff;
}
@media only screen and (max-width: 768px) {
  #result #tankoubon {
    margin-bottom: 12.8125vw;
  }
}
#result #tankoubon .book .award-comment {
  border-color: #c5e1e8;
}
#result #tankoubon .book .award-comment .midashi {
  color: #00afd5;
}
#result #tankoubon .book .award-comment .comment p.author {
  color: #00afd5;
}
#result #tankoubon .book .support-comment .comment {
  background-color: #b0e4f1;
}
#result #tankoubon .book .support-comment .comment::after {
  background: url("../img/result/2023/img_tankoubon_support.png") no-repeat top center;
  background-size: contain;
}
#result #tankoubon #tankoubon1 .cover {
  position: relative;
  width: 373px;
  margin-top: 110px;
}
@media only screen and (max-width: 768px) {
  #result #tankoubon #tankoubon1 .cover {
    width: 78.125vw;
  }
}
#result #tankoubon #tankoubon1 .cover::before {
  content: "";
  position: absolute;
  top: -87px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 442px;
  height: 109px;
  background: url("../img/result/2023/img_ribbon-pc.png") top center;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  #result #tankoubon #tankoubon1 .cover::before {
    width: 89.84375vw;
    height: 22.03125vw;
    top: -17.1875vw;
    background: url("../img/result/2023/img_ribbon-sp.png") top center;
    background-size: contain;
  }
}
#result #tankoubon #tankoubon1 .cover img {
  position: relative;
}
#result #tankoubon #tankoubon1 .award-comment .comment p.txt {
  margin-bottom: 27px;
}
@media only screen and (max-width: 768px) {
  #result #tankoubon #tankoubon1 .award-comment .comment p.txt {
    margin-bottom: 0;
  }
}
#result #tankoubon #tankoubon1 .support-comment .support-box {
  display: block;
}
#result #tankoubon #tankoubon2 .txt-box {
  margin-bottom: 301px;
}
@media only screen and (max-width: 768px) {
  #result #tankoubon #tankoubon2 .txt-box {
    margin-bottom: 5.3125vw;
  }
}
#result #tankoubon #tankoubon2 .award-comment .comment p.txt {
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  #result #tankoubon #tankoubon2 .award-comment .comment p.txt {
    margin-bottom: 0;
  }
}
#result #tankoubon #tankoubon3 .txt-box {
  margin-bottom: 28px;
}
@media only screen and (max-width: 768px) {
  #result #tankoubon #tankoubon3 .txt-box {
    margin-bottom: 5.3125vw;
  }
}
#result #tankoubon #tankoubon4 .txt-box {
  margin-bottom: 28px;
}
@media only screen and (max-width: 768px) {
  #result #tankoubon #tankoubon4 .txt-box {
    margin-bottom: 5.3125vw;
  }
}
#result #tankoubon #tankoubon5 .txt-box {
  margin-bottom: 28px;
}
@media only screen and (max-width: 768px) {
  #result #tankoubon #tankoubon5 .txt-box {
    margin-bottom: 5.3125vw;
  }
}
#result #tankoubon #tankoubon6 .txt-box {
  margin-bottom: 28px;
}
@media only screen and (max-width: 768px) {
  #result #tankoubon #tankoubon6 .txt-box {
    margin-bottom: 5.3125vw;
  }
}
#result #tankoubon #tankoubon7 .txt-box {
  margin-bottom: 28px;
}
@media only screen and (max-width: 768px) {
  #result #tankoubon #tankoubon7 .txt-box {
    margin-bottom: 5.3125vw;
  }
}
#result #tankoubon #tankoubon8 .txt-box {
  margin-bottom: 70px;
}
@media only screen and (max-width: 768px) {
  #result #tankoubon #tankoubon8 .txt-box {
    margin-bottom: 5.3125vw;
  }
}
#result #tankoubon #tankoubon9 .txt-box {
  margin-bottom: 201px;
}
@media only screen and (max-width: 768px) {
  #result #tankoubon #tankoubon9 .txt-box {
    margin-bottom: 5.3125vw;
  }
}
#result #tankoubon #tankoubon10 .txt-box {
  margin-bottom: 85px;
}
@media only screen and (max-width: 768px) {
  #result #tankoubon #tankoubon10 .txt-box {
    margin-bottom: 5.3125vw;
  }
}

#fair {
  position: relative;
  background: url("../img/result/2021/bg_top.png") no-repeat top center, url("../img/result/bg_sec01.png") repeat-y left top, url("../img/result/bg_sec02.png") repeat-y right top #e8437e;
  padding: 70px 0 94px;
  margin-bottom: 20px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #fair {
    padding: 7.03125vw 0 14.6875vw;
    background: url("../img/result/2021/bg_top-sp.png") no-repeat top center #e5516e;
    background-size: 100%;
  }
}
#fair h2 {
  margin-bottom: 36px;
}
#fair .catch {
  width: 810px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #fair .catch {
    width: auto;
    margin-bottom: 5.46875vw;
    line-height: 1;
  }
}
#fair .catch img {
  width: 100%;
}
#fair .image {
  width: 920px;
  margin: 0 auto 48px;
}
@media only screen and (max-width: 768px) {
  #fair .image {
    width: auto;
  }
}
#fair .image img {
  width: 100%;
}
#fair .txt {
  width: 309px;
  margin: 60px auto 26px;
}
#fair .txt img {
  width: 100%;
}
#fair .btn-fair {
  position: relative;
  width: 815px;
  height: 105px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #fair .btn-fair {
    width: 89.21875vw;
    height: 12.8125vw;
    margin: 0 auto;
  }
}
#fair .btn-fair.more {
  height: 148px;
}
@media only screen and (max-width: 768px) {
  #fair .btn-fair.more {
    height: 18.75vw;
  }
}
#fair .btn-fair a {
  width: 100%;
  position: absolute;
  top: -10px;
  left: -8px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 768px) {
  #fair .btn-fair a {
    top: -1.5625vw;
    left: -1.25vw;
  }
}
#fair .btn-fair a:hover {
  top: 0;
  left: 0;
}
@media only screen and (max-width: 768px) {
  #fair .btn-fair a:hover {
    top: -1.5625vw;
    left: -1.25vw;
  }
}
#fair .btn-fair::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) {
  #fair .btn-fair.off {
    width: auto;
    height: auto;
  }
}
#fair .btn-fair.off::after {
  display: none;
}
#fair .btn-fair img {
  width: 100%;
}
#fair .contest {
  margin-top: 112px;
}
#fair .contest .image {
  margin-bottom: -5px;
}
@media only screen and (max-width: 768px) {
  #fair .contest .image {
    margin-bottom: -4.6875vw;
  }
}
#fair .contest .btn-contest {
  position: relative;
  width: 667px;
  height: 105px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #fair .contest .btn-contest {
    width: 89.21875vw;
    height: 12.8125vw;
    margin: 0 auto;
  }
}
#fair .contest .btn-contest a {
  position: absolute;
  top: -10px;
  left: -8px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 768px) {
  #fair .contest .btn-contest a {
    top: -1.5625vw;
    left: -1.25vw;
  }
}
#fair .contest .btn-contest a:hover {
  top: 0;
  left: 0;
}
@media only screen and (max-width: 768px) {
  #fair .contest .btn-contest a:hover {
    top: -1.5625vw;
    left: -1.25vw;
  }
}
#fair .contest .btn-contest::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) {
  #fair .contest .btn-contest.off {
    width: auto;
    height: auto;
  }
}
#fair .contest .btn-contest.off::after {
  display: none;
}

#survey {
  position: relative;
  background: url("../img/result/2021/bg_top.png") no-repeat top center, url("../img/result/bg_sec01.png") repeat-y left top, url("../img/result/bg_sec02.png") repeat-y right top #3f8bd9;
  padding: 70px 0 94px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #survey {
    padding: 7.03125vw 0 14.6875vw;
    background: url("../img/result/2021/bg_top-sp.png") no-repeat top center #3f8bd9;
    background-size: 100%;
  }
}
#survey h2 {
  margin-bottom: 36px;
}
@media only screen and (max-width: 768px) {
  #survey .catch {
    margin-bottom: 5.46875vw;
    line-height: 1;
  }
}
#survey p {
  margin-bottom: 50px;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  #survey p {
    font-size: 16px;
    font-size: 2.5vw;
    text-align: left;
    margin: 0 7.03125vw 6.25vw;
  }
}
#survey .btn-ranking {
  position: relative;
  width: 815px;
  height: 105px;
  margin: 0 auto 22px;
}
@media only screen and (max-width: 768px) {
  #survey .btn-ranking {
    width: 89.21875vw;
    height: 12.8125vw;
    margin: 0 auto 2.34375vw;
  }
}
#survey .btn-ranking a {
  width: 100%;
  position: absolute;
  top: -10px;
  left: -8px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 768px) {
  #survey .btn-ranking a {
    top: -1.5625vw;
    left: -1.25vw;
  }
}
#survey .btn-ranking a:hover {
  top: 0;
  left: 0;
}
@media only screen and (max-width: 768px) {
  #survey .btn-ranking a:hover {
    top: -1.5625vw;
    left: -1.25vw;
  }
}
#survey .btn-ranking::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) {
  #survey .btn-ranking.off {
    width: auto;
    height: auto;
  }
}
#survey .btn-ranking.off::after {
  display: none;
}
#survey .btn-ranking img {
  width: 100%;
}
#survey .btn-nominate {
  position: relative;
  width: 615px;
  height: 70px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #survey .btn-nominate {
    width: 80vw;
    height: 10.15625vw;
    margin: 0 auto;
  }
}
#survey .btn-nominate a {
  width: 100%;
  position: absolute;
  top: -10px;
  left: -8px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 768px) {
  #survey .btn-nominate a {
    top: -1.5625vw;
    left: -1.25vw;
  }
}
#survey .btn-nominate a:hover {
  top: 0;
  left: 0;
}
@media only screen and (max-width: 768px) {
  #survey .btn-nominate a:hover {
    top: -1.5625vw;
    left: -1.25vw;
  }
}
#survey .btn-nominate::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) {
  #survey .btn-nominate.off {
    width: auto;
    height: auto;
  }
}
#survey .btn-nominate.off::after {
  display: none;
}
#survey .btn-nominate img {
  width: 100%;
}

#pagetop {
  display: none !important;
  position: absolute;
  bottom: -55px;
  right: -58px;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  #pagetop {
    bottom: -24.21875vw;
    right: -4.375vw;
    z-index: 2;
  }
}

#content .inner {
  position: relative;
  width: 1000px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #content .inner {
    width: 93.75vw;
  }
}
/*# sourceMappingURL=result2025.css.map */