@charset "utf-8";

@font-face {
  font-family: 'AbolitionW00';
  src: url('../fonts/AbolitionW00-Regular.eot');
  src: url('../fonts/AbolitionW00-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/AbolitionW00-Regular.woff2') format('woff2'), url('../fonts/AbolitionW00-Regular.woff') format('woff'),
    url('../fonts/AbolitionW00-Regular.ttf') format('truetype'), url('../fonts/AbolitionW00-Regular.svg#AbolitionW00-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'LAKESFONT2022';
  src: url('../fonts/LAKESFONT2022.eot');
  src: url('../fonts/LAKESFONT2022.eot?#iefix') format('embedded-opentype'), url('../fonts/LAKESFONT2022.woff2') format('woff2'), url('../fonts/LAKESFONT2022.woff') format('woff'),
    url('../fonts/LAKESFONT2022.ttf') format('truetype'), url('../fonts/LAKESFONT2022.svg#LAKESFONT2022') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* !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;
}

/*common*/
a {
  text-decoration: none;
  transition: all 0.5s !important;
  -moz-transition: all 0.5s !important; /* Firefox */
  -webkit-transition: all 0.5s !important; /* Chrome&Safari */
}
a:hover {
  opacity: 0.7;
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
}

/* !Layout
---------------------------------------------------------- */
html {
  overflow-y: scroll;
  font-size: 62.5%;
}
body {
  color: #000;
  background: #fff;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
  font-size: 1.6rem;
  -webkit-text-size-adjust: none;
  line-height: 1.5;
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}

.font_abolition {
  font-family: 'AbolitionW00';
  font-weight: normal;
}

.font_lakes {
  font-family: 'LAKESFONT2022';
  font-weight: normal;
}

.pc {
  display: block;
}
.sp {
  display: none;
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}

/* !shiga_lp_wrapper
---------------------------------------------------------- */
#shiga_lp_wrapper {
  width: 100%;
  min-width: 1080px;
  padding: 72px 0 0;
  position: relative;
  overflow: hidden;
}

#shiga_lp_wrapper:after {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: url(../image/bg_body_s.svg) center center no-repeat;
  background-size: cover;
  content: '';
  z-index: -1;
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  #shiga_lp_wrapper {
    padding: 58px 0 72px;
    min-width: inherit;
  }
}

/* !header
---------------------------------------------------------- */
#shiga_lp_header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 26px;
  background: #005bac;
  box-sizing: border-box;
}

.shiga_lp_headerLogo {
  margin-left: 54px;
}

.shiga_lp_headerLinks {
  display: flex;
  align-items: center;
}

.shiga_lp_headerLinks a {
  margin-left: 16px;
  display: block;
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  #shiga_lp_header {
    padding: 0 16px;
    border-bottom: 2px solid #fff;
  }
  .shiga_lp_headerLogo {
    display: flex;
    align-items: center;
    height: 58px;
    margin-left: 0;
  }
  .shiga_lp_headerLinks .cv {
    position: fixed;
    left: 0;
    bottom: 0;
    margin-left: 0;
    padding: 12px 32px;
    width: 100%;
    background: #005bac;
    border-top: 2px solid #fff;
    text-align: center;
  }
}

/* !mainVisual
---------------------------------------------------------- */
.shiga_lp_mainVisual,
.shiga_lp_mainVisual img {
  width: 100%;
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
}

/* shiga_lp_footer
-----------------------------------------------------------*/
.shiga_lp_pagetop {
  cursor: pointer;
  background: url(../image/arr_pagetop.svg) no-repeat center #b79a47;
  height: 40px;
}
.shiga_lp_footer {
  padding: 0 0 58px;
  background: #005bac;
  color: #fff;
  font-size: 1.4rem;
}
.shiga_lp_footer .footIn {
  display: flex;
  justify-content: space-between;
  padding: 50px 0;
}
.shiga_lp_footer .footlogo {
  width: 80px;
}
.shiga_lp_footer .footLinks {
  width: calc(100% - 160px);
}
.shiga_lp_footer .sns {
  display: flex;
  align-items: center;
  padding: 12px 0;
  margin-bottom: 24px;
  border-bottom: 1px solid #fff;
}
.shiga_lp_footer .sns:before {
  content: 'FOLLOW US';
  margin-right: 20px;
  font-size: 2.8rem;
  font-family: 'LAKESFONT2022';
}
.shiga_lp_footer .sns a + a {
  margin-left: 24px;
}
.shiga_lp_footer .serviceLinks a {
  margin-right: 24px;
  color: #fff;
}
.shiga_lp_footer #copyright {
  margin-top: 14px;
  text-align: center;
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  .shiga_lp_footer .footIn {
    display: block;
    padding: 48px 0 40px;
  }
  .shiga_lp_footer .footlogo {
    margin-bottom: 40px;
    width: auto;
    text-align: center;
  }
  .shiga_lp_footer .footlogo img {
    width: 64px;
  }
  .shiga_lp_footer .footLinks {
    width: auto;
  }
  .shiga_lp_footer .sns {
    justify-content: center;
    position: relative;
    padding: 48px 0 40px;
    margin-bottom: 0;
    border: 0;
    text-align: center;
  }
  .shiga_lp_footer .sns:before {
    position: absolute;
    left: 0;
    top: 0;
    margin-right: 0;
    width: 100%;
    font-size: 3.2rem;
  }
  .shiga_lp_footer .serviceLinks {
    border-bottom: 1px solid #fff;
  }
  .shiga_lp_footer .serviceLinks a {
    display: block;
    margin-right: 0;
    padding: 18px 16px;
    background: url(../image/ico_right_white.svg) no-repeat right 16px center;
    border-top: 1px solid #fff;
  }
  .shiga_lp_footer #copyright {
    margin-top: 0;
    font-size: 1.2rem;
  }
}

/* shiga_lp_contents
-----------------------------------------------------------*/
* {
  box-sizing: border-box;
}

.shiga_lp_inner {
  width: 100%;
  max-width: 832px;
  padding: 0 16px;
  margin: 0 auto;
}

.shiga_lp_inner.large {
  max-width: 1112px;
}

.shiga_lp_hdL {
  text-align: center;
  margin-bottom: 40px;
  line-height: 1;
}

.shiga_lp_anchorArea {
  position: relative;
}
.shiga_lp_anchorArea .anchor {
  position: absolute;
  top: -72px;
}

.bgBlue {
  background: #005bac;
}

.hide {
  position: absolute;
  left: -99999px;
  width: 100%;
}

.shiga_lp_btn {
  margin-top: 40px;
  text-align: center;
  font-size: 0;
}
.shiga_lp_btn.btns a {
  margin: 0 20px;
}

.shiga_lp_btn.access_btns {
  display: flex;
  justify-content: center;
  gap: 24px;
}

@media screen and (max-width: 767px) {
  .shiga_lp_btn.access_btns {
    flex-direction: column;
  }

  .shiga_lp_btn.access_btns a {
    margin: 0;
  }
}

.shiga_lp_sub {
  margin-bottom: 32px;
  padding: 6px 0 7px;
  background: #005bac;
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  .shiga_lp_hdL {
    margin-bottom: 24px;
  }
  .shiga_lp_hdL img {
    height: 66px;
  }
  .shiga_lp_sub {
    margin-bottom: 24px;
    padding: 2px 0 3px;
  }

  .shiga_lp_btn {
    margin-top: 0;
  }
  .shiga_lp_btn a {
    display: block;
    margin: 24px 0 0;
  }

  .slick-dots li {
    margin: 0 4px;
    width: 8px;
    height: 8px;
  }
}

/* メインイベント
-----------------------------------------------------------*/
.shiga_lp_mainEvent {
  background: #005bac;
  padding: 104px 0 52px;
}

.shiga_lp_eventItem {
  margin-top: 40px;
  position: relative;
}

.shiga_lp_eventDate {
  position: absolute;
  width: 104px;
  height: 48px;
  overflow: hidden;
  text-align: center;
  background: #b79a47;
  font-family: 'LAKESFONT2022';
  font-weight: normal;
  color: #fff;
  font-size: 2.1rem;
  line-height: 1.25;
}

.shiga_lp_eventDate span {
  display: inline-block;
  font-size: 3.7rem;
  margin-right: 6px;
}

.shiga_lp_eventImage img {
  width: 100%;
}

.shiga_lp_eventTitle {
  font-size: 2.4rem;
  line-height: 1.5;
  color: #fff;
  font-weight: bold;
  margin-top: 16px;
}

.shiga_lp_eventText {
  margin-top: 16px;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.5;
}

.shiga_lp_eventLink {
  margin-top: 35px;
  text-align: right;
}

.shiga_lp_eventLink a {
  width: 80px;
  height: 32px;
  display: inline-block;
  background: url(../image/icon_arrow_blue.svg) right 13px center no-repeat #fff;
  background-size: 7px auto;
  padding: 0 0 0 14px;
  font-family: 'LAKESFONT2022';
  font-weight: normal;
  font-size: 1.8rem;
  color: #005bac;
  letter-spacing: 0.1em;
  line-height: 1.7;
  text-align: left;
  text-decoration: none;
}

/* 試合情報
-----------------------------------------------------------*/
.shiga_lp_gameinfo {
  padding: 60px 0 50px;
}

.shiga_lp_gameinfo_title {
  text-align: center;
  font-family: 'LAKESFONT2022';
  font-weight: normal;
  font-size: 3.2rem;
  margin-bottom: 24px;
  color: #071b2c;
  line-height: 1;
}

.shiga_lp_gameinfo_wrap {
  position: relative;
}

.shiga_lp_gameinfo_order {
  position: absolute;
  width: 100%;
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.5;
  left: 0;
  top: 0;
  z-index: 2;
}

.shiga_lp_gameinfo_box {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 75px;
}

.shiga_lp_gameinfo_box:before {
  position: absolute;
  content: 'VS';
  font-size: 6.8rem;
  font-family: 'LAKESFONT2022';
  font-weight: normal;
  line-height: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.shiga_lp_gameinfo_box .shiga_lp_gameinfo_item {
  width: 42.25%;
  position: relative;
}

.shiga_lp_gameinfo_item img {
  width: 100%;
}

.shiga_lp_gameinfo_item .caption {
  width: 100%;
  top: 100%;
  left: 0;
  position: absolute;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: bold;
}

.shiga_lp_gameinfo_date {
  display: flex;
  justify-content: space-between;
}

.shiga_lp_gameinfo_date .shiga_lp_gameinfo_item {
  width: 47%;
  text-align: center;
}

.shiga_lp_gameinfo_dateTime {
  font-size: 4rem;
  line-height: 1;
  color: #005bac;
  font-family: 'LAKESFONT2022';
  font-weight: normal;
}

.shiga_lp_gameinfo_dateTime .date {
  font-size: 9.6rem;
  display: inline-block;
  margin-right: 12px;
}

.shiga_lp_gameinfo_dateTime .week {
  font-family: 'Roboto', sans-serif;
  font-size: 2.1rem;
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  line-height: 1;
  color: #fff;
  margin-right: 12px;
  position: relative;
  top: -12px;
  font-weight: bold;
}

.shiga_lp_gameinfo_dateTime .week.sat {
  background: #004b9e;
}

.shiga_lp_gameinfo_dateTime .week.sun {
  background: #d60000;
}

.shiga_lp_gameinfo_date .shiga_lp_gameinfo_link a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  font-size: 2rem;
  line-height: 1.5;
  color: #fff;
  font-weight: bold;
  background: #b79a47;
  position: relative;
  text-decoration: none;
}

.shiga_lp_gameinfo_date .shiga_lp_gameinfo_link a:after {
  display: block;
  width: 11px;
  height: 13px;
  background: url(../image/icon_arrow_white.svg) center center no-repeat;
  background-size: 100% auto;
  content: '';
  margin-left: 28px;
}

.shiga_lp_gameinfo_text01 {
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  color: #000000;
  margin-top: 16px;
}

.shiga_lp_gameinfo_subtitle {
  position: relative;
  font-size: 4rem;
  line-height: 1;
  color: #005bac;
  font-family: 'LAKESFONT2022';
  font-weight: normal;
  margin-top: 24px;
  text-align: center;
}

.shiga_lp_gameinfo_subtitle:after {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 2px;
  background: #005bac;
  z-index: 1;
  content: '';
}

.shiga_lp_gameinfo_subtitle span {
  display: inline-block;
  line-height: 1;
  position: relative;
  z-index: 2;
  padding: 0 34px;
  background: #fff;
}

.shiga_lp_gameinfo_text02 {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
  color: #005bac;
  margin-top: 16px;
}

.shiga_lp_gameinfo_banner {
  margin-top: 24px;
}

.shiga_lp_gameinfo_banner img {
  width: 100%;
}

/* 知りたいコンテンツをタップ
-----------------------------------------------------------*/
.shiga_lp_keys {
  padding: 52px 0;
  background: #005bac;
}
.shiga_lp_keys .sub {
  position: relative;
  margin-bottom: 40px;
  font-size: 4rem;
  line-height: 1;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.shiga_lp_keys .sub span {
  display: inline-block;
  line-height: 1;
  position: relative;
  z-index: 2;
  padding: 0 22px;
  background: #005bac;
}
.shiga_lp_keys .sub:after {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 4px;
  background: #b79a47;
  z-index: 1;
  content: '';
}
.shiga_lp_keys .anchors {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.shiga_lp_keys .anchors a {
  display: block;
  padding: 20px 10px 36px;
  margin: 0 12px 24px;
  width: calc(28% - 24px);
  background: url(../image/icon_down_blue.svg) no-repeat center bottom 20px #fff;
  border: 1px solid #b79a47;
  text-align: center;
  color: #005bac;
}
.shiga_lp_keys .anchors .eng {
  line-height: 1;
  font-size: 2.9rem;
  font-family: 'LAKESFONT2022';
}
.shiga_lp_keys .anchors .eng:after {
  content: '';
  display: block;
  margin: 3px auto;
  max-width: 65px;
  border-top: 3px solid #b79a47;
}
.shiga_lp_keys .anchors .jap {
  font-weight: bold;
  font-size: 1.7rem;
}

/* イベント
-----------------------------------------------------------*/
.shiga_lp_event {
  padding: 62px 0 125px;
}
.shiga_lp_event .season {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.shiga_lp_event .season li {
  position: relative;
  margin-bottom: 40px;
  width: 45.6%;
  color: #005bac;
}
.shiga_lp_event .season .date {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 18px;
  background: #b79a47;
  line-height: 1.25;
  color: #fff;
  font-size: 3.2rem;
}
.shiga_lp_event .season .date .day {
  margin-left: 4px;
  font-size: 1.8rem;
}
.shiga_lp_event .season .img,
.shiga_lp_event .slider .img {
  margin-bottom: 16px;
}
.shiga_lp_event .season .tit {
  margin-bottom: 16px;
  font-size: 2rem;
  font-weight: bold;
}
.shiga_lp_event .season .shiga_lp_eventLink {
  margin-top: 16px;
}
.shiga_lp_event .season .shiga_lp_eventLink a {
  background-color: #005bac;
  background-image: url(../image/icon_arrow_white.svg);
  color: #fff;
}
.shiga_lp_event .slider {
  padding-bottom: 44px;
}
.shiga_lp_event .slider .item {
  padding: 0 16px;
  max-width: 248px;
  font-size: 1.4rem;
}
.shiga_lp_event .slider .tit {
  margin-bottom: 7px;
  color: #005bac;
  font-size: 1.8rem;
  font-weight: bold;
}
.shiga_lp_event .slider .slick-list {
  overflow: visible;
}
.shiga_lp_event .slider .slick-dots li {
  background: #fff;
  border: 1px solid #005bac;
}
.shiga_lp_event .slider .slick-dots li.slick-active {
  background: #005bac;
}
.shiga_lp_event .slider .slick-prev {
  top: 25%;
  left: 32px;
}
.shiga_lp_event .slider .slick-next {
  top: 25%;
  right: 32px;
}

/* タイムスケジュール
-----------------------------------------------------------*/
.shiga_lp_schedule {
  padding: 62px 0 52px;
  box-sizing: border-box;
}
.shiga_lp_schedule .part + .part {
  margin-top: 80px;
}
.shiga_lp_schedule .data {
  margin-bottom: 40px;
  background: #fff;
  line-height: 1.2;
  text-align: center;
  color: #005bac;
  font-size: 4.8rem;
}
.shiga_lp_schedule .data .number {
  margin-right: 6px;
  color: #b79a47;
}
.shiga_lp_schedule .data .day {
  margin-left: 4px;
  font-size: 4rem;
}
.shiga_lp_schedule .schedule li {
  margin-bottom: 16px;
}
.shiga_lp_schedule .schedule dl {
  display: flex;
  justify-content: space-between;
}
.shiga_lp_schedule .schedule dt {
  position: relative;
  width: 86px;
  background: #b7b7b7;
  text-align: center;
  color: #fff;
  font-family: 'LAKESFONT2022';
  font-size: 3.2rem;
}
.shiga_lp_schedule .schedule dd {
  display: flex;
  align-items: center;
  padding: 5px 7px;
  width: calc(100% - 89px);
  background-color: #fff;
  font-size: 2rem;
  font-weight: bold;
}
.shiga_lp_schedule .schedule .toggleBtn {
  cursor: pointer;
}
.shiga_lp_schedule .schedule .toggleBtn dt {
  background: #b79a47;
}
.shiga_lp_schedule .schedule .toggleBtn dd {
  padding-right: 50px;
  background: url(../image/click_plus.svg) no-repeat 98% center #fff;
}
.shiga_lp_schedule .schedule .open dd {
  background-image: url(../image/click_minus.svg);
}
.shiga_lp_schedule .schedule .toggleBox {
  display: none;
  padding: 24px;
  margin-top: 8px;
  background: #fff;
}
.shiga_lp_schedule .schedule .display {
  display: flex;
  justify-content: space-between;
}
.shiga_lp_schedule .schedule .display .img {
  width: 50%;
}
.shiga_lp_schedule .schedule .display .info {
  width: 48%;
}

/* 試合の見どころ
-----------------------------------------------------------*/
.shiga_lp_preview {
  padding: 62px 0;
}
.shiga_lp_preview .sub {
  margin-bottom: 30px;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
}
.shiga_lp_preview .slider {
  margin: auto;
  padding-bottom: 52px;
  max-width: 540px;
}
.shiga_lp_preview .slider .item {
  padding: 0 20px;
  max-width: 520px;
  font-size: 1.8rem;
}
.shiga_lp_preview .slider .img {
  margin-bottom: 16px;
}
.shiga_lp_preview .slider .slick-list {
  overflow: visible;
}

.shiga_lp_player {
  padding: 52px 0;
}
.shiga_lp_player .slider {
  padding-bottom: 50px;
  margin: auto;
  max-width: 350px;
}
.shiga_lp_player .slider .slick-list {
  overflow: visible;
}
.shiga_lp_player .slider .item {
  padding: 0 20px;
  max-width: 350px;
}
.shiga_lp_player .slider .pic {
  margin-bottom: 16px;
}
.shiga_lp_player .slider .name {
  margin-bottom: 16px;
  color: #005bac;
  font-size: 2.4rem;
  font-weight: bold;
}
.shiga_lp_player .slider .name .eng {
  display: block;
  font-size: 1.8rem;
  font-weight: normal;
}
.shiga_lp_player .slider .txt,
.shiga_lp_fancybox .playerInfo .txt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  height: 105px;
  font-size: 1.4rem;
  font-weight: 500;
}
.shiga_lp_player .slider .data,
.shiga_lp_fancybox .playerInfo .data {
  width: 100%;
}
.shiga_lp_player .slider .data th,
.shiga_lp_fancybox .playerInfo .data th {
  padding: 8px 0;
  width: 88px;
  text-align: center;
  font-weight: 500;
}
.shiga_lp_player .slider .data th span,
.shiga_lp_fancybox .playerInfo .data th span {
  display: block;
  padding: 4px 0 5px;
  background: #005bac;
  color: #fff;
}
.shiga_lp_player .slider .data td,
.shiga_lp_fancybox .playerInfo .data td {
  padding: 8px;
}
.shiga_lp_player .slider .shiga_lp_eventLink {
  margin-top: 10px;
}
.shiga_lp_player .shiga_lp_eventLink a {
  width: 50px;
  background-size: 11px;
  background-position: right center;
  padding: 0;
}
.shiga_lp_player .sliderNav {
  display: none;
}

/* フォトギャラリー
---------------------------------*/
.shiga_lp_photogallery {
  padding: 62px 0 52px;
  background: #ebebeb;
}
.shiga_lp_photogallery .gallery {
  display: flex;
  justify-content: space-between;
  margin-left: -8px;
}
.shiga_lp_photogallery .gallery ul {
  width: 50%;
}
.shiga_lp_photogallery .gallery li {
  float: left;
  position: relative;
  margin: 0 0 8.5px 8px;
  padding-top: calc(33.333% - 8px);
  width: calc(33.333% - 8px);
}
.shiga_lp_photogallery .gallery .big {
  width: calc(66.666% - 8px);
  margin: 0 0 8px 8px;
  padding-top: calc(66.666% - 8px);
}
.shiga_lp_photogallery .gallery li a {
  display: block;
}
.shiga_lp_photogallery .gallery li img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  object-fit: cover;
}

.shiga_lp_fancybox {
  max-width: 800px;
  background: #fff;
}
.shiga_lp_fancyboxtop {
  height: 56px;
  background: #005bac;
}
.shiga_lp_fancySlider .slick-prev,
.shiga_lp_fancySlider .slick-next {
  top: 50%;
}
.fancybox-navigation .fancybox-button {
  display: none;
}
.shiga_lp_fancybox .navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 0;
  text-align: center;
}
.shiga_lp_fancybox .navigation .button {
  padding: 5px;
  margin: 0 60px;
  width: 142px;
  background: #005bac;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
}
.shiga_lp_fancybox .navigation .button.disabled {
  pointer-events: none;
  background: #b7b7b7;
}
.shiga_lp_fancybox .navigation .left {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 20px 100%);
}
.shiga_lp_fancybox .navigation .right {
  clip-path: polygon(0% 0%, 100% 0%, calc(100% - 20px) 100%, 0% 100%);
}

/* グルメ情報   グッズ情報
---------------------------------*/
.shiga_lp_goods {
  padding: 62px 0 52px;
  color: #fff;
}
.shiga_lp_goods .slider {
  padding-bottom: 40px;
}
.shiga_lp_goods .slider .slick-list {
  overflow: visible;
}
.shiga_lp_goods .slider .item {
  padding: 0 12px;
  max-width: 288px;
}
.shiga_lp_goods .slider .img {
  padding-bottom: 9px;
}
.shiga_lp_goods .slider .tit {
  padding-bottom: 9px;
  font-weight: bold;
}
.shiga_lp_goods .slider .data th {
  padding: 4px 0;
  width: 56px;
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
}
.shiga_lp_goods .slider .data th span {
  display: block;
  padding: 2px 0 3px;
  background: #b79a47;
}
.shiga_lp_goods .slider .data td {
  padding: 4px 0 4px 9px;
  font-size: 1.4rem;
}
.shiga_lp_goods .slider .txt {
  padding-top: 16px;
  margin-top: 12px;
  border-top: 2px solid #b79a47;
  font-size: 1.4rem;
}
.shiga_lp_goods .slider .slick-prev,
.shiga_lp_goods .slider .slick-next {
  background-color: #b79a47;
}
.shiga_lp_goods .slider .slick-prev {
  left: -44px;
}
.shiga_lp_goods .slider .slick-next {
  right: -44px;
}

.shiga_lp_club {
  padding: 62px 0 52px;
}

.shiga_lp_club .banner {
  display: flex;
  margin-bottom: 40px;
  text-align: center;
}
.shiga_lp_club .banner .logo {
  width: 38.75%;
}
.shiga_lp_club .banner .img {
  width: 61.25%;
}
.shiga_lp_club .hd01 {
  margin-bottom: 10px;
  text-align: center;
  color: #005bac;
  font-weight: bold;
  font-size: 3.2rem;
}
.shiga_lp_club .note {
  font-size: 2rem;
}

.shiga_lp_seat {
  padding: 62px 0 52px;
}
.shiga_lp_seat .display {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
.shiga_lp_seat .display .seat {
  width: 47%;
}
.shiga_lp_seat .display .note {
  margin-top: 8px;
  font-size: 1.4rem;
  font-weight: bold;
}
.shiga_lp_seat .introd p {
  margin-bottom: 16px;
}
.shiga_lp_seat .introd .sub {
  font-weight: bold;
}
.shiga_lp_seat .introd .link {
  color: #005bac;
}

/* チケット情報 */
.shiga_lp_ticketinfo {
  padding: 62px 0 52px;
}
.shiga_lp_ticketinfo .slider {
  padding-bottom: 42px;
}
.shiga_lp_ticketinfo .slick-slide {
  padding: 0 20px;
}
.shiga_lp_ticketinfo .slider .item {
  padding: 12px 15px 20px;
  max-width: 250px;
  background: #fff;
  border: 5px solid #b79a47;
  font-size: 1.2rem;
}
.shiga_lp_ticketinfo .slider .step {
  margin-bottom: 14px;
  text-align: center;
  font-size: 4rem;
}
.shiga_lp_ticketinfo .slider .img {
  margin: 0 -15px 16px;
}
.shiga_lp_ticketinfo .slider .tit {
  margin-bottom: 12px;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
}
.shiga_lp_ticketinfo .slider .slick-list {
  overflow: visible;
}
.shiga_lp_ticketinfo .slider .slick-prev,
.shiga_lp_ticketinfo .slider .slick-next {
  top: 40%;
  background-color: #b79a47;
}
.shiga_lp_ticketinfo .slider .slick-prev {
  left: -44px;
}
.shiga_lp_ticketinfo .slider .slick-next {
  right: -44px;
}
.shiga_lp_ticketinfo .ticketPrice {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.shiga_lp_ticketinfo .ticketPrice .item {
  position: relative;
  width: 46.875%;
  background: #fff;
}
.shiga_lp_ticketinfo .ticketPrice .headTit {
  padding: 5px;
  background: #b79a47;
  text-align: center;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
}
.shiga_lp_ticketinfo .ticketPrice .box {
  padding: 8px 16px 105px;
}
.shiga_lp_ticketinfo .ticketPrice .sub {
  color: #005bac;
  font-size: 1.4rem;
}
.shiga_lp_ticketinfo .ticketPrice .info {
  margin: 0 -4px;
}
.shiga_lp_ticketinfo .ticketPrice .info table {
  border-collapse: separate;
  border-spacing: 8px;
  width: 100%;
}
.shiga_lp_ticketinfo .ticketPrice .info th {
  padding: 3px 5px;
  width: 78px;
  background: #cccccc;
  text-align: center;
  font-size: 1.2rem;
}
.shiga_lp_ticketinfo .ticketPrice .info td {
  padding: 10px 0 10px 8px;
  font-size: 1.2rem;
}
.shiga_lp_ticketinfo .ticketPrice .info td li + li {
  margin-top: 16px;
}
.shiga_lp_ticketinfo .ticketPrice .price {
  margin: 0 -5px;
}
.shiga_lp_ticketinfo .ticketPrice .price table {
  border-spacing: 5px;
}
.shiga_lp_ticketinfo .ticketPrice .price th {
  padding: 3px 5px;
  background: #004b9e;
  color: #fff;
}
.shiga_lp_ticketinfo .ticketPrice .price td {
  padding: 3px 5px;
  background: #e3e2e2;
  text-align: center;
}
.shiga_lp_ticketinfo .ticketPrice .shiga_lp_btn {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 32px;
  margin-top: 0;
}

.shiga_lp_access {
  padding: 62px 0 52px;
}

.shiga_lp_measures {
  padding: 62px 0 52px;
  color: #fff;
}
.shiga_lp_measures h2 {
  margin-bottom: 40px;
  line-height: 1.25;
  text-align: center;
  font-size: 4rem;
  font-weight: bold;
}
.shiga_lp_measures ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: -16px;
  justify-content: center;
}
.shiga_lp_measures li {
  margin-left: 16px;
  width: calc(16.6667% - 16px);
  font-size: 1.8rem;
}
.shiga_lp_measures li .mark {
  margin-bottom: 15px;
}

.shiga_lp_partner {
  padding: 62px 0 52px;
}
.shiga_lp_partner .shiga_lp_sub {
  padding: 0;
  margin-bottom: 24px;
  line-height: 1.25;
  font-size: 2.4rem;
  font-weight: normal;
}
.shiga_lp_partner .inner {
  max-width: 800px;
  margin: auto;
}
.shiga_lp_partner .logos {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -10px;
  text-align: center;
}
.shiga_lp_partner .logos a {
  margin: 0 10px 24px;
}
.shiga_lp_partner .logos.col03 a {
  width: calc(33.333% - 20px);
}
.shiga_lp_partner .logos.col04 a {
  width: calc(25% - 20px);
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  .shiga_lp_mainEvent {
    padding: 46px 0 40px;
  }

  .shiga_lp_eventItem {
    margin-top: 24px;
  }
  .shiga_lp_eventDate {
    width: 94px;
    height: 40px;
    font-size: 1.8rem;
    z-index: 10;
  }
  .shiga_lp_eventDate span {
    font-size: 3.2rem;
  }
  .shiga_lp_eventTitle {
    font-size: 1.8rem;
  }
  .shiga_lp_eventText {
    font-size: 1.6rem;
  }
  .shiga_lp_eventLink {
    margin-top: 16px;
  }
  .shiga_lp_eventImage {
    width: 100%;
    padding-top: 100%;
    position: relative;
  }

  .shiga_lp_eventImage img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    object-fit: cover;
  }

  .shiga_lp_gameinfo {
    padding: 46px 0 40px;
  }
  .shiga_lp_gameinfo_title {
    margin-bottom: 16px;
    font-size: 2rem;
  }
  .shiga_lp_gameinfo_order {
    position: static;
    font-size: 1.8rem;
  }
  .shiga_lp_gameinfo_box:before {
    font-size: 3.2rem;
  }
  .shiga_lp_gameinfo_item .caption {
    font-size: 1.4rem;
  }
  .shiga_lp_gameinfo_dateTime {
    font-size: 3.2rem;
  }
  .shiga_lp_gameinfo_dateTime .date {
    font-size: 6.4rem;
    display: inline-block;
    margin-right: 8px;
  }
  .shiga_lp_gameinfo_dateTime .week {
    top: -10px;
    width: 29px;
    height: 29px;
    font-size: 1.6rem;
  }
  .shiga_lp_gameinfo_date .shiga_lp_gameinfo_link {
    margin-top: 16px;
  }
  .shiga_lp_gameinfo_date .shiga_lp_gameinfo_link a {
    height: 32px;
    font-size: 1.4rem;
  }
  .shiga_lp_gameinfo_date .shiga_lp_gameinfo_link a:after {
    margin-left: 18px;
  }
  .shiga_lp_gameinfo_text01 {
    font-size: 1rem;
  }
  .shiga_lp_gameinfo_subtitle {
    font-size: 2.4rem;
  }
  .shiga_lp_gameinfo_subtitle span {
    padding: 0 10px;
  }
  .shiga_lp_gameinfo_text02 {
    font-size: 1.6rem;
  }

  .shiga_lp_keys {
    padding: 40px 0;
  }
  .shiga_lp_keys .sub {
    margin-bottom: 24px;
    font-size: 1.8rem;
  }
  .shiga_lp_keys .sub:after {
    height: 2px;
  }
  .shiga_lp_keys .sub span {
    padding: 0 6px;
  }
  .shiga_lp_keys .anchors {
    margin: 0 -8px;
  }
  .shiga_lp_keys .anchors a {
    padding: 12px 5px 24px;
    margin: 0 8px 16px;
    width: calc(50% - 16px);
    background-position: center bottom 12px;
    background-size: 11px;
  }
  .shiga_lp_keys .anchors .eng {
    font-size: 2.2rem;
  }
  .shiga_lp_keys .anchors .jap {
    font-size: 1.4rem;
  }

  .shiga_lp_event {
    padding: 46px 0;
  }
  .shiga_lp_event .season li {
    margin-bottom: 32px;
    width: auto;
  }
  .shiga_lp_event .season .img,
  .shiga_lp_event .slider .img {
    margin-bottom: 8px;
  }
  .shiga_lp_event .season .tit {
    margin-bottom: 8px;
    font-size: 1.6rem;
  }
  .shiga_lp_event .season .shiga_lp_eventLink {
    margin-top: 8px;
  }
  .shiga_lp_event .slider {
    padding-bottom: 32px;
  }
  .shiga_lp_event .slider .item {
    padding: 0 28px;
    max-width: 232px;
    font-size: 1.2rem;
  }
  .shiga_lp_event .slider .slick-prev {
    top: 22.5%;
    left: 44px;
  }
  .shiga_lp_event .slider .slick-next {
    top: 22.5%;
    right: 44px;
  }
  .shiga_lp_event .slider .tit {
    font-size: 1.6rem;
  }

  .shiga_lp_schedule {
    padding: 46px 0 24px;
  }
  .shiga_lp_schedule .part + .part {
    margin-top: 40px;
  }
  .shiga_lp_schedule .data {
    margin: 0 -16px 32px;
    font-size: 4rem;
  }
  .shiga_lp_schedule .data .number {
    margin-right: 16px;
  }
  .shiga_lp_schedule .data .day {
    margin-left: 8px;
    font-size: 2.4rem;
  }
  .shiga_lp_schedule .schedule dt {
    padding: 3px 0;
    width: 64px;
    font-size: 2rem;
  }
  .shiga_lp_schedule .schedule dd {
    padding: 9px 16px;
    width: calc(100% - 66px);
    font-size: 1.2rem;
  }
  .shiga_lp_schedule .schedule .toggleBtn dd {
    padding-right: 55px;
    background-image: url(../image/click_plus_sp.svg);
    background-position: right 5px center;
  }
  .shiga_lp_schedule .schedule .toggleBox {
    padding: 16px;
    margin-top: 2px;
  }
  .shiga_lp_schedule .schedule .display {
    display: block;
  }
  .shiga_lp_schedule .schedule .display .img {
    padding-bottom: 16px;
    width: auto;
  }
  .shiga_lp_schedule .schedule .display .info {
    width: auto;
    font-size: 1rem;
  }

  .shiga_lp_preview {
    padding: 46px 0;
  }
  .shiga_lp_preview .sub {
    margin-bottom: 16px;
    font-size: 1.6rem;
  }
  .shiga_lp_preview .slider {
    margin: 0 -16px;
    padding-bottom: 24px;
  }
  .shiga_lp_preview .slider .item {
    padding: 0 16px;
    max-width: inherit;
    font-size: 1.6rem;
  }

  .shiga_lp_player {
    padding: 40px 0;
  }
  .shiga_lp_player .poster {
    margin: 0 -16px 24px;
    padding: 0 32px;
    background: #005bac;
    line-height: 1.2;
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
  }
  .shiga_lp_player .poster .eng {
    margin-right: 8px;
    font-size: 4rem;
  }
  .shiga_lp_player .slider .shiga_lp_eventLink {
    margin-top: 0;
  }
  .shiga_lp_player .slider .shiga_lp_eventLink a {
    margin-top: -40px;
  }
  .shiga_lp_player .slider {
    padding-bottom: 22px;
  }
  .shiga_lp_player .slider .info * {
    display: none;
  }
  .shiga_lp_player .slider .info .name {
    display: block;
    color: #333;
  }
  .shiga_lp_player .sliderNav {
    display: block;
    padding-bottom: 32px;
  }
  .shiga_lp_player .sliderNav .slick-list {
    overflow: visible;
  }
  .shiga_lp_player .sliderNav li {
    padding-right: 16px;
    text-align: center;
    font-size: 1.2rem;
  }
  .shiga_lp_player .sliderNav .slick-dots li {
    padding-right: 0;
  }
  .shiga_lp_player .sliderNav li .pic {
    margin-bottom: 4px;
  }
  .shiga_lp_fancybox .playerInfo {
    padding: 24px 32px 0;
    border-bottom: 27px solid #005bac;
  }
  .shiga_lp_fancybox .playerName {
    padding: 3px 50px 0 32px;
    line-height: 1.2;
    color: #fff;
    font-size: 2.4rem;
    font-weight: bold;
  }
  .shiga_lp_fancybox .playerName .eng {
    display: block;
    letter-spacing: 0.1em;
    font-size: 1.8rem;
  }
  .shiga_lp_fancybox .playerInfo .pic {
    padding-bottom: 16px;
    text-align: center;
  }
  .shiga_lp_fancybox .playerInfo .page {
    text-align: right;
  }
  .shiga_lp_fancybox .playerInfo .page a {
    display: inline-block;
    padding-right: 14px;
    background: url(../image/icon_arrow_blue.svg) right center no-repeat #fff;
    background-size: 11px;
    color: #005bac;
    font-weight: bold;
  }
  .shiga_lp_fancybox .playerInfo .navigation {
    padding: 16px 0;
  }
  .fancybox-close-small {
    right: 16px;
    top: 12px;
    width: 31px;
    height: 31px;
  }
  .shiga_lp_fancybox {
    max-width: 100%;
  }
  .shiga_lp_fancybox .navigation {
    justify-content: space-between;
    padding: 16px 32px;
  }
  .shiga_lp_fancybox .navigation .button {
    margin: 0;
    padding: 4px;
    width: 108px;
    font-size: 1.5rem;
  }

  .shiga_lp_photogallery {
    padding: 46px 0;
  }
  .shiga_lp_photogallery .gallery {
    display: block;
  }
  .shiga_lp_photogallery .gallery ul {
    margin-left: -4px;
    width: auto;
  }
  .shiga_lp_photogallery .gallery li {
    margin: 0 0 4px 4px;
    padding-top: calc(33.333% - 4px);
    width: calc(33.333% - 4px);
  }
  .shiga_lp_photogallery .gallery .big {
    margin: 0 0 3.5px 4px;
    width: calc(66.666% - 4px);
    padding-top: calc(66.666% - 4px);
  }

  .shiga_lp_goods {
    padding: 46px 0 40px;
  }
  .shiga_lp_goods .slider {
    padding-bottom: 32px;
  }
  .shiga_lp_goods .slider .slick-slide {
    max-width: 288px;
  }
  .shiga_lp_goods .slider .item {
    max-width: inherit;
  }
  .shiga_lp_goods .slider .slick-prev {
    left: 0;
  }
  .shiga_lp_goods .slider .slick-next {
    right: 0;
  }

  .shiga_lp_club {
    padding: 46px 0;
  }
  .shiga_lp_club .banner {
    display: block;
    margin-bottom: 24px;
  }
  .shiga_lp_club .banner .logo {
    margin-bottom: 32px;
    width: auto;
    text-align: center;
  }
  .shiga_lp_club .banner .logo img {
    height: 172px;
  }
  .shiga_lp_club .banner .img {
    margin: 0 -16px;
    width: auto;
  }
  .shiga_lp_club .hd01 {
    margin-bottom: 15px;
    font-size: 1.8rem;
  }
  .shiga_lp_club .note {
    font-size: 1.4rem;
  }

  .shiga_lp_seat,
  .shiga_lp_access,
  .shiga_lp_measures {
    padding: 46px 0 40px;
  }
  .shiga_lp_seat .display {
    display: block;
    margin-bottom: 32px;
  }
  .shiga_lp_seat .display .seat {
    margin-bottom: 20px;
    width: auto;
  }
  .shiga_lp_seat .display .note {
    margin-top: 16px;
  }

  .shiga_lp_ticketinfo {
    padding: 46px 0 20px;
  }
  .shiga_lp_ticketinfo .slider {
    padding-bottom: 34px;
  }
  .shiga_lp_ticketinfo .slider .slick-prev {
    left: -44px;
  }
  .shiga_lp_ticketinfo .ticketPrice {
    display: block;
    margin-top: 32px;
  }
  .shiga_lp_ticketinfo .ticketPrice .item {
    margin-bottom: 20px;
    width: auto;
  }
  .shiga_lp_ticketinfo .ticketPrice .headTit {
    padding: 7px 40px 8px 16px;
    background: url(../image/ico_plus_white.png) no-repeat 96% center #b79a47;
    background-size: 24px;
    text-align: left;
  }
  .shiga_lp_ticketinfo .ticketPrice .headTit.open {
    background-image: url(../image/ico_minus_white.png);
  }
  .shiga_lp_ticketinfo .ticketPrice .box {
    display: none;
  }

  .shiga_lp_measures h2 {
    margin-bottom: 30px;
    font-size: 2.4rem;
  }
  .shiga_lp_measures ul {
    margin-left: -9px;
  }
  .shiga_lp_measures li {
    margin: 0 0 30px 9px;
    width: calc(33.333% - 9px);
    font-size: 1.2rem;
  }
  .shiga_lp_measures li .mark {
    margin-bottom: 10px;
  }

  .shiga_lp_partner {
    padding: 46px 0 20px;
  }
  .shiga_lp_partner .shiga_lp_sub {
    margin: 0 -16px 20px;
  }
  .shiga_lp_partner .logos {
    margin: 0 16px;
  }
  .shiga_lp_partner .logos.one img {
    max-width: 196px;
  }
  .shiga_lp_partner .logos a {
    margin: 0 4px 16px;
  }
  .shiga_lp_partner .logos.col04 a {
    width: calc(25% - 8px);
  }
}
