@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

.tile{
  box-shadow: unset;
}

.page p, .page span, .page a, .page h2, .page h3 {
  line-height: 1.8;

}
.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 a:focus {
 text-decoration: none;
}
.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;
}

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 {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-top__sns {
    margin-top: 15.6vw;
  }
}

.l-cont_wrap {
  padding-top: 64px;
}

.page {
  overflow: hidden;
  background: #fff;
  font-family: "Shippori Mincho", "しっぽり明朝", "serif";
  color: #333333;
  /*=============================
   kv
  =============================*/
  /*=============================
   item　scroll ver
  =============================*/
}
.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;
  }
}
.page .kv h1 {
  min-width: 1920px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  margin: 0;
}
@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 .kv-obi {
  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;
  background-color: #E39032;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .page .kv-obi {
    display: block;
    text-align: center;
    padding: 2vw;
  }
}
.page .kv-obi p {
  color: #fff;
  font-weight: 500;
  font-size: 27px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", "sans-serif";
}
@media screen and (max-width: 768px) {
  .page .kv-obi p {
    font-size: 5.5vw;
  }
}
.page .kv-obi p span {
  vertical-align: baseline;
  font-size: 33px;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .page .kv-obi p span {
    font-size: 6.3vw;
  }
}
.page .kv-obi p:nth-child(1) {
  font-size: 18px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .page .kv-obi p:nth-child(1) {
    font-size: 4.3vw;
    margin-right: 0;
  }
}
.page .design {
  max-width: 980px;
  width: 100%;
  margin: auto;
  margin-top: 56px;
}
@media screen and (max-width: 768px) {
  .page .design {
    margin-top: 10.4vw;
    max-width: 89.6vw;
  }
}
.page .design__heading {
  font-size: 50px;
  color: #EC922B;
  font-family: "Unna", serif;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .design__heading {
    font-size: 11.1vw;
  }
}
.page .design__heading span {
  font-size: 35px;
  line-height: 1.2;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .page .design__heading span {
    font-size: 7.8vw;
  }
}
.page .design__heading-sub {
  width: 240px;
  margin: auto;
  margin-bottom: 1px;
}
@media screen and (max-width: 768px) {
  .page .design__heading-sub {
    width: 45.3vw;
    margin-top: 10.4vw;
    margin-bottom: 0.13vw;
  }
}
.page .design__price {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .page .design__price {
    margin-top: 4.2vw;
  }
}
.page .design__price .text {
  font-size: 16px;
  font-family: "Unna", serif;
  font-weight: 400;
  color: #EC922B;
  line-height: 1.11;
}
@media screen and (max-width: 768px) {
  .page .design__price .text {
    font-size: 3.6vw;
    line-height: 1.8;
  }
}
.page .design__price .num {
  font-size: 50px;
  font-family: "Unna", serif;
  font-weight: 400;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .page .design__price .num {
    font-size: 11.1vw;
    line-height: 1.4;
  }
}
.page .design__price .num span {
  font-size: 24px;
  font-family: "Shippori Mincho", "しっぽり明朝", "serif";
}
@media screen and (max-width: 768px) {
  .page .design__price .num span {
    font-size: 5.2vw;
  }
}
.page .design .recommend__heading {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  position: relative;
  z-index: 1;
  width: 144px;
  margin: auto;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .page .design .recommend__heading {
    width: 35.4vw;
    font-size: 5.2vw;
  }
}
.page .design .recommend__heading::before {
  content: "";
  display: block;
  width: 32px;
  height: 1px;
  background-color: #EC922B;
  position: absolute;
  top: 50%;
  left: 0;
}
@media screen and (max-width: 768px) {
  .page .design .recommend__heading::before {
    width: 8.3vw;
    height: 0.3vw;
  }
}
.page .design .recommend__heading::after {
  content: "";
  display: block;
  width: 32px;
  height: 1px;
  background-color: #EC922B;
  position: absolute;
  top: 50%;
  right: 0;
}
@media screen and (max-width: 768px) {
  .page .design .recommend__heading::after {
    width: 8.3vw;
    height: 0.3vw;
  }
}
.page .design .recommend02 {
  margin-top: 57px;
}
.page .design .recommend02 .recommend__heading {
  width: 168px;
}
@media screen and (max-width: 768px) {
  .page .design .recommend02 .recommend__heading {
    width: 40.6vw;
  }
}
.page .bulk {
  margin-top: 80px;
  padding: 57px 0 56px 0;
  background-color: #FFF7E8;
}
@media screen and (max-width: 768px) {
  .page .bulk {
    margin-top: 12.9vw;
    padding: 10.5vw 0 10.9vw 0;
  }
}
.page .bulk__heading {
  font-size: 24px;
  text-align: center;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .page .bulk__heading {
    font-size: 5.2vw;
  }
}
.page .bulk__fig {
  max-width: 638px;
  width: 100%;
  margin: auto;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .page .bulk__fig {
    max-width: 89.6vw;
    margin-top: 3.9vw;
  }
}
.page .bulk__button p {
  text-align: center;
  font-size: 16px;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", "sans-serif";
  margin: 16px 0 10px 0;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .page .bulk__button p {
    font-size: 3.6vw;
    margin: 4.2vw 0 2.6vw 0;
  }
}
.page .bulk__button .btn {
  width: 310.45px;
  margin: auto;
  border: none;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .page .bulk__button .btn {
    width: 67.7vw;
  }
}
.page .blouse {
  margin-top: 81px;
}
@media screen and (max-width: 768px) {
  .page .blouse {
    margin-top: 13.5vw;
  }
}
.page .blouse__heading {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .page .blouse__heading {
    font-size: 5.2vw;
  }
}
.page .blouse__text {
  width: 700px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .page .blouse__text {
    width: 89.6vw;
  }
}
.page .blouse__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 820px;
  width: 100%;
  margin: auto;
  margin-top: 54px;
  padding-right: 13px;
}
@media screen and (max-width: 768px) {
  .page .blouse__nav ul {
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 2.6vw;
    margin-top: 10.3vw;
  }
}
.page .blouse__nav li {
  max-width: 385px;
  width: 100%;
  margin-right: 36px;
  background-color: #FFF7E8;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page .blouse__nav li {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 3.1vw;
  }
}
.page .blouse__nav li:nth-child(2) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .page .blouse__nav li:nth-child(2) {
    margin-bottom: 0;
  }
}
.page .blouse__nav li a {
  padding: 10px 0;
}
@media screen and (max-width: 768px) {
  .page .blouse__nav li a {
    padding: 2.2vw 0;
  }
}
.page .blouse__nav li a::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("/ec/img/usr/pg/campaign/super_basic_blouse/nav-arrow.png");
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 19px;
  right: -13px;
}
@media screen and (max-width: 768px) {
  .page .blouse__nav li a::after {
    width: 5.2vw;
    height: 5.2vw;
    top: 5.3vw;
    right: -2.6vw;
  }
}
.page .blouse__nav .text01 {
  text-align: center;
  font-size: 13px;
  line-height: 1.54;
  font-weight: 600;
  margin-bottom: 3px;
}
@media screen and (max-width: 768px) {
  .page .blouse__nav .text01 {
    font-size: 3.1vw;
    margin-bottom: 1.4vw;
  }
}
.page .blouse__nav .text02 {
  text-align: center;
  font-size: 16px;
  font-family: "Unna", serif;
  font-weight: 400;
  line-height: 1.13;
}
@media screen and (max-width: 768px) {
  .page .blouse__nav .text02 {
    font-size: 4.7vw;
  }
}
.page .blouse .materials {
  margin-top: 65px;
}
@media screen and (max-width: 768px) {
  .page .blouse .materials {
    margin-top: 11.6vw;
  }
}
.page .blouse .materials__heading {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 1.5;
  color: #333333;
}
@media screen and (max-width: 768px) {
  .page .blouse .materials__heading {
    font-size: 5.2vw;
    margin-bottom: 0;
  }
}
.page .blouse .materials .charm__title {
  width: 164px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .page .blouse .materials .charm__title {
    width: 31.3vw;
  }
}
.page .blouse .materials .charm__list {
  margin-top: 37px;
}
@media screen and (max-width: 768px) {
  .page .blouse .materials .charm__list {
    margin-top: 7.6vw;
  }
}
.page .blouse .materials .charm__item {
  margin-top: 56px;
}
@media screen and (max-width: 768px) {
  .page .blouse .materials .charm__item {
    margin-top: 10.4vw;
  }
}
.page .blouse .materials .charm__item:first-child {
  margin-top: 0;
}
.page .blouse .materials .charm__item:nth-child(even) .charm-content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .page .blouse .materials .charm__item:nth-child(even) .charm-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page .blouse .materials .charm__item:nth-child(even) .charm-content__heading {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .page .blouse .materials .charm__item:nth-child(even) .charm-content__heading {
    width: 18vw;
    margin: auto;
    margin-top: 5.2vw;
  }
}
.page .blouse .materials .charm__item:nth-child(even) .charm-content__text {
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  .page .blouse .materials .charm__item:last-child .charm-content__heading {
    width: 18vw;
  }
}
.page .blouse .materials .charm .charm-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 820px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .page .blouse .materials .charm .charm-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page .blouse .materials .charm .charm-content__fig {
  max-width: 320px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .page .blouse .materials .charm .charm-content__fig {
    max-width: 79.2vw;
  }
}
.page .blouse .materials .charm .charm-content__heading {
  width: 105px;
}
@media screen and (max-width: 768px) {
  .page .blouse .materials .charm .charm-content__heading {
    width: 17.2vw;
    margin: auto;
    margin-top: 5.2vw;
  }
}
.page .blouse .materials .charm .charm-content__text {
  margin-top: 16px;
  padding-left: 24px;
}
@media screen and (max-width: 768px) {
  .page .blouse .materials .charm .charm-content__text {
    text-align: center;
    margin-top: 1.3vw;
    padding-left: 0;
  }
}
.page .blouse .materials .charm .charm-content__text .text01 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .page .blouse .materials .charm .charm-content__text .text01 {
    font-size: 5.2vw;
  }
}
.page .blouse .materials .charm .charm-content__text .text02 {
  font-size: 16px;
  font-weight: 400;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", "sans-serif";
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .page .blouse .materials .charm .charm-content__text .text02 {
    font-size: 3.6vw;
    margin-top: 4vw;
  }
}
.page .blouse .materials .charm__mechanism {
  margin-top: 19px;
}
@media screen and (max-width: 768px) {
  .page .blouse .materials .charm__mechanism {
    margin-top: 5.2vw;
  }
}
.page .blouse .materials .charm__mechanism .img01 {
  width: 200px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .page .blouse .materials .charm__mechanism .img01 {
    width: 39.1vw;
  }
}
.page .blouse .materials .charm__mechanism .js-scrollable {
  display: -webkit-box;
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
  scrollbar-width: none;
  /* Firefox */
}
.page .blouse .materials .charm__mechanism .js-scrollable::-webkit-scrollbar {
  display: none;
  /* Safari and Chrome */
}
.page .blouse .materials .charm__mechanism-wrapper-inner {
  max-width: 820px;
  width: 100%;
  margin: auto;
  margin-top: 58px;
  border: 1px solid #EC922B;
  padding: 55px;
  z-index: 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page .blouse .materials .charm__mechanism-wrapper-inner {
    max-width: 89.6vw;
    padding: 8.3vw 5.2vw;
    border: 0.3vw solid #EC922B;
    margin-top: 12.1vw;
  }
}
.page .blouse .materials .charm__mechanism-wrapper-inner .img02 {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .page .blouse .materials .charm__mechanism-wrapper-inner .img02 {
    width: 237.1vw;
  }
}
.page .blouse .materials .charm__mechanism__title {
  max-width: 260px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .page .blouse .materials .charm__mechanism__title {
    max-width: 57.3vw;
  }
}
.page .blouse .point {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .page .blouse .point {
    margin-top: 9.6vw;
  }
}
.page .blouse .point__heading {
  font-size: 50px;
  font-weight: 400;
  font-family: "Unna", serif;
  line-height: 1.4;
  text-align: center;
  color: #EC922B;
}
@media screen and (max-width: 768px) {
  .page .blouse .point__heading {
    font-size: 11.1vw;
  }
}
.page .blouse .coordinate {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .page .blouse .coordinate {
    margin-top: 9.4vw;
  }
}
.page .blouse .coordinate__heading {
  font-size: 50px;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  color: #EC922B;
  font-family: "Unna", serif;
}
@media screen and (max-width: 768px) {
  .page .blouse .coordinate__heading {
    font-size: 11.1vw;
  }
}
.page .blouse .coordinate__text {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  margin-top: 17px;
}
@media screen and (max-width: 768px) {
  .page .blouse .coordinate__text {
    font-size: 3.6vw;
    margin-top: 4.3vw;
  }
}
.page .blouse .coordinate-items {
  margin-top: 47px;
}
@media screen and (max-width: 768px) {
  .page .blouse .coordinate-items {
    margin-top: 9.1vw;
  }
}
.page .blouse .coordinate-items02 {
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  .page .blouse .coordinate-items02 {
    margin-top: 11.5vw;
  }
}
.page .blouse .coordinate-items__heading {
  max-width: 134px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .page .blouse .coordinate-items__heading {
    max-width: 29.7vw;
  }
}
.page .blouse .coordinate-items__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 24px;
  padding-bottom: 64px;
  border-bottom: 1px solid #B1B1B1;
}
@media screen and (max-width: 768px) {
  .page .blouse .coordinate-items__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 6.3vw;
    border-bottom: 0.3vw solid #B1B1B1;
    padding-bottom: 11.5vw;
  }
}
.page .blouse .coordinate-items__wrapper .img {
  max-width: 420px;
  width: 100%;
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .page .blouse .coordinate-items__wrapper .img {
    max-width: 100%;
    margin-right: 0;
  }
}
.page .blouse .coordinate-items__wrapper--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  border: none;
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .page .blouse .coordinate-items__wrapper--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page .blouse .coordinate-items__wrapper--reverse .img {
  margin-left: 40px;
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .page .blouse .coordinate-items__wrapper--reverse .img {
    margin-left: 0;
  }
}
.page .blouse .coordinate .item__scroll {
  width: 100%;
  max-width: 100%;
  margin: 0;
  margin-top: 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .blouse .coordinate .item__scroll {
    max-width: 100%;
    width: 100%;
    margin-top: 8.3vw;
  }
}
.page .blouse .coordinate .item__scroll__heading {
  font-size: 24px;
  margin-bottom: 11px;
}
@media screen and (max-width: 768px) {
  .page .blouse .coordinate .item__scroll__heading {
    font-size: 5.2vw;
    margin-bottom: 6.1vw;
  }
}
.page .blouse .coordinate .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;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .page .blouse .coordinate .item__scroll .item__list {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .page .blouse .coordinate .item__scroll .item__list {
    max-width: 89.6vw;
    margin: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.page .blouse .coordinate .item__scroll .item__list li {
  max-width: 160px;
  width: 100%;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .page .blouse .coordinate .item__scroll .item__list li {
    max-width: 42.7vw;
    margin-right: 4.2vw;
  }
}
@media screen and (max-width: 768px) {
  .page .blouse .coordinate .item__scroll .item__list li:nth-child(2) {
    margin-right: 0;
  }
}
.page .blouse .coordinate .item__scroll .item__list li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .page .blouse .coordinate .item__scroll .item__list li:last-child {
    margin-top: 7.3vw;
  }
}
.page .sec {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .page .sec {
    margin-top: 15.6vw;
  }
}
.page .sec__heading {
  text-align: center;
  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;
  font-size: 32px;
  line-height: 1.8;
  font-weight: 500;
  padding: 10.22px 0;
}
@media screen and (max-width: 768px) {
  .page .sec__heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 5.7vw;
    padding: 4.1vw 0;
  }
}
.page .sec__heading span {
  font-size: 20px;
  font-family: "Outfit", sans-serif;
  font-weight: 200;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .page .sec__heading span {
    font-size: 4.2vw;
    margin-right: 0;
  }
}
.page .sec-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 41px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  .page .sec-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 8.3vw;
  }
}
.page .sec-items02 {
  margin-top: 81px;
}
@media screen and (max-width: 768px) {
  .page .sec-items02 {
    margin-top: 13.5vw;
  }
}
.page .sec-items__heading {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  position: relative;
  z-index: 1;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .page .sec-items__heading {
    font-size: 5.2vw;
  }
}
.page .sec-items__heading::before {
  content: "";
  display: block;
  width: 32px;
  height: 1px;
  background-color: #EC922B;
  position: absolute;
  top: 50%;
  left: 0;
}
@media screen and (max-width: 768px) {
  .page .sec-items__heading::before {
    width: 8.3vw;
    height: 0.3vw;
  }
}
.page .sec-items__heading::after {
  content: "";
  display: block;
  width: 32px;
  height: 1px;
  background-color: #EC922B;
  position: absolute;
  top: 50%;
  right: 0;
}
@media screen and (max-width: 768px) {
  .page .sec-items__heading::after {
    width: 8.3vw;
    height: 0.3vw;
  }
}
.page .sec-items__heading01 {
  width: 240px;
}
@media screen and (max-width: 768px) {
  .page .sec-items__heading01 {
    width: 56.3vw;
  }
}
.page .sec-items__heading02 {
  width: 264px;
}
@media screen and (max-width: 768px) {
  .page .sec-items__heading02 {
    width: 61.5vw;
  }
}
.page .sec-items__recommends {
  max-width: 640px;
  width: 100%;
  margin: auto;
  background-color: #FFF7E8;
  border-radius: 16px;
  padding: 40px 0;
  margin-top: 39px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page .sec-items__recommends {
    max-width: 79.2vw;
    border-radius: 2.1vw;
    padding: 7.3vw 0 5.5vw;
    margin-top: 9.9vw;
  }
}
.page .sec-items__recommends--title {
  max-width: 266px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .page .sec-items__recommends--title {
    max-width: 57.8vw;
  }
}
.page .sec-items__recommends ul {
  width: 324px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .page .sec-items__recommends ul {
    width: 68.8vw;
  }
}
.page .sec-items__recommends ul li {
  font-size: 16px;
  line-height: 1.5;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", "sans-serif";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  letter-spacing: normal;
}
@media screen and (max-width: 768px) {
  .page .sec-items__recommends ul li {
    font-size: 3.6vw;
    margin-bottom: 3.1vw;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
.page .sec-items__recommends ul li::before {
  content: "";
  display: block;
  width: 18px;
  height: 15px;
  background-image: url("/ec/img/usr/pg/campaign/super_basic_blouse/check-icon.png");
  background-size: cover;
  background-position: center;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .page .sec-items__recommends ul li::before {
    width: 3.8vw;
    height: 3.3vw;
    margin-right: 2.1vw;
  }
}
.page .sec-items__recommends ul li:last-child {
  margin-bottom: 0;
}
.page .sec-items .active {
  border: 1px solid black;
}
.page .sec-items .item__scroll02 .slick-track {
  -webkit-transform: translate3d(0, 0, 0) !important;
          transform: translate3d(0, 0, 0) !important;
  width: 100% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .page .sec-items .item__scroll02 .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: scroll;
    overflow-y: hidden;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.page .sec-items .item__scroll02 .slick-current .item__list__img {
  position: relative;
}
.page .sec-items .item__scroll02 .slick-current .item__list__img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 4px solid #EC922B;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .page .sec-items .item__scroll02 .slick-current .item__list__img::after {
    border: 1vw solid #EC922B;
  }
}
.page .sec-items__text {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .page .sec-items__text {
    font-size: 3.6vw;
  }
}
.page .sec-items__list {
  max-width: 470px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .page .sec-items__list {
    max-width: 100%;
    margin-right: 0;
  }
}
.page .sec-items__item {
  max-width: 100%;
  width: 100%;
}
.page .sec-items__item .item__list__text {
  display: block;
  margin: 0 auto;
  max-width: 190px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .page .sec-items__item .item__list__text {
    max-width: 51.8vw;
  }
}
.page .sec-items__item .item__list__text .item--name {
  font-size: 13px;
  text-align: center;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", "sans-serif";
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .page .sec-items__item .item__list__text .item--name {
    font-size: 3.1vw;
    margin-top: 4.2vw;
    margin-bottom: 2.5vw;
  }
}
.page .sec-items__item .item__list__text .item--details {
  font-size: 13px;
  line-height: 1.8;
  font-weight: 300;
  border-radius: 5px;
  margin-top: 10px;
  background-color: #EC922B;
  color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .page .sec-items__item .item__list__text .item--details {
    font-size: 3.6vw;
    border-radius: 0.7vw;
    margin-top: 2.1vw;
  }
}
.page .sec-items__item .item__list__text .item--details a {
  padding: 6.5px 0;
  text-align: center;
  color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .page .sec-items__item .item__list__text .item--details a {
    padding: 2vw 0 2.1vw 0;
  }
}
.page .sec-items .staff {
  max-width: 470px;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .page .sec-items .staff {
    margin-left: 40px;
  }
}
@media screen and (max-width: 768px) {
  .page .sec-items .staff {
    max-width: 79.2vw;
    margin: auto;
    margin-top: 11.5vw;
  }
}
.page .sec-items .staff__title {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", "sans-serif";
  background-color: #D4ECFC;
  padding: 5.6px 0;
}
@media screen and (max-width: 768px) {
  .page .sec-items .staff__title {
    font-size: 3.6vw;
    padding: 2.2vw 0;
  }
}
.page .sec-items .staff__text {
  text-align: center;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 500;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .page .sec-items .staff__text {
    margin-top: 4.2vw;
    font-size: 5.2vw;
  }
}
.page .sec-items .staff__voice {
  margin-top: 23px;
}
@media screen and (max-width: 768px) {
  .page .sec-items .staff__voice {
    margin-top: 6.4vw;
  }
}
.page .sec-items .staff__voice h3 {
  font-size: 24px;
  text-align: center;
  font-family: "Unna", serif;
  color: #EC922B;
  font-weight: 400;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .page .sec-items .staff__voice h3 {
    font-size: 4.7vw;
  }
}
.page .sec-items .staff__voice p {
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", "sans-serif";
  line-height: 1.5;
  margin-top: 3px;
}
@media screen and (max-width: 768px) {
  .page .sec-items .staff__voice p {
    font-size: 3.1vw;
    margin-top: 0.4vw;
  }
}
.page .sec-items .staff__voice .img {
  max-width: 375px;
  width: 100%;
  margin: auto;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .page .sec-items .staff__voice .img {
    max-width: 79.2vw;
    margin-top: 3.1vw;
  }
}
.page .sec-items__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .page .sec-items__wrapper {
    margin-top: 11.5vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page .sec-items__wrapper .item__list__img {
  max-width: 79.2vw;
  margin: auto;
}
.page .sec-items__wrapper .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  margin-top: 20px;
  list-style-type: none;
  max-width: 396px;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .page .sec-items__wrapper .slick-dots {
    max-width: 79.2vw;
    margin-top: 6.5vw;
  }
}
.page .sec-items__wrapper .slick-dots li {
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .page .sec-items__wrapper .slick-dots li {
    margin-right: 6.5vw;
  }
}
.page .sec-items__wrapper .slick-dots li:last-child {
  margin-right: 0;
}
.page .sec-items__wrapper .slick-dots li:nth-child(n+6) {
  margin-top: 28px;
}
@media screen and (max-width: 768px) {
  .page .sec-items__wrapper .slick-dots li:nth-child(n+6) {
    margin-top: 6.5vw;
  }
}
.page .sec-items__wrapper .slick-dots button {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  width: 32px;
  height: 32px;
  padding: 2px;
  border: none;
  border-radius: 100%;
  text-indent: -9999px;
  z-index: 99;
  border: 1px solid transparent;
}
@media screen and (max-width: 768px) {
  .page .sec-items__wrapper .slick-dots button {
    width: 10.4vw;
    height: 10.4vw;
    border: 0.3vw solid transparent;
  }
}
.page .sec-items__wrapper .slick-dots li.slick-active button {
  position: relative;
}
.page .sec-items__wrapper .slick-dots li.slick-active button::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -5px;
  right: -5px;
  width: 40px;
  height: 40px;
  border: 2px solid #333333;
  border-radius: 100%;
}
@media screen and (max-width: 768px) {
  .page .sec-items__wrapper .slick-dots li.slick-active button::before {
    border: 0.5vw solid #333333;
    top: -1.6vw;
    right: -1.6vw;
    width: 13vw;
    height: 13vw;
  }
}
.page .sec-items .body-shell {
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  .page .sec-items .body-shell {
    margin-top: 11.5vw;
  }
}
.page .sec-items .body-shell__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .page .sec-items .body-shell__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page .sec-items .body-shell__item {
  max-width: 310px;
  width: 100%;
  margin-right: 24px;
}
@media screen and (max-width: 768px) {
  .page .sec-items .body-shell__item {
    max-width: 79.2vw;
    margin-right: 0;
    margin: auto;
    margin-bottom: 6.3vw;
  }
}
.page .sec-items .body-shell__item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .page .sec-items .body-shell__item:last-child {
    margin: auto;
    margin-bottom: 0;
  }
}
.page .sec-items .body-shell__item .text {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", "sans-serif";
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .page .sec-items .body-shell__item .text {
    font-size: 3.6vw;
    margin-top: 2.6vw;
  }
}
.page .sec .recommend {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .page .sec .recommend {
    margin-top: 13vw;
  }
}
.page .sec .recommend__heading {
  font-size: 20px;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .page .sec .recommend__heading {
    font-size: 5.2vw;
    margin-bottom: 5.1vw;
  }
}
.page .sec__anchor {
  margin-top: 107px;
}
@media screen and (max-width: 768px) {
  .page .sec__anchor {
    margin-top: 15.6vw;
  }
}
.page .sec__anchor .item__anchor {
  max-width: 540px;
  width: 100%;
  display: block;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .page .sec__anchor .item__anchor {
    margin: 12.5vw auto 0;
    max-width: 89.6vw;
  }
}
.page .sec__anchor .item__anchor .btn {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "AppleGothic";
  position: relative;
  width: 100%;
  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;
  padding: 26.5px 0;
  font-weight: 600;
  font-size: 24px;
  text-align: center;
  border: solid 2px #333333;
  color: #333333;
}
@media screen and (max-width: 768px) {
  .page .sec__anchor .item__anchor .btn {
    width: 100%;
    font-size: 3.9vw;
    padding: 3.5vw 0;
    border: solid 0.3vw #333333;
  }
}
.page .sec__anchor .item__anchor .btn b {
  font-weight: 600;
}
.page .sec__anchor .item__anchor .btn .sb {
  position: relative;
  z-index: 1;
  display: block;
  font-size: 18px;
  margin: 0 auto;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .page .sec__anchor .item__anchor .btn .sb {
    font-size: 2.9vw;
  }
}
.page .sec__anchor .item__anchor .btn .arrow_right {
  position: absolute;
  right: 22px;
  width: 28px;
  height: 7px;
  background-image: url("/ec/img/usr/pg/campaign/super_basic_blouse/anchor_arrow.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .page .sec__anchor .item__anchor .btn .arrow_right {
    right: 2.9vw;
    width: 5.3vw;
    height: 1.4vw;
  }
}
.page .sec__anchor .item__anchor .btn .img {
  position: absolute;
  width: 90px;
  top: -7px;
  left: 14px;
}
@media screen and (max-width: 768px) {
  .page .sec__anchor .item__anchor .btn .img {
    width: 16.1vw;
    top: -2.1vw;
    left: 3.1vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.page .top01 .sec__heading {
  background-color: #FCD1CD;
}
.page .top01 .item__list__text .item--details {
  background-color: #FCD1CD;
}
.page .top02 .sec__heading {
  background-color: #BDE6EC;
}
.page .top02 .item__list__text .item--details {
  background-color: #BDE6EC;
}
.page .top02 .point::before {
  width: 318px;
  height: 61px;
  background-image: url("/ec/img/usr/pg/campaign/super_basic_blouse/titles/point-title-img02.png");
}
@media screen and (max-width: 768px) {
  .page .top02 .point::before {
    width: 61.7vw;
    height: 12.4vw;
  }
}
.page .top03 .sec__heading {
  background-color: #F9B88C;
}
.page .top03 .item__list__text .item--details {
  background-color: #F9B88C;
}
.page .top03 .point::before {
  width: 640px;
  height: 61px;
  background-image: url("/ec/img/usr/pg/campaign/super_basic_blouse/titles/point-title-img03.png");
}
@media screen and (max-width: 768px) {
  .page .top03 .point::before {
    width: 68.8vw;
    height: 20.7vw;
    background-image: url("/ec/img/usr/pg/campaign/super_basic_blouse/titles/point-title-img03-sp.png");
  }
}
.page .top04 .sec__heading {
  background-color: #B8DEBE;
}
.page .top04 .item__list__text .item--details {
  background-color: #B8DEBE;
}
.page .top04 .point::before {
  width: 534px;
  height: 61px;
  background-image: url("/ec/img/usr/pg/campaign/super_basic_blouse/titles/point-title-img04.png");
}
@media screen and (max-width: 768px) {
  .page .top04 .point::before {
    width: 78.1vw;
    height: 20.7vw;
    background-image: url("/ec/img/usr/pg/campaign/super_basic_blouse/titles/point-title-img04-sp.png");
    margin: 0 auto 0 1.8vw;
    margin-bottom: -4vw;
  }
}
.page .more-items {
  margin-top: 121px;
}
@media screen and (max-width: 768px) {
  .page .more-items {
    margin-top: 18.4vw;
  }
}
.page .more-items__heading {
  text-align: center;
  font-size: 32px;
  margin-bottom: 37px;
  font-weight: 500;
  color: #333333;
}
@media screen and (max-width: 768px) {
  .page .more-items__heading {
    font-size: 5.7vw;
    margin-bottom: 5.1vw;
  }
}
.page .more-items__list {
  max-width: 980px;
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .page .more-items__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 89.6vw;
  }
}
.page .more-items__item {
  margin-right: 40px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .page .more-items__item {
    max-width: 100%;
    margin-right: 0;
    margin-top: 9.4vw;
  }
}
.page .more-items__item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .page .more-items__item:first-child {
    margin-top: 0;
  }
}
.page .more-items__item .text {
  font-size: 16px;
  text-align: center;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", "sans-serif";
  font-weight: 400;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .page .more-items__item .text {
    font-size: 3.6vw;
    text-align: left;
    margin-top: 4.2vw;
  }
}
.page .more-items__item .btn {
  border: 1px solid #707070;
  margin-top: 16px;
  padding: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .page .more-items__item .btn {
    margin-top: 4.2vw;
    border: 0.13vw solid #707070;
  }
}
.page .more-items__item .btn a {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "AppleGothic";
  padding: 13px 0;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .page .more-items__item .btn a {
    font-size: 3.6vw;
    padding: 3.9vw 0;
  }
}
.page .more-items__item .btn a::after {
  content: "";
  display: block;
  width: 5px;
  height: 11px;
  position: absolute;
  background-image: url("/ec/img/usr/pg/campaign/super_basic_blouse/arrow-right.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  top: 18px;
  right: 8px;
}
@media screen and (max-width: 768px) {
  .page .more-items__item .btn a::after {
    width: 2.1vw;
    height: 4.6vw;
    top: 4.3vw;
    right: 4.6vw;
  }
}
.page .item__scroll {
  width: 100%;
  max-width: 980px;
  margin: auto;
  margin-top: 22px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .item__scroll {
    max-width: 100%;
  }
}
.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;
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .page .item__scroll .item__list {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .page .item__scroll .item__list {
    max-width: 89.6vw;
    margin: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page .item__scroll .item__list li {
  max-width: 305px;
  width: 100%;
  margin-right: 32px;
}
.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: 89.6vw;
    margin-right: 0;
    position: relative;
  }
  .page .item__scroll .item__list li:first-child {
    margin-left: 0;
  }
  .page .item__scroll .item__list li:last-child::after {
    position: absolute;
    content: "";
    top: 0;
    left: 100%;
    height: 1px;
    width: 5.2vw;
    background-color: transparent;
  }
}
.page .item__scroll .item__list li .item__list__img {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page .item__scroll .item__list li .item__list__img {
    max-width: 79.2vw;
  }
}
.page .item__scroll .item__list li .item__list__text {
  display: block;
  margin: 0 auto;
  max-width: 190px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .page .item__scroll .item__list li .item__list__text {
    max-width: 51.8vw;
  }
}
.page .item__scroll .item__list li .item__list__text .item--name {
  font-size: 13px;
  font-weight: 400;
  color: #333333;
  line-height: 1.5;
  margin-bottom: 10px;
  margin-top: 10px;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", "sans-serif";
}
@media screen and (max-width: 768px) {
  .page .item__scroll .item__list li .item__list__text .item--name {
    font-size: 3.1vw;
    margin-bottom: 3.1vw;
    margin-top: 4.2vw;
    line-height: 1.8;
  }
}
.page .item__scroll .item__list li .item__list__text .item--details {
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  border-radius: 5px;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "AppleGothic";
  margin-top: 10px;
  background-color: #EC922B;
  color: #FFFFFF;
}
.page .item__scroll .item__list li .item__list__text .item--details a {
  padding: 6.5px 0;
  line-height: 1.66;
  color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .page .item__scroll .item__list li .item__list__text .item--details a {
    padding: 2.1vw 0;
  }
}
@media screen and (max-width: 768px) {
  .page .item__scroll .item__list li .item__list__text .item--details {
    font-size: 3.6vw;
    border-radius: 0.7vw;
    margin-top: 2.1vw;
  }
}
.page .item__scroll02 {
  width: 100%;
  max-width: 100%;
  text-align: center;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .page .item__scroll02 {
    max-width: 100%;
    margin-top: 7.3vw;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.page .item__scroll02 .item__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .page .item__scroll02 .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__scroll02 .item__list::-webkit-scrollbar {
    display: none;
    /* Safari and Chrome */
  }
}
@media screen and (max-width: 768px) {
  .page .item__scroll02 .item__list .slick-current {
    display: block;
    -webkit-animation: fadeIn 2s;
            animation: fadeIn 2s;
    opacity: 1;
  }
}
.page .item__scroll02 .item__list li {
  max-width: 100% !important;
  width: calc(12.5% - 14.5px) !important;
  z-index: 9999;
  margin-right: 16px;
}
.page .item__scroll02 .item__list li:last-child {
  margin-right: 0;
}
.page .item__scroll02 .item__list li:nth-child(8n+8) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .page .item__scroll02 .item__list li:nth-child(8n+8) {
    margin-right: 3.1vw;
  }
}
.page .item__scroll02 .item__list li:nth-child(n+9) {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .page .item__scroll02 .item__list li:nth-child(n+9) {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .page .item__scroll02 .item__list li {
    width: 17.2vw !important;
    max-width: 100% !important;
    margin-right: 3.1vw;
    position: relative;
    overflow: visible;
  }
  .page .item__scroll02 .item__list li:first-child {
    margin-left: 0;
  }
}
.page .item__scroll02 .item__list li .item__list__img {
  display: block;
  margin: 0 auto;
}
.page .item__scroll02 .item__list li .item__list__text {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page .item__scroll02 .item__list li .item__list__text {
    max-width: 51.8vw;
  }
}
.page .item__scroll02 .item__list li .item__list__text .item--name {
  font-size: 13px;
  font-weight: 400;
  color: #333333;
  line-height: 1.5;
  margin-bottom: 10px;
  margin-top: 10px;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "AppleGothic";
}
@media screen and (max-width: 768px) {
  .page .item__scroll02 .item__list li .item__list__text .item--name {
    font-size: 3.1vw;
    margin-bottom: 3.1vw;
    margin-top: 0;
  }
}
.page .item__scroll02 .item__list li .item__list__text .item--details {
  font-size: 13px;
  line-height: 1.8;
  font-weight: 300;
  border-radius: 5px;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "AppleGothic";
  margin-top: 10px;
}
.page .item__scroll02 .item__list li .item__list__text .item--details a {
  padding: 6.5px 0;
}
@media screen and (max-width: 768px) {
  .page .item__scroll02 .item__list li .item__list__text .item--details a {
    padding: 2.6vw 0;
  }
}
@media screen and (max-width: 768px) {
  .page .item__scroll02 .item__list li .item__list__text .item--details {
    font-size: 3.6vw;
    border-radius: 0.7vw;
    margin-top: 2.1vw;
  }
}
.page .item__scroll .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  margin-top: 20px;
  list-style-type: none;
  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 .slick-dots {
    margin-top: 6.5vw;
  }
}
@media screen and (max-width: 768px) {
  .page .item__scroll .slick-dots li {
    width: 10vw;
    height: 10vw;
    border: 0.3vw solid transparent;
    margin-right: 6.5vw;
  }
}
.page .item__scroll .slick-dots button {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  padding: 2px;
  border: none;
  border-radius: 100%;
  text-indent: -9999px;
  z-index: 99;
  border: 1px solid transparent;
}
@media screen and (max-width: 768px) {
  .page .item__scroll .slick-dots button {
    width: 100%;
    height: 100%;
  }
}
.page .item__scroll .slick-dots li.slick-active button {
  position: relative;
}
@media screen and (max-width: 768px) {
  .page .item__scroll .slick-dots li.slick-active button::before {
    content: "";
    position: absolute;
    z-index: -1;
    border: 1.5px solid #333333;
    top: -2vw;
    right: -2vw;
    width: 13vw;
    height: 13vw;
    border-radius: 100%;
  }
}
@media screen and (max-width: 768px) {
  .page .item__scroll__wrapper01 .slick-dots li:nth-child(1) button {
    background-color: #FFFFFF;
    border: 0.3vw solid #7D7D7D;
  }
}
@media screen and (max-width: 768px) {
  .page .item__scroll__wrapper01 .slick-dots li:nth-child(2) button {
    background-color: #E9DED4;
    border: 0.3vw solid #7D7D7D;
  }
}
@media screen and (max-width: 768px) {
  .page .item__scroll__wrapper01 .slick-dots li:nth-child(3) button {
    background-color: #000000;
    border: 0.3vw solid #000000;
  }
}
.page .item__scroll__wrapper02 .slick-dots li:nth-child(5n) {
  margin-right: 0;
}
.page .item__scroll__wrapper02 .slick-dots li:nth-child(n+6) {
  margin-top: 28px;
}
@media screen and (max-width: 768px) {
  .page .item__scroll__wrapper02 .slick-dots li:nth-child(1) button {
    background-color: #FFFFFF;
    border: 0.3vw solid #7D7D7D;
  }
}
@media screen and (max-width: 768px) {
  .page .item__scroll__wrapper02 .slick-dots li:nth-child(2) button {
    background-color: #E2E1DE;
    border: 0.3vw solid #7D7D7D;
  }
}
.page .item__scroll__wrapper02 .slick-dots li:nth-child(3) button {
  background-color: #000000;
  border: 0.3vw solid #000000;
}
.page .summer {
  max-width: 607px;
  width: 100%;
  margin: auto;
  margin-top: 80px;
  margin-bottom: 80px;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", "sans-serif";
}
@media screen and (max-width: 768px) {
  .page .summer {
    max-width: 89.6vw;
    margin-top: 15.6vw;
    margin-bottom: 12.5vw;
  }
}
.page .summer__heading {
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.5;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page .summer__heading {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    font-size: 5.2vw;
    line-height: 1.7;
  }
}
.page .summer__heading::before {
  content: "＼";
  display: block;
}
.page .summer__heading::after {
  content: "／";
  display: block;
}
.page .summer__img {
  max-width: 571.43px;
  width: 100%;
  margin: auto;
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .page .summer__img {
    max-width: 100%;
    margin-top: 8.3vw;
  }
}
.page .summer__text {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  line-height: 1.8;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .page .summer__text {
    font-size: 3.6vw;
    text-align: left;
    margin-top: 5.2vw;
  }
}
.page .summer__button {
  max-width: 300px;
  width: 100%;
  margin: auto;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .page .summer__button {
    max-width: 100%;
    margin-top: 4.2vw;
  }
}
.page .summer__button .btn {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  line-height: 1.5;
  padding: 12px 0 12px 0;
  border: 1px solid #707070;
  position: relative;
  font-family: "Hiragino Kaku Gothic ProN";
}
@media screen and (max-width: 768px) {
  .page .summer__button .btn {
    font-size: 3.6vw;
    padding: 3.8vw 0 3.8vw 0;
  }
}
.page .summer__button .btn::after {
  content: "";
  display: block;
  width: 5px;
  height: 11px;
  background-image: url("/ec/img/usr/pg/campaign/super_basic_blouse/arrow_down.png");
  background-size: cover;
  position: absolute;
  right: 10px;
  bottom: 18px;
}
@media screen and (max-width: 768px) {
  .page .summer__button .btn::after {
    width: 2.1vw;
    height: 4.6vw;
    right: 2.6vw;
    bottom: 4.3vw;
  }
}
@media screen and (max-width: 768px) {
  .page .slick-arrow {
    top: 43vw;
    width: 10.4vw;
    height: 10.4vw;
  }
}
.page .prev-arrow {
  background-image: url("/ec/img/usr/pg/campaign/super_basic_blouse/arrow-scroll-left.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  left: 0;
}
.page .next-arrow {
  background-image: url("/ec/img/usr/pg/campaign/super_basic_blouse/arrow-scroll-right.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  right: 0;
}
@media screen and (max-width: 768px) {
  .page .anchor {
    /* padding-top: 50px; */
    margin-top: -50px;
  }
}

.page .ajax_area {
  max-width: 190px;
  width: 100%;
  margin: auto;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "AppleGothic";
}
@media screen and (max-width: 768px) {
  .page .ajax_area {
    max-width: 44.3vw;
  }
}
.page .ajax_area .preset_price_area {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 300;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .ajax_area .preset_price_area {
    font-size: 3.6vw;
  }
}
.page .ajax_area a.cartinbtn {
  width: 100%;
  font-size: 13px;
  background-color: #37BEF0;
  margin: 16px auto 0;
  font-weight: 300;
  padding: 8.3px;
  line-height: 1.5;
  display: none;
}
@media screen and (max-width: 768px) {
  .page .ajax_area a.cartinbtn {
    width: 100%;
    font-size: 3.4vw;
    margin: 3.1vw auto 0;
    padding: 2vw 0;
    border-radius: 0.7vw;
  }
}
.page .ajax_area .stock_exist {
  width: 100%;
  font-size: 13px;
  border-radius: 5px;
  margin: 20px auto 0;
  padding: 4px 11px 5px 11px;
  border: 1px solid #CCCCCC;
  font-weight: 300;
  display: none;
}
@media screen and (max-width: 768px) {
  .page .ajax_area .stock_exist {
    width: 100%;
    font-size: 3.4vw;
    padding: 0.4vw 1.4vw 0.5vw 2.5vw;
    margin: 4.3vw auto 0;
    border-radius: 0.7vw;
  }
}
.page .ajax_area .stock_exist:before {
  border-bottom: 5px solid #474747;
}
@media screen and (max-width: 768px) {
  .page .ajax_area .stock_exist:before {
    border: 1.2vw solid transparent;
    border-bottom: 1.6vw solid #474747;
  }
}
.page .ajax_area .stock_exist::after {
  border-top: 5px solid #474747;
}
@media screen and (max-width: 768px) {
  .page .ajax_area .stock_exist::after {
    border: 1.2vw solid transparent;
    border-top: 1.6vw solid #474747;
  }
}