@charset "UTF-8";
/* ==========================================================================
 Foundation
========================================================================== */
/* ==========================================================================
 Reset
========================================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, mark {
  background: none repeat scroll 0 0 transparent;
  border: 0 none;
  font-size: 100%;
  font-style: normal;
  font-weight: inherit;
  margin: 0;
  outline: 0 none;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul, li {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

:focus {
  outline: 0 none;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

picture {
  line-height: 1;
}

img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

h1, h2, h3, h4, h5, h6, p, div {
  word-wrap: break-word;
}

button, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  margin: 0;
  border: none;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  background-color: transparent;
  display: block;
}

::-moz-focus-inner {
  border: 0px;
}

select::-ms-expand {
  display: none;
}

/* ==========================================================================
 Base
========================================================================== */
@font-face {
  font-family: "NotoSansCJKjp";
  font-style: normal;
  font-weight: 200;
  src: url("../font/noto-sans-cjk/thin/NotoSansCJKjp-Thin-set.eot"), url("../font/noto-sans-cjk/thin/NotoSansCJKjp-Thin-set.woff") format("woff"), url("../font/noto-sans-cjk/thin/NotoSansCJKjp-Thin-set.ttf") format("truetype");
  /* Safari, Android, iOS */
}
@font-face {
  font-family: "NotoSansCJKjp";
  font-style: normal;
  font-weight: 300;
  src: url("../font/noto-sans-cjk/light/NotoSansCJKjp-Light-set.eot"), url("../font/noto-sans-cjk/light/NotoSansCJKjp-Light-set.woff") format("woff"), url("../font/noto-sans-cjk/light/NotoSansCJKjp-Light-set.ttf") format("truetype");
  /* Safari, Android, iOS */
}
@font-face {
  font-family: "NotoSansCJKjp";
  font-style: normal;
  font-weight: 400;
  src: url("../font/noto-sans-cjk/regular/NotoSansCJKjp-Regular-set.eot"), url("../font/noto-sans-cjk/regular/NotoSansCJKjp-Regular-set.woff") format("woff"), url("../font/noto-sans-cjk/regular/NotoSansCJKjp-Regular-set.ttf") format("truetype");
  /* Safari, Android, iOS */
}
@font-face {
  font-family: "NotoSansCJKjp";
  font-style: normal;
  font-weight: 500;
  src: url("../font/noto-sans-cjk/medium/NotoSansCJKjp-Medium-set.eot"), url("../font/noto-sans-cjk/medium/NotoSansCJKjp-Medium-set.woff") format("woff"), url("../font/noto-sans-cjk/medium/NotoSansCJKjp-Medium-set.ttf") format("truetype");
  /* Safari, Android, iOS */
}
@font-face {
  font-family: "NotoSansCJKjp";
  font-style: normal;
  font-weight: 700;
  src: url("../font/noto-sans-cjk/bold/NotoSansCJKjp-Bold-set.eot"), url("../font/noto-sans-cjk/bold/NotoSansCJKjp-Bold-set.woff") format("woff"), url("../font/noto-sans-cjk/bold/NotoSansCJKjp-Bold-set.ttf") format("truetype");
  /* Safari, Android, iOS */
}
@font-face {
  font-family: "NotoSansCJKjp";
  font-style: normal;
  font-weight: 900;
  src: url("../font/noto-sans-cjk/black/NotoSansCJKjp-Black-set.eot"), url("../font/noto-sans-cjk/black/NotoSansCJKjp-Black-set.woff") format("woff"), url("../font/noto-sans-cjk/black/NotoSansCJKjp-Black-set.ttf") format("truetype");
  /* Safari, Android, iOS */
}
/* ==========================================================================
 Base
========================================================================== */
html {
  overflow-y: scroll;
  font-size: 0.625em;
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  font-family: "NotoSansCJKjp", "ＭＳ Ｐゴシック", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", Arial, Helvetica, sans-serif;
  line-height: 1.5;
  background: #000;
  -webkit-text-size-adjust: 100%;
  font-size: 1.2rem;
  font-weight: 400;
  color: #fff;
  font-feature-settings: "palt";
}

input, button, textarea, select {
  font-family: "NotoSansCJKjp", "ＭＳ Ｐゴシック", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", Arial, Helvetica, sans-serif;
}

a {
  color: #fff;
}

@media (max-width: 767px) {
  .sp-off {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .pc-off {
    display: none !important;
  }
}
.common__cv {
  position: fixed;
  top: 10%;
  right: 0px;
  z-index: 1;
  opacity: 1;
  transition: all 0.3s;
}
.common__cv.active {
  opacity: 1;
  transform: translateY(0px);
}
@media (max-width: 767px) {
  .common__cv {
    opacity: 0;
    left: 0px;
    top: initial;
    bottom: 0px;
    transform: translateY(100px);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4%;
  }
}
.common__cv a {
  background-color: #8BC34A;
  color: #fff;
  display: block;
  font-size: clamp(14px, 11.3333333333px + 0.0066666667 * 100vw, 18px);
  writing-mode: vertical-rl;
  margin-bottom: 1em;
  padding: 1em 0.8em;
  box-sizing: border-box;
  text-decoration: none;
  letter-spacing: -0.3em;
  height: 12em;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 2px #fff;
  border-right: none;
  font-weight: bold;
  border-radius: 0.4em 0px 0px 0.4em;
  transition: all 0.3s;
}
.common__cv a:hover {
  background-color: #fff;
  color: #8BC34A;
}
@media (max-width: 767px) {
  .common__cv a {
    writing-mode: initial;
    border-radius: 0.4em;
    letter-spacing: 0.1em;
    height: auto;
    width: min(90%, 500px);
    border: solid 2px #fff;
    padding: 1em 0.2em;
    font-size: clamp(14px, 12.6666666667px + 0.0033333333 * 100vw, 16px);
  }
}

.common__bg {
  background-color: #292929;
}

.common__title {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: clamp(28px, 13.3333333333px + 0.0366666667 * 100vw, 50px);
  font-weight: bold;
  text-align: center;
  position: relative;
  padding: 0.6em 0px;
  width: 13em;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .common__title {
    width: 90%;
  }
}
.common__title span {
  color: #8BC34A;
  position: relative;
  z-index: 1;
}
.common__title img {
  display: block;
  width: auto;
  height: 100%;
  max-width: 100%;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: 0;
}
.common__title::before, .common__title::after {
  content: "";
  width: 100%;
  height: auto;
  aspect-ratio: 50/1;
  background-image: url(../images/new/neo-icon-border.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.common__title::before {
  position: absolute;
  top: 0px;
  bottom: initial;
  left: 0px;
  right: 0px;
  margin: auto;
}
.common__title::after {
  position: absolute;
  top: initial;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
}

footer {
  background-color: #fff;
  color: #000;
  position: relative;
  padding-top: 40px;
}
footer .footer__inner {
  width: min(1000px, 90%);
  margin: 0 auto;
}
footer h1 {
  font-size: clamp(24px, 13.3333333333px + 0.0266666667 * 100vw, 40px);
  text-align: center;
  font-weight: bold;
  margin-bottom: 1em;
}
footer h1 span {
  color: #8BC34A;
}
footer h2 {
  font-size: clamp(16px, 13.3333333333px + 0.0066666667 * 100vw, 20px);
  font-weight: bold;
  margin-bottom: 0.8em;
}
footer .footer__txt {
  font-size: clamp(12px, 10.6666666667px + 0.0033333333 * 100vw, 14px);
  margin-bottom: 2em;
}
footer .footer__txt--right {
  text-align: right;
}
footer .footer__txt span {
  color: #FF0000;
}
footer .footer__txt a {
  color: #0093FF;
}
footer .footer__caution {
  font-size: clamp(12px, 10.6666666667px + 0.0033333333 * 100vw, 14px);
  padding: 1em;
  box-sizing: border-box;
  border: solid 1px #292929;
  margin-bottom: 2em;
}
footer table {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 1em;
}
footer table td {
  border: solid 1px #292929;
  padding: 1em;
  box-sizing: border-box;
  font-size: clamp(12px, 10.6666666667px + 0.0033333333 * 100vw, 14px);
}
footer table td span {
  color: #FF0000;
}
footer table td:first-child {
  width: 22%;
}
footer table td:last-child {
  width: 50%;
}
footer .footer__back {
  position: absolute;
  top: initial;
  bottom: 5%;
  left: initial;
  right: 5%;
  margin: auto;
  position: fixed;
  width: 50px;
  height: auto;
  opacity: 0;
  visibility: hidden;
  transform: translateY(100px);
  transition: all 0.3s;
}
@media (max-width: 767px) {
  footer {
    padding-bottom: 70px;
  }
  footer .footer__back {
    bottom: 80px;
  }
}
footer .footer__back.active {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}
footer .footer__back img {
  display: block;
  width: 100%;
  height: auto;
}

.kv {
  position: relative;
  height: 600px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .kv {
    height: 600px;
  }
}
.kv .kv__main {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
  filter: blur(10px) grayscale(1);
  transition: filter 1.3s;
  transition-delay: 0.4s;
}
.kv .kv__main.is-active {
  filter: blur(0px) grayscale(0);
}
.kv .kv__bg {
  display: block;
  width: 100%;
  position: absolute;
  top: 25%;
  bottom: initial;
  left: 0px;
  right: 0px;
  margin: auto;
  opacity: 0;
  transition: all 1s;
}
@media (max-width: 767px) {
  .kv .kv__bg {
    position: absolute;
    top: 15%;
    bottom: initial;
    left: 0px;
    right: 0px;
    margin: auto;
  }
}
.kv .kv__bg.is-active {
  opacity: 1;
}
.kv .kv__txt {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: -100%;
  right: -100%;
  margin: auto;
  height: 80%;
  max-height: 80%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  .kv .kv__txt {
    width: 100%;
    height: auto;
  }
}
.kv .kv__link {
  position: absolute;
  top: initial;
  bottom: 3em;
  left: initial;
  right: 1em;
  margin: auto;
  color: #fff;
  font-size: clamp(14px, 12.6666666667px + 0.0033333333 * 100vw, 16px);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.3em;
}
.kv .kv__link img {
  display: block;
  height: 0.3em;
  width: auto;
}

.neo01 {
  position: relative;
  overflow: hidden;
}
.neo01 .neo01__exp {
  font-size: clamp(8px, 6.6666666667px + 0.0033333333 * 100vw, 10px);
  text-align: center;
  margin-top: 1em;
}
.neo01 .neo01__link {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 2em;
  width: min(1000px, 90%);
  margin: 0 auto;
  padding: 50px 0px 50px 0px;
}
.neo01 .neo01__link a {
  width: calc(50% - 1em);
  height: auto;
  position: relative;
  font-size: clamp(14px, 11.3333333333px + 0.0066666667 * 100vw, 18px);
  text-decoration: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1em;
  padding: 1.5em 1.5em 1.7em 1.5em;
  border: solid 1px #fff;
  box-sizing: border-box;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .neo01 .neo01__link a {
    width: 100%;
  }
}
.neo01 .neo01__link a img, .neo01 .neo01__link a p {
  position: relative;
  z-index: 1;
}
.neo01 .neo01__link a img, .neo01 .neo01__link a p, .neo01 .neo01__link a b {
  transition: all 0.3s;
}
.neo01 .neo01__link a .neo01__icon {
  display: block;
  height: 2em;
  width: auto;
}
.neo01 .neo01__link a p {
  line-height: 1.4;
}
.neo01 .neo01__link a p b {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: clamp(24px, 18.6666666667px + 0.0133333333 * 100vw, 32px);
  gap: 0.3em;
  font-weight: bold;
  color: #8BC34A;
}
.neo01 .neo01__link a p b img {
  display: block;
  height: 0.2em;
  width: auto;
}
.neo01 .neo01__link a p span {
  font-size: clamp(14px, 12.6666666667px + 0.0033333333 * 100vw, 16px);
}
@media (max-width: 767px) {
  .neo01 .neo01__link a p span {
    font-size: clamp(14px, 11.3333333333px + 0.0066666667 * 100vw, 18px);
  }
}
.neo01 .neo01__link a:hover {
  background-color: #292929;
  border-color: #8BC34A;
}
.neo01 .neo01__link a:hover img {
  filter: brightness(0) saturate(100%) invert(72%) sepia(40%) saturate(500%) hue-rotate(50deg) brightness(95%);
}

.neo02 {
  width: min(90%, 800px);
  margin: 0 auto;
  padding: 50px 0px;
}
@media (max-width: 767px) {
  .neo02 {
    padding: 50px 0px 0px 0px;
  }
}
.neo02 h2 {
  text-align: center;
  font-size: clamp(14px, 11.3333333333px + 0.0066666667 * 100vw, 18px);
  margin-top: 2em;
  margin-bottom: 1em;
}
.neo02 .neo02__youtube {
  display: block;
  width: min(500px, 80%);
  height: -moz-fit-content;
  height: fit-content;
  margin: 0 auto;
  overflow: hidden;
  border: solid 1px #fff;
}
.neo02 .neo02__youtube img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s;
  transform-origin: center;
  transform: scale(1.1);
}
.neo02 .neo02__youtube:hover img {
  transform: scale(1.2);
}
.neo02 .neo02__caution {
  font-size: clamp(10px, 8.6666666667px + 0.0033333333 * 100vw, 12px);
  text-align: center;
  margin-top: 1em;
}
.neo02 nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4%;
  align-items: stretch;
  font-size: clamp(40px, 20px + 0.05 * 100vw, 70px);
  padding: 1.5em 0px 0em 0px;
}
.neo02 nav a {
  background-color: #000;
  width: 48%;
  font-size: clamp(14px, 11.3333333333px + 0.0066666667 * 100vw, 18px);
  padding: 2.5em 1em 3.5em 1em;
  box-sizing: border-box;
  position: relative;
  text-decoration: none;
  transition: all 0.3s;
}
.neo02 nav a:hover {
  background-color: #646464;
}
.neo02 nav a h3, .neo02 nav a p {
  text-align: center;
}
.neo02 nav a h3 {
  font-size: clamp(40px, 20px + 0.05 * 100vw, 70px);
  font-weight: bold;
  color: #8BC34A;
  line-height: 1;
  position: absolute;
  top: initial;
  bottom: 98%;
  left: 0px;
  right: 0px;
  margin: auto;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
.neo02 nav a p {
  font-size: clamp(18px, 14px + 0.01 * 100vw, 24px);
  line-break: strict;
  word-break: keep-all;
  overflow-wrap: break-word;
}
.neo02 nav a p span {
  color: #8BC34A;
}
.neo02 nav a img {
  position: absolute;
  top: initial;
  bottom: 0.9em;
  left: 0px;
  right: 0px;
  margin: auto;
  width: 1.5em;
  height: auto;
}

.neo03 {
  padding: 0px 0px 50px 0px;
}
.neo03 h1 {
  font-size: clamp(24px, 18.6666666667px + 0.0133333333 * 100vw, 32px);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  line-break: strict;
  word-break: keep-all;
  overflow-wrap: break-word;
  gap: 0.5em;
  padding-bottom: 0.3em;
  width: min(90%, 800px);
  margin: 0 auto;
  border-bottom: solid 1px #fff;
  margin-top: 2em;
}
.neo03 h1 strong {
  font-size: clamp(60px, 46.6666666667px + 0.0333333333 * 100vw, 80px);
  font-weight: bold;
  color: #8BC34A;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
.neo03 h1 b {
  color: #8BC34A;
}
.neo03 .neo03__exp {
  font-size: clamp(14px, 11.3333333333px + 0.0066666667 * 100vw, 18px);
  line-height: 1.8;
  width: min(90%, 800px);
  margin: 0 auto;
  margin-top: 1em;
  margin-bottom: 2em;
}
.neo03 .neo03__exp small {
  font-size: clamp(12px, 10.6666666667px + 0.0033333333 * 100vw, 14px);
  display: block;
  margin-top: 1em;
}
.neo03 .neo03__exp span {
  text-decoration: underline;
  cursor: pointer;
}
.neo03 .neo03__flow {
  background-color: #000;
  padding: 4em 0px 2em 0px;
  width: min(800px, 90%);
  margin: 0 auto;
  margin-bottom: 2em;
  border-radius: 1em;
}
.neo03 .neo03__flow h2 {
  font-size: clamp(22px, 16.6666666667px + 0.0133333333 * 100vw, 30px);
  color: #8BC34A;
  text-align: center;
  line-break: strict;
  word-break: keep-all;
  overflow-wrap: break-word;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 1em;
}
.neo03 .neo03__flow .neo03__flowArticle {
  width: min(600px, 90%);
  margin: 0 auto;
  border: solid 1px #A5A5A5;
  font-size: clamp(14px, 11.3333333333px + 0.0066666667 * 100vw, 18px);
  padding: 1em;
  box-sizing: border-box;
  position: relative;
  border-radius: 0.5em;
}
.neo03 .neo03__flow .neo03__flowArticle--withImg {
  padding: 1em 20% 1em 1em;
}
@media (max-width: 767px) {
  .neo03 .neo03__flow .neo03__flowArticle--withImg {
    padding: 1em 32% 1em 1em;
  }
}
.neo03 .neo03__flow .neo03__flowArticle--withImg img {
  display: block;
  width: 18%;
  height: auto;
  max-height: 60px;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: initial;
  right: 8%;
  margin: auto;
}
.neo03 .neo03__flow .neo03__flowArticle h3 {
  font-size: clamp(18px, 15.3333333333px + 0.0066666667 * 100vw, 22px);
  color: #8BC34A;
  margin-bottom: 0.7em;
  font-weight: bold;
}
.neo03 .neo03__flow .neo03__flowArticle p {
  font-size: clamp(16px, 13.3333333333px + 0.0066666667 * 100vw, 20px);
}
.neo03 .neo03__flow .neo03__flowArticle p b {
  display: block;
  font-weight: bold;
  margin-top: 1em;
}
.neo03 .neo03__flow .neo03__flowArrow {
  display: block;
  width: 26px;
  height: auto;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 10px;
}
.neo03 .neo03__caution {
  font-size: clamp(12px, 10.6666666667px + 0.0033333333 * 100vw, 14px);
  width: 90%;
  margin: 0 auto;
  margin-top: 1em;
  text-align: center;
}
@media (max-width: 767px) {
  .neo03 .neo03__caution {
    text-align: left;
  }
}
.neo03 .neo03__caution--small {
  font-size: clamp(10px, 8.6666666667px + 0.0033333333 * 100vw, 12px);
}
.neo03 .neo03__kensho {
  width: 100%;
  height: auto;
  background-color: #000;
  padding: 50px 0px;
  width: min(800px, 90%);
  margin: 0 auto;
  border-radius: 1em;
}
.neo03 .neo03__kensho img {
  display: block;
  width: min(244px, 60%);
  height: auto;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .neo03 .neo03__kensho img {
    width: min(344px, 60%);
  }
}
.neo03 .neo03__kensho p {
  font-size: clamp(16px, 13.3333333333px + 0.0066666667 * 100vw, 20px);
  width: min(80%, 500px);
  margin: 0 auto;
  margin-top: 1em;
  text-align: center;
  line-height: 1.8;
  line-break: strict;
  word-break: keep-all;
  overflow-wrap: break-word;
}
@media (max-width: 1000px) {
  .neo03 .neo03__kensho p {
    word-break: normal;
  }
}
@media (max-width: 767px) {
  .neo03 .neo03__kensho p {
    width: 90%;
    text-align: left;
  }
}
.neo03 .neo03__graph {
  width: min(90%, 600px);
  margin: 0 auto;
  background-color: #000;
  font-size: clamp(18px, 15.3333333333px + 0.0066666667 * 100vw, 22px);
  border-radius: 0.5em;
  padding-top: 2em;
  padding-bottom: 2em;
  box-sizing: border-box;
}
.neo03 .neo03__graph h2 {
  color: #8BC34A;
  font-size: clamp(20px, 16px + 0.01 * 100vw, 26px);
  width: 90%;
  margin: 0 auto;
  margin-bottom: 1em;
}
.neo03 .neo03__graph div {
  position: relative;
  width: 100%;
}
.neo03 .neo03__graph div .neo03__graphImg {
  display: block;
  width: 100%;
  height: auto;
}
.neo03 .neo03__graph div .neo03__graphControll {
  width: 30px;
  height: auto;
  position: absolute;
  top: initial;
  bottom: 1em;
  left: initial;
  right: 1em;
  margin: auto;
  cursor: pointer;
  transition: all 0.3s;
}
.neo03 .neo03__graph div .neo03__graphControll:hover {
  transform: scale(1.1);
  filter: brightness(0) saturate(100%) invert(72%) sepia(40%) saturate(500%) hue-rotate(50deg) brightness(95%);
}

.kensho__modal {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.kensho__modal.is-active {
  opacity: 1;
  visibility: visible;
}
.kensho__modal .kensho__modal__inner {
  border: solid 1px #fff;
  border-radius: 0.3em;
  background-color: #292929;
  width: 90%;
  height: -moz-fit-content;
  height: fit-content;
  max-height: 90%;
  overflow: scroll;
  font-size: clamp(14px, 12.6666666667px + 0.0033333333 * 100vw, 16px);
  padding: 2em 1em;
  position: relative;
  scrollbar-width: thin;
  scrollbar-color: #ccc transparent;
}
.kensho__modal .kensho__modal__inner::-webkit-scrollbar {
  width: 6px;
}
.kensho__modal .kensho__modal__inner::-webkit-scrollbar-track {
  background: transparent;
}
.kensho__modal .kensho__modal__inner::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 3px;
}
.kensho__modal .kensho__modal__inner::-webkit-scrollbar-thumb:hover {
  background: #8BC34A;
}
.kensho__modal .kensho__modal__inner h2 {
  text-align: center;
  font-size: clamp(14px, 11.3333333333px + 0.0066666667 * 100vw, 18px);
  margin-bottom: 1em;
}
.kensho__modal .kensho__modal__inner p {
  font-size: clamp(12px, 10.6666666667px + 0.0033333333 * 100vw, 14px);
}
.kensho__modal .kensho__modal__inner .js__kensho--close {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #646464;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 1;
  top: 1em;
  right: 1em;
  cursor: pointer;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .kensho__modal .kensho__modal__inner .js__kensho--close {
    width: 2em;
    height: 2em;
    top: 0.5em;
    right: 0.5em;
  }
}
.kensho__modal .kensho__modal__inner .js__kensho--close:hover {
  background-color: #8BC34A;
}
.kensho__modal .kensho__modal__inner .js__kensho--close hr {
  display: block;
  border: none;
  width: 70%;
  height: 2px;
  background-color: #fff;
  transform-origin: center;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
}
.kensho__modal .kensho__modal__inner .js__kensho--close hr:first-child {
  transform: rotate(45deg);
}
.kensho__modal .kensho__modal__inner .js__kensho--close hr:last-child {
  transform: rotate(-45deg);
}

.neo03__big {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  width: 100%;
  height: 100%;
  background-color: #000;
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  transform: translateY(110%);
  transition: all 0.3s;
}
.neo03__big.is-active {
  visibility: visible;
  opacity: 1;
  transform: translateY(0%);
}
.neo03__big img {
  display: block;
  width: min(1000px, 90%);
  height: auto;
}
.neo03__big .neo03__close {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #646464;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 1;
  top: 10%;
  right: 10%;
  cursor: pointer;
  transition: all 0.3s;
}
.neo03__big .neo03__close:hover {
  background-color: #8BC34A;
}
.neo03__big .neo03__close hr {
  display: block;
  border: none;
  width: 70%;
  height: 2px;
  background-color: #fff;
  transform-origin: center;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
}
.neo03__big .neo03__close hr:first-child {
  transform: rotate(45deg);
}
.neo03__big .neo03__close hr:last-child {
  transform: rotate(-45deg);
}

.neo04 {
  background-color: #000;
  padding: 100px 0px;
}
@media (max-width: 767px) {
  .neo04 {
    padding: 50px 0px;
  }
}
.neo04 .neo04__exp {
  width: min(90%, 1000px);
  height: auto;
  background-color: #646464;
  margin: 0 auto;
  font-size: clamp(14px, 11.3333333333px + 0.0066666667 * 100vw, 18px);
  padding: 1em;
  box-sizing: border-box;
  margin-top: 2em;
  margin-bottom: 2em;
  text-align: center;
  border: solid 2px #fff;
}
@media (max-width: 767px) {
  .neo04 .neo04__exp {
    text-align: left;
  }
}
.neo04 nav {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  align-items: stretch;
  width: min(90%, 1000px);
  flex-wrap: wrap;
  margin: 0 auto;
}
.neo04 nav a {
  overflow: hidden;
  width: calc(20% - 16px);
  height: auto;
  background-color: #292929;
  position: relative;
  transition: all 0.3s;
  text-decoration: none;
}
@media (max-width: 767px) {
  .neo04 nav a {
    width: calc(50% - 10px);
  }
}
.neo04 nav a:hover img {
  transform: scale(1.1);
}
.neo04 nav a div {
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  overflow: hidden;
}
.neo04 nav a div img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.neo04 nav a h2 {
  display: block;
  text-align: center;
  font-size: clamp(14px, 11.3333333333px + 0.0066666667 * 100vw, 18px);
  height: 4em;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1em;
  color: #8BC34A;
}
@media (max-width: 767px) {
  .neo04 nav a h2 {
    font-size: clamp(16px, 13.3333333333px + 0.0066666667 * 100vw, 20px);
  }
}
.neo04 nav a .neo04__arrow {
  position: absolute;
  top: initial;
  bottom: 5%;
  left: 0px;
  right: 0px;
  margin: auto;
}

.neo05 {
  background-color: #292929;
  padding: 100px 0px;
}
@media (max-width: 767px) {
  .neo05 {
    padding: 50px 0px;
  }
}
.neo05 h1 {
  margin-bottom: 1em;
}
.neo05 ul {
  width: min(90%, 1000px);
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 767px) {
  .neo05 ul {
    display: block;
  }
}
.neo05 ul li {
  width: 100%;
  margin: 0 auto;
  background-color: #000;
  border: solid 1px #606060;
  font-size: clamp(14px, 11.3333333333px + 0.0066666667 * 100vw, 18px);
  border-radius: 0.5em;
  padding: 2em 5% 3em 5%;
  margin-bottom: 1em;
}
@media (max-width: 767px) {
  .neo05 ul li {
    width: 100%;
  }
}
.neo05 ul li h2 {
  text-align: center;
  font-size: clamp(24px, 18.6666666667px + 0.0133333333 * 100vw, 32px);
  color: #8BC34A;
  font-weight: bold;
  margin-bottom: 0.8em;
}
.neo05 ul li hr {
  display: block;
  width: 2em;
  height: 1px;
  background-color: #292929;
}
.neo05 ul li .neo05__exp {
  font-size: clamp(14px, 11.3333333333px + 0.0066666667 * 100vw, 18px);
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  line-height: 1.8;
}
.neo05 ul li article {
  background-color: #292929;
}
.neo05 ul li article .neo05__img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.neo05 ul li article h3, .neo05 ul li article .neo05__rate, .neo05 ul li article .neo05__caution {
  width: 90%;
  margin: 0 auto;
}
.neo05 ul li article h3 {
  text-align: center;
  font-size: clamp(18px, 15.3333333333px + 0.0066666667 * 100vw, 22px);
  margin-top: 1em;
  margin-bottom: 1.3em;
}
@media (max-width: 767px) {
  .neo05 ul li article h3 {
    font-size: clamp(14px, 11.3333333333px + 0.0066666667 * 100vw, 18px);
  }
}
.neo05 ul li article h3 span {
  font-size: clamp(12px, 10.6666666667px + 0.0033333333 * 100vw, 14px);
  display: block;
  margin-top: 0.5em;
}
.neo05 ul li article .neo05__rate {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.neo05 ul li article .neo05__rate div {
  width: 48%;
  background-color: #000;
  position: relative;
  border-radius: 0.3em;
  font-size: clamp(20px, 16px + 0.01 * 100vw, 26px);
  padding: 1em 0.2em;
}
.neo05 ul li article .neo05__rate div p {
  font-size: clamp(18px, 15.3333333333px + 0.0066666667 * 100vw, 22px);
  position: absolute;
  top: initial;
  bottom: calc(100% - 0.7em);
  left: 0px;
  right: 0px;
  margin: auto;
  text-align: center;
  font-weight: bold;
}
.neo05 ul li article .neo05__rate div h4 {
  text-align: center;
  font-size: clamp(22px, 16.6666666667px + 0.0133333333 * 100vw, 30px);
  font-weight: bold;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  color: #8BC34A;
}
.neo05 ul li article .neo05__rate div h4 em {
  font-size: clamp(28px, 13.3333333333px + 0.0366666667 * 100vw, 50px);
}
.neo05 ul li article .neo05__rate div h4 span {
  font-size: clamp(16px, 13.3333333333px + 0.0066666667 * 100vw, 20px);
  color: #fff;
}
@media (max-width: 767px) {
  .neo05 ul li article .neo05__rate div h4 span {
    display: block;
  }
}
.neo05 ul li article .neo05__rate div h4 span small {
  zoom: 0.7;
}
.neo05 ul li article .neo05__caution {
  text-align: center;
  font-size: clamp(12px, 10.6666666667px + 0.0033333333 * 100vw, 14px);
  margin-top: 1em;
  padding-bottom: 2em;
}
.neo05 ul li nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media (max-width: 767px) {
  .neo05 ul li nav {
    display: block;
  }
}
.neo05 ul li nav a {
  width: 32%;
  height: auto;
  font-size: clamp(14px, 11.3333333333px + 0.0066666667 * 100vw, 18px);
  display: block;
  border: solid 1px #fff;
  text-align: center;
  font-weight: bold;
  position: relative;
  text-decoration: none;
  padding: 0.8em 0px;
  margin-bottom: 0.4em;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .neo05 ul li nav a {
    width: 100%;
    font-size: clamp(16px, 13.3333333333px + 0.0066666667 * 100vw, 20px);
  }
}
.neo05 ul li nav a:hover {
  background-color: #8BC34A;
}
.neo05 ul li nav a img {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: initial;
  right: 1em;
  margin: auto;
  width: 1em;
  height: auto;
}
.neo05 ul li .neo05__stop {
  background-color: #646464;
  padding: 1em;
  box-sizing: border-box;
  font-size: clamp(14px, 11.3333333333px + 0.0066666667 * 100vw, 18px);
  line-height: 1.8;
  text-align: center;
  margin-bottom: 1em;
  border: solid 2px #fff;
}
@media (max-width: 767px) {
  .neo05 ul li .neo05__stop {
    text-align: left;
  }
}
.neo05 .neo05__sub {
  font-size: clamp(10px, 8.6666666667px + 0.0033333333 * 100vw, 12px);
  width: min(90%, 1000px);
  margin: 0 auto;
  margin-top: 2em;
}

.neo06 {
  width: min(1000px, 90%);
  margin: 0 auto;
  padding: 100px 0px;
}
@media (max-width: 767px) {
  .neo06 {
    padding: 50px 0px;
  }
}
.neo06 {
  /*
      .neo06__select{
      width: 100%;
      height: fit-content;
      position: relative;
          select{
          width: 100%;
          border: solid 1px $color03;
          color: #fff;
          text-align: center;
          padding: 0.8em 0em;
          background-color: $color02;
          @include fontsize-18;
          border-radius: 0.2em;
          }
          img{
          @include absolute( 0px , 5% , 0px , initial );
          }
      }
      */
}
.neo06 .neo06__caution {
  font-size: clamp(10px, 8.6666666667px + 0.0033333333 * 100vw, 12px);
  margin-top: 2em;
}

/* Extracted from lp/neo/css/style-bk.css: fundranking-related styles */
/* Source ranges: 4998-5212, 7876-7882 */
.p-fundranking {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .p-fundranking {
    margin-top: 40px;
  }
}
.p-fundranking .p-fundranking__select {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: stretch;
  margin-top: 2em;
  margin-bottom: 2em;
}
@media (max-width: 767px) {
  .p-fundranking .p-fundranking__select {
    margin: 0 0px 10px;
  }
}
.p-fundranking .p-fundranking__select .p-fundranking__select__list {
  width: 32%;
  height: auto;
  display: block;
  line-break: strict;
  word-break: keep-all;
  overflow-wrap: break-word;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #646464;
  box-sizing: border-box;
}
.p-fundranking .p-fundranking__select .p-fundranking__select__list a {
  font-size: clamp(14px, 11.3333333333px + 0.0066666667 * 100vw, 18px);
  padding: 0.6em;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  line-break: strict;
  word-break: keep-all;
  overflow-wrap: break-word;
  cursor: pointer;
}
.p-fundranking .p-fundranking__select .p-fundranking__select__list a.is-current {
  background-color: #8BC34A;
  pointer-events: none;
}
.p-fundranking .p-fundranking__small {
  font-size: clamp(12px, 10.6666666667px + 0.0033333333 * 100vw, 14px);
  text-align: right;
  margin-bottom: 1em;
}
@media (max-width: 767px) {
  .p-fundranking .p-fundranking__small {
    font-size: 1rem;
    margin-bottom: 10px;
  }
}
.p-fundranking .p-fundranking__sort {
  margin-bottom: 20px;
  width: 100%;
}
.p-fundranking .p-fundranking__sort .p-fundranking__label {
  width: 100%;
  background-color: #292929;
  border: solid 1px #646464;
  text-align: center;
  line-height: 1;
  position: relative;
  padding: 1em 1em;
  font-size: clamp(14px, 11.3333333333px + 0.0066666667 * 100vw, 18px);
  box-sizing: border-box;
  border-radius: 0.3em;
  cursor: pointer;
  display: none;
}
@media (max-width: 767px) {
  .p-fundranking .p-fundranking__sort .p-fundranking__label {
    display: block;
  }
}
.p-fundranking .p-fundranking__sort .p-fundranking__label p {
  text-align: center;
}
.p-fundranking .p-fundranking__sort .p-fundranking__label img {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: initial;
  right: 1em;
  margin: auto;
  display: block;
  width: 0.8em;
  height: auto;
  transition: all 0.3s;
}
.p-fundranking .p-fundranking__sort .p-fundranking__label.is-open {
  border-radius: 0.3em 0.3em 0px 0px;
  border-bottom: none;
}
.p-fundranking .p-fundranking__sort .p-fundranking__label.is-open img {
  transform: rotate(180deg);
}
.p-fundranking .p-fundranking__sort .p-fundranking__sort__in {
  width: 50%;
  margin-left: 50%;
  border: 1px solid #8BC34A;
  box-sizing: border-box;
  display: block;
  transition: all 0.3s;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 767px) {
  .p-fundranking .p-fundranking__sort .p-fundranking__sort__in {
    margin-left: 0px;
    display: block;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    height: 0px;
  }
}
.p-fundranking .p-fundranking__sort .p-fundranking__sort__in .p-fundranking__sort__in__list {
  display: block;
  width: 100%;
  font-size: clamp(14px, 12.6666666667px + 0.0033333333 * 100vw, 16px);
  text-align: center;
  padding: 1em 0.5em;
  box-sizing: border-box;
  cursor: pointer;
  transition: all 0.3s;
  border-left: solid 1px #8BC34A;
  position: relative;
}
.p-fundranking .p-fundranking__sort .p-fundranking__sort__in .p-fundranking__sort__in__list:first-child {
  border-left: none;
}
.p-fundranking .p-fundranking__sort .p-fundranking__sort__in .p-fundranking__sort__in__list.is-current {
  background-color: #8BC34A;
  color: #fff;
  pointer-events: none;
}
.p-fundranking .p-fundranking__sort .p-fundranking__sort__in .p-fundranking__sort__in__list.noarrow::after {
  display: none;
}
.p-fundranking .p-fundranking__sort .p-fundranking__sort__in .p-fundranking__sort__in__list[data-table="all"] {
  pointer-events: none;
}
.p-fundranking .p-fundranking__sort .p-fundranking__sort__in .p-fundranking__sort__in__list:not(:last-child):hover {
  background-color: #646464;
}
.p-fundranking .p-fundranking__sort .p-fundranking__sort__in .p-fundranking__sort__in__list::after {
  content: "";
  display: block;
  width: 0.4em;
  height: 0.4em;
  border-bottom: solid 1px #fff;
  border-left: solid 1px #fff;
  transform: rotate(-45deg);
  transform-origin: center;
  position: absolute;
  top: initial;
  bottom: 0.5em;
  left: 0px;
  right: 0px;
  margin: auto;
}
@media (max-width: 767px) {
  .p-fundranking .p-fundranking__sort .p-fundranking__sort__in .p-fundranking__sort__in__list::after {
    display: none;
  }
  .p-fundranking .p-fundranking__sort .p-fundranking__sort__in .p-fundranking__sort__in__list[data-table="all"] {
    display: none;
  }
}
@media (max-width: 767px) {
  .p-fundranking .p-fundranking__sort .p-fundranking__sort__in .p-fundranking__sort__in__list {
    border-left: none;
    border-bottom: solid 1px #8BC34A;
  }
}
.p-fundranking .p-fundranking__sort .p-fundranking__sort__in .p-fundranking__sort__in__list span {
  font-size: clamp(10px, 8.6666666667px + 0.0033333333 * 100vw, 12px);
  display: block;
}
@media (max-width: 767px) {
  .p-fundranking .p-fundranking__sort .p-fundranking__sort__in .p-fundranking__sort__in__list span {
    display: inline;
  }
}
@media (max-width: 767px) {
  .p-fundranking .p-fundranking__sort .p-fundranking__sort__in.is-open {
    opacity: 1;
    visibility: visible;
    height: auto;
  }
}
.p-fundranking .p-fundranking__table {
  font-size: clamp(14px, 11.3333333333px + 0.0066666667 * 100vw, 18px);
  font-weight: 400;
}
@media (max-width: 767px) {
  .p-fundranking .p-fundranking__table {
    font-size: 1.2rem;
  }
}
.p-fundranking .p-fundranking__table .p-fundranking__table__head {
  display: flex;
  flex-wrap: nowrap;
  border: 1px solid #fff;
  border-top: solid 2px #fff;
  border-right: 2px solid #fff;
  border-left: 2px solid #fff;
}
.p-fundranking .p-fundranking__table .p-fundranking__table__head .p-fundranking__table__head__item {
  text-align: center;
  flex: 0 0 auto;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  padding: 1em 0px;
}
.p-fundranking .p-fundranking__table .p-fundranking__table__head .p-fundranking__table__head__item:not(:last-of-type) {
  border-right: 1px solid #fff;
}
.p-fundranking .p-fundranking__table .p-fundranking__table__head .p-fundranking__table__head__item--type1 {
  flex-basis: 10%;
  max-width: 10%;
}
@media (max-width: 767px) {
  .p-fundranking .p-fundranking__table .p-fundranking__table__head .p-fundranking__table__head__item--type1 {
    flex-basis: 20%;
    max-width: 20%;
  }
}
.p-fundranking .p-fundranking__table .p-fundranking__table__head .p-fundranking__table__head__item--type2 {
  flex: 1 1 40%;
}
@media (max-width: 767px) {
  .p-fundranking .p-fundranking__table .p-fundranking__table__head .p-fundranking__table__head__item--type2 {
    flex: 1 1 60%;
  }
}
.p-fundranking .p-fundranking__table .p-fundranking__table__head .p-fundranking__table__head__item--type3 {
  flex: 1 1 50%;
}
@media (max-width: 767px) {
  .p-fundranking .p-fundranking__table .p-fundranking__table__head .p-fundranking__table__head__item--type3 {
    flex: 1 1 20%;
  }
}
.p-fundranking .p-fundranking__table .p-fundranking__table__body__list {
  flex: 1 1 100%;
  display: flex;
  flex-wrap: nowrap;
  border-bottom: 1px solid #fff;
  border-right: 2px solid #fff;
  border-left: 2px solid #fff;
}
.p-fundranking .p-fundranking__table .p-fundranking__table__body__list:last-child {
  border-bottom: 2px solid #fff;
}
.p-fundranking .p-fundranking__table .p-fundranking__table__body__item {
  text-align: center;
  flex: 0 0 auto;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  padding: 1em;
  box-sizing: border-box;
}
.p-fundranking .p-fundranking__table .p-fundranking__table__body__item:not(:last-of-type) {
  border-right: 1px solid #fff;
}
.p-fundranking .p-fundranking__table .p-fundranking__table__body__item--type1 {
  flex-basis: 10%;
}
@media (max-width: 767px) {
  .p-fundranking .p-fundranking__table .p-fundranking__table__body__item--type1 {
    flex-basis: 20%;
  }
}
.p-fundranking .p-fundranking__table .p-fundranking__table__body__item--type1 img {
  display: block;
  width: 2em;
  height: auto;
  margin: 0 auto;
}
.p-fundranking .p-fundranking__table .p-fundranking__table__body__item--type2 {
  flex: 1 1 40%;
  align-items: flex-start;
  text-align: left;
}
@media (max-width: 767px) {
  .p-fundranking .p-fundranking__table .p-fundranking__table__body__item--type2 {
    flex: 1 1 60%;
  }
}
.p-fundranking .p-fundranking__table .p-fundranking__table__body__item--type3 {
  width: 50%;
  text-align: center;
  padding: 0px;
}
@media (max-width: 767px) {
  .p-fundranking .p-fundranking__table .p-fundranking__table__body__item--type3 {
    width: 20%;
    padding: 1em;
  }
}
.p-fundranking .p-fundranking__table .p-fundranking__table__body__item .p-fundranking__table__body__item__unit {
  flex: 1 1 auto;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-flow: row nowrap;
}
.p-fundranking .p-fundranking__table .p-fundranking__table__body__item .p-fundranking__table__body__item__unit .p-fundranking__table__body__item__unit__list {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16.6666666667%;
  border-right: solid 1px #fff;
}
@media (max-width: 767px) {
  .p-fundranking .p-fundranking__table .p-fundranking__table__body__item .p-fundranking__table__body__item__unit .p-fundranking__table__body__item__unit__list {
    display: none;
    flex: 1 1 auto;
    max-width: none;
    padding: 5px;
    border: none;
    width: initial;
  }
}
.p-fundranking .p-fundranking__table .p-fundranking__table__body__item .p-fundranking__table__body__item__unit .p-fundranking__table__body__item__unit__list.is-current {
  display: flex;
}
@media (max-width: 767px) {
  .p-fundranking .p-fundranking__table .p-fundranking__table__body__item .p-fundranking__table__body__item__unit .p-fundranking__table__body__item__unit__list.is-current {
    display: block !important;
  }
}
.p-fundranking .p-fundranking__table .p-fundranking__table__body__item .p-fundranking__table__body__item__unit .p-fundranking__table__body__item__unit__list.bluemark {
  color: #0093FF;
}
.p-fundranking .p-fundranking__table .p-fundranking__table__body__item .p-fundranking__table__body__item__unit .p-fundranking__table__body__item__unit__list.redmark {
  color: #8BC34A;
}
.p-fundranking {
  /* PC画面の場合、設定来のみソートを行わない */
}
@media all and (min-width: 769px) {
  .p-fundranking .js-monthall {
    cursor: default;
  }
}
@media all and (min-width: 769px) {
  .p-fundranking .rank-monthall {
    display: none;
  }
}

.js-efct .p-fundrankingWrap {
  transition: all 0.6s cubic-bezier(0.86, 0, 0.2, 0.99) 0.4s;
  opacity: 0;
}
.js-efct.is-active .p-fundrankingWrap {
  opacity: 1;
}

/* タブ切替（リターン / 販売額 / 純資産）表示制御 */
.js-selectTable {
  display: none;
}

.js-set.js-selectMonth {
  display: none;
}

.js-selectTable.is-current {
  display: block;
}

.js-selectMonth.is-current {
  display: flex;
}

.l-wrapper {
  background-color: #292929;
  width: 100%;
  overflow: hidden;
}

.o-pageTop {
  width: min(1000px, 90%);
  margin: 0 auto;
  padding-top: 60px;
}
.o-pageTop .l-main__txt {
  font-size: clamp(14px, 12.6666666667px + 0.0033333333 * 100vw, 16px);
  margin-top: 2em;
  margin-bottom: 2em;
}
.o-pageTop .l-main__txt span {
  font-size: clamp(12px, 10.6666666667px + 0.0033333333 * 100vw, 14px);
  display: block;
  text-align: center;
  margin-top: 1em;
}

#ComparisonChart_div {
  background-color: #000;
  padding: 50px 5% 0px 5%;
  width: min(1000px, 100%);
  margin: 0 auto;
}

.p-chartCal {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1em;
}
.p-chartCal .p-chartCal__wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: clamp(14px, 12.6666666667px + 0.0033333333 * 100vw, 16px);
}
.p-chartCal .p-chartCal__wrap input {
  border: solid 1px #fff;
  border-radius: 0.3em;
  background-color: #292929;
  color: #fff;
  padding: 0.5em;
  font-weight: bold;
  box-sizing: border-box;
  width: 8em;
}
.p-chartCal .p-chartCal__wrap img {
  display: block;
  width: 2em;
  height: auto;
  margin-left: 0.5em;
  filter: grayscale(1) brightness(0.8);
}

.p-chartHeader__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  gap: 0px;
  margin-bottom: 2em;
}
@media (max-width: 767px) {
  .p-chartHeader__inner {
    gap: 10px;
  }
}
.p-chartHeader__inner li {
  width: 19%;
  height: auto;
  background-color: #646464;
  box-sizing: border-box;
  transition: all 0.3s;
  font-size: clamp(14px, 12.6666666667px + 0.0033333333 * 100vw, 16px);
}
@media (max-width: 767px) {
  .p-chartHeader__inner li {
    width: calc(33.3333333333% - 6.6666666667px);
  }
}
.p-chartHeader__inner li.is-current {
  background-color: #8BC34A;
}
.p-chartHeader__inner li a {
  display: block;
  width: 100%;
  text-align: center;
  padding: 1em 0.4em;
  box-sizing: border-box;
  text-decoration: none;
}

#ui-datepicker-div {
  background-color: #646464;
  font-size: clamp(12px, 10.6666666667px + 0.0033333333 * 100vw, 14px);
  padding: 1em;
  box-sizing: border-box;
  display: none;
}
#ui-datepicker-div .ui-datepicker-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #fff !important;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title .ui-datepicker-year, #ui-datepicker-div .ui-datepicker-header .ui-datepicker-title .ui-datepicker-month {
  color: #fff;
}
#ui-datepicker-div .ui-datepicker-calendar tr {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5em;
}
#ui-datepicker-div .ui-datepicker-calendar tr td, #ui-datepicker-div .ui-datepicker-calendar tr th {
  width: 2em;
  text-align: center;
}

.highcharts-container {
  background-color: #fff;
  margin-top: 20px;
}

.p-chartDataTitle {
  background-color: #000;
  width: min(1000px, 100%);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1em;
  padding: 20px 5% 50px 5%;
  margin: 0 auto;
}
.p-chartDataTitle li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: min(300px, 48%);
  border: solid 1px #fff;
  background-color: #646464;
  padding: 1em 0.5em;
  box-sizing: border-box;
  border-radius: 0.3em;
}
.p-chartDataTitle li p {
  font-size: clamp(14px, 12.6666666667px + 0.0033333333 * 100vw, 16px);
}

#select_fund {
  width: min(1000px, 90%);
  margin: 0 auto;
}
#select_fund .fundList__txt {
  font-size: clamp(14px, 12.6666666667px + 0.0033333333 * 100vw, 16px);
}
#select_fund .fund__list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 40px;
  margin-bottom: 40px;
}
#select_fund .fund__list .fundList__inner {
  background-color: #fff;
  display: block;
  width: calc(50% - 10px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: clamp(14px, 12.6666666667px + 0.0033333333 * 100vw, 16px);
  padding: 1em;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  #select_fund .fund__list .fundList__inner {
    width: 100%;
  }
}
#select_fund .fund__list .fundList__inner label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1em;
}
#select_fund .fund__list .fundList__inner label input[type=checkbox].js-checkboxInput {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 1.3em;
  min-width: 1.3em;
  height: 1.3em;
  border: none;
  border-radius: 0.2em;
  background: #fff;
  border: solid 1px #646464;
  cursor: pointer;
  transition: background 0.15s, border-color 0.15s;
  position: relative;
}
#select_fund .fund__list .fundList__inner label input[type=checkbox].js-checkboxInput::after {
  content: "";
  position: absolute;
  top: 0.2em;
  left: 0.4em;
  width: 0.4em;
  height: 0.7em;
  border: 2px solid #fff;
  border-top: none;
  border-left: none;
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity 0.15s;
}
#select_fund .fund__list .fundList__inner label input[type=checkbox].js-checkboxInput:checked::after {
  opacity: 1;
}
#select_fund .fund__list .fundList__inner label h5 span {
  display: block;
  color: #000;
}
#select_fund .fund__list .fundList__inner a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-size: clamp(10px, 8.6666666667px + 0.0033333333 * 100vw, 12px);
}
#select_fund .fund__list .fundList__inner a img {
  display: block;
  width: 2.7em;
  height: auto;
  margin: 0 auto;
}
#select_fund .fund__list .fundList__inner a span {
  font-size: clamp(10px, 8.6666666667px + 0.0033333333 * 100vw, 12px);
  text-align: center;
  color: #646464;
  line-height: 1;
  white-space: nowrap;
}
#select_fund .fund__list .fundList__inner--colorType06 input[type=checkbox].js-checkboxInput:checked {
  background: #673AB7;
  border-color: #673AB7;
}
#select_fund .fund__list .fundList__inner--colorType06 h5 {
  color: #673AB7;
}
#select_fund .fund__list .fundList__inner--colorType05 input[type=checkbox].js-checkboxInput:checked {
  background: #010080;
  border-color: #010080;
}
#select_fund .fund__list .fundList__inner--colorType05 h5 {
  color: #010080;
}
#select_fund .fund__list .fundList__inner--colorType04 input[type=checkbox].js-checkboxInput:checked {
  background: #795548;
  border-color: #795548;
}
#select_fund .fund__list .fundList__inner--colorType04 h5 {
  color: #795548;
}
#select_fund .fund__list .fundList__inner--colorType03 input[type=checkbox].js-checkboxInput:checked {
  background: #FF5722;
  border-color: #FF5722;
}
#select_fund .fund__list .fundList__inner--colorType03 h5 {
  color: #FF5722;
}
#select_fund .fund__list .fundList__inner--colorType02 input[type=checkbox].js-checkboxInput:checked {
  background: #FF9801;
  border-color: #FF9801;
}
#select_fund .fund__list .fundList__inner--colorType02 h5 {
  color: #FF9801;
}
#select_fund .fund__list .fundList__inner--colorType01 input[type=checkbox].js-checkboxInput:checked {
  background: #8BC34A;
  border-color: #8BC34A;
}
#select_fund .fund__list .fundList__inner--colorType01 h5 {
  color: #8BC34A;
}
#select_fund .fund__list .fundList__inner--colorType08 input[type=checkbox].js-checkboxInput:checked {
  background: #2096F3;
  border-color: #2096F3;
}
#select_fund .fund__list .fundList__inner--colorType08 h5 {
  color: #2096F3;
}
#select_fund .fund__list .fundList__inner--colorType07 input[type=checkbox].js-checkboxInput:checked {
  background: #3F51B5;
  border-color: #3F51B5;
}
#select_fund .fund__list .fundList__inner--colorType07 h5 {
  color: #3F51B5;
}
#select_fund .fund__list .fundList__inner--colorType09 input[type=checkbox].js-checkboxInput:checked {
  background: #01BCD4;
  border-color: #01BCD4;
}
#select_fund .fund__list .fundList__inner--colorType09 h5 {
  color: #01BCD4;
}
#select_fund .fund__list .fundList__inner--colorType10 input[type=checkbox].js-checkboxInput:checked {
  background: #075E55;
  border-color: #075E55;
}
#select_fund .fund__list .fundList__inner--colorType10 h5 {
  color: #075E55;
}
#select_fund .fund__list .fundList__inner--colorType11 input[type=checkbox].js-checkboxInput:checked {
  background: #36A195;
  border-color: #36A195;
}
#select_fund .fund__list .fundList__inner--colorType11 h5 {
  color: #36A195;
}
#select_fund .fund__list .fundList__inner--colorType12 input[type=checkbox].js-checkboxInput:checked {
  background: #CC9900;
  border-color: #CC9900;
}
#select_fund .fund__list .fundList__inner--colorType12 h5 {
  color: #CC9900;
}
#select_fund .fund__list .fundList__inner--colorType13 input[type=checkbox].js-checkboxInput:checked {
  background: #8497B0;
  border-color: #8497B0;
}
#select_fund .fund__list .fundList__inner--colorType13 h5 {
  color: #8497B0;
}
#select_fund .fund__list .fundList__inner--colorType14 input[type=checkbox].js-checkboxInput:checked {
  background: #C28683;
  border-color: #C28683;
}
#select_fund .fund__list .fundList__inner--colorType14 h5 {
  color: #C28683;
}
#select_fund .fund__list .fundList__inner--colorTypeRef01 input[type=checkbox].js-checkboxInput:checked {
  background: #800040;
  border-color: #800040;
}
#select_fund .fund__list .fundList__inner--colorTypeRef01 h5 {
  color: #800040;
}
#select_fund .fund__list .fundList__inner--colorTypeRef03 input[type=checkbox].js-checkboxInput:checked {
  background: #ff47b0;
  border-color: #ff47b0;
}
#select_fund .fund__list .fundList__inner--colorTypeRef03 h5 {
  color: #ff47b0;
}
#select_fund .fund__list .fundList__inner--colorTypeRef02 input[type=checkbox].js-checkboxInput:checked {
  background: #c1006c;
  border-color: #c1006c;
}
#select_fund .fund__list .fundList__inner--colorTypeRef02 h5 {
  color: #c1006c;
}

.o-chartWrapper__inner__item {
  width: min(1000px, 90%);
  margin: 0 auto;
}
.o-chartWrapper__inner__item ul {
  font-size: clamp(12px, 10.6666666667px + 0.0033333333 * 100vw, 14px);
  margin-bottom: 4em;
}
.o-chartWrapper__inner__item ul li {
  font-size: clamp(12px, 10.6666666667px + 0.0033333333 * 100vw, 14px);
}
.o-chartWrapper__inner__item a {
  display: block;
  font-size: clamp(14px, 12.6666666667px + 0.0033333333 * 100vw, 16px);
  border: solid 1px #fff;
  text-decoration: none;
  position: relative;
  padding: 1em;
  box-sizing: border-box;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: min(400px, 90%);
  margin: 0 auto;
  text-align: center;
  margin-bottom: 100px;
}
.o-chartWrapper__inner__item a img {
  display: block;
  transform: rotateY(180deg);
  transform-origin: center;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 5%;
  right: initial;
  margin: auto;
}

.l-footer {
  padding-top: 0;
  padding-bottom: 0;
}

.l-footer__bottom {
  background: #535353;
}

.l-footer__bottom__in {
  max-width: 1000px;
  margin: 0 auto;
  padding: 25px 15px;
}

.l-footer__bottom__in--line {
  display: flex;
}

.l-footer__bottom__in__item:nth-child(2) {
  margin-left: 30px;
}

.l-footer__bottom__in__item a {
  padding-left: 18px;
  padding-right: 20px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 300;
  position: relative;
  background: url(../images/common/icon/icon_arrowSmall.svg) center left/8px 10px no-repeat, url(../images/common/icon/icon_externalLink.svg) center right/13px 12px no-repeat;
}

.l-footer__bottom__in__item__img {
  width: auto;
}

@media screen and (max-width: 768px) {
  .l-footer__bottom__in {
    padding: 20px 15px;
  }
  .l-footer__bottom__in--line {
    display: block;
  }
  .l-footer__bottom__in__item {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .l-footer__bottom__in__item:nth-child(2) {
    margin-top: 10px;
    margin-left: 0px;
  }
  .l-footer__bottom__in__item a {
    font-size: 1.2rem;
  }
}
/* str-footer-important-box */
.str-footer-important-box {
  padding-block: 16px;
}

.str-footer-important-box {
  padding: 24px 16px;
  background-color: #fcefef;
}

.str-footer-important-box-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  max-width: 980px;
  margin-inline: auto;
  gap: 16px 40px;
}

.str-footer-important-box-inner__title {
  display: flex;
  flex-shrink: 0;
  flex-wrap: nowrap;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 5px 27px 5px 5px;
  border-radius: 16px;
  background-color: #b40001;
  color: #ffffff;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.4;
}

.str-footer-important-box-inner__title::before {
  display: block;
  position: relative;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  background-image: url(/assets/img/common/icon-important-footer.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.str-footer-important-box-inner__content {
  align-self: center;
}

.str-footer-list-link {
  display: grid;
  grid-template-rows: 1fr;
}

.str-footer-important-box-inner__content > :last-child {
  margin-bottom: 0;
}

.str-footer-important-box-inner__content > :first-child {
  margin-top: 0;
}

.str-footer-list-link--bottom {
  gap: 12px;
}

.str-footer-list-link__link {
  display: block;
  position: relative;
  padding-left: 16px;
  color: #333333 !important;
  text-decoration: none !important;
  transition: color 0.3s ease;
}

.str-footer-list-link__link:hover {
  color: #b40001 !important;
  text-decoration: underline !important;
}

.str-footer-list-link__link::before {
  display: block;
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  border-top: 2px solid #b40001;
  border-right: 2px solid #b40001;
  content: "";
}

@media screen and (min-width: 768px) {
  .str-footer-important-box-inner__title::before {
    width: 22px;
    height: 22px;
  }
  .str-footer-list-link--bottom {
    gap: 10px 40px;
  }
  .str-footer-list-link__link {
    font-size: 14px;
  }
  .str-footer-important-box-inner {
    flex-direction: row;
  }
}/*# sourceMappingURL=style.css.map */
