@charset "utf=8";
.fadeInd {
    transform: translate3d(0, 50px, 0);
    transition: 2s;
    opacity: 0;
  }
  .fadeInd.animated {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  .fadeInl {
    transform: translate3d(-50px, 0, 0);
    transition: 1s;
    opacity: 0;
}
.fadeInl.animated {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

@keyframes showTextFromBottom{
    0%{
      transform: translateY( 100% );
    }
    50%{
      transform: translateY( -20% );
    }
    100%{
      transform: translateY( 0px );
    }
  }
  .anime-up.displayed span{
    animation: showText 1s backwards;
    display: inline-block;
  }
  .anime-up.displayed > span{
    overflow: hidden;
  }
  .anime-up.displayed > span > span{
    animation: showTextFromBottom 0.5s backwards;
  }




.concept-top{
    background: url(../img1/concept-top.jpg) no-repeat center / cover;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: sticky;
    z-index: -100;
    top: 0;
}
.concept-top h1{
    font-size: 4.5em;
    font-weight: bold;
    color: #fff;
    text-shadow: 0px 0px 10px rgba(255, 255, 255, 1);
}

.concept-summary{
    width: 100%;
    margin-top: -8.5em;
}
.concept-summary svg{
    vertical-align: bottom;
    position: relative;
    bottom: -0.1em;
}
.concept-back{
    background-color: #57ceea;
    padding-bottom: 10em;
}
.concept-summary h2{
    font-size: 4em;
    font-weight: bold;
    text-align: center;
    line-height: 5em;
    color: #fff;
}
.concept-summary p{
    text-align: center;
    line-height: 3em;
    color: #fff;
}
.concept-summary h2 span{
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    color: #fff;
}
.concept-summary h2 .yellow{
    color: #fcd701;
}

/* 3つのこだわり */
.kodawari{
    background-color: #f4f1ec;
    padding-top: 8em;
}
.kodawari-point img{
    width: 30%;
    min-width: 200px;

}
.kodawari h2{
    font-weight: bold;
    font-size: 3em;
    text-align: center;
}
.kodawari h2 span{
    color: #f84d4e;
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-size: 1.3em;
}
.kodawari1,
.kodawari2,
.kodawari3{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10%;
    position: relative;
    z-index: 10;
}
.kodawari2{
    flex-direction: row-reverse;
}
.kodawari-txt1 h3,
.kodawari-txt2 h3,
.kodawari-txt3 h3{
    font-weight: bold;
    font-size: 1.5em;
    line-height: 3em;
}
.kodawari-txt1 p,
.kodawari-txt2 p,
.kodawari-txt3 p{
    line-height: 2.5em;
}
.kodawari-txt1 h3::before {
    /* position: absolute; */
    position: relative;
    vertical-align: top;
    /* top: 50%;
    left: 50%; */
    /* transform: translateX(-50%); */
    color: #fff;
    font-size: 10em;
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: normal;
    content: '1';
    z-index: -1;
    margin-right: -0.4em;
}
.kodawari-txt2 h3::before {
    /* position: absolute; */
    position: relative;
    vertical-align: bottom;
    /* top: 50%;
    left: 50%; */
    /* transform: translateX(-50%); */
    color: #fff;
    font-size: 10em;
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: normal;
    content: '2';
    z-index: -1;
    margin-right: -0.58em;
}
.kodawari-txt3 h3::before {
    /* position: absolute; */
    position: relative;
    vertical-align: bottom;
    /* top: 50%;
    left: 50%; */
    /* transform: translateX(-50%); */
    color: #fff;
    font-size: 10em;
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: normal;
    content: '3';
    z-index: -1;
    margin-right: -0.64em;
}

.concept-fin{
    /* position: relative;
    top: -8em; */
    background-color: #f4f1ec;
}

.concept-fin{
    text-align: center;
    position: relative;
}
.concept-fin h2{
    font-size: 4em;
    font-weight: bold;
    position: relative;
    z-index: 10;
    margin-left: -5em;
}
.concept-fin h2 span{
    color: #f84d4e;
    font-weight: 900;
}
.concept-fin p{
    /* padding: 6em; */
    line-height: 4em;
    margin-top: -10em;
}
.star-animation{
    display: flex;
    justify-content: center;
    align-items: center;
}
.star::before{
    content: '★';
    color: #fcd701;
    /* position: absolute; */
    font-size: 25em;
    z-index: -1;
}
.star {
    animation-name: twinklestar;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    display:inline-block;
}
@keyframes twinklestar {
    0% {transform: rotate(0deg);}
    80% {transform: rotate(1080deg);}
    100% {transform: rotate(1080deg);}
}

/* 最下部 */
.concept-last{
    padding-bottom: 5em;
}
.concept-last ul{
    /* position: relative; */
    display: flex;
    width: 100%;
    background-color: #f4f1ec;
    padding: 8em 0;
}
.concept-last img{
    aspect-ratio: 4/3;
    object-fit: cover;
    width: 100%;
}
.concept-plan,
.concept-reserve {
    width: 50%;
    position: relative;
    transition: 0.5s;
}
.concept-plan a p,
.concept-reserve a p{
    position: absolute;
    color: #fff;
    font-weight: bold;
    font-size: 1.5em;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    opacity: 0;
    transition: 0.5s;
}
.concept-last ul .concept-plan:hover .c-plan-img,
.concept-last ul .concept-reserve:hover .c-reserve-img{
    filter: brightness(60%);
}
.concept-last ul .concept-plan:hover p,
.concept-last ul .concept-reserve:hover p{
    opacity: 1;
}
.concept-last ul .concept-plan:hover .arrow,
.concept-last ul .concept-reserve:hover .arrow{
    right: 3em;
}
.c-plan-img,
.c-reserve-img{
    transition: 0.3s;
}
.arrow {
    position: relative;
    display: inline-block;
    width: 5em;
    height: 3px;
    margin-top: 29px;
    border-radius: 9999px;
    background-color: #fff;
    position: absolute;
    bottom: 5em;
    right: 6em;
    z-index: 100;
    transition: 0.5s;
}
.arrow::before {
    content: "";
    position: absolute;
    top: calc(50% - 2px);
    right: 0;
    width: 2em;
    height: 3px;
    border-radius: 9999px;
    background-color: #fff;
    transform: rotate(45deg);
    transform-origin: calc(100% - 2px) 50%;
}