@charset "UTF-8";
/* ===================================================================
  DENIMページ専用css
=================================================================== */

body {
	opacity: 0;
	-webkit-transition: all 2.0s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: all 2.0s cubic-bezier(0.215, 0.61, 0.355, 1);
}
body.visible {
	opacity: 1;
}
#contents.denim {
	width: 100%;
}
.denim_mainvisual {
	width: 100%;
	min-height:600px;
	height: 100%;
	text-align: center;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.denim_movie {
	width: 100%;
	min-height: 100vh;
	height: 100%;
	text-align: center;
	position: relative;
	overflow: visible;
}
.denim_mainvisual_bnr {
	height: 100%;
	position: relative;
}
.denim_mainvisual_item {
	height: 100%;
	transition: all .5s ease-in-out;
}
.denim_mainvisual_photo {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	/* background-attachment: fixed; */
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 40px;
}
.denim_fadein .denim_mainvisual_photo {
	opacity: 0;
	-webkit-transition: opacity 1s;
	transition: opacity 1s;
}
.denim_fadein.lazyloaded .denim_mainvisual_photo.lazyloaded {
	opacity: 1;
}
.denim_mainvisual_movie {
	width: 100%;
	height: 100vh;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 40px;
	position: relative;
}
.denim_fadein .denim_mainvisual_movie {
	opacity: 0;
	-webkit-transition: opacity 1s;
	transition: opacity 1s;
}
.denim_fadein.lazyloaded .denim_mainvisual_movie.lazyloaded {
	opacity: 1;
}
.denim_mainvisual_video {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: translate(-50%,-50%);
	z-index: 1;
}
.denim_mainvisual_title {
	color: #fff;
	font-family: "Oswald", sans-serif;
	font-size: 24px;
	line-height: 1.6;
	text-align: center;
	z-index: 2;
}
.denim_wrapper {
	padding: 100px 0 80px;
}
.denim_container {
	width: 100%;
	min-width: 1200px;
	max-width: 1366px;
	margin: 0 auto;
}
.denim_contents {
	display: grid;
	grid-auto-flow: row;
	gap: 100px;
}
.denim_section {}
.denim_section_inner {
	width: 1200px;
	margin: 0 auto;
}
.denim_title {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 100px;
}
.denim_title_en {
	display: block;
	font-family: "Roboto", sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
	margin-bottom: 100px;
}
.denim_text {
	font-size: 14px;
	line-height: 2;
}
.denim_article {
	display: grid;
  grid-template-columns: 566px 1fr;
	position: relative;
}
.denim_article.jeans_care_guide {
	grid-template-columns: 860px 1fr;
}
.denim_article_main {}
.denim_article_text {
	padding: 50vh 60px 0 83px;
}
.denim_article_text:first-child {
	padding-top: 120px;
}
.denim_article_text:last-child {
	padding-bottom: 50vh;
}
.denim_article_heading {
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.6;
	margin-bottom: 100px;
	padding: 0 0 5px 0;
	position: relative;
}
.denim_article_heading:after {
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	background-color: #000;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}
.denim_article_heading_en {
	display: inline-block;
	font-family: "Roboto", sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 100px;
	padding: 0 0 5px 0;
	position: relative;
}
.denim_article_heading_en:after {
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	background-color: #000;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}
.denim_article_comment {
	font-size: 14px;
	line-height: 2;
}
.denim_care {
	display: flex;
	flex-flow: column wrap;
	gap: 80px;
}
.denim_care_data {}
.denim_care_data:before, .denim_care_data:after {
	content: none;
}
.denim_care_heading {
	font-size: 14px;
	font-weight: bold;
	padding: 10px 25px 10px 0;
	border-bottom: 1px solid #ddd;
	position: relative;
	cursor: pointer;
}
.icon_denim_care_toggle {
	display: inline-block;
	position: absolute;
	width: 16px;
	height: 16px;
	top: 50%;
	right: 2px;
	margin-top: -8px;
}
.icon_denim_care_toggle:before,
.icon_denim_care_toggle:after {
	display: block;
	content: '';
	background-color: #000;
	position: absolute;
	width: 16px;
	height: 1px;
	top: 7px;
	left: 0;
}
.icon_denim_care_toggle:before {
	width: 1px;
	height: 16px;
	top: 0;
	left: 7px;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.denim_care_heading.is_open .icon_denim_care_toggle:before {
	opacity: 0;
}
.denim_care_detail {
	display: none;
	padding-top: 60px;
}
.denim_care_desc {
	font-size: 12px;
	line-height: 2;
}
.denim_care_desc_bold {
	display: block;
	font-size: 12px;
	font-weight: bold;
}
.denim_care_list {
	display: flex;
	flex-flow: column wrap;
	gap: 25px;
	font-size: 12px;
	counter-reset: decimal;
}
.denim_care_list:before, .denim_care_list:after {
	content: none;
}
.denim_care_item {
	display: grid;
	grid-template-columns: 20px 1fr;
	align-items: start;
}
.denim_care_item.type_disc:before {
	content: "・";
	display: block;
	font-size: 12px;
	font-weight: bold;
	line-height: 2;
}
.denim_care_item.type_decimal:before {
	counter-increment: decimal;
	content: counter(decimal);
	display: block;
	font-family: "Roboto", sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 2;
}
.denim_care_text {
	font-size: 12px;
	line-height: 2;
}
.denim_care_text_bold {
	display: block;
	font-size: 12px;
	font-weight: bold;
}
.denim_article_side {
	width: 800px;
	height: 800px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	position: sticky;
	top: 0;
}
.jeans_care_guide .denim_article_side {
	width: 506px;
}
.denim_article_target {
	display: block;
	width: 100%;
	max-width: 100%;
}
.denim_article_picture {
	height: 100%;
	margin: auto;
	display: block;
	visibility: hidden;
	position: absolute;
	top: 0;
	bottom: 0;
	transition: .8s;
	opacity: 0;
}
.denim_article_picture.is_active {
	visibility: visible;
	opacity: 1;
}
.denim_article_image {
	width:auto;
	max-width:100%;
	height:auto;
}
.denim_product {
	padding: 160px 0 0;
}
.denim_product_inner {
	width: 1200px;
	margin: 0 auto;
}
.denim_product .slick-track{
	height: 446px;
}