*{
    margin: 0;
    padding: 0;
}

a{
    text-decoration: none;
    cursor: pointer;
    color: #FFF;
    transition: 0.5s;
}

a:hover{
    opacity: 0.5;
    transition: 0.5s;
}

p{ margin-bottom: 1em; }

html{ scroll-behavior: smooth; }

body{
    width: 100%;
    text-align: center;
    color: #0F3A4C;
    font-size: 28px;
    line-height: 1.4em;
    font-family: serif;
    -webkit-text-size-adjust: 100%;
}

#header{
    position: fixed;
    width: 100%;
    height: 88px;
    padding: 12px 0 0;
    z-index: 10;
    background: rgba(0,143,204,0.9);
}

#Tbox{
    position: relative;
    width: 1000px;
    margin: 0 auto;
}

#Rbox{
    width: 1000px;
    text-align: center;
    margin-top: 6px;
    font-size: 24px;
}

#Rbox div{
    margin: 0 10px;
    float: right;
}

#jump_top{
    display: block;
    width: 130px;
    text-align: left;
    transition: 0.5s;
}

#jump_top:hover{
    width: 170px;
    padding-left: 10px;
    transition: 0.5s;
}

#jump_menu{
    position: absolute;
    top: 88px;
    right: 0;
    width: 180px;
    height: 0;
    padding-left: 20px;
    text-align: left;
    font-size: 24px;
    color: #FFF;
    background: rgba(0,143,204,0.9);
    overflow: hidden;
    transition: 0.5s;
}

#jump_top:hover > #jump_menu, #jump_menu:hover{
    height: 310px;
    padding: 10px 0 10px 20px;
    transition: 0.5s;
}

#jump_menu p{
    margin-bottom: 0.25em;
}

.magni8{ font-size: 80%; }

.pc_menu{ display: block; }

#top_accord{
    display: none;
    width: 250px;
    text-align: center;
    transition: 0.5s;
}

#top_accord label{
    display: block;
    width: 150px;
    padding: 0 45px;
    text-align: left;
    font-size: 28px;
    color: #FFF;
    cursor: pointer;
    transition: 0.5s;
}

#top_accord input{
    position: absolute;
    top: -10px;
    left: -20px;
    width: 0;
    height: 0;
    appearance: none;
}

#top_accord li{
    height: 0;
    padding-left: 20px;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#top_accord li p{ margin-bottom: 0.25em; }

#top_accord ul{
    position: relative;
    top: 0.5px;
    left: 0;
    width: 260px;
    text-align: left;
    list-style: none;
    background: rgba(0,143,204,0.9);
}

#tops1:checked ~ #Tmenu01 li{
    height: 322px;
    margin-top: 0.6px;
    padding: 10px 0 10px 20px;
    opacity: 1;
}

#top_accord input:checked{
    width: 1000px;
    height: 200vh;
    background: rgba(255,255,255,0);
}

#tops1:checked ~ label{
    padding: 0 20px;
    transition: 0.5s;
}

#cont{
    width: 1000px;
    margin: 0 auto;
    padding: 112px 20px 20px;
    background-color: #FFF;
}

#foot{
    width: 100%;
    padding: 1em 0 0;
    font-size: 20px;
    line-height: 1.25em;
    color: #FFF;
    background: #008FCC;
}

.blink{
    font-size: 80%;
    animation: blinking 2s ease-in-out infinite alternate;
    transition: 0.5s;
}

@keyframes blinking {
    0% {opacity: 0.5;}
    50% {opacity: 1;}
    100% {opacity: 1;}
}

#field{
    position: relative;
    width: 1000px;
    height: 750px;
    margin: 0 auto 10px;
}

.comic_movie{
    width: 960px;
    height: 540px;
    margin: 30px 20px;
}

.logo_anime{
    width: 1000px;
    height: 540px;
    margin: 30px 0;
}

#menu{
    position: absolute;
    bottom: 0;
    display: flex;
    flex-wrap: wrap;
    width: 1000px;
    margin: 0 auto;
    justify-content: center;
    gap: 1px;
}

#menu label{
    flex: 1 1 auto;
    width: 198px;
    height: 70px;
    font-size: 28px;
    font-weight: bold;
    color: #FFF;
    line-height: 70px;
    order: -1; /* 上部に表示する */
    position: relative;
    text-align: center;
    cursor: pointer;
    background: url(../image/frame190.jpg) center no-repeat;
    transition: 0.5s;
}

#menu label:hover,
#menu label:has(:checked){
    color: #008ed0;
    background: url(../image/frame190s.jpg) center no-repeat;
    transition: 0.5s;
}

#menu input{
    appearance: none;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 198px;
    height: 70px;
    cursor: pointer;
    background: #FFF;
    opacity: 0;
}

#menu div{
    display: none; /* 初期状態では非表示 */
    width: 100%;
}

#menu label:has(:checked) + div { display: block; }

.screen, .screenbk{
    position: absolute;
    top: -610px;
    width: 1000px;
    height: 600px;
    overflow: hidden;
}

.screen img, .screenbk img{
    position: absolute;
    top: 0;
    left: 0;
}

.screenbk{ background-color: #000; }

.moji22{ font-size: 22px; }

.moji24{ font-size: 24px; }

.sentence{
    width: 900px;
    padding: 6px 50px;
    text-align: left;
}

#gream01{ animation: greaming 10s 4.1s infinite none; }

#gream02{ animation: greaming 10s 4.2s infinite none; }

#gream03{ animation: greaming 10s 4.3s infinite none; }

#gream04{ animation: greaming 10s 4.4s infinite none; }

#gream05{ animation: greaming 10s 4.5s infinite none; }

#gream06{ animation: greaming 10s 4.6s infinite none; }

#gream07{ animation: greaming 10s 4.7s infinite none; }

#gream08{ animation: greaming 10s 4.8s infinite none; }

#gream09{ animation: greaming 10s 4.9s infinite none; }

#gream10{ animation: greaming 10s 5.0s infinite none; }

@keyframes greaming{
    0%{ opacity: 0; }
    5%{ opacity: 0.5; }
    10%{ opacity: 0; }
    100%{ opacity: 0; }
}

.space0{ margin: 0; }

#short_cut{
    margin: 70px auto 0;
    padding: 20px 10px 20px 40px;
    width: 400px;
    text-align: left;
    border: solid 2px #008ed0;
}

#short_cut a{
    font-size: 30px;
    color: #008ed0;
    font-weight: bold;
}

#short_cut p{
    margin: 5px 0;
}

.diagonal{
    position: relative;
    margin: 0;
}

.diagonal::after{
    content: '';
    transform: rotate(7deg);
    width: 100%;
    border-top: 3px solid #f00;
    position: absolute;
    top: 50%;
    left: 0;
}

.special{
    color: #007DB3;
    font-size: 32px;
    font-weight: bold;
    margin: 0;
    padding: 5px 5px 0;
    background-color: #FFFF99;
}

.price{
    width: 956px;
    margin: 0 auto;
    border-collapse: collapse;
    border: solid 2px #008FCC;
    text-align: center;
}

.price th{
    color: #FFF;
    background-color: #5CBCE6;
}

.price th, td{
    height: 44px;
    line-height: 44px;
    border-collapse: collapse;
    border: solid 2px #008FCC;
}

.yen{ font-size: 25px; }

.special_yen{ font-size: 28px; }

.moji32{ font-size: 32px; }

.bgyellow{
    padding-top: 6px;
    color: #007DB3;
    font-weight: bold;
    background-color: #FFFF99;
}

.bgred{
    color: #FFF;
    font-weight: bold;
    background-color: #EB1B07;
}

.note{
    margin: 10px 18px 0 24px;
    text-align: left;
    font-size: 26px;
}

.note p{ margin-bottom: 0.5em; }

.cost{
    width: 940px;
    text-align: left;
    padding: 6px 30px 40px;
}

.emphasis{
    font-size: 30px;
    color: #008ed0;
    font-weight: bold;
}

#comic_space{
    width: 1000px;
    overflow: hidden;
    margin: 10px auto 80px;
}

.pasocom{
    display: block;
    width: 960px;
    height: 773px;
}

.smart{
    display: none;
    width: 1000px;
    height: 1180px;
}

#amazon{
    display: flex;
    flex-wrap: wrap;
    width: 980px;
    margin: 20px auto;
    justify-content: center;
    gap: 1px;
}

.comic-box{
    width: 325px;
    height: 340px;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
    object-fit: none;
    transition: 0.5s;
}

.comic-text{
    width: 325px;
    height: 35px;
    color: #0F3A4C;
}

.accord{
    width: 1000px;
    text-align: left;
    margin: 0 auto 60px;
}

.accord label{
    display: block;
    line-height: 44px;
    color: #008ed0;
    font-size: 32px;
    text-align: center;
    cursor: pointer;
}

.accord input{ display: none; }

.accord li{
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.accord ul{
    list-style: none;
}

#mail1:checked ~ #form01 li{
    height: 1080px;
    opacity: 1;
}

.delta{
    color: #008ed0;
    font-size: 32px;
    font-family: gothic;
    margin: 0;
}

#slide{
    width: 1000px;
    height: 750px;
    margin: 40px auto 30px;
}

#variety{
    width: 960px;
    height: 600px;
    margin: 40px auto 120px;
}

.anime437{
    width: 960px;
    height: 437px;
    overflow: hidden;
    margin: 20px auto 40px;
}

.anime480{
    width: 960px;
    height: 480px;
    overflow: hidden;
    margin: 20px auto 40px;
    transform: scale(0.96);
}

.caution{
    text-indent: -1em;
    margin: 0 0 0 1.5em;
    font-size: 26px;
}

.pro_text{
    margin: 15px 20px 20px 60px;
    line-height: 1.25em;
    text-align: left;
    text-indent: -1em;
    font-size: 26px;
}

.pro_text p{ margin-bottom: 0.25em; }

.Rlink{
    text-align: right;
    margin-right: 40px;
    font-weight: bold;
}

.Rlink a{ color:#008ed0; }

.jouge80{ margin: 80px auto; }

#price_list, #koma4{
    position: relative;
    height: 180px;
}

#price_list img, #koma4 img{
    position: absolute;
    top: 80px;
    left: -60px;
    transform: rotate(-15deg);
}

.expansion{
    animation: expansion 5s infinite;
    transform-origin: center;
}

@keyframes expansion{
    0%{
        transform: scale(1) rotate(-15deg);
        opacity: 1;
    }
    84%{
        transform: scale(1) rotate(-15deg);
        opacity: 1;
    }
    88%{
        transform: scale(1.1) rotate(-15deg);
        opacity: 0.75;
    }
    92%{
        transform: scale(1) rotate(-15deg);
        opacity: 1;
    }
    96%{
        transform: scale(1.1) rotate(-15deg);
        opacity: 0.75;
    }
    100%{
        transform: scale(1) rotate(-15deg);
        opacity: 1;
    }
}

.push40{ height: 40px; }

.push80{ height: 80px; }

.push120{ height: 120px; }

h1{
    color: #FFF;
    font-size: 32px;
    text-align: left;
    font-family: gothic;
    margin: 0;
}

h2{
    color: #fff;
    font-size: 38px;
    font-family: gothic;
    text-align: left;
    margin: 0 auto 20px;
    padding: 8px 16px 16px;
    background-color: #008ed0;
}

h3{
    color: #008ed0;
    font-size: 32px;
    font-family: gothic;
    text-align: left;
    margin: 30px auto 20px 30px;
}

h4{
    color: #008ed0;
    font-size: 32px;
    font-family: gothic;
}

@media screen and ( max-width: 767px ){
    body{ width: 1000px; }

    #header{
        width: 960px;
        padding: 12px 20px 0;
    }

    #cont{ padding: 112px 0 0; }

    #Tbox, #Rbox{ width: 960px; }

    #Rbox div{
        width: 240px;
        font-size: 26px;
        margin: 0;
    }
    
    .pc_menu{ display: none; }

    #jump_top{ display: none; }

    #top_accord{ display: block; }

    #foot{
        width: 976px;
        padding: 12px 12px 0;
    }

    .pasocom{ display: none; }

    .smart{ display: block; }

    h1{ font-size: 36px; }
}

/* トップアニメーション */

/* ３拍子 */

#talent_back{
    animation: fade_in2 1s 0s both;
    transform-origin: center;
}

#talent_man{
    left: 400px;
    top: 273px;
    animation: hop_in 0.5s 0s both, fade_in 0.5s 0s linear both;
}

#talent_rino{
    left: 65px;
    top: -55px;
    animation: tal_rino 0.5s 0.5s both, fade_in 0.5s 0.5s linear both;
    transform-origin: center;
}

#talent_serif1{
    left: 680px;
    top: 0;
    animation: small_in 0.5s 1s both, fade_in 0.5s 1s linear both;
    transform-origin: center;
}

#talent_serif2{
    left: 10px;
    top: 200px;
    animation: small_in 0.5s 1.5s both, fade_in 0.5s 1.5s linear both;
}

#talent_good{ animation: rise_in 0.5s 2s both, fade_in 0.5s 2s linear both; }

#talent_goods1{ animation: fade_in 1s 3.5s linear both; }

#talent_goods2{ animation: tal_good 0.5s 2s both, shining 2s 2s linear both; }

#talent_seisaku{ animation: rise_in 0.5s 2.5s both, fade_in 0.5s 2.5s linear both; }

#talent_seisakuy{ animation: fade_in 1s 3.5s linear both; }

#talent_seisakus{ animation: tal_good 0.5s 2.5s both, shining 2s 2.5s linear both; }

/* 業界最安値 */

#value_back{
    top: -134px;
    left: -113px;
    animation: small_in2 1s 0.5s both;
    transform-origin: center;
}

#value_shadow{
    left: 650px;
    top: 0;
    animation: fade_in2 2s 0.5s both;
    transform-origin: center;
}

#value_hourai{
    left: 650px;
    top: 0;
    animation: small_in 0.5s 0s both, fade_in 0.5s 0s both;
    transform-origin: center;
}

#value_price{
    animation: small_in 0.5s 0.5s both, fade_in 0.5s 0.5s both;
    transform-origin: center;
}

#value_2535{
    left: 130px;
    top: 350px;
    animation: small_in 0.5s 1s both, fade_in 0.5s 1s both;
    transform-origin: center;
}

#value_2535s{
    top: 2px;
    left: -2px;
    animation: shining 1s 1.25s linear both;
}

#value_onestop{
    animation: rise_in 0.5s 1.5s both, fade_in 0.5s 1.5s both;
    transform-origin: center;
}

#value_onestops{
    animation: shining 1s 2s linear both;
    transform-origin: center;
}

#value_onestopy{
    animation: fade_in 1s 2s both;
}

#value_value{
    top: 80px;
    animation: small_in 0.5s 2s both, fade_in 0.5s 2s both;
    transform-origin: center;
}

#value_values2{
    top: 80px;
    animation: small_in 0.5s 2s both, shining 1.5s 2s linear both;
    transform-origin: center;
}

#value_values1{
    top: 80px;
    animation: fade_in 1s 3s both;
    transform-origin: center;
}

#value_month{
    animation: rise_in 0.5s 3s both, fade_in 0.5s 3s both;
    transform-origin: center;
}

#value_note{
    animation: fade_in2 2s 3.5s both;
    transform-origin: center;
}

/* 実績 */

#achieve_back{
    top: -750px;
    animation: chi_back 3.5s 3s ease-in-out both, fade_back 3.5s 3s linear both;
}

@keyframes chi_back{
    0%{ transform: translateY(0); }
    100%{ transform: translateY(750px); }
}

@keyframes fade_back{
    0%{ opacity: 0; }
    25%{ opacity: 0.5; }
    75%{ opacity: 0.5; }
    100%{ opacity: 0.85; }
}

#flyer_01{
    top: -160px;
    left: 340px;
    animation: fly01 0.5s 0s ease-in both, fade_in 0.5s 0s both;
    transform-origin: center;
}

@keyframes fly01{
    0%{ transform: rotate(15deg) scale(1); }
    100%{ transform: rotate(15deg) scale(0.4); }
}

#flyer_02{
    top: -210px;
    left: -120px;
    animation: fly02 0.5s 0.5s ease-in both, fade_in 0.5s 0.5s both;
    transform-origin: center;
}

@keyframes fly02{
    0%{ transform: rotate(-9deg) scale(1); }
    100%{ transform: rotate(-9deg) scale(0.45); }
}

#flyer_03{
    top: -240px;
    left: 180px;
    animation: fly03 0.5s 1s ease-in both, fade_in 0.5s 1s both;
    transform-origin: center;
}

@keyframes fly03{
    0%{ transform: rotate(3deg) scale(1); }
    100%{ transform: rotate(3deg) scale(0.5); }
}

#flyer_04{
    top: -420px;
    left: -90px;
    animation: fly04 0.25s 1.5s ease-in both, fade_in 0.25s 1.5s both;
    transform-origin: center;
}

@keyframes fly04{
    0%{ transform: rotate(18deg) scale(1); }
    100%{ transform: rotate(18deg) scale(0.4); }
}

#flyer_05{
    top: -40px;
    left: 440px;
    animation: fly05 0.25s 1.75s ease-in both, fade_in 0.25s 1.75s both;
    transform-origin: center;
}

@keyframes fly05{
    0%{ transform: rotate(-12deg) scale(1); }
    100%{ transform: rotate(-12deg) scale(0.5); }
}

#flyer_06{
    top: 0;
    left: -160px;
    animation: fly06 0.25s 2s ease-in both, fade_in 0.25s 2s both;
    transform-origin: center;
}

@keyframes fly06{
    0%{ transform: rotate(60deg) scale(1); }
    100%{ transform: rotate(60deg) scale(0.55); }
}

#flyer_07{
    top: -440px;
    left: 400px;
    animation: fly07 0.25s 2.25s ease-in both, fade_in 0.25s 2.25s both;
    transform-origin: center;
}

@keyframes fly07{
    0%{ transform: rotate(-75deg) scale(1); }
    100%{ transform: rotate(-75deg) scale(0.55); }
}

#flyer_08{
    top: 0;
    left: 120px;
    animation: fly08 0.25s 2.5s ease-in both, fade_in 0.25s 2.5s both;
    transform-origin: center;
}

@keyframes fly08{
    0%{ transform: rotate(6deg) scale(1); }
    100%{ transform: rotate(6deg) scale(0.45); }
}

#flyer_09{
    top: -460px;
    left: -220px;
    animation: fly09 0.25s 2.75s ease-in both, fade_in 0.25s 2.75s both;
    transform-origin: center;
}

@keyframes fly09{
    0%{ transform: rotate(135deg) scale(1); }
    100%{ transform: rotate(135deg) scale(0.6); }
}

#flyer_10{
    top: -20px;
    left: 440px;
    animation: fly10 0.25s 3s ease-in both, fade_in 0.25s 3s both;
    transform-origin: center;
}

@keyframes fly10{
    0%{ transform: rotate(60deg) scale(1); }
    100%{ transform: rotate(60deg) scale(0.55); }
}

#flyer_15{
    top: -180px;
    left: -260px;
    animation: fly15 0.25s 3.25s ease-in both, fade_in 0.25s 3.25s both;
    transform-origin: center;
}

@keyframes fly15{
    0%{ transform: rotate(7.5deg) scale(1); }
    100%{ transform: rotate(7.5deg) scale(0.5); }
}

#flyer_16{
    top: -240px;
    left: 360px;
    animation: fly16 0.25s 3.5s ease-in both, fade_in 0.25s 3.5s both;
    transform-origin: center;
}

@keyframes fly16{
    0%{ transform: rotate(-9deg) scale(1); }
    100%{ transform: rotate(-9deg) scale(0.55); }
}

#flyer_11{
    top: -180px;
    left: -180px;
    animation: fly11 1s 4s both, fade_in 1s 4s both;
}

@keyframes fly11{
    0%{ transform: rotate(-6deg) scale(0.4) translateY(40px); }
    100%{ transform: rotate(-6deg) scale(0.4) translateY(0); }
}

#flyer_12{
    top: -200px;
    left: 140px;
    animation: fly12 1s 4.25s both, fade_in 1s 4.25s both;
}

@keyframes fly12{
    0%{ transform: rotate(9deg) scale(0.45) translateY(40px); }
    100%{ transform: rotate(9deg) scale(0.45) translateY(0); }
}

#flyer_13{
    top: 80px;
    left: -80px;
    animation: fly13 1s 4.75s both, fade_in 1s 4.75s both;
}

@keyframes fly13{
    0%{ transform: rotate(3deg) scale(0.5) translateY(-50px); }
    100%{ transform: rotate(3deg) scale(0.5) translateY(0); }
}

#flyer_14{
    top: -200px;
    left: 440px;
    animation: fly14 1s 4.5s both, fade_in 1s 4.5s both;
}

@keyframes fly14{
    0%{ transform: rotate(-9deg) scale(0.55) translateY(50px); }
    100%{ transform: rotate(-9deg) scale(0.55) translateY(0); }
}

#achieve_title{ animation: rise_in2 1s 5s both, fade_in2 1s 5s both; }

#achieve_titles2{ animation: rise_in2 1s 5s both, shining 2s 5s both; }

#achieve_titles1{ animation: fade_in 1s 6s both; }

/* 柔軟な対応 */

#flex_01{ animation: rise_in 1s 0s both, fade_in 0.5s 0s linear both; }

#flex_02{ animation: rise_in 1s 0.5s both, fade_in 0.5s 0.5s linear both; }

#flex_03{ animation: rise_in 1s 1s both, fade_in 0.5s 1s linear both; }

#flex_04{ animation: rise_in 1s 1.5s both, fade_in 0.5s 1.5s linear both; }

#flex_title{ animation: rise_in 1s 2s both, fade_in 1s 2s linear both; }

#flex_t2{ animation: rise_in 1s 2s both, shining 2s 2s linear both; }

#flex_t1{ animation: fade_in 1s 3s linear both; }

#flex_under{ animation: fade_in 1s 3s linear both; }

#flex_unders{ animation: fade_in 1s 4s linear both; }

/* 選べる画風 */

#variety_haiyaku{
    top: 100px;
    left: 410px;
    animation: hop_in 0.5s 0s both, fade_in 0.5s 0s linear both;
}

#variety_tanno{
    left: -50px;
    animation: left_in 0.5s 0.5s both, fade_in 0.5s 0.5s linear both;
}

#variety_nishida{ animation: right_in 0.5s 1s both, fade_in 0.5s 1s linear both; }

#variety_toma{
    top: 40px;
    left: 20px;
    animation: rise_in2 0.5s 1.5s both, fade_in 0.5s 1.5s linear both;
}

#variety_riyu{
    top: -10px;
    left: 730px;
    animation: down_in 0.5s 2s both, fade_in 0.5s 2s linear both;
}

#variety_mayumi{
    top: 290px;
    left: 440px;
    animation: small_in 0.5s 2.5s both, fade_in 0.5s 2.5s linear both;
    transform-origin: center;
}

#variety_back{
    left: -550px;
    top: -300px;
    animation: small_in3 1s 3s both;
    transform-origin: center;
}

#variety_title{ animation: rise_in 1s 3s both, fade_in 1s 3s linear both; }

#variety_t1{ animation: rise_in 1s 3s both, shining 2s 3s linear both; }

#variety_t2{ animation: fade_in 1s 4s linear both; }

/* 麻生泰物語 */

#aso_01t{ animation: shining 1.5s 0s both; }

#aso_01{ animation: fade_in2 1s 0.5s linear both; }

#aso_01b{ animation: fade_in2 1s 1s linear both; }

#aso_02t{ animation: shining 1.5s 1s both; }

#aso_02{ animation: fade_in2 1s 1.5s linear both; }

#aso_02b{ animation: fade_in2 1s 2s linear both; }

#aso_03t{ animation: shining 2s 2s both; }

#aso_03{ animation: fade_in2 1.5s 2.5s linear both; }

#aso_03b{ animation: fade_in2 1s 3s linear both; }

#aso_titlet{ animation: shining 2s 4s both; }

#aso_title1{ animation: rise_in2 1s 3s both, fade_in_out 2s 3s both; }

#aso_title2{ animation: fade_in2 1s 4s linear both; }

#aso_titleb{ animation: fade_in2 1s 4.5s linear both; }

/* その他のサービス */

#other_back{
    left: -268px;
    animation: other_back 8s 0s ease-out both, fade_in2 1s 0s linear both;
    transform-origin: center;
}

@keyframes other_back{
    0%{ transform: translateY(0) scale(1); }
    100%{ transform: translateY(-2700px) scale(0.67); }
}

#other_houraisb{ animation: fade_in2 1s 1s linear both; }

#other_shine{ animation: fade_in2 1s 5.5s linear both; }

#other_hourai{ animation: rise_in3 0.5s 0s both, fade_in 0.5s 0s both; }

#other_shadow{ animation: fade_in2 1s 1s linear both; }

#other_anime{ animation: up_in 0.5s 0.5s both, fade_in 0.5s 0.5s both; }

#other_animest{ animation: shining 1s 1s both; }

#other_print{ animation: up_in 0.5s 1s both, fade_in 0.5s 1s both; }

#other_printst{ animation: shining 1s 1.5s both; }

#other_hp{ animation: up_in 0.5s 1.5s both, fade_in 0.5s 1.5s both; }

#other_hpst{ animation: shining 1s 2s both; }

#other_live2d{ animation: up_in 0.5s 2s both, fade_in 0.5s 2s both; }

#other_live2dst{ animation: shining 1s 2.5s both; }

#other_advert{ animation: up_in 0.5s 2.5s both, fade_in 0.5s 2.5s both; }

#other_advertst{ animation: shining 1s 3s both; }

#other_portrait{ animation: up_in 0.5s 3s both, fade_in 0.5s 3s both; }

#other_portraitst{ animation: shining 1s 3.5s both; }

#other_report{ animation: up_in 0.5s 3.5s both, fade_in 0.5s 3.5s both; }

#other_reportst{ animation: shining 1s 4s both; }

#other_movie{ animation: up_in 0.5s 4s both, fade_in 0.5s 4s both; }

#other_moviest{ animation: shining 1s 4.5s both; }

#other_line{ animation: up_in 0.5s 4.5s both, fade_in 0.5s 4.5s both; }

#other_shinest,#other_houraist{ animation: shining 1s 5s both; }

#other_title,#other_titlesb{ animation: fade_in2 2s 6.5s both; }

/* 高品質 */

#quality_hoo{
    top: -60px;
    animation: hoo_in 3s 0s ease-in-out both, fade_qua 4s 0s linear both;
}

@keyframes hoo_in{
    0%{ transform: translateY(240px); }
    100%{ transform: translateY(0); }
}

#quality_soryu{
    top: -70px;
    left: 250px;
    animation: soryu_in 3s 0s ease-in-out both, fade_qua 4s 0s linear both;
}

@keyframes soryu_in{
    0%{ transform: translateY(-120px); }
    100%{ transform: translateY(0); }
}

#quality_suzaku{
    top: -450px;
    left: 500px;
    animation: suzaku_in 3s 0s ease-in-out both, fade_qua 4s 0s linear both;
}

@keyframes suzaku_in{
    0%{ transform: translateY(160px); }
    100%{ transform: translateY(0); }
}

#quality_shishi{
    top: -80px;
    left: 750px;
    animation: shishi_in 3s 0s ease-in-out both, fade_qua 4s 0s linear both;
}

@keyframes shishi_in{
    0%{ transform: translateY(-240px); }
    100%{ transform: translateY(0); }
}

@keyframes fade_qua{
    0%{ opacity: 0; }
    25%{ opacity: 0.5; }
    75%{ opacity: 0.5; }
    100%{ opacity: 1; }
}

#quality_titles{ animation: shining 2s 3s both; }

#quality_title{ animation: fade_in2 1s 3.5s both; }

#quality_titlek{ animation: fade_in2 1s 4s linear both; }

/* アニメーション */

@keyframes hop_in{
    0%{ transform: translateY(0); }
    70%{ transform: translateY(-125px); }
    100%{ transform: translateY(-100px); }
}

@keyframes fade_in{
    0%{ opacity: 0; }
    50%{ opacity: 1; }
    100%{ opacity: 1; }
}

@keyframes fade_in2{
    0%{ opacity: 0; }
    100%{ opacity: 1; }
}

@keyframes fade_in_out{
    0%{ opacity: 0; }
    50%{ opacity: 1; }
    100%{ opacity: 0; }
}

@keyframes tal_rino{
    0%{ transform: rotate(-7.5deg) scale(2); }
    70%{ transform: rotate(-7.5deg) scale(0.95); }
    100%{ transform: rotate(-7.5deg) scale(1); }
}

@keyframes small_in{
    0%{ transform: scale(2); }
    70%{ transform: scale(0.95); }
    100%{ transform: scale(1); }
}

@keyframes small_in2{
    0%{ transform: scale(3); }
    80%{ transform: scale(0.9); }
    100%{ transform: scale(1); }
}

@keyframes small_in3{
    0%{ transform: scale(0.75); }
    100%{ transform: scale(0.5); }
}

@keyframes rise_in{
    0%{ transform: translateY(20px); }
    100%{ transform: translateY(0); }
}

@keyframes rise_in2{
    0%{ transform: translateY(40px); }
    100%{ transform: translateY(0); }
}

@keyframes rise_in3{
    0%{ transform: translateY(80px); }
    100%{ transform: translateY(0); }
}

@keyframes up_in{
    0%{ transform: translateY(550px); }
    100%{ transform: translateY(0); }
}

@keyframes down_in{
    0%{ transform: translateY(-30px); }
    100%{ transform: translateY(0); }
}

@keyframes left_in{
    0%{ transform: translateX(-40px); }
    100%{ transform: translateX(0); }
}

@keyframes right_in{
    0%{ transform: translateX(40px); }
    100%{ transform: translateX(0); }
}

@keyframes shining{
    0%{ opacity: 0; }
    50%{ opacity: 1; }
    100%{ opacity: 0; }
}

@keyframes get_dark{
    0%{ opacity: 0; }
    100%{ opacity: 0.25; }
}


