@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;
}

.lp_container {
  margin: 0 auto;
}

.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;
}

.lp_container img {
  width: 100%;
}

/* 
@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 .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;
  margin: 0 auto 191px;
  width: 100%;
}

.lp_container .mv .mv_img_box {
  text-align: right;
  width: 54%;
}

.lp_container .mv .img_box {
  margin: 0 0 0 auto;
  width: 100%;
  max-width: 850px;
}

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


@media screen and (max-width: 992px) {
  .lp_container .mv {
    flex-direction: column-reverse;
    width: 100%;
    margin: 48px auto 135px;
  }

  .lp_container .mv .mv_img_box {
    width: 100%;
  }

  .lp_container .mv .img_box {
    width: 100%;
    margin: 0 0 42px 0;
  }
}


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

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

.lp_container .mv .mv_text_box_wrapper .mv_text_box {
  margin: 35vh 9% 0;
  text-align: left;
}



.lp_container .mv .mv_text_box h1 {
  margin: 0 0 32px 0;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.1rem;
}

.lp_container .mv .mv_text_box .date {
  margin: 0 0 30px 5px;
  font-size: 21px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
}

.lp_container .mv .mv_text {
  margin: 0 0 0 8px;
  width: 82%;
  font-size: 14px;
  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;
    justify-content: center;
  }

  .lp_container .mv .mv_text_box_wrapper .mv_text_box {
    margin-top: 0;
  }
}

@media screen and (max-width: 992px) {

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

  .lp_container .mv .mv_text_box_wrapper .mv_text_box {
    margin: 0;
    text-align: center;
  }

  .lp_container .mv .mv_text_box .date {
    margin: 0 0 25px 0;
    font-size: 15px;
    letter-spacing: 0px;
    text-align: center;
  }

  .lp_container .mv .mv_text_box h1 {
    width: 100%;
    margin: 0 0 14px 0;
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: 0.1rem;
    text-align: center;
  }

  .lp_container .mv .mv_text {
    margin: 0 auto 0px;
    width: 80%;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: 0.03rem;
    text-align: left;
  }
}

/*----------------------------------------
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: 95%;
  max-width: 1300px;

}

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

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

/*----------------------------------------
lead_text_box
----------------------------------------*/

.lp_container .content_wrap .lead_text_box {
  margin: 0 0 97px;
}

.lp_container .content_wrap .lead_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 .lead_text_box .main_text:before,
.lp_container .content_wrap .lead_text_box .main_text:after {
  content: "";
  display: block;
  position: absolute;
  width: 47px;
  height: 31px;
  background-size: contain;
}

.lp_container .content_wrap .lead_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: 6px;
  left: -70px;
}

.lp_container .content_wrap .lead_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: 6px;
  right: -70px;
}

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

.lp_container .content_wrap .lead_text_box .sub_text .detail_text {
  font-size: 14px;
  font-weight: 400;
  color: #7b7678;
  line-height: 1.8;

}

.lp_container .content_wrap .lead_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 .lead_text_box .detail_btn:hover {
  opacity: .6;
}

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

  .lp_container .content_wrap .lead_text_box .main_text {
    margin-bottom: 34px;
    font-size: 22px;
    line-height: 1.5;
  }

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

  .lp_container .content_wrap .lead_text_box .main_text:before {
    top: 4px;
    left: -50px;
  }

  .lp_container .content_wrap .lead_text_box .main_text:after {
    bottom: 0px;
    right: -50px;
  }

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

  .lp_container .content_wrap .lead_text_box .sub_text .detail_text {
    display: none;
    font-size: 12px;

  }

  .lp_container .content_wrap .lead_text_box .sub_text.show_detail .detail_text {
    display: inline;

  }
}

/*----------------------------------------
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;
  }
}


/* main_box */

.lp_container .content_wrap .section .main_box {
  width: 60%;
  max-width: 690px;
  text-align: right;
}



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

  .lp_container .content_wrap .section .main_box_01 {
    width: 100%;
  }

}




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

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

.lp_container .content_wrap .section.img_section .sub_box {
  display: flex;
  align-items: center;
  margin: 0 27px;
}

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



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

.lp_container .content_wrap .section.img_section .sub_box .detail_box .item_name {
  font-size: 14px;
  line-height: 1.3;
  margin: 0 0 7px 16px;
}

.lp_container .content_wrap .section.img_section .sub_box .detail_box .item_price {
  font-size: 12px;
  margin: 0 0 35px 16px;
}

.lp_container .content_wrap .section.img_section .sub_box .detail_box .item_price .tax_in {
  font-size: 11px;
}

.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;
  margin: 0 0 0 16px;
}

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

.lp_container .content_wrap .section.img_section .sub_box:has(.text_box) {
  width: 34%;
}

.lp_container .content_wrap .section.img_section .sub_box .text_box {
  text-align: left;
}

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

.lp_container .content_wrap .section.img_section .sub_box .explanation_text {
  color: #7b7678;
  font-size: 14px;
  line-height: 1.8;
}

.lp_container .content_wrap .section.img_section .sub_box .detail_box .img_box {
  position: relative;
}

.lp_container .content_wrap .section.img_section .sub_box .detail_box .img_box img {
  transition: all .5s;
}

.lp_container .content_wrap .section.img_section .sub_box .detail_box .img_box .img_02 {
  position: absolute;
  left: 0;
  opacity: 0;
}

.lp_container .content_wrap .section.img_section .sub_box .detail_box .img_box:hover .img_02 {
  opacity: 1;
}

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

  .lp_container .content_wrap .section.img_section .sub_box {
    margin: 0 auto;
    width: 44%;
  }

  .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 .img_box {
    margin: 0 0 10px 0;
  }

  .lp_container .content_wrap .section.img_section .sub_box .detail_box .item_name {
    width: 100%;
    font-size: 11px;
    line-height: 1.3;
    margin: 0 0 10px 0;
  }

  .lp_container .content_wrap .section.img_section .sub_box .detail_box .item_price {
    width: 100%;
    font-size: 10px;
    margin: 0 0 27px 0;
  }

  .lp_container .content_wrap .section.img_section .sub_box .detail_box .item_price .tax_in {
    font-size: 9px;
  }

  .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;
    margin: 0 0 0 0;
  }

  .lp_container .content_wrap .section.img_section .sub_box:has(.text_box) {
    width: 100%;
  }

  .lp_container .content_wrap .section.img_section .sub_box .text_box {
    text-align: center;
  }

  .lp_container .content_wrap .section.img_section .sub_box .explanation_head {
    font-size: 19px;
    margin: 0 0 15px 0px;
    line-height: 1.7;
  }

  .lp_container .content_wrap .section.img_section .sub_box .explanation_text {
    text-align: left;
    margin: 0 auto;
    width: 80%;
    color: #7b7678;
    font-size: 12px;
    line-height: 1.8;
  }
}


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


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

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

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

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

}

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

}

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

}

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

}

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

}

.lp_container .content_wrap .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 .show_detail_btn_wrapper .show_detail_btn {
  cursor: pointer;
  display: inline-block;
  position: relative;
  color: #7b7678;
  font-size: 12px;
}

.lp_container .content_wrap .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;
}


.lp_container .collection {
  max-width: 1440px;
  width: calc(100% - 180px);
  margin: 223px auto 0;
  padding-bottom: 50px;
}

.lp_container .collection .collection_head {
  font-weight: bold;
  font-size: 34px;
  text-align: center;
  margin: 0 0 25px;
}

.lp_container .collection .collection_list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 26px;
  row-gap: 10px;
}

.lp_container .collection .collection_list .collection_item {
  width: calc((100% - 52px) / 3);
}

.lp_container .collection .collection_list .collection_item a {}

.lp_container .collection .collection_list .collection_item a .img_box {
  margin-bottom: 19px;
}

.lp_container .collection .collection_list .collection_item a p {
  font-size: 15px;
  padding: 0 0 6px;
  position: relative;
  display: inline-flex;
  line-height: calc(17.25 / 15);
  border-bottom: #747474 1px solid;
  font-weight: 400;
}

@media screen and (max-width: 992px) {
  .lp_container .collection {
    margin: 0 auto 0;
    width: calc(100% - 72px);

  }

  .lp_container .collection .collection_head {

    font-size: 26px;
  }

  .lp_container .collection .collection_list {
    column-gap: 10px;
    row-gap: 20px;
  }
    .lp_container .collection .collection_list .collection_item {
      width: calc((100% - 10px) / 2);
    }
        .lp_container .collection .collection_list .collection_item a .img_box {
          margin-bottom: 8px;
        }

}