<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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;
}
#fagiano_lp_header .fagiano_lp_game_league img {
  display: block;
  margin: 0 auto;
}
#fagiano_lp_header .fagiano_lp_game_panter {
  margin-right: 30px;
  width: 180px;
}
#fagiano_lp_header .fagiano_lp_game_panter * {
  float: left;
}
#fagiano_lp_header .fagiano_lp_game_panter img {
  width: 70px;
  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;
  padding-top: 20px;
  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: 2.9rem;
  line-height: 38px;
  font-weight: bold;
  color: #fff;
  margin-right: 28px;
}
#fagiano_lp_header .fagiano_lp_ticket_off .note {
  display: block;
  font-size: 1.2rem;
  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;
}


.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%;
  font-family: 'Oswald', sans-serif;
  font-weight: 200;
  color: #B2862F;
  text-align: center;
  font-size: 4.5rem;
  line-height: 1.35;
  position: relative;
  margin-bottom: 50px;
}


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

.fagiano_lp_game_preview_box {
  max-width: 880px;
  margin: 0 auto;
  padding: 80px 0 70px;
  font-size: 2rem;
  line-height: 1.5;
  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;
}
.fagiano_lp_event_inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px 0;
}

.fagiano_lp_event_top {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.fagiano_lp_event_top_img {
  float: left;
  width: 50%;
}
.fagiano_lp_event_top_box {
  overflow: hidden;
  padding: 22px 45px 22px 30px;
  font-size: 2rem;
  line-height: 1.5;
}
.fagiano_lp_event_title {
  font-size: 3rem;
  line-height: 1.5;
  color: #B6003D;
  font-weight: bold;
  margin-bottom: 20px;
}

.fagiano_lp_event_box{
  max-width: 1200px;
  margin: 0 auto;
}
.fagiano_lp_event_list{
  margin-left: -50px;
  overflow: hidden;
}
.fagiano_lp_event_item{
  float: left;
  width: 25%;
  padding-left: 50px;
  box-sizing: border-box;
  margin-top: 50px;
}


.fagiano_lp_event_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_event_item a:hover {
  opacity: .7;
  transition: all 0.5s !important;
  -moz-transition: all 0.5s !important;
  -webkit-transition: all 0.5s !important;
}
.fagiano_lp_event_cont{
  box-sizing: border-box;
  padding: 20px;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #000000;
  min-height: 123px;
}
.fagiano_lp_event_link{
  font-size: 1.4rem;
  line-height: 2;
  text-align: center;
  background: #B6003D;
  width: 100%;
  color: #fff;
  padding: 2px 0;
}

.fagiano_lp_infor_cont {
  overflow: hidden;
}

.fagiano_lp_infor_cont .img img{
  width: 100%;}
.fagiano_lp_infor_cont .fagiano_lp_info{ 
  background: #fff;
  padding: 20px 20px 30px;
}
.fagiano_lp_event_subtitle {
  color: #B6003D;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.fagiano_lp_infor_cont .fagiano_lp_info p{
  font-size: 1.5rem;
  line-height: 1.5;
  box-sizing: border-box;
  min-height: 130px;
}
.fagiano_lp_event_information_close{
  display: block;
	height:34px;
  width: 110px;
  margin: 0 auto;
  box-sizing: border-box;
  background:url("../image/fancy_close.png")no-repeat center center; 
text-indent: -9999px;
} 
/* !fancybox*/
.fancybox-skin{
	padding:0 !important;
	background: none!important;
}
.fancybox_part{
  box-sizing: border-box;
  max-width: 550px;
  border-radius: 10px;
  overflow: hidden;
  padding-bottom: 20px;
  background: #fff;
}


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

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


.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;
}
.fagiano_lp_match_league {
  font-size: 2.4rem;
  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: -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 {
  float: left;
  width: 50%;
  padding: 0 30px;
  box-sizing: border-box;
}

/* !FOOD
---------------------------------------------------------- */
.fagiano_lp_food {
  background: #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;
}
.fagiano_lp_food_title span {
  color: #fff;
  font-size: 1.5rem;
  font-weight: normal;
  text-align: center;
}
.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{
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 12px;
  margin-top: 20px;
}
.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;
}
.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;
}
.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;
}

.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: #E6E6E6;
}
.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: 2px 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;
  font-weight: bold;
  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;
}

.fagiano_lp_ticket_txt {
  overflow: hidden;
  font-size: 2rem;
  line-height: 1.5;
}

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

.fagiano_lp_access {
  background: #E6E6E6;
  margin-bottom: 0px;
}
.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 &gt; div {
  margin: 0 auto;
}
.fagiano_lp_schedule_list div &gt; 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: #B2862F;
  color: #fff;
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  line-height: 2.7;
}
.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_footer {
  background: #000000;
  text-align: center;
  padding: 80px 0 160px;
  color: #fff;
  font-size: 1.3rem;
  line-height: 2;
}

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

.fagiano_lp_logo img {
  height: 260px;
}
#fagiano_lp_footer a {
  color: #fff;
  text-decoration: none;
}

.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;
}
</pre></body></html>