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

/*---------------------------
共通
---------------------------*/
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;
}

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

.normal {
  font-weight: normal;
}
a {
  text-decoration: none;
}

h1 {

}

h2 {
  font-family: "Barlow",sans-serif;
  font-size: 26px;
  text-align: left;
  color: #0e3454;
  margin: 0;
  line-height: 30px;
}

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

h4 {
  font-family: 'BLGHudson';
  color: #fff;
  font-size: 17px;
  letter-spacing: 1px;
  margin: 0;
}

p {
  font-size: 13px;
}

.pc {
  display: none;
}

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

.ttls {
  background-color: #fbd933;
  padding: 15px 0 12px;
  position: relative;
  width: 100%;
}

.ttl {
  background-color: #fbd933;
  color: #0e3454;
  margin: 0 auto;
  font-style:oblique;
  height: 55px;
  padding-left: 60px;
}

.subttl h2 {
}

.subttl {
  font-size: 14px;
  margin: -4px 0 5px 0;
  color: #fff;
  text-align: left;
  font-style: normal;
  white-space: nowrap;
  font-family: 'Noto Sans Japanese';
}

.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: #0e3454;
  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;
    border-radius: 5px;
    /* box-shadow */
}

.menu-ico span {
    position: absolute;
    right: 0px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 60%;
    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: -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;
}

#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: #fff;
  font-family: "Barlow",sans-serif;
  font-weight: 800;
  font-style: italic;
}

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

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

.match_detail {
  width: 100%;
  margin: 0 auto;
}

.match_detail p {
  font-size: 18px;
  text-align: center;
}
.match_detail .cp_logo {
  width: 200px;
  margin: 0 auto;
}

.match_detail .cp_logo img {
  width: 80%;
  padding: 2.5% 10%;
}

.match_detail .presents {
  margin: 10px 0 0;
}

.match_detail .match {
  width: 90%;
  margin: 0 auto;
}

.match_detail .match td {
  width: 40%;
  text-align: center;
}

.match_detail .match td.vs {
  width: 20%;
  font-size: 40px;
}

.match_detail .match td img {
  width: 90%;
}

.match_detail .place {
  font-size: 22px;
  margin: 0 0 10px;
  font-family: 'Noto Sans Japanese';
  font-weight: bold;
}

.match_detail .sponser {
  width: 70%;
  margin: 0 auto;
}

.match_detail .sponser td {
  width: 60%;
  text-align: center;
}

.match_detail .sponser td img {
  width: 100%;
}

.match_detail .date {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  color: #fbd933;
}

.match_detail .date p {
  margin: 0;
  font-size: 60px;
}

.match_detail .date p span {
  font-size: 30px;
}

.match_detail .date p.tipoff {
  font-size: 30px;
  color: #fff;
}

.match_detail ul {
  padding: 0;
  width: 100%;
  margin: 20px auto;
}

.match_detail ul li {
  padding: 0;
  list-style: none;
  width: 60%;
  margin: 0 20%;
  text-align: center;
}

.match_detail ul .buys {
  width: 90%;
  margin: 0 5% 5%;
  overflow: hidden;
}

.match_detail ul .buys li {
  float: left;
  width: 50%;
  margin: 0;
}

.match_detail .buy a {
cursor: pointer;
}

.match_detail .buy p {
  background-color: #fbd933;
  color: #0e3454;
  width: 100%;
  margin: 10px auto 0;
  font-size: 20px;
  font-weight: bold;
  line-height: 60px;
  height: 60px;
  padding: 0;
  border-radius: 5px;
  text-align: center;
}

.match_detail .buy p.pia {
  background-image: url("../image/pia.png");
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: center top 10px;
  background-color: #fbd933;
  color: #0e3454;
  width: 90%;
  margin: 10px auto 0;
  font-size: 15px;
  font-weight: bold;
  line-height: 20px;
  height: 25px;
  padding: 35px 0 2.5px;
  border-radius: 5px;
}

.match_detail .buy p.bleague {
  background-image: url("../image/bleague.png");
  background-repeat: no-repeat;
  background-size: 90%;
  background-position: center top 12px;
  background-color: #fbd933;
  color: #0e3454;
  width: 90%;
  margin: 10px auto 0;
  font-size: 15px;
  font-weight: bold;
  line-height: 20px;
  height: 28px;
  padding: 35px 0 0;
  border-radius: 5px;
}


/*---------------------------
ヘッダー
---------------------------*/
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: #EFEFEF;
  overflow: hidden;
  color: #fff;
  position: relative;
  z-index: 1;
  margin-top: -10px;
}

#game {
  background-image: url("../image/game_bg.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}

#game .sec_inner {
  padding: 50px 0;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 1050px) {
  #game .game_border {
    border: none;
  }
  #game .sec_inner {
    border: none;
  }
}

#preview {
  margin-top:-50px;
  padding-top:50px;
}

#preview .ttl {
  background-image: url("../image/mascot01.png");
  background-position: left;
  background-size: 55px;
  background-repeat: no-repeat;
  width: 200px;
}

#preview .wrapper {
  padding-top: 190px;
  margin: 0;
  background-image: url("../image/preview_bg-sp.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  background-color: #0e3454;
}

#preview .wrapper .des {
  padding: 20px 0 20px;
  background-image: url("../image/prev-txt-bg.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}

#preview h3 {
  font-family: 'Noto Sans Japanese';
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
#preview .wrapper .des p {
  width: 100%;
  margin: 10px auto 0;
  font-size: 13px;
  text-align: center;
}

#event {
  margin-top:-50px;
  padding-top:50px;
}

#event .ttl {
  background-image: url("../image/mascot02.png");
  background-position: left;
  background-size: 55px;
  background-repeat: no-repeat;
  width: 230px;
}

#event .wrapper {
  background-image: url("../image/event_bg.png");
  background-repeat: repeat;
  background-position: center;
  background-size: 100%;
}

#event ul {
  width: 100%;
  margin: 0 auto;
  padding: 50px 0 25px;
}

#event ul li {
  list-style: none;
  overflow: hidden;
  margin-bottom: 50px;
  position: relative;
  z-index: 11;
}

#event ul li .sq01 {
    width: 100px;
    height: 100px;
    background-color: #fbd933;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

#event ul li .sq02 {
    width: 100px;
    height: 100px;
    background-color: #fbd933;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

#event ul li .border {
  width: 95%;
  margin: 2.5% auto;
  overflow: hidden;
  position: relative;
}

#event ul li .thumbnail {
  width: 100%;
  height: 250px;
  background-color: #fff;
  position: relative;
}

#event ul li .thumbnail img.vertical {
  width:auto;
  max-height: 250px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}

#event ul li .thumbnail img.oblong {
  width: auto;
  max-width: 100%;
  max-height: 250px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}

#event ul li .thumbnail2 {
  width: 100%;
  height: 550px;
  background-color: #fff;
  position: relative;
}

#event ul li .thumbnail2 img.vertical2 {
  width:320px;
  max-height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}

#event ul li .thumbnail2 img.oblong {
  width: auto;
  max-width: 100%;
  max-height: 250px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}




#event ul li .detail {
  width: 90%;
  padding: 5%;
  background-color: #dcdddd;
  color: #000;
}

#event ul li h3 {
  font-family: 'Noto Sans Japanese';
  font-size: 16px;
  font-style: italic;
}

#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: #fff;
  color: #000;
}

#schedule .time {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  padding: 75px 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: #0e3454;
  font-weight: normal;
}

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

#schedule .red {
  color: #d52c25;
}

#ticket {
  background-color: #0e3454;
  margin-top:-50px;
  padding-top:50px;
}

#ticket .ttls {
  margin-top: -50px;
}

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

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

#ticket .match_detail .match {
  width: 100%;
  margin: 20px auto;
}

#ticket .match_detail .match td {
  text-align: center;
}

#ticket .match_detail .match td.vs {
}

#ticket .match_detail .match td img {
}

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

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

#arena .coat img {
  width: 100%;
}

#arena .tachimi {
  width: 100%;
  margin: 0px auto;
  padding: 30px 0;
}

#arena .tachimi img {
  width: 100%;
}

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

#arena .price img {
  width: 100%;
}

#arena h2 {
  text-align: center;
  font-family: 'BLGHudson';
}

#info {
  margin-top:-50px;
  padding-top:50px;
}

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

#info .arena_mv {
  background-image: url("../image/info_bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 200px;
}

#info .access {
  margin: 0 auto;
  padding: 50px 0;
}

#info .access {
  text-align: center;
  color: #000;
}

#info .access h3.under {
  width: 150px;
  text-align: center;
  font-weight: bold;
  margin: 0 auto 30px;
  font-size: 25px;
  border-bottom: 6px solid #fbd933;
}

#info .access h3 {
  font-weight: bold;
}

#info .access .des {
  font-size: 14px;
}

#info .access .att {
  color: red;
  font-size: 12px;
}

#info #map {
  width: 100%;
  height: 300px;
  margin: 0 auto;
}

#enjoy {
  margin-top:-50px;
  padding-top:50px;
}

#enjoy .ttl {
  background-image: url("../image/mascot06.png");
  background-position: left;
  background-size: 55px;
  background-repeat: no-repeat;
  width: 180px;
}

#enjoy .wrapper {
  overflow:hidden;
}

#enjoy h3 {
  font-size: 40px;
  line-height: 42px;
  color: #fbd933;
}

#enjoy .sec01 {
  margin-top:-100px;
  transform:skew(0deg, 5deg);
  color:#fff;
  height: 420px;
}

#enjoy .sec01 {
  position: relative;
}

#enjoy .mdsec01 {
  margin-top: 100px;
  transform:skew(0deg, -5deg);
  background-image: url("../image/mdsec01.png");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 120%;
  height: 500px;
  width: 100%;
}

#enjoy .mdsec01 .sec_inner {
  width: 100%;
  position: relative;
}

#enjoy .mdsec01 .sec_inner img {
  width: 80%;
  margin: auto;
  position: absolute;
  bottom: 90px;
  left: 0;
  right: 0;
  z-index: 999;
  top: 300px;
}

#enjoy .mdsec01 .sec_inner p {
  color: #000;
  position: absolute;
  top: 170px;
  right: 0;
  left: 0;
  margin: auto;
  width: 90%;
  padding: 15px 0px;
  line-height: 20px;
}

#enjoy .sec02 {
  background-image: url("../image/mdsec02.png");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  color:#fff;
  height: 150%;
}

#enjoy .mdsec02 {
  color: #fff;
  padding-top: 110px;
}

#enjoy .mdsec02 .sec_inner {
  position: relative;
  height: 880px;
  width: 90%;
  margin: 0 auto;
}

#enjoy .mdsec02 h4 {
  font-size: 25px;
  padding-bottom: 15px;
  font-family: 'Noto Sans Japanese';
}

#enjoy .mdsec02 h3 {
  font-weight: 900;
  font-family: "Noto Sans Japanese";
}

#enjoy .mdsec02 .glume01 {
  position: absolute;
  bottom: 190px;
  right: 0;
  width: 220px;
}
#enjoy .mdsec02 .glume01 img {
  width: 100%;
}
#enjoy .mdsec02 .glume02 {
  position: absolute;
  bottom: 130px;
  right: 150px;
  width: 150px;
}
#enjoy .mdsec02 .glume02 img {
  width: 100%;
}
#enjoy .mdsec02 .glume03 {
  position: absolute;
  bottom: 110px;
  right: 0;
  width: 150px;
}
#enjoy .mdsec02 .glume03 img {
  width: 100%;
}
#enjoy .mdsec02 .glume04 {
  position: absolute;
  bottom: 80px;
  right: 70px;
  width: 100px;
}
#enjoy .mdsec02 .glume04 img {
  width: 100%;
}
#enjoy .mdsec02 .glume05 {
  position: absolute;
  bottom: 360px;
  left: 80px;
  width: 70px;
}
#enjoy .mdsec02 .glume05 img {
  width: 100%;
}

#enjoy .mdsec02 .glume06 {
  position: absolute;
  bottom: 310px;
  left: 10px;
  width: 70px;
}
#enjoy .mdsec02 .glume06 img {
  width: 100%;
}
#enjoy .mdsec02 .glume07 {
  position: absolute;
  bottom: 390px;
  left: 0px;
  width: 70px;
}
#enjoy .mdsec02 .glume07 img {
  width: 100%;
}
#enjoy .mdsec02 .kichen {
}
#enjoy .mdsec02 .kichen img {
  width: 70%;
  margin: 0 15%;
}

#enjoy .sec03 {
  margin: -280px 0 -250px;
  background-image: url("../image/mdsec03.png");
  background-repeat: no-repeat;
  background-size: cover;
  color:#fff;
}

#enjoy .mdsec03 {
  margin-top: 0px;
  padding-top: 250px;
  padding-bottom: 100px;
}

#enjoy .mdsec03 .sec_inner {
  width: 90%;
  margin: 0 auto;
  position: relative;
}

#enjoy .mdsec03 ul {
  padding: 50px 0 0;
}

#enjoy .mdsec03 ul li {
  padding: 0;
  list-style: none;
  float: left;
  width: 70%;
  margin: 0 15% 20px;
  text-align: center;
}

#enjoy .mdsec03 ul li img {
  width: 100%;
}

#enjoy .mdsec03 .player {
  width: 70%;
  margin: 0 15%;
}
#enjoy .mdsec03 .player img {
  width: 100%;
}

#enjoy .mdsec03 p {
  font-weight: bold;
  margin: 10px;
  font-size: 15px;
}

#enjoy .mdsec03 h3 {
  font-size: 18px;
  line-height: 23px;
  font-family: 'Noto Sans Japanese';
}

#enjoy .sec03 .des {
  font-size: 14px;
  font-weight: normal;
  margin: 10px 0;
}

#enjoy .sec04 {
  margin-top:-100px;
  transform:skew(0deg, 5deg);
  background-color: #fff;
  color:#fff;
  margin-bottom: -50px;
  padding-bottom: 70px;
  position: relative;
}

#enjoy .mdsec04 {
  margin-top: 0px;
  color: #000;
}

#enjoy .mdsec04 h4 {
  color: #9a6e9f;
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
  text-align: center;
}

#enjoy .mdsec04 .sec_inner {
  padding-top: 35px;
  width: 90%;
  transform:skew(0deg, -5deg);
  margin: 0 5%;
}

#enjoy .mdsec04 p {
    width: 80%;
    margin: 10px 10%;
}

#enjoy .bdtop {
  background-color: #ff959f;
  height: 10px;
  width: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
}

#enjoy .bdleft {
  background-color: #5c7fb8;
  width: 10px;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: 4;
}

#enjoy .bdright {
  background-color: #72bbae;
  width: 10px;
  height: 100%;
  position: absolute;
  right: 0;
  z-index: 2;
}

#enjoy .bdbottom {
  background-color: #9a6e9f;
  height: 10px;
  width: 100%;
  z-index: 1;
  position: absolute;
  bottom: 50px;
  transform:skew(0deg, -5deg);
}

#enjoy .mdsec04 .kidsroom img {
  width: 100%;
}

#enjoy .mdsec04 .kids img {
  width: 80%;
  margin: 0 10%;
}

#check {
  margin-top:-50px;
  padding-top:50px;
}

#check .ttl {
  background-image: url("../image/mascot07.png");
  background-position: left;
  background-size: 55px;
  background-repeat: no-repeat;
  width: 180px;
}

#check .sec01 {
  background-image: url("../image/check_bg.png");
  background-position: top;
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: #fff;
  height: 390px;
  padding-top: 75px;
  z-index: 9999;
  position: relative;
}

#check .sec01 .sec_inner {
  width: calc(100% - 16px);
  margin: 150px auto 0;
  background: rgba(14, 52, 84, 1);
  border-left: 8px solid #fbd933;
  border-right: 8px solid #fbd933;
  border-top: 4px solid #fbd933;
  border-bottom: 4px solid #fbd933;
  padding: 0;
}

#check .sec01 .detail {
  width: 95%;
  margin: 0px auto;
  border-left: 5px solid #fbd933;
  border-right: 5px solid #fbd933;
  padding: 20px 0%;
  text-align: center;
}

#check .sec01 div h3 {
  color: #fbd933;
  margin: 0;
  font-weight: 900;
  font-family: "Noto Sans Japanese";
}

#check .sec01 div p {
  margin: 0;
  padding-top: 10px;
}

#check .tabuse {
  background: #fbfbfb;
  position: relative;
}

#check .tabuse .top_sec {
  margin-top: -50px;
  height: 330px;
  transform:skew(0deg, 5deg);
  background-color:#fafafa;
  z-index: 9;
  position: relative;
  padding-top: 50px;
  color: #0e3454;

}

#check .tabuse .top_sec .sec_inner {
  transform:skew(0deg, -5deg);
}

#check .tabuse .side {
  top: 0;
  right: 0;
  position: absolute;
  background-image: url("https://www.tochigibrex.jp/lp_20180217/image/text.png");
  background-repeat: no-repeat;
  background-position: top 50px right;
  background-size: auto 82%;
  height: 103%;
  width: 100%;
  z-index: 10;
}

#check .tabuse_img {
  position: absolute;
  right: 20px;
  bottom: 280px;
  height: 500px;
  z-index: 99999;
}

#check .tabuse .top_sec .sec_inner {
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 80%;
  color: #0e3454;
}

#check .tabuse .top_sec .sec_inner p {
  font-size: 25px;
  color: #0e3454;
  font-weight: 900;
  font-family: "Noto Sans Japanese";
}

#check .tabuse .middle_sec  {
  background-image: url("../image/tabuse02.png");
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 100%;
  padding: 50px 0;
  margin-top: -70px;
  height: 300px;
  z-index: 1;
  position: relative;
}

#check .tabuse .middle_sec .sec_inner {
}


#check .tabuse .bottom_sec  {
  background-image: url("../image/floar-sp.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%;
  padding: 50px 0 100px;
  transform:skew(0deg, -5deg);
  margin-top: -100px;
  position: relative;
  z-index: 2;
}

#check .tabuse .bottom_sec .sec_inner {
  transform:skew(0deg, 5deg);
  margin-top: 0px;
}

#check .tabuse .bottom_sec h3 {
  font-size: 40px;
  color: #0e3454;
  font-weight: 900;
  font-family: "Noto Sans Japanese";
}

#check .tabuse .bottom_sec h4 {
  font-size: 20px;
  color: #0e3454;
}

#check .tabuse .bottom_sec .sec_inner p {
  font-size: 14px;
  color: #000;
  font-weight: 600;
  width: 100%;
}

#check .champion {
  background-color: #0a0605;
  z-index: 10;
  position: relative;
  margin: 0;
}

#check .champion .top_sec {
  background-image: url("../image/champions.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
  width: 100%;
  margin-top: -100px;
  height: 400px;
}

#check .champion p {
  margin: 0 10%;
  width: 80%;
  font-size: 13px;
  font-family: "Noto Sans Japanese";
  font-weight: 500;
}

#check .champion .logo {
  margin: 10px 25% 30px;
  width: 50%;
}


#check .champion .bottom_sec {
  width: 100%;
  margin-top: 100px;
}

#check .champion .bottom_sec img {
  width: 100%;
  margin-bottom: 0px;
}

#check .champion .sec_inner {
  width: 100%;
  padding-top: 10px;
  overflow: hidden;
}

#check .champion h3 {
  color: #a38c4d;
  font-size: 30px;
  padding: 20px 0;
  text-align: center;
  font-weight: 900;
  font-family: "Noto Sans Japanese";
}

#check .champion h3 span {
  font-size: 18px;
}

#game02 {
  background-image: url("../image/game_bg.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  width: 100%;
}

#game02 .sec_inner {
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
  padding: 50px 0;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 1050px) {
  #game02 .game_border {
    border: none;
  }
  #game02 .sec_inner {
    border: none;
  }
}

#about {
  background-color: #fff;
  color: #0e3454;
  background-image: url("../image/about-bg-sp.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  font-weight: bold;
  margin-top:-50px;
  padding-top:50px;
}

#about .ttls {
  margin-top: -50px;
}

#about .ttl {
  background-image: url("../image/mascot08.png");
  background-position: left;
  background-size: 55px;
  background-repeat: no-repeat;
  width: 180px;
}

#about .sec_inner {
  padding: 50px 2.5% 50px;
  width: 95%;
  text-align: center;
}

#about .sec_inner h3 {
  font-size: 28px;
}

.emblem img {
    width: 100%;
    margin: 20px 0;
}

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

.top p {
  font-family: "Barlow",sans-serif;
  margin: 0;
  font-weight: 800;
  font-style: italic;
  color: rgb(14, 52, 84);
  font-size: 20px;
}

.top img {
  width: 20px;
  padding: 0 5px;
}
/*---------------------------
フッター
---------------------------*/
footer {
  color: #fff;
  position: relative;
  background-color: #0e3454;
  padding: 30px 20px;
  letter-spacing: 0;
}

footer a {
  color: #fff;
}

footer .copyrights {
  overflow: hidden;
}

footer p {
  margin: 2px 0;
}

footer .copyrights img {
  width: 22%;
  margin: 0 39%;
}

footer .copyrights .company {
  float: left;
  padding: 10px 0px 0;
  font-size: 10px;
  width: 100%;
  text-align: center;
}

footer .copyrights .company .copyright {
  font-family: 'BLGHudson';
  font-weight: lighter;
}

.o-event {
  background-color: #dcdddd;
  color: #000;
  padding: 2.66vw;
  max-width: 1050px;
  margin: 0 auto;
  margin: 4.00vw auto 0;
}
@media (min-width: 750px) {
  .o-event {
    margin-top: 3.81vw;
    padding: 0.95vw;
  }
}
@media (min-width: 1050px) {
  .o-event {
    margin-top: 40px;
    padding: 10px;
  }
}
.o-event.is-first {
  margin-top: 0;
}
.o-event__border_wrap {
  border: 2px solid #0f375b;
  padding: 2.40vw 5.06vw;
}
@media (min-width: 750px) {
  .o-event__border_wrap {
    padding: 1.23vw 1.42vw;
  }
  .o-event__border_wrap:after {
    clear: both;
    content: "";
    display: block;
  }
}
@media (min-width: 1050px) {
  .o-event__border_wrap {
    padding: 13px 15px;
  }
}
.o-event__border_wrap__event_img {
  margin: 0 auto 4.00vw;
  width: 64.00vw;
}
@media (min-width: 750px) {
  .o-event__border_wrap__event_img {
    margin: 0;
    width: 50%;
  }
}
@media (min-width: 750px) {
  .o-event__border_wrap__event_img.is-left {
    float: left;
    padding-right: 1.71vw;
  }
}
@media (min-width: 1050px) {
  .o-event__border_wrap__event_img.is-left {
    padding-right: 18px;
  }
}
@media (min-width: 750px) {
  .o-event__border_wrap__event_img.is-right {
    float: right;
    padding-left: 1.71vw;
  }
}
@media (min-width: 1050px) {
  .o-event__border_wrap__event_img.is-right {
    padding-left: 18px;
  }
}
.o-event__border_wrap__text_wrap {
  line-height: 1.33;
}
@media (min-width: 750px) {
  .o-event__border_wrap__text_wrap {
    line-height: 1.25;
    width: 50%;
  }
}
@media (min-width: 750px) {
  .o-event__border_wrap__text_wrap.is-left {
    float: left;
    padding-right: 1.71vw;
  }
}
@media (min-width: 1050px) {
  .o-event__border_wrap__text_wrap.is-left {
    padding-right: 18px;
  }
}
@media (min-width: 750px) {
  .o-event__border_wrap__text_wrap.is-right {
    float: right;
    padding-left: 1.71vw;
  }
}
@media (min-width: 1050px) {
  .o-event__border_wrap__text_wrap.is-right {
    padding-left: 18px;
  }
}
.o-event__border_wrap__text_wrap.is-no_img {
  width: 100%;
  margin-top: 1.60vw;
}
@media (min-width: 750px) {
  .o-event__border_wrap__text_wrap.is-no_img {
    margin-top: 0;
  }
}
.o-event__border_wrap__event_title {
  width: 100%;
  margin: 0 auto 4.00vw;
  font-size: 4.80vw;
  text-align: left;
  font-style: italic;
}
@media (min-width: 750px) {
  .o-event__border_wrap__event_title {
    margin-bottom: 3.04vw;
    font-size: 2.28vw;
    margin-top: 1.90vw;
  }
}
@media (min-width: 1050px) {
  .o-event__border_wrap__event_title {
    margin-bottom: 32px;
    font-size: 24px;
    margin-top: 20px;
  }
}
.o-event__border_wrap__event_text {
  margin-bottom: 3.20vw;
  font-size: 3.20vw;
}
@media (min-width: 750px) {
  .o-event__border_wrap__event_text {
    margin-bottom: 2.57vw;
    font-size: 1.71vw;
  }
}
@media (min-width: 1050px) {
  .o-event__border_wrap__event_text {
    margin-bottom: 27px;
    font-size: 18px;
  }
}



/*---------------------------
アクセス 20180317追加
---------------------------*/


.o-access__map{
	margin-bottom:20px;
}

.access_aco{
	text-align:left;
	position:relative;
	background-color:#0E3454;
	border-bottom:1px solid #E5E2E9;
}


.access_aco dl.accordion dt h4{
	color:#FFF;
	font-weight:normal;
	padding:10px 10px;
}

dl.accordion {
margin: 0;
padding: 0;
}

dl.accordion dt{
	color:#FFD900;
margin: 0;
padding: 0;
cursor:pointer;
	position:relative;
}

dl.accordion dt p{
	font-size:16px;
	position:absolute;
	top:-15px;
	right:10px;
}



dl.accordion dt span.open{
	display:none;
}
dl.accordion dt.open {
   }
dl.accordion dt.open:hover{
}

dl.accordion dt.open span.close{
	display:none;
}
dl.accordion dt.open span.open{
	display:inline;
}

dl.accordion dt:hover{
}

dl.accordion dt.open:hover{
}

dl.accordion dd {
	clear:both;
	margin:0;
	background-color:#FFF;
	padding:20px;
}

dl.accordion dd.access_aco_box {
	display:none;
}


.access_box_1701{
	margin:20px auto;
}

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

.access_box_1701 p{
	margin:0;
	padding:0;
}

p.access_box_1701_p{
	margin-top:10px;
}

h5.access_h5_1701{
	font-size:20px;
	margin:30px 0 0;
	padding:0;
}

span.access_box_1701_span1{
	color:#AB2D2B;
	font-size:20px;
	font-weight:bold;
	margin-right:5px;
}


span.access_box_1701_span2{
	color:#AB2D2B;
	font-size:15px;
	font-weight:bold;
	margin-right:10px;
}

p.access_box_1701_p a:hover img{
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha( opacity=70 )";
	display: inline-block;
}


.access_box_1702{
	margin-bottom:20px;
	padding-left:20px;
}

.access_box_1702 a{
	color:#D52C25;
}

.access_box_1702 a:hover{
	text-decoration:underline;
}


.access_box_1703{
	margin-top:20px;
}



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