/* 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%;
}

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 .header--logo {
  width: 17.41293532vw;
}

@media (min-width: 769px) {
  header {
    top: 3.8rem;
    left: 4.4rem;
    z-index: 999;
  }
  header .header--logo {
    width: 70px;
  }
}
/*----------------------------------------------------
mv
----------------------------------------------------*/
.mv {
  margin-bottom: 5px;
}
.mv > div {
  position: relative;
}
.mv img {
  width: 100%;
  vertical-align: bottom;
}
.mv--block {
  position: absolute;
  top: 47%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  width: 65.671642vw;
  max-width: none;
}
.mv--block h1 img {
  width: 100%;
}

@media (min-width: 769px) {
  .mv {
    margin-bottom: 5rem;
  }
  .mv--block {
    width: 50.854361vw;
    top: 51%;
    left: 39%;
  }
}
/*----------------------------------------------------
lead
----------------------------------------------------*/
.lead {
  margin-bottom: 10rem;
  background: url(../img/lead_sp.jpg) no-repeat;
  background-size: contain;
  aspect-ratio: 402/530;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto 8rem;
  position: relative;
}
.lead--text {
  width: 84%;
  margin: auto;
  color: white;
  padding: 12vw 0 26vw;
}
.lead--text h2 {
  font-size: 6.2vw;
  font-family: "hiragino-mincho-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
  text-align: left;
  letter-spacing: 0;
}
.lead--text p {
  font-size: 3.4vw;
  font-family: "hiragino-mincho-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.lead--img {
  width: 50%;
  margin: auto;
}
.lead--img img {
  width: 100%;
}

@media (min-width: 769px) {
  .lead {
    background: url(../img/lead_pc.jpg) no-repeat;
    aspect-ratio: 1120/560;
    margin-bottom: 16rem;
  }
  .lead--img {
    position: absolute;
    width: 27%;
    top: 50%;
    right: 10%;
    transform: translateY(-50%);
  }
  .lead--text {
    position: absolute;
    width: 45%;
    max-width: 49rem;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    padding: 0;
  }
  .lead--text h2 {
    font-size: 2.6rem;
  }
  .lead--text p {
    font-size: 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: 70%;
  grid-template-rows: repeat(2, 1fr);*/
  grid-template-columns: 14% 60% 20%;
  grid-column-gap: 3%;
  grid-template-rows: 1fr;
  align-items: flex-end;
  margin-bottom: 3rem;
}
.present--title img {
  /*width: 20vw;*/
  /*grid-area: 1 / 1 / 2 / 3;*/
  width: 100%;
  max-width: 12rem;
}
.present--title h3 {
  /*grid-area: 2 / 1 / 3 / 2;*/
  /*font-size: 2.1rem;*/
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.33333333;
}
.present--title h3 span {
  font-size: 1.5rem;
  display: block;
}
.present--title p.number {
  /*grid-area: 2 / 2 / 3 / 3;*/
  /*font-size: 3rem;*/
  font-size: 2.1rem;
  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-special .present--title {
  grid-template-columns: 22% 54% 20%;
  grid-column-gap: 2%;
}
.present .prize-special .present--title img {
  max-width: 15.8rem;
}
.present .prize-special .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 45rem 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 4rem;
    margin-bottom: 3.3rem;
    align-items: flex-end;
  }
  .present img {
    grid-area: 1/1/2/2;
  }
  .present h3 {
    font-size: 3rem;
    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: 4rem;
    margin-bottom: 1rem;
  }
  .present .prize-special .present--title {
    grid-template-columns: 15.8rem 30rem 1fr;
    grid-column-gap: 3rem;
    align-items: flex-end;
  }
  .present .prize-special .present--title h3,
  .present .prize-special .present--title p.number {
    margin-bottom: 0;
  }
}
/*----------------------------------------------------
howto
----------------------------------------------------*/
.howto {
  position: relative;
  background: #5c5e18;
  width: 100vw;
  padding: 8vw 0 10vw;
  z-index: 1;
  font-style: normal;
}
.howto::before {
  content: "";
  display: block;
  width: 100vw;
  position: absolute;
  background: url(../img/howto_bg_top.svg) no-repeat;
  background-size: cover;
  top: -10vw;
  height: 12vw;
}
.howto h2 {
  color: white;
}
.howto--block:not(.note) {
  background: white;
  border-radius: 2rem;
  position: relative;
  padding: 3rem 2rem;
  margin-bottom: 4rem;
  font-family: zen-maru-gothic, sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.howto--block:not(.note) h3 {
  position: absolute;
  text-align: center;
  top: -7rem;
  left: 50%;
  transform: translateX(-50%);
}
.howto--block:not(.note) h3::before {
  content: "";
  display: block;
  background: white;
  width: 24.5rem;
  height: 12.25rem;
  border-radius: 50%/100% 100% 0 0;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.howto--block:not(.note) h3 span {
  position: relative;
  text-align: center;
  z-index: 99;
  font-size: 2rem;
  display: block;
  margin-top: 2rem;
}
.howto--block:not(.note) p {
  position: relative;
  z-index: 10;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.6;
}
.howto--block:not(.note) p a {
  text-decoration: underline;
}
.howto--block:not(.note) p a.linkUrl {
  font-size: 1.8rem;
  word-break: break-all;
  color: #0066ff;
}
.howto--block#step1 {
  margin-bottom: 13rem;
}
.howto--block#step1::after {
  content: "";
  display: block;
  background: url(../img/arrow.svg) no-repeat;
  width: 3.5695rem;
  height: 3.8rem;
  position: absolute;
  bottom: -5rem;
  left: 50%;
  transform: translateX(-50%);
}
.howto-note--block {
  max-width: 65rem;
  margin: 4rem auto 0;
}
.howto-note--block p {
  color: white;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0;
  margin-bottom: 1em;
}
.howto-note--block p:last-child {
  margin-bottom: 0;
}

@media (min-width: 769px) {
  .howto {
    padding: 10rem 0 5rem;
  }
  .howto--block h3 span {
    font-size: 2.8rem;
  }
  .howto--block:not(.note) p {
    font-size: 2.1rem;
  }
}
/*----------------------------------------------------
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;
  }
}
/*=====================
footer
=====================*/
footer {
  background: #efefef;
  padding: 30px 0;
}
footer .fLogo {
  width: 78px;
  height: auto;
  margin: 0 auto 23px;
}
footer .fLogo img {
  width: 100%;
}
footer .fText {
  color: #838383;
  text-align: center;
  font-size: 0.8rem;
  line-height: 1.77;
  margin: 0 40px;
}/*# sourceMappingURL=style.css.map */