@import url("https://fonts.googleapis.com/css2?family=Crimson+Text:wght@400;600;700&family=Lato:wght@300;400;700&display=swap");

:root {
  --primary-color: #111827;
  --border-color: #e7e7e7;
/*
  --background-color: #f9fafb;
*/

  --background-color:#f6f7f9;
  --text-color: #222222;

 /* --gray-color: #4b5563;*/


--gray-color:#6b6b6b;

  --placeholder-color: #9ca3af;

  --highlight-color: #fefce8;


  --l-margin: 4vw;
  --header-margin: 64px;
  --header-margin-sp: 64px;

  --gap-l: 5rem;
  --gap-m: 3rem;
  --gap-s: 1rem;
  --heading-font: "Crimson Text", serif;
  --body-font: "Lato", sans-serif;

  --base-font-size: 16px;


  --ui-radius:8px;
}

@font-face {
  font-family: "icomoon";
  src: url("/fonts/icomoon.eot?2wongv");
  src: url("/fonts/icomoon.eot?2wongv#iefix") format("embedded-opentype"), url("/fonts/icomoon.ttf?2wongv") format("truetype"), url("/fonts/icomoon.woff?2wongv") format("woff"), url("/fonts/icomoon.svg?2wongv#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {

  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;


  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.icon-instagram:before {
  content: "\e900";
}

.icon-brand:before {
  content: "\e900";
}

.icon-social:before {
  content: "\e900";
}

.icon-facebook:before {
  content: "\e901";
}

.icon-brand1:before {
  content: "\e901";
}

.icon-social1:before {
  content: "\e901";
}

.icon-heart:before {
  content: "\e902";
}

.icon-love:before {
  content: "\e902";
}

.icon-favorite:before {
  content: "\e902";
}

.icon-like:before {
  content: "\e902";
}

.icon-dollar:before {
  content: "\e918";
  color: #9ca3af;
}

.icon-crown:before {
  content: "\e916";
}

.icon-gavel:before {
  content: "\e917";
}

.icon-chevron-right:before {
  content: "\e912";
}

.icon-chevron-left:before {
  content: "\e913";
}

.icon-chevron-up:before {
  content: "\e914";
}

.icon-chevron-down:before {
  content: "\e911";
}

.icon-eye-off:before {
  content: "\e910";
}

.icon-log-in:before {
  content: "\e903";
}

.icon-log-out:before {
  content: "\e915";
}

.icon-external-link:before {
  content: "\e904";
}

.icon-box:before {
  content: "\e919";
}
.icon-share-2:before {
  content: "\e905";
}

.icon-list:before {
  content: "\e906";
}

.icon-grid:before {
  content: "\e907";
}

.icon-sliders:before {
  content: "\e908";
}

.icon-eye:before {
  content: "\e909";
}

.icon-edit:before {
  content: "\e90a";
}

.icon-calendar:before {
  content: "\e90b";
}

.icon-clock:before {
  content: "\e90c";
}

.icon-user:before {
  content: "\e90d";
}

.icon-heart1:before {
  content: "\e90e";
}

.icon-search:before {
  content: "\e90f";
}





*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  word-break: break-word;
  line-height: calc(0.35rem + 1em + 0.35rem);
}

html {
  font-size: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: var(--body-font);
  font-size: var(--base-font-size);
  line-height: 1.6;
  color: var(--text-color);
  background-color: #ffffff;
}

i,
em {
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--heading-font);
  color: var(--text-color);
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: normal;
}

a{
  color: inherit; 
}


table {

  width: 100%; 
  border-collapse: collapse; 
  margin: 1rem 0px;
  font-size: 0.95em; 

}

th, td {
  padding: 10px 15px; 
  text-align: left; 
  border: 1px solid #ddd;
}

thead th {
  background-color: #f2f2f2; 
  color: #333; 
  font-weight: bold;

}


tbody tr:nth-child(even) {
  background-color: #fafafa;
}
input,select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
background:#fff;
color:var(--text-color);
}

ul,
ol {
  list-style: none;
}

img {
  max-width: 100%;
  width: 100%;
  height: 100%;
}


.p-panel {
    padding: 2rem;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
    text-align: center;
}

a[target="_blank"]:after {
    font-family: "icomoon";
    content: "\e904";
    padding-left: 8px;
    font-size: 12px;
}


#notfound h2 {
    font-size: 5rem;
    padding-bottom: 1rem;
}

#notfound strong {
    font-family: var(--heading-font);
    font-weight: normal;
    font-size: 2.4rem;
    margin-bottom: 4rem;
text-align:center;
    display:block;

}





.p-stepflow {
  display: table;
  overflow: hidden;
  list-style-type: none;
  width: 100%;
  margin: 0;
  padding: 0;
  margin: 1rem 0px 1.5rem;
}

.p-stepflow li {
  display: table-cell;
  position: relative;
  width: calc(100% / 5);
  padding: 0.7rem 0px;
  background: #F1F3F6;
  color: #333;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
}

.p-stepflow li:last-child::before,
.p-stepflow li:last-child::after {
  display: none;
}

.p-stepflow li::before,
.p-stepflow li::after {
  position: absolute;
  width: 0;
  height: 0;
  margin: auto;
  content: "";
  transform: scale(1.0);
}

.p-stepflow li::before {
  z-index: 10;
  top: 0;
  right: -1em;
  border-width: 25px 0 25px 1em;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
}

.p-stepflow li::after {
  z-index: 10;
  top: 0px;
  right: -1em;
  border-width: 25px 0 25px 1em;
  border-style: solid;
  border-color: transparent transparent transparent #F1F3F6;
}

.p-stepflow li.is-current {
  background: #1B1B1B;
  color: #fff;
}

.p-stepflow li.is-current::after {
  border-color: transparent transparent transparent #1B1B1B;
}

.p-stepflow li span {
  display: block;
  font-size: 1rem;
}




.p-empty__wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #777;
  font-weight: 300;
  gap: 1rem;
  min-height: 40vh;
    width: 100%;
    text-align: center;
}

.p-empty__wrap span {
  font-size: 3rem;
}


.l-form__complete h2 {
    padding-bottom: 1rem;
}

.l-form__complete h3,.l-form__complete p {
    text-align: center;
}


.l-form {
  max-width: 920px;
  margin: 0 auto;
}


.l-form .input_pass {
    padding-top: 1rem;
}
.l-form input,
.l-form select,
.l-form textarea {
  min-height: 48px;
  border-radius:var(--ui-radius);
  padding: 0.5rem;
  border: 1px solid var(--border-color);
  width: 100%;
}

.l-form textarea {
  min-height: 220px;
  font-family: var(--body-font);
  line-height: 1.7;
}

.l-form input.size-middle {
  max-width: 500px;
}

.l-form input.size-small {
  max-width: 240px;
}

.l-form select {
  padding-right: 2rem;
}

.l-form dl {
  display: flex;
  gap: 2rem;
  align-items:start;
  padding: 1rem 0px;
}

.l-form__namewrap {
  display: flex;
  gap: 1rem;
}

.l-form__double {
  display: flex;
  flex-direction: column;
}

.l-form__double__item+.l-form__double__item {
  margin-top: 1rem;
  border-top: 1px solid var(--border-color);
  padding-top: 1rem;
}

.l-form dl dt {
  text-align: left;
  width: 20%;
  color: var(--gray-color);
  font-size: 14px;
}

.l-form dl dd {
  width: 80%;
}

.l-form .l-form--passwrap {
  position: relative;
}

.l-form .l-form--passwrap input {
  width: 100%;
  padding: 10px 40px 10px 10px;
  box-sizing: border-box;
}

.l-form .l-form--passwrap .password-toggle-icon {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  cursor: pointer;
  color: #888;
  font-size: 1.3rem;
}



.l-form__msg {
  border: 1px solid;
  padding: 0.7rem;
  border-radius: var(--ui-radius);
  text-align: left;
  margin:1rem 0px;
}

.l-form__msg p {
  font-size: 0.9em;
}

.l-form__msg.error {
  background: #FEF2F2;
  border-color: #FFC9C9;
  color: #9F0712;
}


.l-form .l-form__footer {
    margin-top: 2rem;
    display: flex;
    gap: 0.5rem;
    justify-content: center;
    align-items: center;
}

.l-form .l-form__note {
  font-size: 0.8em;
  margin-top: 0.5rem;
  color: var(--gray-color);
}

.c-checkbox__text {
  display: inline-block;
  font-size: 14px;
  padding-left: 40px;
  position: relative;
  line-height: 28px;
    min-width: 4rem;
}

.l-form input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  width: 0;
  height: 0;
}

input[type="checkbox"]+.c-checkbox__text::before {
  content: "";
  border: 1px solid #dfe4e7;
  background: #fff;
  display: inline-block;
  margin-right: 12px;
  width: 28px;
  height: 28px;
  position: absolute;
  left: 0;
  border-radius: var(--ui-radius);
}

input[type="checkbox"]+.c-checkbox__text::after {
  content: "";
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  position: absolute;
  opacity: 0;
  transform: rotate(45deg);
  width: 9px;
  height: 14px;
  top: 5px;
  left: 9px;
  z-index: 1;
}


input[type="checkbox"]:focus+.c-checkbox__text::before {
  outline: -webkit-focus-ring-color auto 1px;
  z-index: 1;
}

input[type="checkbox"]:checked+.c-checkbox__text::after {
  opacity: 1;
}

input[type="checkbox"]:checked+.c-checkbox__text::before {
  background: var(--primary-color);
}

.l-form__readtxt {
  margin-bottom: 2rem;
}

.l-form .l-form__forgetlink,.p-link_right {
  text-align: right;
  display: block;
  font-size: 14px;
}

.l-form .l-form__signup {
  margin-top: 2rem;
  display: block;
}

.l-form dl+dl {
  border-top: 1px solid var(--border-color);
}

.l-form__require {
  color: #bc0101;
    margin-left: 4px;
}




em.tag {
  background: #ddd;
  border-radius: 50px;
  padding: 2px 1rem;
  font-size: 0.8rem;
  display: inline-block;
}

em.tag.prebid,
em.tag.upcoming{
  background: #fff;
  border: 1px solid;
}

em.tag.onsale {
  color: #fff;
  background: var(--primary-color);
}


#login .login_wrap {
  max-width: 540px;
  margin: 0 auto;
  padding: 5rem 0px 6rem;
  position: relative;
  text-align: center;
}


#login h2 {
  padding: var(--gap-m) 0px;
  padding-top: 0;
}

#login .l-form dl {
  flex-direction: column;
  gap: 0;
  align-items: start;
}

#login .l-form dt,
#login .l-form dd {
  width: 100%;
}

#login .l-form dt+dd {
  margin-top: 0.5rem;
}




h1 {

  font-size: clamp(2.5rem, 6vw + 1rem, 3.5rem);
}

h2 {

  font-size: clamp(2rem, 4.5vw + 0.5rem, 3rem);
  text-align: center;
  padding: var(--gap-l) 0px;
}

h3 {

  font-size: clamp(1.75rem, 3.5vw, 2.25rem);
  font-size: 1.4rem;
  padding: 15px 0;
  border-top: 1px solid var(--gray-color);
  border-bottom: 1px solid var(--gray-color);
  margin: 2rem 0;

}

h4 {

  font-size: clamp(1.5rem, 2.5vw, 1.75rem);
}

h5 {

  font-size: clamp(1.25rem, 1.5vw, 1.375rem);
}

h6 {

  font-size: clamp(1.125rem, 1.2vw, 1.25rem);
}

.w100 {
  width: 100%;
}

.w70 {
  width: 70%;
}

.w30 {
  width: 30%;
}



.selectwrap {
  position: relative;
  max-width: fit-content;
}

.selectwrap:after {
  font-family: "icomoon";
  content: "\e911";
  font-size: 1.2rem;
  position: absolute;
  top: 50%;
  right: 0.5rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  pointer-events: none;
}

article {
  margin-top: var(--header-margin);
}

article.page {
  margin: calc(var(--header-margin)) 0px 4rem;
}




@media screen and (min-width:1320px) {
  .content {
    margin-inline: initial;
    margin: 0px auto;
  max-width: 1320px;
  }
}

@media screen and (max-width:1320px) {
.content {
  margin: 0px var(--l-margin);
  max-width: 1320px;
}
}

.content.narrow {
  margin: 0px auto;
  max-width: 980px;
}


@media screen and (max-width: 1320px) {
  .content {
    margin: 0px var(--l-margin);
  }
}

@media screen and (max-width: 980px) {
  .content.narrow {
    margin: 0px var(--l-margin);
  }
}

.l-flx__layout {
  display: flex;
  gap: 2rem;
  /* text-align: justify; */
}

.l-flx__layout .item {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.l-flx__layout .item p {
  margin-top: 1rem;
  font-family: var(--heading-font);
font-size:1.4rem;
}

.l-flx__layout .item .imgwrap {
  min-height: 260px;
  background: #fff;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.l-flx__layout.column2>* {
  width: calc(100% / 2);
}

.l-flx__layout.column4>* {
  width: calc(100% / 4);
}

.l-flx__layout__content {
  font-size: clamp(16px, 1.2vw, 48px);
  width: 50%;
}


.l-flx__img .tag {
  position: absolute;
  top: 1rem;
  left: 1rem;
}


a {
  color: var(--base-color);
  text-decoration: none;
  transition: color 0.3s ease;
}

a.link {
  text-decoration: underline;
  color: var(--text-color);
}

a.link:hover {
  color: var(--gray-color);
}


input::placeholder,
textarea::placeholder {
  color: var(--placeholder-color);
  opacity: 1;

}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: button;
  appearance: button;
  appearance: none;
  font-family: var(--body-font);
color:var(--text-color);

}

.btn {
  border-radius: var(--ui-radius);
  background: #ddd;
  padding: 0.5rem 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(14px, 1.2vw, 36px);
  min-width: 120px;
  min-height: 54px;
  font-size: 1rem;
}

.btn-primary {
  background: var(--primary-color);
  color: #fff;
}

.btn-secondly {
  background: #fff;
  border: 1px solid var(--primary-color);
}

.btn-reset {
  background: #B1C4DB;
  border: none;
  color: #fff;
}




.grid-container {
  display: grid;

  grid-template-columns: repeat(2, 1fr);

  gap: 40px 20px;
  width: 100%;
  margin-top: 2rem;
}

.grid-item {
  display: flex;
  flex-direction: column;
  text-align: left;
}

figure.grid-item img{
max-height: fit-content;

}

.grid-item h4 {
  margin-top: 1rem;

  color: #333;
    font-size: 1.5em;
}

.grid-item figcaption {
  font-size:1rem;
  line-height: 1.5;
  margin-top: 0.5rem;
}

.btnwrap {
  display: flex;
  gap: 1rem;
  margin-top: 2rem;
  justify-content: center;
}


.l-center {
  align-items: center;
}



#top h2 {
  padding-top: 0;
}

#top section.p-section {
  padding: var(--gap-l) 0px;
  position: relative;
}

#top #schedule h2,
#top #schedule h2 p {
  text-align: left;
}


#top #aboutus p {
  font-family: var(--heading-font);
  margin-top: 1rem;
    font-size: clamp(18px, 1.5rem, 25px);
}

#aboutus .btnwrap {
  justify-content: start;
}

#top #joinus h4 {
  text-align: center;
  line-height: 1.5;
  font-size: clamp(1.5rem, 3.3vw, 2.5rem);
}


#top .l-read_txt p{text-align:center;font-family: var(--heading-font);font-size:22px;}


section.p-fv {
  gap: 4rem;
  display: flex;
  height: calc(100vh - var(--header-margin));
  align-items: center;
}

.p-fv__image {
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    height: 100%;
max-width: 45vw;
z-index:-1;
}

.p-fv__image img {
    height: auto;
    object-position: center;
}

.p-fv__content {
  margin-top: 1rem;
  margin-left: var(--l-margin);
  max-width: 45vw;
  position: relative;
}

.p-fv__subtxt {
  background: var(--primary-color);
  text-align: center;
  color: #fff;
  padding: 0.5rem;
font-size: clamp(14px, 1.3rem, 20px);
}



.p-fv .btnwrap {
  justify-content: start;
}

.p-fv__heading {
  line-height: 1.1;
}

.p-fv__heading__txt {
    margin-top: 1rem;
    line-height: 1.4;
    font-family: var(--heading-font);
    font-size: clamp(18px, 1.5rem, 25px);
}

#top section.p-section:nth-child(odd) {
  background-color: #f9fafb;
}

.p-section__inner__logo {
  max-width: 300px;
  margin-bottom: 1rem;
}

.l-header__link.btn.btn-secondly {
  background: #fff;
  border: 1px solid var(--primary-color);
  color: var(--primar);
}

#fee .p-panel strong.p-fee__body {
    font-size: 2.4rem;
    margin-top: 1rem;
    display: inline-block;
}

#fee .p-panel strong.p-fee__body em.unit {
    font-size: 0.7em;
    margin-left: 4px;
}


#schedule .p-schedule__subdate time {
    padding-left: 1.4rem;
    font-size: 1.2rem;
}
#schedule .p-schedule__body {
  width: calc((100% - 64px) + 1rem);
  position: relative;
}

#schedule .p-schedule__body::before {
  font-family: "icomoon";
  content: "\e912";
  position: absolute;
  right: 0;
  font-size: 1.8rem;
}

#schedule .p-schedule__subdate__wrap {
  display: flex;
}

#schedule .p-schedule__listitem:not(.is-hidden)+.p-schedule__listitem {
  border-top: 1px solid var(--gray-color);
}

#schedule .p-schedule__listitem {
  padding: 1.4rem 0px;
}

#schedule .p-schedule__subdate {
  width: 50%;

    flex-direction: column;
    display: flex;
    width: 100%;
}

#schedule .p-schedule__subdate p {
  font-size: 0.9em;
  color: var(--gray-color);
}

#schedule .p-schedule__subdate time.utctime:after {
    content: "";
    font-size: 0.7em;
}

#schedule .p-schedule__subdate time.localtime,
.p-schedule__subdate time.localtime{
}
#schedule .p-schedule__subdate time.utctime,
 .p-schedule__subdate time.utctime {
    font-size: 0.9em;
}

#schedule .p-schedule__body .p-schedule__ttl {
  margin: 0.7rem 0px;
}

#schedule .l-flx__img {
  width: 30%;
  position: relative;
  height: fit-content;
}
section#schedule .l-flx__img {
    aspect-ratio: 4 / 5;
}
section#schedule .l-flx__img img {
    object-fit: cover;
}

#schedule .p-schedule__subdate p:before {
    font-family: "icomoon";
    content: "\e90b";
    padding-right: 0.5rem;
}

figcaption.l-flx__imgttl {
  color: #fff;
  font-family: var(--heading-font);
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

.l-flx__imgwrap {
  position: absolute;
  bottom: 0;
  padding: 1rem;
  background: linear-gradient(to top,
      #000000 0%,
      rgba(0, 0, 0, 0) 100%);
    width: 100%;
}

#schedule .l-flx__body {
  width: 70%;
}

#schedule .l-flx__layout {
  gap: 2rem;
}

#schedule .p-schedule__tabs button {
  width: calc(100% / 4);
  padding: 0.7rem;
  font-weight: bold;
  margin-bottom: -2.5px;
  max-width: 150px;
}


#schedule time.p-schedule__date {
  display: flex;
  flex-direction: column;
  width: 84px;
  align-items: center;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
    min-width: fit-content;
}

#schedule time.p-schedule__date strong {
  font-size: 2.2rem;
  letter-spacing: 0.02em;
}

#schedule .p-schedule__listitem a {
  display: flex;
  gap: 2rem;
}

#schedule .p-schedule__tabs {
  display: flex;
  border-bottom: 1px solid;
  margin-bottom: 1rem;
}


#schedule .p-schedule__tabs button[area-selected="true"] {
  border-bottom: 3px solid #000;
}

#schedule .p-schedule__tab-button[aria-selected="true"] {
  border-bottom: 4px solid #000000;
  color: #000;
}

#schedule .p-schedule__listitem.is-hidden {
  display: none !important;
}




#top #faq .p-faqlist__question,
#top #faq .p-faqlist__answer {
 /* background: #fff;*/
}

#faq .p-faqlist__question,
#faq .p-faqlist__answer {
  background: #fafafa;
font-size:18px;
}


#guide h3 {
    margin: 0;
    margin-bottom: 1rem;
    border-top: 0;
    border-bottom: 3px solid;
}

#guide section {
    padding-bottom: 2rem;
}

#guide .p-guide__body ul {
    margin-left: 2rem;
    margin-top: 0.5rem;
    list-style: disc;
}
#guide .p-guide__menu-container {
            display: flex;
            gap: 2rem;
        }

#guide .p-guide__menu {
            flex: 0 0 250px;
            position: sticky;
    top: var(--header-margin);
            height: fit-content;
        }


#guide .p-guide__body {
            flex-grow: 1;
        }

#guide aside a {
    display: block;
    padding: 0.7rem 0px;
    position: relative;
}

#guide aside li + li {
    border-top: 1px solid var(--border-color);
}

#guide aside a:after {
    font-family: "icomoon";
    content: "\e912";
    padding-right: 0.5rem;
    right: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

#guide .p-guide__body section:last-child {
            margin-bottom: 0;
        }

#guide .p-guide__body h4 {
            font-size: 1.3rem;
            font-weight: 500;
            margin-top: 1.5rem;
            margin-bottom: 0.5rem;
        }


.p-faqlist__wrap {
  margin: 20px auto;
  border-radius: var(--ui-radius);
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.p-faqlist__question {
  font-family: var(--heading-font);
  padding: 15px 20px;
  background-color: #fff;
  color: #333;
  cursor: pointer;
  list-style: none;
  position: relative;
  padding-right: 50px;
}

.p-faqlist__question::-webkit-details-marker,
.p-faqlist__question::marker {
  display: none;
  content: "";
}

.p-faqlist__question::before {
  content: "Q.";
  margin-right: 0.5rem;
  font-size: 1.2rem;
}

.p-faqlist__question::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  font-size: 2em;
  font-weight: normal;
  transition: transform 0.2s;
}

.p-faqlist__item[open] .p-faqlist__question::after {
  content: "-";
}

.p-faqlist__answer {
  padding: 10px 20px 20px 20px;
  background-color: #ffffff;
}

.p-faqlist__answer p {
  margin: 0;
  line-height: 1.6;
  font-family: var(--heading-font);
  text-indent: -2rem;
  margin-left: 2rem;
  padding-right: 1rem;
}

.p-faqlist__answer p::before {
  content: "A.";
  margin-right: 0.5rem;
  font-size: 1.2rem;
}


.l-header {
  width: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  height: var(--header-margin);
  z-index: 100;

  align-items: center;
  border-bottom: 1px solid var(--border-color);
}

.l-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px var(--l-margin);
  margin: 0 auto;
  height: 100%;
}

.l-header__logo img {
  display: block;
  max-width: 300px;
  width: clamp(120px, 70vw, 300px);
}

.l-header__list {
  display: flex;
  margin: 0;
  padding: 0;
  gap: 20px;
  align-items: center;

}

.l-header__link {
  text-decoration: none;
  color: #333;
  padding: 5px 10px;
  transition: color 0.3s;
}

.l-header__link:hover {
  opacity: 0.7;
}

.l-header__link.btn {
  background-color: var(--primary-color);
  color: #fff;
  border-radius:4px;
  min-width: 120px;
  display: block;
  text-align: center;
  min-height: auto;
  font-size: 14px;
}

.l-header__link.btn:hover {
  opacity: 0.7;
}


.l-header__hamburger {
  display: none;
}

.p-section__heading__txt {
  font-family: var(--heading-font);
  text-align: center;
    font-size: clamp(18px, 1.5rem, 25px);
  margin-top: 0.5rem;
}

.l-document table{
max-width: fit-content;
    margin-left: 1rem;
}
#terms h2.p-section__heading span {
    display: block;
    font-size: 0.7em;
}

        .l-document .terms-list-container {
            list-style: none; 
            padding: 0;
            margin: 0;
            counter-reset: term-counter;
        }
              .l-document .terms-list-container li {

        }
                      .l-document .terms-list-container h3::before {
    counter-increment: term-counter;
    content: counter(term-counter) ".";
    text-align: right;
    padding-right: 0.3rem;
        }
.l-document .terms-list-container li li {
    list-style: disc;
    margin-left: 2em;
}
                     .l-document .terms-list-container li p {
            margin: 0;
        }



.l-footer {
  background: var(--primary-color);
  color: #fff;
  font-size: clamp(14px, 1vw, 20px);
}

.l-footer__linkswrap {
  display: flex;
  gap: 3rem;
}

em.l-footer__notice {
    display: block;
    font-size: 0.8em;
    line-height: 1.4;
    color: #777;
    font-style: italic;
}

.l-footer__inner {
  padding: 4vw var(--l-margin) 2vw;
  display: flex;
  justify-content: start;
  align-items: flex-start;
  max-width: 120rem;
  margin: 0 auto;
  gap: 3rem;
  flex-wrap: wrap;
}

.l-footer__links h6 {
  color: #fff;
  padding: 0.5rem 0px;
}

.l-footer__info {
  display: flex;
  flex-direction: column;
}

.l-footer__logo {
  max-width: 250px;
  margin-bottom: 1rem;
}

.l-footer__address {
  line-height: 1.7;
  font-size: clamp(14px, 1vw, 20px);
}

.l-footer__list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  line-height: 1.5;
  text-align: left;
  flex-wrap: wrap;
  margin-top: 0.5rem;
  gap: 0.7rem 3rem;
}

.l-footer__list a {
  transition: all 0.3s ease;
  font-weight: 200;
  color: var(--border-color);
}


.l-footer__copyright {
  text-align: center;
  font-size: clamp(12px, 0.8vw, 18px);
  padding: 2vw;
  border-top: 1px solid var(--gray-color);
}







@media (max-width: 1024px) {
#schedule .p-schedule__subdate {
    width: 100%;
}

  article {
    margin-top: var(--header-margin-sp);
  }

  .l-header {
    height: var(--header-margin-sp);
  }

  section.p-fv {
    height: calc(100vh - var(--header-margin-sp));
  }




  .l-header__nav {

    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;

    background-color: rgba(255, 255, 255, 0.95);

    z-index: 200;


    display: flex;
    justify-content: center;
    align-items: center;


    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s, visibility 0.5s;
  }


  .l-header__nav.is-active {
    opacity: 1;
    visibility: visible;
  }


  .l-header__list {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  .l-header__link {
    font-size: 1.2rem;
  }


  .l-header__hamburger {
    display: block;
    width: 40px;
    height: 40px;
    background: none;
    border: none;
    cursor: pointer;
    position: relative;
    z-index: 300;

  }

  .l-header__hamburger-line {
    display: block;
    width: 30px;
    height: 2px;
    background-color: #333;
    position: absolute;
    left: 5px;
    transition: transform 0.3s, opacity 0.3s;
  }


  .l-header__hamburger-line:nth-child(1) {
    top: 10px;
  }

  .l-header__hamburger-line:nth-child(2) {
    top: 19px;
  }

  .l-header__hamburger-line:nth-child(3) {
    top: 28px;
  }


  .l-header__hamburger.is-active .l-header__hamburger-line:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
  }

  .l-header__hamburger.is-active .l-header__hamburger-line:nth-child(2) {
    opacity: 0;
  }

  .l-header__hamburger.is-active .l-header__hamburger-line:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
  }
}


@media (max-width: 768px) {

#guide .p-guide__menu-container {
    display: block;
}

#guide .p-guide__menu ul {
    flex-wrap: wrap;
    display: flex;
    gap: 0.5rem;
}

#guide h3.p-guide__menu-heading {
    display: none;
}

#guide aside li + li {
    border: none;
}

#guide .p-guide__menu {
    flex: 0;
    position: relative;
    top: 0;
}

#guide aside li {width: calc((100% / 2) - 0.5rem);}

#guide aside a:after {
    padding: 0;
}

#guide aside a {
    padding-right: 1rem;
}

.l-form__readtxt{
    margin-bottom: 0rem;
    line-height: 1.4;
}

.l-form input, .l-form select, .l-form textarea{
font-size:15px;
}

#schedule .p-schedule__subdate__wrap {
    flex-direction: column;
    gap: 0.5rem;
}

#schedule .p-schedule__subdate {
    width: 100%;
}

#schedule .p-schedule__tabs {
    padding: 0.5rem;
    padding-bottom: 1rem;
    overflow-x: scroll;
}

#schedule .p-schedule__tabs button {
    width: 100%;
    border-radius: 8px;
    font-size: 14px;
    padding: 0px 1.3rem;
    display: block;
    max-width: 100%;
    white-space: nowrap;
}

#schedule .p-schedule__tab-button[aria-selected="true"] {
    background: #000;
    color: #fff;
    border: none;
    /* white-space: nowrap; */
}



  .p-fv__content {
    max-width: 100%;
    margin: 1rem;
  }

  section.p-fv {
    flex-direction: column;
    justify-content: start;
    gap: 0;
        height: 100dvh;
  }

  article.page {
    margin: calc(var(--header-margin-sp) + 2rem) 0px 2rem;
  }

  .l-form dl {
    flex-direction: column;
    align-items: start;
    gap: 0.5rem;
  }

  .l-form dl dt,
  .l-form dl dd {
    width: 100%;
  }

  .l-footer__inner {
        flex-direction: column;
        gap: 0;
  }

  .l-footer__linkswrap {
    flex-direction: column;
    gap: 0;
    width: 100%;
  }

  .l-flx__layout.column2 {
    flex-direction: column;
  }

  .l-flx__layout.column4 {
    flex-wrap: wrap;
  }

  .l-flx__layout.column2>* {
    width: 100%;
  }

  .l-flx__layout .item .imgwrap {
    aspect-ratio: 1 / 1;
    min-height: auto;
  }

  .l-flx__layout.column4>* {
    width: calc((100% / 2) - 1rem);
  }


  section.p-section {
    padding: 2rem 0px;
  }
}

@media screen and (max-width: 599px) {

.p-fv__subtxt {
font-size:14px;
}

.p-faqlist__wrap{
gap:0.5rem;
}
.l-form .l-form__footer {
    flex-direction: column-reverse;
}

.l-form .l-form__footer .btn {
    width: 100%;
}
  h2 {
    padding: var(--gap-s) 0px;
  }

  #schedule .l-flx__layout {
    flex-direction: column;
  }

  #schedule .l-flx__img,
  #schedule .l-flx__body {
    width: 100%;
  }

  #schedule .l-flx__img {
    max-height: 40vh;
    overflow: hidden;
  }

  figure.l-flx__img img {
    width: 100%;
  }

  .l-flx__imgwrap {
    width: 100%;
  }

  .grid-container {
    grid-template-columns: 1fr;

  }

  .btnwrap {
    flex-direction: column;
  }
}

@media screen and (max-width: 599px) {

    .l-footer__list {
        display:none;
        transition: grid-template-rows 0.3s ease-out, padding 0.3s ease-out; 
        overflow: hidden; 
        padding: 0; 
        margin: 0;
    }


    .l-footer__list.is-open {
        grid-template-rows: 1fr; /* 高さを内容に合わせて開く */
        /* padding-top: 10px; */
        padding-bottom: 10px;
        display:block;
    }

    .l-footer__heading[aria-expanded="true"] {
      
/* font-weight: bold; */
    }

    .l-footer__heading::after {
        content: '+';
        margin-left: 8px;
        transition: transform 0.3s ease-out;
        right: 1.5rem;
        position: absolute;
    }

    .l-footer__heading[aria-expanded="true"]::after {
        content: '-'; 
    }
    
    /* リスト項目のスタイル調整 */
    .l-footer__list > li {
        /* margin-top: 8px; */
    }


.p-fv__image {
    max-width: 100%;
}

.p-fv__image img {
    position: relative;
    max-width: 100%;
}

.p-fv__heading__txt {
    margin-top: 1rem;
}

.p-fv .btnwrap {
    margin-top: 1rem;
}
}

@media screen and (max-width: 599px) {


.p-stepflow {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.p-stepflow li {
    width: calc(100% / 3) !important;
    padding: 0.5rem 0px;
}

.p-stepflow li span{
font-size:13px;
}
.p-stepflow li::after {
  border-width: 20px 0 20px 1em;
}

.p-stepflow li::before {
  border-width: 20px 0 20px 1em;
}

.p-stepflow li::before, .p-stepflow li::after {
    transform: scale(1);
}

.p-stepflow li::after {
    right: -0.99em;
}
}
