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


.sp {
	display: none;
}

.sofia {
  font-family: "sofia-pro",sans-serif;
  font-weight: bold;
}
.sofia.ita{
  font-weight: 900;
  font-style: italic;
}
/* !wrapper
---------------------------------------------------------- */
#azul_lp_wrapper {
	width: 100%;
  min-width: 1080px;
  overflow: hidden;
  background-color: #0092E5
}
.azul_lp_inner{
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
  position: relative;
}

/* !header
---------------------------------------------------------- */
#azul_lp_header {
  position: fixed;
  width: 100%;
  min-width: 1024px;
  left: 0;
  top: 0;
  z-index: 999;
  padding-top: 20px;
  box-sizing: border-box;
  height: 110px;
}
#azul_lp_header .azul_lp_inner{
  max-width: 1420px;
  z-index: 5;
}
#header_logo{
  float: left;
}
.azul_lp_header_btn{
  float: right;
  margin-right: 75px;
  padding-top: 5px;
}
.azul_lp_header_btn li {
  float: left;
}
.azul_lp_header_btn li + li {
  margin-left: 10px;
}


.btnMenu {
  position: absolute;
  right: 20px;
  top: 13px;
  z-index: 999;
}
.btnMenu.active{right: 18px}
.btnMenu a {
  text-indent: -9999px;
}
.btnMenu img {
  display: block;
}
.btnMenu .menuClose,
.btnMenu.active .menuOpen{
  display: none;
}
.btnMenu.active .menuClose{
  display: block;
}

.azul_lp_menu {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  display: none;
  background: rgba(0,32,97,0.9);
  padding: 180px 20px 50px;
  box-sizing: border-box;
  text-align: center;
  font-size: 0;
}
.azul_lp_menu a{color: #fff}
.azul_lp_nav{margin-bottom: 27px}
.azul_lp_nav li{
  display: inline-block;
  padding: 0 15px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 20px;
  margin-bottom: 13px;
  border-left: 1px solid #fff;
}
.azul_lp_nav li:first-of-type{border-left: none;}
.azul_lp_sns li{
  display: inline-block;
  vertical-align: middle;
  padding: 0 20px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
}


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

/* !title
---------------------------------------------------------- */
.azul_lp_sec_title {
  margin-bottom: 80px;
  text-align: center;
}
.azul_lp_sec_title_en{
  color: #002C83;
  font-size: 10rem;
  line-height: 1.4;
  white-space: nowrap;
}
.azul_lp_match_detail .azul_lp_sec_title_en{font-size: 8.3rem}
.azul_lp_sec_title_jp{
  font-size: #002C83;
  font-size: 2.5rem;
  line-height: 35px;
  font-weight: 900;
  color: #fff;
  padding-top: 20px;
}


/*azul_lp_match*/
.azul_lp_match_detail{
  padding: 75px 0 75px;
}
.azul_lp_match{
  position: relative;
  background: url(../image/bg_match.png)no-repeat;
  background-size: 100% 100%;
  height: 580px;
  margin: 0 -30px;
  text-align: center;
  color: #fff;
  font-size: 0;
}
.azul_lp_match + .azul_lp_match{margin-top: 80px}
.azul_lp_match_league{
  padding-top: 5px;
}
.azul_lp_match_section{
  font-size: 3.3rem;
  line-height: 46px;
  font-weight: 900;
  padding: 40px 0 0px;
}
.azul_lp_match_section font{font-size: 4.6rem}
.azul_lp_team {
    overflow: hidden;
    display: inline-block;
}
.azul_lp_team .azul_lp_club {
  text-align: center;
  width: 480px;
  overflow: hidden;
}
.azul_lp_team .azul_lp_club.team {
  width: 240px;
  float: left;
}
.azul_lp_team .azul_lp_club.team:nth-child(2) {
  float: right;
}
.azul_lp_team .team_logo {
  height: 240px;
  margin-bottom: 22px;
}
.azul_lp_team .team_logo img{max-height: 100%}
.azul_lp_team .name{
  font-weight: 900;
  font-size: 1.6rem;
}
.azul_lp_match_date {
  font-size: 12.2rem;
  line-height: 1;
  padding-top: 20px;
}
.azul_lp_match_date span {
  display: inline-block;
}
.azul_lp_match_date .azul_lp_match_week {
  font-size: 6.5rem;
}

.azul_lp_match_ticket_off {
  font-size: 4.1rem;
  line-height: 1.2;
  font-weight: bold;
  color: #fff;
  margin-top: 10px;
}
.azul_lp_match_ticket_off font{font-size: 5.1rem}
.azul_lp_match_ticket_off .note {
  display: block;
  font-size: 2rem;
  font-weight: 900;
  margin-top: 20px;
}
.azul_lp_match_ticket_btn{padding-top: 10px;}
.azul_lp_match_ticket_btn li {
  display: inline-block;
}
.azul_lp_match_ticket_btn li + li{margin-left: 10px}
.azul_lp_match_ticket_btn li a{
  display: block;
}

/*azul_lp_safe*/
#azul_lp_safe{
  padding: 70px 0 0;
}
.safe_slider{margin-left: -70px}
.safe_slist{
  float: left;
  width: 33.33%;
  box-sizing: border-box;
  padding-left: 70px;
  margin-bottom: 100px;
}
.safe_slist_a{
  display: block;
  text-align: center;
}
.safe_slist_box{
  border-radius: 50%;
  border: 3px solid #fff;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0,0,0,.4);
  font-weight: bold;

}
.safe_slist_img{
  height: 225px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.safe_slist_img img{height: 100%;max-width: none}
.safe_slist_title{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 75px;
  color: #002C83;
  font-size: 2rem;  box-sizing: border-box;
  padding-bottom: 13px;
}
.safe_slist_link span{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 138px;
  height: 25px;
  border-radius: 15px;
  background: #002C83;
  color: #fff;
  font-size: 1.6rem;
  margin: 23px auto 0;
}

.fancybox-overlay{background: rgba(0,146,229,0.8);}
.fancybox-skin{padding: 0!important;}
.fancybox-outer, .fancybox-inner{position: static;}
.fancybox-nav {
  width: 75px;
  height: 100%;
}
.fancybox-prev {
  background: url(../image/prev01.png)no-repeat left center;
  background-size: 29px auto;
  left: -75px;
}
.fancybox-next {
  background: url(../image/next01.png)no-repeat right center;
  background-size: 29px auto;
  right: -75px;
}
.safe_fancybox_cont{
  padding: 15px 0;
  box-sizing: border-box;
  max-width: 600px;
  min-height: 230px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.safe_fancybox_title{
  padding-bottom: 15px;
  text-align: center;
  color: #002C83;
  font-weight: bold;
  font-size: 1.8rem;
}
.safe_fancybox_text{
  max-width:516px;
  margin: 0 auto;
  font-size: 1.6rem;
  line-height: 26px;
}
.fancybox_close{
  position: absolute;
  left: 50%;
  top: calc(100% + 28px);
  z-index: 1;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 138px;
  height: 25px;
  border-radius: 15px;
  background: #002C83;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
}

/*azul_lp_preview*/
#azul_lp_preview{
  padding: 70px 0;
  color: #fff;
}
#azul_lp_preview .azul_lp_inner{max-width: 940px}
.azul_lp_preview_cont{
  padding: 80px 0;
  background: url(../image/bg_preview.jpg)no-repeat center center;
  background-size: cover;
  box-shadow: 0 8px 20px rgba(0,0,0,.4);
}
.azul_lp_preview_top{text-align: center;}
.azul_lp_preview_team{
  display: inline-block;
  vertical-align: middle;
}
.azul_lp_preview_team.vs{
  padding: 0 70px;
  font-size: 13.5rem;
}
.azul_lp_preview_team .team_logo {
  height: 210px;
  margin-bottom: 25px;
}
.azul_lp_preview_team .team_logo img{max-height: 100%}
.azul_lp_preview_team .name{
  font-weight: 900;
  font-size: 1.6rem;
}

.azul_lp_preview_title{
  text-align: center;
  font-size: 4rem;
  font-weight: 900;
  padding: 50px 0 40px;
}
.azul_lp_preview_text{
  font-size: 1.8rem;
  line-height: 40px;
}

/*azul_lp_event*/
#azul_lp_event{
  padding: 70px 0;
}
#azul_lp_event .azul_lp_inner,
#azul_lp_enjoy .azul_lp_inner{max-width: 660px;}
.slick-list{overflow: visible;}
.azul_lp_event_slist{
  width: 620px;
  height: 620px;
  box-shadow: 0 8px 20px rgba(0,0,0,.4);
  background: #048AD6;
  box-sizing: border-box;
  padding: 55px;
  margin: 0 50px;
  position: relative;
}
.azul_lp_event_slist_box{
  height: 510px;
  border-radius: 20px;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0 8px 20px rgba(0,0,0,.4);
  padding: 55px 55px 10px;
  position: relative;
}
.azul_lp_event_slist_categ{
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 1;
  transform: translate(-50%,-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 50px;
  border-radius: 25px;
  background: #002C83;
  color: #fff;
  font-size: 2.3rem;
  font-weight: 900;
}
.azul_lp_event_slist_categ.sofia{
  font-size: 2.1rem;
}
.azul_lp_event_slist_categ.sofia font{font-size: 3rem;margin-right: 5px}
.azul_lp_event_slist_img img{
  /*overflow: hidden;*/
  border-radius: 20px;
  box-shadow: 0 5px 10px rgba(0,0,0,.4);
}
.azul_lp_event_slist_title{
  font-size: 2.5rem;
  font-weight: bold;
  color: #002C83;
  padding: 30px 0 10px;
  text-align: center;
}
.azul_lp_event_slist_text{
  font-size: 1.6rem;
  line-height: 30px;
  font-weight: 400;
  overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.slick-prev, .slick-next {
  width: 65px;
  height: 100%;
  background: url(../image/prev01.png)no-repeat left center;
  background-size: 29px auto;
}
.slick-prev {
  background: url(../image/prev01.png)no-repeat left center;
  background-size: 29px auto;
  left: -65px;
}
.slick-next {
  background: url(../image/next01.png)no-repeat right center;
  background-size: 29px auto;
  right: -65px;
}
.slick-dots {
    width: auto;
    bottom: auto;
    right: 50%;
    transform: translateX(50%);
    bottom: -100px;
}
.slick-dotted.slick-slider
{
    margin-bottom: 120px;
}
.slick-dots{bottom: -120px}
.azul_lp_event_slist:before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background: #048AD6;
  opacity: .9;
  transition: opacity .7s;
}
.slick-active.azul_lp_event_slist:before{
  opacity: 0;
}

/*azul_lp_about*/
#azul_lp_about{
  padding: 70px 0;
  color: #fff;
}
#azul_lp_about .azul_lp_inner{max-width: 940px;}
.azul_lp_about_title{
  text-align: center;
  font-size: 4rem;
  font-weight: 900;
  padding: 70px 0 40px;
}
.azul_lp_about_text{
  font-size: 1.8rem;
  line-height: 40px;
}

/*azul_lp_players*/
#azul_lp_players{
  padding: 70px 0
}
#azul_lp_players .azul_lp_sec_title_en{color: #fff;}
.azul_lp_players_item{
  background: #002C83;
  height: 800px;
  overflow: hidden;
  box-sizing: border-box;
  color: #fff;
}
.azul_lp_players_item .azul_lp_inner{
  max-width: 1420px;
  padding-top: 200px;
}
.azul_lp_players_point{
  position: absolute;
  left: calc(50% + 17px);
  top: 50px;
  z-index: 1;
  color: #fff;
  font-size: 30rem;
  line-height: 1;
  opacity: .25;
}
.azul_lp_players_img{
  position: absolute;
  right: -80px;
  top: 17px;
  z-index: 2;
  width: 720px;
}
.azul_lp_players_cont{
  position: relative;
  z-index: 4;
  padding-left: 170px;
}
.azul_lp_players_en{
  font-size: 12rem;
  line-height: 100px;
}
.azul_lp_players_jp{
  font-size: 4.3rem;
  font-weight: 900;
  padding: 55px 0 20px;
}
.azul_lp_players_intro{
  font-size: 1.6rem;
  max-width: 400px;
}

.azul_lp_players_item.lf{
  background: none;
  text-align: right;
}
.lf .azul_lp_players_jp{
  float: right;
	max-width: 400px;
	width: 100%;
	text-align: left;
}
.lf .azul_lp_players_intro{
  float: right;
	clear: both;
	max-width: 400px;
	width: 100%;
	text-align: left;
}
.lf .azul_lp_players_point{
  left: calc(50% - 180px);
  color: #002C83;
  opacity: .3;
}
.item02 .azul_lp_players_img{
  right: auto;
  left: -140px;
  top: 0px;
  width: 920px;
}

.item03 .azul_lp_players_img{
  right: -140px;
  width: 670px;
}
.item03 .azul_lp_players_point{
  top: 20px;
  left: calc(50% - 35px);
}

/*azul_lp_movie*/
#azul_lp_movie{padding: 70px 0}
#azul_lp_movie .azul_lp_inner{max-width: 700px}
.azul_lp_movie_box{
  padding: 110px 0 55px;
  background: url(../image/bg_movie.jpg)no-repeat center center;
  background-size: cover;
}
.azul_lp_movie_slider.slick-dotted{margin-bottom: 75px}
.azul_lp_movie_slider .slick-dots{bottom: -75px}
.azul_lp_movie_slider .slick-dots li button:hover:before,
.azul_lp_movie_slider .slick-dots li.slick-active button:before{background: #FFE005}
.azul_lp_movie_slist{

}
.azul_lp_movie_slist_a{
  display: block;
  box-shadow: 0 8px 20px rgba(0,0,0,.4);
  position: relative;
  /*margin: 0 45px;*/
  transition: all 300ms ease;
  transform: scale(0.75);
}
.slick-center .azul_lp_movie_slist_a{
    transform: scale(1);
}
.azul_lp_movie_slist_cont{
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 275px;
  height: 100%;
  background: rgba(0,146,229,.9);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 900;
}
.azul_lp_movie_slist_play img{width: 60px}
.azul_lp_movie_slist_text{
  padding-top: 22px;
	text-align: center;
}
.azul_lp_movie_slist_tiem{
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 1;
}
.azul_lp_movie_fancybox iframe{
  display: block;
  width: 800px;
  height: 600px;
}

/*azul_lp_infor*/
#azul_lp_infor{
  padding: 70px 0;
}
.azul_lp_infor_p01{
  text-align: center;
  color: #fff;
  font-size: 4rem;
  font-weight: bold;
}
.azul_lp_infor_p02{
  text-align: center;
  color: #fff;
  font-size: 2rem;
  font-weight: 400;
  padding: 40px 0 100px;
}
.azul_lp_infor_box{
  background-color: #fff;
  box-shadow: 0 8px 20px rgba(0,0,0,.4);
  padding: 120px 95px 140px;
}
.azul_lp_infor_ul01{margin-left: -50px}
.azul_lp_infor_ul01 li{
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding-left: 50px;
  margin-bottom: 0;
  text-align: center;
}
.azul_lp_infor_categ{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 50px;
  border-radius: 25px;
  background: #FAFD47;
  color: #002C83;
  font-size: 2rem;
  font-weight: bold;
  margin: 0 auto 30px
}
.azul_lp_infor_categ.blue{background: #47C7FF}
.azul_lp_infor_img img{
  border-radius: 20px;
  box-shadow: 0 5px 10px rgba(0,0,0,.4);
}
.azul_lp_infor_map{text-align: center;padding: 95px 0 85px;}
.azul_lp_table01{
  width: 100%;
  margin: 0 auto;
  border-collapse: separate;
  box-sizing: border-box;
  background: #fff;
  border-spacing: 2px;
}
.azul_lp_table01 th,
.azul_lp_table01 td{
  font-size: 1.6rem;
  line-height: 1.1;
  font-weight: bold;
  color: #002C83;
  height: 50px;
  /*padding: 16px 0;*/
  vertical-align: middle;
  text-align: center;
  box-sizing: border-box;
  white-space: nowrap;
}
.azul_lp_table01 thead th{
  background: #000;
  color: #fff;
  text-align: center;
}
.azul_lp_table01 thead th.sm{font-size: 1.4rem}
.azul_lp_table01 .tr01{background-color: #FAFD47}
.azul_lp_table01 .tr02{background-color: #47C7FF}
.azul_lp_table01 .tr03{background-color: #E89BD2;}
.azul_lp_table01 tbody th{font-size: 2rem}
.azul_lp_table01 .tr03 th{font-size: 1.8rem}
.azul_lp_table01 td.tr{
  padding-right: 15px;
  text-align: right;
}
.azul_lp_table01 td.no{
  color: #fff;
  background: #ACACAC;
}
.azul_lp_infor_p03{
  font-size: 2rem;
  padding: 60px 0 7px
}
.azul_lp_infor_ul02 li{
  padding-left: 1em;
  text-indent: -1em;
  letter-spacing: 0.05em;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 30px;
}

/*azul_lp_access*/
#azul_lp_access{padding: 70px 0}
#azul_lp_access .azul_lp_inner{max-width: 980px}
.azul_lp_access_p01{
  font-size: 2.6rem;
  font-weight: bold;
  padding: 20px 0 40px;
  color: #fff;
  text-align: center;
}
.azul_lp_access_p01 font{font-size: 4.2rem;}
.azul_lp_access_map iframe{
  display: block;
  width: 100%;
  height: 540px;
  box-shadow: 0 8px 20px rgba(0,0,0,.4);
  margin-bottom: 60px;
}
.azul_lp_access_ul{
  display: flex;
  justify-content: center;
}
.azul_lp_access_ul li{
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #002C83;
  color: #fff;
  height: 50px;
  font-size: 1.8rem;
  font-weight: bold;
  cursor: pointer;
}
.azul_lp_access_ul li img{margin-right: 12px}
.azul_lp_access_ul li.azul_lp_access_li02{
  color: #002C83;
  background: #FFE005;
}
.azul_lp_access_cont{
  padding: 50px 85px;
  background: #fff;
  box-sizing: border-box;
  border: 5px solid #FFE005;
  display: none;
}
.azul_lp_access_cont.active{display: block;}
.azul_lp_access_cont#cont01{
  border: 5px solid #002C83;
}
.azul_lp_access_flex{
  display: flex;
  justify-content: space-between;
}
.azul_lp_access_item{
  width: 335px;
}
.azul_lp_access_dl{text-align: center;font-weight: bold;}
.azul_lp_access_dl .tl{text-align: left;}
.azul_lp_access_dl dt{
  background: #002C83;
  color: #fff;
  font-size: 1.6rem;
  padding: 3px 0;
  position: relative;
}
.azul_lp_access_dl.dl01 dt{font-size: 1.8rem;padding: 12px 0}
.azul_lp_access_dl.dl01 dd{padding: 13px 0}
.azul_lp_access_dl_p01{font-size: 1.8rem;white-space: nowrap;}
.azul_lp_access_dl_p01 font{font-size: 1.3rem;}
.azul_lp_access_dl_p02{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 25px;
  border-radius: 15px;
  background: #002C83;
  color: #fff;
  font-size: 1.6rem;
  margin: 10px auto;
}
.azul_lp_access_dl dt span{
  position: absolute;
  left: 10px;
  top: 15px;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 47px;
  height: 22px;
  border-radius: 12px;
  background: #fff;
  color: #002C83;
  font-size: 1.6rem
}
.azul_lp_access_dl dt font{font-size: 1.4rem}
.azul_lp_access_dl dd{
  background: #F5F5F5;
  padding: 13px 30px;
}
.azul_lp_access_dl:nth-of-type(even) dd{background:#E0E0E0 }

.azul_lp_access_img{padding-bottom: 30px}
.azul_lp_access_dl02 + .azul_lp_access_dl02{margin-top: 20px}
.azul_lp_access_dl02{
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 20px;
  text-align: center;
}
.azul_lp_access_dl02 dt{
  background: #0092E5;
  color: #fff;
  padding: 15px 0;
}
.azul_lp_access_dl02.dl02 dt{background: #FF5DE0}
.azul_lp_access_dl02.dl03 dt{background: #FC853A}
.azul_lp_access_dl02 dd{
  background: #F5F5F5;
  padding: 15px 0;
}

/*sche*/
#azul_lp_schedule{
  padding: 80px 0;
  background: #002C83
}
.azul_lp_schedule_slider{
  text-align: center;
  font-size: 0;
}
.azul_lp_schedule_list{
  display: inline-block;
  margin: 0 25px;
  width: 260px;
  font-weight: bold;
	vertical-align: middle;
}
.azul_lp_schedule_item {
  width: 100%;
  background: #fff;
  border: 2px solid #0092E5;
  box-sizing: border-box;
}
.azul_lp_schedule_title {
  width: 100%;
  background: #0092E5;
  color: #fff;
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  line-height: 2.7;
}
.azul_lp_schedule_box {
  padding: 20px 15px 18px;
  box-sizing: border-box;
}

.azul_lp_schedule_list .azul_lp_team {
  display: block;
  margin: 0;
}
.azul_lp_schedule_list .azul_lp_club.team {
  width: 44% !important;
  font-size: 1rem !important;
  text-align: center;
}
.azul_lp_schedule_list .azul_lp_club img {
  height: 80px;
  margin: 0 auto 5px!important;
}
.azul_lp_schedule_list .azul_lp_club:last-child {
  width: 12% !important;
  font-size: 2.3rem !important;
  line-height: 104px;
  text-align: center;
}
.azul_lp_schedule_info {
  text-align: center;
  padding: 10px 0 10px;
  font-size: 1.4rem;
}
.azul_lp_schedule_info span {
  display: inline-block;
}
.azul_lp_schedule_place{
  min-height: 3em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.azul_lp_schedule_date {
  font-size: 5rem;
  line-height: 1;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  font-style: italic;
}
.azul_lp_schedule_week,.azul_lp_schedule_time {
  font-size: 2.6rem;
  line-height: 1;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  font-style: italic;
  margin-left: 5px;
}
.azul_lp_schedule_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 82px;
}
.azul_lp_schedule_btn ul {
  width: 100%;
}
.azul_lp_schedule_btn li a {
  width: 100%;
  display: block;
}
.azul_lp_schedule_btn li + li {
  margin-top: 15px;
}
/* !footer
---------------------------------------------------------- */
.azul_lp_page_top a {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 988;
}

#azul_lp_footer {
  text-align: center;
  padding: 80px 0 160px;
  color: #fff;
  font-size: 1.3rem;
  line-height: 2;
}
#azul_lp_footer .azul_lp_sns{
  background: none;
  padding: 0 0 90px;
}
.azul_lp_footer_p{
  font-size: 1.6rem;
  font-weight: bold;
}
#azul_lp_footer .azul_lp_sns ul{margin-top: 30px}
#azul_lp_footer .azul_lp_sns li{padding: 0 25px;}
.azul_lp_logo {
  margin-bottom: 50px;
  text-align: center;
}

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

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

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


.azul_lp_players_item:nth-of-type(even){min-width: 1300px}
@media screen and (max-width: 1140px){
  .azul_lp_header_btn li img{width:300px }
  .azul_lp_nav li{padding: 0 10px}
}