/* family
font-family: 'Fugaz One', cursive;
font-family: 'Noto Sans JP', sans-serif;
*/
@import url("https://fonts.googleapis.com/css2?family=Fugaz+One&family=Noto+Sans+JP:wght@400;500;700&display=swap");
body, a {
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-feature-settings: "palt";
  line-height: 1.65em;
  color: #111;
}

p {
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-feature-settings: "palt";
  line-height: 1.65em;
  margin-bottom: 1em;
}

p.read {
  font-size: 1.25em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-feature-settings: "palt";
  line-height: 1.65em;
}

h2 {
  font-size: 1.87em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-feature-settings: "palt";
  line-height: 1.65em;
  color: #8100AA;
  border: 0.15em solid #8100AA;
  text-align: center;
  padding: 0.3em;
  max-width: 650px;
  margin: 2em auto 1em;
  border-radius: 0.3em;
}
h2.white {
  color: #fff;
  border-color: #fff;
}

h3 {
  font-size: 1.5em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-feature-settings: "palt";
  line-height: 1.65em;
  text-align: center;
  margin-bottom: 1em;
}

h4 {
  font-size: 1.25em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-feature-settings: "palt";
  line-height: 1.65em;
  text-align: center;
  margin: auto;
}

@media screen and (max-width: 767px) {
  body, a, p {
    font-size: 14px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-feature-settings: "palt";
    line-height: 1.65em;
    color: #111;
  }
}
@media screen and (max-width: 565px) {
  body, a, p {
    font-size: 12.5px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-feature-settings: "palt";
    line-height: 1.65em;
    color: #111;
  }
}
img {
  display: block;
  width: 100%;
  height: auto;
}

html,
body {
  overflow-x: hidden;
}

.inner-wrap {
  width: 92%;
  padding: 2em 4%;
  max-width: 1200px;
  margin: auto;
}

.alwrap {
  width: 100%;
}

body {
  background-color: #F7F3E7;
}

.backer {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
  background-color: #fff;
  background-image: url(../images/back.jpg);
  background-color: rgba(255, 255, 255, 0.8);
  background-blend-mode: darken;
  opacity: 0.1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
}

header,
main,
footer {
  position: relative;
  z-index: 1;
}

section {
  padding: 2% 0 4%;
}

header {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  padding: 4% 0;
}
header .title-wrap {
  width: 104%;
  margin: auto -2%;
  height: auto;
  background-image: url(../images/top_bk.png);
  background-repeat: repeat-x;
  background-position: center;
  background-size: contain;
  transform: rotate(-3deg);
}
header .title-wrap .title-inner {
  display: flex;
  justify-content: center;
  width: 92%;
  height: auto;
  margin: auto;
}

#intro {
  text-align: center;
}
#intro img {
  max-width: 600px;
  margin: auto;
  margin-bottom: 1em;
}

#info {
  background-color: #fff;
  text-align: center;
}

#nominate {
  background: #1f002a;
  background: -moz-linear-gradient(0deg, #1f002a 19%, #8100aa 100%);
  background: -webkit-linear-gradient(0deg, #1f002a 19%, #8100aa 100%);
  background: linear-gradient(0deg, #1f002a 19%, #8100aa 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1f002a",endColorstr="#8100aa",GradientType=1);
}
#nominate .nominate-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
#nominate .nominate-wrap .nominate-sin {
  background: #fff;
  width: 48%;
  margin-bottom: 2%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#nominate .nominate-wrap .nominate-sin .contents {
  padding: 1em;
  text-align: center;
}
#nominate .nominate-wrap .nominate-sin .contents h5 {
  color: #A3A3A3;
  font-weight: 500;
}
#nominate .nominate-wrap .nominate-sin .contents .desc {
  padding: 1em 0;
  border-top: 1px solid #A3A3A3;
  border-bottom: 1px solid #A3A3A3;
  margin: 1em auto;
  min-height: 4em;
}
#nominate .nominate-wrap .nominate-sin .contents .desc p {
  margin: auto;
  text-align: left;
}
#nominate .nominate-wrap .nominate-sin .contents .needs {
  background: #8100AA;
  color: #fff;
  text-align: left;
  padding: 1em;
  border-radius: 0.3em;
  min-height: 3em;
}
#nominate .nominate-wrap .nominate-sin .creator {
  position: relative;
  padding-top: 4em;
}
#nominate .nominate-wrap .nominate-sin .creator .prof {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
#nominate .nominate-wrap .nominate-sin .creator .prof img {
  width: 140px;
  border-radius: 0.4em;
  overflow: hidden;
  margin: auto;
}
#nominate .nominate-wrap .nominate-sin .creator .comment {
  background: #eee;
  padding: 140px 1em 2em;
}
#nominate .nominate-wrap .nominate-sin .creator .comment p {
  margin: auto;
  min-height: 6em;
}

.limit {
  background-color: #de0000;
  position: relative;
  height: 3.5em;
  padding: 1em;
}
.limit span {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  height: fit-content;
  font-size: 2em;
  font-weight: 900;
  color: #ffffff;
}
.limit:after, .limit:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1em;
  background-image: url(../images/limit_back.png);
  background-size: 4em;
}
.limit:after {
  top: 0;
}
.limit:before {
  bottom: 0;
}

#entry {
  text-align: center;
}
#entry .bt a {
  background-color: #de0000;
  display: block;
  padding: 1.5em 0.4em;
  width: 240px;
  margin: 1.5em auto;
  border-radius: 0.3em;
  box-shadow: 0.2em 0.2em 0.4em rgba(0, 0, 0, 0.2);
}
#entry .bt a span {
  font-size: 1.5em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-feature-settings: "palt";
  line-height: 1.65em;
  line-height: 1.5em;
  color: #fff;
}
#entry .bt a:hover {
  opacity: 0.8;
}
#entry .privacypolicy {
  background-color: #fff;
  margin-top: 5em;
  padding: 3em 2em;
}
#entry .privacypolicy .text-wrap {
  text-align: left;
}

footer {
  background: #1f002a;
  background: -moz-linear-gradient(0deg, #1f002a 19%, #8100aa 100%);
  background: -webkit-linear-gradient(0deg, #1f002a 19%, #8100aa 100%);
  background: linear-gradient(0deg, #1f002a 19%, #8100aa 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1f002a",endColorstr="#8100aa",GradientType=1);
}
footer .bnr-wrap {
  display: flex;
  justify-content: center;
  max-width: 700px;
  margin: 1em auto 5em;
}
footer .bnr-wrap .bnr {
  max-width: 320px;
  margin: auto;
}
footer .bnr-wrap .bnr a {
  display: block;
  overflow: hidden;
  border-radius: 0.5em;
  border: 0.1em solid #fff;
  background: #fff;
}
footer .copyright {
  width: 100%;
  color: #fff;
  font-size: 12px;
  text-align: center;
}

@media screen and (max-width: 565px) {
  header {
    padding: 0 0 4%;
  }
  header .title-wrap {
    width: 100%;
    margin: auto;
    transform: rotate(0deg);
  }
  header .title-wrap .title-inner {
    flex-direction: column;
    width: 100%;
  }

  #nominate .nominate-wrap {
    flex-direction: column;
    justify-content: center;
  }
  #nominate .nominate-wrap .nominate-sin {
    width: 98%;
    margin: 0.5em auto;
  }

  footer .bnr-wrap {
    flex-direction: column;
  }
  footer .bnr-wrap .bnr {
    width: 96%;
    max-width: 320px;
    margin: 1em auto;
  }
}

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