<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */


.l-page.simulator_page .c-title-xl {
  font-size: 1.375em;
}
body .l-page .l-main {
  max-width: 1275px;
  width: 100%;
  margin: 0 auto;
}
.simulator_column {
  justify-content: space-between;
  flex-wrap: nowrap;
}
.simulator_column_col_l {
  flex: 0 1 442px;
}
.simulator_column_col_r {
  flex: 0 1 792px;
  margin-left: 2.745%;
}
.c-column-set.result_img_list {
  flex-wrap: nowrap;
}
.result_img_list li {
  width: calc(50% - 5px);
}
.result_box {
  position: relative;
}
.design, .sheet, .panel, .panel_height, .mat {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.design {
  z-index: 1;
}
.result_img_l {
  display: none;
}
/* ----- simulator_menu ----- */
#simulator_menu &gt; div &gt; p {
  background-color: #999999;
  color: #ffffff;
  padding: 3px 4px 2px;
}
#simulator_menu ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
#simulator_menu li {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 5px;
}
#simulator_menu .sheet_list ul,
#simulator_menu .panel_list ul,
#simulator_menu .mat_list ul {
  max-width: 292px;
}
#simulator_menu .design_list ul img {
  width: 82px;
  height: 114px;
}
#simulator_menu .sheet_list ul img,
#simulator_menu .panel_list ul img,
#simulator_menu .mat_list ul img {
  width: 68px;
  height: 68px;
}
/* tooltip */
#simulator_menu li {
  position: relative;
}
.s_tooltip {
  visibility: hidden;
  text-align: center;
  position: absolute;
  z-index: 1;
  opacity: 0;
  transition: opacity 500ms;
  width: 160px;
  bottom: calc(100% + 6px);
  left: 50%;
  margin-left: -80px;
}
.s_tooltip &gt; .s_text {
  background-color: #333;
  color: #fff;
  padding: 6px 10px;
  font-size: 12px;
  display: inline-block;
  white-space: nowrap;
}
.s_tooltip &gt; .s_text::after {
  content: " ";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
}
.s_tooltip.cago_adjust1 {
	left: 75%;
}.s_tooltip.cago_adjust1 &gt; .s_text::after {
	left: 38%;
}
.s_tooltip.sheet_adjust1 {
	left: 100%;
}
.s_tooltip.sheet_adjust1 &gt; .s_text::after {
	left: 28%;
}
.s_tooltip.dot_adjust1 {
	left: 70%;
}
.s_tooltip.dot_adjust1 &gt; .s_text::after {
	left: 42%;
}
@media screen and (max-width: 868px) {
	.JS .s_tooltip.cago_adjust2 {
		left: 70%;
	}
	.JS .s_tooltip.cago_adjust2 &gt; .s_text::after {
		left: 40%;
	}
	.JS .s_tooltip.sheet_adjust1 {
		left: 50%;
	}
	.JS .s_tooltip.sheet_adjust1 &gt; .s_text::after {
		left: 50%;
	}
	.JS .s_tooltip.sheet_adjust2 {
		left: 100%;
	}
	.JS .s_tooltip.sheet_adjust2 &gt; .s_text::after {
		left: 28%;
	}
	.JS .s_tooltip.panel_adjust1 {
		left: 77%;
	}
	.JS .s_tooltip.panel_adjust1 &gt; .s_text::after {
		left: 38%;
	}
	.JS .s_tooltip.dot_adjust1 {
		left: 50%;
	}
	.JS .s_tooltip.dot_adjust1 &gt; .s_text::after {
		left: 50%;
	}
	.JS .s_tooltip.dot_adjust2 {
		left: 80%;
	}
	.JS .s_tooltip.dot_adjust2 &gt; .s_text::after {
		left: 37%;
	}
}
@media screen and (max-width: 779px) {
	.JS .s_tooltip.cago_adjust3 {
		left: 80%;
	}
	.JS .s_tooltip.cago_adjust3 &gt; .s_text::after {
		left: 35%;
	}
}

#simulator_menu li:hover &gt; .s_tooltip {
  visibility: visible;
  opacity: 1;
}
/**/
#simulator_menu li:hover:after,
#simulator_menu li.current:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border: 3px solid #e60227;
}
#simulator_menu .design_list li:hover:after,
#simulator_menu .design_list li.current:after {
  width: 76px;
  height: 109px;
}
#simulator_menu .sheet_list li:hover:after,
#simulator_menu .sheet_list li.current:after,
#simulator_menu .panel_list li:hover:after,
#simulator_menu .panel_list li.current:after,
#simulator_menu .mat_list li:hover:after,
#simulator_menu .mat_list li.current:after {
  width: 62px;
  height: 62px;
}
.panel_title, .panel_height_title {
  margin-top: 5px;
  font-size: 83%;
}
.simulator_note {
text-align: right;
}
@media screen and (min-width: 1305px) {}
@media screen and (max-width: 767px) {
  .l-page.simulator_page .c-title-xl {
    font-size: 1.125em;
    color: #fff;
    background-color: #cbcbcb;
    padding: 3px 0 2px 15px;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    margin-bottom: 0;
  }
  .simulator_column {
    display: block;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
  }
  .simulator_column_col_l {}
  .simulator_column_col_r {
    margin-left: 0;
  }
  .result_img_list {
    margin: 0 auto;
    margin-top: 15px;
    justify-content: center !important;
  }
  .result_img_list li {
    text-align: center;
    width: auto;
    margin: 0 10px;
  }
  .result_img_list li .result_box {
    width: 71px;
    height: 100px;
    margin-top: 5px;
  }
  .result_img_list li.current {
    font-weight: bold;
  }
  .result_img_list li.current .result_box:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    border: 3px solid #e60227;
    width: 65px;
    height: 97px;
    z-index: 3;
  }
  .result_img_l {
    display: block;
    margin: 0 auto;
    position: relative;
    width: 260px;
    height: 370px;
  }
  /* ----- simulator_menu / drop down ----- */
  #simulator_menu {
    width: 100%;
    display: flex;
    border-right: 1px solid #cbcbcb;
  }
  #simulator_menu &gt; div {
    position: relative;
    flex-basis: calc(100% / 3);
    z-index: 10;
  }
  #simulator_menu &gt; div &gt; p {
    background-color: #333;
    color: #ffffff;
    padding: 7px 5px 4px;
    text-align: center;
    cursor: pointer;
    font-size: 12px;
    min-height: 45px;
    border-left: 1px solid #cbcbcb;
  }
  #simulator_menu &gt; div &gt; p.selected {
    background-color: #E60027;
  }
  #simulator_menu ul {
    display: none;
    position: absolute;
    top: 45px;
    width: 200%;
  }
  #simulator_menu .design_list ul {
    left: 0;
  }
  #simulator_menu .sheet_list ul,
  #simulator_menu .panel_list ul {
    left: -50%;
		height: 450px;
		overflow-y: scroll;
  }
  #simulator_menu .mat_list ul {
    right: 0;
  }
  #simulator_menu .design_list ul img {
    width: 56px;
    height: 78px;
  }
  #simulator_menu .sheet_list ul img,
  #simulator_menu .panel_list ul img,
  #simulator_menu .mat_list ul img {
    width: 50px;
    height: 50px;
  }
  #simulator_menu li {
    display: flex;
    padding: 10px 5px 10px 20px;
    margin: 0;
    border-top: 1px solid #5b5b5b;
    align-items: center;
    background-color: rgb(51 51 51 / 85%);
  }
  #simulator_menu li:first-child {
    border-top: none;
  }
  #simulator_menu li:hover:after,
  #simulator_menu li.current:after {
    content: none;
  }
  #simulator_menu li:hover,
  #simulator_menu li.current {
    background-color: rgb(230 0 39 / 80%);
  }
  .s_tooltip {
    visibility: visible;
    text-align: left;
    position: static;
    opacity: 1;
    width: auto;
    margin-left: 15px;
  }
  .s_tooltip &gt; .s_text {
    background-color: transparent;
    color: #fff;
    padding: 0;
    white-space: normal;
  }
  .s_tooltip &gt; .s_text::after {
    display: none;
  }
  .simulator_note {
      text-align: left;
  }
}
@media screen and (min-width: 768px) {
  .l-main .-sp {
    display: none !important;
  }
}


.new-icon {
	position: relative;
}
.new-icon:after {
	content: "NEW";
	text-align: center;
	font-size: 12px;
	line-height: 1em;
	color: #fff;
	background-color: #b1000e;
	padding: 0.2em 0.5em;
	position: absolute;
	top: 0;
	left: 0;
}

@media screen and (max-width: 767px) {
	.new-icon:after {
		font-size: 10px;
		padding: 0.2em;
	}
}
</pre></body></html>