@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: 2.4rem;
 -webkit-text-size-adjust: none;
 line-height: 1.5;
}

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

@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%;
  /*min-width: 1240px;*/
  overflow: hidden;
}

/* !header
---------------------------------------------------------- */
#fagiano_lp_header {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 999;
  background: #B6003D;
  /*min-width: 1240px;*/
  box-sizing: border-box;
}
#fagiano_lp_header .fagiano_lp_game {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100px;
}
#fagiano_lp_header .fagiano_lp_game_league {
  font-size: 1.7rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  margin-right: 30px;
  width: 72px;
	padding-top: 15px
}
#fagiano_lp_header .fagiano_lp_game_league img {
  display: block;
  margin: 0 auto;
}
#fagiano_lp_header .fagiano_lp_game_panter {
  margin-right: 30px;
  width: 190px;
}
#fagiano_lp_header .fagiano_lp_game_panter * {
  float: left;
}
#fagiano_lp_header .fagiano_lp_game_panter img {
  width: 75px;
  display: block;
}
#fagiano_lp_header .fagiano_lp_game_panter span {
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  line-height: 3.5;
  width: 40px;
  text-align: center;
  display: block;
}

#fagiano_lp_header .fagiano_lp_game_Date {
  font-size: 6.4rem;
  line-height: 1;
  color: #fff;
  margin-right: 20px;
}
#fagiano_lp_header .fagiano_lp_game_Date span {
  display: inline-block;
}
#fagiano_lp_header .fagiano_lp_game_week {
  width: 22px;
  height: 22px;
  text-align: center;
  margin-left: 8px;
}
#fagiano_lp_header .fagiano_lp_game_week em {
  position: relative;
  font-size: 1.1rem;
  line-height: 3;
  color: #fff;
  display: block;
  font-weight: bold;
  top: -5px;
}
#fagiano_lp_header .fagiano_lp_game_week.sat {
  background: #0000cd;
}
#fagiano_lp_header .fagiano_lp_game_week.sun {
  background: #FF0000;
}

#fagiano_lp_header .fagiano_lp_ticket_off {
  font-size: 3.8rem;
  line-height: 38px;
  font-weight: bold;
  color: #fff;
  margin-right: 28px;
}
#fagiano_lp_header .fagiano_lp_ticket_off .note {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
}
#fagiano_lp_header .fagiano_lp_ticket_btn li {
  float: left;
  width: 230px;
}
#fagiano_lp_header .fagiano_lp_ticket_btn li + li {
  margin-left: 40px;
}

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


.btnMenu {
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
  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: 100px;
  height: 100px;
  font-size: 1.8rem;
  position: relative;
  background: #1C2469;
  font-weight: bold;
}
.btnMenu img {
  display: block;
  margin: 0 auto 5px;
}
.btnMenu .menuClose,
.btnMenu.active .menuOpen{
  display: none;
}
.btnMenu.active .menuClose{
  display: block;
}

.fagiano_lp_menu {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 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.6rem;
  line-height: 1.375;
  padding: 27px 0;
  font-weight: bold;
  color: #fff;
}

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

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

.fagiano_lp_sns img {
  display: block;
  margin: 0 auto 10px;
}
.fagiano_lp_nav {
  background: #1C2469;
  font-size: 1.6rem;
  line-height: 1.25;
  font-weight: bold;
  color: #fff;
}
.fagiano_lp_nav a {
  text-decoration: none;
  color: #fff;
  display: block;
  width: 100%;
  height: 154px;
  text-align: center;
  padding-top: 20px;
  box-sizing: border-box;
}
.fagiano_lp_nav ul {
  max-width: 924px;
  margin: 0 auto;
}
.fagiano_lp_nav ul li {
  width: 16.66%;
  float: left;
}
.fagiano_lp_nav ul li img {
  display: block;
  margin: 0 auto 12px;
  max-width: 80px;
}


/* !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: 4.5rem;
  line-height: 2;
  /*padding: 10px 0;*/
  position: relative;
}
.fagiano_lp_sec_title:before {
  width: 600px;
  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%;
	color: #B2862F;
	font-weight: 200;
	font-size: 4.5rem;
	line-height: 1.35;*/
	font-family: 'Oswald', sans-serif;
	width: 1200px;
	margin: 0 auto;
	color: #1C2469;
	background: #fff;
  text-align: center;
  font-size: 2.6rem;
  position: relative;
  margin-bottom: 80px;
	margin-top: 50px;
	font-weight: 600;
}

/* !anchor
---------------------------------------------------------- */

.fagiano_lp_anchor {
    padding: 80px 0;
    background:#1C2469;
}
.fagiano_lp_anchor_inner {
    max-width: 820px;
    padding: 0 20px;
    box-sizing: border-box;
    position: relative;
    margin: 0 auto;
}
.fagiano_lp_anchor_ul {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 15px;
}
.fagiano_lp_anchor_ul a {
    background: #fff;
    display: block;
    padding: 5px 5px 30px;
    text-align: center;
    line-height: 1.4;
    position: relative;
    text-decoration: none;
}
.fagiano_lp_anchor_ul .en {
    font-size: 20px;
    color: #B2862F;
    font-family: 'DIN Condensed';
}
.fagiano_lp_anchor_ul .jp {
    font-size: 24px;
    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 {
  /*max-width: 880px;
	line-height: 1.5;*/
	max-width: 1080px;
  margin: 0 auto;
  padding: 80px 0 70px;
  font-size: 2rem;
  line-height: 1.8;
  color: #fff;
}


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

}
.fagiano_lp_player_list {
  max-width: 1170px;
  margin: 0 auto;
}
.fagiano_lp_player_item {
  float: left;
  width: 390px;
  padding: 0 20px;
  box-sizing: border-box;
  font-size: 1.6rem;
  line-height: 1.5;
}
.fagiano_lp_player_item p:last-child {
  background-color: #fff;
  padding: 20px;
}
.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: -50px;
}
.fagiano_lp_player_list .slick-arrow.slick-next {
  right: -50px;
}

.fagiano_lp_player_num {
  text-align: center;
  margin-top: 50px;
}
.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;
}

/* !MOVIE
---------------------------------------------------------- */
.fagiano_lp_movie {
  background: #E6E6E6;
}
.fagiano_lp_movie_box {
  max-width: 800px;
  margin: 0 auto;
  padding: 50px 0 80px;
}
.fagiano_lp_movie_caption {
  text-align: center;
  color: #B6003D;
  font-size: 3rem;
  line-height: 1.5;
  font-weight: bold;
  margin-top: 20px;
}


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

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


/*
.fagiano_lp_event_inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 0;
}
*/
.fagiano_lp_event_inner {
    padding: 80px 0;
    max-width: 1200px;
    margin: 0 auto;
}
.fagiano_lp_event_title {
    font-size: 3rem;
    line-height: 1.5;
    font-weight: bold;
    text-align: center;
    margin-bottom: 50px;
    color: #B6003D;
    font-family: YakuHanJP, "Hiragino Sans", Meiryo, "Yu Gothic Medium", sans-serif;
}
.fagiano_lp_sub_title_event {
    font-family: 'Oswald', sans-serif;
    width: 1200px;
    margin: 0 auto;
    color: #fff;
    background: #ad0040;
    text-align: center;
    font-size: 2.6rem;
    position: relative;
    margin-bottom: 80px;
    margin-top: 80px;
    font-weight: 600;
}

.fagiano_lp_event_list {
    max-width: 1170px;
    margin: 0 auto;
}
.fagiano_lp_event_item {
    float: left;
    width: 33%;
    padding-left: 20px;
    box-sizing: border-box;
    margin-top: 50px;
}

.fagiano_lp_event_item_textbox {
    background: #fff;
		height: 180px;
}

.fagiano_lp_event_item_textbox h2{
   padding: 5px 10px;
   font-size: 1.6rem;
	 text-align: center;
	 background: #ad0040;
   color: #fff;
	 height: 50px;
}
.fagiano_lp_event_box .imgkids{
	  width: 200px;
    padding: 0 0 50px;
}
.fagiano_lp_event_item_textbox p {
    color: #000;
    padding:10px 20px;
    line-height: 1.6;
    font-size: 1.6rem;
		height: 80px;
}
.fagiano_lp_event_item .kids{
	height: 50px!important;
}
.fagiano_lp_event_item .kids h2{
	text-align: center;
}
.fagiano_lp_event_mainitem{
  width: 80%;
  margin: 0 auto;
}
.fagiano_lp_event_mainitem h2{
    text-align: center;
    background: #ad0040;
    padding: 10px;
    font-size: 1.8rem;
    color: #fff;
}
.fagiano_lp_event_mainitem p{
    background: #fff;
    line-height: 1.6;
    font-size: 1.6rem;
}


/*
.fagiano_lp_event_item_textbox .ipu{
  font-size: 1.4rem;
}


*/

/* !match_detail
---------------------------------------------------------- */
.fagiano_lp_match_detail {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 120px 0;
  background: url("../image/match_bg.jpg") center center repeat;
/*background: url(../image/cv_background_pc.jpg) center center repeat;*/
  overflow: hidden;
  background-size: cover;
/*border-bottom: 0.8em solid #1c2469;*/
}

.fagiano_lp_match {
  margin: 0 auto;
  /*width: 1040px;*/
	width: 1200px;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 2;
}
.fagiano_lp_team {
  overflow: hidden;
  display: inline-block;
  margin: 0 auto 50px;
}
.fagiano_lp_match_ticket_btn {
width: 780px;
margin: 0 auto;
padding: 50px 0 30px;
}
.fagiano_lp_team .fagiano_lp_club {
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  width: 288px;
  overflow: hidden;
}

.fagiano_lp_team .fagiano_lp_club.team {
  width: 180px;
  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_match_league {
  /*font-size: 2.4rem;*/
	font-size: 3rem;
  font-weight: bold;
}
.fagiano_lp_match_league img {
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
}
.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;
  overflow: hidden;
  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;
  position: relative;
  display: block;
  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: 4.5rem;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  margin-top: 15px;
}
.fagiano_lp_match_ticket_off .note {
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
}
.fagiano_lp_match_ticket_btn li {
  float: left;
  width: 50%;
  padding: 0 30px;
  box-sizing: border-box;
}

.fagiano_lp_match14 {
	margin: 150px auto 0;
  /*width: 1040px;*/
  width: 1200px;
	color: #fff;
	text-align: center;
	position: relative;
	z-index: 2;
}

.fagiano_lp_match14 .fagiano_lp_match_Date .fagiano_lp_match_week {
	width: 70px;
	height: 36px;
	overflow: hidden;
	text-align: center;
	margin-left: 14px;
}

/* !sponser
---------------------------------------------------------- */
  .sponsersWrapper{background: #fff;padding-bottom: 30px;border-bottom: 0.3em solid #1c2469;}
  .sponsersWrapper h3{margin: 0;color: #015a68;font-weight: 600;padding-top: 80px;font-size: 3.6rem;}
  .banner {justify-content: space-between;width: 1120px;margin:80px auto;}
  .banner img {max-width: 100%;height: auto;}
  .flex {display: flex;flex-wrap: wrap;}
  .banner figure {width: 25.33%;padding:0;margin-bottom: 2em;box-sizing: border-box;}


/* !FOOD
---------------------------------------------------------- */
.fagiano_lp_food {
	background: #e6e6e6;
	border-bottom: 0.3em solid #1c2469;
}
.fagiano_lp_food_inner {
  padding: 80px 0;
  max-width: 1200px;
  margin: 0 auto;
}
.fagiano_lp_food_title {
  /*color: #B2862F;*/
  font-size: 3rem;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
	color: #B6003D;
	font-family: YakuHanJP, "Hiragino Sans", Meiryo, "Yu Gothic Medium", sans-serif;
}
.fagiano_lp_food_title span {
  color: #B6003D;
  font-size: 1.5rem;
  font-weight: normal;
  text-align: center;
	padding-top: 10px;
	display: block;
}
.fagiano_lp_sub_title_food {
    font-family: 'Oswald', sans-serif;
    width: 1200px;
    margin: 0 auto;
    color: #fff;
    background: #ad0040;
    text-align: center;
    font-size: 2.6rem;
    position: relative;
    margin-bottom: 80px;
    margin-top: 80px;
    font-weight: 600;
}
.fagiano_lp_food_list {
  max-width: 1170px;
  margin: 0 auto;
}
.fagiano_lp_food_item {
  float: left;
  width: 390px;
  padding: 0 20px;
  box-sizing: border-box;
  font-size: 1.6rem;
  line-height: 1.75;
  color: #fff;
}
/*
.fagiano_lp_food_item h2{
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 12px;
  margin-top: 20px;
}
*/
.fagiano_lp_food_item h2 {
    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_textbox{
  background: #fff;
  height: 180px;
}
.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 p {
    color: #000;
    padding: 0 10px 10px;
    line-height: 1.5;
    font-size: 1.5rem;
}
.fagiano_lp_food_num {
  font-size: 2.4rem;
  width: 190px;
  padding-right: 40px;
  text-align: center;
  position: relative;
  color: #fff;
  font-weight: bold;
  line-height: 40px;
  background: #000000;
  box-sizing: border-box;
}
.fagiano_lp_food_num span {
  position: absolute;
  width: 40px;
  height: 40px;
  background: #B6003D;
  right: 0;
  top: 0;
  z-index: 2;
  text-align: center;
  line-height: 32px;
  font-size: 3.2rem;
  padding-top: 8px;
  box-sizing: border-box;
}

.fagiano_lp_food_num span:after {
  position: absolute;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 20px solid #B6003D;
  border-left: 10px solid #B6003D;
  right: -20px;
  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: -50px;
  background-image: url(../image/ico_prev_red.png);
}
.fagiano_lp_food_list .slick-arrow.slick-next {
  right: -50px;
  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: 80px 0;
  max-width: 1200px;
  margin: 0 auto;
}
.fagiano_lp_goods_title {
  color: #B6003D;
  font-size: 3rem;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;font-family: YakuHanJP, "Hiragino Sans", Meiryo, "Yu Gothic Medium", sans-serif;
}

.fagiano_lp_goods_list {
  max-width: 1170px;
  margin: 0 auto;
}
.fagiano_lp_goods_item {
  float: left;
  width: 390px;
  padding: 0 20px;
  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;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 12px;
  /*margin-top: 20px;*/
	margin-top: 0px;
	background: #ad0040;
	padding: 10px;
	height: 84px;
}

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

/* !TICKET
---------------------------------------------------------- */
.fagiano_lp_ticket {
  background: #fff;
	border-bottom: 0.3em solid #1c2469;
}


.fagiano_lp_ticket_inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 0;
  box-sizing: border-box;
}
.fagiano_lp_ticket_title {
  width: 100%;
  background: #B6003D;
  border-radius: 25px;
  text-align: center;
  font-size: 2rem;
  line-height: 2.5;
  font-weight: bold;
  margin-bottom: 50px;
  color: #fff;
}
.fagiano_lp_ticket_list {
  margin-left: -75px;
}
.fagiano_lp_ticket_list li {
  float: left;
  width: 33.33%;
  padding-left: 75px;
  box-sizing: border-box;
  margin-bottom: 80px;
  font-size: 1.6rem;
  line-height: 1.75;
}
.fagiano_lp_ticket_list li img {
  width: 100%;
}
.fagiano_lp_ticket_list h3 {
  font-size: 1.8rem;
  line-height: 1.75;
  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 {
  max-width: 895px;
  margin: 0 auto;
}
.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: 1px solid #fff;
}

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

.fagiano_lp_ticket_table table tbody th,
.fagiano_lp_ticket_table table tbody td {
  font-size: 1.6rem;
  line-height: 1.625;
  text-align: center;
  vertical-align: middle;
  padding: 13px 10px;
}

.fagiano_lp_ticket_table table tbody th {
  background: #C0C0C0;
}
.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: 50px;
}
.fagiano_lp_ticket_note li {
  font-size: 1.6rem;
  line-height: 1.5;
}

.fagiano_lp_ticket_free {
  background: #fff;
  padding: 80px 0;
  margin: 0 auto;
  max-width: 1200px;
}

/*
.fagiano_lp_ticket_img {
  float: left;
  width: 45.8%;
  margin-right: 50px;
	padding-left: 20px
}
*/
.fagiano_lp_ticket_img {
    float: none;
    width: 100%;
    margin: 0 auto;
    margin-right: 0;
    padding-left: 0;
}

.fagiano_lp_ticket_txt {
  overflow: hidden;
  /*font-size: 2rem;*/
	font-size: 1.6rem;
  line-height: 1.5;
	padding-top: 20px;
	padding-right: 20px
}

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

.fagiano_lp_ticket_btn{
	/*margin-left: 70px;*/
	  margin-left: 30px;
}

.fagiano_lp_btn {
  text-align: center;
}
.fagiano_lp_btn a{
    margin: 40px 20px;
    padding: 20px 60px;
    border-radius: 50px;
    font-size: 2rem;
    background: #ad0040;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    border: 2px solid #ad0040;
}
.fagiano_lp_btn a:hover{
    background: #fff;
    color: #ad0040;
    border: 2px solid #ad0040;
}
.fagiano_lp_ticket_dreampath{
  max-width: 895px;
    margin: 0 auto;
    margin-top: 100px
}

.fagiano_lp_access {
  background: #fff;
  margin-bottom: 0px;
	/*border-bottom: 0.3em solid #1c2469;*/
}
.fagiano_lp_access_inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 0;
}
.fagiano_lp_access_img {
  width: 50%;
  float: left;
  margin-right: 30px;
}
.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: 4.2rem;
  color: #B6003D;
  line-height: 45px;
  margin-bottom: 12px;
  font-weight: bold;
}
.fagiano_lp_access_subtitle {
  font-size: 2.4rem;
  color: #000;
  line-height: 1.25;
  margin-bottom: 30px;
  font-weight: bold;
}
.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_schedule {
  background: #1C2469;
}

li.hide{
  display: none !important;
}

.fagiano_lp_schedule_inner {
  padding: 80px 0;
  max-width: 1450px;
  margin: 0 auto;
}
.fagiano_lp_schedule_list .draggable > div {
  margin: 0 auto;
}
.fagiano_lp_schedule_list div > li {
  width: 20%;
  box-sizing: border-box;
  padding: 0 15px;
}
.fagiano_lp_schedule_item {
  float: left;
  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.2rem;
  line-height: 1.5;
  font-family: 'DIN Condensed';
  margin-left: 5px;
}
.fagiano_lp_schedule_Stadium {
  font-size: 2rem;
  line-height: 1.5;
  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_footer {
  background: #000000;
  text-align: center;
  padding: 80px 0 160px;
  color: #fff;
  font-size: 1.3rem;
  line-height: 2;
}
#fagiano_lp_footer ul {
    margin-top: 50px;
}
.fagiano_lp_logo {
  margin-bottom: 50px;
  text-align: center;
}

.fagiano_lp_logo img {
  height: 260px;
}

#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;
	}

.hide {
  display: none;
}
.op {
  transition: all 0.5s !important;
  -moz-transition: all 0.5s !important;
  -webkit-transition: all 0.5s !important;
}
.op:hover {
  opacity: .7;
  transition: all 0.5s !important;
  -moz-transition: all 0.5s !important;
  -webkit-transition: all 0.5s !important;
}

/* !キッズパーク
---------------------------------------------------------- */
.fagiano_lp_kids {
    background: #E6E6E6;
    border-bottom: 0.3em solid #1c2469;
}
.fagiano_lp_kids_inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 0;
}
.fagiano_lp_kids_box {
    max-width: 1200px;
    margin: 0 auto;
}
.fagiano_lp_kids_box .imgkids {
    width: 200px;
    padding: 0 0 50px;
}
.fagiano_lp_kids_list {
    margin-top: -50px;
    /* margin-left: 164px; */
    overflow: hidden;
}
.fagiano_lp_kids_item {
    float: left;
    width: 25%;
    padding-left: 20px;
    box-sizing: border-box;
    margin-top: 50px;
}
.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: 50px;
}
.fagiano_lp_kids_item .kids h2 {
    text-align: center;
		padding: 10px;
    font-size: 2rem;
    text-align: center;

}

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

.fagiano_lp_event_item_textbox {
  height: 220px;
}
.fagiano_lp_gift_txt03 {
  font-size: 1.8rem;
  line-height: 2;
}
.fagiano_lp_event_item_textbox h2 {
display: flex;
justify-content: space-around;
}
.fagiano_lp_event_item_textbox span{
font-size:1.3rem;
}



/*add*/

.Oswald{
  font-weight: 400;
  font-family: 'Oswald', sans-serif;
}
.fagiano_lp_presents{
  background: url(../image/bg_presents_pc.jpg)no-repeat center center;
  background-size: cover;
}
.fagiano_lp_presents_inner{
  padding: 80px 0 40px;
  max-width: 1200px;
  margin: 0 auto;
}
.fagiano_lp_presents_dl{
  display: flex;
  justify-content: space-between;
  margin-bottom: 47px;
}
.fagiano_lp_presents_dl dt{
  width: 50%;
}
.fagiano_lp_presents_dl dd{
  width: calc(50% - 30px);
  display: flex;
}
.fagiano_lp_presents_p01{
  background: url(../image/bg_presents_p01.svg)no-repeat center center;
  background-size: 100% 100%;
  color: #fff;
  font-size: 3.6rem;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 74px;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}
.fagiano_lp_presents_p02{
  text-align: center;
  color: #fff;
  font-size: 6rem;
  line-height: 1.2;
  padding-top: 14px;
  font-weight: 900
}
.fagiano_lp_presents_p02 font{font-weight: 400}
.fagiano_lp_presents_p03{
  background: #fff;
  color: #990039;
  font-size: 7.1rem;
  line-height: 1.26;
  font-weight: 900;
  padding: 24px 20px;
  position: relative;
  margin-right: 35px
}
.fagiano_lp_presents_p03:after{
  content: '';
  position: absolute;
  left: calc(100% - 3px);
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 26px;
  height: 43px;
  background: url(../image/arrow_presents.svg)no-repeat center center;
  background-size: 100% 100%;
}
.fagiano_lp_presents_p04{
  color: #ffff00;
  font-size: 8.4rem;
  line-height: .9;
  font-weight: 900
}
.fagiano_lp_presents_p04 font{
  font-size: 26rem;
  line-height: 230px;
  font-weight: bold;
}
.fagiano_lp_presents_box{
  max-width: 840px;
  margin: 0 auto 47px;
  background: #fff;
  position: relative;
  padding-left: 180px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
.fagiano_lp_presents_p05{
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 33px;
  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;
  box-sizing: border-box;
  letter-spacing: 0.1em;
}
.fagiano_lp_presents_p06{
  font-size: 4.2rem;
  font-weight: 900;
  margin-right: 20px;
  color: #B2862F
}
.fagiano_lp_presents_p06 font{
  font-size: 8.4rem;
  line-height: 110px;
  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: 460px}
.fagiano_lp_presents_notice{
  font-weight: 500;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  padding-top: 17px
}

/*fagiano_lp_gift*/

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


.pt50{
	padding-top: 50px;
}
.fagiano_lp_gift_box{
	background: #fff;
    position: relative;
    padding: 0px 0px 50px;
}

.fagiano_lp_gift_inner{
	  padding: 80px 0;
    max-width: 1200px;
    margin: 0 auto;
}


.fagiano_lp_gift_title {

    background: #B2862F;
    font-family: YakuHanJP, "Hiragino Sans", Meiryo, "Yu Gothic Medium", sans-serif;
    font-weight: bold;
    color: #fff;
    text-align: center;
    font-size: 2.8rem;
    line-height: 2.5;
    position: relative;
		width: calc(70% - 38px);
    margin: 100px auto 30px;
}


.fagiano_lp_gift_box h2{
  background: url(../image/h2_gift.png)no-repeat center center;
  background-size: 100% 100%;
  color: #fff;
  font-size: 3.8rem;
  font-weight: 900;
  line-height: 82px;
  width: 591px;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%,-50%);
  z-index: 2;
}
.fagiano_lp_gift_title span {
    padding: 0.2em 2em;
    position: relative;
}
.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_title span::before,.fagiano_lp_gift_title span::after{
  position: absolute;
  content: "";
  width: 3px;
  height: 100%;
  background: #fff;
  bottom: 0;
  }

.fagiano_lp_gift_ul {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}

.fagiano_lp_gift_ul li + li{}
.fagiano_lp_gift_box h3{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 42px;
  background: #1C2469;
  border-radius: 21px;
  color: #fff;
  font-size: 2.6rem;
  font-weight: 900;
  margin: 20px 0 15px;
}


.fagiano_lp_gift_txt {
    overflow: hidden;
    font-size: 2rem;
    line-height: 1.8;
    padding: 20px 50px;
}

.fagiano_lp_gift_txt a{
  color: #ad0040;
  font-weight: bold;
}

.fagiano_lp_gift_ul {
    display: flex;
    justify-content: space-between;
		max-width: 1200px;
    margin: 0 auto;
}

.fagiano_lp_gift_ul li {
    width: calc(70% - 38px);
		/*width: 80%;*/
    margin: 0 auto;
}

.fagiano_lp_gift_img{
	padding-bottom: 50px;
	/* width: 80%; */
	margin: 0 auto;
}

.red{
	background: #ad0040!important;
}

.fagiano_lp_gift_txt02{
    max-width: 895px;
    margin: 0 auto;
    padding-bottom: 70px;
    font-size: 2rem;
    line-height: 1.8;
    color: #000;
    }
.fagiano_lp_gift_txt03 span{
    color: #ff0000;
}
.fagiano_lp_gift_txt03 {
    overflow: hidden;
    font-size: 2rem;
    line-height: 1.8;
    padding: 20px;
}
.fagiano_lp_gift_txt04 {
text-align: center;
    font-weight: bold;
    color: #ff0000;
    font-size: 3rem;
    margin-bottom: 50px;
}

.ba{
	margin-top: 50px;
}


/*ボタン*/
.fagiano_lp_btn {
  text-align: center;
}
.fagiano_lp_btn a{
    margin: 40px 20px;
    padding: 20px 60px;
    border-radius: 50px;
    font-size: 2rem;
    background: #ad0040;
    color: #fff;
    display: inline-block;
    text-decoration: none;
}

.center{
text-align: center;
}

.red{
  
}
