@charset "UTF-8";
.page p, .page span, .page a, .page h2, .page h3 {
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.5;
}

.page a {
  display: block;
  -webkit-transition: all .3s ease-in 0s;
  transition: all .3s ease-in 0s;
}

.page a:hover {
  opacity: 0.6;
}

.page img {
  max-width: 100%;
  height: auto;
}

.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;
}

html {
  scroll-behavior: smooth;
}

@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;
  }
}

.p-top__sns {
  padding: 165px 0 30px !important;
  position: relative;
}

.page {
  overflow: hidden;
  background: #fff;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", "sans-serif";
  color: #333333;
  /*=============================
	 kv
	=============================*/
  /*=============================
	 item　scroll ver
	=============================*/
}

.pane-contents .pane-main{
  margin-bottom: 0;
}

.page__inner {
  margin: auto;
  max-width: 980px;
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
  .page__inner {
    padding: 0 20px;
  }
}

@media screen and (max-width: 768px) {
  .page__inner {
    width: 89.6vw;
  }
}

@media screen and (max-width: 768px) {
  .page .ancor {
    padding-top: 3.9vw;
    margin-top: -3.9vw;
  }
}

.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: 1024px) 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 {
  margin: auto;
}

.page .nav {
  margin-top: 61px;
}

@media screen and (max-width: 768px) {
  .page .nav {
    margin-top: 16.7vw;
  }
}

.page .nav__heading {
  font-size: 32px;
  font-weight: 700;
  font-weight: Bold;
  margin-bottom: 17px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .page .nav__heading {
    font-size: 5.7vw;
    margin-bottom: 4.3vw;
  }
}

.page .nav__text {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .page .nav__text {
    font-size: 3.9vw;
  }
}

.page .nav__list {
  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;
  margin-top: 32px;
}

@media screen and (max-width: 768px) {
  .page .nav__list {
    max-width: 89.6vw;
    width: 100%;
    margin: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 8.5vw;
  }
}

.page .nav__item {
  max-width: 226px;
  width: 100%;
  margin-right: 24px;
}

@media screen and (max-width: 768px) {
  .page .nav__item {
    max-width: 42.7vw;
    margin-right: 4.2vw;
  }
}

.page .nav__item a {
  position: relative;
}

.page .nav__item a::after {
  content: '';
  display: block;
  position: absolute;
  background-image: url("/ec/img/usr/pg/campaign/rainy-season/25ss/nav-arrow.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  bottom: -20px;
  right: 50%;
  -webkit-transform: translate(50%, 0);
          transform: translate(50%, 0);
}

@media screen and (max-width: 768px) {
  .page .nav__item a::after {
    width: 10.4vw;
    height: 10.4vw;
    bottom: -5.2vw;
  }
}

@media screen and (max-width: 768px) {
  .page .nav__item:nth-child(2n) {
    margin-right: 0;
  }
}

.page .nav__item:last-child {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .page .nav__item:last-child {
    margin-top: 9.4vw;
  }
}

.page .rainy {
  padding: 96px 0;
  margin-top: 96px;
  background-color: #DCEEF6;
}

@media screen and (max-width: 768px) {
  .page .rainy {
    padding: 25vw 0;
    margin-top: 25vw;
  }
}

.page .rainy__heading {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 33px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .page .rainy__heading {
    font-size: 5.7vw;
  }
}

.page .sec__img {
  max-width: 320px;
  width: 100%;
  margin: auto;
  margin: 0 auto 32px auto;
}

@media screen and (max-width: 768px) {
  .page .sec__img {
    max-width: 52.1vw;
    margin: 0 auto 8.3vw auto;
  }
}

.page .sec_shirt {
  margin-top: 96px;
}

@media screen and (max-width: 768px) {
  .page .sec_shirt {
    margin-top: 25vw;
  }
}

.page .sec_shirt__banner--text {
  text-align: center;
  font-size: 16px;
  line-height: 28.8px;
  color: #333333;
  margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
  .page .sec_shirt__banner--text {
    font-size: 3.6vw;
    line-height: 6.5vw;
    margin-bottom: 4.2vw;
  }
}

.page .sec_shirt__banner--img {
  width: 500px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .page .sec_shirt__banner--img {
    width: 89.6vw;
  }
}

.page .sec_shirt__heading {
  max-width: 976px;
  width: 100%;
  margin: auto;
  margin-bottom: 32px;
}

@media screen and (max-width: 768px) {
  .page .sec_shirt__heading {
    max-width: 89.6vw;
    margin-bottom: 8.3vw;
  }
}

.page .sec_shirt .sec__icons {
  max-width: 380px;
  width: 100%;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .page .sec_shirt .sec__icons {
    max-width: 70.3vw;
  }
}

.page .sec_polo {
  margin-top: 96px;
}

@media screen and (max-width: 768px) {
  .page .sec_polo {
    margin-top: 25vw;
  }
}

.page .sec_polo__banner--text {
  text-align: center;
  font-size: 16px;
  line-height: 28.8px;
  color: #333333;
  margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
  .page .sec_polo__banner--text {
    font-size: 3.6vw;
    line-height: 6.5vw;
    margin-bottom: 4.2vw;
  }
}

.page .sec_polo__banner--img {
  width: 500px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .page .sec_polo__banner--img {
    width: 89.6vw;
  }
}

.page .sec_polo__heading {
  max-width: 976px;
  width: 100%;
  margin: auto;
  margin-bottom: 32px;
}

@media screen and (max-width: 768px) {
  .page .sec_polo__heading {
    max-width: 89.6vw;
    margin-bottom: 8.3vw;
  }
}

.page .sec_polo .sec__icons {
  max-width: 256px;
  width: 100%;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .page .sec_polo .sec__icons {
    max-width: 47.3vw;
  }
}

.page .sec_innerwear {
  margin-top: 96px;
}

@media screen and (max-width: 768px) {
  .page .sec_innerwear {
    margin-top: 25vw;
  }
}

.page .sec_innerwear__banner--text {
  text-align: center;
  font-size: 16px;
  line-height: 28.8px;
  color: #333333;
  margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
  .page .sec_innerwear__banner--text {
    font-size: 3.6vw;
    line-height: 6.5vw;
    margin-bottom: 4.2vw;
  }
}

.page .sec_innerwear__banner--img {
  width: 500px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .page .sec_innerwear__banner--img {
    width: 89.6vw;
  }
}

.page .sec_innerwear__heading {
  max-width: 976px;
  width: 100%;
  margin: auto;
  margin-bottom: 32px;
}

@media screen and (max-width: 768px) {
  .page .sec_innerwear__heading {
    max-width: 89.6vw;
    margin-bottom: 8.3vw;
  }
}

.page .sec_innerwear .sec__icons {
  max-width: 148px;
  width: 100%;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .page .sec_innerwear .sec__icons {
    max-width: 27.2vw;
  }
}

@media screen and (max-width: 768px) {
  .page .sec_underwear {
    margin-top: 8.5vw;
  }
}

.page .sec_underwear__banner--text {
  text-align: center;
  font-size: 16px;
  line-height: 28.8px;
  color: #333333;
  margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
  .page .sec_underwear__banner--text {
    font-size: 3.6vw;
    line-height: 6.5vw;
    margin-bottom: 4.2vw;
  }
}

.page .sec_underwear__banner--img {
  width: 500px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .page .sec_underwear__banner--img {
    width: 89.6vw;
  }
}

.page .sec_underwear__heading {
  max-width: 976px;
  width: 100%;
  margin: auto;
  margin-bottom: 32px;
}

@media screen and (max-width: 768px) {
  .page .sec_underwear__heading {
    max-width: 89.6vw;
    margin-bottom: 8.3vw;
  }
}

.page .sec_underwear .sec__icons {
  max-width: 204px;
  width: 100%;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .page .sec_underwear .sec__icons {
    max-width: 37.6vw;
  }
}

.page .sec_indoor {
  margin-top: 96px;
}

@media screen and (max-width: 768px) {
  .page .sec_indoor {
    margin-top: 25vw;
  }
}

.page .sec_indoor__banner--text {
  text-align: center;
  font-size: 16px;
  line-height: 28.8px;
  color: #333333;
  margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
  .page .sec_indoor__banner--text {
    font-size: 3.6vw;
    line-height: 6.5vw;
    margin-bottom: 4.2vw;
  }
}

.page .sec_indoor__banner--img {
  width: 500px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .page .sec_indoor__banner--img {
    width: 89.6vw;
  }
}

.page .sec_indoor__heading {
  max-width: 976px;
  width: 100%;
  margin: auto;
  margin-bottom: 32px;
}

@media screen and (max-width: 768px) {
  .page .sec_indoor__heading {
    max-width: 89.6vw;
    margin-bottom: 5.2vw;
  }
}

.page .sec__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

@media screen and (max-width: 768px) {
  .page .sec__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 0;
  }
}

.page .sec__wrapper .comming-soon {
  position: absolute;
  margin-left: 127px;
  margin-right: 173px;
  margin-bottom: 82px;
  bottom: 0;
  z-index: 4;
  max-width: 680px;
  width: 100%;
  color: #FFFFFF;
}

@media screen and (max-width: 768px) {
  .page .sec__wrapper .comming-soon {
    margin-left: 2.9vw;
    margin-right: 0;
    margin-bottom: 0;
    margin-top: 25.1vw;
    top: 0;
    z-index: 4;
    max-width: 86.7vw;
  }
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
  .page .sec__wrapper .comming-soon {
    margin-right: 70px;
  }
}

.page .sec__wrapper--2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border: 1px solid #CB8C95;
  margin-top: 80px;
  padding-bottom: 72px;
  padding-left: 56px;
}

@media screen and (max-width: 768px) {
  .page .sec__wrapper--2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 48.8vw;
    padding-left: 0;
    padding-bottom: 9.4vw;
  }
}

.page .sec__wrapper--reverse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  border: 1px solid #CB8C95;
  margin-top: 80px;
  padding-bottom: 72px;
  padding-left: 56px;
}

@media screen and (max-width: 768px) {
  .page .sec__wrapper--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 48.8vw;
    padding-left: 0;
    padding-bottom: 9.4vw;
  }
}

.page .sec__fig {
  margin-top: -80px;
  margin-right: 58px;
  max-width: 498px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .page .sec__fig {
    margin: auto;
    margin-top: -48.8vw;
    max-width: 79.2vw;
  }
}

.page .sec__text {
  text-align: left;
  max-width: 564px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page .sec__text .img {
  margin-top: 64px;
}

.page .sec__image {
  margin-top: -61px;
}

.page .sec__image .img {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 400px;
}

@media screen and (max-width: 768px) {
  .page .sec__image .img {
    max-width: 62.5vw;
  }
}

.page .item__anchor {
  max-width: 476px;
  width: 100%;
  display: block;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 32px auto 0;
}

@media screen and (max-width: 768px) {
  .page .item__anchor {
    max-width: 89.6vw;
    margin: 8.5vw auto 0;
    width: 100%;
  }
}

.page .item__anchor .btn {
  position: relative;
  width: 100%;
  margin: 0 auto 0;
  padding: 18px 0;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  display: block;
  border: solid 1px #3698D5;
  color: #3698D5;
  background-color: #FFFFFF;
  line-height: 1.5;
  border-radius: 0;
}

@media screen and (max-width: 768px) {
  .page .item__anchor .btn {
    width: 100%;
    font-size: 2.6vw;
    line-height: 6.5vw;
    margin: 0 auto 0;
    padding: 3vw;
    border: solid 0.3vw #3698D5;
  }
}

.page .item__anchor .btn .sb {
  position: relative;
  z-index: 1;
  display: block;
  font-size: 18px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .page .item__anchor .btn .sb {
    font-size: 2.9vw;
  }
}

.page .item__anchor .btn b {
  position: relative;
  z-index: 1;
  font-weight: 700;
  font-size: 16px;
  vertical-align: baseline;
}

@media screen and (max-width: 768px) {
  .page .item__anchor .btn b {
    font-size: 3.6vw;
  }
}

.page .item__anchor .btn .img {
  position: absolute;
  width: 90px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 24px;
}

@media screen and (max-width: 768px) {
  .page .item__anchor .btn .img {
    width: 16.1vw;
    left: 3.1vw;
  }
}

.page .item__anchor .btn .arrow_right {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 5.1%;
}

@media screen and (max-width: 768px) {
  .page .item__anchor .btn .arrow_right {
    right: 3.1vw;
  }
}

.page .item__anchor .btn .arrow_right:after {
  content: "";
  display: block;
  width: 8px;
  height: 16px;
  background-image: url("/ec/img/usr/pg/campaign/rainy-season/25ss/btn_arrow.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 768px) {
  .page .item__anchor .btn .arrow_right:after {
    width: 1.6vw;
    height: 3.1vw;
  }
}

.page .sec_summer {
  padding-top: 0;
  max-width: 980px;
  width: calc(100% - 40px);
  margin: auto;
  margin-top: 127px;
}

@media screen and (max-width: 768px) {
  .page .sec_summer {
    width: calc(100% - 10.417vw);
    margin-top: 19.8vw;
  }
}

.page .sec_summer-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  text-align: center;
  margin-bottom: 45px;
}

@media screen and (max-width: 768px) {
  .page .sec_summer-title {
    font-size: 5.7vw;
    line-height: 7.8vw;
    margin-bottom: 8.5vw;
  }
}

.page .sec_summer-cont {
  margin: auto;
}

.page .sec_summer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media screen and (max-width: 768px) {
  .page .sec_summer-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.page .sec_summer-item {
  width: calc(33.3333333333% - 25px);
  height: auto;
}

@media screen and (max-width: 768px) {
  .page .sec_summer-item img {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .page .sec_summer-item {
    width: 100%;
  }
}

.page .sec_summer-item:not(:last-child) {
  margin-right: 40px;
}

@media screen and (max-width: 768px) {
  .page .sec_summer-item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 12.5vw;
  }
}

.page .sec_summer-item p {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  color: #333333;
  margin: 24px 0 15px 0;
}

@media screen and (max-width: 768px) {
  .page .sec_summer-item p {
    font-size: 3.6vw;
    line-height: 5.2vw;
    margin: 5.2vw 0 4.2vw 0 !important;
  }
}

.page .sec_summer-item-btn {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #333333;
  text-align: center;
  padding: 12px 0;
  border: 1px solid #707070;
  position: relative;
}

@media screen and (max-width: 768px) {
  .page .sec_summer-item-btn {
    padding: 3.9vw 0;
    font-size: 3.6vw;
    line-height: 5.2vw;
  }
}

.page .sec_summer-item .arrow {
  position: absolute;
  right: 5%;
  top: 40%;
  border: solid black;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

@media screen and (max-width: 768px) {
  .page .sec_summer-item .arrow {
    padding: 1.3vw;
    border-width: 0 0.4vw 0.4vw 0;
    top: 35%;
  }
}

.page .item__scroll {
  width: 100%;
  max-width: 100%;
  text-align: center;
  margin-top: 32px;
}

@media screen and (max-width: 768px) {
  .page .item__scroll {
    width: 100%;
    max-width: 100%;
    margin: auto;
    margin-top: 8.3vw;
  }
}

.page .item__scroll--1 {
  margin-top: 0;
}

.page .item__scroll .item__text {
  font-size: 16px;
  color: #333333;
  font-weight: 300;
  line-height: 28.8px;
  margin-top: 48px;
}

@media screen and (max-width: 768px) {
  .page .item__scroll .item__text {
    font-size: 3.6vw;
    line-height: 6.5vw;
    margin-top: 8.3vw;
  }
}

.page .item__scroll .item__title {
  max-width: 156px;
  width: 100%;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .page .item__scroll .item__title {
    max-width: 39.5vw;
  }
}

.page .item__scroll .item__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media screen and (max-width: 768px) {
  .page .item__scroll .item__list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 5.2vw;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-y: hidden;
    display: -webkit-box;
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
    scrollbar-width: none;
    /* Firefox */
  }
  .page .item__scroll .item__list::-webkit-scrollbar {
    display: none;
    /* Safari and Chrome */
  }
}

.page .item__scroll .item__list li {
  width: 226px;
  margin-right: 24px;
}

.page .item__scroll .item__list li:last-child {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .page .item__scroll .item__list li {
    width: 100%;
    max-width: 39.8vw;
    position: relative;
    margin-right: 4.2vw;
  }
  .page .item__scroll .item__list li:last-child::after {
    position: absolute;
    content: '';
    top: 0;
    left: 100%;
    height: 1px;
    width: 2.6vw;
    background-color: transparent;
  }
}

.page .item__scroll .item__list li .item__list__img {
  display: block;
  margin: 0 auto;
}

.page .item__scroll .item__list li .item__list__text {
  display: block;
  margin: 0 auto;
  margin-top: 16px;
}

@media screen and (max-width: 768px) {
  .page .item__scroll .item__list li .item__list__text {
    margin-top: 2vw;
  }
}

.page .item__scroll .item__list li .item__list__text .item--name {
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  font-weight: 200;
  margin-bottom: 8px;
}

@media screen and (max-width: 768px) {
  .page .item__scroll .item__list li .item__list__text .item--name {
    font-size: 3.1vw;
    margin-bottom: 0.5vw;
    line-height: 4.7vw;
  }
}

.page .recommend {
  padding: 0 0 80px 0;
  margin-top: 120px;
}

@media screen and (max-width: 768px) {
  .page .recommend {
    margin-top: 13vw;
    padding: 0 0 13vw 0;
  }
}

@media screen and (max-width: 768px) {
  .page .recommend .page__inner {
    max-width: 89.6vw;
    margin: auto;
  }
}

.page .recommend__heading {
  font-size: 34px;
  line-height: 51px;
  font-weight: 500;
  margin: auto;
  background-color: #FFFFFF;
  margin: auto;
  text-align: center;
  position: relative;
  max-width: 980px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page .recommend__heading::before {
  content: "こちらもおすすめ";
  font-size: 34px;
  font-weight: 500;
  max-width: 320px;
  width: 100%;
  height: 49px;
  line-height: 49px;
  background-color: #FFFFFF;
  display: block;
  top: -26px;
  z-index: 1;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .page .recommend__heading::before {
    font-weight: 600;
    max-width: 66.4vw;
    font-size: 7.8vw;
    height: 11.3vw;
    line-height: 11.3vw;
  }
}

.page .recommend__heading::after {
  content: "";
  max-width: 100%;
  width: 100%;
  top: 50%;
  height: 2px;
  background-color: #333333;
  display: block;
  right: 0;
  position: absolute;
}

@media screen and (max-width: 768px) {
  .page .recommend__heading::after {
    height: 0.3vw;
  }
}

@media screen and (max-width: 768px) {
  .page .recommend__heading {
    font-size: 5.2vw;
    line-height: 8.6vw;
  }
}

.page .recommend__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-top: 61px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .page .recommend__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 7.4vw;
  }
}

.page .recommend__item {
  width: calc(100%/3 - 26px);
  margin-right: 40px;
}

@media screen and (max-width: 768px) {
  .page .recommend__item {
    max-width: 89.6vw;
    margin-right: 0;
    width: 100%;
    margin-top: 13vw;
  }
  .page .recommend__item:first-child {
    margin-top: 0;
  }
}

.page .recommend__item:last-child {
  margin-right: 0;
}

.page .recommend__item-img {
  margin-bottom: 13.6px;
}

@media screen and (max-width: 768px) {
  .page .recommend__item-img {
    margin-bottom: 0;
    width: 100%;
  }
}

.page .recommend__item-text {
  height: auto;
  font-size: 16px;
  font-weight: 300;
  color: #000000;
  margin-bottom: 16px;
  height: 78px;
  line-height: 24px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (max-width: 768px) {
  .page .recommend__item-text {
    font-weight: bold;
    margin: 2.6vw 0 2.7vw 0;
    font-size: 4.2vw;
    line-height: 6.3vw;
    height: auto;
  }
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
  .page .recommend__item-text {
    height: 90px !important;
  }
}

.page .recommend__item-btn {
  text-align: center;
  margin-top: auto;
}

.page .recommend__item-btn a {
  position: relative;
  padding: 13px;
  width: 100%;
  font-weight: 500;
  background-color: #FFFFFF;
  border: 1px solid #707070;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
}

@media screen and (max-width: 768px) {
  .page .recommend__item-btn a {
    max-width: 89.6vw;
    width: 100%;
    padding: 3.7vw;
    font-size: 4.7vw;
    line-height: 6.4vw;
    border: 0.3vw solid #707070;
  }
}

.page .recommend__item-btn a .arrow_right {
  position: absolute;
  right: 5%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
}

.page .recommend__item-btn a .arrow_right::after {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid;
  border-color: #000000 #000000 transparent transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
}

@media screen and (max-width: 768px) {
  .page .recommend__item-btn a .arrow_right::after {
    border: 0.3vw solid;
    border-color: #000000 #000000 transparent transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
  }
}

.page .preset_price_area {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #333333;
}

@media screen and (max-width: 768px) {
  .page .preset_price_area {
    font-size: 3.1vw;
    line-height: 4.7vw;
    margin-top: 0.7vw;
  }
}

.page .ajax_area a.cartinbtn {
  width: 100%;
  background-color: #000000;
  font-size: 14px;
  font-weight: 300;
  margin-top: 16px;
}

@media screen and (max-width: 768px) {
  .page .ajax_area a.cartinbtn {
    font-size: 3.6vw;
    margin-top: 2.3vw;
    line-height: 6vw;
    padding: 2.3vw;
    border-radius: 0.7vw;
  }
}

.page .ajax_area .stock_exist {
  width: 100%;
  font-size: 14px;
  font-weight: 300;
  line-height: 19.5px;
  color: #333333;
  padding: 7px;
}

@media screen and (max-width: 768px) {
  .page .ajax_area .stock_exist {
    width: 100%;
    font-size: 3.6vw;
    line-height: 6vw;
    margin: 2vw auto 0;
    border-radius: 0.8vw;
    padding: 1.4vw;
    border-radius: 0.7vw;
  }
}

@media screen and (max-width: 768px) {
  .page .ajax_area .stock_exist:before {
    border: 1.2vw solid transparent;
    border-bottom: 1.6vw solid #444;
  }
}

@media screen and (max-width: 768px) {
  .page .ajax_area .stock_exist::after {
    border: 1.2vw solid transparent;
    border-top: 1.6vw solid #444;
  }
}

.page .recommend-knit a.cartinbtn {
  width: 100%;
  background-color: #525D71;
  font-size: 13px;
  font-weight: 300;
  margin-top: 16px;
}

@media screen and (max-width: 768px) {
  .page .recommend-knit a.cartinbtn {
    font-size: 3.4vw;
    margin-top: 3.1vw;
    line-height: 4.4vw;
    padding: 2.4vw;
  }
}

.page .reservation__btn .btn {
  position: relative;
  width: 100%;
  color: #616161;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin: 14px auto 0;
}

@media screen and (max-width: 768px) {
  .page .reservation__btn .btn {
    font-size: 3.6vw;
    line-height: 5.2vw;
    margin: 1.3vw auto 0;
  }
}

.page .reservation__btn .btn::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 14px;
  background-image: url(../img/hanger_icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 4px 0 0;
  color: #616161;
  vertical-align: baseline;
}

@media screen and (max-width: 768px) {
  .page .reservation__btn .btn::before {
    width: 5.2vw;
    height: 3.1vw;
    vertical-align: middle;
    margin: 0 1.3vw 0 0;
  }
}

.page .reservation__btn .btn .arrow_right {
  position: absolute;
  right: 5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
}

@media screen and (max-width: 768px) {
  .page .reservation__btn .btn .arrow_right {
    right: 3.1vw;
  }
}

.page .reservation__btn .btn .arrow_right:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border: 1px solid;
  border-color: #000 #000 transparent transparent;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 50%;
  color: #474747;
}

@media screen and (max-width: 768px) {
  .page .reservation__btn .btn .arrow_right:after {
    width: 1.7vw;
    height: 1.7vw;
  }
}


.page .sec_allweather{
  margin-bottom: 140px;
}
.page .sec_allweather .sec_allweather__heading{
  display: block;
  max-width: 976px;
  margin: 96px auto 0;
}
.page .sec_allweather .sec__wrapper{
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  max-width: 976px;
  margin: 0 auto;
}
.page .sec_allweather .sec__wrapper .allweather_shoes,.allweather_bag{
  width: 48.7%;
}
.page .sec_allweather .sec__wrapper .allweather_shoes .item__list,.allweather_bag .item__list{
  display: flex;
  justify-content: center;
  gap: 24px;
}
.page .sec_allweather .sec__wrapper .allweather_shoes .item__list__id,.allweather_bag .item__list__id{
  max-width: 226px;
  text-align: center;
}
.page .sec_allweather .sec__wrapper .item__list__img{
  margin-bottom: 20px;
}
.page .sec_allweather .sec__wrapper .item__list__name{
  margin-bottom: 8px;
}

.page .sec_allweather .sec__wrapper .allweather_heading{
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 40px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .page .sec_allweather{
    margin-bottom: 25vw;
  }
  .page .sec_allweather .sec__wrapper{
    flex-direction: column;
    gap: 12.5vw;
    align-items: center;
  }
  .page .sec_allweather .sec_allweather__heading{
    display: block;
    max-width: 89.6vw;
    margin-top: 25vw;
    margin-bottom: 8.3vw;
  }
  .page .sec_allweather .sec__wrapper .allweather_shoes,.allweather_bag{
    width: 83.8vw;
  }
  .page .sec_allweather .sec__wrapper .allweather_heading{
    font-size: 4.6vw;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 5.2vw;
    text-align: center;
  }
  .page .sec_allweather .sec__wrapper .allweather_shoes .item__list,.allweather_bag .item__list{
    gap: 4.1vw;
  }
  .page .sec_allweather .sec__wrapper .allweather_shoes .item__list__id,.allweather_bag .item__list__id{
    max-width: 39.8vw;
    text-align: center;
  }
  .page .sec_allweather .sec__wrapper .item__list__img{
    margin-bottom: 4vw;
  }
  .page .sec_allweather .sec__wrapper .item__list__name{
    margin-bottom: 2vw;
  }
}
/*# sourceMappingURL=style.css.map */