@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
*:not(input), *:not(select), *:not(textarea), *:before, *:after {
  margin: 0;
  padding: 0;
  font: inherit;
  vertical-align: baseline;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  font-size: 100px;
}

@media only screen and (max-width: 479px) {
  html {
    font-size: 86px;
  }
}

html, body {
  height: 100%;
  text-align: center;
}

body {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN", Roboto, "Droid Sans", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, sans-serif;
  font-size: 0.18rem;
  line-height: 1;
  color: #000;
  font-weight: normal;
  font-style: normal;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.fwb {
  font-weight: bold;
}

.table {
  display: table;
}

.row {
  display: table-row;
}

.cell {
  display: table-cell;
}

@media only screen and (max-width: 479px) {
  .tblock {
    display: block !important;
  }
  .tblock tbody, .tblock tr, .tblock th, .tblock td {
    display: block !important;
  }
}

.m0a {
  margin: 0 auto;
}

.mbss {
  margin-bottom: 0.2rem;
}

.mbs {
  margin-bottom: 0.4rem;
}

.mbm {
  margin-bottom: 0.6rem;
}

.mbl {
  margin-bottom: 0.8rem;
}

.mbll {
  margin-bottom: 1rem;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.tac {
  text-align: center;
}

.fll {
  float: left;
}

.flr {
  float: right;
}

.op a img,
.op2 {
  transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
}

.op a img:hover,
.op2:hover {
  opacity: 0.7;
}

.cf:after {
  display: block;
  clear: both;
  content: "";
}

.show_pc {
  display: block;
}

@media only screen and (max-width: 979px) {
  .show_pc {
    display: none;
  }
}

@media only screen and (max-width: 479px) {
  .show_pc {
    display: none;
  }
}

img.show_pc, span.show_pc {
  display: inline;
}

@media only screen and (max-width: 979px) {
  img.show_pc, span.show_pc {
    display: none;
  }
}

@media only screen and (max-width: 479px) {
  img.show_pc, span.show_pc {
    display: none;
  }
}

.show_pctb {
  display: block;
}

@media only screen and (max-width: 979px) {
  .show_pctb {
    display: block;
  }
}

@media only screen and (max-width: 479px) {
  .show_pctb {
    display: none;
  }
}

img.show_pctb, span.show_pctb {
  display: inline;
}

@media only screen and (max-width: 979px) {
  img.show_pctb, span.show_pctb {
    display: inline;
  }
}

@media only screen and (max-width: 479px) {
  img.show_pctb, span.show_pctb {
    display: none;
  }
}

.show_tbsp {
  display: none;
}

@media only screen and (max-width: 979px) {
  .show_tbsp {
    display: block;
  }
}

@media only screen and (max-width: 479px) {
  .show_tbsp {
    display: block;
  }
}

img.show_tbsp, span.show_tbsp {
  display: none;
}

@media only screen and (max-width: 979px) {
  img.show_tbsp, span.show_tbsp {
    display: inline;
  }
}

@media only screen and (max-width: 479px) {
  img.show_tbsp, span.show_tbsp {
    display: inline;
  }
}

.show_tb {
  display: none;
}

@media only screen and (max-width: 979px) {
  .show_tb {
    display: block;
  }
}

@media only screen and (max-width: 479px) {
  .show_tb {
    display: none;
  }
}

img.show_tb, span.show_tb {
  display: none;
}

@media only screen and (max-width: 979px) {
  img.show_tb, span.show_tb {
    display: inline;
  }
}

@media only screen and (max-width: 479px) {
  img.show_tb, span.show_tb {
    display: none;
  }
}

.show_sp {
  display: none;
}

@media only screen and (max-width: 979px) {
  .show_sp {
    display: none;
  }
}

@media only screen and (max-width: 479px) {
  .show_sp {
    display: block;
  }
}

img.show_sp, span.show_sp {
  display: none;
}

@media only screen and (max-width: 979px) {
  img.show_sp, span.show_sp {
    display: none;
  }
}

@media only screen and (max-width: 479px) {
  img.show_sp, span.show_sp {
    display: inline;
  }
}

#mv {
  overflow: hidden;
  position: relative;
}

#mv::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 112%;
  height: 112%;
  -webkit-filter: blur(50px);
          filter: blur(50px);
  background: url("../img/mv.jpg") center/cover;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#mv h1 {
  position: relative;
}

#search {
  padding: 0.6rem 0;
  background: url("../img/bg_stripe.png");
}

@media only screen and (max-width: 479px) {
  #search {
    padding: 0.3rem 4%;
  }
}

#ranking {
  background: url("../img/bg_dotted.png");
  padding: 0.6rem 0;
}

@media only screen and (max-width: 479px) {
  #ranking {
    padding: 0.4rem 2%;
  }
}

#ranking .box {
  max-width: 900px;
  margin: 0 auto 0.6rem;
  border: solid 0.1rem #82b9d8;
  background: #fff;
  -moz-border-radius: 0.6rem;
       border-radius: 0.6rem;
}

@media only screen and (max-width: 479px) {
  #ranking .box {
    border-width: 5px;
    -moz-border-radius: 20px;
         border-radius: 20px;
    margin-bottom: 0.3rem;
  }
}

#ranking .box:nth-child(1) {
  border-color: #f5c500;
}

#ranking .box:nth-child(1) .head {
  border-color: #f5c500;
}

#ranking .box:nth-child(1) .head .rank {
  color: #f5c500;
}

#ranking .box:nth-child(1) .body h2 {
  border-color: #f5c500;
}

#ranking .box:nth-child(2) {
  border-color: #8f8f8f;
}

#ranking .box:nth-child(2) .head {
  border-color: #8f8f8f;
}

#ranking .box:nth-child(2) .head .rank {
  color: #8f8f8f;
}

#ranking .box:nth-child(2) .body h2 {
  border-color: #8f8f8f;
}

#ranking .box:nth-child(3) {
  border-color: #d46c3a;
}

#ranking .box:nth-child(3) .head {
  border-color: #d46c3a;
}

#ranking .box:nth-child(3) .head .rank {
  color: #d46c3a;
}

#ranking .box:nth-child(3) .body h2 {
  border-color: #d46c3a;
}

#ranking .box:last-child {
  margin-bottom: 0;
}

#ranking .box .head {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4rem;
  border-bottom: solid 0.1rem #82b9d8;
  padding: 0.2rem;
}

@media only screen and (max-width: 479px) {
  #ranking .box .head {
    padding: 0.1rem;
    gap: 3%;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-width: 5px;
  }
}

@media only screen and (max-width: 479px) {
  #ranking .box .head .ico {
    width: 18%;
  }
}

#ranking .box .head .rank {
  font-weight: bold;
  font-size: 0.5rem;
  color: #82b9d8;
  margin-top: 0.1rem;
}

@media only screen and (max-width: 479px) {
  #ranking .box .head .rank {
    font-size: 0.3rem;
    display: none;
  }
}

#ranking .box .head .star {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.05rem;
}

@media only screen and (max-width: 479px) {
  #ranking .box .head .star {
    gap: 0.03rem;
    width: 56%;
  }
}

#ranking .box .head .num {
  font-weight: bold;
  font-size: 0.5rem;
  color: #d80a2c;
  margin-top: 0.1rem;
}

@media only screen and (max-width: 479px) {
  #ranking .box .head .num {
    font-size: 0.3rem;
  }
}

#ranking .box .body {
  padding: 0.4rem;
}

@media only screen and (max-width: 479px) {
  #ranking .box .body {
    padding: 0.2rem 2%;
  }
}

#ranking .box .body h2 {
  font-weight: bold;
  font-size: 0.38rem;
  line-height: 1.2;
  text-align: left;
  border-left: solid 0.1rem #82b9d8;
  padding-left: 0.15rem;
  padding-right: 0.8rem;
  margin-bottom: 0.3rem;
  background: url("../img/ico_pr.png") right center/0.8rem auto no-repeat;
}

@media only screen and (max-width: 479px) {
  #ranking .box .body h2 {
    border-width: 6px;
    padding: 6px 50px 6px 10px;
    font-size: 18px;
    margin-bottom: 0.3rem;
    -moz-background-size: 42px auto;
         background-size: 42px auto;
  }
}

#ranking .box .body figure {
  margin-bottom: 0.6rem;
  -moz-box-shadow: 0px 0px 15px -5px #777777;
       box-shadow: 0px 0px 15px -5px #777777;
}

@media only screen and (max-width: 479px) {
  #ranking .box .body figure {
    margin-bottom: 0.3rem;
  }
}

#ranking .box .body .txt {
  background: #eee;
  padding: 0.3rem;
  font-size: 0.2rem;
  line-height: 1.75;
  -moz-border-radius: 0.2rem;
       border-radius: 0.2rem;
  text-align: left;
  margin-bottom: 0.6rem;
  font-weight: bold;
}

@media only screen and (max-width: 479px) {
  #ranking .box .body .txt {
    padding: 0.15rem;
    font-size: 16px;
    -moz-border-radius: 10px;
         border-radius: 10px;
    margin-bottom: 0.3rem;
  }
}

#ranking .box .body .point {
  margin-bottom: 0.6rem;
}

@media only screen and (max-width: 479px) {
  #ranking .box .body .point {
    margin-bottom: 0.3rem;
  }
}

#ranking .box .body .point h3 {
  margin-bottom: 0.4rem;
}

@media only screen and (max-width: 479px) {
  #ranking .box .body .point h3 {
    width: 82%;
    margin: 0 auto 0.3rem;
  }
}

#ranking .box .body .point ul {
  display: inline-block;
}

#ranking .box .body .point ul li {
  margin-bottom: 0.15rem;
  font-size: 0.3rem;
  line-height: 1.4;
  font-weight: bold;
  padding-left: 0.7rem;
  background: url("../img/ico_point.png") left center/0.6rem auto no-repeat;
  text-align: left;
}

#ranking .box .body .point ul li:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 479px) {
  #ranking .box .body .point ul li {
    font-size: 0.2rem;
    margin-bottom: 0.1rem;
    padding-left: 0.5rem;
    -moz-background-size: 0.4rem auto;
         background-size: 0.4rem auto;
  }
}

#ranking .box .body .attention {
  margin-top: 0.4rem;
  font-size: 0.12rem;
  line-height: 1.75;
  text-align: left;
}

@media only screen and (max-width: 479px) {
  #ranking .box .body .attention {
    margin-top: 0.2rem;
  }
}

#column {
  padding: 0.6rem 0;
  background: url("../img/bg_stripe.png");
}

@media only screen and (max-width: 479px) {
  #column {
    padding: 0.3rem 0;
  }
}

#column .box {
  max-width: 900px;
  margin: 0 auto;
  background: #fff;
  -moz-border-radius: 0.2rem;
       border-radius: 0.2rem;
  padding: 0.3rem;
}

@media only screen and (max-width: 479px) {
  #column .box {
    width: 92%;
    padding: 0.3rem 4%;
  }
}

#column .box h2 {
  font-weight: bold;
  font-size: 0.28rem;
  margin-bottom: 0.3rem;
  color: #d80a2c;
}

@media only screen and (max-width: 479px) {
  #column .box h2 {
    margin-bottom: 0.2rem;
  }
}

#column .box ul {
  text-align: left;
}

#column .box ul li {
  border-bottom: solid 1px #bfbfbf;
}

#column .box ul li a {
  display: block;
  padding: 0.15rem;
}

@media only screen and (max-width: 479px) {
  #column .box ul li a {
    padding: 0.1rem;
  }
}

#column .box ul li a .ttl {
  font-size: 0.2rem;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 0.05rem;
}

@media only screen and (max-width: 479px) {
  #column .box ul li a .ttl {
    font-size: 0.18rem;
  }
}

#column .box ul li a .txt {
  font-size: 0.15rem;
  line-height: 1.6;
}

@media only screen and (max-width: 479px) {
  #column .box ul li a .txt {
    font-size: 0.13rem;
  }
}

header {
  padding: 0.3rem 0;
  background: url("../img/bg_stripe.png");
}

@media only screen and (max-width: 479px) {
  header {
    padding: 0.2rem 4%;
  }
}

footer nav {
  padding: 0.2rem 0;
}

@media only screen and (max-width: 479px) {
  footer nav {
    padding: 0.15rem 4%;
  }
}

footer nav ul {
  max-width: 900px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}

@media only screen and (max-width: 479px) {
  footer nav ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.2rem;
  }
}

footer nav ul li {
  width: 100%;
}

@media only screen and (max-width: 479px) {
  footer nav ul li {
    width: auto;
  }
}

footer nav ul li a {
  font-weight: bold;
  font-size: 0.18rem;
  white-space: nowrap;
}

footer .disclaimer {
  background: url("../img/bg_dotted.png");
  padding: 0.4rem 0;
}

@media only screen and (max-width: 479px) {
  footer .disclaimer {
    padding: 0.2rem 4%;
  }
}

footer .disclaimer dl {
  max-width: 900px;
  margin: 0 auto;
  text-align: left;
  font-size: 0.13rem;
  line-height: 1.6;
}

.subpage #main {
  background: url("../img/bg_dotted.png");
  padding: 0.6rem 0;
}

@media only screen and (max-width: 479px) {
  .subpage #main {
    padding: 0.4rem 4%;
  }
}

.subpage #main .box {
  max-width: 900px;
  margin: 0 auto;
  border: solid 0.1rem #82b9d8;
  background: #fff;
  -moz-border-radius: 0.6rem;
       border-radius: 0.6rem;
  padding: 0.4rem;
}

@media only screen and (max-width: 479px) {
  .subpage #main .box {
    border-width: 5px;
    -moz-border-radius: 20px;
         border-radius: 20px;
    margin-bottom: 0.3rem;
    padding: 0.2rem 4%;
  }
}

.subpage #main .box h1 {
  font-size: 0.4rem;
  font-weight: bold;
  color: #fff;
  background: #82b9d8;
  padding: 0.15rem 0.1rem;
  -moz-border-radius: 0.1rem;
       border-radius: 0.1rem;
  margin-bottom: 0.6rem;
  line-height: 1.2;
}

@media only screen and (max-width: 479px) {
  .subpage #main .box h1 {
    font-size: 0.3rem;
    margin-bottom: 0.3rem;
  }
}

.subpage #main .box .content {
  text-align: left;
  line-height: 1.75;
  margin-bottom: 0.6rem;
}

@media only screen and (max-width: 479px) {
  .subpage #main .box .content {
    margin-bottom: 0.4rem;
  }
}

.subpage #main .box .content > * {
  margin: 1em 0;
}

.subpage #main .box .content > *:first-child {
  margin-top: 0;
}

.subpage #main .box .content > *:last-child {
  margin-bottom: 0;
}

.subpage #main .box .content h2, .subpage #main .box .content h3, .subpage #main .box .content h4, .subpage #main .box .content h5, .subpage #main .box .content h6 {
  margin: 1.5em 0 0.5em;
  line-height: 1.2;
}

.subpage #main .box .content h2:first-child, .subpage #main .box .content h3:first-child, .subpage #main .box .content h4:first-child, .subpage #main .box .content h5:first-child, .subpage #main .box .content h6:first-child {
  margin-top: 0;
}

.subpage #main .box .content h2:last-child, .subpage #main .box .content h3:last-child, .subpage #main .box .content h4:last-child, .subpage #main .box .content h5:last-child, .subpage #main .box .content h6:last-child {
  margin-bottom: 0;
}

.subpage #main .box .content h2 {
  border-left: solid 0.1rem #82b9d8;
  border-bottom: solid 0.05rem #82b9d8;
  padding: 0.05rem 0 0.05rem 0.1rem;
  font-size: 0.28rem;
  font-weight: bold;
}

.subpage #main .box .content h3 {
  font-size: 0.26rem;
  font-weight: bold;
  padding-left: 0.2rem;
  position: relative;
}

.subpage #main .box .content h3::before {
  content: "";
  width: 0.1rem;
  height: 0.1rem;
  -moz-border-radius: 0.03rem;
       border-radius: 0.03rem;
  background: #82b9d8;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.subpage #main .box .content h4 {
  font-size: 0.24rem;
  font-weight: bold;
  color: #82b9d8;
}

.subpage #main .box .content h5 {
  font-weight: bold;
  color: #82b9d8;
}

.subpage #main .box .content h6 {
  font-weight: bold;
}

.subpage #main .box .content dl dt {
  font-weight: bold;
}

.subpage #main .box .content dl dd {
  margin-bottom: 1em;
}

.subpage #main .box .content dl dd:last-child {
  margin-bottom: 0;
}

.subpage #main .box .btn {
  background: #e7314f;
  display: block;
  -moz-border-radius: 0.3rem;
       border-radius: 0.3rem;
  font-size: 0.3rem;
  font-weight: bold;
  color: #fff;
  padding: 0.2rem 0;
  border-bottom: solid 0.1rem #d80a2c;
}

@media only screen and (max-width: 479px) {
  .subpage #main .box .btn {
    padding: 0.15rem 0;
    font-size: 0.24rem;
    -moz-border-radius: 0.2rem;
         border-radius: 0.2rem;
  }
}

#searchbox {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  top: 0;
  left: 0;
  display: none;
}

#searchbox::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
}

#searchbox .box {
  width: 680px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: solid 0.08rem #82b9d8;
  background: #fff;
  -moz-border-radius: 0.3rem;
       border-radius: 0.3rem;
  padding: 0.6rem 0.3rem 0.3rem;
}

@media only screen and (max-width: 479px) {
  #searchbox .box {
    width: 92%;
  }
}

#searchbox .box .btn_close {
  background: #82b9d8;
  color: #fff;
  font-weight: bold;
  font-size: 0.3rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 0.6rem;
  height: 0.6rem;
  -moz-border-radius: 0.3rem;
       border-radius: 0.3rem;
  line-height: 1;
  position: absolute;
  top: 0.1rem;
  right: 0.1rem;
}

#searchbox .box dl {
  margin-bottom: 0.3rem;
}

@media only screen and (max-width: 479px) {
  #searchbox .box dl {
    margin-bottom: 0.25rem;
  }
}

#searchbox .box dl dt {
  font-weight: bold;
  font-size: 0.26rem;
  color: #82b9d8;
  margin-bottom: 0.2rem;
}

@media only screen and (max-width: 479px) {
  #searchbox .box dl dt {
    font-size: 0.2rem;
    margin-bottom: 0.15rem;
  }
}

#searchbox .box dl dd {
  margin-bottom: 0.3rem;
}

@media only screen and (max-width: 479px) {
  #searchbox .box dl dd {
    margin-bottom: 0.25rem;
  }
}

#searchbox .box dl dd:last-child {
  margin-bottom: 0;
}

#searchbox .box dl dd ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px 2%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#searchbox .box dl dd ul li {
  width: 49%;
}

#searchbox .box dl dd ul li label {
  cursor: pointer;
}

#searchbox .box dl dd ul li label span {
  font-size: 0.2rem;
  font-weight: bold;
  display: block;
  background: #e7314f;
  border-bottom: solid 0.06rem #d80a2c;
  color: #fff;
  padding: 0.1rem 0;
  opacity: 0.6;
  -moz-border-radius: 0.03rem;
       border-radius: 0.03rem;
}

@media only screen and (max-width: 479px) {
  #searchbox .box dl dd ul li label span {
    font-size: 0.18rem;
    padding: 0.06rem 0;
  }
}

#searchbox .box dl dd ul li label input {
  display: none;
}

#searchbox .box dl dd ul li label input:checked + span {
  opacity: 1;
}

#searchbox .box dl dd input[type="text"] {
  width: 100%;
  padding: 0.1rem;
  border: solid 0.03rem #82b9d8;
  -moz-border-radius: 0.03rem;
       border-radius: 0.03rem;
  background: #f0faff;
}

#searchbox .box .btn {
  background: #e7314f;
  display: block;
  -moz-border-radius: 0.1rem;
       border-radius: 0.1rem;
  font-size: 0.24rem;
  font-weight: bold;
  color: #fff;
  padding: 0.15rem 0;
  border-bottom: solid 0.1rem #d80a2c;
}

@media only screen and (max-width: 479px) {
  #searchbox .box .btn {
    padding: 0.1rem 0;
    font-size: 0.2rem;
  }
}

@media screen and (min-width: 769px) {
  .starRate ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .starRate ul li {
    width: 23px;
    height: 22px;
    margin: 3.5px 5px;
    background: url("../img/starEmptyNews.png") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .starRate ul li span {
    display: block;
    height: 100%;
    background: url("../img/starYelNews.png") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .quick {
    padding: 42px 15px 69px;
    background: #F7C237;
    font-family: "Noto Sans JP", serif;
    display: none;
  }
  .quick h2 {
    line-height: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .quick h2 span {
    font-size: 32px;
    line-height: 43px;
    font-weight: 700;
    text-align: center;
    color: #fff;
  }
  .quick h2::before, .quick h2::after {
    content: "";
    width: 40px;
    height: 93px;
    background: url("../img/splash.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    display: inline-block;
  }
  .quick h2::after {
    -webkit-transform: scaleX(-1);
       -moz-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  .quick__note {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0px 0 10px;
    display: none;
  }
  .quick__note span {
    font-size: 16px;
    line-height: 43px;
    font-weight: 700;
    color: #fff;
    margin: 0 7px;
  }
  .quick__note::before, .quick__note::after {
    content: "";
    width: 41px;
    height: 18px;
    background: url("../img/noteScroll.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .quick__wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 215px (167px)[4];
        grid-template-columns: 215px repeat(4, 167px);
    overflow: auto;
    max-width: 893px;
    margin: 26px auto 0;
  }
  .quick__wrap .col {
    border: 1px solid #F7C237;
  }
  .quick__wrap .col .cell {
    border-bottom: 1px solid #F7C237;
    background: #fff;
    display: block;
  }
  .quick__wrap .col .cell > dl > dt {
    text-align: center;
    background: #F4F4F4;
    font-size: 16px;
    line-height: 35px;
    padding: 5px 0;
    color: #DF6D10;
    font-weight: 700;
  }
  .quick__wrap .col .cell > dl > dd {
    text-align: center;
    background: #fff;
    color: #1A1A1A;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
  }
  .quick__wrap .col .cell > dl > dd p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #1A1A1A;
  }
  .quick__wrap .col .cell.crown {
    text-align: center;
    padding: 7px 0;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    height: var(--maxCrown-height);
  }
  .quick__wrap .col .cell.crown::before {
    position: absolute;
    content: "PR";
    font-size: 14px;
    line-height: 1.3;
    font-weight: 700;
    color: #1A1A1A;
    left: 3px;
    left: 7px;
  }
  .quick__wrap .col .cell.crown.hall {
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    padding: 7px 0;
    font-weight: 700;
    background: #272727 url("../img/bgHall.png") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .quick__wrap .col .cell.crown.hall::before {
    color: #fff;
  }
  .quick__wrap .col .cell.crown.special {
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    padding: 7px 0;
    font-weight: 700;
    background: #EC3582 url("../img/bgSpecial.png") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .quick__wrap .col .cell.crown.special::before {
    color: #fff;
  }
  .quick__wrap .col .cell.crown figure img {
    width: 45.69px;
  }
  .quick__wrap .col .cell.thumb {
    padding: 11px 12px 11px;
  }
  .quick__wrap .col .cell.thumb figure img {
    width: 100%;
    height: 246px;
    object-fit: cover;
  }
  .quick__wrap .col .cell.thumb p {
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
    margin-top: 6px;
    text-align: center;
    display: none;
  }
  .quick__wrap .col .cell.eva > dl > dd {
    padding: 7px;
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
  }
  .quick__wrap .col .cell.easy > dl > dd {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 9px 0 10px;
  }
  .quick__wrap .col .cell.point > dl > dd {
    padding: 14px 5px 18px;
    height: var(--maxPoint-height);
  }
  .quick__wrap .col .cell.income > dl > dd {
    padding: 8px;
  }
  .quick__wrap .col .cell.incomeH > dl > dd {
    height: var(--maxIncome-height);
  }
  .quick__wrap .col .cell.working > dl > dd {
    height: var(--maxWorking-height);
  }
  .quick__wrap .col .cell.cash > dl > dd {
    height: var(--maxCash-height);
  }
  .quick__wrap .col .cell.income > dl > dd img {
    width: 31px;
  }
  .quick__wrap .col .cell.btnApp {
    background: #00A478;
    padding: 6px;
  }
  .quick__wrap .col .cell.btnApp a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 56px;
    -moz-border-radius: 5px;
         border-radius: 5px;
    background: #fff;
    color: #E83D32;
    text-align: center;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 700;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding-right: 11px;
  }
  .quick__wrap .col .cell.btnApp a::after {
    position: absolute;
    content: "";
    width: 18px;
    height: 18px;
    background: url("../img/btnCircle.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 5px;
  }
  .quick__wrap .col .cell .star {
    width: 121.83px;
    height: 21.34px;
    background: url("../img/groupStar_yel.png") 0 0 no-repeat;
    -moz-background-size: 100% auto;
         background-size: 100% auto;
    display: inline-block;
  }
  .quick__wrap .col .cell .starRate {
    height: 100%;
    background: url("../img/groupStar_yel.png") 0 0 no-repeat;
    -moz-background-size: auto 100%;
         background-size: auto 100%;
  }
  .quick__wrap .col:nth-of-type(1) .eva > dl > dd {
    color: #FF5479;
  }
  .quick__wrap .col:nth-of-type(1) .btnApp a {
    font-size: 18px;
    padding-right: 0;
  }
  .quick__wrap .col:nth-of-type(1) .btnApp a::after {
    width: 23px;
    height: 23px;
  }
  .quick__pr {
    max-width: 893px;
    width: 100%;
    margin: auto;
    font-size: 14px;
    line-height: 1.3;
    color: #1A1A1A;
    font-weight: 500;
    text-align: left;
  }
}

@media screen and (max-width: 768px) {
  .starRate ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .starRate ul li {
    width: 5.52885vw;
    height: 5.28846vw;
    margin: 0.84135vw 1.20192vw;
    background: url("../img/starEmptyNews.png") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .starRate ul li span {
    display: block;
    height: 100%;
    background: url("../img/starYelNews.png") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .quick {
    padding: 6.00962vw 3.60577vw 4.56731vw;
    background: #F7C237;
    font-family: "Noto Sans JP", serif;
  }
  .quick h2 {
    line-height: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .quick h2 span {
    font-size: 7.69231vw;
    line-height: 10.33654vw;
    font-weight: 700;
    text-align: center;
    color: #fff;
  }
  .quick h2::before, .quick h2::after {
    content: "";
    width: 9.61538vw;
    height: 22.35577vw;
    background: url("../img/splash.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    display: inline-block;
  }
  .quick h2::after {
    -webkit-transform: scaleX(-1);
       -moz-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  .quick__note {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0vw 0 2.40385vw;
  }
  .quick__note span {
    font-size: 3.84615vw;
    line-height: 10.33654vw;
    font-weight: 700;
    color: #fff;
    margin: 0 1.68269vw;
  }
  .quick__note::before, .quick__note::after {
    content: "";
    width: 9.85577vw;
    height: 4.32692vw;
    background: url("../img/noteScroll.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .quick__wrap {
    display: -ms-grid;
    display: grid;
    /* -ms-grid-columns: 51.68269vw (40.14423vw)[4];
        grid-template-columns: 51.68269vw repeat(4, 40.14423vw); */
    -ms-grid-columns: 36.29807vw (28.6057vw)[4];
        grid-template-columns: 36.29807vw repeat(4, 28.6057vw);
    overflow: auto;
    margin-right: -3.60577vw;
    counter-reset: col;
  }
  .quick__wrap .col {
    border: 1px solid #F7C237;
    counter-increment: col;
  }
  .quick__wrap .col .cell {
    border-bottom: 1px solid #F7C237;
    background: #fff;
    display: block;
  }
  .quick__wrap .col .cell > dl > dt {
    text-align: center;
    background: #F4F4F4;
    font-size: 3.84615vw;
    line-height: 8.41346vw;
    padding: 1.20192vw 0;
    color: #DF6D10;
    font-weight: 700;
  }
  .quick__wrap .col .cell > dl > dd {
    text-align: center;
    background: #fff;
    color: #1A1A1A;
    font-size: 3.36538vw;
    line-height: 4.80769vw;
    font-weight: 500;
  }
  .quick__wrap .col .cell > dl > dd p {
    font-size: 3.36538vw;
    line-height: 4.80769vw;
    font-weight: 500;
    color: #1A1A1A;
  }
  .quick__wrap .col .cell.crown {
    text-align: center;
    padding: 1.68269vw 0;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    height: var(--maxCrown-height);
  }
  .quick__wrap .col .cell.crown::after {
    position: absolute;
    content: counter(col)'位';
    font-size: 3.36538vw;
    line-height: 1.3;
    font-weight: 700;
    color: #1A1A1A;
    top: 0.72115vw;
    left: 1.68269vw;
  }
  .quick__wrap .col .cell.crown::before {
    position: absolute;
    content: "PR";
    font-size: 3.36538vw;
    line-height: 1.3;
    font-weight: 700;
    color: #1A1A1A;
    top: 0.72115vw;
    /* left: 0.72115vw; */
    right: 1.68269vw;
  }
  .quick__wrap .col .cell.crown.hall {
    text-align: center;
    color: #fff;
    font-size: 3.84615vw;
    line-height: 4.80769vw;
    padding: 1.68269vw 0;
    font-weight: 700;
    background: #272727 url("../img/bgHall.png") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .quick__wrap .col .cell.crown.hall::before {
    color: #fff;
  }
  .quick__wrap .col .cell.crown.special {
    text-align: center;
    color: #fff;
    font-size: 3.84615vw;
    line-height: 4.80769vw;
    padding: 1.68269vw 0;
    font-weight: 700;
    background: #EC3582 url("../img/bgSpecial.png") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .quick__wrap .col .cell.crown.special::before {
    color: #fff;
  }
  .quick__wrap .col .cell.crown figure img {
    /* width: 10.98317vw; */
    width: 7.9038vw;
  }
  .quick__wrap .col .cell.thumb {
    padding: 2.64423vw 2.88462vw 2.64423vw;
  }
  .quick__wrap .col .cell.thumb figure {
    height: 39.13462vw;
    overflow: hidden;
  }
  .quick__wrap .col .cell.thumb figure img {
    width: 100%;
    height: auto;
    /* height: 59.13462vw; */
    /* object-fit: cover; */
  }
  .quick__wrap .col .cell.thumb p {
    font-size: 2.88462vw;
    line-height: 4.32692vw;
    font-weight: 700;
    margin-top: 1.44231vw;
    text-align: center;
    display: none;
  }
  .quick__wrap .col .cell.eva > dl > dd {
    padding: 1.68269vw;
    font-size: 5.76923vw;
    line-height: 8.65385vw;
    font-weight: 700;
  }
  .quick__wrap .col .cell.easy > dl > dd {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 2.16346vw 0 2.40385vw;
  }
  .quick__wrap .col .cell.point > dl > dd {
    padding: 3.36538vw 1.20192vw 4.32692vw;
    height: var(--maxPoint-height);
  }
  .quick__wrap .col .cell.income > dl > dd {
    padding: 1.92308vw;
  }
  .quick__wrap .col .cell.incomeH > dl > dd {
    height: var(--maxIncome-height);
  }
  .quick__wrap .col .cell.working > dl > dd {
    height: var(--maxWorking-height);
  }
  .quick__wrap .col .cell.cash > dl > dd {
    height: var(--maxCash-height);
  }
  .quick__wrap .col .cell.income > dl > dd img {
    width: 7.45192vw;
  }
  .quick__wrap .col .cell.btnApp {
    background: #00A478;
    padding: 1.44231vw;
  }
  .quick__wrap .col .cell.btnApp a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 13.5265vw;
    -moz-border-radius: 1.20192vw;
         border-radius: 1.20192vw;
    background: #fff;
    color: #E83D32;
    text-align: center;
    font-size: 3.38164vw;
    line-height: 1.3;
    font-weight: 700;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    /* padding-right: 2.64423vw; */
  }
  .quick__wrap .col .cell.btnApp a::after {
    /* position: absolute;
    content: "";
    width: 4.32692vw;
    height: 4.32692vw;
    background: url("../img/btnCircle.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 1.20192vw; */
  }
  .quick__wrap .col .cell .star {
    /* width: 29.28606vw;
    height: 5.12981vw; */
    width: 20.78365vw;
    height: 4.0865vw;
    background: url("../img/groupStar_yel.png") 0 0 no-repeat;
    -moz-background-size: auto 100%;
         background-size: auto 100%;
    display: inline-block;
  }
  .quick__wrap .col .cell .starRate {
    height: 100%;
    background: url("../img/groupStar_yel.png") 0 0 no-repeat;
    -moz-background-size: auto 100%;
         background-size: auto 100%;
  }
  .quick__wrap .col:nth-of-type(1) .eva > dl > dd {
    color: #FF5479;
  }
  .quick__wrap .col:nth-of-type(1) .btnApp a {
    /* font-size: 4.32692vw; */
  }
  .quick__wrap .col:nth-of-type(1) .btnApp a::after {
    width: 5.52885vw;
    height: 5.52885vw;
    right: 1.92308vw;
  }
  .quick__pr {
    font-size: 3.36538vw;
    line-height: 1.3;
    color: #1A1A1A;
    font-weight: 500;
    text-align: left;
  }
  .quick__wrap .col:nth-of-type(1) .cell.crown::after {
    color: #CD9E12;
  }
  .quick__wrap .col:nth-of-type(2) .cell.crown::after {
    color: #878287;
  }
  .quick__wrap .col:nth-of-type(3) .cell.crown::after {
    color: #98531E;
  }
  .quick__wrap .col:nth-of-type(4) .cell.crown::after {
    display: none;
  }
  .quick__wrap .col:nth-of-type(5) .cell.crown::after {
    display: none;
  }
}
