@charset "UTF-8";
/* CSS Document */
html { margin-top: 0 !important; }
html body {position: relative;margin-top: 0 !important;}
body {width: 100%;margin: 0;padding: 0;font-family: yu-gothic-pr6n, "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", serif;color: #2F2F2F;background-color: #efefef;}
div {box-sizing: border-box;}
p,h1,h2,h3,h4,h5,h6,th,td,a,i {margin: 0 auto;padding: 0;font-size: 1.2vw;line-height: 120%;font-weight: 300;box-sizing: border-box;}
img,video,iframe{margin: 0;padding: 0;vertical-align: bottom;}
ul,ol {list-style: none;}
a {text-decoration: none;color: #2F2F2F;-webkit-transition: 0.5s ease-in-out;-moz-transition: 0.5s ease-in-out;-o-transition: 0.5s ease-in-out;transition: 0.5s ease-in-out;}
a:hover {opacity: 1;-webkit-animation: flash 1.5s;animation: flash 1.5s;}
/*----- font -----*/
.font1 {font-family: shippori-mincho, sans-serif;}
/*----- anim-box -----*/
@keyframes fadeIn {
0% {opacity: 0;}
100% {opacity: 1;}
}
@keyframes slideIn {
0% {transform: translateX(80%);opacity: 0;}
50% {opacity: 0.5;transform: translateX(0);}
100% {opacity: 1;}
}
@keyframes slideIn1 {
0% {transform: translateX(-80%);opacity: 0;}
50% {opacity: 0.5;transform: translateX(0);}
100% {opacity: 1;}
}
@keyframes slideIn2 {
0% {transform: translateY(-80%);opacity: 0;}
50% {opacity: 0.5;transform: translateY(0);}
100% {opacity: 1;}
}
@keyframes slideIn3 {
0% {transform: translateY(80%);opacity: 0;}
50% {opacity: 0.5;transform: translateY(0);}
100% {opacity: 1;}
}
.anim-box.slidein.is-animated {animation: slideIn 2.5s cubic-bezier(0.8, 1, 0.8, 1) 1 forwards;}
.anim-box.slidein1.is-animated {animation: slideIn1 2.5s cubic-bezier(0.8, 1, 0.8, 1) 1 forwards;}
.anim-box.slidein2.is-animated {animation: slideIn2 1.5s cubic-bezier(0.8, 1, 0.2, 1) 1 forwards;}
.anim-box.slidein3.is-animated {animation: slideIn3 2.5s cubic-bezier(0.8, 1, 0.2, 1) 1 forwards;}
.anim-box.fadein.is-animated {animation: fadeIn 1.5s cubic-bezier(0.8, 0, 0.2, 1) 1 forwards;}
@keyframes cta-bounce {
    0%, 100% {
        transform: translateX(-50%) scale(1);
    }
    8% {
        transform: translateX(-50%) scale(1.04);
    }
    16% {
        transform: translateX(-50%) scale(0.98);
    }
    24% {
        transform: translateX(-50%) scale(1.02);
    }
    32% {
        transform: translateX(-50%) scale(1);
    }
}
@keyframes cta-bounce-simple {
    0%, 100% {
        transform: scale(1);
    }
    8% {
        transform: scale(1.04);
    }
    16% {
        transform: scale(0.98);
    }
    24% {
        transform: scale(1.02);
    }
    32% {
        transform: scale(1);
    }
}
@keyframes cta-shine {
    0% {
        left: -80%;
    }
    45%, 100% {
        left: 130%;
    }
}
/*----- none -----*/
.pc {display: block;}
.tab {display: none;}
.sp {display: none;}


@media screen and (max-width:960px) {
.pc {display: block;}
.tab {display: block;}
.sp {display: none;}
}


@media screen and (max-width:500px) {
.pc {display: none;}
.tab {display: block;}
.sp {display: block;}
}
