@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: #fff;
  background: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  -webkit-text-size-adjust: none;
  line-height: 1.5;
}

.pc {
  display: none !important;
}

@font-face {
  font-family: "Alternate Gothic No3 D";
  src: url("../fonts/AlternateGotNo3D.eot");
  src: url("../fonts/AlternateGotNo3D.eot?#iefix") format("embedded-opentype"), url("../fonts/AlternateGotNo3D.woff2") format("woff2"), url("../fonts/AlternateGotNo3D.woff") format("woff"),
    url("../fonts/AlternateGotNo3D.ttf") format("truetype"), url("../fonts/AlternateGotNo3D.svg#AlternateGotNo3D") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.enFt {
  font-family: "Alternate Gothic No3 D";
}

/* !wrapper
---------------------------------------------------------- */
#consadole_lp_wrapper {
  width: 100%;
  min-width: 320px;
  overflow: hidden;
  background: #000;
  padding-top: 80px;
}
.consadole_lp_inner {
  padding: 0 20px;
  max-width: 1110px;
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
}
/* !header
---------------------------------------------------------- */
#consadole_lp_header {
  position: relative;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 998;
}
#consadole_lp_header .consadole_lp_headerIn {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 80px;
  background: #c3001a;
}
.consadole_lp_header_logo img {
  max-height: 68px;
}
#consadole_lp_header .consadole_lp_game {
  display: flex;
  width: 100%;
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 998;
  background: #000;
  min-width: 320px;
  box-sizing: border-box;
}
#consadole_lp_header .consadole_lp_game_league {
  font-size: 1.7rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  margin-right: 20px;
  width: 72px;
}
#consadole_lp_header .consadole_lp_game_league img {
  display: block;
  margin: 0 auto;
}
#consadole_lp_header .consadole_lp_game_panter {
  margin-right: 20px;
  width: 180px;
}
#consadole_lp_header .consadole_lp_game_panter * {
  float: left;
}
#consadole_lp_header .consadole_lp_game_panter img {
  width: 70px;
  display: block;
}
#consadole_lp_header .consadole_lp_game_panter img:last-of-type {
  width: 60px;
}
#consadole_lp_header .consadole_lp_game_panter span {
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  line-height: 3.5;
  width: 40px;
  text-align: center;
  display: block;
}

#consadole_lp_header .consadole_lp_game_Date {
  font-size: 8rem;
  line-height: 1;
  color: #fff;
  padding-top: 0px;
  margin-right: 15px;
}
#consadole_lp_header .consadole_lp_game_Date span {
  display: inline-block;
}
#consadole_lp_header .consadole_lp_game_week {
  text-align: center;
  margin-left: 5px;
}
#consadole_lp_header .consadole_lp_game_week em {
  position: relative;
  font-size: 5rem;
  color: #fff;
  display: block;
  /*top: -5px;*/
}

#consadole_lp_header .consadole_lp_ticket_off {
  font-size: 3.5rem;
  line-height: 36px;
  color: #fff;
  margin-right: 50px;
}
#consadole_lp_header .consadole_lp_ticket_off .note {
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
}
#consadole_lp_header .consadole_lp_ticket_btn {
  width: calc(100% - 50px);
}
#consadole_lp_header .consadole_lp_ticket_btn li {
  float: left;
  width: 50%;
  max-width: 163px;
  /*width: 245px;*/
}
#consadole_lp_header .consadole_lp_ticket_btn li + li {
  /*margin-left: 3px;*/
}

.btnMenu {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 50px;
  z-index: 999;
  /*margin-left: 40px;*/
}

.red {
  color: red;
  text-decoration: none;
}

.red:hover {
  text-decoration: underline;
}

.btnMenu a {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  color: #fff;
  width: 50px;
  height: 50px;
  font-size: 1.8rem;
  position: relative;
  font-weight: bold;
  background: #d7061b;
}
.btnMenu a:hover {
  opacity: 1;
}
.btnMenu img {
  width: 34px;
  display: block;
}
.btnMenu.active img {
  width: 17px;
}
.btnMenu .menuClose,
.btnMenu.active .menuOpen {
  display: none;
}
.btnMenu.active .menuClose {
  display: block;
}

.consadole_lp_menu {
  position: fixed;
  right: 0;
  bottom: 50px;
  transform: translateY(120%);
  transition-duration: 0.5s;
  width: 100%;
  background: #d7061b;
}
.consadole_lp_menu.open {
  transform: translateY(0%);
}

.consadole_lp_menu:before {
  z-index: -1;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  content: "";
  background: #b60f20;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s;
}
.consadole_lp_menu.open:before {
  opacity: 0.9;
  visibility: visible;
  transition: opacity 0.5s;
}

.consadole_lp_nav {
  padding: 32px 32px 80px;
}
.consadole_lp_nav h2 {
  margin-bottom: 24px;
  text-align: center;
  line-height: 1;
  font-weight: bold;
  font-size: 1.6rem;
}
.consadole_lp_nav ul {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.consadole_lp_nav li {
  padding: 14px 0;
  box-sizing: border-box;
  width: calc(100% / 3);
  text-align: center;
}
.consadole_lp_nav li:nth-of-type(n + 4) {
  border-top: 1px solid #fff;
}
.consadole_lp_nav li a {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 12px 0 24px;
  background: url("../image/icon_bottom_wh.svg") no-repeat bottom 6px center;
  background-size: 12px;
  text-decoration: none;
  color: #fff;
}
.consadole_lp_nav li:not(.first):not(.second) a {
  border-left: 1px solid #fff;
}
.consadole_lp_nav .first a {
  border-right: 1px solid #fff;
}
.consadole_lp_nav .icon_nav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
  width: 36px;
  height: 36px;
}

/* !consadole_lp_mainVisual
---------------------------------------------------------- */
#consadole_lp_mainVisual {
}
#consadole_lp_mainVisual img {
  width: 100%;
}

/* !title
---------------------------------------------------------- */
.consadole_lp_sec_title {
  margin-bottom: 25px;
  overflow: hidden;
}
.consadole_lp_sec_title span {
  font-family: "Alternate Gothic No3 D", sans-serif;
  color: #fff;
  font-size: 3.2rem;
  line-height: 1;
  letter-spacing: 0.14em;
  position: relative;
}
.consadole_lp_sec_title span:after {
  content: "";
  position: absolute;
  left: 100%;
  bottom: 5px;
  width: 100vw;
  margin-left: 15px;
  height: 1px;
  background: #fff;
}

/* !INVITATION
---------------------------------------------------------- */
#consadole_lp_invitation {
  padding-top: 55px;
}
#consadole_lp_invitation .banner {
  margin-bottom: 20px;
}
#consadole_lp_invitation .banner .txt {
  margin-top: 26px;
  line-height: 2;
  font-size: 1.4rem;
}
#consadole_lp_invitation .reception {
  margin-bottom: 60px;
}
#consadole_lp_invitation .reception li {
  margin-bottom: 24px;
  font-size: 1.4rem;
  font-weight: bold;
}
#consadole_lp_invitation .reception li .done {
  margin-bottom: 24px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #333;
}
#consadole_lp_invitation .reception .step {
  display: inline-block;
  position: relative;
  padding: 0 10px;
  margin-bottom: 10px;
  background: #c3001a;
  line-height: 32px;
}
#consadole_lp_invitation .reception .step:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  border-left: 12px solid #c3001a;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
}
#consadole_lp_invitation .hd01 {
  padding-bottom: 15px;
  margin-bottom: 15px;
  background: url(../image/invitation/ico_down.png) no-repeat center bottom;
  background-size: 16px;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  color: #b79906;
}
#consadole_lp_invitation .flow * {
  box-sizing: border-box;
}
#consadole_lp_invitation .flow ul {
  margin-bottom: 20px;
}
#consadole_lp_invitation .flow li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
#consadole_lp_invitation .flow li .step {
  display: flex;
  align-items: center;
  width: 96px;
  background: #fff;
}
#consadole_lp_invitation .flow li .info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 8px 10px;
  width: calc(100% - 100px);
  background: #fff;
  color: #000;
}
#consadole_lp_invitation .flow li p + p {
  margin-top: 3px;
}
#consadole_lp_invitation .flow li .tit {
  font-size: 1.6rem;
  font-weight: bold;
}
#consadole_lp_invitation .flow li .link {
  text-decoration: underline;
  color: #c3001a;
}
.colorRed {
  color: #c3001a;
}
#consadole_lp_invitation .notes {
  padding: 8px;
  border: 1px solid #fff;
  line-height: 1.71;
  font-size: 1rem;
}
#consadole_lp_invitation .notes .tit {
  margin-bottom: 8px;
  font-size: 1.4rem;
  font-weight: bold;
}
#consadole_lp_invitation .btn {
  margin-top: 20px;
  text-align: center;
}
#consadole_lp_invitation .howto {
  margin-top: 50px;
}
#consadole_lp_invitation .howto .slider {
  padding-bottom: 30px;
}
#consadole_lp_invitation .howto .slick-dots {
  bottom: 0px;
}
#consadole_lp_invitation .howto .item {
  box-sizing: border-box;
}
#consadole_lp_invitation .howto .step {
  background: #c3001a;
  text-align: center;
  font-family: "Alternate Gothic No3 D", sans-serif;
  font-size: 4rem;
}
#consadole_lp_invitation .howto .step:before {
  content: "STEP ";
  margin-right: 3px;
  font-size: 2.4rem;
}
#consadole_lp_invitation .howto .info {
  padding: 16px 10px 24px;
  background: #fff;
  text-align: center;
  color: #111;
}
#consadole_lp_invitation .howto .info img {
  width: 62.5%;
}
#consadole_lp_invitation .howto .tit {
  margin-top: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
#consadole_lp_invitation .howto .id {
  margin-top: 24px;
  text-align: center;
}

/* !EVENT
---------------------------------------------------------- */

#consadole_lp_event {
  padding-top: 40px;
}

.consadole_lp_event_box {
  margin-top: 32px;
}
.consadole_lp_event_list {
  margin: 0 -10px;
  font-size: 0;
  text-align: center;
}
.consadole_lp_event_item.big {
  width: auto;
  margin: 0 -10px 40px;
  padding: 0;
}
.consadole_lp_event_item {
  text-align: left;
  display: inline-block;
  width: 50%;
  padding: 0 10px;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.consadole_lp_event_list.towcolumn .column {
  box-sizing: border-box;
}
.consadole_lp_event_list.towcolumn .column + .column {
  margin-top: 20px;
}
.consadole_lp_event_list.towcolumn .consadole_lp_event_item {
  width: 100%;
}
.consadole_lp_event_list.held .consadole_lp_event_item:nth-of-type(2),
.consadole_lp_event_list.held .consadole_lp_event_item:nth-of-type(3),
.consadole_lp_event_list.held .consadole_lp_event_item:nth-of-type(4) {
  margin: 0 -20px 30px;
  padding: 0;
  width: auto;
}
.consadole_lp_event_list.held .consadole_lp_event_item:nth-of-type(2) .consadole_lp_event_cont,
.consadole_lp_event_list.held .consadole_lp_event_item:nth-of-type(3) .consadole_lp_event_cont,
.consadole_lp_event_list.held .consadole_lp_event_item:nth-of-type(4) .consadole_lp_event_cont {
  display: none;
}
.consadole_lp_event_list.held .consadole_lp_event_item:nth-of-type(2) .consadole_lp_event_link,
.consadole_lp_event_list.held .consadole_lp_event_item:nth-of-type(3) .consadole_lp_event_link,
.consadole_lp_event_list.held .consadole_lp_event_item:nth-of-type(4) .consadole_lp_event_link {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 132px;
}
.consadole_lp_event_list.held .consadole_lp_event_item:nth-of-type(2) .consadole_lp_event_link:before,
.consadole_lp_event_list.held .consadole_lp_event_item:nth-of-type(3) .consadole_lp_event_link:before,
.consadole_lp_event_list.held .consadole_lp_event_item:nth-of-type(4) .consadole_lp_event_link:before {
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  border-bottom: 30px solid #c3001a;
  border-left: 12px solid transparent;
}
.consadole_lp_event_datetit {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 4px 0 0;
  margin: 0 10px 30px;
  height: 52px;
  border: 2px solid #b32425;
  color: #fff;
  font-weight: bold;
  font-size: 1.7rem;
}
.consadole_lp_event_datetit:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  border-top: 12px solid #b32425;
  border-left: 35px solid transparent;
  border-right: 35px solid transparent;
}
.consadole_lp_event_datetit .date {
  margin: 0 10px 4px 0;
  font-size: 2.1rem;
  font-weight: normal;
}
.consadole_lp_event_datetit .date span {
  margin-right: 10px;
  font-size: 3.3rem;
}

.consadole_lp_event_item a {
  display: block;
  text-decoration: none;
  color: #fff;
  position: relative;
}
.consadole_lp_event_item a:hover {
}
.consadole_lp_event_cont {
  box-sizing: border-box;
  margin: 8px 0 16px;
  font-size: 1.4rem;
  font-weight: bold;
}
.consadole_lp_event_link {
  font-size: 1.4rem;
  line-height: 30px;
  text-align: center;
  background: #c3001a;
  width: 100%;
  font-weight: bold;
}
.consadole_lp_event_link02 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  font-weight: bold;
  font-size: 1.4rem;
  text-align: center;
  background: url(../image/bg_link01.png) no-repeat bottom left;
  background-size: auto 100%;
  width: 126px;
  height: 32px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  box-sizing: border-box;
}

.consadole_lp_infor_cont {
  overflow: hidden;
}

.consadole_lp_infor_cont .img img {
  width: 100%;
}
.consadole_lp_infor_cont .consadole_lp_info {
  background: #fff;
  padding: 15px 15px 15px;
}
.consadole_lp_event_subtitle {
  color: #c3001a;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  margin-bottom: 12px;
}
.consadole_lp_infor_cont .consadole_lp_info p {
  font-size: 1.4rem;
  line-height: 1.5;
  box-sizing: border-box;
}
/* !fancybox*/
.fancybox-skin {
  padding: 0 !important;
  background: none !important;
}
.fancybox_part {
  box-sizing: border-box;
  width: 311px;
  max-width: calc(100vw - 64px);
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}

/* !PLAYERS
---------------------------------------------------------- */
#consadole_lp_players {
  padding-top: 30px;
}
.consadole_lp_players_dl dt,
.consadole_lp_players_dl dd {
  position: relative;
  z-index: 1;
}
.consadole_lp_players_dl dd {
  z-index: 2;
  color: #fff;
}
.consadole_lp_players_img {
  z-index: -1;
  right: 0;
  top: 0;
  margin-left: 0px;
  overflow: hidden;
}
.consadole_lp_players_img p {
  width: 100%;
}
.consadole_lp_players_img img {
  max-width: 781px;
}

.consadole_lp_players_dl.rt .consadole_lp_players_img {
  margin-left: 0;
  margin-right: -180px;
  overflow: hidden;
  max-width: 100%;
}

.consadole_lp_schedule_event {
  font-size: 2rem;
  font-weight: bold;
}

.consadole_lp_players_dl.rt .consadole_lp_players_img img {
  float: right;
}

.consadole_lp_players_title {
  padding: 5px 0 5px;
  border-bottom: 2px solid #f50000;
  display: flex;
  justify-content: space-between;
}
.consadole_lp_players_title .right {
  text-align: right;
}
.consadole_lp_players_title .box {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 10px 0;
}
.consadole_lp_players_jp {
  font-size: 1.2rem;
  line-height: 14px;
  font-weight: bold;
  margin: 0px 0 20px;
}
.consadole_lp_players_team img {
  width: 60px;
}
.consadole_lp_players_en {
  font-size: 6.2rem;
  line-height: 0.9;
}

.consadole_lp_players_text {
  font-size: 1.4rem;
  line-height: 20px;
  margin: 20px 0 40px;
}

.consadole_lp_players_p {
  text-align: center;
  padding: 0 0 44px;
  font-size: 1.8rem;
  line-height: 24px;
  font-weight: bold;
  color: #b79906;
}
.consadole_lp_players_p01 {
  text-align: left;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.consadole_lp_players_p01 span {
  color: #b79906;
}
.consadole_lp_players_inner {
  padding: 0 20px;
  max-width: 1110px;
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
}
.consadole_lp_players_slider .slick-slide {
}

.consadole_lp_players_slist_dl dt {
  box-sizing: border-box;
  padding-bottom: 40px;
  text-align: center;
}
.consadole_lp_players_slist_dl dt img {
  width: 255px;
}
.consadole_lp_players_slist_dl dd {
  color: #fff;
}
.consadole_lp_players_slist_name {
  font-size: 2.4rem;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 2px solid #c3001a;
}
.consadole_lp_players_slist_person {
  font-size: 1.4rem;
  line-height: 20px;
  font-weight: bold;
  padding: 15px 0 15px;
}
.consadole_lp_players_slist_intro {
  font-size: 1.4rem;
  line-height: 20px;
}
.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  z-index: 99;
  border: 0;
  display: block;
  text-indent: -9999px;
  cursor: pointer;
}
.slick-arrow.slick-prev {
  background: url(../image/prev_fc.svg) center center no-repeat;
  background-size: 100% auto;
  left: -20px;
}
.slick-arrow.slick-next {
  background: url(../image/next_fc.svg) center center no-repeat;
  background-size: 100% auto;
  right: -20px;
}
.consadole_lp_players_slider .slick-arrow {
  top: 120px;
}

/* !movie
---------------------------------------------------------- */
#consadole_lp_movie {
  padding: 40px 0;
}
.consadole_lp_movie_slider {
  margin-bottom: 24px;
}
.consadole_lp_movie_slider .slick-dots {
  bottom: -24px;
}
.slick-dots li {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: 0 4px;
}
.slick-dots li button {
  width: 8px;
  height: 8px;
  /*cursor: pointer;*/
}
.slick-dots li.slick-active {
  background: #c3001a;
}

.consadole_lp_movie_slider .slick-slide {
}
.consadole_lp_movie_slist {
  padding: 0 40px;
  box-sizing: border-box;
}
.slick-center .consadole_lp_movie_slist {
}
.consadole_lp_movie_iframe iframe {
  display: block;
  /*width: 256px;*/
  width: 100%;
  height: 145px;
}
.consadole_lp_movie_text {
  font-size: 1.4rem;
  margin-top: 7px;
  font-weight: bold;
  text-align: center;
}
.slick-center .consadole_lp_movie_text {
}
/* !ticket info
---------------------------------------------------------- */
#consadole_lp_ticket {
  padding: 40px 0;
}
.consadole_lp_ticket_bgimg {
  background: url("../image/bg_ticket.jpg") center center no-repeat;
  background-size: cover;
  height: 30.4vw;
  margin-bottom: 33px;
}
.consadole_lp_ticket_p01 {
  text-align: center;
  padding-bottom: 40px;
  font-weight: bold;
  font-size: 1.8rem;
}
.consadole_lp_ticket_seat_p {
  background: url("../image/bg_span.png") right bottom no-repeat;
  background-size: 100% 100%;
  font-size: 1.8rem;
  padding: 7px 10px;
  font-weight: bold;
}
.consadole_lp_ticket_seat_p + img {
  width: 100%;
}
#consadole_lp_ticket .consadole_lp_event_item {
  width: 100%;
  margin-bottom: 40px;
}
#consadole_lp_ticket .consadole_lp_event_cont {
  margin: 15px 0 24px;
}
#consadole_lp_ticket .consadole_lp_event_link {
  max-width: 255px;
  margin: 0 auto;
  font-size: 1.4rem;
  line-height: 32px;
}

.fancybox_part02 {
  box-sizing: border-box;
  margin: 0 auto;
  width: 311px;
  /*overflow: hidden;*/
  background: #fff;
  padding: 20px 15px;
  border: 2px solid #c3001a;
}
.fancybox_part02_subtitle {
  color: #c3001a;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.fancybox_part02_subtitle .small {
  font-size: 1.4rem;
}
.fancybox_part02_dl dt {
  margin-bottom: 34px;
}
.consadole_lp_ticket_seat_slider .slick-dots {
  bottom: -24px;
}
.consadole_lp_ticket_seat_slider .slick-dots li {
  width: 10px;
  height: 10px;
  background: #c5c5c5;
  border-radius: 0;
}
.consadole_lp_ticket_seat_slider .slick-dots li.slick-active {
  background: #000;
}
.fancybox_part02_dl dd {
  color: #282828;
}
.fancybox_part02_p01 {
  font-size: 1.2rem;
  line-height: 1.8;
  padding-bottom: 24px;
}

.txt_bold {
  font-weight: bold;
}

.fancybox_part02_note {
  margin-top: 8px;
  font-size: 1.2rem;
}
.fancybox_part02_link {
  padding-top: 25px;
  text-align: center;
}
.fancybox_part02_link img {
  width: 200px;
}

.consadole_lp_ticket_p02 {
  padding-bottom: 15px;
  text-align: center;
}
.consadole_lp_ticket_map {
  padding-bottom: 20px;
  text-align: center;
}

.consadole_lp_pricing {
  margin: 0 0 27px;
  background: rgba(255, 255, 255, 0.26);
  border-bottom: 3px solid #c3001a;
}
.consadole_lp_pricing_hd {
  padding: 10px 12px 15px;
  background: #c3001a;
}
.consadole_lp_pricing_hd .consadole_lp_sec_title {
  margin-bottom: 5px;
}
.consadole_lp_pricing_hd .consadole_lp_sec_title span {
  font-size: 2.5rem;
}
.consadole_lp_pricing_p01 {
  text-align: center;
  font-size: 1.2rem;
}
.consadole_lp_pricing_cont {
  padding: 30px 15px;
}
.consadole_lp_pricing_cont dt {
  text-align: center;
  margin-bottom: 22px;
}
.consadole_lp_pricing_cont dt img {
  width: 95px;
}
.consadole_lp_pricing_cont dd {
  font-size: 1.4rem;
}
.consadole_lp_pricing_cont dd a {
  color: #fff;
  text-decoration: underline;
}

.consadole_lp_ticket_p03 {
  text-align: center;
  margin-bottom: 20px;
}
.consadole_lp_ticket_txt {
  text-align: center;
  color: #c3001a;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.5;
  margin: 5px 0;
  margin-bottom: 20px;
}
.consadole_lp_ticket_txt a {
  text-decoration: underline;
  color: #c3001a;
}
.consadole_lp_ticket_p04 {
  margin: 0px 0 24px;
  text-align: center;
}
.consadole_lp_ticket_banner {
  margin-top: 40px;
}

.consadole_lp_ticket_notice li {
  font-size: 1.4rem;
}
.consadole_lp_ticket_notice li span {
  display: block;
  color: #c3001a;
}
.consadole_lp_ticket_notice li + li {
  padding-top: 20px;
}

/* !consadole_lp_enjoy
---------------------------------------------------------- */
#consadole_lp_enjoy {
  padding-bottom: 40px;
}
.consadole_lp_enjoy_bgimg {
  background: url("../image/bg_enjoy.jpg") center center no-repeat;
  background-size: cover;
  height: 30.4vw;
  margin-bottom: 35px;
}
.consadole_lp_enjoy_bgimg p {
  padding-top: 27px;
  font-size: 2.4rem;
  font-weight: 900;
  text-shadow: 0 3px 10px rgba(0, 0, 0);
}
.consadole_lp_enjoy_dl {
  margin-bottom: 33px;
}
.consadole_lp_enjoy_dl dt {
  margin: 0 -20px 15px;
}
.consadole_lp_enjoy_dl dd {
  font-size: 1.5rem;
  line-height: 24px;
}
.consadole_lp_enjoy_dl_btn {
  padding-top: 50px;
  text-align: center;
}
.consadole_lp_enjoy_dl_btn img {
  width: 255px;
}

.consadole_lp_enjoy_slider {
  margin: 0 -20px 104px;
}
.consadole_lp_enjoy_slist {
  padding: 0 60px;
  box-sizing: border-box;
}
.consadole_lp_enjoy_slider .slick-dots {
  bottom: -30px;
}
.consadole_lp_enjoy_slider .slick-arrow.slick-prev {
  left: 0px;
}
.consadole_lp_enjoy_slider .slick-arrow.slick-next {
  right: 0px;
}
.consadole_lp_enjoy_slist_title {
  font-size: 1.6rem;
  line-height: 22px;
  font-weight: bold;
  color: #fff;
  padding: 15px 0 8px;
}
.consadole_lp_enjoy_slider .consadole_lp_enjoy_slist_title {
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: bold;
  color: #fff;
  padding: 8px 0 0;
}
.consadole_lp_enjoy_slist_text {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 16px;
}
.consadole_lp_enjoy_slist_text a {
  font-weight: 700;
  width: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 33px;
  border-radius: 20px;
  color: #d7061b;
  background: #fff;
  border: 1px solid #d7061b;
  font-size: 1.6rem;
}
.consadole_lp_enjoy_slist_text img {
  display: inline-block !important;
}
.consadole_lp_goods_detail {
  margin-top: 40px;
  text-align: center;
}

/* !consadole_lp_guide
---------------------------------------------------------- */
#consadole_lp_guide {
  padding-top: 55px;
}
.consadole_lp_guide_inner {
  background: #000;
  padding: 0 0 30px;
}
#consadole_lp_guide .consadole_lp_sec_title {
  margin-bottom: 30px;
}
.consadole_lp_guide_bgimg {
  background: url("../image/bg_guide.jpg") center center no-repeat;
  background-size: cover;
  height: 30.4vw;
  margin-bottom: 33px;
}
.consadole_lp_guide_wrap {
  border-top: 6px solid #000;
}
.consadole_lp_guide_title {
  background: #c3001a;
  position: relative;
  padding: 0 50px 0 14px;
  box-sizing: border-box;
  width: 100%;
  height: 38px;
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 2;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}
.consadole_lp_guide_title span {
  display: block;
  font-size: 1rem;
  font-weight: 500;
  margin-left: 14px;
  color: #c9c9c9;
}
.consadole_lp_guide_title:before {
  position: absolute;
  width: 24px;
  height: 24px;
  right: 14px;
  top: 50%;
  margin-top: -12px;
  z-index: 2;
  content: "";
  background: url("../image/ico_open.svg") center center no-repeat;
  background-size: cover;
}
.consadole_lp_guide_title.active:before {
  background: url("../image/ico_close.svg") center center no-repeat;
  background-size: cover;
}
.consadole_lp_guide_area {
  display: none;
}

.consadole_lp_guide_right,
.consadole_lp_guide_error {
  width: 100%;
}
.consadole_lp_guide_box {
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.75;
  padding: 15px 20px;
}
.consadole_lp_guide_right .consadole_lp_guide_box {
  background: url("../image/bg_guide_right.svg") center center no-repeat #c3001a;
}
.consadole_lp_guide_right .consadole_lp_guide_box p + p {
  margin-top: 20px;
}
.consadole_lp_guide_error .consadole_lp_guide_box {
  background: url("../image/bg_guide_error.svg") center center no-repeat #000000;
}
.consadole_lp_guide_error .consadole_lp_guide_box p + p {
  margin-top: 20px;
}

.consadole_lp_guide_slist {
  margin-bottom: 35px;
}
.consadole_lp_guide_slider .slick-dots {
  bottom: -35px;
}

.consadole_lp_guide_slist_hd {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 25px;
}
.consadole_lp_guide_slist_dl {
  background: #fff;
}
.consadole_lp_guide_slist_dl dt {
  text-align: center;
}
.consadole_lp_guide_slist_dl dd {
  border-top: 1px solid #707070;
  padding: 10px 15px 25px;
  box-sizing: border-box;
}
.consadole_lp_guide_slist_dl_title {
  font-size: 1.6rem;
  line-height: 22px;
  font-weight: bold;
  margin-bottom: 7px;
  color: #c3001a;
}
.consadole_lp_guide_slist_dl_text {
  font-size: 1.4rem;
  color: #000;
  margin-bottom: 24px;
}
.consadole_lp_guide_slist_dl_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 225px;
  height: 37px;
  padding-right: 30px;
  box-sizing: border-box;
  border-radius: 20px;
  background: url("../image/arrow_guide.svg") right 12px center no-repeat #d3d3d3;
  background-size: 24px auto;
  font-size: 1.1rem;
  font-weight: bold;
  color: #000;
}

.consadole_lp_guide_slider {
  margin-bottom: 67px;
}

.consadole_lp_guide_slider_area {
  border: 2px solid #b32425;
  background: #fff;
  padding: 12px;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #000000;
  width: 297px;
  box-sizing: border-box;
  margin: 0 auto;
}
.consadole_lp_guide_slider_img {
  margin-bottom: 10px;
}
.consadole_lp_guide_slider_title {
  font-size: 1.6rem;
  font-weight: bold;
  color: #c3001a;
  line-height: 1.375;
  margin-bottom: 17px;
}
.consadole_lp_guide_slider_box {
  background: url("../image/bg_guide_logo.svg") center center no-repeat;
  background-size: 186px auto;
}
.consadole_lp_guide_slider_box ul {
  height: 180px;
  overflow-y: auto;
}
.consadole_lp_guide_slider_box li {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 20px;
}

/* !consadole_lp_stats
---------------------------------------------------------- */
#consadole_lp_stats {
  padding-top: 30px;
}
.consadole_lp_stats_inner {
  background: url("../image/bg_guide2.jpg") center top no-repeat;
  background-size: cover;
  padding: 20px 0 30px;
}
#consadole_lp_stats .consadole_lp_sec_title {
  margin-bottom: 10px;
}

.consadole_lp_stats_area {
  margin-bottom: 20px;
  width: 100%;
}
.consadole_lp_stats_title {
  background: url("../image/bg_stats_title.png") center center no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 42px;
  font-size: 1.4rem;
  line-height: 1.2;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  font-weight: bold;
  color: #fff;
}

.consadole_lp_stats_total {
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.375;
  font-weight: bold;
  color: #fff;
  margin-bottom: 5px;
}

.consadole_lp_stats_teams {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.consadole_lp_stats_teams_item {
  width: 46%;
}
.consadole_lp_stats_teams_title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
  padding-left: 20%;
}
.consadole_lp_stats_teams_item:nth-child(2) .consadole_lp_stats_teams_title {
  padding: 0 20% 0 0;
}
.consadole_lp_stats_teams_logo,
.consadole_lp_stats_teams_rank {
  width: 50%;
}
.consadole_lp_stats_teams_logo {
  text-align: center;
  position: relative;
}
.consadole_lp_stats_teams_logo img {
  width: 42px;
}
.consadole_lp_stats_teams_logo span {
  display: block;
  font-size: 1rem;
  margin-top: 8px;
  position: absolute;
  width: 200%;
  left: 50%;
  transform: translateX(-50%);
}
.consadole_lp_stats_teams_rank {
  font-size: 1.8rem;
  text-align: center;
}
.consadole_lp_stats_teams_rank span {
  display: inline-block;
  vertical-align: baseline;
  font-size: 4.9rem;
}

.consadole_lp_stats_teams_info {
  width: 100%;
}
.consadole_lp_stats_teams_info.small {
  max-width: 256px;
  margin: 0 auto;
}
.consadole_lp_stats_teams_info th {
  background: #000;
  text-align: center;
  font-size: 1rem;
  color: #fff;
  height: 30px;
  vertical-align: middle;
  border: 1px solid #b32425;
}
.consadole_lp_stats_teams_info th span {
  font-size: 1.2rem;
}
.consadole_lp_stats_teams_info td {
  background: #fff;
  text-align: center;
  font-size: 2.6rem;
  color: #000;
  height: 30px;
  vertical-align: middle;
  border: 1px solid #b32425;
}

.consadole_lp_stats_postion {
  width: 36px;
  height: 18px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 9px;
  font-size: 1.2rem;
  color: #fff;
}
.consadole_lp_stats_postion.home {
  background: #c3001a;
}
.consadole_lp_stats_postion.away {
  background: #707070;
}
.consadole_lp_stats_result {
  width: 36px;
  height: 18px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 9px;
  font-size: 1.2rem;
  color: #414141;
}
.consadole_lp_stats_game {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 5px;
  box-sizing: border-box;
}

.consadole_lp_stats_date {
  margin-top: 12px;
  text-align: center;
  font-size: 1rem;
}

.consadole_lp_stats_subtitle {
  width: 100%;
  font-size: 1.4rem;
  line-height: 1.5;
  padding: 3px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;
  background: #c3001a;
}

/* !consadole_lp_access
---------------------------------------------------------- */
#consadole_lp_access {
  padding: 50px 0 50px;
}
.consadole_lp_access_dl {
}
.consadole_lp_access_dl dt {
  margin-bottom: 30px;
}
.consadole_lp_access_dl dd {
}
.consadole_lp_access_p01 {
  font-weight: 900;
  font-size: 2.4rem;
  color: #c3001a;
}
.consadole_lp_access_p02 {
  font-size: 1.6rem;
  font-weight: bold;
  padding: 10px 0 32px;
}
.consadole_lp_access_ul li {
  text-align: center;
}
.consadole_lp_access_ul li + li {
  margin-top: 16px;
}
.consadole_lp_access_ul li img {
  width: 255px;
}

.consadole_lp_access_p03 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 16px 0 32px;
}
.consadole_lp_access_p03 img {
  margin-right: 10px;
  width: 40px;
}
.consadole_lp_access_p03 a {
  color: #d7061b;
  font-weight: 400;
}
.consadole_lp_access_p04 {
  font-size: 1.4rem;
  padding-bottom: 20px;
  font-weight: bold;
}
.consadole_lp_access_box {
  border: 2px solid #fff;
}
.consadole_lp_access_box + .consadole_lp_access_box {
  margin-top: 24px;
}
.consadole_lp_access_box_title {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  background: #fff;
  color: #000;
  font-size: 1.6rem;
  font-weight: bold;
}
.consadole_lp_access_box_cont {
  padding: 20px;
  font-size: 1.4rem;
  font-weight: bold;
}
.consadole_lp_access_box_cont p + p {
  margin-top: 20px;
}
.consadole_lp_access_link {
  text-align: center;
  padding-top: 24px;
}
/* !match_detail
---------------------------------------------------------- */
.consadole_lp_match_detail {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 20px 16px;
  background: url("../image/cv_background_pc.jpg") center center no-repeat;
  overflow: hidden;
  background-size: cover;
}
.consadole_lp_match_detail .match_item + .match_item {
  margin-top: 24px;
}
.consadole_lp_match {
  padding: 0 0 2.4rem;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 2;
  background: rgba(255, 255, 255, 0.2);
}
.consadole_lp_match + .consadole_lp_match {
  margin-top: 20px;
}
.consadole_lp_team {
  overflow: hidden;
  display: block;
  position: relative;
  padding: 0 36px;
  margin: 0 auto 24px;
}
.consadole_lp_team .consadole_lp_club {
  text-align: center;
  font-size: 1rem;
  line-height: 1.5;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
}
.consadole_lp_team .consadole_lp_club.team {
  width: 110px;
  float: right;
  text-align: center;
}
.consadole_lp_team .consadole_lp_club.team:nth-child(1) {
  float: left;
}
.consadole_lp_team .consadole_lp_club.team img {
  display: block;
  height: 96px;
  margin: 0 auto;
}
.consadole_lp_team .consadole_lp_club.team .consadole_lp_club_title {
  font-weight: bold;
}
.consadole_lp_team .consadole_lp_club.team .consadole_lp_club_title:before {
  content: "";
  content: none;
  display: block;
  margin: 6px auto;
  background: #c3001a;
  width: 58px;
  height: 3px;
}
.consadole_lp_vs {
  overflow: hidden;
  padding: 20px 0;
  margin: auto;
  width: 40px;
  text-align: center;
  font-size: 3.2rem;
}
.consadole_lp_club_rank {
  background: #c3001a;
  width: 100%;
  border-radius: 50px;
  line-height: 1.2;
  color: #fff;
  font-size: 1rem;
  margin-top: 10px;
  padding: 3px 0;
}
.consadole_lp_club_rank .season {
  font-weight: normal;
}
.consadole_lp_club_rank .teams {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
}
.consadole_lp_club_rank span {
  font-size: 1rem;
  display: inline-block;
  margin-top: -3px;
}
.consadole_lp_club_rank span:after {
  content: "";
}
.consadole_lp_club_rank span b {
  font-size: 1.5rem;
  font-weight: 400;
}
.consadole_lp_match_league {
  font-size: 1.3rem;
  font-weight: bold;
  padding: 8px 0 7px;
  background: #c3001a;
  margin-bottom: 10px;
}
.consadole_lp_match_league img {
  display: inline-block;
  vertical-align: sub;
  margin-right: 12px;
  width: 113px;
}
.consadole_lp_match_league font {
  font-size: 1.9rem;
}
.consadole_lp_match_Date {
  margin-top: 8px;
  font-size: 6.4rem;
  line-height: 1;
}
.consadole_lp_match_Date span {
  display: inline-block;
}
.consadole_lp_match_Date .consadole_lp_match_week {
  text-align: center;
  margin-left: 8px;
}
.consadole_lp_match_Date .consadole_lp_match_week em {
  font-size: 3.8rem;
  color: #fff;
  position: relative;
}
.consadole_lp_match_ticket_off {
  font-size: 2.8rem;
  line-height: 1;
  color: #fff;
}
.consadole_lp_match_ticket_off .note {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 85px;
  height: 22px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
  color: #000;
  background: #fff;
  margin: 4px auto 10px;
}
.consadole_lp_match_Date .date {
  margin-right: 5px;
  font-size: 5rem;
}
.consadole_lp_club .note {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 25px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
  color: #000;
  background: #fff;
  margin: 10px auto;
}
.consadole_lp_match_ticket_btn {
  margin: 0 auto;
}
.consadole_lp_match_ticket_btn li {
  text-align: center;
  box-sizing: border-box;
}
.consadole_lp_match_ticket_btn li + li {
  margin-top: 7.5px;
}
.consadole_lp_match_ticket_btn li img {
  width: 240px;
}

/*consadole_lp_schedule*/
#consadole_lp_schedule {
  padding: 35px 0 55px;
}

.consadole_lp_schedule_list div > li {
  box-sizing: border-box;
  padding: 0 40px;
}
.consadole_lp_schedule_item {
  width: 100%;
  max-width: 255px;
  margin: 0 auto;
  background: #fff;
  border: 2px solid #c3001a;
  box-sizing: border-box;
}
.consadole_lp_schedule_title {
  width: 100%;
  background: #c3001a;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 36px;
}
.consadole_lp_schedule_box {
  padding: 10px 15px 25px;
  color: #000;
}
.consadole_lp_event_title {
  margin: 0;
  display: flex;
  align-items: center;
  text-align: center;
}

.consadole_lp_schedule_list .consadole_lp_club.team {
  margin: 0;
  width: 44% !important;
  font-size: 1rem !important;
  font-weight: bold;
  text-align: center;
  float: right;
}
.consadole_lp_schedule_list .consadole_lp_team .consadole_lp_club.team:nth-child(1) {
  float: left;
}
.consadole_lp_schedule_list .consadole_lp_team {
  margin: 0;
  padding: 0;
}
.consadole_lp_schedule_list .consadole_lp_team .consadole_lp_club.team img {
  height: 90px;
  margin: 0 auto 8px;
}
.consadole_lp_schedule_list .consadole_lp_club:last-child {
  width: 12% !important;
  font-size: 2.9rem !important;
  font-family: "Alternate Gothic No3 D";
  line-height: 113px;
  text-align: center;
}
.consadole_lp_schedule_list .consadole_lp_vs {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: "Alternate Gothic No3 D";
  font-size: 2.9rem;
}
.consadole_lp_schedule_info {
  text-align: center;
  padding: 3px 0 15px;
  font-size: 1rem;
}
.consadole_lp_schedule_info span {
  display: inline-block;
}
.consadole_lp_schedule_info .bold {
  font-weight: bold;
}
.consadole_lp_schedule_date {
  font-size: 5rem;
  line-height: 1;
  font-family: "Alternate Gothic No3 D";
}

.or_date {
  font-size: 3.8rem;
}

.consadole_lp_schedule_week {
  font-size: 2.4rem;
  line-height: 1;
  margin-left: 5px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
}

.or_week {
  font-size: 1.7rem;
}

.consadole_lp_schedule_time {
  font-size: 3.1rem;
  line-height: 1;
  font-family: "Alternate Gothic No3 D";
  margin-left: 5px;
}
.consadole_lp_schedule_time.noto {
  font-size: 2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
}
.consadole_lp_schedule_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.consadole_lp_schedule_btn ul {
  width: 100%;
}
.consadole_lp_schedule_btn li a {
  width: 100%;
  display: block;
}
.consadole_lp_schedule_btn li + li {
  margin-top: 16px;
}

/* !footer
---------------------------------------------------------- */
.consadole_lp_page_top a {
  position: fixed;
  bottom: 70px;
  right: 20px;
  z-index: 988;
  opacity: 0;
}
.consadole_lp_page_top a.active {
  opacity: 1;
}

#consadole_lp_footer {
  text-align: center;
  padding: 80px 0 115px;
  color: #fff;
  background: #c3001a;
}
.consadole_lp_sns ul {
}

.consadole_lp_sns ul li {
  display: inline-block;
}
.consadole_lp_sns ul li a {
  font-size: 1rem;
  color: #fff;
  text-decoration: none;
}
#consadole_lp_footer .consadole_lp_sns {
  padding: 0 0 36px;
}
.consadole_lp_footer_p {
  font-size: 1.2rem;
}
#consadole_lp_footer .consadole_lp_sns ul {
  margin-top: 40px;
}
#consadole_lp_footer .consadole_lp_sns li {
  margin: 0 10px 32px;
  width: 67px;
  position: relative;
}
#consadole_lp_footer .consadole_lp_sns li img {
  width: 40px;
}
#consadole_lp_footer .consadole_lp_sns li span {
  display: block;
  margin-top: 8px;
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  white-space: nowrap;
}
.consadole_lp_logo {
  margin-bottom: 28px;
  text-align: center;
}

.consadole_lp_logo img {
  height: 200px;
}
#consadole_lp_footer a {
  color: #fff;
  text-decoration: none;
}
#consadole_lp_copyright {
  font-size: 1.2rem;
  line-height: 1.5;
}

.hide {
  display: none;
}
a {
  text-decoration: none;
  transition: all 0.5s !important;
  -moz-transition: all 0.5s !important;
  -webkit-transition: all 0.5s !important;
}

.consadole_lp_goods_btn {
  text-align: center;
  margin-top: 40px;
}

/*1024*/
.imgBox {
  position: relative;
  width: 100%;
  padding-top: 56%;
  overflow: hidden;
}
.imgBox img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  object-fit: cover;
  transition: all 0.2s linear;
}

.consadole_lp_banner_slider {
  /*pointer-events: none;*/
}
.consadole_lp_banner_slist {
  width: 42.2rem !important;
}
@media screen and (max-width: 767px) {
  .consadole_lp_banner_slist {
    width: 15.2rem !important;
  }
}

/*consadole_lp_goods*/
#consadole_lp_goods {
  padding: 40px 0;
}
.consadole_lp_goods_slider {
  margin-bottom: 48px;
}
.consadole_lp_goods_slider .slick-dots {
  bottom: -32px;
}
.consadole_lp_goods_slider .slick-slide {
  text-align: center;
}
.consadole_lp_goods_slist {
  width: 255px;
  max-width: 255px;
  text-align: left;
}
.consadole_lp_goods_slist .consadole_lp_enjoy_slist_title {
  padding-bottom: 0;
}
.consadole_lp_goods_p {
  text-align: center;
  padding-bottom: 54px;
}

/*consadole_lp_event*/
#consadole_lp_event {
  padding: 40px 0;
}
.consadole_lp_event_box .consadole_lp_event_item:nth-of-type(n + 7) {
  display: none;
}
.consadole_lp_event_list.is_active .consadole_lp_event_item:nth-of-type(n + 7) {
  display: inline-block;
}
.consadole_lp_event_btn {
  display: none;
  justify-content: center;
  text-align: center;
  margin-top: 10px;
}
.consadole_lp_event_btn img {
  cursor: pointer;
}
.is_on {
  display: none;
}
.is_active .is_no {
  display: none;
}
.is_active .is_on {
  display: inline-block;
}

/*fancybox02*/
.fancybox-content {
  padding: 0 !important;
  background: none !important;
  overflow: visible;
  color: #444;
  font-family: "Noto Sans JP";
}
.fancybox-inner {
}

.compensate-for-scrollbar {
  margin-right: 0 !important;
}

.profile_fancy .fancybox-navigation {
  display: none;
}

.fancybox-toolbar {
  display: none;
}

.fancybox-navigation .fancybox-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  cursor: pointer;
  text-decoration: none;
  background: transparent url(../image/blank.gif);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 99995;
}
.ticket_fancy .fancybox-navigation .fancybox-button {
  transition: all 0s !important;
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  background: url(../image/prev_fc.svg) no-repeat left center;
  background-size: 40px auto;
}
.fancybox-navigation .fancybox-button--arrow_right {
  right: 0;
  background: url(../image/next_fc.svg) no-repeat right center;
  background-size: 40px auto;
}
.ticket_fancy .fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
}
.ticket_fancy .fancybox-navigation .fancybox-button--arrow_right {
  right: 0;
}
.fancybox-button svg {
  display: none;
}
/*fancybox02*/

/*consadole_lp_profile*/
#consadole_lp_profile {
  padding: 40px 0 0;
}
.consadole_lp_profile_p01 {
  text-align: center;
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 700;
}
.consadole_lp_profile_box {
  background: url(../image/05_profile/bg_pc.png) no-repeat top center;
  background-size: cover;
  position: relative;
}
.consadole_lp_profile_box .consadole_lp_inner {
  position: relative;
  z-index: 2;
}
.consadole_lp_profile_name {
  position: absolute;
  left: 0;
  top: 74px;
  z-index: 1;
  pointer-events: none;
}
.consadole_lp_profile_number {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  text-align: center;
  pointer-events: none;
}
.consadole_lp_profile_number img {
  width: 312px;
}
.consadole_lp_profile_flex {
}
.consadole_lp_profile_img {
  margin: 0 -20px;
  text-align: center;
}
.consadole_lp_profile_img img {
  width: 375px;
  max-width: 100%;
}
.consadole_lp_profile_cont {
  position: absolute;
  width: 319px;
  left: 50%;
  bottom: 84px;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  transform: translateX(-50%);
}
.consadole_lp_profile_item {
  margin: 0 4px;
  width: calc(50% - 8px);
}
.consadole_lp_profile_item:first-of-type {
  width: calc(100% - 8px);
}
.consadole_lp_profile_item + .consadole_lp_profile_item {
  margin-top: 8px;
}
.consadole_lp_profile_item .fancybox02 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 56px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  background: rgba(0, 0, 0, 0.9);
}
.consadole_lp_profile_item .fancybox02 span {
  padding-right: 26px;
  background: url(../image/05_profile/icon_plus.svg) no-repeat right center;
  background-size: 16px auto;
}

/*fancybox02*/
.fancybox_profile {
  box-sizing: border-box;
  width: 311px;
  max-width: calc(100vw - 64px);
  border-radius: 10px;
  background: #f0f0f0f2;
  color: #000000;
  position: relative;
}
.close_modal {
  position: absolute;
  right: 0;
  bottom: 100%;
  z-index: 1;
  cursor: pointer;
  pointer-events: none;
}

.fancybox_profile_ttl {
  border-radius: 10px 10px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 56px;
  background: #c3001ae5;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
.fancybox_profile_cont {
  padding: 24px;
}

.fancybox_profile_cont table {
  width: 100%;
}
.fancybox_profile_cont table th {
  font-size: 12px;
  line-height: 1.5;
  padding-right: 12px;
  vertical-align: middle;
  white-space: nowrap;
}
.fancybox_profile_cont table tr + tr th,
.fancybox_profile_cont table tr + tr td {
  padding-top: 14px;
}
.fancybox_profile_cont table td {
  font-size: 14px;
  line-height: 1.2;
  vertical-align: middle;
}
.fancybox_profile_cont table td font {
  font-size: 12px;
  display: block;
  line-height: 1.4;
}

.fancybox_nav {
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fancybox_nav_left,
.fancybox_nav_right {
  display: flex;
  align-items: center;
  font-size: 12px;
  cursor: pointer;
}
.fancybox_nav_left img,
.fancybox_nav_right img {
  width: 40px;
}
.fancybox_nav_left img {
  margin-right: 6px;
}
.fancybox_nav_right img {
  margin-left: 6px;
}

/*consadole_lp_check*/
#consadole_lp_check {
  padding: 40px 0;
}
#consadole_lp_check .consadole_lp_inner {
  max-width: 750px;
  padding: 0 32px;
}
.consadole_lp_check_ttl {
  text-align: center;
  margin-bottom: 22px;
  font-size: 16px;
  font-weight: 700;
}
.consadole_lp_check_ul {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #878787;
  border-bottom: 1px solid #878787;
}
.consadole_lp_check_ul li {
  padding: 14px 0;
  box-sizing: border-box;
  width: calc(100% / 3);
}
.consadole_lp_check_ul li:nth-of-type(n + 4) {
  border-top: 1px solid #878787;
}
.no_active a {
  pointer-events: none;
  opacity: 0.3;
}
.consadole_lp_check_ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 12px;
  color: #fff;
  padding: 12px 0 30px;
  background: url(../image/04_check/icon_bottom.svg) no-repeat bottom 12px center;
  background-size: 12px auto;
}
.consadole_lp_check_ul li:not(.first):not(.second) a {
  border-left: 1px solid #878787;
}
.consadole_lp_check_ul .first a {
  border-right: 1px solid #878787;
}

.consadole_lp_check_ul .second a {
  border-left: none;
}
.consadole_lp_check_ul .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 36px;
  height: 36px;
  margin-bottom: 10px;
}
.consadole_lp_check_ul .icon img {
  max-height: 36px;
}

/*consadole_lp_gallery*/
#consadole_lp_gallery {
  padding: 32px 0 40px;
  margin: 32px 0 0;
}
#consadole_lp_gallery .consadole_lp_inner {
  max-width: 750px;
  padding: 0;
}
.consadole_slick_nav {
  margin: 16px 14px 0;
}
.consadole_slick_nav_list {
  margin: 0 6px;
  width: 50px;
  max-width: 50px;
  cursor: pointer;
  opacity: 0.6;
}
.consadole_slick_nav .is_active .consadole_slick_nav_list,
.consadole_slick_nav .is_active.consadole_slick_nav_list,
.consadole_slick_nav .slick-current .consadole_slick_nav_list {
  opacity: 1;
}

/*consadole_lp_message*/
.minchoFont {
  font-family: "Noto Serif JP", serif;
}
#consadole_lp_message {
  font-family: "Noto Serif JP", serif;
  position: relative;
  z-index: 2;
}
.consadole_lp_message_bg {
  padding-top: 162%;
  position: relative;
  z-index: 1;
}
.consadole_lp_message_bg img {
  object-position: top center;
}
.consadole_lp_message_bg:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 40.03%, rgba(0, 0, 0, 0.7) 48.25%, rgba(0, 0, 0, 0.7) 78.63%, rgba(0, 0, 0, 0.85) 100%);
  z-index: 8;
  pointer-events: none;
}
.consadole_lp_message_cont {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.36), rgba(0, 0, 0, 0.39), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.9));
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9;
  box-sizing: border-box;
  margin-top: 300px;
  padding: 0 20px 32px;
  width: 100%;
  color: #fff;
  /*overflow-y: auto;*/
}
.consadole_lp_message_ttl {
  display: flex;
  justify-content: center;
  white-space: nowrap;
  font-size: 66px;
  line-height: 1;
  font-weight: 500;
  opacity: 0.2;
}
.consadole_lp_message_p01 {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #c3001a;
  font-size: 20px;
  font-weight: 700;
  padding: 4px 0;
  margin: -6px 0 24px;
  position: relative;
  z-index: 2;
}
.consadole_lp_message_txt {
  font-size: 14px;
  line-height: 1.71;
  font-weight: 400;
  margin-bottom: 24px;
}
.consadole_lp_message_txt p + p {
  margin-top: 16px;
}

/*=====================================
 20240202
====================================*/
#consadole_lp_gourmet {
  padding: 40px 0;
}
.consadole_lp_gourmet_slider {
  margin-bottom: 40px;
}
.consadole_lp_gourmet_slider .slick-arrow {
  top: 75px;
  transform: translateY(0%);
}
.consadole_lp_gourmet_slider .slick-arrow.slick-prev {
  left: -20px;
}
.consadole_lp_gourmet_slider .slick-arrow.slick-next {
  right: -20px;
}
.consadole_lp_gourmet_slider a {
  color: #fff;
}
.consadole_lp_gourmet_btn {
  margin-top: 80px;
  text-align: center;
}

.consadole_lp_schedule {
  padding: 40px 0;
}
.consadole_lp_schedule .timeline dl {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  font-weight: 700;
}
.consadole_lp_schedule .timeline dt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  background: #c3001a;
  text-align: center;
  font-size: 1.4rem;
}
.consadole_lp_schedule .timeline dd {
  box-sizing: border-box;
  padding: 4px 24px;
  width: calc(100% - 72px);
  background: #fff;
  letter-spacing: 0.8px;
  color: #000;
  font-size: 1.6rem;
}

.consadole_lp_section img {
  width: 100%;
}

.consadole_lp_ticket_slider {
  margin: 0 auto 70px;
  max-width: 900px;
}
.consadole_lp_ticket_slider .slick-arrow.slick-prev {
  left: -20px;
}
.consadole_lp_ticket_slider .slick-arrow.slick-next {
  right: -20px;
}

/* !PLAYERS
---------------------------------------------------------- */
#consadole_lp_players {
  padding-top: 30px;
}
.consadole_lp_players_dl dt,
.consadole_lp_players_dl dd {
  position: relative;
  z-index: 1;
}
.consadole_lp_players_dl dd {
  z-index: 2;
  color: #fff;
}
.consadole_lp_players_img {
  z-index: -1;
  right: 0;
  top: 0;
  margin-left: 0px;
  overflow: hidden;
}
.consadole_lp_players_img p {
  width: 100%;
}
.consadole_lp_players_img img {
  max-width: 781px;
}

.consadole_lp_players_dl.rt .consadole_lp_players_img {
  margin-left: 0;
  margin-right: -180px;
  overflow: hidden;
  max-width: 100%;
}

.consadole_lp_schedule_event {
  font-size: 2rem;
  font-weight: bold;
}

.consadole_lp_players_dl.rt .consadole_lp_players_img img {
  float: right;
}

.consadole_lp_players_title {
  padding: 5px 0 5px;
  border-bottom: 2px solid #f50000;
  display: flex;
  justify-content: space-between;
}
.consadole_lp_players_title .right {
  text-align: right;
}
.consadole_lp_players_title .box {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 10px 0;
}
.consadole_lp_players_jp {
  font-size: 1.2rem;
  line-height: 14px;
  font-weight: bold;
  margin: 0px 0 20px;
}
.consadole_lp_players_team img {
  width: 60px;
}

.consadole_lp_players_team .logo_small {
  width: 80px;
}

.consadole_lp_players_en {
  font-size: 6.2rem;
  line-height: 0.9;
}

.consadole_lp_players_text {
  font-size: 1.4rem;
  line-height: 20px;
  margin: 20px 0 40px;
}

.consadole_lp_players_p {
  text-align: center;
  padding: 0 0 44px;
  font-size: 1.8rem;
  line-height: 24px;
  font-weight: bold;
  color: #b79906;
}
.consadole_lp_players_p01 {
  text-align: left;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.consadole_lp_players_p01 span {
  color: #b79906;
}
.consadole_lp_players_inner {
  padding: 0 20px;
  max-width: 1110px;
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
}
.consadole_lp_players_slider .slick-slide {
}

.consadole_lp_players_slist_dl dt {
  box-sizing: border-box;
  padding-bottom: 40px;
  text-align: center;
}
.consadole_lp_players_slist_dl dt img {
  width: 255px;
}
.consadole_lp_players_slist_dl dd {
  color: #fff;
}
.consadole_lp_players_slist_name {
  font-size: 2.4rem;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 2px solid #c3001a;
}
.consadole_lp_players_slist_person {
  font-size: 1.4rem;
  line-height: 20px;
  font-weight: bold;
  padding: 15px 0 15px;
}
.consadole_lp_players_slist_intro {
  font-size: 1.4rem;
  line-height: 20px;
}
.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  z-index: 99;
  border: 0;
  display: block;
  text-indent: -9999px;
  cursor: pointer;
}
.slick-arrow.slick-prev {
  background: url(../image/prev_fc.svg) center center no-repeat;
  background-size: 100% auto;
  left: -20px;
}
.slick-arrow.slick-next {
  background: url(../image/next_fc.svg) center center no-repeat;
  background-size: 100% auto;
  right: -20px;
}
.consadole_lp_players_slider .slick-arrow {
  top: 120px;
}
