@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https: //fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");

/*----------------------------------------
共通
----------------------------------------*/

html {
  scroll-behavior: smooth;
}
body {
  overflow-x: clip;
}

.lp_container {
  margin: 0 auto;
  
}
@media screen and (max-width: 992px) {
.lp_container {
    overflow-x: clip;

  }
}

.lp_container * {
  font-family: "Archivo", "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #000000;
  /*font-feature-settings: "palt";*/
  /*font-weight: 500;*/
  /*font-size: 18px;*/
}
.lp_container a:hover {
  text-decoration: none;
}
.lp_container p {
  margin: 0;
}

.lp_container .eng {
  font-family: "Archivo", sans-serif;
  font-weight: 500;
}

.lp_container .jp {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
/* 
@media screen and (max-width: 992px) {
  .lp_container .js-scroll-overlap:not(.is-disabled) {
    --sticky-offset: -1px;
    position: sticky;
    top: var(--sticky-offset);
  }

} */

.lp_container .img_box img {
  width: 100%;
}




/*----------------------------------------
レスポンシブ
----------------------------------------*/
.lp_container .sp {
  display: none;
}

@media screen and (max-width: 992px) {
  .lp_container .pc {
    display: none;
  }

  .lp_container .sp {
    display: block;
  }
}

/*----------------------------------------
mv
----------------------------------------*/
.lp_container .mv {
  display: flex;
  width: 100%;
  
}

.lp_container .mv .img_box {
  width: 58%;
}

.lp_container .mv .img_box img {
  width: 100%;
}

@media screen and (max-width: 992px) {
  .lp_container .mv {
    display: block;
      position: relative;
      transition: all .4s;
      height: calc(200vw * (643 / 405));
    }
        .lp_container .mv.mv_gray {
          filter: grayscale(1) brightness(.7);
        }
  .lp_container .mv .img_box {
    width: 100%;
  }
}

@media screen and (max-width: 992px) {
  .lp_container .mv_img_box {
      transition: all .4s;
      position: sticky;
      top: 103px;
      left: 0;
    }
        .lp_container .mv_img_box.mv_gray {
          filter: grayscale(1) brightness(.7);
        }
  .lp_container .mv .img_box {
    width: 100%;
    height: calc(100vw * (643 / 405));
  }
}


/*----------------------------------------
mv_text
----------------------------------------*/

.lp_container .mv .mv_text_box_wrapper {
  
  width: 42%;
}

.lp_container .mv .mv_text_box {
  margin: 40.6vh 40px 0 13.4%;
  text-align: left;
}

.lp_container .mv .mv_text_box .name {
  margin: 0 0 23px 5px;
  color: #7b7678;
  font-size: 25px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 6px;
}

.lp_container .mv .mv_text_box h1 {
  margin: 0 0 47px 0;
  font-size: 46px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1rem;
}

.lp_container .mv .mv_text_box .mv_text {
  margin: 0 0 0 8px;
  width: 82%;
  font-size: 19px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.03rem;
}
@media screen and (max-width: 1600px) {
  .lp_container .mv .mv_text_box_wrapper {
  
      display: flex;
        align-items: center;
    }
  .lp_container .mv .mv_text_box {
      margin: 0 20px 0 8%;
    }
  
    .lp_container .mv .mv_text_box .name {
      font-size: 22px;
    }
  
    .lp_container .mv .mv_text_box h1 {
      font-size: 41px;
    }
  
    .lp_container .mv .mv_text_box .mv_text {
      font-size: 17px;
    }
}
@media screen and (max-width: 1300px) {
  .lp_container .mv .mv_text_box {
    margin: 0 0 0 6%;
  }

  .lp_container .mv .mv_text_box .name {
    font-size: 17px;
  }

  .lp_container .mv .mv_text_box h1 {
    font-size: 32px;
  }

  .lp_container .mv .mv_text_box .mv_text {
    font-size: 13px;
  }
}
@media screen and (max-width: 992px) {
  .lp_container .mv .mv_text_box_wrapper {
    display: block;
    margin: 25vh 0 0;
    position: relative;

    z-index: 1;
      width: 100%;
    }
  .lp_container .mv .mv_text_box {
      margin: 0;
      text-align: center;
    }
  .lp_container .mv .mv_text_box .name {
      margin: 0 0 11px 0;
      color: #fff;
      font-size: 15px;
      letter-spacing: 4px;
      text-align: center;
    }
  
    .lp_container .mv .mv_text_box h1 {
      margin: 0 0 27px 0;
      color: #fff;
      font-size: 25px;
      line-height: 1.5;
      letter-spacing: 0.1rem;
      text-align: center;
    }
  
    .lp_container .mv .mv_text_box .mv_text {
      margin: 0 auto 8px;
      color: #fff;
      width: 80%;
      font-size: 13px;
      font-weight: 500;
      line-height: 2;
      letter-spacing: 0.03rem;
      text-align: center;
    }
}

/*----------------------------------------
content_wrap
----------------------------------------*/


.lp_container .content_wrap {
  width: 100%;
  background-color: #fff;
}

.lp_container .content_wrap .content_inner {
  margin: 0 auto;
  padding: 100px 0 0;
  width: 85%;
  max-width: 1480px;
  
}

@media screen and (max-width: 992px) {
  .lp_container .content_wrap .content_inner {
    width: 100%;
  }

  .lp_container .content_wrap .content_inner {
    padding: 50px 0 0;
  }
}

/*----------------------------------------
nav_slide
----------------------------------------*/


.lp_container .content_wrap .nav_slide {
  margin: 0 0 30px;
  padding-top: 116px;
  overflow: hidden;
}

.lp_container .content_wrap .nav_slide .nav_list {
  display: flex;
  justify-content: center;
  column-gap: 55px;
  row-gap: 30px;
  flex-wrap: wrap;
}

.lp_container .content_wrap .nav_slide .nav_list li {
  display: flex;
  column-gap: 10px;
  font-size: 15px;
}

.lp_container .content_wrap .nav_slide .nav_list li p {
  color: #7b7678;
  line-height: 20px;
}

.lp_container .content_wrap .nav_slide .nav_list li a {
  transition: all .3s;
  border-bottom: 1px #000 solid;
}

.lp_container .content_wrap .nav_slide .nav_list li a:hover {
  opacity: .6;
}

@media screen and (max-width: 768px) {
  .lp_container .content_wrap .nav_slide {
    width: 100%;
    margin: 0 0 50px;
    padding-top: 100px;
  }

  .lp_container .content_wrap .nav_slide .splide__track {
    margin: 0 auto 0 20px;
    width: 65%;
    overflow: visible;
  }

  .lp_container .content_wrap .nav_slide .nav_list {
    justify-content: unset;
    flex-wrap: nowrap;
    column-gap: 0px;

  }

  .lp_container .content_wrap .nav_slide .nav_list li {
    padding: 20px 0;
    font-size: 14px;
  }
    .lp_container .content_wrap .nav_slide .nav_list li p {
      line-height: 20px;
    }
}

/*----------------------------------------
section
----------------------------------------*/

.lp_container .content_wrap .section {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.lp_container .content_wrap .section.row_reverse {
  flex-direction: row-reverse;
}

@media screen and (max-width: 992px) {
  .lp_container .content_wrap .section {
    flex-direction: column;
  }

  .lp_container .content_wrap .section.row_reverse {
    flex-direction: column;
  }

  .lp_container .content_wrap .section.column_reverse {
    flex-direction: column-reverse;
  }
}

.lp_container #content_02 .section.text_section {
  margin: 0 0 100px;
}

/* right_box */

.lp_container .content_wrap .section .main_box {
  width: 59%;
  text-align: right;
}

@media screen and (max-width: 992px) {
  .lp_container .content_wrap .section .main_box {
    width: 100%;
  }

  .lp_container .content_wrap .section.text_section .main_box {
    margin: 0 auto;
    width: 90%;
  }
}




.lp_container .content_wrap .section .main_box .credit_img_box {
  position: relative;
}

.lp_container .content_wrap .section .main_box .credit_img_box .gray_img {}

.lp_container .content_wrap .section .main_box .credit_img_box .gray_img.show_credit {
  filter: grayscale(1) brightness(.7);
}

.lp_container .content_wrap .section .main_box .credit_img_box .credit_box {
  pointer-events: none;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #00000044;
  transition: all .3s;
}

.lp_container .content_wrap .section .main_box .credit_img_box .credit_box.show_credit {
  pointer-events: all;
  opacity: 1;

}

.lp_container .content_wrap .section .main_box .credit_img_box .credit {
  display: block;
  text-align: left;
}

.lp_container .content_wrap .section .main_box .credit_img_box .credit li {
  display: inline-block;
  text-align: left;
  margin-top: 75px;

}

.lp_container .content_wrap .section .main_box .credit_img_box .credit li:first-of-type {
  margin-top: 0;
}


.lp_container .content_wrap .section .main_box .credit_img_box .credit li * {
  color: #fff;
}

.lp_container .content_wrap .section .main_box .credit_img_box .credit li .item_name {
  margin: 0 0 6px 0;
  font-size: 22px;
  line-height: 1.5;
}

.lp_container .content_wrap .section .main_box .credit_img_box .credit li .item_number {
  margin: 0 0 20px 0;
  font-size: 14px;
  font-weight: 200;
  font-style: italic;
  line-height: 1;
}

.lp_container .content_wrap .section .main_box .credit_img_box .credit li .item_price {
  font-size: 19px;
  font-weight: 400;
  line-height: 1;
  border-bottom: 1px #fff solid;
  transition: all .3s;
}

.lp_container .content_wrap .section .main_box .credit_img_box .credit li .item_price:hover {
  opacity: .6;
}

.lp_container .content_wrap .section .main_box .credit_img_box .credit li .item_price .tax_in {
  font-size: 14px;
  line-height: 1;
}

@media screen and (max-width: 992px) {
  .lp_container .content_wrap .section .main_box {
    margin-bottom: 78px;
  }

  .lp_container .content_wrap .section .main_box .credit_img_box .credit li {
    margin-top: 40px;

  }

  .lp_container .content_wrap .section .main_box .credit_img_box .credit li .item_name {
    margin: 0 0 6px 0;
    font-size: 14px;
    line-height: 1.5;
  }

  .lp_container .content_wrap .section .main_box .credit_img_box .credit li .item_number {
    margin: 0 0 20px 0;
    font-size: 10px;
  }

  .lp_container .content_wrap .section .main_box .credit_img_box .credit li .item_price {
    font-size: 12px;
  }

  .lp_container .content_wrap .section .main_box .credit_img_box .credit li .item_price .tax_in {
    font-size: 10px;
  }
}

/* show_credit_btn */

.lp_container .content_wrap .section .show_credit_btn {
  position: relative;
  display: block;
  margin: 10px 0 0 auto;
  font-size: 20px;
  line-height: 1;
  color: #7b7678;
}

@media screen and (max-width: 992px) {
  .lp_container .content_wrap .section .show_credit_btn.pc {
    display: none;
  }
}


.lp_container .content_wrap .section .show_credit_btn:before,
.lp_container .content_wrap .section .show_credit_btn:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translate(-100%, -50%);
  display: block;
  width: 18px;
  height: 2px;
  background-color: #7b7678;
  transition: all .3s;
}

.lp_container .content_wrap .section .show_credit_btn:after {
  transform: translate(-100%, -50%) rotate(90deg)
}

.lp_container .content_wrap .section .show_credit_btn.show_credit:after {
  transform: translate(-100%, -50%) rotate(0deg)
}

@media screen and (max-width: 992px) {
  .lp_container .content_wrap .section .show_credit_btn {
    margin: 10px 10px 0 auto;
    font-size: 16px;
  }

  .lp_container .content_wrap .section .show_credit_btn:before,
  .lp_container .content_wrap .section .show_credit_btn:after {
    width: 11px;
    height: 1px;
  }
}


/*----------------------------------------
img_section sub_box
----------------------------------------*/

.lp_container .content_wrap .section.img_section {
  margin: 0 0 105px 0;
}

.lp_container .content_wrap .section.img_section .sub_box {
  display: flex;
  align-items: center;
  width: 41%;
}

.lp_container .content_wrap .section.img_section .sub_box .detail_box {
  margin: 0 auto;
  width: 66%;
  text-align: left;
}

.lp_container .content_wrap .section.img_section .sub_box .detail_box {
  margin: 0 auto;
  width: 66%;
  text-align: left;
}

.lp_container .content_wrap .section.img_section .sub_box .detail_box .img_box {
  margin: 0 0 32px 0;
}

.lp_container .content_wrap .section.img_section .sub_box .detail_box h2 {
  font-size: 20px;
  margin: 0 0 30px 0;
}

.lp_container .content_wrap .section.img_section .sub_box .detail_box .detail_btn {
  display: block;
  text-align: center;
  width: 145px;
  height: 45px;
  line-height: 45px;
  color: #fff;
  font-size: 12px;
  background-color: #000;
  transition: all .3s;
}

.lp_container .content_wrap .section.img_section .sub_box .detail_box .detail_btn:hover {
  opacity: .6;
}

@media screen and (max-width: 992px) {
  .lp_container .content_wrap .section.img_section {
    margin: 0 0 116px 0;
  }

  .lp_container .content_wrap .section.img_section .sub_box {
    width: 100%;
  }

  .lp_container .content_wrap .section.img_section .sub_box .detail_box {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .lp_container .content_wrap .section.img_section .sub_box .detail_box h2 {
    font-size: 19px;
    margin-bottom: 25px;
  }
}

/*----------------------------------------
text_section sub_box
----------------------------------------*/
.lp_container .content_wrap .section.text_section {
  margin: 0 0 160px;
}


.lp_container .content_wrap .section.text_section .sub_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 34%;
}

.lp_container .content_wrap .section.text_section .sub_box .main_text {
  margin: 0 0 70px 0;
  position: relative;
  display: inline-block;
  text-align: center;
  transform: skewX(-10deg);
  font-size: 32px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 1600px) {
  .lp_container .content_wrap .section.text_section .sub_box .main_text {
      font-size: 26px;
    }
}
@media screen and (max-width: 1400px) {
  .lp_container .content_wrap .section.text_section .sub_box .main_text {
    font-size: 22px;
  }
}
@media screen and (max-width: 1200px) {
  .lp_container .content_wrap .section.text_section .sub_box .main_text {
    font-size: 18px;
  }
}

.lp_container .content_wrap .section.text_section .sub_box .main_text:before,
.lp_container .content_wrap .section.text_section .sub_box .main_text:after {
  content: "";
  display: block;
  position: absolute;
  width: 47px;
  height: 31px;
  background-size: contain;
}

.lp_container .content_wrap .section.text_section .sub_box .main_text:before {
  background-image: url(//ds-assets.store-image.jp/repetto/2025/haruka-igawa-in-timeless-elegance/images/text_left.png);
  transform: translate(-100%, -100%);
  top: -14px;
  left: 0px;
}

.lp_container .content_wrap .section.text_section .sub_box .main_text:after {
  background-image: url(//ds-assets.store-image.jp/repetto/2025/haruka-igawa-in-timeless-elegance/images/text_right.png);
  transform: translate(100%, 100%);
  bottom: -14px;
  right: 0px;
}

.lp_container .content_wrap .section.text_section .sub_box .sub_text {
  position: relative;
  margin: 0 auto;
  width: 80%;
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  color: #7b7678;
  line-height: 2;
}

@media screen and (max-width: 992px) {
  .lp_container .content_wrap .section.text_section {
    margin: 0 0 70px;
  }

  .lp_container .content_wrap .section.text_section .sub_box {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }




  .lp_container .content_wrap .section.text_section .sub_box .main_text {
    margin-bottom: 30px;
    font-size: 22px;
    line-height: 1.6;
  }

  .lp_container .content_wrap .section.text_section .sub_box .main_text:before,
  .lp_container .content_wrap .section.text_section .sub_box .main_text:after {
    width: 23px;
    height: 15px;
  }

  .lp_container .content_wrap .section.text_section .sub_box .main_text:before {
    top: -12px;
    left: -15px;
  }

  .lp_container .content_wrap .section.text_section .sub_box .main_text:after {
    bottom: 0px;
    right: -15px;
  }

  .lp_container .content_wrap .section.text_section .sub_box .sub_text {
    width: 80%;
    font-size: 12px;
  }
}

/*----------------------------------------
show_detail_btn
----------------------------------------*/


.lp_container .content_wrap .section .show_detail_btn_wrapper {
  cursor: default;
  opacity: 1;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  background-color: #fff;
}

.lp_container .content_wrap .section.text_section .sub_box .sub_text.show_detail .show_detail_btn_wrapper {
  pointer-events: none;
  opacity: 0;
}

@media screen and (max-width: 992px) {
  .lp_container .content_wrap .section.text_section .sub_box .sub_text {
    margin-bottom: 60px;
  }

  .lp_container .content_wrap .section.text_section .sub_box .sub_text.show_detail {
    margin-bottom: 70px;
  }

  .lp_container .content_wrap .section.text_section .sub_box .show_detail_btn_wrapper {
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 650px) {
  .lp_container .content_wrap .section.text_section .sub_box .sub_text {
    margin-bottom: 45px;
  }

  .lp_container .content_wrap .section.text_section .sub_box .show_detail_btn_wrapper {
    padding-bottom: 25px;
  }
}

@media screen and (max-width: 550px) {
  .lp_container .content_wrap .section.text_section .sub_box .sub_text {
    margin-bottom: 30px;
  }

  .lp_container .content_wrap .section.text_section .sub_box .show_detail_btn_wrapper {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 450px) {
  .lp_container .content_wrap .section.text_section .sub_box .sub_text {
    margin-bottom: 15px;
  }

  .lp_container .content_wrap .section.text_section .sub_box .show_detail_btn_wrapper {
    padding-bottom: 55px;
  }
}

@media screen and (max-width: 350px) {
  .lp_container .content_wrap .section.text_section .sub_box .sub_text {
    margin-bottom: 0px;
  }

  .lp_container .content_wrap .section.text_section .sub_box .show_detail_btn_wrapper {
    padding-bottom: 70px;
  }
}

.lp_container .content_wrap .section.text_section .sub_box .show_detail_btn_wrapper:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  transform: translate(0, -100%);
  width: 100%;
  height: 90px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff 95%);
}

.lp_container .content_wrap .section.text_section .sub_box .show_detail_btn_wrapper .show_detail_btn {
  cursor: pointer;
  display: inline-block;
  position: relative;
  color: #7b7678;
  font-size: 12px;
}

.lp_container .content_wrap .section.text_section .sub_box .show_detail_btn_wrapper .show_detail_btn:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translate(-50%, -75%) rotate(45deg);
  border-right: 1px #7b7678 solid;
  border-bottom: 1px #7b7678 solid;
  width: 7px;
  height: 7px;
}

/*----------------------------------------
item_slider
----------------------------------------*/

.lp_container .content_wrap .item_slider {
  margin: 0 auto 180px;
  width: 100%;
}

.lp_container .content_wrap .item_slider .splide__pagination li button {
  background-color: #d7d6d6;
}

.lp_container .content_wrap .item_slider .splide__pagination li button.is-active {
  background-color: #7b7678;
  transform: scale(1);
}

.lp_container .content_wrap .item_slider .splide__track {
  text-align: center;
}



.lp_container .content_wrap .item_slider .item_list {
  display: flex;
  justify-content: center;
  column-gap: 20px;
  width: 100%;
}

.lp_container .content_wrap .item_slider .item_list li {
  width: calc((100% - 40px) / 3);
  max-width: 285px;
}

.lp_container .content_wrap .item_slider .item_list li a {
  text-align: left;
  transition: all .3s;
}

.lp_container .content_wrap .item_slider .item_list li a:hover {
  opacity: .6;
}

.lp_container .content_wrap .item_slider .item_list li a .img_box {
  margin: 0 0 20px;
}

.lp_container .content_wrap .item_slider .item_list li a .item_name {
  margin: 0 auto 10px;
  width: 95%;
  font-size: 15px;
  line-height: 1.2;
}

.lp_container .content_wrap .item_slider .item_list li a .item_price {
  margin: 0 auto;
  width: 95%;
  font-size: 15px;
}

.lp_container .content_wrap .item_slider .item_list li a .item_price .tax_in {
  font-size: 14px;
}

@media screen and (max-width: 992px) {
  .lp_container .content_wrap .item_slider {
    margin: 0 auto 60px;
    width: 90%;
  }

  .lp_container .content_wrap .item_slider .splide__track {
    padding: 0 0 47px;
  }

  .lp_container .content_wrap .item_slider .splide__pagination li {
    margin: 3px 2px;
  }

  .lp_container .content_wrap .item_slider .item_list {
    justify-content: unset;
    column-gap: 0px;
  }

  .lp_container .content_wrap .item_slider .item_list li {
    width: unset;
    max-width: unset;
  }

  .lp_container .content_wrap .item_slider .item_list li a .img_box {
    margin: 0 0 10px;
  }

  .lp_container .content_wrap .item_slider .item_list li a .item_name {
    width: 90%;
    font-size: 11px;
  }

  .lp_container .content_wrap .item_slider .item_list li a .item_price {
    width: 90%;
    font-size: 10px;
  }

  .lp_container .content_wrap .item_slider .item_list li a .item_price .tax_in {
    font-size: 9px;
  }

}

/*----------------------------------------
bottom_text_box
----------------------------------------*/

.lp_container .content_wrap .bottom_text_box {
  margin: 0 0 230px;
}

.lp_container .content_wrap .bottom_text_box .main_text {
  margin: 0 0 70px 0;
  position: relative;
  display: inline-block;
  text-align: center;
  transform: skewX(-10deg);
  font-size: 32px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.03em;
}

.lp_container .content_wrap .bottom_text_box .main_text:before,
.lp_container .content_wrap .bottom_text_box .main_text:after {
  content: "";
  display: block;
  position: absolute;
  width: 47px;
  height: 31px;
  background-size: contain;
}

.lp_container .content_wrap .bottom_text_box .main_text:before {
  background-image: url(//ds-assets.store-image.jp/repetto/2025/haruka-igawa-in-timeless-elegance/images/text_left.png);
  transform: translate(-100%, -100%);
  top: -14px;
  left: 0px;
}

.lp_container .content_wrap .bottom_text_box .main_text:after {
  background-image: url(//ds-assets.store-image.jp/repetto/2025/haruka-igawa-in-timeless-elegance/images/text_right.png);
  transform: translate(100%, 100%);
  bottom: -14px;
  right: 0px;
}

.lp_container .content_wrap .bottom_text_box .sub_text {
  position: relative;
  margin: 0 auto 172px;
  width: 90%;
  max-width: 723px;
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  color: #7b7678;
  line-height: 1.8;
}

.lp_container .content_wrap .bottom_text_box .detail_text {
  margin-bottom: 35px;
  font-size: 23px;
  letter-spacing: 0.05em;
}

.lp_container .content_wrap .bottom_text_box .detail_btn {
  display: block;
  text-align: center;
  margin: 0 auto;
  width: 145px;
  height: 45px;
  line-height: 45px;
  color: #fff;
  font-size: 12px;
  background-color: #000;
  transition: all .3s;
}

.lp_container .content_wrap .bottom_text_box .detail_btn:hover {
  opacity: .6;
}

@media screen and (max-width: 992px) {
  .lp_container .content_wrap .bottom_text_box {
    margin: 0 0 125px;
  }

  .lp_container .content_wrap .bottom_text_box .main_text {
    margin-bottom: 40px;
    font-size: 24px;
    line-height: 1.6;
  }

  .lp_container .content_wrap .bottom_text_box .main_text:before,
  .lp_container .content_wrap .bottom_text_box .main_text:after {
    width: 23px;
    height: 15px;
  }

  .lp_container .content_wrap .bottom_text_box .main_text:before {
    top: -12px;
    left: -30px;
  }

  .lp_container .content_wrap .bottom_text_box .main_text:after {
    bottom: 0px;
    right: -30px;
  }

  .lp_container .content_wrap .bottom_text_box .sub_text {
    margin-bottom: 90px;
    width: 80%;
    font-size: 13px;
  }


  .lp_container .content_wrap .bottom_text_box .detail_text {
    margin-bottom: 30px;
    font-size: 17px;
    line-height: 1.6;
  }
}

/*----------------------------------------
profile_box
----------------------------------------*/

.lp_container .content_wrap .profile_box {
  position: relative;
  width: 100%;
  padding-bottom: 30px;
}

.lp_container .content_wrap .profile_box .text_box {
  position: absolute;
  right: calc(50% + 60px);
  bottom: 135px;
  text-align: left;

  max-width: 480px;
}

.lp_container .content_wrap .profile_box .text_box .name {
  margin: 0 0 36px 0;
  font-size: 22px;
  font-weight: 600;
}

.lp_container .content_wrap .profile_box .text_box .text {
  font-size: 14px;
  line-height: 2;
}

@media screen and (max-width: 1200px) {
  .lp_container .content_wrap .profile_box .text_box {
    right: 50%;
    bottom: 50px;
    margin: 0 0 0 20px;
  }
}

@media screen and (max-width: 992px) {
  .lp_container .content_wrap .profile_box .text_box {
    position: relative;
    right: unset;
    bottom: unset;
    margin: 0 auto;
    width: 80%;
    transform: translate(0, -60%);
  }

  .lp_container .content_wrap .profile_box .text_box .name {
    font-size: 17px;
  }

  .lp_container .content_wrap .profile_box .text_box .text {
    font-size: 12px;
  }
}

/*----------------------------------------
#content_02
----------------------------------------*/
.lp_container .content_wrap #content_02 .item_slider {
  margin: 0 auto 150px;
}

.lp_container .content_wrap #content_02 .section.img_section .sub_box {
  display: block;
}

.lp_container .content_wrap #content_02 .section.img_section .sub_box .detail_box {
  margin: 16vw auto 0;
}

.lp_container .content_wrap #content_02 .section.img_section .sub_box .detail_box .detail_btn {
  margin: 0 0 60px;
}

@media screen and (max-width: 992px) {
  .lp_container .content_wrap #content_02 .section.text_section .main_box {
    width: 100%;
    margin-bottom: 103px;
  }

  .lp_container .content_wrap #content_02 .section.img_section {
    margin: 0 0 30px;
  }

  .lp_container .content_wrap #content_02 .section.img_section .main_box {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 30px;
  }

  .lp_container .content_wrap #content_02 .section.img_section .sub_box {
    margin: 0 0 50px;
  }

  .lp_container .content_wrap #content_02 .section.img_section .sub_box .detail_box .detail_btn {
    margin: 0 0 110px;
  }

  .lp_container .content_wrap #content_02 .section.img_section .sub_box .img_box {
    width: 68%;
    margin: 0 40px 0 auto;
  }

  .lp_container .content_wrap #content_02 .item_slider {
    margin: 0 auto 30px;
  }
}

/*----------------------------------------
#content_03
----------------------------------------*/
.lp_container .content_wrap #content_03 .text_section {
  margin: 0 0 100px;
}

.lp_container .content_wrap #content_03 .item_slider {
  margin: 0 0 256px;
}

@media screen and (max-width: 992px) {
  .lp_container .content_wrap #content_03 .text_section {
    margin: 0 auto 0;
  }

  .lp_container .content_wrap #content_03 .text_section .main_box {
    width: 100%;
    margin: 0 auto 100px;
  }

  .lp_container .content_wrap #content_03 .img_section .main_box {
    width: 90%;
    margin: 0 auto 100px;
  }

  .lp_container .content_wrap #content_03 .item_slider {
    margin: 0 auto 144px;
  }
}