@charset 'utf-8';

/*index.css*/

/*****************************************
 * swiper(ファーストビュー)
 ****************************************/

#top-swiper {
  position: relative;
  background-image: linear-gradient(0deg, var(--base-color1), #fffbf5 70%);
}

/**************************************
* topテキストアニメーション
***************************************/

#anime.active >.top-text {
  z-index: 888;
  position: absolute;
  bottom: 50px;
  left: 50px;
  font-family: "Nothing You Could Do", cursive;
  letter-spacing: 2px;
  }

#anime.active > .top-text span {
  opacity: 0;
  animation: letter-glow 0.7s 0s ease both;
}

#anime.active >.is-act .text span{
  opacity: 1;
  animation-delay: 1s;
}

#anime.active >.top-text span:nth-child(1) {
  animation-delay: 0.5s;
}

#anime.active >.top-text span:nth-child(2) {
  animation-delay: 0.7s;
}

#anime.active >.top-text span:nth-child(3) {
  animation-delay: 0.9s;
}

#anime.active >.top-text span:nth-child(4) {
  animation-delay: 1.1s;
}

#anime.active >.top-text span:nth-child(5) {
  animation-delay: 1.3s;
}

#anime.active >.top-text span:nth-child(6) {
  animation-delay: 1.5s;
}

#anime.active >.top-text span:nth-child(7) {
  animation-delay: 1.7s;
}

#anime.active >.top-text span:nth-child(8) {
  animation-delay: 1.9s;
}

#anime.active >.top-text span:nth-child(9) {
  animation-delay: 2.1s;
}

#anime.active >.top-text span:nth-child(10) {
  animation-delay: 2.3s;
}

#anime.active >.top-text strong{
  position: relative;
  z-index: 9999;
  opacity: 0;
  filter: blur(10px);
  animation: letter-glow 0.5s 0s ease both, blur 1s 0s ease both;
  font-size: 4rem;
  animation-delay: 1s;
}

#anime.active >.top-text span:nth-child(11) {
  animation-delay: 1.5s;
}

#anime.active >.top-text span:nth-child(12) {
  animation-delay: 1.7s;
}

#anime.active >.top-text span:nth-child(13) {
  animation-delay: 1.9s;
}

#anime.active >.top-text span:nth-child(14) {
  animation-delay: 2.2s;
}

#anime.active >.top-text span:nth-child(15) {
  animation-delay: 2.4s;
}

#anime.active >.top-text span:nth-child(16) {
  animation-delay: 2.6s;
}

#anime.active >.is-act .top-text span{
  opacity: 0;
  animation: letter-glow 0.7s 0s ease both;
}

#anime.active >.is-act .top-text span{
  opacity: 0;
}

#anime.active >.is-act .top-text span{
  opacity: 1;
  font-size: 2rem;
}

#anime.active >.is-act .top-text span:nth-child(1) {
  animation-delay: .5s;
}

#anime.active >.is-act .top-text span:nth-child(2) {
  animation-delay: .3s;
}

#anime.active >.is-act .top-text span:nth-child(3) {
  animation-delay: .5s;
}

#anime.active >.is-act .top-text span:nth-child(4) {
  animation-delay: 9s;
}

#anime.active >.is-act .top-text span:nth-child(5) {
  animation-delay: 1.1s;
}

#anime.active >.is-act .top-text span:nth-child(6) {
  animation-delay: 1.3s;
}

#anime.active >.is-act .top-text span:nth-child(7) {
  animation-delay: 1.5s;
}

#anime.active >.is-act .top-text span:nth-child(8) {
  animation-delay: 1.7s;
}

#anime.active >.is-act .top-text span:nth-child(9) {
  animation-delay: 1.9s;
}

#anime.active >.is-act .top-text span:nth-child(10) {
  animation-delay: 2.1s;
}
  
#anime.active >.is-act .top-text strong{
  opacity: 0;
  filter: blur(10px);
  animation: letter-glow 0.7s 0s ease both, letter-blur 1s 0s ease both;
  font-size: 200%;
  animation-delay: 1s;
}

@keyframes letter-glow{
  0%   {
    opacity: 0;
    text-shadow: 0px 0px 1px rgb(255 255 255 /.1);
  }
  66%  {
    opacity: 1;
    text-shadow: 0px 0px 20px rgb(255 255 255 /.9);
  }
  77%   { opacity: 1;  }
  100% {
    opacity:0.7;
    text-shadow: 0px 0px 20px rgb(255 255 255 /0);
  }
}
@keyframes blur {
  0% {
    opacity: 0;
    filter: blur(10px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}

  /* 768px～（タブレット）
  -------------------------------------------- */
  @media (min-width: 768px) {
    .myswiper > .swiper-wrapper img {
      height: 500px !important;
    }
  }
  
  /* 960px～（パソコン）
  -------------------------------------------- */
  @media (min-width: 960px) {

    .myswiper > .swiper-wrapper img {
      height: 100vh !important;
    }

  }

#top-swiper {
  opacity: 0;
  transition: 1s;
}

#top-swiper.active {
  opacity: 1;
}

  
.myswiper {
  z-index: 444;
  width: 80%;
  list-style: none;
  position: relative;
  margin-left: auto;
  padding-top: 70px !important;
  overflow: hidden;
}
  
.swiper-wrapper {
  transition-timing-function: linear;
  width: 40% !important;
}

  /* 768px～（タブレット）
  -------------------------------------------- */
  @media (min-width: 768px) {

  }
  
  /* 960px～（パソコン）
  -------------------------------------------- */
  @media (min-width: 960px) {
    
  }
  
.myswiper > .swiper-wrapper img {
  width: 80% !important;
  height: 50vh !important;
  object-fit: cover !important;
}
  
  /* 768px～（タブレット）
  -------------------------------------------- */
  @media (min-width: 768px) {

    .myswiper > .swiper-wrapper img {
      height: 80vh !important;
    }

  }
  
  /* 960px～（パソコン）
  -------------------------------------------- */
  @media (min-width: 960px) {

    .myswiper > .swiper-wrapper img {
      height: 90vh !important;
    }

  }
  
  /* ----------------------------------------- */
  
.swiper-pagination-bullet-active {
  background: var(--base-color1) !important;
}

#info-box {
  background: var(--base-color1);
  width: 100%;
  padding-bottom: 50px;
}

#info-box ul {
  width: min(100%, 430px);
  margin-inline: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

  /* 768px～（タブレット）
  -------------------------------------------- */
  @media (min-width: 768px) {

    #info-box ul {
      width: min(100%, 750px);
      padding: 30px;
    }

  }

#info-box li {
  font-size: 1.6rem;
}

.article_txt {
  max-width: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-inline: auto;
  padding-top: 70px;
  padding-left: 10px;
  border-bottom: dotted 2px #fff;
}

 /* 768px～（タブレット）
  -------------------------------------------- */
  @media (min-width: 768px) {

  .article_txt {
    display: grid;
    grid-template-columns: 1fr auto auto;
    max-width: 750px;
    gap: 20px;
    padding-bottom: 15px;
  }

}

.article_txt::after {
  content: "";
  width: 50px;
  height: 50px;
  background-image: url(../img/index/top-info-bard-img.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  animation: girl-animation 1.8s ease-in-out infinite alternate-reverse;
}
  
  @keyframes girl-animation {
    0% {
      translate: 0 -6px;
    }
    100% {
      translate: 0 6px;
    }
  }
  
  /* 768px～（タブレット）
  -------------------------------------------- */
  @media (min-width: 768px) {
  
  .article_txt h2::after {
    width: 55px;
    height: 55px;
    top: 65px;
    right: 79px;
  }
  
}

.article_txt h2 {
  color: var(--text-color);
}

p.days {
  color: var(--text-color);
  font-weight: 900;
}

  /* 768px～（タブレット）
  -------------------------------------------- */
  @media (min-width: 768px) {

  #info-box li {
    padding: 35px;
    line-height: 2;
    font-size: 2rem;
  }

}

/*about*/

#about-box {
  background: var(--base-color1);
}

/* 960px～（パソコン）
-------------------------------------------- */
@media (min-width: 960px) {
  
  #about-box {
    position: relative;
   
    padding-block: 30px 20px;
    }
    
  }

.about-bg {
  
  background: var(--base-color1);
}


.about-content {
  display: flex;
  margin-top: 0;
  padding-top: 30px;
  background: var(--base-color1);
}


  /* 768px～（タブレット）
  -------------------------------------------- */
  @media (min-width: 768px) {

  .about-content  {
    width: 85%;
  }

}
  

.about-content h2 {
  display: block;
  top: 41px;
  left: -19px;
  color: var(--text-color3);
  font-size: 4rem;
  }


.about-img img {
  position: relative;
  width: min(100vw, 1000px);
  margin-bottom: 100px;
  border-top-left-radius: 10px;
}

  /* 768px～（タブレット）
    -------------------------------------------- */
  @media (min-width: 768px) {
    
  .about-img img {
    width: min(100vw, 850px);
    margin-bottom: 40px;
  }

  }
  
  /* 960px～（パソコン）
  -------------------------------------------- */
  @media (min-width: 960px) {

  .about-img img {
    display: block;
    width: min(100%, 1200px);
    margin-inline: auto;
    margin-bottom: 40px;
  }

}
  
.about-text {
  z-index: 888;
  position: absolute;
  right: 0;
  overflow:hidden;
  width: min(100vw, 250px);
  height: 350px;
  background-color: #fff;
}


  /* 768px～（タブレット）
    -------------------------------------------- */
  @media (min-width: 768px) {

    .about-text {
    width: min(100vw, 400px);
    height: min(100%, 480px);
    }

  }
    
  /* 960px～（パソコン）
  -------------------------------------------- */
  @media (min-width: 960px) {
  
    .about-text {
      right: 10%;
      height: min(70%, 600px);
    }
  
  }
  
.about-text::after {
  content: "";
  position: absolute;
  bottom: 31px;
  right: 20px;
  width: 60px;
  height: 57px;
  background-image: url(../img/index/top-about-img2.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  animation: girl-animation 1.8s ease-in-out infinite alternate-reverse;
}
  
  /* 768px～（タブレット）
  -------------------------------------------- */
  @media (min-width: 768px) {
  
  .about-text::after {
    bottom: 71px;
    right: 35px;
    width: 90px;
    height: 87px;
  }
  
}
    
.about-text p {
  padding: 47px 30px;
  font-size: 1.4rem;
  line-height: 2;
}
  
/* 768px～（タブレット）
  -------------------------------------------- */
  @media (min-width: 768px) {
  
  .about-text p {
    padding: 70px;
    font-size: 1.7rem;
  }
  
}


.contents-title h2 {
  z-index: 666;
  position: absolute;
  top: 21px;
  left: 40%;
  rotate: -10deg;
  padding: 20px;
  font-size: 4rem;
  font-family: "Nothing You Could Do", system-ui;
}

@keyframes letter-glow {
  0% {
    opacity: 0;
    text-shadow: 0px 0px 1px rgb(255 255 255 /.1);
    }
  66%  {
    opacity: 1;
    text-shadow: 0px 0px 20px rgb(255 255 255 /.9);
    }
  77%  { opacity: 1;  }
  100% {
    opacity:0.7;
    text-shadow: 0px 0px 20px rgb(255 255 255 /0);
  }
}
@keyframes blur {
  0% {
    opacity: 0;
    filter: blur(10px);
    }
  100% {
    opacity: 1;
    filter: blur(0);
    }
  }

  
#service-menu {
  width: 100%;
  height: 100%;
  padding-block: 55px;
  background-image: url(../img/index/top-menu-bg-img.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color:rgb(255 255 255 /.4);
  background-blend-mode: lighten;
}

  /* 768px～（タブレット）
    -------------------------------------------- */
  @media (min-width: 768px) {

  #service-menu {
    padding-top: 100px;
    padding-bottom: 50px;
  }

  }
  
  /* 960px～（パソコン）
  -------------------------------------------- */
  @media (min-width: 960px) {

  }
  
#service-menu img {
  width: 100%;
}

  /* 768px～（タブレット）
    -------------------------------------------- */
  @media (min-width: 768px) {

    #service-menu img {
      width: 60%;
    }

  }

  .menu-list {
    margin-top: 30px;
  }

  /* 768px～（タブレット）
    -------------------------------------------- */
  @media (min-width: 768px) {

  .menu-list {
    display: flex;
    margin-bottom: 95px;
  }
    
  }
  
  /* 960px～（パソコン）
  -------------------------------------------- */
  @media (min-width: 960px) {

  .menu-list {
    width: min(960px, 100%);
  }

  }
  

.menu-list .flex .web-btn {
  position: relative;
  background-color: #c7e3fd;
  
}

  /* 768px～（タブレット）
    -------------------------------------------- */
  @media (min-width: 768px) {

  .menu-list .flex .web-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 2;
  }

}
  
  /* 960px～（パソコン）
  -------------------------------------------- */
  @media (min-width: 960px) {

  .menu-list .flex .web-btn,
  .menu-list .flex .card-btn,
  .menu-list .flex .photo-btn {
      transition: .5s;
  }
    
  .menu-list .flex .web-btn:hover,
  .menu-list .flex .card-btn:hover,
  .menu-list .flex .photo-btn:hover {
    opacity: .8;
    transition: .5s;
  }

}

.menu-title.in-view {
  opacity: 1;
}

.menu-title span {
  font-family: "Nothing You Could Do", cursive;
  animation: letter-glow 0.7s 0s ease both;
}

.is-act .menu-title span {
  opacity: 0;
}
.is-act .menu-title span {
  opacity: 1;
}
.menu-title span:nth-child(1) {
  animation-delay: 0.5s;
}
.menu-title span:nth-child(2) {
  animation-delay: 0.7s;
}
.menu-title span:nth-child(3) {
  animation-delay: 0.9s;
}
.menu-title span:nth-child(4) {
  animation-delay: 1.1s;
}
.menu-title span:nth-child(5) {
  animation-delay: 1.3s;
}

.is-act .menu-title span{
  opacity: 0;
  animation: letter-glow 0.7s 0s ease both;
}
.is-act .menu-title span{
  opacity: 1;
  font-size: 4rem;
}
.is-act .menu-title span:nth-child(1) {
  animation-delay: .5s;
}
.is-act .menu-title span:nth-child(2) {
  animation-delay: .7s;
}
.is-act .menu-title span:nth-child(3) {
  animation-delay: .9s;
}
.is-act .menu-title span:nth-child(4) {
  animation-delay: 1.1s;
}
.is-act .menu-title span:nth-child(5) {
  animation-delay: 1.3s;
}

.web-btn h2 {
  opacity: 1;
}
  
.web-btn h2 {
  position: absolute;
  bottom: -26px;
  right: 5%;
  margin: 0 auto;
  font-family: "Nothing You Could Do", system-ui;
  font-size: 8.5rem;
  color: #fff;
  rotate: -10deg;
}

  /* 768px～（タブレット）
  -------------------------------------------- */
  @media (min-width: 768px) {

  .web-btn h2 {
    position: absolute;
    bottom: -59px;
    left: 31px;
    margin: 0;
    font-size: 13rem;
  }

}

   /* 960px～（パソコン）
  -------------------------------------------- */
  @media (min-width: 960px) {

  .web-btn h2 {
    bottom: -69px;
    left: -117px;
    font-size: 14rem;
  }
    
}

.line-text {
  display: block;
}

#service-menu ul {
  padding: 30px;
  font-family: "Urbanist", sans-serif;
}

  /* 768px～（タブレット）
    -------------------------------------------- */
  @media (min-width: 768px) {

  #service-menu ul {
    padding: 100px 20px 0 10px;
  }

}
  
#service-menu li {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  color: #926D4F;
  font-size: 1.8rem;
  line-height: 3;
}

  /* 768px～（タブレット）
    -------------------------------------------- */
  @media (min-width: 768px) {
    
  #service-menu li {
    padding-top: 12px;
    padding-left: 5px;
    font-size: 2rem;
  }

  }
  
  /* 960px～（パソコン）
  -------------------------------------------- */
  @media (min-width: 960px) {

  #service-menu li {
    padding-top: 12px;
    font-size: 2.7rem;
  }

}

#service-menu li::before {
  content: "";
  padding-right: 45px;
  background-image: url(../img/common/bird-foot.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 30px;
  height: 30px;
}

/* 768px～（タブレット）
    -------------------------------------------- */
  @media (min-width: 768px) {
    
  }
  
.menu-list .flex .card-btn {
  position: relative;
  background-color:#FBDADE;
}

  /* 768px～（タブレット）
  -------------------------------------------- */
  @media (min-width: 768px) {

    .menu-list .flex .card-btn {
      display: flex;
      align-items: center;
      justify-content: space-between;
      line-height: 2;
      padding: 0;
    }

  }
  

.card-btn h2 {
  position: absolute;
  top: -48px;
  right: 20px;
  font-family: "Nothing You Could Do", system-ui;
  font-size: 8.5rem;
  color: #fff;
  rotate: 10deg;
}

  /* 768px～（タブレット）
    -------------------------------------------- */
  @media (min-width: 768px) {
    
    .card-btn h2 {
      top: -186px;
      right: 12px;
      font-size: 12rem;
    }

  }
  
  /* 960px～（パソコン）
  -------------------------------------------- */
  @media (min-width: 960px) {

    .card-btn h2 {
      top: -215px;
      right: -107px;
      font-size: 12rem;
    }

  }
  
.card-btn ul {
  padding: 20px;
}

  /* 768px～（タブレット）
    -------------------------------------------- */
  @media (min-width: 768px) {

    .card-btn li {
      text-align: left;
    }

  }
  
.menu-list .flex .photo-btn {
  position: relative;
  background-color: var(--base-color4);
}
  
  /* 768px～（タブレット）
  -------------------------------------------- */
    @media (min-width: 768px) {
  
    .menu-list .flex .photo-btn {
      display: flex;
      align-items: center;
      flex-direction: row-reverse;
      justify-content: space-between;
      line-height: 2;
      padding: 0;
    }
  
  }
    
.photo-btn h2 {
  position: absolute;
  bottom: -13px;
  right: 5%;
  margin: 0 auto;
  font-family: "Nothing You Could Do", system-ui;
  font-size: 8.5rem;
  color: #fff;
  rotate: -10deg;
}
  
  /* 768px～（タブレット）
  -------------------------------------------- */
  @media (min-width: 768px) {
      
  .photo-btn h2 {
    bottom: -52px;
    left: 0;
    font-size: 12rem;
  }
  
}
    
  /* 960px～（パソコン）
  -------------------------------------------- */
  @media (min-width: 960px) {
  
    .photo-btn h2 {
      bottom: -60px;
      left: -168px;
      font-size: 12rem;
    }
  
  }
    
.photo-btn ul {
  padding: 20px;
}
  
  
  /* 768px～（タブレット）
  -------------------------------------------- */
  @media (min-width: 768px) {
  
    .photo-btn li {
      text-align: left;
    }
  
  }
  
  

  