:root {
    --ncMilky: #000;
    --ncWhite: 000;
    --ncPink: 000;
    --ncPlatinum: 000;
    --ncGold: #fff;
    --ncBlack: #fff;
    --menuColor: #777;
    --textColor: #555;
    --footColor: #e70075;
    --FunctionPro: 'FunctionsPro', sans-serif;
    --serif: '"Noto Serif JP', serif;
    --bgMilky: url(/img/name_bg_milky.webp);
    --bgWhite: url(/img/name_bg_white.webp);
    --bgPink: url(/img/name_bg_pink.webp);
    --bgPlatinum: url(/img/name_bg_platinum.webp);
    --bgGold: url(/img/name_bg_gold.webp);
    --bgBlack: url(/img/name_bg_black.webp);
}

@keyframes bodyFadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes bodyFadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

body {
    position: relative;
    background-color: #ececeb;
}

body#contentsBody {
    position: relative;
    animation: bodyFadeIn 1s ease-in-out 0s 1 normal;
}

body#profileBody {
    position: relative;
    animation: bodyFadeIn 0.8s ease-in-out 0s 1 normal;
}

#allWrap {
    position: relative;
    min-width: 380px;
    width: 100%;
    height: 100%;
    background-color: #fff;
}

#allWrap.topBody {
    position: relative;
    /* background-image: url(/img/bg.jpg);
    background-position: 50% 0;
    background-repeat: repeat;
    background-size: 300px auto;
    background-color: #f8f6f5; */
}

#allWrap.contentsBody {
    position: relative;
    background-image: url(/img/bg.jpg);
    background-position: 50% 0;
    background-repeat: repeat;
    background-size: 300px auto;
    background-color: #f8f6f5;
}

/*
#allWrap.companionBody::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 20%;
    min-height: 1000px;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    z-index: 0;
}
*/
#allWrap.profileBody {
    position: relative;
    background-color: #f8f6f5;

}

#allWrap.systemBody {
    position: relative;
    background-image: url(/img/bg.png);
    background-position: 50% 0;
    background-repeat: repeat;
    background-size: 400px auto;
}

#allWrap.systemBody::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 1000px;
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    z-index: 0;
}

@media only screen and (max-width : 1040px) {}

#wrap-inner {
    position: relative;
    width: 100%;
    height: 100%;
}

#content-wrap {}

#content-wrap.out {}

#header-bg-Wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    z-index: 9800;
    transition: 0.3s ease;
    background-color: #000;
}

/*
#header-bg-Wrap.change {
    top: -90px;
}
*/

#wrap {
    position: relative;
    height: 100%;
    width: 100%;
    z-index: 1;
}

#contents {
    position: relative;
    height: 100%;
    width: 100%;
    min-height: 1500px;
}

#foot-fix {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
}

#footerTop {
    width: 100%;
    padding: 5px 0 5px 5px;
}

.breadcrumb_list {
    text-align: center;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 0 0 20px 0;
    line-height: 140%;
}

.breadcrumb_list li {
    display: inline-block;
    margin: 0 3px;
}

.breadcrumb_list li.breadLogo a i {
    width: 1lh;
    height: 1lh;
   display: inline-block;
   color: #ccc;
   margin-right: 6px;
}

.breadcrumb_list li a,
.breadcrumb_list li b {
    display: block;
    color: #ccc;
    font-size: 12px;
    padding: 0 2px;
}

.breadcrumb_list li span {
    display: block;
    color: #ccc;
    font-size: 12px;
    line-height: 1;
    padding: 0 2px;
}

#footerWrap {
    position: relative;
    width: 100%;
    background-color: #000;
    background-image: url(/img/menu_bg.webp);
    background-position: 50% 0;
    background-repeat: repeat;
    background-size: 200px auto;
    min-width: 780px;
    padding: 60px 0 0 0;
    z-index: 9000;
}

/*
#footerWrap::after{
    content: "";
    position: absolute;
    top: -100px;
    left: 0;
    width: 100%;
    height: 100px;
    background-image: url(/img/footer_visual.svg);
    background-repeat: no-repeat;
    background-position: 0 100%;
    background-size: 100% 100%;
}
*/

#footerWrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 50%;
    width: 100%;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    z-index: 8900;
}

#foot-frame {
    height: 150px;
    width: 150px;
    background-color: #000;
    position: absolute;
    top: -75px;
    left: 50%;
    border-radius: 50%;
    transform: translate(-50%, 0);
    padding: 20px 20px 0 20px;
}

#foot-frame img {
    width: 100%;
    animation: rotate-anime 5s ease-in-out infinite;
}

@keyframes rotate-anime {
    0% {
        transform: rotateY(0);
    }

    50% {
        transform: rotateY(180deg);
    }

    100% {
        transform: rotateY(360deg);
    }
}

#footer-inner {
    position: relative;
    z-index: 8999;
    /* background: #000; */
}

#footer {
    position: relative;
    width: 100%;
    margin: 0 auto;
    max-width: 1060px;
    padding: 0 10px 30px 10px;
}

#footer dt {
    width: 280px;
    /* position: relative;
    margin: -20px auto 0 auto; */
    position: relative;
    margin: 0 auto;
}

#footer dt img {
    width: 100%;
}

#footer dd.footerInfo,
#footer dd.footerMenu {
    margin: 20px auto;
    position: relative;
}

#footer dd.footerInfo {
    font-size: 16px;
    color: var(--footColor);
}

#footer dd.footerInfo ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#footer dd.footerInfo ul li {
    font-family: 'FunctionsPro', sans-serif;
    padding: 0 11px;
    color: var(--footColor);
    display: inline-block;
}

#footer dd.footerInfo ul li span.infoTitle {
    font-family: 'FunctionsPro', sans-serif;
    display: inline-block;
    background: #1c1c1c;
    color: var(--footColor);
    font-size: 16px;
    line-height: 1;
    padding: 2px 6px;
    margin: 0 5px 0 0;
}

#footer dd.footerInfo ul li a {
    font-family: 'FunctionsPro', sans-serif;
    color: var(--footColor);
    display: inline-block;
    font-size: 18px;
    line-height: 1;
}

#footer dd.footerMenu ul {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#footer dd.footerMenu ul li {
    position: relative;
    display: inline-block;
    color: var(--footColor);
}

#footer dd.footerMenu ul li a {
    display: inline-block;
    padding: 0 12px;
    color: var(--footColor);
}

#footer dd.footerMenu ul li:last-child a {
    border: none;
}

#footer dd.footerMenu ul li b {
    color: var(--footColor);
}

#footer dd.footerMenu ul li a.place span {
    color: #ffb1be;
    text-decoration: underline;
}

#footer dd.footerMenu ul li a span {
    color: var(--footColor);
    font-family: 'FunctionsPro', sans-serif;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 2px
}

#footer dd.footerMenu ul li a span:hover {
    color: #ffb1be;
}

#footer span.footerBorder {
    display: block;
    height: 3px;
    background-color: #181c1d;
    border-top: 1px solid #2a2a2a;
    width: auto;
    margin: 30px auto;
}

/*
#footer span.footerBorder {
    background: url(/pc/img/footer_border.png) repeat;
    height: 6px;
    width: auto;
    margin: 30px auto;
    display: block;
}
*/

#footer dd#copyRight {
    color: var(--footColor);
    font-size: 10px;
    font-family: 'FunctionsPro', sans-serif;
    text-align: center;
}

#footer dd#copyRight b {
    display: inline-block;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: 140%;
}

.link-banner {
    width: 400px;
    position: relative;
    margin: 10px 40px 0 auto;
}

.link-banner a {
    display: block;
    background: #1a1a1a;
    padding: 5px;
}

.link-banner a img {
    width: 100%
}

#footerBottomWrap {
    position: relative;
    /*    background: #e5e5e5;*/
    background: #141414;
}

#footerBottom {
    position: relative;
    padding: 10px 6px;
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
}

#footerBottom span {
    display: block;
    margin-right: 10px;
    float: left;
    overflow: hidden;
}

#footerBottom span a {
    margin-right: 4px;
    display: block;
}

#footerBottom span img {
    width: 44px;
}

#footerBottom .link {
    font-size: 8px;
    color: #808080;
    display: inline-block;
    margin: 0 5px;
}

#footerBottom .link a {
    font-size: 10px;
    line-height: 10px;
    color: #808080;
    display: inline-block;
    margin: 0 0 0 5px;
}

#footerBottom .link a:hover {
    background: #fff;
}

.back {
    position: fixed;
    bottom: 10px;
    right: 10px;
}

.foot-fixArea {
    position: fixed;
    z-index: 9010;
    width: 100%;
    height: 60px;
    overflow: hidden;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    transform: translateY(0);
}

.foot-fix {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
    width: 100%;
}

.foot-fix li.fix-tel {
    display: inline-block;
    width: calc(20% - 30px);
    background-color: #1a1a1a;
}

.foot-fix li.fix-reserve {
    display: inline-block;
    width: calc(20% - 30px);
    background-color: #444444;
}

.foot-fix li.fix-pt {
    display: inline-block;
    width: 60px;
    margin: 0 0 0 auto;
    background-color: #1a1a1a;
}

.foot-fix li.fix-tel span a,
.foot-fix li.fix-reserve span a {
    position: relative;
    display: block;
    /* font-family: var(--FunctionPro); */
    font-family: "Roboto", sans-serif;
    transform: skewX(-4deg);
    color: #fafafa;
    position: relative;
    line-height: 60px;
    font-size: 1.3em;
}

.foot-fix li.fix-tel span a::after,
.foot-fix li.fix-reserve span a::after {
    content: "";
    position: absolute;
    width: calc(20% - 30px);
    height: 2px;
    bottom: 0;
    left: 50%;
    background: #fafafa;
    transform: translateX(-50%);
    border-radius: 2px;
}

.foot-fix li.fix-tel span a i,
.foot-fix li.fix-reserve span a i {
    display: inline-block;
    color: inherit;
    padding-left: 10px;
}

.foot-fix li.fix-tel span a img {
    width: 80%;
}

.foot-fixArea .foot-fix a.pageTopBtn {
    display: block;
    transition: 0.3s ease;
    height: 60px;
    position: relative;
    text-align: center;
}

.foot-fixArea .foot-fix a.pageTopBtn i {
    color: #fff;
    font-size: 30px;
    line-height: 60px;
    transition: 0.3s ease;
    padding-top: 3px;
}

.foot-fixArea .foot-fix a.pageTopBtn:hover {
    background: #fff;
}

.foot-fixArea .foot-fix a.pageTopBtn:hover i {
    color: #000;
}


.foot-fixArea .fix-tel a {
    display: block;
}

.foot-fixArea .fix-tel a img {
    width: 100%;
}

.pattern {
    position: absolute;
    width: 100%;
    height: 100%;
    max-height: 100%;
    background: url(/pc/img//pattern.png) repeat;
    top: 0;
    left: 0;
    opacity: 0.2;
    display: block;
    transition-timing-function: ease;
}

@media all {
    .featherlight {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 2;
        text-align: center;
        cursor: pointer;
        overflow: auto;
    }

    .featherlight:last-of-type {
        background: rgba(0, 0, 0, 0.9);
        z-index: 10001;
        cursor: default;
    }

    .featherlight:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

    .login-triangle {
        width: 0;
        margin-left: auto;
        border: 12px solid transparent;
        border-bottom-color: #28d;
    }

    .featherlight .featherlight-content {
        position: relative;
        vertical-align: middle;
        display: inline-block;
        padding: 25px;
        width: 100%;
        max-width: 900px;
        margin: 0 auto;
        background: #f9f9f9;
        cursor: auto;
        border-radius: 5px;
        margin: 50px 0;
        padding: 100px 80px;
    }

    .featherlight .featherlight-inner {
        display: block;
    }

    .featherlight .featherlight-close-icon {
        position: absolute;
        top: 5px;
        right: 5px;
        line-height: 60px;
        width: 60px;
        font-size: 40px;
        cursor: pointer;
        text-align: center;
        font: Arial, sans-serif;
        background: none;
        color: #aaa;
        z-index: 2000;
    }

    .featherlight .featherlight-image {
        width: 100%
    }

    .featherlight-iframe .featherlight-content {
        border-bottom: 0;
        padding: 0;
    }

    .featherlight iframe {
        border: 0;
    }
}

.lightbox dl {
    position: relative;
}

.lightbox dl dt {
    border-radius: 50px;
    overflow: hidden;
}

.lightbox dl dt img {
    width: 100%;
}

.lightbox dl dd.disTit {
    position: relative;
    margin: 20px 0;
}

.lightbox dl dd.disTit b {
    font-family: "Noto serif JP", serif;
    font-size: 40px;
    color: #000;
}

.lightbox dl dd.disBody {
    padding: 10px 0 0 0;
    line-height: 140%;
    font-size: 14px;
}

.lightbox dl dd.eventBody {
    padding: 10px 0 0 0;
    line-height: 140%;
    font-size: 14px;
}

table.disTable {
    position: relative;
    border-collapse: separate;
    width: 100%;
    padding: 10px 0 0 0;
}

table.disTable tbody {
    width: 100%;
    height: 100%;
}

table.disTable tr {}

table.disTable tr th {
    padding: 20px 0 20px 0;
    font-size: 24px;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    width: 26%;
    vertical-align: middle;
    display: table-cell;
    text-align: center;
    background-color: #ececec;
}

table.disTable tr th.tht {
    padding: 10px 0;
    border-top: 1px solid #ccc;
}

table.disTable tr th span {
    /* font-family: "Alice", "Noto sans JP", sans-serif; */
    font-size: 20px;
    display: block;
    line-height: 120%;
    letter-spacing: 0;
}

table.disTable tr td.td1,
table.disTable tr td.td3 {
    text-align: center;
    font-size: 24px;
    padding: 15px 0 15px 0;
    line-height: 140%;
    width: 35%;
    border-bottom: 1px solid #ccc;
}

table.disTable tr td.td1 span {
    display: inline-block;
    font-size: 20px;
}

table.disTable tr td.td3 {
    border-right: 1px solid #ccc;
}

table.disTable tr td.td3 span {
    display: inline-block;
    color: red;
    font-size: 24px;
}

table.disTable tr td.td2 {
    text-align: center;
    font-size: 20px;
    padding: 15px 0 15px 0;
    line-height: 140%;
    width: 4%;
    border-bottom: 1px solid #ccc;
}

table.disTable tr td.tdt {
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
}

table.disTable tr td.tdt span {
    font-size: 20px;
}

table.disTable tr td span {
    font-size: 24px;
    letter-spacing: 2px;
    line-height: 120%;
    letter-spacing: 0;
}

table.disTable tr td span.tdeco {
    position: relative;
    text-decoration: line-through red;
}

table.disTable tr td a {
    text-align: left;
    line-height: 1;
    transition: 0.3s ease;
    display: inline-block;
}

.swiper-slide span.ss-inner {
    display: block;
    background: rgb(218, 68, 83);
    background: -moz-linear-gradient(left, rgba(218, 68, 83, 1) 0%, rgba(137, 33, 107, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(218, 68, 83, 1) 0%, rgba(137, 33, 107, 1) 100%);
    background: linear-gradient(to right, rgba(218, 68, 83, 1) 0%, rgba(137, 33, 107, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8bc1', endColorstr='#ffa784', GradientType=1);
    padding: 1px;
    position: relative;
    padding: 2px;
}

.swiper-slide span.tf-TL {
    background-image: url(/pc/img/name_frame_TL.svg);
    width: 40px;
    height: 40px;
    position: absolute;
    top: 4px;
    left: 4px;
    display: block;
    overflow: hidden;
}

.swiper-slide span.tf-TR {
    background-image: url(/pc/img/name_frame_TR.svg);
    width: 40px;
    height: 40px;
    position: absolute;
    top: 4px;
    right: 4px;
    display: block;
    overflow: hidden;
}

.swiper-slide span.tf-BR {
    background-image: url(/pc/img/name_frame_BR.svg);
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: 4px;
    right: 4px;
    display: block;
    overflow: hidden;
}

.swiper-slide span.tf-BL {
    background-image: url(/pc/img/name_frame_BL.svg);
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: 4px;
    left: 4px;
    display: block;
    overflow: hidden;
}

.swiper-slide span img {
    width: 100%;
}

@keyframes lineIn {
    from {
        opacity: 1;
        width: 0;
    }

    to {
        opacity: 1;
        width: 100%;
    }
}

.lineIn {
    -webkit-animation-name: lineIn;
    animation-name: lineIn;
}

.anime-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    pointer-events: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: 0;
    transform: translate3d(0, 0, 0)
}

.anime-bg-item {
    position: absolute;
    transform: rotate(var(--bg-rotate));
    animation-name: bg-rotate;
    animation-play-state: paused;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate
}

.anime-bg-item:nth-of-type(1) {
    --bg-rotate: -30deg;
    animation-duration: 20s;
    animation-direction: alternate-reverse
}

.anime-bg-item:nth-of-type(2) {
    --bg-rotate: 0deg;
    animation-duration: 10s;
    animation-direction: alternate-reverse
}

.anime-bg-item:nth-of-type(3) {
    --bg-rotate: 45deg;
    z-index: 10;
    isolation: isolate;
    transform-origin: center;
    animation-duration: 10s
}

.anime-bg-item:nth-of-type(4) {
    --bg-rotate: 90deg;
    z-index: 10;
    isolation: isolate;
    transform-origin: center;
    animation-duration: 30s
}

.anime-bg.is-bg-loaded {
    opacity: 1
}

.anime-bg.is-bg-active .anime-bg-item {
    animation-play-state: running
}

@keyframes bg-rotate {
    0% {
        transform: translate3d(0, 0, 0) rotate(var(--bg-rotate))
    }

    100% {
        transform: translate3d(0, -5%, 0) rotate(calc(var(--bg-rotate) + 180deg))
    }
}

@media screen and (min-width: 768px) {
    .anime-bg {
        transition: opacity 2000ms
    }

    .anime-bg-item:nth-of-type(1) {
        top: 0;
        left: -45.1rem;
        width: 160rem
    }

    .anime-bg-item:nth-of-type(2) {
        top: -36.3rem;
        left: 34.2rem;
        width: 160rem
    }

    .anime-bg-item:nth-of-type(3) {
        inset: 0;
        width: 120rem;
        margin: auto
    }

    .anime-bg-item:nth-of-type(4) {
        inset: 0;
        width: 160rem;
        margin: auto
    }

}

@media screen and (max-width: 767px) {
    .anime-bg {
        transition: opacity 3000ms
    }

    .anime-bg-item:nth-of-type(1) {
        top: calc(50% - 25rem);
        left: calc(50% - 75rem);
        width: 140rem
    }

    .anime-bg-item:nth-of-type(2) {
        top: calc(50% - 140rem);
        left: calc(50% - 60rem);
        width: 140rem
    }

    .anime-bg-item:nth-of-type(3) {
        top: calc(50% - 70rem);
        left: calc(50% - 60rem);
        width: 150rem
    }
}

.bg-blend {
    position: absolute;
    width: 100%;
    mix-blend-mode: screen;
    transition: opacity 300ms ease;
    transform: translate3d(0, 0, 0);
    min-width: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    pointer-events: none;
}

.bg-blend video {
    display: block;
    width: 100%;
}

@-webkit-keyframes blink {
    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes blink {
    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.blink {
    -webkit-animation: blink 1.5s ease-in-out infinite alternate;
    animation: blink 1.5s ease-in-out infinite alternate;
}

.sta {
    /* animation: kaiten 2s infinite alternate; */
    -webkit-animation-name: titanimation;
    animation-name: titanimation;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}

@-webkit-keyframes titanimation {
    0% {
        visibility: hidden;
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
@keyframes titanimation {
    0% {
        visibility: hidden;
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.offs .effect {
    opacity: 0;
}

.ons .effect {
    opacity: 1;
    transition-duration: 3s;
}

/*遅延の設定*/
.delay-1 {
    transition-delay: 0.2s;
}

.delay-2 {
    transition-delay: 0.3s;
}

.delay-3 {
    transition-delay: 0.4s;
}

.delay-4 {
    transition-delay: 0.5s;
}

.delay-5 {
    transition-delay: 0.6s;
}

.delay-6 {
    transition-delay: 0.7s;
}

.delay-7 {
    transition-delay: 0.8s;
}

.delay-8 {
    transition-delay: 0.9s;
}

.delay-9 {
    transition-delay: 1s;
}

.delay-10 {
    transition-delay: 1.1s;
}

.delay-11 {
    transition-delay: 1.2s;
}

.delay-12 {
    transition-delay: 1.3s;
}

.delay-13 {
    transition-delay: 1.4s;
}

.delay-14 {
    transition-delay: 1.5s;
}

.delay-15 {
    transition-delay: 1.6s;
}

.delay-16 {
    transition-delay: 1.7s;
}

.delay-17 {
    transition-delay: 1.8s;
}

.delay-18 {
    transition-delay: 1.9s;
}

.delay-19 {
    transition-delay: 2s;
}

.delay-20 {
    transition-delay: 2.1s;
}

.animated {
    animation-fill-mode: both;
    visibility: hidden;
}

.animated.infinite {
    animation-iteration-count: infinite;
}

@keyframes my-fadeIn {
    0% {
        opacity: 0;
        transform: translate3d(0, 100px, 0);
        transform-origin: center center;
        visibility: hidden;
    }

    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
        transform-origin: center center;
        visibility: visible;
    }
}

.my-fadeIn {
    animation-name: my-fadeIn;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform-origin: center center;
        visibility: hidden;
    }

    100% {
        opacity: 1;
        transform-origin: center center;
        visibility: visible;
    }
}

.fadeIn {
    animation-name: fadeIn;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    animation-delay: 0.6s;
    animation-duration: 1s;
    animation-fill-mode: both;
}

@keyframes my-fadeIn2 {
    0% {
        opacity: 0;
        transform: translate3d(0, 50px, 0);
        transform-origin: center center;
        visibility: hidden;
    }

    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
        transform-origin: center center;
        visibility: visible;
    }
}

.my-fadeIn2 {
    -webkit-animation-name: my-fadeIn2;
    animation-name: my-fadeIn2;
    animation-delay: 0.6s;
    animation-duration: 1s;
    animation-fill-mode: both;
}

.tdr {
    animation-name: rota;
    animation-duration: 3s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}

@keyframes rota {
    0% {
        transform: rotateY(0);
    }

    100% {
        transform: rotateY(360deg);
    }
}

@-webkit-keyframes rota {
    0% {
        transform: rotateY(0);
    }

    100% {
        transform: rotateY(360deg);
    }
}
