@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Great+Vibes&family=Lato:wght@100;400&family=Noto+Sans+JP:wght@300;500&family=Parisienne&family=Shippori+Mincho:wght@400;600&display=swap");
/***reset***/
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input, select {
  vertical-align: middle; }

/***setting***/
.floatbox {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transition: 0.2s ease-in-out; }

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline; }

html, body {
  height: 100%; }

body {
  position: relative;
  padding: 0 0 0;
  line-height: 1;
  text-align: center;
  color: #2b2d29;
  background: white;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif, 'Font Awesome', 'Font Awesome 5 Free','Font Awesome 5 Brands', 'Font Awesome';
  font-weight: 300;
  scroll-behavior: smooth; }

article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display: block; }

ul, ol {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none; }

a {
  margin: 0;
  padding: 0;
  color: #2b2d29;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  border: 0; }

a:hover {
  color: #2ba3a3; }

a:hover img {
  opacity: 0.5; }

a:focus, *:focus {
  outline: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

:root {
  font-size: 13px !important; }

/* wrapper
--------------------------- */
#wrapper {
  padding: 4em 0 0 0;
  min-height: 100%; }

/* stage
--------------------------- */
.stage {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center; }

/* panel
--------------------------- */
.panel1 {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 1000px; }

.panel, .panel2 {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 1000px; }

/* Floatバグ回避用
--------------------------- */
.clearfix:after {
  content: "";
  display: block;
  clear: both; }

/* タイトルスタイル
--------------------------- */
.ttl-type01 {
  padding: 3.5em 0.5em 1em;
  font-size: 2.4em;
  line-height: 1.2em;
  font-weight: 300;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2); }

/* toTop
--------------------------- */
#toTop {
  position: fixed;
  right: 5%;
  bottom: 3%;
  opacity: 0;
  z-index: 1000;
  text-align: center;
  transition: all 0.4s ease-in-out;
  z-index: 8887; }

.to-top-on #toTop {
  bottom: 2%;
  opacity: 1; }

#toTop a {
  display: block;
  width: 60px;
  height: 60px;
  color: rgba(41, 49, 47, 0.8);
  font-size: 24px;
  line-height: 60px;
  text-decoration: none;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  cursor: default; }

.to-top-on #toTop a {
  cursor: pointer; }

#toTop a:hover {
  background-color: rgba(255, 255, 255, 0.8); }

#pos {
  position: absolute;
  left: -9999px;
  top: -9999px;
  height: 0;
  visibility: hidden; }

@media screen and (min-width: 0\0 ) and (min-resolution: 72dpi) {
  /*IE9-11用ハック*/
  body {
    padding: 4em 0 0; }

  #wrapper {
    padding: 0; } }
body {
  position: relative;
  background: linear-gradient(90deg, #e01d2d, #200001 2.5%, #b2101d 3.5%, #f54458 4.5%, #cb1625 6%, #200001 10%, #9c0004 55%, #200001); }

#particles-js {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1; }

#wrapper {
  margin: 0;
  padding: 0; }
  #wrapper section {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 300; }
    #wrapper section h1, #wrapper section h2 {
      font-family: 'Shippori Mincho', serif; }
    #wrapper section:nth-child(even) {
      color: white;
      background: #373c38; }
      #wrapper section:nth-child(even) h1 {
        color: #fad689; }
    #wrapper section:nth-child(odd) {
      background: rgba(55, 60, 56, 0); }

#info {
  position: relative;
  padding: 6rem 0.8rem 6rem 10%; }
  #info figure {
    position: absolute;
    top: 0.8rem;
    left: 0.8rem;
    width: 8rem;
    height: 8rem; }
    #info figure img {
      width: 100%;
      height: auto; }
  #info #title p {
    display: block;
    width: 100%;
    padding: 3.2rem 0 1em;
    font-size: 1.2rem;
    text-align: center;
    font-family: 'Shippori Mincho', serif;
    font-weight: 400; }
  #info #title h1 {
    padding: 0 0 6em;
    color: white;
    font-family: 'Shippori Mincho', serif;
    font-weight: 600;
    text-shadow: 0 0 0.5rem #fad689; }
    #info #title h1 span {
      display: block;
      padding: 1em 0;
      font-size: 1.8rem;
      line-height: 1.2em; }
    #info #title h1 strong {
      display: block;
      padding: 0;
      font-size: 7.2rem;
      line-height: 1em; }
  #info h2 {
    position: relative;
    padding: 0 0 3em;
    color: #fad689;
    font-size: 1.4rem;
    line-height: 1.2em; }
    #info h2::after {
      position: absolute;
      margin: auto;
      right: 0;
      bottom: 1.5em;
      left: 0;
      content: "";
      width: 6rem;
      height: 0;
      border-bottom: 6px solid #fad689; }
  #info p {
    margin: 0 auto;
    padding: 0 0.8em 1.6em;
    width: 100%;
    max-width: 900px;
    color: white;
    font-size: 1.1rem;
    line-height: 2em;
    text-align: left;
    text-shadow: 0 0 0.8rem #200001; }

#award {
  position: relative;
  padding: 18rem 0 4rem; }
  #award #lead {
    position: relative;
    margin: 0 auto;
    background: rgba(55, 60, 56, 0.8);
    padding: 2.4rem 2.4rem 0;
    width: 90%;
    z-index: 2; }
    #award #lead::after {
      content: "";
      display: block;
      position: absolute;
      margin: auto;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: calc(100% - 1.6rem);
      height: calc(100% - 1.6rem);
      border: 1px solid #fad689; }
  #award h1 {
    position: relative;
    padding: 0 0 2.4rem;
    font-size: 2rem;
    text-align: left;
    z-index: 10; }
  #award p {
    position: relative;
    padding: 0 2.4rem 2.4rem;
    font-size: 1rem;
    line-height: 1.8em;
    text-align: left; }
    #award p.lead {
      padding: 0 0 4rem 0;
      font-size: 1.1rem;
      z-index: 10; }
  #award h2 {
    position: relative;
    padding: 4rem 0 1.6rem;
    color: #fad689;
    font-size: 1.6rem;
    line-height: 1.2em;
    border-bottom: 1px solid #fad689;
    z-index: 2; }
  #award figure.mask {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    padding: 100% 0 0;
    width: 100%;
    height: auto;
    overflow: hidden;
    z-index: 1; }
    #award figure.mask::after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(180deg, rgba(55, 60, 56, 0), rgba(55, 60, 56, 0) 70%, #373c38 90%); }
    #award figure.mask img {
      position: absolute;
      margin: auto;
      top: -6rem;
      right: -200%;
      bottom: 0;
      left: -200%;
      width: auto;
      height: 100%;
      opacity: 0; }
      #award figure.mask img:nth-child(1) {
        animation: slideshow1 24s linear infinite; }
      #award figure.mask img:nth-child(2) {
        animation: slideshow2 24s linear infinite;
        animation-delay: 6s; }
      #award figure.mask img:nth-child(3) {
        animation: slideshow1 24s linear infinite;
        animation-delay: 12s; }
      #award figure.mask img:nth-child(4) {
        animation: slideshow2 24s linear infinite;
        animation-delay: 18s; }

@keyframes slideshow1 {
  0% {
    opacity: 0;
    filter: saturate(30%);
    height: 100%; }
  10% {
    opacity: 1;
    filter: saturate(70%); }
  25% {
    opacity: 1;
    filter: saturate(70%); }
  35% {
    opacity: 0;
    filter: saturate(30%);
    height: 110%; }
  36% {
    height: 100%; }
  100% {
    opacity: 0; } }
@keyframes slideshow2 {
  0% {
    opacity: 0;
    filter: saturate(30%);
    height: 110%; }
  10% {
    opacity: 1;
    filter: saturate(70%); }
  25% {
    opacity: 1;
    filter: saturate(70%); }
  35% {
    opacity: 0;
    filter: saturate(30%);
    height: 100%; }
  36% {
    height: 100%; }
  100% {
    opacity: 0; } }
#judge {
  display: flex;
  flex-wrap: wrap;
  padding: 4rem 0 1.6rem; }
  #judge dl {
    width: 50%;
    text-align: center;
    display: flex;
    flex-wrap: wrap; }
    #judge dl dt {
      width: 100%; }
      #judge dl dt figure {
        display: block;
        margin: 0 auto;
        width: 12rem;
        height: 12rem;
        border-radius: 10rem;
        overflow: hidden; }
        #judge dl dt figure img {
          width: 105%;
          height: auto; }
    #judge dl dd {
      width: 100%; }
      #judge dl dd span {
        display: block;
        padding: 1.6rem 1rem 0.8rem;
        font-size: 0.8rem; }
      #judge dl dd strong {
        display: block;
        padding: 0 1.6rem 3.2rem;
        font-size: 1.6rem;
        font-weight: 400; }

table.detail {
  margin: 6rem auto 8rem;
  color: white;
  width: 90%;
  max-width: 800px; }
  table.detail caption {
    padding: 1.2rem;
    font-family: 'Shippori Mincho', serif;
    color: rgba(55, 60, 56, 0.7);
    background: #fad689;
    font-size: 1.6rem; }
  table.detail tr {
    color: #373c38;
    background: white;
    border-bottom: 1px dotted #373c38; }
    table.detail tr:last-child {
      border-bottom: none; }
  table.detail th {
    display: block;
    width: 100%;
    padding: 2.4rem 1.6rem 0.8rem;
    font-size: 1.4rem;
    font-weight: 500;
    text-align: left;
    white-space: nowrap; }
  table.detail td {
    display: block;
    width: 100%;
    padding: 0 1.6rem 2.4rem;
    text-align: left;
    font-size: 1.1rem;
    line-height: 1.4em; }
    table.detail td span {
      display: block;
      font-size: 0.8em; }
    table.detail td strong {
      font-size: 1.6rem; }
    table.detail td dl {
      display: flex;
      flex-wrap: wrap;
      padding: 2rem 0; }
    table.detail td dt {
      width: 10rem;
      padding: 2rem 0 0.8rem;
      font-size: 1rem;
      line-height: 1.2em;
      font-weight: 500; }
      table.detail td dt em {
        display: block;
        padding: 0.5rem;
        width: 100%;
        color: white;
        font-style: normal;
        background: rgba(55, 60, 56, 0.7);
        border-radius: 0.5rem; }
    table.detail td dd {
      width: calc(100% - 10rem);
      padding: 2rem 0 0.8rem 1.6rem;
      font-size: 0.9rem;
      line-height: 1.5em; }

#entry h1 {
  padding: 2.4rem;
  font-size: 2.4rem; }
#entry figure {
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 3.2rem 0 0;
  width: 75%;
  max-width: 600px; }
  #entry figure img {
    width: 100%;
    height: auto; }
#entry p {
  padding: 2.4rem 1.6rem;
  font-size: 1.1rem;
  line-height: 1.6em;
  text-align: left; }
  #entry p a {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
    color: #fad689; }
  #entry p br {
    display: none; }
  #entry p.btn {
    padding: 2.4rem 0 1.6rem; }
    #entry p.btn a {
      margin: 0 auto;
      width: 75%;
      max-width: 600px;
      color: #373c38;
      padding: 1.6rem;
      font-family: 'Shippori Mincho', serif;
      font-size: 1.4rem;
      line-height: 1em;
      background: #fad689;
      text-align: center;
      transition: all 0.2s ease-in-out; }
      #entry p.btn a:hover {
        background: #f5b44a; }
      #entry p.btn a.pc {
        display: none; }
      #entry p.btn a.smp {
        display: block; }
#entry h2 {
  padding: 2.4rem 2.4rem 1.6rem 2.4rem;
  font-size: 1.6rem;
  line-height: 1.2em;
  border-bottom: 1px dotted #fad689; }

.caution {
  margin: 3rem auto 0;
  padding: 1.6rem;
  width: 90%;
  max-width: 700px;
  border: 1px solid white;
  border-radius: 0.5rem; }
  .caution h3 {
    padding: 0 0 0.8em;
    font-size: 1.2rem;
    line-height: 1.2em;
    font-weight: 500; }
  .caution p {
    padding: 0 0 0.8em !important;
    font-size: 1em !important;
    line-height: 1.2em !important;
    text-align: left !important; }

#terms {
  margin: 1.6rem auto;
  width: calc(100% - 3.2rem);
  max-width: 800px;
  height: 20rem;
  background: rgba(255, 255, 255, 0.2);
  overflow-x: hidden;
  overflow-y: auto; }
  #terms h2, #terms h3 {
    padding: 1.6rem;
    font-size: 1.4rem;
    line-height: 1.2em; }
  #terms ol {
    padding: 0 0 1.6rem;
    list-style: decimal;
    text-align: left; }
  #terms li {
    margin: 0 0 0 3rem;
    padding: 0 1.6rem 1.6rem 0;
    font-size: 0.9rem;
    line-height: 1.8em; }

footer {
  padding: 1.6rem;
  font-family: 'Shippori Mincho', serif;
  background: #373c38; }
  footer p {
    color: #fad689; }

/*スマホに適用するスタイルを書く*/
@media screen and (min-width: 600px) {
  #wrapper section {
    padding: 6rem 2.4rem; }
    #wrapper section:nth-child(odd) {
      padding: 6rem 1.6rem 6rem 9%; }

  #info figure {
    top: 1.6rem;
    left: 1.6rem;
    width: 11rem;
    height: 11rem; }
  #info #title p {
    font-size: 1.4rem; }
  #info #title h1 span {
    font-size: 2.4rem; }
  #info #title h1 strong {
    font-size: 8.4rem; }
  #info #title h1 em {
    padding: 0 0 1.6rem;
    font-size: 6rem; }
  #info h2 {
    font-size: 1.5rem;
    line-height: 1.2em; }
  #info p {
    padding: 0 0.8em 1.6em;
    font-size: 1.2rem;
    line-height: 2.4em;
    text-align: left; }

  #award h1 {
    padding: 2.4rem 0 2.4rem 0;
    font-size: 2.2rem; }
  #award #lead {
    margin: 0 0 0 30%;
    padding: 2.4rem 2.4rem 0 2.4rem;
    width: 70%; }
  #award p {
    padding: 0 0 2.4rem;
    font-size: 1.1rem;
    line-height: 2.4em; }
    #award p.lead {
      padding: 0 0 4rem;
      font-size: 1.2rem; }
  #award h2 {
    padding: 4rem 2.4rem 2.4rem;
    font-size: 1.8rem; }
  #award figure.mask {
    right: auto;
    left: 1.6rem;
    padding: 0;
    width: 320px;
    height: 320px;
    -webkit-mask-image: url(/lp-award2022/img/window.svg);
    mask-image: url(/lp-award2022/img/window.svg);
    -webkit-mask-size: 100%;
    mask-size: 100%; }
    #award figure.mask::after {
      display: none; }

  #judge dl {
    width: 25%; }
    #judge dl dt figure {
      width: 10rem;
      height: 10rem; }
    #judge dl dd span {
      font-size: 0.7rem; }
    #judge dl dd strong {
      font-size: 1.4rem; }

  table.detail th {
    padding: 2.4rem 2.4rem 0.8rem; }
  table.detail td {
    padding: 0 2.4rem 2.4rem; }

  #entry h1 {
    padding: 2.4rem 2.4rem 4rem;
    font-size: 3.2rem; }
  #entry p {
    padding: 2.4rem;
    font-size: 1.4rem;
    line-height: 2.4em; }
    #entry p.btn {
      padding: 3.2rem 0 1.6rem; }
      #entry p.btn a {
        padding: 2.4rem;
        font-size: 1.8rem; }
  #entry h2 {
    padding: 4rem 2.4rem 2.4rem 2.4rem;
    font-size: 2.4rem; }

  #terms {
    width: calc(100% - 4.8rem); }
    #terms h2, #terms h3 {
      font-size: 1.8rem; }
    #terms li {
      font-size: 1rem; } }
/*タブレットに適用するスタイルを書く*/
@media screen and (min-width: 960px) {
  body {
    background: linear-gradient(90deg, #e01d2d, #200001 5%, #b2101d 7%, #f54458 9%, #cb1625 12%, #200001 20%, #9c0004 45%, #9c0004 55%, #200001 80%, #cb1625 88%, #f54458 91%, #200001 95%, #e01d2d); }

  #wrapper section:nth-child(even) {
    padding: 6rem; }
  #wrapper section:nth-child(odd) {
    padding: 6rem; }

  #info figure {
    top: 2.4rem;
    left: 5%;
    width: 14rem;
    height: 14rem; }
  #info #title p {
    font-size: 1.6rem; }
  #info #title h1 span {
    font-size: 2.8rem; }
  #info #title h1 strong {
    font-size: 10rem; }
  #info #title h1 em {
    font-size: 7rem; }
  #info h2 {
    font-size: 2rem; }

  #award h1 {
    padding: 2.4rem 2.4rem 2.4rem 0;
    font-size: 3.2rem; }
  #award #lead {
    margin: 0 0 0 40%;
    width: 60%;
    background: rgba(55, 60, 56, 0); }
    #award #lead::after {
      display: none; }
  #award p {
    padding: 0 2.4rem 2.4rem;
    font-size: 1.2rem; }
    #award p.lead {
      padding: 0 2.4rem 4rem 0;
      font-size: 1.4rem; }
  #award h2 {
    font-size: 2.4rem; }
  #award figure.mask {
    left: 7%;
    width: 400px;
    height: 400px; }

  #judge dl dt figure {
    width: 12rem;
    height: 12rem; }
  #judge dl dd span {
    display: block;
    padding: 1.6rem 1rem 0.8rem;
    font-size: 1rem; }
  #judge dl dd strong {
    font-size: 1.8rem; }

  table.detail {
    width: 75%; }
    table.detail caption {
      padding: 1.6rem;
      font-size: 2rem; }
    table.detail th {
      display: table-cell;
      width: auto;
      padding: 2.4rem; }
    table.detail td {
      display: table-cell;
      width: auto;
      padding: 2.4rem 2.4rem 2.4rem 0.8rem;
      font-size: 1.4rem;
      line-height: 2em; }

  #entry p {
    text-align: center; }
    #entry p br {
      display: inline; }
    #entry p.btn a.pc {
      display: block; }
    #entry p.btn a.smp {
      display: none; } }
/*PCに適用するスタイルを書く*/
