@import url(http://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%;
  min-width: 1050px;
  font-family: 'Noto Sans Japanese';
}

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

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

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


a {
  text-decoration: none;
}

.float_l{
	float:left;
}

.float_r{
	float:right;
}

.clear{
	clear:both;
}


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

.pc_img_50 img{
	max-width: 50%;
	height: auto;
	width /***/:auto;　
}

.pc_center{
	text-align:center;
}


h1 {
	font-weight:normal;
}

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

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


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


p {
  font-size: 18px;
}
.sp {
  display: none;
}

.sec_inner {
  margin: 0 auto;
  width: 1050px;
}



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

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

.menu-ico,
.menu-ico span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    z-index: 999999999;
}
.menu-ico {
    position: relative;
    width: 50px;
    height: 50px;
    float: left;
    margin-left: -30px;
		margin-top: 5%;
    /* box-shadow */
	background-color:#EDC525;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
}

.menu-ico span {
    position: absolute;
    right: 0px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 80%;
    height: 3px;
    background-color: #0e3454;
    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: -25px;
    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: 25px;
    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) {
  background-color: #0e3454;
	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) {
  background-color: #0e3454;
    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) {
  background-color: #0e3454;
  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;
	background-color:#EDC525;
    opacity: 0.9;
    filter: alpha(opacity=90);
    -ms-filter: "alpha( opacity=90 )";
}

#over-menu ul {
	position: absolute;
	width: 600px;
  height: 700px;
	left: 0px;
  right: 0px;
  top: 20px;
  bottom: 0px;
  margin: auto;
	padding: 0;
}

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

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

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

/*---------------------------
ネクストゲーム
---------------------------*/

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

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

.game_box1{
	width:900px;
	margin:50px auto;
}

.game_box1_1{
	width:390px;
}

.game_box1_2{
	width:120px;
	font-size:70px;
	padding-top:80px;
}

.game_box1_3{
	font-size:40px;
	font-weight:bold;
}

.gamebox2_wrap{
	width:1000px;
	margin:70px auto 0;
}

.gamebox2{
	font-size:50px;
	font-weight:bold;
	width:370px;
}

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

header img.kv {
  width: 100%;
  z-index: -1;
}

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

}

.sns {
  position: fixed;
  right: 0;
  top:20px;
  z-index: 999999;
}

.sns li {
  float: left;
  list-style: none;
  width: 70px;
  height: 40px;
  position: relative;
}

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

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

#game {
  background-image: url("../image/bg01.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  height:570px;
}

#game2 {
  background-image: url("../image/bg01.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  height:570px;
}



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

#ticket_area{
	width:900px;
	margin:100px auto 50px;
}

.ticket_box1{
	color:#000;
	font-size:82px;
	font-weight:bold;
	margin-bottom:50px;
}

.ticket_box1 span{
	font-size:46px;
	margin-left:10px;
}

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

a:hover.ticket_a_box{
	display:block;
	color:#FFF;
	text-align:center;
	font-size:27px;
	font-weight:bold;
	width:240px;
	height:90px;
	line-height:90px;
	background: -moz-linear-gradient(top, #C80000, #FE1A01);
	background: -webkit-linear-gradient(top, #C80000, #FE1A01);
	background: linear-gradient(to bottom, #C80000, #FE1A01);
	border-radius:5px;
	font-style:italic;
}


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

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

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

.preview_box2{
	background-image:url(../image/sendai.png);
	background-repeat:no-repeat;
	background-position:center top;
	height:600px;
	background-size:cover;
}

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

.preview_box2 div{
	width:920px;
	margin:0 auto;
	line-height:30px;
}


/*---------------------------
イベント情報
---------------------------*/
.event_box{
	background-image:url(../image/bg02.jpg);
	background-position:center top;
	padding:70px 0 20px;
}

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

.event_wrap_img{
	width:525px;
}

.event_wrap_box{
	width:485px;
	padding:20px;
}

h3.event_h3{
	font-size:23px;
	text-align:center;
	font-style:italic;
	margin-bottom:20px;
	letter-spacing:-0.05em;
}





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

#ticket_area2{
	background-color:#F3D539;
}

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

.game2_titele{
	color:#000;
	margin:0 auto;
	padding:60px 0 0;
	width:700px;
	font-size:42px;
	font-weight:bold;
}

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

.game2_box1{
	width:900px;
	margin:50px auto;
}

.game2_box1_1{
	width:390px;
	margin-bottom:70px;
}

.game2_box1_2{
	width:120px;
	font-size:50px;
	padding-top:80px;
}

.game2_box1_3{
	font-size:40px;
	font-weight:bold;
}

.ticket_area2_wrap{
	width:900px;
	margin:100px auto 0;
	pading:0px 0 50px;
}



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

#xebio{
	text-align:center;
	padding:50px 0 0px;
}

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

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

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


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

.areana_info_box1{
	background-image:url(../image/arena_img.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	height:531px;
	background-size:cover;
}

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

h3.arena_info_h3{
	font-size:25px;
	color:#C91D23;
	border-bottom:5px solid #C91D23;
	margin:0 auto 10px;
	width:170px;
}

h4.arena_info_h4{
	font-size:30px;
	margin-bottom:10px;
}

.arena_info_text1{
	font-size:20px;
	margin-bottom:30px;
}

.ggmap {
margin-bottom:30px;
}
 
#xebio2{
	background-image:url(../image/bg04.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	height:1140px;
	background-size:cover;
	padding-top:50px;
}


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

.enjoy_box{
	background-repeat:no-repeat;
	background-position:center top;
	height:600px;
	background-size:cover;
}

.enjoy_wrap{
	width:1050px;
	margin:0 auto;
	position:relative;
}

.enjoy_ye{
	background-image:url(../image/bg_ye.png);
	padding:30px;
	color:#000;
	width:420px;
}

.enjoy_ye h3{
	text-align:center;
	font-size:22px;
	line-height:24px;
	font-style:italic;
	margin-bottom:20px;
}


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

.enjoy_po1{
	position:absolute;
	left:0px;
	top:150px;
}

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

.enjoy_po2{
	position:absolute;
	right:0px;
	top:210px;
}

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

.enjoy_po3{
	position:absolute;
	left:0px;
	top:200px;
}

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

.enjoy_po4{
	position:absolute;
	right:0px;
	top:170px;
}

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

.enjoy_po5{
	position:absolute;
	left:280px;
	top:170px;
}

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

.enjoy_po6{
	position:absolute;
	left:0px;
	top:170px;
}


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

.enjoy_po7{
	position:absolute;
	right:0px;
	top:50px;
}

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

.enjoy_po8{
	position:absolute;
	left:0px;
	top:200px;
}


/*---------------------------
注目選手
---------------------------*/

.players_box{
	background-image:url(../image/bg12.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	height:2400px;
	background-size:cover;
}

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

.about_box{
	background-image:url(../image/bg13.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	height:1400px;
	background-size:cover;
}

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

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






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

.top a{
	color:#000;
	font-size:50px;
	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;
	
	display: none;
	cursor: pointer;
	background: #000;
}

.layer_board {
	display: none;
	position: fixed;
	left: 50%;
	margin: 50px 0px 0px -285px;
	
	text-align: center;
	z-index: 2000;
}

.btn_close a{
	color:#FFF;
}


.btn_close a{
	color:#FFF;
}





#schedule {
  background-color: #dcdddd;
}

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

#schedule .subttl {
  margin: -8px 0 5px 100px;
}

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

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

#schedule .left {
  width: 500px;
  float: left;
}

#schedule .right {
  width: 500px;
  float: right;
}

#schedule table {
  width: 440px;
  margin: 10px 30px;
  padding-top: 20px;
}

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

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

#schedule .wrapper p {
  text-align: center;
  font-weight: normal;
  font-size: 13px;
  line-height: 50px;
}

#schedule .red {
  color: #d52c25;
}

#ticket {
  background-color: #0e3454;
}

#ticket .ttl {
  background-image: url("../image/mascot04.png");
  background-position: left top 5px;
  background-size: 82px;
  background-repeat: no-repeat;
  width: 400px;
}

#schedule .subttl {
  margin: -8px 0 5px 100px;
}


#ticket .wrapper {
  padding: 75px 0 50px;
}

#ticket .match_detail .match {
  width: 750px;
  margin: 0 auto;
}

#ticket .match_detail .match td {
  width: 325px;
  height: 250px;
  text-align: center;
}

#ticket .match_detail .match td.vs {
  width: 100px;
  font-size: 50px;
}

#ticket .match_detail .match td img {
  height: 65%;
}

#arena {
  background-image: url("../image/arena_bg.png");
  background-position: center;
  background-size: 100%;
  background-repeat: repeat;
  background-color: #fff;
}

#arena h2 {
  font-family: 'BLGHudson';
  text-align: center;
  margin-bottom: 20px;
}

#arena .wrapper {
  padding: 50px 0;
}

#arena .coat {
  width: 845px;
  margin: 0px auto;
  padding: 30px 0;
}

#arena .coat img {
  width: 845px;
}

#arena .price {
  width: 645px;
  margin: 0 auto;
  padding: 30px 0;
}

#arena .price img {
  width: 645px;
}

#info .ttl {
  background-image: url("../image/mascot05.png");
  background-position: left top 5px;
  background-size: 80px;
  background-repeat: no-repeat;
  width: 620px;
}

#schedule .info {
  margin: 0 0 5px 100px;
}

h3 {
  font-family: 'BLGHudson';
  font-size: 37px;
  letter-spacing: 1px;
  margin: 0;
}

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