@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;
}
.narrow_l{
    transform: scale(0.76,1); transform-origin: center left;
    width: 130%;
    letter-spacing: -0.1em;
}

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

.cx_smartphoneview .displaypc{ display: none;}
.displaysp{ display: none;}
.cx_smartphoneview .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: #e3e6f2;
    border-bottom: solid 1px #ccc;
}

a.linkMore{
    width: 100%;
    display: block;
    text-align: center;
    background-color: #ff7600;
    color: #fff;
    font-size: 113%;
    font-weight: bold;
}
a.linkMore.short{
    height: 42px;
    line-height: 42px;
}
a.linkMore.long{
    height: 48px;
    line-height: 48px;
}
a.linkMore:hover{ background-color: #ff8900;}


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

/*-------------ヘッダー-------------*/
.toppage #hdrWrap{
    background-color: #000015;
    width: 100%;
    border-bottom: solid 5px #2b4895;
    position: relative;
}
.cx_smartphoneview .toppage  #hdrWrap{
    /*background: url("../photo/mainV_sp.jpg") no-repeat center 0;*/
    height: 640px;
}
/*.cx_smartphoneview .toppage  #hdrWrap{
    background-size: cover;
    height: 0;
    padding-top: 47%;
}*/
.toppage #hdrWrap h1{
    background-image: url("../photo/mainV_pc.jpg");
    background-repeat: no-repeat;
    background-position: center 0;
    width: 100%;
    background-size: contain;
    height: 0;
    padding-top: 39.46%;
}
.cx_smartphoneview .toppage #hdrWrap h1{
    background-image: url("../photo/mainV_sp.jpg");
    background-repeat: no-repeat;
    background-position: center 0;
    width: 100%;
    height: 640px;
    padding-top: 0;
}
@media screen and (min-width: 1500px) {
    .toppage #hdrWrap{    
        background-size: contain;
    }
    .toppage #hdrWrap h1{
        height: 592px;
        padding: 0;
    }
}
.toppage #hdrWrap h1,
.toppage #hdrWrap p{
    width: 100%;
    text-indent: -300%;
    white-space: nowrap;
    overflow: hidden;
}
.toppage #hdrWrap p{
    position: absolute;
    top: 0;
    left: 0;
}

/*-------------LIFE WITH FOOTBALL-------------*/
#lwfWrap{
    background-color: #010038;
    width: 100%;
    position: relative;
    margin-bottom: 1px;
}
#lwfWrap a{
    padding: 0.7em 0;
    display: block;
}
#lwfWrap p{
    background-image: url("../img/logo_lwf.png");
    background-position: center 0;
    background-repeat: no-repeat;
    width: 100%;
    height: 30px;
    background-size: contain;
    text-indent: -300%;
    overflow: hidden;
    white-space: nowrap;
    opacity: 0.7;
}

/*-------------日時・開催地-------------*/
#oadateWrap{
    width: 1000px;
    margin: 0 auto;
    position: relative;
}
#oadateWrap .oadate{
    background: url("../img/oadate.png") no-repeat 0 0;
    width: 500px;
    height: 48px;
    text-indent: -300%;
    overflow: hidden;
    white-space: nowrap;
    margin: 10px 10px 5px;
}
#oadateWrap .place{
    font-size: 120%;
    font-weight: bold;
    line-height: 1.4;
    color: #d7dbeb;
    text-align: center;
    padding: 5px 0;
}

.cx_smartphoneview #oadateWrap{ width: 100%;}
.cx_smartphoneview #oadateWrap .oadate{ margin: 10px auto 5px;}

/*-------------what's new-------------*/
#newsWrap{
    background: #090c5d;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIyMiUiIHN0b3AtY29sb3I9IiMwOTBjNWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiMzODM5OWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI3OCUiIHN0b3AtY29sb3I9IiMwOTBjNWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, #090c5d 22%, #38399c 50%, #090c5d 78%);
    background: -webkit-gradient(linear, left top, right top, color-stop(22%,#090c5d), color-stop(50%,#38399c), color-stop(78%,#090c5d));
    background: -webkit-linear-gradient(left, #090c5d 22%,#38399c 50%,#090c5d 78%);
    background: -o-linear-gradient(left, #090c5d 22%,#38399c 50%,#090c5d 78%);
    background: -ms-linear-gradient(left, #090c5d 22%,#38399c 50%,#090c5d 78%);
    background: linear-gradient(to right, #090c5d 22%,#38399c 50%,#090c5d 78%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#090c5d', endColorstr='#090c5d',GradientType=1 );
    padding: 5px 0;
    /*margin-bottom: 15px;*/
}
#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 span{ color: #d3b174;}
@media screen\0 {
	#newsWrap li{
		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: 100%;
    text-align: center;
    width: 100%;
    display: block;
}

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

/* -----------------------------------------------
	NEXT OA情報
----------------------------------------------- */
#nextOA{
    text-align: center;
    background: #090c5d;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIyMiUiIHN0b3AtY29sb3I9IiMwOTBjNWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiMzODM5OWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI3OCUiIHN0b3AtY29sb3I9IiMwOTBjNWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, #090c5d 22%, #38399c 50%, #090c5d 78%);
    background: -webkit-gradient(linear, left top, right top, color-stop(22%,#090c5d), color-stop(50%,#38399c), color-stop(78%,#090c5d));
    background: -webkit-linear-gradient(left, #090c5d 22%,#38399c 50%,#090c5d 78%);
    background: -o-linear-gradient(left, #090c5d 22%,#38399c 50%,#090c5d 78%);
    background: -ms-linear-gradient(left, #090c5d 22%,#38399c 50%,#090c5d 78%);
    background: linear-gradient(to right, #090c5d 22%,#38399c 50%,#090c5d 78%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#090c5d', endColorstr='#090c5d',GradientType=1 );
    padding: 1.2em 0;
    display: none;
}
.cx_smartphoneview #nextOA{
    /*background: rgb(252, 246, 232) url("../img/bg01.png") repeat center 0;*/
    padding: 0.6em;
}
#nextOA_target{
    display: inline-block;
    max-width: 1000px;
}
#nextOA_target .oaInfo{
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.move_horizontal_in{
    -ms-transform: translate3d(1500px, 0, 0);
    -webkit-transform: translate3d(1500px, 0, 0);
    transform: translate3d(1500px, 0, 0);
    -webkit-transition: -webkit-transform 0.2s ease-out;
    -ms-transition: -ms-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
}
.move_horizontal_fix{
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -ms-transition: -ms-transform 0.6s cubic-bezier(0.175, 0.885, 0.320, 1.275) 0.2s;
    -webkit-transition: -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;
}
.cx_smartphoneview #nextOA_target .oaInfo{
    display: block;
    padding: 0 0.8em;
}
#nextOA_target .oaInfo > *{
    flex-shrink: 0;
}
#nextOA_target .oadate,
#nextOA_target .ttl{
    font-size: 136%;
    font-weight: bold;
    color: #fff;
    line-height: 1.2;
    /*display: flex;*/
    /*-webkit-box-align: center;*/
    align-items: center;
}
#nextOA_target .oadate{ margin-right: 0.5em;}
#nextOA_target .oadate::before{
    content: "NEXT";
    background-color: #bf0000;
    color: #fff;
    font-size: 90%;
    padding: 0.1em 0.3em 0.06em;
    margin-right: 0.3em;
}
.cx_smartphoneview #nextOA_target .oadate,
.cx_smartphoneview #nextOA_target .ttl{
    /*text-align: left;*/
    font-size: 110%;
}
.cx_smartphoneview #nextOA_target .oadate{ margin-bottom: 0.2em;}
#nextOA_target .overview{
    font-size: 88%;
    line-height: 1.6;
    padding: 0.3em 0 0;
    text-align: left;
    font-feature-settings: "palt";
}
.cx_smartphoneview #nextOA_target .overview{ padding: 0.3em 0.8em 0;}


/*-------------コンテンツエリア-------------*/
#fp-l{ margin: 10px 0 40px;}
#fp-l > div{
    width: 620px;
    margin: 0 15px 0 5px;
}
.cx_smartphoneview #fp-l > div{ margin: 0 auto;}
#fp-l > div > div{ margin-bottom: 40px;}
#fp-l > div .ttl{
    position: relative; margin: 0 0 10px;
}
/*#fp-l > div .ttl::before{
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #14176d;
    position: absolute;
    top: 50%;
    left: 0;
}*/
#fp-l > div h3{
    font-size: 144%;
    line-height: 1.0;
    position: relative;
    background: #4a4c8d;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRhNGM4ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxNDE3NmQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, #4a4c8d 0%, #14176d 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#4a4c8d), color-stop(100%,#14176d));
    background: -webkit-linear-gradient(left, #4a4c8d 0%,#14176d 100%);
    background: -o-linear-gradient(left, #4a4c8d 0%,#14176d 100%);
    background: -ms-linear-gradient(left, #4a4c8d 0%,#14176d 100%);
    background: linear-gradient(to right, #4a4c8d 0%,#14176d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a4c8d', endColorstr='#14176d',GradientType=1 );
    color: #fff;
    display: inline-block;
    padding: 8px 10px;
    /*min-height: 24px;*/
}
#fp-l > div #match1 h3{
    display: block;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIzMiUiIHN0b3AtY29sb3I9IiMwMDE5OTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAxOTk1IiBzdG9wLW9wYWNpdHk9IjAiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(left,  rgba(0,25,149,1) 32%, rgba(0,25,149,0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(32%,rgba(0,25,149,1)), color-stop(100%,rgba(0,25,149,0)));
    background: -webkit-linear-gradient(left,  rgba(0,25,149,1) 32%,rgba(0,25,149,0) 100%);
    background: -o-linear-gradient(left,  rgba(0,25,149,1) 32%,rgba(0,25,149,0) 100%);
    background: -ms-linear-gradient(left,  rgba(0,25,149,1) 32%,rgba(0,25,149,0) 100%);
    background: linear-gradient(to right,  rgba(0,25,149,1) 32%,rgba(0,25,149,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001995', endColorstr='#00001995',GradientType=1 );
    padding: 3px 5px;
}
#fp-l > div #match2 h3{
    display: block;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIzMiUiIHN0b3AtY29sb3I9IiM5YzAwM2UiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjOWMwMDNlIiBzdG9wLW9wYWNpdHk9IjAiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(left,  rgba(156,0,62,1) 32%, rgba(156,0,62,0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(32%,rgba(156,0,62,1)), color-stop(100%,rgba(156,0,62,0)));
    background: -webkit-linear-gradient(left,  rgba(156,0,62,1) 32%,rgba(156,0,62,0) 100%);
    background: -o-linear-gradient(left,  rgba(156,0,62,1) 32%,rgba(156,0,62,0) 100%);
    background: -ms-linear-gradient(left,  rgba(156,0,62,1) 32%,rgba(156,0,62,0) 100%);
    background: linear-gradient(to right,  rgba(156,0,62,1) 32%,rgba(156,0,62,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9c003e', endColorstr='#009c003e',GradientType=1 );
    padding: 3px 5px;
}

#fp-l > div h3 span{ letter-spacing: -0.06em;}
@media screen\0 {
	#fp-l > div h3{
		font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W4", "Hiragino Kaku Gothic Pro", "Lucida Grande", Verdana, "ＭＳ Ｐゴシック", sans-serif;
	}
}

.cx_smartphoneview #fp-l > div h3{
    font-size: 130%;
}

/* -----------------------------------------------
	配信リンク
----------------------------------------------- */
#fp-l > div#live_link{
    margin-top: 1.0em;
    margin-bottom: 2em;
}
#live_link ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#live_link li{
    flex-shrink: 0;
    width: 49%;
    box-sizing: border-box;
    text-align: center;
    /*background-color: rgba(26, 27, 72, 0.2);*/
    border: solid 1px #c39a4e;
    box-shadow: 0 0 5px rgb(0 0 0 / 15%);
    
    background: rgba(255,255,255,0.3);
}
.cx_displaydevice #live_link li:hover{
    background: rgba(255,255,255,0.5);
    box-shadow: 0 0 10px rgb(0 0 0 / 25%);
}
#live_link li a{
    display: block;
    padding: 1em;
}
.cx_smartphoneview #live_link li a{ padding: 0.5em;}
#live_link li a dd{
    color: #967840;
    font-size: 120%;
    font-weight: bold;
    line-height: 1.4;
    padding-bottom: 0.5em;
}
.cx_smartphoneview #live_link li a dd{
    font-size: 94%;
}
#live_link li a dt{
    background: #fff url("../img/tver_logo.svg") no-repeat center center;
    text-indent: -300%;
    white-space: nowrap;
    overflow: hidden;
    height: 3em;
    background-size: 100% 80%;
    position: relative;
}
#live_link li.fod a dt{
    background: #fff url("../img/fod_logo.svg") no-repeat center center;
    background-size: 100% 70%;
}
#live_link li:hover a dt{ box-shadow: 0 0 5px rgb(0 0 0 / 15%);}
#live_link li a dt::after{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.4em 0 0.4em 0.6em;
    border-color: transparent transparent transparent #967840;
    position: absolute;
    top: 50%;
    right: 0.6em;
    margin-top: -0.4em;
}

/* -----------------------------------
	ゲーム
----------------------------------- */
#fp-l > div.contents_inner li > div#gameWrap{
    background-color: rgba(26, 27, 72, 0.2);
    padding: 0.3em 15px 1em;
    box-sizing: border-box;
    margin: 0 1em 30px;
}
.cx_smartphoneview #fp-l > div#gameWrap{ margin-bottom: 1.5em;}
#gameWrap::before{
    content: "";
    display: block;
    float: right;
    background: url("../photo/thePush_ph.jpg") no-repeat center center;
    width: 200px;
    height: 340px;
    background-size: contain;
    margin-top: 0.7em;
    background-color: #fff;
    margin-left: 10px;
    position: relative;
    z-index: 8888;
}
#gameWrap h2{
    background: url("../img/thePush_logo.png") no-repeat 0 0;
    width: 346px;
    height: 92px;
    background-size: contain;
    text-indent: -300%;
    overflow: hidden;
    white-space: nowrap;
}
.cx_smartphoneview #gameWrap h2{ width: 328px;}
#gameWrap h2 + p{
    background-color: #af8c2e;
    padding: 0.3em 0.6em;
    color: #fff;
    font-weight: bold;
    font-size: 110%;
    line-height: 1.3;
    margin-bottom: 0.5em;
}
.cx_smartphoneview #gameWrap h2 + p{ font-size: 94%;}
@media screen\0 {
	#gameWrap h2 + p{
		font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W4", "Hiragino Kaku Gothic Pro", "Lucida Grande", Verdana, "ＭＳ Ｐゴシック", sans-serif;
	}
}
#gameWrap .detail{
    font-size: 88%;
    line-height: 1.6;
    padding-bottom: 0.6em;
}
.cx_smartphoneview #gameWrap .detail{ line-height: 1.8;}
#gameWrap a{
    display: block;
    background-color: #de0000;
    text-align: center;
    color: #fff;
    font-weight: bold;
    line-height: 1.0;
    padding: 0.8em 0;
    border-radius: 3em;
    width: 380px;
    box-sizing: border-box;
    position: relative;
    z-index: 888;
}
#gameWrap a.w100{ width: 100%;}
#gameWrap a::after{
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.4em 0 0.4em 0.6em;
    border-color: transparent transparent transparent #f2e0c9;
    /*border-style: inset;*/
    /*-webkit-transform:rotate(360deg);*/
    /*position:absolute;
    top:50%;
    right:14px;*/
    /*margin-top: -8px;*/
    margin-left: 0.6em;
}
.cx_displaydevice #gameWrap a:hover{ background-color: #ff0000;}
.cx_smartphoneview #gameWrap a{
    font-size: 94%;
    width: 100%;
}
#gameWrap a.comingsoon{
    opacity: 0.4;
    cursor: default;
}
#gameWrap a.comingsoon:hover{ background-color: #de0000;}
#gameWrap a.comingsoon::after{ display: none;}
#gameWrap .strong{
    font-weight: bold;
    color: #001995;
}
#gameWrap .attention{ font-size: 88%;}

/* -----------------------------------
	LIVE配信
----------------------------------- */
#liveTarget,
#liveWrap #live_end{
    height: 326px;
    background: #000;
}
#liveTarget iframe{ vertical-align: bottom;}
#liveWrap #live_end img{
    width: 100%;
    height: auto;
}
#liveWrap > p{
    font-size: 94%;
    line-height: 1.8;
    margin: 0.6em 0;
    text-align: justify;
}
.cx_smartphoneview #liveWrap > p{ font-feature-settings: "palt";}
#liveWrap .live_cast{
    background: rgba(26, 27, 72, 0.2);
    padding: 1em;
}
#liveWrap .live_cast h4{
    line-height: 1.2;
    color: #001995;
    padding-bottom: 0.3em;
}
#liveWrap .live_cast dl{
    display: flex;
    flex-wrap: wrap;
    line-height: 1.4;
    padding-bottom: 0.3em;
}
#liveWrap .live_cast dl:nth-last-of-type(1){ padding-bottom: 0;}
#liveWrap .live_cast dl > *{ flex-shrink: 0;}
#liveWrap .live_cast dl dt{
    min-width: 16em;
}
.cx_smartphoneview #liveWrap .live_cast dl dt{ width: 100%;}
#liveWrap .live_cast dl dd{
    color: #967840;
    font-weight: bold;
}
#liveWrap .live_cast dl dd span{
    font-weight: normal;
    font-size: 80%;
    letter-spacing: -0.07em;
    color: #77540f;
}

#liveSchedule{
    background-color: rgba(1, 0, 56, 0.14);
    margin-top: 1px;
    padding: 1em 1.5em;
    /*border: solid 2px #010038;*/
}
.cx_smartphoneview #liveSchedule{ padding: 0.8em;}
#liveSchedule ul{
    margin: 10px 0;
    border-bottom: dashed 1px #000;
    padding-bottom: 6px;
}
#liveSchedule dl{
    font-size: 94%;
    line-height: 1.6;
}
#liveSchedule dt{
    float: left;
    font-weight: bold;
}
#liveSchedule dt::before{
    content: "◆";
    color: #967840;
    margin: 0 3px 0 0;
}
#liveSchedule dd{ padding-left: 8.8em;}
#liveSchedule a{
    text-align: center;
    display: block;
    color: #14176d;
    font-size: 90%;
    line-height: 1.6;
    text-decoration: underline;
}
#liveSchedule a:hover{ color: #3034b7;}



/* -----------------------------------
	イントロ
----------------------------------- */
#fp-l > div#intro{
    margin-bottom: 2.4em;
    font-size: 94%;
    line-height: 1.8;
    text-align: justify;
}
.cx_smartphoneview #intro .ttl + div{
    padding: 0 0.5em;
}
#intro .attention{
    font-size: 90%;
    margin-top: 0.6em;
}

/* -----------------------------------
	タブ
----------------------------------- */
.match_tab{
    width: 620px;
    margin: 0 15px 0 5px;
    border-bottom: 5px solid #001995;
}
.cx_smartphoneview .match_tab{ margin: 0 auto;}
.match_tab.btm{
    border-bottom: none;
    border-top: 5px solid #001995;
    margin-bottom: 40px;
}
.match_tab li{
    width: 49.5%;
    float: left;
}
.match_tab li:nth-of-type(1){ margin-right: 1%;}
.match_tab li a{
    display: block;
    background-color: #cc8600;
    text-align: center;
    font-weight: bold;
    color: #fff;
    font-size: 120%;
    /*height: 76px;*/
    border-radius: 4px 4px 0px 0px;
    padding: 50px 0 5px;
    box-sizing: border-box;
    line-height: 1.2;
}
.match_tab.btm li a{ border-radius: 0px 0px 4px 4px;}
.cx_smartphoneview .match_tab li a{ font-size: 100%;}

.match_tab li a#tab1,
.match_tab li a#sab1{
    background: #001995 url("../img/tab01.png") no-repeat center 8px;
}
.match_tab li a#tab2,
.match_tab li a#sab2{
    background: #9c003e url("../img/tab02.png") no-repeat center 8px;
}
.match_tab.btm li a{ padding-top: 45px;}
.match_tab.btm li a#sab1,
.match_tab.btm li a#sab2{ background-position: center 3px;}
.match_tab li a.off{
    opacity: 0.4;
    padding-bottom: 2px;
    margin-top: 3px;
    cursor: pointer;
}
.cx_displaydevice .match_tab li a.off:hover{
    opacity: 0.6;
    padding-bottom: 5px;
    margin-top: 0px;
}
.match_tab.btm li a.off{
    padding-top: 44px;
    padding-bottom: 5px;
    margin-top: -3px;
}
.cx_displaydevice .match_tab.btm li a.off:hover{
    padding-top: 45px;
    margin-top: 0;
}

/* -----------------------------------
	タブ
----------------------------------- */
#fp-l > div.contents_inner{
    background-color: rgba(255,255,255,0.7);
    box-sizing: border-box;
    /*margin-bottom: 40px;*/
    position: relative;
    overflow: hidden;
}
#fp-l > div.contents_inner > ul{ width: 1280px;}
.feat1{
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0px, 0);
    -moz-transform: translate3d(0, 0px, 0);
    -webkit-transition:  -webkit-transform 0.2s ease-out;
    -ms-transition:  -ms-transform 0.2s ease-out;
    -moz-transition:  -moz-transform 0.2s ease-out;
    transition:  transform 0.2s ease-out;
}
.feat2{
    -ms-transform: translate3d(-620px, 0, 0);
    -webkit-transform: translate3d(-620px, 0px, 0);
    -moz-transform: translate3d(-620px, 0px, 0);
    -webkit-transition:  -webkit-transform 0.2s ease-out;
    -ms-transition:  -ms-transform 0.2s ease-out;
    -moz-transition:  -moz-transform 0.2s ease-out;
    transition:  transform 0.2s ease-out;
}

#fp-l > div.contents_inner > ul > li{
    float: left;
    width: 620px;
    padding-top: 30px;
}
#fp-l > div.contents_inner > ul > li > div{
    padding: 0 20px;
    margin-bottom: 30px;
}
#fp-l > div.contents_inner > ul > li > div:nth-last-of-type(1){ padding-bottom: 30px;}
.cx_smartphoneview #fp-l > div.contents_inner > ul > li > div{ margin-bottom: 1.5em;}
.cx_smartphoneview #fp-l > div.contents_inner > ul > li > div:nth-last-of-type(1){ padding-bottom: 1em;}

/* -----------------------------------
	データ放送
----------------------------------- */
#dataPresentWrap .ttl{ letter-spacing: -0.05em;}
#dataPresentWrap .ttl span{
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
    padding: 3px 8px;
    color: #14176d;
    margin: 0 5px 0 0;
}
#dataPresentWrap .ttl + p{
    font-weight: bold;
    font-size: 114%;
    color: #14176d;
    letter-spacing: -0.05em;
    line-height: 1.2;
    margin: 0 0 5px;
}

#dataPresentWrap #present{ margin-bottom: 10px;}
#dataPresentWrap #present li{
    float: left;
    background-color: rgba(255, 255, 255, 0.43);
    padding: 8px 10px 6px;
    width: 49%;
    box-sizing: border-box;
    text-align: center;
}
#dataPresentWrap #present li:nth-of-type(1){ margin-right: 2%;}
#dataPresentWrap #present li dt{
    background: #8D6900;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E3OGIzNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4ZDY5MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, #a78b37 0%, #8d6900 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#a78b37), color-stop(100%,#8d6900));
    background: -webkit-linear-gradient(left, #a78b37 0%,#8d6900 100%);
    background: -o-linear-gradient(left, #a78b37 0%,#8d6900 100%);
    background: -ms-linear-gradient(left, #a78b37 0%,#8d6900 100%);
    background: linear-gradient(to right, #a78b37 0%,#8d6900 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a78b37', endColorstr='#8d6900',GradientType=1 );
    color: #fff;
    font-weight: bold;
    padding: 3px 5px;
    line-height: 1.0;
    margin: 0 0 5px;
}
#dataPresentWrap #present li dd{
    font-weight: bold;
    line-height: 1.6;
    color: #967840;
}
.cx_smartphoneview #dataPresentWrap #present li dd{ font-size: 88%; letter-spacing: -0.05em;}
#dataPresentWrap #present li dd.photo{ margin-bottom: 5px;}
#dataPresentWrap #present li dd.photo img{
    width: 100%;
    height: auto;
}

#dataPresentWrap #howtoInfo{
    background-color: rgba(55, 71, 162, 0.14);
    font-size: 88%;
    padding: 16px 20px;
    margin: 0 0 5px;
}
#dataPresentWrap #ouboBtn a{
    display: block;
    text-align: center;
    background-color: #b10000;
    color: #fff;
    font-size: 130%;
    font-weight: bold;
    line-height: 1.2;
    padding: 15px 0;
    border-radius: 8px;
}
#dataPresentWrap #ouboBtn a:hover{ background-color: #cc0000;}
.cx_smartphoneview #present #ouboBtn a{ padding: 20px 0;}
#dataPresentWrap #present li dd.attention,
#dataPresentWrap .attention{
    text-align: center;
    font-size: 88%;
    line-height: 1.6;
    font-weight: normal;
}
#dataPresentWrap #present li dd.attention{
    font-size: 82%;
    letter-spacing: -0.03em;
    line-height: 1.4;
    padding: 3px 0 0;
}
#dataPresentWrap #ouboBtn a.end{
    background-color: #aaa;
    color: #eee;
    cursor: default;
}
/*#dataPresentWrap a.end::after{
    content: "応募受付は終了いたしました";
    position:absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    color: #555;
    font-size: 84%;
}*/

/* -----------------------------------
	みどころ
----------------------------------- */
.about h4{
    color: #967840; font-size: 104%;
    line-height: 1.6;
}
.about p{
    font-size: 94%;
    line-height: 1.8;
    margin-bottom: 10px;
    text-align: justify;
}

.about dl{
    line-height: 1.8;
}
.about dl::before{
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE4MWI4NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iIzE4MWI4NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxODFiODUiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, rgba(24,27,133,1) 0%, rgba(24,27,133,1) 40%, rgba(24,27,133,0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(24,27,133,1)), color-stop(40%,rgba(24,27,133,1)), color-stop(100%,rgba(24,27,133,0)));
    background: -webkit-linear-gradient(left, rgba(24,27,133,1) 0%,rgba(24,27,133,1) 40%,rgba(24,27,133,0) 100%);
    background: -o-linear-gradient(left, rgba(24,27,133,1) 0%,rgba(24,27,133,1) 40%,rgba(24,27,133,0) 100%);
    background: -ms-linear-gradient(left, rgba(24,27,133,1) 0%,rgba(24,27,133,1) 40%,rgba(24,27,133,0) 100%);
    background: linear-gradient(to right, rgba(24,27,133,1) 0%,rgba(24,27,133,1) 40%,rgba(24,27,133,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#181b85', endColorstr='#00181b85',GradientType=1 );
    margin: 0 0 12px;
}
.about dt{
    font-weight: bold;
    color: #c81a17;
    line-height: 1.4;
    font-size: 105%;
}
.about dd{ padding: 5px 0 15px; font-size: 94%;}
.about p.strong{
    font-size: 122%;
    font-weight: bold;
    color: #c81a17;
    line-height: 1.4;
    padding: 10px 0 0;
}

/* -----------------------------------
	出場国
----------------------------------- */
.entry ul{
    display: flex;
    flex-wrap: wrap;
}
.entry li{
    flex-shrink: 0;
    width: 23.5%;
    margin-right: 2%;
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(0,0,0,0.15);
    text-align: center;
    font-weight: bold;
    font-size: 110%;
    padding: 0.8em 0.2em;
    box-sizing: border-box;
    line-height: 1.4;
    border: solid 1px #c39a4e;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.entry li:nth-of-type(4n){ margin-right: 0;}
.entry li p{
    flex-shrink: 0;
    width: 100%;
}
.entry li p:nth-of-type(1){
    color: #967840;
}
.entry li p:nth-of-type(2){
    font-weight: normal;
    font-size: 81%;
    line-height: 1.2;
    padding-top: 0.6em;
    letter-spacing: -0.03em;
    border-top: solid 2px #c39a4e;
}
.cx_smartphoneview .entry li{
    width: 49%;
    margin-bottom: 10px;
    padding: 0.5em 0.2em;
}
.cx_smartphoneview .entry li:nth-of-type(2n){ margin-right: 0;}

.entry .attention{
    font-size: 80%;
    text-align: right;
    line-height: 1.2;
    margin-top: 5px;
}
.entry h3 + p{
    position: absolute;
    top: 0.8em;
    left: 9.5em;
    color: #fff;
    font-size: 86%;
    line-height: 1.0;
}
.cx_smartphoneview .entry h3 + p{
    top: 0.6em;
    left: 8.0em;
}

/* -----------------------------------
	スポット動画
----------------------------------- */
#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);}

/* -----------------------------------
	スペシャル動画
----------------------------------- */
#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 5px;
    float: left;
    background-color: #fff;
}
#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 #b2893b;}

#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") no-repeat;
    width: 29px;
    height: 29px;
    background-size: contain;
    border: solid 2px rgba(255,255,255,0.4);
    border-radius: 50%;
}
#movWrap li:hover .thum::after{ border: solid 2px rgba(255,255,255,1.0);}

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

/* -----------------------------------
	放送スケジュール
----------------------------------- */
#oaSchedule li{ margin-bottom: 5px;}
#oaSchedule dl{
    font-weight: bold;
    line-height: 1.2;
    font-size: 108%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.cx_smartphoneview #oaSchedule dl{
    margin-bottom: 0.5em;
    border-left: solid 5px #967840;
    padding-left: 0.3em;
}
#oaSchedule dt{
    color: #967840;
    padding: 0 0.6em;
}
#oaSchedule dd{
    color: #333;
}
#oaSchedule dd span.live,
#oaSchedule dd span.rec{
    color: #fff;
    padding: 0.1em 0.4em;
    display: inline-block;
    background-color: #c81a17;
}
#oaSchedule dd span.rec{ background-color: #696969;}
@media screen\0 {
    #oaSchedule dd span{ padding: 0px 6px;}
}
.cx_smartphoneview #oaSchedule dt{
    padding: 0 0.6em 0 0;
}
.cx_smartphoneview #oaSchedule dd:nth-of-type(1){
    width: 100%;
}

/* -----------------------------------
	過去成績
----------------------------------- */
.result table{
    width: 100%;
    border-collapse: collapse;
    /*border-left: solid 1px #888;
    border-right: solid 1px #888;*/
    margin-bottom: 10px;
}
.result th{
    background-color: #3747a2;
    color: #fff;
    font-size: 88%;
    line-height: 1.4;
    text-align: left;
    border-right: solid 1px #fff;
}
.result th:nth-of-type(1){ background-color: #b0b7de;}
#match2 .result th{
    background-color: #ac295d;
}
#match2 .result th:nth-of-type(1){ background-color: #c36f90;}
/*.cx_smartphoneview .result th{ font-size: 78%; letter-spacing: -0.03em;}*/
.result th,
.result td{
    padding: 4px 5px;
    width: 21%;
    box-sizing: border-box;
    text-align: center;
}
.result td{
    border-right: dashed 1px #aaa;
    border-bottom: solid 1px #aaa;
    font-weight: bold;
    color: #333;
}
.result td:nth-of-type(1){
    background-color: #3747a2;
    color: #fff;
    border-bottom: solid 1px #fff;
    font-weight: normal;
}
#match2 .result td:nth-of-type(1){
    background-color: #ac295d;
}
.result th:nth-of-type(1),
.result td:nth-of-type(1){ width: 16%;}
.result td.japan{
    background-color: rgba(255, 251, 232, 0.8);
    color: #967840;
}

.cx_smartphoneview .result td:nth-of-type(1){ font-size: 88%;}

/* -----------------------------------
	チーム情報
----------------------------------- */
#teamInfo > ul > li{
    /*width: 305px;
    min-height: 194px;
    float: left;*/
    width: 100%;
}
/*#teamInfo > ul > li:nth-of-type(1){ margin-right: 10px;}
.cx_smartphoneview #teamInfo > ul > li{
    float: none;
    width: 100%;
    margin: 0;
}*/
.boxBs{
    background: #ffffff;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZWVlZjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #ffffff 0%, #eeeef4 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eeeef4));
    background: -webkit-linear-gradient(top, #ffffff 0%,#eeeef4 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#eeeef4 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#eeeef4 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#eeeef4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeef4',GradientType=0 );
    border-bottom: solid 2px #9a9cd2;
    padding: 15px 15px 7px;
    box-sizing: border-box;
}
#teamInfo > ul h3::before{
    content: "";
    display: block;
    background: url("../img/flag_japan.png") no-repeat 0 0;
    width: 51px;
    height: 33px;
    float: left;
    box-shadow: 0px 0px 10px rgba(0,3,102,0.3); 
    margin: 0 15px 0 0;
}
#teamInfo > ul h3.trinidad::before{ background: url("../img/flag_trinidad.png") no-repeat 0 0;}
#teamInfo h3{
    font-size: 132%;
    color: #14176d;
    line-height: 33px;
    margin: 0 0 5px;
}
#teamInfo .teamDataWrap li{
    padding: 8px 0;
    border-bottom: solid 1px #7b7cad;
}
#teamInfo .teamDataWrap li:nth-last-of-type(1){ border: none;}
#teamInfo .teamDataWrap li p:nth-of-type(1),
#teamInfo .teamDataWrap li dl{
    font-size: 94%;
    font-weight: bold;
    line-height: 1.2;
    border-left: solid 4px #c81a17;
    padding: 0 0 0 5px;
}
#teamInfo .teamDataWrap li p:nth-of-type(2){
    font-size: 88%;
    letter-spacing: -0.04em;
    line-height: 1.8;
}
#teamInfo > div.boxBs{
    margin: 5px 0 0;
}
/*#teamInfo .teamDataWrap li dt,
#teamInfo .teamDataWrap li dd{ float: left;}*/
#teamInfo .teamDataWrap li dt{
    float: left;
    /*width: 23%;*/
}
/*#teamInfo .teamDataWrap li dd:nth-of-type(1){ width: 70%;}*/
/*#teamInfo .teamDataWrap li dd:nth-of-type(2){ width: 32%;}*/
/*#teamInfo .teamDataWrap li dd:nth-of-type(2){ width: 57%;}*/
#teamInfo .teamDataWrap li dd{ padding-left: 9em;}
#teamInfo .teamDataWrap li dd:nth-of-type(3){ font-weight: normal;}

#teamInfo .teamDataWrap + p{
    font-size: 94%;
    line-height: 1.8;
    margin: 8px 0;
}

/*.cx_smartphoneview #teamInfo .teamDataWrap li dt,
.cx_smartphoneview #teamInfo .teamDataWrap li dd:nth-of-type(1){ width: 50%;}
.cx_smartphoneview #teamInfo .teamDataWrap li dd:nth-of-type(2){ width: 100%;}*/
.cx_smartphoneview #teamInfo .teamDataWrap li dt{ float: none;}
.cx_smartphoneview #teamInfo .teamDataWrap li dd{ padding-left: 0;}

#countryInfo{ margin: 20px 0 0;}
#countryInfo .map{
    width: 308px;
    height: 310px;
    float: left;
    background-color: #ccc;
    margin: 0 10px 10px 0;
    background: url("../img/map.png") no-repeat 0 0;
}
#countryInfo dt{
    background-color: #3747a2;
    color: #fff;
    font-size: 88%;
    font-weight: bold;
    line-height: 1.2;
    padding: 5px 0;
}
#countryInfo dd{
    font-size: 94%;
    line-height: 1.4;
    margin: 3px 0 6px;
}
#countryInfo p{
    font-size: 92%;
    line-height: 1.8;
    margin: 15px 0 0;
}

/* -----------------------------------
	出演者 スペシャルゲスト
----------------------------------- */
.cast .spGuest{
    margin-bottom: 10px;
    padding: 0 0 10px;
    border-bottom: solid 2px #9a9cd2;
    position: relative;
}
.cast .spGuest dl{ position: relative;}
.cast .spGuest .photoBs{
    width: 220px;
    height: auto;
    float: left;
    margin: 0 10px 0 0;
}
.cast .spGuest .photoBs img{ width: 100%; height: auto;}
.cx_smartphoneview .cast .spGuest .photoBs{ width: 46%;}
.cast .spGuest dt{
    font-size: 110%;
    font-weight: bold;
    color: #c81a17;
    line-height: 1.1;
    padding: 0 0 3px;
}
.cast .spGuest .name{ font-size: 140%; line-height: 1.3;}
.cx_smartphoneview .cast .spGuest .name{ font-size: 120%;}
.cast .spGuest .team,
.cast .spGuest .prof,
.cast .spGuest .intro{
    font-size: 90%;
    line-height: 1.6;
}
.cast .spGuest .intro{ padding: 10px 0;}
.cast .spGuest .small{ font-size: 70%;}

.cast .spGuest dl.new::before{
    content: "";
    display: block;
    background: url("../img/newCast.png") no-repeat 0 0;
    width: 116px;
    height: 66px;
    background-size: contain;
    position: absolute;
    top: -17px;
    right: 0;
}
.cx_smartphoneview .cast .spGuest dl.new::before{
    width: 135px;
    height: 70px;
    top: 20px;
}

/* -----------------------------------
	出演者
----------------------------------- */
.cast dl{
    line-height: 1.4;
    margin: 0.6em 0 0;
    display: flex;
    flex-wrap: wrap;
}
/*.cast dl:nth-of-type(1){ margin-top: 1em;}*/
.cast dl > *{ flex-shrink: 0;}
.cast > dl > dt,
.cast > div > dl > dt{
    font-weight: bold;
    color: #14176d;
    min-width: 9em;
}
#match2 .cast > dl > dt,
#match2 .cast > div > dl > dt{
    color: #6f002c;
}
.cast > dl > dt::before,
.cast > div > dl > dt::before{
    content: "◆";
    color: #967840;
    margin: 0 3px 0 0;
}
.cast > dl > dd,
.cast > div > dl > dd{
    font-weight: bold;
    margin-bottom: 10px;
    color: #333;
}
.cast > dl > dd span,
.cast > div > dl > dd span{
    font-weight: normal; font-size: 78%;
    font-feature-settings: "palt";
}
.cast > dl > dd li{ margin-bottom: 0.3em;}
.cast > dl > dd li:nth-last-of-type(1){ margin-bottom: 0;}
.cx_smartphoneview .cast dl{ margin-top: 0.3em;}
.cx_smartphoneview .cast dl:nth-of-type(1){ margin-top: 0.6em;}
.cx_smartphoneview .cast > dl > dt,
.cx_smartphoneview .cast > div > dl > dt{
    width: 100%;
}

/* -----------------------------------
	出演者 写真入り
----------------------------------- */
.cast .photo dl,
.cast .photo2 dl{ margin-bottom: 7px;}
.cast .photo dl{
    float: left;
    width: 24.25%;
    margin-right: 1%;
}
.cast .photo dl:nth-of-type(3n){
    margin-right: 0;
}
.cx_smartphoneview .cast .photo dl:nth-of-type(3){
    margin-right: 0;
}

.cast .photo2 dl{
    float: left;
    width: 24.25%;
    margin-right: 1%;
}
.cast .photo2 dl:nth-of-type(4n){ margin-right: 0;}

.cast .photo3{
    display: flex;
    flex-wrap: wrap;
}
#fp-l > div.contents_inner .cast .photo3 > li{
    display: flex;
    width: 49%;
    margin-right: 2%;
    margin-bottom: 0.5em;
    align-items: center;
    background: rgba(26, 27, 72, 0.2);
}
#fp-l > div.contents_inner .cast .photo3 > li:nth-of-type(2n){ margin-right: 0;}
.cx_smartphoneview #fp-l > div.contents_inner .cast .photo3 > li{ width: 100%; margin-right: 0;}
#fp-l > div.contents_inner .cast .photo3 > li > *{
    flex-shrink: 0;
    width: 50%;
    padding: 0;
    margin-bottom: 0;
}
#fp-l > div.contents_inner .cast .photo3 > li > div:nth-of-type(1){padding: 1em 0;}
#fp-l > div.contents_inner .cast .photo3 > li.no_photo > *{ width: 100%;}
.cx_smartphoneview #fp-l > div.contents_inner .cast .photo3 > li > div:nth-of-type(1){width: 60%;}
.cx_smartphoneview #fp-l > div.contents_inner .cast .photo3 > li > div:nth-of-type(2){width: 40%;}

.cast .photo dt,
.cast .photo2 dt{
    float: none;
    width: 100%;
    box-sizing: border-box;
    margin: 0 0 0px;
}
.cast .photo3 .pos{
    line-height: 1.2;
    font-weight: bold;
    color: #14176d;
    text-align: center;
    padding-bottom: 0.2em;
    font-feature-settings: "palt";
    font-size: 94%;
}
#match2 .cast .photo3 .pos{ color: #6f002c;}
/*.cast .photo3 .pos::before{
    content: "◆";
    color: #967840;
    margin: 0 3px 0 0;
}*/

.cast .photo .photoWrap,
.cast .photo2 .photoWrap{
    background-color: #000;
    width: 100%;
    height: auto;
    margin-bottom: 3px;
    padding: 0;
}
.cast .photo2 .photoWrap{ min-height: 160px;}
.cast .photo .photoWrap img,
.cast .photo2 .photoWrap img,
.cast .photo3 .photoWrap img{ width: 100%; height: auto;}
.cast .photo dd.name,
.cast .photo2 dd.name{
    line-height: 1.2;
    margin-bottom: 0;
    padding: 0 0 3px;
}
.cast .photo2 dd.name span{ font-size: 70%; letter-spacing: -0.05em;}
.cast .photo3 .name{
    font-size: 104%;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    padding-bottom: 0.2em;
}
.cast .photo3 .sub{
    font-size: 78%;
    line-height: 1.2;
    font-feature-settings: "palt";
    text-align: center;
}

.cx_smartphoneview .cast .photo .photoWrap{
    float: none;
    width: 100%;
    margin: 0 0 3px;
}
.cx_smartphoneview .cast .photo dt,
.cx_smartphoneview .cast .photo2 dt{
    font-size: 80%; letter-spacing: -0.05em;
    line-height: 1.2;
}
.cx_smartphoneview .cast .photo dt.narrow_sp{
    letter-spacing: -0.12em;
    font-size: 78%;
}
/*.cx_smartphoneview .cast > dl > dt::before,
.cx_smartphoneview .cast > div > dl > dt::before{ display: none;}*/
.cx_smartphoneview .cast .photo dd.name,
.cx_smartphoneview .cast .photo2 dd.name{ font-size: 90%;}
.cx_smartphoneview .cast .photo dd.name span,
.cx_smartphoneview .cast .photo2 dd.name span{ font-size: 78%;}


/* -----------------------------------
	出演者 JOY＆ローランド
----------------------------------- */
#joyroland{
    margin: 10px 0 60px;
    border-top: dashed 1px #7c7c7c;
    padding-top: 10px;
    line-height: 1.6;
}
#joyroland h4{
    font-size: 120%;
    color: #aaa;
    color: #967840;
}
.cx_smartphoneview #joyroland h4{ font-size: 116%; letter-spacing: -0.03em;}
#joyroland .detail{
    font-size: 94%;
    line-height: 1.8;
}
#joyroland ul{
    margin-top: 6px;
}
#joyroland .photoWrap{
    width: 50%;
    float: left;
    min-height: 193px;
}
#joyroland .photoWrap img{ width: 100%; height: auto;}

/* -----------------------------------
	関連番組
----------------------------------- */
#fp-l > div#prgrmWrap{ margin-bottom: 40px;}
/*#prgrmWrap > ul > li{
    border-bottom: solid 1px #8d6900;
    margin: 0 0 8px;
}
#prgrmWrap li dl{
    border-left: solid 4px #d00010;
    padding: 0 0 0 10px;
    margin: 0 0 8px;
}*/
#prgrmWrap .cap{
    background-color: #d00010;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    line-height: 1.4;
    padding: 6px 10px;
    margin: 0 0 8px;
    border-radius: 20px;
    position: relative;
    margin-left: -8px;
}
#prgrmWrap .cap::after{
    content: "";
    display: block;
    position: absolute;
    bottom: -10px;
    left: 20px;
    width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 0 10px 10px;
	border-color: transparent transparent transparent #d00010;
}
#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: 94%;
    color: #545454;
}
#prgrmWrap .feat{
    padding: 8px 0;
    font-size: 88%;
    border-top: dashed 1px #aaa;
    margin: 8px 0 0;
    line-height: 1.8;
}
#prgrmWrap .feat span{ font-weight: bold;}
#prgrmWrap .cast p{ font-weight: bold;}
#prgrmWrap .cast li{
    float: left;
    width: 30%;
    margin: 0 2% 8px 0;
}
#prgrmWrap .cast li div,
#prgrmWrap .cast li div img{ width: 100%; height: auto;}
#prgrmWrap .cast li p{ font-weight: bold;}

#prgrmWrap li a{
    display: block;
    position: relative;
}
#prgrmWrap li a dt{ color: #000;}
#prgrmWrap li a:hover{ background-color: rgba(0,0,0,0.08);}
#prgrmWrap li a::after{
    content: "";
    display: block;
    position: absolute;
    top: 50%; right: 7px;
    margin-top: -14px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 14px 0 14px 14px;
	border-color: transparent transparent transparent #8D6900;
}

.cx_smartphoneview #prgrmWrap .cast li{
    width: 32%;
    margin-right: 2%;
}
.cx_smartphoneview #prgrmWrap .cast li:nth-of-type(3){ margin-right: 0;}
.cx_smartphoneview #prgrmWrap li a::after{
    top: 4px;
    margin-top: 0;
}

#prgrmWrap .photoWrap{
    float: left;
    width: 40%;
    height: auto;
    background-color: #000;
    margin: 0 10px 3px 0;
}
#prgrmWrap .photoWrap img{ width: 100%; height: auto;}
.cx_smartphoneview #prgrmWrap .photoWrap{ width: 60%;}

/* -----------------------------------
	公式Twitter
----------------------------------- */
#twEmbed {
    height: 640px;
    overflow-y: auto;
    background-color: #fff;
    /* padding: 15px; */
    box-sizing: border-box;
    border-left: solid 12px #14176d;
    border-right: solid 12px #14176d;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
}

/* -----------------------------------
	日本代表メンバー
----------------------------------- */
#japanMember h4{ font-size: 116%;}
#japanMember table{
    width: 100%;
    border-collapse: collapse;
    /*border-left: solid 1px #888;
    border-right: solid 1px #888;*/
    margin-bottom: 10px;
}
#japanMember tr:nth-child(odd){ background-color: rgba(255, 251, 232, 0.6);}
#japanMember th{
    background-color: #3747a2;
    color: #fff;
    font-size: 84%;
    line-height: 1.4;
    text-align: left;
    border-right: solid 1px #fff;
}
#match2 #japanMember th{
    background-color: #ac295d;
}
.cx_smartphoneview #japanMember th{ font-size: 78%; letter-spacing: -0.03em;}
#japanMember th,
#japanMember td{ padding: 4px 5px;}
#japanMember td{
    border-right: dashed 1px #aaa;
    border-bottom: solid 1px #aaa;
}
.cx_smartphoneview #japanMember td{ font-feature-settings: "palt";}
#japanMember .name{
    color: #14176d;
    font-weight: bold;
    line-height: 1.4;
    min-width: 6em;
}
#match2 #japanMember .name{
    color: #6f002c;
}
.cx_smartphoneview #japanMember .name{ min-width: 4.6em; font-size: 94%;}
#japanMember .num,
#japanMember .birthday,
#japanMember .height,
#japanMember .weight,
#japanMember .team,
#japanMember .stats{
    font-size: 86%;
    line-height: 1.4;
}
#japanMember .num{ text-align: center;}
#japanMember .team{ letter-spacing: -0.05em;}
.cx_smartphoneview #japanMember .team{ width: 5em;}
#japanMember .stats span{
    font-weight: bold;
    background-color: #e60021;
    color: #fff;
    padding: 3px;
}
#japanMember .stats{
    border-right: none;
    min-width: 5.2em;
}
.cx_smartphoneview #japanMember .stats{
    min-width: 3em;
}
/*.cx_displaydevice #japanMember .team {display: inline-block;}*/
#japanMember .attention{
    text-align: right;
    font-size: 82%;
    color: #555;
}

/* -----------------------------------
	テーマ曲
----------------------------------- */
#themeSong h3{
    font-size: 120%;
    line-height: 1.4;
    color: #c81a17;
}
#themeSong .name{
    font-weight: bold;
    font-size: 108%;
    line-height: 1.4;
    margin: 0 0 6px;
}
#themeSong .photoBs{
    background-color: #aaa;
    width: 620px;
    height: 342px;
    margin: 0 0 10px 0;
    background: url("../photo/haruhata_ph.jpg") no-repeat 0 0;
}
#themeSong .comment{
    margin: 0 0 20px;
}
#themeSong .comment h4::before{
    content: "◆";
    color: #ffbe00;
    margin: 0 3px 0 0;
}
#themeSong .comment p{
    font-size: 94%;
    line-height: 1.9;
}
#themeSong dl{
    background-color: rgba(55, 71, 162, 0.14);
    padding: 0 0 20px;
}
#themeSong dt{
    font-weight: bold; line-height: 1.4;
    background-color: #3747a2;
    display: inline-block;
    color: #fff;
    padding: 5px 8px;
    margin: 0 0 8px;
}
#themeSong dd{
    font-size: 88%;
    line-height: 1.9;
    padding: 0 20px;
}


/* ---------------------------------------------
	右エリア
--------------------------------------------- */
/*#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-bhp-infomain{ 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;
}

@media screen and (max-width: 750px) and (orientation: portrait), (max-width: 1013px) and (orientation: landscape){
    .sp_display #gbheader #nav_upper .cx_header_content #nav_upper__sub{
        display: none !important;
    }
}
