/* ----------------------------------------------------------
General Settings
---------------------------------------------------------- */


/* ----------------------------------------------------------
Style for PCs
---------------------------------------------------------- */
@media screen and (min-width: 1025px) {

.nctitle01 {
  font-size: clamp(30px, 5vw, 80px);
  font-weight: 900;
  line-height: 1em;
  text-align: center;
  color:var(--color-1st);
  letter-spacing: -0.05em;
  margin-bottom: 0.8em;
}
.nctitle02 {
  width: 100%;
  height: auto;
  display: block;
  font-size: clamp(20px, 3vw, 100px);
  font-weight: 900;
  line-height: 1em;
  text-align: center;
  color:var(--color-1st);
  letter-spacing: -0.05em;
  background-image: url(../img-group/header/yhk.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 130px;
  padding-top: 150px;
  margin-bottom: 1em;
}

.scrollcar1 {
  width:100%;
  height: auto;
  display: block;
  margin-bottom: 50px;
}
.scrollcar1 li img{
  width:auto;
  height: calc(100vw / 4);
  max-height: auto;
  display: block;
}

.lineupmm {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
}
.lineupmm li {
  width:27.3333333333%;
  height: auto;
  display: flex;
  flex-direction: column;
  margin:0 3% 0%;
  text-align: center;
}
.lineupmm li p {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1em;
  font-family: var(--font-en);
  color:var(--color-black);
}

}

/* ----------------------------------------------------------
Style for iPad Pro
---------------------------------------------------------- */
@media screen and (min-width: 769px) and (max-width: 1024px) {

.nctitle01 {
  font-size: 44px;
  font-weight: 900;
  line-height: 1em;
  text-align: center;
  color:var(--color-1st);
  letter-spacing: -0.05em;
  margin-bottom: 0.8em;
}
.nctitle02 {
  width: 100%;
  height: auto;
  display: block;
  font-size: 28px;
  font-weight: 900;
  line-height: 1em;
  text-align: center;
  color:var(--color-1st);
  letter-spacing: -0.05em;
  background-image: url(../img-group/header/yhk.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 120px;
  padding-top: 140px;
  margin-bottom: 1em;
}

.scrollcar1 {
  width:100%;
  height: auto;
  display: block;
  margin-bottom: 50px;
}
.scrollcar1 li img{
  width:auto;
  height: calc(100vw / 4);
  max-height: auto;
  display: block;
}

.lineupmm {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
}
.lineupmm li {
  width:30.33333333333%;
  height: auto;
  display: flex;
  flex-direction: column;
  margin:0 1.5% 3%;
  text-align: center;
}
.lineupmm li p {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1em;
  font-family: var(--font-en);
  color:var(--color-black);
}

}


/* ----------------------------------------------------------
Style for Smartphone
---------------------------------------------------------- */
@media screen and (max-width: 768px) {

  .nctitle01 {
  font-size:20px;
  font-weight: 900;
  line-height: 1em;
  text-align: center;
  color:var(--color-1st);
  letter-spacing: -0.05em;
  margin-bottom: 0.8em;
}
.nctitle02 {
  width: 100%;
  height: auto;
  display: block;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.2em;
  text-align: center;
  color:var(--color-1st);
  letter-spacing: -0.05em;
  background-image: url(../img-group/header/yhk.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100px;
  padding-top: 120px;
  margin-bottom: 1em;
}

.scrollcar1 {
  width:100%;
  height: auto;
  display: block;
  margin-bottom: 50px;
}
.scrollcar1 li img{
  width:auto;
  height: calc(100vw / 2);
  max-height: auto;
  display: block;
}

.lineupmm {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
}
.lineupmm li {
  width:46%;
  height: auto;
  display: flex;
  flex-direction: column;
  margin:0 2% 2%;
  text-align: center;
}
.lineupmm li p {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1em;
  font-family: var(--font-en);
  color:var(--color-black);
}

}
