:root {
  --logo: #5e5e5e;
  --grey: #7e7e7e;
  --dark-khaki: #b6b972;
  --peru: #9c7e63;
  --dark-sea-green: #72b991;
  --dark-grey: #a29a9a;
  --light-coral: #f56464;
  --sea-green: #639c7e;
  --black: #000000a3;
  --medium-aquamarine: #73dfa2de;
  --khaki: #fffd87;
}

.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-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

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

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

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

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

.div-block {
  background-color: #ececec;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 171px;
  margin-left: 0;
  padding: 5px 10px 10px;
  display: flex;
  position: static;
}

.div-block-2 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: auto;
  height: 60px;
  margin-bottom: 8px;
  padding-bottom: 0;
  display: block;
}

.cata {
  color: var(--logo);
  padding-left: 20px;
  padding-right: 20px;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  text-decoration: none;
}

.cata.web {
  color: #fff;
  margin-bottom: 0;
  padding-bottom: 5px;
  padding-left: 0;
  padding-right: 0;
  font-size: 40px;
  line-height: 45px;
  transition: all .35s;
}

.cata.web:hover {
  color: #1d1d1d;
}

.category {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-3 {
  width: 120px;
  height: 30px;
}

.div-block-4 {
  background-color: #81bbbe;
  height: 2px;
}

.line {
  background-color: #f4ffa1;
  width: 0;
  height: 2px;
}

.n_1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 100px;
  margin-top: 0;
  display: flex;
}

.image {
  z-index: 5;
  max-width: 100%;
  padding-bottom: 7px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  inset: 1% auto auto 1%;
  overflow: visible;
}

.div-block-5 {
  z-index: 5;
  background-color: #7c7c7c;
  width: auto;
  max-width: none;
  height: auto;
  position: relative;
}

.logo_back {
  background-color: #000;
  justify-content: flex-start;
  align-items: center;
  width: 320px;
  height: 80px;
  display: flex;
}

.top_1 {
  z-index: 5;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.div-block-6 {
  cursor: pointer;
  border: 1px #000;
  width: 60px;
  height: 60px;
  margin-top: 14px;
  margin-left: 10px;
}

.into_menu {
  z-index: 5;
  background-color: #4edad5;
  background-image: url('../images/navi_back.jpg');
  background-position: 50% 0;
  background-size: cover;
  flex-flow: wrap;
  place-content: center;
  align-items: center;
  max-width: 100%;
  height: 100vh;
  margin-top: 0;
  margin-left: -100%;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.section {
  background-color: #ff6565;
}

.background-video {
  z-index: 0;
  height: 100vh;
  position: relative;
  inset: 0% 0% auto;
}

.section-2 {
  z-index: 0;
  background-color: var(--grey);
  height: 100vh;
  margin-top: auto;
  position: static;
}

.section-3 {
  z-index: 2;
  background-color: #0000;
  border-radius: 0;
  height: 100vh;
  margin-top: 0;
  position: relative;
  top: auto;
  overflow: hidden;
}

.navbar {
  position: fixed;
  inset: 0%;
}

.brand-2 {
  position: relative;
}

.background-video-2 {
  z-index: -2;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: fixed;
  inset: 0%;
}

.heading {
  color: #0000;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #fff;
  margin-top: 0;
  margin-left: -23px;
  font-family: Open Sans, sans-serif;
  font-size: 300px;
  line-height: 250px;
  overflow: visible;
}

.div-block-7 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  max-width: 100%;
  height: 100vh;
  margin-top: 0;
  padding-left: 17px;
  display: flex;
}

.heading-2 {
  color: #fff;
  font-size: 30px;
}

.heading-3 {
  color: #ffffffab;
}

.div-block-8 {
  background-color: #0000;
  border-radius: 50%;
  width: 400px;
  height: 400px;
  margin-left: -37px;
  overflow: hidden;
}

.grid {
  z-index: 0;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto auto auto auto auto;
  grid-template-columns: minmax(200px, 1fr) 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: column;
  height: auto;
  position: relative;
  inset: 0% 0% auto;
}

.background-video-3 {
  overflow: visible;
}

.section-4 {
  position: absolute;
  inset: 0% 0% auto;
  overflow: visible;
}

.div-block-9 {
  width: 200px;
  height: 200px;
}

.navbar-2 {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-menu {
  flex-direction: row;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
}

.nav-link {
  text-align: center;
  background-color: #0000;
  margin-top: 61px;
  padding-top: 20px;
  font-size: 20px;
  line-height: 30px;
}

.nav-link:hover {
  color: #e25858;
}

.nav-link-2, .nav-link-3 {
  text-align: center;
  font-size: 20px;
  line-height: 30px;
}

.link-block {
  width: 300px;
  height: 80px;
  margin-left: 12px;
}

.menu-button {
  width: 80px;
}

.m_1 {
  background-color: #fff;
  width: 40px;
  height: 3px;
  padding-left: 0;
}

.menu {
  z-index: 20;
  grid-column-gap: 20px;
  grid-row-gap: 10px;
  color: #fff;
  cursor: pointer;
  background-color: #0000008f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin-top: 0;
  display: flex;
  position: sticky;
}

.top_menu {
  z-index: 20;
  color: #f8f8f8;
  background-color: #0000;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  height: 80px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: sticky;
  inset: 0% 0% auto;
  overflow: hidden;
}

.m_2 {
  background-color: #fff;
  width: 40px;
  height: 3px;
}

.image-2 {
  margin-top: 5px;
  display: none;
}

.section-5 {
  z-index: 0;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
  position: static;
}

.background-video-4 {
  z-index: 0;
  height: 100vh;
  display: block;
  position: static;
}

.section-6 {
  z-index: 100;
  background-color: #0000;
  height: auto;
  display: block;
  position: absolute;
  inset: 0%;
}

.columns {
  height: 100vh;
}

.column, .column-2 {
  background-color: #000;
  height: 100vh;
}

.div-block-11 {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Ubuntu, Helvetica, sans-serif;
  display: flex;
  position: fixed;
  inset: 0%;
}

.heading-4 {
  color: #0000;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  justify-content: center;
  align-items: center;
  font-size: 400px;
  line-height: 300px;
  display: flex;
}

.div-block-12 {
  z-index: 12;
  height: auto;
  margin-top: -880px;
  position: relative;
}

.section-7 {
  background-color: #0000;
  height: 100vh;
  position: relative;
}

.grid-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
}

.div-block-13 {
  height: 100vh;
}

.background-video-5 {
  height: 135vh;
}

.navi_board {
  z-index: 10;
  opacity: 1;
  background-color: #d3bbbb;
  background-image: url('../images/navi_back.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 100vh;
  margin-left: -100%;
  display: block;
  position: fixed;
  inset: 0%;
}

.grid-3 {
  grid-row-gap: 17px;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.div-block-15 {
  height: 100px;
}

.background-video-6 {
  height: 10vh;
}

.container {
  background-color: #cca6a6;
  height: 300px;
}

.div-block-16 {
  background-color: #000;
  height: 300px;
}

.section-8 {
  z-index: 4;
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  margin: 61px 0% 0%;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
  position: static;
  inset: 0% 0% auto;
  overflow: visible;
}

.background-video-7 {
  height: 100vh;
}

.image-3 {
  margin-left: -10%;
}

.container-2 {
  background-color: #00000078;
  overflow: visible;
}

.image-4 {
  margin-top: -75px;
}

.image-5 {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
  display: block;
}

.div-block-17 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: -248px;
  display: flex;
}

.div-block-18 {
  z-index: 5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 500px;
  margin-top: -561px;
  padding-left: 0;
  display: flex;
  position: relative;
}

.background-video-8 {
  width: 250px;
  margin-top: 0;
  padding-top: 33px;
}

.background-video-9 {
  margin-top: 19px;
  margin-left: -90px;
  padding-left: 0;
  overflow: visible;
}

.div-block-19 {
  width: 160px;
  height: 100px;
  margin-top: -272px;
  overflow: hidden;
}

.background-video-10 {
  z-index: 3;
  width: 450px;
  height: 100px;
  margin-top: 0;
  margin-right: -4px;
  padding-left: 5px;
  padding-right: 0;
  overflow: visible;
}

.background-video-11 {
  z-index: 0;
  height: 100vh;
  position: static;
}

.image-6 {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: block;
  position: relative;
}

.div-block-20 {
  flex-direction: column;
  align-items: center;
  width: auto;
  margin-top: 0;
  display: flex;
  position: static;
}

.image-7 {
  width: auto;
  max-width: none;
  padding-left: 0%;
  padding-right: 0%;
}

.section-9 {
  z-index: -3;
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  height: 300px;
  margin-top: 0;
  display: block;
  position: relative;
  inset: 32% 0% 0%;
}

.div-block-21 {
  background-color: #000;
  height: 50px;
}

.grid-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.black {
  background-color: #000;
  height: 40px;
}

.led {
  background-color: #9e1b1b;
  height: 40px;
}

.container-3 {
  max-width: none;
  height: auto;
  margin-top: 0;
}

.div-block-22 {
  width: 100%;
  height: 500px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container-4 {
  margin-top: 0;
  display: block;
}

.image-7-sma {
  width: auto;
  max-width: none;
  padding-left: 5%;
  padding-right: 5%;
  display: none;
}

.rise {
  z-index: 4;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin: 61px 0% 0;
  padding-bottom: 137px;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
  position: static;
  inset: 0% 0% auto;
  overflow: visible;
}

.grid-5 {
  z-index: -3;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  margin-left: 0%;
  margin-right: 0%;
  display: grid;
  position: static;
  inset: 0%;
}

.d_1 {
  background-image: url('../images/p1_1.avif');
  background-position: 50%;
  background-size: cover;
  height: 300px;
}

.d_2 {
  background-image: url('../images/DTP2_1.avif');
  background-position: 50%;
  background-size: cover;
}

.d_3 {
  background-image: url('../images/mune.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 90%;
  height: 90%;
  margin-top: 0;
}

.d_4 {
  height: auto;
}

.back_photo {
  z-index: -3;
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  height: 100vh;
  margin-top: 0;
  display: block;
  position: absolute;
  inset: 0%;
}

.background-video-13 {
  height: 250px;
}

.background-video-14 {
  height: auto;
}

.background-video-15 {
  height: 250px;
}

.d_5 {
  background-image: url('../images/danap11.jpg');
  background-position: 50%;
  background-size: cover;
}

.d_7 {
  height: auto;
}

.d_8 {
  background-image: url('../images/cc_nazo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 90%;
  min-width: auto;
  max-width: none;
  height: 90%;
  min-height: auto;
  max-height: none;
  margin-left: auto;
  margin-right: auto;
}

.d_11 {
  background-image: url('../images/strosa.jpg');
  background-position: 50%;
  background-size: cover;
  height: 300px;
}

.d_12 {
  background-image: url('../images/DSC_30631-2.jpg');
  background-position: 50%;
  background-size: cover;
  margin-top: 0;
}

.background-video-16, .background-video-17, .image-8, .image-9, .image-10, .image-11, .image-12 {
  height: 250px;
}

.background-video-18 {
  height: 300px;
}

.section-10 {
  height: auto;
  margin-top: 561px;
}

.background-video-19, .background-video-20, .background-video-21, .background-video-22 {
  height: 300px;
}

.image-13 {
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.grid-5_sma {
  z-index: -3;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 0;
  margin-left: 0%;
  margin-right: 0%;
  display: block;
  position: static;
  inset: 0%;
}

.back_photo-copy {
  z-index: -3;
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  height: 300px;
  margin-top: 0;
  display: block;
  position: absolute;
  inset: 0%;
}

.sma_back {
  display: none;
}

.section-11 {
  background-color: #0000;
  height: 600px;
  margin-top: 207px;
}

.top_2 {
  height: auto;
  margin-top: 173px;
  padding-bottom: 100px;
  text-decoration: none;
}

.heading-5 {
  color: #ffffffc4;
  text-align: center;
  margin-top: -512px;
  padding-bottom: 60px;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 200px;
  font-weight: 900;
  line-height: 160px;
  overflow: visible;
}

.div-block-23 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-6 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-left: 0%;
  padding-left: 5%;
  padding-right: 5%;
}

.paragraph {
  color: var(--dark-khaki);
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 24px;
  line-height: 35px;
  text-decoration: none;
}

.paragraph:hover {
  color: var(--dark-khaki);
}

.div-block-24 {
  width: 300px;
  height: auto;
}

.div-block-25 {
  text-align: center;
  margin-top: 143px;
  position: relative;
  overflow: visible;
}

.lottie-animation-2 {
  width: 300px;
  margin: -89px auto 0;
  padding-bottom: 0;
}

.work_lavel {
  background-color: #0000;
  height: auto;
  margin-top: -58px;
}

.grid-7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
}

.grid-8 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.div-block-26 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 200px;
  transition: all .5s;
  display: flex;
}

.div-block-27 {
  flex-direction: column;
  align-items: center;
  font-family: Noto Sans JP, sans-serif;
  display: flex;
}

.div-block-28, .div-block-29, .div-block-30 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.heading-6 {
  color: #fff;
  font-family: Noto Sans JP, sans-serif;
  font-size: 70px;
  font-weight: 900;
  line-height: 70px;
}

.work_all {
  color: #fff;
  text-align: center;
  margin-top: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 70px;
  font-weight: 900;
  line-height: 70px;
  text-decoration: none;
}

.button {
  background-image: url('../images/web_p.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 300px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 70px;
  font-weight: 900;
  display: flex;
}

.button:hover {
  color: red;
  background-image: linear-gradient(#00000026, #00000026), url('../images/web_p.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.button-_2 {
  background-image: url('../images/movie_p_1.avif');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 300px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 70px;
  font-weight: 900;
  display: flex;
}

.button-_2:hover {
  color: #6aff00;
  background-image: linear-gradient(#0003, #0003), url('../images/movie_p_1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.button-_3 {
  background-image: url('../images/brand_p_1.avif');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 300px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 70px;
  font-weight: 900;
  display: flex;
}

.button-_3:hover {
  color: #00fbff;
  background-image: linear-gradient(#0003, #0003), url('../images/brand_p_1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.button-_4 {
  background-image: url('../images/photo_p_1.avif');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 300px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 70px;
  font-weight: 900;
  display: flex;
}

.button-_4:hover {
  color: #c770ca;
  background-image: linear-gradient(#0003, #0003), url('../images/photo_p_1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.button-_5 {
  background-image: url('../images/ill_p.jpg');
  background-position: 50% 0;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 360px;
  margin-top: 50px;
  padding-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 70px;
  font-weight: 900;
  display: flex;
}

.button-_5:hover {
  color: #fbff00;
  background-image: linear-gradient(#0003, #0003), url('../images/ill_p.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.company_profile {
  background-image: url('../images/998_rise_1.avif');
  background-position: 50%;
  background-size: cover;
  border: 15px solid #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 700px;
  margin-top: 0;
  display: flex;
}

.background-video-23 {
  z-index: 0;
  height: 500px;
  margin-top: -18px;
  position: relative;
}

.background-video-23.sma {
  display: none;
}

.link {
  color: var(--dark-khaki);
  text-decoration: none;
}

.link:hover {
  color: var(--grey);
}

.link-2 {
  color: var(--dark-khaki);
  text-decoration: none;
}

.link-2:hover {
  color: var(--peru);
}

.link-3 {
  color: var(--dark-khaki);
  text-decoration: none;
}

.link-3:hover {
  color: var(--peru);
}

.link-4, .link-5 {
  color: var(--dark-khaki);
  text-decoration: none;
}

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

.div-block-31 {
  width: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

.heading-7 {
  color: var(--peru);
  text-align: center;
  margin-top: 187px;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 45px;
}

.paragraph-2 {
  color: var(--dark-khaki);
  text-align: center;
}

.div-block-32 {
  width: 1200px;
  margin-top: 31px;
  margin-left: auto;
  margin-right: auto;
}

.lottie-animation-3 {
  width: 1200px;
}

.lottie-animation-4 {
  width: 1000px;
  display: block;
  overflow: visible;
}

.container-5 {
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 30px;
  display: flex;
}

.heading-8 {
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 40px;
  font-size: 70px;
  line-height: 80px;
}

.div-block-33 {
  border: 1px solid #000;
}

.company_profile_bottom {
  backface-visibility: visible;
  perspective: none;
  color: #fff;
  border: 1px solid #fff;
  padding: 40px 100px;
  font-size: 50px;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
  transform: skew(0deg);
}

.company_profile_bottom:hover {
  perspective: none;
  background-color: #92626282;
  transform: scale(1.05);
}

.background-video-24 {
  background-image: linear-gradient(#00000052, #00000052);
  height: 800px;
}

.footer {
  color: var(--logo);
  background-image: linear-gradient(to top, #7e7e7e78, #fff 19%);
  height: auto;
}

.div-block-34 {
  flex-direction: column;
  align-items: center;
  width: 400px;
  margin-top: 255px;
  display: block;
}

.container-6 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-3 {
  text-align: center;
  margin-top: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 15px;
}

.paragraph-4 {
  border-bottom: 1px dotted var(--grey);
  text-align: center;
  margin-top: 40px;
  margin-bottom: 5px;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.paragraph-5 {
  color: #fff;
  text-align: center;
  margin-top: 58px;
  margin-bottom: 40px;
  font-family: Varela Round, sans-serif;
  font-size: 12px;
}

.link-block-2 {
  width: 100%;
  height: 5px;
}

.button-2 {
  text-align: center;
  background-color: #72acb9;
  width: 100%;
  margin-bottom: 33px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 18px;
  font-weight: 700;
  transition: all .4s;
}

.button-2:hover {
  background-color: #64838a;
}

.div-block-35 {
  align-items: center;
  display: flex;
  overflow: visible;
}

.slider {
  flex-direction: row;
  align-items: flex-start;
  height: auto;
  display: flex;
}

.h_1 {
  background-color: #0000;
  width: 100%;
  height: auto;
  margin-left: 0;
  padding-left: 0;
  overflow: visible;
}

.sil_font {
  font-size: 100px;
  line-height: 100px;
}

.work_lavel_2 {
  background-color: #0000;
  height: auto;
  margin-top: 201px;
}

.grid-77 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  margin-top: 0;
}

.link-block-3 {
  width: 100%;
  height: 300px;
}

.div-block-36 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 300px;
  margin-top: 0;
  padding-top: 0;
  display: flex;
  position: relative;
}

.link-block-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 300px;
  margin-top: 0;
  text-decoration: none;
  display: flex;
  position: static;
}

.div-block-37 {
  background-color: red;
  background-image: url('../images/web_p.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  line-height: 30px;
  display: block;
}

.div-block-3-copy {
  background-color: #000000d9;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 300px;
  margin-top: 0;
  margin-left: 0%;
  line-height: 30px;
  display: flex;
}

.paragraph-6 {
  color: #fff;
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: -28px auto 0;
  font-size: 40px;
  line-height: 50px;
  display: block;
}

.heading-9 {
  color: #fff;
  width: auto;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  line-height: 70px;
  position: relative;
  top: 37px;
}

.link-block-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 300px;
  margin-top: 0;
  text-decoration: none;
  display: flex;
}

.div_movie {
  background-color: red;
  background-image: url('../images/movie_p_1.avif');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  line-height: 30px;
  display: block;
  position: static;
  inset: auto;
}

.div_web {
  background-color: red;
  background-image: url('../images/web_p.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  line-height: 30px;
  display: block;
  position: relative;
}

.div-block-3-copy-copy {
  background-color: #a2757585;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 300px;
  margin-top: 0;
  margin-left: 0%;
  line-height: 30px;
  display: flex;
}

.div-block-3_3 {
  background-color: #8fa27585;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 300px;
  margin-top: 0;
  margin-left: 0%;
  line-height: 30px;
  display: flex;
}

.div_graph {
  background-color: red;
  background-image: url('../images/brand_p_1.avif');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: auto;
  line-height: 30px;
  display: block;
  position: relative;
}

.div_photo {
  background-color: red;
  background-image: url('../images/photo_p_1.avif');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  line-height: 30px;
  display: block;
}

.link-block-6 {
  border: 1px solid #fff;
  width: 600px;
  height: 100px;
}

.div-block-38 {
  background-color: #0009;
  border-bottom: 0 #fff;
  width: 0;
  height: 100px;
}

.heading-10 {
  color: #fff;
  margin-top: -74px;
  font-size: 40px;
  position: relative;
}

.section-12 {
  background-color: var(--dark-khaki);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.heading-11 {
  color: #fff;
  margin-top: -448px;
  margin-left: auto;
  margin-right: auto;
  font-family: Oswald, sans-serif;
  font-size: 200px;
  position: relative;
}

.image-14 {
  margin-top: -550px;
  padding-top: 201px;
}

.section-13 {
  height: 500px;
}

.paragraph-7 {
  color: #c22d2d;
  text-align: justify;
  margin-top: 220px;
  padding-left: 0;
  padding-right: 0;
  font-size: 30px;
  line-height: 45px;
  text-decoration: none;
}

.div-block-39 {
  width: 800px;
  height: auto;
  margin-top: 0;
}

.link-6 {
  color: red;
  text-decoration: none;
}

.slider-2 {
  height: 800px;
}

.slide {
  background-image: url('../images/DSC_30631-2.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/danap11.jpg');
  background-position: 0 0;
  background-size: cover;
}

.div-block-40 {
  background-color: var(--logo);
  width: 70px;
  height: 5px;
  margin-top: 27px;
}

.div-block-41 {
  background-color: var(--peru);
  width: 70px;
  height: 5px;
  margin-top: 37px;
}

.div-block-42 {
  flex-direction: column;
  justify-content: space-between;
  height: auto;
  margin-top: 12px;
  display: flex;
}

.link-block6, .link-block-7 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 300px;
  margin-top: 0;
  text-decoration: none;
  display: flex;
}

.grid-78 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.div-block-43 {
  background-image: url('../images/web_p.jpg');
  background-position: 0 0;
  background-size: cover;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 300px;
  display: block;
}

.link-block-8 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div43_black {
  color: #fff;
  background-color: #000000c7;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 10px;
  height: 300px;
  display: flex;
}

.heading-12 {
  color: var(--dark-khaki);
  text-align: center;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: transparent;
  text-decoration: none;
}

.text-block {
  outline-offset: 0px;
  color: #fff;
  text-align: center;
  object-fit: fill;
  outline: 3px #fff;
  margin-top: -192px;
  margin-bottom: 132px;
  font-size: 70px;
  font-style: normal;
  text-decoration: none;
  position: relative;
  overflow: visible;
}

.text-span {
  opacity: 1;
}

.heading-13 {
  direction: ltr;
  color: #fff;
  text-align: center;
  -webkit-text-stroke-color: transparent;
  text-transform: none;
  white-space: normal;
  margin-top: -167px;
  margin-bottom: 56px;
  font-family: Zen Antique, sans-serif;
  font-size: 45px;
  font-weight: 400;
  text-decoration: none;
  overflow: visible;
}

.link-7 {
  text-decoration: none;
}

.link-block-9 {
  background-color: var(--logo);
  color: var(--logo);
  background-image: url('../images/web_p.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 400px;
  display: flex;
}

.heading-14 {
  color: #fff;
  font-family: PT Sans, sans-serif;
  font-size: 65px;
  font-weight: 400;
  text-decoration: underline;
  display: block;
}

.div-block-44 {
  background-color: #000000c9;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 0%;
  display: flex;
}

.link-movie {
  background-color: var(--logo);
  color: var(--logo);
  background-image: url('../images/movie_p_1.avif');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 400px;
  display: flex;
}

.link-web {
  background-color: var(--logo);
  color: var(--logo);
  background-image: url('../images/web_p.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 400px;
  display: flex;
}

.columns-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 0;
  display: flex;
}

.columns-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.link-brand {
  background-color: var(--logo);
  color: var(--logo);
  background-image: url('../images/brand_p_1.avif');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 400px;
  display: flex;
}

.link-photo {
  background-color: var(--logo);
  color: var(--logo);
  background-image: url('../images/photo_p_1.avif');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 400px;
  display: flex;
}

.column-3 {
  padding-left: 20px;
  padding-right: 10px;
}

.lottie-animation-5 {
  width: 85px;
}

.link-block-10 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-8 {
  color: var(--peru);
  margin-top: -20px;
  margin-bottom: 40px;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 18px;
  text-decoration: underline;
}

.div-block-45 {
  border-left: 1px solid #fff;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  margin-left: 0;
  display: flex;
}

.link-8 {
  color: #fff;
  padding-bottom: 20px;
  padding-left: 89px;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 60px;
  font-weight: 900;
  line-height: 70px;
  text-decoration: none;
  transition: all .425s cubic-bezier(.165, .84, .44, 1);
}

.link-8:hover {
  color: var(--dark-sea-green);
  transform: translate(12px);
}

.link-8.w--current {
  font-size: 60px;
}

.link-profile {
  color: #fff;
  padding-bottom: 20px;
  padding-left: 89px;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 40px;
  font-weight: 900;
  line-height: 80px;
  text-decoration: none;
  transition: all .55s cubic-bezier(.165, .84, .44, 1);
}

.link-profile:hover {
  color: #f9ff86;
  transform: translate(12px);
}

.link-profile.w--current {
  margin-left: 0;
}

.div-block-46 {
  height: 150px;
}

.div-block-47 {
  width: 200px;
}

.grid-79 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 2.75fr;
}

.div-block-48 {
  width: 100px;
  height: 110px;
}

.section-14 {
  margin-top: -81px;
}

.section-15 {
  background-image: url('../images/web_p_top_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
  margin-top: -80px;
}

.web_page_1 {
  height: auto;
  margin-top: -80px;
}

.div-block-49 {
  height: 300px;
  overflow: hidden;
}

.image-15 {
  margin-top: -137px;
}

.top_photo_web {
  z-index: -2;
  opacity: 1;
  mix-blend-mode: normal;
  background-image: url('../images/the-web_1.avif');
  background-position: 50%;
  background-size: cover;
  height: 700px;
  margin-top: 0;
  display: block;
  position: relative;
  inset: 0%;
  overflow: visible;
}

.section-16 {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-top: -301px;
  transition: all .6s;
  display: flex;
}

.div-block-50 {
  z-index: -2;
  background-color: #020202;
  margin-top: -212px;
  margin-bottom: 20px;
  position: relative;
}

.heading-15 {
  color: #000;
  text-align: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 200px;
  font-weight: 900;
  line-height: 150px;
  overflow: visible;
}

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

.river_font {
  margin-top: 137px;
  display: flex;
  overflow: hidden;
}

.div-block-52 {
  mix-blend-mode: normal;
  display: flex;
}

.div-block-53 {
  border: 1px solid #e0e0e0;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  margin-top: 0;
  font-family: Varela Round, sans-serif;
  font-size: 30px;
  display: flex;
}

.background-video-25 {
  width: 100%;
  height: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
}

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

.grid-81 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr .75fr;
  margin-left: 10%;
  margin-right: 10%;
}

.web_works {
  margin-top: 59px;
}

.div-block-54 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 36px;
  display: flex;
}

.heading-16 {
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 28px;
}

.heading-17 {
  color: gray;
  text-align: center;
  margin-top: 11px;
  font-family: PT Sans, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 50px;
}

.heading-17.movie {
  color: var(--grey);
  font-size: 30px;
  font-weight: 400;
  line-height: 50px;
}

.heading-17.sma {
  display: none;
}

.heading-18 {
  color: #d4d4d4;
  text-align: center;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 200px;
  line-height: 200px;
}

.heading-18.web {
  color: #dfdfdf;
}

.heading-19 {
  color: #5e5e5e9e;
  text-align: center;
  margin-top: -69px;
  font-family: Oswald, sans-serif;
}

.heading-19.web {
  color: #1616169e;
}

.works_info {
  border-bottom: 1px dotted var(--dark-grey);
  flex-direction: column;
  align-items: center;
  display: flex;
}

.heading-20 {
  font-size: 20px;
}

.heading-21 {
  color: var(--logo);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 55px;
}

.heading-21._00 {
  color: var(--logo);
  margin-top: 0;
  font-size: 18px;
}

.heading-21.movie {
  text-align: center;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 30px;
  line-height: 35px;
}

.div-block-56 {
  margin-left: 20px;
}

.link-9 {
  color: var(--dark-sea-green);
  font-family: Zen Kaku Gothic New, sans-serif;
  font-weight: 900;
  text-decoration: none;
}

.button-3 {
  border-bottom: 1px solid var(--dark-grey);
  color: var(--grey);
  background-color: #0000;
  padding: 10px 40px 5px;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 16px;
  font-weight: 700;
  transition: all .575s;
}

.button-3:hover {
  border-bottom: 1px solid var(--light-coral);
  color: var(--light-coral);
  background-color: #0000;
}

.paragraph-9 {
  color: var(--logo);
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.paragraph-9.movie {
  padding-left: 0;
  padding-right: 0;
}

.grid-82 {
  grid-template-columns: .5fr 1.75fr;
  margin-top: 35px;
  margin-left: 8%;
  margin-right: 8%;
}

.paragraph-10 {
  color: var(--logo);
  text-align: center;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 16px;
}

.paragraph-10.web {
  color: var(--logo);
}

.paragraph-11 {
  border-bottom: 1px solid var(--dark-grey);
  color: #aa7676;
  margin-top: 0;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
}

.paragraph-12 {
  background-color: var(--dark-khaki);
  color: #fff;
  text-align: center;
  width: auto;
  margin-left: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.paragraph-12._00.movie {
  background-color: #585a2e;
}

.paragraph-12.turu {
  background-color: #f1b86d;
}

.paragraph-12.koko.movie {
  background-color: #705752;
}

.paragraph-12.ss, .paragraph-12.cc {
  background-color: #72acb9;
}

.paragraph-12.bb {
  background-color: #97b8ff;
  padding-left: 10px;
  padding-right: 10px;
}

.paragraph-12.no {
  background-color: var(--sea-green);
}

.paragraph-12.coco, .paragraph-12.koko {
  background-color: var(--peru);
}

.paragraph-12.npo {
  background-color: #c457b5;
}

.paragraph-12.in {
  background-color: #ffc38f;
}

.paragraph-12._00 {
  background-color: var(--peru);
}

.paragraph-12.fuku {
  background-color: #ff97f1;
}

.paragraph-12.koko, .paragraph-12.kk, .paragraph-12.kk, .paragraph-12.kko, .paragraph-12.yama {
  background-color: #ff7d7f;
}

.paragraph-12.koko2 {
  background-color: #73d57a;
}

.paragraph-12.movie {
  background-color: #5c5d42;
  font-size: 1px;
}

.div-block-58 {
  align-items: center;
  display: flex;
}

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

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

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

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

.team-slider-wrapper {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
  margin-left: 5%;
  margin-right: 5%;
}

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

.team-block {
  background-color: #0000;
  padding-bottom: 24px;
}

.team-member-image-two {
  margin-bottom: 18px;
  display: inline-block;
}

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

.team-member-name-two {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
}

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

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

.team-slider-arrow {
  margin-top: 97px;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

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

.mask {
  overflow: hidden;
}

.mask-2 {
  width: 500px;
  overflow: hidden;
}

.slide-3, .slide-4 {
  width: 500px;
}

.div-block-59 {
  justify-content: center;
  height: 500px;
  margin-top: 49px;
  display: flex;
}

.div-block-60 {
  background-color: var(--dark-grey);
  width: 300px;
  height: 400px;
  margin-left: 10px;
  margin-right: 10px;
}

.background-video-26 {
  width: 100%;
  height: 260px;
  max-height: 260px;
}

.div-block-61 {
  width: auto;
  max-width: 100%;
  height: auto;
}

.icon {
  color: #3b3b3b;
}

.icon-2 {
  color: #000;
}

.heading-22 {
  color: #5e5e5e;
  margin-top: 10px;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 22px;
}

.div-block-63 {
  align-items: center;
  display: flex;
}

.paragraph-13 {
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.paragraph-14 {
  color: #fff;
  text-align: center;
  background-color: #b6b972;
  width: auto;
  margin-left: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.paragraph-15 {
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.button-4 {
  color: #a29a9a;
  background-color: #0000;
  border-bottom: 1px solid #a29a9a;
  padding: 10px 60px;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 20px;
  font-weight: 700;
  transition: all .575s;
}

.button-4:hover {
  color: #5e5e5e;
  background-color: #0000;
  border-bottom-color: #5e5e5e;
}

.heading-23 {
  color: #5e5e5e;
  margin-top: 10px;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 22px;
}

.div-block-65 {
  align-items: center;
  display: flex;
}

.paragraph-16 {
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.paragraph-17 {
  color: #fff;
  text-align: center;
  background-color: #b6b972;
  width: auto;
  margin-left: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.paragraph-18 {
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.button-5 {
  color: #a29a9a;
  background-color: #0000;
  border-bottom: 1px solid #a29a9a;
  padding: 10px 60px;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 20px;
  font-weight: 700;
  transition: all .575s;
}

.button-5:hover {
  color: #5e5e5e;
  background-color: #0000;
  border-bottom-color: #5e5e5e;
}

.div-block-66 {
  width: 800800px;
  display: flex;
}

.web_footer {
  background-image: linear-gradient(to top, #e0e0e0, #fff 54%);
  justify-content: center;
  height: 300px;
  display: flex;
}

.div-block-67 {
  width: 800px;
  height: 500px;
}

.mask-3 {
  height: 100%;
  overflow: hidden;
}

.slide-nav {
  margin-top: -10px;
}

.grid-83 {
  grid-column-gap: 20px;
  grid-row-gap: 50px;
  flex: 0 auto;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
  width: 90%;
  margin-top: 41px;
  margin-bottom: 110px;
}

.ww_1 {
  background-color: var(--dark-khaki);
  background-image: url('../images/スクリーンショット-2023-06-12-8.42.11.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 300px;
}

.div-block-69 {
  background-color: var(--black);
  width: 100%;
  height: 300px;
  margin-left: 0%;
  display: none;
}

.div-block-68-copy, .div-block-68-copy-copy {
  background-color: var(--dark-khaki);
  background-image: url('../images/スクリーンショット-2023-06-12-8.43.05.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 400px;
}

.ww_2 {
  background-color: var(--dark-khaki);
  background-image: url('../images/スクリーンショット-2023-06-12-8.43.05.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 300px;
}

.ww_3 {
  background-color: #b6b97200;
  width: 100%;
  height: 300px;
}

.ww_3._01 {
  background-image: url('../images/turu.webp');
}

.ww_3._03 {
  background-image: url('../images/sho_2.webp');
}

.ww_3._05 {
  background-image: url('../images/kanno.webp');
}

.ww_3._06 {
  background-image: url('../images/dana.webp');
}

.ww_3._07 {
  background-image: url('../images/best_p.webp');
}

.ww_3._08 {
  background-image: url('../images/arcore.webp');
}

.ww_3._04-copy {
  background-color: #0000;
  background-image: none;
  flex-direction: column;
  align-items: center;
  width: auto;
  height: auto;
  padding-bottom: 12px;
  display: flex;
}

.ww_3._04-copy.web {
  background-color: #0000;
}

.ww_3.movies {
  background-color: #0000;
  background-image: none;
  flex-direction: column;
  align-items: center;
  width: auto;
  height: auto;
  padding-bottom: 12px;
  display: flex;
}

.ww_3.movies.web {
  background-color: #0000;
}

.ww_3._01 {
  background-color: #0000;
  background-image: none;
  flex-direction: column;
  align-items: center;
  width: auto;
  height: auto;
  padding-bottom: 12px;
  display: flex;
}

.ww_3._01.web {
  background-color: #0000;
  display: flex;
  overflow: visible;
}

.ww_3._03 {
  background-color: #0000;
  background-image: none;
  flex-direction: column;
  align-items: center;
  width: auto;
  height: auto;
  padding-bottom: 12px;
  display: flex;
}

.ww_3._03.web {
  background-color: #0000;
  display: block;
  overflow: visible;
}

.ww_3._04 {
  background-color: #0000;
  background-image: none;
  flex-direction: column;
  align-items: center;
  width: auto;
  height: auto;
  padding-bottom: 12px;
  display: flex;
}

.ww_3._04.web {
  background-color: #0000;
  display: none;
  overflow: visible;
}

.ww_3._05 {
  background-color: #0000;
  background-image: none;
  flex-direction: column;
  align-items: center;
  width: auto;
  height: auto;
  padding-bottom: 12px;
  display: flex;
}

.ww_3._05.web {
  background-color: #0000;
  display: block;
  overflow: visible;
}

.ww_3._06 {
  background-color: #0000;
  background-image: none;
  flex-direction: column;
  align-items: center;
  width: auto;
  height: auto;
  padding-bottom: 12px;
  display: flex;
}

.ww_3._06.web {
  background-color: #0000;
  display: flex;
  overflow: visible;
}

.ww_3._07 {
  background-color: #0000;
  background-image: none;
  flex-direction: column;
  align-items: center;
  width: auto;
  height: auto;
  padding-bottom: 12px;
  display: flex;
}

.ww_3._07.web {
  background-color: #0000;
  display: flex;
  overflow: visible;
}

.ww_3._08 {
  background-color: #0000;
  background-image: none;
  flex-direction: column;
  align-items: center;
  width: auto;
  height: auto;
  padding-bottom: 12px;
  display: flex;
}

.ww_3._08.web {
  background-color: #0000;
  display: block;
  overflow: visible;
}

.ww_3._09 {
  background-color: #0000;
  background-image: none;
  flex-direction: column;
  align-items: center;
  width: auto;
  height: auto;
  padding-bottom: 12px;
  display: flex;
}

.ww_3._09.web {
  background-color: #0000;
  display: flex;
  overflow: visible;
}

.ww_3._10 {
  background-color: #0000;
  background-image: none;
  flex-direction: column;
  align-items: center;
  width: auto;
  height: auto;
  padding-bottom: 12px;
  display: flex;
}

.ww_3._10.web {
  background-color: #0000;
  display: block;
  overflow: visible;
}

.ww_3._11 {
  background-color: #0000;
  background-image: none;
  flex-direction: column;
  align-items: center;
  width: auto;
  height: auto;
  padding-bottom: 12px;
  display: flex;
}

.ww_3._11.web {
  background-color: #0000;
  display: flex;
  overflow: visible;
}

.ww_3._12 {
  background-color: #0000;
  background-image: none;
  flex-direction: column;
  align-items: center;
  width: auto;
  height: auto;
  padding-bottom: 12px;
  display: flex;
}

.ww_3._12.web {
  background-color: #0000;
  display: block;
  overflow: visible;
}

.ww_3._13 {
  background-color: #0000;
  background-image: none;
  flex-direction: column;
  align-items: center;
  width: auto;
  height: auto;
  padding-bottom: 12px;
  display: flex;
}

.ww_3._13.web {
  background-color: #0000;
  display: block;
  overflow: visible;
}

.ww_3._15 {
  background-color: #0000;
  background-image: none;
  flex-direction: column;
  align-items: center;
  width: auto;
  height: auto;
  padding-bottom: 12px;
  display: flex;
}

.ww_3._15.web {
  background-color: #0000;
  display: block;
  overflow: visible;
}

.ww_3._16 {
  background-color: #0000;
  background-image: none;
  flex-direction: column;
  align-items: center;
  width: auto;
  height: auto;
  padding-bottom: 12px;
  display: flex;
}

.ww_3._16.web {
  background-color: #0000;
  display: block;
  overflow: visible;
}

.ww_3._17 {
  background-color: #0000;
  background-image: none;
  flex-direction: column;
  align-items: center;
  width: auto;
  height: auto;
  padding-bottom: 12px;
  display: flex;
}

.ww_3._17.web {
  background-color: #0000;
  display: block;
  overflow: visible;
}

.ww_3._18 {
  background-color: #0000;
  background-image: none;
  flex-direction: column;
  align-items: center;
  width: auto;
  height: auto;
  padding-bottom: 12px;
  display: flex;
}

.ww_3._18.web {
  background-color: #0000;
  display: block;
  overflow: visible;
}

.ww_3._19 {
  background-color: #0000;
  background-image: none;
  flex-direction: column;
  align-items: center;
  width: auto;
  height: auto;
  padding-bottom: 12px;
  display: flex;
}

.ww_3._19.web {
  background-color: #0000;
  display: block;
  overflow: visible;
}

.ww_3._20 {
  background-color: #0000;
  background-image: none;
  flex-direction: column;
  align-items: center;
  width: auto;
  height: auto;
  padding-bottom: 12px;
  display: flex;
}

.ww_3._20.web {
  background-color: #0000;
  display: block;
  overflow: visible;
}

.ww_3._21 {
  background-color: #0000;
  background-image: none;
  flex-direction: column;
  align-items: center;
  width: auto;
  height: auto;
  padding-bottom: 12px;
  display: flex;
}

.ww_3._21.web {
  background-color: #0000;
  display: block;
  overflow: visible;
}

.ww_3._22 {
  background-color: #0000;
  background-image: none;
  flex-direction: column;
  align-items: center;
  width: auto;
  height: auto;
  padding-bottom: 12px;
  display: flex;
}

.ww_3._22.web {
  background-color: #0000;
  display: block;
  overflow: visible;
}

.ww_3._14 {
  background-color: #0000;
  background-image: none;
  flex-direction: column;
  align-items: center;
  width: auto;
  height: auto;
  padding-bottom: 12px;
  display: flex;
}

.ww_3._14.web {
  background-color: #0000;
  display: block;
  overflow: visible;
}

.ww_2-copy, .ww_2-copy-copy {
  background-color: var(--dark-khaki);
  background-image: url('../images/スクリーンショット-2023-06-12-8.43.05.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 300px;
}

.heading-24 {
  font-size: 20px;
}

.div-block-70 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 6px;
  display: flex;
}

.div-block-70.movie {
  flex-direction: column;
  display: flex;
}

.button-6 {
  color: var(--logo);
  background-color: #0000;
  border-bottom: 1px solid #000;
  transition: all .7s;
}

.button-6:hover {
  color: var(--dark-sea-green);
}

.div-block-71 {
  background-color: #0000;
  border: 1px #000;
  border-radius: 200px;
  width: 100px;
  height: 100px;
}

.image-16 {
  overflow: visible;
}

.image-16:hover {
  opacity: 1;
}

.link-block-11 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all .275s;
  display: block;
}

.link-block-11:hover {
  opacity: 1;
  border-radius: 0;
  transform: scale(1.1);
  box-shadow: 0 4px 10px #00000070;
}

.div-block-72 {
  background-color: var(--grey);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.rise_footer_2023 {
  text-align: center;
  margin: 0 auto;
  padding-top: 224px;
}

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

.heading-25 {
  text-align: center;
}

.paragraph-19 {
  text-align: center;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.heading-26 {
  border-bottom: 1px solid var(--light-coral);
  color: var(--light-coral);
  text-align: center;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 30px;
  font-style: italic;
  text-decoration: none;
}

.heading-26.web {
  border-bottom-color: var(--dark-sea-green);
  color: var(--dark-sea-green);
}

.nocord {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 10%;
  margin-right: 10%;
  display: flex;
}

.paragraph-20 {
  color: var(--grey);
  text-align: center;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.paragraph-20.web {
  color: var(--grey);
  text-align: center;
  margin-top: 25px;
}

.div-block-73 {
  margin-top: 38px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 10%;
  padding-right: 10%;
}

.paragraph-21 {
  text-align: center;
  margin-top: 12px;
  line-height: 27px;
}

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

.heading-27 {
  color: var(--dark-sea-green);
  text-align: center;
  font-size: 30px;
}

.div-block-75 {
  width: 200px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.lottie-animation-6 {
  width: 300px;
}

.div-block-76 {
  overflow: hidden;
}

.image-22 {
  width: 100px;
  margin-bottom: 11px;
  margin-left: 231px;
}

.movie_page_1 {
  z-index: -3;
  height: auto;
  margin-top: -80px;
  position: relative;
  transform: rotate(0);
}

.movie {
  display: block;
}

.movie_works {
  margin-top: 59px;
}

.movie_footer {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 300px;
  display: flex;
}

.background-video-27 {
  z-index: -3;
  opacity: 1;
  height: 700px;
}

.top_photo_movie {
  z-index: 3;
  opacity: 1;
  mix-blend-mode: soft-light;
  background-image: url('../images/movie_p_1.avif');
  background-position: 50%;
  background-size: cover;
  height: 500px;
  margin-top: -500px;
  position: static;
  inset: 0%;
  overflow: visible;
}

.background-video-28 {
  z-index: -3;
  height: 200px;
  position: relative;
}

.div_div_movie {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -436px;
  display: flex;
}

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

.image-26 {
  width: 100%;
}

.quick-stack-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.background-video-29 {
  mix-blend-mode: luminosity;
  height: 250px;
  display: none;
}

.body {
  background-color: #0000;
}

.cell {
  background-color: var(--dark-khaki);
}

.div-block-77 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: auto;
  margin-top: 29px;
  display: flex;
}

.paragraph-22 {
  margin-top: 0;
}

.lottie-animation-7 {
  width: 25px;
}

.div-block-78 {
  position: absolute;
}

.slider-3 {
  mix-blend-mode: normal;
  height: 700px;
  display: block;
}

.background-video-30 {
  height: 700px;
}

.div-block-79 {
  z-index: 3;
  mix-blend-mode: normal;
  background-color: #0000;
  background-image: linear-gradient(#0000, #fff);
  height: 700px;
  margin-top: -700px;
  position: relative;
}

.right-arrow, .left-arrow, .slide-nav-2 {
  display: none;
}

.background-video-31, .background-video-32 {
  height: 700px;
}

.heading-28 {
  color: #d15b5b7d;
  text-align: center;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #b6b9728f;
  text-indent: 0;
  text-transform: capitalize;
  column-count: auto;
  mix-blend-mode: normal;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 200px;
  line-height: 200px;
}

.background-video-33, .background-video-34, .background-video-35, .background-video-36 {
  height: 700px;
}

.div-block-80 {
  margin-top: -447px;
}

.div-block-81 {
  background-image: linear-gradient(#0000, #fff);
  height: 700px;
  margin-top: -699px;
}

.heading-29 {
  color: var(--medium-aquamarine);
  text-align: center;
  text-shadow: 0 4px 11px #0003;
  margin-top: -218px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 200px;
  line-height: 200px;
}

.column-4 {
  padding-left: 20px;
}

.column-5, .column-6 {
  padding-right: 20px;
}

.div-block-82 {
  flex-direction: row;
  width: 100%;
  height: 300px;
  display: flex;
}

.div-block-83 {
  border-bottom: 1px none var(--dark-grey);
  background-color: var(--grey);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 1px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.div-block-84 {
  width: 70%;
}

.heading-30 {
  color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-family: PT Sans, sans-serif;
  font-size: 150px;
  line-height: 110px;
  display: block;
}

.quick-stack-3 {
  margin-left: 20%;
  margin-right: 20%;
}

.link-block-12 {
  background-image: url('../images/the-web_1.avif');
  background-position: 50%;
  background-size: cover;
  align-items: center;
  width: 200px;
  height: 150px;
  display: flex;
}

.theweb {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.fobar {
  background-color: #000000c9;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 0%;
  display: flex;
}

.paragraph-23 {
  letter-spacing: 2px;
  text-indent: 0;
  white-space: normal;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  font-size: 15px;
  display: flex;
}

.paragraph-23.dtp, .paragraph-23.photo {
  letter-spacing: 2px;
  margin-top: 24px;
}

.div-block-85 {
  background-image: url('../images/the-web_1.avif');
  background-position: 50%;
  background-size: cover;
  border-radius: 100px;
  flex-direction: column;
  align-items: center;
  width: 100px;
  height: 100px;
  margin-top: 0;
  transition: all .4s;
  display: flex;
  position: absolute;
}

.div-block-85:hover {
  background-image: url('../images/the-web_1.avif');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  width: 300px;
  height: 200px;
  transform: scale(1.1);
  box-shadow: 0 6px 5px #0003;
}

.div-block-85.movie {
  background-image: url('../images/movie_p_1.avif');
}

.div-block-85.brand {
  background-image: url('../images/brand_p_2.avif');
}

.div-block-85.dtp {
  background-image: url('../images/cmyk_1.avif');
}

.div-block-85.photo {
  background-image: url('../images/p005_2023.jpg');
}

.paragraph-24 {
  font-size: 16px;
}

.maru {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 62px;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 16px;
  line-height: 30px;
  display: flex;
}

.the_movie, .the_brand, .the_dtp, .the_photo {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.link-block-13 {
  background-image: url('../images/fuku_4.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 100px;
  width: 100px;
  height: 100px;
  margin-top: 10px;
  transition: all .35s;
}

.link-block-13:hover {
  transform: scale(1.3);
  box-shadow: 0 2px 5px #0000005c;
}

.link-block-13.movie {
  background-image: url('../images/nikai.jpg');
}

.heading-31 {
  text-align: center;
  font-family: Zen Old Mincho, sans-serif;
  text-decoration: none;
}

.grid-83-movie {
  grid-column-gap: 16px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-items: stretch;
  margin: 41px 8% 110px;
}

.ww_movie {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.ww_movie._01 {
  background-image: url('../images/turu.webp');
}

.ww_movie._02 {
  background-image: url('../images/sho_1.webp');
}

.ww_movie._03 {
  background-image: url('../images/sho_2.webp');
}

.ww_movie._04 {
  background-color: #0000;
  background-image: none;
  flex-direction: column;
  align-items: center;
  width: auto;
  height: auto;
  padding-bottom: 12px;
  display: flex;
}

.ww_movie._04.web {
  background-color: #0000;
}

.ww_movie._05 {
  background-image: url('../images/kanno.webp');
}

.ww_movie._06 {
  background-image: url('../images/dana.webp');
}

.ww_movie._07 {
  background-image: url('../images/best_p.webp');
}

.ww_movie._08 {
  background-image: url('../images/arcore.webp');
}

.ww_movie._04-copy {
  background-color: #0000;
  background-image: none;
  flex-direction: column;
  align-items: center;
  width: auto;
  height: auto;
  padding-bottom: 12px;
  display: flex;
}

.ww_movie._04-copy.web {
  background-color: #0000;
}

.ww_movie.movies {
  background-color: #0000;
  background-image: none;
  flex-direction: column;
  align-items: center;
  width: auto;
  height: auto;
  padding-bottom: 12px;
  display: flex;
}

.ww_movie.movies.web {
  background-color: #0000;
}

.link-block-1 {
  background-image: url('../images/fuku_4.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 100px;
  width: 200px;
  height: 200px;
  margin-top: 10px;
  transition: all .35s;
}

.link-block-1:hover {
  transform: scale(1.3);
  box-shadow: 0 2px 5px #0000005c;
}

.link-block-1.movie {
  background-image: url('../images/nikai.jpg');
}

.link-block-1._1 {
  background-image: url('../images/fuku_1.jpg');
}

.link-block-1._2 {
  background-image: url('../images/fuku_3.jpg');
}

.link-block-1._3 {
  background-image: url('../images/chaos.jpg');
}

.link-block-1._4 {
  background-image: url('../images/sen_1.jpg');
}

.link-block-1._5 {
  background-image: url('../images/iwate.jpg');
  background-size: cover;
}

.link-block-1._6 {
  background-image: url('../images/hino.jpg');
}

.link-block-1._7 {
  background-image: url('../images/ito.jpg');
}

.link-block-1._8 {
  background-image: url('../images/nikai.jpg');
}

.link-block-1._9 {
  background-image: url('../images/yama_2.jpg');
  background-position: 0%;
}

.link-block-1._10 {
  background-image: url('../images/oonuma.jpg');
}

.link-block-1._11 {
  background-image: url('../images/nazo.jpg');
}

.link-block-1._12 {
  background-image: url('../images/yama_1.jpg');
}

.link-block-1._13 {
  background-image: url('../images/miya.jpg');
}

.link-block-1._14 {
  background-image: url('../images/sekisui.jpg');
}

.link-block-1._15 {
  background-image: url('../images/demo_m.jpg');
}

.link-block-1._17 {
  background-image: url('../images/kirin.jpg');
}

.link-block-1._16 {
  background-image: url('../images/t_denshi.jpg');
}

.link-block-1._18 {
  background-image: url('../images/demo_2.jpg');
}

.link-block-1._19 {
  background-image: url('../images/ga.jpg');
}

.link-block-1._20 {
  background-image: url('../images/fukufuku.jpg');
}

.link-block-1._21 {
  background-image: url('../images/ff_d.jpg');
}

.link-block-1._22 {
  background-image: url('../images/tohoku__2.jpg');
}

.link-block2 {
  background-image: url('../images/fuku_4.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 100px;
  width: 100px;
  height: 100px;
  margin-top: 10px;
  transition: all .35s;
}

.link-block2:hover {
  transform: scale(1.3);
  box-shadow: 0 2px 5px #0000005c;
}

.link-block2.movie {
  background-image: url('../images/nikai.jpg');
}

.link-block2-copy {
  background-image: url('../images/fuku_4.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 100px;
  width: 100px;
  height: 100px;
  margin-top: 10px;
  transition: all .35s;
}

.link-block2-copy:hover {
  transform: scale(1.3);
  box-shadow: 0 2px 5px #0000005c;
}

.link-block2-copy.movie {
  background-image: url('../images/nikai.jpg');
}

.heading-32 {
  border-bottom: 1px none var(--dark-grey);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 0%;
  margin-right: 0%;
  display: flex;
}

.div-block-86 {
  height: auto;
}

.background-video-37 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 200px;
  display: flex;
}

.play-pause-button {
  display: none;
}

.background-video-38 {
  background-image: linear-gradient(#0000, #fff);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 300px;
  display: flex;
}

.div-block-87 {
  width: 150px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 80px;
}

.grid-84 {
  grid-column-gap: 8px;
  grid-template-rows: auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr .25fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
  margin-left: 112px;
  padding: 55px 0% 44px 10%;
}

.bold-text-3 {
  font-size: 18px;
  line-height: 40px;
}

.ko {
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 20px;
}

.div-block-88 {
  background-color: #ffffffcf;
  width: 80%;
  height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

.paragraph-26 {
  color: #000;
  text-align: center;
  font-size: 17px;
  font-weight: 700;
}

.heading-33 {
  border-bottom: 1px dotted var(--dark-grey);
  color: #969696;
  text-align: center;
  letter-spacing: 5px;
  background-color: #0000;
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  font-size: 34px;
  font-weight: 300;
}

.grid-3-sma {
  grid-column-gap: 8px;
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 1fr .25fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
  margin-left: 112px;
  padding: 55px 0% 44px 10%;
  display: none;
}

.syu {
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.section-17 {
  background-color: #915252;
  background-image: url('../images/ill_p.jpg');
  background-position: 50%;
  background-size: cover;
  height: 400px;
  margin-top: -80px;
  position: relative;
}

.section-18 {
  background-color: #0000;
  height: auto;
}

.container-8 {
  background-color: #0000;
}

.paragraph-27 {
  color: var(--logo);
  text-align: justify;
  margin-top: 27px;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 20px;
  line-height: 40px;
  text-decoration: none;
}

.link-10, .link-11, .link-12, .link-13 {
  color: #b6b972;
  text-decoration: none;
}

.bold-text-4 {
  text-decoration: none;
}

.link-14 {
  color: #b6b972;
  text-decoration: none;
}

.section-19 {
  height: 300px;
  margin-top: -155px;
}

.section-20 {
  background-image: linear-gradient(#ffffffad, #ffffffad), url('../images/rise_photo_1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 100vh;
  margin-top: -80px;
}

.div-block-89 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 250px;
  display: flex;
}

.sorry {
  color: #f06666;
  text-align: center;
  margin-top: -91px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 70px;
  line-height: 80px;
}

.comingsoon {
  text-align: center;
  font-size: 18px;
}

.sorry_top {
  background-image: linear-gradient(#ffffffd9, #ffffffd9), url('../images/ill_p.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 100vh;
  margin-top: -80px;
}

.lottie-animation-8 {
  width: 300px;
  margin-top: -1px;
}

.paragraph-25-copy {
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 16px;
  line-height: 30px;
}

.brand_top {
  background-image: linear-gradient(#0000, #fff), url('../images/brand_back.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  height: auto;
  margin-top: -80px;
}

.div-block-90, .div-block-91, .div-block-92 {
  display: flex;
}

.div-block-93 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 5%;
  margin-right: 5%;
  display: flex;
}

.heading-34 {
  color: #5e41419e;
  margin-top: 261px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 200px;
  line-height: 180px;
}

.paragraph-28 {
  color: var(--dark-grey);
  font-family: Verdana, Geneva, sans-serif;
  font-size: 30px;
  line-height: 27px;
}

.paragraph-29 {
  color: var(--grey);
  text-align: center;
  margin-left: 8%;
  margin-right: 8%;
  font-size: 18px;
  line-height: 30px;
}

.paragraph-29.sma {
  display: none;
}

.coment_brand {
  margin-top: 39px;
}

.lottie-animation-9 {
  width: 250px;
}

.div-block-94 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.logo {
  box-shadow: 0 0 5px #0003;
}

.logo:hover {
  box-shadow: none;
}

.quick-stack-4 {
  margin-top: 85px;
}

.lightbox-link {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.river_font_2 {
  color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: -32px;
  display: flex;
  overflow: hidden;
}

.div-block-95 {
  mix-blend-mode: normal;
  display: flex;
}

.heading-35 {
  color: #000;
  text-align: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 200px;
  font-weight: 900;
  line-height: 150px;
  overflow: visible;
}

.heading-36 {
  margin-top: 26px;
  font-weight: 400;
}

.div-block-85_back {
  background-color: #dadada;
  border-radius: 100px;
  flex-direction: column;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-top: 14px;
  display: flex;
}

.div-block-85_back:hover {
  border-radius: 0;
  width: 300px;
  height: 200px;
}

.div-block-85_back.movie {
  background-image: url('../images/movie_p_1.avif');
}

.div-block-85_back.brand {
  background-image: url('../images/brand_p_2.avif');
}

.div-block-85_back.dtp {
  background-image: url('../images/cmyk_1.avif');
}

.div-block-85_back.photo {
  background-image: url('../images/p005_2023.jpg');
}

.div-block-96 {
  background-color: #e4e3e3;
  border-radius: 100px;
  width: 120px;
  height: 120px;
  position: absolute;
}

.height {
  background-image: linear-gradient(#000, #fff);
  min-height: 400dvh;
  position: relative;
}

.sricky {
  width: 100%;
  height: 100dvh;
  margin-bottom: -100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.mover {
  align-items: stretch;
  display: flex;
}

.flex_offset {
  margin-right: -100vw;
  display: flex;
}

.full_page {
  background-image: url('../images/brand_p_2.avif');
  background-position: 0 0;
  background-size: cover;
  border: 1px solid #faa;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100dvh;
  display: flex;
}

.full_page._2 {
  background-image: url('../images/p005_2023.jpg');
  background-position: 50%;
}

.full_page._1 {
  background-image: url('../images/cmyk_1.avif');
  background-position: 50%;
  background-attachment: scroll;
}

.full_page._3 {
  background-position: 50%;
}

.full_page._4 {
  background-image: url('../images/the-web_1.avif');
  background-position: 50%;
}

.section-21 {
  background-color: #fff;
  width: 100%;
  height: 100vh;
}

.slide_scroll_page {
  padding-bottom: 100vh;
}

.paragraph-sakata {
  color: #fff;
  text-align: center;
  background-color: #72b9b0;
  width: auto;
  margin-left: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.paragraph-sakata._00.movie {
  background-color: #585a2e;
}

.paragraph-sakata.turu {
  background-color: #f1b86d;
}

.paragraph-sakata.koko.movie {
  background-color: #705752;
}

.paragraph-sakata.ss, .paragraph-sakata.cc {
  background-color: #72acb9;
}

.paragraph-sakata.bb {
  background-color: #97b8ff;
  padding-left: 10px;
  padding-right: 10px;
}

.paragraph-sakata.no {
  background-color: var(--sea-green);
}

.paragraph-sakata.coco, .paragraph-sakata.koko {
  background-color: var(--peru);
}

.paragraph-sakata.npo {
  background-color: #c457b5;
}

.paragraph-sakata.in {
  background-color: #ffc38f;
}

.paragraph-sakata._00 {
  background-color: var(--peru);
}

.paragraph-sakata.fuku {
  background-color: #ff97f1;
}

.paragraph-sakata.koko, .paragraph-sakata.kk, .paragraph-sakata.kk, .paragraph-sakata.kko, .paragraph-sakata.yama {
  background-color: #ff7d7f;
}

.paragraph-sakata.koko2 {
  background-color: #73d57a;
}

.paragraph-sakata.movie {
  background-color: #5c5d42;
  font-size: 1px;
}

.link-block-1-2023_1 {
  background-image: url('../images/OP_1.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 100px;
  width: 200px;
  height: 200px;
  margin-top: 10px;
  transition: all .35s;
}

.link-block-1-2023_1:hover {
  transform: scale(1.3);
  box-shadow: 0 2px 5px #0000005c;
}

.link-block-1-2023_1.movie {
  background-image: url('../images/nikai.jpg');
}

.link-block-1-2023_1._1 {
  background-image: url('../images/fuku_1.jpg');
}

.link-block-1-2023_1._2 {
  background-image: url('../images/fuku_3.jpg');
}

.link-block-1-2023_1._3 {
  background-image: url('../images/chaos.jpg');
}

.link-block-1-2023_1._4 {
  background-image: url('../images/sen_1.jpg');
}

.link-block-1-2023_1._5 {
  background-image: url('../images/iwate.jpg');
  background-size: cover;
}

.link-block-1-2023_1._6 {
  background-image: url('../images/hino.jpg');
}

.link-block-1-2023_1._7 {
  background-image: url('../images/ito.jpg');
}

.link-block-1-2023_1._8 {
  background-image: url('../images/nikai.jpg');
}

.link-block-1-2023_1._9 {
  background-image: url('../images/yama_2.jpg');
  background-position: 0%;
}

.link-block-1-2023_1._10 {
  background-image: url('../images/oonuma.jpg');
}

.link-block-1-2023_1._11 {
  background-image: url('../images/nazo.jpg');
}

.link-block-1-2023_1._12 {
  background-image: url('../images/yama_1.jpg');
}

.link-block-1-2023_1._13 {
  background-image: url('../images/miya.jpg');
}

.link-block-1-2023_1._14 {
  background-image: url('../images/sekisui.jpg');
}

.link-block-1-2023_1._15 {
  background-image: url('../images/demo_m.jpg');
}

.link-block-1-2023_1._17 {
  background-image: url('../images/kirin.jpg');
}

.link-block-1-2023_1._16 {
  background-image: url('../images/t_denshi.jpg');
}

.link-block-1-2023_1._18 {
  background-image: url('../images/demo_2.jpg');
}

.link-block-1-2023_1._19 {
  background-image: url('../images/ga.jpg');
}

.link-block-1-2023_1._20 {
  background-image: url('../images/fukufuku.jpg');
}

.link-block-1-2023_1._21 {
  background-image: url('../images/ff_d.jpg');
}

.link-block-1-2023_1._22 {
  background-image: url('../images/tohoku__2.jpg');
}

.link-block-2023_2 {
  background-image: url('../images/IME_1.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 100px;
  width: 200px;
  height: 200px;
  margin-top: 10px;
  transition: all .35s;
}

.link-block-2023_2:hover {
  transform: scale(1.3);
  box-shadow: 0 2px 5px #0000005c;
}

.link-block-2023_2.movie {
  background-image: url('../images/nikai.jpg');
}

.link-block-2023_2._1 {
  background-image: url('../images/fuku_1.jpg');
}

.link-block-2023_2._2 {
  background-image: url('../images/fuku_3.jpg');
}

.link-block-2023_2._3 {
  background-image: url('../images/chaos.jpg');
}

.link-block-2023_2._4 {
  background-image: url('../images/sen_1.jpg');
}

.link-block-2023_2._5 {
  background-image: url('../images/iwate.jpg');
  background-size: cover;
}

.link-block-2023_2._6 {
  background-image: url('../images/hino.jpg');
}

.link-block-2023_2._7 {
  background-image: url('../images/ito.jpg');
}

.link-block-2023_2._8 {
  background-image: url('../images/nikai.jpg');
}

.link-block-2023_2._9 {
  background-image: url('../images/yama_2.jpg');
  background-position: 0%;
}

.link-block-2023_2._10 {
  background-image: url('../images/oonuma.jpg');
}

.link-block-2023_2._11 {
  background-image: url('../images/nazo.jpg');
}

.link-block-2023_2._12 {
  background-image: url('../images/yama_1.jpg');
}

.link-block-2023_2._13 {
  background-image: url('../images/miya.jpg');
}

.link-block-2023_2._14 {
  background-image: url('../images/sekisui.jpg');
}

.link-block-2023_2._15 {
  background-image: url('../images/demo_m.jpg');
}

.link-block-2023_2._17 {
  background-image: url('../images/kirin.jpg');
}

.link-block-2023_2._16 {
  background-image: url('../images/t_denshi.jpg');
}

.link-block-2023_2._18 {
  background-image: url('../images/demo_2.jpg');
}

.link-block-2023_2._19 {
  background-image: url('../images/ga.jpg');
}

.link-block-2023_2._20 {
  background-image: url('../images/fukufuku.jpg');
}

.link-block-2023_2._21 {
  background-image: url('../images/ff_d.jpg');
}

.link-block-2023_2._22 {
  background-image: url('../images/tohoku__2.jpg');
}

.top_back {
  z-index: -3;
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  height: 100vh;
  margin-top: 0;
  display: block;
  position: absolute;
  inset: 0%;
}

.image-27 {
  width: 300px;
  position: relative;
}

.section-22 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.story_kochira {
  z-index: 0;
  color: #1f1f1f;
  object-fit: cover;
  background-color: #ffffffa1;
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 40px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.heading-37 {
  z-index: 2;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 16px;
  position: absolute;
}

.div-block-97 {
  z-index: 1;
  background-color: #585858;
  border-radius: 50px;
  width: 30px;
  height: 30px;
  position: absolute;
  inset: auto 0% -81% 45%;
}

.div-block-98 {
  width: auto;
  height: auto;
}

.code-embed {
  width: 900px;
  height: 450px;
}

@media screen and (min-width: 1440px) {
  .section-16 {
    margin-top: -231px;
  }

  .heading-21 {
    text-align: center;
  }

  .heading-21._00 {
    font-size: 18px;
  }

  .ww_3._01.web {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .ww_3._04.web {
    display: none;
  }

  .ww_3._06.web {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .ww_3._07.web, .ww_3._09.web, .ww_3._11.web {
    display: flex;
  }

  .div-block-87 {
    margin-top: -94px;
  }

  .grid-84 {
    grid-row-gap: 30px;
    margin-left: 137px;
    padding-bottom: 68px;
    padding-right: 0%;
  }

  .bold-text-3 {
    font-family: Zen Kaku Gothic New, sans-serif;
    font-size: 20px;
    line-height: 30px;
  }

  .ko {
    font-family: Zen Kaku Gothic New, sans-serif;
    font-size: 20px;
    font-weight: 400;
  }

  .div-block-88 {
    background-color: #ffffffba;
    width: 80%;
    height: auto;
    margin-top: 141px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-33 {
    border-bottom: 1px dotted var(--dark-grey);
  }

  .grid-3-sma {
    margin-left: 213px;
    padding-bottom: 68px;
    padding-right: 0%;
  }

  .syu {
    font-family: Zen Kaku Gothic New, sans-serif;
    font-size: 20px;
    line-height: 30px;
  }

  .section-18 {
    color: var(--grey);
    font-family: Verdana, Geneva, sans-serif;
  }

  .paragraph-27 {
    color: var(--grey);
    margin-top: 20px;
    line-height: 45px;
  }

  .link-14 {
    color: var(--grey);
  }

  .link-15 {
    color: #a06666;
    text-decoration: none;
  }

  .div-block-89 {
    padding-top: 315px;
  }

  .sorry {
    margin-top: -44px;
  }

  .lottie-animation-8 {
    margin-top: 81px;
  }

  .logo:hover {
    box-shadow: none;
    transform: none;
  }

  .quick-stack-4 {
    box-shadow: 0 2px 5px #0003;
  }
}

@media screen and (max-width: 991px) {
  .image {
    max-width: 100%;
  }

  .div-block-6 {
    margin-top: 14px;
  }

  .section-2 {
    height: 100vh;
    margin-top: 937px;
  }

  .section-3 {
    background-position: 50%;
  }

  .navbar {
    position: fixed;
    inset: 0%;
  }

  .heading {
    font-size: 230px;
    line-height: 200px;
  }

  .div-block-8 {
    width: 250px;
    height: 250px;
    margin-top: -612px;
    margin-left: 454px;
    overflow: hidden;
  }

  .grid {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .background-video-3 {
    box-shadow: none;
    margin-top: -34px;
    margin-left: 0;
    padding-left: 0;
  }

  .div-block-9 {
    width: 200px;
  }

  .div-block-10 {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .navi_board {
    margin-left: -100%;
  }

  .section-8 {
    margin-top: 175px;
  }

  .div-block-20 {
    width: 768px;
  }

  .section-9 {
    margin-top: -100px;
  }

  .div-block-22 {
    width: 80%;
    height: 300px;
    margin-top: -17px;
  }

  .rise {
    margin-top: 175px;
  }

  .d_1 {
    height: 250px;
  }

  .back_photo, .back_photo-copy {
    margin-top: 0;
  }

  .section-11 {
    margin-top: 339px;
  }

  .heading-5 {
    margin-top: -591px;
    margin-left: -27px;
    font-size: 180px;
    line-height: 120px;
    overflow: hidden;
  }

  .paragraph {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 22px;
  }

  .lottie-animation-2 {
    margin-top: -62px;
  }

  .work_lavel {
    background-color: #0000;
  }

  .company_profile {
    background-size: cover;
    height: 600px;
  }

  .background-video-23 {
    margin-top: 210px;
  }

  .heading-7 {
    margin-top: 33px;
    font-size: 40px;
  }

  .lottie-animation-4 {
    width: 768px;
  }

  .company_profile_bottom {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-34 {
    margin-top: 191px;
  }

  .work_lavel_2 {
    background-color: #0000;
  }

  .div-block-44, .link-movie, .link-web, .link-brand, .link-photo {
    height: 300px;
  }

  .div-block-45 {
    margin-left: 0;
  }

  .link-8 {
    padding-left: 60px;
    font-size: 50px;
  }

  .link-profile {
    padding-left: 60px;
  }

  .section-15 {
    height: 300px;
  }

  .web_page_1 {
    height: auto;
  }

  .image-15 {
    margin-top: -54px;
  }

  .top_photo_web {
    height: 500px;
  }

  .div-block-50 {
    margin-top: -156px;
  }

  .background-video-25 {
    width: 300px;
    height: 220px;
  }

  .heading-17 {
    margin-top: 7px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
    line-height: 30px;
  }

  .heading-18 {
    font-size: 170px;
  }

  .heading-21 {
    margin-bottom: 0;
  }

  .heading-21.movie {
    font-size: 30px;
    line-height: 35px;
  }

  .button-3 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

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

  .grid-82 {
    margin-left: 3%;
    margin-right: 3%;
  }

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

  .container-7 {
    max-width: 728px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .heading-22 {
    margin-bottom: 0;
  }

  .paragraph-15 {
    font-size: 16px;
  }

  .heading-23 {
    margin-bottom: 0;
  }

  .paragraph-18 {
    font-size: 16px;
  }

  .grid-83 {
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: row;
  }

  .ww_3._18.web {
    display: flex;
  }

  .heading-26 {
    font-size: 22px;
  }

  .heading-26.web {
    border-bottom-color: var(--dark-sea-green);
    color: var(--dark-sea-green);
  }

  .paragraph-20 {
    font-size: 16px;
  }

  .div-block-73 {
    padding-left: 2%;
    padding-right: 2%;
  }

  .paragraph-21 {
    line-height: 25px;
  }

  .heading-27 {
    color: var(--dark-sea-green);
    text-align: center;
    font-size: 20px;
  }

  .div-block-75 {
    width: 200px;
    margin-top: 0;
  }

  .image-22 {
    margin-left: 187px;
  }

  .movie_page_1 {
    height: auto;
  }

  .background-video-27 {
    height: 300px;
  }

  .top_photo_movie {
    height: 350px;
    margin-top: -350px;
  }

  .heading-28 {
    margin-top: 114px;
    font-size: 120px;
    line-height: 150px;
  }

  .div-block-80 {
    margin-top: 0;
    position: relative;
  }

  .div-block-81 {
    background-image: linear-gradient(#0000, #fff);
    margin-top: -696px;
    position: relative;
  }

  .heading-29 {
    font-size: 150px;
    line-height: 150px;
  }

  .fobar {
    height: 300px;
  }

  .grid-83-movie {
    grid-column-gap: 16px;
    grid-row-gap: 50px;
    flex-direction: column;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center stretch;
    display: grid;
  }

  .ww_movie {
    justify-content: flex-start;
    height: auto;
  }

  .grid-84 {
    grid-column-gap: 6px;
    grid-template-columns: 2.25fr .25fr 1fr 1fr 1fr;
    margin-left: 0;
    padding-left: 5%;
    padding-right: 5%;
  }

  .div-block-88 {
    margin-top: 125px;
  }

  .grid-3-sma {
    grid-column-gap: 6px;
    grid-template-columns: 2.25fr .25fr 1fr 1fr 1fr;
    margin-left: 0;
    padding-left: 5%;
    padding-right: 5%;
  }

  .section-17 {
    height: 300px;
  }

  .paragraph-27 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
  }

  .div-block-89 {
    padding-top: 317px;
  }

  .sorry {
    margin-top: -154px;
  }

  .lottie-animation-8 {
    margin-top: 94px;
  }

  .heading-34 {
    text-align: center;
    margin-top: 166px;
  }

  .paragraph-29 {
    text-align: center;
    font-size: 15px;
  }

  .lottie-animation-9 {
    width: 200px;
  }

  .slide_scroll_page {
    padding-bottom: 200vh;
  }

  .top_back {
    margin-top: 0;
  }

  .code-embed {
    width: 600px;
  }
}

@media screen and (max-width: 767px) {
  .image {
    max-width: 100%;
  }

  .logo_back {
    width: 250px;
    height: 70px;
  }

  .div-block-6 {
    width: 50px;
    height: 50px;
    margin-top: 8px;
  }

  .into_menu {
    background-position: 50% 0;
  }

  .lottie-animation {
    margin-top: 7px;
  }

  .section-3 {
    margin-top: 0;
    position: relative;
  }

  .background-video-2 {
    position: fixed;
  }

  .heading {
    margin-left: -16px;
    font-size: 180px;
    line-height: 180px;
  }

  .heading-3 {
    font-size: 25px;
  }

  .div-block-8 {
    background-color: #0000;
    border-radius: 100%;
    flex-direction: column;
    width: 200px;
    height: 200px;
    margin-top: -158px;
    margin-left: -172px;
    display: flex;
    overflow: hidden;
  }

  .grid {
    z-index: 0;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    margin-top: 0;
    display: flex;
    position: relative;
  }

  .background-video-3 {
    box-shadow: none;
    margin-top: -5px;
  }

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

  .navi_board {
    background-image: url('../images/navi_back_2.jpg'), url('../images/navi_back.jpg');
    background-position: 0 0, 0 0;
    background-size: cover, cover;
  }

  .section-8 {
    height: auto;
    margin-top: 39px;
  }

  .div-block-20 {
    width: 568px;
  }

  .image-7 {
    display: block;
  }

  .image-7-sma {
    height: 80vh;
    display: none;
  }

  .rise {
    height: auto;
    margin-top: 39px;
  }

  .d_1, .d_2, .d_3, .d_5, .d_8, .d_11, .d_12, .background-video-18, .background-video-19, .background-video-20, .background-video-21, .background-video-22 {
    height: 150px;
  }

  .section-11 {
    margin-top: 183px;
  }

  .top_2 {
    margin-top: -55px;
  }

  .heading-5 {
    margin-left: 0;
    font-size: 110px;
    line-height: 90px;
    overflow: hidden;
  }

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

  .div-block-25 {
    margin-top: 220px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .work_lavel {
    margin-top: -105px;
  }

  .button, .button-_2, .button-_3, .button-_4 {
    height: 200px;
    padding-left: 0;
    padding-right: 0;
  }

  .button-_5 {
    height: 200px;
    padding-left: 0;
    padding-right: 0;
    font-size: 50px;
  }

  .company_profile {
    background-position: 100%;
    background-size: cover;
    border-width: 15px;
    height: 400px;
  }

  .background-video-23 {
    margin-top: 96px;
  }

  .heading-7 {
    margin-top: 97px;
    font-size: 34px;
  }

  .lottie-animation-4 {
    width: 568px;
  }

  .company_profile_bottom {
    padding: 20px 40px;
    font-size: 40px;
  }

  .div-block-34 {
    width: 350px;
    margin-top: 115px;
  }

  .work_lavel_2 {
    margin-top: -105px;
  }

  .link-block-6 {
    width: 500px;
    height: 80px;
  }

  .div-block-38 {
    height: 80px;
  }

  .heading-10 {
    margin-top: -65px;
  }

  .columns-3 {
    margin-top: 0;
  }

  .div-block-45 {
    margin-left: 0;
  }

  .link-8 {
    padding-left: 40px;
    font-size: 40px;
    line-height: 50px;
  }

  .link-profile {
    padding-left: 40px;
    font-size: 35px;
  }

  .div-block-47 {
    width: 120px;
  }

  .section-15 {
    height: 300px;
  }

  .web_page_1 {
    height: auto;
  }

  .image-15 {
    margin-top: -28px;
  }

  .top_photo_web {
    height: 400px;
  }

  .section-16 {
    margin-top: -139px;
  }

  .div-block-50 {
    margin-top: -243px;
  }

  .web_works {
    margin-top: -19px;
  }

  .heading-17, .heading-17.movie {
    font-size: 20px;
    line-height: 30px;
  }

  .heading-18 {
    font-size: 140px;
  }

  .heading-19 {
    margin-top: -94px;
  }

  .heading-21, .heading-21._00 {
    font-size: 15px;
  }

  .heading-21.movie {
    font-size: 25px;
    line-height: 30px;
  }

  .button-3 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }

  .paragraph-9 {
    font-size: 12px;
    line-height: 15px;
  }

  .grid-82 {
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
    display: flex;
  }

  .paragraph-10 {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 14px;
  }

  .paragraph-11 {
    text-align: center;
    font-size: 11px;
    line-height: 14px;
  }

  .div-block-57 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .paragraph-12, .paragraph-12.turu, .paragraph-12.koko, .paragraph-12.ss, .paragraph-12._00, .paragraph-12.bb, .paragraph-12.no, .paragraph-12.coco, .paragraph-12.koko, .paragraph-12.npo, .paragraph-12.in, .paragraph-12._00, .paragraph-12.fuku, .paragraph-12.koko, .paragraph-12.kk, .paragraph-12.kk, .paragraph-12.kko, .paragraph-12.yama, .paragraph-12.koko2, .paragraph-12.koko2 {
    font-size: 12px;
  }

  .team-slider {
    padding: 60px 15px;
  }

  .team-slider-arrow {
    margin-top: 133px;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-62, .div-block-64 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .web_footer {
    height: 200px;
  }

  .rise_footer_2023 {
    margin-top: 113px;
    padding-top: 159px;
  }

  .heading-26 {
    font-size: 20px;
  }

  .nocord {
    margin-left: 5%;
    margin-right: 5%;
  }

  .paragraph-20 {
    font-size: 15px;
    line-height: 25px;
  }

  .div-block-73 {
    padding-left: 3%;
    padding-right: 3%;
  }

  .paragraph-21 {
    line-height: 25px;
  }

  .div-block-75 {
    width: 150px;
    margin-top: -20px;
  }

  .movie_page_1 {
    height: auto;
  }

  .movie_works {
    margin-top: -19px;
  }

  .movie_footer {
    height: 200px;
    margin-top: -89px;
  }

  .top_photo_movie {
    height: 300px;
    margin-top: -300px;
  }

  .heading-28 {
    font-size: 150px;
    line-height: 150px;
  }

  .background-video-36 {
    height: 400px;
  }

  .div-block-80 {
    margin-top: -190px;
  }

  .div-block-81 {
    height: 400px;
    margin-top: -397px;
  }

  .heading-29 {
    font-size: 110px;
    line-height: 150px;
  }

  .heading-30 {
    font-size: 100px;
  }

  .paragraph-23 {
    margin-top: -13px;
  }

  .paragraph-23.dtp {
    margin-top: 3px;
  }

  .paragraph-23.photo {
    margin-top: 2px;
  }

  .ww_movie {
    justify-content: flex-start;
    height: auto;
  }

  .div-block-87 {
    width: 100px;
  }

  .grid-84 {
    grid-column-gap: 6px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 2.25fr .25fr .25fr .25fr .25fr .25fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    padding: 12px 2% 46px;
    display: none;
  }

  .bold-text-3 {
    text-align: center;
    border: 1px #000;
    justify-content: center;
    align-items: flex-start;
    padding-left: 60px;
    padding-right: 60px;
    font-size: 14px;
    display: block;
  }

  .ko {
    border-bottom: 1px solid #bdbdbd;
    font-size: 14px;
  }

  .div-block-88 {
    margin-top: 90px;
  }

  .grid-3-sma {
    grid-column-gap: 6px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 2.25fr .25fr .25fr .25fr .25fr .25fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    padding: 12px 2% 46px;
    display: flex;
  }

  .syu {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-17 {
    height: 300px;
  }

  .paragraph-27 {
    font-size: 18px;
    line-height: 30px;
  }

  .section-19 {
    height: 200px;
  }

  .div-block-89 {
    padding-top: 221px;
  }

  .sorry {
    margin-top: -67px;
    font-size: 150px;
  }

  .heading-34 {
    text-align: center;
    margin-top: 133px;
    font-size: 110px;
    line-height: 100px;
  }

  .paragraph-29 {
    text-align: justify;
    font-size: 16px;
  }

  .lottie-animation-9 {
    width: 150px;
  }

  .heading-36 {
    margin-top: 0;
  }

  .slide_scroll_page {
    padding-bottom: 200vh;
  }

  .paragraph-sakata, .paragraph-sakata.turu, .paragraph-sakata.koko, .paragraph-sakata.ss, .paragraph-sakata._00, .paragraph-sakata.bb, .paragraph-sakata.no, .paragraph-sakata.coco, .paragraph-sakata.koko, .paragraph-sakata.npo, .paragraph-sakata.in, .paragraph-sakata._00, .paragraph-sakata.fuku, .paragraph-sakata.koko, .paragraph-sakata.kk, .paragraph-sakata.kk, .paragraph-sakata.kko, .paragraph-sakata.yama, .paragraph-sakata.koko2, .paragraph-sakata.koko2 {
    font-size: 12px;
  }

  .code-embed {
    width: 500px;
  }
}

@media screen and (max-width: 479px) {
  .cata.web {
    font-size: 34px;
    line-height: 37px;
  }

  .category {
    margin-top: 0;
  }

  .n_1 {
    height: 80px;
  }

  .image {
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .logo_back {
    width: 200px;
    height: 60px;
  }

  .top_1 {
    inset: 0% 0% auto;
  }

  .div-block-6 {
    width: 50px;
    height: 50px;
    margin-top: 4px;
  }

  .into_menu {
    background-image: url('../images/navi_back_2.jpg'), url('../images/navi_back.jpg');
    background-position: 50% 0, 50% 0;
    background-size: cover, cover;
    inset: 0%;
  }

  .lottie-animation {
    margin-top: 3px;
  }

  .background-video-2 {
    justify-content: flex-start;
  }

  .heading {
    color: #0000;
    text-align: left;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    margin-left: -11px;
    font-size: 120px;
    line-height: 100px;
  }

  .div-block-7 {
    text-align: center;
    flex-direction: column;
    align-items: flex-start;
    max-width: 90%;
    margin-top: -52px;
    margin-left: 0;
    padding-left: 0;
  }

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

  .div-block-8 {
    box-shadow: none;
    width: 150px;
    height: 150px;
    margin-top: -122px;
    margin-left: -127px;
    display: block;
    overflow: hidden;
  }

  .grid {
    grid-row-gap: 0px;
    flex-direction: column;
    justify-content: flex-start;
    height: auto;
  }

  .background-video-3 {
    box-shadow: none;
    border-radius: 0%;
    margin-top: -38px;
  }

  .div-block-9 {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .div-block-10 {
    flex-direction: column;
    align-items: flex-start;
  }

  .link-block {
    width: 220px;
    height: 60px;
  }

  .m_1 {
    width: 30px;
  }

  .menu {
    width: 60px;
    height: 60px;
  }

  .top_menu {
    padding-left: 0;
  }

  .m_2 {
    width: 30px;
  }

  .navi_board {
    margin-left: -100%;
  }

  .section-8 {
    z-index: 0;
    margin-top: 0;
    display: block;
    position: static;
  }

  .div-block-20 {
    width: auto;
    height: auto;
    margin-top: 0;
  }

  .image-7 {
    width: 600px;
    margin-top: 131px;
    display: block;
    transform: rotate(90deg);
  }

  .section-9 {
    margin-top: 263px;
  }

  .div-block-22 {
    width: 300px;
    margin-top: -716px;
  }

  .container-4 {
    display: block;
  }

  .image-7-sma {
    height: 70vh;
    margin-top: 0;
    margin-left: 0%;
    padding-left: 0%;
    padding-right: 0%;
    display: none;
  }

  .background-video-12 {
    overflow: hidden;
  }

  .rise {
    z-index: 0;
    margin-top: 0;
    padding-bottom: 391px;
    display: flex;
    position: static;
  }

  .grid-5 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    display: grid;
  }

  .d_1 {
    display: none;
  }

  .back_photo {
    z-index: -3;
    margin-top: 0;
  }

  .d_12 {
    display: none;
  }

  .grid-5_sma {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    display: grid;
  }

  .back_photo-copy {
    z-index: -3;
    margin-top: 0;
  }

  .top_2 {
    height: auto;
    margin-top: -96px;
    padding-bottom: 0;
  }

  .heading-5 {
    margin-top: 0;
    margin-left: -15px;
    padding-bottom: 40px;
    font-size: 90px;
    line-height: 75px;
    overflow: hidden;
  }

  .grid-6 {
    margin-top: -114px;
  }

  .paragraph {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 17px;
    line-height: 30px;
  }

  .div-block-24 {
    width: 200px;
    padding-bottom: 0;
  }

  .div-block-25 {
    margin-top: -271px;
    padding-left: 0;
    padding-right: 0;
  }

  .lottie-animation-2 {
    width: 200px;
    margin-top: -47px;
  }

  .work_lavel {
    height: auto;
    margin-top: 0;
  }

  .grid-7 {
    flex-direction: column;
    margin-left: 10%;
    margin-right: 10%;
    display: flex;
  }

  .button, .button-_2, .button-_3, .button-_4 {
    height: 170px;
    font-size: 50px;
  }

  .button-_5 {
    height: 170px;
    font-size: 20px;
  }

  .company_profile {
    background-position: 100% 0;
    background-size: cover;
    border-width: 10px;
    height: 320px;
    margin-top: 0;
  }

  .background-video-23 {
    height: 350px;
    margin-top: -303px;
    display: block;
  }

  .background-video-23.sma {
    margin-top: -231px;
    display: block;
  }

  .div-block-31 {
    width: 60px;
  }

  .heading-7 {
    margin-top: 137px;
    font-size: 30px;
    line-height: 30px;
  }

  .lottie-animation-4 {
    margin-top: 117px;
    transform: rotate(90deg);
  }

  .company_profile_bottom {
    padding: 10px;
    font-size: 22px;
  }

  .div-block-34 {
    width: 270px;
    margin-top: 105px;
  }

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

  .work_lavel_2 {
    height: auto;
    margin-top: 0;
  }

  .grid-77 {
    flex-direction: column;
    margin-left: 10%;
    margin-right: 10%;
    display: flex;
  }

  .heading-9 {
    font-size: 40px;
  }

  .link-block-6 {
    width: 300px;
    height: 50px;
  }

  .div-block-38 {
    height: 50px;
  }

  .heading-10 {
    margin-top: -47px;
    font-size: 20px;
  }

  .heading-14 {
    font-size: 40px;
  }

  .div-block-44, .link-movie, .link-web {
    height: 200px;
  }

  .columns-3 {
    margin-top: 0;
  }

  .link-brand, .link-photo {
    height: 200px;
  }

  .lottie-animation-5 {
    width: 75px;
  }

  .paragraph-8 {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 15px;
  }

  .div-block-45 {
    margin-left: 0;
  }

  .link-8 {
    padding-left: 21px;
    font-size: 30px;
    line-height: 40px;
  }

  .link-8:active {
    transform: none;
  }

  .link-8.w--current {
    font-size: 30px;
  }

  .link-profile {
    padding-left: 20px;
    font-size: 20px;
    line-height: 40px;
  }

  .div-block-46 {
    height: 120px;
  }

  .div-block-47 {
    width: 80px;
  }

  .section-15 {
    height: 300px;
  }

  .web_page_1 {
    height: auto;
  }

  .image-15 {
    margin-top: -11px;
  }

  .top_photo_web {
    height: 400px;
  }

  .section-16 {
    margin-top: 112px;
  }

  .div-block-50 {
    margin-top: -121px;
  }

  .heading-15 {
    font-size: 110px;
    line-height: 90px;
  }

  .river_font {
    margin-top: 98px;
  }

  .background-video-25 {
    width: 270px;
    height: 170px;
  }

  .heading-17 {
    margin-top: 4px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 19px;
    line-height: 30px;
    display: none;
  }

  .heading-17.movie {
    font-size: 20px;
    line-height: 30px;
  }

  .heading-17.sma {
    display: block;
  }

  .heading-18 {
    font-size: 90px;
  }

  .heading-19 {
    margin-top: -101px;
    font-size: 30px;
  }

  .works_info {
    overflow: hidden;
  }

  .heading-21, .heading-21._00 {
    font-size: 17px;
    line-height: 30px;
  }

  .heading-21.movie {
    font-size: 25px;
    line-height: 30px;
  }

  .button-3 {
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    line-height: 18px;
    display: none;
  }

  .paragraph-9 {
    font-size: 12px;
    line-height: 17px;
  }

  .paragraph-9.movie {
    margin-top: 10px;
  }

  .paragraph-11 {
    font-size: 13px;
  }

  .container-7 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .team-slider-arrow {
    color: var(--dark-grey);
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .team-slider-nav {
    margin-top: 0;
  }

  .background-video-26 {
    width: 80%;
    height: 180px;
  }

  .div-block-61 {
    justify-content: center;
    display: flex;
  }

  .icon, .icon-2 {
    color: var(--dark-grey);
  }

  .heading-22 {
    font-size: 20px;
  }

  .paragraph-15 {
    font-size: 15px;
    line-height: 25px;
  }

  .button-4 {
    font-size: 16px;
    line-height: 18px;
  }

  .heading-23 {
    font-size: 20px;
  }

  .paragraph-18 {
    font-size: 15px;
    line-height: 25px;
  }

  .button-5 {
    font-size: 16px;
    line-height: 18px;
  }

  .grid-83 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }

  .ww_3._01, .ww_3._02, .ww_3._03 {
    height: 150px;
  }

  .ww_3._04 {
    flex: 0 auto;
    height: auto;
  }

  .ww_3._05, .ww_3._06, .ww_3._07, .ww_3._08 {
    height: 150px;
  }

  .ww_3._04-copy, .ww_3.movies, .ww_3._01, .ww_3._03, .ww_3._04, .ww_3._05, .ww_3._06, .ww_3._07, .ww_3._08, .ww_3._09, .ww_3._10, .ww_3._11, .ww_3._12, .ww_3._13, .ww_3._14, .ww_3._15, .ww_3._16, .ww_3._17, .ww_3._18, .ww_3._19, .ww_3._20, .ww_3._21, .ww_3._22, .ww_3._14 {
    flex: 0 auto;
    height: auto;
  }

  .rise_footer_2023 {
    margin-top: 138px;
    padding-top: 30px;
    font-size: 10px;
  }

  .heading-26 {
    font-size: 19px;
    line-height: 28px;
  }

  .heading-26.web {
    border-bottom-color: var(--dark-sea-green);
    color: var(--dark-sea-green);
  }

  .paragraph-20 {
    text-align: justify;
    font-size: 14px;
    line-height: 22px;
  }

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

  .paragraph-21.sma {
    text-align: justify;
    font-size: 13px;
    line-height: 22px;
  }

  .div-block-74 {
    margin-top: 20px;
    padding-left: 10%;
    padding-right: 10%;
    display: block;
  }

  .image-18, .image-19, .image-20 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .image-21 {
    margin-top: 10px;
    margin-bottom: 0;
  }

  .heading-27 {
    margin-bottom: -1px;
  }

  .div-block-75 {
    width: 130px;
    margin-top: 0;
  }

  .image-23, .image-24, .image-25 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .movie_page_1 {
    height: auto;
  }

  .movie_footer {
    margin-top: 102px;
  }

  .background-video-27 {
    height: 270px;
  }

  .top_photo_movie {
    height: 270px;
    margin-top: -270px;
  }

  .div_div_movie {
    margin-top: -324px;
  }

  .background-video-29 {
    height: 200px;
  }

  .div-block-77 {
    justify-content: center;
    align-items: center;
    width: 25px;
    margin-top: 38px;
    margin-left: 0;
  }

  .slider-3, .background-video-30 {
    height: 400px;
  }

  .div-block-79 {
    height: 400px;
    margin-top: -400px;
  }

  .background-video-31, .background-video-32 {
    height: 400px;
  }

  .heading-28 {
    font-size: 100px;
    line-height: 90px;
  }

  .background-video-33, .background-video-34 {
    height: 400px;
  }

  .background-video-36 {
    height: 420px;
  }

  .div-block-80 {
    margin-top: -146px;
  }

  .div-block-81 {
    height: 420px;
    margin-top: -400px;
  }

  .heading-29 {
    color: #6bcf96d6;
    margin-top: -248px;
    font-size: 110px;
    line-height: 95px;
  }

  .heading-30 {
    font-size: 70px;
    line-height: 60px;
  }

  .quick-stack-3 {
    margin-left: 5%;
    margin-right: 5%;
    padding-left: 0;
    padding-right: 0;
  }

  .fobar {
    height: 200px;
  }

  .paragraph-23 {
    margin-top: 0;
    font-size: 12px;
  }

  .grid-83-movie {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: flex-start;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 0;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }

  .ww_movie {
    height: auto;
  }

  .ww_movie._01, .ww_movie._02, .ww_movie._03 {
    height: 150px;
  }

  .ww_movie._04 {
    flex: 0 auto;
    height: auto;
  }

  .ww_movie._05, .ww_movie._06, .ww_movie._07, .ww_movie._08 {
    height: 150px;
  }

  .ww_movie._04-copy, .ww_movie.movies {
    flex: 0 auto;
    height: auto;
  }

  .link-block-1 {
    margin-top: 0;
  }

  .div-block-87 {
    width: 100px;
  }

  .grid-84 {
    grid-column-gap: 6px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 2.25fr .25fr .25fr .25fr .25fr .25fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    display: none;
  }

  .bold-text-3 {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 30px;
  }

  .ko {
    width: 80%;
  }

  .div-block-88 {
    margin-top: 89px;
  }

  .heading-33 {
    margin-top: 17px;
    font-size: 25px;
  }

  .grid-3-sma {
    grid-column-gap: 6px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 2.25fr .25fr .25fr .25fr .25fr .25fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
  }

  .syu {
    display: flex;
  }

  .section-17 {
    height: 250px;
  }

  .paragraph-27 {
    color: var(--grey);
    margin-top: 22px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 15px;
    line-height: 30px;
  }

  .section-19 {
    height: 100px;
  }

  .bold-text-5 {
    font-size: 10px;
  }

  .section-20 {
    height: 100svh;
  }

  .div-block-89 {
    width: 300px;
    padding-top: 135px;
  }

  .sorry {
    margin-top: 51px;
    font-size: 50px;
    line-height: 70px;
  }

  .comingsoon {
    font-size: 16px;
    line-height: 24px;
  }

  .sorry_top {
    height: 100vh;
  }

  .lottie-animation-8 {
    margin-top: 25px;
  }

  .heading-34 {
    text-align: center;
    margin-top: 171px;
    font-size: 100px;
    line-height: 90px;
  }

  .paragraph-29 {
    font-size: 15px;
    display: none;
  }

  .paragraph-29.sma {
    display: block;
  }

  .lottie-animation-9 {
    width: 150px;
  }

  .river_font_2 {
    margin-top: -28px;
  }

  .heading-35 {
    font-size: 110px;
    line-height: 90px;
  }

  .heading-36 {
    margin-top: 3px;
    font-size: 13px;
    line-height: 20px;
  }

  .slide_scroll_page {
    padding-bottom: 200vh;
  }

  .link-block-1-2023_1, .link-block-2023_2 {
    margin-top: 0;
  }

  .top_back {
    z-index: -3;
    margin-top: 0;
  }

  .image-27 {
    width: 250px;
  }

  .story_kochira {
    height: 35px;
  }

  .heading-37 {
    font-size: 14px;
  }

  .div-block-97 {
    bottom: -98%;
  }

  .code-embed {
    width: 340px;
    height: 400px;
  }
}

#w-node-_3670d04d-7ec6-8bac-8f4c-b9e4d0ff6d53-79fffa2c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_0a61a0f8-8d2a-0df7-d862-a26977c2c765-79fffa2c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_538f5984-9e03-d31b-c0c1-41c1683d3d5c-79fffa2c {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_4db632fc-3a84-a5f9-8eb9-357a2456ed7c-79fffa2c {
  grid-area: 1 / 4 / 2 / 5;
  place-self: center;
}

#w-node-_6fbec716-c3ae-8a78-5645-6cfef2e3d9fe-79fffa2c {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center;
}

#w-node-_95bae51d-5959-e24a-a024-cef72dd364bb-79fffa2c {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_08d44026-d3c1-d515-2a2d-698b98dac6fd-79fffa2c {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-bdc80412-1f27-9076-6d44-45c9b7c5dcb8-79fffa2c {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-_0634d050-bf73-3ce2-6a41-70752424a2fe-79fffa2c {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_1ac60d2e-bdac-d147-cdb8-4522bb42f99e-79fffa2c {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-d07ff298-e7d2-6a16-c453-9004581a2740-79fffa2c {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-_2e9353a7-8149-dd17-a004-065f80d6abc2-79fffa2c {
  grid-area: 3 / 4 / 4 / 5;
}

#w-node-_2b125cf6-f3d0-60c3-d850-7718f6df6540-79fffa2c {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_2b125cf6-f3d0-60c3-d850-7718f6df6541-79fffa2c, #w-node-_85dd92a7-2bd8-595c-2c4c-e91dfe91332b-79fffa2c, #w-node-f7d21c5a-46a6-da6f-e90f-ad0a384a48fa-79fffa2c, #w-node-_013ad323-6eff-144d-7882-968485a69e6f-79fffa2c, #w-node-d5baff52-6d59-2829-3e3c-71c458a8663d-79fffa2c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_280b4120-75bc-ae5a-9af7-2886269413ba-269413b4 {
  place-self: center;
}

#w-node-_3573d2e0-83ba-5df6-04d8-b77993d32cb5-1d01b72f, #w-node-_378a8e2e-43bb-d88b-2150-a9a2ac7a77a7-1d01b72f, #w-node-_244b93c8-4914-5c9e-46ab-981fb4c62728-1d01b72f, #w-node-_8aeae005-f951-a1a4-2b79-25cce37fc197-1d01b72f, #w-node-_46485718-e598-e172-ed9a-6640cd96cc92-1d01b72f, #w-node-_2d794549-f11a-537c-9194-142af97e69f9-1d01b72f, #w-node-cbbec0e5-8e93-e03d-59d4-6aad5c3ddf63-1d01b72f, #w-node-_87e30384-32fc-2f91-58fd-d98830b7cab0-1d01b72f, #w-node-dbca0588-fa7f-c07a-9e44-e406826adaab-1d01b72f, #w-node-_05286ba0-8c63-dc5a-b3c1-a03c6b13bf3c-1d01b72f, #w-node-e96b8fb7-fb58-a8f4-aa1a-0caebf8768d2-1d01b72f, #w-node-_4572b1b0-f382-3327-9029-797381132dd0-1d01b72f, #w-node-d2c3b7f8-496b-d38e-fa4a-42e4c50788bf-1d01b72f, #w-node-_68d1de60-dddd-d45b-733f-37a582a6148a-1d01b72f, #w-node-f06edd75-918f-9486-5ac6-20955b4ac198-1d01b72f, #w-node-_50006a92-59e5-d06e-3621-fdf4403febd8-1d01b72f, #w-node-d37a8c79-2110-fb4b-a1c7-11dcfccc1e3a-1d01b72f, #w-node-_6fbbfda3-236e-982d-926c-b8d4685594c3-1d01b72f, #w-node-_25758cc8-0b20-0e77-61ed-12a60afca88f-1d01b72f, #w-node-f5792121-be94-1f08-2c56-c3f472b783a1-1d01b72f, #w-node-a816ede4-d0b2-2764-c304-775aa06c339c-1d01b72f, #w-node-c555b06f-b414-b898-8e47-c1aafe50b716-1d01b72f, #w-node-_67dc0632-b375-3e99-f259-9ce1cc172576-1d01b72f, #w-node-_880370b8-820f-5e7d-deb0-65a15846217f-edb73c54, #w-node-_01d01abc-5886-443b-ea86-d79465e0d091-edb73c54, #w-node-c48ca6a1-7497-471d-3837-d8b4e5b6d0b3-edb73c54, #w-node-_1a7c3b5b-ed42-e5a0-a94e-c83d869fba26-edb73c54, #w-node-_17692a7c-1e80-fe01-62af-bd08ba2a798f-edb73c54, #w-node-_60711cb0-98f2-1d72-06d9-273527712da0-edb73c54, #w-node-_338dbfb9-0729-0e2c-84b7-a44c30503730-edb73c54, #w-node-_46d08c44-387b-5390-acba-2521b4abcdc2-edb73c54, #w-node-df2ad6c1-cf6e-11d3-765d-9df4b0319792-edb73c54, #w-node-e9d68c83-7fc2-16d9-7a6f-497b3b53dc1e-edb73c54, #w-node-_7a633df6-da2d-921a-0f69-2abb3aa00553-edb73c54, #w-node-a163e3f4-2d5b-423a-5714-cd93fcc099b4-edb73c54, #w-node-a62776ce-490e-e594-f745-a841e7900397-edb73c54, #w-node-_0949c955-65cd-3ca8-19c9-0d0a5dc62f6e-edb73c54, #w-node-_2f513bdf-dfb9-2d14-9cfb-a7da96b0006e-edb73c54, #w-node-bbea7f2c-2c8a-36fa-9abd-a27d8c3d0f4a-edb73c54, #w-node-a32bd93b-5114-efb8-e7b1-5f78bb4d2662-edb73c54, #w-node-eb1cfd07-f54e-4a53-8296-c79fb8dff4e7-edb73c54, #w-node-_8519752a-88cc-b579-a385-31e5dfe1bf27-edb73c54, #w-node-_26ce86f8-7346-4941-100c-8512abc4fa70-edb73c54, #w-node-bd9ac389-0014-1cdb-9c2e-eeeb309f284f-edb73c54, #w-node-_10509d41-4031-b721-2d50-c901ad99f548-edb73c54, #w-node-_40cfb795-e89d-2871-fa55-c8ccfbf410bd-edb73c54, #w-node-f8bec3e0-8176-0b92-8358-158647e7c1d6-edb73c54, #w-node-_0b02d56f-8415-18ef-1be0-37b9797aad09-edb73c54 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-d677e848-2bbb-716a-6284-023135c3e324-e401957c {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-d677e848-2bbb-716a-6284-023135c3e327-e401957c {
  grid-area: 1 / 3 / 2 / 8;
}

#w-node-d677e848-2bbb-716a-6284-023135c3e32a-e401957c {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-d677e848-2bbb-716a-6284-023135c3e32d-e401957c {
  grid-area: 2 / 3 / 3 / 8;
}

#w-node-d677e848-2bbb-716a-6284-023135c3e330-e401957c {
  grid-area: 4 / 1 / 5 / 3;
}

#w-node-d677e848-2bbb-716a-6284-023135c3e333-e401957c {
  grid-area: 4 / 3 / 5 / 9;
}

#w-node-d677e848-2bbb-716a-6284-023135c3e336-e401957c {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-d677e848-2bbb-716a-6284-023135c3e339-e401957c {
  grid-area: 3 / 3 / 4 / 8;
}

#w-node-d677e848-2bbb-716a-6284-023135c3e33e-e401957c {
  grid-area: 5 / 1 / 6 / 3;
}

#w-node-d677e848-2bbb-716a-6284-023135c3e341-e401957c {
  grid-area: 5 / 3 / 6 / 7;
}

#w-node-d677e848-2bbb-716a-6284-023135c3e344-e401957c {
  grid-area: 6 / 1 / 7 / 3;
}

#w-node-d677e848-2bbb-716a-6284-023135c3e347-e401957c {
  grid-area: 6 / 3 / 7 / 8;
}

#w-node-d677e848-2bbb-716a-6284-023135c3e34a-e401957c {
  grid-area: 7 / 1 / 8 / 3;
}

#w-node-d677e848-2bbb-716a-6284-023135c3e34d-e401957c {
  grid-area: 7 / 3 / 8 / 8;
}

#w-node-d677e848-2bbb-716a-6284-023135c3e2ea-e401957c {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-d677e848-2bbb-716a-6284-023135c3e2ed-e401957c {
  grid-area: 1 / 3 / 2 / 8;
}

#w-node-d677e848-2bbb-716a-6284-023135c3e2f0-e401957c {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_692f09f9-45cd-f7b5-7263-088182478bf6-e401957c {
  grid-area: 2 / 3 / 3 / 8;
}

#w-node-d677e848-2bbb-716a-6284-023135c3e2f3-e401957c {
  grid-area: 3 / 3 / 4 / 8;
}

#w-node-d677e848-2bbb-716a-6284-023135c3e2f6-e401957c {
  grid-area: 5 / 1 / 6 / 3;
}

#w-node-d677e848-2bbb-716a-6284-023135c3e2f9-e401957c {
  grid-area: 5 / 3 / 6 / 9;
}

#w-node-d677e848-2bbb-716a-6284-023135c3e2fc-e401957c {
  grid-area: 4 / 1 / 5 / 3;
}

#w-node-d677e848-2bbb-716a-6284-023135c3e2ff-e401957c {
  grid-area: 4 / 3 / 5 / 8;
}

#w-node-d677e848-2bbb-716a-6284-023135c3e304-e401957c {
  grid-area: 6 / 1 / 7 / 3;
}

#w-node-d677e848-2bbb-716a-6284-023135c3e30d-e401957c {
  grid-area: 7 / 3 / 8 / 8;
}

#w-node-d677e848-2bbb-716a-6284-023135c3e313-e401957c {
  grid-area: 8 / 3 / 9 / 8;
}

#w-node-_09447ded-db00-df4f-ac25-5ff03a0d21d8-e401957c {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-d677e848-2bbb-716a-6284-023135c3e30a-e401957c {
  grid-area: 7 / 1 / 8 / 3;
}

#w-node-d677e848-2bbb-716a-6284-023135c3e307-e401957c {
  grid-area: 6 / 3 / 7 / 7;
}

#w-node-d677e848-2bbb-716a-6284-023135c3e310-e401957c {
  grid-area: 8 / 1 / 9 / 3;
}

#w-node-_31c13b7f-524f-fe67-b3bc-6eb023063ef4-7ae76301 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_31c13b7f-524f-fe67-b3bc-6eb023063ef5-7ae76301, #w-node-_31c13b7f-524f-fe67-b3bc-6eb023063ef6-7ae76301, #w-node-a88aae45-0321-ec93-0ae4-efdfbcf77dfe-7ae76301, #w-node-_3e66bbd1-7ca5-db84-76b3-ef4adb773b10-7ae76301, #w-node-b94be0d2-75a0-4b5c-491d-2207e4a0a124-7ae76301, #w-node-_87e09f17-4cf8-a7c2-6db4-5be662c91d28-7ae76301, #w-node-_8595f010-6ec4-b288-db3c-5b0ceca444d2-7ae76301, #w-node-_2259d301-76b7-9a47-690a-c6dfe4fa0d0a-7ae76301, #w-node-ce43cdfd-b224-17df-24a0-77a1287dc945-7ae76301, #w-node-bd0d6714-d428-2da8-aa8d-95c79c7b04ff-7ae76301, #w-node-_2abe3cb1-3989-57a4-ae5a-ec691b2236d2-7ae76301, #w-node-e629410e-8774-985c-ae0d-50a4b430ba58-7ae76301, #w-node-_6c995b92-ecc4-6c2d-933b-2baa3e2516b9-7ae76301, #w-node-_3a1a16a1-d539-52b2-ecbc-2581a6545938-7ae76301, #w-node-_1678a5ca-648f-d69b-5717-ab699bc8066d-7ae76301, #w-node-_3fdebeca-2784-db36-d373-b3dd3a3f001f-7ae76301, #w-node-_39047e7a-cce8-7e30-889e-d90319dbbbd4-7ae76301, #w-node-_60e2cdac-cec5-0931-e563-8e790a3fa971-7ae76301, #w-node-_30b7f9af-a522-56c9-e7aa-c5dc13874808-7ae76301, #w-node-_62de8c9e-b824-3fc2-db98-d4bb069c6263-7ae76301, #w-node-bcc96649-7b20-1c70-1962-a2ede7f54172-7ae76301, #w-node-_74de806d-98e7-4a47-4ccb-38839686052a-7ae76301, #w-node-_94755556-ffc9-5021-32cf-1559dba12f4f-7ae76301, #w-node-_81be8cf5-0620-8359-ef1b-e0e5b7bf679c-7ae76301 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-d677e848-2bbb-716a-6284-023135c3e2ea-e401957c {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-d677e848-2bbb-716a-6284-023135c3e2f0-e401957c {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_692f09f9-45cd-f7b5-7263-088182478bf6-e401957c {
    grid-area: 2 / 3 / 3 / 8;
  }

  #w-node-d677e848-2bbb-716a-6284-023135c3e2f6-e401957c {
    grid-area: 5 / 1 / 6 / 3;
  }

  #w-node-d677e848-2bbb-716a-6284-023135c3e2fc-e401957c {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-d677e848-2bbb-716a-6284-023135c3e2ff-e401957c {
    grid-area: 4 / 3 / 5 / 8;
  }

  #w-node-d677e848-2bbb-716a-6284-023135c3e313-e401957c {
    grid-area: 8 / 3 / 9 / 8;
  }

  #w-node-d677e848-2bbb-716a-6284-023135c3e310-e401957c {
    grid-area: 8 / 1 / 9 / 3;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_280b4120-75bc-ae5a-9af7-2886269413ba-269413b4 {
    place-self: center;
  }

  #w-node-_244b93c8-4914-5c9e-46ab-981fb4c62728-1d01b72f {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_8aeae005-f951-a1a4-2b79-25cce37fc197-1d01b72f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-cbbec0e5-8e93-e03d-59d4-6aad5c3ddf63-1d01b72f {
    grid-area: 2 / 3 / 3 / 4;
  }

  #w-node-_05286ba0-8c63-dc5a-b3c1-a03c6b13bf3c-1d01b72f {
    grid-area: 3 / 3 / 4 / 4;
  }

  #w-node-e96b8fb7-fb58-a8f4-aa1a-0caebf8768d2-1d01b72f {
    grid-area: 6 / 3 / 7 / 4;
  }

  #w-node-_4572b1b0-f382-3327-9029-797381132dd0-1d01b72f {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-d2c3b7f8-496b-d38e-fa4a-42e4c50788bf-1d01b72f {
    grid-area: 6 / 2 / 7 / 3;
  }

  #w-node-_68d1de60-dddd-d45b-733f-37a582a6148a-1d01b72f {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-f06edd75-918f-9486-5ac6-20955b4ac198-1d01b72f {
    grid-area: 4 / 3 / 5 / 4;
  }

  #w-node-_50006a92-59e5-d06e-3621-fdf4403febd8-1d01b72f {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-d37a8c79-2110-fb4b-a1c7-11dcfccc1e3a-1d01b72f {
    grid-area: 5 / 2 / 6 / 3;
  }

  #w-node-_6fbbfda3-236e-982d-926c-b8d4685594c3-1d01b72f, #w-node-_25758cc8-0b20-0e77-61ed-12a60afca88f-1d01b72f, #w-node-f5792121-be94-1f08-2c56-c3f472b783a1-1d01b72f, #w-node-a816ede4-d0b2-2764-c304-775aa06c339c-1d01b72f, #w-node-c555b06f-b414-b898-8e47-c1aafe50b716-1d01b72f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_880370b8-820f-5e7d-deb0-65a15846217f-edb73c54, #w-node-_01d01abc-5886-443b-ea86-d79465e0d091-edb73c54, #w-node-c48ca6a1-7497-471d-3837-d8b4e5b6d0b3-edb73c54 {
    justify-self: stretch;
  }

  #w-node-_31c13b7f-524f-fe67-b3bc-6eb023063ef4-7ae76301 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  #w-node-_31c13b7f-524f-fe67-b3bc-6eb023063ef5-7ae76301, #w-node-_31c13b7f-524f-fe67-b3bc-6eb023063ef6-7ae76301, #w-node-a88aae45-0321-ec93-0ae4-efdfbcf77dfe-7ae76301, #w-node-_3e66bbd1-7ca5-db84-76b3-ef4adb773b10-7ae76301, #w-node-b94be0d2-75a0-4b5c-491d-2207e4a0a124-7ae76301, #w-node-_87e09f17-4cf8-a7c2-6db4-5be662c91d28-7ae76301, #w-node-_8595f010-6ec4-b288-db3c-5b0ceca444d2-7ae76301, #w-node-_2259d301-76b7-9a47-690a-c6dfe4fa0d0a-7ae76301, #w-node-ce43cdfd-b224-17df-24a0-77a1287dc945-7ae76301, #w-node-bd0d6714-d428-2da8-aa8d-95c79c7b04ff-7ae76301, #w-node-_2abe3cb1-3989-57a4-ae5a-ec691b2236d2-7ae76301, #w-node-e629410e-8774-985c-ae0d-50a4b430ba58-7ae76301, #w-node-_6c995b92-ecc4-6c2d-933b-2baa3e2516b9-7ae76301, #w-node-_3a1a16a1-d539-52b2-ecbc-2581a6545938-7ae76301, #w-node-_1678a5ca-648f-d69b-5717-ab699bc8066d-7ae76301, #w-node-_3fdebeca-2784-db36-d373-b3dd3a3f001f-7ae76301, #w-node-_39047e7a-cce8-7e30-889e-d90319dbbbd4-7ae76301, #w-node-_60e2cdac-cec5-0931-e563-8e790a3fa971-7ae76301, #w-node-_30b7f9af-a522-56c9-e7aa-c5dc13874808-7ae76301, #w-node-_62de8c9e-b824-3fc2-db98-d4bb069c6263-7ae76301, #w-node-bcc96649-7b20-1c70-1962-a2ede7f54172-7ae76301, #w-node-_74de806d-98e7-4a47-4ccb-38839686052a-7ae76301, #w-node-_94755556-ffc9-5021-32cf-1559dba12f4f-7ae76301, #w-node-_81be8cf5-0620-8359-ef1b-e0e5b7bf679c-7ae76301 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_31c13b7f-524f-fe67-b3bc-6eb023063ef4-7ae76301 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-_31c13b7f-524f-fe67-b3bc-6eb023063ef5-7ae76301, #w-node-_31c13b7f-524f-fe67-b3bc-6eb023063ef6-7ae76301, #w-node-a88aae45-0321-ec93-0ae4-efdfbcf77dfe-7ae76301, #w-node-_3e66bbd1-7ca5-db84-76b3-ef4adb773b10-7ae76301, #w-node-b94be0d2-75a0-4b5c-491d-2207e4a0a124-7ae76301, #w-node-_87e09f17-4cf8-a7c2-6db4-5be662c91d28-7ae76301, #w-node-_8595f010-6ec4-b288-db3c-5b0ceca444d2-7ae76301, #w-node-_2259d301-76b7-9a47-690a-c6dfe4fa0d0a-7ae76301, #w-node-ce43cdfd-b224-17df-24a0-77a1287dc945-7ae76301, #w-node-bd0d6714-d428-2da8-aa8d-95c79c7b04ff-7ae76301, #w-node-_2abe3cb1-3989-57a4-ae5a-ec691b2236d2-7ae76301, #w-node-e629410e-8774-985c-ae0d-50a4b430ba58-7ae76301, #w-node-_6c995b92-ecc4-6c2d-933b-2baa3e2516b9-7ae76301, #w-node-_3a1a16a1-d539-52b2-ecbc-2581a6545938-7ae76301, #w-node-_1678a5ca-648f-d69b-5717-ab699bc8066d-7ae76301, #w-node-_3fdebeca-2784-db36-d373-b3dd3a3f001f-7ae76301, #w-node-_39047e7a-cce8-7e30-889e-d90319dbbbd4-7ae76301, #w-node-_60e2cdac-cec5-0931-e563-8e790a3fa971-7ae76301, #w-node-_30b7f9af-a522-56c9-e7aa-c5dc13874808-7ae76301, #w-node-_62de8c9e-b824-3fc2-db98-d4bb069c6263-7ae76301, #w-node-bcc96649-7b20-1c70-1962-a2ede7f54172-7ae76301, #w-node-_74de806d-98e7-4a47-4ccb-38839686052a-7ae76301, #w-node-_94755556-ffc9-5021-32cf-1559dba12f4f-7ae76301, #w-node-_81be8cf5-0620-8359-ef1b-e0e5b7bf679c-7ae76301 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_3670d04d-7ec6-8bac-8f4c-b9e4d0ff6d53-79fffa2c {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_0a61a0f8-8d2a-0df7-d862-a26977c2c765-79fffa2c {
    grid-area: 6 / 2 / 7 / 3;
  }

  #w-node-_538f5984-9e03-d31b-c0c1-41c1683d3d5c-79fffa2c {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_4db632fc-3a84-a5f9-8eb9-357a2456ed7c-79fffa2c {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_6fbec716-c3ae-8a78-5645-6cfef2e3d9fe-79fffa2c {
    grid-row: 2 / 3;
  }

  #w-node-_95bae51d-5959-e24a-a024-cef72dd364bb-79fffa2c {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_08d44026-d3c1-d515-2a2d-698b98dac6fd-79fffa2c {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-bdc80412-1f27-9076-6d44-45c9b7c5dcb8-79fffa2c {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_0634d050-bf73-3ce2-6a41-70752424a2fe-79fffa2c {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_1ac60d2e-bdac-d147-cdb8-4522bb42f99e-79fffa2c {
    grid-area: 5 / 2 / 6 / 3;
  }

  #w-node-d07ff298-e7d2-6a16-c453-9004581a2740-79fffa2c {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_2e9353a7-8149-dd17-a004-065f80d6abc2-79fffa2c {
    grid-area: 4 / 2 / 5 / 3;
  }

  #w-node-_31c13b7f-524f-fe67-b3bc-6eb023063ef4-7ae76301 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_31c13b7f-524f-fe67-b3bc-6eb023063ef5-7ae76301, #w-node-_31c13b7f-524f-fe67-b3bc-6eb023063ef6-7ae76301, #w-node-a88aae45-0321-ec93-0ae4-efdfbcf77dfe-7ae76301, #w-node-_3e66bbd1-7ca5-db84-76b3-ef4adb773b10-7ae76301, #w-node-b94be0d2-75a0-4b5c-491d-2207e4a0a124-7ae76301, #w-node-_87e09f17-4cf8-a7c2-6db4-5be662c91d28-7ae76301, #w-node-_8595f010-6ec4-b288-db3c-5b0ceca444d2-7ae76301, #w-node-_2259d301-76b7-9a47-690a-c6dfe4fa0d0a-7ae76301, #w-node-ce43cdfd-b224-17df-24a0-77a1287dc945-7ae76301, #w-node-bd0d6714-d428-2da8-aa8d-95c79c7b04ff-7ae76301, #w-node-_2abe3cb1-3989-57a4-ae5a-ec691b2236d2-7ae76301, #w-node-e629410e-8774-985c-ae0d-50a4b430ba58-7ae76301, #w-node-_6c995b92-ecc4-6c2d-933b-2baa3e2516b9-7ae76301, #w-node-_3a1a16a1-d539-52b2-ecbc-2581a6545938-7ae76301, #w-node-_1678a5ca-648f-d69b-5717-ab699bc8066d-7ae76301, #w-node-_3fdebeca-2784-db36-d373-b3dd3a3f001f-7ae76301, #w-node-_39047e7a-cce8-7e30-889e-d90319dbbbd4-7ae76301, #w-node-_60e2cdac-cec5-0931-e563-8e790a3fa971-7ae76301, #w-node-_30b7f9af-a522-56c9-e7aa-c5dc13874808-7ae76301, #w-node-_62de8c9e-b824-3fc2-db98-d4bb069c6263-7ae76301, #w-node-bcc96649-7b20-1c70-1962-a2ede7f54172-7ae76301, #w-node-_74de806d-98e7-4a47-4ccb-38839686052a-7ae76301, #w-node-_94755556-ffc9-5021-32cf-1559dba12f4f-7ae76301, #w-node-_81be8cf5-0620-8359-ef1b-e0e5b7bf679c-7ae76301 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


