@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Anton&family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@4.1.1/dist/css/yakuhanjp.css");
body {
  margin: 0;
  padding: 0;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  background-color: #bf3826;
  color: #fff;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  color: #fff;
}

.global_head {
  margin: 0;
}

.wrap {
  font-family: "YakuHanJP";
  font-weight: 600;
}

.content {
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .content {
    width: calc(100% - 35px);
    padding: 0 0 30px;
  }
}
@media only screen and (min-width: 768px) {
  .content {
    max-width: 1100px;
    width: calc(100% - 55px);
    padding: 0 0 50px;
  }
}
@media only screen and (max-width: 767px) {
  .content .ttl {
    margin: -23% 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .content .ttl {
    margin: -27% 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .content .catch {
    text-align: center;
    margin: 12px 0 17px;
  }
}
@media only screen and (min-width: 768px) {
  .content .catch {
    margin: 25px 0 25px;
  }
}
@media only screen and (max-width: 767px) {
  .content .catch img {
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .content .date {
    margin: 0 0 15px;
  }
}
@media only screen and (min-width: 768px) {
  .content .date {
    margin: 0 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .content .prize {
    margin: 0 0 15px;
  }
}
@media only screen and (min-width: 768px) {
  .content .prize {
    margin: 0 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .content .condition {
    margin: 0 0 15px;
  }
}
@media only screen and (min-width: 768px) {
  .content .condition {
    margin: 0 0 20px;
  }
}
.content .condition__ttl {
  color: #ffed00;
  font-weight: 700;
  letter-spacing: 0.1rem;
}
@media only screen and (max-width: 767px) {
  .content .condition__ttl {
    font-size: 1.1rem;
    margin: 0 0 3px;
  }
}
@media only screen and (min-width: 768px) {
  .content .condition__ttl {
    font-size: 1.9rem;
  }
}
.content .condition p {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .content .condition p {
    font-size: 0.95rem;
    line-height: 1.6;
  }
}
@media only screen and (min-width: 768px) {
  .content .condition p {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .content .join {
    margin: 0 0 15px;
  }
}
@media only screen and (min-width: 768px) {
  .content .join {
    margin: 0 0 20px;
  }
}
.content .join__ttl {
  color: #ffed00;
  font-weight: 700;
  letter-spacing: 0.1rem;
}
@media only screen and (max-width: 767px) {
  .content .join__ttl {
    font-size: 1.1rem;
    margin: 0 0 3px;
  }
}
@media only screen and (min-width: 768px) {
  .content .join__ttl {
    font-size: 1.9rem;
  }
}
.content .join p {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .content .join p {
    font-size: 0.95rem;
    line-height: 1.6;
  }
}
@media only screen and (min-width: 768px) {
  .content .join p {
    font-size: 1.5rem;
  }
}
.content .join p span {
  margin: 0 2px;
}
@media only screen and (max-width: 767px) {
  .content .join p span {
    font-size: 0.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .content .join p span {
    font-size: 1.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .content .note {
    margin: 0 0 25px;
  }
}
@media only screen and (min-width: 768px) {
  .content .note {
    margin: 0 0 35px;
  }
}
.content .note__ttl {
  letter-spacing: 0.05rem;
  margin: 0 0 3px;
}
@media only screen and (min-width: 768px) {
  .content .note__ttl {
    font-size: 1.3rem;
  }
}
.content .note ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 3px 0;
}
.content .note ul li {
  margin-left: 1em;
  text-indent: -1em;
}
@media only screen and (max-width: 767px) {
  .content .note ul li {
    font-size: 0.85rem;
  }
}
@media only screen and (min-width: 768px) {
  .content .note ul li {
    font-size: 1.2rem;
  }
}
.content .note ul li::before {
  content: "※";
}
.content .desc {
  background-color: #fff;
  color: #000;
  border-radius: 30px;
}
.content .desc__ttl {
  background-color: #bf3826;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  color: #fff;
  font-weight: 900;
}
@media only screen and (max-width: 767px) {
  .content .desc__ttl {
    border-right: 1px solid #fff;
    border-radius: 30px 30px 0 0;
    font-size: 1.2rem;
    letter-spacing: 0.15rem;
    text-align: center;
    margin: 0 0 15px;
    padding: 9px 0 8px;
  }
}
@media only screen and (min-width: 768px) {
  .content .desc__ttl {
    display: inline-block;
    border-radius: 30px 0 15px 0;
    font-size: 2rem;
    letter-spacing: 0.2rem;
    margin: 0 0 17px;
    padding: 5px 20px 4px;
  }
}
@media only screen and (max-width: 767px) {
  .content .desc__content {
    padding: 0 15px 23px;
  }
}
@media only screen and (min-width: 768px) {
  .content .desc__content {
    padding: 0 25px 23px;
  }
}
.content .desc p {
  margin: 0;
}
.content .desc__text {
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .content .desc__text {
    font-size: 0.95rem;
    line-height: 1.6;
  }
}
@media only screen and (min-width: 768px) {
  .content .desc__text {
    font-size: 1.3rem;
  }
}
.content .desc__category {
  display: inline-block;
  background-color: #bf3826;
  color: #fff;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .content .desc__category {
    margin: 20px 0 0;
    padding: 8px 15px;
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 768px) {
  .content .desc__category {
    margin: 15px 0 0;
    padding: 8px 15px;
    font-size: 1.2rem;
  }
}
.content .desc__genre {
  color: #bf3826;
  list-style: none;
  padding: 0;
  display: grid;
}
@media only screen and (max-width: 767px) {
  .content .desc__genre {
    gap: 12px 0;
    margin: 20px 0;
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 768px) {
  .content .desc__genre {
    gap: 10px 0;
    margin: 15px 0 20px;
    font-size: 1.2rem;
  }
}
.content .desc__genre li {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .content .desc__genre li {
    align-items: flex-start;
  }
}
@media only screen and (min-width: 768px) {
  .content .desc__genre li {
    align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  .content .desc__genre li .arrow {
    margin: 0 13px;
  }
}
@media only screen and (min-width: 768px) {
  .content .desc__genre li .arrow {
    margin: 0 18px;
  }
}
.content .desc__genre li .arrow::before {
  content: "";
  display: block;
  background: url(../img/icon_arrow-b.svg) no-repeat top left/contain;
}
@media only screen and (max-width: 767px) {
  .content .desc__genre li .arrow::before {
    width: 16px;
    height: 9px;
    margin-top: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .content .desc__genre li .arrow::before {
    width: 20px;
    height: 13px;
  }
}
.content .desc__genre li .genre-item {
  line-height: 1;
  border: 2px solid #bf3826;
  border-radius: 99px;
  word-break: break-all;
}
@media only screen and (max-width: 767px) {
  .content .desc__genre li .genre-item {
    font-size: 0.8rem;
    padding: 3px 10px;
  }
}
@media only screen and (min-width: 768px) {
  .content .desc__genre li .genre-item {
    font-size: 1.1rem;
    padding: 5px 13px;
  }
}
.content .desc__genre p {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 5px;
}
.content .desc__genre p:first-of-type {
  border-bottom: 2px solid #bf3826;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .content .desc__genre p:first-of-type {
    padding: 3px 0;
    line-height: 1.2;
  }
}
@media only screen and (min-width: 768px) {
  .content .desc__genre p:first-of-type {
    padding: 0 0 4px;
    line-height: 1;
  }
}
.content .desc__ex {
  color: #4c4948;
  margin: 0;
  padding: 0;
  font-size: 500;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .content .desc__ex {
    font-size: 0.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .content .desc__ex {
    font-size: 1rem;
  }
}
.content .desc__ex dt {
  margin: 0 5px 0 0;
}
.content .desc__ex dd {
  margin: 0;
}

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

@media only screen and (max-width: 767px) {
  .pconly {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */