@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url('https://fonts.googleapis.com/css?family=Barlow:400,800i');

/*---------------------------
共通
---------------------------*/

/* Reset
------------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,input,textarea,p,blockquote,th,td {
margin: 0;
padding: 0;
}
address,th {
font-style: normal;
font-weight:normal;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
th {
text-align: left;
}
hr,legend {
display: none;
}
h1,h2,h3,h4,h5,h6 {
font-size: 100%;
}
img,fieldset {
border: 0;
}
li {
list-style-type: none;
}


html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  margin: 0 auto;
  width: 100%;
  font-family: 'Noto Sans Japanese';
}

body {
  margin: 0 auto;
  padding: 0;
  font-size: 17px;
  letter-spacing: 1px;
}

img{
	max-width: 100%;
	height: auto;
	width /***/:auto;　
}



@font-face {
  font-family: 'BLGHudson';
  src: url("../font/150822BLGHudson.ttf");
}
.en {
  font-family: 'BLGHudson';
}

.normal {
  font-weight: normal;
}

.shadow_text{
	text-shadow: 2px 2px 15px #000;
}


a {
  text-decoration: none;
}

.sp_float_l{
	float:left;
}

.sp_float_r{
	float:right;
}

.clear{
	clear:both;
}

.sp_center{
	text-align:center;
}



h1 {

}

h2 {
  font-family: 'BLGHudson';
  font-size: 30px;
  color: #000;
}

.ttls2{
	width:100%;
	text-align:center;
	background-color:#F3D539;
	margin:0;
  padding:20px 0 20px;
}


.subttl2{
  font-size: 14px;
  color: #000;
  font-style:italic;
  font-family: 'Noto Sans Japanese';
  line-height:14px;
  margin-top:0px;
}



p {
  font-size: 13px;
}

.pc {
  display: none;
}

.sec_inner {
  margin: 0 auto;
  width: 90%;
}

.sankaku {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 75px 0 75px;
  border-color: #fbd933 transparent transparent transparent;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: -28px;
  z-index: 999999;
}

.ofi {
  object-fit: cover; /* 他のブラウザ用(＝通常の指定) */
  object-position: 50% 50%; /* 他のブラウザ用(＝通常の指定) */
  font-family: 'object-fit: cover; object-position: 50% 50%;' /* IE・Edge対応 */
}

#header-nav {
  position: fixed;
  width: 100%;
  background-color: #F4D63A;
  z-index: 999999;
  height: 50px;
}

#header-nav .brex img {
  height: 80%;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 5px;
}

#h-menu {
	width: 25px;
	margin: 0;
	height: 30px;
  position: fixed;
  left: 5%;
  top: 1%;
  z-index: 999999999;
}

.menu-ico,
.menu-ico span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    z-index: 999999999;
    background-color: #fff;
}
.menu-ico {
    position: relative;
    width: 30px;
    height: 25px;
    float: left;
    margin-left: 0px;
		margin-top: 6.5px;
    /* box-shadow */
}

.menu-ico span {
    position: absolute;
    right: 0px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 60%;
    height: 3px;
    background-color: #F4D63A;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
}
.menu-ico span:nth-of-type(1) {
    top: -10px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.menu-ico span:nth-of-type(2) {
    top: 0;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.menu-ico span:nth-of-type(3) {
    top: 10px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}

/*＋、－切り替え*/
.menu-ico.active span:nth-of-type(1) {
	top: 0px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}
.menu-ico.active span:nth-of-type(2) {
    top: 0px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
}
.menu-ico.active span:nth-of-type(3) {
  top: 0px;
  transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}

#over-menu {
  background: rgba(14, 52, 84, 0.9);
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 999999999;
	display: none;
  top: 50px;
  z-index: 999999999;
	background-color:#EDC525;
    opacity: 0.9;
    filter: alpha(opacity=90);
    -ms-filter: "alpha( opacity=90 )";
}

#over-menu ul {
	position: absolute;
	width: 100%;
	left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
	padding: 0;
}

#over-menu ul li {
	text-align: center;
	font-size: 18px;
	list-style: none;
	padding: 5px 0;
	letter-spacing: 1px;
  font-weight: 500;
  width: 100%;
}

#over-menu ul li a {
  color: #000;
  font-family: "Barlow",sans-serif;
  font-weight: 800;
  font-style: italic;
}

#over-menu span {
   display:block;
   font-size: 13px;
   margin: 0;
}

/*---------------------------
ネクストゲーム
---------------------------*/
@media screen and (max-width:750px){

#game {
  background-image: url("../image/bg01.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size:750px 223px;
  height:223px;
  margin:0;
  padding:0;
  position:relative;
}

#game2 {
  background-image: url("../image/bg01.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size:750px 223px;
  height:223px;
  margin:0;
  padding:0;
  position:relative;
}


#game img{
	max-width: 80%;
	height: auto;
	width /***/:auto;　
}

#game2 img{
	max-width: 80%;
	height: auto;
	width /***/:auto;　
}



.game_titele{
	color:#000;
	margin:0 auto;
	padding:12px;
	max-width:315px;
	font-size:16px;
	font-weight:bold;
}

.game_title_box1{
	background-color:#000;
	color:#FFF;
	border:1px solid #000;
	padding:0 5px;
}
.game_title_box2{
	border:1px solid #000;
}
.game_title_box3{
}

.game_box1{
	width:90%;
	margin:0px auto 0;
}

.game_box1_1{
	width:40%;
}

.game_box1_2{
	width:20%;
	font-size:40px;
	padding-top:30px;
	text-align:center;
}

.game_box1_3{
	font-size:16px;
	font-weight:bold;
	text-align:center;
}

.gamebox2_wrap{
}

.gamebox2{
	font-size:20px;
	font-weight:bold;
}

.gamebox2_l{
	position:absolute;
	left:15%;
	bottom:3px;
}

.gamebox2_r{
	position:absolute;
	right:15%;
	bottom:3px;
}

}

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

#game {
  background-image: url("../image/bg01.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size:750px 223px;
  height:223px;
  margin:0;
  padding:0;
  position:relative;
}

#game2 {
  background-image: url("../image/bg01.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size:750px 223px;
  height:223px;
  margin:0;
  padding:0;
  position:relative;
}


#game img{
	max-width: 100%;
	height: auto;
	width /***/:auto;　
}


#game2 img{
	max-width: 100%;
	height: auto;
	width /***/:auto;　
}

.game_titele{
	color:#000;
	margin:0 auto;
	padding:12px;
	width:315px;
	font-size:16px;
	font-weight:bold;
}

.game_title_box1{
	background-color:#000;
	color:#FFF;
	border:1px solid #000;
	padding:0 5px;
}
.game_title_box2{
	border:1px solid #000;
}
.game_title_box3{
}

.game_box1{
	width:90%;
	margin:0px auto 0;
}

.game_box1_1{
	width:40%;
}

.game_box1_2{
	width:20%;
	font-size:40px;
	padding-top:30px;
	text-align:center;
}

.game_box1_3{
	font-size:16px;
	font-weight:bold;
	text-align:center;
}

.gamebox2_wrap{
}

.gamebox2{
	font-size:20px;
	font-weight:bold;
}

.gamebox2_l{
	position:absolute;
	left:5%;
	bottom:3px;
}

.gamebox2_r{
	position:absolute;
	right:5%;
	bottom:3px;
}

}

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

#game {
  background-image: url("../image/bg01.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size:600px 179px;
  height:179px;
  margin:0;
  padding:0;
  position:relative;
}

#game2 {
  background-image: url("../image/bg01.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size:600px 179px;
  height:179px;
  margin:0;
  padding:0;
  position:relative;
}


#game img{
	max-width:80%;
	height: auto;
	width /***/:auto;　
}


#game2 img{
	max-width: 80%;
	height: auto;
	width /***/:auto;　
}

.game_titele{
	color:#000;
	margin:0 auto;
	padding:12px;
	width:245px;
	font-size:12px;
	font-weight:bold;
}

.game_title_box1{
	background-color:#000;
	color:#FFF;
	border:1px solid #000;
	padding:0 2px;
}
.game_title_box2{
	border:1px solid #000;
}
.game_title_box3{
}

.game_box1{
	width:90%;
	margin:0px auto 0;
}

.game_box1_1{
	width:40%;
}

.game_box1_2{
	width:20%;
	font-size:30px;
	padding-top:10px;
	text-align:center;
}

.game_box1_3{
	font-size:16px;
	font-weight:bold;
	text-align:center;
	padding-top:10px;
}

.gamebox2_wrap{
}

.gamebox2{
	font-size:16px;
	font-weight:bold;
}

.gamebox2_l{
	position:absolute;
	left:2%;
	bottom:3px;
}

.gamebox2_r{
	position:absolute;
	right:2%;
	bottom:3px;
}

}



/*---------------------------
ヘッダー
---------------------------*/
header {
  width: 100%;
  padding: 0;
  position: relative;
  overflow: hidden;
  z-index: 999;
}

header img{
  margin-top: 50px;
  width: 100%;
}
header .scroll {
  text-align: center;
  color: #fff;
  position: absolute;
  width: 186px;
  height: 30px;
  margin: auto;
  bottom: 20px;
  left: 0;
  right: 0;
  background-image: url("../image/arrow.png");
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: center bottom;
}

#header-nav .sns {
  padding: 0;
  margin: 7.5px 0;
  float: right;
}

#header-nav .sns li {
  float: left;
  list-style: none;
  width: 35px;
  height: 35px;
  position: relative;
}

#header-nav .sns li img {
  position: absolute;
  height: 60%;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}

/*---------------------------
コンテンツ
---------------------------*/
#main {
  background-color: #FFF;
  overflow: hidden;
  color: #fff;
  position: relative;
  z-index: 1;
  margin-top: -10px;
}



/*---------------------------
チケットゲーム
---------------------------*/


#ticket_area{
	text-align:center;
	margin:30px auto 10px;
}

.ticket_box1{
	color:#000;
	font-size:40px;
	font-weight:bold;
}

.ticket_box1 span{
	font-size:20px;
	margin-left:5px;
}

a.ticket_a_box{
	display:block;
	color:#FFF;
	text-align:center;
	font-size:12px;
	width:120px;
	height:45px;
	line-height:45px;
	background: -moz-linear-gradient(top, #FE1A01, #C80000);
	background: -webkit-linear-gradient(top, #FE1A01, #C80000);
	background: linear-gradient(to bottom, #FE1A01, #C80000);
	border-radius:3px;
	margin:5px auto 20px;
	font-weight:bold;
	font-style:italic;
}


/*---------------------------
試合の見どころ
---------------------------*/

.preview_box1_l{
	height:393px;
	background-image:url(../image/game01.jpg);
	background-repeat:no-repeat;
	width:50%;
	background-position:center top;
	background-size:500px 393px;
}

.preview_box1_r{
	height:393px;
	background-image:url(../image/game02.jpg);
	background-repeat:no-repeat;
	width:50%;
	background-position:center bottom;
	background-size:500px 393px;
}

.preview_box2{
	background-image:url(../image/sendai_sp.png);
	background-repeat:no-repeat;
	background-position:center bottom;
	background-size:contain;
	background-color:#000;
	padding-bottom:100px;
}

h3.preview_h3{
	font-style:italic;
	font-size:18px;
	text-align:center;
	margin-bottom:40px;
	padding-top:50px;
}

.preview_box2 div{
	font-size:12px;
	margin:0 3%;
}




/*---------------------------
イベント情報
---------------------------*/


.event_box{
	background-image:url(../image/bg02.jpg);
	background-position:center top;
	padding:70px 0 20px;
}

.event_wrap{
	width:90%;
	margin:0px auto 50px;
	background-color:#C91D23;
}

.event_wrap_img img{
	width:100%;
	height:auto;
}

.event_wrap_box{
	padding:20px;
	font-size:12px;
}

h3.event_h3{
	font-size:16px;
	text-align:center;
	font-style:italic;
	margin-bottom:20px;
}



/*---------------------------
観戦チケット情報
---------------------------*/

#ticket_area2{
	background-color:#F3D539;
}

.ticket_game{
	background-image:url(../image/bg03.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-size:cover;
	padding:30px 0;
}


.game2_titele{
	color:#000;
	margin:0 auto;
	padding:12px;
	width:88%;
	font-size:16px;
	font-weight:bold;
}

.game2_title_box1{
	background-color:#000;
	color:#FFF;
	border:1px solid #000;
	padding:0 5px;
}
.game2_title_box2{
	border:1px solid #000;
	background-color:#FFF;
	padding:0 2px;
}
.game2_title_box3{
	color:#FFF;
}

.game2_box1{
	width:90%;
	margin:0px auto 0;
}

.game2_box1_1{
	width:40%;
}

.game2_box1_2{
	width:20%;
	font-size:30px;
	padding-top:30px;
	text-align:center;
}

.game2_box1_3{
	font-size:16px;
	font-weight:bold;
	text-align:center;
}


.ticket_area2_wrap{
	text-align:center;
	margin:30px auto 0px;
	padding-bottom:10px;
}



/*---------------------------
ゼビオアリーナ仙台
---------------------------*/

#xebio{
	text-align:center;
	padding:20px 3% 10px;
}

h3.xebio_h3{
	color:#000;
	font-size:30px;
	margin-bottom:10px;
}

h3.xebio_h3 p{
	font-style:italic;
	font-size:14px;
	font-weight:bold;
}

.xebio_box{
	margin-top:10px;
	padding-bottom:10px;
}



/*---------------------------
会場情報
---------------------------*/

.areana_info_box1{
}

.arena_info_box2{
	color:#000;
	background-color:#E5E5E5;
	padding:20px 0;
}

h3.arena_info_h3{
	font-size:16px;
	color:#C91D23;
	border-bottom:3px solid #C91D23;
	margin:0 auto 5px;
	width:120px;
}

h4.arena_info_h4{
	font-size:20px;
	margin-bottom:5px;
	color:#000;
}

.arena_info_text1{
	margin-bottom:10px;
}

.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
margin-bottom:10px;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


#xebio2{
	background-image:url(../image/bg04_2.jpg);
	background-repeat:no-repeat;
	background-position:center bottom;
	min-height:450px;
	background-size:contain;
	padding:20px 3% 0;
	background-color:#3876AF;
}

@media screen and (max-width:400px){
#xebio2{
	min-height:300px;
}

}


/*---------------------------
仙台89ERSを楽しもう!
---------------------------*/

.enjoy_box{
	background-repeat:no-repeat;
	background-position:center top;
	background-size:contain;
	padding:0;
}

.enjoy_wrap{
	position:relative;
}

.enjoy_wrap img{
	display:block;
}

.enjoy_ye{
	background-image:url(../image/bg_ye.png);
	padding:10px;
	color:#000;
	width:70%;
	font-size:10px;
	line-height:11px;
}

.enjoy_ye h3{
	text-align:center;
	font-size:14px;
	line-height:18px;
	font-style:italic;
	margin-bottom:10px;
}


.enjoy_box1{
	background-image:url(../image/enjoy01_sp.jpg);
}

.enjoy_po1{
	position:absolute;
	left:3%;
	bottom:10px;
}

.enjoy_box2{
	background-image:url(../image/enjoy02_sp.jpg);
}

.enjoy_po2{
	position:absolute;
	right:3%;
	bottom:10px;
}

.enjoy_box3{
	background-image:url(../image/enjoy03_sp.jpg);
}

.enjoy_po3{
	position:absolute;
	left:3%;
	bottom:10px;
}

.enjoy_box4{
	background-image:url(../image/enjoy04_sp.jpg);
}

.enjoy_po4{
	position:absolute;
	right:3%;
	bottom:10px;
}

.enjoy_box5{
	background-image:url(../image/enjoy05_sp.jpg);
}

.enjoy_po5{
	position:absolute;
	left:0;
	right:0;
	bottom:10px;
	margin:auto;
}

.enjoy_box6{
	background-image:url(../image/enjoy06_sp.jpg);
}

.enjoy_po6{
	position:absolute;
	left:3%;
	bottom:60px;
}

.enjoy_box7{
	background-image:url(../image/enjoy07_sp.jpg);
}

.enjoy_po7{
	position:absolute;
	right:3%;
	bottom:30px;
}

.enjoy_box8{
	background-image:url(../image/enjoy08_sp.jpg);
}

.enjoy_po8{
	position:absolute;
	left:12%;
	bottom:10px;
}


/*---------------------------
仙台89ERSとは
---------------------------*/

.about_box{
	background-image:url(../image/about_sp.jpg);
	background-repeat:no-repeat;
	background-position:center bottom;
	background-size:contain;
	background-color:#000;
	padding-bottom:500px;
}

.about_box h3{
	padding-top:40px;
	margin-bottom:20px;
}

.about_box div{
	font-size:14px;
	font-weight:bold;
	line-height:24px;
}

@media screen and (max-width:400px){
.about_box{
	padding-bottom:300px;
}


}






.top{
  background-color: #fbd933;
  text-align: center;
  padding: 20px 0 15px;
}

.top a{
	color:#000;
	font-size:25px;
	font-weight:bold;
}

/*---------------------------
フッター
---------------------------*/
footer {
  color: #fff;
  background-color: #CB1E24;
  padding: 30px 20px;
  font-size:14px;
}

footer a {
  color: #fff;
}

.company{
	margin-top:20px;
}






/*アクセス時の動画再生*/
* html .layer_board_bg,
* html .layer_board {
	position: absolute;
}

.layer_board_bg {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1000;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
	display: none;
	cursor: pointer;
	background: #000;
}

.layer_board {
	top: 25%;
	width: 100%;
	display: none;
	position: fixed;
	margin: 50px auto;

	text-align: center;
	z-index: 2000;
}

.layer_board iframe {
	width: 80%;
	height: 45%;
}

.btn_close a{
	color:#FFF;
}

#schedule {
  margin-top:-50px;
  padding-top:50px;

}

#schedule .ttl {
  background-image: url("../image/mascot03.png");
  background-position: left top;
  background-size: 55px;
  background-repeat: no-repeat;
  width: 210px;
}

#schedule .wrapper {
  background-color: #dcdddd;
  color: #000;
}

#schedule .time {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  padding: 25px 0 50px;
}

#schedule .left {
  width: 100%;
}

#schedule .right {
  width: 100%;
}

#schedule table {
  width: 100%;
  margin: 15px 0;
}

#schedule table td {
  padding: 1px 7.5px;
  font-size: 13px;
  font-weight: bold;
}

#schedule h3 {
  margin: 0;
  font-size: 38px;
  text-align: center;
  color: #C91D23;
  font-weight: normal;
  font-family: 'BLGHudson';
}

#schedule .wrapper p {
  text-align: center;
  font-weight: normal;
}

#schedule .red {
  color: #d52c25;
}


.sponly {
  display: block;
}
@media (min-width: 750px) {
  .sponly {
    display: none;
  }
}