@charset "UTF-8";
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/slick.eot");
  /* urlを対応する場所に変更 */
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  /* urlを対応する場所に変更 */
}
.nfr-fixedheader {
  display: flex;
  width: 100%;
  height: 50px;
  position: fixed;
  top: 108px;
  background-color: #F0F0F0;
  align-items: center;
  justify-content: center;
  padding: 10px 28px;
  z-index: 5;
  gap: 5rem;
}
@media screen and (max-width: 768px) {
  .nfr-fixedheader {
    top: 100px;
    justify-content: flex-start;
    gap: 2rem;
    padding: 10px 0 10px 10px;
  }
}
.nfr-fixedheader--logo {
  height: 20px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .nfr-fixedheader--cont {
    overflow: hidden;
    white-space: nowrap;
    width: 600px;
  }
}
.nfr-fixedheader--box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .nfr-fixedheader--box {
    overflow-x: auto;
    white-space: nowrap;
    justify-content: flex-start;
  }
}
.nfr-fixedheader .nfr__btn,
.nfr-fixedheader .banner__btn {
  width: 125px;
  margin: auto;
  padding: 5px 0 5px 10px;
}
@media screen and (max-width: 768px) {
  .nfr-fixedheader .nfr__btn,
  .nfr-fixedheader .banner__btn {
    flex-shrink: 0;
  }
}
.nfr-fixedheader .nfr__btn p,
.nfr-fixedheader .banner__btn p {
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .nfr-fixedheader .nfr__btn p::after,
  .nfr-fixedheader .banner__btn p::after {
    right: 5px;
  }
}
.nfr-fixedheader .banner__btn--bg {
  border-radius: 15px;
}
.nfr-fixedheader .nfr__btn p::after,
.nfr-fixedheader .banner__btn p::after {
  width: 6px;
  height: 9px;
}
.nfr__fv {
  position: relative;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .nfr__mv {
    width: 100%;
    height: 48vh;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
.nfr-sec1__wrap {
  width: 90%;
  max-width: 1260px;
  margin: 100px auto;
}
@media screen and (max-width: 768px) {
  .nfr-sec1__wrap {
    margin: 30px auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.nfr-sec1__wrap h2 span {
  font-size: 2.5rem;
  font-weight: 600;
  padding-bottom: 2rem;
  display: block;
}
@media screen and (max-width: 768px) {
  .nfr-sec1__wrap h2 span {
    font-size: 1.8rem;
  }
}
.nfr-sec1__cont {
  display: flex;
  margin: 4rem 0;
  gap: 5%;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .nfr-sec1__cont {
    flex-direction: column-reverse;
    align-items: center;
    gap: 1rem;
    margin: 2rem auto;
  }
}
.nfr-sec1__cont div {
  display: flex;
}
.nfr-sec1__cont img {
  max-width: 157px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.nfr-sec1__logo {
  max-width: 395px;
  display: block;
}
.nfr-sec1 p {
  width: 70%;
  max-width: 800px;
}
@media screen and (max-width: 768px) {
  .nfr-sec1 p {
    width: 100%;
  }
}
.nfr-sec2__wrap {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .nfr-sec2 {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.nfr-sec2__cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5%;
  margin: 100px 0;
  padding: 50px 0;
}
@media screen and (max-width: 1024px) {
  .nfr-sec2__cont {
    margin: 2rem auto;
  }
}
@media screen and (max-width: 768px) {
  .nfr-sec2__cont {
    padding: 1rem 0;
    flex-direction: column-reverse;
  }
}
.nfr-sec2__left {
  max-width: 380px;
}
@media screen and (max-width: 768px) {
  .nfr-sec2__left {
    width: 100%;
    max-width: 100%;
  }
}
.nfr-sec2__left .nfr__text-small {
  font-size: 1.4rem;
  margin: 2rem 0;
}
@media screen and (max-width: 768px) {
  .nfr-sec2__left .nfr__text-small {
    font-size: 1.2rem;
  }
}
.nfr-sec2__left--motor {
  text-align: center;
  margin-top: 2rem;
}
.nfr-sec2__left--motor img {
  width: 100%;
  max-width: 350px;
  margin: 1rem;
}
.nfr-sec2__left--motor p {
  font-size: 5.5rem;
}
@media screen and (max-width: 1024px) {
  .nfr-sec2__left--motor p {
    font-size: 2.5rem;
  }
}
.nfr-sec2__right {
  max-width: 820px;
  box-shadow: 10px 15px 40px rgba(0, 0, 0, 0.28);
}
@media screen and (max-width: 768px) {
  .nfr-sec2__right {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.nfr-sec3 {
  position: relative;
}
.nfr-sec3__wrap {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 20%;
}
@media screen and (max-width: 768px) {
  .nfr-sec3__wrap {
    padding: 0 2rem;
    top: 12%;
  }
}
.nfr-sec3__wrap h2 {
  text-shadow: 2px 12px 20px rgba(0, 0, 0, 0.4117647059);
  letter-spacing: 2.2px;
  color: #fff;
  font-size: 11rem;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .nfr-sec3__wrap h2 {
    font-size: 4.5rem;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .nfr-sec3__wrap h2 {
    font-size: 2.5rem;
    margin-bottom: 2rem;
  }
}
.nfr-sec3__wrap p {
  color: #fff;
  font-size: 2.4rem;
  text-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5450980392);
}
@media screen and (max-width: 1024px) {
  .nfr-sec3__wrap p {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .nfr-sec3__wrap p {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .nfr-sec3 video {
    height: auto;
    width: 100%;
    aspect-ratio: 1/1;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.nfr-sec4__wrap {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .nfr-sec4__wrap {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.nfr-sec4__cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 100px 0;
  gap: 5%;
}
@media screen and (max-width: 768px) {
  .nfr-sec4__cont {
    flex-direction: column-reverse;
    margin: 50px auto;
    gap: 4rem;
  }
}
.nfr-sec4__left {
  width: 65%;
  max-width: 500px;
}
@media screen and (max-width: 768px) {
  .nfr-sec4__left {
    width: 100%;
    max-width: 100%;
  }
}
.nfr-sec5 {
  position: relative;
}
.nfr-sec5__wrap {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .nfr-sec5__wrap {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.nfr-sec5__text {
  position: absolute;
  top: 30%;
  z-index: 10;
  overflow: hidden;
  width: 65%;
  max-width: 600px;
  white-space: nowrap;
}
.nfr-sec5__text h3 span {
  color: #00BF76;
  font-weight: bold;
}
@media screen and (max-width: 520px) {
  .nfr-sec5__text h3 span {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 520px) {
  .nfr-sec5__text h3 {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 520px) {
  .nfr-sec5__text .nfr__text-strong {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width: 520px) {
  .nfr-sec5__text .nfr__title--s {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
  }
}
.nfr-sec5__img {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  margin-right: -25%;
  overflow: hidden;
}
.nfr-sec5 .custom-swiper-pagination {
  position: absolute;
  bottom: 10px !important;
  left: 40% !important;
  z-index: 100;
}
.nfr-sec5 .swiper-pagination-bullet {
  margin: 0 15px !important;
}
.nfr-sec6 {
  background-color: #f0f0f0;
  position: relative;
}
.nfr-sec6 h2 {
  position: relative;
  right: 2rem;
  top: 5rem;
  writing-mode: vertical-lr;
  font-family: "Outfit", sans-serif;
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  .nfr-sec6 h2 {
    right: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .nfr-sec6 h2 {
    font-size: 2rem;
    right: 0.5rem;
  }
}
.nfr-sec6__wrap {
  width: 90%;
  max-width: 1500px;
  margin: auto;
  margin-top: -400px;
  padding-bottom: 4rem;
}
@media screen and (max-width: 1024px) {
  .nfr-sec6__wrap {
    margin-top: -300px;
  }
}
@media screen and (max-width: 768px) {
  .nfr-sec6__wrap {
    padding-right: 1rem;
    padding-left: 1rem;
    margin-top: -180px;
  }
}
.nfr-sec6__cont {
  max-width: 1500px;
  display: flex;
  gap: 5%;
  margin: 150px auto;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .nfr-sec6__cont {
    margin: 100px auto;
  }
}
@media screen and (max-width: 768px) {
  .nfr-sec6__cont {
    flex-direction: column;
    margin: 30px auto;
    gap: 0;
  }
}
.nfr-sec6__cont:nth-child(even) {
  margin-right: -6%;
}
@media screen and (max-width: 768px) {
  .nfr-sec6__cont:nth-child(even) {
    flex-direction: column-reverse;
    margin-right: auto;
  }
}
.nfr-sec6__cont:nth-child(odd) {
  margin-left: -6%;
}
@media screen and (max-width: 768px) {
  .nfr-sec6__cont:nth-child(odd) {
    margin-left: auto;
  }
}
.nfr-sec6__img {
  width: 60%;
  max-width: 900px;
}
@media screen and (max-width: 768px) {
  .nfr-sec6__img {
    width: 110%;
    max-width: 110%;
  }
}
@media screen and (max-width: 768px) {
  .nfr-sec6__img:nth-child(odd) {
    margin-right: 15%;
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .nfr-sec6__img:nth-child(even) {
    margin-left: auto;
  }
}
.nfr-sec6__img img {
  box-shadow: 10px 15px 40px rgba(0, 0, 0, 0.28);
}
.nfr-sec6__text {
  width: 40%;
  max-width: 540px;
  padding: 2rem;
}
@media screen and (max-width: 768px) {
  .nfr-sec6__text {
    width: 100%;
    max-width: 100%;
    padding: 2rem 0;
  }
}
.nfr-sec6__text h3 {
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .nfr-sec6__text h3 {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
}
.nfr-sec6__text h3 span {
  font-size: 1.5rem;
}
.nfr-sec8 {
  background-color: #f0f0f0;
  position: relative;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .nfr-sec8 {
    padding: 20px 0 40px;
  }
}
.nfr-sec8__wrap {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  padding: 3rem 0;
}
@media screen and (max-width: 768px) {
  .nfr-sec8__wrap {
    padding: 1rem;
  }
}
.nfr-sec8__cont {
  max-width: 1200px;
  margin: auto;
  margin-right: -15%;
}
@media screen and (max-width: 768px) {
  .nfr-sec8__cont {
    margin: auto;
    overflow: visible;
  }
}
.nfr-sec8__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .nfr-sec8__top {
    flex-direction: column;
    gap: 2rem;
  }
}
.nfr-sec8__top img {
  mix-blend-mode: multiply;
}
.nfr-sec8__left {
  width: 50%;
  max-width: 530px;
}
@media screen and (max-width: 768px) {
  .nfr-sec8__left {
    width: 100%;
    max-width: 100%;
  }
}
.nfr-sec8__right {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .nfr-sec8__right {
    width: 100%;
    margin-right: -15%;
  }
}
.nfr-sec8__item--title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 2rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .nfr-sec8__item--title {
    font-size: 1.4rem;
  }
}
.nfr-sec8__item img {
  width: 80%;
  max-width: 250px;
  margin: auto;
  display: block;
  padding: 1rem;
}
@media screen and (max-width: 768px) {
  .nfr-sec8__item img {
    max-width: 150px;
  }
}
.nfr-sec8__viewall p:not(.banner__btn p) {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  margin: 50px 0 30px;
}
@media screen and (max-width: 768px) {
  .nfr-sec8__viewall p:not(.banner__btn p) {
    font-size: 1.8rem;
  }
}
.nfr-sec8__viewall a {
  margin: auto;
}
.nfr-sec9 {
  background: #F0F0F0;
}
.nfr-sec9__wrap {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  padding: 150px 0;
}
@media screen and (max-width: 768px) {
  .nfr-sec9__wrap {
    padding: 50px 10px;
  }
}
.nfr-sec9__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8%;
}
@media screen and (max-width: 768px) {
  .nfr-sec9__top {
    flex-direction: column-reverse;
    gap: 2rem;
  }
}
.nfr-sec9__top--text {
  width: 40%;
  max-width: 500px;
}
@media screen and (max-width: 768px) {
  .nfr-sec9__top--text {
    width: 100%;
    max-width: 100%;
  }
}
.nfr-sec9__top--text p {
  margin: 2rem 0;
}
.nfr-sec9__top--img {
  width: 60%;
  box-shadow: 10px 15px 40px rgba(0, 0, 0, 0.28);
  max-width: 820px;
  margin: 10px auto;
  margin-right: -8%;
}
@media screen and (max-width: 768px) {
  .nfr-sec9__top--img {
    width: 100%;
    margin: auto;
  }
}
.nfr-sec9__top--img video {
  display: block;
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 820/700;
}
@media screen and (max-width: 768px) {
  .nfr-sec9__top--img video {
    aspect-ratio: 305/460;
  }
}
.nfr-sec9__center {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .nfr-sec9__center {
    padding: 50px 0;
  }
}
.nfr-sec9__center p {
  width: 90%;
  max-width: 800px;
}
@media screen and (max-width: 768px) {
  .nfr-sec9__center p {
    width: 100%;
  }
}
.nfr-sec9__center--flex {
  display: flex;
  justify-content: left;
  gap: 8rem;
  margin: 6rem auto;
}
@media screen and (max-width: 768px) {
  .nfr-sec9__center--flex {
    flex-direction: column;
    gap: 4rem;
    margin: 3rem auto;
  }
}
.nfr-sec9__center--text {
  width: 60%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 4rem;
}
@media screen and (max-width: 768px) {
  .nfr-sec9__center--text {
    width: 100%;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .nfr-sec9__center--text dl:nth-child(2) {
    order: 4;
  }
  .nfr-sec9__center--text dl:nth-child(3) {
    order: 2;
  }
  .nfr-sec9__center--text dl:nth-child(4) {
    order: 5;
  }
  .nfr-sec9__center--text dl:nth-child(5) {
    order: 3;
  }
}
.nfr-sec9__center--text dt {
  font-size: 1.8rem;
  border-left: 5px solid #2368D8;
  padding: 3px 10px;
  margin-bottom: 2rem;
  min-height: 5.5rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .nfr-sec9__center--text dt {
    margin-bottom: 1rem;
  }
}
.nfr-sec9__center--text dd {
  font-size: 1.6rem;
  font-weight: 500;
  padding-left: 15px;
}
@media screen and (max-width: 768px) {
  .nfr-sec9__center--text dd {
    font-size: 1.4rem;
  }
}
.nfr-sec9__center--img {
  width: 30%;
  max-width: 360px;
}
@media screen and (max-width: 768px) {
  .nfr-sec9__center--img {
    width: 100%;
    margin: auto;
  }
}
.nfr-sec9__center--img img {
  border-radius: 15px;
  box-shadow: 2px 5px 15px rgba(0, 0, 0, 0.16);
}
.nfr-sec9__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .nfr-sec9__bottom {
    flex-direction: column;
    gap: 2rem;
  }
}
.nfr-sec9__bottom--text {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .nfr-sec9__bottom--text {
    width: 100%;
  }
}
.nfr-sec9__bottom--text h3 {
  font-size: 4rem;
}
@media screen and (max-width: 1024px) {
  .nfr-sec9__bottom--text h3 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .nfr-sec9__bottom--text h3 {
    font-size: 2rem;
  }
}
.nfr-sec9__bottom--text p {
  margin: 2rem 0;
}
.nfr-sec9__bottom--img {
  width: 70%;
  max-width: 760px;
  margin: auto;
  margin-right: -10%;
}
@media screen and (max-width: 768px) {
  .nfr-sec9__bottom--img {
    width: 100%;
  }
}
.nfr-sec11 {
  background: #2F2F2F;
}
.nfr-sec11 h2,
.nfr-sec11 h3,
.nfr-sec11 p,
.nfr-sec11 strong {
  color: #fff;
}
.nfr-sec11__wrap {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .nfr-sec11__wrap {
    padding: 50px 10px;
  }
}
.nfr-sec11__top {
  max-width: 800px;
  margin: 4rem 0;
}
@media screen and (max-width: 768px) {
  .nfr-sec11__top {
    margin: 0 0 4rem;
  }
}
.nfr-sec11__center {
  margin: 100px auto;
}
@media screen and (max-width: 768px) {
  .nfr-sec11__center {
    margin: auto;
  }
}
.nfr-sec11__center--slider {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5%;
}
@media screen and (max-width: 768px) {
  .nfr-sec11__center--slider {
    flex-direction: column-reverse;
  }
}
.nfr-sec11__center--text {
  width: 48%;
  max-width: 520px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .nfr-sec11__center--text {
    width: 100%;
  }
}
.nfr-sec11__center--img {
  width: 65vw;
  overflow: hidden;
  position: relative;
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 768px) {
  .nfr-sec11__center--img {
    width: 110%;
    margin-left: auto;
  }
}
.nfr-sec11__bottom {
  display: flex;
  gap: 6%;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .nfr-sec11__bottom {
    flex-direction: column;
    gap: 3%;
    margin-top: 50px;
  }
}
.nfr-sec11__bottom--text {
  max-width: 428px;
  width: 40%;
}
@media screen and (max-width: 768px) {
  .nfr-sec11__bottom--text {
    width: 100%;
    max-width: 100%;
  }
}
.nfr-sec11__bottom--text strong {
  font-size: 6.5rem;
}
.nfr-sec11 .custom-swiper-pagination {
  margin-top: 50px;
  text-align: center;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}
@media screen and (max-width: 768px) {
  .nfr-sec11 .custom-swiper-pagination {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
.nfr-sec11 .swiper-pagination-bullet {
  background: #8d8d8d;
  margin: 0 15px !important;
}
.nfr-sec11 .swiper-button-next {
  top: 40%;
  right: 5%;
  color: #fff;
  opacity: 1;
}
.nfr-sec12__wrap {
  max-width: 1200px;
  margin: auto;
  width: 90%;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .nfr-sec12__wrap {
    padding: 50px 10px;
  }
}
.nfr-sec12__top {
  max-width: 1500px;
  padding: 50px 0;
  margin-right: -5%;
  display: flex;
  justify-content: space-between;
  gap: 6rem;
}
@media screen and (max-width: 768px) {
  .nfr-sec12__top {
    flex-direction: column-reverse;
    margin-right: auto;
    padding: 0;
    gap: 2rem;
  }
}
.nfr-sec12__top--text {
  width: 35%;
  padding-top: 5%;
}
@media screen and (max-width: 768px) {
  .nfr-sec12__top--text {
    width: 100%;
  }
}
.nfr-sec12__top--text h2 {
  position: relative;
  white-space: nowrap;
}
.nfr-sec12__top--img {
  width: 65%;
  margin: 2rem;
  box-shadow: 10px 15px 40px rgba(0, 0, 0, 0.28);
}
@media screen and (max-width: 768px) {
  .nfr-sec12__top--img {
    width: 100%;
    margin: auto;
  }
}
.nfr-sec12__center {
  padding: 50px 0;
}
.nfr-sec12__center--box {
  overflow-x: hidden;
}
.nfr-sec12__center--box img {
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .nfr-sec12__center--box img {
    margin-bottom: 2rem;
  }
}
.nfr-sec12__center--box p {
  margin: 1rem 0;
}
.nfr-sec12__center--box p:nth-child(2) {
  text-align: center;
}
.nfr-sec12__center .custom-swiper-scrollbar {
  background: #F0F0F0;
}
.nfr-sec12__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .nfr-sec12__bottom {
    flex-direction: column;
    margin-bottom: 0;
  }
}
.nfr-sec12__bottom--text {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .nfr-sec12__bottom--text {
    width: 100%;
  }
}
.nfr-sec12__bottom--img {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .nfr-sec12__bottom--img {
    width: 100%;
  }
}
.nfr-sec13 {
  position: relative;
}
.nfr-sec13__wrap {
  position: absolute;
  width: 100%;
  top: 35%;
  left: 0;
}
@media screen and (max-width: 768px) {
  .nfr-sec13__wrap {
    top: 8%;
  }
}
.nfr-sec13__wrap h2,
.nfr-sec13__wrap p {
  color: #fff;
  max-width: 510px;
}
@media screen and (max-width: 768px) {
  .nfr-sec13__wrap h2,
  .nfr-sec13__wrap p {
    max-width: 100%;
  }
}
.nfr-sec13__wrap h2 {
  font-size: 3.5rem;
}
@media screen and (max-width: 768px) {
  .nfr-sec13__wrap h2 {
    font-size: 2rem;
  }
}
.nfr-sec13__cont {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .nfr-sec13__cont {
    top: 8%;
  }
}
.nfr-sec14__wrap {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  padding: 150px 0;
}
@media screen and (max-width: 768px) {
  .nfr-sec14__wrap {
    padding: 50px 20px;
  }
}
.nfr-sec14 h2 span {
  font-size: 6rem;
}
@media screen and (max-width: 768px) {
  .nfr-sec14 h2 span {
    font-size: 2.8rem;
  }
}
.nfr-sec14 label {
  font-size: 1.4rem;
  font-weight: bold;
}
.nfr-sec14 .product-sec21__left {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .nfr-sec14 .product-sec21__left {
    width: 100%;
  }
}
.nfr-sec14 .product-sec21__right {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .nfr-sec14 .product-sec21__right {
    width: 100%;
  }
}
.nfr-sec14 .product-sec21__right--color.bl {
  background: #151515;
}
.nfr-sec14 .product-sec21__right--color.be {
  background: #CBBFA6;
}
.nfr-sec14 .product-sec21__right--label {
  margin: 2rem 0;
}
.nfr-sec14 .product-sec21__right--warranty h3 {
  font-size: 2.8rem;
  font-weight: bold;
  margin: 2rem 0;
}
.nfr-sec14 .nfr__link:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.nfr-sec14 #buy-flow {
  background: #f0f0f0;
  max-height: 85vh;
  top: 55%;
  overflow: hidden;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 90%;
}
@media screen and (max-width: 768px) {
  .nfr-sec14 #buy-flow {
    top: 20%;
  }
}
.nfr-sec14 #buy-flow .wrap {
  width: 90%;
  margin: auto;
  padding: 6rem 3rem;
  max-width: 1000px;
  font-size: 1.6rem;
  overflow: scroll;
  max-height: 85vh;
}
@media screen and (max-width: 768px) {
  .nfr-sec14 #buy-flow .wrap {
    font-size: 1.4rem;
  }
}
.nfr-sec14 #buy-flow .wrap h3 {
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .nfr-sec14 #buy-flow .wrap h3 {
    font-size: 1.8rem;
  }
}
.nfr-sec14 #buy-flow .wrap h3 span {
  color: #F04162;
  font-weight: inherit;
}
.nfr-sec14 #buy-flow .wrap dl {
  margin-bottom: 2rem;
}
.nfr-sec14 #buy-flow .product-sec21__close {
  z-index: 100;
}
.nfr-sec14 iframe {
  height: 90px !important;
}
.nfr-sec14 .product-sec21__right--input {
  background: none;
  padding: 0px;
  z-index: -1 !important;
}
@media screen and (max-width: 768px) {
  .nfr-sec14 .product-sec21__right--input {
    margin: auto;
  }
}
.nfr-sec14 .product-sec21__right--input.checked {
  z-index: 1 !important;
}
.nfr-sec14 .product-sec21__right--box {
  align-items: center;
}
.nfr-sec15__wrap {
  background: #f0f0f0;
  width: 92%;
  margin: 0 auto 100px;
  max-width: 1500px;
  padding: 100px 0;
}
@media screen and (max-width: 1024px) {
  .nfr-sec15__wrap {
    padding: 30px 10px;
    margin-bottom: 2rem;
  }
}
.nfr-sec15__cont {
  width: 95%;
  max-width: 1100px;
  margin: auto;
}
.nfr-sec15__top {
  margin: 50px 0 70px;
}
@media screen and (max-width: 768px) {
  .nfr-sec15__top {
    margin: 20px 0;
  }
}
.nfr-sec15__top .nfr__text-small {
  font-size: 1.4rem;
}
.nfr-sec15__center--img {
  display: flex;
  margin: 50px 0 100px;
  gap: 6rem;
}
@media screen and (max-width: 768px) {
  .nfr-sec15__center--img {
    flex-direction: column;
    gap: 2rem;
    margin: 50px 0;
  }
}
.nfr-sec15__center--img img {
  mix-blend-mode: multiply;
}
.nfr-sec15__center--img p {
  border: 1px solid #1A1311;
  border-radius: 8px;
  font-size: 1.5rem;
  padding: 5px 15px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 2rem auto;
}
.nfr-sec15__center--box {
  display: grid;
  gap: 5%;
  text-align: center;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 768px) {
  .nfr-sec15__center--box {
    grid-template-columns: repeat(2, 1fr);
    gap: 10% 5%;
  }
}
.nfr-sec15__center--box li {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.nfr-sec15__center--box p {
  margin-bottom: 20px;
}
@media screen and (max-width: 520px) {
  .nfr-sec15__center--box p {
    font-size: 1rem;
  }
}
.nfr-sec15__center--box img {
  max-width: 150px;
}
@media screen and (max-width: 768px) {
  .nfr-sec15__center--box img {
    width: 70%;
  }
}
.nfr-sec15__bottom {
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .nfr-sec15__bottom {
    padding-top: 60px;
  }
}
.nfr-sec15__bottom--table {
  display: flex;
  gap: 6rem;
  justify-content: space-between;
  align-items: baseline;
}
@media screen and (max-width: 1024px) {
  .nfr-sec15__bottom--table {
    flex-direction: column;
    gap: 0;
  }
}
.nfr-sec15__bottom--box {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .nfr-sec15__bottom--box {
    width: 100%;
  }
}
.nfr-sec15__bottom--box div {
  display: flex;
  align-items: center;
  padding: 9px 10px;
  border-bottom: 1px solid #676767;
}
@media screen and (max-width: 768px) {
  .nfr-sec15__bottom--box div {
    padding: 9px 5px;
  }
}
@media screen and (max-width: 520px) {
  .nfr-sec15__bottom--box p {
    font-size: 1.1rem;
  }
}
.nfr-sec15__bottom--label {
  font-size: 1.6rem;
  font-weight: 500;
  width: 150px;
  margin-right: 30px;
}
@media screen and (max-width: 520px) {
  .nfr-sec15__bottom--label {
    font-size: 1.1rem;
    width: 100px;
    margin-right: 10px;
  }
}
.nfr-sec17 {
  background: #f0f0f0;
}
.nfr-sec17__wrap {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  padding: 150px 0;
}
@media screen and (max-width: 768px) {
  .nfr-sec17__wrap {
    padding: 50px 10px;
  }
}
.nfr-sec17__top {
  position: relative;
  min-height: 600px;
}
.nfr-sec17__top--text {
  max-width: 800px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .nfr-sec17__top--text {
    padding-top: 85%;
    margin-bottom: 100px;
  }
}
.nfr-sec17__top--img {
  position: absolute;
  top: -10%;
  right: 0;
}
@media screen and (max-width: 768px) {
  .nfr-sec17__top--img {
    top: -5%;
  }
}
.nfr-sec17__top--img img {
  mix-blend-mode: multiply;
}
.nfr-sec17__center h3 span {
  font-size: 4.5rem;
}
@media screen and (max-width: 768px) {
  .nfr-sec17__center .nfr__text-strong {
    font-size: 2rem;
  }
}
.nfr-sec17__center--box {
  display: flex;
  justify-content: space-between;
  gap: 4rem;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .nfr-sec17__center--box {
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 50px;
  }
}
.nfr-sec17__center--desc {
  width: 70%;
  max-width: 800px;
}
@media screen and (max-width: 768px) {
  .nfr-sec17__center--desc {
    width: 100%;
  }
}
.nfr-sec17__center dl {
  margin-bottom: 3rem;
}
.nfr-sec17__center dt {
  font-size: 2rem;
  color: #2368D8;
  padding: 5px 0;
  margin-bottom: 2rem;
  border-bottom: 1px solid #676767;
}
.nfr-sec17__center--flex {
  display: flex;
  margin: 2rem 0;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .nfr-sec17__center--flex {
    flex-direction: column;
    gap: 3rem;
  }
}
.nfr-sec17__bottom--img {
  position: relative;
}
.nfr-sec17__bottom h3 {
  position: absolute;
  bottom: 5%;
  left: 3%;
  color: #fff;
  font-size: 4rem;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .nfr-sec17__bottom h3 {
    font-size: 1.6rem;
    bottom: 0;
  }
}
.nfr-sec17__bottom--text {
  padding: 5rem;
}
@media screen and (max-width: 768px) {
  .nfr-sec17__bottom--text {
    padding: 2rem 0;
  }
}
.nfr-sec17__bottom .nfr__btn {
  margin: 4rem auto;
}
@media screen and (max-width: 768px) {
  .nfr-sec17__bottom .nfr__btn {
    margin: 2rem auto;
  }
}
.nfr-sec18 {
  position: relative;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .nfr-sec18 {
    padding: 50px 0 20px;
  }
}
.nfr-sec18__wrap {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .nfr-sec18__wrap {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.nfr-sec18__slider--img {
  width: 80%;
  margin: auto;
  margin-right: -20%;
  overflow: hidden;
  background: url(../images/nfr-sec18_bg.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .nfr-sec18__slider--img {
    margin-right: auto;
    margin-bottom: 30%;
    width: 100%;
  }
}
.nfr-sec18__slider--text {
  width: 30%;
  overflow: hidden;
  position: absolute;
  top: 60%;
}
@media screen and (max-width: 768px) {
  .nfr-sec18__slider--text {
    top: 95%;
    width: 100%;
  }
}
.nfr-sec18__slider h3 {
  font-size: 3.5rem;
  color: #2368D8;
}
@media screen and (max-width: 1024px) {
  .nfr-sec18__slider h3 {
    font-size: 2rem;
  }
}
.nfr-sec18__title {
  position: absolute;
  font-size: 3.5rem;
  font-weight: bold;
  top: 120px;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .nfr-sec18__title {
    position: relative;
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  .nfr-sec18 .custom-swiper-pagination {
    text-align: center;
    padding: 0 0 50px;
  }
}
.nfr-sec18 .swiper-pagination-bullet {
  margin: 0 15px !important;
}
@media screen and (max-width: 768px) {
  .nfr-sec18 .swiper-pagination-bullet {
    text-align: center;
  }
}
.nfr-sec20__wrap {
  width: 90%;
  max-width: 1200px;
  padding: 100px 0;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .nfr-sec20__wrap {
    padding: 50px 10px;
  }
}
.nfr-sec20__top {
  max-width: 800px;
}
.nfr-sec20__center--title {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .nfr-sec20__center--title {
    padding: 2rem 3rem 4rem;
    background: #2368D8;
    color: #fff;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    margin-bottom: 40px;
  }
}
.nfr-sec20__center--title h3,
.nfr-sec20__center--title h4 {
  color: #2368D8;
}
@media screen and (max-width: 768px) {
  .nfr-sec20__center--title h3,
  .nfr-sec20__center--title h4 {
    color: #fff;
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .nfr-sec20__center--title p {
    color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .nfr-sec20__center--title small {
    color: #fff;
    margin: 1rem 0;
  }
}
.nfr-sec20__center--title div {
  padding: 10px;
  border-left: 5px solid #2368D8;
}
@media screen and (max-width: 768px) {
  .nfr-sec20__center--title div {
    border-color: #fff;
  }
}
.nfr-sec20__center--flow {
  margin: 100px 0;
}
@media screen and (max-width: 768px) {
  .nfr-sec20__center--flow {
    margin: 50px 0;
  }
}
.nfr-sec20__center--box {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
@media screen and (max-width: 768px) {
  .nfr-sec20__center--box {
    flex-direction: column;
    align-items: center;
  }
}
.nfr-sec20__center--item {
  display: flex;
  flex-direction: column;
  row-gap: 5%;
  width: 30%;
  max-width: 300px;
}
@media screen and (max-width: 768px) {
  .nfr-sec20__center--item {
    width: 100%;
    max-width: 100%;
  }
}
.nfr-sec20__center--item span:not(.swiper-notification) {
  color: #2368D8;
  font-size: 15px;
  font-family: "Outfit", sans-serif;
  font-weight: bold;
  display: block;
  margin: 1rem 0;
}
.nfr-sec20__center--item .custom-swiper-pagination {
  position: absolute;
  text-align: center;
  bottom: 0 !important;
  display: flex;
  justify-content: center;
}
.nfr-sec20__center--item.step2-3 .nfr-sec20__center--img img:not(.active) {
  display: none !important;
}
.nfr-sec20__center--item.step2-3 .nfr__btn {
  width: 200px;
  padding: 10px 15px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  position: relative;
  background-size: cover;
}
.nfr-sec20__center--item.step2-3 .nfr__btn::after {
  content: "";
  display: inline-block;
  background-image: url(../images/arrow-right-white.svg);
  background-size: cover;
  width: 8px;
  height: 11px;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}
.nfr-sec20__center--item.step2-3 .nfr__btn:not(.active) {
  background-image: url(../images/btn_blue.svg);
  color: #159fe8;
}
.nfr-sec20__center--item.step2-3 .nfr__btn:not(.active)::after {
  content: "";
  background-image: url(../images/arrow-right-blue.svg);
}
.nfr-sec20__center--item.step2-3 .nfr__btn:hover {
  opacity: 0.7;
}
.nfr-sec20__center--img {
  padding: 10px 10px 30px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .nfr-sec20__center--img {
    width: 100%;
    margin: auto;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.nfr-sec20__center--img img {
  box-shadow: 2px 8px 10px rgba(0, 0, 0, 0.16);
  border-radius: 25px;
}
@media screen and (max-width: 768px) {
  .nfr-sec20__center--img img {
    border-radius: 15px;
    max-width: 50%;
    margin: auto;
    display: block;
  }
}
.nfr-sec20__center.active {
  height: auto;
  opacity: 1;
  overflow: hidden;
  transition: height 0.3s ease;
}
.nfr-sec20__center:not(.active) {
  height: 0;
  overflow: hidden;
  opacity: 0;
}
.nfr-sec20__arrow {
  width: 3vw;
  max-width: 45px;
  position: relative;
  bottom: 200px;
}
@media screen and (max-width: 768px) {
  .nfr-sec20__arrow {
    bottom: 0;
    width: 24px;
    transform: rotate(90deg);
    padding: 10px 0;
  }
}
.nfr-sec20__bottom--app {
  display: flex;
  gap: 3%;
}
.nfr-sec20__bottom--app ul {
  display: flex;
  align-items: center;
  gap: 100px;
}
@media screen and (max-width: 768px) {
  .nfr-sec20__bottom--app ul {
    gap: 10%;
    width: 90%;
  }
}
.nfr-sec20__bottom--app ul li:nth-child(1) a {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .nfr-sec20__bottom--app ul li:nth-child(1) a {
    width: 50%;
  }
}
.nfr-sec20__bottom--app ul p {
  white-space: nowrap;
  line-height: 2;
}
.nfr-sec20__bottom--app ul p strong {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .nfr-sec20 .custom-swiper-pagination {
    display: none;
  }
}
.nfr-sec22__wrap {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  position: relative;
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  .nfr-sec22__wrap {
    padding: 50px 10px;
  }
}
.nfr-sec22__top {
  max-width: 800px;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .nfr-sec22__top {
    margin-bottom: 50px;
  }
}
.nfr-sec22__center--movie {
  width: 100%;
  max-width: 800px;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .nfr-sec22__center--movie iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 1.5/1;
  }
}
.nfr-sec22__center--channel {
  width: 100%;
  max-width: 1100px;
  margin: 8rem auto;
  background: #676767;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 2rem;
  padding: 4rem 2rem;
}
@media screen and (max-width: 768px) {
  .nfr-sec22__center--channel {
    width: 100%;
    flex-direction: column;
    padding: 2rem;
    margin: 4rem auto;
    border-radius: 15px;
  }
}
.nfr-sec22__center--channel div {
  display: flex;
  justify-content: center;
  gap: 2rem;
}
.nfr-sec22__center--channel div iframe {
  width: 320px !important;
  height: 185px !important;
}
@media screen and (max-width: 768px) {
  .nfr-sec22__center--channel div iframe {
    width: 260px !important;
  }
}
@media screen and (max-width: 1024px) {
  .nfr-sec22__center--channel div {
    flex-direction: column;
  }
}
.nfr-sec22__center--channel h3 {
  color: #fff;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .nfr-sec22__center--channel h3 {
    font-size: 1.8rem;
  }
}
.nfr-sec22__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5%;
}
@media screen and (max-width: 768px) {
  .nfr-sec22__bottom {
    flex-direction: column;
  }
}
.nfr-sec22__bottom img {
  width: 100%;
  max-width: 400px;
}
.nfr-sec22__compare {
  display: none;
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
  width: 90%;
  max-width: 1000px;
  border: 2px solid #484848;
  z-index: 10;
}
.nfr-sec22__compare--cont {
  overflow-y: scroll;
  height: auto;
  max-height: 90vh;
}
.nfr-sec22__compare--close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 500;
  margin: 0 auto;
  width: 40px;
  cursor: pointer;
  background: #fff;
  padding: 6px;
  height: 40px;
}
@media screen and (max-width: 768px) {
  .nfr-sec22__compare--close {
    width: 30px;
    height: 30px;
  }
}
.nfr-sec22 .banner__btn {
  margin: 2rem 0;
}
@media screen and (max-width: 768px) {
  .nfr-sec22 .banner__btn {
    margin: 2rem auto;
  }
}
.nfr-sec22 .banner__btn--bg {
  background: #fff;
}
@media screen and (max-width: 768px) {
  .nfr-sec22 .banner__btn--bg {
    margin: auto;
  }
}
.nfr-sec22__youtube .ytp-large-play-button {
  top: 60%;
  height: 30px;
}
.nfr-sec24 {
  background-color: #f0f0f0;
  overflow-x: hidden;
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  .nfr-sec24 {
    padding: 50px 0;
  }
}
.nfr-sec24__wrap {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .nfr-sec24__wrap {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.nfr-sec24__cont {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .nfr-sec24__cont {
    margin-top: 40px;
  }
}
.nfr-sec24__item {
  display: flex;
  flex-direction: column;
  border-radius: 25px;
  width: 33.3333333333%;
  max-width: 305px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.12);
  padding: 20px;
  background: #fff;
  height: auto !important;
}
@media screen and (max-width: 768px) {
  .nfr-sec24__item {
    width: 100%;
    max-width: none;
  }
}
.nfr-sec24__item--top {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.nfr-sec24__item--img {
  width: 60px;
  height: 60px;
  margin-right: 24px;
}
.nfr-sec24__item--name {
  font-size: 1.6rem;
  font-weight: 500;
}
.nfr-sec24__item--title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .nfr-sec24__item--title {
    font-size: 1.6rem;
  }
}
.nfr-sec24__item--text {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .nfr-sec24__item--text {
    font-size: 1.4rem;
  }
}
.nfr-sec24 .review-swiper-pagination {
  display: block;
  margin-top: 47px;
  text-align: center;
}
.nfr-sec24 .review-swiper-pagination .swiper-pagination-bullet {
  margin: 0 15px !important;
  background-color: #fff !important;
}
.nfr-sec24 .review-swiper-pagination .swiper-pagination-bullet-active {
  background-color: #676767 !important;
}
.nfr-sec25__wrap {
  width: 90%;
  max-width: 1000px;
  margin: auto;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .nfr-sec25__wrap {
    padding: 50px 10px;
  }
}
.nfr-sec25__title {
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .nfr-sec25__title {
    font-size: 1.6rem;
  }
}
.nfr-sec25__title span {
  color: #f04162;
  font-weight: bold;
}
.nfr-sec25 p {
  margin-top: 75px;
}
@media screen and (max-width: 768px) {
  .nfr-sec25 p {
    margin-top: 45px;
  }
}
.nfr-sec27__wrap {
  width: 90%;
  max-width: 1000px;
  margin: auto;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .nfr-sec27__wrap {
    padding: 50px 10px;
  }
}
.nfr-sec27__model {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px) {
  .nfr-sec27__model {
    grid-template-columns: auto;
  }
}
.nfr-sec27__model--wrap {
  background: transparent linear-gradient(157deg, #F0F0F0 0%, #C4C4C4 100%) 0% 0% no-repeat padding-box;
}
.nfr-sec27__model .product-sec21__cont {
  display: block;
}
.nfr-sec27__model--cont {
  width: 90%;
  max-width: 500px;
  margin: auto;
  padding: 100px 0;
}
.nfr-sec27__model--img {
  position: relative;
  width: 100%;
}
.nfr-sec27__model--img__4g {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.nfr-sec27__model--img__4g img {
  width: 40%;
  position: absolute;
  top: 22%;
  right: -9%;
}
.nfr-sec27__model--disc {
  margin: 4rem 0;
  text-align: center;
}
.nfr-sec27__model--disc h3 {
  max-width: 300px;
  width: 90%;
  margin: 2rem auto;
}
.nfr-sec27__model--disc .product-sec21__right--price {
  font-weight: bold;
  font-size: 2.8rem;
}
.nfr-sec27__model--disc .product-sec21__right--box {
  justify-content: center;
  line-height: 2;
  font-size: 1.4rem;
  align-items: center;
}
.nfr-sec27__model--disc .product-sec21__right--box .bl, .nfr-sec27__model--disc .product-sec21__right--box .bl-4g {
  background: #151515;
}
.nfr-sec27__model--disc .product-sec21__right--box .be, .nfr-sec27__model--disc .product-sec21__right--box .be-4g {
  background: #CBBFA6;
}
.nfr-sec27__model--disc .product-sec21__right--box label {
  font-weight: 600;
}
.nfr-sec27__model--disc .btn_area {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 2rem auto;
}
.nfr-sec27__model--disc .btn_area .nfr__btn {
  position: absolute;
}
.nfr-sec27__model--disc .buy-button.active {
  display: inline-block !important;
  max-width: 260px !important;
  position: relative;
  z-index: 1;
}
.nfr-sec27__model--disc .buy-button.active iframe {
  height: 66px !important;
}
.nfr-sec27__model--disc .buy-button:not(.active) {
  display: none !important;
}
.nfr-sec27__model--disc .banner__btn {
  text-align: left;
}
.nfr-sec27__model--disc .banner__btn--bg {
  background-color: #cfcfcf;
}
.nfr-sec27__model--disc .nfr__btn--bg {
  background-color: #cfcfcf;
}
.nfr-sec27 .product-sec21__right--radio {
  cursor: default;
}
.nfr-sec28__wrap {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  padding: 100px 0;
}
.nfr-sec28 h3 {
  margin-bottom: 4rem;
}
.nfr-sec28 h3 img {
  height: 38px;
  -o-object-fit: contain;
     object-fit: contain;
  width: -moz-fit-content;
  width: fit-content;
  vertical-align: sub;
  padding-right: 2rem;
}
@media screen and (max-width: 768px) {
  .nfr-sec28 h3 img {
    height: 27px;
  }
}
.nfr-sec28 #nfr-sec28-slider {
  margin-bottom: 6rem;
}
.nfr-sec28 h4 {
  width: 120px;
  margin: 2rem 0;
  height: 55px;
}
.nfr-sec28__recom {
  margin: 3rem 0;
}
.nfr-sec28__recom h5 {
  font-size: 1.2rem;
  font-family: "Outfit", sans-serif;
  color: #2368D8;
  font-weight: bold;
  letter-spacing: 1px;
}
.nfr-sec28__recom li {
  position: relative;
}
.nfr-sec28__recom li::before {
  position: relative;
  content: "■";
  color: #2368D8;
}
.nfr-sec28 .banner__btn {
  margin: 0;
}
.nfr-sec28 .banner__btn--bg {
  background-color: #fff;
}
.nfr-sec28--table {
  width: 100%;
  margin: 2rem 0;
}
@media screen and (max-width: 1024px) {
  .nfr-sec28--table {
    display: flex;
  }
}
@media screen and (max-width: 1024px) {
  .nfr-sec28--table tbody {
    width: 85%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
.nfr-sec28--table th {
  background: #A8A8A8;
  color: #fff;
  border: 1px solid #fff;
  font-size: 1.2rem;
  text-align: center;
  padding: 5px;
  vertical-align: middle;
  font-weight: 300;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .nfr-sec28--table th {
    display: flex;
    writing-mode: vertical-lr;
    width: 100%;
    min-width: 30px;
    text-align: center;
    justify-content: center;
    align-items: anchor-center;
    letter-spacing: 1px;
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) {
  .nfr-sec28--table th {
    height: 142px;
  }
}
.nfr-sec28--table td {
  background: #E8E8E8;
  border: 1px solid #fff;
  font-size: 1.2rem;
  text-align: center;
  vertical-align: middle;
  font-weight: 500;
  width: 9.0909090909%;
  height: 120px;
  line-height: 1.4;
  padding: 5px;
}
@media screen and (max-width: 1024px) {
  .nfr-sec28--table td {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .nfr-sec28--table td {
    height: 142px;
  }
}
.nfr-sec28--table td span {
  font-size: 2.5rem;
  display: block;
  width: 40px;
  height: 40px;
  margin: 5px auto 15px;
}
.nfr-sec28--table td span img {
  margin: auto;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  width: 90%;
  height: 90%;
  display: inline-block;
}
.nfr-sec28--table .model img {
  width: 70%;
}
.nfr-sec28--table .color {
  position: relative;
  text-align: left;
  padding-left: 10px;
  white-space: nowrap;
  line-height: 2;
}
.nfr-sec28--table .color span {
  height: 20px;
  width: 20px;
  display: inline-block;
  border-radius: 50%;
  border: 1px solid;
  position: relative;
  top: 5px;
  left: -4px;
  margin: 0;
}
.nfr-sec28--table .color span span {
  height: 14px;
  width: 14px;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  left: 2px;
  top: 2px;
}
.nfr-sec28--table .color span .bl {
  background: #151515;
}
.nfr-sec28--table .color span .be {
  background: #CBBFA6;
}
.nfr-sec28--table .color span .ye {
  background: #FFFAC4;
}
.nfr-sec28--table .color span .wh {
  background-color: #fff;
}
.nfr-sec28--table .color span .so {
  background: #C4F1FF;
}
.nfr__title {
  font-size: 5rem;
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .nfr__title {
    font-size: 3rem;
    line-height: 1.4;
    margin-bottom: 2rem;
  }
}
.nfr__title span {
  font-family: "Outfit", sans-serif;
  color: #2368D8;
  font-size: 2.6rem;
  display: block;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .nfr__title span {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
}
.nfr__title--m {
  font-size: 3.5rem;
  font-weight: bold;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1024px) {
  .nfr__title--m {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
}
.nfr__title--m span {
  font-family: "Outfit", sans-serif;
  font-size: 4rem;
  display: block;
  font-weight: bold;
  color: inherit;
}
@media screen and (max-width: 1024px) {
  .nfr__title--m span {
    font-size: 2rem;
    margin-bottom: 0.5rem;
  }
}
.nfr__title--s {
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .nfr__title--s {
    font-size: 1.8rem;
  }
}
.nfr__title--sub {
  font-family: "Outfit", sans-serif;
  font-size: 4.5rem;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .nfr__title--sub {
    font-size: 2.8rem;
  }
}
.nfr__text {
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .nfr__text {
    font-size: 1.4rem;
  }
}
.nfr__text-small {
  font-size: 1.3rem;
  line-height: 1.51;
  margin: 1rem 0;
}
@media screen and (max-width: 768px) {
  .nfr__text-small {
    font-size: 1.2rem;
  }
}
.nfr__text-strong {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .nfr__text-strong {
    font-size: 1.5rem;
  }
}
.nfr__link {
  color: #159FE8;
  text-decoration: underline;
}
.nfr__btn {
  display: block;
  width: 260px;
  border-radius: 25px;
  padding: 13.5px 19px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(90deg, #159fe8 0%, #3238ec 100%);
  margin: 2rem 0;
}
@media screen and (max-width: 768px) {
  .nfr__btn {
    margin: 2rem auto;
    padding: 13px 19px;
  }
}
.nfr__btn:hover {
  opacity: 1;
}
.nfr__btn:hover .nfr__btn--bg {
  transform: translateX(0);
  border-radius: 15px;
}
.nfr__btn:hover p {
  color: #159fe8;
}
.nfr__btn:hover p::after {
  background-image: url(../images/arrow-right-blue.svg);
}
.nfr__btn--bg {
  position: absolute;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  background-color: #fff;
  top: 2px;
  left: 2px;
  pointer-events: none;
  transition: 0.3s;
  transform: translateX(-105%);
}
@media screen and (max-width: 768px) {
  .nfr__btn--bg {
    border-radius: 28px;
  }
}
.nfr__btn img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .nfr__btn img {
    display: none;
  }
}
.nfr__btn p {
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  position: relative;
  z-index: 2;
  margin: 0;
  text-align: left;
}
.nfr__btn p::after {
  content: "";
  display: inline-block;
  background-image: url(../images/arrow-right-white.svg);
  background-size: cover;
  width: 8px;
  height: 11px;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .nfr__btn p::after {
    right: 0;
  }
}
.nfr__tab {
  width: 100%;
  max-width: 960px;
  margin: 100px auto;
}
@media screen and (max-width: 768px) {
  .nfr__tab {
    margin: 50px auto;
  }
}
.nfr__tab ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .nfr__tab ul {
    gap: 1rem;
  }
}
.nfr__tab ul li {
  text-align: center;
  background: #676767;
  border-radius: 15px;
  max-width: 460px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.nfr__tab ul li:hover {
  background: transparent linear-gradient(90deg, #159FE8 0%, #3238EC 100%) 0% 0% no-repeat padding-box;
}
@media screen and (max-width: 768px) {
  .nfr__tab ul li {
    border-radius: 5px;
  }
}
.nfr__tab ul li span {
  width: 100%;
  height: auto;
  aspect-ratio: 5/1;
  background: #fff;
  border-radius: 13px;
  margin: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .nfr__tab ul li span {
    border-radius: 3px;
    margin: 2px;
    font-size: 1.2rem;
  }
}
.nfr__tab ul .active {
  background: transparent linear-gradient(90deg, #159FE8 0%, #3238EC 100%) 0% 0% no-repeat padding-box;
}
.nfr__anchor {
  position: relative;
  top: -15vh;
}
.nfr__anchor--feature {
  position: relative;
  top: -12vh;
}
.nfr_l__mv {
  background: #F2EFE9;
  position: relative;
  top: 5rem;
  height: calc(100vh - 150px);
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .nfr_l__mv {
    /*height: calc(88vh - 150px);*/
  }
}
.nfr_l__mv h2 {
  position: absolute;
  top: 25%;
  left: 10%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .nfr_l__mv h2 {
    top: 75%;
    display: grid;
    gap: 0;
    left: 2%;
    right: 2%;
    margin: auto;
    width: 90%;
  }
}
.nfr_l__mv h2 img {
  width: 40vw;
  max-width: 580px;
}
@media screen and (max-width: 768px) {
  .nfr_l__mv h2 img {
    width: 100%;
    margin: auto;
    order: 2;
  }
}
.nfr_l__mv h2 span {
  color: #fff;
  font-size: clamp(27px, 4.5vw, 55px);
  font-weight: bold;
  display: block;
  margin: 3rem auto;
}
@media screen and (max-width: 768px) {
  .nfr_l__mv h2 span {
    margin: 1.5rem 0;
    line-height: 1.2;
  }
}
.nfr_l__mv::after {
  content: "";
  width: 50vw;
  height: 150px;
  background: #EBDD5F;
  position: relative;
  display: block;
  left: 5vw;
  top: 100%;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .nfr_l__mv::after {
    position: absolute;
    left: 0;
    width: 25vw;
    height: 52vh;
    top: 108%;
  }
}
.nfr_l__mv .slideshow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.nfr_l__mv .slideshow .nfr_l-slide {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.nfr_l__mv .slideshow .nfr_l-slide:first-child {
  z-index: 0;
}
.nfr_l__mv .slideshow .nfr_l-slide:nth-child(1) {
  background: url("../images/nfr_l-fv.jpg") top/cover no-repeat;
}
@media screen and (max-width: 768px) {
  .nfr_l__mv .slideshow .nfr_l-slide:nth-child(1) {
    background: url("../images/nfr_l-fv_sp.jpg") top/cover no-repeat;
  }
}
.nfr_l__mv .slideshow .nfr_l-slide:nth-child(2) {
  background: url("../images/nfr_l-fv_2.jpg") top/cover no-repeat;
}
@media screen and (max-width: 768px) {
  .nfr_l__mv .slideshow .nfr_l-slide:nth-child(2) {
    background: url("../images/nfr_l-fv_2_sp.jpg") top/cover no-repeat;
  }
}
.nfr_l__mv .slideshow .nfr_l-slide .slide-title {
  position: absolute;
  top: 40vh;
  left: 2em;
}
.nfr_l__mv .bars {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  gap: 0;
}
.nfr_l__mv .bars .bar {
  flex: 1;
  background: #EBDD5F;
  transform: scaleY(0);
  transform-origin: top;
  margin: 0;
  padding: 0;
}
.nfr_l__mv #container {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.nfr_l__mv #nfr-l_mv-slides {
  position: relative;
  width: 100%;
  height: 100%;
}
.nfr_l__mv #nfr-l_mv-slides .nfr-l_mv-slide {
  position: absolute;
  display: flex;
  width: 100%;
  height: 100%;
}
.nfr_l__mv #nfr-l_mv-slides .nfr-l_mv-slide .title {
  position: absolute;
  top: calc(50% - 0.5em);
  left: 20px;
  z-index: 2;
  padding-top: 5px;
  font-family: "Reem Kufi", sans-serif;
  font-size: 5em;
  color: white;
  overflow: hidden;
}
.nfr_l__mv #nfr-l_mv-slides .nfr-l_mv-slide .title .title-text {
  display: block;
  transform: translateY(1.2em);
  transition: transform 1s ease-in-out;
}
.nfr_l__mv #nfr-l_mv-slides .nfr-l_mv-slide .slide-partial {
  position: absolute;
  width: 50%;
  height: 100%;
  overflow: hidden;
  transition: transform 1s ease-in-out;
}
.nfr_l__mv #nfr-l_mv-slides .nfr-l_mv-slide .slide-partial img {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 1s ease-in-out;
}
.nfr_l__mv #nfr-l_mv-slides .nfr-l_mv-slide .slide-left {
  top: 0;
  left: 0;
  transform: translateX(-100%);
}
.nfr_l__mv #nfr-l_mv-slides .nfr-l_mv-slide .slide-left img {
  top: 0;
  right: 0;
  -o-object-position: top center;
  object-position: top center;
  transform: translateX(50%);
}
.nfr_l__mv #nfr-l_mv-slides .nfr-l_mv-slide .slide-right {
  top: 0;
  right: 0;
  transform: translateX(100%);
  transition-delay: 0.2s;
}
.nfr_l__mv #nfr-l_mv-slides .nfr-l_mv-slide .slide-right img {
  top: 0;
  left: 0;
  -o-object-position: top center;
  object-position: top center;
  transition-delay: 0.2s;
  transform: translateX(-50%);
}
.nfr_l__mv #nfr-l_mv-slides .nfr-l_mv-slide.active .title .title-text {
  transform: translate(0);
  transition-delay: 0.3s;
}
.nfr_l__mv #nfr-l_mv-slides .nfr-l_mv-slide.active .slide-partial, .nfr_l__mv #nfr-l_mv-slides .nfr-l_mv-slide.active .slide-partial img {
  transform: translateX(0);
}
.nfr_l__mv #slide-select {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-around;
  font-family: "Reem Kufi", sans-serif;
  font-size: 1.5em;
  font-weight: lighter;
  color: white;
}
.nfr_l__mv #slide-select li {
  position: relative;
  cursor: pointer;
  margin: 0 5px;
}
.nfr_l__mv #slide-select li.prev:hover {
  transform: translateX(-2px);
}
.nfr_l__mv #slide-select li.next:hover {
  transform: translateX(2px);
}
.nfr_l__mv #slide-select .selector {
  height: 14px;
  width: 14px;
  border: 2px solid white;
  background-color: transparent;
  transition: background-color 0.5s ease-in-out;
}
.nfr_l__mv #slide-select .selector.current {
  background-color: white;
}
.nfr_l__mv .codepen-link {
  position: absolute;
  bottom: 20px;
  right: 20px;
  height: 40px;
  width: 40px;
  z-index: 10;
  border-radius: 50%;
  box-sizing: border-box;
  background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/544318/logo.jpg");
  background-position: center center;
  background-size: cover;
  opacity: 0.5;
  transition: all 0.15s;
}
.nfr_l__mv .codepen-link:hover {
  opacity: 0.8;
  box-shadow: 0 2px 6px #0c0c0c;
}
.nfr_l-sec1 {
  background: #F2EFE9;
  padding-top: 300px;
}
@media screen and (max-width: 768px) {
  .nfr_l-sec1 {
    padding-top: 25%;
  }
}
.nfr_l-sec1__wrap {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}
.nfr_l-sec1__cont {
  display: flex;
  gap: 4rem;
  justify-content: space-between;
  align-items: flex-start;
  margin-right: -7%;
}
@media screen and (max-width: 768px) {
  .nfr_l-sec1__cont {
    flex-direction: column;
    position: relative;
    margin: auto;
  }
}
.nfr_l-sec1__left {
  width: 40%;
  max-width: 380px;
}
@media screen and (max-width: 768px) {
  .nfr_l-sec1__left {
    width: 100%;
    max-width: 100%;
  }
}
.nfr_l-sec1__left img {
  width: 95%;
  display: block;
  margin: 4rem auto;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 768px) {
  .nfr_l-sec1__left img {
    margin: 4rem auto;
    width: 50%;
    margin: 0 0 0 auto;
  }
}
.nfr_l-sec1__left h2 {
  font-size: 4.5rem;
}
@media screen and (max-width: 768px) {
  .nfr_l-sec1__left h2 {
    font-size: 3rem;
  }
}
.nfr_l-sec1__left h2 span {
  font-size: 4rem;
  color: inherit;
}
@media screen and (max-width: 768px) {
  .nfr_l-sec1__left h2 span {
    font-size: 1.8rem;
  }
}
.nfr_l-sec1__right {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .nfr_l-sec1__right {
    width: 105%;
    margin-right: -10%;
  }
}
.nfr_l-sec2 {
  background: #F2EFE9;
  padding: 4rem 0;
}
.nfr_l-sec2__wrap {
  width: 90%;
  max-width: 1000px;
  margin: auto;
}
.nfr_l-sec2__wrap--img {
  width: 75%;
  display: block;
  margin: auto;
  position: relative;
  z-index: 1;
  mix-blend-mode: multiply;
}
.nfr_l-sec2__cont {
  position: relative;
  background: #fff;
  padding: 15rem 4rem 6rem;
  margin-top: -16rem;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .nfr_l-sec2__cont {
    margin-top: -8rem;
  }
}
.nfr_l-sec2__cont--img1 {
  position: absolute;
  width: 30%;
  top: 20%;
  left: -10%;
}
@media screen and (max-width: 768px) {
  .nfr_l-sec2__cont--img1 {
    width: 40%;
    left: -2%;
  }
}
.nfr_l-sec2__cont--img2 {
  position: absolute;
  width: 20%;
  top: 12%;
  right: 3%;
}
@media screen and (max-width: 768px) {
  .nfr_l-sec2__cont--img2 {
    right: 5%;
    top: 10%;
    width: 30%;
  }
}
.nfr_l-sec2__cont .nfr__title--s {
  text-align: center;
  margin: 4rem 0;
}
.nfr_l-sec2__cont .nfr__text {
  max-width: 680px;
  margin: auto;
}
.nfr_l-sec3 {
  background: #F2EFE9;
  padding: 4rem 0 8rem;
}
@media screen and (max-width: 768px) {
  .nfr_l-sec3 {
    padding: 0;
  }
}
.nfr_l-sec3__wrap {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  padding: 3rem 0;
}
@media screen and (max-width: 768px) {
  .nfr_l-sec3__wrap {
    padding: 1rem 0;
  }
}
.nfr_l-sec3__cont {
  max-width: 1200px;
  margin: auto;
  margin-right: -15%;
}
.nfr_l-sec3 .nfr__title--s {
  margin: 2rem 0 1.5rem;
}
.nfr_l-sec4 {
  background: #C9DBE3;
}
.nfr_l-sec4 h3 {
  color: #3B96D9;
}
.nfr_l-sec4 .nfr-sec18__slider--img {
  background-image: url(../images/nfr_l-sec4_bg.png);
  margin-right: -10%;
}
@media screen and (max-width: 768px) {
  .nfr_l-sec4 .nfr-sec18__slider--img {
    margin: auto auto 30%;
  }
}
.nfr_l-sec4 .custom-swiper-pagination {
  padding-left: 15%;
}
@media screen and (max-width: 768px) {
  .nfr_l-sec4 .custom-swiper-pagination {
    padding-left: inherit;
  }
}
.nfr_l-sec6 {
  background: #F2EFE9;
  padding: 4rem 0;
}
@media screen and (max-width: 768px) {
  .nfr_l-sec6 {
    padding: 2rem 0;
  }
}
.nfr_l-sec6 img {
  mix-blend-mode: multiply;
}
.nfr_l-sec6__wrap {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  padding: 4rem 0;
}
@media screen and (max-width: 768px) {
  .nfr_l-sec6__wrap {
    padding: 2rem 0;
  }
}
.nfr_l-sec6__wrap h3 {
  text-decoration: underline;
  margin: 5rem 0;
}
@media screen and (max-width: 768px) {
  .nfr_l-sec6__wrap h3 {
    margin: 2rem 0;
  }
}
.nfr_l-sec6__wrap .nfr__title--m {
  text-align: center;
}
.nfr_l-sec6__wrap .nfr__text {
  max-width: 600px;
  margin: auto;
}
.nfr_l-sec6__viewall .nfr__text {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  margin: 50px auto 30px;
}
.nfr_l-sec6 .banner__btn--bg {
  background-color: #F2EFE9;
}
.nfr_l-sec7 .nfr__title span {
  font-size: 4rem;
  color: inherit;
}
.nfr_l-sec9 {
  background: #F2EFE9;
  padding: 10rem 0;
}
@media screen and (max-width: 768px) {
  .nfr_l-sec9 {
    padding: 5rem 0;
  }
}
.nfr_l-sec9__wrap {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  padding: 2rem 0;
}
.nfr_l-sec9__top {
  margin-bottom: 4rem;
}
.nfr_l-sec9__top--grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6rem;
  margin: 4rem 0;
}
@media screen and (max-width: 768px) {
  .nfr_l-sec9__top--grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    margin: 2rem 0;
  }
}
.nfr_l-sec9__top--grid h4 {
  font-size: 2rem;
  text-align: center;
  background: #fff;
  padding: 1rem;
}
@media screen and (max-width: 768px) {
  .nfr_l-sec9__top--grid h4 {
    font-size: 1.4rem;
  }
}
.nfr_l-sec9__top--grid img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
}
.nfr_l-sec9__top--grid span {
  font-size: 1.4rem;
  text-align: center;
  display: block;
  background: #EFDEB9;
  border-radius: 50px;
  padding: 1.8rem 0.5rem;
  margin: 2rem 0;
}
@media screen and (max-width: 768px) {
  .nfr_l-sec9__top--grid span {
    border-radius: 14px;
  }
}
@media screen and (max-width: 768px) {
  .nfr_l-sec9__top--grid .nfr__text {
    border-radius: 12px;
  }
}
.nfr_l-sec9__bottom--table {
  width: 100%;
  margin: 2rem 0;
}
@media screen and (max-width: 1024px) {
  .nfr_l-sec9__bottom--table {
    display: flex;
  }
}
@media screen and (max-width: 1024px) {
  .nfr_l-sec9__bottom--table tbody {
    width: 85%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
.nfr_l-sec9__bottom--table th {
  background: #6E6E6E;
  color: #fff;
  border: 1px solid #7E7E7E;
  font-size: 1.2rem;
  text-align: center;
  padding: 5px;
  vertical-align: middle;
  font-weight: 300;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .nfr_l-sec9__bottom--table th {
    display: flex;
    writing-mode: vertical-lr;
    width: 100%;
    min-width: 30px;
    height: 85px;
    text-align: center;
    justify-content: center;
    align-items: anchor-center;
    letter-spacing: 1px;
    font-size: 10px;
  }
}
.nfr_l-sec9__bottom--table td {
  background: #F4F4F4;
  border: 1px solid #7E7E7E;
  font-size: 1.2rem;
  text-align: center;
  vertical-align: middle;
  font-weight: 500;
  width: 9.0909090909%;
  height: 100px;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .nfr_l-sec9__bottom--table td {
    display: flex;
    width: 100%;
    height: 85px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}
.nfr_l-sec9__bottom--table td img {
  max-width: 50px;
  height: auto;
  display: block;
  margin: 6px auto;
}
.nfr_l-sec9__bottom--table td span {
  color: #D9A032;
  font-size: 2.5rem;
  display: block;
}
.nfr_l-sec9__bottom--table tr:nth-child(1) td {
  background: #FAF2C2;
}
.nfr_l-sec9 h2 {
  position: relative;
}
.nfr_l-sec9 h2 img {
  position: absolute;
  width: 100px;
  left: 15rem;
  top: -2rem;
}
@media screen and (max-width: 768px) {
  .nfr_l-sec9 h2 img {
    top: 5rem;
    left: 20rem;
  }
}
.nfr_l-sec11 {
  background: #F2EFE9;
  padding: 10rem 0;
}
@media screen and (max-width: 768px) {
  .nfr_l-sec11 {
    padding: 5rem 0;
  }
}
.nfr_l-sec11__wrap {
  width: 90%;
  max-width: 1400px;
  margin: auto;
  padding: 2rem 0;
}
.nfr_l-sec11__top {
  display: flex;
  gap: 0;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: -7%;
}
@media screen and (max-width: 768px) {
  .nfr_l-sec11__top {
    flex-direction: column-reverse;
  }
}
.nfr_l-sec11__top--left {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .nfr_l-sec11__top--left {
    width: 100%;
    right: -7%;
    top: -5rem;
    position: relative;
  }
}
.nfr_l-sec11__top--right {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .nfr_l-sec11__top--right {
    width: 100%;
  }
}
.nfr_l-sec11__top--right__top {
  background: #8EB4DB;
  padding: 8rem 2rem 6rem;
  margin-top: 6rem;
}
@media screen and (max-width: 768px) {
  .nfr_l-sec11__top--right__top {
    padding: 4rem 0rem 8rem;
    margin-top: 0;
  }
}
.nfr_l-sec11__top--right__top .nfr__title {
  color: #fff;
  font-size: 4.5rem;
}
@media screen and (max-width: 768px) {
  .nfr_l-sec11__top--right__top .nfr__title {
    font-size: 3rem;
  }
}
.nfr_l-sec11__top--right__top .nfr__title span {
  font-size: 4rem;
  color: initial;
}
.nfr_l-sec11__top--right__top .nfr__text {
  color: #fff;
}
.nfr_l-sec11__top--right__top .nfr__price {
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
}
.nfr_l-sec11__top--right__top .nfr__price strong {
  font-size: 4rem;
  color: inherit;
  padding-right: 1rem;
}
.nfr_l-sec11__top--right__top--inner {
  width: 85%;
  margin: auto;
}
.nfr_l-sec11__top--right__bottom {
  padding: 4rem 0;
  width: 85%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .nfr_l-sec11__top--right__bottom {
    position: absolute;
    top: 95%;
    left: 5%;
    right: 5%;
  }
}
.nfr_l-sec11__top--right__bottom .nfr__title--m {
  color: #F270B1;
}
.nfr_l-sec11__top--right__bottom .nfr__title--s {
  color: #82ADD9;
  font-size: 2rem;
}
.nfr_l-sec11__top--right__bottom .nfr__price strong {
  color: inherit;
  font-size: 180%;
  padding-right: 5px;
  padding-bottom: 5px;
  vertical-align: bottom;
  display: inline-block;
  line-height: 0.8;
}
.nfr_l-sec11__center {
  max-width: 1200px;
  margin: 8rem auto;
}
@media screen and (max-width: 768px) {
  .nfr_l-sec11__center {
    margin-top: 320px;
  }
}
.nfr_l-sec11__center .flex {
  display: flex;
  gap: 4rem;
  align-items: stretch;
  justify-content: space-between;
  margin: 5rem 0;
}
@media screen and (max-width: 768px) {
  .nfr_l-sec11__center .flex {
    flex-direction: column;
    gap: 0rem;
    margin: 0;
  }
}
.nfr_l-sec11__center .flex .nfr__title--s span {
  font-weight: 600;
  display: block;
  font-size: 10rem;
  line-height: 1;
  font-family: "Outfit";
  color: #82ADD9;
  margin: 1rem 0;
}
.nfr_l-sec11__center .flex p {
  margin-bottom: 1rem;
}
.nfr_l-sec11__bottom {
  display: flex;
  height: -moz-min-content;
  height: min-content;
}
@media screen and (max-width: 768px) {
  .nfr_l-sec11__bottom {
    flex-direction: column;
  }
}
.nfr_l-sec11__bottom--left {
  width: 25%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .nfr_l-sec11__bottom--left {
    width: 100%;
  }
}
.nfr_l-sec11__bottom--left img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.nfr_l-sec11__bottom--right {
  width: 75%;
  background: #5FC67B;
  padding: 2rem;
}
@media screen and (max-width: 768px) {
  .nfr_l-sec11__bottom--right {
    width: 100%;
    padding: 2rem 1rem;
  }
}
.nfr_l-sec11__bottom--right__wrap {
  width: 90%;
  margin: auto;
}
.nfr_l-sec11__bottom--right h3 {
  color: #fff;
  font-size: clamp(20px, 2.5vw, 35px);
  margin: 1rem 0;
}
@media screen and (max-width: 768px) {
  .nfr_l-sec11__bottom--right h3 {
    font-size: clamp(20px, 5.5vw, 48px);
  }
}
.nfr_l-sec11__bottom--right p {
  color: #fff;
  white-space: nowrap;
  font-size: clamp(10px, 1.5vw, 20px);
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .nfr_l-sec11__bottom--right p {
    width: -moz-fit-content;
    width: fit-content;
    white-space: normal;
    font-size: clamp(10px, 1.5vw, 20px);
    font-size: clamp(12px, 4.5vw, 24px);
  }
}
.nfr_l-sec11__bottom--right__flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5%;
  margin: 2.5rem 0 1rem;
}
@media screen and (max-width: 768px) {
  .nfr_l-sec11__bottom--right__flex {
    flex-direction: column;
    gap: 2rem;
  }
}
.nfr_l-sec11__bottom--right__cont {
  width: 50%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nfr_l-sec11__bottom--right__cont:nth-child(2) h5 {
  background: #98daaa;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .nfr_l-sec11__bottom--right__cont {
    width: 100%;
  }
}
.nfr_l-sec11__bottom--right__cont div {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .nfr_l-sec11__bottom--right__cont div {
    width: 48%;
  }
}
.nfr_l-sec11__bottom--right__cont img {
  max-width: 135px;
  width: 90%;
  display: block;
  margin: 1rem auto;
}
@media screen and (max-width: 768px) {
  .nfr_l-sec11__bottom--right__cont img {
    max-width: 160px;
    width: 80%;
  }
}
.nfr_l-sec11__bottom--right__cont svg {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .nfr_l-sec11__bottom--right__cont svg {
    width: 30vw;
  }
}
.nfr_l-sec11__bottom--right__cont h4 {
  font-size: clamp(12px, 1.5vw, 20px);
  white-space: nowrap;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .nfr_l-sec11__bottom--right__cont h4 {
    font-size: clamp(12px, 3vw, 20px);
    text-align: center;
  }
}
.nfr_l-sec11__bottom--right__cont h5 {
  font-size: clamp(12px, 1.5vw, 20px);
  margin: 0;
  background: #fff;
  text-align: center;
  border-radius: 8px;
  color: #5FC67B;
}
@media screen and (max-width: 768px) {
  .nfr_l-sec11__bottom--right__cont h5 {
    font-size: clamp(12px, 3.5vw, 20px);
  }
}
.nfr_l-sec11__bottom--right__cont .nfr__text-strong {
  text-align: center;
}
.nfr_l-sec11__bottom--right__cont .price {
  font-family: "Outfit";
  font-size: clamp(24px, 5vw, 65px);
  font-weight: bold;
  color: #fff;
  margin: 0 1rem;
}
@media screen and (max-width: 768px) {
  .nfr_l-sec11__bottom--right__cont .price {
    font-size: clamp(24px, 12vw, 65px);
  }
}
.nfr_l-sec11__bottom--right .nfr_text-small {
  color: #fff;
  font-size: clamp(9px, 1vw, 14px);
  white-space: normal;
}
@media screen and (max-width: 768px) {
  .nfr_l-sec11 .nfr__btn {
    margin-left: 0;
  }
}
.nfr_l-sec12 {
  background: #F2EFE9;
  padding: 10rem 0 0;
}
@media screen and (max-width: 768px) {
  .nfr_l-sec12 {
    padding: 2rem 0 0;
  }
}
.nfr_l-sec13 {
  background: url(../images/nfr_l-sec13_bg.jpg) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .nfr_l-sec13 {
    background-size: 100% 100%;
    background-position: center;
  }
}
.nfr_l-sec13__top h2 {
  font-size: 4.5rem;
}
@media screen and (max-width: 1024px) {
  .nfr_l-sec13__top h2 {
    margin-bottom: 40vh;
  }
}
@media screen and (max-width: 768px) {
  .nfr_l-sec13__top h2 {
    font-size: 2rem;
  }
}
.nfr_l-sec13__top--text {
  max-width: 850px;
}
.nfr_l-sec13__top--text .flex {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin: 3.5rem 0;
}
@media screen and (max-width: 768px) {
  .nfr_l-sec13__top--text .flex {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .nfr_l-sec13__top--text .flex .nfr__btn {
    margin: 1rem 0;
  }
}
.nfr_l-sec13__top--text .flex .nfr__title--s {
  margin: 0;
}
.nfr_l-sec13__top--img {
  width: 35%;
  max-width: 480px;
  top: -15%;
  right: -5%;
}
@media screen and (max-width: 1024px) {
  .nfr_l-sec13__top--img {
    top: 8rem;
    width: auto;
    left: -5%;
    margin: auto;
    height: 35vh;
  }
}
@media screen and (max-width: 1024px) {
  .nfr_l-sec13__top--img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.nfr_l-sec15__wrap {
  max-width: 1400px;
}
.nfr_l-sec15 .product-sec21__cont {
  gap: 8%;
}
@media screen and (max-width: 768px) {
  .nfr_l-sec15 .product-sec21__cont label {
    line-height: 1.2;
  }
}
.nfr_l-sec15 .product-sec21__right--radio {
  min-width: 30px;
}
.nfr_l-sec15 .product-sec21__right--radio .ye {
  background: #FFFAC4;
}
.nfr_l-sec15 .product-sec21__right--radio .bl {
  background: #C4F1FF;
}
@media screen and (max-width: 768px) {
  .nfr_l-sec15 .product-sec21__right--radio {
    width: 26px;
    height: 26px;
    min-width: 26px;
  }
}
.nfr_l-sec15 .product-sec21__right--warranty .nfr__text {
  margin-bottom: 2rem;
}
.nfr_l-sec16 {
  background: #F2EFE9;
}
.nfr_l-sec16__wrap {
  background: none;
  margin: 0 auto;
  padding-bottom: 200px;
}
.nfr_l-sec16__center--box {
  grid-template-columns: repeat(3, 1fr);
  max-width: 900px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .nfr_l-sec16__center--box img {
    width: 85%;
  }
}
.nfr_l-sec16 .nfr-sec15__center--img img {
  height: 450px;
  mix-blend-mode: normal;
}
@media screen and (max-width: 768px) {
  .nfr_l-sec16 .nfr-sec15__center--img img {
    height: auto;
  }
}
.nfr_l-sec18 {
  background: #F2EFE9;
}
.nfr_l-sec18 dt {
  color: #6EA1D5;
}
.nfr_l-sec20 {
  background: #F2EFE9;
}
.nfr_l-sec20 h3:not(.nfr-sec20__bottom h3),
.nfr_l-sec20 h4,
.nfr_l-sec20 span:not(.swiper-notification) {
  color: #6EA1D5;
}
.nfr_l-sec20 .nfr-sec20__center--title div {
  border-left: 5px solid #6EA1D5;
}
@media screen and (max-width: 768px) {
  .nfr_l-sec20 .nfr-sec20__center--title {
    background: #6EA1D5;
    color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .nfr_l-sec20 .nfr-sec20__center--title h3:not(.nfr-sec20__bottom h3),
  .nfr_l-sec20 .nfr-sec20__center--title h4 {
    color: #fff;
  }
}
.nfr_l-sec22 {
  background: #F2EFE9;
}
.nfr_l-sec22 .banner__btn--bg {
  background: #F2EFE9;
}
.nfr_l-sec24 {
  background: #F2EFE9;
}
.nfr-fixedbanner {
  display: none;
  position: fixed;
  bottom: 20%;
  z-index: 10;
  right: 0;
  max-width: 160px;
}
@media screen and (max-width: 768px) {
  .nfr-fixedbanner {
    bottom: 0;
    right: auto;
    left: 0;
    width: 100%;
    max-width: 100%;
  }
}
.nfr-fixedbanner a {
  display: block;
}
.nfr-fixedbanner img {
  box-shadow: 1px 5px 12px #333;
  border-radius: 15px 0 0 15px;
}
@media screen and (max-width: 768px) {
  .nfr-fixedbanner img {
    box-shadow: none;
    border-radius: 0;
  }
}
.nfr-fixedbanner__close {
  position: relative;
  top: -3px;
  left: 80%;
  font-size: 1.5rem;
  padding: 5px 8px;
  background: #fff;
  font-weight: 600;
  border-radius: 6px 6px 0 0;
  z-index: 5;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .nfr-fixedbanner__close {
    left: 85%;
    top: -4px;
  }
}
.nfr-fixedbanner.close {
  display: none !important;
}

.custom-swiper-scrollbar {
  width: 100%;
  margin: auto;
  height: 3px;
  background: #fff;
}
.custom-swiper-scrollbar .swiper-scrollbar-drag {
  background: #2368D8;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .custom-swiper-scrollbar .swiper-scrollbar-drag {
    margin-top: 15px;
  }
}

sup {
  font-size: 115%;
  top: -0.1em;
  padding: 0 3px 0 0px;
  color: inherit;
  font-weight: inherit;
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

.fadeUpTrigger {
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}/*# sourceMappingURL=nfr.css.map */