/* CSS Document */


#main #products{
  padding: 20px 0 0;
}
#products .search{
  padding: 60px 0;
  background: linear-gradient(to top, #fff, 30px, #E3E4E7);
}
#products .search h2{
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 3px;
  margin: 0 0 30px;
}
#products .search h2::after{
  content: '';
  border-bottom: 3px solid #000;
  width: 30px;
  display: block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin: 5px 0 0;
}
#products .search h3{
  text-align: center;
  font-weight: 500;
  letter-spacing: 3px;
  margin: 20px 0 5px;
}

#products .search ul{
  display: flex;
  flex-wrap: wrap;
  width: 1000px;
  margin: auto;
}
#products .search ul li{
  width: calc(25% - 10px);
  margin: 5px;
}

#products .search ul li input[type="radio"] {
  display: none;
}
#products .search ul li label{
  font-weight: 500;
  display: flex;
  align-items: center;
}
#products .search ul li label:hover{
  cursor: pointer;
}
#products .search ul li label::before{
  content: url("/module/img/checkbox_off.svg");
  width: 22px;
  height: 22px;
  margin-right: 5px;
}
#products .search ul li input[type="radio"]:checked ~ label{
  color: #56A4BD;
}
#products .search ul li input[type="radio"]:checked ~ label::before,
#products .search ul li input[type="radio"] ~ label.current::before{
  content: url("/module/img/checkbox_on.svg");
}
#products .search .filterAll{
  text-align: center;
  margin-top: 20px;
}
#products .search .filterAll input{
  border: 2px solid #ccc;
  padding: 5px 20px;
  border-radius: 20px;
  color: #999;
  cursor: pointer;
}
#products .search .filterAll input:hover{
  border: 2px solid #999;
  color: #666;
}


#products .productItem{
  padding: 40px 20px 100px;
}
#products .productItem #result{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#products .productItem .js-masonry {
    margin: 0 auto;
}
#products .productItem dl{
  width: 360px;
  min-height: 825px;
  padding: 30px;
  box-sizing: border-box;
}
#products .productItem dl dt{
  height: 340px;
  position: relative;
}
#products .productItem dl dt img{
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
#products .productItem dl dt .icon{
  display: flex;
  flex-direction: column;
  position: absolute;
  right: 0;
  bottom: 0;
}
#products .productItem dl dt .icon li{
  margin: 2px 0;
  width: 34px;
  border: 1px solid #ccc;
  height: 34px;
  border-radius: 3px;
  padding: 3px;
  box-sizing: border-box;
}

#products .productItem dl dd h2{
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0;
  margin: 5px 0 10px;
  font-family: 'M PLUS 1p';
}
#products .productItem dl dd h4{
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.2em;
  margin: 5px 0 0;
  display: flex;
  align-items: center;
}
#products .productItem dl dd h4::before{
  content: '';
  border-top: 5px solid #666;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  position: relative;
  margin: 0 3px;
}
#products .productItem dl dd .icon{
  display: flex;
	flex-wrap: wrap;
}
#products .productItem dl dd .icon li{
  margin: 2px;
  width: 30px;
  border: 1px solid #ccc;
  height: 30px;
  border-radius: 3px;
  padding: 3px;
  box-sizing: border-box;
}
#products .productItem dl dd .lead{
  margin: 10px 0;
  line-height: 1.6em;
}
#products .productItem dl dd .score{
  border: 1px solid #eee;
  border-width: 1px 0;
  padding: 10px;
  font-size: 1.3rem;
  line-height: 1.6em;
}
#products .productItem dl dd .price{
  font-size: 2.2rem;
  margin: 10px 0;
  font-family: 'M PLUS 1p';
}
#products .productItem dl dd .price span{
  font-size: 1.3rem;
  font-family: 'Noto Sans JP';
}





#main #single{
  padding: 80px 0 200px;
}
#single h2{
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4em;
  background: #eee;
  padding: 5px 20px;
  margin: 0 0 20px;
}
#single .block{
  margin: 20px 20px 80px;
}
#single .block .wp-caption {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 10px;
}
#single .block .wp-caption img{
  vertical-align: middle;
}
#single .block .wp-caption-text{
  margin: 5px;
  line-height: 1.2em;
}
#single .block p{
}

#single .productMain h1{
  font-family: 'M PLUS 1p';
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.4em;
  background: #eee;
  padding: 5px 20px;
  margin: 0 0 40px;
}
#single .productMain dl{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#single .productMain dl dt{
  width: 640px;
  height: 640px;
  border: 1px solid #ccc;
  padding: 5px;
}
#single .productMain dl dt img{
  vertical-align: middle;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
#single .productMain dl dd{
  width: 420px;
}
#single .productMain dl dd ul.subImg{
  display: flex;
  margin: 20px 0 30px;
}
#single .productMain dl dd ul.subImg li{
  border: 1px solid #ccc;
  padding: 3px;
  margin-right: 8px;
  width: 124px;
  height: 124px;
}
#single .productMain dl dd ul.subImg li img{
  vertical-align: middle;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
#single .productMain dl dd h4 {
  font-weight: 400;
  line-height: 1.2em;
  margin: 5px 0 3px;
  display: flex;
  align-items: center;
}
#single .productMain dl dd h4::before {
  content: '';
  border-top: 5px solid #666;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  position: relative;
  margin: 0 3px;
}
#single .productMain dl dd ul.icon{
  display: flex;
}
#single .productMain dl dd ul.icon li{
  margin: 3px;
  width: 34px;
  border: 1px solid #ccc;
  height: 34px;
  border-radius: 5px;
  padding: 3px;
  box-sizing: border-box;
}
#single .productMain dl dd .lead{
  margin: 15px 0;
}
#single .productMain dl dd ul.score{
  border: 1px solid #eee;
  border-width: 1px 0;
  padding: 10px;
  font-size: 1.3rem;
  line-height: 1.6em;
}
#single .productMain dl dd ul.score li{
}
#single .productMain dl dd .price{
  font-size: 2.2rem;
  margin: 10px 0;
  font-family: 'M PLUS 1p';
}
#single .productMain dl dd .price span {
  font-size: 1.3rem;
  font-family: 'Noto Sans JP';
}

#single .productInfo{}

#single .Equipment{}
#single .Equipment ul{
  display: flex;
  flex-wrap: wrap;
}
#single .Equipment ul li{
	border: 1px solid #ccc;
  padding: 5px;
  margin: 10px;
  width: 200px;
  border-radius: 5px;
  box-sizing: border-box;
  text-align: center;
  line-height: 1.4em;
}
#single .Equipment ul li img{
  vertical-align: middle;
  width: 100%;
  height: 140px;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  margin: 0 0 2px;
}

#single .Equipment .setsumei{ 
	text-align: left; 
	display: block;
	border-top: 1px dotted #666;
	padding: 5px;
	margin: 5px 0 0;	
} 

#single .simulation{
  background: url("../module/img/bg1.jpg");
  padding: 50px 0;
  margin: 100px 0;
}
#single .simulation h3 {
  font-weight: 400;
  letter-spacing: 3px;
  font-size: 4.6rem;
  line-height: 1.4em;
  font-family: 'M PLUS 1p';
  margin: 0;
  text-align: center;
}
#single .simulation h2 {
  background: none;
  text-align: center;
  padding: 0;
}
#single .simulation .block{
  display: flex;
  margin: 40px 0;
}
#single .simulation .block .svgSet{
  width: 50%;
  text-align: center;
}
#single .simulation .block .svgSet svg{
  height: 500px;
}
#single .simulation .block .panelBlock{
  width: 50%;
  margin: 40px 0 0;
}
#single .simulation .block .panelSet{
  position: relative;
  width: 330px;
  margin: 15px 10px;
}
#single .simulation .block .panelSet .panelName{
  font-size: 1.6rem;
  border: 1px solid #666;
  border-radius: 5px;
  padding: 10px 20px;
  cursor: pointer;
}
#single .simulation .block .panelSet .panelName span{
  margin: 0 10px;
  font-weight: 500;
}
#single .simulation .block .panelSet .colorSet{
  position: absolute;
  top: 80%;
  left: 100px;
  opacity: 0;
  height: 0;
  transition: all .4s;
  background: rgba(255,255,255,.95);
  border-radius: 5px;
  width: 380px;
  z-index: 9;
  overflow: hidden;
}
#single .simulation .block .panelSet:hover .colorSet {
  opacity: 1;
  height: auto;
  transition: all .4s;
}
#single .simulation .block .panelSet .colorSet ul {
  display: flex;
  flex-wrap: wrap;
  padding: 5px 10px;
}
#single .simulation .block .panelSet .colorSet ul li{
  margin: 2px;
}
#single .simulation .block .panelSet .colorSet ul li input {
  display: none;
}
#single .simulation .block .panelSet .colorSet ul li label {
  display: block;
  padding: 2px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 100%;
  position: relative;
}
#single .simulation .block .panelSet.mark .colorSet ul li label {
  border-radius: 15px;
}

#single .simulation .block .panelSet .colorSet ul li input:checked + label{
  border: 1px solid #f00;
}
#single .simulation .block .panelSet .colorSet ul li input:checked + label::before{
  content: '';
  border-top: 8px solid #f00;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  position: absolute;
  top: 0;
  right: 0;
  transform: rotate(45deg);
}
#single .simulation .block .panelSet .colorSet ul li label:hover {
  cursor: pointer;
}
#single .simulation .block .panelSet .colorSet ul li label i{
  display: block;
  width: 30px;
  height: 30px;
  margin: auto;
  border-radius: 100%;
  text-align: center;
  overflow: hidden;
}
#single .simulation .block .panelSet .colorSet ul li label i img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
#single .simulation .block .panelSet.mark .colorSet ul li label i{
  width:  78px;
  height: 50px;
  border-radius: 13px;
}
#single .simulation .block .panelSet .colorSet ul li label span{
  font-size: 1.2rem;
  line-height: 1.4em;
  letter-spacing: 0;
  text-align: center;
  display: none;
}
#single .simulation .block .txt{
  margin: 40px 10px;
}
#single .simulation .block ul.btn {
  margin: 10px;
}
#single .simulation .block ul.btn a {
  border: 1px solid #333;
  padding: 8px 20px;
  margin-right: 5px;
}




#single .colorChart{}
#single .colorChart dl{
  display: flex;
  margin: 30px 0;
}
#single .colorChart dl dt{
  width: 120px;
  font-size: 1.6rem;
}
#single .colorChart dl dd{
  width: calc(100% - 120px);
}
#single .colorChart dl dd ul{
  display: flex;
  flex-wrap: wrap;
}
#single .colorChart dl dd ul li{
  text-align: center;
  width: 80px;
  margin: 5px;
  font-size: 1.2rem;
  line-height: 1.2em;
}
#single .colorChart dl dd ul li i{
  display: block;
  width: 80px;
  height: 40px;
  margin: 0 0 2px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #eee;
  box-sizing: border-box;
}
#single .colorChart dl dd ul li img{
  vertical-align: middle;
}
#single .colorChart dl.mark dd ul li{
  width: 220px;
}
#single .colorChart dl.mark dd ul li i{
  width: 220px;
  height: 120px;
}
#single .colorChart dl.mark dd ul li i img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  margin: 0 0 2px;
}


#single .priceList{}
#single .priceList .block table{
}
#single .priceList .block table th,
#single .priceList .block table td{
  padding: 8px 15px;
  border: 1px solid #ccc;
}
#single .priceList .block table th{
  font-weight: 500;
  background: #dbe8ef;
  padding: 4px 15px;
  min-width: 120px;
}
#single .priceList .block table th:first-of-type{
  min-width: 220px;
}
#single .priceList .block table td:not(:first-of-type){
  text-align: right;
}


#single .orderForm{
  text-align: center;
}
#single .orderForm .btn a{
  display: inline-block;
  background: #66B3CC;
  padding: 15px 80px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  border-radius: 40px;
}
#single .orderForm .btn a:hover{
  background: #7ACCE8;
}
#single .orderForm dl{
  margin: 40px 0;
}
#single .orderForm dl dt{
  margin: 20px 0;
}
#single .orderForm dl dt a{
  text-decoration: underline;
}
#single .orderForm dl dd{
}




#main .password{
	margin: 10% auto 20%;
}
#main .password h4 {
	margin: 60px 0 20px;
	text-align: center;
	font-size: 2.4rem;
	font-weight: 600;
	letter-spacing: 2px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	color: #595757;
}
#main .password .post-password-form {
	text-align: center;
	max-width: 500px;
	margin: auto;
	background: #eee;
	border-radius: 5px;
	padding: 5px;
}
#main .password .post-password-form p {
	margin: 20px;
	word-break: keep-all;
}
#main .password .post-password-form input[type="password"] {
	padding: 2px 4px;
	line-height: 1.4em;
}
#main .password .post-password-form input[type="Submit"] {
	background: #fff;
	border-radius: 2px;
	border: 1px solid #9a9aa7;
	padding: 2px 8px;
	line-height: 1.6em;
	cursor: pointer;
}



@media screen and (max-width: 480px) {
  
  #products .search {
    padding: 40px 0;
  }
  #products .search h2 {
    margin: 0 0 20px;
  }
  #products .search ul {
    width: auto;
    padding: 0 10px;
  }
  #products .search ul li {
    width: calc(50% - 10px);
    font-size: 1.3rem;
    line-height: 1.2em;
  }
  #products .productItem dl {
    width: auto;
    padding: 10px;
    min-height: 640px;
  }
  #products .productItem dl dt {
    text-align: center;
  }
  #products .productItem dl dd h2 {
    font-size: 1.9rem;
    font-weight: 600;
  }
  
  
  
  #main #single {
    padding: 20px 0 100px;
  }
  #single .productMain h1 {
    margin: 0 0 20px;
    padding: 2px 10px;
  }
  #single .block {
    margin: 0 0 60px;
  }
  #single h2 {
    padding: 3px 10px;
  }
  #single .productMain dl {
    display: block;
  }
  #single .productMain dl dt {
    width: auto;
    height: auto;
  }
  #single .productMain dl dd {
    width: auto;
  }
  #single .productMain dl dd ul.subImg {
    display: flex;
    margin: 5px 0 10px;
    justify-content: space-between;
  }
  #single .productMain dl dd ul.subImg li {
    width: 30%;
    height: auto;
    margin: 0;
  }
  #single .Equipment ul {
    justify-content: space-between;
  }
  #single .Equipment ul li {
    width: 48%;
    margin: 0 0 2%;
    font-size: 1.2rem;
  }
  #single .Equipment ul li img {
    height: 120px;
  }
  #single .colorChart dl {
    display: block;
    margin: 20px 0;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 10px;
  }
  #single .colorChart dl dt {
    width: auto;
    text-align: center;
    margin: 0 0 10px;
  }
  #single .colorChart dl dd {
    width: auto;
  }
  #single .colorChart dl dd ul li {
    width: calc(25% - 10px);
  }
  #single .colorChart dl dd ul li i {
    width: auto;
    height: 34px;
  }
  #single .colorChart dl.mark dd ul li {
    width: calc(50% - 10px);
  }
  #single .colorChart dl.mark dd ul li i {
    width: auto;
    height: 100px;
  }
  
  
  #single .simulation {
    margin: 80px 0;
  }
  #single .simulation h3 {
    font-size: 2.6rem;
  }
  #single .simulation h2 {
    font-size: 1.6rem;
  }
  #single .simulation .block {
    display: block;
    margin: 40px 0 0;
  }
  #single .simulation .block .svgSet {
    width: auto;
  }
  #single .simulation .block .svgSet svg {
    height: auto;
  }
  #single .simulation .block .panelBlock {
    width: auto;
    margin: 20px 0 0;
    display: flex;
    flex-wrap: wrap;
    position: relative;
  }
  #single .simulation .block .panelSet {
    width: calc(50% - 4px);
    margin: 2px;
    position: static;
  }
  #single .simulation .block .panelSet .colorSet {
    top: auto;
    left: 50%;
    bottom: 105%;
    width: 340px;
    transform: translateX(-50%);
    background: rgba(255,255,255,.9);
  }
  #single .simulation .block .panelSet .panelName {
    padding: 5px 10px;
    min-height: 40px;
    font-size: 1.3rem;
    line-height: 1.6em;
  }
  #single .simulation .block .panelSet .panelName span {
    display: block;
    font-size: 1.4rem;
    line-height: 1.2em;
    margin: 0;
  }
  #single .simulation .block .txt {
    margin: 10px 0;
    line-height: 1.4em;
  }
  #single .simulation .block ul.btn {
    margin: 20px auto;
  }
  
  #single .priceList .block {
    overflow: auto;
    padding-bottom: 15px;
  }
  #single .priceList .block table th {
    min-width: 60px;
  }
  #single .priceList .block table th:first-of-type {
    min-width: 120px;
  }
  
	
	#main .password {
		margin: 20% auto 40%;
	}
  #main .password h4 {
		font-size: 1.9rem;
		letter-spacing: 1px;
	}
	#main .password .post-password-form {
		margin: 10px 20px 80px;
		font-size: 80%;
	}
  #main .password .post-password-form p {
		margin: 10px;
		word-break: unset;
	}
	#main .password .post-password-form input[type="password"] {
		width: 140px;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
}
