@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;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}

/* !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%;
  /*overflow-x: hidden;*/
}
body {
  color: #000;
  background: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  -webkit-text-size-adjust: none;
  line-height: 1.5;
}

.sp {
  display: none !important;
}

.enFt {
  font-family: 'Oswald', sans-serif;
}

/* !wrapper
---------------------------------------------------------- */
#tt_lp_wrapper {
  width: 100%;
  min-width: 1024px;
  overflow: hidden;
  padding-top: 80px;
  background: #e4e5e6;
}
.tt_lp_inner {
  padding: 0 20px;
  max-width: 1120px;
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
}
/* !header
---------------------------------------------------------- */
#tt_lp_header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  background: #003876;
  height: 80px;
  min-width: 1000px;
}
.tt_lp_header_inner {
  margin: 0 auto;
  height: 100%;
  padding: 0 15px 0 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tt_lp_header_left {
  display: flex;
  align-items: center;
}
#tt_lp_logo a {
  margin-right: 20px;
}
#tt_lp_logo img {
  width: 221px;
}

.tt_lp_header_btn {
  position: fixed;
  z-index: 999;
  right: 30px;
  bottom: 30px;
  width: auto;
}

/* !navi
---------------------------------------------------------- */
.tt_lp_btn_menu {
  display: none;
}
.tt_lp_header_btn {
  display: flex;
}
.tt_lp_header_btn a {
  display: block;
}
.tt_lp_header_btn a + a {
  margin-left: 10px;
}
#tt_lp_navi ul {
  display: flex;
}

#tt_lp_navi li {
  padding: 0 25px;
}
#tt_lp_navi li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  text-align: center;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 4px solid #daaa00;
}
/*#tt_lp_navi li a:hover,
#tt_lp_navi li a.active{
  background-color: #F5F5F5;
  opacity: 1;
  border-bottom-color:#DAAA00;
  color: #DAAA00;
}*/

@media only screen and (max-width: 1250px) {
  .tt_lp_header_inner {
    padding: 0 5px 0 20px;
  }
  #tt_lp_navi li {
    padding: 0 15px;
  }
  #tt_lp_navi li a {
    font-size: 1.4rem;
  }
}

/* !tt_lp_mainVisual
---------------------------------------------------------- */
#tt_lp_mainVisual {
  position: relative;
}
.tt_lp_mainVisual,
.tt_lp_mainVisual img {
  width: 100%;
}
#tt_lp_mainVisual img {
  width: 100%;
}

.tt_lp_mvslider {
  padding-bottom: 50px;
  background: #000;
}
.tt_lp_mvslist {
  max-width: 750px;
}

.slick-dotted.slick-slider {
  margin-bottom: 0px;
}
.slick-dots {
  width: 90vw;
  bottom: auto;
  bottom: -58px;
  display: flex;
  justify-content: center;
}
.slick-dots li {
  width: 65px;
  height: 7px;
  display: block;
  margin: 0 8px;
  float: left;
}
.slick-dots li button {
  width: 65px;
  height: 7px;
  padding: 0;
}
.slick-dots li button:before {
  content: '';
  display: block;
  width: 65px;
  height: 7px;
  background: #ffffff;
  border-radius: 0;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
}
.slick-dots li button:hover:before {
  background: #e60039;
}
.slick-dots li.slick-active button:before {
  background: #e60039;
}

/* !title
---------------------------------------------------------- */
.tt_lp_sec_title {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  color: #fff;
  background: #003876;
  font-size: 4rem;
  margin-bottom: 80px;
  font-family: 'Oswald';
  font-weight: 600;
}

/* !content
---------------------------------------------------------- */
/*tt_lp_games*/
.tt_lp_games {
  padding-bottom: 80px;
  background: url(../image/bg_game.jpg) no-repeat center center;
  background-size: cover;
  color: #fff;
}
.tt_lp_games_title {
  text-align: center;
  background: #000;
  margin-bottom: 80px;
}
.tt_lp_games .tt_lp_inner {
  max-width: 1120px;
}
.tt_lp_games_items {
  display: flex;
  text-align: center;
  align-items: flex-end;
  margin: 80px 0 0;
}
.tt_lp_games_items li {
  width: 50%;
}
.border{
  width: 100%;
  height: 4px;
  background: #efe395;
  margin-top: 80px;
}

.tt_lp_cvArea_body {
  position: relative;
  width: 100%;
  height: 180px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.tt_lp_cvArea_body:before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: 'Oswald';
  font-size: 3.6rem;
  font-weight: bold;
  content: 'VS';
  z-index: 2;
}
.tt_lp_cvArea_team {
  width: 50%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 40px;
}
.tt_lp_cvArea_team:nth-child(1) {
  padding: 0 40px 0 0;
  justify-content: flex-end;
}
.tt_lp_cvArea_team .logo {
  width: 180px;
  height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.tt_lp_cvArea_team .logo img {
  max-height: 100%;
}
.tt_lp_cvArea_team .logo .caption {
  position: absolute;
  width: 100%;
  text-align: center;
  font-size: 1.6rem;
  color: #fff;
  font-weight: bold;
  left: 0;
  top: calc(100% + 10px);
}

.tt_lp_match_Date {
  font-size: 12rem;
  line-height: 1.5;
}
.tt_lp_match_Date span {
  display: inline-block;
}
.tt_lp_match_Date .tt_lp_match_week {
  height: 54px;
  padding: 0 10px;
  overflow: hidden;
  text-align: center;
  margin-left: 10px;
  background: #a9a9a9;
}
.tt_lp_match_Date .tt_lp_match_week em {
  font-size: 3.4rem;
  line-height: 54px;
  color: #fff;
  font-weight: bold;
  position: relative;
  display: block;
}
.tt_lp_match_Date .tt_lp_match_week.gray {
  background: #a9a9a9;
}
.tt_lp_match_Date .tt_lp_match_week.red {
  background: #fd0c18;
}
.tt_lp_match_Date .tt_lp_match_week.blue {
  background: #0000cd;
}
.tt_lp_match_time {
  font-size: 3.6rem;
  font-weight: 600;
  margin-top: -20px;
  margin-bottom: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tt_lp_match_place {
  font-size: 2.4rem;
  line-height: 28px;
  font-weight: bold;
  margin-bottom: 20px;
}
.tt_lp_match_time span,
.tt_lp_match_place span {
  display: inline-block;
  line-height: 28px;
  padding: 0 15px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #003876;
  background: #fff;
  margin-right: 10px;
}
.tt_lp_match_place .open {
  display: inline-block;
  line-height: 28px;
  padding: 0 15px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #003876;
  margin-right: 10px;
}

.tt_lp_games_btn {
  text-align: center;
}

.tt_lp_games_btn_yet{
  pointer-events: none;
}

/*tt_lp_access*/
.tt_lp_access {
  padding-bottom: 80px;
}
.tt_lp_access_top {
  max-width: 990px;
  margin: 0 auto 80px;
  display: flex;
  justify-content: space-between;
}
.tt_lp_access_top_left,
.tt_lp_access_top_right {
  width: 50%;
}
.tt_lp_access_top_left {
  width: 45%;
}
.tt_lp_access_p01 {
  font-size: 2.7rem;
  font-weight: bold;
  color: #e60039;
  margin-bottom: 10px;
}
.tt_lp_access_p02 {
  font-size: 2rem;
  margin-bottom: 20px;
}
.tt_lp_access_p03 {
  /* width: 434px; */
}

.tt_lp_access_dl {
  margin-bottom: 20px;
}
.tt_lp_access_dl dt {
  display: flex;
  align-items: center;
  color: #003876;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.tt_lp_access_dl dt img {
  margin-right: 10px;
  width: auto;
}
.tt_lp_access_dl dd {
  font-size: 1.8rem;
}
.tt_lp_access_p04 {
  background: #fff;
  border: 1px solid #707070;
  padding: 10px;
  font-size: 1.6rem;
  margin-bottom: 37px;
}
.tt_lp_access_p05 {
  text-align: center;
}

.tt_lp_access_bottom_title {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  color: #003876;
  padding-bottom: 27px;
  margin-bottom: 20px;
  background: url(../image/arrow_access.svg) no-repeat bottom center;
  background-size: auto;
}

.tt_lp_access_ul {
  /*display: flex;*/
}

.tt_lp_access_ul .slick-track {
  margin: 0 auto;
}

.tt_lp_access_ul li {
  margin: 0 10px !important;
}
/*.tt_lp_access_ul li + li{margin-left: 20px}*/
.tt_lp_access_ul_txt {
  font-size: 1.6rem;
  margin-top: 10px;
}

/*tt_lp_event*/
.tt_lp_event {
  background: #000;
  padding-bottom: 80px;
}
.tt_lp_event_ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
  justify-content: center;
}
.tt_lp_event_ul li {
  margin: 0 20px 50px;
  width: calc(25% - 40px);
}
.tt_lp_event_dl {
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}
.tt_lp_event_dl_title {
  padding: 20px 20px 0px;
  font-size: 2.2rem;
  font-weight: bold;
  color: #e60039;
}
.tt_lp_event_dl_txt {
  font-size: 1.4rem;
  padding: 0px 10px;
  margin: 15px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.tt_lp_event_dl_txt a {
  color: #ff0000;
}
.tt_lp_event_dl_title + .tt_lp_event_dl_txt {
  margin-top: 10px;
}
.tt_lp_event_dl_btn01 {
  background: #e60039;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 25px;
}
.tt_lp_event_dl_btn01 span {
  font-size: 1.2rem;
  font-weight: bold;
  padding-right: 20px;
  background: url(../image/arrow_event.svg) no-repeat right center;
  background-size: 10px auto;
}

.tt_lp_event_ul li a {
  display: block;
}
.tt_lp_event_ul li.tt_lp_event_li_first {
  width: calc(100% - 40px);
}
.tt_lp_event_ul li.tt_lp_event_li_first a {
  max-width: 880px;
  margin: 0 auto;
}
.tt_lp_event_li_first .tt_lp_event_dl {
  display: flex;
  border-radius: 15px;
}
.tt_lp_event_li_first .tt_lp_event_dl dt,
.tt_lp_event_li_first .tt_lp_event_dl dd {
  width: 50%;
}
.tt_lp_event_li_first .tt_lp_event_dl dd {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.tt_lp_event_li_first .tt_lp_event_dl_txt {
  padding: 0 20px;
  font-size: 1.6rem;
  -webkit-line-clamp: 4;
}
.tt_lp_event_li_first .tt_lp_event_dl_btn01 {
  height: 40px;
}
.tt_lp_event_li_first .tt_lp_event_dl_btn01 span {
  font-size: 1.8rem;
  padding-right: 22px;
  background-size: 12px auto;
}

.fancybox-overlay {
  background: rgba(218, 170, 0, 0.5);
}
.tt_lp_event_fancybox {
  max-width: 440px;
}
.tt_lp_event_fancybox .tt_lp_event_dl_txt {
  padding: 0 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: revert;
  -webkit-box-orient: vertical;
}
.tt_lp_event_dl_btn02 {
  text-align: center;
  padding: 5px 20px 20px;
}

/*tt_lp_event_schedule*/
.tt_lp_event_schedule_title {
  padding: 30px 0 10px;
  font-size: 4rem;
  font-weight: 600;
  color: #daaa00;
  text-align: center;
}
.tt_lp_event_schedule_box {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
}
.tt_lp_event_schedule_box_02{
  margin-top: 40px;
}
.tt_lp_event_schedule_item {
  width: 100%;
  padding: 0 50px;
}
.tt_lp_event_schedule_item .tt_lp_match_Date {
  text-align: center;
  font-size: 6rem;
  color: #fff;
  margin-bottom: 10px;
}
.tt_lp_event_schedule_item .tt_lp_match_Date .tt_lp_match_week {
  height: 50px;
}
.tt_lp_event_schedule_item .tt_lp_match_Date .tt_lp_match_week em {
  font-size: 3rem;
  line-height: 50px;
}
.tt_lp_event_schedule_dl {
  padding-left: 40px;
  position: relative;
  margin-bottom: 8px;
}
.tt_lp_event_schedule_dl dt {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 78px;
  height: 40px;
  color: #fff;
  background: #003876;
  border-radius: 20px;
  font-size: 2rem;
}
.tt_lp_event_schedule_dl dd {
  background: #fff;
  font-size: 1.8rem;
  padding: 7px 10px 6px 50px;
}

/*tt_lp_preview*/
.tt_lp_preview {
  padding-bottom: 80px;
}
.tt_lp_preview .tt_lp_sec_title {
  margin-bottom: 0;
}
.tt_lp_preview .tt_lp_inner {
  max-width: 840px;
}
.tt_lp_preview_title {
  padding: 80px 0 20px;
  color: #e60039;
  font-size: 2.4rem;
  font-weight: bold;
}
.tt_lp_preview_txt {
  font-size: 1.8rem;
}

/*tt_lp_about*/
.tt_lp_about {
  background: url(../image/main_bg_sp.jpg) no-repeat center center;
  background-size: cover;
  color: #fff;
  padding-bottom: 80px;
}
.tt_lp_about .tt_lp_sec_title {
  margin-bottom: 0;
}
.tt_lp_about_top .tt_lp_inner {
  max-width: 840px;
}
.tt_lp_about_top_p01 {
  text-align: center;
  margin: 80px 0 30px;
}
.tt_lp_about_top_p01 img {
  width: 400px;
}
.tt_lp_about_top_p02 {
  font-size: 1.8rem;
  /* margin-bottom: 80px; */
}

/*tt_lp_player*/
/* .tt_lp_player {
  padding-bottom: 80px;
} */
.tt_lp_player .tt_lp_inner,
.tt_lp_goods .tt_lp_inner {
  max-width: 580px;
}
.tt_lp_player_title {
  text-align: center;
  font-size: 4rem;
  font-weight: 600;
  margin-bottom: 30px;
}

.tt_lp_player_slider.slick-dotted.slick-slider {
  padding: 0 110px;
  margin-bottom: 58px;
}
.tt_lp_player_slider .slick-list,
.tt_lp_movie_slider .slick-list,
.tt_lp_goods_slider .slick-list {
  overflow: visible;
}
.tt_lp_player_slider .slick-dots {
  bottom: -58px;
}
.tt_lp_player_slist,
.tt_lp_goods_slist {
  max-width: 320px;
  margin: 0 80px;
}

.tt_lp_player_img {
  text-align: center;
}
.tt_lp_player_name {
  font-size: 2rem;
  margin-bottom: 20px;
  background: #003876;
  padding: 6px 10px;
  border-left: 8px solid #011429;
}
.tt_lp_player_txt {
  font-size: 1.8rem;
}

/*slick*/

.slick-prev,
.slick-next {
  position: absolute;
  width: 60px;
  height: 80px;
  z-index: 3;
  background: url(../image/prev.svg) no-repeat;
  background-size: 100% auto;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.slick-next {
  background: url(../image/next.svg) no-repeat;
  background-size: 100% auto;
  left: auto;
  right: 0;
}

/*tt_lp_movie*/
.tt_lp_movie .tt_lp_inner {
  max-width: 946px;
}
.tt_lp_movie_slider.slick-slider {
  padding: 0 110px;
  margin-bottom: 58px;
}
.tt_lp_movie_slist {
  max-width: 688px;
  margin: 0 80px;
}

.tt_lp_movie_slist_iframe iframe {
  display: block;
  width: 688px;
  max-width: 100%;
  height: 385px;
}
.tt_lp_movie_slist_txt {
  font-size: 1.8rem;
  margin-top: 10px;
  opacity: 0;
}
.slick-active .tt_lp_movie_slist_txt {
  opacity: 1;
}

/*tt_lp_goods*/
.tt_lp_goods_title {
  text-align: center;
  margin-bottom: 20px;
}
.tt_lp_goods_title span {
  display: inline-block;
  background: #e60039;
  font-size: 2.4rem;
  padding: 7px 20px;
  font-weight: bold;
}
.tt_lp_goods_p01 {
  max-width: 800px;
  margin: 0 auto 30px;
  font-size: 1.8rem;
}
.tt_lp_movie_slider.slick-slider {
  padding: 0 110px;
}
.tt_lp_goods_img {
  text-align: center;
}
.tt_lp_goods_txt {
  font-size: 1.8rem;
  background: #003876;
  padding: 12px;
  border-left: 9px solid #a38107;
}

/*tt_lp_ticket*/
.tt_lp_ticket {
  padding-bottom: 80px;
}
.tt_lp_ticket .tt_lp_inner {
  max-width: 1030px;
}
.tt_lp_ticket_box {
  display: flex;
  justify-content: space-between;
}
.tt_lp_ticket_map {
  width: 46%;
}
.tt_lp_ticket_price {
  width: 50%;
}
.tt_lp_ticket_table {
  margin-bottom: 10px;
}
.tt_lp_ticket_note {
  font-size: 1.4rem;
}
.tt_lp_ticket_note + .tt_lp_ticket_note {
  margin-top: 21px;
}

/*tt_lp_partner*/
.tt_lp_partner {
  padding-top: 80px;
  background: #000;
}
.tt_lp_partner .tt_lp_inner {
  max-width: 940px;
}
.tt_lp_partner_p01 {
  text-align: center;
  margin-bottom: 80px;
}
.tt_lp_partner_hd {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  color: #daaa00;
}
.tt_lp_partner_hd:after {
  content: '';
  display: block;
  background: currentColor;
  margin: 7px auto 40px;
  width: 80px;
  height: 2px;
}
.tt_lp_partner_dl dt {
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  margin-bottom: 20px;
}
.tt_lp_partner_ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.tt_lp_partner_ul li {
  height: 60px;
  margin: 0 20px 40px;
}
.tt_lp_partner_ul li img {
  height: 100%;
}
/* !footer
---------------------------------------------------------- */
.tt_lp_page_top a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  background: #fff;
  border-bottom: 4px solid #a70000;
  display: none;
}

#tt_lp_footer {
  text-align: center;
  padding: 40px 20px 100px;
  color: #fff;
  background: #000;
}

.tt_lp_footer_p {
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
  color: #daaa00;
  margin-bottom: 20px;
}
.tt_lp_sns ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.tt_lp_sns ul li {
}
#tt_lp_footer .tt_lp_sns {
  padding: 0 0 115px;
}
#tt_lp_footer .tt_lp_sns li {
  margin: 0 30px;
  position: relative;
}
#tt_lp_footer .tt_lp_sns li img {
  width: 60px;
}
#tt_lp_footer .tt_lp_sns li span {
  position: absolute;
  left: 50%;
  top: calc(100% + 10px);
  z-index: 1;
  white-space: nowrap;
  transform: translateX(-50%);
  font-size: 1.8rem;
}
.tt_lp_logo {
  margin-bottom: 40px;
  text-align: center;
}

.tt_lp_logo img {
  height: 240px;
}
#tt_lp_footer a {
  color: #fff;
  text-decoration: none;
}
#tt_lp_copyright {
  font-size: 1.6rem;
  font-weight: 400;
}

.hide {
  display: none;
}
a {
  color: #333;
  text-decoration: none;
  transition: all 0.5s !important;
  -moz-transition: all 0.5s !important;
  -webkit-transition: all 0.5s !important;
}
a:hover {
  opacity: 0.8;
  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: 0.8;
  transition: all 0.5s !important;
  -moz-transition: all 0.5s !important;
  -webkit-transition: all 0.5s !important;
}

@media screen and (max-width: 1500px) {
}

.tt_lp_cvArea_present {
  text-align: center;
  max-width: 345px;
  margin: 0 auto 20px;
}
