@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{
  display: flex;
  align-items: center;
  text-align: center;
  background: #655b40;
}

.mv_dsp{
  width: 60%;
  padding: 30px;
  color: #fff;
  font-family: 'Noto Sans JP';
}

.mv_logo{
  width:80% ;
  max-width: 550px;
  margin: 0 auto 20px;
}

/* 使ってない */
.mv_lead{
  font-family: 'Cormorant Garamond', serif;
  font-weight: bold;
  font-size: 150%;
  margin-bottom: 30px;
  color: #ffffff;/*文字色*/
  padding: 15px 10px;/*文字回りの余白（上下 左右）*/
  display: block;
  border-bottom: 1px solid #f4d4b9;/*下線右側（太さ 実線 色）*/
  position: relative;
}

.mv_lead::after {
  background: linear-gradient(to right, #362ae0 0%,#3b79cc 50%,#42d3ed 100%);
  content: '';
  transform: translateX(-50%);
  transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  position: absolute;
  bottom: 0;
  left: 50%;
}


.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: 0 auto 0px;
  }
  .mv_lead{
    font-weight: bold;
    font-size: 140%;
    margin-bottom: 20px;
  }

}


.sec{
  max-width: 1000px;
  padding: 80px 0;
  margin: 0 auto;;
  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: #655b40;
  font-weight:00;
}

.sec1 h2 > span{
  color: #655b40;
  font-size: 80%!important;
}

.sec3 h2 > span{
  color: #655b40;
}


.sec h2 > span span{F
  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{
  width: calc(50% - 50px);
  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{
    width: 100%;
  }
  .items__img{
    position: relative;
  }
  .items__list{
    margin: 20px 0 0;
  }
}



.sec_last .btn {
  color: #655b40;
  border: 3px solid #655b40;
  border-radius: 6px;
  display: block;
  max-width: 340px;
  padding: 20px;
  margin: 30px auto 0;
  text-align: center;
}

.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: #655b40;
  color: #fff;
  border: 3px solid #655b40;
}


