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

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

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

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

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

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

.navbar {
  position: absolute;
  z-index: 99;
  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;
}

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

.i {
  height: 20px;
}

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

.section.intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 160px;
  padding-bottom: 160px;
  -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.center {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: auto;
  padding-top: 60px;
  padding-bottom: 220px;
  -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.center.padding {
  padding-bottom: 140px;
}

.section.center.other {
  padding-top: 220px;
}

.section.full {
  height: auto;
  padding-top: 0px;
  padding-bottom: 0px;
}

.section.double {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 80px;
  padding-bottom: 80px;
  -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.double.padding {
  padding-top: 100px;
  padding-right: 0px;
  padding-bottom: 220px;
}

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

.container-left {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  padding: 25px 50px;
  -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;
}

.container-right {
  width: 50%;
  height: 100%;
}

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

.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.yellow {
  display: none;
  background-color: #fff;
  color: #c8062b;
}

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

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

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

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

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

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

.c-article-title {
  position: static;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-bottom: 25vh;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  color: #fff;
}

.c-article-title.overlay {
  display: none;
}

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

.mask.m-10 {
  margin-bottom: 0px;
  padding-right: 0px;
}

.mask.intro-p {
  margin-top: 20px;
}

.mask.hide {
  display: none;
}

.mask.space {
  margin-bottom: 0px;
}

.mask.archive {
  margin-bottom: 40px;
}

.article-title {
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-right: 30px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-family: league-gothic, sans-serif;
  color: #000;
  font-size: 9vw;
  line-height: 0.8;
  font-style: italic;
  font-weight: 400;
  text-align: left;
  letter-spacing: -3px;
}

.article-subtitle {
  display: block;
  margin-right: 28px;
  color: #000;
  font-size: 20px;
  font-weight: 300;
}

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

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

.hero-title {
  position: absolute;
  left: 0%;
  top: 70px;
  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;
  margin-bottom: 0px;
  cursor: pointer;
}

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

.c-credits {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  color: #000;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: -0.5px;
}

.c-credits.sp {
  display: none;
}

.c-credits.hide {
  font-size: 14px;
  line-height: 1.8;
}

.occupation {
  margin-right: 5px;
  font-weight: 200;
  text-transform: lowercase;
}

.subject {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
}

.socials {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #000;
  font-weight: 600;
  text-decoration: none;
}

.socials:hover {
  color: #c8062b;
}

.container-intro {
  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;
}

.article-intro {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 15px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-family: league-gothic, sans-serif;
  color: #000;
  font-size: 80px;
  line-height: 1;
  font-style: italic;
  font-weight: 400;
  text-align: left;
  letter-spacing: -3px;
  text-transform: uppercase;
}

.article-intro.alt {
  padding-right: 10px;
  font-family: league-gothic, sans-serif;
  font-size: 3.5vw;
  font-style: italic;
  font-weight: 500;
  letter-spacing: -2px;
}

.p-intro {
  display: block;
  max-width: 550px;
  opacity: 0.9;
  font-family: 'Noto Sans JP', sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 1.8;
  font-weight: 500;
}

.p-intro.mid {
  max-width: none;
  font-size: 23px;
  font-weight: 500;
  text-align: center;
}

.highlight {
  color: #c8062b;
}

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

.background-text {
  position: absolute;
  z-index: -2;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: league-gothic, sans-serif;
  color: #c8062b;
  font-size: 30vw;
  line-height: 1;
  font-style: italic;
  font-weight: 400;
  text-align: center;
  letter-spacing: -20px;
  -o-object-fit: fill;
  object-fit: fill;
}

.c-full {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  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-full.longer {
  height: 200vh;
}

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

.c-grid {
  display: -ms-grid;
  display: grid;
  max-width: 900px;
  -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;
}

.c-grid.four {
  max-width: 500px;
}

.contact-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  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: 0px;
  opacity: 0.8;
  color: #000;
  font-weight: 700;
}

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

.numbers-sp {
  display: none;
  color: rgba(0, 0, 0, 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: 15px;
  padding-bottom: 15px;
}

.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: #c8062b;
  color: #000;
  text-decoration: none;
}

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

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

._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.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

.social-share-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  margin: 9px;
  -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.tw {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  -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/ayaueto-givenchy/images/f-twitter.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

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

.social-share-btn.line {
  background-image: url('/special/ayaueto-givenchy/images/f-line.svg');
}

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

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

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

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

.brand-credits {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  -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;
  opacity: 0.95;
}

.brand-name {
  margin-bottom: 0px;
  opacity: 0.8;
  color: #000;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 500;
  text-align: center;
}

.clothing-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  margin-right: auto;
  margin-bottom: 40px;
  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;
}

.name-only {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #000;
  font-weight: 600;
  text-decoration: none;
}

.name-only:hover {
  color: #000;
}

.colored {
  color: #c8062b;
}

.scroll-indicator {
  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(#c8062b), to(#c8062b));
  background-image: linear-gradient(180deg, #c8062b, #c8062b);
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.mask-wrapper {
  position: static;
  overflow: hidden;
}

.aya-line {
  margin-bottom: 0px;
  padding-top: 6px;
  padding-bottom: 8px;
  background-color: transparent;
  color: #000;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.title-volume {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 2px 4px;
  background-color: #000;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.year {
  display: none;
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.compilation-grid {
  width: 600px;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.title-cast {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 3px solid #fd5923;
  font-size: 16px;
  font-weight: 500;
}

.title-cast.yellow {
  border-bottom-color: #fff31a;
  font-weight: 500;
}

.title-cast.blue {
  border-bottom-color: #0071da;
  line-height: 1.2;
  font-weight: 500;
  text-align: center;
}

.title-cast.orange {
  font-weight: 500;
}

.title-cast.vol5 {
  position: relative;
  z-index: 1;
  border-bottom-color: #50c1c5;
  line-height: 1.2;
  font-weight: 500;
  text-align: center;
}

.title-cast.vol4 {
  border-bottom-color: #58c550;
  line-height: 1.2;
  font-weight: 500;
  text-align: center;
}

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

.volume-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding: 0px 0px 220px;
  -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;
}

.volume-number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: none;
  border-width: 2px;
  border-color: #fff31a;
  color: #000;
  text-decoration: none;
}

.volume-number.hide {
  display: none;
}

.link-mask {
  position: relative;
  overflow: hidden;
  margin-top: 0px;
  margin-bottom: 15px;
  border-style: none;
  border-width: 2px;
  border-color: #c8062b;
  border-radius: 8px;
}

.weekday {
  margin-top: 10px;
  margin-bottom: 0px;
  padding-right: 6px;
  background-color: transparent;
  font-family: league-gothic, sans-serif;
  color: #fff;
  font-size: 35px;
  line-height: 1;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0em;
  text-transform: uppercase;
}

.date {
  margin-bottom: 0px;
  background-color: transparent;
  color: #000;
  font-size: 12px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0em;
  text-transform: none;
}

.title {
  margin-bottom: 2px;
  background-color: transparent;
  color: #c8062b;
  font-size: 12px;
  line-height: 1;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0px;
  text-transform: none;
}

.title.t {
  color: #c8062b;
}

.title.w {
  color: #f8d056;
}

.center-title {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  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-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.09)), to(rgba(0, 0, 0, 0.09)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.09), rgba(0, 0, 0, 0.09));
}

.center-title.fade {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background-image: linear-gradient(180deg, #000, #000);
}

.heading {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #000;
}

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

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

.publish-date {
  color: #c8062b;
  letter-spacing: 0px;
}

.article-subtitle-h1 {
  display: block;
  margin-top: 0px;
  margin-right: 28px;
  margin-bottom: 0px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #000;
  font-size: 1.1rem;
  line-height: 1.8;
  font-weight: 500;
}

.section-bc {
  overflow: hidden;
}

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

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

@media screen and (max-width: 991px) {
  .menu-bar {
    height: 2px;
    margin-bottom: 4px;
    background-color: #fff;
  }

  .menu-parent {
    width: 35px;
    height: 35px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

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

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

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

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

  .i {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .section.hero {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .section.center {
    padding-top: 0px;
    padding-bottom: 100px;
  }

  .section.center.other {
    padding: 100px 80px;
  }

  .section.double {
    padding-right: 40px;
    padding-left: 40px;
  }

  .section.double.padding {
    padding-right: 60px;
    padding-bottom: 100px;
    padding-left: 60px;
  }

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

  .container-left {
    position: absolute;
    width: 100%;
    height: 100vh;
    padding-top: 40px;
    padding-bottom: 40px;
    -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;
  }

  .container-right {
    position: relative;
    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;
  }

  .c-article-title {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    z-index: 8;
    margin-bottom: 0vh;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .c-article-title.overlay {
    position: absolute;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    display: none;
  }

  .article-title {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    color: #fff;
    font-size: 130px;
    text-align: center;
    letter-spacing: 0px;
  }

  .article-subtitle {
    color: #fff;
    text-align: center;
  }

  .hero-title {
    position: absolute;
    left: 0%;
    top: 60px;
    right: 0%;
    bottom: auto;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .f-snap-logo {
    -webkit-filter: invert(100%);
    filter: invert(100%);
  }

  .c-credits {
    position: relative;
    z-index: 1;
    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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    color: #000;
  }

  .c-credits.sp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    font-size: 12px;
  }

  .c-credits.hide {
    display: none;
  }

  .subject {
    margin-bottom: 5px;
  }

  .article-intro {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    font-size: 10vw;
    text-align: center;
    letter-spacing: 0px;
  }

  .article-intro.alt {
    font-size: 3.5em;
  }

  .p-intro {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
  }

  .p-intro.mid {
    color: #000;
  }

  .c-center-container {
    max-width: 400px;
  }

  .background-text {
    top: auto;
    font-size: 34vw;
    line-height: 0.9;
    text-align: center;
  }

  .c-full {
    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: 0px;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    text-align: center;
  }

  .contact-high {
    color: #000;
  }

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

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

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

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

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

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

  .brand-name {
    color: #000;
  }

  .mask-wrapper {
    margin-bottom: 0px;
  }

  .mask-wrapper.vol {
    margin-bottom: 0px;
  }

  .compilation-grid {
    width: 35%;
    grid-row-gap: 50px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .volume-grid {
    margin-bottom: 0px;
  }

  .title {
    color: #c8062b;
  }

  .article-subtitle-h1 {
    color: #fff;
    text-align: center;
  }

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

@media screen and (max-width: 767px) {
  .brand {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .navcontainer {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #000;
  }

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

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

  .section.intro {
    padding: 100px 50px;
  }

  .section.double.padding {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .container-left {
    padding: 40px 20px;
  }

  .c-article-title {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .mask.archive {
    margin-bottom: 20px;
  }

  .article-title {
    padding-right: 20px;
    font-size: 100px;
    text-align: center;
  }

  .article-subtitle {
    margin-right: 20px;
  }

  .hero-title {
    position: absolute;
    top: 60px;
    margin-top: 0px;
  }

  .f-snap-logo {
    width: 250px;
  }

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

  .c-credits.sp {
    font-size: 12px;
  }

  .article-intro {
    padding-right: 13px;
    text-align: center;
  }

  .p-intro {
    font-size: 14px;
    font-weight: 500;
  }

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

  .backtotop {
    padding: 17px;
  }

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

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

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

  .brand-name {
    font-size: 12px;
  }

  .compilation-grid {
    grid-row-gap: 50px;
  }

  .weekday {
    font-size: 30px;
  }

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

  .article-subtitle-h1 {
    margin-right: 20px;
  }

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

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

  .navcontainer {
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .navbar {
    position: absolute;
    background-color: #000;
  }

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

  .section.intro {
    padding: 60px 30px;
  }

  .section.center {
    padding: 40px 40px 100px;
  }

  .section.center.other {
    padding: 60px 50px 40px;
  }

  .section.double {
    padding: 40px;
  }

  .section.double.padding {
    padding: 100px 50px;
  }

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

  .container-left {
    padding-right: 8px;
    padding-left: 8px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .c-article-title {
    margin-top: 60px;
    margin-bottom: 0vh;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .mask {
    margin-bottom: 0px;
    font-size: 14px;
  }

  .mask.m-10 {
    margin-bottom: 10px;
  }

  .article-title {
    margin-bottom: 0px;
    padding-right: 10px;
    font-size: 64px;
    text-align: center;
  }

  .article-subtitle {
    margin-right: 10px;
    font-size: 16px;
    line-height: 1.6;
  }

  .hero-title {
    top: 60px;
    margin-top: 0px;
    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;
  }

  .c-credits {
    -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;
    font-size: 12px;
  }

  .c-credits.sp {
    margin-top: 0px;
  }

  .occupation {
    font-size: 12px;
  }

  .subject {
    margin-bottom: 10px;
    -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;
  }

  .socials {
    font-size: 12px;
  }

  .article-intro {
    margin-bottom: 0px;
    padding-right: 8px;
    font-size: 34px;
    text-align: center;
  }

  .article-intro.alt {
    font-size: 2.7em;
  }

  .p-intro {
    max-width: none;
    font-size: 14px;
    line-height: 1.8;
    font-weight: 500;
    text-align: center;
  }

  .p-intro.mid {
    font-size: 16px;
  }

  .c-center-container {
    top: 20px;
    max-width: 400px;
  }

  .background-text {
    top: auto;
    z-index: -2;
    margin-top: 20px;
    padding-right: 25px;
    font-size: 100px;
    font-weight: 500;
    letter-spacing: -6px;
  }

  .c-full {
    height: 100%;
    margin-top: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .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-grid.four {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

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

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

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

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

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

  .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: 50% 50%;
    object-position: 50% 50%;
  }

  .m-img.hero.top {
    width: 100%;
    height: 135vh;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 100%;
    object-position: 50% 100%;
  }

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

  .brand-name {
    font-size: 12px;
  }

  .name-only {
    font-size: 12px;
  }

  .mask-wrapper {
    margin-bottom: 0px;
  }

  .title-volume {
    font-size: 10px;
  }

  .year {
    font-size: 10px;
  }

  .compilation-grid {
    width: 100%;
  }

  .volume-grid {
    margin-bottom: 0px;
    padding: 0px 60px 140px;
  }

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

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

  .article-subtitle-h1 {
    margin-right: 10px;
    font-size: 16px;
    line-height: 1.6;
  }

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

#w-node-fbfbf48e-3f0f-a4a9-a678-a4eb419b1b29-4c0bb57f {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_3c321492-3749-55e8-f86a-d05f452b4667-4c0bb57f {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_5f9cf597-cd65-c501-52c5-609ee5df0af1-4c0bb57f {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_6ea749e2-b399-aa1d-c45f-6c52f9778ccc-4c0bb57f {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

