@charset "UTF-8";
@media (max-width: 769px) {
  .sp-off {
    display: none !important;
  }
}
@media (min-width: 770px) {
  .pc-off {
    display: none !important;
  }
}
main {
  background-color: #ACE5FF !important;
}

sup {
  font-size: clamp(10px, 8px + 0.004 * 100vw, 12px) !important;
  vertical-align: top;
}

#kvSec {
  width: min(800px, 100%);
  margin: 0 auto;
  position: relative;
}
#kvSec .kvSec__main {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
#kvSec .kvSec__desc {
  position: absolute;
  top: 1em;
  bottom: initial;
  left: initial;
  right: 16px;
  margin: auto;
  color: #000;
  font-size: clamp(12px, 10px + 0.004 * 100vw, 14px) !important;
}

.kvSec__details {
  position: absolute;
  top: 30%;
  bottom: initial;
  left: initial;
  right: 0px;
  margin: auto;
  position: fixed;
  background-color: #092987;
  border-radius: 8px 0px 0px 8px;
  writing-mode: vertical-rl;
  color: #fff;
  padding: 1em 1em;
  font-size: clamp(14px, 12px + 0.004 * 100vw, 16px) !important;
  letter-spacing: 0.2em;
  z-index: 12;
}

#explanationSec {
  width: min(800px, 90%);
  margin: 0 auto;
  background-color: #fff;
  padding: 0px 16px;
  box-sizing: border-box;
  border-left: solid 3px #333333;
  border-right: solid 3px #333333;
  border-top: solid 3px #333333;
  padding-top: 20px;
  padding-bottom: 20px;
}
#explanationSec h1 {
  font-size: clamp(22px, 20px + 0.004 * 100vw, 24px) !important;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.5;
}
#explanationSec h1 span {
  display: inline-block;
  border-bottom: solid 0.4em #FFC6E2;
  line-height: 0.6;
}
#explanationSec h2 {
  display: block;
  margin: 0 auto;
  font-size: clamp(14px, 10px + 0.008 * 100vw, 18px) !important;
  margin-top: -1.6em;
}
#explanationSec h2 img {
  display: block;
  width: min(100%, 500px);
  height: auto;
  margin: 0 auto;
}
#explanationSec p {
  color: rgba(5, 15, 26, 0.8);
  font-size: clamp(10px, 8px + 0.004 * 100vw, 12px) !important;
  margin: 0 auto;
  margin-top: 1em;
  width: min(100%, 500px);
}

#rankungSec {
  width: min(800px, 90%);
  margin: 0 auto;
  background-color: #fff;
  padding: 0px 16px;
  box-sizing: border-box;
  border-left: solid 3px #333333;
  border-right: solid 3px #333333;
  border-top: solid 3px #333333;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff;
  background-image: linear-gradient(#DEDEDE 1px, transparent 1px), linear-gradient(90deg, #DEDEDE 1px, transparent 1px);
  background-size: 9px 9px; /* マス目のサイズ */
}
#rankungSec h1 {
  font-size: clamp(24px, 20px + 0.008 * 100vw, 28px) !important;
  color: #EB4B9A;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 1em;
}
@media (min-width: 770px) {
  #rankungSec h1 {
    font-size: clamp(26px, 22px + 0.008 * 100vw, 30px) !important;
  }
}
#rankungSec h1 span {
  display: inline-block;
  border-bottom: solid 0.4em #FFC6E2;
  line-height: 0.5;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  font-style: normal;
}
#rankungSec ul li {
  width: min(27em, 90%);
  margin: 0 auto;
  height: auto;
  font-size: clamp(14px, 10px + 0.008 * 100vw, 18px) !important;
  font-weight: bold;
  text-align: center;
  border: solid 2px #333333;
  border-radius: 3em;
  padding: 1.2em 1em;
  box-sizing: border-box;
  margin-bottom: 0.7em;
  line-break: strict;
  word-break: keep-all;
  overflow-wrap: break-word;
  background-color: #fff;
  line-height: 1.4 !important;
}
@media (min-width: 770px) {
  #rankungSec ul li {
    font-size: clamp(14px, 10px + 0.008 * 100vw, 18px) !important;
  }
}
#rankungSec div {
  width: 300px;
  margin: 0 auto;
  position: relative;
  margin-top: 20px;
}
@media (min-width: 770px) {
  #rankungSec div {
    width: 400px;
  }
}
#rankungSec div .rankungSec__number {
  display: block;
  width: 80%;
  height: auto;
  margin: 0 auto;
}
#rankungSec div .rankungSec__question {
  width: 22px;
  height: auto;
  cursor: pointer;
  position: absolute;
  top: initial;
  bottom: 0px;
  left: initial;
  right: 0px;
  margin: auto;
}
#rankungSec p {
  color: rgba(5, 15, 26, 0.8);
  font-size: clamp(10px, 8px + 0.004 * 100vw, 12px) !important;
  margin: 0 auto;
  margin-top: 1em;
  width: min(100%, 500px);
  background-color: #fff;
  padding: 0.3em;
}

#modalSec {
  width: min(90%, 1000px);
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  position: fixed;
  z-index: 11;
  background-color: #fff;
  height: -moz-fit-content;
  height: fit-content;
  overflow-y: scroll;
  box-sizing: border-box;
  font-size: clamp(14px, 12px + 0.004 * 100vw, 16px) !important;
  border: solid 3px #000;
  scrollbar-width: none;
  -ms-overflow-style: none;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
}
#modalSec::-webkit-scrollbar {
  display: none;
}
#modalSec.active {
  opacity: 1;
  visibility: visible;
}
#modalSec p {
  margin-top: 4em;
  margin-bottom: 3em;
  padding: 0px 16px;
}
@media (min-width: 770px) {
  #modalSec p {
    padding: 0px 24px;
  }
}
#modalSec img {
  position: absolute;
  top: 14px;
  bottom: initial;
  left: initial;
  right: 14px;
  margin: auto;
  width: 20px;
  cursor: pointer;
}

#linkSec {
  width: min(800px, 90%);
  margin: 0 auto;
  background-color: #fff;
  padding: 0px 16px;
  box-sizing: border-box;
  border-left: solid 3px #333333;
  border-right: solid 3px #333333;
  border-top: solid 3px #333333;
  padding: 0px;
}
#linkSec h1 {
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  font-style: normal;
  padding: 2em 0px 1em 0px;
  font-size: clamp(26px, 22px + 0.008 * 100vw, 30px) !important;
  font-weight: 800;
}
@media (min-width: 770px) {
  #linkSec h1 {
    font-size: clamp(26px, 22px + 0.008 * 100vw, 30px) !important;
  }
}
#linkSec h1 span {
  color: #EB4B9A;
  text-decoration: underline;
  text-decoration-thickness: 0.4em;
  text-decoration-color: #FFC6E2;
  text-underline-offset: -0.2em;
}
#linkSec nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: solid 3px #333333;
}
#linkSec nav a {
  font-size: clamp(14px, 10px + 0.008 * 100vw, 18px) !important;
  text-align: center;
  width: 33.3333333333%;
  padding-bottom: 0.8em;
  box-sizing: border-box;
  transition: all 0.3s;
}
#linkSec nav a:nth-child(2) {
  border-left: solid 3px #333333;
  border-right: solid 3px #333333;
}
#linkSec nav a:hover {
  background-color: rgba(255, 198, 226, 0.6);
}
#linkSec nav a figure {
  height: 8em;
  display: flex;
  justify-content: center;
  align-items: center;
}
#linkSec nav a figure img {
  width: 55px;
  height: auto;
  max-height: 70%;
}
@media (min-width: 770px) {
  #linkSec nav a figure img {
    width: 85px;
  }
}
#linkSec nav a p {
  color: #333333;
  margin-bottom: 0.5em;
  font-weight: bold;
  font-size: clamp(20px, 18px + 0.004 * 100vw, 22px) !important;
}
#linkSec nav a .linkSec__arrow {
  width: 23px;
  height: auto;
}

#mainSec {
  width: min(800px, 90%);
  margin: 0 auto;
  background-color: #fff;
  padding: 0px 16px;
  box-sizing: border-box;
  border-left: solid 3px #333333;
  border-right: solid 3px #333333;
  border-top: solid 3px #333333;
  padding-left: 0px;
  padding-right: 0px;
}
#mainSec h1 {
  padding: 2em 24px 0px 24px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-items: flex-end;
  border-bottom: solid 3px #333333;
  gap: 0.2em;
}
#mainSec h1 b {
  font-size: clamp(50px, 50px + 0 * 100vw, 50px) !important;
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
}
#mainSec h1 span {
  font-size: clamp(22px, 20px + 0.004 * 100vw, 24px) !important;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  font-style: normal;
  margin-bottom: 0.5em;
}
@media (min-width: 770px) {
  #mainSec h1 span {
    font-size: clamp(24px, 20px + 0.008 * 100vw, 28px) !important;
  }
}
#mainSec h1 span em {
  color: #EB4B9A;
  font-style: normal;
}
#mainSec .mainSec__main {
  padding: 1em 24px 0px 24px;
}
#mainSec .mainSec__main p {
  font-size: clamp(14px, 10px + 0.008 * 100vw, 18px) !important;
  line-height: 1.6;
  margin-bottom: 1em;
}
#mainSec .mainSec__main p small {
  display: block;
  font-size: clamp(10px, 8px + 0.004 * 100vw, 12px) !important;
  margin-top: 1em;
  color: rgba(5, 15, 26, 0.8);
}
#mainSec .mainSec__main p span {
  color: #EB4B9A;
}
#mainSec .mainSec__main p em {
  display: block;
  font-style: normal;
  font-weight: bold;
  margin-top: 2em;
  font-size: clamp(12px, 10px + 0.004 * 100vw, 14px) !important;
}
#mainSec .mainSec__main .mainSec__img01, #mainSec .mainSec__main .mainSec__img02, #mainSec .mainSec__main .mainSec__img03, #mainSec .mainSec__main .mainSec__img04 {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
}
#mainSec .mainSec__main .mainSec__img01 {
  width: min(500px, 100%);
}
#mainSec .mainSec__main .mainSec__img04 {
  margin-top: 2em;
  width: min(500px, 100%);
  padding-bottom: 2em;
}
#mainSec .mainSec__main article {
  margin-top: 3em;
  padding: 2em 24px 1em 24px;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.18);
  border-radius: 1em;
}
#mainSec .mainSec__main article h2 {
  font-size: clamp(24px, 20px + 0.008 * 100vw, 28px) !important;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  font-style: normal;
  text-decoration: underline;
  text-decoration-color: #FF83C0;
  text-underline-offset: -0.1em;
  text-decoration-thickness: 0.4em;
  margin-bottom: 1em;
}
#mainSec .mainSec__main article .mainSec__img03 {
  margin-top: -1em;
  margin-bottom: 1em;
}

#cvSec {
  width: min(800px, 90%);
  margin: 0 auto;
  background-color: #fff;
  padding: 0px 16px;
  box-sizing: border-box;
  border-left: solid 3px #333333;
  border-right: solid 3px #333333;
  border-top: solid 3px #333333;
  padding-left: 0px;
  padding-right: 0px;
  background-color: #fff;
  background-image: linear-gradient(#DEDEDE 1px, transparent 1px), linear-gradient(90deg, #DEDEDE 1px, transparent 1px);
  background-size: 9px 9px; /* マス目のサイズ */
  font-size: clamp(18px, 18px + 0 * 100vw, 18px) !important;
  position: relative;
}
#cvSec h2 {
  padding: 1em 24px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.6;
  position: relative;
  font-size: clamp(22px, 20px + 0.004 * 100vw, 24px) !important;
}
@media (min-width: 770px) {
  #cvSec h2 {
    font-size: clamp(22px, 20px + 0.004 * 100vw, 24px) !important;
    padding-right: 22%;
    box-sizing: border-box;
  }
}
#cvSec h2 img {
  display: block;
  width: 140px;
  height: auto;
  position: absolute;
  top: initial;
  bottom: -15%;
  left: initial;
  right: -5%;
  margin: auto;
}
@media (min-width: 770px) {
  #cvSec h2 img {
    width: 220px;
    position: absolute;
    top: 0px;
    bottom: initial;
    left: initial;
    right: -5%;
    margin: auto;
  }
}
#cvSec div {
  padding: 0px 24px 30px 24px;
  border-top: solid 3px #333333;
}
#cvSec div h3 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  font-style: normal;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 0.6;
  margin-top: 1em;
}
#cvSec div h3 span {
  position: relative;
  font-size: clamp(30px, 26px + 0.008 * 100vw, 34px) !important;
  z-index: 1;
}
@media (min-width: 770px) {
  #cvSec div h3 span {
    font-size: clamp(40px, 40px + 0 * 100vw, 40px) !important;
  }
}
#cvSec div h3 span::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.4em;
  background-color: #FFC6E2;
  position: absolute;
  top: initial;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: -1;
}
#cvSec div h3 em {
  font-size: clamp(80px, 80px + 0 * 100vw, 80px) !important;
  font-style: normal;
  font-weight: bold;
  color: #EB4B9A;
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
}
#cvSec div p {
  text-align: center;
  font-size: clamp(14px, 10px + 0.008 * 100vw, 18px) !important;
  margin-top: 4em;
  margin-bottom: 1em;
}
#cvSec div a {
  width: min(400px, 100%);
  margin: 0 auto;
  background-color: #E5004C;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1em;
  font-size: clamp(18px, 18px + 0 * 100vw, 18px) !important;
  color: #fff;
  border-radius: 100px;
  padding: 1.3em 1em;
  box-sizing: border-box;
  border: solid 1px #000;
  transition: all 0.3s;
}
#cvSec div a img {
  width: 1.1em;
  height: auto;
}
#cvSec div a:hover {
  background-color: #FF83C0;
}

#disclaimerSec {
  width: min(800px, 90%);
  margin: 0 auto;
  background-color: #fff;
  padding: 0px 16px;
  box-sizing: border-box;
  border-left: solid 3px #333333;
  border-right: solid 3px #333333;
  border-top: solid 3px #333333;
  margin-bottom: 4em;
  border-bottom: solid 3px #333333;
}
#disclaimerSec p {
  font-size: clamp(10px, 8px + 0.004 * 100vw, 12px) !important;
  padding-top: 4em;
  padding-bottom: 4em;
  line-height: 1.8;
}
#disclaimerSec p span {
  color: #FF0000;
}
#disclaimerSec p span.--border {
  text-decoration: underline;
}
#disclaimerSec p small {
  font-size: clamp(10px, 8px + 0.004 * 100vw, 12px) !important;
  display: inline-block;
  padding-left: 1em;
  box-sizing: border-box;
}/*# sourceMappingURL=style.css.map */