@charset "UTF-8";
#feature-brand-etos {
  /* ---------------------------------------------
  *   l-header
  --------------------------------------------- */
}
#feature-brand-etos .l-wrapper {
  position: relative;
}
#feature-brand-etos .l-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  height: 70px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #feature-brand-etos .l-header {
    height: 45px;
  }
}
#feature-brand-etos .l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  padding-inline: 30px;
}
@media screen and (max-width: 768px) {
  #feature-brand-etos .l-header__inner {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-inline: 0;
  }
}
#feature-brand-etos {
  /* ---------------------------------------------
  *   l-header-container
  --------------------------------------------- */
}
#feature-brand-etos .l-header-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  #feature-brand-etos .l-header-container {
    display: block;
    padding: 92px 20px 50px;
    height: 100vh;
    width: 100vw;
  }
}
@media (orientation: landscape) and (max-width: 768px) {
  #feature-brand-etos .l-header-container {
    overflow-y: auto;
  }
}
#feature-brand-etos {
  /* ---------------------------------------------
  *   l-header-logo
  --------------------------------------------- */
}
#feature-brand-etos .l-header-logo {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: auto;
  top: 10px;
  width: 111px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  #feature-brand-etos .l-header-logo {
    position: relative;
    left: 15px;
  }
}
#feature-brand-etos .l-header-logo.is-show {
  opacity: 1;
  visibility: visible;
}
#feature-brand-etos .l-header-logo__link {
  display: block;
  width: 100%;
}
#feature-brand-etos .l-header-logo__link img {
  display: block;
  width: 100%;
}
@media (hover: hover) and (pointer: fine) {
  #feature-brand-etos .l-header-logo__link {
    -webkit-transition: opacity var(--hover-duration);
    transition: opacity var(--hover-duration);
  }
  #feature-brand-etos .l-header-logo__link:hover {
    opacity: var(--hover-opacity-ratio);
  }
}
#feature-brand-etos {
  /* ---------------------------------------------
  *   l-header-logo-sp
  --------------------------------------------- */
}
#feature-brand-etos .l-header-logo-sp__link {
  display: block;
  margin-inline: auto;
  width: -moz-max-content;
  width: -webkit-max-content;
  width: max-content;
}
#feature-brand-etos {
  /* ---------------------------------------------
  *   l-header-menu
  --------------------------------------------- */
}
@media screen and (min-width: 769px) {
  #feature-brand-etos .l-header-menu {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  #feature-brand-etos .l-header-menu {
    position: fixed;
    inset: var(--fixed-header-height) 0 0;
    overflow-y: auto;
    overscroll-behavior-y: none;
    opacity: 0;
    visibility: hidden;
    scrollbar-width: none;
  }
  #feature-brand-etos .l-header-menu::-webkit-scrollbar {
    display: none;
  }
  #feature-brand-etos .l-header-menu.is-animating {
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
  }
  #feature-brand-etos .is-menu-opened .l-header-menu {
    visibility: visible;
    opacity: 1;
  }
}
#feature-brand-etos .is-menu-opened .l-header-menu {
  width: 100%;
  background-color: var(--color-beige-1);
}
@media screen and (max-width: 768px) {
  #feature-brand-etos .l-header-menu__container {
    overflow-y: auto;
    height: calc(100% + 1px);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 50px 20px;
  }
}
#feature-brand-etos {
  /* ---------------------------------------------
  *   l-header-nav
  --------------------------------------------- */
}
#feature-brand-etos .l-header-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 1023px) {
  #feature-brand-etos .l-header-nav__list {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  #feature-brand-etos .l-header-nav__list {
    display: block;
    margin-top: 25px;
  }
}
#feature-brand-etos .l-header-nav__link {
  color: var(--color-beige-2);
  font-family: var(--ff-montserrat);
  font-size: calc(13 / var(--root-fz) * 1rem);
  letter-spacing: 0.1em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  #feature-brand-etos .l-header-nav__link {
    display: block;
    margin-inline: auto;
    padding: 14px;
    width: -moz-max-content;
    width: -webkit-max-content;
    width: max-content;
    color: var(--color-brown-7);
    font-family: var(--ff-cormorant);
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.08em;
  }
}
@media (hover: hover) and (pointer: fine) {
  #feature-brand-etos .l-header-nav__link {
    -webkit-transition: opacity var(--hover-duration);
    transition: opacity var(--hover-duration);
  }
  #feature-brand-etos .l-header-nav__link:hover {
    opacity: var(--hover-opacity-ratio);
  }
}
#feature-brand-etos {
  /* ---------------------------------------------
  *   l-header-menu-button
  --------------------------------------------- */
}
#feature-brand-etos .l-header-menu-button {
  display: none;
  position: relative;
  padding: 15px;
  border: 0;
  border-radius: 0;
  background: none;
  margin: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #feature-brand-etos .l-header-menu-button {
    display: block;
  }
}
#feature-brand-etos .l-header-menu-button__lines {
  position: relative;
  display: block;
  width: 20px;
  height: 15px;
}
#feature-brand-etos .l-header-menu-button__line {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 0;
  padding-top: 1px;
  background-color: var(--color-beige-2);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#feature-brand-etos .is-menu-opened .l-header-menu-button__line {
  background-color: var(--color-brown-7);
}
#feature-brand-etos .l-header-menu-button__line--top {
  top: 0;
}
#feature-brand-etos .is-menu-opened .l-header-menu-button__line--top {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
#feature-brand-etos .l-header-menu-button__line--center {
  top: 50%;
  margin-top: -1px;
}
#feature-brand-etos .is-menu-opened .l-header-menu-button__line--center {
  background-color: rgba(var(--color-brown-7-rgb), 0);
}
#feature-brand-etos .l-header-menu-button__line--bottom {
  bottom: 0;
}
#feature-brand-etos .is-menu-opened .l-header-menu-button__line--bottom {
  bottom: 50%;
  -webkit-transform: translateY(50%) rotate(-45deg);
          transform: translateY(50%) rotate(-45deg);
}
#feature-brand-etos {
  /* ---------------------------------------------
  *   l-header-list
  --------------------------------------------- */
}
@media screen and (max-width: 768px) {
  #feature-brand-etos .l-header-list__item .l-header-list__link {
    padding: 6px;
  }
}
#feature-brand-etos .l-header-list__link {
  display: block;
  margin-inline: auto;
  padding: 10px;
  width: -moz-max-content;
  width: -webkit-max-content;
  width: max-content;
  color: var(--color-brown-7);
  font-family: var(--ff-cormorant);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08em;
}
#feature-brand-etos .l-header-list__link span {
  font-family: var(--ff-cinzel);
}
#feature-brand-etos {
  /* ---------------------------------------------
  *   l-header-foot
  --------------------------------------------- */
}
#feature-brand-etos .l-header-foot {
  margin-top: 30px;
}
#feature-brand-etos .l-header-foot__home-link {
  display: block;
  margin-inline: auto;
  width: -moz-max-content;
  width: -webkit-max-content;
  width: max-content;
}
@media (hover: hover) and (pointer: fine) {
  #feature-brand-etos .l-header-foot__home-link {
    -webkit-transition: opacity var(--hover-duration);
    transition: opacity var(--hover-duration);
  }
  #feature-brand-etos .l-header-foot__home-link:hover {
    opacity: var(--hover-opacity-ratio);
  }
}
#feature-brand-etos .l-header-foot__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -moz-column-gap: 42px;
  -webkit-column-gap: 42px;
          column-gap: 42px;
  margin-top: 25px;
}
#feature-brand-etos .l-header-foot__link {
  display: block;
}
@media (hover: hover) and (pointer: fine) {
  #feature-brand-etos .l-header-foot__link {
    -webkit-transition: opacity var(--hover-duration);
    transition: opacity var(--hover-duration);
  }
  #feature-brand-etos .l-header-foot__link:hover {
    opacity: var(--hover-opacity-ratio);
  }
}
#feature-brand-etos {
  /* ---------------------------------------------
  *   l-footer
  --------------------------------------------- */
}
#feature-brand-etos .l-footer {
  position: relative;
  padding-block: 80px 30px;
  background-color: var(--color-brown-3);
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #feature-brand-etos .l-footer {
    padding-block: calc(65 / var(--design-width) * 100vw) calc(15 / var(--design-width) * 100vw);
  }
}
#feature-brand-etos .l-footer__container {
  margin-inline: auto;
  width: 300px;
}
@media screen and (max-width: 768px) {
  #feature-brand-etos .l-footer__container {
    width: 100%;
  }
}
#feature-brand-etos .l-footer__home {
  position: relative;
  display: block;
  margin-inline: auto;
  left: 11px;
}
@media screen and (max-width: 768px) {
  #feature-brand-etos .l-footer__home {
    width: calc(143 / var(--design-width) * 100vw);
    left: 0;
  }
  #feature-brand-etos .l-footer__home img {
    display: block;
    width: 100%;
  }
}
@media (hover: hover) and (pointer: fine) {
  #feature-brand-etos .l-footer__home {
    -webkit-transition: opacity var(--hover-duration);
    transition: opacity var(--hover-duration);
  }
  #feature-brand-etos .l-footer__home:hover {
    opacity: var(--hover-opacity-ratio);
  }
}
#feature-brand-etos .l-footer__copyright {
  margin-top: 41px;
}
@media screen and (max-width: 768px) {
  #feature-brand-etos .l-footer__copyright {
    text-align: center;
    margin-top: calc(70 / var(--design-width) * 100vw);
  }
}
#feature-brand-etos .l-footer__copyright-txt {
  color: var(--color-white-1);
  font-family: var(--ff-montserrat);
  font-size: calc(10 / var(--root-fz) * 1rem);
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  #feature-brand-etos .l-footer__copyright-txt {
    font-size: calc(9 / var(--design-width) * 100vw);
  }
}
#feature-brand-etos {
  /* ---------------------------------------------
  *   l-footer-nav
  --------------------------------------------- */
}
#feature-brand-etos .l-footer-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -moz-column-gap: 40px;
  -webkit-column-gap: 40px;
          column-gap: 40px;
  margin-top: 45px;
}
@media screen and (max-width: 768px) {
  #feature-brand-etos .l-footer-nav__list {
    -moz-column-gap: calc(43 / var(--design-width) * 100vw);
    -webkit-column-gap: calc(43 / var(--design-width) * 100vw);
            column-gap: calc(43 / var(--design-width) * 100vw);
    margin-top: calc(25 / var(--design-width) * 100vw);
  }
}
@media screen and (max-width: 768px) {
  #feature-brand-etos .l-footer-nav__item--01 {
    width: calc(27 / var(--design-width) * 100vw);
  }
}
@media screen and (max-width: 768px) {
  #feature-brand-etos .l-footer-nav__item--02 {
    width: calc(24 / var(--design-width) * 100vw);
  }
}
@media screen and (max-width: 768px) {
  #feature-brand-etos .l-footer-nav__item--03 {
    width: calc(24 / var(--design-width) * 100vw);
  }
}
@media (hover: hover) and (pointer: fine) {
  #feature-brand-etos .l-footer-nav__link {
    -webkit-transition: opacity var(--hover-duration);
    transition: opacity var(--hover-duration);
  }
  #feature-brand-etos .l-footer-nav__link:hover {
    opacity: var(--hover-opacity-ratio);
  }
}
#feature-brand-etos {
  /* ---------------------------------------------
  *   c-block-scroll-down
  --------------------------------------------- */
}
#feature-brand-etos .c-block-scroll-down {
  position: absolute;
  bottom: 129px;
  right: 4.3703703704%;
}
@media screen and (max-width: 768px) {
  #feature-brand-etos .c-block-scroll-down {
    bottom: calc(70 / var(--design-width) * 100vw);
    right: calc(30 / var(--design-width) * 100vw);
  }
}
#feature-brand-etos .c-block-scroll-down__container {
  position: relative;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
#feature-brand-etos .c-block-scroll-down__txt {
  display: inline-block;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  white-space: pre;
  color: var(--color-white-1);
  font-family: var(--ff-montserrat);
  font-size: calc(10 / var(--root-fz) * 1rem);
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  #feature-brand-etos .c-block-scroll-down__txt {
    font-size: calc(10 / var(--design-width) * 100vw);
  }
}
#feature-brand-etos .c-block-scroll-down__line {
  position: absolute;
  top: calc(100% + 5px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: 92px;
  background-color: rgba(var(--color-white-1-rgb), 0.3);
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #feature-brand-etos .c-block-scroll-down__line {
    top: calc(100% + 5 / var(--design-width) * 100vw);
    height: calc(64 / var(--design-width) * 100vw);
  }
}
#feature-brand-etos .c-block-scroll-down__line::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  height: 29.347826087%;
  background-color: var(--color-white-1);
  -webkit-animation: scrollDown 3s infinite;
          animation: scrollDown 3s infinite;
}
@media screen and (max-width: 768px) {
  #feature-brand-etos .c-block-scroll-down__line::after {
    height: 29.6875%;
  }
}
@-webkit-keyframes scrollDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(calc(92px + 100%));
            transform: translateY(calc(92px + 100%));
  }
}
@keyframes scrollDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(calc(92px + 100%));
            transform: translateY(calc(92px + 100%));
  }
}
#feature-brand-etos {
  /* ---------------------------------------------
  *   c-block-scroll-up
  --------------------------------------------- */
}
#feature-brand-etos .c-block-scroll-up {
  position: absolute;
  top: 136px;
  right: 4.3703703704%;
}
@media screen and (max-width: 768px) {
  #feature-brand-etos .c-block-scroll-up {
    top: calc(70 / var(--design-width) * 100vw);
    right: calc(30 / var(--design-width) * 100vw);
  }
}
@media (hover: hover) and (pointer: fine) {
  #feature-brand-etos .c-block-scroll-up {
    -webkit-transition: opacity var(--hover-duration);
    transition: opacity var(--hover-duration);
  }
  #feature-brand-etos .c-block-scroll-up:hover {
    opacity: var(--hover-opacity-ratio);
  }
}
#feature-brand-etos .c-block-scroll-up__container {
  position: relative;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
#feature-brand-etos .c-block-scroll-up__txt {
  display: inline-block;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  white-space: pre;
  color: var(--color-white-1);
  font-family: var(--ff-montserrat);
  font-size: calc(10 / var(--root-fz) * 1rem);
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  #feature-brand-etos .c-block-scroll-up__txt {
    font-size: calc(10 / var(--design-width) * 100vw);
  }
}
#feature-brand-etos .c-block-scroll-up__line {
  position: absolute;
  bottom: calc(100% + 5px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: 92px;
  background-color: rgba(var(--color-white-1-rgb), 0.3);
  overflow: hidden;
}
#feature-brand-etos .c-block-scroll-up__line::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  height: 29.347826087%;
  background-color: var(--color-white-1);
  -webkit-animation: scrollUp 3s infinite;
          animation: scrollUp 3s infinite;
}
@media screen and (max-width: 768px) {
  #feature-brand-etos .c-block-scroll-up__line::after {
    height: 29.6875%;
  }
}
@-webkit-keyframes scrollUp {
  0% {
    -webkit-transform: translateY(calc(92px + 100%));
            transform: translateY(calc(92px + 100%));
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@keyframes scrollUp {
  0% {
    -webkit-transform: translateY(calc(92px + 100%));
            transform: translateY(calc(92px + 100%));
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
#feature-brand-etos {
  /* ---------------------------------------------
  *   c-block-1
  --------------------------------------------- */
}
#feature-brand-etos .c-block-1__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-inline: auto;
  max-width: 1004px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #feature-brand-etos .c-block-1__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    row-gap: calc(70 / var(--design-width) * 100vw);
    max-width: none;
  }
}
#feature-brand-etos .c-block-1__img {
  max-width: 370px;
}
@media screen and (max-width: 768px) {
  #feature-brand-etos .c-block-1__img {
    position: relative;
    margin-inline: auto 0;
    right: calc(-30 / var(--design-width) * 100vw);
    max-width: none;
    width: calc(270 / var(--design-width) * 100vw);
  }
  #feature-brand-etos .c-block-1__img img {
    display: block;
    width: 100%;
  }
}
#feature-brand-etos .c-block-1__box {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 12.7490039841%;
}
@media screen and (max-width: 768px) {
  #feature-brand-etos .c-block-1__box {
    margin-left: 0;
  }
}
#feature-brand-etos .c-block-1__ttl {
  color: var(--color-gold-1);
  font-family: var(--ff-cormorant);
  font-size: calc(30 / var(--root-fz) * 1rem);
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  #feature-brand-etos .c-block-1__ttl {
    font-size: calc(22 / var(--design-width) * 100vw);
  }
}
#feature-brand-etos .c-block-1__txt-outer {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  #feature-brand-etos .c-block-1__txt-outer {
    margin-top: calc(18 / var(--design-width) * 100vw);
  }
}
#feature-brand-etos .c-block-1__txt {
  font-size: calc(18 / var(--root-fz) * 1rem);
  line-height: 2.1666666667;
  letter-spacing: -0.08em;
}
@media screen and (max-width: 768px) {
  #feature-brand-etos .c-block-1__txt {
    font-size: calc(14 / var(--design-width) * 100vw);
    font-weight: 500;
    line-height: 2;
  }
}
#feature-brand-etos .c-block-1__txt + .c-block-1__txt {
  margin-top: 33px;
}
@media screen and (max-width: 768px) {
  #feature-brand-etos .c-block-1__txt + .c-block-1__txt {
    margin-top: calc(20 / var(--design-width) * 100vw);
  }
}
#feature-brand-etos .c-block-1__txt-large {
  display: block;
  margin-top: 40px;
  font-size: calc(26 / var(--root-fz) * 1rem);
  line-height: 1.8076923077;
  letter-spacing: -0.1em;
}
@media screen and (max-width: 768px) {
  #feature-brand-etos .c-block-1__txt-large {
    margin-top: calc(18 / var(--design-width) * 100vw);
    font-size: calc(16 / var(--design-width) * 100vw);
    line-height: 2.5;
  }
}
#feature-brand-etos {
  /* ---------------------------------------------
  *   c-block-2
  --------------------------------------------- */
}
#feature-brand-etos .c-block-2 {
  margin-top: 178px;
}
@media screen and (max-width: 768px) {
  #feature-brand-etos .c-block-2 {
    margin-top: calc(70 / var(--design-width) * 100vw);
  }
}
#feature-brand-etos .c-block-2__ttl {
  text-align: center;
  color: var(--color-gold-1);
  font-family: var(--ff-cormorant);
  font-size: calc(42 / var(--root-fz) * 1rem);
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  #feature-brand-etos .c-block-2__ttl {
    font-size: calc(22 / var(--design-width) * 100vw);
  }
}
#feature-brand-etos .c-block-2__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 63px;
}
@media screen and (max-width: 768px) {
  #feature-brand-etos .c-block-2__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: calc(10 / var(--design-width) * 100vw);
    margin-top: calc(28 / var(--design-width) * 100vw);
  }
}
@media (hover: hover) and (pointer: fine) {
  #feature-brand-etos .c-block-2__list:hover .c-block-2__link:not(:hover) .c-block-2__img::before {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  #feature-brand-etos .c-block-2__item:first-of-type {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #feature-brand-etos .c-block-2__item:nth-of-type(n + 2) {
    width: calc(50% - 5 / var(--design-width) * 100vw);
  }
}
#feature-brand-etos .c-block-2__link {
  display: block;
  position: relative;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (hover: hover) and (pointer: fine) {
  #feature-brand-etos .c-block-2__link:hover .c-block-2__img img {
    scale: 1.1;
  }
}
#feature-brand-etos .c-block-2__img {
  position: relative;
  display: block;
  border-radius: 190px 0 0 0;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media screen and (max-width: 768px) {
  #feature-brand-etos .c-block-2__img {
    border-radius: calc(62 / var(--design-width) * 100vw) 0 0 0;
  }
}
#feature-brand-etos .c-block-2__img::before {
  display: inline-block;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(var(--color-black-1-rgb), 0.3);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  will-change: opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
#feature-brand-etos .c-block-2__img img {
  -webkit-transition: scale 0.3s;
  transition: scale 0.3s;
}
@media screen and (max-width: 768px) {
  #feature-brand-etos .c-block-2__img img {
    display: block;
    width: 100%;
  }
}
#feature-brand-etos .c-block-2__num-outer {
  position: absolute;
  bottom: -77px;
  left: 14px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  #feature-brand-etos .c-block-2__num-outer {
    bottom: 0;
    left: calc(8 / var(--design-width) * 100vw);
  }
}
#feature-brand-etos .c-block-2__num-outer--01 {
  color: var(--color-orange-1);
}
#feature-brand-etos .c-block-2__num-outer--02 {
  color: var(--color-purple-1);
}
#feature-brand-etos .c-block-2__num-outer--03 {
  color: var(--color-brown-1);
}
#feature-brand-etos .c-block-2__txt {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-family: var(--ff-cormorant);
  font-size: calc(24 / var(--root-fz) * 1rem);
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  #feature-brand-etos .c-block-2__txt {
    font-size: calc(14 / var(--design-width) * 100vw);
    line-height: 1;
  }
}
#feature-brand-etos .c-block-2__num {
  font-family: var(--ff-cinzel);
  font-size: calc(84 / var(--root-fz) * 1rem);
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  #feature-brand-etos .c-block-2__num {
    font-size: calc(52 / var(--design-width) * 100vw);
    line-height: 1;
  }
}
#feature-brand-etos {
  /* ---------------------------------------------
  *   c-block-3
  --------------------------------------------- */
}
#feature-brand-etos .c-block-3 {
  position: relative;
  margin: 120px 12.4444444444% 0 0;
}
@media screen and (max-width: 768px) {
  #feature-brand-etos .c-block-3 {
    margin: 0;
  }
}
#feature-brand-etos .c-block-3--02 {
  margin: 98px 0 0 7.4074074074%;
}
@media screen and (max-width: 768px) {
  #feature-brand-etos .c-block-3--02 {
    margin: 0;
  }
}
#feature-brand-etos .c-block-3--02 .c-block-3__ttl-outer {
  text-align: left;
  color: var(--color-purple-1);
}
@media screen and (max-width: 768px) {
  #feature-brand-etos .c-block-3--02 .c-block-3__ttl-outer {
    top: calc(-449 / var(--design-width) * 100vw);
    right: 0;
  }
}
#feature-brand-etos .c-block-3--02 .c-block-3__lead {
  text-align: left;
  color: var(--color-purple-1);
}
#feature-brand-etos .c-block-3--02 .c-block-3__txt {
  text-align: left;
}
#feature-brand-etos .c-block-3--03 {
  margin: 120px 11.8518518519% 0 0;
}
@media screen and (max-width: 768px) {
  #feature-brand-etos .c-block-3--03 {
    margin: 0;
  }
}
#feature-brand-etos .c-block-3--03 .c-block-3__ttl-outer {
  color: var(--color-brown-2);
}
#feature-brand-etos .c-block-3--03 .c-block-3__lead {
  color: var(--color-brown-2);
}
#feature-brand-etos .c-block-3__ttl-outer {
  text-align: right;
  color: var(--color-orange-1);
}
@media screen and (max-width: 768px) {
  #feature-brand-etos .c-block-3__ttl-outer {
    position: absolute;
    top: calc(-436 / var(--design-width) * 100vw);
    white-space: nowrap;
  }
}
#feature-brand-etos .c-block-3__ttl-small {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-family: var(--ff-cormorant);
  font-size: calc(29 / var(--root-fz) * 1rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  #feature-brand-etos .c-block-3__ttl-small {
    font-size: calc(21 / var(--design-width) * 100vw);
  }
}
#feature-brand-etos .c-block-3__ttl {
  font-family: var(--ff-cinzel);
  font-size: calc(101 / var(--root-fz) * 1rem);
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #feature-brand-etos .c-block-3__ttl {
    font-size: calc(75 / var(--design-width) * 100vw);
  }
}
#feature-brand-etos .c-block-3__lead {
  display: block;
  text-align: right;
  margin-top: 18px;
  color: var(--color-orange-1);
  font-size: calc(26 / var(--root-fz) * 1rem);
  font-weight: 500;
  line-height: 1.8846153846;
  letter-spacing: 0.01em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  #feature-brand-etos .c-block-3__lead {
    margin-top: calc(45 / var(--design-width) * 100vw);
    text-align: left;
    font-size: calc(18 / var(--design-width) * 100vw);
    line-height: 1.6666666667;
    letter-spacing: -0.01em;
  }
}
#feature-brand-etos .c-block-3__txt {
  display: block;
  text-align: right;
  margin-top: 19px;
  font-size: calc(16 / var(--root-fz) * 1rem);
  font-weight: 500;
  line-height: 2.125;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 768px) {
  #feature-brand-etos .c-block-3__txt {
    text-align: left;
    margin-top: calc(13 / var(--design-width) * 100vw);
    font-size: calc(12 / var(--design-width) * 100vw);
    font-weight: 400;
    line-height: 1.8333333333;
    letter-spacing: -0.04em;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}
#feature-brand-etos {
  /* ---------------------------------------------
  *   c-block-4
  --------------------------------------------- */
}
#feature-brand-etos .c-block-4 {
  margin-top: 4px;
  width: 420px;
}
@media screen and (max-width: 768px) {
  #feature-brand-etos .c-block-4 {
    position: relative;
    bottom: calc(25 / var(--design-width) * 100vw);
    width: 100%;
  }
}
#feature-brand-etos .c-block-4--left {
  position: relative;
  left: 20px;
}
@media screen and (max-width: 768px) {
  #feature-brand-etos .c-block-4--left {
    left: 0;
  }
}
#feature-brand-etos .c-block-4__num {
  display: block;
  position: relative;
  padding-bottom: 32px;
  color: var(--color-gold-2);
  font-family: var(--ff-cormorant);
  font-size: calc(22 / var(--root-fz) * 1rem);
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  #feature-brand-etos .c-block-4__num {
    padding-bottom: calc(15 / var(--design-width) * 100vw);
    font-size: calc(18 / var(--design-width) * 100vw);
  }
}
#feature-brand-etos .c-block-4__num::after {
  display: inline-block;
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 27px;
  height: 1px;
  background-color: var(--color-gold-2);
}
@media screen and (max-width: 768px) {
  #feature-brand-etos .c-block-4__num::after {
    width: calc(20 / var(--design-width) * 100vw);
  }
}
#feature-brand-etos .c-block-4__num-large {
  display: inline-block;
  margin-left: 8px;
  font-family: var(--ff-cinzel);
  font-size: calc(64 / var(--root-fz) * 1rem);
  line-height: 1;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #feature-brand-etos .c-block-4__num-large {
    margin-left: calc(2 / var(--design-width) * 100vw);
    font-size: calc(54 / var(--design-width) * 100vw);
  }
}
#feature-brand-etos .c-block-4__ttl {
  margin-top: 36px;
  color: var(--color-gold-2);
  font-size: calc(26 / var(--root-fz) * 1rem);
  font-weight: 500;
  line-height: 1.6153846154;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  #feature-brand-etos .c-block-4__ttl {
    margin-top: calc(13 / var(--design-width) * 100vw);
    font-size: calc(16 / var(--design-width) * 100vw);
    line-height: 1.75;
  }
}
#feature-brand-etos .c-block-4__txt {
  margin-top: 17px;
  font-size: calc(16 / var(--root-fz) * 1rem);
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: -0.01em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  #feature-brand-etos .c-block-4__txt {
    margin-top: calc(10 / var(--design-width) * 100vw);
    font-size: calc(12 / var(--design-width) * 100vw);
    line-height: 1.8333333333;
    letter-spacing: -0.1em;
  }
}
#feature-brand-etos {
  /* ---------------------------------------------
  *   c-block-elevator-nav
  --------------------------------------------- */
}
#feature-brand-etos .c-block-elevator-nav {
  position: fixed;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  bottom: 8px;
  right: 0;
  width: 60px;
  height: 100vh;
}
@media screen and (max-width: 768px) {
  #feature-brand-etos .c-block-elevator-nav {
    display: none;
  }
}
#feature-brand-etos .c-block-elevator-nav__item {
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
#feature-brand-etos .c-block-elevator-nav__link {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  font-family: var(--ff-montserrat);
  font-size: calc(10 / var(--root-fz) * 1rem);
  letter-spacing: 0.02em;
}
#feature-brand-etos .c-block-elevator-nav__link.is-current {
  opacity: 1;
}
#feature-brand-etos .c-block-elevator-nav__link span {
  display: inline-block;
  white-space: pre;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
#feature-brand-etos {
  /* ---------------------------------------------
  *   c-block-5
  --------------------------------------------- */
}
#feature-brand-etos .c-block-5 {
  position: sticky;
  margin-left: 11.1111111111%;
  padding-right: 60px;
  width: 100%;
  top: 0;
  height: 100vh;
}
@media screen and (max-width: 768px) {
  #feature-brand-etos .c-block-5 {
    margin-left: 0;
    padding: 0 calc(30 / var(--design-width) * 100vw) calc(40 / var(--design-width) * 100vw);
    height: auto;
  }
}
#feature-brand-etos .c-block-5--01 .c-block-5__link--01::before {
  background-color: var(--color-brown-4);
}
#feature-brand-etos .c-block-5--01 .c-block-5__link--02::before {
  background-color: var(--color-black-1);
}
#feature-brand-etos .c-block-5--01 .c-block-5__link--03::before {
  background-color: var(--color-brown-5);
}
#feature-brand-etos .c-block-5--01 .c-block-5__link--04::before {
  background-color: var(--color-brown-6);
}
#feature-brand-etos .c-block-5--02 .c-block-5__ttl-outer {
  color: var(--color-purple-1);
}
#feature-brand-etos .c-block-5--02 .c-block-5__lead {
  color: var(--color-purple-1);
}
#feature-brand-etos .c-block-5--02 .c-block-5__link--01::before {
  background-color: var(--color-base-1);
}
#feature-brand-etos .c-block-5--02 .c-block-5__link--02::before {
  background-color: var(--color-purple-3);
}
#feature-brand-etos .c-block-5--02 .c-block-5__link--03::before {
  background-color: var(--color-red-1);
}
#feature-brand-etos .c-block-5--02 .c-block-5__link--04::before {
  background-color: var(--color-brown-6);
}
@media (hover: hover) and (pointer: fine) {
  #feature-brand-etos .c-block-5--02 .c-link-1:hover {
    background-color: var(--color-purple-1);
  }
}
#feature-brand-etos .c-block-5--03 .c-block-5__ttl-outer {
  color: var(--color-brown-2);
}
#feature-brand-etos .c-block-5--03 .c-block-5__lead {
  color: var(--color-brown-2);
}
#feature-brand-etos .c-block-5--03 .c-block-5__link--01::before {
  background-color: var(--color-pink-1);
}
#feature-brand-etos .c-block-5--03 .c-block-5__link--02::before {
  background-color: var(--color-red-1);
}
#feature-brand-etos .c-block-5--03 .c-block-5__link--03::before {
  background-color: var(--color-brown-6);
}
#feature-brand-etos .c-block-5--03 .c-block-5__link--04::before {
  background-color: var(--color-gold-3);
}
@media (hover: hover) and (pointer: fine) {
  #feature-brand-etos .c-block-5--03 .c-link-1:hover {
    background-color: var(--color-brown-2);
  }
}
#feature-brand-etos .c-block-5__inner {
  padding-top: 133px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #feature-brand-etos .c-block-5__inner {
    padding-top: calc(30 / var(--design-width) * 100vw);
  }
}
#feature-brand-etos .c-block-5__ttl-outer {
  color: var(--color-orange-1);
}
#feature-brand-etos .c-block-5__ttl-small {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-family: var(--ff-cormorant);
  font-size: calc(23 / var(--root-fz) * 1rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  #feature-brand-etos .c-block-5__ttl-small {
    font-size: calc(19 / var(--design-width) * 100vw);
  }
}
#feature-brand-etos .c-block-5__ttl {
  font-family: var(--ff-cinzel);
  font-size: calc(81 / var(--root-fz) * 1rem);
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #feature-brand-etos .c-block-5__ttl {
    font-size: calc(67 / var(--design-width) * 100vw);
  }
}
#feature-brand-etos .c-block-5__lead {
  display: block;
  color: var(--color-orange-1);
  font-size: calc(26 / var(--root-fz) * 1rem);
  font-weight: 500;
  line-height: 1.8846153846;
  letter-spacing: 0.01em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  #feature-brand-etos .c-block-5__lead {
    font-size: calc(18 / var(--design-width) * 100vw);
    line-height: 1.6666666667;
  }
}
#feature-brand-etos .c-block-5__txt {
  display: block;
  margin-top: 23px;
  max-width: 355px;
  font-size: calc(16 / var(--root-fz) * 1rem);
  font-weight: 500;
  line-height: 1.5625;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  #feature-brand-etos .c-block-5__txt {
    margin-top: calc(9 / var(--design-width) * 100vw);
    max-width: none;
    font-size: calc(12 / var(--design-width) * 100vw);
    line-height: 1.9166666667;
  }
}
#feature-brand-etos .c-block-5__list {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  #feature-brand-etos .c-block-5__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -moz-column-gap: calc(10 / var(--design-width) * 100vw);
    -webkit-column-gap: calc(10 / var(--design-width) * 100vw);
            column-gap: calc(10 / var(--design-width) * 100vw);
    margin-top: calc(13 / var(--design-width) * 100vw);
  }
}
#feature-brand-etos .c-block-5__item + .c-block-5__item {
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  #feature-brand-etos .c-block-5__item + .c-block-5__item {
    margin-top: 0;
  }
}
#feature-brand-etos .c-block-5__link {
  position: relative;
  padding-left: 18px;
  font-family: var(--ff-montserrat);
  font-size: calc(12 / var(--root-fz) * 1rem);
  letter-spacing: 0.1em;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  #feature-brand-etos .c-block-5__link {
    padding-left: calc(15 / var(--design-width) * 100vw);
    font-size: calc(10 / var(--design-width) * 100vw);
    letter-spacing: 0.05em;
  }
}
#feature-brand-etos .c-block-5__link::before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 12px;
  height: 12px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  #feature-brand-etos .c-block-5__link::before {
    width: calc(10 / var(--design-width) * 100vw);
    height: calc(10 / var(--design-width) * 100vw);
  }
}
#feature-brand-etos .c-block-5__link.is-current {
  opacity: 0.5;
  pointer-events: none;
}
@media (hover: hover) and (pointer: fine) {
  #feature-brand-etos .c-block-5__link {
    -webkit-transition: opacity var(--hover-duration);
    transition: opacity var(--hover-duration);
  }
  #feature-brand-etos .c-block-5__link:hover {
    opacity: var(--hover-opacity-ratio);
  }
}
#feature-brand-etos .c-block-5__btn {
  margin-top: 38px;
  width: 250px;
}
@media screen and (max-width: 768px) {
  #feature-brand-etos .c-block-5__btn {
    margin: calc(38 / var(--design-width) * 100vw) auto 0;
    width: calc(220 / var(--design-width) * 100vw);
  }
}
#feature-brand-etos {
  /* ---------------------------------------------
  *   c-btn-1
  --------------------------------------------- */
}
#feature-brand-etos .c-btn-1 {
  position: relative;
  display: block;
  margin: 40px 12px 0 auto;
}
@media screen and (max-width: 768px) {
  #feature-brand-etos .c-btn-1 {
    position: absolute;
    top: calc(-96 / var(--design-width) * 100vw);
    right: 0;
    margin: 0 0 0 auto;
  }
}
@media (hover: hover) and (pointer: fine) {
  #feature-brand-etos .c-btn-1:hover circle {
    fill: var(--color-orange-1);
  }
}
#feature-brand-etos .c-btn-1--02 {
  margin: 40px auto 0 0;
}
@media screen and (max-width: 768px) {
  #feature-brand-etos .c-btn-1--02 {
    margin-top: 0;
    top: calc(-95 / var(--design-width) * 100vw);
    right: calc(-2 / var(--design-width) * 100vw);
  }
}
@media (hover: hover) and (pointer: fine) {
  #feature-brand-etos .c-btn-1--02:hover circle {
    fill: var(--color-purple-1);
  }
}
#feature-brand-etos .c-btn-1--02 svg {
  fill: var(--color-purple-1);
}
@media (hover: hover) and (pointer: fine) {
  #feature-brand-etos .c-btn-1--03:hover circle {
    fill: var(--color-brown-2);
  }
}
#feature-brand-etos .c-btn-1--03 svg {
  fill: var(--color-brown-2);
}
@media screen and (max-width: 768px) {
  #feature-brand-etos .c-btn-1__txt svg {
    width: calc(102 / var(--design-width) * 100vw);
  }
}
#feature-brand-etos .c-btn-1__icn {
  position: absolute;
  width: 72px;
  height: 72px;
  top: 46%;
  left: 50%;
  -webkit-transform: translate(-50%, -46%);
          transform: translate(-50%, -46%);
}
@media screen and (max-width: 768px) {
  #feature-brand-etos .c-btn-1__icn {
    width: calc(50 / var(--design-width) * 100vw);
    height: calc(50 / var(--design-width) * 100vw);
  }
}
#feature-brand-etos {
  /* ---------------------------------------------
  *   c-img-view-more
  --------------------------------------------- */
}
#feature-brand-etos .c-img-view-more {
  width: 146px;
  fill: var(--color-orange-1);
  -webkit-animation: rotation 10s linear infinite;
          animation: rotation 10s linear infinite;
}
@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
#feature-brand-etos {
  /* ---------------------------------------------
  *   c-img-arrow
  --------------------------------------------- */
}
#feature-brand-etos .c-img-arrow line,
#feature-brand-etos .c-img-arrow polyline {
  fill: none;
  stroke: var(--color-white-1);
}
#feature-brand-etos .c-img-arrow circle {
  fill: var(--color-base-1);
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}
#feature-brand-etos {
  /* ---------------------------------------------
  *   c-kv
  --------------------------------------------- */
}
#feature-brand-etos .c-kv {
  position: relative;
  overflow: hidden;
  height: 100dvh;
}
@media screen and (max-width: 768px) {
  #feature-brand-etos .c-kv {
    min-height: calc(500 / var(--design-width) * 100vw);
  }
}
#feature-brand-etos .c-kv__ttl {
  position: absolute;
  top: 51%;
  left: 9.9259259259%;
  -webkit-transform: translateY(-51%);
          transform: translateY(-51%);
}
@media screen and (max-width: 768px) {
  #feature-brand-etos .c-kv__ttl {
    top: auto;
    bottom: calc(-17 / var(--design-width) * 100vw);
    left: calc(29 / var(--design-width) * 100vw);
  }
}
@media screen and (max-width: 768px) {
  #feature-brand-etos .c-kv__logo {
    width: calc(190 / var(--design-width) * 100vw);
  }
}
#feature-brand-etos .c-kv__txt {
  display: block;
  margin-top: 30px;
  color: var(--color-white-1);
  font-size: calc(28 / var(--root-fz) * 1rem);
  letter-spacing: -0.1em;
}
@media screen and (max-width: 768px) {
  #feature-brand-etos .c-kv__txt {
    margin-top: calc(15 / var(--design-width) * 100vw);
    font-size: calc(18 / var(--design-width) * 100vw);
  }
}
#feature-brand-etos .c-kv__img {
  display: block;
  height: 100%;
}
#feature-brand-etos .c-kv__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#feature-brand-etos {
  /* ---------------------------------------------
  *   c-link-1
  --------------------------------------------- */
}
#feature-brand-etos .c-link-1 {
  display: block;
  padding: 15px;
  background-color: var(--color-base-1);
  border-radius: 25px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media screen and (max-width: 768px) {
  #feature-brand-etos .c-link-1 {
    padding: calc(15 / var(--design-width) * 100vw);
    border-radius: calc(25 / var(--design-width) * 100vw);
  }
}
@media (hover: hover) and (pointer: fine) {
  #feature-brand-etos .c-link-1:hover {
    background-color: var(--color-orange-1);
  }
}
#feature-brand-etos .c-link-1__txt {
  display: block;
  text-align: center;
  color: var(--color-white-1);
  font-family: var(--ff-noto);
  font-size: calc(13 / var(--root-fz) * 1rem);
  letter-spacing: 0.075em;
}
@media screen and (max-width: 768px) {
  #feature-brand-etos .c-link-1__txt {
    font-size: calc(12 / var(--design-width) * 100vw);
  }
}
#feature-brand-etos {
  /* ---------------------------------------------
  *   c-section-1
  --------------------------------------------- */
}
#feature-brand-etos .c-section-1 {
  background-color: var(--color-gray-1);
}
#feature-brand-etos .c-section-1__inner {
  margin-inline: auto;
  padding: 185px 20px 232px;
  max-width: 1190px;
}
@media screen and (max-width: 768px) {
  #feature-brand-etos .c-section-1__inner {
    padding: calc(70 / var(--design-width) * 100vw) calc(30 / var(--design-width) * 100vw) calc(90 / var(--design-width) * 100vw);
    max-width: none;
  }
}
#feature-brand-etos {
  /* ---------------------------------------------
  *   c-section-2
  --------------------------------------------- */
}
#feature-brand-etos .c-section-2 {
  margin-top: -30px;
  background-color: var(--color-white-1);
  border-radius: 30px 30px 0 0;
}
@media screen and (max-width: 768px) {
  #feature-brand-etos .c-section-2 {
    margin-top: calc(-9 / var(--design-width) * 100vw);
    border-radius: calc(9 / var(--design-width) * 100vw) calc(9 / var(--design-width) * 100vw) 0 0;
  }
  #feature-brand-etos .windows.edge .c-section-2 {
    overflow: hidden;
  }
}
#feature-brand-etos .c-section-2--02 {
  background-color: var(--color-gray-2);
  margin-top: calc(19 / var(--design-width) * 100vw);
}
@media screen and (max-width: 768px) {
  #feature-brand-etos .c-section-2--02 .c-section-2__inner {
    padding-bottom: calc(30 / var(--design-width) * 100vw);
  }
}
#feature-brand-etos .c-section-2--02 .c-section-2__img-1 {
  left: auto;
  right: 7.5555555556%;
  border-radius: 0 290px 0 0;
}
@media screen and (max-width: 768px) {
  #feature-brand-etos .c-section-2--02 .c-section-2__img-1 {
    right: auto;
    border-radius: 0 calc(145 / var(--design-width) * 100vw) 0 0;
  }
}
#feature-brand-etos .c-section-2--02 .c-section-2__img-2 {
  margin: 115px auto 0 0;
  width: 52.7407407407%;
  border-radius: 0 270px 270px 0;
}
@media screen and (max-width: 768px) {
  #feature-brand-etos .c-section-2--02 .c-section-2__img-2 {
    margin-top: calc(31 / var(--design-width) * 100vw);
    left: calc(-30 / var(--design-width) * 100vw);
    width: calc(278 / var(--design-width) * 100vw);
    border-radius: 0 calc(105 / var(--design-width) * 100vw) calc(105 / var(--design-width) * 100vw) 0;
  }
}
#feature-brand-etos .c-section-2--02 .c-section-2__img-3 {
  left: 62.2222222222%;
  bottom: 188px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #feature-brand-etos .c-section-2--02 .c-section-2__img-3 {
    width: calc(208 / var(--design-width) * 100vw);
    left: calc(137 / var(--design-width) * 100vw);
    bottom: calc(58 / var(--design-width) * 100vw);
  }
  #feature-brand-etos .windows.edge .c-section-2--02 .c-section-2__img-3 {
    left: calc(121 / var(--design-width) * 100vw);
  }
}
#feature-brand-etos .c-section-2--02 .c-section-2__img-3::after {
  left: auto;
  right: 5.9523809524%;
  background-color: var(--color-purple-2);
}
@media screen and (max-width: 768px) {
  #feature-brand-etos .c-section-2--02 .c-section-2__img-3::after {
    bottom: calc(12 / var(--design-width) * 100vw);
    left: calc(-12 / var(--design-width) * 100vw);
  }
}
#feature-brand-etos .c-section-2--03 .c-section-2__inner {
  padding-bottom: 420px;
}
@media screen and (max-width: 768px) {
  #feature-brand-etos .c-section-2--03 .c-section-2__inner {
    padding-bottom: calc(340 / var(--design-width) * 100vw);
  }
}
#feature-brand-etos .c-section-2--03 .c-section-2__img-3 {
  bottom: 157px;
}
@media screen and (max-width: 768px) {
  #feature-brand-etos .c-section-2--03 .c-section-2__img-3 {
    position: absolute;
    bottom: calc(78 / var(--design-width) * 100vw);
    left: 0;
  }
}
#feature-brand-etos .c-section-2--03 .c-section-2__img-3::after {
  background-color: var(--color-yellow-1);
}
#feature-brand-etos .c-section-2__inner {
  position: relative;
  margin-inline: auto;
  padding-block: 85px 450px;
  max-width: 1350px;
}
@media screen and (max-width: 768px) {
  #feature-brand-etos .c-section-2__inner {
    position: relative;
    padding: calc(80 / var(--design-width) * 100vw) calc(30 / var(--design-width) * 100vw) 0;
    max-width: none;
  }
}
#feature-brand-etos .c-section-2__img-1 {
  position: absolute;
  width: 54.3703703704%;
  top: 155px;
  left: 7.4074074074%;
  border-radius: 290px 0 0 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #feature-brand-etos .c-section-2__img-1 {
    position: relative;
    margin-inline: auto;
    width: calc(315 / var(--design-width) * 100vw);
    top: 0;
    left: 0;
    border-radius: calc(105 / var(--design-width) * 100vw) 0 0 0;
  }
  #feature-brand-etos .c-section-2__img-1 img {
    display: block;
    width: 100%;
  }
}
#feature-brand-etos .c-section-2__img-2 {
  position: relative;
  display: block;
  margin: 121px 0 0 auto;
  width: 52.7407407407%;
  border-radius: 270px 0 0 270px;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #feature-brand-etos .c-section-2__img-2 {
    margin-top: calc(25 / var(--design-width) * 100vw);
    right: calc(-30 / var(--design-width) * 100vw);
    width: calc(278 / var(--design-width) * 100vw);
    border-radius: calc(105 / var(--design-width) * 100vw) 0 0 calc(105 / var(--design-width) * 100vw);
    z-index: 2;
  }
  #feature-brand-etos .c-section-2__img-2 img {
    display: block;
    width: 100%;
  }
}
#feature-brand-etos .c-section-2__img-3 {
  position: absolute;
  width: 24.8888888889%;
  left: 12.8888888889%;
  bottom: 184px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #feature-brand-etos .c-section-2__img-3 {
    position: relative;
    width: calc(208 / var(--design-width) * 100vw);
    left: calc(-30 / var(--design-width) * 100vw);
    bottom: calc(62 / var(--design-width) * 100vw);
  }
  #feature-brand-etos .c-section-2__img-3 img {
    display: block;
    width: 100%;
  }
}
#feature-brand-etos .c-section-2__img-3::after {
  display: inline-block;
  position: absolute;
  content: "";
  bottom: 3.8461538462%;
  left: 5.9523809524%;
  width: 100%;
  height: 100%;
  background-color: var(--color-orange-2);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #feature-brand-etos .c-section-2__img-3::after {
    bottom: calc(12 / var(--design-width) * 100vw);
    left: calc(12 / var(--design-width) * 100vw);
  }
}
#feature-brand-etos {
  /* ---------------------------------------------
  *   c-section-3
  --------------------------------------------- */
}
#feature-brand-etos .c-section-3 {
  padding-block: 140px 155px;
  background-color: var(--color-gray-1);
}
@media screen and (max-width: 768px) {
  #feature-brand-etos .c-section-3 {
    padding-block: calc(68 / var(--design-width) * 100vw) calc(27 / var(--design-width) * 100vw);
  }
  #feature-brand-etos .windows.edge .c-section-3 {
    overflow: hidden;
  }
}
#feature-brand-etos .c-section-3__inner {
  margin-inline: auto;
  padding-inline: 20px;
  max-width: 1182px;
}
@media screen and (max-width: 768px) {
  #feature-brand-etos .c-section-3__inner {
    padding-inline: calc(30 / var(--design-width) * 100vw);
    max-width: none;
  }
}
#feature-brand-etos .c-section-3__ttl {
  display: block;
  text-align: center;
  font-family: var(--ff-cormorant);
  font-size: calc(42 / var(--root-fz) * 1rem);
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  #feature-brand-etos .c-section-3__ttl {
    font-size: calc(22 / var(--design-width) * 100vw);
  }
}
#feature-brand-etos .c-section-3__list {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  #feature-brand-etos .c-section-3__list {
    margin-top: calc(25 / var(--design-width) * 100vw);
  }
}
#feature-brand-etos .c-section-3__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -moz-column-gap: 6.1295971979%;
  -webkit-column-gap: 6.1295971979%;
          column-gap: 6.1295971979%;
}
@media screen and (max-width: 768px) {
  #feature-brand-etos .c-section-3__item {
    display: block;
  }
}
#feature-brand-etos .c-section-3__item--02 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#feature-brand-etos .c-section-3__item--02 .c-section-3__img {
  width: 54.6409807356%;
  border-radius: 100px 0 100px 0;
}
@media screen and (max-width: 768px) {
  #feature-brand-etos .c-section-3__item--02 .c-section-3__img {
    left: auto;
    right: calc(-30 / var(--design-width) * 100vw);
    width: calc(315 / var(--design-width) * 100vw);
    border-radius: calc(50 / var(--design-width) * 100vw) 0 calc(50 / var(--design-width) * 100vw) 0;
  }
  #feature-brand-etos .windows.edge .c-section-3__item--02 .c-section-3__img {
    right: calc(-14 / var(--design-width) * 100vw);
  }
}
#feature-brand-etos .c-section-3__item + .c-section-3__item {
  margin-top: 150px;
}
@media screen and (max-width: 768px) {
  #feature-brand-etos .c-section-3__item + .c-section-3__item {
    margin-top: calc(27 / var(--design-width) * 100vw);
  }
}
#feature-brand-etos .c-section-3__img {
  width: 54.8161120841%;
  border-radius: 0 100px 0 100px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #feature-brand-etos .c-section-3__img {
    position: relative;
    left: calc(-30 / var(--design-width) * 100vw);
    width: calc(315 / var(--design-width) * 100vw);
    border-radius: 0 calc(50 / var(--design-width) * 100vw) 0 calc(50 / var(--design-width) * 100vw);
  }
  #feature-brand-etos .c-section-3__img img {
    display: block;
    width: 100%;
  }
}
#feature-brand-etos {
  /* ---------------------------------------------
  *   c-section-4
  --------------------------------------------- */
}
#feature-brand-etos .c-section-4--01 .c-section-4__ttl--01::before {
  background-color: var(--color-brown-4);
}
#feature-brand-etos .c-section-4--01 .c-section-4__ttl--02::before {
  background-color: var(--color-black-1);
}
#feature-brand-etos .c-section-4--01 .c-section-4__ttl--03::before {
  background-color: var(--color-brown-5);
}
#feature-brand-etos .c-section-4--01 .c-section-4__ttl--04::before {
  background-color: var(--color-brown-6);
}
#feature-brand-etos .c-section-4--02 .c-section-4__ttl--01::before {
  background-color: var(--color-base-1);
}
#feature-brand-etos .c-section-4--02 .c-section-4__ttl--02::before {
  background-color: var(--color-purple-3);
}
#feature-brand-etos .c-section-4--02 .c-section-4__ttl--03::before {
  background-color: var(--color-red-1);
}
#feature-brand-etos .c-section-4--02 .c-section-4__ttl--04::before {
  background-color: var(--color-brown-6);
}
#feature-brand-etos .c-section-4--03 .c-section-4__ttl--01::before {
  background-color: var(--color-pink-1);
}
#feature-brand-etos .c-section-4--03 .c-section-4__ttl--02::before {
  background-color: var(--color-red-1);
}
#feature-brand-etos .c-section-4--03 .c-section-4__ttl--03::before {
  background-color: var(--color-brown-6);
}
#feature-brand-etos .c-section-4--03 .c-section-4__ttl--04 {
  color: var(--color-white-1);
}
#feature-brand-etos .c-section-4--03 .c-section-4__ttl--04::before {
  background-color: var(--color-gold-3);
}
#feature-brand-etos .c-section-4__container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #feature-brand-etos .c-section-4__container {
    display: block;
  }
}
#feature-brand-etos .c-section-4__contents {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 50.0740740741%;
}
@media screen and (max-width: 768px) {
  #feature-brand-etos .c-section-4__contents {
    width: 100%;
  }
}
#feature-brand-etos .c-section-4__img {
  position: relative;
}
@media screen and (max-width: 768px) {
  #feature-brand-etos .c-section-4__img img {
    display: block;
    width: 100%;
  }
}
#feature-brand-etos .c-section-4__ttl-outer {
  position: absolute;
  margin-top: 13px;
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  #feature-brand-etos .c-section-4__ttl-outer {
    margin-top: calc(2 / var(--design-width) * 100vw);
    padding-left: calc(26 / var(--design-width) * 100vw);
    top: 0;
    left: 0;
  }
}
#feature-brand-etos .c-section-4__ttl {
  position: relative;
  color: var(--color-black-1);
  font-family: var(--ff-montserrat);
  font-size: calc(14 / var(--root-fz) * 1rem);
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  #feature-brand-etos .c-section-4__ttl {
    font-size: calc(10 / var(--design-width) * 100vw);
  }
}
#feature-brand-etos .c-section-4__ttl::before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 14px;
  height: 14px;
  top: 50%;
  left: -20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  #feature-brand-etos .c-section-4__ttl::before {
    width: calc(10 / var(--design-width) * 100vw);
    height: calc(10 / var(--design-width) * 100vw);
    left: calc(-15 / var(--design-width) * 100vw);
    top: 48%;
    -webkit-transform: translateY(-48%);
            transform: translateY(-48%);
  }
}
#feature-brand-etos .c-section-4__item img {
  display: block;
  width: 100%;
}
#feature-brand-etos {
  /* ---------------------------------------------
  *   c-modal
  --------------------------------------------- */
}
#feature-brand-etos .c-modal {
  display: none;
}
#feature-brand-etos .c-modal.is-open {
  display: block;
  position: relative;
  z-index: 10000;
  scrollbar-width: none;
}
#feature-brand-etos .c-modal__overlay {
  position: fixed;
  inset: 0;
  overflow-y: auto;
  overscroll-behavior-y: none;
  scrollbar-width: none;
}
#feature-brand-etos .c-modal__overlay::-webkit-scrollbar {
  display: none;
}
#feature-brand-etos .c-modal__overlay * {
  scrollbar-width: none;
}
@supports (-ms-ime-align: auto) {
  #feature-brand-etos .c-modal__overlay ::-webkit-scrollbar {
    display: none;
  }
}
#feature-brand-etos .c-modal__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: calc(100% + 1px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#feature-brand-etos .c-modal__container {
  position: relative;
  width: 100%;
  max-height: 100vh;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: var(--color-white-1);
  overflow-y: auto;
}
#feature-brand-etos .c-modal__close-btn {
  position: fixed;
  width: 45px;
  height: 45px;
  top: 10px;
  right: 10px;
  z-index: 150;
  cursor: pointer;
  outline: none;
}
@media screen and (max-width: 768px) {
  #feature-brand-etos .c-modal__close-btn {
    width: calc(27 / var(--design-width) * 100vw);
    height: calc(27 / var(--design-width) * 100vw);
    top: calc(10 / var(--design-width) * 100vw);
    right: calc(10 / var(--design-width) * 100vw);
  }
}
@media (hover: hover) and (pointer: fine) {
  #feature-brand-etos .c-modal__close-btn {
    -webkit-transition: opacity var(--hover-duration);
    transition: opacity var(--hover-duration);
  }
  #feature-brand-etos .c-modal__close-btn:hover {
    opacity: var(--hover-opacity-ratio);
  }
}
#feature-brand-etos .c-modal__close-btn::before,
#feature-brand-etos .c-modal__close-btn::after {
  display: inline-block;
  content: "";
  position: absolute;
  width: 45px;
  height: 1px;
  top: 24px;
  right: 3px;
  background-color: var(--color-black-1);
}
@media screen and (max-width: 768px) {
  #feature-brand-etos .c-modal__close-btn::before,
  #feature-brand-etos .c-modal__close-btn::after {
    width: calc(27 / var(--design-width) * 100vw);
    height: 1px;
    top: calc(15 / var(--design-width) * 100vw);
    right: calc(3 / var(--design-width) * 100vw);
    background-color: var(--color-white-1);
  }
}
#feature-brand-etos .c-modal__close-btn::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#feature-brand-etos .c-modal__close-btn::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#feature-brand-etos {
  /* Modal Animation Style
  --------------------------------------------- */
}
#feature-brand-etos .c-modal[aria-hidden=false] .c-modal__overlay {
  -webkit-animation: mmfadeIn 0.5s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeIn 0.5s cubic-bezier(0, 0, 0.2, 1);
}
#feature-brand-etos .c-modal[aria-hidden=false] .c-modal__container {
  -webkit-animation: mmfadeIn 0.5s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeIn 0.5s cubic-bezier(0, 0, 0.2, 1);
}
#feature-brand-etos .c-modal[aria-hidden=true] .c-modal__overlay {
  -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
#feature-brand-etos .c-modal[aria-hidden=true] .c-modal__container {
  -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
@-webkit-keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
#feature-brand-etos {
  /* ---------------------------------------------
  *   c-modal-slider
  --------------------------------------------- */
}
#feature-brand-etos .c-modal-slider__wrapper {
  position: relative;
}
#feature-brand-etos .c-modal-slider .splide__slide {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  display: -ms-grid;
  display: grid;
  place-items: center;
  height: calc(510 / var(--design-width) * 100vw);
  background-color: #fff;
}
#feature-brand-etos .c-modal-slider .splide__slide img {
  width: 100%;
}
#feature-brand-etos .c-modal-slider .splide__arrows {
  display: none;
}
#feature-brand-etos .c-modal-slider .splide__pagination {
  position: absolute;
  inset: auto 0 calc(20 / var(--design-width) * 100vw) 0;
  gap: calc(10 / var(--design-width) * 100vw);
}
#feature-brand-etos .c-modal-slider .splide__pagination li {
  font-size: 0;
}
#feature-brand-etos .c-modal-slider .splide__pagination__page {
  width: calc(6 / var(--design-width) * 100vw);
  height: calc(6 / var(--design-width) * 100vw);
  background-color: none;
  border: 1px solid var(--color-white-1);
  border-radius: 50%;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
}
#feature-brand-etos .c-modal-slider .splide__pagination__page.is-active {
  background-color: var(--color-white-1);
}
#feature-brand-etos .c-modal-slider .splide__pagination__page:focus-visible {
  outline: 3px solid #b4e900;
  outline-offset: 3px;
}
@media (hover: hover) and (pointer: fine) {
  #feature-brand-etos .c-modal-slider .splide__pagination__page {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  #feature-brand-etos .c-modal-slider .splide__pagination__page:hover {
    opacity: 0.8;
  }
}
#feature-brand-etos {
  /* ---------------------------------------------
  *   background-color
  --------------------------------------------- */
}
#feature-brand-etos .bg-white {
  background-color: var(--color-white-1) !important;
}
#feature-brand-etos {
  /* ---------------------------------------------
  *   font-weight
  --------------------------------------------- */
}
#feature-brand-etos .fw-normal {
  font-weight: 500 !important;
}
#feature-brand-etos .fw-bold {
  font-weight: 700 !important;
}
#feature-brand-etos {
  /* ---------------------------------------------
  *   text-align
  --------------------------------------------- */
}
#feature-brand-etos .txt-al-center {
  text-align: center !important;
}
#feature-brand-etos .txt-al-right {
  text-align: right !important;
}
#feature-brand-etos .txt-al-left {
  text-align: left !important;
}
#feature-brand-etos {
  /* ---------------------------------------------
  *   処理に関係するスタイル
  --------------------------------------------- */
}
#feature-brand-etos .js-header-logo-threshold {
  position: absolute;
  top: 0;
}
#feature-brand-etos {
  /* フェードイン */
}
#feature-brand-etos .js-fadein {
  opacity: 0;
}
#feature-brand-etos .js-fadein.is-active {
  opacity: 1;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
#feature-brand-etos {
  /* フェードインアップ */
}
#feature-brand-etos .js-fadein-up {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}
#feature-brand-etos .js-fadein-up.is-active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: opacity 1s, -webkit-transform 0.8s;
  transition: opacity 1s, -webkit-transform 0.8s;
  transition: transform 0.8s, opacity 1s;
  transition: transform 0.8s, opacity 1s, -webkit-transform 0.8s;
}
#feature-brand-etos {
  /* 左にスライド */
}
#feature-brand-etos .js-slidein-to-left {
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}
#feature-brand-etos .js-slidein-to-left.is-active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  -webkit-transition: opacity 1s, -webkit-transform 0.8s;
  transition: opacity 1s, -webkit-transform 0.8s;
  transition: transform 0.8s, opacity 1s;
  transition: transform 0.8s, opacity 1s, -webkit-transform 0.8s;
}
#feature-brand-etos {
  /* 右にスライド */
}
#feature-brand-etos .js-slidein-to-right {
  opacity: 0;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}
#feature-brand-etos .js-slidein-to-right.is-active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  -webkit-transition: opacity 1s, -webkit-transform 0.8s;
  transition: opacity 1s, -webkit-transform 0.8s;
  transition: transform 0.8s, opacity 1s;
  transition: transform 0.8s, opacity 1s, -webkit-transform 0.8s;
}
@media print and (min-width: 769px), screen and (min-width: 769px) {
  #feature-brand-etos .pc-hide {
    display: none !important;
  }
}
@media print and (max-width: 768px), screen and (max-width: 768px) {
  #feature-brand-etos .sp-hide {
    display: none !important;
  }
}
#feature-brand-etos {
  /* ---------------------------------------------
  *   margin-top
  --------------------------------------------- */
}
#feature-brand-etos .mgt-pc--0 {
  margin-top: 0 !important;
}
#feature-brand-etos .mgt-pc--5 {
  margin-top: 5px !important;
}
#feature-brand-etos .mgt-pc--10 {
  margin-top: 10px !important;
}
#feature-brand-etos .mgt-pc--15 {
  margin-top: 15px !important;
}
#feature-brand-etos .mgt-pc--20 {
  margin-top: 20px !important;
}
#feature-brand-etos .mgt-pc--25 {
  margin-top: 25px !important;
}
#feature-brand-etos .mgt-pc--30 {
  margin-top: 30px !important;
}
#feature-brand-etos .mgt-pc--35 {
  margin-top: 35px !important;
}
#feature-brand-etos .mgt-pc--40 {
  margin-top: 40px !important;
}
#feature-brand-etos .mgt-pc--45 {
  margin-top: 45px !important;
}
#feature-brand-etos .mgt-pc--50 {
  margin-top: 50px !important;
}
#feature-brand-etos .mgt-pc--55 {
  margin-top: 55px !important;
}
#feature-brand-etos .mgt-pc--60 {
  margin-top: 60px !important;
}
#feature-brand-etos .mgt-pc--65 {
  margin-top: 65px !important;
}
#feature-brand-etos .mgt-pc--70 {
  margin-top: 70px !important;
}
#feature-brand-etos .mgt-pc--75 {
  margin-top: 75px !important;
}
#feature-brand-etos .mgt-pc--80 {
  margin-top: 80px !important;
}
#feature-brand-etos .mgt-pc--85 {
  margin-top: 85px !important;
}
#feature-brand-etos .mgt-pc--90 {
  margin-top: 90px !important;
}
#feature-brand-etos .mgt-pc--95 {
  margin-top: 95px !important;
}
#feature-brand-etos .mgt-pc--100 {
  margin-top: 100px !important;
}
#feature-brand-etos .mgt-pc--105 {
  margin-top: 105px !important;
}
#feature-brand-etos .mgt-pc--110 {
  margin-top: 110px !important;
}
#feature-brand-etos .mgt-pc--115 {
  margin-top: 115px !important;
}
#feature-brand-etos .mgt-pc--120 {
  margin-top: 120px !important;
}
#feature-brand-etos .mgt-pc--125 {
  margin-top: 125px !important;
}
#feature-brand-etos .mgt-pc--130 {
  margin-top: 130px !important;
}
#feature-brand-etos .mgt-pc--135 {
  margin-top: 135px !important;
}
#feature-brand-etos .mgt-pc--140 {
  margin-top: 140px !important;
}
#feature-brand-etos .mgt-pc--145 {
  margin-top: 145px !important;
}
#feature-brand-etos .mgt-pc--150 {
  margin-top: 150px !important;
}
#feature-brand-etos .mgt-pc--155 {
  margin-top: 155px !important;
}
#feature-brand-etos .mgt-pc--160 {
  margin-top: 160px !important;
}
#feature-brand-etos .mgt-pc--165 {
  margin-top: 165px !important;
}
#feature-brand-etos .mgt-pc--170 {
  margin-top: 170px !important;
}
#feature-brand-etos .mgt-pc--175 {
  margin-top: 175px !important;
}
#feature-brand-etos .mgt-pc--180 {
  margin-top: 180px !important;
}
#feature-brand-etos .mgt-pc--185 {
  margin-top: 185px !important;
}
#feature-brand-etos .mgt-pc--190 {
  margin-top: 190px !important;
}
#feature-brand-etos .mgt-pc--195 {
  margin-top: 195px !important;
}
#feature-brand-etos .mgt-pc--200 {
  margin-top: 200px !important;
}
#feature-brand-etos .mgt-pc--205 {
  margin-top: 205px !important;
}
#feature-brand-etos .mgt-pc--210 {
  margin-top: 210px !important;
}
#feature-brand-etos .mgt-pc--215 {
  margin-top: 215px !important;
}
#feature-brand-etos .mgt-pc--220 {
  margin-top: 220px !important;
}
#feature-brand-etos .mgt-pc--225 {
  margin-top: 225px !important;
}
#feature-brand-etos .mgt-pc--230 {
  margin-top: 230px !important;
}
#feature-brand-etos .mgt-pc--235 {
  margin-top: 235px !important;
}
#feature-brand-etos .mgt-pc--240 {
  margin-top: 240px !important;
}
#feature-brand-etos .mgt-pc--245 {
  margin-top: 245px !important;
}
#feature-brand-etos .mgt-pc--250 {
  margin-top: 250px !important;
}
@media screen and (max-width: 768px) {
  #feature-brand-etos .mgt-sp--0 {
    margin-top: 0 !important;
  }
  #feature-brand-etos .mgt-sp--5 {
    margin-top: calc(5 / var(--design-width) * 100vw) !important;
  }
  #feature-brand-etos .mgt-sp--10 {
    margin-top: calc(10 / var(--design-width) * 100vw) !important;
  }
  #feature-brand-etos .mgt-sp--15 {
    margin-top: calc(15 / var(--design-width) * 100vw) !important;
  }
  #feature-brand-etos .mgt-sp--20 {
    margin-top: calc(20 / var(--design-width) * 100vw) !important;
  }
  #feature-brand-etos .mgt-sp--25 {
    margin-top: calc(25 / var(--design-width) * 100vw) !important;
  }
  #feature-brand-etos .mgt-sp--30 {
    margin-top: calc(30 / var(--design-width) * 100vw) !important;
  }
  #feature-brand-etos .mgt-sp--35 {
    margin-top: calc(35 / var(--design-width) * 100vw) !important;
  }
  #feature-brand-etos .mgt-sp--40 {
    margin-top: calc(40 / var(--design-width) * 100vw) !important;
  }
  #feature-brand-etos .mgt-sp--45 {
    margin-top: calc(45 / var(--design-width) * 100vw) !important;
  }
  #feature-brand-etos .mgt-sp--50 {
    margin-top: calc(50 / var(--design-width) * 100vw) !important;
  }
  #feature-brand-etos .mgt-sp--55 {
    margin-top: calc(55 / var(--design-width) * 100vw) !important;
  }
  #feature-brand-etos .mgt-sp--60 {
    margin-top: calc(60 / var(--design-width) * 100vw) !important;
  }
  #feature-brand-etos .mgt-sp--65 {
    margin-top: calc(65 / var(--design-width) * 100vw) !important;
  }
  #feature-brand-etos .mgt-sp--70 {
    margin-top: calc(70 / var(--design-width) * 100vw) !important;
  }
  #feature-brand-etos .mgt-sp--75 {
    margin-top: calc(75 / var(--design-width) * 100vw) !important;
  }
  #feature-brand-etos .mgt-sp--80 {
    margin-top: calc(80 / var(--design-width) * 100vw) !important;
  }
  #feature-brand-etos .mgt-sp--85 {
    margin-top: calc(85 / var(--design-width) * 100vw) !important;
  }
  #feature-brand-etos .mgt-sp--90 {
    margin-top: calc(90 / var(--design-width) * 100vw) !important;
  }
  #feature-brand-etos .mgt-sp--95 {
    margin-top: calc(95 / var(--design-width) * 100vw) !important;
  }
  #feature-brand-etos .mgt-sp--100 {
    margin-top: calc(100 / var(--design-width) * 100vw) !important;
  }
  #feature-brand-etos .mgt-sp--105 {
    margin-top: calc(105 / var(--design-width) * 100vw) !important;
  }
  #feature-brand-etos .mgt-sp--110 {
    margin-top: calc(110 / var(--design-width) * 100vw) !important;
  }
  #feature-brand-etos .mgt-sp--115 {
    margin-top: calc(115 / var(--design-width) * 100vw) !important;
  }
  #feature-brand-etos .mgt-sp--120 {
    margin-top: calc(120 / var(--design-width) * 100vw) !important;
  }
  #feature-brand-etos .mgt-sp--125 {
    margin-top: calc(125 / var(--design-width) * 100vw) !important;
  }
  #feature-brand-etos .mgt-sp--130 {
    margin-top: calc(130 / var(--design-width) * 100vw) !important;
  }
  #feature-brand-etos .mgt-sp--135 {
    margin-top: calc(135 / var(--design-width) * 100vw) !important;
  }
  #feature-brand-etos .mgt-sp--140 {
    margin-top: calc(140 / var(--design-width) * 100vw) !important;
  }
  #feature-brand-etos .mgt-sp--145 {
    margin-top: calc(145 / var(--design-width) * 100vw) !important;
  }
  #feature-brand-etos .mgt-sp--150 {
    margin-top: calc(150 / var(--design-width) * 100vw) !important;
  }
  #feature-brand-etos .mgt-sp--155 {
    margin-top: calc(155 / var(--design-width) * 100vw) !important;
  }
  #feature-brand-etos .mgt-sp--160 {
    margin-top: calc(160 / var(--design-width) * 100vw) !important;
  }
  #feature-brand-etos .mgt-sp--165 {
    margin-top: calc(165 / var(--design-width) * 100vw) !important;
  }
  #feature-brand-etos .mgt-sp--170 {
    margin-top: calc(170 / var(--design-width) * 100vw) !important;
  }
  #feature-brand-etos .mgt-sp--175 {
    margin-top: calc(175 / var(--design-width) * 100vw) !important;
  }
  #feature-brand-etos .mgt-sp--180 {
    margin-top: calc(180 / var(--design-width) * 100vw) !important;
  }
  #feature-brand-etos .mgt-sp--185 {
    margin-top: calc(185 / var(--design-width) * 100vw) !important;
  }
  #feature-brand-etos .mgt-sp--190 {
    margin-top: calc(190 / var(--design-width) * 100vw) !important;
  }
  #feature-brand-etos .mgt-sp--195 {
    margin-top: calc(195 / var(--design-width) * 100vw) !important;
  }
  #feature-brand-etos .mgt-sp--200 {
    margin-top: calc(200 / var(--design-width) * 100vw) !important;
  }
  #feature-brand-etos .mgt-sp--205 {
    margin-top: calc(205 / var(--design-width) * 100vw) !important;
  }
  #feature-brand-etos .mgt-sp--210 {
    margin-top: calc(210 / var(--design-width) * 100vw) !important;
  }
  #feature-brand-etos .mgt-sp--215 {
    margin-top: calc(215 / var(--design-width) * 100vw) !important;
  }
  #feature-brand-etos .mgt-sp--220 {
    margin-top: calc(220 / var(--design-width) * 100vw) !important;
  }
  #feature-brand-etos .mgt-sp--225 {
    margin-top: calc(225 / var(--design-width) * 100vw) !important;
  }
  #feature-brand-etos .mgt-sp--230 {
    margin-top: calc(230 / var(--design-width) * 100vw) !important;
  }
  #feature-brand-etos .mgt-sp--235 {
    margin-top: calc(235 / var(--design-width) * 100vw) !important;
  }
  #feature-brand-etos .mgt-sp--240 {
    margin-top: calc(240 / var(--design-width) * 100vw) !important;
  }
  #feature-brand-etos .mgt-sp--245 {
    margin-top: calc(245 / var(--design-width) * 100vw) !important;
  }
  #feature-brand-etos .mgt-sp--250 {
    margin-top: calc(250 / var(--design-width) * 100vw) !important;
  }
}
#feature-brand-etos {
  /* ---------------------------------------------
  *   margin-bottom
  --------------------------------------------- */
}
#feature-brand-etos .mgb-pc--0 {
  margin-bottom: 0 !important;
}
#feature-brand-etos .mgb-pc--5 {
  margin-bottom: 5px !important;
}
#feature-brand-etos .mgb-pc--10 {
  margin-bottom: 10px !important;
}
#feature-brand-etos .mgb-pc--15 {
  margin-bottom: 15px !important;
}
#feature-brand-etos .mgb-pc--20 {
  margin-bottom: 20px !important;
}
#feature-brand-etos .mgb-pc--25 {
  margin-bottom: 25px !important;
}
#feature-brand-etos .mgb-pc--30 {
  margin-bottom: 30px !important;
}
#feature-brand-etos .mgb-pc--35 {
  margin-bottom: 35px !important;
}
#feature-brand-etos .mgb-pc--40 {
  margin-bottom: 40px !important;
}
#feature-brand-etos .mgb-pc--45 {
  margin-bottom: 45px !important;
}
#feature-brand-etos .mgb-pc--50 {
  margin-bottom: 50px !important;
}
#feature-brand-etos .mgb-pc--55 {
  margin-bottom: 55px !important;
}
#feature-brand-etos .mgb-pc--60 {
  margin-bottom: 60px !important;
}
#feature-brand-etos .mgb-pc--65 {
  margin-bottom: 65px !important;
}
#feature-brand-etos .mgb-pc--70 {
  margin-bottom: 70px !important;
}
#feature-brand-etos .mgb-pc--75 {
  margin-bottom: 75px !important;
}
#feature-brand-etos .mgb-pc--80 {
  margin-bottom: 80px !important;
}
#feature-brand-etos .mgb-pc--85 {
  margin-bottom: 85px !important;
}
#feature-brand-etos .mgb-pc--90 {
  margin-bottom: 90px !important;
}
#feature-brand-etos .mgb-pc--95 {
  margin-bottom: 95px !important;
}
#feature-brand-etos .mgb-pc--100 {
  margin-bottom: 100px !important;
}
#feature-brand-etos .mgb-pc--105 {
  margin-bottom: 105px !important;
}
#feature-brand-etos .mgb-pc--110 {
  margin-bottom: 110px !important;
}
#feature-brand-etos .mgb-pc--115 {
  margin-bottom: 115px !important;
}
#feature-brand-etos .mgb-pc--120 {
  margin-bottom: 120px !important;
}
#feature-brand-etos .mgb-pc--125 {
  margin-bottom: 125px !important;
}
#feature-brand-etos .mgb-pc--130 {
  margin-bottom: 130px !important;
}
#feature-brand-etos .mgb-pc--135 {
  margin-bottom: 135px !important;
}
#feature-brand-etos .mgb-pc--140 {
  margin-bottom: 140px !important;
}
#feature-brand-etos .mgb-pc--145 {
  margin-bottom: 145px !important;
}
#feature-brand-etos .mgb-pc--150 {
  margin-bottom: 150px !important;
}
#feature-brand-etos .mgb-pc--155 {
  margin-bottom: 155px !important;
}
#feature-brand-etos .mgb-pc--160 {
  margin-bottom: 160px !important;
}
#feature-brand-etos .mgb-pc--165 {
  margin-bottom: 165px !important;
}
#feature-brand-etos .mgb-pc--170 {
  margin-bottom: 170px !important;
}
#feature-brand-etos .mgb-pc--175 {
  margin-bottom: 175px !important;
}
#feature-brand-etos .mgb-pc--180 {
  margin-bottom: 180px !important;
}
#feature-brand-etos .mgb-pc--185 {
  margin-bottom: 185px !important;
}
#feature-brand-etos .mgb-pc--190 {
  margin-bottom: 190px !important;
}
#feature-brand-etos .mgb-pc--195 {
  margin-bottom: 195px !important;
}
#feature-brand-etos .mgb-pc--200 {
  margin-bottom: 200px !important;
}
#feature-brand-etos .mgb-pc--205 {
  margin-bottom: 205px !important;
}
#feature-brand-etos .mgb-pc--210 {
  margin-bottom: 210px !important;
}
#feature-brand-etos .mgb-pc--215 {
  margin-bottom: 215px !important;
}
#feature-brand-etos .mgb-pc--220 {
  margin-bottom: 220px !important;
}
#feature-brand-etos .mgb-pc--225 {
  margin-bottom: 225px !important;
}
#feature-brand-etos .mgb-pc--230 {
  margin-bottom: 230px !important;
}
#feature-brand-etos .mgb-pc--235 {
  margin-bottom: 235px !important;
}
#feature-brand-etos .mgb-pc--240 {
  margin-bottom: 240px !important;
}
#feature-brand-etos .mgb-pc--245 {
  margin-bottom: 245px !important;
}
#feature-brand-etos .mgb-pc--250 {
  margin-bottom: 250px !important;
}
@media screen and (max-width: 768px) {
  #feature-brand-etos .mgb-sp--0 {
    margin-bottom: 0 !important;
  }
  #feature-brand-etos .mgb-sp--5 {
    margin-bottom: calc(5 / var(--design-width) * 100vw) !important;
  }
  #feature-brand-etos .mgb-sp--10 {
    margin-bottom: calc(10 / var(--design-width) * 100vw) !important;
  }
  #feature-brand-etos .mgb-sp--15 {
    margin-bottom: calc(15 / var(--design-width) * 100vw) !important;
  }
  #feature-brand-etos .mgb-sp--20 {
    margin-bottom: calc(20 / var(--design-width) * 100vw) !important;
  }
  #feature-brand-etos .mgb-sp--25 {
    margin-bottom: calc(25 / var(--design-width) * 100vw) !important;
  }
  #feature-brand-etos .mgb-sp--30 {
    margin-bottom: calc(30 / var(--design-width) * 100vw) !important;
  }
  #feature-brand-etos .mgb-sp--35 {
    margin-bottom: calc(35 / var(--design-width) * 100vw) !important;
  }
  #feature-brand-etos .mgb-sp--40 {
    margin-bottom: calc(40 / var(--design-width) * 100vw) !important;
  }
  #feature-brand-etos .mgb-sp--45 {
    margin-bottom: calc(45 / var(--design-width) * 100vw) !important;
  }
  #feature-brand-etos .mgb-sp--50 {
    margin-bottom: calc(50 / var(--design-width) * 100vw) !important;
  }
  #feature-brand-etos .mgb-sp--55 {
    margin-bottom: calc(55 / var(--design-width) * 100vw) !important;
  }
  #feature-brand-etos .mgb-sp--60 {
    margin-bottom: calc(60 / var(--design-width) * 100vw) !important;
  }
  #feature-brand-etos .mgb-sp--65 {
    margin-bottom: calc(65 / var(--design-width) * 100vw) !important;
  }
  #feature-brand-etos .mgb-sp--70 {
    margin-bottom: calc(70 / var(--design-width) * 100vw) !important;
  }
  #feature-brand-etos .mgb-sp--75 {
    margin-bottom: calc(75 / var(--design-width) * 100vw) !important;
  }
  #feature-brand-etos .mgb-sp--80 {
    margin-bottom: calc(80 / var(--design-width) * 100vw) !important;
  }
  #feature-brand-etos .mgb-sp--85 {
    margin-bottom: calc(85 / var(--design-width) * 100vw) !important;
  }
  #feature-brand-etos .mgb-sp--90 {
    margin-bottom: calc(90 / var(--design-width) * 100vw) !important;
  }
  #feature-brand-etos .mgb-sp--95 {
    margin-bottom: calc(95 / var(--design-width) * 100vw) !important;
  }
  #feature-brand-etos .mgb-sp--100 {
    margin-bottom: calc(100 / var(--design-width) * 100vw) !important;
  }
  #feature-brand-etos .mgb-sp--105 {
    margin-bottom: calc(105 / var(--design-width) * 100vw) !important;
  }
  #feature-brand-etos .mgb-sp--110 {
    margin-bottom: calc(110 / var(--design-width) * 100vw) !important;
  }
  #feature-brand-etos .mgb-sp--115 {
    margin-bottom: calc(115 / var(--design-width) * 100vw) !important;
  }
  #feature-brand-etos .mgb-sp--120 {
    margin-bottom: calc(120 / var(--design-width) * 100vw) !important;
  }
  #feature-brand-etos .mgb-sp--125 {
    margin-bottom: calc(125 / var(--design-width) * 100vw) !important;
  }
  #feature-brand-etos .mgb-sp--130 {
    margin-bottom: calc(130 / var(--design-width) * 100vw) !important;
  }
  #feature-brand-etos .mgb-sp--135 {
    margin-bottom: calc(135 / var(--design-width) * 100vw) !important;
  }
  #feature-brand-etos .mgb-sp--140 {
    margin-bottom: calc(140 / var(--design-width) * 100vw) !important;
  }
  #feature-brand-etos .mgb-sp--145 {
    margin-bottom: calc(145 / var(--design-width) * 100vw) !important;
  }
  #feature-brand-etos .mgb-sp--150 {
    margin-bottom: calc(150 / var(--design-width) * 100vw) !important;
  }
  #feature-brand-etos .mgb-sp--155 {
    margin-bottom: calc(155 / var(--design-width) * 100vw) !important;
  }
  #feature-brand-etos .mgb-sp--160 {
    margin-bottom: calc(160 / var(--design-width) * 100vw) !important;
  }
  #feature-brand-etos .mgb-sp--165 {
    margin-bottom: calc(165 / var(--design-width) * 100vw) !important;
  }
  #feature-brand-etos .mgb-sp--170 {
    margin-bottom: calc(170 / var(--design-width) * 100vw) !important;
  }
  #feature-brand-etos .mgb-sp--175 {
    margin-bottom: calc(175 / var(--design-width) * 100vw) !important;
  }
  #feature-brand-etos .mgb-sp--180 {
    margin-bottom: calc(180 / var(--design-width) * 100vw) !important;
  }
  #feature-brand-etos .mgb-sp--185 {
    margin-bottom: calc(185 / var(--design-width) * 100vw) !important;
  }
  #feature-brand-etos .mgb-sp--190 {
    margin-bottom: calc(190 / var(--design-width) * 100vw) !important;
  }
  #feature-brand-etos .mgb-sp--195 {
    margin-bottom: calc(195 / var(--design-width) * 100vw) !important;
  }
  #feature-brand-etos .mgb-sp--200 {
    margin-bottom: calc(200 / var(--design-width) * 100vw) !important;
  }
  #feature-brand-etos .mgb-sp--205 {
    margin-bottom: calc(205 / var(--design-width) * 100vw) !important;
  }
  #feature-brand-etos .mgb-sp--210 {
    margin-bottom: calc(210 / var(--design-width) * 100vw) !important;
  }
  #feature-brand-etos .mgb-sp--215 {
    margin-bottom: calc(215 / var(--design-width) * 100vw) !important;
  }
  #feature-brand-etos .mgb-sp--220 {
    margin-bottom: calc(220 / var(--design-width) * 100vw) !important;
  }
  #feature-brand-etos .mgb-sp--225 {
    margin-bottom: calc(225 / var(--design-width) * 100vw) !important;
  }
  #feature-brand-etos .mgb-sp--230 {
    margin-bottom: calc(230 / var(--design-width) * 100vw) !important;
  }
  #feature-brand-etos .mgb-sp--235 {
    margin-bottom: calc(235 / var(--design-width) * 100vw) !important;
  }
  #feature-brand-etos .mgb-sp--240 {
    margin-bottom: calc(240 / var(--design-width) * 100vw) !important;
  }
  #feature-brand-etos .mgb-sp--245 {
    margin-bottom: calc(245 / var(--design-width) * 100vw) !important;
  }
  #feature-brand-etos .mgb-sp--250 {
    margin-bottom: calc(250 / var(--design-width) * 100vw) !important;
  }
}
