@charset "UTF-8";
body {
  font-family: sans-serif;
}

.header-tigers {
  width: 1000px;
  margin: 0 auto;
  padding: 10px;
}
.header-tigers__logo {
  display: block;
  width: 320px;
  height: 60px;
  background: url(../img/logo_pc.png) no-repeat 0 0;
  text-indent: -9999em;
  overflow: hidden;
  background-size: cover;
}

.header-climax {
  width: 100%;
  background: #000;
}
.header-climax__inner {
  width: 1000px;
  height: 400px;
  margin: 0 auto;
  overflow: hidden;
  text-indent: -99999;
  background: url(../img/title.jpg) no-repeat;
}

.description-wrapper {
  width: 1000px;
  margin: 40px auto 60px;
  line-height: 1.8;
  text-align: center;
}
.description-wrapper p {
  margin-bottom: 20px;
}

.c-title {
  margin: 0 auto 40px;
  background: #000000;
  padding: 30px;
  color: #ffe100;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}

#c-preview {
  padding: 0;
}
#c-preview.original {
  width: 800px;
  height: 400px;
}
#c-preview.original #c-preview-player {
  font-size: 44px;
}
#c-preview.original #c-preview-player::after {
  font-size: 32px;
}
#c-preview.original #c-preview-player:empty::after {
  content: "";
  font-size: 32px;
}
#c-preview.original #c-preview-message {
  font-size: 52px;
}
#c-preview.original #c-preview-name {
  font-size: 32px;
}
#c-preview #c-preview-wrap {
  position: relative;
  width: 800px;
  height: 400px;
  margin: 0 auto 50px;
  background: url(../img/bg.jpg) no-repeat;
  background-size: cover;
}
#c-preview #c-preview-wrap div {
  position: absolute;
  top: 5%;
  left: 9%;
}
#c-preview #c-preview-wrap #c-preview-player {
  font-size: 44px;
  color: #ffe100;
}
#c-preview #c-preview-wrap #c-preview-player::after {
  content: "選手へ";
  font-size: 32px;
}
#c-preview #c-preview-wrap #c-preview-player:empty::after {
  content: "";
  font-size: 32px;
}
#c-preview #c-preview-wrap #c-preview-message {
  padding-right: 4%;
  top: 22%;
  font-size: 52px;
  color: #ffffff;
}
#c-preview #c-preview-wrap #c-preview-name {
  top: 78%;
  font-size: 32px;
  color: #ffe100;
}

.c-table {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 800px;
  margin: 30px auto;
}
.c-table dt {
  width: 300px;
}
.c-table dd {
  width: 500px;
}
.c-table dt, .c-table dd {
  padding: 20px 0;
}

.c-select {
  width: 100%;
  box-sizing: border-box;
}
.c-select__image {
  margin: 0 5px;
  line-height: 0;
  height: 100%;
}
.c-select__image input {
  display: none;
}
.c-select__image input:checked + img {
  border: 1px solid #000000;
}
.c-select__image img {
  border: 1px solid #CCCCCC;
  background: #FFFFFF;
  width: auto;
  height: 100%;
}
.c-select__text {
  width: 100%;
}
.c-select__text input {
  border: 1px solid #333333;
  padding: 10px;
  width: 100%;
}
.c-select__select {
  border: 1px solid #333333;
  padding: 8px 24px 8px 8px;
  background-image: url(../img/icon_down.svg);
  background-size: 12px 12px;
  background-position: center right 15px;
  background-repeat: no-repeat;
}

.c-section__button {
  padding: 20px;
  width: 800px;
  margin: 0 auto;
  background: #ffffff;
}
.c-section__button .c-button {
  width: 100%;
  padding: 15px;
  border-radius: 5px;
  background: #FFCC00;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.c-section__button .c-button--yellow {
  color: #000000;
  box-shadow: 0 2px 1px 0 #9c7e00;
}
.c-section__button .c-button--download {
  background-image: url(../img/icon_download.svg);
  background-size: 18px 18px;
  background-position: center right 15px;
  background-repeat: no-repeat;
  padding-right: 33px;
}

.c-caution {
  width: 800px;
  margin: 60px auto;
  line-height: 1.6;
}
.c-caution__list {
  font-size: 14px;
}
.c-caution__list li::before {
  content: "・";
}

.c-link__twitter {
  background: #1D9BF0;
  color: #ffffff;
  padding: 20px;
  font-size: 24px;
  font-weight: bold;
}

.footer-wrapper {
  margin-top: 20px;
  padding: 30px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  body {
    min-width: 320px;
  }

  .header-tigers {
    width: 100%;
  }
  .header-tigers__logo {
    width: 160px;
    height: 30px;
  }

  .header-climax {
    width: 100%;
    background: #000;
  }
  .header-climax__inner {
    width: 100%;
    height: 40vw;
    background-size: cover;
  }

  .description-wrapper {
    width: 100%;
    padding: 10px;
    margin: 20px auto 10px;
    line-height: 1.6;
    text-align: center;
    font-size: 14px;
  }
  .description-wrapper p {
    margin-bottom: 10px;
  }

  .c-title {
    margin: 0 auto 20px;
    padding: 20px;
    font-size: 18px;
  }

  #c-preview {
    padding: 0;
  }
  #c-preview.original {
    width: 800px;
    height: 400px;
  }
  #c-preview.original #c-preview-wrap {
    width: 800px;
    height: 400px;
  }
  #c-preview.original #c-preview-wrap #c-preview-player {
    font-size: 44px;
  }
  #c-preview.original #c-preview-wrap #c-preview-player::after {
    font-size: 32px;
  }
  #c-preview.original #c-preview-wrap #c-preview-player:empty::after {
    content: "";
    font-size: 32px;
  }
  #c-preview.original #c-preview-wrap #c-preview-message {
    font-size: 52px;
  }
  #c-preview.original #c-preview-wrap #c-preview-name {
    font-size: 32px;
  }
  #c-preview #c-preview-wrap {
    width: 320px;
    height: 160px;
    margin: 0 auto 30px;
  }
  #c-preview #c-preview-wrap #c-preview-player {
    font-size: 4.4vw;
  }
  #c-preview #c-preview-wrap #c-preview-player::after {
    font-size: 3.2vw;
  }
  #c-preview #c-preview-wrap #c-preview-player:empty::after {
    font-size: 3.2vw;
  }
  #c-preview #c-preview-wrap #c-preview-message {
    font-size: 5.2vw;
  }
  #c-preview #c-preview-wrap #c-preview-name {
    font-size: 3.2vw;
  }

  .c-table {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    font-size: 14px;
    margin: 30px auto;
  }
  .c-table dt {
    width: 100%;
  }
  .c-table dd {
    width: 100%;
    margin-bottom: 5px;
  }
  .c-table dt, .c-table dd {
    padding: 5px 10px;
  }

  .c-select {
    width: 100%;
  }

  .c-section__button {
    width: 100%;
  }
  .c-section__button .c-button {
    width: 100%;
    font-size: 18px;
  }

  .c-caution {
    width: 100%;
    font-size: 14px;
    margin: 30px auto;
    line-height: 1.6;
    padding: 0 10px;
  }
  .c-caution__list {
    font-size: 14px;
  }
  .c-caution__list li::before {
    content: "・";
  }

  .c-link__twitter {
    display: inline-block;
    padding: 10px;
    font-size: 14px;
  }

  .footer-wrapper {
    margin-top: 0;
    padding: 30px;
    text-align: center;
    font-size: 12px;
  }
}

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