@charset "utf-8";

.text-list-style li {
	padding-left: 1em;
	}
.text-list-style li:before {
	margin-left: -1em;
	content: '・';
	}
.text-list-style.disc li:before {
	content: '・';
  }
#feature .flex-control-nav {
  display: none;
  }
#lineup table.table_default th.image {
	width: 18%;
	}
#lineup table.table_default th.serial {
	width: 18%;
	}
#lineup table.table_default th.price {
	width: 18%;
	}
#example #example1 table.table_default th {
	width: 33.3%;
	}
#example #example2 table.table_default th {
	width: 25%;
	}
#example table.table_default td {
	padding: 1.5em 0.5em;
  }
  .specInfoBox {
    padding: 0 20px 20px;
  }


  /* 3D area
  ------------------------------------ */
  .three-d-simulation {
    width: 100%;
    background: rgb(101,104,108);
    background: linear-gradient(90deg, rgba(101,104,108,1) 0%, rgba(81,81,84,1) 100%);
    color: #fff;
    padding: 60px 0;
    text-align: center;
  }
  .three-d-simulation .three-d-simulation__inner {
    width: 976px;
    margin: 0 auto;
  }
  .three-d-simulation .three-d-simulation__title {
    font-size: 44px;
    line-height: 1.5;
    margin-bottom: 30px;
    padding-bottom: 20px;
    position: relative;
  }
  .three-d-simulation .three-d-simulation__title::after {
    content: "";
    display: block;
    width: 50px;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -25px;
    background: #fff;
  }
  .three-d-simulation .three-d-simulation__title .sub-title {
    font-size: 18px;
    display: block;
    margin-bottom: 3px;
  }
  .three-d-simulation .three-d-simulation__lead {
    margin-bottom: 40px;
  }
  .three-d-simulation .three-d-simulation__note {
   text-align: left;
   color: #bbb;
  }
  .three-d-simulation .product-list {
    display: flex;
    margin-bottom: 30px;
  }
  .three-d-simulation .product-list .product-list__item {
    width: calc(100% / 3 - 16px);
  }
  .three-d-simulation .product-list .product-list__item + .product-list__item {
    margin-left: 24px;
  }
  .three-d-simulation .product-list .product-list__item a {
    display: block;
    position: relative;
  }
  .three-d-simulation .product-list .product-list__item a::after {
    content: "";
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
  }
  .three-d-simulation .product-list .product-list__item .color {
    color: #fff;
    padding: 8px;
    margin-bottom: 10px;
    font-weight: 700;
  }
  .three-d-simulation .product-list .product-list__item .image {
    position: relative;
    z-index: 2;
    transition: 0.3s ease-out;
  }
  .three-d-simulation .product-list .product-list__item .image::after {
    content: "";
    width: 100%;
    height: 40%;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .three-d-simulation .product-list .product-list__item .image img {
    width: 100%;
    height: auto;
  }
  .three-d-simulation .product-list .product-list__item .link {
    display: block;
    padding: 18px 25px;
    text-align: center;
    color: #fff;
    border-top: 1px solid #fff;
    font-weight: bold;
    transition: 0.3s ease-out;
    position: absolute;
    bottom: 0;
    left: 4%;
    width: 92%;
    box-sizing: border-box;
    z-index: 3;
  }
  .three-d-simulation .product-list .product-list__item .link:after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -4px;
  }
  

  /* hover */
  .three-d-simulation .product-list .product-list__item a:hover .image {
    opacity: 0.7;
  }
  .three-d-simulation .product-list .product-list__item a:hover .image img {
    opacity: 1!important;
  }
  .three-d-simulation .product-list .product-list__item a:hover .link {
    color: #fff !important;
  }


  /* black */
  .three-d-simulation .product-list .product-list__item.black .color {
    background: #3b3b3b;
  }
  .three-d-simulation .product-list .product-list__item.black .image::after {
    background: rgb(34,34,34);
    background: linear-gradient(0deg, rgba(34,34,34,1) 0%, rgba(34,34,34,0.7) 50%, rgba(34,34,34,0) 100%);
  }


  /* gray */
  .three-d-simulation .product-list .product-list__item.gray .color {
    background: #777;
  }
  .three-d-simulation .product-list .product-list__item.gray .image::after {
    background: rgb(105,105,105);
    background: linear-gradient(0deg, rgba(105,105,105,1) 0%, rgba(105,105,105,0.7) 50%, rgba(105,105,105,0) 100%);
  }
  .three-d-simulation .product-list .product-list__item.gray .link {
    color: #fff;
  }


  /* white */
  .three-d-simulation .product-list .product-list__item.white a::after {
    background: #222;
  }
  .three-d-simulation .product-list .product-list__item.white .color {
    background: #f8f8f8;
    color: #222;
  }
  .three-d-simulation .product-list .product-list__item.white .image::after {
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.7) 50%, rgba(255,255,255,0) 100%);
  }
  .three-d-simulation .product-list .product-list__item.white .link {
    color: #222;
    border-top: 1px solid #222;

  }
  .three-d-simulation .product-list .product-list__item.white .link:after {
    border-top: 2px solid #222;
    border-right: 2px solid #222;
  }
  .three-d-simulation .product-list .product-list__item.white  a:hover .link {
    color: #222 !important;
  }





@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
	#example table.table_default .image {
		margin-right: auto;
		margin-left: auto;
		width: 80px;
	}
	table.table_default .label-red {
		float: left;
  }
  html.touch-device .imageScroll > div {
    padding-top:10px;
    overflow: auto;
    white-space: nowrap;
  }
  html.touch-device .imageScroll:before {
    content: "※こちらの画像は横スクロールです";
  }
  html.touch-device .imageScroll > div::-webkit-scrollbar{
    height: 8px;
  }
  html.touch-device .imageScroll > div::-webkit-scrollbar-thumb{
    background: #bcbcbc;
  }
  html.touch-device .imageScroll > div::-webkit-scrollbar-track-piece:start,
  html.touch-device .imageScroll > div::-webkit-scrollbar-track-piece:end{
    background: #f1f1f1;
  }
  html.touch-device .imageScroll img {
    width:auto;
    max-width:none;
  }
  html.touch-device .specInfoBox {
    padding: 0 10px 10px;
  }

    /* 3D area
  ------------------------------------ */
  .three-d-simulation {
    padding: 40px 0;
  }
  .three-d-simulation .three-d-simulation__inner {
    width: 100%;
    padding: 0 10px;
  }
  .three-d-simulation .three-d-simulation__title {
    font-size: 26px;
    margin-bottom: 25px;
    padding-bottom: 20px;
  }
  .three-d-simulation .three-d-simulation__title::after {
    width: 40px;
    height: 1px;
    margin-left: -20px;
  }
  .three-d-simulation .three-d-simulation__title .sub-title {
    font-size: 16px;
  }
  .three-d-simulation .three-d-simulation__lead {
    margin-bottom: 30px;
  }
  .three-d-simulation .three-d-simulation__note {
   color: #bbb;
  }
  .three-d-simulation .product-list {
    display: block;
  }
  .three-d-simulation .product-list .product-list__item {
    width: 100%;
  }
  .three-d-simulation .product-list .product-list__item + .product-list__item {
    margin-left: 0;
    margin-top: 20px;
  }
  .three-d-simulation .product-list .product-list__item a {
    display: flex;
    align-items: center;
  }
  .three-d-simulation .product-list .product-list__item a::after {
    content: none;
  }
  .three-d-simulation .product-list .product-list__item .image {
    width: 30%;
  }
  .three-d-simulation .product-list .product-list__item .link {
    width: 70%;
    position: relative;
    bottom: auto;
    left: auto;
    border-radius: 0;
    background: none;
    padding: 10px 40px 10px 20px;
    font-size: 16px;
    text-align: left;
    border-top: none;
  }
  .three-d-simulation .product-list .product-list__item .link:after {
    right: 20px;
  }
  /* hover */
  .three-d-simulation .product-list .product-list__item a:hover .image {
    opacity: 1;
  }
  .three-d-simulation .product-list .product-list__item a:hover .link {
    background: none !important;
  }

  /* black */
  .three-d-simulation .product-list .product-list__item.black a {
    background: #3b3b3b;
  }
  .three-d-simulation .product-list .product-list__item.black .image::after {
    content: none;
  }


  /* gray */
  .three-d-simulation .product-list .product-list__item.gray a {
    background: #777;
  }
  .three-d-simulation .product-list .product-list__item.gray .image::after {
    content: none;
  }
  .three-d-simulation .product-list .product-list__item.gray .link {
    color: #fff;
  }


  /* white */
  .three-d-simulation .product-list .product-list__item.white a {
    background: #eee;
  }
  .three-d-simulation .product-list .product-list__item.white .image::after {
    content: none;
  }
  .three-d-simulation .product-list .product-list__item.white .link {
    border-top: none;
  }


}
