@charset "UTF-8";

/*
-----------------------------*/
.solrbar {
    display:none;
}

#contents {
  width: 100%;
  padding: 0;
}

/*
-----------------------------*/
@media screen and (min-width: 1001px) {
  .store_header_wrap .store_header {
    position: fixed;
  }
  .store_header_wrap .store_header_logo img{
    height: 12px;
  }

  .store_header_wrap {
    height: 48px;
  }
}

/*
右から左へ
----------------------------*/
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

/*
IE11対策
----------------------------*/
_:-ms-lang(x)::-ms-backdrop,
.main_image {
  display: -ms-grid;
  overflow: hidden;
}
/*----------------------------*/

.main_image__wrap {
	display: flex;
	overflow: hidden;
}

.main_image__list {
	display: flex;
	list-style: none;
}

.main_image__list--left{
	animation: infinity-scroll-left 102s infinite linear 0.1s both;
	-webkit-animation: infinity-scroll-left 102s infinite linear 0.1s both;
}

.main_logo_image__list--left{
	animation: infinity-scroll-left 204s infinite linear 0.1s both;
	-webkit-animation: infinity-scroll-left 204s infinite linear 0.1s both;
}


@media screen and (max-width: 1000px) {

    .main_image__list--left{
        animation: infinity-scroll-left 40s infinite linear 0.1s both;
        -webkit-animation: infinity-scroll-left 40s infinite linear 0.1s both;
    }

    .main_logo_image__list--left{
        animation: infinity-scroll-left 80s infinite linear 0.1s both;
        -webkit-animation: infinity-scroll-left 80s infinite linear 0.1s both;
    }
}

.main_image__item {
/*min-width: 100%;*/
/*flex-basis: 100%;*/
}
.main_image__item > img{
	/* width: 100%; */
	height: 600px;
}

.main_image__list.pc {
	display:flex;
}

.main_image__list.sp {
	display:none;
}

.main_image.image_bottom {
  margin-bottom: 74px;
}

@media screen and (max-width: 1000px) {
	.main_image__list.pc {
		display:none;
	}
	.main_image__list.sp {
		display: flex;
	}

  .main_image__wrap {
    height: 133vw;
  }

  .main_image__item > img {
    height: 133vw;
	width: 1200px;
  }
}

/*
---------------------------------------------------------*/
.section_look {
  /*  margin-bottom: 50px;*/
}

.look_list {
  display: grid;
  grid-row-gap: 0rem;
  grid-column-gap: 0rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: 100%;
}

@media screen and (max-width: 1000px) {
	.look_list {
		grid-column-gap: 0rem!important;
		grid-template-columns: repeat(1, minmax(0, 1fr))!important;
	}

  .section_look {
    margin-bottom: 35px;
  }

  .product_condition {
    padding-bottom: 0;
  }
}

@media screen and (min-width: 1001px) {
	.look_list {
		grid-column-gap: 0rem!important;
		grid-template-columns: repeat(3, minmax(0, 1fr))!important;
    overflow-x: hidden;
    background-color: #FAFAFA;
	}

  .look_item {
    overflow: hidden;
    width: 100.01%;
  }

}

@media screen and (min-width: 1440px) {
  .look_list {
      grid-template-columns: repeat(4, minmax(0, 1fr))!important;
  }
}
.look_item{
	overflow:hidden;
    background-color:#FAFAFA;
}

.look_image {
  width:100%;
}

.look_image_item_photo {
  position: relative;
}
.look_image_item_photo .swiper-button-prev,
.look_image_item_photo .swiper-button-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  /*background: rgba(0,0,0,0.2);*/
  width: 30px!important;
  height: 30px!important;
  border-radius: 50%;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  min-width: 12px!important;
  margin-top: 0;
}
.look_image_item_photo .swiper-button-prev:hover,
.look_image_item_photo .swiper-button-next:hover {
  -webkit-transform: translateY(-50%) scale(1.04);
  transform: translateY(-50%) scale(1.04);
}

@media (min-width: 1001px) {
  .look_image_item_photo:hover .swiper-button-prev,
  .look_image_item_photo:hover .swiper-button-next {
    background: rgba(199,150,150,0.5);
   /*
    opacity: 1!important;
    visibility:visible!important;
    */
  }
}

.look_image_item_photo .swiper-button-prev:after,
.look_image_item_photo .swiper-button-next:after {
  color: #fff!important;
  font-size: 12px!important;
}

.look_image_item_photo .swiper-pagination {
	text-align:left;
	color:#fff;
	padding-left:10px;
  font-size: 10px;
}

@media screen and (max-width: 1000px) {
	.list-button {
		opacity:1!important;
    -webkit-tap-highlight-color:transparent;
	}

  .look_image_item_photo .swiper-button-prev:after,
  .look_image_item_photo .swiper-button-next:after {
    color: #C79696!important;
    font-size: 12px!important;
  }
}

.look_image_item_photo:hover .list-button {
	opacity:1;
}

/**************************/
.list-button {
	bottom: 10px;
	height: 30px;
	position: absolute;
	right: 10px;
  /*
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
  */
  -webkit-transition: all 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 0.3s cubic-bezier(0.65, 0, 0.35, 1);
	width: 30px;
	z-index: 99;
	background: rgba(199,150,150,0.5);
	padding: 10px;
	border-radius: 50px;
	cursor: pointer;
	opacity:0;
}

.list-button__item {
  background-color: #fff;
  display: block;
  height: 1px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  width: 11px;
}

.list-button__item:nth-child(2) {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg)
}

.list-button.opened {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.look_item:nth-child(22) .look_image_item_photo.open .look_info,
.look_item:nth-child(28) .look_image_item_photo.open .look_info {
  /*opacity: 0;*/
}

.look_item:nth-child(22) .list-button,
.look_item:nth-child(28) .list-button {
  /*display: none;*/
}

/**************************/

.look_info {
	opacity:0;
	transition: opacity .3s;
	display: flex !important;
    justify-content: center;
    flex-flow: column;
    flex-wrap: wrap;
    gap: 10px 0;
    justify-content: center;
	position: absolute;
	top: 0;
	bottom:0;
	left:0;
	right:0;
	width: 100%;
	height: 100%;
	background: rgba(199,150,150,0.5);
	/*z-index: 99;*/
}

.look_info_inner {
}

.look_credit_list {
    display: flex;
    flex-flow: column;
    flex-wrap: wrap;
    gap: 7px 0;
    justify-content: center;
    /* align-items: center; */
    /* height: 100%; */
    /* max-width: 200px; */
    margin: 0 auto;
    /* padding: 0 20px; */
    text-align: center;
    max-inline-size: max-content;
    margin-inline: auto;
}

.look_image_item_photo.open .look_info {
	opacity:1;
    pointer-events: auto;
	z-index: 99;
}

.look_image_item_photo.open .look_info_display {
	display:none!important;
}

.look_credit_item {
    display: inline-block;
    text-align: left;
    line-height: 18px;
    padding: 0 30px;
}

.look_credit_link {
    color: #fff;
    text-decoration: underline;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0;
}

.look_credit_link:hover {
    color: #fff;
    opacity: 0.5;
    text-decoration: underline;
}

.look_credit_link.coming_soon_on {
  pointer-events: none;
  text-decoration: none;
}

.look_credit_link.coming_soon_on .coming_soon_label {
  font-size: 12px;
  letter-spacing: 0;
  margin-top: -2px;
  opacity: 0.5;
}

.goods_name {
  line-height: 1.28;
  letter-spacing: 0;
}

.goods_coming_soon {
  font-size: 11px;
  letter-spacing: 0;
  color: #8C8C8C;
  margin-top: 6px;
}

.goods_price {
  font-size: 11px;
  letter-spacing: 0;
}

.goods_price_proper {
  letter-spacing: 0;
}

/*
-----------------------------------------------------------*/
.section_product {
    padding: 0 25px;
    margin-top: 20px;
}

@media screen and (min-width: 1001px) {
  .section_product_sp.fixed-sp .section_product {
      /*margin-top: 108px;*/
      margin-top: 89px;
  }
}

.section_product_sp {

}

@media screen and (max-width: 1000px) {
    .section_product_sp {
        margin-top: -27px;
    }
}

.section_product_sp.fixed-sp {
	padding-top: 48px;
}

@media screen and (min-width: 1001px) {
	.section_product_sp {
		padding-top: 27px!important;
		position: relative;
		z-index: 100;
	}
}

.product_list {
    display: grid;
    grid-row-gap: 25px;
    grid-column-gap: 0.75rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
}

@media screen and (min-width: 1001px) {
	.product_list {
		grid-column-gap: 10px!important;
		grid-template-columns: repeat(4, minmax(0, 1fr))!important;
	}

}

@media screen and (min-width: 1440px) {
  .product_list {
      grid-template-columns: repeat(5, minmax(0, 1fr))!important;
  }
}
.product_item{
	overflow:hidden;
}

.product_item_photo {
    position: relative;
    margin-bottom: 8px;
}

.product_item_image {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: auto;
	margin: auto;
	transition:0.3s all;
}
.product_item:hover .product_item_image{
	-webkit-transform: scale(1.04);
	-moz-transform: scale(1.04);
	-ms-transform: scale(1.04);
	transform: scale(1.04);
}

.product_item.is_coming_soon .product_item_image {
	transform:none!important;
}

.product_item_image_wrapper {
  display: block;
  position: relative;
  overflow: hidden;
  background: #f5f5f5;
}

.product_item_image_wrapper:before {
  content: "";
  display: block;
  padding-top: 133.3333%;
}

.product_condition {
    /*margin: 0 0 50px;
    */padding: 20px 1rem;
    /* background: #fff; */
    width: 100%;
    z-index: 100;
    /*-webkit-transition: all 0.5s cubic-bezier(0.65, 0, 0.35, 1);
    transition: all 0.5s cubic-bezier(0.65, 0, 0.35, 1);
    -moz-transition: all 0.5s cubic-bezier(0.65, 0, 0.35, 1);
    -ms-transition: all 0.5s cubic-bezier(0.65, 0, 0.35, 1);
    -o-transition: all 0.5s cubic-bezier(0.65, 0, 0.35, 1);*/
}

.product_condition.top {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	/* -webkit-padding-start: 1.5rem; */
	/* padding-inline-start: 1.5rem; */
	/* -webkit-padding-end: 1.5rem; */
	/* padding-inline-end: 1.5rem; */
	/* -webkit-align-items: center; */
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	/* position: absolute; */
	left: 0px;
	right: 0px;
	height: 68px;
	/*top: 48px;*/
	position: relative;
	z-index: 100;
}

.look_menu_close_area,
.look_menu_toggle_area {
  display:none;
}

.product_item:nth-child(13) .product_item_link,
.product_item:nth-child(13) .store_item_detail .store_item_link {
  /* pointer-events: none */
}

@media screen and (min-width: 1001px) {
.look_menu_close_area,
.look_menu_toggle_area,
.look_menu {
    display:none!important;
  }
}

.look_menu {
	display:none;
	position: fixed;
	left: 0;
	top: 48px;
	width: 100%;
	height: 100vh;
	padding-bottom: 200px;
	background: #fff;
	z-index: 1000;
}

@media screen and (max-width: 1000px) {
	.look_menu_list {
        display: grid;
        grid-row-gap: 0rem;
		grid-column-gap: 0rem!important;
		grid-template-columns: repeat(3, minmax(0, 1fr))!important;
        width: 100%;
	}
}

.look_menu_list {
    overflow-y: scroll;
    width: 100%;
    height: 100%;
    display: none;
}

.look_menu_list.is_show {
  display: grid;
  height: calc(100vh - 158px);
}

.look_menu_title_list {
    display: flex;
}

.look_menu_title {
    flex-basis: 50%;
    text-align: center;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.look_menu_title_link {
	display: block;
	color: #000;
	background: #eee;
	cursor: pointer;
	width: 100%;
	font-size: 18px;
	padding: 19px 0;
	letter-spacing: 0;
}

.look_menu_title.is_active .look_menu_title_link {
	color: #fff;
	background: #C79696;
  font-size: 18px;
  width: 100%;
  padding: 15px 0;
}

.look_menu_item_link {
    display: block;
    cursor: pointer;
}

.product_condition.top.left.fixed-sp {
    display: inline-block;
    width: fit-content;
    padding: 20px 0 20px 1rem;
    /* right: 0; */
    /* left: auto; */
    position: fixed;
    top: 48px;
    background: rgba(0, 0, 0, 0);
    z-index: 200;
    /* box-shadow: inset 0px 5px 5px 0px rgba(0, 0, 0, 0.2); */
    box-shadow: inset 0px 10px 10px -10px rgba(0, 0, 0, 0.2);
}

.product_condition.top.center.fixed-sp {
    /* box-shadow: inset 0px 5px 5px 0px rgba(0, 0, 0, 0.2); */
    box-shadow: inset 0px 10px 10px -10px rgba(0, 0, 0, 0.2);
}

.product_condition.top.center {
    display: inline-block;
    width: calc(100vw - (93px + 36px + 1rem));
    left: 92px;
	height:30px;
	padding: 0;
    position: fixed;
    top: 48px;
    background: rgba(0, 0, 0, 0);
    z-index: 90;
}

@media screen and (min-width: 1001px) {
    .product_condition.top.center {
        width: calc(100vw - (104px + 177px + 1rem - 17px));
        left: 103px;
    }
}

.product_condition.top.right.fixed-sp {
    display: inline-block;
    width: fit-content;
    padding: 20px 1rem;
    right: 0;
    left: initial;
    position: fixed;
    top: 48px;
    background: rgba(0, 0, 0, 0);
    z-index: 200;
    /* box-shadow: inset 0px 5px 5px 0px rgba(0, 0, 0, 0.2); */
    box-shadow: inset 0px 10px 10px -10px rgba(0, 0, 0, 0.2);
}

.product_condition.top.right {
    display:none;
}

.product_condition.top.right.fixed-sp {
    display:inline-block;    
}

.product_condition.top.left.fixed-sp  .product_category_list {
    display: inline-block;
    width: auto;
}

.product_condition.top.right.fixed-sp .product_season_list {
    position:relative;
}

@media screen and (min-width: 1001px) {
    .product_condition.top.right.fixed-sp {
        padding: 20px 0;
    }
}

.product_condition.top.left.fixed-sp .product_season_list,
.product_condition.top.left.fixed-sp .look_menu_toggle_area {
    display: none!important;
}


.product_condition.top.open {
	background: #fff;
}

.product_condition.top.look_info_open {
	z-index:80;
}

.section_product_sp.fixed-sp .product_condition.bottom {
    position: fixed;
    top: 48px;
    /* background: rgba(0, 0, 0, 0); */
    box-shadow: inset 0px 5px 5px -5px rgba(0, 0, 0, 0.2);
}

.product_category_list {
    display: flex;
    /* flex-wrap: wrap; */
    gap: 10px;
    width: 100%;
}

@media screen and (max-width: 1000px) {
	.product_condition.bottom .product_category_item:nth-child(1) {
	    /* width: 100%; */
	}

	.product_condition.bottom .product_category_item:nth-child(1) .product_category_link {
	    /* max-width: 25%; */
	    /* display: inline-block; */
	}
}

.product_category_link {
    /* padding: 10px 20px; */
    /* background: #fff; */
    color: #000;
    border: 1px solid #000;
    border-radius: 20px;
    max-width: 100%;
    font-size: 14px;
    letter-spacing: 0;
    height: 28px;
    /*width: 86px;*/
    padding: 0px 1.0em 0.5px;
    line-height: 24.5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product_category_link:hover {
  color: #FFF;
  background-color: #C79696;
  border: 1px solid #C79696;
}

.product_category_link.active {
    background: #C79696 !important;
    color: #FFF !important;
    border: 1px solid #C79696 !important;
}

.product_category_link.active:hover {
  color: #C79696;
  background: none;
  /* background-color: #C79696; */
  border: 1px solid #C79696;
}

.product_season_list {
  position: absolute;
  right: 0;
  display: block;
}

.product_season_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
    height: 33px;
}

.product_season_wrap .product_season_item {
    font-size: 18px;
    /* line-height: 36px; */
    color: #1A1A1A;
    letter-spacing: 0;
    padding-bottom: 5px;
}

.product_season_wrap .product_season_item a {
    color: #1A1A1A;
    letter-spacing: 0;
}

.product_season_wrap .product_season_item a:hover {
    color: #7897B9;
    text-decoration: none;
    /* border: 1px solid #7292A9; */
}

.product_season_wrap .product_season_item.active {
  color: #C79696;
  border-bottom: 1px solid #C79696;
}

.product_season_wrap .product_season_item.active:hover {
  border-bottom: none;
  /*opacity: 0.5;*/
}

.product_season_wrap .product_season_item.active a {
  color: #C79696;
}

@media screen and (max-width: 1000px) {
  .look_menu_toggle_area {
    display:block;
    /* position: relative; */
    margin-right: -3px;
  }

  .section_product_sp.fixed-sp .product_condition.bottom .look_menu_toggle_area {
    position: absolute;
    right: 0;
    top: 0;
    padding: 20px 1rem;
  }

  .look_menu_toggle_area:hover {
    opacity: 0.5;
    transition: all 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  }

  .product_category_link {
    font-size: 11px;
    /* padding: 10px; */
    padding: 1px 1.35em 0.5px;
  }

  .product_category_list {
    gap: 5px;
    align-items: center;
    position: relative;
    overflow-x: auto;
    width: calc(100% - (56px - 20px) );
  }

  .product_season_list {
    display: none;
  }

  .section_product_sp.fixed-sp .product_condition.bottom {
    box-shadow: inset 0px 10px 10px -10px rgba(0, 0, 0, 0.2);
  }
}

/*
------------------------------------------*/
.section_bottom_image {
	margin-bottom:68px;
  position: relative;
}

.loop_bottom_image {
	width: 100%;
	height: 300px;
	background: #fff;
	margin-bottom: 50px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
	overflow: hidden;
}

.loop_bottom_image .main_image__wrap:hover{
	mix-blend-mode:normal;
}

.loop_bottom_image ul {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row nowrap;
	flex-flow: row nowrap;
	width: 100%;
	margin: 0;
	padding: 0;
	z-index: 100;
}

.loop_bottom_image li {
/*  
	display: inline-block;
	width: 600px;
	min-width: 600px;
	margin: 0;
	list-style: none;
	text-align: center;
*/  
}

.loop_bottom_image li a {
	display: block;
}

.loop_bottom_image .ul_first {
	-webkit-animation: loop 25s -12.5s linear infinite;
	animation: loop 25s -12.5s linear infinite;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	will-change: transform;
}

.loop_bottom_image .ul_second {
	-webkit-animation: loop2 25s linear infinite;
	animation: loop2 25s linear infinite;
}

.loop_bottom_image li img {
	display: block;
	width: 100%;
	height: 53vw;
}

.loop_bottom_image::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: url(/static/full/store/contents/stylelook/2025spring/assets/img/bottom_sp.webp) no-repeat center center / cover;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	opacity: 1;
}

.bottom_image_pc {
    display: none!important;
}

.bottom_image_sp {
    display: flex!important;
}

@media screen and ( min-width: 1001px ) {
	.loop_bottom_image li {
/*    
		display: inline-block;
		width: 770px;
		min-width: 770px;
		margin: 0;
		list-style: none;
		text-align: center;
*/    
	}

	.loop_bottom_image li img {
		display: block;
		width: 1338px !important;
		height: 300px;
	}

	.loop_bottom_image::after {
		content: '';
		display: block;
		width: 100%;
		height: 300px;
		background: url(/static/full/store/contents/stylelook/2025spring/assets/img/bottom_pc.webp) no-repeat center center / cover;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 0;
		opacity: 1;
	}

    .bottom_image_pc {
        display:flex!important;
    }

    .bottom_image_sp {
        display:none!important;
    }
}

@-webkit-keyframes loop {
	0% {
		-webkit-transform: translateX(100%);
		-ms-transform: translateX(100%);
		transform: translateX(100%);
	}

	to {
		-webkit-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		transform: translateX(-100%);
	}
}

@keyframes loop {
	0% {
		-webkit-transform: translateX(100%);
		-ms-transform: translateX(100%);
		transform: translateX(100%);
	}

	to {
		-webkit-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		transform: translateX(-100%);
	}
}

@-webkit-keyframes loop2 {
	0% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	to {
		-webkit-transform: translateX(-200%);
		-ms-transform: translateX(-200%);
		transform: translateX(-200%);
	}
}

@keyframes loop2 {
	0% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	to {
		-webkit-transform: translateX(-200%);
		-ms-transform: translateX(-200%);
		transform: translateX(-200%);
	}
}

/*
------------------------------------------*/
#footer {
  font-size: clamp(10px, 1.3vw, 16px);
  position: relative;
  padding: 0 1rem;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  align-items: flex-end;
}

#footer .copy {
    padding: 1em 0 0;
    font-size: 10px;
    letter-spacing: 0;
}

.staff {
    width: 50%;
}

.staff_item {
    text-align: right;
    letter-spacing: 0;
    font-size: 10px;
    line-height: 1.5em;
}

.backtoTop {
    display: block;
    position: absolute;
    top: -60px;
    left: 1rem;
    width: 30%;
    border: 1px solid #000;
    padding: 10px;
    border-radius: 50px;
}

.backtoTop a {
	display:block;
	text-align:center;
    width: 100%;
    height: auto;
}

@media screen and (max-width: 1000px) {

  .backtoTop {
    height: 27px;
    width: 172px;
    padding: 0;
    line-height: 1.75em;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
  }

}


@media screen and (min-width: 1001px) {
    .staff {
        width: 80%;
    }

    .staff_list {
        display: flex;
        flex-wrap: nowrap;
        justify-content: flex-end;
    }

    .staff_item:before {
        content: " / ";
    }

    .staff_item:first-child:before {
        display: none;
    }

	.backtoTop {
		display: none;
	}
}

/*
-------------------------*/
.look_menu_button_area {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	/* -webkit-padding-start: 1.5rem; */
	/* padding-inline-start: 1.5rem; */
	/* -webkit-padding-end: 1.5rem; */
	/* padding-inline-end: 1.5rem; */
	/* -webkit-align-items: center; */
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	/* position: absolute; */
	left: 0px;
	right: 0px;
	height: 62px;
	/*top: 48px;*/
	position: relative;
	z-index: 100;
	padding: 0 1rem;
  box-shadow: inset 0 5px 10px -5px rgba(0, 0, 0, 0.2);
}

/*
-------------------------------------------------*/

.main_image__wrap {
	z-index: 100;
	mix-blend-mode: difference;
}

.main_image {
  width: 100%;
  height: 600px;
  background: #fff;
  /* margin-bottom: 50px; */
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.main_image::before {
  content: '';
  background: #C79696;
  display: inline-block;
  width: 100%;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.main_image::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url("/static/full/store/contents/stylelook/2025spring/assets/img/main_pc.webp") no-repeat center center / cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  opacity: 0;
  transform: scale(1.2);
  animation: mvAnime forwards 1s 1 ease 1s normal;
}

@media screen and ( max-width: 1000px ) {
	.main_image {
		height: 133vw;
    margin-bottom: 0;
	}

	.main_image::after {
		background: url("/static/full/store/contents/stylelook/2025spring/assets/img/main_sp.webp") no-repeat center center / cover;
	}
    /*追加*/
    .main_image__wrap {
		height: 500px !important;
    }
    .main_image__wrap .main_image__item img{
        width: 750px !important;
        height: 500px !important;
        
    }
    
    .loop_bottom_image .main_image__wrap {
		height: 200px !important;
    }
    
    .loop_bottom_image .main_image__wrap .main_image__item img{
        width: 669px !important;
        height: 200px !important;
        
    }
}

@keyframes mvAnime{
  0% {
		opacity: 0;
    transform: scale(1.2);
	}
  100% {
		opacity: 1;
    transform: scale(1);
	}
}

.look_list .swiper-pagination-bullet {
	width: 16px;
  height: 2px;
	background: #fff;
	opacity: 1;
	border-radius:10px;
}

.look_list .swiper-pagination-bullet-active {
	background:#C79696;
}

/*
--------------------------------------------*/

.look_page {
	display: none;
}

@media screen and ( min-width: 1001px ) {
	.look_page {
		display: none!important;
	}

  .swiper-fade .swiper-slide {
    /*pointer-events: none;*/
    transition-property: opacity;
    overflow: hidden;
  }
}

@media screen and ( max-width: 1000px ) {
    .look_page {
        display: none;
        position: fixed;
        color: #C79696;
        top: 158px;
        right: -12px;
        z-index: 100;
        transform: rotate(-90deg);
        font-size:15px;
        font-weight: 600;
        letter-spacing: 0;
        width: 75px;
        text-align: right;
    }
}

.look_page_now {
    display: inline-block;
    padding: 0 5px;
    font-weight: 600;
}

.look_page_total {
    display: inline-block;
    padding: 0 5px;
    font-weight: 600;
}

/*
----------------------------------------*/
.main_image::before {
    animation: barAnime forwards 2.5s 1 ease 0.2s normal;
}

@keyframes barAnime{
	0% {
		top: 0;
		height: 0;
	}
	30% {
		top: 0;
		height: 100%;
	}
	50% {
		top: 0;
		height: 100%;
	}
	68% {
		top: 100%;
		height: 0;
  }
  100% {
		top: 100%;
		height: 0;
	}
}

@keyframes photoAnime{
	0% {
	opacity: 0;
	transform: scale(1.2);
	}
	100% {
		opacity: 1;
		transform: scale(1);
	}
}

.bottom_image__list--left{
  animation: infinity-scroll-left 179s infinite linear 0.1s both;
	-webkit-animation: infinity-scroll-left 179s infinite linear 0.1s both;
}

@media screen and (max-width: 1000px) {
	.bottom_image__list--left{
		animation: infinity-scroll-left 90s infinite linear 0.1s both;
		-webkit-animation: infinity-scroll-left 90s infinite linear 0.1s both;
}
}

@media screen and ( max-width: 1000px ) {
	.loop_bottom_image {
		height: 200px;
	}

	.loop_bottom_image li img {
	    display: block;
	    width: 669px!important;
	    height: 200px!important;
	}
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 2px);
}

.goods_gender {
  color: #1A1A1A;
  font-size: 11px !important;
  text-decoration: none;
  transition: none;
  -webkit-transition: all 0.3scubic-bezier(0.65, 0, 0.35, 1);
  transition: all 0.3scubic-bezier(0.65, 0, 0.35, 1);
  letter-spacing: 0;
}

.product_item:hover a,
a:active {
  color: #BD8383;
}

.product_item.is_coming_soon:hover a,
.product_item.is_coming_soon .goods_gender {
	color:#1A1A1A!important;
	cursor:initial!important;
}

.product_item:hover .goods_gender {
  color: #BD8383;
  text-decoration: none;
  -webkit-transition: all 0.3scubic-bezier(0.65, 0, 0.35, 1);
  transition: all 0.3scubic-bezier(0.65, 0, 0.35, 1);
}

@media screen and ( max-width: 1000px ) {
  .goods_name {
    line-height: 1.28;
  }

  .product_condition.bottom {
    padding-bottom: 28px;
	display: flex;
  }
}

.store_item_link {
    transition: none;
}

.coming_soon_label {
  display: block;
}
