@charset "UTF-8";
/*
Theme Name: Light Walk Odaiba
*/
@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Noto+Sans+JP:wght@100..900&display=swap");
/* Modern CSS Reset for LESS */
:root {
  font-family: "Noto Sans JP", sans-serif;
  --font-size: 16px;
  --line-height: 1.5;
  --background: #000;
  --color: #fff;
}
@media (max-width: 767px) {
  :root {
    --font-size: 14px;
  }
}

html {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  background-color: #eae9e6;
}

/* Box sizing */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: unset;
}

/* Remove list styles */
ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  font-family: var(--font-family);
  font-size: var(--font-size);
  line-height: var(--line-height);
  color: var(--color);
  text-rendering: optimizeSpeed;
  -webkit-font-smoothing: antialiased;
  font-weight: 500;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default button styles */
button,
input,
select,
textarea {
  font: inherit;
  color: inherit;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
}

/* Remove anchor underline */
a {
  text-decoration: none;
  color: inherit;
}

/* Images and media */
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

/* Remove built-in form typography styles */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove animations and transitions for people who prefer reduced motion */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
html {
  font-family: "Noto Sans JP", sans-serif;
  font-style: 500;
  overflow-x: hidden;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
}

html {
  overflow-x: hidden;
  background-color: #000;
}

.l-content-main {
  max-width: 1080px;
  width: 86.6666%;
  margin: 84px auto 172px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .l-content-main {
    width: 100%;
    margin: 32px auto 123px;
    flex-flow: column-reverse;
  }
}

.l-container-sm {
  position: relative;
  max-width: 996px;
  padding-right: 16px;
  padding-left: 16px;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 767px) {
  .l-container-sm {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.u-m-0 {
  margin: 0px !important;
}

.u-mt-0 {
  margin-top: 0px !important;
}

.u-mr-0 {
  margin-right: 0px !important;
}

.u-mb-0 {
  margin-bottom: 0px !important;
}

.u-ml-0 {
  margin-left: 0px !important;
}

.u-mx-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.u-my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.u-m-4 {
  margin: 4px !important;
}

.u-mt-4 {
  margin-top: 4px !important;
}

.u-mr-4 {
  margin-right: 4px !important;
}

.u-mb-4 {
  margin-bottom: 4px !important;
}

.u-ml-4 {
  margin-left: 4px !important;
}

.u-mx-4 {
  margin-left: 4px !important;
  margin-right: 4px !important;
}

.u-my-4 {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}

.u-m-8 {
  margin: 8px !important;
}

.u-mt-8 {
  margin-top: 8px !important;
}

.u-mr-8 {
  margin-right: 8px !important;
}

.u-mb-8 {
  margin-bottom: 8px !important;
}

.u-ml-8 {
  margin-left: 8px !important;
}

.u-mx-8 {
  margin-left: 8px !important;
  margin-right: 8px !important;
}

.u-my-8 {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}

.u-m-12 {
  margin: 12px !important;
}

.u-mt-12 {
  margin-top: 12px !important;
}

.u-mr-12 {
  margin-right: 12px !important;
}

.u-mb-12 {
  margin-bottom: 12px !important;
}

.u-ml-12 {
  margin-left: 12px !important;
}

.u-mx-12 {
  margin-left: 12px !important;
  margin-right: 12px !important;
}

.u-my-12 {
  margin-top: 12px !important;
  margin-bottom: 12px !important;
}

.u-m-16 {
  margin: 16px !important;
}

.u-mt-16 {
  margin-top: 16px !important;
}

.u-mr-16 {
  margin-right: 16px !important;
}

.u-mb-16 {
  margin-bottom: 16px !important;
}

.u-ml-16 {
  margin-left: 16px !important;
}

.u-mx-16 {
  margin-left: 16px !important;
  margin-right: 16px !important;
}

.u-my-16 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

.u-m-20 {
  margin: 20px !important;
}

.u-mt-20 {
  margin-top: 20px !important;
}

.u-mr-20 {
  margin-right: 20px !important;
}

.u-mb-20 {
  margin-bottom: 20px !important;
}

.u-ml-20 {
  margin-left: 20px !important;
}

.u-mx-20 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

.u-my-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.u-m-24 {
  margin: 24px !important;
}

.u-mt-24 {
  margin-top: 24px !important;
}

.u-mr-24 {
  margin-right: 24px !important;
}

.u-mb-24 {
  margin-bottom: 24px !important;
}

.u-ml-24 {
  margin-left: 24px !important;
}

.u-mx-24 {
  margin-left: 24px !important;
  margin-right: 24px !important;
}

.u-my-24 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

.u-m-32 {
  margin: 32px !important;
}

.u-mt-32 {
  margin-top: 32px !important;
}

.u-mr-32 {
  margin-right: 32px !important;
}

.u-mb-32 {
  margin-bottom: 32px !important;
}

.u-ml-32 {
  margin-left: 32px !important;
}

.u-mx-32 {
  margin-left: 32px !important;
  margin-right: 32px !important;
}

.u-my-32 {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}

.u-m-40 {
  margin: 40px !important;
}

.u-mt-40 {
  margin-top: 40px !important;
}

.u-mr-40 {
  margin-right: 40px !important;
}

.u-mb-40 {
  margin-bottom: 40px !important;
}

.u-ml-40 {
  margin-left: 40px !important;
}

.u-mx-40 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}

.u-my-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.u-m-48 {
  margin: 48px !important;
}

.u-mt-48 {
  margin-top: 48px !important;
}

.u-mr-48 {
  margin-right: 48px !important;
}

.u-mb-48 {
  margin-bottom: 48px !important;
}

.u-ml-48 {
  margin-left: 48px !important;
}

.u-mx-48 {
  margin-left: 48px !important;
  margin-right: 48px !important;
}

.u-my-48 {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}

.u-m-64 {
  margin: 64px !important;
}

.u-mt-64 {
  margin-top: 64px !important;
}

.u-mr-64 {
  margin-right: 64px !important;
}

.u-mb-64 {
  margin-bottom: 64px !important;
}

.u-ml-64 {
  margin-left: 64px !important;
}

.u-mx-64 {
  margin-left: 64px !important;
  margin-right: 64px !important;
}

.u-my-64 {
  margin-top: 64px !important;
  margin-bottom: 64px !important;
}

.u-m-80 {
  margin: 80px !important;
}

.u-mt-80 {
  margin-top: 80px !important;
}

.u-mr-80 {
  margin-right: 80px !important;
}

.u-mb-80 {
  margin-bottom: 80px !important;
}

.u-ml-80 {
  margin-left: 80px !important;
}

.u-mx-80 {
  margin-left: 80px !important;
  margin-right: 80px !important;
}

.u-my-80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

.u-m-96 {
  margin: 96px !important;
}

.u-mt-96 {
  margin-top: 96px !important;
}

.u-mr-96 {
  margin-right: 96px !important;
}

.u-mb-96 {
  margin-bottom: 96px !important;
}

.u-ml-96 {
  margin-left: 96px !important;
}

.u-mx-96 {
  margin-left: 96px !important;
  margin-right: 96px !important;
}

.u-my-96 {
  margin-top: 96px !important;
  margin-bottom: 96px !important;
}

.u-m-128 {
  margin: 128px !important;
}

.u-mt-128 {
  margin-top: 128px !important;
}

.u-mr-128 {
  margin-right: 128px !important;
}

.u-mb-128 {
  margin-bottom: 128px !important;
}

.u-ml-128 {
  margin-left: 128px !important;
}

.u-mx-128 {
  margin-left: 128px !important;
  margin-right: 128px !important;
}

.u-my-128 {
  margin-top: 128px !important;
  margin-bottom: 128px !important;
}

.u-p-0 {
  padding: 0px !important;
}

.u-pt-0 {
  padding-top: 0px !important;
}

.u-pr-0 {
  padding-right: 0px !important;
}

.u-pb-0 {
  padding-bottom: 0px !important;
}

.u-pl-0 {
  padding-left: 0px !important;
}

.u-px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.u-py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.u-p-4 {
  padding: 4px !important;
}

.u-pt-4 {
  padding-top: 4px !important;
}

.u-pr-4 {
  padding-right: 4px !important;
}

.u-pb-4 {
  padding-bottom: 4px !important;
}

.u-pl-4 {
  padding-left: 4px !important;
}

.u-px-4 {
  padding-left: 4px !important;
  padding-right: 4px !important;
}

.u-py-4 {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

.u-p-8 {
  padding: 8px !important;
}

.u-pt-8 {
  padding-top: 8px !important;
}

.u-pr-8 {
  padding-right: 8px !important;
}

.u-pb-8 {
  padding-bottom: 8px !important;
}

.u-pl-8 {
  padding-left: 8px !important;
}

.u-px-8 {
  padding-left: 8px !important;
  padding-right: 8px !important;
}

.u-py-8 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.u-p-12 {
  padding: 12px !important;
}

.u-pt-12 {
  padding-top: 12px !important;
}

.u-pr-12 {
  padding-right: 12px !important;
}

.u-pb-12 {
  padding-bottom: 12px !important;
}

.u-pl-12 {
  padding-left: 12px !important;
}

.u-px-12 {
  padding-left: 12px !important;
  padding-right: 12px !important;
}

.u-py-12 {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.u-p-16 {
  padding: 16px !important;
}

.u-pt-16 {
  padding-top: 16px !important;
}

.u-pr-16 {
  padding-right: 16px !important;
}

.u-pb-16 {
  padding-bottom: 16px !important;
}

.u-pl-16 {
  padding-left: 16px !important;
}

.u-px-16 {
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.u-py-16 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.u-p-20 {
  padding: 20px !important;
}

.u-pt-20 {
  padding-top: 20px !important;
}

.u-pr-20 {
  padding-right: 20px !important;
}

.u-pb-20 {
  padding-bottom: 20px !important;
}

.u-pl-20 {
  padding-left: 20px !important;
}

.u-px-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.u-py-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.u-p-24 {
  padding: 24px !important;
}

.u-pt-24 {
  padding-top: 24px !important;
}

.u-pr-24 {
  padding-right: 24px !important;
}

.u-pb-24 {
  padding-bottom: 24px !important;
}

.u-pl-24 {
  padding-left: 24px !important;
}

.u-px-24 {
  padding-left: 24px !important;
  padding-right: 24px !important;
}

.u-py-24 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.u-p-32 {
  padding: 32px !important;
}

.u-pt-32 {
  padding-top: 32px !important;
}

.u-pr-32 {
  padding-right: 32px !important;
}

.u-pb-32 {
  padding-bottom: 32px !important;
}

.u-pl-32 {
  padding-left: 32px !important;
}

.u-px-32 {
  padding-left: 32px !important;
  padding-right: 32px !important;
}

.u-py-32 {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}

.u-p-40 {
  padding: 40px !important;
}

.u-pt-40 {
  padding-top: 40px !important;
}

.u-pr-40 {
  padding-right: 40px !important;
}

.u-pb-40 {
  padding-bottom: 40px !important;
}

.u-pl-40 {
  padding-left: 40px !important;
}

.u-px-40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.u-py-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.u-p-48 {
  padding: 48px !important;
}

.u-pt-48 {
  padding-top: 48px !important;
}

.u-pr-48 {
  padding-right: 48px !important;
}

.u-pb-48 {
  padding-bottom: 48px !important;
}

.u-pl-48 {
  padding-left: 48px !important;
}

.u-px-48 {
  padding-left: 48px !important;
  padding-right: 48px !important;
}

.u-py-48 {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}

.u-p-64 {
  padding: 64px !important;
}

.u-pt-64 {
  padding-top: 64px !important;
}

.u-pr-64 {
  padding-right: 64px !important;
}

.u-pb-64 {
  padding-bottom: 64px !important;
}

.u-pl-64 {
  padding-left: 64px !important;
}

.u-px-64 {
  padding-left: 64px !important;
  padding-right: 64px !important;
}

.u-py-64 {
  padding-top: 64px !important;
  padding-bottom: 64px !important;
}

.u-p-80 {
  padding: 80px !important;
}

.u-pt-80 {
  padding-top: 80px !important;
}

.u-pr-80 {
  padding-right: 80px !important;
}

.u-pb-80 {
  padding-bottom: 80px !important;
}

.u-pl-80 {
  padding-left: 80px !important;
}

.u-px-80 {
  padding-left: 80px !important;
  padding-right: 80px !important;
}

.u-py-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.u-p-96 {
  padding: 96px !important;
}

.u-pt-96 {
  padding-top: 96px !important;
}

.u-pr-96 {
  padding-right: 96px !important;
}

.u-pb-96 {
  padding-bottom: 96px !important;
}

.u-pl-96 {
  padding-left: 96px !important;
}

.u-px-96 {
  padding-left: 96px !important;
  padding-right: 96px !important;
}

.u-py-96 {
  padding-top: 96px !important;
  padding-bottom: 96px !important;
}

.u-p-128 {
  padding: 128px !important;
}

.u-pt-128 {
  padding-top: 128px !important;
}

.u-pr-128 {
  padding-right: 128px !important;
}

.u-pb-128 {
  padding-bottom: 128px !important;
}

.u-pl-128 {
  padding-left: 128px !important;
}

.u-px-128 {
  padding-left: 128px !important;
  padding-right: 128px !important;
}

.u-py-128 {
  padding-top: 128px !important;
  padding-bottom: 128px !important;
}

@media (max-width: 767px) {
  .u-sp-m-0 {
    margin: 0px !important;
  }
  .u-sp-mt-0 {
    margin-top: 0px !important;
  }
  .u-sp-mr-0 {
    margin-right: 0px !important;
  }
  .u-sp-mb-0 {
    margin-bottom: 0px !important;
  }
  .u-sp-ml-0 {
    margin-left: 0px !important;
  }
  .u-sp-mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .u-sp-my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .u-sp-m-4 {
    margin: 4px !important;
  }
  .u-sp-mt-4 {
    margin-top: 4px !important;
  }
  .u-sp-mr-4 {
    margin-right: 4px !important;
  }
  .u-sp-mb-4 {
    margin-bottom: 4px !important;
  }
  .u-sp-ml-4 {
    margin-left: 4px !important;
  }
  .u-sp-mx-4 {
    margin-left: 4px !important;
    margin-right: 4px !important;
  }
  .u-sp-my-4 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .u-sp-m-8 {
    margin: 8px !important;
  }
  .u-sp-mt-8 {
    margin-top: 8px !important;
  }
  .u-sp-mr-8 {
    margin-right: 8px !important;
  }
  .u-sp-mb-8 {
    margin-bottom: 8px !important;
  }
  .u-sp-ml-8 {
    margin-left: 8px !important;
  }
  .u-sp-mx-8 {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }
  .u-sp-my-8 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .u-sp-m-12 {
    margin: 12px !important;
  }
  .u-sp-mt-12 {
    margin-top: 12px !important;
  }
  .u-sp-mr-12 {
    margin-right: 12px !important;
  }
  .u-sp-mb-12 {
    margin-bottom: 12px !important;
  }
  .u-sp-ml-12 {
    margin-left: 12px !important;
  }
  .u-sp-mx-12 {
    margin-left: 12px !important;
    margin-right: 12px !important;
  }
  .u-sp-my-12 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
  .u-sp-m-16 {
    margin: 16px !important;
  }
  .u-sp-mt-16 {
    margin-top: 16px !important;
  }
  .u-sp-mr-16 {
    margin-right: 16px !important;
  }
  .u-sp-mb-16 {
    margin-bottom: 16px !important;
  }
  .u-sp-ml-16 {
    margin-left: 16px !important;
  }
  .u-sp-mx-16 {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }
  .u-sp-my-16 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .u-sp-m-20 {
    margin: 20px !important;
  }
  .u-sp-mt-20 {
    margin-top: 20px !important;
  }
  .u-sp-mr-20 {
    margin-right: 20px !important;
  }
  .u-sp-mb-20 {
    margin-bottom: 20px !important;
  }
  .u-sp-ml-20 {
    margin-left: 20px !important;
  }
  .u-sp-mx-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .u-sp-my-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .u-sp-m-24 {
    margin: 24px !important;
  }
  .u-sp-mt-24 {
    margin-top: 24px !important;
  }
  .u-sp-mr-24 {
    margin-right: 24px !important;
  }
  .u-sp-mb-24 {
    margin-bottom: 24px !important;
  }
  .u-sp-ml-24 {
    margin-left: 24px !important;
  }
  .u-sp-mx-24 {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }
  .u-sp-my-24 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .u-sp-m-32 {
    margin: 32px !important;
  }
  .u-sp-mt-32 {
    margin-top: 32px !important;
  }
  .u-sp-mr-32 {
    margin-right: 32px !important;
  }
  .u-sp-mb-32 {
    margin-bottom: 32px !important;
  }
  .u-sp-ml-32 {
    margin-left: 32px !important;
  }
  .u-sp-mx-32 {
    margin-left: 32px !important;
    margin-right: 32px !important;
  }
  .u-sp-my-32 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  .u-sp-m-40 {
    margin: 40px !important;
  }
  .u-sp-mt-40 {
    margin-top: 40px !important;
  }
  .u-sp-mr-40 {
    margin-right: 40px !important;
  }
  .u-sp-mb-40 {
    margin-bottom: 40px !important;
  }
  .u-sp-ml-40 {
    margin-left: 40px !important;
  }
  .u-sp-mx-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  .u-sp-my-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .u-sp-m-48 {
    margin: 48px !important;
  }
  .u-sp-mt-48 {
    margin-top: 48px !important;
  }
  .u-sp-mr-48 {
    margin-right: 48px !important;
  }
  .u-sp-mb-48 {
    margin-bottom: 48px !important;
  }
  .u-sp-ml-48 {
    margin-left: 48px !important;
  }
  .u-sp-mx-48 {
    margin-left: 48px !important;
    margin-right: 48px !important;
  }
  .u-sp-my-48 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  .u-sp-m-64 {
    margin: 64px !important;
  }
  .u-sp-mt-64 {
    margin-top: 64px !important;
  }
  .u-sp-mr-64 {
    margin-right: 64px !important;
  }
  .u-sp-mb-64 {
    margin-bottom: 64px !important;
  }
  .u-sp-ml-64 {
    margin-left: 64px !important;
  }
  .u-sp-mx-64 {
    margin-left: 64px !important;
    margin-right: 64px !important;
  }
  .u-sp-my-64 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }
  .u-sp-m-80 {
    margin: 80px !important;
  }
  .u-sp-mt-80 {
    margin-top: 80px !important;
  }
  .u-sp-mr-80 {
    margin-right: 80px !important;
  }
  .u-sp-mb-80 {
    margin-bottom: 80px !important;
  }
  .u-sp-ml-80 {
    margin-left: 80px !important;
  }
  .u-sp-mx-80 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
  .u-sp-my-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .u-sp-m-96 {
    margin: 96px !important;
  }
  .u-sp-mt-96 {
    margin-top: 96px !important;
  }
  .u-sp-mr-96 {
    margin-right: 96px !important;
  }
  .u-sp-mb-96 {
    margin-bottom: 96px !important;
  }
  .u-sp-ml-96 {
    margin-left: 96px !important;
  }
  .u-sp-mx-96 {
    margin-left: 96px !important;
    margin-right: 96px !important;
  }
  .u-sp-my-96 {
    margin-top: 96px !important;
    margin-bottom: 96px !important;
  }
  .u-sp-m-128 {
    margin: 128px !important;
  }
  .u-sp-mt-128 {
    margin-top: 128px !important;
  }
  .u-sp-mr-128 {
    margin-right: 128px !important;
  }
  .u-sp-mb-128 {
    margin-bottom: 128px !important;
  }
  .u-sp-ml-128 {
    margin-left: 128px !important;
  }
  .u-sp-mx-128 {
    margin-left: 128px !important;
    margin-right: 128px !important;
  }
  .u-sp-my-128 {
    margin-top: 128px !important;
    margin-bottom: 128px !important;
  }
  .u-sp-p-0 {
    padding: 0px !important;
  }
  .u-sp-pt-0 {
    padding-top: 0px !important;
  }
  .u-sp-pr-0 {
    padding-right: 0px !important;
  }
  .u-sp-pb-0 {
    padding-bottom: 0px !important;
  }
  .u-sp-pl-0 {
    padding-left: 0px !important;
  }
  .u-sp-px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .u-sp-py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .u-sp-p-4 {
    padding: 4px !important;
  }
  .u-sp-pt-4 {
    padding-top: 4px !important;
  }
  .u-sp-pr-4 {
    padding-right: 4px !important;
  }
  .u-sp-pb-4 {
    padding-bottom: 4px !important;
  }
  .u-sp-pl-4 {
    padding-left: 4px !important;
  }
  .u-sp-px-4 {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
  .u-sp-py-4 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .u-sp-p-8 {
    padding: 8px !important;
  }
  .u-sp-pt-8 {
    padding-top: 8px !important;
  }
  .u-sp-pr-8 {
    padding-right: 8px !important;
  }
  .u-sp-pb-8 {
    padding-bottom: 8px !important;
  }
  .u-sp-pl-8 {
    padding-left: 8px !important;
  }
  .u-sp-px-8 {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  .u-sp-py-8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .u-sp-p-12 {
    padding: 12px !important;
  }
  .u-sp-pt-12 {
    padding-top: 12px !important;
  }
  .u-sp-pr-12 {
    padding-right: 12px !important;
  }
  .u-sp-pb-12 {
    padding-bottom: 12px !important;
  }
  .u-sp-pl-12 {
    padding-left: 12px !important;
  }
  .u-sp-px-12 {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  .u-sp-py-12 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  .u-sp-p-16 {
    padding: 16px !important;
  }
  .u-sp-pt-16 {
    padding-top: 16px !important;
  }
  .u-sp-pr-16 {
    padding-right: 16px !important;
  }
  .u-sp-pb-16 {
    padding-bottom: 16px !important;
  }
  .u-sp-pl-16 {
    padding-left: 16px !important;
  }
  .u-sp-px-16 {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .u-sp-py-16 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .u-sp-p-20 {
    padding: 20px !important;
  }
  .u-sp-pt-20 {
    padding-top: 20px !important;
  }
  .u-sp-pr-20 {
    padding-right: 20px !important;
  }
  .u-sp-pb-20 {
    padding-bottom: 20px !important;
  }
  .u-sp-pl-20 {
    padding-left: 20px !important;
  }
  .u-sp-px-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .u-sp-py-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .u-sp-p-24 {
    padding: 24px !important;
  }
  .u-sp-pt-24 {
    padding-top: 24px !important;
  }
  .u-sp-pr-24 {
    padding-right: 24px !important;
  }
  .u-sp-pb-24 {
    padding-bottom: 24px !important;
  }
  .u-sp-pl-24 {
    padding-left: 24px !important;
  }
  .u-sp-px-24 {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  .u-sp-py-24 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .u-sp-p-32 {
    padding: 32px !important;
  }
  .u-sp-pt-32 {
    padding-top: 32px !important;
  }
  .u-sp-pr-32 {
    padding-right: 32px !important;
  }
  .u-sp-pb-32 {
    padding-bottom: 32px !important;
  }
  .u-sp-pl-32 {
    padding-left: 32px !important;
  }
  .u-sp-px-32 {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
  .u-sp-py-32 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .u-sp-p-40 {
    padding: 40px !important;
  }
  .u-sp-pt-40 {
    padding-top: 40px !important;
  }
  .u-sp-pr-40 {
    padding-right: 40px !important;
  }
  .u-sp-pb-40 {
    padding-bottom: 40px !important;
  }
  .u-sp-pl-40 {
    padding-left: 40px !important;
  }
  .u-sp-px-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .u-sp-py-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .u-sp-p-48 {
    padding: 48px !important;
  }
  .u-sp-pt-48 {
    padding-top: 48px !important;
  }
  .u-sp-pr-48 {
    padding-right: 48px !important;
  }
  .u-sp-pb-48 {
    padding-bottom: 48px !important;
  }
  .u-sp-pl-48 {
    padding-left: 48px !important;
  }
  .u-sp-px-48 {
    padding-left: 48px !important;
    padding-right: 48px !important;
  }
  .u-sp-py-48 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .u-sp-p-64 {
    padding: 64px !important;
  }
  .u-sp-pt-64 {
    padding-top: 64px !important;
  }
  .u-sp-pr-64 {
    padding-right: 64px !important;
  }
  .u-sp-pb-64 {
    padding-bottom: 64px !important;
  }
  .u-sp-pl-64 {
    padding-left: 64px !important;
  }
  .u-sp-px-64 {
    padding-left: 64px !important;
    padding-right: 64px !important;
  }
  .u-sp-py-64 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
  .u-sp-p-80 {
    padding: 80px !important;
  }
  .u-sp-pt-80 {
    padding-top: 80px !important;
  }
  .u-sp-pr-80 {
    padding-right: 80px !important;
  }
  .u-sp-pb-80 {
    padding-bottom: 80px !important;
  }
  .u-sp-pl-80 {
    padding-left: 80px !important;
  }
  .u-sp-px-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  .u-sp-py-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .u-sp-p-96 {
    padding: 96px !important;
  }
  .u-sp-pt-96 {
    padding-top: 96px !important;
  }
  .u-sp-pr-96 {
    padding-right: 96px !important;
  }
  .u-sp-pb-96 {
    padding-bottom: 96px !important;
  }
  .u-sp-pl-96 {
    padding-left: 96px !important;
  }
  .u-sp-px-96 {
    padding-left: 96px !important;
    padding-right: 96px !important;
  }
  .u-sp-py-96 {
    padding-top: 96px !important;
    padding-bottom: 96px !important;
  }
  .u-sp-p-128 {
    padding: 128px !important;
  }
  .u-sp-pt-128 {
    padding-top: 128px !important;
  }
  .u-sp-pr-128 {
    padding-right: 128px !important;
  }
  .u-sp-pb-128 {
    padding-bottom: 128px !important;
  }
  .u-sp-pl-128 {
    padding-left: 128px !important;
  }
  .u-sp-px-128 {
    padding-left: 128px !important;
    padding-right: 128px !important;
  }
  .u-sp-py-128 {
    padding-top: 128px !important;
    padding-bottom: 128px !important;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .u-tab-m-0 {
    margin: 0px !important;
  }
  .u-tab-mt-0 {
    margin-top: 0px !important;
  }
  .u-tab-mr-0 {
    margin-right: 0px !important;
  }
  .u-tab-mb-0 {
    margin-bottom: 0px !important;
  }
  .u-tab-ml-0 {
    margin-left: 0px !important;
  }
  .u-tab-mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .u-tab-my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .u-tab-m-4 {
    margin: 4px !important;
  }
  .u-tab-mt-4 {
    margin-top: 4px !important;
  }
  .u-tab-mr-4 {
    margin-right: 4px !important;
  }
  .u-tab-mb-4 {
    margin-bottom: 4px !important;
  }
  .u-tab-ml-4 {
    margin-left: 4px !important;
  }
  .u-tab-mx-4 {
    margin-left: 4px !important;
    margin-right: 4px !important;
  }
  .u-tab-my-4 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .u-tab-m-8 {
    margin: 8px !important;
  }
  .u-tab-mt-8 {
    margin-top: 8px !important;
  }
  .u-tab-mr-8 {
    margin-right: 8px !important;
  }
  .u-tab-mb-8 {
    margin-bottom: 8px !important;
  }
  .u-tab-ml-8 {
    margin-left: 8px !important;
  }
  .u-tab-mx-8 {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }
  .u-tab-my-8 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .u-tab-m-12 {
    margin: 12px !important;
  }
  .u-tab-mt-12 {
    margin-top: 12px !important;
  }
  .u-tab-mr-12 {
    margin-right: 12px !important;
  }
  .u-tab-mb-12 {
    margin-bottom: 12px !important;
  }
  .u-tab-ml-12 {
    margin-left: 12px !important;
  }
  .u-tab-mx-12 {
    margin-left: 12px !important;
    margin-right: 12px !important;
  }
  .u-tab-my-12 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
  .u-tab-m-16 {
    margin: 16px !important;
  }
  .u-tab-mt-16 {
    margin-top: 16px !important;
  }
  .u-tab-mr-16 {
    margin-right: 16px !important;
  }
  .u-tab-mb-16 {
    margin-bottom: 16px !important;
  }
  .u-tab-ml-16 {
    margin-left: 16px !important;
  }
  .u-tab-mx-16 {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }
  .u-tab-my-16 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .u-tab-m-20 {
    margin: 20px !important;
  }
  .u-tab-mt-20 {
    margin-top: 20px !important;
  }
  .u-tab-mr-20 {
    margin-right: 20px !important;
  }
  .u-tab-mb-20 {
    margin-bottom: 20px !important;
  }
  .u-tab-ml-20 {
    margin-left: 20px !important;
  }
  .u-tab-mx-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .u-tab-my-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .u-tab-m-24 {
    margin: 24px !important;
  }
  .u-tab-mt-24 {
    margin-top: 24px !important;
  }
  .u-tab-mr-24 {
    margin-right: 24px !important;
  }
  .u-tab-mb-24 {
    margin-bottom: 24px !important;
  }
  .u-tab-ml-24 {
    margin-left: 24px !important;
  }
  .u-tab-mx-24 {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }
  .u-tab-my-24 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .u-tab-m-32 {
    margin: 32px !important;
  }
  .u-tab-mt-32 {
    margin-top: 32px !important;
  }
  .u-tab-mr-32 {
    margin-right: 32px !important;
  }
  .u-tab-mb-32 {
    margin-bottom: 32px !important;
  }
  .u-tab-ml-32 {
    margin-left: 32px !important;
  }
  .u-tab-mx-32 {
    margin-left: 32px !important;
    margin-right: 32px !important;
  }
  .u-tab-my-32 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  .u-tab-m-40 {
    margin: 40px !important;
  }
  .u-tab-mt-40 {
    margin-top: 40px !important;
  }
  .u-tab-mr-40 {
    margin-right: 40px !important;
  }
  .u-tab-mb-40 {
    margin-bottom: 40px !important;
  }
  .u-tab-ml-40 {
    margin-left: 40px !important;
  }
  .u-tab-mx-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  .u-tab-my-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .u-tab-m-48 {
    margin: 48px !important;
  }
  .u-tab-mt-48 {
    margin-top: 48px !important;
  }
  .u-tab-mr-48 {
    margin-right: 48px !important;
  }
  .u-tab-mb-48 {
    margin-bottom: 48px !important;
  }
  .u-tab-ml-48 {
    margin-left: 48px !important;
  }
  .u-tab-mx-48 {
    margin-left: 48px !important;
    margin-right: 48px !important;
  }
  .u-tab-my-48 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  .u-tab-m-64 {
    margin: 64px !important;
  }
  .u-tab-mt-64 {
    margin-top: 64px !important;
  }
  .u-tab-mr-64 {
    margin-right: 64px !important;
  }
  .u-tab-mb-64 {
    margin-bottom: 64px !important;
  }
  .u-tab-ml-64 {
    margin-left: 64px !important;
  }
  .u-tab-mx-64 {
    margin-left: 64px !important;
    margin-right: 64px !important;
  }
  .u-tab-my-64 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }
  .u-tab-m-80 {
    margin: 80px !important;
  }
  .u-tab-mt-80 {
    margin-top: 80px !important;
  }
  .u-tab-mr-80 {
    margin-right: 80px !important;
  }
  .u-tab-mb-80 {
    margin-bottom: 80px !important;
  }
  .u-tab-ml-80 {
    margin-left: 80px !important;
  }
  .u-tab-mx-80 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
  .u-tab-my-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .u-tab-m-96 {
    margin: 96px !important;
  }
  .u-tab-mt-96 {
    margin-top: 96px !important;
  }
  .u-tab-mr-96 {
    margin-right: 96px !important;
  }
  .u-tab-mb-96 {
    margin-bottom: 96px !important;
  }
  .u-tab-ml-96 {
    margin-left: 96px !important;
  }
  .u-tab-mx-96 {
    margin-left: 96px !important;
    margin-right: 96px !important;
  }
  .u-tab-my-96 {
    margin-top: 96px !important;
    margin-bottom: 96px !important;
  }
  .u-tab-m-128 {
    margin: 128px !important;
  }
  .u-tab-mt-128 {
    margin-top: 128px !important;
  }
  .u-tab-mr-128 {
    margin-right: 128px !important;
  }
  .u-tab-mb-128 {
    margin-bottom: 128px !important;
  }
  .u-tab-ml-128 {
    margin-left: 128px !important;
  }
  .u-tab-mx-128 {
    margin-left: 128px !important;
    margin-right: 128px !important;
  }
  .u-tab-my-128 {
    margin-top: 128px !important;
    margin-bottom: 128px !important;
  }
  .u-tab-p-0 {
    padding: 0px !important;
  }
  .u-tab-pt-0 {
    padding-top: 0px !important;
  }
  .u-tab-pr-0 {
    padding-right: 0px !important;
  }
  .u-tab-pb-0 {
    padding-bottom: 0px !important;
  }
  .u-tab-pl-0 {
    padding-left: 0px !important;
  }
  .u-tab-px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .u-tab-py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .u-tab-p-4 {
    padding: 4px !important;
  }
  .u-tab-pt-4 {
    padding-top: 4px !important;
  }
  .u-tab-pr-4 {
    padding-right: 4px !important;
  }
  .u-tab-pb-4 {
    padding-bottom: 4px !important;
  }
  .u-tab-pl-4 {
    padding-left: 4px !important;
  }
  .u-tab-px-4 {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
  .u-tab-py-4 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .u-tab-p-8 {
    padding: 8px !important;
  }
  .u-tab-pt-8 {
    padding-top: 8px !important;
  }
  .u-tab-pr-8 {
    padding-right: 8px !important;
  }
  .u-tab-pb-8 {
    padding-bottom: 8px !important;
  }
  .u-tab-pl-8 {
    padding-left: 8px !important;
  }
  .u-tab-px-8 {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  .u-tab-py-8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .u-tab-p-12 {
    padding: 12px !important;
  }
  .u-tab-pt-12 {
    padding-top: 12px !important;
  }
  .u-tab-pr-12 {
    padding-right: 12px !important;
  }
  .u-tab-pb-12 {
    padding-bottom: 12px !important;
  }
  .u-tab-pl-12 {
    padding-left: 12px !important;
  }
  .u-tab-px-12 {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  .u-tab-py-12 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  .u-tab-p-16 {
    padding: 16px !important;
  }
  .u-tab-pt-16 {
    padding-top: 16px !important;
  }
  .u-tab-pr-16 {
    padding-right: 16px !important;
  }
  .u-tab-pb-16 {
    padding-bottom: 16px !important;
  }
  .u-tab-pl-16 {
    padding-left: 16px !important;
  }
  .u-tab-px-16 {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .u-tab-py-16 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .u-tab-p-20 {
    padding: 20px !important;
  }
  .u-tab-pt-20 {
    padding-top: 20px !important;
  }
  .u-tab-pr-20 {
    padding-right: 20px !important;
  }
  .u-tab-pb-20 {
    padding-bottom: 20px !important;
  }
  .u-tab-pl-20 {
    padding-left: 20px !important;
  }
  .u-tab-px-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .u-tab-py-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .u-tab-p-24 {
    padding: 24px !important;
  }
  .u-tab-pt-24 {
    padding-top: 24px !important;
  }
  .u-tab-pr-24 {
    padding-right: 24px !important;
  }
  .u-tab-pb-24 {
    padding-bottom: 24px !important;
  }
  .u-tab-pl-24 {
    padding-left: 24px !important;
  }
  .u-tab-px-24 {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  .u-tab-py-24 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .u-tab-p-32 {
    padding: 32px !important;
  }
  .u-tab-pt-32 {
    padding-top: 32px !important;
  }
  .u-tab-pr-32 {
    padding-right: 32px !important;
  }
  .u-tab-pb-32 {
    padding-bottom: 32px !important;
  }
  .u-tab-pl-32 {
    padding-left: 32px !important;
  }
  .u-tab-px-32 {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
  .u-tab-py-32 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .u-tab-p-40 {
    padding: 40px !important;
  }
  .u-tab-pt-40 {
    padding-top: 40px !important;
  }
  .u-tab-pr-40 {
    padding-right: 40px !important;
  }
  .u-tab-pb-40 {
    padding-bottom: 40px !important;
  }
  .u-tab-pl-40 {
    padding-left: 40px !important;
  }
  .u-tab-px-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .u-tab-py-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .u-tab-p-48 {
    padding: 48px !important;
  }
  .u-tab-pt-48 {
    padding-top: 48px !important;
  }
  .u-tab-pr-48 {
    padding-right: 48px !important;
  }
  .u-tab-pb-48 {
    padding-bottom: 48px !important;
  }
  .u-tab-pl-48 {
    padding-left: 48px !important;
  }
  .u-tab-px-48 {
    padding-left: 48px !important;
    padding-right: 48px !important;
  }
  .u-tab-py-48 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .u-tab-p-64 {
    padding: 64px !important;
  }
  .u-tab-pt-64 {
    padding-top: 64px !important;
  }
  .u-tab-pr-64 {
    padding-right: 64px !important;
  }
  .u-tab-pb-64 {
    padding-bottom: 64px !important;
  }
  .u-tab-pl-64 {
    padding-left: 64px !important;
  }
  .u-tab-px-64 {
    padding-left: 64px !important;
    padding-right: 64px !important;
  }
  .u-tab-py-64 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
  .u-tab-p-80 {
    padding: 80px !important;
  }
  .u-tab-pt-80 {
    padding-top: 80px !important;
  }
  .u-tab-pr-80 {
    padding-right: 80px !important;
  }
  .u-tab-pb-80 {
    padding-bottom: 80px !important;
  }
  .u-tab-pl-80 {
    padding-left: 80px !important;
  }
  .u-tab-px-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  .u-tab-py-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .u-tab-p-96 {
    padding: 96px !important;
  }
  .u-tab-pt-96 {
    padding-top: 96px !important;
  }
  .u-tab-pr-96 {
    padding-right: 96px !important;
  }
  .u-tab-pb-96 {
    padding-bottom: 96px !important;
  }
  .u-tab-pl-96 {
    padding-left: 96px !important;
  }
  .u-tab-px-96 {
    padding-left: 96px !important;
    padding-right: 96px !important;
  }
  .u-tab-py-96 {
    padding-top: 96px !important;
    padding-bottom: 96px !important;
  }
  .u-tab-p-128 {
    padding: 128px !important;
  }
  .u-tab-pt-128 {
    padding-top: 128px !important;
  }
  .u-tab-pr-128 {
    padding-right: 128px !important;
  }
  .u-tab-pb-128 {
    padding-bottom: 128px !important;
  }
  .u-tab-pl-128 {
    padding-left: 128px !important;
  }
  .u-tab-px-128 {
    padding-left: 128px !important;
    padding-right: 128px !important;
  }
  .u-tab-py-128 {
    padding-top: 128px !important;
    padding-bottom: 128px !important;
  }
}
.u-mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.icon-circlebg,
.icon-circleborder {
  display: inline-block;
  border-radius: 100%;
  position: relative;
  width: 1.1em;
  height: 1.1em;
  transition: 0.25s;
}
.icon-circlebg .icon,
.icon-circleborder .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.6);
}

.icon-circleborder {
  background: #fff;
  border: #1c4295 2px solid;
}
.icon-circleborder .icon::before {
  background-color: #1c4295;
}

.icon {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.icon::before {
  display: block;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: 0.25s;
}

.icon-color-black:before {
  background-color: #000;
}

.icon-color-red:before {
  background-color: #da435a;
}

.icon--lang {
  vertical-align: sub;
}
.icon--lang::before {
  -webkit-mask-image: url("assets/svg/icon-lang.svg");
          mask-image: url("assets/svg/icon-lang.svg");
}

.icon--blank {
  vertical-align: sub;
}
.icon--blank::before {
  -webkit-mask-image: url("assets/svg/icon-blank.svg");
          mask-image: url("assets/svg/icon-blank.svg");
}

.icon--arrow::before {
  -webkit-mask-image: url("assets/svg/icon-arrow.svg");
          mask-image: url("assets/svg/icon-arrow.svg");
  margin-left: 10%;
}

.icon--arrow2::before {
  -webkit-mask-image: url("assets/svg/icon-arrow2.svg");
          mask-image: url("assets/svg/icon-arrow2.svg");
}

.icon--train::before {
  -webkit-mask-image: url("assets/svg/icon-train.svg");
          mask-image: url("assets/svg/icon-train.svg");
}

.icon--map {
  vertical-align: sub;
}
.icon--map::before {
  -webkit-mask-image: url("assets/svg/icon-map.svg");
          mask-image: url("assets/svg/icon-map.svg");
}

.icon--web {
  vertical-align: sub;
}
.icon--web::before {
  -webkit-mask-image: url("assets/svg/icon-web.svg");
          mask-image: url("assets/svg/icon-web.svg");
}

.icon--download::before {
  -webkit-mask-image: url("assets/svg/icon-download.svg");
          mask-image: url("assets/svg/icon-download.svg");
}

.icon--pdf::before {
  -webkit-mask-image: url("assets/svg/icon-pdf.svg");
          mask-image: url("assets/svg/icon-pdf.svg");
}

.icon--warn::before {
  -webkit-mask-image: url("assets/svg/icon-warn.svg");
          mask-image: url("assets/svg/icon-warn.svg");
}

.icon--clock::before {
  -webkit-mask-image: url("assets/svg/icon-clock.svg");
          mask-image: url("assets/svg/icon-clock.svg");
}

.icon--price::before {
  -webkit-mask-image: url("assets/svg/icon-price.svg");
          mask-image: url("assets/svg/icon-price.svg");
}

.icon--c_walk::before {
  -webkit-mask-image: url("assets/svg/icon-c_walk.svg");
          mask-image: url("assets/svg/icon-c_walk.svg");
}

.icon--bus::before {
  -webkit-mask-image: url("assets/svg/icon-bus.svg");
          mask-image: url("assets/svg/icon-bus.svg");
}

.icon--car::before {
  -webkit-mask-image: url("assets/svg/icon-car.svg");
          mask-image: url("assets/svg/icon-car.svg");
}

.u-display-block {
  display: block;
}

.u-display-inline-block {
  display: inline-block;
}

.u-bg-black {
  background-color: black;
}

.u-bg-white {
  background-color: white;
}

.u-bg-parple {
  background-color: #1c4295;
}

.u-color-parple {
  color: #1c4295;
}

.u-color-white {
  color: #fff !important;
}

.u-color-black {
  color: #000 !important;
}

.u-pc-none {
  display: none;
}
@media (max-width: 767px) {
  .u-pc-none {
    display: block !important;
  }
}

.u-sp-none {
  display: block;
}
@media (max-width: 767px) {
  .u-sp-none {
    display: none !important;
  }
}

body.modal-open {
  overflow: hidden;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .u-tab-none {
    display: none !important;
  }
}

.u-tab-only {
  display: none;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .u-tab-only {
    display: block !important;
  }
}

.u-font-sans {
  font-family: "Noto Sans JP", system-ui, -apple-system, "Segoe UI", sans-serif;
}

.u-font-serif {
  font-family: "Cinzel", serif;
}

.u-text-center {
  text-align: center;
}

.u-bg-brand-gradation-light {
  position: relative;
  z-index: 0;
  background: linear-gradient(90deg, rgba(67, 127, 229, 0.3) 0%, rgba(143, 84, 221, 0.3) 16.23%, rgba(186, 60, 217, 0.3) 38.7%, rgba(222, 39, 213, 0.3) 57.78%, rgba(230, 43, 177, 0.3) 77.43%, rgba(234, 45, 156, 0.3) 88.9%, rgba(218, 67, 90, 0.3) 100%);
}

.u-bg-brand-gradation-light-hoverable {
  position: relative;
  z-index: 0;
}
.u-bg-brand-gradation-light-hoverable:before, .u-bg-brand-gradation-light-hoverable:after {
  content: "";
  width: 100%;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: 0.4s ease-in-out;
}
.u-bg-brand-gradation-light-hoverable:before {
  background: linear-gradient(90deg, rgba(67, 127, 229, 0.3) 0%, rgba(143, 84, 221, 0.3) 16.23%, rgba(186, 60, 217, 0.3) 38.7%, rgba(222, 39, 213, 0.3) 57.78%, rgba(230, 43, 177, 0.3) 77.43%, rgba(234, 45, 156, 0.3) 88.9%, rgba(218, 67, 90, 0.3) 100%);
  opacity: 1;
  z-index: -1;
}
.u-bg-brand-gradation-light-hoverable:after {
  background: linear-gradient(90deg, rgba(116, 212, 0, 0.3) 0%, rgba(101, 245, 19, 0.3) 20%, rgba(63, 230, 255, 0.3) 48%, rgba(63, 240, 247, 0.3) 58%, rgba(63, 255, 236, 0.3) 76%, rgba(119, 145, 253, 0.3) 97%);
  opacity: 0;
  z-index: -1;
}
@media (hover: hover) {
  .u-bg-brand-gradation-light-hoverable:hover:after {
    opacity: 1;
  }
  .u-bg-brand-gradation-light-hoverable:hover:before {
    opacity: 0;
  }
}

.u-bg-brand-gradation-hoverable {
  position: relative;
  z-index: 0;
}
.u-bg-brand-gradation-hoverable:before, .u-bg-brand-gradation-hoverable:after {
  content: "";
  width: 100%;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: 0.4s ease-in-out;
}
.u-bg-brand-gradation-hoverable:before {
  background: linear-gradient(90deg, rgb(67, 127, 229) 0%, rgb(143, 84, 221) 16.23%, rgb(186, 60, 217) 38.7%, rgb(222, 39, 213) 57.78%, rgb(230, 43, 177) 77.43%, rgb(234, 45, 156) 88.9%, rgb(218, 67, 90) 100%);
  opacity: 1;
  z-index: -1;
}
.u-bg-brand-gradation-hoverable:after {
  background: linear-gradient(90deg, rgb(116, 212, 0) 0%, rgb(101, 245, 19) 20%, rgb(63, 230, 255) 48%, rgb(63, 240, 247) 58%, rgb(63, 255, 236) 76%, rgb(119, 145, 253) 97%);
  opacity: 0;
  z-index: -1;
}
@media (hover: hover) {
  .u-bg-brand-gradation-hoverable:hover:after {
    opacity: 1;
  }
  .u-bg-brand-gradation-hoverable:hover:before {
    opacity: 0;
  }
}

.u-anchor-margin {
  scroll-margin-top: 100px;
}
@media (max-width: 767px) {
  .u-anchor-margin {
    scroll-margin-top: 70px;
  }
}

:root {
  --main-color: #1c4295;
  /* 三角の色など */
  --sub-bg: rgba(0, 0, 0, 0.6);
  /* 背景 */
}

body[data-page=service] {
  --main-color: #00fc81;
}

html {
  overflow-x: hidden;
  background-color: #000;
  height: 100vh;
}

body {
  overflow: hidden;
  min-width: 960px;
}
@media (max-width: 767px) {
  body {
    min-width: unset;
  }
}

.main-bg {
  height: 100vh;
  background-color: #000;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .main-bg {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
.main-bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.4;
}
.main-bg .main-bg-text {
  position: absolute;
  top: 50%;
  transform: translate(10%, -50%);
  left: 50%;
}
.main-bg .main-bg-text-line {
  color: #fff;
  opacity: 0.2;
  line-height: 1.25;
  font-size: 12rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}

main {
  position: relative;
}

.main-content {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  padding: 0 20px;
  height: 100%;
}
@media (max-width: 767px) {
  .main-content {
    transform: translate(-50%, -60%);
  }
}
.main-content .conpany-logo {
  position: absolute;
  top: 2.5%;
  left: 5%;
  max-width: 240px;
  width: 40%;
  min-width: 120px;
  opacity: 0.9;
}
@media (max-width: 767px) {
  .main-content .conpany-logo {
    left: 16px;
  }
}
.main-content-inner {
  height: 100%;
  display: flex;
  align-items: center;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  gap: 6%;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .main-content-inner {
    flex-direction: column;
    gap: 2em;
    justify-content: center;
    align-items: center;
  }
}
.main-content-logo {
  flex: 30%;
  max-width: 260px;
}
.main-content-logo img {
  opacity: 0.95;
}
@media (max-width: 767px) {
  .main-content-logo {
    width: 60%;
  }
}
.main-content-title {
  text-align: left;
  letter-spacing: 0.075em;
}
.main-content-title-1 {
  font-size: clamp(1.8rem, 1.56rem + 4.1333vw, 3.8rem);
}
@media (max-width: 767px) {
  .main-content-title-1 {
    font-size: clamp(1.5rem, 1.2rem + 3.5vw, 3rem);
  }
}
.main-content-title-1-line {
  display: block;
  font-weight: 500;
  letter-spacing: 0.025em;
  position: relative;
  z-index: 0;
}
.main-content-title-1-line::before {
  content: "";
  position: absolute;
  bottom: 0.05em;
  left: 0;
  width: 100%;
  height: 0.25em;
  background-color: #1c4295;
  z-index: -1;
  transform-origin: left center;
  transform: scaleX(0);
  will-change: transform;
  animation: expand 0.8s cubic-bezier(0.2, 0.8, 0.2, 1) 0.2s forwards;
}
@media (max-width: 767px) {
  .main-content-title-1-line::before {
    height: 0.35em;
  }
}
.main-content-title-1-line:nth-child(2):before {
  animation-delay: 0.4s;
  /* 遅らせるだけ */
}
.main-content-title-2 {
  font-weight: 400;
  font-size: 26px;
  margin-top: 0.8em;
}

.main-nav {
  position: absolute;
  bottom: 5%;
  left: 5%;
  right: 5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .main-nav {
    justify-content: center;
    position: relative;
    left: unset;
    right: unset;
    bottom: unset;
  }
}
.main-nav ul {
  display: flex;
  gap: 1.5em;
  font-size: 24px;
}
@media (max-width: 767px) {
  .main-nav ul {
    display: none;
  }
}
.main-nav ul li {
  opacity: 0;
  transform: translateX(-2rem);
  animation: slide-in-left 0.6s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}
.main-nav ul li:nth-child(1) {
  animation-delay: 0.6s;
}
.main-nav ul li:nth-child(2) {
  animation-delay: 0.8s;
}
.main-nav ul li:nth-child(3) {
  animation-delay: 0.3s;
}
.main-nav ul li:nth-child(4) {
  animation-delay: 0.4s;
}
.main-nav ul li:nth-child(5) {
  animation-delay: 0.5s;
}
@media (prefers-reduced-motion: reduce) {
  .main-nav ul li {
    animation: none;
    transform: none;
    opacity: 1;
  }
}
.main-nav ul li {
  color: #fff;
}
.main-nav ul li button {
  cursor: pointer;
  font-weight: 400;
  letter-spacing: 0.075em;
  position: relative;
  transition: 0.25s;
  transition: all 0.35s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.main-nav ul li button::before {
  content: "";
  display: inline-block;
  left: 0;
  width: 0.5em;
  height: 2px;
  background-color: #fff;
  transform: translateY(-0.3em);
  margin-right: 0.25em;
}
.main-nav ul li button:hover {
  font-weight: bold;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.7), 0 0 20px rgba(255, 255, 255, 0.4);
}
.main-nav ul li button.active {
  font-weight: bold;
  color: var(--main-color);
}
.main-nav ul li button.active[data-page=profile] {
  color: #2554ba;
}
.main-nav ul li button.active::before {
  background-color: var(--main-color);
}
.main-nav ul li button.active[data-page=profile]:before {
  background-color: #2554ba;
}
.main-nav .main-nav-footer {
  display: flex;
  justify-content: flex-end;
  gap: 0.8em;
  align-items: center;
}
@media (max-width: 767px) {
  .main-nav .main-nav-footer {
    justify-content: center;
    align-items: center;
    padding-bottom: 2em;
  }
}
.main-nav .main-nav-footer .copyright {
  font-size: 0.8em;
  font-weight: 400;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.main-nav .main-nav-footer .pmark {
  width: 4em;
  filter: drop-shadow(0.5px 0 0 rgba(255, 255, 255, 0.8)) drop-shadow(-0.5px 0 0 rgba(255, 255, 255, 0.8)) drop-shadow(0 0.5px 0 rgba(255, 255, 255, 0.8)) drop-shadow(0 -0.5px 0 rgba(255, 255, 255, 0.8));
}

@keyframes slide-in-left {
  from {
    opacity: 0;
    transform: translateX(-2rem);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes expand {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
.fade-blur {
  opacity: 0;
  filter: blur(20px);
  transition: opacity 1.2s ease, filter 1.6s ease;
}

.fade-blur.show {
  opacity: 1;
  filter: blur(0);
}

.page {
  display: none;
}

body.page-top .top-content {
  display: block;
}

body.page-profile .profile-content {
  display: block;
}

body.page-service .service-content {
  display: block;
}

body.page-access .access-content {
  display: block;
}

body.page-contact .contact-content {
  display: block;
}

.page {
  opacity: 0;
  filter: blur(20px);
  transition: opacity 0.6s ease, filter 0.6s ease;
  display: none;
}
@media (max-width: 767px) {
  .page {
    position: relative !important;
    display: block !important;
    top: unset !important;
    left: unset !important;
    transform: unset !important;
    min-height: 100vh;
    opacity: 1 !important;
    filter: unset !important;
  }
  .page.top-content {
    display: flex !important;
    justify-content: center;
    align-items: center;
  }
}

/* 表示時（フェードイン + ブラー解除） */
.page.show {
  display: block;
  /* 段階1：表示 */
  opacity: 1;
  /* 段階2：フェードイン */
  filter: blur(0);
  /* 段階3：くっきり */
}

/* 消える時（フェードアウト + ブラー付与） */
.page.hide {
  opacity: 0;
  filter: blur(20px);
}

.page.--sub {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 1200px;
  height: calc(80% + 2em);
  margin: 0 auto;
  margin-top: -1em;
  background: darkgreen;
  background: rgba(0, 0, 0, 0.8);
  padding: 40px 60px;
  /* 左上（三角を右下に向ける）*/
  /* 左下（三角を右上に向ける）*/
}
@media (max-width: 767px) {
  .page.--sub {
    width: 100%;
    height: 100%;
    padding: 0px;
    margin-top: 0;
    background: unset;
  }
}
.page.--sub::before, .page.--sub::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}
@media (max-width: 767px) {
  .page.--sub::before, .page.--sub::after {
    display: none;
  }
}
.page.--sub::before {
  top: 0;
  left: 0;
  border-right: 46px solid transparent;
  border-top: 46px solid #1c4295;
}
.page.--sub::after {
  bottom: 0;
  left: unset;
  right: 0;
  border-left: 46px solid transparent;
  border-bottom: 46px solid #1c4295;
}

body[data-page=service] .page.--sub {
  /* 左下（三角を右上に向ける）*/
}
body[data-page=service] .page.--sub::before {
  top: 0;
  left: 0;
  border-right: 46px solid transparent;
  border-top: 46px solid #00fc81;
}
body[data-page=service] .page.--sub::after {
  bottom: 0;
  left: unset;
  right: 0;
  border-left: 46px solid transparent;
  border-bottom: 46px solid #00fc81;
}

/* スクロール要素 */
.page.--sub .page-inner {
  height: 100%;
  overflow-y: scroll;
  /* Firefox 用 */
  scrollbar-width: none;
  scrollbar-color: rgba(255, 255, 255, 0.1) #000;
}
@media (max-width: 767px) {
  .page.--sub .page-inner {
    position: relative;
    z-index: 1;
    padding-top: 16px;
    padding-bottom: 130px;
    padding-left: 16px;
    padding-right: 16px;
    overflow-x: hidden;
  }
}

/* Webkit（Chrome、Safari、Edge） */
.page.--sub .page-inner::-webkit-scrollbar {
  width: 6px;
}

.page.--sub .page-inner::-webkit-scrollbar-track {
  background: #000;
}

.page.--sub .page-inner::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 4px;
}

.page.--sub .page-inner::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.14);
}

.page-title {
  font-size: 2.5rem;
  font-weight: bold;
  color: #fff;
}
@media (max-width: 767px) {
  .page-title {
    font-size: 1.8rem;
    font-weight: 700;
  }
}

.page-lead {
  font-size: 1rem;
  color: #fff;
  margin-bottom: 2em;
}
@media (max-width: 767px) {
  .page-lead {
    font-size: 0.9rem;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
  }
}

.service-content-list {
  display: flex;
}
.service-content-list-item {
  padding: 0 1.5em;
}
.service-content-list-item:not(:last-child) {
  border-right: 1px solid #00fc81;
}
.service-content-list-item-title {
  text-align: center;
  font-size: 2.4em;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.service-content-list-item-title_small {
  margin-top: -0.25em;
  font-weight: 500;
  text-align: center;
  display: block;
}
.service-content-list-item-image img {
  transform: scale(1.2);
}
.service-content-list-item-list {
  margin-top: -1em;
}
.service-content-list-item-list li {
  font-size: 0.85em;
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 0.25em;
}
.service-content-list-item-list li::before {
  content: "・";
}
@media (max-width: 767px) {
  .service-content-list-item-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.25em 0.5em;
  }
  .service-content-list-item-list li {
    background: #333;
    color: #fff;
    padding: 0.25em 0.75em;
    border-radius: 0.25em;
    text-indent: unset;
  }
  .service-content-list-item-list li:before {
    content: "";
  }
}

.profile-content .page-title {
  margin-bottom: 1.25em;
}
@media (max-width: 767px) {
  .profile-content .page-title {
    border-bottom: #3b80bb 4px solid;
    display: inline-block;
  }
}

@media (max-width: 767px) {
  .service-content .page-title {
    border-bottom: #00fc81 4px solid;
    display: inline-block;
  }
}

@media (max-width: 767px) {
  .service-content-list-item-list.--marketing li {
    background: #c83433;
  }
  .service-content-list-item-list.--logistics li {
    background: #199d6d;
  }
  .service-content-list-item-list.--bpo li {
    background: #48add2;
  }
}
.company-info {
  display: grid;
  gap: 1em;
  height: -moz-fit-content;
  height: fit-content;
}
.company-info__row dt {
  color: #3b80bb;
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 0.25em;
}
@media (max-width: 767px) {
  .company-info__row dt {
    display: flex;
    align-items: center;
  }
  .company-info__row dt:after {
    content: "";
    background-color: #3b80bb;
    flex-grow: 1;
    height: 1px;
    margin-left: 0.5em;
    opacity: 0.4;
  }
}
.company-info__row dd {
  padding-left: 1em;
}

.company-info-wrapper {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 2em;
}
@media (max-width: 767px) {
  .company-info-wrapper {
    grid-template-columns: 1fr;
  }
}

.company-info {
  width: 100%;
}
dd:has(.profile-content-map) {
  margin-top: -2em;
  max-width: 460px;
}
@media (max-width: 767px) {
  dd:has(.profile-content-map) {
    margin-top: 0;
  }
}

.profile-content-map {
  position: relative;
  max-width: 620px;
  margin: 0 auto;
}

.profile-content-map > img {
  width: 100%;
  display: block;
}

.profile-content-map-pin {
  position: absolute;
  cursor: pointer;
}
/* 例（位置は概算。ブラウザで微調整してください） */
.profile-content-map-pin.--kyusyu2 {
  left: 4.7%;
  top: 12.9%;
  width: 16.9%;
}

.profile-content-map-pin.--kyusyu {
  left: 6.2%;
  top: 58%;
  width: 25%;
}

.profile-content-map-pin.--kyusyu3 {
  left: 21%;
  top: 12.3%;
  width: 28.2%;
}

.profile-content-map-pin.--dataplus {
  left: 20.1%;
  top: 5.6%;
  width: 38.8%;
}

.profile-content-map-pin.--dm {
  left: -4.8%;
  top: 18.7%;
  width: 24.5%;
}

.profile-content-map-pin.--honsya {
  left: 34.2%;
  top: 73.9%;
  width: 19%;
}

.profile-content-map-pin.--tokyo {
  left: 61.2%;
  top: 60.8%;
  width: 32.2%;
}

/* 全ての tippy の共通スタイル */
.tippy-box {
  background-color: #3b80bb;
  /* 背景色 */
  color: #fff;
  /* 文字色 */
  font-size: 0.8em;
}

/* 吹き出しの三角部分も同じ色に */
.tippy-box > .tippy-arrow::before {
  color: #3b80bb;
}

/* ============================================
   前提：
   li の中身全体を .service-content-list-item-inner でラップ
   ============================================ */
/* ラッパーがないと border まで scale されるので */
.service-content-list-item {
  position: relative;
  overflow: visible;
  transition: opacity 0.3s ease;
}

/* この内部ラッパーだけ scale させる（border が伸びない） */
.service-content-list-item-inner {
  transition: opacity 0.3s ease, transform 0.3s ease;
  transform-origin: center center;
}

/* まず、親ULに hover が入った瞬間、全アイテムを薄くする */
.service-content-list:hover .service-content-list-item-inner {
  opacity: 0.5;
}

/* 画像も同様に */
.service-content-list:hover .service-content-list-item img {
  filter: grayscale(100%);
  transition: 0.3s;
}

/* ホバーされた item は元に戻す（グレーOUT解除） */
.service-content-list-item:hover .service-content-list-item-inner {
  opacity: 1 !important;
}

/* ホバーされた item の画像だけフルカラー */
.service-content-list-item:hover img {
  filter: grayscale(0%) !important;
}

/* ラッパーのみ scale、border は変化しない */
.service-content-list-item:hover .service-content-list-item-inner {
  transform: scale(1.1);
  z-index: 5;
}

/* Swiper adjustments for mobile slider */
@media (max-width: 767px) {
  .swiper {
    max-width: 400px;
  }
  /* When converted to swiper, use full-width slides */
  .service-swiper {
    width: 100%;
  }
  .service-swiper .swiper-wrapper {
    display: flex;
    flex-wrap: nowrap;
  }
  .service-swiper .swiper-slide {
    display: block;
    flex: 0 0 100%;
    padding: 1.2em 0;
    box-sizing: border-box;
  }
  .service-swiper .service-content-list-item-inner {
    transform: none !important;
  }
  /* position pagination dots under slides */
  .service-swiper .swiper-pagination {
    margin-top: 0.75em;
    text-align: center;
  }
}
.swiper-pagination-bullet {
  width: 12px !important;
  height: 12px !important;
  border: 1px solid #00fc81 !important;
  opacity: 1 !important;
}

.swiper-pagination-bullet-active {
  background-color: #00fc81 !important;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  position: relative;
}

/* --- 固定枠のコンテナ（位置決めと重なり順用） --- */
.dynamic-border-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  /* z-index は JS で設定します */
}

/* --- 共通のL字パーツ設定 --- */
.border-part {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  /* ボーダーの太さはここで指定 */
  border-width: 4px;
  border-style: solid;
  /* 色は JS で inherit させるか直接指定 */
  border-color: inherit;
  /* GPU使用で滑らかに */
  will-change: clip-path;
  transition: clip-path 0.1s linear;
}

/* --- 右上のL字（上と右） --- */
.border-part.top-right {
  border-bottom: none;
  border-left: none;
  /* 初期状態: 下と左を100%カット＝右上だけ残すイメージ */
  clip-path: inset(0 0 100% 100%);
}

/* --- 左下のL字（下と左） --- */
.border-part.bottom-left {
  border-top: none;
  border-right: none;
  /* 初期状態: 上と右を100%カット＝左下だけ残すイメージ */
  clip-path: inset(100% 100% 0 0);
}

/* --- SP専用 ハンバーガーボタン --- */
.sp-menu-btn {
  display: none;
  /* PCでは非表示 */
  position: fixed;
  top: 8px;
  right: 0px;
  width: 50px;
  height: 50px;
  z-index: 10000;
  /* 最前面 */
  background: transparent;
  border: none;
  cursor: pointer;
  /* ★背景色によって色を反転させる魔法のプロパティ */
  mix-blend-mode: difference;
  /* --- 開いた時の ×印アニメーション --- */
}
@media (max-width: 767px) {
  .sp-menu-btn {
    display: block;
    /* SPで表示 */
  }
}
.sp-menu-btn span {
  position: absolute;
  right: 0;
  left: 0;
  height: 2px;
  /* 線の太さ */
  background-color: #fff;
  /* 基本は白（反転して黒になる） */
  margin: auto;
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  border-radius: 2px;
}
.sp-menu-btn span:nth-child(1) {
  top: 14px;
  width: 30px;
  /* 上の線 */
  right: 10px;
  /* 中央寄せ用 */
}
.sp-menu-btn span:nth-child(2) {
  top: 22px;
  width: 30px;
  /* 真ん中の線 */
  right: 10px;
}
.sp-menu-btn span:nth-child(3) {
  top: 30px;
  width: 30px;
  /* ★下の線だけ短く */
  right: 10px;
  /* 右寄せ */
}
.sp-menu-btn.active span {
  background-color: #fff;
  /* メニュー展開時は白で見やすく */
}
.sp-menu-btn.active span:nth-child(1) {
  top: 23px;
  transform: rotate(45deg);
  width: 30px;
}
.sp-menu-btn.active span:nth-child(2) {
  opacity: 0;
  /* 真ん中は消す */
}
.sp-menu-btn.active span:nth-child(3) {
  top: 23px;
  width: 30px;
  /* 長さを戻す */
  transform: rotate(-45deg);
}

/* --- PC時の枠アニメーション最適化 --- */
@media screen and (min-width: 768px) {
  /* 1. 基本設定：PCではJSのスクロール監視よりもCSSを優先させる (!important) */
  /* 消えるときは「0.2秒」で素早く消える */
  .border-part {
    transition: clip-path 0.2s ease-in !important;
  }
  /* 2. 非アクティブ時の状態（隠す）を強制 */
  /* 右上パーツ：左と下を隠す */
  .border-part.top-right {
    clip-path: inset(0 0 100% 100%) !important;
  }
  /* 左下パーツ：上と右を隠す */
  .border-part.bottom-left {
    clip-path: inset(100% 100% 0 0) !important;
  }
  /* 3. アクティブ時の状態（表示）を強制 */
  /* bodyのdata-pageと、枠のクラスが一致した時だけ表示 */
  /* 出るときは「0.4秒」かけて少し優雅に出す（遅延なし） */
  body[data-page=profile] .border-profile .border-part,
  body[data-page=service] .border-service .border-part {
    clip-path: inset(0 0 0 0) !important;
    /* 全表示 */
    transition: clip-path 0.4s ease-out !important;
  }
}
/* --- SP専用 ナビゲーションオーバーレイ --- */
.sp-nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.9);
  /* 背景色（少し透過） */
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  /* すりガラス効果 */
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  /* 閉じてる時はクリック無効 */
  transition: opacity 0.5s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  /* メニューが開いたときのアニメーション（時間差表示） */
}
.sp-nav-overlay.active {
  opacity: 1;
  pointer-events: auto;
}
.sp-nav-overlay .sp-nav-inner ul {
  list-style: none;
  padding: 0;
  text-align: center;
}
.sp-nav-overlay .sp-nav-inner ul li {
  margin: 2em 0;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.sp-nav-overlay .sp-nav-inner ul li a {
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: 0.1em;
  position: relative;
  /* ホバーエフェクト（SPだけど一応） */
  /* .activeクラスがあれば下線ひくとかも可能 */
}
.sp-nav-overlay .sp-nav-inner ul li a::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 1px;
  background: #fff;
  transition: width 0.3s;
}
.sp-nav-overlay.active .sp-nav-inner li {
  opacity: 1;
  transform: translateY(0);
}
.sp-nav-overlay.active .sp-nav-inner li:nth-child(1) {
  transition-delay: 0.1s;
}
.sp-nav-overlay.active .sp-nav-inner li:nth-child(2) {
  transition-delay: 0.2s;
}
.sp-nav-overlay.active .sp-nav-inner li:nth-child(3) {
  transition-delay: 0.3s;
}

/* --- SP専用 ページトップへ戻るボタン --- */
.page-top-btn {
  display: none;
  /* PCでは非表示 */
  position: fixed;
  bottom: 40px;
  /* 下から40px */
  right: 20px;
  /* 右から20px */
  width: 48px;
  height: 48px;
  background: rgba(0, 0, 0, 0.6);
  /* 背景：半透明の黒 */
  border: 1px solid rgba(255, 255, 255, 0.5);
  /* 枠線：薄い白 */
  border-radius: 50%;
  /* 丸くする */
  z-index: 8000;
  /* コンテンツより上、ハンバーガーより下 */
  cursor: pointer;
  /* アニメーション用 */
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  /* 少し下に沈めておく */
  transition: opacity 0.5s ease, transform 0.5s ease, visibility 0.5s;
  /* 矢印の描写 */
  /* --- 表示状態（JSで付与） --- */
  /* ホバー時（SPなのでタップ時） */
}
@media (max-width: 767px) {
  .page-top-btn {
    /* JSでクラスがついた時だけ block になる挙動でも良いが、
       基本は display:block にしておき、opacityで制御する */
    display: block;
  }
}
.page-top-btn .arrow {
  position: absolute;
  top: 55%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: translate(-50%, -50%) rotate(45deg);
}
.page-top-btn.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  /* ふんわり浮き上がる */
}
.page-top-btn:active {
  background: rgba(0, 0, 0, 0.9);
}