@charset "UTF-8";
*:not(input), *:not(select), *:not(textarea), *:before, *:after {
  margin: 0;
  padding: 0;
  font: inherit;
  vertical-align: baseline;
  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%;
  filter: blur(50px);
  background: url("../img/mv.jpg") center/cover;
  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;
  border-radius: 0.6rem;
}
@media only screen and (max-width: 479px) {
  #ranking .box {
    border-width: 5px;
    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: flex;
  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%;
    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: 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;
    background-size: 42px auto;
  }
}
#ranking .box .body figure {
  margin-bottom: 0.6rem;
  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;
  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;
    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;
    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;
  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: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
@media only screen and (max-width: 479px) {
  footer nav ul {
    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;
  border-radius: 0.6rem;
  padding: 0.4rem;
}
@media only screen and (max-width: 479px) {
  .subpage #main .box {
    border-width: 5px;
    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;
  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;
  border-radius: 0.03rem;
  background: #82b9d8;
  position: absolute;
  left: 0;
  top: 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;
  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;
    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%;
  transform: translate(-50%, -50%);
  border: solid 0.08rem #82b9d8;
  background: #fff;
  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: flex;
  justify-content: center;
  align-items: center;
  width: 0.6rem;
  height: 0.6rem;
  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: flex;
  gap: 10px 2%;
  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;
  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;
  border-radius: 0.03rem;
  background: #f0faff;
}
#searchbox .box .btn {
  background: #e7314f;
  display: block;
  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;
  }
  .extraLink {
    position: fixed;
    top: 2.31401vw;;
    right: 2.31401vw;;
    z-index: 99;
    line-height: 0;
  }
  .extraLink a {
    display: inline-block;
    line-height: 0;
    width: 22.7vw
  }
  .extraLink a img {
    width: 100%;
    height: auto;
  }
}
/*# sourceMappingURL=style.css.map */