@charset "UTF-8";



/* -----------------------------------------------

	 base

----------------------------------------------- */
.tsec,
.usec{
  margin-bottom: 150px;
}
.useclast{
  margin-bottom: 180px;
}
.sechead{
  text-align: center;
  margin-bottom: 90px;
}
.sechead .en{
  color: #d13d8f;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.5;
}
.sechead .ja{
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
}
.btn {
  display: inline-block;
  position: relative;
  text-align: center;
  margin: auto;
  background-color: #d13d8f;
  max-width: 320px;
  min-width: 320px;
  width: 100%;
  border-radius: 50vh;
  transition: 0.5s;
}
.btn a{
  display: inline-block;
  color: #fff;
  width: 100%;
  font-weight: 600;
  padding: 20px;
}
.btn a::after{
  content: '';
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  margin: auto;
}
.btn02 a::after{
  border-top: solid 2px #333;
  border-right: solid 2px #333;
}
.btn:hover{
  opacity: 0.6;
  transition: 0.5s;
}
.ttl{
  font-weight: 700;
}
.ttlrtn{
  font-weight: 700;
  color: #fff;
}
.bgwrap{
  padding: 90px 0;
  background: #fdf4f7;
}
.img{
  display: flex;
}
.sp{
  display: none;
}

h2{
  font-size: 35px;
  margin-bottom: 45px;
  text-align: center;
  font-weight: 700;
}

  @media only screen and (max-width: 1024px) {
    .sechead .en{
      font-size: 45px;
    }
    .bgwrap{
      padding: 80px 0;
    }
  }
  @media only screen and (max-width: 768px) {
    h2{
      font-size: 30px;
    }
    .tsec,
    .usec{
      margin-bottom: 120px;
    }
    .useclast{
      margin-bottom: 150px;
    }
    .sechead{
      margin-bottom: 45px;
    }
    .sechead .en{
      font-size: 35px;
    }
    .sechead .ja{
      font-size: 14px;
    }
    .bgwrap{
      padding: 60px 0;
    }
  }
  @media only screen and (max-width: 479px) {
    h2{
      font-size: 24px;
      margin-bottom: 30px;
    }
    .btn {
      min-width: auto;
      max-width: 250px;
    }
    .btn a{
      padding: 17px;
    }
    .tsec,
    .usec{
      margin-bottom: 90px;
    }
    .useclast{
      margin-bottom: 90px;
    }
    .sechead{
      margin-bottom: 30px;
    }
    .sechead .en{
      font-size: 28px;
      margin-bottom: 5px;
    }
    .sechead .ja {
      font-size: 12px;
      margin-bottom: 5px;
    }
    .bgwrap{
      padding: 40px 0;
    }
    .btn a::after{
      width: 6px;
      height: 6px;
    }
    .sp{
      display: block;
    }
  }


/* -----------------------------------------------
	 viewbg
----------------------------------------------- */
.viewbg img{
  max-height: 350px;
  height: 23vw;
  object-fit: cover;
}

@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 479px) {
}


/* -----------------------------------------------
	 top_section
----------------------------------------------- */
.top_section .main_img{
  position: relative;
}
.top_section .main_img::after{
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: #101b2d;
  opacity: 0.3;
}
.top_section .main_img > img {
  width: 100%;
  position: relative;
  max-height: 750px;
  height: 50vw;
  min-height: 550px;
  object-fit: cover;
}
.top_section .main_txt{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  z-index: 1;
  width: calc(100% - 60px);
}
.top_section .main_txt h1{
  font-size: 60px;
  margin-bottom: 45px;
  line-height: 1.5;
}
.top_section .main_txt p{
  line-height: 2;
}
.top_section .main_txt h1{
  text-shadow: 0 0 15px rgba(0,0,0,0.8);
}
.top_section .main_txt > p{
  text-shadow: 0 0 10px rgba(0,0,0,1);
}
.top_section .main_txt .btn{
  margin-top: 45px;
  box-shadow: 0 0 15px rgba(0,0,0,0.3);
}

  @media only screen and (max-width: 1024px) {
    .top_section .main_txt h1 {
      font-size: 50px;
      margin-bottom: 30px;
    }
  }
  @media only screen and (max-width: 768px) {
    .top_section .main_img > img {
      min-height: 450px;
    }
    .top_section .main_txt h1 {
      font-size: 40px;
      margin-bottom: 20px;
    }
  }
  @media only screen and (max-width: 479px) {
    .top_section .main_img > img{
      min-height: 380px;
    }
    .top_section .main_txt h1 {
      font-size: 9vw;
      margin-bottom: 15px;
      line-height: 1.5;
      letter-spacing: 0.5rem;
    }
    .top_section .main_txt p{
      font-size: 14px;
    }
    .top_section .main_txt p br{
      display: none;
    }
  }



/* -----------------------------------------------
	 tsec_about
----------------------------------------------- */
#top_about {
  scroll-margin-top: 300px; 
}
.tsec_about .txts{
  text-align: center;
  line-height: 2.5;
}
.tsec_about .txts .txt{
  margin-bottom: 45px;
}
.tsec_about .txts .txt .spnone{
  display: none;
}

@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 768px) {

}
@media only screen and (max-width: 479px) {
  .tsec_about {
    margin-bottom: 60px;
  }
  .tsec_about .txt{
    line-height: 2;
  }
}


/* -----------------------------------------------
	 sec_service
----------------------------------------------- */
.sec_service .servicewrap{
  gap: 30px;
  margin-bottom: 90px;
}
.sec_service .servicewrap .service{
  width: calc(100% / 3);
  background: #fff;
  padding: 30px 25px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.sec_service .servicewrap .service .img{
  margin-bottom: 20px;
}
.sec_service .servicewrap .service img{
  border-radius: 10px;
}
.sec_service .servicewrap .service p{
  line-height: 2;
}


  @media only screen and (max-width: 1024px) {
  }
  @media only screen and (max-width: 768px) {
    .sec_service .servicewrap{
      flex-direction: column;
      margin-bottom: 60px;
    }
    .sec_service .servicewrap .service {
      width: 100%;
    }
  }
  @media only screen and (max-width: 479px) {
    .sec_service .servicewrap{
      margin-bottom: 45px;
    }
  }

/* -----------------------------------------------
	 sec_faq
----------------------------------------------- */
#toppage .sec_faq {
  margin-bottom: 60px;
}
.sec_faq .faq_item{
  border: solid 1px #d13d8f;
  background: #fff;
  padding: 20px;
}
.sec_faq .faqwrap{
  margin-bottom: 60px;
}
.sec_faq .faq_item .faq_q,
.sec_faq .faq_item .faq_a{
  padding: 10px 20px;
  line-height: 1.8;
}
.sec_faq .faq_item .faq_q{
  background: #fdf4f7;
  color: #d13d8f;
  font-weight: 700;
}
.sec_faq .faq_item:not(:last-child){
  margin-bottom: 30px;
}


  @media only screen and (max-width: 1024px) {
  }
  @media only screen and (max-width: 768px) {
  }
  @media only screen and (max-width: 479px) {
    .sec_faq .faqwrap {
      margin-bottom: 45px;
    }
    .sec_faq .faq_item{
      padding: 15px;
    }
    .sec_faq .faq_item .faq_q, .sec_faq .faq_item .faq_a {
      padding: 7px 15px;
    }
  }

/* -----------------------------------------------
	 sec_store
----------------------------------------------- */
.sec_store table{
  width: 100%;
}
.sec_store table tr{
  display: flex;
  border-bottom: solid 1px #cdcdcd;
}
.sec_store table th{
  text-align: left;
  width: 300px;
}
.sec_store table td{
  width: 100%;
}
.sec_store table th,
.sec_store table td{
  background: transparent;
  padding: 45px 30px;
  border: none;
}

  @media only screen and (max-width: 1024px) {
    .sec_store table th,
    .sec_store table td{
      padding: 35px 30px;
    }
    .sec_store table th {
      width: 250px;
    }
  }
  @media only screen and (max-width: 768px) {
    .sec_store table th {
      width: 200px;
    }
  }
  @media only screen and (max-width: 479px) {
    .sec_store table tr{
      flex-direction: column;
    }
    .sec_store table th {
      padding: 15px 15px 0;
    }
    .sec_store table td {
      padding: 10px 15px 15px;
    }
  }



/* -----------------------------------------------
	 tsec_aaaaaaaa
----------------------------------------------- */
  @media only screen and (max-width: 1024px) {
  }
  @media only screen and (max-width: 768px) {
  }
  @media only screen and (max-width: 479px) {
  }