.p-spr-top img {
  max-width: 100%;
  height: auto;
}
.p-spr-top__mv {
  position: relative;
}
.p-spr-top__mv__img {
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-spr-top__mv__img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-spr-top__mv__text {
  color: #fff;
  font-size: clamp(15px, 30/750*100vw, 24px);
  text-align: center;
  width: 100%;
  padding: 7% 15px;
}
.p-spr-top__mv__title {
  font-size: clamp(31px, 62/750*100vw, 42px);
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: bold;
  transform: skewX(-10deg);
  margin-bottom: 0.5em;
}
.p-spr-top__mv__buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 34px auto 0;
}

.p-spr-top__mv__button-search,
.p-spr-top__mv__button-ai {
  width: 73%;
  aspect-ratio: 528/100;
  display: flex;
  align-items: center;
}

@media screen and (min-width: 768px), print {
  .p-spr-top__mv__text {
    padding-top: 40px;
    padding-bottom: 27px;
  }
  .p-spr-top__mv__buttons {
    flex-direction: row;
  }

  .p-spr-top__mv__button-search,
  .p-spr-top__mv__button-ai {
    flex: 1 1 auto;
    width: 50%;
    max-width: 400px;
    transition: all 0.2s ease-in-out;
  }

  .p-spr-top__mv__button-search:hover,
  .p-spr-top__mv__button-ai:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 767px) {
  .p-spr-top__section__inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.p-spr-top__nav {
  padding: 30px 0;
}
.p-spr-top__nav .p-spr-top__section__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 35px;
}
.p-spr-top__nav__list {
  display: flex;
  flex-wrap: wrap;
  gap: 35px 15px;
}
.p-spr-top__nav__list > li {
  flex: 0 0 auto;
  width: calc(50% - 8px);
}
.p-spr-top__nav-link {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  text-decoration: none !important;
  transition: all 0.2s ease-in-out;
}
.p-spr-top__nav-link:hover {
  opacity: 0.7;
}
.p-spr-top__nav-link img {
  width: 100%;
}
#container .p-spr-top__nav-link__balloon {
  display: block;
  text-align: center;
  width: 100%;
  max-width: 345px;
  aspect-ratio: 345/91;
  background: no-repeat url(/5support/img/top/img-balloon.webp?$staticlink$) center/100% 100%;
  text-decoration: none !important;
  padding-top: 10%;
  font-size: 16px;
  font-weight: 400;
  color: #484848;
}

#container .p-spr-top__nav__list--blue .p-spr-top__nav-link__balloon {
  background: no-repeat url(/5support/img/top/img-balloon-blue.webp?$staticlink$) center/100% 100%;
  color: #004ea2;
}

@media screen and (min-width: 768px), print {
  .p-spr-top__nav {
    padding: 26px 0 78px;
  }
  .p-spr-top__nav .p-spr-top__section__inner {
    flex-direction: row;
    justify-content: center;
    gap: 20px;
  }
  .p-spr-top__nav__list {
    flex-wrap: nowrap;
    gap: 20px;
  }
  .p-spr-top__nav__list > li {
    width: auto;
    flex: 1 1 auto;
    max-width: 180px;
  }

}
.p-spr-top__important-news__header {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: bold;
  background: #004da1;
  cursor: pointer;
  height: 40px;
}

.p-spr-top__important-news__header::before,
.p-spr-top__important-news__header::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 14px;
  width: 10px;
  height: 2px;
  background: #fff;
}
.p-spr-top__important-news__header::before {
  transform: rotate(90deg);
}
.p-spr-top__important-news__header.is-open::before {
  display: none;
}
.p-spr-top__important-news__header-icon {
  width: 19px;
  height: 19px;
  margin-right: 15px;
}
.p-spr-top__important-news__title {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.96px;
  line-height: 1.1;
}
.p-spr-top__important-news__list > li:not(:first-child) {
  border-top: 1px dotted #ccc;
}
#container .p-spr-top__important-news__news,
#container .p-spr-top__important-news__news span {
  text-decoration: none;
}
.p-spr-top__important-news__news {
  position: relative;
  padding: 17px 35px 17px 15px;
  display: block;
  font-weight: 500;
  letter-spacing: 1.44px;
}
a.p-spr-top__important-news__news::after {
  position: absolute;
  top: 50%;
  right: 10px;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #004da1;
  border-right: 2px solid #004da1;
  transform: rotate(-45deg) translateY(-50%);
}
#container .p-spr-top__important-news__news .c-news__content {
  display: block;
  color: #484848;
}

@media screen and (min-width: 768px), print {
  .p-spr-top__important-news {
    margin-bottom: 37px;
  }
  .p-spr-top__important-news__header {
    height: 50px;
  }
  .p-spr-top__important-news__header::before,
  .p-spr-top__important-news__header::after {
    width: 12px;
    right: 24px;
  }
  .p-spr-top__important-news__title {
    font-size: 16px;
  }
  .p-spr-top__important-news__news {
    display: flex;
    padding: 17px 45px 17px 30px;
  }
  .p-spr-top__important-news__news .c-news__date {
    flex: 0 0 auto;
  }
  a.p-spr-top__important-news__news::after {
    right: 22px;
  }
}

@media screen and (min-width: 768px), print {
  .support_menu_unit {
    margin-top: 85px;
  }
}

.box_col01,
.box_col02,
.box_col03 {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .box_col01 {
    background-position-x: center;
    background-size: 90%;
  }
}
@media screen and (min-width: 768px), print {
  .box_col01 {
    margin-bottom: 56px;
  }
}

.p-spr-top .spTop_support_layout,
.p-spr-top .spTop_menu .inner,
.p-spr-top .spTop_menu_layout {
  width: 100%;
}

@media screen and (min-width: 768px), print {
  .spTop_support_layout {
    display: flex;
  }
  .spTop_support_guarantee,
  .spTop_support_onecoin,
  .spTop_support_djclub {
    flex: 1;
    float: none;
  }

  .spTop_menu_layout {
    display: flex;
    flex-wrap: wrap;
  }
  .spTop_menu_layout dl {
    flex: 1;
    float: none;
  }
}
.saichat-launcher {
  z-index: 99;
}
.app-ai-chat-window {
  display: none;
}
body.is-chatbot-on .app-ai-chat-window {
  display: block;
}

.p-spr-top-accordion__header {
  cursor: pointer;
}
.p-spr-top-accordion__body {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease-in-out;
  overflow: hidden;
}
.p-spr-top-accordion__body.is-open {
  grid-template-rows: 1fr;
}
.p-spr-top-accordion__body > * {
  overflow: hidden;
}
.is-open .infoCtn-header-icon {
  display: inline-block;
  transform: rotate(180deg);
}
.p-spr-top-accordion__body .updateList {
  transition: all 0.3s ease-in-out;
}
.p-spr-top-accordion__body:not(.is-open) .updateList {
  margin-bottom: 0;
}