#aniv_head{
width: 100%;
font-weight: 500;
font-family: 'Noto Sans JP', sans-serif;
}

#aniv_head .title_area{
width: 100%;
height: auto;
aspect-ratio: 1 / 1;
position: relative;
}

#aniv_head .title_area canvas{
width: 100%;
height: 100%;
position: absolute;
z-index: 10;
}

#aniv_head .title_area .mv_content{
width: 100%;
position: absolute;
z-index: 20;
top: 50%;
transform: translateY(-50%);
}

#aniv_head .title_area .mv_content img{
width: 100%;
}

#aniv_head .title_area .mv_content .titlelogo_area{
width: 30%;
max-width: 300px;
margin: 0 auto;
}

#aniv_head .title_area .mv_content .toptext_area{
text-align: center;
font-size: 150%;
margin: 4rem auto 2rem;
}

#aniv_head .title_area .mv_content .toptext_area p{
margin: 1em auto 0;
line-height: 1.8;
}

#aniv_head .title_area .mv_content .toptext_area p.features_list{
font-size: 90%;
font-family: "Noto Serif JP", serif;
color: #fff;
border-radius: 2em;
padding: 0.5em 1em;
display: inline-block;
}

#aniv_head .title_area .fadein{
opacity: 0;
transition: all 1.0s;
}

#aniv_head .title_area .fadein.slidein{
transform: translate(0,100%);
}

#aniv_head .title_area .fadein.rightin{
transform: translate(50px,0);
}

#aniv_head .title_area .fadein.scrollin{
transform: translate(0, 0)!important;
opacity: 1!important;
}

#aniv_head .title_area .text_decoration {
position: relative;
z-index: 1;
}

#aniv_head .title_area .text_decoration:after {
content: '';
width: 0%;
position: absolute;
left: 0;
bottom: -0em;
height: 0.4em;
background: #fdd900;
z-index: -1;
transition: all 0.8s;
}

#aniv_head .title_area .text_decoration.isActive:after {
width: 100%;
}

#aniv_head .aniv_subtext{
padding: 1em;
text-align: center;
color: #fff;
background: #ef8b00;
font-size: 130%;
}

#aniv_head .title_area .mv_content .thankslogo_area{
margin: 0 auto;
padding: 2rem 0 0;
overflow: hidden;
text-align: center;
}

#aniv_head .title_area .mv_content .thankslogo_area .text-animation{
display: inline-block;
width: 9%;
max-width: 36px;
aspect-ratio: 54 / 89;
margin: 0 0.2rem;
transform: translateY(150%);
transition: all 1s;
background-repeat: no-repeat;
background-size: contain;
background-position: center;
}

#aniv_head .title_area .mv_content .thankslogo_area .text-animation.text-scrollin{
transform: translateY(0);
}

#aniv_head .title_area .mv_content .thankslogo_area span:nth-child(1) {
background-image: url(/features/allstores/200th/thanks_a.png);
}

#aniv_head .title_area .mv_content .thankslogo_area span:nth-child(2) {
background-image: url(/features/allstores/200th/thanks_r.png);
transition-delay: 0.2s
}

#aniv_head .title_area .mv_content .thankslogo_area span:nth-child(3) {
width: 3%;
max-width: 12px;
aspect-ratio: 18 / 89;
background-image: url(/features/allstores/200th/thanks_i.png);
transition-delay: 0.4s
}

#aniv_head .title_area .mv_content .thankslogo_area span:nth-child(4) {
background-image: url(/features/allstores/200th/thanks_g.png);
transition-delay: 0.6s
}

#aniv_head .title_area .mv_content .thankslogo_area span:nth-child(5) {
background-image: url(/features/allstores/200th/thanks_a2.png);
transition-delay: 0.8s
}

#aniv_head .title_area .mv_content .thankslogo_area span:nth-child(6) {
background-image: url(/features/allstores/200th/thanks_t.png);
transition-delay: 1s
}

#aniv_head .title_area .mv_content .thankslogo_area span:nth-child(7) {
background-image: url(/features/allstores/200th/thanks_o.png);
transition-delay: 1.2s
}

#aniv_head .title_area .mv_content .thankslogo_area span:nth-child(8) {
background-image: url(/features/allstores/200th/thanks_u.png);
transition-delay: 1.4s
}


@media only screen and (max-device-width: 999px) {


#aniv_head .title_area{
aspect-ratio: 2 / 3;
}
#aniv_head .title_area .mv_content .toptext_area{
font-size: 100%;
margin: 3rem auto 1rem;
}

#aniv_head .title_area .mv_content .toptext_area p {
line-height: 1.5;
margin: 1.3em auto 0;
}

#aniv_head .title_area .mv_content .toptext_area p.features_list {
font-size: 90%;
}

#aniv_head .title_area .text_decoration:after {
content: none;
}

#aniv_head .title_area .mv_content .titlelogo_area{
width: 30%;
}

#aniv_head .title_area .mv_content .thankslogo_area{
width: 40%;
}

#aniv_head .aniv_subtext{
font-size: 90%;
}
}
