.new-banner {
  font-family: "untitled-sans", sans-serif;
  font-weight: 400;
  background: #fbfbfa;
  letter-spacing: 0.5px;
  line-height: 18px;
  font-size: 13px;
  width: 100%;
  touch-action: manipulation;
}
.new-banner img {
  max-width: 100%;
  border: none;
  overflow: hidden;
  height: auto;
  display: block;
}
.new-banner a {
  text-decoration: none;
  color: inherit;
  transition: none;
  -webkit-tap-highlight-color: transparent;
}
.new-banner a:hover {
  opacity: 1;
}
.new-banner a img {
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.new-banner a img.is-active {
  transform: scale(1.03);
  transition: transform 0.1s ease-out;
  will-change: transform;
}
@media (hover: hover) and (pointer: fine) {
  .new-banner a img:hover {
    transform: scale(1.013);
    transition: transform 0.2s ease-out;
  }
}
.new-banner .common__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 2650px;
  padding-left: 0;
  padding-right: 0;
}
.new-banner p {
  font-family: "noto-sans";
}
.new-banner p span {
  display: inline-block;
}
.new-banner button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: 0 0;
  border: 0;
  border-radius: 0;
  color: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  cursor: pointer;
  transition: none;
}
.new-banner button:hover {
  opacity: 1;
}
.new-banner figure {
  margin: 0;
}

.new-banner .new-banner__inner {
  padding-top: 4px;
  padding-bottom: 4px;
}
.new-banner .new-banner__inner .l-grid_layout-content {
  display: grid;
  grid-template-columns: [grid-start] repeat(6, 1fr) [grid-end];
  grid-gap: 9px;
}
.new-banner .new-banner__inner .l-grid_layout-content.m-hide_gutters {
  grid-gap: 0;
}
.new-banner .new-banner__inner .l-grid_layout-content.m-small_gutters {
  grid-gap: 4px;
}
@media screen and (min-width: 768px) {
  .new-banner .new-banner__inner .l-grid_layout-content {
    grid-template-columns: [grid-start] repeat(12, 1fr) [grid-end];
    grid-gap: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .new-banner .new-banner__inner .l-grid_layout-content {
    grid-gap: 20px;
  }
}
.new-banner .new-banner__inner .l-grid_layout-content .l-grid_layout-item {
  align-self: auto;
  grid-column: span 6;
}
@media screen and (min-width: 768px) {
  .new-banner .new-banner__inner .l-grid_layout-content .l-grid_layout-item {
    grid-column: span 12;
  }
}
.new-banner .new-banner__inner .l-grid_layout-content .l-grid_layout-item.m-sm_6 {
  grid-column: span 6;
}
@media screen and (min-width: 768px) {
  .new-banner .new-banner__inner .l-grid_layout-content .l-grid_layout-item.m-md_4 {
    grid-column: span 4;
  }
}
.new-banner .new-banner__inner .l-grid_layout-content .l-grid_layout-item.m-md_3 {
  grid-column: span 3;
}
@media screen and (min-width: 768px) {
  .new-banner .new-banner__inner .l-grid_layout-content .l-grid_layout-item.rev-content {
    order: -1;
  }
}
.new-banner .new-banner__inner .l-grid_layout-content .l-grid_layout-item .l-grid_layout-item_in {
  display: flex;
}
.new-banner .new-banner__inner .l-grid_layout-content .l-grid_layout-item .l-grid_layout-item_in:only-child {
  height: 100%;
}
.new-banner .new-banner__inner .b-banner {
  display: flex;
  width: 100%;
  align-items: start;
}
.new-banner .new-banner__inner .b-banner .b-promo_box {
  display: grid;
  grid-template-columns: [grid-start] repeat(6, 1fr) [grid-end];
  width: 100%;
  grid-gap: 0;
}
.new-banner .new-banner__inner .b-banner .b-promo_box .b-promo_box-picture {
  display: block;
  height: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
  grid-column: grid-start/grid-end;
  grid-row: 1/2;
  padding-bottom: var(--bg-padding-mb, var(--bg-padding));
}
@media screen and (min-width: 768px) {
  .new-banner .new-banner__inner .b-banner .b-promo_box .b-promo_box-picture {
    padding-bottom: var(--bg-padding);
  }
}
.new-banner .new-banner__inner .b-banner .b-promo_box .b-promo_box-picture img {
  bottom: 0;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  -o-object-position: var(--img-obj-position-mb, 50% 50%);
     object-position: var(--img-obj-position-mb, 50% 50%);
}
@media screen and (min-width: 768px) {
  .new-banner .new-banner__inner .b-banner .b-promo_box .b-promo_box-picture img {
    -o-object-position: var(--img-obj-position, 50% 50%);
       object-position: var(--img-obj-position, 50% 50%);
  }
}
.new-banner .new-banner__inner .b-banner .b-promo_box-caption {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  padding: 40px 12px;
  grid-column: grid-start/grid-end;
  grid-row: 1/2;
  justify-content: center;
  align-self: center;
}
@media screen and (min-width: 1024px) {
  .new-banner .new-banner__inner .b-banner .b-promo_box-caption {
    padding: 0 8%;
    justify-content: flex-end;
    align-items: flex-end;
  }
}
.new-banner .new-banner__inner .b-banner .b-promo_box-caption .b-banner-content {
  width: 100%;
  max-width: 100%;
  position: relative;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .new-banner .new-banner__inner .b-banner .b-promo_box-caption .b-banner-content {
    justify-content: flex-end;
    align-items: end;
  }
}
.new-banner .new-banner__inner .b-banner .b-promo_box-caption .b-banner-content .b-text_block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .new-banner .new-banner__inner .b-banner .b-promo_box-caption .b-banner-content .b-text_block {
    align-items: start;
  }
}
.new-banner .new-banner__inner .b-banner .b-promo_box-caption .b-banner-content h2,
.new-banner .new-banner__inner .b-banner .b-promo_box-caption .b-banner-content p {
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .new-banner .new-banner__inner .b-banner .b-promo_box-caption .b-banner-content h2,
  .new-banner .new-banner__inner .b-banner .b-promo_box-caption .b-banner-content p {
    text-align: left;
  }
}
.new-banner .new-banner__inner .b-banner .b-promo_box-caption .b-banner-content h2 {
  padding-bottom: 8px;
  line-height: 1.5;
  font-size: clamp(32px, 5vw, 4rem);
  font-weight: 500;
  font-family: "untitled-sans", sans-serif;
}
.new-banner .new-banner__inner .b-banner .b-promo_box-caption .b-banner-content p {
  line-height: 1.7;
}
@media screen and (min-width: 1024px) {
  .new-banner .new-banner__inner .b-banner .b-promo_box-caption .b-banner-content p {
    font-size: 16px;
    letter-spacing: 1.5px;
  }
}
.new-banner .new-banner__inner .b-banner .b-promo_box-caption .b-banner-content .text-tile-link {
  width: auto;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  display: inline-block;
  position: relative;
  text-align: center;
  pointer-events: all;
  font-family: "untitled-sans", sans-serif;
  font-size: 13px;
  line-height: 1.5;
  margin-top: 30px;
}
@media screen and (min-width: 1024px) {
  .new-banner .new-banner__inner .b-banner .b-promo_box-caption .b-banner-content .text-tile-link {
    margin-left: 6px;
    font-size: 16px;
  }
}
.new-banner .new-banner__inner .b-banner .b-promo_box-caption .b-banner-content .text-tile-link::before {
  content: "";
  position: absolute;
  border-bottom: 1px solid #fff;
  height: 1px;
  left: 0;
  margin-top: 0.4em;
  right: 0;
  top: 50%;
  transition: opacity 0.2s ease-in;
  opacity: 1;
}
@media (hover: hover) and (pointer: fine) {
  .new-banner .new-banner__inner .b-banner .b-promo_box-caption .b-banner-content .text-tile-link::before {
    opacity: 0;
  }
  .new-banner .new-banner__inner .b-banner .b-promo_box-caption .b-banner-content .text-tile-link:hover::before {
    opacity: 1;
  }
}
.new-banner .new-banner__inner .b-banner .b-promo_box-caption .b-banner-content .text-tile-link.is-active {
  transition: opacity 0.1s ease-in;
}
.new-banner .new-banner__inner .b-banner .b-promo_box-caption .b-banner-content .text-tile-link.is-active::before {
  opacity: 1;
}/*# sourceMappingURL=B_Gender-New_260227.css.map */