@charset "utf-8";

/* min-width: 1028px; */

@media only screen and (min-width: 768px) {
  body {
    overflow: clip;
  }
}

#contentsArea {
  clear: both;
	overflow-x: initial;
}

.wrap {
	box-sizing: border-box;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 16px;
	line-height: 2;
	color: #423026;
}

.wrap *,
.wrap *:before,
.wrap *:after {
	box-sizing: inherit;
}

.wrap header,
.wrap section,
.wrap footer,
.wrap h1,
.wrap h2,
.wrap h3,
.wrap h4,
.wrap h5,
.wrap p {
	font-size: 1em;
	font-family: inherit;
	color: inherit;
	margin: 0;
	padding: 0;
	line-height: inherit;
	letter-spacing: normal;
}

.wrap img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
	width: 100%;
}

.wrap a {
	color: inherit;
}

.wrap .mlfashion {
  background: url(../minilabo_fashion_index_img/bg.jpg) repeat center top / 12.5em auto;
  padding-bottom: 7.5em;
  position: relative;
}

.wrap .mlfashion-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 80em;
}

.wrap .--serif {
	font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
}

.wrap .--imgTxt {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media only screen and (min-width: 768px) {
  .wrap > .contents-wrap {
    min-width: 1028px;
  }
}

@media only screen and (max-width: 767px) {
	.wrap {
		font-size: 4.266667vw;
	}

	.wrap .--only-pc {
		display: none;
	}

  .wrap .mlfashion {
    padding-bottom: 0;
  }
}

@media only screen and (min-width: 768px) {
	.wrap .--only-sp {
		display: none;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1027px) {
	.wrap {
		font-size: 12.8375px;
	}
}

@media only screen and (min-width: 1028px) and (max-width: 1280px) {
	.wrap {
		font-size: 1.25vw;
	}
}

.wrap .mlfashion-mv {
  aspect-ratio: 1280 / 646;
  background: url(../minilabo_fashion_index_img/mv_bg__pc.png) no-repeat center / contain;
  padding-top: 5.625em;
  margin-bottom: 9.375em;
}

.wrap .mlfashion-mv__title {
  aspect-ratio: 816 / 123;
  margin: 0 auto;
  width: 51em;
  line-height: 1;
  background-image: url(../minilabo_fashion_index_img/mv_text__pc.png);
}

.wrap .mlfashion-text-1 {
  text-align: center;
  font-size: 1.25em;
}

.wrap .mlfashion-text-1.--has-border::after {
  content: '';
  display: block;
  width: 5em;
  height: 1px;
  background-color: #000;
  margin: 2.5em auto 0;
}

.wrap .mlfashion-text-1.--has-flower {
  position: relative;
}

.wrap .mlfashion-text-1.--has-flower::before {
  content: '';
  display: block;
  aspect-ratio: 103 / 116;
  width: 5.15em;
  background: url(../minilabo_fashion_index_img/flower_01.png) no-repeat center / contain;
  position: absolute;
  right: 7em;
  top: -5em;
}

@media only screen and (max-width: 767px) {
  .wrap .mlfashion-mv {
    aspect-ratio: 375 / 641;
    background-image: url(../minilabo_fashion_index_img/mv_bg__sp.png);
    padding-top: 7.1875em;
    margin-bottom: 1.875em;
  }

  .wrap .mlfashion-mv__title {
    aspect-ratio: 284 / 115;
    width: 17.75em;
    background-image: url(../minilabo_fashion_index_img/mv_text__sp.png);
  }

  .wrap .mlfashion-text-1 {
    font-size: 0.875em;
  }

  .wrap .mlfashion-text-1.--has-border::after {
    width: 3.57142857em;
  }

  .wrap .mlfashion-text-1.--has-flower::before {
    width: 4.64285714em;
    right: -0.21428571em;
    top: 2.42857143em;
  }
}

.wrap .mlfashion-topics {
  margin-top: 4.375em;
  margin-bottom: 8.75em;
}

.wrap .mlfashion-topics__title {
  aspect-ratio: 458 / 177;
  width: 28.625em;
  background-image: url(../minilabo_fashion_index_img/topics_ttl.png);
  line-height: 1;
  margin: 0 auto 2.5em;
}

.wrap .mlfashion-topics__nav {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  column-gap: 3.125em;
  row-gap: 1.875em;
  flex-wrap: wrap;
}

.wrap .mlfashion-topics__nav > li {
  width: 14.5em;
}

.wrap .mlfashion-topics__nav a {
  display: block;
  position: relative;
  text-decoration: none;
  transition: opacity 0.2s ease-out;
  background: url(../minilabo_fashion_index_img/arrow_01.png) no-repeat center bottom / 1.8125em auto;
  padding-bottom: 1.75em;
}

.wrap .mlfashion-topics__nav a:hover {
  opacity: 0.7;
}

.wrap .mlfashion-topics__nav a.--new::after {
  content: 'New!';
  display: block;
  aspect-ratio: 1 / 1;
  width: 4em;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../minilabo_fashion_index_img/new.png) no-repeat center / contain;
  position: absolute;
  left: 1.25em;
  top: 1em;
}

.wrap .mlfashion-topics__nav img {
  display: block;
  margin-bottom: 1em;
}

.wrap .mlfashion-topics__nav span {
  display: block;
  font-size: 1.25em;
  line-height: 1.5;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .wrap .mlfashion-topics {
    margin-top: 3em;
    margin-bottom: 3.4375em;
  }

  .wrap .mlfashion-topics__title {
    width: 17.875em;
    margin-bottom: 2.25em;
  }

  .wrap .mlfashion-topics__nav {
    column-gap: 2.1875em;
  }

  .wrap .mlfashion-topics__nav > li {
    width: 9.0625em;
  }

  .wrap .mlfashion-topics__nav a {
    background-size: 1.125em auto;
    padding-bottom: 1.125em;
  }

  .wrap .mlfashion-topics__nav a.--new::after {
    width: 2.5em;
    left: 0.75em;
    top: 0.5em;
  }

  .wrap .mlfashion-topics__nav img {
    margin-bottom: 0.625em;
  }

  .wrap .mlfashion-topics__nav span {
    font-size: 0.875em;
  }
}

.wrap .mlfashion-section {
  margin: 0 auto;
  max-width: 100%;
  width: 67.5em;
}

.wrap .mlfashion-section + .mlfashion-section {
  margin-top: 10em;
}

.wrap .mlfashion-section__title {
  margin: 0 auto 2em;
  line-height: 1;
}

.wrap .mlfashion-section__title.--title-01 {
  aspect-ratio: 1080 / 398;
  background-image: url(../minilabo_fashion_index_img/topic_01_ttl__pc.png);
}

.wrap .mlfashion-section__title.--title-02 {
  aspect-ratio: 1080 / 430;
  background-image: url(../minilabo_fashion_index_img/topic_02_ttl__pc.png);
}

.wrap .mlfashion-section__title.--title-03 {
  aspect-ratio: 1080 / 295;
  background-image: url(../minilabo_fashion_index_img/topic_03_ttl__pc.png);
  margin-bottom: 0;
}

.wrap .mlfashion-section__title.--title-04 {
  aspect-ratio: 1080 / 314;
  background-image: url(../minilabo_fashion_index_img/topic_04_ttl__pc.png);
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .wrap .mlfashion-section {
    width: 21.875em;
  }

  .wrap .mlfashion-section + .mlfashion-section {
    margin-top: 5.5em;
  }

  .wrap .mlfashion-section__title {
    margin-bottom: 1.5625em;
    width: 20.3125em;
  }

  .wrap .mlfashion-section__title.--title-01 {
    aspect-ratio: 325 / 279;
    background-image: url(../minilabo_fashion_index_img/topic_01_ttl__sp.png);
  }

  .wrap .mlfashion-section__title.--title-02 {
    aspect-ratio: 325 / 279;
    background-image: url(../minilabo_fashion_index_img/topic_02_ttl__sp.png);
  }

  .wrap .mlfashion-section__title.--title-03 {
    aspect-ratio: 325 / 169;
    background-image: url(../minilabo_fashion_index_img/topic_03_ttl__sp.png);
  }

  .wrap .mlfashion-section__title.--title-04 {
    aspect-ratio: 325 / 177;
    background-image: url(../minilabo_fashion_index_img/topic_04_ttl__sp.png);
  }
}

.wrap .mlfashion-main-item {
  margin-top: 5em;
}

.wrap .mlfashion-main-item + .mlfashion-main-item {
  margin-top: 8.75em;
}

.wrap .mlfashion-main-item__wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.wrap .mlfashion-main-item__column {
  width: 30.625em;
}

.wrap .mlfashion-main-item.--reversed .mlfashion-main-item__column:first-child {
  order: 1;
}

@media only screen and (max-width: 767px) {
  .wrap .mlfashion-main-item {
    margin-top: 2.8125em;
  }

  .wrap .mlfashion-main-item + .mlfashion-main-item {
    margin-top: 5.625em;
  }

  .wrap .mlfashion-main-item__wrap {
    display: block;
  }

  .wrap .mlfashion-main-item__column {
    width: 100%;
  }

  .wrap .mlfashion-main-item__column + .mlfashion-main-item__column {
    margin-top: 1.5625em;
  }
}

@media only screen and (min-width: 768px) {
  .wrap .--sticky {
    position: sticky;
    top: 0;
  }

  .wrap .mlfashion-main-item__column + .mlfashion-main-item__column {
    padding-top: 1.5em;
  }
}

.wrap .mlfashion-carousel {
  overflow: hidden;
  width: 100%;
  position: absolute;
  left: 0;
  top: 15.5em;
}

.wrap .mlfashion-carousel__track {
  display: flex;
  width: max-content;
  animation: scroll 30s linear infinite;
}

.wrap .mlfashion-carousel__track img {
  display: block;
  width: auto;
  height: 32.25em;
  flex-shrink: 0;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@media only screen and (max-width: 767px) {
  .wrap .mlfashion-carousel {
    top: 15.625em;
  }

  .wrap .mlfashion-carousel__track img {
    height: 20.625em;
  }
}

.wrap .mlfashion-main-item-gallery {
  position: relative;
  padding-top: 1em;
}

.wrap .mlfashion-main-item-gallery::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}

.wrap .mlfashion-main-item-gallery.--item-01,
.wrap .mlfashion-main-item-gallery.--item-02 {
  /*aspect-ratio: 490 / 889;*/
  aspect-ratio: 490 / 717;
}

.wrap .mlfashion-main-item-gallery.--item-03 {
  aspect-ratio: 490 / 819;
}

.wrap .mlfashion-main-item-gallery.--item-01::after {
  background-image: url(../minilabo_fashion_index_img/topic_01_item_01_border.png);
}

.wrap .mlfashion-main-item-gallery.--item-02::after {
  background-image: url(../minilabo_fashion_index_img/topic_01_item_02_border.png);
}

.wrap .mlfashion-main-item-gallery.--item-03::after {
  background-image: url(../minilabo_fashion_index_img/topic_02_item_01_border.png);
}

.wrap .mlfashion-main-item-gallery__carousel {
  margin-bottom: 2.25em;
}

.wrap .mlfashion-main-item-gallery__name {
  margin-left: auto;
  margin-right: auto;
  line-height: 1;
}

.wrap .mlfashion-main-item-gallery__name.--item-01 {
  aspect-ratio: 316 / 120;
  width: 19.75em;
  background-image: url(../minilabo_fashion_index_img/topic_01_item_01_name.png);
}

.wrap .mlfashion-main-item-gallery__name.--item-02 {
  aspect-ratio: 303 / 120;
  width: 18.9375em;
  background-image: url(../minilabo_fashion_index_img/topic_01_item_02_name.png);
}

.wrap .mlfashion-main-item-gallery__name.--item-03 {
  aspect-ratio: 384 / 51;
  width: 24em;
  background-image: url(../minilabo_fashion_index_img/topic_02_item_01_name.png);
}

.wrap .mlfashion-main-item-gallery .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 0.875em;
  bottom: unset;
  top: 1.25em;
  right: 2.1875em;
  left: unset;
  width: fit-content;
}

.wrap .mlfashion-main-item-gallery .slick-dots > li {
  display: block;
  width: 0.4375em;
  height: auto;
  aspect-ratio: 1 / 1;
  margin: 0;
  cursor: default;
}

.wrap .mlfashion-main-item-gallery .slick-dots > li button {
  width: 100%;
  height: 100%;
  padding: 0;
  font-size: 1em;
  line-height: 1;
  border-radius: 50%;
  border: 1px solid #423026;
  
  display: none;
}

.wrap .mlfashion-main-item-gallery .slick-dots > li.slick-active button {
  background: #423026;
}

.wrap .mlfashion-main-item-gallery .slick-dots > li button::before {
  content: none;
}

@media only screen and (max-width: 767px) {
  .wrap .mlfashion-main-item-gallery {
    padding-top: 0.75em;
  }

  .wrap .mlfashion-main-item-gallery__carousel {
    margin-bottom: 1.5625em;
  }

  .wrap .mlfashion-main-item-gallery__name.--item-01 {
    width: 14.125em;
  }

  .wrap .mlfashion-main-item-gallery__name.--item-02 {
    width: 13.5em;
  }

  .wrap .mlfashion-main-item-gallery__name.--item-03 {
    width: 17.3125em;
  }

  .wrap .mlfashion-main-item-gallery .slick-dots {
    column-gap: 0.625em;
    top: 0.8125em;
    right: 1.5625em;
  }

  .wrap .mlfashion-main-item-gallery .slick-dots > li {
    width: 0.3125em;
  }
}

.wrap .mlfashion-items-list-1 {
  margin: 0 auto 6em;
}

.wrap .mlfashion-items-list-1:last-child {
  margin-bottom: 0;
}

.wrap .mlfashion-items-list-1 > li {
  margin-bottom: 1.25em;
}

.wrap .mlfashion-items-list-1 > li:last-child {
  margin-bottom: 0;
}

.wrap .mlfashion-items-list-1 a {
  text-decoration: none;
  transition: opacity 0.2s ease-out;
}

.wrap .mlfashion-items-list-1 a:hover {
  opacity: 0.7;
}

.wrap .mlfashion-items-list-1__item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.wrap .mlfashion-items-list-1__details {
  width: fit-content;
  max-width: 14.375em;
}

.wrap .mlfashion-items-list-1__name {
  text-align: center;
  font-size: 1.25em;
  line-height: 1.4;
  margin-bottom: 0.5em;
}

.wrap .mlfashion-items-list-1__price {
  text-align: center;
  font-size: 1.25em;
  line-height: 1.4;
}

.wrap .mlfashion-items-list-1__price span {
  font-size: 0.6em;
}

.wrap .mlfashion-items-list-1__image {
  line-height: 1;
}

.wrap .mlfashion-items-list-1__image.--size-1 {
  width: 13.625em;
}

.wrap .mlfashion-items-list-1__image.--size-2 {
  width: 9.75em;
}

.wrap .mlfashion-items-list-1__image.--size-3 {
  width: 11.6875em;
}

.wrap .mlfashion-items-list-1 > li:nth-child(even) .mlfashion-items-list-1__image {
  order: 1;
}

.wrap .mlfashion-items-list-1__soon {
  line-height: 1;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  max-width: 100%;
  font-size: 0.875em;
  border: 1px solid #423026;
  padding: 0.5em 1.78571429em;
  margin: 1em auto 0;
}

@media only screen and (max-width: 767px) {
  .wrap .mlfashion-items-list-1 {
    margin-bottom: 3.75em;
  }

  .wrap .mlfashion-items-list-1__name,
  .wrap .mlfashion-items-list-1__price {
    font-size: 0.875em;
  }

  .wrap .mlfashion-items-list-1__price span {
    font-size: 0.64285714em;
  }

  .wrap .mlfashion-items-list-1__image.--size-1 {
    width: 10.25em;
  }

  .wrap .mlfashion-items-list-1__image.--size-2 {
    width: 7.1875em;
  }

  .wrap .mlfashion-items-list-1__image.--size-3 {
    width: 8.125em;
  }

  .wrap .mlfashion-items-list-1__soon {
    font-size: 0.625em;
  }
}

.wrap .mlfashion-message {
  position: relative;
  padding-left: 4.375em;
  margin-top: 4em;
}

.wrap .mlfashion-message > dt {
  aspect-ratio: 56 / 193;
  width: 3.5em;
  background-image: url(../minilabo_fashion_index_img/message_txt.png);
  position: absolute;
  top: -1em;
  left: -1em;
}

.wrap .mlfashion-message > dd {
  border-top: 1px solid #423026;
  padding-top: 3em;
}

.wrap .mlfashion-message > dd p {
  font-size: 1.25em;
}

.wrap .mlfashion-message > dd p.--author {
  margin-top: 1em;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-align: right;
  column-gap: 1em;
}

.wrap .mlfashion-message > dd p.--author::before {
  content: '';
  display: block;
  width: 2.5em;
  height: 1px;
  background-color: #423026;
}

.wrap .mlfashion-button-1 {
  font-size: 1.25em;
  text-align: center;
  line-height: 1.5;
  margin: 3em auto 0;
  max-width: 100%;
  width: 24em;
}

.wrap .mlfashion-button-1 a {
  transition: opacity 0.2s ease-out;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #423026 url(../minilabo_fashion_index_img/arrow_02.png) no-repeat right 2em center / 0.5em auto;
  height: 5em;
}

.wrap .mlfashion-button-1 a:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 767px) {
  .wrap .mlfashion-message {
    padding-left: 3.875em;
    margin-top: 2.6875em;
    margin-right: -1.5625em;
  }

  .wrap .mlfashion-message > dt {
    width: 2.3125em;
    top: -0.875em;
    left: 0;
  }

  .wrap .mlfashion-message > dd {
    padding-top: 1.4375em;
    padding-right: 1.5625em;
  }

  .wrap .mlfashion-message > dd p {
    font-size: 0.875em;
  }

  .wrap .mlfashion-message > dd p.--author::before {
    width: 2em;
  }

  .wrap .mlfashion-button-1 {
    font-size: 0.875em;
    width: 18.57142857em;
  }

  .wrap .mlfashion-button-1 a {
    background-position: right 1.5em center;
  }
}

.wrap .mlfashion-voice {
  margin-top: 4em;
  padding-left: 4.375em;
}

.wrap .mlfashion-voice > dt {
  line-height: 1;
  border-bottom: 1px solid #423026;
  padding-bottom: 1.25em;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 2.5em;
  cursor: pointer;
  transition: opacity 0.2s ease-out;
}

.wrap .mlfashion-voice > dt:hover {
  opacity: 0.7;
}

.wrap .mlfashion-voice > dt .--imgTxt {
  aspect-ratio: 216 / 36;
  width: 13.5em;
  background-image: url(../minilabo_fashion_index_img/staff_txt.png);
}

.wrap .mlfashion-voice > dt::after {
  content: '';
  display: block;
  aspect-ratio: 29 / 14;
  width: 1.8125em;
  background: url(../minilabo_fashion_index_img/arrow_01.png) no-repeat center / contain;
  transition: transform 0.2s linear;
}

.wrap .mlfashion-voice > dt.--opened::after {
  transform: rotate(-180deg);
}

.wrap .mlfashion-voice > dd {
  padding-top: 2em;
  display: none;
}

.wrap .mlfashion-voice > dd p {
  font-size: 1.25em;
}

.wrap .mlfashion-scenery-1 {
  margin: 4em 0 6.25em -1.875em;
  width: 32.5em;
  position: relative;
}

.wrap .mlfashion-scenery-1 > dt {
  line-height: 1;
  aspect-ratio: 186 / 42;
  background-image: url(../minilabo_fashion_index_img/scenery_txt.png);
  width: 11.625em;
  position: absolute;
  top: -1em;
  left: 50%;
  transform: translateX(-50%);
}

.wrap .mlfashion-scenery-1 > dd p {
  font-size: 1.3125em;
  width: 100%;
  position: absolute;
  left: 0;
  top: 2.66666667em;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .wrap .mlfashion-voice {
    margin: 2.6875em auto 0;
    padding-left: 0;
    max-width: 100%;
    width: 20.3125em;
  }

  .wrap .mlfashion-voice > dt {
    padding-bottom: 0.8125em;
    position: relative;
  }

  .wrap .mlfashion-voice > dt .--imgTxt {
    width: 8.4375em;
  }

  .wrap .mlfashion-voice > dt::after {
    width: 0.9375em;
  }

  .wrap .mlfashion-voice > dd {
    padding-top: 1.4375em;
  }

  .wrap .mlfashion-voice > dd p {
    font-size: 0.875em;
  }

  .wrap .mlfashion-scenery-1 {
    margin: 0 auto 4.0625em;
    width: 100%;
  }

  .wrap .mlfashion-scenery-1 > dt {
    width: 8.4375em;
    top: -0.8em;
  }

  .wrap .mlfashion-scenery-1 > dd p {
    font-size: 0.9375em;
    top: 2.5em;
  }
}

.wrap .mlfashion-sub-item {
  margin-top: 5em;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.wrap .mlfashion-button-1 + .mlfashion-sub-item {
  margin-top: 8.75em;
}

.wrap .mlfashion-sub-item__link {
  display: block;
  text-decoration: none;
  transition: opacity 0.2s ease-out;
  width: fit-content;
}

.wrap .mlfashion-sub-item__link:hover {
  opacity: 0.7;
  text-decoration: none;
}

.wrap .mlfashion-sub-item__image {
  margin: 2.5em auto 1.625em;
  line-height: 1;
}

.wrap .mlfashion-sub-item__image:first-child {
  margin-top: 0;
}

.wrap .mlfashion-sub-item__image:last-child {
  margin-bottom: 0;
}

.wrap .mlfashion-sub-item__name,
.wrap .mlfashion-sub-item__price,
.wrap .mlfashion-sub-item__text {
  text-align: center;
  font-size: 1.25em;
}

.wrap .mlfashion-sub-item__name {
  margin-bottom: 0.25em;
}

.wrap .mlfashion-sub-item__price span {
  font-size: 0.6em;
}

.wrap .mlfashion-sub-item.--reversed .mlfashion-sub-item__column:first-child {
  order: 1;
}

@media only screen and (max-width: 767px) {
  .wrap .mlfashion-sub-item {
    margin-top: 2.5em;
    display: block;
  }

  .wrap .mlfashion-button-1 + .mlfashion-sub-item {
    margin-top: 5.625em;
  }

  .wrap .mlfashion-sub-item__column + .mlfashion-sub-item__column {
    margin-top: 1.6875em;
  }

  .wrap .mlfashion-sub-item__image {
    margin-top: 2.6875em;
    margin-bottom: 1.4375em;
  }

  .wrap .mlfashion-sub-item .mlfashion-sub-item__column:not(.--sticky) .mlfashion-sub-item__image {
    margin-left: -0.78125em;
    margin-right: -0.78125em;
  }

  .wrap .mlfashion-sub-item .mlfashion-sub-item__column.--sticky .mlfashion-sub-item__image.--size-01 {
    width: 19.0625em;
  }

  .wrap .mlfashion-sub-item .mlfashion-sub-item__column.--sticky .mlfashion-sub-item__image.--size-04 {
    width: 19.375em;
  }

  .wrap .mlfashion-sub-item .mlfashion-sub-item__column.--sticky .mlfashion-sub-item__image.--size-05 {
    width: 20.5em;
  }

  .wrap .mlfashion-sub-item__name,
  .wrap .mlfashion-sub-item__price,
  .wrap .mlfashion-sub-item__text {
    font-size: 0.875em;
  }

  .wrap .mlfashion-sub-item__price span {
    font-size: 0.64285714em;
  }

  .wrap .mlfashion-sub-item__link {
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-width: 768px) {
  .wrap .mlfashion-sub-item .mlfashion-sub-item__column:not(.--sticky) .mlfashion-sub-item__image {
    margin-right: 0;
  }

  .wrap .mlfashion-sub-item.--reversed .mlfashion-sub-item__column:not(.--sticky) .mlfashion-sub-item__image {
    margin-left: 0;
    margin-right: auto;
  }

  .wrap .mlfashion-sub-item .mlfashion-sub-item__column.--sticky a {
    margin-right: auto;
  }

  .wrap .mlfashion-sub-item.--reversed .mlfashion-sub-item__column.--sticky a {
    margin-right: 0;
    margin-left: auto;
  }

  .wrap .mlfashion-sub-item__column + .mlfashion-sub-item__column {
    padding-top: 4em;
  }

  .wrap .mlfashion-sub-item__image.--size-01 {
    width: 30.375em;
  }

  .wrap .mlfashion-sub-item__image.--size-02 {
    width: 32.5em;
  }

  .wrap .mlfashion-sub-item__image.--size-03 {
    width: 32.6875em;
  }

  .wrap .mlfashion-sub-item__image.--size-04 {
    width: 30.9375em;
  }

  .wrap .mlfashion-sub-item__image.--size-05 {
    width: 32.8125em;
  }

  .wrap .mlfashion-sub-item__image.--size-06 {
    width: 33.75em;
  }

  .wrap .mlfashion-sub-item__image.--size-07 {
    width: 31.875em;
  }

  .wrap .mlfashion-sub-item__image.--size-08 {
    width: 31.6875em;
  }

  .wrap .mlfashion-sub-item__column {
    width: 50%;
  }
}

.wrap .mlfashion-sub-title-1 {
  margin: 8.75em auto 2em;
  line-height: 1;
  height: 2.625em;
  width: auto;
}

.wrap .mlfashion-sub-title-1.--sub-title-01 {
  aspect-ratio: 267 / 42;
  background-image: url(../minilabo_fashion_index_img/more_txt.png);
}

.wrap .mlfashion-sub-title-1.--sub-title-02 {
  aspect-ratio: 304 / 42;
  background-image: url(../minilabo_fashion_index_img/recommend_txt.png);
}

.wrap .mlfashion-text-2 {
  text-align: center;
  font-size: 1.5em;
}

.wrap .mlfashion-more-items {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin: 3.25em auto 0;
  flex-wrap: wrap;
  column-gap: 2.5em;
  row-gap: 3em;
}

.wrap .mlfashion-more-items a {
  display: block;
  text-decoration: none;
  transition: opacity 0.2s ease-out;
  position: relative;
}

.wrap .mlfashion-more-items a:hover {
  opacity: 0.7;
}

.wrap .mlfashion-more-items a.--new::after {
  content: 'New!';
  display: block;
  aspect-ratio: 1 / 1;
  width: 4em;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../minilabo_fashion_index_img/new.png) no-repeat center / contain;
  position: absolute;
  left: -0.75em;
  top: -0.75em;
}

.wrap .mlfashion-more-items__image {
  line-height: 1;
  margin-bottom: 1em;
}

.wrap .mlfashion-more-items__name {
  font-size: 1.125em;
  line-height: 1.44444444;
  margin-bottom: 0.25em;
}

.wrap .mlfashion-more-items__price {
  font-size: 1.125em;
  line-height: 1.44444444;
}

.wrap .mlfashion-more-items__price span {
  font-size: 0.66666667em;
}

@media only screen and (max-width: 767px) {
  .wrap .mlfashion-sub-title-1 {
    margin-top: 5em;
    margin-bottom: 1.25em;
    height: 1.625em;
  }

  .wrap .mlfashion-text-2 {
    font-size: 0.9375em;
  }

  .wrap .mlfashion-more-items {
    margin-top: 2.5em;
    column-gap: 1.25em;
    justify-content: space-between;
    row-gap: 2em;
    width: 20.3125em;
    max-width: 100%;
  }

  .wrap .mlfashion-more-items > li {
    width: calc((100% - 1.25em) / 2);
  }

  .wrap .mlfashion-more-items__image {
    margin-bottom: 0.625em;
  }

  .wrap .mlfashion-more-items__name,
  .wrap .mlfashion-more-items__price {
    font-size: 0.75em;
  }

  .wrap .mlfashion-more-items__price span {
    font-size: 0.75em;
  }

  .wrap .mlfashion-more-items a.--new::after {
    width: 2.5em;
    left: -0.5em;
    top: -0.5em;
  }
}

@media only screen and (min-width: 768px) {
  .wrap .mlfashion-more-items > li {
    width: calc((100% - 7.5em) / 4);
  }
}

.wrap .mlfashion-bnr-list-1 {
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
  margin: 3.25em auto 0;
  width: 50em;
  max-width: 100%;
}

.wrap .mlfashion-bnr-list-1 > li {
  width: 24em;
  line-height: 1;
  margin-bottom: 1.5em;
}

.wrap .mlfashion-bnr-list-1 > li:last-child {
  margin-bottom: 0;
}

.wrap .mlfashion-bnr-list-1 a {
  display: block;
  transition: opacity 0.2s ease-out;
}

.wrap .mlfashion-bnr-list-1 a:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 767px) {
  .wrap .mlfashion-bnr-list-1 {
	display:block;
    margin-top: 2.1875em;
    width: 90%;
  }
  
  .wrap .mlfashion-bnr-list-1 > li {
    width: 100%;
  }

}

.wrap .mlfashion-all-button {
  margin: 8.4375em auto 0;
  max-width: 100%;
  width: 80em;
  height: 23.75em;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../minilabo_fashion_index_img/minilabo_btn_bg__pc.jpg) no-repeat center / cover;
  padding: 1em;
}

.wrap .mlfashion-all-button__link {
  line-height: 1;
  width: 61.25em;
  max-width: 100%;
}

.wrap .mlfashion-all-button__link a {
  display: block;
  transition: opacity 0.2s ease-out;
}

.wrap .mlfashion-all-button__link a:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 767px) {
  .wrap .mlfashion-all-button {
    margin-top: 4.6875em;
    width: 100%;
    height: 14.375em;
    background-image: url(../minilabo_fashion_index_img/minilabo_btn_bg__sp.jpg);
  }

  .wrap .mlfashion-all-button__link {
    width: 20.3125em;
  }
}
