@charset "utf-8";


/* !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 JP", sans-serif;
 font-size: 1.4rem;
 -webkit-text-size-adjust: none;
 line-height: 1.5;
}

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

@font-face {
    font-family: 'DIN Condensed';
    src: url('../fonts/DINCondensed-Bold.eot');
    src: url('../fonts/DINCondensed-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/DINCondensed-Bold.woff2') format('woff2'),
        url('../fonts/DINCondensed-Bold.woff') format('woff'),
        url('../fonts/DINCondensed-Bold.ttf') format('truetype'),
        url('../fonts/DINCondensed-Bold.svg#DINCondensed-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

.din_condensed {
  font-family: 'DIN Condensed';
}

/* !wrapper
---------------------------------------------------------- */
#fagiano_lp_wrapper {
	width: 100%;
  overflow: hidden;
}

/* !header
---------------------------------------------------------- */
#fagiano_lp_header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  height: 60px;
}
#fagiano_lp_header .fagiano_lp_game {
  display: none;
}

.btnMenu {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  z-index: 999;
}
.btnMenu a {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  color: #fff;
  width: 60px;
  height: 60px;
  font-size: 1.6rem;
  line-height: 1;
  position: relative;
  background: #1C2469;
  font-weight: bold;
}
.btnMenu img {
  display: block;
  margin: 0 auto 3px;
  width: 24px;
}
.btnMenu .menuClose,
.btnMenu.active .menuOpen{
  display: none;
}
.btnMenu.active .menuClose{
  display: block;
}

.fagiano_lp_menu {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  z-index: 2;
  display: none;
}

.fagiano_lp_page_top a {
  width: 100%;
  display: block;
  background: #1C2469;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
  text-decoration: none;
  padding: 10px;
}
.fagiano_lp_page_top img {
  display: block;
  margin: 0 auto 5px;
}

.fagiano_lp_sns {
  text-align: center;
  background: #B6003D;
  font-size: 1.5rem;
  line-height: 1.2;
  padding: 20px 0;
  font-weight: bold;
  color: #fff;
}

.fagiano_lp_sns ul {
  margin-top: 15px;
}

.fagiano_lp_sns ul li {
  display: inline-block;
  margin: 0 15px;
}
.fagiano_lp_sns ul li a {
  display: block;
  font-size: 1.4rem;
  line-height: 1.2;
  color: #fff;
  text-decoration: none;
}

.fagiano_lp_sns img {
  display: block;
  width: 38px;
  margin: 0 auto 10px;
}
.fagiano_lp_nav {
  background: #1C2469;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: bold;
  color: #fff;
}
.fagiano_lp_nav a {
  text-decoration: none;
  color: #fff;
  display: block;
  width: 100%;
  height: 94px;
  text-align: center;
  padding-top: 12px;
  box-sizing: border-box;
}
.fagiano_lp_nav ul {
  max-width: 282px;
  margin: 0 auto;
}
.fagiano_lp_nav ul li {
  width: 33.33%;
  float: left;
}
.fagiano_lp_nav ul li img {
  display: block;
  margin: 0 auto 6px;
  max-width: 50px;
}


/* !fagiano_lp_mainVisual
---------------------------------------------------------- */
.fagiano_lp_mainVisual,
.fagiano_lp_mainVisual img {
  width: 100%;
}
#fagiano_lp_mainVisual img {
  width: 100%;
}

/* !title
---------------------------------------------------------- */
.fagiano_lp_sec_title {
  width: 100%;
  background: #B6003D;
  font-family: 'Oswald', sans-serif;
  font-weight: 200;
  color: #fff;
  text-align: center;
  font-size: 3rem;
  /*line-height: 2;*/
  padding: 5px 0;
  position: relative;
}
.fagiano_lp_sec_title:before {
  width: 260px;
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  z-index: 1;
	/*
  background: url(../image/bg_title.png) center center no-repeat;
  background-size: 100% 100%;
	*/
  content: '';
}
.fagiano_lp_sec_title span {
  display: block;
  position: relative;
  z-index: 2;
}

.fagiano_lp_sub_title {
  /*width: 100%;
	font-weight: 200;
	color: #B2862F;
	font-size: 3rem;
	line-height: 1.36;*/
  font-family: 'Oswald', sans-serif;
  text-align: center;
  position: relative;
  margin-bottom: 30px!important;
	width: 90%;
	margin: 0 auto;
	font-weight: 600;
	color: #1C2469;
	background: #fff;
	font-size: 2rem;
	line-height: 1.6;
}

/* !anchor
---------------------------------------------------------- */
.fagiano_lp_anchor {
    padding: 40px 0;
		background: #1C2469;
}
.fagiano_lp_anchor_inner {
    padding: 0 15px;
    max-width: 375px;
}
.fagiano_lp_anchor_ul {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 15px;
}
.fagiano_lp_anchor_ul a {
  background-size: 12px auto;
  display: block;
  padding: 5px 5px 20px;
  text-align: center;
  line-height: 1.2;
	background: #fff;
	text-decoration: none;
	position: relative;
}
.fagiano_lp_anchor_ul .en {
    font-size: 16px;
    color: #BF9C46;
		font-family: 'DIN Condensed';
}
.fagiano_lp_anchor_ul .jp {
    font-size: 16px;
    font-weight: bold;
    color: #ad0040;
		font-family: YakuHanJP, "Hiragino Sans", Meiryo, "Yu Gothic Medium", sans-serif;
}
.fagiano_lp_anchor_ul a:after {
    width: 100%;
    height: 12px;
    background: url(../image/arrow_anchor.svg) center center no-repeat;
    background-size: auto 100%;
    position: absolute;
    left: 0;
    bottom: 5px;
    z-index: 2;
    content: '';
}

/* !GAME PREVIEW
---------------------------------------------------------- */
.fagiano_lp_game_preview {
  background: #1C2469;
}

.fagiano_lp_game_preview_box {
  padding: 50px 20px 54px;
  font-size: 1.4rem;
  line-height: 2;
  color: #fff;
}

/* !PLAYERS
---------------------------------------------------------- */
.fagiano_lp_player_box {
  padding-bottom: 50px;

}
.fagiano_lp_player_list {
  padding: 0 20px;
}
.fagiano_lp_player_item {
  float: left;
  width: 100%;
  padding: 0 38px;
  box-sizing: border-box;
  font-size: 1.4rem;
  line-height: 1.5;
}
.fagiano_lp_player_item p:last-child {
  background-color: #fff;
  /*padding: 20px 12px;*/
}
.fagiano_lp_player_item h2{
  color: #fff;
  background-color: #B2862F;
  font-size: 1.4rem;
  line-height: 30px;
  font-weight: bold;
  text-align: center;
}

.fagiano_lp_player_list .slick-arrow {
  width: 40px;
  height: 54px;
  top: 50%;
  transform: translateY(-50%);
}
.fagiano_lp_player_list .slick-arrow.slick-prev {
  left: 0;
}
.fagiano_lp_player_list .slick-arrow.slick-next {
  right: 0;
}

.fagiano_lp_player_num {
  text-align: center;
  margin-top: 50px;
  line-height: 5em;
}
.fagiano_lp_player_num li {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #fff;
  font-size: 2.4rem;
  line-height: 40px;
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  color: #1C2469;
  margin: 0 12px;
  cursor: pointer;
  background: #fff;
}

.fagiano_lp_player_num li.current {
  background: #B2862F;
  color: #fff;
}
.fagiano_lp_player_item .hlg02{
  padding: 10px;
}
/* !MOVIE
---------------------------------------------------------- */
.fagiano_lp_movie {
  background: #E6E6E6;
}
.fagiano_lp_movie_box {
  padding: 50px 20px;
}
.fagiano_lp_movie_iframe iframe {
  width: 100%;
  height: 50vw;
}
.fagiano_lp_movie_caption {
  text-align: center;
  color: #B6003D;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: bold;
  margin-top: 10px;
}


/* !EVENT
---------------------------------------------------------- */

.fagiano_lp_event {
  background: #E6E6E6;
	border-bottom: 0.3em solid #1c2469;
}

.fagiano_lp_event_inner {
  padding: 50px 20px;
}
.fagiano_lp_event_title {
    font-size: 1.8rem;
    line-height: 1.66;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
    color: #B6003D;
    font-family: YakuHanJP, "Hiragino Sans", Meiryo, "Yu Gothic Medium", sans-serif;
}
.fagiano_lp_sub_title_event {
    font-family: 'Oswald', sans-serif;
    text-align: center;
    position: relative;
    margin-bottom: 30px!important;
    width: 90%;
    margin: 0 auto;
    font-weight: 600;
    color: #fff;
    background: #B6003D;
    font-size: 2rem;
    line-height: 1.6;
}

.fagiano_lp_event_item {
    float: left;
    width: 100%;
    padding: 0 30px;
    box-sizing: border-box;
    font-size: 1.6rem;
    line-height: 1.75;
    color: #fff;
}
.fagiano_lp_event_item_textbox h2 {
	padding: 10px 5px;
	font-size: 1.3rem;
	text-align: center;
	background: #ad0040;
	color: #fff;
	line-height: 1.5;
}
.fagiano_lp_event_item_textbox {
    background: #fff;
    height: auto;
}
.fagiano_lp_event_item_textbox p {
		color: #000;
    padding: 10px;
    line-height: 1.6;
    font-size: 1.3rem;
}


/*キッズパーク*
---------------------------------------------------------- */
.fagiano_lp_event_box .imgkids{
    width: 50%;
	  padding-bottom: 50px;
}
.fagiano_lp_event_item .kids{
	height: 40px!important;
}
.fagiano_lp_event_item .kids h2{
	text-align: center;
	font-size: 1.3rem;
}
.fagiano_lp_event_mainitem {
		width: 100%;
		margin: 0 auto 50px;
}
.fagiano_lp_event_mainitem p {
		background: #fff;
		line-height: 1.6;
		font-size: 1.3rem;
}

/* !match_detail
---------------------------------------------------------- */
.fagiano_lp_match_detail {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 50px 0;
  /*background: url("../image/bg_02.jpg") center center repeat;
	background: url(../image/cv_background_pc.jpg) center center repeat;*/
	background: url(../image/match_bg.jpg) center center repeat;
  overflow: hidden;
  background-size: cover;
}

.fagiano_lp_match {
  margin: 0 auto;
  width: 300px;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 2;
}
.fagiano_lp_team {
  overflow: hidden;
  display: inline-block;
  margin: 0 auto;
}


.fagiano_lp_team .fagiano_lp_club {
  text-align: center;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.5;
  width: 100%;
  overflow: hidden;
}

.fagiano_lp_team .fagiano_lp_club.team {
  width: 130px;
  float: left;
}
.fagiano_lp_team .fagiano_lp_club.team:nth-child(2) {
  float: right;
}
.fagiano_lp_team .fagiano_lp_club.team img {
  display: block;
  margin-bottom: 18px;
}
.emb{
	height: 80px;
}
.fagiano_lp_vs {
  overflow: hidden;
  width: 40px;
  font-size: 3rem;
  line-height: 158px;
  font-family: 'DIN Condensed';
}
.fagiano_lp_match_league {
  font-size: 1.8rem;
  font-weight: bold;
  padding-top: 40px;
}
.fagiano_lp_match_league img {
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
  width: 75px;
}
.fagiano_lp_match_Date {
  font-size: 11rem;
  line-height: 1;
  margin-top: 15px;
}
.fagiano_lp_match_Date span {
  display: inline-block;
}
.fagiano_lp_match_Date .fagiano_lp_match_week {
  width: 36px;
  height: 36px;
  text-align: center;
  margin-left: 14px;
}
.fagiano_lp_match_Date .fagiano_lp_match_week em {
  font-size: 2rem;
  line-height: 2.8;
  color: #fff;
  font-weight: bold;
  display: block;
  position: relative;
  top: -10px;
}
.fagiano_lp_match_Date .fagiano_lp_match_week.sat {
  background: #00008B;
}
.fagiano_lp_match_Date .fagiano_lp_match_week.sun {
  background: #FF0000;
}

.fagiano_lp_match_ticket_off {
  font-size: 4rem;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  margin-top: -10px;
}
.fagiano_lp_match_ticket_off .note {
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
}
.fagiano_lp_match_ticket_btn li {
  margin-top: 30px;
}

/* !sponser
---------------------------------------------------------- */
.sponsersWrapper{border-bottom: 0.3em solid #1c2469;}
.sponsersWrapper h3 {margin: 0; color: #015a68; font-weight: 600;padding-top: 50px;
	font-size: 2rem;width: 90%;margin: 0 auto;}
.banner {width: 100%;margin: 50px 0;padding: 0;justify-content: space-between;}
.banner figure {width: 27.33%;margin: 15px 10px;padding: 0;box-sizing: border-box;}
.flex {display: flex;flex-wrap: wrap;}


/* !FOOD
---------------------------------------------------------- */
.fagiano_lp_food {
  background: #e6e6e6;
	border-bottom: 0.3em solid #1c2469;
}
.fagiano_lp_food_inner {
  padding: 50px 20px;
}
.fagiano_lp_food_title {
  /*color: #B2862F;*/
  font-size: 1.8rem;
  line-height: 1.66;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
	color: #B6003D;
	font-family: YakuHanJP, "Hiragino Sans", Meiryo, "Yu Gothic Medium", sans-serif;
}

.fagiano_lp_food_item_textbox p {
    color: #000;
    padding: 0 10px 10px;
    line-height: 1.5;
    font-size: 1.5rem;
}
.fagiano_lp_food_title span {
    color: #B6003D;
    font-size: 1.2rem;
    font-weight: normal;
    text-align: center;
    display: block;
    padding-top: 10px;
}
.fagiano_lp_sub_title_food {
    font-family: 'Oswald', sans-serif;
    text-align: center;
    position: relative;
    margin-bottom: 30px!important;
    width: 90%;
    margin: 0 auto;
    font-weight: 600;
    color: #fff;
    background: #B6003D;
    font-size: 2rem;
    line-height: 1.6;
}
.fagiano_lp_food_item {
  float: left;
  width: 100%;
  padding: 0 38px;
  box-sizing: border-box;
  font-size: 1.6rem;
  line-height: 1.75;
  color: #fff;
}
.fagiano_lp_food_item h2{
  /*color: #fff;
	margin-bottom: 12px;
	margin-top: 20px;*/
	color: #000;
	padding: 10px;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: bold;
	margin-bottom: 0;
	margin-top: 0px;
}
.fagiano_lp_food_item span{
  background: #1c2469;
    color: #fff;
    margin-left: 20px;
    padding: 1px 10px;
    font-size: 1.2rem;
    border-radius: 5px;
}
.fagiano_lp_food_item_textbox {
  background: #fff;
  height: auto;
}
.fagiano_lp_food_num {
  font-size: 1.4rem;
  width: 120px;
  padding-right: 24px;
  text-align: center;
  position: relative;
  color: #fff;
  font-weight: bold;
  line-height: 24px;
  background: #000000;
  box-sizing: border-box;
}
.fagiano_lp_food_num span {
  position: absolute;
  width: 24px;
  height: 24px;
  background: #B6003D;
  right: 0;
  top: 0;
  z-index: 2;
  text-align: center;
  line-height: 24px;
  font-size: 1.8rem;
  padding-top: 2px;
  box-sizing: border-box;
}
.fagiano_lp_food_num span:after {
  position: absolute;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 12px solid #B6003D;
  border-left: 6px solid #B6003D;
  right: -12px;
  top: 0;
  z-index: 2;
  content: '';
}

.fagiano_lp_food_list .slick-arrow {
  width: 40px;
  height: 54px;
  top: 50%;
  transform: translateY(-50%);
}
.fagiano_lp_food_list .slick-arrow.slick-prev {
  left: -20px;
  background-image: url(../image/ico_prev_red.png);
}
.fagiano_lp_food_list .slick-arrow.slick-next {
  right: -20px;
  background-image: url(../image/ico_next_red.png);
}

/* !GOODS
---------------------------------------------------------- */
.fagiano_lp_goods {
  /*background: #1C2469;*/
	background: #e6e6e6;
	border-bottom: 0.3em solid #1c2469;
}
.fagiano_lp_goods_inner {
  padding: 50px 20px;
}
.fagiano_lp_goods_title {
  color: #B6003D;
  font-size: 1.8rem;
  line-height: 1.66;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
	font-family: YakuHanJP, "Hiragino Sans", Meiryo, "Yu Gothic Medium", sans-serif;
}

.fagiano_lp_goods_item {
  float: left;
  width: 100%;
  padding: 0 38px;
  box-sizing: border-box;
  font-size: 1.6rem;
  line-height: 1.75;
  color: #fff;
}
.fagiano_lp_goods_item h2{
  color: #fff;
  /*font-size: 1.8rem;*/
	font-size: 1.4rem;
  line-height: 1.5;
  font-weight: bold;
  /*margin-top: 20px;*/
	background: #ad0040;
	padding: 10px;
}

.fagiano_lp_goods_list .slick-arrow {
  width: 40px;
  height: 54px;
  top: 50%;
  transform: translateY(-50%);
}
.fagiano_lp_goods_list .slick-arrow.slick-prev {
  left: -20px;
  background-image: url(../image/ico_prev_red.png);
}
.fagiano_lp_goods_list .slick-arrow.slick-next {
  right: -20px;
  background-image: url(../image/ico_next_red.png);
}

/* !TICKET
---------------------------------------------------------- */
.fagiano_lp_ticket {
  background: #fff;
	border-bottom: 0.3em solid #1c2469;
	}
}
.fagiano_lp_ticket_inner {
  padding:20px!important;
}
.fagiano_lp_ticket_title {
  width: 100%;
  background: #B6003D;
  border-radius: 15px;
  text-align: center;
  font-size: 1.4rem;
  line-height: 2.14;
  font-weight: bold;
  margin-bottom: 20px;
  color: #fff;
}
.fagiano_lp_ticket_list {
  padding-bottom: 20px;
}
.fagiano_lp_ticket_list li {
  box-sizing: border-box;
  margin-bottom: 30px;
  font-size: 1.2rem;
  line-height: 1.5;
}
.fagiano_lp_ticket_list li img {
  width: 100%;
}
.fagiano_lp_ticket_list h3 {
  font-size: 1.4rem;
  line-height: 1.5;
  margin: 20px 0 10px;
  color: #1C2469;
  font-weight: bold;
}
.fagiano_lp_ticket_inner .fagiano_lp_stadium_img {
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 50px;
}
.fagiano_lp_ticket_inner .fagiano_lp_stadium_img img {
  width: 100%;
}


.fagiano_lp_ticket_table .fagiano_lp_ticket_title {
  margin-bottom: 30px;
}
.fagiano_lp_ticket_table table{
  width: 100%;
  margin: 0 auto;
}
.fagiano_lp_ticket_table table th,
.fagiano_lp_ticket_table table td {
  text-align: left;
  box-sizing: border-box;
  border: 2px solid #fff;
}

.fagiano_lp_ticket_table table thead th{
  background: #0D3A92;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.5;
  text-align: center;
  padding: 13px 10px;
}

.fagiano_lp_ticket_table table tbody th,
.fagiano_lp_ticket_table table tbody td {
  font-size: 1.2rem;
  line-height: 1.5;
  /*font-weight: bold;*/
  text-align: center;
  vertical-align: middle;
  padding: 13px 5px;
}

.fagiano_lp_ticket_table table tbody th {
  background: #C0C0C0;
  padding: 13px 10px;
}
.fagiano_lp_ticket_table .line01 {
  background: #A9D336;
  color: #fff;
  text-align: left;
}
.fagiano_lp_ticket_table .line02 {
  background: #B6003D;
  color: #fff;
  text-align: left;
}
.fagiano_lp_ticket_table .line03 {
  background: #1168B7;
  color: #fff;
  text-align: left;
}
.fagiano_lp_ticket_table .line04 {
  background: #FDD600;
  color: #fff;
  text-align: left;
}
.fagiano_lp_ticket_table .line05 {
  background: #57C0F1;
  color: #fff;
  text-align: left;
}
.fagiano_lp_ticket_table .line06 {
  background: #DF6A70;
  color: #fff;
  text-align: left;
}
.fagiano_lp_ticket_table .line07 {
  background: #E796BA;
  color: #fff;
  text-align: left;
}
.fagiano_lp_ticket_table .line08 {
  background: #A883B6;
  color: #fff;
  text-align: left;
}
.fagiano_lp_ticket_table .line09 {
  background: #F68655;
  color: #fff;
  text-align: left;
}
.fagiano_lp_ticket_table .odd {
  background: #F5F5F5;
}
.fagiano_lp_ticket_table .even {
  background: #E5E5E5;
}
.fagiano_lp_ticket_note {
  margin-top: 20px;
}
.fagiano_lp_ticket_note li {
  font-size: 1rem;
  line-height: 2;
}

.fagiano_lp_ticket_free {
  background: #fff;
  padding: 50px 20px;
}

.fagiano_lp_ticket_img {
  margin-bottom: 20px;
}
.fagiano_lp_ticket_img img {
  width: 100%;
}
.fagiano_lp_ticket_txt {
  overflow: hidden;
  font-size: 1.4rem;
  line-height: 1.5;
	padding-top: 20px
}

.fagiano_lp_ticket_link {
  margin-top: 30px;
}
.fagiano_lp_ticket_img img,
.fagiano_lp_ticket_link img{
  width: 100%;
}

.fagiano_lp_ticket_btn{
  text-align: center;
  margin-top:30px ;
}
.fagiano_lp_ticket_btn a{display: inline-block;}
.fagiano_lp_ticket_btn img{width: 460px}
.fagiano_lp_ticket_notice{
  font-weight: 500;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  padding-top: 17px
}
.fagiano_lp_seat_btn{
	text-align: center;
}
.fagiano_lp_seat_btn a{
	display: inline-block;
}
.fagiano_lp_seat_btn img{
  margin-top: 50px;
}

.fagiano_lp_ticket_dreampath {
    margin-top: 100px;
}
.fagiano_lp_btn {
    text-align: center;
}
.fagiano_lp_btn a {
    margin: 40px 20px;
    padding: 10px 30px;
    border-radius: 50px;
    font-size: 1.8rem;
    background: #ad0040;
    color: #fff;
    display: inline-block;
    text-decoration: none;
}
.fagiano_lp_btn a:hover{
	background: #fff;
	color: #ad0040;
}
.fagiano_lp_access {
  background: #fff;
	/*border-bottom: 0.3em solid #1c2469;*/
}
.fagiano_lp_access_inner {
  padding: 50px 20px;
}
.fagiano_lp_access_img {
  margin-bottom: 50px;
}
.fagiano_lp_access_img ul {
  max-width: 435px;
  margin: 0 auto;
}
.fagiano_lp_access_img li {
  text-align: center;
  margin-top: 30px;
}
.fagiano_lp_access_box {
  overflow: hidden;
  font-size: 1.6rem;
  line-height: 1.5;
}
.fagiano_lp_access_title {
  font-size: 2.8rem;
  color: #B6003D;
  line-height: 1.6;
  margin-bottom: 10px;
  font-weight: bold;
  text-align: center;
}
.fagiano_lp_access_subtitle {
  font-size: 1.8rem;
  color: #000;
  line-height: 1.66;
  margin-bottom: 30px;
  font-weight: bold;
  text-align: center;
}
.fagiano_lp_access_box dl {
  margin-bottom: 30px;
}
.fagiano_lp_access_box dl dt {
  font-weight: bold;
  padding-left: 50px;
  font-size: 2rem;
  line-height: 2;
  margin-bottom: 10px;
}
.fagiano_lp_access_box dl dt.access01 {
  background: url(../image/icon_walk.svg) left center no-repeat;
  background-size: 40px auto;
}
.fagiano_lp_access_box dl dt.access02 {
  background: url(../image/icon_bus.svg) left center no-repeat;
  background-size: 40px auto;
}
.fagiano_lp_access_box dl dt.access03 {
  background: url(../image/icon_plane.svg) left center no-repeat;
  background-size: 40px auto;
}
.fagiano_lp_access_box dl dt.access04 {
  background: url(../image/icon_car.svg) left center no-repeat;
  background-size: 40px auto;
}

/* !キッズパーク
---------------------------------------------------------- */
.fagiano_lp_kids {
    background: #E6E6E6;
    border-bottom: 0.3em solid #1c2469;
}
.fagiano_lp_kids_inner {
    padding: 50px 0px;
}
.fagiano_lp_kids_box .imgkids {
    width: 45%;
    padding-bottom: 50px;
}
.fagiano_lp_kids_list {
    overflow: hidden;
    padding-top: 20px;
    margin-top: -50px;
}
.fagiano_lp_kids_item {
    float: left;
    width: 50%;
    padding: 10px;
    box-sizing: border-box;
    margin-top: 30px;
}
.fagiano_lp_kids_item a {
    display: block;
    text-decoration: none;
    transition: all 0.5s !important;
    -moz-transition: all 0.5s !important;
    -webkit-transition: all 0.5s !important;
    background: #fff;
    /* border-radius: 10px; */
    overflow: hidden;
}
.fagiano_lp_kids_item_textbox {
    background: #fff;
    height: 40px;
}
.fagiano_lp_kids_item .kids h2 {
    text-align: center;
    font-size: 1.3rem;
		padding: 10px 5px
}

.fagiano_lp_schedule {
  background: #1C2469;
}

li.hide{
  display: none;
}

.fagiano_lp_schedule_inner {
  padding: 50px 20px;
}

.fagiano_lp_schedule_list div > li {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 0 38px;
}
.fagiano_lp_schedule_item {
  width: 100%;
  background: #fff;
  /*border: 2px solid #B2862F;*/
  box-sizing: border-box;
}
.fagiano_lp_schedule_title {
  width: 100%;
  background: #ad0040;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 4;
}
.fagiano_lp_schedule_box {
  padding: 28px 15px 18px;
}

.fagiano_lp_schedule_list .fagiano_lp_team {
  display: block;
  margin: 0;
}
.fagiano_lp_schedule_list .fagiano_lp_club.team {
  width: 44% !important;
  font-size: 1rem !important;
  text-align: center;
}
.fagiano_lp_schedule_list .fagiano_lp_club img {
  max-width: 80px;
  margin: 0 auto;
}
.fagiano_lp_schedule_list .fagiano_lp_club:last-child {
  width: 12% !important;
  font-size: 2.9rem !important;
  font-family: 'DIN Condensed';
  line-height: 104px;
  text-align: center;
}
.fagiano_lp_schedule_info {
  text-align: center;
  padding: 20px 0;
  font-size: 1.4rem;
}
.fagiano_lp_schedule_info span {
  display: inline-block;
}
.fagiano_lp_schedule_date {
  font-size: 5rem;
  line-height: 1;
  font-family: 'DIN Condensed';
}
.fagiano_lp_schedule_week {
  font-size: 2.4rem;
  line-height: 1;
  margin-left: 5px;
}
.fagiano_lp_schedule_time {
  font-size: 3.1rem;
  line-height: 1;
  font-family: 'DIN Condensed';
  margin-left: 5px;
}
.fagiano_lp_schedule_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 82px;
}
.fagiano_lp_schedule_btn ul {
  width: 100%;
}
.fagiano_lp_schedule_btn li a {
  width: 100%;
  display: block;
}
.fagiano_lp_schedule_btn li + li {
  margin-top: 10px;
}


.fagiano_lp_schedule_list .slick-arrow {
  width: 40px;
  height: 54px;
  top: 50%;
  transform: translateY(-50%);
}
.fagiano_lp_schedule_list .slick-arrow.slick-prev {
  left: -20px;
  background-image: url(../image/ico_prev_red.png);
}
.fagiano_lp_schedule_list .slick-arrow.slick-next {
  right: -20px;
  background-image: url(../image/ico_next_red.png);
}

#fagiano_lp_footer {
  background: #000000;
  text-align: center;
  padding: 50px 0px 140px;
  color: #fff;
  font-size: 1.2rem;
  line-height: 2;
}

#fagiano_lp_footer ul{
  margin-top: 50px;
}
#fagiano_lp_footer ul li{
	display: block;
  margin: 0;
  }

.fagiano_lp_logo {
  margin-bottom: 30px;
  text-align: center;
}

.fagiano_lp_logo img {
  height: 200px;
}
#fagiano_lp_footer a {
  color: #fff;
  text-decoration: none;
}
#fagiano_lp_footer p {
      margin: 20px 0 0;
      font-size: 12px;
  }
#fagiano_lp_footer img {
		    width: 120px;
		}
.fagiano_lp_smart_btn img{
	width: 80%!important;
}
.hide {
  display: none;
}

.fagiano_lp_smart_btn {
  padding: 8px;
  background: #B6003D;
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 99;
}
/*
.fagiano_lp_smart_btn li {
  float: left;
  width: 50%;
  padding: 0 12px;
  box-sizing: border-box;
}
*/
.fagiano_lp_smart_btn li {
  padding: 0 30px;
  box-sizing: border-box;
}
.fagiano_lp_smart_btn li a {
  display: block;
  text-align: center;
}
.fagiano_lp_smart_btn li img {
  /*height: 60px;*/
}
.tabCtrl li {
  float: left;
  width: 50%;
}
.tabCtrl li a {
  display: block;
  background: #EEEEEE;
  font-size: 1.4rem;
  line-height: 40px;
  width: 100%;
  font-weight: bold;
  text-align: center;
  position: relative;
  color: #999999;
  text-decoration: none;
}
.tabCtrl li a:after {
  width: 16px;
  height: 14px;
  background: url(../image/icon_tab.png) center bottom no-repeat;
  background-size: 100% auto;
  display: inline-block;
  margin-left: 6px;
  content: '';
}
.tabCtrl li a.active {
  background: #0D3A92;
  color: #fff;
}.tabCtrl li a.active:after {
  background: url(../image/icon_tab_active.png) center bottom no-repeat;
  background-size: 100% auto;
}


/* !EVENT
---------------------------------------------------------- */

.fagiano_lp_event_item_textbox {
  height: auto;
}
.fagiano_lp_event_item_textbox span{
font-size:1.2rem;
}
.fagiano_lp_gift_txt02 {
  font-size: 1.6rem;
}
.fagiano_lp_gift_txt03 {
  font-size: 1.6rem;
  padding: 0;
  line-height: 1.8;
}
.banner figure {
  width: 43%
}



/*add*/

.Oswald{
  font-weight: 400;
  font-family: 'Oswald', sans-serif;
}
.fagiano_lp_presents{
  background: url(../image/bg_presents_sp.jpg)no-repeat center center;
  background-size: cover;
}
.fagiano_lp_presents_inner{
  padding: 50px 20px;
}
.fagiano_lp_presents_dl{
  margin-bottom: 55px;
}
.fagiano_lp_presents_dl dt{
  margin-bottom: 20px
}
.fagiano_lp_presents_dl dd{
  display: flex;
  justify-content: center;
}
.fagiano_lp_presents_p01{
  background: url(../image/bg_presents_p01.svg)no-repeat center center;
  background-size: 100% 100%;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 38px;
  max-width: 335px;
  margin: 0 auto;
  text-align: center;
}
.fagiano_lp_presents_p02{
  text-align: center;
  color: #fff;
  font-size: 3.2rem;
  line-height: 1.2;
  padding: 6px 0 0;
  font-weight: 900
}
.fagiano_lp_presents_p02 font{font-weight: 400}
.fagiano_lp_presents_p03{
  background: #fff;
  color: #990039;
  font-size: 3.7rem;
  line-height: 47px;
  font-weight: 900;
  padding: 12px 24px;
  position: relative;
  margin-right: 22px
}
.fagiano_lp_presents_p03:after{
  content: '';
  position: absolute;
  left: calc(100% - 2px);
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 14px;
  height: 22px;
  background: url(../image/arrow_presents.svg)no-repeat center center;
  background-size: 100% 100%;
}
.fagiano_lp_presents_p04{
  color: #ffff00;
  font-size: 4.4rem;
  line-height: .85;
  font-weight: 900
}
.fagiano_lp_presents_p04 font{
  font-size: 13.7rem;
  line-height: 117px;
  font-weight: bold;
}
.fagiano_lp_presents_box{
  margin: 0 auto 30px;
  background: #fff;
  position: relative;
  padding: 95px 10px 12px;
  text-align: center;
  box-sizing: border-box;
}
.fagiano_lp_presents_p05{
  border-radius: 50%;
  position: absolute;
  top: -35px;
  transform: translateX(-50%);
  left: 50%;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 129px;
  height: 129px;
  color: #fff;
  background: #B2862F;
  border: 5px solid #8D6512;
  font-size: 2.1rem;
  line-height: 28px;
  font-weight: 900;
  letter-spacing: 0.1em;
  box-sizing: border-box;
}
.fagiano_lp_presents_p06{
  font-size: 4.2rem;
  font-weight: 900;
  color: #B2862F
}
.fagiano_lp_presents_p06 font{
  font-size: 7rem;
  line-height: 1.2;
  font-weight: bold;
}
.fagiano_lp_presents_p07{
  font-size: 2.1rem;
  letter-spacing: 0.05em;
  font-weight: 900;
  color: #000
}
.fagiano_lp_presents_btn{
  text-align: center;
}
.fagiano_lp_presents_btn a{display: inline-block;}
.fagiano_lp_presents_btn img{width: 335px}
.fagiano_lp_presents_notice{
  font-weight: 500;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  padding-top: 8px
}


/*fagiano_lp_gift*/
.fagiano_lp_gift{
  background: #fff;
	/*border-bottom: 0.3em solid #1C2469;*/
}

.fagiano_lp_gift_inner{
	padding: 50px 20px;
}

.fagiano_lp_gift_title {
    width: 90%;
    background: #B2862F;
    font-family: 'Oswald', sans-serif;
    font-weight: 200;
    color: #fff;
    text-align: center;
    font-size: 2.6rem!important;
    line-height: 2;
		margin: 30px auto;
	}

.fagiano_lp_gift_box h2{
	/*
  background: url(../image/h2_gift_sp.png)no-repeat center center;
	*/
  background-size: 100% 100%;
  color: #fff;
  font-size: 2.1rem;
  font-weight: 900;
  line-height: 42px;
  padding-bottom: 7px;
  width: 340px;
  margin: 0 auto 22px;
  text-align: center;
}
.fagiano_lp_gift_img {
    width: 100%;
		padding: 0 0 10px;
}
.fagiano_lp_gift_ul li + li{
	margin-top: 30px
}
.fagiano_lp_gift_box h3{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 36px;
  background: #1C2469;
  border-radius: 21px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 900;
  margin: 5px 10px;
}
.fagiano_lp_gift_txt{
  font-size: 1.4rem;
  line-height: 1.8;
	padding: 10px;
}

.fagiano_lp_gift_txt a{
  color: #ad0040;
  font-weight: bold;
}
.fagiano_lp_gift_title {
    font-size: 2.2rem!important;

}
    .fagiano_lp_gift_title span {
    padding: 0.25em 1.1em;
    position: relative;
}
.fagiano_lp_gift_title span::before, .fagiano_lp_gift_title span::after {
    position: absolute;
    content: "";
    width: 3px;
    height: 100%;
    background: #fff;
    bottom: 0;
}
.fagiano_lp_gift_title span::before {
    left: 0;
    transform: rotate(
-30deg);
}

.fagiano_lp_gift_title span::after {
    right: 0;
    transform: rotate(
30deg);
}

.fagiano_lp_gift_img{
	padding-bottom: 30px;
}

.red{
	background: #ad0040!important;
}
.center{
	text-align: center;
}

.fagiano_lp_gift_txt02{
    padding: 0px 0px 50px;
    font-size: 1.4rem;
    line-height: 2;
    color: #000;
}
.fagiano_lp_gift_txt03 {
    font-size: 1.3rem;
    line-height: 1.8;
    padding: 0 10px;
}
.fagiano_lp_gift_txt03 span {
    color:#ff0000;
}
.fagiano_lp_gift_txt04 {
text-align: center;
    font-size: 2rem;
    color: #ff0000;
    font-weight: bold;
    margin-bottom: 30px;
}
.ba{
	margin-top: 30px;
}


@media screen and (min-device-width: 769px) and (max-device-width: 1024px){
  .fagiano_lp_match {
    width: 100%;
  }
  .banner {
    width: 100%;
  }
  .banner figure {
    width: 40%;
  }
.fagiano_lp_access_inner {
  padding: 80px 20px;
  }
.fagiano_lp_gift_inner {
  padding: 80px 20px;
  }
.fagiano_lp_gift_ul li {
  width: 100%;
  }
#fagiano_lp_header .fagiano_lp_ticket_off {
  font-size: 2.8rem;
  }
#fagiano_lp_header .fagiano_lp_game_panter img {
  width: 54px
  }
.fagiano_lp_ticket_btn {
  margin-right: 10px;
  }
#fagiano_lp_header .fagiano_lp_ticket_btn li {
  width: 260px;
  }
#fagiano_lp_header .fagiano_lp_ticket_off {
  margin-right: 0;
  }
#fagiano_lp_header .fagiano_lp_game_league {
  margin: 0 10px;
  }
}