@charset "utf-8";
/* CSS Document */

/* gotop */

.gotop {
	position: fixed;
	right: 15px;
	bottom: 15px;
	z-index: 999;
}
.gotop:hover {
	opacity: 0.6;
}
.gotop .btn {
	display: table-cell;
	width: 40px;
	height: 40px;
	background-color: #FFF;
	border-radius: 50%;
	position: relative;
	cursor: pointer;
}
.gotop .btn .tri {
	display: table-cell;
	width: 20px;
	height: 15px;
	border-bottom: 15px solid #000;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	box-sizing: border-box;
}


.mb30 {
	margin-bottom: 30px;
}
.mb60 {
	margin-bottom: 60px;
}

@media screen and (min-width: 960px) {
	.only_sp960 {
		display: none;
	}
}
@media screen and (min-width: 767px) {
	.only_sp767 {
		display: none;
	}
}
@media screen and (max-width: 768px) {
	.only_pc768 {
		display: none;
	}
}
.pc {
  display: none
}
.mt20 {
  margin-top: 20px
}

.cmn-container img {
	width: 100%;
	height: auto;
	line-height: 1.0;
}
.wrapper {
	position: relative;
}
.fv_area {
	position: relative;
}
.fv_area .fv_logo {
	position: absolute;
	left: 50%;
	top: 50%;
	display: table-cell;
	width: 50%;
	height: auto;
	transform: translateX(-50%) translateY(-50%);
	z-index: 11;
}
.slide_wrap_pc {
	position: relative;
}
.slide_wrap_pc {
	display: block;
	width: 100%;
	height: 50vw;
	margin: 0 auto;
}
.slide_wrap_pc ul li {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: 0.4s all ease;
	overflow: hidden;
}
.slide_wrap_pc ul li img {
	width: 100%;
	height: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.slide_wrap_pc .slide_left {
	position: absolute;
	left: 0;
	top: 0;
	display: table-cell;
	width: 35vw;
	height: 50vw;
	overflow: hidden;
	z-index: 1;
}
.slide_wrap_pc .slide_center {
	position: absolute;
	left: 31.25vw;
	top: 0;
	width: 37.5vw;
	height: 50vw;
	display: table-cell;
	clip-path: polygon(8% 0, 100% 0, 92% 100%, 0 100%);	
	z-index: 2;
}
.slide_wrap_pc .slide_right {
	position: absolute;
	right: 0;
	top: 0;
	width: 35vw;
	height: 50vw;
	display: table-cell;
	overflow: hidden;
	z-index: 1;
}
.slide1 .slide_wrap_pc ul li:nth-child(1) {
	z-index: 3;
	transform: translateY(0);
}
.slide1 .slide_wrap_pc ul li:nth-child(2) {
	z-index: 2;
	transform: translateY(0);
}
.slide1 .slide_wrap_pc ul li:nth-child(3) {
	z-index: 1;
	transform: translateY(-100%);
}
.slide2 .slide_wrap_pc ul li:nth-child(1) {
	z-index: 3;
	transform: translateY(-100%);
}
.slide2 .slide_wrap_pc ul li:nth-child(2) {
	z-index: 2;
	transform: translateY(0);
}
.slide2 .slide_wrap_pc ul li:nth-child(3) {
	z-index: 1;
	transform: translateY(0);
}
.slide3 .slide_wrap_pc ul li:nth-child(1) {
	z-index: 1;
	transform: translateY(100%);
}
.slide3 .slide_wrap_pc ul li:nth-child(2) {
	z-index: 3;
	transform: translateY(-100%);
}
.slide3 .slide_wrap_pc ul li:nth-child(3) {
	z-index: 2;
	transform: translateY(0);
}


.slide1 .slide_wrap_pc .slide_center ul li:nth-child(1) {
	z-index: 3;
	transform: translateY(0);
}
.slide1 .slide_wrap_pc .slide_center ul li:nth-child(2) {
	z-index: 2;
	transform: translateY(0);
}
.slide1 .slide_wrap_pc .slide_center ul li:nth-child(3) {
	z-index: 3;
	transform: translateY(100%);
}
.slide2 .slide_wrap_pc .slide_center ul li:nth-child(1) {
	z-index: 3;
	transform: translateY(100%);
}
.slide2 .slide_wrap_pc .slide_center ul li:nth-child(2) {
	z-index: 2;
	transform: translateY(0);
}
.slide2 .slide_wrap_pc .slide_center ul li:nth-child(3) {
	z-index: 1;
	transform: translateY(0);
}
.slide3 .slide_wrap_pc .slide_center ul li:nth-child(1) {
	z-index: 1;
	transform: translateY(-100%);
}
.slide3 .slide_wrap_pc .slide_center ul li:nth-child(2) {
	z-index: 3;
	transform: translateY(100%);
}
.slide3 .slide_wrap_pc .slide_center ul li:nth-child(3) {
	z-index: 2;
	transform: translateY(0);
}
@media screen and (min-width: 768px) {
	.slide_wrap_sp {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.slide_wrap_pc {
		display: none;
	}
	.fv_area .fv_logo {
		position: absolute;
		left: 50%;
		top: 50%;
		display: table-cell;
		width: 100%;
		height: auto;
		transform: translateX(-50%) translateY(-50%);
		z-index: 11;
	}	
	
}
.slide_wrap_sp {
	overflow: hidden;
	clip-path: polygon(8.0% 0, 100% 0, 92.0% 100%, 0 100%);	
}
.slide_wrap_sp  ul {
	position: relative;
	width: 100%;
	height: 75vw;
	overflow: hidden;
}
.slide_wrap_sp  ul li {
	display: table-cell;
	width: 100%;
	height: 75vw;
	position: absolute;
	left: 0;
	top: 0;
	transition: 0.4s all ease;
}
.slide_wrap_sp  ul li img {
	position: absolute;
	left: 50%;
	top:0;
	transform: translateX(-50%);
	width: 100%;
	height: auto;
}

.slide1 .slide_wrap_sp .slide_top ul li:nth-child(1) {
	z-index: 3;
	transform: translateX(0);
}
.slide1 .slide_wrap_sp .slide_top ul li:nth-child(2) {
	z-index: 2;
	transform: translateX(0);
}
.slide1 .slide_wrap_sp .slide_top ul li:nth-child(3) {
	z-index: 3;
	transform: translateX(100%);
}
.slide2 .slide_wrap_sp .slide_top ul li:nth-child(1) {
	z-index: 3;
	transform: translateX(100%);
}
.slide2 .slide_wrap_sp .slide_top ul li:nth-child(2) {
	z-index: 2;
	transform: translateX(0);
}
.slide2 .slide_wrap_sp .slide_top ul li:nth-child(3) {
	z-index: 1;
	transform: translateX(0);
}
.slide3 .slide_wrap_sp .slide_top ul li:nth-child(1) {
	z-index: 1;
	transform: translateX(-100%);
}
.slide3 .slide_wrap_sp .slide_top ul li:nth-child(2) {
	z-index: 3;
	transform: translateX(100%);
}
.slide3 .slide_wrap_sp .slide_top ul li:nth-child(3) {
	z-index: 2;
	transform: translateX(0);
}

.slide1 .slide_wrap_sp .slide_bottom ul li:nth-child(1) {
	z-index: 3;
	transform: translateX(0);
}
.slide1 .slide_wrap_sp .slide_bottom ul li:nth-child(2) {
	z-index: 2;
	transform: translateX(0);
}
.slide1 .slide_wrap_sp .slide_bottom ul li:nth-child(3) {
	z-index: 3;
	transform: translateX(-100%);
}
.slide2 .slide_wrap_sp .slide_bottom ul li:nth-child(1) {
	z-index: 3;
	transform: translateX(-100%);
}
.slide2 .slide_wrap_sp .slide_bottom ul li:nth-child(2) {
	z-index: 2;
	transform: translateX(0);
}
.slide2 .slide_wrap_sp .slide_bottom ul li:nth-child(3) {
	z-index: 1;
	transform: translateX(0);
}
.slide3 .slide_wrap_sp .slide_bottom ul li:nth-child(1) {
	z-index: 1;
	transform: translateX(100%);
}
.slide3 .slide_wrap_sp .slide_bottom ul li:nth-child(2) {
	z-index: 3;
	transform: translateX(-100%);
}
.slide3 .slide_wrap_sp .slide_bottom ul li:nth-child(3) {
	z-index: 2;
	transform: translateX(0);
}

.midcopy {
	padding: 60px 0;
}
.midcopy p {
	font-size: 15px;
	text-align: center;
	line-height: 2.0;
}

.item_area_wrap {
	width: 100%;
	max-width: 1000px;
	height: auto;
	margin: 0 auto;
}
.item_area_wrap .item_area {
	text-align: center;
	font-size: 0;
	margin-bottom: 60px;
}
.item_area_wrap .item_area.col2 .item {
	display: inline-block;
	width: 45%;
}
.item_area_wrap .item_area.col1 .item {
	display: inline-block;
	width: 45%;
	margin: 0;
}
.item_area_wrap .item_area.col3 .item {
	display: inline-block;
	width: 33.3%;
}
@media screen and (min-width: 768px) {
	.item_area_wrap .item_area.col3 .item.only_sp {
	  display: none;
	}	
}

.item_area_wrap .item_area.col1 {
	padding-top: 90px;
}
.item_area_wrap .item_area.col2 {
}
.item_area_wrap .item_area.col2 .item:nth-child(1) {
	margin-right: 2%;
}
.item_area_wrap .item_area.col2.col1 .item:nth-child(1) {
	margin-right: 0;
}
.item_area_wrap .item_area .item .imgBox {
	display: block;
	height: 100%;
	cursor: pointer;
	position: relative;
}
.item_area_wrap .item_area .item .imgBox::after {
	content: "";
	display: table-cell;
	width: 60px;
	height: 60px;
	position: absolute;
	right: 10px;
	bottom: 10px;
	background:right bottom / 100% auto url("../../../../img/contents/240419_jieda_denim_stm/viewmore.png") no-repeat;
}
.item_area_wrap .item_area .item.popping .imgBox::after,
.item_area_wrap .item_area.col2 .item .imgBox::after,
.item_area_wrap .item_area.col1 .item .imgBox::after {
	display: none;
}
@media screen and (max-width: 767px) {
	.item_area_wrap .item_area .item .imgBox::after {
		width: 12vw;
		height: 12vw;
		right: 2vw;
		bottom: 2vw;
	}
	
}
.item_area_wrap .item_area .item.popping .imgBox {
	cursor: auto;
}
.item_area_wrap .item_area .item .imgBox ul.imgBoxList {
	position: relative;
	width: 100%;
	height: 100%;
}
.item_area_wrap .item_area .item::after {
	display: none;
}
.item_area_wrap .item_area .item.popping::after {
	content: "";
	padding-top:120%;
	width: 100%;
	display: block;
}
.item_area_wrap .item_area.col3 .item ul.imgBoxList::after {
	content: "";
	padding-top:120%;
	width: 100%;
	display: block;
}

.item_area_wrap .item_area.col3 .item .imgBox ul.imgBoxList li {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.item_area_wrap .item_area .item .imgBox ul.imgBoxList li a {
	display: block;
}
.item_area_wrap .item_area .item .imgBox ul.imgBoxList li img {
	width: 100%;
	height: 100%;
}
.item_area_wrap .item_area .infoBox {
	display: none;
}
.item_area_wrap .item_area.col2 .infoBox {
	display: block;
	text-align: center;
	font-size: 15px;
	padding: 30px 0;
}
.itemBottomInfo {
	font-size: 15px;
	padding-top: 30px;
}
.item_area_wrap .item_area .infoBox .btn_area {
	text-align: center;
}
.item_area_wrap .item_area .infoBox .btn_area .btn {
	padding: 0;
	display: inline-block;
}
.item_area_wrap .item_area .infoBox .btn_area .btn a {
	font-size: 15px;
	color: #FFF;
	line-height: 2.0;
	padding: 0 1.5em;
	background-color: #000;
	display: block;
	border-radius: 6px;
}
.item_area_wrap .item_area .itemBottomInfo .infoBox .logo {
	margin-bottom: 5px;
}
.item_area_wrap .item_area .itemBottomInfo .infoBox .logo img {
	width: 40%;
	max-width: 200px;
	height: auto;
}
.item_area_wrap .item_area .itemBottomInfo .infoBox .itemInfo {
	font-size: 15px;
	line-height: 2.0;
}
.item_area_wrap .item_area .itemBottomInfo .infoBox .itemInfo > span {
	display: block;
}
.item_area_wrap .item_area .itemBottomInfo .infoBox .itemInfo .unit {
	font-size: 0.8em;
	margin-left: 0.5em;
}
.item_area.col3 .item .imgBox .imgBoxList .img {
	animation-name: fadeInOut;
	animation-duration: 8s;
	animation-iteration-count: infinite;
}
.item_area.col3 .item.popping .imgBox .imgBoxList .img {
	animation-name: none;
}
.item_area .item .imgBox .imgBoxList .img:nth-child(1) {
	opacity: 1.0;
}
.item_area .item .imgBox .imgBoxList .img:nth-child(2) {
	opacity: 1.0;
	animation-delay: 4s;
}
.item_area .item:nth-child(4n-2) .imgBox .imgBoxList .img:nth-child(1) {
	animation-delay: 2s;
}
.item_area .item:nth-child(4n-2) .imgBox .imgBoxList .img:nth-child(2) {
	opacity: 1.0;
	animation-delay: 6s;
}
.item_area .item:nth-child(4n-1) .imgBox .imgBoxList .img:nth-child(1) {
	animation-delay: 3s;
}
.item_area .item:nth-child(4n-1) .imgBox .imgBoxList .img:nth-child(2) {
	opacity: 1.0;
	animation-delay: 7s;
}
.item_area .item:nth-child(4n) .imgBox .imgBoxList .img:nth-child(1) {
	animation-delay: 5s;
}
.item_area .item:nth-child(4n) .imgBox .imgBoxList .img:nth-child(2) {
	opacity: 1.0;
	animation-delay: 9s;
}
@keyframes fadeInOut {
	0% {
		opacity: 1.0;
	}
	40% {
		opacity: 1.0;
	}
	50% {
		opacity: 0.0;
	}
	90% {
		opacity: 0.0;
	}
	100% {
		opacity: 1.0;
	}
}

.popping .itemIn {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #FFF;
	z-index: 999;
	padding: 60px 0;
	overflow-y: scroll;
}
.popping .itemIn .itemIn02 {
	position: static;
	width: 90%;
	margin: 0 auto;
}
.popping .itemIn .infoBox {
	display: block;
	font-size: 15px;
	padding: 30px 0;
}
.popping .itemIn .infoBox .itemInfo {
	margin-bottom: 1em;
}
.popping .itemIn .infoBox p {
	font-size: 1em;
	line-height: 1.8;
}
.popping .itemIn .infoBox p.model {
	font-weight: bold;
	letter-spacing: 0.1em;
	font-size: 1.2em;
}
.popping .itemIn .infoBox .size {
	display: block;
	font-weight: 100;
	font-size: 0.8em;
	margin-left: 1em;
}
.popping .itemIn .infoBox p .itemName {
	display: block;
}
.popping .itemIn .infoBox p .itemColor {
	display: block;
	font-weight: 100;
	font-size: 0.9em;
}
.popping .itemIn .infoBox p .itemPrice {
	font-size: 16px;
	font-weight: bold;
	display: block;
}
.popping .itemIn .infoBox p .unit {
	color: rgba(42,42,42,1.00);
	font-size: 0.8em;
	margin-left: 0.5em;
}
.poppingClose {
	font-size: 20px;
	font-weight: 100;
	color: #000;
	position: fixed;
	right: 50%;
	top: 70px;
	z-index: 999;
	display: none;
	transform: translateX(250px);
	cursor: pointer;
}
.poppingClose.show {
	display: block;
}

.popping .imgBox {
	position: relative;
}
.popping .imgBox .pre {
	position: absolute;
	left: -40px;
	top: 50%;
	transform: translateY(-50%);
	display: table-cell;
	width: 40px;
	height: 40px;
	background: center center / 100% auto url("../../../../img/contents/240419_jieda_denim_stm/btn_pre.png") no-repeat;
	cursor: pointer;
}
.popping .imgBox .pre:hover {
	opacity: 0.8;
}
.popping .imgBox .next {
	position: absolute;
	right: -40px;
	top: 50%;
	transform: translateY(-50%);
	display: table-cell;
	width: 40px;
	height: 40px;
	background: center center / 100% auto url("../../../../img/contents/240419_jieda_denim_stm/btn_next.png") no-repeat;
	cursor: pointer;
}

.popSlide {
	height: 0;
	overflow: hidden;
	width: 550px;
}
.popping .popSlide {
	height: auto;
	overflow: auto;
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
	.popSlide {
		height: 0;
		overflow: hidden;
		width: 90vw;
	}
	.popping .popSlide {
		height: auto;
		overflow: auto;
		margin: 0 auto;
	}
	
	
}
.popping .popSlide {
	display: block;
}
.popping ul:nth-child(1) {
	display: none;
}
.cmn-container .slick img {
  width: 600px;
  height: auto;
  line-height: 1.0;
}


.bottom_area {
	padding: 60px 0;
}
.bottom_area .btn_area {
	text-align: center;
	margin-bottom: 30px;
}
.bottom_area .btn_area:nth-last-child(1) {
	margin-bottom: 0;
}
.bottom_area .btn_area .btn {
	display: inline-block;
}
.bottom_area .btn_area .btn a {
	display: block;
	font-size: 15px;
	color: #FFF;
	line-height: 2.8;
	background-color: #000;
	padding: 0 2em;
}
@media screen and (max-width: 767px) {
	.midcopy p {
	  font-size: 3.0vw;
		padding: 0 1.5em;
	}	
	.item_area_wrap .item_area .itemBottomInfo .infoBox .itemInfo {
	  font-size: 3vw;
	  line-height: 2.0;
	}
	.item_area_wrap .item_area.col3 .item {
	  display: inline-block;
	  width: 50%;
	}	
	.popping .itemIn .infoBox {
	  display: block;
	  font-size: 3vw;
	  padding: 12vw 0;
	}
	.popping .itemIn .infoBox p .itemPrice {
	  font-size: 3.6vw;
	}
	.item_area_wrap .item_area .infoBox .btn_area .btn a {
	  font-size: 3.4vw;
	}	
	.poppingClose {
		font-size: 4.5vw;
		font-weight: 100;
		color: #000;
		position: fixed;
		right: 8vw;
		top: 16vw;
		z-index: 999;
		display: none;
		transform: translateX(0);
		cursor: pointer;
	}	
	.bottom_area .btn_area .btn a {
	  font-size: 3.4vw;
	}	
	
	
}
@media screen and (max-width: 767px) {
	.slick-prev, .slick-next {
	  width: 6vw;
	  height: 6vw;
	}
	.slick-prev::before, .slick-next::before {
	  font-size: 4vw;
	}	
	
}
