@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
.cosplaytaisho {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .cosplaytaisho img {
    width: 95%;
  }
}
.cosplaytaisho h2 {
  color: #ffd900;
  font-size: 6.8rem;
  text-align: center;
  font-weight: bolder;
  margin-bottom: 0;
}
.cosplaytaisho p {
  text-align: left;
  margin-top: 0;
  color: #fff;
  font-weight: bolder;
}
@media only screen and (min-width: 768px) {
  .cosplaytaisho p {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .cosplaytaisho p {
    font-size: 0.75rem;
    padding: 10px;
  }
}

.award {
  max-width: fit-content;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .award {
    position: sticky;
    top: 0;
    padding: 10px 0;
    margin: 0 auto -150px;
    z-index: 20;
    background-color: #000;
  }
}
@media only screen and (max-width: 767px) {
  .award {
    position: sticky;
    top: 0;
    padding: 10px 0;
    margin: 0 auto -150px;
    z-index: 20;
    background-color: #000;
  }
}
.award__button {
  background-color: #bb2020;
  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) {
  .award__button {
    width: 150px;
    margin: 5px 10px;
  }
}
@media only screen and (max-width: 767px) {
  .award__button {
    width: 75px;
    margin: 5px auto;
    font-size: 15px;
  }
}
.award__button:hover {
  text-decoration: none;
  background-color: rgb(128, 21, 21);
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .award__small {
    font-size: 10px;
    font-weight: bolder;
    margin-top: 3px;
  }
}
@media only screen and (min-width: 768px) {
  .award__items {
    scroll-margin-top: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .award__items {
    scroll-margin-top: 225px;
  }
}
.award__items p {
  color: #fff;
  text-align: center;
  padding-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .award__items p {
    width: 99.999%;
    font-size: 20px;
  }
  .award__items p strong {
    font-size: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .award__items p {
    font-size: 18px;
  }
  .award__items p strong {
    font-size: 35px;
  }
}
.award__items p .name {
  font-size: 10px;
}

.taisho p {
  background-color: #ed1c24;
}

.juyntaisho p {
  background-color: #fff200;
  color: #000;
}

.tokubetsu p {
  background-color: #783311;
}

.yushu p {
  background-color: #0054a6;
}

.idea p {
  background-color: #004a29;
}
.idea p strong {
  color: #fdb813;
}

.fashion p {
  background-color: #f26521;
  color: #ffffff;
}

.joukessaku p {
  background-color: #fff9ae;
  color: #000;
}

.kessaku p {
  background-color: #0076c4;
}

.onemore p {
  background-color: #bbbbbb;
}

.cheke p {
  background-color: #f172ac;
}

.gotaku p {
  background-color: #77787b;
}

.concept p {
  background-color: #a6902b;
}

.photoContainer {
  margin: 10px auto;
  gap: 10px;
}

.win__tokubetsu {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .win__tokubetsu {
    width: 292px;
    text-align: center;
  }
  .win__tokubetsu img {
    width: fit-content;
    height: auto;
    overflow-y: hidden;
  }
}
@media only screen and (max-width: 767px) {
  .win__tokubetsu {
    width: 350px;
    margin: 0 auto;
  }
  .win__tokubetsu img {
    width: fit-content;
    height: auto;
  }
}
.win__tokubetsu--img {
  border: solid 10px #783311;
}
@media only screen and (min-width: 768px) {
  .win__tokubetsu--img {
    height: 475px;
    overflow-y: hidden;
  }
}
@media only screen and (max-width: 767px) {
  .win__tokubetsu--img {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .win__tokubetsu--imgbox {
    height: 375px;
  }
}
.win__tokubetsu--name {
  background-color: #783311;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .win__tokubetsu--name {
    height: 100px;
    overflow: hidden;
  }
}
.win__tokubetsu--name p {
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .win__tokubetsu--name p {
    font-weight: bolder;
    font-size: 20px;
    padding: 5px 0;
  }
}
@media only screen and (max-width: 767px) {
  .win__tokubetsu--name p {
    font-weight: bolder;
    width: 350px;
    font-size: 15px;
    padding: 5px 0;
  }
  .win__tokubetsu--name p span {
    font-size: 20px;
  }
}
.win__tokubetsu--comment p {
  text-align: left;
  background-color: #fff !important;
  color: #000 !important;
  margin: 0 auto;
  padding: 10px;
}
@media only screen and (min-width: 768px) {
  .win__tokubetsu--comment p {
    height: 500px;
    overflow-y: scroll;
    line-height: 25px;
    font-weight: bolder;
    font-size: 15px;
  }
  .win__tokubetsu--comment p span {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .win__tokubetsu--comment p {
    height: 75px;
    width: 350px;
    font-size: 12px;
    font-weight: bolder;
    padding: 5px 0;
  }
  .win__tokubetsu--comment p span {
    font-size: 12px;
  }
}
.win__yushu {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .win__yushu {
    width: 225px;
    text-align: center;
  }
  .win__yushu img {
    width: fit-content;
    height: auto;
    overflow-y: hidden;
  }
}
@media only screen and (max-width: 767px) {
  .win__yushu {
    width: 350px;
    margin: 0 auto;
  }
  .win__yushu img {
    width: fit-content;
    height: auto;
  }
}
.win__yushu--img {
  border: solid 10px #0054a6;
}
@media only screen and (min-width: 768px) {
  .win__yushu--img {
    height: 360px;
    overflow-y: hidden;
  }
}
@media only screen and (max-width: 767px) {
  .win__yushu--img {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .win__yushu--imgbox {
    height: 260px;
  }
}
.win__yushu--name {
  background-color: #0054a6;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .win__yushu--name {
    height: 100px;
    overflow: hidden;
  }
}
.win__yushu--name p {
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .win__yushu--name p {
    font-weight: bolder;
    font-size: 18px;
    padding: 5px 0;
  }
}
@media only screen and (max-width: 767px) {
  .win__yushu--name p {
    font-weight: bolder;
    width: 350px;
    font-size: 15px;
    padding: 5px 0;
  }
  .win__yushu--name p span {
    font-size: 20px;
  }
}
.win__yushu--comment p {
  text-align: left;
  background-color: #fff !important;
  color: #000 !important;
  margin: 0 auto;
  padding: 10px;
}
@media only screen and (min-width: 768px) {
  .win__yushu--comment p {
    height: 250px;
    overflow-y: scroll;
    line-height: 25px;
    font-weight: bolder;
    font-size: 15px;
  }
  .win__yushu--comment p span {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .win__yushu--comment p {
    height: 75px;
    width: 350px;
    font-size: 12px;
    font-weight: bolder;
    padding: 5px 0;
  }
  .win__yushu--comment p span {
    font-size: 12px;
  }
}
.win__idea {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .win__idea {
    width: 225px;
    text-align: center;
  }
  .win__idea img {
    width: fit-content;
    height: auto;
    overflow-y: hidden;
  }
}
@media only screen and (max-width: 767px) {
  .win__idea {
    width: 350px;
    margin: 0 auto;
  }
  .win__idea img {
    width: fit-content;
    height: auto;
  }
}
.win__idea--img {
  border: solid 10px #004a29;
}
@media only screen and (min-width: 768px) {
  .win__idea--img {
    height: 360px;
    overflow-y: hidden;
  }
}
@media only screen and (max-width: 767px) {
  .win__idea--img {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .win__idea--imgbox {
    height: 260px;
  }
}
.win__idea--name {
  background-color: #004a29;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .win__idea--name {
    height: 100px;
    overflow: hidden;
  }
}
.win__idea--name p {
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .win__idea--name p {
    font-weight: bolder;
    font-size: 18px;
    padding: 5px 0;
  }
}
@media only screen and (max-width: 767px) {
  .win__idea--name p {
    font-weight: bolder;
    width: 350px;
    font-size: 15px;
    padding: 5px 0;
  }
  .win__idea--name p span {
    font-size: 20px;
  }
}
.win__idea--comment p {
  text-align: left;
  background-color: #fff !important;
  color: #000 !important;
  margin: 0 auto;
  padding: 10px;
}
@media only screen and (min-width: 768px) {
  .win__idea--comment p {
    height: 250px;
    overflow-y: scroll;
    line-height: 25px;
    font-weight: bolder;
    font-size: 15px;
  }
  .win__idea--comment p span {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .win__idea--comment p {
    height: 75px;
    width: 350px;
    font-size: 12px;
    font-weight: bolder;
    padding: 5px 0;
  }
  .win__idea--comment p span {
    font-size: 12px;
  }
}
.win__fashion {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .win__fashion {
    width: 225px;
    text-align: center;
  }
  .win__fashion img {
    width: fit-content;
    height: auto;
    overflow-y: hidden;
  }
}
@media only screen and (max-width: 767px) {
  .win__fashion {
    width: 350px;
    margin: 0 auto;
  }
  .win__fashion img {
    width: fit-content;
    height: auto;
  }
}
.win__fashion--img {
  border: solid 10px #f26521;
}
@media only screen and (min-width: 768px) {
  .win__fashion--img {
    height: 360px;
    overflow-y: hidden;
  }
}
@media only screen and (max-width: 767px) {
  .win__fashion--img {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .win__fashion--imgbox {
    height: 260px;
  }
}
.win__fashion--name {
  background-color: #f26521;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .win__fashion--name {
    height: 100px;
    overflow: hidden;
  }
}
.win__fashion--name p {
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .win__fashion--name p {
    font-weight: bolder;
    font-size: 18px;
    padding: 5px 0;
  }
}
@media only screen and (max-width: 767px) {
  .win__fashion--name p {
    font-weight: bolder;
    width: 350px;
    font-size: 15px;
    padding: 5px 0;
  }
  .win__fashion--name p span {
    font-size: 20px;
  }
}
.win__fashion--comment p {
  text-align: left;
  background-color: #fff !important;
  color: #000 !important;
  margin: 0 auto;
  padding: 10px;
}
@media only screen and (min-width: 768px) {
  .win__fashion--comment p {
    height: 250px;
    overflow-y: scroll;
    line-height: 25px;
    font-weight: bolder;
    font-size: 15px;
  }
  .win__fashion--comment p span {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .win__fashion--comment p {
    height: 75px;
    width: 350px;
    font-size: 12px;
    font-weight: bolder;
    padding: 5px 0;
  }
  .win__fashion--comment p span {
    font-size: 12px;
  }
}
.win__gotaku {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .win__gotaku {
    width: 225px;
    text-align: center;
  }
  .win__gotaku img {
    width: fit-content;
    height: auto;
    overflow-y: hidden;
  }
}
@media only screen and (max-width: 767px) {
  .win__gotaku {
    width: 350px;
    margin: 0 auto;
  }
  .win__gotaku img {
    width: fit-content;
    height: auto;
  }
}
.win__gotaku--img {
  border: solid 10px #77787b;
}
@media only screen and (min-width: 768px) {
  .win__gotaku--img {
    height: 360px;
    overflow-y: hidden;
  }
}
@media only screen and (max-width: 767px) {
  .win__gotaku--img {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .win__gotaku--imgbox {
    height: 260px;
  }
}
.win__gotaku--name {
  background-color: #77787b;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .win__gotaku--name {
    height: 100px;
    overflow: hidden;
  }
}
.win__gotaku--name p {
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .win__gotaku--name p {
    font-weight: bolder;
    font-size: 18px;
    padding: 5px 0;
  }
}
@media only screen and (max-width: 767px) {
  .win__gotaku--name p {
    font-weight: bolder;
    width: 350px;
    font-size: 15px;
    padding: 5px 0;
  }
  .win__gotaku--name p span {
    font-size: 20px;
  }
}
.win__gotaku--comment p {
  text-align: left;
  background-color: #fff !important;
  color: #000 !important;
  margin: 0 auto;
  padding: 10px;
}
@media only screen and (min-width: 768px) {
  .win__gotaku--comment p {
    height: 250px;
    overflow-y: scroll;
    line-height: 25px;
    font-weight: bolder;
    font-size: 15px;
  }
  .win__gotaku--comment p span {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .win__gotaku--comment p {
    height: 75px;
    width: 350px;
    font-size: 12px;
    font-weight: bolder;
    padding: 5px 0;
  }
  .win__gotaku--comment p span {
    font-size: 12px;
  }
}
.win__concept {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .win__concept {
    width: 225px;
    text-align: center;
  }
  .win__concept img {
    width: fit-content;
    height: auto;
    overflow-y: hidden;
  }
}
@media only screen and (max-width: 767px) {
  .win__concept {
    width: 350px;
    margin: 0 auto;
  }
  .win__concept img {
    width: fit-content;
    height: auto;
  }
}
.win__concept--img {
  border: solid 10px #a6902b;
}
@media only screen and (min-width: 768px) {
  .win__concept--img {
    height: 360px;
    overflow-y: hidden;
  }
}
@media only screen and (max-width: 767px) {
  .win__concept--img {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .win__concept--imgbox {
    height: 260px;
  }
}
.win__concept--name {
  background-color: #a6902b;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .win__concept--name {
    height: 100px;
    overflow: hidden;
  }
}
.win__concept--name p {
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .win__concept--name p {
    font-weight: bolder;
    font-size: 18px;
    padding: 5px 0;
  }
}
@media only screen and (max-width: 767px) {
  .win__concept--name p {
    font-weight: bolder;
    width: 350px;
    font-size: 15px;
    padding: 5px 0;
  }
  .win__concept--name p span {
    font-size: 20px;
  }
}
.win__concept--comment p {
  text-align: left;
  background-color: #fff !important;
  color: #000 !important;
  margin: 0 auto;
  padding: 10px;
}
@media only screen and (min-width: 768px) {
  .win__concept--comment p {
    height: 250px;
    overflow-y: scroll;
    line-height: 25px;
    font-weight: bolder;
    font-size: 15px;
  }
  .win__concept--comment p span {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .win__concept--comment p {
    height: 75px;
    width: 350px;
    font-size: 12px;
    font-weight: bolder;
    padding: 5px 0;
  }
  .win__concept--comment p span {
    font-size: 12px;
  }
}
.win__joukessaku {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .win__joukessaku {
    width: 225px;
    text-align: center;
  }
  .win__joukessaku img {
    width: fit-content;
    height: auto;
    overflow-y: hidden;
  }
}
@media only screen and (max-width: 767px) {
  .win__joukessaku {
    width: 350px;
    margin: 0 auto;
  }
  .win__joukessaku img {
    width: fit-content;
    height: auto;
  }
}
.win__joukessaku--img {
  border: solid 10px #fff9ae;
}
@media only screen and (min-width: 768px) {
  .win__joukessaku--img {
    height: 360px;
    overflow-y: hidden;
  }
}
@media only screen and (max-width: 767px) {
  .win__joukessaku--img {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .win__joukessaku--imgbox {
    height: 260px;
  }
}
.win__joukessaku--name {
  background-color: #fff9ae;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .win__joukessaku--name {
    height: 100px;
    overflow: hidden;
  }
}
.win__joukessaku--name p {
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .win__joukessaku--name p {
    font-weight: bolder;
    font-size: 15px;
    padding: 5px 0;
  }
}
@media only screen and (max-width: 767px) {
  .win__joukessaku--name p {
    font-weight: bolder;
    width: 350px;
    font-size: 15px;
    padding: 5px 0;
  }
  .win__joukessaku--name p span {
    font-size: 20px;
  }
}
.win__joukessaku--comment p {
  text-align: left;
  background-color: #fff !important;
  color: #000 !important;
  margin: 0 auto;
  padding: 10px;
}
@media only screen and (min-width: 768px) {
  .win__joukessaku--comment p {
    overflow-y: scroll;
    line-height: 25px;
    font-weight: bolder;
    font-size: 15px;
  }
  .win__joukessaku--comment p span {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .win__joukessaku--comment p {
    height: 75px;
    width: 350px;
    font-size: 12px;
    font-weight: bolder;
    padding: 5px 0;
  }
  .win__joukessaku--comment p span {
    font-size: 12px;
  }
}
.win__kessaku {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .win__kessaku {
    width: 180px;
    text-align: center;
  }
  .win__kessaku img {
    width: fit-content;
    height: auto;
    overflow-y: hidden;
  }
}
@media only screen and (max-width: 767px) {
  .win__kessaku {
    width: 350px;
    margin: 0 auto;
  }
  .win__kessaku img {
    width: fit-content;
    height: auto;
  }
}
.win__kessaku--img {
  border: solid 10px #0076c4;
}
@media only screen and (min-width: 768px) {
  .win__kessaku--img {
    height: 310px;
    overflow-y: hidden;
  }
}
@media only screen and (max-width: 767px) {
  .win__kessaku--img {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .win__kessaku--imgbox {
    height: 210px;
  }
}
.win__kessaku--name {
  background-color: #0076c4;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .win__kessaku--name {
    height: 100px;
    overflow: hidden;
  }
}
.win__kessaku--name p {
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .win__kessaku--name p {
    font-weight: bolder;
    font-size: 15px;
    padding: 5px 0;
  }
}
@media only screen and (max-width: 767px) {
  .win__kessaku--name p {
    font-weight: bolder;
    width: 350px;
    font-size: 15px;
    padding: 5px 0;
  }
  .win__kessaku--name p span {
    font-size: 20px;
  }
}
.win__kessaku--comment p {
  text-align: left;
  background-color: #fff !important;
  color: #000 !important;
  margin: 0 auto;
  padding: 10px;
}
@media only screen and (min-width: 768px) {
  .win__kessaku--comment p {
    overflow-y: scroll;
    line-height: 25px;
    font-weight: bolder;
    font-size: 15px;
  }
  .win__kessaku--comment p span {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .win__kessaku--comment p {
    height: 75px;
    width: 350px;
    font-size: 12px;
    font-weight: bolder;
    padding: 5px 0;
  }
  .win__kessaku--comment p span {
    font-size: 12px;
  }
}
.win__onemore {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .win__onemore {
    width: 180px;
    text-align: center;
  }
  .win__onemore img {
    width: fit-content;
    height: auto;
    overflow-y: hidden;
  }
}
@media only screen and (max-width: 767px) {
  .win__onemore {
    width: 350px;
    margin: 0 auto;
  }
  .win__onemore img {
    width: fit-content;
    height: auto;
  }
}
.win__onemore--img {
  border: solid 10px #bbbbbb;
}
@media only screen and (min-width: 768px) {
  .win__onemore--img {
    height: 310px;
    overflow-y: hidden;
  }
}
@media only screen and (max-width: 767px) {
  .win__onemore--img {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .win__onemore--imgbox {
    height: 210px;
  }
}
.win__onemore--name {
  background-color: #bbbbbb;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .win__onemore--name {
    height: 100px;
    overflow: hidden;
  }
}
.win__onemore--name p {
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .win__onemore--name p {
    font-weight: bolder;
    font-size: 15px;
    padding: 5px 0;
  }
}
@media only screen and (max-width: 767px) {
  .win__onemore--name p {
    font-weight: bolder;
    width: 350px;
    font-size: 15px;
    padding: 5px 0;
  }
  .win__onemore--name p span {
    font-size: 20px;
  }
}
.win__onemore--comment p {
  text-align: left;
  background-color: #fff !important;
  color: #000 !important;
  margin: 0 auto;
  padding: 10px;
}
@media only screen and (min-width: 768px) {
  .win__onemore--comment p {
    overflow-y: scroll;
    line-height: 25px;
    font-weight: bolder;
    font-size: 15px;
  }
  .win__onemore--comment p span {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .win__onemore--comment p {
    height: 75px;
    width: 350px;
    font-size: 12px;
    font-weight: bolder;
    padding: 5px 0;
  }
  .win__onemore--comment p span {
    font-size: 12px;
  }
}
.win a {
  text-decoration: none;
}
.win__taisho {
  position: relative;
}
.win__taisho--img {
  border: solid 10px #ed1c24;
}
@media only screen and (max-width: 767px) {
  .win__taisho--img {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .win__taisho {
    width: 393px;
  }
  .win__taisho img {
    width: fit-content;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .win__taisho {
    width: 350px;
    margin: 0 auto;
  }
  .win__taisho img {
    width: fit-content;
    height: auto;
  }
}
.win__taisho--medal {
  position: absolute;
  top: 10px;
  left: 10px;
}
.win__taisho--medal img {
  width: 100px;
  height: 100px;
}
.win__taisho--name {
  background-color: #ed1c24;
}
.win__taisho--name p {
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .win__taisho--name p {
    font-weight: bolder;
    font-size: 25px;
    padding: 5px 0;
  }
}
@media only screen and (max-width: 767px) {
  .win__taisho--name p {
    font-weight: bolder;
    width: 350px;
    font-size: 15px;
    padding: 5px 0;
  }
  .win__taisho--name p span {
    font-size: 20px;
  }
}
.win__taisho--comment p {
  text-align: left;
  background-color: #fff !important;
  color: #000 !important;
  margin: 0 auto;
  padding: 10px;
}
@media only screen and (min-width: 768px) {
  .win__taisho--comment p {
    height: 500px;
    overflow-y: scroll;
    line-height: 25px;
    font-weight: bolder;
    font-size: 15px;
  }
  .win__taisho--comment p span {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .win__taisho--comment p {
    height: 75px;
    width: 350px;
    font-size: 20px;
    font-weight: bolder;
    width: 350px;
    font-size: 12px;
    padding: 5px 0;
  }
  .win__taisho--comment p span {
    font-size: 12px;
  }
}
.win__jyun {
  position: relative;
}
.win__jyun--img {
  border: solid 10px #fff200;
}
@media only screen and (min-width: 768px) {
  .win__jyun--img {
    height: 475px;
    overflow-y: hidden;
  }
}
@media only screen and (max-width: 767px) {
  .win__jyun--img {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .win__jyun--imgbox {
    height: 360px;
  }
}
@media only screen and (min-width: 768px) {
  .win__jyun {
    width: 292px;
    text-align: center;
  }
  .win__jyun img {
    width: fit-content;
    height: auto;
    overflow-y: hidden;
  }
}
@media only screen and (max-width: 767px) {
  .win__jyun {
    width: 350px;
    margin: 0 auto;
  }
  .win__jyun img {
    width: fit-content;
    height: auto;
  }
}
.win__jyun--medal {
  position: absolute;
  top: 10px;
  left: 10px;
}
.win__jyun--medal img {
  width: 100px;
  height: 100px;
}
.win__jyun--name {
  background-color: #fff200;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .win__jyun--name {
    height: 100px;
  }
}
.win__jyun--name p {
  color: #000;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .win__jyun--name p {
    font-weight: bolder;
    font-size: 20px;
    padding: 5px 0;
  }
}
@media only screen and (max-width: 767px) {
  .win__jyun--name p {
    font-weight: bolder;
    width: 350px;
    font-size: 15px;
    padding: 5px 0;
  }
  .win__jyun--name p span {
    font-size: 20px;
  }
}
.win__jyun--comment p {
  text-align: left;
  background-color: #fff !important;
  color: #000 !important;
  margin: 0 auto;
  padding: 10px;
}
@media only screen and (min-width: 768px) {
  .win__jyun--comment p {
    height: 500px;
    overflow-y: scroll;
    line-height: 25px;
    font-weight: bolder;
    font-size: 15px;
  }
  .win__jyun--comment p span {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .win__jyun--comment p {
    height: 75px;
    width: 350px;
    font-size: 20px;
    font-weight: bolder;
    width: 350px;
    font-size: 12px;
    padding: 5px 0;
  }
  .win__jyun--comment p span {
    font-size: 12px;
  }
}
.win__imgcheke {
  position: relative;
}
.win__imgcheke--img {
  border: solid 10px #f172ac;
}
@media only screen and (min-width: 768px) {
  .win__imgcheke--img {
    height: 360px;
    overflow-y: hidden;
  }
}
@media only screen and (max-width: 767px) {
  .win__imgcheke--img {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .win__imgcheke--imgbox {
    height: 360px;
  }
}
@media only screen and (min-width: 768px) {
  .win__imgcheke {
    width: 292px;
    text-align: center;
  }
  .win__imgcheke img {
    width: fit-content;
    height: auto;
    overflow-y: hidden;
  }
}
@media only screen and (max-width: 767px) {
  .win__imgcheke {
    width: 350px;
    margin: 0 auto;
  }
  .win__imgcheke img {
    width: fit-content;
    height: auto;
  }
}
.win__imgcheke--medal {
  position: absolute;
  bottom: 120px;
  right: 15px;
}
.win__imgcheke--medal img {
  width: 75px;
  height: 75px;
}
.win__imgcheke--name {
  background-color: #f172ac;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .win__imgcheke--name {
    height: 100px;
  }
}
.win__imgcheke--name p {
  color: #fff;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .win__imgcheke--name p {
    font-weight: bolder;
    font-size: 20px;
    padding: 5px 0;
  }
}
@media only screen and (max-width: 767px) {
  .win__imgcheke--name p {
    font-weight: bolder;
    width: 350px;
    font-size: 15px;
    padding: 5px 0;
  }
  .win__imgcheke--name p span {
    font-size: 20px;
  }
}
.win__imgcheke--comment p {
  text-align: left;
  background-color: #fff !important;
  color: #000 !important;
  margin: 0 auto;
  padding: 10px;
}
@media only screen and (min-width: 768px) {
  .win__imgcheke--comment p {
    height: 500px;
    overflow-y: scroll;
    line-height: 25px;
    font-weight: bolder;
    font-size: 15px;
  }
  .win__imgcheke--comment p span {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .win__imgcheke--comment p {
    height: 75px;
    width: 350px;
    font-size: 20px;
    font-weight: bolder;
    width: 350px;
    font-size: 12px;
    padding: 5px 0;
  }
  .win__imgcheke--comment p span {
    font-size: 12px;
  }
}

#gotakutext {
  background: #742b00;
  border-radius: 10px;
}
@media only screen and (min-width: 768px) {
  #gotakutext {
    display: flex;
  }
}
@media only screen and (max-width: 767px) {
  #gotakutext {
    width: 250px;
    margin-bottom: 50px;
  }
}

.past {
  margin: 80px 0 150px;
}
.past__ttl {
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 1.6rem;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .past__ttl {
    font-size: 1.1rem;
    margin-bottom: 20px;
  }
}
.past__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  max-width: 1000px;
  width: calc(100% - 30px);
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .past__list {
    gap: 10px;
  }
}
.past__item {
  background-color: #bb2020;
  color: #fff;
  width: 150px;
  font-weight: 700;
  border-radius: 5px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: 0.3s;
}
.past__item:hover {
  background-color: rgb(223.6575342466, 71.8424657534, 71.8424657534);
}
@media only screen and (max-width: 767px) {
  .past__item {
    width: 75px;
  }
}/*# sourceMappingURL=award.css.map */