@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 {
  -webkit-box-sizing: border-box;
  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 {
    -webkit-animation-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
    -o-transition-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important; } }

.l-content-main {
  max-width: 1080px;
  width: 86.6666%;
  margin: 84px auto 172px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media (max-width: 767px) {
    .l-content-main {
      width: 100%;
      margin: 32px auto 123px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-flow: column-reverse;
      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; } }

.common-infoList {
  display: -ms-grid;
  display: grid;
  gap: .5em;
  -ms-grid-columns: -webkit-min-content 1fr;
  -ms-grid-columns: min-content 1fr;
  grid-template-columns: -webkit-min-content 1fr;
  grid-template-columns: min-content 1fr;
  line-height: 1.4;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content; }
  .common-infoList dt {
    text-align: center;
    -ms-flex-item-align: start;
    align-self: flex-start; }
  .common-infoList dd {
    overflow-wrap: anywhere; }
    .common-infoList dd a {
      color: #da435a; }
      @media (hover: hover) {
        .common-infoList dd a:hover {
          text-decoration: underline; } }

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  -webkit-transition: top 0.3s;
  -o-transition: top 0.3s;
  transition: top 0.3s;
  color: #fff;
  padding-top: 40px;
  z-index: 100; }
  .header-logo {
    padding-bottom: 20px;
    text-align: center; }
    .header-logo-link {
      display: inline-block;
      -webkit-transition: .25s;
      -o-transition: .25s;
      transition: .25s;
      -webkit-filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.4));
      filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.4));
      will-change: transform, filter; }
    .header-logo img {
      max-width: 340px;
      margin: 0 auto; }
  .header-menu-btn-wrap {
    display: none; }
  .header-nav {
    -webkit-filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
    background: -webkit-gradient(linear, left top, right top, from(#437fe5), color-stop(16.23%, #8f54dd), color-stop(38.7%, #ba3cd9), color-stop(57.78%, #de27d5), color-stop(77.43%, #e62bb1), color-stop(88.9%, #ea2d9c), to(#da435a));
    background: -webkit-linear-gradient(left, #437fe5 0%, #8f54dd 16.23%, #ba3cd9 38.7%, #de27d5 57.78%, #e62bb1 77.43%, #ea2d9c 88.9%, #da435a 100%);
    background: -o-linear-gradient(left, #437fe5 0%, #8f54dd 16.23%, #ba3cd9 38.7%, #de27d5 57.78%, #e62bb1 77.43%, #ea2d9c 88.9%, #da435a 100%);
    background: linear-gradient(90deg, #437fe5 0%, #8f54dd 16.23%, #ba3cd9 38.7%, #de27d5 57.78%, #e62bb1 77.43%, #ea2d9c 88.9%, #da435a 100%);
    border-radius: 100px;
    padding: 10px 20px;
    font-size: 13px;
    width: 50%;
    display: block;
    margin: 0 auto; }
    @media (min-width: 768px) and (max-width: 1200px) {
      .header-nav {
        font-size: 12px; } }
    .header-nav ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 32px;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .header-nav ul li a,
      .header-nav ul li button {
        text-decoration: none;
        font-weight: 700;
        position: relative;
        cursor: pointer;
        text-align: center;
        display: inline-block; }
        .header-nav ul li a::before,
        .header-nav ul li button::before {
          width: 0%;
          display: block;
          -webkit-transition: .2s ease-in-out;
          -o-transition: .2s ease-in-out;
          transition: .2s ease-in-out;
          content: '';
          height: 0px;
          bottom: -2px;
          position: absolute;
          background: -webkit-gradient(linear, left top, right top, from(#74d400), color-stop(20%, #65f513), color-stop(48%, #3fe6ff), color-stop(58%, #3ff0f7), color-stop(76%, #3fffec), color-stop(97%, #7791fd));
          background: -webkit-linear-gradient(left, #74d400 0%, #65f513 20%, #3fe6ff 48%, #3ff0f7 58%, #3fffec 76%, #7791fd 97%);
          background: -o-linear-gradient(left, #74d400 0%, #65f513 20%, #3fe6ff 48%, #3ff0f7 58%, #3fffec 76%, #7791fd 97%);
          background: linear-gradient(90deg, #74d400 0%, #65f513 20%, #3fe6ff 48%, #3ff0f7 58%, #3fffec 76%, #7791fd 97%);
          left: 0;
          right: 0;
          opacity: 0;
          margin: 0 auto; }
        @media (hover: hover) {
          .header-nav ul li a:hover:before,
          .header-nav ul li button:hover:before {
            width: 100%;
            opacity: 1;
            height: 2px; } }
    .header-nav .header-nav-language-switch {
      position: relative; }
      .header-nav .header-nav-language-switch .header-nav-language-switch-btn .icon--lang {
        width: 20px;
        height: 20px;
        display: inline-block;
        vertical-align: middle; }
      .header-nav .header-nav-language-switch .header-nav-language-switch-btn::after {
        content: "";
        width: 8px;
        height: 8px;
        background: url("assets/svg/icon-triangle.svg") no-repeat center;
        vertical-align: middle;
        display: inline-block; }
      .header-nav .header-nav-language-switch .header-nav-language-switch-list {
        display: none;
        width: 100px;
        top: calc(100% + 10px);
        position: absolute;
        background: -webkit-gradient(linear, left top, right top, from(#437fe5), color-stop(16.23%, #8f54dd), color-stop(38.7%, #ba3cd9), color-stop(57.78%, #de27d5), color-stop(77.43%, #e62bb1), color-stop(88.9%, #ea2d9c), to(#da435a));
        background: -webkit-linear-gradient(left, #437fe5 0%, #8f54dd 16.23%, #ba3cd9 38.7%, #de27d5 57.78%, #e62bb1 77.43%, #ea2d9c 88.9%, #da435a 100%);
        background: -o-linear-gradient(left, #437fe5 0%, #8f54dd 16.23%, #ba3cd9 38.7%, #de27d5 57.78%, #e62bb1 77.43%, #ea2d9c 88.9%, #da435a 100%);
        background: linear-gradient(90deg, #437fe5 0%, #8f54dd 16.23%, #ba3cd9 38.7%, #de27d5 57.78%, #e62bb1 77.43%, #ea2d9c 88.9%, #da435a 100%);
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 8px 0;
        overflow: hidden;
        width: 100%; }
        .header-nav .header-nav-language-switch .header-nav-language-switch-list li {
          text-align: center; }
          .header-nav .header-nav-language-switch .header-nav-language-switch-list li:not(:last-child) {
            margin-bottom: 4px; }
  @media (max-width: 767px) {
    .header {
      padding-top: 0px;
      top: 0; }
      .header-logo {
        padding-top: 22px;
        padding-bottom: 16px;
        position: relative;
        text-align: left; }
        .header-logo img {
          margin: 0;
          max-width: 240px; }
      .header-menu-btn-wrap {
        display: block;
        position: absolute;
        top: 50%;
        right: 0px;
        z-index: 200;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
      .header-menu-btn {
        width: 48px;
        height: 48px;
        border: none;
        border-radius: 50%;
        background: -webkit-gradient(linear, left top, right top, from(#437fe5), color-stop(16.23%, #8f54dd), color-stop(38.7%, #ba3cd9), color-stop(57.78%, #de27d5), color-stop(77.43%, #e62bb1), color-stop(88.9%, #ea2d9c), to(#da435a));
        background: -webkit-linear-gradient(left, #437fe5 0%, #8f54dd 16.23%, #ba3cd9 38.7%, #de27d5 57.78%, #e62bb1 77.43%, #ea2d9c 88.9%, #da435a 100%);
        background: -o-linear-gradient(left, #437fe5 0%, #8f54dd 16.23%, #ba3cd9 38.7%, #de27d5 57.78%, #e62bb1 77.43%, #ea2d9c 88.9%, #da435a 100%);
        background: linear-gradient(90deg, #437fe5 0%, #8f54dd 16.23%, #ba3cd9 38.7%, #de27d5 57.78%, #e62bb1 77.43%, #ea2d9c 88.9%, #da435a 100%);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        cursor: pointer;
        position: relative;
        -webkit-transition: background 0.3s;
        -o-transition: background 0.3s;
        transition: background 0.3s;
        padding: 0; }
        .header-menu-btn .header-menu-btn-bar {
          position: absolute;
          left: 12px;
          right: 12px;
          height: 4px;
          background: #fff;
          border-radius: 2px;
          -webkit-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s; }
          .header-menu-btn .header-menu-btn-bar:nth-child(1) {
            top: 16px; }
          .header-menu-btn .header-menu-btn-bar:nth-child(2) {
            top: 22px; }
          .header-menu-btn .header-menu-btn-bar:nth-child(3) {
            top: 28px; }
        .header-menu-btn.active .header-menu-btn-bar:nth-child(1) {
          top: 22px;
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg); }
        .header-menu-btn.active .header-menu-btn-bar:nth-child(2) {
          opacity: 0; }
        .header-menu-btn.active .header-menu-btn-bar:nth-child(3) {
          top: 22px;
          -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }
      .header-nav {
        position: absolute;
        left: 0;
        width: 100%;
        border-radius: 0;
        padding: 40px 10px 10px;
        overflow-y: auto !important; }
        .header-nav .header-nav-list {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-align: start;
          -ms-flex-align: start;
          align-items: flex-start;
          gap: 0;
          padding: 0 10px; }
          .header-nav .header-nav-list .header-nav-list-item:first-child {
            margin-bottom: 18px; }
          .header-nav .header-nav-list .header-nav-list-item:not(:first-child) {
            padding-left: 14px;
            margin-bottom: 12px; }
          .header-nav .header-nav-list .header-nav-list-item a {
            font-size: 18px; }
          .header-nav .header-nav-list .header-nav-list-item.header-nav-language-switch {
            padding-top: 20px;
            padding-left: 0;
            margin-bottom: 0;
            width: 100%;
            -webkit-box-ordinal-group: 101;
            -ms-flex-order: 100;
            order: 100;
            position: relative;
            text-align: center; }
            .header-nav .header-nav-list .header-nav-list-item.header-nav-language-switch .header-nav-language-switch-btn {
              pointer-events: none;
              display: inline-block;
              font-size: 15px; }
              .header-nav .header-nav-list .header-nav-list-item.header-nav-language-switch .header-nav-language-switch-btn .icon--lang {
                width: 22px;
                height: 22px; }
              .header-nav .header-nav-list .header-nav-list-item.header-nav-language-switch .header-nav-language-switch-btn::after {
                display: none; }
            .header-nav .header-nav-list .header-nav-list-item.header-nav-language-switch .header-nav-language-switch-list {
              position: relative;
              background: none;
              display: -webkit-box !important;
              display: -ms-flexbox !important;
              display: flex !important;
              -webkit-box-orient: horizontal;
              -webkit-box-direction: normal;
              -ms-flex-direction: row;
              flex-direction: row;
              gap: 6px;
              padding: 10px 0; }
              .header-nav .header-nav-list .header-nav-list-item.header-nav-language-switch .header-nav-language-switch-list li {
                -webkit-box-flex: 1;
                -ms-flex: 1;
                flex: 1; }
                .header-nav .header-nav-list .header-nav-list-item.header-nav-language-switch .header-nav-language-switch-list li a {
                  width: 100%;
                  border-radius: 100px;
                  border: 1px solid #fff;
                  padding: 6px;
                  font-size: 13px; }
                  .header-nav .header-nav-list .header-nav-list-item.header-nav-language-switch .header-nav-language-switch-list li a.active {
                    background: #fff;
                    color: #9602BA; }
            .header-nav .header-nav-list .header-nav-list-item.header-nav-language-switch::before {
              content: "";
              position: absolute;
              top: 0;
              left: 50%;
              -webkit-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
              transform: translateX(-50%);
              bottom: 0;
              border-top: 1px dotted white;
              width: calc(100% + 20px); }
          .header-nav .header-nav-list .header-nav-list-item.tokyo-logo {
            margin-top: 16px;
            -webkit-box-ordinal-group: 102;
            -ms-flex-order: 101;
            order: 101;
            text-align: center;
            width: 100%;
            padding-left: 0;
            padding-top: 20px;
            position: relative; }
            .header-nav .header-nav-list .header-nav-list-item.tokyo-logo img {
              width: 100%;
              display: inline-block;
              max-width: 160px; }
            .header-nav .header-nav-list .header-nav-list-item.tokyo-logo::before {
              content: "";
              position: absolute;
              top: 0;
              left: 50%;
              -webkit-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
              transform: translateX(-50%);
              bottom: 0;
              border-top: 1px solid white;
              width: calc(100% + 20px); }
          .header-nav .header-nav-list .header-nav-list-item .header-nav-list-item-sns {
            margin-top: 18px;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: flex-start;
            gap: 0; }
            .header-nav .header-nav-list .header-nav-list-item .header-nav-list-item-sns li,
            .header-nav .header-nav-list .header-nav-list-item .header-nav-list-item-sns li a {
              font-size: 15px; }
            .header-nav .header-nav-list .header-nav-list-item .header-nav-list-item-sns li:first-child {
              margin-bottom: 15px; }
            .header-nav .header-nav-list .header-nav-list-item .header-nav-list-item-sns li:not(:first-child) {
              margin-bottom: 10px;
              padding-left: 15px; }
            .header-nav .header-nav-list .header-nav-list-item .header-nav-list-item-sns li a {
              font-weight: normal;
              text-decoration: underline; } }

.header::before {
  opacity: 0;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  content: "";
  background: -webkit-radial-gradient(50% 50%, circle farthest-side, #1e2c5a 0%, #1e2c5a 2.5%, #1c2954 15%, #121a36 35%, #0a0f1e 55%, #000000 75%, #000000 100%);
  background: -o-radial-gradient(50% 50%, circle farthest-side, #1e2c5a 0%, #1e2c5a 2.5%, #1c2954 15%, #121a36 35%, #0a0f1e 55%, #000000 75%, #000000 100%);
  background: radial-gradient(circle farthest-side at 50% 50%, #1e2c5a 0%, #1e2c5a 2.5%, #1c2954 15%, #121a36 35%, #0a0f1e 55%, #000000 75%, #000000 100%); }

.spMenu-open .header::before {
  opacity: 1; }

.footer-section {
  background-color: #eae9e6;
  position: relative; }
  .footer-section::before {
    content: '';
    background: url("assets/img/common/footer-deco.png") no-repeat center top;
    background-size: cover;
    width: 100%;
    padding-top: 18%;
    display: block; }
    @media (max-width: 767px) {
      .footer-section::before {
        background-image: url("assets/img/common/footer-deco-sp.png");
        padding-top: 35%; } }

.footer {
  background-image: -webkit-radial-gradient(50% 50%, circle farthest-side, #1e2c5a 0%, #1e2c5a 2.5%, #1c2954 7.5%, #121a36 15.5%, #0a0f1e 25%, #000000 35%, #000000 100%), url("assets/img/common/footer-bg-pc.png");
  background-image: -o-radial-gradient(50% 50%, circle farthest-side, #1e2c5a 0%, #1e2c5a 2.5%, #1c2954 7.5%, #121a36 15.5%, #0a0f1e 25%, #000000 35%, #000000 100%), url("assets/img/common/footer-bg-pc.png");
  background-image: radial-gradient(circle farthest-side at 50% 50%, #1e2c5a 0%, #1e2c5a 2.5%, #1c2954 7.5%, #121a36 15.5%, #0a0f1e 25%, #000000 35%, #000000 100%), url("assets/img/common/footer-bg-pc.png");
  padding-top: 56px;
  padding-bottom: 114px;
  position: relative;
  z-index: 0;
  background-blend-mode: screen;
  background-size: cover;
  background-position: center; }
  @media (max-width: 767px) {
    .footer {
      background-image: -webkit-radial-gradient(50% 50%, circle farthest-side, #1e2c5a 0%, #1e2c5a 2.5%, #1c2954 7.5%, #121a36 15.5%, #0a0f1e 25%, #000000 35%, #000000 100%), url(assets/img/common/footer-bg-sp.png);
      background-image: -o-radial-gradient(50% 50%, circle farthest-side, #1e2c5a 0%, #1e2c5a 2.5%, #1c2954 7.5%, #121a36 15.5%, #0a0f1e 25%, #000000 35%, #000000 100%), url(assets/img/common/footer-bg-sp.png);
      background-image: radial-gradient(circle farthest-side at 50% 50%, #1e2c5a 0%, #1e2c5a 2.5%, #1c2954 7.5%, #121a36 15.5%, #0a0f1e 25%, #000000 35%, #000000 100%), url(assets/img/common/footer-bg-sp.png);
      background-size: cover, 80vw 92vw;
      background-repeat: no-repeat;
      background-position: center center, 35vw 0px;
      padding-bottom: 40px; } }
  .footer-inner {
    z-index: 1;
    position: relative;
    padding-left: 16px;
    padding-right: 16px;
    display: -ms-grid;
    display: grid;
    grid-template-areas: "logo sns" "nav sns" "copy copy"; }
    @media (max-width: 767px) {
      .footer-inner {
        grid-template-areas: "logo" "sns" "nav" "tokyo" "copy"; } }
  .footer-logo {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: logo;
    width: 340px;
    margin-bottom: 24px; }
    @media (max-width: 767px) {
      .footer-logo {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 16px; } }
  .footer-tokyoLogo {
    position: absolute;
    right: 16px;
    top: 0;
    width: 204px; }
    @media (max-width: 767px) {
      .footer-tokyoLogo {
        position: static;
        grid-area: "tokyo";
        width: 50%;
        max-width: 220px;
        -ms-grid-row-align: center;
        align-self: center;
        margin-left: auto;
        margin-right: auto;
        margin-top: 24px; } }
  .footer-nav {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    grid-area: nav; }
    .footer-nav-list {
      padding-left: 136px; }
      @media (max-width: 767px) {
        .footer-nav-list {
          padding-left: 12px; } }
      .footer-nav-list-item {
        margin-bottom: 2px; }
        @media (max-width: 767px) {
          .footer-nav-list-item {
            margin-bottom: 4px; } }
      .footer-nav-list-item--top {
        margin-left: -58px;
        margin-bottom: 10px; }
        @media (max-width: 767px) {
          .footer-nav-list-item--top {
            margin-left: -12px; } }
      .footer-nav-list-item--policy {
        margin-top: 26px; }
        @media (max-width: 767px) {
          .footer-nav-list-item--policy {
            margin-top: 20px; } }
        .footer-nav-list-item--policy-pdf {
          border: 1px solid #fff;
          line-height: 1;
          padding: 0px 6px;
          margin-left: 8px;
          font-size: 10px; }
    .footer-nav a {
      font-size: 15px;
      font-weight: 500;
      color: #fff;
      -webkit-transition: .25s;
      -o-transition: .25s;
      transition: .25s;
      text-decoration: underline; }
      .footer-nav a:hover {
        color: #9602ba; }
  .footer-snsNav {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
    grid-area: sns;
    -ms-grid-column-align: end;
    justify-self: end;
    gap: 16px;
    -ms-grid-row-align: end;
    align-self: end;
    padding-right: 32px; }
    @media (max-width: 767px) {
      .footer-snsNav {
        padding-right: 0;
        -ms-grid-column-align: center;
        justify-self: center;
        margin-top: 16px;
        margin-bottom: 30px; } }
    .footer-snsNav-title {
      font-size: 14px;
      margin-bottom: 14px; }
    .footer-snsNav-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      gap: 20px; }
      .footer-snsNav-list a {
        -webkit-transition: .1s;
        -o-transition: .1s;
        transition: .1s;
        display: block; }
        @media (hover: hover) {
          .footer-snsNav-list a:hover {
            -webkit-transform: scale(0.95);
            -ms-transform: scale(0.95);
            transform: scale(0.95); } }
  .footer-copy {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    margin-top: 66px;
    grid-area: copy;
    font-size: 14px;
    text-align: center;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4px; }
  @media (max-width: 767px){
      .footer-logo {
    -ms-grid-row: 1;
    -ms-grid-column: 1; }
      .footer-nav {
    -ms-grid-row: 3;
    -ms-grid-column: 1; }
      .footer-snsNav {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1; }
      .footer-copy {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1; } }
    @media (max-width: 767px) {
      .footer-copy {
        margin-top: 20px; } }
    @media (max-width: 767px) {
      .footer-copy-text {
        font-size: 10px; } }
    .footer-copy-licence {
      margin-top: 28px;
      font-weight: 500;
      font-size: 13px; }
      @media (max-width: 767px) {
        .footer-copy-licence {
          margin-top: 20px; } }

.main-visual {
  color: #fff;
  min-height: 460px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: -5%;
  margin-bottom: -5%;
  background-color: #000; }
  @media (max-width: 767px) {
    .main-visual {
      margin-top: 0;
      min-height: 268px;
      margin-bottom: -5%; }
      .main-visual-title {
        font-size: 40px; } }
  .main-visual > .l-container-sm {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    z-index: 0; }
    .main-visual > .l-container-sm:before, .main-visual > .l-container-sm:after {
      content: "";
      position: absolute;
      top: 50%;
      z-index: 1;
      pointer-events: none;
      mix-blend-mode: screen; }
    .main-visual > .l-container-sm:before {
      background: url("assets/img/top/main-visual-deco-left.png") no-repeat center;
      background-size: contain;
      -webkit-transform: translate(-33%, -50%);
      -ms-transform: translate(-33%, -50%);
      transform: translate(-33%, -50%);
      width: 452px;
      height: 334px;
      left: 0; }
      @media (max-width: 767px) {
        .main-visual > .l-container-sm:before {
          width: 216px;
          height: 160px;
          top: unset;
          bottom: 0;
          -webkit-transform: translate(-33%, 10%);
          -ms-transform: translate(-33%, 10%);
          transform: translate(-33%, 10%); } }
    .main-visual > .l-container-sm:after {
      background: url("assets/img/top/main-visual-deco-right.png") no-repeat center;
      background-size: contain;
      right: 0;
      left: unset;
      -webkit-transform: translate(33%, -50%);
      -ms-transform: translate(33%, -50%);
      transform: translate(33%, -50%);
      width: 462px;
      height: 396px; }
      @media (max-width: 767px) {
        .main-visual > .l-container-sm:after {
          top: unset;
          bottom: 0;
          width: 226px;
          height: 166px;
          -webkit-transform: translate(33%, 10%);
          -ms-transform: translate(33%, 10%);
          transform: translate(33%, 10%); } }
  .main-visual-title {
    font-size: 80px;
    line-height: 1;
    text-align: center;
    position: relative; }
    .main-visual-title::before {
      position: absolute;
      background: url("assets/img/common/main-visual-deco.png") no-repeat center;
      background-size: contain;
      content: "";
      width: 30vw;
      height: 30vw;
      top: -25%;
      left: -30%;
      display: block;
      z-index: -1; }
      @media (max-width: 767px) {
        .main-visual-title::before {
          background-image: url("assets/img/common/main-visual-deco-sp.png");
          width: 75vw;
          height: 75vw;
          top: -35vw;
          left: unset;
          right: 50%; } }
    .main-visual-title-img {
      position: relative;
      width: 560px;
      background-image: url("assets/img/top/kv.png");
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      margin: 0 auto;
      mix-blend-mode: screen;
      z-index: -1;
      margin-top: -20px; }
      @media (min-width: 768px) and (max-width: 1200px) {
        .main-visual-title-img {
          width: 520px; } }
      @media (max-width: 767px) {
        .main-visual-title-img {
          width: 72%;
          margin-top: 0;
          min-width: 320px; } }
      .main-visual-title-img:before {
        content: "";
        display: block;
        padding-top: 122%;
        width: 100%; }

.darkbg-section {
  color: #fff;
  position: relative;
  background: -webkit-radial-gradient(50% 50%, circle farthest-side, #1e2c5a 0%, #1e2c5a 2.5%, #1c2954 15%, #121a36 35%, #0a0f1e 55%, #000000 75%, #000000 100%);
  background: -o-radial-gradient(50% 50%, circle farthest-side, #1e2c5a 0%, #1e2c5a 2.5%, #1c2954 15%, #121a36 35%, #0a0f1e 55%, #000000 75%, #000000 100%);
  background: radial-gradient(circle farthest-side at 50% 50%, #1e2c5a 0%, #1e2c5a 2.5%, #1c2954 15%, #121a36 35%, #0a0f1e 55%, #000000 75%, #000000 100%);
  padding-bottom: 40px; }
  @media (max-width: 767px) {
    .darkbg-section {
      background: -webkit-radial-gradient(50% 50%, circle farthest-side, #1e2c5a 0%, #1c2954 2.5%, #1c2954 15%, #121a36 35%, #121a36 55%, #0a0f1e 75%, #000000 100%);
      background: -o-radial-gradient(50% 50%, circle farthest-side, #1e2c5a 0%, #1c2954 2.5%, #1c2954 15%, #121a36 35%, #121a36 55%, #0a0f1e 75%, #000000 100%);
      background: radial-gradient(circle farthest-side at 50% 50%, #1e2c5a 0%, #1c2954 2.5%, #1c2954 15%, #121a36 35%, #121a36 55%, #0a0f1e 75%, #000000 100%); } }
  .darkbg-section-item {
    position: relative;
    z-index: 1; }
    .darkbg-section-item .darkbg-section-item-inner {
      text-align: center;
      background: rgba(255, 255, 255, 0.25);
      padding-left: 26px;
      padding-right: 26px;
      padding-bottom: 26px;
      position: relative;
      z-index: 1; }
      @media (max-width: 767px) {
        .darkbg-section-item .darkbg-section-item-inner {
          padding-left: 10px;
          padding-right: 10px; } }
    .darkbg-section-item .darkbg-section-title {
      -webkit-transform: translateY(-16px);
      -ms-transform: translateY(-16px);
      transform: translateY(-16px);
      margin-bottom: 20px; }
      @media (max-width: 767px) {
        .darkbg-section-item .darkbg-section-title {
          margin-bottom: 0;
          -webkit-transform: translateY(-20px);
          -ms-transform: translateY(-20px);
          transform: translateY(-20px); } }
      .darkbg-section-item .darkbg-section-title .darkbg-section-title-main {
        font-size: 54px;
        margin-bottom: 4px;
        line-height: 1; }
        @media (max-width: 767px) {
          .darkbg-section-item .darkbg-section-title .darkbg-section-title-main {
            font-size: 38px; } }
      .darkbg-section-item .darkbg-section-title .darkbg-section-title-sub {
        line-height: 1;
        font-size: 22px; }
        @media (max-width: 767px) {
          .darkbg-section-item .darkbg-section-title .darkbg-section-title-sub {
            font-size: 18px; } }
    .darkbg-section-item .darkbg-section-text {
      font-weight: 500; }
    .darkbg-section-item + .darkbg-section-item {
      margin-top: 80px; }
  .darkbg-section::after {
    content: "";
    background-image: url("assets/img/top/top-sec01-tree.png");
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    height: 50%;
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat; }
    @media (max-width: 767px) {
      .darkbg-section::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 100%;
        height: 50%;
        display: block;
        background: -webkit-linear-gradient(bottom, #000000 0%, #000000 200px, rgba(0, 0, 0, 0) 200px, rgba(0, 0, 0, 0) 100%), url("assets/img/top/top-sec01-tree.png") 16% calc(100% - 200px)/350vw no-repeat;
        background: -o-linear-gradient(bottom, #000000 0%, #000000 200px, rgba(0, 0, 0, 0) 200px, rgba(0, 0, 0, 0) 100%), url("assets/img/top/top-sec01-tree.png") 16% calc(100% - 200px)/350vw no-repeat;
        background: linear-gradient(to top, #000000 0%, #000000 200px, rgba(0, 0, 0, 0) 200px, rgba(0, 0, 0, 0) 100%), url("assets/img/top/top-sec01-tree.png") 16% calc(100% - 200px)/350vw no-repeat; } }
  .darkbg-section .top-concept.darkbg-section-item .darkbg-section-title-wrap {
    margin-bottom: 40px; }
    @media (max-width: 767px) {
      .darkbg-section .top-concept.darkbg-section-item .darkbg-section-title-wrap {
        margin-bottom: 0px; } }
  .darkbg-section .top-concept.darkbg-section-item .darkbg-section-text {
    margin: 0 auto 20px; }
  .darkbg-section .top-musician-artist-list {
    margin-top: 30px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 20px; }
    .darkbg-section .top-musician-artist-list .top-musician-artist-list-item {
      display: -ms-grid;
      display: grid;
      grid-template-areas: "img name" "text text";
      -ms-grid-columns: minmax(140px, 36%) 16px 1fr;
      grid-template-columns: minmax(140px, 36%) 1fr;
      -ms-grid-rows: min-content;
      grid-template-rows: -webkit-min-content;
      grid-template-rows: min-content;
      gap: 0 16px; }
      .darkbg-section .top-musician-artist-list .top-musician-artist-list-item .top-musician-artist-list-item-img {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
        grid-area: img; }
      .darkbg-section .top-musician-artist-list .top-musician-artist-list-item .top-musician-artist-list-item-name {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
        grid-area: name;
        text-align: left;
        -ms-grid-row-align: center;
        align-self: center;
        font-size: 20px;
        font-weight: 700; }
      .darkbg-section .top-musician-artist-list .top-musician-artist-list-item .top-musician-artist-list-item-text {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
        -ms-grid-column-span: 3;
        text-align: left;
        grid-area: text;
        font-size: 13px;
        padding: 13px;
        background: -webkit-gradient(linear, left top, right top, from(rgba(67, 127, 229, 0.4)), color-stop(16.23%, rgba(143, 84, 221, 0.4)), color-stop(38.7%, rgba(186, 60, 217, 0.4)), color-stop(57.78%, rgba(222, 39, 213, 0.4)), color-stop(77.43%, rgba(230, 43, 177, 0.4)), color-stop(88.9%, rgba(234, 45, 156, 0.4)), to(rgba(218, 67, 90, 0.4)));
        background: -webkit-linear-gradient(left, rgba(67, 127, 229, 0.4) 0%, rgba(143, 84, 221, 0.4) 16.23%, rgba(186, 60, 217, 0.4) 38.7%, rgba(222, 39, 213, 0.4) 57.78%, rgba(230, 43, 177, 0.4) 77.43%, rgba(234, 45, 156, 0.4) 88.9%, rgba(218, 67, 90, 0.4) 100%);
        background: -o-linear-gradient(left, rgba(67, 127, 229, 0.4) 0%, rgba(143, 84, 221, 0.4) 16.23%, rgba(186, 60, 217, 0.4) 38.7%, rgba(222, 39, 213, 0.4) 57.78%, rgba(230, 43, 177, 0.4) 77.43%, rgba(234, 45, 156, 0.4) 88.9%, rgba(218, 67, 90, 0.4) 100%);
        background: linear-gradient(90deg, rgba(67, 127, 229, 0.4) 0%, rgba(143, 84, 221, 0.4) 16.23%, rgba(186, 60, 217, 0.4) 38.7%, rgba(222, 39, 213, 0.4) 57.78%, rgba(230, 43, 177, 0.4) 77.43%, rgba(234, 45, 156, 0.4) 88.9%, rgba(218, 67, 90, 0.4) 100%);
        font-weight: 500;
        margin-left: 70px;
        margin-top: -70px; }
    @media (max-width: 767px) {
      .darkbg-section .top-musician-artist-list {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        margin-top: 10px; }
        .darkbg-section .top-musician-artist-list .top-musician-artist-list-item {
          padding-left: 10px;
          padding-right: 10px; }
          .darkbg-section .top-musician-artist-list .top-musician-artist-list-item .top-musician-artist-list-item-text {
            font-size: 12px;
            padding: 12px;
            margin-left: 30px;
            margin-top: -24px; } }

.lightbg-section {
  color: #000;
  position: relative;
  background: #eae9e6;
  padding-bottom: 40px;
  padding-top: 80px; }
  @media (max-width: 767px) {
    .lightbg-section {
      padding-top: 40px; } }
  .lightbg-section::before {
    content: '';
    position: absolute;
    top: 8px;
    right: -8%;
    bottom: 0;
    z-index: 0;
    background: url("assets/img/top/illumination-spot-deco01.png") no-repeat center top;
    background-size: contain;
    width: 33%;
    z-index: 0;
    max-width: 536px; }
    @media (max-width: 767px) {
      .lightbg-section::before {
        width: 100%;
        right: -75%;
        top: 80px; } }
  .lightbg-section-item .lightbg-section-item-inner {
    text-align: center;
    background: rgba(255, 255, 255, 0.25);
    padding-left: 26px;
    padding-right: 26px;
    padding-bottom: 26px;
    position: relative;
    z-index: 1; }
    @media (max-width: 767px) {
      .lightbg-section-item .lightbg-section-item-inner {
        padding-left: 10px;
        padding-right: 10px; } }
  .lightbg-section-item .lightbg-section-title {
    margin-bottom: 24px; }
    .lightbg-section-item .lightbg-section-title .lightbg-section-title-main {
      font-size: 42px;
      margin-bottom: 8px;
      line-height: 1; }
      @media (max-width: 767px) {
        .lightbg-section-item .lightbg-section-title .lightbg-section-title-main {
          font-size: 30px;
          margin-bottom: 8px; } }
    .lightbg-section-item .lightbg-section-title .lightbg-section-title-sub {
      line-height: 1;
      font-size: 20px;
      color: #9602ba;
      margin-top: 14px; }
      @media (max-width: 767px) {
        .lightbg-section-item .lightbg-section-title .lightbg-section-title-sub {
          font-size: 15px;
          margin-top: 8px; } }
  .lightbg-section-item .lightbg-section-text {
    font-weight: 500; }
  .lightbg-section-item + .lightbg-section-item {
    margin-top: 80px; }
    @media (max-width: 767px) {
      .lightbg-section-item + .lightbg-section-item {
        margin-top: 48px; } }
  .lightbg-section-bnr-area {
    width: 100%;
    margin-top: 36px; }
  .lightbg-section-border {
    position: relative;
    height: 2px;
    background: repeating-linear-gradient(to right, #eae9e6 0 2px, transparent 2px 4px), -webkit-gradient(linear, left top, right top, from(#4f8cff), to(#ff4fa3));
    background: -webkit-repeating-linear-gradient(left, #eae9e6 0 2px, transparent 2px 4px), -webkit-linear-gradient(left, #4f8cff, #ff4fa3);
    background: -o-repeating-linear-gradient(left, #eae9e6 0 2px, transparent 2px 4px), -o-linear-gradient(left, #4f8cff, #ff4fa3);
    background: repeating-linear-gradient(to right, #eae9e6 0 2px, transparent 2px 4px), linear-gradient(to right, #4f8cff, #ff4fa3); }
  .lightbg-section-bnr {
    display: block;
    max-width: 250px;
    margin: 36px auto 0;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s; }
    @media (hover: hover) {
      .lightbg-section-bnr:hover {
        -webkit-transform: scale(0.95);
        -ms-transform: scale(0.95);
        transform: scale(0.95); } }
    .lightbg-section-bnr img {
      display: block;
      width: 100%; }

.title-gradient {
  position: relative;
  text-align: center;
  font-weight: 500; }
  .title-gradient:before, .title-gradient:after {
    z-index: -1;
    content: attr(data-title);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1.002);
    -ms-transform: translate(-50%, -50%) scale(1.002);
    transform: translate(-50%, -50%) scale(1.002);
    -webkit-filter: blur(6px);
    filter: blur(6px);
    opacity: 1;
    background: -webkit-gradient(linear, left top, right top, from(#437fe5), color-stop(16.23%, #8f54dd), color-stop(38.7%, #ba3cd9), color-stop(57.78%, #de27d5), color-stop(77.43%, #e62bb1), color-stop(88.9%, #ea2d9c), to(#da435a));
    background: -webkit-linear-gradient(left, #437fe5 0%, #8f54dd 16.23%, #ba3cd9 38.7%, #de27d5 57.78%, #e62bb1 77.43%, #ea2d9c 88.9%, #da435a 100%);
    background: -o-linear-gradient(left, #437fe5 0%, #8f54dd 16.23%, #ba3cd9 38.7%, #de27d5 57.78%, #e62bb1 77.43%, #ea2d9c 88.9%, #da435a 100%);
    background: linear-gradient(90deg, #437fe5 0%, #8f54dd 16.23%, #ba3cd9 38.7%, #de27d5 57.78%, #e62bb1 77.43%, #ea2d9c 88.9%, #da435a 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%; }
  .title-gradient-base {
    color: #fff;
    position: relative;
    display: block; }
    .title-gradient-base:before, .title-gradient-base:after {
      z-index: -1;
      content: attr(data-title);
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%) scale(1.002);
      -ms-transform: translate(-50%, -50%) scale(1.002);
      transform: translate(-50%, -50%) scale(1.002);
      -webkit-filter: blur(6px);
      filter: blur(6px);
      opacity: .5;
      background: -webkit-gradient(linear, left top, right top, from(#437fe5), color-stop(16.23%, #8f54dd), color-stop(38.7%, #ba3cd9), color-stop(57.78%, #de27d5), color-stop(77.43%, #e62bb1), color-stop(88.9%, #ea2d9c), to(#da435a));
      background: -webkit-linear-gradient(left, #437fe5 0%, #8f54dd 16.23%, #ba3cd9 38.7%, #de27d5 57.78%, #e62bb1 77.43%, #ea2d9c 88.9%, #da435a 100%);
      background: -o-linear-gradient(left, #437fe5 0%, #8f54dd 16.23%, #ba3cd9 38.7%, #de27d5 57.78%, #e62bb1 77.43%, #ea2d9c 88.9%, #da435a 100%);
      background: linear-gradient(90deg, #437fe5 0%, #8f54dd 16.23%, #ba3cd9 38.7%, #de27d5 57.78%, #e62bb1 77.43%, #ea2d9c 88.9%, #da435a 100%);
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content;
      max-width: 100%; }
  .title-gradient--black .title-gradient-base {
    color: #000; }
  .title-gradient--black:before, .title-gradient--black:after {
    opacity: .6; }

.title-decoration-border {
  height: 4px;
  width: 90px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  background: -webkit-gradient(linear, left top, right top, from(#437fe5), color-stop(16.23%, #8f54dd), color-stop(38.7%, #ba3cd9), color-stop(57.78%, #de27d5), color-stop(77.43%, #e62bb1), color-stop(88.9%, #ea2d9c), to(#da435a));
  background: -webkit-linear-gradient(left, #437fe5 0%, #8f54dd 16.23%, #ba3cd9 38.7%, #de27d5 57.78%, #e62bb1 77.43%, #ea2d9c 88.9%, #da435a 100%);
  background: -o-linear-gradient(left, #437fe5 0%, #8f54dd 16.23%, #ba3cd9 38.7%, #de27d5 57.78%, #e62bb1 77.43%, #ea2d9c 88.9%, #da435a 100%);
  background: linear-gradient(90deg, #437fe5 0%, #8f54dd 16.23%, #ba3cd9 38.7%, #de27d5 57.78%, #e62bb1 77.43%, #ea2d9c 88.9%, #da435a 100%); }

.title-subpage-h2 {
  font-size: 26px;
  text-align: center;
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 24px; }
  @media (max-width: 767px) {
    .title-subpage-h2 {
      font-size: 24px;
      padding-bottom: 8px;
      margin-bottom: 16px; } }
  .title-subpage-h2:after {
    content: '';
    display: block;
    width: 90px;
    height: 4px;
    background: -webkit-gradient(linear, left top, right top, from(#437fe5), color-stop(16.23%, #8f54dd), color-stop(38.7%, #ba3cd9), color-stop(57.78%, #de27d5), color-stop(77.43%, #e62bb1), color-stop(88.9%, #ea2d9c), to(#da435a));
    background: -webkit-linear-gradient(left, #437fe5 0%, #8f54dd 16.23%, #ba3cd9 38.7%, #de27d5 57.78%, #e62bb1 77.43%, #ea2d9c 88.9%, #da435a 100%);
    background: -o-linear-gradient(left, #437fe5 0%, #8f54dd 16.23%, #ba3cd9 38.7%, #de27d5 57.78%, #e62bb1 77.43%, #ea2d9c 88.9%, #da435a 100%);
    background: linear-gradient(90deg, #437fe5 0%, #8f54dd 16.23%, #ba3cd9 38.7%, #de27d5 57.78%, #e62bb1 77.43%, #ea2d9c 88.9%, #da435a 100%);
    position: absolute;
    bottom: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    @media (max-width: 767px) {
      .title-subpage-h2:after {
        width: 45px;
        height: 2px;
        bottom: 4px; } }

.title-has-bg-gradient {
  font-size: 24px;
  display: inline;
  color: #fff;
  line-height: 2.6em;
  /* グラデ内の余白 */
  padding: 0.4em 1.6em .4em 1em;
  background: -webkit-gradient(linear, left top, right top, from(#437fe5), color-stop(16.23%, #8f54dd), color-stop(38.7%, #ba3cd9), color-stop(57.78%, #de27d5), color-stop(77.43%, #e62bb1), color-stop(88.9%, #ea2d9c), to(#da435a));
  background: -webkit-linear-gradient(left, #437fe5 0%, #8f54dd 16.23%, #ba3cd9 38.7%, #de27d5 57.78%, #e62bb1 77.43%, #ea2d9c 88.9%, #da435a 100%);
  background: -o-linear-gradient(left, #437fe5 0%, #8f54dd 16.23%, #ba3cd9 38.7%, #de27d5 57.78%, #e62bb1 77.43%, #ea2d9c 88.9%, #da435a 100%);
  background: linear-gradient(90deg, #437fe5 0%, #8f54dd 16.23%, #ba3cd9 38.7%, #de27d5 57.78%, #e62bb1 77.43%, #ea2d9c 88.9%, #da435a 100%);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone; }
  @media (max-width: 767px) {
    .title-has-bg-gradient {
      font-size: 18px;
      padding: .4em 1.6em .4em .5em; } }

.illuminations-slick {
  width: 100dvw;
  margin-left: calc(50% - 50dvw); }
  .illuminations-slick-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .illuminations-slick-list:not(.slick-initialized) {
      gap: 16px;
      max-width: 1040px;
      margin-left: auto;
      margin-right: auto;
      padding: 0 20px; }
    .illuminations-slick-list-item {
      padding-left: 8px;
      padding-right: 8px;
      width: 100%; }
      .illuminations-slick-list-item-link {
        display: block;
        padding: 22px 28px;
        -webkit-transition: .25s;
        -o-transition: .25s;
        transition: .25s;
        height: 100%; }
        @media (max-width: 767px) {
          .illuminations-slick-list-item-link {
            padding: 14px 20px; } }
        .illuminations-slick-list-item-link-title {
          margin-top: 4px;
          font-size: 20px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          gap: 6px; }
          @media (max-width: 767px) {
            .illuminations-slick-list-item-link-title {
              font-size: 18px; } }
          .illuminations-slick-list-item-link-title .icon-circlebg {
            width: 1em;
            height: 1em;
            min-width: 1em; }
        @media (hover: hover) {
          .illuminations-slick-list-item-link .icon-circlebg {
            -webkit-transition: .25s;
            -o-transition: .25s;
            transition: .25s; }
          .illuminations-slick-list-item-link:hover .icon-circlebg {
            background-color: black; } }
  .illuminations-slick .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .illuminations-slick .slick-track .slick-slide {
      height: auto !important; }

.news-list-wrapper {
  position: relative; }
  .news-list-wrapper::before, .news-list-wrapper::after {
    content: "";
    position: absolute;
    bottom: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
    background-position: center bottom; }
  .news-list-wrapper::before {
    -webkit-transform: translate(-50%, 8px);
    -ms-transform: translate(-50%, 8px);
    transform: translate(-50%, 8px);
    width: 240px;
    height: 122px;
    left: 25%;
    bottom: 100%;
    background-image: url("assets/img/top/news-list-deco01.png"); }
  .news-list-wrapper::after {
    -webkit-transform: translate(-10%, 1px);
    -ms-transform: translate(-10%, 1px);
    transform: translate(-10%, 1px);
    width: 198px;
    height: 118px;
    right: 0;
    background-image: url("assets/img/top/news-list-deco02.png"); }
  @media (max-width: 767px) {
    .news-list-wrapper:before {
      width: 25vw;
      height: 25vw;
      left: 20%;
      -webkit-transform: translate(-50%, 4px);
      -ms-transform: translate(-50%, 4px);
      transform: translate(-50%, 4px); }
    .news-list-wrapper::after {
      width: 20vw;
      height: 20vw; } }

.news-list-inner {
  padding: 40px 32px; }
  @media (max-width: 767px) {
    .news-list-inner {
      padding: 20px 12px; } }

.news-list-item:not(:first-child) {
  border-top: dotted 1px #9602ba;
  padding-top: 12px;
  margin-top: 12px; }

.news-list-item-title {
  font-weight: bold;
  color: #9602ba;
  margin-top: 4px;
  margin-bottom: 4px; }
  @media (max-width: 767px) {
    .news-list-item-title {
      margin-bottom: 0;
      margin-top: 0; } }

.news-list-item-description {
  font-size: 14px; }
  @media (max-width: 767px) {
    .news-list-item-description {
      font-size: 13px; } }

.news-list-item-date {
  font-size: 14px;
  font-weight: 500; }
  @media (max-width: 767px) {
    .news-list-item-date {
      font-size: 12px; } }

.news-list-more-btn {
  background: -webkit-gradient(linear, left top, right top, from(#437fe5), color-stop(16.23%, #8f54dd), color-stop(38.7%, #ba3cd9), color-stop(57.78%, #de27d5), color-stop(77.43%, #e62bb1), color-stop(88.9%, #ea2d9c), to(#da435a));
  background: -webkit-linear-gradient(left, #437fe5 0%, #8f54dd 16.23%, #ba3cd9 38.7%, #de27d5 57.78%, #e62bb1 77.43%, #ea2d9c 88.9%, #da435a 100%);
  background: -o-linear-gradient(left, #437fe5 0%, #8f54dd 16.23%, #ba3cd9 38.7%, #de27d5 57.78%, #e62bb1 77.43%, #ea2d9c 88.9%, #da435a 100%);
  background: linear-gradient(90deg, #437fe5 0%, #8f54dd 16.23%, #ba3cd9 38.7%, #de27d5 57.78%, #e62bb1 77.43%, #ea2d9c 88.9%, #da435a 100%);
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
  display: block;
  width: 100%;
  cursor: pointer;
  color: #fff;
  font-weight: bold;
  padding: 8px; }
  .news-list-more-btn:before {
    content: "more"; }
  .news-list-more-btn-icon {
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    margin-left: 8px;
    border-radius: 100px;
    background: #fff;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    display: inline-block;
    position: relative; }
    @media (max-width: 767px) {
      .news-list-more-btn-icon {
        margin-left: 4px;
        vertical-align: sub; } }
    .news-list-more-btn-icon:before, .news-list-more-btn-icon:after {
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s;
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      background: #9602ba;
      width: 8px;
      height: 2px;
      border-radius: 1px; }
    .news-list-more-btn-icon:before {
      -webkit-transform: translate(-50%, -50%) rotate(0deg);
      -ms-transform: translate(-50%, -50%) rotate(0deg);
      transform: translate(-50%, -50%) rotate(0deg); }
    .news-list-more-btn-icon:after {
      -webkit-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
      transform: translate(-50%, -50%) rotate(90deg); }
  .news-list-more-btn.active:before {
    content: "close"; }
  .news-list-more-btn.active .news-list-more-btn-icon:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg); }
  .news-list-more-btn.active .news-list-more-btn-icon:after {
    -webkit-transform: translate(-50%, -50%) rotate(135deg);
    -ms-transform: translate(-50%, -50%) rotate(135deg);
    transform: translate(-50%, -50%) rotate(135deg); }
  @media (hover: hover) {
    .news-list-more-btn:hover i {
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg); } }

.sponsor-list {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px 24px; }
  @media (max-width: 767px) {
    .sponsor-list {
      grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
      gap: 12px 16px; } }
  .sponsor-list-item {
    background: #fff; }
    .sponsor-list-item .sponsor-list-link {
      display: block;
      position: relative;
      overflow: hidden;
      -webkit-transition: .2s;
      -o-transition: .2s;
      transition: .2s; }
      @media (hover: hover) {
        .sponsor-list-item .sponsor-list-link:hover {
          -webkit-transform: scale(0.95);
          -ms-transform: scale(0.95);
          transform: scale(0.95); } }
      .sponsor-list-item .sponsor-list-link:before {
        content: "";
        display: block;
        padding-top: 42.5%; }
      .sponsor-list-item .sponsor-list-link .sponsor-list-img {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: center center;
        object-position: center center;
        position: absolute;
        padding: 24px 48px; }
        @media (max-width: 767px) {
          .sponsor-list-item .sponsor-list-link .sponsor-list-img {
            padding: 10% 20%; } }

.subpage-main {
  background-color: #eae9e6;
  color: #000; }

.subpage-h1 {
  background-color: #000;
  position: relative;
  color: #fff; }
  .subpage-h1::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: -webkit-radial-gradient(50% 45%, circle closest-side, #293a70 0%, #2e3d6e 2.5%, #32406d 20%, #222c4d 50%, #0a0f1e 100%, rgba(0, 0, 0, 0) 150%, rgba(0, 0, 0, 0) 100%);
    background: -o-radial-gradient(50% 45%, circle closest-side, #293a70 0%, #2e3d6e 2.5%, #32406d 20%, #222c4d 50%, #0a0f1e 100%, rgba(0, 0, 0, 0) 150%, rgba(0, 0, 0, 0) 100%);
    background: radial-gradient(circle closest-side at 50% 45%, #293a70 0%, #2e3d6e 2.5%, #32406d 20%, #222c4d 50%, #0a0f1e 100%, rgba(0, 0, 0, 0) 150%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1; }
    @media (max-width: 767px) {
      .subpage-h1::before {
        background: -webkit-radial-gradient(50% 38%, circle closest-side, #293a70 0%, #2e3d6e 2.5%, #32406d 20%, #222c4d 50%, #0a0f1e 100%, rgba(0, 0, 0, 0) 150%, rgba(0, 0, 0, 0) 100%);
        background: -o-radial-gradient(50% 38%, circle closest-side, #293a70 0%, #2e3d6e 2.5%, #32406d 20%, #222c4d 50%, #0a0f1e 100%, rgba(0, 0, 0, 0) 150%, rgba(0, 0, 0, 0) 100%);
        background: radial-gradient(circle closest-side at 50% 38%, #293a70 0%, #2e3d6e 2.5%, #32406d 20%, #222c4d 50%, #0a0f1e 100%, rgba(0, 0, 0, 0) 150%, rgba(0, 0, 0, 0) 100%); } }
  .subpage-h1::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url("assets/img/common/subpage-h1-bg.png") no-repeat center;
    position: absolute;
    mix-blend-mode: screen;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1; }
  .subpage-h1-wrapper {
    background-color: #eae9e6; }
    .subpage-h1-wrapper::before {
      content: "";
      background-image: url(assets/img/common/subpage-h1-deco.png);
      background-repeat: no-repeat;
      background-size: contain;
      mix-blend-mode: screen;
      display: block;
      width: 656px;
      height: 338px;
      position: absolute;
      top: 30%;
      right: 55%;
      z-index: 1; }
      @media (max-width: 767px) {
        .subpage-h1-wrapper::before {
          right: -45%;
          top: 30px;
          width: 400px;
          height: 202px; } }
    .subpage-h1-wrapper::after {
      content: "";
      background-image: url(assets/img/common/subpage-light-deco.png);
      background-repeat: no-repeat;
      background-size: contain;
      display: block;
      width: 440px;
      height: 440px;
      position: absolute;
      top: 20%;
      right: 100%;
      z-index: 1;
      -webkit-transform: translateX(90%);
      -ms-transform: translateX(90%);
      transform: translateX(90%); }
      @media (min-width: 768px) and (max-width: 1200px) {
        .subpage-h1-wrapper::after {
          -webkit-transform: translateX(50%);
          -ms-transform: translateX(50%);
          transform: translateX(50%); } }
      @media (max-width: 767px) {
        .subpage-h1-wrapper::after {
          width: 300px;
          height: 300px;
          bottom: 0;
          right: 60%;
          -webkit-transform: none;
          -ms-transform: none;
          transform: none;
          top: unset; } }
  .subpage-h1-text {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000), color-stop(50%, transparent));
    background: -webkit-linear-gradient(top, #000 0 50%, transparent 50% 100%);
    background: -o-linear-gradient(top, #000 0 50%, transparent 50% 100%);
    background: linear-gradient(to bottom, #000 0 50%, transparent 50% 100%);
    font-size: 66px;
    line-height: 1;
    font-weight: 500;
    text-align: center;
    padding-top: 84px;
    padding-bottom: 134px; }
    @media (max-width: 767px) {
      .subpage-h1-text {
        font-size: 36px;
        padding-top: 105px;
        padding-bottom: 85px; } }
    @media (max-width: 468px) {
      .subpage-h1-text {
        font-size: 27.5px;
        line-height: 1.2; } }
    .subpage-h1-text::before {
      content: "";
      background: #000;
      left: 50%;
      bottom: 0%;
      -webkit-transform: translateX(-50%) scale(1.3);
      -ms-transform: translateX(-50%) scale(1.3);
      transform: translateX(-50%) scale(1.3);
      border-radius: 100%;
      display: block;
      width: 100%;
      height: 50%;
      position: absolute;
      -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
      transform-origin: bottom; }
    .subpage-h1-text .title-gradient {
      z-index: 2; }

.subpage-breadcrumb-list {
  z-index: 1;
  position: relative;
  margin-bottom: 52px;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
  width: 100%; }
  @media (max-width: 767px) {
    .subpage-breadcrumb-list {
      margin-bottom: 32px; } }
  .subpage-breadcrumb-list-item:not(:first-child)::before {
    content: '';
    display: inline-block;
    width: .8em;
    height: .8em;
    margin: 0 8px;
    background: #000;
    mask: url("assets/svg/icon-arrow.svg") no-repeat center/contain;
    -webkit-mask: url("assets/svg/icon-arrow.svg") no-repeat center/contain; }
  .subpage-breadcrumb-list-item-current {
    color: #da435a;
    text-decoration: underline; }

.subpage-lead {
  text-align: center;
  font-weight: 500; }
  @media (max-width: 767px) {
    .subpage-lead {
      font-size: 14px; } }

.subpage-lead_title {
  font-weight: bold;
  font-size: 20px; }
  @media (max-width: 767px) {
    .subpage-lead_title {
      font-size: 16px; } }

.subpage-content {
  position: relative;
  z-index: 1; }

.subpage-section {
  position: relative; }
  .subpage-section:not(:last-child):after {
    content: "";
    display: block;
    height: 2px;
    -webkit-mask: -webkit-radial-gradient(circle, #000 40%, transparent 41%) repeat-x left center/4px 100%;
    mask: radial-gradient(circle, #000 40%, transparent 41%) repeat-x left center/4px 100%;
    /* 線の高さ */
    background: -webkit-gradient(linear, left top, right top, from(#437fe5), color-stop(16.23%, #8f54dd), color-stop(38.7%, #ba3cd9), color-stop(57.78%, #de27d5), color-stop(77.43%, #e62bb1), color-stop(88.9%, #ea2d9c), to(#da435a));
    background: -webkit-linear-gradient(left, #437fe5 0%, #8f54dd 16.23%, #ba3cd9 38.7%, #de27d5 57.78%, #e62bb1 77.43%, #ea2d9c 88.9%, #da435a 100%);
    background: -o-linear-gradient(left, #437fe5 0%, #8f54dd 16.23%, #ba3cd9 38.7%, #de27d5 57.78%, #e62bb1 77.43%, #ea2d9c 88.9%, #da435a 100%);
    background: linear-gradient(90deg, #437fe5 0%, #8f54dd 16.23%, #ba3cd9 38.7%, #de27d5 57.78%, #e62bb1 77.43%, #ea2d9c 88.9%, #da435a 100%);
    width: 120%;
    margin-top: 60px;
    margin-left: -10%; }
    @media (max-width: 1200px) {
      .subpage-section:not(:last-child):after {
        margin-left: 0;
        width: 100%; } }
  .subpage-section + .subpage-section {
    margin-top: 48px; }
    @media (max-width: 767px) {
      .subpage-section + .subpage-section {
        margin-top: 40px; } }
  .subpage-section:last-child {
    padding-bottom: 40px; }
    @media (max-width: 767px) {
      .subpage-section:last-child {
        padding-bottom: 60px; } }

.illumination-spot-slick {
  margin-top: 40px;
  width: 100dvw;
  margin-left: calc(50% - 50dvw); }
  @media (max-width: 767px) {
    .illumination-spot-slick {
      margin-top: 20px; } }
  .illumination-spot-slick-list .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
    .illumination-spot-slick-list .slick-track > .slick-slide {
      height: auto; }
    .illumination-spot-slick-list .slick-track .u-bg-brand-gradation-light {
      height: 100%; }
  .illumination-spot-slick-list-item {
    padding-left: 8px;
    padding-right: 8px;
    width: 100%;
    padding: 6px;
    height: 100%; }
    .illumination-spot-slick-list-item-inner {
      padding: 18px;
      background-color: #eae9e6;
      -ms-grid-columns: 60% 8px 1fr;
      grid-template-columns: 60% 1fr;
      -ms-grid-rows: -webkit-min-content 16px -webkit-min-content 16px -webkit-min-content;
      -ms-grid-rows: min-content 16px min-content 16px min-content;
      grid-template-rows: repeat(3, -webkit-min-content);
      grid-template-rows: repeat(3, min-content);
      grid-template-areas: "img title" "text text" "info info";
      display: -ms-grid;
      display: grid;
      gap: 16px 8px;
      height: 100%; }
      @media (max-width: 1200px) {
        .illumination-spot-slick-list-item-inner {
          -ms-grid-columns: 1fr;
          grid-template-columns: 1fr;
          -ms-grid-rows: (-webkit-min-content)[4];
          -ms-grid-rows: (min-content)[4];
          grid-template-rows: repeat(4, -webkit-min-content);
          grid-template-rows: repeat(4, min-content);
          grid-template-areas: "img" "title" "text" "info"; }
        .illumination-spot-slick-list-item-inner > .top-musician-artist-list-item-img {
    -ms-grid-row: 1;
    -ms-grid-column: 1; }
        .illumination-spot-slick-list-item-inner > .top-musician-artist-list-item-text {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1; } }
    .illumination-spot-slick-list-item-img {
      -ms-grid-row: 1;
      -ms-grid-column: 1;
      grid-area: img; }
    .illumination-spot-slick-list-item-inner > .illumination-spot-slick-list-item-img {
  -ms-grid-row: 1;
  -ms-grid-column: 1; }
    .event-item > .illumination-spot-slick-list-item-img {
  -ms-grid-row: 5;
  -ms-grid-column: 1; }
    .seagull-clock-event-item > .illumination-spot-slick-list-item-img {
  -ms-grid-row: 3;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1; }
    .seagull-clock-artist-item-inner > .illumination-spot-slick-list-item-img {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1; }
    .restaurant-list-item-inner > .illumination-spot-slick-list-item-img {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1; }
    .restaurant-modal .restaurant-list-item-inner > .illumination-spot-slick-list-item-img {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1; }
    .map .map-item-inner > .illumination-spot-slick-list-item-img {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1; }
      @media (max-width: 1200px) {
        .illumination-spot-slick-list-item-img img {
          max-width: 240px;
          width: 100%;
          margin-left: auto;
          margin-right: auto; } }
    .illumination-spot-slick-list-item-title {
      -ms-grid-row: 1;
      -ms-grid-column: 3;
      font-size: 18px;
      grid-area: title;
      align-self: flex-end;
      font-weight: 500; }
    .event-item > .illumination-spot-slick-list-item-title {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3; }
    .seagull-clock-event-item > .illumination-spot-slick-list-item-title {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3; }
    .seagull-clock-artist-item-inner > .illumination-spot-slick-list-item-title {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1; }
      @media (max-width: 1200px) {
        .illumination-spot-slick-list-item-title {
          text-align: center; } }
    .illumination-spot-slick-list-item-text {
      -ms-grid-row: 3;
      -ms-grid-column: 1;
      -ms-grid-column-span: 3;
      font-size: 15px;
      grid-area: text; }
    .illumination-spot-slick-list-item-inner > .illumination-spot-slick-list-item-text {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3; }
    .event-item > .illumination-spot-slick-list-item-text {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3; }
    .seagull-clock-event-item > .illumination-spot-slick-list-item-text {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1; }
    .seagull-clock-artist-item-inner > .illumination-spot-slick-list-item-text {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1; }
    .restaurant-modal .restaurant-list-item-inner > .illumination-spot-slick-list-item-text {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1; }
    .map .map-item-inner > .illumination-spot-slick-list-item-text {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1; }
    .illumination-spot-slick-list-item-info {
      -ms-grid-row: 5;
      -ms-grid-column: 1;
      -ms-grid-column-span: 3;
      grid-area: info;
      font-size: 13px; }
    .event-item > .illumination-spot-slick-list-item-info {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1; }
    .seagull-clock-event-item > .illumination-spot-slick-list-item-info {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1; }
    .restaurant-list-item-inner > .illumination-spot-slick-list-item-info {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1; }
    .restaurant-modal .restaurant-list-item-inner > .illumination-spot-slick-list-item-info {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1; }
    .map .map-item-inner > .illumination-spot-slick-list-item-info {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1; }
  .illumination-spot-slick .slick-arrow.slick-prev {
    right: 67%; }
    @media (min-width: 768px) and (max-width: 1200px) {
      .illumination-spot-slick .slick-arrow.slick-prev {
        right: 75%; } }
    @media (max-width: 767px) {
      .illumination-spot-slick .slick-arrow.slick-prev {
        right: unset;
        left: 4px; } }
  .illumination-spot-slick .slick-arrow.slick-next {
    left: 67%; }
    @media (min-width: 768px) and (max-width: 1200px) {
      .illumination-spot-slick .slick-arrow.slick-next {
        left: 75%; } }
    @media (max-width: 767px) {
      .illumination-spot-slick .slick-arrow.slick-next {
        right: 4px;
        left: unset; } }
  .illumination-spot-slick:not(:has(.slick-initialized)) {
    width: calc(100% + 40px);
    max-width: 100vw;
    margin-left: unset;
    margin-left: -20px; }
    @media (max-width: 1200px) {
      .illumination-spot-slick:not(:has(.slick-initialized)) {
        max-width: 100%;
        margin-left: unset; } }
    .illumination-spot-slick:not(:has(.slick-initialized)) .illumination-spot-slick-list {
      gap: 16px;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      display: -ms-grid;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(360px, 1fr)); }
      @media (max-width: 767px) {
        .illumination-spot-slick:not(:has(.slick-initialized)) .illumination-spot-slick-list {
          gap: 8px;
          grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); } }
      .illumination-spot-slick:not(:has(.slick-initialized)) .illumination-spot-slick-list .illumination-spot-slick-list-item {
        height: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-preferred-size: .5;
        flex-basis: .5; }
        .illumination-spot-slick:not(:has(.slick-initialized)) .illumination-spot-slick-list .illumination-spot-slick-list-item > div {
          width: 100%; }
        @media (max-width: 1200px) {
          .illumination-spot-slick:not(:has(.slick-initialized)) .illumination-spot-slick-list .illumination-spot-slick-list-item-inner {
            gap: 8px; } }

.event {
  --event-padding-x: 16px;
  padding-left: var(--event-padding-x);
  padding-right: var(--event-padding-x); }
  @media (max-width: 767px) {
    .event {
      --event-padding-x: 8px; } }
  .event-item {
    --event-item-padding-x: 40px;
    -ms-grid-rows: auto 16px auto 16px auto;
    grid-template-areas: "title title" "text text" "img info";
    display: -ms-grid;
    display: grid;
    gap: 16px 8px;
    -ms-grid-columns: 1fr 8px 1fr;
    grid-template-columns: 1fr 1fr;
    padding: 22px var(--event-item-padding-x) 40px; }
    @media (max-width: 767px) {
      .event-item {
        --event-item-padding-x: 16px;
        padding: 22px var(--event-item-padding-x) 20px;
        gap: 12px 8px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: auto 12px auto 12px auto 12px auto;
        grid-template-areas: "title" "text" "img" "info"; }
      .event-item > .top-musician-artist-list-item-img {
    -ms-grid-row: 5;
    -ms-grid-column: 1; }
      .event-item > .top-musician-artist-list-item-text {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1; }
      .event-item > .illumination-spot-slick-list-item-img {
    -ms-grid-row: 5;
    -ms-grid-column: 1; }
      .event-item > .illumination-spot-slick-list-item-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1; }
      .event-item > .illumination-spot-slick-list-item-text {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1; }
      .event-item > .illumination-spot-slick-list-item-info {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1; } }
    .event-item-title {
      -ms-grid-row: 1;
      -ms-grid-column: 3;
      grid-area: title;
      margin-left: calc(-1 * var(--event-item-padding-x) - var(--event-padding-x)); }
    .event-item > .event-item-title {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3; }
    .seagull-clock-event-item > .event-item-title {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3; }
    .seagull-clock-artist-item-inner > .event-item-title {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1; }
    .event-item-text {
      -ms-grid-row: 3;
      -ms-grid-column: 1;
      -ms-grid-column-span: 3;
      font-weight: 500;
      grid-area: text; }
    .illumination-spot-slick-list-item-inner > .event-item-text {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3; }
    .event-item > .event-item-text {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3; }
    .seagull-clock-event-item > .event-item-text {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1; }
    .seagull-clock-artist-item-inner > .event-item-text {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1; }
    .restaurant-modal .restaurant-list-item-inner > .event-item-text {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1; }
    .map .map-item-inner > .event-item-text {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1; }
    .event-item-img {
      -ms-grid-row: 1;
      -ms-grid-column: 1;
      grid-area: img; }
    .illumination-spot-slick-list-item-inner > .event-item-img {
  -ms-grid-row: 1;
  -ms-grid-column: 1; }
    .event-item > .event-item-img {
  -ms-grid-row: 5;
  -ms-grid-column: 1; }
    .seagull-clock-event-item > .event-item-img {
  -ms-grid-row: 3;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1; }
    .seagull-clock-artist-item-inner > .event-item-img {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1; }
    .restaurant-list-item-inner > .event-item-img {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1; }
    .restaurant-modal .restaurant-list-item-inner > .event-item-img {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1; }
    .map .map-item-inner > .event-item-img {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1; }
    .event-item-info {
      -ms-grid-row: 5;
      -ms-grid-column: 1;
      -ms-grid-column-span: 3;
      font-weight: 500;
      grid-area: info;
      font-size: 13px; }
    .event-item > .event-item-info {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1; }
    .seagull-clock-event-item > .event-item-info {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1; }
    .restaurant-list-item-inner > .event-item-info {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1; }
    .restaurant-modal .restaurant-list-item-inner > .event-item-info {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1; }
    .map .map-item-inner > .event-item-info {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1; }

.seagull-clock-event {
  --seagull-clock-padding-x: 16px;
  padding-left: var(--seagull-clock-padding-x);
  padding-right: var(--seagull-clock-padding-x); }
  @media (max-width: 767px) {
    .seagull-clock-event {
      --seagull-clock-padding-x: 8px; } }
  .seagull-clock-event-item {
    --seagull-clock-item-padding-x: 40px;
    grid-template-areas: "title title" "img text" "img info";
    display: -ms-grid;
    display: grid;
    gap: 16px 18px;
    -ms-grid-columns: 1fr 18px 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: min-content 16px min-content 16px 1fr;
    grid-template-rows: -webkit-min-content -webkit-min-content 1fr;
    grid-template-rows: min-content min-content 1fr;
    padding: 22px var(--seagull-clock-item-padding-x) 40px; }
    @media (max-width: 767px) {
      .seagull-clock-event-item {
        --seagull-clock-item-padding-x: 16px;
        padding: 22px var(--seagull-clock-item-padding-x) 20px;
        gap: 12px 8px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: auto 12px auto 12px auto 12px auto;
        grid-template-areas: "title" "img" "text" "info"; }
      .seagull-clock-event-item > .top-musician-artist-list-item-img {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1; }
      .seagull-clock-event-item > .top-musician-artist-list-item-text {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1; }
      .seagull-clock-event-item > .illumination-spot-slick-list-item-img {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1; }
      .seagull-clock-event-item > .illumination-spot-slick-list-item-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1; }
      .seagull-clock-event-item > .illumination-spot-slick-list-item-text {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1; }
      .seagull-clock-event-item > .illumination-spot-slick-list-item-info {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1; }
      .seagull-clock-event-item > .event-item-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1; }
      .seagull-clock-event-item > .event-item-text {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1; }
      .seagull-clock-event-item > .event-item-img {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1; }
      .seagull-clock-event-item > .event-item-info {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1; } }
    .seagull-clock-event-item:not(:last-child) {
      margin-bottom: 46px; }
      @media (max-width: 767px) {
        .seagull-clock-event-item:not(:last-child) {
          margin-bottom: 20px; } }
    .seagull-clock-event-item-title {
      -ms-grid-row: 1;
      -ms-grid-column: 3;
      grid-area: title;
      margin-left: calc(-1 * var(--seagull-clock-item-padding-x) - var(--seagull-clock-padding-x)); }
    .event-item > .seagull-clock-event-item-title {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3; }
    .seagull-clock-event-item > .seagull-clock-event-item-title {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3; }
    .seagull-clock-artist-item-inner > .seagull-clock-event-item-title {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1; }
      .seagull-clock-event-item-title .title-has-bg-gradient {
        min-width: 212px; }
    .seagull-clock-event-item-text {
      -ms-grid-row: 3;
      -ms-grid-column: 1;
      -ms-grid-column-span: 3;
      font-weight: 600;
      grid-area: text;
      font-size: 20px; }
    .illumination-spot-slick-list-item-inner > .seagull-clock-event-item-text {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3; }
    .event-item > .seagull-clock-event-item-text {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3; }
    .seagull-clock-event-item > .seagull-clock-event-item-text {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1; }
    .seagull-clock-artist-item-inner > .seagull-clock-event-item-text {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1; }
    .restaurant-modal .restaurant-list-item-inner > .seagull-clock-event-item-text {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1; }
    .map .map-item-inner > .seagull-clock-event-item-text {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1; }
      @media (max-width: 767px) {
        .seagull-clock-event-item-text {
          font-size: 14px; } }
    .seagull-clock-event-item-img {
      -ms-grid-row: 1;
      -ms-grid-column: 1;
      grid-area: img; }
    .illumination-spot-slick-list-item-inner > .seagull-clock-event-item-img {
  -ms-grid-row: 1;
  -ms-grid-column: 1; }
    .event-item > .seagull-clock-event-item-img {
  -ms-grid-row: 5;
  -ms-grid-column: 1; }
    .seagull-clock-event-item > .seagull-clock-event-item-img {
  -ms-grid-row: 3;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1; }
    .seagull-clock-artist-item-inner > .seagull-clock-event-item-img {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1; }
    .restaurant-list-item-inner > .seagull-clock-event-item-img {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1; }
    .restaurant-modal .restaurant-list-item-inner > .seagull-clock-event-item-img {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1; }
    .map .map-item-inner > .seagull-clock-event-item-img {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1; }
    .seagull-clock-event-item-info {
      -ms-grid-row: 5;
      -ms-grid-column: 1;
      -ms-grid-column-span: 3;
      font-weight: 500;
      grid-area: info;
      font-size: 13px; }
    .event-item > .seagull-clock-event-item-info {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1; }
    .seagull-clock-event-item > .seagull-clock-event-item-info {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1; }
    .restaurant-list-item-inner > .seagull-clock-event-item-info {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1; }
    .restaurant-modal .restaurant-list-item-inner > .seagull-clock-event-item-info {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1; }
    .map .map-item-inner > .seagull-clock-event-item-info {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1; }

.seagull-clock-artist-item-inner {
  background-color: #eae9e6;
  display: -ms-grid;
  display: grid;
  grid-template-areas: "img title" "img text";
  -ms-grid-rows: min-content 10px 1fr;
  grid-template-rows: -webkit-min-content 1fr;
  grid-template-rows: min-content 1fr;
  padding: 24px 14px;
  gap: 10px 16px; }
  @media (max-width: 767px) {
    .seagull-clock-artist-item-inner {
      padding: 14px 16px;
      grid-template-areas: "img" "title" "text"; }
    .seagull-clock-artist-item-inner > .top-musician-artist-list-item-img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1; }
    .seagull-clock-artist-item-inner > .top-musician-artist-list-item-text {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1; }
    .seagull-clock-artist-item-inner > .illumination-spot-slick-list-item-img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1; }
    .seagull-clock-artist-item-inner > .illumination-spot-slick-list-item-title {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1; }
    .seagull-clock-artist-item-inner > .illumination-spot-slick-list-item-text {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1; }
    .seagull-clock-artist-item-inner > .event-item-title {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1; }
    .seagull-clock-artist-item-inner > .event-item-text {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1; }
    .seagull-clock-artist-item-inner > .event-item-img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1; }
    .seagull-clock-artist-item-inner > .seagull-clock-event-item-title {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1; }
    .seagull-clock-artist-item-inner > .seagull-clock-event-item-text {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1; }
    .seagull-clock-artist-item-inner > .seagull-clock-event-item-img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1; } }

.seagull-clock-artist-item-img {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: img;
  max-width: 220px; }

.illumination-spot-slick-list-item-inner > .seagull-clock-artist-item-img {
  -ms-grid-row: 1;
  -ms-grid-column: 1; }

.event-item > .seagull-clock-artist-item-img {
  -ms-grid-row: 5;
  -ms-grid-column: 1; }

.seagull-clock-event-item > .seagull-clock-artist-item-img {
  -ms-grid-row: 3;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1; }

.seagull-clock-artist-item-inner > .seagull-clock-artist-item-img {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1; }

.restaurant-list-item-inner > .seagull-clock-artist-item-img {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1; }

.restaurant-modal .restaurant-list-item-inner > .seagull-clock-artist-item-img {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1; }

.map .map-item-inner > .seagull-clock-artist-item-img {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1; }
  @media (max-width: 767px) {
    .seagull-clock-artist-item-img {
      max-width: 140px;
      margin-left: auto;
      margin-right: auto; } }
  .seagull-clock-artist-item-img img {
    width: 100%;
    height: auto; }

.seagull-clock-artist-item-title {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  font-size: 20px;
  grid-area: title;
  font-weight: 700;
  line-height: 1.2; }

.event-item > .seagull-clock-artist-item-title {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3; }

.seagull-clock-event-item > .seagull-clock-artist-item-title {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3; }

.seagull-clock-artist-item-inner > .seagull-clock-artist-item-title {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1; }
  @media (max-width: 767px) {
    .seagull-clock-artist-item-title {
      text-align: center;
      margin-top: 8px;
      font-size: 16px; } }

.seagull-clock-artist-item-text {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: text; }

.illumination-spot-slick-list-item-inner > .seagull-clock-artist-item-text {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3; }

.event-item > .seagull-clock-artist-item-text {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3; }

.seagull-clock-event-item > .seagull-clock-artist-item-text {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1; }

.seagull-clock-artist-item-inner > .seagull-clock-artist-item-text {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1; }

.restaurant-modal .restaurant-list-item-inner > .seagull-clock-artist-item-text {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1; }

.map .map-item-inner > .seagull-clock-artist-item-text {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1; }

.seagull-clock-note {
  margin-top: 54px;
  font-size: 13px; }
  @media (max-width: 767px) {
    .seagull-clock-note {
      margin-top: 46px;
      font-size: 11px; } }

.restaurant-list {
  margin-top: 32px;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(246px, 1fr));
  gap: 24px; }
  @media (min-width: 768px) and (max-width: 1200px) {
    .restaurant-list {
      gap: 16px; } }
  @media (max-width: 767px) {
    .restaurant-list {
      margin-top: 20px;
      width: 100vw;
      margin-left: calc(50% - 50dvw); } }
  .restaurant-list-item {
    cursor: pointer; }
    @media (max-width: 767px) {
      .restaurant-list-item {
        padding-left: 6px;
        padding-right: 6px; } }
    @media (hover: hover) {
      .restaurant-list-item:hover .u-bg-brand-gradation-light-hoverable:after {
        opacity: 1; }
      .restaurant-list-item:hover .u-bg-brand-gradation-light-hoverable:before {
        opacity: 0; }
      .restaurant-list-item:hover .u-bg-brand-gradation-hoverable:after {
        opacity: 1; }
      .restaurant-list-item:hover .u-bg-brand-gradation-hoverable:before {
        opacity: 0; }
      .restaurant-list-item:hover .btn {
        color: #000 !important; }
        .restaurant-list-item:hover .btn .icon-circlebg {
          background-color: #000 !important; }
          .restaurant-list-item:hover .btn .icon-circlebg .icon:before {
            background-color: #fff !important; }
      .restaurant-list-item:hover .btn-inner {
        background-color: transparent !important; } }
    .restaurant-list-item .u-bg-brand-gradation-light-hoverable {
      padding: 4px;
      padding-bottom: 0; }
    .restaurant-list-item-inner {
      background: #EFEFED;
      -ms-grid-rows: auto 4px auto 4px auto 4px auto;
      grid-template-areas: "img" "name_restaurant" "name_menu" "info";
      display: -ms-grid;
      display: grid;
      gap: 4px;
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      padding: 16px 14px; }
    .restaurant-list-item-title {
      -ms-grid-row: 1;
      -ms-grid-column: 3;
      grid-area: title;
      margin-left: calc(-1 * var(--event-item-padding-x) - var(--event-padding-x)); }
    .event-item > .restaurant-list-item-title {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3; }
    .seagull-clock-event-item > .restaurant-list-item-title {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3; }
    .seagull-clock-artist-item-inner > .restaurant-list-item-title {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1; }
    .restaurant-list-item-name_restaurant {
      -ms-grid-row: 3;
      -ms-grid-column: 1;
      font-weight: 500;
      grid-area: name_restaurant;
      font-size: 18px; }
    .restaurant-modal .restaurant-list-item-inner > .restaurant-list-item-name_restaurant {
  -ms-grid-row: 1;
  -ms-grid-column: 1; }
    .restaurant-list-item-name_menu {
      -ms-grid-row: 5;
      -ms-grid-column: 1;
      font-weight: 500;
      grid-area: name_menu; }
    .restaurant-modal .restaurant-list-item-inner > .restaurant-list-item-name_menu {
  -ms-grid-row: 3;
  -ms-grid-column: 1; }
    .restaurant-list-item-text {
      -ms-grid-row: 3;
      -ms-grid-column: 1;
      -ms-grid-column-span: 3;
      display: none;
      font-weight: 500;
      grid-area: text; }
    .illumination-spot-slick-list-item-inner > .restaurant-list-item-text {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3; }
    .event-item > .restaurant-list-item-text {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3; }
    .seagull-clock-event-item > .restaurant-list-item-text {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1; }
    .seagull-clock-artist-item-inner > .restaurant-list-item-text {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1; }
    .restaurant-modal .restaurant-list-item-inner > .restaurant-list-item-text {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1; }
    .map .map-item-inner > .restaurant-list-item-text {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1; }
    .restaurant-list-item-img {
      -ms-grid-row: 1;
      -ms-grid-column: 1;
      text-align: center;
      grid-area: img;
      margin-bottom: 10px; }
    .illumination-spot-slick-list-item-inner > .restaurant-list-item-img {
  -ms-grid-row: 1;
  -ms-grid-column: 1; }
    .event-item > .restaurant-list-item-img {
  -ms-grid-row: 5;
  -ms-grid-column: 1; }
    .seagull-clock-event-item > .restaurant-list-item-img {
  -ms-grid-row: 3;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1; }
    .seagull-clock-artist-item-inner > .restaurant-list-item-img {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1; }
    .restaurant-list-item-inner > .restaurant-list-item-img {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1; }
    .restaurant-modal .restaurant-list-item-inner > .restaurant-list-item-img {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1; }
    .map .map-item-inner > .restaurant-list-item-img {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1; }
      .restaurant-list-item-img img {
        margin-left: auto;
        margin-right: auto; }
    .restaurant-list-item-info {
      -ms-grid-row: 5;
      -ms-grid-column: 1;
      -ms-grid-column-span: 3;
      margin-top: .5em;
      margin-bottom: 0.5em;
      font-weight: 500;
      grid-area: info;
      font-size: 13px; }
    .event-item > .restaurant-list-item-info {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1; }
    .seagull-clock-event-item > .restaurant-list-item-info {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1; }
    .restaurant-list-item-inner > .restaurant-list-item-info {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1; }
    .restaurant-modal .restaurant-list-item-inner > .restaurant-list-item-info {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1; }
    .map .map-item-inner > .restaurant-list-item-info {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1; }
      @media (max-width: 767px) {
        .restaurant-list-item-info {
          margin-bottom: 0; } }
      .restaurant-list-item-info-price {
        display: none; }
        .restaurant-list-item-info-price + dd {
          display: none; }
    .restaurant-list-item-btn {
      display: block;
      width: 100%;
      cursor: pointer;
      border-radius: 0 !important;
      min-width: auto !important; }

.restaurant-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  -o-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease; }
  .restaurant-modal.is-open {
    opacity: 1;
    visibility: visible; }
  .restaurant-modal-content {
    background: white;
    border-radius: 16px;
    max-width: 620px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
    .restaurant-modal.is-open .restaurant-modal-content {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0); }
    @media (max-width: 767px) {
      .restaurant-modal-content {
        margin: 0 auto; } }
    .restaurant-modal-content-inner {
      border-radius: 16px;
      padding: 16px;
      padding-top: 24px; }
  .restaurant-modal-close-btn {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 32px;
    height: 32px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 10000;
    background: -webkit-gradient(linear, left top, right top, from(#437fe5), color-stop(16.23%, #8f54dd), color-stop(38.7%, #ba3cd9), color-stop(57.78%, #de27d5), color-stop(77.43%, #e62bb1), color-stop(88.9%, #ea2d9c), to(#da435a));
    background: -webkit-linear-gradient(left, #437fe5 0%, #8f54dd 16.23%, #ba3cd9 38.7%, #de27d5 57.78%, #e62bb1 77.43%, #ea2d9c 88.9%, #da435a 100%);
    background: -o-linear-gradient(left, #437fe5 0%, #8f54dd 16.23%, #ba3cd9 38.7%, #de27d5 57.78%, #e62bb1 77.43%, #ea2d9c 88.9%, #da435a 100%);
    background: linear-gradient(90deg, #437fe5 0%, #8f54dd 16.23%, #ba3cd9 38.7%, #de27d5 57.78%, #e62bb1 77.43%, #ea2d9c 88.9%, #da435a 100%); }
    .restaurant-modal-close-btn::before, .restaurant-modal-close-btn::after {
      content: '';
      -webkit-transition: 0.25s ease;
      -o-transition: 0.25s ease;
      transition: 0.25s ease;
      position: absolute;
      width: 16px;
      height: 2px;
      background: #fff;
      border-radius: 1px; }
    .restaurant-modal-close-btn::before {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    .restaurant-modal-close-btn::after {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    @media (hover: hover) {
      .restaurant-modal-close-btn:hover::before {
        -webkit-transform: rotate(45deg) scale(0.85);
        -ms-transform: rotate(45deg) scale(0.85);
        transform: rotate(45deg) scale(0.85); }
      .restaurant-modal-close-btn:hover::after {
        -webkit-transform: rotate(-45deg) scale(0.85);
        -ms-transform: rotate(-45deg) scale(0.85);
        transform: rotate(-45deg) scale(0.85); } }
  .restaurant-modal-close-bottom {
    display: block;
    width: 100%;
    padding: 12px 24px;
    margin: 0 24px 24px;
    background: #666;
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    -webkit-transition: background-color 0.2s ease;
    -o-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease; }
  .restaurant-modal .restaurant-modal-item {
    color: #000;
    max-width: 446px;
    margin-left: auto;
    margin-right: auto; }
  .restaurant-modal .restaurant-list-item-inner {
    padding: 0;
    background: transparent;
    grid-template-areas: "name_restaurant" "img" "name_menu" "text" "info"; }
  .restaurant-modal .restaurant-list-item-name_restaurant {
    margin-bottom: 0.5em; }
  .restaurant-modal .restaurant-list-item-name_menu {
    font-size: 16px; }
  .restaurant-modal .restaurant-list-item-text {
    display: block; }
  .restaurant-modal .restaurant-list-item-img img {
    width: 100%;
    max-width: 100%; }
  .restaurant-modal .restaurant-list-item-info-price {
    display: block; }
    .restaurant-modal .restaurant-list-item-info-price + dd {
      display: block; }

.map-embed {
  width: 100%;
  max-width: 100%; }
  .map-embed-ratio {
    position: relative;
    width: 100%;
    padding-top: 54%;
    /* 高さを幅の54%に */ }
  .map-embed-ratio iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.map .map-item {
  padding: 4px;
  margin-top: 32px; }
  @media (max-width: 767px) {
    .map .map-item {
      margin-top: 24px; } }
  .map .map-item-inner {
    background: #EFEFED;
    padding: 24px;
    display: -ms-grid;
    display: grid;
    grid-template-areas: "img text" "img info" "warn warn";
    -ms-grid-columns: 1fr 24px 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: min-content 18px 1fr 18px min-content;
    grid-template-rows: -webkit-min-content 1fr -webkit-min-content;
    grid-template-rows: min-content 1fr min-content;
    gap: 18px 24px; }
    @media (max-width: 767px) {
      .map .map-item-inner {
        padding: 16px 12px;
        gap: 12px 16px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: unset;
        grid-template-rows: unset;
        grid-template-areas: "img" "text" "info" "warn"; }
      .map .map-item-inner > .top-musician-artist-list-item-img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1; }
      .map .map-item-inner > .top-musician-artist-list-item-text {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1; }
      .map .map-item-inner > .illumination-spot-slick-list-item-img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1; }
      .map .map-item-inner > .illumination-spot-slick-list-item-text {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1; }
      .map .map-item-inner > .illumination-spot-slick-list-item-info {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1; }
      .map .map-item-inner > .event-item-text {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1; }
      .map .map-item-inner > .event-item-img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1; }
      .map .map-item-inner > .event-item-info {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1; }
      .map .map-item-inner > .seagull-clock-event-item-text {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1; }
      .map .map-item-inner > .seagull-clock-event-item-img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1; }
      .map .map-item-inner > .seagull-clock-event-item-info {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1; }
      .map .map-item-inner > .seagull-clock-artist-item-img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1; }
      .map .map-item-inner > .seagull-clock-artist-item-text {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1; }
      .map .map-item-inner > .restaurant-list-item-text {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1; }
      .map .map-item-inner > .restaurant-list-item-img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1; }
      .map .map-item-inner > .restaurant-list-item-info {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1; } }
  .map .map-item-img {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: img; }
    .map .map-item-img img {
      width: 100%; }
      @media (max-width: 767px) {
        .map .map-item-img img {
          width: 80%;
          margin-left: auto;
          margin-right: auto; } }
  .map .map-item-text {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-area: text;
    font-size: 15px; }
    @media (max-width: 767px) {
      .map .map-item-text {
        font-size: 14px; } }
  .map .map-item-info {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-area: info;
    font-size: 13px; }
  .map .map-item-warn {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    font-size: 13px;
    grid-area: warn; }
  @media (max-width: 1200px){
        .illumination-spot-slick-list-item-inner > .illumination-spot-slick-list-item-img {
    -ms-grid-row: 1;
    -ms-grid-column: 1; }
        .illumination-spot-slick-list-item-title {
    -ms-grid-row: 2;
    -ms-grid-column: 1; }
        .illumination-spot-slick-list-item-inner > .illumination-spot-slick-list-item-text {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1; }
        .illumination-spot-slick-list-item-info {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1; }
        .event-item-title {
    -ms-grid-row: 2;
    -ms-grid-column: 1; }
        .illumination-spot-slick-list-item-inner > .event-item-text {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1; }
        .illumination-spot-slick-list-item-inner > .event-item-img {
    -ms-grid-row: 1;
    -ms-grid-column: 1; }
        .event-item-info {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1; }
        .seagull-clock-event-item-title {
    -ms-grid-row: 2;
    -ms-grid-column: 1; }
        .illumination-spot-slick-list-item-inner > .seagull-clock-event-item-text {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1; }
        .illumination-spot-slick-list-item-inner > .seagull-clock-event-item-img {
    -ms-grid-row: 1;
    -ms-grid-column: 1; }
        .seagull-clock-event-item-info {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1; }
        .illumination-spot-slick-list-item-inner > .seagull-clock-artist-item-img {
    -ms-grid-row: 1;
    -ms-grid-column: 1; }
        .seagull-clock-artist-item-title {
    -ms-grid-row: 2;
    -ms-grid-column: 1; }
        .illumination-spot-slick-list-item-inner > .seagull-clock-artist-item-text {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1; }
        .restaurant-list-item-title {
    -ms-grid-row: 2;
    -ms-grid-column: 1; }
        .illumination-spot-slick-list-item-inner > .restaurant-list-item-text {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1; }
        .illumination-spot-slick-list-item-inner > .restaurant-list-item-img {
    -ms-grid-row: 1;
    -ms-grid-column: 1; }
        .restaurant-list-item-info {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1; }
        .illumination-spot-slick-list-item-inner > .map-item-img {
    -ms-grid-row: 1;
    -ms-grid-column: 1; }
        .illumination-spot-slick-list-item-inner > .map-item-text {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1; }
        .map .map-item-info {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1; } }
  @media (max-width: 767px){
      .event-item > .event-item-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1; }
      .event-item > .event-item-text {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1; }
      .event-item > .event-item-img {
    -ms-grid-row: 5;
    -ms-grid-column: 1; }
      .event-item > .event-item-info {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1; }
      .event-item > .seagull-clock-event-item-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1; }
      .seagull-clock-event-item > .seagull-clock-event-item-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1; }
      .event-item > .seagull-clock-event-item-text {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1; }
      .seagull-clock-event-item > .seagull-clock-event-item-text {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1; }
      .event-item > .seagull-clock-event-item-img {
    -ms-grid-row: 5;
    -ms-grid-column: 1; }
      .seagull-clock-event-item > .seagull-clock-event-item-img {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1; }
      .event-item > .seagull-clock-event-item-info {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1; }
      .seagull-clock-event-item > .seagull-clock-event-item-info {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1; }
      .event-item > .seagull-clock-artist-item-img {
    -ms-grid-row: 5;
    -ms-grid-column: 1; }
      .seagull-clock-event-item > .seagull-clock-artist-item-img {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1; }
    .seagull-clock-artist-item-inner > .seagull-clock-artist-item-img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1; }
      .event-item > .seagull-clock-artist-item-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1; }
      .seagull-clock-event-item > .seagull-clock-artist-item-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1; }
    .seagull-clock-artist-item-inner > .seagull-clock-artist-item-title {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1; }
      .event-item > .seagull-clock-artist-item-text {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1; }
      .seagull-clock-event-item > .seagull-clock-artist-item-text {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1; }
    .seagull-clock-artist-item-inner > .seagull-clock-artist-item-text {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1; }
      .event-item > .restaurant-list-item-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1; }
      .seagull-clock-event-item > .restaurant-list-item-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1; }
    .seagull-clock-artist-item-inner > .restaurant-list-item-title {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1; }
      .event-item > .restaurant-list-item-text {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1; }
      .seagull-clock-event-item > .restaurant-list-item-text {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1; }
    .seagull-clock-artist-item-inner > .restaurant-list-item-text {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1; }
      .event-item > .restaurant-list-item-img {
    -ms-grid-row: 5;
    -ms-grid-column: 1; }
      .seagull-clock-event-item > .restaurant-list-item-img {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1; }
    .seagull-clock-artist-item-inner > .restaurant-list-item-img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1; }
      .event-item > .restaurant-list-item-info {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1; }
      .seagull-clock-event-item > .restaurant-list-item-info {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1; }
      .event-item > .map-item-img {
    -ms-grid-row: 5;
    -ms-grid-column: 1; }
      .seagull-clock-event-item > .map-item-img {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1; }
    .seagull-clock-artist-item-inner > .map-item-img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1; }
      .map .map-item-inner > .map-item-img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1; }
      .event-item > .map-item-text {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1; }
      .seagull-clock-event-item > .map-item-text {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1; }
    .seagull-clock-artist-item-inner > .map-item-text {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1; }
      .map .map-item-inner > .map-item-text {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1; }
      .event-item > .map-item-info {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1; }
      .seagull-clock-event-item > .map-item-info {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1; }
      .map .map-item-inner > .map-item-info {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1; }
      .map .map-item-warn {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1; } }
    @media (max-width: 767px) {
      .map .map-item-warn {
        margin-top: -6px; } }

.access-info:not(:last-child) {
  margin-bottom: 24px; }
  @media (max-width: 767px) {
    .access-info:not(:last-child) {
      margin-bottom: 16px; } }

.access-info-dl {
  margin-bottom: 4px;
  font-size: 20px; }
  @media (max-width: 767px) {
    .access-info-dl {
      font-size: 18px; } }
  .access-info-dl dd {
    font-weight: bold; }

.access-info-ul {
  padding-left: 1em; }
  .access-info-ul li {
    text-indent: -1em;
    line-height: 1.75em; }
  .access-info-ul a {
    color: #da435a; }
    @media (hover: hover) {
      .access-info-ul a:hover {
        text-decoration: underline; } }

.contact-list {
  background-color: #EFEFED;
  padding: 40px 36px; }
  @media (max-width: 767px) {
    .contact-list {
      padding: 16px 12px; } }
  .contact-list-item {
    font-weight: 500;
    font-size: 15px; }
    @media (max-width: 767px) {
      .contact-list-item {
        font-size: 13px; } }
    .contact-list-item:not(:last-child) {
      position: relative; }
      .contact-list-item:not(:last-child)::after {
        margin-top: 16px;
        margin-bottom: 16px;
        content: "";
        display: block;
        height: 2px;
        -webkit-mask: -webkit-radial-gradient(circle, #000 40%, transparent 41%) repeat-x left center/4px 100%;
        mask: radial-gradient(circle, #000 40%, transparent 41%) repeat-x left center/4px 100%;
        /* 線の高さ */
        background: -webkit-gradient(linear, left top, right top, from(#437fe5), color-stop(16.23%, #8f54dd), color-stop(38.7%, #ba3cd9), color-stop(57.78%, #de27d5), color-stop(77.43%, #e62bb1), color-stop(88.9%, #ea2d9c), to(#da435a));
        background: -webkit-linear-gradient(left, #437fe5 0%, #8f54dd 16.23%, #ba3cd9 38.7%, #de27d5 57.78%, #e62bb1 77.43%, #ea2d9c 88.9%, #da435a 100%);
        background: -o-linear-gradient(left, #437fe5 0%, #8f54dd 16.23%, #ba3cd9 38.7%, #de27d5 57.78%, #e62bb1 77.43%, #ea2d9c 88.9%, #da435a 100%);
        background: linear-gradient(90deg, #437fe5 0%, #8f54dd 16.23%, #ba3cd9 38.7%, #de27d5 57.78%, #e62bb1 77.43%, #ea2d9c 88.9%, #da435a 100%); }
    .contact-list-item-title {
      color: #9602ba;
      font-size: 18px;
      margin-bottom: 4px;
      display: inline-block; }
      @media (max-width: 767px) {
        .contact-list-item-title {
          font-size: 16px; } }
    .contact-list-item-link {
      color: #da435a;
      word-break: break-all; }
      @media (hover: hover) {
        .contact-list-item-link:hover {
          text-decoration: underline; } }

.js-slidein {
  opacity: 0;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out; }
  .js-slidein.is-inview {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }

.slick-arrow {
  position: absolute;
  top: calc(50% - 18px);
  font-size: 32px;
  cursor: pointer;
  z-index: 1;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
  line-height: 1; }
  @media (max-width: 767px) {
    .slick-arrow {
      font-size: 28px; } }
  .slick-arrow.slick-prev {
    -webkit-transform: rotate(180deg) translate(-50%, 50%);
    -ms-transform: rotate(180deg) translate(-50%, 50%);
    transform: rotate(180deg) translate(-50%, 50%);
    right: 70%; }
    @media (max-width: 767px) {
      .slick-arrow.slick-prev {
        left: 4px;
        -webkit-transform: rotate(180deg) translate(0, 50%);
        -ms-transform: rotate(180deg) translate(0, 50%);
        transform: rotate(180deg) translate(0, 50%);
        right: unset; } }
  .slick-arrow.slick-next {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 70%; }
    @media (max-width: 767px) {
      .slick-arrow.slick-next {
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        left: unset;
        right: 4px; } }
  @media (hover: hover) {
    .slick-arrow:hover {
      opacity: 0.8; }
      .slick-arrow:hover i:before {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9); } }

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  margin-top: 20px;
  gap: 8px; }
  .slick-dots > li {
    width: 10px;
    height: 10px;
    font-size: 0; }
    .slick-dots > li button {
      border: #9602ba 2px solid;
      border-radius: 100px;
      width: 100%;
      height: 100%;
      cursor: pointer;
      -webkit-transition: .25s;
      -o-transition: .25s;
      transition: .25s; }
      @media (hover: hover) {
        .slick-dots > li button:hover {
          background: #9602ba;
          opacity: .8; } }
    .slick-dots > li.slick-active button {
      background: #9602ba; }
    .slick-dots > li.autoplay-buttons {
      width: 16px;
      height: 16px;
      position: relative; }
      .slick-dots > li.autoplay-buttons[data-play="stop"] button:before {
        content: url("assets/svg/icon-pause.svg");
        width: 40%;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
      .slick-dots > li.autoplay-buttons[data-play="play"] button:before {
        content: url("assets/svg/icon-triangle.svg");
        width: 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(-90deg);
        -ms-transform: translate(-50%, -50%) rotate(-90deg);
        transform: translate(-50%, -50%) rotate(-90deg); }
      .slick-dots > li.autoplay-buttons button {
        background-color: black;
        border-radius: 2px;
        border: none; }

.btn {
  border-radius: 100px;
  min-width: 246px;
  overflow: hidden;
  font-weight: bold;
  padding: 3px;
  display: inline-block;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
  cursor: pointer;
  color: #9602ba; }
  @media (hover: hover) {
    .btn:hover {
      color: #000; } }
  .btn-inner {
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    border-radius: 100px;
    display: block;
    padding: .5em 1.5em;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .5em;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .btn-inner .icon-circlebg {
      background: #9602ba; }
    .btn-inner .icon-absolute-right {
      position: absolute;
      right: 1em; }
  @media (hover: hover) {
    .btn:hover .icon-circlebg {
      background: #000; }
    .btn:hover .icon-circleborder {
      border-color: #000; }
      .btn:hover .icon-circleborder .icon:before {
        background-color: #000; } }

.btn.btn--filled {
  color: #fff; }
  .btn.btn--filled .btn-inner {
    background: transparent; }
    .btn.btn--filled .btn-inner .icon-circlebg {
      background: #fff; }
      .btn.btn--filled .btn-inner .icon-circlebg .icon:before {
        background-color: #9602ba; }
  @media (hover: hover) {
    .btn.btn--filled:hover {
      color: #000; }
      .btn.btn--filled:hover .btn-inner {
        background: #fff; }
        .btn.btn--filled:hover .btn-inner .icon::before {
          background-color: #000; }
        .btn.btn--filled:hover .btn-inner .icon-circlebg {
          background-color: #000; }
          .btn.btn--filled:hover .btn-inner .icon-circlebg .icon:before {
            background-color: #fff; } }

.btn-list {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(246px, 1fr));
  gap: .75em 1em;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  width: 80%;
  margin-bottom: 40px; }

.page-top-btn {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 50px;
  height: 50px;
  background: #9602ba;
  border: none;
  border-radius: 8px;
  border: 2px solid #fff;
  cursor: pointer;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); }
  .page-top-btn.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  .page-top-btn:hover {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2); }
  .page-top-btn:active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); }
  .page-top-btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 12px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: translate(-50%, -25%) rotate(-45deg);
    -ms-transform: translate(-50%, -25%) rotate(-45deg);
    transform: translate(-50%, -25%) rotate(-45deg);
    border-radius: 1px; }
  .page-top-btn .page-top-btn-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0; }
  @media (max-width: 767px) {
    .page-top-btn {
      bottom: 20px;
      right: 20px;
      width: 48px;
      height: 48px; }
      .page-top-btn::before {
        width: 10px;
        height: 10px; } }
  @media (hover: hover) {
    .page-top-btn:hover::before {
      -webkit-animation: pageTopBounce 0.6s ease infinite alternate;
      animation: pageTopBounce 0.6s ease infinite alternate; } }

@-webkit-keyframes pageTopBounce {
  0% {
    -webkit-transform: translate(-50%, -25%) rotate(-45deg);
    transform: translate(-50%, -25%) rotate(-45deg); }
  100% {
    -webkit-transform: translate(-50%, -35%) rotate(-45deg);
    transform: translate(-50%, -35%) rotate(-45deg); } }

@keyframes pageTopBounce {
  0% {
    -webkit-transform: translate(-50%, -25%) rotate(-45deg);
    transform: translate(-50%, -25%) rotate(-45deg); }
  100% {
    -webkit-transform: translate(-50%, -35%) rotate(-45deg);
    transform: translate(-50%, -35%) rotate(-45deg); } }

@media (max-width: 767px) {
  body.spMenu-open .page-top-btn {
    opacity: 0;
    visibility: hidden; } }

body.modal-open .page-top-btn {
  opacity: 0;
  visibility: hidden; }

.loading-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  background: -webkit-radial-gradient(center, ellipse, #14141e 0%, black 100%);
  background: -o-radial-gradient(center, ellipse, #14141e 0%, black 100%);
  background: radial-gradient(ellipse at center, #14141e 0%, black 100%);
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 1s ease-out, visibility 1s ease-out;
  -o-transition: opacity 1s ease-out, visibility 1s ease-out;
  transition: opacity 1s ease-out, visibility 1s ease-out;
  will-change: opacity, visibility; }
  .loading-screen.is-hidden {
    opacity: 0;
    visibility: hidden; }
  .loading-screen-content {
    text-align: center;
    position: relative; }
  .loading-screen-logo {
    max-width: 400px;
    width: 80vw;
    height: auto;
    opacity: 0;
    -webkit-transform: scale(0.8) translateY(20px);
    -ms-transform: scale(0.8) translateY(20px);
    transform: scale(0.8) translateY(20px);
    -webkit-animation: logoFadeIn 2s ease-out 0.5s forwards;
    animation: logoFadeIn 2s ease-out 0.5s forwards;
    will-change: opacity, transform;
    mix-blend-mode: screen; }
    @media (max-width: 767px) {
      .loading-screen-logo {
        width: 90vw; } }
  .loading-screen-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300px;
    height: 300px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: -webkit-radial-gradient(circle, rgba(150, 2, 186, 0.3) 0%, rgba(150, 2, 186, 0.1) 30%, transparent 70%);
    background: -o-radial-gradient(circle, rgba(150, 2, 186, 0.3) 0%, rgba(150, 2, 186, 0.1) 30%, transparent 70%);
    background: radial-gradient(circle, rgba(150, 2, 186, 0.3) 0%, rgba(150, 2, 186, 0.1) 30%, transparent 70%);
    border-radius: 50%;
    -webkit-animation: glowPulse 3s ease-in-out infinite;
    animation: glowPulse 3s ease-in-out infinite;
    z-index: -1;
    will-change: opacity, transform; }
    @media (max-width: 767px) {
      .loading-screen-glow {
        width: 200px;
        height: 200px; } }
    .loading-screen-glow::before {
      content: '';
      position: absolute;
      top: 10%;
      left: 10%;
      width: 80%;
      height: 80%;
      background: -webkit-radial-gradient(circle, rgba(67, 127, 229, 0.2) 0%, rgba(143, 84, 221, 0.2) 25%, transparent 50%);
      background: -o-radial-gradient(circle, rgba(67, 127, 229, 0.2) 0%, rgba(143, 84, 221, 0.2) 25%, transparent 50%);
      background: radial-gradient(circle, rgba(67, 127, 229, 0.2) 0%, rgba(143, 84, 221, 0.2) 25%, transparent 50%);
      border-radius: 50%;
      animation: glowPulse 2.5s ease-in-out infinite reverse; }
    .loading-screen-glow::after {
      content: '';
      position: absolute;
      top: 20%;
      left: 20%;
      width: 60%;
      height: 60%;
      background: -webkit-radial-gradient(circle, rgba(234, 45, 156, 0.15) 0%, rgba(218, 67, 90, 0.15) 50%, transparent 70%);
      background: -o-radial-gradient(circle, rgba(234, 45, 156, 0.15) 0%, rgba(218, 67, 90, 0.15) 50%, transparent 70%);
      background: radial-gradient(circle, rgba(234, 45, 156, 0.15) 0%, rgba(218, 67, 90, 0.15) 50%, transparent 70%);
      border-radius: 50%;
      -webkit-animation: glowPulse 2s ease-in-out infinite;
      animation: glowPulse 2s ease-in-out infinite; }
  .loading-screen-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0; }

@-webkit-keyframes logoFadeIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8) translateY(20px);
    transform: scale(0.8) translateY(20px); }
  60% {
    opacity: 0.8;
    -webkit-transform: scale(1.05) translateY(-5px);
    transform: scale(1.05) translateY(-5px); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0); } }

@keyframes logoFadeIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8) translateY(20px);
    transform: scale(0.8) translateY(20px); }
  60% {
    opacity: 0.8;
    -webkit-transform: scale(1.05) translateY(-5px);
    transform: scale(1.05) translateY(-5px); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0); } }

@-webkit-keyframes glowPulse {
  0%,
  100% {
    opacity: 0.3;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1); }
  50% {
    opacity: 0.6;
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1); } }

@keyframes glowPulse {
  0%,
  100% {
    opacity: 0.3;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1); }
  50% {
    opacity: 0.6;
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1); } }

body.loading {
  overflow: hidden; }

@media (prefers-reduced-motion: reduce) {
  .loading-screen-logo {
    -webkit-animation: logoFadeInReduced 1s ease-out 0.5s forwards;
    animation: logoFadeInReduced 1s ease-out 0.5s forwards; }
  .loading-screen-glow {
    -webkit-animation: none;
    animation: none;
    opacity: 0.3; }
  @-webkit-keyframes logoFadeInReduced {
    0% {
      opacity: 0; }
    100% {
      opacity: 1; } }
  @keyframes logoFadeInReduced {
    0% {
      opacity: 0; }
    100% {
      opacity: 1; } } }

*:has(.top-decoration) {
  position: relative; }

.top-decoration {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none; }
  .top-decoration > [class^="top-decoration"] {
    display: block;
    position: absolute; }
    .top-decoration > [class^="top-decoration"]::before {
      content: "";
      width: 100%;
      height: 100%;
      display: block;
      background-repeat: no-repeat;
      background-size: contain;
      mix-blend-mode: lighten; }

.top-decoration-top-left {
  width: 743px;
  height: 832px;
  left: -32%;
  top: -300px; }
  @media (max-width: 767px) {
    .top-decoration-top-left {
      display: none !important;
      width: 450px;
      height: 360px;
      left: -51px;
      top: -280px; } }
  .top-decoration-top-left::before {
    background-image: url("assets/img/top/top-section01-tl.png"); }
    @media (max-width: 767px) {
      .top-decoration-top-left::before {
        background-image: url("assets/img/top/top-section01-tl-sp.png"); } }

.top-decoration-bottom-left {
  width: 738px;
  height: 1050px;
  right: 66%;
  bottom: -180px; }
  @media (max-width: 767px) {
    .top-decoration-bottom-left {
      width: 56vw;
      height: 100%;
      right: 65%;
      top: -50px; } }
  .top-decoration-bottom-left::before {
    background-image: url("assets/img/top/top-section01-bl.png"); }
    @media (max-width: 767px) {
      .top-decoration-bottom-left::before {
        background-image: url("assets/img/top/top-section01-bl-sp.png");
        background-position: center 10%; } }

.top-decoration-bottom-right {
  width: 333px;
  height: 503px;
  right: -12%;
  bottom: -275px; }
  @media (max-width: 767px) {
    .top-decoration-bottom-right {
      width: 95vw;
      height: 190vw;
      right: -33%;
      bottom: 10%; } }
  .top-decoration-bottom-right::before {
    background-image: url("assets/img/top/top-section01-br.png"); }
    @media (max-width: 767px) {
      .top-decoration-bottom-right::before {
        background-image: url("assets/img/top/top-section01-br-sp.png"); } }

.top-decoration-top-right {
  width: 908px;
  height: 1462px;
  right: -39%;
  bottom: 40px; }
  @media (max-width: 767px) {
    .top-decoration-top-right {
      width: 100vw;
      height: 150vw;
      right: -30%;
      bottom: 70%; } }
  .top-decoration-top-right::before {
    background-image: url("assets/img/top/top-section01-tr.png"); }
    @media (max-width: 767px) {
      .top-decoration-top-right::before {
        background-image: url("assets/img/top/top-section01-tr-sp.png"); } }

.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;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s; }
  .icon-circlebg .icon,
  .icon-circleborder .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0.6);
    -ms-transform: translate(-50%, -50%) scale(0.6);
    transform: translate(-50%, -50%) scale(0.6); }

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

.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;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .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"); }

.icon--ship::before {
  -webkit-mask-image: url("assets/svg/icon-ship.svg");
  mask-image: url("assets/svg/icon-ship.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: #9602ba; }

.u-color-parple {
  color: #9602ba; }

.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: -webkit-gradient(linear, left top, right top, from(rgba(67, 127, 229, 0.3)), color-stop(16.23%, rgba(143, 84, 221, 0.3)), color-stop(38.7%, rgba(186, 60, 217, 0.3)), color-stop(57.78%, rgba(222, 39, 213, 0.3)), color-stop(77.43%, rgba(230, 43, 177, 0.3)), color-stop(88.9%, rgba(234, 45, 156, 0.3)), to(rgba(218, 67, 90, 0.3)));
  background: -webkit-linear-gradient(left, 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%);
  background: -o-linear-gradient(left, 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%);
  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;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out; }
  .u-bg-brand-gradation-light-hoverable:before {
    background: -webkit-gradient(linear, left top, right top, from(rgba(67, 127, 229, 0.3)), color-stop(16.23%, rgba(143, 84, 221, 0.3)), color-stop(38.7%, rgba(186, 60, 217, 0.3)), color-stop(57.78%, rgba(222, 39, 213, 0.3)), color-stop(77.43%, rgba(230, 43, 177, 0.3)), color-stop(88.9%, rgba(234, 45, 156, 0.3)), to(rgba(218, 67, 90, 0.3)));
    background: -webkit-linear-gradient(left, 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%);
    background: -o-linear-gradient(left, 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%);
    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: -webkit-gradient(linear, left top, right top, from(rgba(116, 212, 0, 0.3)), color-stop(20%, rgba(101, 245, 19, 0.3)), color-stop(48%, rgba(63, 230, 255, 0.3)), color-stop(58%, rgba(63, 240, 247, 0.3)), color-stop(76%, rgba(63, 255, 236, 0.3)), color-stop(97%, rgba(119, 145, 253, 0.3)));
    background: -webkit-linear-gradient(left, 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%);
    background: -o-linear-gradient(left, 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%);
    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;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out; }
  .u-bg-brand-gradation-hoverable:before {
    background: -webkit-gradient(linear, left top, right top, from(#437fe5), color-stop(16.23%, #8f54dd), color-stop(38.7%, #ba3cd9), color-stop(57.78%, #de27d5), color-stop(77.43%, #e62bb1), color-stop(88.9%, #ea2d9c), to(#da435a));
    background: -webkit-linear-gradient(left, #437fe5 0%, #8f54dd 16.23%, #ba3cd9 38.7%, #de27d5 57.78%, #e62bb1 77.43%, #ea2d9c 88.9%, #da435a 100%);
    background: -o-linear-gradient(left, #437fe5 0%, #8f54dd 16.23%, #ba3cd9 38.7%, #de27d5 57.78%, #e62bb1 77.43%, #ea2d9c 88.9%, #da435a 100%);
    background: linear-gradient(90deg, #437fe5 0%, #8f54dd 16.23%, #ba3cd9 38.7%, #de27d5 57.78%, #e62bb1 77.43%, #ea2d9c 88.9%, #da435a 100%);
    opacity: 1;
    z-index: -1; }
  .u-bg-brand-gradation-hoverable:after {
    background: -webkit-gradient(linear, left top, right top, from(#74d400), color-stop(20%, #65f513), color-stop(48%, #3fe6ff), color-stop(58%, #3ff0f7), color-stop(76%, #3fffec), color-stop(97%, #7791fd));
    background: -webkit-linear-gradient(left, #74d400 0%, #65f513 20%, #3fe6ff 48%, #3ff0f7 58%, #3fffec 76%, #7791fd 97%);
    background: -o-linear-gradient(left, #74d400 0%, #65f513 20%, #3fe6ff 48%, #3ff0f7 58%, #3fffec 76%, #7791fd 97%);
    background: linear-gradient(90deg, #74d400 0%, #65f513 20%, #3fe6ff 48%, #3ff0f7 58%, #3fffec 76%, #7791fd 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; } }

/*# sourceMappingURL=style.css.map */