@charset "UTF-8";
/*============================
　共通
============================*/
:root {
  --wrapper-width: 1660px;
  --wrapper-width-inner: 960px;
  --wrapper-padding: 1rem;
}

@media (max-width: 440px) {
  :root {
    --wrapper-padding: .5rem;
  }
}
body {
  background-color: #000;
  color: #fff;
}

.main_outer {
  max-width: var(--wrapper-width);
  background-color: #000;
  background-image: url(../images/body_backicon_right.png), url(../images/body_backicon_left.png);
  background-repeat: repeat-y;
  background-position: calc(50% + 640px), calc(50% - 640px);
  margin-inline: auto;
  padding-bottom: 240px;
}

@media (max-width: 580px) {
  .main_outer {
    padding-bottom: 150px;
  }
}
a,
img {
  display: inline-block;
}

a:hover {
  filter: saturate(130%) contrast(110%);
}

.wrapper {
  margin-inline: auto;
  box-sizing: border-box;
  text-align: center;
  overflow: hidden;
  width: 100%;
  text-align: center;
  width: min(100% - var(--wrapper-padding) * 2, var(--wrapper-width-inner));
  padding-inline: var(--wrapper-padding);
}

/*============================
　コンテンツ
============================*/
.section_kv {
  margin-inline: auto;
  box-sizing: border-box;
  text-align: center;
  overflow: hidden;
  width: 100%;
  text-align: center;
  max-width: var(--wrapper-width-inner);
}

.section_kv .inner {
  background-image: url(../images/kv_back.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.kv_topmargin {
  margin-top: -50px;
}

@media (max-width: 767px) {
  .kv_topmargin {
    margin-top: -15px;
  }
}
.section_title {
  margin-top: clamp(30px, 6vw, 80px);
  margin-bottom: clamp(20px, 5vw, 60px);
}

/*  */
#myDetails {
  scroll-margin-top: 20px;
}

.terms_frame {
  border-top: 1px solid #333;
  max-width: 780px;
  margin-inline: auto;
  margin-top: 40px;
}

.terms_frame > summary {
  width: 100%;
  display: inline-grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 15px 20px 15px 5px;
  background-color: #686868;
  cursor: pointer;
}

.terms_frame > summary:hover {
  filter: brightness(1.2);
}

.terms_frame > summary::-webkit-details-marker {
  display: none;
}

.terms_frame > summary::after {
  content: "";
  display: inline-flex;
  aspect-ratio: 1/1;
  width: 48px;
  line-height: 1;
  align-items: center;
  justify-content: center;
  background-image: url(../images/contents_icon01.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.terms_frame[open=open] > summary::after {
  content: "";
  background-image: url(../images/contents_icon02.png);
}

.terms_frame .initial_text {
  text-align: left;
  width: 100%;
  color: #000;
  font-family: "Zen Kaku Gothic New", sans-serif;
  padding-bottom: clamp(20px, 3vw, 30px);
}

.section_detail {
  padding: 0 clamp(10px, 2.5vw, 30px);
}

.terms_frame .initial_text h3 {
  margin-top: clamp(20px, 3vw, 40px);
  display: block;
  font-size: clamp(20px, 2.5vw, 26px);
  line-height: 1.3;
  margin-bottom: 24px;
}

.terms_frame .initial_text h3.toptitle {
  margin-top: 10px;
}

.terms_frame .initial_text h4 {
  margin-top: clamp(15px, 3vw, 30px);
  display: block;
  font-size: clamp(16px, 2vw, 21px);
  line-height: 1.3;
}

.terms_frame .initial_text h5 {
  margin-top: clamp(10px, 2vw, 16px);
  display: block;
  font-size: clamp(14px, 2vw, 18px);
  line-height: 1.3;
}

.terms_frame .initial_text p {
  margin-top: clamp(6px, 1.5vw, 10px);
  margin-left: 1em;
  display: block;
  font-size: clamp(14px, 2vw, 18px);
}

.terms_frame .initial_text ul {
  margin-top: clamp(6px, 1.5vw, 10px);
  margin-left: 1em;
}

.terms_frame .initial_text ul li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: clamp(14px, 2vw, 18px);
}

.terms_frame .initial_text ul li ul {
  margin-left: 0;
}

.terms_frame .initial_text .style_campaign {
  background-color: #ccc;
  padding: 18px 24px;
  font-weight: 600;
  margin: 20px 0 10px;
  line-height: 1.2;
}

.terms_frame .initial_text .indent {
  padding-left: 1em;
  text-indent: -1em;
}

.terms_frame .initial_text .topcap {
  margin-left: 0;
}

.method_margin01 {
  margin-bottom: clamp(15px, 5vw, 30px);
}

.method_margin02 {
  margin-top: clamp(15px, 5vw, 30px);
  margin-bottom: clamp(15px, 5vw, 30px);
}

.method_margin03 {
  margin-top: clamp(15px, 5vw, 30px);
  margin-bottom: clamp(15px, 5vw, 30px);
}

.form .button {
  pointer-events: none;
  opacity: 0.5;
}

.inactive_off {
  display: none;
}

.inactive_on {
  display: initial;
}

.form:has(#agree:checked) .button {
  pointer-events: auto;
  opacity: 1;
}

.form:has(#agree:checked) .inactive_off {
  display: initial;
}

.form:has(#agree:checked) .inactive_on {
  display: none;
}

/*  */
input[type=checkbox] {
  position: absolute;
  opacity: 0;
}

label {
  position: relative;
  cursor: pointer;
}

label[for=agree] {
  padding-left: clamp(20px, 11vw, 70px);
  position: relative;
}

.form_check {
  display: inline-flex;
  gap: 20px;
  background-image: url(../images/method_back.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  max-width: 760px;
  width: 100%;
  padding: 12px 30px;
  align-items: center;
  justify-content: center;
  margin-bottom: clamp(25px, 6vw, 50px);
}

.form_check_cap {
  width: clamp(240px, 40vw, 480px);
}

/* 枠 */
label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: clamp(25px, 6vw, 50px);
  aspect-ratio: 1/1;
  border: 3px solid #ffffff;
  transform: translateY(-50%);
  background-color: #000;
}

/* チェック */
label::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 50%;
  width: 24px;
  height: 38px;
  border-right: 4px solid #ffffff;
  border-bottom: 4px solid #ffffff;
  transform: translateY(-80%) translateX(40%) rotate(45deg) scale(0);
  transition: 0.2s;
}

input:checked + label::after {
  transform: translateY(-80%) translateX(40%) rotate(45deg) scale(1.2);
}

.support {
  background-image: url(../images/attention_support_back.png);
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: clamp(80px, 18vw, 180px);
  padding-inline: 20px;
  max-width: 890px;
  aspect-ratio: 1/1.2;
  display: inline-block;
  margin-inline: auto;
  margin-bottom: clamp(20px, 5vw, 40px);
}

.support_cap {
  margin-bottom: 40px;
}

@media screen and (max-width: 920px) {
  .support_cap {
    margin-bottom: 10px;
  }
  label::after {
    width: 16px;
    height: 30px;
  }
}
.section_attention {
  margin-top: clamp(30px, 6vw, 80px);
}

.section_attention .initial_text {
  background-color: #a7a7a7;
}

.attention_banner {
  margin-bottom: 40px;
}

@media (max-width: 960px) {
  .section_attention .initial_text {
    margin-inline: 0;
    width: 100%;
  }
}
.l-container {
  max-width: var(--wrapper-width-inner);
  margin-inline: auto;
  padding-inline: 1em;
  overflow: hidden;
  font-size: clamp(12px, 3vw, 18px);
}

@media screen and (max-width: 767px) {
  .l-container {
    max-width: none;
    padding-inline: 0.5em;
  }
}
.l-container-wide {
  position: relative;
  max-width: var(--wrapper-width-inner);
  margin-inline: auto;
  padding-inline: var(--wrapper-padding);
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .l-container-wide {
    max-width: none;
    padding-inline: var(--wrapper-padding);
  }
}
.l-footer {
  padding-block: 0;
  margin-bottom: 0;
  color: #000;
}

.l-footer__nav {
  padding-block: 20px 25px;
  background-color: #fff;
  width: min(100% - var(--wrapper-padding) * 2, var(--wrapper-width-inner));
  padding-inline: var(--wrapper-padding);
  margin-inline: auto;
}

@media screen and (max-width: 960px) {
  .l-footer__nav {
    padding-block: 30px 25px;
    margin-inline: 0;
    width: 100%;
  }
}
.l-footer__copyright {
  color: #fff;
  text-align: center;
  padding-top: clamp(10px, 3vw, 20px);
}

.l-footer-nav__list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 30px;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .l-footer-nav__list {
    display: block;
  }
}
.l-footer-nav__list + .l-footer-nav__list {
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .l-footer-nav__list + .l-footer-nav__list {
    margin-top: 0.5rem;
  }
}
.no-break {
  flex-shrink: 0;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .l-footer-nav__item + .l-footer-nav__item {
    margin-top: 0.5rem;
  }
}
.l-footer-nav__link {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
  padding-right: 24px;
  margin-right: 20px;
}

@media (hover: hover) and (pointer: fine) {
  .l-footer-nav__link:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 767px) {
  .l-footer-nav__link {
    padding-right: calc(43 / var(--wrapper-width) * 100vw);
    font-size: calc(26 / var(--wrapper-width) * 100vw);
  }
}
.l-footer-nav__link::before {
  content: "";
  position: absolute;
  top: 55%;
  right: 0;
  display: block;
  width: 18px;
  aspect-ratio: 18/12;
  -webkit-mask-size: contain;
          mask-size: contain;
  color: #000;
  transform: translateY(-50%);
  background: url(../images/icon_outlink.svg) 0 0 no-repeat;
}

@media screen and (max-width: 767px) {
  .l-footer-nav__link::before {
    width: 18px;
    right: -20px;
  }
}
/*  */
.bottom_entry {
  text-align: center;
}

.bottom_entry {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  pointer-events: none;
}

.bottom_entry.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.bottom_entry > div {
  background-color: rgba(59, 59, 59, 0.9607843137);
  padding: 20px 20px 0;
}

@media (max-width: 960px) {
  .bottom_entry > div {
    margin-inline: 0;
    width: 100%;
  }
}
.terms_text_tit {
  text-align: center;
  max-width: 100%;
  height: auto;
  display: block;
  margin-inline: auto;
}

.terms_frame {
  max-width: 780px;
  padding-block: 20px;
  margin-inline: auto;
  background-color: #fff;
  color: #313131;
  position: relative;
  text-align: left;
}

.initial_text {
  position: relative;
  height: 160px;
  overflow: hidden;
  font-size: max(1.354vw, 10px);
}

.initial_text::after {
  content: "";
  position: absolute;
  border-style: none;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: 7.292vw;
  background: linear-gradient(rgba(255, 255, 255, 0) 0, #fff 80px);
}

.initial_text.is-open::after {
  display: none;
}

.show_more {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 15px;
  background-color: #4f4f4f;
  color: #e5ef36;
  border: none;
  border-radius: 100px;
  font-size: max(1.667vw, 16px);
  font-weight: 500;
  line-height: 2.604vw;
  cursor: pointer;
  margin: 1.5625vw auto 0;
  /* transition: background-color 0.3s ease; */
}

.initial_text + .show_more::after {
  background-color: #e5ef36;
  border-radius: 50% 50%;
  width: 21px;
  font-size: 14px;
  aspect-ratio: 1/1;
  color: #4f4f4f;
  content: "＋";
  font-weight: 900;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 3px 0 0 12px;
}

.initial_text.is-open + .show_more::after {
  content: "ー";
}

.hide_text {
  display: none;
  margin-top: 1.563vw;
  padding-top: 1.563vw;
  line-height: 1.6;
  color: #555;
  overflow: hidden;
}

.terms_text {
  font-size: max(1.25vw, 10px);
}

.terms_ttl,
.terms_section-title,
.terms_item-title {
  font-weight: bold;
}

.terms_section-title {
  margin-top: 1.5em;
}

.terms_item-title {
  margin-top: 0.8em;
}

.terms_list-item,
.terms_sublist-item {
  padding-left: 1em;
  text-indent: -1em;
}

.terms_list-item._mt01 {
  margin-top: 0.5em;
}

.terms_sublist-item._mt01 {
  margin-top: 0.5em;
}

.terms_list.-mod01 {
  font-size: 12px;
}

@media screen and (min-width: 960px) {
  .initial_text {
    height: 240px;
    font-size: 16px;
  }
  .initial_text::after {
    height: 70px;
  }
  .show_more {
    max-width: 400px;
    font-size: 21px;
    line-height: 25px;
    margin-top: 15px;
    box-shadow: 0 2px 5px #000;
  }
  .hide_text {
    margin-top: 15px;
    padding-top: 15px;
  }
  .terms_text {
    font-size: 16px;
  }
  .terms_list.-mod01 {
    font-size: 16px;
  }
}/*# sourceMappingURL=style.css.map */