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

.section {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100vw;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: auto;
}

.section._100vh {
  height: 100vh;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section._02 {
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section.break {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section.overflow {
  width: auto;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.body {
  overflow: visible;
  background-color: #000;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-weight: 400;
}

.container-full {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.container-full.alt {
  overflow: visible;
  height: auto;
  max-width: 1200px;
  margin-top: 0px;
}

.half {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: auto;
  margin-right: 200px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.half.img {
  display: block;
  padding-left: 0px;
}

.title {
  margin-top: 0px;
  font-size: 80px;
  line-height: 95%;
}

.text-box {
  margin-right: 0px;
  margin-bottom: 90px;
  margin-left: 0px;
  padding-left: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.sub-title {
  max-width: 400px;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 180%;
}

.div-block {
  margin-left: 70px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.credit {
  max-width: 271px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  line-height: 150%;
}

.credit.center {
  max-width: 350px;
  margin: 40px auto 0px;
  text-align: center;
}

.credit.center._20 {
  max-width: none;
  margin-top: 40px;
}

.credit.center._60 {
  max-width: 325px;
  margin-top: 60px;
}

.credit-body {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 170%;
  font-weight: 400;
}

.credit-sub {
  display: block;
  opacity: 0.5;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
}

.credit-sub._2 {
  display: block;
}

.credit-brand {
  margin-bottom: 0px;
  font-weight: 700;
}

.image {
  display: block;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.half-img {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  cursor: crosshair;
  -o-object-fit: fill;
  object-fit: fill;
}

.half-img.img {
  display: block;
  padding-left: 0px;
}

.menu-parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 50px;
  height: 50px;
  padding: 12px 8px 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}

.nav-link {
  overflow: visible;
  height: 100%;
  padding: 10px 20px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 0.8125rem;
  -o-object-fit: fill;
  object-fit: fill;
}

.nav-link:hover {
  background-color: hsla(0, 0%, 100%, 0.1);
}

.navbar {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.menu-button {
  display: none;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.icon {
  border: 1px solid transparent;
}

.brand {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.menu-bar {
  width: 100%;
  height: 2px;
  margin-bottom: 6px;
  background-color: #000;
}

.i {
  height: 20px;
}

.navcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-width: 1100px;
  margin-right: 20px;
  margin-left: 20px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.img-container-880 {
  position: relative;
  overflow: hidden;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  cursor: crosshair;
}

.container-1000 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

.grid-2 {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.credit-parent {
  margin-top: 0px;
}

.img-container {
  overflow: hidden;
  max-width: 100vw;
}

.container-full-half {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  max-width: 1400px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.half-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.half-container.mobile {
  display: none;
}

.img-container-half {
  position: relative;
  display: block;
  overflow: hidden;
  width: 50%;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  cursor: crosshair;
}

.img-container-half.img {
  display: block;
  padding-left: 0px;
}

.container-overflow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  margin-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.img-container-02 {
  position: relative;
  overflow: hidden;
  margin-right: 0px;
  margin-left: 20px;
  cursor: crosshair;
}

.img-container-01 {
  position: relative;
  overflow: hidden;
  cursor: crosshair;
}

.text-parent {
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
}

.text-position-mob {
  display: none;
  opacity: 0.5;
  font-size: 12px;
  text-align: center;
}

.img-container-600 {
  position: relative;
  overflow: hidden;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  cursor: crosshair;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.footer-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
}

.container240 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 240px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn-txt-1 {
  position: absolute;
  font-weight: 600;
  text-transform: uppercase;
}

.contact {
  display: block;
  margin-bottom: 0px;
  font-weight: 700;
}

.social-media {
  margin-top: 0px;
}

.btn-parent {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 170px;
  height: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #000;
  border-radius: 0px;
  color: #000;
  text-decoration: none;
}

.btn-parent.white {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-color: #fff;
  color: #fff;
  font-weight: 400;
}

.btn-txt-2 {
  position: absolute;
  display: block;
  font-weight: 600;
  text-transform: uppercase;
}

.brand-title {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 28px;
  text-align: center;
  text-transform: uppercase;
}

.phone-number {
  display: block;
  margin-bottom: 0px;
  font-weight: 500;
}

.social-media-icon {
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
}

.contact-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.company-name {
  margin-top: 2px;
  margin-bottom: 2px;
  font-weight: 500;
}

.s-media-links {
  padding-right: 20px;
  padding-left: 20px;
}

.section-links {
  display: none;
  margin-top: 100px;
  margin-bottom: 100px;
  font-size: 12px;
}

.hero-parent {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 500px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.fsnap-logo {
  position: absolute;
  left: 0%;
  top: 4%;
  right: 0%;
  bottom: auto;
  z-index: 99;
  display: block;
  width: 100vw;
  margin-top: 20px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.f-snap-logo {
  width: 300px;
  margin-top: 0px;
  margin-bottom: 10px;
}

.hero-title__title {
  display: none;
  margin: 0px auto;
  font-size: 50px;
  font-weight: 600;
}

.loader {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.loader-ani {
  display: block;
  width: 300px;
}

.img-holder {
  position: relative;
  overflow: hidden;
  cursor: crosshair;
}

.img-holder._100 {
  width: 100vw;
}

.img-hero {
  -o-object-fit: fill;
  object-fit: fill;
}

.spot-wrap {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.spot {
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background-color: rgba(165, 0, 0, 0.38);
  opacity: 1;
  -webkit-filter: blur(40px);
  filter: blur(40px);
}

.spot.white {
  width: 250px;
  height: 250px;
  background-color: hsla(0, 0%, 100%, 0.15);
  opacity: 1;
  -webkit-filter: blur(20px);
  filter: blur(20px);
}

.container {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e2e2df;
  cursor: crosshair;
}

.container._1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
  cursor: crosshair;
}

.hero--container {
  width: 100%;
  height: 100%;
  color: #fff;
}

.italic {
  font-style: italic;
}

.hero-subtitle {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 6%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  line-height: 30px;
}

.text-block {
  font-family: 'Changa One', Impact, sans-serif;
  color: #fff;
  font-size: 25vw;
  line-height: 100%;
  font-weight: 400;
}

.text-block._1 {
  display: block;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #fff;
  font-size: 100px;
  font-weight: 700;
}

.text-block._2 {
  display: block;
  opacity: 0.8;
  -webkit-filter: blur(12px);
  filter: blur(12px);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #101111;
  font-size: 100px;
  font-weight: 700;
}

.text-wrap {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-wrap._1 {
  display: none;
}

.text-wrap._2 {
  display: none;
}

.f-snap-logo-2 {
  width: 300px;
  margin-top: 0px;
}

.arrow {
  margin-top: 70px;
}

.hero-title {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 99;
  display: block;
  width: 100vw;
  padding-top: 20px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.bg {
  position: relative;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: url('/special/fashionstory-midnightspotlight/images/daughters-miyoshi-abe-006.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-subtitle__subtitle {
  display: none;
  font-weight: 400;
}

.hero-subtitle__subtitle.bold {
  font-weight: 700;
}

.numbers-sp {
  display: none;
  font-family: 'Noto Sans JP', sans-serif;
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 12px;
  line-height: 220%;
  text-align: center;
}

.contact-high {
  margin-bottom: 20px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}

.container400 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  margin-top: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-3 {
  max-width: 270px;
}

.credit-sp {
  display: block;
}

.opacity {
  opacity: 0.5;
}

.section-2 {
  display: none;
}

.numbers-pc {
  font-family: 'Noto Sans JP', sans-serif;
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 12px;
  line-height: 220%;
  text-align: center;
}

.sub-title-mob {
  line-height: 180%;
}

.title-mob {
  margin-top: 0px;
  font-size: 80px;
  line-height: 95%;
}

.link-block {
  cursor: pointer;
}

.bold {
  margin-right: 5px;
  font-weight: 700;
}

.sub-title-mobile {
  max-width: 400px;
  margin-top: 30px;
  font-size: 14px;
  line-height: 180%;
}

.img-container-01-copy {
  position: relative;
  overflow: hidden;
  cursor: crosshair;
}

.text-position-pc {
  opacity: 0.5;
  font-size: 12px;
  text-align: center;
}

.insta-link {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  text-decoration: none;
}

.insta-link:hover {
  opacity: 0.45;
}

.backtotop {
  position: fixed;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  height: 50px;
  margin: 25px 25px 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 5px none #fff;
  border-radius: 0%;
  background-color: transparent;
  color: #fff;
  text-decoration: none;
}

.text-block-4 {
  font-weight: 300;
}

.arrow-up {
  margin-left: 5px;
}

.half-img-hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  cursor: crosshair;
  -o-object-fit: fill;
  object-fit: fill;
}

.half-img-hero.img {
  display: block;
  padding-left: 0px;
}

@media screen and (max-width: 991px) {
  .section {
    padding: 70px;
  }
  .section._100vh {
    position: relative;
  }
  .section.overflow {
    padding-right: 0px;
    padding-left: 0px;
  }
  .body {
    overflow: visible;
  }
  .container-full.alt {
    position: relative;
    display: block;
    height: 100vh;
    max-width: 100vw;
    margin-top: 0px;
  }
  .half {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100vh;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .title {
    display: none;
    overflow: visible;
    text-align: center;
  }
  .text-box {
    margin: 0px auto;
  }
  .sub-title {
    display: none;
    overflow: visible;
    text-align: center;
  }
  .credit {
    margin-bottom: 30px;
    text-align: center;
  }
  .half-img {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: -1;
    display: block;
    width: 100%;
    height: 100vh;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .menu-parent {
    width: 35px;
    height: 35px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .nav-link {
    border-top: 0.5px none #555;
    border-bottom: 0.5px solid rgba(85, 85, 85, 0.3);
    color: #333;
    font-weight: 500;
    text-align: left;
  }
  .navbar {
    position: relative;
    display: block;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .menu-button {
    padding: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .menu-button.w--open {
    background-color: transparent;
  }
  .nav-menu {
    padding: 30px;
    background-color: #fff;
  }
  .icon {
    display: none;
    color: #fff;
  }
  .menu-bar {
    height: 2px;
    margin-bottom: 4px;
    background-color: #fff;
  }
  .i {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .navcontainer {
    overflow: visible;
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .container-full-half {
    padding-right: 60px;
    padding-left: 60px;
  }
  .half-container {
    padding-right: 37px;
    padding-left: 37px;
  }
  .footer {
    margin-top: 100px;
  }
  .footer-wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .section-links {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .hero-parent {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 3%;
    display: none;
    width: 100vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
  .fsnap-logo {
    position: absolute;
    left: 0%;
    top: 2%;
    right: 0%;
    bottom: auto;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .image-3 {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .img-hero {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .spot-wrap {
    display: none;
  }
  .hero-title {
    position: absolute;
    left: 0%;
    top: 2%;
    right: 0%;
    bottom: auto;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .bg {
    background-position: 50% 50%;
  }
  .credit-sp {
    position: relative;
    z-index: 20;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 60px;
  }
  .section-2 {
    display: block;
    margin-top: 90px;
  }
  .sub-title-mob {
    display: block;
    overflow: visible;
    max-width: 400px;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .title-mob {
    text-align: center;
  }
  .sub-title-mobile {
    display: block;
    overflow: visible;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .backtotop {
    width: 100px;
    height: 35px;
    margin-bottom: 25px;
    background-color: #000;
    font-size: 12px;
  }
  .backtotop.w--current {
    background-color: #000;
  }
  .arrow-up {
    margin-left: 4px;
  }
  .half-img-hero {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: -1;
    display: block;
    width: 100%;
    height: 100vh;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    -o-object-fit: fill;
    object-fit: fill;
  }
}

@media screen and (max-width: 767px) {
  .text-box {
    margin-top: 0px;
  }
  .credit {
    margin-right: auto;
    margin-left: auto;
  }
  .menu-button {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .brand {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  .navcontainer {
    padding-right: 20px;
    padding-left: 20px;
  }
  .container-full-half {
    padding-right: 0px;
    padding-left: 0px;
  }
  .fsnap-logo {
    position: absolute;
    top: 2%;
  }
  .hero-subtitle {
    bottom: 5%;
  }
  .arrow {
    margin-top: 40px;
  }
  .hero-title {
    position: absolute;
    top: 2%;
  }
  .bg {
    background-position: 53% 50%;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding: 40px 20px;
  }
  .section._100vh {
    padding-right: 0px;
    padding-left: 0px;
  }
  .section._100vh._1 {
    z-index: 1;
    height: 100vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .section.overflow {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .container-full.alt {
    height: 100vh;
  }
  .half {
    display: none;
    padding-right: 25px;
    padding-left: 25px;
  }
  .title {
    font-size: 50px;
    text-align: center;
  }
  .sub-title {
    font-size: 12px;
  }
  .credit {
    max-width: none;
    font-size: 12px;
  }
  .credit.center {
    margin-top: 20px;
  }
  .credit.center._60 {
    margin-top: 0px;
  }
  .credit.center._60.p {
    margin-top: 40px;
  }
  .credit-body {
    font-size: 11px;
  }
  .half-img {
    height: 100vh;
    padding: 0px;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .navbar {
    position: absolute;
  }
  .menu-button {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .navcontainer {
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .grid-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .container-full-half {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .half-container {
    width: 100%;
  }
  .half-container.pc {
    display: none;
  }
  .half-container.mobile {
    display: block;
  }
  .img-container-half {
    width: 100%;
  }
  .container-overflow {
    width: 100vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .img-container-02 {
    margin-right: 0px;
    margin-left: 0px;
  }
  .text-parent {
    margin-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .text-position-mob {
    display: block;
  }
  .hero-parent {
    padding-right: 20px;
    padding-left: 20px;
  }
  .fsnap-logo {
    top: 5%;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .f-snap-logo {
    width: 200px;
  }
  .hero-title__title {
    position: static;
    margin-top: 0px;
    font-size: 40px;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .img-shift {
    margin-bottom: 40px;
  }
  .img-hero {
    -o-object-fit: cover;
    object-fit: cover;
  }
  .hero--container {
    color: #fff;
  }
  .hero-subtitle {
    z-index: 1;
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }
  .f-snap-logo-2 {
    width: 250px;
  }
  .arrow {
    margin-top: 20px;
  }
  .hero-title {
    top: 2%;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bg {
    z-index: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-image: none;
    background-position: 53% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .hero-subtitle__subtitle {
    font-size: 14px;
  }
  .numbers-sp {
    display: block;
  }
  .credit-sp {
    position: static;
    padding-right: 32px;
    padding-left: 32px;
  }
  .section-2 {
    margin-top: 80px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .padding {
    padding-right: 20px;
    padding-left: 20px;
  }
  .numbers-pc {
    display: none;
  }
  .sub-title-mob {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 12px;
  }
  .title-mob {
    font-size: 50px;
    text-align: center;
  }
  .sub-title-mobile {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 12px;
  }
  .img-container-01-copy {
    display: none;
  }
  .text-position-pc {
    display: none;
  }
  .backtotop {
    width: auto;
    height: auto;
    padding: 17px;
    border-radius: 100%;
    background-color: #1a1a1a;
  }
  .text-block-4 {
    display: none;
    font-weight: 400;
  }
  .arrow-up {
    margin-left: 0px;
  }
  .half-img-hero {
    height: 100vh;
    padding: 0px;
    -o-object-fit: fill;
    object-fit: fill;
  }
}

