@charset "utf-8";

.lity {
  z-index: 99999;
}
.bold {
  font-weight: bold;
}
hr.color_g {
  border: none;
  border-bottom: 1px solid #00953e;
  background: none;
}

.product_square_title {
  font-size: 13px;
  color: #666;
  font-weight: bold;
  margin-bottom: 5px;
  padding-left: 1.2em;
  position: relative;
}
.product_square_title:before {
  content: "■";
  color: #00953e;
  position: absolute;
  left: 0;
}
.product_square_title.fc_g {
  color: #00953e;
}
.product_square_title.color_g {
  font-weight: normal;
}
.product_square_title.color_g:before {
  color: #666;
}

.product_box_title {
  font-size: 18px;
  color: #00953e;
  font-weight: bold;
  border: 1px solid #00953e;
  padding: 5px 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .product_box_title {
    font-size: 14px;
    margin-bottom: 13px;
  }
}

.product_temp_section_sub {
  overflow: hidden;
}
.product_temp_section_sub .left {
  float: left;
  width: 58%;
}
.product_temp_section_sub .left .product_temp_table {
  margin: 0 0 15px 0;
}
.product_temp_section_sub .left .product_temp_table th,
.product_temp_section_sub .left .product_temp_table td {
  text-align: left;
}
.product_temp_section_sub .left .product_temp_table td strong {
  font-weight: bold;
  font-size: 15px;
}
.product_temp_section_sub .left .icon {
  overflow: hidden;
  margin-bottom: 10px;
  line-height: 1;
}
.product_temp_section_sub .left .icon li {
  float: left;
  margin: 0 5px 5px 0;
}
.product_temp_section_sub .left .icon li img {
  width: auto;
  height: 20px;
}
.product_temp_section_sub .p_under_list_link_button li {
  width: 100px;
}
.product_temp_section_sub .product_temp_section {
  float: right;
  width: 39.5%;
  padding: 0;
}
.product_temp_section_sub .product_temp_feature_list li {
  width: 48%;
  margin: 0 0 6px 0;
  float: left;
}
.product_temp_section_sub .product_temp_feature_list li:nth-of-type(2n) {
  float: right;
}
@media screen and (max-width: 768px) {
  .sp_mt0 {
    margin-top: 0;
  }

  .product_temp_section_sub .left {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
  .product_temp_section_sub .product_temp_section {
    float: none;
    width: 100%;
  }
  .product_temp_section_sub .product_temp_feature_list {
    overflow: hidden;
    margin-bottom: 10px;
  }
  .product_temp_section_sub .product_temp_feature_list li {
    width: 49%;
  }
}

.eidai_standard {
  text-align: center;
  margin-top: 20px;
}
.eidai_standard table {
  text-align: center;
  border: 1px solid #30a962;
  margin: 0 auto;
}
.eidai_standard th,
.eidai_standard td {
  vertical-align: middle;
}
.eidai_standard th {
  color: #30a962;
  font-weight: bold;
  font-size: 16px;
  border-right: 1px solid #30a962;
  padding: 5px 20px;
}
.eidai_standard .icon {
  font-size: 0;
  letter-spacing: -1em;
  line-height: 1;
  padding: 20px 19px;
}
.eidai_standard .icon li {
  display: inline-block;
  letter-spacing: normal;
  padding: 0 8px;
}
.eidai_standard .icon li img {
  height: 20px;
  vertical-align: middle;
}
.eidai_standard .icon li.h30 img {
  height: 30px;
}
@media screen and (max-width: 768px) {
  .eidai_standard {
    margin-top: 40px;
  }
  .eidai_standard table {
    width: 100%;
  }
  .eidai_standard th,
  .eidai_standard td {
    display: block;
  }
  .eidai_standard th {
    text-align: center;
    font-size: 15px;
    border-right: none;
    border-bottom: 1px solid #30a962;
    padding: 8px 15px;
  }
  .eidai_standard .icon {
    padding: 15px 5px 10px 5px;
  }
  .eidai_standard .icon li {
    padding: 0 3px;
    margin-bottom: 5px;
  }
  .eidai_standard .icon li img {
    height: 18px;
  }
  .eidai_standard .icon li.h30 img {
    height: 28px;
  }
}

.product_column {
  background: #00953e;
  color: #fff;
  padding: 15px 3.35% 38px 3.35%;
  margin: 20px 0 95px 0;
}
.product_column .ttl {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 20px;
}
.product_column ul {
  display: flex;
  justify-content: center;
}
.product_column li {
  padding: 0 1.7%;
  width: 33.3%;
}
.product_column .img {
  line-height: 1;
  margin-bottom: 15px;
}
.product_column .img a {
  overflow: hidden;
  width: 100%;
  display: block;
}
.product_column .img img {
  width: 100%;
  display: block;
  -moz-transition: all 0.7s;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  -moz-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.product_column .img a:hover img {
  -moz-transition: all 0.7s;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  -moz-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.product_column .txt {
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .product_column {
    padding: 20px 20px 5px 20px;
    margin: 15px 0 60px 0;
  }
  .product_column .ttl {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .product_column li {
    padding: 0%;
    width: 100%;
    margin-bottom: 25px;
    float: none;
  }
  .product_column .img {
    margin-bottom: 10px;
  }
  .product_column .img img {
    width: 100%;
    display: block;
    -moz-transition: none;
    -webkit-transition: none;
    transition: none;
    -moz-transform: none;
    -webkit-transform: none;
    transform: none;
  }
  .product_column .txt {
    font-size: 12px;
  }
}

.product_temp_section .mt15 {
  margin-top: 15px !important;
}
.product_temp_section img.mxw325 {
  max-width: 325px;
}
.product_temp_section .product_temp_text_g {
  color: #00953e;
}
.product_temp_section .product_temp_text_r {
  color: #ff0000;
}
@media screen and (max-width: 768px) {
  .product_temp_section .mt30 {
    margin-top: 20px !important;
  }
  .product_temp_section .mt15 {
    margin-top: 10px !important;
  }
}

/*---------------------------------------------------------------
	■シミレーション
---------------------------------------------------------------*/
.simulation_wrap {
  background: #414141;
  color: #fff;
  padding: 60px 40px 0;
}
.simulation_wrap .product_square_title.fc_g,
.simulation_wrap .product_temp_middle_title,
.simulation_wrap .product_temp_text,
.simulation_wrap .product_handle_list ul li,
.simulation_wrap .product_temp_text_small {
  color: #fff;
}
.simulation_wrap .product_square_title:before {
  color: #fff;
}
.simulation_wrap .product_temp_middle_title {
  border-bottom-color: #fff;
}
.simulation_wrap .product_temp_big_title {
  border: 1px solid #fff;
  background: none;
  font-weight: bold;
}
.page_materialmix .simulation_wrap {
  background: none;
  color: #666;
  padding: 0 !important;
}
.page_materialmix .simulation_wrap .product_square_title.fc_g,
.page_materialmix .simulation_wrap .product_temp_middle_title,
.page_materialmix .simulation_wrap .product_temp_text,
.page_materialmix .simulation_wrap .product_handle_list ul li,
.page_materialmix .simulation_wrap .product_temp_text_small {
  color: #666;
}

.content {
  width: 100%;
}
.simulation_wrap h2 {
  text-align: center;
  margin-bottom: 10px;
}
.simulation_wrap .product_temp_text {
  margin-bottom: 35px;
}
.page_materialmix .simulation_wrap .product_temp_text {
  text-align: center;
}
.simulation_wrap h2.product_temp_title {
  color: #fff;
  margin-bottom: 40px;
}
.simulation_wrap h2.product_temp_title + .logo {
  padding-top: 9px;
  margin-bottom: 44px;
}
.simulation_wrap .mm_img {
  margin-top: 56px;
}
.simulation_wrap .mm_img img {
  max-width: 100%;
  max-height: 100%;
}
@media screen and (max-width: 768px) {
  .simulation_wrap {
    padding: 30px 1.5% 15px;
  }
  .simulation_wrap h2 {
    margin-bottom: 45px;
  }
  .simulation_wrap h2 img {
    width: 230px;
  }
  .simulation_wrap .product_temp_text {
    margin-bottom: 25px;
  }
  .simulation_wrap h2.product_temp_title {
    margin-bottom: 20px;
  }
  .simulation_wrap h2.product_temp_title + .product_temp_text {
    font-size: 16px;
    line-height: 1.9;
    text-align: center !important;
  }
  .simulation_wrap h2.product_temp_title + .product_temp_text + .catch_img {
    text-align: center !important;
    margin-top: 30px;
  }
  .simulation_wrap h2.product_temp_title + .product_temp_text + .catch_img img {
    height: auto;
    width: 100%;
    max-width: 325px;
  }
  .simulation_wrap .content {
    width: 100%;
  }
  .simulation_wrap h2.product_temp_title {
    margin-bottom: 27px;
  }
  .simulation_wrap h2.product_temp_title + .logo {
    padding-top: 0;
    margin-bottom: 27px;
    text-align: center !important;
  }
  .simulation_wrap h2.product_temp_title + .logo img {
    width: auto;
    height: 70px;
  }
  .simulation_wrap .mm_img {
    text-align: center !important;
    margin-top: 26px;
  }
}
/*tab*/
.simulation_wrap .tab,
.simulation_wrap .color_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  padding-bottom: 70px;
  margin-bottom: 30px;
}
.simulation_wrap .tab li {
  width: 48.1%;
  border: 1px solid #fff;
  line-height: 1;
  background: no-repeat 17px center;
  -webkit-background-size: 20px auto;
  background-size: 20px auto;
  cursor: pointer;
}
.simulation_wrap .tab li:hover {
  opacity: 0.8;
}
.simulation_wrap .tab li.active {
  background-color: #fff;
}
.simulation_wrap .tab li span {
  text-indent: -9999px;
  display: block;
  background: no-repeat center center;
  -webkit-background-size: auto 50px;
  background-size: auto 50px;
  height: 58px;
}
.simulation_wrap .tab:after,
.simulation_wrap .fusion_wrap:after {
  content: "";
  width: 100%;
  height: 40px;
  display: inline-block;
  background: url(../images/product/materialmix/simulation/icn_arrow.png)
    no-repeat center bottom;
  -webkit-background-size: 100px auto;
  background-size: 100px auto;
  position: absolute;
  left: 0;
  bottom: 0;
}
.page_materialmix .simulation_wrap .tab:after,
.page_materialmix .simulation_wrap .fusion_wrap:after {
  background-image: url(../images/product/materialmix/simulation/icn_arrow02.png);
}
.materialmix_wrap .simulation_wrap .modal h3 {
  margin: 0 -30px 35px;
}
.materialmix_wrap .simulation_wrap .modal .wrap {
  padding: 0 30px 30px;
}
@media screen and (max-width: 768px) {
  .simulation_wrap .tab,
  .simulation_wrap .color_wrap {
    display: block;
  }
  .simulation_wrap .tab li {
    width: 100%;
  }
  .simulation_wrap .tab li {
    margin-bottom: 30px;
  }
  .simulation_wrap .tab li:last-of-type {
    margin-bottom: 0;
  }
  .simulation_wrap .tab:after,
  .simulation_wrap .fusion_wrap:after {
    height: 30px;
    -webkit-background-size: auto 30px;
    background-size: auto 30px;
  }
  .materialmix_wrap .simulation_wrap .modal h3 {
    margin: 0 -15px 25px;
  }
  .materialmix_wrap .simulation_wrap .modal .wrap {
    padding: 0 15px 20px;
  }
}
/*box*/
.simulation_wrap .box,
.simulation_wrap .color_wrap .inner {
  border: 1px solid #fff;
}
.page_materialmix .simulation_wrap .box,
.page_materialmix .simulation_wrap .color_wrap .inner {
  border-color: #000;
}
.simulation_wrap .color_wrap .box {
  border: none;
}
.simulation_wrap .inner + .product_temp_text {
  font-size: 13px;
  margin-top: 5px;
}
.simulation_wrap .box .ttl {
  text-align: center;
  border-bottom: 1px solid #fff;
  padding: 9px;
}
.page_materialmix .simulation_wrap .box .ttl {
  border-bottom-color: #000;
  background: #e6e3de;
}
.simulation_wrap .box .ttl img {
  width: auto;
  height: 24px;
  max-width: 100%;
  max-height: 100%;
}
@media screen and (max-width: 768px) {
  .simulation_wrap .color_wrap .inner {
    height: auto !important;
  }
  .simulation_wrap .inner + .product_temp_text {
    font-size: 11px;
  }
}
/*color_wrap*/
.simulation_wrap .color_wrap .box {
  padding-bottom: 15px;
}
.simulation_wrap .color_wrap .ttl {
  margin-bottom: 17px;
}
.simulation_wrap .color_wrap .sub_ttl {
  margin-bottom: 13px;
  padding-left: 30px;
}
.simulation_wrap .color_wrap .sub_ttl img {
  width: auto;
  height: 24px;
}
.simulation_wrap .color_wrap ul + .sub_ttl{
	margin-top: 45px;
}
.simulation_wrap .color_wrap .txt{
	font-size:13px;
	margin-top: 4px;
}
.simulation_wrap .color_wrap .txt .new{
	margin-right: 5px;
	color: #ff0000;
	font-size: 85%;
	letter-spacing: normal;
}
.simulation_wrap .color_wrap ul {
  padding: 0 15px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.simulation_wrap .color_wrap li {
  width: 25%;
  position: relative;
}
.simulation_wrap .color_wrap .img img {
  width: 100%;
  height: auto;
}
.simulation_wrap .color_wrap .base_color {
  width: 61.5%;
  position: relative;
}
.simulation_wrap .color_wrap .base_color:after {
  content: "";
  display: block;
  background: url(../images/product/materialmix/simulation/icn_multiply.png)
    no-repeat center center;
  -webkit-background-size: 37px auto;
  background-size: 37px auto;
  width: 38px;
  height: 38px;
  position: absolute;
  right: -8.4%;
  top: 50%;
  margin-top: -19px;
}
.page_materialmix .simulation_wrap .color_wrap .base_color:after {
  background-image: url(../images/product/materialmix/simulation/icn_multiply02.png);
}
.simulation_wrap .color_wrap .accent_color {
  width: 32.2%;
}
/*.simulation_wrap .color_wrap .accent_color ul {
  height: calc(100% - 17px);
}*/
.simulation_wrap .color_wrap .accent_color ul li {
  width: 50%;
}
.simulation_wrap .color_wrap .product_temp_text {
  margin-bottom: 0;
}

.simulation_wrap .color_wrap_02 .base_color:after {
  right: -11.2%;
}
.simulation_wrap .color_wrap_02 .base_color,
.simulation_wrap .color_wrap_02 .accent_color {
  width: 46.8%;
}
.simulation_wrap .color_wrap_02 ul.w2 {
  justify-content: center;
  max-width: 395px;
  margin: 0 auto;
  height: auto !important;
}
.simulation_wrap .color_wrap_02 ul li {
  padding-left: 15px;
  padding-right: 15px;
  width: 50% !important;
}
.simulation_wrap .color_wrap_02 ul li:nth-of-type(2n + 1) {
  clear: left;
}
.simulation_wrap .color_wrap_02 ul.w3 {
  max-width: inherit;
}
.simulation_wrap .color_wrap_02 ul.w3 li {
  width: 33.33% !important;
  padding-left: 0;
  padding-right: 0;
}
.simulation_wrap .color_wrap_02 ul.w3 li:nth-of-type(3n + 1) {
  clear: left;
}
.simulation_wrap .color_wrap_02 label div {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 768px) {
  .simulation_wrap .product_square_title.fc_g {
    margin-top: 25px;
  }
  .simulation_wrap .color_wrap {
    padding-bottom: 60px;
  }
  .simulation_wrap .color_wrap .box {
    padding-bottom: 10px;
  }
  .simulation_wrap .color_wrap .ttl {
    margin-bottom: 15px;
  }
  .simulation_wrap .color_wrap .sub_ttl {
    margin-bottom: 15px;
    padding-left: 0;
    text-align: center;
  }
  .simulation_wrap .color_wrap .sub_ttl img {
    width: auto;
    height: 25px;
  }
  .simulation_wrap .color_wrap ul + .sub_ttl {
    padding-top: 10px;
  }
  .simulation_wrap .color_wrap .txt {
    font-size: 11px;
  }
  .simulation_wrap .color_wrap ul {
    padding: 0 8px;
    justify-content: flex-start !important;
  }
  .simulation_wrap .color_wrap li,
  .simulation_wrap .color_wrap_02 ul li {
    padding: 0 4px !important;
    width: 33.33% !important;
    margin-bottom: 10px;
  }
  .simulation_wrap .color_wrap li:nth-of-type(3n + 1) {
    clear: left;
  }
  .simulation_wrap .color_wrap .base_color {
    width: 100%;
    margin-bottom: 80px;
  }
  .simulation_wrap .color_wrap .base_color:after {
    right: 50% !important;
    top: auto;
    margin: 0 -19px 0 0;
    bottom: -50px;
  }
  .simulation_wrap .color_wrap .accent_color {
    width: 100%;
  }
  .simulation_wrap .color_wrap_02 label div {
    padding-left: 5px;
    padding-right: 5px;
  }
}
/*ラジオボタン*/
.simulation_wrap label {
  cursor: pointer;
  width: 100%;
  display: block;
}
.simulation_wrap input[type="radio"] {
  display: none;
}
.simulation_wrap label div {
  background: no-repeat center 13px;
  -webkit-background-size: 20px auto;
  background-size: 20px auto;
  padding: 45px 13px 13px;
  height: 100%;
}
.simulation_wrap .tab li,
.simulation_wrap label div {
  background-image: url(../images/product/materialmix/simulation/btn_off.png);
}
.simulation_wrap .tab li.active,
.simulation_wrap label input[type="radio"]:checked + div {
  background-image: url(../images/product/materialmix/simulation/btn_on.png);
}
.simulation_wrap label input[type="radio"]:checked + div {
  background-color: #fff;
  color: #333;
}
.page_materialmix .simulation_wrap .tab li,
.page_materialmix .simulation_wrap label div {
  background-image: url(../images/product/materialmix/simulation/btn_off02.png);
}
.page_materialmix .simulation_wrap .tab li.active,
.page_materialmix .simulation_wrap label input[type="radio"]:checked + div {
  background-image: url(../images/product/materialmix/simulation/btn_on02.png);
}
.page_materialmix .simulation_wrap label input[type="radio"]:checked + div {
  background-color: #e6e3de;
}
@media screen and (max-width: 768px) {
  .simulation_wrap label div {
    background-position: center 6px;
    padding: 35px 5px 5px;
  }
}
/*fusion_wrap*/
.simulation_wrap .fusion_wrap {
  padding-bottom: 30px;
  position: relative;
}
.simulation_wrap .fusion_wrap:after {
  top: -70px;
  bottom: auto;
}
.simulation_wrap .fusion_wrap .ttl {
  margin-bottom: 55px;
}
.simulation_wrap .fusion_wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 10px;
}
.simulation_wrap .fusion_wrap li {
  width: 25%;
  text-align: center;
  padding: 0 5px;
}
.simulation_wrap .fusion_wrap .img {
  position: relative;
  max-width: 230px;
  margin: 0 auto;
}
.simulation_wrap .fusion_wrap .img img {
  width: 100%;
  height: auto;
}
.simulation_wrap .fusion_wrap .img span {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}
.simulation_wrap .fusion_wrap .img img.accent {
  z-index: 2;
}
.simulation_wrap .fusion_wrap .type2 li {
  width: 50%;
}
.simulation_wrap .fusion_wrap .type2 .img {
  max-width: 600px;
}
.simulation_wrap .fusion_wrap li .txt {
  font-size: 13px;
  padding-top: 18px;
}
.simulation_wrap .fusion_wrap li .txt span {
  font-weight: bold;
  font-size: 15px;
}
.simulation_wrap .fusion_wrap li .txt span span {
  font-weight: normal;
  font-size: 11px;
}
.simulation_wrap .fusion_wrap li .dl + .txt {
  padding-top: 13px;
}
.simulation_wrap .fusion_wrap li .dl img {
  width: auto;
  height: 14px;
}
.simulation_wrap .fusion_wrap .info_txt {
  text-align: center;
  font-size: 13px;
  margin-top: 30px;
  padding: 0 10px;
}
.simulation_wrap .fusion_wrap label {
  display: inline;
}
.simulation_wrap .fusion_wrap li .name {
  margin: 0 0 10px;
  padding: 0;
}

.simulation_wrap .mms_site {
  text-align: center;
  margin-top: 30px;
}
.simulation_wrap .mms_site a {
  color: inherit;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .simulation_wrap .fusion_wrap {
    padding-bottom: 10px;
  }
  .simulation_wrap .fusion_wrap .ttl {
    margin-bottom: 27px;
  }
  .simulation_wrap .fusion_wrap ul {
    padding: 0 10px;
  }
  .simulation_wrap .fusion_wrap li {
    width: 50%;
    margin-bottom: 25px;
  }
  .simulation_wrap .fusion_wrap .type2 li {
    width: 100%;
  }
  .simulation_wrap .fusion_wrap li .txt {
    font-size: 11px;
    padding-top: 12px;
  }
  .simulation_wrap .fusion_wrap li .txt span {
    font-size: 14px;
  }
  .simulation_wrap .fusion_wrap li .dl img {
    height: 13px;
  }
  .simulation_wrap .fusion_wrap .info_txt {
    font-size: 11px;
    margin-top: 0;
    text-align: left;
  }
  .simulation_wrap .mms_site {
    margin-top: 10px;
  }
  .simulation_wrap .fusion_wrap li .name {
    padding-top: 0;
  }
}
/*product_handle_list_section*/
.simulation_wrap .product_handle_list_section .box {
  border: none;
}
.simulation_wrap .product_handle_list ul li {
  width: 18.6%;
}
@media screen and (max-width: 768px) {
  .simulation_wrap .product_handle_list_section {
    margin-top: 0;
  }
  .simulation_wrap .product_handle_list ul li {
    width: 34.3%;
  }
}
/*btn_link*/
.simulation_wrap .btn_link {
  margin-top: 37px;
  text-align: center;
  margin-bottom: -18px;
}
.simulation_wrap .btn_link a {
  width: 390px;
  border: 1px solid #fff;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  display: inline-block;
  padding: 18px 0;
}
.simulation_wrap .btn_link a span:after {
  content: "▲";
  display: inline-block;
  margin-left: 13px;
  transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
@media screen and (max-width: 768px) {
  .simulation_wrap .btn_link {
    margin-top: 30px;
  }
  .simulation_wrap .btn_link a {
    width: 95%;
    font-size: 13px;
  }
  .simulation_wrap .btn_link a span:after {
    margin-left: 5px;
  }
}

/*マテリアルミックス
-------------------------------------*/
/*.simulation_materialmix{
	border-bottom: 1px solid #fff;
	padding-top: 0 0 20px;
}*/
.content {
  width: 97%;
}
/*.simulation_materialmix .tab li:nth-of-type(1) span{
	background-image: url(../images/product/materialmix/simulation/icn_door_off.png);
}
.simulation_materialmix .tab li:nth-of-type(2) span{
	background-image: url(../images/product/materialmix/simulation/icn_shoesbox_off.png);
}
.simulation_materialmix .tab li.active:nth-of-type(1) span{
	background-image: url(../images/product/materialmix/simulation/icn_door_on.png);
}
.simulation_materialmix .tab li.active:nth-of-type(2) span{
	background-image: url(../images/product/materialmix/simulation/icn_shoesbox_on.png);
}*/
@media screen and (max-width: 768px) {
  .simulation_materialmix .content {
    width: 95%;
  }
}

/*ボタン*/
.simulation_btn_area {
  display: flex;
  justify-content: center;
  margin: 0 -1.85%;
}
.simulation_btn_area li {
  width: 33.33%;
  max-width: calc(300px + (1.85% * 2));
  padding: 0 1.85%;
}
.simulation_btn_area li:hover {
  opacity: 0.8;
}
.simulation_btn_area li img {
  width: 100%;
  height: auto;
}
.simulation_btn_area li label {
  display: block;
}
.simulation_btn_area li label:hover {
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .simulation_btn_area {
    display: block;
    margin: 0 auto;
    width: 80%;
  }
  .simulation_btn_area li {
    width: 100%;
    max-width: inherit;
    padding: 0 0 15px 0;
    text-align: center;
  }
  .simulation_btn_area li:last-of-type {
    margin-bottom: 0;
  }
}

#materialmix_contents {
  background: #e6e2de;
  margin-bottom: 100px;
  overflow: hidden;
}
#materialmix_contents .content > .product_temp_section {
  padding-top: 28px;
}
#materialmix_contents .simulation_select_btn + h2 {
  margin-top: 60px;
}
#materialmix_contents .product_temp_text {
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  #materialmix_contents {
    margin-bottom: 60px;
  }
  #materialmix_contents .content > .product_temp_section {
    padding-top: 25px;
  }
  #materialmix_contents .simulation_select_btn + h2 {
    margin-top: 20px;
  }
}

/*シューズボックス
-------------------------------------*/
.shoesbox_materialmix #material_custom .product_temp_big_title + p {
  font-size: 14px;
  margin-top: 25px;
  margin-bottom: 15px;
}
.shoesbox_materialmix #material_custom .product_temp_middle_title {
  margin-bottom: 30px;
}
.shoesbox_materialmix #material_custom {
  border-bottom: none;
}
.shoesbox_materialmix .product_temp_middle_title {
  margin-top: 15px;
}
.shoesbox_materialmix .btn_link {
  margin-top: -45px;
}
.shoesbox_materialmix .mm_img img + img {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .shoesbox_materialmix #material_custom .product_temp_big_title + p {
    font-size: 13px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .shoesbox_materialmix .btn_link {
    margin-top: -17px;
  }
  .shoesbox_materialmix .mm_img img + img {
    margin-top: 25px;
  }
}

/*---------------------------------------------------------------
	ドア
---------------------------------------------------------------*/
/*追加要素*/
#door_intro h2 {
  line-height: 1;
  text-align: center;
  margin-bottom: 45px;
}
#door_intro h2 img {
  width: auto;
  height: 36px;
}
#door_intro .intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #9e9d9c;
  max-width: 640px;
  margin: 0 auto 50px;
  padding: 13px 15px 8px;
}
#door_intro .intro .img {
  width: 120px;
}
#door_intro .intro .product_temp_text {
  width: calc(100% - 135px);
}
#door_intro .intro.long {
  display: block;
  padding-bottom: 12px;
}
#door_intro .intro.long .product_temp_text {
  width: 100%;
}

#door_intro li .product_temp_text {
  font-size: 13px;
  padding-right: 20px;
}
#door_intro ul {
  overflow: hidden;
}
#door_intro li {
  float: left;
}
#door_intro .img {
  line-height: 1;
  margin-bottom: 14px;
}
#door_intro .name {
  margin-bottom: 18px;
}
#door_intro .name img {
  width: auto;
  height: 34px;
}
#door_intro img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

#pickup_door_color {
  padding-top: 0;
}
#pickup_door_color .inner {
  overflow: hidden;
}
#pickup_door_color .box {
  margin-bottom: 42px;
  overflow: hidden;
}
#pickup_door_color .box:last-of-type {
  margin-bottom: 0;
}
#pickup_door_color h3 {
  float: left;
}
#pickup_door_color h3 img {
  width: 88px;
  height: auto;
}
#pickup_door_color ul {
  float: right;
  width: calc(100% - 125px);
}
#pickup_door_color li {
  width: 25%;
}
#pickup_door_color .item_3 {
  margin-top: -50px;
}
#pickup_door_color .item_3 li {
  width: 33.33%;
  margin-top: 50px;
}
#pickup_door_color .item_3 li:nth-of-type(3n + 1) {
  clear: left;
}

#door_intro #pickup_door_color .img {
  margin-bottom: 8px;
}
#door_intro #pickup_door_color .name {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 3px;
}
#pickup_door_color .name span {
  display: block;
  font-size: 13px;
}
#pickup_door_color .name span.new {
  display: inline-block;
  color: #ff0000;
  margin-left: 5px;
}
#pickup_door_color li.h3 {
  text-align: right;
  padding-right: 30px;
}
#pickup_door_color li.h3 h3 {
  display: inline-block;
  float: right;
}

#pickup_door_design {
  padding-top: 0;
}
#pickup_door_design li {
  width: 33.33%;
  margin-bottom: 40px;
}
#pickup_door_design li:nth-of-type(3n + 1) {
  clear: left;
}

#pickup_door_handle {
  padding-top: 0;
}
#pickup_door_handle li {
  width: 25%;
}
#pickup_door_handle .item_3 li:nth-of-type(1) {
  width: 50%;
  padding-right: 1.9%;
}
@media screen and (max-width: 768px) {
  #door_intro h2 {
    margin-bottom: 22px;
  }
  #door_intro h2 img {
    height: 23px;
  }
  #door_intro .intro {
    display: block;
    margin-bottom: 25px;
    padding: 10px !important;
  }
  #door_intro .intro .img {
    width: 60px;
    margin: 0 auto 8px;
  }
  #door_intro .intro .product_temp_text {
    width: 100%;
  }
  #door_intro li .product_temp_text {
    font-size: 12px;
    padding-right: 10px;
  }
  #door_intro .name {
    margin-bottom: 10px;
  }
  #door_intro .name img {
    height: 25px;
  }

  #pickup_door_color .box {
    margin-bottom: 20px;
  }
  #pickup_door_color h3 {
    float: none;
    text-align: center;
    margin-bottom: 13px;
  }
  #pickup_door_color h3 img {
    width: 50px;
  }
  #pickup_door_color ul {
    float: none;
    width: 100%;
  }
  #pickup_door_color li {
    width: 50% !important;
    margin-bottom: 20px;
  }
  #pickup_door_color .item_3 li:nth-of-type(3n + 1) {
    clear: none;
  }
  #pickup_door_color li:nth-of-type(2n + 1) {
    clear: left;
  }
  #pickup_door_color .item_3 {
    margin-top: 0;
  }
  #pickup_door_color .item_3 li {
    margin-top: 0;
  }
  #door_intro #pickup_door_color .name {
    font-size: 15px;
  }
  #pickup_door_color .name {
    font-size: 15px;
  }
  #pickup_door_color .name span {
    font-size: 12px;
  }
  #pickup_door_color li.h3 {
    text-align: center;
    clear: left;
    width: 100%;
    padding-right: 0;
    margin-bottom: 0;
  }
  #pickup_door_color li.h3 h3 {
    float: none;
  }

  #pickup_door_handle li .name img {
    height: 23px;
  }

  #pickup_door_handle .item_3 li:nth-of-type(1) {
    width: 100%;
    padding-right: 0;
  }
}
@media screen and (max-width: 550px) {
  #pickup_door_design li {
    width: 100%;
    margin-bottom: 25px;
  }
  #pickup_door_design li:last-of-type {
    margin-bottom: 0;
  }
  #door_intro #pickup_door_design li .product_temp_text {
    padding-right: 0;
  }

  #pickup_door_handle li {
    width: 50%;
    margin-bottom: 15px;
  }
  #pickup_door_handle li .img {
    margin-bottom: 8px;
  }
  #pickup_door_handle li .name img {
    height: 20px;
  }
}
/*ここまで追加要素*/

.product_temp_list_color p:nth-child(2) span {
  display: block;
  font-weight: bold;
  font-size: 90%;
}
.product_temp_list_color p:nth-child(2) span.new {
  display: inline-block;
  color: #ff0000;
  margin-left: 3px;
}
/*カラーチップ*/
.product_temp_list_color_tab span .new {
  display: inline-block;
  font-weight: bold;
  color: #ff0000;
}
.product_temp_list_color_tab_10 li {
  margin-right: 2.2%;
}
.product_temp_list_color_tab_10 li:nth-child(9n) {
  margin-right: 2.2%;
}
.product_temp_list_color_tab_10 li:nth-child(10n) {
  margin-right: 0;
}
.product_temp_list_color_tab_10 li:nth-child(10) {
  margin-top: 0;
}
/*カラーバリエーション*/
.product_temp_list_color li,
.product_temp_list_color li:nth-child(7n) {
  width: auto;
  margin-right: 20px;
  font-size: 13px;
}
.product_temp_list_color p:nth-child(2) {
  font-size: 12px;
}
.product_temp_list_color li:nth-of-type(10n) {
  margin-right: 0;
}
.product_temp_list_color li:nth-child(n + 8) {
  margin-top: 0;
}
.product_temp_list_color li:nth-child(n + 11) {
  margin-top: 25px;
}
.product_temp_list_color li img {
  width: auto;
  height: 225px;
}
.product_temp_list_color_tab p {
  font-size: 11px;
}
.product_temp_section_sub .kome {
  font-size: 13px;
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 20px;
}
.product_temp_section_sub span.kome {
  margin-top: 0;
  display: block;
}
.product_temp_list_color_12 li:nth-of-type(10n) {
  margin-right: 20px;
}
.product_temp_list_color_12 li:nth-of-type(12n) {
  margin-right: 0;
}
.product_temp_list_color_12 li:nth-child(n + 11) {
  margin-top: 0;
}
.product_temp_list_color_12 li:nth-child(n + 13) {
  margin-top: 25px;
}
.product_temp_list_color_12 li img {
  height: 182px;
}
/*可動間仕切り＆オープンウォール*/
.product_temp_list_color_09 li {
  width: 7.5% !important;
  margin-right: 3.7% !important;
  margin-top: 0 !important;
}
.product_temp_list_color_09 li img {
  width: 100%;
  height: auto;
}
.product_temp_list_color_09 li:nth-child(9n) {
  margin-right: 0 !important;
}
.product_temp_list_color_09 li:nth-child(n + 10) {
  margin-top: 50px !important;
}

.product_temp_list_color_tab02 li {
  width: 11.2%;
  margin-right: 3.2%;
}
.product_temp_list_color_tab02 li:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .product_temp_list_color li {
    width: 100px !important;
    margin-right: 80px !important;
  }
  .product_temp_list_color li:nth-child(n + 11) {
    margin-top: 0;
  }
  .product_temp_list_color li:last-child {
    margin-right: 0 !important;
  }
  .product_temp_list_color li img {
    width: auto;
    height: 256px;
  }

  .product_temp_list_color_09 li,
  .product_temp_list_color_09 li:nth-child(9n) {
    margin-right: 80px !important;
  }
  .product_temp_list_color_09 li:nth-child(n + 10) {
    margin-top: 0 !important;
  }

  .product_temp_list_color_tab02 li {
    width: 16%;
    margin-right: 5%;
  }

  .product_temp_list_color_tab_10 li,
  .product_temp_list_color_tab_10 li:nth-child(9n) {
    margin-right: 5%;
  }
  .product_temp_list_color_tab_10 li:nth-child(10) {
    margin-top: 20px;
  }
}
/*#popup_wrap*/
.popup_box {
  width: 660px;
  margin: 0 auto;
  /*max-height:calc(100vh - 77px) !important;*/
}
.popup_box .inner {
  background: #fff;
  padding: 5px;
  overflow: hidden;
}
.popup_box .door {
  float: left;
}
.popup_box .door span {
  display: block;
  text-align: center;
  margin-top: 5px;
}
.popup_box .room {
  float: right;
}
.popup_box img {
  width: auto;
  height: 360px;
}
.popup_box .no_room {
  text-align: center;
}
.popup_box .no_room .door {
  float: none;
}
.popup_box .no_room .room {
  display: none;
}
.popup_box .normal img {
  width: 100%;
  height: auto;
}
.popup_box .normal p {
  margin-top: 5px;
  font-size: 13px;
  font-weight: bold;
}
.popup_box .normal p span {
  font-weight: normal;
}
.close_btn {
  position: absolute;
  top: 0;
  right: 5px;
  z-index: 9999;
}
.lity-close,
.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  color: #666;
  position: static;
  text-align: right;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  font-size: 40px;
  font-weight: normal;
  font-family: inherit;
  text-shadow: #fff 2px 0px, #fff -2px 0px, #fff 0px -2px, #fff 0px 2px,
    #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px,
    #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px,
    #fff 2px -1px, #fff -2px -1px;
}
.lity-content {
  overflow-y: auto;
}
@media screen and (max-width: 768px) {
  .popup_box {
    width: 100%;
  }
  .popup_box p {
    float: none !important;
  }
  .popup_box .door {
    margin-bottom: 10px;
    text-align: center;
  }
  .popup_box .door img {
    width: 100px;
    height: auto;
  }
  .popup_box .room img {
    width: 100%;
    height: auto;
  }
  .popup_box .no_room {
    width: 200px;
    padding-top: 20px;
  }

  .lity-wrap {
    padding: 3px 10px;
  }
  .close_btn {
    top: -3px;
  }
}
/*ハンドル*/
.product_handle_list_section {
  overflow: hidden;
  margin-top: 30px;
}
.product_handle_list .product_temp_middle_title:nth-of-type(1) {
  margin-bottom: 25px;
}
.product_handle_list .product_temp_middle_title {
  margin-bottom: 17px;
}
.product_handle_list .product_square_title {
  clear: both;
}
.product_handle_list .box {
  margin-bottom: 25px;
}
.product_handle_list .box:last-of-type {
  margin-bottom: 0;
}
.product_handle_list .box .product_temp_text {
  font-size: 13px;
  margin-bottom: 15px;
}
.product_handle_list ul {
  overflow: hidden;
}
.product_handle_list ul li {
  float: left;
  width: 16.6%;
  font-size: 13px;
  color: #666;
  margin-bottom: 13px;
  padding-right: 1%;
}
.product_handle_list ul li:nth-of-type(4) {
  margin-right: 30px;
}
.product_handle_list ul li img {
  width: 100%;
  height: auto;
  max-width: 150px;
}
.product_handle_list ul li p:nth-child(2) {
  padding: 5px 13% 0 0;
}
.product_handle_list .box.f_left {
  float: left;
  width: 16.6%;
  margin-bottom: 0;
}
.product_handle_list .box.f_left li {
  width: 100%;
}
.product_handle_list .box.f_left:last-of-type .product_square_title {
  width: 150px;
}

@media screen and (max-width: 768px) {
  .product_handle_list ul {
    margin-bottom: -15px;
  }
  .product_handle_list ul li {
    width: 33.33%;
    font-size: 11px;
    margin-bottom: 15px;
  }
  .product_handle_list ul li:nth-of-type(3) {
    margin-right: 0;
  }
  .product_handle_list ul li:nth-of-type(3n + 1) {
    clear: left;
  }
  .product_handle_list .box.f_left {
    width: 33.33%;
  }
}
/*アイテム・階段でも使用*/
.item_info_list ul {
  overflow: hidden;
  margin-top: 27px;
}
.item_info_list li {
  float: left;
  width: 25%;
  padding-right: 2.7%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.item_info_list_3 li {
  width: 33.33%;
}
.item_info_list img {
  width: 100%;
  height: auto;
}
.item_info_list li p {
  font-size: 13px;
  color: #666;
}
.item_info_list .img {
  margin: 8px 0;
}

.pening_item_info_list {
  margin-top: 80px;
  color: #666;
  font-size: 13px;
}
.pening_item_info_list .box {
  border-bottom: 1px dashed #bbb;
  padding-bottom: 30px;
  margin-top: 30px;
}
.pening_item_info_list .box:last-of-type {
  border-bottom: none;
}
.pening_item_info_list table {
  width: 100%;
}
.pening_item_info_list th {
  text-align: center;
  width: 80px;
  background: #dce1e9;
  font-size: 15px;
  font-weight: bold;
}
.pening_item_info_list td ul {
  overflow: hidden;
}
.pening_item_info_list td ul:last-of-type {
  margin-bottom: -18px;
}
.pening_item_info_list td li {
  float: left;
  width: 20%;
  margin-bottom: 18px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.pening_item_info_list td li:nth-of-type(5n + 1) {
  clear: left;
}
.pening_item_info_list p {
  padding: 0 10px;
}
.pening_item_info_list .img {
  padding: 0 10%;
  margin-bottom: 10px;
}
.pening_item_info_list img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .item_info_list ul {
    margin-top: 20px;
    padding-bottom: 20px;
  }
  .item_info_list li {
    width: 50%;
  }
  .item_info_list li:nth-of-type(2n + 1) {
    clear: left;
  }
  .item_info_list li p {
    font-size: 11px;
  }

  .pening_item_info_list {
    font-size: 11px;
  }
  .pening_item_info_list .box {
    margin-top: 20px;
    padding-bottom: 20px;
  }
  .pening_item_info_list th,
  .pening_item_info_list td {
    display: block;
    width: 100%;
  }
  .pening_item_info_list th {
    font-size: 14px;
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .pening_item_info_list td {
    padding-top: 10px;
    overflow: hidden;
  }
  .pening_item_info_list td ul {
    float: left;
    margin-bottom: 0;
  }
  .pening_item_info_list td li {
    width: 50%;
  }
  .pening_item_info_list td li:nth-of-type(2n + 1) {
    clear: left;
  }
  .pening_item_info_list td li:nth-of-type(5n + 1) {
    clear: none;
  }
}

/*---------------------------------------------------------------
	階段
---------------------------------------------------------------*/
.product_temp_color_row2_list li.small {
  overflow: hidden;
}
.product_temp_color_row2_list li.small .img {
  float: left;
  width: 28.5%;
  margin-right: 7.25%;
  margin-top: 0 !important;
}
.product_temp_color_row2_list li.small .img:nth-of-type(3n) {
  margin-right: 0;
}
.product_temp_color_row2_list li.small .img span {
  display: block;
  margin-top: 10px;
}
.product_temp_color_row2_list li.small .txt {
  padding-left: 32%;
}
.product_temp_color_row2_list li.small ul {
  margin: 0;
  padding: 0;
}
.product_temp_color_row2_list li.small li {
  font-size: 13px;
  display: block;
  width: 60%;
  margin: 0;
  padding: 0 0 0 1em;
  text-indent: -1em;
  color: #666;
  line-height: 1.7;
}
.product_temp_color_row2_list li.small .txt.clear {
  padding-left: 0;
  clear: both;
  margin-top: 3px;
}
.product_temp_color_row2_list li.small .txt.clear li {
  width: 100%;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .product_temp_color_row2_list li.small li {
    width: 100%;
  }
  .product_temp_color_row2_list li.small .txt.clear li {
    font-size: 11px;
  }
}
/*手すり・クロゼット*/
.product_img_color_section {
  overflow: hidden;
  margin-top: 20px;
  color: #666;
  font-size: 13px;
}
.product_img_color_section .img_area {
  float: left;
  width: 46.2%;
}
.product_img_color_section .img_area img {
  margin-top: 15px;
  width: 100%;
  height: auto;
}
.product_img_color_section .color_variation {
  float: right;
  width: 46.2%;
}
.product_img_color_section .product_square_title {
  margin-bottom: 20px;
}
.product_img_color_section .color_variation .list + .product_square_title {
  margin-top: 30px;
}
.product_img_color_section .color_variation .list {
  overflow: hidden;
  margin: 0 -2.2%;
}
.product_img_color_section .color_variation .list li {
  float: left;
  width: 33.33%;
  padding: 0 2.2%;
  margin-bottom: 23px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.product_img_color_section .color_variation .list li:nth-of-type(3n + 1) {
  clear: left;
}
.product_img_color_section .color_variation .list img {
  width: 100%;
  height: auto;
}
.product_img_color_section .color_variation li span {
  display: block;
  margin-top: 10px;
}
.product_img_color_section .color_variation .sub_list {
  overflow: hidden;
}
.product_img_color_section .color_variation .sub_list li {
  float: left;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .product_img_color_section .img_area,
  .product_img_color_section .color_variation {
    width: 100%;
    float: none;
  }
  .product_img_color_section .img_area {
    margin-bottom: 25px;
  }
  .product_img_color_section .color_variation .list {
    margin: 0 -1.5%;
  }
  .product_img_color_section .color_variation .list li {
    padding: 0 1.5%;
    margin-bottom: 15px;
    font-size: 12px;
  }
  .product_temp_color_row2_list li.small li {
    font-size: 12px;
  }
  .product_img_color_section .color_variation .sub_list li {
    margin-right: 10px;
  }
  .product_img_color_section .color_variation .sub_list li img {
    width: 50px;
    height: auto;
  }
  .product_img_color_section
    .color_variation
    + .product_temp_section_sub
    .product_temp_link {
    margin-top: 0;
  }
}

/*---------------------------------------------------------------
	クロゼット
---------------------------------------------------------------*/
.product_temp_box_type01 {
  overflow: hidden;
  margin-top: 25px;
}
.product_temp_box_type01 .f_left {
  float: left;
  width: 39%;
}
.product_temp_box_type01 .f_right {
  float: right;
  width: 57.4%;
}
.product_temp_box_type01 img {
  width: 100%;
  height: auto;
}
.product_temp_box_type01 .f_right ul {
  overflow: hidden;
}
.product_temp_box_type01 .f_right ul li {
  float: left;
  width: 48%;
}
.product_temp_box_type01 .f_right ul li:nth-of-type(2) {
  float: right;
}
.product_temp_box_type01 .f_right ul li .product_temp_text_small {
  margin-top: 13px;
}
@media screen and (max-width: 768px) {
  .product_temp_box_type01 {
    margin-top: 15px;
  }
  .product_temp_box_type01 .f_left {
    float: none;
    width: 100%;
    margin-bottom: 15px;
  }
  .product_temp_box_type01 .f_right {
    float: none;
    width: 100%;
  }
  .product_temp_box_type01 img {
    width: 100%;
    height: auto;
  }
  .product_temp_box_type01 .f_right ul li .product_temp_text_small {
    margin-top: 5px;
    font-size: 12px;
  }
}

.product_temp_color_row6_list ul {
  overflow: hidden;
  margin: 0 -12px;
}
.product_temp_color_row6_list li {
  padding: 0 12px;
  width: 16.6%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.product_temp_color_row6_list li img {
  width: 100%;
  height: auto;
}
.product_temp_color_row6_list .product_temp_text_small {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .product_temp_color_row6_list ul {
    margin: 0 -7px;
  }
  .product_temp_color_row6_list li {
    padding: 0 7px;
    width: 33.33%;
    margin-bottom: 15px;
  }
  .product_temp_color_row6_list li:nth-of-type(3n + 1) {
    clear: left;
  }
  .product_temp_color_row6_list .product_temp_text_small {
    margin-top: 5px;
    font-size: 11px;
  }
}

.product_temp_list9 {
  margin: 0 -10px;
}
.product_temp_list9 li {
  padding: 0 10px;
  width: 11.11%;
  float: left;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.product_temp_list9 li:nth-of-type(9n + 1) {
  clear: left;
}
.product_temp_list9 img {
  width: 100%;
  height: auto;
  max-width: 83px;
}
.product_temp_list9 .product_temp_text_small {
  margin-top: 5px;
  font-size: 12px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .product_temp_list9 {
    margin: 0 -5px;
  }
  .product_temp_list9 li {
    padding: 0 5px;
    width: 25%;
  }
  .product_temp_list9 li:nth-of-type(9n + 1) {
    clear: none;
  }
  .product_temp_list9 li:nth-of-type(4n + 1) {
    clear: left;
  }
  .product_temp_list9 .product_temp_text_small {
    font-size: 11px;
  }
}
/*--------------------
	クロゼットS
--------------------*/
.product_temp_color_row2_list li.closet_short {
  width: 29.9%;
}
.product_temp_color_row2_list li.closet_long {
  width: 100%;
  margin-top: 40px !important;
}
.product_temp_color_row2_list li.closet_long ul {
  overflow: hidden;
}
.product_temp_color_row2_list li.closet_long li {
  float: left;
  width: 46.3%;
  margin-right: 0;
}
.product_temp_color_row2_list li.closet_long li:nth-of-type(2) {
  float: right;
  width: 51%;
}
@media screen and (max-width: 768px) {
  .product_temp_color_row2_list li.closet_short {
    width: 100%;
  }
  .product_temp_color_row2_list li.closet_long {
    margin-top: 30px !important;
  }
  .product_temp_color_row2_list li.closet_long li {
    float: none !important;
    width: 100% !important;
    margin-right: 0;
  }
}

/*---------------------------------------------------------------
	シューズボックス
---------------------------------------------------------------*/
.handle_list3 {
  overflow: hidden;
  margin: 0 -12px;
}
.handle_list3 li {
  float: left;
  padding: 0 12px;
  width: 33.33%;
  margin: 0 0 15px !important;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.handle_list3 li img {
  width: 100%;
  height: auto;
}
.handle_list3 li .new {
  font-weight: bold;
  color: #ff0000;
}
@media screen and (max-width: 768px) {
  .handle_list3 {
    margin: 0 -7px !important;
  }
  .handle_list3 li {
    float: left;
    padding: 0 7px;
  }
  .handle_list3 li p {
    font-size: 11px;
  }
}

.product_temp_list4 {
  overflow: hidden;
  margin: 15px -20px 0;
}
.product_temp_list4 li {
  padding: 0 20px;
  float: left;
  width: 25%;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.product_temp_list4 li:nth-of-type(4n + 1) {
  clear: left;
}
.product_temp_list4 li img {
  width: 100%;
  height: auto;
}
.product_temp_list4 .product_temp_text_small {
  margin-top: 10px;
}
.product_temp_list4 li.list2 {
  width: 50%;
}
.product_temp_list4 li.list2 ul {
  overflow: hidden;
  margin: 0 -20px;
}
.product_temp_list4 li.list2 li {
  width: 50%;
  margin-bottom: 0;
}
.product_temp_list4 li.list3 {
  width: 75%;
}
.product_temp_list4 li.list3 ul {
  overflow: hidden;
  margin: 0 -20px;
}
.product_temp_list4 li.list3 li {
  width: 33.33%;
  margin-bottom: 0;
}
.product_temp_list4 li p {
  font-size: 12px;
}
.product_temp_list4 li p .new {
  font-weight: bold;
  color: #ff0000;
}
@media screen and (max-width: 768px) {
  .product_temp_list4 {
    margin: 10px -7px 0;
  }
  .product_temp_list4 li {
    padding: 0 7px;
    width: 50%;
  }
  .product_temp_list4 li:nth-of-type(2n + 1) {
    clear: left;
  }
  .product_temp_list4 .product_temp_text_small {
    margin-top: 5px;
    font-size: 12px;
  }
  .product_temp_list4 li.list2 {
    width: 100%;
  }
  .product_temp_list4 li.list2 ul {
    margin: 0 -10px;
  }
  .product_temp_list4 li.list3 {
    width: 100%;
  }
  .product_temp_list4 li.list3 ul {
    margin: 0 -10px;
  }
  .product_temp_list4 li.list3 li {
    width: 50%;
    margin-bottom: 20px;
  }
  .product_temp_list4 li.list3 li:last-of-type {
    margin-bottom: 0;
  }
  .product_temp_list4 li.sp_long {
    width: 100%;
  }
  .product_temp_list4 li.sp_long .img {
    width: calc(50% - 7px);
  }
  .product_temp_list4 .product_temp_text_g,
  .product_temp_section_sub .kome {
    font-size: 12px;
  }
}

.product_temp_box_type02 {
  overflow: hidden;
  margin-top: 25px;
  margin-bottom: -25px;
}
.product_temp_box_type02 .f_left {
  float: left;
  width: 48.1%;
}
.product_temp_box_type02 .f_right {
  float: right;
  width: 48.1%;
}
.product_temp_box_type02 img {
  width: 100%;
  height: auto;
}
.product_temp_box_type02 .f_right ul {
  overflow: hidden;
}
.product_temp_box_type02 .f_right ul li {
  float: left;
  width: 46.1%;
  margin-bottom: 25px;
}
.product_temp_box_type02 .f_right ul li.long {
  width: 100%;
}
.product_temp_box_type02 .f_right ul li.long li {
  margin-bottom: 0;
}
.product_temp_box_type02 .f_right ul li:nth-of-type(2),
.product_temp_box_type02 .f_right ul li.right {
  float: right;
}
.product_temp_box_type02 .f_right ul li:nth-of-type(2n + 1) {
  clear: left;
}
.product_temp_box_type02 .f_right ul li .product_temp_text_small {
  margin-top: 9px;
}
@media screen and (max-width: 768px) {
  .product_temp_box_type02 {
    margin-top: 15px;
    margin-bottom: -20px;
  }
  .product_temp_box_type02 .f_left {
    margin-bottom: 20px;
  }
  .product_temp_box_type02 .f_left,
  .product_temp_box_type02 .f_right {
    float: none;
    width: 100%;
  }
  .product_temp_box_type02 .f_right ul {
    margin: 0 -7px;
  }
  .product_temp_box_type02 .f_right ul li {
    width: 50%;
    padding: 0 7px;
    margin-bottom: 20px;
  }
  .product_temp_box_type02 .f_right ul li:nth-of-type(2),
  .product_temp_box_type02 .f_right ul li.right {
    float: left;
  }
  .product_temp_box_type02 .f_right ul li .product_temp_text_small {
    margin-top: 5px;
    font-size: 12px;
  }
}


.product_temp_box_type03 {
  overflow: hidden;
  margin-top: 25px;
  margin-bottom: -25px;
}
.product_temp_box_type03 .f_left {
  float: left;
  width: 48.1%;
}
.product_temp_box_type03 .f_right {
  float: right;
  width: 48.1%;
}

.product_temp_box_type03 .f_left .f_left02{
  float: left;
  width: 54%;
	margin-right: 10px;
}
.product_temp_box_type03 .f_right .f_right02{
  float: right;
  width: 44%;
}

.product_temp_box_type03 .f_left .f_same{
  float: left;
  width: 48%;
	margin-right: 6px;
}

.clear{
	clear:both;
}

.product_temp_box_type03 img {
  width: 100%;
  height: auto;
}
.product_temp_box_type03 .f_right ul {
  overflow: hidden;
}
.product_temp_box_type03 .f_right ul li {
  float: left;
  width: 31.1%;
  margin-bottom: 25px;
}
.product_temp_box_type03 .f_right ul li.long {
  width: 100%;
}
.product_temp_box_type03 .f_right ul li.long li {
  margin-bottom: 0;
}
.product_temp_box_type03 .f_right ul li:nth-of-type(3),
.product_temp_box_type03 .f_right ul li.right {
  float: right;
}
.product_temp_box_type03 .f_right ul li:nth-of-type(3n + 1) {
  clear: left;
}
.product_temp_box_type03 .f_right ul li .product_temp_text_small {
  margin-top: 9px;
}
@media screen and (max-width: 768px) {
  .product_temp_box_type03 {
    margin-top: 15px;
    margin-bottom: -20px;
  }
  .product_temp_box_type03 .f_left {
    margin-bottom: 20px;
  }
  .product_temp_box_type03 .f_left,
  .product_temp_box_type03 .f_right {
    float: none;
    width: 100%;
  }
  .product_temp_box_type03 .f_right ul {
    margin: 0 -7px;
  }
  .product_temp_box_type03 .f_right ul li {
    width: 50%;
    padding: 0 7px;
    margin-bottom: 20px;
  }
  .product_temp_box_type03 .f_right ul li:nth-of-type(3),
  .product_temp_box_type03 .f_right ul li.right {
    float: left;
  }
  .product_temp_box_type03 .f_right ul li .product_temp_text_small {
    margin-top: 5px;
    font-size: 12px;
  }
}



.product_temp_variation {
  overflow: hidden;
  margin-top: 25px;
}
.product_temp_variation img {
  width: 100%;
  height: auto;
}
.product_temp_variation .left_box,
.product_temp_variation .right_box {
  float: left;
}
.product_temp_variation .left_box {
  width: 370px;
  margin-right: 35px;
}
.product_temp_variation .left_box .inner {
  overflow: hidden;
}
.product_temp_variation .left_box .img {
  float: left;
  width: 125px;
}
.product_temp_variation .left_box .txt_area {
  float: right;
  width: 225px;
}

.product_temp_variation .right_box {
  width: 520px;
}
.product_temp_variation .right_box .box:nth-of-type(1) {
  margin-bottom: 35px;
}
.product_temp_variation .right_box .product_temp_text_small {
  margin-top: 15px;
}
@media screen and (max-width: 975px) {
  .product_temp_variation .left_box {
    width: 41.6%;
    padding-right: 15px;
    margin-right: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .product_temp_variation .left_box .txt_area {
    width: calc(100% - 135px);
  }
  .product_temp_variation .right_box {
    width: 58.4%;
  }
}
@media screen and (max-width: 768px) {
  .product_temp_variation .left_box,
  .product_temp_variation .right_box {
    width: 100%;
  }
  .product_temp_variation .left_box {
    margin-bottom: 20px;
  }
  .product_temp_variation .left_box .img {
    width: 100px;
  }
  .product_temp_variation .left_box .txt_area {
    width: calc(100% - 110px);
  }
}

/*---------------------------------------------------------------
	可動間仕切り吊り戸
---------------------------------------------------------------*/
#partition_change {
  margin-top: 115px;
}
#partition_change ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#partition_change li {
  width: calc(50% - 40px);
}
#partition_change li img {
  width: 100%;
  height: auto;
}
#partition_change li.ico {
  text-align: center;
  width: 80px;
  padding-top: 10%;
}
#partition_change li.ico img {
  width: 58px;
  height: auto;
}
#partition_change .product_temp_text {
  margin-top: 25px;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  #partition_change {
    margin-top: 40px;
  }
  #partition_change ul {
    display: block;
  }
  #partition_change li {
    width: 100%;
  }
  #partition_change li.ico {
    width: 100%;
    padding: 5px 0 15px 0;
  }
  #partition_change li.ico img {
    width: 40px;
    transform: rotate(90deg);
  }
  #partition_change .product_temp_text {
    margin-top: 10px;
  }
}

/*写真下dl*/
dl.product_temp_info {
  overflow: hidden;
  font-size: 13px;
  overflow: hidden;
  margin-top: 35px;
}
dl.product_temp_info dt {
  float: left;
}
dl.product_temp_info dd {
  padding-left: 7.5em;
  text-indent: -1em;
}
@media screen and (max-width: 768px) {
  dl.product_temp_info {
    font-size: 12px;
    margin-top: 15px;
  }
}

/*パネルの開閉*/
.product_temp_color_row2_list.panel_list li:nth-of-type(1) {
  width: 35.1%;
  margin-right: 8%;
}
.product_temp_color_row2_list.panel_list li:nth-of-type(2) {
  width: 56.9%;
}
.product_temp_color_row2_list.panel_list li .product_temp_text {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .product_temp_color_row2_list.panel_list li {
    display: block;
  }
  .product_temp_color_row2_list.panel_list li:nth-of-type(1) {
    width: 80%;
    margin: 0 auto;
  }
  .product_temp_color_row2_list.panel_list li:nth-of-type(2) {
    width: 100%;
  }
  .product_temp_color_row2_list.panel_list li .product_temp_text {
    margin-top: 15px;
  }
}

/*製品特長*/
.partition_features .pickup {
  overflow: hidden;
}
.partition_features .pickup .close {
  float: left;
  width: 65.2%;
}
.partition_features .pickup .close ul {
  overflow: hidden;
}
.partition_features .pickup .close li {
  width: 47.5%;
  float: left;
}
.partition_features .pickup .close li:nth-of-type(2) {
  float: right;
}
.partition_features .pickup .open {
  float: right;
  width: 31%;
}
.partition_features .pickup .open li {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .partition_features .pickup .close {
    float: none;
    width: 100%;
  }
  .partition_features .pickup .close li {
    width: 100%;
    float: none !important;
    margin-bottom: 15px;
  }
  .partition_features .pickup .open {
    float: none;
    width: 100%;
  }
}

.partition_features ol {
  overflow: hidden;
  margin-top: 50px;
}
.partition_features ol li {
  width: 22.22%;
  margin: 30px 3.7% 0 0;
  float: left;
  font-size: 13px;
  line-height: 1.69;
}
.partition_features ol li img {
  width: 100%;
  height: auto;
}
.partition_features ol li:nth-of-type(4n) {
  margin-right: 0;
}
.partition_features ol li:nth-of-type(4n + 1) {
  clear: left;
}
.partition_features ol h3 {
  font-weight: bold;
  font-size: 15px;
  margin-top: 11px;
}
@media screen and (max-width: 768px) {
  .partition_features ol {
    margin-top: 30px;
  }
  .partition_features ol li {
    width: 48%;
    margin: 25px 4% 0 0;
    font-size: 11px;
  }
  .partition_features ol li img {
    width: 100%;
    height: auto;
  }
  .partition_features ol li:nth-of-type(2n) {
    margin-right: 0;
  }
  .partition_features ol li:nth-of-type(2n + 1) {
    clear: left;
  }
  .partition_features ol h3 {
    font-size: 14px;
    margin-top: 7px;
  }
}

/*---------------------------------------------------------------
	オープンウォール
---------------------------------------------------------------*/
.openwall_example .product_temp_color_row2_list ul li {
  width: 57.6%;
}
.openwall_example .product_temp_color_row2_list ul li:nth-child(2n) {
  width: 38.8%;
}
.openwall_example .product_temp_color_row2_list ul li:nth-child(2n + 1) {
  margin-right: 3.6%;
}
.openwall_example li h3 {
  font-weight: bold;
  font-size: 15px;
}
.openwall_example li .main_img {
  margin-bottom: 32px;
}
.openwall_example li .img {
  margin-bottom: 24px;
}
.openwall_example ul:nth-child(2) {
  margin-top: 50px;
}
.openwall_example li h3 {
  line-height: 1.3;
}
.openwall_example li p {
  margin-top: 5px !important;
}
.openwall_example li p strong {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .openwall_example .product_temp_color_row2_list ul li {
    width: 100%;
    float: none;
    display: block;
  }
  .openwall_example .product_temp_color_row2_list ul li:nth-child(2n) {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .openwall_example .product_temp_color_row2_list ul li:nth-child(2n + 1) {
    margin-right: 0;
  }
  .openwall_example li h3 {
    font-size: 14px;
  }
  .openwall_example li .main_img {
    margin-bottom: 15px;
  }
  .openwall_example li .img {
    margin-bottom: 12px;
  }
  .openwall_example .product_temp_color_row2_list:nth-child(2) ul {
    margin-top: -20px;
  }
}

/*デザインバリエーション*/
.openwall_design {
  overflow: hidden;
  margin-top: 35px;
}
.openwall_design li {
  float: left;
  margin-right: 40px;
}
.openwall_design li img {
  width: auto;
  height: 360px;
}
.openwall_design li p {
  text-align: center;
  font-size: 13px;
  margin-top: 9px;
  line-height: 1.69;
}
@media screen and (max-width: 768px) {
  .openwall_design {
    margin-top: 20px;
  }
  .openwall_design li {
    width: 32%;
    margin-right: 3.5%;
  }
  .openwall_design li:nth-of-type(1) {
    width: 27%;
  }
  .openwall_design li:last-of-type {
    margin-right: 0;
  }
  .openwall_design li img {
    width: 100%;
    height: auto;
  }
  .openwall_design li p {
    font-size: 11px;
    margin-top: 5px;
  }
}

/*製品特長*/
.openwall_features h4 {
  font-weight: bold;
  font-size: 13px;
}
.openwall_features h3 {
  margin-bottom: 30px;
  margin-top: 0;
}
.openwall_features .product_temp_color_row2_list li p {
  margin-top: 0 !important;
}
.openwall_features .product_temp_color_row2_list li p.main_img {
  margin-top: 18px !important;
}
.openwall_features .brake {
  margin-top: 34px;
}
.openwall_features .brake .inner {
  overflow: hidden;
}
.openwall_features .brake .inner .img {
  width: 52%;
  float: right;
}
.openwall_features .brake .inner .txt_area {
  width: 44%;
  float: left;
}
@media screen and (max-width: 768px) {
  .openwall_features h4 {
    font-size: 13px;
  }
  .openwall_features h3 {
    margin-bottom: 20px;
  }
  .openwall_features .main_img {
    margin-bottom: 13px;
  }
  .openwall_features .brake {
    margin-top: 20px;
  }
  .openwall_features .brake .inner {
    margin-bottom: 10px;
  }
  .openwall_features .product_temp_color_row2_list ul li:nth-child(n + 2) {
    margin-top: 30px;
  }
}

.openwall_features .product_temp_section_sub {
  padding-top: 30px;
}
.openwall_stopper {
  overflow: hidden;
}
.openwall_stopper img {
  margin-bottom: 12px;
}
.openwall_stopper p {
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .openwall_features .product_temp_section_sub {
    padding-top: 20px;
  }
  .openwall_stopper .product_temp_color_row2_list {
    float: none;
    width: 100%;
  }
  .openwall_stopper .product_temp_color_row2_list ul {
    margin-bottom: 10px;
  }
  .openwall_stopper .product_temp_color_row2_list li {
    margin-right: 5% !important;
    width: 47.5%;
    margin-top: 0 !important;
  }
  .openwall_stopper .product_temp_color_row2_list li:nth-child(2n) {
    margin-right: 0 !important;
  }
  .openwall_stopper .product_temp_color_row2_list li p {
    font-size: 11px;
  }
  .openwall_stopper .txt_area {
    float: none;
    width: 100%;
  }
  .openwall_stopper img {
    margin-bottom: 6px;
  }
  .openwall_stopper p {
    font-size: 12px;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■収納製品 storageWrap
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.storageWrap .product_temp_intro_box .logo {
  line-height: 1;
  margin-bottom: 15px;
}
.storageWrap .pt0 {
  padding-top: 0 !important;
}
.storageWrap .lity-content {
  padding: 10px;
}
.storageWrap .product_temp_big_title {
  margin-top: 0;
}
.storageWrap .product_temp_text strong {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .storageWrap .product_temp_intro_box .logo {
    text-align: center;
    margin-bottom: 10px;
  }
  .storageWrap .product_temp_intro_box .logo img {
    width: 150px;
    height: auto;
  }
  .storageWrap .tile2 {
    height: auto !important;
  }
}
/*----------------------
	storage_point
------------------------*/
.storageWrap .storage_point {
  overflow: hidden;
  max-width: 800px;
  margin: 0 auto;
}
.storageWrap .storage_point .product_temp_text {
  font-size: 13px;
}
.storageWrap .storage_point .left {
  float: left;
  width: 100px;
}
.storageWrap .storage_point .right {
  float: right;
  width: calc(100% - 130px);
}
.storageWrap .storage_point .box {
  overflow: hidden;
  margin-bottom: 35px;
}
.storageWrap .storage_point .hd {
  color: #fff;
  font-size: 19px;
  font-weight: bold;
  line-height: 1.57;
  padding: 4px 15px;
  background: #5d6970;
  margin-bottom: 10px;
}
.storageWrap .storage_point .product_temp_text + .img {
  margin-top: 10px;
}
.storageWrap .storage_point .img + .img {
  margin-top: 10px;
}
.storageWrap .storage_point img {
  width: 100%;
  height: auto;
}
.storageWrap .storage_point .r_img {
  float: right;
  width: 46.5%;
}
.storageWrap .storage_point .r_img + .txt_area {
  float: left;
  width: 46.5%;
}
.storageWrap .storage_point .img_area {
  overflow: hidden;
}
.storageWrap .storage_point .img_area li {
  float: left;
  width: 46.5%;
}
.storageWrap .storage_point .img_area li:nth-of-type(2n) {
  float: right;
}
@media screen and (max-width: 768px) {
  .storageWrap .storage_point .left {
    float: none;
    width: 80px;
    margin: 0 auto 20px auto;
  }
  .storageWrap .storage_point .right {
    float: none;
    width: 100%;
  }
  .storageWrap .storage_point .box {
    margin-bottom: 25px;
  }
  .storageWrap .storage_point .hd {
    font-size: 16px;
  }
  .storageWrap .storage_point .r_img {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
  .storageWrap .storage_point .r_img + .txt_area {
    float: none;
    width: 100%;
  }
  .storageWrap .storage_point .img_area li {
    float: none;
    width: 100%;
    margin-bottom: 15px;
  }
  .storageWrap .storage_point .img_area li:nth-of-type(2n) {
    float: none;
  }
  .storageWrap .storage_point .img_area li:last-of-type {
    margin-bottom: 0;
  }
}
/*----------------------
	storage_point
------------------------*/
.storageWrap .plan_wrap img {
  width: 100%;
  height: auto;
}
.storageWrap .plan_wrap .product_temp_text {
  font-size: 13px;
}
.storageWrap .plan_wrap .box {
  margin-bottom: 80px;
}
.storageWrap .plan_wrap .box:last-of-type {
  margin-bottom: 0;
}
.storageWrap .plan_wrap .product_temp_big_title,
.storageWrap .plan_wrap .product_temp_link {
  margin-bottom: 30px;
}
.storageWrap .plan_wrap .inner {
  overflow: hidden;
}
.storageWrap .plan_wrap .main_img {
  float: left;
  width: 46.5%;
}
.storageWrap .plan_wrap .sub_area {
  float: right;
  width: 46.5%;
}
.storageWrap .plan_wrap .sub_area .catch {
  font-weight: bold;
  font-size: 18px;
  color: #00953e;
  line-height: 1.66;
  margin-bottom: 8px;
}
.storageWrap .plan_wrap .sub_area .sub_img {
  overflow: hidden;
  margin-top: 20px;
}
.storageWrap .plan_wrap .sub_area .sub_img li {
  float: left;
  width: 48%;
}
.storageWrap .plan_wrap .sub_area .sub_img li:nth-of-type(2n) {
  float: right;
}
.storageWrap .plan_wrap .sub_area .sub_img + .product_temp_text {
  margin-top: 10px;
}
.storageWrap .plan_wrap .sub_area .subbox + .subbox {
  margin-top: 40px;
}
.storageWrap .plan_wrap .sub_area .sub_img .movie {
  margin-top: 15px;
}
.storageWrap .plan_wrap .sub_area .sub_img .movie img {
  max-width: 200px;
}

.storageWrap .plan_wrap .features_area {
  margin-top: 51px;
}
.storageWrap .plan_wrap .features_area .product_temp_middle_title {
  margin-bottom: 20px;
}
.storageWrap .plan_wrap .features_area ul {
  overflow: hidden;
  margin: 0 -10px -35px -10px;
}
.storageWrap .plan_wrap .features_area li {
  float: left;
  width: 20%;
  padding: 0 10px;
  margin-bottom: 35px;
}
.storageWrap .plan_wrap .features_area li:nth-of-type(5n + 1) {
  clear: left;
}
.storageWrap .plan_wrap .features_area .img {
  margin-bottom: 12px !important;
}
.storageWrap .plan_wrap .features_area .copy {
  font-weight: bold;
}
.storageWrap .plan_wrap .features_area .movie {
  margin-top: 10px;
}

.storageWrap .plan_wrap .row2_list {
  overflow: hidden;
  margin-bottom: -40px;
}
.storageWrap .plan_wrap .row2_list li {
  float: left;
  width: 46.5%;
  margin-bottom: 40px;
}
.storageWrap .plan_wrap .row2_list li:nth-of-type(2n + 1) {
  clear: left;
}
.storageWrap .plan_wrap .row2_list li:nth-of-type(2n) {
  float: right;
}
.storageWrap .plan_wrap .row2_list .img {
  margin-bottom: 20px;
}
.storageWrap .plan_wrap .row2_list li .features_area li {
  width: 42.2%;
}

.storageWrap .plan_wrap .product_temp_link {
  margin-top: 0;
  width: 100%;
  text-align: left;
}
.storageWrap .plan_wrap .product_temp_link a {
  width: 100%;
  max-width: inherit;
  padding-left: 20px;
}
.storageWrap .plan_wrap .product_temp_middle_title + .inner {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .storageWrap .plan_wrap .box {
    margin-bottom: 45px;
  }
  .storageWrap .plan_wrap .product_temp_big_title,
  .storageWrap .plan_wrap .product_temp_link {
    margin-bottom: 15px;
  }
  .storageWrap .plan_wrap .inner {
    overflow: hidden;
  }
  .storageWrap .plan_wrap .main_img {
    float: none;
    width: 100%;
    margin-bottom: 15px;
  }
  .storageWrap .plan_wrap .sub_area {
    float: none;
    width: 100%;
  }
  .storageWrap .plan_wrap .sub_area .catch {
    font-size: 16px;
    margin-bottom: 6px;
  }
  .storageWrap .plan_wrap .sub_area .sub_img {
    margin-top: 15px;
  }
  .storageWrap .plan_wrap .sub_area .sub_img + .product_temp_text {
    margin-top: 5px;
  }
  .storageWrap .plan_wrap .sub_area .subbox + .subbox {
    margin-top: 30px;
  }
  .storageWrap .plan_wrap .sub_area .sub_img .movie {
    margin-top: 8px;
  }

  .storageWrap .plan_wrap .features_area {
    margin-top: 30px;
  }
  .storageWrap .plan_wrap .features_area .product_temp_text {
    font-size: 12px;
  }
  .storageWrap .plan_wrap .features_area .product_temp_middle_title {
    margin-bottom: 13px;
  }
  .storageWrap .plan_wrap .features_area ul {
    margin: 0 -1.75% -25px -1.75%;
  }
  .storageWrap .plan_wrap .features_area li {
    width: 50% !important;
    padding: 0 1.75%;
    margin-bottom: 25px !important;
  }
  .storageWrap .plan_wrap .features_area li:nth-of-type(5n + 1) {
    clear: none;
  }
  .storageWrap .plan_wrap .features_area li:nth-of-type(2n + 1) {
    clear: left;
  }
  .storageWrap .plan_wrap .features_area .img {
    margin-bottom: 8px !important;
  }

  .storageWrap .plan_wrap .row2_list {
    margin-bottom: 0;
  }
  .storageWrap .plan_wrap .row2_list li {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .storageWrap .plan_wrap .row2_list li:last-of-type {
    margin-bottom: 0;
  }
  .storageWrap .plan_wrap .row2_list li:nth-of-type(2n) {
    float: none;
  }
  .storageWrap .plan_wrap .row2_list .img {
    margin-bottom: 10px;
  }
  .storageWrap .plan_wrap .row2_list li .features_area {
    margin-top: 20px;
  }
  .storageWrap
    .plan_wrap
    .row2_list
    li
    .features_area
    .product_temp_middle_title {
    margin-top: 0;
  }

  .storageWrap .plan_wrap .product_temp_link a {
    padding-left: 15px;
  }
  .storageWrap .plan_wrap .product_temp_middle_title + .inner {
    margin-top: 13px;
  }
}
/*----------------------
	product_temp_list_color
------------------------*/
.storageWrap .product_temp_list_color_tab li {
  width: 11.2%;
  margin-right: 3.2%;
}
.storageWrap .product_temp_list_color_tab li:nth-of-type(7n) {
  margin-right: 0;
}
.storageWrap .product_temp_list_color_tab li:nth-of-type(n + 8) {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .storageWrap .product_temp_list_color_tab li {
    width: 16%;
    margin-right: 5%;
  }
  .storageWrap .product_temp_list_color_tab li:nth-of-type(7n) {
    margin-right: 5%;
  }
  .storageWrap .product_temp_list_color_tab li:nth-of-type(5n) {
    margin-right: 0;
  }
  .storageWrap .product_temp_list_color_tab li:nth-of-type(n + 6) {
    margin-top: 20px;
  }
}
/*----------------------
	storage_point
------------------------*/
.storageWrap .catalog_link {
  overflow: hidden;
  padding: 40px 0 100px;
}
.storageWrap .catalog_link li {
  float: left;
  width: 46.5%;
  margin-bottom: 60px;
}
.storageWrap .catalog_link li.only {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.storageWrap .catalog_link li:nth-of-type(2) {
  float: right;
}
.storageWrap .catalog_link li a {
  text-align: left;
  padding-left: 20px;
  width: 100%;
  max-width: inherit;
}
.storageWrap .catalog_link li.long {
  float: none;
  min-width: 608px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .storageWrap .catalog_link {
    padding: 0 0 40px;
  }
  .storageWrap .catalog_link ul {
    margin-top: 10px;
  }
  .storageWrap .catalog_link li {
    float: none;
    width: 100%;
    margin-bottom: 15px;
  }
  .storageWrap .catalog_link li:nth-of-type(2) {
    float: none;
  }
  .storageWrap .catalog_link li a {
    padding-left: 15px;
  }
  .storageWrap .catalog_link li a .sp {
    display: inline-block;
  }
  .storageWrap .catalog_link li.long {
    min-width: inherit;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■スリムインベンチ benchWrap
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.benchWrap .product_temp_list_color_tab {
  border-top: 1px solid #5d6970;
  padding-top: 55px;
  max-width: 880px;
  margin: 30px auto 0;
}
.benchWrap .product_temp_list_color_tab li {
  width: 13.7%;
  margin-right: 6.2%;
}
.benchWrap .product_temp_list_color_tab li.all {
  width: 79.9%;
  margin-right: 0;
}
.benchWrap .product_temp_list_color_tab li.all p.kome {
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  .benchWrap .product_temp_list_color_tab {
    padding-top: 30px;
  }
  .benchWrap .product_temp_list_color_tab li {
    width: 17%;
  }
  .benchWrap .product_temp_list_color_tab li.all {
    width: 76%;
    margin-right: 0;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■共通になりそうなもの
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#container .black_wrap {
  background: #414141;
  color: #fff;
  margin-bottom: 100px;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #container .black_wrap {
    margin-bottom: 50px;
    padding-bottom: 0;
  }
}

/*----------------------
	カラーのセンター
------------------------*/
.product_temp_list_color_center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -1.6%;
  margin-right: -1.6%;
}
.product_temp_list_color_center li {
  width: 16.6%;
  margin: 0 0 25px 0 !important;
  padding: 0 1.6%;
}
.product_temp_list_color_center li:nth-of-type(n + 7):last-of-type {
  margin-right: auto !important;
}
@media screen and (max-width: 768px) {
  .product_temp_list_color_center {
    justify-content: space-between;
    margin-left: 0;
    margin-right: 0;
  }
  .product_temp_list_color_center li {
    width: 47%;
    margin: 0 0 15px 0 !important;
    padding: 0;
  }
}

/*----------------------
	カラーのセンター02
------------------------*/
.product_temp_list_color_center02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -1.6%;
  margin-right: -1.6%;
}
.product_temp_list_color_center02 li {
  width: 14.2%;
  margin: 0 0 25px 0 !important;
  padding: 0 1.6%;
}
.product_temp_list_color_center02 li:nth-of-type(n + 7):last-of-type {
  margin-right: auto !important;
}
@media screen and (max-width: 768px) {
  .product_temp_list_color_center02 {
    justify-content: space-between;
    margin-left: 0;
    margin-right: 0;
  }
  .product_temp_list_color_center02 li {
    width: 47%;
    margin: 0 0 15px 0 !important;
    padding: 0;
  }
}

/*----------------------
	アコーディオン
------------------------*/
.product_temp_big_title.ac_btn {
  position: relative;
  padding-left: 40px;
}
.product_temp_big_title.ac_btn:before,
.product_temp_big_title.ac_btn:after {
  content: "";
  display: block;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 20px;
  transition: all 0.25s ease-out;
}
.product_temp_big_title.ac_btn:before {
  width: 1px;
  height: 17px;
  margin-top: -8px;
}
.product_temp_big_title.ac_btn:after {
  width: 17px;
  height: 1px;
  margin-left: -8px;
}
.product_temp_big_title.ac_btn:hover {
  opacity: 0.8;
  cursor: pointer;
}
.product_temp_big_title.ac_btn.active:before {
  transform: rotateZ(90deg);
  transition: all 0.25s ease-out;
}
.product_temp_big_title.ac_btn + .product_temp_text {
  font-size: 13px;
  margin-top: 6px;
}
.product_temp_text_g.bold + .ac_btn {
  margin-top: 10px;
}

/*----------------------
	リンクボタン
------------------------*/
.product_temp_link02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product_temp_link02 li {
  width: 48%;
  margin-bottom: 50px;
}
.product_temp_link02 li.long {
  width: 100%;
  max-width: 608px;
  margin-left: auto;
  margin-right: auto;
}
.product_temp_link02 li a {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .product_temp_link02 {
    display: block;
    text-align: left;
  }
  .product_temp_link02 li {
    width: 100%;
    margin-bottom: 15px;
  }
  .product_temp_link02 li.long {
    max-width: inherit;
  }
  .product_temp_link02 li .sp {
    display: inline-block;
  }
  .product_temp_link02 li a {
    padding-left: 15px;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■マテリアルミックス
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*----------------------
	material_top
------------------------*/
.material_top {
  padding-top: 60px;
  padding-bottom: 102px;
}
.material_top .logo {
  text-align: center;
  padding-top: 13px;
  margin-bottom: 72px;
}
.material_top .product_temp_intro_box {
  padding-top: 56px;
  padding-bottom: 67px;
  background: url(../images/product/materialmix/intro_back.jpg) no-repeat right
    top;
  -webkit-background-size: 450px auto;
  background-size: 450px auto;
}
.material_top .product_temp_intro_title,
#material_gallery .product_temp_intro_title {
  border-bottom-color: #b4b4b4;
  color: #221815;
}
.material_top .product_temp_intro_title {
  margin-bottom: 0;
}
.material_top .product_temp_text {
  font-size: 13px;
  line-height: 1.69;
}
.material_top .product_temp_intro_box_text {
  font-size: 20px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-bottom: 21px;
}

.material_top .emove_area {
  max-width: 720px;
  margin: 0 auto 80px;
  text-align: center;
}
.material_top .movie {
  text-align: center;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.material_top .movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.material_top .anchor {
  display: flex;
  justify-content: space-between;
}
.material_top .anchor li {
  width: 32%;
  max-width: 330px;
}
.material_top .anchor img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .material_top {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .material_top .logo {
    margin-bottom: 45px;
  }
  .material_top .logo img {
    width: auto;
    height: 105px;
  }
  .material_top .product_temp_intro_box {
    padding-top: 20px;
    padding-bottom: 35px;
    -webkit-background-size: 54% auto;
    background-size: 54% auto;
  }
  .material_top .product_temp_intro_box_text {
    font-size: 18px;
    line-height: 1.8;
  }

  .material_top .emove_area {
    margin-bottom: 45px;
  }

  .material_top .anchor {
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -7px;
  }
  .material_top .anchor li {
    width: 50%;
    padding: 0 7px;
    margin-bottom: 15px;
  }
}

/*----------------------
	material_intro
------------------------*/
#material_intro {
  text-align: center;
  padding-bottom: 67px;
}
#material_intro .main_ttl {
  color: #fff;
  font-weight: bold;
  font-size: 32px;
  letter-spacing: normal;
  text-align: center;
  background: #604c3f;
  padding: 18px 15px;
  margin-bottom: 35px;
}
#material_intro .product_temp_text {
  font-size: 13px;
  line-height: 1.69;
  letter-spacing: normal;
}
#material_intro .product_temp_text + .catch {
  margin-top: 45px;
}
#material_intro .catch {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.7;
  margin-bottom: 88px;
  letter-spacing: normal;
  margin-bottom: 20px;
  color: #414141;
}
#material_intro {
  text-align: center;
  line-height: 1;
}
#material_intro .img img {
  max-width: 100%;
  height: auto;
}
#material_intro .img01 {
  margin-bottom: 50px;
}
#material_intro .img02{
	display: flex;
}
#material_intro .img02 div{
	width: 50%;
}
#material_intro .img02 img{
	width: 100%;
	height: auto;
	vertical-align: top;
}
#material_intro .img02 label:hover {
  cursor: pointer;
  opacity: 0.8;
}
.materialmix_wrap #material_intro .accentcolor_modal .modal_wrap {
  text-align: center;
}
.materialmix_wrap #material_intro .accentcolor_modal .modal_wrap .wrap {
	padding: 0 0 10px;
}
.materialmix_wrap #material_intro .accentcolor_modal img {
  width: 100%;
  max-width: 640px;
  height: auto;
}

#material_intro .rankup_area {
  margin-top: 53px;
}
#material_intro .rankup_area .catch {
  margin-bottom: 8px;
  color: #414141;
}
#material_intro .rankup_area .catch + .product_temp_text {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 45px;
  line-height: 1.87;
}
#material_intro .rankup_area .img_area {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
	margin-bottom: -30px;
}
#material_intro .rankup_area .img_area li {
  width: 49%;
  max-width: 500px;
	text-align: center;
	margin-bottom:30px;
}
#material_intro .rankup_area .img_area .product_temp_text {
  margin-top: 20px;
}
/*#material_intro h2{
	margin-bottom: 33px;
}
#material_intro .h2p{
	font-size:13px;
	margin-bottom: 45px;
}
#material_intro .block{
	margin-bottom: 100px;
}
#material_intro .sample{
	overflow:hidden;
	margin-bottom: 50px;
}
#material_intro .sample li{
	width: 50%;
	float:left;
}
#material_intro .sample li p.img{
	height: 300px;
	background: no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
}
#material_intro .sample li .product_temp_text{
	color: #fff;
	font-size:14px;
	margin-top: 10px;
}
#material_intro .sample li .btn{
	margin-top: 15px;
}
#material_intro .sample li .btn img{
	max-width: 100%;
	max-height: 100%;
}
#material_intro .block_lather .sample .black p.img{
	background-image: url(../images/product/materialmix/img_back_leather_black.jpg);
}
#material_intro .block_lather .sample .white p.img{
	background-image: url(../images/product/materialmix/img_back_leather_white.jpg);
}
#material_intro .block_stone .sample .black p.img{
	background-image: url(../images/product/materialmix/img_back_stone_black.jpg);
}
#material_intro .block_stone .sample .white p.img{
	background-image: url(../images/product/materialmix/img_back_stone_white.jpg);
}
#material_intro .block_metal .sample .silver p.img{
	background-image: url(../images/product/materialmix/img_back_metal_silver.jpg);
}
#material_intro .block_metal .sample .hairline p.img{
	background-image: url(../images/product/materialmix/img_back_metal_hairline.jpg);
}
.material_popup .img img{
	width: 100%;
	height: auto;
}
.material_popup .inner{
	padding: 10px 25px;
}
.material_popup{
	width: 870px;
}*/
/*@media screen and (max-width:920px){
	.material_popup{
		width: calc(100% - 20px);
	}
}*/
#material_intro .rankup_area .img_block + .img_block{
	margin-top: 40px;
}
#material_intro .rankup_area .img_block .ttl{
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	color: #414141;
	border: 1px solid #d5d4d4;
	padding: 10px;
	margin-bottom: 15px;
	line-height: 1.4;
}
@media screen and (max-width: 768px) {
  #material_intro {
    padding-bottom: 45px;
  }
  #material_intro .main_ttl {
    font-size: 22px;
    padding: 14px 10px;
    margin-bottom: 30px;
  }
  #material_intro .product_temp_text + .catch {
    margin-top: 30px;
  }
  #material_intro .catch {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  #material_intro .img01 {
    margin-bottom: 30px;
  }

  #material_intro .rankup_area {
    margin-top: 40px;
  }
  #material_intro .rankup_area .catch {
    margin-bottom: 8px;
  }
  #material_intro .rankup_area .catch + .product_temp_text {
    font-size: 15px;
    margin-bottom: 25px;
    text-align: left;
  }
  #material_intro .rankup_area .img_area {
	  display: block;
	  margin-bottom: 0;
  }
  #material_intro .rankup_area .img_area li {
    width: 100%;
    margin-bottom: 25px;
  }
  #material_intro .rankup_area .img_area li:last-of-type {
    margin-bottom: 0;
  }
  #material_intro .rankup_area .img_area .product_temp_text {
    margin-top: 10px;
    text-align: left;
	}
	.materialmix_wrap .modal.accentcolor_modal .wrap{
		-webkit-box-shadow: none;
		box-shadow: none;
	}
  /*#material_intro h2{
		margin-bottom: 25px;
	}
	#material_intro h2 img{
		width: 260px;
	}
	#material_intro .h2p{
		margin-bottom: 25px;
	}
	#material_intro .block{
		margin-bottom: 50px;
	}
	#material_intro .sample{
		margin-bottom: 30px;
	}
	#material_intro .sample li p.img{
		height: 330px;
	}
	#material_intro .sample li .product_temp_text{
		font-size:12px;
	}
	#material_intro .sample li .btn{
		margin-top: 10px;
		padding:0 10px;
	}
	#material_intro .block_lather .sample .black p.img{
		background-image: url(../images/product/materialmix/sp/img_back_leather_black.jpg);
	}
	#material_intro .block_lather .sample .white p.img{
		background-image: url(../images/product/materialmix/sp/img_back_leather_white.jpg);
	}
	#material_intro .block_stone .sample .black p.img{
		background-image: url(../images/product/materialmix/sp/img_back_stone_black.jpg);
	}
	#material_intro .block_stone .sample .white p.img{
		background-image: url(../images/product/materialmix/sp/img_back_stone_white.jpg);
	}
	#material_intro .block_metal .sample .silver p.img{
		background-image: url(../images/product/materialmix/sp/img_back_metal_silver.jpg);
	}
	#material_intro .block_metal .sample .hairline p.img{
		background-image: url(../images/product/materialmix/sp/img_back_metal_hairline.jpg);
	}
	#material_intro .block_metal{
		margin-bottom: 30px;
	}
	#material_intro .block_stone .btn li:nth-of-type(1){
		order:1;
	}
	#material_intro .block_stone .btn li:nth-of-type(2){
		order:3;
	}
	#material_intro .block_stone .btn li:nth-of-type(3){
		order:2;
	}
	#material_intro .block_stone .btn li:nth-of-type(4){
		order:4;
	}
	.material_popup{
		width: 100%;
}*/
	#material_intro .rankup_area .img_block .ttl{
		padding: 7px;
	}
}

/*----------------------
	material_custom
------------------------*/
#material_custom {
  border-bottom: 1px solid #fff;
}
#material_custom .catch {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 50px;
}
#material_custom .catch strong {
  font-size: 40px;
  font-weight: bold;
}
#material_custom .pickup {
  text-align: center;
  margin-bottom: 80px;
}
#material_custom .product_temp_text {
  color: #fff;
  font-size: 12px;
}
#material_custom .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#material_custom .block .left {
  width: 18.69%;
}
#material_custom .block .right {
  width: 81.31%;
  padding-left: 4.16%;
}
#material_custom h2 {
  margin-bottom: 25px;
}
#material_custom h2 img {
  width: 100%;
  height: auto;
  max-width: 160px;
  max-height: auto;
}
#material_custom .img img {
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
#material_custom ul li .product_temp_text {
  line-height: 1.5;
  margin-top: 10px;
}
#material_custom ul li .product_temp_text .small {
  font-size: 11px;
}

@media screen and (max-width: 768px) {
  #material_custom .catch {
    font-size: 18px;
    margin-bottom: 55px;
  }
  #material_custom .catch strong {
    font-size: 30px;
  }
  #material_custom .pickup {
    margin-bottom: 55px;
  }
  #material_custom .pickup img {
    width: 100%;
    max-width: 325px;
    max-height: auto;
  }
  #material_custom .product_temp_text {
    font-size: 13px;
  }
  #material_custom .block {
    display: block;
  }
  #material_custom .block .left {
    width: 100%;
    text-align: center;
    margin-bottom: 38px;
  }
  #material_custom .block .right {
    width: 100%;
    padding-left: 0;
  }
  #material_custom h2 {
    margin-bottom: 25px;
  }
  #material_custom h2 img {
    width: 122px;
  }
  #material_custom .img img {
    width: 100%;
    height: auto;
  }
  #material_custom ul li .product_temp_text {
    font-size: 11px;
    margin-top: 8px;
  }
}
/*block_base*/
#material_custom .block_base {
  margin-bottom: 85px;
}
#material_custom .block_base .box {
  margin-bottom: 55px;
}
#material_custom .block_base .box:last-of-type {
  margin-bottom: 0;
}
#material_custom .block_base .box + .product_temp_text {
  margin-top: 24px;
}
#material_custom .block_base h3 {
  border-bottom: 1px solid #fff;
  padding-bottom: 14px;
  margin-bottom: 30px;
}
#material_custom .block_base h3 img {
  margin-right: 17px;
  vertical-align: baseline;
}
#material_custom .block_base ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -2%;
  overflow: hidden;
}
#material_custom .block_base ul.start {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
}
#material_custom .block_base ul li {
  /*margin-right: 4.5%;
	width: calc(14.28% - 4.5%);
	max-width: 83px;*/
  width: 14.28%;
  padding: 0 2.2%;
}
@media screen and (max-width: 768px) {
  #material_custom .block_base {
    margin-bottom: 65px;
  }
  #material_custom .block_base .box {
    margin-bottom: 25px;
  }
  #material_custom .block_base .box + .product_temp_text {
    margin-top: 16px;
    font-size: 11px;
  }
  #material_custom .block_base h3 {
    margin-bottom: 20px;
  }
  #material_custom .block_base h3 img {
    width: 105px;
    margin-right: 0;
    vertical-align: baseline;
    margin-bottom: 3px;
  }
  #material_custom .block_base h3 span {
    display: block;
  }
  #material_custom .block_base ul:before {
    content: "";
    display: block;
    width: calc(25% - 4.5%);
    order: 1;
  }
  #material_custom .block_base ul:after {
    content: "";
    display: block;
    /*width: calc(25% - 4.5%);*/
    width: 25%;
  }
  #material_custom .block_base ul li {
    /*width: calc(25% - 4.5%);*/
    margin-bottom: 20px;
    width: 25%;
  }
  /*#material_custom .block_base ul li:nth-of-type(7n){
		margin-right: 4.5%;
	}
	#material_custom .block_base ul li:nth-of-type(6n){
		margin-right: 0;
	}*/
}
/*block_accent*/
#material_custom .block_accent {
  margin-bottom: 85px;
}
#material_custom .block_accent .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#material_custom .block_accent .box {
  width: 30.03%;
}
#material_custom .block_accent h3 {
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
  margin-bottom: 15px;
}
#material_custom .block_accent h3 img {
  width: auto;
  height: 24px;
  margin-bottom: 15px;
}
#material_custom .block_accent h3 + .product_temp_text {
  margin-bottom: 20px;
  min-height: 4em;
}
#material_custom .block_accent li {
  margin-bottom: 24px;
}
#material_custom .block_accent .inner + .product_temp_text {
  margin-top: -5px;
}
@media screen and (max-width: 768px) {
  #material_custom .block_accent {
    margin-bottom: 55px;
  }
  #material_custom .block_accent .inner {
    display: block;
  }
  #material_custom .block_accent .box {
    width: 100%;
    margin-bottom: 36px;
  }
  #material_custom .block_accent h3 {
    padding-bottom: 6px;
    margin-bottom: 12px;
  }
  #material_custom .block_accent h3 img {
    height: 22px;
  }
  #material_custom .block_accent h3 + .product_temp_text {
    min-height: inherit;
  }
  #material_custom .block_accent ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #material_custom .block_accent li {
    width: 47.1%;
    margin-bottom: 0;
  }
  #material_custom .block_accent .inner + .product_temp_text {
    font-size: 11px;
  }
}
/*block_doordesign*/
#material_custom .block_doordesign {
  padding-bottom: 155px;
  margin-bottom: 57px;
  background: url(../images/product/materialmix/icn_and.png) no-repeat center
    bottom;
  -webkit-background-size: 100px auto;
  background-size: 100px auto;
}
#material_custom .block_doordesign ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
#material_custom .block_doordesign li {
  text-align: center;
  padding: 0 10px;
  width: 25%;
}
#material_custom .block_doordesign .img {
  max-width: 142px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #material_custom .block_doordesign {
    padding-bottom: 135px;
    margin-bottom: 50px;
    -webkit-background-size: 65px auto;
    background-size: 65px auto;
  }
  #material_custom .block_doordesign ul {
    margin-bottom: 0;
  }
  #material_custom .block_doordesign li {
    width: 50%;
    margin-bottom: 30px;
  }
  #material_custom .block_doordesign .img {
    max-width: 108px;
  }
  #material_custom .block_doordesign ul + .product_temp_text {
    font-size: 11px;
    margin-top: -9px;
  }
}
/*block_shoesboxdesign*/
#material_custom .block_shoesboxdesign .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#material_custom .block_shoesboxdesign .plan_box {
  width: 100%;
}
#material_custom .block_shoesboxdesign h3 {
  font-size: 12px;
  border-bottom: 1px solid #fff;
  padding-bottom: 7px;
  margin-bottom: 28px;
}
#material_custom .block_shoesboxdesign ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#material_custom .block_shoesboxdesign li {
  width: 19.5%;
  text-align: center;
  margin-bottom: 37px;

  width: 16.5%;
}
/*#material_custom .block_shoesboxdesign .img{
	max-width: 133px;
	margin:0 auto;
}*/
#material_custom .block_shoesboxdesign .plan_box03 {
  width: 58.5%;
}
#material_custom .block_shoesboxdesign .plan_box03 li {
  width: 28.3%;
}
#material_custom .block_shoesboxdesign .plan_box02 {
  width: 37%;
}
#material_custom .block_shoesboxdesign .plan_box02 li {
  width: 44.6%;
}
@media screen and (max-width: 768px) {
  #material_custom .block_shoesboxdesign .plan_box {
    width: 100% !important;
    margin-bottom: 10px;
  }
  #material_custom .block_shoesboxdesign .plan_box:last-of-type {
    margin-bottom: 0;
  }
  #material_custom .block_shoesboxdesign h3 {
    margin-bottom: 20px;
  }
  #material_custom .block_shoesboxdesign ul:after {
    content: "";
    display: block;
    width: 33.33%;
  }
  #material_custom .block_shoesboxdesign li {
    width: 33.33% !important;
    padding: 0 8px;
    margin-bottom: 25px;
  }
  #material_custom .block_shoesboxdesign .img {
    max-width: 95px;
    margin: 0 auto;
  }
}

/*----------------------
	material_lineup
------------------------*/
#material_lineup {
  text-align: center;
}
#material_lineup p {
  letter-spacing: normal;
}
#material_lineup .main_ttl {
  background: #604c3f;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  padding: 15px;
  margin-bottom: 37px;
}
#material_lineup .product_temp_text {
  font-size: 13px;
}
#material_lineup .product_temp_section {
  border-top: 1px solid #a09f9f;
  margin-top: 100px;
  padding: 0 0 100px;
}
#material_lineup .product_temp_section.door_area {
  margin-top: 74px;
}
#material_lineup h3 {
  margin-bottom: 68px;
}
#material_lineup .catch {
  font-size: 20px;
  font-weight: bold;
  line-height: 2;
  margin-bottom: 55px;
  color: #414141;
}
#material_lineup .example_img {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#material_lineup .example_img:after {
  content: "";
  display: block;
  width: 32%;
  max-width: 335px;
}
#material_lineup .example_img > li {
  width: 32%;
  max-width: 335px;
  margin-bottom: 40px;
}
#material_lineup .example_img li .sub_ttl {
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  color: #414141;
  border-bottom: 1px solid #d5d4d4;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
#material_lineup .example_img li .img + .img {
  margin-top: 25px;
}
#material_lineup .example_img li .img img {
  width: 100%;
  height: auto;
}
#material_lineup .product_temp_section .product_temp_text {
  font-weight: bold;
  margin-bottom: 40px;
}
#material_lineup .product_temp_section .product_temp_text.big {
  font-size: 16px;
}
#material_lineup .product_temp_section .example_img > li .product_temp_text {
  font-weight: normal;
  margin-bottom: 0;
  text-align: left;
}
#material_lineup .example_img .list {
  margin: 22px -10px 0;
  display: flex;
  justify-content: space-between;
}
#material_lineup .example_img .list li {
  padding: 0 10px;
  width: 25%;
}
#material_lineup
  .product_temp_section
  .example_img
  > li
  .list
  .product_temp_text {
  text-align: center;
  margin-top: 8px;
}
#material_lineup
  .product_temp_section
  .example_img
  > li
  .list
  .product_temp_text
  .small {
  font-size: 12px;
  line-height: 1.58;
  display: block;
  letter-spacing: normal;
}
#material_lineup
  .product_temp_section
  .example_img
  > li
  .product_temp_text.info_txt {
  text-align: center;
  font-size: 12px;
  margin-top: 6px;
}
/*ドア*/
#material_lineup .door_area .example_img {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  justify-content: space-between;
}
#material_lineup .door_area .example_img .left {
  width: 52.7%;
  max-width: inherit;
}
#material_lineup .door_area .example_img .right {
  width: 38.8%;
  max-width: inherit;
}
#material_lineup .door_area .example_img .right li {
  width: 33.33%;
}
#material_lineup .door_area .example_img .list li img {
  max-width: 95px;
  margin: 0 auto;
}
#material_lineup .door_area h3 {
  margin-bottom: 53px;
}
#material_lineup .door_area .catch {
  margin-bottom: 40px;
}
#material_lineup .door_area .catch img {
  image-rendering: -webkit-optimize-contrast;
}
@media screen and (max-width: 768px) {
  #material_lineup .main_ttl {
    font-size: 18px;
    padding: 11px;
    margin-bottom: 22px;
  }
  #material_lineup .product_temp_section {
    margin-top: 0;
    padding-bottom: 75px;
  }
  #material_lineup .product_temp_section.door_area {
    margin-top: 45px;
  }
  #material_lineup h3 {
    margin-bottom: 28px;
  }
  #material_lineup h3 img {
    width: 230px;
    height: auto;
  }
  #material_lineup .catch {
    font-size: 17px;
    line-height: 1.68;
    margin-bottom: 40px;
  }
  #material_lineup .example_img {
    display: block;
  }
  #material_lineup .example_img:after {
    content: none;
  }
  #material_lineup .example_img > li {
    width: 100%;
    max-width: inherit;
  }
  #material_lineup .product_temp_section .product_temp_text {
    text-align: left;
    margin-bottom: 35px;
  }
  #material_lineup .product_temp_section .product_temp_text.big {
    font-size: 14px;
  }
  #material_lineup .example_img .list {
    margin: 20px 0 -30px;
    flex-wrap: wrap;
  }
  #material_lineup .example_img .list li {
    width: 50%;
    margin-bottom: 30px;
  }
  #material_lineup
    .product_temp_section
    .example_img
    > li
    .product_temp_text.info_txt {
    text-align: left;
    margin-top: 20px;
  }
  /*ドア*/
  #material_lineup .door_area .example_img .left {
    width: 100%;
  }
  #material_lineup .door_area .example_img .right {
    width: 100%;
  }
  #material_lineup .door_area .example_img .right li {
    width: 50%;
  }
  #material_lineup .door_area .example_img .list li img {
    max-width: 108px;
    margin: 0 auto;
  }
  #material_lineup .door_area h3 {
    margin-bottom: 30px;
  }
  #material_lineup .door_area .catch {
    margin-bottom: 30px;
  }
  #material_lineup .door_area .catch img {
    width: 290px;
    height: auto;
  }
}

/*----------------------
material_catalog_btn
------------------------*/
.material_catalog_btn {
  margin-bottom: 90px;
}
.material_catalog_btn .product_temp_link {
  max-width: 608px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
.material_catalog_btn .product_temp_link a {
  width: 100%;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .material_catalog_btn {
    margin-bottom: 40px;
  }
  .material_catalog_btn .product_temp_link {
    width: 90%;
  }
  .material_catalog_btn .product_temp_link a {
    padding-left: 15px;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■マテリアルミックス ギャラリー
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#material_gallery h2 {
  text-align: center;
  margin-bottom: 57px;
}
#material_gallery p {
  letter-spacing: normal;
}
/*----------------------
tab,ALL
------------------------*/
#material_gallery .tab {
	margin: 0 auto 20px auto;
	max-width: 700px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#material_gallery .tab li {
	width: 50%;
	max-width: 330px;
	margin-bottom: 40px;
}
#material_gallery .tab li img {
  max-width: 100%;
  height: auto;
}

#material_gallery .tab li input[type="radio"] {
  display: none;
}
#material_gallery .tab li input[type="radio"] + label {
  position: relative;
  margin: 0;
  display: block;
  width: 100%;
  padding-top: 24.2%;
  cursor: pointer;
}
#material_gallery .tab li input[type="radio"] + label:hover {
  opacity: 0.8;
}
#material_gallery .tab li input[type="radio"] + label[for="check1"] {
  background: url("../images/product/materialmix/gallery/btn_1.jpg") no-repeat
    left top / cover;
}
#material_gallery .tab li input[type="radio"] + label.active[for="check1"] {
  background: url("../images/product/materialmix/gallery/btn_on_1.jpg")
    no-repeat left top / cover;
}
#material_gallery .tab li input[type="radio"] + label[for="check2"] {
  background: url("../images/product/materialmix/gallery/btn_2.jpg") no-repeat
    left top / cover;
}
#material_gallery .tab li input[type="radio"] + label.active[for="check2"] {
  background: url("../images/product/materialmix/gallery/btn_on_2.jpg")
    no-repeat left top / cover;
}
#material_gallery .tab li input[type="radio"] + label[for="check3"] {
  background: url("../images/product/materialmix/gallery/btn_3.jpg") no-repeat
    left top / cover;
}
#material_gallery .tab li input[type="radio"] + label.active[for="check3"] {
  background: url("../images/product/materialmix/gallery/btn_on_3.jpg")
    no-repeat left top / cover;
}
#material_gallery .tab li input[type="radio"] + label[for="check4"] {
	background: url("../images/product/materialmix/gallery/btn_4.jpg") no-repeat left top / cover;
}
#material_gallery .tab li input[type="radio"] + label.active[for="check4"] {
	background: url("../images/product/materialmix/gallery/btn_on_4.jpg") no-repeat left top / cover;
}

#material_gallery #allbtn img {
  cursor: pointer;
}
#material_gallery #allbtn img:hover {
  opacity: 0.8;
}
#material_gallery .all {
  width: 130px;
  margin: 30px auto 0;
  text-align: center;
}
#material_gallery .all input[type="radio"] {
  display: none;
}
#material_gallery .all label {
  cursor: pointer;
}
#material_gallery .all span:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  transition: 0.5s;
}
#material_gallery .all img {
  width: 130px;
  height: 32px;
}

@media screen and (max-width: 768px) {
  #material_gallery .tab {
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 -4px 20px;
  }
  #material_gallery .tab li {
    width: 50%;
    padding: 0 4px;
    margin-bottom: 10px;
  }
  #material_gallery .all {
    margin: 30px auto;
    width: 114px;
  }
  #material_gallery .all img {
    width: 114px;
    height: 28px;
  }
}

/*----------------------
gallery_body
------------------------*/
.gallery_body {
  margin: 60px 0;
}

.gallery_body .coordinate {
  margin: 0 auto -20px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.gallery_body .coordinate:after {
  content: "";
  display: block;
  width: calc(100% / 3 - 12px);
  width: -webkit-calc(100% / 3 - 12px);
}

.gallery_body .coordinate li {
  width: calc(100% / 3 - 12px);
  width: -webkit-calc(100% / 3 - 12px);
  margin: 0 0 20px 0;
  padding: 0;
}
.gallery_body .coordinate li img {
  max-width: 100%;
  height: auto;
}

.gallery_body .coordinate li.hide {
  display: none !important;
}

.gallery_body .coordinate li label {
  display: block;
  cursor: pointer;
}
.gallery_body .coordinate li label:hover {
  opacity: 0.8;
}
.gallery_body .coordinate li label img {
  width: 100%;
  display: none;
}
@media screen and (max-width: 768px) {
  .gallery_body {
    margin: 32px 0 40px 0;
  }

  .gallery_body .coordinate {
    margin: 0 auto -6px auto;
  }

  .gallery_body .coordinate:after {
    display: none;
  }

  .gallery_body .coordinate li {
    width: calc(50% - 3px);
    width: -webkit-calc(50% - 3px);
    margin: 0 0 6px 0;
  }
}

/*ポップアップ*/
.materialmix_wrap #material_gallery .modal .img img {
  max-width: 100%;
  height: auto;
}
.page_materialmix .lity {
  background: rgba(255, 255, 255, 0.75);
}
.page_materialmix .lity-container {
  box-shadow: 0 0 8px rgb(0 0 0 / 15%);
}
.page_materialmix .popup_box {
  width: auto;
}
.page_materialmix .popup_box .inner {
  padding: 0px;
}
.page_materialmix .popup_box img {
  height: auto;
}
.page_materialmix .popup_box .inner_wrap {
  padding: 40px 35px;
  max-width: 720px;
  font-size: 13px;
  line-height: 1.69;
}
.page_materialmix .popup_box .inner_wrap .product_temp_text {
  font-size: 13px;
  letter-spacing: normal;
}
.page_materialmix .popup_box .inner_wrap img {
  max-width: 100%;
  height: auto;
}
.page_materialmix .popup_box .cat_ttl {
  text-align: center;
  line-height: 1.4;
  font-weight: bold;
  font-size: 20px;
  background: #604c3f;
  color: #fff;
  padding: 4px 10px;
  margin-bottom: 10px;
}
.page_materialmix .popup_box .read_txt {
  margin-bottom: 23px;
}
.page_materialmix .popup_box .main_img {
  margin-bottom: 30px;
}
.page_materialmix .popup_box .txt_area {
  display: flex;
  justify-content: space-between;
}
.page_materialmix .popup_box .left,
.page_materialmix .popup_box .right {
  width: 49%;
  max-width: 305px;
}
.page_materialmix .popup_box .inner_wrap .sub_ttl {
  font-size: 12px;
  border-bottom: 1px solid #b4b4b4;
  padding-bottom: 3px;
  margin-bottom: 20px;
}
.page_materialmix .popup_box .txt_area ul {
  display: flex;
  flex-wrap: wrap;
  color: #666;
}
.page_materialmix .popup_box .txt_area ul li .product_temp_text {
  margin-top: 8px;
  line-height: 1.4;
}
.page_materialmix .popup_box .txt_area .color {
  margin-bottom: 28px;
}
.page_materialmix .popup_box .txt_area .color ul li {
  margin-right: 12px;
  max-width: 120px;
}
.page_materialmix .popup_box .txt_area .lineup ul {
  justify-content: space-between;
}
.page_materialmix .popup_box .txt_area .lineup ul li {
  width: calc(50% - 7px);
  max-width: 145px;
}
.page_materialmix .popup_box .list li {
  text-indent: -1em;
  padding-left: 1em;
  letter-spacing: normal;
}
.page_materialmix .popup_box .list li:before {
  content: "◎";
}
@media screen and (max-width: 768px) {
  .page_materialmix .popup_box .inner_wrap {
    font-size: 12px;
    padding: 15px;
  }
  .page_materialmix .popup_box .inner_wrap .product_temp_text {
    font-size: 12px;
  }
  .page_materialmix .popup_box .inner_wrap img {
    max-width: 100%;
    height: auto;
  }
  .page_materialmix .popup_box .cat_ttl {
    font-size: 17px;
    padding: 3px 10px;
    margin-bottom: 5px;
  }
  .page_materialmix .popup_box .read_txt {
    margin-bottom: 25px;
    line-height: 1.52;
  }
  .page_materialmix .popup_box .main_img {
    margin-bottom: 22px;
  }
  .page_materialmix .popup_box .txt_area {
    display: block;
    padding: 0 9.3%;
  }
  .page_materialmix .popup_box .left,
  .page_materialmix .popup_box .right {
    width: 100%;
    max-width: inherit;
  }
  .page_materialmix .popup_box .inner_wrap .sub_ttl {
    font-size: 11px;
  }
  .page_materialmix .popup_box .left {
    margin-bottom: 25px;
  }
  .page_materialmix .popup_box .txt_area .color {
    margin-bottom: 40px;
  }
  .page_materialmix .popup_box .txt_area .color ul li {
    width: 45.5%;
    max-width: 127px;
    margin-right: 0;
    padding-right: 12px;
  }
  .page_materialmix .popup_box .txt_area .lineup ul li {
    max-width: 137px;
  }
}

/* ----------------------------------------------------
マージン設定　追加
-----------------------------------------------------*/
/* ----- margin bottom -----*/
.mb0 {
  margin-bottom: 0px !important;
}
@media screen and (max-width: 600px) {
  .mb0 {
    margin-bottom: 0px !important;
  }
}

.mb5 {
  margin-bottom: 5px !important;
}
@media screen and (max-width: 600px) {
  .mb5 {
    margin-bottom: 4px !important;
  }
}

.mb10 {
  margin-bottom: 10px !important;
}
@media screen and (max-width: 600px) {
  .mb10 {
    margin-bottom: 8px !important;
  }
}

.mb15 {
  margin-bottom: 15px !important;
}
@media screen and (max-width: 600px) {
  .mb15 {
    margin-bottom: 12px !important;
  }
}

.mb20 {
  margin-bottom: 20px !important;
}
@media screen and (max-width: 600px) {
  .mb20 {
    margin-bottom: 16px !important;
  }
}

.mb25 {
  margin-bottom: 25px !important;
}
@media screen and (max-width: 600px) {
  .mb25 {
    margin-bottom: 20px !important;
  }
}

.mb30 {
  margin-bottom: 30px !important;
}
@media screen and (max-width: 600px) {
  .mb30 {
    margin-bottom: 24px !important;
  }
}

.mb35 {
  margin-bottom: 35px !important;
}
@media screen and (max-width: 600px) {
  .mb35 {
    margin-bottom: 28px !important;
  }
}

.mb40 {
  margin-bottom: 40px !important;
}
@media screen and (max-width: 600px) {
  .mb40 {
    margin-bottom: 32px !important;
  }
}

.mb45 {
  margin-bottom: 45px !important;
}
@media screen and (max-width: 600px) {
  .mb45 {
    margin-bottom: 36px !important;
  }
}

.mb50 {
  margin-bottom: 50px !important;
}
@media screen and (max-width: 600px) {
  .mb50 {
    margin-bottom: 40px !important;
  }
}

.mb55 {
  margin-bottom: 55px !important;
}
@media screen and (max-width: 600px) {
  .mb55 {
    margin-bottom: 44px !important;
  }
}

.mb60 {
  margin-bottom: 60px !important;
}
@media screen and (max-width: 600px) {
  .mb60 {
    margin-bottom: 48px !important;
  }
}

.mb65 {
  margin-bottom: 65px !important;
}
@media screen and (max-width: 600px) {
  .mb65 {
    margin-bottom: 52px !important;
  }
}

.mb70 {
  margin-bottom: 70px !important;
}
@media screen and (max-width: 600px) {
  .mb70 {
    margin-bottom: 56px !important;
  }
}

.mb75 {
  margin-bottom: 75px !important;
}
@media screen and (max-width: 600px) {
  .mb75 {
    margin-bottom: 60px !important;
  }
}

.mb80 {
  margin-bottom: 80px !important;
}
@media screen and (max-width: 600px) {
  .mb80 {
    margin-bottom: 64px !important;
  }
}

.mb85 {
  margin-bottom: 85px !important;
}
@media screen and (max-width: 600px) {
  .mb85 {
    margin-bottom: 68px !important;
  }
}

.mb90 {
  margin-bottom: 90px !important;
}
@media screen and (max-width: 600px) {
  .mb90 {
    margin-bottom: 72px !important;
  }
}

.mb95 {
  margin-bottom: 95px !important;
}
@media screen and (max-width: 600px) {
  .mb95 {
    margin-bottom: 76px !important;
  }
}

.mb100 {
  margin-bottom: 100px !important;
}
@media screen and (max-width: 600px) {
  .mb100 {
    margin-bottom: 80px !important;
  }
}

/* ----- margin top -----*/
.mt0 {
  margin-top: 0px !important;
}
@media screen and (max-width: 600px) {
  .mt0 {
    margin-top: 0px !important;
  }
}

.mt5 {
  margin-top: 5px !important;
}
@media screen and (max-width: 600px) {
  .mt5 {
    margin-top: 4px !important;
  }
}

.mt10 {
  margin-top: 10px !important;
}
@media screen and (max-width: 600px) {
  .mt10 {
    margin-top: 8px !important;
  }
}

.mt15 {
  margin-top: 15px !important;
}
@media screen and (max-width: 600px) {
  .mt15 {
    margin-top: 12px !important;
  }
}

.mt20 {
  margin-top: 20px !important;
}
@media screen and (max-width: 600px) {
  .mt20 {
    margin-top: 16px !important;
  }
}

.mt25 {
  margin-top: 25px !important;
}
@media screen and (max-width: 600px) {
  .mt25 {
    margin-top: 20px !important;
  }
}

.mt30 {
  margin-top: 30px !important;
}
@media screen and (max-width: 600px) {
  .mt30 {
    margin-top: 24px !important;
  }
}

.mt35 {
  margin-top: 35px !important;
}
@media screen and (max-width: 600px) {
  .mt35 {
    margin-top: 28px !important;
  }
}

.mt40 {
  margin-top: 40px !important;
}
@media screen and (max-width: 600px) {
  .mt40 {
    margin-top: 32px !important;
  }
}

.mt45 {
  margin-top: 45px !important;
}
@media screen and (max-width: 600px) {
  .mt45 {
    margin-top: 36px !important;
  }
}

.mt50 {
  margin-top: 50px !important;
}
@media screen and (max-width: 600px) {
  .mt50 {
    margin-top: 40px !important;
  }
}

/* ----------------------------------------------------
幅設定
-----------------------------------------------------*/
/* ----- 幅指定 -----*/
.w0 {
  width: 0%;
}

.w5 {
  width: 5%;
}

.w10 {
  width: 10%;
}

.w15 {
  width: 15%;
}

.w20 {
  width: 20%;
}

.w25 {
  width: 25%;
}

.w30 {
  width: 30%;
}

.w35 {
  width: 35%;
}

.w40 {
  width: 40%;
}

.w45 {
  width: 45%;
}

.w50 {
  width: 50%;
}

.w55 {
  width: 55%;
}

.w60 {
  width: 60%;
}

.w65 {
  width: 65%;
}

.w70 {
  width: 70%;
}

.w75 {
  width: 75%;
}

.w80 {
  width: 80%;
}

.w85 {
  width: 85%;
}

.w90 {
  width: 90%;
}

.w95 {
  width: 95%;
}

.w100 {
  width: 100%;
}

/* ----- 最大幅指定 -----*/
.w-max-50 {
  max-width: 50px;
  height: auto;
}

.w-max-100 {
  max-width: 100px;
  height: auto;
}

.w-max-150 {
  max-width: 150px;
  height: auto;
}

.w-max-200 {
  max-width: 200px;
  height: auto;
}

.w-max-250 {
  max-width: 250px;
  height: auto;
}

.w-max-300 {
  max-width: 300px;
  height: auto;
}

.w-max-350 {
  max-width: 350px;
  height: auto;
}

.w-max-400 {
  max-width: 400px;
  height: auto;
}

.w-max-450 {
  max-width: 450px;
  height: auto;
}

.w-max-500 {
  max-width: 500px;
  height: auto;
}

.w-max-550 {
  max-width: 550px;
  height: auto;
}

.w-max-600 {
  max-width: 600px;
  height: auto;
}

.w-max-650 {
  max-width: 650px;
  height: auto;
}

.w-max-700 {
  max-width: 700px;
  height: auto;
}

.w-max-750 {
  max-width: 750px;
  height: auto;
}

.w-max-800 {
  max-width: 800px;
  height: auto;
}

.w-max-850 {
  max-width: 850px;
  height: auto;
}

.w-max-900 {
  max-width: 900px;
  height: auto;
}

.w-max-950 {
  max-width: 950px;
  height: auto;
}

.w-max-1000 {
  max-width: 1000px;
  height: auto;
}

/* ----- 最小幅指定 -----*/
.w-min-50 {
  min-width: 50px;
  height: auto;
}

.w-min-100 {
  min-width: 100px;
  height: auto;
}

.w-min-150 {
  min-width: 150px;
  height: auto;
}

.w-min-200 {
  min-width: 200px;
  height: auto;
}

.w-min-250 {
  min-width: 250px;
  height: auto;
}

.w-min-300 {
  min-width: 300px;
  height: auto;
}

.w-min-350 {
  min-width: 350px;
  height: auto;
}

.w-min-400 {
  min-width: 400px;
  height: auto;
}

.w-min-450 {
  min-width: 450px;
  height: auto;
}

.w-min-500 {
  min-width: 500px;
  height: auto;
}

.w-min-550 {
  min-width: 550px;
  height: auto;
}

.w-min-600 {
  min-width: 600px;
  height: auto;
}

.w-min-650 {
  min-width: 650px;
  height: auto;
}

.w-min-700 {
  min-width: 700px;
  height: auto;
}

.w-min-750 {
  min-width: 750px;
  height: auto;
}

.w-min-800 {
  min-width: 800px;
  height: auto;
}

.w-min-850 {
  min-width: 850px;
  height: auto;
}

.w-min-900 {
  min-width: 900px;
  height: auto;
}

.w-min-950 {
  min-width: 950px;
  height: auto;
}

.w-min-1000 {
  min-width: 1000px;
  height: auto;
}

/* ----------------------------------------------------
pc sp 入れ替え
-----------------------------------------------------*/
.pc-only {
  display: inline-block;
}
@media screen and (max-width: 600px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}
@media screen and (max-width: 600px) {
  .sp-only {
    display: inline-block;
  }
}

/* ----------------------------------------------------
#popup_wrap02
-----------------------------------------------------*/

@media screen and (max-width: 768px) {
  .popup_box02 {
    width: 100%;
  }
  .popup_box02 p {
    float: none !important;
  }
  .popup_box img {
    width: 100%;
    height: auto;
  }
}

/* ----------------------------------------------------
skismdoorT追加
-----------------------------------------------------*/

.product_sub_title {
  font-size: 16px;
  color: #9a9a9a;
  font-weight: bold;
  margin-bottom: 5px;
  position: relative;
}

/* ---------------------------------------------------- 
door/indirect_lighting 追加 
-----------------------------------------------------*/

.indirect_skisms_block {
  background: #f1efef;
  padding: 50px;
}
.indirect_skisms_block img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .indirect_skisms_block {
    padding: 20px;
  }
}

.indirect_flow {
  display: flex;
}
.indirect_flow > p {
  width: 50%;
}
.indirect_flow > p img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .indirect_flow {
    display: block;
  }
  .indirect_flow > p {
    width: 100%;
  }
}

.dimming #swapArea {
  position: relative;
}
.dimming #swapArea .naviImage {
  height: 510px;
  margin: auto;
}
.dimming #swapArea .naviImage p {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
}
.dimming #swapArea .naviImage p.active {
  z-index: 3;
}
.dimming #swapArea .naviImage p.last-active {
  z-index: 2;
}
.dimming #swapArea .dimming_area_title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.dimming #swapArea .dimming_area {
  position: relative;
  width: 840px;
  margin: auto;
}
.dimming #swapArea .dimming_area .navi {
}
.dimming #swapArea .dimming_area .navi li {
  position: absolute;
  transform: translate(-50%, 0);
  bottom: -90px;
}
.dimming #swapArea .dimming_area .navi li:nth-child(1) {
  left: 10%;
}
.dimming #swapArea .dimming_area .navi li:nth-child(2) {
  right: 37%;
}
.dimming #swapArea .dimming_area .navi li:nth-child(3) {
  right: 10%;
}
.dimming #swapArea .dimming_area .navi li:nth-child(4) {
  right: -7%;
}
.dimming #swapArea .dimming_area .navi li span {
  position: relative;
  cursor: pointer;
}
.dimming #swapArea .dimming_area .navi li img {
  width: 105px;
}
@media screen and (max-width: 875px) {
  .dimming {
    padding-bottom: 0;
  }
  .dimming #swapArea .naviImage {
    width: 100%;
    height: 550px;
  }
  .dimming #swapArea .naviImage p {
    width: 100%;
  }
  .dimming #swapArea .naviImage img {
    width: 100%;
  }
  .dimming #swapArea .dimming_area {
    width: 100%;
  }
  .dimming #swapArea .dimming_area_title {
    font-size: 18px;
    text-align: center;
    border-bottom: 1px solid #666;
    padding-bottom: 5px;
    margin-bottom: 10px;
  }
  .dimming #swapArea .dimming_area_line {
    display: none;
  }
  .dimming #swapArea .dimming_area .navi ul {
    display: flex;
    justify-content: space-between;
  }
  .dimming #swapArea .dimming_area .navi li {
    width: 48%;
    position: inherit;
    transform: translate(0, 0);
    bottom: 0;
  }
  .dimming #swapArea .dimming_area .navi li img {
    width: 100%;
  }
}

@media screen and (max-width: 840px) {
  .dimming #swapArea .naviImage {
    height: 520px;
  }
}

@media screen and (max-width: 720px) {
  .dimming #swapArea .naviImage {
    height: 450px;
  }
}

@media screen and (max-width: 600px) {
  .dimming #swapArea .naviImage {
    height: 380px;
  }
}

@media screen and (max-width: 500px) {
  .dimming #swapArea .naviImage {
    height: 320px;
  }
}


.indirect_example_list {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.indirect_example_list li {
  width: 48%;
}
.indirect_example_list img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .indirect_example_list {
    display: block;
  }
  .indirect_example_list li {
    width: 100%;
    margin-bottom: 15px;
  }
}

.indirect_floor_box {
}
@media screen and (max-width: 1120px) {
  .indirect_floor_box {
    display: none;
  }
}

/*lapotte*/
.lapotte .product_temp_list_color_tab li {
  width: 31%;
  margin-right: 3.5%;
}
.lapotte .product_temp_list_color_tab li:nth-child(5n) {
  margin-right: 3.5%;
}
.lapotte .product_temp_list_color_tab li:nth-child(3n) {
  margin-right: 0;
}
.lapotte .product_temp_list_color_tab li:nth-child(n + 4) {
  margin-top: 50px;
}
.lapotte .product_temp_list_color_tab_sub {
  margin-top: 20px;
  letter-spacing: 0;
  font-size: 0;
}
.lapotte .product_temp_list_color_tab_sub li {
  width: 46.5%;
  margin-right: 0;
}
.lapotte .product_temp_list_color_tab_sub li:nth-child(5n) {
  margin-right: 0;
}
.lapotte .product_temp_list_color_tab_sub li:nth-child(2n) {
  margin-left: 7%;
}
.lapotte .product_temp_list_color_tab_sub li:nth-child(n + 3) {
  margin-top: 15px;
}
.lapotte .product_temp_list_color_tab_sub p {
  font-size: 10px;
}
.lapotte .product_temp_list2,
.lapotte_list3 {
  margin-top: 25px;
}
.lapotte_list3 {
  letter-spacing: 0;
  font-size: 0;
}
.lapotte_list3 li {
  display: inline-block;
  vertical-align: top;
}
.lapotte_list3 li:nth-child(1) {
  width: 70%;
}
.lapotte_list3 li:nth-child(2) {
  width: 25%;
  margin-left: 5%;
}
.lapotte_list3 img {
  width: 100%;
}
.lapotte .product_temp_intro_box_logo {
  padding: 0 45px;
}
.lapotte .product_temp_list_color_tab span.bold {
  display: inline;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ",
    Meiryo, Arial, Verdana, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
  font-size: 12px;
}
.product_plan_ttl_area {
  margin-bottom: 18px;
  letter-spacing: 0;
  font-size: 0;
}
.product_plan_num_area {
  background: #00953e;
  display: inline-block;
  width: 60px;
  height: 60px;
  padding-top: 5px;
  border-radius: 10px;
  vertical-align: top;
}
.product_plan_num_area span {
  font-size: 16px;
  display: block;
  text-align: center;
  line-height: 1;
  color: #fff;
}
.product_plan_ttl_sec {
  width: calc(100% - 82px);
  display: inline-block;
  margin-left: 20px;
}
.product_plan_num_area .product_plan_num {
  font-size: 38px;
}
.product_plan_ttl {
  display: inline-block;
  font-size: 20px;
  color: #666;
}
.product_plan_ttl_top p {
  display: inline-block;
}
.product_plan_ttl_area p {
  font-size: 14px;
  color: #666;
}
.product_notice {
  margin-top: 10px;
  text-align: right;
  font-size: 14px;
}
.product_lapotte_validation_img {
  width: 400px;
  max-width: 90%;
  margin: 0 auto;
}
.product_lapotte_validation_img img {
  width: 100%;
}
.lapotte_sink .product_temp_list2 li:nth-of-type(2) .all_list_copy {
  margin-top: 35px;
}
.lapotte_sink .product_temp_list2 li:nth-of-type(2) img {
  width: 68%;
}
.lapotte_sink .product_temp_list2 li:nth-of-type(3) img {
  width: 60%;
}
@media screen and (max-width: 480px) {
  .lapotte .product_temp_list_color_tab li {
    width: 100%;
    margin-right: 0;
  }
  .lapotte .product_temp_list_color_tab li:nth-child(9n),
  .lapotte .product_temp_list_color_tab li:nth-child(5n),
  .lapotte .product_temp_list_color_tab li:nth-child(3n) {
    margin-right: 0;
  }
  .lapotte .product_temp_list_color_tab li:nth-child(2n) {
    margin-right: 0;
  }
  .lapotte .product_temp_list_color_tab li:nth-child(n + 2) {
    margin-top: 50px;
  }
  .lapotte .product_temp_list_color_tab_sub li {
    width: 46.5%;
    margin-right: 0;
  }
  .lapotte .product_temp_list_color_tab_sub li:nth-child(5n) {
    margin-right: 0;
  }
  .lapotte .product_temp_list_color_tab_sub li:nth-child(2n) {
    margin-left: 7%;
  }
  .lapotte .product_temp_list_color_tab_sub li:nth-child(2) {
    margin-top: 0;
  }
  .lapotte .product_temp_list_color_tab_sub li:nth-child(n + 3) {
    margin-top: 15px;
  }
  .lapotte_list3 li:nth-child(1) {
    width: 100%;
  }
  .lapotte_list3 li:nth-child(2) {
    width: 100%;
    margin: 30px 0 0;
  }
  .lapotte_list3 li:nth-child(2) img {
    width: 40%;
    display: block;
  }
  .lapotte .product_temp_intro_box_logo {
    padding: 10px 20px 20px;
  }
}

.product_temp_list6 {
  overflow: hidden;
  margin: 15px -20px 0;
}
.product_temp_list6 li {
  padding: 0 20px;
  float: left;
  width: 16%;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.product_temp_list6 li:nth-of-type(6n + 1) {
  clear: left;
}
.product_temp_list6 li img {
  width: 100%;
  height: auto;
}
.product_temp_list6 .product_temp_text_small {
  margin-top: 10px;
  margin-bottom: 10px;
}

.product_temp_list6 li.list2 {
  width: 33%;
}
.product_temp_list6 li.list2 ul {
  overflow: hidden;
  margin: 0 -20px;
}
.product_temp_list6 li.list2 li {
  width: 50%;
  margin-bottom: 0;
}

.product_temp_list6 li.list2_a {
  width: 60%;
}
.product_temp_list6 li.list2_a ul {
  overflow: hidden;
  margin: 0 -20px;
}
.product_temp_list6 li.list2_a li {
  width: 50%;
  margin-bottom: 0;
}

.product_temp_list6 li p {
  font-size: 12px;
}
.product_temp_list6 li p .new {
  font-weight: bold;
  color: #ff0000;
}
@media screen and (max-width: 768px) {
  .product_temp_list6 {
    margin: 10px -7px 0;
  }
  .product_temp_list6 li {
    padding: 0 7px;
    width: 50%;
  }
  .product_temp_list6 li:nth-of-type(2n + 1) {
    clear: left;
  }
  .product_temp_list6 .product_temp_text_small {
    margin-top: 5px;
    font-size: 12px;
  }
  .product_temp_list6 li.list2 {
    width: 100%;
  }
  .product_temp_list6 li.list2 ul {
    margin: 0 -10px;
  }
  .product_temp_list6 li.list2_a {
    width: 100%;
  }
  .product_temp_list6 li.list2_a ul {
    margin: 0 -10px;
  }

  .product_temp_list6 li.list3 {
    width: 100%;
  }
  .product_temp_list6 li.list3 ul {
    margin: 0 -10px;
  }
  .product_temp_list6 li.list3 li {
    width: 50%;
    margin-bottom: 20px;
  }
  .product_temp_list6 li.list3 li:last-of-type {
    margin-bottom: 0;
  }
  .product_temp_list6 li.sp_long {
    width: 100%;
  }
  .product_temp_list6 li.sp_long .img {
    width: calc(50% - 7px);
  }
  .product_temp_list6 .product_temp_text_g,
  .product_temp_section_sub .kome {
    font-size: 12px;
  }
}

/*-------------------------------------------------------------------------
modal
-------------------------------------------------------------------------*/
.materialmix_wrap .modal input[type="checkbox"] {
  display: none;
}

.materialmix_wrap .modal .overlay {
  visibility: hidden;
  opacity: 0;
  transition: all 0.25s ease;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.75);
  pointer-events: none;
}

.materialmix_wrap .modal .close {
  width: 100%;
  height: 100%;
  /*position: fixed;*/
  cursor: pointer;
  left: 0;
  top: 0;
  bottom: 0;

  display: block;
  position: absolute;
}
.materialmix_wrap .modal .close2 {
  width: 50px;
  height: 50px;
  font-size: 40px;
  line-height: 1;
  text-shadow: #fff 2px 0px, #fff -2px 0px, #fff 0px -2px, #fff 0px 2px,
    #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px,
    #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px,
    #fff 2px -1px, #fff -2px -1px;
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  bottom: auto;
  z-index: 50;
  text-align: center;
}

.materialmix_wrap .modal input:checked ~ .close {
  z-index: 10011;
}

.materialmix_wrap .modal input:checked ~ .overlay {
  transform: scale(1);
  visibility: visible;
  opacity: 1;
  z-index: 10010;
  /*overflow: auto;*/
  pointer-events: auto;
}

.materialmix_wrap .modal input:checked ~ .overlay .wrap {
  z-index: 10012;
}

.materialmix_wrap .modal .modal_wrap {
  width: 100%;
  max-width: 1118px;
  margin: auto;
  padding: 0;
  background: #fff;
  box-sizing: border-box;
  text-align: left;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  position: relative;
  height: 100%;
  max-height: 100%;
}
.materialmix_wrap #material_gallery .modal .modal_wrap {
  max-width: 700px;
}
.materialmix_wrap .modal .wrap {
  overflow-y: auto;
  max-height: 100%;
  padding: 0 30px 30px;
}

.materialmix_wrap .modal .wrap h3 {
  background: #604d3f;
  text-align: center;
  padding: 15px;
  margin: 0 -30px 35px;
}

.materialmix_wrap .modal .wrap h3 img {
  width: auto;
  height: 50px;
}

.materialmix_wrap .modal .wrap dl {
  margin: 0;
  padding: 0;
}

.materialmix_wrap .modal .wrap dt {
  margin: 0;
  padding: 0;
}

.materialmix_wrap .modal .wrap dt img {
  width: 100%;
}

.materialmix_wrap .modal .wrap dd {
  margin: 0;
  padding: 30px 30px 0;
  background: #fff;
  text-align: center;
}

.materialmix_wrap .modal .wrap dd p {
  line-height: 1.7;
  margin-bottom: 54px;
}

.materialmix_wrap .modal .wrap dd ul {
  margin: 0 0 -15px 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.materialmix_wrap .modal .wrap dd li {
  width: calc(50% - 30px);
  width: -webkit-calc(50% - 30px);
  margin: 0 15px 40px;
  padding: 0;
  position: relative;
}
.materialmix_wrap .modal .wrap dd li::before {
  content: "è£½å“æƒ…å ±ã¯ã“ã¡ã‚‰";
  position: absolute;
  top: -22px;
  left: 15px;
}
.materialmix_wrap .modal .wrap dd li::after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #70adff;
  position: absolute;
  top: -20px;
  left: 0;
}

.materialmix_wrap .modal .wrap dd ul.center {
  justify-content: center;
}
/*-----------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  .materialmix_wrap .modal .close2 {
    width: 45px;
    height: 45px;
  }

  .materialmix_wrap .modal .wrap {
    width: auto;
    margin: auto 20px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
    padding: 0 15px 15px;
  }

  .materialmix_wrap .modal .wrap h3 {
    padding: 12px;
    margin: 0 -15px 20px;
  }
  .materialmix_wrap .modal .wrap h3 img {
    height: 40px;
  }

  .materialmix_wrap .modal .wrap dd {
    padding: 15px;
  }

  .materialmix_wrap .modal .wrap dd p {
    margin-bottom: 35px;
  }

  .materialmix_wrap .modal .wrap dd h4 {
    margin-bottom: 15px;
  }

  .materialmix_wrap .modal .wrap dd ul {
    margin: 0;
    display: block;
  }

  .materialmix_wrap .modal .wrap dd li {
    width: 100%;
    margin: 0 0 38px 0;
  }

  .materialmix_wrap .modal .wrap dd li:last-child {
    margin-bottom: 0;
  }
}

/*-------------------------------------------------------------------------
2022追加
-------------------------------------------------------------------------*/
.banaarea {
  text-align: center;
  width: 100%;
}

.banaarea img {
  max-width: 100%;
  display: block;
  margin: auto;
}

.catchnew {
  font-size: 38px;
  font-weight: bold;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

#pickup_door_color_mode {
  padding-top: 0;
}
#pickup_door_color_mode .inner {
  overflow: hidden;
}
#pickup_door_color_mode .box {
  margin-bottom: 42px;
  overflow: hidden;
}
#pickup_door_color_mode .box:last-of-type {
  margin-bottom: 0;
}

#pickup_door_color_mode ul {
  float: right;
}
#pickup_door_color_mode li {
  width: 25%;
}
#pickup_door_color_mode .item_3 {
  margin-top: -50px;
}
#pickup_door_color_mode .item_3 li {
  width: 33.33%;
  margin-top: 50px;
}
#pickup_door_color_mode .item_3 li:nth-of-type(3n + 1) {
  clear: left;
}

#door_intro #pickup_door_color_mode .img {
  margin-bottom: 8px;
}
#door_intro #pickup_door_color_mode .name {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 3px;
}
#pickup_door_color_mode .name span {
  display: block;
  font-size: 13px;
}
#pickup_door_color_mode .name span.new {
  display: inline-block;
  color: #ff0000;
  margin-left: 5px;
}
#pickup_door_color_mode li.h3 {
  text-align: right;
  padding-right: 30px;
}
#pickup_door_color_mode li.h3 h3 {
  display: inline-block;
  float: right;
}

.product_mode_door {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .product_mode_door {
    padding: 0 3vw;
  }
}
.product_mode_door_item {
  position: relative;
  width: 49%;
  background-color: white;
  border: 1px solid #d6c6c6;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .product_mode_door_item {
    width: auto;
    margin-bottom: 5vw;
  }
}
.product_mode_door_fig img {
  width: 100%;
}
.product_mode_door_main {
  font-size: 14px;
  padding: 20px 20px 90px;
}
@media screen and (max-width: 768px) {
  .product_mode_door_main {
    font-size: 3.4vw;
    padding: 3vw 3vw 5vw;
  }
}
.product_mode_door_title {
  font-size: 26px;
  text-align: center;
  margin-bottom: 25px;
}
.product_mode_door_title span {
  font-weight: bold;
  margin-left: 7px;
  font-size: 120%;
}
@media screen and (max-width: 768px) {
  .product_mode_door_title {
    font-size: 5vw;
    margin-bottom: 3vw;
  }
  .product_mode_door_title span {
    margin-left: 2vw;
  }
}

.product_mode_door_title span.new {
  display: inline-block;
  color: #ff0000;
  font-size: 1.2vw;
}

.product_mode_door_btn {
  position: absolute;
  left: 50%;
  bottom: 25px;
  transform: translate(-50%, 0);
}
.product_mode_door_btn a {
  font-size: 16px;
  padding: 10px 40px;
  display: block;
  color: white;
  background-color: #d6c6c6;
}
@media screen and (max-width: 768px) {
  .product_mode_door_btn {
    position: initial;
    transform: translate(0, 0);
    margin-top: 3vw;
  }
  .product_mode_door_btn a {
    text-align: center;
    font-size: 3.4vw;
    padding: 3vw;
  }
}

/*-------------------------------------------------------------------------
2022追加　スキスムTMODE
-------------------------------------------------------------------------*/

.product_mode_title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}
.product_mode_title h1 {
  margin-right: 30px;
  padding-right: 30px;
  border-right: 2px solid #ccc;
}
@media screen and (max-width: 768px) {
  .product_mode_title {
    display: block;
    margin-bottom: 10vw;
    font-size: 4.2vw;
    padding: 0 3vw;
  }
  .product_mode_title h1 {
    text-align: center;
    width: 40vw;
    margin: 0 auto 3vw;
    padding: 0;
    border-right: none;
  }
  .product_mode_title h1 img {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .product_mode_lineup {
    padding: 0 3vw;
  }
}

.product_mode_lineupblock_title {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .product_temp_title {
    margin-bottom: 5vw;
  }
  .product_mode_lineupblock_title {
    margin-bottom: 5vw;
  }
  .product_mode_lineupblock_title img {
    height: 12vw;
  }
}

.product_mode_lineupblock_row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.product_mode_lineupblock_item {
  width: 24%;
  font-size: 13px;
  color: #5b5b5c;
  margin-bottom: 20px;
}
.product_mode_lineupblock_fig {
  width: 100%;
  margin-bottom: 10px;
}
.product_mode_lineupblock_fig img {
  width: 100%;
}
.product_mode_lineupblock_name1 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}
.product_mode_lineupblock_name1 span {
  margin-left: 5px;
  color: red;
  font-weight: normal;
}
.product_mode_lineupblock_name2 {
  font-size: 15px;
  margin-bottom: 2px;
}
@media screen and (max-width: 768px) {
  .product_mode_lineupblock_row {
    margin-bottom: 0;
  }
  .product_mode_lineupblock_item {
    width: 49%;
    font-size: 3.4vw;
    margin-bottom: 5vw;
  }
  .product_mode_lineupblock_fig {
    margin-bottom: 3vw;
    text-align: center;
  }
  .product_mode_lineupblock_name1 {
    font-size: 4vw;
    margin-bottom: 1vw;
  }
  .product_mode_lineupblock_name1 span {
    margin-left: 2vw;
  }
  .product_mode_lineupblock_name2 {
    font-size: 3.6vw;
    margin-bottom: 0.5vw;
  }
}

.product_mode_designimg img {
  width: 100%;
}

.catch_02 {
  font-weight: bold;
  font-size: 16px;
  color: #ae9371;
  line-height: 1.66;
  margin-bottom: 12px;
}

/* ========================================
caves
==========================================*/

.product_temp_intro_box .logo img {
  width: initial;
}
@media screen and (max-width: 768px) {
  .product_temp_intro_box .logo img {
    width: 70vw !important;
  }
}
.movie_btn img {
  max-width: 200px;
  width: initial !important;
}
.storageWrap .plan_wrap .note {
  font-size: 12px;
  line-height: 1.7;
  text-indent: -1.2em;
  margin-left: 1.2em;
}
.product_square_mainimg {
  text-align: center;
  margin-bottom: 20px;
}
.product_square_mainimg img {
  width: 220px;
}
@media screen and (max-width: 768px) {
  .product_square_mainimg img {
    width: 60vw;
  }
}

.product_square_mainimg02 {
  text-align: center;
  margin-bottom: 20px;
}
.product_square_mainimg02 img {
  width: 400px;
}
@media screen and (max-width: 768px) {
  .product_square_mainimg02 img {
    width: 100%;
  }
}

.great_st_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.great_st_list li {
  width: 31%;
  margin-bottom: 20px;
}
.great_st_list--title {
  display: flex;
  align-items: center;
  margin: 15px 0 10px;
}
.great_st_list--title img {
  width: 30px !important;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .great_st_list li {
    width: 49%;
    margin-bottom: 20px;
  }
  .great_st_list--title {
    font-size: 3.6vw;
  }
  .great_st_list--title img {
    width: 6vw !important;
    margin-right: 2v;
  }
}

.bfaf_img {
  text-align: center;
}
.bfaf_img img {
  max-width: 600px;
}
.bfaf_img video {
  max-width: 600px;
	background-color: #fff;
}

.fitblock .catch {
  font-weight: bold;
  font-size: 18px;
  color: #00953e;
  line-height: 1.66;
}
.fitblock ul {
  display: flex;
  justify-content: space-between;
}
.fitblock ul li {
  width: 32%;
}
.fitblock ul li img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .fitblock ul {
    display: block;
  }
  .fitblock ul li {
    width: 90%;
    margin: 0 auto 5vw;
  }
}

/* ========================================
livingstage2023
==========================================*/
#video {
        top:0;
        width: 100%;
        height: 100%;
        background: #fff;
     }

.anniversary {
              display: flex;
              justify-content: center;
            }

            .anniversary figure {
              margin: 0 50px 0;
            }

            .anniversary figure img {
              max-width: 127px;
            }
	.anniversary_info{
              max-width: 460px;
            }

            .anniversary_info_title {
              color: #606060;
              font-size: 36px;
              margin-bottom: 10px;
            }

            .anniversary .product_temp_text {
              margin-bottom: 30px;
            }

            .anniversary .product_temp_link {
              width: initial;
              text-align: left;
              margin: 0;
            }
@media screen and (max-width: 768px) {
	.anniversary {
              display: flex;
		flex-wrap: wrap;
              justify-content: center;
            }

            .anniversary figure {
              margin: 0 50px 30px;
            }

            .anniversary figure img {
              max-width: 127px;
            }
	.anniversary_info{
              width: 100%;
            }

            .anniversary_info_title {
				text-align: center;
              color: #606060;
              font-size: 24px;
              margin-bottom: 10px;
            }

            .anniversary .product_temp_text {
              margin-bottom: 30px;
            }

            .anniversary .product_temp_link {
              width: initial;
              text-align: left;
              margin: 0;
            }
 }
.kumiawase {
	text-align: center;
	margin: 30px;
}
.kumiawase img {
  max-width: 90px;
}

@media screen and (max-width: 768px) {
	.kumiawase {
	margin: 15px;
}
  .kumiawase img {
    max-width: 50px;
  }
}


.ic_img {
	width: 500px;
  	display: flex;
	flex-wrap: wrap;
}



.ic_img ul {
  display: flex;
}
.ic_img ul li img{
	height: 65px;
}
.rurubosubimg {
	width: 288px;
  	display: flex;
	flex-wrap: wrap;
}
.text-center{
  text-align: center;
}
.text-left{
  text-align: left;
}
.point01 .product_temp_link a{
  padding: 10px 60px 10px 40px;
}

/* skism 追加2024 */

.txt_color_tab01 {
	position:  relative;
	top:20px;
	font-size: 13px;
	color: #393838;
	font-weight: 600;
}

.txt_color_tab02 {
    position:  relative;
	font-size: 12px;
	color: #393838;
	top:-26px;
    left:  330px;      
}


.list_anchor03{
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap:         wrap;
	  clear: both;
}

.list_anchor03 li{
  width: 30%;
  margin-bottom: 1em;
}



.list_anchor08{
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap:         wrap;
}

.product_title_sub {
  font-size: 13px;
  color: #666;
  font-weight: bold;
  margin-bottom: 10px;
  padding-left: 1.2em;
  position: relative;
}
.product_title_sub:before {
  content: "●";
  color: #00953e;
  position: absolute;
  left: 0;
}

.product_caution {
  font-size: 13px;
  color: #666;
  margin-bottom: 15px;
  padding-left: 1em;
  position: relative;
}

.product_caution_red {
  font-size: 12px;
  color: #ff0000;
  margin-bottom: 15px;
  padding-left: 1em;
  position: relative;
}

.list_anchor08 li{
  width: 12%;
  margin-bottom: 1em;
}
.list_anchor08 li img{
  width: 100%;
}

.list_anchor08 li .product_temp_text_small{
    margin-top: 5px;
    font-size: 12px;
}

@media screen and (max-width: 768px) {
	.list_anchor08 li{
  width: 24%;
}
}
@media screen and (max-width: 768px) {
	.list_anchor08 li .product_temp_text_small{
    font-size: 10px;
}
}

.color_vbox{
	padding-top: 30px;
  clear: both;
}

.product_title_01 {
  font-size: 12px;
  color: #666;
  font-weight: bold;
  margin-top: 10px;
  position: relative;
}


.tip_select_box{
	display: flex;
    justify-content: space-between;
    width: 100%;
}

.first_box{
	width: 30%;
}

.second_box{
	width: 69.6%;
}
@media screen and (max-width: 768px) {
	.first_box{
    width: 46%;
}
}
@media screen and (max-width: 768px) {
	.second_box{
    width: 48%;
}
}


.first_box_mode4{
	width: 45%;
}

.second_box_mode4{
	width: 54%;
}
@media screen and (max-width: 768px) {
	.first_box_mode4{
    width: 46%;
}
}
@media screen and (max-width: 768px) {
	.second_box_mode4{
    width: 30%;
}
}

.red_btn{
  font-size: 12px;
  color: #fff;
  background-color: #FF0004;
  font-weight: bold;
  vertical-align : 0.1em;
  padding: 3px;
  margin-left: 10px;
}

.new_tag{
  color: #FF0004;
  font-size: 86%;
  font-weight: bold;
  margin-left: 3px;
}

.product_column02 {
}
.product_column02 ul {
}
.product_column02 li {
  float: left;
  padding: 0 1%;
  width: 25%;
}
.product_column02 .img {
  margin-bottom: 15px;
}
.product_column02 .img a {
  overflow: hidden;
  width: 100%;
  display: block;
}
.product_column02 .img img {
  width: 100%;
  display: block;
  -moz-transition: all 0.7s;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  -moz-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.product_column02 .img a:hover img {
  -moz-transition: all 0.7s;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  -moz-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.product_column02 .name {
  font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}
.product_column02 .txt {
  font-size: 13px;
	margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .product_column02 li {
	  width: 50%;
    padding: 0 2;
  }
  .product_column02 .img {
    margin-bottom: 10px;
  }
  .product_column02 .img img {
    width: 100%;
    display: block;
    -moz-transition: none;
    -webkit-transition: none;
    transition: none;
    -moz-transform: none;
    -webkit-transform: none;
    transform: none;
  }
  .product_column02 .txt {
    font-size: 12px;
  }
}
.lbox {
	width: 100%;
}
.mbox {
	float: left;
	width: 360px;
	margin-bottom: 20px;
}
.sbox {
	float: left;
	padding-right: 3%;
	font-size: 13px;
	text-align: center;
}
.sbox ul li img{
	max-width: 150px;
	
}



.product_column03 {
}
.product_column03 ul {
  height: 240px;
}
.product_column03 li {
  float: left;
  padding: 0 1%;
  width: 25%;
}
.product_column03 .img {
  margin-bottom: 15px;
}
.product_column03 .img a {
  overflow: hidden;
  width: 100%;
  display: block;
}
.product_column03 .img img {
  width: 100%;
  display: block;
  -moz-transition: all 0.7s;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  -moz-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.product_column03 .img a:hover img {
  -moz-transition: all 0.7s;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  -moz-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.product_column03 .name {
  font-size: 14px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
	.product_column03 ul {
	 height: 480px;
  }
  .product_column03 li {
	  width: 50%;
    padding: 0 2;
  }
  .product_column03 .img {
    margin-bottom: 10px;
  }
  .product_column03 .img img {
    width: 100%;
    display: block;
    -moz-transition: none;
    -webkit-transition: none;
    transition: none;
    -moz-transform: none;
    -webkit-transform: none;
    transform: none;
  }
}

@media screen and (max-width: 568px) {
	.product_column03 ul {
	 height: 430px;
  }
}


.lapotte .product_temp_list_color_tab_sub03 ul{
 display: flex;
  margin-top: 15px;
}
.lapotte .product_temp_list_color_tab_sub03 li {
  margin-top: 5px;
  margin-right: 3px;
	margin-left: 0;
  width: 31.5%;
}

.lapotte .product_temp_list_color_tab_sub03 p {
  font-size: 10px;
}

.product_temp_list2_title{
  font-size: 16px;
	font-weight: 600;
}
