@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;1,300&display=swap');
.sp-header {
  display: block;
  background: #fff !important;
}

.body_wrapper {
  overflow: inherit !important;
}

body{
 opacity: 0;
 animation: fadeIN 1.5s 1s forwards;
}
 
@media (max-width: 768px){

footer
{
z-index: 999;
position: relative;
background: #fff;
margin: 0 !important;
}
}

@keyframes fadeIN {
100% {
opacity: 1;
}
}
@keyframes fadeOUT {
  100% {
    opacity: 0;
  }
}

@media (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .ta_left {
    text-align: left !important;
  }
}

.lp-main img {
  max-width: 100%;
  height: auto;
  
}
.lp-main {
  line-height: 2;
}
.mtS {
  margin-top: 20px;
}
.mtM {
  margin-top: 40px;
}
.mtL {
  margin-top: 100px;
}
@media (max-width: 768px) {
  .mtL {
    margin-top: 50px;
  }
}
.txtS {
  font-size: 90%;
}
.txt120 {
  font-size: 120%;
}
.txt_center{
  text-align: center;
}

/* .mv_inner img {
  width: 100%;
  height: auto;
  display: block;
} */

.mv{
  display: flex;
  align-items: center;
  text-align: center;
  background: #d4c8dc;
}



 .mv_dsp{
  width: 60%;
  padding: 30px;
  /* color: #fff; */
  font-family: 'Noto Sans JP';
} 

.mv_logo{
  width:80% ;
  max-width: 550px;
  margin: 0 auto 25px;
}

.mv_logo::after {
  content: "";
  display: block;
  width: 100%;           /* ロゴ画像(240px)より広い、p自体の幅いっぱい */
  height: 1px;
  background-color: currentColor;  /* 文字色を継承、必要なら固有の色に変更可 */
  margin: 25px auto 0;   /* ロゴとの間隔 */
}

.mv_logo img {
  width: 100%;
  max-width: 240px;
  height: auto;
}

.mv_lead{
  font-family: 'Cormorant Garamond', serif;
  font-weight: bold;
  font-size: 200%;
  margin: 0 0 40px 0;
  padding: 0 10px;
  display: block;
  position: relative;
}

.mv_lead img {
  display: block;
  margin: 30px auto 10px;
  width: 100%;
  max-width: 270px;
}


.mv_img{
  width: 40%;
  padding: 20px;
}


@media (max-width: 768px) {
  .mv{
   flex-direction: column-reverse;
  }
  
  .mv_dsp,.mv_img{
    width: 100%;
  }
  
  .mv_dsp{
    padding:0px 16px 50px;
  }

  .mv_logo{
    margin: 20px auto 0px;
  }

  .mv_logo::after {
    margin: 15px auto 0;
  }

  .mv_logo img {
    width: 100%;
    max-width: 140px;
    height: auto;
  }

  .mv_lead{
    font-weight: bold;
    font-size: 160%;
    margin-bottom: 20px;
  }

  .mv_lead img {
    margin: 25px auto 5px;
    max-width: 160px;
  }

}


.sec{
  max-width: 1000px;
  padding: 80px 0;
  margin: 50px auto 0;
  width: 90%;
}

.sec h2{
  text-align: center;
  font-size: 150%;
  margin: 0 0 60px;
  line-height: 1.4;
  font-family: 'Noto Sans JP';
  font-weight: 400;
}

.sec h2 > span{
  margin-bottom: 10px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 80%!important;
  display: inline-block;
  color: #d4c8dc;
  font-weight:00;
}

.sec1 h2 > span{
  color: #d4c8dc;
  font-size: 80%!important;
}

.sec3 h2 > span{
  color: #d4c8dc;
}


.sec h2 > span span{
  font-style: normal;
  margin: 0 5px;
  font-size: 80%;
}
@media (max-width: 768px) {
  .sec{
    padding: 40px 0;
  }
  .sec h2{
    font-size: 150%;
    margin-bottom: 20px;
    font-weight:400;
  }

  .sec h2 span{
    margin-right: 0;
    line-height: 1;
    font-size: 80%;
  }
}
.items{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.sec2 .items,
.sec4 .items{
  flex-direction: row-reverse;
}

.items__img{
  width: 50%;
  position: sticky;
  top: 0;
}

.items__list_wrap {
  width: calc(50% - 50px);
}

.items__list{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.items__list li{
  width: 50%;
  padding: 20px;
  font-size: 12px;
}
.items__list li p + p{
  font-size: 11px;
}
@media (max-width: 768px) {
  .items{
    display: block;
  }

  .items__img, .items__list_wrap{
    width: 100%;
  }
  
  .items__img{
    position: relative;
  }
  .items__list{
    margin: 20px 0 0;
  }
}



.sec_last .btn {
  color: #8b7a99;
  border: 3px solid #8b7a99;
  display: block;
  max-width: 340px;
  padding: 20px;
  margin: 30px auto 0;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
}

.sec_last .btn span {
  display: block;
  font-size: 11px;
}

.sec_last .btn span::after {
  content: ">>";
  margin-left: 4px; /* スペースを少し空けたい場合 */
}

.sec_last .btn {
  transition: 0.6s;
}

.sec_last .btn:hover {
  background-color: #8b7a99;
  color: #fff;
  border: 3px solid #8b7a99;
}

/* .btn_recommend {
  display: block;
  width: 100%;
  max-width: 450px;
  margin: 90px auto 0;
  padding: .9em 1.5em;
  background-color: #fff;
  color: #8b7a99;
  font-size: 15px;
  text-align: center;
} */

/*
.btn_recommend_text {
 position: relative;
  padding-right: 2.8em;
}
 */

/* .btn_recommend .arrow {
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateX(0.5em);
          transform: translateX(0.5em);
  padding-top: 18px;
}

.btn_recommend .arrow:before,
.btn_recommend .arrow:after {
  content: "";
  display: block;
  height: 0.06rem;
  position: absolute;
  background-color: currentColor;
}

.btn_recommend .arrow:before {
  width: 100%;
  bottom: 0%;
}

.btn_recommend .arrow:after {
  width: 1.2rem;
  -webkit-transform: rotate(27deg);
          transform: rotate(27deg);
  bottom: 0.3rem;
  right: -0.01rem;
}

.btn_recommend:hover .arrow {
  -webkit-transform: translateX(3rem);
          transform: translateX(3rem);
} */

/*
.btn_recommend_text::after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transform-origin: left;
  width: 2em;
  height: .5em;
  background-color: #8b7a99;
  clip-path: polygon(0 100%, 100% 100%, 70% 40%, 70% 84%, 0% 84%);
  content: '';
  transition: transform .3s;
}

.btn_recommend:hover .btn_recommend_text::after {
  transform: translateY(-50%) scaleX(1.4);
}
  */

  .btn_area {
    text-align: center;
    margin-top: 90px;   /* 親側で中央寄せを指定 */
  }
  
  .btn_recommend {
    display: inline-block;
    padding: .9em 1.5em;
    background-color: #fff;
    color: #8b7a99;
    font-size: 15px;
    text-decoration: none;
    position: relative;
    font-weight: 400;
    letter-spacing: 1.3px;
  }
  .btn_recommend_text {
    display: block;
  }
  
  .btn_recommend .arrow {
    position: absolute;    /* relativeから変更 */
  left: 50%;
  bottom: 0;          /* paddingに合わせて微調整 */
  width: calc(100% + 3em); /* 一旦100%起点で考え直す */
  transform: translateX(-50%);
  transition: all 0.3s ease-in-out;
  }
  
  .btn_recommend .arrow:before,
  .btn_recommend .arrow:after {
    content: "";
    display: block;
    height: 0.08rem;
    position: absolute;
    background-color: currentColor;
  }
  
  .btn_recommend .arrow:before {
    width: 100%;
    bottom: 0%;
  }
  
  .btn_recommend .arrow:after {
    width: 1.2rem;
    transform: rotate(27deg);
    bottom: 0.3rem;
    right: 0;
  }

  .btn_recommend:hover .arrow {
    transform: translateX(calc(-50% + 2rem));  /* 中央位置(-50%)から、さらに1rem右へ */
  }

  @media (max-width: 768px) {
    .btn_recommend {
      font-size: 14px;
    }

    .btn_recommend .arrow {
      max-width: 340px;
    }
  }