body{
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    color:#474241;
}
h1,h2,h3,h4,h5,li,p{
    margin-bottom:0;
}
p {
    line-height: 1.4;
}
img{
    width:100%;
    height:auto;
}
.container{
    max-width: 1000px;
}
.cv_btn {
    margin:0 auto ;
    width: 400px;
    max-width: 100%;
    height: 70px;
    border-radius: 50px;
    background: #FCDC0D;
    box-shadow: 0 3px 8px rgba(0,0,0,0.3);
    line-height: 70px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #707070;
    transition:all 0.3s;
}
.cv_btn:hover{
    cursor: pointer;
    opacity:0.7;
}
@media screen and (max-width:1028px){

}
@keyframes shiny {
    0% { left: -20%; }
    10% { left: 120%; }
    100% { left: 120%; }
}

.shiny-btn {
    position: relative;
    display: block;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
}

.shiny-btn::after {
    content: '';
    position: absolute;
    top: -10%;
    left: -20%;
    width: 40px;
    height: 100%;
    transform: scale(2) rotate(20deg);
    background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, .5) 100%, rgba(255, 255, 255, 0) 0%);
    
    animation-name: shiny;
    animation-duration: 3s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}
.kome{
    font-size:12px;
    color:#707070;

}
.js-fade {
    opacity: 0;
    visibility: hidden;
    transform: translateY(50px);
    transition: opacity 1s,visibility 1s, transform 1s;
}

.scroll {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}
/* fv
--------------------------------------------*/
.fv {
    padding: 40px 20px 20px;
    max-width:1000px;
    margin:0 auto;
}
.fv__left-txt1{
    width:240px;
    height:auto;
    margin-bottom:30px;
}
.fv__left-txt2{
    width:360px;
    max-width: 100%;
    height:auto;
    margin-bottom:20px;
    margin-top:80px
}
.fv__left-img_sp{
    margin:10px auto 20px;
    width:300px;
    height:auto;
    max-width: 100%;
}
.fv__badge {
    width: 130px;
    margin: 20px 10px 20px;
}
@media screen and (max-width:991.98px){
    .fv{
        width:400px;
        max-width:100%;
    }
    .fv__left-txt2{
        margin-top:10px;
    }
    .fv__badge {
        width: 97px;
        margin: 14px 3px 20px;
    }

}


/* campaign
--------------------------------------------*/
.campaign {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 40px;
    background: #FCDC0D;
}
.campaign__ttl {
    text-align: center;
    font-size: 22px;
    margin-bottom: 5px;
}
.campaign__ttlsub {
    margin: 0 auto 5px;
    width: 600px;
    max-width: 100%;
}
.campaign__ticket {
    width: 800px;
    max-width: 100%;
    margin: 0 auto 12px;
}
/*
.campaign__ticket img{
    box-shadow: 4px 4px 10px rgba(0,0,0,0.3);
}
    */
.campaign__ticket-adding {
    width: 400px;
    max-width: 100%;
    margin: 14px auto 10px;
}
.campaign__detail {
    position: relative;
    color: #474241;
    font-size: 22px;
    text-align: center;
    font-weight: bold;
    margin: 4px auto 10px;
    line-height: 1.2;
}
/*
.campaign__detail::before {
    position: absolute;
    top: 0;
    left: calc(50% - 150px);
    content: "";
    width: 20px;
    height: 50px;
    background: url(../images/campaign_left.png) no-repeat;
    background-size: contain;
}
.campaign__detail::after {
    position: absolute;
    top: 0;
    left: calc(50% + 130px);
    content: "";
    width: 20px;
    height: 50px;
    background: url(../images/campaign_right.png) no-repeat;
    background-size: contain;
}
*/
.campaign .cv_btn {
    background: #DB2E38 !important;
    color: white !important;
    margin-top: 14px;
}

/* points
--------------------------------------------*/
.points{
    padding-top:60px;
    padding-bottom:40px;
}
.points__item {
    border: solid 4px #C2BDBB;
    padding: 30px 40px 0px;
    margin: 20px 10px;
    height: 100%;
}
.points__img {
    width: 200px;
    margin: 20px auto;
}
@media screen and (max-width:767.98px){
    .points__item {
        height: auto;
        margin-bottom: 20px;
        padding-bottom: 30px;
    }
}


/* cases
--------------------------------------------*/
.cases {
    padding-top: 60px;
    padding-bottom: 40px;
}
.cases__item {
    border: solid 4px #C2BDBB;
    padding: 20px 30px 10px;
    margin: 30px auto;
}
.cases__itemttl1 {
    font-size: 14px;
    line-height: 1;
}
.cases__itemttl2 {
    font-size: 34px;
    line-height: 1;
    font-weight: bold;
}
.cases__kingaku {
    text-align: center;
    margin: 30px auto;
}
.cases__kingaku span {
    font-size: 40px;
    font-weight: bold;
}


/* flow
--------------------------------------------*/
.flow{
    padding-top:60px;
    padding-bottom:40px;
}
.flow__item-head {
    position: relative;
    width: 22%;
    height: auto;
    margin: 30px auto;
    padding: 20px;
}
.flow__item-head:not(:last-child)::after {
    position: absolute;
    content: "";
    background: url(../images/next.png) no-repeat;
    background-size: contain;
    width: 10px;
    height: 18px;
    top: 50%;
    right: -25px;
}
.flow__itemttl1 {
    font-size: 14px;
    line-height: 1;
}
.flow__itemttl2 {
    font-size: 34px;
    line-height: 1;
    font-weight: bold;
}
.flow__ttlsub {
    margin-left: 20px;
    font-size: 24px !important;
    align-self: end;
}
.flow__item2 {
    margin: 10px auto;
    padding: 10px 30px;
}
.flow__item2-txt {
    margin-top: 20px;
    padding: 10px;
}
@media screen and (max-width:767.98px){
    .flow__item-head {
        max-width: 100%;
        height: auto;
        margin: 10px auto;
        width:400px;
    }
    .flow__item-head:not(:last-child)::after {
        top: auto;
        left: calc(50% - 5px);
        transform: rotate(90deg);
        bottom: -20px;
    }
    .flow__item2 {
        position:relative;
        padding: 20px;
        width:400px;
        max-width: 100%;
    }
    .yajirusi::after{
        position: absolute;
        content: "";
        background: url(../images/next.png) no-repeat;
        background-size: contain;
        width: 10px;
        height: 18px;
        left: calc(50% - 5px);
        transform: rotate(90deg);
        bottom: -20px;

    }
    .flow__item2-txt {
        margin-top: 10px;
        padding: 0;
    }
}

/* voices
--------------------------------------------*/
.voices {
    padding-top: 60px;
    padding-bottom: 40px;
    background: #faefaa;
}
.voices__item{
    background:white;
    border-radius:4px;
    padding:20px 30px;
    margin-bottom:20px;
}
.voices__item-img{
    width:70px;
    height:auto;
    margin-right:6px;
}
.voices__item-ttl {
    font-size: 18px;
    font-weight: bold;
}
.voices__item-ttl span {
    font-size: 15px;
    color: #ec6c23;
}


/* company
--------------------------------------------*/
.company {
    padding: 40px 15px 30px;
}
.comany__ttl {
    max-width: 260px;
    margin-bottom: 20px;
}
.company__kome {
    font-size: 14px;
    line-height: 1.4;
}
.comany__notice {
    padding-left: 24px;
    font-size: 14px;
}
.company__links {
    color: #333;
    text-decoration: underline;
    margin-right: 30px;
}

/* footer
--------------------------------------------*/
footer {
    margin-top: 30px;
    background: #ccc;
    text-align: center;
    padding-top: 4px;
    padding-bottom: 4px;
}
footer p {
    color: white;
    font-size: 14px;
}
/* common
--------------------------------------------*/
.common__ttl{
    font-size:24px;
    font-weight: bold;
    text-align: center;
}
.common__ttlsub{
    font-size:20px;
    font-weight: bold;
    text-align: center;
}