@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;
}

/* テスト */


/* 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: 768px){

footer
{
z-index: 999;
position: relative;
background: #fff;
margin: 0 !important;
padding: 2em ;
}
}

@keyframes fadeIN {
100% {
opacity: 1;
}
}
@keyframes fadeOUT {
  100% {
    opacity: 0;
  }
}
.sp {
  display: none;
}

@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: #9a8787; */
  background: #FFFFFF;
  flex-direction: column-reverse;
}


.mv_dsp{
  width: 60%;
  padding: 80px;
  color: #000;
  font-family: 'Noto Sans JP';
}

.mv_logo{
  width:60% ;
  max-width: 400px;
  margin: 0 auto 50px;
}

.mv_lead{
  font-weight: bold;
  font-size: 120%;
  margin-bottom: 30px;
}

.mv_img{
  width: 80%;
  padding: 0px;
}


@media (max-width: 768px) {
  .mv{
   flex-direction: column-reverse;
  }
  
  .mv_dsp,.mv_img{
    width: 100%;
  }
  
  .mv_dsp{
    padding:50px 16px 50px;
  }
  .mv_logo{
    margin: 0 auto 20px;
  }
  .mv_lead{
    font-weight: bold;
    font-size: 110%;
    margin-bottom: 20px;
  }

}


.sec{
    /* max-width: 1000px; */
    padding: 50px 0;
    margin: 0 auto;
    /* width: 90%; */
}

.sec h2{
  text-align: center;
  font-size: 150%;
  margin: 0 0 30px;
  line-height: 1.4;
  font-family: 'Noto Sans JP';
}

.sec h2 > span{
  margin-bottom: 20px;
  /* font-family: 'Caveat', cursive; */
  font-family: 'Cormorant Garamond', serif;

  font-style: italic;
  font-size: 120%;
  display: block;
  color: #aaa;
  margin-top: 10px;
}
.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;
    max-width: 1000px;
    margin: 0 auto;
}

.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 .btn1 {
  color: #7f6000;
  border: 3px solid;
  border-radius: 6px;
  display: block;
  max-width: 340px;
  padding: 20px;
  margin: 30px auto 0;
  text-align: center;
}

.sec_last .btn1 span {
  display: block;
  font-size: 11px;
}

.sec_last .btn1 {
  transition: 0.6s;
}

.sec_last .btn1:hover {
  background-color: #7f6000;
  color: #fff;
  border: 3px solid #7f6000;
}



.sec_last .btn2 {
  color: #0d2c69;
  border: 3px solid;
  border-radius: 6px;
  display: block;
  max-width: 340px;
  padding: 20px;
  margin: 30px auto 0;
  text-align: center;
}

.sec_last .btn2 span {
  display: block;
  font-size: 11px;
}

.sec_last .btn2 {
  transition: 0.6s;
}

.sec_last .btn2:hover {
  background-color: #0d2c69;
  color: #fff;
  border: 3px solid #0d2c69;
}




.sec_last .btn3 {
  color: #1b3d04;
  border: 3px solid;
  border-radius: 6px;
  display: block;
  max-width: 340px;
  padding: 20px;
  margin: 30px auto 0;
  text-align: center;
}

.sec_last .btn3 span {
  display: block;
  font-size: 11px;
}

.sec_last .btn3 {
  transition: 0.6s;
}

.sec_last .btn3:hover {
  background-color: #1b3d04;
  color: #fff;
  border: 3px solid #1b3d04;
}