@font-face {
    font-family: 'gothic';
    src: url('/fonts/gothic.eot');
    src: local('gothic'), url('/fonts/gothic.woff') format('woff'), url('/fonts/gothic.ttf') format('truetype');
}

.fontA {
    font-family: 'gothic' !important;
}

@font-face {
    font-family: "Coral W00 Black";
    src: url("/fonts/coral.eot");
    src: url("/fonts/coral.eot?#iefix") format("embedded-opentype"), url("/fonts/coral.woff2") format("woff2"), url("/fonts/coral.woff") format("woff"), url("/fonts/coral.ttf") format("truetype"), url("/fonts/coral.svg#Coral W00 Black") format("svg");
}

.fontB {
    font-family: 'Coral W00 Black' !important;
}

* {
    margin: 0px;
    padding: 0px;
    font-size: 100%;
    font-family: "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
    letter-spacing: 1px;
    color: #005f27;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

a {
    text-decoration: none;
}

dl,
dt,
dd {
    margin: 0;
    padding: 0;
}

ul,
li {
    list-style: none;
}

img {
    vertical-align: middle;
    border: 0;
    margin: 0;
    padding: 0;
}

.clear {
    clear: both;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: block;
    clear: both;
}

* html .clearfix {
    height: 1%;
    overflow: hidden;
}

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

    100% {
        opacity: 1;
    }
}

.bodyFadeIn {
    animation-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
    animation-name: bodyFadeIn;
    animation-delay: 0;
    animation-duration: 0.6s;
    animation-fill-mode: both;
}

body {
    /*        background: url(/pc/img/bg_footer.png) repeat;*/

}

h1 {
    font-size: 10px;
    line-height: 180%;
    text-align: center;
    padding-right: 5px;
    color: #fa858e;
}

#allWrap {
    position: relative;
    width: 100%;
    min-width: 320px;
    overflow: hidden;
}

@keyframes fadeInL {
    from {
        /*        transform: translate3d(-100%, -100%, 0);*/
        visibility: visible;
        transform: translate3d(0, 0, 0);
    }

    to {
        /*        transform: translate3d(-26%, -26%, 0);*/
        transform: translate3d(0%, -100%, 0);
    }
}

.fadeInL {
    -webkit-animation-name: fadeInL;
    animation-name: fadeInL;
    animation-delay: 3.6s;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
}

@keyframes fadeInR {
    from {
        /*        transform: translate3d(-100%, -100%, 0);*/
        visibility: visible;
        transform: translate3d(0, 0, 0);

    }

    to {
        transform: translate3d(0%, 100%, 0);
    }
}

.fadeInR {
    -webkit-animation-name: fadeInR;
    animation-name: fadeInR;
    animation-delay: 3.6s;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
}

.green {
    background-image: url(/index/img/green_triangle.png);
    background-position: 50%;
    background-repeat: no-repeat;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 101%;

}

.pink {
    background-image: url(/index/img/pink_triangel.png);
    background-position: 50%;
    background-repeat: no-repeat;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}

.coverWrap {
    /*
    background-image: url(/sp/img/index_cover.jpg);
    background-attachment: fixed;
    background-position: 50% 80%;
    background-repeat: no-repeat;
    background-size: cover;
*/
    width: 100%;
    position: relative;
}

.coverWrap img {
    width: 100%;
}

.cover {
    width: 100%;
    position: relative;
}

.entranceIn {
    animation-name: entranceIn;
    animation-delay: 4s;
    animation-duration: 0.3s;
    animation-fill-mode: both;
    animation-timing-function: ease-in-out;
}

@keyframes entranceIn {
    from {
        /*        transform: translate3d(-100%, -100%, 0);*/
        visibility: hidden;
        transform: translate3d(0, -100%, 0);
        opacity: 0;
    }

    to {
        transform: translate3d(0, 0, 0);
        visibility: visible;
        opacity: 1;
    }
}

.entrance {
    position: relative;
    width: 100%;
    max-width: 240px;
    margin: 50px auto;
    overflow: hidden;
    z-index: 5;
}

.entrance li {
    position: relative;
}

.entrance li.enter {}

.entrance li.leave {
    width: 40%;
    margin: 50px 0 0 0;
    display: none;
}

.entrance li a {
    display: block;

}

.entrance li a img {
    width: 100%;
}

.logo {
    position: relative;
    width: 100%;
    max-width: 300px;
    margin: 30px auto;
}

.logo img {
    width: 100%;
}

.coronaWrap{
    margin: 0 10px;
}
.corona {
    background: #fff;
    padding: 30px 10px 10px;
    border: 3px double #F09AAD;
    max-width: 1000px;
    margin: 0 auto;
}

.corona dt {
    text-align: center;
    font-size: 24px;
}

.corona dd {
    padding: 10px;
    line-height: 140%;
    font-size: 18px;
}
@keyframes inS1 {
    from {
        visibility: hidden;
    }

    1% {
        visibility: visible;

    }

    to {
        visibility: hidden;
    }
}

.inS1 {
    animation-name: inS1;
    animation-delay: 1s;
    animation-fill-mode: both;
    animation-duration: 0.8s;
    position: absolute;
    top: 50%;
    margin: -60px 0 0 0;
}

@keyframes inS2 {
    from {
        visibility: hidden;
    }

    1% {
        visibility: visible;

    }

    to {
        visibility: hidden;
    }
}

.inS2 {
    animation-name: inS2;
    animation-delay: 1.8s;
    animation-fill-mode: both;
    animation-duration: 0.8s;
    position: absolute;
    top: 50%;
    margin: -60px 0 0 0;

}

@keyframes inS3 {
    from {
        visibility: hidden;
    }

    1% {
        visibility: visible;

    }

    to {
        visibility: hidden;
    }
}

.inS3 {
    animation-name: inS3;
    animation-delay: 2.6s;
    animation-fill-mode: both;
    animation-duration: 1s;
    position: absolute;
    top: 50%;
    margin: -60px 0 0 0;
}

.start {
    position: fixed;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
}

.start span {
    font-size: 120px;
    display: block;
    font-family: "Anton", sans-serif;
    line-height: 1;
    letter-spacing: 0;
    font-weight: 400;
    color: #fff;
    width: 100%;
    text-align: center;
}

/*

@media only screen and (min-width:1280px) {
    .start {
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        text-align: center;
        margin: -90px 0 0 0;
    }

    .start span {
        font-size: 180px;
        display: inline-block;
        font-family: "Anton", sans-serif;
        line-height: 1;
        letter-spacing: 0;
        font-weight: 400;
        color: #fff;
        padding-left: 40px;
    }
}

@media only screen and (min-width:1680px) {
    .start {
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        text-align: center;
        margin: -125px 0 0 0;
    }

    .start span {
        font-size: 250px;
        display: inline-block;
        font-family: "Anton", sans-serif;
        line-height: 1;
        letter-spacing: 0;
        font-weight: 400;
        color: #fff;
        padding-left: 40px;
    }
}
*/

#footerWrap {
    position: relative;
    text-align: center;
    width: 100%;
    /*    background: #fff;*/
    padding: 30px 0;
    margin: 30px 0 0 0;
}

.footerBorderTop {
    height: 4px;
    width: 100%;
    position: absolute;
    top: -4px;
    left: 0;
    overflow: hidden;
    background: url(/pc/img/footer_border.png) repeat;
}

#footer {
}

#footer li {
    font-family: "gothic", sans-serif;
    font-size: 8px;
    line-height: 1;
    margin: 0 5px 0 0;
}

#footer li a {
    display: inline-block;
    font-family: "gothic", sans-serif;
    font-size: 10px;
    line-height: 1;
    padding: 2px 0;
}

#footer li.copyRight {
}

#footer li.produced a {
    font-family: "Noto Sans JP", sans-serif;

}

.kirakiraWrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.kirakira {
    position: absolute;
    left: 0;
    top: 0;
}

.kirakira_inner {
    position: relative;
    display: none;
}

.kirakira_one {
    position: absolute;
    left: 0;
    top: 0;
}

.kirakira-x {
    position: relative;
    width: 40px;
    height: 40px;
}

.kirakira-x::before {
    position: absolute;
    left: 50%;
    top: 50%;
    content: '';
    width: 0;
    height: 0;
    margin-top: -10%;
    border-width: 2px 20px;
    border-style: solid;
    border-color: transparent;
    border-left-color: #faf74a;
}

.kirakira-x::after {
    position: absolute;
    right: 50%;
    top: 50%;
    content: '';
    width: 0;
    height: 0;
    margin-top: -10%;
    border-width: 2px 20px;
    border-style: solid;
    border-color: transparent;
    border-right-color: #faf74a;
}

.kirakira-y {
    position: relative;
    width: 40px;
    height: 40px;
}

.kirakira-y::before {
    position: absolute;
    left: 50%;
    top: 50%;
    content: '';
    width: 0;
    height: 0;
    margin-left: -10%;
    border-width: 20px 2px;
    border-style: solid;
    border-color: transparent;
    border-top-color: #faf74a;
}

.kirakira-y::after {
    position: absolute;
    left: 50%;
    bottom: 50%;
    content: '';
    width: 0;
    height: 0;
    margin-left: -10%;
    border-width: 20px 2px;
    border-style: solid;
    border-color: transparent;
    border-bottom-color: #faf74a;
}
