@charset "UTF-8";



html body{
    background: #FFFFFF;
    font-family:'Playfair Display',"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    position: relative;
}

p{
    color:#222;
}
a {
    text-decoration: none;
    color:#222;
}

header{
    background:#000;
    width:100%;
}

.header-content{
    height:80px;
    width:100%;
    max-width:980px;
    margin:0 auto;
}

.header-content ul{
    list-style: none;

}
.header-content ul li{
    color:#FFF;
    float:left;
    text-align:center;
    border-left:1px solid #3f3b3a;
    border-right:1px solid #3f3b3a;
    height:45px;
    width:19.7%;
    margin-top:10px;
    font-size:16px;
    padding-top:20px;
}
.vfn-banner{
    display:block;
    width:95%;
    margin:0 auto;
    max-width:300px;
    margin-top:50px;
}

.top-messageto{
    height:300px;
    width:95%;
    margin:0 auto;
    max-width:950px;
    border:1px solid #dddddd;
    margin: 60px auto 60px;
/*     margin-top:60px; */
}

h2{
    font-size:23px;
    display:block;
    position:relative;
    height:80px;
    text-align:center;
}

h2::before{
  content: '';
  position: absolute;
  width:72px;
  height:3px;
  background:#b51d23;
  display:block;
  left:50%;
  margin-left:-36px;
  top:50px;
}


#sp-nav{
    display:none;
}
/*Direct style for nav tag*/
nav{
  top: 0;
  left: 0;
  width: 100%;
  color: #fff;
  height: 80px;
  z-index: 4;
  margin-top: 0;
  position: fixed;
  padding-top: 0px;
  background: none;
  transition: all 0.6s cubic-bezier(0.7, 0.01, 0.3, 1);
}

/*Navgation general styles*/
/*Background Menu*/
nav .nav-background {
  top: 0px;
  opacity:0;
  width: 100%;
  height: 100%;
  z-index: 5;
  display: table;
  background: none;
  position: absolute;
  transition: background-color 0.6s cubic-bezier(0.7, 0.01, 0.3, 1);
}
nav.open .nav-background {
  opacity: 0.95;
  background-color:#000 !important;
  transition: background-color 0.6s cubic-bezier(0.7, 0.01, 0.3, 1);
}
nav.open {
  height: 100%;
  transition: none;
  -o-transition: none;
  -moz-transition: none;
  -webkit-transition: none;
}
/*Navigation list*/
nav ul {
  top: -10%;
  padding: 0;
  opacity: 0;
  width: 100%;
  text-align: center;
  visibility: hidden;
  display: table-cell;
  vertical-align: middle;
  transform: perspective(600px) rotateX(10deg);
  transition: all 0.5s cubic-bezier(0.7, 0, 0.36, 0.63);
}
nav ul li{
  visibility: hidden;
}
nav ul li a{
  color:#FFF;
  width: 100%;
  display: block;
  padding: 8px 0 0;
  letter-spacing: 0em;
  font-size:30px;
  font-weight:bold;
}
nav ul li.gnav-blue a{
  color:#0070C9;
  
}
nav ul li a:hover{
  opacity:0.9;
}

nav.open ul {
  top: 0;
  opacity: 1;
  margin-top: 0;
  visibility: visible;
  transform: perspective(600px) rotateX(0deg);
}
nav.open ul li {
  color:#fff;
  font-size: 28px;
  visibility: visible !important;
  margin-bottom:12px;
}
/*Menu bar logo and menu styles general*/
/*Logo*/

.menu{
  position: absolute;
  z-index: 2000;
}

.menu{
  top:0;
  right:0;
  height: 4px;
  width: 24px;
  text-align:right;
  margin: 36px 22px;
  background: #DDD;
  transition: all 0.3s;
}
.menu:before{
  top: -8px;
}
.menu:after{
  top: 8px;
}

.menu:before,
.menu:after{
  content: '';
  width: 24px;
  height: 4px;
  z-index: -1;
  display: block;
  position: absolute;
  background: #DDD;
  transition: all 0.3s;
}
#toggle:hover {
  transition: top 0.4s;
}
/*Javascript style toggle for menu appear and desappear style background*/
.solid #toggle .menu {
  background: #DDD;
}
.solid #toggle .menu:after{
  background-color: #DDD;
}
.solid #toggle .menu:before{
  background-color: #DDD;
}
/*Javascript style toggle for menu hamburger appear and desappear*/
.open .menu {
  background: none !important;
}
.open .menu:after {
  top: 0 !important;
  background: # !important;
  transform: rotate(45deg);
}
.open .menu:before {
  top: 0 !important;
  background: #FFF !important;
  transform: rotate(-45deg);
}





section{
/*     padding:60px 0 60px 0; */
    padding: 40px 0 0 0;
}

.onair-info{
    width:95%;
    margin:0 auto;
    max-width:950px;
    margin-top:60px;
}

.oa-btn{
    width:50%;
    border-bottom:4px solid #b51d23;
    float:left;
    font-size:21px;
    padding-bottom:10px;
}


.oa-btn p{
    font-weight:bold;
}

.oa-tit{
    min-height:75px;
    text-align:left;
    border-bottom:1px solid #efeff0;
}
.oa-tit h3{
    font-size:17px;
    margin-top:20px;
    margin-bottom:20px;
    line-height: 1.6;
    text-align:left;
}


.oa-text{
    margin-top:15px;
    font-size:15px;
    text-align:left;
    line-height:1.7em;
    width:47%;
    float:left;
}

.oa-photo{
    width:45%;
    float:left;
    margin:5%;
    margin-left:3%;
}

.information{
    width:95%;
    margin:0 auto;
    max-width:950px;
/*     margin-top:60px; */
}

.information p{
    text-align:center;
    text-decoration:underline;
    font-size:15px;
    margin:20px;
}

.top-archive{
    width:95%;
    margin:0 auto;
    max-width:950px;
    margin-top:60px;
}
.top-messageto p{
    font-size:16px;
}
.arc-tabi{

    border-bottom:1px solid #DDD;
}
.arc-tabi img{
    width:45%;
    float:left;
    margin:20px 2% 20px 2%;
}

.arc-tabi .letter{
    width:45%;
    float:left;
    margin:20px 2% 20px 2%;
    position:relative;
    padding-right: 1%;
    text-align: left;
}

.letter:before{
    content:'';
    display:block;
    position:absolute;
    top: 50%;
    right: -20px;
    width: 20px;
    height:28px;
    background: url(../../img/garrow.png);
    margin: 4px 0;
}

.arc-tabi h3{
    font-size:18px;
    font-weight:bold;
    margin:10px 0 5px 0;
    text-align:left;
}

.arc-tabi p{
    font-size:14px;
    line-height:1.8;
    margin:15px 0 5px 0;
}

.arc-ikeru{

    border-bottom:1px solid #DDD;
}
.arc-ikeru img{
    width:25%;
    float:left;
    margin:20px 2% 20px 2%;
}

.arc-ikeru .letter{
    width:65%;
    float:left;
    margin:20px 2% 20px 2%;
    position:relative;
    text-align: left;
}

.arc-ikeru h3{
    font-size:18px;
    font-weight:bold;
    margin:10px 0 5px 0;
    text-align:left;
}

.arc-ikeru p{
    font-size:14px;
    line-height:1.8;
    margin:15px 0 5px 0;
}

.arc-watashi{

    border-bottom:1px solid #DDD;
}
.arc-watashi img{
    width:25%;
    float:left;
    margin:20px 2% 20px 2%;
}

.arc-watashi .letter{
    width:65%;
    float:left;
    margin:20px 2% 20px 2%;
    position:relative;
    padding-right: 1%;
    text-align: left;
}

.arc-watashi h3{
    font-size:18px;
    font-weight:bold;
    margin:10px 0 5px 0;
    text-align:left;
}

.arc-watashi p{
    font-size:14px;
    line-height:1.8;
    margin:15px 0 5px 0;
}


.header-content ul li:nth-child(5){
    border-right:1px solid #3f3b3a;
}

/* css animation (prefixes are cut) */
.appear {
    transform-origin:center top;
    animation:show 1s both;
}


span.appear {display:inline-block;}
.d01 {animation-delay:0.1s;}
.d02 {animation-delay:0.2s;}
.d03 {animation-delay:0.3s;}
.d04 {animation-delay:0.4s;}
.d06 {animation-delay:0.6s;}
.d08 {animation-delay:0.8s;}
.d10 {animation-delay:1s;}
.d14 {animation-delay:1.4s;}
.d16 {animation-delay:1.6s;}
.d18 {animation-delay:1.8s;}
.d20 {animation-delay:2.0s;}
@keyframes show {
    0% {
        transform:translate(0,1em);
        opacity:0;
    }
    50% {
    }
    100% {
        transform:translate(0,0);
        opacity:1;
        text-shadow:none;
    }
}

.c-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.c-bg--01 {
	

}


/*============================
#content-wrap
============================*/
#content-wrap{
}

/*============================
#content-container
============================*/
#content-container{
}

/*============================
#header
============================*/
header{
    height:80px;
    width:100%;
    color:#222;
}

.vfn_top{
    width:100%;
    height:760px;
    background-color:#FFF;
    position:relative;
}

.vfn_slider{
    width:100%;
    height:100%;
    position: relative;
    overflow:hidden;
}
.vfn_topcpages{
    width:100%;
    height:300px;
    background-color:#FFF;
    position:relative;
}

.vfn_cpagestop{
    width:100%;
    height:100%;
    position: relative;
    overflow:hidden;
}
.vfn_cpagestop img{
    width:100%;
}
.vfn_slider img{
    width: 100%;
    height: 800px;
    object-fit: cover;
}


.vfn_dotcover{
    position:absolute;
    top:0;
    right:0;
    width:100%;
    height:100%;
    background: url(../../img/dot.png);
    z-index:5;
}


.vfn_logo_wrap{
    position:absolute;
    top:0;
    right:0;
    width:100%;
    height:100%;
    z-index:6;
}


.vfn_toplogo{
    display:block;
    margin:0 auto;
    margin-top:170px;
}

.vfn_toplogo-cpages{
    display:block;
    margin:0 auto;
    margin-top:80px;
    width:300px;
}

.vfn_slideline{
    position:absolute;
    bottom:-40px;
    left:50%;
    height:80px;
    width:2px;
    background:#C40D23;
    z-index:7;
}

.vfn_about{
    text-align:center;
    width:95%;
    margin: 0 auto;
}
.vfn_about h2{
    margin-top:50px;

}
div.bnrarea {
    margin:  20px 0 0;
}

.vfn_title{
}
.vfn_navi {
    margin-top: 10px;
    font-weight: bold;
}


.vfn_about_btn{
    width:300px;
    margin:0 auto;
    font-weight:bold;
    font-size:15px;
    margin-top:30px;
    margin-bottom:30px;
    border:1px solid #333;
    padding-top:14px;
    padding-bottom:14px;
    background: url(../../img/arrow.png) no-repeat;
    background-position:280px 15px;
    cursor:pointer;
}

.vfn_about_content{
    width:980px;
    margin:0 auto;
    display:none;
}
.vfn_about_image{
    margin-top:40px;
    display:block;
    float:left;
    margin-bottom:40px;
}
.vfn_about_strings {
    margin-top: 40px;
    float: left;
    text-align: left;
    margin-left: 30px;
    margin-bottom: 40px;
    line-height: 1.8;
}
.vfn_about_strings h3{
   margin-top:15px;
   margin-bottom:15px;
   font-size:17px;
}
.vfn_about_strings p{
   
}

.vfn_onair{
    background:#EFEFEF;
}
.vfn_onair_content{
    width:980px;
    margin:0 auto;
    margin-top:40px;
    margin-bottom:40px;
}
.vfn_onair_content h2{
    margin-top:40px;
}
.vfn_onair_image{
    float:left;
    margin-top:40px;
    margin-bottom:40px;
}
.vfn_topmenu {
    width: 640px;
    height: 60px;
    margin: 0 auto;
}
.vfn_topmenu div{
    width:300px;
}
.cpages div{
    width:100px;
}
.vfn_topmenu p{
    font-size:11px;
    margin-top:5px;
}

.vfn_topmenucpages{
    width: 720px;
    height: 60px;
    margin: 0 auto;
    margin-top:20px;
    margin-bottom:50px;
}

.vfn_topmenucpages div{
    width:230px;
}
.cpages div{
    width:100px;
}
.vfn_topmenucpages p{
    font-size:11px;
    margin-top:5px;
}
.vfn_menu_archive{
    float:left;
    background: url(../../img/arrow.png) no-repeat;
    background-position:95% 15px;
    margin-right:5px;
}

.cpages_title{
    height:20px;
    margin-top:0px;
}

.cpages_title h2{
    text-align:center;
    padding:60px 0 10px 0;
}
.cpages_title{
    height:20px;
    margin-top:0px;
}

.cpages_title h2{
    text-align:center;
    padding:60px 0 10px 0;
}
.cpages_title-archive{
    text-align:center;
    padding:60px 0 10px 0;
}

p.vfn_menu_title {
    font-size: 18px;
    font-weight:bold;
}

.vfn_menu_message{
    float:left;
    background: url(../../img/arrow.png) no-repeat;
    background-position:95% 15px;
    margin-left:20px;
}
.vfn_instagram{
    width:980px;
    text-align:center;
    margin:0 auto;
}
.instagram_title {
    margin-top: 30px;
    font-size:22px;
}
.insta_photo{
    margin:40px 0px 40px 0px;
}
.insta_photo img{
    width:16%;
    float:left;
    margin:0.33%;
}


.aboutprogram{

}

.aboutprogram h3{
    font-size:18px;
    font-weight:bold;
    line-height:1.7;
    text-align:center;
    max-width: 90%;
    display: block;
    margin: 0 auto;
}

.aboutprogram p {
    margin: 40px 0 40px 0;
    font-size: 14px;
    line-height: 2.3;
    text-align: center;
    display: block;
    margin: 0 auto;
    width: 90%;
    margin-top: 40px;
    margin-bottom: 40px;
}

.navigators{
    display:block;
    margin:0 auto;
    width:95%;

    max-width:450px;
}
.navi{
    width:50%;
    float:left;
}

.navi img{
    display:block;
    margin:0 auto;
    width:95%;
}

.navi p {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 15px 0 30px 0;
    margin: 0 auto;
}


.tit-line{
    margin:0 auto;
    width:70px;
    height:4px;
    margin-top:12px;
    margin-bottom:45px;
    background:#0070C9;
}

.onair-btn{
    width:100%;
    height:40px;
}
.onair-btn p{
    text-align:center;
    font-size:20px;
    font-weight:bold;
}
.oa-latest{

    float:left;
    height:100%;
    width:50%;
    border-bottom:solid 5px #0070C9;
}

.oa-next{
    float:left;
    height:100%;
    width:50%;
    border-bottom:solid 5px #5B5B5B;
}

.oa-content{
    margin-top:40px;
    margin-bottom:40px;
}

.onair-info-head{
    padding:20px;
    border-bottom:solid 1px #333333;
}

.onair-info-head h3{
    font-size:18px;
    margin-top:10px;
    margin-bottom:0px;
    margin-left: 0;
    text-align: left;
    line-height: 1.65;
}


.oa-description{
    float:right;
    width:54%;
}
.oa-description p{
    margin:20px;
    font-size:14px;
}
.oa-img{
    float:right;
    width:46%;
    
}

.oa-img img{
    display:block;
    margin:0 auto;
    margin-top:20px;
    width:90%;
    height:auto;

}

.oa-archive{
    padding:40px 0 120px 0;
    width:100%;
    max-width:1040px;
    background:#191919;
    border-top-left-radius:8px;
    border-top-right-radius:8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;

}

.btn{
}


.btt-btn{

    background:#000;
    width:300px;
    height:50px;
    margin:0 auto;
    position:relative;
    margin-top:60px;
    margin-bottom:60px;
}



.btt-btn p{
    color:#FFF;
    font-size:15px;
    text-align:center;
    font-weight:bold;
    padding-top:13px;
    display:block;
}

.btt-btn p:before{
    content:'';
    display:block;
    position:absolute;
    top: 50%;

    right: 15px;
    width: 10px;
    height:14px;
    background: url(../../img/barrow.png);
    margin: 4px 0;
    margin-top:-7px;

}


.article-cont{
    width:100%;
    max-width:845px;
    margin:0 auto;
}
.arc-wrap{
    width:100%;
    max-width:845px;
    height:190;
    margin:0 auto;
    margin-top:60px;
    margin-bottom:60px;
}

.arc-wrap h3{
    padding-top:20px;
}

.article-cont p{
    width:95%;
    display:block;
    margin:0 auto;
    font-size: 15px;
    line-height:1.6;
    margin-top: 20px;
    margin-bottom:20px;
}
h3{
    width:95%;
    display:block;
    margin:0 auto;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.article-cont h4{
    width:95%;
    display:block;
    margin:0 auto;
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
    padding-bottom:10px;
    border-bottom:1px solid #DDD;
}
.article-cont h5{
    width:95%;
    display:block;
    margin:0 auto;
    font-size: 16px;
    font-weight: bold;
    margin-top: 25px;
}
.article-cont img{
    width:95%;
    display:block;
    margin:0 auto;
    border:10px solid #EEE;
    margin-top:20px;
    margin-bottom:20px;
}
.article-cont p.article-date{
    width:95%;
    display:block;
    margin:0 auto;
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
}

.article-date{
}
.btt-btn.btn{
}



.clearBoth{
    clear:both;

}

.spbr{
    display:none;
}
.archives{
    width:720px;
    margin:0 auto;
    padding:30px 0 30px 0;
}

.article-wrap{
    width:100%;
}

.article{
    width:720px;
    margin:0 auto;
    padding-bottom:50px;
}

.article-date{
    font-size:15px;
    font-weight:bold;
}

.article-title{
    font-size:15px;
    font-weight:bold;
    margin-top:5px;
    border-bottom:1px solid #666;
    padding-bottom:10px;
}
.article-p{
    font-size:13px;
    margin:10px 0px 10px 0px;
    line-height:1.8em;
}
.article img{
    margin:10px 0px 10px 0px;
}

.thanks h3{
    font-size:45px;
    margin-bottom:20px;
}

.thanks p{

}

.thanks {
    text-align: center;
    height: 200px;
    margin-top: 120px;
}


.alc-section{
    width: 100%;
    background: #EEE;

    padding-top: 60px;
    padding-bottom: 60px;
}
.alcont{
    width:24%;
    float:left;
    margin:10px 0.5% 10px 0.5%;
    min-height:250px;
}
.alcont img{
    width:100%;
    display:block;
}
.alcont .photo{
    display:block;
    width:100%;
    height:135px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgba(20,20,20,.25);
}
.alcdate{
    font-size:14px;
    padding-top:5px;
}
h3.alctitle{
    font-size:14px;
    text-align:left;
    display:block;
    width:100%;
    padding-top:5px;
}
.clearBoth{
}
.alc-paging{
    /*width:260px;*/
    width:auto;
    display:block;
    margin:0 auto;
    margin-top:50px;
}
ul.alc-paging {
    list-style:none;
}
.alc-paging p{
    text-align:center;
}
.pnum{
    text-align:center;
    font-size:20px;
    margin:10px;
}
.alc-paging li{
    font-size:20px !important;
    margin:10px !important;
    line-height: 1;
    vertical-align: top;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.alc-paging li:last-child{
    /*color:#FF0000;*/
}
.alc-paging li.active{
    font-weight:bold;
}
.currentP{
    font-weight:bold;
}







@media screen and (max-width: 1040px) {



.vfn_toplogo{
    width:90%;
}



}
@media screen and (max-width: 980px) {



.vfn_about_content {
    width: 90%;
}
.vfn_onair_content {
    width: 90%;
    padding:30px 0 30px 0;
}
.vfn_instagram {
    width: 90%;
}
.vfn_about_image {
    margin:0 auto;
    padding-top:20px;
    display: block;
    float: none;
}
.vfn_about_strings {
    margin:0 auto;
    float: none;
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.8;
}

.vfn_onair_image {
    float: none;
    display:block;
    margin:0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
.vfn_onair_content h2 {
    margin-top: 20px;
}
.vfn_about_strings h3 {
    margin-top: 15px;
    margin-bottom: 5px;
    font-size: 15px;
}

.content-archive h2 {
    height:50px;
    color:#E5EEBE;
    font-size:14px;
    width:100%;
    text-align:center;
    padding-top:40px;
}

}

@media screen and (max-width: 920px) {
    .header-content{
        display:none;
    }
    #sp-nav{
        display:inherit;
    }
}



#gigyaShare {
    position: static;
    width: auto;
}

.gig-bar-container {
    display: inline-block;
    padding-top: 6px;
    padding-left: 10px;
    *display: inline;
    *zoom: 1;
}



@media screen and (max-width: 767px) {
    .alcont{
        width:49%;
        float:left;
        margin:10px 0.5% 10px 0.5%;
        min-height:300px;
    }
        .c-bg--02 {
        background-size: 125px auto;
        background-position: center 20px;
    }
    .c-bg--03 {
        background-size:960px auto;
        background-position:-480px 0px;
    }
    .c-bg--04{
        display:none;   
        
    }
.thanks {
    text-align: center;
    height: 200px;
    margin-top: 80px;
}

.article{
    width:310px;
    margin:0 auto;
}

.article img{
    width:310px;
    margin:0 auto;
    margin-top:10px;
    margin-bottom:10px;
}
.vfn_topmenucpages {
    width: 300px;
}

.vfn_menu_message-s {
    float:none;
    margin-left: 0px;
}

.vfn_topmenucpages div{
    margin-top:10px;
}

.archives{
    width:320px;
    margin:0 auto;
    padding:30px 0 30px 0;
}

.cpages_title-archive{
    padding-top:200px;
}


}

@media screen and (max-width: 720px) {

    #header h1 {
    margin-top: 9px;
    margin-bottom: 15px;
    font-size: 33px;
    letter-spacing: -0.02em;
    text-align: center;
    font-family: Helvetica, Arial,"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    }
    #content-container{
    width: 320px;
    }
    
    #time-schedule {
    width: 320px;

    }
    #head-copy {
    font-size: 15px;
    position: absolute;
    top: 128px;
    left: 10px;
    text-align: center;
    /* font-weight: bold; */
    }
    .menu-message {
    float: left;
    width: 300px;
    height: 100%;
    margin-left: 10px;
    position: relative;
    }
    .menu-name {
    font-size: 24px;
    }
    #menu {
    height: 58px;
    }
    .menu-program {
    float: left;
    width: 300px;
    height: 100%;
    margin-left: 10px;
    position: relative;
    margin-bottom: 16px;
    margin-top: 10px;
    }
    #greeting {
    clear: both;
    width: 300px;
    height: 260px;
    border: 2px solid #000;
    margin-left:10px;
    }
    #greeting p {
    font-size: 13px;
    padding-left:10px;
    padding-right:10px;
    }
    #share-wrap {
    width: 320px;
    height:80px;
    }
    #navigator-image {
    margin: 0 auto;
    }
    #navigator-name {
    top: 273px;
    left: 50px;
    }
    #navigator-reading {
    
    top: 274px;
    right: 50px;
    }
    #navigator-profile {
    width:260px;
    top: 320px;
    left: 30px;
    }
    #announce {
    width: 300px;
    border: 2px solid #000;
    margin-top: 320px;
    margin-bottom: 100px;
    margin-left: 10px;
    }
    #announce p{
    font-size:13px;
    padding:0px 10px 0px 10px;  
        
    }
    .menu-backtop {
    width: 300px;
    }
    .menu-backtop p.menu-name {
    font-size: 25px;
    }

    .c-header {
        padding-top: 50px;
        padding-bottom: 14px;
    }
    .c-header__inner {
        width: 320px;
    }
    .c-header__logo {
        margin-bottom: 0px;
        width: 300px;
        margin-left: auto;
        margin-right: auto;
    }
    .c-header__sns {
        display: none;
    }
    .c-header_schedule {
        display: none;
    }

.vfn_top {
    height: 580px;
}
.vfn_toplogo {
    margin-top: 130px;
}

}

@media screen and (max-width: 640px) {

.vfn_top {
    height: 520px;
}
.vfn_toplogo {
    margin-top: 110px;
}
.vfn_topmenu {
    width: 90%;
    height: 80px;
    margin: 0 auto;
}
.vfn_menu_archive {
    float: none;
    background-position: 95% 15px;
    margin-right: 0px;
}

.vfn_menu_message {
    float: none;
    background-position: 95% 15px;
    margin-left: 0px;
    clear:both;
}
.vfn_topmenu div {
    margin:0 auto;
    width: 95%;
    margin-top:20px;
    margin-bottom:20px;

}

.vfn_topmenu {
    width: 90%;
    height: auto;
    margin: 0 auto;
}
.instagram_title {
    margin-top: 60px;
    font-size: 22px;
}


}


@media screen and (max-width: 580px) {
    .alcont{
        
        min-height:280px;
    }
    .spbr{
        display:inherit;
    }

    .vfn_top {
        height: 420px;
    }
    .vfn_toplogo {
        margin-top: 75px;
    }

    .insta_photo img {
        width: 49%;
        float: left;
        margin: 0.49%;

    }

    .vfn_about_image {
        width:320px;
    }
    .vfn_onair_image {
        width:320px;
    }
    .oa-text {
        width: 100%;
    }
    .oa-photo {
        width: 100%;
        float: left;
        margin: 0;
        margin-left: 0;
        margin-top: 20px;
    }
    .arc-tabi img {
        width: 95%;
        float: none;
        display:block;
        margin:0 auto;
        margin-top: 20px;
        margin-bottom:15px;


    }
    .arc-tabi .letter {
        width: 90%;
        float: none;
        display:block;
        margin:0 auto;
        margin-top: 10px;
        margin-bottom:20px;
    }
    .arc-ikeru img {
        width: 95%;
        float: none;
        display:block;
        margin:0 auto;
        margin-top: 20px;
        margin-bottom:15px;


    }
    .arc-ikeru .letter {
        width: 90%;
        float: none;
        display:block;
        margin:0 auto;
        margin-top: 10px;
        margin-bottom:20px;
    }
    .arc-watashi img {
        width: 90%;
        float: none;
        display:block;
        margin:0 auto;
        margin-top: 20px;
        margin-bottom:15px;


    }
    .arc-watashi .letter {
        width: 90%;
        float: none;
        display:block;
        margin:0 auto;
        margin-top: 10px;
        margin-bottom:20px;
    }
}

@media screen and (max-width: 380px) {

.vfn_about_btn {
    width: 90%;
    background-position: 250px 15px;

}
.vfn_about_image {
    width:100%;
}
.vfn_onair_image {
    width:100%;
}

}



/*@import url(c-footer.css);*/
.c-footer {
    background-color: #030820;
}

.c-footer__inner {
    position: relative;
    width: 960px;
    height: 109px;
    margin: 0 auto;
    padding-top: 44px;
    text-align: left;
}

.c-footer__copyright {
    margin-top: -16px;
    margin-left: -12px;
    text-align: center;
}

.c-footer__copyright img {
    width: 294px;
    height: auto;
}

.c-footer__logo {
    position: absolute;
    top: 53px;
    right: 0;
}

.c-footer-logo img {
    width: 177px;
    height: auto;
}
@media screen and (max-width: 980px) {
    .c-footer__inner {
        width: 730px;
        height: auto;
        padding-top: 20px;
        padding-bottom: 34px;
    }
    .c-footer__logo img {
        width: 100px;
    }
}

@media screen and (max-width: 767px) {
    .c-footer__inner {
        width: 320px;
        height: auto;
        padding-top: 20px;
        padding-bottom: 34px;
    }
    .c-footer__copyright {
        margin-top: -10px;
    }
    .c-footer__copyright img {
        width: 157px;
    }
    .c-footer__logo {
        position: static;
        margin-top: 13px;
        text-align: center;
    }
    .c-footer__logo img {
        width: 88px;
    }
    #backtop {
        margin-left: 10px;
    }
    #backtop img {
        width: 30px;
        height: auto;
    }
}



/*@import url(p-navigator-list.css);*/
.c-navigator-item{
    box-sizing:border-box;
}


.c-navigator-item__thumb{
    vertical-align: top;
    width: 100%;
    height: auto;
}
.c-navigator-item__name{
    background-color: #000;
    padding: 4px 0;
    font-size: 14px;
    text-align: center;
    color: #fff;
}

.c-navigator-item--active .c-navigator-item__name{
    color: #40b4b3;
}

.p-navigator-list{
    overflow: hidden;
    padding: 8px 2px 2px 2px;;
}
.p-navigator-list .c-navigator-item{
    width: 50%;
    float: left;
    padding: 3px;
}

/*@import url(p-navigation.css);*/


@media screen and (max-width: 767px) {
    .p-navigation{
        display: none;
    }
}

/*@import url(layout.css);*/
.l-footer {
    margin-top: 0px;
}

.l-main {
    margin-top: 29px;
	overflow:hidden;
}

@media screen and (max-width: 767px) {
    body{
        overflow-x:hidden;
    }
    .l-main {
        margin-top: 0px;
    }
    .l-footer {
        margin-top: 0;
    }
}


/*@import url(utility.css);*/
/*  CLEAR FIX 
---------------------------------------------- */

.clrfix {
    zoom: 1;
    /*for IE 5.5-7*/
}

.clrfix:after {
    /*for modern browser*/
    content: "";
    display: block;
    clear: both;
    /* height: 0px; */
    /* overflow: hidden; */
}

* html .clrfix {
    display: inline-table;
    /*\*/
    display: block;
    /**/
}

.u-sidebar-pad {
    padding-left: 5px;
    padding-right: 5px;
}

.u-hover {
    -webkit-transition: 0.1s opacity linear;
    -o-transition: 0.1s opacity linear;
    transition: 0.1s opacity linear;
}

.u-hover:hover {
    opacity: 0.7;
}

#size-detect {
    font-family: pc;
    display: none;
}

@media screen and (max-width: 767px) {
    #size-detect {
        font-family: sp;
        display: none;
    }
}






.c-select {
    position: relative;
    color: #222222;
}
.c-select select {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 37px;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    display: block;
}
.c-select__inner {
    position: relative;
    z-index: 0;
    box-sizing: border-box;
    border: 1px solid #DDDDDD;
    padding: 0 12px;
    width: 100%;
    height: 37px;
    font-size: 13px;
    line-height: 32px;
    background: #DDDDDD;
    padding-left: 44px;
    font-weight: bold;
    margin-top: -2px;
    border: 1px solid #838383;
}
.c-select__inner:before,
.c-select__inner:after {
    content: '';
    position: absolute;
    display: block;
}
.c-select__inner:before {
    top: 0;
    left: 0;
    bottom: 0;
    width: 29px;
    background: #DDDDDD;

    border-right: 1px solid;
    margin: 4px 0;
}
.c-select__inner:after {
    top: 50%;
    left: 7px;
    margin-top: -3px;
    width: 0;
    height: 0;
    border: solid transparent;
    border-top-color: #838383;
    border-width: 5px 5px 0 5px;
}

@media screen and (max-width: 767px) {
    
    /* overrides common styles */
    #commonFooter{
        width: 100%;
        position: static;
    }
    
    #commonFooterInner{
        padding: 15px 0;
        width: 100%;
        background-color: #282828;
        text-align: center;
    }
    #commonFooter li{
        display:inline-block !important;
        float: none;
    }
}


