@font-face {
  font-family: Yakuhanjps;
  src: url('../fonts/YakuHanJPs-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Yakuhanjps;
  src: url('../fonts/YakuHanJPs-Bold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Avenir Book;
  src: url('../fonts/Avenir-Book.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Avenir;
  src: url('../fonts/Avenir-Bold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Avenir;
  src: url('../fonts/Avenir-Heavy.woff2') format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Noto Sans JP;
  src: url('../fonts/NotoSansCJKjp-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Noto Sans JP;
  src: url('../fonts/NotoSansCJKjp-DemiLight.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Noto Sans JP;
  src: url('../fonts/NotoSansCJKjp-Bold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Avenir;
  src: url('../fonts/Avenir-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --k90: #1a1a1a;
  --0366a8\<deleted\|variable-39744855-a8d8-1e8c-57c0-313b1617571e\>: #0366a8;
  --ce0000\<deleted\|variable-063db948-f7af-a2a6-5335-1afa52921b57\>: #ce0000;
  --white: #fff;
  --222222\<deleted\|variable-634093a9-1578-8aea-72c4-352bfcee5039\>: #222;
  --sub_229: #68205e;
  --k20: #ccc;
  --brandcolor_e: #d2ecfa;
  --transparent: #0000;
  --brandcolor_b: #2ca6e0;
  --brandcolor_a: #3e63a2;
  --sub_f158: #21428b;
  --brandcolor_c: #71bbe8;
  --k70: #4d4d4d;
  --k55: #737373;
  --k35: #a6a6a6;
  --sub_402: #368a82;
  --sub_2574: #00bcae;
  --sub_463: #5c4b71;
  --sub_2417: #8486ad;
  --sub_2321: #5e7b45;
  --sub_360: #a8bd38;
  --sub_2210: #be8bc3;
  --flowui-component-library--gray-500: #6b7094;
  --flowui-component-library--grey-300: #e4e6f1;
  --brandcolor_d: #add7f2;
  --sub_n906: #a583be;
  --sub_652: #929696;
  --sub_516: #525051;
}

.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-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-vflex {
  flex-direction: column;
  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: var(--k90);
  margin-left: 0;
  margin-right: 0;
  font-family: Yakuhanjps, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

a {
  color: var(--k90);
  text-align: center;
  font-family: Avenir Book, sans-serif;
  text-decoration: none;
}

.topentry-btn {
  background-color: var(--0366a8\<deleted\|variable-39744855-a8d8-1e8c-57c0-313b1617571e\>);
  white-space: nowrap;
  border-top-left-radius: 3em;
  border-bottom-left-radius: 3em;
  justify-content: center;
  align-items: center;
  width: 180px;
  padding-left: 25px;
  font-weight: 700;
  display: flex;
  position: relative;
}

.nav-container {
  flex-direction: row;
  justify-content: space-around;
  align-items: stretch;
  width: auto;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.nav-menu {
  flex-direction: row;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.nav-link {
  white-space: nowrap;
  margin-left: 0;
  margin-right: 0;
  padding: 19px 10px 15px;
  font-size: 13px;
}

.navbar {
  background-color: #0000;
  width: 100vw;
  margin-bottom: 10px;
  position: static;
  top: 0;
}

.brand {
  align-items: center;
  display: flex;
}

.image {
  width: 180px;
  min-width: 120px;
  max-width: 180%;
  margin-top: 10px;
}

.image-2 {
  width: 190px;
  max-width: none;
  margin-top: 10px;
}

.logo-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  width: 100%;
  margin-left: 30px;
  display: flex;
}

.login {
  padding-top: 5px;
  padding-left: 15px;
  padding-right: 15px;
}

.nav-link-wrapper {
  justify-content: flex-end;
  margin-left: auto;
  margin-right: 0;
  display: flex;
}

.menu-button {
  padding-top: 23px;
}

.sky-wrapper {
  z-index: 1;
  background-image: url('../images/sky_1.webp');
  background-position: 50% 0;
  background-repeat: repeat-x;
  background-size: auto 70vh;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  min-height: 800px;
  max-height: 1680px;
  display: flex;
  position: sticky;
  inset: 0%;
}

.earth-image {
  object-fit: scale-down;
  flex: 0 auto;
  width: 50vw;
  max-width: 1000px;
  height: 50vw;
}

.earth-image.bottom {
  z-index: 1;
  width: 50vw;
  height: auto;
  position: fixed;
  bottom: 0;
}

.text-block {
  color: var(--ce0000\<deleted\|variable-063db948-f7af-a2a6-5335-1afa52921b57\>);
  white-space: nowrap;
  direction: ltr;
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1em;
}

.main-copy-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: static;
}

.main-copy-space-grid {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  align-content: center;
  justify-items: stretch;
  width: 100vw;
  max-width: 1680px;
  height: 100vh;
  min-height: 800px;
  max-height: 1680px;
  margin-top: 0;
  position: absolute;
}

.image-3 {
  width: 90%;
  max-width: 600px;
}

.text-block-2 {
  font-size: 2em;
}

.text-block-3 {
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.3em;
}

.section {
  flex-direction: column;
  align-items: center;
  display: block;
  position: static;
}

.bird-wrapper {
  z-index: 10;
  position: absolute;
  inset: 0%;
}

.bird-1 {
  width: 2vw;
  display: block;
  position: absolute;
  top: 25%;
  left: 16.7%;
}

.bird-2 {
  width: 8vw;
  position: absolute;
  top: 30%;
  left: 8%;
}

.bird-3 {
  width: 4vw;
  position: absolute;
  bottom: 30%;
  left: 8%;
}

.bird-4 {
  position: absolute;
  bottom: 40%;
  left: 14%;
}

.bird-5 {
  position: absolute;
  bottom: 30%;
  right: 7%;
}

.div-block {
  z-index: 5;
  align-items: flex-end;
  width: 100vw;
  height: 50vh;
  max-height: 1920px;
  display: flex;
  position: relative;
}

.mount-wrapper {
  z-index: 5;
  width: 100%;
  height: 50vw;
  position: absolute;
  bottom: 0;
  overflow: hidden;
}

.mount-1 {
  width: 70vw;
  height: 43vw;
  position: absolute;
  inset: auto -9% -5% auto;
}

.mount-2 {
  width: 60vw;
  height: 35vw;
  position: absolute;
  bottom: -7%;
  left: 27%;
}

.mount-3 {
  width: 60vw;
  height: 55vw;
  position: absolute;
  bottom: -20%;
  left: -5%;
}

.mount-4 {
  width: 60vw;
  height: 40vw;
  position: absolute;
  bottom: -10%;
  left: -18%;
}

.mount-5 {
  width: 60vw;
  height: 41vw;
  position: absolute;
  inset: auto -19% -10% auto;
}

.section-2 {
  z-index: 20;
  background-image: url('../images/sky_2.webp');
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: cover;
  position: relative;
}

.text-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 500px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-wrapper.scroll-in {
  font-weight: 400;
}

.text-block-4 {
  text-align: center;
  white-space: nowrap;
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1em;
}

.paragraph {
  text-align: justify;
  font-size: 1em;
  line-height: 1.6em;
}

.grid {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1fr .8fr;
  width: 90%;
  min-width: 1100px;
}

.waide-save-div {
  object-fit: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.wave-svg {
  flex: 1;
  align-self: stretch;
  width: 120vw;
  max-width: none;
  margin-bottom: -120px;
  position: relative;
  top: -34px;
}

.contents-grid {
  z-index: 2;
  grid-column-gap: 2em;
  grid-row-gap: 12em;
  grid-template-rows: auto;
  grid-template-areas: ". ."
                       "Area Area"
                       "Area-2 Area-2";
  align-items: center;
  width: 90%;
  max-width: 900px;
  margin-bottom: 150px;
  position: relative;
}

.section-3 {
  z-index: 30;
  background-color: #fff;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
  overflow: visible;
}

.text-block-5 {
  font-size: 2em;
  font-weight: 700;
  line-height: 1em;
}

.paragraph-2 {
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1.5em;
}

.text-block-6 {
  font-size: .8em;
  font-weight: 700;
  line-height: 1em;
}

.txt-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  margin-top: 41px;
  margin-left: 34px;
  display: flex;
}

.txt-block.left {
  margin-top: 0;
  margin-left: 0;
}

.image-block {
  padding-top: 15px;
  position: relative;
}

.image-4 {
  z-index: 2;
  position: absolute;
  left: -26px;
}

.image-5 {
  z-index: 1;
  position: absolute;
}

.image-6 {
  max-width: none;
  position: absolute;
  left: -49px;
}

.dotline-wrapper {
  flex: 0 auto;
  align-items: center;
  height: 40px;
  display: flex;
  position: relative;
}

.image-7 {
  position: absolute;
  top: -79px;
  left: 251px;
}

.image-8 {
  position: absolute;
  top: -80px;
  left: 203px;
}

.image-9 {
  max-width: none;
  position: absolute;
  right: 0;
}

.image-10 {
  width: 70px;
  position: absolute;
  bottom: 139%;
  right: 4%;
}

.image-11 {
  z-index: 2;
  margin-top: 12px;
  position: absolute;
  top: -68px;
  left: -21px;
}

.image-12 {
  z-index: 2;
  position: absolute;
  top: 67px;
  left: -49px;
}

.image-13 {
  max-width: 950px;
  position: absolute;
  top: -45px;
  left: -46px;
}

.image-14 {
  position: absolute;
  top: -92px;
  left: 312px;
}

.image-15 {
  width: 120px;
  position: absolute;
  inset: 206% 3% auto auto;
}

.image-16 {
  max-width: none;
  position: absolute;
}

.image-17 {
  z-index: 2;
  position: absolute;
  top: -47px;
  left: -49px;
}

.div-block-2 {
  z-index: 20;
  background-color: var(--white);
  background-image: url('../images/btn_backimage.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  height: 250px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button {
  background-color: var(--0366a8\<deleted\|variable-39744855-a8d8-1e8c-57c0-313b1617571e\>);
  border-radius: 4em;
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 60px;
  font-size: 1.4em;
  font-weight: 600;
  display: flex;
  position: absolute;
}

.button.scroll-in {
  z-index: 50;
}

.section-4 {
  z-index: 40;
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  background-image: url('../images/steel.webp');
  background-position: 50% 0;
  background-repeat: repeat-x;
  background-size: cover;
  flex-direction: column;
  align-items: center;
  height: 450px;
  padding-top: 65px;
  display: flex;
  position: relative;
}

.image-18 {
  width: 300px;
}

.link {
  color: #fff;
  font-size: .9em;
  text-decoration: none;
}

.div-block-3 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  display: flex;
}

.div-block-4 {
  z-index: 41;
  background-color: var(--222222\<deleted\|variable-634093a9-1578-8aea-72c4-352bfcee5039\>);
  flex-direction: column;
  justify-content: center;
  height: 50px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.text-block-7 {
  color: #888;
  text-align: center;
  font-size: 12px;
}

.div-block-5 {
  z-index: 1;
  mix-blend-mode: darken;
  background-image: url('../images/sky_1.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 40vw;
  position: absolute;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.div-block-6 {
  mix-blend-mode: darken;
  background-image: url('../images/sky_1.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 40vw;
  position: absolute;
  bottom: 0;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.wave-svg180 {
  width: 110%;
  max-width: none;
  margin-left: -10px;
  margin-right: -10px;
  display: block;
  position: absolute;
  transform: rotate(180deg);
}

.action-div {
  display: none;
}

.marquee-infinite-slide-block {
  border-radius: 3px;
  width: auto;
  height: 48vh;
}

.marquee-infinite-slide-box-alt {
  grid-column-gap: 0rem;
  width: 100vw;
  display: flex;
  position: static;
}

.flex-display-wrapper {
  display: flex;
}

.flex-display-wrapper.center-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 100px;
}

.marquee-infinite-slide-wrapper {
  width: 100vw;
  padding-top: 2rem;
  overflow: hidden;
}

.marquee-infinite-slide-box {
  grid-column-gap: 0rem;
  display: flex;
  position: static;
}

.marquee-infinite-slide-wrapper-alt {
  width: 100vw;
  padding-left: 0;
  padding-right: 0;
  display: block;
  overflow: hidden;
}

.content-wrapper {
  background-image: url('../images/BG-Image.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.marquee {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.marquee.revers {
  justify-content: flex-end;
  margin-top: -1px;
}

.marquee_track {
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.marquee_list {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.marquee_text {
  letter-spacing: -.02em;
  white-space: nowrap;
  margin-right: .5em;
  font-size: 7.2em;
  font-weight: 600;
  line-height: 1.3;
}

.mix-container {
  z-index: 20;
  flex-direction: column;
  align-self: flex-start;
  width: 60%;
  max-width: 1080px;
  margin-left: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.section-5 {
  height: 96vh;
  overflow: hidden;
}

.image-19 {
  object-fit: scale-down;
  width: 40vw;
  height: 40vh;
  min-height: 350px;
}

.div-block-7 {
  z-index: 20;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.body-2 {
  color: #222;
}

.image-20 {
  color: var(--sub_229);
}

.body-3 {
  line-height: 28px;
}

.nav-link-2 {
  align-self: stretch;
  align-items: center;
  padding: 0 2vw;
  font-family: Avenir, sans-serif;
  font-size: 14px;
  display: flex;
}

.nav-link-2.entry-btn {
  z-index: 2;
  background-color: var(--transparent);
  color: var(--white);
  letter-spacing: .5px;
  padding-top: 3px;
  font-family: Avenir, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.nav-link-2.pc-menu.w--current {
  color: var(--k90);
}

.main_logo_y {
  max-width: none;
}

.main_logo_y.sp-t {
  display: none;
}

.header_logo_wrap {
  flex: none;
  align-self: center;
  margin-right: auto;
  padding-bottom: 3px;
}

.nav_container {
  justify-content: space-between;
  align-items: center;
  width: 97vw;
  max-width: 100%;
  height: 75px;
  margin-left: auto;
  margin-right: 0;
  display: flex;
}

.nav-menu-2 {
  flex-direction: row;
  flex: none;
  align-items: center;
  display: flex;
}

.nav {
  z-index: 999;
  background-color: var(--white);
  position: absolute;
  inset: 0% 0% auto;
}

.ns-half-icon {
  z-index: 2;
  height: 75px;
  position: relative;
  top: 0;
  bottom: 0;
  right: 0;
}

.ns-half-icon.sp-menu {
  display: none;
}

.entry-btn {
  background-color: var(--brandcolor_a);
  display: flex;
  position: relative;
}

.hiro-maingrid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--white);
  flex-direction: row;
  flex: 1;
  order: -1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(0, auto));
  grid-auto-columns: minmax(0, auto);
  grid-auto-flow: column;
  justify-content: flex-end;
  width: 100%;
  height: 100vh;
  max-height: 800px;
  display: flex;
  overflow: hidden;
}

.hero_sub_copy {
  color: var(--brandcolor_b);
  white-space: nowrap;
  font-family: Avenir, sans-serif;
  font-size: 18px;
  line-height: 1.5em;
}

.hero_sub_copy.center, .hero_sub_copy.aboutgroup {
  text-align: center;
}

.hero_main_copy {
  word-break: keep-all;
  width: 270px;
  font-family: Zen Old Mincho, sans-serif;
  font-size: 36px;
  line-height: 1.5em;
}

.hero_main_copy.aboutgroup {
  text-align: center;
  width: auto;
  font-size: 3vw;
}

.hero_main_copy._2l {
  text-align: center;
  text-indent: 10px;
  width: auto;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 24px;
  line-height: 1.45em;
}

.hero_main_copy._1l {
  display: none;
}

.hero-text-div {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  align-items: center;
  margin: 5vh 5%;
  display: flex;
}

.hero-text-div.aboutgroup {
  margin-left: auto;
  margin-right: auto;
}

.hero-text-div.event {
  margin-top: 100px;
  margin-bottom: 100px;
}

.hero-text-div.event._2026-05 {
  margin-bottom: 75px;
}

.image-22 {
  object-fit: cover;
  height: 100%;
}

.hero-image-block {
  background-color: var(--white);
  background-image: url('../images/top_img01.webp');
  background-position: 83%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.hero-image-block._02 {
  background-color: var(--k90);
  background-image: url('../images/top_img02.webp');
  background-position: 63%;
}

.hero-image-block._03 {
  background-color: var(--k90);
  background-image: url('../images/top_img03.webp');
  background-position: 45%;
}

.hero-image-block._04 {
  background-color: var(--k90);
  background-image: url('../images/top_img04.webp');
  background-position: 26%;
}

.hero-image-block._01 {
  background-color: var(--k90);
}

.background-video {
  z-index: 1;
  aspect-ratio: 16 / 9;
  opacity: 0;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: absolute;
  inset: 0% auto auto -18%;
}

.lead_txt {
  z-index: 10;
  color: var(--white);
  text-align: center;
  margin-bottom: 0;
  font-size: 1.1em;
  line-height: 2em;
  position: relative;
}

.lead_txt.sp-t {
  display: none;
}

.earth-section {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  max-height: 1280px;
  display: flex;
  position: relative;
}

.hero-section {
  z-index: 10;
  position: relative;
}

.hero-section.otherpages {
  position: relative;
}

.hero-section.otherpages.event {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.background-video-wrap {
  z-index: 1;
  background-color: #0d1017;
  width: 100vw;
  position: fixed;
  inset: 0%;
}

.about-section {
  z-index: 1;
  background-color: var(--brandcolor_b);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-block-8 {
  color: var(--white);
  text-align: center;
  align-items: center;
  margin-bottom: 5px;
  font-family: Yakuhanjps, sans-serif;
  font-size: 2em;
  font-weight: 700;
  display: flex;
}

.text-block-9 {
  background-color: var(--white);
  width: 160px;
  color: var(--brandcolor_b);
  text-align: center;
  border-radius: 3em;
  margin-left: auto;
  margin-right: auto;
  padding: 2px;
  font-family: Avenir, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.text-block-9.groupevent {
  color: var(--brandcolor_a);
  font-weight: 600;
}

.line-div {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 600px;
  height: 1px;
  margin: 35px auto;
  display: flex;
  position: relative;
}

.line-div.section-title {
  background-color: var(--k90);
  margin-top: 0;
}

.line-div.black {
  background-color: var(--k90);
}

.line-div.download {
  flex-direction: column;
  justify-content: flex-end;
  margin-top: 0;
}

.text-block-10 {
  color: var(--white);
  text-align: center;
  font-weight: 700;
}

.text-block-10.pc {
  font-family: Yakuhanjps, sans-serif;
}

.text-block-10.sp-t {
  display: none;
}

.image-23 {
  opacity: 1;
  flex: none;
  align-self: center;
  width: 350px;
  margin-top: -20px;
  margin-bottom: 30px;
  display: block;
}

.image-23.nouse {
  display: none;
}

.image-23.new {
  width: 330px;
}

._4x4-image-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  height: 100vh;
  max-height: 1280px;
}

._4x4-image-grid.otherpages {
  grid-template-rows: 1fr 1fr 1fr 1fr;
  height: 100%;
  max-height: none;
  padding-top: 75px;
}

._4x4-image-grid.nouse {
  display: none;
}

.image-warp {
  position: relative;
  overflow: hidden;
}

.image-warp.about-non {
  display: none;
}

.transition-div {
  z-index: 2;
  background-color: var(--sub_f158);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0%;
}

.transition-div._02 {
  background-color: var(--brandcolor_a);
}

.transition-div._03 {
  background-color: var(--brandcolor_b);
}

.transition-div._04 {
  background-color: var(--brandcolor_c);
}

.transition-div._05 {
  background-color: var(--k90);
}

.transition-div._06 {
  background-color: var(--k70);
}

.transition-div._07 {
  background-color: var(--k55);
}

.transition-div._08 {
  background-color: var(--k35);
}

.transition-div._09 {
  background-color: var(--sub_402);
}

.transition-div._10 {
  background-color: var(--sub_2574);
}

.transition-div._11 {
  background-color: var(--sub_463);
}

.transition-div._12 {
  background-color: var(--sub_2417);
}

.transition-div._13 {
  background-color: var(--sub_2321);
}

.transition-div._14 {
  background-color: var(--sub_360);
}

.transition-div._15 {
  background-color: var(--sub_229);
}

.transition-div._16 {
  background-color: var(--sub_2210);
}

.text-block-11 {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  font-family: Avenir, sans-serif;
  line-height: 1.5em;
}

.text-block-12 {
  color: var(--white);
  text-align: center;
  font-size: 14px;
  line-height: 1em;
}

.groupcompany-section {
  z-index: 10;
  background-color: var(--white);
  flex-direction: column;
  width: 95%;
  max-width: 1080px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: visible;
}

.infomation-section {
  z-index: 10;
  background-color: var(--brandcolor_a);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: relative;
}

.infomation-section.hide {
  display: none;
}

.footer-section {
  z-index: 10;
  position: relative;
}

.image-24 {
  flex: none;
  align-self: center;
  width: 300px;
  margin-bottom: 15px;
  display: block;
}

.image-24.nouse {
  display: none;
}

.image-24.new {
  opacity: .5;
  width: 250px;
}

.image-24.new.oppacity {
  opacity: 100;
}

.footer-logo-div {
  justify-content: center;
  align-items: center;
  height: 400px;
  display: flex;
}

.marqeegrid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
  width: 300%;
  height: 100%;
}

.marqeegrid._02 {
  align-self: flex-end;
}

.marqeegrid._03 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-self: auto;
}

.marqee-flex-block {
  align-items: flex-start;
  width: 100vw;
  overflow: hidden;
}

.marqee-flex-block.nouse {
  display: none;
}

.image-25 {
  object-fit: cover;
}

.marqee-images {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
}

.event-days-wrapper {
  border: 1px solid var(--white);
  background-color: var(--brandcolor_a);
  border-radius: 10em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 108px;
  height: 108px;
  padding-top: 8px;
  display: flex;
  position: relative;
  top: 0;
}

.event-days-wrapper._2 {
  top: -54px;
  right: -93px;
}

.event-days-wrapper._3 {
  top: -108px;
}

.text-block-13 {
  color: var(--white);
  align-self: flex-start;
  font-family: Avenir, sans-serif;
  font-size: 1.25em;
  font-weight: 400;
}

.div-block-10 {
  background-color: var(--white);
  align-self: center;
  width: 1px;
  height: 35px;
  margin-left: 3px;
  margin-right: 3px;
  transform: skew(-15deg);
}

.text-block-14 {
  color: var(--white);
  letter-spacing: -1px;
  align-self: flex-end;
  font-family: Avenir, sans-serif;
  font-size: 2.25em;
  font-weight: 400;
}

.text-block-14._6 {
  letter-spacing: -6px;
  margin-left: -1px;
  margin-right: 4px;
}

.text-block-14._3 {
  letter-spacing: -3px;
}

.div-block-11 {
  margin-bottom: -2px;
  padding-right: 3px;
  display: flex;
}

.text-block-15 {
  color: var(--white);
  letter-spacing: 1px;
  margin-top: 2px;
  margin-bottom: 2px;
  margin-right: -4px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5em;
}

.text-block-15.shukujitu {
  letter-spacing: 0;
  white-space: nowrap;
  transform: scale(1);
}

.event-days-div {
  flex-wrap: wrap;
  flex: none;
  width: 105px;
  height: 105px;
  display: flex;
  position: absolute;
  top: -77.5px;
  right: -40px;
}

.event-days-div._2026 {
  width: 108px;
  height: 108px;
  right: -60px;
}

.footer-gropu-div {
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.copyrighit-div {
  background-color: var(--k90);
  justify-content: center;
  align-self: stretch;
  align-items: center;
  height: 40px;
  display: flex;
}

.copyright {
  color: var(--k35);
  text-align: center;
  font-family: Avenir, sans-serif;
  font-size: 11px;
}

.copyright.sp-t {
  display: none;
}

.gropu-logo-image {
  width: 100%;
  max-width: 1800px;
  padding: 40px 50px 50px;
}

.gropu-logo-image.tab-logo, .gropu-logo-image.sp-logo {
  display: none;
}

.div-block-12 {
  z-index: 2;
  mix-blend-mode: multiply;
  background-color: #00000026;
  width: 100%;
  height: 100%;
  position: relative;
}

._4x4-image {
  z-index: 1;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.controls-form {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.filter-group {
  flex-direction: column;
  display: flex;
}

.filter_name {
  font-weight: 700;
}

.filter_select {
  border-radius: 3px;
  margin-bottom: 0;
}

.form-block {
  z-index: 30;
  border-bottom: 1px solid var(--k20);
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.mix {
  width: auto;
}

.company_link_txt {
  float: none;
  text-align: left;
  word-break: break-all;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 8px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 1.7em;
  font-weight: 300;
  line-height: 1em;
  display: block;
}

.company_link_txt:hover {
  color: var(--brandcolor_b);
}

.filter {
  cursor: pointer;
  display: inline-block;
}

.main-content {
  position: relative;
}

.gap {
  perspective: 1px;
  height: 1px;
  display: inline-block;
}

.cd-filter-block {
  float: left;
  width: 22%;
  margin-right: 20px;
  padding-right: 10px;
  display: block;
}

.cd-filter-block.search {
  float: none;
  width: auto;
}

.small-text {
  font-size: 13px;
  font-style: italic;
  font-weight: 400;
}

.cd-filter {
  padding-top: 50px;
  position: relative;
  top: 0;
  bottom: 0;
}

.pic {
  width: 100%;
  position: absolute;
  inset: 0;
}

.pic.image {
  background-color: #0098ff;
}

.mix-2 {
  background-color: #f09589;
  width: 200px;
  height: 200px;
  margin: 10px;
  display: none;
  position: relative;
}

.mix-2.category-4.circle, .mix-2.category-2.circle {
  overflow: hidden;
}

.mix-2.category-1.circle {
  border-radius: 50%;
}

.cd-fail-message {
  display: none;
}

.select-filter-block {
  float: left;
  width: 20%;
  margin-right: 30px;
}

.form {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.itembox {
  border-right: 1px solid var(--k20);
  background-color: var(--white);
  flex-direction: column;
  align-self: flex-start;
  align-items: flex-start;
  width: 50%;
  min-width: 560px;
  max-width: 600px;
  height: 100vh;
  padding-top: 135px;
  padding-bottom: 15px;
  padding-right: 30px;
  display: flex;
  position: fixed;
  top: 0;
  overflow: auto;
}

.contents-block {
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  min-height: 100vh;
  margin-top: 0;
  padding: 120px 45px 15%;
  display: flex;
}

.text-block-16 {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 3px;
  margin-right: 5px;
  font-family: Yakuhanjps, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1em;
}

.link-block {
  background-color: var(--brandcolor_b);
  border-radius: 3px;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
  padding-top: 7px;
  padding-bottom: 10px;
  display: flex;
}

.link-block:hover {
  background-color: var(--k90);
}

.link-icon {
  width: 20px;
}

.companyname_wrapper {
  border-top: 1px solid var(--k20);
  border-bottom: 1px solid var(--k20);
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 100px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.company-name {
  text-align: center;
  margin-bottom: -6px;
  font-family: Avenir, sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.2em;
  display: none;
}

.pc_web-image {
  margin-left: auto;
  margin-right: auto;
}

.companytext_wapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  margin-top: 25px;
  display: flex;
}

.text-block-18 {
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.5em;
}

.paragraph-4 {
  text-align: justify;
  line-height: 1.75em;
}

.paragraph-4.nowrap {
  white-space: nowrap;
}

.tag_wrapper {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-wrap: wrap;
  display: flex;
}

.tag_txt {
  background-color: var(--brandcolor_b);
  color: var(--white);
  transform-style: preserve-3d;
  border-radius: 2em;
  padding: 5px 8px;
  font-size: 11px;
  line-height: 11px;
  display: inline;
}

.tag_txt.category {
  background-color: var(--sub_f158);
}

.tag_txt.location {
  background-color: var(--k90);
  color: var(--white);
}

.tag_txt.bunkei {
  background-color: var(--sub_2574);
}

.tag_txt.kaigai {
  background-color: var(--sub_229);
}

.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 60% 40%;
  width: 95%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  top: 0;
}

.reset-button {
  background-color: var(--brandcolor_b);
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  border-radius: 3em;
  padding: 6px 31px 4px;
  font-family: Avenir Book, sans-serif;
  display: none;
}

.reset-button.enable-btn {
  display: flex;
}

.contents-wapper {
  z-index: 10;
  flex-direction: column;
  align-items: flex-end;
  width: 40%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  overflow: auto;
}

.groupcomp-logo {
  object-fit: contain;
  width: 80%;
}

.groupcomp-logo._02 {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.groupcomp-logo._03 {
  width: auto;
  height: 26px;
}

.groupcomp-logo._04 {
  width: 70%;
}

.groupcomp-logo._05 {
  width: auto;
  height: 28px;
}

.groupcomp-logo._07, .groupcomp-logo._08 {
  width: auto;
  height: 25px;
}

.groupcomp-logo._09 {
  width: auto;
  height: 24px;
}

.groupcomp-logo._10 {
  width: auto;
  height: 33px;
}

.groupcomp-logo._11 {
  width: auto;
  height: 23px;
}

.groupcomp-logo._12 {
  width: auto;
  height: 32px;
}

.groupcomp-logo._13 {
  width: auto;
  height: auto;
}

.groupcomp-logo._14, .groupcomp-logo._15 {
  width: auto;
  height: 25px;
}

.groupcomp-logo._17 {
  width: 90%;
}

.groupcomp-logo._18 {
  width: 75%;
}

.groupcomp-logo._19 {
  width: 100%;
}

.groupcomp-logo._20 {
  width: 55%;
  margin-right: 15px;
}

.groupcomp-logo._21 {
  width: auto;
  height: 23px;
}

.groupcomp-logo._22 {
  width: 75%;
}

.groupcomp-logo._23 {
  width: 50%;
}

.groupcomp-logo._24 {
  width: auto;
  height: 26px;
}

.groupcomp-logo._25 {
  width: auto;
  height: 25px;
}

.groupcomp-logo._26 {
  width: 70%;
}

.groupcomp-logo._27 {
  width: auto;
  height: 23px;
}

.groupcomp-logo._28 {
  width: auto;
  height: 24px;
}

.groupcomp-logo._29 {
  width: auto;
  height: 28px;
}

.groupcomp-logo._30 {
  width: 70%;
}

.groupcomp-logo._31, .groupcomp-logo._32, .groupcomp-logo._33, .groupcomp-logo._34, .groupcomp-logo._35 {
  width: auto;
  height: 25px;
}

.groupcomp-logo._36 {
  width: 60%;
}

.groupcomp-logo._37 {
  width: 70%;
}

.groupcomp-logo._38 {
  width: 100%;
}

.groupcomp-logo._39 {
  width: 40%;
}

.groupcomp-logo._40 {
  width: 90%;
}

.groupcomp-logo._41 {
  width: 85%;
}

.groupcomp-logo._42 {
  width: 100%;
}

.groupcomp-logo._43 {
  width: 50%;
}

.groupcomp-logo._44 {
  width: 100%;
  margin-bottom: 10px;
}

.groupcomp-logo._45 {
  width: 90%;
}

.groupcomp-logo._46 {
  width: 70%;
}

.groupcomp-logo._47 {
  width: 55%;
}

.groupcomp-logo._48 {
  width: 70%;
}

.groupcomp-logo._49 {
  margin-bottom: 10px;
}

.groupcomp-logo._50 {
  width: 70%;
}

.groupcomp-logo._51 {
  width: 40%;
}

.groupcomp-logo._53 {
  width: 45%;
}

.groupcomp-logo._54 {
  width: 40%;
}

.groupcomp-logo._55, .groupcomp-logo._56 {
  width: 70%;
}

.groupcomp-logo._24-nsteel {
  width: auto;
  height: 24px;
}

.groupcomp-logo._31-komastu {
  width: auto;
  height: 35px;
}

.groupcomp-logo._32-wako {
  width: auto;
  height: 30px;
}

.groupcomp-logo._33-nss {
  width: auto;
}

.groupcomp-logo._34-fujitekko, .groupcomp-logo._35-ndkoukan, .groupcomp-logo._36-katakura {
  width: auto;
  height: 25px;
}

.groupcomp-logo._39-tsurumi {
  width: auto;
  height: 30px;
}

.groupcomp-logo._40-nkozai {
  width: auto;
  height: 35px;
}

.columns {
  flex-direction: row;
  width: 95%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  top: 166px;
}

.column {
  position: fixed;
}

.column-2 {
  position: absolute;
  right: 0;
}

.div-block-13 {
  justify-content: flex-end;
  align-self: flex-start;
  margin-top: 150px;
  margin-right: auto;
  display: flex;
  position: fixed;
}

.path-2mxfq {
  color: #fff;
}

.svgflow-2us1n {
  width: 16px;
}

.group-section {
  z-index: 10;
  background-color: var(--white);
  width: 100vw;
  height: 100vh;
  position: relative;
}

.html-embed {
  width: 100%;
  height: 100vh;
  padding: 35px 10vw;
}

.html-embed.wp {
  display: none;
}

.html-embed.in_data {
  z-index: 20;
  display: block;
  position: relative;
}

.html-embed.non {
  display: none;
}

.div-block-14 {
  aspect-ratio: auto;
  object-fit: cover;
  align-self: stretch;
  width: 400%;
  display: flex;
}

.div-block-14._2 {
  align-self: flex-end;
}

.div-block-15 {
  width: 600%;
  display: flex;
}

.div-block-15._2 {
  align-self: flex-end;
}

.div-block-16 {
  background-color: var(--white);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  overflow: hidden;
}

.hiro-text-wrapper {
  order: -1;
  width: 30%;
}

.hero-image-wapper {
  width: 100%;
  height: 100%;
}

.interaction_div {
  display: none;
}

.entry-transition-block {
  z-index: 1;
  background-color: var(--brandcolor_b);
  width: 0%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.head_copy_div {
  background-color: var(--white);
  align-items: center;
  display: flex;
}

.text-block-19 {
  text-align: center;
  width: 420px;
}

.text-block-19.sp-t {
  display: none;
}

.about-wrapper {
  z-index: 10;
  background-color: var(--brandcolor_b);
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

.about-wrapper.event {
  background-color: var(--k90);
}

.about-wrapper.entry {
  background-color: var(--sub_f158);
  padding-top: 74px;
  padding-bottom: 74px;
}

.about-wrapper.entry:hover {
  background-color: var(--brandcolor_a);
}

.text-block-20 {
  width: 600px;
  color: var(--white);
  text-align: justify;
  word-break: normal;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.overview-section {
  z-index: 10;
  background-color: var(--k70);
  padding-top: 60px;
  padding-bottom: 100px;
  position: relative;
}

.overview-txt {
  color: var(--k55);
  letter-spacing: -.2vw;
  margin-left: 11px;
  margin-right: 11px;
  font-family: Avenir, sans-serif;
  font-size: 7.8vw;
  font-weight: 400;
}

.overview-txt-wrapper {
  z-index: 1;
  justify-content: space-between;
  width: 100vw;
  line-height: 1;
  display: flex;
  position: relative;
}

.overview-grid {
  z-index: 2;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-columns: 1fr 1fr 1fr;
  width: 900px;
  margin-top: 78px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.og-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  flex-direction: row;
  align-items: center;
  padding: 30px 21px;
  display: flex;
}

.og-wrapper._01 {
  justify-content: center;
  padding: 20px 30px 20px 20px;
}

.og-wrapper._02 {
  flex-direction: column;
  justify-content: center;
  padding-left: 30px;
  padding-right: 30px;
}

.og-wrapper._03 {
  justify-content: center;
}

.og-wrapper._04, .og-wrapper._05 {
  flex-direction: column;
  justify-content: center;
}

.og-wrapper._06 {
  padding-left: 10px;
}

.lottie-animation {
  flex: none;
  width: 130px;
  margin-top: -20px;
  margin-bottom: -20px;
}

.text-block-21 {
  margin-top: 2px;
  margin-bottom: 2px;
  font-size: 24px;
  font-weight: 700;
}

.text-block-21._02.blue, .text-block-21.blue {
  color: var(--brandcolor_b);
}

.paragraph-5 {
  text-align: justify;
  word-break: keep-all;
  overflow-wrap: anywhere;
  align-self: center;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.paragraph-5._02 {
  word-break: normal;
  overflow-wrap: normal;
}

.paragraph-5._03 {
  word-break: break-all;
  overflow-wrap: normal;
}

.paragraph-5._05 {
  word-break: break-all;
}

.paragraph-5._06 {
  word-break: break-all;
  overflow-wrap: normal;
}

.paragraph-5.normal {
  word-break: normal;
}

.div-block-18 {
  flex: none;
}

.image-27 {
  margin-bottom: -10px;
  margin-left: -12px;
}

.image-27.nouse {
  display: none;
}

.image-28 {
  margin-bottom: -10px;
}

.image-28.nouse {
  display: none;
}

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

.image-29 {
  margin-bottom: -20px;
  margin-left: -20px;
}

.image-29.nouse {
  display: none;
}

.text-block-22 {
  margin-top: 8px;
  margin-bottom: 2px;
  font-size: 14px;
  line-height: 20px;
}

.image-30 {
  margin-bottom: -10px;
  margin-left: -6px;
}

.image-30.nouse {
  display: none;
}

.bussines-field-section {
  z-index: 10;
  background-color: var(--white);
  padding-bottom: 100px;
  position: relative;
}

.sectiontitle-wrapper {
  color: var(--white);
  margin-left: auto;
  margin-right: auto;
  padding-top: 75px;
  padding-bottom: 25px;
  display: block;
}

.text-block-23 {
  color: var(--k90);
  text-align: center;
  align-self: flex-end;
  margin-bottom: 9px;
  font-size: 20px;
  font-weight: 700;
}

.text-block-23.white {
  color: var(--white);
  align-self: flex-end;
  margin-bottom: 10px;
}

.text-block-23.white.download {
  flex-direction: column;
  align-self: center;
}

.text-block-23.white.sp-t {
  display: none;
}

.bf-contents-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 / .9fr .9fr 1fr;
  width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-24 {
  color: var(--brandcolor_b);
  font-size: 20px;
  font-weight: 700;
  line-height: 1em;
}

.button-2 {
  background-color: var(--brandcolor_b);
  border-radius: 3em;
  flex: 0 auto;
  align-self: center;
  padding: 10px 20px 9px;
  line-height: 1em;
}

.button-2:hover {
  background-color: var(--k90);
}

.div-block-20 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.text-block-25 {
  text-align: center;
  font-size: 14px;
  line-height: 22px;
}

.bf_grid_div {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid var(--k70);
  background-color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  margin-bottom: 20px;
  margin-right: 0;
  display: grid;
  position: relative;
}

.image-31 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.bf_grid_div_supoort {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid var(--k70);
  background-color: var(--white);
  flex-direction: column;
  grid-template-rows: 2fr 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 20px;
  margin-left: 51px;
  display: grid;
  position: relative;
}

.spacer_div {
  height: 20px;
}

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

.div-block-25 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  background-color: var(--brandcolor_a);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-26 {
  color: var(--white);
  font-size: 20px;
  line-height: 1em;
}

.text-block-27 {
  color: var(--white);
  text-align: center;
  font-size: 14px;
  line-height: 24px;
}

.text-block-27.sp-y {
  display: none;
}

.div-block-26 {
  background-image: url('../images/BF_img4.webp');
  background-position: 60%;
  background-repeat: no-repeat;
  background-size: cover;
}

.arrow_head {
  width: 200%;
  max-width: none;
  position: relative;
  top: 20px;
}

.arrow_head.yoko {
  width: auto;
  height: 130%;
  top: auto;
  right: 30px;
  transform: rotate(90deg);
}

.arrow_body {
  background-color: var(--brandcolor_a);
  justify-content: center;
  align-items: flex-end;
  width: 20px;
  height: 97%;
  margin-left: 30px;
  display: flex;
}

.arrow_body.entry {
  height: 50%;
  margin-left: 0;
}

.arrow_body.entry.long {
  height: 84%;
}

.arrow_body.entry.long.center {
  margin-left: -38px;
}

.center-arrow_wrapper {
  position: relative;
}

.side-arrow-wrapper {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 19px;
  display: flex;
  position: relative;
  transform: rotate(0);
}

.arrow_body_yoko {
  background-color: var(--brandcolor_a);
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 93%;
  height: 20px;
  margin-left: auto;
  display: flex;
}

.div-block-27 {
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 6px;
  display: flex;
}

.div-block-28 {
  margin-right: -10px;
}

.div-block-29 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex: none;
  align-items: center;
  width: 37%;
  display: flex;
}

.flex-block {
  flex-direction: column;
}

.div-block-30 {
  flex: none;
  width: 35%;
  display: flex;
}

.div-block-31 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-32, .div-block-33 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-34 {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  flex: none;
  align-items: center;
  margin-bottom: 15px;
  margin-left: -14px;
  margin-right: 14px;
  display: flex;
}

.div-block-35 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: row;
  display: flex;
}

.div-block-36 {
  width: 157px;
}

.overview-murquee {
  flex-direction: row;
  width: 100%;
  height: 20%;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.bf-modal-wrapper {
  z-index: 999;
  opacity: .97;
  background-color: #000;
  border-radius: 1em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 90vh;
  margin: 5vh 5vw;
  padding-top: 5vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.bf-modal-wrapper._04 {
  color: #000000e6;
  display: none;
}

.bf-modal-wrapper._01 {
  color: #000000e6;
  padding-top: 5vh;
  display: none;
}

.bf-modal-wrapper._02, .bf-modal-wrapper._03 {
  color: #000000e6;
  display: none;
}

.modal-div {
  border-top: 1px solid var(--k55);
  border-bottom: 1px solid var(--k55);
  flex-direction: column;
  width: 80vw;
  max-width: 800px;
  max-height: 90vh;
  padding-bottom: 60px;
  display: flex;
  overflow: auto;
}

.modal-div.sozai {
  flex-direction: column;
  justify-content: flex-start;
  align-self: center;
  align-items: stretch;
  max-width: 800px;
}

.modal-div.kakou {
  max-width: 800px;
  display: block;
  overflow: auto;
}

.modal-div.hanbai, .modal-div.support {
  display: block;
}

.button-3 {
  background-color: var(--k55);
  border-radius: 3em;
  margin: 3vh 50px 4vh;
  padding: 6px 30px;
  font-family: Yakuhanjps, sans-serif;
}

.button-3:hover {
  background-color: var(--brandcolor_b);
}

.text-block-28 {
  color: var(--white);
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 1em;
}

.text-block-29 {
  color: var(--white);
  text-align: center;
  font-size: 18px;
}

.modal-grid {
  grid-column-gap: 3em;
  grid-row-gap: 1.5em;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: row;
  margin-top: 60px;
  position: relative;
}

.modal-grid.kakou {
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
  grid-auto-flow: row;
  position: relative;
}

.modal-grid.hanbai {
  grid-template-rows: auto auto;
  margin-top: 35px;
  position: relative;
}

.modal-grid.buturyu {
  grid-column-gap: 3em;
  margin-top: 36px;
  position: relative;
}

.modal-grid.engeneering {
  margin-top: 35px;
  position: relative;
}

.modal-grid.tokushu {
  grid-template-rows: auto auto auto auto auto auto;
  margin-top: 35px;
}

.modal-grid.system-bunseki {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 35px;
}

.modal-grid.recycle {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 35px;
}

.c-name {
  color: var(--brandcolor_b);
  font-size: 20px;
  font-weight: 700;
}

.c-txt {
  color: var(--white);
  line-height: 24px;
}

.modal-title-wrap {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--k55) var(--white);
  flex-direction: column;
  padding: 30px;
  display: flex;
}

.c-wrap {
  grid-column-gap: .2em;
  grid-row-gap: .2em;
  flex-direction: column;
  display: flex;
}

.text-block-30 {
  color: var(--k55);
  word-break: keep-all;
  line-height: 22px;
}

.text-block-31 {
  color: var(--white);
  text-align: center;
  margin-top: 70px;
  font-size: 24px;
  font-weight: 400;
}

.tensen-kei {
  border-style: none none none solid;
  border-width: 1px;
  border-color: var(--white) var(--white) var(--white) var(--k55);
  width: 1px;
  height: 100%;
  margin-left: -1.5em;
  position: absolute;
}

.groupevent-heroimage {
  z-index: 1;
  background-image: url('../images/11909-202604.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  position: absolute;
  inset: 0%;
}

.div-block-37 {
  z-index: 2;
  aspect-ratio: 1;
  background-color: var(--white);
  object-fit: cover;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 600px;
  height: 600px;
  margin: 5% auto 7%;
  display: flex;
  position: relative;
}

.div-block-37._24ss {
  margin-top: 6%;
  margin-bottom: 6%;
}

.text-block-32 {
  color: var(--brandcolor_b);
  text-align: center;
  margin-bottom: -15px;
  font-family: Avenir, sans-serif;
  font-size: 4.5em;
  font-weight: 400;
  line-height: 1.1em;
}

.text-block-32.entry {
  color: var(--sub_f158);
  letter-spacing: 2px;
}

.text-block-32._3l {
  font-size: 4em;
}

.text-block-33 {
  color: var(--brandcolor_a);
  font-size: 2em;
}

.text-block-33.entry {
  color: var(--sub_f158);
}

.event-day-icon {
  background-color: var(--k90);
  color: var(--white);
  border-radius: 2em;
  margin-left: -10px;
  margin-right: -10px;
  padding: 8px 30px 5px;
  font-family: Avenir, sans-serif;
  line-height: 1em;
}

.event-day-icon.osaka {
  background-color: var(--brandcolor_b);
}

.event-day-icon.online {
  background-color: var(--brandcolor_a);
}

.div-block-38 {
  display: flex;
}

.div-block-39 {
  background-image: url('../images/entryflow_backimg.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-block-39.event {
  background-image: none;
}

.amazon-div {
  background-color: var(--brandcolor_e);
  border-radius: 2px;
  align-self: auto;
  align-items: center;
  padding-left: 15px;
  padding-right: 20px;
  display: flex;
  position: absolute;
  inset: auto auto -12%;
}

.amazon-div.pc {
  padding: 15px 20px 20px;
}

.image-32 {
  border-radius: 5px;
  width: 130px;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-right: 15px;
}

.text-block-34 {
  color: #f99500;
  margin-top: 2px;
  margin-right: 2px;
  font-family: Avenir, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: .8em;
}

.div-block-40 {
  margin-bottom: -3px;
  display: flex;
}

.text-block-35 {
  margin-bottom: 5px;
  padding-top: 0;
  font-size: 20px;
  line-height: 1.5em;
}

.bold-text {
  font-family: Yakuhanjps, sans-serif;
  font-size: .75em;
}

.div-block-41 {
  margin-left: 5px;
}

.bold-text-2 {
  color: #f99500;
}

.schedule-section {
  z-index: 10;
  position: relative;
}

.schedule-section.hide {
  display: none;
}

.schedule-day-block {
  background-color: var(--brandcolor_b);
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 75px;
  padding-bottom: 75px;
  display: flex;
}

.grid-3 {
  z-index: 10;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 90vw;
  max-width: 900px;
  margin: 15px auto;
  display: none;
  position: relative;
}

.grid-3.voice {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-3.voice.images {
  grid-column-gap: .2em;
  grid-row-gap: .2em;
  grid-template-columns: 1fr 1fr;
  width: 100vw;
  margin-top: 38px;
}

.grid-3.cominngsoon {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-3.cominngsoon._24ss {
  grid-template-columns: 1fr 1fr;
  margin-top: 30px;
}

.grid-3.nitteibetsukigyo {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-3.nitteibetsukigyo._24ss {
  grid-template-columns: 1fr 1fr;
}

.grid-schedule-wrapper {
  background-color: var(--white);
  border-radius: 2px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.grid-schedule-wrapper.tokyo {
  justify-content: space-between;
}

.grid-schedule-wrapper.tokyo._24ss {
  justify-content: center;
  align-items: stretch;
  width: 250px;
}

.grid-schedule-wrapper.osaka, .grid-schedule-wrapper.online {
  justify-content: space-between;
}

.location_block-txt {
  background-color: var(--brandcolor_b);
  color: var(--white);
  text-align: center;
  border-radius: 2px;
  margin: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 20px;
  font-weight: 700;
}

.location_block-txt.osaka {
  background-color: var(--brandcolor_a);
  border-radius: 1px;
}

.location_block-txt.online {
  background-color: var(--k90);
}

.location_block-txt._24ss {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.nittei-txt {
  color: var(--brandcolor_b);
  margin-top: 4px;
  font-weight: 700;
}

.nittei-txt.osaka {
  color: var(--brandcolor_a);
}

.nittei-txt.online {
  color: var(--k90);
}

.nittei-txt-l {
  color: var(--brandcolor_b);
  font-size: 2em;
  font-weight: 700;
  line-height: 1em;
}

.nittei-txt-l.osaka {
  color: var(--brandcolor_a);
}

.nittei-txt-l.online {
  color: var(--k90);
}

.text-block-38 {
  color: var(--brandcolor_b);
  font-weight: 700;
}

.div-block-44 {
  grid-column-gap: .25em;
  grid-row-gap: .25em;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.nittei-time {
  text-align: center;
  flex-flow: column wrap;
  justify-content: center;
  line-height: 1.5em;
  display: flex;
}

.text-block-40 {
  font-size: 12px;
  line-height: 1em;
}

.text-block-40.comingsoon {
  color: var(--brandcolor_b);
  font-family: Avenir, sans-serif;
  font-weight: 600;
}

.text-block-40._2x {
  line-height: 1.6em;
}

.text-block-40._2x.sp-t {
  display: none;
}

.text-block-40.forms {
  text-align: left;
  line-height: 1.25em;
}

.image-33 {
  mix-blend-mode: multiply;
  width: 130px;
}

.image-33.rikunav {
  mix-blend-mode: multiply;
}

.image-33.entry {
  width: 15vw;
  max-width: 260px;
}

.image-33.forms {
  margin-top: 2px;
  padding-left: 9px;
  padding-right: 9px;
}

.entry-link-btn {
  border: 2px solid var(--k20);
  background-color: var(--white);
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 65px;
  padding: 1px 10px 8px;
  display: flex;
}

.entry-link-btn:hover {
  border-width: 2px;
  border-color: var(--brandcolor_b);
  opacity: 1;
}

.entry-link-btn.entry {
  border-width: .3vw;
  height: 7vw;
  max-height: 120px;
}

.entry-link-btn.comingsoon {
  opacity: 1;
}

.entry-link-btn._2x {
  height: 138px;
}

.entry-link-btn.formas {
  flex-flow: row;
  align-items: center;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 5px;
}

.entry-link-btn.live {
  width: 155px;
}

.entry-link-btn.live.hide {
  display: none;
}

.entry-link-btn.w200 {
  width: 200px;
}

.entry-link-btn.hide {
  display: none;
}

.entry-link-btn.wide {
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-45 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-direction: column;
  flex: none;
  align-items: center;
  margin: 20px;
  display: flex;
}

.div-block-45.horizontal {
  flex-direction: row;
  justify-content: center;
  margin-top: 0;
}

.div-block-45.horizontal.entry {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
}

.div-block-45.horizontal.tab-sp {
  display: none;
}

.text-block-41 {
  color: var(--white);
  text-align: left;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  line-height: 1.75em;
}

.text-block-41.bnr {
  color: var(--k90);
  margin-left: 0;
  padding-top: 3px;
}

.text-block-41.bnr._24ss {
  margin-left: auto;
  margin-right: 10px;
  font-family: Yakuhanjps, sans-serif;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.text-block-41.bnr._24ss.sp-t {
  display: none;
}

.bold-text-3 {
  text-decoration: underline;
}

.div-block-46 {
  z-index: 20;
  flex-direction: column;
  align-items: stretch;
  width: 90vw;
  max-width: 900px;
  margin-bottom: 50px;
  display: flex;
  position: relative;
}

.image-34 {
  width: 80px;
}

.image-34._24ss {
  width: 200px;
}

.link-block-3 {
  order: -1;
  align-items: center;
  margin-left: auto;
  margin-right: 9px;
  display: flex;
}

.link-block-3._24ss {
  order: 0;
  margin-left: 0;
  margin-right: auto;
}

.schedule-comp-block {
  background-color: var(--white);
  padding-top: 75px;
  padding-bottom: 75px;
}

.text-block-42 {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}

.sche-comp-location {
  border-top: 1px solid var(--k90);
  border-bottom: 1px solid var(--k90);
  border-left: 7px solid var(--brandcolor_b);
  margin-bottom: 30px;
  padding: 12px;
}

.sche-comp-location.osaka {
  border-left-color: var(--brandcolor_a);
}

.sche-comp-location.online {
  border-left-color: var(--k90);
}

.sche-company-list {
  font-size: 18px;
}

.f-paragraph-small {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.5;
}

.f-paragraph-small._20px {
  font-size: 20px;
}

.f-accordian-content {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4px;
  padding-bottom: 4px;
}

.f-accordian-list {
  background-color: #0000;
  width: 100%;
  display: block;
  position: static;
  overflow: hidden;
}

.f-accordian-icon {
  width: 30px;
  height: 30px;
  color: var(--flowui-component-library--gray-500);
  justify-content: center;
  align-items: center;
  display: none;
}

.f-accordian-title {
  letter-spacing: -.01em;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.f-accordian-title-wrapper {
  white-space: normal;
  justify-content: space-between;
  align-items: center;
  width: auto;
  display: flex;
}

.f-accordian-title-wrapper.sche-comp-location {
  padding-right: 0;
}

.f-accordian-toggle {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 0;
  padding: 0;
}

.f-accordian-dropdown {
  width: 100%;
  transition: all .3s;
}

.f-accordian-wrapper {
  grid-row-gap: 24px;
  border: 1px solid var(--flowui-component-library--grey-300);
  border-radius: 8px;
  flex-direction: column;
  max-width: 500px;
  padding: 24px;
  display: flex;
}

.event-flow-block {
  background-color: var(--brandcolor_a);
  padding-top: 75px;
  padding-bottom: 75px;
}

.event-flow-block.online {
  background-color: var(--k90);
}

.event-flow-block.online._24ss {
  background-color: var(--transparent);
  padding-bottom: 0;
}

.event-flow-wrapper {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  background-color: var(--white);
  border-radius: 2px;
  justify-content: space-around;
  width: 90vw;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  display: flex;
}

.event-flow-wrapper.onlineevent-02 {
  flex-direction: column;
}

.event-flow-wrapper.nouse {
  display: none;
}

.event-flow-wrapper._24ss {
  padding: 20px;
}

.event-flow-wrapper._2604 {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  flex-flow: column;
  padding: 20px;
}

.blue-arrow {
  color: var(--brandcolor_b);
  text-align: center;
  margin-top: -4px;
  font-size: 1.5em;
  line-height: 1em;
  display: block;
}

.text-block-43 {
  font-size: 24px;
  font-weight: 700;
}

.text-block-43.blue, .bold-text-4 {
  color: var(--brandcolor_b);
}

.div-block-48 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  align-self: center;
  width: 80%;
  display: flex;
}

.div-block-48._24ss {
  width: 100%;
}

.paragraph-6 {
  color: var(--k90);
  text-align: justify;
  margin-bottom: 0;
  font-weight: 400;
}

.eventflow-icon {
  flex: none;
  width: 110px;
  margin-left: 11px;
  margin-right: 11px;
}

.eventflow-icon.time {
  margin-left: 20px;
}

.eventflow-icon._24ss {
  width: 130px;
  margin: 15px auto;
}

.div-block-49 {
  justify-content: space-between;
  display: flex;
}

.div-block-49.nouse {
  display: none;
}

.table_row {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border-top: 1px solid var(--k20);
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.table_row.bottom {
  border-bottom: 1px solid var(--k20);
}

.paragraph-7 {
  margin-bottom: 0;
  font-weight: 700;
}

.paragraph-8 {
  margin-bottom: 0;
}

.paragraph-9 {
  color: var(--brandcolor_b);
  font-size: 20px;
  font-weight: 700;
  display: flex;
}

.paragraph-9.gogo {
  color: var(--brandcolor_a);
}

.div-block-50 {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  justify-content: center;
  margin-top: 30px;
  margin-left: 30px;
  margin-right: 30px;
  display: flex;
}

.text-block-44 {
  color: var(--white);
  margin-top: -6px;
  margin-bottom: 17px;
  font-size: 12px;
  line-height: 1em;
}

.text-block-45 {
  color: var(--white);
  text-align: center;
}

.text-block-45.sp-t {
  display: none;
}

.app-download-txt {
  margin-top: 60px;
  margin-bottom: 35px;
  padding-top: 60px;
}

.app-download-txt._24ss {
  margin-top: 0;
}

.app-download-div {
  background-color: var(--white);
  border-radius: 20px;
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 35px;
}

.text-block-46 {
  text-align: center;
  margin-bottom: 15px;
  font-weight: 700;
}

.zoom-logo {
  border: 1px solid var(--k20);
  background-color: var(--white);
  border-radius: 5px;
  width: 120px;
  height: 40px;
  padding: 8px 11px;
}

.zoom-logo:hover {
  opacity: .75;
}

.text-block-47 {
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  line-height: 1em;
}

.pc-links {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.googleplay-logo {
  height: 40px;
}

.googleplay-logo:hover {
  opacity: .75;
}

.apple-logo {
  height: 100%;
  display: block;
}

.apple-logo:hover {
  opacity: .75;
}

.mobile-link-wrapper {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  justify-content: center;
  align-items: center;
  height: 40px;
  display: flex;
}

.mobile-links {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.download-btn-wrapper {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.text-block-48 {
  text-align: center;
  margin-top: 5px;
  font-size: 12px;
  line-height: 1em;
}

.div-block-51 {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.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;
}

.bold-text-5 {
  font-weight: 600;
}

.bold-text-6 {
  font-size: 1.1em;
  font-weight: 400;
}

.grid-4 {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: max-content 7% auto 7% auto 7% auto;
  grid-template-columns: auto auto auto;
  max-width: 910px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-52 {
  background-color: var(--brandcolor_a);
}

.div-block-53 {
  background-color: var(--brandcolor_b);
}

.div-block-54 {
  background-color: var(--sub_2574);
}

.div-block-55, .div-block-56 {
  background-color: var(--white);
  border-radius: 2px;
  position: relative;
  overflow: hidden;
}

.text-block-49 {
  background-color: var(--brandcolor_b);
  color: var(--white);
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  top: 0;
}

.text-block-50 {
  background-color: var(--k90);
  color: var(--white);
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 700;
  position: absolute;
  inset: 0% 0% auto;
}

.text-block-51 {
  font-weight: 700;
}

.paragraph-10 {
  text-align: justify;
}

.div-block-57 {
  margin: 25px;
}

.text-block-52 {
  background-color: var(--brandcolor_e);
  color: var(--sub_f158);
  border-radius: 2px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 5px 10px;
  font-weight: 400;
}

.text-block-53 {
  text-align: center;
  white-space: nowrap;
  align-items: center;
  height: 100%;
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
}

.text-block-54 {
  color: var(--white);
  text-align: center;
  border-radius: 2px;
  padding-top: 5px;
  padding-bottom: 6px;
  font-size: 18px;
  font-weight: 700;
}

.div-block-61 {
  display: none;
}

.link-block-4 {
  background-color: var(--brandcolor_b);
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  display: flex;
}

.link-block-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 80px;
  display: flex;
}

.link-block-5.hide {
  display: none;
}

.bold-text-7 {
  margin-bottom: -11px;
  font-family: Avenir, sans-serif;
  font-size: 1.2em;
  font-weight: 400;
  display: block;
}

.div-block-62 {
  align-items: flex-end;
  display: flex;
}

.text-block-56 {
  color: var(--white);
  font-family: Yakuhanjps, sans-serif;
  font-weight: 700;
  line-height: 1em;
}

.text-block-57 {
  margin-top: 2px;
  font-size: 12px;
  line-height: 1em;
}

.flex-block-2 {
  align-items: center;
}

.mynavi_info_div {
  z-index: 30;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid var(--white);
  background-color: var(--white);
  border-radius: 3px;
  margin-top: 20px;
  padding: 10px;
  display: flex;
  position: relative;
}

.mynavi_info_div:hover {
  opacity: .8;
}

.mynavi_info_div.sp-y {
  display: none;
}

.mynavi_info_div.comingsoon {
  display: flex;
}

.mynavi_info_div.comingsoon._24ss {
  justify-content: center;
  align-items: center;
}

.mynavi_info_div.comingsoon.hide {
  display: none;
}

.div-block-65 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: row;
  display: flex;
}

.text-block-58 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 12px;
  line-height: 1.5em;
}

.bold-text-9 {
  text-decoration: underline;
}

.text-block-59 {
  color: var(--k90);
  text-align: center;
  margin-top: 10px;
  display: block;
}

.text-block-59:hover {
  opacity: .5;
}

.div-block-66 {
  width: 90vw;
  max-width: 900px;
  margin-top: 35px;
  margin-bottom: 34px;
}

.div-block-67 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  display: flex;
}

.grid-5 {
  grid-template-rows: auto;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.google-map-embed {
  background-color: var(--white);
  border-radius: 2px;
  height: 450px;
  padding: 10px;
}

.map {
  display: none;
}

.map-wrapper {
  background-color: var(--white);
  border-radius: 2px;
  padding-bottom: 16px;
}

.bold-text-10 {
  color: var(--brandcolor_b);
}

.bold-text-11 {
  color: var(--brandcolor_a);
}

.participants-voice-block {
  background-color: var(--brandcolor_b);
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 75px;
  padding-bottom: 75px;
  display: flex;
}

.div-block-68 {
  background-color: #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
  position: relative;
}

.paragraph-11 {
  text-align: justify;
  margin-bottom: 0;
}

.image-35 {
  position: absolute;
  bottom: -35px;
  right: 15%;
}

.bold-text-13 {
  color: var(--brandcolor_b);
  font-family: Avenir, sans-serif;
  font-weight: 600;
}

.div-block-69 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 65%;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.div-block-70 {
  height: 2px;
}

.div-block-71 {
  width: 90vw;
  max-width: 900px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.grid-schedule-wrapper-copy.tokyo._24ss, .grid-schedule-wrapper-copy.tokyo._2604 {
  justify-content: center;
  align-items: stretch;
  width: 250px;
}

.grid-schedule-wrapper-copy.osaka, .grid-schedule-wrapper-copy.online {
  justify-content: space-between;
}

.grid-schedule-wrapper-copy.osaka, .grid-schedule-wrapper-copy.online {
  justify-content: space-between;
}

.grid-schedule-wrapper-copy {
  background-color: var(--white);
  border-radius: 2px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.grid-schedule-wrapper-copy.tokyo {
  justify-content: space-between;
}

.grid-schedule-wrapper-copy.tokyo._24ss {
  justify-content: center;
  align-items: stretch;
  width: 250px;
}

.grid-schedule-wrapper-copy.osaka, .grid-schedule-wrapper-copy.online {
  justify-content: space-between;
}

.grid-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  margin-top: 10px;
}

.grid-6.event-flow_grid {
  grid-template-rows: min-content 1fr auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 0;
}

.grid-6.event-flow_grid.hide {
  display: none;
}

.online-grid_text {
  border: 1px solid var(--k20);
  text-align: center;
  border-radius: 1px;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1.25em;
  display: flex;
}

.online-grid_text.bold {
  border-bottom-color: var(--k90);
}

.online-grid_text.bold.gray {
  background-color: #e6e6e6;
  height: auto;
}

.online-grid_text.gray-back {
  background-color: #0000001a;
}

.online-grid_text.orien {
  background-color: var(--brandcolor_b);
  color: var(--white);
  font-weight: 700;
}

.online-grid_text.gaiyo {
  background-color: var(--brandcolor_e);
}

.online-grid_text.kosha {
  background-color: var(--brandcolor_d);
}

.online-grid_text.kobetsu {
  background-color: #fef2cc;
}

.online-grid_text.gray-back-copy {
  background-color: #0000001a;
}

.online-grid_text.spacer {
  border-bottom-color: var(--k90);
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-72 {
  background-color: #fff;
  align-self: center;
  width: 1px;
  height: 35px;
  margin-left: 5px;
  margin-right: 5px;
  transform: skew(-15deg);
}

.line-div-2 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 600px;
  height: 1px;
  margin: 35px auto;
  display: flex;
  position: relative;
}

.text-block-60 {
  color: #fff;
  letter-spacing: 1px;
  margin: 2px -4px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5em;
}

.text-block-60.shukujitu {
  letter-spacing: 0;
  white-space: nowrap;
  transform: scale(1);
}

.div-block-73 {
  align-items: flex-end;
  display: flex;
}

.image-36 {
  flex: none;
  align-self: center;
  width: 300px;
  margin-bottom: 15px;
  display: block;
}

.image-36.new {
  opacity: .5;
  width: 250px;
}

.image-36.new.oppacity {
  opacity: 100;
}

.text-block-61 {
  color: #2ca6e0;
  text-align: center;
  background-color: #fff;
  border-radius: 3em;
  width: 160px;
  margin-left: auto;
  margin-right: auto;
  padding: 2px;
  font-family: Avenir, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.text-block-61.groupevent {
  color: #3e63a2;
  font-weight: 600;
}

.text-block-62 {
  color: #fff;
  text-align: center;
  font-weight: 700;
}

.text-block-62.pc {
  font-family: Yakuhanjps, sans-serif;
}

.text-block-62.sp-t {
  display: none;
}

.event-days-wrapper-2 {
  background-color: #3e63a2;
  border: 1px solid #fff;
  border-radius: 10em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 108px;
  height: 108px;
  padding-top: 8px;
  display: flex;
  position: relative;
  top: 0;
}

.event-days-wrapper-2._2 {
  top: -54px;
  right: -93px;
}

.event-days-wrapper-2._3 {
  top: -108px;
}

.event-days-wrapper-2._3.hide {
  display: none;
}

.text-block-63 {
  color: #fff;
  align-self: flex-start;
  font-family: Avenir, sans-serif;
  font-size: 1.25em;
  font-weight: 400;
}

.text-block-64 {
  color: #fff;
  text-align: center;
  align-items: center;
  margin-bottom: 5px;
  font-family: Yakuhanjps, sans-serif;
  font-size: 2em;
  font-weight: 700;
  display: flex;
}

.div-block-74 {
  margin-bottom: -2px;
  padding-right: 5px;
  display: flex;
}

.text-block-65 {
  color: #fff;
  letter-spacing: -1px;
  align-self: flex-end;
  font-family: Avenir, sans-serif;
  font-size: 2.25em;
  font-weight: 400;
}

.text-block-65._6 {
  letter-spacing: -6px;
  margin-left: -1px;
  margin-right: 4px;
}

.text-block-65._3 {
  letter-spacing: -3px;
  margin-right: 5px;
}

.infomation-section-2 {
  z-index: 10;
  background-color: #3e63a2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.event-flow_list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--brandcolor_b);
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 23px;
  font-weight: 700;
  list-style-type: decimal;
  display: flex;
}

.event-flow-text_wrap {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  justify-content: space-around;
  align-items: stretch;
  display: flex;
}

.event-flow-grid_cap.sp {
  display: none;
}

.bold-text-15 {
  color: var(--brandcolor_b);
}

.text-block-66 {
  font-size: 24px;
  font-weight: 700;
}

.text-block-66.blue {
  color: #2ca6e0;
}

.online-grid_text-2 {
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 1px;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1.25em;
  display: flex;
}

.online-grid_text-2.gray-back {
  background-color: #0000001a;
}

.online-grid_text-2.bold {
  border-bottom-color: #1a1a1a;
}

.div-block-80 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  align-self: center;
  width: 80%;
  display: flex;
}

.div-block-80._24ss {
  width: 100%;
}

.grid-7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  margin-top: 10px;
}

.grid-7.hide {
  display: none;
}

.paragraph-12 {
  text-align: justify;
  margin-bottom: 0;
}

html.w-mod-js [data-ix="intovew-slideup"], html.w-mod-js [data-ix="intovew-slideup-2"] {
  opacity: 0;
  transform: translate(0, 50px);
}

html.w-mod-js [data-ix="hover-zoom"] {
  opacity: 1;
  transform: translate(0);
}

@media screen and (min-width: 1440px) {
  .hiro-maingrid {
    max-height: 1280px;
  }

  .hero_sub_copy {
    font-size: 20px;
  }

  .hero_main_copy._2l {
    font-size: 36px;
  }

  .background-video {
    width: 100%;
    left: 0%;
    right: 0%;
  }

  .div-block-16 {
    flex-direction: row;
  }

  .hiro-text-wrapper {
    order: -1;
    width: 35%;
    max-width: 700px;
  }
}

@media screen and (max-width: 991px) {
  .content-wrapper {
    min-height: 100vh;
  }

  .nav-link-2 {
    border-top: 1px solid var(--k20);
    justify-content: center;
    height: 60px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
  }

  .nav-link-2:hover {
    background-color: var(--brandcolor_e);
  }

  .nav-link-2.entry-btn {
    width: 100%;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-link-2.entry-btn:hover {
    background-color: var(--brandcolor_b);
  }

  .nav-link-2.pc-menu {
    color: var(--k90);
  }

  .nav_container {
    height: 60px;
  }

  .nav-menu-2 {
    background-color: var(--white);
  }

  .ns-half-icon {
    height: 60px;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .ns-half-icon.sp-menu {
    display: block;
  }

  .entry-btn {
    position: relative;
  }

  .hiro-maingrid {
    order: -1;
    grid-template: "." 1.25fr
                   "." 1fr
                   / 1fr 1fr 1fr 1fr;
    width: 100%;
    max-height: 600px;
  }

  .hero_sub_copy {
    text-align: center;
    width: 300px;
    font-size: 18px;
  }

  .hero_sub_copy.aboutgroup {
    font-size: 18px;
  }

  .hero_main_copy {
    text-align: center;
    width: auto;
  }

  .hero_main_copy.aboutgroup {
    font-size: 2em;
  }

  .hero_main_copy._1l {
    word-break: normal;
    width: 600px;
    display: none;
  }

  .hero-text-div {
    align-items: center;
  }

  .lead_txt {
    font-size: 15px;
  }

  .earth-section {
    height: 100vh;
  }

  .text-block-8.live {
    margin-bottom: 110px;
  }

  ._4x4-image-grid.otherpages {
    padding-top: 60px;
  }

  .groupcompany-section {
    width: auto;
  }

  .event-days-wrapper {
    width: 95px;
    height: 95px;
    position: static;
  }

  .event-days-wrapper._2 {
    top: -47px;
    right: -82px;
  }

  .event-days-wrapper._3 {
    top: -95px;
  }

  .text-block-14 {
    font-size: 2em;
  }

  .text-block-14._6 {
    letter-spacing: -5px;
  }

  .text-block-14._3 {
    letter-spacing: -2px;
  }

  .text-block-15 {
    font-size: 12px;
  }

  .event-days-div {
    width: auto;
    top: -126.5px;
    right: auto;
  }

  .event-days-div._2026 {
    width: auto;
    height: auto;
    right: auto;
  }

  .gropu-logo-image {
    max-width: 80%;
    display: none;
  }

  .gropu-logo-image.tab-logo {
    max-width: 100%;
    display: block;
  }

  .menu-button-2:hover {
    background-color: var(--k20);
  }

  .menu-button-2.w--open {
    background-color: var(--brandcolor_a);
  }

  .menu-button-2.w--open:hover, .menu-button-2.w--open:active {
    background-color: var(--k90);
  }

  .filter_name {
    font-size: 14px;
  }

  .filter_select {
    height: 30px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 16px;
  }

  .form-block {
    width: auto;
    max-width: none;
    padding-left: 30px;
    padding-right: 30px;
  }

  .company_link_txt {
    letter-spacing: -.5px;
    margin-top: 2px;
    margin-bottom: 2px;
    font-size: 2.7vw;
  }

  .itembox {
    width: 57%;
    min-width: auto;
    max-width: none;
    padding-left: 20px;
  }

  .contents-block {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-18 {
    overflow-wrap: normal;
    font-size: 1.15em;
  }

  .paragraph-4 {
    font-size: 14px;
  }

  .reset-button {
    height: 30px;
    padding: 2px 30px 0;
    font-size: 14px;
  }

  .contents-wapper {
    width: 43%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block-16 {
    flex-direction: column;
  }

  .hiro-text-wrapper {
    order: 1;
    width: auto;
  }

  .text-block-19 {
    word-break: keep-all;
    overflow-wrap: break-word;
    width: 280px;
  }

  .text-block-19.groupevent {
    width: 400px;
  }

  .overview-txt {
    margin-left: 7px;
    margin-right: 7px;
  }

  .overview-grid {
    width: 700px;
  }

  .paragraph-5 {
    word-break: break-all;
    width: 100%;
  }

  .image-30 {
    margin-top: -4px;
    margin-left: -5px;
  }

  .bf-contents-grid {
    width: 700px;
  }

  .text-block-24 {
    font-size: 18px;
  }

  .button-2 {
    padding: 10px 15px 7px;
    font-size: 14px;
  }

  .text-block-25 {
    font-size: 14px;
  }

  .bf_grid_div_supoort {
    grid-template-rows: 1.8fr 1fr;
    margin-left: 35px;
  }

  .text-block-26 {
    font-size: 18px;
  }

  .arrow_body {
    height: 96%;
  }

  .arrow_body.entry.long.center {
    margin-left: 0;
  }

  .arrow_body_yoko {
    width: 90%;
  }

  .div-block-29 {
    width: 46%;
  }

  .div-block-30 {
    width: 44%;
    margin-left: -9px;
  }

  .div-block-35 {
    flex-direction: column;
  }

  .grid-3.voice.images {
    width: 90vw;
  }

  .nittei-txt {
    line-height: 1.5em;
  }

  .div-block-44 {
    flex-direction: column;
  }

  .div-block-45.horizontal.entry {
    display: none;
  }

  .div-block-45.horizontal.tab-sp {
    display: flex;
  }

  .f-paragraph-small {
    word-break: keep-all;
    font-size: 16px;
  }

  .f-accordian-list {
    width: 100%;
  }

  .f-accordian-title {
    font-size: 18px;
  }

  .eventflow-icon {
    width: 100px;
  }

  .eventflow-icon.time {
    margin-right: 30px;
  }

  .table_component {
    margin-top: 20px;
  }

  .div-block-50 {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-wrap: wrap;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-51 {
    flex-direction: row;
    justify-content: center;
    display: flex;
  }

  .grid-4 {
    grid-template-columns: 1fr 18.5% auto;
    max-width: 700px;
  }

  .link-block-4 {
    padding-top: 70px;
  }

  .link-block-5 {
    padding-top: 60px;
  }

  .grid-5 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-68 {
    padding: 25px;
  }

  .paragraph-11 {
    font-size: 14px;
    line-height: 26px;
  }

  .grid-6 {
    grid-template-columns: auto auto auto;
  }

  .online-grid_text.gray-back, .online-grid_text.gray-back-copy {
    white-space: nowrap;
  }

  .text-block-60 {
    font-size: 12px;
  }

  .event-days-wrapper-2 {
    width: 95px;
    height: 95px;
    position: static;
  }

  .event-days-wrapper-2._2 {
    top: -47px;
    right: -82px;
  }

  .event-days-wrapper-2._3 {
    top: -95px;
  }

  .text-block-64.live {
    margin-bottom: 110px;
  }

  .text-block-65 {
    font-size: 2em;
  }

  .online-grid_text-2.gray-back {
    white-space: nowrap;
  }

  .grid-7 {
    grid-template-columns: auto auto auto;
  }
}

@media screen and (max-width: 767px) {
  .flex-display-wrapper.center-center {
    justify-content: flex-start;
  }

  .nav-link-2 {
    height: 48px;
  }

  .main_logo_y {
    width: 380px;
  }

  .nav_container {
    height: 45px;
  }

  .ns-half-icon {
    height: 48px;
  }

  .hiro-maingrid {
    height: auto;
    max-height: 400px;
  }

  .hero_sub_copy {
    font-size: 14px;
  }

  .hero_sub_copy.aboutgroup {
    font-size: 13px;
  }

  .hero_main_copy {
    font-size: 24px;
  }

  .hero_main_copy.aboutgroup {
    font-size: 4vw;
  }

  .hero_main_copy._2l {
    font-size: 24px;
  }

  .hero_main_copy._1l {
    align-self: center;
    width: 450px;
    font-size: 22px;
    display: block;
  }

  .hero-text-div {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .hero-text-div.aboutgroup {
    width: 100%;
  }

  .hero-text-div.event._2026-05 {
    margin-bottom: 85px;
  }

  .main_logo {
    width: 180px;
  }

  .lead_txt {
    word-break: keep-all;
  }

  .lead_txt.pc {
    display: none;
  }

  .lead_txt.sp-t {
    word-break: normal;
    display: block;
  }

  .earth-section {
    max-height: 480px;
  }

  .about-section {
    padding-top: 40px;
  }

  .text-block-8 {
    margin-bottom: 0;
    font-size: 1.5em;
  }

  .text-block-8.live {
    margin-bottom: 100px;
  }

  .text-block-9 {
    width: 140px;
    padding: 0;
    font-size: 13px;
  }

  .line-div {
    width: 400px;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .text-block-10 {
    font-size: 14px;
    line-height: 24px;
  }

  .image-23 {
    width: 250px;
    margin-bottom: 15px;
  }

  .image-23.new {
    width: 270px;
  }

  ._4x4-image-grid {
    max-height: 480px;
  }

  ._4x4-image-grid.otherpages {
    padding-top: 45px;
  }

  .transition-div {
    grid-column-gap: .25em;
    grid-row-gap: .25em;
    display: none;
  }

  .text-block-11 {
    font-size: 13px;
    line-height: 1.25em;
  }

  .text-block-12 {
    font-size: 12px;
  }

  .image-24 {
    width: 200px;
  }

  .image-24.new {
    width: 210px;
  }

  .footer-logo-div {
    height: 250px;
  }

  .event-days-wrapper {
    width: 90px;
    height: 90px;
    padding-top: 7px;
  }

  .text-block-13 {
    font-size: 1.2em;
  }

  .div-block-10 {
    height: 30px;
  }

  .text-block-14 {
    font-size: 1.5em;
  }

  .text-block-14._6 {
    letter-spacing: -3px;
    margin-right: 0;
  }

  .text-block-14._3 {
    letter-spacing: -1px;
  }

  .div-block-11 {
    margin-bottom: -1px;
  }

  .text-block-15 {
    margin-top: 0;
    margin-bottom: 4px;
    margin-left: 1px;
    font-size: 12px;
  }

  .event-days-div {
    width: auto;
    height: 85px;
    top: -115.5px;
  }

  .gropu-logo-image.tab-logo {
    padding-top: 30px;
    padding-bottom: 30px;
    display: none;
  }

  .gropu-logo-image.sp-logo {
    max-width: 100%;
    display: block;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .ns_footer_logo {
    width: 200px;
  }

  .controls-form {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .filter_name {
    font-size: 12px;
  }

  .filter_select {
    height: 25px;
    font-size: 14px;
  }

  .form-block {
    height: 80px;
  }

  .company_link_txt {
    word-break: keep-all;
    margin-top: 0;
    padding-top: 2px;
    font-size: 2.75vw;
    line-height: 1.2em;
  }

  .itembox {
    width: 57%;
    min-width: auto;
    max-width: none;
    padding-top: 90px;
  }

  .contents-block {
    width: 95%;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-16 {
    font-size: 12px;
  }

  .link-block {
    padding-top: 4px;
    padding-bottom: 8px;
  }

  .companyname_wrapper {
    height: 80px;
  }

  .pc_web-image {
    width: 80%;
  }

  .text-block-18 {
    overflow-wrap: break-word;
    font-size: 1em;
  }

  .tag_txt {
    transform: scale3d(1none, 1none, 1none);
  }

  .reset-button {
    align-items: center;
    height: 50px;
    padding-top: 2px;
    display: flex;
  }

  .reset-button.enable-btn {
    height: 25px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .contents-wapper {
    width: 43%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .groupcomp-logo {
    width: 90%;
  }

  .groupcomp-logo._04, .groupcomp-logo._07, .groupcomp-logo._08 {
    width: 80%;
  }

  .groupcomp-logo._10 {
    width: 95%;
  }

  .groupcomp-logo._15 {
    width: 45%;
  }

  .groupcomp-logo._18 {
    width: 90%;
  }

  .groupcomp-logo._20, .groupcomp-logo._23 {
    width: 70%;
  }

  .groupcomp-logo._26, .groupcomp-logo._30 {
    width: 100%;
  }

  .groupcomp-logo._31 {
    width: 70%;
  }

  .groupcomp-logo._36, .groupcomp-logo._37 {
    width: 80%;
  }

  .groupcomp-logo._39 {
    width: 50%;
  }

  .groupcomp-logo._40, .groupcomp-logo._41 {
    width: 100%;
  }

  .groupcomp-logo._43 {
    width: 60%;
  }

  .groupcomp-logo._45 {
    width: 100%;
  }

  .groupcomp-logo._47 {
    width: 65%;
  }

  .groupcomp-logo._48 {
    width: 100%;
  }

  .groupcomp-logo._50 {
    width: 90%;
  }

  .groupcomp-logo._51 {
    width: 50%;
  }

  .groupcomp-logo._53 {
    width: 55%;
  }

  .groupcomp-logo._54 {
    width: 50%;
  }

  .groupcomp-logo._55 {
    width: 80%;
  }

  .html-embed {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .div-block-16 {
    height: 600px;
  }

  .text-block-19 {
    word-break: normal;
    overflow-wrap: normal;
    width: 50vw;
    max-width: 300px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
    line-height: 26px;
  }

  .text-block-19.groupevent {
    max-width: none;
    line-height: 24px;
  }

  .text-block-20 {
    width: 400px;
    max-width: 660px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    line-height: 26px;
  }

  .overview-txt {
    margin-left: 3px;
    margin-right: 3px;
  }

  .overview-grid {
    grid-template-columns: 1fr;
    width: auto;
    max-width: 660px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .og-wrapper._01 {
    flex-direction: column;
    padding-right: 20px;
  }

  .og-wrapper._02 {
    padding-left: 21px;
    padding-right: 21px;
  }

  .og-wrapper._03 {
    flex-direction: column;
  }

  .og-wrapper._06 {
    flex-direction: column;
    padding-left: 21px;
  }

  .lottie-animation {
    width: 120px;
  }

  .text-block-21, .text-block-21._02 {
    text-align: left;
  }

  .paragraph-5 {
    font-size: 13px;
    line-height: 22px;
  }

  .paragraph-5._04, .paragraph-5._05 {
    word-break: normal;
  }

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

  .image-27 {
    margin-left: 0;
    position: relative;
    left: -13px;
  }

  .image-28 {
    position: relative;
    left: -4px;
  }

  .div-block-19 {
    text-align: left;
  }

  .image-29 {
    margin-left: 0;
    position: relative;
    left: -22px;
  }

  .text-block-22 {
    text-align: left;
    margin-top: 6px;
    margin-bottom: 3px;
  }

  .image-30 {
    display: block;
  }

  .text-block-23 {
    font-size: 18px;
  }

  .bf-contents-grid {
    grid-template: "." 1fr
                   "." 1fr
                   "." 1fr
                   "." 0%
                   "."
                   "." 20px
                   / .5fr 1fr;
    width: auto;
    max-width: 660px;
    padding-left: 31px;
    padding-right: 31px;
  }

  .div-block-20 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .text-block-25 {
    font-size: 12px;
    line-height: 20px;
  }

  .bf_grid_div {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr;
    margin: 10px 10px 0;
  }

  .image-31 {
    max-width: 192px;
  }

  .image-31.final-block {
    max-width: 300px;
  }

  .bf_grid_div_supoort {
    border-style: none;
    grid-template-rows: auto 1fr;
    grid-template-columns: auto;
    max-width: 380px;
    margin: 20px 20px 20px 0%;
  }

  .spacer_div {
    border: 2px dashed var(--brandcolor_a);
    height: auto;
  }

  .under_bf_grid_div {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-25 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .text-block-27 {
    font-size: 12px;
    line-height: 20px;
  }

  .text-block-27.pc {
    display: none;
  }

  .text-block-27.sp-y {
    text-align: justify;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .div-block-26 {
    aspect-ratio: 3 / 2;
    max-width: 380px;
  }

  .arrow_head {
    background-color: var(--white);
  }

  .arrow_head.entry {
    background-color: var(--transparent);
  }

  .arrow_body {
    height: 96%;
    margin-top: 10px;
    margin-left: 0;
  }

  .arrow_body.entry {
    margin-top: 0;
  }

  .center-arrow_wrapper {
    left: 0%;
  }

  .side-arrow-wrapper {
    display: none;
  }

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

  .div-block-29 {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    width: 100%;
  }

  .div-block-30 {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: row;
    width: 100%;
    margin-left: 0;
    display: flex;
  }

  .div-block-31 {
    flex-direction: row;
    flex: none;
    width: 100%;
  }

  .div-block-32, .div-block-33 {
    flex-direction: row;
    width: 100%;
  }

  .div-block-34 {
    width: 100%;
    margin-left: 0;
  }

  .div-block-36 {
    width: auto;
  }

  .modal-div.kakou, .modal-div.hanbai, .modal-div.support {
    width: 80vw;
  }

  .button-3 {
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 14px;
  }

  .text-block-28 {
    font-size: 24px;
  }

  .text-block-29 {
    font-size: 16px;
    line-height: 24px;
  }

  .modal-grid {
    grid-column-gap: 2em;
    grid-row-gap: 1em;
    margin-top: 10px;
  }

  .modal-grid.kakou {
    grid-column-gap: 2em;
    grid-row-gap: 1em;
  }

  .modal-grid.hanbai, .modal-grid.buturyu {
    margin-top: 25px;
  }

  .c-name {
    font-size: 16px;
  }

  .c-txt {
    font-size: 14px;
    line-height: 20px;
  }

  .modal-title-wrap {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .text-block-31 {
    margin-top: 35px;
    font-size: 20px;
  }

  .tensen-kei {
    margin-left: -1em;
  }

  .div-block-37 {
    width: 420px;
    height: 420px;
    margin-top: -17px;
    margin-bottom: 0%;
  }

  .text-block-32 {
    font-size: 3em;
  }

  .text-block-32.entry {
    margin-bottom: 0;
  }

  .text-block-32._3l {
    margin-bottom: -8px;
    font-size: 2.5em;
  }

  .text-block-33 {
    font-size: 1.5em;
  }

  .amazon-div {
    padding-left: 10px;
    padding-right: 15px;
    bottom: -15%;
  }

  .amazon-div.pc {
    bottom: -19%;
  }

  .image-32 {
    width: 100px;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .text-block-34 {
    font-size: 28px;
  }

  .text-block-35 {
    font-size: 16px;
  }

  .schedule-day-block {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .grid-3 {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    grid-template-columns: 1fr;
    width: 400px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .grid-3.voice {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: 1fr;
  }

  .grid-3.voice.images {
    max-width: 400px;
  }

  .grid-3.cominngsoon, .grid-3.cominngsoon._24ss, .grid-3.nitteibetsukigyo, .grid-3.nitteibetsukigyo._24ss {
    grid-template-columns: 1fr;
  }

  .grid-schedule-wrapper.tokyo._24ss {
    width: 400px;
  }

  .location_block-txt {
    margin-top: 15px;
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 18px;
  }

  .div-block-44 {
    flex-direction: row;
    margin-top: 5px;
  }

  .nittei-time {
    flex-direction: row;
    justify-content: center;
    align-self: flex-start;
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-40._2x.pc {
    display: none;
  }

  .text-block-40._2x.sp-t {
    display: block;
  }

  .entry-link-btn._2x {
    width: 320px;
    height: 90px;
  }

  .div-block-45 {
    flex-flow: wrap;
    justify-content: center;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .text-block-41 {
    white-space: nowrap;
    font-size: 12px;
  }

  .text-block-41.bnr {
    white-space: normal;
  }

  .text-block-41.bnr._24ss {
    line-height: 1.5em;
  }

  .text-block-41.bnr._24ss.pc {
    display: none;
  }

  .text-block-41.bnr._24ss.sp-t {
    display: block;
  }

  .div-block-46 {
    flex-wrap: wrap;
    justify-content: flex-end;
    width: 400px;
    margin-top: 20px;
  }

  .image-34, .image-34._24ss {
    width: 140px;
  }

  .f-paragraph-small {
    margin-top: 10px;
    font-size: 14px;
    display: flex;
  }

  .f-paragraph-small._20px {
    font-size: 16px;
  }

  .f-accordian-icon {
    color: var(--k35);
    display: flex;
  }

  .f-accordian-title {
    margin-left: 10px;
  }

  .f-accordian-title-wrapper.sche-comp-location {
    margin-bottom: 0;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .event-flow-wrapper {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-wrap: wrap;
    width: 400px;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-43 {
    text-align: center;
    font-size: 19px;
  }

  .div-block-48 {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    width: 85%;
  }

  .paragraph-6 {
    letter-spacing: .5px;
    font-size: 14px;
    line-height: 26px;
  }

  .eventflow-icon {
    width: 90px;
  }

  .eventflow-icon.time {
    width: 80px;
    margin-bottom: 20px;
  }

  .div-block-49 {
    flex-wrap: wrap;
    justify-content: center;
  }

  .table_component {
    width: 85%;
  }

  .paragraph-7, .paragraph-8 {
    font-size: 14px;
  }

  .paragraph-9 {
    font-size: 18px;
  }

  .div-block-50 {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .text-block-45 {
    font-size: 14px;
  }

  .text-block-45._24ss {
    width: 90vw;
  }

  .text-block-45._24ss.pc._2 {
    display: none;
  }

  .text-block-45._24ss.sp-t._2 {
    display: block;
  }

  .text-block-45.pc {
    display: none;
  }

  .text-block-45.sp-t {
    display: block;
  }

  .app-download-div {
    width: 400px;
    padding-top: 15px;
    padding-bottom: 21px;
  }

  .text-block-46 {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .download-btn-wrapper {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
    align-items: center;
  }

  .grid-4 {
    grid-template-rows: max-content 7% auto 7% auto 7%;
    grid-template-columns: auto;
    max-width: 400px;
  }

  .grid-4.sp {
    grid-template-rows: 150px 15% auto 15% auto;
  }

  .div-block-56 {
    display: none;
  }

  .div-block-56.sp {
    display: block;
  }

  .text-block-51, .paragraph-10, .text-block-52 {
    font-size: 14px;
    line-height: 24px;
  }

  .text-block-54 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-58, .div-block-59 {
    display: none;
  }

  .text-block-55 {
    text-align: center;
    justify-content: center;
    align-items: flex-end;
    height: 100%;
    padding-bottom: 25px;
    font-size: 14px;
    line-height: 24px;
    display: flex;
  }

  .div-block-60 {
    padding-top: 10px;
  }

  .div-block-61 {
    display: block;
  }

  .link-block-4 {
    padding-top: 0;
  }

  .link-block-5 {
    padding-top: 45px;
  }

  .flex-block-2 {
    flex-direction: row;
  }

  .bold-text-8 {
    margin-right: 10px;
  }

  .div-block-64 {
    align-self: center;
  }

  .div-block-65 {
    flex-direction: column;
    align-items: center;
  }

  .text-block-58 {
    width: 260px;
    margin: 20px auto;
  }

  .text-block-59 {
    font-size: 14px;
    line-height: 24px;
  }

  .grid-5 {
    width: 400px;
  }

  .google-map-embed {
    height: 250px;
  }

  .participants-voice-block {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .div-block-68 {
    padding: 20px;
  }

  .paragraph-11 {
    font-size: 14px;
    line-height: 24px;
  }

  .image-35 {
    bottom: -25px;
  }

  .div-block-69 {
    width: auto;
  }

  .div-block-71 {
    width: 400px;
  }

  .grid-schedule-wrapper-copy.tokyo._24ss {
    align-self: auto;
  }

  .grid-schedule-wrapper-copy.tokyo._2604 {
    align-self: auto;
    width: 100%;
  }

  .grid-schedule-wrapper-copy.tokyo._24ss {
    width: 400px;
  }

  .grid-6 {
    grid-template-columns: auto auto 1fr;
  }

  .online-grid_text {
    padding: 3px 5px;
    font-size: 14px;
  }

  .online-grid_text.gray-back, .online-grid_text.gray-back-copy {
    white-space: normal;
  }

  .div-block-72 {
    height: 30px;
  }

  .line-div-2 {
    width: 400px;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .text-block-60 {
    margin-top: 0;
    margin-bottom: 4px;
    margin-left: 1px;
    font-size: 12px;
  }

  .image-36 {
    width: 200px;
  }

  .image-36.new {
    width: 210px;
  }

  .text-block-61 {
    width: 140px;
    padding: 0;
    font-size: 13px;
  }

  .text-block-62 {
    font-size: 14px;
    line-height: 24px;
  }

  .event-days-wrapper-2 {
    width: 90px;
    height: 90px;
    padding-top: 7px;
  }

  .text-block-63 {
    font-size: 1.2em;
  }

  .text-block-64 {
    margin-bottom: 0;
    font-size: 1.5em;
  }

  .text-block-64.live {
    margin-bottom: 100px;
  }

  .div-block-74 {
    margin-bottom: -1px;
    padding-right: 2px;
  }

  .text-block-65 {
    font-size: 1.5em;
  }

  .text-block-65._6 {
    letter-spacing: -5px;
    margin-right: 0;
  }

  .div-block-75 {
    max-width: 192px;
  }

  .div-block-76 {
    max-width: 300px;
  }

  .div-block-77 {
    max-width: 253px;
  }

  .event-flow-text_wrap {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: column;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .bold-text-14 {
    padding-left: 2px;
    padding-right: 2px;
  }

  .text-block-66 {
    text-align: center;
    font-size: 19px;
  }

  .online-grid_text-2 {
    padding-left: 3px;
    padding-right: 3px;
    font-size: 14px;
  }

  .online-grid_text-2.gray-back {
    white-space: normal;
  }

  .div-block-80 {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    width: 85%;
  }

  .grid-7 {
    grid-template-columns: auto auto 1fr;
  }

  .grid-7.event {
    grid-template-rows: min-content 1fr;
  }

  .paragraph-12 {
    letter-spacing: .5px;
    font-size: 14px;
    line-height: 26px;
  }
}

@media screen and (max-width: 479px) {
  .marquee-infinite-slide-block {
    width: 50%;
  }

  .marquee-infinite-slide-wrapper {
    padding-top: 5rem;
  }

  .full-container {
    width: 90%;
  }

  .mix-container {
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: fixed;
    top: 0;
  }

  .nav-link-2 {
    font-size: 14px;
  }

  .nav-link-2.entry-btn {
    font-size: 16px;
  }

  .main_logo_y.sp-t {
    width: 70vw;
    max-width: 270px;
    padding-top: 5px;
    display: block;
  }

  .main_logo_y.pc {
    display: none;
  }

  .header_logo_wrap {
    padding-bottom: 0;
    padding-left: 0;
  }

  .nav {
    align-items: center;
    display: flex;
    position: absolute;
    inset: 0% 0% auto;
  }

  .hiro-maingrid {
    grid-template-rows: 50dvh 1fr;
    height: 100%;
  }

  .hero_sub_copy {
    font-size: 4vw;
  }

  .hero_sub_copy.aboutgroup {
    font-size: 14px;
  }

  .hero_main_copy {
    text-align: center;
    font-size: 7vw;
  }

  .hero_main_copy.aboutgroup {
    font-size: 8vw;
    line-height: 1.35em;
  }

  .hero_main_copy._2l {
    font-size: 20px;
    display: block;
  }

  .hero_main_copy._1l {
    display: none;
  }

  .hero-text-div {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
    padding-left: 0;
  }

  .hero-text-div.aboutgroup {
    margin-top: 3vh;
    margin-bottom: 3vh;
  }

  .hero-text-div.event {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    justify-content: center;
    height: 254.039px;
    margin-top: 97px;
    display: flex;
  }

  .hero-text-div.event._2026-05 {
    margin-bottom: 100px;
  }

  .main_logo {
    width: 50vw;
  }

  .background-video {
    left: -50%;
  }

  .lead_txt {
    word-break: keep-all;
    overflow-wrap: anywhere;
    margin-left: 9px;
    margin-right: 9px;
    font-size: 14px;
  }

  .lead_txt.pc {
    display: none;
  }

  .lead_txt.sp-t {
    display: block;
  }

  .earth-section, .hero-section {
    height: 100dvh;
    min-height: 100svh;
  }

  .hero-section.otherpages {
    height: auto;
    min-height: 100px;
  }

  .hero-section.otherpages.event {
    flex-direction: column;
    height: auto;
    min-height: 0;
    display: block;
  }

  .about-section {
    padding-top: 50px;
    padding-bottom: 0;
    overflow: hidden;
  }

  .text-block-8 {
    font-size: 1.25em;
  }

  .text-block-8.live {
    margin-bottom: 90px;
  }

  .text-block-9 {
    width: 120px;
    padding-top: 3px;
    line-height: 20px;
  }

  .line-div {
    width: 90vw;
    max-width: 300px;
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .text-block-10 {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 12px;
    line-height: 20px;
  }

  .text-block-10.pc {
    display: none;
  }

  .text-block-10.sp-t {
    display: block;
  }

  .image-23 {
    width: 200px;
    margin-top: -10px;
    margin-bottom: 20px;
  }

  .image-23.new {
    width: 220px;
  }

  ._4x4-image-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    align-self: flex-start;
    width: 100%;
    height: auto;
    max-height: none;
  }

  ._4x4-image-grid.otherpages {
    grid-template-rows: 1fr 1fr auto 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .text-block-11 {
    display: none;
  }

  .text-block-12 {
    word-break: keep-all;
    font-size: 11px;
    line-height: 1.25em;
    transform: scale(.85);
  }

  .image-24 {
    width: 170px;
  }

  .image-24.new {
    width: 160px;
  }

  .footer-logo-div {
    height: 200px;
  }

  .marqeegrid {
    width: 500%;
  }

  .event-days-wrapper {
    width: 80px;
    height: 80px;
    padding-top: 0;
  }

  .event-days-wrapper._2 {
    bottom: -33px;
  }

  .text-block-13 {
    font-size: 1em;
  }

  .div-block-10 {
    height: 27px;
  }

  .text-block-14 {
    margin-bottom: -5px;
    font-size: 1.25em;
  }

  .text-block-14._6 {
    letter-spacing: -2px;
  }

  .text-block-14._3 {
    letter-spacing: -1px;
  }

  .div-block-11 {
    padding-right: 1px;
  }

  .text-block-15 {
    margin-bottom: 0;
    margin-left: 2px;
    font-size: 11px;
  }

  .event-days-div {
    top: -105px;
  }

  .copyrighit-div {
    height: 60px;
  }

  .copyright {
    line-height: 1.25em;
  }

  .copyright.pc {
    display: none;
  }

  .copyright.sp-t {
    line-height: 1.5em;
    display: block;
  }

  .gropu-logo-image.tab-logo, .gropu-logo-image.sp-logo {
    padding: 20px;
  }

  .menu-button-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-left: 12px;
    padding-right: 12px;
  }

  .menu-button-2.w--open {
    padding-left: 12px;
    padding-right: 12px;
  }

  .ns_footer_logo {
    width: 150px;
  }

  .controls-form {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    flex-direction: column;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-content: center;
    width: 250px;
    display: grid;
  }

  .filter-group {
    flex-direction: row;
    justify-content: space-between;
  }

  .filter_name {
    font-size: 11px;
    line-height: 20px;
  }

  .filter_select {
    width: 70%;
  }

  .form-block {
    justify-content: center;
    width: 100%;
    height: 25dvh;
    max-height: 200px;
    margin-bottom: 0;
    padding: 20px 0 10px;
    position: relative;
  }

  .company_link_txt {
    font-size: 4.5vw;
  }

  .itembox {
    width: 100%;
    height: auto;
    min-height: 75svh;
    max-height: 75dvh;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
    padding-left: 5%;
    position: relative;
    inset: 0 0% auto;
  }

  .contents-block {
    width: 100vw;
    max-width: none;
    height: auto;
    min-height: 100svh;
    padding-top: 15%;
    padding-left: 12%;
    padding-right: 12%;
    display: none;
  }

  .reset-button {
    justify-content: center;
    height: 30px;
  }

  .reset-button.enable-btn {
    margin-left: auto;
    margin-right: auto;
  }

  .contents-wapper {
    z-index: 50;
    background-color: var(--white);
    align-items: stretch;
    width: 100vw;
    max-width: none;
    min-height: 100svh;
    padding-left: 0;
    padding-right: 0;
    display: none;
    position: absolute;
    inset: 0 0% auto;
  }

  .html-embed {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 0 20px;
  }

  .sp_modal_close_btn {
    z-index: 99;
    width: 40px;
    height: 40px;
    display: block;
    position: fixed;
    inset: 2% auto auto 3%;
  }

  .div-block-16 {
    height: 100%;
  }

  .hiro-text-wrapper {
    flex-direction: column;
    justify-content: center;
    height: 40%;
    display: flex;
  }

  .head_copy_div {
    padding-top: 3dvh;
    padding-bottom: 3dvh;
  }

  .text-block-19 {
    width: auto;
  }

  .text-block-19.groupevent {
    width: 300px;
    font-size: 12px;
    line-height: 18px;
  }

  .text-block-19.pc {
    display: none;
  }

  .text-block-19.sp-t {
    display: block;
  }

  .about-wrapper.event {
    padding-top: 70px;
    padding-bottom: 40px;
  }

  .text-block-20 {
    width: 90vw;
    max-width: 360px;
    padding-left: 0;
    padding-right: 0;
  }

  .overview-grid {
    grid-template-columns: 1fr;
  }

  .og-wrapper._01 {
    padding-top: 30px;
    padding-right: 20px;
  }

  .og-wrapper._02 {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .og-wrapper._03, .og-wrapper._04, .og-wrapper._05 {
    padding-bottom: 20px;
  }

  .og-wrapper._06 {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .lottie-animation {
    flex: 0 auto;
    width: 80px;
  }

  .lottie-animation.light {
    width: 100px;
  }

  .text-block-21 {
    text-align: left;
    white-space: nowrap;
    margin-bottom: -5px;
    font-size: 18px;
  }

  .text-block-21._02 {
    margin-bottom: 0;
    margin-left: 0;
    font-size: 18px;
    line-height: 1em;
  }

  .div-block-18 {
    text-align: left;
    align-self: center;
  }

  .image-27 {
    height: 35px;
    margin-top: -10px;
    margin-bottom: -16px;
    margin-left: -7px;
    left: -1px;
  }

  .image-28 {
    height: 35px;
    left: -3px;
  }

  .image-29 {
    height: 35px;
    margin-bottom: -10px;
    left: -13px;
  }

  .text-block-22 {
    margin-left: 0;
    font-size: 12px;
    line-height: 18px;
  }

  .image-30 {
    height: 35px;
    margin-left: 0;
  }

  .bussines-field-section {
    overflow: hidden;
  }

  .text-block-23 {
    font-size: 16px;
  }

  .text-block-23.white {
    width: 160px;
    line-height: 26px;
  }

  .text-block-23.white.voice {
    width: auto;
  }

  .text-block-23.white.pc {
    display: none;
  }

  .text-block-23.white.sp-t {
    display: block;
  }

  .text-block-23.white._150 {
    width: 150px;
  }

  .bf-contents-grid {
    grid-template-rows: 1fr 1fr 1fr 0% auto 20px;
    width: 100%;
    max-width: 479px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .button-2 {
    font-size: 12px;
  }

  .div-block-20 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .image-31 {
    max-width: 136px;
  }

  .image-31.final-block {
    max-width: 216px;
  }

  .bf_grid_div_supoort {
    grid-template-rows: auto 1fr;
    grid-template-columns: 1fr;
    place-items: center;
    margin-left: 0%;
  }

  .under_bf_grid_div {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-25 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .text-block-27.pc {
    display: block;
  }

  .text-block-27.sp-y {
    display: none;
  }

  .div-block-26 {
    max-width: 266px;
  }

  .center-arrow_wrapper {
    left: 0%;
  }

  .div-block-29 {
    justify-content: center;
  }

  .div-block-30, .div-block-31, .div-block-32, .div-block-33, .div-block-34 {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    justify-content: center;
  }

  .div-block-36 {
    width: 110px;
  }

  .icon {
    align-self: center;
    display: block;
  }

  .bf-contents-wrapper {
    width: 100vw;
  }

  .bf-modal-wrapper._04, .bf-modal-wrapper._01, .bf-modal-wrapper._02, .bf-modal-wrapper._03 {
    height: 90dvh;
  }

  .modal-div.support {
    margin-top: 10vw;
  }

  .modal-grid {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .modal-grid.kakou {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  }

  .modal-grid.hanbai {
    grid-template-rows: auto auto auto;
  }

  .modal-grid.tokushu {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto;
  }

  .modal-grid.system-bunseki {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .modal-grid.recycle {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .modal-title-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .tensen-kei {
    display: none;
  }

  .groupevent-heroimage {
    align-items: center;
    display: flex;
  }

  .div-block-37 {
    width: 310px;
    height: 310px;
    margin-top: 35px;
    display: flex;
    position: static;
    bottom: 0;
  }

  .div-block-37._24ss {
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 0;
    position: relative;
    top: 4%;
    bottom: auto;
  }

  .div-block-37._25ss {
    margin-top: auto;
    margin-bottom: auto;
    position: relative;
    top: 45px;
  }

  .text-block-32 {
    margin-bottom: -7px;
    font-size: 2em;
  }

  .text-block-32._3l {
    font-size: 1.8em;
  }

  .text-block-33 {
    font-size: 1em;
  }

  .event-day-icon {
    margin-left: -2px;
    margin-right: -2px;
    padding: 7px 12px 4px;
    font-size: 12px;
  }

  .div-block-39 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 500px;
    padding-top: 0;
    padding-bottom: 65px;
    display: flex;
    position: relative;
  }

  .div-block-39.entry {
    flex-direction: column;
    justify-content: flex-start;
    height: auto;
  }

  .div-block-39.event {
    height: 100dvh;
    min-height: 100svh;
  }

  .amazon-div {
    justify-content: center;
    width: 100vw;
    padding-left: 8px;
    padding-right: 12px;
    top: auto;
    bottom: 0;
  }

  .amazon-div.sp-t {
    z-index: 10;
    padding-top: 8px;
    padding-bottom: 8px;
    display: flex;
  }

  .amazon-div.sp-t.hide, .amazon-div.pc {
    display: none;
  }

  .image-32 {
    width: 80px;
    margin-top: 8px;
    margin-bottom: 8px;
    margin-right: 7px;
  }

  .text-block-34 {
    font-size: 20px;
  }

  .text-block-35 {
    margin-bottom: 2px;
    font-size: 13px;
  }

  .grid-3 {
    width: 90vw;
    max-width: 360px;
  }

  .nittei-txt-l.online {
    font-size: 1.75em;
  }

  .div-block-44 {
    flex-wrap: wrap;
  }

  .nittei-time {
    justify-content: center;
    font-size: 14px;
  }

  .text-block-40 {
    font-size: 11px;
    line-height: 1.2em;
  }

  .entry-link-btn, .entry-link-btn._2x {
    width: 100%;
  }

  .div-block-45 {
    flex-wrap: wrap;
  }

  .div-block-45.horizontal {
    width: 80vw;
  }

  .div-block-45.horizontal.tab-sp {
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-41 {
    white-space: normal;
  }

  .text-block-41.bnr.sp-y {
    display: block;
  }

  .text-block-41.bnr.sp-y.center {
    text-align: justify;
  }

  .text-block-41.bnr._24ss.sp-t {
    margin-right: auto;
    font-size: 13px;
  }

  .div-block-46 {
    width: 90vw;
    max-width: 360px;
  }

  .image-34 {
    width: 120px;
  }

  .image-34.sp-y {
    margin-left: auto;
    margin-right: auto;
  }

  .image-34._24ss {
    width: 120px;
  }

  .link-block-3 {
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .link-block-3._24ss {
    margin-left: auto;
    margin-right: auto;
  }

  .f-paragraph-small._20px {
    font-size: 15px;
  }

  .f-accordian-title {
    margin-left: 0;
    font-size: 15px;
    line-height: 1.25em;
  }

  .event-flow-wrapper {
    width: 90vw;
    max-width: 360px;
  }

  .text-block-43 {
    font-size: 18px;
    line-height: 24px;
  }

  .paragraph-6 {
    line-height: 24px;
  }

  .eventflow-icon {
    width: 80px;
  }

  .eventflow-icon.time {
    width: 70px;
  }

  .table_row {
    grid-column-gap: .5em;
    grid-row-gap: 0em;
    flex-flow: wrap;
    align-items: flex-start;
  }

  .paragraph-7, .paragraph-8 {
    line-height: 20px;
  }

  .paragraph-9 {
    font-size: 16px;
  }

  .text-block-44 {
    margin-top: -6px;
  }

  .text-block-45 {
    word-break: keep-all;
    overflow-wrap: anywhere;
    width: 90vw;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.75em;
  }

  .text-block-45._24ss.sp-t {
    letter-spacing: 0;
  }

  .app-download-div {
    width: 90vw;
    max-width: 360px;
  }

  .grid-4 {
    grid-template-columns: auto 25%;
    width: 80%;
    min-width: 290px;
    max-width: none;
  }

  .grid-4.sp {
    grid-template-columns: auto;
  }

  .text-block-49 {
    font-size: 16px;
  }

  .paragraph-10 {
    font-size: 12px;
    line-height: 20px;
  }

  .text-block-52 {
    text-align: justify;
  }

  .text-block-54 {
    padding-left: 7px;
    padding-right: 7px;
    font-size: 14px;
    line-height: 24px;
  }

  .text-block-55 {
    padding-bottom: 29px;
    font-size: 12px;
    line-height: 20px;
  }

  .div-block-60 {
    padding-top: 25px;
  }

  .div-block-61 {
    display: block;
  }

  .link-block-4 {
    margin-top: -10px;
  }

  .link-block-5 {
    padding-top: 35px;
  }

  .text-block-57 {
    font-size: 11px;
  }

  .mynavi_info_div {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    display: none;
  }

  .mynavi_info_div.sp-y {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-direction: column;
    display: block;
  }

  .mynavi_info_div.sp-y.hide, .mynavi_info_div.comingsoon {
    display: none;
  }

  .mynavi_info_div.comingsoon._24ss {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 90vw;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .text-block-59 {
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
    line-height: 20px;
  }

  .bold-text-12 {
    text-decoration: underline;
  }

  .div-block-71 {
    width: auto;
  }

  .grid-6 {
    grid-template-rows: 1fr 8px 1fr 1fr 8px 1fr 1fr 8px 1fr 1fr 8px 1fr 1fr 8px 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .grid-6.event-flow_grid {
    grid-template-rows: 1fr 1fr auto auto auto auto auto auto;
    width: 600px;
    overflow: scroll;
  }

  .online-grid_text {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .online-grid_text.bold.gozen {
    border-top-color: var(--k20);
    border-right-color: var(--k20);
    border-left-color: var(--k20);
  }

  .online-grid_text.bold.gogo {
    border-top-color: var(--k20);
    border-right-color: var(--k20);
    border-left-color: var(--k20);
    background-color: #0000001a;
  }

  .online-grid_text.bold.naiyo {
    display: none;
  }

  .online-grid_text.gray-back, .online-grid_text.gray-back.gozen {
    background-color: var(--transparent);
  }

  .online-grid_text.gray-back.gogo {
    background-color: #0000001a;
  }

  .online-grid_text.gray-back.naiyo {
    border-bottom-color: var(--k90);
  }

  .online-grid_text.gogo {
    background-color: #0000001a;
  }

  .online-grid_text.naiyo {
    border-bottom-color: var(--k90);
  }

  .online-grid_text.gray-back-copy.gozen {
    background-color: var(--transparent);
  }

  .online-grid_text.gray-back-copy.gogo {
    background-color: #0000001a;
  }

  .online-grid_text.gray-back-copy.naiyo {
    border-bottom-color: var(--k90);
  }

  .div-block-72 {
    height: 27px;
    margin-left: 3px;
    margin-right: 3px;
  }

  .line-div-2 {
    width: 90vw;
    max-width: 300px;
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .text-block-60 {
    margin-bottom: 0;
    margin-left: 2px;
    font-size: 11px;
  }

  .image-36 {
    width: 170px;
  }

  .image-36.new {
    width: 160px;
  }

  .text-block-61 {
    width: 120px;
    padding-top: 3px;
    line-height: 20px;
  }

  .text-block-62 {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 12px;
    line-height: 20px;
  }

  .text-block-62.pc {
    display: none;
  }

  .text-block-62.sp-t {
    display: block;
  }

  .event-days-wrapper-2 {
    width: 80px;
    height: 80px;
    padding-top: 0;
  }

  .event-days-wrapper-2._2 {
    bottom: -33px;
  }

  .text-block-63 {
    font-size: 1em;
  }

  .text-block-64 {
    font-size: 1.25em;
  }

  .text-block-64.live {
    margin-bottom: 90px;
  }

  .div-block-74 {
    padding-right: 1px;
  }

  .text-block-65 {
    margin-bottom: -5px;
    font-size: 1.25em;
  }

  .div-block-76, .div-block-77 {
    max-width: 216px;
  }

  .div-block-79 {
    margin-right: -20px;
    overflow: auto;
  }

  .div-block-79._20 {
    margin-right: 0;
  }

  .event-flow-grid_cap {
    color: var(--brandcolor_b);
    text-align: center;
    font-size: 12px;
  }

  .event-flow-grid_cap.sp {
    display: block;
  }

  .bold-text-16 {
    color: var(--k90);
  }

  .bold-text-16.hide {
    display: none;
  }

  .text-block-66 {
    font-size: 18px;
    line-height: 24px;
  }

  .online-grid_text-2 {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .online-grid_text-2.gray-back, .online-grid_text-2.gray-back.gozen {
    background-color: #0000;
  }

  .online-grid_text-2.gray-back.gozen.no-wrap {
    white-space: nowrap;
  }

  .online-grid_text-2.gray-back.gogo {
    background-color: #0000001a;
  }

  .online-grid_text-2.gray-back.gogo.no-wrap, .online-grid_text-2.gray-back.no-wrap {
    white-space: nowrap;
  }

  .online-grid_text-2.bold.gogo {
    background-color: #0000001a;
    border-top-color: #ccc;
    border-left-color: #ccc;
    border-right-color: #ccc;
  }

  .online-grid_text-2.bold.naiyo {
    display: none;
  }

  .online-grid_text-2.bold.naiyo._2 {
    display: flex;
  }

  .online-grid_text-2.bold.gozen, .online-grid_text-2.bold.gogo-copy2 {
    border-top-color: #ccc;
    border-left-color: #ccc;
    border-right-color: #ccc;
  }

  .online-grid_text-2.gogo {
    background-color: #0000001a;
  }

  .online-grid_text-2.no-wrap {
    white-space: nowrap;
  }

  .grid-7 {
    grid-template-rows: 1fr 8px 1fr 1fr 8px 1fr 1fr 8px 1fr 1fr 8px 1fr 1fr 8px 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .grid-7.event {
    grid-template-rows: 1fr 8px 1fr 1fr 8px 1fr 1fr 8px 1fr 1fr 8px 1fr 1fr 8px 1fr 1fr 8px 1fr 1fr 8px 1fr 1fr 8px 1fr 1fr;
  }

  .grid-7.slide-grid {
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    width: 500px;
  }

  .paragraph-12 {
    line-height: 24px;
  }
}

#w-node-_5956f6f9-7a80-9500-3976-836c4bd085e3-af59819a {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-c48938b8-0961-3d59-0548-9ad093cb821b-af59819b, #w-node-c48938b8-0961-3d59-0548-9ad093cb8222-af59819b, #w-node-c48938b8-0961-3d59-0548-9ad093cb822d-af59819b, #w-node-c48938b8-0961-3d59-0548-9ad093cb8236-af59819b, #w-node-c48938b8-0961-3d59-0548-9ad093cb823d-af59819b, #w-node-c48938b8-0961-3d59-0548-9ad093cb8246-af59819b, #w-node-c48938b8-0961-3d59-0548-9ad093cb8251-af59819b, #w-node-c48938b8-0961-3d59-0548-9ad093cb8258-af59819b, #w-node-c48938b8-0961-3d59-0548-9ad093cb825f-af59819b, #w-node-c48938b8-0961-3d59-0548-9ad093cb8266-af59819b, #w-node-c48938b8-0961-3d59-0548-9ad093cb826d-af59819b, #w-node-c48938b8-0961-3d59-0548-9ad093cb8274-af59819b, #w-node-c48938b8-0961-3d59-0548-9ad093cb827b-af59819b, #w-node-c48938b8-0961-3d59-0548-9ad093cb8282-af59819b, #w-node-c48938b8-0961-3d59-0548-9ad093cb828d-af59819b, #w-node-c48938b8-0961-3d59-0548-9ad093cb8294-af59819b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6db4a5e9-c949-c156-a543-2b69af17e50a-af59819b {
  grid-area: 2 / 2 / 4 / 4;
  align-self: stretch;
}

#w-node-_5ef7c84d-3827-8aff-d7a2-95d1fb93291a-af59819b {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-eacd81d4-84f4-c53a-92da-60e1469d7442-af59819b {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: stretch;
}

#w-node-f38e1633-7ce0-d0b0-77e2-a33499914436-af59819b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_212aa539-6e58-e728-9cc5-e337bae06222-af59819b, #w-node-_89642319-db9d-d538-7204-bad2a026211a-af59819b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6325a5bf-c2ad-9376-a8aa-be1487a5fc86-af59819b {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-e4bf8355-e80a-70ef-421d-9439860e440c-af59819b {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-d65c21a6-a7ef-849f-18f9-9f493b5a60b6-af59819b {
  align-self: center;
}

#w-node-_2dda033e-a09b-820a-78d1-22b51f77d56a-af59819b {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_2dda033e-a09b-820a-78d1-22b51f77d56d-af59819b {
  align-self: center;
}

#w-node-_3aa2e705-a579-1178-9771-bfcdd2e4409d-af59819b {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_3aa2e705-a579-1178-9771-bfcdd2e440a0-af59819b {
  align-self: center;
}

#w-node-c63c2b6a-ce01-90e7-94b0-1b4c0f309e03-af59819b {
  grid-area: 1 / 3 / 4 / 4;
}

#w-node-c63c2b6a-ce01-90e7-94b0-1b4c0f309e06-af59819b {
  align-self: center;
}

#w-node-_2fc00047-ebba-5601-eabf-932966e63d8f-af59819b {
  grid-area: 5 / 1 / 6 / 4;
}

#w-node-_688885a8-e2e6-e4e2-5f3f-f75db07ff31b-af59819b {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-bf8ba570-afd6-ca3e-c514-f4c10306f234-af59819b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bac6fe91-666b-e806-5995-9a0db8560c19-af59819b {
  grid-area: 1 / 2 / 6 / 3;
  justify-self: center;
}

#w-node-_0781dd86-0848-eeaf-3880-d83f71ce18ce-af59819b {
  grid-area: 1 / 3 / 2 / 4;
  align-self: stretch;
}

#w-node-_69d03feb-c93e-b6e0-e5c0-f9a75939b767-af59819b {
  grid-area: 2 / 3 / 3 / 4;
  align-self: stretch;
}

#w-node-_6786a317-0c7d-1e69-689c-e25035d50668-af59819b {
  grid-area: 3 / 3 / 4 / 4;
  align-self: stretch;
}

#w-node-_539302b2-9f54-76e0-93fa-a9f343c0db0b-af59819b, #w-node-_47c999df-f9d1-c8a6-eba9-b029b8c5ba88-af59819b, #w-node-_416c84f5-9998-ad83-75a1-f976e69972d6-af59819b, #w-node-_29e5e9ed-071a-630a-084e-60998d43455e-af59819b, #w-node-_37d6e292-0a5a-66a3-2553-ba516185cb87-af59819b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8d9e1fc2-a27e-3480-e6e6-6af96551d2c9-af59819b {
  grid-area: 1 / 2 / 4 / 3;
  place-self: stretch start;
}

#w-node-c50e0413-5b7b-3d0c-6f15-943374ffa50f-af59819b, #w-node-_37ff06ff-9da4-8e35-2662-4e5a26e0f762-af59819b, #w-node-_7a9a221f-d5a5-afed-5c8f-5eb5ed78e434-af59819b, #w-node-cb481586-a367-d8d9-1957-5d1e958d9f8a-af59819b, #w-node-c2bd528b-43c4-c1f1-f04c-886ec96e67e5-af59819b, #w-node-_7d0f28b3-1610-2bfd-9e60-d1a4b9ff2509-af59819b, #w-node-e9c07efd-d729-14d4-5dc4-8120c9394c32-af59819b, #w-node-_5649db83-c816-c6fd-ac74-43a892491912-af59819b, #w-node-_436976c6-c408-ef42-e46a-1bd5154ebab9-af59819b, #w-node-_2f23a258-9b55-ac65-4b9f-287d07824099-af59819b, #w-node-_8c7fdcae-4bf0-c4c2-6213-79046380033a-af59819b, #w-node-_2fd13abb-bdbf-03c0-932b-185d1932d5dc-af59819b, #w-node-_2f3fbdcc-c744-2c0c-aff2-e9f8e03c3fdb-af59819b, #w-node-_3d936316-dd18-6981-95e5-a2d0fad3e954-af59819b, #w-node-_0b8a72cb-193f-cc2e-ef19-340b2b26b772-af59819b, #w-node-ee9a386e-2806-32e0-3a28-c91c24e74ba8-af59819b, #w-node-_0e6029ed-9e9d-39da-a605-9efebcf8a41a-af59819b, #w-node-_610539ab-0c96-19cc-0c49-ed013ae1a01f-af59819b, #w-node-b7041c79-ee2a-6675-5c18-d86f64986b3c-af59819b, #w-node-_3397cb02-8f2c-8863-37c2-1b72cd534c55-af59819b, #w-node-d8972864-8a50-7f35-df21-c8aae4f6b4f7-af59819b, #w-node-_70d4575f-7c69-393f-be38-33961d000032-af59819b, #w-node-_71885e8f-985a-3fdf-471d-f868bb97e218-af59819b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_623ff0df-e3ac-ec7f-d8a8-d18e77028755-af59819b {
  grid-area: 1 / 2 / 14 / 3;
  place-self: stretch start;
}

#w-node-_833bf3c8-8dc3-aead-c72e-de0e4ad5a429-af59819b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_22e81f49-5201-b2d2-512c-343bd8e59613-af59819b {
  grid-area: 1 / 2 / 3 / 3;
  place-self: stretch start;
}

#w-node-_9ce48566-7a01-840b-6d0f-c322880ec262-af59819b, #w-node-_9ce48566-7a01-840b-6d0f-c322880ec270-af59819b, #w-node-d2022358-6d59-63f6-ce2d-4bd69a717cab-af59819b, #w-node-_9ce48566-7a01-840b-6d0f-c322880ec269-af59819b, #w-node-_76410b93-393e-9a08-b223-7d8ae055b0dd-af59819b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b28b5ddd-12e4-8c22-1828-362924ccb195-af59819b {
  grid-area: 1 / 2 / 4 / 3;
  place-self: stretch start;
}

#w-node-_6657d112-3575-679c-de59-730a0ddf2def-af59819b, #w-node-_6657d112-3575-679c-de59-730a0ddf2dfd-af59819b, #w-node-_7e038128-7f58-a327-935f-5561067ff3c2-af59819b, #w-node-_2402b037-8612-4ed5-a4e1-747731585895-af59819b, #w-node-_6657d112-3575-679c-de59-730a0ddf2df6-af59819b, #w-node-b3035dc6-c0d1-07ff-65f2-7c2e2520d90b-af59819b, #w-node-_6e7343a8-dd25-8d02-fd0a-abb7bff6b2e0-af59819b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f06fc55c-1930-5c0c-e5f4-567295bca91b-af59819b {
  grid-area: 1 / 2 / 5 / 3;
  place-self: stretch start;
}

#w-node-_6657d112-3575-679c-de59-730a0ddf2e05-af59819b, #w-node-_6657d112-3575-679c-de59-730a0ddf2e1b-af59819b, #w-node-_873ac639-e3b6-4999-9505-2808e1ea5f8b-af59819b, #w-node-_6657d112-3575-679c-de59-730a0ddf2e0a-af59819b, #w-node-d0b16414-b742-3da7-cf12-046efc420e1b-af59819b, #w-node-_062d6842-0641-4e8c-c14c-287cd96ba04d-af59819b, #w-node-_6657d112-3575-679c-de59-730a0ddf2e11-af59819b, #w-node-_6d61e8f7-8415-c8fc-013b-30a738586aba-af59819b, #w-node-d0459563-297f-54a8-100b-13396396aab2-af59819b, #w-node-d0abbed8-89d1-9bbc-48fc-f92b4d15ca3a-af59819b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a61cc923-8615-ba6f-1773-5b5846aebcc3-af59819b {
  grid-area: 1 / 2 / 7 / 3;
  place-self: stretch start;
}

#w-node-_4aa520c1-c26e-3457-721e-bb6d10243722-af59819b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3f6894c-b831-6125-e1d0-e34e2025a559-af59819b {
  grid-area: 1 / 2 / 2 / 3;
  place-self: stretch start;
}

#w-node-f89e0f80-d20b-e12f-98d5-cc5af279dea6-af59819b, #w-node-f89e0f80-d20b-e12f-98d5-cc5af279deab-af59819b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b62c12c9-13b1-92c1-7d12-5863b02e04a2-af59819b {
  grid-area: 1 / 2 / 2 / 3;
  place-self: stretch start;
}

#w-node-c775c3ed-fdc5-8cf2-2074-a4a128cbf136-af59819b, #w-node-c775c3ed-fdc5-8cf2-2074-a4a128cbf13d-af59819b, #w-node-_8665da03-8dc4-29a9-1ecc-f1ff39c2bfea-af59819b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a571a142-87c8-1f81-58b5-b2e4879dec9d-af59819b {
  grid-area: 1 / 2 / 3 / 3;
  place-self: stretch start;
}

#w-node-fd1e1cfa-661a-f6fc-97c5-3c473420db39-af59819c {
  grid-area: 2 / 2 / 4 / 4;
  align-self: stretch;
}

#w-node-cf4bdf97-cd5a-2a9d-443a-5116cbb0bbe1-af59819c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-f9dd960d-7356-d028-32ee-7e26425d742e-af59819c, #w-node-_979ef9e7-7d0f-7fc6-5619-d06377de5101-af59819c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_0a134075-bc91-3d1f-9367-01f56ed9435d-af59819c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_0a134075-bc91-3d1f-9367-01f56ed9437e-af59819c, #w-node-_0a134075-bc91-3d1f-9367-01f56ed9439e-af59819c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-fd1e1cfa-661a-f6fc-97c5-3c473420db39-af59819e {
  grid-area: 2 / 2 / 4 / 4;
  align-self: stretch;
}

#w-node-_49479ef7-a446-f500-b851-7b886fe1fe8c-af59819e {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: stretch;
}

#w-node-bc968051-7f23-a1cf-da64-376f1c5b8fd9-af59819e {
  align-self: stretch;
}

#w-node-_58f17de3-7e3d-d73a-a0b6-7d608ba10a4a-af59819e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-a06007b7-ae9b-f619-d6c4-b9c203fd636a-af59819e, #w-node-c794a38a-45ac-c59a-2bbe-4429643048fa-af59819e {
  grid-area: span 3 / span 1 / span 3 / span 1;
  justify-self: center;
}

#w-node-_8d1bb627-ec31-9462-22bd-fe282e6f64e1-af59819e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-faf0e202-6a60-3a88-9871-a7bccf70a336-af59819e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_7d21e313-346c-52de-3ce7-0ec8b3a00174-af59819e {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-c16e8403-b07a-f871-b3b3-48ade936d76b-af59819e {
  grid-area: span 1 / span 3 / span 1 / span 3;
  justify-self: center;
}

#w-node-b981ac48-e36f-5f59-4bbc-182aceea49de-af59819e {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_610513d3-889b-d8ea-7fae-2961a4c8cd99-af59819e {
  align-self: stretch;
}

#w-node-_610513d3-889b-d8ea-7fae-2961a4c8cdae-af59819e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_610513d3-889b-d8ea-7fae-2961a4c8cdb1-af59819e {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_610513d3-889b-d8ea-7fae-2961a4c8cdb4-af59819e {
  grid-area: span 1 / span 3 / span 1 / span 3;
  justify-self: center;
}

#w-node-_610513d3-889b-d8ea-7fae-2961a4c8cdb7-af59819e {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-e1ec51d2-0710-31e3-291e-1c7363f046ae-af59819f {
  grid-area: 2 / 2 / 4 / 4;
  align-self: stretch;
}

#w-node-a6cbe0b4-06dc-325f-9add-ff55aa147bb6-af59819f, #w-node-a6cbe0b4-06dc-325f-9add-ff55aa147b6d-af59819f, #w-node-a6cbe0b4-06dc-325f-9add-ff55aa147b92-af59819f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-a6cbe0b4-06dc-325f-9add-ff55aa147bdb-af59819f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-a6cbe0b4-06dc-325f-9add-ff55aa147bfc-af59819f, #w-node-a6cbe0b4-06dc-325f-9add-ff55aa147c1c-af59819f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-a6cbe0b4-06dc-325f-9add-ff55aa147e1b-af59819f, #w-node-a6cbe0b4-06dc-325f-9add-ff55aa147e1f-af59819f, #w-node-a6cbe0b4-06dc-325f-9add-ff55aa147e23-af59819f, #w-node-c48938b8-0961-3d59-0548-9ad093cb821b-af5981a0, #w-node-c48938b8-0961-3d59-0548-9ad093cb8222-af5981a0, #w-node-c48938b8-0961-3d59-0548-9ad093cb822d-af5981a0, #w-node-c48938b8-0961-3d59-0548-9ad093cb8236-af5981a0, #w-node-c48938b8-0961-3d59-0548-9ad093cb823d-af5981a0, #w-node-c48938b8-0961-3d59-0548-9ad093cb8246-af5981a0, #w-node-c48938b8-0961-3d59-0548-9ad093cb8251-af5981a0, #w-node-c48938b8-0961-3d59-0548-9ad093cb8258-af5981a0, #w-node-c48938b8-0961-3d59-0548-9ad093cb825f-af5981a0, #w-node-c48938b8-0961-3d59-0548-9ad093cb8266-af5981a0, #w-node-c48938b8-0961-3d59-0548-9ad093cb826d-af5981a0, #w-node-c48938b8-0961-3d59-0548-9ad093cb8274-af5981a0, #w-node-c48938b8-0961-3d59-0548-9ad093cb827b-af5981a0, #w-node-c48938b8-0961-3d59-0548-9ad093cb8282-af5981a0, #w-node-c48938b8-0961-3d59-0548-9ad093cb828d-af5981a0, #w-node-c48938b8-0961-3d59-0548-9ad093cb8294-af5981a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6db4a5e9-c949-c156-a543-2b69af17e50a-af5981a0 {
  grid-area: 2 / 2 / 4 / 4;
  align-self: stretch;
}

#w-node-_5ef7c84d-3827-8aff-d7a2-95d1fb93291a-af5981a0 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-eacd81d4-84f4-c53a-92da-60e1469d7442-af5981a0 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: stretch;
}

#w-node-f38e1633-7ce0-d0b0-77e2-a33499914436-af5981a0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_212aa539-6e58-e728-9cc5-e337bae06222-af5981a0, #w-node-_89642319-db9d-d538-7204-bad2a026211a-af5981a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6325a5bf-c2ad-9376-a8aa-be1487a5fc86-af5981a0 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-e4bf8355-e80a-70ef-421d-9439860e440c-af5981a0 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-d65c21a6-a7ef-849f-18f9-9f493b5a60b6-af5981a0 {
  align-self: center;
}

#w-node-_2dda033e-a09b-820a-78d1-22b51f77d56a-af5981a0 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_2dda033e-a09b-820a-78d1-22b51f77d56d-af5981a0 {
  align-self: center;
}

#w-node-_3aa2e705-a579-1178-9771-bfcdd2e4409d-af5981a0 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_3aa2e705-a579-1178-9771-bfcdd2e440a0-af5981a0 {
  align-self: center;
}

#w-node-c63c2b6a-ce01-90e7-94b0-1b4c0f309e03-af5981a0 {
  grid-area: 1 / 3 / 4 / 4;
}

#w-node-c63c2b6a-ce01-90e7-94b0-1b4c0f309e06-af5981a0 {
  align-self: center;
}

#w-node-_2fc00047-ebba-5601-eabf-932966e63d8f-af5981a0 {
  grid-area: 5 / 1 / 6 / 4;
}

#w-node-_688885a8-e2e6-e4e2-5f3f-f75db07ff31b-af5981a0 {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-bf8ba570-afd6-ca3e-c514-f4c10306f234-af5981a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bac6fe91-666b-e806-5995-9a0db8560c19-af5981a0 {
  grid-area: 1 / 2 / 6 / 3;
  justify-self: center;
}

#w-node-_0781dd86-0848-eeaf-3880-d83f71ce18ce-af5981a0 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: stretch;
}

#w-node-_69d03feb-c93e-b6e0-e5c0-f9a75939b767-af5981a0 {
  grid-area: 2 / 3 / 3 / 4;
  align-self: stretch;
}

#w-node-_6786a317-0c7d-1e69-689c-e25035d50668-af5981a0 {
  grid-area: 3 / 3 / 4 / 4;
  align-self: stretch;
}

#w-node-_539302b2-9f54-76e0-93fa-a9f343c0db0b-af5981a0, #w-node-_47c999df-f9d1-c8a6-eba9-b029b8c5ba88-af5981a0, #w-node-_7093ad14-e270-78d5-a280-ba1124ba74d0-af5981a0, #w-node-_416c84f5-9998-ad83-75a1-f976e69972d6-af5981a0, #w-node-_29e5e9ed-071a-630a-084e-60998d43455e-af5981a0, #w-node-_37d6e292-0a5a-66a3-2553-ba516185cb87-af5981a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8d9e1fc2-a27e-3480-e6e6-6af96551d2c9-af5981a0 {
  grid-area: 1 / 2 / 4 / 3;
  place-self: stretch start;
}

#w-node-c50e0413-5b7b-3d0c-6f15-943374ffa50f-af5981a0, #w-node-_37ff06ff-9da4-8e35-2662-4e5a26e0f762-af5981a0, #w-node-_7a9a221f-d5a5-afed-5c8f-5eb5ed78e434-af5981a0, #w-node-cb481586-a367-d8d9-1957-5d1e958d9f8a-af5981a0, #w-node-_8c5b2400-73fa-108a-2151-622c952a05fa-af5981a0, #w-node-c2bd528b-43c4-c1f1-f04c-886ec96e67e5-af5981a0, #w-node-_7d0f28b3-1610-2bfd-9e60-d1a4b9ff2509-af5981a0, #w-node-e9c07efd-d729-14d4-5dc4-8120c9394c32-af5981a0, #w-node-_5787d633-eefb-048d-d674-dca7e29a819c-af5981a0, #w-node-_436976c6-c408-ef42-e46a-1bd5154ebab9-af5981a0, #w-node-_8c7fdcae-4bf0-c4c2-6213-79046380033a-af5981a0, #w-node-_2fd13abb-bdbf-03c0-932b-185d1932d5dc-af5981a0, #w-node-_2f3fbdcc-c744-2c0c-aff2-e9f8e03c3fdb-af5981a0, #w-node-_3d936316-dd18-6981-95e5-a2d0fad3e954-af5981a0, #w-node-_0b8a72cb-193f-cc2e-ef19-340b2b26b772-af5981a0, #w-node-ee9a386e-2806-32e0-3a28-c91c24e74ba8-af5981a0, #w-node-_3397cb02-8f2c-8863-37c2-1b72cd534c55-af5981a0, #w-node-_70d4575f-7c69-393f-be38-33961d000032-af5981a0, #w-node-_71885e8f-985a-3fdf-471d-f868bb97e218-af5981a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_623ff0df-e3ac-ec7f-d8a8-d18e77028755-af5981a0 {
  grid-area: 1 / 2 / 11 / 3;
  place-self: stretch start;
}

#w-node-_833bf3c8-8dc3-aead-c72e-de0e4ad5a41b-af5981a0, #w-node-_833bf3c8-8dc3-aead-c72e-de0e4ad5a422-af5981a0, #w-node-_833bf3c8-8dc3-aead-c72e-de0e4ad5a429-af5981a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_22e81f49-5201-b2d2-512c-343bd8e59613-af5981a0 {
  grid-area: 1 / 2 / 3 / 3;
  place-self: stretch start;
}

#w-node-_9ce48566-7a01-840b-6d0f-c322880ec262-af5981a0, #w-node-_9ce48566-7a01-840b-6d0f-c322880ec270-af5981a0, #w-node-d2022358-6d59-63f6-ce2d-4bd69a717cab-af5981a0, #w-node-_9ce48566-7a01-840b-6d0f-c322880ec269-af5981a0, #w-node-_76410b93-393e-9a08-b223-7d8ae055b0dd-af5981a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b28b5ddd-12e4-8c22-1828-362924ccb195-af5981a0 {
  grid-area: 1 / 2 / 4 / 3;
  place-self: stretch start;
}

#w-node-_6657d112-3575-679c-de59-730a0ddf2def-af5981a0, #w-node-_6657d112-3575-679c-de59-730a0ddf2dfd-af5981a0, #w-node-_7e038128-7f58-a327-935f-5561067ff3c2-af5981a0, #w-node-_6657d112-3575-679c-de59-730a0ddf2df6-af5981a0, #w-node-b3035dc6-c0d1-07ff-65f2-7c2e2520d90b-af5981a0, #w-node-_6e7343a8-dd25-8d02-fd0a-abb7bff6b2e0-af5981a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f06fc55c-1930-5c0c-e5f4-567295bca91b-af5981a0 {
  grid-area: 1 / 2 / 4 / 3;
  place-self: stretch start;
}

#w-node-_6657d112-3575-679c-de59-730a0ddf2e05-af5981a0, #w-node-_6657d112-3575-679c-de59-730a0ddf2e1b-af5981a0, #w-node-_873ac639-e3b6-4999-9505-2808e1ea5f8b-af5981a0, #w-node-_6657d112-3575-679c-de59-730a0ddf2e0a-af5981a0, #w-node-d0b16414-b742-3da7-cf12-046efc420e1b-af5981a0, #w-node-_062d6842-0641-4e8c-c14c-287cd96ba04d-af5981a0, #w-node-_6657d112-3575-679c-de59-730a0ddf2e11-af5981a0, #w-node-_6d61e8f7-8415-c8fc-013b-30a738586aba-af5981a0, #w-node-d0459563-297f-54a8-100b-13396396aab2-af5981a0, #w-node-_6657d112-3575-679c-de59-730a0ddf2e16-af5981a0, #w-node-d0abbed8-89d1-9bbc-48fc-f92b4d15ca3a-af5981a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a61cc923-8615-ba6f-1773-5b5846aebcc3-af5981a0 {
  grid-area: 1 / 2 / 7 / 3;
  place-self: stretch start;
}

#w-node-_4aa520c1-c26e-3457-721e-bb6d10243722-af5981a0, #w-node-_4aa520c1-c26e-3457-721e-bb6d10243727-af5981a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3f6894c-b831-6125-e1d0-e34e2025a559-af5981a0 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: stretch start;
}

#w-node-f89e0f80-d20b-e12f-98d5-cc5af279dea6-af5981a0, #w-node-f89e0f80-d20b-e12f-98d5-cc5af279deab-af5981a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b62c12c9-13b1-92c1-7d12-5863b02e04a2-af5981a0 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: stretch start;
}

#w-node-c775c3ed-fdc5-8cf2-2074-a4a128cbf136-af5981a0, #w-node-c775c3ed-fdc5-8cf2-2074-a4a128cbf13d-af5981a0, #w-node-_8665da03-8dc4-29a9-1ecc-f1ff39c2bfea-af5981a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a571a142-87c8-1f81-58b5-b2e4879dec9d-af5981a0 {
  grid-area: 1 / 2 / 3 / 3;
  place-self: stretch start;
}

#w-node-fd1e1cfa-661a-f6fc-97c5-3c473420db39-af5981a2 {
  grid-area: 2 / 2 / 4 / 4;
  align-self: stretch;
}

#w-node-cf4bdf97-cd5a-2a9d-443a-5116cbb0bbe1-af5981a2, #w-node-f9dd960d-7356-d028-32ee-7e26425d742e-af5981a2, #w-node-_979ef9e7-7d0f-7fc6-5619-d06377de5101-af5981a2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_0a134075-bc91-3d1f-9367-01f56ed9435d-af5981a2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_0a134075-bc91-3d1f-9367-01f56ed9437e-af5981a2, #w-node-_0a134075-bc91-3d1f-9367-01f56ed9439e-af5981a2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_434293fa-31a3-8159-030a-f4d63856079d-af5981a2, #w-node-_53dac7ed-d2ac-1469-8fc5-9950cdd2f2c9-af5981a2, #w-node-c5e83620-6826-3b0d-940a-42aded1c9afc-af5981a2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd1e1cfa-661a-f6fc-97c5-3c473420db39-af5981a3 {
  grid-area: 2 / 2 / 4 / 4;
  align-self: stretch;
}

#w-node-_7430642b-71fb-1f9d-5a00-8a680527b6b0-af5981a3 {
  grid-area: span 7 / span 1 / span 7 / span 1;
}

#w-node-dd860e40-b3ac-d9c4-9de1-9c46756d5886-af5981a3 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_7c1000d9-3c08-afe4-46c6-e1fa902d6582-af5981a3 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_8e357686-fef3-04b1-a984-5b538231d396-af5981a3 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-e878fa3e-3d68-bedd-c61b-ee5e9d3d1bdb-af5981a3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0724c513-14f0-bac8-6bf4-ce00a8dd5248-af5981a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_0724c513-14f0-bac8-6bf4-ce00a8dd527f-af5981a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_0724c513-14f0-bac8-6bf4-ce00a8dd529a-af5981a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_0724c513-14f0-bac8-6bf4-ce00a8dd52bb-af5981a3, #w-node-_0724c513-14f0-bac8-6bf4-ce00a8dd52db-af5981a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-fd1e1cfa-661a-f6fc-97c5-3c473420db39-f1449952 {
  grid-area: 2 / 2 / 4 / 4;
  align-self: stretch;
}

#w-node-_7430642b-71fb-1f9d-5a00-8a680527b6b0-f1449952 {
  grid-area: span 6 / span 1 / span 6 / span 1;
}

#w-node-_7c1000d9-3c08-afe4-46c6-e1fa902d6582-f1449952, #w-node-_8e357686-fef3-04b1-a984-5b538231d396-f1449952 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-e878fa3e-3d68-bedd-c61b-ee5e9d3d1bdb-f1449952 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0724c513-14f0-bac8-6bf4-ce00a8dd5248-f1449952 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_0724c513-14f0-bac8-6bf4-ce00a8dd527f-f1449952 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_0724c513-14f0-bac8-6bf4-ce00a8dd529a-f1449952 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_0724c513-14f0-bac8-6bf4-ce00a8dd52bb-f1449952, #w-node-_0724c513-14f0-bac8-6bf4-ce00a8dd52db-f1449952 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

@media screen and (max-width: 767px) {
  #w-node-_5ef7c84d-3827-8aff-d7a2-95d1fb93291a-af59819b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-eacd81d4-84f4-c53a-92da-60e1469d7442-af59819b {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: stretch;
  }

  #w-node-f38e1633-7ce0-d0b0-77e2-a33499914436-af59819b, #w-node-_6325a5bf-c2ad-9376-a8aa-be1487a5fc86-af59819b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3aa2e705-a579-1178-9771-bfcdd2e4409d-af59819b {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-c63c2b6a-ce01-90e7-94b0-1b4c0f309e03-af59819b {
    grid-area: 5 / 2 / 6 / 3;
  }

  #w-node-_2fc00047-ebba-5601-eabf-932966e63d8f-af59819b {
    grid-area: 1 / 1 / 6 / 3;
  }

  #w-node-_688885a8-e2e6-e4e2-5f3f-f75db07ff31b-af59819b {
    grid-area: 7 / 1 / 8 / 3;
  }

  #w-node-bf8ba570-afd6-ca3e-c514-f4c10306f234-af59819b {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-bac6fe91-666b-e806-5995-9a0db8560c19-af59819b {
    grid-area: 1 / 1 / 7 / 2;
    justify-self: center;
  }

  #w-node-_0781dd86-0848-eeaf-3880-d83f71ce18ce-af59819b, #w-node-_69d03feb-c93e-b6e0-e5c0-f9a75939b767-af59819b, #w-node-_6786a317-0c7d-1e69-689c-e25035d50668-af59819b {
    grid-area: Area;
  }

  #w-node-_58f17de3-7e3d-d73a-a0b6-7d608ba10a4a-af59819e, #w-node-a06007b7-ae9b-f619-d6c4-b9c203fd636a-af59819e, #w-node-c794a38a-45ac-c59a-2bbe-4429643048fa-af59819e, #w-node-faf0e202-6a60-3a88-9871-a7bccf70a336-af59819e {
    justify-self: center;
  }

  #w-node-_7d21e313-346c-52de-3ce7-0ec8b3a00174-af59819e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c16e8403-b07a-f871-b3b3-48ade936d76b-af59819e {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-b981ac48-e36f-5f59-4bbc-182aceea49de-af59819e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_610513d3-889b-d8ea-7fae-2961a4c8cd99-af59819e {
    align-self: stretch;
  }

  #w-node-_610513d3-889b-d8ea-7fae-2961a4c8cdae-af59819e {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_610513d3-889b-d8ea-7fae-2961a4c8cdb1-af59819e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_610513d3-889b-d8ea-7fae-2961a4c8cdb4-af59819e {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_610513d3-889b-d8ea-7fae-2961a4c8cdb7-af59819e, #w-node-_5ef7c84d-3827-8aff-d7a2-95d1fb93291a-af5981a0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-eacd81d4-84f4-c53a-92da-60e1469d7442-af5981a0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: stretch;
  }

  #w-node-f38e1633-7ce0-d0b0-77e2-a33499914436-af5981a0, #w-node-_6325a5bf-c2ad-9376-a8aa-be1487a5fc86-af5981a0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3aa2e705-a579-1178-9771-bfcdd2e4409d-af5981a0 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-c63c2b6a-ce01-90e7-94b0-1b4c0f309e03-af5981a0 {
    grid-area: 5 / 2 / 6 / 3;
  }

  #w-node-_2fc00047-ebba-5601-eabf-932966e63d8f-af5981a0 {
    grid-area: 1 / 1 / 6 / 3;
  }

  #w-node-_688885a8-e2e6-e4e2-5f3f-f75db07ff31b-af5981a0 {
    grid-area: 7 / 1 / 8 / 3;
  }

  #w-node-bf8ba570-afd6-ca3e-c514-f4c10306f234-af5981a0 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-bac6fe91-666b-e806-5995-9a0db8560c19-af5981a0 {
    grid-area: 1 / 1 / 7 / 2;
    justify-self: center;
  }

  #w-node-_0781dd86-0848-eeaf-3880-d83f71ce18ce-af5981a0, #w-node-_69d03feb-c93e-b6e0-e5c0-f9a75939b767-af5981a0, #w-node-_6786a317-0c7d-1e69-689c-e25035d50668-af5981a0 {
    grid-area: Area;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a1e93ba0-1050-d552-52bb-acd009f3351d-af59819a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6db4a5e9-c949-c156-a543-2b69af17e50a-af59819b {
    grid-area: 3 / 1 / 4 / 4;
    align-self: stretch;
  }

  #w-node-_5ef7c84d-3827-8aff-d7a2-95d1fb93291a-af59819b, #w-node-_6325a5bf-c2ad-9376-a8aa-be1487a5fc86-af59819b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c63c2b6a-ce01-90e7-94b0-1b4c0f309e03-af59819b, #w-node-c63c2b6a-ce01-90e7-94b0-1b4c0f309e04-af59819b {
    place-self: stretch stretch;
  }

  #w-node-_688885a8-e2e6-e4e2-5f3f-f75db07ff31b-af59819b {
    grid-row: 7 / 8;
  }

  #w-node-bf8ba570-afd6-ca3e-c514-f4c10306f234-af59819b {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-fd1e1cfa-661a-f6fc-97c5-3c473420db39-af59819c, #w-node-fd1e1cfa-661a-f6fc-97c5-3c473420db39-af59819e, #w-node-e1ec51d2-0710-31e3-291e-1c7363f046ae-af59819f, #w-node-_6db4a5e9-c949-c156-a543-2b69af17e50a-af5981a0 {
    grid-area: 3 / 1 / 4 / 4;
    align-self: stretch;
  }

  #w-node-_5ef7c84d-3827-8aff-d7a2-95d1fb93291a-af5981a0, #w-node-_6325a5bf-c2ad-9376-a8aa-be1487a5fc86-af5981a0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_688885a8-e2e6-e4e2-5f3f-f75db07ff31b-af5981a0 {
    grid-row: 7 / 8;
  }

  #w-node-bf8ba570-afd6-ca3e-c514-f4c10306f234-af5981a0 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-fd1e1cfa-661a-f6fc-97c5-3c473420db39-af5981a2, #w-node-fd1e1cfa-661a-f6fc-97c5-3c473420db39-af5981a3 {
    grid-area: 3 / 1 / 4 / 4;
    align-self: stretch;
  }

  #w-node-_6f4c9d64-dcce-6d3c-014e-5b5ee15e330b-af5981a3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6f4c9d64-dcce-6d3c-014e-5b5ee15e330e-af5981a3 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_6f4c9d64-dcce-6d3c-014e-5b5ee15e3310-af5981a3 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_6f4c9d64-dcce-6d3c-014e-5b5ee15e3312-af5981a3 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-_6f4c9d64-dcce-6d3c-014e-5b5ee15e3314-af5981a3 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_6f4c9d64-dcce-6d3c-014e-5b5ee15e3316-af5981a3 {
    grid-area: 6 / 2 / 7 / 3;
  }

  #w-node-_6f4c9d64-dcce-6d3c-014e-5b5ee15e3318-af5981a3 {
    grid-area: 7 / 1 / 8 / 3;
  }

  #w-node-_6f4c9d64-dcce-6d3c-014e-5b5ee15e331a-af5981a3 {
    grid-area: 9 / 1 / 10 / 2;
  }

  #w-node-_6f4c9d64-dcce-6d3c-014e-5b5ee15e331c-af5981a3 {
    grid-area: 9 / 2 / 10 / 3;
  }

  #w-node-_6f4c9d64-dcce-6d3c-014e-5b5ee15e331e-af5981a3 {
    grid-area: 10 / 1 / 11 / 3;
  }

  #w-node-_6f4c9d64-dcce-6d3c-014e-5b5ee15e3320-af5981a3 {
    grid-area: 12 / 1 / 13 / 2;
  }

  #w-node-_6f4c9d64-dcce-6d3c-014e-5b5ee15e3322-af5981a3 {
    grid-area: 12 / 2 / 13 / 3;
  }

  #w-node-_6f4c9d64-dcce-6d3c-014e-5b5ee15e3324-af5981a3 {
    grid-area: 13 / 1 / 14 / 3;
  }

  #w-node-_6f4c9d64-dcce-6d3c-014e-5b5ee15e3326-af5981a3 {
    grid-area: 15 / 1 / 16 / 2;
  }

  #w-node-_6f4c9d64-dcce-6d3c-014e-5b5ee15e3328-af5981a3 {
    grid-area: 15 / 2 / 16 / 2;
  }

  #w-node-_6f4c9d64-dcce-6d3c-014e-5b5ee15e332a-af5981a3 {
    grid-area: 16 / 1 / 17 / 3;
  }

  #w-node-_4f4930f8-5666-c573-0ce4-4dfd865bd1ab-af5981a3 {
    grid-area: 18 / 1 / 19 / 2;
  }

  #w-node-_05a564fb-758f-5f96-e5ca-073c4c285231-af5981a3 {
    grid-area: 18 / 2 / 19 / 2;
  }

  #w-node-_39c57508-248f-6e0b-632d-892eda10b987-af5981a3 {
    grid-area: 19 / 1 / 20 / 3;
  }

  #w-node-_1c9c050c-8263-e346-6d6e-7e293606c03b-af5981a3 {
    grid-area: 21 / 1 / 22 / 2;
  }

  #w-node-_28593e21-9b61-4459-4c81-245a8e2d9666-af5981a3 {
    grid-area: 21 / 2 / 22 / 2;
  }

  #w-node-_92ea0353-0681-e423-0613-52bdc336f35a-af5981a3 {
    grid-area: 22 / 1 / 23 / 3;
  }

  #w-node-e878fa3e-3d68-bedd-c61b-ee5e9d3d1bdb-af5981a3 {
    grid-area: 24 / 1 / 25 / 3;
  }

  #w-node-_36c44a43-564a-d994-a7ff-e14cc57c2f52-af5981a3 {
    grid-area: 25 / 1 / 26 / 3;
  }

  #w-node-fd1e1cfa-661a-f6fc-97c5-3c473420db39-f1449952 {
    grid-area: 3 / 1 / 4 / 4;
    align-self: stretch;
  }

  #w-node-_6f4c9d64-dcce-6d3c-014e-5b5ee15e330b-f1449952 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6f4c9d64-dcce-6d3c-014e-5b5ee15e330e-f1449952 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_6f4c9d64-dcce-6d3c-014e-5b5ee15e3310-f1449952 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_6f4c9d64-dcce-6d3c-014e-5b5ee15e3312-f1449952 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-_6f4c9d64-dcce-6d3c-014e-5b5ee15e3314-f1449952 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_6f4c9d64-dcce-6d3c-014e-5b5ee15e3316-f1449952 {
    grid-area: 6 / 2 / 7 / 3;
  }

  #w-node-_6f4c9d64-dcce-6d3c-014e-5b5ee15e3318-f1449952 {
    grid-area: 7 / 1 / 8 / 3;
  }

  #w-node-_6f4c9d64-dcce-6d3c-014e-5b5ee15e331a-f1449952 {
    grid-area: 9 / 1 / 10 / 2;
  }

  #w-node-_6f4c9d64-dcce-6d3c-014e-5b5ee15e331c-f1449952 {
    grid-area: 9 / 2 / 10 / 3;
  }

  #w-node-_6f4c9d64-dcce-6d3c-014e-5b5ee15e331e-f1449952 {
    grid-area: 10 / 1 / 11 / 3;
  }

  #w-node-_6f4c9d64-dcce-6d3c-014e-5b5ee15e3320-f1449952 {
    grid-area: 12 / 1 / 13 / 2;
  }

  #w-node-_6f4c9d64-dcce-6d3c-014e-5b5ee15e3322-f1449952 {
    grid-area: 12 / 2 / 13 / 3;
  }

  #w-node-_6f4c9d64-dcce-6d3c-014e-5b5ee15e3324-f1449952 {
    grid-area: 13 / 1 / 14 / 3;
  }

  #w-node-_6f4c9d64-dcce-6d3c-014e-5b5ee15e3326-f1449952 {
    grid-area: 15 / 1 / 16 / 2;
  }

  #w-node-_6f4c9d64-dcce-6d3c-014e-5b5ee15e3328-f1449952 {
    grid-area: 15 / 2 / 16 / 2;
  }

  #w-node-_6f4c9d64-dcce-6d3c-014e-5b5ee15e332a-f1449952 {
    grid-area: 16 / 1 / 17 / 3;
  }

  #w-node-_4f4930f8-5666-c573-0ce4-4dfd865bd1ab-f1449952 {
    grid-area: 18 / 1 / 19 / 2;
  }

  #w-node-_05a564fb-758f-5f96-e5ca-073c4c285231-f1449952 {
    grid-area: 18 / 2 / 19 / 2;
  }

  #w-node-_39c57508-248f-6e0b-632d-892eda10b987-f1449952 {
    grid-area: 19 / 1 / 20 / 3;
  }

  #w-node-_1c9c050c-8263-e346-6d6e-7e293606c03b-f1449952 {
    grid-area: 21 / 1 / 22 / 2;
  }

  #w-node-_28593e21-9b61-4459-4c81-245a8e2d9666-f1449952 {
    grid-area: 21 / 2 / 22 / 2;
  }

  #w-node-_92ea0353-0681-e423-0613-52bdc336f35a-f1449952 {
    grid-area: 22 / 1 / 23 / 3;
  }

  #w-node-e878fa3e-3d68-bedd-c61b-ee5e9d3d1bdb-f1449952 {
    grid-area: 24 / 1 / 25 / 3;
  }

  #w-node-_36c44a43-564a-d994-a7ff-e14cc57c2f52-f1449952 {
    grid-area: 25 / 1 / 26 / 3;
  }

  #w-node-b8aeb114-925b-37bb-a91b-bb1a301884b8-f1449952 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b8aeb114-925b-37bb-a91b-bb1a301884bb-f1449952 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-b8aeb114-925b-37bb-a91b-bb1a301884bd-f1449952 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-b8aeb114-925b-37bb-a91b-bb1a301884bf-f1449952 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-b8aeb114-925b-37bb-a91b-bb1a301884c1-f1449952 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-b8aeb114-925b-37bb-a91b-bb1a301884c3-f1449952 {
    grid-area: 6 / 2 / 7 / 3;
  }

  #w-node-b8aeb114-925b-37bb-a91b-bb1a301884c5-f1449952 {
    grid-area: 7 / 1 / 8 / 3;
  }

  #w-node-b8aeb114-925b-37bb-a91b-bb1a301884c7-f1449952 {
    grid-area: 9 / 1 / 10 / 2;
  }

  #w-node-b8aeb114-925b-37bb-a91b-bb1a301884c9-f1449952 {
    grid-area: 9 / 2 / 10 / 3;
  }

  #w-node-b8aeb114-925b-37bb-a91b-bb1a301884cb-f1449952 {
    grid-area: 10 / 1 / 11 / 3;
  }

  #w-node-b8aeb114-925b-37bb-a91b-bb1a301884cd-f1449952 {
    grid-area: 12 / 1 / 13 / 2;
  }

  #w-node-b8aeb114-925b-37bb-a91b-bb1a301884cf-f1449952 {
    grid-area: 12 / 2 / 13 / 3;
  }

  #w-node-b8aeb114-925b-37bb-a91b-bb1a301884d1-f1449952 {
    grid-area: 13 / 1 / 14 / 3;
  }

  #w-node-b8aeb114-925b-37bb-a91b-bb1a301884d3-f1449952 {
    grid-area: 15 / 1 / 16 / 2;
  }

  #w-node-b8aeb114-925b-37bb-a91b-bb1a301884d5-f1449952 {
    grid-area: 15 / 2 / 16 / 2;
  }

  #w-node-b8aeb114-925b-37bb-a91b-bb1a301884d7-f1449952 {
    grid-area: 16 / 1 / 17 / 3;
  }
}


@font-face {
  font-family: 'Yakuhanjps';
  src: url('../fonts/YakuHanJPs-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Yakuhanjps';
  src: url('../fonts/YakuHanJPs-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir Book';
  src: url('../fonts/Avenir-Book.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/Avenir-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/Avenir-Heavy.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Noto Sans JP';
  src: url('../fonts/NotoSansCJKjp-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Noto Sans JP';
  src: url('../fonts/NotoSansCJKjp-DemiLight.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Noto Sans JP';
  src: url('../fonts/NotoSansCJKjp-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/Avenir-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}