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

.icon {
  border: 1px solid transparent;
}

.i {
  height: 20px;
}

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

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

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

.navbar {
  position: fixed;
  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: #000;
  opacity: 1;
}

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

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

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

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

.c-name {
  display: block;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
}

.c-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50vw;
  height: 100%;
  margin-top: 0px;
  margin-bottom: 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;
}

.c-right.cover {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.article-summary {
  display: none;
  max-width: 500px;
  margin-top: 20px;
  line-height: 1.8;
}

.credit-item {
  overflow: hidden;
  margin-bottom: 20px;
}

.c-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50vw;
  height: 100%;
  -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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.c-left.cover {
  padding: 30px 30px 30px 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.c-left.center {
  -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;
}

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

.img.contain {
  -o-object-fit: contain;
  object-fit: contain;
}

.article-subtitle {
  display: block;
  color: #e7641f;
  font-size: 20px;
  font-weight: 400;
}

.article-credit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}

.c-img__overlay-02 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  overflow: visible;
  background-color: #000;
}

.c-img__overlay-01 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  overflow: visible;
  background-color: #fff;
}

.mask-out {
  overflow: hidden;
  margin-bottom: 10px;
}

.c-article-title {
  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-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
}

.c-intro__paragraph-copy {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.c-intro__paragraph-copy.short {
  overflow: hidden;
  max-width: 80%;
  margin-bottom: 40px;
  padding: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 300;
}

.c-title {
  margin-bottom: 5px;
  color: #e7641f;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: lowercase;
}

.credit-col {
  margin-right: 20px;
}

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

.credit-link:hover {
  color: #ffb700;
}

.section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  margin-top: 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 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.section.cover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  background-color: transparent;
}

.section.a {
  overflow: hidden;
  height: auto;
  padding-top: 140px;
  padding-bottom: 200px;
}

.section.b {
  overflow: hidden;
  height: auto;
  padding-top: 140px;
  padding-bottom: 300px;
  background-color: transparent;
}

.section.d {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
}

.section.center-double {
  height: auto;
  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;
  border-style: none;
  border-width: 1px;
  border-color: #424242;
}

.section.center-double.padding {
  padding-bottom: 220px;
}

.c-img-02 {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.article-title {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 6vw;
  line-height: 1;
  font-weight: 500;
  text-align: left;
}

.c-intro-description {
  display: block;
  opacity: 0.9;
  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: 16px;
  line-height: 1.6;
  font-weight: 400;
}

.body {
  background-color: #000;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
}

.left {
  margin-bottom: 5px;
  color: #e7641f;
}

.left.mobile {
  display: none;
}

.credit-price {
  margin-top: 5px;
  margin-bottom: 5px;
  opacity: 0.6;
  color: #fff;
  line-height: 1.8;
}

.credit-price.mobile {
  display: none;
}

.credits {
  position: relative;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  margin: 30px;
  font-size: 12px;
}

.credits.left {
  max-width: 400px;
}

.credits.alt {
  position: static;
  margin-top: 20px;
  text-align: center;
}

.credits.absolute {
  position: absolute;
}

.credits.absolute._400 {
  max-width: 400px;
}

.credits.absolute._400.right {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 6%;
}

.credits.absolute._400.right.disappear {
  display: none;
}

.credits.absolute._400.right._300 {
  max-width: 350px;
}

.credits.absolute.none {
  display: none;
}

.credits.centered {
  margin-top: 30px;
  margin-right: 30px;
  text-align: center;
}

.credits.centered.disappear {
  display: none;
}

.c-center-container {
  position: relative;
  overflow: hidden;
  height: auto;
  max-width: 600px;
}

.heading-absolute {
  position: absolute;
  z-index: -1;
  color: #fff;
  font-size: 17vw;
  line-height: 0.8;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.heading-absolute.top {
  z-index: 3;
  color: transparent;
}

.heading-absolute.new {
  left: auto;
  top: 66%;
  right: 11%;
  z-index: 0;
  font-size: 10vw;
}

.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._60 {
  max-width: 325px;
  margin-top: 60px;
}

.credit-brand {
  display: none;
  margin-bottom: 0px;
  color: #fff;
  font-weight: 700;
}

.credit-body {
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 170%;
  font-weight: 400;
}

.credit-sub {
  display: block;
  opacity: 0.71;
  color: #fff;
  font-weight: 400;
}

.credit-sub.hide {
  display: none;
}

.c-image {
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  border: 1px solid #000;
}

.c-image.max-w {
  width: 100%;
}

.c-img__overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  overflow: visible;
  background-color: #fefaee;
}

.c-img__overlay.yellow {
  background-color: #000;
}

.c-img__overlay_blink {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  overflow: visible;
  background-color: #fefaee;
}

.c-img__overlay_blink.yellow {
  background-color: #e7641f;
}

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

.main-img.contain {
  -o-object-fit: contain;
  object-fit: contain;
}

.main-img.position {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.p {
  margin-top: 0px;
  color: #fff;
  font-size: 16px;
  line-height: 1.8;
}

.text-wrapper {
  max-width: 500px;
}

.c-grid {
  display: -ms-grid;
  display: grid;
  max-width: 1000px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.left-2 {
  margin-bottom: 5px;
  color: #ee3a23;
}

.text-block-3 {
  line-height: 1.1;
}

.c-img-2 {
  position: relative;
  overflow: hidden;
  max-width: 800px;
}

.c-img-2.medium {
  max-width: 1000px;
}

.c-img__overlay_first {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  overflow: visible;
  background-color: #fff;
}

.c-img__overlay_second {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: none;
  overflow: visible;
  background-color: #fff;
}

.c-900w {
  max-width: 900px;
}

.clothing-credit {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100vw;
  padding-top: 220px;
  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;
}

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

.contact-high {
  margin-bottom: 20px;
  opacity: 0.8;
  color: #e7641f;
  font-weight: 500;
}

.numbers-pc {
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 12px;
  line-height: 1.8;
  text-align: center;
}

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

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

.backtotop {
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin: 25px 25px 60px;
  padding: 15px;
  -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: 100%;
  background-color: #fff;
  color: #000;
  text-decoration: none;
}

.arrow-up {
  margin-left: 0px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.logo-wrapper {
  position: absolute;
  left: auto;
  top: 5%;
  right: 1%;
  bottom: auto;
  z-index: 999;
  display: none;
}

.image {
  height: 50px;
}

.hero-title {
  position: absolute;
  left: 0%;
  top: 60px;
  right: 0%;
  bottom: auto;
  z-index: 99;
  display: block;
  overflow: hidden;
  width: 100vw;
  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;
  text-align: center;
}

.logo-home-link {
  width: 300px;
  max-width: 300px;
  cursor: pointer;
}

.f-snap-logo {
  width: 100%;
  max-width: 100%;
  margin-top: 0px;
}

.heading {
  position: absolute;
  z-index: -1;
  color: #fff;
  font-size: 17vw;
  line-height: 0.8;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.heading.top {
  top: auto;
  z-index: 2;
  color: transparent;
}

.heading.top.left {
  top: auto;
  z-index: 3;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: transparent;
}

.heading.top.left.back {
  top: auto;
  z-index: -1;
  color: #fff;
}

.heading.top.right {
  bottom: auto;
  z-index: 2;
  display: block;
  color: #fff;
}

.heading.top.right.back {
  bottom: auto;
  z-index: -1;
  color: #fff;
}

.heading.new {
  left: auto;
  top: 66%;
  right: 11%;
  z-index: 0;
  font-size: 10vw;
}

.side-heading {
  position: absolute;
  z-index: -1;
  color: #fff;
  font-size: 17vw;
  line-height: 0.8;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.side-heading.top {
  z-index: 3;
  color: transparent;
}

.side-heading.new {
  left: auto;
  top: 66%;
  right: 11%;
  z-index: 0;
  font-size: 10vw;
}

@media screen and (max-width: 991px) {
  .menu-parent {
    width: 35px;
    height: 35px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .icon {
    display: none;
    color: #fff;
  }
  .i {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .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;
  }
  .menu-bar {
    height: 2px;
    margin-bottom: 4px;
    background-color: #fff;
  }
  .navbar {
    position: fixed;
    display: block;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .nav-menu {
    padding: 30px;
    background-color: #fff;
  }
  .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;
  }
  .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;
  }
  .c-right {
    position: static;
    left: auto;
    top: 100px;
    right: auto;
    bottom: auto;
    z-index: -1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    max-width: none;
    margin-top: 34px;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    text-align: center;
  }
  .c-right.cover {
    margin-top: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .c-right.alt {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .c-left {
    width: auto;
    height: auto;
  }
  .c-left.cover {
    width: 100%;
    padding: 60px 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-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .c-left.center {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .c-left.center.first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .article-subtitle {
    text-align: center;
  }
  .article-credit {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .c-article-title {
    margin-bottom: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .c-intro__paragraph-copy.short {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
  .credit-col.right {
    margin-right: 0px;
  }
  .section {
    position: relative;
    overflow: hidden;
    height: 1000px;
    padding-right: 40px;
    padding-left: 40px;
  }
  .section.cover {
    overflow: visible;
    height: auto;
    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;
  }
  .section.a {
    margin-bottom: 0px;
    padding-bottom: 140px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section.b {
    height: auto;
    padding: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section.d {
    overflow: visible;
    height: auto;
    padding: 70px 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .section.center-double {
    height: auto;
    padding-top: 90px;
    padding-bottom: 90px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .article-title {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    font-size: 12vw;
    text-align: center;
    letter-spacing: 0px;
  }
  .c-intro-description {
    color: #fff;
    text-align: center;
  }
  .left {
    margin-bottom: 5px;
    color: #e7641f;
    line-height: 1;
  }
  .left.mobile {
    display: block;
  }
  .left.pc {
    display: none;
  }
  .credit-price {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 1.8;
  }
  .credits {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    margin-bottom: 10px;
    margin-left: 10px;
    text-align: center;
  }
  .credits.absolute._400 {
    position: static;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    text-align: center;
  }
  .credits.absolute._400.right._300 {
    max-width: 350px;
  }
  .credits.centered {
    position: static;
    max-width: 400px;
    margin-right: 10px;
  }
  .c-center-container {
    max-width: 400px;
  }
  .heading-absolute {
    top: 306px;
    font-size: 18vw;
    line-height: 0.9;
  }
  .heading-absolute.top {
    margin-bottom: 20px;
  }
  .heading-absolute.new {
    top: 6%;
  }
  .credit {
    margin-bottom: 30px;
    text-align: center;
  }
  .text-wrapper {
    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;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .left-2 {
    margin-bottom: 5px;
    color: #b40000;
    line-height: 1;
  }
  .text-block-3 {
    font-size: 12px;
    line-height: 1.4;
  }
  .c-img-2 {
    max-width: 400px;
  }
  .c-img__overlay_first {
    display: block;
  }
  .c-img__overlay_second {
    display: block;
  }
  .clothing-credit {
    padding: 70px;
  }
  .contact-high {
    color: #e7641f;
  }
  .footer {
    margin-top: 0px;
  }
  .footer-wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .backtotop {
    width: auto;
    height: auto;
    margin-bottom: 25px;
    padding: 20px;
    border-radius: 100%;
    background-color: #000;
    -webkit-filter: invert(100%);
    filter: invert(100%);
    font-size: 12px;
  }
  .backtotop.w--current {
    background-color: #000;
  }
  .arrow-up {
    margin-left: 0px;
    -webkit-filter: none;
    filter: none;
  }
  .hero-title {
    position: absolute;
    left: 0%;
    top: 4%;
    right: 0%;
    bottom: auto;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .heading {
    top: 306px;
    font-size: 18vw;
    line-height: 0.9;
  }
  .heading.top {
    top: 306px;
    margin-bottom: 20px;
  }
  .heading.new {
    top: 6%;
  }
  .side-heading {
    top: 306px;
    font-size: 18vw;
    line-height: 0.9;
  }
  .side-heading.top {
    margin-bottom: 20px;
  }
  .side-heading.new {
    top: 6%;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    position: fixed;
    background-color: transparent;
  }
  .brand {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  .menu-button {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .navcontainer {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #000;
  }
  .c-right {
    margin-top: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .c-left.cover {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .article-title {
    text-align: center;
  }
  .credit {
    margin-right: auto;
    margin-left: auto;
  }
  .backtotop {
    padding: 17px;
  }
  .hero-title {
    position: absolute;
    top: 4%;
  }
}

@media screen and (max-width: 479px) {
  .menu-parent {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .navbar {
    position: relative;
    background-color: #000;
  }
  .menu-button {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .navcontainer {
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .c-name {
    font-size: 12px;
  }
  .c-right {
    margin-top: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .c-right.cover {
    position: static;
    height: auto;
    margin-top: 0px;
  }
  .c-right.alt {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .c-left {
    width: auto;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .c-left.cover {
    padding-top: 10px;
    padding-right: 19px;
    padding-left: 19px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .c-left.center.first {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .article-subtitle {
    font-size: 16px;
    line-height: 1.6;
  }
  .article-credit {
    margin-top: 20px;
    -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;
    text-align: center;
  }
  .mask-out {
    margin-bottom: 0px;
  }
  .mask-out.m-10 {
    margin-bottom: 10px;
  }
  .c-article-title {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .c-intro__paragraph-copy.short {
    max-width: none;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .c-title {
    font-size: 10px;
  }
  .credit-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 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;
  }
  .section {
    height: auto;
    padding: 130px 20px;
  }
  .section.cover {
    padding: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .section.a {
    overflow: visible;
    margin-bottom: 0px;
    padding: 80px 35px;
  }
  .section.b {
    height: auto;
    margin-top: 0px;
    padding: 0px 15px;
  }
  .section.d {
    padding: 0px 20px 60px;
  }
  .section.center-double {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section.center-double.padding {
    padding-bottom: 60px;
  }
  .article-title {
    margin-bottom: 0px;
    font-size: 42px;
    text-align: center;
  }
  .c-intro-description {
    font-size: 14px;
    line-height: 1.8;
  }
  .left.mobile {
    display: block;
  }
  .left.pc {
    display: none;
  }
  .credit-price {
    font-size: 10px;
  }
  .credit-price.pc {
    display: none;
  }
  .credit-price.mobile {
    display: none;
  }
  .credits {
    left: 0%;
    top: 2%;
    right: 0%;
    bottom: auto;
    display: none;
  }
  .credits.absolute._400 {
    display: block;
    margin-top: 60px;
    margin-right: 0px;
    margin-left: 0px;
    font-size: 10px;
  }
  .credits.absolute._400.right {
    margin-top: 40px;
  }
  .credits.centered {
    display: block;
    margin-right: 0px;
    margin-bottom: 30px;
    margin-left: 0px;
    font-size: 10px;
  }
  .c-center-container {
    top: 20px;
    max-width: 400px;
  }
  .heading-absolute {
    top: 30%;
  }
  .heading-absolute.new {
    right: auto;
    font-size: 16vw;
  }
  .credit {
    max-width: none;
    font-size: 12px;
  }
  .credit.center {
    margin-top: 20px;
  }
  .credit.center._60 {
    margin-top: 0px;
  }
  .credit-body {
    font-size: 11px;
  }
  .c-image {
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .c-image.grid {
    height: 100%;
  }
  .p {
    font-size: 12px;
    line-height: 2;
  }
  .text-wrapper {
    font-size: 15px;
  }
  .c-grid {
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .c-img-2 {
    top: 20px;
  }
  .clothing-credit {
    margin-top: 0px;
    margin-bottom: 60px;
    padding: 40px 10px;
  }
  .contact-high {
    font-size: 12px;
  }
  .numbers-pc {
    display: none;
  }
  .numbers-sp {
    display: block;
    font-size: 10px;
    line-height: 2;
  }
  .backtotop {
    width: auto;
    height: auto;
    padding: 17px;
    border-radius: 100%;
    background-color: #000;
  }
  .arrow-up {
    margin-left: 0px;
  }
  .hero-title {
    top: 1%;
    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: 250px;
  }
  .heading {
    top: 30%;
    z-index: 0;
    font-size: 18vw;
    font-weight: 500;
  }
  .heading.top {
    top: 30%;
    display: none;
  }
  .heading.new {
    right: auto;
    font-size: 16vw;
  }
  .side-heading {
    top: 30%;
  }
  .side-heading.new {
    right: auto;
    font-size: 16vw;
  }
}

