@charset "UTF-8";

/* ---------------------------------------------
	タイポグラフィー
--------------------------------------------- */

body {
	font-family: "游ゴシック体", YuGothicM, "Yu Gothic", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W4", "Hiragino Kaku Gothic Pro", "Lucida Grande", "Avenir Next", Verdana, "ＭＳ Ｐゴシック", sans-serif;
}
@font-face {
  font-family: YuGothicM;
  font-weight: normal;
  src: local('YuGothic-Medium'), local('Yu Gothic Medium'), local('YuGothic-Regular'); 
}
@font-face {
  font-family: YuGothicM;
  font-weight: bold;
  src: local('YoGothic-Bold'), local('Yu Gothic');    
}
@media screen\0 {
	body{
		font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W4", "Hiragino Kaku Gothic Pro", "Lucida Grande", Verdana, "ＭＳ Ｐゴシック", sans-serif;
	}
}


.opacityzoom_in{
    opacity: 1.0;
    border-radius: 50%;
    -ms-transform: scale(0.2) translate3d(0, 0, 0);
    -webkit-transform: scale(0.2) translate3d(0, 0px, 0);
    -moz-transform: scale(0.2) translate3d(0, 0px, 0);
    -webkit-transition: opacity 0.2s, border-radius 0.3s, -webkit-transform 0.2s ease-out;
    -ms-transition: opacity 0.2s, border-radius 0.3s, -ms-transform 0.2s ease-out;
    transition: opacity 0.2s, border-radius 0.3s, transform 0.2s ease-out;
}
.opacityzoom_fix{
    opacity: 1.0;
    border-radius: 0;
    -ms-transform: scale(1.0) translate3d(0, 0, 0);
    -webkit-transform: scale(1.0) translate3d(0, 0, 0);
    -moz-transform: scale(1.0) translate3d(0, 0, 0);
    -ms-transition: opacity 0.2s, border-radius 0.3s, -ms-transform 0.4s cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -webkit-transition: opacity 0.2s, border-radius 0.3s, -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.320, 1.275);
    transition: opacity 0.2s, border-radius 0.3s, transform 0.4s cubic-bezier(0.175, 0.885, 0.320, 1.275);
}

.opacityzoom_in02{
    opacity: 1.0;
    -ms-transform: scale(0.01,1.0) translate3d(0, 0, 0);
    -webkit-transform: scale(0.01,1.0) translate3d(0, 0px, 0);
    -moz-transform: scale(0.01,1.0) translate3d(0, 0px, 0);
    -webkit-transition: opacity 0.2s, -webkit-transform 0.2s ease-out;
    -ms-transition: opacity 0.2s, -ms-transform 0.2s ease-out;
    transition: opacity 0.2s, transform 0.2s ease-out;
}
.opacityzoom_fix02{
    opacity: 1.0;
    -ms-transform: scale(1.0,1.0) translate3d(0, 0, 0);
    -webkit-transform: scale(1.0,1.0) translate3d(0, 0, 0);
    -moz-transform: scale(1.0,1.0) translate3d(0, 0, 0);
    -ms-transition: opacity 0.2s, -ms-transform 0.4s cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -webkit-transition: opacity 0.2s, -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.320, 1.275);
    transition: opacity 0.2s, transform 0.4s cubic-bezier(0.175, 0.885, 0.320, 1.275);
}

.move_in{
    opacity: 0.0;
    -ms-transform: translate3d(1500px, 200px, 0) skew(0deg,10deg);
    -webkit-transform: translate3d(1500px, 200px, 0) skew(0deg,10deg);
    -moz-transform: translate3d(1500px, 200px, 0) skew(0deg,10deg);
    -webkit-transition: opacity 0.2s, -webkit-transform 0.2s ease-out;
    -ms-transition: opacity 0.2s, -ms-transform 0.2s ease-out;
    transition: opacity 0.2s, transform 0.2s ease-out;
}
.move_fix{
    opacity: 1.0;
    -ms-transform: translate3d(0, 0, 0) skew(0deg,10deg);
    -webkit-transform: translate3d(0, 0, 0) skew(0deg,10deg);
    -moz-transform: stranslate3d(0, 0, 0) skew(0deg,10deg);
    -ms-transition: opacity 0.4s, -ms-transform 0.6s cubic-bezier(0.175, 0.885, 0.320, 1.275) 0.2s;
    -webkit-transition: opacity 0.4s, -webkit-transform 0.6s cubic-bezier(0.175, 0.885, 0.320, 1.275) 0.2s;
    transition: opacity 0.4s, transform 0.6s cubic-bezier(0.175, 0.885, 0.320, 1.275) 0.2s;
}

/*#fp-wrap{
    background-image:url("../../img/skateLink_bg07.png"),url("../../img/skateLink_bg08.png"),url("../../img/skateLink_bg06.png"),url("../../img/skateLink_bg05.png"),url("../photo/bg02.jpg");
	background-repeat: repeat-x, repeat-x, repeat-x, repeat-y, repeat;
	background-position: center 115px, center 0px, center 0px, center 0px, center 0px;
    background-attachment: scroll, scroll, scroll, scroll,fixed;
    background-size: auto, auto, auto, auto, cover;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    background-color: #f0fbff;
}*/
#fp-wrap,
.cx_smartphoneview #fp-wrap{
    background-image:url("../photo/bg02.jpg");
	background-repeat: repeat;
	background-position: center 0px;
    background-attachment: fixed;
    background-size: cover;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    background-color: #f0fbff;
}

.prime #fp-contents{ padding-top: 20px;}
.cx_smartphoneview .prime .pageTop #fp-contents{ padding-top: 0px;}
/* ---------------------------------------------
	トップページ
--------------------------------------------- */

/*-------------ヘッダー-------------*/
.pageTop #hdrWrap{
    background: url("../photo/bg01.jpg") no-repeat center 22%;
    background-size: cover;
    width: 100%;
    border-bottom: solid 3px #b4904d;
    position: relative;
    /*margin-bottom: 10px;*/
}
.cx_smartphoneview .pageTop  #hdrWrap{
    /*background: url("../photo/mainV_sp.jpg") no-repeat center 0;*/
    height: 680px;
}
/*.cx_smartphoneview .toppage  #hdrWrap{
    background-size: cover;
    height: 0;
    padding-top: 47%;
}*/
.pageTop #hdrWrap h1{
    background-image: url("../photo/mainVisual_pc.png");
    background-repeat: no-repeat;
    background-position: center 0;
    width: 100%;
    background-size: contain;
    height: 0;
    padding-top: 45.08%;
    text-indent: -300%;
    white-space: nowrap;
    overflow: hidden;
}
.cx_smartphoneview .pageTop #hdrWrap h1{
    background-image: url("../photo/mainVisual_sp.jpg");
    background-repeat: no-repeat;
    background-position: center 0;
    width: 100%;
    height: 680px;
    padding-top: 0;
}
.pageTop #hdrWrap .hdrWrap__oadate{
    background: url("../img/oadate.png") no-repeat 0 0;
    width: 155px;
    height: 92%;
    background-size: contain;
    position: absolute;
    top: 4%;
    left: 3%;
    text-indent: -300%;
    white-space: nowrap;
    overflow: hidden;
}
.cx_smartphoneview .pageTop #hdrWrap .hdrWrap__oadate{ display: none;}
@media screen and (min-width: 1300px) {
    /*.pageTop #hdrWrap{    
        background-size: contain;
    }*/
    .pageTop #hdrWrap h1{
        height: 586px;
        padding: 0;
    }
    .pageTop #hdrWrap .hdrWrap__oadate{
        left: 50%;
        margin: 0 0 0 -610px;
    }
}

/*-------------what's new-------------*/
#newsWrap{
    background: #901515;
    padding: 5px 0;
    position: relative;
    z-index: 333;
}
#newsWrap ul{
    /*background-color: rgba(255,255,255,0.7);
    border-radius: 15px;
    display: inline-block;*/
    width: 1000px;
    margin: 0 auto;
    padding: 5px 5px;
    box-sizing: border-box;
}
.cx_smartphoneview #newsWrap ul{ width: 100%;}
#newsWrap li{
    font-size: 110%;
    color: #fff;
    line-height: 1.4;
    text-align: center;
    /*text-shadow: 1px 1px 10px rgba(47, 49, 54, 0.34);*/
}
#newsWrap li span{
    color: #ff4680; font-weight: bold;
    text-shadow: 1px 1px 10px #172c72;
}
.cx_smartphoneview #newsWrap li{
    font-size: 106%;
}
@media screen\0 {
	#newsWrap li{
		font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W4", "Hiragino Kaku Gothic Pro", "Lucida Grande", Verdana, "ＭＳ Ｐゴシック", sans-serif;
	}
}
#newsWrap li a{
    color: #fff;
    font-weight: bold;
    /*text-decoration: underline;*/
}
#newsWrap li a:hover{
    text-decoration: underline;
    color: #eee;
}
.cx_smartphoneview #newsWrap li a{
    font-size: 100%;
    text-align: center;
    width: 100%;
    letter-spacing: -0.02em;
    /*display: block;*/
}



/*-------------コンテンツエリア-------------*/
.prime #fp-l{ margin: 10px 0 40px;}
#fp-l{
    margin: 0 0 40px;
    background-color: rgba(255,255,255,0.6);
    box-shadow: 1px 1px 40px 40px rgba(255,255,255,0.6);
}
/*#fp-l > div{
    width: 620px;
    margin: 0 15px 0 5px;
}
.cx_smartphoneview #fp-l > div{ margin: 0 auto;}*/
#fp-l > div > div{ margin-bottom: 40px;}
#fp-l > div .ttl{ position: relative; margin: 0 0 10px;}


/*--------メインビジュアル--------*/
/*
.pageTop.prime #mainVisual{
    width: 100%;
    height: 672px;
    background-image: url("../photo/mainVisual_pc.jpg") ,url("../img/mainVisual_bg.jpg");
    background-repeat: no-repeat, repeat-x;
    background-position: center 0, center 0;
    background-size: contain, auto;
}
@media screen and (max-width: 1500px) {
    .pageTop.prime #mainVisual{
        height: 0;
        padding-top: 44.8%;
    }
    
}
.cx_smartphoneview .pageTop.prime #mainVisual{
    background-image: url("../photo/mainVisual_sp.jpg");
    background-repeat: no-repeat;
    background-position: center 0;
    height: 0;
    padding-top: 49.33%;
}
.pageTop.prime #mainVisual > *{
    text-indent: -300%;
    white-space: nowrap;
    overflow: hidden;
}
.pageTop.prime #mainVisual + p{
    text-align: center;
    line-height: 1.2;
    background-color: #c99a15;
    font-weight: bold;
    color: #fff;
    font-size: 130%;
    text-shadow: -1px -1px 3px rgba(0,0,0,0.3);
    letter-spacing: 0.05em;
    padding: 8px 0;
}
.pageTop #mainVisual + p span.small{ font-weight: normal; font-size: 90%;}
.pageTop #mainVisual + p span.narrow{ letter-spacing: -0.05em;}
*/



/*--------共通レイアウト--------*/
#contentsWrap{
    background: none;
    padding-top: 0;
}
#contentsWrap > div{ margin-bottom: ;}
#contentsWrap h2{
    border-bottom: solid 2px #ead28e;
    /*border-left: solid 6px #b20000;*/
    /*border-left: solid 0.25em #ef2664;*/
    margin-bottom: ;
    /*color: #a07524;*/
    color: #0e2472;
    font-weight: bold;
    padding: 0 0.4em 0.2em;
    padding: 0 0 0.2em;
    /*border-radius: 8px 0 0 0;*/
    font-size: 140%;
    position: relative;
    line-height: 1.2;
}
/*#contentsWrap h2:after{
    content: "";
    display: block;
    width: 100%;
    height: 50%;
    position: absolute;
    background-color: rgba(255,255,255,0.2);
    top: 0;
    left: 0;
}*/
/*#contentsWrap h2::before{ content: "■";}*/
a.moreview{
    background-color: #906c28;
    font-size: 108%;
    font-feature-settings: "palt";
    font-weight: bold;
}
.cx_displaydevice a.moreview:hover{ background-color: #a07524;}
@media all and (-ms-high-contrast:none) {
	a.moreview{
		font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W4", "Hiragino Kaku Gothic Pro", "Lucida Grande", Verdana, "ＭＳ Ｐゴシック", sans-serif;
	}
}
a.moreview::before{
    content: "";
    display: block;
    position: absolute;
    top: 50%; right: 10px;
	margin:-0.4em 0 0 0;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0.4em 0 0.4em 0.6em;
	border-color: transparent transparent transparent #fff;
}

/*--------共通ナビゲーション--------*/
#navWrap{
    background-color: rgba(222, 227, 242, 1);
    position: relative;
    width: 100%;
    z-index: 1111;
    border-bottom: solid 1px #d3af6c;
    box-shadow: 0 10px 15px 10px rgba(255, 255, 255, 0.45) inset, 0 5px 15px 5px rgba(31, 105, 168, 0.16);
}
#navWrap::before{
    content: "";
    display: block;
    width: 100%;
    height: 50%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255,255,255,0.2);
    z-index: 2100;
}
.cx_smartphoneview #navWrap.nav_s{
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}
#mainNav{
    width: 1000px;
    margin: 0 auto;
    padding: 10px 0;
    position: relative;
    z-index: 2200;
    background: none;
    display: flex;
    /*align-items:center;*/
    justify-content: space-between;
}
.cx_smartphoneview #mainNav{
    width: 98%;
}
.cx_smartphoneview .nav_s #mainNav{
    width: 180%;
    /*width: 96%;*/
    padding-left: 2%;
    padding-right: 2%;
}


#mainNav li{
    /*float: none;*/
    flex-shrink: 0;
    position: relative;
    height: auto;
    border-radius: 0;
    margin: 0 0.2%;
}
#mainNav.len3 li{
    width: 33%;
    margin: 0 0.5% 0 0;
}
#mainNav.len3 li:nth-of-type(3n){ margin: 0;}
#mainNav.len4 li{
    width: 24.7%;
    margin: 0 0.4% 0 0;
}
#mainNav.len4 li:nth-of-type(4n){ margin: 0;}
#mainNav.len5 li{
    width: 19.68%;
    margin: 0 0.4% 0 0;
}
#mainNav.len5 li:nth-of-type(5n){ margin: 0;}
#mainNav.len6 li{
    width: 16.25%;
    margin: 0 0.5% 0 0;
}
#mainNav.len6 li:nth-of-type(6n){ margin: 0;}


#mainNav li a{
    display: flex;
    width: 100%;
    height: 3.6em;
    text-align: center;
    color: #fff;
    font-size: 90%;
    font-weight: bold;
    line-height: 1.2em;
    box-sizing: border-box;
    position: relative;
    background-color: #906c28;
    justify-content: center;
    align-items: center;
}
#mainNav li.line2 a{
    height: 3.6em;
    line-height: 1.3em;
    padding-top: 0.6em;
}

@media screen\0 {
	#mainNav li a{
		font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W4", "Hiragino Kaku Gothic Pro", "Lucida Grande", Verdana, "ＭＳ Ｐゴシック", sans-serif;
	}
}
#mainNav li a:hover{ background-color: #a07524;}
#mainNav li a::before{
    content: "";
    display: block;
    background-color: rgba(255,255,255,0.1);
    width: 100%;
    height: 50%;
    position: absolute;
    top: 0;
    left: 0;
}

.cx_smartphoneview #mainNav li{
    /*width: 49.5%;
    margin: 0 1% 2px 0;*/
    width: 33%;
    margin: 0 0.5% 2px 0;
}
.cx_smartphoneview #mainNav.len4 li:nth-of-type(4n),
.cx_smartphoneview #mainNav.len3 li:nth-of-type(3n),
.cx_smartphoneview #mainNav.len6 li:nth-of-type(3n){ margin: 0;}
.cx_smartphoneview #mainNav.len4 li{
    width: 24.7%;
    margin: 0 0.4% 0 0;
}
.cx_smartphoneview #mainNav.len5,
.cx_smartphoneview #mainNav.len6{ flex-wrap:wrap;}
.cx_smartphoneview #mainNav.len5 li:nth-of-type(1){
    width: 49.75%;
    margin: 0 0.5% 2px 0;
}
.cx_smartphoneview #mainNav.len5 li:nth-of-type(2){
    width: 49.75%;
    margin: 0 0 2px 0;
}
.cx_smartphoneview #mainNav li a{
    width: 100%;
    height: 100px;
    font-size: 82%;
}
/*.cx_smartphoneview .nav_s #mainNav li a{
    background-color: #b20000;
}*/
.cx_smartphoneview .nav_s #mainNav.len5,
.cx_smartphoneview .nav_s #mainNav.len6{ flex-wrap:nowrap;}
.cx_smartphoneview .nav_s #mainNav.len5 li{
    width: 19.68%;
    margin: 0 0.4% 0 0;
}
.cx_smartphoneview .nav_s #mainNav.len5 li:nth-of-type(5n){ margin: 0;}
.cx_smartphoneview .nav_s #mainNav.len6 li{
    width: 16.25%;
    margin: 0 0.5% 0 0;
}
.cx_smartphoneview .nav_s #mainNav.len6 li:nth-of-type(6n){ margin: 0;}

.cx_smartphoneview #mainNav li.line2 a{
    line-height: 1.3;
    padding-top: 18px;
}
.cx_smartphoneview #mainNav li.line2_sp a{
    line-height: 1.3;
    padding-top: 18px;
}
/*.cx_smartphoneview #mainNav li a::before{
    height: 92px;
}*/
.cx_smartphoneview #mainNav li.comingsoon:after{ font-size: 90%;}

.cx_smartphoneview #navWrap.short{
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}
.cx_smartphoneview #navWrap.short ul{
    /*width: 130%;*/
    width: 160%;
    padding: 10px 2%;
    box-sizing: border-box;
}
.cx_smartphoneview #navWrap.short ul li{
    /*width: 24.4%;*/
    width: 19.2%;
    margin: 0 0.8% 0 0;
}
.cx_smartphoneview #navWrap.short ul li.line2 a{
    line-height: 1.3;
    padding-top: 18px;
}
.cx_smartphoneview #navWrap.short ul li:nth-last-of-type(1){ margin: 0;}
.cx_smartphoneview #navWrap.short ul li a{
    height: 86px;
    line-height: 86px;
    font-size: 84%;
}
.cx_smartphoneview #navWrap.short ul li a.line1{ padding: 26px 0 0;}
.cx_smartphoneview #navWrap.short ul li a::before{
    height: 78px;
}
.cx_smartphoneview #navWrap.short  ul li.comingsoon:after{ display: none;}



#mainNav li a.line1{ padding: 25px 0 0;}
#mainNav li a .narrow1{
    letter-spacing: -0.05em;
    -ms-transform: scale(0.9,1.0);
    -webkit-transform: scale(0.9,1.0);
    -moz-transform: scale(0.9,1.0);
    transform: scale(0.9,1.0);
    display:inline-block;
}
#mainNav li a .narrow2{
    letter-spacing: -0.1em;
}

.s01 #mainNav li:nth-of-type(1) a,
.s02 #mainNav li:nth-of-type(2) a,
.s03 #mainNav li:nth-of-type(3) a,
.s04 #mainNav li:nth-of-type(4) a,
.s05 #mainNav li:nth-of-type(5) a,
.s06 #mainNav li:nth-of-type(6) a{
    background-color: #b27d1a;
    cursor: default;
}

/*.cx_smartphoneview .s01 .nav_s #mainNav li:nth-of-type(1) a,
.cx_smartphoneview .s02 .nav_s #mainNav li:nth-of-type(2) a,
.cx_smartphoneview .s03 .nav_s #mainNav li:nth-of-type(3) a,
.cx_smartphoneview .s04 .nav_s #mainNav li:nth-of-type(4) a,
.cx_smartphoneview .s05 .nav_s #mainNav li:nth-of-type(5) a,
.cx_smartphoneview .s06 .nav_s #mainNav li:nth-of-type(6) a{
    background-color: #dd0000;
    cursor: default;
}*/


/* ------------------------------
	共通動画エリア
------------------------------ */
.moviePage #movie{ padding-bottom: 60px;}
#movie li .thum{
    border-bottom: ;
}
#movie li a.active .thum,
#movie li a:hover .thum{
    border-bottom: solid 5px #c99a15;
}
#movie li p{ color: ;}

#movie h2{
    background-color: #be000f;
    color: #fff;
    line-height: 1.4;
    padding: 8px 25px 8px 10px;
    cursor: pointer;
    position: relative;
    font-size: 120%;
}
#movie h2:hover{ background-color: #db0011;}
#movie h2::before{
    content: "";
    display: block;
    width: 100%;
    height: 50%;
    background-color: rgba(255,255,255,0.2);
    position: absolute;
    top: 0;
    left: 0;
}
#movie h2::after{
    content: "";
    display: block;
    position: absolute;
    top: 50%; right: 15px;
	margin:-5px 0 0 0;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 11px 9px 0 9px;
	border-color: #fff transparent transparent transparent;
}
.cx_smartphoneview #movie h2::after{
    top: 50%; right: 15px;
	margin:-7px 0 0 0;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 14px 12px 0 14px;
	border-color: #fff transparent transparent transparent;
}
.moviePage #movie ul{
    margin: 0 0 10px;
}


/* ---------------------------------------------
	トップページ
--------------------------------------------- */
/* -----------------------------------
	#スケーターとつながろう
----------------------------------- */
#tweet_deliveryWrap h2 + p{
    font-size: 116%;
    font-weight: bold;
    letter-spacing: -0.02em;
    margin-bottom: 0.5em;
    font-feature-settings: "palt";
}
.cx_smartphoneview #tweet_deliveryWrap h2 + p{
    font-size: 120%;
    letter-spacing: 0;
}
@media screen\0 {
    #tweet_deliveryWrap h2 + p{ letter-spacing: -0.05em;}
}
#tweet_deliveryWrap .photoWrap{
    float: left;
    width: 57%;
    margin: 0 0.6em 0 0;
}
.cx_smartphoneview #tweet_deliveryWrap .photoWrap{
    float: none;
    width: 100%;
    margin: 0 0 0.8em;
}
#tweet_deliveryWrap .photoWrap img{ width: 100%; height: auto;}
#tweet_deliveryWrap .detail p{
    font-size: 92%;
    line-height: 1.7;
    text-align: justify;
}
#tweet_deliveryWrap .detail p.strong{
    font-weight: bold;
    background: #aaa;
    line-height: 1.4;
    margin: 0 0 0.3em;
    padding: 0.3em 0.2em;
    color: #fff;
}
.cx_smartphoneview #tweet_deliveryWrap .detail{
    padding: 0 0.6em;
}
.cx_smartphoneview #tweet_deliveryWrap .detail p{
    font-size: 96%;
}

#tweet_deliveryWrap a{
    display: block;
    height: 50px;
    line-height: 50px;
    margin: 0.5em 0 0;
    position: relative;
    padding: 0 0 0 30px;
    box-sizing: border-box;
    font-size: 108%;
    font-weight: bold;
    overflow: hidden;
}
#tweet_deliveryWrap a::before{
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    top:50%;
    left: 20px;
    margin: -16px 0 0;
    background: url("../../img/tw_icn.png") no-repeat 0 0;
}
.cx_smartphoneview #tweet_deliveryWrap a{
    height: 74px;
    line-height: 74px;
}
#tweet_deliveryWrap a + p{
    text-align: center;
    font-size: 78%;
    line-height: 1.4;
    padding: 0.2em 0;
}

/* -----------------------------------
	LIVE配信
----------------------------------- */
#live_playerWrap #player1,
#live_playerWrap #player2{ box-shadow: 1px 1px 15px rgba(0,0,0,0.16);}
#live_playerWrap #player2{
    display: none;
}
#live_playerWrap #player1 iframe,
#live_playerWrap #player2 iframe{ vertical-align: bottom;}

/*.cx_smartphoneview #live_playerWrap.stream-2 #player1{ display: none;}
.cx_smartphoneview #live_playerWrap.stream-2 #player2{ display: block;}*/

/* --------------- 切り替えボタン --------------- */
#live_playerWrap #btnWrap{
    background-color: #e5e0d4;
    padding: 0.5em 0.4em 0.5em;
    border-bottom: solid 3px #fff;
}
#live_playerWrap #btnWrap.hide{ display: none;}
#live_playerWrap #btnWrap.show{ display: block;}

.live__btn__list{
    display: flex;
    justify-content: flex-start;
}
.live__btn__list li{
    flex-grow: 1;
    background-color: #906c28;
    width: 49.6%;
    height: 4em;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 94%;
    line-height: 1.2;
    /*padding: 1em 0 1.2em;*/
    position: relative;
    cursor: pointer;
    opacity: 0.7;
    margin: 0 0.2%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cx_displaydevice #live_playerWrap #btnWrap ul li:hover{
    background-color: #a07524;
    opacity: 1;
}
#live_playerWrap #btnWrap ul li::after{
    content: "";
    display: block;
    background-color: rgba(255,255,255,0.1);
    width: 100%;
    height: 50%;
    position: absolute;
    top: 0;
    left: 0;
}
#live_playerWrap #btnWrap ul li::before{
    content: "";
    display: block;
    width: 98%;
    height: 0.35em;
    position: absolute;
    bottom: 0.2em;
    left: 0; right: 0;
    margin: 0 auto;
    background: rgba(0,0,0,0.2);
    border-top: solid 1px rgba(0,0,0,0.5);
}
#live_playerWrap #btnWrap ul li.on,
.cx_smartphoneview #live_playerWrap.stream-2 #btnWrap ul li#live_btn2{
    opacity: 1;
}
#live_playerWrap #btnWrap ul li.on::before,
.cx_smartphoneview #live_playerWrap.stream-2 #btnWrap ul li#live_btn2::before{
    background: #b20000;
    border-top: solid 1px rgba(255,255,255,0.5);
}

#live_playerWrap .attention{
    font-size: 88%;
    line-height: 1.4;
    padding: 0.4em 0.5em;
}

.cx_smartphoneview #live_playerWrap.stream-2 #btnWrap ul li#live_btn1{ opacity: 0.7;}
.cx_smartphoneview #live_playerWrap.stream-2 #btnWrap ul li#live_btn1::before{
    background: rgba(0,0,0,0.2);
    border-top: solid 1px rgba(0,0,0,0.5);
}

/* --------------- スケジュール --------------- */
#live_schedule{
    background: rgb(222,234,247);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RlZWFmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYWYzZmMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgb(222,234,247) 0%, rgb(234,243,252) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(222,234,247)), color-stop(100%,rgb(234,243,252)));
    background: -webkit-linear-gradient(top,  rgb(222,234,247) 0%,rgb(234,243,252) 100%);
    background: -o-linear-gradient(top,  rgb(222,234,247) 0%,rgb(234,243,252) 100%);
    background: -ms-linear-gradient(top,  rgb(222,234,247) 0%,rgb(234,243,252) 100%);
    background: linear-gradient(to bottom,  rgb(222,234,247) 0%,rgb(234,243,252) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#deeaf7', endColorstr='#eaf3fc',GradientType=0 );
    padding: 0.6em 1em;
}
#live_schedule h3{
    line-height: 1.2;
    font-size: 110%;
    font-feature-settings: "palt";
}
#live_schedule li{
    font-size: 94%;
    border-bottom: dotted 2px #ead28e;
    padding: 0.4em 0;
}
#live_schedule dt{
    font-weight: bold;
    color: #a07524;
    line-height: 1.6;
}
#live_schedule dd{
    line-height: 1.6;
    margin-bottom: 0.5em;
}
#live_schedule dd:nth-last-of-type(1){ margin-bottom: 0;}
#live_schedule dd:nth-of-type(1)::before{
    content: "①";
    float: left;
}
#live_schedule dd:nth-of-type(2)::before{
    content: "②";
    float: left;
}
#live_schedule dd:nth-of-type(3)::before{
    content: "③";
    float: left;
}
#live_schedule dd:nth-of-type(4)::before{
    content: "④";
    float: left;
}
/*#live_schedule dd p{
    padding-left: 1em;
}*/
#live_schedule dd a{
    display: inline-block;
    background-color: #b20000;
    /*margin-left: 1em;*/
    line-height: 1.2;
    padding: 0.3em 2.5em 0.3em 2em;
    color: #fff;
    font-size: 94%;
    position: relative;
}
.cx_smartphoneview #live_schedule dd a{ padding: 0.6em 3.5em 0.6em 3em;}
#live_schedule dd a::after{
    content: "";
    display: block;
    position: absolute;
    top: 50%; right: 0.6em;
	margin:-0.4em 0 0 0;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0.4em 0 0.4em 0.5em;
	border-color: transparent transparent transparent #fff;
}
.cx_displaydevice #live_schedule dd a:hover{ background-color:#dd0000}
#live_schedule > a{
    padding: 0.6em 0;
    display: block;
    font-size: 94%;
}
.cx_displaydevice #live_schedule > a:hover{ text-decoration: underline;}


/* -----------------------------------
	スペシャル動画
----------------------------------- */
#movWrap > ul{
    display: flex;
    flex-wrap: wrap;
}
#movWrap li{
    flex-shrink: 0;
    width: 32%;
    margin: 0 2% 10px 0;
    box-sizing: border-box;
    /*border: solid 1px #ccc;*/
    border-bottom: solid 5px #aaa;
    padding: 0 0 5px;
    /*float: left;*/
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.16);
}
#movWrap li:nth-of-type(3n){
    margin: 0 0 10px 0;
}

.cx_smartphoneview #movWrap li{
    width: 49.5%;
    margin: 0 1% 10px 0;
}
.cx_smartphoneview #movWrap li:nth-of-type(3n){ margin: 0 1% 10px 0;}
.cx_smartphoneview #movWrap li:nth-of-type(2n){ margin: 0 0 10px 0;}

#movWrap li.w100{
    width: 100%;
    float: none;
    margin-right: 0;
}

#movWrap li:hover{ border-bottom: solid 5px #b20000;}

#movWrap li .thum{
    margin-bottom: 6px; position: relative;
    min-height: 110px;
}
.cx_smartphoneview #movWrap li .thum{ min-height: 170px;}
#movWrap li .thum::after{
    content: "";
    display: block;
    position: absolute;
    bottom: 5px;
    right: 5px;
    background: url("../img/playIcn.png") no-repeat;
    width: 29px;
    height: 29px;
    background-size: contain;
    border: solid 2px rgba(255,255,255,0.4);
    border-radius: 50%;
}
#movWrap li:hover .thum::after{ border: solid 2px rgba(255,255,255,1.0);}

#movWrap li.w100 .thum::after{
    width: 60px;
    height: 60px;
    border: solid 5px rgba(255,255,255,0.4);
}
#movWrap li.w100:hover .thum::after{ border: solid 5px rgba(255,255,255,1.0);}

#movWrap li .thum img{ width: 100%; height: auto;} 
#movWrap li .cap,
#movWrap li dt{ padding: 0 10px;}
#movWrap li .cap{
    font-size: 82%;
    line-height: 1.3;
    color: #555;
}
#movWrap li dt{
    font-weight: bold;
    line-height: 1.4;
    color: #967840;
    font-size: 94%;
}

#movWrap .moreview{
    background-color: #906c28;
    text-shadow: none;
    font-size: 110%;
}
#movWrap .sLbtn::after{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 50%;
    top: 0; left: 0;
    background-color: rgba(255,255,255,0.1);
}
.cx_displaydevice #movWrap .moreview:hover{ background-color: #a07524;}

/* -----------------------------------
	放送スケジュール
----------------------------------- */
#contentsWrap .h2opt{
    font-size: 90%;
    /*color: #0c4796;*/
    color: #333;
    font-weight: bold;
    position: absolute;
    top: 6px;
    left: 0;
    padding-left: 9em;
    line-height: 1.4;
}
.cx_smartphoneview #contentsWrap .h2opt{
    position: relative;
    top: 0;
    padding-left: 0;
    margin: -5px 0 10px;
}
.pageTop #oaSchedule{ position: relative;}
.pageTop #oaSchedule.stream{ margin-bottom: 20px;}
.pageTop #oaSchedule dl{
    border-left: solid 3px #cbb064;
    border-bottom: solid 1px #cbb064;
    padding: 0.4em 0.5em 0;
    display: flex;
    flex-wrap: wrap;
    line-height: 1.2;
    /*align-items: center;*/
}
.cx_smartphoneview .pageTop #oaSchedule dl{ margin-bottom: 15px;}
.pageTop #oaSchedule dt{
    color: #9a731a;
    letter-spacing: -0.05em;
    font-weight: bold;
    font-size: 110%;
    margin-right: 0.5em;
}
.cx_smartphoneview .pageTop #oaSchedule dt{ padding-bottom: 0.3em;}
.pageTop #oaSchedule dd{
    font-size: 110%;
    width: calc(100% - 7em);
}
.pageTop #oaSchedule li{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 0.5em;
}
.pageTop #oaSchedule .category{
    color: #0e2472;
    font-weight: bold;
    margin-right: 0.3em;
}
.pageTop #oaSchedule .time{
    color: #333;
    font-weight: bold;
    margin-right: 0.5em;
}
.pageTop #oaSchedule dd span{
    font-size: 70%;
}
.pageTop #oaSchedule .live::after{
    /*background-color: #ef2664;*/
    background-color: #b20000;
    border-radius: 3em;
    padding: 0.1em 0.6em;
    font-weight: bold;
    margin: 0;
    font-size: 84%;
}
.pageTop #oaSchedule .partlive::after{
    content: "一部LIVE";
    background-color: #c3091c;
    color: #FFF;
    margin: 0 0 0 10px;
    padding: 3px 10px;
    border-radius: 5px;
    font-size: 90%;
}
@media all and (-ms-high-contrast:none) {
	.pageTop #oaSchedule .live::after,
    .pageTop #oaSchedule .partlive::after{
		font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W4", "Hiragino Kaku Gothic Pro", "Lucida Grande", Verdana, "ＭＳ Ｐゴシック", sans-serif;
	}
}

.cx_smartphoneview .pageTop #oaSchedule  .moreview{
    line-height: 1.2;
    height: auto;
    padding: 0.5em 0;
}

.pageTop #oaSchedule dl.add{
    background-color: #e7f8ff;
    border: none;
    text-align: left;
    font-size: 94%;
    margin-bottom: 10px;
}
.pageTop #oaSchedule dl.add dt{
    text-align: left;
    color: #9a731a;
}
.pageTop #oaSchedule dl.add dt span{
    font-weight: normal;
    font-size: 70%;
}
.pageTop #oaSchedule dl.add dd{
    color: #555;
    text-align: left;
}
.pageTop #oaSchedule dl.add dd.category{
    float: left;
    font-size: 94%;
    line-height: 1.2;
    background-color: #796121;
    color: #fff;
    font-weight: bold;
    padding: 3px 5px;
    margin-right: 5px;
}
.pageTop #oaSchedule dl.add dd.ttl{
    margin-bottom: 0;
    font-weight: bold;
    color: #374576;
    font-size: 110%;
}
.pageTop #oaSchedule .add dd.link a{
    background-color: #ef2664;
    color: #fff;
    font-weight: bold;
    padding: 0.8em 0.6em;
    line-height: 1.0;
    margin: 5px 0 0;
    border-radius: 5px;
    text-align: center;
    display: block;
}
.pageTop #oaSchedule .add dd.link a:hover{ background-color: #ff3d79;}
.cx_smartphoneview .pageTop #oaSchedule .add dt{ line-height: 1.4;}
/*.cx_smartphoneview .pageTop #oaSchedule .add dt,
.cx_smartphoneview .pageTop #oaSchedule .add dd{ text-align: center !important;}*/


/* ------- アコーディオン ------- */
.pageTop #oaSchedule h2 + a{
    background-color: #57658b;
    font-weight: bold;
    padding: 0.8em 0;
    border-radius: 5px;
    margin-bottom: 10px;
}
.pageTop #oaSchedule h2 + a:hover{ background-color: #6678a8;}
.pageTop #oaSchedule .hide{ display: none;}


/* -----------------------------------
	関連番組
----------------------------------- */
#preprgramWrap dl{
    border-bottom: dotted 2px #ead28e;
    padding: 0.3em 0;
    margin-bottom: 0.6em;
    position: relative;
}
#preprgramWrap dt{
    font-size: 135%;
    font-weight: bold;
    line-height: 1.2;
    padding: 0 0 0.2em;
    font-feature-settings: "palt";
}
#preprgramWrap .oadate{ margin-top: 0.4em;}
#preprgramWrap .oadate li{
    display: inline-block;
    padding: 0 1em 0.3em 0;
    font-weight: bold;
    line-height: 1.6;
    color: #555;
}
/*.cx_smartphoneview #preprgramWrap .oadate li.pb_sp{ padding-bottom: 0.3em;}*/
#preprgramWrap .oadate li:before{
    content: "◆";
    display: inline-block;
    color: #c39f5b;
    transform: scale(0.8, 0.8);
}
#preprgramWrap .attention{
    font-size: 82%;
    line-height: 1.2;
    text-align: right;
    position: absolute;
    top: 0.5em;
    right: 0;
    color: #555;
}
.cx_smartphoneview #preprgramWrap .attention{
    position: relative;
    text-align: left;
    top: auto;
    right: auto;
    padding-bottom: 0.2em;
}
#preprgramWrap .detail{
    font-size: 94%;
    padding: 0.3em 0;
    line-height: 1.6;
}
#preprgramWrap .photoWrap{
    background-color: #aaa;
    width: 100%;
    height: auto;
    margin: 0.3em 0;
    position: relative;
}
#preprgramWrap .photoWrap img{ width: 100%; height: auto;}
#preprgramWrap .photoWrap p{
    position: absolute;
    top: 50%;
    left: 0; right: 0;
    margin: -0.5em auto 0;
    display: inline-block;
    text-align: center;
}
#preprgramWrap .link a{
    width: 100%;
    margin: 0.3em auto 0.5em;
    display: block;
    text-align: center;
    background-color: #906c28;
    color: #fff;
    line-height: 1.2;
    padding: 0.8em 0;
    position: relative;
}
#preprgramWrap .link a::before{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 50%;
    top: 0; left: 0;
    background-color: rgba(255,255,255,0.1);
}
.cx_displaydevice #preprgramWrap .link a:hover{ background-color: #a07524;}

#preprgramWrap .stream{
    background: rgb(222,234,247);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RlZWFmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYWYzZmMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgb(222,234,247) 0%, rgb(234,243,252) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(222,234,247)), color-stop(100%,rgb(234,243,252)));
    background: -webkit-linear-gradient(top,  rgb(222,234,247) 0%,rgb(234,243,252) 100%);
    background: -o-linear-gradient(top,  rgb(222,234,247) 0%,rgb(234,243,252) 100%);
    background: -ms-linear-gradient(top,  rgb(222,234,247) 0%,rgb(234,243,252) 100%);
    background: linear-gradient(to bottom,  rgb(222,234,247) 0%,rgb(234,243,252) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#deeaf7', endColorstr='#eaf3fc',GradientType=0 );
    text-align: center;
    padding: 0.5em;
    margin-top: 0.3em;
}
#preprgramWrap .stream > p{
    font-weight: bold;
    line-height: 1.2;
    color: #8D6900;
    font-size: 108%;
}
#preprgramWrap .stream li{
    width: 49%;
    float: left;
    margin: 0.2em 0.5%;
}
#preprgramWrap .stream.len1 li{
    float: none;
    margin: 0.2em auto;
}
.cx_smartphoneview #preprgramWrap .stream li{ margin-top: 0.4em;}
#preprgramWrap .stream li a{
    display: block;
    background-image: url("../img/fod_logo.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #fff;
    height: 3em;
    background-size: 100% 2.2em;
    border-radius: 5px;
    text-indent: -300%;
    overflow: hidden;
    white-space: nowrap;
}
#preprgramWrap .stream li.tver a{
    background-image: url("../img/tver_logo.svg");
}
#preprgramWrap .stream li.fujitv-view a{
    background-image: url("../img/fujitv-view_logo.svg");
}
#preprgramWrap .stream li.fnn a{
    background-image: url("../img/fnn_logo.svg");
    background-size: 100% 1.4em;
}
#preprgramWrap .stream li a.comingsoon{ opacity: 0.5;}
.cx_smartphoneview #preprgramWrap .stream li.fujitv-view a{
    background-size: 100% 1.7em;
    background-position: center 0.6em;
}
.cx_smartphoneview #preprgramWrap .stream li.fnn a{
    background-size: 100% 1.0em;
}
.cx_displaydevice #preprgramWrap .stream li a:hover{
    box-shadow: 1px 1px 10px rgba(0,0,0,0.2);
}
.cx_displaydevice #preprgramWrap .stream li a.comingsoon:hover{ box-shadow: none;}

/* -----------------------------------
	出演者
----------------------------------- */
#contentsWrap #cast h2{ border-bottom: solid 2px #d90011;}
#contentsWrap #cast h2::before{ content: "";}
.pageTop #cast{
    background-color: rgba(0, 203, 240, 0.15);
    background-color: #e5f2f8;
    padding: 10px 20px 20px;
    margin-top: 20px;
    line-height: 1.6;
}
.pageTop #cast dt{
    float: left;
    min-width: 74px;
    /*background-color: #58006c;*/
    background-color: #c99a15;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 2px;
}
.pageTop #cast dt.mb10{ margin-bottom: 10px;}

@media all and (-ms-high-contrast:none) {
	.pageTop #cast dt{
		font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W4", "Hiragino Kaku Gothic Pro", "Lucida Grande", Verdana, "ＭＳ Ｐゴシック", sans-serif;
	}
}
.pageTop #cast dd{
    font-weight: bold;
    margin-bottom: 10px;
    padding-left: 5.3em;
}
.pageTop #cast span{ letter-spacing: -0.05em;}
.pageTop #cast dd .category{
    font-size: 94%;
    color: #816800;
    margin-left: -0.5em;
}
.cx_smartphoneview .pageTop #cast dt{ min-width: 114px;}
.cx_smartphoneview .pageTop #cast dd{ padding-left: 5.2em;}

/* ------------------------------
	注目選手紹介
------------------------------ */
.pageTop #profData dt{ background-color: #4426b2;}
.pageTop #skaterInfo h3{ font-weight: bold;}

/* -----------------------------------
	関連番組
----------------------------------- */
.pageTop #prgrmInfo dl{
    border-left: solid 6px #c99a15;
}
.pageTop #prgrmInfo dt{
    color: #67c6dd;
    font-weight: bold;
    line-height: 1.7;
}
.pageTop #prgrmInfo dt span{ color: #333;}
.pageTop #prgrmInfo dd{ color: #555; line-height: 1.6;}
.pageTop #prgrmInfo dd span{ font-weight: bold;}

/* -----------------------------------
	公式Twitter
----------------------------------- */
#twitterWrap{
    border: none;
    margin-top: 60px;
    margin-bottom: 50px;
    position: relative;
}
#contentsWrap #twitterWrap h2{
    background: none;
    color: #2249b4;
    padding-bottom: 3px;
    border: none;
}
#twEmbed{
    margin: 10px 0 0;
    background-color: #e8f8fa;
    box-shadow: 0px 0px 25px rgba(0,0,0,0.1) inset;
}
#contentsWrap #twitterWrap h2::before{
    content: "";
    display: block;
    background: url("../img/twIcn.png") no-repeat 0 0;
    width: 43px;
    height: 36px;
    float: left;
    margin-right: 5px;
}
#contentsWrap #twitterWrap h2::after{ display: none;}
/*#twitterWrap > a{
    background-color: #457eff;
}*/
#contentsWrap #twitterWrap h2 + p{
    font-size: 90%;
    letter-spacing: -0.05em;
}
#twitterWrap > a{
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #1da1f2;
    color: #fff;
    font-weight: bold;
    padding: 0.8em 0.4em;
}
.cx_smartphoneview #contentsWrap #twitterWrap h2 + p{
    font-size: 88%;
    margin-top: 10px;
    line-height: 1.2;
}
.cx_smartphoneview #twitterWrap > a{
    position: relative;
    text-align: center;
    margin-top: 10px;
}
/* -----------------------------------
	FNNプライムオンライン
----------------------------------- */
#fnn_link a{
    display: block;
    padding: 0.6em 1em;
    box-shadow: 1px 1px 15px rgba(0,0,0,0.16);
    border-top: solid 5px #9a731a;
    border-bottom: solid 5px #9a731a;
    position: relative;
}
#fnn_link a p{
    font-weight: bold;
    letter-spacing: -0.03em;
}
#fnn_link a p:nth-of-type(1){
    font-size: 94%;
    line-height: 1.4;
    margin-bottom: 0.2em;
}
#fnn_link a p.logo{ font-size: 120%; color: #9a731a;}
#fnn_link a p.logo span{
    background: url("../img/fnn_logo.svg") no-repeat 0 center;
    display: inline-block;
    width: 15.3em;
    height: 1.6em;
    background-size: contain;
    text-indent: -300%;
    white-space: nowrap;
    overflow: hidden;
}
#fnn_link a::before{
    content: "";
    display: block;
    position: absolute;
    top: 50%; right: 10px;
	margin:-0.4em 0 0 0;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0.4em 0 0.4em 0.6em;
	border-color: transparent transparent transparent #b20000;
}
.cx_displaydevice #fnn_link a:hover{
    box-shadow: 1px 1px 22px rgba(209, 187, 111, 0.76);
}

.cx_smartphoneview #fnn_link a p:nth-of-type(1){ margin-bottom: 0.5em;}
.cx_smartphoneview #fnn_link a p.logo span{
    width: 13.9em;
    height: 1.48em;
}
.cx_smartphoneview #fnn_link a p.logo{
    font-size: 94%;
    letter-spacing: -0.07em;
}


/* ---------------------------------------------
	下層ページ
--------------------------------------------- */
.pageS #contentsWrap h2{
    background: none;
    text-align: center;
    color: #9a731a;
    font-size: 150%;
    line-height: 1.4;
    margin-bottom: 20px;
    box-sizing: border-box;
    border-left: none;
}
/*-------------ヘッダー-------------*/
.pageS #hdrWrap{
    background: url("../photo/bg01.jpg") no-repeat center center;
    background-size: cover;
    width: 100%;
    border-bottom: solid 5px #b4904d;
    position: relative;
}

/*.cx_smartphoneview .toppage  #hdrWrap{
    background-size: cover;
    height: 0;
    padding-top: 47%;
}*/
.pageS #hdrWrap h1{
    background-image: url("../img/hdr_s.png");
    background-repeat: no-repeat;
    background-position: center 0;
    width: 1000px;
    height: 160px;
    margin: 0 auto;
}
.cx_smartphoneview .pageS #hdrWrap h1{
    background-image: url("../img/hdr_s.png");
    background-repeat: no-repeat;
    background-position: center 0;
    width: 100%;
    height: 0;
    padding-top: 22%;
    background-size: 138%;
}
.pageS #hdrWrap h1,
.pageS #hdrWrap p{
    width: 100%;
    text-indent: -300%;
    white-space: nowrap;
    overflow: hidden;
}
.pageS #hdrWrap p{
    position: absolute;
    top: 0;
    left: 0;
}

/* -----------------------------------
	選手紹介ページ
----------------------------------- */
.skater h2 + p{
    text-align: center;
    padding: 0.6em 0 0.4em;
    color: #ef2664;
    font-weight: bold;
    border: solid 2px #ef2664;
    margin-bottom: 1em;
}
.skater h2 + p a{
    color: #ef2664;
    font-weight: bold;
    text-decoration: underline;
}
#skaterListWrap{
    display: flex;
    flex-wrap: wrap;
}
.skater #skaterListWrap li{
    /*float: left;*/
    flex-shrink: 0;
    width: 32%;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    margin: 0 2% 15px 0;
    /*border-radius: 5px;*/
    overflow: hidden;
    border-bottom: solid 6px #9a731a;
    padding-bottom: 0.3em;
    position: relative;
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0px, 0);
    -moz-transform: translate3d(0, 0px, 0);
    -webkit-transition:  -webkit-transform 0.2s ease-out;
    -ms-transition:  -ms-transform 0.2s ease-out;
    transition:  transform 0.2s ease-out;
}
.skater #skaterListWrap li:hover{
    border-bottom: solid 6px #b20000;
    /*margin-top: -3px;*/
    -ms-transform: translate3d(0, -3px, 0);
    -webkit-transform: translate3d(0, -3px, 0);
    -moz-transform: translate3d(0, -3px, 0);
}
.skater #skaterListWrap li:nth-of-type(3n){ margin-right: 0;}
.skater #skaterListWrap li .photoWrap{
    height: 200px;
    overflow: hidden;
}
.skater #skaterListWrap li img{
    width: 100%;
    height: auto;
}
.skater #skaterListWrap li p:nth-of-type(1){
    text-align: center;
    line-height: 1.2;
    padding: 0.3em 0.3em 0;
    font-weight: bold;
    color: #9a731a;
}
.skater #skaterListWrap li p:nth-of-type(2){
    text-align: center;
    line-height: 1.2;
    font-size: 88%;
    padding: 0 0.3em;
}

.cx_smartphoneview .skater .narrowsp{
    letter-spacing: -0.1em;
    -ms-transform: scale(0.9,1.0);
    -webkit-transform: scale(0.9,1.0);
    -moz-transform: scale(0.9,1.0);
    transform: scale(0.9,1.0);
    display:inline-block;
}

.skater #skaterListWrap li::after{
    content: "";
    display: block;
    position: absolute;
    bottom: 0.4em; right: 0.3em;
	margin:0;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 8px 0 8px 12px;
	border-color: transparent transparent transparent #ffc279;
}

.cx_smartphoneview .skater #skaterListWrap li::after{
    border-width: 12px 0 12px 16px;
    bottom: 0.3em; right: 0.1em;
}

/* -----------------------------------
	配信スケジュールページ
----------------------------------- */
.timetable #fp-contents{
    padding-top: 0;
    background-color: #fff;
    box-shadow: 1px 1px 40px 40px #fff;
}
/*.cx_smartphoneview .timetable #contentsWrap{
    width: 612px;
    margin: 0 auto;
}*/
.pageS.timetable #contentsWrap h2{
    z-index: 999;
    margin-bottom: 0;
    padding: 20px 0;
    background-color: #fff;
    border: none;
}
.timetable h2 + p{
    font-weight: bold;
    padding-bottom: 1em;
    margin-top: -0.8em;
    z-index: 1000;
    position: relative;
    line-height: 1.4;
    /*font-feature-settings: "palt";*/
}
.cx_smartphoneview .timetable h2 + p{
    letter-spacing: -0.05em;
}
.timetable #dateTab{
    display: flex;
    position: relative;
    border-bottom: solid 7px rgba(89,34,113,1);
    /*width: 612px;*/
    z-index: 999;
    background-color: #fff;
    box-sizing: border-box;
}
.timetable #dateTab li{
    flex-shrink: 0;
    width: 16.5%;
    /*width: 19.84%;*/
    margin-right: 0.2%;
    background-color: #ae82c1;
    text-align: center;
    color: #fff;
    line-height: 1.2em;
    cursor: pointer;
    height: 3em;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    border-radius: 0.3em 0.3em 0 0;
}
.timetable #dateTab li .day{
    font-size: 88%;
    margin-left: 0.1em;
}
.cx_smartphoneview .timetable #dateTab li .day{ font-size: 78%;}
.cx_smartphoneview .timetable #dateTab{ padding: 0 1%;}
/*.cx_smartphoneview .timetable #dateTab li{
    width: 24.4%;
    margin-right: 0.8%;
}*/
.timetable #dateTab li:nth-last-of-type(1){ margin-right: 0;}
.timetable #dateTab li.on,
.cx_displaydevice .timetable #dateTab li:hover{
    /*line-height: 3.4em;*/
    height: 3.2em;
    margin-top: -0.2em;
    background-color: #592271;
}
.cx_displaydevice .timetable #dateTab li:hover{ background-color: #9966af;}
.cx_displaydevice .timetable #dateTab li.on:hover{ background-color: #592271;}
.cx_smartphoneview .timetable #dateTab li{
    font-size: 94%;
    letter-spacing: -0.05em;
    height: 3.4em;
}
.cx_smartphoneview .timetable #dateTab li.on{
    margin-top: -0.2em;
    background-color: #592271;
    height: 3.6em;
}

#timetableWrap #category{
    /*width: 580px;*/
    padding-left: 32px;
    z-index: 999;
    background-color: #5b6d90;
    box-sizing: border-box;
    font-weight: bold;
}
.cx_smartphoneview #timetableWrap #category{
    width: 1100px;
    padding-left: 38px;
}
#timetableWrap #category li{
    float: left;
    width: 20%;
    text-align: center;
    box-sizing: border-box;
    border-left: solid 1px #aaa;
    background-color: #5b6d90;
    color: #fff;
    line-height: 1.2;
    padding: 0.3em 0;
}
.cx_smartphoneview #timetableWrap #category li{ letter-spacing: -0.05em;}
#timetableWrap #dayAllWrap{
    position: relative;
    overflow: hidden;
}
#timetableWrap #dayAllWrap > div{ width: 6000px;}
.cx_smartphoneview #timetableWrap #dayAllWrap > div{ width: 4400px;}
.feat1{
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0px, 0);
    -moz-transform: translate3d(0, 0px, 0);
    -webkit-transition:  -webkit-transform 0.2s ease-out;
    -ms-transition:  -ms-transform 0.2s ease-out;
    -moz-transition:  -moz-transform 0.2s ease-out;
    transition:  transform 0.2s ease-out;
}
.feat2{
    -ms-transform: translate3d(-1000px, 0, 0);
    -webkit-transform: translate3d(-1000px, 0px, 0);
    -moz-transform: translate3d(-1000px, 0px, 0);
    -webkit-transition:  -webkit-transform 0.2s ease-out;
    -ms-transition:  -ms-transform 0.2s ease-out;
    -moz-transition:  -moz-transform 0.2s ease-out;
    transition:  transform 0.2s ease-out;
}
.feat3{
    -ms-transform: translate3d(-2000px, 0, 0);
    -webkit-transform: translate3d(-2000px, 0px, 0);
    -moz-transform: translate3d(-2000px, 0px, 0);
    -webkit-transition:  -webkit-transform 0.2s ease-out;
    -ms-transition:  -ms-transform 0.2s ease-out;
    -moz-transition:  -moz-transform 0.2s ease-out;
    transition:  transform 0.2s ease-out;
}
.feat4{
    -ms-transform: translate3d(-3000px, 0, 0);
    -webkit-transform: translate3d(-3000px, 0px, 0);
    -moz-transform: translate3d(-3000px, 0px, 0);
    -webkit-transition:  -webkit-transform 0.2s ease-out;
    -ms-transition:  -ms-transform 0.2s ease-out;
    -moz-transition:  -moz-transform 0.2s ease-out;
    transition:  transform 0.2s ease-out;
}
.feat5{
    -ms-transform: translate3d(-4000px, 0, 0);
    -webkit-transform: translate3d(-4000px, 0px, 0);
    -moz-transform: translate3d(-4000px, 0px, 0);
    -webkit-transition:  -webkit-transform 0.2s ease-out;
    -ms-transition:  -ms-transform 0.2s ease-out;
    -moz-transition:  -moz-transform 0.2s ease-out;
    transition:  transform 0.2s ease-out;
}
.feat6{
    -ms-transform: translate3d(-5000px, 0, 0);
    -webkit-transform: translate3d(-5000px, 0px, 0);
    -moz-transform: translate3d(-5000px, 0px, 0);
    -webkit-transition:  -webkit-transform 0.2s ease-out;
    -ms-transition:  -ms-transform 0.2s ease-out;
    -moz-transition:  -moz-transform 0.2s ease-out;
    transition:  transform 0.2s ease-out;
}
.cx_smartphoneview .feat1{
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0px, 0);
    -moz-transform: translate3d(0, 0px, 0);
    -webkit-transition:  -webkit-transform 0.2s ease-out;
    -ms-transition:  -ms-transform 0.2s ease-out;
    -moz-transition:  -moz-transform 0.2s ease-out;
    transition:  transform 0.2s ease-out;
}
.cx_smartphoneview .feat2{
    -ms-transform: translate3d(-640px, 0, 0);
    -webkit-transform: translate3d(-640px, 0px, 0);
    -moz-transform: translate3d(-640px, 0px, 0);
    -webkit-transition:  -webkit-transform 0.2s ease-out;
    -ms-transition:  -ms-transform 0.2s ease-out;
    -moz-transition:  -moz-transform 0.2s ease-out;
    transition:  transform 0.2s ease-out;
}
.cx_smartphoneview .feat3{
    -ms-transform: translate3d(-1280px, 0, 0);
    -webkit-transform: translate3d(-1280px, 0px, 0);
    -moz-transform: translate3d(-1280px, 0px, 0);
    -webkit-transition:  -webkit-transform 0.2s ease-out;
    -ms-transition:  -ms-transform 0.2s ease-out;
    -moz-transition:  -moz-transform 0.2s ease-out;
    transition:  transform 0.2s ease-out;
}
.cx_smartphoneview .feat4{
    -ms-transform: translate3d(-1920px, 0, 0);
    -webkit-transform: translate3d(-1920px, 0px, 0);
    -moz-transform: translate3d(-1920px, 0px, 0);
    -webkit-transition:  -webkit-transform 0.2s ease-out;
    -ms-transition:  -ms-transform 0.2s ease-out;
    -moz-transition:  -moz-transform 0.2s ease-out;
    transition:  transform 0.2s ease-out;
}
.cx_smartphoneview .feat5{
    -ms-transform: translate3d(-2560px, 0, 0);
    -webkit-transform: translate3d(-2560px, 0px, 0);
    -moz-transform: translate3d(-2560px, 0px, 0);
    -webkit-transition:  -webkit-transform 0.2s ease-out;
    -ms-transition:  -ms-transform 0.2s ease-out;
    -moz-transition:  -moz-transform 0.2s ease-out;
    transition:  transform 0.2s ease-out;
}
.cx_smartphoneview .feat6{
    -ms-transform: translate3d(-3200px, 0, 0);
    -webkit-transform: translate3d(-3200px, 0px, 0);
    -moz-transform: translate3d(-3200px, 0px, 0);
    -webkit-transition:  -webkit-transform 0.2s ease-out;
    -ms-transition:  -ms-transform 0.2s ease-out;
    -moz-transition:  -moz-transform 0.2s ease-out;
    transition:  transform 0.2s ease-out;
}
#timetableWrap .day{
    /*border-top: solid 2px #b4904d;*/
    /*border-bottom: solid 2px #b4904d;*/
    line-height: 1.4;
    /*position: relative;*/
    width: 1000px;
    float: left;
}
#timetableWrap .day > div{
    margin-bottom: 10px;
    border-top: solid 2px #b4904d;
    border-bottom: solid 2px #b4904d;
    position: relative;
}
.cx_smartphoneview #timetableWrap .day{
    width: 640px;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}
.cx_smartphoneview #timetableWrap .day > div{ width: 1100px;}

.day__date{
    text-align: center;
    line-height: 1.2;
    font-size: 110%;
    font-weight: bold;
    margin: 10px 0;
    color: #592271;
}

#timetableWrap .hour{
    line-height: 5.9em;
    /*border-bottom: solid 0.05em #b4904d;*/
    border-bottom: solid 0.1em #fff;
    padding-left: 0.3em;
    background: rgb(222,234,247);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RlZWFmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYWYzZmMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgb(222,234,247) 0%, rgb(234,243,252) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(222,234,247)), color-stop(100%,rgb(234,243,252)));
    background: -webkit-linear-gradient(top,  rgb(222,234,247) 0%,rgb(234,243,252) 100%);
    background: -o-linear-gradient(top,  rgb(222,234,247) 0%,rgb(234,243,252) 100%);
    background: -ms-linear-gradient(top,  rgb(222,234,247) 0%,rgb(234,243,252) 100%);
    background: linear-gradient(to bottom,  rgb(222,234,247) 0%,rgb(234,243,252) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#deeaf7', endColorstr='#eaf3fc',GradientType=0 );
    font-weight: bold;
}
.cx_smartphoneview #timetableWrap .hour{ padding-left: 0.2em;}
#timetableWrap .band{
    position: absolute;
    top: 0;
    left: 32px;
    width: 968px;
}
.cx_smartphoneview #timetableWrap .band{
    left: 38px;
    width: 1062px;
}
#timetableWrap .band li{
    float: left;
    width: 20%;
    text-align: center;
    box-sizing: border-box;
    border-left: dashed 1px #727ea2;
    position: relative;
}
#timetableWrap .band li a > div,
#timetableWrap .band li > div{
    background: rgb(234,211,136);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2VhZDM4OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2Y0ZWFjOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYWQzODgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgb(234,211,136) 1%, rgb(244,234,200) 50%, rgb(234,211,136) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgb(234,211,136)), color-stop(50%,rgb(244,234,200)), color-stop(100%,rgb(234,211,136)));
    background: -webkit-linear-gradient(top,  rgb(234,211,136) 1%,rgb(244,234,200) 50%,rgb(234,211,136) 100%);
    background: -o-linear-gradient(top,  rgb(234,211,136) 1%,rgb(244,234,200) 50%,rgb(234,211,136) 100%);
    background: -ms-linear-gradient(top,  rgb(234,211,136) 1%,rgb(244,234,200) 50%,rgb(234,211,136) 100%);
    background: linear-gradient(to bottom,  rgb(234,211,136) 1%,rgb(244,234,200) 50%,rgb(234,211,136) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ead388', endColorstr='#ead388',GradientType=0 );
    position: absolute;
    width: 98%;
    left: 1%;
    padding-top: 1em;
    box-sizing: border-box;
}
#timetableWrap .band li div.fade{
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VhZDM4OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwJSIgc3RvcC1jb2xvcj0iI2VhZDM4OCIgc3RvcC1vcGFjaXR5PSIwLjkiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y0ZWFjOCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top,  rgba(234,211,136,1) 0%, rgba(234,211,136,0.9) 10%, rgba(244,234,200,0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(234,211,136,1)), color-stop(10%,rgba(234,211,136,0.9)), color-stop(100%,rgba(244,234,200,0)));
    background: -webkit-linear-gradient(top,  rgba(234,211,136,1) 0%,rgba(234,211,136,0.9) 10%,rgba(244,234,200,0) 100%);
    background: -o-linear-gradient(top,  rgba(234,211,136,1) 0%,rgba(234,211,136,0.9) 10%,rgba(244,234,200,0) 100%);
    background: -ms-linear-gradient(top,  rgba(234,211,136,1) 0%,rgba(234,211,136,0.9) 10%,rgba(244,234,200,0) 100%);
    background: linear-gradient(to bottom,  rgba(234,211,136,1) 0%,rgba(234,211,136,0.9) 10%,rgba(244,234,200,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ead388', endColorstr='#00f4eac8',GradientType=0 );
}
#timetableWrap .band li a{
    display: block;
}
.cx_displaydevice #timetableWrap .band li > a:hover > div{
    background: rgb(239,217,151);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VmZDk5NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZmZjFjNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZmQ5OTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgb(239,217,151) 0%, rgb(255,241,198) 50%, rgb(239,217,151) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(239,217,151)), color-stop(50%,rgb(255,241,198)), color-stop(100%,rgb(239,217,151)));
    background: -webkit-linear-gradient(top,  rgb(239,217,151) 0%,rgb(255,241,198) 50%,rgb(239,217,151) 100%);
    background: -o-linear-gradient(top,  rgb(239,217,151) 0%,rgb(255,241,198) 50%,rgb(239,217,151) 100%);
    background: -ms-linear-gradient(top,  rgb(239,217,151) 0%,rgb(255,241,198) 50%,rgb(239,217,151) 100%);
    background: linear-gradient(to bottom,  rgb(239,217,151) 0%,rgb(255,241,198) 50%,rgb(239,217,151) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efd997', endColorstr='#efd997',GradientType=0 );
}
.cx_displaydevice #timetableWrap .band li a:hover > div.fade{
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VmZDk5NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwJSIgc3RvcC1jb2xvcj0iI2VmZDk5NyIgc3RvcC1vcGFjaXR5PSIwLjkiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZjFjNiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top,  rgba(239,217,151,1) 0%, rgba(239,217,151,0.9) 10%, rgba(255,241,198,0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(239,217,151,1)), color-stop(10%,rgba(239,217,151,0.9)), color-stop(100%,rgba(255,241,198,0)));
    background: -webkit-linear-gradient(top,  rgba(239,217,151,1) 0%,rgba(239,217,151,0.9) 10%,rgba(255,241,198,0) 100%);
    background: -o-linear-gradient(top,  rgba(239,217,151,1) 0%,rgba(239,217,151,0.9) 10%,rgba(255,241,198,0) 100%);
    background: -ms-linear-gradient(top,  rgba(239,217,151,1) 0%,rgba(239,217,151,0.9) 10%,rgba(255,241,198,0) 100%);
    background: linear-gradient(to bottom,  rgba(239,217,151,1) 0%,rgba(239,217,151,0.9) 10%,rgba(255,241,198,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efd997', endColorstr='#00fff1c6',GradientType=0 );
}
#timetableWrap .band li div p:nth-of-type(1){
    font-weight: bold;
}
#timetableWrap .band li div p.live,
#timetableWrap .band li div p.rec{
    background-color: #b20000;
    display: inline-block;
    color: #fff;
    line-height: 1.2;
    padding: 0 0.8em;
    border-radius: 20px;
    font-size: 84%;
    font-weight: bold;
}
#timetableWrap .band li div p.rec{ background-color: #5b6d90;}
#timetableWrap .band li div p.time{
    font-size: 94%;
    line-height: 1.2;
    font-weight: bold;
    padding-top: 0.3em;
}
#timetableWrap .band li div p.tv{
    width: 90%;
    box-sizing: border-box;
    line-height: 1.2;
    padding: 0.3em 0.7em;
    background-color: rgba(255,255,255,0.7);
    display: inline-block;
    margin-top: 0.3em;
    font-weight: bold;
    /*color: #836619;*/
    color: #b20000;
    border-top: solid 3px #836619;
    border-bottom: solid 3px #836619;
    font-feature-settings: "palt";
}
#timetableWrap .band li div p.tv span{
    font-weight: normal;
    font-size: 82%;
    color: #333;
    letter-spacing: -0.05em;
}
.cx_smartphoneview #timetableWrap .band li div p.tv{
    font-size: 88%;
    letter-spacing: -0.05em;
    width: auto;
}
.cx_smartphoneview #timetableWrap .band li div p.tv.link{ width: 90%;}
#timetableWrap .band li div.start_0{ top: 0;}
#timetableWrap .band li div.start_15{ top: 1.5em;}
#timetableWrap .band li div.start_25{ top: 2.5em;}
#timetableWrap .band li div.start_30{ top: 3em;}
#timetableWrap .band li div.start_35{ top: 3.5em;}
#timetableWrap .band li div.start_40{ top: 4em;}
#timetableWrap .band li div.start_45{ top: 4.5em;}
#timetableWrap .band li div.start_50{ top: 5em;}
#timetableWrap .band li div.start_57{ top: 5.7em;}
#timetableWrap .band li div.start_60{ top: 6em;}
#timetableWrap .band li div.start_80{ top: 8em;}
#timetableWrap .band li div.start_90{ top: 9em;}
#timetableWrap .band li div.start_105{ top: 10.5em;}
#timetableWrap .band li div.start_115{ top: 11.5em;}
#timetableWrap .band li div.start_120{ top: 12em;}
#timetableWrap .band li div.start_140{ top: 14em;}
#timetableWrap .band li div.start_145{ top: 15.5em;}
#timetableWrap .band li div.start_150{ top: 15em;}
#timetableWrap .band li div.start_180{ top: 18em;}
#timetableWrap .band li div.start_195{ top: 19.5em;}
#timetableWrap .band li div.start_235{ top: 23.5em;}
#timetableWrap .band li div.start_240{ top: 24em;}
#timetableWrap .band li div.start_251{ top: 25.1em;}
#timetableWrap .band li div.start_270{ top: 27em;}
#timetableWrap .band li div.start_300{ top: 30em;}
#timetableWrap .band li div.start_325{ top: 32.5em;}
#timetableWrap .band li div.start_330{ top: 33em;}
#timetableWrap .band li div.start_365{ top: 36.5em;}
#timetableWrap .band li div.start_390{ top: 39em;}
#timetableWrap .band li div.start_405{ top: 40.5em;}
#timetableWrap .band li div.start_420{ top: 42.0em;}
#timetableWrap .band li div.start_424{ top: 42.4em;}
#timetableWrap .band li div.start_434{ top: 43.4em;}
#timetableWrap .band li div.start_480{ top: 48em;}
#timetableWrap .band li div.start_485{ top: 48.5em;}
#timetableWrap .band li div.start_510{ top: 51em;}
#timetableWrap .band li div.start_537{ top: 53.7em;}
#timetableWrap .band li div.start_540{ top: 54em;}
#timetableWrap .band li div.h_30{ height: 3em;}
#timetableWrap .band li div.h_45{ height: 4.5em;}
#timetableWrap .band li div.h_50{ height: 5em;}
#timetableWrap .band li div.h_55{ height: 5.5em;}
#timetableWrap .band li div.h_59{ height: 5.9em;}
#timetableWrap .band li div.h_60{ height: 6em;}
#timetableWrap .band li div.h_70{ height: 7em;}
#timetableWrap .band li div.h_90{ height: 9em;}
#timetableWrap .band li div.h_150{ height: 15em;}
#timetableWrap .band li div.h_105{ height: 10.5em;}
#timetableWrap .band li div.h_109{ height: 10.9em;}
#timetableWrap .band li div.h_113{ height: 11.3em;}
#timetableWrap .band li div.h_114{ height: 11.4em;}
#timetableWrap .band li div.h_118{ height: 11.8em;}
#timetableWrap .band li div.h_115{ height: 11.5em;}
#timetableWrap .band li div.h_120{ height: 12em;}
#timetableWrap .band li div.h_125{ height: 12.5em;}
#timetableWrap .band li div.h_132{ height: 13.2em;}
#timetableWrap .band li div.h_135{ height: 13.5em;}
#timetableWrap .band li div.h_150{ height: 14.8em;}
#timetableWrap .band li div.h_160{ height: 16.0em;}
#timetableWrap .band li div.h_163{ height: 16.3em;}
#timetableWrap .band li div.h_165{ height: 16.5em;}
#timetableWrap .band li div.h_167{ height: 16.7em;}
#timetableWrap .band li div.h_174{ height: 17.4em;}
#timetableWrap .band li div.h_180{ height: 18em;}
#timetableWrap .band li div.h_210{ height: 21em;}
#timetableWrap .band li div.h_230{ height: 23em;}
#timetableWrap .band li div.h_235{ height: 23.5em;}
#timetableWrap .band li div.h_250{ height: 25em;}
#timetableWrap .band li div.h_255{ height: 25.5em;}
#timetableWrap .band li div.h_270{ height: 27em;}


#timetableWrap .band li div.btn_fod-pr,
#timetableWrap .band li div.btn_fod,
#timetableWrap .band li div.btn_tver{
    background: #fff url("../img/fod-pr_logo.png") no-repeat center 5px;
    width: 90%;
    margin: 0.3em auto 0;
    position: relative;
    left: auto;
    background-size: 90%;
    height: 0;
    padding-top: 22.75%;
    text-indent: -300%;
    overflow: hidden;
    white-space: nowrap;
}
#timetableWrap .band li div.btn_fod{
    background: #fff url("../img/fod_logo.png") no-repeat center 5px;
    background-size: 90%;
}
#timetableWrap .band li div.btn_tver{
    background: #fff url("../img/tver_logo.png") no-repeat center 7px;
    background-size: 90%;
}
/*#timetableWrap .band li div.btn_fod-pr::after,
#timetableWrap .band li div.btn_fod::after{
    content: "";
    display: block;
    position: absolute;
    bottom: 2px;
    right: 0; left: 0;
	margin:0 auto;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 7px 0 7px 12px;
	border-color: transparent transparent transparent #ffc279;
}*/

#timetableWrap .band li div.btn_fod-pr + p,
#timetableWrap .band li div.btn_fod + p,
#timetableWrap .band li div.btn_tver + p,
#timetableWrap .band li p.link + p{
    position: relative;
    background-color: #b20000;
    width: 90%;
    margin: 0 auto;
    color: #fff;
    font-size: 80%;
    line-height: 1.2;
    font-weight: bold;
    padding: 0.2em 0;
    margin-bottom: 0.6em;
}
#timetableWrap .band li div.btn_fod-pr + p::after,
#timetableWrap .band li div.btn_fod + p::after,
#timetableWrap .band li div.btn_tver + p::after,
#timetableWrap .band li p.link + p::after{
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 2px;
	margin:-5px 0 0;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 5px 0 5px 10px;
	border-color: transparent transparent transparent #ffc279;
}
#timetableWrap .band li a:hover div.btn_fod-pr + p,
#timetableWrap .band li a:hover div.btn_fod + p,
#timetableWrap .band li a:hover div.btn_tver + p,
#timetableWrap .band li a:hover p.link + p{ background-color: #d60000;}

/* ---------------------------------------------
	右エリア
--------------------------------------------- */
/*#fp-bhp #fp-bhp-moreoadate{ display: none !important;}
#fp-bhp-overlayWrap #fp-bhp-overlayContents #fp-bhp-sche{ display: none !important;}
#fp-bhp #fp-bhp-infomain h4.nextoatitle{ line-height: 1.6 !important;}
#fp-bhp #fp-bhp-infomain h4.nextoatitle::before{
    content: "NEXT";
    background-color: #9d7f00;
    color: #fff;
    padding: 5px 5px 3px;
    margin-right: 5px;
}*/
.cx_smartphoneview header#cx_ui_header,
#fp-bhp #fp-banner5Nav,
#fp-bhp #fp-bhp-rectangle{ display: none !important;}
/*#fp-bhp .fp-bhpblockPc#fp-bhp-infomain,
#fp-bhp .fp-bhpblockSp#fp-bhp-infomain,*/
#fp-bhp .fp-bhpblockPc#fp-bhp-twitter,
#fp-bhp .fp-bhpblockSp#fp-bhp-twitter{display: none !important;}
/* fp-ohp-customcss */
#fp-bhp.fpbhp-pc .contblock h2{
	color:#eee;
	background-color:#796121;
}
#fp-bhp #fp-bhp-infomain .nextoadate span{ background: #b20000 !important;}


.sp_display .cx_anchor_link::before, .sp_display *:target::before{ display: none !important;}

#gbfooter{ position: relative; z-index: 555;}