@charset "UTF-8";

/*---------------------

★EVENT

-----------------------*/
.event-wrap{
  margin: 0 0 5rem;
  padding: 2rem 0 0;
}
.event-wrap .sliderArea {
  max-width: 100rem;
  margin: 0 auto;
  position: relative;
  overflow: visible;
}

.event-wrap .slick-list {
  overflow: hidden;
}


@media screen and (min-width:1000px) {
 
  .event-wrap{
    margin: 0 auto 10rem;
  }
}





/*---------------------

★CONCEPT&WARNING

-----------------------*/
.concept-wrap{
  padding: 5rem 0;
  background: none;
}
.concept-wrap section{
  max-width: 160rem;
  margin: 0 auto;  
}
.concept-wrap section h2{
  width: 34rem;
  margin: 0 auto;
  padding: 0 0 2rem;
}

.concept-content{
  max-width: auto;
  padding: 0;
}

/* 説明文 SP　----------- */
.concept-ttl{
  text-align: center;
}
.concept-ttl p{
  font-weight: 700;
    letter-spacing: 0;   
}
.concept-ttl p:first-child{
  padding: 0 0 1rem;
  line-height: 1.6;
  font-size: 1.8rem;
}
.concept-ttl p:last-child{
  line-height: 1.3;
  font-size: 2.4rem;
  font-style: italic;
}
.concept-ttl p span{
  color: #fe4943;
}
.concept-ttl p strong{
  font-size: 3.2rem;
}
.concept-ttl p br{
  display: block;
}

/* 概要と背景画像 SP　----------- */
.concept-info{
  margin: 0 0 3.5rem;  
  background: url(../img/concept-bg_sp.jpg) no-repeat right top;
  background-size: 600px;
}
.concept-info div{
  padding: 33rem 2rem 0;
}
.concept-info div dl{
  display: flex;
  padding: 1.5rem 0;
  border-bottom:1px solid #999;
  font-size: 1.6rem;
}
.concept-info div dl:first-child{
  border-top:1px solid #999;
}
.concept-info div dl dt{
  width: 13rem;
  padding: 0 1.5rem 0 3.5rem;
  background: url(../img/com-icon-thunder.svg) no-repeat 10px center;
  background-size: 16px;
}
.concept-info div dl dd{
  width: calc(100% - 13rem);
  padding: 0 0 0 2rem;
  border-left:1px solid #999;
}
.concept-info div dl dd strong{
  padding: 0 0.2rem;
  font-size: 1.8rem;
}

/* WARNING SP　----------- */
.concept-warning{
  padding: 0 1.5rem;
}
.concept-warning section{
  padding: 3rem 2rem 2rem;
  background: var(--wbl);
  position: relative;
}
.concept-warning section h3{
  width: 100%;
  position: absolute;
  left: 0;
  top: -15px;  
}
.concept-warning section h3 img{
  display: block;
  width: 13rem;
  margin: 0 auto;
}
.concept-warning section h3 + p{
  padding: 0 0 0.5rem;
  letter-spacing: 0.05em;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  color: #ce1c24;
}
.concept-warning section ol{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 38rem;
  margin: 0 auto;
}
.concept-warning section ol li{
  margin: 0 0 0.5rem;
  padding: 0 1.5rem;
  line-height: 1.5;
  font-size: 1.4rem;
  font-weight: 500;
  background: url(../img/com-icon-check.svg) no-repeat left 7px;
  background-size: 12px;
}
.concept-warning section + p{
  padding: 1.5rem 0 0;
  letter-spacing: 0;
  text-align: center;
  font-style: italic;
  font-size: 1.6rem;
  font-weight: 700;  
}
.concept-warning section + p span{
  font-size: 1.8rem;
  color: #ce1c24;
}

@media screen and (min-width:540px) {
 
  /* 概要と背景画像 SP540　----------- */
  .concept-info{    
    background: url(../img/concept-bg_sp.jpg) no-repeat right top;
    background-size: 800px;
  }
  .concept-info div{
    padding: 45rem 2rem 0;
  }

  .concept-info div dl dt{
    width: 15rem;
  }
  .concept-info div dl dd{
    width: calc(100% - 15rem);
  }


}

/*----------------------------------------------------
TB / タブレット用 750- 
----------------------------------------------------*/
@media screen and (min-width:750px) {

  .concept-wrap{
    padding: 5rem 0 10rem;
  }
  .concept-wrap section h2{
    width: 42rem;
  }

  /* 説明文 750　----------- */
  .concept-ttl p:first-child{
    line-height: 1.4;
    font-size: 2.1rem;
  }
  .concept-ttl p:last-child{
    line-height: 1.2;
    font-size: 2.8rem;
  }
  .concept-ttl p br{
    display: none;
  }

  /* 概要と背景画像 750　----------- */
  .concept-info{
    background: url(../img/concept-bg_sp.jpg) no-repeat right top;
    background-size: 1000px;
  }
  .concept-info div{
    padding: 55rem 5rem 0;
  }
  .concept-info div dl{
    font-size: 1.8rem;
  }
  .concept-info div dl dt{
    width: 18rem;
  }
  .concept-info div dl dd{
    width: calc(100% - 18rem);
  }

  /* WARNING TB　----------- */
  .concept-warning section ol{
    max-width: 42rem;
  }
  .concept-warning section ol li{
    font-size: 1.8rem;
  }
  .concept-warning section + p{
    font-size: 2.1rem;
  }
  .concept-warning section + p span{
    font-size: 2.4rem;
  }

}


/*----------------------------------------------------
TB / タブレット用 750- 
----------------------------------------------------*/
@media screen and (min-width:1000px) {

  .concept-wrap{
    background: url(../img/concept-bg_sp.jpg) no-repeat right 64%;
    background-size: 1000px;
  }
  .concept-wrap section h2{
    width: 42rem;
    padding: 0;
  }

  .concept-content{
    max-width: 50rem;
    padding: 0 5rem;
  }

  /* 説明文 1000　----------- */
  .concept-ttl{
    text-align: left;
  }
  .concept-ttl p:first-child{
    line-height: 1.8;
    font-size: 1.6rem;
  }
  .concept-ttl p:last-child{
    line-height: 1.4;
    font-size: 2.1rem;
  }
  .concept-ttl p strong{
    font-size: 2.8rem;
  }
  .concept-ttl p br{
    display: block;
  }

  /* 概要と背景画像 1000　----------- */
  .concept-info{
    margin: 0;
    background: none;
  }
  .concept-info div{
    padding: 2.5rem 0;
  }
  .concept-info div dl{
    padding: 1rem;
    font-size: 1.6rem;
  }
  .concept-info div dl dt{
    width: 12rem;
  }
  .concept-info div dl dd{
    width: calc(100% - 12rem);
  }

  /* WARNING 1000　----------- */
  .concept-warning{
    padding: 0;
  }
  .concept-warning section{
    padding: 0;
    background: transparent;
    position: relative;
  }
  .concept-warning section h3{
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;  
  }
  .concept-warning section h3 img{
    width: 9rem;
    margin: 0;
  }
  .concept-warning section h3 + p{
    padding: 0 0 1rem 10rem;
    text-align: left;
    font-size: 1.6rem;
  }
  .concept-warning section ol{
    flex-direction: column;
    flex-wrap: wrap;
    margin: 0;
  }
  .concept-warning section ol li{
    margin: 0 0 0.5rem;
    padding: 0 0 0 1.5rem;
    line-height: 1.4;
    font-size: 1.4rem;
    background: url(../img/com-icon-check.svg) no-repeat left 5px;
    background-size: 10px;
  }
  .concept-warning section + p{
    padding: 0;
    text-align: left;
    font-size: 1.6rem;
  }
  .concept-warning section + p span{
    font-size: 1.8rem;
  }



}

/*----------------------------------------------------
TB / タブレット用 1200- 
----------------------------------------------------*/
@media screen and (min-width:1200px) {

  .concept-wrap{
    background: url(../img/concept-bg_sp.jpg) no-repeat right 64%;
    background-size: 1100px;
  }

}

/*----------------------------------------------------
PC 1400- 
----------------------------------------------------*/
@media screen and (min-width:1400px) {

  .concept-wrap{
    background: url(../img/concept-bg_sp.jpg) no-repeat right 64%;
    background-size: 1300px;
  }
  .concept-content{
    max-width: 50%;
  }

  /* 説明文 1400　----------- */
  .concept-ttl p:first-child{
    padding: 0 0 1rem;
    line-height: 1.8;
    font-size: 2.4rem;
  }
  .concept-ttl p:last-child{
    line-height: 1.4;
    font-size: 3.2rem;
  }
  .concept-ttl p strong{
    font-size: 4.8rem;
  }
  
  /* 概要と背景画像 SP　----------- */
  .concept-info div dl{
    padding: 2rem 0;
    font-size: 2rem;
  }
  .concept-info div dl dt{
    width: 17rem;
    padding: 0 1.5rem 0 4rem;
    background: url(../img/com-icon-thunder.svg) no-repeat 10px center;
    background-size: 20px;
  }
  .concept-info div dl dd{
    width: calc(100% - 17rem);
   }
  .concept-info div dl dd strong{
    font-size: 2.8rem;
  }


  /* WARNING 1400　----------- */
  .concept-warning section{
    max-width: auto;
  }
  .concept-warning section h3 img{
    width: 14rem;
  }
  .concept-warning section h3 + p{
    padding: 1rem 0 1rem 15rem;
    font-size: 1.8rem;
  }
  .concept-warning section ol{
    flex-direction: row;
    max-width: 52rem;
  }
  .concept-warning section ol li{
    margin: 0 0 1rem;
    padding: 0 2.5rem;
    line-height: 1.4;
    font-size: 1.6rem;
    background: url(../img/com-icon-check.svg) no-repeat left 5px;
    background-size: 16px;
  }
  .concept-warning section + p{
    padding: 0;
    text-align: left;
    font-size: 1.4rem;
  }
  .concept-warning section + p span{
    font-size: 1.6rem;
  }

  .concept-warning section + p{
    font-size: 2.1rem;
  }
  .concept-warning section + p span{
    font-size: 2.8rem;
  }

}

  /*----------------------------------------------------
  PC 1600- 
  ----------------------------------------------------*/
  @media screen and (min-width:1600px) {

    .concept-wrap{
      background: url(../img/concept-bg_sp.jpg) no-repeat right 0;
      background-size: 1800px;
    }
    .concept-wrap section h2{
      width: 52rem;
    }

    /* 説明文 1600　----------- */
    .concept-ttl p{
      letter-spacing: -0.05em;
    }
    .concept-ttl p:first-child{
      font-size: 3rem;
    }
    .concept-ttl p:last-child{
      font-size: 5.4rem;
    }

    /* 概要と背景画像 1600　----------- */
    .concept-info div dl{
      padding: 2rem 0;
      font-size: 2.4rem;
    }
    .concept-info div dl dt{
      width: 22rem;
      padding: 0 1.5rem 0 5rem;
    }
    .concept-info div dl dd{
      width: calc(100% - 22rem);
      padding: 0 0 0 5rem;
    }
    .concept-info div dl dd strong{
      font-size: 3.2rem;
    }


    /* WARNING 1600　----------- */
    .concept-warning section h3 + p{
      font-size: 2rem;
    }
    .concept-warning section ol li{
      font-size: 2rem;
      background: url(../img/com-icon-check.svg) no-repeat left 5px;
      background-size: 18px;
    }
    .concept-warning section + p{
      font-size: 1.6rem;
    }
    .concept-warning section + p span{
      font-size: 1.8rem;
    }
    .concept-warning section + p{
      font-size: 2.4rem;
    }
    .concept-warning section + p span{
      font-size: 3.2rem;
    }

  }


  /*----------------------------------------------------
  PC 1800- 
  ----------------------------------------------------*/
  @media screen and (min-width:1800px) {

    .concept-content{
      padding: 0;
    }

    .concept-ttl p strong{
      font-size: 8rem;
    }
    

  }


/*---------------------

MACHINE

-----------------------*/
.machine-wrap{
  padding: 0 0 5rem;
}
section.machine-sp h2{
  width: 34rem;
  margin: 0 auto;
  padding: 0 0 1rem;
}

/* 説明 SP ------------------- */
.machine-pc{
  display: none;
}
section.machine-sp{
  display: block;
}
section.machine-sp .machine-ttl{
  margin: 0 0 3rem;
  padding: 0 1.5rem;
  text-align: center;
}
section.machine-sp .machine-ttl p{
  letter-spacing: 0.025em;
  font-weight: bold;
}
section.machine-sp .machine-ttl p:first-child{
  font-size: 2.1rem;
  line-height: 1.5;
}
section.machine-sp .machine-ttl p:first-child strong{
  padding: 0 0.2rem;
  font-size: 2.8rem;
  color: var(--prd);
}
section.machine-sp .machine-ttl p:first-child span{
  display: block;
  padding: 1.5rem 0 0;
  font-size: 1.6rem;
  background: url(../img/machine-rib-line.png) no-repeat center top;
  background-size: 344px;  
}
section.machine-sp .machine-ttl p:last-child{
  line-height: 1.5;
  font-size: 3.6rem;
  font-style: italic;
}
section.machine-sp .machine-ttl p:last-child span{
  padding: 0 0.5rem;
  font-size: 4rem;  
}
section.machine-sp .machine-wave{
  position: relative;
}
section.machine-sp .machine-wave figure{
  width: 50%;
  position: absolute;
  top: 0;
  right: 0;
}

/*----------------------------------------------------
MACHINE TB750- 
----------------------------------------------------*/
@media screen and (min-width:750px) {

  section.machine-sp{
    display: none;
  }

  .machine-pc{
    display: block;
    position: relative;
  }
  .machine-pc-content{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .machine-pc-content section{
    max-width: 160rem;
    margin: 0 auto;
    position: relative;
  }
  /* 波 750　--------------- */
  .machine-pc-content section > figure{
    position: absolute;
    width: 40%;
    top: -30%;
    right: 0;
  }

  /* 見出しと説明 750　--------------- */
  .machine-pc-content section h2{
    width: 22rem;
    position: absolute;
    top: 25%;
    right: 20%;
    z-index: 999;
  }
  .machine-pc-content section p.txt{
    width: 30%;
    position: absolute;
    top: 48%;
    right: 7%;
  }
  .machine-pc-content section p.bg{
    width: 43%;
    margin: 0 0 0 auto;
    padding: 4rem 0 0;
  }

}


/*----------------------------------------------------
MACHINE PC1000- 
----------------------------------------------------*/
@media screen and (min-width:1000px) {

  /* 波 1000　--------------- */
  .machine-pc-content section > figure{
    top: -40%;
  }

  /* 見出しと説明 1000　--------------- */
  .machine-pc-content section h2{
    width: 30rem;
    top: 25%;
    right: 15%;
  }

}

/*----------------------------------------------------
MACHINE PC1200- 
----------------------------------------------------*/
@media screen and (min-width:1200px) {

  /* 見出しと説明 1200　--------------- */
  .machine-pc-content section h2{
    width: 35rem;
    top: 25%;
    right: 15%;
  }
  .machine-pc-content section p.txt{
    width: 26%;
    top: 52%;
    right: 10%;
  }

}

/*----------------------------------------------------
MACHINE PC1400- 
----------------------------------------------------*/
@media screen and (min-width:1400px) {

 .machine-wrap{  
    padding: 0 0 10rem;
  }

  /* 見出しと説明 1400　--------------- */
  .machine-pc-content section h2{
    width: 48rem;
    top: 25%;
    right: 15%;
  }
  .machine-pc-content section p.txt{
    top: 55%;
  }

}

/*----------------------------------------------------
MACHINE PC1600- 
----------------------------------------------------*/
@media screen and (min-width:1600px) {

  /* 見出しと説明 1600　--------------- */
  .machine-pc-content section h2{
    width: 52rem;
    top: 25%;
    right: 15%;
  }

  /* 波 1600　--------------- */
  .machine-pc-content section > figure{
    top: -30%;
    right: -9%;
  }
  .machine-pc-content section p.txt{
    top: 48%;
  }
  .machine-pc-content section p.bg{
    width: 45%;
    padding: 10rem 0 0;
  }


}


/*----------------------------------------------------
MACHINE PC1700- 
----------------------------------------------------*/
@media screen and (min-width:1700px) {

  /* 見出しと説明 1700　--------------- */
  .machine-pc-content section p.txt{
    top: 50%;
  }

}


/*----------------------------------------------------
MACHINE PC1800- 
----------------------------------------------------*/
@media screen and (min-width:1800px) {

  /* 見出しと説明 1800　--------------- */
  .machine-pc-content section p.txt{
    top: 50%;
    right: 11%;
  }
  .machine-pc-content section p.bg{
    width: 46%;
    padding: 12rem 0 0;
  }

}


