@import url("https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:wght@300;400;700&family=Noto+Sans+JP:wght@400;700&family=Rosarivo&family=Zen+Old+Mincho&display=swap");

body {
  font-family: Helvetica, Arial, "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", "Noto Sans JP", sans-serif, "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  background-color: #1a1a1e;
  background-image: linear-gradient(rgba(7, 174, 229, 0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(7, 174, 229, 0.03) 1px, transparent 1px);
  background-size: 40px 40px;
}

@media (max-width: 768px) {
  body {
    background-size: 20px 20px;
  }
}

:root {
  font-size: 16px;
  font-size: 1rem;
}

.pc-i {
  color: #efeff0;
}

@media (max-width: 768px) {
  .pc-i {
    display: none;
  }
}

.sp-i {
  display: none;
}

@media (max-width: 768px) {
  .sp-i {
    display: inline-block;
  }
}

/*  main-lead
-----------------------------------*/
.main-lead-copy {
  font-size: 40px;
  font-size: 2.5rem;
  font-family: "Hiragino Sans", serif;
  font-weight: normal;
  line-height: 120%;
  letter-spacing: 2px;
  color: #efeff0;
}

@media (max-width: 768px) {
  .main-lead-copy {
    font-size: 32px;
    font-size: 2rem;
  }
}

.main-lead-ttl {
  font-size: 12px;
  font-size: 0.75rem;
  background: #aaaab1;
  color: #1a1a1a;
  display: inline-block;
  font-family: "Rosarivo", serif;
  font-weight: normal;
  letter-spacing: 2px;
  margin-top: 8px;
  padding: 4px 8px 2px;
}

/*  main-guide
-----------------------------------*/
.main-guide {
  width: 700px;
  margin: 90px auto 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .main-guide {
    width: 100%;
    padding: 0 16px;
  }
}

.main-guide-section {
  margin: 40px 0 0;
}

.main-guide-box {
  border: 1px solid #aaaab1;
  margin: 24px 0;
  padding: 32px 16px;
}

.main-guide-ttl {
  border-bottom: 3px solid #aaaab1;
  font-weight: normal;
  margin: 0 0 24px;
  padding-bottom: 8px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #efeff0;
}



.main-guide-txt {
  font-size: 16px;
  font-size: 1rem;
  color: #efeff0;
  line-height: 160%;
  margin: 0;
  text-indent: 1rem;
}

.main-guide-list {
  font-size: 16px;
  font-size: 1rem;
  color: #efeff0;
  list-style: none;
  line-height: 160%;
  margin: 24px 0;
}

/*  main-support
-----------------------------------*/
.main-support {
  width: 700px;
  margin: 90px auto 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #efeff0;
}

@media (max-width: 768px) {
  .main-support {
    width: 100%;
    padding: 0 16px;
  }
}

.main-support-section {
  margin: 40px 0 0;
}

.main-support-ttl {
  border-bottom: 3px solid #aaaab1;
  font-weight: normal;
  color: #efeff0;
  margin: 0 0 24px;
  padding-bottom: 8px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-support-ttl::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: #efeff0;
  margin-right: 8px;
}

.main-support-head {
  font-size: 2.0rem;
  line-height: 1.4;
  margin: 0 0 30px;
  padding: 10px 0 10px 15px;
  border-left: 6px solid #07aee5;
  background: linear-gradient(90deg, rgba(7, 174, 229, 0.1) 0%, transparent 100%);
  color: #efeff0;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-shadow: 0 0 10px rgba(7, 174, 229, 0.3);
}

.main-support-sec {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  color: #efeff0;
  padding: 15px 20px;
  border-left: 4px solid #07aee5;
  background: rgba(255, 255, 255, 0.05);
  margin-bottom: 20px;
}

/*# sourceMappingURL=pages.css.map */
details.main-support-section {
  border: 1px solid #333;
  border-radius: 4px;
  background: rgba(20, 20, 24, 0.6);
  margin-top: 24px;
  margin-bottom: 24px;
  overflow: hidden;
  transition: all 0.3s ease;
}

summary.main-support-sec {
  cursor: pointer;
  list-style: none;
  position: relative;
  transition: background 0.3s ease, color 0.3s ease;
  display: block;
  margin-bottom: 0;
  /* Override .main-support-sec margin */
  border-left: 4px solid #07aee5;
  /* Ensure border matches header style */
}

summary.main-support-sec:hover {
  background: rgba(7, 174, 229, 0.15);
  color: #fff;
}

summary.main-support-sec::-webkit-details-marker {
  display: none;
}

summary.main-support-sec::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #07aee5;
  border-bottom: 2px solid #07aee5;
  transform: translateY(-60%) rotate(45deg);
  transition: transform 0.3s ease;
}

details.main-support-section[open] summary.main-support-sec::after {
  transform: translateY(-40%) rotate(225deg);
}

details.main-support-section[open] summary.main-support-sec {
  border-bottom: 1px solid #333;
  background: rgba(7, 174, 229, 0.05);
}

.main-support-txt {
  font-size: 16px;
  font-size: 1rem;
  line-height: 160%;
  margin: 0;
}

/* Errata/Update Icons */
.icon-errata,
.icon-update {
  display: inline-block;
  padding: 0 8px;
  color: #fff;
  font-size: 0.75rem;
  font-weight: bold;
  margin-right: 8px;
  transform: skewX(-15deg);
  vertical-align: text-bottom;
  line-height: 1.2;
}

.icon-errata {
  background: #e91e63;
  box-shadow: 0 0 5px rgba(233, 30, 99, 0.5);
}

.icon-update {
  background: #07aee5;
  box-shadow: 0 0 5px rgba(7, 174, 229, 0.5);
}

.icon-errata span,
.icon-update span {
  display: inline-block;
  transform: skewX(15deg);
  font-family: "Barlow Semi Condensed", sans-serif;
}

.main-support-lead {
  font-size: 16px;
  font-size: 0.875rem;
  line-height: 160%;
  margin: 0;
}

.main-support-lead a {
  color: #07aee5;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: opacity 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  opacity: 1;
}

/* FAQ内のリンク要素を一連の文章として表示 */
.faq .main-support-lead a {
  display: inline;
  /* インライン表示を明示 */
  line-height: inherit;
  /* 親要素の行間を継承 */
}

.main-support-table {
  width: 100%;
  background-color: rgba(26, 26, 30, 0.7);
}

.main-support-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  border-top: solid 2px #29292d;
  border-left: solid 2px #29292d;
  border-right: solid 2px #29292d;
}

.main-support-item:last-child {
  border-bottom: solid 2px #29292d;
}

.main-support-name {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
  color: #efeff0;
  padding: 16px;
  text-align: left;
  line-height: 160%;
  width: calc(100% - 140px);
}

.support-update-note {
  color: #07aee5;
}

details.faq {
  border: 1px solid #aaaab1;
  border-radius: 4px;
  padding: 0;
  font-size: 16px;
  font-size: 0.875rem;
  line-height: 160%;
  margin-top: 24px;
  transition: 0.5s;
  /* アニメーション速度を0.5sにさらに高速化 */
}

summary.faq {
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-size: 0.875rem;
  line-height: 160%;
  transition: 0.5s;
  /* アニメーション速度を0.5sにさらに高速化 */
}

details[open].faq {
  padding: 0;
}

details[open].faq summary.faq {
  border-bottom: 1px solid #aaaab1;
  border-radius: 4px 4px 0px 0px;
  margin-bottom: 0;
  padding: 20px 60px 20px 80px !important;
  /* close時と同じパディングを維持 */
  background: #121214;
  color: #efeff0;
}

/* open時の文章位置を確実に固定 */
details[open].faq .main-support-lead {
  padding: 20px 20px 20px 80px !important;
  /* Q&A(2rem=32px) + 余白(48px) = 80px */
  margin: 0 !important;
}

@media (max-width: 768px) {
  .main-support-name {
    width: calc(100% - 40px);
  }
}

.main-support-download {
  font-size: 14px;
  font-size: 0.875rem;
  width: 140px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .main-support-download {
    width: 40px;
  }
}

.main-support-download a {
  background: none;
  border: none;
  cursor: pointer;
  color: #171717;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 1;
  -webkit-transition: opacity 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  width: 100%;
  padding: 16px 16px 16px 0;
  text-decoration: none;
}

@media (hover: hover) {
  .main-support-download a:hover {
    opacity: 0.7;
    -webkit-transition: opacity 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    transition: opacity 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  }
}

.main-support-download a::before {
  content: "";
  background: url(../../img/support/icon-download.svg) no-repeat;
  background: cover;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 4px;
}

.main-support-link {
  font-size: 14px;
  font-size: 0.875rem;
  width: 140px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*  rule-button
-----------------------------------*/
.rule-button {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #efeff0;
  cursor: pointer;
  font-weight: bold;
  position: fixed;
  top: 14px;
  left: 16px;
  background: none;
  border: none;
  z-index: 50;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
}

@media (max-width: 768px) {
  .rule-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.rule-button::after {
  content: "→";
  color: #efeff0;
  display: inline-block;
  margin-left: 4px;
}

.rule-button.is-active::after {
  content: "←";
}

/*  rule-side
-----------------------------------*/
.rule-side {
  background: #121214;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  top: 50px;
  left: 0;
  width: 280px;
  height: calc(100vh - 50px);
  padding: 40px 16px;
  z-index: 10;
  overflow-y: auto;
  -webkit-transition: left 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  transition: left 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

@media (max-width: 820px) {
  .rule-side {
    width: 240px;
  }
}

@media (max-width: 768px) {
  .rule-side {
    left: -100%;
    padding: 40px 16px 160px;
  }
}

.rule-side.is-active {
  left: 0;
  -webkit-transition: left 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  transition: left 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

.rule-side-inner {
  border-top: 3px solid #29292d;
  margin-top: 24px;
  padding-top: 24px;
}

.rule-side-ttl {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  color: #efeff0;
}

.rule-side-list {
  list-style: none;
  margin-top: 16px;
  padding: 0;
}

.rule-side-category {
  margin-top: 8px;
  line-height: 160%;
  color: #efeff0;
  list-style: none;
  padding-left: 0;
}

.rule-side-category h2 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
  color: #efeff0;
}

.rule-side-category h3 {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: normal;
  margin: 8px 0 0;
  line-height: 140%;
  color: #efeff0;
}

.rule-side-category a {
  color: #aaaab1;
  text-decoration: none;
  -webkit-transition: color 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  transition: color 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

@media (hover: hover) {
  .rule-side-category a:hover {
    color: #07aee5;
    text-shadow: 0 0 5px rgba(7, 174, 229, 0.5);
    -webkit-transition: color 0.3s cubic-bezier(0.22, 1, 0.36, 1);
    transition: color 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  }
}

.rule-side-category a.is-active {
  color: #07aee5;
  font-weight: bold;
}

.rule-side-item {
  list-style: none;
  line-height: 160%;
  padding: 0;
}

.rule-side-item li {
  margin-top: 8px;
  text-indent: 1rem;
}

.rule-side-item-child {
  list-style: none;
}

.rule-side-item-child li {
  text-indent: 0;
  padding-left: 2rem;
}

/*  rule-main
-----------------------------------*/
.rule-main {
  position: absolute;
  left: 280px;
  width: calc(100% - 280px);
  background-image: linear-gradient(rgba(7, 174, 229, 0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(7, 174, 229, 0.03) 1px, transparent 1px);
  background-size: 40px 40px;
}

@media (max-width: 820px) {
  .rule-main {
    left: 240px;
    width: calc(100% - 240px);
  }
}

@media (max-width: 768px) {
  .rule-main {
    left: 0;
    width: 100%;
    margin-top: 24px;
    background-size: 20px 20px;
  }
}

.rule-main-inner {
  width: 100%;
  margin: 72px auto 0;
  padding: 0 4vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 3px solid #29292d;
}

@media (max-width: 768px) {
  .rule-main-inner {
    width: 100%;
    margin: 56px auto 0;
    padding: 0 16px;
  }
}

.rule-main-inner.first {
  border-top: none;
}


.main-support-link a {
  background: none;
  border: none;
  cursor: pointer;
  color: #171717;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 1;
  -webkit-transition: opacity 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  width: 100%;
  padding: 16px 16px 16px 0;
  text-decoration: none;
}

@media (hover: hover) {
  .main-support-link a:hover {
    opacity: 0.7;
    -webkit-transition: opacity 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    transition: opacity 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  }
}

.main-support-link a::before {
  content: "";
  background: url(../../img/support/icon-link-blue.svg) no-repeat;
  background: cover;
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-right: 4px;
}

.main-support-form {
  width: 100%;
  height: 1180px;
  margin-top: 40px;
}

@media (max-width: 768px) {
  .main-support-form {
    height: 1400px;
  }
}

/*  main-archives
-----------------------------------*/
.main-archives {
  width: calc(100% - 128px);
  margin: 90px auto 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .main-archives {
    width: 100%;
    padding: 0 16px;
  }
}

.archives-movie {
  position: relative;
  z-index: 5;
  margin-top: 40px;
}

.archives-movie-list {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(280px, 1fr))[auto-fill];
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  grid-gap: 40px;
  list-style: none;
  padding: 0;
}

@media (max-width: 768px) {
  .archives-movie-list {
    grid-gap: 24px;
  }
}

.archives-movie-list .archives-movie-box {
  background: #171717;
  width: 100%;
  margin: 0;
  list-style: none;
}

@media (max-width: 768px) {
  .archives-movie-list .archives-movie-box {
    width: 100%;
  }
}

.archives-movie-list .archives-movie-box a {
  display: block;
  text-decoration: none;
  opacity: 1;
  -webkit-transition: opacity 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

@media (hover: hover) {
  .archives-movie-list .archives-movie-box a:hover {
    opacity: 0.8;
    -webkit-transition: opacity 0.3s cubic-bezier(0.22, 1, 0.36, 1);
    transition: opacity 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  }
}

.archives-movie-list .archives-movie-thumnail {
  width: 100%;
  border: 1px solid #171717;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.archives-movie-list .archives-movie-thumnail img {
  width: 100%;
}

.archives-movie-list .archives-movie-ttl {
  font-size: 16px;
  font-size: 1rem;
  color: #efeff0;
  padding: 15px 20px 0;
  text-align: left;
  line-height: 140%;
}

.archives-movie-list .archives-movie-footer {
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 10px;
  padding: 0 20px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #07aee5;
  font-weight: normal;
  font-family: Avenir, "Noto Sans JP", Helvetica, Arial, sans-serif;
}

.archives-movie-list .archives-movie-footer .archives-movie-play-count {
  margin: 0;
}

.archives-movie-list .archives-movie-footer .archives-movie-published-at {
  font-size: 12px;
  font-size: 0.75rem;
  margin: 0 0 0 10px;
}

.archives-movie .archives-movie-pagination {
  width: 100%;
  margin-top: 50px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .archives-movie .archives-movie-pagination {
    padding: 0;
  }
}

.archives-movie .archives-movie-pagination-prev,
.archives-movie .archives-movie-pagination-next {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.archives-movie .archives-movie-pagination-prev {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.archives-movie .archives-movie-pagination-next {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.archives-movie .archives-movie-pagination .archives-movie-pagination-button {
  height: 32px;
  padding: 0;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: transparent;
  border: none;
  font-size: 16px;
  font-size: 1rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: opacity 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  opacity: 1;
}

@media (hover: hover) {
  .archives-movie .archives-movie-pagination .archives-movie-pagination-button:hover {
    opacity: 0.8;
    -webkit-transition: opacity 0.3s cubic-bezier(0.22, 1, 0.36, 1);
    transition: opacity 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  }
}

.archives-movie .archives-movie-pagination .archives-movie-pagination-button .archives-pagination-text {
  color: #07aee5;
  font-weight: bold;
  margin: 0 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-faq-table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-top: 0;
  width: 100%;
}

@media (max-width: 768px) {
  .main-faq-table {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.main-faq-table.fixed {
  table-layout: fixed;
}

.main-faq-table th {
  border: 1px solid #171717;
  padding: 2px;
  text-align: center;
  background: #eee;
  color: #171717;
  word-break: break-all;
}

.main-faq-table-short {
  width: 15%;
}

.main-faq-table-middle {
  width: 25%;
}

.main-faq-table-ttl {
  font-size: 18px;
  font-size: 1.125rem;
  background: #171717 !important;
  color: #efeff0 !important;
}

.main-faq-table td {
  border: 1px solid #171717;
  padding: 2px 8px 2px 8px;
  line-height: 160%;
  word-break: break-all;
}

.main-faq-table a {
  color: #07aee5;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: opacity 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  opacity: 1;
}

@media (hover: hover) {
  .main-faq-table a:hover {
    opacity: 0.7;
    -webkit-transition: opacity 0.3s cubic-bezier(0.22, 1, 0.36, 1);
    transition: opacity 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  }
}

.main-faq-table a.sheet-link {
  font-size: 15px;
  font-size: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-faq-table a.sheet-link:after {
  font-size: 10px;
  font-size: 0.625rem;
  display: block;
  content: "";
  background: url(../../img/common/icon-link-blue.svg) no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
  margin-left: 4px;
}

.main-faq-table:before {
  content: "";
  display: block;
  padding-top: 32px;
}

li.faq {
  text-indent: -1.35em;
  padding-left: 1.35em;
  margin-top: 8px
}

.false {
  color: #da3e44;
}

/* FAQ用のNew!バッジ */
.faq-new {
  color: #7a8ef9;
  font-size: 0.8rem;
  position: absolute;
  left: 20px;
  top: 15px;
  /* 余白を少し広げる */
  font-weight: normal;
  background: none;
  z-index: 1;
}

/* エラッタ用のNew!バッジ（通常のインライン表示） */
.new {
  color: #7a8ef9;
  font-weight: bold;
}

/* New!が含まれるsummary要素の調整 */
.faq summary {
  min-height: 50px;
  /* 最小高さを縮める */
}

/* FAQ アコーディオンメニュー */
.faq {
  border-bottom: 1px solid #333;
  margin-bottom: 16px;
  background: transparent;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  border-radius: 4px;
}

/* アコーディオンの内容部分 - 滑らかな展開アニメーション */
.faq .faq-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1),
    padding 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.faq[open] .faq-content {
  opacity: 1;
  transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.1s,
    padding 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

/* よりスムーズな高さアニメーションのために */
.faq .main-support-lead {
  padding: 20px 20px 20px 80px;
  margin: 0;
  text-align: left;
  display: block;
  line-height: 1.6;
  transform: translateY(-10px);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}

.faq[open] .main-support-lead {
  transform: translateY(0);
}

.faq summary {
  list-style: none;
  cursor: pointer;
  padding: 20px 60px 20px 80px;
  /* Q&A(2rem=32px) + 余白(48px) = 80px */
  position: relative;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  /* アニメーション速度を0.5sにさらに高速化 */
  display: flex;
  align-items: center;
  justify-content: flex-start;
  /* 左揃えに変更 */
  text-align: left;
  /* テキストを左揃えに指定 */
}

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

.faq summary::after {
  content: "▶";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  color: #666;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  /* アニメーション速度を0.5sにさらに高速化 */
}

.faq:hover summary {
  background-color: #121214;
  border-radius: 4px;
  box-shadow: 2px 4px 16px rgba(0, 0, 0, 0.4);
  position: relative;
  z-index: 1;
}

.faq:hover summary::after {
  color: #fff;
}

.faq[open] summary::after {
  transform: translateY(-50%) rotate(90deg) scale(1.2);
  color: #07aee5;
}

.faq[open]:hover summary::after {
  color: #07aee5;
}

.faq .main-support-lead {
  padding: 20px 20px 20px 80px;
  /* Q&A(2rem=32px) + 余白(48px) = 80px */
  margin: 0;
  text-align: left;
  display: block;
  /* flexからblockに変更 */
  line-height: 1.6;
  /* 行間を設定 */
}

/* テーブルスタイル */
.main-faq-table {
  width: 100%;
  border-collapse: collapse;
  margin: 16px 0;
}

.main-faq-table th,
.main-faq-table td {
  border: 1px solid #333;
  padding: 8px 12px;
  text-align: left;
}

.main-faq-table th {
  background-color: #222;
  font-weight: bold;
}

.main-faq-table-short {
  width: 80px;
  text-align: center !important;
}

/* リストスタイル */
.faq li {
  margin: 8px 0 8px 20px;
  list-style-type: disc;
}

/* レスポンシブ */
@media (max-width: 768px) {
  .faq summary {
    padding: 16px 50px 16px 70px;
    /* Q&A(1.3rem≈21px) + 余白(49px) = 70px */
    font-size: 14px;
  }

  .faq summary::after {
    right: 16px;
    font-size: 12px;
  }

  .faq .main-support-lead {
    padding: 16px 16px 16px 70px;
    /* Q&A(1.3rem≈21px) + 余白(49px) = 70px */
    font-size: 14px;
  }

  /* モバイル版アコーディオンアニメーション */
  .faq .faq-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1),
      opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1),
      padding 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .faq[open] .faq-content {
    opacity: 1;
    transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1),
      opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.1s,
      padding 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  }

  /* open時のsummary文章位置をモバイルでも確実に固定 */
  details[open].faq summary.faq {
    padding: 16px 50px 16px 70px !important;
    /* close時と同じパディングを維持 */
  }

  /* モバイルでのQ&A位置調整 */
  .faq-q,
  .faq-a {
    left: 16px;
    /* モバイルでは16pxの位置 */
    font-size: 1.3rem;
    /* モバイルでは少し小さく */
  }
}

/* Q&Aのスタイル */
.faq-q,
.faq-a {
  font-size: 1.5rem;
  font-weight: bold;
  color: #efeff0;
  position: absolute;
  left: 20px;
  /* 左端から20pxの位置に固定 */
  top: 50%;
  transform: translateY(-50%);
  /* 垂直中央配置 */
  width: 2rem;
  height: 2rem;
  text-align: center;
  line-height: 2rem;
  transition: color 0.5s ease;
  /* アニメーション速度を0.5sにさらに高速化 */
}

.faq-a {
  color: #efeff0;
}

/* close時のQの色（▶と同じ色） */
.faq summary .faq-q {
  color: #666;
}

/* close時hover時のQの色（文字色と同じ） */
.faq:hover summary .faq-q {
  color: #efeff0;
}

/* open時のQの色（文字色と同じ） */
.faq[open] summary .faq-q {
  color: #efeff0;
}

/* FAQ テーブルスタイル */
.faq-table {
  border-collapse: collapse;
  width: 100%;
  font-size: inherit;
  color: inherit;
  font-family: inherit;
}

.faq-table th {
  border: 1px solid #ccc;
  padding: 4px 8px;
  background-color: #f8f8f8;
  font-weight: bold;
  text-align: center;
  color: #333;
}

.faq-table td {
  border: 1px solid #ccc;
  padding: 4px 8px;
  color: inherit;
}