<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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%;
  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';
}


a {
  text-decoration: none;
}

h1 {

}

h2 {
  font-family: "Barlow",sans-serif;
  font-size: 55px;
  letter-spacing: 1px;
  text-align: right;
  color: #0e3454;
  margin: 0;
}

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

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

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

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

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

.ttl {
  background-color: #fbd933;
  color: #0e3454;
  margin: 0 auto;
  font-style:oblique;
}

.ttl h2 {
  height: 100px;
}

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

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

.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%;
    border-radius: 25px;
    /* box-shadow */
}

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

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

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

/*---------------------------
ãƒã‚¯ã‚¹ãƒˆã‚²ãƒ¼ãƒ&nbsp;
---------------------------*/

.match_detail {
  width: 845px;
  margin: 0 auto;
}

.match_detail p {
  font-size: 25px;
  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: 845px;
  margin: 0 0px;
}

.match_detail .match td {
  width: 372.5px;
  height: 200px;
  text-align: center;
}

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

.match_detail .match td img {
  height: 80%;
}

.match_detail .place {
  font-size: 25px;
  margin: 0 0 10px;
  font-family: "SourceHanSans";
  font-weight: bold;
}

.match_detail .sponser {
  width: 250px;
  margin: 0 275px 10px;
}

.match_detail .sponser td {
  width: 250px;
  text-align: center;
  font-size: 19px;
}

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

.match_detail .date {
  width: 500px;
  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: 250px;
  float: left;
}

.match_detail ul li {
  padding: 0;
  list-style: none;
}

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

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


/*---------------------------
ãƒ˜ãƒƒãƒ€ãƒ¼
---------------------------*/
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: 20px;
  left: 0;
  right: 0;
  background-image: url("../image/arrow.png");
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: center bottom;

}

.o-kv__scroll_btn {
  display: none;
}
@media (min-width: 750px) {
  .o-kv__scroll_btn {
    bottom: 1.60vw;
    display: block;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 64px;
  }
}

.sns {
  position: fixed;
  right: 0;
  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: #EFEFEF;
  overflow: hidden;
  color: #fff;
  margin-top: -10px;
}

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

#game .game_border {
  width: 1010px;
  margin: 0 auto;
  border-left: 20px solid #fff;
  border-right: 20px solid #fff;
}

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

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

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

#preview .wrapper {
  padding-top: 600px;
  margin: 0;
  background-image: url("../image/preview_bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#preview .wrapper .des {
  padding: 50px 0;
  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: 23px;
  font-weight: 600;
  width: 900px;
  margin: 0 auto;
  text-align: center;
}
#preview .wrapper .des p {
  width: 1020px;
  margin: 20px auto 0;
  text-align: center;
}

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

#event .subttl {
  margin: -8px 0 5px 95px;
}

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

#event ul {
  width: 1020px;
  margin: 0 auto;
  padding: 150px 0 75px;
}

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

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

#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: 1000px;
  margin: 10px auto;
  overflow: hidden;
  background-color: #fff;
}

#event ul li .thumbnail {
  float: left;
  width: 500px;
  margin: 20px 0;
  background-color: #fff;
  position: relative;
  min-height: 300px;
  max-height: 100%;
}

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

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


#event ul li .thumbnail2 {
  float: left;
  width: 500px;
  margin: 20px 0;
  background-color: #fff;
  position: relative;
  min-height: 300px;
  max-height: 100%;
}

#event ul li .thumbnail2 img.vertical {
  width: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:100%;
  max-width:400px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}

#event ul li .detail {
  float: left;
  width: 460px;
  padding: 20px;
  font-size: 15px;
  min-height: 300px;
  background-color: #dcdddd;
  color: #000;
}

#event ul li .detail p {
  margin: 5px 0;
}



#event ul li .change .thumbnail {
  float: right;
}

#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: 100px 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: #0e3454;
  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 .tachimi {
  width: 845px;
  margin: 0px auto;
  padding: 30px 0;
}

#arena .tachimi 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;
}

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

#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;
    font-family: 'Noto Sans Japanese';
  }

#info .access .des {
}

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

#info #map {
  width: 1050px;
  height: 400px;
  margin: 30px auto;
}

}
.o-access__map {
  margin-bottom: 2.13vw;
}
@media (min-width: 750px) {
  .o-access__map {
    margin-bottom: 2.66vw;
  }
}
@media (min-width: 1050px) {
  .o-access__map {
    margin-bottom: 28px;
  }
}
.o-access__map iframe {
  width: 90.66vw;
  height: 80.00vw;
}
@media (min-width: 750px) {
  .o-access__map iframe {
    width: 93.33vw;
    height: 41.90vw;
  }
}
@media (min-width: 1050px) {
  .o-access__map iframe {
    width: 980px;
    height: 440px;
  }
	
	
#enjoy .ttl {
  background-image: url("../image/mascot06.png");
  background-position: left top 8px;
  background-size: 90px;
  background-repeat: no-repeat;
  width: 435px;
}

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

#enjoy .wrapper {
  overflow:hidden;
  width: 100%;
}

#enjoy h3 {
  font-size: 45px;
  color: #fbd933;
}

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

#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: cover;
  height: 750px;
  width: 100%;
}

#enjoy .mdsec01 .sec_inner {
  position: relative;
}

#enjoy .mdsec01 .sec_inner img {
  width: 400px;
  position: absolute;
  bottom: 90px;
  left: 0;
  z-index: 999;
  top: 450px;
}

#enjoy .mdsec01 .sec_inner p {
  color: #000;
  position: absolute;
  top: 450px;
  right: 0;
  width: 500px;
  padding: 15px 50px;
  line-height: 23px;
  background-image: url("../image/brexy_bg.png");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
}

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

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

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

#enjoy .mdsec02 h3 {
  font-weight: 900;
  font-family: "source-han-sans-japanese";
}

#enjoy .mdsec02 .sec_inner {
  position: relative;
  height: 570px;
}

#enjoy .mdsec02 .glume01 {
  position: absolute;
  bottom: 70px;
  right: 0;
}
#enjoy .mdsec02 .glume01 img {
  width: 350px;
}
#enjoy .mdsec02 .glume02 {
  position: absolute;
  bottom: -50px;
  right: 170px;
}
#enjoy .mdsec02 .glume02 img {
  width: 230px;
}
#enjoy .mdsec02 .glume03 {
  position: absolute;
  bottom: 200px;
  right: 290px;
}
#enjoy .mdsec02 .glume03 img {
  width: 200px;
}
#enjoy .mdsec02 .glume04 {
  position: absolute;
  bottom: 140px;
  right: 370px;
}
#enjoy .mdsec02 .glume04 img {
  width: 140px;
}
#enjoy .mdsec02 .glume05 {
  position: absolute;
  bottom: 220px;
  right: 570px;
}
#enjoy .mdsec02 .glume05 img {
  width: 110px;
}
#enjoy .mdsec02 .glume06 {
  position: absolute;
  bottom: 190px;
  left: 175px;
}
#enjoy .mdsec02 .glume06 img {
  width: 130px;
}
#enjoy .mdsec02 .glume07 {
  position: absolute;
  bottom: 170px;
  left: 0;
}
#enjoy .mdsec02 .glume07 img {
  width: 130px;
}
#enjoy .mdsec02 .kichen {
  position: absolute;
  bottom: -90px;
  left: 0px;
}
#enjoy .mdsec02 .kichen img {
  width: 450px;
}

#enjoy .sec03 {
  margin-top:-200px;
  background-image: url("../image/mdsec03.png");
  color:#fff;
  height: 870px;
}

#enjoy .mdsec03 {
  margin-top: 0px;
  height: 870px;
  padding-top: 150px;
}

#enjoy .mdsec03 .sec_inner {
  height: 500px;
  position: relative;
}

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

#enjoy .mdsec03 ul li {
  padding: 0;
  list-style: none;
  float: left;
  width: 270px;
  text-align: center;
  margin-right: 40px;
}

#enjoy .mdsec03 ul li img {
  width: 270px;
}

#enjoy .mdsec03 p {
  font-weight: 500;
  margin: 10px 0;
}

#enjoy .mdsec03 .player {
  position: absolute;
  bottom: -310px;
  right: 50px;
}
#enjoy .mdsec03 .player img {
  width: 340px;
}

#enjoy .mdsec03 h3 {
  font-size: 30px;
    font-family: 'Noto Sans Japanese';
  }

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

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

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

#enjoy .mdsec04 .sec_inner {
  padding-top: 75px;
  height: 500px;
  transform:skew(0deg, -5deg);
  position: relative;
  width: 950px;
}

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

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

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

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

#enjoy .mdsec04 .kidsroom img {
  width: 600px;
}

#enjoy .mdsec04 .kids {
  position: absolute;
  right: 0;
  bottom: 0;
}

#enjoy .mdsec04 .kids img {
  width: 450px;
}

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

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

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

#check .sec01 .sec_inner {
  margin: 0px auto;
  background: rgba(14, 52, 84, 0.7);
  border-left: 20px solid #fbd933;
  border-right: 20px solid #fbd933;
  border-top: 7.5px solid #fbd933;
  border-bottom: 7.5px solid #fbd933;
  padding: 0;
  width: 950px;
}

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

#check .sec01 div h3 {
  color: #fbd933;
  margin: 0;
  font-size: 44px;
}

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

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

#check .tabuse .top_sec {
  margin-top: -50px;
  height: 350px;
  transform:skew(0deg, 5deg);
  background-color:#fafafa;
  z-index: 3;
  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("../image/text.png");
  background-repeat: no-repeat;
  background-position: top 50px right;
  background-size: auto 1190px;
  height: 100%;
  width: 100%;
  z-index: 5;
}

#check .tabuse .side h3 {
  font-size: 185px;
}

#check .tabuse_img {
  position: absolute;
  right: 10%;
  bottom: 150px;
  width: 600px;
  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: 50px;
  color: #0e3454;
  font-weight: 900;
  font-family: "source-han-sans-japanese";
}

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


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

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

#check .tabuse .bottom_sec h3 {
  font-size: 80px;
  color: #0e3454;
  font-weight: 900;
  font-family: "source-han-sans-japanese";
}

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

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

#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;
  width: 600px;
  float: left;
  font-size: 20px;
  font-family: "source-han-sans-japanese";
  font-weight: 500;
  line-height: 35px;
}

#check .champion .logo {
  margin: 10px 35px;
  width: 225px;
  float: left;
}


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

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

#check .champion .sec_inner {
  padding-top: 50px;
  overflow: hidden;
  width: 900px;
}

#check .champion h3 {
  color: #a38c4d;
  font-size: 60px;
  padding-bottom: 20px;
  text-align: center;
  font-weight: 900;
  font-family: "source-han-sans-japanese";
}

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

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

#game02 .game_border {
  width: 1010px;
  margin: 0 auto;
  border-left: 20px solid #fff;
  border-right: 20px solid #fff;
}

#game02 .sec_inner {
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
  padding: 80px 0 40px;
  margin: 0 auto;
  width: 970px;
}

@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.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  font-weight: bold;
}

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

#about .subttl {
  margin: -8px 0 5px 87px;
}


#about .sec_inner {
  padding: 75px 0 50px;
  text-align: center;
}

#about h3 {
    font-family: 'Noto Sans Japanese';
  font-weight: bold;
}

.emblem img {
    width: 300px;
}

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

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

.top img {
  width: 30px;
  padding: 2.5px 5px;
}
/*---------------------------
ãƒ•ãƒƒã‚¿ãƒ¼
---------------------------*/
footer {
  color: #fff;
  position: relative;
  background-color: #0e3454;
  padding: 30px 20px;
}

footer a {
  color: #fff;
}

footer .copyrights {
  overflow: hidden;
}

footer p {
  margin: 2px 0;
}

footer .copyrights img {
  float: left;
  width: 75px;
}

footer .copyrights .company {
  float: left;
  padding: 3px 10px;
}

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è¿½åŠ&nbsp;
---------------------------*/

.access_aco{
	text-align:left;
	background-color:#0E3454;
	border-bottom:1px solid #E5E2E9;
	width:980px;
	margin:0 auto;
}

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

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:22px;
	position:absolute;
	top:-15px;
	right:20px;
}

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{
	width:680px;
	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:30px;
	margin:50px 0 0;
	padding:0;
}

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


span.access_box_1701_span2{
	color:#AB2D2B;
	font-size:25px;
	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:30px;
	padding-left:20px;
}

.access_box_1702 a{
	color:#D52C25;
}

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

.access_box_1703{
	margin-top:30px;
}</pre></body></html>