@charset "UTF-8";
/* CSS Document */

body{
    margin: 0;
}

.sp{
    display: none;
}

.pc{
    display: inherit;
}

/*共通*/
section#top{
    background: #FAF2E4;
    font-size: 16px;
    text-align: left;
    color: #454545;
    max-width: none;
    width: 100%;
    padding: 0;
    letter-spacing: 0.07em;
    word-break: break-all;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    line-height: 1.5;
}

.asterisk,
.disc{
    text-indent: -1em;
    margin-left: 1em;
}

.asterisk::before{
    content: '※';
}

.disc::before{
    content: '・';
}

#top section{
    padding: 50px 0 100px 0;
    margin: 0 auto;
}

#top section .inner{
    max-width: 930px;
    width: 86.8%;
    margin: 0 auto;
}

#top img{
    width: 100%;
}

#top a{
    display: block;
    width: 100%;
    height: 100%;
}

.section_wrapper{
    max-width: 1108px;
    width: 86.67%;
    margin: 0 auto;
}

.mb_1{
    margin-bottom: 1em;
}

.title{
    text-align: center;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 50px;
    position: relative;
}

.title span{
    background: #FAF2E4;
    padding: 0 0.8em;
    z-index: 1;
    position: relative;
}

.title::before{
    content: '';
    background: #454545;
    width: 100%;
    height: 2px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 0;
}

/*kv*/
#top section#kv{
    padding: 0;
}

/*xcampaign*/
#xcampaign ul{
    margin-bottom: 20px;
    border-bottom: 1px solid #454545;
    padding-bottom: 20px;
}

#xcampaign ul:first-of-type{
    border-bottom: none;
}

#xcampaign ul:last-child{
    margin-bottom: 0;
}

#xcampaign ul li:first-child{
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 0.3em;
}

#xcampaign ul li a{
    text-decoration: underline;
    display: inline-block;
    width: auto;
}

#xcampaign ul li a:hover,
#btn a:hover{
    opacity: 0.7;
}

/*btn*/
#btn{
    margin-top: 30px;
}

#btn a{
    border: 3px solid #A8A8A8;
    background: #fff;
    max-width: 450px;
    width: 100%;
    height: auto;
    border-radius: 45px;
    font-size: 16px;
    position: relative;
    margin: 0 auto;
    text-align: center;
    font-weight: 600;
    padding: 15px 1em;
}

#btn a::after{
    content: '';
    width: 20px;
    height: 20px;
    background: url(../img/arrow_g.png);
    background-size: contain;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

@media screen and (max-width:767px){
    .pc{
        display: none!important;
    }

    .sp{
        display: inherit;
    }

    /*共通*/
    section#top{
        font-size: 14px;
        letter-spacing: 0;
    }

    #top section{
        padding: 30px 0 50px 0;
    }
    
    .title{
        font-size: 23px;
        margin-bottom: 20px;
    }
    
    .title span{
        padding: 0 0.5em;
        z-index: 1;
    }

    .title::before{
        height: 1px;
    }

    /*xcampaign*/
    #xcampaign ul{
        margin-bottom: 15px;
        padding-bottom: 15px;
    }

    #xcampaign ul li:first-child{
        font-size: 16px;
    }

    /*btn*/
    #btn a{
        border: 2px solid #A8A8A8;
        font-size: 15px;
        font-weight: 600;
        padding: 15px 1em;
    }

    #btn a::after{
        width: 17px;
        height: 17px;
        right: 10px;
    }

}

@media screen and (max-width:365px){
    /*btn*/
    #btn a{
        font-size: 4vw;
    }
}








