@charset "UTF-8";
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  color: #171717;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  background: #000000;
}

p {
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
}

@media only screen and (min-width: 768px) {
  h1 {
    font-size: 3.6rem;
    font-weight: 600;
  }
  h2 {
    font-size: 2.8rem;
    font-weight: 600;
  }
  h3 {
    font-size: 2.2rem;
    font-weight: 600;
  }
  h4 {
    font-size: 1.8rem;
    font-weight: 600;
  }
  h5 {
    font-size: 1.6rem;
    font-weight: 600;
  }
  h6 {
    font-size: 1.4rem;
    font-weight: 600;
  }
  p,
  li,
  dt,
  dd,
  input,
  textarea,
  select {
    font-size: 1.6rem;
    font-weight: 500;
  }
  caption {
    font-size: 1.3rem;
    font-weight: 500;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  input,
  textarea,
  select {
    font-family: inherit;
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 2.8rem;
    font-weight: 600;
  }
  h2 {
    font-size: 2.4rem;
    font-weight: 600;
  }
  h3 {
    font-size: 2rem;
    font-weight: 600;
  }
  h4 {
    font-size: 1.6rem;
    font-weight: 600;
  }
  h5 {
    font-size: 1.4rem;
    font-weight: 600;
  }
  h6 {
    font-size: 1.3rem;
    font-weight: 600;
  }
  p,
  li,
  dt,
  dd {
    font-size: 1.5rem;
    font-weight: 500;
  }
  caption {
    font-size: 1.2rem;
    font-weight: 500;
  }
  img {
    width: 100%;
    height: auto;
  }
  input,
  textarea,
  select {
    font-family: inherit;
    font-size: 1.6rem;
    font-weight: 500;
  }
}
@media only screen and (min-width: 768px) {
  body {
    width: 100%;
    min-width: 1280px;
  }
  .inner--s {
    width: 56.25%;
    min-width: 1080px;
    margin: 0 auto;
  }
  .inner--m {
    width: 66.5%;
    min-width: 1080px;
    margin: 0 auto;
  }
  .inner--l {
    width: 87.5%;
    min-width: 1080px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .inner--s,
  .inner--m,
  .inner--l {
    width: 95%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .breadcrumb_contents .contents_box-s {
    padding: 15px;
    box-sizing: border-box;
  }
  .breadcrumb_contents .contents_box-s .breadcrumb_content {
    display: flex;
    align-items: center;
    gap: 0 5px;
  }
  .breadcrumb_contents .contents_box-s .breadcrumb_content span {
    display: inline-block;
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumb_contents .contents_box-s {
    width: 95%;
    padding: 10px 0;
    box-sizing: border-box;
  }
  .breadcrumb_contents .contents_box-s .breadcrumb_content {
    display: flex;
    align-items: center;
    gap: 0 5px;
  }
  .breadcrumb_contents .contents_box-s .breadcrumb_content span {
    display: inline-block;
    font-size: 1.2rem;
  }
}
.thumbnail {
  position: relative;
  overflow: hidden;
}
.thumbnail img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  object-position: center;
  -o-object-fit: cover;
  -o-object-position: center;
  font-family: "object-fit: cover; object-position: center";
}

.single-txt a {
  text-decoration: underline;
}
.single-txt em,
.single-txt i {
  font-style: italic;
}
.single-txt strong,
.single-txt b {
  font-weight: 900;
}
.single-txt pre,
.single-txt code {
  text-align: justify;
  text-justify: inter-ideograph;
}
.single-txt u {
  text-decoration: underline;
}
.single-txt del {
  text-decoration: line-through;
}
.single-txt ol,
.single-txt ul {
  padding-left: 20px;
}
.single-txt ol {
  list-style: decimal;
}
.single-txt ul {
  list-style: disc;
}
.single-txt blockquote {
  display: block;
  width: 100%;
  background: #efefef;
  padding: 15px;
  box-sizing: border-box;
}
.single-txt blockquote p {
  color: #555555;
  font-style: italic;
}
.single-txt blockquote p::before {
  content: "“";
}
.single-txt blockquote p::after {
  content: "”";
}
.single-txt .table_wrapper table {
  width: 100%;
  min-width: auto;
  border-collapse: collapse;
}
.single-txt .table_wrapper th,
.single-txt .table_wrapper td {
  font-weight: 600;
  padding: 10px 15px;
  box-sizing: border-box;
  border: 1px solid #cccccc;
}
@media only screen and (min-width: 768px) {
  .single-txt .table_wrapper th,
  .single-txt .table_wrapper td {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .single-txt .table_wrapper th,
  .single-txt .table_wrapper td {
    font-size: 1.5rem;
  }
}

@media only screen and (min-width: 768px) {
  .pc-none {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .sp-none {
    display: none !important;
  }
}
.grecaptcha-badge {
  visibility: hidden;
}

.top-header {
  display: flex;
  width: 100%;
  height: 100vh;
  background: #000000;
  position: fixed;
  top: 0;
  left: 0;
}

.top-header-left {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40.23%;
}

.top-header-center {
  width: 375px;
}

.top-header-right {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 40.23%;
}

@media only screen and (max-width: 767px) {
  .top-header-left, .top-header-center, .top-header-right {
    display: none;
  }
}
.footer__inner {
  width: 95%;
  margin: 0 auto;
  padding: 30px 0 130px;
  border-top: 1px solid #545252;
}
.footer__logo {
  display: block;
  width: 105px;
  margin: 0 auto 50px;
}
.footer__list {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 50px;
}
.footer__item a {
  color: #ffffff;
  font-size: 1.1rem;
}
.footer__copyright {
  text-align: center;
}
.footer__copyright small {
  color: #ffffff;
  font-size: 0.8rem;
}
.footer__wrapper {
  display: block;
  width: 370px;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  bottom: 20px;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
  z-index: 1000;
}
.footer__wrapper.is-visible {
  opacity: 1;
  pointer-events: auto;
}
.footer__button {
  display: block;
  width: 100%;
}
.footer__img--sub {
  width: 245px;
  margin: 0 auto;
  border-radius: 30px;
  position: relative;
  z-index: 100;
}
.footer__img--main {
  width: 100%;
  border-radius: 30px;
  margin-top: -15px;
}
.footer__img--main img {
  display: block;
  width: 100%;
}

.container {
  width: 375px;
  height: 100vh;
  margin: 0 auto;
  position: relative;
  z-index: 1000;
}

@media only screen and (max-width: 767px) {
  .container {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1000;
  }
}
.top-kv {
  position: relative;
  margin-bottom: 15px;
}
.top-kv__link {
  width: 95%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  bottom: 0;
}
.top-kv__link:hover {
  opacity: 0.6;
}
.top-kv__img--sub {
  width: 245px;
  margin: 0 auto;
  border-radius: 30px;
  position: relative;
  z-index: 100;
}
.top-kv__img--main {
  width: 100%;
  border-radius: 30px;
  margin-top: -15px;
}
.top-kv__img--main img {
  display: block;
  width: 100%;
}

.top-message {
  margin-bottom: 30px;
}

.top-comparison {
  padding-bottom: 80px;
}
.top-comparison__inner {
  width: 90%;
  margin: 0 auto;
}
.top-comparison__title {
  text-align: center;
  margin-bottom: 25px;
}
.top-comparison__wrapper {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  cursor: grab;
}
.top-comparison__img {
  display: block;
  width: 545px;
  max-width: none;
}

.top-cta {
  padding-bottom: 50px;
}
.top-cta__link {
  display: block;
  width: 95%;
  margin: 0 auto;
}
.top-cta__link:hover {
  opacity: 0.6;
}
.top-cta__img--sub {
  width: 245px;
  margin: 0 auto;
  border-radius: 30px;
  position: relative;
  z-index: 100;
}
.top-cta__img--main {
  width: 100%;
  border-radius: 30px;
  margin-top: -15px;
}
.top-cta__img--main img {
  display: block;
  width: 100%;
}

/* shine 共通（必須） */
.shine--sub,
.shine--main {
  position: relative;
  overflow: hidden; /* 光がはみ出ないように */
}
.shine--sub::after,
.shine--main::after {
  content: "";
  position: absolute;
  top: 0;
  left: -75%; /* スタート位置 */
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-25deg);
  pointer-events: none; /* クリック妨害なし */
}

/* --- sub ボタンの shine（速め） --- */
.shine--sub::after {
  animation: shine-sub 2.2s ease-in-out infinite;
}

/* --- main ボタンの shine（ゆっくり + 少し遅らせ開始） --- */
.shine--main::after {
  animation: shine-main 3s ease-in-out infinite;
  animation-delay: 0.5s;
}

/* ----- キーフレーム共通でも別でもOK ----- */
/* sub 用（速い） */
@keyframes shine-sub {
  0% {
    left: -75%;
  }
  60% {
    left: 125%;
  }
  100% {
    left: 125%;
  }
}
/* main 用（少し長め） */
@keyframes shine-main {
  0% {
    left: -75%;
  }
  60% {
    left: 125%;
  }
  100% {
    left: 125%;
  }
}
.law-policy__inner {
  width: 95%;
  margin: 0 auto;
  padding: 50px 0;
}
.law-policy__title {
  color: #ffffff;
  font-size: 2rem;
  margin-bottom: 20px;
}

.law-contents__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.law-contents__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.law-contents__title {
  color: #ffffff;
  font-size: 1.6rem;
  padding-bottom: 10px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ffffff;
}
.law-contents__text {
  color: #ffffff;
  font-size: 1.3rem;
}

.privacy-policy__inner {
  width: 95%;
  margin: 0 auto;
  padding: 50px 0;
}
.privacy-policy__title {
  color: #ffffff;
  font-size: 2rem;
  margin-bottom: 20px;
}
.privacy-policy__text {
  color: #ffffff;
  font-size: 1.4rem;
  margin-bottom: 30px;
}

.privacy-contents__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.privacy-contents__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.privacy-contents__title {
  color: #ffffff;
  font-size: 1.6rem;
  padding-bottom: 10px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ffffff;
}
.privacy-contents__text {
  color: #ffffff;
  font-size: 1.3rem;
}/*# sourceMappingURL=style.css.map */