@charset "utf-8";

/*パソコン用のCSSです。*/

/*header
---------------------------------------------------------------------------*/
header{
    height:85px;
    border-radius:0 0 10px 10px;
}

/*画像の設定*/
.main_img{
    max-width:100%;
}

header h1{
    text-align: center;
    font-size:50px;
    letter-spacing: -0.08em;
    line-height:85px;
}

header h1:before, header h1:after{
    content: " - ";
    font-size:40px;
}

header>ul{
    top:14px;
    right:25px;
}

.SNS_btn{
    top:14px;
    left:5px;
}

.SNS_btn>li{
    margin-bottom:10px;
}

#fb_share , #twitter_share{
    width:50px;
    heght:auto;
}

#SNS_img{
    width:60px;
    heght:auto;
}

#SNS_img:hover{
    top:-2px;
    opacity: 0.9;
    box-shadow: 0 3px 0 #ed67d3;
}

#fb_share:hover,#twitter_share:hover{
    top:-2px;
    opacity: 0.9;
    box-shadow: 0 3px 2px #083a5f;
}

#SNS_img:active , #fb_share:active ,  #twitter_share:active{
    top:0;
    box-shadow: 0 0 0 rgba(255, 255, 255, 0);
}


/*#main内の設定
---------------------------------------------------------------------------*/
#main {
    width: 660px;
    margin:125px auto auto auto;
}

section{
    margin: 80px 0;
}


section h1{
    font-size:160%;
}

#main p {
    font-size:100%;
}

.btn_1{
    width:415px;
    height:69px;
}

.btn_wrapper{
    width:415px;
    height:69px;
    margin:0 auto;
}

#Sponsored{
    font-size:15px;
    color:#000;
}

#top_btn {
    right:20px;
}

.top_sp_btn{
    display:none;
}
