@charset "UTF-8";

.sp{
    display: block;
}
.pc{
    display: none;
}

#contents{
    padding-top:0;
}
#pr{
    margin-inline:0px;
}
#zaiko{
    padding-bottom:0;
}
.reason-bnr li a:hover, .bnr-hosho a:hover{
    background-color:#fff
}
.reason-bnr li a:before, .bnr-hosho a:before{
    display: none;
}
.bnr-hosho a{
    padding:2em 2rem 6em;
}
.reason-link-btn{
    max-width: 350px;
    text-align: center;
    background-color: #2f3682;
    margin: 2em auto;
}
.reason-link-btn:hover{
    background-color: #fff;
    border: 2px solid #2f3682;
}
.reason-link-btn a{
    display: block;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    padding: 10px;
}
.reason-link-btn a:hover{
    color: #2f3682;
}
.header-info{
    padding:0;
}
.header-info.inner{
    margin-inline:0;
}
.header-info-lofo{
    display: grid;
    grid-template-columns: 1fr 55px;
    width: 100%;
}
#header .sitename{
    padding-top:15px;
}
.campaign-block{
    background-color: #FFD426;
    padding:30px 0;
}
.campaign-img{
    width: 90%;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -3%);
    border: 10px solid #fff;
}
.cta p{
    font-weight: bold;
    font-size: 14px;
    text-align: center;
}
.heading {
    margin-top:0px;
    align-items: center; 
    display: flex; 
    justify-content: center; 
    line-height: 1.5;
}
.heading::before,.heading::after {
    background-color: #000000; 
    border-radius: 5px; 
    content: "";
    height: 2px;
    width: 40px; 
}
.heading::before {
    margin-right: 10px; 
    transform: rotate(60deg); 
}
.heading::after {
    margin-left: 10px; 
    transform: rotate(-60deg); 
}
.cta a{
    box-shadow: 0px 5px 5px #555555;
    margin: 0 15px;
}

/* スライダー */
.fv-slider{
    position: relative;
    max-width: 1000px;
    width: 100%;
    margin: auto;
}
.slider {
    width: 100%;
    margin: 0 auto;
    
    img {
      width: 100%;
      height: auto;
    }
} 
.slider-dots {
    width: 80%;
    margin: auto;
    padding: 10px 0;
    text-align: center;
    list-style: none;

    li {
        display: inline-block;
        width: calc(50% - 10px);
        margin: 0 5px;
    }

    button {
        position: relative;
        width: 100%;
        height: 4px;
        border: 0;
        background-color: #ccc;
        font-size: 0;
        
        &:after {
            position: absolute;
            top: 0;
            left: 0;
            content: '';
            display: block;
            width: 0%;
            height: 100%;
        }
    }

    .slick-active {
        button:after {
            background-color: #000;
            animation: progress 5.5s linear forwards;
        }
    }
}

@keyframes progress {
    from {
        width: 0%;
    }
    to {
        width: 100%;
    }
}

.arrow_box {
    max-width: 1000px;
    width: 100%;
    position: absolute;
    bottom: 0;
}
.prev-arrow::before, .next-arrow::before{
    position:absolute;
    font-family: "Font Awesome 5 Free";
    content: '\f054';
    font-size: 20px;
    font-weight: bold;
    transition: 0.3s;
    bottom: 0;
    color: #000;
}
.prev-arrow::before{
    content: '\f053';
    left: 15px;
}
.next-arrow::before{
    content: '\f054';
    right: 15px;
}

/*ボタンエフェクト*/
.anim-box {
    display:block;
}
.anim-box.poyopoyo {
    animation: poyopoyo 2s ease-out infinite;
    opacity: 1;
}
@keyframes poyopoyo {
    0%, 40%, 60%, 80% {
      transform: scale(1.0);
    }
    50%, 70% {
      transform: scale(0.95);
    }
}

/* スタッフ紹介 */
.bg-lightblue{
    background-color: #d9f0fc;
}
.staff-block{
    display: grid;
    grid-template-columns: 49% 49%;
    justify-content: space-between;
} 
.staff-item{

}
.staff-item p{
    margin: 0;
}
.staff-position{
    position: absolute;
    display: inline-block;
    font-size: 10px;
    font-weight: bold;
    background-color: #2f3682;
    color: #fff;
    padding: 2px 10px;
}
.staff-img{
    width: 100%;
}
.staff-item-content{
    font-size: 10px;
    background-color: #fff;
    padding: 10px;
}
.staff-name{
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #2f3682;
}
.staff-comment{

}

/*480px以上*/
@media screen and (min-width:480px){
    .sp{
        display: none;
    }
    .pc{
        display: block;
    }

    #header{
        display: block;
    }
    .header-info{
        padding: 15px 0 22px;
    }
    .header-info.inner{
        width: 1000px;
        margin: auto;
    }
    .header-info-lofo{
        display: block;
    }
    #pr{
        margin-inline:auto;
    }
    .cta a{
        margin: 0 40px;
        font-size: 26px;
    }
    .cta p{
        font-size:18px;
    }
    .bnr-hosho a{
        padding:2em 2rem 3em;
    }
    .gnav-list{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    }
    #store p a{
        font-size: 26px;
    }
    .flo_nav{
        display: none!important;
        opacity: 0!important;
    }
    .staff-block{
        grid-template-columns: 24% 24% 24% 24%;
    }
}