@charset "UTF-8";

/* ===============================================
# 共通
=============================================== */

#container {
  overflow-x: hidden;
}

body,
p {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  letter-spacing: 0;
}

@media (min-width: 768px) {
  .pc-only {
    display: block;
  }
  .sp-only {
    display: none;
  }
}

@media (max-width: 767px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}

.basic-container {
  max-width: 1180px;
  padding: 0 20px;
  /* 上記padding含めて最大幅1140pxの計算 */
  margin: 0 auto;
  box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
}

@media (max-width: 767px) {
  .basic-container {
    padding: 0 15px;
  }
}

.basic-subTitle {
  font-family: "Afacad", sans-serif;
  font-optical-sizing: auto;
  font-size: 24px;
  letter-spacing: 0.04em;
  font-weight: 700;
  color: #ff4000;
  display: block;
  text-align: center;
}

@media (max-width: 767px) {
  .basic-subTitle {
    font-size: 20px;
  }
}

.basic-title {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0;
}

.basic-title span {
  font-size: 24px;
}

@media (max-width: 767px) {
  .basic-title {
    font-size: 24px;
  }
}

.wave {
  z-index: -99;
  z-index: 2;
  position: relative;
}

.wave svg {
  height: 110px;
  width: 100%;
}

@media (max-width: 767px) {
  .wave svg {
    height: 150px;
  }
}

.wave-white {
  transform: scaleY(-1);
  z-index: initial;
}

.basic-bg {
  background-color: #ddf7ff;
  padding: 60px 0;
}

@media (max-width: 767px) {
  .basic-bg {
    padding:  0;
  }
}



/* ===============================================
# cta バナー
=============================================== */
.basic-cta {
  color: white;
  text-align: center;
  background-image: url("../../library/images/basic-new/basic-cta.png");
  width: 190px;
  aspect-ratio: 1/1;
  position: fixed;
  top: 400px;
  right: 10px;
  z-index: 100;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0;
}

@media (max-width: 767px) {
  .basic-cta {
    width: 140px;
    right: 2px;
    top: 424px;
  }
}

.basic-cta-body {
  line-height: 1.2;
}

.basic-cta-year {
  font-size: 24px;
  font-family: "Afacad", sans-serif;
}

@media (max-width: 767px) {
  .basic-cta-year {
    font-size: 20px;
  }
}

.basic-cta-year-text {
  font-size: 14px;
}

@media (max-width: 767px) {
  .basic-cta-year-text {
    font-size: 12px;
  }
}

.basic-cta-title {
  font-size: 20px;
}

@media (max-width: 767px) {
  .basic-cta-title {
    font-size: 14px;
  }
}

.basic-cta-text {
  font-size: 14px;
  padding-top: 2px;
}

@media (max-width: 767px) {
  .basic-cta-text {
    font-size: 13px;
  }
}

/* ===============================================
# ファーストビュー
=============================================== */
.basic-fv {
  background-image: url("../../library/images/basic-new/basic-himeji-fv-pc.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  font-family: "corporate-logo-ver2", sans-serif;
  min-height: 600px;
  box-sizing: border-box;
  color: #fff;
  padding-top: 24px;
}

@media (max-width: 767px) {
  .basic-fv {
    background-image: url("../../library/images/basic-new/basic-himeji-fv-sp.png");
    margin-top: 60px;
    padding-top: 20px;
    min-height: initial;
    aspect-ratio: 780/880;
  }
}

.basic-fv-body {
  text-align: center;
}

.basic-fv-subCopy {
  font-size: 24px;
  color: #ffe100;
  font-weight: 700;
  text-align: center;
  position: relative;
  letter-spacing: 0.1em;
  line-height: 1;
  width: fit-content;
  margin: 0 auto;
  padding-top: 8px;
}

@media (max-width: 767px) {
  .basic-fv-subCopy {
    font-size: 18px;
    letter-spacing: 0.05em;
    padding-top: 2px;
  }
}

.basic-fv-subCopy::before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #ffe100;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(5px);
}

.basic-fv-subCopy span {
  font-family: "barlow", sans-serif;
  font-size: 128px;
  color: rgba(255, 255, 255, 0.3);
  font-weight: 700;
  text-decoration: none;
  position: absolute;
  white-space: nowrap;
  letter-spacing: 0;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  line-height: 1;
  text-transform: uppercase;
}

@media (max-width: 1200px) {
  .basic-fv-subCopy span {
    font-size: 100px;
  }
}

@media (max-width: 1024px) {
  .basic-fv-subCopy span {
    font-size: 80px;
  }
}

@media (max-width: 767px) {
  .basic-fv-subCopy span {
    font-size: 68px;
    top: -16px;
    transform: translateX(-50%) translateY(0);
    line-height: calc(56 / 68);
  }
}

.basic-fv-copy {
  font-weight: 700;
  text-align: center;
  font-size: 48px;
  line-height: calc(48 / 42);
  font-family: "corporate-logo-ver2", sans-serif;
}

@media (max-width: 767px) {
  .basic-fv-copy {
    font-size: 36px;
    letter-spacing: 0.02em;
    margin-top: 6px;
    /* line-height: 1; */
  }
}

.basic-fv-copy-upper {
  font-size: 32px;
  margin-top: 34px;
  display: block;
  line-height: calc(48 / 42);
  font-weight: 700;
}

@media (max-width: 767px) {
  .basic-fv-copy-upper {
    font-size: 24px;
    margin-top: 26px;
    letter-spacing: 0.02em;
  }
}

.basic-fv-copy-upper-time {
  font-size: 40px;
}

@media (max-width: 767px) {
  .basic-fv-copy-upper-time {
    font-size: 24px;
  }
}

.basic-fv-copy-small {
  font-size: 40px;
}

@media (max-width: 767px) {
  .basic-fv-copy-small {
    font-size: 32px;
  }
}

.basic-fv-title {
  font-size: 20px;
  padding: 2px 10px;
  border: 2px solid #fff;
  width: fit-content;
  margin: 20px auto 0;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  line-height: 1.2;
}

@media (max-width: 767px) {
  .basic-fv-title {
    font-size: 16px;
    padding: 2px 10px;
    margin-top: 18px;
  }
}

/* ===============================================
# ヒーローセクション
=============================================== */

.basic-hero {
  margin-top: 90px;
}

@media (max-width: 767px) {
  .basic-hero {
    margin-top: 60px;
  }
}

.basic-hero-body {
  display: flex;
  align-items: center;
  gap: 50px;
  justify-content: space-between;
}

@media (max-width: 1024px) {
  .basic-hero-body {
    justify-content: center;
    flex-direction: column;
  }
}

/* @media (max-width: 767px) {
  .basic-hero-body {
  }
} */

.basic-hero-text {
  font-size: 18px;
  line-height: 250%;
  font-weight: 500;
  text-align: center;
  width: fit-content;
}

@media (max-width: 767px) {
  .basic-hero-text {
    font-size: 16px;
  }
}

.basic-hero-video {
  max-width: 600px;
}

.basic-hero-video video {
  width: 100%;
}

/* ===============================================
# 無人島ベーシックキャンプとは？ アバウトセクション
=============================================== */

.basic-about {
  /* margin-top: 90px; */
  margin-top: 40px;
}

@media (max-width: 767px) {
  .basic-about {
    margin-top: 30px;
  }
}

.basic-about-description {
  font-size: 16px;
  text-align: center;
  line-height: 180%;
  margin-top: 30px;
}

@media (max-width: 767px) {
  .basic-about-description {
    margin-top: 20px;
    text-align: left;
  }
}

.basic-about-grid {
  margin-top: 60px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  justify-items: center;
}

@media (max-width: 1024px) {
  .basic-about-grid {
    grid-template-columns: 1fr;
    gap: 60px;
    justify-items: center;
  }
}

/* @media (max-width: 767px) {
  .basic-about-grid {
    grid-template-columns: 1fr;
    gap: 60px;
  }
} */

.basic-about-item {
  display: flex;
  align-items: center;
  gap: 20px;
  /* max-width: 555px; */
}

@media (max-width: 767px) {
  .basic-about-item {
    flex-direction: column;
  }
}

.basic-about-img {
  position: relative;
  width: 260px;
  aspect-ratio: 260/200;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .basic-about-img {
    width: 100%;
  }
}

.basic-about-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  flex-shrink: 0;
}

.basic-about-img-label {
  position: absolute;
  top: -10px;
  left: -10px;
  color: #fff;
  background-image: url("../../library/images/basic-new/about-label-blue.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 86px;
  aspect-ratio: 86/48;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .basic-about-img-label {
    width: 120px;
    left: -5px;
    top: -20px;
    font-size: 20px;
  }
}

.basic-about-item:nth-child(4n+2) .basic-about-img-label,
.basic-about-item:nth-child(4n+3) .basic-about-img-label {
  background-image: url("../../library/images/basic-new/about-label-sky.png");
}


.basic-about-content {
  max-width: 275px;
}

@media (max-width: 767px) {
  .basic-about-content {
    max-width: 100%;
  }
}

.basic-about-heading {
  font-size: 16px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .basic-about-heading {
    font-size: 20px;
  }
}

.basic-about-text {
  font-size: 14px;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .basic-about-text {
    font-size: 16px;
  }
}

/* ===============================================
# 無人島のロケーション
=============================================== */

.basic-location {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .basic-location {
    margin-top: 0px;
  }
}

.basic-location-wrapper {
  display: flex;
  max-width: 980px;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin: 30px auto 0;
  gap: 20px;
}

@media (max-width: 767px) {
  .basic-location-wrapper {
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
  }
}

.basic-location-body {
  max-width: 420px;
}

.basic-location-subHeading {
  font-size: 24px;
  color: #0c9df6;
  font-weight: bold;
}

@media (max-width: 767px) {
  .basic-location-subHeading {
    font-size: 20px;
  }
}

.basic-location-subHeading span {
  font-size: 32px;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .basic-location-subHeading span {
    font-size: 24px;
  }
}

.basic-location-heading {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .basic-location-heading {
    font-size: 20px;
  }
}

.basic-location-text {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.5;
}

.basic-location-img {
  max-width: 500px;
}

.basic-location-img img {
  width: 100%;
  height: auto;
}

/* ===============================================
# タイムスケジュール例
=============================================== */

.basic-timeSchedule {
  margin-top: 90px;
}

.basic-timeSchedule-description {
  font-size: 16px;
  line-height: 180%;
  margin-top: 10px;
  text-align: center;
}

.basic-timeSchedule-wrapper {
  overflow-x: scroll;
  margin-top: 40px;
}

@media (max-width: 767px) {
  .basic-timeSchedule-wrapper {
    padding: 0 15px;
  }
}

.basic-timeSchedule-flow {
  display: flex;
  align-items: center;
  overflow-x: scroll; /* scroll → auto に変更（推奨） */
  width: 100%;
  /* スクロールバーのスタイリング（オプション） */
  scrollbar-width: thin;
  scrollbar-color: #565656 #d9d9d9;
  padding-bottom: 40px;
}

@media (max-width: 767px) {
  .basic-timeSchedule-flow {
    padding-bottom: 20px;
  }
}

/* Webkit系ブラウザ用のスクロールバースタイル（オプション） */
.basic-timeSchedule-flow::-webkit-scrollbar {
  height: 8px;
}

.basic-timeSchedule-flow::-webkit-scrollbar-track {
  background: #d9d9d9;
  border-radius: 4px;
}

.basic-timeSchedule-flow::-webkit-scrollbar-thumb {
  background: #d9d9d9;
  border-radius: 4px;
}

.basic-timeSchedule-flow::-webkit-scrollbar-thumb:hover {
  background: #999;
}

.basic-timeSchedule-flow-day {
  width: 150px;
  aspect-ratio: 1/1;
  flex-shrink: 0; /* 縮小を防ぐ */
}

@media (max-width: 767px) {
  .basic-timeSchedule-flow-day {
    width: 110px;
  }
}

.basic-timeSchedule-flow-day img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.basic-timeSchedule-flow-steps {
  width: max-content;
  white-space: nowrap;
  flex-shrink: 0; /* 縮小を防ぐ */
  margin-left: 30px;
}

.basic-timeSchedule-flow-steps + .basic-timeSchedule-flow-day {
  margin-left: 70px;
}

.basic-timeSchedule-flow-gradient {
  height: 24px;
  width: auto;
}

.basic-timeSchedule-flow-step-wrapper {
  display: flex;
  align-items: start;
  gap: 10px;
  margin-top: 20px;
}

.basic-timeSchedule-flow-step {
  flex: 0 0 auto;
}

.basic-timeSchedule-flow-step-img {
  width: 240px;
  height: 160px;
  object-fit: cover;
}

.basic-timeSchedule-flow-step-text {
  font-size: 14px;
  margin-top: 10px;
  text-align: center;
}

.basic-timeSchedule-flow-arrow {
  width: 20px;
  height: auto;
}

/* ===============================================
# 参加者体験記
=============================================== */

.basic-voice {
  margin-top: 90px;
}

.basic-voice-description {
  text-align: center;
  margin-top: 30px;
}

@media (max-width: 767px) {
  .basic-voice-description {
    text-align: left;
    margin-top: 20px;
  }
}

.basic-voice-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-top: 50px;
}

@media (max-width: 767px) {
  .basic-voice-grid {
    grid-template-columns: 1fr;
  }
}

.basic-voice-item {
  background-color: #ddf7ff;
  padding: 30px;
}

@media (max-width: 767px) {
  .basic-voice-item {
    padding: 15px;
  }
}

.basic-voice-img {
  max-width: 495px;
  width: 100%;
  aspect-ratio: 495/240;
}

@media (max-width: 767px) {
  .basic-voice-img {
    max-width: 100%;
  }
}

.basic-voice-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.basic-voice-heading {
  font-size: 20px;
  font-weight: bold;
  margin-top: 15px;
}

.basic-voice-data {
  margin-top: 10px;
  line-height: 150%;
  font-size: 14px;
  gap: 10px;
  display: flex;
}

.basic-voice-person {
  font-weight: bold;
}

.basic-voice-date {
}

.basic-voice-text {
  font-size: 14px;
  line-height: 150%;
  margin-top: 15px;
}

.basic-voice-more {
  font-size: 14px;
  line-height: 150%;
  text-align: right;
  margin-top: 5px;
  display: block;
  color: #000;
}

.basic-voice-btn {
  font-size: 16px;
  border: 1px solid #0c9df6;
  width: fit-content;
  padding: 23px 64px;
  line-height: 150%;
  margin: 50px auto 0;
  display: block;
  text-decoration: none;
  font-weight: bold;
  color: #0c9df6;
  background-color: #fff;
  transition: color 0.3s ease, background-color 0.3s ease;
}

.basic-voice-btn:hover {
  opacity: 1;
  color: #ffffff;
  background-color: #0c9df6;
}

/* ===============================================
# 開催日程
=============================================== */

.basic-schedule {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .basic-schedule {
    margin-top: 0;
  }
}

.basic-schedule-description {
  margin-top: 30px;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
}

@media (max-width: 767px) {
  .basic-schedule-description {
    text-align: left;
  }
}

.basic-schedule-other {
  font-size: 16px;
  border: 1px solid #0c9df6;
  width: fit-content;
  padding: 9px 52px;
  line-height: 150%;
  margin: 30px auto 0;
  display: block;
  text-decoration: none;
  font-weight: bold;
  color: #0c9df6;
  background-color: transparent;
  transition: color 0.3s ease, background-color 0.3s ease;
}

.basic-schedule-other:hover {
  opacity: 1;
  color: #ffffff;
  background-color: #0c9df6;
}


.basic-schedule-wrapper {
  max-width: 800px;
  width: 100%;
  margin: 50px auto 0;
}

.basic-schedule-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 15px;
  gap: 20px;
}

@media (max-width: 767px) {
  .basic-schedule-item {
    gap: 5px;
  }
}

.basic-schedule-item + .basic-schedule-item {
  margin-top: 15px;
}

.basic-schedule-detail {
  display: flex;
  align-items: center;
  gap: 10px;
}

.basic-schedule-status {
  border-radius: 50%;
  width: 54px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  line-height: 120%;
  font-weight: 500;
}

@media (max-width: 767px) {
  .basic-schedule-status {
    width: 48px;
    flex-shrink: 0;
  }
}

.basic-schedule-status.off {
  background-color: #d9d9d9;
}

.basic-schedule-status.on {
  background-color: #ff4000;
}

.basic-schedule-date {
  font-size: 20px;
  line-height: 150%;
  font-weight: bold;
}

@media (max-width: 767px) {
  .basic-schedule-date {
    font-size: 16px;
  }
}

.basic-schedule-date span {
  font-size: 15px;
  margin-right: 5px;
}

.basic-schedule-btn {
  font-size: 16px;
  line-height: 150%;
  color: #fff;
  width: 300px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: bold;
  background-color: #0c9df6;
  text-align: center;
  transition: .3s ease;
}

.basic-schedule-btn:hover {
  opacity: .7;
  color: #fff;
  background-color: #0c9df6;
}

@media (max-width: 767px) {
  .basic-schedule-btn {
    width: 80px;
    font-size: 14px;
  }
}

.basic-schedule-btn.off {
  background-color: #d9d9d9;
  pointer-events: none;
}

/* ===============================================
# 無料説明会
=============================================== */

.basic-announce {
  margin: 50px auto 0;
  background: #c8f0fd;
  max-width: 800px;
  width: 100%;
  padding: 40px 50px;
}

@media (max-width: 767px) {
  .basic-announce {
    padding: 40px 15px;
  }
}

.basic-announce-inner {
}

.basic-announce-title {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}

@media (max-width: 767px) {
  .basic-announce-title {
    font-size: 24px;
  }
}

.basic-announce-description {
  font-size: 16px;
  line-height: 150%;
  margin-top: 20px;
  text-align: center;
}

.basic-announce-details {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 30px;
}

@media (max-width: 767px) {
  .basic-announce-details {
    margin-top: 20px;
  }
}

.basic-announce-details + .basic-announce-details {
  margin-top: 15px;
}

.basic-announce-detail {
  display: flex;
  align-items: center;
  gap: 10px;
}

.basic-announce-status {
  border-radius: 50%;
  width: 54px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  line-height: 120%;
  font-weight: 500;
  background-color: #ff4000;
}

@media (max-width: 767px) {
  .basic-announce-status {
    flex-shrink: 0;
  }
}

.basic-announce-date {
  font-size: 20px;
  line-height: 150%;
  font-weight: bold;
}

.basic-announce-date span {
  font-size: 15px;
  margin-right: 5px;
}

@media (max-width: 767px) {
  .basic-announce-date span {
    display: block;
  }
}

.basic-announce-btn {
  font-size: 16px;
  line-height: 150%;
  width: 300px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: bold;
  color: #0c9df6;
  border: 1px solid #0c9df6;
  text-align: center;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.basic-announce-btn:hover {
  opacity: 1;
  background-color: #0c9df6;
  color: #fff;
}

@media (max-width: 767px) {
  .basic-announce-btn {
    width: 80px;
    font-size: 14px;
  }
}

/* ===============================================
# プラン概要
=============================================== */

.basic-overview {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .basic-overview {
    margin-top: 0;
  }
}

.basic-overview-wrapper {
  max-width: 1000px;
  margin: 40px auto 0;
}

.basic-overview-item {
  display: flex;
  align-items: stretch;
  gap: 10px;
}

@media (max-width: 767px) {
  .basic-overview-item {
    flex-direction: column;
  }
}

.basic-overview-item + .basic-overview-item {
  margin-top: 10px;
}

.basic-overview-title {
  background-color: #eeeeee;
  max-width: 300px;
  width: 100%;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 150%;
  font-size: 16px;
  font-weight: bold;
  flex-shrink: 0;
}


@media (max-width: 767px) {
  .basic-overview-title {
    padding: 15px;
    max-width: 100%;
  }
}

.basic-overview-content {
  padding: 30px;
  background-color: #f5f5f5;
  max-width: 690px;
  width: 100%;
}

@media (max-width: 767px) {
  .basic-overview-content {
    padding: 15px;
  }
}

.basic-overview-content li {
  list-style: none;
}

.basic-overview-content li::before {
  content: "・";
  margin-right: 5px;
}

.basic-overview-content p,
.basic-overview-content li,
.basic-overview-content a {
  font-size: 14px;
  line-height: 150%;
  color: #000;
}

.basic-overview-price {
  font-size: 14px;
  line-height: 150%;
}

.basic-overview-option {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  gap: 20px;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .basic-overview-option {
    flex-direction: column;
  }
}

.basic-overview-includes,
.basic-overview-excludes {
  width: 305px;
}

@media (max-width: 767px) {
  .basic-overview-includes,
  .basic-overview-excludes {
    width: 100%;
  }
}

.basic-overview-note {
  font-size: 16px;
  line-height: 150%;
  margin-top: 10px;
}

/* ===============================================
# よくある質問
=============================================== */
.basic-faq {
  margin-top: 90px;
}

@media (max-width: 767px) {
  .basic-faq {
    margin-top: 50px;
  }
}

.basic-faq-list {
  max-width: 800px;
  margin: 30px auto 0;
}
.basic-faq-item {
  border-bottom: 1px solid #d5d5d5;
}
.basic-faq-question {
  width: 100%;
  background: none;
  border: none;
  outline: none;
  text-align: left;
  padding: 24px 0;
  font-size: 16px;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: background 0.2s;
}

.basic-faq-q {
  color: #0c9df6;
  margin-right: 8px;
  font-size: 32px;
  font-family: "Afacad", sans-serif;
}
.basic-faq-toggle {
  margin-left: auto;
  width: 24px;
  height: 24px;
  display: inline-block;
  position: relative;
}
.basic-faq-toggle::before,
.basic-faq-toggle::after {
  content: "";
  position: absolute;
  background: #3cb4e5;
  transition: 0.2s;
}
.basic-faq-toggle::before {
  top: 11px;
  left: 2px;
  right: 2px;
  height: 2px;
}
.basic-faq-toggle::after {
  left: 11px;
  top: 2px;
  bottom: 2px;
  width: 2px;
}
.basic-faq-item.open .basic-faq-toggle::before,
.basic-faq-item.open .basic-faq-toggle::after {
  transform: rotate(90deg);
}

.basic-faq-item.open .basic-faq-toggle::before {
  opacity: 0;
}

.basic-faq-answer {
  display: none;
  overflow: hidden;
  font-size: 1em;
  color: #333;
  padding: 0 35px;
  transform: translateY(-20px);
  font-weight: normal;
}

/* ===============================================
# オートスクロール ギャラリー
=============================================== */

.basic-gallery {
  padding: 90px 0;
  overflow: hidden;
  max-height: 420px;
}

@media (max-width: 767px) {
  .basic-gallery {
    padding: 50px 0;
  }
}

.basic-gallery-slide {
  width: 240px !important;
  height: 240px !important;
  object-fit: cover;
  margin-right: 5px;
}


/* ===============================================
# 公式SNS
=============================================== */

.basic-sns {
  background-image: url("../../library/images/basic-new/sns-background.jpg");
  background-size: cover;
  background-position: center;
  padding: 90px 0;
  text-align: center;
  color: #fff;
}

.basic-sns-title {
  font-size: 32px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .basic-sns-title {
    font-size: 24px;
  }
}

.basic-sns-subtitle {
  font-size: 16px;
  margin-top: 10px;
}



.basic-sns-icons {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 20px;
}

.basic-sns-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  padding: 10px;
  border: 1px solid #fff;
  width: 160px;
  aspect-ratio: 1/1;
  transition: all 0.3s ease;
}

.basic-sns-icon:hover {
  /* background-color: #fff; */
  color: #fff;
}

.basic-sns-icon img {
  width: 46px;
  aspect-ratio: 1/1;
}

.basic-sns-icon span {
  font-size: 20px;
  margin-top: 10px;
}