@charset "UTF-8";

html {font-size: 62.5%;}
#Wrap {width: 100%;}

@media screen and (min-width: 750px) and (max-width: 1400px){
  html {
    font-size: calc((10 * (100vw / 1400)));
  }
}

@media screen and (max-width: 750px) {
	html{
		font-size: calc(10 * (100vw / 750));
	}
}

.NB20220628{
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-style: normal;
  font-feature-settings: 'palt';
  font-weight: 500;
  text-align: center;
  color: #000;
  width: 100%;
  margin: 0 auto;
}

/*** Responsive ***/
.pcOnly{
  display: none;
}

/*** Picture ***/
img{
  display: block;
  width: 100%;
  height: auto;
}
picture{
  display: block;
  width: 100%;
  height: auto;
}
a{
  display: block;
  text-decoration: none;
}

/*** Hover ***/
.hover a:hover{
  transition: 0.5s;
  opacity: 0.6;
}
.hover a img:hover{
  transition: 0.5s;
  opacity: 0.6;
}
.en{
  font-family: pragmatica, sans-serif;
}

/*** mainImg ***/
.mainImg{
  width: 100%;
  margin: 0 auto calc(138 * (100vw / 750));
}

/*** leadFirst ***/
.leadFirst{
  font-size: calc(25 * (100vw / 750));
  line-height: 1.92;
  letter-spacing: 0.025em;
  margin: 0 auto calc(86 * (100vw / 750));
}

.leadFirst .spOnly{
  display: block !important;
}

/*** itemList ***/
.itemList{
  margin: 0 auto calc(190 * (100vw / 750));
}

.itemList .itemImg{
  width: calc(420 * (100vw / 750));
  margin: 0 auto calc(57 * (100vw / 750));
}
.itemList li:last-child .itemImg{
  width: calc(386 * (100vw / 750));
  margin: 0 auto calc(65 * (100vw / 750));
}

.itemList h3{
  font-size: calc(48 * (100vw / 750));
  line-height: 1.35;
  letter-spacing: 0.05em;
  margin: 0 auto calc(33 * (100vw / 750));
}

.itemList .creditTxt{
  font-size: calc(28 * (100vw / 750));
  line-height: 1.71;
  letter-spacing: 0.05em;
  margin: 0 auto calc(38 * (100vw / 750));
  display: inline-block;
  position: relative;
}
.itemList .creditTxt::after{
  content: "";
  display: block;
  background-color: #000;
  position: relative;
  bottom: calc(12 * (100vw / 750));
  left: 0;
  width: 100%;
  height: 1px;
}

.itemList .campTxt{
  font-weight: 400;
  font-style: normal;
  font-size: calc(30 * (100vw / 750));
  line-height: 1.8;
  letter-spacing: 0;
}

.itemList li:first-child{
  margin: 0 auto calc(114 * (100vw / 750));
}

/*** modelList ***/
.modelListWrap{
  position: relative;
}
.modelListWrap::after{
  content: "";
  display: block;
  background-color: #EFEFEF;
  position: absolute;
  top: calc(472 * (100vw / 750));
  left: 0;
  width: 100%;
  height: calc(927 * (100vw / 750));
  z-index: -1;
}

.modelList{
  margin: 0 auto calc(50 * (100vw / 750));
}

.modelList li:first-child .modelImg:first-child{
  width: calc(630 * (100vw / 750));
  margin: 0 auto calc(80 * (100vw / 750));
}

.modelList li:last-child .modelImg:first-child{
  width: calc(500 * (100vw / 750));
  margin: 0 auto;
}

.itemCredit{
  font-size: calc(24 * (100vw / 750));
  letter-spacing: 0.07em;
  text-align: left;
  margin: 0 5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.itemCredit li{
  margin: 0 calc(20 * (100vw / 750)) calc(23 * (100vw / 750)) 0;
}

/*** viewAll ***/
.viewAll a{
  display: block;
  font-size: calc(24*(100vw/750));
  line-height: 2.3;
  letter-spacing: .02em;
  text-align: center;
  border: 1px solid #000;
  background-color: #fff;
  width: calc(355 * (100vw/750));
  margin: calc(125 * (100vw/750)) auto calc(9 * (100vw/750));
}

@media only screen and (min-width: 751px) {
  /*** Responsive ***/
  .spOnly{
    display: none;
  }
  .pcOnly{
    display: block;
  }

  /*** mainImg ***/
  .mainImg{
    width: 60rem;
    margin: 0 auto 7.2rem;
  }

  /*** leadFirst ***/
  .leadFirst{
    font-size: 1.4rem;
    line-height: 2.08;
    margin: 0 auto 8.8rem;
  }

  .leadFirst .spOnly{
    display: none !important;
  }

  /*** itemList ***/
  .itemList{
    width: 75rem;
    display: flex;
    justify-content: space-between;
    margin: 0 auto 14.5rem;
  }

  .itemList .itemImg{
    width: 25rem;
    margin: 0 auto 4.9rem;
  }
  .itemList li:last-child .itemImg{
    width: 23.5rem;
    margin: 0 auto 4.8rem;
    padding: 1.2rem 0 0;
  }

  .itemList h3{
    font-size: 3.4rem;
    line-height: 1.41;
    margin: 0 auto 1rem;
  }

  .itemList .creditTxt{
    font-size: 1.6rem;
    line-height: 3.12;
    margin: 0 auto 1.6rem;
  }
  .itemList .creditTxt::after{
    bottom: 1.9rem;
  }

  .itemList .campTxt{
    font-size: 1.8rem;
    line-height: 1.61;
  }

  .itemList li:first-child{
    width: 36rem;
    margin: 0;
  }
  .itemList li:last-child{
    width: 34rem;
    margin: 0 1rem;
  }

  /*** modelList ***/
  .modelListWrap::after{
    top: 16.5rem;
    height: 54rem;
  }

  .modelList{
    width: 111.2rem;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
  }

  .modelList li:first-child .modelImg:first-child{
    width: 58rem;
    margin: 0;
  }

  .modelList li:last-child .modelImg:first-child{
    width: 45.1rem;
    margin: 38.4rem auto 0;
  }

  /*** itemCredit ***/
  .itemCreditWrap{
    width: 111.2rem;
    padding: 0 0 9.4rem;
    margin: -16rem auto 0;
  }

  .itemCredit{
    font-size: 1.2rem;
    padding: 0 80rem 0 0;
    margin: 0 auto 0 0;
  }

  .itemCredit li{
    margin: 0 1rem 1rem 0;
  }

  /*** viewAll ***/
  .viewAll a{
    font-size: 1.5rem;
    width: 21.8rem;
    margin: 11.8rem auto 0;
  }

}
