@charset "UTF-8";

/* LOOK BOOK 詳細
--------------------------------------------------------------------*/

.common_title_name:hover {
    text-decoration: none;
	color: rgb(0, 0, 0);
    opacity: 0.5;
    transition: 0.4s;
}

.look_common_title {
	margin-bottom: 60px;
    padding-top: 5px;
}

.look_common_title .common_title_name:after {
	display: none;
}

#contents {
    width: 100%;
    padding: 0 10px;
}

.section_lookbook .look_list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 0;
    margin-left: -5px;
    margin-right: -5px;
}

.section_lookbook .look_list .look_item {
    flex: 0 0 25%;
    width: 100%;
    max-width: 25%;
    position: relative;
	padding: 0 5px;
}

.look_image_item_photo {
    position: relative;
}

.look_image_item_main {
    cursor: pointer;
    transition: filter 0.4s ease, transform 0.4s ease, opacity 0.4s ease;
}

.look_image_item_main:hover {
    opacity: 0.4;
    filter: alpha(opacity=40);
    -ms-filter: “alpha( opacity=40 )”;
    -webkit-filter: alpha(opacity=40);
}

.look_image_item_main .look_image {
    width: 100%;
}

.look_image_look_info_wrap {
    display: none;
}

.look_image_look_info_wrap.is_show {
    display: block;
    top: 0;
    z-index: 999;
    margin: 0 -16px;
    position: fixed;
    top: 0;
    left: 16px;
    width: 100%;
    height: 100%;
    background-color: #FFF;
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

.look_info {
    padding: 20px 32px;
    min-width: 560px;
}

.look_credit_item {
    font-size: 13px;
    line-height: 21px;
}

.look_credit_item .look_credit_link {
    font-size: 13px;
    line-height: 21px;
    text-decoration: underline;
}

.look_credit_item .look_credit_link:hover {
	color: #000;
    text-decoration: none;
}

.look_item_swiper .slide_pair_wrap {
    display: flex;
    position: relative;
}

.look_item_swiper .slide_pair_wrap .slide_pair_items {
    flex: 0 0 50%;
    width: 100%;
    max-width: 50%;
    position: relative;
}

.look_item_swiper .slide_pair_wrap .slide_pair_items .look_image {
    max-width: 100%;
	max-height: 100vh;
	width: auto;
	height: auto;
	display: block;
}

.look_item_swiper .slide_pair_wrap .slide_pair_items:first-child {
	justify-items: right;
}

.look_item_swiper {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.look_item_swiper .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
}

.look_item_swiper .swiper-slide {
    position: relative;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition-property: opacity;
    background-position: center;
    background-size: cover;
}

.look_item_swiper .swiper-slide-active {
    opacity: 1;
    z-index: 1;
}

.look_item_swiper .slide_pair_wrap {
    display: flex;
    width: 100%;
}

.look_item_swiper .slide_pair_items {
    flex: 1;
    width: calc(50% - 8px);
}

.look_item_swiper .slide_pair_items .look_image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}


.swiper-button-prev, .swiper-button-next {
    display: block;
    width: 30px;
    height: 30px;
    outline: none;
    text-decoration: none;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    position: absolute;
    top: 50%;
    z-index: 10;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all .2s;
}

.swiper-button-prev {
	left: 32px;
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.swiper-button-prev:hover {
	opacity: 0.5;
}

.swiper-button-prev:after {
    content: "";
    width: 14px;
    height: 14px;
    margin-top: -7px;
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
    transform: rotate(-135deg);
    position: absolute;
    top: 50%;
    left: 11px;
}

.swiper-button-next {
    right: 32px;
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10
}

.swiper-button-next:hover {
	opacity: 0.5;
}

.swiper-button-next:after {
    content: "";
    width: 14px;
    height: 14px;
    margin-top: -7px;
    border-top: 1px solid #FFF;
    border-left: 1px solid #FFF;
    transform: rotate(135deg);
    position: absolute;
    top: 50%;
    right: 11px;
}

.look_item_swiper_close {
    position: fixed;
    top: 48px;
    right: 32px;
    z-index: 10000;
}

.look_item_swiper_close_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 24px;
    cursor: pointer;
    position: relative;
}

.look_item_swiper_close_btn:hover {
	opacity: .5;
}

.look_style_btn_area.page_back {
    margin: 80px 0;
    position: initial;
    display: flex;
    justify-content: center;
}

.look_style_btn_area.page_back a:hover {
    text-decoration: none;
}

.look_style_btn_area.page_back .common_more_text {
    padding-left: 8px;
}

.look_image_look_info_wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    display: none;
}

.look_image_look_info_wrap.is_show {
    display: block;
	background: rgba(000, 0, 0, 0.7);
}

.look_item_swiper {
    width: 100%;
    height: auto;
}

.look_info {
    width: 100%;
    box-sizing: border-box;
	background: #FFF;
	/* max-width: 1164px; */
    margin: 0 auto;
}

.look_image_look_info_wrap {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    &::-webkit-scrollbar {
        display: none;
    }
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.look_pager_back {
	display: inline-block;
    color: #000;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 700;
    padding: 0 0 0 50px;
    transition: all .2s;
    position: relative;
}

.look_pager_back:hover .common_more_text {
	opacity: .5;
}
.look_pager_back_svg {
	position: absolute;
	top: 50%;
	left: 0;
	transition: all .2s;
}
.look_pager_back:hover .look_pager_back_svg {
	width: 36px;
	left: 5px;
}

/* LOOK BOOK 一覧
--------------------------------------------------------------------*/

.lookbook_content {
	width: 1200px;
	margin: 0 auto;
}

.lookbook_list:beofre, .lookbook_list:after {
	content: none;
}

.lookbook_list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -20px;
}

.lookbook_list .ls-blur-up-is-loading,
.lookbook_list .lazyload:not([src]) {
	visibility: hidden;
}

.lookbook_list .ls-blur-up-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.lookbook_item {
	flex: 0 0 25%;
	width: 100%;
	max-width: 25%;
	margin-bottom: 60px;
	padding: 0 20px;
	position: relative;
}

.lookbook_item.lookbook_item_first {
	flex: 0 0 100%;
	width: 100%;
	max-width: 100%;
}

.lookbook_link {
	display: block;
	position: relative;
}

.lookbook_photo {
    overflow: hidden;
	position: relative;
    cursor: pointer;
    transition: filter 0.4s ease, transform 0.4s ease, opacity 0.4s ease;
}

.lookbook_photo:hover {
    opacity: 0.4;
    filter: alpha(opacity=40);
    -ms-filter: “alpha( opacity=40 )”;
    -webkit-filter: alpha(opacity=40);
}

.lookbook_image {
	width: 100%;
	height: auto;
	transition: opacity 1s, transform .5s;
}

.lookbook_fadein .lookbook_image {
	opacity: 0;
}

.lookbook_fadein.lazyloaded .lookbook_image.lazyloaded {
	opacity: 1;
}

.lookbook_link:hover .lookbook_image {
	/* transform: scale(1.1); */
}

.lookbook_title {
	color: #fff;
	font-family: "Oswald", sans-serif;
	font-size: 18px;
	line-height: 1.4;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.lookbook_item.lookbook_item_first .lookbook_title {
    color: #000;
}

.lookbook_notfound {
	display: block;
	width: 100%;
	text-align: center;
	padding: 20px 0;
}

.lookbook_notfound_text {
	font-size: 13px;
	line-height: 1.5;
}

.lookbook_pager {}

.pager {
	display: flex;
	justify-content: center;
	margin-left: -15px;
	margin-right: -15px;
	position: relative;
}

.pager li {
	display:inline-block;
	height: 22px;
	margin: 0 15px;
	position: relative;
}

.pager li a {
	display: block;
	color: #000;
	font-family: "Roboto", sans-serif;
	font-size: 13px;
	line-height: 22px;
}

.pager .pager_number {
	line-height: 22px;
}

.pager .pager_number a {
	display: block;
	font-family: "Roboto", sans-serif;
	font-size: 13px;
	line-height: 22px;
	text-align: center;
	position: relative;
}

.pager_number a:hover {
	color: #000;
	font-weight: 700;
	text-decoration: none;
}

.pager_number a:after {
	content: "";
	display: block;
	width: 0%;
	height: 3px;
	background-color: transparent;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	transition: all .4s;
}

.pager_number a:hover:after {
	width: 100%;
	background-color: #000;
}

.pager .pager_number.active span {
	display: block;
	color: #000;
	font-family: "Roboto", sans-serif;
	font-size: 13px;
	font-weight: 700;
	line-height: 22px;
}

.pager_number.active span:after {
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	background-color: #000;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	transition: all .4s;
}

.pager_number.brank span {
	color: #000;
}

.pager .pager_prev {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	margin-right: 20px;
}

.pager_prev a {
	transition: all .2s;
}

.pager_prev a:hover {
	opacity: .5;
}

.pager .pager_prev a:after {
	content: "";
	width: 8px;
	height: 8px;
	margin-top: -4px;
	margin-left: -2px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	transform: rotate(-135deg);
	position: absolute;
	top: 50%;
	left: 50%;
}

.pager_prev span:after {
	content: "";
	width: 8px;
	height: 8px;
	margin-top: -4px;
	margin-left: -2px;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	transform: rotate(-135deg);
	position: absolute;
	top: 50%;
	left: 50%;
}

.pager .pager_next {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	margin-left: 20px;
}

.pager_next a {
	transition: all .2s;
}

.pager_next a:hover {
	opacity: .5;
}

.pager .pager_next a:after {
	content: "";
	width: 8px;
	height: 8px;
	margin-top: -4px;
	margin-right: -2px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 50%;
}

.pager_next span:after {
	content: "";
	width: 8px;
	height: 8px;
	margin-top: -4px;
	margin-right: -2px;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 50%;
}



.swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  box-sizing: border-box;
}

.slide_pair_wrap {
  display: flex;
  box-sizing: border-box;
  margin-bottom: 0;
}

.slide_pair_items {
  flex: 1;
  min-width: 0;
}

.slide_pair_items img.look_image {
  width: 100%;
  height: auto;
  display: block;
}

.look_info {
  display: block;
  box-sizing: border-box;
  margin: 0 auto;
}


@media screen and (max-width: 1200px) {
  .slide_pair_wrap {
    width: 100%;
    max-width: 100%;
  }

  .look_info {
    width: 100%;
    max-width: 100%;
  }
}

