:root {
  --red: #c60000;
}

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

body {
  color: #000;
  font-family: Ppneuemontreal book, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ppneuemontreal book, sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.2;
}

.slider-background {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  min-width: 85vw;
  display: flex;
  position: absolute;
  inset: 0% auto;
  overflow: hidden;
}

.full-slider {
  z-index: 1;
  background-color: #0c0c0e;
  width: 100%;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
}

.slider-background-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0% auto;
}

.slider-background-wrapper.hero-wrapper-small {
  position: relative;
}

.background {
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto;
}

.right-arrow {
  display: none;
}

.slide-nav {
  padding-top: 0;
  font-size: 5px;
  display: none;
  inset: auto auto 0% 2rem;
}

.left-arrow {
  display: none;
}

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

.mask {
  overflow: hidden;
}

.slider-background-sm {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  min-width: 85vw;
  display: flex;
  position: absolute;
  inset: 0% auto;
  overflow: hidden;
}

.background-sm {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto;
}

.background-sm.bg-blue {
  background-color: #0000;
}

.slider-wrap-sm {
  z-index: 2;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 33vw;
  min-width: 30rem;
  max-width: 33rem;
  height: 65vh;
  margin-bottom: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

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

.img-cover.size-one {
  width: 30vw;
  height: 46vh;
}

.img-cover.size-three {
  width: 72vw;
  height: 72vh;
}

.img-cover.size-two, .img-cover.size-one, .img-cover.size-three {
  width: 100%;
  height: 100%;
}

.watch {
  z-index: 1;
  width: 22vw;
  min-width: 20rem;
  max-width: 24rem;
  position: absolute;
}

.styles {
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
}

.hero-parent {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  top: 0;
  overflow: hidden;
}

.super-text-hero {
  z-index: 2;
  color: #fff;
  white-space: nowrap;
  font-family: Ppeditorialnew, sans-serif;
  font-size: 9rem;
  font-style: italic;
  font-weight: 200;
  line-height: 1;
  position: absolute;
}

.super-text-hero.blend {
  mix-blend-mode: difference;
  position: relative;
  inset: 0% auto auto 0%;
}

.super-text-hero.blend.ab {
  position: absolute;
  inset: auto;
}

.hero-title {
  z-index: 3;
  color: #fff;
  text-align: center;
  letter-spacing: 7px;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.3;
  position: absolute;
  bottom: 3vh;
}

.italic {
  font-family: hiragino-mincho-pron, sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 300;
}

.italic.text-white {
  letter-spacing: 1px;
  font-family: Ppeditorialnew, sans-serif;
  font-size: 1.2rem;
  font-style: italic;
  font-weight: 200;
}

.italic.hero-italic {
  letter-spacing: .5px;
  font-family: Ppeditorialnew, sans-serif;
  font-size: 1.1rem;
  font-style: italic;
  font-weight: 300;
  line-height: 2.2;
}

.italic.contitle-italic {
  letter-spacing: 0;
  padding-left: 20px;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-size: 1.1rem;
  font-weight: 300;
}

.italic.title-en-small {
  font-family: Ppeditorialnew, sans-serif;
  font-size: 1.4rem;
  font-style: italic;
}

.slider-cover {
  z-index: 2;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
}

.nav-bar {
  z-index: 999;
  background-color: var(--red);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 6.2rem;
  padding-left: 1.4rem;
  padding-right: 1.4rem;
  display: flex;
  position: fixed;
  inset: 0% auto auto 0%;
}

.logo {
  z-index: 1;
  width: 11rem;
  position: relative;
}

.menu-parent {
  grid-row-gap: 4px;
  cursor: pointer;
  border: 1px solid #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2.6rem;
  height: 2.6rem;
  display: flex;
}

.flex-c {
  display: flex;
  position: relative;
}

.btn-parent {
  text-transform: none;
  cursor: pointer;
  border: 1px solid #fff;
  justify-content: center;
  align-items: center;
  height: 2.6rem;
  margin-right: -1px;
  padding-top: 1px;
  padding-left: .9rem;
  padding-right: .9rem;
  font-size: .8rem;
  line-height: 1.2;
  text-decoration: none;
  display: flex;
  position: relative;
}

.btn-parent.pull {
  margin-right: -1px;
}

.btn-parent.dark {
  color: #000;
  border-color: #000;
  display: none;
}

.section {
  z-index: 1;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

.section.bg-fixed {
  background-color: #0000;
  background-image: none;
  background-size: auto;
  background-attachment: scroll;
}

.section.no-hide {
  background-color: #0000;
  overflow: visible;
}

.section.bg-fixed {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  background-attachment: scroll;
}

.spacer-large {
  width: 100%;
  padding-bottom: 8rem;
  display: block;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.container.flex-split-btm {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.container.flex-center {
  color: #fff;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.container.movie {
  height: 36rem;
}

.container.footer-parent {
  display: flex;
}

.img-parent {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.img-parent.size-four {
  justify-content: center;
  align-items: center;
  width: 26vw;
  height: 62vh;
  display: flex;
}

.img-parent.size-three {
  justify-content: center;
  align-items: center;
  width: 60vw;
  height: 50rem;
  display: flex;
}

.img-parent.size-two {
  justify-content: center;
  align-items: center;
  width: 35vw;
  height: 65vh;
  display: flex;
}

.img-parent.size-one {
  float: right;
  justify-content: center;
  align-items: center;
  width: 42vw;
  height: 88vh;
  display: flex;
}

.cover-img {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.cover-img.size {
  width: 72%;
  min-width: 18rem;
  height: 30rem;
}

.splide__slide {
  flex-direction: column;
  flex: none;
  justify-content: space-between;
  align-items: flex-start;
  width: 30%;
  min-width: 30%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.splide__arrows {
  justify-content: flex-end;
  align-items: stretch;
  margin-top: 2rem;
  display: none;
}

.splide__list {
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.splide {
  width: 100%;
  height: 65%;
}

.splide.slider1.full {
  height: 60vh;
  padding-left: 0;
}

.splide.slider1 {
  height: 48rem;
  max-height: 48rem;
  padding-left: 4rem;
  overflow: hidden;
}

.img-child {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.img-child.bg-red, .img-child.bg-blue {
  background-color: #0000;
}

.img-child.ab {
  object-fit: cover;
  position: absolute;
}

.splide__track {
  cursor: grab;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.splide__arrow {
  background-color: #0000;
  background-image: url('../images/arrow-right.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30%;
  border: 1px solid #d9d9e4;
  width: 4rem;
  height: 4rem;
  margin-left: -1px;
  transition: all .2s;
}

.splide__arrow:hover {
  background-color: #3732350f;
}

.splide__arrow.splide__arrow--prev {
  transform: rotate(-180deg);
}

.splide__arrow.splide__arrow--prev:active {
  transform: scale(.95)rotate(-180deg);
}

.splide__arrow.splide__arrow--next:active {
  transform: scale(.95);
}

.spacer-medium {
  width: 100%;
  padding-bottom: 3rem;
}

.bg-red {
  background-color: #c10016;
}

.bg-blue {
  background-color: #415b8f;
}

.parent-pad-side {
  padding-left: 4rem;
  padding-right: 4rem;
  display: block;
}

.heading-medium {
  text-transform: none;
  padding-right: 90px;
  font-family: hiragino-mincho-pron, sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.6;
}

.slide-content {
  grid-row-gap: .4rem;
  color: #fff;
  flex-direction: column;
  width: 100%;
  padding-top: 1.4rem;
  display: flex;
  position: relative;
}

.slide-content.size-one {
  width: 22rem;
}

.slide-content.size-two {
  width: 29rem;
}

.slide-content.size-two.no-pad-top {
  padding-top: 0;
  padding-bottom: 2rem;
}

.slide-content.size-three {
  width: 20rem;
}

.text-sm {
  color: #000;
  font-size: 1rem;
  line-height: 1.4;
}

.text-sm.fade {
  opacity: 1;
  color: #fff;
}

.text-sm.fade.text-white {
  font-size: 1.1rem;
}

.text-sm.fade {
  line-height: 1.5;
}

.fade {
  opacity: .5;
}

.border-line {
  background-color: #fff6;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.border-line.light {
  background-color: #fff6;
  width: 74%;
}

.spacer-small {
  width: 100%;
  padding-bottom: 1.5rem;
}

.inline {
  display: none;
}

.btn-text {
  color: #000;
  text-transform: uppercase;
  padding: 2px 4px;
  font-family: Ppneuemontreal book, sans-serif;
  font-size: .8rem;
  font-weight: 400;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.border-line-text {
  z-index: 1;
  background-color: #ffb3b7;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.parent-grid {
  width: 100%;
  display: flex;
}

.grid-left {
  width: 60%;
  padding-top: 16rem;
}

.grid-right {
  width: 40%;
  height: 100%;
}

.item-parent {
  cursor: pointer;
  flex-direction: column;
  display: flex;
  position: relative;
}

.item-parent.right {
  float: right;
  float: right;
}

.plus-icon {
  z-index: 3;
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  position: absolute;
  inset: 1.5rem auto auto 1.5rem;
}

.p-line {
  background-color: #000;
  width: 1px;
  height: 1rem;
  position: absolute;
}

.p-line-w {
  background-color: #000;
  width: 1rem;
  height: 1px;
  position: absolute;
}

.sticky-parent {
  width: 100%;
  height: 400vh;
}

.sticky-child {
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.col {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  height: 100%;
  padding: 8rem 0 4rem 4rem;
  display: flex;
  position: relative;
  overflow: visible;
}

.col.bg-colour {
  z-index: 4;
  background-color: var(--red);
}

.text-size {
  max-width: 14ch;
}

.text-white {
  color: #fff;
  font-size: 1.2rem;
}

.scroll-text-parent {
  grid-row-gap: 1rem;
  flex-direction: column;
  width: 100%;
  display: flex;
  position: relative;
}

.scroll-text-parent.one.text-white {
  opacity: 1;
  display: flex;
}

.scroll-text-parent.two {
  position: absolute;
  inset: 0% auto auto 0%;
}

.scroll-text-parent.two.text-white {
  opacity: 1;
  display: flex;
}

.scroll-text-parent.two.text-white.rel {
  position: relative;
}

.scroll-text-parent.three {
  position: absolute;
  inset: 0% auto auto 0%;
}

.scroll-text-parent.three.text-white {
  opacity: 1;
  display: flex;
}

.scroll-text-parent.three.text-white.rel {
  position: relative;
}

.parent {
  padding-bottom: 0;
  padding-left: 4rem;
  padding-right: 4rem;
  position: relative;
}

.parent.pad-top {
  padding-top: 1rem;
  padding-left: 0;
  padding-right: 10rem;
}

.parent.flex-split {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.num-ab {
  z-index: 4;
  mix-blend-mode: normal;
  font-family: Ppeditorialnew, sans-serif;
  font-size: 14rem;
  font-style: italic;
  font-weight: 200;
  line-height: .6;
  position: absolute;
  inset: auto -4rem -4rem auto;
}

.num-ab.mobile-space {
  bottom: -4.1rem;
  right: 4rem;
}

.img-whipe {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.img-whipe.one {
  z-index: 3;
}

.img-whipe.one.mobile {
  position: relative;
}

.img-whipe.two {
  z-index: 2;
}

.img-whipe.two.mobile {
  position: relative;
}

.img-whipe.three {
  z-index: 1;
}

.img-whipe.three.mobile {
  position: relative;
}

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

.img-scroll.img-one {
  background-color: var(--red);
  background-image: url('../images/1_1.jpg');
  background-size: cover;
  background-attachment: fixed;
}

.img-scroll.img-two {
  background-color: var(--red);
  background-image: none;
  background-size: auto;
  background-attachment: scroll;
}

.img-scroll.img-three {
  background-image: url('../images/2_1.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.img-scroll.img-four {
  perspective: 1000px;
  transform: none;
}

.test-slider {
  background-color: #0000;
  width: 100%;
  min-height: 22rem;
  display: none;
}

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

.slide-nav-2 {
  font-size: 6px;
  position: relative;
}

.slider-inner {
  text-align: center;
  width: 58rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.cta-hero {
  background-color: #0000;
  width: 100%;
  height: 36rem;
  max-height: 36rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.col-cta {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  height: 100%;
  padding-left: 6rem;
  padding-right: 6rem;
  display: flex;
  position: relative;
}

.col-cta.no-pad {
  perspective: 1000px;
  min-width: 50%;
  padding-left: 2rem;
  padding-right: 2rem;
  position: absolute;
  inset: auto 0% 0% auto;
  transform: none;
}

.spacer-x-small {
  width: 100%;
  padding-bottom: .6rem;
}

.ticker-parent {
  justify-content: center;
  padding-top: 1rem;
  display: flex;
  position: relative;
  inset: auto auto -4.3rem 0%;
  overflow: hidden;
}

.ticker-parent.ab-btm {
  position: absolute;
  bottom: -3rem;
}

.watch-full {
  z-index: 3;
  object-fit: cover;
  width: 105%;
  max-width: 36rem;
  height: 37rem;
  max-height: 37rem;
  position: relative;
}

.footer {
  background-color: #000;
  width: 100%;
  padding-top: 6rem;
  padding-left: 4rem;
  padding-right: 4rem;
  font-family: Ppeditorialnew, sans-serif;
  font-weight: 200;
  display: block;
  overflow: hidden;
}

.menu-line-top {
  background-color: #fff;
  width: 1rem;
  height: 1px;
}

.nav-links {
  grid-column-gap: 1.25rem;
  margin-right: -2.6rem;
  display: flex;
}

.italic-link {
  z-index: 1;
  letter-spacing: 1px;
  text-transform: none;
  font-family: Ppeditorialnew, sans-serif;
  font-size: 1.2rem;
  font-style: italic;
  font-weight: 200;
  position: relative;
}

.menu-drop {
  background-color: var(--red);
  width: 100%;
  padding: 6rem 2rem 2rem;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.menu-overlay {
  z-index: 998;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #161616cc;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.menu-line-mid, .menu-line-btm {
  background-color: #fff;
  width: 1rem;
  height: 1px;
}

.watch-scroll {
  width: 30rem;
}

.btn-whipe {
  opacity: 1;
  background-color: #fff;
  width: 100%;
  height: 0%;
  font-family: Ppneuemontreal book, sans-serif;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.footer-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 3fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: none;
}

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

.footer-col.size {
  border-left: 1px solid #fff3;
  width: 22rem;
  padding-bottom: 14rem;
  padding-left: 2rem;
}

.footer-row {
  border-bottom: 1px solid #fff3;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: .6rem;
}

.footer-row.no-border {
  border-bottom-style: none;
}

.heading-small {
  text-transform: none;
  font-size: 1.2rem;
  font-weight: 400;
}

.text-field {
  border: 3px solid #fff;
  height: 3rem;
  padding-left: 1.2rem;
  font-size: .8rem;
}

.text-field::placeholder {
  color: #000;
}

.submit-button {
  text-transform: uppercase;
  background-color: #000;
  height: 2.6rem;
  padding-left: 1.4rem;
  padding-right: 1.4rem;
  font-size: .8rem;
  position: absolute;
  inset: .2rem .2rem auto auto;
}

.form {
  position: relative;
}

.form-block {
  width: 100%;
}

.footer-logo {
  width: 15rem;
}

.footer-bar {
  border-top: 1px solid #fff6;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 2rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.intro-loader {
  z-index: 9999;
  background-color: var(--red);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.side-panel-one {
  z-index: 999;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #1d1d1dcc;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.side-panel {
  background-color: var(--red);
  width: 70%;
  height: 100%;
  padding: 3rem 3rem 2rem;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.grid-panel {
  grid-column-gap: 2rem;
  grid-template-rows: auto;
  width: 100%;
  height: 100%;
}

.background-video {
  z-index: 1;
  width: 21rem;
  height: 21rem;
}

.list-item {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.list-item.border {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  border-bottom: 1px solid #fff3;
  flex-flow: column;
  align-items: flex-start;
}

.list-item-parent {
  margin-top: 8rem;
}

.super-text-pop {
  z-index: 2;
  color: #fff;
  white-space: nowrap;
  font-family: Ppeditorialnew, sans-serif;
  font-size: 9rem;
  font-weight: 200;
  line-height: 1;
  position: absolute;
}

.super-text-pop.blend {
  opacity: .8;
  mix-blend-mode: normal;
  font-style: italic;
  position: relative;
  inset: 0% auto auto 0%;
}

.close-parent {
  cursor: pointer;
  border: 1px solid #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2.6rem;
  height: 2.6rem;
  display: flex;
  position: absolute;
  inset: 1rem auto auto -3.6rem;
}

.mobile-section {
  background-color: #222;
  display: none;
}

.div-hide {
  overflow: hidden;
}

.watch-full-mobile {
  object-fit: cover;
  width: 105%;
  max-width: 36rem;
  height: 37rem;
  max-height: 37rem;
  display: none;
}

.body {
  background-color: var(--red);
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-weight: 300;
}

.text-block {
  color: var(--red);
  text-transform: none;
  font-family: Lato, sans-serif;
}

.text-block:hover {
  opacity: .7;
}

.heading {
  color: #fff;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-weight: 300;
}

.heading.font-space {
  letter-spacing: 2px;
  font-family: hiragino-mincho-pron, sans-serif;
  font-weight: 600;
  line-height: 1;
}

.text-span {
  letter-spacing: 2px;
}

.online-link {
  position: absolute;
  inset: 0%;
}

.online-text {
  z-index: 10;
  color: #fff;
  font-family: Lato, sans-serif;
  font-weight: 700;
  text-decoration: none;
  display: block;
  position: relative;
}

.heading-2 {
  color: #fff;
  font-family: hiragino-mincho-pron, sans-serif;
  font-weight: 300;
}

.my-thought {
  width: 100%;
  font-family: hiragino-mincho-pron, sans-serif;
  font-weight: 300;
}

.horizontal-middle-text {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 10px;
  display: flex;
}

.hero-text-letter {
  perspective: 2000px;
  perspective-origin: 50%;
}

.main-hero-text {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  width: auto;
  margin-bottom: -45px;
  padding-top: 20px;
  font-weight: 400;
  line-height: 100%;
  overflow: hidden;
}

.main-hero-text._5, .main-hero-text._3, .main-hero-text._8, .main-hero-text._4, .main-hero-text._9, .main-hero-text._10, .main-hero-text._6, .main-hero-text._7 {
  font-family: Rosseta, sans-serif;
  font-size: 12rem;
}

.main-hero-text._2 {
  font-family: Rosseta, sans-serif;
  font-size: 6rem;
}

.main-hero-text._1 {
  font-family: Rosseta, sans-serif;
  font-size: 12rem;
}

.hero-text-word {
  flex-direction: row;
  line-height: 10px;
  display: flex;
  overflow: hidden;
}

.section-info-center {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero-text-content {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  perspective: 1000px;
  justify-content: center;
  width: 100%;
  display: flex;
  position: relative;
  inset: 0 auto auto;
}

.hero-text-wrap {
  z-index: 3;
  opacity: 1;
  color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 22vw;
  font-size: 270px;
  display: flex;
  position: absolute;
}

.hero-text-wrap.relative-hero-text-wrap {
  z-index: 1;
  height: auto;
  font-size: 200px;
  position: relative;
}

.services-text-holder {
  justify-content: center;
  padding: 50px 3em 10px 1em;
  display: flex;
}

.hero-subtitle-holder {
  flex-flow: column;
  align-items: center;
  width: 100%;
  margin-top: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-subtitle-text {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: hiragino-mincho-pron, sans-serif;
  font-size: 2.2rem;
  font-weight: 200;
  line-height: 1.5;
}

.subtitle-overlays {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: absolute;
  top: 0%;
  left: 0%;
  right: 0%;
  transform: translate(100%);
}

.subtitle-overlay-holder {
  width: 100%;
  height: 55px;
  position: relative;
  inset: 0% 0% auto;
}

.subtitle-overlay {
  background-color: #c60000b3;
  position: absolute;
  inset: 0%;
}

.hero-text {
  color: #fff;
  text-align: center;
  width: 60%;
  padding-top: 25px;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.8rem;
}

.tho-en {
  padding-left: 5px;
  font-family: Ppeditorialnew, sans-serif;
  font-size: 1.4rem;
  font-style: italic;
  font-weight: 200;
}

.sp-hero-sub {
  display: none;
}

.profile {
  background-color: #0000;
  width: 100%;
}

.hero-line {
  background-image: linear-gradient(270deg, #fff0, #ffffff70 27%, #ffffff63 69%, #fff0);
  width: 100%;
  height: 100%;
}

.hero-line-holder {
  width: 35%;
  height: 1px;
  position: absolute;
  inset: 25vh auto auto -8vw;
  transform: rotate(60deg);
}

.hero-line-holder._3 {
  width: 50%;
  left: auto;
  right: -7vw;
}

.hero-line-holder._4 {
  inset: 66vh -8vw auto auto;
}

.hero-line-holder._2 {
  top: 53vh;
  left: -14vw;
}

.hero-lines-holder {
  z-index: -1;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.hero-content-holder {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.hero-picture-squares-parent {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.main-hero-text-2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  width: auto;
  margin-bottom: -45px;
  padding-top: 20px;
  font-family: Rosseta, sans-serif;
  font-weight: 400;
  line-height: 100%;
  overflow: hidden;
}

.main-hero-text-2._5 {
  padding-top: 60px;
  font-size: 220px;
}

.main-hero-text-2._3, .main-hero-text-2._8, .main-hero-text-2._4 {
  color: #5c0000;
  padding-top: 60px;
  font-size: 220px;
}

.main-hero-text-2._10 {
  color: #5c0000;
  padding-top: 60px;
  font-size: 12rem;
}

.main-hero-text-2._6, .main-hero-text-2._7 {
  color: #5c0000;
  padding-top: 60px;
  font-size: 220px;
}

.main-hero-text-2._9 {
  color: #5c0000;
  padding-top: 60px;
  font-size: 12rem;
}

.main-hero-text-2._2 {
  color: #5c0000;
  padding-top: 60px;
  font-size: 220px;
}

.main-hero-text-2._1 {
  color: #5c0000;
  margin-bottom: 20px;
  padding-top: 60px;
  font-size: 220px;
}

.main-hero-text-2._5 {
  font-size: 12rem;
}

.main-hero-text-2._5.profile-text {
  padding-top: 40px;
  font-size: 9rem;
}

.main-hero-text-2._6 {
  color: #fff;
  font-size: 12rem;
}

.main-hero-text-2._6.profile-text {
  padding-top: 40px;
  font-size: 9rem;
}

.main-hero-text-2._7 {
  color: #fff;
  font-size: 12rem;
}

.main-hero-text-2._7.profile-text {
  padding-top: 40px;
  font-size: 9rem;
  overflow: hidden;
}

.main-hero-text-2._2 {
  color: #fff;
  font-size: 12rem;
}

.main-hero-text-2._2.profile-text {
  padding-top: 40px;
  font-size: 9rem;
}

.main-hero-text-2._4 {
  color: #fff;
  font-size: 12rem;
}

.main-hero-text-2._4.profile-text {
  padding-top: 40px;
  font-size: 9rem;
}

.main-hero-text-2._10 {
  color: #fff;
}

.main-hero-text-2._10.profile-text {
  padding-top: 190px;
  font-size: 9rem;
}

.main-hero-text-2._8, .main-hero-text-2._3 {
  color: #fff;
  font-size: 12rem;
}

.main-hero-text-2._3.profile-text {
  padding-top: 40px;
  font-size: 9rem;
}

.main-hero-text-2._9 {
  color: #fff;
}

.main-hero-text-2._1 {
  color: #fff;
  margin-bottom: -45px;
  font-size: 12rem;
}

.main-hero-text-2._1.profile-text {
  padding-top: 40px;
  font-size: 9rem;
}

.main-hero-text-2._11 {
  padding-top: 60px;
  font-size: 12rem;
}

.main-hero-description {
  color: #fffc;
  text-align: center;
  background-image: none;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: -3em;
  margin-right: -3em;
  padding-top: 140px;
  font-size: 20px;
  font-weight: 300;
  display: flex;
  position: relative;
  inset: auto auto -3px;
}

.hero-picture-inside {
  filter: none;
  object-fit: cover;
  width: 700%;
  max-width: none;
  height: 700%;
  position: absolute;
  top: 0%;
  left: 0%;
  overflow: hidden;
}

.hero-picture-inside._1-7 {
  left: -600%;
  overflow: hidden;
}

.hero-picture-inside._4-3 {
  top: -300%;
  left: -200%;
  overflow: hidden;
}

.hero-picture-inside._7-6 {
  top: -600%;
  left: -500%;
  overflow: hidden;
}

.hero-picture-inside._1-4 {
  left: -300%;
  overflow: hidden;
}

.hero-picture-inside._2-5 {
  top: -100%;
  left: -400%;
  overflow: hidden;
}

.hero-picture-inside._7-5 {
  top: -600%;
  left: -400%;
  overflow: hidden;
}

.hero-picture-inside._1-5 {
  left: -400%;
  overflow: hidden;
}

.hero-picture-inside._4-5 {
  top: -300%;
  left: -400%;
  overflow: hidden;
}

.hero-picture-inside._6-3 {
  top: -500%;
  left: -200%;
  overflow: hidden;
}

.hero-picture-inside._7-7 {
  top: -600%;
  left: -600%;
  overflow: hidden;
}

.hero-picture-inside._7-3 {
  top: -600%;
  left: -200%;
  overflow: hidden;
}

.hero-picture-inside._3-2 {
  top: -200%;
  left: -100%;
  overflow: hidden;
}

.hero-picture-inside._2-3 {
  top: -100%;
  left: -200%;
  overflow: hidden;
}

.hero-picture-inside._5-3 {
  top: -400%;
  left: -200%;
  overflow: hidden;
}

.hero-picture-inside._3-1 {
  top: -200%;
  overflow: hidden;
}

.hero-picture-inside._6-5 {
  top: -500%;
  left: -400%;
  overflow: hidden;
}

.hero-picture-inside._7-1 {
  top: -600%;
  overflow: hidden;
}

.hero-picture-inside._2-1 {
  top: -100%;
  overflow: hidden;
}

.hero-picture-inside._3-4 {
  top: -200%;
  left: -300%;
  overflow: hidden;
}

.hero-picture-inside._6-7 {
  top: -500%;
  left: -600%;
  overflow: hidden;
}

.hero-picture-inside._2-4 {
  top: -100%;
  left: -300%;
  overflow: hidden;
}

.hero-picture-inside._5-4 {
  top: -400%;
  left: -300%;
  overflow: hidden;
}

.hero-picture-inside._5-6 {
  top: -400%;
  left: -500%;
  overflow: hidden;
}

.hero-picture-inside._6-2 {
  top: -500%;
  left: -100%;
  overflow: hidden;
}

.hero-picture-inside._4-1 {
  top: -300%;
  overflow: hidden;
}

.hero-picture-inside._2-2 {
  top: -100%;
  left: -100%;
  overflow: hidden;
}

.hero-picture-inside._5-5 {
  top: -400%;
  left: -400%;
  overflow: hidden;
}

.hero-picture-inside._4-6 {
  top: -300%;
  left: -500%;
  overflow: hidden;
}

.hero-picture-inside._4-2 {
  top: -300%;
  left: -100%;
  overflow: hidden;
}

.hero-picture-inside._5-7 {
  top: -400%;
  left: -600%;
  overflow: hidden;
}

.hero-picture-inside._7-2 {
  top: -600%;
  left: -100%;
  overflow: hidden;
}

.hero-picture-inside._6-6 {
  top: -500%;
  left: -500%;
  overflow: hidden;
}

.hero-picture-inside._7-4 {
  top: -600%;
  left: -300%;
  overflow: hidden;
}

.hero-picture-inside._3-5 {
  top: -200%;
  left: -400%;
  overflow: hidden;
}

.hero-picture-inside._4-7 {
  top: -300%;
  left: -600%;
  overflow: hidden;
}

.hero-picture-inside._2-6 {
  top: -100%;
  left: -500%;
  overflow: hidden;
}

.hero-picture-inside._6-4 {
  top: -500%;
  left: -300%;
  overflow: hidden;
}

.hero-picture-inside._2-7 {
  top: -100%;
  left: -600%;
  overflow: hidden;
}

.hero-picture-inside._3-6 {
  top: -200%;
  left: -500%;
  overflow: hidden;
}

.hero-picture-inside._6-1 {
  top: -500%;
  overflow: hidden;
}

.hero-picture-inside._5-1 {
  top: -400%;
  overflow: hidden;
}

.hero-picture-inside._3-3 {
  top: -200%;
  left: -200%;
  overflow: hidden;
}

.hero-picture-inside._1-3 {
  left: -200%;
  overflow: hidden;
}

.hero-picture-inside._5-2 {
  top: -400%;
  left: -100%;
  overflow: hidden;
}

.hero-picture-inside._1-6 {
  left: -500%;
  overflow: hidden;
}

.hero-picture-inside._1-2 {
  left: -100%;
  overflow: hidden;
}

.hero-picture-inside._4-4 {
  top: -300%;
  left: -300%;
  overflow: hidden;
}

.hero-picture-inside._3-7 {
  top: -200%;
  left: -600%;
  overflow: hidden;
}

.hero-image-holder {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  top: 120px;
  overflow: visible;
  transform: none;
}

.hero-picture-squares {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.hero-picture {
  z-index: 2;
  opacity: 1;
  filter: none;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.my-name-in-description {
  color: #fff;
  font-family: Rosseta, sans-serif;
  font-size: 22px;
  font-weight: 400;
  position: relative;
  top: 1px;
}

.container2 {
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 5em 2em;
}

.container2.main-hero-container {
  padding-top: 2em;
  display: none;
}

.hero-second-text-wrap {
  z-index: 3;
  color: #fff;
  mix-blend-mode: darken;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 22vw;
  font-size: 270px;
  display: flex;
  position: absolute;
  top: 350px;
}

.hero-text-content-2 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  perspective: 1000px;
  justify-content: center;
  width: 60vw;
  display: flex;
  position: relative;
  inset: 0 auto auto;
}

.hero-picture-holder {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 100%;
  display: flex;
  position: relative;
}

.hero-picture-square {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.hero-picture-square._1-1, .hero-picture-square._1-2 {
  overflow: hidden;
}

.hero-image-overlay {
  z-index: 2;
  background-image: linear-gradient(#0f101300, #0f1013 72%);
  height: 20%;
  display: block;
  position: absolute;
  inset: auto 0% -5px;
}

.fade-in-on-scroll {
  justify-content: center;
  display: flex;
}

.main-hero-description-2 {
  color: #fffc;
  text-align: center;
  background-image: linear-gradient(#0f101300, #0f1013);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: -3em;
  margin-right: -3em;
  padding-top: 140px;
  font-size: 20px;
  font-weight: 300;
  display: flex;
  position: relative;
  inset: auto auto -3px;
}

.hero-text-word-2 {
  flex-direction: row;
  display: flex;
  overflow: hidden;
}

.hero-second-text-wrap-2 {
  z-index: 3;
  color: #fff;
  mix-blend-mode: difference;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 22vw;
  font-size: 270px;
  display: flex;
  position: absolute;
  top: 350px;
}

.hero-text-content-3 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  perspective: 1000px;
  justify-content: center;
  width: 99vw;
  display: flex;
  position: relative;
  inset: 0 auto auto;
}

.main-hero-description-3 {
  color: #fffc;
  text-align: center;
  background-image: linear-gradient(#0f101300, #0f1013);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: -3em;
  margin-right: -3em;
  padding-top: 140px;
  font-size: 20px;
  font-weight: 300;
  display: flex;
  position: relative;
  inset: auto auto -3px;
}

.hero-text-word-3 {
  flex-direction: row;
  display: flex;
  overflow: hidden;
}

.hero-second-text-wrap-3 {
  z-index: 3;
  color: #fff;
  mix-blend-mode: difference;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 22vw;
  font-size: 270px;
  display: flex;
  position: absolute;
  top: 350px;
}

.hero-text-content-4 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  perspective: 1000px;
  justify-content: center;
  width: 99vw;
  display: flex;
  position: relative;
  inset: 0 auto auto;
}

.body-2 {
  background-color: #f80000;
}

.main-hero-description-4 {
  color: #fffc;
  text-align: center;
  background-image: linear-gradient(#0f101300, #0f1013);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: -3em;
  margin-right: -3em;
  padding-top: 140px;
  font-size: 20px;
  font-weight: 300;
  display: flex;
  position: relative;
  inset: auto auto -3px;
}

.hero-text-word-4 {
  flex-direction: row;
  display: flex;
  overflow: hidden;
}

.hero-second-text-wrap-4 {
  z-index: 3;
  color: #fff;
  mix-blend-mode: difference;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 22vw;
  font-size: 270px;
  display: flex;
  position: absolute;
  top: 400px;
}

.hero-text-content-5 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  perspective: 1000px;
  justify-content: center;
  width: 99vw;
  display: flex;
  position: relative;
  inset: 0 auto auto;
}

.main-hero-description-5 {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(#0f101300, #00000014);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: -9em;
  margin-right: -9em;
  padding: 220px 30px 25px;
  font-size: 20px;
  font-weight: 300;
  display: flex;
  position: relative;
  inset: auto auto -3px;
}

.hero-text-word-5 {
  flex-direction: row;
  display: flex;
  overflow: visible;
}

.hero-text-content-6 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  perspective: 1000px;
  justify-content: center;
  width: 99vw;
  display: flex;
  position: relative;
  inset: 0 auto auto;
}

.hero-text-content-6.profile-top {
  top: -10px;
}

.slide-content-2 {
  grid-row-gap: .4rem;
  flex-direction: column;
  width: 100%;
  padding-top: 1.4rem;
  display: flex;
  position: relative;
}

.slide-content-2.size-three {
  width: 50%;
}

.slide-content-2.size-one, .slide-content-2.size-two {
  width: 100%;
}

.slide-content-2.size-two {
  width: 21rem;
}

.spacer-large-2 {
  width: 100%;
  padding-bottom: 8rem;
  display: flex;
}

.heading-medium-2 {
  color: #fff;
  text-transform: none;
  font-family: hiragino-mincho-pron, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
}

.footer-2 {
  background-color: var(--red);
  width: 100%;
  padding-top: 4rem;
  padding-left: 4rem;
  padding-right: 4rem;
  overflow: hidden;
}

.italic-link-2 {
  z-index: 1;
  text-transform: none;
  font-family: Ppeditorialnew, sans-serif;
  font-size: 1.2rem;
  font-style: italic;
  font-weight: 200;
  position: relative;
}

.border-line-text-2 {
  z-index: 1;
  background-color: #c10216;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.text-block-2 {
  width: 80%;
  font-size: 1.2rem;
  line-height: 1.8rem;
}

.heading-3 {
  color: #fff;
  font-family: hiragino-mincho-pron, sans-serif;
  font-weight: 300;
  line-height: 1;
}

.parent-pad-side-2 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.heading-medium-3 {
  color: #fff;
  text-transform: none;
  margin-bottom: 5px;
  font-family: hiragino-mincho-pron, sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
}

.inline-2 {
  display: none;
}

.border-line-text-3 {
  z-index: 1;
  background-color: #c10216;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.border-line-2 {
  background-color: #ff9499;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.heading-4 {
  color: #fff;
  font-family: hiragino-mincho-pron, sans-serif;
}

.shop-image {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  grid-template-rows: auto;
  width: 100%;
  height: 100%;
}

.si-parent {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.image {
  width: 100%;
  height: auto;
  overflow: clip;
}

.access-text {
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.6rem;
}

.call-text {
  letter-spacing: 2px;
  font-family: Ppeditorialnew, sans-serif;
  font-size: 2.5rem;
  font-weight: 200;
  line-height: 2.5rem;
}

.link {
  color: #fff;
  font-style: italic;
  text-decoration: none;
}

.calender {
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.8rem;
}

.tel-small {
  color: #fff;
  font-size: 1.4rem;
  font-style: italic;
}

.image-2, .map-parent {
  width: 100%;
  height: auto;
}

.map-inner {
  width: 100%;
  height: 100%;
}

.spacer-small-2 {
  width: 100%;
  padding-bottom: 1rem;
}

.car-space {
  padding-bottom: 10px;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.8rem;
}

.car-space-text {
  text-align: center;
  width: 60%;
  font-size: 1rem;
  line-height: 1.4rem;
}

.hero-text-word-6 {
  flex-direction: row;
  display: flex;
  overflow: hidden;
}

.instagram-link-wrap {
  z-index: 2;
  mix-blend-mode: difference;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
  margin-top: 0;
  display: flex;
  position: sticky;
  top: 0;
}

.instagram-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.instagram-bottom-gradient {
  z-index: 10;
  pointer-events: none;
  background-image: linear-gradient(to top, #0f1013, #0f101300);
  width: 100%;
  height: 20vh;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.hero-text-content-7 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  perspective: 1000px;
  justify-content: center;
  width: 99vw;
  display: flex;
  position: relative;
  inset: 0 auto auto;
}

.instagram-link {
  cursor: pointer;
  mix-blend-mode: difference;
  width: 100%;
  text-decoration: none;
}

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

.hero-text-wrap-2 {
  z-index: -1;
  opacity: 1;
  color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 22vw;
  font-size: 270px;
  display: flex;
  position: absolute;
}

.hero-text-wrap-2.relative-hero-text-wrap {
  z-index: 1;
  font-size: 200px;
  position: relative;
}

.instagram-content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.instagram-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  height: 100vh;
  display: grid;
}

.instagram-image-wrap {
  width: 100%;
  height: 50vh;
  position: relative;
  overflow: hidden;
}

.instagram-image-wrap._3 {
  transform-style: preserve-3d;
  top: 50%;
  right: 100%;
  transform: rotateX(-10deg)rotateY(-10deg)rotateZ(0)translate(100%, -50%);
}

.instagram-image-wrap._2 {
  transform: scale(2)rotate(-30deg)translate(0);
}

.instagram-image-wrap._1 {
  z-index: 6;
  transform-style: preserve-3d;
  top: 50%;
  left: 100%;
  transform: rotateX(-10deg)rotateY(10deg)rotateZ(0)translate(-100%, -50%);
}

.instagram-image-wrap._4 {
  transform-style: preserve-3d;
  bottom: 50%;
  left: 100%;
  transform: rotateX(10deg)rotateY(10deg)rotateZ(0)translate(-100%, 50%);
}

.instagram-image-wrap._5 {
  transform-style: preserve-3d;
  bottom: 50%;
  right: 100%;
  transform: rotateX(10deg)rotateY(-10deg)rotateZ(0)translate(100%, 50%);
}

.instagram-main-wrap {
  perspective: 110vh;
  width: 100%;
  height: 100%;
  position: relative;
}

.instagram-main-wrap._3 {
  z-index: 5;
}

.instagram-main-wrap._2 {
  z-index: 1;
  top: 50%;
}

.instagram-main-wrap._4 {
  z-index: 3;
}

.instagram-main-wrap._5 {
  z-index: 2;
}

.instagram-main-wrap._1 {
  z-index: 6;
}

.hero-text-wrap-3 {
  z-index: -1;
  opacity: 1;
  color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 22vw;
  font-size: 270px;
  display: flex;
  position: absolute;
}

.hero-text-wrap-3.relative-hero-text-wrap {
  z-index: 1;
  font-size: 200px;
  position: relative;
}

.sp-calender, .border-ac, .sp-space {
  display: none;
}

.contact-parent {
  width: 100%;
}

.contact-inner {
  padding-left: 4rem;
  padding-right: 4rem;
}

.contact-text {
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.8rem;
}

.tel-wrap {
  border: 1px solid #fff;
  border-radius: 1px;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 100px;
  margin-bottom: 20px;
  display: flex;
}

.line-wrap {
  background-color: #707070;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 100px;
  display: flex;
}

.con-tel {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 1px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 100px;
  margin-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.con-line {
  color: #fff;
  background-color: #090;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 100px;
  text-decoration: none;
  display: flex;
}

.text-block-3 {
  letter-spacing: 2px;
  font-family: Ppeditorialnew, sans-serif;
  font-size: 1.8rem;
  font-style: italic;
  font-weight: 200;
  line-height: 2rem;
}

.text-block-4 {
  letter-spacing: 2px;
  font-family: hiragino-mincho-pron, sans-serif;
  font-size: 1.5rem;
  line-height: 1.6rem;
}

.main-photo {
  object-fit: cover;
  width: 33vw;
  min-width: 30rem;
  max-width: 33rem;
  height: 65vh;
}

.sp-main-bg {
  overflow: hidden;
}

.image-5 {
  object-fit: cover;
  overflow: clip;
}

.div-block-2, .sub-image {
  width: 21rem;
  height: 21rem;
}

.si-panel {
  width: 100%;
  height: 100%;
}

.side-panel-two {
  z-index: 999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #1d1d1dcc;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.side-panel-tree, .side-panel-four {
  z-index: 999;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #1d1d1dcc;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.italic-2 {
  font-family: Ppeditorialnew, sans-serif;
  font-style: italic;
  font-weight: 200;
}

.heading-medium-4 {
  text-transform: none;
  font-size: 1.6rem;
  font-weight: 400;
}

.img-cover-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.img-cover-2.size-two {
  width: 42vw;
  height: 92vh;
}

.img-child-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.img-child-2.ab {
  position: absolute;
}

.italic-3 {
  font-family: Ppeditorialnew, sans-serif;
  font-style: italic;
  font-weight: 200;
}

.heading-medium-5 {
  text-transform: none;
  font-size: 1.6rem;
  font-weight: 400;
}

.italic-4 {
  font-family: Ppeditorialnew, sans-serif;
  font-style: italic;
  font-weight: 200;
}

.heading-medium-6 {
  text-transform: none;
  font-size: 1.6rem;
  font-weight: 400;
}

.movie-box {
  z-index: -2;
  opacity: .6;
  width: 100%;
  position: absolute;
  inset: 0%;
}

.background-video-2 {
  width: 100%;
  height: 100%;
}

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

.access-parent {
  color: #fff;
  text-align: center;
  flex-flow: column;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 1rem;
  display: flex;
}

@media screen and (min-width: 1440px) {
  .img-cover {
    flex: 0 auto;
  }

  .super-text-hero.blend {
    mix-blend-mode: normal;
  }

  .img-parent.size-one {
    height: 120vh;
  }

  .img-parent.size-three {
    width: 60vw;
    height: 80vh;
  }

  .img-parent.size-two {
    height: 80vh;
  }

  .hero-text {
    width: 50%;
  }

  .container2 {
    max-width: 1350px;
  }

  .slide-content-2.size-two {
    width: 100%;
  }

  .sp-main-bg {
    flex: 1;
  }
}

@media screen and (max-width: 991px) {
  .full-slider {
    height: 100svh;
  }

  .slide-nav {
    bottom: 1.4rem;
    right: 2.5rem;
  }

  .slider-wrap-sm {
    width: 50vw;
    min-width: 33rem;
    max-width: 50rem;
    height: 70vh;
  }

  .img-cover.size-two {
    width: 28rem;
    height: 46rem;
  }

  .img-cover.size-one {
    width: 18rem;
    height: 28rem;
  }

  .img-cover.size-three {
    width: 100vw;
    height: 44rem;
  }

  .watch {
    min-width: 20rem;
  }

  .watch.sm {
    min-width: 18rem;
    margin-left: 1.5rem;
  }

  .super-text-hero {
    font-size: 7rem;
  }

  .super-text-hero.blend {
    mix-blend-mode: normal;
  }

  .hero-title {
    font-size: 1.6rem;
    bottom: 8vh;
  }

  .spacer-large {
    padding-bottom: 6rem;
  }

  .img-parent.size-four {
    width: 17rem;
    height: 26rem;
  }

  .img-parent.size-three {
    width: 100%;
    height: 40rem;
  }

  .img-parent.size-two {
    width: 18rem;
    height: 26rem;
  }

  .img-parent.size-one {
    width: 28rem;
    height: 44rem;
  }

  .cover-img.size {
    width: 61%;
  }

  .splide__slide {
    width: 90%;
    min-width: 90%;
  }

  .splide.slider1 {
    height: 50rem;
    padding-left: 2rem;
  }

  .parent-pad-side {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .border-line.light {
    width: 28rem;
  }

  .grid-left {
    padding-top: 38rem;
    display: flex;
  }

  .sticky-parent {
    display: none;
  }

  .col {
    background-color: #c10216;
    padding-bottom: 3rem;
    padding-left: 2rem;
  }

  .col.bg-colour {
    padding-left: 2rem;
  }

  .parent {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .parent.pad-top {
    padding-right: 14.1rem;
  }

  .num-ab.mobile-space {
    font-size: 10rem;
    bottom: -3.2rem;
    right: 3rem;
  }

  .img-scroll.img-one {
    background-image: url('../images/1_1.jpg');
  }

  .img-scroll.img-three {
    background-color: var(--red);
    background-image: url('../images/2_1.jpg');
    background-size: cover;
    background-attachment: fixed;
  }

  .test-slider {
    min-height: 28rem;
  }

  .slider-inner {
    width: 90%;
  }

  .cta-hero {
    flex-direction: column;
    height: auto;
    max-height: none;
  }

  .col-cta.no-pad {
    padding: 0 4rem 2rem;
    position: relative;
  }

  .col-cta.top {
    align-items: center;
    padding: 2rem;
  }

  .watch-full {
    z-index: 3;
    position: relative;
  }

  .footer {
    padding-top: 4rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .nav-links {
    grid-column-gap: 2rem;
    margin-right: -1rem;
  }

  .watch-scroll {
    width: 30rem;
  }

  .footer-col {
    margin-bottom: 2rem;
  }

  .footer-col.size {
    border-left-style: none;
    width: 100%;
    padding-bottom: 10rem;
    padding-left: 0;
  }

  .footer-logo {
    margin-left: auto;
    margin-right: auto;
    inset: auto 0% 0%;
  }

  .footer-bar {
    justify-content: center;
  }

  .side-panel-one {
    display: none;
  }

  .side-panel {
    width: 90%;
    padding-top: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .close-parent {
    left: -3.9rem;
  }

  .mobile-section {
    display: block;
  }

  .full-width {
    width: 100%;
  }

  .watch-full-mobile {
    z-index: 3;
    position: relative;
  }

  .main-hero-text {
    margin-bottom: 0%;
    padding-top: 0;
  }

  .main-hero-text._5, .main-hero-text._3, .main-hero-text._8, .main-hero-text._4, .main-hero-text._9, .main-hero-text._10, .main-hero-text._6, .main-hero-text._7, .main-hero-text._1 {
    font-size: 22vw;
  }

  .hero-text-wrap {
    height: 36vw;
    font-size: 30vw;
  }

  .hero-text-wrap.relative-hero-text-wrap {
    font-size: 22vw;
  }

  .services-text-holder {
    padding-top: 10px;
  }

  .hero-subtitle-text {
    font-size: 4vw;
    line-height: 6vw;
  }

  .subtitle-overlay-holder {
    height: 42px;
  }

  .hero-text {
    width: 100%;
    font-size: 2vw;
    line-height: 4vw;
  }

  .tho-en {
    font-size: 3vw;
  }

  .hero-line-holder {
    width: 50%;
  }

  .main-hero-text-2 {
    margin-bottom: 0%;
    padding-top: 0;
  }

  .main-hero-text-2._5, .main-hero-text-2._3, .main-hero-text-2._8, .main-hero-text-2._4, .main-hero-text-2._10, .main-hero-text-2._6, .main-hero-text-2._7, .main-hero-text-2._9, .main-hero-text-2._2, .main-hero-text-2._1 {
    font-size: 23vw;
  }

  .main-hero-text-2._5.profile-text, .main-hero-text-2._6.profile-text, .main-hero-text-2._7.profile-text, .main-hero-text-2._2.profile-text, .main-hero-text-2._4.profile-text, .main-hero-text-2._3.profile-text, .main-hero-text-2._1.profile-text {
    font-size: 19vw;
  }

  .main-hero-text-2._11 {
    font-size: 23vw;
  }

  .main-hero-description {
    width: 90vw;
    min-width: 90vw;
    padding-top: 13vw;
  }

  .hero-image-holder {
    width: 50vw;
  }

  .hero-second-text-wrap {
    height: 27vw;
    font-size: 30vw;
  }

  .hero-text-content-2 {
    width: 90vw;
  }

  .main-hero-description-2 {
    width: 90vw;
    min-width: 90vw;
    padding-top: 25vw;
  }

  .hero-second-text-wrap-2 {
    height: 36vw;
    font-size: 30vw;
  }

  .main-hero-description-3 {
    width: 90vw;
    min-width: 90vw;
    padding-top: 25vw;
  }

  .hero-second-text-wrap-3 {
    height: 36vw;
    font-size: 30vw;
  }

  .main-hero-description-4 {
    width: 90vw;
    min-width: 90vw;
    padding-top: 25vw;
  }

  .hero-second-text-wrap-4 {
    height: 36vw;
    font-size: 30vw;
  }

  .main-hero-description-5 {
    width: 90vw;
    min-width: 90vw;
    padding-top: 25vw;
  }

  .slide-content-2.size-three {
    text-align: center;
    flex-flow: column;
    width: 80%;
  }

  .spacer-large-2 {
    padding-bottom: 6rem;
  }

  .footer-2 {
    padding-top: 6rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

  .parent-pad-side-2 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .shop-image {
    grid-template-columns: 1fr;
  }

  .si-parent, .map-parent {
    height: auto;
  }

  .car-space-text {
    width: 80%;
  }

  .hero-text-wrap-2 {
    height: 36vw;
    font-size: 30vw;
  }

  .hero-text-wrap-2.relative-hero-text-wrap {
    font-size: 22vw;
  }

  .hero-text-wrap-3 {
    height: 36vw;
    font-size: 30vw;
  }

  .hero-text-wrap-3.relative-hero-text-wrap {
    font-size: 22vw;
  }

  .tel-wrap, .line-wrap, .con-tel, .con-line {
    width: 100%;
  }

  .main-photo {
    width: 40vw;
    min-width: 34rem;
    max-width: 34rem;
  }

  .img-cover-2.size-two {
    width: 28rem;
    height: 46rem;
  }
}

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

  .slide-nav {
    bottom: 1.2rem;
    right: 2rem;
  }

  .super-text-hero {
    font-size: 5rem;
  }

  .splide.slider1 {
    height: 44rem;
  }

  .slide-content.size-two.no-pad-top {
    width: 100%;
  }

  .border-line.light {
    width: 25rem;
  }

  .parent-grid {
    flex-direction: column-reverse;
  }

  .grid-left {
    width: 100%;
    padding-top: 4rem;
  }

  .grid-right {
    width: 100%;
  }

  .item-parent.hide-m {
    display: none;
  }

  .parent {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .parent.pad-top {
    padding-right: 0;
  }

  .num-ab.mobile-space {
    opacity: .4;
    font-size: 7rem;
  }

  .test-slider {
    min-height: 26rem;
  }

  .nav-links {
    grid-row-gap: 1.25rem;
    background-color: var(--red);
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin-right: 0;
    padding: 6rem 1.4rem 2rem;
    display: none;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .side-panel {
    padding-top: 4rem;
  }

  .grid-panel {
    grid-row-gap: 2rem;
  }

  .background-video {
    width: 100%;
    height: 29rem;
  }

  .list-item-parent {
    margin-top: 2rem;
  }

  .close-parent {
    inset: 1rem 1rem auto auto;
  }

  .main-hero-text {
    -webkit-text-stroke-width: 2px;
    margin-top: 0;
  }

  .main-hero-text._5, .main-hero-text._3, .main-hero-text._8, .main-hero-text._4, .main-hero-text._9, .main-hero-text._10, .main-hero-text._6, .main-hero-text._7 {
    -webkit-text-stroke-width: 0px;
  }

  .main-hero-text._2 {
    font-size: 22vw;
  }

  .main-hero-text._1 {
    -webkit-text-stroke-width: 0px;
  }

  .hero-text-content {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
  }

  .services-text-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-subtitle-holder {
    margin-top: 0;
  }

  .hero-subtitle-text {
    font-family: hiragino-mincho-pron, sans-serif;
    font-size: 5vw;
  }

  .hero-text {
    font-size: 3vw;
    line-height: 6vw;
  }

  .hero-line-holder {
    width: 30%;
  }

  .main-hero-text-2 {
    -webkit-text-stroke-width: 2px;
    margin-top: 0;
  }

  .main-hero-text-2._10, .main-hero-text-2._9, .main-hero-text-2._5, .main-hero-text-2._6, .main-hero-text-2._7, .main-hero-text-2._2, .main-hero-text-2._4, .main-hero-text-2._8, .main-hero-text-2._3, .main-hero-text-2._1, .main-hero-text-2._11 {
    -webkit-text-stroke-width: 0px;
  }

  .main-hero-description {
    padding-top: 30vw;
  }

  .hero-text-container {
    top: -50px;
  }

  .container2 {
    padding-left: 1em;
    padding-right: 1em;
  }

  .hero-second-text-wrap {
    top: 270px;
  }

  .hero-text-content-2 {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
  }

  .hero-second-text-wrap-2 {
    top: 270px;
  }

  .hero-text-content-3 {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
  }

  .hero-second-text-wrap-3 {
    top: 270px;
  }

  .hero-text-content-4 {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
  }

  .hero-second-text-wrap-4 {
    top: 270px;
  }

  .hero-text-content-5, .hero-text-content-6 {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
  }

  .slide-content-2.size-three {
    width: 90%;
  }

  .si-parent {
    height: auto;
  }

  .map-parent {
    height: auto;
    overflow: hidden;
  }

  .hero-text-content-7 {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 1.6rem;
  }

  .full-slider {
    height: 100vh;
  }

  .background-sm.bg-blue {
    background-color: #0000;
  }

  .slider-wrap-sm {
    align-items: center;
    width: 80%;
    min-width: 80%;
    max-width: 33rem;
    height: 26rem;
    margin-bottom: 40px;
  }

  .img-cover {
    overflow: hidden;
  }

  .img-cover.size-three {
    height: 28rem;
  }

  .img-cover.size-two, .img-cover.size-one, .img-cover.size-three {
    width: 100%;
    height: 100%;
  }

  .watch {
    min-width: 17rem;
  }

  .super-text-hero.blend {
    font-size: 2.9rem;
  }

  .hero-title {
    font-size: 1.2rem;
    line-height: 1.3;
    bottom: 12vh;
  }

  .italic.hero-italic {
    font-size: 1rem;
  }

  .italic.contitle-italic {
    flex-flow: row;
    padding-top: 10px;
    padding-left: 0;
    font-size: 1rem;
    font-weight: 300;
    display: flex;
  }

  .italic.title-en-small {
    font-size: 1rem;
  }

  .nav-bar {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .logo {
    width: 10rem;
  }

  .spacer-large {
    padding-bottom: 5rem;
    display: block;
  }

  .container.flex-split-btm {
    grid-row-gap: 1.5rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .container.flex-center {
    align-items: flex-start;
  }

  .container.movie {
    height: auto;
  }

  .container.footer-parent {
    justify-content: center;
  }

  .img-parent.size-one, .img-parent.size-one.sp-item {
    width: 100%;
    height: 32rem;
  }

  .img-parent.size-three {
    height: 32rem;
  }

  .img-parent.size-two {
    width: 100%;
    height: 32rem;
  }

  .img-parent.size-one {
    width: 18rem;
    height: 26rem;
  }

  .cover-img {
    width: 100%;
    min-width: 104%;
    max-width: 100%;
  }

  .splide.slider1 {
    height: 36rem;
    max-height: 36rem;
    padding-left: 1.4rem;
  }

  .spacer-medium {
    padding-bottom: 2rem;
  }

  .parent-pad-side {
    padding-left: 1.4rem;
    padding-right: 1.4rem;
    display: block;
  }

  .heading-medium {
    padding-right: 0;
    font-size: 1.4rem;
  }

  .slide-content.size-two {
    width: 18rem;
  }

  .slide-content.size-three {
    width: 100%;
  }

  .text-sm.fade.text-white {
    font-size: 1rem;
  }

  .text-sm.fade {
    font-family: hiragino-kaku-gothic-pron, sans-serif;
  }

  .border-line.light {
    width: 100%;
  }

  .grid-left {
    height: 100%;
    padding-top: 0;
  }

  .grid-right {
    margin-top: 0;
  }

  .item-parent.right {
    width: 100%;
  }

  .col {
    padding-top: 4rem;
    padding-bottom: 2rem;
    padding-left: 1.4rem;
  }

  .col.div-hide {
    padding-top: 3rem;
    padding-bottom: 4rem;
    padding-right: 1.4rem;
    overflow: visible;
  }

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

  .parent.pad-top {
    padding-right: 0;
  }

  .num-ab.mobile-space {
    z-index: 10;
    box-sizing: border-box;
    opacity: .4;
    text-transform: none;
    font-size: 18vw;
    font-weight: 200;
    display: none;
    bottom: -3.5rem;
    right: 1rem;
  }

  .test-slider {
    min-height: 24rem;
  }

  .slider-inner {
    width: 100%;
  }

  .col-cta.no-pad {
    flex: none;
    height: 20rem;
    padding-bottom: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .col-cta.top {
    padding: 2rem 1.5rem 0 1.4rem;
  }

  .ticker-parent {
    display: flex;
    bottom: -1.6rem;
  }

  .ticker-parent.ab-btm {
    bottom: 0;
  }

  .watch-full {
    display: none;
  }

  .footer {
    padding-top: 3rem;
    padding-left: 1.4rem;
    padding-right: 1.4rem;
  }

  .nav-links {
    padding-top: 7.5rem;
    display: none;
  }

  .side-panel-one {
    display: none;
  }

  .side-panel {
    width: 95%;
    padding-bottom: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .background-video {
    height: 20rem;
  }

  .list-item.border {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    flex-flow: column;
    align-items: flex-start;
  }

  .super-text-pop.blend {
    font-size: 4rem;
  }

  .mobile-section {
    margin-top: 0;
  }

  .watch-full-mobile {
    height: 34rem;
    display: block;
  }

  .body {
    font-family: hiragino-mincho-pron, sans-serif;
    font-weight: 300;
  }

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

  .heading.font-space {
    line-height: 1.2;
  }

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

  .main-hero-text {
    -webkit-text-stroke-width: 2px;
  }

  .main-hero-text._2 {
    font-size: 22vw;
  }

  .services-text-holder {
    padding-top: 20px;
    padding-left: 2em;
    padding-right: 2em;
  }

  .hero-subtitle-holder {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-subtitle-text {
    text-align: center;
    font-size: 7vw;
    line-height: 8vw;
    display: none;
  }

  .subtitle-overlay-holder {
    height: 42px;
  }

  .hero-text {
    padding-top: 20px;
    font-size: 3.7vw;
    line-height: 6vw;
  }

  .hero-subtitle-text-sp {
    color: #fff;
    text-align: center;
    font-family: hiragino-mincho-pron, sans-serif;
    font-size: 6vw;
    font-weight: 300;
    line-height: 9vw;
  }

  .tho-en {
    padding-left: 2px;
    font-family: Ppeditorialnew, sans-serif;
    font-size: 4vw;
    font-weight: 200;
  }

  .sp-hero-sub {
    color: #fff;
    text-align: center;
    font-family: hiragino-mincho-pron, sans-serif;
    font-size: 9vw;
    font-weight: 300;
    line-height: 12vw;
    display: block;
  }

  .hero-line-holder {
    top: 12vh;
  }

  .hero-line-holder._4 {
    top: 38vh;
    right: -6vw;
  }

  .hero-line-holder._2 {
    top: 36vh;
    left: -7vw;
  }

  .main-hero-text-2 {
    -webkit-text-stroke-width: 2px;
  }

  .main-hero-text-2._9 {
    display: none;
  }

  .main-hero-text-2._11 {
    font-style: normal;
  }

  .main-hero-description {
    font-size: 14px;
  }

  .hero-image-holder {
    width: 60vw;
    top: 20px;
  }

  .my-name-in-description {
    font-size: 18px;
  }

  .container2 {
    padding: 3em 1em;
  }

  .hero-second-text-wrap {
    top: 170px;
  }

  .main-hero-description-2 {
    font-size: 14px;
  }

  .hero-second-text-wrap-2 {
    top: 170px;
  }

  .main-hero-description-3 {
    font-size: 14px;
  }

  .hero-second-text-wrap-3 {
    top: 170px;
  }

  .main-hero-description-4 {
    font-size: 14px;
  }

  .hero-second-text-wrap-4 {
    top: 170px;
  }

  .main-hero-description-5 {
    padding-top: 20vw;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }

  .hero-text-content-6.profile-top {
    top: -72px;
  }

  .slide-content-2.size-three, .slide-content-2.size-one, .slide-content-2.size-two {
    width: 100%;
  }

  .slide-content-2.size-two {
    width: 18rem;
  }

  .spacer-large-2 {
    padding-bottom: 5rem;
  }

  .heading-medium-2 {
    font-size: 1.4rem;
    font-weight: 300;
  }

  .footer-2 {
    padding-top: 4rem;
    padding-left: 1.4rem;
    padding-right: 1.4rem;
  }

  .text-block-2 {
    width: 100%;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    font-size: 3.7vw;
    line-height: 6vw;
  }

  .parent-pad-side-2 {
    padding-left: 1.4rem;
    padding-right: 1.4rem;
    display: block;
  }

  .heading-4 {
    font-size: 2rem;
    line-height: 1;
  }

  .shop-image {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .si-parent {
    height: auto;
  }

  .access-text {
    text-align: left;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    font-size: 1.2rem;
    line-height: 1.6rem;
  }

  .link {
    font-size: 2.1rem;
  }

  .calender {
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    font-size: 1rem;
    line-height: 1.4rem;
    display: none;
  }

  .car-space {
    font-family: hiragino-kaku-gothic-pron, sans-serif;
  }

  .car-space-text {
    text-align: center;
    width: 100%;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    line-height: 1.6rem;
  }

  .instagram-grid {
    width: 190%;
  }

  .sp-calender {
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    font-size: 1.2rem;
    line-height: 1.6rem;
    display: block;
  }

  .border-ac {
    background-color: #ffffff80;
    width: 100%;
    height: 1px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .sp-space {
    width: 100%;
    padding-bottom: 1rem;
    display: block;
  }

  .contact-text {
    font-family: hiragino-kaku-gothic-pron, sans-serif;
  }

  .con-tel, .con-line {
    width: 100%;
  }

  .main-photo {
    width: 32vw;
    min-width: 24rem;
    max-width: 32rem;
    height: 26rem;
    max-height: 40rem;
  }

  .sp-main-bg {
    object-fit: cover;
    width: 100%;
    height: 100%;
    overflow: visible;
  }

  .image-5 {
    width: 85%;
  }

  .image-6 {
    width: 100%;
    height: 100%;
    overflow: visible;
  }

  .side-panel-two, .side-panel-tree, .side-panel-four {
    display: none;
  }

  .img-cover-2.size-two {
    width: 18rem;
    height: 29rem;
  }

  .access-parent {
    padding-bottom: 2rem;
  }
}

#w-node-a41cd60f-23fe-358b-50c4-d8d9693090ba-e5bdb7db {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee53cb3d-dfbe-5393-613a-2fa59b95f562-e5bdb7db {
  align-self: start;
}

#w-node-_5604bae5-26e5-87b2-bf29-4f43799f5cf7-e5bdb7db {
  justify-self: end;
}

#w-node-_0cf30830-5c48-2640-6606-6e80e37020c2-e5bdb7db {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0cf30830-5c48-2640-6606-6e80e37020c3-e5bdb7db {
  align-self: start;
}

#w-node-_0cf30830-5c48-2640-6606-6e80e37020d7-e5bdb7db {
  justify-self: end;
}

#w-node-bb0889e9-c965-ef7f-6505-aa5a99675b41-e5bdb7db {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bb0889e9-c965-ef7f-6505-aa5a99675b42-e5bdb7db {
  align-self: start;
}

#w-node-bb0889e9-c965-ef7f-6505-aa5a99675b5b-e5bdb7db {
  justify-self: end;
}

#w-node-_4a4faeea-188a-6fec-d2b2-6e7dd98745b6-e5bdb7db {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4a4faeea-188a-6fec-d2b2-6e7dd98745b7-e5bdb7db {
  align-self: start;
}

#w-node-_4a4faeea-188a-6fec-d2b2-6e7dd98745d0-e5bdb7db {
  justify-self: end;
}

#w-node-_4003a3f6-834e-c12d-2a1e-45bd3f077c63-e5bdb7db {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_4003a3f6-834e-c12d-2a1e-45bd3f077cab-e5bdb7db {
  grid-area: 1 / 1 / 2 / 8;
}

#w-node-_4003a3f6-834e-c12d-2a1e-45bd3f077cbb-e5bdb7db {
  grid-area: 2 / 1 / 3 / 8;
}

#w-node-_4003a3f6-834e-c12d-2a1e-45bd3f077cca-e5bdb7db {
  grid-area: 3 / 1 / 4 / 8;
}

#w-node-_4003a3f6-834e-c12d-2a1e-45bd3f077cd9-e5bdb7db {
  grid-area: 4 / 1 / 5 / 8;
}

#w-node-_4003a3f6-834e-c12d-2a1e-45bd3f077ce8-e5bdb7db {
  grid-area: 5 / 1 / 6 / 8;
}

#w-node-_4003a3f6-834e-c12d-2a1e-45bd3f077cf7-e5bdb7db {
  grid-area: 6 / 1 / 7 / 8;
}

#w-node-_4003a3f6-834e-c12d-2a1e-45bd3f077d06-e5bdb7db {
  grid-area: 7 / 1 / 8 / 8;
}

#w-node-d6e83912-fe32-16ff-b3d4-a62b4ce4e024-e5bdb7db {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d6e83912-fe32-16ff-b3d4-a62b4ce4e06c-e5bdb7db {
  grid-area: 1 / 1 / 2 / 8;
}

#w-node-d6e83912-fe32-16ff-b3d4-a62b4ce4e07c-e5bdb7db {
  grid-area: 2 / 1 / 3 / 8;
}

#w-node-d6e83912-fe32-16ff-b3d4-a62b4ce4e08b-e5bdb7db {
  grid-area: 3 / 1 / 4 / 8;
}

#w-node-d6e83912-fe32-16ff-b3d4-a62b4ce4e09a-e5bdb7db {
  grid-area: 4 / 1 / 5 / 8;
}

#w-node-d6e83912-fe32-16ff-b3d4-a62b4ce4e0a9-e5bdb7db {
  grid-area: 5 / 1 / 6 / 8;
}

#w-node-d6e83912-fe32-16ff-b3d4-a62b4ce4e0b8-e5bdb7db {
  grid-area: 6 / 1 / 7 / 8;
}

#w-node-d6e83912-fe32-16ff-b3d4-a62b4ce4e0c7-e5bdb7db {
  grid-area: 7 / 1 / 8 / 8;
}

#w-node-_7b59f660-9c84-d95f-2f40-dfc79d12408f-e5bdb7db {
  grid-area: 2 / 3 / 3 / 4;
}

@media screen and (max-width: 767px) {
  #w-node-a41cd60f-23fe-358b-50c4-d8d9693090ba-e5bdb7db, #w-node-_0cf30830-5c48-2640-6606-6e80e37020c2-e5bdb7db, #w-node-bb0889e9-c965-ef7f-6505-aa5a99675b41-e5bdb7db, #w-node-_4a4faeea-188a-6fec-d2b2-6e7dd98745b6-e5bdb7db {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Ppeditorialnew';
  src: url('../fonts/PPEditorialNew-UltralightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ppneuemontreal book';
  src: url('../fonts/PPNeueMontreal-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rosseta';
  src: url('../fonts/Rosseta.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}