@charset "UTF-8";
@media screen and (min-width: 769px) {
  .view--pc {
    display: block;
  }
  .view--sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .view--pc {
    display: none;
  }
  .view--sp {
    display: block;
  }
}
.page div, .page span, .page applet, .page object, .page iframe,
.page h1, .page h2, .page h3, .page h4, .page h5, .page h6, .page p,
.page blockquote, .page pre, .page a, .page abbr, .page acronym, .page address,
.page big, .page cite, .page code, .page del, .page dfn, .page em, .page img, .page ins, .page kbd, .page q, .page s, .page samp, .page small, .page strike, .page strong, .page sub, .page sup, .page tt, .page var, .page b, .page u, .page i, .page center,
.page dl, .page dt, .page dd, .page ol, .page ul, .page li,
.page fieldset, .page form, .page label, .page legend,
.page table, .page caption, .page tbody, .page tfoot, .page thead, .page tr, .page th, .page td,
.page article, .page aside, .page canvas, .page details, .page embed, .page figure, .page figcaption, .page footer, .page header, .page hgroup,
.page menu, .page nav, .page output, .page ruby, .page section, .page summary, .page time, .page mark, .page audio, .page video, .page picture {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.page article, .page aside, .page details, .page figcaption, .page figure, .page footer, .page header, .page hgroup, .page menu, .page nav, .page section, .page summary, .page picture {
  display: block;
}
.page *, .page *:before, .page *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.page button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.l-wrap {
  overflow: initial;
}

.page {
  position: relative;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "メイリオ", sans-serif;
  font-size: 13px;
  line-height: 1.5;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .page {
    font-size: 3.4vw;
  }
}
.page a {
  display: inline-block;
}
@media screen and (min-width: 769px) {
  .page a {
    -webkit-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
  }
  .page a:hover {
    opacity: 0.6;
  }
}
.page span, .page small {
  vertical-align: baseline;
}
.page span {
  font-weight: bold;
}
.page img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.page h2 {
  font-size: 40px;
}
@media screen and (max-width: 990px) and (min-width: 769px) {
  .page h2 {
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  .page h2 {
    font-size: 6.3vw;
  }
}
.page h3 {
  font-size: 24px;
}
@media screen and (max-width: 990px) and (min-width: 769px) {
  .page h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .page h3 {
    font-size: 5.2vw;
  }
}
.page h2, .page h3 {
  font-weight: bold;
  text-align: center;
}

.page .c-btn {
  width: 400px;
  height: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #0B1565;
  border: 1px solid #0B1565;
  margin: 0 auto;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .page .c-btn {
    width: 68.8vw;
    height: 12vw;
    font-size: 3.6vw;
  }
}
.page .c-btn__box {
  text-align: center;
  font-size: 16px;
  margin: 0 auto 29px;
}
@media screen and (max-width: 768px) {
  .page .c-btn__box {
    font-size: 3.6vw;
    margin: 0 auto 7.7vw;
  }
}
.page .c-btn__box:last-child {
  margin-bottom: 0;
}
.page .c-btn__box p {
  font-weight: bold;
  margin: 0 auto 14px;
}
@media screen and (max-width: 768px) {
  .page .c-btn__box p {
    margin: 0 auto 3.5vw;
  }
}

.page .c-inner {
  width: 96%;
  max-width: 976px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page .c-inner {
    width: 89.6vw;
  }
}

.page {
  /* SP時 水平スクロール
  ------------------------*/
  /* Slick版
  ------------------------*/
}
.page .item__list {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page .item__list li {
  width: 190px;
  margin-right: 20px;
  margin-top: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
  font-size: 16px;
}
@media screen and (min-width: 769px) {
  .page .item__list li:nth-child(4n) {
    margin-right: 0;
  }
  .page .item__list li:nth-child(-n+4) {
    margin-top: 0;
  }
}
@media screen and (max-width: 990px) and (min-width: 769px) {
  .page .item__list li {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .page .item__list li {
    width: 42.1vw;
    margin-right: 2.6vw;
    margin-top: 6.5vw;
    font-size: 3.6vw;
  }
  .page .item__list li:nth-child(-n+2) {
    margin-top: 0;
  }
  .page .item__list li:nth-child(even) {
    margin-right: 0;
  }
}
.page .item__list li:last-child {
  margin-right: 0;
}
.page .item__list .stock_exist, .page .item__list .cartinbtn {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .page .item__list .stock_exist, .page .item__list .cartinbtn {
    padding: 2.3vw 1.3vw;
  }
}
.page .item__list .cartinbtn {
  background: #000;
  margin-top: 10px;
  padding: 7px 7px 9px;
}
@media screen and (max-width: 768px) {
  .page .item__list .cartinbtn {
    margin-top: 2.2vw;
    padding: 1.6vw 1.6vw 2.1vw;
  }
}
.page .item__list .item__list__img {
  margin: 0 auto 10px;
}
@media screen and (max-width: 768px) {
  .page .item__list .item__list__img {
    margin: 0 auto 1.3vw;
  }
}
.page .item__list .item__list__btn {
  display: inline-block;
  padding: 6px 16px;
  font-size: 13px;
  background: #00B9EE;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  margin: 10px auto 0;
}
@media screen and (max-width: 768px) {
  .page .item__list .item__list__btn {
    padding: 1.7vw 4.2vw;
    font-size: 3.4vw;
    border-radius: 1vw;
    margin: 3.6vw auto 0;
  }
}
.page .item__list .ajax_area .no_stock {
  display: none !important;
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .page .item__list .ajax_area .no_stock {
    font-size: 2.9vw;
  }
}
.page .item__list .item--name {
  margin: 0 0 5px;
}
@media screen and (max-width: 768px) {
  .page .item__list .item--name {
    margin: 0 0 0.7vw;
  }
  .page .item__list .item--name br {
    display: none;
  }
}
.page .item__list .item__list__id--none {
  pointer-events: none !important;
  text-align: center;
}
.page .item__list .item__list__id--none .item__list__text {
  display: none;
}
@media screen and (max-width: 768px) {
  .page .item__list--scroll {
    padding: 0 5.2vw;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    overflow-y: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .page .item__list--scroll::-webkit-scrollbar {
    display: none;
  }
  .page .item__list--scroll li {
    margin-top: 0;
  }
  .page .item__list--scroll li:nth-child(even) {
    margin-right: 2.6vw;
  }
  .page .item__list--scroll li:last-child::after {
    position: absolute;
    content: "";
    top: 0;
    left: 100%;
    height: 1px;
    width: 5.6vw;
    background-color: transparent;
  }
}
.page .item__list--slick {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page .item__list--slick {
    width: 89.6vw;
  }
}
.page .item__list--slick li {
  margin-top: 0 !important;
  margin-right: 20px !important;
}
@media screen and (max-width: 768px) {
  .page .item__list--slick li {
    margin: 0 2.6vw !important;
  }
}

/* kv
---------------------------*/
.page .kv {
  position: relative;
  margin: 0 auto 55px;
}
@media screen and (max-width: 768px) {
  .page .kv {
    margin: 0 auto 15.6vw;
  }
}
.page .kv h1 {
  min-width: 1920px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
}
@media screen and (max-width: 990px) and (min-width: 769px) {
  .page .kv h1 {
    min-width: 190vw;
  }
}
@media screen and (max-width: 768px) {
  .page .kv h1 {
    min-width: 100%;
  }
}
.page .kv h1 img {
  width: 100%;
  margin: auto;
}

/* about
---------------------------*/
.page .about {
  margin: 0 0 64px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .about {
    margin: 0 0 16.7vw;
  }
}
.page .about .about__heading {
  margin: 0 auto 59px;
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .page .about .about__heading {
    margin: 0 auto 15.6vw;
    font-size: 5.7vw;
  }
}
.page .about .about__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .page .about .about__list {
    width: 68.8vw;
    display: block;
    margin: 0 auto;
  }
}
.page .about .about__button {
  position: relative;
  width: 31.14%;
  margin: 0 3.27% 0 0;
}
@media screen and (max-width: 768px) {
  .page .about .about__button {
    width: 100%;
    margin: 0 auto 8.3vw;
  }
}
@media screen and (min-width: 769px) {
  .page .about .about__button:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .page .about .about__button:last-child {
    margin-bottom: 0;
  }
}
.page .about .about__button:after {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  position: absolute;
  bottom: 32px;
  right: 0;
  left: 0;
  margin: 0 auto;
  background-image: url("/ec/img/usr/pg/campaign/recruit-mens/icon_arrow_carrot-down.svg");
  background-size: 15px auto;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 768px) {
  .page .about .about__button:after {
    width: 8.3vw;
    height: 8.3vw;
    bottom: 8.3vw;
    background-size: 3.9vw auto;
  }
}
@media screen and (min-width: 769px) {
  .page .about .about__button:hover:after {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}
.page .about .about__button a {
  display: block;
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  padding: 22px 0 78px;
}
@media screen and (max-width: 768px) {
  .page .about .about__button a {
    font-size: 3.6vw;
    padding: 6.9vw 0 20.2vw;
  }
}
.page .about .about__button a span {
  display: block;
  font-size: 24px;
  color: #0B1565;
}
@media screen and (max-width: 990px) and (min-width: 769px) {
  .page .about .about__button a span {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .page .about .about__button a span {
    font-size: 5.2vw;
  }
}
.page .about .about__button--suit {
  background: rgba(0, 185, 238, 0.1);
}
.page .about .about__button--suit:after {
  background-color: #00B9EE;
}
.page .about .about__button--setup {
  background: rgba(218, 72, 109, 0.1);
}
.page .about .about__button--setup:after {
  background-color: #DA486D;
}
.page .about .about__button--business_casual {
  background: rgba(155, 203, 96, 0.1);
}
.page .about .about__button--business_casual:after {
  background-color: #9BCB60;
}

/* check
---------------------------*/
.page .check {
  background-color: #EDF5F8;
  margin: 0 auto 60px;
  padding: 60px 0 64px;
}
@media screen and (max-width: 768px) {
  .page .check {
    margin: 0 auto 15.6vw;
    padding: 16vw 0;
  }
}
@media screen and (max-width: 768px) {
  .page .check .c-inner {
    width: 100%;
  }
}
.page .check .check__heading {
  color: #0B1565;
  margin: -130px auto 24px;
  padding-top: 130px;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .page .check .check__heading {
    margin: -16vw auto 7vw;
    padding-top: 16vw;
  }
}
.page .check .check__heading small {
  display: block;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .page .check .check__heading small {
    font-size: 3.6vw;
  }
}
.page .check .check__top {
  text-align: center;
  margin: 0 auto 30px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .page .check .check__top {
    margin: 0 auto 7.8vw;
    font-size: 3.6vw;
  }
}
.page .check .check__contents {
  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) {
  .page .check .check__contents {
    display: block;
  }
}
.page .check .check__mv {
  width: 31.14%;
  margin: 0 3.27% 0 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 990px) and (min-width: 769px) {
  .page .check .check__mv {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .page .check .check__mv {
    width: 59.4vw;
    margin: 0 auto 8.3vw;
  }
}
.page .check .check__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 768px) {
  .page .check .check__list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: scroll;
    padding: 0 2.1vw;
  }
}
.page .check .check__item {
  width: 30.62%;
  margin: 10px 4% 0 0;
}
@media screen and (min-width: 769px) {
  .page .check .check__item:nth-child(3n) {
    margin-right: 0;
  }
  .page .check .check__item:nth-child(-n+3) {
    margin-top: 0;
  }
}
@media screen and (max-width: 990px) and (min-width: 769px) {
  .page .check .check__item {
    width: 32%;
    margin: 15px 2% 0 0;
  }
}
@media screen and (max-width: 768px) {
  .page .check .check__item {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 60.4vw;
    margin: 0 3.1vw 0 0;
    padding: 2.1vw 0 0 3.1vw;
  }
}
.page .check .check__img {
  position: relative;
  margin: 0 0 5px;
}
@media screen and (max-width: 768px) {
  .page .check .check__img {
    margin: 0 0 1.3vw;
  }
}
.page .check .check__title {
  color: #0B1565;
  font-weight: bold;
  font-size: 16px;
  margin: 0;
}
@media screen and (max-width: 990px) and (min-width: 769px) {
  .page .check .check__title {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .page .check .check__title {
    font-size: 3.6vw;
    margin: 0 0 0.8vw;
  }
}
@media screen and (max-width: 990px) and (min-width: 769px) {
  .page .check .check__text {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .page .check .check__text {
    font-size: 3.4vw;
  }
}
.page .check .check__item__heading {
  position: absolute;
  top: -8px;
  left: -8.1%;
  z-index: 2;
  width: 20.4%;
}
@media screen and (max-width: 768px) {
  .page .check .check__item__heading {
    top: -2.1vw;
    left: -3.1vw;
    width: 11.5vw;
  }
}

/* door
---------------------------*/
.page .door {
  margin: 0 auto 64px;
}
@media screen and (max-width: 768px) {
  .page .door {
    margin: 0 auto 16.7vw;
  }
}
.page .door .door__title {
  margin: 0 auto 28px;
}
@media screen and (max-width: 768px) {
  .page .door .door__title {
    margin: 0 auto 7.6vw;
  }
}
.page .door .door__section {
  width: 100%;
  max-width: 640px;
  margin: 0 auto 55px;
}
@media screen and (max-width: 768px) {
  .page .door .door__section {
    max-width: 100%;
    margin: 0 auto 15vw;
  }
}
.page .door .door__section:last-child {
  margin-bottom: 0;
}
.page .door .door__img {
  text-align: center;
}
.page .door .door__img p {
  margin: 14px auto 0;
}
@media screen and (max-width: 768px) {
  .page .door .door__img p {
    margin: 3.8vw auto 0;
  }
}

/* style
---------------------------*/
.page .style {
  margin: 0 auto 60px;
}
@media screen and (max-width: 768px) {
  .page .style {
    margin: 0 auto 15.8vw;
  }
}
.page .style .style__section {
  padding: 50px 0 64px;
}
@media screen and (max-width: 768px) {
  .page .style .style__section {
    padding: 15vw 0 16.7vw;
  }
}
.page .style .style__heading {
  text-align: center;
  margin: 0 auto 28px;
  color: #0B1565;
}
@media screen and (max-width: 768px) {
  .page .style .style__heading {
    margin: 0 auto 7.4vw;
  }
}
.page .style .style__heading span {
  display: block;
  border-top: 1px solid #0B1565;
  border-bottom: 1px solid #0B1565;
  font-size: 16px;
  font-weight: bold;
  margin: 10px auto 0;
  padding: 12px 0;
}
@media screen and (max-width: 768px) {
  .page .style .style__heading span {
    font-size: 3.6vw;
    margin: 2.6vw auto 0;
    padding: 3.3vw 0;
    border-top: 0.3vw solid #0B1565;
    border-bottom: 0.3vw solid #0B1565;
  }
}
.page .style .style__title {
  text-align: center;
  color: #0B1565;
  margin: 0 auto 24px;
}
@media screen and (max-width: 768px) {
  .page .style .style__title {
    margin: 0 auto 7.6vw;
  }
}
.page .style .style__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto 50px;
}
@media screen and (min-width: 769px) {
  .page .style .style__contents:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .page .style .style__contents:nth-child(even) .style__mv {
    margin: 0 8.6% 0 11.9%;
  }
}
@media screen and (min-width: 769px) and (max-width: 990px) and (min-width: 769px) {
  .page .style .style__contents:nth-child(even) .style__mv {
    margin: 0 0 0 2%;
  }
}
@media screen and (min-width: 769px) and (max-width: 990px) and (min-width: 769px) {
  .page .style .style__contents:nth-child(even) .style__product {
    margin: 0 0 0 3%;
  }
}
@media screen and (max-width: 768px) {
  .page .style .style__contents {
    display: block;
    margin: 0 auto 16.7vw;
  }
}
.page .style .style__contents:last-child {
  margin-bottom: 0;
}
.page .style .style__mv {
  width: 31.14%;
  margin: 0 11.9% 0 8.6%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 990px) and (min-width: 769px) {
  .page .style .style__mv {
    width: 40%;
    margin: 0 5% 0 0;
  }
}
@media screen and (max-width: 768px) {
  .page .style .style__mv {
    width: 59.4vw;
    margin: 0 auto 8.3vw;
  }
}
.page .style .style__product {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.page .style .style__product .item__list {
  display: block;
}
.page .style .style__product .item__list li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  margin: 0 0 16px;
}
@media screen and (max-width: 768px) {
  .page .style .style__product .item__list li {
    margin: 0 0 4.2vw;
  }
}
.page .style .style__product .item__list li:last-child {
  margin-bottom: 0;
}
.page .style .style__product .item__list li .stock_exist, .page .style .style__product .item__list li .cartinbtn {
  display: none;
}
.page .style .style__product .item__list li .item__list__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 144px;
  margin: 0 16px 0 0;
}
@media screen and (max-width: 990px) and (min-width: 769px) {
  .page .style .style__product .item__list li .item__list__img {
    width: 110px;
  }
}
@media screen and (max-width: 768px) {
  .page .style .style__product .item__list li .item__list__img {
    width: 20.4vw;
    margin: 0 4.6vw 0 0;
  }
}
.page .style .style__product .item__list li .item__list__img a {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 122%;
  overflow: hidden;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .page .style .style__product .item__list li .item__list__img a {
    padding-top: 124%;
  }
}
.page .style .style__product .item__list li .item__list__img img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  height: 100%;
  max-height: 100%;
  width: auto;
  width: initial;
}
.page .style .style__product .item__list .item__list__id--none .item__list__img a {
  background: #CCC;
}
.page .style .style__section--suit {
  background-color: rgba(0, 185, 238, 0.1);
}
.page .style .style__section--setup {
  background-color: rgba(218, 72, 109, 0.1);
}
.page .style .style__section--setup .item__list__btn {
  background: #DA486D;
}
.page .style .style__section--business_casual {
  background-color: rgba(155, 203, 96, 0.1);
}
.page .style .style__section--business_casual .item__list__btn {
  background: #9BCB60;
}

/* banner
---------------------------*/
.page .banner .banner__section {
  width: 100%;
  margin: 0 auto 60px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .banner .banner__section {
    margin: 0 auto 15.8vw;
  }
}
.page .banner .banner__section:last-child {
  margin-bottom: 0;
}
.page .banner .banner__section a {
  max-width: 640px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page .banner .banner__section a {
    max-width: 100%;
  }
}
.page .banner .banner__section h3 {
  font-weight: bold;
  margin: 0 auto 28px;
}
@media screen and (max-width: 768px) {
  .page .banner .banner__section h3 {
    margin: 0 auto 7.6vw;
  }
}
.page .banner .banner__section--small a {
  max-width: 336px;
}
@media screen and (max-width: 768px) {
  .page .banner .banner__section--small a {
    max-width: 47.1vw;
  }
}