@charset "UTF-8";

/* ---------------------------------------------
	スタイルリセット
--------------------------------------------- */
html, body, div,
h1, h2, h3, h4, h5, h6,
p, pre, blockquote,
ul, ol, li, dl, dt, dd, address {margin: 0; padding: 0;}
ul, ol {list-style: none;}
img {border: none; vertical-align:bottom; }

/* ---------------------------------------------
	汎用クラス
--------------------------------------------- */
/* clearfix ------------ */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {display: inline-block;}

/* Hide from MacIE €*/
* html .clearfix { height: 1px; }
.clearfix { display: block; }
/* End Hide from MacIE */

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

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;
	}
}

html>/**/body { font-size: 16px; line-height: normal;overflow-x: hidden; } /* except Win IE */

h1, h2, h3, h4, h5, h6 {font-size: 100%;}

/* ---------------------------------------------
	基本項目
--------------------------------------------- */
html, body {height:100%; color:#000000;}
h1, h2, h3, h4, h5, h6, p, dt, dd, li{
	background:  url("../img/spacer.gif") repeat 0px 0px;
	max-height: 100%;
}

/*共通スタイル*/
.bold {font-weight:bold;}
.normal {font-weight:normal;}
.center{text-align:center;}
.narrow{ letter-spacing: -0.1em;}
.narrow05{ letter-spacing: -0.05em;}

a:link { color:#333; text-decoration:none; font-weight:normal;}
a:visited { color:#333; text-decoration:none;}
a:hover { color:#333; text-decoration:none;}
a:active { color:#333; text-decoration:none;}

.clears{ clear:both;}
.fLeft{float: left;}
.fRight{float: right;}

.mt10{margin-top: 10px;}
.mt15{margin-top: 15px;}
.mt20{margin-top: 20px;}
.mt25{margin-top: 25px;}
.mt30{margin-top: 30px;}

body{ -webkit-text-size-adjust:100% !important;}
body.cx_smartphoneview{font-size: 155%;}

.displaysp{ display: none;}
@media screen and (max-width: 750px) {
    .displaypc{ display: none;}
    .displaysp{ display: block;}
}

.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: url("../img/bg.jpg") repeat center 0;*/
    background-color: #fffdeb;
    border-bottom: solid 1px #ccc;
}

/* ---------------------------------------------
	トップページ
--------------------------------------------- */

/*-------------ヘッダー-------------*/
.toppage #hdrWrap{
    border-bottom: solid 5px #ddb854;
    position: relative;
    z-index: 9999;
}
.toppage #hdrWrap::after{
    content: "";
    display: block;
    width: 100%;
    height: 43%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjkiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 90%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(90%,rgba(255,255,255,0.9)), color-stop(100%,rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.9) 90%,rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.9) 90%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.9) 90%,rgba(255,255,255,1) 100%);

}
.toppage #hdrWrap > div{
    background-image: url("../photo/mainV.jpg");
    background-repeat: no-repeat;
    background-position: center 50%;
    width: 100%;
    background-size: contain;
    height: 0;
    padding-top: 42.85%;
}

.toppage #hdrWrap h1,
.toppage #hdrWrap p.oadate{
    width: 100%;
    text-indent: -300%;
    white-space: nowrap;
    overflow: hidden;
}
.toppage #hdrWrap .ttl{
    width: 100%;
    position: absolute;
    top: 5%;
    left: 0;
    text-align: center;
}
.toppage #hdrWrap .ttl p:nth-of-type(1){
    font-size: 130%;
    font-weight: bold;
    line-height: 1.2;
    text-shadow: 1px 1px 10px #fff, -1px -1px 10px #fff, -1px 1px 10px #fff, 1px -1px 10px #fff, 1px 1px 10px #fff, -1px -1px 10px #fff, -1px 1px 10px #fff, 1px -1px 10px #fff;
    color: #0b416d;
    padding-bottom: 0.4em;
}
.toppage #hdrWrap .ttl p:nth-of-type(2){
    background-color: rgba(11, 65, 109, 0.72);
    color: #fff;
    font-weight: bold;
    line-height: 1.2;
    padding: 0.3em 0;
    font-size: 110%;
}
.toppage #hdrWrap h1{
    width: 100%;
    background-image: url("../img/logo_l.png");
    background-repeat: no-repeat;
    background-position: center 50%;
    background-color: #fff;
    background-size: contain;
    height: 0;
    padding-top: 11%;
}
.toppage #hdrWrap .ttl p.catch{
    font-size: 205%;
    font-weight: bold;
    line-height: 1.4;
    text-shadow: 1px 1px 15px #fff, -1px -1px 15px #fff, -1px 1px 15px #fff, 1px -1px 15px #fff, 1px 1px 15px #fff, -1px -1px 15px #fff, -1px 1px 15px #fff, 1px -1px 15px #fff;
    color: #c17e00;
    padding: 0.4em 0;
    background-color: rgba(255,255,255,0.6);
}
.toppage #hdrWrap p.oadate{
    width: 100%;
    background-image: url("../img/oadate.png");
    background-repeat: no-repeat;
    background-position: center 50%;
    background-size: contain;
    height: 0;
    padding-top: 4%;
    position: absolute;
    bottom: 15px;
    z-index: 1000;
}

.toppage #hdrWrap .copyright{
    position: absolute;
    top: 0.3em;
    right: 0.3em;
    font-size: 82%;
    color: #fff;
    line-height: 1.0;
    text-shadow: 1px 1px 10px rgba(0,0,0,0.8), -1px -1px 10px rgba(0,0,0,0.8), 1px -1px 10px rgba(0,0,0,0.8), -1px 1px 10px rgba(0,0,0,0.8);
}

@media screen and (min-width: 1400px) {
    .toppage #hdrWrap > div{
        height: 600px;
        padding: 0;
        background-size: cover;
    }
    .toppage #hdrWrap h1{
        height: 150px;
        padding: 0;
        
    }
    .toppage #hdrWrap p.oadate{
        height: 52px;
        padding: 0;
    }
}
@media screen and (max-width: 750px) {
    .toppage #hdrWrap::after{ height: 34%;}
    .toppage #hdrWrap .ttl{ top: 5%;}
    .toppage #hdrWrap .ttl p:nth-of-type(1){ font-size: 120%;}
    .toppage #hdrWrap .ttl p:nth-of-type(2){ font-size: 100%;}
    .toppage #hdrWrap .ttl p.catch{ font-size: 152%;}
    .toppage #hdrWrap > div{
        padding-top: 100%;
        background-size: cover;
    }
    .toppage #hdrWrap h1{
        padding-top: 20%;
    }
    .toppage #hdrWrap p.oadate{
        padding-top: 7.4%;
    }
    .toppage #hdrWrap .copyright{ font-size: 72%;}
}

/*-------------what's new-------------*/
#newsWrap{
    padding: 5px 0;
    /*margin-bottom: 15px;*/
    background:#0b416d;
    position: relative;
    z-index: 9999;
}
#newsWrap ul{
    /*background-color: rgba(255,255,255,0.7);
    border-radius: 15px;
    display: inline-block;*/
    width: 1000px;
    margin: 0 auto;
    padding: 5px 15px;
    box-sizing: border-box;
}
.cx_smartphoneview #newsWrap ul{ width: 100%;}
#newsWrap li{
    font-size: 110%;
    font-weight: bold;
    color: #ddd;
    line-height: 1.4;
    text-align: center;
}
#newsWrap li a{
    font-weight: bold;
    color: #f1f5ff;
}
#newsWrap li span{ color: #d3b174;}
@media screen\0 {
	#newsWrap li a{
		font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W4", "Hiragino Kaku Gothic Pro", "Lucida Grande", Verdana, "ＭＳ Ｐゴシック", sans-serif;
	}
}
#newsWrap li a:hover{
    text-decoration: underline;
    color: #fff;
}
.cx_smartphoneview #newsWrap li a{
    font-size: 88%;
    text-align: center;
    width: 100%;
    display: block;
    padding: 0.3em 0;
}

#topicsWrap{
    text-align: center;
    background-color: rgba(1, 0, 56, 0.14);
    margin: 1px 0 15px;
}
#topicsWrap a{
    padding: 0.4em 0;
    line-height: 1.6;
    display: block;
    font-weight: bold;
    font-size: 110%;
    color: #8d6823;
    text-shadow: 1px 1px 10px #fff;
}
#topicsWrap a:hover{ text-decoration: underline;}
.cx_smartphoneview #topicsWrap a{ letter-spacing: -0.03em;}

/*-------------ナビゲーション-------------*/
#navWrap{
    background-color: #e8e7db;
    position: relative;
    width: 100%;
    z-index: 8888;
    border-bottom: solid 2px #ddb854;
}
/*#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;
}*/
#navWrap ul{
    width: 1000px;
    margin: 0 auto;
    padding: 10px 0;
    position: relative;
    z-index: 2200;
}
.cx_smartphoneview #navWrap ul{
    width: 98%;
}

#navWrap ul li{
    float: left;
    width: 19.6%;
    margin: 0 0.5% 0 0;
    position: relative;
}
#navWrap ul li:nth-of-type(5){ margin: 0;}
#navWrap ul.len6 li{
    width: 16.25%;
    margin: 0 0.5% 0 0;
}
#navWrap ul.len6 li:nth-of-type(6){ margin: 0;}
#navWrap ul li a{
    display: block;
    /*width: 247px;*/
    width: 100%;
    height: 88px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    text-shadow: -1px -1px 2px rgba(0,0,0,0.6);
    font-size: 119%;
    line-height: 88px;
    box-sizing: border-box;
    position: relative;
    background-color: #e21654;
    border-radius: 6px;
}
#navWrap ul.len6 li a{ font-size: 110%;}
#navWrap ul li.line2 a{
    line-height: 1.3;
    padding-top: 18px;
}
#navWrap ul li a::before{
    content: "";
    display: block;
    width: 96%;
    height: 80px;
    position: absolute;
    top: 4px;
    left: 0;
    right: 0;
    margin: auto;
    border: solid 1px rgba(255,255,255,0.48);
    box-sizing: border-box;
}
@media screen\0 {
	#navWrap ul li a{
		font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W4", "Hiragino Kaku Gothic Pro", "Lucida Grande", Verdana, "ＭＳ Ｐゴシック", sans-serif;
	}
}

#navWrap ul li a.here{
    cursor: default;
    background-color: #ff1059;
}


#navWrap ul li a:hover{
    background-color: #f81e61;
}

#navWrap ul li a.line1{ padding: 25px 0 0;}
#navWrap ul 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;
}
#navWrap ul li a .narrow2{
    letter-spacing: -0.1em;
}

#navWrap ul li.comingsoon a{ opacity: 0.3;}
#navWrap ul li.comingsoon:after{
    content: "coming soon";
    position: absolute;
    width: 100%;
    text-align: center;
    top: 66%;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #fff;
}
#navWrap ul li.comingsoon a:hover{
    background-color: #e21654;
}


.cx_smartphoneview #navWrap ul.len6 li{
    /*width: 49.5%;
    margin: 0 1% 2px 0;*/
    width: 33%;
    margin: 0 0.5% 5px 0;
}
.cx_smartphoneview #navWrap ul.len6 li:nth-of-type(3n){ margin: 0;}
.cx_smartphoneview #navWrap ul li a{
    width: 100%;
    height: 90px;
    background-size: cover;
    font-size: 92%;
    line-height: 90px;
}

.cx_smartphoneview #navWrap ul li.line2 a,
.cx_smartphoneview #navWrap ul li.line2sp a{
    line-height: 1.3;
    padding-top: 18px;
}
.cx_smartphoneview #navWrap ul li a::before{
    height: 80px;
}
.cx_smartphoneview #navWrap ul li.comingsoon:after{ display: none;}

.cx_smartphoneview #navWrap.short,
.cx_smartphoneview .page_s #navWrap{
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    box-shadow: 1px 10px 20px  rgba(0,0,0,0.14);
}
.cx_smartphoneview #navWrap.short ul,
.cx_smartphoneview .page_s #navWrap ul{
    /*width: 130%;*/
    width: 140%;
    padding: 10px 1%;
    box-sizing: border-box;
}
.cx_smartphoneview #navWrap.short ul li,
.cx_smartphoneview .page_s #navWrap ul li{
    /*width: 24.4%;*/
    width: 16.25%;
    margin: 0 0.5% 0 0;
}
.cx_smartphoneview #navWrap.short ul.len6 li:nth-of-type(3),
.cx_smartphoneview .page_s #navWrap ul.len6 li:nth-of-type(3){ margin: 0 0.5% 0 0;}
.cx_smartphoneview #navWrap.short ul li.line2 a,
.cx_smartphoneview #navWrap.short ul li.line2sp a,
.cx_smartphoneview .page_s #navWrap ul li.line2 a,
.cx_smartphoneview .page_s #navWrap ul li.line2sp a{
    line-height: 1.3;
    padding-top: 18px;
}
.cx_smartphoneview #navWrap.short ul li:nth-last-of-type(1),
.cx_smartphoneview .page_s #navWrap ul li:nth-last-of-type(1){ margin: 0;}
.cx_smartphoneview #navWrap.short ul li a,
.cx_smartphoneview .page_s #navWrap 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;}

/*-------------コンテンツエリア-------------*/
#fp-l{
    margin: 30px 0 40px;
    background-color: rgba(255,255,255,0.9);
    box-shadow: 0 0 50px 50px rgba(255,255,255,0.9);
}
#fp-l > div{
    width: 620px;
    margin: 0 15px 40px 5px;
}
#fp-l > div h2::before{
    content: "";
    display: block;
    background: url("../img/h2Icn.png") no-repeat 0 0;
    width: 23px;
    height: 22px;
    float: left;
    margin-right: 0.2em;
}
#fp-l > div h2{
    font-size: 140%;
    line-height: 22px;
    color: #ef0049;
    border-bottom: solid 3px #ddb854;
    margin-bottom: 0.4em;
}

.cx_smartphoneview #fp-l > div{
    width: 92%;
    margin: 0 auto 40px;
}
.cx_smartphoneview #fp-l > div h2::before{
    width: 46px;
    height: 44px;
    background-size: contain;
}
.cx_smartphoneview #fp-l > div h2{
    line-height: 44px;
}

/* -----------------------------------
	バナー
----------------------------------- */
#fp-l > div#campaignBnr{ margin-bottom: 40px;}
#campaignBnr img{ width: 100%; height: auto;}
#campaignBnr a{
    display: block;
    background: url("../img/kirichallenohi_pc.jpg") no-repeat 0 0;
    height: 80px;
    text-indent: -500%;
    overflow: hidden;
    white-space: nowrap;
}
.cx_smartphoneview #campaignBnr a{
    background: url("../img/kirichallenohi_sp.jpg") no-repeat 0 0;
    height: 100px;
}




/* -----------------------------------
	LIVE配信
----------------------------------- */
#liveBtn a{
    display: block;
    background-color: #ef2664;
    line-height: 1.2;
    padding: 1.6em;
    color: #fff;
    font-weight: bold;
    font-size: 110%;
    position: relative;
    border-radius: 6px;
}
/*#liveBtn a::before{
    content: "";
    display: block;
    background-color: rgba(255,255,255,0.2);
    width: 100%;
    height: 50%;
    position: absolute;
    top: 0;
    left: 0;
}*/
#liveBtn a:hover{ background-color: #ff447d;}
#liveBtn a::after{
    content: "";
    display: block;
    position: absolute;
    top: 50%; right: 1em;
	margin: -8px 0 0;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 8px 0 8px 12px;
	border-color: transparent transparent transparent #ffe3eb;
}
#liveBtn a span{
    background: #fff url("../img/fod_logo2.png") no-repeat 0 0;
    width: 80px;
    height: 0;
    padding-top: 6.6%;
    background-size: contain;
    display: block;
    float: left;
    text-indent: -300%;
    overflow: hidden;
    white-space: nowrap;
    margin: -0.4em 0.8em 0 0;
}

.cx_smartphoneview #liveBtn a{
    padding: 1.2em 0.8em;
}
.cx_smartphoneview #liveBtn a::after{
    margin: -14px 0 0;
    border-width: 14px 0 14px 22px;
}
.cx_smartphoneview #liveBtn a span{
    width: 134px;
    padding-top: 11.6%;
    margin-top: -0.1em;
}


/* -----------------------------------
	データ放送
----------------------------------- */
#presentWrap{
    /*margin: 20px 20px 0;*/
    background: #efe7cb url("../img/pattern.png") repeat 0 0;
    padding: 15px;
    box-sizing: border-box;
    /*border: solid 2px #ddb854;*/
    box-sizing: border-box;
    position: relative;
}
#presentWrap .photoWrap{
    float: right;
    width: 43%;
    height: auto;
    margin-left: 10px;
    padding-bottom: 5px;
    position: relative;
    z-index: 1111;
}
#presentWrap .photoWrap img{ width: 100%; height: auto;}
.cx_smartphoneview #presentWrap .photoWrap{
    width: 40%;
    margin-left: 0px;
    position: absolute;
    top: 18px;
    right: 5px;
    z-index: 888;
}
/*#presentWrap .ttl{
    position: relative;
    z-index: 999;
}*/
#presentWrap .ttl p:nth-of-type(1){
    font-size: 110%;
    font-weight: bold;
    color: #fff;
    background-color: #d38f33;
    line-height: 1.2;
    padding: 0.2em 1.5em 0.2em 0.5em;
    /*display: inline-block;*/
    margin-left: -18px;
    position: relative;
}
#presentWrap .ttl p:nth-of-type(1)::after{
    content: "";
    display: block;
    position: absolute;
    top: 50%; right: -2px;
	margin: -16px 0 0;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 16px 14px 16px 0;
	border-color: transparent #efe7cb transparent transparent;
}
.cx_smartphoneview #presentWrap .ttl p:nth-of-type(1)::after{
    border-width: 20px 18px 20px 0;
    margin: -20px 0 0;
}
#presentWrap .ttl p:nth-of-type(2){
    font-size: 120%;
    font-weight: bold;
    color: #e21654;
    line-height: 1.4;
    padding: 0.5em 0 0.2em;
    position: relative;
    z-index: 999;
}
/*#presentWrap .ttl p:nth-of-type(2) span{ color: #ac6d19;}*/
#presentWrap .ttl p:nth-of-type(3){
    font-weight: bold;
    color: #0b416d;
    padding: 0 0 0.3em;
}
.cx_smartphoneview #presentWrap .ttl p:nth-of-type(1){
    font-size: 100%;
}
.cx_smartphoneview #presentWrap .ttl p:nth-of-type(2){
    font-size: 110%;
}



#presentWrap #ouboBtn a{
    display: block;
    text-align: center;
    background-color: #e21654;
    color: #fff;
    font-size: 110%;
    font-weight: bold;
    line-height: 1.2;
    padding: 15px 0;
    border-radius: 6px;
    position: relative;
    margin-bottom: 3px;
    text-decoration: none;
}
#presentWrap #ouboBtn a:hover{ background-color: #f81e61;}
/*#presentWrap #ouboBtn a::before{
    content: "";
    display: block;
    background-color: rgba(255,255,255,0.2);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
}*/
.cx_smartphoneview #presentWrap #ouboBtn a{ padding: 20px 0;}
#presentWrap .attention{
    text-align: center;
    font-size: 84%;
    line-height: 1.6;
}
#presentWrap #ouboBtn a.end{
    background-color: #aaa;
    color: #eee;
    cursor: default;
}

/* -----------------------------------
	みどころ
----------------------------------- */
#featWrap > ul > li{ margin-bottom: 0.8em;}
#featWrap > ul > li > h3{ margin-bottom: 0.3em;}
#featWrap > ul > li > h3::before{
    content: "";
    font-family: Roboto,Arial,Helvetica,sans-serif;
    font-size: 200%;
    color: #d38f33;
    margin-right: 0.2em;
    line-height: 1.0;
}
#featWrap > ul > li:nth-of-type(1) > h3::before{ content: "1";}
#featWrap > ul > li:nth-of-type(2) > h3::before{ content: "2";}
#featWrap > ul > li:nth-of-type(3) > h3::before{ content: "3";}
#featWrap > ul > li:nth-of-type(4) > h3::before{ content: "4";}
#featWrap > ul > li > h3 span{ color: #ef0049;}
#featWrap > ul > li p{
    font-size: 92%;
    line-height: 1.8;
    margin-bottom: 1em;
}

#featWrap li.photoWrap{ float: left;}
#featWrap li.photoWrap img{ width: 100%; height: auto;}
#featWrap li.photoWrap p{
    font-size: 88%;
    line-height: 1.2;
    font-weight: bold;
    padding: 0.2em 0;
    text-align: center;
    color: #fff;
    background-color: #d38f33;
}
#featWrap .len2 li.photoWrap{ width: 49.5%;}
#featWrap .len2 li.photoWrap:nth-of-type(1){ margin-right: 1%;}

#featWrap .len3 li.photoWrap{
    width: 33%;
    margin-right: 0.5%;
    margin-bottom: 5px;
}
#featWrap .len3 li.photoWrap:nth-of-type(3){ margin-right: 0%;}

#featWrap .len4 li.photoWrap{
    width: 24.4%;
    margin-right: 0.8%;
}
#featWrap .len4 li.photoWrap:nth-of-type(4){ margin-right: 0%;}

/* -----------------------------------
	コースマップ
----------------------------------- */
#map{
    /*margin-top: 40px;*/
    margin-bottom: 1em;
    min-height: 349px;
}
#map img{ width: 100%; height: auto;}
.cx_smartphoneview #map{ min-height: 331px;}

#map .cx_video_player{ position: relative;}
#map .cx_video_player::after{
    content: "";
    display: block;
    position: absolute;
    bottom: 5px;
    right: 5px;
    background: url("../img/playIcn.png") no-repeat;
    width: 50px;
    height: 50px;
    background-size: contain;
    border: solid 3px rgba(255,255,255,0.4);
    border-radius: 50%;
}
.cx_displaydevice #map .cx_video_player:hover::after{ border: solid 3px rgba(255,255,255,1.0);}
.cx_smartphoneview #map .cx_video_player::after{
    width: 60px; height: 60px;
    border: solid 5px rgba(255,255,255,0.4);
}

/* -----------------------------------
	スポット動画
----------------------------------- */
#spotMovWrap{
    width: 620px;
    height: 348px;
    background: #000;
}
.cx_smartphoneview #spotMovWrap{
    width: 589px;
    height: 357px;
}
#spotMovWrap.overlay #spMovTarget{ position: relative;}
#spotMovWrap.overlay #spMovTarget::after{
    content: "";
    display: block;
    position: absolute;
    bottom: 5px;
    right: 5px;
    background: url("../img/playIcn.png") no-repeat;
    width: 60px;
    height: 60px;
    background-size: contain;
    border: solid 5px rgba(255,255,255,0.4);
    border-radius: 50%;
}
#spotMovWrap.overlay #spMovTarget:hover::after{ border: solid 5px rgba(255,255,255,1.0);}

/* -----------------------------------
	東京五輪出場条件
----------------------------------- */
#olympic > p{
    font-weight: bold;
    font-size: 120%;
    color: #ff7f11;
}
#olympic #fix{
    background: #efe7cb url("../img/pattern.png") repeat 0 0;
    padding: 15px 20px;
    text-align: center;
    margin-bottom: 10px;
}
.cx_smartphoneview #olympic #fix{ padding: 15px;}
#olympic #fix p{
    font-weight: bold;
    line-height: 1.0;
    width: 71%;
    color: #d38f33;
}
#olympic #fix p span{
    display: inline-block;
    background-color: #efe7cb;
    padding: 0 0.4em;
}
#olympic #fix > ul:nth-of-type(1){
    width: 70%;
    margin: 0 1% 0 0;
    border: solid 5px #fff;
    padding: 10px 20px;
    box-sizing: border-box;
    float: left;
    margin-top: -0.5em;
}
.cx_smartphoneview #olympic #fix > ul:nth-of-type(1){ padding: 10px;}
#olympic #fix > ul:nth-of-type(1) li{
    float: left;
    width: 48%;
    background-color: #fff;
    margin: 0 4% 0 0;
    border-radius: 6px;
    overflow: hidden;
}
.cx_smartphoneview #olympic #fix > ul:nth-of-type(1) li{
    width: 49%;
    margin: 0 2% 0 0;
}
#olympic #fix > ul:nth-of-type(1) li:nth-of-type(2),
.cx_smartphoneview #olympic #fix > ul:nth-of-type(1) li:nth-of-type(2){ margin: 0;}
#olympic #fix > ul:nth-of-type(2){
    width: 29%;
    margin: 0;
    float: left;
    border: solid 5px #d4b589;
    padding: 10px;
    box-sizing: border-box;
    margin-top: -0.5em;
}
#olympic #fix > ul:nth-of-type(2) li{
    background-color: rgba(255,255,255, 0.55);
}

#olympic #fix dt,
#olympic #candidates dt{
    font-weight: bold;
    line-height: 1.2;
    padding: 0.3em 0 0;
}
#olympic .mgc{
    font-size: 88%;
    line-height: 1.2;
    padding-bottom: 0.2em;
}
#olympic .mgc span{
    font-weight: bold;
    color: #ef0049;
}

#olympic #fix .question li{
    font-size: 280%;
    font-weight: bold;
    color: #d9b98e;
    border-radius: 6px;
    background: url("../img/olympic_ph00.png") no-repeat center 0;
    background-size: cover;
}

#olympic #candidates{
    background: #efe7cb url("../img/pattern.png") repeat 0 0;
    padding:  15px 35px;
    position: relative;
    text-align: center;
}
.cx_smartphoneview #olympic #candidates{ padding: 15px;}
#olympic #candidates li{
    float: left;
    width: 41%;
    background-color: #fff;
    border-radius: 6px;
    overflow: hidden;
}
#olympic #candidates li:nth-of-type(1){ margin: 0 18% 0 0;}
#olympic #candidates li:nth-of-type(2){
    padding: 4em 0.5em 0;
    box-sizing: border-box;
    font-size: 94%;
    line-height: 1.6;
    font-weight: bold;
    background: rgba(255,255,255, 0.55) url("../img/olympic_ph00.png") no-repeat center 0;
    background-size: cover;
}
#olympic #candidates li:nth-of-type(2) span{ color: #ef0049;}
.cx_smartphoneview #olympic #candidates li:nth-of-type(2){
    padding-top: 1em;
    line-height: 1.4;
}
#olympic #candidates::before{
    content: "もしくは";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: -0.5em auto 0;
    text-align: center;
    font-size: 88%;
}

#olympic #fix .photoWrap{ min-height: 170px;}
.cx_smartphoneview #olympic #fix .photoWrap{ min-height: 176px;}
#olympic #candidates .photoWrap{ min-height: 225px;}
#olympic .photoWrap img{ width: 100% ; height: auto;}

#olympic > div:nth-of-type(2){ position: relative;}
#olympic > div:nth-of-type(2)::before{
    content: "";
    display: block;
    position: absolute;
    background: url("../img/arrow.png") no-repeat 0 0;
    width: 69px;
    height: 66px;
    top: -66px;
    right: 70px;
}


/* -----------------------------------
	スペシャル動画
----------------------------------- */
#movWrap li{
    width: 32%;
    margin: 0 2% 10px 0;
    box-sizing: border-box;
    /*border: solid 1px #ccc;*/
    border-bottom: solid 5px #aaa;
    padding: 0 0 0.2em;
    float: left;
    background-color: #fff;
    box-shadow: 1px 1px 10px rgba(0,0,0,0.2);
    border-radius: 6px;
    overflow: hidden;
}
#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:hover{ border-bottom: solid 5px #ef0049;}

#movWrap li .thum{ position: relative; min-height: 111px;}
.cx_smartphoneview #movWrap li .thum{ position: relative; min-height: 163px;}
#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%;
}
.cx_displaydevice #movWrap li:hover .thum::after{ border: solid 2px rgba(255,255,255,1.0);}
.cx_smartphoneview #movWrap li .thum::after{
    width: 50px; height: 50px;
    border: solid 5px rgba(255,255,255,0.4);
}

#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.4;
    color: #fff;
    font-weight: bold;
    background-color: #d38f33;
}
#movWrap li dt{
    font-weight: bold;
    line-height: 1.4;
    color: #d38f33;
    font-size: 94%;
    margin-top: 0.2em;
}

/* -----------------------------------
	放送スケジュール
----------------------------------- */
#oaSchedule li{ margin-bottom: 5px;}
#oaSchedule dl{
    font-weight: bold;
    line-height: 1.4;
    font-size: 108%;
}
.cx_smartphoneview #oaSchedule dl{
    margin-bottom: 15px;
    border-left: solid 5px #967840;
    padding-left: 6px;
}
/*#oaSchedule li:nth-of-type(1){ margin-bottom: 8px;}*/
#oaSchedule dt{
    float: left;
    color: #967840;
}
/*#oaSchedule dt::before{
    content: "◆";
    color: #ffbe00;
    margin: 0 3px 0 0;
}*/
#oaSchedule dd{
    padding-left: 14em;
    color: #333;
}
#oaSchedule dd span{
    color: #fff;
    margin: 0 0 0 9px;
    padding: 3px;
    display: inline;
}
#oaSchedule dd span.live{ background-color: #c81a17;}
#oaSchedule dd span.rec{ background-color: #696969;}
@media screen\0 {
    #oaSchedule dd span{ padding: 0px 6px;}
}
.cx_smartphoneview #oaSchedule dt{ float: none;}
.cx_smartphoneview #oaSchedule dd{ padding-left: 0;}

/* -----------------------------------
	出演者 
----------------------------------- */
#cast > dl{
    font-size: 96%;
}
#cast > dl > dt{
    float: left;
    background-color: #d38f33;
    width: 6.4em;
    text-align: center;
    margin-bottom: 0.5em;
    color: #fff;
    line-height: 1.4;
}
#cast > dl >  dd{
    padding-left: 7em;
    margin-bottom: 0.5em;
    line-height: 1.6;
    font-weight: bold;
}
#cast > dl >  dd span{
    font-size: 84%; letter-spacing: -0.03em;
    font-weight: normal;
}
#cast .photoWrap{
    width: 100%;
    background-color: #fff;
    margin-bottom: 0.2em;
}
#cast .photoWrap img{ width: 100%; height: auto;}

.cx_smartphoneview #cast > dl > dt{
    float: none;
    width: 100%;
    text-align: left;
    padding-left: 0.5em;
    box-sizing: border-box;
}
.cx_smartphoneview #cast > dl >  dd{
    padding-left: 0;
}
.cx_smartphoneview #cast > dl > dd span{
    font-size: 83%;
    letter-spacing: -0.05em;
}


/* -----------------------------------
	関連番組
----------------------------------- */
#prgrmWrap dl{
    margin-bottom: 15px;
}
#prgrmWrap dt{
    font-size: 110%;
    font-weight: bold;
    line-height: 1.4;
    padding: 2px 0;
    color: #14176d;
}
#prgrmWrap dt span{ font-size: 134%;}
#prgrmWrap .oadate{
    line-height: 1.4;
    font-weight: bold;
    font-size: 110%;
    color: #ba7a24;
}

/* -----------------------------------
	公式Twitter
----------------------------------- */
#twEmbed {
    height: 640px;
    overflow-y: auto;
    background-color: #fff;
    /* padding: 15px; */
    box-sizing: border-box;
    border-left: solid 12px #0b416d;
    border-right: solid 12px #0b416d;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
}
#twLink{
    position: relative;
    margin-bottom: 5px;
    border-radius: 6px;
    overflow: hidden;
}
#twLink a{
    display: block;
    background-color: #1da1f2;
    color: #fff;
    text-align: center;
    font-weight: bold;
    line-height: 1.0;
    padding: 1em;
}
#twLink a::before{
    content: "";
    display: block;
    background: url("../img/tw_icn.png") no-repeat 0 0;
    width: 36px;
    height: 36px;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 10px;
    margin: -18px 0 0;
}
.cx_displaydevice #twLink a:hover{ background-color: #00b1ff;}
@media screen\0 {
    #twEmbed { display: none;}
}

/* -----------------------------------
	提供社
----------------------------------- */
#ftrBnr{
    margin-bottom: 30px;
    border-top: solid 3px #ddb854;
    position: relative;
    z-index: 9999;
    text-align: center;
}
.cx_smartphoneview #ftrBnr{
    margin: 0 10px 30px;
}
#ftrBnr > div{
    width: 18.8%;
    box-sizing: border-box;
    margin: 30px auto 10px;
    /*background-color: #fff;*/
    /*border: solid 1px #eee;*/
    /*box-shadow: 1px 1px 15px rgba(0,0,0,0.1);*/
}
#ftrBnr li{
    float: left;
    width: 18.8%;
    margin: 0 1.5% 0 0;
    box-sizing: border-box;
    /*background-color: #fff;*/
    /*border: solid 1px #ccc;*/
    /*box-shadow: 1px 1px 15px rgba(0,0,0,0.1);*/
}
#ftrBnr li:nth-of-type(5){ margin: 0;}
#ftrBnr a{ display: block;}
#ftrBnr a img{ width: 100%; height: auto;}

/*.cx_smartphoneview #ftrBnr > div{ width: 19.6%;}
.cx_smartphoneview #ftrBnr li{
    width: 19.6%;
    margin: 0 0.5% 0 0;
}
.cx_smartphoneview #ftrBnr li:nth-of-type(5){ margin: 0;}*/


/* ---------------------------------------------
	下層ページ
--------------------------------------------- */

/*-------------ヘッダー-------------*/
.page_s #hdrWrap{
    border-bottom: solid 5px #ddb854;
    position: relative;
    z-index: 9999;
}
.page_s #hdrWrap::after{
    content: "";
    display: block;
    width: 100%;
    height: 63%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjkiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 90%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(90%,rgba(255,255,255,0.9)), color-stop(100%,rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.9) 90%,rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.9) 90%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.9) 90%,rgba(255,255,255,1) 100%);
    z-index: 999;
}
.page_s #hdrWrap > a > div{
    background-image: url("../photo/mainV.jpg");
    background-repeat: no-repeat;
    background-position: center 50%;
    width: 100%;
    background-size: cover;
    height: 0;
    padding-top: 19.45%;
}

.page_s #hdrWrap h1,
.page_s #hdrWrap p.oadate{
    width: 100%;
    text-indent: -300%;
    white-space: nowrap;
    overflow: hidden;
}
.page_s #hdrWrap .ttl{
    width: 100%;
    position: absolute;
    top: 5%;
    left: 0;
    text-align: center;
}
.page_s #hdrWrap .ttl p:nth-of-type(1){
    font-size: 110%;
    font-weight: bold;
    line-height: 1.2;
    text-shadow: 1px 1px 10px #fff, -1px -1px 10px #fff, -1px 1px 10px #fff, 1px -1px 10px #fff, 1px 1px 10px #fff, -1px -1px 10px #fff, -1px 1px 10px #fff, 1px -1px 10px #fff;
    color: #0b416d;
    padding-bottom: 0.4em;
}
.page_s #hdrWrap .ttl p:nth-of-type(2){
    background-color: rgba(11, 65, 109, 0.72);
    color: #fff;
    font-weight: bold;
    line-height: 1.2;
    padding: 0.3em 0;
    font-size: 90%;
}
.page_s #hdrWrap h1{
    width: 100%;
    background-image: url("../img/logo_l.png");
    background-repeat: no-repeat;
    background-position: center 50%;
    background-color: #fff;
    background-size: contain;
    height: 0;
    padding-top: 6%;
    z-index: 9999;
    position: relative;
}
.page_s #hdrWrap .ttl p.catch{
    font-size: 130%;
    font-weight: bold;
    line-height: 1.4;
    text-shadow: 1px 1px 15px #fff, -1px -1px 15px #fff, -1px 1px 15px #fff, 1px -1px 15px #fff, 1px 1px 15px #fff, -1px -1px 15px #fff, -1px 1px 15px #fff, 1px -1px 15px #fff;
    color: #c17e00;
    padding: 0.4em 0;
    background-color: rgba(255,255,255,0.7);
    z-index: 9999;
    position: relative;
}
.page_s #hdrWrap p.oadate{
    width: 100%;
    background-image: url("../img/oadate.png");
    background-repeat: no-repeat;
    background-position: center 50%;
    background-size: contain;
    height: 0;
    padding-top: 2.6%;
    position: absolute;
    bottom: 15px;
    z-index: 1000;
}

.page_s #hdrWrap .copyright{
    position: absolute;
    top: 0.3em;
    right: 0.3em;
    font-size: 72%;
    color: #fff;
    line-height: 1.0;
    text-shadow: 1px 1px 10px rgba(0,0,0,0.8), -1px -1px 10px rgba(0,0,0,0.8), 1px -1px 10px rgba(0,0,0,0.8), -1px 1px 10px rgba(0,0,0,0.8);
}

@media screen and (min-width: 1400px) {
    .page_s #hdrWrap > a > div{
        height: 250px;
        padding: 0;
        background-size: cover;
    }
    .page_s #hdrWrap h1{
        height: 80px;
        padding: 0;
        
    }
    .page_s #hdrWrap p.oadate{
        height: 35px;
        padding: 0;
    }
}
@media screen and (max-width: 750px) {
    .page_s #hdrWrap::after{ height: 54%;}
    .page_s #hdrWrap .ttl{ top: 6%;}
    .page_s #hdrWrap .ttl p:nth-of-type(1){ font-size: 90%;}
    .page_s #hdrWrap .ttl p:nth-of-type(2){ font-size: 80%;}
    .page_s #hdrWrap .ttl p.catch{ font-size: 94%; letter-spacing: -0.05em;}
    .page_s #hdrWrap > a > div{
        padding-top: 43%;
        background-size: cover;
    }
    .page_s #hdrWrap h1{
        padding-top: 12%;
    }
    .page_s #hdrWrap p.oadate{
        padding-top: 5.4%;
    }
    .page_s #hdrWrap .copyright{ font-size: 68%; letter-spacing: -0.05em;}
}


/* -----------------------------------
	注目選手紹介
----------------------------------- */
#eliteWrap .photoWrap{
    width: 48%;
    height: auto;
    float: left;
    margin: 0 2% 0 0;
}
#eliteWrap .photoWrap img{ width: 100%; height: auto;}
#eliteWrap li{
    border-bottom: solid 1px #ddb854;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
#eliteWrap dl{ position: relative;}
#eliteWrap dt{
    font-weight: bold;
    font-size: 120%;
    line-height: 1.4;
    z-index: 9999;
    position: relative;
}
#eliteWrap .name_r{
    position: absolute;
    bottom: 0;
    right: 0;
    font-weight: bold;
    font-size: 220%;
    line-height: 1.0;
    color: #edd9a4;
    letter-spacing: -0.03em;
    font-family: "Arial",sans-serif;
    z-index: 999;
}
#eliteWrap .age,
#eliteWrap .carrer,
#eliteWrap .best,
#eliteWrap .mgc{
    font-size: 92%;
    line-height: 1.4;
    padding-bottom: 0.3em;
    z-index: 9999;
    position: relative;
}
#eliteWrap .record{
    font-weight: bold;
    color: #ef0049;
    line-height: 1.2;
    padding-bottom: 0.4em;
    z-index: 9999;
    position: relative;
}
#eliteWrap .record span{
    /*color: #000;*/
    font-weight: normal;
    font-size: 94%;
}

.cx_smartphoneview #eliteWrap .photoWrap{
    float: none;
    width: 100%;
    margin: 0 0 10px 0;
}
.cx_smartphoneview #eliteWrap .name_r{
    bottom: auto;
    top: 400px;
}

#eliteWrap #cf p{
    font-size: 94%;
    line-height: 1.6;
    padding: 0.5em 0 0;
}

/* ---------------------------------------------
	右エリア
--------------------------------------------- */
/*#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;
}*/
#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:#14176d;
}*/
#fp-bhp #fp-bhp-infomain .nextoadate span{ background: #c81a17 !important;}

/*.cx_smartphoneview #fp-bhp .contblock#twWrap h2{ display: none !important;}

#fp-bhp #twWrap{
    border: 1px solid #c9c2c2;
    box-shadow: 0px 1px 3px #333;
    margin-bottom: 12px;
    box-sizing: border-box;
}
#fp-bhp #twWrap > div{
    height: 450px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 0 10px 0 0;
    -webkit-overflow-scrolling: touch;
}
.cx_smartphoneview #fp-bhp #twWrap > div{
    height: 600px;
    padding: 0;
}*/

#gbfooter{ z-index: 9999; position: relative;}
.sp_display.cx_smartphoneview #fp-l > div.cx_anchor_link{ margin-bottom: 0;}
/*.sp_display .cx_anchor_link::before{
    margin: 0 !important;
    height: 1px !important;
}*/
@media screen and (max-width: 750px){
    .sp_display #gbheader #nav_upper #nav_upper__main{
        position: relative !important;
    }
    .sp_display #gbheader #nav_upper .cx_header_content::after,
    body.sp_display::after,
    #fp-banner5Nav{ display: none !important;}
    .sp_display #gbfooter p{
        font-size: 3vw !important;
        line-height: 1.6 !important;
    }
}