@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;
  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;
  -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 {
  overflow: hidden;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "メイリオ", sans-serif;
  font-size: 14px;
  line-height: 1.78;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .page {
    font-size: 3.3vw;
    line-height: 1.6;
  }
}
.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 small {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .page small {
    font-size: 2.3vw;
  }
}
.page img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.page section {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .page section {
    margin-bottom: 15.6vw;
  }
}
.page section:last-child {
  margin-bottom: 0;
}
.page section > div {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .page section > div {
    margin-bottom: 10.4vw;
  }
}
.page section > div:last-child {
  margin-bottom: 0;
}
.page h2, .page h3 {
  font-weight: bold;
  line-height: 1.5;
}
.page h2 {
  font-size: 30px;
  text-align: center;
  margin: 0 auto 30px;
}
@media screen and (max-width: 768px) {
  .page h2 {
    font-size: 4.6vw;
    margin: 0 auto 3.9vw;
  }
}
.page h3 {
  font-size: 30px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 768px) {
  .page h3 {
    font-size: 5.2vw;
    margin: 0 auto 3.9vw;
  }
}

.page .c-voice {
  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;
  width: 96%;
  max-width: 664px;
  margin: 0 auto 35px;
}
@media screen and (max-width: 768px) {
  .page .c-voice {
    display: block;
    width: 89.6vw;
    max-width: 100%;
    margin: 0 auto 5.2vw;
  }
}
.page .c-voice .c-voice__img {
  width: 90px;
  margin-right: 23px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .page .c-voice .c-voice__img {
    width: 18.5vw;
    margin: 0 auto 3.9vw;
  }
}
.page .c-voice .c-voice__text {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .c-voice .c-voice__text {
    padding: 0;
    text-align: left;
  }
}

.page .c-btn {
  position: relative;
  width: 84px;
  height: 25px;
  border-radius: 25px;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #000;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  line-height: 1;
}
@media screen and (max-width: 990px) and (min-width: 769px) {
  .page .c-btn {
    width: 70px;
    height: 20px;
  }
}
@media screen and (max-width: 768px) {
  .page .c-btn {
    width: 18.8vw;
    height: 4.7vw;
    border-radius: 4.7vw;
    padding: 0 1.3vw;
    font-size: 2.6vw;
  }
}

.page .c-inner {
  width: 96%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page .c-inner {
    width: 89.6vw;
  }
}

.page .c-imglink {
  position: relative;
}
.page .c-imglink a {
  position: absolute;
  top: 0;
  width: 50% !important;
  height: 100% !important;
  z-index: 2;
}
.page .c-imglink a:nth-child(1) {
  left: 0;
}
.page .c-imglink a:nth-child(2) {
  right: 0;
}
@media screen and (min-width: 769px) {
  .page .c-imglink a:hover {
    background: rgba(255, 255, 255, 0.4);
  }
}

.page .local-navi {
  margin: 0 auto 87px;
}
@media screen and (max-width: 768px) {
  .page .local-navi {
    margin: 0 auto 5.2vw;
  }
}
.page .local-navi .local-navi__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: 990px) and (min-width: 769px) {
  .page .local-navi .local-navi__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .page .local-navi .local-navi__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.page .local-navi .local-navi__item {
  width: 25%;
  margin-right: 1.7%;
  border-radius: 10px;
  background: #1A1311;
  color: #fff;
  background-image: url("/ec/img/usr/pg/campaign/newstandard/25ss/mens/icon-arrow_bottom.png");
  background-size: 11px auto;
  background-repeat: no-repeat;
  background-position: center right 15px;
}
@media screen and (max-width: 990px) and (min-width: 769px) {
  .page .local-navi .local-navi__item {
    margin-right: 2%;
    width: 33%;
    margin-top: 25px;
  }
}
@media screen and (max-width: 768px) {
  .page .local-navi .local-navi__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-grid-column-align: center;
        justify-self: center;
    width: 47.9%;
    margin: 3.3vw 3.6vw 0 0;
    -webkit-box-shadow: 0.4vw 0.4vw 2vw-0.7vw #9FB3B4;
            box-shadow: 0.4vw 0.4vw 2vw-0.7vw #9FB3B4;
    background-image: url("/ec/img/usr/pg/campaign/newstandard/25ss/mens/icon-arrow_bottom.png");
    background-size: 1.8vw auto;
    background-position: center right 2.6vw;
  }
  .page .local-navi .local-navi__item:nth-child(even) {
    margin-right: 0;
  }
  .page .local-navi .local-navi__item:nth-child(-n+2) {
    margin-top: 0;
  }
}
@media screen and (max-width: 990px) and (min-width: 769px) {
  .page .local-navi .local-navi__item:nth-child(2) {
    margin-right: 0;
  }
}
@media screen and (max-width: 990px) and (min-width: 769px) {
  .page .local-navi .local-navi__item:nth-child(-n+2) {
    margin-top: 0;
  }
}
.page .local-navi .local-navi__item:last-child {
  margin-right: 0;
}
.page .local-navi .local-navi__item a {
  display: block;
  font-size: 12px;
  font-weight: bold;
  padding: 13px 24px;
}
@media screen and (max-width: 990px) and (min-width: 769px) {
  .page .local-navi .local-navi__item a {
    padding: 15px 25px 15px 10px;
  }
}
@media screen and (max-width: 768px) {
  .page .local-navi .local-navi__item a {
    padding: 2.9vw 0 2.9vw 8vw;
    font-size: 2.6vw;
  }
}

.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;
  width: 96%;
  gap: 25px;
  max-width: 980px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page .item__list {
    width: 100%;
  }
}
.page .item__list li {
  width: 226px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .item__list li {
    width: 42.1vw;
    margin: 0 3.3vw;
  }
}
.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 {
    font-size: 2vw;
    line-height: 1.3;
    padding: 2vw 1.3vw;
  }
}
@media screen and (max-width: 768px) {
  .page .item__list .static_matrix_list {
    font-weight: 400;
    font-size: 2vw;
  }
}
.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__img a {
  display: block;
}
.page .item__list .item__list__img img {
  width: 100%;
}
.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;
} */

.page .slick-arrow {
  width: 22px;
  height: 38px;
  top: 44%;
  cursor: pointer;
  position: absolute;
  z-index: 10;
}
.page .slick-arrow.slick-disabled {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .page .slick-arrow {
    width: 2.6vw;
    height: 5.2vw;
  }
}
.page .next-arrow {
  right: -4%;
}
@media screen and (max-width: 990px) and (min-width: 769px) {
  .page .next-arrow {
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .page .next-arrow {
    right: 24%;
  }
}
.page .prev-arrow {
  left: -7%;
}
@media screen and (max-width: 990px) and (min-width: 769px) {
  .page .prev-arrow {
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .page .prev-arrow {
    left: 24%;
  }
}

.page .modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  text-align: center;
  background: rgba(0, 0, 0, 0.9);
  padding: 40px 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .page .modal-container {
    top: 50px;
    padding: 0;
  }
}
.page .modal-container:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.page .modal-container.active {
  opacity: 1;
  visibility: visible;
}
.page .modal-body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 980px;
  width: 90%;
  height: 100%;
  overflow: auto;
}
@media screen and (max-width: 768px) {
  .page .modal-body {
    padding: 5.2vw 0;
  }
}
.page .modal-close {
  position: absolute;
  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;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #000;
  cursor: pointer;
  overflow: auto;
}
@media screen and (max-width: 768px) {
  .page .modal-close {
    width: 4.6vw;
    height: 4.6vw;
    font-size: 4.6vw;
    top: 9.8vw;
    right: 3.9vw;
  }
}
.page .modal-content {
  background: #fff;
}

/* about
---------------------------*/
.page .about {
  background: #C7D5D8;
  text-align: center;
  padding: 50px 0 86px;
  margin: 0 0 80px;
}
@media screen and (max-width: 768px) {
  .page .about {
    padding: 9.6vw 0 6.8vw;
    margin: 0 0 13.7vw;
  }
}
.page .about .about__heading {
  font-weight: 500;
  margin: 0 auto 20px;
}
@media screen and (max-width: 768px) {
  .page .about .about__heading {
    font-size: 5.2vw;
    margin: 0 auto 3.9vw;
  }
}
.page .about .about__text {
  line-height: 2.1;
}
@media screen and (max-width: 768px) {
  .page .about .about__text {
    line-height: 1.8;
    font-size: 3.3vw;
  }
}

/* style
---------------------------*/
.page .style {
  margin-bottom: 0;
}
.page .style .style__title {
  width: 220px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page .style .style__title {
    width: 37.5vw;
  }
}
.page .style .style__heading {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 48px !important;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .style .style__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-grid-column-align: center;
        justify-self: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 15.4vw;
    font-size: 5.2vw;
    margin: 0 auto 10.9vw !important;
  }
}
.page .style .style__heading p {
  margin: 0 auto;
}
.page .style .style__problem {
  background: #EDF0F1;
  position: relative;
  margin: 0 auto 30px;
  padding: 35px 35px 25px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .style .style__problem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 45.8vw;
    margin: 0 auto 131.1vw !important;
    padding: 8.7vw 5.2vw 3.9vw;
  }
}
.page .style .style__problem::before {
  content: "";
  background-image: url(/ec/img/usr/pg/campaign/newstandard/25ss/mens/style_probrem.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 251px;
  height: 47px;
  top: -9%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .page .style .style__problem::before {
    width: 61.7vw;
    height: 11.5vw;
    top: -4.4vw;
  }
}
.page .style .style__problem_top {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .page .style .style__problem_top {
    font-size: 3.9vw;
    margin-bottom: 1.3vw;
  }
}
.page .style .style__problem_bottom {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .page .style .style__problem_bottom {
    font-size: 3.3vw;
    line-height: 1.6;
  }
}
.page .style .style-icon {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .style .style-icon {
    width: 79.2vw;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 769px) {
  .page .style .style-icon .style-icon__img {
    max-width: 164px;
    width: 95.4%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .page .style .style-icon .style-icon__img {
    width: 38.8vw;
    margin: 0 auto;
  }
}
.page .style .style-icon .function {
  width: 140px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .page .style .style-icon .function {
    width: 29.2vw;
  }
}
.page .style .style-goods {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 44px;
  border: 1px solid #000;
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  .page .style .style-goods {
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    width: 89.6vw;
    padding: 5.9vw 0 18.2vw;
    margin: 0 auto 7.7vw;
  }
}
.page .style .style-goods .style-goods__img {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 170px;
}
@media screen and (max-width: 768px) {
  .page .style .style-goods .style-goods__img {
    width: 45.2vw;
    max-width: 100%;
    margin: 0 auto;
  }
}
.page .style .style-goods .style-goods__list {
  width: 246px;
}
@media screen and (max-width: 768px) {
  .page .style .style-goods .style-goods__list {
    width: 78vw;
  }
}
.page .style .style-goods .style-goods__list .info {
  font-size: 13px;
  margin-bottom: 18px;
}
@media screen and (max-width: 768px) {
  .page .style .style-goods .style-goods__list .info {
    font-size: 3.3vw;
    line-height: 1.6;
    margin: 0;
  }
}
.page .style .style-goods .style-goods__item {
  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;
  border-bottom: 1px solid #707070;
  padding: 0 0 11px;
  margin: 0 0 11px;
}
@media screen and (max-width: 768px) {
  .page .style .style-goods .style-goods__item {
    width: 78vw;
    position: absolute;
    bottom: 6.4vw;
    left: 0;
    right: 0;
    padding: 0 0 1.3vw;
    margin: 0 auto;
  }
  .page .style .style-goods .style-goods__item01 {
    bottom: 13.4vw !important;
  }
  .page .style .style-goods .style-goods__item02 {
    bottom: 5.2vw !important;
  }
}
.page .style .style-goods .style-goods__item:last-child {
  margin-bottom: 0;
}
.page .style .style-goods .style-goods__item p {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.38;
}
@media screen and (max-width: 990px) and (min-width: 769px) {
  .page .style .style-goods .style-goods__item p {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .page .style .style-goods .style-goods__item p {
    font-size: 3.9vw;
  }
}
.page .style .style-goods .style-goods__item .name {
  font-size: 13px;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .page .style .style-goods .style-goods__item .name {
    font-size: 3.4vw;
  }
}
.page .style .style-goods .style-goods__item .price {
  font-size: 16px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .page .style .style-goods .style-goods__item .price {
    font-size: 3.6vw;
  }
}
.page .style .style-goods .style-goods__item .price::after {
  content: none !important;
}
.page .style .style__notes {
  margin: 30px auto 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .style .style__notes {
    margin: 8.6vw auto 0;
  }
}
@media screen and (min-width: 769px) {
  .page .style .style__notes span.view--pc {
    display: inline;
  }
}
.page .style .style__section {
  width: 96%;
  max-width: 1200px;
  margin: 0 auto 78px;
  padding: 0 0 90px;
  border-bottom: 1px solid #707070;
}
@media screen and (max-width: 768px) {
  .page .style .style__section {
    width: 100%;
    margin: 0 auto 10.4vw;
    padding: 0 0 13vw;
  }
}
.page .style .style__section:last-child {
  border-bottom: none;
  padding: 0;
  margin: 0 auto 0;
}
@media screen and (min-width: 769px) {
  .page .style .style__section:nth-child(even) .style-main__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .page .style .style__section:nth-child(even) .style-main__img {
    margin: 0 0 0 6.32%;
  }
}
@media screen and (max-width: 768px) {
  .page .style .style__section {
    width: 100%;
  }
}
.page .style .style-top .style-top__heading {
  text-align: center;
  margin: 0 0 35px;
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .page .style .style-top .style-top__heading {
    font-size: 3.9vw;
    margin: 0 auto;
  }
}
.page .style .style-top .style-top__heading span {
  width: 324px;
  margin: 0 auto 20px;
  display: block;
}
@media screen and (max-width: 768px) {
  .page .style .style-top .style-top__heading span {
    width: 63.3vw;
    margin: 0 auto 9.1vw;
  }
}
.page .style .style-main {
  margin: 0 0 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .style .style-main {
    margin: 0 0 6.5vw;
  }
}
.page .style .style-main .style-main__heading {
  display: inline-block;
  text-align: center;
  margin: 0 auto 38px;
}
@media screen and (max-width: 990px) and (min-width: 769px) {
  .page .style .style-main .style-main__heading {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  .page .style .style-main .style-main__heading {
    width: 79.2vw;
    margin-bottom: 3.9vw;
  }
}
.page .style .style-main .style-main__heading span {
  display: block;
  font-size: 11px;
  text-align: right;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .page .style .style-main .style-main__heading span {
    font-size: 2.3vw;
    text-align: center;
  }
}
.page .style .style-main .style-main__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .page .style .style-main .style-main__inner {
    position: relative;
    display: block;
  }
}
.page .style .style-main .style-main__img {
  width: 43%;
  margin-right: 6.32%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .page .style .style-main .style-main__img {
    width: 89.6vw;
    margin: 0 auto 7vw;
    position: absolute;
    top: 78.1vw;
    left: 0;
    right: 0;
  }
}
.page .style .style-main .style-main__contents {
  width: 49.4%;
}
@media screen and (max-width: 768px) {
  .page .style .style-main .style-main__contents {
    width: 89.6vw;
    margin: 0 auto;
  }
}
.page .style .style-main .style-main__contents > div {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .page .style .style-main .style-main__contents > div {
    margin-bottom: 4.6vw;
  }
}
.page .style .style-main .style-main__contents > div:last-child {
  margin-bottom: 0;
}
.page .style .style-product .style__title {
  margin: 0 auto 32px;
}
@media screen and (max-width: 768px) {
  .page .style .style-product .style__title {
    margin: 0 auto 6.5vw;
  }
}
@media screen and (max-width: 768px) {
  .page .style .style-product .item__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-y: scroll;
  }
}
.page .style #style02 .style-top .style-top__heading span {
  width: 493px;
}
@media screen and (max-width: 768px) {
  .page .style #style02 .style-top .style-top__heading span {
    width: 89.6vw;
  }
}
.page .style #style03 .style-top .style-top__heading span {
  width: 484px;
}
@media screen and (max-width: 768px) {
  .page .style #style03 .style-top .style-top__heading span {
    width: 89.6vw;
  }
}
.page .style #style04 .style-top .style-top__heading span {
  width: 232px;
}
@media screen and (max-width: 768px) {
  .page .style #style04 .style-top .style-top__heading span {
    width: 45.3vw;
  }
}

/* days
---------------------------*/
.page .days {
  background: #EDF0F1;
  padding: 150px 0 150px;
  margin: 156px 0 145px;
}
@media screen and (max-width: 768px) {
  .page .days {
    padding: 15vw 0 5.6vw;
    margin: 13vw 0 18.2vw;
  }
}
.page .days .days__title {
  margin: 0 auto 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .days .days__title {
    margin: 0 auto 3.9vw;
  }
}
@media screen and (max-width: 990px) and (min-width: 769px) {
  .page .days .days__text br {
    display: none;
  }
}
.page .days .days__text b {
  display: block;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 5px;
}
@media screen and (max-width: 768px) {
  .page .days .days__text b {
    font-size: 5.2vw;
    margin: 0 0 1.6vw;
  }
}
.page .days .days__btn {
  display: none;
}
@media screen and (max-width: 768px) {
  .page .days .days__btn {
    display: block;
    width: 32.8vw;
    margin: 3.8vw 0 0;
  }
}
.page .days .style-menu {
  display: none;
}
@media screen and (min-width: 769px) {
  .page .days .style-menu {
    position: relative;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .page .days .style-menu .style-menu__item {
    margin-right: 1.6%;
  }
}
@media screen and (min-width: 769px) and (max-width: 990px) and (min-width: 769px) {
  .page .days .style-menu .style-menu__item {
    margin-right: 15px;
  }
}
@media screen and (min-width: 769px) {
  .page .days .style-menu .style-menu__item:last-child {
    margin-right: 0;
  }
  .page .days .style-menu .style-menu__item.is-active a {
    background: #000;
    color: #fff;
  }
  .page .days .style-menu .style-menu__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 139px;
    border-radius: 14px;
    padding: 8px 5px 14px;
    background: #fff;
    font-size: 32px;
    line-height: 1;
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
  }
}
@media screen and (min-width: 769px) and (max-width: 990px) and (min-width: 769px) {
  .page .days .style-menu .style-menu__item a {
    width: 110px;
    font-size: 22px;
  }
}
@media screen and (min-width: 769px) {
  .page .days .style-menu .style-menu__item a span {
    font-family: "Oswald", sans-serif;
    font-size: 46px;
    font-weight: 500;
    line-height: 1;
    vertical-align: baseline;
    margin-left: 5px;
  }
}
@media screen and (min-width: 769px) and (max-width: 990px) and (min-width: 769px) {
  .page .days .style-menu .style-menu__item a span {
    font-size: 36px;
  }
}
.page .days .days-product {
  width: 100%;
  max-width: 732px;
}
@media screen and (max-width: 768px) {
  .page .days .days-product {
    width: 96.4vw;
    max-width: 100%;
    margin: 2.6vw auto 0;
  }
}
.page .days .days-product .slick-track {
  width: 100%;
}
.page .days .days-product .item__list {
  max-width: 740px;
  width: 100%;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  .page .days .days-product .item__list {
    width: 100%;
    margin: 0 auto;
  }
}
.page .days .days-product .item__list li {
  position: relative;
  max-width: 226px;
  width: 30%;
  margin: 0 36px 0 0;
}
@media screen and (max-width: 768px) {
  .page .days .days-product .item__list li {
    -ms-flex-negative: initial;
        flex-shrink: initial;
    max-width: 100%;
    width: 29.4vw;
    margin: 0 3.9vw 0 0;
  }
}
.page .days .days-product .item__list li:after {
  content: "";
  display: block;
  width: 11.8%;
  height: 100%;
  position: absolute;
  top: 0;
  right: -16.7%;
  background-image: url("/ec/img/usr/pg/campaign/newstandard/25ss/mens/icon-plus.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.page .days .days-product .item__list li:last-child {
  margin-right: 0;
}
.page .days .days-product .item__list li:last-child:after {
  content: none;
}
.page .days .days-product .item--name {
  height: auto !important;
}
.page .days .days-top {
  margin: 0 auto 70px;
}
@media screen and (max-width: 768px) {
  .page .days .days-top {
    width: 89.6vw;
    margin: 0 auto 10vw;
  }
}
.page .days .days-top .days-top__heading {
  width: 456px;
  margin: 0 auto 45px;
}
@media screen and (max-width: 768px) {
  .page .days .days-top .days-top__heading {
    width: 68.9vw;
    margin: 0 auto 5.5vw;
  }
}
.page .days .days-top .days-top__copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 460px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page .days .days-top .days-top__copy {
    display: block;
    width: 89.6vw;
  }
}
.page .days .days-top .days-top__title {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 116px;
  padding-right: 25px;
  margin: 0 24px 0 0;
  border-right: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .page .days .days-top .days-top__title {
    width: 17.4vw;
    padding-right: 0;
    margin: 0 auto 3.9vw;
    border-right: none;
  }
}
.page .days .days-top p {
  font-size: 14px;
  line-height: 1.78;
}
@media screen and (max-width: 768px) {
  .page .days .days-top p {
    font-size: 3.3vw;
    text-align: center;
  }
}
.page .days .days-goods {
  width: 96%;
  max-width: 1100px;
  background: #C7D5D8;
  padding: 40px;
  margin: 0 auto 130px;
}
@media screen and (max-width: 990px) and (min-width: 769px) {
  .page .days .days-goods {
    padding: 44px 0 40px 30px;
  }
}
@media screen and (max-width: 768px) {
  .page .days .days-goods {
    width: 89.6vw;
    padding: 8.6vw 0 5.5vw 0;
    margin: 0 auto 10.4vw;
  }
}
.page .days .days-goods .days__title {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
}
.page .days .days-goods .days-goods__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 30px;
}
@media screen and (max-width: 768px) {
  .page .days .days-goods .days-goods__list {
    margin: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.page .days .days-goods .days-goods__list:last-child {
  margin-bottom: 0;
}
.page .days .days-goods .days-goods__item {
  text-align: center;
  font-size: 16px;
  font-family: "Oswald", sans-serif;
  margin: 25px 0 0;
}
@media screen and (min-width: 769px) {
  .page .days .days-goods .days-goods__item {
    width: 33.3333333333%;
  }
  .page .days .days-goods .days-goods__item:nth-child(-n+3) {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .page .days .days-goods .days-goods__item {
    width: 50%;
    font-size: 3.9vw;
    margin: 3.3vw 0 0;
  }
  .page .days .days-goods .days-goods__item:nth-child(-n+2) {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .page .days .days-goods .days-goods__item p {
    margin: 0 0 2.6vw;
  }
}
.page .days .days-goods .days-goods__img {
  width: 100%;
  height: 284px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .page .days .days-goods .days-goods__img {
    height: 40.4vw;
  }
}
.page .days .days-goods .days-goods__img a {
  width: 100%;
  height: 100%;
  text-align: center;
}
.page .days .days-goods .days-goods__img img {
  width: auto;
  max-width: initial;
  height: 100%;
  max-height: 100%;
}
.page .days .days-section {
  position: relative;
}
@media screen and (min-width: 769px) {
  .page .days .days-section {
    display: none;
    width: 96%;
    max-width: 1100px;
    margin: 0 auto;
  }
  .page .days .days-section.is-active {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .page .days .days-section {
    display: block;
    margin: 0 auto 10.4vw;
  }
}
@media screen and (min-width: 769px) {
  .page .days .days-section__wrap {
    margin: 0 auto 40px;
  }
}
@media screen and (min-width: 769px) {
  .page .days .days-section .days-section__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.page .days .days-section .days-section__img {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  display: inline-block;
  width: 28%;
}
@media screen and (max-width: 768px) {
  .page .days .days-section .days-section__img {
    width: auto;
    height: 75.5vw;
    left: auto;
    right: 5.2vw;
    text-align: right;
  }
  .page .days .days-section .days-section__img img {
    max-height: 100%;
    height: 100%;
    width: auto;
    max-width: initial;
  }
}
.page .days .days-section .days-section__contents {
  position: relative;
  z-index: 2;
  width: 67.3%;
  min-height: 608px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: auto;
}
@media screen and (max-width: 990px) and (min-width: 769px) {
  .page .days .days-section .days-section__contents {
    min-height: 540px;
  }
}
@media screen and (max-width: 768px) {
  .page .days .days-section .days-section__contents {
    width: 100%;
    min-height: initial;
    margin: 0 auto;
  }
}
.page .days .days-section .days-section__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 80px;
}
@media screen and (max-width: 768px) {
  .page .days .days-section .days-section__top {
    width: 48.7vw;
    height: 75.5vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 0;
    padding: 0 0 0 3.9vw;
    position: relative;
    left: 1.3vw;
    top: -2vw;
    white-space: nowrap;
  }
}
.page .days .days-section .days-section__top .days__text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 768px) {
  .page .days .days-section .days-section__top .days__text {
    -webkit-box-flex: initial;
        -ms-flex-positive: initial;
            flex-grow: initial;
    max-width: 100%;
    font-size: 2.6vw;
  }
}
.page .days .days-section .days-section__top .days__text p {
  white-space: normal;
}
.page .days .days-section .days-section__title {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 3.9% 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 30px;
  margin-right: 20px;
  border-right: 1px solid #000;
  font-size: 21px;
}
@media screen and (max-width: 768px) {
  .page .days .days-section .days-section__title {
    margin: 0;
    position: relative;
    top: 0;
    font-size: 3.4vw;
    padding: 0;
    margin: 0 0 3.9vw;
    border-right: none;
  }
}
.page .days .days-section .days-section__title span {
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .page .days .days-section .days-section__title span {
    margin-right: 2.6vw;
  }
}
.page .days .days-section .days-section__title span img {
  width: auto;
  height: 56px;
}
@media screen and (max-width: 768px) {
  .page .days .days-section .days-section__title span img {
    height: 9.4vw;
  }
}
@media screen and (max-width: 768px) {
  .page .days .days-section:nth-child(even) .days-section__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .page .days .days-section:nth-child(even) .days-section__contents {
    margin: 0 auto 0 0;
  }
  .page .days .days-section:nth-child(even) .days-section__img {
    text-align: left;
    right: auto;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .page .days .days-section:nth-child(even) .days-section__top {
    margin: 0 0 0 auto;
    padding: 0 3.9vw 0 0;
  }
}
@media screen and (max-width: 768px) {
  .page .days .days-section:nth-child(even) .days-section__img {
    left: auto;
    right: 5.2vw;
  }
}
.page .days .days-section:nth-child(1) .days-section__img {
  width: 29.3%;
  top: -90px;
}
@media screen and (max-width: 768px) {
  .page .days .days-section:nth-child(1) .days-section__img {
    width: auto;
    height: 93vw;
    top: 0;
    right: -1.3vw;
  }
}
@media screen and (max-width: 768px) {
  .page .days .days-section:nth-child(1) .days-section__top {
    height: 93vw;
  }
}
.page .days .days-section:nth-child(2) .days-section__img {
  width: 27.6%;
  top: -106px;
}
@media screen and (max-width: 768px) {
  .page .days .days-section:nth-child(2) .days-section__img {
    width: auto;
    height: 96.9vw;
    left: 5.1vw;
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  .page .days .days-section:nth-child(2) .days-section__top {
    height: 96.9vw;
  }
}
.page .days .days-section:nth-child(3) .days-section__img {
  width: 26.7%;
  top: -88px;
}
@media screen and (max-width: 768px) {
  .page .days .days-section:nth-child(3) .days-section__img {
    width: auto;
    height: 92.3vw;
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  .page .days .days-section:nth-child(3) .days-section__top {
    height: 92.3vw;
  }
}
.page .days .days-section:nth-child(4) .days-section__img {
  width: 47.4%;
  top: -20px;
  left: -40px;
}
@media screen and (max-width: 768px) {
  .page .days .days-section:nth-child(4) .days-section__img {
    width: auto;
    height: 75.9vw;
    right: 0;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .page .days .days-section:nth-child(4) .days-section__top {
    height: 75.9vw;
  }
}
.page .days .days-section:nth-child(5) .days-section__img {
  width: 28%;
  top: -80px;
}
@media screen and (max-width: 768px) {
  .page .days .days-section:nth-child(5) .days-section__img {
    width: auto;
    height: 93.4vw;
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  .page .days .days-section:nth-child(5) .days-section__top {
    height: 93.4vw;
  }
}
.page .days .days-section:nth-child(6) .days-section__img {
  width: 38.9%;
  top: -56px;
  left: -70px;
}
@media screen and (max-width: 768px) {
  .page .days .days-section:nth-child(6) .days-section__img {
    width: 100%;
    height: 87.1vw;
    right: 0;
    left: -5.2vw;
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  .page .days .days-section:nth-child(6) .days-section__top {
    height: 87.1vw;
  }
}

/* goods
---------------------------*/
.page .goods .goods-top {
  position: relative;
  width: 96%;
  max-width: 980px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 768px) {
  .page .goods .goods-top {
    width: 100vw;
    margin: 0 auto 7.7vw;
  }
}
.page .goods .goods-top .goods-top__contents {
  max-width: 980px;
  width: 100%;
}
.page .goods .goods-top .goods-top__mv {
  width: 65.3%;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 768px) {
  .page .goods .goods-top .goods-top__mv {
    width: 79.2vw;
    margin: 0 auto;
  }
}
.page .goods .goods-top .goods-top__heading {
  width: 100%;
  margin: 0 0 35px;
}
@media screen and (max-width: 768px) {
  .page .goods .goods-top .goods-top__heading {
    width: 100vw;
    margin: 0 0 13vw;
  }
}
@media screen and (max-width: 768px) {
  .page .goods .goods-top .all_round_mv {
    width: 80.7vw;
    margin: 0 auto 13vw;
  }
}
.page .goods .goods-top .goods-top__text {
  width: 230px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .page .goods .goods-top .goods-top__text {
    width: 41vw;
    line-height: 1.94;
    font-size: 2.3vw;
  }
}
.page .goods .goods-top .goods-top__text b {
  display: block;
  font-weight: bold;
  font-size: 20px;
  margin: 0 0 6px;
}
@media screen and (max-width: 768px) {
  .page .goods .goods-top .goods-top__text b {
    font-size: 3.3vw;
    margin: 0 0 1.3vw;
  }
}
.page .goods .goods-section {
  width: 100%;
  max-width: 980px;
  margin: 0 auto 70px;
}
.page .goods .goods-section:last-child {
  margin-bottom: 0;
}
.page .goods .goods-section .goods-section__heading {
  font-size: 40px;
  font-weight: 500;
  text-align: center;
  margin: 0 auto 20px;
  font-family: "Oswald", sans-serif;
}
@media screen and (max-width: 768px) {
  .page .goods .goods-section .goods-section__heading {
    font-size: 9.1vw;
    margin: 0 auto 2.6vw;
  }
}
.page .goods .goods-section .goods-section__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 990px;
  margin: 0 0 15px;
}
@media screen and (max-width: 768px) {
  .page .goods .goods-section .goods-section__top {
    width: 86.5vw;
    margin: 0 auto 6.5vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.page .goods .goods-section .goods-section__top .goods-section__top__mv {
  width: 58.7%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 768px) {
  .page .goods .goods-section .goods-section__top .goods-section__top__mv {
    width: 71.2vw;
    margin: 0 auto;
  }
}
.page .goods .goods-section .goods-section__top .goods-section__top__contents {
  width: 38.8%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .goods .goods-section .goods-section__top .goods-section__top__contents {
    width: 80.7vw;
    margin: 2.6vw auto 0;
  }
}
.page .goods .goods-section .goods-section__top .goods-section__top__contents > p {
  margin-bottom: 40px;
  font-weight: 300;
}
@media screen and (max-width: 990px) and (min-width: 769px) {
  .page .goods .goods-section .goods-section__top .goods-section__top__contents > p {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .page .goods .goods-section .goods-section__top .goods-section__top__contents > p {
    font-size: 3.3vw;
  }
}
.page .goods .goods-section .goods-section__top .goods-section__top__contents .item__list {
  display: block;
}
@media screen and (max-width: 768px) {
  .page .goods .goods-section .goods-section__top .goods-section__top__contents .item__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.page .goods .goods-section .goods-section__top .goods-section__top__contents .item__list li {
  width: 53.7%;
  margin: 0 auto 40px;
}
@media screen and (max-width: 990px) and (min-width: 769px) {
  .page .goods .goods-section .goods-section__top .goods-section__top__contents .item__list li {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  .page .goods .goods-section .goods-section__top .goods-section__top__contents .item__list li {
    width: 32.6vw;
    margin: 0 6.5vw 0 0;
  }
}
.page .goods .goods-section .goods-section__top .goods-section__top__contents .item__list li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .page .goods .goods-section .goods-section__top .goods-section__top__contents .item__list li:last-child {
    margin-right: 0;
  }
}
.page .goods .goods-section .goods-section__logo {
  margin: 0 auto 20px !important;
}
@media screen and (max-width: 768px) {
  .page .goods .goods-section .goods-section__logo {
    width: 42.4vw;
    margin: 0 auto 3.9vw !important;
  }
}
.page .goods .goods-product .goods-product__heading {
  margin: 0 auto 50px;
}
.page .goods .goods-product .goods-product__section {
  margin: 0 auto 70px;
}
.page .goods .goods-product .goods-product__section:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .page .goods .goods-product .item__list li {
    width: 42.1vw !important;
  }
}
.page .goods .goods-section--setup .goods-section__mv {
  width: 84.8%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page .goods .goods-section--setup .goods-section__mv {
    width: 100%;
  }
}
.page .goods .goods-section--setup .goods-product__section {
  margin-top: -90px;
  text-align: center;
}
@media screen and (max-width: 990px) and (min-width: 769px) {
  .page .goods .goods-section--setup .goods-product__section {
    margin-top: -40px;
  }
}
@media screen and (max-width: 768px) {
  .page .goods .goods-section--setup .goods-product__section {
    margin-top: 3.3vw;
  }
}
.page .goods .goods-section--setup .goods-product__section_title {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .page .goods .goods-section--setup .goods-product__section_title {
    font-size: 5.2vw;
    margin-bottom: 10.4vw;
  }
}
.page .goods .goods-section--jacket .goods-section__top {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .page .goods .goods-section--jacket .goods-section__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.page .goods .goods-section--jacket .goods-section__mv {
  width: 84.8%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page .goods .goods-section--jacket .goods-section__mv {
    width: 100%;
  }
}
.page .goods .goods-section--jacket .goods-product__section {
  margin-top: -90px;
  text-align: center;
}
@media screen and (max-width: 990px) and (min-width: 769px) {
  .page .goods .goods-section--jacket .goods-product__section {
    margin-top: -40px;
  }
}
@media screen and (max-width: 768px) {
  .page .goods .goods-section--jacket .goods-product__section {
    margin-top: 3.3vw;
  }
}
.page .goods .goods-section--jacket .goods-product__section_title {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .page .goods .goods-section--jacket .goods-product__section_title {
    font-size: 5.2vw;
    margin-bottom: 10.4vw;
  }
}
.page .goods .goods-section--coat .goods-section__top__contents {
  width: 100% !important;
}
.page .goods .goods-section--coat .goods-section__top__contents .item__list {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 400px;
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
  position: absolute;
  bottom: 100px;
  left: 20px;
}
@media screen and (max-width: 768px) {
  .page .goods .goods-section--coat .goods-section__top__contents .item__list {
    position: unset;
  }
}
@media screen and (max-width: 768px) {
  .page .goods .goods-section--coat .goods-section__top__contents .item__list li {
    width: 42.1vw !important;
  }
}
.page .goods .goods-section--coat .goods-section__top__contents > p {
  font-size: 14px !important;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .page .goods .goods-section--coat .goods-section__top__contents > p {
    font-size: 3.3vw !important;
  }
}
.page .goods .goods-section--coat .goods-section__mv {
  width: 84.8%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page .goods .goods-section--coat .goods-section__mv {
    width: 100%;
  }
}
.page .goods .goods-section--coat .goods-product__section {
  text-align: center;
}
.page .goods .goods-section--coat .goods-product__section_title {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .page .goods .goods-section--coat .goods-product__section_title {
    font-size: 5.2vw;
    margin-bottom: 10.4vw;
  }
}
.page .goods .goods-section--coat .goods-section__top__mv {
  max-width: 727px !important;
  width: 100% !important;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0 auto;
  position: relative;
}
.page .goods .goods-section--addelm .goods-section__heading {
  font-size: 60px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .page .goods .goods-section--addelm .goods-section__heading {
    font-size: 9.1vw;
  }
}
.page .goods .goods-section--addelm .goods-section__top__contents {
  width: 100% !important;
}
.page .goods .goods-section--addelm .goods-section__top__contents .item__list {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 452px;
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
  position: absolute;
  bottom: -40px;
  left: 20px;
}
@media screen and (max-width: 768px) {
  .page .goods .goods-section--addelm .goods-section__top__contents .item__list {
    position: unset;
  }
}
@media screen and (max-width: 768px) {
  .page .goods .goods-section--addelm .goods-section__top__contents .item__list li {
    width: 42.1vw !important;
  }
}
.page .goods .goods-section--addelm .goods-section__top__contents_middle {
  font-size: 20px !important;
  font-weight: 500 !important;
  margin-bottom: 10px !important;
}
@media screen and (max-width: 768px) {
  .page .goods .goods-section--addelm .goods-section__top__contents_middle {
    font-size: 3.9vw !important;
  }
}
.page .goods .goods-section--addelm .goods-section__top__contents_bottom {
  font-size: 14px !important;
  font-weight: 300 !important;
  margin-bottom: 10px !important;
}
@media screen and (max-width: 768px) {
  .page .goods .goods-section--addelm .goods-section__top__contents_bottom {
    font-size: 3vw !important;
  }
}
.page .goods .goods-section--addelm .goods-section__top__contents_link {
  color: #009DFF;
  font-size: 14px;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 3px;
}
@media screen and (max-width: 768px) {
  .page .goods .goods-section--addelm .goods-section__top__contents_link {
    font-size: 3.3vw !important;
  }
}
.page .goods .goods-section--addelm .goods-section__mv {
  width: 84.8%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page .goods .goods-section--addelm .goods-section__mv {
    width: 100%;
  }
}
.page .goods .goods-section--addelm .goods-product__section {
  text-align: center;
}
.page .goods .goods-section--addelm .goods-product__section_title {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .page .goods .goods-section--addelm .goods-product__section_title {
    font-size: 5.2vw;
    margin-bottom: 10.4vw;
  }
}
.page .goods .goods-section--addelm .goods-section__top__mv {
  max-width: 727px !important;
  width: 100% !important;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0 auto;
  position: relative;
}
.page .goods .goods-section--control_alpha .item__list {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  max-width: 483px;
  width: 100%;
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}
@media screen and (max-width: 768px) {
  .page .goods .goods-section--control_alpha .item__list {
    max-width: 100% !important;
  }
}
.page .goods .goods-section--control_alpha .item__list li {
  width: 42.85% !important;
}
@media screen and (max-width: 768px) {
  .page .goods .goods-section--control_alpha .item__list li {
    width: 42.1vw !important;
  }
}
.page .goods .goods-section--control_alpha .goods-section__logo {
  max-width: 380px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .page .goods .goods-section--control_alpha .goods-section__logo {
    max-width: 55.1vw;
  }
}
.page .goods .goods-section--control_alpha .goods-section__top__contents {
  width: 43.4% !important;
}
@media screen and (max-width: 768px) {
  .page .goods .goods-section--control_alpha .goods-section__top__contents {
    width: 89.6vw !important;
  }
}
.page .goods .goods-section--control_alpha .goods-section__top__contents_middle {
  font-size: 20px !important;
  font-weight: 500 !important;
  margin-bottom: 10px !important;
}
@media screen and (max-width: 768px) {
  .page .goods .goods-section--control_alpha .goods-section__top__contents_middle {
    font-size: 3.9vw !important;
  }
}
.page .goods .goods-section--control_alpha .goods-section__top__contents_bottom {
  font-size: 14px !important;
  font-weight: 300 !important;
  margin-bottom: 10px !important;
}
@media screen and (max-width: 768px) {
  .page .goods .goods-section--control_alpha .goods-section__top__contents_bottom {
    font-size: 3vw !important;
  }
}
@media screen and (max-width: 768px) {
  .page .goods .goods-section--control_alpha .goods-section__logo {
    width: 55.1vw !important;
  }
}
.page .goods .goods-section--control_alpha .goods-section__top {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .page .goods .goods-section--control_alpha .goods-section__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    width: 89.6vw;
  }
}
.page .goods .goods-section--control_alpha .goods-section__mv {
  width: 84.8%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page .goods .goods-section--control_alpha .goods-section__mv {
    width: 100%;
  }
}
.page .goods .goods-section--control_alpha .goods-product__section {
  margin-top: -90px;
  text-align: center;
}
@media screen and (max-width: 990px) and (min-width: 769px) {
  .page .goods .goods-section--control_alpha .goods-product__section {
    margin-top: -40px;
  }
}
@media screen and (max-width: 768px) {
  .page .goods .goods-section--control_alpha .goods-product__section {
    margin-top: 0;
  }
}
.page .goods .goods-section--control_alpha .goods-product__section_title {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .page .goods .goods-section--control_alpha .goods-product__section_title {
    font-size: 5.2vw;
    margin-bottom: 10.4vw;
  }
}
@media screen and (max-width: 768px) {
  .page .goods .goods-section--altima .goods-section__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}
.page .goods .goods-section--altima .item__list {
  max-width: 434px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .page .goods .goods-section--altima .item__list {
    max-width: 100%;
  }
}
.page .goods .goods-section--altima .item__list li {
  width: 207px !important;
  margin: 0 10px !important;
}
@media screen and (max-width: 768px) {
  .page .goods .goods-section--altima .item__list li {
    width: 42.1vw !important;
    margin: 0 2.6vw !important;
  }
}
.page .goods .goods-section--altima .goods-section__logo {
  max-width: 254px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .page .goods .goods-section--altima .goods-section__logo {
    max-width: 39.1vw;
  }
}
.page .goods .goods-section--altima .goods-section__top__contents {
  width: 43.4% !important;
}
@media screen and (max-width: 768px) {
  .page .goods .goods-section--altima .goods-section__top__contents {
    width: 89.6vw !important;
  }
}
.page .goods .goods-section--altima .goods-section__top__contents_middle {
  font-size: 20px !important;
  font-weight: 500 !important;
  margin-bottom: 10px !important;
}
@media screen and (max-width: 768px) {
  .page .goods .goods-section--altima .goods-section__top__contents_middle {
    font-size: 3.9vw !important;
  }
}
.page .goods .goods-section--altima .goods-section__top__contents_bottom {
  font-size: 14px !important;
  font-weight: 300 !important;
  margin-bottom: 10px !important;
}
@media screen and (max-width: 768px) {
  .page .goods .goods-section--altima .goods-section__top__contents_bottom {
    font-size: 3vw !important;
  }
}
.page .goods .goods-section--altima .goods-section__mv {
  width: 84.8%;
  margin: 0 auto;
}
.page .goods .goods-section--altima .goods-product__section {
  margin-top: -90px;
  text-align: center;
}
@media screen and (max-width: 990px) and (min-width: 769px) {
  .page .goods .goods-section--altima .goods-product__section {
    margin-top: -40px;
  }
}
@media screen and (max-width: 768px) {
  .page .goods .goods-section--altima .goods-product__section {
    margin-top: 0;
  }
}
.page .goods .goods-section--altima .goods-product__section_title {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .page .goods .goods-section--altima .goods-product__section_title {
    font-size: 5.2vw;
    margin-bottom: 10.4vw;
  }
}
.page .goods .goods-section--altima .goods-section__top__mv {
  width: 100% !important;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 768px) {
  .page .goods .goods-section--altima .goods-section__top__mv {
    width: 68vw !important;
  }
}
.page .goods .goods-section--knit {
  text-align: center;
}
.page .goods .goods-section--knit h3 {
  font-size: 60px;
  font-weight: bold;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .page .goods .goods-section--knit h3 {
    font-size: 9.1vw;
  }
}
.page .goods .goods-section--knit .title_bottom {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 55px;
}
@media screen and (max-width: 768px) {
  .page .goods .goods-section--knit .title_bottom {
    font-size: 3.9vw;
    margin-bottom: 6.5vw;
  }
}
.page .goods .goods-section--knit .goods-section__top {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .page .goods .goods-section--knit .goods-section__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}
.page .goods .goods-section--knit .goods-section__top_reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  max-width: 764px;
  margin: 100px auto 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.page .goods .goods-section--knit .goods-section__top_reverse .goods-section__top__contents {
  width: 54.7% !important;
}
.page .goods .goods-section--knit .item_detail {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 28px;
}
@media screen and (max-width: 768px) {
  .page .goods .goods-section--knit .item_detail {
    font-size: 3.3vw;
    margin-bottom: 3.9vw;
  }
}
.page .goods .goods-section--knit .item__list {
  max-width: 434px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .page .goods .goods-section--knit .item__list {
    max-width: 100%;
  }
}
.page .goods .goods-section--knit .item__list li {
  width: 207px !important;
  margin: 0 8px !important;
}
@media screen and (max-width: 768px) {
  .page .goods .goods-section--knit .item__list li {
    width: 42.1vw !important;
    margin: 0 2.6vw !important;
  }
}
.page .goods .goods-section--knit .goods-section__top__contents {
  width: 43.4% !important;
}
@media screen and (max-width: 768px) {
  .page .goods .goods-section--knit .goods-section__top__contents {
    width: 80.7vw !important;
  }
}
.page .goods .goods-section--knit .goods-section__top__contents_middle {
  font-size: 20px !important;
  font-weight: 500 !important;
  margin-bottom: 10px !important;
}
@media screen and (max-width: 768px) {
  .page .goods .goods-section--knit .goods-section__top__contents_middle {
    font-size: 3.9vw !important;
  }
}
.page .goods .goods-section--knit .goods-section__top__contents_bottom {
  font-size: 14px !important;
  font-weight: 300 !important;
  margin-bottom: 10px !important;
}
@media screen and (max-width: 768px) {
  .page .goods .goods-section--knit .goods-section__top__contents_bottom {
    font-size: 3vw !important;
  }
}
.page .goods .goods-section--knit .goods-section__mv {
  width: 84.8%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page .goods .goods-section--knit .goods-section__mv {
    width: 68vw;
    margin-bottom: 3.9vw;
  }
}
.page .goods .goods-section--knit .goods-product__section {
  margin-top: -90px;
  text-align: center;
}
@media screen and (max-width: 990px) and (min-width: 769px) {
  .page .goods .goods-section--knit .goods-product__section {
    margin-top: -40px;
  }
}
@media screen and (max-width: 768px) {
  .page .goods .goods-section--knit .goods-product__section {
    margin-top: 3.3vw;
  }
}
.page .goods .goods-section--knit .goods-product__section_title {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 50px;
}
.page .goods .goods-section--knit .goods-section__top__mv {
  width: 100% !important;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 768px) {
  .page .goods .goods-section--knit .goods-section__top__mv {
    width: 64.8vw !important;
    margin-bottom: 3.9vw !important;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}
.page .goods .goods-section--knit .goods-section__top__mv img {
  width: 64.8vw !important;
}

/* lineup
---------------------------*/
.page .lineup .lineup-mv {
  margin: 0 auto 145px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .lineup .lineup-mv {
    margin: 0 auto 12.2vw;
  }
}
.page .lineup .lineup-heading {
  width: 100%;
  max-width: 821px;
  margin: 0 auto 100px;
}
@media screen and (max-width: 768px) {
  .page .lineup .lineup-heading {
    width: 96vw;
    margin: 0 auto 15.6vw;
  }
}
.page .lineup .lineup-section {
  position: relative;
  width: 100%;
  max-width: 982px;
  margin: 0 auto 100px;
}
.page .lineup .lineup-section .lineup-section__head {
  color: #fff;
  font-size: 14px;
  line-height: 1.78;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .page .lineup .lineup-section .lineup-section__head {
    position: absolute;
    top: 68px;
    right: 106px;
    z-index: 10;
    width: 100%;
    max-width: 238px;
  }
}
@media screen and (max-width: 768px) {
  .page .lineup .lineup-section .lineup-section__head {
    font-size: 2.6vw;
    margin: 0 auto 7vw;
    color: #000;
  }
}
.page .lineup .lineup-section .lineup-section__title {
  padding: 0 0 20px;
  margin: 0 0 20px;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .page .lineup .lineup-section .lineup-section__title {
    display: inline-block;
    padding: 0 1.3vw 3.1vw;
    margin: 0 0 2.6vw;
    border-bottom: 1px solid #000;
  }
}
.page .lineup .lineup-section .lineup-section__title img {
  width: auto;
  height: 47px;
}
@media screen and (max-width: 768px) {
  .page .lineup .lineup-section .lineup-section__title img {
    height: 8.1vw;
  }
}
.page .lineup .lineup-section .lineup-section__contents {
  position: relative;
  width: 100%;
  height: 751px;
  margin: 0 0 40px;
  background-image: url("/ec/img/usr/pg/campaign/newstandard/25ss/mens/lineup_section_bg_setup.png");
  background-size: cover;
  background-position: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .page .lineup .lineup-section .lineup-section__contents {
    height: auto;
    margin: 0 0 6.5vw;
    background-image: url("/ec/img/usr/pg/campaign/newstandard/25ss/mens/lineup_section_bg_setup_sp.png");
  }
}
.page .lineup .lineup-section .lineup-section__contents:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 90px;
  width: 271px;
  height: 100%;
  background-color: rgb(155, 171, 185);
  mix-blend-mode: multiply;
}
@media screen and (max-width: 768px) {
  .page .lineup .lineup-section .lineup-section__contents:after {
    right: 0;
    width: 46.5vw;
  }
}
.page .lineup .lineup-section .lineup-section__contents .lineup-section__inner {
  width: 271px;
  height: 100%;
  margin: 0 90px 0 auto;
  padding: 316px 0 52px;
}
@media screen and (max-width: 768px) {
  .page .lineup .lineup-section .lineup-section__contents .lineup-section__inner {
    width: 46.5vw;
    margin: 0 0 0 auto;
    padding: 7.3vw 0;
  }
}
.page .lineup .lineup-section .lineup-section__contents .lineup-section__text {
  width: 184px;
  color: #fff;
  font-size: 14px;
  line-height: 1.78;
  padding: 14px 0 14px 14px;
  border-left: 1px solid #fff;
  z-index: 10;
}
@media screen and (min-width: 769px) {
  .page .lineup .lineup-section .lineup-section__contents .lineup-section__text {
    position: absolute;
    bottom: 62px;
    left: 46px;
  }
}
@media screen and (max-width: 768px) {
  .page .lineup .lineup-section .lineup-section__contents .lineup-section__text {
    position: relative;
    width: 38.8vw;
    margin: 0 auto 5.1vw;
    font-size: 2.6vw;
    padding: 0;
    border-left: none;
  }
}
.page .lineup .lineup-section .lineup-section__contents .lineup-section__text h3 {
  font-size: 20px;
  line-height: 1.5;
  margin: 0 0 15px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .page .lineup .lineup-section .lineup-section__contents .lineup-section__text h3 {
    font-size: 3.5vw;
    margin: 0 0 2.6vw;
    text-align: center;
  }
}
.page .lineup .lineup-section .lineup-section__contents .lineup-section__logo {
  display: block;
  width: 100%;
  margin: 0 0 15px;
}
@media screen and (max-width: 768px) {
  .page .lineup .lineup-section .lineup-section__contents .lineup-section__logo {
    width: 90%;
    margin: 0 auto 2.6vw;
  }
}
.page .lineup .lineup-section .lineup-section__contents .lineup-section__img {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto auto 56px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .lineup .lineup-section .lineup-section__contents .lineup-section__img {
    margin: 0 auto 5.1vw;
  }
}
.page .lineup .lineup-section .lineup-section__contents .lineup-section__img li {
  width: 165px;
  min-width: 165px;
  padding: 0 10px;
}
@media screen and (max-width: 768px) {
  .page .lineup .lineup-section .lineup-section__contents .lineup-section__img li {
    width: 27.6vw;
    min-width: 27.6vw;
    padding: 0 5px;
  }
}
.page .lineup .lineup-section .lineup-section__contents .lineup-section__img p {
  font-size: 13px;
  line-height: 1.45;
  margin: 10px 0 0;
}
@media screen and (max-width: 768px) {
  .page .lineup .lineup-section .lineup-section__contents .lineup-section__img p {
    font-size: 3.4vw;
    margin: 3.3vw 0 0;
  }
}
.page .lineup .lineup-section .lineup-section__contents .lineup-section__img b {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .page .lineup .lineup-section .lineup-section__contents .lineup-section__img b {
    font-size: 3.6vw;
  }
}
.page .lineup .lineup-section .lineup-section__contents .lineup-section__img img {
  width: 100%;
}
.page .lineup .lineup-section .lineup-section__contents .lineup-section__list {
  position: relative;
  z-index: 10;
  width: 81.9%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page .lineup .lineup-section .lineup-section__contents .lineup-section__list {
    width: 35.9vw;
  }
}
.page .lineup .lineup-section .lineup-section__contents .lineup-section__list li {
  padding: 0 0 10px;
  margin: 0 0 12px;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .page .lineup .lineup-section .lineup-section__contents .lineup-section__list li {
    padding: 0 0 1.3vw;
    margin: 0 0 3.9vw;
  }
}
.page .lineup .lineup-section .lineup-section__contents .lineup-section__list li:last-child {
  margin-bottom: 0;
}
.page .lineup .lineup-section .lineup-section__contents .lineup-section__list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 13px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .page .lineup .lineup-section .lineup-section__contents .lineup-section__list a {
    font-size: 3.4vw;
  }
}
.page .lineup .lineup-section .lineup-section__contents .lineup-section__list b {
  font-size: 16px;
  vertical-align: baseline;
}
@media screen and (max-width: 768px) {
  .page .lineup .lineup-section .lineup-section__contents .lineup-section__list b {
    font-size: 3.6vw;
  }
}
.page .lineup .lineup-section .lineup-section__product h3 {
  text-align: center;
  margin: 0 0 35px;
}
@media screen and (max-width: 768px) {
  .page .lineup .lineup-section .lineup-section__product h3 {
    margin: 0 0 5.9vw;
  }
}
.page .lineup .lineup-section .lineup-section__product h3 img {
  width: auto;
  height: 45px;
}
.page .lineup .lineup-section .lineup-section__product .item__list {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .page .lineup .lineup-section .lineup-section__product .item__list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: scroll;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 3.9vw;
    padding: 0 5.2vw;
  }
}
@media screen and (max-width: 768px) {
  .page .lineup .lineup-section .lineup-section__product .item__list li {
    width: 52.1vw;
    margin: 0;
  }
}
.page .lineup .lineup-section .lineup-section__bnr {
  width: 646px;
  margin: 98px auto 85px;
}
@media screen and (max-width: 768px) {
  .page .lineup .lineup-section .lineup-section__bnr {
    width: 100%;
    margin: 16.1vw auto 7.2vw;
  }
}
.page .lineup .lineup-section .lineup-section__goods {
  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 .lineup .lineup-section .lineup-section__goods {
    padding: 0 5.2vw;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    overflow-x: scroll;
  }
}
.page .lineup .lineup-section .lineup-section__goods .lineup-section__goods__item {
  width: 23%;
  max-width: 226px;
  margin: 0 5% 0 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .lineup .lineup-section .lineup-section__goods .lineup-section__goods__item {
    width: 52.1vw;
    min-width: 52.1vw;
    margin: 0 3vw 0 0;
  }
}
.page .lineup .lineup-section .lineup-section__goods .lineup-section__goods__item:last-child {
  margin-right: 0;
}
.page .lineup .lineup-section .lineup-section__goods .lineup-section__goods__item img {
  width: 100%;
}
.page .lineup .lineup-section .lineup-section__goods .js-slick-lineup {
  margin: 0 0 20px;
}
.page .lineup .lineup-section .lineup-section__goods .js-slick-lineup li {
  margin: 0 0 40px;
}
.page .lineup .lineup-section .js-slick-lineup .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page .lineup .lineup-section .js-slick-lineup .slick-dots li {
  width: 30px;
  min-width: initial;
  height: 30px;
  border-radius: 50%;
  background: #000;
  margin: 0 3px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .page .lineup .lineup-section .js-slick-lineup .slick-dots li {
    width: 3.9vw;
    height: 3.9vw;
  }
}
.page .lineup .lineup-section .js-slick-lineup .slick-dots li button {
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  .page .lineup .lineup-section:nth-child(even) .lineup-section__head {
    right: auto;
    left: 106px;
  }
}
.page .lineup .lineup-section:nth-child(even) .lineup-section__contents:after {
  right: auto;
  left: 90px;
}
@media screen and (max-width: 768px) {
  .page .lineup .lineup-section:nth-child(even) .lineup-section__contents:after {
    left: 0;
  }
}
@media screen and (min-width: 769px) {
  .page .lineup .lineup-section:nth-child(even) .lineup-section__contents .lineup-section__text {
    bottom: 62px;
    left: auto;
    right: 46px;
  }
}
.page .lineup .lineup-section:nth-child(even) .lineup-section__inner {
  margin: 0 auto 0 90px;
}
@media screen and (max-width: 768px) {
  .page .lineup .lineup-section:nth-child(even) .lineup-section__inner {
    margin: 0 auto 0 0;
  }
}
.page .lineup .lineup-section__wrap--2 .lineup-section .lineup-section__inner {
  margin: 0 auto 0 54px;
}
@media screen and (max-width: 768px) {
  .page .lineup .lineup-section__wrap--2 .lineup-section .lineup-section__inner {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .page .lineup .lineup-section__wrap--2 .lineup-section .lineup-section__title {
    border-bottom: 1px solid #fff;
  }
}
.page .lineup .lineup-section__wrap--2 .lineup-section .lineup-section__head {
  max-width: 280px;
  top: 65px;
  left: 102px;
  right: auto;
}
@media screen and (max-width: 768px) {
  .page .lineup .lineup-section__wrap--2 .lineup-section .lineup-section__head {
    width: 38.8vw;
    max-width: 100%;
    position: absolute;
    top: 12.6vw;
    left: 3.6vw;
    z-index: 10;
    color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .page .lineup .lineup-section__wrap--2 .lineup-section .lineup-section__contents {
    padding: 48.2vw 0 5.2vw;
  }
}
.page .lineup .lineup-section__wrap--2 .lineup-section .lineup-section__contents:after {
  width: 364px;
  background-color: #EBE4E3;
  right: auto;
  left: 59px;
}
@media screen and (max-width: 768px) {
  .page .lineup .lineup-section__wrap--2 .lineup-section .lineup-section__contents:after {
    width: 46.4vw;
    left: 0;
  }
}
.page .lineup .lineup-section__wrap--2 .lineup-section .lineup-section__contents .lineup-section__inner {
  width: 364px;
  padding: 280px 0 52px;
}
@media screen and (max-width: 768px) {
  .page .lineup .lineup-section__wrap--2 .lineup-section .lineup-section__contents .lineup-section__inner {
    width: 46.4vw;
    padding: 0;
  }
}
.page .lineup .lineup-section__wrap--2 .lineup-section .lineup-section__contents .lineup-section__img {
  display: block;
  width: 226px;
}
@media screen and (max-width: 768px) {
  .page .lineup .lineup-section__wrap--2 .lineup-section .lineup-section__contents .lineup-section__img {
    width: 29.4vw;
  }
}
.page .lineup .lineup-section__wrap--2 .lineup-section .lineup-section__contents .lineup-section__img img {
  width: 100%;
}
.page .lineup .lineup-section__wrap--2 .lineup-section .lineup-section__product {
  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;
  max-width: 810px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page .lineup .lineup-section__wrap--2 .lineup-section .lineup-section__product {
    display: block;
  }
}
.page .lineup .lineup-section__wrap--2 .lineup-section .lineup-section__product .lineup-section__img {
  width: 44.1%;
}
@media screen and (max-width: 768px) {
  .page .lineup .lineup-section__wrap--2 .lineup-section .lineup-section__product .lineup-section__img {
    width: 66.1vw;
    margin: 0 auto;
  }
}
.page .lineup .lineup-section__wrap--2 .lineup-section .lineup-section__product .lineup-section__list {
  width: 48.2%;
}
@media screen and (max-width: 768px) {
  .page .lineup .lineup-section__wrap--2 .lineup-section .lineup-section__product .lineup-section__list {
    width: 78vw;
    margin: 2vw auto 0;
  }
}
.page .lineup .lineup-section__wrap--2 .lineup-section .lineup-section__product .lineup-section__list > li {
  padding: 0 0 12px;
  margin: 0 0 40px;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 768px) {
  .page .lineup .lineup-section__wrap--2 .lineup-section .lineup-section__product .lineup-section__list > li {
    padding: 0 0 1.3vw;
    margin: 0 0 2.6vw;
  }
}
.page .lineup .lineup-section__wrap--2 .lineup-section .lineup-section__product .lineup-section__list > li:last-child {
  margin-bottom: 0;
}
.page .lineup .lineup-section__wrap--2 .lineup-section .lineup-section__product .lineup-section__list .lineup-section__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page .lineup .lineup-section__wrap--2 .lineup-section .lineup-section__product .lineup-section__color {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 10px;
}
.page .lineup .lineup-section__wrap--2 .lineup-section .lineup-section__product .lineup-section__color li {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin: 0 4px;
}
@media screen and (min-width: 769px) {
  .page .lineup .lineup-section__wrap--2 .lineup-section:nth-child(even) .lineup-section__head {
    right: 102px;
    left: auto;
  }
}
@media screen and (max-width: 768px) {
  .page .lineup .lineup-section__wrap--2 .lineup-section:nth-child(even) .lineup-section__head {
    right: 3.3vw;
    left: auto;
  }
}
.page .lineup .lineup-section__wrap--2 .lineup-section:nth-child(even) .lineup-section__contents:after {
  left: auto;
  right: 54px;
}
@media screen and (max-width: 768px) {
  .page .lineup .lineup-section__wrap--2 .lineup-section:nth-child(even) .lineup-section__contents:after {
    right: 0;
  }
}
@media screen and (min-width: 769px) {
  .page .lineup .lineup-section__wrap--2 .lineup-section:nth-child(even) .lineup-section__contents .lineup-section__text {
    bottom: 62px;
    left: auto;
    right: 46px;
  }
}
.page .lineup .lineup-section__wrap--2 .lineup-section:nth-child(even) .lineup-section__inner {
  margin: 0 54px 0 auto;
}
@media screen and (max-width: 768px) {
  .page .lineup .lineup-section__wrap--2 .lineup-section:nth-child(even) .lineup-section__inner {
    margin: 0 0 0 auto;
  }
}
.page .lineup .lineup-section__wrap--2 .lineup-section:nth-child(even) .lineup-section__product {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .page .lineup .lineup-section--setup .lineup-section__contents .lineup-section__img li {
    width: 18.9vw;
    min-width: 18.9vw;
  }
}
.page .lineup .lineup-section--jacket .lineup-section__contents {
  background-image: url("/ec/img/usr/pg/campaign/newstandard/25ss/mens/lineup_section_bg_jacket.png");
}
@media screen and (max-width: 768px) {
  .page .lineup .lineup-section--jacket .lineup-section__contents {
    background-image: url("/ec/img/usr/pg/campaign/newstandard/25ss/mens/lineup_section_bg_jacket_sp.png");
  }
}
.page .lineup .lineup-section--pants .lineup-section__contents {
  background-image: url("/ec/img/usr/pg/campaign/newstandard/25ss/mens/lineup_section_bg_pants.png");
}
@media screen and (max-width: 768px) {
  .page .lineup .lineup-section--pants .lineup-section__contents {
    background-image: url("/ec/img/usr/pg/campaign/newstandard/25ss/mens/lineup_section_bg_pants_sp.png");
  }
}
.page .lineup .lineup-section--t-shirt .lineup-section__contents {
  background-image: url("/ec/img/usr/pg/campaign/newstandard/25ss/mens/lineup_section_bg_t-shirt.png");
}
@media screen and (max-width: 768px) {
  .page .lineup .lineup-section--t-shirt .lineup-section__contents {
    background-image: url("/ec/img/usr/pg/campaign/newstandard/25ss/mens/lineup_section_bg_t-shirt_sp.png");
  }
}
.page .lineup .lineup-section--t-shirt .js-slick-lineup .slick-dots li:nth-child(1) {
  background-color: #2C3231;
}
.page .lineup .lineup-section--t-shirt .js-slick-lineup .slick-dots li:nth-child(2) {
  background-color: #89A8D8;
}
.page .lineup .lineup-section--t-shirt .js-slick-lineup .slick-dots li:nth-child(3) {
  background-color: #BDA7B2;
}
.page .lineup .lineup-section--t-shirt .lineup-section__list li:nth-child(1) .lineup-section__color li:nth-child(1) {
  background: #1A1311;
}
.page .lineup .lineup-section--t-shirt .lineup-section__list li:nth-child(1) .lineup-section__color li:nth-child(2) {
  background: #fff;
  border: 1px solid #707070;
}
.page .lineup .lineup-section--t-shirt .lineup-section__list li:nth-child(1) .lineup-section__color li:nth-child(3) {
  background: #18353F;
}
.page .lineup .lineup-section--t-shirt .lineup-section__list li:nth-child(2) .lineup-section__color li:nth-child(1) {
  background: #1A1311;
}
.page .lineup .lineup-section--t-shirt .lineup-section__list li:nth-child(2) .lineup-section__color li:nth-child(2) {
  background: #fff;
  border: 1px solid #707070;
}
.page .lineup .lineup-section--t-shirt .lineup-section__list li:nth-child(2) .lineup-section__color li:nth-child(3) {
  background: #001E4C;
}
.page .lineup .lineup-section--t-shirt .lineup-section__list li:nth-child(2) .lineup-section__color li:nth-child(4) {
  background: #DBD4CA;
}
.page .lineup .lineup-section--t-shirt .lineup-section__list li:nth-child(2) .lineup-section__color li:nth-child(5) {
  background: #767676;
}
.page .lineup .lineup-section--shirt .lineup-section__contents {
  background-image: url("/ec/img/usr/pg/campaign/newstandard/25ss/mens/lineup_section_bg_shirt.png");
}
@media screen and (max-width: 768px) {
  .page .lineup .lineup-section--shirt .lineup-section__contents {
    background-image: url("/ec/img/usr/pg/campaign/newstandard/25ss/mens/lineup_section_bg_shirt_sp.png");
  }
}
.page .lineup .lineup-section--shirt .js-slick-lineup .slick-dots li:nth-child(1) {
  background-color: #fff;
}
.page .lineup .lineup-section--shirt .js-slick-lineup .slick-dots li:nth-child(2) {
  background-color: #1A1311;
}
.page .lineup .lineup-section--shirt .lineup-section__list li:nth-child(1) .lineup-section__color li:nth-child(1) {
  background: #fff;
  border: 1px solid #707070;
}
.page .lineup .lineup-section--shirt .lineup-section__list li:nth-child(1) .lineup-section__color li:nth-child(2) {
  background: #618AB0;
}
.page .lineup .lineup-section--shirt .lineup-section__list li:nth-child(1) .lineup-section__color li:nth-child(3) {
  background: #8E8E8F;
}
.page .lineup .lineup-section--shirt .lineup-section__list li:nth-child(2) .lineup-section__color li:nth-child(1) {
  background: #1D292E;
}
.page .lineup .lineup-section--shirt .lineup-section__list li:nth-child(2) .lineup-section__color li:nth-child(2) {
  background: #BBDBBA;
}
.page .lineup .lineup-section--shirt .lineup-section__list li:nth-child(3) .lineup-section__color li:nth-child(1) {
  background: #A0D0E8;
}
.page .lineup .lineup-section--shirt .lineup-section__list li:nth-child(3) .lineup-section__color li:nth-child(2) {
  background: #406BA7;
}
.page .lineup .lineup-section--shirt .lineup-section__list li:nth-child(3) .lineup-section__color li:nth-child(3) {
  background: #E0CEDA;
}
.page .lineup .lineup-section--shirt .lineup-section__goods .lineup-section__goods__item:nth-child(1) .slick-dots li:nth-child(1) {
  background: #6C8495;
}
.page .lineup .lineup-section--shirt .lineup-section__goods .lineup-section__goods__item:nth-child(1) .slick-dots li:nth-child(2) {
  background: #617772;
}
.page .lineup .lineup-section--shirt .lineup-section__goods .lineup-section__goods__item:nth-child(2) .slick-dots li:nth-child(1) {
  background: #555b71;
}
.page .lineup .lineup-section--shirt .lineup-section__goods .lineup-section__goods__item:nth-child(2) .slick-dots li:nth-child(2) {
  background: #999498;
}
.page .lineup .lineup-section--shirt .lineup-section__goods .lineup-section__goods__item:nth-child(2) .slick-dots li:nth-child(3) {
  background: #918b7f;
}
.page .lineup .lineup-section--shirt .lineup-section__goods .lineup-section__goods__item:nth-child(2) .slick-dots li:nth-child(4) {
  background: #adb9b9;
}
.page .lineup .lineup-section--shirt .lineup-section__goods .lineup-section__goods__item:nth-child(3) .slick-dots li:nth-child(1) {
  background: #171B18;
}
.page .lineup .lineup-section--shirt .lineup-section__goods .lineup-section__goods__item:nth-child(3) .slick-dots li:nth-child(2) {
  background: #5A6B7B;
}
.page .lineup .lineup-section--bag_shoes {
  max-width: 1200px;
}
@media screen and (max-width: 768px) {
  .page .lineup .lineup-section--bag_shoes {
    margin-bottom: 40vw;
  }
}
.page .lineup .lineup-section--bag_shoes .lineup-section__head {
  right: 150px !important;
}
@media screen and (max-width: 768px) {
  .page .lineup .lineup-section--bag_shoes .lineup-section__head {
    right: 2.6vw !important;
  }
}
.page .lineup .lineup-section--bag_shoes .lineup-section__contents {
  height: 505px;
  background-image: url("/ec/img/usr/pg/campaign/newstandard/25ss/mens/lineup_section_bg_bag_shoes.png");
}
.page .lineup .lineup-section--bag_shoes .lineup-section__contents:after {
  right: 110px !important;
}
@media screen and (max-width: 768px) {
  .page .lineup .lineup-section--bag_shoes .lineup-section__contents:after {
    right: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .page .lineup .lineup-section--bag_shoes .lineup-section__contents {
    height: 59.4vw;
    background-image: url("/ec/img/usr/pg/campaign/newstandard/25ss/mens/lineup_section_bg_bag_shoes_sp.png");
  }
}
.page .lineup .lineup-section--bag_shoes .lineup-section__contents .lineup-section__inner {
  margin: 0 110px 0 auto !important;
}
@media screen and (max-width: 768px) {
  .page .lineup .lineup-section--bag_shoes .lineup-section__contents .lineup-section__inner {
    position: absolute;
    bottom: -33.9vw;
    left: 0;
    right: 0;
    margin: auto;
    width: 100% !important;
    height: auto;
    margin: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .page .lineup .lineup-section--bag_shoes .lineup-section__contents .lineup-section__list {
    width: 78vw;
    margin: 0 auto;
  }
  .page .lineup .lineup-section--bag_shoes .lineup-section__contents .lineup-section__list li {
    border-bottom: 1px solid #000;
  }
  .page .lineup .lineup-section--bag_shoes .lineup-section__contents .lineup-section__list li * {
    color: #000;
  }
}

/* days
---------------------------*/
.page .actibiz_detail {
  max-width: 688px;
  width: 100%;
  margin: 100px auto;
}

.page .style-goods_flex{
  max-width: 270px !important;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .page .style-goods_flex{
    width: 100% !important;
    max-width: 72.2vw !important;
    align-items: center;
    justify-content: space-between;
  }
}
.page .style-goods_flex a{
  width: 48%;
}
@media screen and (max-width: 768px) {
  .page .style-goods_two{
    padding-bottom: 24.2vw !important;
  }
}
