@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 0.3s ease-in 0s;
  transition: all 0.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;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.page article, .page aside, .page details, .page figcaption, .page figure, .page footer, .page header, .page hgroup, .page menu, .page nav, .page section, .page summary, .page picture {
  display: block;
}
.page *, .page *:before, .page *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.page button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.l-wrap {
  overflow: initial;
}

@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 {
  overflow: hidden;
  background: #fff;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", "sans-serif";
  /*=============================
   kv
  =============================*/
  /*=============================
   item
  =============================*/
  /*=============================
   item　scroll ver
  =============================*/
}
.page__inner {
  margin: auto;
  max-width: 980px;
}

/*----------- washable 202403ここから ------------*/

.kv {
  background-image: url(/ec/img/usr/pg/campaign/formal-summer/kv-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.kv .keyvisual img{
  max-width: 1274px;
  width: 100%;
}
.pc {
  display: block;
}
.sp {
  display: none !important;
}
.about {
  background-color: #32ADE3;
  padding: 80px 0 90px;
}

.about_title p{
  text-align: center;
  color: #fff;
  font-weight: 900;
  font-size: 20px;
  line-height: 2;
}
.about>.page__inner {
  background-image: url(/ec/img/usr/pg/campaign/formal-summer/about_item.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 100%;
}

.about_title p span {
  color: #32ADE3;
  font-weight: bold;
  background-color: #fff;
  display: inline-block;
  padding: 3px 8px;
  border-radius: 4px;
  margin-right: 8px;
}
.about_container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 44px;
  justify-items: center;
  align-items: center;
  max-width: 826px;
  margin: 0 auto;
}
.about_left {
  text-align: center;
  margin-top: 55px;
  color: #fff;
  max-width: 385px;
}
.about_bold {
  font-weight: 900;
  font-size: 30px;
  margin-bottom: 38px;
}
.about_desc {
  font-weight: 600;
  font-size: 15px;
}
.about_right {
  text-align: center;
  max-width: 385px;
  margin-top: 44px;
}
.about_right figure img {
  max-width: 385px;
  width: 100%;
}
.about figcaption {
  font-weight: 900;
  color: #fff;
  font-size: 20px;
  text-align: center;
  background-color: rgba(255,255,255,0.3);
  padding: 8px;
  margin-top: 8px;
  border-radius: 20px;
}
.about_right .sp {
  display: none;
}
.about_right .pc {
  display: block;
}

.cat_btn {
  margin: 0 auto;
  padding-top: 120px;
}
.cat_btnList {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 16px;
  max-width: 980px;
  margin: 0 auto;
}
.cat_btnItem {
  max-height: 80px;
  border: #094A8C solid 1px;
  border-radius: 4px;
}
.cat_btnInner {
  display: grid;
  grid-template-columns: 72px 111px;
  place-items: flex-start;
  align-items: center;
  gap: 10px;
  position: relative;
  margin: 2px auto 2px 2px;
}
.cat_btnInner img {
  max-width: 72px;
  max-height: 72px;
  width: 100%;
  height: 100%;
}
.cat_btnText {
  font-weight: bold;
  font-size: 13px;
  color: #094A8C;
  text-align: center;
  margin: 0 auto;
}
.cat_btnText span {
  font-size: 20px;
}
.cat_btnInner::after {
    position: absolute;
    content: "";
    top: 50%;
    right: 16px;
    transform: translateY(-50%) rotate(-45deg);
    width: 8px;
    height: 8px;
    border-bottom: 2px solid #094A8C;
    border-right: 2px solid #094A8C;
}
.stylishsuit {
  padding-top: 110px;
}
.stylishsuit_topContainer {
  display: grid;
  gap: 16px;
  grid-template-columns: 470px 494px;
}
.stylishsuit_topContainer>div {
  display: grid;
  row-gap: 180px;
}
.stylishsuit_textArea span {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 24px;
  display: inline-block;
  line-height: 1.46;
}
.stylishsuit_textArea p {
  font-size: 15px;
  font-weight: 400;
}
.stylishsuit_imgArea {
  display: grid;
  grid-template-columns: 239px 239px;
  gap: 16px;
  position: relative;
  bottom: 0;
}
.page .item__list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: grid;
  grid-template-columns: 215px 215px 215px 215px;
  gap: 40px;
}
.page .item__list.item__list-3col ul {
  justify-content: center;
  grid-template-columns: 215px 215px 215px;
}
.page .item__list__img img {
  width: 100%;
  max-width: 215px;
  margin: 0 auto;
}
.page .item__list {
  max-width: 980px;
  margin: 80px auto 0;
}
.page .item__list__text {
  text-align: left;
  margin-top: 19px;
}
.page .item--name {
  font-size: 13px;
  font-weight: bold;
  line-height: 21px;
}
.page .item--color {
  font-size: 13px;
  font-weight: 400;
  margin: 12px auto 16px;
}
.page .ajax_area .preset_price_area {
  color: #141414;
  font-size: 13px;
  font-weight: 400;
  margin: 8px 0 14px;
}
.page .ajax_area .stock_exist {
  border-radius: unset;
  width: 100%;
  font-size: 13px;
  text-align: center;
  border: 1px solid #141414;
  padding: 7px 0;
  background-color: transparent;
}
.page .ajax_area a.cartinbtn {
  width: 100%;
  font-size: 13px;
  background-color: #141414;
  margin: 10px auto 0;
  font-weight: bold;
  border-radius: unset;
  cursor: pointer;
  padding: 7px 0;
}
.page .ajax_area .stock_exist:after {
  content: '';
  border: 7px solid transparent;
  position: absolute;
  display: block;
  border-top: 10px solid #444;
  top: 20%;
  right: 5%;
  transform: translate(0,30%);
  z-index: 3;
}
.page .ajax_area .stock_exist::before {
  display: none;
}

.two-pants {
  text-align: center;
  margin: 80px auto 40px;
  font-size: 15px;
  font-weight: 400;
}
.two-pants span {
  font-size: 18px;
  font-weight: bold;
}
/* .morebtn {
  margin: 80px auto 176px;
  width: fit-content;
  font-size: 15px;
} */
.morebtn-inner {
  width: 320px;
  height: 31px;
}
.morebtn a {
  display: block;
  margin: 80px auto 0;
  background-color: #32ADE3;
  color: #fff;
  font-size: 13px;
  text-align: center;
  max-width: 470px;
  padding: 19px 0;
  width: 100%;
  text-decoration: none;
}
.ladies .morebtn a {
  background-color: #3BB0B9;
}
.stylishsuit .morebtn a {
  margin-bottom: 90px;
}
.morebtn a p {
  font-weight: bold;
}
/* .morebtn a::after {
  position: absolute;
  bottom: -10px;
  left: 48%;
  width: 320px;
  height: 1px;
  content: '';
  background: #141414;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
} */
/* .morebtn a p {
  position: relative;
  margin-left: 5px;
} */
/* .morebtn a p::after {
  position: absolute;
  content: "";
  top: 55%;
  right: 3%;
  transform: translateY(-50%) rotate(-45deg);
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #141414;
  border-right: 1px solid #141414;
} */

.standardsuit_topContainer {
  display: grid;
  gap: 16px;
  grid-template-columns: 470px 494px;
}
.standardsuit_topContainer>div {
  display: grid;
  row-gap: 180px;
}
.standardsuit {
  padding-top: 125px;
  padding-bottom: 110px;
  background-color: #E6F0F7;
}
.ladies .standardsuit {
  background-color: #EBF5F7;
}
.standardsuit_textArea span {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 24px;
  display: inline-block;
  line-height: 1.46;
}
.standardsuit_textArea p {
  font-size: 15px;
  font-weight: 400;
}
.standardsuit_imgArea {
  display: grid;
  grid-template-columns: 239px 239px;
  gap: 16px;
  position: relative;
  bottom: 0;
}

.banner img {
  max-width: 725px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.banner {
  max-width: 725px;
  margin: 110px auto 100px;
}
.recommendation {
  background-color: #BAF1FF;
  padding-top: 73px;
  padding-bottom: 80px;
}
.recommendation h2 {
  color: #094A8C;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.recommendation h2 span {
  font-size: 30px;
  display: contents;
}
.recommendation_container {
  margin-top: 53px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.item__list__id.net {
  display: grid;
  grid-template-columns: 299px 147px;
  gap: 24px;
  align-items: end;
}
.item__list__img.net {
  background-color: #fff;
  border-radius: 8px;
  height: 232px;
}
.item__list__img.net a {
  max-width: 135.05px;
  max-height: 201.81px;
  width: 100%;
  height: 100%;
  margin: 15px auto;
}
.page .recommendation .ajax_area .stock_exist {
  display: none;
}
.flow_text {
  text-align: center;
  background-color: #094A8C;
  border-radius: 16px;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  height: 30px;
  line-height: 30px !important;
  max-width: 100%;
  margin: 0 auto 16px;
}

.recommendation_howTo>ul{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
}
.desc {
  background-color: #fff;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  font-size: 13px;
  font-weight: 400;
  line-break: anywhere;
  padding: 12px 13px;
}
.desc span {
  color: #32ADE3;
  font-weight: bold;
  font-size: 13px;
}
.specialMovie {
  background-color: #32ADE3;
  padding: 60px 0 80px;
  margin: 0 auto;
  text-align: center;
  height: 623px;
}
.specialMovie h2 {
  color: #fff;
  font-weight: 900;
  font-size: 30px;
}
.specialMovie p {
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 40px;
}
.specialMovie_container {
  max-width: 470px;
  height: 378px;
  margin: 0 auto;
}
.journal {
  margin-top: 160px;
  margin-bottom: 0;
}
.otherItems {
  padding-top: 160px;
}
.otherItems h2 {
  font-size: 30px;
  font-weight: bold;
}
.text {
  font-size: 15px;
  font-weight: 400;
  margin-top: 16px;
}
.addition {
  margin: 0 auto 160px;
  text-align: center;
}
.additionDesc {
  font-size: 18px;
  font-weight: bold;
  color: #141414;
  margin-bottom: 40px;
}
.additionList {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  max-width: 640px;
  margin: 0 auto;
}
.additionItem {
  max-height: 80px;
  border: #141414 solid 1px;
  border-radius: 4px;
}
.additionInner {
  display: grid;
  grid-template-columns: 72px 216px;
  place-items: flex-start;
  align-items: center;
  gap: 10px;
  position: relative;
  margin: 2px auto;
}
.additionInner img {
  max-width: 72px;
  max-height: 72px;
  width: 100%;
  height: 100%;
}
.additionText {
  font-weight: bold;
  font-size: 18px;
  color: #141414;
  text-align: center;
  margin: 0 auto;
}
.setsale {
  margin: 0 auto 85px;
}
.slider-item {
  opacity: 0;
  transition: opacity 0.5s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

/* .slider-item.active {
  opacity: 1;
}

.slider-item {
  flex: 0 0 100%;
  transition: transform 0.3s ease;
}
.slide-content {
  text-align: center;
  /* padding: 80px; */
  /* display: flex; */
/* }  */
.indicator-bar {
  text-align: center;
  top: 145px;
  position: absolute;
  max-width: 640px;
  width: 100%;
  display: inline-block;
  left: 2rem;
}
.indicator:hover {
  cursor: pointer;
  transition: .3s;
  background-color: #fff;
  display: inline-block;
}
.indicator {
  display: inline-block;
  width: 200px;
  height: 4px;
  background-color: #8BBEE3;
  border-radius: 2px;
  margin: 0 5px;
  cursor: pointer;
}
.indicator.active {
  background-color: #333;
}
.attraction {
  background-color: #4FABDF;
  position: relative;
}
.ladies .attraction {
  background-color: #62B9BF;
}
.attraction.page__inner {
  max-width: 980px;
  width: 100%;
}
.attraction-container {
  padding-bottom: 96px;
  padding-top: 97px;
  max-width: 980px;
  margin: 0 auto;
}

.attraction-topArea {
  display: flex;
  justify-content: space-between;
}
.clickableList {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  max-width: 640px;
}

.attraction-btn {
  color: #B8DDF2;
  font-weight: 900;
  font-size: 13px;
  text-align: center;
  margin-bottom: 75px;
  position: relative;
  line-height: 1.5;
}
.ladies .attraction-btn {
  color: #C0E3E4;
}
.attraction-btn:hover {
  cursor: pointer;
  transition: .3s;
  color: #fff;
}
.attraction-btn:hover::after {
  cursor: pointer;
  transition: .3s;
  background-color: #fff;
}
.attraction-btn::after {
  text-align: center;
  top: 33px;
  position: absolute;
  display: block;
  left: 0;
  width: 200px;
  height: 4px;
  background-color: #B8DDF2;
  border-radius: 2px;
  margin: 0 5px;
  cursor: pointer;
  content: '';
}
.ladies .attraction-btn::after  {
  background-color: #C0E3E4;
}
.attraction-btn:hover::after{
  cursor: pointer;
  transition: .3s;
  color: #fff;
}
.number-1 {
  font-weight: 900;
  font-size: 20px;
  text-align: right;
  color: #fff;
  position: relative;
  top: -5px;
  right: 5px;
}
.number-1::after {
  background-image: url(/ec/img/usr/pg/campaign/formal-summer/number-01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  display: block;
  content: '';
  width: 156.6px;
  height: 129.6px;
  top: -5rem;
  right: 3.5rem;
}
.number-2 {
  font-weight: 900;
  font-size: 20px;
  text-align: right;
  color: #fff;
  position: relative;
  top: -5px;
  right: 5px;
}
.number-2::after {
  background-image: url(/ec/img/usr/pg/campaign/formal-summer/number-02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  display: block;
  content: '';
  width: 181.44px;
  height: 129.6px;
  top: -5rem;
  right: 1.5rem;
}
.number-3 {
  font-weight: 900;
  font-size: 20px;
  text-align: right;
  color: #fff;
  position: relative;
  top: -5px;
  right: 5px;
}
.number-3::after {
  background-image: url(/ec/img/usr/pg/campaign/formal-summer/number-03.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  display: block;
  content: '';
  width: 184.32px;
  height: 129.6px;
  top: -5rem;
  right: 1.5rem;
}
/* #slide1 {
  transition: all .3s;
  animation-duration: 3s;
}
#slide2 {
  transition: all 1s;
  animation-duration: 3s;
}
#slide3 {
  transition: all 1s;
  animation-duration: 3s;
} */
#slide1 .btn-01 {
  color: #fff;
}
#slide1 .attraction-btn.btn-01::after {
  background-color: #fff;
}
#slide2 .btn-02 {
  color: #fff;
}
#slide2 .attraction-btn.btn-02::after {
  background-color: #fff;
}
#slide3 .btn-03 {
  color: #fff;
}
#slide3 .attraction-btn.btn-03::after {
  background-color: #fff;
}

.attraction-bottomArea {
  display: flex;
  justify-content: space-between;
  gap: 85px;
}

.attraction-bottomArea div figure img {
  width: 100%;
  max-width: 510px;
}

.textArea {
  max-width: 385px;
  width: 100%;
  color: #fff;
  text-align: left;
  row-gap: 48px;
}

.attraction-bottomArea h3{
  font-weight: 900;
  font-size: 20px;
  margin-top: -6px;
  margin-bottom: 18px;
  color: #fff;
  /* margin-bottom: 24px; */
}
.textArea .attraction-desc {
  margin-top: 15px;
  line-height: 27px;
  font-weight: normal;
  margin-bottom: 18px;
}
.attraction-desc.u-margin {
  /* margin-bottom: 48px; */
}
.textArea_note {
  font-size: 10px;
  font-weight: normal;
  margin-bottom: 23px;
}
.slider {
  /* display: flex;
  overflow-x: hidden;
  width: 100%;
  position: relative; */
  height: 657px;
}
/* .slider-item {
  flex: 0 0 100%;
  transition: transform 0.3s ease;
} */
/* .slide-content {
  text-align: center;
  padding: 20px;
}
#slide2 {
  display: none;
  margin-left: -100%;
  transition: transform 0.3s ease;
}
#slide3 {
  display: none;
  margin-left: -100%;
  transition: transform 0.3s ease;
} */
/* .slider-item {
  opacity: 0;
  transition: opacity 0.5s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
} */
/* #slide1 {
  opacity:1;
  position: relative;
} */
.slider-item.active {
  opacity: 1;
}



@media screen and (max-width: 768px) {
  .l-header_space {
    height: 50px;
  }
  .about_container {
    display: block;
    padding: 0 33px;
  }
  .kv {
    background-image: url(/ec/img/usr/pg/campaign/formal-summer/kv-bg-sp.png);
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .indicator-bar {
    display: none;
  }
  .slider {
    /* height: 700px; */
  }
  .attraction-bottomArea {
    display: block;
  }
  .cat_btnList {
    display: grid;
    grid-template-columns: none;
  }
  .stylishsuit_topContainer {
    display: block;
  }
  .stylishsuit_topContainer .pc {
    display: none;
  }
  .standardsuit {
    padding-top: 50px;
    padding-bottom: 80px;
  }
  .standardsuit_topContainer {
    display: block;
  }
  .standardsuit_topContainer .pc {
    display: none;
  }
  .item__list__id.net {
    display: block;
  }
  .recommendation_container {
    display: block;
    margin-top: 32px;
  }
  .specialMovie_container {
    height: 277px;
  }
  .page .kv h1 {
    min-width: 135%;
  }
  .about {
    padding: 49px 0 54px;
  }
  .about_title p {
    font-size: 14px;
  }
  .about_title p span {
    font-size: 13px;
  }
  .about>.page__inner {
    background-image: none;
    position: relative;
  }
  .about>.page__inner::before {
    position: absolute;
    display: block;
    content: '';
    background-image: url(/ec/img/usr/pg/campaign/formal-summer/aboutTop-sp.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 12%;
    max-width: 44px;
    height: 100%;
    max-height: 55px;
    top: -40px;
    left: 20px;
  }
  .about>.page__inner::after {
    position: absolute;
    display: block;
    content: '';
    background-image: url(/ec/img/usr/pg/campaign/formal-summer/aboutBottom-sp.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 12%;
    max-width: 44px;
    height: 100%;
    max-height: 40px;
    bottom: -40px;
    right: 20px;
  }
  .about_left {
    margin-top: 33px;
    margin: 33px auto 0;
  }
  .about_bold {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .about_desc {
    font-size: 14px;
    font-weight: 500;
  }
  .about_right {
    margin: 0 auto;
  }
  .about_right .pc {
    display: none;
  }
  .about_right .sp {
    display: block;
  }
  .about .sp>figcaption {
    font-size: 15px;
  }
  .number-1::after {
    top: -2.5rem;
    right: -6rem;
    width: 117.8px;
    height: 96.29px;
  }
  .number-2::after {
    top: -2.5rem;
    right: -7rem;
    width: 130.8px;
    height: 96.29px;
  }
  .number-3::after {
    top: -2.5rem;
    right: -7rem;
    width: 130.8px;
    height: 96.29px;
  }
  .slide-content {
    padding: 0;
  }
  .attraction-container {
    padding-top: 48px;
    padding-bottom: 46px;
    height: 100%;
    max-width: 780px;
  }
  .attraction-topArea {
    justify-content: center;
    margin-bottom: 21px;
  }
  .attraction-bottomArea div {
    text-align: center;
    margin: 0 auto;
  }
  .textArea {
    text-align: left !important;
  }
  .attraction-bottomArea div figure {
    width: fit-content;
  }
  .attraction-bottomArea div figure img {
    max-width: 55%;
    margin: 0 auto;
    position: relative;
  }
  .attraction-bottomArea div figcaption {
    font-size: 13px;
    font-weight: 900;
    color: #fff;
    margin: 8px auto 32px;
    line-height: 1.6;
    position: relative;
  }
  .attraction-bottomArea h3 {
    font-size: 15px;
  }
  .attraction-desc {
    margin-top: 16px;
    font-size: 14px;
  }
  .attraction-bottomArea h3 {
    margin-bottom: 18px;
  }
  .textArea .attraction-desc {
    margin-top: 15px;
    line-height: 23px;
    font-weight: normal;
    margin-bottom: 12px;
  }
  .attraction-desc.u-margin {
    margin-top: 10px;
  }
  .textArea_note {
    margin-bottom: 15px;
  }
  .slider {
    height: 604px;
  }
  .ladies .slider {
    height: 564px;
  }
  .cat_btn {
    padding-top: 48px;
    padding: 48px 15px 0;
  }
  .cat_btnItem {
    max-height: 60px;
  }
  .cat_btnInner {
    grid-template-columns: 52px 1fr;
  }
  .cat_btnText span {
    font-weight: bold;
    font-size: 18px;
    margin-left: 5px;
  }
  .cat_btnText {
    font-size: 14px;
    display: flex;
    align-items: center;
  }
  .stylishsuit {
    padding-top: 50px;
  }
  .stylishsuit_textArea span {
    font-size: 20px;
  }
  .stylishsuit_textArea p {
    font-size: 14px;
    padding: 0 0 32px;
  }
  .stylishsuit_topContainer>div {
    row-gap: 0px;
  }
  .stylishsuit .page__inner {
    width: 100%;
  }
  .stylishsuit figure img {
    max-width: 100%;
  }
  .stylishsuit_imgArea {
    grid-template-columns: 1fr 1fr;
    gap: 5px;
    margin-top: 5px;
  }
  .page .item__list ul {
    gap: 15px;
    grid-template-columns: 1fr 1fr;
    place-content: center;
    padding: 0 15px;
  }
  .page .item__list.item__list-3col ul {
    grid-template-columns: 1fr 1fr;
  }
  .page .item__list ul li {
    max-width: 100%;
  }
  .page .item--name {
    font-size: 13px;
    font-weight: bold;
    line-break: anywhere;
  }
  .page .ajax_area a.cartinbtn {
    font-size: 3vw;
  }

  .page .item__list__img {
    width: 100% !important;
  }
  .standardsuit_textArea span {
    font-size: 20px;
  }
  .standardsuit_textArea p {
    font-size: 14px;
    padding: 0 0 32px;
  }
  .standardsuit_topContainer>div {
    row-gap: 0px;
  }
  .standardsuit .page__inner {
    width: 100%;
  }
  .standardsuit figure img {
    max-width: 100%;
  }
  .standardsuit_imgArea {
    grid-template-columns: 1fr 1fr;
    gap: 5px;
    margin-top: 5px;
  }
  .banner {
    padding: 0 15px;
  }
  .banner img {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    width: 100%;
  }
  .banner picture {
    text-align: center;
    margin: 0 auto;
    width: fit-content;
  }
  .banner {
    margin: 50px auto 60px;
  }
  .recommendation h2 {
    font-size: 14px;
  }
  .recommendation h2 span {
    font-size: 20px;
  }
  .item__list__img.net img {
    width: 28%;
    margin: 0 auto;
    top: 1rem !important;
  }
  .item__list__img.net {
    height: 232px !important;
    width: 299px !important;
    border-radius: 0;
  }
  .item__list__text.net {
    width: 45%;
    text-align: center;
    margin: 0 auto;
  }
  .recommendation.item__list__text p {
    text-align: center;
  }
  .item__list__id.net {
    margin-bottom: 48px;
  }
  .recommendation_howTo {
    padding: 0 15px;
  }
  .recommendation_howTo>ul {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
    place-content: center;
  }
  .desc {
    font-size: 11px;
    height: 80px;
    padding: 8px;
    border-radius: 0;
  }
  .desc span {
    font-size: 11px;
  }
  .recommendation {
    padding: 50px 0 65px;
  }
  .specialMovie {
    padding: 48px 15px 64px;
    height: 470px;
  }
  .specialMovie h2 {
    font-size: 20px;
  }
  .specialMovie p {
    font-size: 14px;
    margin-bottom: 32px;
  }
  /* .journal {
    margin-top: 120px;
  } */
  .otherItems {
    padding: 0 15px;
  }
  .otherItems h2 {
    font-size: 20px;
  }
  .text {
    font-size: 14px;
  }
  .page .item__list {
    margin: 64px auto 0;
  }
  .morebtn {
    margin-bottom: 0;
  }
  .morebtn a {
    margin: 48px auto 0;
    max-width: 345px;
    padding: 20px 0;
  }
  .stylishsuit .morebtn a {
    margin-bottom: 70px;
  }
  /* .slacks {
    margin-top: 120px;
  }
  .shirt {
    margin-top: 120px;
  } */
  .addition {
    margin: 0 auto;
    padding: 0 15px;
  }
  .additionDesc {
    font-size: 16px;
    margin-bottom: 32px;
  }
  .additionText {
    font-size: 15px;
  }
  .additionList {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .additionInner {
    grid-template-columns: 54px 255px;
    gap: 16px;
  }
  .additionItem {
    max-height: 62px;
  }
  .net-name {
    position: absolute;
  }
  .item__list__id.net .ajax_area .preset_price_area {
    margin: 24px auto 15px 60px;
  }
  .page .otherItems .item__list ul {
    padding: 0;
  }
  .textArea {
    max-width: 100%;
    padding: 0 15px;
  }
  .nextArrow-01.sp {
    position: absolute;
    content: "";
    top: 32%;
    right: 55px;
    transform: translateY(-50%) rotate(-45deg);
    width: 14px;
    height: 14px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    z-index: 99;
  }
  .nextArrow-02.sp {
    position: absolute;
    content: "";
    top: 32%;
    right: 55px;
    transform: translateY(-50%) rotate(-45deg);
    width: 14px;
    height: 14px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    z-index: 99;
  }
  .prevArrow-02.sp {
    position: absolute;
    content: "";
    top: 32%;
    left: 55px;
    transform: translateY(-50%) rotate(135deg);
    width: 14px;
    height: 14px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    z-index: 99;
  }
  .prevArrow-03.sp {
    position: absolute;
    content: "";
    top: 32%;
    left: 55px;
    transform: translateY(-50%) rotate(135deg);
    width: 14px;
    height: 14px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    z-index: 99;
  }
  #slide1 .attraction-bottomArea div figure::after {
    position: absolute;
    display: block;
    content: '';
    background-image: url(/ec/img/usr/pg/campaign/formal-summer/attraction-2.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 55%;
    height: -webkit-fill-available;
    overflow: hidden;
    top: 100px;
    right: -47%;
    transition: 5s;
  }
  .ladies #slide1 .attraction-bottomArea div figure::after {
    background-image: url(/ec/img/usr/pg/campaign/formal-summer/attraction-2-ladies.png);
  }
  #slide2 .attraction-bottomArea div figure::after {
    position: absolute;
    display: block;
    content: '';
    background-image: url(/ec/img/usr/pg/campaign/formal-summer/attraction-3.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 55%;
    height: 29%;
    overflow: hidden;
    top: 100px;
    right: -47%;
    transition: 5s;
  }
  .mens #slide2 .attraction-bottomArea div figure::after {
    content: none;
  }
  #slide2 .attraction-bottomArea div figure::before {
    position: absolute;
    display: block;
    content: '';
    background-image: url(/ec/img/usr/pg/campaign/formal-summer/attraction-1.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 55%;
    height: 29%;
    overflow: hidden;
    top: 100px;
    left: -47%;
    transition: 5s;
  }
  .ladies #slide2 .attraction-bottomArea div figure::before {
    background-image: url(/ec/img/usr/pg/campaign/formal-summer/attraction-1-ladies.png);
  }
  #slide3 .attraction-bottomArea div figure::before {
    position: absolute;
    display: block;
    content: '';
    background-image: url(/ec/img/usr/pg/campaign/formal-summer/attraction-2.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 55%;
    height: -webkit-fill-available;
    overflow: hidden;
    top: 100px;
    left: -47%;
    transition: 5s;
  }

  .ladies #slide3 .attraction-bottomArea div figure::before {
    background-image: url(/ec/img/usr/pg/campaign/formal-summer/attraction-2-ladies.png);
  }




}



/*-------------- ここまで ----------------*/

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .page__inner {
    padding: 0 20px;
  }
  .nextArrow-01.sp {
    top: 34% !important;
    right: 110px;
    width: 15px;
    height: 15px;
  }
  .prevArrow-02.sp {
    top: 41%;
    left: 100px;
    width: 15px;
    height: 15px;
  }
  .nextArrow-02.sp {
    top: 41%;
    right: 110px;
    width: 15px;
    height: 15px;
  }
  .prevArrow-03.sp {
    top: 36%;
    left: 100px;
    width: 15px;
    height: 15px;
  }
  .slider {
    height: 785px;
  }
  .additionList {
    max-width: 60%;
  }
  .additionText {
    margin-left: 0;
  }
  .additionItem {
    max-height: fit-content;
  }
  .additionInner {
    grid-template-columns: 1fr 1fr;
  }

  #slide1 .attraction-bottomArea div figure::after {
    height: 41%;
  }
  #slide2 .attraction-bottomArea div figure::before {
    height: -webkit-fill-available
  }
  #slide3 .attraction-bottomArea div figure::before {
    height: -webkit-fill-available
  }
  #slide2 .attraction-bottomArea div figure::after {
    height: -webkit-fill-available
  }
}
@media screen and (max-width: 768px) {
  .page__inner {
    /* width: 89.6vw; */
  }
}
.page .kv h1 {
  /* min-width: 1920px; */
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
}

.kv_summer h1 {
  width: 100%;
}

.kv_summer img {
  width: 100%;
}

@media (min-width: 769px) and (max-width: 1099px) {
  .view--pc_kv {
    display: none;
  }

  .view--tab_kv {
    display: block;
  }

  .view--sp_kv {
    display: none;
  }
}

@media screen and (min-width: 1100px) {
  .kv_summer {
    background-color: #F7F7F7;
  }

  .kv_summer h1 {
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
  }

  .kv_summer img {
    width: 100%;
  }

  .view--pc_kv {
    display: block;
  }

  .view--tab_kv {
    display: none;
  }

  .view--sp_kv {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .view--pc_kv {
    display: none;
  }

  .view--tab_kv {
    display: none;
  }

  .view--sp_kv {
    display: block;
  }
}
.page .kv h1 img {
  margin: auto;
}

@media screen and (max-width: 768px) {
  /* .page .item__list {
    max-width: 100%;
    margin: 2.6vw auto 0;
  } */
}

@media screen and (max-width: 768px) {
  /* .page .item__list ul {
    display: block;
  } */
}
/* .page .item__list ul li {
  max-width: 215px;
  width: 29.9%;
  margin-right: 5.1%;
  margin-top: 60px;
} */

@media screen and (max-width: 768px) {
  /* .page .item__list ul li {
    width: 100%;
    max-width: 100%;
    margin-top: 0;
    margin-right: 0;
    margin: 0 1.3vw;
  } */
}
.page .item__list__img {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .page .item__list__img {
    position: relative;
    margin: auto;
    width: 42.2vw;
    height: 68.5vw;
  }
  .page .item__list__img img {
    -webkit-transform-origin: top center;
            transform-origin: top center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: scale(1.65, 1.65);
            transform: scale(1.65, 1.65);
  }
}

@media screen and (max-width: 768px) {
  .page .item__list__text {
    margin-top: 2.6vw;
  }
}
.page .item__list__text p {
  color: #333;
}
/* .page .item--name, .page .item--price {
  font-size: 1.6rem;
  font-weight: 300;
} */
@media screen and (max-width: 768px) {
  .page .item--name, .page .item--price {
    /* font-size: 4.2vw; */
  }
}
.page .item--price {
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .page .item--price {
    margin-top: 1.3vw;
  }
}
.page .item--btn {
  width: 100%;
  background: #C2CCDA;
  line-height: 40px;
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
  margin-top: 10px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page .item--btn {
    line-height: 13vw;
    font-size: 4.2vw;
    margin-top: 3.3vw;
  }
}
.page .item--btn:after {
  content: ">";
  display: inline-block;
  position: absolute;
  right: 11px;
  -webkit-transform: scale(0.6, 1);
          transform: scale(0.6, 1);
}
.page .item__scroll {
  width: 100%;
  max-width: 980px;
  text-align: center;
  margin: 100px auto 142px;
}
@media screen and (max-width: 768px) {
  .page .item__scroll {
    width: 100%;
    max-width: 100%;
    margin: 10.4vw auto 10.4vw;
  }
}
.page .item__scroll .item__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .page .item__scroll .item__list {
    -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: 29.5%;
}
@media screen and (max-width: 768px) {
  .page .item__scroll .item__list li {
    width: 100%;
    max-width: 52.1vw;
    margin: 0 3vw;
    position: relative;
    overflow: visible;
  }
  .page .item__scroll .item__list li:last-child::after {
    position: absolute;
    content: "";
    top: 0;
    left: 100%;
    height: 1px;
    width: 3vw;
    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;
}
.page .item__scroll .item__list li .item__list__text .item--name {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .page .item__scroll .item__list li .item__list__text .item--name {
    font-size: 2.6vw;
    margin-bottom: 2.6vw;
  }
}
.page .item__scroll .item__anchor {
  max-width: 980px;
  width: 100%;
  display: block;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  .page .item__scroll .item__anchor {
    margin: 5.2vw auto 0;
    width: 90%;
  }
}
.page .item__scroll .item__anchor .btn {
  position: relative;
  width: 47.5%;
  margin: 0 auto 20px;
  font-size: 14px;
  text-align: center;
  display: block;
  border-radius: 5px;
  border: solid 1px #333;
  color: #333;
  background-color: #ffffff;
  line-height: 50px;
}
@media screen and (max-width: 768px) {
  .page .item__scroll .item__anchor .btn {
    width: 100%;
    font-size: 2.6vw;
    line-height: 6.5vw;
    margin: 0 auto 2vw;
  }
}
.page .item__scroll .item__anchor .btn .arrow_right {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 3%;
}
@media screen and (max-width: 768px) {
  .page .item__scroll .item__anchor .btn .arrow_right {
    right: 5%;
  }
}
.page .item__scroll .item__anchor .btn .arrow_right:after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border: 1px solid;
  border-color: #333 #333 transparent transparent;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .page .item__scroll .item__anchor .btn .arrow_right:after {
    width: 1.3vw;
    height: 1.3vw;
  }
}
@media screen and (min-width: 769px) {
  .page .item__scroll .item__anchor__flex,
.page .item__scroll .item__anchor__flex3,
.page .item__scroll .item__anchor__flex4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
  }
  .page .item__scroll .item__anchor__flex .btn,
.page .item__scroll .item__anchor__flex3 .btn,
.page .item__scroll .item__anchor__flex4 .btn {
    margin: 0;
  }
}
@media screen and (min-width: 769px) {
  .page .item__scroll .item__anchor__flex3 .btn {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  .page .item__scroll .item__anchor__flex4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 769px) {
  .page .item__scroll .item__anchor__flex4 .btn {
    width: 24%;
  }
}
@media screen and (max-width: 768px) {
  .page .item__scroll .item__anchor__flex4 .btn {
    width: 48%;
  }
}


@media screen and (max-width: 768px) {
  .page .ajax_area .preset_price_area {
    font-size: 3.6vw;
  }
}
/* .page .ajax_area a.cartinbtn {
  width: 80%;
  font-size: 14px;
  background-color: #000;
  margin: 10px auto 0;
} */
@media screen and (max-width: 768px) {
  .page .ajax_area a.cartinbtn {
    width: 100%;
    /* font-size: 2.9vw; */
    margin: 2.6vw auto 0;
    padding: 5px 0;
  }
}
/* .page .ajax_area .stock_exist {
  width: 80%;
  font-size: 16px;
  margin: 10px auto 0;
} */
@media screen and (max-width: 768px) {
  .page .ajax_area .stock_exist {
    width: 100%;
    font-size: 3.5vw;
    margin: 2vw auto 0;
    padding: 4px 0;
  }
}
.page .reservation__btn .btn {
  position: relative;
  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;
  width: 80%;
  font-size: 16px;
  line-height: 1.3;
  text-align: center;
  color: #004791;
  border-radius: 5px;
  padding: 6px 16px 6px 16px;
  margin: 10px auto 0;
}
@media screen and (max-width: 768px) {
  .page .reservation__btn .btn {
    width: 100%;
    font-size: 3.4vw;
    margin: 2vw auto 0;
    padding: 0.8vw 2.1vw 0.8vw 2.1vw;
  }
}
.page .reservation__btn .btn::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 15px;
  background-image: url(img/hanger_icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin: 1px 4px 0 0;
}
@media screen and (max-width: 768px) {
  .page .reservation__btn .btn::before {
    width: 6.1vw;
    height: 4.4vw;
  }
}
.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: 5%;
  }
}
.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%;
}
@media screen and (max-width: 768px) {
  .page .reservation__btn .btn .arrow_right:after {
    width: 1.7vw;
    height: 1.7vw;
  }
}

.page .mens, .page .ladies {
  display: none;
}

.page .mens.is_content_active, .page .ladies.is_content_active {
  display: block;
}

.refreshing_icon {
  width: 70px;
  margin-top: 18px;
}

.refreshing_icon img {
  width: 100%;
}

.washable_icon {
  width: 80.84px;
  margin-top: 18px;
}

.washable_icon img {
  width: 100%;
}


.common_suit_textArea {
  padding-left: 24.5px;
  margin-top: 15px;
}

.common_suit_textArea p {
  line-height: 27px;
}

.common_suit_textArea p span {
  line-height: 27px;
  margin-bottom: 22px;
}

.season {
  width: 100%;
  background-color: #79C2EA;
  padding-top: 80px;
  padding-bottom: 70px;
}

.ladies .season {
  background-color: #84C8CC;
}

.season_title {
  color: #FFFFFF;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 35px;
}

.season_title_b {
  font-size: 24px;
  font-weight: 900;
  margin-right: 3px;
}

.season_title_st {
  color: #30A4E5;
  background-color: #FFFFFF;
  border-radius: 4px;
  margin: 0 6px;
  padding: 0 8px;
}

.ladies .season_title_st {
  color: #3CADBC;
}

.season .season_graph {
  width: 100%;
  max-width: 696px;
  margin: 0 auto;
  display: block;
}

.formal_manners_item.banner {
  max-width: 980px;
  margin-top: 0;
}

.formal_manners_item.banner img {
  max-width: 980px;
}

.page .ladies .banner.sale a:hover {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .attraction-bottomArea .refreshing_icon {
    margin: 15px 0 0;
    width: 50px;
  }

  .attraction-bottomArea .washable_icon {
    margin: 15px 0 0;
    width: 61px;
  }

  .common_suit_textArea {
    padding: 0 15px;
  }

  .common_suit_textArea p {
    line-height: 22.4px;
  }

  .season {
    padding-top: 50px;
  }
  
  .season .season_title {
    font-size: 20px;
    display: block;
    margin: 0 0 25px;
    line-height: 39px;
  }
  
  .season_title_st {
    font-size: 22px;
  }
  
  .season .season_graph {
    width: 89.6%;
    max-width: initial;
    left: -2%;
  }
}

.style_tab {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  height: 120px;
}

.style_tab p {
  font-family: "Arial", "Noto Sans JP", sans-serif;
  width: 48.9%;
  background-color: #E5E8E9;
  color: #ABABAB;
  margin: 0;
  font-size: 26px;
  border-radius: 10px 10px 0 0;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 3px;
}

.style_tab p.is_tab_active {
  height: 60px;
  background-color: #4FABDF;
  color: #FFFFFF;
  padding-top: 0;
}

.style_tab p:last-of-type.is_tab_active {
  background-color: #62B9BF;
}

.style_tab p:hover {
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .style_tab {
    height: 85px;
  }
  
  .style_tab p {
    font-size: 24px;
    border-radius: 0 10px 0 0;
  }
  
  .style_tab p.is_tab_active {
    height: 50px;
  }

  .style_tab p:last-of-type {
    border-radius: 10px 0 0 0;
  }

  .slide-content {
    height: 556px;
  }
  
}

