/* CSS Reset */
html, body, 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, figure, footer, menu, nav, time, mark, audio, video, details, summary {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}

article, aside, figure, footer, header, nav, section, details, summary {
  display: block;
}

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

img, object, embed {
  max-width: 100%;
}

html {
  overflow-y: scroll;
}

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 #000;
  cursor: help;
}

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

th {
  font-weight: bold;
  vertical-align: bottom;
}

td {
  font-weight: normal;
  vertical-align: top;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

pre {
  white-space: pre; /* CSS2 */
  white-space: pre-wrap; /* CSS 2.1 */
  white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word; /* IE */
}

input[type=radio] {
  vertical-align: text-bottom;
}

input[type=checkbox] {
  vertical-align: bottom;
}

.ie7 input[type=checkbox] {
  vertical-align: baseline;
}

.ie6 input {
  vertical-align: text-bottom;
}

select, input, textarea {
  font: 99% sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

small {
  font-size: 85%;
}

strong {
  font-weight: bold;
}

td, td img {
  vertical-align: top;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

pre, code, kbd, samp {
  font-family: monospace, sans-serif;
}

.clickable, label, input[type=button], input[type=submit], input[type=file], button {
  cursor: pointer;
}

button, input, select, textarea {
  margin: 0;
}

button, input[type=button] {
  width: auto;
  overflow: visible;
}

.ie7 img {
  -ms-interpolation-mode: bicubic;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.4rem;
  line-height: 2;
  color: #000000;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  width: 100%;
  font-weight: 600;
  overflow: hidden;
}

main {
  width: 100%;
  padding-top: 0 !important;
}

section {
  margin-bottom: 10rem;
}
@media (min-width: 769px) {
  section {
    margin-bottom: 15rem;
  }
}

[class$="--wrap"] {
  max-width: 112rem;
  margin: auto;
  position: relative;
}

[class$="--block"] {
  width: 90%;
  max-width: 78rem;
  margin: 7.8rem auto;
}

h2 {
  font-size: 2.1rem;
  letter-spacing: 0.14em;
  margin-bottom: 1rem;
  font-family: zen-maru-gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
}
h2 span {
  display: block;
  font-size: 1.4rem;
  font-family: zen-maru-gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
}

h3 {
  font-family: zen-maru-gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
}
h3 span {
  font-family: zen-maru-gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
}

p {
  font-weight: 600;
}

a {
  text-decoration: none;
  color: black;
}
a:hover {
  opacity: 0.8;
}

.center {
  text-align: center !important;
}

.linkBtn {
  margin: 4rem auto;
}
.linkBtn a {
  font-size: 1.4rem;
  background: #ec0c0c;
  color: #fff;
  display: block;
  font-weight: 400;
  text-decoration: none;
  margin: auto;
  border-radius: 10px;
  text-align: left;
  height: 4.8rem;
  line-height: 4.8rem;
  position: relative;
  text-align: center;
  max-width: 27.8rem;
}

@media (max-width: 768px) {
  .pcv {
    display: none !important;
  }
}
@media (min-width: 769px) {
  .spv {
    display: none !important;
  }
  h2 {
    font-size: 5.2rem;
  }
  h2 span {
    font-size: 3rem;
  }
}
/*
header {
  position: absolute;
  top: 9.452736vw;
  left: 10.94527363vw;
  z-index: 999;
  .header--logo {
    width: 17.41293532vw;
  }
}
@include pc {
  header {
    top: 3.8rem;
    left: 4.4rem;
    z-index: 999;
    .header--logo {
      width: 70px;
    }
  }
}
*/
/*----------------------------------------------------
mv (hero)
----------------------------------------------------*/
.mv {
  margin-bottom: 0;
  position: relative;
}
.mv--bg {
  position: relative;
}
.mv--bg img {
  width: 100%;
  vertical-align: bottom;
  display: block;
}
.mv--block {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  width: 68%;
  text-align: center;
}
.mv--sub {
  font-size: 5.2vw;
  font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
  font-weight: 900;
  font-style: normal;
  color: black;
  margin-top: 3vw;
}
.mv--sub2 {
  font-size: 3.5vw;
  font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #E72A25;
  margin-bottom: 30vw;
}
.mv--arrow img {
  width: 12vw;
}

@media (min-width: 769px) {
  .mv {
    margin-bottom: 5rem;
  }
  .mv--block {
    top: 53%;
    width: 85%;
  }
  .mv h1 img {
    width: 36vw;
  }
  .mv--sub {
    font-size: 2.9vw;
    margin-top: 0;
  }
  .mv--sub2 {
    font-size: 1.5vw;
    margin-bottom: 2vw;
  }
  .mv--arrow img {
    width: 4vw;
  }
}
/*----------------------------------------------------
lead
----------------------------------------------------*/
.lead {
  text-align: center;
  margin-bottom: 10rem;
}
.lead h2 {
  font-size: 2.4rem;
  font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0;
  line-height: 1.5;
}
.lead--img {
  margin: 3rem auto;
}
.lead--text {
  font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 1.5rem;
}

@media (min-width: 769px) {
  .lead {
    margin-bottom: 10rem;
  }
  .lead h2 {
    font-size: 3.8rem;
  }
  .lead--img {
    margin: 3rem auto;
  }
  .lead--text {
    font-size: 1.8rem;
  }
}
/*----------------------------------------------------
quiz
----------------------------------------------------*/
.quiz {
  background: #EC0C0C;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  padding: 5rem 0;
  margin-bottom: 10rem;
}
@media (min-width: 769px) {
  .quiz {
    margin-bottom: 15rem;
    padding: 8rem 5%;
  }
}
.quiz--inner {
  max-width: 78rem;
  margin: 0 auto;
  text-align: center;
}
.quiz--heading {
  font-size: 5.2rem;
  color: #ffffff;
  letter-spacing: 0.1em;
  margin-bottom: 2rem;
  font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
  font-weight: 900;
  font-style: normal;
}
.quiz p {
  font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #ffffff;
}
.quiz--question {
  font-size: 2.5rem;
}
.quiz--question2 {
  font-size: 5.3rem;
  margin-bottom: 2rem;
}
.quiz--question2 .quiz--blank {
  display: inline-block;
  border: 6px solid white;
  width: 1.2em;
  height: 1.25em;
  vertical-align: sub;
  margin: 0 0.3em;
}
.quiz--note {
  font-size: 1.6rem;
}
.quiz--note2 {
  font-size: 1.2rem;
}

@media (min-width: 769px) {
  .quiz--heading {
    font-size: 3.2rem;
    margin-bottom: 2.5rem;
  }
  .quiz--question {
    font-size: 3rem;
    margin-bottom: 2rem;
  }
  .quiz--question2 {
    font-size: 6rem;
    margin-bottom: 5rem;
  }
  .quiz--question2 .quiz--blank {
    height: 1.5em;
  }
  .quiz--note {
    font-size: 1.6rem;
  }
  .quiz--note2 {
    font-size: 1.2rem;
  }
}
/*----------------------------------------------------
present
----------------------------------------------------*/
.present h2 {
  font-size: 2.8rem;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  line-height: 1.4;
  letter-spacing: 0;
  font-weight: 800;
  margin-bottom: 10rem;
}
.present h2 span {
  font-size: 2.4rem;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
}
.present--title {
  display: grid;
  grid-template-columns: 12% 63% 20%;
  grid-column-gap: 2%;
  grid-template-rows: 1fr;
  align-items: flex-end;
  margin-bottom: 3rem;
}
.present--title img {
  width: 100%;
  max-width: 12rem;
}
.present--title h3 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.33333333;
}
.present--title h3 span {
  font-size: 1.4rem;
  display: block;
}
.present--title p.number {
  font-size: 1.8rem;
  text-align: right;
  font-family: zen-maru-gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  padding-bottom: 0.1em;
}
.present--text {
  margin: 1rem;
}
.present .prize-b .present--title {
  grid-template-columns: 12% 69% 1fr;
}
.present .prize-w .present--title {
  grid-template-columns: 18% 58% 20%;
}
.present .prize-w .present--title img {
  max-width: 15.8rem;
}
.present .prize-w .present--title h3 span {
  margin-right: 0.5em;
}

@media (min-width: 769px) {
  .present {
    margin-bottom: 20rem;
  }
  .present h2 {
    font-size: 5rem;
    margin-bottom: 10rem;
  }
  .present h2 span {
    font-size: 4rem;
  }
  .present--title {
    grid-template-columns: 12rem 47rem 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 2rem;
    margin-bottom: 3.3rem;
    align-items: flex-end;
  }
  .present img {
    grid-area: 1/1/2/2;
  }
  .present h3 {
    font-size: 2.8rem;
    grid-area: 1/2/2/3;
    margin-bottom: 1rem;
  }
  .present h3 span {
    font-size: 2.1rem;
  }
  .present p.number {
    grid-area: 1/3/2/4;
    font-size: 3.2rem;
    margin-bottom: 1rem;
  }
  .present .prize-b .present--title {
    grid-template-columns: 12rem 51rem 1fr;
  }
  .present .prize-w .present--title {
    grid-template-columns: 15.8rem 40rem 1fr;
    grid-column-gap: 3rem;
    align-items: flex-end;
  }
  .present .prize-w .present--title h3,
  .present .prize-w .present--title p.number {
    margin-bottom: 0;
  }
}
/*----------------------------------------------------
rules
----------------------------------------------------*/
.rules--box {
  background: white;
  padding: 3rem 2rem;
  max-height: 500px;
  overflow-y: scroll;
}
.rules--cont {
  margin-bottom: 3rem;
}
.rules--cont h3,
.rules--cont p,
.rules--cont li {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 2;
}
.rules--cont ul {
  margin-left: 1em;
  list-style-type: disc;
  list-style-position: outside;
}
.rules--cont ul ol {
  margin-left: 1.5em;
  list-style-position: outside;
}

@media (min-width: 769px) {
  .rules--box {
    padding: 3rem;
  }
}
/*=====================
formArea
=====================*/
#formArea {
  width: 100%;
  max-width: 78rem;
  margin: 7.8rem auto;
  padding: 0 !important;
}

@media (min-width: 769px) {
  #formArea {
    width: 90%;
  }
}
/*=====================
footer
=====================*/
footer .xl-container .logo {
  max-width: 11rem;
}
footer p {
  font-weight: normal;
  font-size: 1rem;
}/*# sourceMappingURL=index.css.map */