@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Noto Sans JP", sans-serif;
}

@media only screen and (min-width: 768px) {
  .wrap {
    margin: 0 auto;
    padding: 0;
    max-width: 1200px;
    height: auto;
  }
}

@media only screen and (min-width: 768px) {
  .sponly {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .pconly {
    display: none;
  }
}

.goup {
  z-index: 510;
  position: fixed;
  right: 10%;
  bottom: 5%;
  background-color: rgb(187, 32, 32);
  border: white solid 1px;
  border-radius: 5px;
  color: rgb(255, 255, 255) !important;
  font-weight: 700;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  line-height: none;
}
@media only screen and (min-width: 768px) {
  .goup {
    padding: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .goup {
    width: 75px;
    margin: 0 auto;
  }
}
.goup:visited {
  color: rgb(255, 255, 255) !important;
  text-decoration: none;
}
.goup:hover {
  text-decoration: none;
  background-color: rgb(128, 21, 21);
  transition: 0.3s;
}

h1 {
  text-align: center;
  color: white;
}
@media only screen and (min-width: 768px) {
  h1 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 25px;
  }
}
h1 span {
  color: red;
}
@media only screen and (min-width: 768px) {
  h1 span {
    font-size: 50px;
  }
}
@media only screen and (max-width: 767px) {
  h1 span {
    font-size: 45px;
  }
}

.top {
  margin: 0;
  background-image: url(../img/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.top__bg {
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 15%, rgba(0, 0, 0, 0.85) 85%, rgb(0, 0, 0) 100%);
}
.top__title {
  padding-top: 50px;
  text-align: center;
  margin: 50px auto;
}
@media only screen and (max-width: 767px) {
  .top__title--img {
    max-width: fit-content;
    width: 100%;
  }
}
.top__vid {
  text-align: center;
  margin: 50px 0;
  padding: 50px 0 100px;
}
@media only screen and (min-width: 768px) {
  .top__vid iframe {
    width: 560px;
    height: 315px;
  }
}
@media only screen and (max-width: 767px) {
  .top__vid iframe {
    width: 100%;
    height: 300px;
  }
}
.top__taisho {
  text-align: center;
  padding-bottom: 50px;
}
.top__cp {
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .taisho {
    padding-top: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .taisho {
    padding-top: 150px;
  }
}

.photoContainer {
  overflow: hidden;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.vidContainer {
  position: relative;
  z-index: 10;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.vidContainer .cosVideo {
  margin: 5px;
  max-width: 150px;
  width: 100%;
  height: auto;
  display: block;
}

.itemPhoto {
  overflow: hidden;
  display: block;
}
@media only screen and (min-width: 768px) {
  .itemPhoto {
    width: 150px;
    height: 200px;
    border-radius: 10px;
    margin: 0px 3px 12px;
    position: relative;
  }
  .itemPhoto img {
    position: absolute;
    top: 0%;
    left: 50%;
    width: 110%;
    transform: translate(-50%, 0%);
  }
  .itemPhoto a:hover {
    opacity: 0.7;
    transition: 0.2s;
  }
}
@media only screen and (max-width: 767px) {
  .itemPhoto {
    width: 30%;
    height: 150px;
    border-radius: 12px;
    margin: 0 6px 3px;
  }
  .itemPhoto img {
    width: 110%;
  }
}

figure {
  margin: 0;
  padding: 0;
}

.cosplayday {
  background: rgb(187, 32, 32);
  color: #fff;
  padding: 10px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .cosplayday {
    scroll-margin-top: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .cosplayday {
    scroll-margin-top: 375px;
  }
}

.awardttl {
  max-width: 1200px;
  background: rgb(187, 32, 32);
}
.awardttl__box {
  width: fit-content;
  margin: 0 auto 50px;
  background: rgb(187, 32, 32);
  display: flex;
}
.awardttl__box h2 {
  color: #fff;
  padding: 10px;
  text-align: center;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .awardttl__box h2 {
    font-size: 50px;
    scroll-margin-top: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .awardttl__box h2 {
    scroll-margin-top: 375px;
    font-size: 25px;
  }
}
.awardttl__box h4 {
  color: #fff;
  padding: 10px;
  text-align: left;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .awardttl__box h4 {
    font-size: 25px;
    scroll-margin-top: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .awardttl__box h4 {
    scroll-margin-top: 375px;
    font-size: 25px;
  }
}

h2 {
  background: rgb(187, 32, 32);
  color: #fff;
  padding: 10px;
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  h2 {
    font-size: 50px;
    scroll-margin-top: 200px;
  }
}
@media only screen and (max-width: 767px) {
  h2 {
    scroll-margin-top: 375px;
    font-size: 25px;
  }
}

.storeimg {
  position: relative;
  z-index: 500;
  background-color: #000;
}

.shopbox {
  padding-top: 150px;
  top: 0;
  padding: 10px 0;
  margin: 0 auto;
  z-index: 20;
  background-color: #000;
  margin: 0 auto;
  width: fit-content;
}
@media only screen and (min-width: 768px) {
  .shopbox {
    position: sticky;
  }
}

.shop {
  max-width: fit-content;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .shop {
    margin: 0 auto;
  }
}
.shop__button {
  background-color: rgb(187, 32, 32);
  border-radius: 5px;
  color: rgb(255, 255, 255) !important;
  font-weight: 700;
  padding: 10px;
  text-align: center;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .shop__button {
    width: 150px;
    margin: 5px 10px;
  }
}
@media only screen and (max-width: 767px) {
  .shop__button {
    width: 75px;
    margin: 10px auto;
  }
}
.shop__button:visited {
  color: rgb(255, 255, 255) !important;
  text-decoration: none;
}
.shop__button:hover {
  text-decoration: none;
  background-color: rgb(128, 21, 21);
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .shop__small {
    font-size: 10px;
    line-height: 25px;
  }
}

.modal {
  display: none;
  position: fixed;
  z-index: 99999;
  padding-top: 40px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.85);
}
.modal__content {
  margin: auto;
  display: block;
  max-width: 90%;
  max-height: 80vh;
  border-radius: 6px;
}
.modal__close {
  position: absolute;
  top: 20px;
  right: 35px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
}
.modal #modalCaption {
  margin: 15px auto;
  text-align: center;
  color: #ccc;
  font-size: 18px;
  max-width: 80%;
}
.modal__prev, .modal__next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  padding: 16px;
  color: white;
  font-size: 40px;
  font-weight: bold;
  user-select: none;
  transition: 0.2s;
}
.modal__prev {
  left: 20px;
}
.modal__next {
  right: 20px;
}
.modal__prev:hover, .modal__next:hover {
  color: #f1f1f1;
  transform: scale(1.2);
}

.awardkoho {
  margin: 50px auto;
}
.awardkoho__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
  gap: 16px;
  margin: 0 auto;
  width: fit-content;
}
.awardkoho__item {
  text-align: center;
  all: unset;
  cursor: pointer;
  display: block;
}
.awardkoho__item p {
  text-align: center;
  margin-top: 8px;
  padding: 4px 6px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.03em;
  color: #ffffff;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0));
  border-left: 3px solid #000;
}
@media only screen and (min-width: 768px) {
  .awardkoho__item p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .awardkoho__item p {
    font-size: 20px;
  }
}
.awardkoho__item img {
  aspect-ratio: 2/3;
  object-fit: cover;
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}

/* ===== Awardkoho Modal (fully isolated) ===== */
.awardkoho-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
}
.awardkoho-modal[hidden] {
  display: none;
}
.awardkoho-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
}
.awardkoho-modal__content {
  position: relative;
  max-width: 90vw;
  max-height: 90vh;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.awardkoho-modal__image {
  aspect-ratio: 2/3;
  max-height: 80vh;
  max-width: 60vh;
  object-fit: contain;
  background: #000;
  pointer-events: auto;
}
.awardkoho-modal__caption {
  background-color: #000;
  color: #fff;
  font-weight: bolder;
  font-size: 20px;
  text-align: center;
  line-height: 1.4;
  max-width: 60vh;
  pointer-events: none;
}/*# sourceMappingURL=style.css.map */