@charset "UTF-8";
.sp {
  display: none;
}
@media (max-width: 768px) {
  .sp {
    display: block;
  }
}

.main-contents {
  font-size: 15px;
  line-height: 1.6;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", "sans-serif";
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 500;
  letter-spacing: 0.05em;
  background-color: #fff;
}
@media (max-width: 768px) {
  .main-contents {
    font-size: 4vw;
  }
}

.sct {
  padding: 40px 0;
}
@media (max-width: 768px) {
  .sct {
    padding: 7.5vw 0;
  }
}

.inr {
  width: 980px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .inr {
    width: 90%;
  }
}

.aln-c {
  text-align: center;
}

.main-contents h2 {
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .main-contents h2 {
    font-size: 8vw;
    margin-bottom: 5vw;
  }
}
.main-contents h2 span {
  font-size: 14px;
  color: #3D9CBF;
}

.inr h3, .cnt_plus-point h3 {
  margin-bottom: 20px;
  font-size: 32px;
  text-align: center;
  font-weight: 700;
}
@media (max-width: 768px) {
  .inr h3, .cnt_plus-point h3 {
    font-size: 6.2vw;
    margin-bottom: 5vw;
  }
}

.hdg_en {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  font-size: 16px;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.01em;
  color: #3D9CBF;
}
.ladies .hdg_en {
  color: #3AC2C7;
}
@media (max-width: 768px) {
  .hdg_en {
    font-size: 12px;
  }
}
.hdg_en:before, .hdg_en::after {
  content: "";
  display: block;
  position: relative;
  top: 14px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 1vw;
  height: 1px;
  background-color: #3D9CBF;
}
.ladies .hdg_en:before, .ladies .hdg_en::after {
  background-color: #3AC2C7;
}
@media (max-width: 768px) {
  .hdg_en:before, .hdg_en::after {
    top: 8px;
  }
}
.hdg_en:before {
  margin-right: 10px;
}
@media (max-width: 768px) {
  .hdg_en:before {
    margin-right: 2vw;
  }
}
.hdg_en::after {
  margin-left: 10px;
}
@media (max-width: 768px) {
  .hdg_en::after {
    margin-left: 2vw;
  }
}

.hdg-sub_blue {
  font-size: 16px;
  font-weight: 700;
  color: #3D9CBF;
}
@media (max-width: 768px) {
  .hdg-sub_blue {
    font-size: 4vw;
  }
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

@media (max-width: 768px) {
  .pc {
    display: none;
  }
}
.sct_kv {
  position: relative;
  width: 100%;
  height: 500px;
  background-color: #fff;
  background-image: url("/ec/img/usr/pg/campaign/washable_suit_ladies/kv_pc-240318.png");
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .sct_kv {
    background-size: contain;
    height: 130vw;
    background-image: url("/ec/img/usr/pg/campaign/washable_suit_ladies/kv_sp-240318.png");
  }
}
.sct_kv .sct_kv__title {
  display: none;
}
.sct_kv h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 70%;
  max-width: 1300px;
  max-width: 1030px;
}
@media (max-width: 768px) {
  .sct_kv h1 {
    width: 90%;
  }
}
.sct_kv img {
  height: 280px;
}
@media (max-width: 768px) {
  .sct_kv img {
    height: auto;
    width: 48vw;
  }
}

.link-page ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px solid #ededed;
}

.link-page ul li {
  width: 290px;
  font-size: 20px;
  border-left: 1px solid #ededed;
  text-align: center;
}

.link-page ul li:last-child {
  border-right: 1px solid #ededed;
}

.link-page ul li span,
.link-page ul li a {
  padding: 8px;
  color: #F2718C;
  background: #e5e5e5;
  display: block;
}
.ladies .link-page ul li span,
.ladies .link-page ul li a {
  color: #1a3f94;
}

.link-page ul li .act {
  color: #1a3f94;
  background: none;
  cursor: default;
}

.ladies .link-page ul li .act {
  color: #F2718C;
}

.sct.intro {
  position: relative;
  padding: 40px 0;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}
@media (max-width: 768px) {
  .sct.intro {
    padding: 20px 0;
    margin-bottom: 20px;
  }
}
.sct.intro p {
  font-size: 24px;
  color: #000;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .sct.intro p {
    font-size: 7.2vw;
  }
}
.sct.intro p:last-of-type {
  margin-bottom: 0;
}
.sct.intro::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -38px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 30px 0 30px;
  border-color: #fff transparent transparent transparent;
}
.sct.intro .kome {
  width: 400px;
  margin: 0 auto 20px;
  background: #3D9CBF;
  border-radius: 4px;
  position: relative;
  height: 40px;
  line-height: 40px;
  color: #fff;
}
.ladies .sct.intro .kome {
  background: #3AC2C7;
}
@media (max-width: 768px) {
  .sct.intro .kome {
    width: 100%;
    font-size: 6.5vw;
    height: 11.57vw;
    line-height: 11.57vw;
  }
}
.sct.intro .kome::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 10px 0 10px;
  border-color: #3D9CBF transparent transparent transparent;
}
.ladies .sct.intro .kome::after {
  border-color: #3AC2C7 transparent transparent transparent;
}

.cnt_intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}
.cnt_intro li {
  width: 30%;
  padding: 8px 0;
  border-radius: 4px;
  border: 2px solid #B8CDD9;
  font-size: 20px;
  color: #000;
}
@media (max-width: 768px) {
  .cnt_intro li {
    font-size: 4vw;
  }
}
.cnt_intro li span {
  position: relative;
  top: -2px;
  font-size: 1.2em;
  color: #3D9CBF;
}
@media (max-width: 768px) {
  .cnt_intro li span {
    top: -4px;
  }
}
.ladies .cnt_intro li span {
  color: #3AC2C7;
}

@media (max-width: 768px) {
  .main {
    width: 95%;
    margin: 0 auto;
  }
}

.list_product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
  width: 920px;
  margin: 60px auto 20px auto;
}
.ladies .list_product {
  width: 620px;
}
@media (max-width: 768px) {
  .ladies .list_product {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .list_product {
    width: 100%;
  }
}
.list_product li {
  width: 280px;
  margin: 0 40px 40px 0;
}
.list_product li:nth-of-type(3), .list_product li:nth-of-type(6) {
  margin-right: 0;
}
.ladies .list_product li:nth-of-type(even) {
  margin-right: 0;
}
.ladies .list_product li:nth-of-type(odd) {
  margin: 0 40px 40px 0;
}
@media (max-width: 768px) {
  .ladies .laund-net_product {
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  .ladies .list_product li:nth-of-type(odd) {
    margin: 0 0 3.13vw;
  }
}
@media (max-width: 768px) {
  .list_product li {
    margin: 0 auto 3.13vw;
    width: 45%;
  }
  .ladies .list_product li {
    width: 47%;
  }
  .list_product li:nth-of-type(3), .list_product li:nth-of-type(6) {
    margin-right: auto;
  }
  .list_product li .brand {
    font-size: 2.6vw;
  }
}
.list_product li img {
  width: 100%;
  margin-bottom: 20px;
}

.slick-next {
  right: 4px;
}

.slick-next:before {
  content: "";
  display: block;
  z-index: 0;
  height: 6vw;
  width: 3vw;
  background-image: url("/ec/img/usr/pg/campaign/washable_suit_ladies/arrow-next.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.slick-prev {
  left: 10px;
  z-index: 50;
}

.slick-prev:before {
  content: "";
  display: block;
  z-index: 50;
  height: 6vw;
  width: 3vw;
  background-image: url("/ec/img/usr/pg/campaign/washable_suit_ladies/arrow-before.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.page_btn_set {
  width: 980px;
  margin: 0 auto 100px;
}

@media screen and (max-width: 768px) {
  .page_btn_set {
    width: 90%;
    margin: 0 auto 10vw;
  }
}
.page_btn_set ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .page_btn_set ul {
    display: block;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.page_btn_set ul li {
  width: 30%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .page_btn_set ul li {
    width: 80%;
    margin: 0 auto 3vw;
  }
}

.page_btn_set ul .fast {
  margin: 0 auto;
}

.page_btn_set ul li .listbtn {
  padding: 20px 10px;
  text-align: center;
}

.page_btn_set ul li .listbtn1 {
  padding: 30px 10px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .page_btn_set ul li .listbtn {
    font-size: 4.5vw;
    padding: 10px;
    text-align: center;
  }
  .page_btn_set ul li .listbtn1 {
    font-size: 5vw;
    padding: 6vw 0;
    text-align: center;
  }
}
.page_btn_set ul li .listbtn .fllft {
  float: right;
}

.ladies .page_btn_set ul li .listbtn .fllft {
  float: right;
  line-height: 0;
}

.ladies .page_btn_set ul li .listbtn1 .fllft1 {
  float: right;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .page_btn_set ul li .listbtn .fllft {
    line-height: 0;
  }
  .page_btn_set ul li .listbtn1 .fllft1 {
    line-height: 2;
  }
}
.page_btn_set ul li .listbtn .fllft ::before,
.page_btn_set ul li .listbtn1 .fllft1 ::before {
  content: "\e003";
}

.page_btn_set ul .lad {
  border: solid 1px #3A59BE;
  color: #3A59BE;
  background: #fff;
  -webkit-box-shadow: 0 0 0 1px #3A59BE;
  box-shadow: 0 0 0 1px #3A59BE;
}

.sct {
  background: #E7F3F7;
}
.sct.point {
  background-color: #3D9CBF;
}
.ladies .sct.point {
  background-color: #3AC2C7;
}
.sct.point.topsec {
  width: 900px;
  margin: 50px auto;
}
@media (max-width: 768px) {
  .sct.point.topsec {
    width: 100%;
    margin: 10% auto;
  }
}
.sct.point.topsec .inr {
  width: unset;
}
.sct.point.topsec .wrp-point {
  margin: 0;
}
@media (max-width: 768px) {
  .sct.point.topsec .wrp-point {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 25%;
    position: relative;
  }
}
.sct.point.topsec .wrp-txt {
  width: 480px;
}
@media (max-width: 768px) {
  .sct.point.topsec .wrp-txt {
    width: 42vw;
  }
}
.sct.point.topsec .co-wh {
  font-size: 22px;
  line-height: 1.81;
}
@media (max-width: 768px) {
  .sct.point.topsec .co-wh {
    font-size: 15px;
  }
}
.sct.point.topsec .cnt_plus-point {
  margin-top: 20px;
  padding: 22px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .sct.point.topsec .cnt_plus-point {
    margin-top: 5%;
    padding: 5%;
    position: absolute;
    width: 80%;
    left: 10%;
    bottom: 0;
  }
}
.sct.point.topsec .cnt_plus-point h3 {
  border: unset;
  margin-bottom: 0;
  font-size: 36px;
}
@media (max-width: 768px) {
  .sct.point.topsec .cnt_plus-point h3 {
    font-size: 5.2vw;
  }
}

.laund-net {
  background-color: #E8E8E6;
}
.laund-net .title {
  font-size: 30px;
  line-height: 1.6;
  text-align: center;
  letter-spacing: 0.2em;
}
@media (max-width: 768px) {
  .laund-net .title {
    font-size: 5vw;
  }
}
.laund-net .list_product li {
  max-width: 470px;
  width: 100%;
}
.laund-net .list_product .lineup__content__list__box, .ladies .laund-net .list_product .cart_id {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 480px;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .laund-net .list_product .lineup__content__list__box, .ladies .laund-net .list_product .cart_id {
    width: 90%;
    max-width: unset;
  }
}
.laund-net .list_product .lineup__content__list__box .item__list__img, .ladies .laund-net .list_product .cart_id .item__list__img {
  width: 44%;
}
@media (max-width: 768px) {
  .laund-net .list_product .lineup__content__list__box .item__list__img, .ladies .laund-net .list_product .cart_id .item__list__img {
    width: 40%;
  }
}
.laund-net .list_product .lineup__content__list__box .item__list__text, .ladies .laund-net .list_product .cart_id .item__list__text {
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -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;
}
@media (max-width: 768px) {
  .laund-net .list_product .lineup__content__list__box .item__list__text, .ladies .laund-net .list_product .cart_id .item__list__text {
    width: 56%;
  }
}
.laund-net .list_product .lineup__content__list__box .item__list__text .copy, .ladies .laund-net .list_product .cart_id .item__list__text .copy {
  margin-bottom: 36px;
}
@media (max-width: 768px) {
  .laund-net .list_product .lineup__content__list__box .item__list__text .copy, .ladies .laund-net .list_product .cart_id .item__list__text .copy {
    margin-bottom: 8vw;
    font-size: 3.3vw;
  }
}
.laund-net .js-scrollable {
  display: -webkit-box;
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
  scrollbar-width: none;
  /* Firefox */
}
.laund-net .js-scrollable::-webkit-scrollbar {
  display: none;
  /* Safari and Chrome */
}
.laund-net .how-to {
  margin: 60px auto 0;
}
@media (max-width: 768px) {
  .laund-net .how-to {
    margin: 10vw auto 0;
    width: 100%;
  }
}
.laund-net .how-to__title {
  width: 252px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .laund-net .how-to__title {
    width: 40%;
  }
}
.laund-net .how-to__img {
  width: 1212px;
  max-width: 100%;
  margin: 20px auto 0;
}
@media (max-width: 768px) {
  .laund-net .how-to__img {
    max-width: unset;
    margin: 5% auto 0;
  }
}
.laund-net .how-to__fin {
  width: 530px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .laund-net .how-to__fin {
    width: 90%;
  }
}
.inner {
  padding: 60px 0;
}
.scroll-hint.is-right-scrollable.is-left-scrollable,
.scroll-hint.is-right-scrollable,
.scroll-hint.is-left-scrollable {
  background: none;
}

.bk-wh {
  background: #fff;
}

.co-wh {
  color: #fff;
}

.wrp-point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 40px auto;
}
@media (max-width: 768px) {
  .wrp-point {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 20px;
  }
}

.wrp-img {
  width: 260px;
  margin-right: 40px;
}
.wrp-img img {
  width: 100%;
}
@media (max-width: 768px) {
  .wrp-img {
    width: 42vw;
    margin-right: 0px;
  }
}

.wrp-txt {
  width: 280px;
}
@media (max-width: 768px) {
  .wrp-txt {
    width: 42vw;
  }
}

.cnt_plus-point {
  padding: 28px 40px;
  border-radius: 5px;
  background-color: #fff;
}
@media (max-width: 768px) {
  .cnt_plus-point {
    padding: 20px 28px;
  }
}
.cnt_plus-point h3 {
  border-bottom: 2px solid #3D9CBF;
}
.cnt_plus-point ul {
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cnt_plus-point ul {
    width: 90%;
  }
}
.cnt_plus-point li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
}
@media (max-width: 768px) {
  .cnt_plus-point li {
    font-size: 14px;
  }
}
.cnt_plus-point li img {
  height: 20px;
  width: 20px;
  margin-right: 10px;
}

.hdg_shirt {
  width: 500px;
  margin: 0 auto 20px auto;
}
@media (max-width: 768px) {
  .hdg_shirt {
    width: 100%;
  }
}
.hdg_shirt img {
  width: 100%;
}

.hdg_shirt-sub {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 700;
}

.rogo_noniron {
  margin: 20px auto;
  width: 160px;
}
@media (max-width: 768px) {
  .rogo_noniron {
    margin: 6vw auto;
  }
}
.rogo_noniron img {
  width: 100%;
}

.page .hdg_shirt-sub {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: center;
}

.banner li {
  width: 600px;
  margin: 0 auto 20px auto;
  text-align: center;
}
.banner li img {
  width: 100%;
}
@media (max-width: 768px) {
  .banner li {
    width: 100%;
  }
}
.banner li:last-of-type {
  margin-bottom: 0;
}

/*=============================
 sns
=============================*/
.sns {
  margin-top: 95px;
  padding-bottom: 25px;
}
@media (max-width: 768px) {
  .sns {
    margin-top: vw(100);
    padding-bottom: vw(90);
  }
}
.sns__title {
  text-align: center;
}
.sns__title h2 {
  font-size: 3rem;
}
@media (max-width: 768px) {
  .sns__title h2 {
    font-size: vw(50);
  }
}
.sns__list {
  max-width: 520px;
  margin: 30px auto 0;
}
@media (max-width: 768px) {
  .sns__list {
    max-width: 100%;
    margin: vw(40 auto 0);
  }
}
.sns__list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sns__list ul li {
  max-width: 80px;
  width: 15.4%;
  margin-right: 13.1%;
}
@media (max-width: 768px) {
  .sns__list ul li {
    max-width: 100%;
    width: 14.1vw;
    margin-right: 9.5vw;
  }
}
.sns__list ul li:last-child {
  margin-right: 0;
}
.sns__list ul li img {
  width: 100%;
}

.fitting_btn {
  font-size: 14px;
  font-weight: bold;
  color: #004791;
  text-align: center;
  line-height: 38px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ladies .fitting_btn {
  color: #3AC2C7;
}
@media (max-width: 768px) {
  .fitting_btn {
    font-size: 3vw;
    font-weight: normal;
  }
}
.fitting_btn:before {
  content: "";
  display: block;
  width: 20px;
  height: 15px;
  background-image: url(../../assets/images/hanger_icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 3px;
}
@media (max-width: 768px) {
  .fitting_btn:before {
    width: 5.9vw;
    height: 3.5vw;
  }
}

.ladies .ajax_area a.cartinbtn {
  background: #35BFBF;
  border: 1px solid #35BFBF;
}