@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
/* ---------- reset ------------------------------ */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  word-break: break-all;
  vertical-align: baseline;
}

*::before, *:after {
  box-sizing: border-box;
}

html {
  overscroll-behavior-y: none;
  font-size: 62.5%;
  min-height: 100%;
}

body {
  min-height: 100%;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
  height: auto;
}

li {
  list-style: none;
}

h1, h2, h3, h4, h5, h6, p, dl, dd, dt, table, tr, th, ul, li {
  color: inherit;
  line-height: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

a, span, small, strong {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

a:hover {
  opacity: 0.7;
  text-decoration: underline;
}

address {
  font-style: normal;
}

table, th, td {
  border-collapse: collapse;
}

@media screen and (min-width: 1025px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
input, button, textarea, select {
  font-size: 1.6rem;
}

input[type=text],
input[type=tel],
input[type=email],
textarea {
  width: 100%;
  padding: 0.3em 0.5em;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-color: #fffcdb;
  border: 1px solid #dcdcdc;
  vertical-align: middle;
}

button[type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: none;
}

fieldset {
  border: none;
}

@media screen and (min-width: 769px) {
  .sp_only {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .pc_only {
    display: none !important;
  }
}

* {
  color: black;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

body {
  font-size: 1.4rem;
}
@media screen and (min-width: 769px) {
  body {
    font-size: 1.6rem;
  }
}

.hudsonB {
  font-family: "hudsonB", "bleage_font", "游ゴシック", sans-serif;
}

.hudsonR {
  font-family: "hudsonR", "bleage_font", "游ゴシック", sans-serif;
}

i {
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-size: inherit;
}

.inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 4.6vw;
}
@media screen and (min-width: 769px) {
  .inner {
    padding: 0;
  }
}

#lp_2022-23_homegame .sat {
  color: #3557b3;
}
#lp_2022-23_homegame .sun {
  color: #c72600;
}
#lp_2022-23_homegame h2 {
  background: transparent;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.5;
}
#lp_2022-23_homegame h2 span {
  font-family: "hudsonB", "bleage_font", "游ゴシック", sans-serif;
  font-size: 3.4rem;
  color: #182f60;
  flex-shrink: 0;
  padding: 0 0.2em;
}
#lp_2022-23_homegame h2.color_y span {
  font-family: "hudsonB", "bleage_font", "游ゴシック", sans-serif;
  color: #FFF100;
}
@media screen and (min-width: 769px) {
  #lp_2022-23_homegame h2 span {
    font-size: 5.1rem;
  }
}
#lp_2022-23_homegame h2:before, #lp_2022-23_homegame h2:after {
  content: "";
  display: block;
  width: auto;
  height: 8px;
  background-color: #182f60;
  flex-grow: 1;
}

#lp_2022-23_homegame h2.color_y:before, #lp_2022-23_homegame h2.color_y:after {
  content: "";
  display: block;
  width: auto;
  height: 8px;
  background-color: #FFF100;
  flex-grow: 1;
}

@media screen and (min-width: 769px) {
  #lp_2022-23_homegame h2:before, #lp_2022-23_homegame h2:after {
    height: 12px;
  }

}
#lp_2022-23_homegame h2:before {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
#lp_2022-23_homegame h2:after {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}
#lp_2022-23_homegame #nav_btn {
  width: 52px;
  height: 52px;
  background-color: #fff100;
  cursor: pointer;
  position: relative;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}
#lp_2022-23_homegame #nav_btn .container {
  width: 41px;
  height: 20px;
}
#lp_2022-23_homegame #nav_btn .container .bar {
  width: 100%;
  height: 100%;
  position: relative;
}
#lp_2022-23_homegame #nav_btn .container .bar span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #182f60;
  position: absolute;
  left: 0;
  transition: transform 0.5s;
}
#lp_2022-23_homegame #nav_btn .container .bar span:nth-of-type(1) {
  top: -7px;
}
#lp_2022-23_homegame #nav_btn .container .bar span:nth-of-type(2) {
  top: 2px;
}
#lp_2022-23_homegame #nav_btn .container .bar span:nth-of-type(3) {
  top: 11px;
}

/*追加*/
#lp_2022-23_homegame #nav_btn .container .bar span:nth-of-type(3)::after {
content:"Menu";/*3つ目の要素のafterにMenu表示を指定*/
position: absolute;
color: #182F60;
/*text-transform: uppercase;*/
font-family: "hudsonB", "bleage_font", "游ゴシック", sans-serif;
top:2px;
left:2.5px;
font-size: 0.9em;	
}

@media screen and (min-width: 769px) {
  #lp_2022-23_homegame #nav_btn {
    width: 70px;
    height: 70px;
  }
  #lp_2022-23_homegame #nav_btn .container {
    width: 45px;
    height: 16px;
  }
	
/*追加*/
#lp_2022-23_homegame #nav_btn .container .bar span:nth-of-type(1) {
  top: -15px;
}
#lp_2022-23_homegame #nav_btn .container .bar span:nth-of-type(2) {
  top: -3px;
}
#lp_2022-23_homegame #nav_btn .container .bar span:nth-of-type(3) {
  top: 9px;
}
	
#lp_2022-23_homegame #nav_btn .container .bar span:nth-of-type(3)::after {
content:"Menu";/*3つ目の要素のafterにMenu表示を指定*/
position: absolute;
color: #182F60;
/*text-transform: uppercase;*/
font-family: "hudsonB", "bleage_font", "游ゴシック", sans-serif;
top:2.5px;
left:2px;
font-size: 0.9em;	
}	
		
}

#lp_2022-23_homegame #nav_btn.is-active .container .bar span {
  top: 2px;
}
#lp_2022-23_homegame #nav_btn.is-active .container .bar span:nth-of-type(1) {
  transform: rotate(35deg);
}
#lp_2022-23_homegame #nav_btn.is-active .container .bar span:nth-of-type(2) {
  transform: rotateY(90deg);
}
#lp_2022-23_homegame #nav_btn.is-active .container .bar span:nth-of-type(3) {
  transform: rotate(-35deg);
}

/*追加*/
#lp_2022-23_homegame #nav_btn.is-active .container .bar span:nth-of-type(3)::after {
    content:"Close";/*3つ目の要素のafterにClose表示を指定*/
    transform: translateY(0) rotate(35deg);
    top:7px;
    left:-12px;
	font-size: 0.9em;
}

@media screen and (min-width: 769px) {
#lp_2022-23_homegame #nav_btn.is-active .container .bar span {
  top: -2px;
}
/*追加*/
#lp_2022-23_homegame #nav_btn.is-active .container .bar span:nth-of-type(3)::after {
    content:"Close";/*3つ目の要素のafterにClose表示を指定*/
    transform: translateY(0) rotate(35deg);
    top:10px;
    left:-15px;
	font-size: 0.95em;
}
	
}	


#lp_2022-23_homegame .btn.blue {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  color: #fff;
  font-weight: 700;
  width: 100%;
  background-color: #182f60;
  text-decoration: none;
  width: 208px;
  height: 38px;
  font-size: 1.6rem;
}

#lp_2022-23_homegame .btn.yellow {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  color: #182F60;
  font-weight: 700;
  width: 100%;
  background-color: #FFF100;
  text-decoration: none;
  width: 208px;
  height: 38px;
  font-size: 1.6rem;
}

@media screen and (min-width: 769px) {
  #lp_2022-23_homegame .btn.blue {
    width: 292px;
    height: 54px;
    font-size: 2.2rem;
  }
	
  #lp_2022-23_homegame .btn.yellow {
    width: 292px;
    height: 54px;
    font-size: 2.2rem;
  }
}

#lp_2022-23_homegame .btn.blue .white, #lp_2022-23_homegame .btn.yellow .white  {
  margin-left: 0.5em;
}
#lp_2022-23_homegame .btn.blue .white path{
  fill: white;
}

#lp_2022-23_homegame .btn.yellow .white path{
  fill: #182F60;
}



#lp_2022-23_homegame #goods .label span {
  display: flex;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  padding: 0 14px 0 4px;
  height: 24px;
  background-color: #f7931e;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  position: relative;
  margin-right: 5px;
  margin-bottom: 5px;
}
#lp_2022-23_homegame #goods .label span:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10px 10px;
  border-color: transparent transparent #fff100 transparent;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (min-width: 769px) {
  #lp_2022-23_homegame #goods .label span {
    font-size: 2.1rem;
    height: 36px;
    padding: 0 20px 0 10px;
  }
  #lp_2022-23_homegame #goods .label span:after {
    border-width: 0 0 14px 14px;
  }
}
#lp_2022-23_homegame .follow_ticket {
  position: fixed;
  left: 0;
  bottom: 10px;
  width: 100%;
}
@media screen and (min-width: 769px) {
  #lp_2022-23_homegame .follow_ticket {
    position: static;
    width: auto;
    margin-right: 5px;
    z-index: 9999;
  }
}
#lp_2022-23_homegame .follow_ticket ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
#lp_2022-23_homegame .follow_ticket ul li {
  padding: 5px;
  background-color: rgba(255, 255, 255, 0.5);
}
#lp_2022-23_homegame .follow_ticket ul li:nth-child(2) {
  margin-left: 16px;
}
@media screen and (min-width: 769px) {
  #lp_2022-23_homegame .follow_ticket ul li {
    background-color: transparent;
  }
}
#lp_2022-23_homegame .follow_ticket ul li a {	
  width: 240px;
  height: 52px;		
  background-color: #fff;
  border: 2px solid #333;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-decoration: none;
	
}
#lp_2022-23_homegame .follow_ticket ul li a:hover {
  text-decoration: none;
}
#lp_2022-23_homegame .follow_ticket ul li a .date {
  display: block;
  text-align: center;
  font-family: "hudsonB", "bleage_font", "游ゴシック", sans-serif;
  font-size: 2.4rem;
  line-height: 1.2;
}
#lp_2022-23_homegame .follow_ticket ul li a .date span {
  font-family: inherit;
  margin-left: 0.25em;
}
#lp_2022-23_homegame .follow_ticket ul li a .date span.sat {
  color: #3557b3;
}
#lp_2022-23_homegame .follow_ticket ul li a .date span.sun {
  color: #c72600;
}
#lp_2022-23_homegame .follow_ticket ul li a p {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.2;
}
#lp_2022-23_homegame .follow_ticket ul li a p:after {
  content: "";
  display: block;
  width: 33px;
  height: 12px;
  background: url(/files/user/_/lp/2022-23/images/icon_ticket.svg) no-repeat center/contain;
}
#lp_2022-23_homegame #follow_bottom {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: opacity 0.5s, visibility 0.5s;
}
#lp_2022-23_homegame #follow_bottom.is-visible {
  opacity: 1;
  visibility: visible;
  z-index: 998;
}
#lp_2022-23_homegame .sns_list ul {
  display: flex;
  justify-content: center;
}
#lp_2022-23_homegame .sns_list ul li {
  width: 32px;
}
#lp_2022-23_homegame .sns_list ul li:not(:last-child) {
  margin-right: 25px;
}
@media screen and (min-width: 769px) {
  #lp_2022-23_homegame .sns_list ul li {
    width: 52px;
  }
  #lp_2022-23_homegame .sns_list ul li:not(:last-child) {
    margin-right: 35px;
  }
}
#lp_2022-23_homegame .sns_list ul li a {
  display: block;
}
#lp_2022-23_homegame .sns_list ul li a img {
  display: block;
  width: 100%;
}
#lp_2022-23_homegame .swiper-button-prev {
  width: 30px;
  height: 30px;
  background: url(https://b-warriors.bl.kuroco-img.app/v=1695720361/files/user/_/lp/2022-23/images/icon_slide_prev.svg) no-repeat center/contain;
  cursor: pointer;
}
#lp_2022-23_homegame .swiper-button-prev:after {
  content: none;
}
@media screen and (min-width: 769px) {
  #lp_2022-23_homegame .swiper-button-prev {
    left: 33.3333333333%;
  }
}
@media screen and (min-width: 1367px) {
  #lp_2022-23_homegame .swiper-button-prev {
    left: 40%;
  }
}
#lp_2022-23_homegame .swiper-button-next {
  width: 30px;
  height: 30px;
  cursor: pointer;
  background: url(https://b-warriors.bl.kuroco-img.app/v=1695720361/files/user/_/lp/2022-23/images/icon_slide_next.svg) no-repeat center/contain;
}
#lp_2022-23_homegame .swiper-button-next:after {
  content: none;
}
@media screen and (min-width: 769px) {
  #lp_2022-23_homegame .swiper-button-next {
    right: 33.3333333333%;
  }
}
@media screen and (min-width: 1367px) {
  #lp_2022-23_homegame .swiper-button-next {
    right: 40%;
  }
}

#lp_2022-23_homegame header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}
#lp_2022-23_homegame header > .container {
  background-color: #182f60;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 15px;
  position: relative;
}
#lp_2022-23_homegame header h1 {
  flex-grow: 1;
  position: relative;
  z-index: 9999;
}
#lp_2022-23_homegame header h1 a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "hudsonR", "bleage_font", "游ゴシック", sans-serif;
  font-size: 1.4rem;
  line-height: 1.2;
  color: #fff;
  text-decoration: none;
}
#lp_2022-23_homegame header h1 a:hover {
  text-decoration: none;
}
#lp_2022-23_homegame header h1 a .logo {
  display: block;
  width: 78px;
  margin-right: 10px;
}
@media screen and (min-width: 769px) {
  #lp_2022-23_homegame header h1 a {
    font-size: 1.6rem;
  }
  #lp_2022-23_homegame header h1 a .logo {
    width: 90px;
  }
}
#lp_2022-23_homegame header #navigation {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s;
}
#lp_2022-23_homegame header #navigation.is-open {
  z-index: 9998;
  opacity: 1;
  visibility: visible;
}
#lp_2022-23_homegame header #navigation .wrap {
  width: 100%;
  height: 100vh;
  background: #182f60;
  padding-top: 70px;
}
@media screen and (min-width: 769px) {
  #lp_2022-23_homegame header #navigation .wrap {
    padding-top: 80px;
  }
}
#lp_2022-23_homegame header #navigation nav ul {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 25px auto 0;
}
@media screen and (min-width: 769px) {
  #lp_2022-23_homegame header #navigation nav ul {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 450px;
    width: 800px;
    margin-top: 50px;
  }
}
#lp_2022-23_homegame header #navigation nav ul li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#lp_2022-23_homegame header #navigation nav ul li:not(:last-child) {
  margin-bottom: 15px;
}
@media screen and (min-width: 769px) {
  #lp_2022-23_homegame header #navigation nav ul li:nth-child(3) {
    width: 400px;
  }
  #lp_2022-23_homegame header #navigation nav ul li:nth-child(3):not(:last-child) {
    margin-bottom: 25px;
  }
}
#lp_2022-23_homegame header #navigation nav ul li a {
  display: block;
  position: relative;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
  padding-left: 30px;
}
@media screen and (min-width: 769px) {
  #lp_2022-23_homegame header #navigation nav ul li a {
    font-size: 1.5rem;
    padding-left: 38px;
  }
}
#lp_2022-23_homegame header #navigation nav ul li a:hover {
  color: #fff;
  text-decoration: none;
}
#lp_2022-23_homegame header #navigation nav ul li a:before {
  content: "＋";
  font-size: 2rem;
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 769px) {
  #lp_2022-23_homegame header #navigation nav ul li a:before {
    font-size: 2.8rem;
  }
}
#lp_2022-23_homegame header #navigation nav ul li a span {
  font-family: "hudsonB", "bleage_font", "游ゴシック", sans-serif;
  font-size: 2rem;
}
@media screen and (min-width: 769px) {
  #lp_2022-23_homegame header #navigation nav ul li a span {
    font-size: 3rem;
  }
}
#lp_2022-23_homegame header #navigation nav ul li.gourmet a .en {
  position: relative;
  padding-right: 85px;
  letter-spacing: 0;
}
/*#lp_2022-23_homegame header #navigation nav ul li.gourmet a .en:after {
  content: "ウォリ飯";
  width: 80px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
  position: absolute;
  top: calc(50% - 11px);
  right: 0;
}*/

/*
#lp_2022-23_homegame footer {
  padding: 0;
}
#lp_2022-23_homegame footer .wrap {
  background-color: #182f60;
  padding: 35px 4.6vw 100px;
}
@media screen and (min-width: 769px) {
  #lp_2022-23_homegame footer .wrap {
    padding: 50px 0 70px;
  }
}
#lp_2022-23_homegame footer .covid19 {
  margin-bottom: 55px;
}
@media screen and (min-width: 769px) {
  #lp_2022-23_homegame footer .covid19 {
    margin-bottom: 80px;
  }
}
#lp_2022-23_homegame footer .covid19 h4 {
  color: #fff100;
  font-size: 2.1rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  #lp_2022-23_homegame footer .covid19 h4 {
    font-size: 3rem;
    margin-bottom: 30px;
  }
}
#lp_2022-23_homegame footer .covid19 > p {
  font-size: 1.4rem;
  color: #fff;
  margin-bottom: 22px;
}
@media screen and (min-width: 769px) {
  #lp_2022-23_homegame footer .covid19 > p {
    font-size: 1.8rem;
    margin-bottom: 40px;
    text-align: center;
  }
}
#lp_2022-23_homegame footer .covid19 ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
}
#lp_2022-23_homegame footer .covid19 ul li {
  width: 103px;
  font-size: 1.4rem;
  line-height: 1.2;
}
#lp_2022-23_homegame footer .covid19 ul li p {
  font-size: 1.2rem;
  text-align: center;
  background-color: #fff100;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 3em;
  color: #182f60;
  font-weight: 500;
}
#lp_2022-23_homegame footer .sns_list {
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  #lp_2022-23_homegame footer .sns_list {
    margin-bottom: 65px;
  }
}
#lp_2022-23_homegame footer .copyright {
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 769px) {
  #lp_2022-23_homegame footer .copyright {
    font-size: 1.6rem;
  }
}

*/

#lp_2022-23_homegame {
  padding-top: 52px;
}
@media screen and (min-width: 769px) {
  #lp_2022-23_homegame {
    padding-top: 70px;
  }
}

#lp_2022-23_homegame #main_visual {
  display: block;
}
#lp_2022-23_homegame #main_visual img {
  display: block;
  width: 100%;
}
#lp_2022-23_homegame #main_visual img {
  max-width: unset;
}
#lp_2022-23_homegame #detail .layer {
  background-color: #182f60;
  background-image: url("/files/user/_/lp/2024-25/images/bg_present.jpg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  padding: 30px 0;
}
@media screen and (min-width: 769px) {
  #lp_2022-23_homegame #detail .layer {
    padding: 50px 0;
  }
}
@media screen and (min-width: 769px) {
  #lp_2022-23_homegame #detail ul {
    display: flex;
    justify-content: center;
  }
}
#lp_2022-23_homegame #detail li.content {
  background-color: #fff;
  padding-top: 16px;
}
#lp_2022-23_homegame #detail li.content:first-child {
  margin-bottom: 20px;
}
#lp_2022-23_homegame #detail li.content.game1 {
  justify-content: flex-start;
  width: 65%;
}
#lp_2022-23_homegame #detail li.content.game2 {
  margin-left: 0;
  width: 65%;
}
#lp_2022-23_homegame #detail li.content.game3 {
  justify-content: flex-start;
  width: 65%;
}
@media screen and (max-width: 769px) {
  #lp_2022-23_homegame #detail li.content.game1 {
    width: 100%;
  }
  #lp_2022-23_homegame #detail li.content.game2 {
    width: 100%;
  }
  #lp_2022-23_homegame #detail li.content.game3 {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  #lp_2022-23_homegame #detail li.content {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 470px;
  }
  #lp_2022-23_homegame #detail li.content:first-child {
    margin-bottom: 0px;
  }
  #lp_2022-23_homegame #detail li.content:nth-child(2) {
    margin-left: 60px;
  }
}
#lp_2022-23_homegame #detail li.content .partner {
  width: 90%;
  margin: 0 auto;
  padding-bottom: 5px;
  border-bottom: 2px solid #fff100;
}
#lp_2022-23_homegame #detail li.content .partner img {
  display: block;
  width: 310px;
  margin: 0 auto;
}
#lp_2022-23_homegame #detail li.content .partner:after {
  content: "PRESENTS";
  display: block;
  font-family: "hudsonR", "bleage_font", "游ゴシック", sans-serif;
  font-size: 18px;
  text-align: center;
}
#lp_2022-23_homegame #detail li.content .partner.presents_none:after {
  content: " ";
}

@media screen and (max-width: 768px) {
#lp_2022-23_homegame #detail li.content .partner:after {
  content: "PRESENTS";
  display: block;
  font-family: "hudsonR", "bleage_font", "游ゴシック", sans-serif;
  font-size: 12px;
  text-align: center;
}	
}

#lp_2022-23_homegame #detail li.content .main {
  padding: 20px 0;
  width: auto;
  min-height: unset;
}
#lp_2022-23_homegame #detail li.content .main .date {
  font-family: "hudsonB", "bleage_font", "游ゴシック", sans-serif;
  font-size: 4.5rem;
  text-align: center;
  line-height: 1;
  color: #333;
}
#lp_2022-23_homegame #detail li.content .main .date span {
  font-family: inherit;
  font-size: 1.8rem;
  color: inherit;
  margin-left: 0.5em;
}
#lp_2022-23_homegame #detail li.content .main .date span.sat {
  color: #3557b3;
}
#lp_2022-23_homegame #detail li.content .main .date span.sun {
  color: #c72600;
}
#lp_2022-23_homegame #detail li.content .main .time {
  text-align: center;
}
#lp_2022-23_homegame #detail li.content .main .time span {
  font-family: "hudsonB", "bleage_font", "游ゴシック", sans-serif;
  font-size: 2.5rem;
  color: #333;
}
#lp_2022-23_homegame #detail li.content .main .time span.open {
  margin-right: 0.5em;
}
#lp_2022-23_homegame #detail li.content .main .time span.open:after {
  color: inherit;
  content: "OPEN";
  font-family: "hudsonB", "bleage_font", "游ゴシック", sans-serif;
  font-size: 1.8rem;
  margin-left: 0.2em;
}
#lp_2022-23_homegame #detail li.content .main .time span.start:after {
  color: inherit;
  content: "TIPOFF";
  font-family: "hudsonB", "bleage_font", "游ゴシック", sans-serif;
  font-size: 1.8rem;
  margin-left: 0.2em;
}
#lp_2022-23_homegame #detail li.content .main .venue {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1;
}
#lp_2022-23_homegame #detail li.content .main .venue:before {
  content: "会場";
  font-size: 1.2rem;
  margin-right: 1em;
  line-height: 1;
  padding-top: 4px;
}
#lp_2022-23_homegame #detail li.content .links {
  background-color: #fff100;
}
#lp_2022-23_homegame #detail li.content .links ul {
  display: flex;
  padding: 12px 20px;
}
#lp_2022-23_homegame #detail li.content .links ul li {
  width: 100%;
}
#lp_2022-23_homegame #detail li.content .links ul li a {
  display: block;
}
#lp_2022-23_homegame #detail li.content .links ul li a img {
  display: block;
  width: 100%;
}
#lp_2022-23_homegame #detail li.content .links ul li:first-child {
  margin-right: 15px;
}
#lp_2022-23_homegame #detail li.content.partner-none {
  padding-top: 0;
}
#lp_2022-23_homegame #detail li.content.partner-none .partner {
  display: none;
}
#lp_2022-23_homegame #detail li.content.partner-none .main {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#lp_2022-23_homegame #information .layer {
  background-color: #182F60;
  padding: 30px 0;
}
@media screen and (min-width: 769px) {
  #lp_2022-23_homegame #information .layer {
    padding: 75px 0 70px;
  }
  #lp_2022-23_homegame #information .layer h2 {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 769px) {
  #lp_2022-23_homegame #information .inner {
    max-width: 1060px;
  }
}
@media screen and (min-width: 769px) {
  #lp_2022-23_homegame #information .information_lists {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /*justify-content: flex-start;*/
  }
}

#lp_2022-23_homegame #information .information_lists{
  margin-left: 3%;
	margin-top: 30px;
}

#lp_2022-23_homegame #information .information_lists li {
  padding: 30px 0;
	background: #fff;
	margin-right: 2%;
	margin-bottom: 2%;
	border: 2px solid #FFF100;
}
@media screen and (max-width: 768px) {
  #lp_2022-23_homegame #information .information_lists li:not(:last-child) {
    border-bottom: 6px solid #fff;
  }
#lp_2022-23_homegame #information .information_lists{
  margin-left: 0%;
}
	
#lp_2022-23_homegame #information .information_lists li {
  padding: 7px 0;
	background: #fff;
	margin-right: 0%;
	margin-bottom: 5%;
	border: 2px solid #FFF100;
}	
	
}
@media screen and (min-width: 769px) {
  #lp_2022-23_homegame #information .information_lists li {
    /*width: 33.3333333333%;*/
	width: 31.3333333333%;
    padding: 15px;
    position: relative;
  }
  #lp_2022-23_homegame #information .information_lists li:not(:nth-child(3))::before {
	content: "";
    width: 0px;
    height: calc(100% - 60px);
    background-color: #fff;
    position: absolute;
    top: 30px;
    right: -3px;
  }
  #lp_2022-23_homegame #information .information_lists li.border-none::before {
    content: none;
  }
}
#lp_2022-23_homegame #information .information_lists li > .wrap {
  display: flex;
	padding: 0 7px
}
@media screen and (min-width: 769px) {
  #lp_2022-23_homegame #information .information_lists li > .wrap {
    display: flex;
    height: 100%;
    flex-direction: column;
	  padding: 0 0px;
  }
}
#lp_2022-23_homegame #information .information_lists li .thumbnail {
  width: 45%;
  flex-shrink: 0;
  margin-right: 15px;
}
@media screen and (min-width: 769px) {
  #lp_2022-23_homegame #information .information_lists li .thumbnail {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
  }
}
#lp_2022-23_homegame #information .information_lists li .thumbnail .wrap {
  position: relative;
  display: block;
}
#lp_2022-23_homegame #information .information_lists li .thumbnail .wrap img {
  display: block;
  width: 100%;
}
#lp_2022-23_homegame #information .information_lists li .thumbnail .wrap:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 75%;
}
#lp_2022-23_homegame #information .information_lists li .thumbnail .wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#lp_2022-23_homegame #information .information_lists li .content {
  display: flex;
  flex-direction: column;
  height: 100%;
  flex-grow: 1;
}
#lp_2022-23_homegame #information .information_lists li .content .date {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 5px;
}
#lp_2022-23_homegame #information .information_lists li .content .date span {
  font-size: 1.8rem;
  line-height: 1;
  background-color: #E6E6E6;
  font-family: "hudsonB", "bleage_font", "游ゴシック", sans-serif;
  width: 60px;
  height: 1.3em;
  display: flex;
  justify-content: center;
  align-items: center;
}
#lp_2022-23_homegame #information .information_lists li .content .date span:not(:first-child) {
  margin-left: 0.5em;
}
@media screen and (min-width: 769px) {
  #lp_2022-23_homegame #information .information_lists li .content .date span {
    width: 80px;
    font-size: 2.4rem;
  }
}
#lp_2022-23_homegame #information .information_lists li .content h3 {
  font-size: 1.4rem;
  flex-grow: 1;
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  #lp_2022-23_homegame #information .information_lists li .content h3 {
    font-size: 1.6rem;
  }
}
#lp_2022-23_homegame #information .information_lists li .content a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 26px;
  margin: 0 auto;
  border: 0px solid #333;
  font-size: 1.4rem;
  font-weight: 700;
  text-decoration: none;
	background: #000;
	background-image: linear-gradient(135deg, #FFF33F 10px, transparent 0);
	color: #fff;
}
#lp_2022-23_homegame #information .information_lists li .content a:hover {
  color: #fff;
  background-color: #182f60;
  text-decoration: none;
  opacity: 1;
}

  #lp_2022-23_homegame #information .information_lists li .content a::before{
  content: "＋";
  font-size: 1.5rem;
  font-weight: 900;
  color: #FFF33F;
	  margin-right: 2px;
  }

@media screen and (min-width: 769px) {
  #lp_2022-23_homegame #information .information_lists li .content a {
    height: 36px;
    font-size: 1.6rem;
  }
}
#lp_2022-23_homegame #schedule .layer {
  padding: 45px 0;
  background-image: url("/files/user/_/lp/2024-25/images/bg_time.jpg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
@media screen and (min-width: 769px) {
  #lp_2022-23_homegame #schedule .layer {
    padding: 75px 0;
  }
}
#lp_2022-23_homegame #schedule .layer h2 {
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  #lp_2022-23_homegame #schedule .layer h2 {
    margin-bottom: 50px;
  }
}
#lp_2022-23_homegame #schedule .event {
  margin: 5px 0;
  line-height: 1.5;
}
#lp_2022-23_homegame #schedule .event .logo {
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: flex-end;
  justify-content: flex-start;
}
#lp_2022-23_homegame #schedule .event .logo img {
  width: 100px;
}
#lp_2022-23_homegame #schedule .penlight {
  background: none;
	color: #E50012;
	font-weight: 600;	
}
#lp_2022-23_homegame #schedule .presents img{
  width: 200px;	
	margin: 15px 0 0;
}
#lp_2022-23_homegame #schedule .tab_btn {
  display: flex;
}
#lp_2022-23_homegame #schedule .tab_btn > div {
  width: 100%;
  font-family: "hudsonB", "bleage_font", "游ゴシック", sans-serif;
  font-size: 2.2rem;
  line-height: 2;
  text-align: center;
border: 5px solid #182f60;
border-bottom: 8px solid #182f60;
  /*background-color: #182f60;
  color: #fff;
	*/
	background-color: #fff;
	color: #182f60;
}
@media screen and (min-width: 769px) {
  #lp_2022-23_homegame #schedule .tab_btn > div {
    font-size: 3rem;
  }
#lp_2022-23_homegame #schedule .presents img{
  width: 300px;	
}
}
#lp_2022-23_homegame #schedule .tab_btn > div:nth-of-type(2) {
  border-left: 0;
}
#lp_2022-23_homegame #schedule .tab_btn > div span {
  color: white;
  font-family: inherit;
  margin-left: 0.2em;
}
#lp_2022-23_homegame #schedule .tab_btn > div.active {
  background-color: #182f60;/*追加*/
  color: #fff;/*追加*/
  /*border-bottom:  none;*/
  border-bottom:  5px solid #182f60;
}



#lp_2022-23_homegame #schedule .tab_btn > div.active span.sat {
  color: #6690C4;
}
#lp_2022-23_homegame #schedule .tab_btn > div.active span.sun {
  color: #c72600;
}
#lp_2022-23_homegame #schedule .tab_btn > div.active span.wed {
  color: inherit
}


  #lp_2022-23_homegame #schedule .tab_btn > div span.sat {
    color: #6690C4;
  }
  #lp_2022-23_homegame #schedule .tab_btn > div span.sun {
    color: #c72600;
  }

#lp_2022-23_homegame #schedule .tab_btn > div.oneday {
  width: 100%;
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  #lp_2022-23_homegame #schedule .tab_btn > div {
    width: 100%;
    background-color: #182f60;/*追加*/
    color: #fff;
    pointer-events: none;
  }
  #lp_2022-23_homegame #schedule .tab_btn > div:nth-of-type(2) {
    border-left: 3px solid #182f60;
    border-bottom: none;
  }

}
#lp_2022-23_homegame #schedule .tab_content {
  padding: 0;
  display: block;
  border: none;
  border-radius: 0;
}
#lp_2022-23_homegame #schedule div[data-tab=area] {
  border: 5px solid #182f60;/*追加*/
  border-top: 0px;
}
@media screen and (min-width: 769px) {
  #lp_2022-23_homegame #schedule div[data-tab=area] {
    align-self: flex-start;
  }
}
#lp_2022-23_homegame #schedule div[data-tab=area] dl {
  display: flex;
	border-bottom: 3px solid #182f60;/*追加*/
}
#lp_2022-23_homegame #schedule div[data-tab=area] dl:last-child {
  display: flex;
	border-bottom: none;/*追加*/
}
#lp_2022-23_homegame #schedule div[data-tab=area] dl:nth-of-type(odd) {/*追加*/
  background-color: #E5EDF5;
}
#lp_2022-23_homegame #schedule div[data-tab=area] dl:nth-of-type(even) {
  background-color: #fff;
}
#lp_2022-23_homegame #schedule div[data-tab=area] dl dt {
  padding: 10px 0;
  display: flex;
  width: 70px;
  padding-left: 13px;
	margin-right: 10px;
	background-color: #E8EAEF;
	font-weight: 600;
}

#lp_2022-23_homegame #schedule div[data-tab=area] dl dt.color_1 {/*追加*/
background-color: #BAC1CF;
}


#lp_2022-23_homegame #schedule div[data-tab=area] dl dt span {
  font-family: "hudsonR", "bleage_font", "游ゴシック", sans-serif;
  color: #182f60;
  font-size: 1.4rem;
}
#lp_2022-23_homegame #schedule div[data-tab=area] dl dt span.about::after {
  content: "頃";
  font-weight: 700;
  font-size: 0.7em;
}
@media screen and (min-width: 769px) {
  #lp_2022-23_homegame #schedule div[data-tab=area] dl dt {
    width: 100px;
	padding-left: 15px;  
    flex-shrink: 0;
  }
  #lp_2022-23_homegame #schedule div[data-tab=area] dl dt span {
    font-size: 2rem;
  }
}
#lp_2022-23_homegame #schedule div[data-tab=area] dl dd {
  padding: 9px 9px 9px 0;
  font-size: 1.4rem;
}
@media screen and (min-width: 769px) {
  #lp_2022-23_homegame #schedule div[data-tab=area] dl dd {
    font-size: 2rem;
  }
}
@media screen and (min-width: 769px) {
  #lp_2022-23_homegame #schedule [data-column=two] .tab_btn,
#lp_2022-23_homegame #schedule [data-column=two] .tab_content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
  }
  #lp_2022-23_homegame #schedule [data-column=two] .tab_content {
    padding: 0;
    border: none;
  }
  #lp_2022-23_homegame #schedule [data-column=two] .hide {
    display: block !important;
  }
}
#lp_2022-23_homegame #schedule [data-column=one] {
  max-width: 470px;
}
#lp_2022-23_homegame #schedule [data-column=one] .tab_btn > div:nth-of-type(2),
#lp_2022-23_homegame #schedule [data-column=one] .tab_content > div:nth-of-type(2) {
  display: none !important;
}
#lp_2022-23_homegame #schedule [data-column=one] .tab_btn > div {
  width: 100%;
}
#lp_2022-23_homegame #schedule p {
  font-size: 1.2rem;
  text-align: center;
  font-weight: 400;
  margin-top: 15px;
}
@media screen and (min-width: 769px) {
  #lp_2022-23_homegame #schedule p {
    font-size: 1.6rem;
    margin-top: 40px;
  }
}
#lp_2022-23_homegame #gourmet .layer {
  padding: 35px 0 45px;
  background-image: url("/files/user/_/lp/2024-25/images/bg_arena.jpg");
  background-size: cover;
  background-position: center top;
  background-repeat: repeat-x;
}
@media screen and (min-width: 769px) {
  #lp_2022-23_homegame #gourmet .layer {
    padding: 80px 0 65px;
  }
}
#lp_2022-23_homegame #gourmet h2 {
  line-height: 1.2;
}
#lp_2022-23_homegame #gourmet .ja{
  display: block;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  margin-bottom: 1em;
}

#lp_2022-23_homegame #news .ja {
  display: block;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
  color: #182f60;
  line-height: 1;
  margin-bottom: 2em;
	margin-top: -20px;
}

@media screen and (min-width: 769px) {
  #lp_2022-23_homegame #gourmet .ja,
  #lp_2022-23_homegame #news .ja {
    font-size: 3.3rem;
  }
}
#lp_2022-23_homegame #gourmet .lead {
  font-size: 1.6rem;
  margin-bottom: 30px;
	color: #fff;	
}
@media screen and (min-width: 769px) {
  #lp_2022-23_homegame #gourmet .lead {
    text-align: center;
    font-size: 2rem;
  }
}
#lp_2022-23_homegame #gourmet .swiper_field {
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  #lp_2022-23_homegame #gourmet .swiper_field {
    margin-bottom: 80px;
  }
}
#lp_2022-23_homegame #gourmet .swiper_field .gourmet-slide {
  margin-bottom: 20px;
}
#lp_2022-23_homegame #gourmet .swiper_field .gourmet-slide.swiper-container {
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 769px) {
  #lp_2022-23_homegame #gourmet .swiper_field .gourmet-slide.swiper-container {
    margin: 0 auto 45px;
    overflow: unset;
  }
}
@media screen and (min-width: 769px) {
  #lp_2022-23_homegame #gourmet .swiper_field .gourmet-slide .swiper-slide:not(.swiper-slide-active) {
    position: relative;
  }
  #lp_2022-23_homegame #gourmet .swiper_field .gourmet-slide .swiper-slide:not(.swiper-slide-active):after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    right: 15px;
    background-color: rgba(128, 128, 128, 0.6);
  }
}
#lp_2022-23_homegame #gourmet .swiper_field .thumb-slider {
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  #lp_2022-23_homegame #gourmet .swiper_field .thumb-slider {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
#lp_2022-23_homegame #gourmet .swiper_field .thumb-slider .swiper-wrapper {
  flex-wrap: wrap;
}
#lp_2022-23_homegame #gourmet .swiper_field .thumb-slider .swiper-slide {
  width: 80px !important;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #lp_2022-23_homegame #gourmet .swiper_field .thumb-slider .swiper-slide:not(:nth-child(4n)) {
    margin-right: calc((90.8vw - 320px) / 3);
    margin-bottom: calc((90.8vw - 320px) / 3);
  }
}
@media screen and (min-width: 769px) {
  #lp_2022-23_homegame #gourmet .swiper_field .thumb-slider .swiper-slide:not(:last-child) {
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
#lp_2022-23_homegame #gourmet .swiper_field .thumb-slider .swiper-slide:not(.swiper-slide-thumb-active) {
  position: relative;
}
#lp_2022-23_homegame #gourmet .swiper_field .thumb-slider .swiper-slide:not(.swiper-slide-thumb-active):after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(128, 128, 128, 0.6);
}
#lp_2022-23_homegame #gourmet .swiper_field .thumb-slider .swiper-slide .wrap {
  position: relative;
}
#lp_2022-23_homegame #gourmet .swiper_field .thumb-slider .swiper-slide .wrap:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
#lp_2022-23_homegame #gourmet .swiper_field .thumb-slider .swiper-slide .wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#lp_2022-23_homegame #gourmet .box {
  padding: 0 4.6vw;
}
@media screen and (min-width: 769px) {
  #lp_2022-23_homegame #gourmet .box {
    padding: 0 15px;
  }
}
#lp_2022-23_homegame #gourmet .box .visual .wrap {
  position: relative;
}
#lp_2022-23_homegame #gourmet .box .visual .wrap:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 66.6%;
}
#lp_2022-23_homegame #gourmet .box .visual .wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#lp_2022-23_homegame #gourmet .box .content {
  background: #fff;
  padding: 15px 10px 10px;
}
@media screen and (min-width: 769px) {
  #lp_2022-23_homegame #gourmet .box .content {
    padding: 20px;
  }
}
#lp_2022-23_homegame #gourmet .box .content .name {
  font-size: 1.8rem;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 0.5em;
  height: 6em;
  display:flex;
  justify-content: center;
  align-items: center;
}
#lp_2022-23_homegame #gourmet .box .content .desc {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 0.5em;
}
#lp_2022-23_homegame #gourmet .box .content .price {
  font-size: 3.4rem;
  font-family: "hudsonB", "bleage_font", "游ゴシック", sans-serif;
  color: #182f60;
  text-align: center;
  line-height: 1.2;
}
#lp_2022-23_homegame #gourmet .box .content .price span {
  font-size: 1.2rem;
  font-weight: 400;
}
#lp_2022-23_homegame #gourmet .others {
  max-width: 510px;
  margin: 0 auto;
}
#lp_2022-23_homegame #gourmet .others .head > div {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #182f60;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  height: 40px;
}
@media screen and (min-width: 769px) {
  #lp_2022-23_homegame #gourmet .others .head > div {
    height: 60px;
    font-size: 2.4rem;
  }
}
#lp_2022-23_homegame #gourmet .others .head > div .plus {
  width: 16px;
  height: 16px;
  margin-right: 1.6rem;
  box-sizing: content-box;
  padding-top: 1px;
  position: relative;
}
#lp_2022-23_homegame #gourmet .others .head > div .plus span {
  display: block;
  width: 16px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
}
#lp_2022-23_homegame #gourmet .others .head > div .plus span:nth-of-type(2) {
  transform: rotate(270deg);
}
#lp_2022-23_homegame #gourmet .others .item .wrap {
  background-color: #fff;
  padding: 15px 15px 15px 15px;
}
#lp_2022-23_homegame #gourmet .others .item .flex {
  display: flex;
}
#lp_2022-23_homegame #gourmet .others .item .flex .content {
  flex-grow: 1;
}
#lp_2022-23_homegame #gourmet .others .item .flex .content span {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  color: #182f60;
  margin-bottom: 3px;
}
@media screen and (min-width: 769px) {
  #lp_2022-23_homegame #gourmet .others .item .flex .content span {
    font-size: 2.4rem;
  }
}
#lp_2022-23_homegame #gourmet .others .item .flex .content ul li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
}
#lp_2022-23_homegame #gourmet .others .item .flex .content ul li:before {
  content: "●";
  color: #e77b1b;
}
@media screen and (min-width: 769px) {
  #lp_2022-23_homegame #gourmet .others .item .flex .content ul li {
    font-size: 1.8rem;
  }
}
#lp_2022-23_homegame #gourmet .others .item .flex img {
  display: block;
  width: 71px;
  margin: 0 10px;
}
@media screen and (min-width: 769px) {
  #lp_2022-23_homegame #gourmet .others .item .flex img {
    width: 100px;
  }
}
#lp_2022-23_homegame #news .layer {
	background: url("/files/user/_/lp/2024-25/images/bg_coumet1sp.png"), url("/files/user/_/lp/2024-25/images/bg_coumet2sp.png"), -moz-linear-gradient(top, #FFF100 20%, #FFF880 100%);
	background: url("/files/user/_/lp/2024-25/images/bg_coumet1sp.png"), url("/files/user/_/lp/2024-25/images/bg_coumet2sp.png"), -webkit-linear-gradient(top, #FFF100 20%, #FFF880 100%);
	background-position: right top, center bottom;/*横の位置 縦の位置*/	
	background-size: 100% auto, 100% auto;
	background-repeat: repeat-x, repeat-x;	
  padding: 45px 0;
}
#lp_2022-23_homegame #news .layer h2 {
  margin-bottom: 15px;
}
@media screen and (min-width: 769px) {
  #lp_2022-23_homegame #news .layer {
	background: url("/files/user/_/lp/2024-25/images/bg_coumet1.png"), url("/files/user/_/lp/2024-25/images/bg_coumet2.png"), -moz-linear-gradient(top, #FFF100 20%, #FFF880 100%);
	background: url("/files/user/_/lp/2024-25/images/bg_coumet1.png"), url("/files/user/_/lp/2024-25/images/bg_coumet2.png"), -webkit-linear-gradient(top, #FFF100 20%, #FFF880 100%);
	background-position: right top, center bottom;/*横の位置 縦の位置*/	
	background-size: 100% auto, 100% auto;
	background-repeat: repeat-x, repeat-x;	
    padding: 70px 0;
  }
}
#lp_2022-23_homegame #news .inner {
  max-width: 1060px;
}

/* 追加 */
.store_cate {
	font-size: 20px;
	padding: 2px 1.6em 10px .8em;
	line-height: 1;
	position: relative;
	color: #FFF100;
	z-index: 1;
	font-weight: 600;
border-image: linear-gradient(90deg, #000 0%, #182F60 30%, #00479D 30%) 1 / 0 0 6px;
border-style: solid;
margin-bottom: 10px;
margin-top: 30px;	
}

.store_cate::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	background: linear-gradient(90deg, #000 0%, #182F60 50%, #00479D 100%);
	transform: scaleY(1.3) perspective(1em) rotateX(3deg);
	transform-origin: bottom left;
	width: 225px;
}
@media screen and (min-width: 769px) {
.store_cate {
	font-size: 28px;
	padding: 0px 1.6em 10px .8em;
	position: relative;
	color: #FFF100;
	z-index: 1;
	font-weight: 600;
border-image: linear-gradient(90deg, #000 0%, #182F60 30%, #00479D 30%) 1 / 0 0 8px;
border-style: solid;
margin-bottom: 20px;
margin-top: 0px;	
}

.store_cate::before {
	width: 390px;
}

}


#lp_2022-23_homegame #news .news_lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -7px 20px;
}
@media screen and (min-width: 769px) {
  #lp_2022-23_homegame #news .news_lists {
    margin: 0px 0 40px;
  }
}
#lp_2022-23_homegame #news .news_lists li {
  width: 46%;
  padding: 10px;
  position: relative;
	background: #fff;
	margin-right: 1.5%;
	margin-left: 2%;
	margin-bottom: 3%;
}
#lp_2022-23_homegame #news .news_lists li:nth-child(odd)::before {	
  content: "";
  width: 0px;
  height: calc(100% - 30px);
  background-color: #fff100;
  position: absolute;
  top: 15px;
  right: -3px;	
}
#lp_2022-23_homegame #news .news_lists li.border-none-sp::before {
  content: none;
}
@media screen and (min-width: 769px) {
  #lp_2022-23_homegame #news .news_lists li {
    /*width: 33.3333333333%;*/
	width: 32%;
    padding: 30px;
	margin-right: 2%;
	margin-left: 0%;  
	margin-bottom: 2%;
  }
	
  #lp_2022-23_homegame #news .news_lists li:nth-child(3n){
	margin-right: 0%;
	margin-bottom: 2%;
  }	

  #lp_2022-23_homegame #news .news_lists li:not(:nth-child(3n))::before {
    content: "";
    width: 0px;
    height: calc(100% - 60px);
    background-color: #fff100;
    position: absolute;
    top: 30px;
    right: -3px;
  }
  #lp_2022-23_homegame #news .news_lists li.border-none-pc::before {
    content: none;
  }
}
#lp_2022-23_homegame #news .news_lists li > .wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
}
#lp_2022-23_homegame #news .news_lists li .thumbnail {
  margin-bottom: 10px;
}
#lp_2022-23_homegame #news .news_lists li .thumbnail .wrap {
  position: relative;
  display: block;
}
#lp_2022-23_homegame #news .news_lists li .thumbnail .wrap img {
  display: block;
  width: 100%;
}
#lp_2022-23_homegame #news .news_lists li .thumbnail .wrap:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 75%;
}
#lp_2022-23_homegame #news .news_lists li .thumbnail .wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#lp_2022-23_homegame #news .news_lists li .content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
#lp_2022-23_homegame #news .news_lists li .content .date {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 5px;
}
#lp_2022-23_homegame #news .news_lists li .content .date span {
  font-size: 1.8rem;
  line-height: 1;
  background-color: #fff;
  font-family: "hudsonB", "bleage_font", "游ゴシック", sans-serif;
  width: 60px;
  height: 1.3em;
  display: flex;
  justify-content: center;
  align-items: center;
}
#lp_2022-23_homegame #news .news_lists li .content .date span:not(:first-child) {
  margin-left: 0.5em;
}
@media screen and (min-width: 769px) {
  #lp_2022-23_homegame #news .news_lists li .content .date span {
    width: 80px;
    font-size: 2.4rem;
  }
}
#lp_2022-23_homegame #news .news_lists li .content h3 {
  font-size: 1.35rem;
  flex-grow: 1;
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  #lp_2022-23_homegame #news .news_lists li .content h3 {
    font-size: 1.6rem;
  }
}
#lp_2022-23_homegame #news .news_lists li .content a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 26px;
  margin: 0 auto;
  border: 0px solid #333;
  font-size: 1.4rem;
  font-weight: 700;
  text-decoration: none;
	background: #182F60;
	background-image: linear-gradient(135deg, #FFF33F 10px, transparent 0);
	color: #fff;
}
#lp_2022-23_homegame #news .news_lists li .content a:hover {
  color: #fff;
  background-color: #182f60;
  text-decoration: none;
  opacity: 1;
}

#lp_2022-23_homegame #news .news_lists li .content a::before{
  content: "＋";
  font-size: 1.5rem;
  font-weight: 900;
  color: #FFF33F;
	  margin-right: 2px;
  }

@media screen and (min-width: 769px) {
  #lp_2022-23_homegame #news .news_lists li .content a {
    height: 36px;
    font-size: 1.6rem;
  }
}
#lp_2022-23_homegame #goods .layer {
  background-image: url("/files/user/_/lp/2024-25/images/bg_goods.jpg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  padding: 35px 0;
}
@media screen and (min-width: 769px) {
  #lp_2022-23_homegame #goods .layer {
    padding: 90px 0;
  }
}
#lp_2022-23_homegame #goods .inner {
  max-width: 1060px;
}
@media screen and (min-width: 769px) {
  #lp_2022-23_homegame #goods h2 {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 769px) {
  #lp_2022-23_homegame #goods .exclusive ul {
    display: flex;
    margin-bottom: 55px;
  }
}
#lp_2022-23_homegame #goods .exclusive ul li {
  display: flex;
  padding: 30px 0;
}
#lp_2022-23_homegame #goods .exclusive ul li:not(:last-child) {
  position: relative;
}
#lp_2022-23_homegame #goods .exclusive ul li:not(:last-child):after {
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  background-color: #fff;
  position: absolute;
  bottom: -3px;
  right: 0;
}
@media screen and (min-width: 769px) {
  #lp_2022-23_homegame #goods .exclusive ul li {
    /*display: block;*/
    padding: 0 30px;
    flex-direction: column;
  }
  #lp_2022-23_homegame #goods .exclusive ul li:not(:last-child):after {
    content: "";
    display: block;
    width: 6px;
    height: 100%;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    right: -3px;
  }
}
#lp_2022-23_homegame #goods .exclusive ul li .image {
  display: block;
  width: 45%;
  flex-shrink: 0;
  margin-right: 25px;
}
#lp_2022-23_homegame #goods .exclusive ul li .image img {
  display: block;
  width: 100%;
}
@media screen and (min-width: 769px) {
  #lp_2022-23_homegame #goods .exclusive ul li .image {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
}
#lp_2022-23_homegame #goods .exclusive ul li .content h3 {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 769px) {
  #lp_2022-23_homegame #goods .exclusive ul li .content h3 {
    font-size: 2.6rem;
  }
}
#lp_2022-23_homegame #goods .exclusive ul li .content p {
  font-size: 1.4rem;
  font-weight: 400;
}
#lp_2022-23_homegame #goods .exclusive ul li .content p.desc {
  margin-bottom: 0.5em;
}
@media screen and (min-width: 769px) {
  #lp_2022-23_homegame #goods .exclusive ul li .content p {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 769px) {
  #lp_2022-23_homegame #goods .beginner {
    padding: 0 30px;
  }
}
#lp_2022-23_homegame #goods .beginner h3 {
  max-width: 510px;
  margin: 0 auto 22px;
}
@media screen and (min-width: 769px) {
  #lp_2022-23_homegame #goods .beginner h3 {
    margin-bottom: 45px;
  }
}
#lp_2022-23_homegame #goods .beginner ul {
  display: flex;
  margin-bottom: 30px;
	color: #fff;
}
@media screen and (min-width: 769px) {
  #lp_2022-23_homegame #goods .beginner ul {
    justify-content: center;
    margin-bottom: 40px;
  }
}
#lp_2022-23_homegame #goods .beginner ul li:not(:last-child) {
  margin-right: 10px;
}
@media screen and (min-width: 769px) {
  #lp_2022-23_homegame #goods .beginner ul li {
    width: 250px;
  }
  #lp_2022-23_homegame #goods .beginner ul li:not(:last-child) {
    margin-right: 50px;
  }
}
#lp_2022-23_homegame #goods .beginner ul li a {
  display: block;
  text-decoration: none;
  text-align: center;
}
#lp_2022-23_homegame #goods .beginner ul li a img {
  display: block;
  width: 100%;
}
@media screen and (min-width: 769px) {
  #lp_2022-23_homegame #goods .beginner ul li a img {
    margin-bottom: 10px;
  }
}
#lp_2022-23_homegame #goods .beginner ul li a h4 {
  font-size: 1.4rem;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  #lp_2022-23_homegame #goods .beginner ul li a h4 {
    font-size: 2.6rem;
  }
}
#lp_2022-23_homegame #goods .beginner ul li a p {
  font-size: 1.4rem;
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  #lp_2022-23_homegame #goods .beginner ul li a p {
    font-size: 1.6rem;
  }
}
#lp_2022-23_homegame #access .layer {
  background-image: url("/files/user/_/lp/2024-25/images/bg_access.jpg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  padding: 35px 0 25px;
}
#lp_2022-23_homegame #access .layer h2 {
  margin-bottom: 25px;
}
#lp_2022-23_homegame #access .venue_image {
  display: block;
  margin: 10px auto;
}
@media screen and (min-width: 769px) {
  #lp_2022-23_homegame #access .venue_image {
    margin: 40px auto;
    max-width: 600px;
  }
}

#lp_2022-23_homegame #access .container {
	background: #DAE7ED;
	padding-top: 10px;
  }

@media screen and (min-width: 769px) {
  #lp_2022-23_homegame #access .container {
    display: flex;
    justify-content: space-between;
	  align-items: center;
  }
}
#lp_2022-23_homegame #access .container .detail {
  border-bottom: 0px solid #182f60;
}
@media screen and (min-width: 769px) {
  #lp_2022-23_homegame #access .container .detail {
    border-bottom: none;
    max-width: 400px;
    flex-shrink: 0;
	margin: 40px auto;  
  }
}
#lp_2022-23_homegame #access .container .detail .name {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 769px) {
  #lp_2022-23_homegame #access .container .detail .name {
    font-size: 2.8rem;
  }
}
#lp_2022-23_homegame #access .container .detail .address {
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
  margin-bottom: 25px;
}
@media screen and (min-width: 769px) {
  #lp_2022-23_homegame #access .container .detail .address {
    font-size: 2rem;
  }
}
#lp_2022-23_homegame #access .container .detail .btn.map {
  margin-bottom: 35px;
}
#lp_2022-23_homegame #access .container .detail .venue_information {
  display: flex;
  justify-content: center;
  font-size: 1.4rem;
	padding-bottom: 20px;
}
#lp_2022-23_homegame #access .container .detail .venue_information li {
  width: 30%;
  flex-shrink: 0;
  text-align: center;
  line-height: 1.2;
}
#lp_2022-23_homegame #access .container .detail .venue_information li img {
  width: 85%;
  margin: 0 auto 5px;
}
@media screen and (min-width: 769px) {
  #lp_2022-23_homegame #access .container .detail .venue_information {
    font-size: 22px;
  }
  #lp_2022-23_homegame #access .container .detail .venue_information li img {
    width: 80%;
  }
}



#lp_2022-23_homegame #access h3.access_midashi {
    position:relative;
    display: inline-block;
    border-top: 52px solid #FFF100;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    height: 0;
    text-align: center;
	color: #182F60;
	padding: 15px 50px;
	font-size: 24px;
	font-weight: 600;
}
#lp_2022-23_homegame #access h3.access_midashi span{
    position:relative;
    top:-60px;
}


  #lp_2022-23_homegame #access .guide_how ul{
	color: #fff;
	align-items: flex-start!important;
	   margin-top: -20px;
  }

  #lp_2022-23_homegame #access .guide_how ul li{
    width: 33%;
	  border-right: 4px solid #B5D0DC;
	  text-align: center;
	  margin: auto;
	  padding:0 20px;
	  position: relative;
	  font-size: 19px;
  }
  #lp_2022-23_homegame #access .guide_how ul li:nth-child(3){
	  border: none;
	  text-align: center;
	  margin: auto;
	  padding: 20px;
	  position: relative;
  }

  #lp_2022-23_homegame #access .guide_how p{
	  margin:10px auto;
  }

  #lp_2022-23_homegame #access .guide_how .icon{
	  text-align: center!important;
	  margin: auto;
  }

  #lp_2022-23_homegame #access .guide_how .icon{
	  text-align: center!important;
	  margin: auto;
	  width: 73%;
  }

  #lp_2022-23_homegame #access .guide_line{
	 border-top: 4px solid #B5D0DC;
  }

  #lp_2022-23_homegame #access .guide_how2{
	  justify-content: center;
	  align-items: center;
	  color: #fff; 
	  width: 67%;
	  margin:30px auto 10px;
	  font-size: 19px;
  }

   #lp_2022-23_homegame #access .guide_how2 .icon{
	   flex: 1;
	   text-align: right!important;
  }

   #lp_2022-23_homegame #access .guide_how2 .lead{
	 flex: 2.5;
  }

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

#lp_2022-23_homegame #access h3.access_midashi {
    position:relative;
    display: inline-block;
    border-top: 40px solid #FFF100;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    height: 0;
    text-align: center;
	color: #182F60;
	padding: 5px 50px;
	font-size: 17px;
	font-weight: 600;
}
#lp_2022-23_homegame #access h3.access_midashi span{
    position:relative;
    top:-38px!important;
}
	
  #lp_2022-23_homegame #access .guide_how ul{
	   margin-top: -40px;
  }	

  #lp_2022-23_homegame #access .guide_how ul li{
    width: 100%;
	  border-right: none;
	  border-bottom: 4px solid #B5D0DC;
	  text-align: center;
	  margin: auto;
	  padding:20px 20px;
	  position: relative;
	  font-size: 16px;
  }
	
  #lp_2022-23_homegame #access .guide_how2{
	  justify-content: center;
	  align-items: center;
	  color: #fff; 
	  width: 100%;
	  margin:30px auto 10px;
	  text-align: center!important;
font-size: 16px;
  }
	
   #lp_2022-23_homegame #access .guide_how2 .icon img{
	   text-align: center!important;
	   margin-left: 30px;
  }	
	
}	

  #lp_2022-23_homegame #access .guide_how .link_btn{
	  margin-top:26px;
  }

  #lp_2022-23_homegame #access .guide_how a, #lp_2022-23_homegame #info_access .guide_how a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 36px;
  margin: 0 auto;
  border: 1px solid #FFF33F;
  font-size: 1.6rem;
  font-weight: 700;
  text-decoration: none;
	background-image: linear-gradient(135deg, #FFF33F 10px, transparent 0);
	color: #FFF33F;
}
  #lp_2022-23_homegame #access .guide_how a:hover, #lp_2022-23_homegame #info_access .guide_how a:hover{
  color: #fff;
  background-color: #182f60;
  text-decoration: none;
  opacity: 1;
}

  #lp_2022-23_homegame #access .guide_how a::before, #lp_2022-23_homegame #info_access .guide_how a::before{
  content: "＋";
  font-size: 1.5rem;
  font-weight: 900;
  color: #FFF33F;
	  margin-right: 2px;
  }















#lp_2022-23_homegame #access .container .guide li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 22px 0;
  font-size: 1.6rem;
  line-height: 1.3;
}
#lp_2022-23_homegame #access .container .guide li:not(:first-child) {
  border-top: 1px solid #333;
}
@media screen and (min-width: 769px) {
  #lp_2022-23_homegame #access .container .guide li {
    font-size: 2.2rem;
  }
}
#lp_2022-23_homegame #access .container .guide li:before {
  content: "";
  display: block;
  width: 70px;
  height: 70px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  flex-shrink: 0;
  margin-right: 10px;
}
@media screen and (min-width: 769px) {
  #lp_2022-23_homegame #access .container .guide li:before {
    width: 98px;
    height: 98px;
    margin-right: 20px;
  }
}
#lp_2022-23_homegame #access .container .guide li.car::before {
  background-image: url(/files/user/_/lp/2022-23/images/icon_car.svg);
}
#lp_2022-23_homegame #access .container .guide li.car a {
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  padding: 0.1em 0.5em 0.2em;
  border: 1px solid #333;
  font-weight: 700;
  margin-top: 5px;
}
#lp_2022-23_homegame #access .container .guide li.bus::before {
  background-image: url(/files/user/_/lp/2022-23/images/icon_bus.svg);
}
#lp_2022-23_homegame #access .container .guide li.bus a {
  color: #dc482a;
}
#lp_2022-23_homegame #access .container .guide li.train::before {
  background-image: url(/files/user/_/lp/2022-23/images/icon_train.svg);
}
#lp_2022-23_homegame #access .container .guide li.train a {
  color: #dc482a;
}
#lp_2022-23_homegame #access .container .guide li.double:before {
  height: 150px;
  background-image: url(/files/user/_/lp/2022-23/images/icon_train.svg), url(/files/user/_/lp/2022-23/images/icon_bus.svg);
  background-repeat: no-repeat;
  background-position: top center, bottom center;
  background-size: contain;
}
@media screen and (min-width: 769px) {
  #lp_2022-23_homegame #access .container .guide li.double:before {
    height: 210px;
  }
}
@media screen and (min-width: 769px) {
  #lp_2022-23_homegame #access .container .guide li:first-child {
    padding-top: 0;
  }
}
#lp_2022-23_homegame #arena .layer {
  padding: 45px 0;
}
#lp_2022-23_homegame #arena h2 {
  margin-bottom: 25px;
}
@media screen and (min-width: 769px) {
  #lp_2022-23_homegame #arena h2 {
    margin-bottom: 50px;
  }
}
#lp_2022-23_homegame #arena .seat_map {
  display: block;
  margin-bottom: 30px;
}
#lp_2022-23_homegame #arena .seat_map img {
  display: block;
  width: 100%;
}
@media screen and (min-width: 769px) {
  #lp_2022-23_homegame #arena .seat_map {
    max-width: 700px;
    margin: 0 auto 60px;
  }
}
#lp_2022-23_homegame #arena .price_list p {
  margin-top: 1em;
}
#lp_2022-23_homegame #arena .price_list a {
  color: #182f60;
}
#lp_2022-23_homegame #arena .recommend {
  margin-top: 30px;
  position: relative;
}
@media screen and (min-width: 769px) {
  #lp_2022-23_homegame #arena .recommend {
    margin: 50px auto 0;
    max-width: 1160px;
    padding: 54px;
  }
}
#lp_2022-23_homegame #arena .recommend h3 {
  font-size: 2rem;
  font-weight: 700;
  width: 186px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #182f60;
  color: #fff;
  position: relative;
  margin: 0 auto 15px;
}
#lp_2022-23_homegame #arena .recommend h3:before, #lp_2022-23_homegame #arena .recommend h3:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  border-style: solid;
}
#lp_2022-23_homegame #arena .recommend h3:before {
  right: 100%;
  border-width: 0 20px 44px 0;
  border-color: transparent #182f60 transparent transparent;
}
#lp_2022-23_homegame #arena .recommend h3:after {
  left: 100%;
  border-width: 44px 20px 0 0;
  border-color: #182f60 transparent transparent transparent;
}
@media screen and (min-width: 769px) {
  #lp_2022-23_homegame #arena .recommend h3 {
    font-size: 3rem;
    width: 280px;
    height: 66px;
    margin-bottom: 30px;
  }
  #lp_2022-23_homegame #arena .recommend h3:before {
    border-width: 0 30px 66px 0;
  }
  #lp_2022-23_homegame #arena .recommend h3:after {
    border-width: 66px 30px 0 0;
  }
}
#lp_2022-23_homegame #arena .recommend > p {
  font-size: 1.2rem;
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 23px;
}
@media screen and (min-width: 769px) {
  #lp_2022-23_homegame #arena .recommend > p {
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 40px;
  }
}
#lp_2022-23_homegame #arena .recommend .seat_slider {
  overflow: hidden;
}
#lp_2022-23_homegame #arena .recommend .seat_slider .swiper-slide {
  padding: 0 20px;
}
@media screen and (min-width: 769px) {
  #lp_2022-23_homegame #arena .recommend .seat_slider .swiper-slide {
    padding: 0 28px;
  }
}
#lp_2022-23_homegame #arena .recommend .seat_slider .swiper-slide h4 {
  width: 100%;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 700;
  position: relative;
  margin-bottom: 15px;
}
#lp_2022-23_homegame #arena .recommend .seat_slider .swiper-slide h4:before, #lp_2022-23_homegame #arena .recommend .seat_slider .swiper-slide h4:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  top: 0;
}
#lp_2022-23_homegame #arena .recommend .seat_slider .swiper-slide h4:before {
  left: 0;
  border-width: 30px 0 0 13px;
  border-color: transparent transparent transparent #fff;
}
#lp_2022-23_homegame #arena .recommend .seat_slider .swiper-slide h4:after {
  right: 0;
  border-width: 0 0 30px 13px;
  border-color: transparent transparent #fff transparent;
}
@media screen and (min-width: 769px) {
  #lp_2022-23_homegame #arena .recommend .seat_slider .swiper-slide h4 {
    height: 35px;
    font-size: 1.8rem;
  }
  #lp_2022-23_homegame #arena .recommend .seat_slider .swiper-slide h4:before {
    border-width: 35px 0 0 16px;
  }
  #lp_2022-23_homegame #arena .recommend .seat_slider .swiper-slide h4:after {
    border-width: 0 0 35px 16px;
  }
}
#lp_2022-23_homegame #arena .recommend .seat_slider .swiper-slide .preview {
  margin-bottom: 10px;
}
#lp_2022-23_homegame #arena .recommend .seat_slider .swiper-slide .preview .wrap {
  position: relative;
}
#lp_2022-23_homegame #arena .recommend .seat_slider .swiper-slide .preview .wrap:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 75%;
}
#lp_2022-23_homegame #arena .recommend .seat_slider .swiper-slide .preview .wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#lp_2022-23_homegame #arena .recommend .swiper-button-next {
  right: 45px;
}
@media screen and (min-width: 769px) {
  #lp_2022-23_homegame #arena .recommend .swiper-button-next {
    right: 0px;
  }
}
#lp_2022-23_homegame #arena .recommend .swiper-button-prev {
  left: 45px;
}
@media screen and (min-width: 769px) {
  #lp_2022-23_homegame #arena .recommend .swiper-button-prev {
    left: 0;
  }
}
#lp_2022-23_homegame #next > .layer {
  background-color: #fff100;
  padding: 35px 0 40px;
}
@media screen and (min-width: 769px) {
  #lp_2022-23_homegame #next > .layer {
    padding: 70px 0 90px;
  }
}
#lp_2022-23_homegame #next h2 {
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  #lp_2022-23_homegame #next h2 {
    margin-bottom: 25px;
  }
}
#lp_2022-23_homegame #next .container {
  max-width: 510px;
  margin: 0 auto;
}
#lp_2022-23_homegame #next .container .wrap {
  background-color: #fff;
}
#lp_2022-23_homegame #next .container .content {
  padding: 18px;
}
@media screen and (min-width: 769px) {
  #lp_2022-23_homegame #next .container .content {
    padding: 27px;
  }
}
#lp_2022-23_homegame #next .container .content .card {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
#lp_2022-23_homegame #next .container .content .card .logo {
  width: 120px;
  flex-shrink: 0;
}
@media screen and (min-width: 769px) {
  #lp_2022-23_homegame #next .container .content .card .logo {
    width: 180px;
  }
}
#lp_2022-23_homegame #next .container .content .card .vs {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "hudsonB", "bleage_font", "游ゴシック", sans-serif;
  font-size: 3rem;
  flex-grow: 1;
  color: #333;
}
@media screen and (min-width: 769px) {
  #lp_2022-23_homegame #next .container .content .card .vs {
    font-size: 4.5rem;
  }
}
#lp_2022-23_homegame #next .container .content .detail {
  display: flex;
}
#lp_2022-23_homegame #next .container .content .detail .two {
  flex-grow: 1;
}
#lp_2022-23_homegame #next .container .content .detail .two .box {
  margin-left: auto;
}
#lp_2022-23_homegame #next .container .content .detail .box {
  width: 120px;
  flex-shrink: 0;
}
@media screen and (min-width: 769px) {
  #lp_2022-23_homegame #next .container .content .detail .box {
    width: 180px;
  }
}
#lp_2022-23_homegame #next .container .content .detail .box .date {
  font-size: 2.4rem;
  font-family: "hudsonB", "bleage_font", "游ゴシック", sans-serif;
  line-height: 1.2;
  text-align: center;
  color: #333;
}
#lp_2022-23_homegame #next .container .content .detail .box .date span {
  font-family: inherit;
  font-size: 1.6rem;
}
@media screen and (min-width: 769px) {
  #lp_2022-23_homegame #next .container .content .detail .box .date {
    font-size: 4.5rem;
  }
  #lp_2022-23_homegame #next .container .content .detail .box .date span {
    font-size: 2.4rem;
  }
}
#lp_2022-23_homegame #next .container .content .detail .box .time {
  text-align: center;
  margin-bottom: 10px;
}
#lp_2022-23_homegame #next .container .content .detail .box .time span {
  line-height: 1.2;
  font-family: "hudsonB", "bleage_font", "游ゴシック", sans-serif;
  font-size: 1.7rem;
  color: #333;
}
#lp_2022-23_homegame #next .container .content .detail .box .time span:after {
  content: "TIP OFF";
  font-family: inherit;
  font-size: 1.2rem;
  margin-left: 0.3em;
}
@media screen and (min-width: 769px) {
  #lp_2022-23_homegame #next .container .content .detail .box .time span {
    font-size: 2.5rem;
  }
  #lp_2022-23_homegame #next .container .content .detail .box .time span:after {
    font-size: 1.8rem;
  }
}
#lp_2022-23_homegame #players .layer {
  padding: 50px 0;
}
@media screen and (min-width: 769px) {
  #lp_2022-23_homegame #players .layer {
    padding: 80px 0;
  }
}
#lp_2022-23_homegame #players .layer h2 {
  margin-bottom: 15px;
}
@media screen and (min-width: 769px) {
  #lp_2022-23_homegame #players .layer h2 {
    margin-bottom: 30px;
  }
}



/*改変ここから（プレイヤー）*/
/* 全体のスタイル */
#lp_2024 .swiper {
	width: 100%;
	/*height: 250px;*/
	height: auto; 
}
/* 親Swiperのスライドの設定 */
#lp_2024 .swiper-parent .swiper-slide {
	/*height: 250px;*/
	height: auto; 
}
/* 子Swiperのスライドの設定 */
#lp_2024 .swiper-child .swiper-slide {
	 height: 100%;
	 /*
	height: 125px;
	line-height: 125px;
	 */
	padding:12px 10px 25px;
}

@media screen and (min-width: 769px) {
#lp_2024 .swiper {
	width: 1000px;
	/*height: 250px;*/
	height: auto; 
}
	
#lp_2024 .swiper-child .swiper-slide {
	 width: 200px!important;
	padding:12px 10px 25px;
}	
	
#lp_2024 .swiper-button-next,
#lp_2024 .swiper-button-prev {
    display: none;
  }
}
/*改変ここまで*/






#cboxOverlay, #colorbox {
  z-index: 99999;
}

#cboxContent {
  border: 4px solid #182f60;
}

#cboxLoadedContent {
  margin-bottom: 0;
}

#cboxClose {
  background: url(/files/user/_/lp/2022-23/images/btn_close.svg) no-repeat center/contain;
  top: -10px;
  right: -10px;
  width: 30px;
  height: 30px;
  transition: transform 0.3s;
}
#cboxClose:hover {
  background-position: center;
  transform: scale(1.2);
}

.popup-content > .wrap {
  background: #fff;
  /* padding: 15px; */
  padding: 30px;
}
.popup-content .date {
  display: block;
  font-family: "hudsonB", "bleage_font", "游ゴシック", sans-serif;
  font-size: 2.6rem;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .popup-content .date {
    font-size: 3.9rem;
  }
}
.popup-content .thumbnail {
  margin-bottom: 0.5em;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.popup-content h3 {
  font-size: 1.8rem;
  line-height: 1.3;
  /* margin-bottom: 0.5em; */
  margin: 1em 0;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .popup-content h3 {
    font-size: 2rem;
  }
}
.popup-content p {
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 1em;
  text-align: justify;
}
@media screen and (min-width: 769px) {
  .popup-content p {
    font-size: 1.6rem;
  }
}
.popup-content a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 26px;
  margin: 0 auto;
  border: 1px solid #333;
  font-size: 1.4rem;
  font-weight: 700;
  text-decoration: none;
}
.popup-content a:hover {
  color: #fff;
  background-color: #182f60;
  text-decoration: none;
  opacity: 1;
}

.comingsoon {
  max-width: 500px;
  margin: 30px auto;
}

@font-face {
  font-family: "hudsonB";
  src: url("/files/user/_/lp/2022-23/font/Arkitype-Hudson-NY-Pro-Serif-Bold.woff") format("woff");
}
@font-face {
  font-family: "hudsonR";
  src: url("/files/user/_/lp/2022-23/font/Arkitype-Hudson-NY-Pro-Serif-Regular.woff") format("woff");
}
  
  /* #lp_2022-23_homegame #gourmet .box .visual .wrap:after {
            content: "";
            display:block;
            width: 140px;
            height: 140px;
            background-image: url("/files/user/_/lp/2022-23/images/fries.svg");
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
            position: absolute;
            top: 0;
            right: 0;
        }
        #lp_2022-23_homegame #gourmet .box.bento .visual .wrap:after {
            background-image: url("/files/user/_/lp/2022-23/images/bento.svg");
        }
        #lp_2022-23_homegame #gourmet .box.bar .visual .wrap:after {
            background-image: url("/files/user/_/lp/2022-23/images/bar.svg");
        }
        @media screen and (min-width: 1367px){
            #lp_2022-23_homegame #gourmet .box .visual .wrap:after { width: 100px; height: 100px; }
        }
        @media screen and (max-width: 768px){
            #lp_2022-23_homegame #gourmet .box .visual .wrap:after { width: 100px; height: 100px; }
        } */


        #lp_2022-23_homegame #gourmet .others .item .flex .content span.menu {
            display: block;
            font-size: 0.8em;
            /*padding-left: 1.8rem;*/
            color: inherit;
            font-weight: 500;
            text-indent: 0;
        }

#lp_2022-23_homegame #goods .exclusive ul li .content p.price {
  text-align: right;
  font-weight: 600;
}

@media screen and (max-width: 768px){
	#lp_2022-23_homegame #goods .exclusive ul li .content p.price .item_name {
      display:block;
      text-align:left;
      font-weight: 400;
  }
}
#lp_2022-23_homegame #goods .exclusive ul li .content p.price .item_name {
      font-weight: 400;
  }

  #lp_2022-23_homegame #goods .exclusive ul li .content {
      display:flex;
      flex-direction: column;
  }
  #lp_2022-23_homegame #goods .exclusive ul li .content .desc{
      flex-grow: 2;
  }
  @media screen and (min-width: 769px){
  	#lp_2022-23_homegame #goods .exclusive ul li {
      width: 100%;
    	display:flex;
      flex-direction: column;
    }
    #lp_2022-23_homegame #goods .exclusive ul li .content{flex-grow: 2;}
  }

.image_wof {
  display: block;
  width: 100%;
    max-width: 600px;
    margin: 30px auto;
}


/*=================================
   アクセス方法
  =================================*/

#lp_2022-23_homegame #info_access .guide_how{
    border: 4px solid #FFF100;
	background: #182F60;
	padding:0 15px 15px 15px;
	margin: 40px auto 30px;
}

#lp_2022-23_homegame #info_access h3.access_midashi {
    position:relative;
    display: inline-block;
    border-top: 52px solid #FFF100;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    height: 0;
    text-align: center;
	color: #182F60;
	padding: 15px 50px;
	font-size: 24px;
	font-weight: 600;
}
#lp_2022-23_homegame #info_access h3.access_midashi span{
    position:relative;
    top:-60px;
}


#lp_2022-23_homegame #info_access .guide_how ul{
	color: #fff;
	align-items: flex-start!important;
	  margin-top: -20px;
  }

  #lp_2022-23_homegame #info_access .guide_how ul li{
    width: 33%;
	  border-right: 4px solid #B5D0DC;
	  text-align: center;
	  margin: auto;
	  padding:0 20px;
	  position: relative;
	  font-size: 18px;
  }
  #lp_2022-23_homegame #info_access .guide_how ul li:nth-child(3){
	  border: none;
	  text-align: center;
	  margin: auto;
	  padding: 20px;
	  position: relative;
  }

  #lp_2022-23_homegame #info_access .guide_how p{
	  margin:10px auto;
  }

  #lp_2022-23_homegame #info_access .guide_how .space_size{
	  margin:20px auto 25px;
  }


  #lp_2022-23_homegame #info_access .guide_how .icon{
	  text-align: center!important;
	  margin: auto;
	  width: 73%;
  }

  #lp_2022-23_homegame #info_access .banner_link{
	  text-align: center!important;
	  margin:0 auto 40px;
	  width: 100%;
	  max-width: 420px;
  }
  #lp_2022-23_homegame #info_access .banner_link a:hover{
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  opacity: 0.6;
}

@media screen and (max-width: 768px){
	
#lp_2022-23_homegame #info_access .guide_how{
    border: 4px solid #FFF100;
	background: #182F60;
	padding:0 10px 10px 10px;
	margin: 15px;
}
	
  #lp_2022-23_homegame #info_access .guide_how ul{
	   margin-top: -30px;
  }	

  #lp_2022-23_homegame #info_access .guide_how ul li{
    width: 100%;
	  border-right: none;
	  border-bottom: 4px solid #B5D0DC;
	  text-align: center;
	  margin: auto;
	  padding:20px 10px;
	  position: relative;
	  font-size: 16px;
  }
  #lp_2022-23_homegame #info_access .guide_how ul li:nth-child(3){
	  border: none;
	  text-align: center;
	  margin: auto;
	  padding: 10px;
	  position: relative;
  }	
	
#lp_2022-23_homegame #info_access h3.access_midashi {
    position:relative;
    display: inline-block;
    border-top: 40px solid #FFF100;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    height: 0;
    text-align: center;
	color: #182F60;
	padding: 5px 50px;
	font-size: 17px;
	font-weight: 600;
}
#lp_2022-23_homegame #info_access h3.access_midashi span{
    position:relative;
    top:-38px!important;
}
	
  #lp_2022-23_homegame #info_access .banner_link{
	  text-align: center!important;
	  margin:0 auto 20px;
	  width: 90%;
  }	
	
}	


/*=================================
   チケットを買う
  =================================*/

.btn_ticket {
  width: 370px;
  margin:30px auto 0;
  line-height: 70px;
  text-align: center;
  background-color: rgba(255, 255, 255, 1);
  transition: 0.5s;
  box-shadow: 0px 7px rgba(181, 208, 220, 1);
}

.btn_ticket:hover {
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0 0 rgba(181, 208, 220, 1);
  transform: translateY(5px);
}


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

.btn_ticket {
  width: 270px;
	margin:30px auto 0;
  line-height: 70px;
  text-align: center;
  background-color: rgba(255, 255, 255, 1);
  transition: 0.5s;
  box-shadow: 0px 7px rgba(181, 208, 220, 1);
}

}

/*=================================
   snsエリア
  =================================*/
.sns_follow_bg {
	width: 100%;
	background: #fff;
	border-top: 6px solid #182F60;
}

.sns_follow_area {
	max-width: 1000px;
	width: 100%;/*80%*/
	margin: 0 auto;
	align-items: center;
}

.follow_us {
	/*background-color: #FFF33F;*/
	margin-left: calc(50% - 50vw);
	padding-left:calc(50vw - 50% + 50px);/*3つ目のpxで長さを調整%*/
	padding-right:100px;
	/*
	padding-top:60px;
	padding-bottom:20px;
	*/
	height: 145px;
	display: inline-block;
	border-bottom: 145px solid #FFF33F;
	border-right: 60px solid transparent;	
}

.follow_us img{
	padding-top: 57px;
}

.sns_follow_area ul{
	align-items: center;
	text-align: center;
	margin:auto;
}


.sns_follow_area li{
	margin: auto 25px;
}

.sns_follow_area li img{
	width: 50px;
	height: auto;
}

.sns_follow_area li:nth-child(2){
width: 38px;
}

.sns_follow_area li a:hover {
transition: all .6s;
opacity: 0.6;	
}


@media screen and (max-width:900px){
	
.follow_us {
	margin-left: calc(50% - 50vw);
	padding-left:calc(50vw - 50% + 30px);/*3つ目のpxで長さを調整%*/
	padding-right:170px;
	height: 80px;
display: inline-block;
border-bottom: 80px solid #FFF33F;
border-right: 25px solid transparent;	
}	


.follow_us img{
	padding-top: 30px;
	width: 125px;
}
	
.sns_follow_area ul{
	margin: auto;
	text-align: center;
}
	
.sns_follow_area li{
	width: 32px;
	margin: 15px 15px 10px;	
	
}

.sns_follow_area li img{
	width: 32px;	
}

.sns_follow_area li:nth-child(2){
	width: 24px;
}		
	
}	


@media screen and (max-width:560px){
	
.follow_us {
	margin-left: calc(50% - 50vw);
	padding-left:calc(50vw - 50% + 30px);/*3つ目のpxで長さを調整%*/
	padding-right:170px;
	height: 40px;
display: inline-block;
border-bottom: 40px solid #FFF33F;
border-right: 25px solid transparent;	
}	


.follow_us img{
	padding-top: 10px;
	width: 125px;
}
	


	
}


/*=================================
   footer
  =================================*/
  
footer a:hover {
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  opacity: 0.6;
}

#footer {
	background: #182F60;
	color: #fff;	
}


#footer .footer_navi_area {
	align-items: center;
	padding-bottom: 30px;
	padding-top: 20px;
}


#footer .footer_logo{
	max-width: 177px;
	margin-right: 30px;
	padding-top: 20px;
}

#footer ul.navi_list {
	width: 295px;
	margin: auto;
}

#footer .navi_list li{
	list-style: none;
	text-align: left;
	border-bottom: 1px solid #B5D0DC;	
	position: relative;
	font-weight: 500;
}

#footer .navi_list li a{
	color: #fff;
	font-size: 	15px;
	text-decoration: none;
	padding:5px 10px;
	display: block;
	letter-spacing: 0.1em;
}


#footer .navi_list li a::after{
	position: absolute;
	content: url("/files/user/_/lp/2024-25/images/footer/icon_link.svg");
	right: 0;
	top:5px;	
}

#footer .navi_list li a:hover {
	transition: all .6s;
	opacity: 0.6;	
}


#footer .navi_space{
	flex: 1;
}

#footer .navi_tel_fax{
	width: 290px;
	font-size: 14px;
	margin: auto;
	text-align: left;
	color: #fff;
}

#footer .navi_tel_fax li:nth-child(1){
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 10px;
}

#footer .navi_tel_fax a{
	text-decoration: underline;
	color: #0AD5FA;
}

#footer .copy {
	border-top: 1px solid #324F8D;
	padding:1em 2em;
	text-align: right;
	font-size: 10px;
}

@media screen and (max-width: 900px) {
	
#footer ul.navi_list {
	width: calc(100% - 207px);
	margin:0 auto 30px;
}	
	
}	

@media screen and (max-width: 560px) {
	
#footer {
	background: #182F60;
	color: #fff;	
	padding-top: 70px;
}
	
#footer .footer_navi_area {
	align-items: center;
	padding-bottom: 30px;
}	
	
#footer .footer_logo{
	max-width: 177px;
	margin: auto;
	padding-top: 20px;
	text-align: center;
	margin-top: -80px!important;
}
	
#footer ul.navi_list {
	width: 305px;
	margin: auto;
}	
	
#footer .navi_tel_fax{
	width: 280px;
	margin-top: 30px;
}	
	
#footer .copy {
	text-align: center;
	padding-bottom: 80px;
}	
	
}



/*=================================
   追加
  =================================*/
@media screen and (max-width: 768px){	
.break-box {
   display: flex;            /*flexコンテナ化 */
}

.turns1 { order: 1; }   /* 配置順を1番目に */		
.turns2 { order: 2; }   /* 配置順を2番目に */	
.turns3 { order: 3; }   /* 配置順を2番目に */
.turns4 { order: 4; }   /* 配置順を2番目に */
.turns5 { order: 5; }
.turns6 { order: 6; } 
.turns7 { order: 7; } 
.turns8 { order: 8; } 
.turns9 { order: 9; } 
.turns10 { order: 10; } 
.turns11 { order: 11; } 
.turns12 { order: 12; } 
.turns13 { order: 13; } 	
	
}


.flexbox {
  display: -webkit-flex;
  display:    -moz-flex;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: justify;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.flexbox-w {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

  .flexbox {
    display: block;
  }
	
}

.parts_center {
	text-align: center!important;
	margin: auto;
}

.space-top10{margin-top: 10px!important;}
.space-top20{margin-top: 20px!important;}

 
/*------------------ 
タイムスケジュール三行パターン 
------------------*/


#lp_2022-23_homegame #schedule .tab_btn-three_row {
  display: flex;
  gap: 0;
}
#lp_2022-23_homegame #schedule .tab_content-three_row {
  padding: 0;
  display: block;
  border: none;
  border-radius: 0;
}
#lp_2022-23_homegame #schedule .tab_content-three_row .hide {
  display: none !important;
}
#lp_2022-23_homegame #schedule .tab_btn-three_row > div {
    width: 100%;
    background-color: #182f60;/*追加*/
    color: #fff;
    pointer-events: all;
}
#lp_2022-23_homegame #schedule .tab_btn-three_row > div.active {
  background-color: #182f60;/*追加*/
  color: #fff;/*追加*/
  /*border-bottom:  none;*/
  border-bottom:  5px solid #182f60;
}
#lp_2022-23_homegame #schedule .tab_btn-three_row > div {
  width: 100%;
  font-family: "hudsonB", "bleage_font", "游ゴシック", sans-serif;
  font-size: 2.2rem;
  line-height: 2;
  text-align: center;
border: 5px solid #182f60;
border-bottom: 8px solid #182f60;
  /*background-color: #182f60;
  color: #fff;
	*/
	background-color: #fff;
	color: #182f60;
}