@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;1,300&display=swap');


.body_wrapper {
  overflow: inherit !important;
}


.sp-header {
  display: block;
  background: #fff !important;
}



/* テスト */


/* body{
  overflow-y: auto !important;
  height: inherit !important;
}

body {
  height: 100vh;
  overflow-y: hidden;
}


.loading{
  display: none !important;
} */

/* .pagetop{
  display: none !important;
} */
 
@media (max-width: 1340px){

footer
{
z-index: 999;
position: relative;
background: #fff;
margin: 0 !important;
}
}

@keyframes fadeIN {
100% {
opacity: 1;
}
}
@keyframes fadeOUT {
  100% {
    opacity: 0;
  }
}

  .ta_left {
    text-align: center !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: 1340px) {
  .mtL {
    margin-top: 50px;
  }
}
.txtS {.
  font-size: 90%;
}
.txt120 {
  font-size: 120%;
}
.txt_center{
  text-align: center;
}


@media screen and (min-width: 640px){	
  /* PC時 */
  .pc {
  display:inline;
  }
  .sp {
  display:none;
  }
  }
  
  
  @media screen and (max-width: 640px){
  /* SP時 */
  .pc {
  display:none;
  }
  .sp {
  display:inline;
  }
  }


.mv{
  display: flex;
  align-items: center;
  text-align: center;
  /* background: #9a8787; */
  background: #f4e5ec;
  opacity: 0;
 animation: fadeIN 1.5s 1s forwards;

  
}

.mv_dsp{
  width: 100%;
  padding: 0px;
  color: #000;
  font-family: 'Noto Sans JP';
}

.mv_logo{
  width: 70%;
  padding: 20px;
  max-width: 1340px;
  margin: 0 auto 0px;

}

.mv_lead{
  font-weight: bold;
  font-size: 120%;
  margin-bottom: 30px;
}

.mv_img{
  width: 100%;
  height: auto;
}


.mv_txt{
  padding: 5px;
}



.mv01{
  display: flex;
  align-items: center;
  text-align: center;
  /* background: #9a8787; */
  background: #fff;
}

.mv01_dsp{
  width: 100%;
  padding: 10px;
  color: #000;
  font-family: 'Noto Sans JP';
}

.mv01_logo{
  width: 40%;
  max-width: 1340px;
  margin: 0 auto 0px;
}

.mv01_lead{
  font-weight: bold;
  font-size: 120%;
  margin-bottom: 30px;
}

.mv01_img{
  width: 70%;
  max-width: 1340px;
  margin: 0 auto 0px;
}


.mv01_txt{
  padding: 20px;
}

.mv01_txt01{
  font-size: 80%;
}


@media screen and (min-width: 640px){	
  /* PC時 */
  .pc {
  display:inline;
  }
  .sp {
  display:none;
  }
  }
  
  
  @media screen and (max-width: 640px){
  /* SP時 */
  .pc {
  display:none;
  }
  .sp {
  display:inline;
  }
  }

@media (max-width: 1340px) {
  .mv{
   flex-direction: column-reverse;
  }
  
  .mv_dsp,.mv_img{
    width: 90%;
    height: auto;
  }
  
  .mv_dsp{
    padding:0px 16px 50px;
  }
  .mv_logo{
    margin: 0 auto 0px;
  }
  .mv_lead{
    font-weight: bold;
    font-size: 110%;
    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';
}

.sec h2 > span{
  margin-bottom: 10px;
  /* font-family: 'Caveat', cursive; */
  font-family: 'Cormorant Garamond', serif;

  font-style: italic;
  font-size: 180%;
  display: block;
  color: #aaa;
}

.sec1 h2 > span{
  color: #aaa;
}

.sec3 h2 > span{
  color: #aaa;
}


.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;
  }
  .sec h2 span{
    margin-right: 0;
    line-height: 1;
  }
}
.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: #87a7b6;
  border: 3px solid #87a7b6;
  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 {
  transition: 0.6s;
}

.sec_last .btn:hover {
  background-color: #87a7b6;
  color: #fff;
  border: 3px solid #87a7b6;
}