:root {
  --_koda---max_width: 940px;
  --_koda---bg_category: var(--_koda---bg_label);
  --_koda---bg_label: #969696;
  --_koda---main_text: #333;
  --_koda---bg_white: var(--elements-webflow-library--neutral--100);
  --_koda---line_title: #cfcfcf;
  --_koda---border_1: #ddd;
  --_koda---title_mini: var(--_koda---bg_pale);
  --_koda---title_archive: #409be6;
  --_koda---bg_pale: whitesmoke;
  --_koda---bg_button: #3898ec;
  --koda--title_archive_item\<deleted\|variable-4c5fbdc2-19fc-43d8-ec7d-5eb1427fb0b6\>: #4059e6;
  --_koda---title_detail_sub: #4b92cc;
  --_koda---bg_item_subtitle: #000;
  --_koda---title_archive_item: #fff;
  --_koda---bg_detail_item: #fff;
  --_koda---border: #e2e1e1;
  --bg_detail_item: #f5f5f5;
  --_koda---bg_heading: #000;
  --btn_text_1: #fff;
  --_koda---bg_popup: #000000c2;
  --_koda---bg_detail_cmt_popup: #e7e7e7;
  --_koda---text_wob: white;
  --_koda---li_margin_bottom: 10px;
  --_koda---bg_label_2: #ddd;
  --elements-webflow-library--neutral--800: #211f54;
  --elements-webflow-library--accent--primary-1: #4a3aff;
  --elements-webflow-library--neutral--100: white;
  --elements-webflow-library--neutral--300: #eff0f6;
  --elements-webflow-library--general--shadow-02: #14142b14;
  --elements-webflow-library--neutral--600: #6e7191;
  --elements-webflow-library--secondary--color-2: #f2f1ff;
  --elements-webflow-library--general--shadow-01: #14142b0f;
  --elements-webflow-library--secondary--color-1: #281ca5;
  --elements-webflow-library--general--shadow-03: #14142b1a;
  --elements-webflow-library--neutral--200: #f7f7fc;
  --elements-webflow-library--neutral--400: #dcddeb;
  --_koda---koda_popup_width_fix: 600px;
  --_koda---text_lyrics: #3d0f0f;
  --_koda---text_comment: #6d2b0a;
  --memberstack-library--ms-main-cta-color: #2962ff;
  --memberstack-library--ms-main-cta-hover: #1051b9;
  --memberstack-library--ms-border-color: #12133140;
  --memberstack-library--ms-shadow-color: #0000001a;
  --memberstack-library--ms-main-text-color: #121331;
  --memberstack-library--ms-input-placeholder: #12133199;
  --form-attend: #d80000;
  --memberstack-library--ms-background-color: #f4f5f8;
  --accessible-components--dark-grey: #9b9b9b;
  --max_width_2: 800rem;
  --_koda---area_button_height: 60px;
  --_koda---font-family: "Noto Serif JP", sans-serif;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

/* .w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
} */

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family:
    Arial,
    Helvetica Neue,
    Helvetica,
    sans-serif;
  font-size: 14px;
  line-height: 20px;
}

/* .navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
} */

/* .navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
} */

.container_general {
  max-width: var(--_koda---max_width);
  aspect-ratio: auto;
  background-color: #0000;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  margin: 0 auto 20px;
  padding: 0;
  font-family:
    Noto Sans JP,
    sans-serif;
  display: flex;
  position: static;
}

/* .navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
} */

/* .nav-menu-wrapper {
  flex: 0 auto;
  align-items: flex-start;
  padding-top: 5px;
  display: flex;
} */

/* .nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
} */

/* .nav-link {
  color: #1a1b1f;
  letter-spacing: 0.25px;
  margin-left: 4px;
  margin-right: 4px;
  padding: 5px 3px;
  font-family:
    Noto Sans JP,
    sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
} */

/* .nav-link:hover {
  color: #1a1b1fbf;
} */

/* .nav-link:focus-visible,
.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link.w--current {
  font-family:
    Noto Sans JP,
    sans-serif;
} */

/* .nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}
 */
/* .nav-dropdown-toggle {
  letter-spacing: 0.25px;
  padding: 5px 20px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible,
.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 3px;
  font-family:
    Noto Sans JP,
    sans-serif;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-list.shadow-three.mobile-shadow-hide {
  border-style: none solid solid;
  border-width: 1px;
  border-color: var(--_koda---bg_category);
  border-radius: 4px;
  display: none;
}

.nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
  display: block;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-family:
    Noto Sans JP,
    sans-serif;
  font-size: 14px;
  text-decoration: none;
}

.nav-dropdown-link:focus-visible,
.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link.w--current {
  border-right: 1px none var(--_koda---bg_label);
  border-bottom: 1px none var(--_koda---bg_label);
  border-left: 1px none var(--_koda---bg_label);
}

.nav-dropdown-link.w--current:focus-visible,
.nav-dropdown-link.w--current[data-wf-focus-visible] {
  color: var(--_koda---main_text);
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: 0.25px;
  margin-left: 5px;
  margin-right: 10px;
  padding: 5px 10px;
  font-family:
    Noto Sans JP,
    sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
} */

.button-primary {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all 0.2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.section-moment {
  background-color: var(--_koda---bg_white);
  border-bottom: 1px solid #e4ebf3;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: block;
  position: relative;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.db_home_moment_photo_text {
  z-index: 20;
  color: #fff;
  text-align: left;
  background-color: #0000004a;
  margin: auto auto 3% 8%;
  padding: 10px 20px;
  font-size: 19px;
  line-height: 28px;
  text-decoration: none;
  position: relative;
}

.hero-image {
  width: 100%;
  margin-top: 50px;
}

.team-slider {
  background-color: var(--_koda---bg_white);
  border-bottom: 1px solid #e4ebf3;
  padding: 40px 30px 80px;
  position: relative;
}

.centered-heading {
  border-top: 1px none var(--_koda---line_title);
  border-bottom: 1px none var(--_koda---line_title);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family:
    Noto Serif JP,
    sans-serif;
  font-size: 30px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.content-wrapper {
  max-width: var(--_koda---max_width);
  background-color: #0000;
  height: auto;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  border: 1px solid var(--_koda---border_1);
  background-color: var(--_koda---bg_white);
  border-radius: 1px;
  padding-bottom: 24px;
}

.team-member-image-two {
  object-fit: cover;
  width: 100%;
  min-width: auto;
  max-width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 18px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.text-news-title {
  margin-top: 12px;
  margin-bottom: 12px;
  font-family:
    Noto Sans JP,
    sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}

.text-news-desc {
  margin-bottom: 20px;
  font-family:
    Noto Sans JP,
    sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.footer-light {
  background-color: #7c7c7c;
  border-bottom: 1px solid #e4ebf3;
  width: 100%;
  padding: 80px 30px 40px;
  position: relative;
}

.footer-wrapper-two {
  color: #fff;
  background-color: #0000;
  justify-content: space-between;
  align-items: flex-start;
  font-family:
    Noto Sans JP,
    sans-serif;
  display: flex;
}

.footer-block-two {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-title {
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.footer-link-two {
  color: #fff;
  margin-top: 20px;
  text-decoration: none;
}

.footer-link-two:hover {
  color: #1a1b1fbf;
}

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all 0.2s;
}

.footer-form-field:hover,
.footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::placeholder {
  color: #1a1b1fcc;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  background-color: #1a1b1f;
  background-image: url("../images/");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all 0.2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: var(--_koda---title_mini);
}

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.testimonial-column-light {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-2 {
  text-align: center;
  margin-bottom: 16px;
}

.testimonial-grid-two {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.testimonial-card-two {
  border: 1px solid #e4ebf3;
  flex-direction: column;
  padding: 32px 16px 16px;
  display: flex;
}

.testimonial-text-two {
  margin-bottom: 52px;
}

.testimonial-info-three {
  background-color: #f5f7fa;
  align-items: center;
  padding: 24px 16px;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-main-heading {
  margin-bottom: 2px;
  font-weight: 600;
}

.text-span {
  border: 1px solid #2c7fe6;
  font-weight: 700;
}

.text-news-date {
  color: var(--_koda---title_archive);
  border: 1px #000;
  margin-bottom: 10px;
  font-family:
    Open Sans,
    sans-serif;
  font-weight: 700;
}

/* .navbar-logo-left-container-2 {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
} */

/* .navbar-logo-left-container-2.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
} */

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

/* .nav-menu-two-2 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
} */

/* .nav-link-2 {
  color: #1a1b1f;
  letter-spacing: 0.25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
} */

/* .nav-link-2:hover {
  color: #1a1b1fbf;
} */

/* .nav-link-2:focus-visible,
.nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
} */

/* .nav-dropdown-2 {
  margin-left: 5px;
  margin-right: 5px;
} */

/* .nav-dropdown-toggle-2 {
  letter-spacing: 0.25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-2:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-2:focus-visible,
.nav-dropdown-toggle-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
} */

.nav-dropdown-icon-2 {
  margin-right: 10px;
}

/* .nav-dropdown-list-2 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-2.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
} */

/* .nav-dropdown-link-2 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-2:focus-visible,
.nav-dropdown-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
} */

/* .nav-divider-2 {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent-2 {
  color: #1a1b1f;
  letter-spacing: 0.25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
} */

/* .nav-link-accent-2:hover {
  color: #1a1b1fbf;
} */

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-family:
    Noto Sans JP,
    sans-serif;
  font-size: 12px;
  line-height: 20px;
  transition: all 0.2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.footer-dark {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link-2 {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.hero-heading-right {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 20px 0;
  position: relative;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 940px;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.shadow-two {
  background-color: #e0e0e0;
  box-shadow: 0 4px 24px #96a3b514;
}

.margin-bottom-24px-2 {
  margin-bottom: 24px;
}

.code-embed {
  margin: 0 auto;
}

.code-embed-2 {
  margin: 40px auto;
}

.quick-stack {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-2 {
  background-color: #dadada00;
  font-weight: 700;
}

.cell,
.cell-2 {
  background-color: #e0dfdf;
}

.hero-heading-right-2 {
  background-color: #f5f7fa00;
  border-bottom: 1px solid #e4ebf3;
  padding: 40px;
  position: relative;
}

.container-4 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-2 {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
  padding-bottom: 0;
  display: flex;
}

.wrapper_detail_title_l {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
  position: relative;
}

.detail_common_main_image {
  aspect-ratio: 1;
  vertical-align: text-top;
  object-fit: cover;
  border: 0 solid #777;
  border-radius: 10px;
  flex: 0 auto;
  box-shadow: 0 4px 24px #96a3b514;
}

.detail_common_introducition {
  margin-top: 10px;
  margin-bottom: 20px;
  margin-right: 0;
  font-family:
    Noto Serif JP,
    sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}

.detail_song_button {
  background-color: var(--_koda---bg_button);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all 0.2s;
}

.detail_song_button:hover {
  color: #fff;
  background-color: #32343a;
}

.detail_song_button:active {
  background-color: #43464d;
}

.pricing-overview {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-heading-3 {
  text-align: center;
  margin-bottom: 16px;
}

.pricing-description {
  text-align: center;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-grid {
  grid-column-gap: 64px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.pricing-card-three {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pricing-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
}

.pricing-card-text {
  margin-bottom: 20px;
  font-size: 16px;
}

.text-link-arrow-2 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-2 {
  margin-left: 2px;
  display: flex;
}

.heading {
  color: var(--koda--title_archive_item\<deleted\|variable-4c5fbdc2-19fc-43d8-ec7d-5eb1427fb0b6\>);
  margin-bottom: 0;
  font-size: 14px;
}

.heading.item_subtitle {
  margin-bottom: 10px;
}

.heading-2,
.heading-3 {
  font-size: 14px;
}

.text-block-3 {
  color: var(--_koda---main_text);
  text-indent: 2px;
  font-family:
    Noto Sans JP,
    sans-serif;
  font-weight: 400;
}

.button {
  margin-top: 40px;
}

.photo-moment {
  -webkit-text-fill-color: inherit;
  background-image: url("../images/06クリ0368.jpg");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-clip: border-box;
  width: 100%;
  height: 500px;
  display: flex;
}

.heading-4 {
  font-family: Playfair, sans-serif;
  font-weight: 700;
}

.koda_section_general {
  max-width: var(--_koda---max_width);
  border: 1px solid #0000;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 20px;
  position: relative;
}

.container-5 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.section_title {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading-2 {
  color: var(--_koda---title_archive);
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
  font-family:
    Noto Sans JP,
    sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.team-grid {
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.team-card {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image {
  object-fit: cover;
  border-radius: 50%;
  width: 270px;
  height: 270px;
  margin-bottom: 24px;
}

.team-member-name {
  margin-bottom: 6px;
  font-family:
    Noto Sans JP,
    sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.team-member-position {
  margin-bottom: 24px;
}

.quick-stack-2 {
  max-width: var(--_koda---max_width);
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.grid {
  grid-template-columns: 1.75fr;
  place-items: center;
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.image {
  overflow: hidden;
}

.cell_center {
  text-align: center;
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
}

.cell-4 {
  justify-content: flex-start;
  align-items: center;
}

.cell-5 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
}

.cell-6 {
  justify-content: flex-start;
  align-items: center;
}

.div-block-2 {
  grid-column-gap: 9px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 0.25fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  font-family:
    Noto Serif JP,
    sans-serif;
  display: grid;
}

.db_performer_vocal {
  color: var(--_koda---title_detail_sub);
  text-align: right;
  -webkit-text-stroke-color: var(--_koda---title_detail_sub);
  white-space: nowrap;
  font-family:
    Open Sans,
    sans-serif;
  font-weight: 700;
}

.text-block-5 {
  color: var(--_koda---title_detail_sub);
  -webkit-text-stroke-color: var(--_koda---title_detail_sub);
  font-family:
    Open Sans,
    sans-serif;
  font-weight: 700;
}

.div-2 {
  width: 80%;
}

.code-embed-3 {
  border: 0px none var(--_koda---title_archive);
  margin-top: -10px;
  position: relative;
  top: -10px;
}

.div-block-2-copy {
  grid-column-gap: 6px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 0.25fr 1.75fr;
  grid-auto-columns: 1fr;
  width: 80%;
  display: grid;
}

.performer_common_name {
  text-align: left;
  font-family:
    Noto Serif JP,
    sans-serif;
}

.image-2 {
  width: 40px;
  height: 40px;
}

.text_item_title {
  background-color: var(--_koda---bg_item_subtitle);
  color: var(--_koda---title_archive_item);
  text-align: center;
  letter-spacing: 1px;
  width: 100%;
  padding-top: 4px;
  padding-bottom: 4px;
  font-family:
    Noto Sans JP,
    sans-serif;
  font-weight: 700;
}

.text_item_content {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
}

.div-block-3 {
  text-align: center;
}

.div-block---divider {
  background-color: var(--_koda---title_archive_item);
  text-align: center;
  width: 80%;
  height: 1px;
  margin: 6px auto;
}

.cell-7,
.cell-8,
.cell-9 {
  justify-content: flex-start;
  align-items: center;
}

.div-block-4 {
  box-sizing: border-box;
  object-fit: fill;
  flex: 0 auto;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: static;
  overflow: visible;
}

.wrapper_item_title {
  text-align: center;
  width: 100%;
  margin: 10px 0 0;
  display: block;
}

.wrapper_item {
  border: 1px solid var(--_koda---bg_label);
  background-color: var(--_koda---bg_detail_item);
  text-align: center;
  border-radius: 10px;
  flex: 0 auto;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
  padding-left: 0;
  position: relative;
}

.wrapper_item_content {
  border: 2px red;
  width: 100%;
  margin: 20px auto 10px;
  padding: 0 24px;
}

.wrapper_item_content.list_item_ordered {
  font-weight: 600;
}

.icon_item_title {
  margin-bottom: 2px;
}

.quick_stack_3columns {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #0000;
  border-radius: 6px;
  width: 100%;
  max-width: 940px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 20px;
}

.cell-10,
.cell-11 {
  background-color: var(--bg_detail_item);
  justify-content: flex-start;
  align-items: center;
}

.div-block-8 {
  margin-left: 0;
  margin-right: 0;
}

.div-block-9 {
  background-color: #0000;
  width: 100%;
}

.hero-heading-right-3 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-6 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-3 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.shadow-two-3 {
  box-shadow: 0 4px 24px #96a3b514;
}

.margin-bottom-24px-4 {
  -webkit-text-stroke-color: var(--_koda---main_text);
  margin-bottom: 24px;
}

.button-primary-4 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0000004d;
  border: 1px solid #fff;
  border-radius: 0;
  align-self: center;
  width: 100px;
  height: 30px;
  margin: auto 8% 3% auto;
  padding: 10px 25px 20px;
  font-size: 12px;
  line-height: 12px;
  transition: all 0.2s;
  display: block;
}

.button-primary-4:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-4:active {
  background-color: #43464d;
}

.koda_paragraph {
  text-align: left;
  border-bottom: 1px #000;
  width: auto;
  margin-top: 0;
  padding: 0;
  font-family:
    Noto Serif JP,
    sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}

.button_view_all {
  box-sizing: border-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--_koda---bg_button);
  letter-spacing: 1px;
  column-count: auto;
  vertical-align: bottom;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 110px;
  margin: 0 auto;
  padding: 6px 20px;
  font-family:
    Noto Sans JP,
    sans-serif;
  font-size: 12px;
  text-decoration: none;
  display: inline-flex;
  position: relative;
  inset: auto 0%;
}

.img_item_score {
  aspect-ratio: 1;
  -webkit-text-fill-color: inherit;
  background-image: url("../images/score_s.jpg");
  background-size: cover;
  background-clip: border-box;
  width: 100%;
  height: 200px;
  margin-bottom: 10px;
}

.img_item_content {
  aspect-ratio: 1;
  background-image: url("../images/album-1.jpg");
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 300px;
  margin-bottom: 10px;
}

.text-block-9 {
  margin-bottom: 10px;
  font-family:
    Noto Sans JP,
    sans-serif;
  font-size: 12px;
}

.hero-stack-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 40px 30px 0;
  position: relative;
}

.hero-wrapper-two-2 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-image-2 {
  width: 100%;
  margin-top: 50px;
}

.div-block-list {
  aspect-ratio: auto;
  pointer-events: auto;
  text-decoration: none;
  -webkit-text-decoration-color: var(--_koda---main_text);
  text-decoration-color: var(--_koda---main_text);
  cursor: pointer;
  width: 100%;
  height: auto;
}

.koda_list_image {
  aspect-ratio: 1;
  display: block;
}

.list_common_title_name {
  text-decoration: none;
  -webkit-text-decoration-color: var(--_koda---main_text);
  text-decoration-color: var(--_koda---main_text);
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  margin-top: 3px;
  margin-bottom: 3px;
  font-family:
    Noto Serif JP,
    sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration-style: solid;
}

/* .koda_section_title {
  background-color: var(--_koda---bg_heading);
  max-width: none;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
} */

/* .koda_heading {
  float: left;
  color: #fff;
  letter-spacing: 1px;
  justify-content: flex-start;
  align-items: center;
  max-width: 940px;
  margin: 0 auto 0 0;
  padding: 10px 0;
  font-family:
    Noto Serif JP,
    sans-serif;
  font-size: 24px;
  line-height: 30px;
  display: flex;
} */

.button-news-more {
  background-color: var(--_koda---bg_item_subtitle);
  letter-spacing: 1px;
  margin-bottom: 0;
  padding: 4px 20px;
}

.container-7 {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 60px;
  padding-right: 60px;
}

.section_staff_diary {
  max-width: var(--_koda---max_width);
  background-color: #0000;
  border-bottom: 1px solid #e4ebf3;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 30px;
  position: relative;
}

.container_staff_diary {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.wrapper_staff_diary {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.container_staff_diary_content {
  aspect-ratio: auto;
  object-fit: cover;
  object-position: 0% 0%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  min-width: 46%;
  max-width: 46%;
  display: flex;
}

.db_staff_diary_photo {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  min-width: auto;
  max-width: 100%;
  box-shadow: 0 4px 24px #96a3b514;
}

.db_staff_diary_text {
  margin-bottom: 24px;
  font-family:
    Noto Sans JP,
    sans-serif;
}

.button_staff_diary {
  background-color: var(--_koda---bg_item_subtitle);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 12px 25px;
  font-family:
    Noto Sans JP,
    sans-serif;
  font-size: 12px;
  line-height: 20px;
  transition: all 0.2s;
}

.button_staff_diary:hover {
  color: #fff;
  background-color: #32343a;
}

.button_staff_diary:active {
  background-color: #43464d;
}

.db_staff_diary_date {
  color: var(--_koda---title_archive);
  font-family:
    Noto Sans JP,
    sans-serif;
  font-size: 18px;
}

.features-list {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.features-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.features-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 40%;
  display: flex;
}

.features-paragraph {
  margin-bottom: 24px;
}

.text-link-arrow-3 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-3 {
  margin-left: 2px;
  display: flex;
}

.features-right {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  margin-bottom: -16px;
  display: flex;
}

.features-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.features-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-right: 16px;
}

.image-4 {
  background-image: url("../images/album-1.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-2 {
  background-image: url("../images/koda_moment_06.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-5 {
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.text-song-subtitle {
  text-decoration: none;
  -webkit-text-decoration-color: var(--_koda---main_text);
  text-decoration-color: var(--_koda---main_text);
  font-family:
    Noto Sans JP,
    sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.heading-7 {
  -webkit-text-stroke-color: var(--_koda---main_text);
}

.search {
  max-width: var(--_koda---max_width);
  margin-left: auto;
  margin-right: auto;
}

.body {
  background-color: var(--_koda---bg_pale);
}

.image-6 {
  width: 50%;
}

.div-block-14 {
  background-color: #ddd;
}

.text-news-category_book {
  color: var(--btn_text_1);
  letter-spacing: 1px;
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  margin-top: 0;
  padding: 1px 10px;
  font-size: 10px;
  font-weight: 700;
}

.div-news-category {
  background-color: var(--_koda---bg_category);
  text-align: center;
  letter-spacing: 1px;
  width: 60px;
}

.section-dummy {
  background-color: var(--_koda---bg_white);
}

.hero-heading-right-4 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-8 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-4 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-4 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.shadow-two-4 {
  box-shadow: 0 4px 24px #96a3b514;
}

.margin-bottom-24px-5 {
  margin-bottom: 24px;
}

.button-primary-5 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all 0.2s;
}

.button-primary-5:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-5:active {
  background-color: #43464d;
}

.section-4 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.logos-title-large {
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.clients-title {
  text-align: center;
  font-size: 24px;
  line-height: 32px;
}

.clients-wrapper {
  justify-content: space-between;
  align-items: center;
  max-width: 750px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.koda_section {
  min-width: var(--_koda---max_width);
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-9 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-5 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-5 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.shadow-two-5 {
  box-shadow: 0 4px 24px #96a3b514;
}

.margin-bottom-24px-6 {
  margin-bottom: 24px;
}

.button-primary-6 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all 0.2s;
}

.button-primary-6:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-6:active {
  background-color: #43464d;
}

.div-block-15 {
  object-fit: cover;
  min-width: auto;
  max-width: 46%;
}

.div-block-16 {
  margin-top: 40px;
}

.section_general {
  width: 100%;
  margin-top: 40px;
}

/* .navbar-logo-left-container-3 {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
} */

/* .navbar-logo-left-container-3.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
} */

.container-10 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-3 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

/* .nav-menu-two-3 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
} */

/* .nav-link-3 {
  color: #1a1b1f;
  letter-spacing: 0.25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-3:hover {
  color: #1a1b1fbf;
}

.nav-link-3:focus-visible,
.nav-link-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
} */

/* .nav-dropdown-3 {
  margin-left: 5px;
  margin-right: 5px;
} */

/* .nav-dropdown-toggle-3 {
  letter-spacing: 0.25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-3:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-3:focus-visible,
.nav-dropdown-toggle-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-3 {
  margin-right: 10px;
}

.nav-dropdown-list-3 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-3.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-3 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-3:focus-visible,
.nav-dropdown-link-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider-3 {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
} */

/* .nav-link-accent-3 {
  color: #1a1b1f;
  letter-spacing: 0.25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent-3:hover {
  color: #1a1b1fbf;
} */

.button-primary-7 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all 0.2s;
}

.button-primary-7:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-7:active {
  background-color: #43464d;
}

.detail_common_title1 {
  color: var(--_koda---main_text);
  margin-top: 10px;
  margin-bottom: 0;
  font-family:
    Noto Serif JP,
    sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.list_common_artist_name {
  border-top: 0 #000;
  margin-top: 2px;
  margin-bottom: 2px;
  font-family:
    Noto Serif JP,
    sans-serif;
}

.audio-preview {
  aspect-ratio: auto;
  background-color: #979090;
  border: 0 solid #0000;
  border-radius: 0;
  width: 40px;
  max-width: 40px;
  height: 30px;
  max-height: 30px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-right: 0;
  display: none;
  overflow: hidden;
}

.text-list-song-title-copy {
  text-decoration: none;
  -webkit-text-decoration-color: var(--_koda---main_text);
  text-decoration-color: var(--_koda---main_text);
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  font-family:
    Noto Sans JP,
    sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-decoration-style: solid;
}

.list_common_date_issued {
  border-bottom: 0 #000;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 12px;
}

.div_item_performers {
  font-family:
    Noto Serif JP,
    sans-serif;
}

.body-2 {
  background-color: var(--_koda---bg_pale);
  font-family:
    Noto Serif JP,
    sans-serif;
  font-weight: 400;
}

.detail_song_phonogram {
  text-indent: 1px;
  flex: 0 auto;
  margin-top: 10px;
  font-family: Verdana, Geneva, sans-serif;
}

.detail_song_description_comment_from_others_note {
  text-align: left;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family:
    Noto Sans JP,
    sans-serif;
  font-weight: 400;
}

.koda_section_2 {
  background-color: var(--_koda---bg_white);
}

.hero-heading-right-5 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-6 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-6 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.shadow-two-6 {
  box-shadow: 0 4px 24px #96a3b514;
}

.margin-bottom-24px-7 {
  margin-bottom: 24px;
}

.button-primary-8 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all 0.2s;
}

.button-primary-8:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-8:active {
  background-color: #43464d;
}

.koda_bg_1 {
  border: 1px solid var(--_koda---line_title);
  background-color: var(--_koda---bg_pale);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.koda_bg_0 {
  border-bottom: 1px solid var(--_koda---line_title);
  background-color: var(--_koda---bg_white);
  padding-top: 20px;
  padding-bottom: 20px;
}

.list_song_image {
  aspect-ratio: 1;
  vertical-align: baseline;
  object-fit: cover;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 10px;
  width: 100%;
  display: inline-block;
  position: static;
}

.detail_common_title2 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 8px;
  margin-bottom: 0;
  font-family:
    Noto Serif JP,
    sans-serif;
  font-size: 18px;
  line-height: 24px;
  display: flex;
}

.common_date {
  letter-spacing: 1px;
  text-indent: 0;
  padding-left: 2px;
  padding-right: 2px;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
  display: block;
}

.detail_song_artist_name {
  margin-top: 0;
  margin-bottom: 0;
  font-family:
    Noto Serif JP,
    sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.detail_common_description {
  text-align: left;
  margin: 0;
  padding: 0;
  font-family:
    Noto Serif JP,
    sans-serif;
  line-height: 24px;
}

.song_collaboration_start_year {
  text-align: left;
  font-family:
    Noto Serif JP,
    sans-serif;
  font-weight: 700;
}

.song_collaboration_start_year.common_date {
  padding-left: 0;
}

.song_collaboration_use_name {
  text-align: left;
  margin-bottom: 20px;
  font-family:
    Noto Serif JP,
    sans-serif;
}

.detail_album_type {
  float: left;
  clear: none;
  border: 1px solid var(--_koda---bg_category);
  background-color: var(--_koda---bg_category);
  color: var(--_koda---bg_white);
  text-align: center;
  letter-spacing: 1px;
  border-radius: 1px;
  justify-content: flex-start;
  min-width: 100px;
  margin-top: 0;
  padding: 4px 10px;
  font-family:
    Noto Sans JP,
    sans-serif;
  font-size: 12px;
  line-height: 18px;
  display: block;
}

.detail_album_media {
  float: left;
  clear: none;
  border-style: solid solid solid none;
  border-width: 1px;
  border-color: var(--_koda---bg_category);
  justify-content: flex-start;
  margin-bottom: 0;
  padding: 4px 10px;
  font-family:
    Noto Sans JP,
    sans-serif;
  font-size: 12px;
  line-height: 18px;
  display: block;
  transform: translate(0);
}

.detail_album_productnumber {
  float: left;
  text-align: center;
  border: 1px #000;
  width: 100%;
  padding: 2px 10px;
  font-family:
    Noto Sans JP,
    sans-serif;
  font-size: 12px;
  display: block;
}

.detail_album_version_name {
  float: left;
  clear: none;
  border-style: solid;
  border-width: 1px 1px 1px 0;
  border-color: var(--_koda---bg_category);
  border-radius: 0;
  padding: 4px 10px;
  font-family:
    Noto Sans JP,
    sans-serif;
  font-size: 12px;
  line-height: 18px;
}

.detail_common_price {
  float: left;
  flex-flow: column;
  order: 0;
  align-self: auto;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-family:
    Noto Sans JP,
    sans-serif;
  font-weight: 700;
  display: block;
  position: relative;
}

.div-block-17 {
  clear: none;
  background-color: #e22020;
  width: 100px;
  height: 100px;
  display: inline-flex;
  position: static;
}

.div-block-18 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100px;
  height: 100px;
  display: inline-flex;
}

.album_info {
  clear: left;
  text-align: left;
  object-fit: fill;
  border: 1px #000;
  width: auto;
  min-width: auto;
  max-width: 100%;
  margin: 0 auto 0 0;
  position: static;
}

.div-block-20 {
  background-color: var(--_koda---bg_detail_item);
}

.modal_content_fit {
  max-width: var(--_koda---max_width);
  background-color: var(--_koda---bg_white);
  border-radius: 10px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: block;
  position: static;
}

.modal {
  z-index: 5;
  border-radius: 10px;
  width: 90%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 4rem 0;
  display: block;
  position: relative;
}

.modal-cmt1-popup {
  z-index: 99;
  background-color: var(--_koda---bg_popup);
  opacity: 1;
  border-radius: 0;
  width: 100vw;
  min-width: auto;
  display: none;
  position: fixed;
  inset: 0;
  overflow: auto;
}

.btn_pop_close {
  background-color: var(--_koda---bg_heading);
  text-align: center;
  width: 36px;
  height: 36px;
  margin: 0 0 -3rem auto;
  padding: 3px;
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    Fira Sans,
    Droid Sans,
    Helvetica Neue,
    sans-serif;
  font-size: 30px;
  font-weight: 100;
  line-height: 30px;
  display: block;
  position: relative;
  top: -3rem;
  right: 0;
}

.modal-rylics-popup {
  z-index: 99;
  background-color: var(--_koda---bg_popup);
  width: 100%;
  display: none;
  position: fixed;
  inset: 0;
  overflow: auto;
}

.code-embed-4 {
  text-align: left;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  font-family:
    Noto Serif JP,
    sans-serif;
}

.div-block-21 {
  background-color: var(--_koda---bg_white);
}

.detail_song_recipient_alternate_song_title {
  font-family:
    Noto Serif JP,
    sans-serif;
}

.detail_song_release_album_name {
  aspect-ratio: 1;
  object-fit: contain;
}

.item_album_name {
  margin-bottom: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-family:
    Noto Serif JP,
    sans-serif;
  font-weight: 700;
}

.detail_album_publisher_name {
  font-family:
    Noto Sans JP,
    sans-serif;
}

.conainer_staff_diary_content_l {
  min-width: 36%;
  max-width: 36%;
}

.conainer_staff_diary_content_r {
  min-width: 56%;
  max-width: 56%;
}

.modal-score-popup {
  z-index: 99;
  background-color: var(--_koda---bg_popup);
  width: 100%;
  display: none;
  position: fixed;
  inset: 0;
}

.detail_song_score {
  background-color: var(--_koda---bg_white);
  width: 100%;
  max-width: none;
  height: 80vh;
  max-height: 100vh;
  overflow: scroll;
}

.div-block-23 {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.modal_content {
  width: 80%;
  padding-left: 0;
}

.modal-cmt2-popup {
  z-index: 99;
  background-color: var(--_koda---bg_popup);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: fixed;
  inset: 0;
}

.text_item_popup_song_name {
  background-color: var(--_koda---bg_detail_cmt_popup);
  color: var(--_koda---main_text);
  letter-spacing: 1px;
  text-indent: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family:
    Noto Serif JP,
    sans-serif;
  font-size: 18px;
  font-weight: 700;
  display: block;
}

.detail_song_description_comment {
  text-align: left;
  margin-bottom: 2rem;
  padding-left: 0;
  padding-right: 0;
}

.banner__slide {
  background-image: url("../images/koda_moment_02.jpg");
  background-position: 50%;
  background-size: cover;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-right: 0;
}

.banner__slide.m__uni {
  background-image: url("../images/koda_moment_06.jpg");
  padding-bottom: 0;
  padding-right: 0;
}

.banner__slide.m__uni2 {
  background-image: url("../images/koda_moment_12.jpg");
  background-position: 50% 40%;
}

.left-arrow {
  justify-content: center;
  align-items: center;
  height: 100svh;
  display: flex;
}

.hero-section {
  background-color: #000;
  height: 100vh;
  display: block;
}

.right-arrow {
  justify-content: center;
  align-items: center;
  height: 100svh;
  display: flex;
}

.image-3 {
  z-index: 20;
  width: 420px;
  display: none;
  position: relative;
}

.arrow {
  width: 25px;
}

.consolidated-logo {
  justify-content: center;
  align-items: center;
  height: 100svh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.slide-nav {
  display: block;
  position: static;
}

.slider {
  z-index: 1;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  max-width: none;
  height: 100svh;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.search-input {
  float: left;
  width: 85%;
  margin-right: 20px;
  position: relative;
}

.rich-text-block {
  margin-left: 20px;
  margin-right: 20px;
  font-family: "M PLUS 1p", sans-serif;
}

.list_common_type {
  float: none;
  background-color: var(--_koda---bg_category);
  color: var(--_koda---text_wob);
  margin-bottom: 6px;
  padding-left: 4px;
  padding-right: 4px;
  font-family:
    Noto Sans JP,
    sans-serif;
  font-size: 12px;
  display: block;
  position: relative;
}

.koda_list_text {
  margin-top: 4px;
}

.div-block-24 {
  margin-left: 40px;
  margin-right: 40px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.wrapper_popup_common {
  width: 100%;
  padding: 40px;
  font-family:
    Noto Serif JP,
    sans-serif;
  display: block;
}

.div_title_r_title {
  border-top: 1px solid var(--_koda---bg_category);
  border-bottom: 0px none var(--_koda---line_title);
  width: 100%;
  margin-top: 4px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.wrapper_detail_title_r {
  width: 46%;
  max-width: 46%;
  margin-bottom: 0;
  text-decoration: none;
  position: relative;
}

.div_title_r_artist {
  border-top: 1px dashed var(--_koda---line_title);
  border-bottom: 1px solid var(--_koda---line_title);
  width: 100%;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.list {
  text-align: left;
  padding-left: 20px;
  padding-right: 0;
  font-family:
    Noto Sans JP,
    sans-serif;
  line-height: 20px;
  list-style-type: decimal;
}

.list_item_ordered {
  margin-bottom: var(--_koda---li_margin_bottom);
  font-family:
    Noto Serif JP,
    sans-serif;
  line-height: 24px;
  list-style-type: decimal;
}

.list_item_ordered.list_item_ordered2 {
  list-style-type: decimal;
}

.list-item-2,
.list-item-3 {
  margin-bottom: var(--_koda---li_margin_bottom);
}

.text-block-11 {
  border: 1px none var(--_koda---bg_category);
  background-color: var(--_koda---bg_category);
  margin-bottom: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-family:
    Noto Sans JP,
    sans-serif;
  font-weight: 700;
}

.area_button {
  box-sizing: border-box;
  object-fit: fill;
  background-color: #0000;
  border: 3px #320ffc;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family:
    Noto Sans JP,
    sans-serif;
  position: relative;
}

.image-8 {
  max-width: 100%;
  max-height: 100%;
}

.section-5 {
  background-color: #000;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 40px;
}

.text-block-12 {
  display: inline-block;
}

.cell_center-copy {
  text-align: center;
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
}

.koda_spacer_v {
  height: 50px;
}

.text_item_title_sub {
  background-color: var(--_koda---bg_detail_cmt_popup);
  color: var(--_koda---main_text);
  padding-top: 10px;
  padding-bottom: 10px;
  font-family:
    Noto Serif JP,
    sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.detail_label_info {
  background-color: var(--_koda---bg_label_2);
  text-align: center;
  letter-spacing: 1px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  width: 110px;
  min-width: 110px;
  margin-right: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 0;
  font-family:
    Noto Sans JP,
    sans-serif;
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
  position: relative;
}

.detail_meta_info2 {
  flex-flow: row;
  flex: 1;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  min-width: auto;
  padding-top: 6px;
  padding-bottom: 6px;
  display: flex;
  position: relative;
}

.div-block-26 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  display: flex;
  position: relative;
}

.div-block-27 {
  align-items: flex-start;
  display: flex;
}

.div-block-28,
.div-block-29 {
  display: flex;
}

.detail_label_content {
  /* float: left; */
  text-align: left;
  border: 1px #000;
  width: 100%;
  padding: 2px 10px;
  font-family:
    Noto Sans JP,
    sans-serif;
  display: inline-block;
}

.performer_common_inst {
  color: var(--_koda---title_detail_sub);
  text-align: left;
  -webkit-text-stroke-color: var(--_koda---title_detail_sub);
  white-space: nowrap;
  width: auto;
  font-family:
    Noto Serif JP,
    sans-serif;
  font-weight: 700;
}

.list-copy {
  text-align: left;
  padding-left: 20px;
  padding-right: 0;
  font-family:
    Noto Sans JP,
    sans-serif;
  line-height: 20px;
  list-style-type: decimal;
}

.list_unordered {
  text-align: left;
  margin-left: 0;
  padding-left: 0;
  font-family:
    Noto Serif JP,
    sans-serif;
  font-weight: 400;
  list-style-type: decimal;
  display: block;
}

.text-block-13 {
  color: #000;
  font-family:
    Noto Sans JP,
    sans-serif;
  font-weight: 700;
}

.dropdown-link {
  font-family:
    Noto Sans JP,
    sans-serif;
}

.list_news_block {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 18px;
  padding-left: 0;
  padding-right: 24px;
  font-family:
    Noto Sans JP,
    sans-serif;
  display: flex;
}

.hero-heading-right-6 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-11 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-7 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-7 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.shadow-two-7 {
  box-shadow: 0 4px 24px #96a3b514;
}

.margin-bottom-24px-8 {
  margin-bottom: 24px;
}

.button-primary-9 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all 0.2s;
}

.button-primary-9:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-9:active {
  background-color: #43464d;
}

.list_label_content {
  margin-top: 2px;
  margin-bottom: 2px;
}

.mask,
.mask-2 {
  width: 100svw;
  height: 100svh;
}

.banner__slide-2 {
  background-color: #000;
}

.banner__slide-2.m__uni {
  background-color: #000;
  background-image: none;
}

.banner__slide-2.m__uni2,
.banner__slide-2.m__uni3 {
  background-color: #000;
}

.banner__slide-2.m__uni4 {
  aspect-ratio: 1;
  background-color: #000;
  width: 100%;
  height: auto;
}

/* .left-arrow-2 {
  justify-content: center;
  align-items: center;
  display: flex;
} */

.hero-section-2 {
  aspect-ratio: 1;
  object-fit: cover;
  width: 500px;
  height: 500px;
  min-height: 0;
  display: block;
  overflow: clip;
}

.right-arrow-2 {
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.image-9 {
  z-index: 20;
  width: 420px;
  position: relative;
}

.consolidated-logo-2 {
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0%;
}

.slider-2 {
  z-index: 1;
  aspect-ratio: auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: block;
}

/* .icon_search {
  mix-blend-mode: normal;
  width: 40px;
  height: 40px;
  padding: 5px;
} */

/* .modal-search-popup {
  z-index: auto;
  opacity: 1;
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  border-radius: 0;
  margin-top: 20px;
  display: none;
  position: fixed;
  inset: 0;
  overflow: auto;
} */

.search-input-2 {
  float: left;
  clear: none;
  width: 70%;
  margin-bottom: 0;
  display: block;
}

.search-button-2 {
  float: left;
  clear: none;
  letter-spacing: 2px;
  text-indent: 0;
  font-family:
    Noto Sans JP,
    sans-serif;
  font-size: 12px;
  position: static;
}

.search-2 {
  margin-bottom: 0;
}

.container_general-_nosp {
  max-width: var(--_koda---max_width);
  border-radius: 10px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: static;
}

.wrapper_item_nosp {
  border: 1px solid var(--_koda---border);
  background-color: var(--_koda---bg_detail_item);
  text-align: center;
  border-radius: 10px;
  flex: 0 auto;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 0;
  display: block;
  position: relative;
}

.brix---container-default {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---link-wrapper {
  color: var(--elements-webflow-library--neutral--800);
  align-items: center;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color 0.3s;
  display: flex;
}

.brix---link-wrapper:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---link-text {
  transition: color 0.3s;
  display: inline-block;
}

.brix---header-wrapper {
  background-color: var(--elements-webflow-library--neutral--100);
  padding-top: 32px;
  padding-bottom: 32px;
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    Fira Sans,
    Droid Sans,
    Helvetica Neue,
    sans-serif;
}

.brix---header-content-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.brix---header-nav-menu-list {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.brix---header-nav-link {
  color: var(--elements-webflow-library--neutral--800);
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  transition: color 0.3s;
}

.brix---header-nav-link:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---dropdown-toggle {
  color: var(--elements-webflow-library--neutral--800);
  align-items: center;
  padding: 0;
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    Fira Sans,
    Droid Sans,
    Helvetica Neue,
    sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: color 0.3s;
  display: flex;
}

.brix---dropdown-toggle:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---dropdown-card {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  border-radius: 20px;
  min-width: 280px;
  top: 32px;
  overflow: hidden;
}

.brix---dropdown-link {
  color: var(--elements-webflow-library--neutral--600);
  align-items: center;
  width: 100%;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color 0.3s;
  display: flex;
}

.brix---dropdown-link:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---dropdown-pd {
  padding: 40px;
}

.brix---header-logo {
  max-width: 250px;
}

.brix---header-logo-link {
  transform-style: preserve-3d;
  padding-left: 0;
  transition:
    transform 0.3s,
    color 0.3s;
}

.brix---header-logo-link:hover {
  transform: scale3d(0.96, 0.96, 1.01);
}

.brix---hamburger-menu-wrapper {
  padding: 0;
  transition: transform 0.3s;
}

.brix---hamburger-menu-wrapper:hover {
  transform: scale(0.96);
}

.brix---hamburger-menu-wrapper.w--open {
  background-color: #0000;
}

.brix---header-right-col {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brix---dropdown-chevron {
  width: 14px;
  margin-left: 6px;
}

.brix---dropdown-links-grid {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---dropdown-column-wrapper {
  background-color: #0000;
  padding-top: 32px;
  transform: translate(0);
}

.brix---dropdown-column-wrapper.w--open {
  transform: translate(-50%);
}

.brix---hamburger-menu-bar-top,
.brix---hamburger-menu-bar-bottom {
  background-color: var(--elements-webflow-library--neutral--800);
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.brix---link-icon-left {
  margin-right: 6px;
}

.brix---header-nav-list-item-middle {
  margin-bottom: 0;
  padding-left: 16px;
  padding-right: 16px;
}

.brix---social-icon-square-30px {
  background-color: var(--elements-webflow-library--secondary--color-2);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  text-decoration: none;
  transition:
    transform 0.3s,
    background-color 0.3s,
    color 0.3s;
  display: flex;
}

.brix---social-icon-square-30px:hover {
  transform: scale(0.92);
}

.brix---flex-center {
  justify-content: center;
  display: flex;
}

.brix---header-left-col-top {
  align-items: center;
  display: flex;
}

.brix---social-media-flex-right {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brix---mg-left-12px {
  margin-left: 12px;
}

.brix---header-right-col-hidden-on-tablet {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brix---mg-bottom-24px---0-on-tablet {
  margin-bottom: 24px;
}

.brix---grid-2-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---color-accent-1 {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---color-neutral-800 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---color-neutral-600 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-8px {
  margin-bottom: 8px;
}

.brix---mg-bottom-16px {
  margin-bottom: 16px;
}

.brix---mg-bottom-48px {
  margin-bottom: 48px;
}

.brix---mg-top-16px {
  margin-top: 16px;
}

.brix---text-uppercase {
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.brix---mg-bottom-0 {
  margin-bottom: 0;
}

.brix---width-100 {
  width: 100%;
}

.brix---section {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 176px;
  padding-bottom: 176px;
}

.brix---heading-h2-size {
  margin-top: 0;
  margin-bottom: 0;
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    Fira Sans,
    Droid Sans,
    Helvetica Neue,
    sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---heading-h4-size {
  margin-top: 0;
  margin-bottom: 0;
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    Fira Sans,
    Droid Sans,
    Helvetica Neue,
    sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
}

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

.brix---text-decoration-none {
  text-decoration: none;
}

.brix---paragraph-default {
  margin-bottom: 0;
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    Fira Sans,
    Droid Sans,
    Helvetica Neue,
    sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---inner-container-574px---center {
  max-width: 574px;
  margin-left: auto;
  margin-right: auto;
}

.brix---icon-square-36px {
  background-color: var(--elements-webflow-library--secondary--color-2);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 36px;
  min-width: 36px;
  height: 36px;
  min-height: 36px;
  text-decoration: none;
  transition:
    transform 0.3s,
    background-color 0.3s,
    color 0.3s;
  display: flex;
  overflow: hidden;
}

.brix---icon-square-36px:hover {
  transform: scale(0.92);
}

.brix---avatar-image-link {
  transition: transform 0.3s;
}

.brix---avatar-image-link:hover {
  transform: scale(1.1);
}

.brix---avatar-circle-04 {
  border-radius: 50%;
  width: 80px;
  max-width: 80px;
  height: 80px;
  max-height: 80px;
  overflow: hidden;
  transform: translate(0);
}

.brix---heading-link-dark {
  color: var(--elements-webflow-library--neutral--800);
  text-decoration: none;
  transition: color 0.3s;
}

.brix---heading-link-dark:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---text-100-bold {
  letter-spacing: 0.08em;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
}

.brix---card-team-v7 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 64px 48px;
  display: flex;
}

/* .brix---team-top-left {
  justify-content: center;
  align-items: center;
  display: flex;
} */

.brix---avatar-v7-content-right {
  margin-left: 16px;
}

.brix---team-v7-top-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.brix---team-v7-right {
  flex: 1;
}

.brix---social-media-grid-right---t-left {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: end;
  align-self: center;
  justify-items: end;
}

.brix---card {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  border-radius: 24px;
}

.brix---color-neutral-801 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---btn-primary {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    Fira Sans,
    Droid Sans,
    Helvetica Neue,
    sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition:
    background-color 0.3s,
    transform 0.3s,
    color 0.3s;
}

.brix---btn-primary:hover {
  background-color: var(--elements-webflow-library--secondary--color-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, 0.01px);
}

.brix---btn-secondary {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--neutral--800);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  padding: 26px 38px;
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    Fira Sans,
    Droid Sans,
    Helvetica Neue,
    sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition:
    border-color 0.3s,
    transform 0.3s,
    background-color 0.3s,
    color 0.3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, 0.01px);
}

.brix---square-icon {
  border-radius: 16px;
}

.brix---heading-h3-size {
  margin-top: 0;
  margin-bottom: 12px;
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    Fira Sans,
    Droid Sans,
    Helvetica Neue,
    sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.brix---grid-top---text-2-buttons {
  grid-column-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 0.8fr;
  align-items: end;
  margin-bottom: 48px;
}

.brix---button-row-left {
  margin-right: 24px;
}

.brix---buttons-row-right---t-left {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brix---inner-container-490px {
  max-width: 490px;
}

.brix---grid-2-columns---gap-48px {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.brix---card-left-text-wrapper {
  margin-left: 24px;
}

.brix---icon-left---content-right {
  align-items: flex-start;
  display: flex;
}

.brix---content-inside-card-v14 {
  padding: 48px;
}

.brix---grid-1-column-gap-row-40px {
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---color-neutral-802 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-40px {
  margin-bottom: 40px;
}

.brix---heading-link {
  color: var(--elements-webflow-library--accent--primary-1);
  text-decoration: none;
  transition: color 0.3s;
}

.brix---heading-link:hover {
  color: var(--elements-webflow-library--secondary--color-1);
}

/* .brix---buttons-row-center {
  justify-content: center;
  align-items: center;
  display: flex;
} */

.brix---inner-container-600px---center {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.brix---instagram-grid-v3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---instagram-image-full-width {
  border-radius: 0;
  overflow: hidden;
  transform: translate(0);
}

.brix---color-neutral-803 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---color-neutral-100 {
  color: var(--elements-webflow-library--neutral--100);
}

.brix---mg-bottom-32px {
  margin-bottom: 32px;
}

.brix---input {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-02);
  border-radius: 100px;
  min-height: 70px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 20px;
  transition:
    box-shadow 0.3s,
    color 0.3s,
    border-color 0.3s;
}

.brix---input:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-03);
}

.brix---input:focus {
  border-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--800);
}

.brix---input::placeholder {
  color: var(--elements-webflow-library--neutral--600);
  font-size: 18px;
}

.brix---text-area {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-02);
  border-radius: 22px;
  min-height: 144px;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 28px;
  transition:
    box-shadow 0.3s,
    color 0.3s,
    border-color 0.3s;
}

.brix---text-area:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-03);
}

.brix---text-area:focus {
  border-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--800);
}

.brix---text-area::placeholder {
  color: var(--elements-webflow-library--neutral--600);
  font-size: 18px;
}

.brix---heading-h1-size {
  margin-top: 0;
  margin-bottom: 16px;
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    Fira Sans,
    Droid Sans,
    Helvetica Neue,
    sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---success-message {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  border-radius: 24px;
  padding: 28px 28px 32px;
  font-size: 18px;
  line-height: 30px;
}

.brix---error-message {
  color: #ff5a65;
  text-align: center;
  background-color: #ffeff0;
  border-radius: 16px;
  margin-top: 20px;
  padding: 20px 24px;
  font-size: 18px;
  line-height: 30px;
}

.brix---subtitle {
  color: var(--elements-webflow-library--accent--primary-1);
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---contact-form-left-side {
  padding: 88px 56px;
}

.brix---contact-form-right-side {
  background-color: var(--elements-webflow-library--neutral--200);
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  padding: 88px 56px;
}

.brix---input-label {
  color: var(--elements-webflow-library--neutral--800);
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 20px;
}

.brix---icon-success-message-big {
  width: 60px;
  margin-bottom: 10px;
}

.brix---text-200-bold {
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    Fira Sans,
    Droid Sans,
    Helvetica Neue,
    sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---form-grid-2-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---grid-contact-v3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.brix---divider-64px {
  background-color: var(--elements-webflow-library--neutral--400);
  height: 1px;
  margin-top: 64px;
  margin-bottom: 64px;
}

.brix---link {
  color: var(--elements-webflow-library--accent--primary-1);
  font-size: 18px;
  text-decoration: none;
  transition: color 0.3s;
}

.brix---link:hover {
  color: var(--elements-webflow-library--secondary--color-1);
}

.brix---contact-details-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.brix---contact-details-mg {
  margin-right: 32px;
}

.brix---icon-square-acent-36px {
  background-color: var(--elements-webflow-library--accent--primary-1);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 36px;
  min-width: 36px;
  height: 36px;
  min-height: 36px;
  text-decoration: none;
  transition:
    transform 0.3s,
    background-color 0.3s,
    color 0.3s;
  display: flex;
}

.brix---icon-square-acent-36px:hover {
  transform: scale(0.92);
}

.brix---social-media-grid-left {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: start;
  align-self: center;
  justify-items: start;
}

.brix---inner-container-700px-center {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.brix---mg-bottom-24px {
  margin-bottom: 24px;
}

.brix---footer-wrapper {
  border-top: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
}

.brix---grid-footer-v1 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
}

.brix---footer-logo {
  transform-style: preserve-3d;
  transition: transform 0.3s;
}

.brix---footer-logo:hover {
  transform: scale3d(0.97, 0.97, 1.01);
}

.brix---footer-list-wrapper {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.brix---footer-list-item {
  margin-bottom: 18px;
  padding-left: 0;
}

.brix---footer-link {
  color: var(--elements-webflow-library--neutral--600);
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color 0.3s;
}

.brix---footer-link:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---footer-top {
  padding-top: 120px;
  padding-bottom: 120px;
}

.brix---footer-bottom {
  border-top: 1px solid var(--elements-webflow-library--neutral--300);
  color: var(--elements-webflow-library--neutral--600);
  text-align: center;
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 18px;
  line-height: 30px;
}

.brix---footer-col-title {
  color: var(--elements-webflow-library--neutral--800);
  margin-bottom: 40px;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
}

.brix---paragraph-link {
  color: var(--elements-webflow-library--accent--primary-1);
  text-decoration: underline;
  transition: color 0.3s;
}

.brix---paragraph-link:hover {
  color: var(--elements-webflow-library--secondary--color-1);
}

.brix---color-neutral-804 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---color-neutral-805 {
  color: var(--elements-webflow-library--neutral--100);
}

.brix---mg-bottom-64px {
  margin-bottom: 64px;
}

.brix---social-media-grid-right---mbp-center {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: end;
  align-self: center;
  justify-items: end;
}

.brix---grid-contact-v11 {
  grid-column-gap: 80px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1.3fr 1.2fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---inner-container-490px-center {
  max-width: 490px;
  margin-left: auto;
  margin-right: auto;
}

.brix---color-neutral-806 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---section-small {
  padding-top: 100px;
  padding-bottom: 100px;
}

.brix---btn-download-app {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  align-items: center;
  padding: 20px 32px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition:
    background-color 0.3s,
    transform 0.3s,
    color 0.3s;
  display: flex;
  box-shadow: 0 3px 8px #4a3aff1a;
}

.brix---btn-download-app:hover {
  background-color: var(--elements-webflow-library--secondary--color-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, 0.01px);
}

.brix---btn-download-app-white {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--accent--primary-1);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  align-items: center;
  padding: 20px 32px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition:
    background-color 0.3s,
    transform 0.3s,
    color 0.3s;
  display: flex;
  box-shadow: 0 3px 6px #211f540f;
}

.brix---btn-download-app-white:hover {
  background-color: var(--elements-webflow-library--secondary--color-2);
  transform: translate3d(0, -3px, 0.01px);
}

.brix---ctav-14-link-card {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  border-radius: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 48px;
  padding-bottom: 0;
  text-decoration: none;
  transition:
    transform 0.3s,
    color 0.3s;
  display: flex;
}

.brix---ctav-14-link-card:hover {
  color: var(--elements-webflow-library--neutral--100);
  transform: scale(0.96);
}

.brix---cta-v19-link-card-white {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  color: var(--elements-webflow-library--neutral--600);
  border-radius: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 48px;
  padding-bottom: 0;
  text-decoration: none;
  transition:
    transform 0.3s,
    color 0.3s;
  display: flex;
}

.brix---cta-v19-link-card-white:hover {
  color: var(--elements-webflow-library--neutral--600);
  transform: scale(0.96);
}

.brix---card-v19-content-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  min-height: 200px;
  margin-bottom: 26px;
  padding-left: 72px;
  padding-right: 72px;
  display: flex;
}

.brix---btn-icon-left-small {
  width: 22px;
  margin-right: 8px;
}

.brix---grid-cta-v19 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.brix---color-neutral-807 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---grid-4-columns-instagram {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---instagram-image {
  border-radius: 24px;
  overflow: hidden;
  transform: translate(0);
}

.brix---color-neutral-808 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---color-neutral-809 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---grid-3-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---badge-wrapper-top-right {
  position: absolute;
  inset: 20px 20px auto auto;
}

.brix---product-card-content {
  padding: 32px 32px 48px;
}

.brix---inner-container-640px---center {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.brix---product-card-wrapper-v1 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--neutral--600);
  border-radius: 24px;
  max-width: 1010px;
  height: 100%;
  margin-left: auto;
  text-decoration: none;
  transition: transform 0.3s;
  box-shadow: 0 2px 12px #14142b14;
}

.brix---product-card-wrapper-v1:hover {
  transform: scale(0.96);
}

.brix---product-card-image-inside-card {
  object-fit: fill;
  border-radius: 24px 24px 0 0;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.brix---badge-secondary-small-bold {
  border: 1px solid var(--elements-webflow-library--neutral--400);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-01);
  color: var(--elements-webflow-library--neutral--800);
  text-align: center;
  border-radius: 40px;
  padding: 14px 22px;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  display: inline-block;
}

.wrapper_home_news {
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--_koda---border_1);
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 20px;
  display: flex;
}

.conainer_home_news_content_l {
  width: 300px;
  height: 200px;
}

.conainer_home_news_content_r {
  min-width: 64%;
  max-width: 64%;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.db_home_news_photo {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  min-width: auto;
  max-width: 100%;
  box-shadow: 0 4px 24px #96a3b514;
}

.cell-12 {
  background-image: url("../images/dummy.jpg"), url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-position:
    50%,
    0 0;
  background-size: auto, auto;
}

.cell-13,
.cell-14 {
  background-image: url("../images/dummy.jpg");
  background-position: 50%;
  background-size: auto;
  justify-content: flex-start;
  align-items: flex-start;
}

.cell-15,
.cell-16 {
  background-image: url("../images/dummy.jpg");
  background-position: 100%;
  background-size: auto;
}

.cell-17 {
  background-image: url("../images/dummy.jpg");
  background-position: 50% 100%;
  background-size: auto;
}

.text-block-14 {
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  overflow-wrap: normal;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.home_hot {
  text-align: center;
  width: 100%;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0;
}

.db_home_moment_photo_info {
  z-index: 20;
  float: none;
  clear: none;
  color: #000;
  text-align: left;
  background-color: #0000;
  margin: auto;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  position: relative;
  inset: 60px 0% 0% 120px;
}

.brix---grid-footer-3-cols {
  grid-template-rows: auto;
  grid-template-columns: 0.3fr 1fr 0.3fr;
  align-items: center;
}

.brix---social-media-grid-right---t-center {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: end;
  align-self: center;
  justify-items: end;
}

.brix---footer-list-wrapper-horizontal {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.brix---footer-top-small {
  padding-top: 72px;
  padding-bottom: 72px;
}

.brix---footer-list-item-horizontal {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.heading-8,
.heading-9 {
  text-align: right;
  font-size: 16px;
  font-weight: 400;
}

.detail_common_title3 {
  margin-top: 8px;
  margin-bottom: 0;
  font-family:
    Noto Serif JP,
    sans-serif;
  font-size: 24px;
  line-height: 30px;
}

.detail_common_title4 {
  margin-top: 8px;
  margin-bottom: 0;
  font-family:
    Noto Serif JP,
    sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.paragraph,
.paragraph-2,
.paragraph-3,
.heading-10,
.heading-11,
.paragraph-4,
.heading-12 {
  font-family:
    Noto Serif JP,
    sans-serif;
}

.testimonial-slider-large {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-12 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slider-two {
  background-color: #0000;
  height: auto;
}

.testimonial-slide {
  background-color: #fff;
  justify-content: space-between;
  align-items: flex-start;
  padding: 12px 12px 12px 64px;
  display: flex;
}

.testimonial-content {
  flex-direction: column;
  align-items: flex-start;
  max-width: 460px;
  margin-right: 40px;
  display: flex;
}

.testimonial-quote-icon {
  margin-bottom: 24px;
}

.testimonial-quote {
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.testimonial-info-two {
  align-items: center;
  display: flex;
}

.testimonial-image-2 {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-author-name {
  font-weight: 700;
}

.testimonial-image-two {
  object-fit: cover;
  width: 350px;
  height: 400px;
}

.testimonial-author-image-three {
  object-fit: cover;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 24px;
}

.testimonial-slider-arrow {
  display: none;
}

.testimonial-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.koda_paragraph_center {
  justify-content: space-between;
  align-items: center;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  font-family:
    Noto Serif JP,
    sans-serif;
  font-weight: 700;
  line-height: 24px;
  display: block;
}

.modal-desc-popup {
  z-index: 99;
  background-color: var(--_koda---bg_popup);
  display: none;
  position: fixed;
  inset: 0;
}

.code-embed-5 {
  text-align: left;
  font-family:
    Noto Serif JP,
    sans-serif;
  display: flex;
}

.code-embed-5.koda_paragraph {
  font-family:
    Noto Serif JP,
    sans-serif;
  font-weight: 400;
  display: flex;
}

.div-block-31 {
  margin-bottom: 40px;
}

.modal_artist1_popup {
  background-color: var(--_koda---bg_popup);
  width: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal_width_fix {
  width: var(--_koda---koda_popup_width_fix);
  max-width: var(--_koda---koda_popup_width_fix);
  height: auto;
}

.detail_artist {
  text-align: left;
  line-height: 24px;
}

.koda_paragraph_link {
  text-align: left;
  width: auto;
  font-family:
    Noto Serif JP,
    sans-serif;
}

.modal_artist2_popup {
  background-color: var(--_koda---bg_popup);
  width: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.area_button_in {
  padding-top: 20px;
}

.list_item_ordered2 {
  margin-bottom: var(--_koda---li_margin_bottom);
  font-family:
    Noto Serif JP,
    sans-serif;
  line-height: 24px;
  list-style-type: decimal;
}

/* .koda_heading_title2 {
  max-width: var(--_koda---max_width);
  float: right;
  clear: none;
  color: var(--elements-webflow-library--neutral--100);
  text-align: right;
  letter-spacing: 1px;
  white-space: nowrap;
  word-break: normal;
  overflow-wrap: break-word;
  justify-content: flex-end;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  font-family:
    Noto Sans JP,
    sans-serif;
  display: flex;
} */

.koda_paragraph_source,
.paragraph-5 {
  text-align: right;
}

.div-block-32 {
  max-width: var(--_koda---max_width);
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.list_item_unordered {
  margin-bottom: var(--_koda---li_margin_bottom);
  border-bottom: 1px dotted var(--_koda---bg_category);
  text-align: left;
  padding-bottom: 10px;
  font-family:
    Noto Serif JP,
    sans-serif;
  font-weight: 600;
  line-height: 18px;
  list-style-type: none;
}

.list_item_unordered.list_item_ordered2 {
  list-style-type: decimal;
}

.list_item_unordered.list_item_strong {
  font-weight: 700;
}

.quick-stack-4 {
  width: 80%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.quick-stack-4.index_text {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}

.cell-18,
.text-block-16 {
  font-family:
    Noto Sans JP,
    sans-serif;
  font-weight: 700;
}

.index_text {
  letter-spacing: 1px;
  font-family:
    Noto Sans JP,
    sans-serif;
  font-weight: 700;
}

.cell_border {
  border-top: 1px solid #000;
  border-bottom: 1px #000;
  padding-top: 20px;
  padding-bottom: 20px;
}

.cell-19 {
  padding-bottom: 20px;
}

.cell_noborder {
  padding-top: 20px;
  padding-bottom: 20px;
}

.cell_border_top {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding-top: 20px;
  padding-bottom: 20px;
}

.text-block-17 {
  text-indent: 2px;
  font-family:
    Noto Sans JP,
    sans-serif;
}

.footer-subscribe {
  border-bottom: 0 solid #e4ebf3;
  padding: 50px 30px 40px;
  position: relative;
}

.container-13 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: #1a1b1fcc;
}

.button-primary-10 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all 0.2s;
}

.button-primary-10:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-10:active {
  background-color: #43464d;
}

.button-primary-10.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

.footer-wrapper-three {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: var(--elements-webflow-library--neutral--100);
  margin-left: 20px;
  margin-right: 20px;
  font-family:
    Noto Sans JP,
    sans-serif;
  text-decoration: none;
}

.footer-link-three:hover {
  color: #1a1b1fbf;
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three {
  margin-left: 32px;
}

.footer-divider-two-2 {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright-2 {
  color: var(--elements-webflow-library--neutral--100);
  font-family:
    Noto Sans JP,
    sans-serif;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.list_item_unordered2 {
  line-height: 24px;
}

.modal_content_fit-_fit {
  max-width: var(--_koda---max_width);
  background-color: var(--_koda---bg_white);
  border-radius: 10px;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  position: static;
}

.koda_paragraph_lyrics {
  color: var(--_koda---text_lyrics);
  text-align: left;
  object-fit: fill;
  justify-content: space-between;
  align-items: center;
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  font-family:
    Noto Serif JP,
    sans-serif;
  font-weight: 600;
  display: flex;
  overflow: scroll;
}

.pricing-comparison {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-14 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.pricing-card {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 32px 24px;
  display: flex;
  position: relative;
  box-shadow: 0 4px 130px #96a3b51f;
}

.pricing-card.featured-pricing {
  z-index: 2;
  box-shadow: 0 4px 130px #96a3b54d;
}

.pricing-image-2 {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
}

.pricing-title {
  margin-top: 10px;
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
}

.pricing-subtitle {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 20px;
}

.pricing-price {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.paragraph-regular {
  font-size: 14px;
  line-height: 20px;
}

.paragraph-regular.margin-bottom-20 {
  margin-bottom: 20px;
}

.button-primary-11 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all 0.2s;
}

.button-primary-11:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-11:active {
  background-color: #43464d;
}

.button-primary-11.outline-button {
  color: #1a1b1f;
  background-color: #0000;
  box-shadow: inset 0 0 0 1px #1a1b1f;
}

.button-primary-11.outline-button:hover {
  color: #fff;
  background-color: #1a1b1f;
}

.pricing-divider {
  background-color: #76879d1a;
  align-self: stretch;
  height: 1px;
  margin: 56px -24px 16px;
}

.pricing-feature-list {
  align-self: stretch;
}

.pricing-feature {
  background-image: url("../images/");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  align-self: stretch;
  margin-top: 16px;
  padding-left: 32px;
  font-size: 14px;
  line-height: 24px;
}

.pricing-tag {
  color: #3a4554;
  background-color: #fff;
  border-radius: 24px;
  padding: 7px 16px;
  position: absolute;
  top: -19px;
  box-shadow: 0 3px 10px #96a3b533;
}

.brix---color-neutral-810 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---color-neutral-811 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-16px-2 {
  margin-bottom: 16px;
}

.brix---mg-bottom-40px-2 {
  margin-bottom: 40px;
}

.brix---container-default-2 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-2 {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 176px;
  padding-bottom: 176px;
}

.brix---heading-h2-size-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    Fira Sans,
    Droid Sans,
    Helvetica Neue,
    sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 50px;
}

.brix---text-center-2 {
  text-align: center;
}

.brix---image-2 {
  box-sizing: border-box;
  vertical-align: baseline;
  object-fit: cover;
  background-image: url("../images/1993MY-HOME-TOWN.jpeg");
  background-position: 0 0;
  background-size: auto;
  border: 1px solid #303030;
}

.brix---paragraph-default-2 {
  margin-bottom: 0;
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    Fira Sans,
    Droid Sans,
    Helvetica Neue,
    sans-serif;
  font-size: 18px;
  line-height: 30px;
  display: block;
}

.brix---inner-container-600px---center-2 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.brix---image-wrapper-br-24px {
  box-sizing: border-box;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: cover;
  border-radius: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  display: flex;
  overflow: hidden;
}

.brix---grid-gallery-v5 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch;
  display: grid;
}

.brix---gallery-v5-col {
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---gallery-v5-col-hidden {
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---color-accent-2 {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---color-neutral-812 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-24px-2 {
  margin-bottom: 24px;
}

.brix---mg-bottom-48px-2 {
  margin-bottom: 48px;
}

.brix---grid-3-columns-2 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---link-wrapper-2 {
  color: var(--elements-webflow-library--neutral--800);
  align-items: center;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color 0.3s;
  display: flex;
}

.brix---link-wrapper-2:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---heading-h3-size-2 {
  margin-top: 0;
  margin-bottom: 12px;
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    Fira Sans,
    Droid Sans,
    Helvetica Neue,
    sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.brix---content-inside-card {
  padding: 40px 28px 48px;
}

.brix---image-wrapper---br-top {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  overflow: hidden;
  transform: translate(0);
}

.brix---mg-bottom-12px {
  margin-bottom: 12px;
}

.brix---link-icon-right {
  margin-left: 6px;
}

.brix---text-200-bold-2 {
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    Fira Sans,
    Droid Sans,
    Helvetica Neue,
    sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---image-width-100 {
  width: 100%;
}

.brix---card-link {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  color: var(--elements-webflow-library--neutral--600);
  transform-style: preserve-3d;
  border-radius: 24px;
  text-decoration: none;
  transition:
    transform 0.3s,
    color 0.3s;
}

.brix---card-link:hover {
  transform: scale3d(0.96, 0.96, 1.01);
}

.brix---mg-bottom-8px-2 {
  margin-bottom: 8px;
}

.brix---mg-top-64px {
  margin-top: 64px;
}

.brix---grid-1-column {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---heading-h4-size-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    Fira Sans,
    Droid Sans,
    Helvetica Neue,
    sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
}

.brix---heading-h5-size {
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    Fira Sans,
    Droid Sans,
    Helvetica Neue,
    sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.brix---dropdown-toggle-2 {
  color: var(--elements-webflow-library--neutral--800);
  align-items: center;
  padding: 0;
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    Fira Sans,
    Droid Sans,
    Helvetica Neue,
    sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: color 0.3s;
  display: flex;
}

.brix---dropdown-toggle-2:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---dropdown-card-2 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  border-radius: 20px;
  min-width: 280px;
  top: 32px;
  overflow: hidden;
}

.brix---dropdown-link-2 {
  color: var(--elements-webflow-library--neutral--600);
  align-items: center;
  width: 100%;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color 0.3s;
  display: flex;
}

.brix---dropdown-link-2:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---dropdown-side-pd {
  padding: 56px 48px;
}

.brix---dropdown-chevron-2 {
  width: 14px;
  margin-left: 6px;
}

.brix---mg-left-24px---mg-top-16px-mbp {
  margin-left: 24px;
}

.brix---grid-1-column-gap-row-24px {
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---blog-card-wrapper-featured-sidebar {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.brix---text-100-medium {
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
}

.brix---grid-dropdown-link-column {
  grid-column-gap: 0px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.brix---dropdown-card-wrapper-836px {
  background-color: #0000;
  min-width: 836px;
  padding-top: 28px;
  transform: translate(-54%);
}

.brix---dropdown-side-bg-neutral-200 {
  background-color: var(--elements-webflow-library--neutral--200);
  padding: 56px 48px;
}

.brix---blog-card-wrapper-dropdown {
  border-radius: 10px;
  width: 100%;
  max-width: 164px;
  overflow: hidden;
  transform: translate(0);
}

.brix---grid-2-columns-dropdown-2-sides {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 0.9fr auto;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.brix---color-neutral-813 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---btn-primary-2 {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    Fira Sans,
    Droid Sans,
    Helvetica Neue,
    sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition:
    background-color 0.3s,
    transform 0.3s,
    color 0.3s;
}

.brix---btn-primary-2:hover {
  background-color: var(--elements-webflow-library--secondary--color-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, 0.01px);
}

.brix---heading-link-2 {
  color: var(--elements-webflow-library--accent--primary-1);
  text-decoration: none;
  transition: color 0.3s;
}

.brix---heading-link-2:hover {
  color: var(--elements-webflow-library--secondary--color-1);
}

/* .brix---buttons-row-center-2 {
  justify-content: center;
  align-items: center;
  display: flex;
} */

.brix---instagram-grid-v3-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---instagram-image-full-width-2 {
  border-radius: 0;
  overflow: hidden;
  transform: translate(0);
}

.grid-2 {
  grid-template-areas: "Area";
}

.koda_paragraph_comment {
  color: var(--_koda---text_comment);
  text-align: left;
  width: auto;
  margin-top: 0;
  padding: 0;
  font-family:
    Klee One,
    sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.list_ordered {
  padding-left: 0;
  list-style-type: decimal;
}

.koda_spacer_h {
  float: none;
  width: 10px;
  height: 10px;
  display: inline-block;
}

.koda_spacer_v_s {
  height: 25px;
}

.wrapper_item-_bgimg {
  border: 1px solid var(--_koda---bg_label);
  background-color: var(--_koda---bg_detail_item);
  text-align: center;
  background-image: url("../images/1986_A_K.ODA.jpeg");
  background-position: 0 0;
  background-size: cover;
  border-radius: 10px;
  flex: 0 auto;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  padding-left: 0;
  position: relative;
}

.image-10 {
  float: right;
  border-radius: 10px;
  margin-bottom: 20px;
  margin-left: 20px;
}

.list_item_strong {
  font-family:
    Noto Serif JP,
    sans-serif;
  font-weight: 700;
}

.brix---color-neutral-814 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---color-neutral-815 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-16px-3 {
  margin-bottom: 16px;
}

.brix---mg-bottom-40px-3 {
  margin-bottom: 40px;
}

.brix---container-default-3 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-3 {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 176px;
  padding-bottom: 176px;
}

.brix---heading-h2-size-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    Fira Sans,
    Droid Sans,
    Helvetica Neue,
    sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---text-center-3 {
  text-align: center;
}

.brix---paragraph-default-3 {
  margin-bottom: 0;
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    Fira Sans,
    Droid Sans,
    Helvetica Neue,
    sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---inner-container-600px---center-3 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.brix---image-wrapper-br-24px-2 {
  border-radius: 24px;
  overflow: hidden;
}

.brix---grid-gallery-v5-2 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---gallery-v5-col-2,
.brix---gallery-v5-col-hidden-2 {
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cell_border_top-copy,
.cell_border_top-copy-copy {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding-top: 20px;
  padding-bottom: 20px;
}

.code-embed-6 {
  width: 22%;
}

.hr_100 {
  width: 100%;
  margin-top: 6px;
  margin-bottom: 6px;
}

.hr_100-copy {
  width: 100%;
}

.icon_link {
  float: right;
  clear: both;
  padding-top: 6px;
  padding-right: 20px;
  position: relative;
}

.link-block {
  /* float: right; */
  display: inline-block;
  position: relative;
}

.cell_border_top_index {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding-top: 20px;
  padding-bottom: 20px;
}

.grid_index {
  width: 80%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.grid_index.index_text {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  padding-left: 0;
  padding-right: 0;
}

.dropdown {
  float: left;
}

.dropdown-toggle {
  padding-top: 0;
}

.text-block-18 {
  margin-top: 10px;
  font-family:
    Noto Sans JP,
    sans-serif;
}

.dropdown-list {
  background-color: #fff;
  line-height: 18px;
}

.dropdown-link-2 {
  padding-top: 0;
  padding-bottom: 6px;
  font-family:
    Noto Sans JP,
    sans-serif;
  display: block;
}

.dropdown-link-3 {
  font-family:
    Noto Sans JP,
    sans-serif;
}

.detail_album_type-copy {
  float: left;
  clear: none;
  border: 1px solid var(--_koda---bg_category);
  background-color: var(--_koda---bg_category);
  color: var(--_koda---bg_white);
  text-align: center;
  letter-spacing: 1px;
  border-radius: 1px;
  justify-content: flex-start;
  min-width: 100px;
  margin-top: 0;
  padding: 4px 10px;
  font-family:
    Noto Sans JP,
    sans-serif;
  font-size: 12px;
  line-height: 18px;
  display: block;
}

.list_hr_100 {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.detail_column_30 {
  float: left;
  width: 30%;
}

.koda_spacer_v-copy {
  height: 50px;
}

.koda_spacer_h_float {
  /* float: left; */
  width: 5%;
  height: 10px;
  display: inline-block;
}

.link {
  text-align: left;
}

.body_gallery {
  background-color: #000;
}

.code-embed-7 {
  text-align: left;
  font-family:
    Klee One,
    sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.koda_media_container_ausio {
  width: 100%;
  height: 16px;
}

.grid-3 {
  grid-row-gap: 18px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.koda_photo_image {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: 50% 50%;
  background-image: url("../images/encore0504_k_kumamoto_2b_179.jpeg");
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  max-width: none;
  height: 100%;
  overflow: hidden;
}

.koda_photo_thumb_frame {
  box-sizing: border-box;
  aspect-ratio: 1;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-clip: border-box;
  border: 1px solid #000;
  border-radius: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
  overflow: hidden;
}

.text-block-19 {
  width: 100%;
  display: block;
}

.detail_meta_photos {
  flex-flow: row;
  flex: 1;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  min-width: auto;
  padding-top: 6px;
  padding-bottom: 6px;
  display: flex;
  position: relative;
}

.koda_photo_pick {
  aspect-ratio: 1;
  object-position: 50% 50%;
  background-color: #000;
  justify-content: center;
  align-self: auto;
  align-items: center;
  min-width: 100%;
  display: flex;
  position: static;
  overflow: hidden;
}

.modal_content_fit-copy {
  max-width: var(--_koda---max_width);
  background-color: var(--_koda---bg_white);
  border-radius: 10px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: block;
  position: static;
}

/* .section-6 {
  border-bottom: 1px solid #fff;
  font-family:
    Droid Sans,
    sans-serif;
}
 */
.image-11 {
  display: inline-block;
}

.image-12 {
  vertical-align: baseline;
}

.koda_photo_frame {
  box-sizing: border-box;
  aspect-ratio: 1;
  object-fit: none;
  object-position: 50% 50%;
  background-color: #000;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.mask-3 {
  aspect-ratio: 1;
  width: 100%;
  height: auto;
}

.brix---heading-h2-size-2-_w {
  color: var(--elements-webflow-library--neutral--100);
  margin-top: 0;
  margin-bottom: 0;
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    Fira Sans,
    Droid Sans,
    Helvetica Neue,
    sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 50px;
}

.text-block-20 {
  border-top: 1px #000;
}

.cell-20 {
  border-top: 1px solid #000;
}

.text-block-21 {
  border-top: 1px #000;
}

.cell-21 {
  border-top: 1px solid #000;
}

.image-13,
.image-14 {
  object-fit: contain;
}

.img_slideshow {
  object-fit: contain;
  object-position: 50% 50%;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-position: 0 0;
  background-size: auto;
  justify-content: center;
  align-items: center;
  max-height: 100%;
  display: inline-flex;
  position: static;
  overflow: auto;
}

.cell-22 {
  border-top: 1px solid #000;
}

.db_home_moment_photo_info2 {
  z-index: 20;
  float: none;
  clear: none;
  color: #000;
  text-align: left;
  background-color: #0000;
  margin: auto;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  position: relative;
  inset: 100px 0% 0% 120px;
}

.btn_preview_song2 {
  z-index: 50;
  float: right;
  /* vertical-align: baseline; */
  width: 30px;
  max-width: none;
  margin-bottom: 10px;
  margin-right: 4px;
  display: block;
  position: absolute;
}

.btn_preview_song {
  border: 1px #0000;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
}

.btn_preview_song-copy {
  border: 1px solid red;
  justify-content: flex-end;
  align-items: flex-end;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
}

.btn_preview_song3 {
  z-index: 100;
  float: right;
  vertical-align: baseline;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-bottom: 20px;
  margin-right: 0;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-4 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

/* .nav-link-4 {
  color: #1a1b1f;
  letter-spacing: 0.25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-4:hover {
  color: #1a1b1fbf;
}

.nav-link-4:focus-visible,
.nav-link-4[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
} */

/* .nav-dropdown-4 {
  margin-left: 5px;
  margin-right: 5px;
} */

/* .nav-dropdown-toggle-4 {
  letter-spacing: 0.25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-4:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-4:focus-visible,
.nav-dropdown-toggle-4[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-4 {
  margin-right: 10px;
}

.nav-dropdown-list-4 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-4.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-4 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-4:focus-visible,
.nav-dropdown-link-4[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 120px;
} */

.button-primary-12 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all 0.2s;
}

.button-primary-12:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-12:active {
  background-color: #43464d;
}

.image-15,
.image-16,
.image-17,
.image-18 {
  width: 60%;
}

.rich-text-block-2 {
  display: none;
}

.koda_comment_speaker {
  font-family:
    Noto Serif JP,
    sans-serif;
  font-weight: 700;
  display: inline;
}

.koda_comment_source {
  color: red;
  text-align: right;
  font-style: italic;
  display: block;
}

.text-block-22 {
  display: block;
}

.koda_comment_page {
  vertical-align: baseline;
  display: inline;
}

.koda_hide {
  display: none;
}

.div-block-33 {
  width: 100%;
}

.banner__slide-3 {
  object-fit: none;
  background-image: url("../images/173A2086-Edit-2.jpg");
  background-position: 50%;
  background-size: cover;
  overflow: clip;
}

.banner__slide-3.m__uni {
  background-image: url("../images/173A2148-Edit.jpg");
}

.banner__slide-3.m__uni2 {
  background-image: url("../images/173A2262-Edit.jpg");
  background-position: 50% 40%;
}

.left-arrow-3,
.right-arrow-3 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.consolidated-logo-3 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.slide-nav-2 {
  display: none;
}

.slider-3 {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 100vh;
  display: block;
}

.slideshow {
  width: 100%;
  height: auto;
  display: none;
}

.mask-4 {
  object-fit: cover;
  width: 100%;
  height: auto;
  overflow: clip;
}

.body-3 {
  overflow: visible;
}

.banner__slide-4 {
  object-fit: cover;
  background-image: url("../images/2005_soukana.jpg");
  background-position: 50%;
  background-size: cover;
  max-width: 100%;
  overflow: clip;
}

.banner__slide-4.m__uni {
  object-fit: cover;
  background-image: url("../images/ashita-4.jpeg");
}

.banner__slide-4.m__uni2 {
  background-image: url("../images/ashita-2.jpeg");
  background-position: 50% 40%;
}

.left-arrow-4,
.right-arrow-4 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.consolidated-logo-4 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.slide-nav-3 {
  display: none;
}

.slider-4 {
  z-index: 1;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.mask-5 {
  box-sizing: border-box;
  aspect-ratio: 1;
  object-fit: fill;
  overflow: visible;
}

.detail_common_main_image_jacket {
  aspect-ratio: 1;
  vertical-align: text-top;
  object-fit: contain;
  border: 0 solid #777;
  border-radius: 10px;
  flex: 0 auto;
  box-shadow: 0 4px 24px #96a3b514;
}

.login_body {
  background-color: var(--elements-webflow-library--neutral--100);
  z-index: 1;
  background-image: url("../images/ashita-2.jpeg");
  background-position: 0 0;
  background-size: 0%;
  border-radius: 2px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 100svw;
  max-height: none;
  font-family:
    Noto Serif JP,
    sans-serif;
  font-size: 0.9rem;
  line-height: 1.6rem;
  display: flex;
  overflow: auto;
}

.ms-button {
  border: 1px solid var(--memberstack-library--ms-main-cta-color);
  background-color: var(--memberstack-library--ms-main-cta-color);
  color: #fff;
  text-align: center;
  letter-spacing: 0.03em;
  border-radius: 8px;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  padding: 13px 16px 11.5px;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition:
    transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1),
    border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1),
    border-radius 0.2s cubic-bezier(0.645, 0.045, 0.355, 1),
    box-shadow 0.2s cubic-bezier(0.645, 0.045, 0.355, 1),
    background-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  display: inline-block;
  position: relative;
  top: 0;
  /*  box-shadow:
    1px 1px 5px #ffffff40,
    0 10px 20px -5px #2d3e504d; */
}

/*.ms-button:hover {
  background-color: var(--memberstack-library--ms-main-cta-hover);
  box-shadow: none;
  color: #fff;
  transform: translate(0, 2px);
}

.ms-button:active {
  background-color: #0a3092;
}*/

.ms-button.ms-is-small {
  border-radius: 6px;
  height: auto;
  padding: 7px 16px;
  font-size: 0.85em;
  font-weight: 500;
  transform: perspective(1000px);
}

.ms-button.ms-is-light {
  color: #070e27;
  background-color: #fff;
  background-image: none;
  background-size: auto;
  border: 1px solid #dbe2eb;
  box-shadow:
    0 1px 3px #ffffff40,
    0 10px 20px -5px #2d3e501a;
}

.ms-button.ms-is-light:hover {
  box-shadow: none;
  color: #1051b9;
  background-color: #fff;
  border-color: #1051b9;
}

.ms-button.ms-is-light:active {
  color: #fff;
  background-color: #356af0;
}

.ms-button.ms-is-light.ms-is-small {
  margin-bottom: 0;
}

.ms-button.ms-is-light.ms-is-small.ms-is-documentation {
  width: 100%;
  margin-top: 3em;
  display: flex;
}

.ms-button.ms-is-form {
  border-color: var(--_koda---bg_button);
  background-color: var(--_koda---bg_button);
  border-radius: 2px;
  width: 100%;
  max-width: none;
  font-size: 1em;
}

.ms-button.ms-is-form:hover {
  color: #fff;
  background-color: #32343a;
  border-color: #32343a;
}

.ms-button.ms-is-form:disabled {
  background-color: #dddddd;
  border-color: var(--_koda---border);
  box-shadow: none;
}

.ms-button.ms-is-form:disabled:hover {
  transform: none;
}

.ms-button.ms-is-form.to-signup {
  background-color: var(--_koda---bg_white);
  color: #3898ec;
  padding-top: 12px;
  padding-bottom: 10px;
}

.ms-button.ms-is-form.to-signup:hover {
  color: #32343a;
}

.ms-button.ms-is-form.oversea-button {
  border-color: var(--_koda---bg_heading);
  background-color: var(--elements-webflow-library--neutral--100);
  color: #888888;
}

.ms-button.ms-is-form.edit-meminfo-button {
  width: 48%;
}

.ms-button.ms-is-form.return-button {
  background-color: var(--_koda---bg_category);
  width: 48%;
}

.ms-button.ms-is-form.link-button {
  border-color: var(--memberstack-library--ms-border-color);
  background-color: var(--_koda---bg_white);
  color: var(--_koda---main_text);
  height: 70px;
  display: flex;
}

.ms-button-svg {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.ms-button-flex {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.ms-input {
  border: 1px solid var(--memberstack-library--ms-border-color);
  box-shadow: 0 5px 10px -5px var(--memberstack-library--ms-shadow-color);
  color: var(--memberstack-library--ms-main-text-color);
  background-color: #fff;
  border-radius: 2px;
  min-height: 40px;
  margin-bottom: 1.333em;
  padding: 8px 12px;
  transition:
    box-shadow 0.2s,
    color 0.2s,
    box-shadow 0.2s,
    border-color 0.2s;
  position: relative;
}

.ms-input:hover {
  z-index: 2;
  border-color: var(--memberstack-library--ms-main-cta-color);
  box-shadow: none;
}

.ms-input::placeholder {
  color: var(--memberstack-library--ms-input-placeholder);
}

.ms-input.mem-input {
  box-shadow: 0 5px 10px -5px var(--memberstack-library--ms-shadow-color);
}

.ms-input-label {
  text-align: left;
  margin-bottom: 5px;
  font-size: 0.9em;
  font-weight: 600;
}

.ms-input-label.ms-is-checkbox {
  font-weight: 400;
}

.ms-link {
  color: var(--memberstack-library--ms-main-cta-color);
  /* border-bottom: 1px solid #2962ff03; */
  font-weight: 700;
  /* text-decoration: none; */
  text-decoration: revert;
  transition: border-color 0.2s;
}

.ms-link:hover {
  border-bottom-color: var(--memberstack-library--ms-main-cta-color);
  color: var(--memberstack-library--ms-main-cta-hover);
}

.ms-link.ms-is-forgot {
  float: right;
  font-size: 90%;
}

.ms-link.fullsc-infolink {
  color: var(--elements-webflow-library--neutral--600);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 1em;
  padding: 0.75em 1.5em;
  border-radius: 3px;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.2rem;
  text-decoration: none;
}

.ms-link.fullsc-infolink:hover {
  font-weight: 700;
  text-decoration: none;
  border: none 0px transparent;
  background-color: rgba(0, 0, 0, 0.05);
}

.ms-space {
  width: 10px;
  height: 10px;
}

.ms-space.ms-is-20 {
  width: 20px;
  height: 20px;
}

.ms-form-heading {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 20px;
  font-family:
    Noto Sans JP,
    sans-serif;
  font-size: 29px;
  font-weight: 500;
  line-height: 1.4em;
}

.sign-in-form,
.menu_2ndlvl {
  width: 80%;
  min-width: 400px;
  max-width: 720px;
  height: auto;
  padding-block: 3svh;
}

.sign-in-form {
  padding-inline: 80px;
}

.menu_2ndlvl {
  padding-inline: 20px;
}

.ms-social-text {
  color: var(--memberstack-library--ms-main-text-color);
}

.ms-social-inner {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.ms-social-inner.ms-is-center {
  justify-content: flex-start;
  width: 90%;
}

.ms-social-image {
  width: 24px;
}

.ms-social-button {
  color: var(--memberstack-library--ms-main-text-color);
  background-color: #fff;
  border: 1px solid #dcdce5;
  border-radius: 2px;
  justify-content: center;
  width: 100%;
  margin-bottom: 10px;
  padding: 9px 15px;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
  transition-property: background-color, border-color, box-shadow;
  transition-duration: 0.2s, 0.2s, 0.2s;
  transition-timing-function: ease, ease, ease;
  display: inline-flex;
  position: relative;
  box-shadow: 0 5px 20px #0003;
}

.ms-social-button:hover {
  border-color: var(--memberstack-library--ms-main-text-color);
  box-shadow: none;
}

.ms-social-button:focus {
  border: 1px solid #000;
}

.ms-social-button::placeholder {
  color: #6e6e6e;
}

.ms-social-button.ms-is-facebook {
  background-color: #06c755;
  justify-content: center;
  padding-right: 15px;
  position: relative;
}

.ms-social-button.ms-is-facebook:hover {
  border-color: #1777f2;
}

.ms-social-button.yh-social-button {
  background-color: #f03;
  border-radius: 2px;
}

.ms-social-button.ap-social-button {
  background-color: #000;
}

.ms-form-divider {
  color: #000c;
  letter-spacing: 2px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 15px;
  font-size: 12px;
  display: flex;
}

.ms-form-divider-line {
  background-color: #e4e4e4;
  width: 40%;
  height: 0.8px;
}

.ms-form-divider-text {
  text-align: center;
  flex: none;
  min-width: 33%;
}

.koda-full-form-block {
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 480px;
  max-width: 720px;
  max-height: 900px;
  margin-bottom: 10px;
  font-family:
    Noto Sans JP,
    sans-serif;
  display: flex;
  box-shadow: 0 5px 20px #0003;
}

.koda-full-form-block.sign_from_block {
  width: 40svw;
  min-width: 640px;
  max-height: none;
  margin-top: 10px;
  position: relative;
}

.koda-full-form-block.sign_from_block.headless-form {
  width: 70svw;
  max-width: 840px;
  margin-top: 40px;
  padding-top: 20px;
}

.koda-full-form-block.sign_from_block.headless-form .sign-in-form {
  width: auto;
}

.koda-full-form-block.mem-form-block {
  box-shadow: none;
  width: 100%;
  min-width: auto;
  max-width: none;
  max-height: none;
  margin-bottom: 0;
}

.koda-full-form-block.mem-form-block.mem-pages {
  margin-bottom: 60px;
}

.koda-full-form-block .attention {
  text-align: right;
  font-size: 0.75rem;
}

.colored-social-text {
  color: var(--elements-webflow-library--neutral--100);
  z-index: 2;
}

.code-embed-8 {
  z-index: 1;
}

.sign-up-block {
  justify-content: center;
  display: flex;
}

.append-text-div {
  margin-bottom: 10px;
  font-size: 0.9em;
}

.fullscreen-footer {
  width: 100%;
  margin-top: 20px;
  padding-top: 20px;
  position: relative;
  inset: auto 0% 0%;
}

.fullscreen-info {
  justify-content: space-between;
  height: max-content;
  margin-right: 0;
  padding-left: 3svw;
  padding-right: 3svw;
  display: flex;
}

.license_block {
  width: auto;
}

.text-block-24 {
  color: var(--elements-webflow-library--neutral--600);
  font-size: 0.75rem;
}

.att_block {
  grid-column-gap: 2svw;
  grid-row-gap: 2svw;
  background-color: #0000;
  width: auto;
  height: auto;
  display: flex;
}

.required_text {
  color: var(--form-attend);
}

.sign-sub-h {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.inlblk {
  display: inline-block;
}

.mb-20 {
  margin-bottom: 20px;
}

.head-image {
  -webkit-text-fill-color: inherit;
  background-color: #000;
  background-image: url("../images/ashita-2.jpeg");
  background-position: 100% 20%;
  background-repeat: repeat-y;
  background-size: 48%;
  background-clip: border-box;
  width: 100%;
  height: 100px;
  display: flex;
  position: relative;
}

.header-title {
  color: var(--btn_text_1);
  letter-spacing: 0.25ch;
  flex: 320px;
  align-items: center;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  font-family:
    Noto Serif JP,
    sans-serif;
  font-size: 30px;
  display: flex;
  position: relative;
}

.title-sub {
  letter-spacing: normal;
  margin-left: 20px;
  font-size: 14px;
  display: inline-flex;
  position: relative;
}

.yet-action-div {
  border-top: 1px solid #0003;
  margin-top: 10px;
  padding-top: 10px;
}

.fullsc-head-limks {
  justify-content: flex-end;
  width: 100svw;
  padding-right: 5svw;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.section-7 {
  width: 100svw;
}

.ms-input.postal1 {
  width: 90px;
}

.ms-input.postal2 {
  width: 120px;
}

.ms-input.phone-input {
  width: 100%;
}

.ms-input.pref-input {
  width: 200px;
}

.ms-input.adress-input {
  width: 100%;
}

.ms-input.year-input {
  width: 100px;
}

.ms-input.month-input {
  width: 80px;
}

.inp-label-default {
  text-align: left;
  margin-bottom: 5px;
  font-size: 0.9em;
  font-weight: 600;
}

.inp-label-default.ms-is-overlapping {
  z-index: 3;
  background-color: #f6f6f6;
  background-image: linear-gradient(#fbfbfb 50%, #fff 51%);
  padding-left: 4px;
  padding-right: 4px;
  position: absolute;
  top: -0.7em;
  left: 8px;
}

.ms-input.ms-is-overlapping {
  padding-top: 10px;
  padding-bottom: 6px;
}

.ms-input-wrap {
  padding: 0;
  display: flex;
  position: relative;
}

.ms-input-wrap.ms-is-overlapping {
  margin-top: 10px;
}

.input_grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.ms-list-container {
  width: 100%;
  margin-bottom: 20px;
}

.radio-check-label {
  text-align: left;
  margin-bottom: 5px;
  font-size: 0.9em;
  font-weight: 600;
}

.radio-check-label.ms-is-radio {
  font-weight: 400;
}

.ms-help-text {
  opacity: 0.8;
  margin-top: -15px;
  margin-bottom: 15px;
  font-size: 90%;
  font-weight: 300;
}

.ms-help-text.ms-less-margin {
  margin-top: -4px;
  margin-bottom: 4px;
}

.ms-radio-wrap {
  align-items: flex-start;
  margin-bottom: 0;
  padding-top: 8px;
  padding-left: 20px;
  line-height: 1.3em;
  display: flex;
  position: relative;
}

.ms-radio-wrap.radio-button {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.ms-radio-dot {
  border-color: #12133140;
  width: 17px;
  height: 17px;
  margin-top: 1px;
  margin-right: 10px;
  position: relative;
}

.ms-radio-dot.w--redirected-checked {
  border-width: 6px;
  border-color: #2962ff;
}

.radio-div {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

/* .div-block-36 {
  display: block;
} */

.text-block-26 {
  color: var(--memberstack-library--ms-border-color);
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 40px;
  margin-left: 0;
  margin-right: 0;
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    Fira Sans,
    Droid Sans,
    Helvetica Neue,
    sans-serif;
  font-size: 20px;
  line-height: 100%;
  display: flex;
  overflow: clip;
}

.multi-inp-div {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  height: min-content;
  display: flex;
}

.link-2 {
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 40px;
  display: flex;
}

/*.ms-input-4 {
  border: 1px solid var(--memberstack-library--ms-border-color);
  box-shadow: 0 5px 10px -5px var(--memberstack-library--ms-shadow-color);
  color: var(--memberstack-library--ms-main-text-color);
  background-color: #fff;
  border-radius: 5px;
  min-height: 40px;
  margin-bottom: 1.333em;
  padding: 8px 12px;
  transition:
    box-shadow 0.2s,
    color 0.2s,
    box-shadow 0.2s,
    border-color 0.2s;
  position: relative;
}

.ms-input-4:hover {
  z-index: 2;
  border-color: var(--memberstack-library--ms-main-cta-color);
  box-shadow: none;
}

.ms-input-4::placeholder {
  color: var(--memberstack-library--ms-input-placeholder);
}*/

.ms-tooltip-anchor {
  z-index: 100;
  background-color: #0000;
  justify-content: center;
  width: 100%;
  height: 10px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  display: none;
  position: absolute;
  inset: 100% -10px 0 0;
}

.ms-tooltip-anchor.w--open {
  background-color: #0000;
  padding-top: 0;
  display: flex;
}

.ms-tooltip-anchor.ms-is-top {
  display: none;
}

.ms-tooltip-anchor.ms-is-top.w--open {
  align-items: flex-end;
  padding-top: 0;
  padding-bottom: 12px;
  display: flex;
  top: 0%;
  bottom: 100%;
}

.ms-tooltip-wrapper {
  border: 1px solid var(--memberstack-library--ms-border-color);
  background-color: var(--memberstack-library--ms-background-color);
  box-shadow: 1px 1px 8px 1px var(--memberstack-library--ms-shadow-color);
  color: var(--memberstack-library--ms-main-text-color);
  text-align: left;
  border-radius: 10px;
  width: 300px;
  font-weight: 400;
  line-height: 1.5em;
  display: block;
  position: absolute;
}

.ms-tooltip-wrapper.ms-is-width-200 {
  width: 210px;
}

.ms-input-wrap-2 {
  padding: 0;
  display: flex;
  position: relative;
}

.ms-tooltip-dropdown {
  margin-left: 0;
  margin-right: 0;
  position: relative;
  inset: 0%;
}

.ms-tooltip-dropdown.ms-is-inline {
  display: inline-block;
}

.ms-tooltip-container {
  z-index: 3;
  background-color: var(--memberstack-library--ms-background-color);
  border-radius: 8px;
  padding: 16px;
  font-size: 90%;
  position: relative;
}

.ms-tooltip-container.ms-is-10 {
  padding: 10px;
}

.ms-link-2 {
  color: var(--memberstack-library--ms-main-cta-color);
  border-bottom: 1px solid #2962ff03;
  font-weight: 500;
  text-decoration: none;
  transition: border-color 0.2s;
}

.ms-link-2:hover {
  border-bottom-color: var(--memberstack-library--ms-main-cta-color);
  color: var(--memberstack-library--ms-main-cta-hover);
}

.ms-tooltip {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  position: relative;
  top: -0.1em;
}

.ms-tooltip-content {
  color: var(--memberstack-library--ms-main-text-color);
  margin-right: -10px;
  padding: 10px;
  transition: color 0.2s;
  display: block;
}

.ms-tooltip-content:hover {
  color: var(--memberstack-library--ms-main-cta-color);
}

.ms-tooltip-diamond {
  z-index: 2;
  border: 1px solid var(--memberstack-library--ms-border-color);
  background-color: var(--memberstack-library--ms-background-color);
  border-radius: 2px;
  width: 16px;
  height: 16px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -7px 0% auto;
  transform: rotate(45deg);
  box-shadow: 0 -3px 8px #2d3e500f;
}

.ms-tooltip-diamond.ms-is-bottom {
  top: auto;
  bottom: -7px;
}

.select-field {
  background-color: var(--elements-webflow-library--neutral--100);
  color: #000;
}

.select-field.pref-select {
  width: 200px;
  display: none;
}

.container-minfo {
  color: #fff;
  flex: 0 auto;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.navbar {
  background-color: #0000;
  flex: 1;
  display: flex;
}

/* .nav-link-mem {
  color: #fff;
  letter-spacing: 0.25px;
  margin-left: 4px;
  margin-right: 4px;
  padding: 5px 3px;
  font-family:
    Noto Sans JP,
    sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-mem:hover {
  color: #fff;
}

.nav-link-mem:focus-visible,
.nav-link-mem[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-mem.w--current {
  font-family:
    Noto Sans JP,
    sans-serif;
} */

/* .navi-drop-mem {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-mem {
  letter-spacing: 0.25px;
  padding: 5px 20px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-mem:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-mem:focus-visible,
.nav-dropdown-toggle-mem[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
} */

.text-block-memnav {
  color: #fff;
  font-family:
    Noto Sans JP,
    sans-serif;
  font-weight: 700;
}

/* .nav-dropdown-icon-copy {
  margin-right: 3px;
  font-family:
    Noto Sans JP,
    sans-serif;
}

.nav-dropdown-icon-mem {
  color: #fff;
  margin-right: 3px;
  font-family:
    Noto Sans JP,
    sans-serif;
  font-size: 14px;
} */

.text-block-13-copy {
  color: #000;
  font-family:
    Noto Sans JP,
    sans-serif;
  font-weight: 700;
}

.div-block-38 {
  padding: 20px;
}

.paragraph-6 {
  font-size: 1.2rem;
}

.color-neutral-816 {
  color: var(--elements-webflow-library--neutral--800);
}

.color-neutral-817 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-24px-3 {
  margin-bottom: 24px;
}

.brix---mg-bottom-48px-3 {
  margin-bottom: 48px;
}

.brix---grid-3-columns-3 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---mg-bottom-2 {
  color: var(--_koda---main_text);
  text-align: left;
  margin-bottom: 0;
  font-size: 0.9rem;
  line-height: 1.4rem;
}

.brix---square-icon-2 {
  border-radius: 0;
}

.brix---container-default-4 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-4 {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 176px;
  padding-bottom: 176px;
}

.brix---heading-h2-size-4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    Fira Sans,
    Droid Sans,
    Helvetica Neue,
    sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.card_head {
  margin-top: 0;
  margin-bottom: 12px;
  font-family:
    Noto Sans JP,
    sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4em;
}

.brix---text-center-4 {
  text-align: center;
}

.brix---mg-bottom-12px-2 {
  margin-bottom: 12px;
}

.card-p {
  margin-bottom: 0;
  font-family:
    Noto Sans JP,
    sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---inner-container-600px---center-4 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.card-content-center {
  /* border: 1px solid var(--elements-webflow-library--neutral--300); */
  border: 1px solid #ccc;
  background-color: var(--elements-webflow-library--neutral--100);
  /* box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01); */
  text-align: center;
  border-radius: 3px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 48px 24px;
  display: flex;
}

.mem_benf_head {
  margin-top: 0;
  margin-bottom: 0;
  font-family:
    Noto Sans JP,
    sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 50px;
}

.benfit_sect {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 40px;
  padding-bottom: 40px;
}

.benefit_container {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.benefit_head_wrap {
  margin-bottom: 48px;
}

.benefit_innner_head {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

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

.benefit_head2 {
  margin-bottom: 12px;
}

.text-span-4 {
  display: inline-block;
}

.att-list {
  color: var(--_koda---main_text);
  list-style: "※";
}

.membership-fee-wrap {
  background-color: #0b377d;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  font-family:
    Noto Sans JP,
    sans-serif;
}

.membership-fee-div {
  background-color: #0000;
  flex: 0 auto;
  justify-content: center;
  align-items: stretch;
  width: auto;
  max-width: 1218px;
  margin-top: 40px;
  margin-bottom: 40px;
  display: block;
}

.table {
  width: 100%;
}

.table.fee-table {
  background-color: #fff;
  max-width: 720px;
  font-size: 20px;
}

.th {
  border: 1px solid #000;
  font-weight: 400;
}

.td-2 {
  border: 1px solid #000;
}

.koda_body.body-minfo {
  background-color: #fff;
}

.list3 {
  color: var(--elements-webflow-library--neutral--100);
  margin-top: 40px;
  list-style: "※";
}

.mem_step_sect {
  font-family:
    Noto Sans JP,
    sans-serif;
}

.step_ttl {
  color: var(--elements-webflow-library--neutral--100);
  background-color: #000;
  border-radius: 30px 0;
  justify-content: center;
  align-items: center;
  height: 2em;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: inline-flex;
}

.step_line {
  background-color: #fff0;
  border-bottom: 1px solid #000;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.step-ttl-txt {
  align-items: center;
  margin-left: 2rem;
  font-size: 1.2rem;
  font-weight: 700;
  display: flex;
}

.step_body {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.attt_list_item {
  margin-bottom: 0.5em;
  margin-left: 1em;
  padding-left: 0.5em;
  list-style: "※";
}

.att_list_item_dark {
  padding-left: 0.5rem;
}

.step-body-p {
  font-family:
    Noto Sans JP,
    sans-serif;
  font-weight: 700;
}

.membership-step-h {
  margin-top: 40px;
  margin-bottom: 40px;
}

.text-block-28 {
  display: inline;
}

.text-block-29 {
  font-weight: 400;
}

.rel-btn {
  border: 1px solid var(--memberstack-library--ms-main-cta-color);
  background-color: var(--memberstack-library--ms-main-cta-color);
  color: #fff;
  text-align: center;
  letter-spacing: 0.03em;
  border-radius: 8px;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  padding: 13px 16px 11.5px;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition:
    transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1),
    border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1),
    border-radius 0.2s cubic-bezier(0.645, 0.045, 0.355, 1),
    box-shadow 0.2s cubic-bezier(0.645, 0.045, 0.355, 1),
    background-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  display: inline-block;
  position: relative;
  top: 0;
  box-shadow:
    1px 1px 5px #ffffff40,
    0 10px 20px -5px #2d3e504d;
}

.rel-btn:hover {
  background-color: var(--memberstack-library--ms-main-cta-hover);
  box-shadow: none;
  color: #fff;
  transform: translate(0, 2px);
}

.rel-btn:active {
  background-color: #0a3092;
}

.rel-btn.ms-is-small {
  border-radius: 6px;
  height: auto;
  padding: 7px 16px;
  font-size: 0.85em;
  font-weight: 500;
  transform: perspective(1000px);
}

.ms-button-svg-2 {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.ms-button-svg-2.ms-is-down {
  width: 28px;
  height: 28px;
  margin: -10px -10px -10px -3px;
}

.ms-button-flex-regi {
  grid-column-gap: 8px;
  justify-content: center;
  align-items: center;
  font-size: 1em;
  display: flex;
}

.ms-dropdown-wrap {
  margin-left: 0;
  margin-right: 0;
}

.ms-dropdown-list.w--open {
  background-color: #fff;
  border: 1px solid #12133140;
  border-radius: 8px;
  width: 200px;
  margin-top: 8px;
  right: 0;
  box-shadow: 5px 9px 10px #0000001a;
}

.ms-button-wrap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.center-flex {
  justify-content: center;
  align-items: center;
  display: flex;
}

.btn-block-fix360 {
  flex: 0 360px;
}

.ms-checkbox-wrap {
  align-items: flex-start;
  margin-bottom: 0;
  padding-top: 0.3333em;
  line-height: 22px;
  display: flex;
}

.ms-checkbox {
  background-color: #fff;
  border-width: 1.5px;
  border-color: #12133140;
  border-radius: 33%;
  flex: none;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  margin-right: 10px;
  transition:
    background-color 0.2s,
    border-color 0.2s;
}

.ms-checkbox:hover {
  background-color: #2962ff;
  background-image: linear-gradient(#ffffffe6, #ffffffe6);
  border-color: #2962ff;
}

.ms-checkbox.w--redirected-checked {
  background-color: #2962ff;
  background-image: url("../images/smallcheck.svg");
  background-size: 70%;
  border-color: #12133140;
  border-radius: 33%;
}

.nav-menu-mem {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-top: 0;
  display: flex;
}

.text-block-30 {
  color: #000;
  font-size: 0.9em;
}

.pre-regibtn-txt {
  letter-spacing: 0.2em;
  font-size: 1em;
}

.unit-name-div {
  align-items: center;
  height: 100%;
  min-height: 40px;
  display: flex;
}

.month-input,
.month-input-copy,
.date-input {
  background-color: #fff;
  min-width: auto;
  max-width: 70px;
  min-height: auto;
}

.step_nav_sect {
  width: 100%;
  position: relative;
}

.sign-form-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  margin-top: 40px;
  padding: 20px 5svw;
  font-family:
    Noto Sans JP,
    sans-serif;
  display: flex;
  position: relative;
}

.step_nav_block {
  background-color: #ddd;
  justify-content: center;
  align-items: center;
  width: 20%;
  height: 50px;
  display: flex;
  position: relative;
}

.step_nav_block.active {
  color: #fff;
  background-color: #0070bd;
  font-family:
    Noto Sans JP,
    sans-serif;
}

.step_nav_txt {
  text-align: center;
  font-weight: 700;
}

.text-block-34,
.text-block-35,
.text-block-36 {
  font-weight: 700;
}

.step_nav_num {
  color: var(--_koda---bg_button);
}

.step_nav_num.active {
  color: #fff;
}

.div-block-42,
.div-block-43 {
  justify-content: center;
  display: flex;
}

.div-block-44 {
  justify-content: center;
  padding-top: 20px;
  display: flex;
}

.payment_block,
.menu_2ndlvl_block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.heading-16 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.fs_radio-1_group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: start;
  align-items: center;
  display: grid;
}

.radio-btn_label {
  cursor: pointer;
  align-items: center;
  width: 100%;
  height: 89%;
  margin-bottom: 0;
  font-weight: 500;
  display: flex;
}

.fs_radio-1_button {
  flex: none;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0.75rem;
  box-shadow: 1px 1px 3px #0000;
}

.fs_radio-1_button.w--redirected-checked {
  border-color: #fff;
}

.fs_radio-1_button.w--redirected-focus {
  box-shadow: none;
}

.fs_radio-1_button.w--redirected-focus-visible {
  box-shadow: none;
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.select_radio_button {
  border: 1px solid var(--memberstack-library--ms-border-color);
  cursor: pointer;
  background-color: #fff;
  border-radius: 0;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 3rem;
  margin-bottom: 0;
  padding: 2rem 1.5rem 2rem 1rem;
  display: flex;
  position: relative;
}

.select_radio_button:hover {
  color: #696969;
  border-color: #696969;
}

.select_radio_button.is-active-inputactive {
  color: #fff;
  background-color: #1378d1;
  border-color: #ddd;
}

.select_radio_button.credit-btn {
  background-image: url("../images/creditcard_logo_sample.png");
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 70%;
  width: 100%;
  min-height: 7rem;
  padding-top: 0;
  padding-bottom: 0;
}

.select_radio_button.convini-btn {
  cursor: pointer;
  background-image: url("../images/convinience_sample1.png");
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 70%;
  min-height: 7rem;
  padding-top: 0;
  padding-bottom: 0;
}

.select_radio_button.career-btn {
  background-image: url("../images/career_sample.png");
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 70%;
  min-height: 7rem;
  padding-top: 0;
  padding-bottom: 0;
}

.radio-btn_component,
.menu_2ndlvl_component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs_radio-1_embed {
  margin-bottom: 0;
}

.fs_radio-1_message {
  color: var(--accessible-components--dark-grey);
}

.radio_list_wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.radio-list-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: start;
  align-items: center;
  width: auto;
  display: flex;
}

.radio-wrap-label {
  align-items: flex-start;
  margin-bottom: 0;
  padding-top: 8px;
  padding-left: 20px;
  line-height: 1.3em;
  display: flex;
  position: relative;
}

.radio-wrap-label.radio-button {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.list-item-7 {
  border-top-style: none;
  border-top-width: 1px;
  border-top-color: var(--memberstack-library--ms-border-color);
  border-right-style: none;
  border-right-width: 1px;
  border-right-color: var(--memberstack-library--ms-border-color);
  border-bottom: 1px solid #12133140;
  border-left-style: none;
  border-left-width: 1px;
  border-left-color: var(--memberstack-library--ms-border-color);
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-size: 1rem;
  line-height: 1.6em;
  list-style-type: none;
  list-style-position: outside;
}

.list-3 {
  padding-left: 0;
  position: static;
}

.two-btn-row {
  grid-column-gap: 4%;
  grid-row-gap: 4%;
  justify-content: center;
  padding-top: 20px;
  display: flex;
}

.mem_menu_box {
  box-sizing: border-box;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  object-fit: contain;
  flex-flow: wrap;
  flex: 1;
  order: 0;
  justify-content: flex-start;
  align-items: center;
  margin: 20px 0 40px;
  padding: 40px;
  display: flex;
}

.mem_menu_items {
  flex: 1;
  width: 240px;
  min-width: 30%;
  max-width: calc(33.33% - 2svw);
  height: 240px;
}

.mem_menu_link {
  border: 1px solid var(--memberstack-library--ms-border-color);
  pointer-events: auto;
  cursor: pointer;
  mix-blend-mode: normal;
  background-color: #0000;
  border-radius: 5px;
  flex-flow: column;
  /* justify-content: center; */
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.mem_menu_link:hover {
  background-color: var(--elements-webflow-library--general--shadow-01);
}

.mem_menu_link:active {
  background-color: var(--elements-webflow-library--general--shadow-03);
}

.mem_menu_info {
  display: flex;
  flex-flow: column;
  align-items: center;
}

.text-block-37 {
  text-decoration: none;
  -webkit-text-decoration-color: var(--_koda---main_text);
  text-decoration-color: var(--_koda---main_text);
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.6em;
  text-decoration-style: solid;
}

.mem_menu_icon {
  flex: 1;
  width: auto;
  max-width: 80%;
  max-height: 40%;
  margin-top: 30px;
}

.memberpage-heading {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 20px;
  font-family:
    Noto Sans JP,
    sans-serif;
  font-size: 29px;
  font-weight: 500;
  line-height: 1.4em;
}

.menu_link_desc {
  text-decoration: none;
}

.comunity_container {
  width: 90svw;
  max-width: 1200px;
}

.body-5 {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.comu_menu_link {
  border: 1px solid var(--memberstack-library--ms-border-color);
  pointer-events: auto;
  cursor: pointer;
  mix-blend-mode: normal;
  background-color: #0b377d;
  border-radius: 3px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.comu_menu_link:hover {
  background-color: #0b377d;
}

.comu_menu_link:active {
  background-color: var(--elements-webflow-library--general--shadow-03);
}

.comu_corner_ttl {
  color: #fff;
  text-decoration: none;
  -webkit-text-decoration-color: var(--_koda---main_text);
  text-decoration-color: var(--_koda---main_text);
  mix-blend-mode: normal;
  margin-top: 4px;
  font-family:
    Noto Serif JP,
    sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6em;
  text-decoration-style: solid;
}

.image-19 {
  width: 100%;
}

.comu1 {
  background-image: url("../images/you_and_oda.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 80%;
}

.comu2 {
  background-image: url("../images/my_favorite_song.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 80%;
}

.comu3 {
  background-image: url("../images/memories_of_concerts.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 80%;
}

.comu4 {
  background-image: url("../images/your_photo_gallery.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 80%;
}

.comu5 {
  background-image: url("../images/your_collections.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 80%;
}

.comu6 {
  background-image: url("../images/free_fan_talk.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 80%;
}

.mem_library_box {
  grid-column-gap: 3svw;
  grid-row-gap: 3svw;
  flex-flow: column;
  flex: 1;
  order: 0;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin: 20px auto 40px;
  padding: 40px 0;
  display: flex;
}

.div-block-46 {
  width: 100%;
  height: 100px;
}

.library_link {
  border: 1px solid var(--memberstack-library--ms-border-color);
  background-color: var(--elements-webflow-library--neutral--100);
  cursor: pointer;
  border-radius: 3px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  font-family:
    Noto Sans JP,
    sans-serif;
  display: flex;
}

.library_link:hover {
  background-color: #14142b0f;
}

.library_link:active {
  background-color: #14142b1a;
}

.body-6 {
  border-radius: 0;
}

.text-block-38 {
  font-size: 1.4rem;
}

.div-block-47 {
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  padding: 0 20px;
  display: flex;
}

.list-4 {
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.list-item-8 {
  flex: 0 auto;
  justify-content: center;
  align-items: flex-end;
  display: inline-flex;
}

.text-block-39 {
  font-size: 24px;
  line-height: 32px;
}

.div-block-48 {
  height: 100%;
  display: flex;
}

.text-span-5 {
  color: #aaa;
  font-size: 14px;
}

.text-span-6 {
  font-size: 14px;
}

.fs_accordion-1_icon {
  margin-right: 0;
  font-size: 1.125rem;
  position: relative;
}

.fs_accordion-1_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  cursor: pointer;
  background-color: #f5f5f5;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.5rem;
  display: flex;
}

.fs_accordion-1_header:focus-visible,
.fs_accordion-1_header[data-wf-focus-visible] {
  outline-color: var(--accessible-components--dark-grey);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.fs_accordion-1_paragraph {
  margin-bottom: 0;
}

.fs_accordion-1_component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fs_accordion-1_content {
  overflow: hidden;
}

.fs_accordion-1_body {
  background-color: #fff;
  padding: 1rem 1.5rem;
  display: block;
}

.fs_accordion-1_label {
  font-size: 1.25rem;
  font-weight: 500;
}

.fs_accordion-1_embed {
  margin-bottom: 0;
}

.fs_accordion-1_message {
  color: var(--accessible-components--dark-grey);
}

.div-block-49 {
  display: flex;
}

.image-20 {
  width: 100px;
  height: 100px;
}

.div-block-50 {
  flex: 1;
}

.heading-17 {
  padding-left: 1em;
}

.fs_accordion-1_icon-2 {
  margin-right: 0;
  font-size: 1.125rem;
  position: relative;
}

.fs_accordion-1_header-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  cursor: pointer;
  background-color: #f5f5f5;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.5rem;
  display: flex;
}

.fs_accordion-1_header-2:focus-visible,
.fs_accordion-1_header-2[data-wf-focus-visible] {
  outline-color: var(--accessible-components--dark-grey);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.fs_accordion-1_paragraph-2 {
  margin-bottom: 0;
}

.fs_accordion-1_component-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fs_accordion-1_content-2 {
  overflow: hidden;
}

.fs_accordion-1_body-2 {
  background-color: #fff;
  padding: 1rem 1.5rem;
}

.fs_accordion-1_label-2 {
  font-size: 1.25rem;
  font-weight: 500;
}

.fs_accordion-1_embed-2 {
  margin-bottom: 0;
}

.fs_accordion-1_message-2 {
  color: var(--accessible-components--dark-grey);
}

.div-block-51 {
  display: flex;
}

.image-21 {
  width: 100px;
}

.fav_list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  flex-flow: wrap;
  grid-template:
    "fav1" 50%
    "."
    / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  width: 200px;
  height: 90px;
  display: flex;
  overflow: clip;
}

.image-22 {
  height: 100%;
}

.fav_item {
  background-image: url("../images/1991OhYeah.jpeg");
  background-position: 50%;
  background-size: contain;
  width: 50px;
  max-width: 25%;
  height: 50%;
}

.fav_item.fav2a {
  object-fit: cover;
  background-image: none;
  flex-wrap: wrap;
  width: 45px;
  min-width: 25%;
  overflow: clip;
}

.image-23 {
  object-fit: cover;
  max-width: 100%;
  min-height: 100%;
  max-height: none;
}

.gallery-overview {
  border: 1px solid var(--memberstack-library--ms-border-color);
  background-color: #fff;
  border-radius: 3px;
  margin-left: 0;
  margin-right: 0;
  padding: 40px 30px;
  position: relative;
}

.container-16 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template:
    ". . . Area"
    / 2fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-features-block {
  margin-top: 16px;
  margin-bottom: 24px;
}

.gallery-feature {
  background-image: url("../images/");
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 8px;
  padding-left: 30px;
  font-size: 14px;
  line-height: 24px;
}

.button-primary-13 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all 0.2s;
}

.button-primary-13:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-13:active {
  background-color: #43464d;
}

.gallery-grid {
  grid-row-gap: 40px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-image {
  width: 100%;
}

.brix---color-neutral-816 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---color-neutral-817 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---btn-primary-3 {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    Fira Sans,
    Droid Sans,
    Helvetica Neue,
    sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition:
    background-color 0.3s,
    transform 0.3s,
    color 0.3s;
}

.brix---btn-primary-3:hover {
  background-color: var(--elements-webflow-library--secondary--color-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, 0.01px);
}

.brix---container-default-5 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---heading-h2-size-5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    Fira Sans,
    Droid Sans,
    Helvetica Neue,
    sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---grid-top---text-2-buttons-2 {
  grid-column-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 0.8fr;
  align-items: end;
  margin-bottom: 48px;
}

.brix---mg-bottom-12px-3 {
  margin-bottom: 12px;
}

.brix---card-p {
  margin-bottom: 0;
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    Fira Sans,
    Droid Sans,
    Helvetica Neue,
    sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---section-position-relative {
  padding-top: 176px;
  padding-bottom: 176px;
  position: relative;
  overflow: hidden;
}

.brix---buttons-row-right---t-left-2 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brix---image-wrapper-br-24px-3 {
  border-radius: 24px;
  overflow: hidden;
}

.brix---image-width-100-2 {
  width: 100%;
}

.brix---inner-container-490px-2 {
  max-width: 490px;
}

.brix---gallery-v10-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  width: 130%;
  display: flex;
}

.testimonial-slider-small {
  border: 1px solid var(--memberstack-library--ms-border-color);
  background-color: #fff;
  width: 100%;
  padding: 40px 30px;
  position: relative;
}

.centered-heading-4 {
  text-align: left;
  margin-bottom: 16px;
}

.centered-subheading-3 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slider {
  background-color: #0000;
  max-width: 870px;
  height: auto;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
}

.testimonial-slide-wrapper {
  max-width: 30%;
  margin-right: 4%;
}

.testimonial-card {
  border: 1px solid var(--memberstack-library--ms-border-color);
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  padding: 10px;
  display: flex;
}

.testimonial-info {
  align-self: stretch;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.testimonial-image-3 {
  object-fit: cover;
  border-radius: 0%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-author {
  margin-bottom: 2px;
  font-size: 20px;
}

.tagline {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 16px;
}

.testimonial-icon-wrapper {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.testimonial-slider-left {
  justify-content: center;
  align-items: flex-end;
  width: 40px;
  display: flex;
  left: -29px;
}

.testimonial-slider-left:focus-visible,
.testimonial-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.testimonial-slider-right {
  justify-content: center;
  align-items: flex-end;
  width: 40px;
  display: flex;
  right: -31px;
}

.testimonial-slider-right:focus-visible,
.testimonial-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slide-nav {
  display: none;
}

.text-block-40 {
  color: #fff;
  background-color: #0000004a;
  padding: 10px;
  font-family:
    Noto Serif JP,
    sans-serif;
  text-decoration: none;
  position: absolute;
  inset: auto 0% 0% auto;
}

.brix---color-accent-3 {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---color-neutral-818 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---color-neutral-819 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-8px-3 {
  margin-bottom: 8px;
}

.brix---mg-bottom-16px-4 {
  margin-bottom: 16px;
}

.brix---mg-bottom-24px-4 {
  margin-bottom: 24px;
}

.brix---mg-bottom-48px-4 {
  margin-bottom: 48px;
}

.brix---display-2 {
  color: var(--_koda---bg_heading);
  font-size: 36px;
  font-weight: 700;
  line-height: 84px;
}

.brix---grid-3-columns-4 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---container-default-6 {
  flex-flow: column;
  align-items: center;
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.brix---section-5 {
  color: var(--elements-webflow-library--neutral--100);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 176px;
  padding-bottom: 176px;
  display: flex;
}

.brix---link-wrapper-3 {
  color: var(--elements-webflow-library--neutral--800);
  align-items: center;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color 0.3s;
  display: flex;
}

.brix---link-wrapper-3:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---heading-h2-size-6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    Fira Sans,
    Droid Sans,
    Helvetica Neue,
    sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---heading-h3-size-3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    Fira Sans,
    Droid Sans,
    Helvetica Neue,
    sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.brix---text-center-5 {
  text-align: center;
}

.brix---mg-bottom-12px-4 {
  margin-bottom: 12px;
}

.brix---link-icon-right-2 {
  margin-left: 6px;
}

.brix---paragraph-default-5 {
  text-align: left;
  margin-bottom: 0;
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    Fira Sans,
    Droid Sans,
    Helvetica Neue,
    sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---inner-container-600px---center-5 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.brix---text-200-bold-3 {
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    Fira Sans,
    Droid Sans,
    Helvetica Neue,
    sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---card-link-content-left {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  transform-style: preserve-3d;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px 10px;
  text-decoration: none;
  transition:
    transform 0.3s,
    color 0.3s;
  display: flex;
}

.brix---card-link-content-left:hover {
  transform: scale3d(0.94, 0.94, 1.01);
}

.link-block-2 {
  border: 1px solid var(--memberstack-library--ms-border-color);
  cursor: pointer;
  width: auto;
  min-width: 480px;
  max-width: 640px;
  height: 50px;
  margin-left: 60px;
  margin-right: 60px;
  padding-right: 0;
  box-shadow: 0 2px 5px #0003;
}

.link-block-2:hover {
  background-color: var(--elements-webflow-library--general--shadow-01);
}

.link-block-2:active {
  background-color: var(--elements-webflow-library--general--shadow-03);
  box-shadow: 0 2px 2px #0000004d;
}

.text-block-41 {
  color: var(--_koda---main_text);
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding-left: 20px;
  text-decoration: none;
  display: flex;
}

.text-block-41.desparated {
  color: var(--accessible-components--dark-grey);
}

.div-block-52 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--memberstack-library--ms-border-color);
  border-radius: 4px;
  flex-flow: column;
  align-items: center;
  margin-bottom: 40px;
  padding-bottom: 40px;
  display: flex;
}

.heading-18,
.text-block-42 {
  color: var(--memberstack-library--ms-main-text-color);
}

.text-span-7 {
  font-size: 14px;
  line-height: 1.2em;
}

.attention_div {
  justify-content: center;
  display: flex;
}

.attention_wrap {
  background-color: #d1c08d4a;
  border-radius: 3px;
  flex: 1;
  max-width: 640px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 1rem 2rem;
}

.foreign-att-txt-jp {
  padding-bottom: 0.5rem;
  font-size: 14px;
}

.eng_sub {
  padding-left: 0.5em;
  font-size: 0.8rem;
}

.foreign-att-txt-en {
  font-size: 0.8rem;
}

.red {
  color: var(--form-attend);
}

.caution {
  color: #ffa600;
}

@media screen and (min-width: 1440px) {
  /*   .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    border-right: 1px solid var(--_koda---bg_category);
    border-bottom: 1px solid var(--_koda---bg_category);
    border-left: 1px solid var(--_koda---bg_category);
  } */

  .content-wrapper {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-light {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .hero-heading-right-2 {
    background-color: var(--_koda---bg_pale);
  }

  .wrapper_detail_title_l {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .photo-moment {
    background-image: url("../images/koda_moment_02.jpg");
  }

  .koda_section_general {
    max-width: var(--_koda---max_width);
    border-style: none;
    border-width: 0;
  }

  .team-member-image {
    width: 270px;
    height: 270px;
    max-height: none;
  }

  .cell_center {
    border: 1px #000;
  }

  .div-block-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 0.25fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .db_performer_vocal {
    font-family:
      Open Sans,
      sans-serif;
    font-weight: 700;
  }

  .div-block-2-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 0.25fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .wrapper_item {
    border-color: var(--_koda---border);
  }

  .quick_stack_3columns {
    background-color: #0000;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .koda_paragraph {
    text-align: left;
    line-height: 22px;
  }

  .img_item_score {
    aspect-ratio: 1;
  }

  .img_item_content {
    object-fit: contain;
  }

  .button-news-more {
    letter-spacing: 1px;
  }

  .container_staff_diary_content.conainer_staff_diary_content_l {
    min-width: 36%;
    max-width: 36%;
  }

  .container_staff_diary_content.container_staff_diary_content_r {
    min-width: 56%;
    max-width: 56%;
  }

  .search {
    font-family: "M PLUS 1p", sans-serif;
  }

  .audio-preview {
    background-color: #c7c7c7;
  }

  .detail_song_phonogram {
    text-indent: 2px;
    font-size: 12px;
  }

  .detail_song_artist_name {
    font-family:
      Noto Serif JP,
      sans-serif;
  }

  .detail_album_productnumber {
    text-align: center;
    width: 100%;
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .detail_album_version_name {
    border-style: solid solid solid none;
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .modal_content_fit {
    width: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0;
    position: relative;
  }

  .modal {
    width: 100%;
    max-width: 100%;
  }

  .modal-cmt1-popup {
    background-color: #0000004f;
    display: none;
  }

  .btn_pop_close {
    margin-top: 0;
    margin-right: 0;
  }

  .modal-rylics-popup {
    display: none;
    position: fixed;
  }

  .button-2 {
    z-index: 5;
    display: block;
    position: sticky;
  }

  .detail_song_release_album_name {
    aspect-ratio: 1;
    object-fit: contain;
  }

  .item_album_name {
    margin-top: 10px;
    font-weight: 700;
  }

  .modal-cmt2-popup {
    display: none;
  }

  .search-input {
    float: left;
    width: 80%;
    margin-right: 20px;
    position: relative;
  }

  .search-button {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div_title_r_title {
    border-top: 1px solid #333;
    border-bottom: 1px #333;
    width: 100%;
    margin-top: 2px;
    margin-bottom: 0;
  }

  .wrapper_detail_title_r {
    margin-top: 20px;
  }

  .cell_center-copy {
    border: 1px #000;
  }

  .detail_meta_info2 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .div-block-26 {
    flex-flow: column;
    align-items: flex-start;
    display: flex;
  }

  .detail_label_content {
    text-align: left;
    width: 100%;
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .performer_common_inst {
    font-family:
      Open Sans,
      sans-serif;
    font-weight: 700;
  }

  /*   .modal-search-popup {
    background-color: #0000004f;
    display: none;
  }
 */
  .search-2 {
    width: 100%;
  }

  .brix---form-grid-2-columns {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .brix---grid-footer-v1 {
    grid-column-gap: 91px;
    grid-template-columns: minmax(340px, 1fr) auto auto auto auto;
  }

  .brix---grid-contact-v11 {
    grid-column-gap: 90px;
    grid-template-columns: 1.5fr 1.2fr;
  }

  .text-block-17 {
    margin-top: 10px;
  }

  .footer-wrapper-three {
    color: var(--_koda---bg_white);
  }

  .footer-link-three,
  .footer-copyright-2 {
    color: var(--elements-webflow-library--neutral--100);
  }

  .modal_content_fit-_fit {
    width: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0;
    position: relative;
  }

  .koda_paragraph_comment {
    text-align: left;
    line-height: 22px;
  }

  .wrapper_item-_bgimg {
    border-color: var(--_koda---border);
  }

  .detail_meta_photos {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .modal_content_fit-copy {
    width: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0;
    position: relative;
  }

  .ms-link.fullsc-infolink {
    display: block;
  }

  .append-text-div {
    font-size: 90%;
  }

  .att_block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #0000;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    column-gap: 20px;
    min-width: 500px;
    height: max-content;
    min-height: 20px;
    padding-left: 140px;
    padding-right: 140px;
    display: flex;
  }

  .title-sub {
    margin-left: 40px;
  }

  .mem_menu_items {
    min-width: 30%;
  }

  .mem_menu_icon {
    flex: 1;
    width: auto;
    max-width: 80%;
    max-height: 40%;
  }
}

@media screen and (min-width: 1920px) {
  .brix---gallery-v10-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    width: 150%;
    position: static;
  }

  .brix---gallery-v10-height {
    height: auto;
  }
}

@media screen and (max-width: 991px) {
  .container_general {
    aspect-ratio: auto;
    max-width: 728px;
    height: auto;
  }

  /*   .nav-menu-wrapper {
    z-index: auto;
    color: #fff0;
    background-color: #0000;
    inset: 0% 0% 0% auto;
  } */

  /*   .nav-menu-two {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    background-color: #fff;
    border-radius: 0;
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    position: relative;
    top: 90px;
    box-shadow: 0 8px 50px #0000000d;
  } */

  /*   .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  } */

  /*   .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  } */

  /*   .menu-button {
    opacity: 1;
    padding: 12px;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf00;
    display: none;
  } */

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .container-2 {
    max-width: 728px;
  }

  .testimonial-grid-two {
    grid-column-gap: 30px;
  }

  .testimonial-info-three {
    flex-direction: column;
  }

  .container-3 {
    max-width: 728px;
  }

  .nav-menu-wrapper-2 {
    background-color: #0000;
  }

  /*   .nav-menu-two-2 {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  } */

  /*   .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  } */

  /*   .nav-dropdown-list-2.shadow-three.w--open {
    position: absolute;
  } */

  /*   .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  } */

  .footer-content {
    grid-column-gap: 60px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .container-4 {
    max-width: 728px;
  }

  .hero-wrapper-2 {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: -40px;
    display: flex;
  }

  .wrapper_detail_title_l {
    max-width: 46%;
    margin-bottom: 40px;
  }

  .pricing-grid {
    grid-column-gap: 30px;
  }

  .button {
    letter-spacing: 2px;
    text-transform: uppercase;
    background-color: #000;
    padding: 12px 25px;
    font-size: 12px;
  }

  .photo-moment {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-image: url("../images/06クリ0368.jpg");
    background-size: cover;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .koda_section_general {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-5 {
    max-width: 728px;
  }

  .team-grid {
    grid-column-gap: 40px;
  }

  .team-member-image {
    width: 190px;
    height: 190px;
  }

  .container-6 {
    max-width: 728px;
  }

  .hero-wrapper-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-3 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .container_staff_diary {
    max-width: 728px;
  }

  .wrapper_staff_diary {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: -40px;
  }

  .container_staff_diary_content {
    width: 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .features-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .features-left {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .features-right {
    max-width: 100%;
  }

  .container-8 {
    max-width: 728px;
  }

  .hero-wrapper-4 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-4 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .clients-title {
    margin-bottom: 32px;
  }

  .container-9 {
    max-width: 728px;
  }

  .hero-wrapper-5 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-5 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .container-10 {
    max-width: 728px;
  }

  .nav-menu-wrapper-3 {
    background-color: #0000;
  }

  /*   .nav-menu-two-3 {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  } */

  /*   .nav-link-3 {
    padding-left: 5px;
    padding-right: 5px;
  } */

  /*   .nav-dropdown-list-3.shadow-three.w--open {
    position: absolute;
  } */

  /*   .menu-button-3 {
    padding: 12px;
  }

  .menu-button-3.w--open {
    color: #fff;
    background-color: #a6b1bf;
  } */

  .container {
    max-width: 728px;
  }

  .hero-wrapper-6 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-6 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .modal-cmt1-popup {
    background-color: var(--_koda---bg_popup);
    display: none;
  }

  .btn_pop_close {
    margin-top: 0;
    margin-right: 0;
    position: relative;
    top: -3rem;
    right: 0;
  }

  .modal-rylics-popup {
    background-color: var(--_koda---bg_popup);
    display: none;
    position: fixed;
    inset: 0;
  }

  .conainer_staff_diary_content_r {
    min-width: 0;
    max-width: 56%;
  }

  .modal-score-popup {
    display: none;
  }

  .modal_content {
    padding-top: 3em;
    padding-left: 3rem;
    padding-right: 0.5rem;
  }

  .modal-cmt2-popup {
    display: none;
  }

  .image-3 {
    width: 360px;
  }

  .search-input {
    float: left;
    width: 85%;
    margin-right: 10px;
    position: relative;
  }

  .wrapper_detail_title_r {
    flex: 0 auto;
    margin-bottom: 20px;
    display: block;
  }

  .container-11 {
    max-width: 728px;
  }

  .hero-wrapper-7 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-7 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .image-9 {
    width: 360px;
  }

  .slider-2 {
    aspect-ratio: 1;
    width: 100%;
    height: auto;
  }

  /*   .modal-search-popup {
    background-color: var(--_koda---bg_popup);
    display: none;
  } */

  .search-input-2 {
    width: 60%;
    display: block;
  }

  .container_general-_nosp {
    max-width: 728px;
  }

  .brix---header-wrapper {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---header-menu-wrapper {
    border-top: 1px solid var(--elements-webflow-library--neutral--300);
    border-bottom: 1px solid var(--elements-webflow-library--neutral--300);
    background-color: var(--elements-webflow-library--neutral--100);
    padding: 24px;
  }

  .brix---header-nav-menu-list {
    flex-direction: column;
    align-items: flex-start;
  }

  .brix---dropdown-card {
    box-shadow: none;
    background-color: #0000;
    border-width: 0;
    border-radius: 0;
    min-width: auto;
  }

  .brix---dropdown-card.w--open {
    position: static;
  }

  .brix---dropdown-pd {
    padding: 20px 0 14px;
  }

  .brix---header-logo {
    max-width: 232px;
  }

  .brix---hamburger-menu-wrapper {
    order: -1;
    transition: transform 0.3s;
  }

  .brix---hamburger-menu-wrapper:hover {
    transform: scale(0.96);
  }

  .brix---hamburger-menu-wrapper.w--open {
    background-color: #0000;
  }

  .brix---dropdown-column-wrapper {
    padding-top: 0;
    position: static;
  }

  .brix---dropdown-column-wrapper.w--open {
    transform: none;
  }

  .brix---hamburger-menu-bar-top {
    width: 44px;
    height: 3px;
  }

  .brix---hamburger-menu-bar-bottom {
    width: 44px;
    height: 3px;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .brix---header-nav-list-item-middle {
    margin-bottom: 16px;
    padding-left: 0;
    padding-right: 0;
  }

  .brix---header-right-col-hidden-on-tablet {
    display: none;
  }

  .brix---mg-bottom-24px---0-on-tablet {
    margin-bottom: 0;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 40px;
  }

  .brix---section {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---heading-h2-size {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---heading-h4-size {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---card-team-v7 {
    padding: 40px 32px;
  }

  .brix---team-top-left {
    margin-bottom: 24px;
  }

  .brix---team-v7-top-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .brix---team-v7-right {
    width: 100%;
  }

  .brix---social-media-grid-right---t-left {
    grid-column-gap: 10px;
    justify-content: start;
    justify-items: start;
  }

  .brix---btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---heading-h3-size {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---grid-top---text-2-buttons {
    grid-row-gap: 24px;
    grid-template-columns: 0.7fr;
  }

  .brix---buttons-row-right---t-left {
    justify-content: flex-start;
  }

  .brix---grid-2-columns---gap-48px {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .brix---card-left-text-wrapper {
    margin-top: 24px;
    margin-left: 0;
  }

  .brix---icon-left---content-right {
    flex-direction: column;
  }

  .brix---instagram-grid-v3 {
    grid-template-columns: 1fr 1fr;
  }

  .brix---mg-bottom-32px {
    margin-bottom: 24px;
  }

  .brix---heading-h1-size {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---contact-form-left-side {
    padding: 64px 40px;
  }

  .brix---contact-form-right-side {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 24px;
    padding: 64px 40px;
  }

  .brix---grid-contact-v3 {
    grid-template-columns: 1.2fr;
  }

  .brix---divider-64px {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .brix---social-media-grid-left {
    grid-column-gap: 10px;
  }

  .brix---grid-footer-v1 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .brix---footer-top {
    padding-top: 94px;
    padding-bottom: 94px;
  }

  .brix---footer-bottom {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---footer-col-title {
    margin-bottom: 24px;
  }

  .brix---social-media-grid-right---mbp-center {
    grid-column-gap: 10px;
  }

  .brix---grid-contact-v11 {
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

  .brix---section-small {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .brix---btn-download-app,
  .brix---btn-download-app-white {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---ctav-14-link-card,
  .brix---cta-v19-link-card-white {
    padding-top: 52px;
  }

  .brix---card-v19-content-wrapper {
    padding-left: 27px;
    padding-right: 27px;
  }

  .brix---grid-4-columns-instagram,
  .brix---grid-3-columns {
    grid-template-columns: 1fr 1fr;
  }

  .brix---product-card-image {
    width: 100%;
  }

  .wrapper_home_news {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: -40px;
  }

  .conainer_home_news_content_r {
    min-width: 0;
    max-width: 56%;
  }

  .brix---grid-footer-3-cols {
    grid-template-columns: 1fr;
  }

  .brix---social-media-grid-right---t-center {
    grid-column-gap: 10px;
    justify-content: center;
    justify-items: center;
  }

  .brix---footer-top-small {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .container-12 {
    max-width: 728px;
  }

  .testimonial-slide {
    padding-left: 32px;
  }

  .testimonial-quote {
    overflow: visible;
  }

  .container-13 {
    max-width: 728px;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

  .container-14 {
    max-width: 728px;
  }

  .pricing-wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .pricing-card {
    width: 350px;
  }

  .brix---section-2 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---heading-h2-size-2 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---image-wrapper-br-24px {
    border-radius: 20px;
  }

  .brix---grid-gallery-v5 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 40px;
  }

  .brix---grid-3-columns-2 {
    grid-template-columns: 1fr 1fr;
  }

  .brix---heading-h3-size-2 {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---mg-top-64px {
    margin-top: 48px;
  }

  .brix---heading-h4-size-2 {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---dropdown-card-2 {
    box-shadow: none;
    background-color: #0000;
    border-width: 0;
    border-radius: 0;
    min-width: auto;
  }

  .brix---dropdown-card-2.w--open {
    position: static;
  }

  .brix---blog-card-image {
    width: 100%;
  }

  .brix---dropdown-side-pd {
    padding: 0 24px 40px 0;
  }

  .brix---dropdown-card-wrapper-836px {
    box-shadow: none;
    background-color: #0000;
    border-width: 0;
    border-radius: 0;
    min-width: auto;
  }

  .brix---dropdown-card-wrapper-836px.w--open {
    position: static;
    transform: none;
  }

  .brix---dropdown-side-bg-neutral-200 {
    background-color: #0000;
    padding: 0 24px 0 0;
  }

  .brix---grid-2-columns-dropdown-2-sides {
    grid-template-columns: 1fr;
  }

  .brix---btn-primary-2 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---instagram-grid-v3-2 {
    grid-template-columns: 1fr 1fr;
  }

  .brix---section-3 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---heading-h2-size-3 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---image-wrapper-br-24px-2 {
    border-radius: 20px;
  }

  .brix---grid-gallery-v5-2 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .brix---heading-h2-size-2-_w {
    font-size: 30px;
    line-height: 46px;
  }

  .nav-menu-wrapper-4 {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  /*   .nav-link-4 {
    padding-left: 5px;
    padding-right: 5px;
  } */

  /*   .nav-dropdown-list-4.shadow-three.w--open {
    position: absolute;
  } */

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  /*   .menu-button-4 {
    padding: 12px;
  }

  .menu-button-4.w--open {
    color: #fff;
    background-color: #a6b1bf;
  } */

  .ms-button {
    position: relative;
  }

  .header-title {
    flex-basis: 340px;
  }

  .title-sub {
    margin-left: 10%;
  }

  .nav-link-mem {
    padding-left: 5px;
    padding-right: 5px;
  }

  .brix---mg-bottom-48px-3 {
    margin-bottom: 40px;
  }

  .brix---grid-3-columns-3 {
    grid-template-columns: 1fr 1fr;
  }

  .brix---section-4 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---heading-h2-size-4 {
    font-size: 30px;
    line-height: 46px;
  }

  .card_head {
    font-size: 22px;
    line-height: 32px;
  }

  .mem_benf_head {
    font-size: 30px;
    line-height: 46px;
  }

  .benfit_sect {
    padding-top: 90px;
    padding-bottom: 50px;
  }

  .benefit_head_wrap {
    margin-bottom: 40px;
  }

  .rel-btn {
    position: relative;
  }

  .icon {
    opacity: 1;
  }

  .nav-menu-mem {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    background-color: #000000b3;
    border-radius: 0;
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    position: relative;
    top: 90px;
    box-shadow: 0 8px 50px #0000000d;
  }

  .navbar-2,
  .navbar-3 {
    z-index: 3;
  }

  .sign-form-block {
    padding-left: 1svw;
    padding-right: 1svw;
  }

  .step_nav_txt {
    font-family:
      Noto Sans JP,
      sans-serif;
    font-size: 0.75rem;
  }

  .mem_menu_box {
    grid-column-gap: 5svw;
    grid-row-gap: 5svh;
    flex: auto;
    min-width: 7%;
    margin-bottom: 20px;
  }

  .mem_menu_items {
    flex: auto;
    max-width: 48.22%;
  }

  .mem_library_box {
    grid-column-gap: 5svw;
    grid-row-gap: 5svh;
    flex: auto;
    min-width: 7%;
  }

  .div-block-47 {
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-48 {
    flex-flow: column;
    align-items: flex-start;
  }

  .container-16 {
    max-width: 728px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .gallery-grid {
    grid-row-gap: 20px;
  }

  .brix---btn-primary-3 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---heading-h2-size-5 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---grid-top---text-2-buttons-2 {
    grid-row-gap: 24px;
    grid-template-columns: 0.7fr;
  }

  .brix---section-position-relative {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---buttons-row-right---t-left-2 {
    justify-content: flex-start;
  }

  .brix---image-wrapper-br-24px-3 {
    border-radius: 20px;
  }

  .brix---gallery-v10-wrapper {
    width: 120%;
  }

  .testimonial-slider-left {
    left: -20px;
  }

  .testimonial-slider-right {
    right: -20px;
  }

  .brix---mg-bottom-48px-4 {
    margin-bottom: 40px;
  }

  .brix---display-2 {
    font-size: 58px;
    line-height: 70px;
  }

  .brix---grid-3-columns-4 {
    grid-template-columns: 1fr 1fr;
  }

  .brix---section-5 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---heading-h2-size-6 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---heading-h3-size-3 {
    font-size: 22px;
    line-height: 32px;
  }
}

@media screen and (max-width: 767px) {
  /*   .navbar-logo-left-container {
    max-width: 100%;
  } */

  /*   .navbar-brand {
    padding-left: 0;
  } */

  /*   .nav-menu-wrapper {
    color: #fff0;
    width: 100px;
    height: 100px;
    left: auto;
    right: 0;
  } */

  /*   .nav-menu-two {
    z-index: auto;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-color: #fff;
    border-radius: 0;
    flex-direction: column;
    margin-top: 0;
    padding-bottom: 30px;
    position: relative;
    right: auto;
  }
 */
  /*   .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  } */

  /* .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  } */

  /*   .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  } */

  /*   .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  } */

  /*   .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  } */

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .button-primary {
    margin-left: auto;
    margin-right: auto;
  }

  .section-moment {
    padding: 60px 0;
  }

  .team-slider {
    padding: 60px 15px;
  }

  .text-news-title {
    letter-spacing: 1px;
    text-transform: none;
    column-count: auto;
    word-break: normal;
    font-size: 16px;
    font-style: normal;
  }

  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .testimonial-column-light {
    padding: 60px 15px;
  }

  .testimonial-grid-two {
    grid-template-columns: 1fr;
  }

  .testimonial-info-three {
    flex-direction: row;
  }

  /*   .navbar-logo-left-container-2 {
    max-width: 100%;
  } */

  /*   .navbar-brand-2 {
    padding-left: 0;
  } */

  /*   .nav-menu-two-2 {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  } */

  /*   .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  } */

  .nav-dropdown-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  /*   .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  } */

  /*   .nav-dropdown-list-2.shadow-three.w--open {
    position: relative;
  } */

  /*   .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  } */

  .nav-divider-2 {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent-2 {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-11 {
    margin-top: 10px;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link-2 {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .hero-heading-right,
  .hero-heading-right-2,
  .pricing-overview {
    padding: 60px 15px;
  }

  .button {
    letter-spacing: 2px;
    text-transform: uppercase;
    background-color: #000;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 12px;
  }

  .koda_section_general {
    padding: 0 20px 20px;
  }

  .team-grid {
    grid-template-columns: 1fr 1fr;
  }

  .hero-heading-right-3,
  .hero-stack-2,
  .section_staff_diary {
    padding: 60px 15px;
  }

  .container_staff_diary {
    max-width: 728px;
  }

  .wrapper_staff_diary {
    flex-flow: column;
    width: 100%;
  }

  .container_staff_diary_content {
    width: 100%;
  }

  .features-list,
  .hero-heading-right-4,
  .logos-title-large {
    padding: 60px 15px;
  }

  .clients-wrapper {
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: -20px;
  }

  .clients-image {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .koda_section {
    padding: 60px 15px;
  }

  /*   .navbar-logo-left-container-3 {
    max-width: 100%;
  } */

  /*   .navbar-brand-3 {
    padding-left: 0;
  } */

  /*   .nav-menu-two-3 {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  } */

  /*   .nav-link-3 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  } */

  .nav-dropdown-3 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-3 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  /*   .nav-dropdown-list-3.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  } */

  /*   .nav-dropdown-list-3.shadow-three.w--open {
    position: relative;
  } */

  /*   .nav-dropdown-list-3.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  } */

  .nav-divider-3 {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent-3 {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-12 {
    margin-top: 10px;
  }

  .hero-heading-right-5 {
    padding: 60px 15px;
  }

  .modal_content_fit {
    max-width: 80%;
    padding: 0;
    display: block;
  }

  .modal-cmt1-popup {
    object-fit: contain;
    display: none;
  }

  .btn_pop_close {
    margin-top: 0;
    margin-right: 0;
    position: relative;
    top: -3rem;
    right: 0;
  }

  .modal-rylics-popup {
    display: none;
  }

  .code-embed-4 {
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .conainer_staff_diary_content_l {
    width: 100%;
    min-width: 100%;
    max-width: 36%;
  }

  .conainer_staff_diary_content_r {
    width: 100%;
    max-width: 100%;
  }

  .modal-cmt2-popup {
    display: none;
  }

  .image-3 {
    width: 320px;
  }

  .wrapper_popup_common {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-heading-right-6 {
    padding: 60px 15px;
  }

  .left-arrow-2,
  .right-arrow-2 {
    display: flex;
  }

  .image-9 {
    width: 320px;
  }

  /*  .modal-search-popup {
    object-fit: contain;
    display: none;
  } */

  .search-input-2 {
    width: 50%;
  }

  .brix---header-logo {
    max-width: 90%;
  }

  .brix---hidden-on-mbl {
    display: none;
  }

  .brix---grid-2-columns {
    grid-template-columns: 1fr;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 8px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .brix---section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---heading-h2-size {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---heading-h4-size {
    font-size: 20px;
    line-height: 26px;
  }

  .brix---avatar-circle-04 {
    width: 64px;
    max-width: 64px;
    height: 64px;
    max-height: 64px;
  }

  .brix---text-100-bold {
    font-size: 14px;
  }

  .brix---team-v7-top-wrapper {
    align-items: flex-start;
  }

  .brix---btn-primary {
    padding: 20px 32px;
  }

  .brix---btn-secondary {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---square-icon {
    border-radius: 12px;
    max-width: 56px;
  }

  .brix---grid-top---text-2-buttons {
    grid-template-columns: 0.9fr;
  }

  .brix---button-row-left {
    margin-right: 16px;
  }

  .brix---grid-2-columns---gap-48px {
    grid-template-columns: 1fr;
  }

  .brix---content-inside-card-v14 {
    padding: 32px 32px 40px;
  }

  .brix---mg-bottom-40px {
    margin-bottom: 24px;
  }

  .brix---input {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .brix---text-area {
    border-radius: 18px;
  }

  .brix---heading-h1-size {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---subtitle {
    font-size: 17px;
    line-height: 19px;
  }

  .brix---contact-form-left-side,
  .brix---contact-form-right-side {
    padding-left: 32px;
    padding-right: 32px;
  }

  .brix---text-200-bold {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---form-grid-2-columns {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-template-columns: 1fr;
  }

  .brix---grid-contact-v3 {
    grid-template-columns: 1fr;
  }

  .brix---divider-64px {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .brix---contact-details-mg {
    margin-right: 24px;
  }

  .brix---social-media-grid-left {
    justify-content: start;
    justify-items: start;
  }

  .brix---grid-footer-v1 {
    grid-template-columns: 1fr 1fr;
  }

  .brix---footer-logo-wrapper {
    width: 239px;
  }

  .brix---footer-list-item {
    margin-bottom: 10px;
  }

  .brix---footer-top {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .brix---footer-col-title {
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 20px;
  }

  .brix---mg-bottom-64px {
    margin-bottom: 48px;
  }

  .brix---social-media-grid-right---mbp-center {
    justify-content: end;
    align-self: stretch;
    place-items: center end;
  }

  .brix---grid-contact-v11 {
    grid-template-columns: 1fr;
  }

  .brix---section-small {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .brix---btn-download-app,
  .brix---btn-download-app-white {
    padding: 20px 22px;
  }

  .brix---card-v19-content-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .brix---grid-cta-v19,
  .brix---grid-3-columns {
    grid-template-columns: 1fr;
  }

  .brix---product-card-wrapper-v1 {
    width: 100%;
  }

  .brix---badge-secondary-small-bold {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .wrapper_home_news {
    flex-flow: column;
    width: 100%;
  }

  .conainer_home_news_content_l {
    width: 100%;
    min-width: 100%;
    max-width: 36%;
  }

  .conainer_home_news_content_r {
    width: 100%;
    max-width: 100%;
  }

  .db_home_moment_photo_info {
    z-index: 20;
    position: static;
  }

  .brix---social-media-grid-right---t-center {
    justify-content: center;
    justify-items: center;
  }

  .brix---footer-top-small {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .brix---footer-list-item-horizontal {
    margin-bottom: 10px;
  }

  .testimonial-slider-large {
    padding: 60px 15px;
  }

  .testimonial-slide {
    flex-direction: column;
    padding: 23px;
  }

  .testimonial-content {
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-quote-icon {
    width: 50px;
    margin-bottom: 16px;
  }

  .testimonial-image-two {
    width: 100%;
    height: auto;
  }

  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-bottom-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .modal_content_fit-_fit {
    max-width: 80%;
    padding: 0;
    display: block;
  }

  .pricing-comparison {
    padding: 60px 15px;
  }

  .pricing-wrapper {
    justify-items: stretch;
  }

  .pricing-card {
    width: auto;
  }

  .pricing-title {
    font-size: 34px;
    line-height: 42px;
  }

  .brix---mg-bottom-16px-2 {
    margin-bottom: 8px;
  }

  .brix---mg-bottom-40px-2 {
    margin-bottom: 24px;
  }

  .brix---section-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---heading-h2-size-2 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---grid-gallery-v5 {
    grid-column-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 32px;
  }

  .brix---grid-3-columns-2 {
    grid-template-columns: 1fr;
  }

  .brix---content-inside-card {
    padding: 32px 32px 40px;
  }

  .brix---link-icon-right {
    width: 20px;
    margin-left: 8px;
  }

  .brix---text-200-bold-2 {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---mg-top-64px {
    margin-top: 40px;
  }

  .brix---heading-h4-size-2 {
    font-size: 20px;
    line-height: 26px;
  }

  .brix---heading-h5-size {
    font-size: 16px;
    line-height: 22px;
  }

  .brix---text-100-medium {
    font-size: 14px;
  }

  .brix---dropdown-side-bg-neutral-200 {
    padding-left: 0;
    padding-right: 0;
  }

  .brix---grid-2-columns-dropdown-2-sides {
    grid-template-columns: 1fr;
  }

  .brix---btn-primary-2 {
    padding: 20px 32px;
  }

  .brix---mg-bottom-16px-3 {
    margin-bottom: 8px;
  }

  .brix---mg-bottom-40px-3 {
    margin-bottom: 24px;
  }

  .brix---section-3 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---heading-h2-size-3 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---grid-gallery-v5-2 {
    grid-column-gap: 16px;
    grid-template-columns: 1fr;
  }

  .modal_content_fit-copy {
    max-width: 80%;
    padding: 0;
    display: block;
  }

  .brix---heading-h2-size-2-_w {
    font-size: 28px;
    line-height: 40px;
  }

  .db_home_moment_photo_info2 {
    z-index: 20;
    position: static;
  }

  /*  .navbar-brand-4 {
    padding-left: 0;
  } */

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  /*   .nav-link-4 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  } */

  .nav-dropdown-4 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-4 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  /*   .nav-dropdown-list-4.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  } */

  /*   .nav-dropdown-list-4.shadow-three.w--open {
    position: relative;
  } */

  /*   .nav-dropdown-list-4.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  } */

  .mobile-margin-top-13 {
    margin-top: 10px;
  }

  .ms-form-heading {
    font-size: 24px;
  }

  .container-15 {
    position: relative;
  }

  .nav-link-mem {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .navi-drop-mem {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-mem {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .brix---mg-bottom-24px-3 {
    min-width: auto;
    min-height: auto;
  }

  .brix---mg-bottom-48px-3 {
    margin-bottom: 32px;
  }

  .brix---grid-3-columns-3 {
    grid-template-columns: 1fr;
  }

  .brix---square-icon-2 {
    border-radius: 0;
    max-width: none;
    max-height: 240px;
  }

  .brix---section-4 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---heading-h2-size-4,
  .mem_benf_head {
    font-size: 28px;
    line-height: 40px;
  }

  .benfit_sect {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .benefit_head_wrap {
    margin-bottom: 32px;
  }

  .membership-fee-div {
    padding-left: 3vw;
    padding-right: 3svw;
  }

  .th,
  .td-2 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .membership_step_wrap.container_general {
    padding-left: 3svw;
    padding-right: 3svw;
  }

  .step-ttl-txt {
    margin-left: 1rem;
  }

  .nav-menu-mem {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-color: #000c;
    border-radius: 0;
    flex-direction: column;
    margin-top: 0;
    padding-bottom: 30px;
    position: relative;
    right: auto;
  }

  .sign-form-block {
    padding-inline: 2svw;
    justify-content: flex-start;
  }
  .step_nav_block {
    width: calc(25% - 3px);
    height: 60px;
  }
  .sign-form-block .step_nav_block::after,
  .sign-form-block .step_nav_block::before {
    border-width: 30px 0 30px 12px;
  }

  .step_nav_txt {
    line-height: 1.4em;
  }

  .step_nav_block:not(:first-child) .step_nav_txt {
    padding-left: 14px;
  }

  .koda-full-form-block.sign_from_block {
    min-width: 480px;
  }

  .koda-full-form-block.sign_from_block.headless-form {
    width: 90svw;
    margin-top: 10px;
    padding-top: 0;
  }

  .fs_radio-1_group,
  .radio-list-group {
    grid-auto-flow: row;
  }

  .mem_menu_box {
    grid-column-gap: 3svh;
    grid-row-gap: 3svh;
    min-width: auto;
  }

  .mem_menu_items {
    max-width: none;
  }

  .mem_menu_items.comu_cate {
    max-height: 180px;
  }

  .memberpage-heading {
    font-size: 24px;
  }

  .mem_library_box {
    grid-column-gap: 3svh;
    grid-row-gap: 3svh;
    min-width: auto;
  }

  .gallery-overview {
    padding: 60px 15px;
  }

  .gallery-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .gallery-grid {
    grid-row-gap: 10px;
  }

  .brix---btn-primary-3 {
    padding: 20px 32px;
  }

  .brix---heading-h2-size-5 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---grid-top---text-2-buttons-2 {
    grid-template-columns: 0.9fr;
  }

  .brix---section-position-relative {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---gallery-v10-wrapper {
    flex-direction: column;
    width: 100%;
    position: static;
  }

  .brix---gallery-v10-height {
    height: auto;
  }

  .testimonial-slider-small {
    padding: 60px 15px;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .brix---mg-bottom-16px-4 {
    margin-bottom: 8px;
  }

  .brix---mg-bottom-48px-4 {
    margin-bottom: 32px;
  }

  .brix---display-2 {
    font-size: 48px;
    line-height: 56px;
  }

  .brix---grid-3-columns-4 {
    grid-template-columns: 1fr;
  }

  .brix---section-5 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---heading-h2-size-6 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---link-icon-right-2 {
    width: 20px;
    margin-left: 8px;
  }

  .brix---text-200-bold-3 {
    font-size: 16px;
    line-height: 18px;
  }

  .sign-in-form {
    padding-inline: 4svw;
  }

  .menu_2ndlvl {
    padding-inline: 0;
  }
}

@media screen and (max-width: 479px) {
  .container_general {
    flex-flow: column;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: stretch;
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  /*   .nav-menu-two {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
  } */

  /*   .menu-button {
    inset: auto 0% 0% auto;
  }
 */
  .section-moment {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-wrapper-two {
    max-width: 100%;
  }

  .db_home_moment_photo_text {
    width: auto;
    margin: 100% 1rem 35%;
  }

  .login_body {
    justify-content: space-between;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-two {
    margin-top: 40px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .container-2 {
    max-width: none;
  }

  .centered-heading-2 {
    margin-bottom: 24px;
  }

  .container-3 {
    max-width: none;
  }

  /*   .nav-menu-two-2 {
    flex-direction: column;
  } */

  .container-4 {
    max-width: none;
  }

  .hero-wrapper-2 {
    flex-flow: column;
  }

  .wrapper_detail_title_l {
    max-width: 100%;
  }

  .detail_common_main_image {
    aspect-ratio: 1;
    object-fit: cover;
    flex: 0 auto;
    overflow: clip;
  }

  .detail_song_button {
    margin-left: 0;
    margin-right: 0;
  }

  .centered-heading-3 {
    margin-bottom: 24px;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .pricing-card-text {
    font-size: 16px;
  }

  .heading,
  .heading-2 {
    font-size: 14px;
  }

  .photo-moment {
    background-color: #000;
    background-size: cover;
    position: static;
  }

  .heading-4 {
    font-size: 32px;
  }

  .koda_section_general {
    flex-flow: column;
    padding: 0 0 20px;
    display: flex;
  }

  .container-5 {
    max-width: none;
  }

  .section_title {
    margin-bottom: 24px;
  }

  .team-grid {
    grid-template-columns: 1fr;
  }

  .wrapper_item {
    width: 100%;
  }

  .quick_stack_3columns {
    width: 100%;
    max-width: 100%;
  }

  .container-6 {
    max-width: none;
  }

  .margin-bottom-24px-4 {
    margin-bottom: -34px;
  }

  .koda_paragraph {
    text-align: left;
  }

  .container_staff_diary {
    max-width: none;
  }

  .wrapper_staff_diary {
    flex-flow: column;
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .container_staff_diary_content {
    width: 100%;
    min-width: 0;
  }

  .db_staff_diary_photo {
    min-width: 0;
  }

  .features-right {
    margin-bottom: -30px;
  }

  .features-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .features-image {
    margin-bottom: 10px;
  }

  .container-8 {
    max-width: none;
  }

  .clients-image {
    margin-left: 10px;
    margin-right: 10px;
  }

  .koda_section {
    width: 100%;
    min-width: 0;
    max-width: none;
  }

  .container-9,
  .container-10 {
    max-width: none;
  }

  /*   .nav-menu-two-3 {
    flex-direction: column;
  } */

  .koda_section_2 {
    width: 100%;
  }

  .container {
    max-width: none;
  }

  .div-block-20 {
    width: 100%;
    max-width: 100%;
  }

  .modal_content_fit {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }

  .modal {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .modal-cmt1-popup {
    display: none;
    overflow: auto;
  }

  .btn_pop_close {
    text-align: center;
    border-radius: 0;
    margin-top: 0;
    margin-right: 0;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    font-family:
      system-ui,
      -apple-system,
      BlinkMacSystemFont,
      Segoe UI,
      Roboto,
      Oxygen,
      Ubuntu,
      Cantarell,
      Fira Sans,
      Droid Sans,
      Helvetica Neue,
      sans-serif;
    font-size: 30px;
    font-weight: 100;
    text-decoration: none;
    top: -3rem;
    right: 0;
  }

  .modal-rylics-popup {
    display: none;
  }

  .code-embed-4 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    overflow: scroll;
  }

  .conainer_staff_diary_content_l {
    flex-flow: column;
    width: 100%;
    min-width: auto;
    max-width: 100%;
    display: block;
  }

  .conainer_staff_diary_content_r {
    flex-flow: column;
    min-width: auto;
    max-width: 100%;
    display: flex;
  }

  .modal-score-popup {
    display: none;
  }

  .modal_content {
    padding-left: 0.5rem;
  }

  .modal-cmt2-popup {
    display: none;
  }

  .left-arrow {
    width: 50px;
  }

  .image-3 {
    width: 160px;
    display: none;
  }

  .arrow {
    width: 15px;
  }

  .search-input {
    width: 100%;
  }

  .wrapper_popup_common {
    padding-left: 10px;
    padding-right: 10px;
  }

  .wrapper_detail_title_r {
    width: 100%;
    max-width: 100%;
  }

  .container-11 {
    max-width: none;
  }

  .div-block-30 {
    padding-left: 20px;
  }

  .left-arrow-2 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    display: flex;
  }

  .right-arrow-2 {
    width: 50px;
    height: 50px;
  }

  .image-9 {
    width: 160px;
    display: none;
  }

  .slider-2 {
    height: auto;
  }

  /*   .modal-search-popup {
    display: none;
    overflow: auto;
  } */

  .container_general-_nosp {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrapper_item_nosp {
    width: 100%;
  }

  .brix---container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---header-logo {
    max-width: 84%;
  }

  .brix---header-nav-list-item-middle {
    text-align: left;
    width: 100%;
  }

  .brix---social-icon-square-30px {
    border-radius: 6px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    font-size: 14px;
  }

  .brix---mg-bottom-8px {
    margin-bottom: 6px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 15px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .brix---mg-top-16px {
    margin-top: 12px;
  }

  .brix---heading-h2-size {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---heading-h4-size {
    font-size: 18px;
    line-height: 24px;
  }

  .brix---paragraph-default {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---icon-square-36px {
    border-radius: 6px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    font-size: 14px;
  }

  .brix---avatar-image-link {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .brix---avatar-circle-04 {
    width: 56px;
    min-width: 56px;
    max-width: 56px;
    height: 56px;
    min-height: 56px;
    max-height: 56px;
  }

  .brix---card-team-v7 {
    padding-top: 32px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .brix---social-media-grid-right---t-left {
    grid-template-columns: repeat(auto-fit, 30px);
  }

  .brix---btn-primary,
  .brix---btn-secondary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---square-icon {
    border-radius: 14px;
    max-width: 56px;
  }

  .brix---heading-h3-size {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---grid-top---text-2-buttons {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .brix---button-row-left {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---buttons-row-right---t-left {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---content-inside-card-v14 {
    padding-left: 22px;
    padding-right: 22px;
  }

  .brix---buttons-row-center {
    flex-direction: column;
  }

  .brix---instagram-grid-v3 {
    grid-template-columns: 1fr 1fr;
  }

  .brix---instagram-image-full-width {
    border-radius: 16px;
  }

  .brix---input {
    min-height: 54px;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---input::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .brix---text-area {
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 26px;
  }

  .brix---text-area::placeholder {
    font-size: 16px;
    line-height: 24px;
  }

  .brix---heading-h1-size {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---subtitle {
    font-size: 14px;
    line-height: 18px;
  }

  .brix---contact-form-left-side,
  .brix---contact-form-right-side {
    padding: 48px 24px;
  }

  .brix---text-200-bold {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---divider-64px {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .brix---link {
    font-size: 16px;
    line-height: 26px;
  }

  .brix---contact-details-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .brix---contact-details-mg {
    margin-bottom: 20px;
  }

  .brix---icon-square-acent-36px {
    border-radius: 6px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    font-size: 14px;
  }

  .brix---social-media-grid-left {
    grid-template-columns: repeat(auto-fit, 30px);
  }

  .brix---mg-bottom-24px {
    margin-bottom: 16px;
  }

  .brix---grid-footer-v1 {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .brix---footer-logo {
    width: 100%;
    max-width: 240px;
  }

  .brix---footer-list-item {
    margin-bottom: 8px;
  }

  .brix---footer-link {
    font-size: 16px;
    line-height: 19px;
  }

  .brix---footer-top {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .brix---footer-col-title {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---mg-bottom-64px {
    margin-bottom: 40px;
  }

  .brix---social-media-grid-right---mbp-center {
    grid-template-columns: repeat(auto-fit, 30px);
    justify-content: center;
    justify-items: center;
  }

  .brix---grid-contact-v11 {
    grid-row-gap: 50px;
  }

  .brix---section-small {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .brix---btn-download-app {
    text-align: left;
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---btn-download-app-white {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---ctav-14-link-card,
  .brix---cta-v19-link-card-white {
    padding-left: 24px;
    padding-right: 24px;
  }

  .brix---card-v19-content-wrapper {
    min-height: 180px;
    margin-bottom: 11px;
    padding-left: 0;
    padding-right: 0;
  }

  .brix---btn-icon-left-small {
    width: auto;
  }

  .brix---grid-4-columns-instagram {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }

  .brix---instagram-image {
    border-radius: 16px;
  }

  .brix---grid-3-columns {
    grid-template-columns: 1fr;
  }

  .brix---badge-wrapper-top-right {
    top: 14px;
    right: 14px;
  }

  .brix---product-card-content {
    padding: 21px 22px 32px;
  }

  .brix---badge-secondary-small-bold {
    padding: 10px 16px;
    font-size: 14px;
    line-height: 16px;
  }

  .wrapper_home_news {
    flex-flow: column;
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .conainer_home_news_content_l {
    flex-flow: column;
    width: 100%;
    min-width: auto;
    max-width: 100%;
    display: block;
  }

  .conainer_home_news_content_r {
    flex-flow: column;
    min-width: auto;
    max-width: 100%;
    display: flex;
  }

  .db_home_news_photo {
    min-width: 0;
  }

  .db_home_moment_photo_info {
    width: auto;
    margin: 100% 1rem 35%;
  }

  .brix---social-media-grid-right---t-center {
    grid-template-columns: repeat(auto-fit, 30px);
  }

  .brix---footer-list-wrapper-horizontal {
    flex-direction: column;
  }

  .brix---footer-top-small {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .brix---footer-list-item-horizontal {
    margin-bottom: 6px;
    padding-left: 0;
    padding-right: 0;
  }

  .container-12 {
    max-width: none;
  }

  .testimonial-quote-icon {
    width: 30px;
  }

  .testimonial-quote {
    font-size: 22px;
    line-height: 30px;
  }

  .testimonial-author-image-three {
    margin-right: 16px;
  }

  .div-block-31 {
    text-align: center;
  }

  .container-13 {
    max-width: none;
  }

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary-10.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer-bottom-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .modal_content_fit-_fit {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }

  .container-14 {
    max-width: none;
  }

  .brix---mg-bottom-16px-2 {
    margin-bottom: 15px;
  }

  .brix---container-default-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h2-size-2 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---paragraph-default-2 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---image-wrapper-br-24px {
    border-radius: 16px;
  }

  .brix---grid-gallery-v5 {
    grid-template-columns: 1fr;
  }

  .brix---gallery-v5-col {
    grid-row-gap: 16px;
  }

  .brix---gallery-v5-col-hidden {
    display: none;
  }

  .brix---mg-bottom-24px-2 {
    margin-bottom: 16px;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 32px;
  }

  .brix---grid-3-columns-2 {
    grid-template-columns: 1fr;
  }

  .brix---heading-h3-size-2 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---content-inside-card {
    padding-top: 26px;
    padding-left: 22px;
    padding-right: 22px;
  }

  .brix---link-icon-right {
    width: 18px;
  }

  .brix---text-200-bold-2 {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---mg-bottom-8px-2 {
    margin-bottom: 6px;
  }

  .brix---heading-h4-size-2 {
    font-size: 18px;
    line-height: 24px;
  }

  .brix---mg-left-24px---mg-top-16px-mbp {
    margin-top: 16px;
    margin-left: 0;
  }

  .brix---blog-card-wrapper-featured-sidebar {
    flex-direction: column;
    align-items: flex-start;
  }

  .brix---blog-card-wrapper-dropdown {
    max-width: 100%;
  }

  .brix---grid-2-columns-dropdown-2-sides {
    grid-template-columns: 1fr;
  }

  .brix---btn-primary-2 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---buttons-row-center-2 {
    flex-direction: column;
  }

  .brix---instagram-grid-v3-2 {
    grid-template-columns: 1fr 1fr;
  }

  .brix---instagram-image-full-width-2 {
    border-radius: 16px;
  }

  .koda_paragraph_comment {
    text-align: left;
  }

  .wrapper_item-_bgimg {
    width: 100%;
  }

  .image-10 {
    margin-right: 10px;
  }

  .brix---mg-bottom-16px-3 {
    margin-bottom: 15px;
  }

  .brix---container-default-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h2-size-3 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---paragraph-default-3 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---image-wrapper-br-24px-2 {
    border-radius: 16px;
  }

  .brix---grid-gallery-v5-2 {
    grid-template-columns: 1fr 1fr;
  }

  .brix---gallery-v5-col-2 {
    grid-row-gap: 16px;
  }

  .brix---gallery-v5-col-hidden-2 {
    display: none;
  }

  .detail_column_30 {
    float: none;
    width: 100%;
  }

  .koda_spacer_h_float {
    display: none;
  }

  .modal_content_fit-copy {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }

  .mask-3 {
    aspect-ratio: 1;
  }

  .brix---heading-h2-size-2-_w {
    font-size: 24px;
    line-height: 34px;
  }

  .db_home_moment_photo_info2 {
    width: auto;
    margin: 100% 1rem 35%;
  }

  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .left-arrow-3,
  .left-arrow-4 {
    width: 50px;
  }

  .detail_common_main_image_jacket {
    aspect-ratio: 1;
    object-fit: cover;
    flex: 0 auto;
    overflow: clip;
  }

  .ms-button {
    width: 100%;
    min-height: auto;
    padding: 0.6em 1.3em;
    font-size: 14px;
    font-style: normal;
  }

  .ms-button.ms-is-light {
    max-width: 100vw;
  }

  .ms-input {
    font-size: 12px;
  }

  .sign-in-form,
  .menu_2ndlvl {
    width: 100%;
    min-width: 60svw;
    max-width: 90svw;
    padding-inline: 2svw;
    overflow: visible;
  }

  .mem-form-block .sign-in-form,
  .mem-form-block .menu_2ndlvl {
    padding-inline: 0;
  }

  .ms-form-divider {
    width: 100%;
  }

  .koda-full-form-block {
    width: 100%;
    min-width: 60svw;
    max-width: 90svw;
  }

  .koda-full-form-block.sign_from_block {
    width: 100%;
    max-width: none;
    margin: 0;
    justify-content: flex-start;
    box-shadow: none;
  }

  .fullscreen-info {
    flex-flow: column-reverse;
  }

  .text-block-24 {
    margin-top: 10px;
  }

  .license_block {
    text-align: center;
  }

  .att_block {
    width: 100%;
    justify-content: center;
  }

  .header-title {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 5%;
  }

  .ms-input.postal1 {
    width: 60px;
  }

  .ms-input.postal2 {
    width: 80px;
  }

  .ms-radio-wrap {
    align-items: flex-start;
    display: flex;
  }

  /*.ms-input-4 {
    font-size: 12px;
  }*/

  .brix---mg-bottom-24px-3 {
    margin-bottom: 16px;
  }

  .brix---mg-bottom-48px-3 {
    margin-bottom: 32px;
  }

  .brix---grid-3-columns-3 {
    grid-template-columns: 1fr;
  }

  .brix---square-icon-2 {
    border-radius: 0;
    max-width: 100%;
  }

  .brix---container-default-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h2-size-4 {
    font-size: 24px;
    line-height: 34px;
  }

  .card_head {
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 30px;
  }

  .card-p {
    font-size: 14px;
    line-height: 28px;
  }

  .mem_benf_head {
    font-size: 15px;
    line-height: 34px;
  }

  .benfit_sect {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .benefit_container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .benefit_head_wrap {
    margin-bottom: 32px;
  }

  .att-list {
    padding-left: 3svw;
    font-size: 12px;
  }

  .th {
    text-align: left;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    font-size: 15px;
  }

  .td-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    font-size: 15px;
  }

  .list3 {
    padding-left: 3svw;
  }

  .step_line {
    /*  align-items: flex-end; */
    align-items: center;
  }

  .step-ttl-txt {
    font-size: 1rem;
    margin-left: 0.5rem;
  }

  .attt_list_item {
    margin-bottom: 0.125em;
  }

  .att_list_item_dark {
    margin-bottom: 0.125em;
    font-size: 12px;
  }

  .membership-step-h {
    text-align: center;
  }

  .rel-btn {
    width: 100%;
    min-height: auto;
    padding: 0.6em 1.3em;
    font-size: 14px;
    font-style: normal;
  }

  .ms-checkbox-wrap {
    display: flex;
  }

  .nav-menu-mem {
    flex-direction: column;
  }

  .radio-wrap-label {
    align-items: flex-start;
    display: flex;
  }

  .mem_menu_box {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
    row-gap: 12px;
  }

  .mem_menu_items {
    max-height: 120px;
  }

  .mem_menu_link {
    flex-flow: row;
  }

  .mem_menu_icon {
    display: flex;
    margin: 0;
    flex-basis: 15%;
    flex-grow: 0;
    flex-shrink: 0;
  }

  .mem_menu_info {
    align-items: flex-start;
    padding-left: 1em;
  }

  .mem_library_box {
    padding-left: 0;
    padding-right: 0;
  }

  .container-16 {
    max-width: none;
  }

  .gallery-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: block;
  }

  .gallery-grid {
    margin-bottom: 10px;
  }

  .brix---btn-primary-3 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---container-default-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h2-size-5 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---grid-top---text-2-buttons-2 {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .brix---card-p {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---section-position-relative {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .brix---buttons-row-right---t-left-2 {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---image-wrapper-br-24px-3 {
    border-radius: 16px;
  }

  .centered-heading-4 {
    margin-bottom: 24px;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .brix---mg-bottom-8px-3 {
    margin-bottom: 6px;
  }

  .brix---mg-bottom-16px-4 {
    margin-bottom: 15px;
  }

  .brix---mg-bottom-24px-4 {
    margin-bottom: 16px;
  }

  .brix---mg-bottom-48px-4 {
    margin-bottom: 32px;
  }

  .brix---display-2 {
    font-size: 38px;
    line-height: 48px;
  }

  .brix---grid-3-columns-4 {
    grid-template-columns: 1fr;
  }

  .brix---container-default-6 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h2-size-6 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---heading-h3-size-3 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---link-icon-right-2 {
    width: 18px;
  }

  .brix---paragraph-default-5 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---text-200-bold-3 {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---card-link-content-left {
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .ms-form-heading {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .memberpage-heading {
    margin-top: 60px;
  }
  .step_ttl {
    font-size: 14px;
    border-radius: 30px 0;
    height: 3em;
    max-height: 100%;
    padding-inline: 14px;
  }
}

@media screen and (max-width: 359px) {
  .container_general {
    padding-inline: 10px;
  }
  .step_nav_txt {
    font-size: 0.7rem;
  }
  .mem_menu_box {
    padding-top: 20px;
  }
  .text-block-37 {
    font-size: 1rem;
  }
}

#w-node-_541dd048-f3c0-a75c-5d8e-d73a6a51a318-4f5a4da4 {
  grid-template-rows: auto 1fr auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 0.25fr 0.25fr 1fr;
}

#w-node-_398d900e-69b5-b8fe-e951-611ccf2a0690-4f5a4daa {
  grid-template-rows: auto auto auto;
  grid-template-columns: minmax(200px, 1fr) minmax(200px, 1fr) minmax(200px, 1fr);
}

#w-node-f5fbcde4-0e19-2d2d-5bbc-ab57d4987a40-4f5a4dab {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_398d900e-69b5-b8fe-e951-611ccf2a0690-4f5a4daf {
  grid-template-rows: auto auto auto;
  grid-template-columns: minmax(200px, 1fr) minmax(200px, 1fr) minmax(200px, 1fr);
}

#w-node-f5fbcde4-0e19-2d2d-5bbc-ab57d4987a40-4f5a4db3 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_72d30069-a7a8-d3e5-a055-397170ebbaf5-4f5a4db4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_398d900e-69b5-b8fe-e951-611ccf2a0690-4f5a4db5,
#w-node-_398d900e-69b5-b8fe-e951-611ccf2a0690-4f5a4db6,
#w-node-_398d900e-69b5-b8fe-e951-611ccf2a0690-4f5a4db7,
#w-node-_398d900e-69b5-b8fe-e951-611ccf2a0690-4f5a4db8,
#w-node-_45c12b3f-d310-caf4-055e-90481ab58714-4f5a4dbc,
#w-node-_398d900e-69b5-b8fe-e951-611ccf2a0690-4f5a4dbc {
  grid-template-rows: auto auto auto;
  grid-template-columns: minmax(200px, 1fr) minmax(200px, 1fr) minmax(200px, 1fr);
}

#w-node-f5fbcde4-0e19-2d2d-5bbc-ab57d4987a40-4f5a4dbd {
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_398d900e-69b5-b8fe-e951-611ccf2a0690-4f5a4dbe,
#w-node-_398d900e-69b5-b8fe-e951-611ccf2a0690-4f5a4dbf {
  grid-template-rows: auto auto;
  grid-template-columns: minmax(200px, 1fr) minmax(200px, 1fr) minmax(200px, 1fr);
}

#w-node-f5fbcde4-0e19-2d2d-5bbc-ab57d4987a40-4f5a4dc0 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_398d900e-69b5-b8fe-e951-611ccf2a0690-4f5a4dc1,
#w-node-_398d900e-69b5-b8fe-e951-611ccf2a0690-4f5a4dc2,
#w-node-_398d900e-69b5-b8fe-e951-611ccf2a0690-4f5a4dc3,
#w-node-_398d900e-69b5-b8fe-e951-611ccf2a0690-4f5a4dc4,
#w-node-_398d900e-69b5-b8fe-e951-611ccf2a0690-4f5a4dc5,
#w-node-_398d900e-69b5-b8fe-e951-611ccf2a0690-4f5a4dc6,
#w-node-_398d900e-69b5-b8fe-e951-611ccf2a0690-4f5a4dc7,
#w-node-_398d900e-69b5-b8fe-e951-611ccf2a0690-4f5a4dcc,
#w-node-_398d900e-69b5-b8fe-e951-611ccf2a0690-4f5a4dcd {
  grid-template-rows: auto auto auto;
  grid-template-columns: minmax(200px, 1fr) minmax(200px, 1fr) minmax(200px, 1fr);
}

#w-node-f5fbcde4-0e19-2d2d-5bbc-ab57d4987a40-4f5a4dce {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-c6e0b209-8a6d-d60c-8932-e6cde2921c9a-4f5a4dce {
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-f5fbcde4-0e19-2d2d-5bbc-ab57d4987a40-4f5a4dd1 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_72d30069-a7a8-d3e5-a055-397170ebbaf5-4f5a4dff {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-f5fbcde4-0e19-2d2d-5bbc-ab57d4987a40-4f5a4e48 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_398d900e-69b5-b8fe-e951-611ccf2a0690-4f5a4e49 {
  grid-template-rows: auto auto auto;
  grid-template-columns: minmax(200px, 1fr) minmax(200px, 1fr) minmax(200px, 1fr);
}

#w-node-f5fbcde4-0e19-2d2d-5bbc-ab57d4987a40-4f5a4e4c {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_1dff0cf0-4d14-5a23-40f3-1f3be3790f7f-cdd7bf1d,
#w-node-_1dff0cf0-4d14-5a23-40f3-1f3be3790f91-cdd7bf1d,
#w-node-_1dff0cf0-4d14-5a23-40f3-1f3be3790f92-cdd7bf1d,
#w-node-_1dff0cf0-4d14-5a23-40f3-1f3be3790f93-cdd7bf1d,
#w-node-_1dff0cf0-4d14-5a23-40f3-1f3be3790f94-cdd7bf1d,
#w-node-_1dff0cf0-4d14-5a23-40f3-1f3be3790f96-cdd7bf1d,
#w-node-_1dff0cf0-4d14-5a23-40f3-1f3be3790f97-cdd7bf1d,
#w-node-_1dff0cf0-4d14-5a23-40f3-1f3be3790f99-cdd7bf1d,
#w-node-_1dff0cf0-4d14-5a23-40f3-1f3be3790f9a-cdd7bf1d,
#w-node-c62327cb-115a-3d71-8abb-0d174b746d52-cdd7bf1d,
#w-node-c62327cb-115a-3d71-8abb-0d174b746d53-cdd7bf1d,
#w-node-c62327cb-115a-3d71-8abb-0d174b746d54-cdd7bf1d,
#w-node-c62327cb-115a-3d71-8abb-0d174b746d55-cdd7bf1d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_1dff0cf0-4d14-5a23-40f3-1f3be3790f7f-cdd7bf1d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_398d900e-69b5-b8fe-e951-611ccf2a0690-4f5a4daa {
    grid-template-rows: auto auto auto;
    grid-template-columns: minmax(200px, 1fr) minmax(200px, 1fr);
  }

  #w-node-f5fbcde4-0e19-2d2d-5bbc-ab57d4987a40-4f5a4dab {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  #w-node-_398d900e-69b5-b8fe-e951-611ccf2a0690-4f5a4daf {
    grid-template-rows: auto auto auto;
    grid-template-columns: minmax(200px, 1fr) minmax(200px, 1fr);
  }

  #w-node-f5fbcde4-0e19-2d2d-5bbc-ab57d4987a40-4f5a4db3 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  #w-node-_398d900e-69b5-b8fe-e951-611ccf2a0690-4f5a4db5,
  #w-node-_398d900e-69b5-b8fe-e951-611ccf2a0690-4f5a4db6,
  #w-node-_398d900e-69b5-b8fe-e951-611ccf2a0690-4f5a4db7,
  #w-node-_398d900e-69b5-b8fe-e951-611ccf2a0690-4f5a4db8,
  #w-node-_45c12b3f-d310-caf4-055e-90481ab58714-4f5a4dbc,
  #w-node-_398d900e-69b5-b8fe-e951-611ccf2a0690-4f5a4dbc {
    grid-template-rows: auto auto auto;
    grid-template-columns: minmax(200px, 1fr) minmax(200px, 1fr);
  }

  #w-node-f5fbcde4-0e19-2d2d-5bbc-ab57d4987a40-4f5a4dbd {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  #w-node-_398d900e-69b5-b8fe-e951-611ccf2a0690-4f5a4dbe,
  #w-node-_398d900e-69b5-b8fe-e951-611ccf2a0690-4f5a4dbf {
    grid-template-rows: auto auto auto;
    grid-template-columns: minmax(200px, 1fr) minmax(200px, 1fr);
  }

  #w-node-f5fbcde4-0e19-2d2d-5bbc-ab57d4987a40-4f5a4dc0 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  #w-node-_398d900e-69b5-b8fe-e951-611ccf2a0690-4f5a4dc1,
  #w-node-_398d900e-69b5-b8fe-e951-611ccf2a0690-4f5a4dc2,
  #w-node-_398d900e-69b5-b8fe-e951-611ccf2a0690-4f5a4dc3,
  #w-node-_398d900e-69b5-b8fe-e951-611ccf2a0690-4f5a4dc4,
  #w-node-_398d900e-69b5-b8fe-e951-611ccf2a0690-4f5a4dc5,
  #w-node-_398d900e-69b5-b8fe-e951-611ccf2a0690-4f5a4dc6,
  #w-node-_398d900e-69b5-b8fe-e951-611ccf2a0690-4f5a4dc7,
  #w-node-_398d900e-69b5-b8fe-e951-611ccf2a0690-4f5a4dcc,
  #w-node-_398d900e-69b5-b8fe-e951-611ccf2a0690-4f5a4dcd {
    grid-template-rows: auto auto auto;
    grid-template-columns: minmax(200px, 1fr) minmax(200px, 1fr);
  }

  #w-node-f5fbcde4-0e19-2d2d-5bbc-ab57d4987a40-4f5a4dce,
  #w-node-c6e0b209-8a6d-d60c-8932-e6cde2921c9a-4f5a4dce,
  #w-node-f5fbcde4-0e19-2d2d-5bbc-ab57d4987a40-4f5a4dd1,
  #w-node-f5fbcde4-0e19-2d2d-5bbc-ab57d4987a40-4f5a4e48 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  #w-node-_398d900e-69b5-b8fe-e951-611ccf2a0690-4f5a4e49 {
    grid-template-rows: auto auto auto;
    grid-template-columns: minmax(200px, 1fr) minmax(200px, 1fr);
  }

  #w-node-f5fbcde4-0e19-2d2d-5bbc-ab57d4987a40-4f5a4e4c {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_398d900e-69b5-b8fe-e951-611ccf2a0690-4f5a4daa {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    display: grid;
  }

  #w-node-f5fbcde4-0e19-2d2d-5bbc-ab57d4987a40-4f5a4dab {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_398d900e-69b5-b8fe-e951-611ccf2a0690-4f5a4daf {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    display: grid;
  }

  #w-node-f5fbcde4-0e19-2d2d-5bbc-ab57d4987a40-4f5a4db3 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_72d30069-a7a8-d3e5-a055-397170ebbaf5-4f5a4db4 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-_398d900e-69b5-b8fe-e951-611ccf2a0690-4f5a4db5,
  #w-node-_398d900e-69b5-b8fe-e951-611ccf2a0690-4f5a4db6,
  #w-node-_398d900e-69b5-b8fe-e951-611ccf2a0690-4f5a4db7,
  #w-node-_398d900e-69b5-b8fe-e951-611ccf2a0690-4f5a4db8,
  #w-node-_45c12b3f-d310-caf4-055e-90481ab58714-4f5a4dbc,
  #w-node-_398d900e-69b5-b8fe-e951-611ccf2a0690-4f5a4dbc {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    display: grid;
  }

  #w-node-f5fbcde4-0e19-2d2d-5bbc-ab57d4987a40-4f5a4dbd {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_398d900e-69b5-b8fe-e951-611ccf2a0690-4f5a4dbe,
  #w-node-_398d900e-69b5-b8fe-e951-611ccf2a0690-4f5a4dbf {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    display: grid;
  }

  #w-node-f5fbcde4-0e19-2d2d-5bbc-ab57d4987a40-4f5a4dc0 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_398d900e-69b5-b8fe-e951-611ccf2a0690-4f5a4dc1,
  #w-node-_398d900e-69b5-b8fe-e951-611ccf2a0690-4f5a4dc2,
  #w-node-_398d900e-69b5-b8fe-e951-611ccf2a0690-4f5a4dc3,
  #w-node-_398d900e-69b5-b8fe-e951-611ccf2a0690-4f5a4dc4,
  #w-node-_398d900e-69b5-b8fe-e951-611ccf2a0690-4f5a4dc5,
  #w-node-_398d900e-69b5-b8fe-e951-611ccf2a0690-4f5a4dc6,
  #w-node-_398d900e-69b5-b8fe-e951-611ccf2a0690-4f5a4dc7,
  #w-node-_398d900e-69b5-b8fe-e951-611ccf2a0690-4f5a4dcc,
  #w-node-_398d900e-69b5-b8fe-e951-611ccf2a0690-4f5a4dcd {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    display: grid;
  }

  #w-node-f5fbcde4-0e19-2d2d-5bbc-ab57d4987a40-4f5a4dce,
  #w-node-c6e0b209-8a6d-d60c-8932-e6cde2921c9a-4f5a4dce,
  #w-node-f5fbcde4-0e19-2d2d-5bbc-ab57d4987a40-4f5a4dd1 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_72d30069-a7a8-d3e5-a055-397170ebbaf5-4f5a4dff {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-f5fbcde4-0e19-2d2d-5bbc-ab57d4987a40-4f5a4e48 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_398d900e-69b5-b8fe-e951-611ccf2a0690-4f5a4e49 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    display: grid;
  }

  #w-node-f5fbcde4-0e19-2d2d-5bbc-ab57d4987a40-4f5a4e4c {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_1dff0cf0-4d14-5a23-40f3-1f3be3790f7f-cdd7bf1d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}
