@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Dela+Gothic+One&family=Rampart+One&display=swap');

body{
    background: #FFF;
}

.true-back{
    background: url(../images/true/fv-back_top.png), url(../images/true/fv-back_bottom.png);
    background-repeat: repeat-x , repeat-x;
    background-position: top center, bottom left;
    background-size: 100%;
}
.true-back.fixed{
    background-attachment: fixed;
}
/* fv */
.fv_inner{
    max-width: 1440px;
    margin: 0 auto;
    padding: 100px 16px 20px;
}
.fv_inner h2{
    width: 95%;
    max-width: 1100px;
    margin: 0 auto 80px;
}
/* cont_seed */
.cont_seed ul{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    text-align: center;
}
.cont_seed li:nth-child(1){
    width: calc(40% - 12px);
}
.cont_seed li:nth-child(2){
    width: calc(60% - 12px);
}
.cont_seed li img{
    width: 100%;
    display: block;
}
.cont_seed li:nth-child(1) .img-seed{
    max-width: 380px;
}
.cont_seed li:nth-child(1) .img-people{
    max-width: 520px;
}
.cont_seed li:nth-child(2) .img-seed{
    max-width: 540px;
}
.cont_seed li:nth-child(2) .img-people{
    max-width: 360px;
    margin: 0 0 0 auto;
}

/* cont_bud */
.cont_bud{
    position: relative;
    text-align: center;
    padding-top: 160px;
}
.cont_bud .img-people-01{
    width: 55%;
    max-width: 480px;
    position: absolute;
    top: 0;
    right: 20px;
    z-index: 1;
}
.cont_bud .img-bud{
    width: 100%;
    max-width: 800px;
    position: relative;
    right: -16px;
}
.cont_bud .img-people-02{
    width: 50%;
    max-width: 440px;
    position: absolute;
    top: 380px;
    left: 0;
}

/* cont_flower */
.cont_flower{
    background: url(../images/true/fv-back_bottom.png);
    background-repeat: repeat-x;
    background-position: bottom left;
    background-size: 100%;
}
.cont_flower .inner{
    position: relative;
    text-align: center;
}
.cont_flower h2{
    color: #FFF;
    text-align: center;
    -webkit-text-stroke-width: 4px;
    -webkit-text-stroke-color: #FFBF00;
    font-family: "Dela Gothic One";
    margin-bottom: 60px;
    line-height: 1.25;
    font-size: 60px;
    -webkit-text-stroke-width: 2px;
}
.cont_flower h2 br{
    display: none;
}
.cont_flower .img-people-01{
    width: 35%;
    max-width: 320px;
    position: absolute;
    bottom: 120px;
    left: 0px;
    z-index: 1;
}
.cont_flower .img-flower-noodle{
    width: 60%;
    max-width: 600px;
    margin: auto;
    position: relative;
    padding-top: 20%;
}
.img-flower-noodle .img-noodle {
    width: 75%;
    max-width: 420px;
}
.img-flower-noodle .img-flower{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    opacity: 0;
}
.img-flower-noodle .img-flower.is-active{
    animation: popup 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
@keyframes popup {
    0% {
      transform: translateY(40px) scale(0.8);
      opacity: 0;
    }
    100% {
      transform: translateY(0) scale(1.0);
    }
    80%, 100% {
      opacity: 1;
    }
  }
.cont_flower .img-people-02{
    width: 35%;
    max-width: 280px;
    position: absolute;
    bottom: 120px;
    right: 0;
}

@media screen and (max-width: 768px) {
    /* fv */
    .fv_inner h2{
        font-size: 40px;
        -webkit-text-stroke-width: 2px;
    }
    .fv_inner h2 span{
        font-size: 24px;
        -webkit-text-stroke-width: 1px;
    }
    /* cont_seed */
    .cont_seed ul{
        flex-direction: column-reverse;
        gap: 50px;
    }
    .cont_seed li:nth-child(1),
    .cont_seed li:nth-child(2){
        width: 90%;
        position: relative;
    }
    .cont_seed li:nth-child(1) .img-seed{
        max-width: 340px;
        margin-left: auto;
        margin-right: 0;
        padding-bottom: 240px;
    }
    .cont_seed li:nth-child(1) .img-people{
        max-width: 400px;
        position: absolute;
        left: 0;
        bottom: 0;
    }
    .cont_seed li:nth-child(2){
        padding-top: 90px;
        
    }
    .cont_seed li:nth-child(2) .img-seed{
        max-width: 400px;
        margin-left: 0;
        margin-right: auto;
        padding-top: 140px;
    }
    .cont_seed li:nth-child(2) .img-people{
        width: 70%;
        max-width: 360px;
        min-width: 260px;
        position: absolute;
        right: 0;
        top: 0;
    }
    /* cont_flower */
    .cont_flower h2 br{
        display: block;
    }
    
}
@media screen and (max-width: 520px) {
    .fv_inner h2{
        font-size: 32px; 
    }
    .fv_inner h2 span{
        font-size: 20px;
    }
    /* cont_bud */
    .cont_bud {
        padding-top: 90px;
    }
    .cont_bud .img-bud {
        right: 0;
    }
    .cont_bud .img-people-02 {
        top: 200px;
        left: -20px;
    }
    /* cont_flower */
    .cont_flower h2{
        margin-bottom: 24px;
        font-size: 42px;
    }
    .cont_flower .img-flower-noodle {
        width: 70%;
    }
    .cont_flower .img-people-01,
    .cont_flower .img-people-02{
        bottom: 0px;
    }
    .cont_flower .img-people-01{
        min-width: 150px;
    }
    .cont_flower .img-people-02{
        min-width: 130px;
    }

}