@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;
}

body {
  font-family: sans-serif;
}

.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;
}

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

main {
  max-width: 680px;
  width: 100%;
  margin: auto;
}

section.reg-line {
  position: relative;
}
section.reg-line a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: 17%;
  margin: auto;
}
@media (hover: hover) and (pointer: fine) {
  section.reg-line a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  section.reg-line a:hover {
    opacity: 0.6;
  }
}
section.reg-line.middle a {
  bottom: 14%;
}

@media (max-width: 1000px) {
  .pc {
    display: none;
  }
}
@media screen and (max-width: 1000px) and (max-width: 768px) {
  .pc-768 {
    display: none;
  }
}
@media screen and (max-width: 1000px) and (max-width: 480px) {
  .pc-480 {
    display: none;
  }
}
@media screen and (max-width: 1000px) and (max-width: 360px) {
  .pc-360 {
    display: none;
  }
}
@media (max-width: 1000px) {
  .sp {
    display: initial;
  }
}
@media screen and (max-width: 1000px) and (max-width: 768px) {
  .sp-768 {
    display: initial;
  }
}
@media screen and (max-width: 1000px) and (max-width: 680px) {
  .sp-680 {
    display: initial;
  }
}
@media screen and (max-width: 1000px) and (max-width: 480px) {
  .sp-480 {
    display: initial;
  }
}
@media screen and (max-width: 1000px) and (max-width: 360px) {
  .sp-360 {
    display: initial;
  }
}
@media screen and (max-width: 1000px) 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%;
  }
}