.body {
  color: #fff;
  background-color: #1f2021;
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  line-height: 1.4;
}

.bg {
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  background-image: url('../images/bg.jpg');
  background-position: 50%;
  background-size: cover;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.main {
  width: 100%;
  height: 100vh;
  max-width: 1280px;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.main-logo {
  width: 100%;
  justify-content: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: block;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.logo {
  width: 50%;
}

.sec-news {
  width: 100%;
  margin-bottom: 120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  padding: 0 80px;
  max-width: 1440px;
  justify-content: space-between;
  align-items: flex-start;
}

.sec-news__title {
  font-family: 'Lato', sans-serif;
  font-size: 40px;
  font-weight: 500;
  margin: 0px 0px 20px 0px;
  line-height: 1.2;
}

.inner {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.news-inner {
  width: 45%;
  margin: 0;
  background: #343434;
  border-left: 5px solid #c63734;
  padding: 20px 20px 20px 20px;
}

.news-title {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
}

.photo-inner {
  justify-content: space-between;
  display: flex;
  width: 50%;
  max-width: 50%;
  margin: 0;
}

.inner.ticket-inner {
  max-width: 960px;
}

.news-list {
  width: 100%;
  margin-bottom: 0;
  padding: 0;
}

.news-list__item {
  display: flex;
  margin: 0px 0px 20px 0px;
}

.news-date {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  width: 120px;
}

.photo {
  justify-content: space-between;
  display: flex;
}

.photo-item {
  width: 50%;
  margin: 100px 0px 0px 0px;
}

.sec-schedule {
  padding: 0 80px;
  margin: 0 auto 80px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  max-width: 1440px;
}

.schedule-img {
  width: 50%;
}

.schedule-inner {
  width: 50%;
  border-bottom: 5px solid #c63734;
}

.sec-schedule__title {
  font-size: 40px;
  font-weight: 700;
  margin: 0;
  line-height: 1.4;
  padding: 0px 0px 0px 40px;
  border-bottom: 5px solid #c63734;
}

.sec-schedule__month {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.4;
  margin: 20px 0px 20px 40px;
}

.schedule-list {
  padding: 0px 0px 0px 100px;
}

.schedule-list__item {
  display: flex;
  margin: 0px 0px 20px 0px;
}

.schedule-date {
  width: 105px;
  font-size: 32px;
  font-weight: 700;
  display: flex;
  align-items: center;
  line-height: 1.4;
  margin: 0px 2px 0px 0px;
  flex: none;
}

.schedule-week {
  font-size: 18px;
  margin: 0;
}

.schedule-info {
  padding: 0px 0px 0px 20px;
}

.schedule-place {
  font-size: 24px;
  font-weight: 700;
  margin: 0px 0px 5px 0px;
  line-height: 1.4;
  word-break: break-word;
}

.schedule-time {
  font-size: 16px;
  font-weight: 700;
}

.sec-ticket {
  display: flex;
  justify-content: space-between;
  max-width: 1440px;
  padding: 0 80px;
  margin: 0 auto 200px;
}

.ticket-inner {
  width: 45%;
}

.calender {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}

.sec-ticket__title {
  font-size: 48px;
  font-weight: 700;
  border-bottom: 5px solid #c63734;
  line-height: 1.4;
  margin: 0 0 20px;
}

.ticket-box {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
  padding: 0 0 20px;
  border-bottom: 5px solid #c63734;
  margin: 0 0 20px;
}

.ticket-box__text {
  font-size: 20px;
  margin: 0;
}

.ticket-box__text .small {
  font-size: 16px;
}

.senkou-wrap {
  display: flex;
  flex-direction: column;
  gap: 40px 0;
  margin: 0 0 40px;
}

.senkou-title {
  color: #8a8a8a;
  font-size: 28px;
  margin: 0 0 10px;
  line-height: 1.4;
}

.senkou-text {
  color: #8a8a8a;
  font-size: 20px;
  margin: 0 0 20px;
}

.nolink-btn {
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #6c6969;
  border: 3px solid #c63734;
  padding: 10px;
}

.ippan-item {
  margin: 0 0 60px;
}

.ippan-title {
  font-size: 28px;
  line-height: 1.4;
  margin: 0 0 10px;
}

.ippan-text {
  font-size: 20px;
  margin: 0 0 20px;
}

.link-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 60px 60px;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
}

.link-list__item {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.link-logo.pia {
  width: 158px;
}

.link-logo.o-ticket {
  width: 101px;
}

.link-logo.e-plus {
  width: 144px;
}

.link-logo.tkbox {
  width: 158px;
}

.toujitsu-title {
  font-size: 28px;
  line-height: 1.4;
  margin: 0 0 10px;
}

.toujitsu-text {
  font-size: 20px;
}

.sec-notice {
  padding: 0 80px;
  margin: 0 auto 180px;
  max-width: 1440px;
}

.notice-title {
  font-size: 40px;
  padding: 0 0 0 20px;
  border-left: 5px solid #c63734;
  margin: 0px 0px 40px 0px;
  line-height: 1.4;
}

.notice-wrap {
  background: #282828;
  border-top: 3px solid #c63734;
  border-bottom: 3px solid #c63734;
  padding: 40px 40px 80px 40px;
}

.notice-subtitle {
  font-size: 20px;
  line-height: 2.01;
  margin: 16px 0 0;
}

.notice-text {
  font-size: 16px;
  line-height: 2.01;
  font-weight: 300;
}

.notice-mini-title1 {
  font-size: 18px;
  font-weight: 600;
  margin: 10px 0px 0px 0px;
  display: inline-block;
}

.notice-mini-title2 {
  font-size: 21px;
  font-weight: 600;
  margin: 16px 0px 0px 0px;
  display: inline-block;
}

.contact-box {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}

.link-btn {
  background: #c63734;
  border-bottom: 3px solid #c63734;
  border-left: 3px solid #c63734;
  border-right: 3px solid #c63734;
  border-top: 3px solid #c63734;
  width: 47%;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 20px;
  text-decoration: none;
  transition-duration: 0.3s;
}

.link-btn:hover {
  opacity: 0.8;
  transition-duration: 0.3s;
}

.live-img {
  height: 240px;
  padding: 0px 30px 0px;
  position: relative;
  width: 100%;
  margin: 0 0 180px;
}

.live-img::before {
  content: '';
  background-image: url('../images/live-img.webp');
  width: 70%;
  position: absolute;
  height: 240px;
  right: 0;
  background-position: right top;
  background-size: cover;
  background-repeat: no-repeat;
}

.sec-goods {
  padding: 0 80px;
  max-width: 1440px;
  margin: 0 auto 95px;
}

.goods-title {
  font-size: 48px;
  border-right: 5px solid #c63734;
  display: flex;
  justify-content: flex-end;
  padding: 0px 20px 0px 0px;
  line-height: 1.4;
  margin: 0 0 40px;
}

.event-img01 {
  height: 500px;
  padding: 0 30px;
  max-width: 1280px;
  margin: 0 auto 60px;
  display: flex;
  justify-content: flex-end;
}

.event-img01__item {
  height: 500px;
  width: 50%;
  position: relative;
}

.event-img01__item::before {
  content: '';
  height: 100%;
  width: 100%;
  background-image: url(../images/event-img01.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  position: absolute;
  top: 0;
  right: 0;
}

.sec-event {
  padding: 0 80px;
  max-width: 1440px;
  margin: 0 auto 60px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.event-img02 {
  height: 380px;
  width: 50%;
  position: relative;
}

.event-img02::before {
  content: '';
  background-image: url(../images/event-img02.webp);
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.event-inner {
  width: 45%;
}

.event-box {
  border-bottom: 5px solid #c63734;
  display: flex;
  flex-direction: column;
}

.event-title {
  font-size: 48px;
  line-height: 1.4;
  border-bottom: 5px solid #c63734;
  margin: 0;
}

.ticket-title {
  font-size: 24px;
  line-height: 1.4;
  margin: 20px 0px 20px 10px;
}

.event-text {
  font-size: 18px;
  margin: 0px 0px 20px 10px;
}

.event-btn {
  background: #c63734;
  font-size: 20px;
  color: #fff;
  width: 100%;
  border: 3px solid #c63734;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  padding: 10px;
  margin: 0 0 20px;
  transition-duration: 0.3s;
}

.event-btn:hover {
  opacity: 0.8;
  transition-duration: 0.3s;
}

.mini-title {
  font-size: 20px;
  font-weight: 600;
  margin: 20px 0px 20px 10px;
}

.footer {
  width: 100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.copy {
  letter-spacing: 0.1em;
  font-family: Noto Sans JP, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5em;
}

.footer-title {
  letter-spacing: 0.1em;
  margin-bottom: 10px;
  font-family: Anton, sans-serif;
  font-size: 30px;
  line-height: 30px;
}

@media screen and (max-width: 840px) {
  .main-logo {
    margin-top: 250px;
    padding: 60px 30px;
  }

  .logo {
    width: 100%;
  }

  .news-inner {
    width: 100%;
  }

  .sec-news__title {
    font-size: 36px;
  }

  .photo-item {
    display: none;
  }

  .sec-schedule {
    flex-direction: column;
  }

  .schedule-img {
    width: 100%;
  }

  .schedule-inner {
    width: 100%;
    margin: 20px 0px 0px 0px;
  }

  .sec-ticket {
    flex-direction: column;
    margin: 0 0 220px;
  }

  .ticket-inner {
    width: 100%;
    margin: 0 0 40px;
  }

  .calender {
    width: 100%;
    gap: 40px 0;
  }

  .nolink-btn {
    font-size: 16px;
  }

  .contact-box {
    flex-direction: column;
    gap: 20px 0;
  }

  .link-btn {
    width: 100%;
    font-size: 16px;
  }

  .ticket-title {
    font-weight: 500;
  }

  .event-btn {
    font-size: 16px;
    margin: 20px 0px 0px 0px;
  }

  .mini-title {
    font-size: 24px;
  }
}

@media screen and (max-width: 540px) {
  .sec-news {
    padding: 0 20px;
  }

  .sec-news__title {
    font-size: 28px;
    margin: 0px 0px 10px 0px;
  }

  .sec-schedule {
    flex-direction: column-reverse;
    padding: 0 20px;
    margin: 0 0 120px 0;
  }

  .sec-schedule__title {
    padding: 0;
  }

  .sec-schedule__month {
    margin: 20px 0px 20px 0px;
  }

  .schedule-list {
    padding: 0;
  }

  .sec-ticket {
    padding: 0 20px;
    margin: 0 0 160px;
  }

  .ippan-item {
    margin: 0 0 40px;
  }

  .link-list {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, 60px);
    gap: 12px 0;
  }

  .sec-notice {
    padding: 0 24px;
    margin: 0 0 140px;
  }

  .notice-wrap {
    padding: 36px 24px 64px 24px;
  }

  .notice-subtitle {
    font-size: 16px;
  }

  .notice-text {
    font-size: 14px;
  }

  .notice-mini-title1 {
    font-size: 14px;
  }

  .notice-mini-title2 {
    font-size: 14px;
  }

  .link-btn {
    font-size: 14px;
  }

  .live-img::before {
    width: 80%;
  }

  .sec-goods {
    padding: 0 24px;
    margin: 0 auto 60px;
  }

  .event-img01 {
    margin: 0 auto 100px;
  }

  .event-img01__item {
    width: 100%;
  }

  .sec-event {
    padding: 0 30px;
    flex-direction: column-reverse;
    margin: 0 auto 100px;
  }

  .event-img02 {
    width: 100%;
  }

  .event-img02::before {
    background-size: contain;
  }

  .event-inner {
    width: 100%;
  }

  .event-btn {
    font-size: 14px;
  }

  .mini-title {
    font-size: 20px;
  }
}
