@charset "shift_jis";
div.container_,
div.container_ div.contents_ {
	width: 1200px;
}
ul.topicpath_ {
	width: 100%;
	margin: 0 auto 20px;
}
ul.topicpath_ li.last_,
ul.topicpath_ li.separator_ {
	margin-right: 0;
}

#washlift {
	width: 100%;
	margin: 0;
}
#washlift img {
	vertical-align: bottom;
	max-width: 100%;
}
#washlift .sec_ {
	width: 100%;
}
#washlift .sec_inner_ {
	width: 1200px;
	margin: 0 auto;
}


#washlift #mv {
	background-color: #eeeeee;
	background-image: url("../../img/usr/freepage/products/washlift/mv.jpg");
	background-position: center top;
	background-repeat: no-repeat;
}
#washlift #mv .sec_inner_ {
	height: 550px;
	position: relative;
}
#washlift #mv h1 {
	margin: 0;
	padding: 25px 0 0 24px;
}
#washlift #mv .spec_ {
	padding: 0 0 0 161px;
	margin-top: -6px;
}
#washlift #mv .ico_limited_ {
	position: absolute;
	left: 709px;
	top: 104px;
	width: 107px;
}
#washlift #mv .ico_new_ {
	position: absolute;
	left: 673px;
	top: 188px;
	width: 178px;
}

#washlift #sec01 {
	text-align: center;
	padding: 140px 0;
}
#washlift #sec01 h2 {
	margin: 0 0 50px;
}

#washlift #sec02 {
	padding: 122px 0 62px;
	background-color: #eaf2f4;
}
#washlift #sec02 h2 {
	text-align: center;
	margin: 0 0 60px;
}
#washlift #sec02 .mode_box_ {
	width: 880px;
	margin: 0 auto 60px;
	padding: 80px 60px;
	background-color: #FFFFFF;
}
#washlift #sec02 .mode_box_ h3 {
	text-align: center;
	margin: 0 0 50px;
}
#washlift #sec02 .mode_box_ .img_ {
	text-align: center;
}
#washlift #sec02 .mode_box_ .text_ {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 690px;
	margin: 0 auto;
}
#washlift #sec02 .mode_box_ .text_ .movie_ {
	width: 190px;
	position: relative;
}
#washlift #sec02 .mode_box_ .text_ .movie_ video {
	width: 190px;
}
#washlift #sec02 .mode_box_ .text_ .movie_ button {
	position: absolute;
	left: 66px;
	top: 140px;
	background: none;
	border: 0;
	padding: 0;
	margin: 0;
	cursor: pointer;
}
#washlift #sec02 .mode_box_ .text_ .howto_ {
	flex: 1;
	margin-left: 50px;
	padding-top: 24px;
}
#washlift #sec02 #lift_up .img_ {
	margin-bottom: 80px;
}
#washlift #sec02 #cleansing .img_ {
	margin-bottom: 105px;
}

#washlift #sec03 {
	padding: 120px 0 50px;
}

#washlift #sec03 .product_ {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 1120px;
	margin: 0 auto 70px;
}
#washlift #sec03 .product_ .item_ {
	padding-top: 35px;
	position: relative;
}
#washlift #sec03 .product_ .item_ .ico_limited_,
#washlift #sec03 .product_ .item_ .ico_new_ {
	position: absolute;
	top: 36px;
	width: 97px;
}
#washlift #sec03 .product_ .item_ .ico_limited_ {
	left: 4px;
}
#washlift #sec03 .product_ .item_ .ico_new_ {
	left: 112px;
}
#washlift #sec03 .product_ .spec_ {
	margin-left: 10px;
}
#washlift #sec03 ul.btn_ {
	display: flex;
	justify-content: center;
}
#washlift #sec03 ul.btn_ li {
	margin: 0 20px;
}
#washlift #sec03 ul.btn_ li a {
	display: block;
	text-align: center;
}

.video_dialog_ {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: auto;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.video_dialog_close {
	position: fixed;
	top: 5vw;
	right: 5vw;
	width: 35px;
	height: 35px;
	line-height: 0;
	background: none;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 0;
	cursor: pointer;
}
.video_dialog_close::before,
.video_dialog_close::after {
	content: "";
	position: absolute;
	left: 50%;
	width: 1px;
	height: 30px;
	display: block;
	margin: -15px 0 0 0;
	background-color: #000000;
}
.video_dialog_close::before {
	transform: rotate(-45deg);
}
.video_dialog_close::after {
	transform: rotate(45deg);
}
.video_dialog_backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: rgba(255, 255, 255, 0.9);
}
.video_dialog_document {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	max-height: 100%;
	max-width: 100%;
	position: relative;
	width: calc(56.25vh - 100px);
	margin: auto;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
	will-change: transform;
}
.video_dialog_player {
	aspect-ratio: 9 / 16;
	height: auto;
	width: 100%;
}
.video_dialog_player iframe {
	border: 0;
	height: 100%;
	width: 100%;
}
.video_dialog_[aria-hidden="true"] {
  pointer-events: none;
  opacity: 0;
}

body.fixed_ {
	padding-right: 15px;
	overflow: hidden;
}
