.kv {
  width: 100%;
  height: calc(100vh - 50px);
  overflow: hidden;
  position: relative;
  background: url(../images/nureru/kv-sp.png) no-repeat center bottom;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .kv {
    height: 700px;
    background: url(../images/nureru/kv.png) no-repeat center bottom;
    background-size: cover;
  }
}
.n370 .kv {
  background: url(../images/nureru/kv370-sp.png) no-repeat center bottom;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .n370 .kv {
    background: url(../images/nureru/kv370.png) no-repeat center bottom;
    background-size: cover;
  }
}
.kv-content {
  width: 60%;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .kv-content {
    top: 16%;
  }
}
.n370 .kv-content {
  top: 20%;
}
.kv-content .page-title {
  margin: 0 auto 2rem;
  max-width: 300px;
}
.kv-content .copy {
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .kv-content .copy {
    font-size: 2.4rem;
  }
}

.point {
  padding: 8rem 0 1rem;
  width: 100%;
  position: relative;
  background-color: #f7d7b0;
}
.point h3 {
  margin-bottom: 6rem;
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
}
.point-sec {
  margin-bottom: 6rem;
  position: relative;
}
.point-pic {
  position: relative;
  text-align: center;
  z-index: 2;
}
.point-pic-figure {
  width: 80%;
  max-width: 1000px;
  display: inline-block;
}
.point-pic-figure img {
  width: 100%;
  height: auto;
}
.point-content {
  margin-top: -4rem;
  padding: 6rem 4rem 4rem;
  width: 100%;
  line-height: 1.6;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: right;
  display: inline-block;
  background-color: #f53d7a;
}
@media screen and (min-width: 768px) {
  .point-content {
    padding: 8rem 4rem 4rem;
  }
}
.point-content h4 {
  margin-bottom: 2rem;
  line-height: 1.4;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  color: #f8f414;
}
@media screen and (min-width: 768px) {
  .point-content h4 {
    font-size: 2.4rem;
  }
}
.point-content-txt {
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .point-content-txt {
    font-size: 2rem;
  }
}
.point-num {
  text-align: center;
  color: #f8f414;
}

.type {
  padding: 6rem 0 8rem;
  position: relative;
  background-color: #f7d7b0;
}
.type h3 {
  margin-bottom: 6rem;
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
}
.type-sec {
  padding: 4rem 0;
  margin-bottom: 8rem;
  width: 100%;
  text-align: center;
}
.type-sec.super-soft {
  background-color: rgb(3, 31, 185);
  color: #fff;
}
.type-sec.normal {
  background-color: #fff;
  color: #000;
}
.type-sec.hard {
  background-color: rgb(214, 3, 31);
  color: #fff;
}
.type-sec:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .type-sec-main {
    margin-bottom: 4rem;
  }
}
.type-sec-pics {
  margin: 0 auto 4rem;
  padding: 0 4rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .type-sec-pics {
    margin: 0;
    width: 50%;
  }
}
.type-sec-pics .image-main {
  margin-bottom: 2rem;
}
.type-sec-figure {
  margin: 0 auto;
  width: 100%;
}
.image-navi .type-sec-figure img {
  cursor: pointer;
  transition: opacity 0.4s ease-in;
}
.image-navi .type-sec-figure img:hover {
  opacity: 0.6;
}
.type-sec-content {
  margin: -2rem auto 0;
  padding: 2rem;
  width: 90%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .type-sec-content {
    margin: 0;
    padding: 4rem 4rem 4rem 0;
    width: 50%;
  }
}
.type-sec-title {
  margin-bottom: 1rem;
  font-size: 3rem;
  font-weight: 700;
}
.type-sec-subtitle {
  margin-bottom: 2rem;
  font-size: 1.8rem;
  font-size: 700;
}
.type-sec-capacity {
  margin-bottom: 2rem;
}
.type-sec-capacity .new {
  padding: 0.2rem 0.6rem;
  color: #000;
  background-color: #fff;
  font-size: 1rem;
  border: 1px solid #fff;
}
.normal .type-sec-capacity .new {
  border: 1px solid #000;
}
.type-sec-hardness {
  margin-bottom: 2rem;
}
.type-sec-hardness h5 {
  margin-bottom: 1rem;
}
.type-sec-description {
  margin-bottom: 2rem;
  font-size: 1.4rem;
  line-height: 1.6;
}
.type-sec-component {
  margin-bottom: 2rem;
  line-height: 1.6;
}
.type-sec-component-title {
  margin-bottom: 1rem;
}
.type-sec-component-content {
  padding: 2rem;
  border: 1px solid #fff;
  font-size: 1.4rem;
}
.normal .type-sec-component-content {
  border: 1px solid #000;
}
.type-sec-patterns {
  padding: 2rem;
  line-height: 1.6;
  position: relative;
  z-index: 3;
}
.type-sec-pattern {
  margin-bottom: 2rem;
}
.type-sec-pattern .icons {
  margin-bottom: 1rem;
}
.type-sec-pattern .icons .mr {
  margin-right: 1rem;
}

.swiper-button-next,
.swiper-button-prev {
  top: calc(50% - 1rem);
  margin-top: 0;
  width: 2rem;
  height: 2rem;
  background-color: #000;
  border-radius: 50%;
}

.swiper-button-next {
  right: 0.6rem;
}

.swiper-button-prev {
  left: 0.6rem;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
}

.swiper-button-disabled {
  display: none;
}

.pi {
  padding: 6rem 0;
  position: relative;
  background-color: #1877f3;
}
.pi-content {
  padding: 0 2rem;
  width: 100%;
  line-height: 1.6;
  position: relative;
  color: #fff;
  overflow: hidden;
  z-index: 3;
}
.pi h4 {
  margin-bottom: 2rem;
  font-size: 2.4rem;
  font-weight: 700;
}
.pi-table {
  border: 1px solid #fff;
}
.pi-table-tr {
  padding: 2rem;
  border-bottom: 1px solid #fff;
}
.pi-table-tr:last-child {
  border-bottom: none;
}
.pi-table-th {
  margin-bottom: 1rem;
  font-weight: 700;
}/*# sourceMappingURL=nureru.css.map */