* {
  margin: 0;
  padding: 0;
  position: relative;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

/* picture要素の余分なスペースを解消 */
picture {
  display: block;
  line-height: 0;
  font-size: 0;
}

picture img {
  display: block;
  width: 100%;
  height: auto;
}

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
    Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Sans GB",
    "Yu Gothic", Meiryo, sans-serif;
  background-color: #071045;
}

html {
  /* scroll-behavior: smooth; */
}

section {
  position: relative;
}

.header__logo {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #003399;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  box-sizing: border-box;
}

.header__logo-image {
  width: 80%;
  max-width: 480px;
  height: auto;
}

.header__link {
  display: block;
  justify-content: center;
  width: 100%;
  background-color: linear-gradient(to right, #004da1 50%, #131f53 50%);
  background-image: url("../images/hero_bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
}

@media (min-width: 1280px) {
  .header__link {
    display: block;
    width: 100%;
    height: 560px;
    padding: 0;
    background-size: 1920px 560px;
  }
}

@media screen and (min-width: 1920px) {
  .header__link {
    padding-top: 29.17%;
    height: 0;
    background-size: cover;
  }
}

@media (max-width: 1280px) {
  .header__link {
    padding-top: 43.75%;
    background-image: url("../images/bg_tab.jpg");
    background-size: cover;
  }
}

@media screen and (max-width: 480px) {
  .header__link {
    padding-top: 100%;
    background-image: url("../images/bg_sp.jpg");
    background-size: cover;
  }
}

.campaign {
  background-color: #071045;
  color: #fff;
  padding: 60px 0;
  width: 100%;
  position: relative;
  overflow: hidden;
}

/* .campaign::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/hero_bg.jpg');
    background-size: cover;
    background-position: center;
    opacity: 0.1;
    z-index: 1;
} */

.campaign__container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 480px) {
  .campaign__container {
    padding: 0 15px;
    text-align: left;
  }
}

.campaign__title {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #f3c729;
  margin-bottom: 50px;
  line-height: 1.5;
  text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 768px) {
  .campaign__title {
    font-size: 22px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 480px) {
  .campaign__title {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

.campaign__title-text {
  display: inline-block;
  position: relative;
  padding: 0 5px;
}

@media screen and (max-width: 480px) {
  .campaign__title-text {
    font-size: 18px;
    line-height: 1.8;
  }
}

.campaign__title-text::after {
  content: none;
}

.campaign__title-br {
  display: block;
}

@media screen and (max-width: 480px) {
  .campaign__title-br {
    display: none;
  }
}

.campaign__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

.campaign__image-container {
  flex: 1;
  min-width: 300px;
}

.campaign__image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.campaign__image:hover {
  transform: none;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.campaign__benefits {
  flex: 1;
  min-width: 300px;
}

.campaign__benefits-title {
  font-size: 26px;
  color: #fff;
  margin: 0 auto 30px;
  font-weight: bold;
  position: relative;
  padding-bottom: 15px;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .campaign__benefits-title {
    font-size: 20px;
    margin: 0 auto 20px;
  }
}

@media screen and (max-width: 480px) {
  .campaign__benefits-title {
    font-size: 18px;
  }
}

.campaign__benefits-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(to right, #f3c729, transparent);
}

.campaign__benefits-title-accent {
  font-style: italic;
  margin-left: 5px;
}

.campaign__benefits-title-logo {
  width: 290px;
  height: auto;
}

@media screen and (max-width: 480px) {
  .campaign__benefits-title-logo {
    width: 200px;
  }
}

.campaign__benefits-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.campaign__benefit-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
}

@media screen and (max-width: 480px) {
  .campaign__benefit-item {
    margin-bottom: 10px;
  }
}

.campaign__check-icon {
  color: #f3c729;
  font-size: 20px;
  margin-right: 15px;
  font-weight: bold;
  line-height: 1.3;
}

.campaign__benefit-text {
  font-size: 16px;
  line-height: 1.6;
}

.campaign__benefit-highlight {
  color: #f4ba19;
  font-weight: bold;
  position: relative;
  z-index: 1;
}

.campaign__benefit-highlight--large {
  font-size: 18px;
}

.campaign__benefit-highlight::before {
  content: none;
}

@media (max-width: 768px) {
  .campaign {
    padding: 40px 0;
  }

  .campaign__content {
    flex-direction: column-reverse;
    gap: 30px;
  }

  .campaign__benefit-text {
    font-size: 14px;
  }
}

.limited-period {
  background-color: #071045;
  color: #fff;
  padding: 60px 0;
  width: 100%;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .limited-period {
    padding: 40px 0;
  }
}

@media screen and (max-width: 480px) {
  .limited-period {
    padding: 10px 0;
  }
}

.limited-period__container {
  max-width: 1000px;
  margin: 0 auto 25px;
  padding: 0 20px;
}

@media screen and (max-width: 480px) {
  .limited-period__container {
    padding: 0 15px;
    margin: 0 auto 15px;
  }
}

.limited-period__header {
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 480px) {
  .limited-period__header {
    margin-bottom: 10px;
  }
}

.limited-period__label {
  display: inline-block;
  background-color: #fff;
  color: #071045;
  font-weight: bold;
  font-size: 24px;
  padding: 8px 40px;
  border-radius: 5px;
  margin-bottom: 20px;
  position: relative;
}

.limited-period__label::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #fff;
}

.limited-period__subtitle {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 10px;
}

.limited-period__title {
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (max-width: 480px) {
  .limited-period__title {
    margin-bottom: 20px;
  }
}

.limited-period__highlight {
  font-size: 24px;
  line-height: 1.5;
  color: #f4ba19;
  display: inline-block;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .limited-period__highlight {
    font-size: 20px;
  }
}

@media screen and (max-width: 480px) {
  .limited-period__highlight {
    text-align: left;
    font-size: 28px;
  }
}

.limited-period__highlight-br {
  display: block;
}

@media screen and (max-width: 480px) {
  .limited-period__highlight-br {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .limited-period__highlight-sub {
    display: block;
    text-align: center;
  }
}

.limited-period__timeline {
  margin-bottom: 40px;
}

.limited-period__timeline-image {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 480px) {
  .limited-period__timeline-image {
    width: 100%;
    height: auto;
  }
}

.limited-period__months {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 0;
  position: relative;
  overflow-x: auto;
  padding: 20px 0;
}

.limited-period__month {
  text-align: center;
  padding: 20px;
  min-width: 120px;
  position: relative;
  z-index: 1;
}

.limited-period__month--discount {
  background-color: #f4ba19;
  color: #000;
  clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
  padding-bottom: 30px;
  margin-right: -10px;
}

.limited-period__arrows {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 10px;
  position: relative;
  z-index: 0;
}

.limited-period__arrow {
  width: 25px;
  height: 25px;
  border-right: 5px solid #0e1840;
  border-bottom: 5px solid #0e1840;
  transform: rotate(-45deg);
  margin: 3px 0;
}

.limited-period__month--regular {
  background-color: #aaa;
  color: #000;
  clip-path: polygon(10% 0, 90% 0, 100% 100%, 0 100%);
  padding-top: 30px;
  margin-left: -10px;
}

.limited-period__month-label {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.limited-period__discount {
  position: absolute;
  bottom: -25px;
  right: 5px;
  width: 60px;
  height: 60px;
  background-color: #e2295c;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotate(-10deg);
}

.limited-period__discount-text {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
}

.limited-period__notes {
  background-color: #030b2d;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 30px;
}

.limited-period__note {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}

.limited-period__note:nth-child(3) {
  margin-bottom: 0;
}

.limited-period__note-icon {
  margin-right: 15px;
  width: 24px;
  flex-shrink: 0;
}

.limited-period__note-icon img {
  width: 100%;
  height: auto;
}

.limited-period__note-text {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  color: #f4ba19;
}

.limited-period__note-subtext {
  font-size: 14px;
  margin-left: 30px;
  line-height: 1.5;
  color: #ccc;
}

@media screen and (max-width: 480px) {
  .limited-period__note-subtext {
    margin: 0;
  }
}

.limited-period__fine-print {
  padding: 0 20px;
}

.limited-period__fine-print-text {
  font-size: 12px;
  line-height: 1.5;
  color: #ccc;
  margin-bottom: 5px;
}

@media (max-width: 768px) {
  .limited-period__label {
    font-size: 20px;
    padding: 8px 30px;
  }

  .limited-period__subtitle {
    font-size: 16px;
  }

  .limited-period__months {
    flex-wrap: nowrap;
    overflow-x: auto;
    justify-content: flex-start;
    padding-bottom: 30px;
  }

  .limited-period__month {
    min-width: 90px;
    padding: 15px;
  }

  .limited-period__month-label {
    font-size: 14px;
  }

  .limited-period__discount {
    width: 50px;
    height: 50px;
    bottom: -20px;
  }

  .limited-period__discount-text {
    font-size: 12px;
  }

  .limited-period__notes {
    padding: 20px;
  }

  .limited-period__note-text {
    font-size: 16px;
  }
}

.recommended {
  background-color: #071045;
  color: #fff;
  padding: 60px 0;
  position: relative;
}

.recommended::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  z-index: 1;
}

.recommend-point {
  padding-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .recommend-point {
    padding-bottom: 20px;
  }
}

.recommended__container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .recommended__container {
    max-width: 100%;
    padding: 0;
  }
}

.recommended__title {
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.4;
}

.recommended__club-icon {
  display: block;
  width: 280px;
  height: auto;
  margin: 0 auto 20px;
}

@media screen and (max-width: 768px) {
  .recommended__club-icon {
    width: 200px;
    margin: 0 auto 10px;
  }
}

.recommended__title-br {
  display: none;
}

@media screen and (max-width: 767px) {
  .recommended__title-br {
    display: block;
  }
}

.recommended__title-highlight {
  color: #f4ba19;
  font-size: 38px;
  font-weight: bold;
}

.recommended__title-text {
  font-size: 30px;
  font-weight: bold;
}

.recommended__title-br-sp {
  display: none;
}

.recommended__title-nowrap {
  white-space: nowrap;
}

.recommended__description {
  text-align: center;
  margin: 0 auto 50px;
  max-width: 800px;
  line-height: 1.8;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .recommended__description {
    padding: 0 20px;
  }
}

.recommended__programs {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
}

.program-card {
  flex: 0 0 calc(50% - 15px);
  min-width: 300px;
  margin-bottom: 30px;
  background-color: #101b39;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  position: relative;
  background: url("../images/program_list_bg.png") no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .program-card {
    width: 100%;
    flex: 0 0 100%;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 480px) {
  .program-card {
    width: 100%;
    border-radius: 0;
  }
}

.program-card__header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.program-card__label {
  position: absolute;
  display: block;
  background-color: #f4ba19;
  color: #000;
  font-weight: bold;
  padding: 8px 10px;
  font-size: 14px;
  left: 24px;
  top: 20px;
  width: 90px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .program-card__label {
    font-size: 14px;
    padding: 6px 12px;
  }
}

@media screen and (max-width: 480px) {
  .program-card__label {
    font-size: 12px;
    padding: 3px 0;
  }
}

.program-card__label--popular {
  background-color: #f4ba19;
}

.program-card__label--new {
  background-color: #f4ba19;
}

.program-card__label--exclusive {
  background-color: #f4ba19;
}

.program-card__label--archive {
  background-color: #f4ba19;
}

.program-card__image-container {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.program-card__image {
  width: 90%;
  height: auto;
  object-fit: cover;
}

.program-card__content {
  padding: 20px;
}

.program-card__title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.program-card__subtitle {
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 1.4;
}

.program-card__text {
  font-size: 14px;
  line-height: 1.6;
  color: #fff;
}

.recommended__title-br-pc {
  display: block;
}

@media (max-width: 768px) {
  .recommended {
    padding: 40px 0;
  }

  .recommended__title-highlight {
    font-size: 24px;
  }

  .recommended__title-text {
    font-size: 22px;
  }

  .recommended__description {
    font-size: 14px;
    margin-bottom: 30px;
    text-align: left;
  }

  .recommended__programs {
    flex-direction: column;
    gap: 20px;
  }

  .program-card__title {
    font-size: 18px;
  }

  .program-card__subtitle {
    font-size: 14px;
  }

  .program-card__text {
    font-size: 13px;
  }
}

.tv-viewing {
  background-color: #030b2d;
  color: #fff;
  padding: 40px 20px;
  text-align: center;
  border-radius: 8px;
  margin-top: 20px;
}

.tv-viewing__title {
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 20px;
}

@media screen and (max-width: 480px) {
  .tv-viewing__title {
    font-size: 18px;
  }
}

.tv-viewing__text {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 30px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

@media screen and (max-width: 480px) {
  .tv-viewing__text {
    font-size: 14px;
    margin-bottom: 20px;
  }
}

.tv-viewing__button {
  display: inline-block;
  background-color: #040707;
  color: #fff;
  padding: 12px 30px;
  border: 1px solid #fff;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
}

@media screen and (max-width: 480px) {
  .tv-viewing__button {
    font-weight: normal;
  }
}

.tv-viewing__button:hover {
  background-color: #fff;
  color: #0a1128;
}

.app-banner {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin: 20px auto;
  padding-bottom: 20px;
  border-bottom: 1px solid #283670;
}

.app-banner__button {
  display: inline-block;
}

.app-banner__button img {
  height: 40px;
  width: auto;
}

.app-banner-wrapper {
  background-color: #071045;
  max-width: 720px;
  margin: 0 auto;
  padding: 20px;
  border-radius: 8px;
  font-weight: normal;
}

@media (max-width: 768px) {
  .app-banner {
    flex-direction: row;
    gap: 10px;
  }
}

.step-img {
  display: block;
}

.step-content--highlight {
  color: #f4ba19;
}

.sec-recommend {
  background-color: #030b2d;
}

.register-step__note-container {
  max-width: 690px;
  margin: 0 auto;
  padding: 0 20px;
  padding: 1em;
  text-indent: -1em;
}

@media screen and (max-width: 768px) {
  .register-step__note-container {
    width: 80%;
    margin: 0 auto;
  }
}

.register-step__note {
  font-size: 14px;
}

/* FAQ Accordion Styles */
.sec-faq {
  padding: 60px 0;
  background-color: #030b2d;
  color: #fff;
}

.sec-faq-list {
  max-width: 800px;
  margin: 0 auto;
}

.sec-faq-list dt {
  background-color: #1f2331;
  padding: 20px;
  margin-bottom: 1px;
  cursor: pointer;
  border-radius: 0;
  position: relative;
  box-shadow: none;
}

.sec-faq-list dt::after {
  content: "×";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  color: #fff;
}

.sec-faq-list dt.is-active::after {
  content: "×";
}

.sec-faq-list dd {
  background-color: #1f2331;
  padding: 0;
  margin-bottom: 1px;
  border-radius: 0;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  position: relative;
}

.sec-faq-list dd.is-active {
  max-height: 1000px;
  padding: 30px 20px;
  margin-top: 0;
  opacity: 1;
  visibility: visible;
}

.sec-faq-list dd::before {
  content: "ANSWER";
  display: block;
  color: #777;
  font-size: 14px;
  margin-bottom: 15px;
}

.sec-faq-list .txt {
  line-height: 1.6;
}

.sec-faq-list dt .txt {
  padding-right: 30px;
  font-weight: bold;
  color: #fff;
}

/* 番号表記のスタイル */
.sec-faq-list dt .q-prefix {
  margin-right: 10px;
  font-weight: bold;
}

@media (max-width: 768px) {
  .sec-faq {
    padding: 40px 20px;
  }

  .sec-faq-list dt,
  .sec-faq-list dd.is-active {
    padding: 15px;
  }

  .sec-faq-list dd.is-active {
    padding: 20px 15px;
  }
}

.sec-faq-list dd .txt>ul {
  list-style: disc outside;
  padding-left: 20px;
  margin-left: 0;
}

.sec-faq-list dd .txt>ul>li {
  margin-bottom: 1em;
}

.sec-faq-list dd .txt>ul>li>ul.list--01 {
  margin-top: 0.5em;
}

.sec-faq-list dd .txt>ul>li>ul.list--01 li {
  margin-bottom: 0.5em;
}

.faq {
  padding: 60px 0;
  background-color: #000515;
  color: #fff;
}

.faq__container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}

.faq__title {
  text-align: left;
  margin-bottom: 40px;
  font-size: 32px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .faq__title {
    font-size: 24px;
    margin-bottom: 30px;
  }
}

.faq__title-ghost {
  position: absolute;
  top: -25px;
  left: 0;
  transform: translateX(-50%);
  font-size: 48px;
  color: rgba(255, 255, 255, 0.1);
}

@media screen and (max-width: 768px) {
  .faq__title-ghost {
    font-size: 36px;
    top: -10px;
  }
}

@media screen and (max-width: 480px) {
  .faq__title-ghost {
    font-size: 24px;
    top: -16px;
    left: 20px;
  }
}

.faq__list {
  width: 100%;
}

.faq__question {
  background-color: #1f2331;
  padding: 20px;
  margin-bottom: 1px;
  cursor: pointer;
  position: relative;
}

.faq__question:hover {
  background-color: #2a3045;
}

.faq__question::after {
  content: "×";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  color: #fff;
  transform-origin: center center;
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.3s ease-in-out;
}

.faq__question.is-active::after {
  transform: translateY(-50%) rotate(0deg);
}

.faq__question-text {
  padding-right: 30px;
  color: #fff;
  line-height: 1.5;
}

.faq__question-prefix {
  margin-right: 10px;
  font-size: 18px;
}

.faq__answer {
  background-color: #1f2331;
  padding: 0;
  margin-bottom: 1px;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  position: relative;
}

.faq__answer.is-active {
  max-height: 2000px;
  padding: 30px 20px;
  margin-top: 0;
  opacity: 1;
  visibility: visible;
}

.faq__answer::before {
  content: "ANSWER";
  display: block;
  color: #777;
  font-size: 24px;
  font-weight: bolder;
  margin-bottom: 15px;
}

.faq__answer-text {
  line-height: 1.6;
  color: #fff;
  font-weight: normal;
}

@media screen and (max-width: 480px) {
  .faq__answer-text {
    font-size: 14px;
  }
}

.faq__paragraph {
  margin-bottom: 15px;
}

.faq__list-primary,
.faq__list-secondary,
.faq__list-environment {
  list-style: disc outside;
  padding-left: 20px;
  margin-left: 0;
  margin-bottom: 15px;
}

.faq__list-secondary {
  margin-top: 0.5em;
  list-style: none;
  padding-left: 0;
  font-size: 14px;
  color: #888888;
}

.faq__list-item {
  margin-bottom: 1em;
}

.faq__list-item--heading {
  margin-bottom: 0.5em;
}

.faq__list-secondary .faq__list-item {
  margin-bottom: 0.5em;
}

.faq__link {
  color: #0077ff;
  text-decoration: underline;
}

.faq__link--external {
  display: block;
  margin-right: 15px;
  margin-bottom: 10px;
}

.faq__link--external img {
  margin-left: 5px;
  vertical-align: middle;
}

@media (max-width: 768px) {
  .faq {
    padding: 40px 0;
  }

  .faq__container {
    padding: 0 15px;
  }

  .faq__question {
    padding: 15px;
  }

  .faq__answer.is-active {
    padding: 20px 15px;
  }

  .faq__question-text {
    font-size: 14px;
  }

  .faq__link--external {
    display: block;
    margin-bottom: 10px;
  }
}

.trademark-notice {
  font-size: 12px;
  color: #fff;
  margin-top: 15px;
  padding: 0 0 0 15px;
}

/* Add styles for scroll top button */
#scroll-top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background-color: #0e1840;
  color: #fff;
  border: none;
  border-radius: 50%;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;

  z-index: 1000;
}

#scroll-top.show {
  display: block;
  opacity: 0.8;
}

#scroll-top:hover {
  opacity: 1;
}

.register-cta {
  width: 100%;
  max-width: 680px;
  height: 100%;
  display: block;
  margin: 0 auto 20px;
}

.register-cta__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .register-cta {
    width: 90%;
    height: 100%;
    padding: 0;
    box-sizing: border-box;
  }
}

.floating__container {
  position: relative;
}

.floating__container img {
  width: 100%;
  max-width: 210px;
  height: auto;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 480px) {
  .floating__container img {
    max-width: 250px;
  }
}

.floating__container-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
}

@media screen and (max-width: 768px) {
  .floating__container-buttons {
    padding: 0 20px;
    box-sizing: border-box;
  }
}

/* picture要素の余分なスペースを解消 */
picture {
  display: block;
  line-height: 0;
  font-size: 0;
}

picture img {
  display: block;
  width: 100%;
  height: auto;
}

/* 選べる２つのプラン */
.pricing {
  max-width: 1000px;
  margin: 0 auto;
}

.pricing__title,
.plan-detail__section-title {
  color: #fff;
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 60px;
  letter-spacing: 2px;
}

@media screen and (max-width: 768px) {
  .plan-detail__section-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

.plan-detail__section-title-image {
  display: block;
  margin: 0 auto 20px;
  width: 280px;
  height: auto;
}

@media screen and (max-width: 768px) {
  .plan-detail__section-title-image {
    width: 200px;
    margin: 0 auto 20px;
  }
}

.pricing__cards {
  display: flex;
  gap: 20px;
  justify-content: center;
  padding: 0 20px;
}

.pricing__card-pc {
  display: block;
  border-radius: 5px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .pricing__card-pc {
    display: none;
  }
}

.pricing__card-sp {
  display: none;
}

.pricing__card-sp-image {
  width: 100%;
  height: auto;;
  display: block;
}

@media screen and (max-width: 768px) {
  .pricing__card-sp {
    display: block;
  }
}

.pricing__card {
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
  width: 400px;
  position: relative;
}

.pricing__card--recommended {
  position: relative;
}

.pricing__card--recommended::before {
  content: "";
  display: block;
  position: absolute;
  top: -25px;
  right: -25px;
  width: 76px;
  height: 76px;
  background-image: url("../images/osusume_icon.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .pricing__card--recommended::before {
    background-image: url("../images/osusume_icon_sp.png");
    width: 100%;
    height: 30px;
    background-position: center;
    background-size: contain;
    left: 0;
    top: -35px;
  }
}

.pricing__card-header {
  min-height: 160px;
  position: relative;
  padding: 15px 20px;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
}

.pricing__card-header--monthly {
  background: #b0b0b0;
}

.pricing__card-header--yearly {
  background: #ffd54f;
}

.pricing__trial-text {
  color: #2196f3;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.pricing__plan-name {
  font-size: 42px;
  font-weight: bold;
  color: #333;
}

.pricing__discount-text {
  color: #E71E6C;
  font-size: 16px;
  font-weight: bold;
}

.pricing__saving-text {
  color: #E71E6C;
  font-size: 20px;
  font-weight: bold;
}

.pricing__card-body {
  padding: 40px 30px;
  text-align: center;
  background: white;
}

.pricing__price {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 30px;
}

.pricing__price--monthly {
  color: #333;
}

.pricing__price--yearly {
  color: #e91e63;
}

.pricing__period {
  font-size: 18px;
  color: #666;
}

.pricing__cta-button {
  width: 100%;
  padding: 18px;
  display: block;
  border: none;
  border-radius: 8px;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  box-sizing: border-box;
}

.pricing__cta-button--monthly {
  background: #64b5f6;
  color: white;
}

.pricing__cta-button--monthly:hover {
  background: #42a5f5;
}

.pricing__cta-button--yearly {
  background: #ffb74d;
  color: #333;
}

.pricing__cta-button--yearly:hover {
  background: #ffa726;
}

.pricing__badge {
  position: absolute;
  top: -10px;
  right: -10px;
  background: #e91e63;
  color: white;
  padding: 15px 20px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(15deg);
  box-shadow: 0 4px 12px rgba(233, 30, 99, 0.4);
}

.pricing__comparison-link {
  text-align: center;
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .pricing__comparison-link {
    padding: 0;
    width: 90%;
    box-sizing: border-box;
    margin: 20px auto 0;
  }
}

.pricing__comparison-link-br {
  display: none;
}

@media screen and (max-width: 480px) {
  .pricing__comparison-link-br {
    display: block;
  }
}

.pricing__comparison-link a {
  color: white;
  text-decoration: underline;
  font-size: 16px;
}

@media (max-width: 768px) {
  .pricing__title {
    font-size: 32px;
    margin-bottom: 40px;
  }

  .pricing__cards {
    flex-direction: row;
    align-items: center;
    gap: 10px;
  }

  .pricing__card {
    width: calc(100% / 2 - 15px);
    max-width: 400px;
    margin: 0;
    border-radius: 10px;
  }

  .pricing__plan-name {
    font-size: 32px;
  }

  .pricing__price {
    font-size: 36px;
  }
}

.pricing__club-icon {
  display: block;
  margin: 0 auto 20px;
  width: 280px;
  height: auto;
}

@media screen and (max-width: 768px) {
  .pricing__club-icon {
    width: 200px;
    margin: 0 auto 10px;
  }
}

/* Plan Detail Styles */
.plan-detail {
  max-width: 1000px;
  margin: 80px auto;
  padding: 0 20px;
}

.plan-detail__container {
  background: white;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  position: relative;
}

.plan-detail__container {
  padding: 60px;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .plan-detail__container {
    padding: 20px;
  }
}

.plan-detail__header {
  padding: 20px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .plan-detail__header {
    padding: 10px;
  }
}

.plan-detail__header--monthly {
  background: #b0b0b0;
}

.plan-detail__header--yearly {
  background: linear-gradient(135deg, #ffb74d 0%, #ffd54f 100%);
  position: relative;
}

.plan-detail__header--yearly::before {
  content: '';
  display: block;
  width: 100px;
  height: 100px;
  background-image: url('../images/osusume_icon.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -7px;
  left: -40px;
}

@media screen and (max-width: 768px) {
  .plan-detail__header--yearly::before {
    width: 40px;
    height: 40px;
    top: 5px;
    left: -20px;
  }
}

.plan-detail__badge {
  position: absolute;
  top: -15px;
  left: 20px;
  background: #e91e63;
  color: white;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 20px;
  transform: rotate(-5deg);
  box-shadow: 0 4px 12px rgba(233, 30, 99, 0.4);
}

.plan-detail__title {
  font-size: 32px;
  font-weight: bold;
  margin: 0;
  padding-left: 50px;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .plan-detail__title {
    font-size: 22px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 480px) {
  .plan-detail__title {
    font-size: 18px;
  }
}

.plan-detail__header--monthly .plan-detail__title {
  padding: 0;
}

.plan-detail__content {
  padding: 20px 0;
}

.plan-detail__item {
  margin-bottom: 3px;
  line-height: 1.8;
  font-size: 22px;
}

.plan-detail__label {
  font-weight: bold;
  color: #333;
}

.plan-detail__value {
  color: #333;
}

.plan-detail__value--yearly {
  color: #e91e63;
  font-weight: bold;
  font-size: 22px;
}

.plan-detail__trial {
  margin: 0;
  padding: 0;
  color: #333;
  line-height: 1.8;
}

.plan-detail__trial-text {
  color: #2196f3;
  font-weight: bold;
}

.plan-detail__note {
  margin: 0;
  padding: 0;
  color: #666;
  font-size: 14px;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .plan-detail__note {
    padding-left: 1em;
  }
}

.plan-detail__savings {
  margin: 0;
  padding: 0;
  color: #333;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .plan-detail__savings {
    padding-left: 1em;
  }
}

.plan-detail__contract-note {
  margin: 0;
  padding: 0;
  color: #e91e63;
  font-size: 14px;
  line-height: 1.6;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .plan-detail__contract-note {
    padding: 0;
    text-align: left;
    margin: 0;
  }
}

.plan-detail__cta-button {
  width: 100%;
  border: none;
  font-weight: bold;
  cursor: pointer;
}

.plan-detail__cta-button-image {
  width: 100%;
  max-width: 680px;
  height: auto;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .plan-detail__cta-button-image {
    max-width: 320px;
    margin: 0 auto;
  }
}

.plan-detail__cta-button--monthly {
  background: linear-gradient(135deg, #64b5f6 0%, #42a5f5 100%);
  color: white;
}

.plan-detail__cta-button--monthly:hover {
  background: linear-gradient(135deg, #42a5f5 0%, #1e88e5 100%);
}

.plan-detail__cta-button--yearly {
  background: linear-gradient(135deg, #ffb74d 0%, #ffa726 100%);
  color: #333;
}

.plan-detail__cta-button--yearly:hover {
  background: linear-gradient(135deg, #ffa726 0%, #ff9800 100%);
}

.plan-detail__arrow {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
}

.plan-detail--yearly {
  border-radius: 16px;
  padding: 20px;
}

.plan-detail--yearly .plan-detail__container {
  box-shadow: 0 8px 32px rgba(255, 183, 77, 0.3);
}

@media (max-width: 768px) {
  .plan-detail {
    margin: 40px auto;
  }


  .plan-detail__title {
    font-size: 24px;
  }

  .plan-detail__item {
    font-size: 14px;
  }

  .plan-detail__cta-button {
    font-size: 16px;
    padding: 18px;
  }

  .plan-detail__arrow {
    right: 20px;
  }
}

/* ==========================================================================
   年額プラン案内セクション CSS
========================================================================== */

/* メインセクション */
.annual-plan-guide {
  padding: 0 0 60px 0;
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .annual-plan-guide {
    padding: 0 0 40px 0;
  }
}

/* コンテナ */
.annual-plan-guide__container {
  max-width: 1000px;
  margin: 0 auto;
}

/* メインボックス（枠線付き） */
.annual-plan-guide__box {
  width: 90%;
  border: 2px solid #fff;
  border-radius: 12px;
  padding: 40px;
  margin-bottom: 40px;
  box-sizing: border-box;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .annual-plan-guide__box {
    padding: 20px;
    margin: 0 auto 20px;

  }
}

/* タイトル */
.annual-plan-guide__title {
  color: #F4BA19;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}

/* メイン説明文 */
.annual-plan-guide__description {
  color: white;
  line-height: 1.8;
  font-size: 14px;
  margin: 0;
  text-align: justify;
}

.annual-plan-guide__description-highlight {
  color: #F4BA19;
}

/* 注意事項エリア */
.annual-plan-guide__notes {
  margin-bottom: 40px;
  margin: 20px auto;
  width: 90%;
}

@media screen and (max-width: 768px) {
  .annual-plan-guide__notes {
    padding: 20px;
  }
}

/* 各注意事項 */
.annual-plan-guide__note {
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  line-height: 1.6;
  margin-bottom: 15px;
}

/* 注意事項内のリンク */
.annual-plan-guide__link {
  color: #64b5f6;
  text-decoration: underline;
}

.annual-plan-guide__link:hover {
  color: #42a5f5;
}

/* 切替リンクエリア */
.annual-plan-guide__switch-link {
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .annual-plan-guide__switch-link {
    padding: 0 20px;
  }
}

/* 切替リンク */
.annual-plan-guide__switch {
  color: white;
  text-decoration: underline;
  font-size: 14px;
  font-weight: bold;
}

.annual-plan-guide__switch:hover {
  color: #ffd54f;
}

@media (max-width: 768px) {

  .annual-plan-guide__title {
    font-size: 18px;
  }

  .annual-plan-guide__description {
    font-size: 13px;
  }

  .annual-plan-guide__note {
    font-size: 11px;
  }
}

/*----------------------------------------
// benefits
----------------------------------------*/
.benefits {
  background-color: #00042e;
  padding: 40px 0;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .benefits {
    padding: 20px 0;
  }
}

.benefits__label {
  font-size: 14px;
  color: #5e6da7;
  letter-spacing: 1.68px;
  line-height: 1;
}

.benefits__header {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .benefits__header {
    margin-bottom: 20px;
  }
}

.benefits__title {
  text-align: center;
  font-size: 35px;
  font-weight: bold;
  letter-spacing: 3.36px;
  color: #ffffff;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .benefits__title {
    margin-bottom: 10px;
    font-size: 28px;
  }
}

@media screen and (max-width: 480px) {
  .benefits__title {
    font-size: 20px;
  }
}

.benefits__description {
  text-align: center;
  font-size: 16px;
  max-width: 900px;
  line-height: 1.8;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .benefits__description {
    margin-bottom: 0;
    text-align: left;
  }
}

.benefits__content {
  max-width: 720px;
  margin: 0 auto;
  padding: 50px;
  background-color: #071045;
}

@media screen and (max-width: 768px) {
  .benefits__content {
    padding: 20px;
    width: 90%;
    box-sizing: border-box;
  }
}

.feature-item--present {
  margin: 0 !important;
  padding: 0 !important;
}

@media screen and (max-width: 768px) {
  .feature-item--present {
    margin: 0 0 20px 0 !important;
    padding: 0 !important;
  }
}

.feature-item--present .feature-item__title-wrapper {
  padding: 0 !important;
  margin: 0 !important;
}

.feature-item--present .feature-item__info {
  padding: 0 20px 0 0;
}

.feature-item__link {
  width: 100%;
  text-align: right;
  display: block;
  color: #fff;
  text-decoration: underline;
}

@media screen and (max-width: 480px) {
  .feature-item__link {
    text-align: left;
    font-size: 14px;
  }
}

.feature-item {
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  padding: 40px 0;
  color: #fff;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .feature-item {
    padding: 10px 0;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 480px) {
  .feature-item {
    padding: 10px 0 30px;
    margin-bottom: 0;
  }
}

.feature-item__wrapper {
  display: flex;
}

.feature-item__title-wrapper--experience {
  background-image: url('../images/benefits_icon.svg');
  background-size: 60px;
}

.feature-item__title-wrapper--insurance {
  background-image: url('../images/insurance_icon.svg');
  background-size: 66px 70px;
}

.feature-item__title-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 20px;
  background-repeat: no-repeat;
  background-position: left 10px;
  padding-left: 90px;
}

@media screen and (max-width: 768px) {
  .feature-item__title-wrapper {
    width: 100%;
    background-size: 40px;
    margin-bottom: 10px;
    padding-left: 50px;
  }
}

@media screen and (max-width: 480px) {
  .feature-item__title-wrapper {
    padding-bottom: 10px;
    padding-left: 40px;
    background-size: 30px;
    background-position: left 10px;
  }
}

@media screen and (max-width: 480px) {

  .feature-item__title-wrapper--experience,
  .feature-item__title-wrapper--insurance {
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
  }
}

.feature-item__header {
  background: url("../images/present_icon.svg") no-repeat left 10px;
  background-size: 50px;
  padding-left: 70px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .feature-item__header {
    background-size: 40px;
    padding-left: 50px;
  }
}

@media screen and (max-width: 480px) {
  .feature-item__header {
    width: 100%;
    padding: 0 0 10px 40px;
    margin-bottom: 10px;
    background-size: 30px;
    border-bottom: 1px solid #fff;
  }
}

.feature-item__info {
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .feature-item__info {
    margin-top: 0;
  }
}

.feature-item__title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 0;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .feature-item__title {
    font-size: 24px;
  }
}

@media screen and (max-width: 480px) {
  .feature-item__title {
    font-size: 18px;
  }
}

.feature-item__subtitle {
  font-size: 24px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .feature-item__subtitle {
    font-size: 20px;
  }
}

@media screen and (max-width: 480px) {
  .feature-item__subtitle {
    font-size: 16px;
  }
}

.feature-item__text {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 10px;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .feature-item__text {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 10px;
  }
}

.feature-item__note {
  font-size: 18px;
  line-height: 1.6;
  color: #ffcc00;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .feature-item__note {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 15px;
  }
}

.feature-item__image {
  width: 50%;
  text-align: center;
  margin-top: 15px;
}

.feature-item__img {
  max-width: 100%;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.benefit-more__link {
  display: inline-block;
  color: #ffcc00;
  text-decoration: underline;
  font-weight: bold;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .feature-item__wrapper {
    flex-direction: column;
  }

  .feature-item__image {
    width: 100%;
    margin: 0 auto 10px;
  }

  .feature-item__img {
    max-width: 100%;
    height: auto;
  }
}

.benefit-condition {
  margin: 10px 0 0 0;
  background-color: hsla(0, 0%, 100%, 0.2);
  border-radius: 10px;
  padding: 20px;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .benefit-condition {
    padding: 0;
    margin: 0;
  }
}

.benefit-condition__content {
  margin: 0 auto;
  padding-left: 1em;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .benefit-condition__content {
    padding: 30px 10px;
    box-sizing: border-box;
    margin: 0 0 0 1em;
  }
}

.benefit-condition__text {
  text-indent: -1em;
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 1.6;
  color: #ffffff;
}

.benefit-condition__text:first-child {
  font-weight: bold;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .benefit-condition__text {
    font-size: 11px;
    margin-bottom: 3px;
  }
}

.benefit-more {
  text-align: center;
  margin-top: 20px;
}

.experience-benefits {
  margin-top: 30px;
}

.experience-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.experience-item {
  flex: 1;
  min-width: 250px;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}

.experience-item__image {
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.experience-item__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.experience-item:hover .experience-item__img {
  transform: scale(1.05);
}

.experience-item__title {
  font-size: 20px;
  font-weight: bold;
  color: #ffcc00;
  padding: 15px 15px 10px;
}

.experience-item__text {
  font-size: 14px;
  line-height: 1.5;
  padding: 0 15px 20px;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .experience-row {
    flex-direction: column;
  }

  .experience-item {
    width: 100%;
  }

  .experience-item__image {
    height: 180px;
  }
}

.experience-list__grid {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  max-width: 1200px;
}

.experience-card {
  flex: 1;
  max-width: calc(720px / 3 -10px);
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .experience-card {
    position: relative;
    max-width: 100%;
    display: flex;
    flex-direction: row;
  }
}

.experience-card__image {
  width: 100%;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .experience-card__image {
    width: 40%;
  }
}

.experience-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

@media screen and (max-width: 768px) {
  .experience-card__img {
    width: 100%;
    height: auto;
  }
}

.experience-card:hover .experience-card__img {
  transform: scale(1.05);
}

.experience-card__content {
  padding: 10px;
}

@media screen and (max-width: 768px) {
  .experience-card__content {
    padding: 10px;
    width: 60%;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 480px) {
  .experience-card__content {
    padding: 0 0 0 10px;
  }
}

.experience-card__title {
  font-size: 18px;
  font-weight: bold;
  color: #ffcc00;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .experience-card__title {
    font-size: 18px;
  }
}

.experience-card__text {
  font-size: 14px;
  line-height: 1.6;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .experience-list__grid {
    flex-direction: column;
    align-items: center;
  }

  .experience-card {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: row;
  }
}


.showFloatingButton {
  animation: slideInBottom 0.6s ease forwards;
  opacity: 1;
}

/* スライドインアニメーション */
@keyframes slideInBottom {
  from {
    opacity: 0;
    transform: translateY(50px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.slideoutFloatingButton {
  animation: slideOutBottom 0.6s ease forwards;
  opacity: 0;
}

/* スライドアウトアニメーション */
@keyframes slideOutBottom {
  from {
    opacity: 1;
    transform: translateY(0);
  }

  to {
    opacity: 0;
    transform: translateY(50px);
  }
}