@charset "UTF-8";


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

html body{
    background: white;
    font-family:'Cormorant Infant',"ヒラギノ明朝 ProN W6","HiraMinProN-W6","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;
    position: relative;
    background:#030820;
    font-weight:narrow;
}

/* css animation (prefixes are cut) */
.appear {
    transform-origin:center top;
    animation:show 1s both;
}
.appear1 {
    transform-origin:center top;
    animation:show1 1s both;
}
.appear2 {
    animation:show2 3s both;
}
.appear3 {
    animation:show3 6s 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;}

.next .d04 {animation-delay:3.4s;}
.next .d06 {animation-delay:3.6s;}
@keyframes show {
    0% {
        transform:translate(0,1em);
        opacity:0;
    }
    50% {
    }
    100% {
        transform:translate(0,0);
        opacity:1;
        text-shadow:none;
    }
}
@keyframes show1 {
    0% {
        transform:translate(0,0);
        opacity:0;
    }
    50% {
    }
    100% {
        transform:translate(0,0);
        opacity:1;
        text-shadow:none;
    }
}
@keyframes show2 {
    0% {
    }
    33% {
    }
    66% {
        transform:translate(0,0);
        opacity:1;
        text-shadow:none;
    }
    100% {
        transform:translate(0,-1em);
        opacity:0;
        text-shadow:none;
    }
}
@keyframes show3 {
    0% {
    }
    50% {
        transform:translate(0,1em);
        opacity:0;
        display:block;
    }
    100% {
        transform:translate(0,0);
        opacity:1;
    }
}
.spbr{
    display:none;

}
.top_contents-bg{
    
}


.clearBoth{
    clear:both;
}



.bnr {
    max-width: 600px;
    margin: 50px auto;
}
.bnr img {
    width: 100%;
}


.top_contents{
    width:100%;
    background:url("../../img/tudorclosingtime_top_bg.jpg") no-repeat;
    background-position:cover;
    text-align:center;
    color:white;
    background-size:100%;
    position: relative;
}

.top_wrap{
    width:100%;
    height:100%;
    background:url("../../img/dot.png");
    padding-top:150px;
    padding-bottom:150px;
}

.top_wrap.next{
    position: absolute;
    top: 0%;
    opacity:0;

}

.top_navigators {
    width: 600px;
    margin: 0 auto;
    margin-top: 54px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.top_navi {
    width: 180px;
    margin: 0 10px 15px;
}

.top_navi img {
    width:100%;
    display: block;
    margin: 0 auto;
}
.navi_name {
    text-align: center;
    font-size: 15px;
    color: #FFFFFF;
    margin-top: 2px;
}
.navi_name_under {
    text-align: center;
    font-size: 13px;
    color: #FFFFFF;
    margin-top: 2px;
}

.navi_photo {
    border-bottom: 6px solid #CEC019;
    padding-bottom: 2px;
}

.top_contents img{
    display:block;
    margin:0 auto;
}

img.studio {
    width: 700px;
    padding: 30px 0 20px 0;
    display: block;
    margin: 0 auto;
}

div.photobox {
    max-width: 700px;
    margin: 0 auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}
div.photobox img{
    width: 300px;
    margin: 25px;
}

img.tudorlogo{
    display:block;
    margin:0 auto;
    width:220px;
    margin-top:30px;
    margin-bottom:20px;
}

img.toplogo{
    margin-bottom:30px;
}

.top_contents h1{
    font-size:62px;
    font-weight:normal;

}

.top_contents span{
    display:block;
    font-size:30px;
}

.special{
    font-size:30px;
}
.sub_title{
    font-size:58px;

}
.onair{
    color:#CEC019;
    font-size:22px;

}
.date{
    color:#CCC;
    font-size:30px;
    margin-bottom:8px;
}
.naviphoto{
    border:5px solid #CEC019;
    -webkit-border-top-left-radius: 300px;
    -webkit-border-top-right-radius: 300px;
    -webkit-border-bottom-right-radius: 300px;
    -webkit-border-bottom-left-radius: 300px;
    -moz-border-radius-topleft: 300px;
    -moz-border-radius-topright: 300px;
    -moz-border-radius-bottomright: 300px;
    -moz-border-radius-bottomleft: 300px;
}

.navi{
    color:#CEC019;
    font-size:28px;
    margin-top:5px;
}
.navi_name{
    color:#DDD;
    font-size:14px;
    margin-top:10px;

}

.navblk{
    width:500px;
    height:500px;
    position:absolute;
    top:570px;
    left:50%;
    margin-left:-250px;
}
.description_contents{
    background:#442b1c;
    border-bottom:5px solid #CEC019;
    padding-bottom:60px;
}
.d_text{
    text-align:center;
    color:#CCC;
    font-size:13px;
    line-height:1.8em;
    letter-spacing:0.05em;
    padding-top:25px;
}
.top_sns{
    margin-top:50px;
    width:100%;
    text-align: center;
 }


.feat_blk{
    padding-top:70px;
    padding-bottom:70px;
    width:860px;
    margin:0 auto;

}
.featuring{
    width:410px;
    float:left;
    border-top:5px solid #211714;
    background:#FFF;
    padding-top:30px;
    text-align:center;
    margin:10px;
    margin-bottom:100px;

}
.featuring img{
    width:100%;
}
.featuring_copy{
    color:#CEC019;

    font-size:22px;
}
.featuring h2{
    font-size:30px;
}
.arname{
    margin-bottom:30px;
    margin-top:10px;
    font-size:15px;
}
.footer{
    margin-top:50px;

}











/*----------------------SP-----------------------------------------*/

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

    .top_contents{
        width:100%;
        background:url("../../img/tudorclosingtime_top_bg.jpg") no-repeat center;
        background-size:auto 100%;
        background-size:cover;
    }
}

@media screen and (max-width: 820px) {
    .top_contents h1 {
        font-size: 51px;
    }
}
@media screen and (max-width: 720px) {
    .top_wrap {
        width: 100%;
        height: 100%;
        background: url(../../img/dot.png);
        padding-bottom: 125px;
    }
    img.toplogo {
    margin-bottom: 30px;
    width: 120px;
}


.top_contents h1 {
    font-size: 28px;
}

.special {
    font-size: 16px;
}

.sub_title {
    font-size: 20px;
}

.onair {
    color: #CEC019;
    font-size: 12px;
}
.date {
    font-size: 17px;
    margin-bottom: 10px;
}

.top_wrap {
/*    padding-bottom: 72px;*/
}

.navblk {
    width: 320px;
    height: 200px;
    position: absolute;
    top: 275px;
    left: 50%;
    margin-left: -160px;
}
.naviphoto{
    width:120px;
}
.navi {
    color: #CEC019;
    font-size: 15px;
}
.navi_name {
    color: #333;
    font-size: 11px;
}

.d_text {
    text-align: center;
    font-size: 12px;
    padding-top: 30px;
    width: 95%;
    margin: 0 auto;
}
.description_contents {
}
.feat_blk {
    padding-top: 20px;
    padding-bottom: 30px;
    width: 100%;
    margin: 0 auto;
}
.featuring_copy {
    font-size: 18px;
}
.featuring {
    width: 320px;
    float: none;
    border-top: 5px solid #211714;
    background: #FFF;
    padding-top: 30px;
    text-align: center;
    margin: 10px;
    /* margin-bottom: 100px; */
    margin: 0 auto;
}
.featuring h2 {
    font-size: 16px;
}
.arname {
    margin-bottom: 23px;
    margin-top: 10px;
    font-size: 11px;
}
.top_sns {
    margin-top: 15px;
}

.top_navigators {
    width: 350px;
    margin: 0 auto;
    margin-top: 54px;
}

.top_navi {
    width: 150px;
    margin: 5px;
}
.top_navi img {
    width: 150px;
    display: block;
    margin: 0 auto;
}
.navi_name {
    text-align: center;
    font-size: 15px;
    color: #FFFFFF;
    margin-top: 2px;
}

img.studio {
    display: block;
    margin: 0 auto;
    width: 90%;
    margin-top: 30px;
    margin-bottom: 20px;
}

}




/*-----------------------------------------------------------------*/

#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: 720px) {
    .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;
    }
}



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

.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: 767px) {
    .c-footer__inner {
        width: 320px;
        height: auto;
        padding-top: 20px;
        padding-bottom: 34px;
        text-align: center;
    }
    .c-footer__copyright {
        margin-top: 10px;
    }
    .c-footer__copyright img {
        width: 270px;
    }
    .c-footer__logo {
        position: static;
        margin-top: 13px;
        text-align: center;
    }
    .c-footer__logo img {
        width: 150px;
    }
    #backtop {
    }
    #backtop img {
        width: 50px;
        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;
    }
}


