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

.hero-content-hidden-wrapper {
  overflow: hidden;
}

.image {
  width: 45px;
}

.hero-content-left {
  max-width: 60%;
}

.hero-social-inner-wrapper {
  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: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.nav-inner-wrapper {
  position: relative;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.subheader {
  opacity: 0.75;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.menu-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 70px;
}

.c-1300 {
  display: block;
  width: 100%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.social-icon {
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-transition: -webkit-transform 400ms cubic-bezier(.165, .84, .44, 1);
  transition: -webkit-transform 400ms cubic-bezier(.165, .84, .44, 1);
  transition: transform 400ms cubic-bezier(.165, .84, .44, 1);
  transition: transform 400ms cubic-bezier(.165, .84, .44, 1), -webkit-transform 400ms cubic-bezier(.165, .84, .44, 1);
  cursor: pointer;
}

.social-icon:hover {
  -webkit-transform: translate(0px, -10%);
  -ms-transform: translate(0px, -10%);
  transform: translate(0px, -10%);
}

.hero-reveal-transition-box {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999999;
  display: none;
  background-color: #000;
}

.s-hero-pc {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  max-width: 100vw;
  padding-right: 50px;
  padding-left: 50px;
  -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: #fff;
}

.hero-content-wrapper {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 100px 0px;
}

.nav-outer-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 3;
  padding: 50px;
}

.hero-content-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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-bg-img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 100%;
  height: 100%;
  max-width: 100%;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.image-3 {
  width: 35px;
  cursor: pointer;
}

.hero-bg-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 100%;
  height: 100%;
  max-width: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(1%, rgba(0, 0, 0, 0.55)), color-stop(72%, hsla(0, 0%, 100%, 0)), to(transparent));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.55) 1%, hsla(0, 0%, 100%, 0) 72%, transparent);
  opacity: 0.3;
}

.hero-tagline {
  margin-bottom: 0px;
  color: #fff;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 100px 50px;
  -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.logos {
  padding-right: 50px;
  padding-left: 50px;
  background-color: #f6f6f6;
}

.section._100vh {
  height: 100vh;
}

.section.part-2 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.section.credits {
  padding-top: 20px;
  padding-bottom: 30px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section.full-size {
  display: none;
  height: 100%;
  max-width: 100%;
  padding: 0px;
}

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

.heading-3 {
  max-width: 80%;
}

.logo-grid-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-grey {
  height: 50px;
  opacity: 0.35;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.logo {
  position: absolute;
  z-index: 1;
  width: 550px;
}

.logo.other {
  position: absolute;
  width: 550px;
}

.brand-logo {
  position: absolute;
  left: auto;
  top: 4%;
  right: auto;
  bottom: auto;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 130px;
  -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: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.image-4 {
  width: auto;
  max-width: 100%;
}

.s-fullsize {
  position: relative;
  display: block;
  overflow: hidden;
  height: 70vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.fullsize-img-wrapper-2 {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: url('/special/etro-2021ss/images/etro-nakadaminori-re-003.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.fullsize-img-wrapper-2.relax {
  background-image: url('/special/etro-2021ss/images/etro-fujii-re-002.jpg');
  background-size: cover;
}

.image-2 {
  width: 100px;
}

.fullsize-img-transition-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: none;
  background-color: #fff;
}

.image-5 {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-6 {
  -o-object-position: 50% 0%;
  object-position: 50% 0%;
}

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

.text-block {
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 400;
  text-align: center;
}

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

.section-h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Noto Serif JP', sans-serif;
  font-size: 1.999rem;
  line-height: 1.6;
  text-align: center;
}

.p {
  margin-top: 0px;
  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: 1rem;
  line-height: 1.8;
  text-align: center;
}

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

.staff-credits {
  width: 500px;
  font-size: 0.707rem;
  line-height: 1.6;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.credits-name {
  font-weight: 600;
}

.paragraph-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1rem;
}

.container-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  padding: 111px 162px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-items: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 0.25fr;
  grid-template-columns: 1fr 0.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-4 {
  width: auto;
}

.c-image {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-width: 100%;
  border: 0px 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 {
  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;
}

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

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

.section-h1 {
  margin: 15px 15px 10px;
  font-family: freight-big-pro, sans-serif;
  color: #0088ba;
  font-size: 5.653rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: -1px;
}

.section-h1.color-2 {
  color: #1a2c70;
}

.section-h1.color-3 {
  font-family: freight-big-pro, sans-serif;
  color: #375500;
  letter-spacing: 0px;
}

.section-subtitle {
  color: #0088ba;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
}

.section-subtitle.color-2 {
  color: #1a2c70;
}

.section-subtitle.color-1 {
  color: #0088ba;
}

.section-subtitle.color-3 {
  color: #f5c235;
}

.section-subtitle.color-3.sns {
  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: #375500;
  font-size: 0.707rem;
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: 0px;
}

.section-subtitle.color-3.sns.model {
  margin-bottom: 5px;
  font-size: 0.707rem;
}

.section-subtitle.color-3.socials {
  font-size: 0.707rem;
}

.section-subtitle.color-1 {
  color: #f5c235;
}

.section-subtitle.color-1.sns {
  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: #375500;
  font-size: 0.707rem;
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: 0px;
}

.section-subtitle.color-1.sns.model {
  margin-bottom: 5px;
  font-size: 0.707rem;
}

.section-subtitle.color-1.socials {
  font-size: 0.707rem;
}

.section-subtitle.color-1 {
  color: #f5c235;
}

.section-subtitle.color-1.sns {
  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: #0088ba;
  font-size: 0.707rem;
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: 0px;
}

.section-subtitle.color-1.sns.model {
  margin-bottom: 5px;
  font-size: 0.707rem;
}

.section-subtitle.color-1.socials {
  font-size: 0.707rem;
}

.section-subtitle.pink {
  color: #df5a8b;
}

.section-subtitle.color-2 {
  color: #f5c235;
}

.section-subtitle.color-2.sns {
  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: #1a2c70;
  font-size: 0.707rem;
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: 0px;
}

.section-subtitle.color-2.sns.model {
  margin-bottom: 5px;
  font-size: 0.707rem;
}

.section-subtitle.color-2.socials {
  font-size: 0.707rem;
}

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

.text-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-img {
  width: 50%;
}

.paragraph-3 {
  color: #0088ba;
  font-size: 1rem;
}

.paragraph-4 {
  font-size: 12px;
}

.item-credits {
  font-size: 0.707rem;
  text-align: left;
}

.item-credits.mid {
  margin-top: 20px;
}

.paragraph-5 {
  color: #0088ba;
  text-align: center;
}

.mask {
  overflow: hidden;
  color: #333;
  font-weight: 400;
}

.mask._400 {
  width: 400px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.mask.credit-bottom {
  margin-top: 5px;
}

.mask.hide {
  display: none;
}

.mask.sns {
  margin-bottom: 36px;
}

.mask.more {
  margin-top: 40px;
}

.p-wrap {
  margin-top: 25px;
  margin-bottom: 20px;
}

.credits {
  position: static;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  margin: 0px;
  color: #000;
  font-size: 0.707rem;
  font-weight: 800;
  text-align: center;
}

.credits.absolute {
  position: absolute;
}

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

.credits.left {
  text-align: left;
}

.credit-direction {
  margin-bottom: 0px;
  color: #0088ba;
  font-size: 0.707rem;
  font-weight: 500;
}

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

.credit-price {
  margin-top: 5px;
  margin-bottom: 5px;
  opacity: 0.6;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #0088ba;
  font-size: 0.707rem;
  line-height: 1.6;
  font-weight: 500;
}

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

.text-credit {
  font-weight: 500;
}

.text-credit.color-1 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #0088ba;
}

.text-credit.color-2 {
  color: #1a2c70;
}

.text-credit.color-3 {
  position: static;
  color: #375500;
  text-align: center;
}

.text-credit.color-3.left {
  text-align: left;
}

.text-credit.color-3.sp.hide {
  display: none;
}

.text-credit.last {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #0088ba;
}

.text-credit.last.left {
  color: #1a2c70;
}

.text-credit.color-recharge {
  color: #0088ba;
  text-align: center;
}

.text-credit.color-recharge.left {
  text-align: left;
}

.text-credit.color-recharge.sp.hide {
  display: none;
}

.text-credit.color-recharge.right {
  text-align: right;
}

.text-credit.credit-relax {
  color: #1a2c70;
  text-align: center;
}

.text-credit.credit-relax.left {
  text-align: left;
}

.text-credit.credit-relax.sp.hide {
  display: none;
}

.text-credit.credit-relax.right {
  text-align: right;
}

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

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

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

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

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

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

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

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

.credit-sub-2 {
  display: block;
  opacity: 0.5;
  font-weight: 300;
}

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

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

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

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

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

.div-block-5 {
  max-width: 700px;
}

.img-container-880 {
  max-width: 880px;
}

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

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

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

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

.right {
  grid-column-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.image-8 {
  position: relative;
  z-index: 1;
}

.title-container {
  max-width: 400px;
}

.title-container._2 {
  max-width: 385px;
}

.container-1200 {
  max-width: 1200px;
}

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

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

.company-name {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #000;
  font-weight: 500;
}

.section-links {
  margin-top: 140px;
  margin-bottom: 140px;
  font-size: 12px;
}

.contact {
  display: block;
  margin-bottom: 0px;
  color: #000;
  font-weight: 500;
}

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

.contact-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  -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;
}

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

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

.btn-parent.black {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 140px;
  height: 35px;
  margin-top: 10px;
  border-color: #000;
  color: #000;
}

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

.brand-title {
  display: none;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #00643c;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

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

.logo-2 {
  display: block;
  overflow: hidden;
  max-width: 150px;
  margin-bottom: 10px;
}

.s-media-links {
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 10px;
  padding-left: 10px;
}

.container-1000 {
  max-width: 1000px;
}

.icon {
  border: 1px solid transparent;
}

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

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

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

.i {
  height: 20px;
}

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

.navbar {
  position: static;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  -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;
}

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

.nav-link.hide {
  display: none;
}

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

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

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

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

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

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

.s-hero-mobile {
  position: relative;
  display: none;
  height: 100vh;
  max-width: 100vw;
  -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;
}

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

.sns {
  margin-bottom: 30px;
}

.link {
  color: #375500;
  font-size: 0.707rem;
  text-decoration: none;
}

.link.color-1 {
  color: #0088ba;
}

.link.color-2 {
  color: #1a2c70;
}

.sns-group {
  margin-top: 0px;
  margin-bottom: 40px;
}

.new-text-credit {
  font-weight: 500;
}

.new-text-credit.color-1 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #0088ba;
}

.new-text-credit.color-2 {
  color: #1a2c70;
}

.new-text-credit.color-3 {
  color: #375500;
  text-align: left;
}

.new-text-credit.last {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #0088ba;
}

.new-text-credit.last.left {
  color: #1a2c70;
}

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

.btn {
  margin-left: 8px;
  padding: 2px 10px;
  border-radius: 2px;
  background-color: #375500;
}

.buy-credit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  margin-bottom: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  text-decoration: none;
}

.buy-credit:hover {
  opacity: 0.8;
}

.txt {
  color: #fff;
  font-size: 0.67rem;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.credit-link {
  padding-right: 6px;
  padding-left: 6px;
  background-color: #375500;
  color: #fff;
  line-height: 1.6;
  text-decoration: none;
}

.credit-link:hover {
  opacity: 0.8;
}

.credit-link.recharge {
  background-color: #0088ba;
}

.credit-link.relax {
  background-color: #1a2c70;
}

.link-3 {
  text-decoration: none;
}

.link-4 {
  text-decoration: none;
}

.link-5 {
  text-decoration: 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/etro-2021ss/images/f-twitter.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

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

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

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

.share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

@media screen and (max-width: 991px) {
  .image {
    width: 30px;
  }

  .heading {
    font-size: 50px;
  }

  .s-hero-pc {
    display: none;
    height: 100vh;
  }

  .hero-content-wrapper {
    padding-top: 150px;
  }

  .nav-outer-wrapper {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .hero-bg-img {
    width: 100%;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .image-3 {
    width: 30px;
  }

  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section.part-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section.credits {
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .section.full-size {
    display: block;
    height: 100vh;
    max-width: 100vw;
  }

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

  .logo-grid-left {
    margin-bottom: 25px;
  }

  .heading-3 {
    max-width: 100%;
    margin-bottom: 25px;
    text-align: center;
  }

  .logo {
    width: 500px;
  }

  .s-fullsize {
    display: none;
  }

  .fullsize-img-wrapper-2 {
    background-position: 50% 50%;
  }

  .image-5 {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }

  .section-h4 {
    font-size: 1.802rem;
  }

  .p {
    font-size: 0.889rem;
  }

  .staff-credits {
    font-size: 0.694rem;
  }

  .container-text {
    padding-top: 0px;
    padding-bottom: 0px;
  }

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

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

  .section-h1 {
    font-size: 3.998rem;
  }

  .section-h1.color-1 {
    letter-spacing: -3px;
  }

  .section-subtitle {
    font-size: 0.833rem;
  }

  .text-wrap {
    width: 100%;
  }

  .item-credits.mid.long {
    margin-top: 0px;
    -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;
  }

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

  .credits.absolute._400 {
    position: static;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    text-align: center;
  }

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

  .credit-price {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 1.8;
  }

  .text-credit {
    font-size: 0.694rem;
  }

  .text-credit.color-3.sp.hide {
    display: none;
  }

  .text-credit.color-recharge.sp.hide {
    display: none;
  }

  .text-credit.credit-relax.sp.hide {
    display: none;
  }

  .text-credit.credit-relax.right {
    text-align: left;
  }

  .spot-wrap {
    display: none;
  }

  .credit {
    margin-bottom: 30px;
    text-align: center;
  }

  .container-full-half {
    padding-right: 0px;
    padding-left: 0px;
  }

  .half-container {
    position: relative;
    padding: 0px 39px;
  }

  .section-2 {
    padding: 70px;
  }

  .img-container-880 {
    max-width: 500px;
  }

  .company-name {
    font-weight: 500;
  }

  .section-links {
    margin-bottom: 100px;
  }

  .contact {
    font-weight: 700;
  }

  .phone-number {
    font-weight: 500;
  }

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

  .menu-button {
    padding: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .menu-button.w--open {
    background-color: transparent;
  }

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

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

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

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

  .navbar {
    position: relative;
    display: block;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

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

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

  .s-hero-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .new-text-credit {
    font-size: 0.694rem;
  }

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

@media screen and (max-width: 767px) {
  .hero-content-left {
    max-width: 100%;
  }

  .hero-social-inner-wrapper {
    width: 100%;
    padding: 50px 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;
  }

  .social-icon {
    margin-right: 50px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .hero-content-wrapper {
    padding-top: 150px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero-bg-img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .logo {
    width: 400px;
  }

  .brand-logo {
    top: 3%;
    width: 120px;
  }

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

  .section-h4 {
    font-size: 1.728rem;
  }

  .p {
    font-size: 0.833rem;
  }

  .container-text {
    width: 100%;
    padding: 62px;
  }

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

  .section-h1 {
    font-size: 3.998rem;
  }

  .section-h1.color-1 {
    font-size: 4rem;
  }

  .section-subtitle {
    font-size: 0.833rem;
  }

  .section-subtitle.color-1 {
    font-size: 0.8rem;
  }

  .container-img {
    width: 100%;
  }

  .text-credit.color-3.sp.hide {
    display: none;
  }

  .text-credit.color-recharge.sp.hide {
    display: none;
  }

  .text-credit.credit-relax.sp.hide {
    display: none;
  }

  .credit {
    margin-right: auto;
    margin-left: auto;
  }

  .container-full-half {
    padding-right: 0px;
    padding-left: 0px;
  }

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

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

  .navcontainer {
    padding-right: 20px;
    padding-left: 20px;
  }

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

@media screen and (max-width: 479px) {
  .image {
    width: 25px;
  }

  .hero-social-inner-wrapper {
    padding: 35px 0px;
  }

  .heading {
    font-size: 35px;
  }

  .s-hero-pc {
    padding-right: 25px;
    padding-left: 25px;
  }

  .nav-outer-wrapper {
    padding: 30px 25px;
  }

  .hero-bg-img {
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .image-3 {
    width: 25px;
  }

  .section {
    padding: 50px 20px;
  }

  .section.logos {
    padding: 75px 25px;
  }

  .logo {
    width: 250px;
    margin-bottom: 100px;
  }

  .brand-logo {
    width: 80px;
  }

  .s-fullsize {
    height: 500px;
  }

  .fullsize-img-wrapper-2 {
    background-position: 50% 50%;
    background-size: cover;
  }

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

  .section-h4 {
    line-height: 1.4;
  }

  .container-intro {
    width: 100%;
  }

  .staff-credits {
    width: 100%;
    font-size: 0.579rem;
  }

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

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

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

  .text-wrap {
    margin-top: 45px;
  }

  .mask._400 {
    width: 100%;
  }

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

  .credits.absolute._400 {
    display: block;
    margin-top: 60px;
    margin-right: 0px;
    margin-left: 0px;
    font-size: 10px;
  }

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

  .text-credit {
    font-size: 0.579rem;
  }

  .text-credit.color-3.sp.hide {
    display: block;
  }

  .text-credit.color-3.hide {
    display: none;
  }

  .text-credit.color-recharge.sp.hide {
    display: block;
  }

  .text-credit.color-recharge.hide {
    display: none;
  }

  .text-credit.color-recharge.right {
    text-align: left;
  }

  .text-credit.credit-relax.sp.hide {
    display: block;
  }

  .text-credit.credit-relax.hide {
    display: none;
  }

  .img-shift {
    margin-bottom: 40px;
  }

  .credit {
    max-width: none;
    font-size: 12px;
  }

  .credit.center {
    margin-top: 20px;
  }

  .credit.center._60 {
    margin-top: 0px;
  }

  .credit-body {
    font-size: 11px;
  }

  .img-container-half {
    width: 100%;
  }

  .container-full-half {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .half-container {
    width: 100%;
  }

  .section-2 {
    padding: 40px 20px;
  }

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

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

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

  .navbar {
    position: relative;
    display: block;
  }

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

  .new-text-credit {
    font-size: 0.579rem;
  }

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

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

  .share {
    margin-top: 0px;
  }
}

#w-node-_12e0e3be-a0d3-7787-afa6-ecc36e40016a-50945c6c {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_24b23e60-7c0d-f7cc-e2e1-cdaf1bb80424-50945c6c {
  -webkit-box-ordinal-group: -9998;
  -webkit-order: -9999;
  -ms-flex-order: -9999;
  order: -9999;
}

#w-node-a0ecd543-3ab2-523b-0bd5-ee723e1d2997-50945c6c {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-a0ecd543-3ab2-523b-0bd5-ee723e1d299c-50945c6c {
  -webkit-box-ordinal-group: -9998;
  -webkit-order: -9999;
  -ms-flex-order: -9999;
  order: -9999;
}

@media screen and (max-width: 991px) {
  #w-node-_12e0e3be-a0d3-7787-afa6-ecc36e40016a-50945c6c {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-_24b23e60-7c0d-f7cc-e2e1-cdaf1bb80424-50945c6c {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-a0ecd543-3ab2-523b-0bd5-ee723e1d2997-50945c6c {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-a0ecd543-3ab2-523b-0bd5-ee723e1d299c-50945c6c {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
}

