@charset "utf-8";
/* CSS Document */

#area_products_top{
  padding: 3rem 2.5rem 8rem;
  margin-bottom: 5.5rem;
  background-color: #f5f5f5;
  margin-top: 10rem;
}

#area_products_top .note{
  font-size: 1rem;
}
#area_products_top a{
  color: inherit;
  text-decoration: none;
  width: 100%;
}
#area_products_top h1{
  font-weight: bold;
  margin-bottom: 1.5rem;
  font-size: 1.6rem;
}
#area_products_top .ttl_ruby{
  padding-left: 1rem ;
  font-size: 1.2rem;
  color: #3c3c3c;
}


/*---製品ラインナップ---*/
#products_lineup > li{
  background-color: #FFF;
  position: relative;
  margin-bottom: 2rem;
}

/*Main：表示*/
.block_prMain{
display: flex;
min-height: 13.2rem;

}
.block_prMain .box_prTtl{
  padding: 2.5rem 2.5rem 2rem ;
  flex-basis: 23rem;
  border-right: .1rem solid #ddd;
  transition: 0.15s;
  position: relative;
  min-height: 13.2rem;
}
.block_prMain .pr_ttl h2{
  font-size: 1.6rem;
  font-weight: bold;
}

.block_prMain .box_prTtl .btn_cmn{
  background-color: #b9b9b9;
  color: #FFF;
  font-weight: bold;
  position:absolute;
  bottom: 2rem;
  font-size: 1.2rem;
  padding: 0.7rem 1.8rem;
}

.block_prMain .box_prTtl:hover{
  box-shadow: 0 0 1.5rem rgba(0,0,0,0.4);
}

.block_prMain .box_prList{
  flex:1;
  display: flex;
  align-items: center;
}
.block_prMain .box_prList .ul_products{
  display: flex;
  margin: 2rem 1rem;
  flex-wrap: wrap;
}
.ul_products > li {
  position: relative;
}
.ul_products li:hover {
  box-shadow: 0 0.4rem 1rem rgba(0,0,0,0.15);
  border-radius: 0.5rem;
  transition: 0.15s;
}
.ul_products li a:hover{
 opacity: 1;
}
.ul_products .pr_thumbnail{
    width: 6.4rem;
  padding: 0.2rem;
  display: inline-block;
}
.ul_products .pr_thumbnail + span{
  display: none;
  transition: 0.25s;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  box-shadow: 0 0.2rem 1.6rem rgba(0,0,0,0.15);
  border-radius: 0.5rem;
  z-index: 3;
  background-color: #FFF;
  position: absolute;
  bottom: 0rem;
  left: 0;
  width: 100%;
  line-height: 1;
  padding: 0.2rem 0;
}
.ul_products li:hover span:not(.pr_thumbnail){
  display: block;
}

/*detail：非表示*/
.block_prDetail{
  opacity: 0;
  transition: 0.25s;
	position: absolute;
  width: 100%;
  box-shadow: 0 0.8rem 0.6rem rgba(0,0,0,0.25);
  z-index: 1;
  background-color: #e0e0e0;
}

#products_lineup li:hover .block_prDetail{
  opacity: 1;
}
.block_prDetail p{
  padding: 0.8rem 2rem;
  font-size: 1.3rem;
}

/*----Process----*/
#process_lineup{
  display: flex;
  flex-wrap: wrap;
 justify-content: space-between;
}
#process_lineup li{
  width: calc((100% - 2rem) / 2 * 1);
  width: 48%;
  max-width: 25rem;
  background-color: #FFF;
  height: 20rem;
  overflow: hidden;
  margin-bottom: 2rem;
}

#process_lineup li:nth-of-type(2n+1){
  margin-right: 2rem;
  margin-right: 2%;
}
#process_lineup li:hover {
  box-shadow: 0 0.8rem 1.6rem rgba(0,0,0,0.15);
 
}
#process_lineup li .block_pcMain {
  transition: 0.3s;
}
.inner_ps{
  margin: 1rem 1.3rem 0;
}

.block_pcMain h2{
  font-weight: bold;
}
.block_pcMain .img_process{
  max-height: 14rem;
  overflow-y: hidden;
}

.block_pcDetail p{
  font-size: 1.3rem;
  margin-top: 2rem;
  line-height: 1.5;
}
.block_pcDetail .read_more{
  margin-top: 2rem;
  color: #293382;
  line-height: 1;
  vertical-align: middle;
}
.block_pcDetail .read_more::before{
  font-family: Material Icons;
  content: "\e5cc";
  color: #fff;
  background-color: #707d96;
  border-radius: 50%;
  padding: 0.2rem;
  margin-right: 0.3rem;
  margin-top: 0.5rem;
}
@media all and (-ms-high-contrast: none) {
  .block_pcDetail .read_more::before{
    padding: 0.1rem 0.1rem 0.3rem 0.2rem;/*IEでの位置ずれ調整*/
  }
}

/**チェックボックス系*/
.closed input {
  display: none;
}
.closed span {
  display: block;
  position: relative;
  padding-left: 2rem;
  cursor: pointer;
  font-size: 14px;
}
.closed span::before {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border: 0.2rem solid #ddd;
  border-radius: 0.3rem;
  background-color:white;
}
.closed input:checked + span::before {
  background-color: #293382;
  border: 0.2rem solid #293382;
}
.closed input:checked + span::after {
  font-family: Material Icons;
  content: "\e5ca";
  color: white;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.process span{
  cursor: pointer;
  display:inline-block;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  border: 0.1rem solid #707d96;
  border-radius: 0.5rem;
  word-break: keep-all;
  margin-bottom: 0.6rem;
  margin-right: 0.25rem;
}
.process input{
  display: none;
}
.process input:checked + span {
  background-color: #707d96;
  color: white;
}
#clear {
  margin-top: 3rem;
}

.closed_div{
  margin-top: -20px;
  margin-bottom: 5px;
}

/*-------------------タブレット以下用-------------------*/
@media screen and (max-width: 1024px) {
#area_products_top{
  margin-top: 0;
}
#area_products_top .only_pc{
  display: none;
}
#area_products_top hr{
  margin: 0;
}
#products_lineup, #process_lineup{
  display: none;
}
#area_products_top {
  padding: 2.5rem 0 1rem;
}
.primary_item{
  padding: 0 2rem;
}
#area_products_top .primary_item h1{
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  padding: 2.5rem 1rem 1rem;
  color: #FFF;
  height: 45vh;
  height: 50rem;
  align-items: flex-end;
  background-size: cover;
  background-position: center;
}
#products_ttl{
  background-image:url(https://www.disco.co.jp/index.html) ;
}
#process_ttl{
  background-image:url(https://www.disco.co.jp/index.html) ;
}

.primary_item h1::after{
  font-family: Material Icons;
  content: "\e5cd";
  transform: rotate(45deg);
}

.primary_item .ttl_open::after{
  content: "\e931";
  transform:none;
  margin-top: -1rem;
  font-size: 1.7rem;
}


#products_lineup, #process_lineup {
  margin-bottom: 2rem;
}
#products_lineup > li,#process_lineup > li {
  margin-bottom: 0.5rem;
}



/*製品Lineup*/
.block_prMain{
  min-height: auto;
}
.block_prMain .box_prTtl{
  flex-basis: 100%;
  border: none;
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: auto;
}
.block_prMain .box_prTtl::after{
  font-family: Material Icons;
  content: "\e5cc";
  font-size: 1.8rem;
  display: inline-block;
}

/*ProcessLineup*/
#process_lineup li{
  width: 100%;
  height:auto;
  max-width: none;
}
.block_pcMain{
  display: flex;
  align-items: center;
  position: relative;
}
.block_pcMain::after{
  font-family: Material Icons;
  content: "\e5cc";
  font-size: 1.8rem;
  display: inline-block;
  position: absolute;
  right: 1rem;
}

.block_pcMain .img_process{
  width: 7rem;
  height: 7rem;
  padding: 1rem;
}
.block_pcMain .img_process img{
  object-fit: cover;
    width: 100%;
    height: 100%;
}
.block_pcMain .inner_ps {
    margin-top: 0;
}
.block_pcMain h2{
  font-size: 1.8rem;
}

}

/*-------------------スマホ以下用-------------------*/
@media screen and (max-width: 540px) {

  #area_products_top .primary_item h1{
    height:27vh;
  }
}