/* =====================================================================





===================================================================== */
/*/////---example---//////
    html:lang(en) {
      body {}
    }
*/
/* =====================================================================


===================================================================== */
.topIndex {
    overflow: hidden;
}

.topIndex .topMainKv {
    position: relative;
    height: 0;
    padding-bottom: 125%;
    overflow: hidden;
}

@media only screen and (min-width: 640px) {
    .topIndex .topMainKv {
        padding-bottom: 800px;
    }
}

.topIndex .topMainKv::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(5, 153, 217, 0.7);
    z-index: 1;
}

.topIndex .topMainKv__bg {
    position: absolute;
    height: 150%;
    left: 0;
    right: 0;
    bottom: 0;
    transition-timing-function: ease-out;
    transition-duration: 1.5s;
    transform: scale(1.1);
}

.topIndex .topMainKv__bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../img/bg_kv_2026.webp) no-repeat center bottom/cover;
    transition-timing-function: ease-out;
    transition-duration: 3s;
    transition-delay: 0s;
    transform: translateY(30%);
}

.topIndex .topMainHeading {
    width: 100%;
    max-width: 640px;
    margin: 18.28125% auto 5.46875%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transform: scale(1.6);
    opacity: 0;
    transition-duration: .3s;
    transition-property: opacity, transform;
    transition-timing-function: cubic-bezier(0.47, 0.67, 0.95, 1.61);
    z-index: 1;
}

@media only screen and (min-width: 640px) {
    .topIndex .topMainHeading {
        margin: 117px auto 35px;
    }
}

.topIndex .topMainHeading__title {
    position: relative;
}

.topIndex .topMainHeading__title img {
    width: 100%;
    height: auto;
}

.topIndex .topMainKv__btn {
    width: 62.5%;
    max-width: 400px;
    margin: 89.0625% auto 5.46875%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transform: scale(1.6);
    z-index: 1;
    transition-duration: .3s;
    transition-property: opacity, transform;
    transition-timing-function: cubic-bezier(0.47, 0.67, 0.95, 1.61);
}

@media only screen and (min-width: 640px) {
    .topIndex .topMainKv__btn {
        margin: 570px auto 35px;
    }
}

.topIndex .topMainKv__btn a {
    display: block;
    background-color: #e74589;
    border-radius: 5em;
    position: relative;
}

.topIndex .topMainKv__btn a:before {
    content: "";
    width: 52.5%;
    padding-bottom: 45.75%;
    position: absolute;
    background: url(../img/btn_tap.png) no-repeat center center;
    background-size: contain;
    top: 0%;
    right: 0%;
    margin: -20.75% -16.5% 0 0;
    transform: translate(-50%, -50%);
    transform: scale(1.6);
    opacity: 0;
    transition-duration: .3s;
    transition-delay: .3s;
    transition-timing-function: cubic-bezier(0.47, 0.67, 0.95, 1.61);
}

.topIndex .topMainKv__btn img {
    width: 100%;
    height: auto;
}

.topIndex .l-container.is-loaded .topMainHeading {
    transform: scale(1);
    opacity: 1;
}

.topIndex .l-container.is-loaded .topMainHeading__chara-l {
    opacity: 1;
    transform: translateY(0);
}

.topIndex .l-container.is-loaded .topMainHeading__chara-l:before {
    transform: rotate(0deg);
    animation-name: hand;
    animation-delay: 1.2s;
    animation-duration: 3.2s;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
}

.topIndex .l-container.is-loaded .topMainHeading__chara-r {
    opacity: 1;
    transform: translateY(0);
}

.topIndex .l-container.is-loaded .topMainHeading__chara-r:before {
    transform: rotate(0deg);
    animation-name: hand2;
    animation-delay: 1.2s;
    animation-duration: 3.2s;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
}

.topIndex .l-container.is-loaded .topMainKv__btn {
    transform: translate(0, 0);
    opacity: 1;
}

.topIndex .l-container.is-loaded .topMainKv__btn a:before {
    transform: translate(0, 0);
    opacity: 1;
}

.topIndex .l-container.is-loaded .topMainKv__bg {
    transform: none;
}

.topIndex .l-container.is-loaded .topMainKv__bg::before {
    transform: none;
}

.topIndex .topSoukanzu {
    background: url(../img/bg_soukanzu.png) repeat center top;
}

.topIndex .topSoukanzu__inner {
    max-width: 640px;
    padding: 3.125% 0;
    margin: 0 auto;
}

@media only screen and (min-width: 640px) {
    .topIndex .topSoukanzu__inner {
        padding: 40px 0;
    }
}

.topIndex .topSoukanzu__imgLink {
    width: 93.75%;
    margin: 0 auto;
}

.topIndex .topSoukanzu__imgLink img {
    width: 100%;
    height: auto;
}

.topIndex .topSoukanzu__imgLink a {
    position: relative;
    display: block;
}

.topIndex .topSoukanzu__imgLink a:before {
    content: "";
    width: 35%;
    padding-bottom: 30.5%;
    position: absolute;
    background: url(../img/btn_tap.png) no-repeat center center;
    background-size: contain;
    top: 50%;
    left: 50%;
    margin: -18% 0 0 -22.66667%;
    transform: translate(-50%, -50%);
    transform: scale(1.6);
    opacity: 0;
    transition-duration: .3s;
    transition-delay: .3s;
    transition-timing-function: cubic-bezier(0.47, 0.67, 0.95, 1.61);
}

.topIndex.kyotoIndex .topSoukanzu__imgLink {
    width: 66.5625%;
}

.topIndex.kyotoIndex .topSoukanzu__imgLink a:before {
    width: 49.29577%;
    padding-bottom: 42.95775%;
    margin: -25.35211% 0 0 -31.92488%;
}

.topIndex .topEnSec__inner {
    max-width: 640px;
    padding: 14.84375% 3.125% 9.375%;
    margin: 0 auto;
}

@media only screen and (min-width: 640px) {
    .topIndex .topEnSec__inner {
        padding: 95px 20px 60px;
    }
}

.topIndex .topEnSec__title {
    margin: 0 auto 1.42857em;
    line-height: 1;
}

.topIndex .topEnSec__title img {
    width: 100%;
    height: auto;
}

.topIndex .topEnSec__link {
    position: relative;
}

.topIndex .topEnSec__link::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 18.83333%;
    padding-bottom: 18.66667%;
    background: url(../img/obj_top-en.png) no-repeat center center/contain;
    margin-top: -15.33333%;
    margin-left: 0.83333%;
    pointer-events: none;
    z-index: 1;
}

.topIndex .topEnSec__link a {
    display: block;
    transition-duration: .2s;
    transition-property: opacity;
}

.topIndex .topEnSec__link a:hover {
    opacity: .8;
}

.topIndex .topEnSec__link img {
    width: 100%;
    height: auto;
}

.topIndex .topShareSec__inner {
    max-width: 640px;
    padding: 5.9375% 0 12.5%;
    margin: 0 auto;
}

@media only screen and (min-width: 640px) {
    .topIndex .topShareSec__inner {
        padding: 38px 0 80px;
    }
}

.topIndex .topShareSec__title {
    width: 71.875%;
    margin: 0 auto 1.35714em;
}

.topIndex .topShareSec__title img {
    width: 100%;
    height: auto;
}

.topIndex .topShareSec__items {
    text-align: center;
}

.topIndex .topShareSec__item {
    display: inline-block;
    width: 14.0625%;
    height: auto;
    max-width: 80px;
    margin: 0 3.125%;
    font-size: 1rem;
    position: relative;
}

.topIndex .topShareSec__item a {
    display: block;
    background-color: #fff;
    border-radius: 50%;
}

.topIndex .topShareSec__item a img {
    width: 100%;
    height: auto;
}

.topIndex .topInfoBnr__inner {
    max-width: 640px;
    padding: 6.25% 0 6.25%;
    margin: 0 auto;
}

@media only screen and (min-width: 640px) {
    .topIndex .topInfoBnr__inner {
        padding: 40px 0 40px;
    }
}

.topIndex .topInfoBnr__title {
    width: 93.75%;
    margin: 0 auto 5.9375%;
}

.topIndex .topInfoBnr__title img {
    width: 100%;
    height: auto;
}

.topIndex .topAnimationArea {
    overflow: hidden;
}

.topIndex .topAdpopArea__inner {
    max-width: 640px;
    padding: 10.15625% 0 0%;
    margin: 0 auto;
}

@media only screen and (min-width: 640px) {
    .topIndex .topAdpopArea__inner {
        padding: 65px 0 0;
    }
}

.topIndex .topAdpopArea__title {
    width: 45.15625%;
    margin: 0 auto 6.25%;
}

.topIndex .topAdpopArea__title img {
    width: 100%;
    height: auto;
}

.topIndex .topAdpopArea__items {
    width: 93.75%;
    margin: 0 auto;
}

.topIndex .topAdpopArea__item {
    margin-bottom: 3.33333%;
}

.topIndex .topAdpopArea__item:last-child {
    margin-bottom: 0;
}

.topIndex .topAdpopArea__item a {
    display: block;
    border: solid 1px #ddd;
    position: relative;
    display: block;
}

.topIndex .topAdpopArea__item a img {
    width: 100%;
    height: auto;
}

.topIndex .topAdpopArea__item a:hover {
    opacity: .8;
}

.topIndex .topArchiveArea {
    background-color: #113961;
    font-size: 4.66667vw;
}

@media only screen and (min-width: 601px) {
    .topIndex .topArchiveArea {
        font-size: 28px;
    }
}

.topIndex.kyotoIndex .topArchiveArea {
    background-color: #12bfcf;
}

.topIndex.kyotoIndex .topArchiveArea__header__icon::before, .topIndex.kyotoIndex .topArchiveArea__header__icon::after {
    background-color: #12bfcf;
}

.topIndex .topArchiveArea__inner {
    max-width: 640px;
    padding: 3.125% 0 3.125%;
    margin: 0 auto;
}

@media only screen and (min-width: 640px) {
    .topIndex .topArchiveArea__inner {
        padding: 20px 0 20px;
    }
}

.topIndex .topArchiveArea__title {
    width: 71.09375%;
    padding-right: 6.25%;
    margin: 0 auto 0%;
    line-height: 1;
}

.topIndex .topArchiveArea__title img {
    width: 100%;
    height: auto;
}

.topIndex .topArchiveArea__header {
    padding: 6.25% 0 6.25%;
    cursor: pointer;
    position: relative;
}

.topIndex .topArchiveArea__header__icon {
    width: 1.85714em;
    height: 1.85714em;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-right: 0.71429em;
}

.topIndex .topArchiveArea__header__icon::before, .topIndex .topArchiveArea__header__icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.71429em;
    height: 0.15385em;
    margin-top: -0.07692em;
    margin-left: -0.35714em;
    background-color: #113961;
}

.topIndex .topArchiveArea__header__icon::after {
    transform: rotate(90deg);
    transition-duration: .2s;
    transition-property: transform;
}

.topIndex .topArchiveArea.is-show .topArchiveArea__header__icon::after {
    transform: rotate(0deg);
}

.topIndex .topArchiveArea__main {
    display: none;
}

.topIndex .topArchiveArea__items {
    width: 93.75%;
    padding-bottom: 3.33333%;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.topIndex .topArchiveArea__items:after {
    content: "";
    display: block;
    width: 31%;
}

.topIndex .topArchiveArea__item {
    margin-bottom: 3.33333%;
    width: 48.33333%;
}

.topIndex .topArchiveArea__item a {
    display: block;
    position: relative;
    display: block;
}

.topIndex .topArchiveArea__item a img {
    width: 100%;
    height: auto;
}

.topIndex .topArchiveArea__item a:hover {
    opacity: .8;
}

.topIndex .topBnrArea {
    background-color: #e8458b;
}

.topIndex .topBnrArea__inner {
    max-width: 640px;
    padding: 9.375% 0;
    margin: 0 auto;
}

@media only screen and (min-width: 640px) {
    .topIndex .topBnrArea__inner {
        padding: 60px 0;
    }
}

.topIndex .topBnrArea__items {
    width: 93.75%;
    margin: 0 auto 12.5%;
}

.topIndex .topBnrArea__items:last-child {
    margin-bottom: 0;
}

.topIndex .topBnrArea__item {
    margin-bottom: 3.33333%;
}

.topIndex .topBnrArea__item:last-child {
    margin-bottom: 0;
}

.topIndex .topBnrArea__item a {
    display: block;
    position: relative;
    display: block;
}

.topIndex .topBnrArea__item a img {
    width: 100%;
    height: auto;
}

.topIndex .topBnrArea__item a:hover {
    opacity: .8;
}

.topIndex .topBnrArea__link {
    width: 58.66667%;
    margin: 9.33333% auto 0;
}

.topIndex .footerShare {
    font-size: 3.73333vw;
}

@media only screen and (min-width: 601px) {
    .topIndex .footerShare {
        font-size: 22.4px;
    }
}

.topIndex .footerShare__inner {
    max-width: 640px;
    padding: 0 0 50%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

@media only screen and (min-width: 640px) {
    .topIndex .footerShare__inner {
        padding: 0 0 320px;
    }
}

.topIndex .footerShareConts {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 81.875%;
    padding-bottom: 43.75%;
    transform: translateY(115%);
    opacity: 0;
    transition-duration: .8s;
    transition-property: transform, opacity;
}

.topIndex .footerShareConts:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background: url(../img/img_footer_share.png) no-repeat center bottom;
    background-size: 100% auto;
    pointer-events: none;
}

.topIndex .footerShare__box {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background: url(../img/img_footer_share_02.png) no-repeat center bottom;
    background-size: 100% auto;
    transform: rotate(-20deg);
    transform-origin: 50% 80%;
    transition-delay: .2s;
    transition-duration: .6s;
    transition-property: transform, opacity;
}

.topIndex .footerShare__items {
    position: absolute;
    top: 0;
    right: 0;
    width: 43.56061%;
    font-size: 0;
    margin-top: 9.84848%;
    margin-right: 3.78788%;
}

.topIndex .footerShare__item {
    display: inline-block;
    width: 39.13043%;
    height: auto;
    max-width: 80px;
    margin: 0 4.34783%;
    font-size: 1rem;
    position: relative;
}

.topIndex .footerShare__item a {
    display: block;
    background-color: #fff;
    border-radius: 50%;
    border: solid 0.14286em #fff;
}

.topIndex .footerShare__item a img {
    width: 100%;
    height: auto;
}

.topIndex .footerShare__item--tw {
    top: 2px;
}

.topIndex .footerShare__item--tw a {
    background-color: transparent;
    border-radius: none;
}

.topIndex .footerShare.is-animate .footerShareConts {
    transform: translateY(0);
    opacity: 1;
}

.topIndex .footerShare.is-animate .footerShare__box {
    transform: rotate(0);
}

@keyframes marquee {
    from {
        transform: translate3D(0%, 0, 0);
    }
    to {
        transform: translate3D(-33.33%, 0, 0);
    }
}

@keyframes bgLoop {
    from {
        background-position: left 0;
    }
    to {
        background-position: left -52px;
    }
}

@keyframes fadeAnime1 {
    0% {
        opacity: 0;
    }
    30% {
        opacity: 0;
    }
    36% {
        opacity: 1;
    }
    70% {
        opacity: 1;
    }
    71% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeAnime2 {
    0% {
        opacity: 0;
    }
    63% {
        opacity: 0;
    }
    69% {
        opacity: 1;
    }
    98% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.loaderWrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: #fff;
    z-index: 100;
    box-sizing: border-box;
    overflow: hidden;
}

.loaderWrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: #fff;
    z-index: 100;
    box-sizing: border-box;
    overflow: hidden;
}

.l-pageWrapper {
    opacity: 0;
    transition-duration: 1.2s;
    transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
}

.loader {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    background-color: #fff;
    box-sizing: border-box;
    overflow: hidden;
    transition-duration: .8s;
    transition-delay: 0;
}

.loader__inner1 {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    margin: auto;
    transition-duration: .3s;
    opacity: 1;
}

.loader__inner1:before {
    content: "";
    width: 100%;
    max-width: 640px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: url(../img/op_logo.webp?ver=2026) no-repeat center center;
    background-size: 100% auto;
    transform: scale(3);
    opacity: 0;
    transition-duration: .5s;
    transition-timing-function: ease-in;
}

.loader__inner2 {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    opacity: .9;
    transition-duration: 1.6s;
    z-index: 1;
}

.loader.is-load01 .loader__inner1:before {
    opacity: 1;
    transform: scale(1);
}

.loader.is-load01 .loader__inner1:after {
    opacity: 1;
    -webkit-filter: contrast(100%);
            filter: contrast(100%);
}

.loader.is-load01 .loader__inner2 {
    opacity: 1;
}

.loader.is-load02 {
    background-color: #fff;
    transition-delay: 1.3s;
    transition-duration: .6s;
}

.loader.is-load02 .loader__inner1 {
    opacity: 0;
}

.loader.is-load02 .loader__inner2 {
    opacity: 0;
    transition-delay: 1.8s;
    transition-duration: 1.4s;
}

.l-pageWrapper.is-loaded {
    opacity: 1;
    -webkit-filter: none;
            filter: none;
}

.l-pageWrapper.is-loaded02 {
    opacity: 1;
    -webkit-filter: none;
            filter: none;
}

@keyframes hand {
    0% {
        transform: rotate(0deg);
    }
    5% {
        transform: rotate(-20deg);
    }
    10% {
        transform: rotate(0deg);
    }
    15% {
        transform: rotate(-20deg);
    }
    20% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

@keyframes hand2 {
    0% {
        transform: rotate(0deg);
    }
    5% {
        transform: rotate(20deg);
    }
    10% {
        transform: rotate(0deg);
    }
    15% {
        transform: rotate(20deg);
    }
    20% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

@keyframes scrollAttention {
    0% {
        transform: translateY(-5%);
        opacity: 0;
    }
    5% {
        opacity: 1;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: translateY(5%);
        opacity: 0;
    }
}

.topIndex .topAnimationArea__inner {
    max-width: 640px;
    margin: 0 auto;
    padding-bottom: 32.03125%;
    position: relative;
}

@media only screen and (min-width: 640px) {
    .topIndex .topAnimationArea__inner {
        padding-bottom: 205px;
    }
}

.topIndex .topAnimationConts {
    position: absolute;
    top: 0;
    left: 0;
    width: 300%;
    height: 100%;
    overflow: hidden;
}

@media only screen and (min-width: 640px) {
    .topIndex .topAnimationConts {
        left: auto;
        right: calc(-100vw + 320px);
        right: -100%;
    }
}

@media only screen and (min-width: 1960px) {
    .topIndex .topAnimationConts {
        left: auto;
        right: -100%;
    }
}

.topIndex .animeItems {
    position: absolute;
    top: 0;
    left: 100vw;
    width: 150%;
    height: 100%;
}

.topIndex .animeItems.is-walk {
    animation-name: marquee;
    animation-timing-function: linear;
    animation-duration: 24s;
    animation-iteration-count: infinite;
}

.topIndex .animeItems:nth-child(2) {
    margin-left: 150%;
}

.topIndex .animeItems:nth-child(3) {
    margin-left: -150%;
}

.topIndex .animeItems:nth-child(3).is-first {
    opacity: 0;
}

@media only screen and (min-width: 640px) {
    .topIndex .animeItems {
        left: 100%;
    }
}

.topIndex .animeItems2 {
    position: absolute;
    top: 0;
    left: -50%;
    width: 100%;
    height: 100%;
}

.topIndex .animeItems2 .animeItem {
    width: 100%;
}

@media only screen and (min-width: 640px) {
    .topIndex .animeItems2 {
        left: 0;
    }
}

.topIndex .animeItem {
    position: absolute;
    top: 0;
    left: 0;
    width: 66.66%;
    height: 100%;
}

.topIndex .animeItems .animeItem div, .topIndex .animeItems2 .animeItem div {
    width: 7.8125%;
    padding-bottom: 8.69792%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../img/animation/pen_yoko_01.png) repeat-x left top;
    background-size: auto 100%;
    animation: step4 forwards steps(4, start) 1.2s infinite;
}

.topIndex .animeItems .animeItem1 div, .topIndex .animeItems2 .animeItem1 div {
    width: 7.8125%;
    background-image: url(../img/animation/pen_yoko_01.png);
    animation-duration: 1.2s;
}

.topIndex .animeItems .animeItem3 div, .topIndex .animeItems2 .animeItem3 div {
    margin-left: 9.375%;
    width: 7.8125%;
    background-image: url(../img/animation/pen_yoko_03.png);
    animation-duration: 1.3s;
}

.topIndex .animeItems .animeItemOyako1 div, .topIndex .animeItems2 .animeItemOyako1 div {
    margin-left: 46.875%;
    width: 14.0625%;
    background-image: url(../img/animation/pen_oyako.png?ver=2);
    animation-duration: .9s;
}

.topIndex .animeItems .animeItemOyako2, .topIndex .animeItems2 .animeItemOyako2 {
    animation-name: yosomi;
    animation-timing-function: linear;
    animation-duration: 24s;
    animation-iteration-count: infinite;
}

.topIndex .animeItems .animeItemOyako2 div, .topIndex .animeItems2 .animeItemOyako2 div {
    margin-left: 60.9375%;
    width: 3.80208%;
    padding-bottom: 4.32292%;
    background-image: url(../img/animation/pen_ko3.png);
    animation-duration: .9s;
    animation: step4 forwards steps(4, start) 0.9s infinite;
}

.topIndex .animeItems .animeItemPair div, .topIndex .animeItems2 .animeItemPair div {
    margin-left: 88.54167%;
    width: 12.76042%;
    background-image: url(../img/animation/pen_pair.png);
    animation-duration: .9s;
    animation: step8 forwards steps(8, start) 1.6s infinite;
}

.topIndex .animeItems .animeItem4 div, .topIndex .animeItems2 .animeItem4 div {
    margin-left: 125%;
    width: 7.8125%;
    background-image: url(../img/animation/pen_yoko_02.png);
    animation-duration: 1.3s;
}

.topIndex .animeItems .animeItem5 div, .topIndex .animeItems2 .animeItem5 div {
    margin-left: 132.8125%;
    width: 7.8125%;
    background-image: url(../img/animation/pen_mae.png);
    animation-duration: 1.3s;
}

.topIndex .animeItems .animeItemKorobu div, .topIndex .animeItems2 .animeItemKorobu div {
    margin-left: 15.625%;
}

.topIndex .animeItems .animeItemKorobu.is-pause, .topIndex .animeItems2 .animeItemKorobu.is-pause {
    animation-name: back;
    animation-timing-function: linear;
    animation-duration: 2.2s;
    animation-fill-mode: forwards;
}

.topIndex .animeItems .animeItemKorobu.is-korobu .item1, .topIndex .animeItems2 .animeItemKorobu.is-korobu .item1 {
    visibility: hidden;
}

.topIndex .animeItems .animeItemKorobu.is-korobu .item2, .topIndex .animeItems2 .animeItemKorobu.is-korobu .item2 {
    visibility: visible;
    animation: step12 forwards steps(12, start) 2.7s;
}

.topIndex .animeItems .animeItemKorobu .item1, .topIndex .animeItems2 .animeItemKorobu .item1 {
    width: 10.9375%;
    background-image: url(../img/animation/pen_korobu_01.png);
    animation: step4 forwards steps(4, start) 0.9s infinite;
    visibility: visible;
}

.topIndex .animeItems .animeItemKorobu .item2, .topIndex .animeItems2 .animeItemKorobu .item2 {
    width: 10.9375%;
    background-image: url(../img/animation/pen_korobu_02.png);
    animation: none;
    visibility: hidden;
}

.topIndex .animeItems2 .animeItemBord {
    animation: walk1 30s linear infinite;
    z-index: 2;
    left: auto;
    right: 0;
}

.topIndex .animeItems2 .animeItemBord div {
    left: auto;
    right: 0;
    width: 12.23958%;
    background-image: url(../img/animation/pen_bord.png);
    animation-duration: .9s;
}

.topIndex .animeItems2 .animeItemBord2 {
    animation: walk1 22s linear;
    animation-delay: 9s;
}

.topIndex .animeItems2 .animeItemBord2 div {
    width: 12.23958%;
    background-image: url(../img/animation/pen_bord.png);
    animation-duration: .9s;
}

@keyframes marquee {
    from {
        transform: translate3D(0%, 0, 0);
    }
    to {
        transform: translate3D(-100%, 0, 0);
    }
}

@keyframes back {
    from {
        transform: translate3D(0%, 0, 0);
    }
    to {
        transform: translate3D(14%, 0, 0);
    }
}

@keyframes yosomi {
    0% {
        transform: translate3d(0, 0, 0);
    }
    52% {
        transform: translate3d(0, 0, 0);
    }
    59% {
        transform: translate3D(10%, 0, 0);
    }
    62% {
        transform: translate3d(0, 0, 0);
    }
    100% {
        transform: translate3d(0%, 0, 0);
    }
}

@keyframes walk1 {
    0% {
        transform: translate3d(25%, 0, 0);
    }
    95% {
        transform: translate3d(-100%, 0, 0);
    }
    100% {
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes walk2 {
    0% {
        transform: translate3d(25%, 0, 0);
    }
    100% {
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes walk2_krb {
    0% {
        transform: translate3d(5%, 0, 0);
    }
    99% {
        transform: translate3d(-100%, 0, 0);
    }
    100% {
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes walk2_s {
    0% {
        transform: translate3d(25%, 0, 0);
    }
    25% {
        transform: translate3d(-6.25%, 0, 0);
    }
    34% {
        transform: translate3d(-6.25%, 0, 0);
    }
    42% {
        transform: translate3d(-25%, 0, 0);
    }
    50% {
        transform: translate3d(-37.5%, 0, 0);
    }
    100% {
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes walk4 {
    0% {
        transform: translate3d(25%, 0, 0);
    }
    95% {
        transform: translate3d(-100%, 0, 0);
    }
    100% {
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes step4 {
    0% {
        background-position: 0% center;
    }
    100% {
        background-position: 133.33% center;
    }
}

@keyframes step8 {
    0% {
        background-position: 0% center;
    }
    100% {
        background-position: 114.285% center;
    }
}

@keyframes step10 {
    0% {
        background-position: 0% center;
    }
    100% {
        background-position: 111.11% center;
    }
}

@keyframes step12 {
    0% {
        background-position: 0% center;
    }
    100% {
        background-position: 109.09% center;
    }
}

@keyframes step16 {
    0% {
        background-position: 0% center;
    }
    100% {
        background-position: 106.66% center;
    }
}

@keyframes step17 {
    0% {
        background-position: 0% center;
    }
    100% {
        background-position: 106.25% center;
    }
}

@keyframes fadeAnime1 {
    0% {
        opacity: 0;
    }
    45% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    95% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
