@charset "UTF-8";
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, 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;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
  word-wrap: break-word !important;
}

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 {
  content: "";
  content: none;
}

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

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
  outline: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

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

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

input, select {
  vertical-align: middle;
}

input[type=submit], input[type=button] {
  -webkit-appearance: none;
}

ul, ol {
  list-style: none;
}

img {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  max-width: 100%;
  vertical-align: bottom;
}

main {
  display: block;
}

/*====================================
* 初期設定
=====================================*/
:root {
  --mainBlue:#54c3f1;
}

html {
  font-size: 2.6666666667vw;
  scroll-behavior: smooth;
}
@media screen and (min-width: 700px) {
  html {
    font-size: 62.5%;
  }
}

body {
  -webkit-text-size-adjust: 100%;
  background-color: var(--mainBlue);
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.2rem;
  line-height: 1.7;
  color: #000;
}
@media screen and (min-width: 700px) {
  body {
    font-size: 1.4rem;
  }
}

a {
  color: #333;
  text-decoration: none;
}

a:hover {
  color: #333;
}

img {
  vertical-align: middle;
}

.small {
  font-size: 1rem;
}

/*====================================
* ヘッダー
=====================================*/
#wrapper {
  overflow: hidden;
  margin: auto;
  position: relative;
  max-width: 700px;
  background-size: 100% auto;
}
#wrapper .inner {
  margin: 0 auto;
  padding: 0 1.5rem;
  position: relative;
  z-index: 1;
}
#wrapper .inner::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: -2.5rem;
  left: 0;
  background: url(img/back.png) no-repeat 0 0;
  background-size: 100% auto;
  z-index: 0;
}
#wrapper .inner > section, #wrapper .inner > div {
  position: relative;
  z-index: 1;
}

.comp #wrapper {
  background-position: 50% 100%;
}
.comp .header {
  padding-top: 5rem;
}
@media screen and (min-width: 700px) {
  .comp .header {
    padding-top: 5rem;
  }
}

/*====================================
* メイン
=====================================*/
header {
  position: relative;
}
header h2 {
  position: absolute;
  width: 100%;
  padding: 0 1.5rem;
  left: 0;
  top: 1.5rem;
}
header h2 img {
  width: 100%;
  height: auto;
}

.prizeList {
  position: relative;
  z-index: 1;
}
.prizeList li {
  margin-bottom: 3rem;
}
@media screen and (min-width: 700px) {
  .prizeList li {
    width: 80%;
    margin: 0 auto 3rem;
  }
}

.boxSt01 {
  background-color: #fff;
  border-radius: 1rem;
  overflow: hidden;
  margin-bottom: 2rem;
}
.boxSt01 h3 {
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 1.7rem 0.5rem;
  background-color: #000;
  line-height: 1.4;
  color: #fff;
}
.boxSt01 h3 span {
  font-size: 1.5rem;
}
.boxSt01 > div {
  padding: 1.5rem;
  background-color: #fff;
  border-radius: 0 0 1rem 1rem;
}

.dateBox {
  border: 0.3rem solid #000;
  border-color: #000;
  border-width: 0 0.3rem 0.3rem;
  margin: 0 0 4rem;
}
.dateBox h3 {
  position: relative;
  background-color: #000;
  border-radius: 0.8rem 0.8rem 0 0;
}
.dateBox .date {
  margin: 0.5rem auto 1rem;
  width: 60%;
}
.dateBox > div {
  padding: 1rem 1.5rem;
  text-align: center;
}
@media screen and (min-width: 700px) {
  .dateBox > div {
    padding: 2rem 6rem;
  }
}
.dateBox > div p {
  font-size: 1.1rem;
}
.dateBox > div dl {
  border: 0.1rem solid #000;
  margin-bottom: 0.8rem;
  padding: 1rem;
  font-weight: bold;
  text-align: center;
}
.dateBox > div dl dt {
  font-size: 1.2rem;
  margin-bottom: 0.2rem;
}
.dateBox > div dl dd {
  color: #f00;
  font-size: 1.5rem;
}
.dateBox > div p:last-child {
  font-size: 1.1rem;
  text-align: center;
}
.dateBox > div p:last-child span {
  color: #f00;
  font-weight: bold;
}

.productBox {
  text-align: center;
}
.productBox h4 {
  font-size: 1.3rem;
  margin-bottom: 1rem;
}
.productBox h5 {
  position: relative;
  margin-bottom: 2rem;
}
.productBox h5:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0.1rem;
  background-color: #000;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  z-index: 0;
}
.productBox h5 span {
  background-color: #fff;
  position: relative;
  padding: 0 2rem;
  z-index: 1;
}
.productBox figure {
  width: 70%;
  margin: auto;
}

/* common(form) */
.bg_yel {
  background: #fffdee;
  margin: 0 auto 2rem;
  padding: 2rem;
  border-radius: 1rem;
}
.bg_yel ul li {
  line-height: 1.5;
  padding-left: 1rem;
  text-indent: -1rem;
}
.bg_yel ul li span {
  font-weight: bold;
}
.bg_yel ul li + li {
  margin-top: 1rem;
}
.bg_yel ul li:before {
  content: "※ ";
}

.bg_wht {
  background: #fff;
  margin: 0 auto 1rem;
  padding: 2rem;
  border-radius: 1rem;
  overflow-y: scroll;
  height: 45rem;
  box-sizing: border-box;
}
.bg_wht .box_01 {
  padding-bottom: 2rem;
  border-bottom: 0.1rem dotted #cccccc;
  margin-bottom: 2rem;
}
.bg_wht .box_01 p {
  line-height: 1.5;
}
.bg_wht .box_01 p + p {
  margin-top: 1rem;
}
.bg_wht .box_01 .ttl {
  margin-top: 1rem;
}
.bg_wht > div + div {
  margin-top: 2rem;
}

.ttl {
  line-height: 1.3;
  padding-left: 1rem;
  border-left: 0.3rem solid #e60012;
  margin-bottom: 1.5rem;
  font-weight: bold;
}

.ttl02 {
  padding: 2rem;
  font-size: 1.8rem;
  font-weight: bold;
  background: #000;
  border-radius: 0.5rem 0.5rem 0 0;
  color: #fff;
}

.text {
  line-height: 1.5;
}
.text + .text {
  margin-top: 1rem;
}
.text + .attention {
  margin-top: 1rem;
}
.text + .disc {
  margin-top: 1rem;
}

.disc {
  line-height: 1.5;
  padding-left: 1em;
  position: relative;
}
.disc:before {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  background: #666666;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.5rem;
}
.disc + .text {
  margin-top: 1rem;
}
.disc + .attention {
  margin-top: 1rem;
}
.disc + .disc {
  margin-top: 1rem;
}

.attention {
  line-height: 1.5;
  padding-left: 1rem;
  text-indent: -1rem;
}
.attention:before {
  content: "※ ";
}
.attention + .text {
  margin-top: 1rem;
}
.attention + .attention {
  margin-top: 1rem;
}
.attention + .disc {
  margin-top: 1rem;
}
.attention a {
  color: #0033CC;
}

.attention02 {
  line-height: 1.5;
  padding-left: 1em;
}
.attention02 span {
  display: block;
  padding-left: 1rem;
  position: relative;
}
.attention02 span:before {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border: 0.1rem solid #333;
  border-radius: 50%;
  position: absolute;
  top: 0.4rem;
  left: 0;
}
.attention02 span + span {
  margin-top: 1rem;
}

.formBox {
  margin: 0 auto;
  background: #fff;
  border-radius: 1rem;
  overflow: hidden;
  border: 0.1rem solid #000;
}
.formBox .ttl02 {
  background-color: #000;
  text-align: center;
}
.formBox > div {
  padding: 5vw;
}
.formBox .attentionLi li {
  line-height: 1.5;
  padding-left: 1em;
  position: relative;
}
.formBox .attentionLi li:before {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  background: #666666;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.5rem;
}
.formBox .attentionLi li + li {
  margin-top: 1rem;
}
.formBox .attentionLi li .requiredIco {
  position: relative;
  padding-left: 3.5rem;
}
.formBox .attentionLi li .requiredIco:before {
  content: "必須";
  display: block;
  padding: 2px 0;
  font-size: 0.8rem;
  color: #fff;
  width: 3rem;
  text-align: center;
  background: #ff0000;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0.3rem;
}

/*====================================
* フッター
=====================================*/
footer {
  background-color: var(--mainRed);
  padding: 2rem 1.5rem 3.5rem;
  text-align: center;
}
footer small {
  display: inline-block;
  text-align: center;
  line-height: 1.3;
  color: #fff;
  font-size: 1.2rem;
}
footer .pageTop {
  position: fixed;
  width: 4rem;
  height: 4rem;
  bottom: 2rem;
  right: 2rem;
  z-index: 999;
}

.compTit {
  padding: 2rem 1.5rem 0;
}

.thanks span {
  display: block;
  margin: 2rem 0 0;
}
.thanks span a {
  margin: 0 auto;
  display: table;
  text-align: center;
  color: #000;
  background-color: #ccc;
  padding: 1rem;
}/*# sourceMappingURL=style.css.map */