/* img {
  width: 100%;
  margin-bottom: 0px;
} */
.pc {
  display: block; /* PCを改行して */
}
.sp {
  display: none; /* SPの改行を隠す */
}
.font-ja,
.body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Segoe UI", "Helvetica Neue", "HelveticaNeue", "YuGothic", "Yu Gothic Medium", "Yu Gothic", Verdana, "Meiryo", sans-serif;
  color: #000
}
.font-en,
.ttl {
  font-family: "Helvetica Neue", "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  color: #000
}
.hero {
  padding: 0 0 30px 0;
}
.hero img {
width: 100%;
}
.body {
  width: 1024px;
  margin: 0 auto;
}
.body img {
  width: 100%;
}
.hero-h1 {
  font-size:26px;
  color:#000;
  letter-spacing:.2rem;
  line-height:1.5;
  text-align:center;
  padding:20px 0;
  font-weight:bold;
}
.hero-h2 {
  font-size:18px;
  color:#000;
  letter-spacing:.2rem;
  line-height:1.8;
  text-align:center;
  padding:40px 0 50px 0;
}
.hero-h3 {
  font-size:14px;
  line-height:1.8;
  letter-spacing:0.06em;
  text-align:center;
}
.hero-img-inner {
  width: 50%;
}
.ttl {
  font-size:40px;
  color:#000;
  letter-spacing:.25rem;
  line-height: 1.4;
  margin:60px 0 40px 0;
  text-align:center;
  font-weight:bold;
}
.ttl span {
  display:block;
  font-size:.8rem;
  color:#666;
  letter-spacing:.4rem;
  line-height:2;
  font-weight: normal;
}
.wrap,
.color-main,
.feature-main,
.lineup-main {
  display:flex;
  flex-wrap:wrap;
  justify-content: space-between;
}
.color-main-img {
  width: 50%;
}
.color-main-item {
  width: 50%;
  display: flex;
  justify-content:center;
  align-items: center;
}
.color-main-item-inner {
  width:55%;
  text-align: center;
  letter-spacing: 0.06em;
}
.color-main-item-txt {
  width:100%;
}
.color-main-item-name {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  margin:15px 0 5px;
}
.color-main-item-price {
  font-size: 13px;
}
.feature-main-item,
.lineup-main-item {
  width: 241px;
  text-align: center;
  font-size:12px;
  line-height:1.5;
  letter-spacing:0.06em;
  margin-bottom: 25px;
}
.lineup-main {
  width: calc(100% / 3 * 2);
  margin: auto;
}
.lineup-main-item {
  width: 48%;
}
.feature-main-item p,
.lineup-main-item p {
  font-size: 14px;
  font-weight: bold;
  padding:9px 0 3px 0;
}
.feature-main-item span,
.lineup-main-item span {
  color: #666666;
}
.feature-other {
  width: 100%;
  margin: 30px 0 70px 0;
}
.feature-other-btn {
  margin: 10px auto 0;
  display: block;
  padding: 17px;
  font-size: 16px;
  border: 1px solid #000;
  color: #000;
  text-align: center;
  width: 50%;
  font-weight: bold;
  letter-spacing: .15rem;
}


 @media screen and (max-width: 768px) {
  .pc{
    display: none; /* PCの改行を隠して */
  }
  .sp{
    display: block; /* SPを改行する */
  }
  .hero {
    padding: 0;
  }
  .body {
    width: 100%;
    padding: 4vw;
  }
  .hero-h1 {
    font-size:5.3vw;
    color:#000;
    letter-spacing:.15rem;
    line-height:1.5;
    text-align:center;
    padding:4.5vw 0;
    font-weight:bold;
  }
  .hero-h2 {
    font-size:3.8vw;
    letter-spacing:.12rem;
    padding:4vw 0 0 0;
  }
  .hero-h3 {
    font-size:3.6vw;
    line-height:1.8;
    letter-spacing:0.06em;
  }
  .hero-img-inner {
    width: 100%;
  }
  .ttl {
    font-size:8vw;
    color:#000;
    letter-spacing:.25rem;
    line-height: 1.2;
    margin:12vw 0 6vw 0;
    text-align:center;
    font-weight:bold;
  }
  .ttl span {
    display:block;
    font-size:.8rem;
    color:#666;
    letter-spacing:.25rem;
    line-height:2;
    font-weight: normal;
  }
  .color-main-img {
    width:100%;
  }
  .color-main-item {
    width:100%;
  }
  .color-main-item-inner {
    width:100%;
  }
  .color-main-item-img {
    width: 50%
  }
  .color-main-item-txt {
    width: 50%;
    text-align: left;
    padding-left: 5vw;
    margin: auto 0;
  }
  .color-main-item-name {
    font-size:3.4vw;
    margin:0 0 2vw
  }
  .color-main-item-price {
    font-size:3.4vw;
  }
  .order-1 {
    order: 1;
  }
  .order-2 {
    order: 2;
  }
  .feature-main-item {
    width: 48%;
  }
  .feature-main-item p,
  .lineup-main-item p {
    font-size: 3.4vw;
  }
  .feature-main-item span {
    display: block;
    text-align: left;
    font-size: 3vw;
  }
  .lineup-main {
    width:100%;
  }
  .lineup-main-item span {
    font-size: 3vw;
  }
  .feature-other {
    margin: 0 0 4vw 0;
    padding: 0 15px;
  }
  .feature-other-btn {
    margin: 0 auto;
    padding: 4.6vw;
    font-size: 3.7vw;
    width: 100%;
  }

 }
