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

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

body {
  color: #434863;
  margin-top: 86px;
  font-family: fot-tsukubrdgothic-std, sans-serif;
  font-size: 16px;
  line-height: 160%;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  margin-top: 220px;
}

p {
  margin-bottom: 0;
}

a {
  color: #2d81e2;
  text-decoration: underline;
}

a:hover {
  opacity: .8;
}

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

figure {
  margin-bottom: 10px;
}

figcaption {
  color: #868686;
  text-align: center;
  margin-top: 5px;
  font-size: 12px;
  line-height: 1.5;
}

.hero {
  color: #434863;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 800px;
  padding-top: 64px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.hero__content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.hero__paragraph {
  text-align: center;
  text-shadow: 0 0 5px #fff;
  font-size: 18px;
}

.body {
  line-height: 160%;
}

.btn {
  z-index: 1;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #434863;
  background-color: #fff;
  align-self: flex-end;
  align-items: baseline;
  padding: 16px 32px;
  font-family: fot-tsukuaoldmin-pr6n, sans-serif;
  font-size: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.btn.invert {
  color: #fff;
  background-color: #434863;
  align-self: flex-start;
}

.btn.invert.left {
  justify-content: flex-start;
}

.btn.center {
  align-self: center;
}

.btn__arrow {
  width: 42px;
  height: 12px;
}

.about {
  color: #fff;
  background-image: url('../images/about-bg.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 140px;
  position: relative;
}

.section-title {
  height: 3em;
}

.section-title.vertical {
  width: 60px;
  height: auto;
}

.about__content {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 24px;
  display: flex;
}

.section-paragraph--shadow {
  text-shadow: 0 0 2px #fff, 0 0 6px #fff, 0 0 6px #fff;
}

.intro {
  padding: 214px 140px 200px;
  position: relative;
  overflow: hidden;
}

.main {
  background-image: url('../images/kura__bgtile.webp');
  background-position: 0 0;
  background-size: auto;
  overflow: hidden;
}

.intro-box {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: flex-start;
  width: auto;
  max-width: 646px;
  display: flex;
}

.intro__watercolor {
  mix-blend-mode: darken;
  width: 958px;
  position: absolute;
  inset: -400px -200px auto auto;
}

.intro-texture {
  z-index: 1;
  width: 50%;
  height: 100%;
  margin-right: 0;
  padding-top: 32px;
  padding-bottom: 32px;
  padding-right: 0;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row-reverse;
  justify-content: space-between;
  padding-top: 200px;
  padding-bottom: 200px;
  display: flex;
  position: relative;
  overflow: visible;
}

.section.reverse {
  flex-direction: row;
}

.section.column {
  background-color: #fff;
  justify-content: flex-end;
  align-items: flex-start;
}

.section.history {
  overflow: hidden;
}

.section__photo {
  z-index: 1;
  object-fit: cover;
  border-radius: 0 4px 4px 0;
  flex: 0 auto;
  width: auto;
  max-width: 50%;
  position: relative;
}

.section__photo.reverse {
  border-radius: 4px 0 0 4px;
}

.section__content {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 24px;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  width: auto;
  max-width: 50%;
  margin-right: 100px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.section__content.reverse {
  z-index: 1;
  margin-left: 100px;
  margin-right: 0;
  position: relative;
}

.column-section-divider {
  border: 50vw solid #0000;
  border-top-width: 136px;
  border-bottom: 136px solid #fff;
  height: 272px;
  margin-top: 324px;
}

.columns__inner {
  width: 979px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.columns__title {
  margin-top: 0;
  margin-bottom: 0;
  font-family: source-han-serif-japanese, sans-serif;
  font-size: 60px;
  line-height: 100%;
}

.columns__heading {
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.columns__grid {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  grid-template-rows: auto;
  margin-top: 64px;
}

.columns__card {
  grid-row-gap: 10px;
  color: #fff;
  border-radius: 4px;
  flex-direction: column;
  justify-content: space-between;
  width: 478px;
  min-width: 100%;
  height: 300px;
  padding: 40px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card__title {
  z-index: 1;
  margin-top: 0;
  font-family: source-han-serif-japanese, sans-serif;
  position: relative;
}

.history__watercolor {
  z-index: 0;
  mix-blend-mode: darken;
  position: absolute;
  inset: -121px auto auto 0;
}

.relocation__watercolor {
  z-index: 0;
  opacity: .7;
  mix-blend-mode: darken;
  position: absolute;
  top: 442px;
  left: auto;
  right: 0%;
}

.gallary__watercolor {
  z-index: 0;
  opacity: .5;
  mix-blend-mode: darken;
  position: absolute;
  inset: auto auto -20% 0%;
}

.gallary__watercolor.ornament {
  opacity: .6;
}

.footer {
  grid-row-gap: 24px;
  color: #fff;
  background-color: #434863;
  flex-direction: column;
  align-items: center;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
}

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

.footer-heading {
  font-family: source-han-serif-japanese, sans-serif;
}

.copyright {
  text-align: center;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
}

.intro__watercolor2 {
  z-index: 0;
  mix-blend-mode: darken;
  position: absolute;
  inset: auto 0% 20% auto;
}

.column-section-divider-wrapper {
  width: 100%;
  overflow: hidden;
}

.header {
  text-align: center;
  background-image: url('../images/kura__bgtile.webp');
  background-position: 0 0;
  background-size: auto;
  padding-top: 32px;
  padding-bottom: 32px;
}

.content__box {
  background-color: #fff;
  flex-direction: column;
  width: 979px;
  max-width: 100%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  padding: 64px;
  display: flex;
}

.content__rte {
  font-size: 18px;
  line-height: 180%;
}

.content__rte h1 {
  margin-bottom: 36px;
  font-family: source-han-serif-japanese, sans-serif;
  line-height: 160%;
}

.content__rte p {
  margin-bottom: 0;
}

.content__rte h2 {
  margin-top: 32px;
  margin-bottom: 8px;
  font-size: 28px;
  line-height: 1.6;
}

.content__rte figure {
  border-radius: 4px;
  margin-top: 48px;
  margin-bottom: 48px;
  overflow: hidden;
}

.content__rte h3 {
  margin-top: 32px;
}

.content__rte img {
  filter: contrast(92%) brightness(104%) saturate(92%);
  max-height: 500px;
}

.image {
  width: 121px;
  height: 121px;
}

.image-2 {
  object-fit: cover;
  width: 100%;
  height: 264px;
  margin-top: 32px;
  margin-bottom: 64px;
}

.card-bg {
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  background-image: linear-gradient(#00000080, #00000080), url('../images/Frame-14556.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: absolute;
  inset: 0%;
}

.card-bg._20230731 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/rectangle_large_type_2_2c8936c6850128a36ccbbbd02d0d438c.webp');
  background-size: auto, cover;
}

.loading {
  z-index: 9999;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  background-color: #434863;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.kura-vector {
  transform-origin: 50% 100%;
  width: 80px;
  height: 80px;
}

.section-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row-reverse;
  justify-content: space-between;
  padding-top: 200px;
  padding-bottom: 200px;
  display: flex;
  position: relative;
  overflow: visible;
}

.section-copy.reverse {
  flex-direction: row;
}

.section-copy.column {
  background-color: #fff;
  justify-content: flex-end;
  align-items: flex-start;
}

.section-copy.history {
  overflow: hidden;
}

.gallery {
  margin-top: 32px;
  margin-bottom: 64px;
}

.loading__txt {
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
}

._w-background-video {
  z-index: -100;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.navbar-logo-left {
  z-index: 999;
  -webkit-backdrop-filter: saturate(200%) blur(5px);
  backdrop-filter: saturate(200%) blur(5px);
  background-color: #fffc;
  position: fixed;
  inset: 0% 0% auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.image-3 {
  height: 40px;
}

.hide {
  display: none;
}

.instagramfeed {
  text-align: center;
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
}

.grid {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 800px;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
}

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

.background-video {
  display: none;
}

.news {
  background-color: #fff;
  padding: 80px 140px;
}

.news-box {
  grid-column-gap: 64px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  width: auto;
  display: grid;
}

.section-title-copy {
  height: 2em;
}

.section-title-copy.vertical {
  width: 60px;
  height: auto;
}

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

.paragraph-3 {
  line-height: 1.5;
}

.link {
  display: block;
}

.link-block, .link-block-2 {
  width: 240px;
}

.link-block-3 {
  width: 200px;
  margin-top: 48px;
}

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

  .section-title {
    height: 2.5em;
  }

  .section-title.vertical {
    width: 40px;
  }

  .about__content {
    flex-direction: column;
  }

  .section-paragraph--shadow {
    align-self: stretch;
  }

  .intro {
    padding: 120px 28px 80px;
  }

  .intro__watercolor {
    inset: auto 0% -198px auto;
  }

  .intro-texture {
    width: 100%;
    height: 400px;
    padding-right: 0;
    position: static;
  }

  .section {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-right: 28px;
  }

  .section.reverse {
    padding-left: 28px;
  }

  .section.column {
    padding-left: 24px;
    padding-right: 24px;
  }

  .section__content {
    margin-right: 0;
    padding-left: 28px;
    padding-right: 28px;
  }

  .section__content.reverse {
    margin-left: 0;
  }

  .column-section-divider {
    margin-top: 152px;
  }

  .columns__title {
    font-size: 40px;
  }

  .columns__card {
    width: auto;
  }

  .content__box {
    padding-left: 32px;
    padding-right: 32px;
  }

  .section-paragraph {
    align-self: stretch;
  }

  .section-copy {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-right: 28px;
  }

  .section-copy.reverse {
    padding-left: 28px;
  }

  .section-copy.column {
    padding-left: 24px;
    padding-right: 24px;
  }

  .container {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

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

  .instagramfeed {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .news {
    padding: 40px 28px;
  }

  .news-box {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .section-title-copy {
    height: 1.8em;
  }

  .section-title-copy.vertical {
    width: 40px;
  }
}

@media screen and (max-width: 767px) {
  .btn {
    padding: 10px 20px;
  }

  .section-title.vertical {
    width: 60px;
  }

  .section-paragraph--shadow {
    text-shadow: 0 0 9px #fff;
  }

  .intro {
    padding-left: 16px;
    padding-right: 16px;
    overflow: visible;
  }

  .section {
    grid-row-gap: 32px;
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .section.reverse {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .section.column {
    padding-bottom: 120px;
  }

  .section__photo {
    width: 100%;
    max-width: none;
    height: auto;
  }

  .section__content {
    width: 100%;
    max-width: none;
    padding-left: 28px;
    padding-right: 28px;
  }

  .pc-br {
    display: none;
  }

  .column-section-divider {
    border-bottom-width: 100px;
    height: 100px;
  }

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

  .history__watercolor {
    left: 0%;
  }

  .relocation__watercolor {
    top: 500px;
  }

  .gallary__watercolor {
    width: 100%;
    bottom: 25%;
  }

  .footer-heading {
    font-size: 28px;
  }

  .intro__watercolor2 {
    bottom: -10%;
  }

  .content__box {
    padding-left: 24px;
    padding-right: 24px;
  }

  .section-paragraph {
    text-shadow: 0 0 9px #fff;
  }

  .section-copy {
    grid-row-gap: 32px;
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .section-copy.reverse {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .section-copy.column {
    padding-bottom: 120px;
  }

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

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

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

  .heading {
    font-size: 28px;
  }

  .news {
    padding: 32px 16px 16px;
  }

  .news-box {
    grid-row-gap: 16px;
  }

  .section-title-copy {
    height: 1.5em;
  }

  .section-title-copy.vertical {
    width: 60px;
  }

  .div-block {
    grid-row-gap: 0px;
    font-size: 15px;
  }

  .paragraph-3 {
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 18px;
  }

  .intro {
    overflow: visible;
  }

  .relocation__watercolor {
    top: 589px;
  }

  .container {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .div-block {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }
}

#w-node-_7b2df50a-d0dd-eb89-7d97-6556f6e4d761-6f5f7cdb, #w-node-b134077a-26ce-971e-6a70-be85d956c265-6f5f7cdb, #w-node-_625f494a-c48e-f372-1004-dfe3a50f7f88-6f5f7cdb, #w-node-_8f799ba0-e4b9-6d0b-3fc8-53be5e97503b-6f5f7cdb, #w-node-_2655e3c7-b54b-71ba-7ebf-8ba32a6a0c4f-6f5f7cdb, #w-node-_73dde21b-9325-d6f3-a300-89e95578e83c-6f5f7cdb, #w-node-_0ffbd08c-5d84-5747-25f3-7db18f447d74-6f5f7cdb, #w-node-ad46824f-ff8e-fa26-e0d4-e126e85fa858-6f5f7cdb, #w-node-_89362fbe-8fe8-02bc-49e6-6ced80c37801-6f5f7cdb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


