@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100&display=swap');

body{
  animation: fadeIN 2s 0s forwards;
  opacity: 0;
}

.sp-header {
  display: block;
  background: #fff !important;
}

.body_wrapper {
  overflow: inherit !important;
}


.top-sns-box,.top-sns-list{
  align-items: center;
  display: flex;
  width: 100% !important;
  justify-content: center;
  color: #5d308d
  }
  .top-sns-box{
    margin: 120px auto 50px;
  }
  .top-sns-list{
    margin-left: 10px;
  }
  .top-sns-list i{
    color: #5d308d;
    font-size: 4rem;
  }
  
  .top-sns-list li + li{
    margin-left: 30px;
  }

/* テスト */


/* 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;
  overflow: hidden;
}
.mtS {
  margin-top: 20px;
}
.mtM {
  margin-top: 40px;
}
.mtL {
  margin-top: 100px !important;
}
@media (max-width: 768px) {
  .mtL {
    margin-top: 50px !important;
  }
}
.txtS {
  font-size: 90%;
}
.txt120 {
  font-size: 120%;
}
.txt_center{
  text-align: center;
}
.txt_bold{
  font-weight: bold;
}

.mv{
  text-align: center;
  background-color: #5e318f;
  max-width: 1000px;
  margin: 0 auto;
}
.sec_box{
  padding: 80px 0 100px;
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}


.sec_box h2{
  color: #5e318f;
  text-align: center;
  font-size: 38px;
  line-height: 1.4;
  margin-bottom: 60px;
  /* font-family: 'Frank Ruhl Libre', serif; */
}
.sec_box h2 p{
  font-weight: normal;
  font-size: 60%;
}

.sec_box h3{
  color: #5e318f;
  font-size: 20px;
}

@media (max-width: 768px) {
  .sec_box{
 padding: 60px 0;
  }
  .sec_box h2{
    font-size: 20px;
    margin-bottom: 30px;
  }
  .sec_box h3{
    font-size: 16px;
  }
}
.sec_invitation{
  background-color: #ede3f3;
  width: 100%;
  padding: 60px 20px;
}
.sec_invitation__ttl{
  max-width: 230px;
  display: table;
  margin: 0 auto 10px;
}

.sec_invitation .img{
  max-width: 400px;
  margin: 30px auto 0;
}

.form_btn{
  border:1px solid #5e318f;
  border-radius: 60px;
  padding: 25px;
  display: block;
  max-width: 400px;
  width: 80%;
  color: #5e318f;
  margin: 30px auto;
  font-size: 80%;
  line-height: 1;
  transition: 0.8s ease-out;
}
.form_btn:hover{
  background-color: #5e318f;
  color: #ede3f3;
}
.form_btn p{
  font-size: 130%;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.form_btn p span{
  margin-left: 5px;
  /* font-size: 10px;
  transform: scale(0.8, 1); */
}

.sec_gc .imgWrap{
  margin:50px auto 20px;
  position: relative;
  max-width: 600px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.sec_gc .imgWrap .img{
  border: 1px solid #ccc;
}
.sec_gc .imgWrap .img,.sec_gc .imgWrap .img img{
  border-radius: 6px;
  vertical-align
}
.sec_gc .imgWrap .img:first-child{
  width: 65%;
  margin: 0 0 20px;
}
.sec_gc .imgWrap .img:not(:first-child){
  width: calc(50% - 10px);
}
.sec_gc .imgWrap .img:last-child{
  margin-left: 20px;
}
@media (max-width: 768px) {
  .sec_gc .imgWrap .img:first-child{
    width: 100%;
  }
}
.sec_fair__box {
  display: flex;
}

.sec_fair__box .img{
  width: 300px;
  margin-right: 30px;
}

.sec_fair__box p{
 flex: 1;
}
.sec_fair h3{
  margin-bottom: 20px;
  position: relative;
  padding-left: 15px;
  line-height: 1.2;
}
.sec_fair h3::before{
  content: "■";
  font-size: 14px;
  top: 5px;
  left: 0;
  position: absolute;
}
.sec_fair__box + h3{
  margin-top: 80px;
}
@media (max-width: 768px) {
  .sec_fair__box {
    display: block;
    padding-bottom: 40px;
  }
  .sec_fair__box:not(:nth-of-type(3)) {
    border-bottom: 1px solid #ccc;

  }
  .sec_fair__box .img{
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .sec_fair__box + h3 {
    margin-top: 20px;
}
.sec_fair h3::before {
  font-size: 12px;
  top: 3px;
}
}
.samille{
  background-color: #f5f5f5;
  padding: 50px;
  margin: 50px auto;
  display: flex;
  align-items: center;
}

.samille .img{
  width: 300px;
  padding-right: 60px;
}

.samille > div:last-child{
 flex: 1;
 font-size: 90%;
}

.samille .ttl{
  margin-bottom: 5px;
  font-size: 110%;
}


.sec_footer{
  padding: 0 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sec_footer p{
  display: flex;
   flex: 1;
   justify-content: center;
   min-width: 300px;
}

.sec_footer .img{
  /* text-align: center; */
  margin-left: 20px;
}

@media (max-width: 768px) {
.samille{
  margin: 0 auto 0;
  display: block;
  padding: 20px;
}
.samille .img {
  width: 100%;
  padding-right: 0;
  margin-bottom: 20px;
}
.samille .ttl{
  text-align: center;
}
.sec_footer{
  display: block;
  padding: 0 0 50px;
}
.sec_footer .img {
  width: 100%;
  margin-left: 0;
  margin-top: 10px;
}
}


.slick-dots li button:before{
  color: #5e318f !important;
}
.slick-dots li{
  margin: 0;
}