@charset "UTF-8";

/*---------------リセット------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{
	margin:0;
	padding:0;
}
table{border-collapse:collapse;border-spacing:0}
fieldset,img{border:0;vertical-align: bottom;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}
ol,ul{list-style:none;}
caption,th{text-align:left}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}
q:before,q:after{content:''}
abbr,acronym{border:0;font-variant:normal}
sup{vertical-align:text-top}
sub{vertical-align:text-bottom}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}
input,textarea,select{*font-size:100%}legend{color:#000}
img {border: none;}

html, body, form, fieldset, p, div, h1, h2, h3, h4, h5, h6 {
-webkit-text-size-adjust:none;/* iPhoneでの文字サイズ自動修正 を使わない*/
}
/*--------ベース---------*/
html, body { height:100%;}
body {
    color: #595959;
    /*font-family: "Helvetica Neue","Verdana","メイリオ",Meiryo,Osaka,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;*/
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W4", "Hiragino Kaku Gothic Pro", "Lucida Grande", "Avenir Next", Verdana, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 16px;
    line-height: 1.8;
}
body.cx_smartphoneview{font-size: 166%;}

.displaysp { display: none;}
.cx_smartphoneview .displaysp { display: inline;}
.cx_smartphoneview .displaypc { display: none;}
.clears { clear: both;}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.bold{ font-weight: bold;}
.narrow{ letter-spacing: -0.08em;}

#fp-wrap{
    /*background: url("../img/bg.png") repeat 0 0;*/
    background-color: #fffbf0;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
}

.cx_smartphoneview .tsuji{
    font-family: "ＭＳ Ｐゴシック", sans-serif;
}

/*------------------------------------------------
　　　　トップ
------------------------------------------------*/
/*-----------------ヘッダー-----------------*/
#hdr{
    width: 100%;
	position: relative;
    border-bottom: solid 5px #ffb100;
}
.cx_smartphoneview #hdr{ background-color: #031527;}

#hdr > div{ position: relative;}
#mainVisualWrap{
    height: 560px;
    position: relative;
    background: url("../img/bg_mainV.png") repeat-x 0 0;
}
#mainVisualWrap li{
    width: 1400px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: none;
    overflow: hidden;
}
#mainVisualWrap li:nth-of-type(1){ display: block;}
@media screen and (max-width: 1400px) {
    #mainVisualWrap li{
        width: 100%;
    }
    #mainVisualWrap li img{
        left: 50%;
        margin-left: -700px;
        position: relative;
    }
}
@media screen and (max-width: 1000px) {
    #mainVisualWrap li{
        width: 100%;
    }
    #mainVisualWrap li img{
        left: 0;
        margin-left: -200px;
    }
    .cx_touchdevice #mainVisualWrap li img{
        left: 50%;
        margin-left: -700px;
        position: relative;
    }
}

#hdr h1{
    background: url("../img/main_logo.png") no-repeat center 0;
    width: 601px;
    height: 258px;
    text-indent: -300%;
    white-space: nowrap;
    overflow: hidden;
    position: absolute;
    bottom: 0px;
    left: 0;
    right:0;
    margin: 0 auto;
    z-index: 300;
}
#hdr p#mainCatch{
    background: url("../img/main_catch.png") no-repeat center 0;
    width: 100%;
    height: 108px;
    text-indent: -300%;
    white-space: nowrap;
    overflow: hidden;
    position: absolute;
    top: -10px;
    left: 0;
    right:0;
    margin: 0 auto;
}
#hdr p#oaDate{
    position: absolute;
    top: 0;
    left: 0;
    text-indent: -300%;
    white-space: nowrap;
    overflow: hidden;
}
.toppage #hdr a{
    display: block;
    position: absolute;
    background: url("../photo/subIcn.png") no-repeat 0 0;
    width: 169px;
    height: 194px;
    text-indent: -300%;
    white-space: nowrap;
    overflow: hidden;
    bottom: 10px;
    right: 20px;
}
.spage #hdr a > *{
    width: 100%;
    text-indent: -300%;
    white-space: nowrap;
    overflow: hidden;
}
.cx_smartphoneview .toppage #hdr a{ display: none;}

.spage #hdr{
    background-image: url("../img/bg_mainV.png");
    background-repeat: repeat-x;
    background-position: center bottom;
    background-size: 100% 190%;
}
.spage #hdr a{
    display: block;
    height: 186px;
    position: relative;
    padding: 0px 0 0;
}

.spage #hdr h1{
    background: url("../img/hdr_s.png") no-repeat center 0;
    width: 100%;
    height: 170px;
    background-size: contain;
    position: absolute;
    top: 10px;
    bottom: auto;
    left: 0;
    right: 0;
    margin: auto;
}
/*.spage #hdr #oaDate{
    background: url("../img/oadate_s.png") no-repeat right 0;
    background-size: contain;
    width: 1000px;
    height: 120px;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    margin: auto;
}*/
/*.spage #hdr{
    background: url("../img/bg_mainV.png") repeat-x 0 bottom;
    background-size: 100% 500%;
}
.spage #hdr h1{
    position: relative;
    bottom: auto;
    background-size: contain;
    width: 100%;
    height: 0;
    padding-top: 7.8%;
}
.spage #hdr #oaDate{
    background-size: contain;
    width: 100%;
    height: 0;
    padding-top: 3%;
    margin-bottom: 5px;
}
.cx_smartphoneview .spage #hdr h1{
    padding-top: 20%;
}
.cx_smartphoneview .spage #hdr #oaDate{ padding-top: 7.6%;}*/

/*-------------ナビゲーション-------------*/
#navWrap{
    position: relative;
    width: 100%;
    z-index: 5000;
    border-bottom: solid 3px #ffb100;
    background-color: rgba(255,255,255,0.8);
}
#navWrap ul{
    width: 98%;
    padding: 10px 0;
    margin: 0 auto;
    display: flex;
    justify-content:space-around;
}
@media screen and (min-width: 1500px) {
    #navWrap ul{ width: 1400px;}
}
.cx_smartphoneview #navWrap ul{ flex-wrap: wrap;}
#navWrap ul li{
    margin: 0 0.2%;
    flex: 1;
}
.cx_smartphoneview #navWrap ul li{
    width: 49.6%;
    flex: auto;
}
.cx_smartphoneview #navWrap ul li:nth-of-type(1),
.cx_smartphoneview #navWrap ul li:nth-of-type(2),
.cx_smartphoneview #navWrap ul.len5 li:nth-of-type(3){ margin-bottom: 5px;}
.cx_smartphoneview #navWrap ul.len5 li:nth-of-type(3){ width: 100%;}
/*#navWrap ul li{ float: left;}
#navWrap ul.len3 li{
    width: 33%;
    margin: 0 0.5% 0 0;
}
#navWrap ul.len3 li:nth-of-type(3n){ margin: 0;}
#navWrap ul.len4 li{
    width: 24.7%;
    margin: 0 0.4% 0 0;
}
#navWrap ul.len4 li:nth-of-type(4n){ margin: 0;}
#navWrap ul.len5 li{
    width: 19.6%;
    margin: 0 0.5% 0 0;
}
#navWrap ul.len5 li:nth-of-type(5n){ margin: 0;}*/
#navWrap li p{
    text-align: center;
    color: #fff;
    font-weight: bold;
    letter-spacing: -0.05em;
}
#navWrap li p.line2{
    padding: 0.6em 0 0;
    line-height: 1.4;
}
.cx_smartphoneview #navWrap li p.line2{
    line-height: 1.3;
}
#navWrap li a{
    background-color: #f13db2;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmNDZiNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkODJmYWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #ff46b4 0%, #d82faf 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff46b4), color-stop(100%,#d82faf));
    background: -webkit-linear-gradient(top, #ff46b4 0%,#d82faf 100%);
    background: -o-linear-gradient(top, #ff46b4 0%,#d82faf 100%);
    background: -ms-linear-gradient(top, #ff46b4 0%,#d82faf 100%);
    background: linear-gradient(to bottom, #ff46b4 0%,#d82faf 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff46b4', endColorstr='#d82faf',GradientType=0 );
    height: 4em;
    line-height: 4em;
    font-size: 110%;
    display: block;
    text-decoration: none;
    position: relative;
    border-radius: 3px;
}
/*#navWrap li a::before{
    content: "";
    display: block;
    width: 100%;
    height: 50%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255,255,255,0.18);
}*/
#navWrap li a:hover{
    background: #ff239f;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmMjM5ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNTA2YWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #ff239f 0%, #e506ad 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff239f), color-stop(100%,#e506ad));
    background: -webkit-linear-gradient(top, #ff239f 0%,#e506ad 100%);
    background: -o-linear-gradient(top, #ff239f 0%,#e506ad 100%);
    background: -ms-linear-gradient(top, #ff239f 0%,#e506ad 100%);
    background: linear-gradient(to bottom, #ff239f 0%,#e506ad 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff239f', endColorstr='#e506ad',GradientType=0 );
}

#navWrap li a.comingsoon{
    opacity: 0.3;
}
#navWrap li a.comingsoon:hover{
    background-color: #f13db2;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmNDZiNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkODJmYWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #ff46b4 0%, #d82faf 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff46b4), color-stop(100%,#d82faf));
    background: -webkit-linear-gradient(top, #ff46b4 0%,#d82faf 100%);
    background: -o-linear-gradient(top, #ff46b4 0%,#d82faf 100%);
    background: -ms-linear-gradient(top, #ff46b4 0%,#d82faf 100%);
    background: linear-gradient(to bottom, #ff46b4 0%,#d82faf 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff46b4', endColorstr='#d82faf',GradientType=0 );
}

/*.cx_smartphoneview #navWrap ul.len4 li,
.cx_smartphoneview #navWrap ul.len5 li{
    width: 49.5%;
    margin: 0 1% 5px 0;
}
.cx_smartphoneview #navWrap ul.len4 li:nth-of-type(2n),
.cx_smartphoneview #navWrap ul.len5 li:nth-of-type(2n){ margin: 0;}
.cx_smartphoneview #navWrap ul.len5 li:nth-of-type(5n){
    width: 100%;
    margin: 0;
}*/
.cx_smartphoneview #navWrap li a{ font-size:88%;}

/*-----------------コンテンツエリア-----------------*/
#allcontents_wrap {
	margin:0 auto 50px auto;
	padding: 30px 0 40px;
	background:#fff;
    box-shadow: 1px 5px 80px 30px #fff;
}
.cx_smartphoneview #allcontents_wrap {
	margin:0 auto;
	border-radius:0;
}
#allcontents_wrap > div{ width: 620px; margin-bottom: 40px;}
.cx_smartphoneview #allcontents_wrap > div{ margin: 0 auto 40px;}

.inner_section {
	padding:40px 20px 0;
}
.inner_section02 {
	padding:40px 11px 0 20px;
}
#allcontents_wrap h2{
    font-size: 160%;
    /*color: #ffffff;
    background-color: #002b57;*/
    line-height: 1.0;
    padding: 6px;
    /*transform: skew(-15deg, 0deg);
    -webkit-transform: skew(-15deg, 0deg);*/
    position: relative;
    font-weight: bold;
    color: #3164d7;
    border-bottom: solid 3px #f13db2;
}
#allcontents_wrap h2 span{ letter-spacing: -0.08em;}
#allcontents_wrap h2::after{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-color: rgba(255,255,255,0.2);
}
.cx_smartphoneview #allcontents_wrap h2{ font-size: 132%;}


h3 {
	border-bottom: solid 1px #bebebe;
	padding:4px 0 4px 0px;
	margin:0 0 10px;
}


/*------------ライブ配信エリア------------*/
#liveStream{
    margin: 30px 20px 50px;
    background-color: #004813;
    padding: 10px;
    text-align: center;
}
#liveStream > div{
    padding: 15px 0 2px;
    border: solid 1px #ffaf12;
}
#liveStream.live > div{ padding: 15px 0 0px;}

#liveStream .intro{
    color: #ffc000;
    font-size: 110%;
    font-weight: bold;
    line-height: 1.4;
    /*text-shadow: -1px -1px 5px #fff, 1px -1px 5px #fff, -1px 1px 5px #fff, 1px 1px 5px #fff;*/
}
#liveStream h2{
    color: #fff;
    font-size: 160%;
    font-weight: bold;
    border-bottom: dotted 3px #ffaf12;
    line-height: 1.2;
    padding: 5px 0;
    margin-bottom: 5px;
    /*text-shadow: -2px -2px 5px #fff, 2px -2px 5px #fff, -2px 2px 5px #fff, 2px 2px 5px #fff;*/
}
#liveStream .preImg{
    background: url("../photo/live_preImg.jpg") no-repeat 0 0px;
    padding: 60px 0 70px;
    width: 574px;
    margin: 0 auto;
}
#liveStream .cap{
    /*background-color: #795800;*/
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    margin: 20px 0; 
    text-shadow: -1px -1px 6px #000, 1px -1px 6px #000, -1px 1px 6px #000, 1px 1px 6px #000;
}

.cx_smartphoneview #liveStream .intro,
.cx_smartphoneview #liveStream h2{ letter-spacing: -0.05em;}

/*-----------------データ放送プレゼント-----------------*/
#presentWrap{
    /*margin: 20px 20px 0;*/
    background-color: #f4f3e5;
    padding: 15px;
    box-sizing: border-box;
}
#presentWrap h2{
    background: none;
    color: #f13db2;
    border: none;
}
#presentWrap h2::before{ display: none;}
.cx_smartphoneview #allcontents_wrap #presentWrap h2{
    font-size: 140%;
    padding-left: 0;
    padding-right: 0;
    letter-spacing: -0.05em;
}
.cx_smartphoneview #allcontents_wrap #presentWrap h2::after{ display: none;}
#presentWrap h2 + p{
    font-weight: bold;
    background-color: #2268ed;
    color: #fff;
    line-height: 1.2;
    padding: 3px 10px;
    /*transform: skew(-15deg, 0deg);
    -webkit-transform: skew(-15deg, 0deg);*/
    position: relative;
    margin-bottom: 10px;
}
#presentWrap h2 + p::before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: -2px;
    width: 50%;
    height: 100%;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left,  rgba(244,243,229,0) 0%, rgba(244,243,229,1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(244,243,229,0)), color-stop(100%,rgba(244,243,229,1)));
    background: -webkit-linear-gradient(left,  rgba(244,243,229,0) 0%,rgba(244,243,229,1) 100%);
    background: -o-linear-gradient(left,  rgba(244,243,229,0) 0%,rgba(244,243,229,1) 100%);
    background: -ms-linear-gradient(left,  rgba(244,243,229,0) 0%,rgba(244,243,229,1) 100%);
    background: linear-gradient(to right,  rgba(244,243,229,0) 0%,rgba(244,243,229,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
}
#presentWrap .photoBs{
    float: left;
    width: 48%;
    height: auto;
    background-color: #000;
    margin-right: 10px;
}
#presentWrap .photoBs img{ width: 100%; height: auto;}
.cx_smartphoneview #presentWrap .photoBs{
    margin-right: 2%;
    height: 180px;
    padding-top: 20px;
}
/*.cx_smartphoneview #presentWrap .photoBs + ul{
    width: 50%;
    float: left;
}*/
#presentWrap .photoBs + ul li{
    line-height: 1.4;
    font-size: 94%;
    margin-bottom: 6px;
}
#presentWrap .photoBs + ul li::before{
    content: "◆ ";
    color: #f4a000;
}
#presentWrap .photoBs + ul li span{ font-weight: bold;}
#presentWrap #howtoInfo{
    margin: 0.6em 0 0.3em;
}
#presentWrap #howtoInfo li{
    font-size: 84%;
    line-height: 1.4;
    padding-bottom: 5px;
}
#presentWrap #ouboBtn a{
    display: block;
    text-align: center;
    background-color: #b1872c;
    color: #fff;
    font-size: 110%;
    font-weight: bold;
    line-height: 1.2;
    padding: 15px 0;
    border-radius: 3px;
    position: relative;
    margin-bottom: 3px;
    text-decoration: none;
}
#presentWrap #ouboBtn a:hover{ background-color: #c9931c;}
/*#presentWrap #ouboBtn a::before{
    content: "";
    display: block;
    background-color: rgba(255,255,255,0.1);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
}*/
#presentWrap #ouboBtn a::after{
    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.7em;
	border-color: transparent transparent transparent #fff;
}
.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;
}

/*------------ゆりやん×駅伝レジェンド------------*/
#allcontents_wrap #yuriyanWrap h2::after{ display: none;}
#allcontents_wrap #yuriyanWrap h2::before{
    content: "";
    display: block;
    background: url("../photo/yuriyan2.png") no-repeat right 0;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 200px;
    height: 92px;
    background-size: 80px 215px;
}
.cx_smartphoneview #allcontents_wrap #yuriyanWrap h2::before{
    width: 200px;
    height: 220px;
    background-size: 160px 430px;
    background-size: 193px 519px;
}
#allcontents_wrap #yuriyanWrap h2 span{ font-size: 88%; color: #f13db2;}
#allcontents_wrap #yuriyanWrap h2{ margin-bottom: 0.2em;}
.cx_smartphoneview #allcontents_wrap #yuriyanWrap h2{
    /*font-size: 116%;
    letter-spacing: -0.05em;*/
    /*text-align: center;*/
}

#yuriyanWrap h3{
    border: none;
    font-size: 120%;
    font-weight: bold;
    margin: 0.5em 0 0;
    color: #f13db2;
    /*transform: skew(-15deg, 0deg);
    -webkit-transform: skew(-15deg, 0deg);*/
    line-height: 1.4;
}
#yuriyanWrap h3::before{
    content: "";
    display: block;
    margin: 0 3px 0 0;
    background: url("../img/fuji_icn.png") no-repeat 0 0;
    width: 45px;
    height: 25px;
    background-size: contain;
    float: left;
    /*margin-top: 0.2em;*/
}
.cx_smartphoneview #yuriyanWrap h3{
    line-height: 1.4;
    margin: 0.5em 0 0.3em;
    padding: 0 10px;
}
.cx_smartphoneview #yuriyanWrap h3::before{
    width: 65px;
    height: 35px;
    margin: 0 6px 0 0;
}
#yuriyanWrap .intro{
    font-size: 94%;
    margin-bottom: 0.8em;
    text-align: justify;
}
.cx_smartphoneview #yuriyanWrap .intro{ padding: 0 10px;}
#yuriyanWrap .intro a.tw{
    color: #00aef4;
}
#yuriyanWrap .intro a.yt{
    color: #ff0000;
}

#yuriyanWrap .strong{
    font-weight: bold;
    color: #d89500;
}

#yuriyanWrap #yuriyan_mov01{
    float: right;
    width: 48%; height: auto;
    margin-left: 0.6em;
}
.cx_smartphoneview #yuriyanWrap #yuriyan_mov01{ width: 54%;}
#yuriyanWrap #yuriyan_mov01 img{ width: 100%; height: auto;}
#yuriyanWrap .thum{ position: relative;}
#yuriyanWrap .thum::after{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.6em 0 0.6em 1em;
    border-color: transparent transparent transparent #ffffff;
    position:absolute;
    bottom:1.3em;
    right:1.3em;
}
#yuriyanWrap .thum::before{
    content: "";
    display: block;
    width: 3em;
    height: 3em;
    background-color: rgba(0,0,0,0.4);
    position: absolute;
    bottom: 0.4em;
    right: 0.4em;
    border-radius: 50%;
    border: solid 0.3em rgba(255,255,255,0.8);
    box-sizing: border-box;
}
.cx_displaydevice #yuriyanWrap .thum:hover::before{
    background-color: rgba(0,0,0,0.6);
    border: solid 0.3em rgba(255,255,255,1);
}

/*#yuriyanWrap .movWrap .thum{ margin-bottom: 0;}*/
/*#yuriyanWrap .movWrap li{ padding: 0;}*/
#yuriyanWrap .movWrap li .cap{
    /*background-color: #d89500;
    color: #fff;
    padding-top: 0.2em;
    padding-bottom: 0.1em;*/
    color: #d89500;
    font-weight: bold;
}
#yuriyanWrap .movWrap li dt{
    line-height: 1.2;
    font-feature-settings: "palt";
}
.cx_smartphoneview #yuriyanWrap .movWrap li,
.cx_smartphoneview #yuriyanWrap .movWrap li:nth-of-type(2n){
    width: 33%;
    margin: 0 0.5% 0 0;
}
.cx_smartphoneview #yuriyanWrap .movWrap li:nth-of-type(3n){ margin: 0;}
.cx_smartphoneview #yuriyanWrap .movWrap .thum::after{
    border-width: 0.5em 0 0.5em 0.7em;
    bottom:0.8em;
    right:0.8em;
}
.cx_smartphoneview #yuriyanWrap .movWrap .thum::before{
    width: 2.2em;
    height: 2.2em;
    border: solid 0.2em rgba(255,255,255,0.8);
    bottom: 0.2em;
    right: 0.2em;
}



#yuriyanWrap .tweetWrap{
    /*background-color: #f4f3e5;*/
    padding-bottom: 0.6em;
    margin-bottom: 1em;
    border: solid 1px #f13db2;
    border-bottom: solid 3px #f13db2;
}
#yuriyanWrap .tweetWrap p:nth-of-type(1){
    background-color: #f13db2;
    color: #fff;
    font-weight: bold;
    line-height: 1.4;
    padding: 0.2em 0.4em;
    margin: 0.4em 0 0.4em -0.3em;
}
#yuriyanWrap .tweetWrap p.detail{
    font-size: 94%;
    line-height: 1.6;
    padding: 0 1em;
    position: relative;
}
#yuriyanWrap .tweetWrap a{
    display: block;
    background-color: #00aef4;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
    padding: 0.8em 0;
    margin: 0.4em 1em;
    position: relative;
    border-radius: 3px;
    text-decoration: none;
}
.cx_smartphoneview #yuriyanWrap .tweetWrap a{
    margin: 0.4em 0.6em;
}
#yuriyanWrap .tweetWrap a::before{
    content: "";
    display: block;
    background: url(../img/tw_icn.png) no-repeat 0 0;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -16px;
}
#yuriyanWrap .tweetWrap a::after{
    content: "";
    display: block;
    position: absolute;
    top: 50%; right: 10px;
	margin:-0.5em 0 0 0;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0.5em 0 0.5em 0.8em;
	border-color: transparent transparent transparent #ffc279;
}
.cx_displaydevice #yuriyanWrap .tweetWrap a:hover{ background-color: #00baff;}

#yuriyanWrap .tweetWrap .yuriyan_ph::after{
    content: "";
    display: block;
    position: absolute;
    background: url(../photo/yuriyan1.png) no-repeat right 0;
    width: 200px;
    height: 140px;
    bottom: -0.4em;
    right: 1em;
    background-size: 172px 265px;
    /*background-size: 150px 230px;*/
}
.cx_smartphoneview #yuriyanWrap .tweetWrap .yuriyan_ph::after{
    background-size: 241px 371px;
    width: 241px;
    height: 270px;
    right: 0.5em;
}

/*------------ナレーター------------*/
.cx_smartphoneview #allcontents_wrap > div#narratorWrap{ margin-top: 40px;}
#narratorWrap h2{ font-size: 130%;}
#narratorWrap .photoWrap{
    width: 45%;
    height: auto;
    float: left;
    background-color: #eee;
    margin-right: 0.6em;
    position: relative;
    z-index: 3333;
}
.cx_smartphoneview #narratorWrap .photoWrap{
    margin-top: 0.3em;
    margin-bottom: 0.5em;
}
#narratorWrap .photoWrap img{ width: 100%; height: auto;}
#narratorWrap p{
    font-size: 94%;
    line-height: 1.6;
    padding: 0.8em 0 0.5em;
}
#soundWrap{
    /*border: solid 1px #b1872c;*/
    box-sizing: border-box;
    padding: 0.5em 0;
    background-color: #ffeaf7;
    border-bottom: solid 3px #ffa5dd;
}
#narratorWrap audio{
    width: 51%;
    vertical-align: bottom;
    
}
.cx_smartphoneview #narratorWrap p{ padding-right: 0.6em;}
.cx_smartphoneview #narratorWrap{ display: block;}
.cx_smartphoneview #narratorWrap audio{
    width: 100%;
}

/*------------スポット動画エリア------------*/
#allcontents_wrap > div#spotMovWrap{
    width: 620px;
    height: 349px;
    background-color: #000;
    margin-bottom: 20px;
}
#spotMovWrap iframe{ vertical-align: bottom;}
#spotMovWrap img{ width: 100%; height: auto;}
#spotMovWrap .thum{ position: relative;}
#spotMovWrap .thum::after{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1.1em 0 1.1em 1.6em;
    border-color: transparent transparent transparent #ffffff;
    position:absolute;
    bottom:1.7em;
    right:1.7em;
}
#spotMovWrap .thum::before{
    content: "";
    display: block;
    width: 4em;
    height: 4em;
    background-color: rgba(0,0,0,0.3);
    position: absolute;
    bottom: 0.8em;
    right: 0.8em;
    border-radius: 50%;
    border: solid 0.3em rgba(255,255,255,0.8);
    box-sizing: border-box;
}
#spotMovWrap .thum:hover::before{
    background-color: rgba(0,0,0,0.6);
    border: solid 0.3em rgba(255,255,255,1);
}

/*------------関連番組エリア------------*/
#preprgrmWrap li{
    background-color: #f4f3e5;
    padding: 15px;
    box-sizing: border-box;
    margin-bottom: 5px;
}
#preprgrmWrap li .photo_bs{
    float: right;
    width: 240px;
    height: auto;
    background-color: #fff;
    margin: 0 0 0px 3px;
}
#preprgrmWrap li:nth-of-type(2) .photo_bs,
#preprgrmWrap li:nth-of-type(3) .photo_bs{
    width: 180px;
    height: 100px;
}
.cx_smartphoneview #preprgrmWrap li:nth-of-type(1) .photo_bs{
    width: 50%;
    height: auto;
}
#preprgrmWrap li .photo_bs.w100,
.cx_smartphoneview #preprgrmWrap li .photo_bs.w100{
    float: none;
    width: 100%;
    margin: 0.6em 0;
}
#preprgrmWrap li .photo_bs img{ width: 100%; height: auto;}
#preprgrmWrap li .intro{
    font-size: 88%;
    line-height: 1.6;
    padding: 0 0 2px;
    margin: 0 0 5px;
    border-bottom: dotted 2px #f13db2;
    color: #595959;
}
#preprgrmWrap li .intro.ter::before,
#preprgrmWrap li .intro.cs::before{
    content: "地上波";
    background-color: #806949;
    width: 4em;
    text-align: center;
    font-weight: bold;
    color: #fff;
    padding: 0.7em 0;
    display: inline-block;
    float: left;
    margin: 0 5px 0 0;
}
#preprgrmWrap li .intro.cs::before{
    content: "C S";
}
@media all and (-ms-high-contrast:none) {
	#preprgrmWrap li .intro.ter::before,
    #preprgrmWrap li .intro.cs::before{
		font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W4", "Hiragino Kaku Gothic Pro", "Lucida Grande", Verdana, "ＭＳ Ｐゴシック", sans-serif;
	}
}
#preprgrmWrap li dt{
    font-weight: bold;
    line-height: 1.2;
    color: #2268ed;
    font-size: 140%;
}
#preprgrmWrap li dt span{ font-size: 88%;}
.cx_smartphoneview #preprgrmWrap li dt span{
    font-size: 78%;
    letter-spacing: -0.1em;
}
#preprgrmWrap li .cast,
#preprgrmWrap li .oadate{
    /*font-size: 94%;*/
    font-size: 120%;
    line-height: 1.4;
    font-weight: bold;
    padding: 0.2em 0;
}
#preprgrmWrap li .oadate{ color: #f13db2;}
#preprgrmWrap li .oadate span{
    color: #555;
    font-size: 82%;
    font-weight: normal;
}
#preprgrmWrap li .deteil{
    font-size: 94%;
    line-height: 1.8;
}
#preprgrmWrap li .deteil .ttl{
    background-color: #f13db2;
    color: #fff;
    font-weight: bold;
    padding: 0 0.5em;
    margin: 0 0 0.4em;
}
@media all and (-ms-high-contrast:none) {
	#preprgrmWrap li .deteil .ttl{
		font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W4", "Hiragino Kaku Gothic Pro", "Lucida Grande", Verdana, "ＭＳ Ｐゴシック", sans-serif;
	}
}
#preprgrmWrap li a{ text-decoration: none;}
#preprgrmWrap li a:hover{ text-decoration: underline;}


#preprgrmWrap #yuriyan_mov01{
    float: right;
    width: 48%; height: auto;
    margin-left: 0.6em;
}
.cx_smartphoneview #preprgrmWrap #yuriyan_mov01{ width: 54%;}
#preprgrmWrap #yuriyan_mov01 img{ width: 100%; height: auto;}
#preprgrmWrap .thum{ position: relative;}
#preprgrmWrap .thum::after{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.6em 0 0.6em 1em;
    border-color: transparent transparent transparent #ffffff;
    position:absolute;
    bottom:1.3em;
    right:1.3em;
}
#preprgrmWrap .thum::before{
    content: "";
    display: block;
    width: 3em;
    height: 3em;
    background-color: rgba(0,0,0,0.4);
    position: absolute;
    bottom: 0.4em;
    right: 0.4em;
    border-radius: 50%;
    border: solid 0.3em rgba(255,255,255,0.8);
    box-sizing: border-box;
}
#preprgrmWrap .thum:hover::before{
    background-color: rgba(0,0,0,0.6);
    border: solid 0.3em rgba(255,255,255,1);
}

/*------------CS番組バナー------------*/
#csBnr{ margin: 20px 0 0;}
#csBnr a{
    display: block;
    background: url("../photo/csBnr_pc.jpg") no-repeat 0 0;
    width: 620px;
    height: 90px;
    text-indent: -300%;
    white-space: nowrap;
    overflow: hidden;
}
.cx_smartphoneview #csBnr a{
    background: url("../photo/csBnr_sp.jpg") no-repeat 0 0;
    width: 620px;
    height: 174px;
}

/*------------番組公式応援アイドルエリア------------*/
#pickupWrap > div{ margin-bottom: 8px;}
#pickupWrap p{
    line-height: 1.8;
    font-size: 94%;
    padding: 0 0 10px;
}
.cx_smartphoneview #pickupWrap p{
    padding: 0;
    font-size: 110%;
}

#pickupWrap h2{
    color: #3164d7;
    font-size: 120%;
    text-align: center;
    line-height: 1.4;
    border-bottom: dotted 3px #c8951c;
    background: none;
    margin: 0 0 17px;
}
#pickupWrap h2 span{ color: #f13db2;}
#allcontents_wrap #pickupWrap h2::after{ display: none;}
.cx_smartphoneview #allcontents_wrap #pickupWrap h2{ font-size: 118%;}
#pickupWrap .role{
    font-weight: bold;
    line-height: 1.2;
    padding: 0;
    color: #c8951c;
    font-size: 102%;
}
#pickupWrap h3{
    color: #555;
    font-size:  130%;
    font-weight: bold;
    line-height: 1.2;
    margin: 0 0 10px;
    padding: 0;
    border: none;
}
#pickupWrap h3 span{
    color: #555;
    font-size: 80%;
}

#pickupWrap #profWrap{
    background-color: rgba(255, 158, 213, 0.57);
    border-radius: 10px;
    padding: 10px 15px 5px;
}
#pickupWrap h4{
    color: #fff;
    background-color: #f13db2;
    line-height: 1.4;
    display: inline-block;
    padding: 0 5px;
    border-radius: 3px;
}
@media all and (-ms-high-contrast:none) {
	#pickupWrap h4{
		font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W4", "Hiragino Kaku Gothic Pro", "Lucida Grande", Verdana, "ＭＳ Ｐゴシック", sans-serif;
	}
}
#pickupWrap #profWrap p{ padding: 0;}
#pickupWrap #profWrap p:nth-of-type(2){
    margin: 0 ;
    border-top: dotted 3px #f13db2;
    padding: 7px 0;
}
.cx_smartphoneview #pickupWrap #profWrap p{ line-height: 1.6;}
.cx_smartphoneview #pickupWrap #profWrap p:nth-of-type(2){padding: 7px 0 15px;}
#pickupWrap .photoWrap{
    box-shadow: 1px 1px 15px rgba(0,0,0,0.2);
    width: 280px;
    height: auto;
    background-color: #ddd;
    float: left;
    margin: 0 15px 5px 0;
}
#pickupWrap .photoWrap img{ width: 100%; height: auto;}

/*------------副音声エリア------------*/
#pickupWrap #subWrap{
    background-color: rgba(255, 158, 213, 0.57);
    border-radius: 10px;
    padding: 10px;
    text-align: center;
    margin-bottom: 25px;
}
#pickupWrap #subWrap > p{
    background-color: #f13db2;
    line-height: 1.4;
    color: #fff;
    padding: 3px 0;
    margin: 0 0 5px;
    border-radius: 10px;
    font-weight: bold;
}
@media all and (-ms-high-contrast:none) {
	#pickupWrap #subWrap > p{
		font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W4", "Hiragino Kaku Gothic Pro", "Lucida Grande", Verdana, "ＭＳ Ｐゴシック", sans-serif;
	}
}
#pickupWrap #subWrap > div > div{ float: left;}
#pickupWrap #subWrap .photoWrap{
    width: 20%;
    height: auto;
    border-radius: 5px;
    overflow: hidden;
    margin: 0;
}
#pickupWrap #subWrap .photoWrap img{ width: 100%; height: auto;}
#pickupWrap #subWrap h3{
    font-size: 130%;
    line-height: 1.2;
    margin-bottom: 10px;
    color: #3164d7;
    border-bottom: solid 3px #f13db2;
    width: auto;
}
#pickupWrap #allcontents_wrap #subWrap h3::after{ display: none;}
.cx_smartphoneview #pickupWrap #subWrap > div { margin-top: 10px;}

/*#pickupWrap #subWrap .intro{ width: 60%;}*/
#pickupWrap #subWrap .intro p{
    line-height: 1.6;
    padding: 0;
}
#pickupWrap #subWrap .intro p span{
    font-weight: bold;
    color: #f13db2;
}
/*.cx_smartphoneview #pickupWrap #subWrap .intro p{ font-size: 90%; letter-spacing: -0.05em;}*/

.cx_smartphoneview #pickupWrap #profWrap{
    font-size: 94%;
}
/*-------------snsエリア-------------*/
#snsWrap.sp{ display: none;}
#snsWrap h2{ margin-bottom: 5px;}
#snsWrap h2::before{
    content: "";
    display: block;
    background: url("../img/twIcn.png") no-repeat 0 0;
    width: 25px;
    height: 25px;
    float: left;
    margin: -2px 5px 0 0;
    border-radius: 3px;
    overflow: hidden;
}
#snsWrap #fbWrap h2::before{ background: url("../img/fbIcn.png") no-repeat 0 0;}

.cx_smartphoneview #snsWrap h2{
    font-size: 120%;
}
.cx_smartphoneview #snsWrap h2::before,
.cx_smartphoneview #snsWrap #fbWrap h2::before{
    width: 30px;
    height: 30px;
    background-size: contain;
}

#snsWrap > div{
    float: left;
    width: 300px;
    padding: 0;
}
#snsWrap #twWrap{ margin-right: 16px;}
#snsWrap #twWrap > div{
    border: solid 1px #ccc;
    width: 300px;
    height: 500px;
}

.cx_smartphoneview #snsWrap.pc{ display: none;}
.cx_smartphoneview #snsWrap.sp{ display: block;}
.cx_smartphoneview #snsWrap.sp > div{
    float: none;
    width: 100%;
    padding: 0;
}
.cx_smartphoneview #snsWrap.sp #twWrap{ margin: 0 0 30px 0;}
.cx_smartphoneview #snsWrap.sp #twWrap > div{
    width: 100%;
    height: 600px;
}


/*------------スペシャル動画エリア------------*/
/*.movWrap{
    margin: 40px 20px 10px;
    padding: 20px 0px 0px;
    border-top: solid 2px #d0b55c;
}*/
.spage .movWrap{
    margin: 10px 0px 10px;
    padding: 10px 0px 0px;
    border: none;
}
.movWrap h2{
    /*float: left;*/
    /*padding: 5px 0 0;*/
}
/*.movWrap h2::before{
    content: "■";
    color: #eb4897;
}*/
.movWrap h2 + p{
    float: right;
    font-size: 110%;
    line-height: 1.0;
    background-color: #794a00;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
}
.cx_smartphoneview .movWrap h2{ margin-bottom: 5px;}
.cx_smartphoneview .movWrap h2,
.cx_smartphoneview .movWrap h2 + p{
    float: none;
}
.movWrap h3{
    border-bottom:none;
    margin:0;
    padding:7px 0;
    color: #c8951c;
    font-weight:bold;
    font-size:110%;
    line-height:1.6;
}

.movWrap ul{ margin: 15px 0 0;}
.spage .movWrap ul{ margin: 5px 0 0;}
.movWrap h3 + ul{
    margin: 0;
    border-bottom:solid 1px #ccc;
}
.movWrap li{
    width: 32%;
    margin: 0 2% 10px 0;
    box-sizing: border-box;
    /*border: solid 1px #ccc;*/
    border-bottom: solid 5px #bbb;
    padding: 0 0 5px;
    float: left;
    box-shadow: 1px 1px 15px 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:hover{ border-bottom: solid 5px #f13db2;}

.movWrap li .thum{ margin-bottom: 6px; position: relative;}
/*
.movWrap li .thum::after{
    content: "";
    display: block;
    position: absolute;
    bottom: 5px;
    right: 5px;
    background: url("../img/playIcn.png");
    width: 30px;
    height: 30px;
    background-size: contain;
    border: solid 3px rgba(255,255,255,0.6);
    border-radius: 50%;
}
.movWrap li:hover .thum::after{ border: solid 3px rgba(255,255,255,1.0);}
.cx_smartphoneview .movWrap li .thum::after{ width: 40px; height: 40px;}
*/
.movWrap .thum::after{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.6em 0 0.6em 1em;
    border-color: transparent transparent transparent #ffffff;
    position:absolute;
    bottom:1.3em;
    right:1.3em;
}
.movWrap .thum::before{
    content: "";
    display: block;
    width: 3em;
    height: 3em;
    background-color: rgba(0,0,0,0.4);
    position: absolute;
    bottom: 0.4em;
    right: 0.4em;
    border-radius: 50%;
    border: solid 0.3em rgba(255,255,255,0.8);
    box-sizing: border-box;
}
.cx_displaydevice .movWrap .thum:hover::before{
    background-color: rgba(0,0,0,0.6);
    border: solid 0.3em rgba(255,255,255,1);
}
.cx_smartphoneview .movWrap .thum::after{
    border-width: 0.5em 0 0.5em 0.7em;
    bottom:0.8em;
    right:0.8em;
}
.cx_smartphoneview .movWrap .thum::before{
    width: 2.2em;
    height: 2.2em;
    border: solid 0.2em rgba(255,255,255,0.8);
    bottom: 0.2em;
    right: 0.2em;
}


.movWrap li .thum img{ width: 100%; height: auto;} 
.movWrap li .cap,
.movWrap li dt{ padding: 0 10px;}
.movWrap li .cap{
    font-size: 88%;
    line-height: 1.3;
    color: #d89500;
    font-weight: bold;
}
.movWrap li dt{
    line-height: 1.2;
    font-feature-settings: "palt";
    font-weight: bold;
}

/*------------注目ポイントエリア------------*/
#featureWrap{
    /*padding: 20px 20px 10px;*/
    /*background-color: #e0f7f7;*/
    /*border-top: solid 2px #d0b55c;*/
}
#featureWrap .intro{
    margin: 10px 0 0;
}
.cx_smartphoneview #featureWrap h3,
.cx_smartphoneview #featureWrap > div{
    padding: 0 10px;
}
#featureWrap h3{
    border: none;
    font-size: 120%;
    font-weight: bold;
    margin: 0.5em 0 0;
    color: #f13db2;
    /*transform: skew(-15deg, 0deg);
    -webkit-transform: skew(-15deg, 0deg);*/
    line-height: 1.4;
}
#featureWrap h3::before{
    content: "";
    display: block;
    margin: 0 3px 0 0;
    background: url("../img/fuji_icn.png") no-repeat 0 0;
    width: 45px;
    height: 25px;
    background-size: contain;
    float: left;
    /*margin-top: 0.2em;*/
}
#featureWrap h3:nth-of-type(2){
    margin-top: 10px;
}
.cx_smartphoneview #featureWrap h3{
    line-height: 1.4;
    margin: 0.5em 0 0.3em;
}
.cx_smartphoneview #featureWrap h3:nth-of-type(1){ letter-spacing: -0.05em;}
.cx_smartphoneview #featureWrap h3::before{
    width: 65px;
    height: 35px;
    margin: 0 6px 0 0;
}

#featureWrap h2 + div{ margin: 10px 0 0;}
#featureWrap .photo_bs,
#featureWrap .photo_bs02{ margin: 0 0 0.3em;}
#featureWrap p{
    line-height: 1.8;
    padding: 0 0 15px;
    font-size: 94%;
    color: #333;
    text-align: justify;
}
#featureWrap p.lead{
    font-size: 120%;
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: -0.08em;
    padding: 8px 0;
    color: #595959;
}
#featureWrap p.lead span{ color: #f13db2;}

#featureWrap .cap{
    background-color: #2268ed;
    color: #fff;
    padding: 0.2em 0.5em;
    line-height: 1.5;
    font-size: 88%;
}
#featureWrap .cap span{
    letter-spacing: -0.05em;
}
.cx_smartphoneview #featureWrap .cap{ line-height: 1.4;}
.cx_smartphoneview #featureWrap .cap span{
    font-size: 82%;
}
#featureWrap .bold,
#featureWrap .bold a{ color: #d89500;}
#featureWrap .bold a:hover{ color: #ffb000;}
#featureWrap .photo_bs,
#featureWrap  img{ width: 100%; height: auto;}
#featureWrap  img{
    backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
#featureWrap .photo_bs02{
    width: 49.5%;
    height: auto;
    min-height: 187px;
    float: left;
}
#featureWrap .photo_bs02:nth-of-type(1){ margin: 0 0.8em 0.3em 0;}
#featureWrap .photo_bs02.fRight{
    float: right;
    margin: 0 0 0.3em 0.8em;
}
#featureWrap .mr15 { margin-right: 15px;}
#featureWrap .sum{
    font-size: 116%;
    font-weight: bold;
    margin: 20px 0 0;
    color: #004813;
    letter-spacing: -0.08em;
    line-height: 1.6;
}
.cx_smartphoneview #featureWrap .sum{
    font-size: 115%;
}
.cx_smartphoneview #featureWrap .photo_bs02{
    width: 100%;
    float: none;
    margin-left: 0;
    margin-right: 0;
    min-height: 365px;
}

/*------------コメンタリーエリア------------*/
#castWrap{
    padding: 20px 20px 20px;
    background-color: #f4f3e5;
    box-sizing: border-box;
}

#castWrap dl{
    padding: 5px 20px 5px;
    border-left: solid 5px #fff;
    border-right: solid 5px #fff;
    box-sizing: border-box;
}
#castWrap dt,
#castWrap dd{
	line-height:1.7;
    font-size: 94%;
    float: left;
}
#castWrap dt {
	color:#2268ed;
	font-weight:bold;
	margin:0 20px 0 0;
}
#castWrap dt::before{
    content: "■";
    color: #f13db2;
    margin-right: 3px;
}
#castWrap dd{
    margin: 0 25px 0 0;
}
#castWrap dd span {
	font-size:88%;
}
#castWrap dl:nth-of-type(1) dt,
#castWrap dl:nth-of-type(2) dt,
#castWrap dl:nth-of-type(3) dt,
#castWrap dl:nth-of-type(1) dd,
#castWrap dl:nth-of-type(2) dd,
#castWrap dl:nth-of-type(3) dd{
    float: none;
    margin: 0;
}
.cx_smartphoneview #castWrap dt,
.cx_smartphoneview #castWrap dd{
    float: none;
    margin: 0;
}





p.official_link {
	/*text-align:center;*/
    width: 600px;
	margin:10px auto 0;
}
p.official_link a{
    display: block;
    background: url("../img/link_official.png") no-repeat 0 0;
    width: 600px;
    height: 78px;
    overflow: hidden;
    text-indent: -300%;
    white-space: nowrap;
}
p.official_link a:hover{
    background-position: 0 -78px;
}



/*------------------------------------------------
　　　　注目校紹介ページ
------------------------------------------------*/
#teamNav{ margin-bottom: 20px;}
#teamNav li{
    width: 33%;
    float: left;
    margin: 0 0.5% 3px 0;
    border: solid 1px #f768c5;
    border-bottom: solid 2px #f768c5;
    box-sizing: border-box;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}
/*#teamNav li a::after{
    content: "";
    display: block;
    width: 100%;
    height: 50%;
    background-color: rgba(165, 150, 69, 0.13);
    position: absolute;
    bottom: 0;
    left: 0;
}*/
#teamNav li:nth-of-type(3n){ margin: 0 0 3px 0;}
#teamNav li a{
    display: block;
    font-size: 94%;
    font-weight: bold;
    line-height: 45px;
    height: 45px;
    padding: 6px;
    color: #555;
    text-decoration: none;
    border-radius: 8px;
    position: relative;
    border-right: solid 12px #f768c5;
    /*background-color: #fff6df;*/
}

#teamNav li a::before{
    content: "";
    display: block;
    float: left;
    width: 60px;
    height: 45px;
    background-color: #aaa;
    margin: 0 6px 0 0;
    box-sizing: border-box;
    /*box-shadow: 1px 1px 5px rgba(0,0,0,0.2);*/
}
#teamNav li a::after{
    content: "";
    display: block;
    position: absolute;
    top: 50%; right: -10px;
	margin:-6px 0 0 0;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 6px 0 6px 7px;
	border-color: transparent transparent transparent #ffcbed;
}
#teamNav li a:hover{
    background-color: #fffcda;
    border-right: solid 12px #f13db2;
}
#teamNav li.gray{
    border: solid 1px #aaa;
    border-bottom: solid 2px #aaa;
}
#teamNav li.gray a{
    background-color: #ddd;
    border-right: solid 12px #bbb;
    line-height: 1.2;
    color: #777;
}
#teamNav li.gray a::after{
    border-color: transparent transparent transparent #ccc;
}
#teamNav li.gray a p{ padding-top: 0.3em;}
#teamNav li.gray a .attention{
    font-size: 88%;
    padding-top: 0.1em;
}

.cx_smartphoneview #teamNav li a{
    line-height: 1.2;
    text-align: center;
    height: auto;
}
.cx_smartphoneview #teamNav li:nth-of-type(13) a,
.cx_smartphoneview #teamNav li:nth-of-type(14) a,
.cx_smartphoneview #teamNav li:nth-of-type(15) a{
    height: 110px;
}
.cx_smartphoneview #teamNav li a::before{
    float: none;
    margin: 0 auto 3px;
}
.cx_smartphoneview #teamNav li a span{
    transform: scale(0.9,1); display: inline-block;
    width: 120%;
    margin-left: -10%;
}
.cx_smartphoneview #teamNav li.gray a p{
    letter-spacing: -0.07em;
    padding-top: 0;
}
.cx_smartphoneview #teamNav li.gray a p span.attention{
    display: inline;
    margin-left: 0;
}

#teamWrap > div > div{
    border-bottom: solid 1px #aaa;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
#teamWrap h3{
    font-size: 146%;
    font-weight: bold;
    color: #c8951c;
    border: none;
    margin: 0;
    line-height: 53px;
}
#teamWrap h3 span{ font-size: 80%; font-weight: normal;}
#teamWrap h3::before{
    content: "";
    display: block;
    float: left;
    width: 70px;
    height: 53px;
    background-color: #000;
    margin: 0 12px 0 0;
}

#teamNav li#navMeijo a::before,
#teamWrap #meijo h3::before{
    background: url("../img/emb_meijo.jpg") no-repeat 0 0;
    background-size: contain;
}
#teamNav li#navDaitobunka a::before,
#teamWrap #daitobunka h3::before{
    background: url("../img/emb_daitobunka.jpg") no-repeat 0 0;
    background-size: contain;
}
#teamNav li#navRitsumeikan a::before,
#teamWrap #ritsumeikan h3::before{
    background: url("../img/emb_ritsumeikan.jpg") no-repeat 0 0;
    background-size: contain;
}
#teamNav li#navTokyonogyo a::before,
#teamWrap #tokyonogyo h3::before{
    background: url("../img/emb_tokyonogyo.jpg") no-repeat 0 0;
    background-size: contain;
}
#teamNav li#navMatsuyama a::before,
#teamWrap #matsuyama h3::before{
    background: url("../img/emb_matsuyama.jpg") no-repeat 0 0;
    background-size: contain;
}
#teamNav li#navKyotosangyo a::before,
#teamWrap #kyotosangyo h3::before{
    background: url("../img/emb_kyotosangyo.jpg") no-repeat 0 0;
    background-size: contain;
}
#teamNav li#navOsakagakuin a::before,
#teamWrap #osakagakuin h3::before{
    background: url("../img/emb_osakagakuin.jpg") no-repeat 0 0;
    background-size: contain;
}
#teamNav li#navOsakageijutsu a::before,
#teamWrap #osakageijutsu h3::before{
    background: url("../img/emb_osakageijutsu.jpg") no-repeat 0 0;
    background-size: contain;
}
#teamNav li#navToyo a::before,
#teamWrap #toyo h3::before{
    background: url("../img/emb_toyo.jpg") no-repeat 0 0;
    background-size: contain;
}
#teamNav li#navTamagawa a::before,
#teamWrap #tamagawa h3::before{
    background: url("../img/emb_tamagawa.jpg") no-repeat 0 0;
    background-size: contain;
}
#teamNav li#navNihontaiiku a::before,
#teamWrap #nihontaiiku h3::before{
    background: url("../img/emb_nihontaiiku.jpg") no-repeat 0 0;
    background-size: contain;
}
#teamNav li#navKansai a::before,
#teamWrap #kansai h3::before{
    background: url("../img/emb_kansai.jpg") no-repeat 0 0;
    background-size: contain;
}
#teamNav li#navBukkyo a::before,
#teamWrap #bukkyo h3::before{
    background: url("../img/emb_bukkyo.jpg") no-repeat 0 0;
    background-size: contain;
}
#teamNav li#navHakuoh a::before,
#teamWrap #hakuoh h3::before{
    background: url("../img/emb_hakuoh.jpg") no-repeat 0 0;
    background-size: contain;
}
#teamNav li#navFukuoka a::before,
#teamWrap #fukuoka h3::before{
    background: url("../img/emb_fukuoka.jpg") no-repeat 0 0;
    background-size: contain;
}
#teamNav li#navJosai a::before,
#teamWrap #josai h3::before{
    background: url("../img/emb_josai.jpg") no-repeat 0 0;
    background-size: contain;
}
#teamNav li#navJuntendo a::before,
#teamWrap #juntendo h3::before{
    background: url("../img/emb_juntendo.jpg") no-repeat 0 0;
    background-size: contain;
}
#teamNav li#navKyotokoka a::before,
#teamWrap #kyotokoka h3::before{
    background: url("../img/emb_kyotokoka.jpg") no-repeat 0 0;
    background-size: contain;
}
#teamNav li#navKansaigaigo a::before,
#teamWrap #kansaigaigo h3::before{
    background: url("../img/emb_kansaigaigo.jpg") no-repeat 0 0;
    background-size: contain;
}
#teamNav li#navChukyo a::before,
#teamWrap #chukyo h3::before{
    background: url("../img/emb_chukyo.jpg") no-repeat 0 0;
    background-size: contain;
}
#teamNav li#navShizuoka a::before,
#teamWrap #shizuoka h3::before{
    background: url("../img/emb_shizuoka.jpg") no-repeat 0 0;
    background-size: contain;
}
#teamNav li#navZennihon a::before,
#teamWrap #zennihon h3::before{
    background: url("../img/emb_zennihon.jpg") no-repeat 0 0;
    background-size: contain;
}
#teamNav li#navTohokufukushi a::before,
#teamWrap #tohokufukushi h3::before{
    background: url("../img/emb_tohokufukushi.jpg") no-repeat 0 0;
    background-size: contain;
}
#teamNav li#navTakushoku a::before,
#teamWrap #takushoku h3::before{
    background: url("../img/emb_takushoku.jpg") no-repeat 0 0;
    background-size: contain;
}
#teamNav li#navKanoya a::before,
#teamWrap #kanoya h3::before{
    background: url("../img/emb_kanoya.jpg") no-repeat 0 0;
    background-size: contain;
}
#teamNav li#navKobegakuin a::before,
#teamWrap #kobegakuin h3::before{
    background: url("../img/emb_kobegakuin.jpg") no-repeat 0 0;
    background-size: contain;
}
#teamNav li#navChuo a::before,
#teamWrap #chuo h3::before{
    background: url("../img/emb_chuo.jpg") no-repeat 0 0;
    background-size: contain;
}

#teamWrap #headMember li{
    float: left;
    margin: 0 15px 5px 0;
}
#teamWrap #headMember dt,
#teamWrap #headMember dd{
    float: left;
    line-height: 1.4;
    font-size: 94%;
}
#teamWrap #headMember dt{
    background-color: #3164d7;
    border-radius: 5px;
    color: #fff;
    padding: 0 8px;
    margin: 0 4px 0 0;
}
@media all and (-ms-high-contrast:none) {
	#teamWrap #headMember dt{
		font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W4", "Hiragino Kaku Gothic Pro", "Lucida Grande", Verdana, "ＭＳ Ｐゴシック", sans-serif;
	}
}
#teamWrap #headMember dt.narrow{ letter-spacing: -0.08em;}


#teamWrap table{
    width: 100%;
    border: solid 1px #ccc;
    margin: 10px 0 15px;
    line-height: 1.4;
    font-size: 94%;
}
#teamWrap table th{
    padding: 5px 8px;
    background-color: #f13db2;
    color: #fff;
    font-size: 88%;
    font-weight: bold;
    border-right: solid 1px #fff;
}
@media all and (-ms-high-contrast:none) {
	#teamWrap table th{
		font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W4", "Hiragino Kaku Gothic Pro", "Lucida Grande", Verdana, "ＭＳ Ｐゴシック", sans-serif;
	}
}
#teamWrap table tr{ border-bottom: solid 2px #ccc;}
#teamWrap table tr:nth-child(even){ background-color: #eafcff;}
#teamWrap table td{
    padding: 5px 8px;
    border-right: solid 1px #ccc;
}
#teamWrap table td:nth-of-type(1){ font-weight: bold;}
#teamWrap table td span{ font-size: 88%;}

#teamWrap h4{
    border: none;
    font-size: 120%;
    font-weight: bold;
    line-height: 1.4;
    margin: 0;
    color: #3164d7;
}
#teamWrap h4::after{
    content: "・・・";
    color: #00b1ff;
    font-weight: normal;
    margin: 0 6px 0 0;
}
#teamWrap .comment{ margin-bottom: 15px;}
#teamWrap .comment p{
    background-color: #ffeaf7;
    border-radius: 10px;
    padding: 15px 20px;
    line-height: 1.6;
    font-size: 94%;
}

#teamWrap h2 + div{ margin: 10px 0 0;}


/*--------------------　目標 色紙　--------------------*/
#aimWrap{
    background-color: #ffeaf7;
    /*border-radius: 10px;*/
    padding: 1em 0.7em;
    text-align: center;
    margin-bottom: 1em;
}
#aimWrap ul{
    display: flex;
    justify-content: center;
}
#aimWrap ul li{
    width: 48%;
    height: auto;
    background-color: #fff;
    margin: 0 0.3em;
}
#aimWrap ul li img{ width: 100%; height: 100%;}

/*--------------------　注目選手　--------------------*/
#teamWrap #featRunner{
    border-top: dotted 3px #c8951c;
    padding: 10px 0 0;
}
#teamWrap #featRunner h4,
#teamWrap #movWrap h4{
    font-size: 135%;
    color: #f13db2;
    margin-bottom: 3px;
}
#teamWrap #featRunner h4::after,
#teamWrap #movWrap h4::after{ display: none;}
#teamWrap #featRunner li{
    border-bottom: solid 1px #ccc;
    margin-bottom: 10px;
}
#teamWrap #featRunner li:nth-last-of-type(1){ border: none;}
#teamWrap #featRunner dt{
    font-weight: bold;
    line-height: 1.6;
    font-size: 112%;
}
#teamWrap #featRunner dt span{ font-size: 80%;}
#teamWrap #featRunner dt::before{
    content: "■";
    color: #3164d7;
    margin-right: 5px;
}
#teamWrap #featRunner dd{ font-size: 94%; line-height: 1.6;}
#teamWrap #featRunner dd.record{ color: #c8951c; font-weight: bold;}
#teamWrap #featRunner dd.comment{
    padding: 0 0 8px;
    margin-bottom: 0;
}

#teamWrap .photo_bs,
#teamWrap .photo_bs02{ margin: 0 0 15px;}


#teamWrap .bold{ color: #d89500;}
#teamWrap .photo_bs,
#teamWrap img{ width: 100%; height: auto;}
#teamWrap .photo_bs02{
    width: 49.5%;
    height: auto;
    float: left;
}
#teamWrap .photo_bs02:nth-of-type(1){ margin: 0 1% 15px 0;}


/*------------------------------------------------
　　　　大会結果ページ
------------------------------------------------*/
#resultWrap > div{ margin-top: 20px;}
#resultWrap p.attention{
    text-align: right;
    font-size: 82%;
}
#resultWrap #record_detail{
    border: solid 1px #ccc;
    margin: 0 0 20px;
}
#resultWrap #record_detail dt,
#resultWrap #record_detail dd{ box-sizing: border-box;}
#resultWrap #record_detail .rank{
    float: left;
    line-height: 3.2;
    width: 8%;
    text-align: center;
    /*border-right: solid 1px #ccc;*/
    background-color: #f13db2;
    color: #fff;
    font-weight: bold;
}
#resultWrap #record_detail > li{
    border-bottom: solid 1px #ccc;
    background-color: #fffbed;
}
#resultWrap #record_detail > li > dl > dd{
    line-height: 1.5;
}
#resultWrap #record_detail .team{
    float: left;
    width: 20%;
    padding: 3px 6px;
}
#resultWrap #record_detail .team p:nth-of-type(1){
    font-size: 108%;
    font-weight: bold;
}
#resultWrap #record_detail .team + dd{
    float: left;
    width: 72%;
}
.cx_smartphoneview #resultWrap #record_detail > li{ margin-bottom: 10px;}
.cx_smartphoneview #resultWrap #record_detail .rank{ width: 12%;}
.cx_smartphoneview #resultWrap #record_detail .team{ width: 88%;}
.cx_smartphoneview #resultWrap #record_detail .team + dd{
    float: none;
    width: 100%;
}

#resultWrap #record_detail .sect{
    float: left;
    width: 33.33%;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
    border-bottom: solid 2px #ccc;
    box-sizing: border-box;
    background-color: #fff;
}
#resultWrap #record_detail .sect dl > *{
    padding: 0 4px;
}
#resultWrap #record_detail .sect dt{
    font-size: 84%;
    background-color: #3164d7;
    color: #fff;
}
#resultWrap #record_detail .sect .name{ font-weight: bold;}
#resultWrap #record_detail .sect .name.narrow{ letter-spacing: -0.1em;}
#resultWrap #record_detail .sect .timePass,
#resultWrap #record_detail .sect .timeSect,
#resultWrap #record_detail .sect .timeSect_record{
    font-size: 88%;
    border-top: solid 1px #ccc;
}
#resultWrap #record_detail .sect .timePass p:nth-of-type(1),
#resultWrap #record_detail .sect .timeSect p:nth-of-type(1){
    float: left;
    padding: 0 10px 0 0;
    width: 80%;
    box-sizing: border-box;
    border-right: solid 1px #ccc;
}
#resultWrap #record_detail .sect .timePass p:nth-of-type(2),
#resultWrap #record_detail .sect .timeSect p:nth-of-type(2){
    text-align: center;
}
#resultWrap #record_detail .sect .timeSect.win{
    background-color: #f26cab;
    font-weight: bold;
    color: #fff;
}

#resultWrap #weatherReport{
    margin: 30px 0;
    border-bottom: solid 2px #ccc;
    padding: 0 0 30px;
}
#resultWrap #weatherReport table{
    line-height: 1.7;
    width: 100%;
}
#resultWrap #weatherReport th,
#resultWrap #weatherReport td{
    width: 25%;
    border-right: solid 1px #ccc;
    padding: 0 8px;
    box-sizing: border-box;
}
#resultWrap #weatherReport th,
#resultWrap #weatherReport td:nth-of-type(1){
    background-color: #dedede;
}
#resultWrap #weatherReport tr{ border-bottom: solid 1px #ccc;}

/*------------右エリア------------*/
#fp-bhp #fp-bhp-rectangle{ display: none;}

#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{
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
}
#fp-bhp.fpbhp-pc .contblock h2{
	color:#fff;
	background-color:#f13db2;
	border-color:#f13db2;
}
#fp-bhp.fpbhp-pc #fp-bhp-infomain h3 span{
	background-color:#c8951c;
}
.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;
}