@charset "UTF-8";

.lxl-tab-product .lxl-tab-controller {
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.lxl-tab-product .lxl-tab-controller .lxl-controller-frame {
  flex: 0 0 auto;
  position: relative;
}

.lxl-tab-product .lxl-tab-controller .lxl-controller-wrapper {
  margin: 0;
  display: flex;
  flex: 0 0 auto;
  min-width: 100%;
  position: relative;
  z-index: 1;
  opacity: 0;
  transition: opacity .3s ease;
}

.lxl-tab-product .lxl-tab-controller .lxl-controller-wrapper::before, .lxl-tab-product .lxl-tab-controller .lxl-controller-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  z-index: -1;
  pointer-events: none;
}


.lxl-tab-product .lxl-tab-controller .lxl-controller-wrapper::before {
  content: '';
  border: 1px solid #ddd;
  background: #fff;
  top: 0;
  bottom: 10px;
}

.lxl-tab-product .lxl-tab-controller .lxl-controller-wrapper::after {
  content: '';
  height: 4px;
  background: #858384;
  bottom: 0;
}

.lxl-tab-product .lxl-tab-controller .lxl-controller-item {
  margin-bottom: 10px;
  padding-right: 1px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background: #fff;
  display: block;
  flex: 0 0 auto;
  position: relative;
}

.lxl-tab-product .lxl-tab-controller .lxl-controller-item::before {
  content: '';
  height: 4px;
  background: #858384;
  position: absolute;
  right: -1px;
  bottom: -11px;
  left: -1px;
}

.lxl-tab-product .lxl-tab-controller .lxl-controller-item:first-child {
  padding-left: 4px;
  border-left: 1px solid #ddd;
}

.lxl-tab-product .lxl-tab-controller .lxl-controller-item:last-child {
  padding-right: 4px;
  border-right: 1px solid #ddd;
}

.lxl-tab-product .lxl-tab-controller .lxl-controller-item:not(:last-child)::after {
  content: '';
  width: 1px;
  background: #ddd;
  position: absolute;
  top: 13px;
  right: 0;
  bottom: 13px;
  z-index: 0;
}

.lxl-tab-product .lxl-tab-controller .lxl-controller-item.active:not(:first-child) .lxl-item-wrapper {
  margin-left: -1px;
  padding-left: 1px;
}

.lxl-tab-product .lxl-tab-controller .lxl-controller-item.active:not(:last-child) .lxl-item-wrapper {
  margin-right: -1px;
  padding-right: 1px;
}

.lxl-tab-product .lxl-tab-controller .lxl-controller-item.active .lxl-item-wrapper {
  height: calc(100% + 7px);
  margin: 4px 0 -4px;
  background: #858384;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  color: #fff;
  cursor: pointer;
}

.lxl-tab-product .lxl-tab-controller .lxl-item-wrapper {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.lxl-tab-product .lxl-tab-controller .lxl-item-wrapper:hover {
  color: #ef7a00;
}

.lxl-tab-product .lxl-tab-controller .lxl-item-text {
  display: block;
}

.lxl-tab-product .lxl-tab-controller .lxl-text-wrapper {
  display: block;
  position: relative;
  text-align: center;
}

.lxl-tab-product .lxl-tab-placeholder {
  padding-top: 20px;
  background: #f9f7f1;
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.lxl-tab-product .lxl-tab-placeholder.visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.lxl-tab-product .lxl-tab-placeholder.visible {
  display: block;
}

.lxl-tab-product .lxl-tab-frame {
  display: none;
}

.lxl-tab-product .lxl-tab-frame.active {
  display: block;
}

.lxl-tab-product.ready .lxl-tab-controller .lxl-controller-wrapper {
  opacity: 1;
}

.lxl-tab-product.flexible .lxl-controller-item {
  flex: 1 1 auto;
  box-sizing: border-box;
}

@media print, (min-width: 1024.02px) {
  .lxl-tab-product {
    margin: 20px 0 0;
  }
  .lxl-tab-product .lxl-tab-controller {
    font-size: 92.1053%;
    line-height: 1.29;
  }
  .lxl-tab-product .lxl-tab-controller .lxl-controller-toggle {
    width: 34px;
    background: url(https://www.lixil.co.jp/o/lixil.webman-theme/images/product/pic/mask_img_01.png) center center / 100% 100% no-repeat;
    position: absolute;
    top: -1px;
    bottom: -1px;
    z-index: 2;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .3s ease, visibility .3s ease;
  }
  .lxl-tab-product .lxl-tab-controller .lxl-controller-toggle.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .lxl-tab-product .lxl-tab-controller .lxl-controller-toggle:hover::before {
    opacity: 0;
  }
  .lxl-tab-product .lxl-tab-controller .lxl-controller-toggle:hover::after {
    opacity: 1;
  }
  .lxl-tab-product .lxl-tab-controller .lxl-controller-toggle::before, .lxl-tab-product .lxl-tab-controller .lxl-controller-toggle::after {
    content: '';
    width: 8px;
    height: 14px;
    background: center center / 100% 100% no-repeat;
    position: absolute;
    right: -1px;
    top: calc(50% - 4px);
    transform: translateY(-50%);
  }
  .lxl-tab-product .lxl-tab-controller .lxl-controller-toggle::before {
    background-image: url(https://www.lixil.co.jp/o/lixil.webman-theme/images/product/pic/arrow_icon_01.svg);
    z-index: 0;
  }
  .lxl-tab-product .lxl-tab-controller .lxl-controller-toggle::after {
    background-image: url(https://www.lixil.co.jp/o/lixil.webman-theme/images/product/pic/arrow_icon_02.svg);
    z-index: 1;
    opacity: 0;
  }
  .lxl-tab-product .lxl-tab-controller .lxl-controller-toggle.previous {
    left: -1px;
    transform: scale(-1,1);
  }
  .lxl-tab-product .lxl-tab-controller .lxl-controller-toggle.next {
    right: -1px;
  }
  .lxl-tab-product .lxl-tab-controller .lxl-item-text {
    padding: 13px 50px;
  }
  .lxl-tab-product .lxl-tab-controller .lxl-controller-frame {
    width: 100%;
    overflow: hidden;
  }
  .lxl-tab-product .lxl-tab-controller .lxl-text-wrapper {
    max-width: 86px;
    margin: -5px 0 -6px;
    top: 1px;
  }
  .lxl-tab-product .lxl-tab-placeholder .lxl-tab-controller {
    width: 948px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 1024px){
  .lxl-tab-product {
    margin: 22px 0 0;
  }
  .lxl-tab-product .lxl-tab-controller {
    margin: 0 -20px 20px;
    font-size: 85.526316%;
    line-height: 1.31;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .lxl-tab-product .lxl-tab-controller .lxl-controller-frame {
    min-width: 100%;
    padding: 0 20px
  }
  .lxl-tab-product .lxl-tab-controller .lxl-controller-toggle {
    display: none!important;
  }
  .lxl-tab-product .lxl-tab-controller .lxl-item-text {
    padding: 12px 24px;
  }
  .lxl-tab-product .lxl-tab-controller .lxl-text-wrapper {
    max-width: 80px;
    margin: -5px 0;
    top: 2px;
  }
  .lxl-tab-product .lxl-tab-placeholder .lxl-tab-controller {
    margin: 0;
  }
}

.lxl-list-map {
  border: 1px solid #ddd;
  background: #fff;
  font-size: 92.1053%;
  line-height: 1.285714;
}

.lxl-list-map ul {
  display: flex;
  flex-wrap: wrap;
}

.lxl-list-map li {
  display: flex;
  position: relative;
}

.lxl-list-map li a {
  background: url(https://www.lixil.co.jp/o/lixil.webman-theme/images/product/pic/check_icon_01.svg) top 1px left / 14px 14px no-repeat;
  display: block;
  position: relative;
  color: #4b4949;
  text-decoration: none;
}

.lxl-list-map li a:hover {
  background-image: url(https://www.lixil.co.jp/o/lixil.webman-theme/images/product/pic/check_icon_02.svg);
  color: #f29533;
}

@media print, (min-width: 1024.02px) {
  .lxl-list-map {
    margin-bottom: 55px;
    padding: 52px 53px 51px;
  }
  .lxl-list-map ul {
    margin: -12px -38px -12px 0;
  }
  .lxl-list-map li {
    width: calc(33.333% - 38px);
    margin: 12px 38px 12px 0;
  }
  .lxl-list-map li a {
    padding-left: 25px;
  }
}

@media only screen and (max-width: 1024px){
  .lxl-list-map {
    margin-bottom: 36px;
    padding: 22px 23px 21px;
  }
  .lxl-list-map ul {
/*    margin-bottom: -12px; */
    margin-bottom: 2%;
    justify-content: space-between;
  }
  .lxl-list-map li {
    width: calc(50% - 4px);
    margin-bottom: 12px;
  }
  .lxl-list-map li a {
    padding-left: 20px;
  }
}

.lxl-story-product {
  position: relative;
}

.lxl-story-product .lxl-story-frame {
  position: relative;
}

.lxl-story-product .lxl-frame-anchor {
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  pointer-events: none;
}

/* 
.lxl-story-product .lxl-story-label {
  display: block;
  font-weight: 500;
  color: #ef7a00;
}
 */
.lxl-story-product .lxl-story-label {
  margin:57px 0 24px 0; 
  padding-left:26px; 
  line-height:29px;
  background-image:url(//www.lixil.co.jp/common/pic/icon_h2.gif);
  background-repeat:no-repeat;background-position:0 2px;
}

.lxl-story-product .lxl-story-content {
  background: #fff;
}

.lxl-story-product .lxl-story-content.inquiry .lxt-content-paragraph:not(:last-child) {
  margin-bottom: 40px;
}

.lxl-story-product .lxt-content-paragraph:not(:last-child) {
  margin-bottom: 36px;
}

.lxl-story-product .lxl-paragraph-label {
  margin-bottom: 2px;
  display: block;
  font-weight: 600;
  font-size: 123.0264%;
  line-height: 27px;
}

.lxl-story-product .lxl-paragraph-label-image {
  vertical-align: middle;
  max-height: 16px;
  margin-top: 0px;
  margin-bottom: 2px;
  padding-left: 4px;
  padding-right: 4px;
}

.lxl-story-product .lxl-itm-cb-txt {
  margin-top: 0;
  font-size: 92.105263%;
  line-height: 1.7;
}

.lxl-story-product .lxl-itm-cb-txt:not(:last-child) {
  margin-bottom: 10px;
}

.lxl-story-product .lxl-paragraph-image {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
}

.lxl-story-product .lxl-paragraph-image:not(:last-child) {
  margin-bottom: 10px;
}

.lxl-story-product .lxl-paragraph-link {
  display: flex;
}

.lxl-story-product .lxl-paragraph-link:not(:last-child) {
  margin-bottom: 15px;
}

.lxl-story-product .lxl-paragraph-link .lxl-link-wrapper {
  border-radius: 3px;
  display: block;
  color: #fff;
  text-align: center;
  text-decoration: none;
  transition: background .3s, color .3s ease;
}

.lxl-story-product .lxl-paragraph-link .lxl-link-wrapper.orange {
  background-color: #ef7a00;
}

.lxl-story-product .lxl-paragraph-link .lxl-link-wrapper.orange:hover {
  background-color: #f29533;
}

.lxl-story-product .lxl-paragraph-link .lxl-link-wrapper.gray {
  background-color: #a3a2a2;
}

.lxl-story-product .lxl-paragraph-link .lxl-link-wrapper.gray:hover {
  background-color: #d1d0d0;
}

.lxl-story-product .lxl-paragraph-link .lxl-link-wrapper.medium {
  padding: 10px 36px 8px;
  font-size: 105.26315789473684%;
}

.lxl-story-product .lxl-paragraph-link .lxl-link-wrapper.small {
  padding: 8px 24px 6px;
  font-size: 92.10526315789474%;
}

.lxl-story-product .lxl-paragraph-txt-image {
  vertical-align: middle;
  max-height: 14px;
  margin-top: 0px;
  margin-bottom: 2px;
  padding-left: 2px;
  padding-right: 2px;
}

.lxl-story-product .lxl-paragraph-txt-image-large {
  vertical-align: middle;
  max-height: 22px;
  margin-top: -4px;
  margin-bottom: -2px;
  padding-left: 2px;
  padding-right: 2px;
}

@media print, (min-width: 1024.02px) {
  .lxl-story-product .lxl-story-frame:not(:last-child) {
    margin-bottom: 55px;
  }
  .lxl-story-product .lxl-frame-anchor {
    top: -103px;
  }
  .lxl-story-product .lxl-story-label {
    margin-bottom: 15px;
    /* font-size: 144.736842%; */
    font-size: 131.578947%;
  }
  .lxl-story-product .lxl-story-content {
    padding: 50px 54px 54px;
  }
  .lxl-story-product .lxl-story-content.inquiry {
    padding-bottom: 72px;
  }
  .lxl-story-product .lxl-itm-cb-txt + .lxl-paragraph-link {
    margin-top: 24px;
  }
}

@media only screen and (max-width: 1024px){
  .lxl-story-product .lxl-story-frame:not(:last-child) {
    margin-bottom: 36px;
  }
  .lxl-story-product .lxl-frame-anchor {
    top: -100px;
  }
  .lxl-story-product .lxl-story-label {
    margin-bottom: 11px;
    font-size: 131.578947%;
  }
  .lxl-story-product .lxl-story-content {
    padding: 22px 23px 24px;
  }
  .lxl-story-product .lxl-story-content.inquiry {
    padding-bottom: 53px;
  }
  .lxl-story-product .lxl-itm-cb-txt + .lxl-paragraph-link {
    margin-top: 26px;
  }
}

/* Common FIX */

@media only screen and (max-width: 1024px){
  #lxl-contents .lxl-contents-inner {
    width: 100%!important;
    margin-bottom: 0!important;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    display: block!important;
    box-sizing: border-box;
  }
  #lxl-breadcrumb-list {
    padding-bottom: 0;
    display: block;
    font-size: 100%;
  }
  .lxl-topicpath {
    font-size: 69.659443%;
  }
  .lxl-topicpath li a {
    padding-right: 15px;
    background-position: top .11em right 4px;
  }
}

@media print, (min-width: 1024.02px) {
  .lxl-itm-contents-inner {
    margin-bottom: 100px;
  }
}

@media only screen and (max-width: 1024px){
  .lxl-itm-contents-inner {
    padding: 10px 20px 100px;
  }
}

.lineup-items #lxl-contents-title h1 {
  line-height: 1.5;
}

.lineup-items #lxl-contents-title #lxl-contents-menu {
  border-bottom: none;
}

@media print, (min-width: 1024.02px) {
  .lineup-items #lxl-contents-title h1 {
    margin-top: 5px;
    font-size: 164.473684%;
  }
  .lineup-items #lxl-contents-title .lxl-sp {
    display: none!important;
  }
}

@media only screen and (max-width: 1024px){
  .lineup-items #lxl-contents-title h1 {
    font-size: 170.278638%;
  }
  .lineup-items #lxl-contents-title #lxl-contents-menu {
    padding: 0;
    background-color: transparent !important;
  }
}



.lxl-image-area {
	position: relative;
	margin: 40px 0 0;
}
.lxl-image-area .btn {
	display: none;
	position: absolute;
	cursor: pointer;
	padding: 0px;
}

.lxl-image-area .box {
	display: none;
	position: absolute;
	box-sizing: border-box;
	padding: 38px;
	background-color: #fff;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
	z-index: 100;
}

.lxl-image-area .box.open {
	display: block;
}

.lxl-image-area .box h3 {
	font-size: 24px;
	font-weight: bold;
}

.lxl-image-area .box .text {
	margin-left: 15px;
	width: 100%;
}

.lxl-image-area .box .flex {
	display: flex;
	justify-content: space-between;
}

.lxl-image-area .box .flex .img {
	width: 200px;
}

.lxl-image-area .box .flex .img p {
	border: 1px solid #d2d2d2;
}

.lxl-image-area .box .flex .img p img {
	width: 100%;
	margin: 0;
}

.lxl-image-area .box .flex .text {
	width: 200px;
}

.lxl-image-area .box h3 {
	font-size: 24px;
	font-weight: bold;
}

.lxl-image-area .box .flex .img p {
	border: 1px solid #d2d2d2;
}

.lxl-image-area .box .flex .img p img {
	width: 100%;
	margin: 0;
}

.lxl-image-area .box .flex .text {
	width: 200px;
}

.lxl-image-area .box .link {
	text-align: right;
}

.lxl-image-area .box .link a {
	display: inline-block;
	background-color: #ef7b00;
	padding: 10px;
	border-radius: 5px;
}

.lxl-image-area .box .link a:link,
.lxl-image-area .box .link a:visited {
	color: #fff;
	text-decoration: none;
}

.lxl-image-area .box .link a:hover,
.lxl-image-area .box .link a:active {
	opacity: 0.6;
}

.lxl-image-area .box .close {
	width: 32px;
	height: 32px;
	background: url(https://www.lixil.co.jp/o/lixil.webman-theme/images/product/pic/close_icon.png) no-repeat center center / contain;
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
}

@media only screen and (max-width: 1024px) {
	.lxl-image-area .box {
		width: 350px;
		left: 50% !important;
		top: 50% !important;
		right: auto !important;
		transform: translate(-50%,-50%);
	}
	.lxl-image-area .box .flex {
		display: block;
	}
	.lxl-image-area .box .flex .img {
		width: 100%;
	}
	.lxl-image-area .box .flex .text {
		width: 100%;
	}
}

.lxl-tab-product ul li.lxl-controller-item:hover a {
  color: #ef7a00;
}

.lxl-btn-gradient.previous {
  left: -1px;
  transform: scale(-1, 1);
  display: none;
}

.lxl-btn-gradient.next {
  right: -1px;
  display:none;
}

@media only screen and (max-width: 1024px) {
  .lxl-btn-gradient {
    width: 22px;
    z-index: 10;
  }
  .lxl-tab-product .lxl-tab-controller .lxl-controller-frame {
  	width: 100%;
  }

  .lxl-tab-product.ready .lxl-tab-controller .lxl-controller-wrapper {
  	overflow-x: scroll;
  	scrollbar-width: thin;
  	-webkit-overflow-scrolling: touch;
  	/* Fix ③: background/border on scroll container covers visible area at all scroll positions */
  	background: #fff;
  	border-bottom: 4px solid #858384;
  }
  .lxl-tab-product.ready .lxl-tab-controller .lxl-controller-wrapper::-webkit-scrollbar {
    height: 4px;
  }
  .lxl-tab-product.ready .lxl-tab-controller .lxl-controller-wrapper::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,0.2);
    border-radius: 2px;
  }
  .lxl-tab-product.ready .lxl-tab-controller .lxl-controller-wrapper::-webkit-scrollbar-track {
    background: transparent;
  }
  /* Fix ③: Hide pseudo-elements in SP — wrapper bg/border handles their role */
  .lxl-tab-product .lxl-tab-controller .lxl-controller-wrapper::before,
  .lxl-tab-product .lxl-tab-controller .lxl-controller-wrapper::after {
    display: none;
  }
  /* Fix ③: Hide per-item gray bars — wrapper border-bottom replaces them */
  .lxl-tab-product .lxl-tab-controller .lxl-controller-item::before {
    display: none;
  }
  /* Fix ③: Reduce item margin (wrapper border-bottom takes 4px of original 10px) */
  .lxl-tab-product .lxl-tab-controller .lxl-controller-item {
    margin-bottom: 6px;
  }
  .lxl-tab-product.flexible .lxl-controller-item {
  	flex: 1 0 auto;
  }

  .lxl-btn-gradient {
	  background: url(https://www.lixil.co.jp/o/lixil.webman-theme/images/product/pic/mask_img_02.png) center center / 100% 100% no-repeat;
	  position: absolute;
	  top: -1px;
	  bottom: -1px;
	  z-index: 10;
	  cursor: pointer;
	  opacity: 0;
	  pointer-events: none;
	  transition: opacity .3s ease, visibility .3s ease;
	}

  .previous-available .lxl-btn-gradient.previous {
	 opacity: 1;
	 display: block;
	 margin-left: 20px;
  }

  .next-available .lxl-btn-gradient.next {
	 opacity: 1;
	 display: block;
	 margin-right: 20px;
  }

  .lxl-tab-product .lxl-tab-controller .lxl-controller-toggle.previous {
    display: none;
  }
  .lxl-tab-product .lxl-tab-controller .lxl-controller-toggle.next {
    display: none;
  }
}

.lxl-paragraph-label-section {
	padding-top: 90px;
	margin-top: -90px;
}
@media only screen and (max-width: 1024px) {/*SP*/
	.lxl-paragraph-label-section {
		padding-top: 90px;
		margin-top: -90px;
	}
}
