@charset "UTF-8";
/* HOME CSS Document
------------------------------- */

/* sec-mv */
.sec-mv {
  width: 100%;
  height: 100vh;
  position: relative;
  background-image: url(../img/home/bg-top.svg);
  background-size: cover;
  background-position: left;
}
.sec-mv .ttl-illust {
  width: 25%;
  height: auto;
  /*max-width: 380px;*/
  position: absolute;
  top: 20%;
  right: 0;
  object-fit: cover;
  object-position: bottom;
  z-index: 2;
}
.sec-mv .mv-illust::before{
  background: url(../img/home/top-illust1.svg) repeat-x center bottom;
  background-size: 1200px auto;
  position: absolute;
  left: 0;
  bottom: 50px;
  width: 100%;
  height: 300px;
  content: "";
  display: block;
  z-index: 1;
}
.sec-mv .mv-illust::after{
  background: url(../img/home/top-illust2.svg) repeat-x center bottom;
  background-size: 1000px auto;
  position: absolute;
  left: 0;
  bottom: 51px;
  width: 100%;
  height: 200px;
  content: "";
  display: block;
  z-index: 1;
}
.sec-mv .mv-illust-sun::before{
  position: absolute;
  left: 25%;
  bottom: 30%;
  width: 70px;
  height: 70px;
  content: url(../img/home/top-illust3.svg);
  display: block;

}
.is-loaded .sec-mv .mv-illust-sun::before{
 -webkit-animation: spin 8.5s linear infinite;
  -moz-animation: spin 8.5s linear infinite;
  -ms-animation: spin 8.5s linear infinite;
  animation: spin 8.5s linear infinite;   
}

.mv-ct {
  display: inline-block;
  position: absolute;
  left: 8%;
  top: 25%;
  text-align: left;
}
.mv-ttl {
  line-height: 1.3333;
  font-weight: 300;
  letter-spacing: 0;
}

.sec-mv .btn-scrolldown {
    position: absolute;
    bottom: 15px;
    display: flex;
    width: auto;
    left: 50%;
    transform: translateX(-50%);
    color: #999;
    z-index: 5;
    padding: 10px 10px 10px 10px;
}
.sec-mv .btn-scrolldown::after {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%) rotate(45deg);
    border-right: 2px solid #999;
    border-bottom: 2px solid #999;
}

@keyframes spin {
	0% {transform: rotate(0deg);}
	100% {transform: rotate(360deg);}
}


@media (min-width: 768px) {
    .sec-mv {
        min-height: 700px;
    }
    .mv-ttl {
        font-size: 7vw;
    }
}
@media (min-width: 1500px) {
    .mv-ttl {
        font-size: 7vw;
    }
}
@media (max-width: 1280px) {
  .mv-ct {
    top: calc(10% + 100px);
    left: 5%;
  }
  .sec-mv .ttl-illust {
    top: 48%;
    width: 30%;
  }
  .mv-ttl {
      font-size: 8.5vw;
  }
}
@media (max-width: 1024px) {
    .sec-mv .ttl-illust {
        top: 51%;
        width: 28%;
    }
}
@media (max-width: 767px) {
  .sec-mv {
    height: 80vh;
    height: 80dvh;
    min-height: 750px;
    background-position: 40% top;
  }
  .mv-ct .mv-ttl {
    font-size: 9.5vw;
  }
  .sec-mv .ttl-illust {
    top: 48%;
    width: 33%;
  }
  .sec-mv .mv-illust-sun::before {
    left: 20%;
    width: 65px;
  }
}

@media (max-width: 480px) {
  .sec-mv {
    height: 70vh;
    min-height: 640px;
  }
  .mv-ct {
    top: calc(13% + 80px);
  }
  .sec-mv .ttl-illust {
    top: 45%;
    width: 52%;
  }
  .sec-mv .mv-illust::before{
    background-size: 900px auto;
  }
  .sec-mv .mv-illust::after{
    background-size: 900px auto;
  }
  .sec-mv .mv-illust-sun::before {
    left: 15%;
    bottom: 35%;
    width: 60px;
  }
}

/*----------------------
sec-service
----------------------*/
.sec-service .mttl-area{
  padding-bottom: 180px;
  position: relative;
}
.sec-service .mttl-area::before{
  content: "";
  display: inline-block;
  background: url(../img/home/service01.svg) no-repeat center top;
  width: 40%;
  height: 400px;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.service-txt{
  padding-left: calc(100px + 25%);
  padding-right: 7%;
  position: relative;
}
.sec-service .service-txt::before{
  content: "";
  display: inline-block;
  background: url(../img/home/service02.svg) no-repeat center top;
  width: 32%;
  height: 350px;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.sec-service .btnarea{
  gap: 5%;
}

@media (max-width: 1280px){
  .sec-service .mttl-area{
    padding-bottom: 160px;
  }
  .sec-service .mttl-area::before{
    width: 35%;
    top: -40px;
  }
  .service-txt {
    padding-right: 0;
  }
}

@media (max-width: 991px){
  .sec-service .btnarea .btn-cont {
    padding: 0 30px 0 20px;
  }
}

@media (max-width: 767px){
  .sec-service.pb100 {
    padding-bottom: 270px;
  }
  .sec-service .mttl-area{
    padding-bottom: 40px;
  }
  .sec-service .btnarea {
    gap: 20px;
    justify-content: center;
  }
  .sec-service .mttl-area::before {
    width: 43%;
    top: -70px;
    min-width: 130px;
  }
  .service-txt {
    padding-left: 0;
  }
  .sec-service .service-txt::before{
    width: 100%;
    height: 230px;
    bottom: -270px;
  }
}

@media (max-width: 480px){
  .sec-service .mttl.pb80{
    padding-bottom: 30px;
  }
  .sec-service .mttl-area::before {
    top: -25px;
  }
  .sec-service .btnarea{
    gap: 15px;
    flex-direction: column;
  }
  .sec-service .btnarea .btn-cont {
    padding: 0 25px 0 15px;
  }
  .sec-service .btnarea .arrow01::before{
    right: 20px;
  }

}
/*
@media (max-width: 400px){

  .sec-service .btnarea .btn-cont {
    padding: 0 25px 0 10px;
  }
} */


/*----------------------
sec-information
----------------------*/
.information-list {
  margin-right: -20px;
  margin-left: -20px;
}
.information-list__item {
  width: 33.3333%;
  padding: 0 20px 60px;
}
.information-list__item a {
  display: inline-block;
  width: 100%;
  -webkit-transition: all 0.28s ease;
  -o-transition: all 0.28s ease;
  transition: all 0.28s ease;
}
.information-list__img {
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}
/*.information-list__img:before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 66.6666666667%;
  background: #d9d9d9;
  overflow: hidden;
}*/
.information-list__img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  transition: transform 0.28s ease;
  transform: scale(1.01);
}
.information-list__img img:not(:first-child) {
    display: none;
}
/*
.information-list__img--noimg img {
  width: 55%;
  height: 55%;
  position: absolute;
  top: 22.5%;
  left: 22.5%;
  object-fit: contain;
}*/
.information-list__ct {
  border-bottom: solid var(--sub-color) 3px;
  position: relative;
}
.information-list__meta {
  margin-bottom: 11px;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
.information-list__cat {
  display: inline-block;
  color: #000;
  padding: 7px 15px;
  background: #ffcb16;
  line-height: 1;
}
.information-list__time {
  display: inline-block;
}
.info-cont {
  line-height: 1.3;
  padding: 0 15px 65px 0;
}
.info-cont .price{
  position: absolute;
  bottom: 15px;
  left: 0;
}
.sec-information .btn-area .c-btn__01 {
  margin: 0 auto;
  display: block;
}

@media screen and (min-width: 768px) {
  .information-list__item a:hover img {
    transform: scale(1.05);
  }
}
@media screen and (max-width: 1024px) {
  .information-list {
    margin-right: -15px;
    margin-left: -15px;
  }
  .information-list__item {
    width: 50%;
    padding: 0 15px 50px;
  }
}
@media screen and (max-width: 640px) {
  .information-list {
    margin-right: 0;
    margin-left: 0;
  }
  .information-list__item {
    width: 100%;
    padding: 0 0 40px;
  }
}

.sec-information .mttl{
  display: flex;
  align-items: center;
  gap: 30px;
}
.mttl .ttl-en{
  letter-spacing: 0;
}

.arrow-only{
  position: absolute;
  right: 0;
  bottom: 6px;
}

.arrow-only .btn.btn-style04{
	background-color: var(--sub-color);
}

@media (min-width: 768px){
  .info-ttl{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .btn:hover .btn-style04 .arrow01::before {
   right: 35px;
  }
  .information-list__item a:hover .btn-style04 .arrow01::before {
    right: 30px;
  }
}

@media (max-width: 480px){
    .sec-information .sp-only .btnarea .btnW-m {
        
    }
    .sec-information .mttl {
    gap: 15px;
    }
}