html {
  font-size: 10px;
  letter-spacing: 1px;
  line-height: 1.7;
  box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
}

body {
  background-image: url(../images/bg-pc.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  background-attachment: fixed;
  background-color: #000;
}
@media screen and (max-width: 430px) {
  body {
    background-image: none;
  }
}
body {
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

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

img[src$=".svg"] {
  width: 100%;
}

.lp-wrapper {
  max-width: 500px;
  box-shadow: 0 0 18px #000;
  margin: auto;
  background-image: url(../images/bg-lp.jpg);
  background-image: url(../images/bg-lp.webp);
  background-attachment: fixed;
  background-size: contain;
  background-color: #851a00;
}
@media screen and (max-width: 430px) {
  .lp-wrapper {
    background-attachment: scroll;
  }
}
/* fv */

#contents_fv {
  position: relative;
}

.fv-head {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.fv-bg video {
  width: 100%;
  height: auto;
  display: block;
}

.fv-cp {
  margin-bottom: 4%;
  padding: 0 2%;
}

.fv-cp img {
  width: 100%;
  height: auto;
}

.fv-ticket-box {
  padding: 10px 20px 60px 20px;
  display: inline-block;
  width: 100%;
  background-image: url(../images/fv-ticket-bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 30px;
}

.fv-ticket-box .countdown-text {
  text-align: center;
  font-size: clamp(28px, 8vw, 40px);
  font-weight: bold;
  color: #fff;
  line-height: 1;
}
.fv-ticket-box .countdown-text #day {
  color: #ffc602;
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(100px, 8.3vw, 120px);
  text-shadow: #000 1px 0 10px;
}

.fv-ticket-box .countdown-text span {
  font-size: 140%;
}
.fv-ticket-box .fv-ticket-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 14px;
}
.fv-ticket-box .fv-ticket-flex img {
  width: 55%;
  height: auto;
}
.fv-ticket-box .fv-cta {
  display: inline-block;
  text-align: center;
}
.fv-ticket-box .fv-cta img {
  width: 90%;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.4);
}
.fv-ticket-box .btn-cta-fv-text {
  width: 90%;
  text-align: center;
  margin: 0 auto 5px auto;
}
.today-message {
  color: #ffc602;
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(30px, 3.1vw, 45px);
  text-shadow: #000 1px 0 10px;
  padding: 30px 0;
  text-align: center;
}

/* チケットcss */

.ticket-box {
  border-radius: 6px;
  background: #171717;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.4);
}

#include2 .ticket-box {
  padding-top: 27px;
}

.ticket-box h2 {
  border-radius: 6px 6px 0px 0px;
  text-align: center;
  padding: 12px 0;
  font-weight: bold;
  font-size: 20px;
  color: #393939;
  letter-spacing: 0.1em;
  background: linear-gradient(180deg, #adadad 0%, #f2f0f0 49.5%, #adadad 100%);
  border: 3px solid #c0c0c0;
}

.ticket-box h2 span {
  text-shadow: 0px 1px 7px #705306;
}

.ticket-box p {
  color: #fff;
}

.ticket-offer-box {
  padding: 13px 11px;
  margin-bottom: 20px;
  border-bottom: solid 3px #c0c0c0;
  border-left: solid 3px #c0c0c0;
  border-right: solid 3px #c0c0c0;
  border-radius: 0 0 6px 6px;
}

.ticket-fee-box-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: bold;
  margin-bottom: 5px;
}

.ticket-fee-box-text {
  width: 79%;
}

.ticket-fee-box-text .great {
  background-color: #d40201;
  border-radius: 30px;
  color: #ffffff;
  padding: 5px 22px;
  font-size: 14px;
  width: auto;
  display: inline-block;
  line-height: 1;
  margin-bottom: 6px;
}
.ticket-fee-box-text .ticket-name {
  font-size: 18px;
  font-feature-settings: "palt";
}

.ticket-fee-box-fee {
  text-align: center;
}

.ticket-fee-box-fee .former {
  font-size: clamp(14px, 1.1vw, 16px);
  margin-bottom: -5px;
  position: relative;
  letter-spacing: 0.1em;
}
.ticket-fee-box-fee .former::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
}
.ticket-fee-box-fee .former .line-through {
  color: #c0c0c0;
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.ticket-fee-box-fee .former .line-through > .price {
  font-family: "din-2014", sans-serif;
  font-size: 20px;
}

.ticket-fee-box-fee .regular {
  margin-bottom: -11px;
  font-size: 12px;
}

.ticket-fee-box-fee > .price {
  background-color: #bc9b2b;
  font-size: clamp(36px, 7.2vw, 40px);
  border-radius: 6px;
  color: #ffffff;
  line-height: 1;
  width: 100%;
  letter-spacing: 0.06em;
  display: flex;
  align-items: baseline;
  font-weight: bold;
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  padding: 4px;
  font-style: normal;
}

.ticket-fee-box-fee .price span {
  font-size: 14px;
}

.ticket-fee-box-supplement {
  margin: 10px 0;
}

.ticket-fee-box-supplement p {
  color: #7e7e7e;
  font-size: clamp(10px, 2.6vw, 13px);
}

.ticket-details-box h3 {
  color: #ffc602;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  display: block;
  margin-bottom: 20px;
  margin-top: 40px;
  border-bottom: 1px solid #ffc602;
  padding-bottom: 10px;
}

.ticket-fee-box-fee .modal-btn {
  margin: 0;
  width: 100%;
  background: #ffc701;
  padding: 0;
  border: none;
  box-shadow: none;
}

.benefits-box {
  background-color: #2a2a2a;
  padding: 20px;
  text-align: center;
}

.benefits-box .benefits-box-title {
  font-size: 16px;
  font-weight: bold;
  color: #ffc602;
  margin-bottom: 20px;
}

.benefits-box .benefits-box-text {
  font-size: 14px;
  color: #ffc602;
}

.benefits-img {
  width: 80%;
  margin: 20px auto;
  display: block;
}

/* button */

.btn-cta a {
  background-image: url(../images/btn-cta-red-bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 100vw;
  text-align: center;
  display: block;
  margin: auto 30px;
  max-width: 420px;
  padding: 13px 33px;
  font-size: 19px;
  line-height: 1.7;
  letter-spacing: 0.05em;
  outline: solid 3px #e91223;
  font-weight: bold;
  color: #fff;
  position: relative;
}

.fv-ticket-box .btn-cta a {
  box-shadow: 0 0 8px #5f0001;
}

.btn-cta a img {
  width: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 10%;
}

.btn-etc {
  padding-bottom: 4px;
  text-align: center;
}

.btn-etc a {
  display: inline-block;
  padding-right: 20px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  margin: 20px auto 10px auto;
  position: relative;
  border-bottom: 1px solid #fff;
}

.btn-etc a img {
  width: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  padding-bottom: 1px;
}

/* live */
#contents_live {
  background-image: url(../images/live-bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 37px 0 20px 0;
  position: relative;
}

#contents_live h2 {
  margin-bottom: 36px;
}

.live-head {
  position: absolute;
  top: 30px;
  left: 0;
  max-width: 353px;
}

.live-device {
  margin-bottom: 36px;
}

.audience {
  margin-bottom: 20px;
}

.audience:last-child {
  margin-bottom: 0;
}

/* audience */

#contents_referee h2 {
  padding: 0 20px;
  margin-top: 20px;
  margin-bottom: 60px;
}

#contents_referee .referee-box > img {
  width: 90%;
  margin: auto;
  display: block;
}

#contents_referee .audience_wrapper {
  background-image: url(../images/audience_bg.jpg);
  background-image: url(../images/audience_bg.webp);
  padding: 55px 20px 20px 20px;
  background-size: contain;
  background-repeat: repeat;
  text-align: center;
  margin-top: -50px;
}

#contents_referee .audience_wrapper .cp-01 {
  margin: 10px 0 22px 0;
  padding: 0 9%;
}

#contents_referee .audience_wrapper .cp-02 {
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  margin: 30px 0;
}

#contents_referee .audience_wrapper .cp-02 .red {
  color: #da3830;
}
#contents_referee .audience_wrapper .cp-02 .blue {
  color: #2b60c7;
}

/* contents_app */

#contents_ticket {
  background-image: url(../images/cta-bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#contents_ticket .contents_ticket-title {
  margin-bottom: 10px;
}

#contents_overview {
  color: #fff;
  padding: 0 20px 40px 20px;
  background-image: url(../images/bottom-bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#contents_overview .title {
  text-align: center;
  margin-bottom: 40px;
}

#contents_overview .title p {
  font-size: 12px;
  color: #fff;
}

#contents_overview .title .logo-img {
  width: 80%;
  margin-top: 30px;
  margin-bottom: 10px;
}

#contents_overview .title .day {
  font-size: 42px;
}

#contents_overview .title .time {
  margin-top: -15px;
  font-size: 24px;
}

#contents_overview h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 20px 0;
}

#contents_overview .text p {
  font-size: 14px;
  color: #fff;
  margin-bottom: 6px;
}

#contents_overview .text .annotation {
  font-size: 12px;
}

#content_bottom-cta .ticket-box .btn-cta {
  margin: 14px 0;
}

#content_bottom-cta .ticket-box .annotation-text p {
  color: #7e7e7e;
  font-size: clamp(10px, 2.6vw, 13px);
}

#content_bottom-cta div.btn-etc a img {
  transform: rotateX(180deg);
}

#content_bottom-cta .ticket-box .btn-ticket-list {
  border-bottom: 1px solid #fff;
  padding-bottom: 4px;
  margin: 0 0 20px 0;
}

#content_bottom-cta .ticket-box .btn-ticket-list:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

@media screen and (max-width: 400px) {
  input[type="radio"] + label {
    padding: 10px;
    width: 12px;
    height: 12px;
  }
}
@media screen and (max-width: 420px) {
  #content_bottom-cta .ticket-name {
    font-size: 16px;
  }

  .ticket-fee-box-text .ticket-name {
    font-size: 16px;
  }
}

/* offer */

.contents_offer {
  padding: 10px 11px;
}

.contents_offer .btn-ticket-list {
  border-bottom: 1px solid #fff;
  margin: 0 0 20px 0;
  position: relative;
  padding-bottom: 20px;
}

.contents_offer .cpa_01,
.contents_offer .cpa_02,
.contents_offer .cpa_03,
.contents_offer .cpa_04 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}

.contents_offer .ticket-offer-box .ticket-fee-box-box {
  width: 100%;
}

.contents_offer .ticket-offer-box .ticket-fee-box-text {
  width: 79%;
}

.contents_offer .ticket-offer-box .ticket-fee-box-text .great {
  padding: 5px 16px;
}

.contents_offer .ticket-offer-box .ticket-fee-box-fee .price span {
  font-size: 14px;
}

/* ラジオボタンを隠します */
input[type="radio"] {
  display: none;
  width: 15%;
}

/* カスタマイズされたラベルスタイル */
input[type="radio"] + label {
  display: inline-block;
  margin: 0 6px 0 0;
  padding: 12px;
  border: 1px solid #fff;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  width: 16px;
  height: 16px;
}

/* ラジオボタンがチェックされた時のスタイル */
input[type="radio"]:checked + label {
  border-color: #fff;
}

/* チェックされたラジオボタンにカスタムチェックマークを表示 */
input[type="radio"]:checked + label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  background: #ffec41;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.contents_offer .contents_offer-box {
  background: #171717;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.4);
  padding: 20px;
  border-radius: 0 0 20px 20px;
}

.contents_offer .contents_offer-box h2 {
  color: #ffffff;
  border: 1px solid #fff;
  background-image: none;
  padding: 18px 0;
  display: block;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  font-style: normal;
  letter-spacing: 0.3em;
  width: 100%;
  margin: 10px 0 30px 0;
  background-color: inherit;
  border-radius: 0;
}

.contents_offer .accordion {
  width: 100%;
  margin: 20px 0;
}

.contents_offer .accordion button {
  padding: 10px;
  width: 100%;
  border-bottom: 1px solid #ffc700;
  cursor: pointer;
  outline: none;
  color: #ffc700;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  position: relative;
}

.contents_offer .accordion button .icon {
  transition: transform 0.3s;
  position: absolute;
  right: 0;
}

.contents_offer .accordion button.active .icon {
  transform: rotate(180deg);
}

.contents_offer .accordion-content {
  max-height: 0;
  overflow: hidden;
  border-top: none;
  margin-top: 20px;
}
.contents_offer .accordion-content .point p {
  border: none !important;
}
.contents_offer .ticket-details-box {
  margin-top: 30px;
  margin-bottom: 50px;
}

.contents_offer .annotation-text {
  margin: 20px auto 7px auto;
}

.ticket-offer-box .annotation-text {
  margin-top: 10px;
}

.contents_offer .annotation-text p,
.ticket-offer-box .annotation-text p {
  letter-spacing: 0.5px;
  margin-bottom: 0;
  color: #7e7e7e;
  font-size: clamp(10px, 2.6vw, 13px);
  font-family: "Inter", sans-serif;
}

.contents_offer .ticket-details-box .point p {
  background-color: #2a2a2a;
  border: 1px solid #ffc700;
  color: #ffc700;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  padding: 14px 0;
  padding-left: 60px;
  margin-bottom: 10px;
  width: 100%;
  position: relative;
}

.contents_offer .ticket-details-box .point p a {
  text-decoration: underline;
}

.contents_offer .ticket-details-box .point p img {
  width: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 6%;
}

.contents_offer .ticket-details-box .normal-point p {
  border: none;
}

.accordion-content-list {
  background-color: #ffec41;
  width: 100%;
  height: auto;
  text-align: center;
  display: flex;
  padding: 10px;
  box-sizing: border-box;
  flex-wrap: wrap;
}

.accordion-content-list p {
  border: 1px solid #0d0d0d;
  width: 50%;
  padding: 6px 0;
  color: #0d0d0d;
  font-size: 10px;
  font-weight: bold;
}

.content {
  display: none;
}

.content.active {
  display: block;
}

.contents_offer .contents_offer-box .ticket-box {
  border-radius: 0;
  background: none;
  box-shadow: none;
  border: none;
}

.contents_offer .contents_offer-box .btn-etc a img {
  transform: rotateX(180deg);
  padding-bottom: 0px;
  margin-top: 2px;
}

/* overview */

#contents_overview {
  color: #fff;
  padding: 38px 20px 40px 20px;
}

#contents_overview .title {
  text-align: center;
  margin-bottom: 40px;
}

#contents_overview .title .logo img {
  width: 100%;
  max-width: 144px;
  margin-bottom: 10px;
}

#contents_overview .title p {
  font-size: 12px;
  color: #fff;
}

#contents_overview .title .logo-img {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 10px;
  background-color: #000;
  padding: 6px 10px;
}

#contents_overview .title .day {
  font-size: 42px;
  font-family: "Inter", sans-serif;
  line-height: 1.25;
  display: inline-block;
  padding: 0 10px;
  margin-bottom: 23px;
  background-color: #000;
}

#contents_overview .title .time {
  margin-top: -15px;
  font-size: 24px;
  font-family: "Inter", sans-serif;
  line-height: 1.25;
  display: inline-block;
  padding: 0 10px;
  margin-bottom: 7px;
  background-color: #000;
}

#contents_overview .annotation {
  margin-bottom: 20px;
}

#contents_overview .annotation-left {
  text-align: left;
}

#contents_overview h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 20px 0;
}

#contents_overview .text p {
  font-size: 14px;
  color: #fff;
  margin-bottom: 6px;
}

#contents_overview .text .annotation {
  font-size: 12px;
}

#content_bottom-cta .ticket-box .btn-cta {
  margin: 20px 0;
}

#content_bottom-cta div.btn-etc a img {
  transform: rotateX(180deg);
}

#content_bottom-cta .ticket-box .btn-ticket-list {
  border-bottom: 1px solid #fff;
  padding-bottom: 4px;
  margin: 0 0 20px 0;
}

/*----------------------------------------------------------*/
/* モーダルウインドウ Slide In */
/*----------------------------------------------------------*/

body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

/* モーダルを開くボタン */
.modal-btn {
  background-color: #fff;
  color: #d40201;
  width: 100%;
  border-radius: 100vw;
  text-align: center;
  margin: auto;
  max-width: 420px;
  font-size: 20px;
  font-weight: bold;
  position: relative;
}

.modal-min-btn {
  padding: 14px 10%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-min-btn img {
  width: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 10%;
}

.modal {
  display: none;
}
/* モーダルウインドウ／背景 */
.modal-bg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  transition: 0.3s;
}

/* モーダルウインドウ／コンテンツ */
.modal-main-container {
  color: black;
  z-index: 11;
  position: fixed;
  top: 200%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 500px;
  width: 100%;
  height: 90%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
.modal-main-container.slide {
  top: 50%;
  transition: 0.3s;
}
.modal-main-contents {
  background-color: #0b0920;
  max-width: 500px;
  border-radius: 12px;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: rgba(0, 0, 0, 0.28) 0px 8px 28px;
  transition: 0.3s;
}

/* モーダルウインドウ／閉じるボタンのwrapper */
.modal-close-btn__wrapper {
  border-bottom: solid 1px #ebebeb;
  height: 64px;
  display: flex;
  align-items: center;
}

/* モーダルウインドウ／閉じるボタン */
.modal-close-btn {
  color: #fff;
  cursor: pointer;
  margin-left: 24px;
}

/* スクロール用タグ */
.modal-scroll__container {
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.modal-scroll__container ::-webkit-scrollbar {
  display: none;
}

/* footer */

.privacy {
  color: #fff;
  font-size: 10px;
  text-align: center;
  display: block;
  margin-top: 60px;
}

/* liのhover設定 */
@media (hover: hover) {
  .currency__item:hover {
    background-color: rgb(238, 238, 238);
  }
}

@media screen and (max-width: 400px) {
  input[type="radio"] + label {
    padding: 10px;
    width: 12px;
    height: 12px;
  }
}
@media screen and (max-width: 420px) {
  .contents_offer .ticket-offer-box .ticket-fee-box-text .ticket-name,
  #content_bottom-cta .ticket-name {
    font-size: 16px;
  }

  .ticket-fee-box-text .ticket-name {
    font-size: 16px;
  }
}
