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

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

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

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

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

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

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

.icon {
  border: 1px solid transparent;
}

.c-nav__logo-elem {
  height: 20px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

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

.c-navbar {
  position: absolute;
  z-index: 90;
  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: #fff;
  opacity: 1;
}

.c-fixed {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.story--logo {
  display: none;
  -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-transition: all 200ms ease;
  transition: all 200ms ease;
}

._w-inline-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._w-inline-block.hide {
  display: none;
}

._w-inline-block.center {
  -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-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

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

.social-share-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 22px;
  height: 22px;
  margin: 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;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: 20px 20px;
  background-repeat: no-repeat;
}

.social-share-btn.pin {
  background-image: url('/special/saraminami-fashionstory/images/f-pinterest.svg');
  background-size: contain;
}

.social-share-btn.tw {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 22px;
  height: 22px;
  -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-image: url('/special/saraminami-fashionstory/images/f-twitter.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.social-share-btn.fb {
  background-image: url('/special/saraminami-fashionstory/images/f-facebook.svg');
  background-size: contain;
}

.social-share-btn.line {
  background-color: transparent;
  background-image: url('/special/saraminami-fashionstory/images/f-line.svg');
}

.c-fixed__logo {
  position: fixed;
  left: auto;
  top: 2%;
  right: 1%;
  bottom: auto;
  z-index: 99;
  display: block;
}

.c-share {
  position: fixed;
  left: auto;
  top: auto;
  right: 1%;
  bottom: 1%;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.c-fixed__story {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 99;
  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;
}

.c-scroll {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1111;
  display: block;
  width: 100%;
  height: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#a6672b), to(#a6672b));
  background-image: linear-gradient(180deg, #a6672b, #a6672b);
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.line-animation {
  width: 0%;
  height: 5px;
  margin-top: 0px;
  background-color: #000;
}

.story--logo-img {
  height: 52px;
}

.e-scroll {
  position: static;
  display: block;
  height: 2000vh;
}

.e-scroll.edit {
  height: auto;
}

.e-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 2000vw;
  margin-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.e-wrapper.edit {
  position: relative;
  display: block;
  width: auto;
}

.section--bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.credit-small {
  margin-top: 0px;
  margin-bottom: 8px;
  font-family: 'Josefin Sans', sans-serif;
  color: #fffef2;
  font-size: 13px;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 0.04em;
  text-transform: none;
}

.mask {
  overflow: hidden;
  font-size: 13px;
}

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

.section--bg-img {
  width: 100%;
  height: 100%;
  font-size: 16px;
  -o-object-fit: cover;
  object-fit: cover;
}

.section--bg-img.pc {
  display: none;
}

.section--bg-img.sp {
  display: none;
}

.section--intro-txt {
  position: static;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: none;
  margin-top: 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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

.section--logo {
  position: static;
  top: auto;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 28%;
  height: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.intro-txt__credit {
  margin-top: 15px;
  color: #000;
}

.intro-txt__credit.pc {
  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;
  color: #413636;
}

.intro-txt__credit.mobile {
  display: none;
  -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--logo-img {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
  object-fit: fill;
}

.description {
  margin-bottom: 20px;
  font-family: 'Josefin Sans', sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 300;
  letter-spacing: 0.02em;
}

.description.pc {
  font-family: 'Noto Serif JP', sans-serif;
  color: #252525;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0.04em;
}

.description.sp {
  display: none;
}

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

.c-section.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  background-color: transparent;
}

.c-section._50 {
  width: 50vw;
}

.c-section._50.hide {
  display: none;
}

.c-section.new {
  width: 50vw;
}

.c-section.new.hide {
  display: none;
}

.c-section.other-credit {
  width: 50vw;
}

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

.img__overlay--blink.yellow {
  background-color: #fff;
}

.img {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-width: 100%;
  border: 0px none #000;
  -o-object-fit: fill;
  object-fit: fill;
}

.intro-txt__description {
  overflow: hidden;
  max-width: 43%;
  margin-top: 10px;
  color: #000;
  line-height: 1.8;
}

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

.img__overlay.yellow {
  display: none;
  background-color: #fff;
}

.section__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: 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__left.cover {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  background-color: #fff;
}

.section__left.cover.hero {
  width: 50%;
  height: 100%;
  padding: 63px 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;
  background-color: #000;
}

.section__left.full {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  background-color: #fff;
}

.credit {
  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.3;
  font-weight: 600;
  letter-spacing: -0.5px;
  text-transform: uppercase;
}

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

.section__right.cover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100vh;
  padding: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.section__right.cover.alt {
  position: relative;
  padding-right: 0%;
  padding-left: 0%;
}

.section__right.cover._50 {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0px;
}

.c-img-size {
  width: auto;
}

.c-img-size._100 {
  width: 100%;
  height: auto;
}

.c-img-size._500 {
  width: auto;
  max-width: 500px;
}

.c-img-size._500.new {
  height: 100%;
  max-width: none;
}

.c-img-size._400 {
  width: auto;
  max-width: 400px;
}

.c-img-size._500 {
  width: 100%;
  height: auto;
  max-width: 100%;
}

.c-img-size._1000 {
  width: auto;
  max-width: 1000px;
}

.c-img-size.full {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.c-img-size._500 {
  width: auto;
  max-width: 500px;
}

.c-img-size._700 {
  width: auto;
  max-width: 700px;
}

.c-img-size.top {
  height: 100%;
}

.body {
  background-color: #fffef2;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 14px;
  line-height: 1.8;
}

.c-img {
  position: relative;
  z-index: -1;
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-width: 100%;
  border: 0px none #000;
  -o-object-fit: fill;
  object-fit: fill;
}

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

.c-img__overlay.yellow {
  display: none;
  background-color: #fff;
  color: #fcc2c6;
}

.c-img__overlay.yellow {
  display: none;
  background-color: #fff;
}

.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: #fff;
}

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

.m--img.hero {
  display: block;
}

.m--img.new {
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.c-rotate {
  display: none;
}

.rotate--txt {
  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: 20px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -0.5px;
  text-transform: uppercase;
}

.section__full {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 75px;
  -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__full.vertical {
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.section__full.new {
  width: auto;
  padding-top: 0px;
  padding-bottom: 0px;
}

.section__credit {
  position: static;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 1;
  overflow: hidden;
  width: 20vw;
  margin: 30px 0px 0px;
  font-size: 12px;
}

.section__credit.space {
  position: absolute;
  left: 0%;
  margin-top: 0px;
  margin-bottom: 30px;
  margin-left: 30px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.section__credit.space.left {
  display: none;
}

.credit--position {
  width: 100%;
  margin-bottom: 5px;
  color: #ee3a23;
  text-align: left;
}

.credit--position.center {
  display: none;
  text-align: center;
}

.credit--info {
  width: 100%;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 10px;
  line-height: 1.3;
}

.credit--info.center {
  font-family: 'Josefin Sans', sans-serif;
  color: #252525;
  line-height: 1.8;
  font-weight: 300;
  text-align: center;
}

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

.c-grid {
  position: relative;
  z-index: 1;
  display: -ms-grid;
  display: grid;
  height: auto;
  max-width: 100vw;
  -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 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.c-grid.double {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.c-grid.double._1000 {
  max-width: 1000px;
}

.c-grid.position {
  top: -5%;
}

.cont-img {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-width: 100%;
  border: 0px none #000;
  -o-object-fit: fill;
  object-fit: fill;
}

.cont-img.medium {
  width: auto;
  height: auto;
  max-width: 400px;
}

.credits {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 1;
  width: 17vw;
  margin-bottom: 30px;
  margin-left: 30px;
  font-size: 12px;
}

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

.left {
  width: 100%;
  margin-bottom: 5px;
  color: #ee3a23;
}

.credit-block {
  width: 100%;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 10px;
  line-height: 1.3;
}

.section-bc {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
  width: 100%;
  margin-bottom: 10px;
}

.breadcrumbs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 2.125rem;
  padding: 9px 0.85rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f4f4f7;
  color: #747c83;
  font-size: 0.75rem;
}

.bc-link {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 0.35rem;
  padding-left: 0.35rem;
  color: #747c83;
  font-size: 0.75rem;
  text-decoration: none;
}

.side {
  padding: 0.25rem;
  font-size: 0.563rem;
}

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

.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: 15px;
  padding-bottom: 15px;
}

.h1 {
  display: none;
  font-size: 16px;
  line-height: 1;
}

.bold-text-2 {
  color: #fff;
  line-height: 1.3;
}

.mask-day {
  overflow: hidden;
  margin-bottom: 0px;
}

.mask-day.day {
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 600;
}

.publish-date {
  font-family: 'Josefin Sans', sans-serif;
  color: #fffef2;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.04em;
}

.backtotop {
  position: fixed;
  right: auto;
  bottom: 0px;
  z-index: 2;
  display: none;
  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: #1d8489;
  color: #000;
  text-decoration: none;
}

.backtotop.w--current {
  background-color: #00c9bd;
}

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

.fs-tag {
  font-size: 10px;
  letter-spacing: 0px;
}

.hero--top {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 50%;
  max-width: 400px;
  margin-bottom: 15%;
  -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;
}

.hero--bottom {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 5%;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 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;
}

.hero--logo {
  overflow: hidden;
  height: 100%;
}

.image {
  height: 100%;
}

.scrolldown_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
}

.scrolldown_wrap.absolute {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -100%;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

.down-line {
  width: 1px;
  height: 60px;
  margin-bottom: 0px;
  background-color: #d5b68d;
}

.scrolldown {
  margin-top: 10px;
  font-size: 9px;
  line-height: 1;
}

.scrolldown.other {
  margin-bottom: 10px;
  color: #fffef2;
  font-size: 12px;
  font-weight: 300;
}

.scrolldown.swipe {
  display: none;
  margin-bottom: 10px;
  color: #fffef2;
  font-size: 12px;
  font-weight: 300;
}

.s-down-icon {
  width: 20px;
}

.moving-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #000;
}

.moving-bg._1 {
  z-index: 0;
  display: block;
}

.moving-bg._2 {
  z-index: 1;
  display: block;
  background-image: url('/special/saraminami-fashionstory/images/flower-001.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.moving-bg._1 {
  z-index: 2;
  display: block;
  background-image: url('/special/saraminami-fashionstory/images/sara-minami-hero-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image-2 {
  width: 100%;
  height: 100%;
  background-color: #000;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.vertical-block {
  position: absolute;
  left: 8%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 10%;
  height: 100%;
  margin-left: 0%;
  background-color: #252525;
}

.vertical-block.right {
  left: auto;
  top: 0%;
  right: 8%;
  bottom: 0%;
  margin-left: 0%;
  background-color: #a6672b;
}

.horizontal-block {
  position: absolute;
  left: 0%;
  top: 15%;
  right: 0%;
  bottom: auto;
  width: 100%;
  height: 8%;
  margin-left: 0%;
  background-color: #252525;
}

.horizontal-block.right {
  left: auto;
  top: 0%;
  right: 8%;
  bottom: 0%;
  margin-left: 0%;
}

.horizontal-block.bottom {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 15%;
}

.swipe-c {
  display: none;
}

.c-sns-icons {
  margin-top: 0px;
}

.link-block {
  overflow: hidden;
  width: 28px;
  margin-right: 10px;
  margin-left: 10px;
}

.c-sns-text {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 12px;
}

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

.masked {
  overflow: hidden;
  font-family: 'Josefin Sans', sans-serif;
}

.image-3 {
  height: 100%;
}

.brand-link {
  overflow: hidden;
  width: 120px;
  max-width: none;
}

.c-contacts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
}

.contact {
  font-family: 'Noto Sans JP', sans-serif;
  color: #252525;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
}

.section-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 27px;
  padding-bottom: 27px;
  -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;
}

.sns-text {
  font-family: 'Noto Sans JP', sans-serif;
  color: #252525;
  font-size: 12px;
  text-align: center;
}

.contact-container {
  margin-bottom: 10px;
}

.ecsite-button {
  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;
}

.ecsite-button.black {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 140px;
  height: 40px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-width: 1px;
  border-color: #000;
  background-color: #000;
  color: #000;
}

.ecsite-button.black._1 {
  margin-right: 20px;
}

.btn-txt-1 {
  position: absolute;
  display: block;
  font-family: 'Josefin Sans', sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  text-transform: none;
}

.btn-txt-1.jp {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}

.btn-txt-2 {
  position: absolute;
  display: block;
  background-color: transparent;
  font-family: 'Josefin Sans', sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  text-transform: none;
}

.btn-txt-2.jp {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}

.farfetch {
  font-size: 12px;
}

.div-block {
  display: none;
}

.contact-link {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #252525;
}

.contact-link:hover {
  color: #a6672b;
}

.links {
  color: #1d8489;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .c-menu__navlink {
    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;
  }

  .c-menu__parentlink {
    width: 35px;
    height: 35px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .c-menu {
    padding: 30px;
    background-color: #fff;
  }

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

  .menu-bar {
    height: 2px;
    margin-bottom: 4px;
    background-color: #000;
  }

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

  .icon {
    display: none;
    color: #fff;
  }

  .c-nav__logo-elem {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .c-navbar {
    position: absolute;
    display: none;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  ._w-inline-block.center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .c-fixed__logo {
    right: 2%;
  }

  .c-fixed__story {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 2%;
    z-index: 98;
  }

  .c-scroll {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
  }

  .story--logo-img {
    height: 42px;
  }

  .e-scroll {
    display: block;
    height: 4000vh;
  }

  .e-wrapper {
    position: fixed;
    width: 4000vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .credit-small {
    font-size: 12px;
    text-align: left;
  }

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

  .section--intro-txt {
    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: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .description {
    text-align: left;
  }

  .c-section {
    position: relative;
    overflow: hidden;
    width: 200vw;
    height: 100vh;
    padding-right: 0px;
    padding-left: 0px;
  }

  .c-section.hero {
    overflow: visible;
    width: 200vw;
    height: 100vh;
    padding: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .c-section.footer {
    width: 100vw;
  }

  .c-section._50 {
    width: 100vw;
    height: 100vh;
  }

  .c-section.new {
    width: 100vw;
    height: 100vh;
  }

  .c-section.other-credit {
    width: 100vw;
  }

  .section__left {
    width: 100vw;
    height: 100vh;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .section__left.cover {
    width: 100vw;
    padding: 75px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .section__left.cover.hero {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .section__left.full {
    width: 100vw;
    padding: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .credit {
    text-align: left;
  }

  .section__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: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    text-align: center;
  }

  .section__right.cover {
    width: 100vw;
    height: 100vh;
    margin-top: 0px;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .section__right.cover.alt {
    top: auto;
  }

  .section__right.cover._50 {
    top: auto;
  }

  .c-img-size._500 {
    max-width: 500px;
  }

  .c-img-size._400 {
    max-width: 500px;
  }

  .c-img-size._1000 {
    max-width: 800px;
  }

  .c-img-size._500 {
    max-width: 500px;
  }

  .c-img-size._700 {
    max-width: 500px;
  }

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

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

  .section__full {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section__full.vertical {
    padding: 80px;
  }

  .section__credit {
    position: relative;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 300px;
    margin-bottom: 10px;
    margin-left: 10px;
    text-align: center;
  }

  .section__credit.space {
    position: static;
    width: 500px;
    margin-top: 30px;
    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;
  }

  .credit--position {
    margin-bottom: 5px;
    color: #b40000;
    line-height: 1;
  }

  .credit--info {
    font-size: 12px;
    line-height: 1.4;
  }

  .credit--info.center {
    font-size: 10px;
  }

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

  .c-grid {
    max-width: 100%;
  }

  .credits {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    margin-bottom: 10px;
    margin-left: 10px;
    text-align: center;
  }

  .credits.alt {
    width: 30vw;
  }

  .left {
    margin-bottom: 5px;
    color: #b40000;
    line-height: 1;
  }

  .credit-block {
    font-size: 12px;
    line-height: 1.4;
  }

  .section-bc {
    width: 100%;
  }

  .breadcrumbs {
    width: 1000px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .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: #00c9bd;
    -webkit-filter: none;
    filter: none;
    font-size: 12px;
  }

  .backtotop.w--current {
    background-color: #00c9bd;
  }

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

  .hero--top {
    height: 50%;
  }

  .hero--bottom {
    height: 50%;
  }

  .scrolldown_wrap.absolute {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .scrolldown.other {
    display: none;
    margin-bottom: 10px;
  }

  .scrolldown.swipe {
    display: block;
    margin-bottom: 10px;
  }

  .s-down-icon {
    display: none;
  }

  .moving-bg._1 {
    background-image: url('/special/saraminami-fashionstory/images/sara-minami-hero-1.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .swipe-c {
    display: block;
    margin-bottom: 10px;
  }

  .btn-txt-1 {
    font-size: 10px;
  }

  .btn-txt-2 {
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  .c-nav {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #fff;
  }

  .menu-button {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .c-nav__logo {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .c-navbar {
    position: fixed;
    background-color: transparent;
  }

  ._w-inline-block {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .c-fixed__logo {
    width: 20px;
  }

  .e-scroll {
    display: none;
  }

  .e-wrapper {
    display: none;
  }

  .e-wrapper.edit {
    display: none;
  }

  .credit-small {
    font-size: 12px;
  }

  .section--logo {
    width: 150px;
    margin-bottom: 0px;
  }

  .section--logo-img {
    display: block;
  }

  .description {
    font-size: 14px;
    line-height: 1.8;
  }

  .c-section {
    height: 100vh;
  }

  .c-section.hero {
    width: 200vw;
  }

  .intro-txt__description {
    margin-top: 10px;
  }

  .section__left.cover {
    width: 100vw;
    padding: 49px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .section__left.full {
    width: 100vw;
    padding: 49px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .credit {
    font-size: 20px;
  }

  .section__right {
    margin-top: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .section__right.cover {
    width: 100vw;
    padding: 50px;
  }

  .c-img-size._500 {
    width: auto;
    max-width: 600px;
  }

  .c-img-size._400 {
    width: auto;
    max-width: 600px;
  }

  .c-img-size._1000 {
    width: auto;
    max-width: 600px;
  }

  .c-img-size._500 {
    width: auto;
    max-width: 600px;
  }

  .c-img-size._700 {
    width: auto;
    max-width: 600px;
  }

  .c-rotate {
    position: relative;
    z-index: 99;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 100vh;
    -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;
  }

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

  .section__full {
    padding: 32px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .section__credit.space {
    width: 40vw;
    margin-top: 10px;
  }

  .credit--position {
    font-size: 10px;
  }

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

  .breadcrumbs {
    width: 1000px;
    max-width: none;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .publish-date {
    font-size: 12px;
  }

  .backtotop {
    padding: 17px;
  }

  .backtotop.w--current {
    background-color: #00c9bd;
  }

  .contact {
    font-size: 12px;
  }

  .sns-text {
    font-size: 12px;
  }
}

@media screen and (max-width: 479px) {
  .c-menu__parentlink {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .c-nav {
    height: 100%;
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .menu-button {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .c-nav__logo-elem {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .c-navbar {
    position: absolute;
    display: none;
    height: 40px;
    background-color: #fff;
  }

  .c-fixed {
    display: block;
  }

  .story--logo {
    width: 60px;
  }

  ._w-inline-block {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  ._w-inline-block.center {
    margin-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .c-fixed__logo {
    right: 4%;
  }

  .c-share {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .c-fixed__story {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 98;
    margin-bottom: 5px;
  }

  .c-scroll {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
  }

  .story--logo-img {
    height: 38px;
  }

  .e-scroll {
    display: block;
  }

  .e-scroll.edit {
    display: block;
  }

  .e-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .e-wrapper.edit {
    display: block;
  }

  .section--bg {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 1;
    height: 100%;
  }

  .credit-small {
    margin-bottom: 10px;
    color: #fff;
    line-height: 1;
  }

  .credit-small.add {
    margin-bottom: 0px;
    line-height: 1.8;
    text-align: center;
  }

  .credit-small.b {
    margin-bottom: 5px;
    color: #000;
    font-size: 10px;
  }

  .mask {
    margin-top: 0px;
    letter-spacing: normal;
  }

  .section--bg-img {
    display: block;
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 100% 100%;
    object-position: 100% 100%;
  }

  .section--bg-img.pc {
    display: none;
    overflow: hidden;
  }

  .section--bg-img.sp {
    display: block;
    text-align: left;
  }

  .section--intro-txt {
    height: auto;
    max-width: 100%;
    margin-top: 0px;
    margin-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;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .section--logo {
    position: static;
    top: auto;
    display: block;
    width: 15vh;
    height: auto;
    padding-top: 0px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .intro-txt__credit {
    margin-top: 5px;
  }

  .intro-txt__credit.pc {
    display: none;
    color: #fff;
  }

  .intro-txt__credit.mobile {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    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;
  }

  .description {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 2;
    text-align: left;
    letter-spacing: 0.02em;
  }

  .description.pc {
    position: relative;
    z-index: 1;
    display: none;
    font-size: 14px;
    line-height: 1.8;
  }

  .description.sp {
    position: relative;
    z-index: 1;
    display: block;
    font-family: 'Noto Serif JP', sans-serif;
    color: #252525;
    font-size: 14px;
    line-height: 1.7;
    font-weight: 500;
    text-align: left;
    letter-spacing: 0.04em;
  }

  .description.sp.black {
    margin-top: 20px;
    color: #000;
    text-align: center;
  }

  .c-section {
    height: 100vh;
    padding: 0px;
  }

  .c-section.hero {
    height: 100vh;
    padding: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .c-section.new {
    width: 100vw;
  }

  .img {
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .intro-txt__description {
    max-width: 51%;
    margin-top: 5px;
    line-height: 1.4;
  }

  .section__left {
    width: 100vw;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .section__left.cover {
    padding: 20px 35px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .section__left.cover.hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 100vh;
    padding: 40px 25px;
    -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__left.full {
    padding: 0px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    background-color: transparent;
  }

  .credit {
    font-size: 12px;
  }

  .section__right {
    margin-top: 30px;
  }

  .section__right.cover {
    height: 100vh;
    margin-top: 0px;
    padding: 20px;
  }

  .section__right.cover.alt {
    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__right.cover._50 {
    top: auto;
    height: 100%;
    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;
  }

  .c-img-size {
    width: 70%;
  }

  .c-img-size._500 {
    height: auto;
    max-width: none;
  }

  .c-img-size._400 {
    max-width: 300px;
  }

  .c-img-size._1000 {
    max-width: 500px;
  }

  .c-img-size.full {
    height: 100%;
  }

  .c-img-size._500 {
    max-width: 300px;
  }

  .c-img-size._700 {
    max-width: 300px;
  }

  .c-img-size.top {
    width: 100%;
  }

  .c-img {
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .m--img {
    -o-object-position: 55% 50%;
    object-position: 55% 50%;
  }

  .m--img.hero {
    -o-object-position: 55% 50%;
    object-position: 55% 50%;
  }

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

  .c-rotate {
    display: none;
    width: 100vw;
    height: 100vh;
    -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;
  }

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

  .section__full {
    padding: 0px 35px;
  }

  .section__full.vertical {
    padding: 0px 30px;
  }

  .section__full.new {
    padding-right: 45px;
    padding-left: 45px;
  }

  .section__credit {
    position: static;
    left: 0%;
    top: 0px;
    right: 0%;
    bottom: auto;
    display: block;
    width: 370px;
    margin: 20px 0px 0px;
  }

  .section__credit.space {
    display: block;
    width: 300px;
    margin-top: 20px;
  }

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

  .c-grid {
    width: 100%;
    max-width: 100%;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .cont-img {
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .credits {
    left: 0%;
    top: 2%;
    right: 0%;
    bottom: auto;
    display: none;
  }

  .section-bc {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
  }

  .breadcrumbs {
    width: 1000px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .mask-day {
    margin-bottom: 0px;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    font-size: 14px;
  }

  .mask-day.day {
    margin-top: 0px;
    margin-bottom: 10px;
    padding-bottom: 0px;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .publish-date {
    font-size: 14px;
  }

  .backtotop {
    width: auto;
    height: auto;
    padding: 17px;
    border-radius: 100%;
    background-color: #00c9bd;
  }

  .backtotop.w--current {
    background-color: #00c9bd;
  }

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

  .hero--top {
    width: 100%;
    height: 60%;
    max-width: 100px;
    margin-bottom: 10%;
    padding-bottom: 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: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .hero--bottom {
    height: auto;
    margin-top: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero--logo {
    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;
  }

  .image {
    -o-object-fit: fill;
    object-fit: fill;
  }

  .text-block {
    position: relative;
    z-index: 1;
    font-family: 'Noto Sans JP', sans-serif;
    color: #fff;
  }

  .scrolldown_wrap.absolute {
    position: static;
    bottom: -20%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
  }

  .down-line {
    display: none;
    height: 80px;
  }

  .down-line.alt {
    display: block;
    height: 50px;
    background-color: #fff;
  }

  .scrolldown.other {
    display: none;
    margin-top: 0px;
    margin-bottom: 5px;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.08em;
  }

  .scrolldown.swipe {
    margin-top: 0px;
    margin-bottom: 5px;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.08em;
  }

  .s-down-icon {
    width: 20px;
    margin-top: 10px;
  }

  .s-icon {
    width: 100%;
  }

  .moving-bg._2 {
    background-image: url('/special/saraminami-fashionstory/images/flower-001.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .moving-bg._1 {
    background-image: url('/special/saraminami-fashionstory/images/sara-minami-hero-1.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .vertical-block {
    left: 5%;
    width: 10%;
  }

  .vertical-block.right {
    right: 5%;
  }

  .horizontal-block {
    top: 5%;
    height: 5%;
  }

  .horizontal-block.bottom {
    bottom: 5%;
  }

  .swipe-c {
    width: 30px;
    margin-bottom: 15px;
  }
}

