@charset "utf-8";
/* loading */
#loading{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color:rgba(56, 78, 54, 1) ;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}
#loading-icon{
    width: 80px;
    animation: shake 0.6s infinite alternate;
}
@keyframes shake{
    0%{
        transform: translateY(-10px);
    }
    100%{
        transform: translateY(10px);
    }
}
#loading p{
    color: #Fdfdfd;
    font-size: 1.8rem;
    margin-top:10px ;
}

/* ===============================
article
================================== */
.article{
    padding: 60px 5.3% 100px;
}
.title__new{
    margin: 0 auto;
    width: 290px;
}
.image{
    border: #fdfdfd solid 5px;
    margin-top: 40px;
}
.movie{
    width: 100%;
    aspect-ratio: 16/9;
    margin: 80px auto 0;
}
/* article tb */
@media screen and (min-width: 768px) {
    .article {
        padding: 80px 5.3% 120px;
    }
    .title__new{
        width: 340px;
    }
    .image{
        margin-top: 100px;
    }
    .slick-track{
        display: flex;
        gap: 0 20px;
    }
    .movie{
        margin: 100px auto 0;
    }
    
}/* tb */
/* pc article */
@media screen and (min-width: 961px){
    .article {
        padding: 80px 5.3% 100px;
    }
    .image{
        margin-top: 100px;
    }
    .slick-track{
        display: flex;
        gap: 0 30px;
    }
    .movie{
        margin: 100px auto 0;
    }
}/* pc */
/* ===============================
semicircle
================================== */
.semicircle{
    padding: 100px 5.3%;
}
.voice__title{
    color: #Fdfdfd;
    font-family:"Kiwi Maru" ;
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
}
.voice__title::after{
    content: "";
    width: 24px;
    height: 1px;
    display: inline-block;
    background-color:#Fdfdfd;
    vertical-align: 7px;
    margin-left: 8px;
}
.voice__title::before{
    content: "";
    width: 24px;
    height: 1px;
    display: inline-block;
    background-color:#Fdfdfd;
    vertical-align: 7px;
    margin-right: 11px;
}
.voice__list{
    display: flex;
    flex-direction: column;
}
.voice__item{
    display: flex;
    margin-top: 80px;
    justify-content: center;
}
.voice__image{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.voice__face{
    width: 122px;
}
.txtimage{
    width: 100%;
    max-width: 200px;
    height: auto;
    object-fit: contain;
}
.voice-arch {
    background-color:rgba(56, 78, 54, 1);
    height: 100px;
    overflow: hidden;
  }
  
  .voice-arch svg {
    display: block;
    width: 100%;
    height: 100%;
  }
  
/* semicircle tb */
@media screen and (min-width: 768px){
    .voice__title{
        font-size: 2.5rem;
    }
}/* tb */

/* semicircle tb */
@media screen and (min-width:961px) {
    .voice__title{
        font-size: 2.8rem;
    }
    .semicircle{
        padding: 100px 5.3% 200px;
     }
     .voice__list{
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 0 100px;
     }
    
}/* pc */



/* ===============================
tainy
================================== */
.tainy{
    padding: 100px 5.3% 200px;
    background-color: #fdfdfd;
}
.tainy__about{
    color:rgba(56, 78, 54, 1);
    font-family: "Kiwi Maru";
    font-size: 2rem;
    font-weight: 700;
    line-height: 2;
    text-align: center;
}
.tainy__about,.tainy__img,.tainy__txt{
    opacity: 0;
    transform: translateY(-50px);
    transition: opacity 0.8s ease-out,transform 0.8s ease-out;
}
.tainy__about.show{
    opacity: 1;
    transform: translateY(0);
}
.tainy__img.show{
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.3s;
}
.tainy__txt.show{
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.6s;
}
.tainy__about::after{
    content: "";
    width: 24px;
    height: 1px;
    display: inline-block;
    background-color: rgba(56, 78, 54, 1);
    vertical-align: 7px;
    margin-left: 8px;
}
.tainy__about::before{
    content: "";
    width: 24px;
    height: 1px;
    display: inline-block;
    background-color: rgba(56, 78, 54, 1);
    vertical-align: 7px;
    margin-right: 11px;
}
.tainy__img{
    margin: 60px auto 0;
    display: block;
    width: 100%;
    height: 270px;
    object-fit: contain;
}
.tainy__txt{
    padding: 55px 36px;
    border-radius: 50px 0px;
    background: rgba(56, 78, 54, 1);
    margin: 60px auto 0;
}
.tainy__text{
    color: #fdfdfd;
    font-size: 1.6rem;
    line-height: 1.7;
}
/* tainy tb */
@media screen and (min-width: 768px){
    .tainy{
        padding: 140px 5.3% 200px;
    }
    .tainy__about {
        font-size: 2.5rem;
    }
    .tainy__img{
        height: 330px;
        width: 100%;
        margin: 80px auto 0;
    }
    .tainy__txt {
        padding: 50px;
        width: 462px;
        height: 315px;
        margin: 80px auto 0;
    }
}/* tb */
/* pc tainy */
@media screen and (min-width: 961px){
    .tainy{
        padding: 300px 5.3% 300px;
    }
    .tainy__about{
        font-size: 2.8rem;
    }
    .tainy__img{
        height: 400px;
        width: auto;
        margin: 80px 0 0;
    }
    .tainy__txt {
        padding: 50px;
        width: 462px;
        height: auto;
        margin: 80px 0 0;
    }
    .tainy__pc{
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0 80px;
    }
    .tainy__text{
        line-height: 2.2;
    }
}/* pc */