@charset "UTF-8";
a:link, a:visited {
  color: #000;
  text-decoration: none;
}
/* --- モーダル基本スタイル --- */
/* --- /モーダル基本スタイル --- */
* {
  margin: 0;
  padding: 0;
}

ul {
  list-style-type: none;
  padding: 0;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, main, section {
  display: block;
  margin: 0;
  padding: 0;
}

* html body {
  overflow-y: auto;
}

* + html body {
  overflow-y: auto;
}

body {
  overflow-y: scroll;
}

.wp-block-group {
  margin-bottom: 0 !important;
}

html {
  -webkit-overflow-scrolling: touch;
}

input, textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  vertical-align: bottom;
  border: 0;
  max-width: 100%;
  height: auto;
  width: auto;
  image-rendering: auto;
}

.pc, .pc-768, .pc-480, .pc-360 {
  display: initial;
}

.sp, .sp-768, .sp-680, .sp-480, .sp-360 {
  display: none;
}

.is-hide {
  display: none;
}

.is-show {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media screen and (min-width: 900px) {
  button.hamburger,
  nav#mobileMenu {
    display: none;
  }
}
h2 {
  margin-bottom: 20px;
}

h3 {
  margin-bottom: 15px;
}

.inner {
  max-width: 800px;
  width: 100%;
  margin: auto;
}

header {
  margin-bottom: 20px;
}

section#list-ranking {
  overflow-x: auto;
  margin-bottom: clamp(30px, 10vw, 50px);
}
section#list-ranking dl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(100px, 1fr))[4];
  grid-template-columns: repeat(4, minmax(100px, 1fr));
}
section#list-ranking dl:first-of-type dd {
  font-size: clamp(10px, 2vw, 18px);
}
section#list-ranking dl:first-of-type dd:first-child {
  border-top: none;
  border-left: none;
  border-bottom: none;
}
section#list-ranking dl:last-of-type {
  border-bottom: solid 1px #666;
}
section#list-ranking dt, section#list-ranking dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-left: solid 1px #666;
  border-top: solid 1px #666;
  padding: clamp(5px, 2vw, 15px);
}
section#list-ranking dt:nth-child(4n), section#list-ranking dd:nth-child(4n) {
  border-right: solid 1px #666;
}
section#list-ranking dt {
  font-size: clamp(10px, 2vw, 18px);
  text-align: center;
  background: #fffcd6;
  border-right: solid 1px #666;
  position: sticky;
  left: 0;
  z-index: 100;
}
section#list-ranking dt + dd {
  border-left: none;
}
section#list-ranking dd {
  position: relative;
}
section#list-ranking dd img[src*=chara] {
  -webkit-animation: yurayura 2s infinite alternate ease-in-out;
          animation: yurayura 2s infinite alternate ease-in-out;
}
@-webkit-keyframes yurayura {
  0%, 100% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
    -webkit-transform-origin: bottom center;
            transform-origin: bottom center;
  }
  50% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
}
@keyframes yurayura {
  0%, 100% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
    -webkit-transform-origin: bottom center;
            transform-origin: bottom center;
  }
  50% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
}
section#list-ranking dd img[src*=chara] {
  width: clamp(50px, 20vw, 120px);
}
section#list-ranking dd img[src*=icon] {
  width: auto;
  max-height: 80px;
  height: 100%;
}
section#list-ranking dd.site-cap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
section#list-ranking dd.site-cap a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  section#list-ranking dd.site-cap a:hover {
    opacity: 0.5;
  }
}
section#list-ranking dd.site-cap a {
  font-weight: bold;
  text-align: center;
  line-height: 2;
}
section#list-ranking dd.site-cap a img {
  border: solid 1px #ccc;
}
section#list-ranking dd.reccoment-point {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
section#list-ranking dd.reccoment-point p {
  font-size: clamp(10px, 3vw, 28px);
  color: #f70;
}
section#list-ranking dd.reccoment-point span {
  font-size: clamp(10px, 3vw, 18px);
  font-weight: bold;
  line-height: 1.2;
}
section#list-ranking dd:not(section#list-ranking dd.reccoment-point, section#list-ranking dd.site-cap) p {
  font-size: clamp(10px, 2vw, 18px);
  font-weight: bold;
  text-align: center;
  position: absolute;
}
section#list-ranking dd a.button {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  section#list-ranking dd a.button:hover {
    opacity: 0.5;
  }
}
section#list-ranking dd a.button {
  width: 156px;
  height: clamp(20px, 10vw, 60px);
  font-size: clamp(10px, 2vw, 18px);
  font-weight: bold;
  text-shadow: 1px 1px 0 #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: clamp(2px, 1vw, 6px);
  background: -webkit-gradient(linear, left top, left bottom, from(#a2ff00), to(#86c800));
  background: linear-gradient(#a2ff00 0%, #86c800 100%);
  border: 2px solid #76d100;
  -webkit-box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.16);
}

section#introduction {
  background: #efefef;
  border-radius: clamp(0px, 2vw, 15px);
  margin-bottom: clamp(30px, 10vw, 50px);
  padding: clamp(10px, 5vw, 20px);
}
section#introduction div {
  font-size: clamp(16px, 5vw, 20px);
  text-align: justify;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 15px;
  padding: clamp(10px, 5vw, 20px);
}
section#introduction p {
  font-size: clamp(10px, 5vw, 16px);
}

section.rankingWrap {
  border-radius: clamp(0px, 2vw, 10px);
  margin-bottom: clamp(30px, 10vw, 50px);
  padding: clamp(15px, 5vw, 30px);
}
section.rankingWrap.rank-1st {
  background: #fffcdf;
  border: 1px solid #dfc205;
}
section.rankingWrap.rank-2nd {
  background: #f8fefd;
  border: 1px solid #69beb9;
}
section.rankingWrap.rank-3rd {
  background: #fff4ec;
  border: 1px solid #cf905f;
}
section.rankingWrap h2 {
  font-size: clamp(10px, 5vw, 24px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: clamp(10px, 5vw, 20px);
}
section.rankingWrap figure {
  margin-bottom: clamp(10px, 5vw, 30px);
}
section.rankingWrap figure a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  section.rankingWrap figure a:hover {
    opacity: 0.5;
  }
}
section.rankingWrap p.rating {
  text-align: center;
  margin-bottom: clamp(10px, 5vw, 30px);
}
section.rankingWrap p.rating img {
  width: clamp(100px, 80vw, 590px);
}
section.rankingWrap dl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 30% 70%;
  grid-template-columns: 30% 70%;
  background: #fff;
  border: 1px solid #e88300;
  margin-bottom: clamp(10px, 5vw, 30px);
}
section.rankingWrap dl dt, section.rankingWrap dl dd {
  font-size: clamp(10px, 2vw, 18px);
  font-weight: bold;
  padding: clamp(5px, 2vw, 15px);
}
section.rankingWrap dl dt:not(section.rankingWrap dl dt:last-of-type, section.rankingWrap dl dd:last-of-type), section.rankingWrap dl dd:not(section.rankingWrap dl dt:last-of-type, section.rankingWrap dl dd:last-of-type) {
  border-bottom: 1px solid #e88300;
}
section.rankingWrap dl dt {
  color: #b25300;
  background: #fff6d8;
  border-right: 1px solid #e88300;
}
section.rankingWrap h4 {
  margin-bottom: 20px;
}
section.rankingWrap h5 {
  width: calc(100% - clamp(10px, 5vw, 40px) * 2);
  font-size: clamp(10px, 5vw, 26px);
  color: white;
  text-align: center;
  line-height: 1.2;
  display: inline-block;
  padding: clamp(5px, 3vw, 20px) clamp(10px, 5vw, 40px);
  background: #b50c00;
  clip-path: polygon(2% 0%, 98% 0%, 96% 100%, 0% 100%);
  margin-bottom: clamp(10px, 3vw, 20px);
}
section.rankingWrap div.rec_read {
  font-size: clamp(12px, 5vw, 22px);
  margin-bottom: 20px;
}
section.rankingWrap div.rank_comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
  padding: 20px 0 0 0;
}
section.rankingWrap div.rank_comment div.fukidashi {
  width: calc(100% - 150px);
  font-size: 20px;
  font-weight: 400;
  text-align: left;
  line-height: 1.5;
  color: #000000;
  position: relative;
  display: inline-block;
  border: 2px solid #707070;
  border-radius: 15px;
  background-color: #ffffff;
  margin-right: 20px;
  padding: 16px;
}
section.rankingWrap div.rank_comment div.fukidashi::before {
  content: "";
  position: absolute;
  top: 59%;
  right: 0;
  border-style: solid;
  border-width: 0 0 20px 20px;
  border-color: transparent transparent transparent #707070;
  translate: 100% -50%;
}
section.rankingWrap div.rank_comment div.fukidashi::after {
  content: "";
  position: absolute;
  top: 59%;
  right: 0;
  border-style: solid;
  border-width: 0 0 15.2px 15.2px;
  border-color: transparent transparent transparent #ffffff;
  translate: 100% calc(-50% - 0.4px);
}
section.rankingWrap div.rank_comment figure {
  width: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
}
section.rankingWrap div.rank_button {
  text-align: center;
}
section.rankingWrap div.rank_button img {
  margin-bottom: 30px;
}
section.rankingWrap div.rank_button a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  section.rankingWrap div.rank_button a:hover {
    opacity: 0.5;
  }
}

ul#law {
  list-style-position: inside;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  margin-bottom: clamp(30px, 10vw, 50px);
  padding: 30px 0;
}
ul#law li {
  font-size: clamp(10px, 4vw, 16px);
  text-indent: -1.4em;
  list-style-type: disc;
  padding: 0.3em 0.3em 0.3em 1em;
}

footer {
  font-size: clamp(10px, 4vw, 16px);
  color: #fff;
  text-align: center;
  background: #000;
  padding: 30px 0;
}

@media (max-width: 800px) {
  .pc {
    display: none;
  }
}
@media screen and (max-width: 800px) and (max-width: 768px) {
  .pc-768 {
    display: none;
  }
}
@media screen and (max-width: 800px) and (max-width: 480px) {
  .pc-480 {
    display: none;
  }
}
@media screen and (max-width: 800px) and (max-width: 360px) {
  .pc-360 {
    display: none;
  }
}
@media (max-width: 800px) {
  .sp {
    display: initial;
  }
}
@media screen and (max-width: 800px) and (max-width: 768px) {
  .sp-768 {
    display: initial;
  }
}
@media screen and (max-width: 800px) and (max-width: 680px) {
  .sp-680 {
    display: initial;
  }
}
@media screen and (max-width: 800px) and (max-width: 480px) {
  .sp-480 {
    display: initial;
  }
}
@media screen and (max-width: 800px) and (max-width: 360px) {
  .sp-360 {
    display: initial;
  }
}
@media screen and (max-width: 800px) and (max-width: 480px) {
  section.rankingWrap div.rank_comment {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section.rankingWrap div.rank_comment div.fukidashi {
    width: calc(100% - 32px);
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    padding: 16px;
    border: 2px solid #666666;
    border-radius: 8px;
    background-color: #ffffff;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #000000;
  }
  section.rankingWrap div.rank_comment div.fukidashi::before {
    content: "";
    position: absolute;
    top: initial;
    right: initial;
    bottom: 0;
    left: 50%;
    border-style: solid;
    border-width: 20px 10px 0 10px;
    border-color: #666666 transparent transparent;
    translate: -50% 100%;
  }
  section.rankingWrap div.rank_comment div.fukidashi::after {
    content: "";
    position: absolute;
    top: initial;
    right: initial;
    bottom: 0;
    left: 50%;
    border-style: solid;
    border-width: 15.5px 7.8px 0 7.8px;
    border-color: #ffffff transparent transparent;
    translate: -50% 100%;
  }
  section.rankingWrap div.rank_comment figure {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  section.rankingWrap div.rank_comment figure img {
    width: 40%;
  }
}