@charset "UTF-8";

body {
    overflow-x: hidden;
}

@media screen and (min-width:600px) {

    .ken-lp__fv_Heading {
        height: 780px;
    }

    .ken-lp__fv_HeadingImg {
        height: 400px;
    }
}

.ken-lp__fv_HeadingLinkButton {
    margin-top: 10px;
}

/* .fv_hiru {
    background-image: url(../img/fv_bg_img_pc_B.jpg);
}

@media screen and (max-width:480px) {
    .fv_hiru {
        background-image: url(../img/fv_bg_img_B.jpg);
    }
}

.fv_HeadingLinkButton_abtest_cp {
    background-image: linear-gradient(120deg, #19868c, #07477a);
    opacity: 0.9;
    border-radius: 40px;
    border: 1px solid #fff;
    text-align: center;
    display: block;
    padding: 15px;
    color: #fff;
    font-size: 1.6rem;
    line-height: 1.2;
    text-decoration: none;
    position: relative;
}

.fv_HeadingLinkButton_abtest_cp:before {
    content: "";
    position: absolute;
    bottom: -24px;
    left: 50%;
    margin-left: -15px;
    border: 12px solid transparent;
    border-top: 12px solid #FFF;
    z-index: 2;
}

.fv_HeadingLinkButton_abtest_cp a {
    color: #fff;
} */
/* 
.zoomin.is-animated {
    animation: zoomIn 2s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}

@keyframes zoomIn {
    0% {
        transform: scale(0.8);
        opacity: 0;
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.fv_HeadingLinkButton_abtest {
    background-color: rgba(202, 162, 41, 0.8);
    font-size: 2.8rem;
    border-radius: 40px;
    border: 1px solid #fff;
    text-align: center;
    display: block;
    padding: 15px;
    margin-top: 20px;
    color: #fff;
    text-decoration: none;
    position: relative;
} */

.ken-lp__fv_ScrollText {
    z-index: 2;
    -webkit-animation: bounce 2s infinite 2s;
    animation: bounce 2s infinite 2s;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    transform: scale(1)
}

@keyframes bounce {

    0%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    60% {
        -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}

/* .fv_HeadingLinkButton_abtest:hover {
    background-image: linear-gradient(120deg, #19868c, #07477a);
}

.fv_HeadingLinkButton_abtest:after {
    content: "";
    width: 7px;
    height: 7px;
    border: 0;
    border-top: 1.5px solid #fff;
    border-right: 1.5px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
} */

.d-pc-none {
    display: none;
}

@media screen and (max-width:480px) {
    .d-pc-none {
        display: block;
    }
}

.d-sp-none {
    display: block;
}

@media screen and (max-width:480px) {
    .d-sp-none {
        display: none;
    }
}

.pr-145 {
    padding-right: 145px;
}

@media screen and (max-width:480px) {
    .pr-145 {
        padding-right: 15px;
    }
}

.pr-20 {
    padding-right: 20px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt--100 {
    margin-top: -100px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-120 {
    margin-bottom: 120px !important;
}

.large {
    font-size: 1.6rem !important;
    line-height: 1.8 !important;
}

.small {
    font-size: 1rem !important;
}

.strong_ken {
    font-weight: bold;
}
