@import "reset.css";
html {
  font-size: 62.5%;
}

body {
  font-size: 1.4rem;
  color: #000;
  line-height: 2;
  letter-spacing: 0.2em;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 300;
  font-style: normal;
}

[class$="--wrap"] {
  max-width: 76rem;
  margin: auto;
}

[class$="--block"] {
  width: 90%;
  max-width: 58rem;
  margin: 7.8rem auto;
}

img {
  vertical-align: bottom;
}

h2 {
  font-family: "Hiragino Sans", "Helvetica Neue", Arial, "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 900;
  font-size: 2.1rem;
  line-height: 1.48;
}
h2 span {
  font-family: "Hiragino Sans", "Helvetica Neue", Arial, "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 900;
  display: block;
  font-size: 1.4rem;
}

h3 {
  font-family: "Hiragino Sans", "Helvetica Neue", Arial, "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 900;
  font-size: 1.4rem;
  line-height: 2.64;
  letter-spacing: 0.14em;
}

.btn-more {
  margin: 4rem auto;
  text-align: center;
}
.btn-more a {
  display: inline-block;
  width: 20.8rem;
  height: 4.5rem;
  color: #fff;
  line-height: 4.5rem;
  text-align: center;
  background: #e60013;
  border-radius: 3rem;
  text-decoration: none;
}

.text--cont p {
  font-size: 1.2rem;
  line-height: 1.92;
}

.center {
  text-align: center !important;
}

@media (max-width: 768px) {
  .pcv {
    display: none;
  }
}
@media (min-width: 769px) {
  .spv {
    display: none;
  }
  .btn-more {
    margin: 5rem auto;
  }
}
/*=====================
header
=====================*/
header {
  position: fixed;
  width: 100%;
  height: 38px;
  background: none;
  z-index: 99999;
  margin-top: 10px;
}
header .logo {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 10px;
}
header .logo img {
  width: auto;
  height: 38px;
}
header .text {
  display: none;
}
header .btn-head {
  position: absolute;
  top: 5px;
  right: 10px;
  display: inline-block;
  margin: 0 0;
}
header .btn-head a {
  display: block;
  width: 12rem;
  height: 2.7rem;
  font-size: 1rem;
  color: #fff;
  font-weight: 400;
  line-height: 2.7rem;
  text-align: center;
  background: #e60013;
  border-radius: 1.35rem;
  text-decoration: none;
}

@media (min-width: 769px) {
  header .logo {
    left: 10px;
  }
  header .headBtn {
    right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  header .logo {
    left: 10px;
  }
  header .headBtn {
    right: 10px;
  }
}
/*=====================
mv
=====================*/
#mv {
  background: url(../img/mv_sp.jpg) no-repeat;
  background-size: contain;
  aspect-ratio: 1290/1430;
  position: relative;
  margin-bottom: 3rem;
}
#mv h1 {
  position: absolute;
  top: 6%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 45%;
}
#mv h1 img {
  width: 100%;
  vertical-align: top;
}
#mv .head-sns {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
}

@media (min-width: 769px) {
  #mv {
    background: url(../img/mv_pc.jpg) no-repeat;
    background-size: contain;
    aspect-ratio: 1284/856;
    margin-bottom: 0;
  }
  #mv h1 {
    width: 24%;
  }
}
/*=====================
firstview
=====================*/
.firstview--block {
  margin-top: 0;
}
.firstview--block h2 {
  text-align: center;
  margin: 0 auto 6rem;
}
.firstview--block h2 img {
  width: 220px;
}
.firstview--block p {
  text-align: left;
}

@media (min-width: 769px) {
  .firstview--block h2 {
    margin: 10rem auto 8rem;
  }
  .firstview--block h2 img {
    width: 294px;
  }
}
/*=====================
products
=====================*/
.products h2 {
  line-height: 1.76;
}
.products.item h2 {
  margin: 1rem auto;
}
.products.item .btn-more {
  margin: 2.6rem auto;
}

@media (max-width: 768px) {
  .products {
    margin-bottom: 12.2rem;
  }
  .products h2 {
    text-align: center;
    margin: 3.2rem auto;
  }
}
@media (min-width: 769px) {
  .products {
    margin-bottom: 11.8rem;
  }
  .products h2 {
    margin: 1.6rem auto;
  }
}
/*=====================
details
=====================*/
.details {
  margin-bottom: 12.6rem;
}
.details .lead--block {
  margin-bottom: 2rem;
}
.details--block {
  margin-top: 0;
}
.details--cont {
  margin-bottom: 3rem;
}

@media (min-width: 769px) {
  .details {
    margin-bottom: 16rem;
  }
  .details--cont {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 3%;
    margin-bottom: 0.8rem;
  }
  .details--cont img {
    width: 48%;
  }
  .details--text {
    width: 49%;
  }
}
/*=====================
variation
=====================*/
.variation {
  margin-bottom: 12.6rem;
}
.variation .lead--block {
  margin-bottom: 2rem;
}
.variation .lead--block h2 {
  margin-bottom: 1rem;
}
.variation--block {
  margin-top: 0;
}
.variation--cont {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 3%;
  margin-bottom: 3.8rem;
}
.variation--cont img {
  width: 38%;
}
.variation .text--cont {
  width: 59%;
}

@media (min-width: 769px) {
  .variation {
    margin-bottom: 23rem;
  }
  .variation .lead--block h2 {
    margin-bottom: 1rem;
  }
  .variation--cont img {
    width: 48%;
  }
  .variation .text--cont {
    width: 49%;
  }
}
/*=====================
footer
=====================*/
footer {
  background: #efefef;
  padding: 30px 0;
}
footer .fLogo {
  width: 78px;
  height: auto;
  margin: 0 auto 23px;
}
footer .fLogo img {
  width: 100%;
}
footer .fText {
  color: #838383;
  text-align: center;
  font-size: 0.8rem;
  line-height: 1.77;
  margin: 0 40px;
}/*# sourceMappingURL=style.css.map */