@font-face {
  font-family: Inter-s-hans-jp-v1;
  src: url('../fonts/inter-s-hans-medium-jp-v1.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: inter-s-hans-v1-bold;
  src: url('../fonts/inter-s-hans-bold-jp-v1.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

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

@font-face {
  font-family: "Silver Neuebit V 01";
  src: url('../fonts/silver-neuebit-v01.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

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

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

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

:root {
  --white: white;
  --outdraw-purple: #330634;
  --neon-green\<deleted\|variable-4c5d80a8\>: #73e831;
  --outdraw-orange: #ff9446;
  --coral\<deleted\|variable-064d4b7c\>: #ea6000;
  --outdraw-grey: #ebe6eb;
  --outdraw-orange-dark: #d67b49;
}

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

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

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

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

body {
  background-color: var(--white);
  color: var(--outdraw-purple);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-family: Neuebit, sans-serif;
  font-size: 44px;
  line-height: .4em;
}

h2 {
  color: var(--neon-green\<deleted\|variable-4c5d80a8\>);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Neuebit, sans-serif;
  font-size: 100px;
  font-weight: 700;
  line-height: 70px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Neuebit, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  color: var(--outdraw-purple);
  margin-bottom: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.6em;
}

a {
  color: var(--outdraw-purple);
  text-decoration: underline;
  transition: opacity .2s;
  display: inline;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 20px;
  list-style-type: disc;
}

li {
  margin-bottom: 6px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figcaption {
  opacity: 1;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.section {
  background-color: var(--white);
  border: 0 solid #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 80px 200px;
  display: flex;
  position: relative;
}

.section.title {
  opacity: 1;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  object-fit: fill;
  background-color: #ff9446;
  background-clip: border-box;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 75vh;
  margin-bottom: 0;
  padding: 80px 220px;
  display: flex;
}

.section.info {
  background-color: var(--outdraw-orange);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
  position: relative;
}

.section.footer {
  background-color: var(--outdraw-purple);
  color: var(--outdraw-orange);
  padding-top: 60px;
  padding-bottom: 60px;
  display: block;
  position: relative;
}

.section.event {
  background-color: var(--coral\<deleted\|variable-064d4b7c\>);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 260px;
  padding-right: 260px;
  display: flex;
  position: relative;
}

.section.gallery {
  background-color: #ebebeb;
  background-color: var(--outdraw-grey);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 260px;
  padding-right: 260px;
  display: flex;
  position: relative;
}

.section.orange {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--outdraw-orange);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.section.white {
  background-color: var(--white);
}

.section.grey {
  background-color: var(--outdraw-grey);
}

.header-wrapper {
  background-color: #0000;
  border: 0 #0000;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: auto;
  max-width: 880px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: flex;
  position: relative;
}

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

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
}

.button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

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

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

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-contact-us {
  z-index: 5;
  position: relative;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-blog-date {
  opacity: .6;
  margin-top: 20px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.rich-text figcaption {
  opacity: .6;
}

.rich-text figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

.heading-jumbo {
  background-color: var(--outdraw-grey);
  color: var(--neon-green\<deleted\|variable-4c5d80a8\>);
  text-align: right;
  text-transform: none;
  object-fit: fill;
  border-radius: 0;
  flex-wrap: nowrap;
  place-content: stretch flex-end;
  align-items: center;
  width: auto;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 20px 10px 0 0;
  font-family: Neuebit, sans-serif;
  font-size: 140px;
  font-weight: 700;
  line-height: 80px;
  display: flex;
}

.heading-jumbo-small {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.menu {
  z-index: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.navigation-wrap {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.navigation {
  background-color: #0000;
  align-items: center;
  padding: 30px 50px;
  display: flex;
}

.navigation-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: .9;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.logo-image {
  display: block;
}

.navigation-items {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.webflow-link {
  opacity: .5;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.cta-text {
  width: 70%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.cta-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 110px;
  padding-bottom: 120px;
  display: flex;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.detail-header-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 60px;
  display: block;
}

.detail-header-image.w--current {
  margin-bottom: 60px;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.profiles {
  background-color: #0000;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 1200px;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
  position: relative;
}

.credits {
  margin-bottom: 0;
}

.event-heading {
  background-color: var(--white);
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 0;
  font-family: Mondwest, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 30px;
}

.event-heading.jp {
  color: var(--coral\<deleted\|variable-064d4b7c\>);
  text-align: left;
  background-color: #0000;
  margin-bottom: 20px;
  padding-top: 0;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
}

.event-heading.jp.white {
  color: var(--white);
  font-family: BT12GSmoothRegular, sans-serif;
  line-height: 30px;
}

.about-grid {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template: ". Area"
  / 3.5fr 3.5fr;
  place-items: center stretch;
  max-width: 1000px;
  margin-bottom: 32px;
  position: relative;
}

.about-grid.profile {
  grid-column-gap: 32px;
  grid-row-gap: 40px;
  grid-template-columns: .75fr;
  grid-auto-flow: column;
  margin-bottom: 60px;
}

.about-grid.gallery {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  margin-bottom: 0;
}

.footer-text {
  color: var(--white);
  flex: 1;
  align-self: center;
  padding-right: 200px;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 20px;
}

.div-block {
  display: flex;
}

.heading {
  color: var(--outdraw-purple);
  text-align: left;
  width: 100%;
  margin-top: 20px;
  font-family: Neuebit, sans-serif;
  font-size: 29px;
  font-style: normal;
  font-weight: 700;
  line-height: 1em;
}

.name-heading {
  color: var(--outdraw-purple);
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
  padding-top: 0;
  font-family: Inter-s-hans-jp-v1, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1em;
}

.image {
  background-color: var(--white);
  width: 100%;
  margin-bottom: 20px;
  overflow: visible;
}

.image.img-space {
  margin-bottom: 20px;
}

.image.img-space.imagetop {
  margin-top: 65px;
}

.image.img-space.gallery {
  aspect-ratio: auto;
  object-fit: contain;
  background-color: #0000;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  overflow: visible;
}

.image.profile {
  margin-bottom: 0;
  display: block;
  position: static;
}

.image.profile.tomo {
  margin-bottom: 0;
}

.title-logo {
  color: #0000;
  width: 100%;
  margin-left: 0;
  display: block;
  position: relative;
  right: auto;
}

.logo-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  object-fit: fill;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-self: flex-end;
  align-items: flex-start;
  width: 100%;
  max-width: 640px;
  height: 100%;
  margin: 0 auto 40px;
  padding-right: 0;
  display: block;
  position: relative;
}

.heading-4-jp {
  color: var(--white);
  text-align: right;
  width: 100%;
  margin-top: 0;
  margin-bottom: 60px;
  padding-bottom: 0;
  font-family: BT12GSmoothRegular, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1em;
}

.ver-heading {
  color: #fff;
  text-align: right;
  width: auto;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Neuebit, sans-serif;
  font-size: 60px;
  font-weight: 700;
  position: absolute;
  bottom: 0;
}

.para {
  opacity: 1;
  color: var(--coral\<deleted\|variable-064d4b7c\>);
  background-color: #0000;
  font-family: Inter-s-hans-jp-v1, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.9em;
}

.para.collaborators {
  text-align: left;
  line-height: 2em;
}

.para.white {
  color: var(--white);
}

.section-heading {
  float: left;
  clear: none;
  perspective-origin: 50%;
  transform-origin: 0 0;
  color: var(--outdraw-orange);
  text-align: right;
  background-color: #0000;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 240px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Neuebit, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1em;
  transition: opacity .2s;
  display: block;
  position: absolute;
  inset: 8em auto auto 1em;
  transform: rotate(-90deg);
}

.section-heading.white {
  color: var(--white);
}

.section-heading.purple {
  color: var(--outdraw-purple);
}

.heading-2 {
  color: var(--outdraw-purple);
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 0;
  font-family: "Silver Neuebit V 01", Arial, sans-serif;
  font-size: 45px;
  font-weight: 400;
}

.heading-2.jp {
  color: var(--coral\<deleted\|variable-064d4b7c\>);
  text-align: left;
  background-color: #0000;
  margin-bottom: 30px;
  padding-top: 0;
  font-family: BT12GSmoothRegular, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.8em;
}

.heading-2.jp.profile {
  color: var(--outdraw-orange);
  margin-bottom: 20px;
  font-family: Neuebit, sans-serif;
  font-size: 48px;
  font-weight: 700;
}

.heading-2.jp-copy {
  color: var(--coral\<deleted\|variable-064d4b7c\>);
  text-align: left;
  background-color: #0000;
  margin-bottom: 30px;
  padding-top: 0;
  font-family: BT12GSmoothRegular, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.8em;
}

.heading-2.jp-copy.profile {
  color: var(--outdraw-orange);
  margin-bottom: 20px;
  font-family: Neuebit, sans-serif;
  font-size: 48px;
  font-weight: 700;
}

.heading-2.jp-new {
  font-family: "Silver Neuebit V 01", Arial, sans-serif;
  font-weight: 400;
}

.event-detail-wrap {
  margin-bottom: 100px;
}

.event-detail-wrap.last-child {
  margin-bottom: 0;
  display: none;
  overflow: visible;
}

.event-date {
  background-color: var(--white);
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 0;
  font-family: Mondwest, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 30px;
}

.event-date.jp {
  clear: none;
  color: var(--white);
  text-align: right;
  background-color: #0000;
  flex-flow: row;
  flex: 1;
  place-content: flex-start flex-end;
  align-self: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5em;
  display: flex;
  position: relative;
}

.table-wrapper {
  text-align: left;
  background-color: #0000;
  justify-content: center;
  align-items: stretch;
  display: block;
  position: relative;
}

.footer-logo {
  width: 100px;
}

.div-block-6 {
  margin-bottom: 0;
}

.link {
  transition: opacity .2s;
  position: relative;
}

.link:hover {
  opacity: .5;
  color: var(--outdraw-purple);
}

.link.top {
  text-underline-offset: 3px;
  font-family: "Silver Neuebit V 01", Arial, sans-serif;
  font-size: 26px;
  font-weight: 400;
  text-decoration-thickness: 3px;
}

.location {
  margin-bottom: 100px;
}

.link-3 {
  color: var(--coral\<deleted\|variable-064d4b7c\>);
}

.loadinganimation {
  z-index: 2;
  background-color: #696969;
  background-image: linear-gradient(#ff984e, #ff984e);
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.link-4 {
  color: var(--outdraw-orange);
}

.arrow {
  opacity: 1;
  color: var(--outdraw-purple);
  text-align: right;
  margin-bottom: 8px;
  padding-top: 0;
  font-family: Mondwest, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 1em;
  position: absolute;
  bottom: 0;
}

.link-5 {
  color: #fff;
}

.questionheading {
  color: var(--coral\<deleted\|variable-064d4b7c\>);
  padding-top: 12px;
  padding-bottom: 19px;
  padding-right: 0;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 17.5px;
  font-weight: 500;
}

.language-toggle {
  display: flex;
  position: absolute;
  inset: 40px auto auto 40px;
}

.jp_language {
  opacity: .5;
  color: #fff;
  font-family: Neuebit, sans-serif;
  font-size: 40px;
  font-weight: 700;
  text-decoration: none;
}

.jp_language.on_jp {
  opacity: 1;
}

.en_languiage {
  opacity: 1;
  color: #fff;
  cursor: pointer;
  padding-left: 8px;
  font-family: Neuebit, sans-serif;
  font-size: 40px;
  font-weight: 700;
}

.en_languiage.on_jp {
  opacity: .71;
}

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

.image-5 {
  width: 100%;
  max-width: 1000px;
  margin-bottom: 29px;
}

.image6 {
  width: 100%;
  max-width: 1000px;
  margin-bottom: 53px;
}

.image_exhibition {
  background-color: var(--white);
  width: 100%;
  margin-bottom: 20px;
  overflow: visible;
}

.heading-1 {
  color: var(--outdraw-purple);
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
  padding-left: 24px;
  padding-right: 24px;
  font-family: "Silver Neuebit V 01", Arial, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
}

.heading-1.highlight {
  outline-color: var(--outdraw-orange);
  outline-offset: 0px;
  color: var(--outdraw-purple);
  background-color: #0000;
  outline-width: 3px;
  outline-style: solid;
  margin: 0 -40px 40px;
  padding: 40px;
  font-style: normal;
  line-height: 40px;
}

.heading-1.highlight.jp {
  padding-bottom: 34px;
  font-family: "Silver Neuebit V 01", Arial, sans-serif;
  line-height: 48px;
}

.heading-1.credits {
  text-align: left;
  padding-left: 0;
}

.heading-1.bit-bigger {
  font-size: 56px;
}

.heading-1.bit-bigger.jp {
  font-family: "Silver Neuebit V 01", Arial, sans-serif;
}

.paragraph {
  text-align: left;
  margin-bottom: 24px;
  font-size: 16px;
}

.paragraph.link {
  color: var(--outdraw-purple);
}

.paragraph.centre {
  text-align: center;
}

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

.paragraph.extra-info {
  text-align: center;
  flex: 0 auto;
  margin-bottom: 8px;
  padding-top: 0;
  font-size: 16px;
  display: block;
}

.paragraph.extra-info.top {
  text-align: center;
  margin-bottom: 32px;
  font-size: 18px;
}

.paragraph.below-vimeo {
  margin-top: 0;
}

.paragraph.how-to-paragraph {
  margin-bottom: 0;
}

.paragraph.profile-paragraph {
  text-align: left;
  margin-bottom: 0;
}

.paragraph.jp {
  line-height: 1.8em;
}

.paragraph.policy {
  text-align: center;
  margin-top: 24px;
}

.video {
  margin-top: 40px;
  margin-bottom: 60px;
}

.main-logo {
  width: 100%;
  max-width: 880px;
  margin-bottom: 30px;
}

.main-button {
  border: 3px solid var(--outdraw-purple);
  background-color: var(--white);
  box-shadow: 3px 3px 0 0 var(--outdraw-purple);
  pointer-events: auto;
  color: var(--outdraw-purple);
  -webkit-text-stroke-color: var(--outdraw-purple);
  border-radius: 0;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 60px;
  font-family: Inter-s-hans-jp-v1, sans-serif;
  font-size: 18px;
  font-weight: 500;
  display: block;
}

.main-button:hover {
  background-color: var(--outdraw-orange);
  pointer-events: auto;
}

.main-button:active, .main-button:focus {
  background-color: var(--outdraw-orange-dark);
}

.main-button.white {
  padding: 10px 40px;
  font-size: 20px;
}

.main-button.white:hover {
  background-color: var(--white);
}

.main-button.white:focus {
  background-color: var(--white);
  background-image: linear-gradient(#3306341a, #3306341a);
}

.main-button.white.header {
  text-align: center;
  min-width: 300px;
  margin-bottom: 20px;
}

.main-button.white.header.steam-button {
  background-color: var(--outdraw-grey);
  text-align: center;
  min-width: 280px;
  min-height: 56px;
  margin-bottom: 40px;
  padding-top: 12px;
  font-family: Neuebit, sans-serif;
  font-size: 32px;
  font-weight: 700;
}

.main-button.white.header.join-button {
  background-color: var(--outdraw-grey);
  box-shadow: none;
  color: var(--outdraw-purple);
  min-width: 280px;
  min-height: 56px;
  padding-top: 12px;
  font-family: Neuebit, sans-serif;
  font-size: 32px;
  font-weight: 700;
}

.main-button.steam-button {
  background-color: var(--outdraw-grey);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  width: 260px;
  min-width: 0;
  height: 56px;
  margin-bottom: 16px;
  padding-top: 10px;
  padding-left: 24px;
  padding-right: 24px;
  font-family: Neuebit, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1em;
  display: block;
}

.main-button.steam-button:hover {
  box-shadow: 3px 3px 0 0 var(--outdraw-purple);
  color: var(--outdraw-purple);
  background-color: #d2ced2;
}

.main-button.steam-button:active {
  box-shadow: 3px 3px 0 0 var(--outdraw-purple);
  background-color: #d2ced2;
}

.main-button.steam-button.jp {
  width: 380px;
  padding: 13px 7px 16px;
  font-family: "Silver Neuebit V 01", Arial, sans-serif;
  font-size: 34px;
  font-weight: 400;
  line-height: .9em;
}

.main-button.steam-button.ai-policy {
  background-color: var(--outdraw-orange);
}

.main-button.wishlist-button {
  text-align: center;
  width: 290px;
}

.headin {
  color: var(--outdraw-purple);
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
  padding-top: 0;
  font-family: Neuebit, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1em;
}

.image-7 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.image-container {
  flex-flow: wrap;
  place-content: center space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 130px;
  display: flex;
}

.image-8 {
  max-width: 370px;
}

.text-block-8 {
  color: var(--coral\<deleted\|variable-064d4b7c\>);
  text-align: center;
  margin-top: 10px;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 18px;
  line-height: 1em;
}

.image-10 {
  width: 100%;
  margin: 0;
  padding-left: 0;
  position: relative;
}

.inner {
  background-color: #0000;
  width: auto;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
  position: relative;
}

.inner.gallery {
  max-width: 880px;
}

.inner.header {
  width: 100%;
  max-width: 680px;
}

.link-6 {
  color: var(--outdraw-orange);
}

.link-6:hover {
  opacity: 1;
  color: var(--outdraw-orange-dark);
}

.link-7 {
  color: var(--outdraw-orange);
}

.list {
  margin-bottom: 20px;
  padding-left: 20px;
}

.list.credits {
  padding-left: 16px;
}

.list-item {
  margin-bottom: 2px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  line-height: 1.6em;
}

.italic-text {
  font-weight: 700;
}

.italic-text-2 {
  font-style: normal;
}

.steam-embed {
  border: 3px solid var(--outdraw-purple);
  box-shadow: 4px 4px 0 0 var(--outdraw-purple);
  margin-bottom: 40px;
  position: relative;
}

.caption, .italic-text-3 {
  color: var(--outdraw-purple);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  line-height: 1em;
}

.image-grid {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template: ". Area"
  / 3.5fr 3.5fr;
  place-items: center stretch;
  max-width: 1000px;
  margin-bottom: 0;
  position: relative;
}

.image-grid.profile {
  grid-column-gap: 40px;
  grid-row-gap: 100px;
  grid-template-columns: 1fr;
  grid-auto-flow: column;
  margin-bottom: 40px;
}

.image-grid.gallery {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 3.5fr 3.5fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  display: none;
}

.footer {
  color: var(--outdraw-orange);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-family: Neuebit, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2em;
}

.break-line {
  background-color: var(--outdraw-orange);
  height: 3px;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.break-line.mid-section {
  background-color: var(--outdraw-orange);
  margin-top: 60px;
  margin-bottom: 60px;
}

.vimeo-embed {
  margin-top: 60px;
  margin-bottom: 60px;
  display: block;
  position: relative;
}

.vimeo-embed.trailer {
  margin-top: 0;
  margin-bottom: 60px;
  overflow: hidden;
}

.creator-name-top {
  color: var(--outdraw-purple);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-family: Neuebit, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1em;
}

.image-11 {
  max-width: 250px;
  position: static;
  inset: auto 0% 0%;
}

.youtube {
  margin-top: 30px;
}

.image-grid-how-to {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template: ". Area"
  / 3.5fr 3.5fr;
  place-items: center stretch;
  max-width: 1000px;
  margin-bottom: 0;
  position: relative;
}

.image-grid-how-to.profile {
  grid-column-gap: 40px;
  grid-row-gap: 100px;
  grid-template-columns: 1fr;
  grid-auto-flow: column;
  margin-bottom: 40px;
}

.image-grid-how-to.gallery {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 3.5fr 3.5fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  display: block;
}

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

.heading-5 {
  font-family: Neuebit, sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  position: relative;
}

.link-8 {
  font-family: Neuebit, sans-serif;
  font-size: 40px;
  font-weight: 700;
}

.sns-links {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-right: 16px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.text-block-9 {
  text-align: right;
  margin-top: 16px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
}

.heading-6 {
  font-size: 32px;
}

.how-to-heading-2 {
  color: var(--outdraw-orange);
  margin-top: 16px;
  margin-bottom: 8px;
  font-size: 36px;
  line-height: .8em;
}

.how-to-heading-2.jp {
  font-family: "Silver Neuebit V 01", Arial, sans-serif;
  font-weight: 400;
}

.paragraph-3 {
  line-height: 1.2em;
}

.image-12 {
  margin-bottom: 16px;
}

.how-to-grid {
  z-index: 1;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  position: relative;
}

.background-video {
  pointer-events: none;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.bg-video-container {
  z-index: 0;
  opacity: 1;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

.purple-border {
  border: 3px solid var(--outdraw-purple);
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.purple-border.page-border {
  z-index: 1000;
  pointer-events: none;
  display: block;
  position: fixed;
}

.paragraph-4 {
  font-family: Neuebit, sans-serif;
  font-weight: 700;
}

.heading-4 {
  text-align: center;
  font-family: Neuebit, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1em;
}

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

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

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

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

.gallery-slide {
  background-color: #0000;
  height: auto;
}

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

.gallery-slide-image {
  position: relative;
}

.gallery-image {
  width: 100%;
}

.gallery-slide-text {
  color: #f5f7fa;
  margin-bottom: 0;
  line-height: 32px;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.gallery-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -50px;
}

.gallery-slider-left:focus-visible, .gallery-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.gallery-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -50px;
}

.gallery-slider-right:focus-visible, .gallery-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slide-nav {
  display: none;
}

.slider {
  width: 100%;
  height: 100%;
}

.mask {
  height: 100%;
}

.slide-nav {
  height: 40px;
  margin-bottom: 0;
  font-family: Neuebit, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1em;
}

.image-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  margin: 60px -40px;
  display: flex;
}

.image-div.last {
  margin-bottom: 0;
}

.steam-embed-container {
  position: relative;
}

.how-to-video {
  aspect-ratio: 16 / 9;
  border: 12px #fff;
  border-radius: 0;
  height: auto;
}

.how-to-vid-container {
  border: 0 solid #000;
  position: relative;
}

.how-to-vid-frame {
  border: 3px solid var(--outdraw-purple);
  border-radius: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.slider-container {
  margin: 60px -40px;
}

.steam-widget-mobile {
  display: none;
}

.steam-widget-desktop {
  margin-bottom: 24px;
  margin-left: 0;
  padding-bottom: 0;
  position: static;
}

.background-video-2 {
  z-index: 1;
  text-align: left;
  width: 960px;
  height: 330px;
  margin-bottom: 80px;
  position: relative;
}

.logo {
  margin-top: 0;
  margin-bottom: 0;
}

.video-container {
  margin-left: -40px;
  margin-right: -40px;
}

.video-container.jp {
  overflow: hidden;
}

.mailing-list-container {
  width: 720px;
  padding-left: 40px;
  padding-right: 40px;
}

.image-13 {
  width: 100%;
}

.div-block-11 {
  font-size: 16px;
}

.profile-name-container {
  margin-bottom: 24px;
  position: relative;
}

.steamwidget-mobile {
  background-color: #2f3541;
  background-image: linear-gradient(90deg, #3b4250, #2a303b);
  border: 1px solid #454e5c;
  border-radius: 4px;
  height: auto;
  margin-bottom: 30px;
  padding: 10px 15px;
  display: none;
  position: relative;
  box-shadow: 2px 2px 15px #0006;
}

.wishlist-button {
  z-index: auto;
  color: #d3efa9;
  text-align: center;
  letter-spacing: .2px;
  text-shadow: 1px 1px 2px #0000004d;
  background-color: #70a720;
  background-image: linear-gradient(90deg, #6fa620, #588a1a);
  border-radius: 2px;
  width: auto;
  height: 34px;
  margin-left: 10px;
  padding-left: 11px;
  padding-right: 11px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 16px;
  display: block;
  position: static;
  inset: auto 20px -20px auto;
  box-shadow: 2px 2px 5px #0003;
}

.wishlist-button:hover {
  color: #fff;
  background-image: linear-gradient(90deg, #8ed628, #69a621);
}

.widget-description {
  color: #c6c6c6;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.2em;
}

.widget-heading {
  color: #9e9e9e;
  letter-spacing: .2px;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 28px;
}

.capsule-image {
  width: 184px;
  height: auto;
}

.column {
  padding-left: 0;
  padding-right: 0;
}

.grid-2 {
  grid-column-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  margin-top: 10px;
  margin-bottom: 15px;
  margin-right: 10px;
}

.system-icons {
  display: flex;
}

.steam-icon {
  width: 40px;
  position: absolute;
  inset: 5px 5px 0% auto;
}

.wishlist-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  vertical-align: sub;
  background-image: linear-gradient(90deg, #395122, #273b16);
  border: 1px solid #1f250d;
  border-radius: 2px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  height: auto;
  padding: 5px 5px 5px 10px;
  display: inline-flex;
  position: absolute;
  bottom: -20px;
  right: 10px;
}

.release-date {
  color: #b8dc89;
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.link-9 {
  color: var(--white);
  text-decoration: none;
}

.link-9:hover {
  color: #66c0f4;
}

.link-10 {
  color: #9e9e9e;
  text-decoration: none;
}

.link-10:hover {
  color: #9e9e9e;
}

.body {
  background-color: var(--outdraw-purple);
}

.slider-image {
  width: 100%;
}

.arrow-gif {
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  display: inline-flex;
  position: static;
  inset: auto 0% 0%;
}

.arrow-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  margin-bottom: 24px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.credit-heading {
  line-height: 1em;
}

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

.paragraph-5.extra-info {
  text-align: center;
}

.image-14 {
  object-fit: contain;
  height: 100%;
  display: block;
  overflow: auto;
}

.image-15 {
  object-fit: contain;
  flex: 0 auto;
  height: 100%;
  display: block;
  overflow: auto;
}

.list-2 {
  font-family: Neuebit, sans-serif;
  font-size: 32px;
  font-weight: 700;
}

.lang-toggle {
  z-index: 10;
  width: auto;
  height: auto;
  display: flex;
  position: absolute;
  top: 24px;
  right: 24px;
}

.text-block-10 {
  letter-spacing: .6px;
  font-family: "Silver Neuebit V 01", Arial, sans-serif;
  font-size: 30px;
  font-weight: 400;
  text-decoration: none;
}

.english {
  opacity: .5;
  text-underline-offset: 3px;
  text-decoration: none;
  text-decoration-thickness: 3px;
}

.english:hover {
  opacity: 100;
  color: var(--outdraw-purple);
}

.english.w--current {
  opacity: 1;
  text-underline-offset: 3px;
  text-decoration: underline;
  text-decoration-thickness: 3px;
}

.english.w--current:hover {
  color: var(--outdraw-purple);
}

.english.current-page {
  opacity: 100;
  text-decoration: underline;
}

.japanese {
  opacity: .5;
  text-decoration: none;
}

.japanese:hover {
  opacity: 100;
  color: var(--outdraw-purple);
  -webkit-text-stroke-color: var(--outdraw-purple);
}

.japanese.w--current, .japanese.current-page {
  opacity: 100;
  text-underline-offset: 3px;
  text-decoration: underline;
  text-decoration-thickness: 3px;
}

.japanese_selected {
  text-decoration: underline;
}

.english_unselected {
  opacity: 1;
  text-decoration: none;
}

.heading-1-jp {
  color: var(--outdraw-purple);
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
  padding-left: 24px;
  padding-right: 24px;
  font-family: "Silver Neuebit V 01", Arial, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
}

.heading-1-jp.highlight {
  outline-color: var(--outdraw-orange);
  outline-offset: 0px;
  color: var(--outdraw-purple);
  background-color: #0000;
  outline-width: 3px;
  outline-style: solid;
  margin: 0 -40px 60px;
  padding: 40px;
  font-style: normal;
}

.heading-1-jp.credits {
  text-align: left;
  padding-left: 0;
}

.heading-1-jp.bit-bigger {
  font-size: 56px;
}

.youtube-2 {
  margin-bottom: 62px;
}

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

.lang-slash, .lang-slash.w--current {
  margin-left: 6px;
  margin-right: 6px;
  text-decoration: none;
}

.game-image {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

.game_main_image {
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.container-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 940px;
  display: block;
}

.body-2 {
  background-color: var(--outdraw-grey);
  color: var(--outdraw-grey);
}

.paragraph-6 {
  color: var(--outdraw-purple);
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 20px;
  line-height: 2em;
}

.heading-7 {
  color: var(--outdraw-purple);
  font-family: Zen Kaku Gothic New, sans-serif;
  line-height: 2em;
}

.container-3 {
  margin-top: 58px;
}

.text-block-11 {
  margin-top: 50px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
}

.text-block-12 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.image-16 {
  width: 100%;
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .section {
    padding: 60px 100px;
  }

  .section.title {
    height: auto;
    min-height: 0;
    padding: 80px 120px;
  }

  .section.info {
    align-items: stretch;
    padding: 80px 60px;
  }

  .section.footer {
    padding: 40px 60px;
  }

  .section.event, .section.gallery {
    align-items: stretch;
    padding: 80px 60px;
  }

  .button {
    justify-content: center;
  }

  .button.cc-contact-us {
    display: none;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .menu {
    margin-left: 30px;
    position: static;
  }

  .navigation-wrap {
    background-color: #fff;
  }

  .navigation {
    padding: 25px 30px;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .navigation-items {
    background-color: #fff;
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .detail-header-image {
    height: 460px;
  }

  .profiles {
    margin-top: 0;
    margin-bottom: 0;
  }

  .credits {
    margin-bottom: 0;
  }

  .event-heading {
    padding-top: 10px;
  }

  .about-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    text-align: center;
    grid-template: "."
                   "." 3fr
                   / 1fr;
    margin-bottom: 60px;
  }

  .about-grid.profile {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    place-content: stretch;
    place-items: center stretch;
    display: block;
  }

  .footer-text {
    font-size: 10px;
    line-height: 16px;
  }

  .div-block {
    justify-content: flex-start;
    align-items: center;
    width: 70%;
    margin-bottom: 40px;
    display: flex;
  }

  .div-block.image-grid {
    width: 100%;
    margin-bottom: 20px;
  }

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

  .name-heading {
    font-size: 30px;
  }

  .image {
    position: relative;
  }

  .image.img-space.imagetop {
    margin-top: 0;
  }

  .image.profile {
    margin-bottom: 0;
  }

  .title-logo {
    width: 100%;
  }

  .logo-container {
    float: none;
    max-width: none;
  }

  .heading-4-jp {
    margin-top: 0;
    margin-bottom: 60px;
    padding-bottom: 0;
    font-size: 30px;
  }

  .ver-heading {
    font-size: 50px;
  }

  .para {
    text-align: left;
    margin-bottom: 0;
  }

  .section-heading {
    float: none;
    top: 7.5em;
  }

  .heading-2 {
    text-align: left;
    padding-top: 10px;
  }

  .event-detail-wrap {
    margin-bottom: 80px;
  }

  .event-date {
    padding-top: 10px;
  }

  .table-wrapper {
    margin-top: 0;
    margin-bottom: 0;
  }

  .footer-logo {
    width: 80px;
  }

  .div-block-6 {
    margin-bottom: 0;
  }

  .questionheading {
    text-align: left;
    padding-right: 0;
  }

  .image_exhibition {
    position: relative;
  }

  .heading-1 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-1.highlight {
    margin-bottom: 40px;
    padding: 24px;
    font-size: 38px;
  }

  .paragraph {
    font-size: 16px;
  }

  .main-button.steam-button {
    display: block;
  }

  .main-button.steam-button.go-to-steam {
    width: 320px;
  }

  .headin {
    font-size: 20px;
  }

  .image-container {
    justify-content: center;
  }

  .image-10 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .list.credits {
    margin-bottom: 20px;
  }

  .image-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    text-align: center;
    grid-template: "."
                   "." 3fr
                   / 1fr;
    margin-bottom: 20px;
  }

  .image-grid.profile {
    grid-column-gap: 45px;
    grid-template-rows: auto;
    grid-auto-flow: row;
    place-content: stretch;
    place-items: center stretch;
  }

  .image-grid.gallery {
    grid-template-columns: 1fr;
    display: block;
  }

  .footer {
    font-size: 24px;
  }

  .break-line {
    margin-bottom: 0;
  }

  .break-line.mid-section {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .profile-img-container {
    width: 100%;
    margin-bottom: 24px;
    padding-right: 220px;
  }

  .vimeo-embed {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .vimeo-embed.trailer {
    margin-bottom: 40px;
  }

  .creator-name-top {
    font-size: 30px;
  }

  .image-grid-how-to {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    text-align: center;
    grid-template: "."
                   "." 3fr
                   / 1fr;
    margin-bottom: 20px;
  }

  .image-grid-how-to.profile {
    grid-column-gap: 45px;
    grid-template-rows: auto;
    grid-auto-flow: row;
    place-content: stretch;
    place-items: center stretch;
  }

  .image-grid-how-to.gallery {
    grid-template-columns: 1fr;
    display: block;
  }

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

  .heading-4 {
    opacity: 1;
  }

  .container {
    max-width: 728px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .slide-nav {
    height: 36px;
  }

  .image-div {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .steam-embed-container {
    margin-left: -80px;
    margin-right: -80px;
  }

  .slider-container {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .steam-widget-mobile, .steam-widget-desktop {
    display: none;
  }

  .logo {
    width: 100%;
  }

  .mailing-list-container {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .steamwidget-mobile {
    width: 100%;
    margin-bottom: 48px;
    display: block;
  }

  .wishlist-button {
    box-shadow: 2px 2px 10px #00000080;
  }

  .arrow-container {
    height: 48px;
    margin-bottom: 16px;
  }

  .heading-1-jp {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-1-jp.highlight {
    margin-bottom: 40px;
    padding: 24px;
    font-size: 38px;
  }

  .paragraph-6 {
    margin-top: 0;
    font-weight: 700;
  }

  .heading-7 {
    font-weight: 700;
  }

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

  .code-embed-2 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    margin-left: 0;
    margin-right: 0;
    padding-left: 60px;
    padding-right: 60px;
  }

  .section.title {
    height: auto;
    padding-left: 60px;
    padding-right: 60px;
  }

  .section.info {
    padding: 40px 20px;
  }

  .section.footer {
    padding: 40px;
  }

  .section.event, .section.gallery {
    padding: 40px 20px;
  }

  .header-wrapper {
    text-align: center;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .rich-text {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .logo-link {
    padding-left: 0;
  }

  .navigation {
    padding: 20px 30px;
  }

  .cta-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .blog-detail-header-wrap {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .about-grid.profile {
    grid-column-gap: 30px;
  }

  .footer-text {
    padding-right: 80px;
    font-size: 10px;
    line-height: 16px;
    overflow: visible;
  }

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

  .name-heading {
    text-align: left;
    font-size: 28px;
    line-height: 20px;
  }

  .image {
    margin-bottom: 10px;
  }

  .image.img-space {
    margin-bottom: 15px;
  }

  .logo-container {
    max-width: 640px;
    height: auto;
  }

  .heading-4-jp {
    margin-bottom: 50px;
    font-size: 30px;
  }

  .para {
    text-align: left;
  }

  .section-heading {
    margin-bottom: 40px;
    margin-left: 0;
    padding-left: 0;
    font-size: 35px;
    overflow: visible;
  }

  .heading-2.jp, .heading-2.jp-copy {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 1.7em;
  }

  .event-detail-wrap {
    margin-bottom: 60px;
  }

  .event-date.jp {
    font-size: 16px;
  }

  .footer-logo {
    width: 80px;
  }

  .div-block-6 {
    margin-bottom: 60px;
  }

  .link {
    font-size: 16px;
  }

  .location {
    margin-bottom: 40px;
  }

  .arrow {
    text-align: left;
    font-size: 28px;
    line-height: 20px;
  }

  .image_exhibition {
    margin-bottom: 10px;
  }

  .heading-1.highlight {
    margin-top: 0;
    margin-bottom: 40px;
    padding: 24px;
    line-height: 34px;
  }

  .main-button.steam-button.jp {
    width: 350px;
  }

  .headin {
    text-align: left;
    font-size: 20px;
    line-height: 20px;
  }

  .inner.info {
    max-width: 880px;
  }

  .image-grid.profile {
    grid-column-gap: 30px;
  }

  .footer {
    text-align: center;
    font-size: 24px;
  }

  .vimeo-embed.trailer {
    margin-bottom: 60px;
  }

  .creator-name-top {
    text-align: left;
    font-size: 28px;
    line-height: 20px;
  }

  .image-grid-how-to.profile {
    grid-column-gap: 30px;
  }

  .gallery-slider {
    padding: 60px 15px;
  }

  .gallery-slide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text {
    line-height: 30px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .mailing-list-container {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .image-14, .image-15 {
    object-fit: contain;
  }

  .lang-toggle {
    top: 20px;
  }

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

  .heading-1-jp.highlight {
    margin-top: 0;
    margin-bottom: 40px;
    padding: 24px;
    line-height: 34px;
  }

  .game_main_image {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  .section {
    margin-left: 0;
    margin-right: 0;
    padding: 40px 16px;
  }

  .section.title {
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding: 80px 16px;
  }

  .section.info {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
    padding: 40px 15px;
  }

  .section.footer {
    background-color: var(--outdraw-purple);
    color: var(--outdraw-purple);
    padding: 32px 20px;
  }

  .section.event {
    margin-left: 0;
    margin-right: 0;
    padding: 40px 15px;
  }

  .section.gallery {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
    padding: 40px 15px;
  }

  .section.white {
    padding-top: 60px;
  }

  .header-wrapper {
    margin-top: 0;
    display: flex;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .menu {
    margin-left: 15px;
  }

  .navigation {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .cta-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .blog-detail-header-wrap {
    width: 100%;
    max-width: none;
  }

  .event-heading {
    font-size: 40px;
  }

  .about-grid {
    grid-template-rows: auto;
    grid-auto-flow: row;
  }

  .about-grid.profile {
    grid-column-gap: 60px;
    grid-row-gap: 20px;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 5fr;
    grid-auto-columns: 1fr;
    margin-bottom: 40px;
    display: block;
  }

  .footer-text {
    text-align: left;
    padding-right: 20px;
    position: relative;
  }

  .heading {
    color: var(--outdraw-purple);
    text-align: center;
    margin-top: 10px;
    font-size: 24px;
    line-height: 1em;
  }

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

  .name-heading {
    text-align: center;
    margin-top: 0;
    padding-top: 0;
    font-size: 18px;
    line-height: 1em;
  }

  .image.img-space {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .image.profile {
    text-align: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .logo-container {
    width: auto;
    max-width: none;
    margin: 16px 0;
  }

  .heading-4-jp {
    margin-top: 0;
    margin-bottom: 40px;
    font-size: 23px;
  }

  .ver-heading {
    text-align: left;
    font-size: 40px;
    line-height: .5em;
  }

  .section-heading {
    opacity: 1;
    color: var(--outdraw-orange);
    text-align: left;
    align-self: flex-start;
    margin-bottom: 0;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    position: absolute;
    top: 8px;
    left: 8px;
    right: auto;
    transform: none;
  }

  .section-heading.purple {
    color: var(--outdraw-orange);
    position: absolute;
    transform: none;
  }

  .heading-2 {
    color: var(--outdraw-purple);
    text-align: left;
    margin-bottom: 12px;
    font-size: 40px;
    line-height: .4em;
  }

  .heading-2.jp {
    font-size: 19px;
  }

  .heading-2.jp.profile {
    text-align: center;
  }

  .heading-2.jp-copy {
    font-size: 19px;
  }

  .heading-2.jp-copy.profile {
    text-align: center;
  }

  .event-date {
    font-size: 40px;
  }

  .event-date.jp {
    text-align: left;
    padding-left: 0;
    font-size: 12px;
    display: block;
  }

  .footer-logo {
    position: relative;
  }

  .div-block-6 {
    margin-bottom: 0;
  }

  .link {
    text-align: left;
    font-size: 14px;
  }

  .link.top {
    text-underline-offset: 2px;
    font-family: "Silver Neuebit V 01", Arial, sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-decoration-thickness: 2px;
  }

  .link-3 {
    color: var(--coral\<deleted\|variable-064d4b7c\>);
  }

  .arrow {
    text-align: center;
    font-size: 60px;
    line-height: 1em;
  }

  .language-toggle {
    top: 21px;
    left: 19px;
  }

  .jp_language, .en_languiage {
    font-size: 30px;
  }

  .heading-1 {
    color: var(--outdraw-purple);
    text-align: center;
    margin-bottom: 24px;
    padding-left: 0;
    padding-right: 0;
    font-size: 36px;
    line-height: 26px;
  }

  .heading-1.highlight {
    box-shadow: none;
    outline-color: var(--outdraw-orange);
    outline-offset: -3px;
    color: var(--outdraw-purple);
    background-color: #0000;
    margin-bottom: 32px;
    margin-left: auto;
    margin-right: auto;
    padding: 16px 20px;
    font-size: 32px;
    line-height: 28px;
  }

  .heading-1.highlight.jp {
    padding-bottom: 20px;
    line-height: 35px;
  }

  .heading-1.bit-bigger {
    font-size: 42px;
    line-height: 32px;
  }

  .paragraph {
    font-size: 14px;
    line-height: 1.4em;
  }

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

  .paragraph.extra-info {
    text-align: center;
    font-size: 14px;
    line-height: 18px;
  }

  .paragraph.extra-info.top {
    margin-bottom: 24px;
  }

  .paragraph.below-vimeo {
    margin-top: 0;
    margin-bottom: 16px;
  }

  .paragraph.policy {
    margin-top: 20px;
  }

  .video {
    margin-bottom: 40px;
    padding-left: 0;
  }

  .main-logo {
    width: auto;
    max-width: 880px;
    margin-top: 0;
    position: relative;
  }

  .main-button {
    padding-left: 44px;
    padding-right: 44px;
  }

  .main-button.white {
    padding-right: 40px;
    font-size: 16px;
  }

  .main-button.white.header {
    min-width: 250px;
    max-width: 250px;
    margin-bottom: 20px;
  }

  .main-button.steam-button {
    color: var(--outdraw-purple);
    width: 210px;
    min-width: 0;
    height: 48px;
    margin-bottom: 16px;
    padding-top: 8px;
    font-size: 28px;
  }

  .main-button.steam-button.jp {
    width: 280px;
    font-size: 24px;
  }

  .headin {
    text-align: center;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1em;
  }

  .image-7 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .image-container {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .image-8 {
    width: 100%;
  }

  .image-10 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .inner.header {
    padding-left: 0;
    padding-right: 0;
  }

  .list {
    font-size: 16px;
  }

  .list.credits {
    margin-bottom: 16px;
    padding-left: 14px;
  }

  .list.policy {
    margin-bottom: 16px;
    padding-left: 18px;
  }

  .list-item {
    margin-bottom: 4px;
    font-size: 14px;
    line-height: 1.5em;
  }

  .steam-embed {
    margin-bottom: 20px;
    display: block;
  }

  .caption {
    font-size: 16px;
  }

  .image-grid {
    grid-template-rows: auto;
    grid-auto-flow: row;
    margin-bottom: 16px;
  }

  .image-grid.profile {
    grid-column-gap: 60px;
    grid-row-gap: 20px;
    flex: 0 auto;
    grid-template-rows: auto;
    grid-template-columns: 5fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .image-grid.gallery {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    grid-template-rows: auto auto auto auto;
    display: block;
  }

  .footer {
    color: var(--outdraw-orange);
    text-align: center;
    margin-top: 0;
    padding-top: 0;
    font-size: 20px;
  }

  .image-gride-mobile {
    margin-bottom: 40px;
  }

  .break-line {
    margin-top: 40px;
    margin-bottom: 0;
  }

  .break-line.mid-section {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .profile-img-container {
    width: 100%;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .vimeo-embed {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .vimeo-embed.trailer {
    margin-top: 0;
    margin-bottom: 32px;
  }

  .creator-name-top {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 1em;
  }

  .image-11 {
    max-width: 200px;
    margin-top: 40px;
  }

  .image-grid-how-to {
    grid-template-rows: auto;
    grid-auto-flow: row;
    margin-bottom: 16px;
  }

  .image-grid-how-to.profile {
    grid-column-gap: 60px;
    grid-row-gap: 20px;
    flex: 0 auto;
    grid-template-rows: auto;
    grid-template-columns: 5fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .image-grid-how-to.gallery {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    grid-template-rows: auto auto auto auto;
    display: block;
  }

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

  .sns-links {
    text-align: left;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 17px;
    position: relative;
  }

  .text-block-9 {
    text-align: right;
  }

  .how-to-heading-2 {
    margin-top: 12px;
    margin-bottom: 6px;
    font-size: 32px;
  }

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

  .image-12 {
    margin-left: 0;
  }

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

  .bg-video-container {
    height: 100%;
  }

  .purple-border, .purple-border.page-border {
    border-width: 2px;
  }

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

  .container {
    max-width: none;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .gallery-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .slide-nav {
    height: 30px;
    margin-bottom: 0;
    font-size: 8px;
    line-height: 0;
  }

  .bold-text {
    font-size: 31px;
  }

  .image-div {
    flex-flow: column;
    margin: 32px 0;
  }

  .how-to-vid-container {
    margin-left: 0;
    margin-right: 0;
  }

  .how-to-vid-frame {
    border-width: 2px;
  }

  .slider-container {
    margin: 32px 0;
  }

  .steam-widget-mobile {
    display: block;
  }

  .steam-widget-desktop {
    display: none;
  }

  .logo {
    margin-bottom: 24px;
    position: relative;
  }

  .div-block-10 {
    width: 100%;
  }

  .video-container {
    margin-left: 0;
    margin-right: 0;
  }

  .mailing-list-container {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .profile-name-container {
    margin-bottom: 16px;
  }

  .right-arrow, .left-arrow {
    width: 56px;
  }

  .steamwidget-mobile {
    padding-right: 15px;
  }

  .wishlist-button {
    object-fit: fill;
    justify-content: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: static;
  }

  .widget-description {
    margin-bottom: 12px;
  }

  .capsule-image {
    width: auto;
  }

  .grid-2 {
    grid-template-columns: auto;
    margin-right: 0;
  }

  .steam-icon {
    width: 32px;
  }

  .wishlist-container {
    padding-top: 0;
    padding-left: 5px;
    font-size: 16px;
    display: block;
  }

  .release-date {
    margin-top: 0;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 16px;
    line-height: 32px;
    display: block;
  }

  .lang-toggle {
    top: 10px;
    right: 10px;
  }

  .english.current-page, .japanese.current-page {
    text-underline-offset: 2px;
    text-decoration-thickness: 2px;
  }

  .heading-1-jp {
    color: var(--outdraw-purple);
    text-align: center;
    margin-bottom: 24px;
    padding-left: 0;
    padding-right: 0;
    font-size: 30px;
    line-height: 26px;
  }

  .heading-1-jp.highlight {
    box-shadow: none;
    outline-color: var(--outdraw-orange);
    outline-offset: -3px;
    color: var(--outdraw-purple);
    background-color: #0000;
    margin-bottom: 32px;
    margin-left: auto;
    margin-right: auto;
    padding: 16px 20px;
    font-size: 32px;
    line-height: 28px;
  }

  .heading-1-jp.bit-bigger {
    font-size: 42px;
    line-height: 32px;
  }

  .game_main_image {
    margin-top: 20px;
  }

  .paragraph-6 {
    font-size: 16px;
    font-weight: 700;
  }

  .heading-7 {
    font-size: 20px;
    font-weight: 700;
  }
}

#w-node-aca8de7c-ad0f-4333-2cfa-fa3c16456846-33c2c609, #w-node-_3e85ffeb-d499-6d40-6c17-848575763031-33c2c609 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_01e6080c-e03c-78d0-e50d-49bc846c01f0-33c2c609 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0401995a-bac9-6c93-3961-3c1d9b3ae982-33c2c609 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-_0401995a-bac9-6c93-3961-3c1d9b3ae983-33c2c609 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
}

#w-node-_0401995a-bac9-6c93-3961-3c1d9b3ae984-33c2c609 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_4bc62efd-2110-1dd6-44d1-21108abc3ec0-33c2c609, #w-node-de11e5f5-30cc-c61d-7815-835a1a03c77c-33c2c609 {
  grid-area: Area;
}

#w-node-_853d0cc4-9d6d-98f4-c782-fb1e0a45f14c-33c2c609 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-_853d0cc4-9d6d-98f4-c782-fb1e0a45f14a-33c2c609 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
}

#w-node-_853d0cc4-9d6d-98f4-c782-fb1e0a45f149-33c2c609 {
  align-self: start;
}

#w-node-aca8de7c-ad0f-4333-2cfa-fa3c16456846-82b6fb93, #w-node-_3e85ffeb-d499-6d40-6c17-848575763031-82b6fb93 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_01e6080c-e03c-78d0-e50d-49bc846c01f0-82b6fb93 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0401995a-bac9-6c93-3961-3c1d9b3ae982-82b6fb93 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-_0401995a-bac9-6c93-3961-3c1d9b3ae983-82b6fb93 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
}

#w-node-_0401995a-bac9-6c93-3961-3c1d9b3ae984-82b6fb93 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_4bc62efd-2110-1dd6-44d1-21108abc3ec0-82b6fb93, #w-node-de11e5f5-30cc-c61d-7815-835a1a03c77c-82b6fb93 {
  grid-area: Area;
}

#w-node-_853d0cc4-9d6d-98f4-c782-fb1e0a45f14c-82b6fb93 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-_853d0cc4-9d6d-98f4-c782-fb1e0a45f14a-82b6fb93 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
}

#w-node-_853d0cc4-9d6d-98f4-c782-fb1e0a45f149-82b6fb93 {
  align-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_0401995a-bac9-6c93-3961-3c1d9b3ae982-33c2c609 {
    align-self: center;
  }

  #w-node-_0401995a-bac9-6c93-3961-3c1d9b3ae983-33c2c609 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_0401995a-bac9-6c93-3961-3c1d9b3ae984-33c2c609 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_853d0cc4-9d6d-98f4-c782-fb1e0a45f14c-33c2c609 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_853d0cc4-9d6d-98f4-c782-fb1e0a45f14a-33c2c609 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_853d0cc4-9d6d-98f4-c782-fb1e0a45f149-33c2c609 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_0401995a-bac9-6c93-3961-3c1d9b3ae982-82b6fb93 {
    align-self: center;
  }

  #w-node-_0401995a-bac9-6c93-3961-3c1d9b3ae983-82b6fb93 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_0401995a-bac9-6c93-3961-3c1d9b3ae984-82b6fb93 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_853d0cc4-9d6d-98f4-c782-fb1e0a45f14c-82b6fb93 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_853d0cc4-9d6d-98f4-c782-fb1e0a45f14a-82b6fb93 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_853d0cc4-9d6d-98f4-c782-fb1e0a45f149-82b6fb93 {
    grid-area: 1 / 2 / 2 / 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_0401995a-bac9-6c93-3961-3c1d9b3ae984-33c2c609 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_853d0cc4-9d6d-98f4-c782-fb1e0a45f149-33c2c609 {
    grid-area: 2 / 1 / 3 / 1;
  }

  #w-node-_0401995a-bac9-6c93-3961-3c1d9b3ae984-82b6fb93 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_853d0cc4-9d6d-98f4-c782-fb1e0a45f149-82b6fb93 {
    grid-area: 2 / 1 / 3 / 1;
  }
}


@font-face {
  font-family: 'Inter-s-hans-jp-v1';
  src: url('../fonts/inter-s-hans-medium-jp-v1.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'inter-s-hans-v1-bold';
  src: url('../fonts/inter-s-hans-bold-jp-v1.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'BT12GSmoothRegular';
  src: url('../fonts/BT12GSmoothRegular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'BT10GSmoothRegular';
  src: url('../fonts/BT10GSmoothRegular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Silver Neuebit V 01';
  src: url('../fonts/silver-neuebit-v01.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mondwest';
  src: url('../fonts/Mondwest-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mondwest';
  src: url('../fonts/Mondwest-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuebit';
  src: url('../fonts/NeueBit-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuebit';
  src: url('../fonts/NeueBit-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}