@charset "UTF-8";
/* ---------------------------------------------------
mixin
---------------------------------------------------- */
/*-------------------------------------------
font
-------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
/*-------------------------------------------
:root
-------------------------------------------*/
:root {
  --accent3: #d0e7f7;
  --gray1: #9f9f9f;
  --gray100: #f3f4f8;
  --gray2: #dcdcdc;
  --gray300: #b3b5bd;
  --gray500: #777986;
  --gray600: #5b5d6b;
  --sat: #0244e2;
  --sun: #d61a01;
}

/*-------------------------------------------
base
-------------------------------------------*/
html {
  font-size: 62.5%;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  background: #f5f5f5;
  color: #000;
  font-size: clamp(1.2rem, 1.2vw, 1.7rem);
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.5;
}

a {
  color: #fff;
}

* {
  box-sizing: border-box;
}

/*-------------------------------------------
common
-------------------------------------------*/
.forTB, .forSP, .forTBSP {
  display: none !important;
}

@media screen and (max-width: 1024px) {
  .forTB, .forTBSP {
    display: block !important;
  }

  .forSP, .forPC {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .forSP, .forTBSP {
    display: block !important;
  }

  .forTB, .forPC, .forPCTB {
    display: none !important;
  }
}
.contents-wrapper {
  width: 100%;
  max-width: 100%;
  padding: 50px 0;
}
@media screen and (max-width: 1024px) {
  .contents-wrapper {
    padding: 40px 0;
  }
}
@media screen and (max-width: 768px) {
  .contents-wrapper {
    padding: 30px 0;
    overflow: hidden;
  }
}

.contents-inner {
  position: relative;
  width: 94vw;
  max-width: 1360px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .contents-inner {
    max-width: 100%;
  }
}
.contents-inner > *:last-child {
  margin-bottom: 0;
}

.bg_chiba {
  background: url("../img/bg_chiba.webp") repeat center top;
  background-attachment: fixed;
}
@media screen and (max-width: 1024px) {
  .bg_chiba {
    background-size: 40%;
  }
}
@media screen and (max-width: 768px) {
  .bg_chiba {
    background-size: 70%;
  }
}

.bg_gray {
  background: var(--gray2);
}

h1 {
  font-size: clamp(2.6rem, 4.4vw, 4.8rem);
  font-family: "Inter", sans-serif;
  font-weight: 900;
  font-style: normal;
  text-align: center;
  line-height: 1;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  h1 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  h1 {
    margin-bottom: 20px;
  }
}

.c-head_line {
  display: flex;
  align-items: center;
  max-width: 94vw;
  margin: 0 auto 50px;
}
@media screen and (max-width: 1024px) {
  .c-head_line {
    max-width: calc(100% - 40px);
    margin: 0 auto 40px;
  }
}
@media screen and (max-width: 768px) {
  .c-head_line {
    margin: 0 auto 30px;
  }
}
.c-head_line:before, .c-head_line:after {
  content: "";
  height: 5px;
  flex-grow: 1;
  background-color: #000;
}
@media screen and (max-width: 1024px) {
  .c-head_line:before, .c-head_line:after {
    height: 3px;
  }
}
@media screen and (max-width: 768px) {
  .c-head_line:before, .c-head_line:after {
    height: 2px;
  }
}
.c-head_line:before {
  margin-right: 2rem;
}
.c-head_line:after {
  margin-left: 2rem;
}
.c-head_line .bg_cloud {
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("../img/bg_star.svg") no-repeat 0 0;
  background-size: 100%;
  width: 80px;
  height: 80px;
}
@media screen and (max-width: 1024px) {
  .c-head_line .bg_cloud {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 768px) {
  .c-head_line .bg_cloud {
    width: 46px;
    height: 46px;
  }
}
.c-head_line .txt_number {
  color: #fff;
  font-size: clamp(2.4rem, 3vw, 4.2rem);
  font-family: "ohno-blazeface", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.c-head_line.chiba .bg_cloud {
  width: 150px;
  height: 150px;
}
@media screen and (max-width: 1024px) {
  .c-head_line.chiba .bg_cloud {
    width: 120px;
    height: 120px;
  }
}
@media screen and (max-width: 768px) {
  .c-head_line.chiba .bg_cloud {
    width: 80px;
    height: 80px;
  }
}
.c-head_line.chiba .bg_cloud > img {
  width: 64px;
}
@media screen and (max-width: 1024px) {
  .c-head_line.chiba .bg_cloud > img {
    width: 51px;
  }
}
@media screen and (max-width: 768px) {
  .c-head_line.chiba .bg_cloud > img {
    width: 34px;
  }
}
.c-head_line.anime {
  position: relative;
}
.c-head_line.anime .bg_cloud {
  animation: rotation 15s linear 0s infinite;
}
.c-head_line.anime .txt_number {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.c-text {
  margin-bottom: 20px;
}
.c-text * {
  line-height: 1.7;
}
.c-text p + p, .c-text p + .c-list-memo, .c-text .c-list-memo + p, .c-text .c-list-memo + .c-list-memo {
  margin-top: 10px;
}

.c-list-memo li {
  display: block;
  position: relative;
  color: #000;
  padding-left: 1.5em;
  line-height: 1.5;
}
.c-list-memo li .u-memo__mark {
  position: absolute;
  top: 0;
  left: 0;
}
.c-list-memo li + li {
  margin-top: 5px;
}

.u-taL {
  text-align: left !important;
}

.u-taC {
  text-align: center !important;
}

.u-taR {
  text-align: right !important;
}

.txt-date p {
  font-size: clamp(2.6rem, 4.4vw, 4.8rem);
  font-family: "Inter", sans-serif;
  font-weight: 900;
  font-style: normal;
  line-height: 1;
}
.txt-date p .day {
  font-size: clamp(1.8rem, 2.6vw, 2.6rem);
  margin-left: 0.5rem;
}
.txt-date p .day.blue {
  color: var(--sat);
}
.txt-date p .day.red {
  color: var(--sun);
}

.button {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
}
.button.ticket a span, .button.event a span, .button.more a span {
  font-size: clamp(1.6rem, 1.4vw, 1.8rem);
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .button.ticket a span, .button.event a span {
    padding-right: 2em;
  }
}
@media screen and (max-width: 768px) {
  .button.ticket a span, .button.event a span {
    padding-right: 1.5em;
  }
}

/*-------------------------------------------
JS
-------------------------------------------*/
.js-loading {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background: #f5f5f5;
  display: flex;
  justify-content: center;
  align-items: center;
}
.js-loading .loader, .js-loading .loader:before, .js-loading .loader:after {
  border-radius: 50%;
  width: 1em;
  height: 1em;
  animation-fill-mode: both;
  animation: loading 1.8s infinite ease-in-out;
}
.js-loading .loader {
  color: #000;
  font-size: 10px;
  margin: 80px auto;
  position: relative;
  text-indent: -9999em;
  transform: translateZ(0);
  animation-delay: -0.16s;
}
.js-loading .loader:before, .js-loading .loader:after {
  content: '';
  position: absolute;
  top: 0;
}
.js-loading .loader:before {
  left: -3.5em;
  animation-delay: -0.32s;
}
@media screen and (max-width: 768px) {
  .js-loading .loader:before {
    left: -2.5em;
  }
}
.js-loading .loader:after {
  left: 3.5em;
}
@media screen and (max-width: 768px) {
  .js-loading .loader:after {
    left: 2.5em;
  }
}

.js-fadein {
  opacity: 0;
  visibility: hidden;
  transform: translateY(100px);
  transition: opacity 0.8s, visibility 0.8s, transform 0.8s ease;
}
@media screen and (max-width: 768px) {
  .js-fadein {
    transform: translateY(50px);
  }
}
.js-fadein.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.js-slick-slider {
  margin: 0 auto;
}
.js-slick-slider.slick-dotted.slick-slider {
  margin-bottom: 20px !important;
}
@media screen and (max-width: 1024px) {
  .js-slick-slider.slick-dotted.slick-slider {
    margin-bottom: 10px !important;
  }
}
.js-slick-slider .slick-track {
  display: flex;
}
.js-slick-slider .slick-slide {
  height: auto !important;
}
.js-slick-slider .c-slider-arrow {
  position: absolute;
  top: 10.5em;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100%;
  width: 30px;
  height: 30px;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .js-slick-slider .c-slider-arrow {
    top: 9.5em;
    width: 24px;
    height: 24px;
  }
}
@media screen and (max-width: 768px) {
  .js-slick-slider .c-slider-arrow {
    top: 11em;
    width: 28px;
    height: 28px;
  }
}
.js-slick-slider .c-slider-arrow.c-arrow-next {
  background-image: url("../img/ic_next01.svg");
  right: 5px;
}
@media screen and (max-width: 1024px) {
  .js-slick-slider .c-slider-arrow.c-arrow-next {
    right: 3px;
  }
}
@media screen and (max-width: 768px) {
  .js-slick-slider .c-slider-arrow.c-arrow-next {
    right: -14px;
  }
}
.js-slick-slider .c-slider-arrow.c-arrow-prev {
  background-image: url("../img/ic_prev01.svg");
  left: 5px;
}
@media screen and (max-width: 1024px) {
  .js-slick-slider .c-slider-arrow.c-arrow-prev {
    left: 3px;
  }
}
@media screen and (max-width: 768px) {
  .js-slick-slider .c-slider-arrow.c-arrow-prev {
    left: -14px;
  }
}
.js-slick-slider .c-slider-arrow:hover {
  cursor: pointer;
  opacity: 0.9;
}
.js-slick-slider .c-slider-dots {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .js-slick-slider .c-slider-dots {
    margin: 10px auto 0;
  }
}
.js-slick-slider .c-slider-dots li button {
  position: relative;
  background: none;
  border: none;
  outline: none;
  text-indent: -9999px;
}
.js-slick-slider .c-slider-dots li button:before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: #000 1px solid;
  cursor: pointer;
}
.js-slick-slider .c-slider-dots li.slick-active button:after {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #000;
  cursor: pointer;
}
.js-slick-slider .c-slider-dots li + li {
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .js-slick-slider .c-slider-dots li + li {
    margin-left: 5px;
  }
}
.js-slick-slider.is-slide-1only .c-slider-dots {
  display: none;
}

.js-fltBtn, .js-fltMenu {
  display: none;
}

/*-------------------------------------------
ANIMATION
-------------------------------------------*/
@keyframes loading {
  0%, 80%, 100% {
    box-shadow: 0 1em 0 -1.3em;
  }
  40% {
    box-shadow: 0 1em 0 0;
  }
}
@keyframes rotation {
  from {
    transform: rotateZ(0);
  }
  to {
    transform: rotateZ(360deg);
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes floating-x {
  from {
    transform: translateX(-3%);
  }
  to {
    transform: translateX(3%);
  }
}
@keyframes floating-y {
  from {
    transform: translateY(-3%);
  }
  to {
    transform: translateY(3%);
  }
}
@keyframes rotating-p {
  from {
    transform: rotateZ(-5deg);
  }
  to {
    transform: rotateZ(5deg);
  }
}
@keyframes loop {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes txt-over {
  0% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(150%);
    opacity: 0;
  }
  60% {
    transform: translateY(120%);
    opacity: 0.1;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes moreTxt-over {
  from {
    color: #000;
  }
  to {
    color: #fff;
  }
}
@keyframes moreBg-over {
  from {
    background: #fff;
  }
  to {
    background: #000;
  }
}
@keyframes moreIcon-over {
  from {
    filter: none;
    transform: translateY(0);
  }
  to {
    filter: brightness(0) invert(1);
    transform: translateY(8px);
  }
}
/*-------------------------------------------
KV
-------------------------------------------*/
.kv-wrapper {
  width: 100%;
}
.kv-wrapper figure {
  margin: 0 auto;
}
.kv-wrapper figure img {
  width: 100%;
}

/*-------------------------------------------
ABOUT
-------------------------------------------*/
#about {
  position: relative;
}
#about .contents-inner {
  width: 92vw;
  max-width: 1320px;
}
@media screen and (max-width: 1024px) {
  #about .contents-inner {
    max-width: 100%;
  }
}
#about .c-about__bg01 {
  position: absolute;
  display: block;
  content: "";
  background: url("../img/bg_cloud01.svg") no-repeat 0 0;
  background-size: 100%;
  width: 380px;
  height: 195px;
  bottom: 0;
  left: 0;
  z-index: -1;
  animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
}
@media screen and (max-width: 1024px) {
  #about .c-about__bg01 {
    width: 320px;
    height: 165px;
  }
}
@media screen and (max-width: 768px) {
  #about .c-about__bg01 {
    width: 230px;
    height: 118px;
    left: -25px;
  }
}
#about .c-about__bg02 {
  position: absolute;
  display: block;
  content: "";
  background: url("../img/bg_cloud02.svg") no-repeat 0 0;
  background-size: 100%;
  width: 345px;
  height: 180px;
  top: 50px;
  right: 0;
  z-index: -1;
  animation: floating-y 2.4s ease-in-out infinite alternate-reverse;
}
@media screen and (max-width: 1024px) {
  #about .c-about__bg02 {
    width: 280px;
    height: 145px;
    top: 20px;
  }
}
@media screen and (max-width: 768px) {
  #about .c-about__bg02 {
    width: 200px;
    height: 104px;
    top: 140px;
    right: -25px;
  }
}

.c-about {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .c-about {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .c-about {
    width: 100%;
    display: block;
  }
}
.c-about .c-img {
  position: relative;
  width: 35%;
  max-width: 370px;
  margin-right: 10%;
  padding: 10px;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .c-about .c-img {
    padding: 0;
    margin-right: 8%;
  }
}
@media screen and (max-width: 768px) {
  .c-about .c-img {
    width: 50%;
    margin: 0 auto 30px;
  }
}
.c-about .c-img img {
  width: 100%;
}
.c-about .c-text {
  position: relative;
  width: 55%;
  margin-bottom: 0;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .c-about .c-text {
    width: 100%;
    text-align: center;
  }
}

/*-------------------------------------------
SCHEDULE
-------------------------------------------*/
#schedule .c-schedule-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  margin: 0 auto 50px;
}
@media screen and (max-width: 768px) {
  #schedule .c-schedule-list {
    width: 80%;
    display: block;
    margin: 0 auto 40px;
  }
}
@media screen and (max-width: 320px) {
  #schedule .c-schedule-list {
    width: 90%;
  }
}
#schedule .c-sche_gamebox {
  width: calc( calc(100% - 60px) / 3 );
  background: #fff;
  border-radius: 15px;
  box-shadow: 0px 0px 0px #0000001a , 0px 8px 19px #0000001a , 0px 34px 34px #00000017 , 0px 76px 46px #0000000d , 0px 136px 54px #00000003 , 0px 212px 59px transparent;
  font-family: "Inter", sans-serif;
  font-weight: 900;
  font-style: normal;
  line-height: 1;
  padding: 25px 20px 0;
  margin-right: 30px;
}
@media screen and (max-width: 1024px) {
  #schedule .c-sche_gamebox {
    width: calc( calc(100% - 40px) / 3 );
    margin-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  #schedule .c-sche_gamebox {
    width: 100%;
    margin-right: 0;
  }
}
#schedule .c-sche_gamebox:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  #schedule .c-sche_gamebox:nth-child(n+2) {
    margin-top: 30px;
  }
}
#schedule .c-sche_gamebox .c-gameCard {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #schedule .c-sche_gamebox .c-gameCard {
    margin-bottom: 0;
  }
}
#schedule .c-sche_gamebox .txt-date p {
  font-size: 4.8rem;
}
@media screen and (max-width: 1200px) {
  #schedule .c-sche_gamebox .txt-date p {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 1024px) {
  #schedule .c-sche_gamebox .txt-date p {
    font-size: 3rem;
  }
}
#schedule .c-sche_gamebox .txt-date p .day {
  font-size: 2.6rem;
}
@media screen and (max-width: 1200px) {
  #schedule .c-sche_gamebox .txt-date p .day {
    font-size: 2rem;
    margin-left: 0.3rem;
  }
}
@media screen and (max-width: 1024px) {
  #schedule .c-sche_gamebox .txt-date p .day {
    font-size: 1.6rem;
    margin-left: 0.1rem;
  }
}
@media screen and (max-width: 768px) {
  #schedule .c-sche_gamebox .txt-date p .day {
    font-size: 1.8rem;
    margin-left: 0.3rem;
  }
}
#schedule .c-sche_gamebox .txt-date.giveaway {
  position: relative;
  padding-right: 70px;
}
@media screen and (max-width: 1200px) {
  #schedule .c-sche_gamebox .txt-date.giveaway {
    padding-right: 55px;
  }
}
@media screen and (max-width: 1024px) {
  #schedule .c-sche_gamebox .txt-date.giveaway {
    padding-right: 40px;
  }
}
@media screen and (max-width: 768px) {
  #schedule .c-sche_gamebox .txt-date.giveaway {
    padding-right: 45px;
  }
}
#schedule .c-sche_gamebox .txt-date.giveaway:after {
  position: absolute;
  display: block;
  content: "";
  width: 60px;
  height: 60px;
  background: url("../img/icon_giveaway.png") 0 0 no-repeat;
  background-size: 100%;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 1200px) {
  #schedule .c-sche_gamebox .txt-date.giveaway:after {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 1024px) {
  #schedule .c-sche_gamebox .txt-date.giveaway:after {
    width: 35px;
    height: 35px;
  }
}
@media screen and (max-width: 768px) {
  #schedule .c-sche_gamebox .txt-date.giveaway:after {
    width: 40px;
    height: 40px;
  }
}
#schedule .c-sche_gamebox .vsTeam > figure {
  position: relative;
  display: inline-block;
}
#schedule .c-sche_gamebox .vsTeam > figure:before {
  position: absolute;
  display: block;
  content: "VS";
  font-size: clamp(1.6rem, 1.8vw, 1.8rem);
  left: -2em;
  bottom: 0.3em;
}
@media screen and (max-width: 768px) {
  #schedule .c-sche_gamebox .vsTeam > figure:before {
    left: -1.6em;
  }
}
#schedule .c-sche_gamebox .vsTeam > figure > img {
  width: auto;
  height: 40px;
}
@media screen and (max-width: 1024px) {
  #schedule .c-sche_gamebox .vsTeam > figure > img {
    height: 32px;
  }
}
@media screen and (max-width: 768px) {
  #schedule .c-sche_gamebox .vsTeam > figure > img {
    height: 36px;
  }
}
#schedule .c-sche_gamebox .time {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #schedule .c-sche_gamebox .time {
    display: flex;
    justify-content: space-between;
  }
}
#schedule .c-sche_gamebox .time li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  padding: 10px 0;
}
@media screen and (max-width: 768px) {
  #schedule .c-sche_gamebox .time li {
    display: block;
    text-align: center;
  }
}
#schedule .c-sche_gamebox .time li:before {
  display: inline-block;
  background: #000;
  border-radius: 30px;
  width: 5em;
  color: #fff;
  font-size: clamp(1.2rem, 1vw, 1.4rem);
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  padding: 5px 16px;
}
@media screen and (max-width: 768px) {
  #schedule .c-sche_gamebox .time li:before {
    width: 6em;
    margin-bottom: 5px;
  }
}
#schedule .c-sche_gamebox .time li.open:before {
  content: "開場";
}
#schedule .c-sche_gamebox .time li.playball:before {
  content: "試合開始";
}
#schedule .c-sche_gamebox .time li + li {
  border-top: var(--gray300) 1px solid;
}
@media screen and (max-width: 768px) {
  #schedule .c-sche_gamebox .time li + li {
    border: none;
  }
}
#schedule .c-sche_gamebox .button {
  position: relative;
  background: #000;
  text-align: center;
  margin: 0 -20px;
  transition-duration: .2s;
  overflow: hidden;
  z-index: 2;
}
#schedule .c-sche_gamebox .button a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  padding: 16px;
}
@media screen and (max-width: 1024px) {
  #schedule .c-sche_gamebox .button a {
    height: 52px;
  }
}
@media screen and (max-width: 768px) {
  #schedule .c-sche_gamebox .button a {
    height: 16vw;
  }
}
#schedule .c-sche_gamebox .button a > i {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 50%;
  width: 10%;
  aspect-ratio: 1;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: .2s;
}
#schedule .c-sche_gamebox .button a > i img {
  width: 50%;
}
#schedule .c-sche_gamebox .button.event {
  background: var(--gray1);
  border-radius: 0 0 10px 10px;
}
#schedule .c-sche_gamebox .button:after {
  position: absolute;
  content: "";
  display: block;
  background: var(--gray500);
  margin: 0;
  opacity: 0;
  pointer-events: none;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding-top: 100%;
  height: 0;
  z-index: -1;
  transform: translateY(100%);
  transition: .2s;
  z-index: -1;
}
#schedule .c-sche_gamebox .button:hover:after {
  opacity: 1;
  transform: translateY(0);
}
#schedule .c-sche_gamebox .button:hover a > span {
  animation: txt-over .2s ease-out;
}
#schedule .c-sche_gamebox .button:hover a > i {
  transform: scale(1.4) translateY(-38%);
}
#schedule .c-sche_gamebox .button:hover a > i img {
  filter: invert(50%) sepia(9%) saturate(458%) hue-rotate(195deg) brightness(92%) contrast(88%);
}
#schedule .c-sche_gamebox .button.is-inactive {
  opacity: 0.8;
  pointer-events: none;
}
#schedule .c-sche_gamebox .button.is-inactive a {
  opacity: 0.3;
}
#schedule .c-schedule-soon {
  position: relative;
  z-index: 2;
}
#schedule .c-schedule-soon .c-sche_gamebox {
  width: 100%;
  padding: 30px;
  box-shadow: none;
}
@media screen and (max-width: 1024px) {
  #schedule .c-schedule-soon .c-sche_gamebox {
    padding: 25px;
  }
}
@media screen and (max-width: 768px) {
  #schedule .c-schedule-soon .c-sche_gamebox {
    width: 80%;
    padding: 20px;
    margin: 0 auto;
  }
}
#schedule .c-schedule-soon .c-sche_gamebox .c-gameCard {
  justify-content: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #schedule .c-schedule-soon .c-sche_gamebox .c-gameCard {
    flex-wrap: wrap;
  }
}
#schedule .c-schedule-soon .c-sche_gamebox .c-gameCard .txt-date + .txt-date {
  margin-left: 1em;
}
#schedule .c-schedule-soon .c-sche_gamebox .c-gameCard .vsTeam {
  margin-left: 3em;
}
@media screen and (max-width: 768px) {
  #schedule .c-schedule-soon .c-sche_gamebox .c-gameCard .vsTeam {
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }
}
#schedule .c-schedule-soon .c-sche_gamebox .c-soon p {
  color: var(--gray300);
  font-size: clamp(1.6rem, 1.8vw, 2.4rem);
  text-align: center;
}

/*-------------------------------------------
SLIDE SHOW
-------------------------------------------*/
#slideshow {
  padding-bottom: 0;
}

.c-slideshow-scroll {
  display: flex;
  overflow: hidden;
}
.c-slideshow-scroll > ul {
  display: flex;
  animation: loop 40s infinite linear 0.5s both;
}
.c-slideshow-scroll > ul > li {
  width: calc(100vw / 6);
}
@media screen and (max-width: 1024px) {
  .c-slideshow-scroll > ul > li {
    width: calc(100vw / 4);
  }
}
@media screen and (max-width: 768px) {
  .c-slideshow-scroll > ul > li {
    width: calc(100vw / 3);
  }
}

/*-------------------------------------------
PICK UP
-------------------------------------------*/
#pickup {
  padding: 50px 0 20px;
}
@media screen and (max-width: 1024px) {
  #pickup {
    padding: 40px 0 15px;
  }
}
@media screen and (max-width: 768px) {
  #pickup {
    padding: 30px 0 10px;
  }
}
#pickup h1 .txt-s {
  display: block;
  color: var(--gray600);
  font-size: clamp(1.1rem, calc(0.9rem + 0.625vw), 1.6rem);
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #pickup h1 .txt-s {
    margin-bottom: 5px;
  }
}
#pickup .c-dates {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  #pickup .c-dates {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  #pickup .c-dates {
    margin-bottom: 30px;
  }
}

.c-pickup-list {
  display: flex;
  justify-content: center;
  padding-left: 10px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .c-pickup-list {
    display: block;
    padding-left: 0;
  }
}
.c-pickup-list .c-pkup_menubox {
  position: relative;
  width: 343px;
  height: 444px;
  margin-right: 30px;
}
@media screen and (max-width: 1024px) {
  .c-pickup-list .c-pkup_menubox {
    width: calc(calc(100% - 30px) / 3);
    height: auto;
    aspect-ratio: 3 / 4;
    margin-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .c-pickup-list .c-pkup_menubox {
    width: 100%;
    height: auto;
    aspect-ratio: 37/17;
    margin-right: 0;
  }
}
.c-pickup-list .c-pkup_menubox:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .c-pickup-list .c-pkup_menubox:nth-child(n+2) {
    margin-top: 30px;
  }
}
.c-pickup-list .c-pkup_menubox .number {
  position: absolute;
  top: -20px;
  left: -20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("../img/bg_star.svg") no-repeat 0 0;
  background-size: 100%;
  width: 120px;
  height: 120px;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .c-pickup-list .c-pkup_menubox .number {
    top: -10px;
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 768px) {
  .c-pickup-list .c-pkup_menubox .number {
    left: 0;
    width: 58px;
    height: 58px;
  }
}
.c-pickup-list .c-pkup_menubox .number > span {
  color: #fff;
  font-size: 6.8rem;
  font-family: "ohno-blazeface", sans-serif;
  font-weight: 300;
  font-style: normal;
}
@media screen and (max-width: 1024px) {
  .c-pickup-list .c-pkup_menubox .number > span {
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 768px) {
  .c-pickup-list .c-pkup_menubox .number > span {
    font-size: 3.6rem;
  }
}
.c-pickup-list .c-pkup_menubox .c-pkup_menubox_inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  border: var(--accent3) solid 15px;
  border-radius: 999px;
  padding: 20px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .c-pickup-list .c-pkup_menubox .c-pkup_menubox_inner {
    border-width: 10px;
  }
}
@media screen and (max-width: 768px) {
  .c-pickup-list .c-pkup_menubox .c-pkup_menubox_inner {
    align-items: center;
  }
}
.c-pickup-list .c-pkup_menubox .c-pkup_menubox_inner:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background-repeat: no-repeat;
  background-position: center top;
  transition: .3s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .c-pickup-list .c-pkup_menubox .c-pkup_menubox_inner:after {
    background-size: auto 120%;
  }
}
@media screen and (max-width: 768px) {
  .c-pickup-list .c-pkup_menubox .c-pkup_menubox_inner:after {
    background-size: cover;
    background-position: 50% 50%;
  }
}
.c-pickup-list .c-pkup_menubox .c-pkup_menubox_inner .c-linkArea {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 300px;
  z-index: 2;
  transition: .3s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .c-pickup-list .c-pkup_menubox .c-pkup_menubox_inner .c-linkArea {
    height: 80%;
  }
}
@media screen and (max-width: 768px) {
  .c-pickup-list .c-pkup_menubox .c-pkup_menubox_inner .c-linkArea {
    width: 100%;
    height: auto;
    flex-direction: row;
    align-items: center;
  }
}
.c-pickup-list .c-pkup_menubox .c-pkup_menubox_inner .c-linkArea .txt-link {
  color: #fff;
  font-size: 4rem;
  font-family: "Inter", sans-serif;
  font-weight: 900;
  font-style: normal;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .c-pickup-list .c-pkup_menubox .c-pkup_menubox_inner .c-linkArea .txt-link {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .c-pickup-list .c-pkup_menubox .c-pkup_menubox_inner .c-linkArea .txt-link {
    width: 70%;
    font-size: 2rem;
    text-align: center;
  }
}
.c-pickup-list .c-pkup_menubox .c-pkup_menubox_inner .c-linkArea .btn-more {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .c-pickup-list .c-pkup_menubox .c-pkup_menubox_inner .c-linkArea .btn-more {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 768px) {
  .c-pickup-list .c-pkup_menubox .c-pkup_menubox_inner .c-linkArea .btn-more {
    width: 80px;
    height: 80px;
    margin: 0;
  }
}
.c-pickup-list .c-pkup_menubox .c-pkup_menubox_inner .c-linkArea .btn-more > span {
  color: #000;
  font-family: "Inter", sans-serif;
  font-weight: 900;
  font-style: normal;
  line-height: 1;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .c-pickup-list .c-pkup_menubox .c-pkup_menubox_inner .c-linkArea .btn-more > span {
    margin-top: 5px;
  }
}
.c-pickup-list .c-pkup_menubox .c-pkup_menubox_inner .c-linkArea .btn-more > span:after {
  display: block;
  content: "";
  background: url("../img/ic_pkup_arrow.svg") no-repeat 0 0;
  background-size: 100%;
  width: 12px;
  height: 8px;
  margin: 15px auto 0;
}
@media screen and (max-width: 768px) {
  .c-pickup-list .c-pkup_menubox .c-pkup_menubox_inner .c-linkArea .btn-more > span:after {
    margin: 5px auto 0;
  }
}
.c-pickup-list .c-pkup_menubox .c-pkup_menubox_inner:hover:after {
  transform: scale(1.05);
}
.c-pickup-list .c-pkup_menubox .c-pkup_menubox_inner:hover .c-linkArea .txt-link {
  color: #fff;
}
.c-pickup-list .c-pkup_menubox .c-pkup_menubox_inner:hover .c-linkArea .btn-more {
  animation: moreBg-over .4s linear forwards;
}
.c-pickup-list .c-pkup_menubox .c-pkup_menubox_inner:hover .c-linkArea .btn-more > span {
  animation: moreTxt-over .4s linear forwards;
}
.c-pickup-list .c-pkup_menubox .c-pkup_menubox_inner:hover .c-linkArea .btn-more > span:after {
  animation: moreIcon-over .4s linear forwards;
}
.c-pickup-list .c-pkup_menubox.guest .c-pkup_menubox_inner:after {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("../img/ph_pickup01.jpg");
}
@media screen and (max-width: 768px) {
  .c-pickup-list .c-pkup_menubox.guest .c-pkup_menubox_inner:after {
    background-size: 180% auto;
    background-position: 50% 30%;
  }
}
.c-pickup-list .c-pkup_menubox.gourmet .c-pkup_menubox_inner:after {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("../img/ph_pickup02.jpg");
}
.c-pickup-list .c-pkup_menubox.event .c-pkup_menubox_inner:after {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("../img/ph_pickup03.jpg");
}

.c-logo-scroll {
  display: flex;
  overflow: hidden;
  margin-top: 60px;
}
@media screen and (max-width: 1024px) {
  .c-logo-scroll {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .c-logo-scroll {
    margin-top: 40px;
  }
}
.c-logo-scroll > ul {
  display: flex;
  animation: loop 40s infinite linear 0.5s both;
}
.c-logo-scroll > ul > li {
  width: calc(100vw / 3.5);
}
@media screen and (max-width: 1024px) {
  .c-logo-scroll > ul > li {
    width: calc(100vw / 3);
  }
}
@media screen and (max-width: 768px) {
  .c-logo-scroll > ul > li {
    width: calc(100vw / 1.5);
  }
}

/*-------------------------------------------
GUEST
-------------------------------------------*/
#guest .contents-inner > .c-text > p {
  text-align: center;
}

.c-event-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 40px auto 50px;
}
@media screen and (max-width: 1024px) {
  .c-event-list {
    margin: 0 auto 50px;
  }
}
@media screen and (max-width: 768px) {
  .c-event-list {
    width: 90%;
    display: block;
    margin: 0 auto 40px;
  }
}
.c-event-list .c-event-box {
  width: calc( calc(100% - 60px) / 3 );
  margin-right: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .c-event-list .c-event-box {
    width: calc( calc(100% - 20px) / 3 );
    margin-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .c-event-list .c-event-box {
    width: 100%;
    margin-right: 0;
  }
}
.c-event-list .c-event-box:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .c-event-list .c-event-box:nth-child(n+2) {
    margin-top: 30px;
  }
}
.c-event-list .c-event-box_inner {
  text-align: center;
}
.c-event-list .c-event-box_inner .txt-date {
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .c-event-list .c-event-box_inner .txt-date {
    margin-bottom: 15px;
  }
}
.c-event-list .c-button {
  margin-top: auto;
}
.c-event-list .c-button .button {
  position: relative;
  background: #000;
  border-radius: 10px;
  text-align: center;
  margin: 0 auto;
  transition-duration: .2s;
  overflow: hidden;
  z-index: 2;
}
.c-event-list .c-button .button a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  padding: 16px;
}
@media screen and (max-width: 1024px) {
  .c-event-list .c-button .button a {
    height: 52px;
  }
}
@media screen and (max-width: 768px) {
  .c-event-list .c-button .button a {
    height: 16vw;
  }
}
.c-event-list .c-button .button a > i {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 50%;
  width: 10%;
  aspect-ratio: 1;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: .2s;
}
.c-event-list .c-button .button a > i img {
  width: 50%;
}
.c-event-list .c-button .button.more {
  background: var(--gray1);
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  .c-event-list .c-button .button.more {
    margin-top: 10px;
  }
}
.c-event-list .c-button .button:after {
  position: absolute;
  content: "";
  display: block;
  background: var(--gray500);
  margin: 0;
  opacity: 0;
  pointer-events: none;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding-top: 100%;
  height: 0;
  z-index: -1;
  transform: translateY(100%);
  transition: .2s;
  z-index: -1;
}
.c-event-list .c-button .button:hover:after {
  opacity: 1;
  transform: translateY(0);
}
.c-event-list .c-button .button:hover a > span {
  animation: txt-over .2s ease-out;
}
.c-event-list .c-button .button:hover a > i {
  transform: scale(1.4) translateY(-38%);
}
.c-event-list .c-button .button:hover a > i img {
  filter: invert(50%) sepia(9%) saturate(458%) hue-rotate(195deg) brightness(92%) contrast(88%);
}
.c-event-list .c-button .button.is-inactive {
  opacity: 0.3;
  pointer-events: none;
}

.c-detail-list {
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .c-detail-list {
    margin-bottom: 15px;
  }
}
.c-detail-list .ttl-event {
  font-size: clamp(1.6rem, 1.8vw, 1.8rem);
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .c-detail-list .ttl-event {
    margin-bottom: 15px;
  }
}
.c-detail-list .ttl-event.txt-gray {
  color: var(--gray500);
}
.c-detail-list .ttl-event.en {
  font-size: clamp(1.8rem, 1.8vw, 2.2rem);
  font-family: "Inter", sans-serif;
}
.c-detail-list .stl-event {
  font-weight: 700;
  text-align: left;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .c-detail-list .stl-event {
    margin-bottom: 15px;
  }
}
.c-detail-list .stl-soon {
  font-size: clamp(1.4rem, 1.6vw, 2.2rem);
  font-family: "Inter", sans-serif;
  font-weight: 900;
  text-align: center;
  margin: 3em auto;
}
@media screen and (max-width: 1024px) {
  .c-detail-list .stl-soon {
    margin: 4em auto;
  }
}
@media screen and (max-width: 768px) {
  .c-detail-list .stl-soon {
    margin: 20px auto 10px;
  }
}
.c-detail-list .img-photo {
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .c-detail-list .img-photo {
    margin-bottom: 15px;
  }
}
.c-detail-list .img-photo img {
  border-radius: 20px;
}
@media screen and (max-width: 1024px) {
  .c-detail-list .img-photo img {
    border-radius: 15px;
  }
}
.c-detail-list .txt-event p {
  font-size: clamp(1.1rem, 1vw, 1.4rem);
  text-align: left;
}

/*-------------------------------------------
GOURMET & MARKET
-------------------------------------------*/
#gourmet {
  background-color: #fff;
}

.c-gourmet {
  display: flex;
  justify-content: space-between;
  overflow: visible !important;
}
@media screen and (max-width: 768px) {
  .c-gourmet {
    display: block;
  }
}
.c-gourmet .c-gourmet-txt {
  position: relative;
  width: 25%;
}
@media screen and (max-width: 768px) {
  .c-gourmet .c-gourmet-txt {
    width: 100%;
  }
}
.c-gourmet .c-gourmet-txt .c-gourmet-ttl {
  position: sticky;
  top: 0;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .c-gourmet .c-gourmet-txt .c-gourmet-ttl {
    position: relative;
  }
}
.c-gourmet .c-gourmet-txt .c-gourmet-ttl .c-head_line {
  width: 600px;
  max-width: 100vw;
  transform: translateX(-50%);
  left: 40px;
}
@media screen and (max-width: 1024px) {
  .c-gourmet .c-gourmet-txt .c-gourmet-ttl .c-head_line {
    width: 40vw;
    left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .c-gourmet .c-gourmet-txt .c-gourmet-ttl .c-head_line {
    width: 100%;
    max-width: calc(100% - 40px);
    transform: translateX(0);
    left: 0;
  }
}
.c-gourmet .c-gourmet-txt .c-gourmet-ttl .c-head_line:before {
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .c-gourmet .c-gourmet-txt .c-gourmet-ttl .c-head_line:before {
    background-color: #000;
  }
}
.c-gourmet .c-gourmet-txt .c-gourmet-ttl h1 {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .c-gourmet .c-gourmet-txt .c-gourmet-ttl h1 {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .c-gourmet .c-gourmet-txt .c-gourmet-ttl .c-read {
    width: 90%;
    text-align: center;
    margin: 0 auto 30px;
  }
}
.c-gourmet .c-gourmet-txt .c-gourmet-ttl .c-read p + p {
  margin-top: 10px;
}
.c-gourmet .c-gourmet-txt .c-gourmet-txt__bg01 {
  position: absolute;
  display: block;
  content: "";
  background: url("../img/bg_peanuts.svg") no-repeat 0 0;
  background-size: 100%;
  width: 220px;
  height: 200px;
  top: 25%;
  right: -140px;
  animation: rotating-p 1.8s ease-in-out infinite alternate-reverse;
}
@media screen and (max-width: 1024px) {
  .c-gourmet .c-gourmet-txt .c-gourmet-txt__bg01 {
    width: 180px;
    height: 163px;
    top: 28%;
    right: -80px;
  }
}
@media screen and (max-width: 768px) {
  .c-gourmet .c-gourmet-txt .c-gourmet-txt__bg01 {
    position: absolute;
    display: block;
    content: "";
    background: url("../img/bg_cloud03.svg") no-repeat 0 0;
    background-size: 100%;
    width: 252px;
    height: 186px;
    top: auto;
    bottom: -100px;
    right: -140px;
    animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
  }
}
.c-gourmet .c-gourmet-txt .c-gourmet-txt__bg02 {
  position: absolute;
  display: block;
  content: "";
  background: url("../img/bg_cloud03.svg") no-repeat 0 0;
  background-size: 100%;
  width: 240px;
  height: 160px;
  bottom: 24%;
  left: 0;
  animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
}
@media screen and (max-width: 1024px) {
  .c-gourmet .c-gourmet-txt .c-gourmet-txt__bg02 {
    width: 160px;
    height: 91px;
  }
}
@media screen and (max-width: 768px) {
  .c-gourmet .c-gourmet-txt .c-gourmet-txt__bg02 {
    display: none;
  }
}
.c-gourmet .c-gourmet-txt .c-gourmet-txt__bg03 {
  position: absolute;
  display: block;
  content: "";
  background: url("../img/bg_shrimp.svg") no-repeat 0 0;
  background-size: 100%;
  width: 192px;
  height: 182px;
  bottom: 100px;
  left: 50px;
  z-index: 2;
  animation: floating-x 1.8s ease-in-out infinite alternate-reverse;
}
@media screen and (max-width: 1024px) {
  .c-gourmet .c-gourmet-txt .c-gourmet-txt__bg03 {
    width: 160px;
    height: 152px;
    bottom: 90px;
    left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .c-gourmet .c-gourmet-txt .c-gourmet-txt__bg03 {
    display: none;
  }
}
.c-gourmet .c-gourmet-txt .c-gourmet-txt__bg04 {
  position: absolute;
  display: block;
  content: "";
  background: url("../img/bg_cloud04.svg") no-repeat 0 0;
  background-size: 100%;
  width: 400px;
  height: 227px;
  bottom: -50px;
  right: -180px;
  animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
}
@media screen and (max-width: 1024px) {
  .c-gourmet .c-gourmet-txt .c-gourmet-txt__bg04 {
    width: 240px;
    height: 177px;
    right: -120px;
  }
}
@media screen and (max-width: 768px) {
  .c-gourmet .c-gourmet-txt .c-gourmet-txt__bg04 {
    display: none;
  }
}
.c-gourmet .c-gourmet-list {
  position: relative;
  width: 65%;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .c-gourmet .c-gourmet-list {
    width: 94%;
    margin: 0 auto;
  }
}
.c-gourmet .c-gourmet-list .c-dates {
  margin-bottom: 30px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .c-gourmet .c-gourmet-list .c-dates {
    margin-bottom: 15px;
  }
}
.c-gourmet .c-gourmet-list > ul {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  z-index: 2;
}
.c-gourmet .c-gourmet-list > ul > li {
  width: calc( calc(100% - 60px) / 3 );
  margin-right: 30px;
}
@media screen and (max-width: 1024px) {
  .c-gourmet .c-gourmet-list > ul > li {
    width: calc( calc(100% - 20px) / 3 );
    margin-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .c-gourmet .c-gourmet-list > ul > li {
    width: calc( calc(100% - 10px) / 2 );
  }
}
.c-gourmet .c-gourmet-list > ul > li:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .c-gourmet .c-gourmet-list > ul > li:nth-child(3n) {
    margin-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .c-gourmet .c-gourmet-list > ul > li:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .c-gourmet .c-gourmet-list > ul > li:nth-child(n+3) {
    margin-top: 30px;
  }
}
.c-gourmet .c-gourmet-list > ul > li:nth-child(n+4) {
  margin-top: 30px;
}
.c-gourmet .c-gourmet-list > ul > li .c-img {
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .c-gourmet .c-gourmet-list > ul > li .c-img {
    margin-bottom: 10px;
  }
}
.c-gourmet .c-gourmet-list > ul > li .c-img img {
  border-radius: 20px;
}
.c-gourmet .c-gourmet-list > ul > li .c-stl {
  font-weight: 700;
}
.c-gourmet .c-gourmet-list > ul > li .c-txt, .c-gourmet .c-gourmet-list > ul > li .c-date {
  font-size: clamp(1.1rem, 1vw, 1.4rem);
  font-family: "Inter", sans-serif;
  font-weight: 900;
  margin-top: 10px;
}
.c-gourmet .c-gourmet-list > ul > li .c-date {
  color: var(--gray1);
}
.c-gourmet .c-gourmet-list .c-button {
  width: 60%;
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  .c-gourmet .c-gourmet-list .c-button {
    width: 100%;
    margin: 20px auto 0;
  }
}
.c-gourmet .c-gourmet-list .c-button .button {
  position: relative;
  background: #000;
  border-radius: 10px;
  text-align: center;
  margin: 0 auto;
  transition-duration: .2s;
  overflow: hidden;
  z-index: 2;
}
.c-gourmet .c-gourmet-list .c-button .button a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  padding: 16px;
}
@media screen and (max-width: 1024px) {
  .c-gourmet .c-gourmet-list .c-button .button a {
    height: 52px;
  }
}
@media screen and (max-width: 768px) {
  .c-gourmet .c-gourmet-list .c-button .button a {
    height: 16vw;
  }
}
.c-gourmet .c-gourmet-list .c-button .button a > i {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 50%;
  width: 10%;
  aspect-ratio: 1;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: .2s;
}
.c-gourmet .c-gourmet-list .c-button .button a > i img {
  width: 50%;
  filter: brightness(0);
}
.c-gourmet .c-gourmet-list .c-button .button:after {
  position: absolute;
  content: "";
  display: block;
  background: var(--gray500);
  margin: 0;
  opacity: 0;
  pointer-events: none;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding-top: 100%;
  height: 0;
  z-index: -1;
  transform: translateY(100%);
  transition: .2s;
  z-index: -1;
}
.c-gourmet .c-gourmet-list .c-button .button:hover:after {
  opacity: 1;
  transform: translateY(0);
}
.c-gourmet .c-gourmet-list .c-button .button:hover a > span {
  animation: txt-over .2s ease-out;
}
.c-gourmet .c-gourmet-list .c-button .button:hover a > i {
  transform: scale(1.2) translateY(-42%);
}
.c-gourmet .c-gourmet-list .c-button .button:hover a > i img {
  filter: invert(50%) sepia(9%) saturate(458%) hue-rotate(195deg) brightness(92%) contrast(88%);
}
.c-gourmet .c-gourmet-list .c-gourmet-list__bg01 {
  position: absolute;
  display: block;
  content: "";
  width: 120px;
  height: 265px;
  top: 0;
  right: 0;
}
@media screen and (max-width: 1024px) {
  .c-gourmet .c-gourmet-list .c-gourmet-list__bg01 {
    right: -3vw;
    height: 177px;
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  .c-gourmet .c-gourmet-list .c-gourmet-list__bg01 {
    width: 160px;
    height: 192px;
    top: 50%;
    right: auto;
    left: -6vw;
  }
}
.c-gourmet .c-gourmet-list .c-gourmet-list__bg01:after {
  position: absolute;
  display: block;
  content: "";
  background: url("../img/bg_cloud03.svg") no-repeat 0 0;
  background-size: 100%;
  width: 360px;
  height: 265px;
  top: 0;
  right: -240px;
  animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
}
@media screen and (max-width: 1024px) {
  .c-gourmet .c-gourmet-list .c-gourmet-list__bg01:after {
    width: 240px;
    height: 177px;
    right: -120px;
  }
}
@media screen and (max-width: 768px) {
  .c-gourmet .c-gourmet-list .c-gourmet-list__bg01:after {
    width: 260px;
    height: 192px;
    right: auto;
    left: -100px;
  }
}
.c-gourmet .c-gourmet-list .c-gourmet-list__bg02 {
  display: none;
}
@media screen and (max-width: 768px) {
  .c-gourmet .c-gourmet-list .c-gourmet-list__bg02 {
    position: absolute;
    display: block;
    content: "";
    background: url("../img/bg_peanuts.svg") no-repeat 0 0;
    background-size: 100%;
    width: 124px;
    height: 112px;
    bottom: 20%;
    right: -20px;
    animation: rotating-p 1.8s ease-in-out infinite alternate-reverse;
  }
}
.c-gourmet .c-gourmet-list .c-gourmet-list__bg03 {
  display: none;
}
@media screen and (max-width: 768px) {
  .c-gourmet .c-gourmet-list .c-gourmet-list__bg03 {
    position: absolute;
    display: block;
    content: "";
    background: url("../img/bg_shrimp.svg") no-repeat 0 0;
    background-size: 100%;
    width: 108px;
    height: 103px;
    bottom: 160px;
    right: 50px;
    z-index: 2;
    animation: floating-x 1.8s ease-in-out infinite alternate-reverse;
  }
}
.c-gourmet .c-gourmet-list .c-gourmet-list__bg04 {
  display: none;
}
@media screen and (max-width: 768px) {
  .c-gourmet .c-gourmet-list .c-gourmet-list__bg04 {
    position: absolute;
    display: block;
    content: "";
    background: url("../img/bg_cloud04.svg") no-repeat 0 0;
    background-size: 100%;
    width: 265px;
    height: 151px;
    bottom: 50px;
    right: -50px;
    animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
  }
}

/*-------------------------------------------
EVENT & GIVEAWAY
-------------------------------------------*/
#event .contents-inner > .c-text > p {
  text-align: center;
}
#event .contents-inner + .contents-inner {
  margin-top: 60px;
}
@media screen and (max-width: 1024px) {
  #event .contents-inner + .contents-inner {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  #event .contents-inner + .contents-inner {
    margin-top: 40px;
  }
}
#event h2 {
  font-size: clamp(2.4rem, 3vw, 4.2rem);
  font-family: "Inter", sans-serif;
  font-weight: 900;
  font-style: normal;
  text-align: center;
  line-height: 1;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  #event h2 {
    margin-bottom: 20px;
  }
}
#event .c-detail-list {
  margin-bottom: 0;
}
#event .c-button {
  width: 40%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #event .c-button {
    width: 94%;
  }
}
#event .c-button .button {
  position: relative;
  background: #000;
  border-radius: 10px;
  text-align: center;
  margin: 0 auto;
  transition-duration: .2s;
  overflow: hidden;
  z-index: 2;
}
#event .c-button .button a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  padding: 16px;
}
@media screen and (max-width: 1024px) {
  #event .c-button .button a {
    height: 52px;
  }
}
@media screen and (max-width: 768px) {
  #event .c-button .button a {
    height: 16vw;
  }
}
#event .c-button .button a > i {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 50%;
  width: 10%;
  aspect-ratio: 1;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: .2s;
}
#event .c-button .button a > i img {
  width: 50%;
  filter: brightness(0);
}
#event .c-button .button:after {
  position: absolute;
  content: "";
  display: block;
  background: var(--gray500);
  margin: 0;
  opacity: 0;
  pointer-events: none;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding-top: 100%;
  height: 0;
  z-index: -1;
  transform: translateY(100%);
  transition: .2s;
  z-index: -1;
}
#event .c-button .button:hover:after {
  opacity: 1;
  transform: translateY(0);
}
#event .c-button .button:hover a > span {
  animation: txt-over .2s ease-out;
}
#event .c-button .button:hover a > i {
  transform: scale(1.2) translateY(-42%);
}
#event .c-button .button:hover a > i img {
  filter: invert(50%) sepia(9%) saturate(458%) hue-rotate(195deg) brightness(92%) contrast(88%);
}
#event .c-button .button + .button {
  margin-top: 20px;
}
#event .c-button .button.is-inactive {
  opacity: 0.3;
  pointer-events: none;
}
#event .c-button .button.is-inactive a {
  opacity: 0.4;
}
#event .c-giveaway-list {
  width: 64%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #event .c-giveaway-list {
    width: 94%;
    display: block;
  }
}
#event .c-giveaway-list .img-photo {
  width: 35%;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  #event .c-giveaway-list .img-photo {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  #event .c-giveaway-list .img-photo {
    width: 60%;
    margin: 0 auto 15px;
  }
}
#event .c-giveaway-list .img-photo img {
  border-radius: 20px;
}
@media screen and (max-width: 1024px) {
  #event .c-giveaway-list .img-photo img {
    border-radius: 15px;
  }
}
#event .c-giveaway-list .txt-detail {
  width: 60%;
}
@media screen and (max-width: 768px) {
  #event .c-giveaway-list .txt-detail {
    width: 100%;
  }
}
#event .c-giveaway-list .txt-detail .ttl-giveaway {
  color: var(--gray500);
  font-size: clamp(1.6rem, 1.8vw, 2.2rem);
  font-family: "Inter", sans-serif;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  #event .c-giveaway-list .txt-detail .ttl-giveaway {
    margin-bottom: 15px;
  }
}
#event .c-giveaway-list .txt-detail .txt-giveaway p {
  font-size: clamp(1.1rem, 1vw, 1.4rem);
  text-align: left;
}
#event .c-giveaway-list .txt-detail .c-button {
  width: 80%;
  margin: 30px 0 0;
}
@media screen and (max-width: 768px) {
  #event .c-giveaway-list .txt-detail .c-button {
    width: 100%;
  }
}
#event .c-giveaway-list.ver2 {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #event .c-giveaway-list.ver2 {
    width: 90%;
  }
}
#event .c-giveaway-list.ver2 .img-photo {
  width: 46%;
}
@media screen and (max-width: 768px) {
  #event .c-giveaway-list.ver2 .img-photo {
    width: 100%;
  }
}
#event .c-giveaway-list.ver2 .txt-detail {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #event .c-giveaway-list.ver2 .txt-detail {
    width: 100%;
  }
}
#event .c-giveaway-list.ver2 .txt-detail .c-button {
  width: 60%;
}
@media screen and (max-width: 1024px) {
  #event .c-giveaway-list.ver2 .txt-detail .c-button {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  #event .c-giveaway-list.ver2 .txt-detail .c-button {
    width: 100%;
    margin: 20px 0 0;
  }
}

/*-------------------------------------------
FOOTER
-------------------------------------------*/
.footer-wrapper {
  background: #fff;
  text-align: center;
  padding-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .footer-wrapper {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .footer-wrapper {
    padding-bottom: 20px;
  }
}
.footer-wrapper .c-footer-scroll {
  display: flex;
  overflow: hidden;
}
.footer-wrapper .c-footer-scroll a {
  display: block;
  width: 100%;
  height: 100%;
  transition: .3s;
}
@media screen and (max-width: 768px) {
  .footer-wrapper .c-footer-scroll a {
    background: #000;
  }
}
.footer-wrapper .c-footer-scroll a:hover {
  background: #000;
}
.footer-wrapper .c-footer-scroll a:hover .img-afcf {
  filter: brightness(0) invert(1);
}
.footer-wrapper .c-footer-scroll ul {
  display: flex;
  animation: loop 20s infinite linear 0.5s both;
}
.footer-wrapper .c-footer-scroll ul li .c-imgs {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100vw / 1.8);
  height: 21vw;
}
@media screen and (max-width: 768px) {
  .footer-wrapper .c-footer-scroll ul li .c-imgs {
    width: calc(100vw / 1.2);
    height: 36vw;
  }
}
.footer-wrapper .c-footer-scroll ul li .c-imgs .img-afcf {
  width: auto;
  height: 6vw;
  margin-right: 4vw;
}
@media screen and (max-width: 768px) {
  .footer-wrapper .c-footer-scroll ul li .c-imgs .img-afcf {
    height: 10vw;
    filter: brightness(0) invert(1);
  }
}
.footer-wrapper .c-footer-scroll ul li .c-imgs .img-mticket {
  width: auto;
  height: 9vw;
}
@media screen and (max-width: 768px) {
  .footer-wrapper .c-footer-scroll ul li .c-imgs .img-mticket {
    height: 15vw;
  }
}
.footer-wrapper .c-footer-sns {
  margin: 64px 0;
}
@media screen and (max-width: 768px) {
  .footer-wrapper .c-footer-sns {
    margin: 40px 0;
  }
}
.footer-wrapper .c-footer-sns ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.footer-wrapper .c-footer-sns ul li {
  width: 48px;
}
@media screen and (max-width: 1024px) {
  .footer-wrapper .c-footer-sns ul li {
    width: 40px;
  }
}
@media screen and (max-width: 768px) {
  .footer-wrapper .c-footer-sns ul li {
    width: 32px;
  }
}
.footer-wrapper .c-footer-sns ul li a {
  transition: .3s;
}
.footer-wrapper .c-footer-sns ul li a:hover {
  opacity: 0.6;
}
.footer-wrapper .c-footer-sns ul li a img {
  width: 100%;
}
.footer-wrapper .c-footer-sns ul li + li {
  margin-left: 20px;
}
.footer-wrapper .c-footer-mlogo a {
  display: block;
}
.footer-wrapper .c-footer-mlogo a img {
  width: 180px;
}
@media screen and (max-width: 768px) {
  .footer-wrapper .c-footer-mlogo a img {
    width: 120px;
  }
}
.footer-wrapper .c-footer-copyright {
  margin: 50px auto 0;
}
@media screen and (max-width: 1024px) {
  .footer-wrapper .c-footer-copyright {
    margin: 40px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .footer-wrapper .c-footer-copyright {
    margin: 30px auto 0;
  }
}
.footer-wrapper .c-footer-copyright p {
  color: #000;
  font-size: clamp(1rem, 1vw, 1.3rem);
  font-family: "Inter", sans-serif;
  font-weight: 500;
}

/*-------------------------------------------
FLOAT BUTTON
-------------------------------------------*/
.l-float-button__ticket {
  width: 140px;
  height: 140px;
  position: fixed;
  top: 1%;
  right: 1%;
  z-index: 10;
}
@media screen and (max-width: 1024px) {
  .l-float-button__ticket {
    width: 130px;
    height: 130px;
    top: 0.5%;
  }
}
@media screen and (max-width: 768px) {
  .l-float-button__ticket {
    width: 110px;
    height: 110px;
    top: auto;
    bottom: -1.5%;
  }
}
.l-float-button__ticket a {
  width: 100%;
  height: 100%;
}
.l-float-button__ticket a:hover {
  filter: brightness(1.2);
  -moz-filter: brightness(1.2);
  -webkit-filter: brightness(1.2);
}
.l-float-button__ticket a img {
  filter: drop-shadow(5px 5px 5px #aaa);
}

/*-------------------------------------------
MENU
-------------------------------------------*/
.menu-wrapper {
  display: none;
}
@media screen and (max-width: 768px) {
  .menu-wrapper {
    transition: transform 0.3s, opacity 0.3s, visibility 0.3s;
    position: fixed;
    bottom: 1%;
    left: 1%;
    width: 64px;
    height: 64px;
    z-index: 100;
  }
}
.menu-wrapper .menu-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.menu-wrapper .menu-inner .drawer_hidden {
  display: none;
}
.menu-wrapper .menu-inner .drawer_open {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  background: #fff;
  border: #000 solid 1px;
  border-radius: 50%;
  z-index: 100;
  cursor: pointer;
}
.menu-wrapper .menu-inner .drawer_open span, .menu-wrapper .menu-inner .drawer_open span:before, .menu-wrapper .menu-inner .drawer_open span:after {
  position: absolute;
  content: '';
  display: block;
  background: #000;
  height: 2px;
  width: 16px;
  transition: all 400ms;
}
.menu-wrapper .menu-inner .drawer_open span:before {
  bottom: 6px;
}
.menu-wrapper .menu-inner .drawer_open span:after {
  top: 6px;
}
.menu-wrapper .menu-inner #drawer_input:checked ~ .drawer_open {
  background: #000;
}
.menu-wrapper .menu-inner #drawer_input:checked ~ .drawer_open span {
  background: rgba(255, 255, 255, 0);
}
.menu-wrapper .menu-inner #drawer_input:checked ~ .drawer_open span::before {
  bottom: 0;
  transform: rotate(45deg);
  background: #fff;
}
.menu-wrapper .menu-inner #drawer_input:checked ~ .drawer_open span::after {
  top: 0;
  transform: rotate(-45deg);
  background: #fff;
}
.menu-wrapper .menu-inner .menu-nav {
  position: fixed;
  background: #f5f5f5;
  width: 100%;
  height: 100%;
  bottom: -100%;
  left: 0;
  z-index: 99;
  transition: .5s;
}
.menu-wrapper .menu-inner .menu-nav > figure {
  width: 48vw;
  margin: 10vw auto;
}
.menu-wrapper .menu-inner .menu-nav > figure img {
  width: 100%;
}
.menu-wrapper .menu-inner .menu-nav > ul > li {
  border-bottom: var(--gray300) solid 1px;
}
.menu-wrapper .menu-inner .menu-nav > ul > li a {
  display: block;
  width: 100%;
  color: #000;
  font-size: 1.8rem;
  font-family: "Inter", sans-serif;
  font-weight: 900;
  font-style: normal;
  line-height: 1;
  text-align: center;
  padding: 15px;
}
.menu-wrapper .menu-inner .menu-nav > ul > li a:active {
  background: #000;
  color: #fff;
}
.menu-wrapper .menu-inner .menu-nav > ul > li.is-inactive > a {
  pointer-events: none;
  opacity: 0.4;
}
.menu-wrapper .menu-inner .menu-nav > ul > li:first-child {
  border-top: var(--gray300) solid 1px;
}
.menu-wrapper .menu-inner .menu-nav .c-mticket {
  width: 90%;
  margin: 5vw auto 0;
}
.menu-wrapper .menu-inner #drawer_input:checked ~ .menu-nav {
  bottom: 0;
}
