@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Yusei+Magic&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@300;400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;700&&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Mochiy+Pop+P+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Antique&display=swap");
.oswald {
  font-family: "Oswald", sans-serif;
}

.noto {
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
}

.yusei {
  font-family: "Yusei Magic", sans-serif;
}

.roboto {
  font-family: "Roboto Condensed", sans-serif;
}

.kiwi {
  font-family: "Kiwi Maru", serif;
}

.mplusr {
  font-family: "M PLUS Rounded 1c", sans-serif;
}

.mochiy {
  font-family: "Mochiy Pop P One", sans-serif;
}

.shippori {
  font-family: "Shippori Antique", serif;
}

@media only screen and (max-width: 768px) {
  .pc-disp {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .sp-disp {
    display: none !important;
  }
}
html {
  font-size: 62.5%;
  overflow-y: auto;
}

body {
  margin: 0;
  padding: 0 0 60px 0;
  width: 100%;
  overflow: hidden;
  background: white;
  background-size: 100% auto;
  font-size: 1.6rem;
  line-height: 1.75;
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
  font-weight: 400;
  color: #333;
  text-size-adjust: 100%;
}
body img {
  vertical-align: top;
}
@media (min-width: 768px) {
  body {
    padding: 0;
  }
}

body * {
  box-sizing: border-box;
}

img {
  width: 100%;
  height: auto;
}

.txt-bold-red {
  font-weight: bold;
  color: #e6002d;
}

.txt-bold-l {
  font-weight: bold;
  font-size: 120%;
}

.txt-s {
  font-size: 80%;
  line-height: 1.5em;
}

.c-black {
  color: black;
}

.c-red {
  color: #e6002d;
}

.c-green {
  color: #04d064;
}

.c-yellow {
  color: #fdd000;
}

a {
  color: #e6002d;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}

a.txt-link {
  color: black;
  text-decoration: underline;
}

a.no-link {
  pointer-events: none;
}

.anchor {
  display: block;
  padding-top: 0px;
  margin-top: 0px;
}
@media (min-width: 768px) {
  .anchor {
    margin-top: -70px;
    padding-top: 70px;
  }
}

@media (min-width: 768px) {
  #pageTop {
    right: 0;
    bottom: 50px;
    border: none;
    position: fixed;
    right: -1px;
    bottom: 15px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #000;
    border: 1px solid #fff;
    z-index: 11;
    text-align: center;
  }
  #pageTop i {
    font-size: 2.4rem;
    font-weight: 800;
    color: #fff;
  }
}

.fade-here,
.fade-scale,
.fade-up,
.fade-from-left,
.fade-from-right_up,
.fade-from-left_up,
.fade-from-right {
  transition: all 2s ease-in-out;
}

.fade-scale2 {
  transition: all 0.5s ease-in-out;
}

.btn {
  width: 100%;
  padding: 10px;
  font-size: 1.8rem;
  line-height: 1.5;
  display: inline-block;
  color: white;
  border: 3px solid #e6002d;
  border-radius: 25px;
  background: #e6002d;
  cursor: pointer;
  position: relative;
}
.btn::after {
  border: 12px solid transparent;
  border-left: 12px solid white !important;
  top: calc(50% - 12px);
  right: 15px;
  content: "";
  position: absolute;
}
@media (min-width: 768px) {
  .btn {
    width: 90%;
    height: 50px;
    padding: 0;
    font-size: 26px;
  }
}
.btn:hover {
  color: #e6002d;
  background: white;
}
.btn:hover::after {
  border-left: 12px solid #e6002d !important;
}
.btn_cy {
  color: #e6002d;
  border: 3px solid #fdd000;
  background: #fdd000;
}
.btn_cy::after {
  border: 12px solid transparent;
  border-left: 12px solid #e6002d !important;
  top: calc(50% - 12px);
  right: 15px;
  content: "";
  position: absolute;
}
.btn_cy:hover {
  border: 3px solid #e6002d;
}

.btn-icon {
  width: 100%;
  margin: 20px auto 0;
  padding: 10px;
  font-size: 18px;
  line-height: 1.3em;
  display: block;
  color: #e6002d;
  border-radius: 25px;
  background: #fdd000;
  cursor: pointer;
  position: relative;
  text-align: center;
}
@media (min-width: 768px) {
  .btn-icon {
    width: 500px;
    height: 50px;
    margin: 50px auto 0;
    font-size: 26px;
    line-height: 26px;
  }
}
.btn-icon:hover {
  color: #e6002d;
  background: white;
}
.btn-icon::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../images/icon_flower.png) no-repeat;
  background-size: contain;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}
.btn-icon::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../images/icon_flower.png) no-repeat;
  background-size: contain;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

.footer {
  background: #f4f2f2;
  border-top: 5px solid #e6002d;
}
@media (min-width: 768px) {
  .footer {
    border-top: 10px solid #e6002d;
  }
}
.footer__sns {
  width: 90%;
  max-width: 600px;
  margin: auto;
  padding: 40px 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
}
@media (min-width: 768px) {
  .footer__sns {
    width: 500px;
    padding: 50px 0 30px;
    gap: 50px;
    font-size: 4rem;
  }
}
.footer__sns a {
  display: flex;
  justify-content: center; /* 水平方向の中央揃え */
  align-items: center;
  cursor: pointer;
}
@media (min-width: 768px) {
  .footer__sns a {
    transition: 0.3s all;
  }
  .footer__sns a:hover {
    transform: scale(1.2, 1.2);
  }
}
.footer__sns a svg {
  width: 30px;
  height: auto;
  fill: #e6002d;
}
@media (min-width: 768px) {
  .footer__sns a svg {
    width: 100%;
    height: auto;
  }
}
.footer__logo {
  width: 270px;
  margin: auto;
  padding: 20px 0 40px;
  display: block;
  transition: 0.2s all;
}
@media (min-width: 768px) {
  .footer__logo {
    width: 420px;
    padding: 30px 0 50px;
  }
}
.footer__logo img {
  width: 100%;
}
.footer__logo:hover {
  transform: scale(1.1);
}
.footer__copyright {
  width: 100%;
  background: black;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  height: 50px;
  line-height: 50px;
  color: white;
  text-align: center;
}

@media (min-width: 1025px) {
  .gnav-mobile {
    display: none;
  }
}

.gnav-mobile-ticket {
  width: 85%;
  height: 60px;
  padding: 5px;
  position: fixed;
  bottom: 0px;
  left: 0px;
  cursor: pointer;
  background: black;
  z-index: 1000;
  text-align: center;
}
.gnav-mobile-ticket a {
  width: 100%;
  height: 100%;
  line-height: 50px;
  color: black;
  display: block;
  background: #e6002d;
  font-size: 18px;
  font-weight: bold;
  position: relative;
}
.gnav-mobile-ticket a img {
  width: auto;
  height: 100%;
  padding-right: 40px;
}
.gnav-mobile-ticket a span {
  width: 40px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #e6002d;
  display: block;
}
.gnav-mobile-ticket a span::after {
  border: 12px solid transparent;
  border-left: 12px solid white !important;
  top: calc(50% - 12px);
  left: 15px;
  content: "";
  position: absolute;
}

#gnav-mobile-btn {
  width: 15%;
  padding: 10px;
  position: fixed;
  bottom: 0px;
  right: 0px;
  height: 60px;
  cursor: pointer;
  background: #000;
  z-index: 1000;
}
#gnav-mobile-btn > div {
  width: 100%;
  height: 100%;
  position: relative;
}
#gnav-mobile-btn > div p {
  color: white;
  font-size: 12px;
  line-height: 1em;
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
}
#gnav-mobile-btn span {
  width: 100%;
  height: 3px;
  left: 0;
  display: block;
  background: #fff;
  position: absolute;
  transition: transform 0.6s ease-in-out, top 0.5s ease;
}
#gnav-mobile-btn span:nth-child(1) {
  top: 0;
}
#gnav-mobile-btn span:nth-child(2) {
  top: 12px;
}
#gnav-mobile-btn span:nth-child(3) {
  top: 24px;
}

.open #gnav-mobile-btn span {
  background: #fff;
}

.open #gnav-mobile-btn span:nth-child(1) {
  top: 13px;
  transform: rotate(45deg);
}

.open #gnav-mobile-btn span:nth-child(2) {
  top: 13px;
  width: 0;
  left: 50%;
}

.open #gnav-mobile-btn span:nth-child(3) {
  top: 13px;
  transform: rotate(-45deg);
}

#gnav-list {
  background: #000;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 990;
  text-align: center;
  display: flex;
  visibility: hidden;
  flex-direction: column;
  justify-content: center;
  font-size: 29px;
  opacity: 0;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  color: white;
  letter-spacing: 0.05em;
}
@media (min-width: 1025px) {
  #gnav-list {
    height: 70px;
    padding: 10px 0;
    opacity: 1;
    visibility: visible;
    flex-direction: row;
    bottom: auto;
    font-size: 30px;
    justify-content: space-between;
  }
  #gnav-list ul {
    display: flex;
  }
  #gnav-list ul li {
    margin: 0 10px;
  }
}

#gnav-list a {
  color: #fff;
}

.open #gnav-list {
  visibility: visible;
  opacity: 1;
}

.gnav-list-logo {
  width: 90%;
  margin: 0 auto;
  padding: 0;
}
@media (min-width: 1025px) {
  .gnav-list-logo {
    height: 50px;
    padding: 0 0 0 20px;
    text-align: left;
  }
  .gnav-list-logo a {
    display: inline-block;
  }
  .gnav-list-logo a img {
    height: 50px;
    width: auto;
    margin: 0 0 0 auto;
  }
}

/*--------------------------------------
スライド
--------------------------------------*/
.slide-items-p {
  width: 100%;
  height: 100%;
}
.slide-items-p li {
  margin: 0 10px;
}
.slick-dots {
  margin-bottom: -20px;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-arrow {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 0;
  width: 30px;
  height: 50px;
  z-index: 1;
  background: white;
  display: none;
  opacity: 1;
}
@media (min-width: 768px) {
  .slick-arrow {
    width: 50px;
  }
}

.slick-arrow:hover {
  opacity: 1;
  background: white;
}

.slick-next::before,
.slick-next::after,
.slick-prev::before,
.slick-prev::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.slick-next::before,
.slick-prev::before {
  width: 0;
  height: 0;
  background: #e6002d;
}
@media (min-width: 768px) {
  .slick-next::before,
  .slick-prev::before {
    width: 30px;
    height: 2px;
  }
}

.slick-next::after,
.slick-prev::after {
  width: 20px;
  height: 20px;
  border-top: 2px solid #e6002d;
  border-right: 2px solid #e6002d;
}

/* next */
.slick-next {
  top: 50px;
  right: -30px;
}
@media (min-width: 768px) {
  .slick-next {
    right: -50px;
  }
}

.slick-next::before {
  right: 10px;
}

.slick-next::after {
  right: 10px;
  transform: rotate(45deg);
}
@media (min-width: 768px) {
  .slick-next::after {
    right: 14px;
  }
}

.slick-arrow_red .slick-arrow {
  background: #e6002d;
}
.slick-arrow_red .slick-arrow:hover {
  opacity: 1;
  background: #e6002d;
}
.slick-arrow_red .slick-next::before,
.slick-arrow_red .slick-prev::before {
  background: white;
}
.slick-arrow_red .slick-next::after,
.slick-arrow_red .slick-prev::after {
  border-top: 2px solid white;
  border-right: 2px solid white;
}

/* prev */
.slick-prev {
  top: 50px;
  left: -30px;
}
@media (min-width: 768px) {
  .slick-prev {
    left: -50px;
  }
}

.slick-prev::before {
  left: 10px;
}

.slick-prev::after {
  left: 10px;
  transform: rotate(-135deg);
}
@media (min-width: 768px) {
  .slick-prev::after {
    left: 14px;
  }
}

@media (min-width: 768px) {
  .slide-players li,
  .slide-point li,
  .slide-tips li,
  .slide-goods li {
    margin: 0 20px;
  }
}

@media (min-width: 768px) {
  .slide-ticket li {
    margin: 0 20px;
  }
}
.slide-ticket .slick-prev {
  left: -30px;
}
.slide-ticket .slick-next {
  right: -30px;
}

.diamond_dots,
.diamond-b_dots {
  padding: 0;
  display: flex;
  justify-content: center;
  list-style-type: none;
}
.diamond_dots li,
.diamond-b_dots li {
  margin: 0 5px;
}
.diamond_dots button,
.diamond-b_dots button {
  outline: none;
  border: none;
  background-color: #fff;
  width: 15px;
  height: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotate(45deg) skew(10deg, 10deg);
  overflow: hidden;
  text-indent: -10000px;
  cursor: pointer;
  position: relative;
}
@media (min-width: 768px) {
  .diamond_dots,
  .diamond-b_dots {
    margin-top: 30px;
  }
  .diamond_dots li,
  .diamond-b_dots li {
    margin: 0 10px;
  }
  .diamond_dots button,
  .diamond-b_dots button {
    width: 20px;
    height: 20px;
  }
}

.diamond_dots button {
  background-color: #666;
}

.diamond_dots .slick-active button {
  background-color: #e6002d;
  color: #fff;
}

.diamond-b_dots .slick-active button {
  background-color: black;
  color: #fff;
}

.slick-dots_numbers {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.slick-dots_numbers li {
  margin: 0;
}
.slick-dots_numbers li button {
  margin: 0 5px;
  padding: 0 5px;
  font-size: initial;
  color: black;
  background: white;
  border: none;
  font-size: 2rem;
}
.slick-dots_numbers li button:before {
  content: none;
}
.slick-dots_numbers li.slick-active button {
  color: white;
  background: #e6002d;
}

.slick-dots_numbers-y {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.slick-dots_numbers-y li {
  margin: 0;
}
.slick-dots_numbers-y li button {
  margin: 0 5px;
  padding: 0 5px;
  font-size: initial;
  color: #e6002d;
  background: white;
  border: none;
  font-size: 2rem;
}
.slick-dots_numbers-y li button:before {
  content: none;
}
.slick-dots_numbers-y li.slick-active button {
  background: #fdd000;
}

.slick-dots_numbers-red {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.slick-dots_numbers-red li {
  margin: 0;
}
.slick-dots_numbers-red li button {
  margin: 0 5px;
  padding: 0 5px;
  font-size: initial;
  color: #e6002d;
  background: white;
  border: none;
  font-size: 2rem;
}
.slick-dots_numbers-red li button:before {
  content: none;
}
.slick-dots_numbers-red li.slick-active button {
  color: #fdd000;
  background: #e6002d;
}

.slick-dots_numbers-dia {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.slick-dots_numbers-dia li {
  margin: 0;
  padding: 0 5px;
}
.slick-dots_numbers-dia li button {
  width: 2em;
  margin: 0 5px;
  padding: 0 5px;
  font-size: initial;
  color: #e6002d;
  background: none;
  border: none;
  font-size: 1.6rem;
  line-height: 1;
  position: relative;
  text-align: center;
}
.slick-dots_numbers-dia li button:before {
  content: none;
}
.slick-dots_numbers-dia li button::after {
  position: absolute;
  top: -5px;
  left: 18px;
  z-index: -1;
  content: "";
  margin: 0 0px 0 -15px;
  display: block;
  width: 25px;
  height: 25px;
  background: white;
  transform: rotate(45deg) skew(8deg, 8deg);
}
.slick-dots_numbers-dia li.slick-active button::after {
  background: #fdd000;
}

/*--------------------------------------
lightbox2
--------------------------------------*/
#lightbox .lb-container {
  padding: 0px;
  border-radius: 0;
}

/*--------------------------------------
アコーディオン
--------------------------------------*/
.accordion-area {
  margin: 20px auto 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 2%;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
@media (min-width: 1025px) {
  .accordion-area {
    margin: 50px auto 0;
  }
}
.accordion-area li {
  width: 100%;
}
@media (min-width: 1025px) {
  .accordion-area li {
    width: 32%;
  }
}
.accordion-area__block {
  width: 100%;
  padding: 10px;
  border: 3px solid #e6002d;
  border-radius: 10px;
}
@media (min-width: 1025px) {
  .accordion-area__block {
    padding: 20px;
    border-radius: 20px;
  }
}
.accordion-area h3 {
  margin-bottom: 10px;
  color: white;
  background: #e6002d;
  font-size: 1.6rem;
  font-weight: bold;
}
@media (min-width: 768px) {
  .accordion-area h3 {
    font-size: 2.8rem;
  }
}
.accordion-area h4 {
  margin: 5px 0;
  text-align: left;
}
.accordion-area h4 span:first-child {
  padding: 0;
  font-size: 1.4rem;
  display: block;
  color: #e6002d;
  border-bottom: 2px solid #e6002d;
}
.accordion-area h4 span:last-child {
  height: 3em;
  padding: 0;
  line-height: 1.3;
  font-size: 1.6rem;
  display: block;
}
@media (min-width: 1025px) {
  .accordion-area h4 {
    margin: 10px 0;
  }
  .accordion-area h4 span:first-child {
    padding: 5px 0;
    font-size: 1.6rem;
  }
  .accordion-area h4 span:last-child {
    padding: 5px 0;
    font-size: 1.8rem;
  }
}

.accordionIndex {
  width: 100%;
  height: 40px;
  padding: 0 0 0 0;
  color: white;
  line-height: 40px;
  background: black;
  display: inline-flex;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
  background: #e6002d;
  font-size: 1.4rem;
}
@media (min-width: 1025px) {
  .accordionIndex {
    height: 50px;
    font-size: 1.8rem;
    line-height: 50px;
  }
}
.accordionIndex p {
  width: 100%;
  margin: 0 auto;
}
.accordionIndex:before {
  content: "";
  position: absolute;
  top: 10px;
  right: 20px;
  width: 2px;
  height: 20px;
  background: white;
  border-radius: inherit;
  transform: rotate(90deg);
  transition: 0.3s ease-in-out;
  z-index: 1;
}
@media (min-width: 1025px) {
  .accordionIndex:before {
    top: 10px;
    right: 25px;
    width: 4px;
    height: 30px;
  }
}
.accordionIndex:after {
  content: "";
  position: absolute;
  top: 10px;
  right: 20px;
  width: 2px;
  height: 20px;
  background: white;
  border-radius: inherit;
  transition: 0.3s ease-in-out;
  z-index: 1;
}
@media (min-width: 1025px) {
  .accordionIndex:after {
    top: 10px;
    right: 25px;
    width: 4px;
    height: 30px;
  }
}
.accordionIndex.active:after {
  transform: rotate(90deg);
}

.accordionArticle {
  padding-top: 10px;
  text-align: left;
  font-size: 1.2rem;
  line-height: 1.3;
}
.accordionArticle .price {
  margin: 10px 0;
}
.accordionArticle .price span {
  margin-right: 10px;
  padding: 5px 20px;
  display: inline-block;
  color: white;
  background: black;
}
.accordionArticle .other-menu {
  margin: 10px 0;
  padding: 5px 10px;
  background: #fdd000;
}
@media (min-width: 1025px) {
  .accordionArticle {
    font-size: 1.6rem;
  }
}

/*--------------------------------------
タブ切り替え
--------------------------------------*/
.tab-area {
  padding: 20px 0 0;
  display: flex;
  flex-wrap: wrap;
  background: #e6002d;
  /* アクティブなタブ */
  /* ラジオボタン非表示 */
}
@media (min-width: 768px) {
  .tab-area {
    padding: 50px 0 0;
  }
}
.tab-area:after {
  content: "";
  width: 100%;
  height: 5px;
  background: black;
  display: block;
  order: -1;
}
@media (min-width: 768px) {
  .tab-area:after {
    height: 10px;
  }
}
.tab-area__label {
  height: 90px;
  padding: 10px 0;
  color: black;
  background: white;
  line-height: 1.1em;
  order: -1;
  z-index: 1;
  position: relative;
  cursor: pointer;
  flex: 1;
  font-family: "Alfa Slab One", cursive;
  font-size: 28px;
  display: grid;
  place-content: center;
  place-items: center;
  border: 5px solid black;
}
@media (min-width: 768px) {
  .tab-area__label {
    height: 120px;
    margin-top: 30px;
    font-size: 45px;
    border: 10px solid black;
  }
}
@media (min-width: 1340px) {
  .tab-area__label {
    font-size: 60px;
  }
}
.tab-area__label_on {
  margin: 20px 0 -5px 10px;
}
@media (min-width: 768px) {
  .tab-area__label_on {
    margin: 30px 0px -10px 100px;
  }
}
.tab-area__label_off {
  margin: 20px 10px -5px -5px;
}
@media (min-width: 768px) {
  .tab-area__label_off {
    margin: 30px 100px -10px -10px;
  }
}
@media (min-width: 768px) {
  .tab-area__label:hover {
    color: #e6002d;
  }
}
.tab-area__content {
  width: 100%;
  display: none;
  clear: both;
  overflow: hidden;
}
.tab-area__switch:checked + .tab-area__label {
  height: 110px;
  margin-top: 0;
  color: white;
  background: black;
}
@media (min-width: 768px) {
  .tab-area__switch:checked + .tab-area__label {
    height: 150px;
  }
}
.tab-area__switch {
  display: none;
}

/*選択されているタブのコンテンツのみを表示*/
#tab-01:checked ~ #tab_content1,
#tab-02:checked ~ #tab_content2 {
  display: block;
}

/*--------------------------------------
レイアウト
--------------------------------------*/
#gnav-list {
  background: #e6002d;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 990;
  text-align: center;
  display: flex;
  visibility: hidden;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  font-family: "Shippori Antique", serif;
  font-weight: bold;
  color: white;
}
#gnav-list ul li {
  margin-top: 20px;
}
#gnav-list ul li a {
  height: 30px;
  padding: 0 10px;
  display: block;
  line-height: 30px;
  letter-spacing: 0.15em;
  font-size: 2.8rem;
  position: relative;
}

.open #gnav-list {
  visibility: visible;
  opacity: 1;
}

.gnav-list-logo {
  width: 80%;
  margin: 0 auto 30px;
  padding: 0;
}

.gnav-list-ennichilogo {
  width: 40%;
  margin: 20px auto 30px;
}

@media (min-width: 1025px) {
  #gnav-list {
    height: 70px;
    padding: 10px 0;
    opacity: 1;
    visibility: visible;
    flex-direction: row;
    bottom: auto;
    justify-content: space-between;
    border-bottom: solid 3px white;
  }
  #gnav-list ul {
    width: 80%;
    margin-right: 10px;
    display: flex;
    justify-content: flex-end;
  }
  #gnav-list ul li {
    margin: 5px;
    line-height: 1;
    display: grid;
    place-content: center;
    place-items: center;
  }
  #gnav-list ul li a {
    height: 30px;
    padding: 0 10px;
    line-height: 30px;
    font-size: 2rem;
    position: relative;
  }
  #gnav-list ul li a::after {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: "";
    background: url(../images/nav-icon-ennichi.svg) no-repeat center center;
    background-size: 60%;
    z-index: -1;
    opacity: 0.1;
    transition: all 0.5s;
  }
  #gnav-list ul li a:hover::after {
    opacity: 1;
  }
  #gnav-mobile {
    display: none;
  }
  .gnav-list-logo {
    height: 50px;
    width: 20%;
    margin: 0 auto;
    padding: 0 0 0 20px;
    text-align: left;
  }
  .gnav-list-logo a {
    display: inline-block;
  }
  .gnav-list-logo a img {
    height: 50px;
    width: auto;
    margin: 0 0 0 auto;
  }
}
@media (min-width: 768px) {
  .contents-area__block {
    width: 80%;
    margin: auto;
  }
}

.title-img {
  margin-bottom: 30px;
}
.title-img img {
  margin: 20px 0;
  width: 30%;
}
@media (min-width: 768px) {
  .title-img {
    margin-bottom: 50px;
  }
  .title-img img {
    margin: 30px 0;
    width: 15%;
  }
}

.title-main {
  display: inline-block;
  position: relative;
  text-align: center;
  font-size: 3rem;
  color: #fdd000;
  font-family: "Shippori Antique", serif;
}
@media (min-width: 768px) {
  .title-main {
    margin-bottom: 50px;
    font-size: 5rem;
  }
}
.title-main .title-ruby {
  position: absolute;
  margin-top: -10px;
  padding-left: 12px;
  letter-spacing: 0.1em;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .title-main .title-ruby {
    margin-top: -15px;
    padding-left: 30px;
    font-size: 1.6rem;
  }
}

.sub-title2 {
  margin-bottom: 30px;
  font-size: 3.5rem;
  color: white;
  text-align: center;
  font-weight: bold;
}
@media (min-width: 768px) {
  .sub-title2 {
    margin-bottom: 50px;
    font-size: 5.5rem;
  }
}

.kv-area {
  width: 100%;
  min-width: 100%;
}
.kv-area img {
  width: 100%;
  min-width: 100%;
}
@media (min-width: 1025px) {
  .kv-area {
    margin-top: 70px;
  }
}

.video-area {
  width: 100%;
  padding: 10px 0 30px;
  background: black;
}
@media (min-width: 768px) {
  .video-area {
    padding: 20px 0 50px;
  }
}
.video-area video {
  max-width: 1340px;
  width: 100%;
}

.countdown-area {
  text-align: center;
  padding: 10px 0 10px;
  color: #e6002d;
  font-weight: bold;
  font-size: 1.8rem;
  background: black;
  font-family: "Shippori Antique", serif;
  font-weight: bold;
  line-height: 1;
}
@media (min-width: 768px) {
  .countdown-area {
    padding: 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.countdown-area h2 {
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  .countdown-area h2 {
    font-size: 3.2rem;
    line-height: 1em;
  }
}
@media (min-width: 768px) {
  .countdown-area .countdown {
    font-size: 2.8rem;
  }
}
.countdown-area span {
  margin: 0 5px;
  font-size: 4.5rem;
  line-height: 1.5em;
}
@media (min-width: 768px) {
  .countdown-area span {
    font-size: 7rem;
  }
}
@media (min-width: 768px) {
  .countdown-area div:first-child {
    margin: 5px 20px 0 0;
  }
}

main {
  text-align: center;
  font-weight: normal;
}

.leadtext-area {
  padding: 50px 0 50px 0;
  font-weight: bold;
  background: #e6002d url("../images/leadtext_bg.jpg") top center no-repeat;
  background-size: cover;
  text-align: center;
  font-family: "Shippori Antique", serif;
  font-weight: 500;
  color: white;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .leadtext-area {
    padding: 150px 0;
  }
}
.leadtext-area p {
  width: 90%;
  margin: 0 auto;
  font-size: 1.6rem;
  line-height: 2.2;
}
.leadtext-area p + p {
  margin: 20px auto 0;
}
@media (min-width: 1025px) {
  .leadtext-area p {
    font-size: 2.4rem;
  }
  .leadtext-area p + p {
    margin: 50px auto 0;
  }
}
.leadtext-area p span {
  font-size: 70%;
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
  font-weight: normal;
}

.coming-soon {
  width: 90%;
  margin: 0 auto;
  transform: rotate(-5deg);
}
@media (min-width: 1025px) {
  .coming-soon {
    width: 40%;
  }
}

.present-area,
.gourmet-area,
.event-area,
.goods-area {
  margin: 0 auto;
}
.present-area__block,
.gourmet-area__block,
.event-area__block,
.goods-area__block {
  margin: 0 auto;
  padding: 20px;
}
@media (min-width: 768px) {
  .present-area__block,
  .gourmet-area__block,
  .event-area__block,
  .goods-area__block {
    width: 90%;
    max-width: 1340px;
    padding: 100px 20px;
  }
}
.present-area__main,
.gourmet-area__main,
.event-area__main,
.goods-area__main {
  padding: 20px;
}
@media (min-width: 768px) {
  .present-area__main,
  .gourmet-area__main,
  .event-area__main,
  .goods-area__main {
    padding: 0;
  }
}

.schedule-area {
  margin: 0 auto;
  background-color: #e6002d;
}
.schedule-area__block {
  margin: 0 auto;
  padding: 20px;
}
@media (min-width: 768px) {
  .schedule-area__block {
    width: 90%;
    max-width: 1340px;
    padding: 100px 20px;
  }
}
.schedule-area__main {
  padding: 20px 0;
}
@media (min-width: 768px) {
  .schedule-area__main {
    padding: 0;
    margin-bottom: 100px;
  }
}
.schedule-area__bnr {
  margin: 50px auto 0;
  width: 90%;
  max-width: 500px;
  border: 5px white solid;
}

@media (min-width: 768px) {
  .schedule-list {
    display: flex;
    justify-content: space-between;
  }
}
.schedule-list li {
  width: 100%;
  padding: 0 0 20px;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.schedule-list li:after {
  content: "";
  position: absolute;
  top: 0;
  left: 82px;
  width: 5px;
  height: 100%;
  background-color: white;
  z-index: 0;
}
@media (min-width: 768px) {
  .schedule-list li {
    width: 16.666666%;
    padding: 0 10px;
    display: block;
  }
  .schedule-list li:after {
    content: "";
    position: absolute;
    top: 55px;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: white;
    z-index: 0;
  }
}
.schedule-list__time {
  width: 70px;
  height: 30px;
  font-size: 1.6rem;
  font-family: "Oswald", sans-serif;
  color: black;
  background: #fdd000;
  border-radius: 5px;
  position: relative;
}
.schedule-list__time span {
  font-size: 80%;
}
.schedule-list__time::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 75px;
  width: 15px;
  height: 15px;
  border: 2px solid #fff;
  border-radius: 50%;
  background-color: #fdd000;
  z-index: 1;
}
@media (min-width: 768px) {
  .schedule-list__time {
    width: 100%;
    height: 40px;
    font-size: 2.1rem;
  }
  .schedule-list__time::after {
    content: "";
    position: absolute;
    top: 60px;
    left: 50%;
    width: 20px;
    height: 20px;
    border: 2px solid #fff;
    border-radius: 50%;
    background-color: #fdd000;
    transform: translateX(-50%) translateY(-50%);
    z-index: 1;
  }
}
.schedule-list__contents {
  width: calc(100% - 100px);
}
@media (min-width: 768px) {
  .schedule-list__contents {
    width: 100%;
    margin-top: 40px;
  }
}
.schedule-list__ttl {
  margin: 10px 0 5px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: left;
  color: white;
}
@media (min-width: 768px) {
  .schedule-list__ttl {
    font-size: 1.8rem;
    text-align: center;
  }
}
.schedule-list__txt {
  color: white;
  text-align: left;
}

.information-area {
  margin: 0 auto;
  background-color: black;
  background: url("../images/bg_wht-1.png") repeat;
  background-size: cover;
}
.information-area__bg {
  margin: 0 auto;
  padding: 30px 0;
  background-image: url("../images/img_happi_player3.png"), url("../images/img_happi_player4.png");
  background-repeat: no-repeat, no-repeat;
  background-position: left 10px bottom 0px, right 0 bottom 0px;
  background-size: 20%, 23%;
}
@media (min-width: 768px) {
  .information-area__bg {
    width: 90%;
    padding: 100px 20px;
  }
}
.information-area__block {
  margin: 0 auto;
  padding: 20px;
}
@media (min-width: 768px) {
  .information-area__block {
    width: 90%;
    max-width: 1340px;
    padding: 100px 20px;
  }
}
.information-area__main {
  padding: 20px;
}
@media (min-width: 768px) {
  .information-area__main {
    width: 100%;
    padding: 70px 10%;
    margin-bottom: 100px;
  }
}
.information-area__main ul {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
  border-top: solid 4px black;
}
.information-area__main ul li {
  border-bottom: solid 4px black;
  margin: 20px 0 0 0;
}
.information-area__main ul a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 0 1em;
  font-weight: bold;
  color: black;
}
@media (min-width: 768px) {
  .information-area__main ul a {
    font-size: 1.8rem;
  }
}
.information-area__main ul time {
  -ms-flex-preferred-size: 80px;
  flex-basis: 80px;
  max-width: 80px;
  color: #e6002d;
}
@media (min-width: 768px) {
  .information-area__main ul time {
    -ms-flex-preferred-size: 130px;
    flex-basis: 130px;
    max-width: 130px;
    padding-left: 0.5em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.information-area__main ul p {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  margin-top: 5px;
  text-align: left;
}
@media (min-width: 768px) {
  .information-area__main ul p {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    padding-left: 1em;
    margin-top: 0;
  }
}

.players-area {
  background: url("../images/players-area_bg.jpg") repeat center bottom;
  background-size: cover;
}
.players-area__block {
  margin: 0 auto;
  padding: 20px;
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .players-area__block {
    width: 90%;
    max-width: 1340px;
    padding: 100px 20px;
  }
}
.players-area__main {
  padding: 20px;
}
@media (min-width: 1025px) {
  .players-area__main li {
    padding: 40px;
  }
}
.players-area__main .slide-players .slick-dots_numbers-dia li {
  padding: 0 5px;
}
@media (min-width: 1025px) {
  .players-area a img {
    transition: transform 0.6s ease;
  }
  .players-area a:hover img {
    transform: scale(1.1);
  }
}
.players-area__info {
  width: calc(100% - 80px);
  height: calc(100% - 80px);
  padding: 40px;
  position: absolute;
  top: 40px;
  left: 40px;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  z-index: 100;
}
.players-area__info:hover {
  opacity: 1;
}
@media (min-width: 1025px) {
  .players-area__btn {
    width: 400px;
    margin: 0 auto;
  }
}

.gourmet-area {
  background-size: cover;
}
.gourmet-area__main {
  padding: 0;
}
.gourmet-area__btn {
  margin: 20px auto;
}
@media (min-width: 1025px) {
  .gourmet-area__btn {
    width: 400px;
    margin: 50px auto 0;
  }
}
.gourmet-area h2 {
  color: #e6002d;
}

.present-area {
  background: black url("../images/event_bg_sp.jpg") no-repeat;
  background-position: center top;
  background-size: cover;
}
@media (min-width: 1025px) {
  .present-area {
    background: black url("../images/event_bg.jpg") no-repeat;
    background-size: cover;
  }
}
.present-area__block {
  padding: 40px 20px 20px;
}
@media (min-width: 768px) {
  .present-area__block {
    padding: 100px 20px;
  }
}
.present-area h2 {
  color: #e6002d;
}
.present-area h3 {
  font-family: "Shippori Antique", serif;
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .present-area h3 {
    font-size: 2.4rem;
  }
}
.present-area p {
  font-size: 85%;
}
.present-area img {
  max-width: 800px;
  padding: 40px 20px 0;
}
.present-area .bg-fire {
  height: 100px;
  background: url("../images/bg_fire-red.png") bottom repeat;
}

.event-area ul li + li,
.gourmet-area ul li + li {
  margin-top: 20px;
}
@media (min-width: 1025px) {
  .event-area ul,
  .gourmet-area ul {
    display: flex;
    justify-content: center;
    gap: 2%;
  }
  .event-area ul li + li,
  .gourmet-area ul li + li {
    margin-top: 0;
  }
}
.event-area h2,
.gourmet-area h2 {
  font-size: 2.4rem;
  line-height: 1.3;
  color: #ffff41;
}
@media (min-width: 1025px) {
  .event-area h2,
  .gourmet-area h2 {
    font-size: 4.5rem;
  }
}

.event-area {
  background: #e6002d;
}

.gourmet-area {
  background: black;
}
.gourmet-area h2 {
  color: white;
  margin: 60px auto 20px;
}
@media (min-width: 1025px) {
  .gourmet-area h2 {
    margin: 20px auto 40px;
  }
}
.gourmet-area .bg-kouhaku {
  height: 30px;
  margin-top: 30px;
  background: url("../images/bg_kouhaku.png") bottom repeat;
}

.goods-area {
  background: url("../images/goods-area_bg.jpg") no-repeat;
  background-position: center top;
  background-size: cover;
}
.goods-area h2 {
  color: #fdd000;
}

.ticket-area {
  margin: 0 auto;
  padding: 30px 0;
  text-align: center;
  color: #fff;
  background: #e6002d;
  position: relative;
}
@media (min-width: 768px) {
  .ticket-area {
    padding: 60px 20px 150px;
  }
}
.ticket-area__block {
  width: 90%;
  max-width: 1340px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
.ticket-area__main {
  margin-top: 20px;
  padding: 20px;
  background: white;
}
@media (min-width: 768px) {
  .ticket-area__main {
    margin-top: 0;
    padding: 70px 70px 0;
  }
}
.ticket-area__map {
  width: 90%;
  max-width: 1340px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
.ticket-area__btn {
  margin-top: 20px;
  color: black;
}
@media (min-width: 768px) {
  .ticket-area__btn {
    margin-top: 50px;
  }
}
.ticket-area__btn p:nth-child(1) {
  font-size: 1.8rem;
  line-height: 1.3em;
  font-weight: bold;
}
@media (min-width: 768px) {
  .ticket-area__btn p:nth-child(1) {
    font-size: 2.4rem;
  }
}
.ticket-area__btn p {
  margin-bottom: 20px;
}
.ticket-area__btn p:last-child {
  margin: 0;
}
@media (min-width: 768px) {
  .ticket-area__btn p {
    font-size: 1.8rem;
  }
}
@media (min-width: 1340px) {
  .ticket-area__btn ul {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 1340px) {
  .ticket-area__btn ul li {
    width: 48%;
  }
}
.ticket-area__seat-type {
  margin-top: 20px;
}
.ticket-area__seat-type div:first-child {
  margin-bottom: 20px;
}
.ticket-area__seat-type div:last-child P {
  margin-top: 10px;
  color: black;
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.5;
  text-indent: -1em;
  padding-left: 1em;
}
@media (min-width: 768px) {
  .ticket-area__seat-type {
    margin-top: 50px;
    display: flex;
  }
  .ticket-area__seat-type div:first-child {
    margin-right: 20px;
  }
  .ticket-area__seat-type div:last-child P {
    font-size: 1.2rem;
  }
}
.ticket-area__recommend {
  color: black;
  background: #eee;
}
.ticket-area__recommend h3 {
  padding: 10px 0;
  font-size: 2.1rem;
  font-weight: bold;
  color: white;
  background: #e6002d;
  line-height: 1em;
}
@media (min-width: 768px) {
  .ticket-area__recommend h3 {
    font-size: 2.6rem;
  }
  .ticket-area__recommend h3 span:first-child {
    position: relative;
    display: inline-block;
  }
  .ticket-area__recommend h3 span:first-child:before, .ticket-area__recommend h3 span:first-child:after {
    content: "";
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 50px;
    height: 5px;
    background-color: white;
  }
  .ticket-area__recommend h3 span:first-child:before {
    left: -60px;
  }
  .ticket-area__recommend h3 span:first-child:after {
    right: -60px;
  }
}
.ticket-area__recommend h3 span:last-child {
  font-size: 80%;
  font-weight: normal;
}
.ticket-area__recommend h4 {
  padding: 10px 0;
  font-size: 1.8rem;
  font-weight: bold;
  color: white;
  line-height: 1.3em;
}
@media (min-width: 768px) {
  .ticket-area__recommend h4 {
    font-size: 2rem;
  }
}
.ticket-area__recommend h4 span {
  font-weight: normal;
  font-size: 80%;
}
.ticket-area__recommend p {
  text-align: left;
}
.ticket-area__recommend p span {
  font-weight: bold;
  color: #e6002d;
}
.ticket-area__bnr {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .ticket-area__bnr {
    margin-top: 50px;
  }
}
.ticket-area__bnr a img {
  transition: transform 0.3s ease;
}
.ticket-area__bnr a:hover img {
  transform: scale(1.05);
}
.ticket-area__rec-bg {
  padding: 20px;
}
@media (min-width: 768px) {
  .ticket-area__rec-bg {
    padding: 50px;
  }
}
.ticket-area__benefits {
  margin-top: 20px;
  background: white;
}
@media (min-width: 1025px) {
  .ticket-area__benefits {
    margin-top: 50px;
  }
}
.ticket-area__benefits > div {
  padding: 20px;
}
.ticket-area__benefits > div > p span {
  font-weight: bold;
}
@media (min-width: 1025px) {
  .ticket-area__benefits > div {
    display: flex;
    place-items: center;
  }
  .ticket-area__benefits > div > p {
    width: 50%;
    padding: 0 10px;
  }
}
.ticket-area__benefits h4 {
  padding: 10px 0;
  font-size: 1.8rem;
  font-weight: bold;
  color: white;
  line-height: 1.3em;
  background: #e6002d;
}
@media (min-width: 768px) {
  .ticket-area__benefits h4 {
    font-size: 2rem;
  }
}
.ticket-area__sold-out {
  position: relative;
}
.ticket-area__sold-out::before {
  content: url("../images/icon-sold-out.png");
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%) rotate(-10deg) scale(0.7);
}
@media (min-width: 768px) {
  .ticket-area__sold-out::before {
    transform: translate(-50%, -50%) rotate(-10deg) scale(1);
  }
}
.ticket-area__sold-out::after {
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(255, 255, 255, 0.5);
}
.ticket-area__soon {
  position: relative;
}
.ticket-area__soon::before {
  content: url("../images/icon-sold-out-soon.png");
  display: block;
  position: absolute;
  top: 0;
  left: -60px;
  z-index: 2;
  transform: scale(0.5) rotate(-10deg);
}
@media (min-width: 768px) {
  .ticket-area__soon::before {
    top: 20px;
    left: -20px;
    transform: scale(0.7) rotate(-10deg);
  }
}
.ticket-area__ttl-01 {
  background: #1d2088;
}
.ticket-area__ttl-02 {
  background: #920783;
}
.ticket-area__ttl-03 {
  background: #e5006a;
}
.ticket-area__ttl-04 {
  background: #cc5c7e;
}
.ticket-area__ttl-05 {
  background: #c50018;
}
.ticket-area__ttl-06 {
  background: #fcc800;
}
.ticket-area__ttl-07 {
  background: #e7ed00;
}
.ticket-area__ttl-08 {
  background: #8fc31f;
}
.ticket-area__ttl-09 {
  background: #094;
}
.ticket-area__ttl-10 {
  background: #009e96;
}
.ticket-area__ttl-11 {
  background: #00a0e9;
}
.ticket-area__ttl-12 {
  background: #0068b7;
}
.ticket-area__ttl-13 {
  background: #cc3aaa;
}
.ticket-area__ttl-14 {
  background: #cc3b57;
}
.ticket-area__ttl-15 {
  background: #c50018;
}
.ticket-area__ttl-16 {
  background: #ccb242;
}
.ticket-area__ttl-17 {
  background: #4acc6e;
}
.ticket-area__ttl-18 {
  background: #4eccc0;
}
.ticket-area__ttl-19 {
  background: #4e5dcc;
}

.btn-ticket_club,
.btn-ticket_ticket {
  width: 100%;
  margin-bottom: 15px;
  padding: 65px 20px 10px 20px;
  text-align: center;
  display: block;
  font-weight: bold;
  line-height: 1.5em;
  font-size: 1.8rem;
  color: white;
  position: relative;
  border: 4px solid #fdd000;
}
.btn-ticket_club span,
.btn-ticket_ticket span {
  width: 100%;
  padding-top: 5px;
  display: inline-block;
  border-top: 1px solid white;
}
.btn-ticket_club::after,
.btn-ticket_ticket::after {
  position: absolute;
  right: 20px;
  top: 25px;
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/icon_tnl-link-w.svg) no-repeat;
  background-size: contain;
}
.btn-ticket_club::before,
.btn-ticket_ticket::before {
  position: absolute;
  left: 20px;
  top: 20px;
  content: "";
  display: inline-block;
  background-size: contain;
}
@media (min-width: 768px) {
  .btn-ticket_club,
  .btn-ticket_ticket {
    margin-bottom: 30px;
    padding: 20px 70px 20px 220px;
    font-size: 2rem;
  }
  .btn-ticket_club span,
  .btn-ticket_ticket span {
    padding-top: 0;
    display: inline-block;
    border-top: none;
  }
  .btn-ticket_club::after,
  .btn-ticket_ticket::after {
    right: 30px;
    top: calc(50% - 10px);
  }
  .btn-ticket_club::before,
  .btn-ticket_ticket::before {
    left: 30px;
    top: calc(50% - 15px);
  }
}

.btn-ticket_club {
  background: black;
}
.btn-ticket_club::before {
  width: 158px;
  height: 30px;
  background: url(../images/logo_rex-club.svg) no-repeat;
}

.btn-ticket_ticket {
  background-color: #e6002d;
}
.btn-ticket_ticket::before {
  width: 160px;
  height: 34px;
  background: url(../images/logo_rex-ticket.svg) no-repeat;
}

.access-area {
  margin: 0 auto;
  background-color: black;
}
.access-area__block {
  margin: 0 auto;
  padding: 20px;
}
@media (min-width: 768px) {
  .access-area__block {
    width: 90%;
    max-width: 1340px;
    padding: 100px 20px;
  }
}
.access-area h2 {
  color: white;
}
.access-area h3 {
  margin: 30px 0 10px;
  padding: 15px 0 15px 70px;
  display: inline-block;
  font-size: 1.8rem;
  text-align: left;
  color: white;
}
@media (min-width: 768px) {
  .access-area h3 {
    margin: 100px 0 50px;
    padding-right: 50px;
    font-size: 2.8rem;
  }
}
.access-area h3.icon-walk {
  background: url(../images/ico_walk.png) left center no-repeat;
  background-size: 60px;
}
.access-area h3.icon-bicycle {
  background: url(../images/ico_bicycle.png) left center no-repeat;
  background-size: 60px;
}
.access-area__map {
  height: 0;
  width: 100%;
  margin: 20px auto 0;
  overflow: hidden;
  padding-bottom: 75%;
  position: relative;
  position: relative;
}
.access-area__map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
@media (min-width: 768px) {
  .access-area__map {
    margin: 0 auto;
    padding-bottom: 56.25%;
  }
}
.access-area__note {
  width: 100%;
  margin: 0 auto;
}
.access-area__note > ul {
  width: 100%;
  margin: 0 auto;
  text-align: left;
  color: white;
}
.access-area__note > ul > li {
  padding-left: 1.1em;
  text-indent: -1.1em;
}
.access-area__note > ul > li:not(:last-of-type) {
  margin-bottom: 10px;
}
.access-area__note > ul > li span {
  margin-right: 0.1em;
  color: #e6002d;
}
.access-area__note > ul > li > p {
  margin: 5px 0 0;
  padding-left: 1.1em;
}
.access-area__note > ul > li > ul {
  padding-left: 1.1em;
}
.access-area__note > ul > li div {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.access-area__note > ul > li div img {
  width: 48%;
}
@media (min-width: 768px) {
  .access-area__note {
    width: 1000px;
  }
  .access-area__note > ul {
    width: 900px;
  }
  .access-area__note > ul > li:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .access-area__note > ul > li > p {
    margin: 10px 0 5px;
  }
}
.access-area__moreinfo {
  width: 100%;
  margin: 50px auto 0;
}
@media (min-width: 768px) {
  .access-area__moreinfo {
    width: 500px;
    margin: 100px auto 0;
  }
}

.playback-area {
  background-color: #fdd000;
}
.playback-area__bloock {
  width: 90%;
  max-width: 1340px;
  margin: 0 auto;
  padding: 20px;
}
@media (min-width: 768px) {
  .playback-area__bloock {
    padding: 100px 20px;
  }
}
.playback-area__bloock h2 {
  color: white;
}
.playback-area__bloock ul li + li {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .playback-area__bloock ul {
    display: flex;
    justify-content: space-between;
    gap: 0 20px;
  }
  .playback-area__bloock ul li a img {
    width: auto;
    height: auto;
    max-height: 200px;
  }
  .playback-area__bloock ul li + li {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .floating-banner {
    position: fixed;
    bottom: 100px;
    right: 0;
    z-index: 100;
  }
}
.floating-banner a {
  width: 80px;
  padding: 0px;
  margin-right: -2px;
  border-radius: 10px 0 0 10px;
  border: 2px solid black;
  background: #e6002d;
  color: black;
  display: block;
  text-align: center;
  position: relative;
}
.floating-banner a:hover {
  background: #fdd000;
}
.floating-banner a img {
  border-radius: 8px 0 0 8px;
}

@keyframes purupuru_anim {
  0% {
    transform: translate(0, 0);
  }
  1.5% {
    transform: translate(-5px, 0);
  }
  3% {
    transform: translate(5px, 0);
  }
  4.5% {
    transform: translate(-5px, 0);
  }
  6% {
    transform: translate(5px, 0);
  }
  7.5% {
    transform: translate(-5px, 0);
  }
  9% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
/*--------------------------------------
スライド
--------------------------------------*/
.img-slide-area {
  margin: 0;
}
@media (min-width: 768px) {
  .img-slide-area {
    margin: 0;
  }
}

.slide-photo {
  width: 100%;
  height: 100%;
}
/*--------------------------------------
画像ホバー
--------------------------------------*/
@media (min-width: 1340px) {
  .grayscale {
    filter: grayscale(0%);
    transition: filter 0.3s ease;
  }
  .grayscale:hover {
    filter: grayscale(100%);
  }
  .zoom {
    transition: transform 0.3s ease;
  }
  .zoom:hover {
    transform: scale(1.1);
  }
}