@charset "UTF-8";
.wardrobe_lp .wardrobe_lp .slick-dots li.slick-active button:before {
  background-color: #e2dbcc;
  content: "";
}
.wardrobe_lp .wardrobe_lp .slick-dots li button:before {
  background-color: #f2efe8;
  content: "";
  opacity: 1 !important;
}
.wardrobe_lp * {
  box-sizing: border-box;
}
.wardrobe_lp li, .wardrobe_lp summary {
  list-style: none;
}
.wardrobe_lp img, .wardrobe_lp video, .wardrobe_lp picture {
  width: 100%;
  height: auto;
}
.wardrobe_lp a, .wardrobe_lp picture, .wardrobe_lp figure {
  display: block;
}
.wardrobe_lp a {
  color: inherit;
  text-decoration: none;
}
.wardrobe_lp table {
  border-collapse: collapse;
}
.wardrobe_lp img {
  width: 100%;
  height: auto;
  border: none;
  vertical-align: bottom;
}
.wardrobe_lp address {
  font-style: inherit;
}
.wardrobe_lp *:focus {
  outline: none;
}
.wardrobe_lp .cont_inner {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .wardrobe_lp .slick-dots li.slick-active button:before {
    width: calc(100 *(100vw / 750)) !important;
    height: calc(10 *(100vw / 750)) !important;
  }
  .wardrobe_lp .slick-dots li.slick-active button:before:nth-child(2) {
    margin-top: calc(-10 *(100vw / 750));
  }
  .wardrobe_lp .slick-dots li button:before {
    width: calc(100 *(100vw / 750)) !important;
    height: calc(10 *(100vw / 750)) !important;
  }
  .wardrobe_lp .slick-dots li {
    width: calc(100 *(100vw / 750)) !important;
    height: calc(10 *(100vw / 750)) !important;
    margin: calc(30 *(100vw / 750)) calc(20 *(100vw / 750)) 0 0 !important;
    border-radius: 100%;
  }
  .wardrobe_lp .slick-dots {
    text-align: center !important;
  }
  .wardrobe_lp .pcOnly {
    display: none;
  }
  .wardrobe_lp .spOnly {
    display: block;
  }
  .wardrobe_lp .cont_inner {
    max-width: none;
  }
}
@media screen and (min-width: 768px) {
  .wardrobe_lp .slick-dots li.slick-active button:before {
    width: 5rem;
    height: 0.5rem;
  }
  .wardrobe_lp .slick-dots li button:before {
    width: 5rem;
    height: 0.5rem;
  }
  .wardrobe_lp .slick-dots li {
    width: 5rem;
    height: 0.5rem;
  }
  .wardrobe_lp .slick-dots {
    margin-top: 1.2rem;
  }
  .wardrobe_lp .slick-dots {
    margin-top: 1.4rem;
    margin-left: 0.2rem;
  }
  .wardrobe_lp .slick-dots {
    margin-top: 1.4rem;
    margin-left: 0.2rem;
    text-align: center;
  }
  .wardrobe_lp .spOnly {
    display: none;
  }
  /* .wardrobe_lp .pcOnly {
    display: block;
  } */
  .wardrobe_lp img {
    image-rendering: -webkit-optimize-contrast;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1400px) {
  html,
body {
    font-size: calc(10 *(100vw / 1400));
  }
}
.wardrobe_lp .js-fade-Vr {
  transition-duration: 2.5s;
  opacity: 0;
  transform: translateY(100px);
}

.wardrobe_lp .js-fade-Vr.active {
  opacity: 1;
  transform: translateY(0);
}

.wardrobe_lp {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "Yu Gothic", "Open Sans", "メイリオ", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000;
}

.wardrobe_lp {
  text-align: center;
  padding: 8rem 0 0 0;
  padding-bottom: 12rem;
  background: #FAF8F2;
}
@media screen and (max-width: 767px) {
  .wardrobe_lp {
    padding: calc(80 *(100vw / 750)) 0 calc(150 *(100vw / 750)) 0;
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .wardrobe_lp {
    margin: 0;
  }
}
.wardrobe_lp a {
  display: inline-block;
}
.wardrobe_lp .credit {
  font-size: 1.6rem;
  line-height: 1.7;
  letter-spacing: 0.045em;
  font-feature-settings: "palt";
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "Yu Gothic", "Open Sans", "メイリオ", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .wardrobe_lp .credit {
    font-size: calc(24 *(100vw / 750));
  }
}
.wardrobe_lp .main_ttl_txt {
  font-size: 1.6rem;
  letter-spacing: 0.025em;
  font-feature-settings: "palt";
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "Yu Gothic", "Open Sans", "メイリオ", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .wardrobe_lp .main_ttl_txt {
    font-size: calc(26 *(100vw / 750));
  }
}
.wardrobe_lp .main_ttl {
  width: 26rem;
  margin: 2.2rem auto 0;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .wardrobe_lp .main_ttl {
    width: calc(340 *(100vw / 750));
    margin: calc(40 *(100vw / 750)) auto 0;
  }
}
.wardrobe_lp .contents_pick {
  margin-top: 10.2rem;
}
@media screen and (max-width: 767px) {
  .wardrobe_lp .contents_pick {
    margin-top: calc(134 *(100vw / 750));
  }
}
.wardrobe_lp .contents_pick .cont_ttl {
  width: 19.2rem;
  margin: 0 auto;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .wardrobe_lp .contents_pick .cont_ttl {
    width: calc(294 *(100vw / 750));
  }
}
.wardrobe_lp .contents_pick .pick_itemarea {
  width: 81rem;
  margin: 5.2rem auto 0;
}
@media screen and (max-width: 767px) {
  .wardrobe_lp .contents_pick .pick_itemarea {
    width: calc(690 *(100vw / 750));
    margin: calc(60 *(100vw / 750)) auto 0;
  }
}
.wardrobe_lp .contents_pick .pick_itemarea .pick_flexarea {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.wardrobe_lp .contents_pick .pick_itemarea .pick_flexarea li {
  width: 25rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .wardrobe_lp .contents_pick .pick_itemarea .pick_flexarea li {
    width: calc(330 *(100vw / 750));
  }
}
.wardrobe_lp .contents_pick .pick_itemarea .pick_flexarea li .entxt {
  font-size: 2.6rem;
  letter-spacing: 0.03em;
  color: #000;
  margin-top: 1.6rem;
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .wardrobe_lp .contents_pick .pick_itemarea .pick_flexarea li .entxt {
    font-size: calc(36 *(100vw / 750));
    margin-top: calc(22 *(100vw / 750));
  }
}
.wardrobe_lp .contents_pick .pick_itemarea .pick_flexarea li .credit {
  margin-top: 0.8rem;
}
@media screen and (max-width: 767px) {
  .wardrobe_lp .contents_pick .pick_itemarea .pick_flexarea li .credit {
    letter-spacing: 0.1em;
  }
}
.wardrobe_lp .contents_pick .pick_itemarea .pick_flexarea li .credit .credit_tax {
  font-size: 1.4rem;
  letter-spacing: 0.07em;
  font-family: pragmatica, sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .wardrobe_lp .contents_pick .pick_itemarea .pick_flexarea li .credit .credit_tax {
    display: block;
    font-size: calc(25 *(100vw / 750));
    margin-top: calc(6 *(100vw / 750));
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 768px) {
  .wardrobe_lp .contents_pick .pick_itemarea .pick_flexarea li:nth-child(n+4) {
    margin-top: 4.6rem;
  }
}
@media screen and (max-width: 767px) {
  .wardrobe_lp .contents_pick .pick_itemarea .pick_flexarea li:nth-child(n+3) {
    margin-top: calc(53 *(100vw / 750));
  }
}
.wardrobe_lp .contents1 {
  margin-top: 16.6rem;
}
@media screen and (max-width: 767px) {
  .wardrobe_lp .contents1 {
    margin-top: calc(194 *(100vw / 750));
  }
}
.wardrobe_lp .contents1 .cont_ttl {
  width: 8.2rem;
  margin: 0 auto 0;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .wardrobe_lp .contents1 .cont_ttl {
    width: calc(130 *(100vw / 750));
  }
}
.wardrobe_lp .contents1 .model_flex {
  width: 93rem;
  margin: 6rem auto 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .wardrobe_lp .contents1 .model_flex {
    width: calc(750 *(100vw / 750));
    margin: calc(70 *(100vw / 750)) auto 0;
    display: block;
  }
}
.wardrobe_lp .contents1 .model_flex .box1 {
  width: 48rem;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .wardrobe_lp .contents1 .model_flex .box1 {
    width: calc(650 *(100vw / 750));
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .wardrobe_lp .contents1 .model_flex .box1 .credit {
    font-size: 1.2rem;
    line-height: 1.83;
    font-feature-settings: "palt";
    letter-spacing: 0.07em;
    margin-top: 2.4rem;
    font-family: pragmatica, sans-serif;
    font-weight: 400;
    font-style: normal;
  }
}
.wardrobe_lp .contents1 .model_flex .box2 {
  width: 35rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .wardrobe_lp .contents1 .model_flex .box2 {
    width: calc(530 *(100vw / 750));
    margin: calc(195 *(100vw / 750)) auto 0;
    text-align: left;
  }
}
.wardrobe_lp .contents1 .model_flex .box2 .txt_item {
  width: 32.4rem;
  height: auto;
  position: absolute;
  top: 50rem;
  left: -5.4rem;
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .wardrobe_lp .contents1 .model_flex .box2 .txt_item {
    width: calc(455 *(100vw / 750));
    top: calc(-230 *(100vw / 750));
    left: calc(3 *(100vw / 750));
  }
}
@media screen and (max-width: 767px) {
  .wardrobe_lp .contents1 .credit {
    text-align: left;
    font-size: calc(24 *(100vw / 750));
    line-height: 1.91;
    font-feature-settings: "palt";
    letter-spacing: 0.07em;
    margin: calc(33 *(100vw / 750)) 0 0 calc(50 *(100vw / 750));
    font-family: pragmatica, sans-serif;
    font-weight: 400;
    font-style: normal;
  }
}
.wardrobe_lp .contents2 {
  margin-top: 10.7rem;
}
@media screen and (max-width: 767px) {
  .wardrobe_lp .contents2 {
    margin-top: calc(191 *(100vw / 750));
  }
}
.wardrobe_lp .contents2 .cont_ttl {
  width: 14rem;
  margin: 0 auto;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .wardrobe_lp .contents2 .cont_ttl {
    width: calc(224 *(100vw / 750));
  }
}
.wardrobe_lp .contents2 .top_model {
  width: 50rem;
  position: relative;
  margin: 6rem auto 0;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .wardrobe_lp .contents2 .top_model {
    width: calc(650 *(100vw / 750));
    margin: calc(72 *(100vw / 750)) auto 0;
  }
}
.wardrobe_lp .contents2 .top_model .txt_item {
  width: 17.5rem;
  position: absolute;
  top: 26.6rem;
  left: -14rem;
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .wardrobe_lp .contents2 .top_model .txt_item {
    width: calc(196 *(100vw / 750));
    top: calc(687 *(100vw / 750));
    left: calc(473 *(100vw / 750));
  }
}
@media screen and (min-width: 768px) {
  .wardrobe_lp .contents2 .top_model .credit {
    font-size: 1.2rem;
    line-height: 1.83;
    font-feature-settings: "palt";
    letter-spacing: 0.07em;
    margin-top: 2.4rem;
    font-family: pragmatica, sans-serif;
    font-weight: 400;
    font-style: normal;
  }
}
.wardrobe_lp .contents2 .flexarea {
  width: 80rem;
  margin: 5.6rem auto 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .wardrobe_lp .contents2 .flexarea {
    width: calc(750 *(100vw / 750));
    margin: calc(80 *(100vw / 750)) auto 0;
  }
}
.wardrobe_lp .contents2 .flexarea .box1 {
  width: 38rem;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .wardrobe_lp .contents2 .flexarea .box1 {
    width: calc(360 *(100vw / 750));
  }
}
.wardrobe_lp .contents2 .flexarea .box2 {
  width: 38rem;
}
@media screen and (max-width: 767px) {
  .wardrobe_lp .contents2 .flexarea .box2 {
    width: calc(360 *(100vw / 750));
  }
}
@media screen and (max-width: 767px) {
  .wardrobe_lp .contents2 .credit {
    font-size: calc(24 *(100vw / 750));
    line-height: 1.91;
    font-feature-settings: "palt";
    letter-spacing: 0.07em;
    margin: calc(31 *(100vw / 750)) 0 0 calc(50 *(100vw / 750));
    text-align: left;
    font-family: pragmatica, sans-serif;
    font-weight: 400;
    font-style: normal;
  }
}
.wardrobe_lp .contents3 {
  margin-top: 15.2rem;
}
@media screen and (max-width: 767px) {
  .wardrobe_lp .contents3 {
    margin-top: calc(193 *(100vw / 750));
  }
}
.wardrobe_lp .contents3 .cont_ttl {
  width: 14rem;
  margin: 0 auto;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .wardrobe_lp .contents3 .cont_ttl {
    width: calc(224 *(100vw / 750));
  }
}
.wardrobe_lp .contents3 .flexarea {
  width: 99rem;
  margin: 6rem auto 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .wardrobe_lp .contents3 .flexarea {
    width: calc(650 *(100vw / 750));
    margin: calc(74 *(100vw / 750)) auto 0;
    display: block;
  }
}
.wardrobe_lp .contents3 .flexarea .box1 {
  width: 43rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .wardrobe_lp .contents3 .flexarea .box1 {
    width: calc(560 *(100vw / 750));
  }
}
.wardrobe_lp .contents3 .flexarea .box1 .txt_item {
  width: 36rem;
  position: absolute;
  top: 36.2rem;
  right: -7.7rem;
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .wardrobe_lp .contents3 .flexarea .box1 .txt_item {
    width: calc(402 *(100vw / 750));
    top: calc(293 *(100vw / 750));
    right: calc(-100 *(100vw / 750));
  }
}
.wardrobe_lp .contents3 .flexarea .box2 {
  width: 46rem;
  margin-top: 15rem;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .wardrobe_lp .contents3 .flexarea .box2 {
    width: calc(560 *(100vw / 750));
    margin-left: auto;
    margin-top: calc(80 *(100vw / 750));
  }
}
.wardrobe_lp .contents3 .flexarea .box2 .credit {
  font-size: 1.2rem;
  line-height: 1.83;
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
  margin-top: 2.4rem;
  font-family: pragmatica, sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .wardrobe_lp .contents3 .credit {
    text-align: left;
    margin: calc(29 *(100vw / 750)) 0 0 calc(50 *(100vw / 750));
    font-size: calc(24 *(100vw / 750));
    line-height: 1.91;
    font-feature-settings: "palt";
    letter-spacing: 0.07em;
  }
}
.wardrobe_lp .contents4 {
  margin-top: 14.8rem;
}
@media screen and (max-width: 767px) {
  .wardrobe_lp .contents4 {
    margin-top: calc(190 *(100vw / 750));
  }
}
.wardrobe_lp .contents4 .cont_ttl {
  width: 8.2rem;
  margin: 0 auto;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .wardrobe_lp .contents4 .cont_ttl {
    width: calc(130 *(100vw / 750));
  }
}
.wardrobe_lp .contents4 .flexarea {
  width: 75.6rem;
  margin: 6rem auto 0;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .wardrobe_lp .contents4 .flexarea {
    width: calc(650 *(100vw / 750));
    margin: calc(72 *(100vw / 750)) auto 0;
    display: block;
  }
}
.wardrobe_lp .contents4 .flexarea .box1 {
  width: 50rem;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .wardrobe_lp .contents4 .flexarea .box1 {
    width: calc(650 *(100vw / 750));
  }
}
@media screen and (min-width: 768px) {
  .wardrobe_lp .contents4 .flexarea .box1 .credit {
    font-size: 1.2rem;
    line-height: 1.83;
    font-feature-settings: "palt";
    letter-spacing: 0.07em;
    margin-top: 2.4rem;
    font-family: pragmatica, sans-serif;
    font-weight: 400;
    font-style: normal;
  }
}
.wardrobe_lp .contents4 .flexarea .box2 {
  width: 45rem;
  margin-top: -1rem;
  margin-left: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .wardrobe_lp .contents4 .flexarea .box2 {
    width: calc(530 *(100vw / 750));
    margin-top: calc(100 *(100vw / 750));
    text-align: left;
  }
}
.wardrobe_lp .contents4 .flexarea .box2 .txt_item {
  width: 20.8rem;
  position: absolute;
  top: -37.8rem;
  right: -1rem;
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .wardrobe_lp .contents4 .flexarea .box2 .txt_item {
    width: calc(230 *(100vw / 750));
    top: calc(-74 *(100vw / 750));
    right: calc(432 *(100vw / 750));
  }
}
@media screen and (max-width: 767px) {
  .wardrobe_lp .contents4 .credit {
    font-size: calc(24 *(100vw / 750));
    line-height: 1.91;
    font-feature-settings: "palt";
    letter-spacing: 0.07em;
    text-align: left;
    margin: calc(29 *(100vw / 750)) 0 0 calc(50 *(100vw / 750));
    font-family: pragmatica, sans-serif;
    font-weight: 400;
    font-style: normal;
  }
}
.wardrobe_lp .contents5 {
  margin-top: 15.2rem;
}
@media screen and (max-width: 767px) {
  .wardrobe_lp .contents5 {
    margin-top: calc(190 *(100vw / 750));
  }
}
.wardrobe_lp .contents5 .cont_ttl {
  width: 8.2rem;
  margin: 0 auto;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .wardrobe_lp .contents5 .cont_ttl {
    width: calc(130 *(100vw / 750));
  }
}
.wardrobe_lp .contents5 .flexarea {
  width: 86rem;
  margin: 6rem auto 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .wardrobe_lp .contents5 .flexarea {
    width: calc(650 *(100vw / 750));
    display: block;
    margin: calc(70 *(100vw / 750)) auto 0;
  }
}
.wardrobe_lp .contents5 .flexarea .box1 {
  width: 48rem;
  text-align: left;
  position: relative;
}
@media screen and (max-width: 767px) {
  .wardrobe_lp .contents5 .flexarea .box1 {
    width: calc(650 *(100vw / 750));
  }
}
.wardrobe_lp .contents5 .flexarea .box1 .txt_item {
  width: 57rem;
  position: absolute;
  bottom: -15.2rem;
  right: -33rem;
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .wardrobe_lp .contents5 .flexarea .box1 .txt_item {
    width: calc(672 *(100vw / 750));
    bottom: calc(-288 *(100vw / 750));
    right: calc(-12 *(100vw / 750));
  }
}
@media screen and (min-width: 768px) {
  .wardrobe_lp .contents5 .flexarea .box1 .credit {
    font-size: 1.2rem;
    line-height: 1.83;
    font-feature-settings: "palt";
    letter-spacing: 0.07em;
    margin-top: 2.4rem;
    font-family: pragmatica, sans-serif;
    font-weight: 400;
    font-style: normal;
  }
}
.wardrobe_lp .contents5 .flexarea .box2 {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .wardrobe_lp .contents5 .flexarea .box2 {
    margin-top: calc(224 *(100vw / 750));
  }
}
.wardrobe_lp .contents5 .flexarea .box2 .flexarea {
  width: 28rem;
  display: block;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .wardrobe_lp .contents5 .flexarea .box2 .flexarea {
    width: calc(500 *(100vw / 750));
  }
}
@media screen and (max-width: 767px) {
  .wardrobe_lp .contents5 .flexarea .box2 .flexarea li:last-child {
    margin-top: calc(-3 *(100vw / 750));
  }
}
@media screen and (max-width: 767px) {
  .wardrobe_lp .contents5 .flexarea .box2 .credit {
    font-size: calc(24 *(100vw / 750));
    line-height: 1.9;
    font-feature-settings: "palt";
    letter-spacing: 0.07em;
    margin-top: calc(29 *(100vw / 750));
    font-family: pragmatica, sans-serif;
    font-weight: 400;
    font-style: normal;
  }
}
.wardrobe_lp .contents6 {
  margin-top: 30.6rem;
}
@media screen and (max-width: 767px) {
  .wardrobe_lp .contents6 {
    margin-top: calc(196 *(100vw / 750));
  }
}
.wardrobe_lp .contents6 .cont_ttl {
  width: 8.2rem;
  margin: 0 auto;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .wardrobe_lp .contents6 .cont_ttl {
    width: calc(130 *(100vw / 750));
  }
}
.wardrobe_lp .contents6 .top_model {
  width: 46rem;
  margin: 6rem 0 0 60.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .wardrobe_lp .contents6 .top_model {
    width: calc(560 *(100vw / 750));
    margin: calc(70 *(100vw / 750)) 0 0 calc(141 *(100vw / 750));
  }
}
.wardrobe_lp .contents6 .top_model .txt_item {
  width: 21rem;
  position: absolute;
  top: 22.2rem;
  left: -28rem;
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .wardrobe_lp .contents6 .top_model .txt_item {
    width: calc(182 *(100vw / 750));
    top: calc(376 *(100vw / 750));
    left: calc(-106 *(100vw / 750));
  }
}
.wardrobe_lp .contents6 .flexarea {
  width: 88rem;
  margin: 8rem auto 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .wardrobe_lp .contents6 .flexarea {
    width: calc(750 *(100vw / 750));
    margin: calc(80 *(100vw / 750)) auto 0;
  }
}
.wardrobe_lp .contents6 .flexarea .box1 {
  width: 43rem;
}
@media screen and (max-width: 767px) {
  .wardrobe_lp .contents6 .flexarea .box1 {
    width: calc(360 *(100vw / 750));
  }
}
.wardrobe_lp .contents6 .flexarea .box2 {
  width: 35rem;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .wardrobe_lp .contents6 .flexarea .box2 {
    width: calc(360 *(100vw / 750));
  }
}
@media screen and (min-width: 768px) {
  .wardrobe_lp .contents6 .flexarea .box2 .credit {
    font-size: 1.2rem;
    line-height: 1.83;
    font-feature-settings: "palt";
    letter-spacing: 0.07em;
    margin-top: 2.4rem;
    font-family: pragmatica, sans-serif;
    font-weight: 400;
    font-style: normal;
  }
}
@media screen and (max-width: 767px) {
  .wardrobe_lp .contents6 .credit {
    font-size: calc(24 *(100vw / 750));
    line-height: 1.91;
    font-feature-settings: "palt";
    letter-spacing: 0.07em;
    margin: calc(27 *(100vw / 750)) 0 0 6.6666666667vw;
    text-align: left;
    font-family: pragmatica, sans-serif;
    font-weight: 400;
    font-style: normal;
  }
}
.wardrobe_lp .contents7 {
  margin-top: 15.4rem;
}
@media screen and (max-width: 767px) {
  .wardrobe_lp .contents7 {
    margin-top: calc(195 *(100vw / 750));
  }
}
.wardrobe_lp .contents7 .cont_ttl {
  width: 4.3rem;
  margin: 0 auto;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .wardrobe_lp .contents7 .cont_ttl {
    width: calc(62 *(100vw / 750));
  }
}
.wardrobe_lp .contents7 .flexarea {
  width: 100rem;
  margin: 6rem auto 0;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .wardrobe_lp .contents7 .flexarea {
    width: calc(650 *(100vw / 750));
    margin: calc(70 *(100vw / 750)) auto 0;
    display: block;
  }
}
.wardrobe_lp .contents7 .flexarea .box1 {
  width: 50rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .wardrobe_lp .contents7 .flexarea .box1 {
    width: calc(650 *(100vw / 750));
  }
}
.wardrobe_lp .contents7 .flexarea .box1 .txt_item {
  width: 30.4rem;
  position: absolute;
  bottom: -1.6rem;
  right: 3rem;
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .wardrobe_lp .contents7 .flexarea .box1 .txt_item {
    width: calc(364 *(100vw / 750));
    bottom: calc(-387 *(100vw / 750));
    right: calc(14 *(100vw / 750));
  }
}
.wardrobe_lp .contents7 .flexarea .box2 {
  width: 40rem;
  margin-top: 30.4rem;
  position: relative;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .wardrobe_lp .contents7 .flexarea .box2 {
    width: calc(530 *(100vw / 750));
    margin: calc(354 *(100vw / 750)) auto 0;
  }
}
.wardrobe_lp .contents7 .flexarea .box2 .txt_item {
  width: 31.3rem;
  position: absolute;
  top: -11.6rem;
  left: 8.8rem;
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .wardrobe_lp .contents7 .flexarea .box2 .txt_item {
    width: calc(303 *(100vw / 750));
    top: calc(-337 *(100vw / 750));
    left: calc(-30 *(100vw / 750));
  }
}
@media screen and (min-width: 768px) {
  .wardrobe_lp .contents7 .flexarea .box2 .credit {
    font-size: 1.2rem;
    line-height: 1.83;
    font-feature-settings: "palt";
    letter-spacing: 0.07em;
    margin-top: 2.4rem;
    font-family: pragmatica, sans-serif;
    font-weight: 400;
    font-style: normal;
  }
}
@media screen and (max-width: 767px) {
  .wardrobe_lp .contents7 .credit {
    font-size: calc(24 *(100vw / 750));
    line-height: 1.91;
    font-feature-settings: "palt";
    letter-spacing: 0.07em;
    margin: calc(27 *(100vw / 750)) 0 0 calc(50 *(100vw / 750));
    text-align: left;
    font-family: pragmatica, sans-serif;
    font-weight: 400;
    font-style: normal;
  }
}
.wardrobe_lp .checkItemAll {
  display: block;
  width: 22rem;
  margin: 13.6rem auto 0;
  font-size: 1.5rem;
  line-height: 2.3;
  letter-spacing: 0.05em;
  text-align: center;
  color: #333;
  border: 1px solid #333;
  font-feature-settings: "palt";
  font-family: pragmatica, sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .wardrobe_lp .checkItemAll {
    width: calc(355 *(100vw / 750));
    margin: calc(141 *(100vw / 750)) auto 0;
    font-size: calc(24 *(100vw / 750));
    display: block;
    line-height: 2.3;
    letter-spacing: 0.05em;
    text-align: center;
    border: cwS(1) solid #333;
  }
}

@media screen and (min-width: 768px) {
  #footer_emmi {
    padding-top: 0rem;
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  #footer_emmi {
    padding-top: calc(0 *(100vw / 750));
  }
}

.bredlist.lp {
  margin: 0 auto;
}