@charset "UTF-8";
/*=============================================================
 01_base
=============================================================*/
#content .inner {
  width: 1200px;
  margin: 0 auto;
}
@media only screen and (max-width: 1406px) {
  #content .inner {
    width: 85.3485064011vw;
  }
}
@media only screen and (max-width: 768px) {
  #content .inner {
    width: auto;
  }
}
@media only screen and (max-width: 1406px) {
  #content img {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  #content img {
    width: 100%;
  }
}
#content .page-detail {
  position: relative;
  width: 1200px;
  border-radius: 30px;
  background-color: #fff;
  padding: 40px 50px;
  margin: -156px auto 32px;
}
@media only screen and (max-width: 1406px) {
  #content .page-detail {
    width: 85.3485064011vw;
    padding: 2.8449502134vw 3.5561877667vw;
    border-radius: 2.13371266vw;
    margin: -11.0953058321vw auto 2.2759601707vw;
  }
}
@media only screen and (max-width: 768px) {
  #content .page-detail {
    width: auto;
    padding: 3.75vw 3.125vw;
    margin: -41.25vw 0 0.625vw;
    border-radius: 4.6875vw;
  }
}
#content .page-detail .text {
  font-size: 32px;
  line-height: 1.3;
  font-weight: 500;
  color: #FCFC05;
  padding: 26px 25px 18px;
  background-color: #38B5ED;
  margin-top: -20px;
}
@media only screen and (max-width: 1406px) {
  #content .page-detail .text {
    font-size: 2.2759601707vw;
    padding: 1.8492176387vw 1.7780938834vw 1.7780938834vw;
    margin-top: -1.4224751067vw;
  }
}
@media only screen and (max-width: 768px) {
  #content .page-detail .text {
    font-size: 26px;
    font-size: 4.0625vw;
    margin-top: 0;
    padding: 4.375vw 2.1875vw;
  }
}
#content .page-detail .about {
  position: relative;
}
#content .page-detail .copy {
  font-size: 14px;
  margin-bottom: 28px;
  line-height: 1.3;
}
@media only screen and (max-width: 1406px) {
  #content .page-detail .copy {
    font-size: 0.9957325747vw;
    margin-bottom: 1.9914651494vw;
  }
}
@media only screen and (max-width: 768px) {
  #content .page-detail .copy {
    font-size: 16px;
    font-size: 2.5vw;
    text-align: center;
    margin-bottom: 10px;
  }
}
#content .page-detail .copy.sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  #content .page-detail .copy.sp {
    display: block;
  }
}
#content .page-detail .box {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: start;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  #content .page-detail .box {
    display: block;
  }
}
#content .page-detail .box .thumb {
  width: 350px;
  margin-left: 28px;
}
@media only screen and (max-width: 1406px) {
  #content .page-detail .box .thumb {
    width: 24.893314367vw;
  }
}
@media only screen and (max-width: 768px) {
  #content .page-detail .box .thumb {
    width: 54.6875vw;
    margin: 0 auto 0.9375vw;
  }
}
#content .page-detail .box .thumb img {
  width: 100%;
}
#content .page-detail .box .txt-box {
  width: 700px;
}
@media only screen and (max-width: 1406px) {
  #content .page-detail .box .txt-box {
    width: 47.0839260313vw;
  }
}
@media only screen and (max-width: 768px) {
  #content .page-detail .box .txt-box {
    width: auto;
    text-align: center;
    margin-bottom: 0.78125vw;
  }
}
#content .page-detail .box .txt-box h2 {
  font-size: 56px;
  line-height: 1.2;
  margin-top: -0.45em;
  margin-bottom: 5px;
}
@media only screen and (max-width: 1406px) {
  #content .page-detail .box .txt-box h2 {
    font-size: 3.9829302987vw;
  }
}
@media only screen and (max-width: 768px) {
  #content .page-detail .box .txt-box h2 {
    font-size: 56px;
    font-size: 8.75vw;
    line-height: 1.1;
  }
}
#content .page-detail .box .txt-box h2 span {
  font-size: 40px;
}
@media only screen and (max-width: 1406px) {
  #content .page-detail .box .txt-box h2 span {
    font-size: 2.8449502134vw;
  }
}
@media only screen and (max-width: 768px) {
  #content .page-detail .box .txt-box h2 span {
    font-size: 32px;
    font-size: 5vw;
  }
}
#content .page-detail .box .txt-box .period {
  display: inline-block;
  font-size: 32px;
  padding: 0 15px;
  font-weight: 500;
  margin-bottom: 12px;
  background: linear-gradient(transparent 50%, #FCFD3C 50%);
}
@media only screen and (max-width: 1406px) {
  #content .page-detail .box .txt-box .period {
    font-size: 2.2759601707vw;
    padding: 0 1.06685633vw;
    margin-bottom: 0.853485064vw;
  }
}
@media only screen and (max-width: 768px) {
  #content .page-detail .box .txt-box .period {
    font-size: 32px;
    font-size: 5vw;
    width: 100%;
    display: block;
    padding: 0;
    margin-bottom: 2.5vw;
  }
}
#content .page-detail .box .txt-box .period span {
  font-size: 22px;
  font-weight: 700;
}
@media only screen and (max-width: 1406px) {
  #content .page-detail .box .txt-box .period span {
    font-size: 1.5647226174vw;
  }
}
@media only screen and (max-width: 768px) {
  #content .page-detail .box .txt-box .period span {
    font-size: 22px;
    font-size: 3.4375vw;
  }
}
@media only screen and (max-width: 768px) {
  #content .page-detail .box .txt-box.pc {
    display: none;
  }
}
#content .page-detail .box .txt-box.sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  #content .page-detail .box .txt-box.sp {
    display: block;
  }
}
#content h3 {
  font-size: 40px;
  margin-bottom: 38px;
  line-height: 1;
  text-align: center;
}
@media only screen and (max-width: 1406px) {
  #content h3 {
    font-size: 2.8449502134vw;
    margin-bottom: 2.7027027027vw;
  }
}
@media only screen and (max-width: 768px) {
  #content h3 {
    font-size: 34px;
    font-size: 5.3125vw;
    margin-bottom: 3.4375vw;
  }
}
#content h3 span {
  font-weight: 300;
}
#content h3 span.color {
  font-weight: bold;
  color: #38B5ED;
}
#content h3::before {
  content: "";
  background: url("../images/novel/crown01.png") no-repeat top center;
  background-size: contain;
  display: block;
  width: 58px;
  height: 30px;
  margin: 0 auto 5px;
}
@media only screen and (max-width: 1406px) {
  #content h3::before {
    width: 4.1251778094vw;
    height: 2.13371266vw;
    margin: 0 auto 0.3556187767vw;
  }
}
@media only screen and (max-width: 768px) {
  #content h3::before {
    width: 9.0625vw;
    height: 4.53125vw;
    margin: 0 auto 1.25vw;
  }
}
#content .award-detail {
  margin-bottom: 152px;
}
@media only screen and (max-width: 1406px) {
  #content .award-detail {
    margin-bottom: 10.8108108108vw;
  }
}
@media only screen and (max-width: 768px) {
  #content .award-detail {
    margin-bottom: 7.5vw;
  }
}
#content .award-detail .award-list {
  width: 1100px;
  margin: 0 auto;
}
@media only screen and (max-width: 1406px) {
  #content .award-detail .award-list {
    width: 78.2361308677vw;
  }
}
@media only screen and (max-width: 768px) {
  #content .award-detail .award-list {
    width: 100%;
  }
}
#content .award-detail .award-list ul {
  padding: 50px;
  background-color: #F5F5F5;
  border-radius: 30px;
}
@media only screen and (max-width: 1406px) {
  #content .award-detail .award-list ul {
    padding: 3.5561877667vw;
    border-radius: 2.13371266vw;
  }
}
@media only screen and (max-width: 768px) {
  #content .award-detail .award-list ul {
    border-radius: 0;
    padding: 5vw 6.25vw 6.25vw;
  }
}
#content .award-detail .award-list ul li {
  margin-bottom: 20px;
}
@media only screen and (max-width: 1406px) {
  #content .award-detail .award-list ul li {
    margin-bottom: 1.4224751067vw;
  }
}
@media only screen and (max-width: 768px) {
  #content .award-detail .award-list ul li {
    margin-bottom: 2.34375vw;
  }
}
#content .award-detail .award-list .btn {
  position: relative;
  width: 574px;
  text-align: center;
  border-radius: 50px;
  background-color: #fff;
  margin: -47px auto 0;
}
@media only screen and (max-width: 1406px) {
  #content .award-detail .award-list .btn {
    width: 40.8250355619vw;
    margin: -3.3428165007vw auto;
    border-radius: 3.5561877667vw;
  }
}
@media only screen and (max-width: 768px) {
  #content .award-detail .award-list .btn {
    width: 65.625vw;
    border-radius: 7.8125vw;
    margin: -6.25vw auto 0;
  }
}
#content .award-detail .award-list .btn a {
  position: relative;
  display: block;
  font-size: 24px;
  padding: 28px 20px;
  line-height: 1.3;
  text-decoration: none;
  color: #000;
  border: 2px solid #000;
  border-radius: 50px;
  z-index: 2;
  transition: all 0.15s ease;
}
@media only screen and (max-width: 1406px) {
  #content .award-detail .award-list .btn a {
    font-size: 1.706970128vw;
    padding: 1.9914651494vw 1.4224751067vw;
    border-radius: 3.5561877667vw;
  }
}
@media only screen and (max-width: 768px) {
  #content .award-detail .award-list .btn a {
    font-size: 24px;
    font-size: 3.75vw;
    padding: 4.0625vw 3.125vw;
    border-radius: 7.8125vw;
    border: 0.15625vw solid #000;
  }
}
#content .award-detail .award-list .btn a::after {
  content: "〉";
  display: block;
  font-size: 24px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  transition: all 0.2s linear;
}
@media only screen and (max-width: 1406px) {
  #content .award-detail .award-list .btn a::after {
    font-size: 1.706970128vw;
    right: 0.7112375533vw;
  }
}
@media only screen and (max-width: 768px) {
  #content .award-detail .award-list .btn a::after {
    font-size: 24px;
    font-size: 3.75vw;
    right: 1.5625vw;
  }
}
#content .award-detail .award-list .btn::before {
  content: "";
  display: block;
  width: 92px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50px;
  background-color: #000;
  transition: all 0.15s linear;
  opacity: 0;
}
@media only screen and (max-width: 1406px) {
  #content .award-detail .award-list .btn::before {
    width: 6.5433854908vw;
    border-radius: 3.5561877667vw;
  }
}
@media only screen and (max-width: 768px) {
  #content .award-detail .award-list .btn::before {
    width: 12.5vw;
    border-radius: 7.8125vw;
  }
}
#content .award-detail .award-list .btn:hover::before {
  width: 100%;
  opacity: 1;
}
#content .award-detail .award-list .btn:hover a {
  color: #fff;
}
@media only screen and (max-width: 768px) {
  #content .award-detail .award-list .btn:hover::before {
    width: 0;
    opacity: 0;
  }
  #content .award-detail .award-list .btn:hover a {
    color: #000;
  }
}
#content .award-pickup {
  padding: 48px 48px 32px;
  margin-bottom: 90px;
  background: url("../images/novel/bg.png") no-repeat top right #F5F5F5;
}
@media only screen and (max-width: 1406px) {
  #content .award-pickup {
    padding: 3.413940256vw 3.413940256vw 2.2759601707vw;
    margin-bottom: 2.8449502134vw;
  }
}
@media only screen and (max-width: 768px) {
  #content .award-pickup {
    padding: 7.5vw 5.46875vw;
    margin-bottom: 14.0625vw;
  }
}
@media only screen and (max-width: 768px) {
  #content .award-pickup h3 {
    margin-bottom: 5.9375vw;
  }
}
#content .award-pickup ul {
  width: 1100px;
  margin: 0 auto;
}
@media only screen and (max-width: 1406px) {
  #content .award-pickup ul {
    width: 78.2361308677vw;
  }
}
@media only screen and (max-width: 768px) {
  #content .award-pickup ul {
    width: auto;
  }
}
#content .award-pickup ul li {
  position: relative;
  padding: 20px 50px 32px;
  border-radius: 20px;
  margin-bottom: 38px;
  background-color: #fff;
}
@media only screen and (max-width: 1406px) {
  #content .award-pickup ul li {
    padding: 1.4224751067vw 3.5561877667vw 2.2759601707vw;
    margin-bottom: 2.7027027027vw;
    border-radius: 1.4224751067vw;
  }
}
@media only screen and (max-width: 768px) {
  #content .award-pickup ul li {
    padding: 4.375vw 3.125vw 3.125vw;
    margin-bottom: 3.90625vw;
    border-radius: 3.125vw;
  }
}
#content .award-pickup ul li::before {
  content: "";
  width: 95px;
  height: 97px;
  position: absolute;
  top: -24px;
  left: -10px;
}
@media only screen and (max-width: 1406px) {
  #content .award-pickup ul li::before {
    width: 6.7567567568vw;
    height: 6.8990042674vw;
    top: -1.706970128vw;
    left: -0.7112375533vw;
  }
}
@media only screen and (max-width: 768px) {
  #content .award-pickup ul li::before {
    width: 11.25vw;
    height: 11.875vw;
    top: -4.6875vw;
    left: -3.75vw;
  }
}
#content .award-pickup ul li h4 {
  font-size: 26px;
  line-height: 1.2;
  margin-bottom: 14px;
  padding-left: 46px;
}
@media only screen and (max-width: 1406px) {
  #content .award-pickup ul li h4 {
    font-size: 1.8492176387vw;
    margin-bottom: 0.9957325747vw;
    padding-left: 3.2716927454vw;
  }
}
@media only screen and (max-width: 768px) {
  #content .award-pickup ul li h4 {
    font-size: 24px;
    font-size: 3.75vw;
    padding-left: 0;
    margin-bottom: 2.5vw;
  }
}
#content .award-pickup ul li h4 span {
  color: #38B5ED;
}
#content .award-pickup ul li p {
  font-size: 16px;
  line-height: 1.6;
}
@media only screen and (max-width: 1406px) {
  #content .award-pickup ul li p {
    font-size: 1.1379800853vw;
  }
}
@media only screen and (max-width: 768px) {
  #content .award-pickup ul li p {
    font-size: 18px;
    font-size: 2.8125vw;
  }
}
#content .award-advice {
  width: 1100px;
  margin: 0 auto 65px;
}
@media only screen and (max-width: 1406px) {
  #content .award-advice {
    width: 78.2361308677vw;
    margin: 0 auto 4.6230440967vw;
  }
}
@media only screen and (max-width: 768px) {
  #content .award-advice {
    width: auto;
    margin: 0 auto 7.5vw;
  }
}
#content .award-advice .text {
  font-size: 18px;
  margin-bottom: 34px;
}
@media only screen and (max-width: 1406px) {
  #content .award-advice .text {
    font-size: 1.280227596vw;
    margin-bottom: 2.4182076814vw;
  }
}
@media only screen and (max-width: 768px) {
  #content .award-advice .text {
    font-size: 18px;
    font-size: 2.8125vw;
    margin-bottom: 4.6875vw;
    padding: 0 6.25vw;
  }
}
#content .award-advice .list .ttl {
  position: relative;
  background-color: #888888;
  border-radius: 50px;
  display: flex;
  align-items: center;
  padding: 6px;
  margin: 35px 0 20px;
  cursor: pointer;
}
@media only screen and (max-width: 1406px) {
  #content .award-advice .list .ttl {
    padding: 0.426742532vw;
    border-radius: 3.5561877667vw;
    margin: 2.4893314367vw 0 1.4224751067vw;
  }
}
@media only screen and (max-width: 768px) {
  #content .award-advice .list .ttl {
    margin: 4.375vw 3.125vw 2.8125vw;
    border-radius: 7.8125vw;
    padding: 0.9375vw;
  }
}
#content .award-advice .list .ttl::after {
  content: "〉";
  line-height: 1;
  font-size: 18px;
  color: #fff;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1406px) {
  #content .award-advice .list .ttl::after {
    font-size: 1.280227596vw;
    right: 0.7112375533vw;
  }
}
@media only screen and (max-width: 768px) {
  #content .award-advice .list .ttl::after {
    font-size: 18px;
    font-size: 2.8125vw;
    right: 1.5625vw;
  }
}
#content .award-advice .list .ttl.active::after {
  top: 48%;
  right: 25px;
  transform: rotate(90deg) translateY(-50%);
}
@media only screen and (max-width: 1406px) {
  #content .award-advice .list .ttl.active::after {
    right: 1.7780938834vw;
  }
}
@media only screen and (max-width: 768px) {
  #content .award-advice .list .ttl.active::after {
    right: 3.90625vw;
  }
}
#content .award-advice .list .ttl .point {
  position: relative;
  display: block;
  width: 56px;
  height: 56px;
  background-color: #fff;
  border-radius: 50px;
  text-align: center;
  margin-right: 12px;
}
@media only screen and (max-width: 1406px) {
  #content .award-advice .list .ttl .point {
    width: 3.9829302987vw;
    height: 3.9829302987vw;
    border-radius: 3.5561877667vw;
    margin-right: 0.853485064vw;
  }
}
@media only screen and (max-width: 768px) {
  #content .award-advice .list .ttl .point {
    width: 8.75vw;
    height: 8.75vw;
    border-radius: 7.8125vw;
    margin-right: 1.5625vw;
  }
}
#content .award-advice .list .ttl .point p {
  font-size: 11px;
  line-height: 1;
  color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 2px;
}
@media only screen and (max-width: 1406px) {
  #content .award-advice .list .ttl .point p {
    font-size: 0.7823613087vw;
    margin-top: 0.1422475107vw;
  }
}
@media only screen and (max-width: 768px) {
  #content .award-advice .list .ttl .point p {
    font-size: 11px;
    font-size: 1.71875vw;
    margin-top: 0.3125vw;
  }
}
#content .award-advice .list .ttl .point p span {
  font-size: 32px;
  display: block;
  font-family: "Poppins", sans-serif;
}
@media only screen and (max-width: 1406px) {
  #content .award-advice .list .ttl .point p span {
    font-size: 2.2759601707vw;
  }
}
@media only screen and (max-width: 768px) {
  #content .award-advice .list .ttl .point p span {
    font-size: 32px;
    font-size: 5vw;
  }
}
#content .award-advice .list .ttl p {
  font-size: 26px;
  color: #fff;
}
@media only screen and (max-width: 1406px) {
  #content .award-advice .list .ttl p {
    font-size: 1.8492176387vw;
  }
}
@media only screen and (max-width: 768px) {
  #content .award-advice .list .ttl p {
    font-size: 22px;
    font-size: 3.4375vw;
  }
}
#content .award-advice .list .ttl.special .point {
  background-color: #000;
}
#content .award-advice .list .ttl.special .point p {
  color: #fff;
  font-size: 32px;
  font-size: 900;
  padding-bottom: 4px;
}
@media only screen and (max-width: 1406px) {
  #content .award-advice .list .ttl.special .point p {
    font-size: 2.2759601707vw;
    margin-bottom: 0.2844950213vw;
  }
}
@media only screen and (max-width: 768px) {
  #content .award-advice .list .ttl.special .point p {
    font-size: 32px;
    font-size: 5vw;
    margin-bottom: 0.625vw;
  }
}
#content .award-advice .list .block {
  display: none;
}
#content .award-advice .list .block .box {
  padding: 18px 50px 30px;
  border-radius: 30px;
  margin-bottom: 20px;
  background-color: #F5F5F5;
}
@media only screen and (max-width: 1406px) {
  #content .award-advice .list .block .box {
    padding: 1.280227596vw 3.5561877667vw 2.13371266vw;
    border-radius: 2.13371266vw;
    margin-bottom: 1.4224751067vw;
  }
}
@media only screen and (max-width: 768px) {
  #content .award-advice .list .block .box {
    padding: 3.125vw 2.5vw;
    margin: 0 6.25vw 4.6875vw;
  }
}
#content .award-advice .list .block .box h4 {
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 18px;
}
@media only screen and (max-width: 1406px) {
  #content .award-advice .list .block .box h4 {
    font-size: 1.706970128vw;
    margin-bottom: 1.280227596vw;
  }
}
@media only screen and (max-width: 768px) {
  #content .award-advice .list .block .box h4 {
    font-size: 24px;
    font-size: 3.75vw;
    margin-bottom: 2.34375vw;
  }
}
#content .award-advice .list .block .box h4 span {
  color: #38B5ED;
}
#content .award-advice .list .block .box .wrap {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  #content .award-advice .list .block .box .wrap {
    display: block;
  }
}
#content .award-advice .list .block .box .wrap .image {
  width: 120px;
}
@media only screen and (max-width: 1406px) {
  #content .award-advice .list .block .box .wrap .image {
    width: 8.5348506401vw;
  }
}
@media only screen and (max-width: 768px) {
  #content .award-advice .list .block .box .wrap .image {
    width: 18.75vw;
    margin: 0 auto 3.125vw;
  }
}
#content .award-advice .list .block .box .wrap .image img {
  width: 100%;
}
#content .award-advice .list .block .box .wrap .image p {
  padding-top: 2px;
  text-align: center;
}
@media only screen and (max-width: 1406px) {
  #content .award-advice .list .block .box .wrap .image p {
    padding-top: 0.1422475107vw;
  }
}
@media only screen and (max-width: 768px) {
  #content .award-advice .list .block .box .wrap .image p {
    font-size: 14px;
    font-size: 2.1875vw;
  }
}
#content .award-advice .list .block .box .wrap .txt-box {
  width: 860px;
}
@media only screen and (max-width: 1406px) {
  #content .award-advice .list .block .box .wrap .txt-box {
    width: 61.1664295875vw;
  }
}
#content .award-advice .list .block .box .wrap .txt-box p {
  line-height: 1.8;
}
@media only screen and (max-width: 768px) {
  #content .award-advice .list .block .box .wrap .txt-box p {
    font-size: 18px;
    font-size: 2.8125vw;
  }
}
#content .award-advice .list .block.special {
  display: block;
}
#content .btn-wrap ul li {
  width: 760px;
  height: 138px;
  margin: 0 auto;
  border-radius: 20px;
}
@media only screen and (max-width: 1406px) {
  #content .btn-wrap ul li {
    width: 54.0540540541vw;
    height: 9.8150782361vw;
    border-radius: 1.4224751067vw;
  }
}
@media only screen and (max-width: 768px) {
  #content .btn-wrap ul li {
    width: 87.5vw;
    height: 20vw;
    border-radius: 4.6875vw;
  }
}
#content .btn-wrap ul li a {
  position: relative;
  display: block;
  padding: 20px 0 34px;
  text-decoration: none;
}
@media only screen and (max-width: 1406px) {
  #content .btn-wrap ul li a {
    padding: 1.4224751067vw 0 2.4182076814vw;
  }
}
@media only screen and (max-width: 768px) {
  #content .btn-wrap ul li a {
    padding: 5vw 0 3.90625vw;
  }
}
#content .btn-wrap ul li a p {
  text-align: center;
  font-weight: 500;
}
#content .btn-wrap ul li a p:nth-child(1) {
  font-size: 36px;
}
@media only screen and (max-width: 1406px) {
  #content .btn-wrap ul li a p:nth-child(1) {
    font-size: 2.560455192vw;
  }
}
@media only screen and (max-width: 768px) {
  #content .btn-wrap ul li a p:nth-child(1) {
    font-size: 28px;
    font-size: 4.375vw;
    font-weight: 700;
  }
}
#content .btn-wrap ul li a p:nth-child(2) {
  font-size: 20px;
}
@media only screen and (max-width: 1406px) {
  #content .btn-wrap ul li a p:nth-child(2) {
    font-size: 1.4224751067vw;
  }
}
@media only screen and (max-width: 768px) {
  #content .btn-wrap ul li a p:nth-child(2) {
    font-size: 18px;
    font-size: 2.8125vw;
  }
}
#content .btn-wrap ul li a::before {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translateY(-50%);
  transition: all 0.3s ease;
  background-color: #fff;
}
@media only screen and (max-width: 1406px) {
  #content .btn-wrap ul li a::before {
    width: 4.2674253201vw;
    height: 4.2674253201vw;
    border-radius: 2.13371266vw;
    right: -2.13371266vw;
  }
}
@media only screen and (max-width: 768px) {
  #content .btn-wrap ul li a::before {
    width: 9.375vw;
    height: 9.375vw;
    right: -4.6875vw;
    border-radius: 7.8125vw;
  }
}
#content .btn-wrap ul li a::after {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  position: absolute;
  top: 50%;
  right: -30px;
  transform: rotate(-90deg) translateY(-50%);
  transition: all 0.3s ease;
  background-color: #fff;
  transform-origin: top;
}
@media only screen and (max-width: 1406px) {
  #content .btn-wrap ul li a::after {
    width: 4.2674253201vw;
    height: 4.2674253201vw;
    border-radius: 2.13371266vw;
    right: -2.13371266vw;
  }
}
@media only screen and (max-width: 768px) {
  #content .btn-wrap ul li a::after {
    width: 9.375vw;
    height: 9.375vw;
    right: -4.6875vw;
    border-radius: 7.8125vw;
  }
}
#content .btn-wrap ul li a:hover::after {
  right: -40px;
}
@media only screen and (max-width: 1406px) {
  #content .btn-wrap ul li a:hover::after {
    right: -2.8449502134vw;
  }
}
@media only screen and (max-width: 768px) {
  #content .btn-wrap ul li a:hover::after {
    right: -4.6875vw;
  }
}
#content .btn-wrap ul li:nth-child(1) {
  background-color: #3DB7ED;
  margin-bottom: 24px;
}
@media only screen and (max-width: 1406px) {
  #content .btn-wrap ul li:nth-child(1) {
    margin-bottom: 1.706970128vw;
  }
}
@media only screen and (max-width: 768px) {
  #content .btn-wrap ul li:nth-child(1) {
    margin-bottom: 4.0625vw;
  }
}
#content .btn-wrap ul li:nth-child(1) a {
  color: #fff;
}
#content .btn-wrap ul li:nth-child(2) {
  background-color: #F5F5F5;
}
#content .btn-wrap ul li:nth-child(2) a {
  color: #3DB7ED;
}

#novel #content .award-detail .award-list ul li:last-child {
  display: none;
  padding: 15px 30px 18px;
  background-color: #fff;
}
@media only screen and (max-width: 1406px) {
  #novel #content .award-detail .award-list ul li:last-child {
    padding: 1.06685633vw 2.13371266vw 1.280227596vw;
  }
}
@media only screen and (max-width: 768px) {
  #novel #content .award-detail .award-list ul li:last-child {
    padding: 1.25vw 2.34375vw 2.8125vw;
  }
}
#novel #content .award-detail .award-list ul li:last-child p:nth-child(1) {
  font-size: 20px;
  color: #69C7F1;
  text-align: center;
  margin-bottom: 6px;
}
@media only screen and (max-width: 1406px) {
  #novel #content .award-detail .award-list ul li:last-child p:nth-child(1) {
    font-size: 1.4224751067vw;
    margin-bottom: 0.426742532vw;
  }
}
@media only screen and (max-width: 768px) {
  #novel #content .award-detail .award-list ul li:last-child p:nth-child(1) {
    font-size: 20px;
    font-size: 3.125vw;
    margin-bottom: 0.78125vw;
  }
}
#novel #content .award-detail .award-list ul li:last-child p:nth-child(2) {
  font-size: 16px;
  line-height: 1.8;
}
@media only screen and (max-width: 1406px) {
  #novel #content .award-detail .award-list ul li:last-child p:nth-child(2) {
    font-size: 1.1379800853vw;
  }
}
@media only screen and (max-width: 768px) {
  #novel #content .award-detail .award-list ul li:last-child p:nth-child(2) {
    font-size: 16px;
    font-size: 2.5vw;
  }
}
#novel #content .award-pickup {
  background: url("../images/novel/bg.png") no-repeat top right #F5F5F5;
  background-attachment: fixed;
}
@media only screen and (max-width: 768px) {
  #novel #content .award-pickup {
    background: #F5F5F5;
  }
}
#novel #content .award-pickup ul li::before {
  background: url("../images/novel/img_pickup.png") no-repeat top center;
  background-size: contain;
}
#novel #content .btn-wrap ul li a::after {
  background: url("../images/global/btn_arrow01.png") no-repeat center center #fff;
  background-size: contain;
}

#illust #content .page-detail .text {
  background-color: #F86FA3;
}
#illust #content h3 span.color {
  color: #F86FA3;
}
#illust #content .award-pickup {
  background: url("../images/illust/bg.png") no-repeat top right #F5F5F5;
  background-attachment: fixed;
}
@media only screen and (max-width: 768px) {
  #illust #content .award-pickup {
    background: #F5F5F5;
  }
}
#illust #content .award-pickup ul li::before {
  background: url("../images/illust/img_pickup.png") no-repeat top center;
  background-size: contain;
}
#illust #content .award-pickup ul li h4 span {
  color: #F86FA3;
}
#illust #content .award-advice .list .block .box h4 span {
  color: #F86FA3;
}
#illust #content .btn-wrap ul li a::after {
  background: url("../images/global/btn_arrow02.png") no-repeat center center #fff;
  background-size: contain;
}
#illust #content .btn-wrap ul li:nth-child(1) {
  background-color: #F86FA3;
}
#illust #content .btn-wrap ul li:nth-child(2) a {
  color: #F86FA3;
}

#comic #content .page-detail .text {
  background-color: #93D12C;
}
#comic #content h3 span.color {
  color: #93D12C;
}
#comic #content .award-pickup {
  background: url("../images/comic/bg.png") no-repeat top right #F5F5F5;
  background-attachment: fixed;
}
@media only screen and (max-width: 768px) {
  #comic #content .award-pickup {
    background: #F5F5F5;
  }
}
#comic #content .award-pickup ul li::before {
  background: url("../images/comic/img_pickup.png") no-repeat top center;
  background-size: contain;
}
#comic #content .award-pickup ul li h4 span {
  color: #93D12C;
}
#comic #content .award-advice .list .block .box h4 span {
  color: #93D12C;
}
#comic #content .btn-wrap ul li a::after {
  background: url("../images/global/btn_arrow02.png") no-repeat center center #fff;
  background-size: contain;
}
#comic #content .btn-wrap ul li:nth-child(1) {
  background-color: #93D12C;
}
#comic #content .btn-wrap ul li:nth-child(2) a {
  color: #93D12C;
}