.pcOn {
  display: block;
}
@media screen and (max-width: 620px) {
  .pcOn {
    display: none;
  }
}

.spOn {
  display: none;
}
@media screen and (max-width: 620px) {
  .spOn {
    display: block;
  }
}

body {
  position: relative;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  line-height: 1;
}
body::before {
  content: "";
  background: url(../images/bg.png) no-repeat;
  background-size: cover;
  background-position: center top;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
@media screen and (max-width: 620px) {
  body::before {
    content: none;
  }
}

.top-logo {
  position: fixed;
  top: 4.5%;
  left: 2.75%;
  max-width: 400px;
  width: 21%;
}
@media screen and (max-width: 1280px) {
  .top-logo {
    display: none;
  }
}
.top-logo a {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.top-logo a:hover {
  opacity: 0.8;
}

.content {
  position: relative;
  max-width: 620px;
  margin: 0 auto;
  -webkit-box-shadow: 0px 10px 5px 10px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 0px 10px 5px 10px rgba(0, 0, 0, 0.2509803922);
  z-index: 1;
}
@media screen and (max-width: 620px) {
  .content {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.content__info {
  position: relative;
  background: #5E0000;
  text-align: center;
  padding: 124px 12px 100px;
  z-index: 0;
}
@media screen and (max-width: 620px) {
  .content__info {
    padding: 24% 3% 16%;
  }
}
.content__info::before {
  content: "";
  background: url(../images/info_bg.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 72px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 500px;
  height: 320px;
  z-index: -1;
}
@media screen and (max-width: 620px) {
  .content__info::before {
    top: 11.5%;
    width: 86.5%;
    height: 48%;
  }
}
.content__info__head {
  color: #fff;
  font-size: 32px;
}
@media screen and (max-width: 620px) {
  .content__info__head {
    font-size: clamp(20px, 5.333vw, 32px);
  }
}
.content__info__tit {
  color: #EBD462;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.7;
  margin-top: 24px;
}
@media screen and (max-width: 620px) {
  .content__info__tit {
    font-size: clamp(20px, 5.333vw, 34px);
    margin-top: 4%;
  }
}
.content__info__held {
  color: #EBD462;
  font-size: 48px;
  font-weight: 700;
  display: inline-block;
  margin-top: 8px;
  -webkit-transform: translateX(16px);
          transform: translateX(16px);
}
@media screen and (max-width: 620px) {
  .content__info__held {
    font-size: clamp(30px, 8vw, 48px);
    margin-top: 2%;
    -webkit-transform: translateX(6%);
            transform: translateX(6%);
  }
}
.content__info__held rt {
  font-size: 0.35em;
}
.content__info__wrap {
  position: relative;
  background: #fff;
  border-radius: 20px;
  max-width: 348px;
  padding: 40px 0px 20px 20px;
  margin: 88px auto 0;
}
@media screen and (max-width: 620px) {
  .content__info__wrap {
    border-radius: 10px;
    max-width: none;
    width: 58%;
    padding: 6% 1% 2.5% 4%;
    margin: 15.5% auto 0;
  }
}
.content__info__wrap::before, .content__info__wrap::after {
  content: "";
  background: url(../images/info_public-ico.png) no-repeat;
  background-size: contain;
  position: absolute;
  width: 80px;
  height: 50px;
}
@media screen and (max-width: 620px) {
  .content__info__wrap::before, .content__info__wrap::after {
    width: 19%;
    height: 25%;
  }
}
.content__info__wrap::before {
  top: -12px;
  left: -36px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (max-width: 620px) {
  .content__info__wrap::before {
    top: -7%;
    left: -7%;
  }
}
.content__info__wrap::after {
  bottom: -20px;
  right: -36px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
@media screen and (max-width: 620px) {
  .content__info__wrap::after {
    bottom: -7%;
    right: -7%;
  }
}
.content__info__public {
  color: #3B0606;
  font-size: 26px;
  line-height: 2;
}
@media screen and (max-width: 620px) {
  .content__info__public {
    font-size: clamp(16px, 4.266vw, 26px);
  }
}
.content__border {
  background: #E1C027;
  border-top: 2px solid #23191A;
  border-bottom: 2px solid #23191A;
  height: 12px;
}
@media screen and (max-width: 620px) {
  .content__border {
    height: 10px;
  }
}
.content__venue {
  position: relative;
  background: #BA3529;
  padding: 80px 28px;
  z-index: 0;
}
@media screen and (max-width: 620px) {
  .content__venue {
    padding: 14% 4% 13.5%;
  }
}
.content__venue::before {
  content: "";
  background: url(../images/venue_bg.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 520px;
  height: 512px;
  z-index: -1;
}
@media screen and (max-width: 620px) {
  .content__venue::before {
    width: 80%;
    height: 68%;
  }
}
.content__venue__head {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 620px) {
  .content__venue__head {
    font-size: clamp(20px, 5.333vw, 28px);
  }
}
.content__venue__item {
  margin-top: 56px;
}
@media screen and (max-width: 620px) {
  .content__venue__item {
    margin-top: 8.75%;
  }
}
.content__venue__item--top {
  margin-top: 24px;
}
@media screen and (max-width: 620px) {
  .content__venue__item--top {
    margin-top: 5%;
  }
}
.content__venue__item a {
  color: #3B0606;
  background: #fff;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  border-radius: 60px;
  display: block;
  padding: 16px 0px;
  -webkit-box-shadow: 0px 8px 0px 0px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 8px 0px 0px rgba(0, 0, 0, 0.6);
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media screen and (max-width: 620px) {
  .content__venue__item a {
    font-size: clamp(20px, 5.333vw, 30px);
    padding: 3% 0 2.5%;
    -webkit-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.6);
            box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.6);
  }
}
.content__venue__item a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 620px) {
  .content__venue__item a:hover {
    opacity: 1;
  }
}
.content__venue__item a .name .sm {
  font-size: 26px;
  padding-left: 10px;
}
@media screen and (max-width: 620px) {
  .content__venue__item a .name .sm {
    font-size: clamp(16px, 4.266vw, 26px);
    padding-left: 1.5%;
  }
}
.content__venue__item a .place {
  font-size: 26px;
  margin-top: 8px;
}
@media screen and (max-width: 620px) {
  .content__venue__item a .place {
    font-size: clamp(16px, 4.266vw, 26px);
    margin-top: 1.5%;
  }
}
.content__venue__item--end a {
  color: #fff;
  background: #720000;
}
.content__venue__end-head {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  margin-top: 88px;
}
@media screen and (max-width: 620px) {
  .content__venue__end-head {
    font-size: clamp(20px, 5.333vw, 28px);
    margin-top: 14.5%;
  }
}
.content__sns {
  background: #fff;
  padding: 80px 32px;
}
@media screen and (max-width: 620px) {
  .content__sns {
    padding: 13.5% 5.5%;
  }
}
.content__sns__bnr a {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.content__sns__bnr a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 620px) {
  .content__sns__bnr a:hover {
    opacity: 1;
  }
}
.content__sns__hash-tag {
  color: #5E4338;
  font-size: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
  margin-top: 20px;
}
@media screen and (max-width: 620px) {
  .content__sns__hash-tag {
    font-size: clamp(16px, 4.266vw, 24px);
    gap: 16px;
    margin-top: 4%;
  }
}
.content__bnr {
  background: #5E0000;
  padding: 80px 56px;
}
@media screen and (max-width: 620px) {
  .content__bnr {
    padding: 13.5% 8.5% 13%;
  }
}
.content__bnr__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
@media screen and (max-width: 620px) {
  .content__bnr__list {
    gap: 20px;
  }
}
.content__bnr__list li a {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.content__bnr__list li a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 620px) {
  .content__bnr__list li a:hover {
    opacity: 1;
  }
}
.content__footer {
  background: #fff;
  text-align: center;
  padding: 20px 0;
}
@media screen and (max-width: 620px) {
  .content__footer {
    padding: 4% 0 3%;
  }
}
.content__footer__copyright {
  color: #5E4338;
  font-size: 20px;
}
@media screen and (max-width: 620px) {
  .content__footer__copyright {
    font-size: clamp(12px, 3.2vw, 20px);
  }
}

.copyright {
  color: #fff;
  font-size: 12px;
  position: fixed;
  bottom: 40px;
  left: 50px;
}
@media screen and (max-width: 1280px) {
  .copyright {
    display: none;
  }
}