.popular_products_now .wrap h3 {
  margin-bottom: 60px;
  font-size: clamp(1.5rem, 1.356rem + 0.64vw, 2.125rem);
}
.popular_products_now ._contents001 ._box1 .wrap_s {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: min(24px, 6vw);
  margin-bottom: 80px;
}
.popular_products_now ._contents001 ._box1 .wrap_s li {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: fit-content;
  margin-inline: auto;
}
.popular_products_now ._contents001 ._box1 .wrap_s li img {
  padding: 0;
  margin-bottom: 30px;
  max-width: 226px;
}
.popular_products_now ._contents001 ._box1 .wrap_s li .textarea {
  display: flex;
  flex-direction: column;
}
.popular_products_now ._contents001 ._box1 .wrap_s li .textarea .title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
  min-height: 60px;
}
.popular_products_now ._contents001 ._box1 .wrap_s li .textarea .year {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 20px;
}
.popular_products_now ._contents001 ._box1 .wrap_s li .textarea .caution {
  font-size: 10px;
  text-align: left;
}
.popular_products_now ._contents001 ._box1 h3 {
  margin: 0;
  padding: 0;
  font-size: 24px;
}

/*_____ popular_products_now _____*/
._contents002 {
  padding-block: 100px 160px !important;
  margin-bottom: 0 !important;
  background-size: contain;
  background-position: bottom left !important;
}
@media screen and (max-width: 768px) {
  ._contents002 {
    padding-block: 60px !important;
  }
}
._contents002 h3 {
  color: white;
  font-size: clamp(2.25rem, 2.163rem + 0.38vw, 2.625rem);
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  ._contents002 h3 {
    margin-bottom: 30px;
  }
}
._contents002 .wrap {
  padding-right: 0;
}
@media screen and (max-width: 768px) {
  ._contents002 .wrap  {
    padding-right: 1em;
  }
}
._contents002 ._contents002_inner {
  display: unset !important;
}
._contents002 ._contents002_inner .wrap {
  position: relative;
}
._contents002 ._contents002_inner .wrap .wrap_s ._box1 {
  max-width: unset;
  width: min(60vw, 742px);
  height: fit-content;
  padding: 4vw 7vw 4vw 4vw;
  background: #fff;
  background: rgba(255, 255, 255, 0.7019607843) 0% 0% no-repeat padding-box;
  backdrop-filter: blur(8px);
  border-radius: 20px;
}
@media screen and (max-width: 1150px) {
  ._contents002 ._contents002_inner .wrap .wrap_s ._box1 {
    width: 100%;
    max-width: 650px;
    padding: 4vw 7vw 8vw;
    margin-inline: auto;
  }
}
._contents002 ._contents002_inner .wrap .wrap_s ._box1 img {
  display: block;
  width: 100%;
  max-width: 484px;
  object-fit: contain;
  object-position: center;
}
@media screen and (max-width: 1150px) {
  ._contents002 ._contents002_inner .wrap .wrap_s ._box1 img {
    max-width: unset;
  }
}
._contents002 ._contents002_inner .wrap ._box2 {
  position: absolute;
  right: -30px;
  width: 50vw;
  max-width: 538px;
  top: 30%;
  padding: 1.8vw 0 4vw 6.9vw;
  background: white;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
  border-top: 10px solid #ee7744;
}
@media screen and (max-width: 1280px) {
  ._contents002 ._contents002_inner .wrap ._box2 {
    right: 0;
  }
}
@media screen and (max-width: 1150px) {
  ._contents002 ._contents002_inner .wrap ._box2 {
    width: 80vw;
    position: relative;
    right: unset;
    margin-inline: auto;
    margin-top: -20px;
    padding: 3vw;
  }
}
._contents002 ._contents002_inner .wrap ._box2 ._box2-title {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  text-align: left;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  ._contents002 ._contents002_inner .wrap ._box2 ._box2-title {
    margin-bottom: 20px;
  }
}
._contents002 ._contents002_inner .wrap ._box2 ._box2-text {
  font-size: clamp(1.125rem, 1.067rem + 0.26vw, 1.375rem);
  text-align: left;
  margin-bottom: 0;
  line-height: 2.2;
}
._contents002 ._contents002_inner .wrap ._box2 ._box2-text .orange {
  color: #ee7744;
}

/*_____ _contents002 _____*/
.section-back {
  position: relative;
  z-index: 0;
  padding-block: 90px 160px;
}
@media screen and (max-width: 768px) {
  .section-back {
    padding-block: 80px;
  }
}
.section-back::before {
  content: "";
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  width: min(366px, 30vw);
  height: 100%;
  background-color: rgba(238, 119, 68, 0.08);
}
.section-back::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 72px;
  left: -18px;
  line-height: 0.8;
  background-image: url(../images/pv/Hanwha\ Japan.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 95px;
  height: 100%;
}
.section-back .section-title-area {
  position: relative;
  margin-bottom: 80px;
}
.section-back .section-title-area::after {
    content: "";
    position: absolute;
    height: 2px;
    background: #ee7744;
    left: -50vw;
    width: calc(50vw + 1090px);
}
@media screen and (max-width: 1054px) {
  .section-back .section-title-area::after {
    width: 100%;
    left: 0;
  }
}
.section-back .section-title-area h2 {
  font-size: clamp(2rem, 1.769rem + 1.03vw, 3rem);
  font-weight: bold;
  color: #333;
  margin-bottom: 22px;
}
.section-back .section-title-area h2 .orange {
  font-size: clamp(1.625rem, 1.51rem + 0.51vw, 2.125rem);
  color: #ee7744;
}
.section-back ._contents003 {
  margin-bottom: 140px;
}
@media screen and (max-width: 768px) {
  .section-back ._contents003 {
    margin-bottom: 40px;
  }
}
.section-back ._contents003 ._contents003_inner ._box1 .wrap_s {
  height: fit-content;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .section-back ._contents003 ._contents003_inner ._box1 .wrap_s {
    margin-bottom: 20px;
  }
}
.section-back ._contents003 ._contents003_inner ._box1 .wrap_s img {
  width: 100%;
  object-fit: contain;
}
.section-back ._contents003 ._contents003_inner ._box2 .wrap_s {
  font-weight: 500;
}
.section-back ._contents003 ._contents003_inner ._box2 .wrap_s .orange {
  color: #ee7744;
  font-weight: bold;
}
.section-back ._contents004 {
  margin-bottom: 140px;
}
@media screen and (max-width: 768px) {
  .section-back ._contents004 {
    margin-bottom: 40px;
  }
}
.section-back ._contents004 ._contents004_inner .wrap_s {
  display: grid;
  grid-template-columns: 3.7fr 1fr;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .section-back ._contents004 ._contents004_inner .wrap_s {
    grid-template-columns: 1fr;
    place-items: center;
  }
}
.section-back ._contents004 ._contents004_inner .wrap_s ._box1 {
  height: fit-content;
}
.section-back ._contents004 ._contents004_inner .wrap_s ._box1 img {
  width: 100%;
  object-fit: contain;
}
.section-back ._contents004 ._contents004_inner .wrap_s ._box2 {
  align-self: end;
  margin-bottom:130px;
  min-width: 250px;
}
.section-back ._contents004 ._contents004_inner .wrap_s ._box2 p {
  line-height: 1.4;
  margin-bottom: 60px;
}
.section-back ._contents004 ._contents004_inner .wrap_s ._box2 p .orange {
  font-size: 20px;
  font-weight: bold;
  color: #ee7744;
}
.section-back ._contents004 ._contents004_inner .wrap_s ._box2 .btn {
  background: #3366aa;
  max-width: 226px;
}
.section-back ._contents004 ._contents004_inner .wrap_s ._box2 .btn:hover::after {
  background: #3d7abb;
}
.section-back ._contents005 ._contents005_inner .wrap {
  position: relative;
}
.section-back ._contents005 ._contents005_inner .wrap .reason-list {
  width: 100%;
  max-width: 484px;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .section-back ._contents005 ._contents005_inner .wrap .reason-list {
    margin-bottom: 50px;
  }
}
.section-back ._contents005 ._contents005_inner .wrap .reason-list .reason-item {
  border-bottom: 1px solid #ccc;
  padding-bottom: 14px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .section-back ._contents005 ._contents005_inner .wrap .reason-list .reason-item {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
.section-back ._contents005 ._contents005_inner .wrap .reason-list .reason-item .reason-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section-back ._contents005 ._contents005_inner .wrap .reason-list .reason-item .reason-link:hover .reason-text {
  color: #ee7744;
}
.section-back ._contents005 ._contents005_inner .wrap .reason-list .reason-item .reason-link:hover .reason-detail {
  color: #666;
  font-weight: bold;
}
.section-back ._contents005 ._contents005_inner .wrap .reason-list .reason-item .reason-link:hover .reason-detail::before {
  right: -5px;
}
.section-back ._contents005 ._contents005_inner .wrap .reason-list .reason-item .reason-link .reason-text {
  font-size: clamp(1rem, 0.913rem + 0.38vw, 1.375rem);
  font-weight: bold;
  display: flex;
  align-items: center;
}
.section-back ._contents005 ._contents005_inner .wrap .reason-list .reason-item .reason-link .reason-text .num {
  font-family: "Figtree";
  font-size: 48px;
  font-weight: bold;
  font-style: italic;
  color: #ee7744;
  opacity: 0.5;
  margin-right: 33px;
}
@media screen and (max-width: 768px) {
  .section-back ._contents005 ._contents005_inner .wrap .reason-list .reason-item .reason-link .reason-text .num {
    margin-right: 20px;
  }
}
.section-back ._contents005 ._contents005_inner .wrap .reason-list .reason-item .reason-link .reason-detail {
  font-weight: 500;
  color: #999;
  position: relative;
  padding-right: 15px;
}
.section-back ._contents005 ._contents005_inner .wrap .reason-list .reason-item .reason-link .reason-detail::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 2px #999;
  border-right: solid 2px #999;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.5s ease;
}
.section-back ._contents005 ._contents005_inner .wrap .reason-img {
  position: absolute;
  top: -130px;
  right: 0;
  width: min(538px, 42vw);
  z-index: -1;
  margin-right: -3rem;
}
@media screen and (max-width: 1054px) {
  .section-back ._contents005 ._contents005_inner .wrap .reason-img {
    display: none;
  }
}
.section-back ._contents005 ._contents005_inner .wrap .reason-img img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .section-back ._contents005 ._contents005_inner .banner {
    width: 90%;
    margin-inline: auto;
  }
}
.section-back ._contents005 ._contents005_inner .banner a {
  position: relative;
  display: block;
  max-width: 828px;
  margin-inline: auto;
}
.section-back ._contents005 ._contents005_inner .banner a img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0px 5px 40px rgba(0, 0, 0, 0.2);
}
.section-back ._contents005 ._contents005_inner .banner a .banner-text-back {
  max-width: 484px;
  width: 80%;
  height: 60%;
  max-height: 120px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  background: transparent linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0) 100%) 0% 0% no-repeat padding-box;
}
.section-back ._contents005 ._contents005_inner .banner a .banner-text-back .banner-text {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Zen Old Mincho";
  font-weight: 400;
  font-size: clamp(2rem, 1.769rem + 1.03vw, 3rem);
}
.section-back ._contents005 ._contents005_inner .banner a .banner-text-back .banner-text::before, .section-back ._contents005 ._contents005_inner .banner a .banner-text-back .banner-text::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: white;
}
.section-back ._contents005 ._contents005_inner .banner a .banner-text-back .banner-text::before {
  top: 15px;
}
@media screen and (max-width: 768px) {
  .section-back ._contents005 ._contents005_inner .banner a .banner-text-back .banner-text::before {
    top: 2vw;
  }
}
.section-back ._contents005 ._contents005_inner .banner a .banner-text-back .banner-text::after {
  bottom: 15px;
}
@media screen and (max-width: 768px) {
  .section-back ._contents005 ._contents005_inner .banner a .banner-text-back .banner-text::after {
    bottom: 2vw;
  }
}

/*_____ section-back _____*/
._contents006 {
  background: url(../images/pv/31031373_m.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-block: 80px;
  margin-bottom: 100px;
}
@media screen and (min-width: 1600px) {
  ._contents006 {
    padding-block: 180px;
  }
}
@media screen and (max-width: 768px) {
  ._contents006 {
    padding-block: 50px;
  }
}
._contents006 .wrap_s h2 {
  font-size: clamp(1.625rem, 1.51rem + 0.51vw, 2.125rem);
  font-weight: bold;
  color: #000000;
  text-align: center;
  margin-bottom: 0;
  
}
._contents006 .wrap_s p {
  text-align: center;
  font-weight: normal;
  margin-bottom: 52px;
}
._contents006 ._contents006_inner ._box1 {
  width: 100%;
  max-width: 828px;
  margin-inline: auto;
  padding-block: 60px;
  padding-inline: 1em;
  background: rgba(255, 255, 255, 0.7019607843) 0% 0% no-repeat padding-box;
  backdrop-filter: blur(8px);
  outline: 2px solid white;
  outline-offset: -2px;
  position: relative;
}
._contents006 ._contents006_inner ._box1 .user_voice_img {
    position: absolute;
    top: -30px;
    right: -86px;
}
._contents006 ._contents006_inner ._box1 .user_voice_img img {
    width: 100%;
}
@media screen and (max-width: 1054px) {
  ._contents006 ._contents006_inner ._box1 .user_voice_img {
    right: 0px;
  }
}
@media screen and (max-width: 768px) {
  ._contents006 ._contents006_inner ._box1 .user_voice_img {
    width: 40%;
  }
}
@media screen and (max-width: 480px) {
  ._contents006 ._contents006_inner ._box1 .user_voice_img {
    top: 20px;
  }
}
._contents006 ._contents006_inner ._box1 .voice-list {
  width: 100%;
  max-width: 656px;
  margin-inline: auto;
}
._contents006 ._contents006_inner ._box1 .voice-list .voice-item {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  gap: min(32px, 4vw);
  position: relative;
}
._contents006 ._contents006_inner ._box1 .voice-list .voice-item:nth-child(2) {
  flex-direction: row-reverse;
}
._contents006 ._contents006_inner ._box1 .voice-list .voice-item:nth-child(2)::after {
  left: unset;
  right: 70px;
}
._contents006 ._contents006_inner ._box1 .voice-list .voice-item::after {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 70px;
  height: 1px;
  width: 60%;
  max-width: 400px;
  background: #666;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  ._contents006 ._contents006_inner ._box1 .voice-list .voice-item::after {
    bottom: 10px;
  }
}
._contents006 ._contents006_inner ._box1 .voice-list .voice-item img {
  border-radius: 50%;
  max-width: 140px;
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3019607843);
}
@media screen and (max-width: 768px) {
  ._contents006 ._contents006_inner ._box1 .voice-list .voice-item img {
    width: 30%;
  }
}
._contents006 ._contents006_inner ._box1 .voice-list .voice-item .voice-text {
  margin-bottom: 0;
  font-size: clamp(0.875rem, 0.788rem + 0.38vw, 1.25rem);
  font-weight: bold;
  line-height: 1.6;
}
._contents006 ._contents006_inner ._box1 .next-more1 {
  width: 100%;
  max-width: 656px;
  margin-inline: auto;
  padding: 0;
}

/*_____ _contents006 _____*/
._contents007 ._contents007_inner .wrap .wrap_s ._box1 ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 32px;
}
._contents007 ._contents007_inner .wrap .wrap_s ._box1 ul li {
  max-width: 312px;
  margin-inline: auto;
}
._contents007 ._contents007_inner .wrap .wrap_s ._box1 ul li img {
  width: 312px;
  height: 226px;
  object-fit: cover;
  margin-bottom: 20px;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  ._contents007 ._contents007_inner .wrap .wrap_s ._box1 ul li img {
    margin-bottom: 10px;
  }
}
._contents007 ._contents007_inner .wrap .wrap_s ._box1 ul li .title {
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  ._contents007 ._contents007_inner .wrap .wrap_s ._box1 ul li .title {
    margin-bottom: 5px;
  }
}
._contents007 ._contents007_inner .wrap .wrap_s ._box1 ul li p {
  font-size: 12px;
  font-weight: 400;
  line-height: unset;
}

/*_____ _contents007 _____*//*# sourceMappingURL=pv.css.map */