@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;500;700&display=swap');

.concept-section {
  margin-bottom: 10px;
  padding: 0 0 30px;
  line-height: 1;
}
  .concept-section#cs-noah { background: #f2f2f2 url("/product/archive/noah2201/image/concept-figure_bg.jpg") no-repeat right top / 500px auto; }
  .concept-section#cs-voxy { background: #f2f2f2 url("/product/archive/voxy2201/image/concept-figure_bg.jpg") no-repeat right top / 490px auto; }

.cs-box {
  box-sizing: border-box;
  padding: 0 30px;
}

#content #content-inner.no-shadow .design-concept_note {
  margin-bottom: 30px;
  font-size: 0.8572em;
  text-align: right;
}

/* csb-intro */
.csb-intro {
  padding-top: 58px;
  text-align: center;
}
.csb-intro > .sub-headline {
  margin-left: -27.5em;
  font-family: 'M PLUS 1p', sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0.01em;
}
.csb-intro > .headline {
  font-family: 'M PLUS 1p', sans-serif;
  font-size: 80px;
  font-weight: 400;
  font-style: italic;
}
.csb-intro > .copy {
  margin: 15px 0 30px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 35px;
  font-weight: 300;
  font-style: italic;
}
.csb-intro > .copy::before,
.csb-intro > .copy::after {
  display: inline-block;
  content: '';
  width: 100px;
  height: 1px;
  vertical-align: 13px;
  background: url("/product/archive/noah2201/image/line.png") no-repeat 0 0 / 100px 1px;
}
  .csb-intro > .copy::before { margin-right: 5px; }
  .csb-intro > .copy::after { margin-left: 10px; transform: rotate(180deg); }
.csb-intro > .txt {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 24px;
  font-weight: 300;
  font-style: italic;
}


/* csb-head */
.cs-box > .csb-head {
  position: relative;
  padding-top: 58px;
}
.cs-box > .csb-head > .flag {
  position: absolute;
  top: 0;
  left: -30px;
  padding: 8px 14px 8px 14px;
  color: #fff;
  font-family: 'M PLUS 1p', sans-serif;
  font-size: 16px;
  font-weight: 700;
  font-style: italic;
  background-color: #000;
}
.cs-box > .csb-head > .flag::after {
  position: absolute;
  top: 0;
  right: -10px;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 0 32px 10px;
  border-color: transparent transparent transparent #000;
}
.cs-box > .csb-head > .sub-title {
  margin-bottom: 10px;
  text-align: center;
  font-family: 'M PLUS 1p', sans-serif;
  font-size: 24px;
  font-weight: 400;
  font-style: italic;
}
.cs-box > .csb-head > .headline {
  display: table;
  position: relative;
  margin: 0 auto;
  text-align: center;
  font-family: 'M PLUS 1p', sans-serif;
  font-size: 45px;
  font-weight: 700;
  font-style: italic;
  letter-spacing: -0.03em;
}

.cs-box.csb00 {
  margin-bottom: 40px;
}
.cs-box.csb00 > .csb-head {
  padding-top: 55px;
}
.cs-box.csb00 > .csb-head > .headline {
  margin-bottom: 15px;
}
.cs-box.csb00 > .csb-head > .txt {
  line-height: 1.78;
  text-align: center;
  font-size: 16px;
}

#cs-wrapper .cs-box > .csb-head > .headline::before {
  position: absolute;
  top: 0;
  left: -1.5em;
  color: #b2b2b2;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 24px;
  font-style: normal;
  letter-spacing: 0;
}
  .cs-box.csb01 > .csb-head > .headline::before { content: '01'; }
  .cs-box.csb02 > .csb-head > .headline::before { content: '02'; }
  .cs-box.csb03 > .csb-head > .headline { font-size: 70px; }
  .cs-box.csb03 > .csb-head > .headline::before { content: '03'; }
  .cs-box.csb04 > .csb-head > .headline { font-size: 70px; }
  .cs-box.csb04 > .csb-head > .headline::before { content: '04'; }
  .cs-box.csb05 > .csb-head > .headline::before { content: '05'; }


/* csb-body */
.cs-box > .csb-body {
  margin-top: 60px;
}
.cs-box > .csb-body > .lead-txt {
  width: 866px;
  margin: 0 auto 40px;
}
.cs-box > .csb-body > .lead-txt > img {
  width: 100%;
}

.cs-box > .csb-body > .list-photo {
  display: flex;
  justify-content: space-between;
}
.cs-box > .csb-body > .list-photo > .item {
  width: calc( (100% - 30px) / 2 );
}
.cs-box > .csb-body > .list-photo > .item:hover > .fig > img.on {
  opacity: 1;
}
.cs-box > .csb-body > .list-photo > .item > .fig {
  position: relative;
}
.cs-box > .csb-body > .list-photo > .item > .fig > img {
  width: 100%;
}
.cs-box > .csb-body > .list-photo > .item > .fig > img.on {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease-out;
}

.cs-box > .csb-body > .txt {
  margin-top: 25px;
  text-align: center;
  line-height: 1.75;
  font-size: 16px;
}


/* csb-nav */
#cs-nav {
  display: flex;
  margin: 0 30px;
  justify-content: space-between;
  flex-wrap: wrap;
  font-family: 'M PLUS 1p', sans-serif;
  font-size: 18px;
  font-weight: 700;
  font-style: italic;
  letter-spacing: -0.02em;
  counter-reset: cs-nav;
}
#cs-nav > .item {
  width: calc( (100% - 2px) / 3 );
  background-color: #fff;
}
#cs-nav > .item:nth-child(n+4) {
  margin-top: 1px;
}

#cs-nav > .item > a {
  display: block;
  position: relative;
  padding: 26px 0 26px 55px;
  border-bottom: 3px solid #fff;
  color: #000;
  text-decoration: none;
  transition: border 0.3s ease-out;
}
#cs-nav > .item:nth-child(6) > a {
  padding: 26px 0;
  text-align: center;
}
#cs-nav > .item:nth-last-child(n+2) > a::before {
  position: absolute;
  top: 20px;
  left: 30px;
  color: #b2b2b2;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 12px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0;
  counter-increment: cs-nav;
  content: "0" counter(cs-nav);
}

#cs-nav > .item.-active > a,
#cs-nav > .item > a:hover {
  color: #008f57;
  border-bottom-color: #008f57;
}
#cs-nav > .item.-active > a::before,
#cs-nav > .item > a:hover::before {
  color: #008f57;
}


/* bx-slider */
.bx-wrapper {
  position: relative;
  margin-bottom: 36px;
}
.bx-controls {
  position: absolute;
  top: 375px;
  left: -40px;
  z-index: 50;
  width: calc( 100% + 80px );
}
.bx-controls-direction {
  position: relative;
  width: 100%;
}
.bx-controls-direction > a {
  position: absolute;
  top: 0;
  width: 60px;
  height: 60px;
  text-indent: -9999px;
}
.bx-controls-direction > a.disabled { display: none; }
  .bx-controls-direction > .bx-prev {
    left: 0;
    background: url('/product/archive/noah2201/image/btn-prev.png') no-repeat 0 0;
  }
  .bx-controls-direction > .bx-next {
    right: 0;
    background: url('/product/archive/noah2201/image/btn-next.png') no-repeat 0 0;
  }



/* animation */
#cs-wrapper .cs-box > .csb-head { transition: all 0.5s ease-out 0.5s; }
#cs-wrapper .cs-box > .csb-body > .list-photo > .item:nth-child(1) { transition: all 0.5s ease-out 0.75s; }
#cs-wrapper .cs-box > .csb-body > .list-photo > .item:nth-child(2) { transition: all 0.5s ease-out 1.0s; }
#cs-wrapper .cs-box > .csb-body > .txt { transition: all 0.5s ease-out 1.5s; }

#cs-wrapper .cs-box > .csb-head,
#cs-wrapper .cs-box > .csb-body > .list-photo > .item,
#cs-wrapper .cs-box > .csb-body > .txt {
  opacity: 0;
  transform: translateX(-20px);
}

#cs-wrapper .cs-box[aria-hidden='false'] > .csb-head,
#cs-wrapper .cs-box[aria-hidden='false'] > .csb-body > .list-photo > .item,
#cs-wrapper .cs-box[aria-hidden='false'] > .csb-body > .txt {
  opacity: 1;
  transform: translateX(0);
}

@media all and (-ms-high-contrast:none){
  #cs-wrapper .cs-box > .csb-head { transition: none; }
  #cs-wrapper .cs-box > .csb-body > .list-photo > .item:nth-child(1) { transition: none; }
  #cs-wrapper .cs-box > .csb-body > .list-photo > .item:nth-child(2) { transition: none; }
  #cs-wrapper .cs-box > .csb-body > .txt { transition: none; }
}



@media screen and (min-width: 0px) and (max-width: 568px) {

  .concept-section {
    box-sizing: border-box;
    width: 100vw;
    margin-bottom: 10px;
    margin-left: -10px;
    padding: 0 0 20px;
  }
    .concept-section#cs-noah { background-size: 75% auto; }
    .concept-section#cs-voxy { background-size: 75% auto; background-position: top 15px right; }

  .cs-box {
    padding: 0 20px;
  }

  #content #content-inner.no-shadow .note {
    font-size: 10px;
  }

  /* csb-intro */
  .csb-intro {
    padding-top: 38px;
  }
  .csb-intro > .sub-headline {
    margin: 0 0 5px;
    font-size: 12px;
  }
  .csb-intro > .headline {
    font-size: 50px;
  }
  .csb-intro > .copy {
    margin: 10px 0 20px;
    font-size: 24px;
  }
  .csb-intro > .copy::before,
  .csb-intro > .copy::after {
    width: 50px;
    height: 1px;
    vertical-align: 10px;
    background: url("/product/archive/noah2201/image/line.png") no-repeat 0 0 / 50px 1px;
  }
  .csb-intro > .txt {
    line-height: 1.3;
    font-size: 20px;
  }


  /* csb-head */
  .cs-box > .csb-head {
    padding-top: 38px;
  }
  .cs-box > .csb-head > .flag {
    left: -20px;
    padding: 6px 8px;
    font-size: 12px;
  }
  .cs-box > .csb-head > .flag::after {
    right: -8px;
    border-width: 0px 0 24px 8px;
  }
  .cs-box > .csb-head > .sub-title {
    margin-bottom: 5px;
    font-size: 16px;
  }
  .cs-box > .csb-head > .headline {
    font-size: 26px;
    letter-spacing: -0.01em;
  }

  .cs-box.csb00 {
    margin-bottom: 30px;
  }
  .cs-box.csb00 > .csb-head {
    padding-top: 35px;
  }
  .cs-box.csb00 > .csb-head > .headline {
    margin-bottom: 10px;
  }
  .cs-box.csb00 > .csb-head > .txt {
    line-height: 1.71;
    font-size: 14px;
  }

  #cs-wrapper .cs-box > .csb-head {
    margin-bottom: 70px;
  }
  #cs-wrapper .cs-box > .csb-head > .headline::before {
    position: relative;
    left: auto;
    margin: 0;
    vertical-align: 24px;
    font-size: 12px;
  }
    .cs-box.csb03 > .csb-head > .headline { font-size: 40px; }
    .cs-box.csb04 > .csb-head > .headline { font-size: 40px; }


  /* csb-body */
  .cs-box > .csb-body {
    margin-top: 30px;
  }
  .cs-box > .csb-body > .lead-txt {
    width: 100%;
    max-width: 317px;
    margin: 0 auto 20px;
  }

  .cs-box > .csb-body > .list-photo {
    display: block;
  }
  .cs-box > .csb-body > .list-photo > .item {
    width: 100%;
  }
  .cs-box > .csb-body > .list-photo > .item + .item {
    margin-top: 10px;
  }
  .cs-box > .csb-body > .list-photo > .item > img {
    width: 100%;
  }
  .cs-box > .csb-body > .txt {
    margin-top: 15px;
    text-align: left;
    line-height: 1.71;
    font-size: 14px;
  }


  /* csb-nav */
  #cs-nav {
    display: block;
    margin: 0 20px;
    font-size: 14px;
  }
  #cs-nav > .item {
    width: 100%;
  }
  #cs-nav > .item:nth-child(n+2) {
    margin-top: 1px;
  }

  #cs-nav > .item > a {
    padding: 15px 0 15px 40px;
    /* pointer-events: none; */
  }
  #cs-nav > .item:nth-child(6) > a {
    padding: 15px 0 15px 40px;
    text-align: left;
  }
  #cs-nav > .item:nth-last-child(n+2) > a::before {
    top: 12px;
    left: 20px;
    font-size: 10px;
  }


  /* bx-slider */
  .bx-wrapper {
    margin-bottom: 26px;
  }
  .bx-controls {
    left: 0;
    right: 0;
    width: 110px;
    margin: 0 auto;
  }
  .bx-controls-direction > a {
    top: 0;
    width: 40px;
    height: 40px;
  }
    .bx-controls-direction > .bx-prev {
      background: url('/product/archive/noah2201/image/btn-prev_sp.png') no-repeat 0 0 / 40px auto;
    }
    .bx-controls-direction > .bx-next {
      background: url('/product/archive/noah2201/image/btn-next_sp.png') no-repeat 0 0 / 40px auto;
    }

}
