:root {
  --white: white;
  --black: black;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

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

body {
  color: #333;
  font-family: Noto Serif JP, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .75rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
  line-height: 2;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.25rem;
}

li {
  margin-bottom: .25rem;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

strong {
  font-weight: bold;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.form-message-success {
  padding: 1.25rem;
}

.z-2 {
  z-index: 2;
  position: relative;
}

.text-color-black {
  color: #000;
}

.fs-styleguide_row {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: start;
  display: grid;
}

.fs-styleguide_row.is-for-social-icons {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.fs-styleguide_3-col {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-weight-semibold {
  font-weight: 600;
}

.text-weight-light {
  font-weight: 300;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.show {
  display: block;
}

.fs-styleguide_color-sample {
  background-color: #f5f5f5;
  margin-top: .5rem;
  padding: 5rem;
}

.overflow-hidden {
  overflow: hidden;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.icon-1x1-small {
  width: 2rem;
  height: 2rem;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #386eec;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-weight: 600;
}

.heading-medium {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-large {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

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

.text-size-large {
  font-size: 1.5rem;
}

.icon-medium {
  height: 3rem;
}

.text-size-regular {
  font-size: 1rem;
}

.text-weight-normal {
  font-weight: 400;
}

.fs-styleguide_section {
  grid-column-gap: 4rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: grid;
}

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

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

.icon-small {
  height: 2rem;
}

.show-mobile-portrait {
  display: none;
}

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

.background-color-grey {
  background-color: #a8c1d833;
}

.hide {
  display: none;
}

.fs-styleguide_section-type {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #000;
  padding: 1.25rem;
  font-size: 1rem;
  font-weight: 600;
}

.text-size-medium {
  font-size: 1.25rem;
}

.text-align-left {
  text-align: left;
}

.text-weight-xbold {
  font-weight: 800;
}

.text-style-link {
  text-decoration: underline;
}

.form-wrapper {
  margin-bottom: 0;
}

.text-style-muted {
  opacity: .6;
}

.text-size-small {
  font-size: .875rem;
}

.text-rich-text h1 {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}

.text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5 {
  margin-top: 1.25rem;
  margin-bottom: .75rem;
}

.text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: .5rem;
}

.text-rich-text p, .text-rich-text blockquote, .text-rich-text ul {
  margin-bottom: .75rem;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.icon-large {
  height: 4rem;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.form-radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.heading-xlarge {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.form-input {
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form-input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.form-label {
  margin-bottom: .5rem;
}

.page-wrapper {
  background-color: #f2f0ed;
}

.text-size-tiny {
  font-size: .75rem;
}

.icon-1x1-medium {
  width: 3rem;
  height: 3rem;
}

.form-checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form-checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form-checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.background-color-black {
  color: #f5f5f5;
  background-color: #000;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.fs-styleguide_classes {
  display: none;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.fs-styleguide_1-col {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fs-styleguide_1-col.gap-medium {
  grid-row-gap: 2.5rem;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.page-padding {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.fs-styleguide_2-col {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: start;
  display: grid;
}

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

.show-tablet {
  display: none;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.text-color-grey {
  color: gray;
}

.form-radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form-radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form-radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.show-mobile-landscape {
  display: none;
}

.background-color-white {
  background-color: #fff;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.icon-1x1-large {
  width: 4rem;
  height: 4rem;
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.form-message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.utility_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility_form-block {
  text-align: center;
  flex-direction: column;
  max-width: 20rem;
  display: flex;
}

.utility_form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.utility_image {
  margin-bottom: .5rem;
  margin-left: auto;
  margin-right: auto;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.button-secondary {
  color: #386eec;
  text-align: center;
  background-color: #0000;
  border: .125rem solid #386eec;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-weight: 600;
}

.button-text {
  color: #386eec;
  text-align: center;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-weight: 600;
}

.margin-tiny {
  margin: .125rem;
}

.margin-xxsmall {
  margin: .25rem;
}

.margin-xsmall {
  margin: .5rem;
}

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 8rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

.padding-tiny {
  padding: .125rem;
}

.padding-xxsmall {
  padding: .25rem;
}

.padding-xsmall {
  padding: .5rem;
}

.padding-small {
  padding: 1rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 8rem;
}

.padding-xxhuge {
  padding: 12rem;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

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

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

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

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

.fs-styleguide_background-spacer {
  height: 5rem;
}

.text-style-nowrap {
  white-space: nowrap;
}

.heading-small {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.heading-xsmall {
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.5;
}

.text-weight-medium {
  font-weight: 500;
}

.fs-styleguide_version-details {
  z-index: 5;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
}

.fs-styleguide_page-header {
  border-bottom: 2px solid #e6e6e6;
  margin-bottom: 2rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.fs-styleguide_message-outer {
  color: #fff;
  min-height: 100vh;
  padding: .75rem;
  display: flex;
}

.fs-styleguide_message-inner {
  background-color: #1a1a1a;
  border-radius: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.fs-styleguide_messege-content {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: .85fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.fs-styleguide_messege-heading {
  line-height: .8;
}

.fs-styleguide_messege-heading-span {
  font-size: 2.25rem;
  font-weight: 400;
}

.navigation {
  justify-content: space-between;
  min-height: 10vh;
  padding: 20px;
  display: flex;
}

.section-hero {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.slider-wrapper {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  overflow: hidden;
}

.slider-wrapper.dot-clicked {
  display: none;
}

.slider-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.slider-image._1 {
  z-index: 10;
  position: relative;
}

.slider-image._2 {
  z-index: 10;
  opacity: 0;
  object-position: 50% 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.slider-image._3 {
  z-index: 30;
  opacity: 0;
  object-position: 50% 50%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.slider-image._4 {
  z-index: 40;
  opacity: 0;
  position: absolute;
  inset: 0% auto auto 0%;
}

.slider-image._5 {
  z-index: 50;
  opacity: 0;
  object-position: 50% 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.slider-image._6 {
  z-index: 60;
  opacity: 0;
  object-position: 50% 50%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.slider-icon-wrapper {
  background-color: #fff;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  max-width: 1440px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.slider-icon-wrapper.hide {
  display: none;
}

.slider-icon-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.slider-icon {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.slider-icon._1 {
  -webkit-text-fill-color: transparent;
  cursor: pointer;
  background-image: url('../images/outer.png');
  background-position: 0 0;
  background-size: auto;
  -webkit-background-clip: text;
  background-clip: text;
  border: 1px solid #fff;
}

.section-catch {
  justify-content: center;
  align-items: flex-start;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.vertical-text {
  letter-spacing: 10px;
  width: 16px;
  font-size: 16px;
  line-height: 1.5;
}

.vertical-text.padding-lr {
  padding-left: 30px;
  padding-right: 30px;
}

.vertical-text.horizontal-sp.heading-horizontal {
  font-weight: 400;
}

.vertical-text.menu {
  width: 25px;
  font-size: 25px;
}

.section-about {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.about-image-wrapper {
  object-fit: cover;
}

.about-image {
  aspect-ratio: 1;
  object-fit: cover;
  object-position: 100% 50%;
  width: 100%;
  height: 100%;
  display: flex;
}

.about-text-inner-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 100px;
  display: flex;
}

.heading-block {
  display: flex;
}

.heading-block.footer {
  align-items: flex-start;
}

.heading-block.underline {
  border-bottom: 1px dashed #000;
  padding-bottom: 10px;
}

.heading-block.fi500.space-top {
  margin-top: 30px;
}

.line-decoration {
  object-fit: contain;
  margin-right: 5px;
}

.line-decoration.footer {
  margin-top: 13px;
  margin-right: 15px;
}

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

.padding-bottom-40 {
  padding-bottom: 40px;
}

.margin-top-40 {
  margin-top: 40px;
}

.section-intro-block {
  align-items: center;
  width: 100%;
  display: flex;
}

.section-intro-image {
  object-fit: cover;
  border-radius: 100%;
  width: 100px;
  height: 100px;
}

.paragraph {
  border-bottom: 1px dotted #000;
  margin-bottom: 1.5rem;
  padding-left: 20px;
  padding-right: 10px;
  font-size: 14px;
}

.logo-wrapper {
  align-items: center;
  display: flex;
}

.menu-icon-wrapper {
  z-index: 1100;
  cursor: pointer;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 75px;
  padding-top: 10px;
  padding-bottom: 11px;
  display: flex;
  position: fixed;
  inset: 20px 20px auto auto;
}

.logo-top {
  width: 87px;
}

.hamburger-icon {
  width: 38px;
}

.menu-icon-text {
  text-align: center;
  margin-top: -10px;
  font-family: Varela, sans-serif;
  font-size: .7rem;
  font-weight: 600;
}

.about-text {
  font-size: 14px;
}

.section {
  justify-content: center;
  align-items: flex-start;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.section.footer {
  background-color: #76706a;
  max-width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.section.white-bg {
  background-color: #fff;
}

.section.padding--bottom__3 {
  padding-bottom: 0;
}

.section-inner-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 50px 100px;
  display: flex;
}

.section-inner-wrapper.footer {
  flex-flow: wrap;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
}

.section-inner-wrapper.footer.inner {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.info-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.info-block {
  background-image: url('../images/news-2.jpg');
  background-position: 0 0;
  background-size: cover;
  flex-direction: column;
  justify-content: space-between;
  height: 200px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.info-block.tate {
  aspect-ratio: 16 / 9;
  background-position: 50%;
  height: auto;
}

.info-block.oshirase {
  aspect-ratio: 16 / 9;
  background-image: url('../images/news-2.jpg');
  background-position: 50%;
  background-size: cover;
  height: auto;
}

.info-block.yoko {
  aspect-ratio: 16 / 9;
  background-position: 50%;
  height: auto;
}

.info-date {
  font-size: 10px;
}

.info-title {
  font-size: 14px;
  line-height: 150%;
}

.info-tag {
  opacity: 1;
  background-color: #fffc;
  margin-top: 10px;
  margin-left: 10px;
  padding: 5px 20px;
  font-size: 14px;
  display: inline-block;
}

.info-date-title-wrapper {
  z-index: 20;
  color: #fff;
  margin-bottom: 10px;
  margin-left: 10px;
  position: relative;
}

.info-block-triangle {
  z-index: 5;
  background-color: #00000080;
  width: 300px;
  height: 130px;
  display: none;
  position: absolute;
  inset: 35% 0% 0% -119px;
  transform: rotate(49deg);
}

.info-tag-wrapper {
  z-index: 10;
  position: relative;
}

.see-more-block {
  justify-content: flex-end;
  width: 100%;
  display: flex;
}

.see-more-block.margin-top {
  margin-top: 20px;
}

.see-more-block.fi500 {
  margin-top: 10px;
}

.section-products {
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.product-section-inner-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 100px;
  display: flex;
}

.collection-list-wrapper {
  width: 100%;
  margin-top: 50px;
}

.product-item:first-child {
  display: flex;
}

.product-item-wrapper {
  align-items: center;
  width: 100%;
  margin-bottom: 50px;
  display: flex;
}

.product-item-wrapper:nth-child(2n) {
  flex-direction: row-reverse;
}

.image {
  object-fit: cover;
  width: 60%;
  height: 300px;
}

.product-text-block {
  text-align: right;
  width: 40%;
  padding: 10px 30px;
}

.paragraph-2 {
  margin-bottom: 1rem;
  margin-right: 10px;
  font-size: 14px;
}

.instagram-icon {
  width: 23px;
  margin-left: 10px;
  margin-right: 10px;
}

.instagram-feed-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
}

.instagram-feed-wrapper.hide {
  display: none;
}

.instagram-feed-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.instagram-feed-item {
  transform-style: preserve-3d;
  transition: all .2s;
}

.instagram-feed-item:hover {
  transform: rotateX(3deg)rotateY(3deg)rotateZ(-1deg);
  box-shadow: 3px 3px 8px #0000007d;
}

.instagram-image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section-footer {
  background-color: #fff0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-bottom: 2em;
  display: flex;
}

.footer-inner-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 100px;
  display: flex;
}

.footer-block {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  padding: 25px 20px;
  display: flex;
}

.footer-block.border-right {
  border-right: 1px solid #000;
}

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

.footer-text {
  text-align: left;
  margin-top: 10px;
  font-size: 14px;
}

.phone-area {
  margin-top: 1.5rem;
  font-size: 14px;
}

.large-number {
  border-bottom: 1px dotted #000;
  margin-left: 10px;
  font-size: 28px;
  display: inline-block;
}

.phone-area-copy {
  margin-top: 1.5rem;
  font-size: 14px;
}

.main-button {
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding: 5px 25px;
  font-size: 14px;
  display: flex;
}

.access-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 25% 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 10px;
  display: grid;
}

.access-item-detail {
  font-size: 14px;
}

.access-item-detail.title {
  color: #0009;
}

.footer-logo {
  width: 120px;
}

.footer-left {
  justify-content: center;
  align-items: center;
  width: 40%;
  display: flex;
}

.footer-right {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  border-left: 1px solid #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 60%;
  padding-left: 100px;
  display: grid;
}

.footer-link-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  display: grid;
}

.footer-link {
  display: inline-block;
}

.footer-link:hover {
  color: #333;
}

.copyright-text {
  color: #fff;
  text-align: center;
  width: 100%;
  margin-top: 30px;
  font-size: 12px;
}

.info-section-wrapper {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
}

.slide-nav {
  display: none;
}

.hack9-custom-nav {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

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

.slider-image-outer-wrapper {
  width: 100%;
}

.slider-icon-bg {
  filter: brightness(115%);
  width: 95%;
}

.slider-icon-bg._1 {
  background-image: url('../images/1.jpg'), url('../images/news.jpg');
  background-position: 0 0, 0 0;
  background-size: cover, cover;
}

.slider-icon-bg._2 {
  background-image: url('../images/2.jpg');
}

._100 {
  width: 100%;
}

.background-2, .background-3, .background-4, .background-5, .background-6 {
  background-image: url('../images/news.jpg');
  background-position: 0 0;
  background-size: cover;
}

.inner-section {
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 40px 80px;
  display: flex;
}

.slider-icon-outer {
  position: absolute;
}

.inner-section-wrapper {
  flex-direction: column;
  order: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 10%;
  display: flex;
}

.inner-section-left {
  width: 100%;
  max-width: 90%;
}

.vertical-line-large-screen {
  margin-bottom: 15px;
}

.news-item-link {
  border-bottom: 1px dashed #000;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 5px;
  display: flex;
}

.news-item-link:hover {
  opacity: .5;
}

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

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

.news-list {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.horizontal-line-small-screen {
  display: none;
}

.image-3 {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 390px;
}

.white-container {
  background-color: #fff;
  width: 100%;
  padding: 35px;
}

.white-container.margin-top_20 {
  margin-top: 20px;
}

.innerpage-text-container {
  background-color: #f8f7f6;
  padding: 15px 20px;
}

.h2-inner {
  margin-top: 35px;
  margin-bottom: 35px;
  font-size: 20px;
  font-weight: 700;
}

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

.intext-link {
  border-bottom: 1px dashed #000;
  display: inline-block;
}

.form-2 {
  flex-direction: column;
  align-items: flex-start;
  width: 80%;
  display: flex;
}

.width-70 {
  width: 70%;
}

.requireed, .required {
  color: red;
}

.text-area-form {
  min-height: 150px;
}

.submit-button {
  background-color: #303033;
  margin-top: 30px;
  padding-left: 65px;
  padding-right: 65px;
}

.product-gallery-layout {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.product-gallery-item {
  background-color: #fff;
  width: 100%;
}

.product-gallery-item.fi500 {
  transition: opacity .2s;
}

.product-gallery-item.fi500:hover {
  opacity: .85;
  filter: none;
}

.product-image {
  object-fit: cover;
  width: 100%;
  height: 200px;
}

.product-heading {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 14px;
}

.lightbox-link {
  width: 100%;
}

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

.extra-images-wrapper {
  margin-top: 15px;
}

.extra-images-layout {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.product-images-all {
  width: 100%;
  height: 100%;
}

.extra-images-layout {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.events-list-layout {
  grid-column-gap: 0px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.events-layout {
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.events-layout:hover {
  opacity: .6;
}

.event-image {
  object-fit: cover;
  width: 100%;
  height: 170px;
}

.events-header {
  text-align: center;
  margin-bottom: .5rem;
  font-size: 16px;
  font-weight: 700;
}

.event-date {
  text-align: center;
  font-size: 14px;
}

.event-date.hyphen {
  padding-left: 5px;
  padding-right: 5px;
}

.event-details {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.event-publish-date {
  font-size: 10px;
  position: absolute;
  inset: 35px -5px auto auto;
  transform: rotate(90deg);
}

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

.news-list-wrapper {
  width: 100%;
}

.h1-inner-news {
  font-size: 20px;
  font-weight: 700;
}

.news-publish-date {
  background-color: #f2f0ed;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 5px 10px;
  font-size: 10px;
  display: inline-block;
}

.news-content p {
  font-size: 14px;
}

.news-content h2 {
  border-bottom: 1px dashed #000;
  margin-top: .5rem;
  margin-bottom: .5rem;
  padding-bottom: .5rem;
}

.news-content.fi500 strong {
  color: red;
}

.news-content.fi500 h3 {
  margin-bottom: 1rem;
}

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

.news-image-horizontal.fi500.hor {
  object-fit: contain;
  object-position: 50% 0%;
}

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

.news-image-vertical.fi500 {
  width: 100%;
  height: 100%;
}

.news-vertical-image-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.inner-english-heading {
  font-size: 44px;
  line-height: 1;
}

.shikkai-item {
  margin-top: 50px;
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .6fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: center;
  margin-top: 25px;
  display: grid;
}

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

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

.shikkai-detail-image {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
}

.shikkai-detailed-item {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr .6fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: flex-start;
  margin-top: 25px;
  display: flex;
}

.shikkai-list-wrapper {
  margin-top: 20px;
}

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

.shikkai-case-study-item {
  grid-template-rows: auto;
  grid-template-columns: .4fr .4fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.case-study-image {
  width: 100%;
  height: 100%;
  position: relative;
}

.image-6 {
  object-fit: cover;
  width: 100%;
  height: 175px;
}

.div-block-2 {
  background-color: #ffffffb3;
  padding-left: 5px;
  padding-right: 5px;
  position: absolute;
  top: 5px;
  left: 5px;
}

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

.case-study-info {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.shikkai-case-study-title {
  font-size: 14px;
}

.paginate {
  margin-top: 15px;
}

.navigation-menu {
  z-index: 1000;
  background-color: #f2f0ed;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.navigation-layout {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 600px;
  max-width: 1000px;
  display: grid;
}

.navigation-layout.hide-smaller {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.navigation-layout.hide-larger, .menu-english {
  display: none;
}

.nav-logo {
  filter: invert();
  width: 100px;
  position: absolute;
  inset: auto 30px 30px auto;
}

.horizontal-text {
  width: 16px;
  font-size: 16px;
  line-height: 1.5;
}

.horizontal-text.padding-lr {
  padding-left: 30px;
  padding-right: 45px;
}

.horizontal-text.horizontal-sp.heading-horizontal {
  font-weight: 400;
}

.horizontal-text.menu {
  width: 25px;
  font-size: 25px;
}

.horizontal-title {
  width: 16px;
  font-size: 16px;
  line-height: 1.5;
}

.horizontal-title.padding-lr {
  padding-left: 30px;
  padding-right: 45px;
}

.horizontal-title.horizontal-sp.heading-horizontal {
  font-weight: 400;
  display: none;
}

.horizontal-title.menu {
  width: 25px;
  font-size: 25px;
}

.page-transition {
  z-index: 2000;
  background-color: #f2f0ed;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.transition-trigger {
  display: none;
}

.image-7 {
  filter: invert();
  width: 150px;
}

.transition-content {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.fi500 {
  margin-bottom: .3rem;
}

.collection-list-wrapper-2 {
  width: 100%;
  margin-top: 15px;
}

.sub-english {
  font-size: 12px;
}

.slide {
  height: 450px;
}

.mask {
  height: auto;
}

.top-page-slide {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

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

.collection-list-wrapper-3, .slider {
  height: 100%;
}

.top-page-slide {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

.collection-item, .collection-list {
  height: 100%;
}

.paragraph-6 {
  text-align: right;
  height: 1.6rem;
  margin-top: -25px;
  overflow: hidden;
}

.hover {
  z-index: 3;
  background-color: #0000004d;
  width: 100%;
  position: absolute;
  inset: 0%;
}

.div-block-3 {
  background-image: linear-gradient(14deg, #000000d6, #fff0 43%);
  position: absolute;
  inset: 0%;
}

.div-block-4 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.div-block-5 {
  z-index: 70;
  margin-bottom: 20px;
  margin-left: 20px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.link-block-3 {
  background-color: #fff;
  border-radius: 5px;
  height: auto;
  min-height: 100px;
  display: flex;
  overflow: hidden;
  box-shadow: 1px 1px 3px #0000008c;
}

.top-news-image {
  object-fit: cover;
  object-position: 50% 50%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 150px;
  height: auto;
}

.div-block-6 {
  flex-direction: column;
  justify-content: center;
  padding: 15px 40px;
  display: flex;
}

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

.div-block-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.top-page-footer {
  background-color: #f2f0ed;
}

.slider-top {
  max-width: 1400px;
  height: auto;
  margin-top: 1em;
  margin-left: auto;
  margin-right: auto;
}

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

.collection-list-wrapper-4 {
  max-width: 1440px;
}

.slide-nav-3 {
  margin-bottom: -40px;
}

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

.hero--slide--img {
  object-fit: cover;
  width: 100%;
  max-height: 600px;
}

.hero--slide, .hero--slide--mask, .hero--slide--wrapper {
  height: auto;
  max-height: 600px;
}

.div-block-9 {
  z-index: 70;
  margin-bottom: 20px;
  margin-left: 20px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.link-block-4 {
  background-color: #fff;
  border-radius: 5px;
  height: auto;
  min-height: 100px;
  display: flex;
  overflow: hidden;
  box-shadow: 1px 1px 3px #0000008c;
}

.div-block-10 {
  flex-direction: column;
  justify-content: center;
  padding: 5px 20px;
  display: flex;
}

.heading-4 {
  margin-bottom: 5px;
  font-size: .9rem;
}

.code-embed {
  width: 100%;
}

.instagram--wrapper {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}

.instagram-widget-677226 {
  color: #856404;
  text-align: center;
  background-color: #fff3cd;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 250px;
  margin-top: 2rem;
  padding: 3rem 2rem;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.6;
  display: flex;
}

.si-warning-img-si-igyghj4xndjsmun-677226 {
  border-radius: 8px;
  max-width: 80px;
  margin-bottom: 1.5rem;
  display: block;
}

.div {
  width: 100%;
}

.code-embed-2 {
  width: 100%;
  margin-top: 15px;
}

@media screen and (max-width: 991px) {
  p {
    font-size: .9rem;
  }

  .hide-tablet {
    display: none;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .show-tablet {
    display: block;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

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

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .fs-styleguide_messege-heading {
    font-size: 3rem;
    line-height: .9;
  }

  .fs-styleguide_messege-heading-span {
    font-size: 1.75rem;
  }

  .slider-image {
    margin-top: 0;
  }

  .vertical-text.horizontal-sp.heading-horizontal {
    display: none;
  }

  .vertical-text.menu.horizontal-smaller {
    width: 100%;
    font-size: 20px;
  }

  .section-about {
    align-items: stretch;
  }

  .about-image {
    aspect-ratio: auto;
    height: 100%;
  }

  .about-text-inner-wrapper {
    padding: 25px 50px;
  }

  .section-intro-image {
    width: 80px;
    height: 80px;
  }

  .paragraph {
    font-size: .8rem;
  }

  .menu-icon-wrapper {
    width: 50px;
    padding: 10px 13px 4px;
  }

  .logo-top {
    width: 50px;
  }

  .hamburger-icon {
    width: 75%;
  }

  .about-text {
    font-size: .8rem;
  }

  .section-inner-wrapper {
    padding: 25px 50px;
  }

  .product-section-inner-wrapper {
    margin-top: 50px;
    padding: 25px 50px;
  }

  .instagram-feed-list {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .instagram-feed-item {
    transition: none;
  }

  .instagram-feed-item:hover {
    box-shadow: none;
    transform: none;
  }

  .footer-inner-wrapper {
    margin-top: 50px;
    padding: 25px 50px;
  }

  .footer-text {
    font-size: .8rem;
  }

  .footer-link:hover {
    color: #fff;
  }

  .info-section-wrapper {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .news-item-link:hover {
    opacity: 1;
  }

  .image-3.fi500 {
    object-position: 100% 50%;
  }

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

  .events-layout:hover {
    opacity: 1;
  }

  .news-image-vertical {
    width: 100%;
  }

  .news-vertical-image-block {
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    display: flex;
  }

  .shikkai-case-study-item {
    grid-template-columns: .5fr .5fr 1fr;
  }

  .image-6 {
    height: 150px;
  }

  .navigation-layout {
    grid-template-columns: 1fr;
  }

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

  .hide-smaller {
    display: none;
  }

  .menu-english {
    opacity: .4;
    text-align: center;
    font-size: 12px;
    display: block;
  }

  .horizontal-text.menu.horizontal-smaller {
    width: 100%;
    font-size: 20px;
  }

  .horizontal-title.horizontal-sp.heading-horizontal {
    display: block;
  }

  .horizontal-title.menu.horizontal-smaller {
    width: 100%;
    font-size: 20px;
  }

  .hero--slide--img {
    height: 550px;
    max-height: 100%;
  }

  .hero--slide, .hero--slide--mask, .hero--slide--wrapper {
    max-height: 100%;
  }

  .link-block-4.hide-tablet {
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1rem;
  }

  .fs-styleguide_row.is-for-social-icons {
    grid-template-rows: auto auto;
  }

  .fs-styleguide_3-col {
    grid-template-columns: 1fr 1fr;
  }

  .fs-styleguide_color-sample {
    padding: 2.5rem 2rem;
  }

  .heading-medium {
    font-size: 1.5rem;
  }

  .heading-large {
    font-size: 2rem;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .fs-styleguide_section-type {
    font-size: .875rem;
  }

  .heading-xlarge {
    font-size: 2.5rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .page-padding {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .show-mobile-landscape {
    display: block;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

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

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .heading-small {
    font-size: 1rem;
  }

  .fs-styleguide_version-details {
    font-size: .875rem;
  }

  .fs-styleguide_page-header {
    margin-bottom: 0;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .fs-styleguide_message-outer {
    padding: 0;
  }

  .fs-styleguide_message-inner {
    border-radius: 0;
  }

  .fs-styleguide_messege-content {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .fs-styleguide_messege-heading {
    font-size: 2.5rem;
    line-height: .9;
  }

  .fs-styleguide_messege-heading-span {
    font-size: 1.5rem;
    font-weight: 500;
  }

  .vertical-text.horizontal-sp {
    width: 100%;
  }

  .vertical-text.horizontal-sp.heading-horizontal {
    font-size: 20px;
  }

  .section-about {
    grid-template-columns: 1fr;
  }

  .about-image {
    aspect-ratio: 3 / 2;
    height: 100%;
  }

  .about-text-inner-wrapper {
    align-items: flex-start;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .heading-block {
    width: 100%;
  }

  .padding-top-40.padding-bottom-40.about-text {
    margin-left: auto;
    margin-right: auto;
  }

  .section-intro-block.margin-top-40 {
    justify-content: center;
  }

  .about-text {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .section-inner-wrapper {
    align-items: center;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .info-section, .section-products {
    grid-template-columns: 1fr;
  }

  .product-section-inner-wrapper {
    align-items: center;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .product-item-wrapper, .product-item-wrapper:nth-child(2n) {
    flex-direction: column-reverse;
  }

  .image {
    width: 100%;
    height: 250px;
  }

  .product-text-block {
    width: 100%;
  }

  .instagram-feed-list {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .section-footer {
    grid-template-columns: 1fr;
  }

  .footer-inner-wrapper {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    padding: 30px;
  }

  .footer-block {
    width: 100%;
  }

  .footer-block.border-right {
    border-right-style: none;
    width: 100%;
  }

  .footer-text {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-logo {
    width: 75px;
  }

  .footer-right {
    padding-left: 50px;
  }

  .inner-section {
    padding: 40px 30px;
  }

  .inner-section-wrapper {
    flex-direction: row;
    order: -1;
    max-width: 100%;
    margin-bottom: 34px;
  }

  .inner-section-left {
    max-width: 100%;
  }

  .vertical-line-large-screen.hide-sp {
    display: none;
  }

  .horizontal-line-small-screen {
    padding-right: 10px;
    display: block;
  }

  .shikkai-case-study-item {
    grid-template-rows: auto auto;
    grid-template-columns: .5fr .5fr;
  }

  .case-study-info {
    padding: 10px;
  }

  .horizontal-text.horizontal-sp {
    width: 100%;
  }

  .horizontal-text.horizontal-sp.heading-horizontal {
    font-size: 20px;
  }

  .horizontal-title.horizontal-sp {
    width: 100%;
  }

  .horizontal-title.horizontal-sp.heading-horizontal {
    font-size: 20px;
  }

  .div-block-7 {
    grid-template-columns: 1fr;
  }

  .hero--slide--img {
    height: 500px;
  }

  .link-block-4.hide-tablet {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 479px) {
  .show-mobile-portrait {
    display: block;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .fs-styleguide_2-col {
    grid-template-columns: auto;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

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

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .navigation {
    z-index: 100;
    clear: right;
    background-color: #f2f0eda1;
    align-items: center;
    height: 10vh;
    min-height: auto;
    display: flex;
    position: static;
    inset: 0% 0% auto;
  }

  .slider-wrapper {
    border-radius: 0;
  }

  .slider-wrapper.dot-clicked {
    display: none;
  }

  .slider-image {
    height: 300px;
  }

  .slider-image._1 {
    object-position: 100% 50%;
  }

  .slider-image._3 {
    object-position: 50% 50%;
  }

  .slider-image._4 {
    opacity: 0;
    object-position: 50% 50%;
  }

  .slider-image._5 {
    object-position: 0% 100%;
  }

  .slider-icon-wrapper {
    z-index: 50;
    position: relative;
  }

  .slider-icon-grid {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    width: 85%;
    padding-left: 0;
    padding-right: 0;
  }

  .slider-icon {
    width: 80%;
  }

  .slider-icon._1 {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('../images/outer.png');
    background-position: 0 0, 0 0;
    background-size: auto, auto;
  }

  .vertical-text.menu.horizontal-smaller {
    font-size: 16px;
  }

  .about-text-inner-wrapper {
    padding: 50px 15px;
  }

  .section-intro-block.margin-top-40 {
    justify-content: flex-start;
    margin-left: 20px;
  }

  .section-intro-block.margin-top-40.second {
    margin-top: 20px;
  }

  .section-intro-block.margin-top-40.fi500 {
    margin-left: 8px;
  }

  .paragraph {
    font-size: .7rem;
  }

  .menu-icon-wrapper {
    mix-blend-mode: multiply;
    padding: 0;
    inset: 10px 10px auto auto;
  }

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

  .section-inner-wrapper {
    padding: 50px 15px;
  }

  .section-inner-wrapper.footer {
    flex-direction: column;
  }

  .info-block.oshirase {
    height: 200px;
  }

  .info-block.yoko {
    background-position: 50%;
    height: 200px;
  }

  .info-title {
    font-size: 12px;
  }

  .product-section-inner-wrapper {
    margin-top: 0;
    padding: 50px 15px;
  }

  .product-item-wrapper {
    margin-bottom: 20px;
  }

  .instagram-feed-list {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: space-between;
  }

  .instagram-image {
    width: 100%;
  }

  .footer-inner-wrapper {
    margin-top: 0;
    padding: 50px 15px;
  }

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

  .footer-left {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 40px;
    display: flex;
  }

  .footer-right {
    border-left-style: none;
    width: 100%;
    padding-left: 0;
  }

  .footer-link-grid {
    justify-items: center;
  }

  .copyright-text {
    margin-top: 50px;
  }

  .slider-image-outer-wrapper {
    max-height: 600px;
    overflow: hidden;
  }

  .slider-icon-bg {
    width: 100%;
  }

  .inner-section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading {
    font-size: 18px;
  }

  .inner-section-wrapper.hide-sp {
    display: none;
  }

  .image-3.fi500 {
    object-position: 100% 50%;
  }

  .white-container {
    padding: 15px;
  }

  .innerpage-text-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid-details {
    grid-template-columns: 1fr;
  }

  .grid-details-data {
    margin-left: 10px;
  }

  .form-2 {
    width: 100%;
  }

  .width-70 {
    border-radius: 10px;
    width: 100%;
  }

  .text-area-form {
    border-radius: 1px;
  }

  .product-gallery-layout, .events-layout {
    grid-template-columns: 1fr;
  }

  .events-header {
    order: 2;
  }

  .event-details {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .event-publish-date {
    order: 1;
    margin-bottom: .5rem;
    position: relative;
    top: 0;
    right: 0;
    transform: none;
  }

  .event-date-wrapper {
    order: 3;
  }

  .div-block {
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    display: flex;
  }

  .shikkai-detailed-item {
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .navigation-menu {
    display: none;
  }

  .nav-logo {
    width: 75px;
  }

  .horizontal-text.menu.horizontal-smaller {
    text-align: center;
    font-size: 16px;
  }

  .horizontal-title.menu.horizontal-smaller {
    font-size: 16px;
  }

  .instagram-item {
    width: 29vw;
  }

  .slider-full-image {
    height: 400px;
    min-height: 400px;
  }

  .div-block-8 {
    flex-flow: column;
    display: flex;
  }

  .hero--slide--img {
    height: 300px;
  }

  .div-block-10 {
    padding: 5px 15px;
  }

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

#w-node-_87f31130-709c-deef-b8b0-10e7c4f7cf4f-c4f7cf49, #w-node-_87f31130-709c-deef-b8b0-10e7c4f7cf5f-c4f7cf49, #w-node-bf8c20eb-1d26-a683-5e5b-641b0c2b527e-0c2b525c, #w-node-bf8c20eb-1d26-a683-5e5b-641b0c2b5280-0c2b525c, #w-node-bf8c20eb-1d26-a683-5e5b-641b0c2b5283-0c2b525c, #w-node-bf8c20eb-1d26-a683-5e5b-641b0c2b5285-0c2b525c, #w-node-bf8c20eb-1d26-a683-5e5b-641b0c2b5288-0c2b525c, #w-node-bf8c20eb-1d26-a683-5e5b-641b0c2b528a-0c2b525c, #w-node-bf8c20eb-1d26-a683-5e5b-641b0c2b528d-0c2b525c, #w-node-bf8c20eb-1d26-a683-5e5b-641b0c2b528f-0c2b525c, #w-node-bf8c20eb-1d26-a683-5e5b-641b0c2b5292-0c2b525c, #w-node-bf8c20eb-1d26-a683-5e5b-641b0c2b5294-0c2b525c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0d0e76ca-af38-a57d-cf6c-2afa94e1159f-89c25311, #w-node-bd2dd673-bf52-d353-797b-f28b8ee19086-89c25311, #w-node-dc14c981-ece6-38d8-0fa6-8c6ef1fbe7f3-89c25311, #w-node-_33958183-a1da-df86-5ccb-82469bef6f70-89c25311, #w-node-_78e257fb-ce6b-05b1-fde4-5bb2ec729752-89c25311, #w-node-_5ef42d54-3f1f-711b-89e7-2f60e0e77708-89c25311, #w-node-c8ac549b-c874-aadc-bb1c-055c136c7082-89c25311, #w-node-_19148554-16ab-25ca-6d03-53ff80ac80c1-89c25311, #w-node-_49ee4178-a26c-867f-d7df-b3affb80b210-89c25311, #w-node-_49ee4178-a26c-867f-d7df-b3affb80b217-89c25311, #w-node-_49ee4178-a26c-867f-d7df-b3affb80b21e-89c25311, #w-node-_49ee4178-a26c-867f-d7df-b3affb80b225-89c25311, #w-node-_49ee4178-a26c-867f-d7df-b3affb80b22c-89c25311, #w-node-_49ee4178-a26c-867f-d7df-b3affb80b233-89c25311, #w-node-_49ee4178-a26c-867f-d7df-b3affb80b23a-89c25311, #w-node-_49ee4178-a26c-867f-d7df-b3affb80b241-89c25311 {
  justify-self: center;
}

#w-node-_88417ed0-aadb-fb01-613e-3a8657c43ad7-977fcc33, #w-node-_78b0de8c-1ee3-51e6-a397-a59bd52bfd21-977fcc33, #w-node-bbf2cf56-c092-0530-6996-fb3eceb4c360-977fcc33, #w-node-bbf2cf56-c092-0530-6996-fb3eceb4c365-977fcc33, #w-node-_3d658ea1-3d00-5e9c-dc34-bdde42c39186-977fcc33, #w-node-_3d658ea1-3d00-5e9c-dc34-bdde42c39181-977fcc33, #w-node-_20b715d7-197e-4068-6366-4c4c310c694a-977fcc33, #w-node-_20b715d7-197e-4068-6366-4c4c310c694b-977fcc33, #w-node-d2209575-3cee-2611-2202-bb0e6d03ba25-977fcc33, #w-node-d2209575-3cee-2611-2202-bb0e6d03ba26-977fcc33, #w-node-_587a4f96-fcbf-9f93-b24d-28d72e11ca5c-977fcc33, #w-node-_587a4f96-fcbf-9f93-b24d-28d72e11ca5d-977fcc33, #w-node-_10509baf-8567-7d19-bf0d-252beed17071-977fcc33, #w-node-_10509baf-8567-7d19-bf0d-252beed17072-977fcc33, #w-node-e3cea33b-261f-70ca-f7d1-1c2dc80d01cb-977fcc33, #w-node-d539f388-c357-9707-324c-15f5f8bb0a7c-977fcc33, #w-node-c2edab2a-74d7-bbb0-2c48-49cdec1a2d2c-977fcc33, #w-node-c2edab2a-74d7-bbb0-2c48-49cdec1a2d2d-977fcc33, #w-node-a49234d3-a224-0b1f-9bdc-660aa786e400-977fcc33, #w-node-_7c32c040-5a19-3225-9144-a7c215e69a10-887fcc28, #w-node-_7c32c040-5a19-3225-9144-a7c215e69a12-887fcc28, #w-node-_7c32c040-5a19-3225-9144-a7c215e69a14-887fcc28, #w-node-_7c32c040-5a19-3225-9144-a7c215e69a16-887fcc28, #w-node-_7c32c040-5a19-3225-9144-a7c215e69a18-887fcc28, #w-node-_7c32c040-5a19-3225-9144-a7c215e69a1a-887fcc28, #w-node-_7c32c040-5a19-3225-9144-a7c215e69a1c-887fcc28, #w-node-_7c32c040-5a19-3225-9144-a7c215e69a1e-887fcc28, #w-node-_7c32c040-5a19-3225-9144-a7c215e69a20-887fcc28, #w-node-_7c32c040-5a19-3225-9144-a7c215e69a22-887fcc28, #w-node-_7c32c040-5a19-3225-9144-a7c215e69a25-887fcc28, #w-node-_7c32c040-5a19-3225-9144-a7c215e69a27-887fcc28, #w-node-_7c32c040-5a19-3225-9144-a7c215e69a29-887fcc28, #w-node-_7c32c040-5a19-3225-9144-a7c215e69a2b-887fcc28, #w-node-_7c32c040-5a19-3225-9144-a7c215e69a2d-887fcc28, #w-node-_7c32c040-5a19-3225-9144-a7c215e69a2f-887fcc28, #w-node-e3cea33b-261f-70ca-f7d1-1c2dc80d01cb-b77fcc34, #w-node-d539f388-c357-9707-324c-15f5f8bb0a7c-b77fcc34, #w-node-c2edab2a-74d7-bbb0-2c48-49cdec1a2d2c-b77fcc34, #w-node-c2edab2a-74d7-bbb0-2c48-49cdec1a2d2d-b77fcc34, #w-node-a49234d3-a224-0b1f-9bdc-660aa786e400-b77fcc34, #w-node-fdefb07c-6501-dc5a-9d0f-d3d3fca84b98-907fcc2f, #w-node-_959efed0-e402-f1b6-5917-40b5c0e4700f-907fcc2f, #w-node-_9c4a7d52-7506-e944-c55e-0a8fe99711eb-907fcc2f, #w-node-eb831559-7980-aece-b864-3f9e7c545e9c-26b70d42, #w-node-_6d8f964f-476c-2ee8-8104-e769543597a2-26b70d42, #w-node-_819474f0-6570-326a-74c5-f9b6dbf1cc5b-26b70d42, #w-node-_8ebaab02-8b10-3287-dd2c-0afb27310b67-26b70d42, #w-node-c69e34c2-bd5f-42cf-c897-1dac882db541-26b70d42, #w-node-_48e5652d-ec1f-476c-a4b6-67abf4f71b93-26b70d42 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_0d0e76ca-af38-a57d-cf6c-2afa94e1159f-89c25311 {
    grid-area: 8 / 1 / 9 / 2;
  }

  #w-node-bd2dd673-bf52-d353-797b-f28b8ee19086-89c25311 {
    grid-area: 7 / 1 / 8 / 2;
  }

  #w-node-dc14c981-ece6-38d8-0fa6-8c6ef1fbe7f3-89c25311 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_33958183-a1da-df86-5ccb-82469bef6f70-89c25311 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_78e257fb-ce6b-05b1-fde4-5bb2ec729752-89c25311 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_5ef42d54-3f1f-711b-89e7-2f60e0e77708-89c25311 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-c8ac549b-c874-aadc-bb1c-055c136c7082-89c25311 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_19148554-16ab-25ca-6d03-53ff80ac80c1-89c25311 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_49ee4178-a26c-867f-d7df-b3affb80b210-89c25311 {
    grid-area: 8 / 1 / 9 / 2;
  }

  #w-node-_49ee4178-a26c-867f-d7df-b3affb80b217-89c25311 {
    grid-area: 7 / 1 / 8 / 2;
  }

  #w-node-_49ee4178-a26c-867f-d7df-b3affb80b21e-89c25311 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_49ee4178-a26c-867f-d7df-b3affb80b225-89c25311 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_49ee4178-a26c-867f-d7df-b3affb80b22c-89c25311 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_49ee4178-a26c-867f-d7df-b3affb80b233-89c25311 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_49ee4178-a26c-867f-d7df-b3affb80b23a-89c25311 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_49ee4178-a26c-867f-d7df-b3affb80b241-89c25311 {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a49234d3-a224-0b1f-9bdc-660aa786e400-977fcc33, #w-node-a49234d3-a224-0b1f-9bdc-660aa786e400-b77fcc34 {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_49ee4178-a26c-867f-d7df-b3affb80b233-89c25311 {
    grid-row: 2 / 3;
  }

  #w-node-_49ee4178-a26c-867f-d7df-b3affb80b23a-89c25311 {
    grid-row: 3 / 4;
  }
}


