body {
  background-color: white;
  font-family: Helvetica Neue, Arial, BIZ UDPGothic, Hiragino Kaku Gothic ProN,
    Meiryo, Hiragino Sans, sans-serif;
  opacity: 0;
  transition: opacity 0.1s ease-in;
}

.wrapper {
  overflow-x: hidden;
}
.w-120 {
  width: 120%;
}
.w-small {
  width: 242px;
}

.top {
  background-image: url('../Desktop/01-TOP/BG_image.png');
  color: white;
  background-size: cover;
  background-repeat: no-repeat;
}

.header {
  padding: 36px 40px 12.5px 40px;
}

.header-links {
  display: flex;
  color: white;
  align-items: center;
  gap: 32px;
}

.header-buttons {
  display: flex;
  gap: 8px;
}

.logo {
  width: 120px;
}

.text {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
}

i,
.dib {
  display: inline-block;
  font-style: normal;
}

.text.primary {
  color: #5258e4;
}

.text-s {
  font-size: 13px;
  line-height: 19.5px;
}

.text-xl {
  font-size: 20px;
  line-height: 30px;
}

.text-3xl {
  font-size: 32px;
  text-align: left;
}

.bold {
  font-weight: 700;
}

ul.navigation > li {
  display: none;
}

/* button */

.button {
  position: relative;
  padding: 8px;
  border-radius: 8px;
  height: 40px;
}

.button button {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;

  /* buttonのスタイル削除 */
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

.button--ghost {
  border: 1px solid #ffffff80;
  display: flex;
  align-items: center;
}

.button--contained {
  color: white;
  border-radius: 8px;
  border: 1px solid #5258e4;
  background-color: #5258e4;
  display: flex;
  align-items: center;
  gap: 8px;
}

.button--contained > img {
  width: 24px;
  height: 24px;
}

.button--contained.dark {
  border: 1px solid #ffffff40;
  background-color: #ffffff40;
}

.button--ghost.neutral {
  border: 1px solid #ffffff80;
  color: white;
}

.button--ghost.primary {
  border: 1px solid #5258e4;
  color: #5258e4;
}

.button--ghost.manual {
  justify-content: space-between;
  padding: 8px 8px 8px 16px;
  width: 194px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
.button--contained.inquiry {
  width: 120px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
.button--ghost .neutral .material-icons {
  font-size: 24px;
  color: white;
}

.button--ghost .primary .material-icons {
  font-size: 24px;
  color: #5258e4;
}

.button--contained .material-icons {
  font-size: 24px;
  color: white;
}
.top-body {
  padding: 84px 0;
  text-align: center;
}

.top-title-wrapper {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 8px 8px 84px 8px;
}

.top-title1 {
  font-family: 'IBM Plex Sans JP', sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 57.6px;
  letter-spacing: 0.07em;
  text-align: center;
}
.top-title2 {
  font-family: 'IBM Plex Sans JP', sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 76.8px;
  letter-spacing: 0.07em;
  text-align: center;
  display: block;
}

.top-explanation {
  font-family: 'IBM Plex Sans JP', sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 0.08em;
  text-align: center;
}

.code-button-wrapper {
  display: flex;
  gap: 24px;
  justify-content: center;
  width: 100%;
}

.button--contained.large {
  position: relative;
  height: 64px;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  justify-content: space-between;
  border-radius: 16px;
}

.button--contained.large.figma {
  width: 200px;
}

.button--contained.large.code {
  width: 245px;
}

.button-inner {
  display: flex;
  flex-direction: column;
  gap: 0px;
}

.button--contained .top-label {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
  white-space: nowrap;
}

.button--contained .bottom-label {
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
}

.button--contained .free-label {
  position: absolute;
  top: -10px;
  right: 24px;
  width: 45px;
}

.top-footer {
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: center;
}

.top-footer-item {
  display: flex;
  align-items: center;
  gap: 4px;
  white-space: nowrap;
  width: max-content;
}

.top-footer-icon {
  width: 40px;
  height: 40px;
}

.top-footer-item > span {
  text-align: left;
}

.kv-wrapper {
  position: relative;
  padding-top: 30px;
}

.kv-wrapper > img {
  width: 100%;
}

.kv-wrapper .registered-label {
  position: absolute;
  left: 114px;
  bottom: 16px;
  font-size: 11px;
  font-weight: 400;
  line-height: 16.5px;
  text-align: left;
}

.box-layout {
  display: flex;
  width: 100%;
  gap: 64px;
  background: linear-gradient(180deg, #ffffff6b 34.04%, #f4f4f4 100%);
  padding-left: 114px;
}

.box-layout-left {
  display: flex;
  flex-direction: column;
  width: 432px;
  gap: 25px;
}

.box-layout-left-title-area {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.section-title {
  font-family: 'IBM Plex Sans JP', sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 72px;
  letter-spacing: 0.05em;
  text-align: left;
}

.section-explanation {
  font-size: 16px;
  font-weight: 700;
  line-height: 28.8px;
  text-align: left;
}

.box-layout-right {
  width: calc(100% - 495px);
  display: flex;
  align-items: center;
}
/*
[data-video-box] {
  width:120%;
}
*/
.box-layout-right-inner {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.box-layout-video-wrapper {
  width: 100%;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  display: flex;
  color: white;
  font-size: 40px;
  font-weight: bold;
}

.carousel-indicators {
  display: flex;
  gap: 8px;
  top: 494px;
  bottom: 216px;
}

.carousel-indicators [data-bs-target] {
  text-indent: 0px;
  background-color: inherit;
  width: 8px;
  height: 8px;
}

.indicator {
  display: block;
  width: 8px;
  height: 8px;
  padding: 0;
  margin: 0 4px;
  background: rgba(34, 34, 34, 0.2509803922);
  border: none;
  border-radius: 50%;
}

.carousel-indicators .active .indicator {
  background-color: #7e84fc;
}

.button--ghost.carousel-back-button {
  width: 109px;
  height: 32px;
  padding: 4px 6px;
  gap: 0px;
  border-radius: 100px;
}

.feature {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 110px;
  background: linear-gradient(180deg, #ffffff33 42.76%, #f4f4f4 100%);
}

.system-wrapper {
  position: relative;
  padding: 87px;
  width: 1093px;
}

.design-system-detail-wrapper {
  display: flex;
  position: absolute;
  top: 323px;
  left: -20px;
  width: 1180px;
  gap: 92px;
}

.design-system-detail-title {
  font-family: 'IBM Plex Sans JP', sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 35px;
  text-align: center;
  color: #5258e4;
}

.design-system-detail-title .sub {
  font-size: 20px;
  line-height: 25px;
}

.design-system-detail-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding-top: 40px;
}

.design-system-detail-list > li {
  display: flex;
  gap: 8px;
}

.design-system-detail-list > span {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-align: left;
}

.feature-able-section-wrapper {
  display: flex;
  justify-content: center;
  padding-top: 85px;
  flex-direction: column;
  gap: 49px;
}

.guide-wrapper {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 100px 116px;
  background: linear-gradient(180deg, #ffffff33 42.76%, #f4f4f4 100%);
}

.guide-section-1 {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 48px;
}

.guide-section-2 {
  display: flex;
  flex-direction: column;
  padding-top: 83px;
  justify-content: center;
}

.guide-section-row1 {
  display: flex;
  justify-content: center;
  gap: 80px;
}

.info-icon {
  font-family: 'Material Icons';
  font-size: 20px;
  color: #0265dc;
  height: 20px;
  display: flex;
  align-items: center;
}

.guide-section-3 {
  display: flex;
  flex-direction: column;
  padding-top: 146px;
  gap: 48px;
  justify-content: center;
  align-items: center;
}

.link {
  color: #893de7;
}

.page-bottom {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-image: url('../Desktop/07-CTA/BG_image.png');
  background-size: cover;
  color: white;
  gap: 57px;
  padding: 73px 0 80px;
  background-size: cover;
}

.footer {
  display: flex;
  flex-direction: column;
  gap: 87px;
  padding: 82px 114px 32px;
  background-color: #000000;
  color: white;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
}

.footer-links {
  display: flex;
  gap: 120px;
}

.check-icon-img {
  width: 24px;
  height: 24px;
}

.footer-logo {
  width: 196px;
  min-width: 196px;
}

.feature-figma-img {
  position: absolute;
  top: 420px;
}

.design-next1-button {
  display: block;
  width: 240px;
  height: 130px;
  background-image: url('../Desktop/02-Design/Next_Mov1.png');
  background-size: 240px 130px;
}

.design-next1-button:hover {
  background-image: url('../Desktop/02-Design/Next_Mov1-hovered.png');
}

.design-next2-button {
  display: block;
  width: 240px;
  height: 130px;
  background-image: url('../Desktop/02-Design/Next_mov2.png');
  background-size: 240px 130px;
}

.design-next2-button:hover {
  background-image: url('../Desktop/02-Design/Next_mov2-hovered.png');
}

.plugin-next1-button {
  display: block;
  width: 240px;
  height: 130px;
  background-image: url('../Desktop/03-Plugin/Next_Mov1-default.png');
  background-size: 240px 130px;
}

.plugin-next1-button:hover {
  background-image: url('../Desktop/03-Plugin/Next_Mov1-hovered.png');
}

.plugin-next2-button {
  display: block;
  width: 240px;
  height: 130px;
  background-image: url('../Desktop/03-Plugin/NEXT_mov2-default.png');
  background-size: 240px 130px;
}

.plugin-next2-button:hover {
  background-image: url('../Desktop/03-Plugin/NEXT_mov2-hovered.png');
}

.divider {
  border-top: 4px solid #7e84fc40;
  border-bottom: none;
  border-left: none;
  border-right: none;
  width: 100%;
  height: 4px;
}

.material-icons.info {
  font-size: 20px;
  color: #0265dc;
}

/* sp */

.menu-button {
  display: none;
  width: 32px;
  height: 32px;
}

.menu-button .material-icons {
  font-size: 32px;
}

.sp {
  display: none !important;
}

.header.sp {
  display: none;
}

@media screen and (max-width: 1024px) {
  ul.navigation > li {
    display: inline-block;
  }

  .sp {
    display: block !important;
  }

  .flex.sp {
    display: flex !important;
  }

  .pc {
    display: none !important;
  }

  .menu-button {
    display: block;
  }

  .header.sp {
    display: flex;
  }

  .header {
    padding: 25px 25px 12.5px 20px;
  }

  .header-links {
    flex-direction: column;
    padding: 40px 52px 54px 52px;
    align-items: start;
    gap: 40px;
  }

  .header-links .text {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
  }

  .header-buttons {
    flex-direction: column;
    width: 100%;
    gap: 40px;
  }

  .header-buttons .button {
    height: 56px;
    padding: 12px 8px;
    justify-content: center;
    border-color: #ffffff;
  }

  .menu-items-wrapper {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #222222;
    z-index: 1;
    transform: translateY(-661.47px);
    opacity: 0;
    transition: all 0.3s linear, opacity 0.3s linear;
  }

  .menu-items-wrapper.active {
    transform: translateY(0);
    opacity: 1;
  }

  .top-title-wrapper {
    gap: 22px;
    padding-bottom: 41px;
  }

  .top-title1 {
    font-family: 'IBM Plex Sans JP', sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 26.4px;
    letter-spacing: 0.07em;
    text-align: center;
  }

  .top-title2 {
    font-family: 'IBM Plex Sans JP', sans-serif;
    font-size: 34px;
    font-weight: 700;
    line-height: 40.8px;
    letter-spacing: 0.07em;
    text-align: center;
  }

  .top-explanation {
    font-size: 0;
    line-height: 18.2px;
  }

  .button.large {
    height: 56px;
    padding: 12px 8px;
  }

  .top-explanation:before {
    font-size: 14px;
    content: 'Fixel Design Systemは、デザインから\Aコードまでオールインワンで提供します。';
    white-space: pre;
  }

  .button--contained.large.figma {
    justify-content: left;
    width: 150px;
  }

  .bottom-label {
    display: none;
  }

  button.figma .button-inner .top-label {
    font-size: 16px;
    line-height: 24px;
  }

  .button.button--contained.large {
    justify-content: center;
  }

  .button--contained.large.code {
    justify-content: center;
    width: 150px;
  }

  @keyframes infinity-scroll-left {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-100%);
    }
  }

  .top-footer-wrapper {
    display: flex;
    overflow: hidden;
  }

  .top-footer {
    animation: infinity-scroll-left 10s infinite linear 0.5s both;
  }

  .registered-label.registered-label {
    left: 40px;
    bottom: 16px;
  }

  .section-title {
    font-size: 29px;
    line-height: 40.6px;
    letter-spacing: 0.07em;
    text-align: center;
  }

  .section-explanation {
    font-size: 13px;
    font-weight: 400;
    line-height: 19.5px;
    text-align: center;
  }
  .box-layout {
    padding: 0px;
  }

  .box-layout-right {
    display: none;
  }
  .box-layout-left {
    align-items: center;
    width: 100%;
  }

  .box-layout-left-title-area {
    padding: 0 40px;
  }

  .feature .section-title {
    font-size: 0;
    line-height: 0;
  }

  .feature .section-title:after {
    font-size: 29px;
    line-height: 40.6px;
    content: '業務システム開発に\A必要な知識が\A詰まっています';
    white-space: pre;
  }

  .code-button-wrapper.sp {
    display: flex;
  }

  .system-wrapper {
    width: 100%;
    padding: 0;
  }

  .system-wrapper .code-button-wrapper {
    top: 40px !important;
  }

  .sp.code-button-wrapper {
    display: flex !important;
  }

  .feature {
    background-image: url('../Mobile/05-Features/BG_Image.png');
    background-size: 100% 1545px;
    background-repeat: no-repeat;
    background-position-y: 190px;
    background-position-x: center;
  }

  .feature .box-layout-left-title-area .section-explanation {
    font-size: 0;
    line-height: 0;
  }

  .feature .box-layout-left-title-area .section-explanation::before {
    font-size: 13px;
    font-weight: 400;
    line-height: 19.5px;
    text-align: center;
    content: 'UI/UXのベストプラクティスが濃縮された';
  }

  .feature .box-layout-left-title-area .section-explanation::after {
    font-size: 13px;
    font-weight: 400;
    line-height: 19.5px;
    text-align: center;
    content: 'FDS UI KitとFixel Design System（以下FDS）の両方を使う事で、最適なUIのデザインとフロントエンドの実装が、誰にでも実現できます。';
  }

  .feature .box-layout-left-title-area {
    padding: 0 40px;
    height: 235px;
  }

  .design-system-detail-wrapper {
    position: static;
    flex-direction: column;
    gap: 100px;
    width: 100%;
  }

  .design-system-detail-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 40px;
  }

  .design-system-detail-list {
    width: 100%;
    max-width: 313px;
    padding-top: 16px;
  }

  .text.text-xl {
    font-size: 14px !important;
    line-height: 21px;
    text-align: left;
  }

  .text.text-3xl {
    font-size: 24px !important;
    line-height: 40px;
    letter-spacing: 0.07em;
    text-align: left;
  }

  .feature-able-section-wrapper {
    padding-top: 101px;
    gap: 32px;
  }

  .design-system-detail-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    color: #5258e4;
  }

  .design-system-detail-title .sub {
    font-size: 18px;
    line-height: 25px;
  }

  .design-system-detail-title.design-guidline {
    font-size: 0;
    line-height: 0;
  }

  .design-system-detail-main-title {
    font-size: 0;
    line-height: 0;
  }

  .design-system-detail-main-title::before {
    font-size: 24px;
    line-height: 36px;
    content: 'Fixel Design System';
  }

  .guide-wrapper {
    padding: 56px 40px;
  }

  .button {
    width: 100% !important;
    min-width: 173px;
  }

  .button--contained .top-label {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
  }

  .guide-section-2 {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .guide-wrapper .section-explanation {
    font-size: 16px;
    font-weight: 700;
    line-height: 28.8px;
    text-align: center;
  }

  .page-bottom .section-title {
    font-size: 22px;
    font-weight: 400;
    line-height: 26.4px;
    letter-spacing: 0.07em;
  }

  .code-button-wrapper {
    padding: 0 40px;
    gap: 14px;
  }

  .footer {
    padding: 40px 56px 25px 56px;
  }

  .footer-inner {
    flex-direction: column;
    align-items: center;
    gap: 48px;
  }

  .footer-logo {
    width: 130px;
  }

  .footer-links {
    gap: 72px;
  }

  .footer-reserved {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
  }

  .feature-thumb {
    min-height: 180.92px;
  }
}
