<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&amp;display=swap");
body {
  font-family: "Noto Sans JP", sans-serif;
}

@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;
}

.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;
}
@media only screen and (min-width: 768px) {
  .cosplayday {
    scroll-margin-top: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .cosplayday {
    scroll-margin-top: 375px;
  }
}

.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;
}
@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;
  }
}

/*
------------------ lightbox ------------------ */
/* Preload images */
body:after {
  content: url(../img/close.png) url(../img/loading.gif) url(../img/prev.png) url(../img/next.png);
  display: none;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../img/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container &gt; .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../img/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../img/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: center;
  line-height: 1.1em;
  margin-top: 10px;
  position: relative;
  left: 30px;
}

.lb-data .lb-caption {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.3em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../img/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.wrap {
  margin: 0 auto;
  padding: 0;
  max-width: 1200px;
  height: auto;
}

.titleHead {
  margin: 10px;
  padding: 10px;
  border-top: solid 1px #333;
  border-bottom: solid 1px #333;
  background: #c40026;
  color: #ffeb00;
}

.cosContainer {
  margin: 10px 0px;
  padding: 10px;
}


.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 {
  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:visited {
  color: rgb(255, 255, 255) !important;
  text-decoration: none;
}
.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;
  }
}

#taishobtn,
#juyntaishobtn,
#tokubetsubtn,
#yushubtn,
#ideabtn,
#fashionbtn,
#conceptbtn,
#gotakubtn,
#joukessakubtn,
#kessakubtn,
#onemorebtn,
#chekebtn,
#shopbtn {
  background-color: #bb2020;
}

@media only screen and (min-width: 768px) {
  .taisho,
  .juyntaisho,
  .tokubetsu,
  .yushu,
  .idea,
  .fashion,
  .joukessaku,
  .kessaku,
  .onemore,
  .gotaku,
  .cheke,
  .concept {
    scroll-margin-top: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .taisho,
  .juyntaisho,
  .tokubetsu,
  .yushu,
  .idea,
  .fashion,
  .joukessaku,
  .kessaku,
  .onemore,
  .gotaku,
  .cheke,
  .concept {
    scroll-margin-top: 225px;
  }
}
.taisho p,
.juyntaisho p,
.tokubetsu p,
.yushu p,
.idea p,
.fashion p,
.joukessaku p,
.kessaku p,
.onemore p,
.gotaku p,
.cheke p,
.concept p {
  color: #fff;
  text-align: center;
  padding-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .taisho p,
  .juyntaisho p,
  .tokubetsu p,
  .yushu p,
  .idea p,
  .fashion p,
  .joukessaku p,
  .kessaku p,
  .onemore p,
  .gotaku p,
  .cheke p,
  .concept p {
    width: 99.999%;
    font-size: 20px;
    padding-top: 25px;
  }
  .taisho p strong,
  .juyntaisho p strong,
  .tokubetsu p strong,
  .yushu p strong,
  .idea p strong,
  .fashion p strong,
  .joukessaku p strong,
  .kessaku p strong,
  .onemore p strong,
  .gotaku p strong,
  .cheke p strong,
  .concept p strong {
    font-size: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .taisho p,
  .juyntaisho p,
  .tokubetsu p,
  .yushu p,
  .idea p,
  .fashion p,
  .joukessaku p,
  .kessaku p,
  .onemore p,
  .gotaku p,
  .cheke p,
  .concept p {
    font-size: 18px;
  }
  .taisho p strong,
  .juyntaisho p strong,
  .tokubetsu p strong,
  .yushu p strong,
  .idea p strong,
  .fashion p strong,
  .joukessaku p strong,
  .kessaku p strong,
  .onemore p strong,
  .gotaku p strong,
  .cheke p strong,
  .concept p strong {
    font-size: 35px;
  }
}
.taisho p .name,
.juyntaisho p .name,
.tokubetsu p .name,
.yushu p .name,
.idea p .name,
.fashion p .name,
.joukessaku p .name,
.kessaku p .name,
.onemore p .name,
.gotaku p .name,
.cheke p .name,
.concept p .name {
  font-size: 10px;
}

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

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

.tokubetsu p {
  background-color: #8a4a00;
}

.yushu p {
  background-color: #0026ff;
}

.idea p {
  background-color: #0c4700;
}
.idea p strong {
  color: #fdb813;
}

.fashion p {
  background-color: #fdb813;
  color: #000;
}

.joukessaku p {
  background-color: #d66e0c;
}

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

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

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

.gotaku p,
.concept p {
  background-color: #742b00;
}

.taishowin {
  border: solid 10px #af4000;
}
@media only screen and (max-width: 767px) {
  .taishowin {
    width: 350px;
    margin: 0 auto;
  }
}

.jyunwin {
  border: solid 10px #ffe600;
}
@media only screen and (max-width: 767px) {
  .jyunwin {
    margin: 5px;
  }
}

@media only screen and (min-width: 768px) {
  .win {
    padding: 5px;
  }
}
.win a {
  text-decoration: none;
}
.win__img {
  border-radius: 10px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .win__img {
    width: 150px;
  }
  .win__img img {
    border-radius: 10px 10px 0 0;
    width: 150px;
    height: 200px;
  }
  .win__img a:hover {
    opacity: 0.7;
    transition: 0.2s;
  }
}
@media only screen and (max-width: 767px) {
  .win__img {
    width: 125px;
    height: 200px;
    border-radius: 12px;
    margin: 0 6px 3px;
  }
  .win__img img {
    border-radius: 10px;
  }
}
.win__img--text {
  z-index: 10;
  bottom: 0;
}
.win__img--text p {
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .win__img--text p {
    font-weight: bolder;
    width: 151px;
    min-height: 75px;
    font-size: 12px;
    border-radius: 0 0 10px 10px;
    padding: 5px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: normal;
  }
  .win__img--text p span {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .win__img--text p {
    font-weight: bolder;
    width: 125px;
    font-size: 15px;
    border-radius: 0 0 10px 10px;
    padding: 5px 0;
  }
}
.win__img--name p {
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .win__img--name p {
    font-weight: bolder;
    width: 151px;
    height: 75px;
    font-size: 12px;
    padding: 5px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: normal;
  }
}
@media only screen and (max-width: 767px) {
  .win__img--name p {
    font-weight: bolder;
    width: 125px;
    font-size: 15px;
    padding: 5px 0;
  }
}
.win__comment {
  z-index: 10;
}
.win__comment p {
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .win__comment p {
    font-weight: bolder;
    width: 151px;
    font-size: 12px;
  }
  .win__comment p span {
    font-size: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .win__comment p {
    font-weight: bolder;
    width: 125px;
    font-size: 12px;
    padding: 5px 0;
  }
  .win__comment p span {
    font-size: 8px;
  }
}
.win__comment .comment {
  border-radius: 0 0 10px 10px;
  padding: 0;
  height: 50px;
  background-color: #fff !important;
  color: #000 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.win__comment .comment p {
  margin: 0;
  padding: 0;
}
.win__taisho {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .win__taisho {
    width: 500px;
  }
  .win__taisho img {
    width: 500px;
    height: 650px;
  }
}
@media only screen and (max-width: 767px) {
  .win__taisho {
    width: 350px;
    margin: 0 auto;
  }
  .win__taisho img {
    width: 400px;
    height: 530px;
  }
}
.win__taisho--medal {
  position: absolute;
  top: 10px;
  left: 10px;
}
.win__taisho--medal img {
  width: 100px;
  height: 100px;
}
.win__taisho--name {
  position: absolute;
  z-index: 10;
  bottom: 0;
}
.win__taisho--name p {
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .win__taisho--name p {
    font-weight: bolder;
    width: 501px;
    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__taishocomment {
  text-align: center;
  z-index: 10;
}
.win__taishocomment p {
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .win__taishocomment p {
    font-weight: bolder;
    width: 301px;
    font-size: 20px;
  }
  .win__taishocomment p span {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .win__taishocomment p {
    font-weight: bolder;
    width: 350px;
    font-size: 12px;
    padding: 5px 0;
  }
  .win__taishocomment p span {
    font-size: 12px;
  }
}
.win__taishocomment .comment {
  background-color: #fff !important;
  color: #000 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .win__taishocomment .comment {
    height: 75px;
    width: 500px;
  }
}
@media only screen and (max-width: 767px) {
  .win__taishocomment .comment {
    height: 75px;
    width: 350px;
    font-size: 20px;
  }
}
.win__taishocomment .comment p {
  margin: 0;
  padding: 0;
}
.win__imgjyun {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .win__imgjyun {
    width: 300px;
  }
  .win__imgjyun img {
    width: 300px;
    height: 400px;
  }
  .win__imgjyun a:hover {
    opacity: 0.7;
    transition: 0.2s;
  }
}
@media only screen and (max-width: 767px) {
  .win__imgjyun {
    width: 175px;
  }
  .win__imgjyun img {
    width: 175px;
  }
}
.win__imgjyun--medal {
  position: absolute;
  top: 10px;
  left: 10px;
}
@media only screen and (min-width: 768px) {
  .win__imgjyun--medal img {
    width: 75px;
    height: 75px;
  }
}
@media only screen and (max-width: 767px) {
  .win__imgjyun--medal img {
    width: 50px;
    height: 50px;
  }
}
.win__imgjyun--name p {
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .win__imgjyun--name p {
    font-weight: bolder;
    width: 301px;
    height: 80px;
    font-size: 15px;
    padding: 5px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: normal;
  }
  .win__imgjyun--name p span {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .win__imgjyun--name p {
    font-weight: bolder;
    width: 175px;
    font-size: 15px;
    padding: 5px 0;
  }
}
.win__jyuncomment {
  text-align: center;
  z-index: 10;
}
.win__jyuncomment p {
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .win__jyuncomment p {
    font-weight: bolder;
    width: 301px;
    font-size: 15px;
  }
  .win__jyuncomment p span {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .win__jyuncomment p {
    font-weight: bolder;
    width: 125px;
    font-size: 12px;
    padding: 5px 0;
  }
  .win__jyuncomment p span {
    font-size: 12px;
  }
}
.win__jyuncomment .comment {
  height: 75px;
  padding: 0;
  background-color: #fff !important;
  color: #000 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .win__jyuncomment .comment {
    width: 175px;
  }
}
.win__jyuncomment .comment p {
  margin: 0;
  padding: 0;
}
.win__imgcheke {
  border-radius: 10px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .win__imgcheke {
    width: 250px;
  }
  .win__imgcheke img {
    border-radius: 10px 10px 0 0;
    width: 250px;
    height: 325px;
  }
  .win__imgcheke a:hover {
    opacity: 0.7;
    transition: 0.2s;
  }
}
@media only screen and (max-width: 767px) {
  .win__imgcheke {
    width: 125px;
    height: 200px;
    border-radius: 12px;
    margin: 0 6px 3px;
  }
  .win__imgcheke img {
    border-radius: 10px;
  }
}
.win__imgcheke--medal {
  position: absolute;
  bottom: 100px;
  right: 20px;
}
.win__imgcheke--medal img {
  width: 75px;
  height: 75px;
}
.win__imgcheke--text {
  z-index: 10;
  bottom: 0;
}
.win__imgcheke--text p {
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .win__imgcheke--text p {
    font-weight: bolder;
    width: 250px;
    min-height: 75px;
    font-size: 15px;
    border-radius: 0 0 10px 10px;
    padding: 5px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: normal;
  }
}
@media only screen and (max-width: 767px) {
  .win__imgcheke--text p {
    font-weight: bolder;
    width: 125px;
    font-size: 15px;
    border-radius: 0 0 10px 10px;
    padding: 5px 0;
  }
}
.win__imgcheke--name p {
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .win__imgcheke--name p {
    font-weight: bolder;
    width: 250px;
    height: 75px;
    font-size: 15px;
    padding: 5px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: normal;
  }
}
@media only screen and (max-width: 767px) {
  .win__imgcheke--name p {
    font-weight: bolder;
    width: 125px;
    font-size: 15px;
    padding: 5px 0;
  }
}
.win__chekecomment {
  text-align: center;
  z-index: 10;
}
.win__chekecomment p {
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .win__chekecomment p {
    font-weight: bolder;
    width: 250px;
    font-size: 15px;
  }
  .win__chekecomment p span {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .win__chekecomment p {
    font-weight: bolder;
    width: 125px;
    font-size: 12px;
    padding: 5px 0;
  }
  .win__chekecomment p span {
    font-size: 12px;
  }
}
.win__chekecomment .comment {
  border-radius: 0 0 10px 10px;
  height: 75px;
  padding: 0;
  background-color: #fff !important;
  color: #000 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .win__chekecomment .comment {
    width: 175px;
  }
}
.win__chekecomment .comment p {
  margin: 0;
  padding: 0;
}
.win__imggotaku {
  border-radius: 10px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .win__imggotaku {
    width: 150px;
    height: 200px;
    border-radius: 10px;
  }
  .win__imggotaku img {
    border-radius: 10px;
    width: 150px;
    height: 200px;
  }
  .win__imggotaku a:hover {
    opacity: 0.7;
    transition: 0.2s;
  }
}
@media only screen and (max-width: 767px) {
  .win__imggotaku {
    width: 150px;
    height: 200px;
    border-radius: 12px;
    margin: 0 auto 3px;
  }
  .win__imggotaku img {
    border-radius: 10px;
  }
}
.win__imggotaku--text {
  position: absolute;
  z-index: 10;
  bottom: 0;
}
.win__imggotaku--text p {
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .win__imggotaku--text p {
    font-weight: bolder;
    width: 151px;
    font-size: 15px;
    border-radius: 0 0 10px 10px;
    padding: 5px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: normal;
  }
}
@media only screen and (max-width: 767px) {
  .win__imggotaku--text p {
    font-weight: bolder;
    width: 150px;
    font-size: 15px;
    border-radius: 0 0 10px 10px;
    padding: 5px 0;
  }
}
.win__pr {
  overflow-y: auto;
  border-radius: 10px;
}
@media only screen and (min-width: 768px) {
  .win__pr {
    width: 500px;
    height: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .win__pr {
    width: fit-content;
    max-height: 250px;
  }
}
.win__pr p {
  padding: 0;
  font-size: 15px;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .win__pr p {
    height: 200px;
  }
}

#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;
  }
}/*# sourceMappingURL=style-test.css.map */</pre></body></html>