<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import "webfonts/stylesheet.css";
/* !HTML5 elements
---------------------------------------------------------- */
header, footer, nav, section, aside, article
{ display: block;}

/* !Reseting
---------------------------------------------------------- */

body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td
{ margin: 0; padding: 0;}
input, textarea
{ margin: 0; font-size: 100%;}
label
{ cursor: pointer;}
table
{ border-collapse: collapse; border-spacing: 0; font-size: 100%;}
fieldset, img
{ border: 0;}
img
{ vertical-align: top; max-width: 100%;}
address, caption, cite, code, dfn, em, th, var
{ font-style: normal; font-weight: normal;}
ol, ul
{ list-style: none;}
caption, th
{ text-align: left;}
h1, h2, h3, h4, h5, h6
{ font-size: 100%; font-weight: normal;}
q:after, q:before
{ content:'';}
a, input,select,textarea,button
{ outline: none; }
abbr, acronym
{ border: 0;}



/* !Clearfix
---------------------------------------------------------- */
.clearfix {
	display: block;
	min-height: 1%;
}
.clearfix:after {
	clear: both;
	content:".";
	display: block;
	height: 0;
	visibility: hidden;
}
* html .clearfix {
	height: 1%;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

/* !Inline Align ------------------------------------------------------------ */
.taL { text-align: left   !important;}
.taC { text-align: center !important;}
.taR { text-align: right  !important;}

/* !Layout
---------------------------------------------------------- */
html { 
	overflow-y: scroll;
	font-size: 62.5%;
}
body {
 color: #000;
	background: #FFF;
  font-family: 'Noto Sans Japanese', sans-serif;
 font-size: 2.4rem;
 -webkit-text-size-adjust: none;
 line-height: 1.5;
}

.pc {
	display: block;
}
.sp {
	display: none;
}


/* !wrapper
---------------------------------------------------------- */
#wrapper {
	width: 100%;
  min-width: 1050px;
  overflow: hidden;
  padding-top: 70px;
}

/* !header
---------------------------------------------------------- */
#header {
  position: relative;
}
#header_inner{
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    background: #000;
}
#header_logo {
    line-height: 1;
    height: 50px;
    float: left;
    margin-left: 50px;
    padding: 10px 0;
}
.btn_menu {
  position: absolute;
  right: 70px;
  top: 0px;
  z-index: 999;
  width: 70px;
  height: 70px;
  background: url(../image/menu.png) center center no-repeat;
  background-size: 100%;
  display: block;
  text-indent: -9999px;
  cursor: pointer;
}
.btn_menu.active {
  background: url(../image/menu_close.png) center center no-repeat;
  background-size: 100%;
}


/* !navi
---------------------------------------------------------- */
		
#navi {
  position: fixed;
  left: 0;
  width: 100%;
  height: calc(100vh - 70px);
  background:rgba(0,0,0,0.90);
  top: -100vh;
  z-index: 997;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  padding: 80px 0 22px;
  overflow-y: auto;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
}
#navi.open {
  top: 70px;
}
#navi ul{
  max-width: 300px;
  margin: 0 auto;
}
#navi li a {
  display: block;
  color: #feef50;
  text-decoration: none;
  padding: 13px 10px;
}
#navi li a span.en {
  display: block;
  font-size: 3rem;
  line-height: 1.7;
  letter-spacing: 0.075em;
  font-family: 'SENDAI89ERSFONT-Regular', sans-serif;
}
#navi li a span.en font{font-family:'League Gothic', sans-serif;}
#navi li a span.jp {
  display: block;
  font-size: 1.8rem;
  line-height: 1.1;
  font-weight: bold;
  box-sizing: border-box;
  padding-left: 25px;
  background: url(../image/icon_nav.png) no-repeat left center;
  background-size: 12px auto;
}

#social {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
#social button {
  width: 70px;
  height: 70px;
  border: 0;
  background: url(../image/sns.png) center center no-repeat;
  background-size: 100%;
  display: block;
  text-indent: -9999px;
  cursor: pointer;
}
#social button.active {
  background: url(../image/sns_close.png) center center no-repeat;
  background-size: 100%;
}
#social ul {
  width: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 22;
  background:rgba(254,239,80,0.90);
  padding: 13px 0;
  display: none;
}
#social ul li {
  padding: 13px 20px;
}
#social a {
  display: block;
  line-height: 1;
  text-align: center;
}
#social a img{}

/* !mainVisual
---------------------------------------------------------- */
#mainVisual img {
  width: 100%;
}
/*cvWrap*/
.cvWrap{
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 100;
  min-width: 1050px;
}
.cv_day, .cv_day01, .cv_day02{
    float: left;
    width: 50%;
    background: #000;
    color: #feef50;
    font-family: 'League Gothic', sans-serif;
}
.cv_day{float: none;width: 100%;}
.cv_day02{
    background: #feef50;
    color: #000;
}
.cv_inner{
    width: 525px;
    float: right;
    padding: 15px 0px;
    box-sizing: border-box;
    letter-spacing: -0.025em;
    text-align: center;
}
.cv_day .cv_inner{float: none;margin: 0 auto;}
.cv_day02 .cv_inner {
    float: left;
}
.cv_inner p{display: inline-block;vertical-align: middle;}
.cv_inner .date{
  font-size: 4.4rem;
  line-height: 1;
}
.cv_inner .date span{
  font-size: 3.2rem;
  padding: 0 10px;
}
.cv_inner .date font{
  font-family: 'League Gothic';
}
.cv_inner .ticket img{height: 50px;}

/* !match_detail
---------------------------------------------------------- */
.match_detail {
  text-align: center;
  color: #fff;
}
.match_top{
  background: url(../image/bg_match01.jpg) center center repeat;
  background-size: cover;
  padding: 60px 0 90px;
  box-sizing: border-box;
  position: relative;
}
.match01 .match_top{
	background:url(../image/bg02.jpg) no-repeat center #000;
}
.match_flash {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 65vw;
    min-height: 1000px;
    width: 100%;
    min-width: 1980px;
    transform: translate(-50%,-50%);
    z-index: -1;
}
.match_flash iframe {
    width: 100%;
    height: 100%;
}
.team{padding-bottom: 20px;}
.team .club{
  position: absolute;
  z-index: 3;
  top: 20%;
  left: calc(50% - 263px);
  transform: translateX(-50%);
  width: 251px;
}
.team .club.away{
  left: calc(50% + 263px);
}
.team .vs{
  padding: 15px 0 25px;
  font-size: 9.5rem;
  line-height: 1;
  font-family: 'League Gothic', sans-serif;
  letter-spacing: 0.075em;
}
.season{
  font-family: 'BLGHudson';
  font-size: 2.7rem;
  line-height: 1.8;
}
.section{
  font-size: 2.7rem;
  font-weight: bold;
  letter-spacing: 0.2em;
}
.place{
  font-size: 2rem;
  line-height: 2;
  font-weight: bold;
}
.place span{
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1.625;
  color: #000;
  margin: 0 auto;
  padding: 0px 5px;
  background: #feef50;
}
.area{
  position: absolute;
  z-index: 6;
  bottom: 95px;
  left: calc(50% - 263px);
  letter-spacing: 0.025em;
  text-align: center;
  transform: translateX(-50%);
}
.area.away{
  left: calc(50% + 263px);
}

.area .enName{
  font-size: 3rem;
  line-height: 1.2;
  box-sizing: border-box;
  font-family: 'League Gothic', sans-serif; 
  letter-spacing: 0.1em;
  padding-bottom: 8px;
}
.area .jpName{
  font-size: 1.4rem;
  font-weight: bold;
  box-sizing: border-box;
}

.match_day,.match_day01,.match_day02{
  float: left;
  width: 50%;
  background: #000;
  color: #feef50;
  font-family: 'League Gothic', sans-serif;
}
.match_dayOne{
	width: 100%;
  background: #000;
  color: #feef50;
  font-family: 'League Gothic', sans-serif;
}
.match_day{float: none;width: 100%;}
.match_day02{
  background: #feef50;
  color: #000;
}
.match_bottom_inner{
  width: 525px;
	margin:auto;
  padding: 50px 10px;
  box-sizing: border-box;
}
.match_day .match_bottom_inner{float: none;margin: 0 auto;}
.match_day01 .match_bottom_inner{
  float: right;
}
.match_day02 .match_bottom_inner{
  float: left;
} 
.match_bottom .presents{padding-bottom: 22px;}
.match_bottom .presents img{width: ;}
.match_bottom .presents span{
  font-size: 3.2rem;
  display: inline-block;
  vertical-align: bottom;
  line-height: 1;
  margin-left: 20px;
}
.match_bottom .date{
  font-size: 4.8rem;
  line-height: 1;
  padding-bottom: 28px;
  letter-spacing: 0.025em;
}
.match_bottom .date span{
	margin:0 5px;
  font-size: 6.5rem;
}
.match_bottom .date font{
  font-family: 'League Gothic';
}
.match_bottom a img{width: 315px;}
.match_bottom .ticket01 a + a{
	display: block;
	margin-top:30px;
}

/* !game_preview
---------------------------------------------------------- */
#game_preview{  }
.game_top{
  background: url(../image/bg_game_top.jpg) top center no-repeat;
  background-size: cover;
  position: relative;
  height: 670px;
}
.game_top_inner{
  position: absolute;
  bottom: 0;
  background: rgba(0,0,0,0.8);
  padding: 58px 0;
  width: 100%;
}
.game_top_inner h2{
  font-weight: bold;
  color: #feef50;
  text-align: center;
  font-size: 3.6rem;
  line-height: 1.33;
}
.game_text{
  background: #feef50;
}
.game_text_inner{
  max-width: 965px;
  margin: 0 auto;
  padding: 60px 0 36px;
  box-sizing: border-box;
}
.game_text_inner p{
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2;
  padding-bottom: 36px;
}

/* !event_special
---------------------------------------------------------- */
#event_special{
}
.event_top{
  background: url(../image/bg03.jpg) no-repeat top center;
  background-size: cover;
}
.event_top_inner{
  max-width: 960px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 70px 0 86px;
  text-align: center;
  color: #fff;
}
.event_top_inner .event_top_title img{
	margin:auto;
}
.event_top_inner h3{
  font-size: 4.7rem;
  line-height: 1.22;
  font-weight: bold;
  padding: 38px 0 40px;
}
.event_top_inner p.text{
  text-align: initial;
  font-size: 1.8rem;
  line-height: 1.3;
}

.event_inner{ 
  box-sizing: border-box;
  padding: 67px 0 0;
	background:url(../image/ico_bg01.png) center;
}
.event_inner .eventIn{
  margin: 0 auto;
  max-width: 1500px;
}
.event_slider{margin-left: -70px; }
.event_slider li{
  display: inline-block;
  text-align: initial;
  vertical-align: top;
  box-sizing: border-box;
  padding-left: 65px;
  width: 515px;
  margin-bottom: 70px;
}
.event_dl dt img{width: 100%}
.event_dl dd{
  background: #000;
  color: #feef50;
} 
.event_dl dd h3{
  text-align: center;
  font-size: 1.7rem;
  line-height: 1.8;
}
.event_dl dd p.text{
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
  background: #feef50;
  color: #000;
  box-sizing: border-box;
  padding: 15px 30px;
  min-height: 140px;
} 
.event_dl dd p.btn{
  font-size: 3rem;
  line-height: 1.2;
  height: 40px;
  text-align: center;
  font-family: 'League Gothic', sans-serif;
}
.event_dl dd p.btn span{
  display: inline-block;
  padding-right: 35px;
  background: url(../image/icon_event01.png) no-repeat right center;
  background-size: 25px auto;
}
.event_slider li:nth-of-type(even) dd p.btn span{
  background: url(../image/icon_event01.png) no-repeat right center;
  background-size: 25px auto;
}

.hide{display: none;}
.show{display: block;}
.fancybox-skin{padding: 0!important;background: #fff!important;}
.fancybox_dl {
    box-sizing: border-box;
    margin: 30px 45px;
    max-width: 600px;
}
.fancybox_dl dt{
    text-align: center;
    padding-bottom: 30px;
}
.fancybox_dl dd p.date{
    display: block;
    width: 100%;
    line-height: 2.2;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    color: #000;
    background: #feef50;
}
.fancybox_dl dd h3 {
    min-height: 110px;
    box-sizing: border-box;
    color: #000;
    font-weight: bold;
    font-size: 2rem;
    line-height: 1.4;
    padding: 24px 0;
}
.fancybox_dl dd p.dl_text{
    border-top: 3px solid #feef50;
    border-bottom: 3px solid #feef50;
    font-size: 1.6rem;
    line-height: 1.75;
    padding: 10px 0 30px;
}
.fancybox_dl dd p.dl_text a{text-decoration: none;color:#c72922 }
/* !time_schedule
---------------------------------------------------------- */
.time_inner{
	position: relative;
	 background: #000;
}
.time_day,.time_day01,.time_day02{
	  float: left;
  width: 50%;
	margin:auto;
  color: #feef50;
  padding:50px 0;
}
.time_day{float: none;width: 100%;}
.time_day02{
  background: #feef50;
  color: #000;
}
.time_inner h3{
  font-family: 'League Gothic', sans-serif;
  font-size: 6rem;
  line-height: 1;
  text-align: center;
}
.time_inner h3 font{font-family:'League Gothic';}
.time_inner h3 span{font-size: 9rem;}
.time_inner .notice{ 
  width: 100%; 
  padding-left:10%;
  color: #fff;
  font-size: 1.6rem;
  z-index: 3;
  bottom: 46px;
}
.time_day02 .notice{color: #000000;}
.time_box{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
  padding: 55px 0;
}
.time_box dl{
	max-width:650px;
  overflow: hidden;
  font-size: 3rem;
  line-height: 1.6;
  font-weight: bold;
}
.time_box dt{
  float: left;
  width: 160px;
  box-sizing: border-box; 
  padding-right: 25px;
}
.time_box dd{
  overflow: hidden;
}
.time_box dd.bold{font-weight: bold;}
.time_box dl.middle_dl{margin-bottom: 40px;}

/* !match02
---------------------------------------------------------- */
.match02 .match_top{
    background: url(../image/bg04.jpg) center center no-repeat;
    background-size: cover;  
}
.match03 .match_top{
    background: url(../image/bg_match01.jpg) center center no-repeat;
    background-size: cover;  
}
/* !xebio
---------------------------------------------------------- */

.xebio_inner{
  background: url(../image/bg_xebio.jpg) top center no-repeat;
  background-size: cover;
  padding: 62px 0 78px;
  color: #004099;
  text-align: center;
  font-weight: bold;
}
.xebio_inner h3{
  font-size: 4.8rem;
  line-height: 1.42;
  font-weight: bold;
}
.xebio_inner p.titleP span{
  display: inline-block;
  font-size: 3rem;
  line-height: 2;
  border-top: 10px solid #000;
  padding-bottom:  35px;
}
.slider_for p{
  padding: 0 23px;
  box-sizing: border-box;
}
.slider_nav{
  max-width: 968px;
  margin: 10px auto 40px;
}
.slider_nav .slick-track{
    transform: translate3d(0px, 0px, 0px)!important;
}
.slider_nav p{
  margin: 0 4px;
  cursor: pointer;
}
.slider_nav .slick-current{position: relative;}
.slider_nav .slick-current:before{
  position: absolute;
  content: '';
  z-index: 3;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  box-sizing: border-box;
  border: 5px solid #004099;
}

.xebio_text{
  background: rgba(0,64,153,0.8);
  color: #fff;
  box-sizing: border-box;
  padding: 22px 0;
  font-size: 3.6rem;
  line-height: 1.22;
  text-align: initial;
}
.xebio_text p{
  max-width: 975px;
  margin: 0 auto;
}
/* !ticket_info
---------------------------------------------------------- */
 
#ticket_information .match_top{
  background: url(../image/bg05.jpg) center center repeat;
  background-size: cover;
}


/* !staduim_wrap
---------------------------------------------------------- */
.staduim_inner{
  max-width: 960px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 50px 0px 40px;
}
.staduim_wrap h2{
  font-size: 3rem;
  line-height: 2;
  padding: 15px 0;
  text-align: center;
  letter-spacing: 0.1em;
  color: #000;
  font-weight: bold;
  background: #feef50;
}
.staduim_wrap .staduim_img{text-align: center;padding-bottom: 40px;}
.col,.staduim_title{
    font-size: 3rem;
    cursor: pointer;
    font-weight: bold;
    color: #feef50;
    text-align: center;
    letter-spacing: 0.2em;
    line-height: 2.33;
    background: url(../image/icon_close.png) right 30px center no-repeat #000;
    background-size: 20px auto;
    margin-bottom: 20px;
}
.staduim_title{
  background: #000;
}
.col.change {
  background: url(../image/icon_open.png) right 30px center no-repeat #000;
  background-size:20px auto;
}


/* !enjoy_area
---------------------------------------------------------- */
.third_title{
  position: relative;
  font-size: 3rem;
  line-height: 1.2;
  font-weight: bold; 
  background: #feef50;
  width: 100%;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 22px 0;
}
.third_title:before{
  content: '';
  position: absolute;
  z-index: 2;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 30px 50px 0 50px;
  border-style: solid;
  border-color: #feef50 transparent transparent transparent;
}
.goods_wrap .third_title{
  color: #feef50;
  background: #000;
}
.goods_wrap .third_title:before{
  border-color: #000 transparent transparent transparent;
}
.goods_inner{
  position: relative;
  background:url(../image/img_yellow_shop.jpg) no-repeat top center;
  background-size: cover;
  text-align: center;
  padding:280px 0 40px;
} 
.goods_top{
  width: 100%;
  background: rgba(0,0,0,0.8);
  position: relative;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.25;
  padding: 30px 0;
  color: #feef50;
  letter-spacing: 0.1em;
  text-align: left;
  margin-bottom: 100px;
} 
.goods_top p.text{
  max-width: 980px;
  margin: 0 auto;
  box-sizing: border-box; 
} 
.peopleP{
  position: absolute;
  width: 328px;
  z-index: 2;
  left: calc(50% - 490px);
  top: -233px;
}
.ul_box{
  max-width: 985px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
.food_slider,.goods_slider{
  margin-left: -40px;
}
.food_slider li,.goods_slider li{
  float: left;
  width: 33.33%;
  box-sizing: border-box;
  padding-left: 40px;
  margin-bottom: 30px;
}
.food_slider dl,.goods_slider dl{
  box-sizing: border-box;
  padding: 24px 20px 10px;
  box-shadow: 7px 7px 10px 0px rgba(0, 0, 0, 0.3);
  color: #000;
  background: #fff;
}
.goods_slider dl{background: #feef50;}
.food_slider dt img,.goods_slider dt img{width: 100%;padding-bottom: 12px;}
.goods_slider dt img{padding-bottom: 18px;}
.food_slider dd,.goods_slider dd{
  font-size: 1.8rem;
  line-height: 1.22;
  font-weight: bold;
  text-align: left;
  position: relative;
}
.food_name{
  min-height: 44px;
}
.food_price{
  text-align: right;
  padding-top: 12px;
  overflow: hidden;
}
.food_place{
  float: left;
  font-size: 1.4rem;
  line-height: 1.57;
  text-indent: -0.5em;
}
.goods_name{
  padding-bottom: 51px;
}
.goods_price{
  text-align: right;
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
}
.moreP{
  font-size: 2.4rem;
  line-height: 1.25;
  background:#feef50;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  width: 650px;
  height: 80px;
  border-radius: 40px;
  margin: 10px auto;
  letter-spacing: 0.1em;
}
.goods_inner .moreP{
  background: #feef50;
  color: #000;
}

.niners_wrap{}
.niners_list{position: relative;}
.niners_list .point{
  width: 136px;
  height: 136px;
  border-radius: 50%;
  background: #feef50;
  color: #000;
  font-style: oblique;
  font-family: 'League Gothic', sans-serif;
  font-size: 6rem;
  display: flex;
	align-items: center;
  justify-content: center;
  box-sizing: border-box; 
  letter-spacing: 0.05em;
  position: absolute;
  z-index: 10;
  left: 50%;
  top: 100px;
  transform: translateX(-50%);
}
.niners_list:nth-of-type(even) .point{
  background: #000;
  color: #feef50;
}
.niners_img,.niners_text{
  float: left;
  width: 50%;
  height: 500px;
}
.niners_list:nth-of-type(even) .niners_img,
.niners_list:nth-of-type(even) .niners_text{
  float: right;
}
.niners_img{
  background: url(../image/img_niners01.jpg) no-repeat center center;
  background-size: cover;
}
.niners_list:nth-of-type(2) .niners_img{
  background: url(../image/img_niners02.jpg) no-repeat center center;
  background-size: cover;
}
.niners_list:nth-of-type(3) .niners_img{
  background: url(../image/img_niners03.jpg) no-repeat center center;
  background-size: cover;
}
.niners_list:nth-of-type(4) .niners_img{
  background: url(../image/img_niners04.jpg) no-repeat center center;
  background-size: cover;
}
.niners_list:nth-of-type(5) .niners_img{
  background: url(../image/img_niners05.jpg) no-repeat center center;
  background-size: cover;
}
.niners_list:nth-of-type(6) .niners_img{
  background: url(../image/img_niners06.jpg) no-repeat center center;
  background-size: cover;
}
.niners_text{
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  color: #feef50;
  background: #000;
  box-sizing: border-box;
  padding: 0 70px;
}
.niners_list:nth-of-type(even) .niners_text{background: #feef50;color: #000;}
.niners_text_inner{
  margin: 0 auto;
  max-width: 525px;
}
.niners_list:nth-of-type(4) .niners_text_inner{
  max-width: 605px;
}
.niners_list:nth-of-type(5) .niners_text_inner{
  max-width: 645px;
}
.niners_text_inner h4{
  font-size: 3.6rem;
  line-height: 1.2;
  padding-bottom: 30px;
  font-weight: bold;
  position: relative;
}
.niners_text_inner h4:before{
  content: '';
  position: absolute;
  z-index: 2;
  width: 200px;
  height: 5px;
  left: 0;
  bottom:7px;
  background: #feef50;
}
.niners_list:nth-of-type(even) .niners_text_inner h4:before{background: #000;}
.niners_text_inner p{
  font-size: 2.4rem;
  line-height: 2;
}
/* !about_area
---------------------------------------------------------- */
.player_wrap{
  padding-bottom: 64px;
  background: url(../image/bg_about.jpg) no-repeat center center;
  background-size: cover;
}
.player_wrap h3{
  text-align: center;
  color: #feef50;
  font-size: 6rem;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 48px 0;
  font-family: 'League Gothic', sans-serif;
}
.player_wrap h3 font{
  font-family: 'League Gothic';
}
.player_list{
  width: 420px;
  height: 550px!important;
  background: url(../image/bg_hc.jpg) no-repeat center center;
  background-size: cover;
  margin: 0 35px;
  font-weight: bold;
  box-sizing: border-box;
  padding: 373px 60px 0;
}
.player_list h4{
  font-size: 2.4rem;
  font-weight: bold;
  position: relative;
  color: #feef50;
  padding-bottom: 12px;
  text-align: center;
}
.player_list h4:before{
  content: '';
  position: absolute;
  left: 50%;
  bottom: 6px;
  z-index: 2;
  transform: translateX(-50%);
  width: 60px;
  height: 5px;
  background: #feef50;
}
.player_list p{
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.44;
}

.player01{
  background: url(../image/bg_player01.jpg) no-repeat center center;
  background-size: cover;
}
.player03{
  background: url(../image/bg_player03.jpg) no-repeat center center;
  background-size: cover;
}
.player05{
  background: url(../image/bg_player05.jpg) no-repeat center center;
  background-size: cover;
}
.player06{
  background: url(../image/bg_player06.jpg) no-repeat center center;
  background-size: cover;
}
.player07{
  background: url(../image/bg_player07.jpg) no-repeat center center;
  background-size: cover;
}
.player08{
  background: url(../image/bg_player08.jpg) no-repeat center center;
  background-size: cover;
}
.player10{
  background: url(../image/bg_player10.jpg) no-repeat center center;
  background-size: cover;
}
.player11{
  background: url(../image/bg_player11.jpg) no-repeat center center;
  background-size: cover;
}
.player12{
  background: url(../image/bg_player12.jpg) no-repeat center center;
  background-size: cover;
}
.player22{
  background: url(../image/bg_player22.jpg) no-repeat center center;
  background-size: cover;
}
.player32{
  background: url(../image/bg_player32.jpg) no-repeat center center;
  background-size: cover;
}
.player33{
  background: url(../image/bg_player33.jpg) no-repeat center center;
  background-size: cover;
}
.hc{
  background: url(../image/bg_hc.jpg) no-repeat center center;
  background-size: cover;
}

.cheer_inner{
  position: relative;
  background:url(../image/img_about01.jpg) no-repeat top center;
  background-size: cover;
  height: 750px;
}
.cheer_box{
  position: absolute;
  bottom: 70px;
  left: 0;
  z-index: 2;
  width: 100%;
  background: rgba(254,239,80,0.8);
}
.cheer_inner p{
  max-width: 974px;
  margin: 0 auto;
  padding:20px 0 30px;
  line-height: 1.2;
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.tina_inner{
  position: relative;
  background:url(../image/img_about02.jpg) no-repeat top center;
  background-size: cover;
  height: 750px;
}
.tina_inner p{
  width: 490px;
  box-sizing: border-box;
  padding:40px 50px 50px;
  line-height: 1.2;
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  position: absolute;
  z-index: 2;
  top: 430px;
  left: calc(50% - 450px);
  background: rgba(254,239,80,0.8);
}

.us_inner{
  position: relative;
  background:url(../image/bg_us.jpg) no-repeat top center;
  background-size: cover;
  height: 1730px;
}
.us_inner h4{
  text-align: center;
  padding: 73px 0 43px;
}
.us_inner h4 img{width: 450px;}
.us_inner p{
  max-width: 960px;
  margin: 0 auto;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.67;
  letter-spacing: 0.1em;
}

/* !access_info
---------------------------------------------------------- */
.access_inner{
  max-width: 1050px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 40px 0 100px;
  letter-spacing: 0.1em;
}
.access_inner h3{text-align: center;}
.access_inner h3 span{
  display: inline-block;
  font-weight: bold;
  font-size: 3rem;
  line-height: 1.6;
  padding: 0 120px;
  border-bottom: 5px solid #feef50;
  margin-bottom: 14px;
}
.access_inner .addrP{
  font-size: 2.4rem;
  font-weight: bold;
  padding-bottom: 44px;
  text-align: center;
}
.access_inner dt{
  float: left;
  margin-right: 20px;
  width: 485px;
}
.access_inner dt img{width: 100%;}
.access_inner dd{
  overflow: hidden;
  padding-top: 20px;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0;
}
.access_inner dd .walking{
  box-sizing: border-box;
  padding-left: 70px;
  background: url(../image/icon_walking.png) no-repeat top 6px left;
  background-size: 60px auto;
}
.access_inner dd .walking span{display: block;}
.access_inner dd .notice{
  padding-top: 38px;
}
.access_inner dd a{color: #c72922;text-decoration: underline;}
.access_inner dd a:hover{text-decoration:none;}
/* !page_top
---------------------------------------------------------- */
.ft_share{
  background: #1a1a1a;
  padding: 10px 0 26px;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  color: #feef50;
  text-align: center;
  font-family: 'League Gothic', sans-serif;
}
.ft_share p{padding-bottom: 10px;}
.ft_share ul{font-size: 0;}
.ft_share li{
  display: inline-block;
  margin: 0 26px;
}
.ft_share li img{width: 44px;}
.page_top a {
	background: #feef50;
  padding: 15px 0;
  display: block;
  width: 100%;
  text-align: center;
}
.page_top a img{height: 30px;}
/* !footer
---------------------------------------------------------- */
#footer {
  background: #000;
  padding: 60px 10px;
  text-align: center;
}
#footer .logo {
  margin-bottom: 40px;
}
	
#copyright a{
	color: #fff;
  font-size: 1.8rem;
  text-decoration: none;
}



	
.op img {
	transition: all 0.5s !important;
	-moz-transition: all 0.5s !important; /* Firefox */
	-webkit-transition: all 0.5s !important; /* Chrome&amp;Safari */
}
.op:hover img {
	opacity: .7;
	-webkit-opacity: .7;
	-moz-opacity: .7;
}

.sec_title{
  width: 100%; 
  text-align: center;
  padding: 55px 0;
  font-size: 7rem;
  line-height: 1;
  font-family: 'League Gothic', sans-serif; 
  background: url(../image/bg_title.jpg) top center no-repeat;
  background-size: cover;
}

.animateblock {
 opacity: 0;
}

.access_inner iframe{
  width: 485px;
  height: 350px;
  margin-bottom: 50px;
}

</pre></body></html>