@media screen and (min-width: 769px) {
  .v-sp {
    display: none;
  }
  .v-pc {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .v-sp {
    display: block;
  }
  .v-pc {
    display: none;
  }
}
body {
  font-size: 1.317vw;
  line-height: 1.7;
  font-weight: bold;
  font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  body {
    font-size: 2.933vw;
  }
}
body .wrapper {
  width: 100%;
  height: auto;
  background-image: url("../img/logo.png");
  background-repeat: repeat;
  background-size: 120px;
  background-color: rgba(255, 255, 255, 0.88);
  background-blend-mode: lighten;
}
body .wrapper.questionnaire-wrapper {
  background-image: url("");
}
body .wrapper.top-wrapper {
  background-image: url("../img/bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-color: initial;
  background-blend-mode: initial;
}
body .wrapper .inner {
  width: 100%;
  max-width: 1024px;
  padding: 0 40px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  body .wrapper .inner {
    padding: 0 20px;
  }
}
body .wrapper .inner .logo {
  width: 100%;
  padding-top: 45px;
}
@media screen and (max-width: 768px) {
  body .wrapper .inner .logo {
    padding-top: 25px;
  }
}
body .wrapper .inner .content {
  width: 100%;
}
body .wrapper .inner .content .header-logo {
  text-align: center;
  padding: 10px;
}
body .wrapper .inner .content .header-logo img {
  width: 40%;
}
body .wrapper .inner .content .title {
  text-align: center;
}
body .wrapper .inner .content .title h1 {
  text-align: center;
  font-size: 3.66vw;
  color: #3c3c3c;
  font-family: "vdl-gigag", sans-serif;
  font-weight: 900;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  body .wrapper .inner .content .title h1 {
    font-size: 6.666vw;
  }
}
body .wrapper .inner .content .title h1 span {
  font-family: "Bungee", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.464vw;
  display: block;
}
@media screen and (max-width: 768px) {
  body .wrapper .inner .content .title h1 span {
    font-size: 3.733vw;
  }
}
body .wrapper .inner .content .title h2 {
  font-family: "Bungee", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #FFF;
  margin-top: 20px;
  background-color: #F08300;
  padding: 7px 0;
}
@media screen and (max-width: 768px) {
  body .wrapper .inner .content .title h2 {
    font-size: 5.333vw;
  }
}
body .wrapper .inner .content .title h3 {
  font-family: sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3.66vw;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  body .wrapper .inner .content .title h3 {
    font-size: 5.333vw;
    margin-top: 20px;
  }
}
body .wrapper .inner .content .detail {
  text-align: center;
  font-size: 1.171vw;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  body .wrapper .inner .content .detail {
    font-size: 3.733vw;
  }
}

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

dl dt {
  color: #FFF;
  background-color: #F08300;
  text-align: center;
  margin: 10px 0;
}
dl dd {
  margin: 10px 0;
}

.top-page-catch {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: justify;
  margin-top: 12px;
  background-color: #FFF;
  padding: 40px;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .top-page-catch {
    padding: 4%;
    flex-direction: column;
  }
}
.top-page-catch p {
  font-size: 1.464vw;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .top-page-catch p {
    font-size: 3.466vw;
  }
}
.top-page-catch .image {
  width: 28%;
  margin-left: 5%;
}

.content-block {
  border: 3px solid #000;
  border-radius: 10px;
  background: #FFF;
  position: relative;
  padding: 40px 20% 20px 40px;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .content-block {
    padding: 5% 20% 4% 4%;
  }
}
.content-block .title-ribbon {
  position: absolute;
  left: -80px;
  top: -50px;
}
@media screen and (max-width: 768px) {
  .content-block .title-ribbon {
    left: -5%;
    top: -26%;
  }
}
.content-block .title-ribbon .ribbon {
  font-size: 28px;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .content-block .title-ribbon .ribbon {
    font-size: 4.266vw;
  }
}
.content-block .title-ribbon .ribbon {
  --s: 1.8em; /* the ribbon size */
  --d: .8em; /* the depth */
  --c: .8em; /* the cutout part */
  padding: var(--d) var(--c) 0 calc(var(--s) + 0.5em);
  line-height: 1.8;
  background: conic-gradient(from 45deg at left var(--s) top var(--d), rgba(0, 0, 0, 0.5333333333) 12.5%, rgba(0, 0, 0, 0) 0 37.5%, rgba(0, 0, 0, 0.2666666667) 0);
  clip-path: polygon(calc(100% - var(--c)) var(--d), calc(var(--s) + var(--d)) var(--d), calc(var(--s) + var(--d)) 0, 0 0, var(--c) calc(50% - var(--d) / 2), 0 calc(100% - var(--d)), var(--s) calc(100% - var(--d)), var(--s) 100%, calc(100% - var(--c)) 100%, 100% calc(50% + var(--d) / 2));
  background-color: #F08300; /* the main color */
  width: fit-content;
}
.content-block .title-ribbon .ribbon.green {
  background-color: #68BB60;
}
.content-block .illust {
  position: absolute;
  right: 0;
  bottom: 0;
}
.content-block .illust.illust01 {
  width: 5.417vw;
}
@media screen and (max-width: 768px) {
  .content-block .illust.illust01 {
    width: 9.866vw;
  }
}
.content-block .illust.illust02 {
  width: 19.326vw;
  right: 2%;
}
@media screen and (max-width: 768px) {
  .content-block .illust.illust02 {
    width: 27.2vw;
  }
}
.content-block .illust.illust03 {
  width: 12.005vw;
  right: 2%;
}
@media screen and (max-width: 768px) {
  .content-block .illust.illust03 {
    width: 16.533vw;
  }
}
.content-block .illust.illust05 {
  width: 12.005vw;
  right: 1.2%;
}
@media screen and (max-width: 768px) {
  .content-block .illust.illust05 {
    width: 16.533vw;
  }
}
.content-block .attentioin ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.content-block .attentioin ul li {
  color: #51585e;
}
.content-block .logo-box {
  display: flex;
  align-items: center;
  margin-top: 12px;
  gap: 0 3%;
}
.content-block .logo-box .mic {
  width: 7.32vw;
}
@media screen and (max-width: 768px) {
  .content-block .logo-box .mic {
    width: 13.333vw;
  }
}
.content-block .logo-box .oa {
  width: 5.856vw;
}
@media screen and (max-width: 768px) {
  .content-block .logo-box .oa {
    width: 10.666vw;
  }
}
@media screen and (max-width: 768px) {
  .content-block dl {
    margin-bottom: 0;
  }
}
.content-block dl dt {
  background-color: #F08300;
}
.content-block dl dd {
  font-size: 1.903vw;
}
@media screen and (max-width: 768px) {
  .content-block dl dd {
    font-size: 4vw;
    margin-bottom: 0;
  }
}
.content-block .link-illustrator {
  display: inline-block;
  vertical-align: top;
  padding: 10px;
}

.copy {
  text-align: center;
  padding-bottom: 25px;
}
.copy p {
  margin: 0;
}

.contest-entry-detail {
  max-width: 700px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .remodal {
    padding: 20px;
  }
}
.remodal .remodal-content dl {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 15px;
  text-align: left;
}
.remodal .remodal-content dl dt {
  padding: 10px;
  width: 20%;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .remodal .remodal-content dl dt {
    font-size: 2.666vw;
  }
}
.remodal .remodal-content dl dd {
  flex: 1;
  margin-left: 3%;
}
.remodal .remodal-content dl dd ul {
  margin: 0;
}

/*# sourceMappingURL=style.css.map */
