/*==========================================
parts 基本設定追加	
==========================================*/
.fs14{font-size: 14px;}

.txt_link{color: #3d4add;}


.pc-none{display: none !important;}
.sp-none{display: block !important;}

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


/*==========================================
tubular トップ動画	
==========================================*/
#wrap.top{
    background: url(../images/top/dot.png) repeat;
    }

#tubular-container{z-index: -1!important;}
#tubular-container:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
#bgYoutubeWrap{width: 100%;height: 100vh;}

/* volume on/off bt */
a.tubular-mute {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 8888;
}

#s_btn {
	width: 40px;
	height: 40px;
	background-size: 40px 40px;
}

.off_btn { background: url("../images/top/volume_off.png") no-repeat center center; max-width: none;}

.on_btn { background: url("../images/top/volume.png") no-repeat center center; max-width: none;}

/*背景動画MP4*/
#bgMovie{
    width: 100%;
    height: 100vh;
    z-index: -1 !important;
    position: relative;
    background: #000;
}
#bgMovie.pc-none{display: none !important;}
#bgMovie.sp-none{display: block !important;}

.video {
    overflow: hidden;
    position: fixed;
    position: -webkit-fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.video video {
    position: absolute;
    display: block;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    max-width:none;
}
@media screen and (max-width:767px) {
    #bgMovie.pc-none{display: block !important;}
    #bgMovie.sp-none{display: none !important;}

    .video{display: flex block;}
    .video video{
        width: 120%;height: auto !important;
    }
}


/*==========================================
fanclub ファンクラブ入会ページ	
==========================================*/
/*ファーストビュー*/
@media screen and (min-width:768px) and (max-width:1300px){
.fanclub_fv{padding-top:840px !important;}
.fanclub_fv .in{background-position-x: left;}
.fanclub_fv .in .r_wrap{width:60%;}

.fanclub_fv .in .r_wrap .logo{
    padding-top: 2% !important;
    margin-bottom: 30px;
}
.fanclub_fv .in .r_wrap .logo img{width:60%;}
}


.apply-table{margin-bottom: 20px;}
.apply-table th {
    width: 18%;
    font-size: 22px;
    text-align: center;
    vertical-align: middle;
    border: 2px solid #707070;
    border-right: none;
    background-color: #EEE;
    color: #000000;
}
.apply-table td {
    padding: 12px 30px 12px 57px;
    width: 82%;
    font-size: 16px;
    line-height: 1.6;
    border: 2px solid #707070;
    border-left: none;
}
.apply-table .arrow {
    padding: 13px 0 10px;
    height: 13px;
    border: none;
    background: url(../images/fanclub/apply_arrow.png) no-repeat center center;
}
.entry-agreement-bt {
    margin: 20px 0;
}

@media screen and (max-width:768px){
    .apply-table td{
        width: 100%;
        padding: 12px 20px 12px 20px;
    }
}

/*新規入会ボタン*/
.btn_fc_input{
    text-align: center;
    display: block;
    max-width: 400px;
    background: linear-gradient(168deg, rgba(163, 129, 60, 1.00) 0%, rgba(188, 161, 107, 1.00) 14.86%, rgba(193, 167, 115, 1.00) 33%, rgba(163, 129, 60, 1.00) 69.95%, rgba(169, 137, 74, 1.00) 100%);
    transition: 0.2s linear;
    position: relative;
    margin: 0 auto;
}
.btn_fc_input>*{
    color: #FFFFFF !important;
    line-height: 60px;
    font-weight: 700;
}
.btn_fc_input svg {
    fill: #FFFFFF;
    width: 30px;
    height: 10px;
    position: absolute;
    top: 45%;
    margin-top: -4px;
    right: 20px;
    transition: 0.2s linear;
}
.btn_fc_input:hover{
    background: linear-gradient(30deg, #BCA16B 0%, #C1A773 50%, #A3813C 70%, #A9894A 100%);
    transition: 0.2s linear;
}
.btn_fc_input:hover svg{
    right: 10px;
    transition: 0.2s linear;
}

/*==========================================
fc 会員専用トップ(メンバーニュース)※ログイン後のページ	
==========================================*/
#members .content{padding-left:20px;padding-right: 20px;}
#members .content .inner{width:100%;max-width: 1080px;}

ul.fc_menu{
    width: 90%;
    max-width: 600px;
    display: flex;
    justify-content: space-between;
    align-items:stretch;
    flex-wrap: wrap;
    margin: 40px auto 0;
}
ul.fc_menu li{
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 20%;
    margin-bottom: 20px;
    transition: .2s linear;
}
ul.fc_menu li:after{
    content: "";
    display: block;
    width: 115%;
    height: 115%;
    background: linear-gradient(168deg, rgba(163, 129, 60, 1.00) 0%, rgba(188, 161, 107, 1.00) 14.86%, rgba(193, 167, 115, 1.00) 33%, rgba(163, 129, 60, 1.00) 69.95%, rgba(169, 137, 74, 1.00) 100%);
    position: absolute;
    z-index: -2;
    transition: .2s linear;
}
ul.fc_menu li a{
    display: block;
    padding: 20px 20px;
    text-align: center;
    font-weight: 700;
}

ul.fc_menu li:before{
    content: "";
    display: block;
    width: 115%;
    height: 115%;
    background: linear-gradient(80deg, rgba(163, 129, 60, 1.00) 0%, rgba(188, 161, 107, 1.00) 14.86%, rgb(238, 209, 152) 33%, rgba(163, 129, 60, 1.00) 69.95%, rgba(169, 137, 74, 1.00) 100%);
    position: absolute;
    z-index: -1;
    transition: .2s linear;
    opacity: 0;
}
ul.fc_menu li:hover:before{
    transition: .5s linear;
    opacity: 1;
}

/* ul.fc_menu li:hover{
    transform: scale(1.01);
    transition: .2s linear;
} */


@media screen and (max-width:768px){
    #members .top_head{
        position: relative;
        z-index: 0;
    }
    ul.fc_menu li{width: 45%;height:88px;}
    ul.fc_menu li:after{
        width: 107%;
        height: 112%;
    }
    ul.fc_menu li a{color: #fff;}
}

.news-in a{
    color: #3d4add;
    text-decoration: underline;
    transition: .2s;
}
.news-in a:hover{
    opacity: 0.5;
    transition: .2s;
}

/*==========================================
フォーム(継続意思確認用フォーム)
==========================================*/
.keizoku_form input{
    background: rgba(255,255,255,0.2);
    border: 1px solid #eee;
}