@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 {
  --mainColor01:#ffea00;
}

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(--mainColor01);
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.2rem;
  line-height: 2;
  color: #000;
}

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

a:hover {
  color: #333;
}

img {
  vertical-align: middle;
}

.small {
  font-size: 1rem;
}

.red {
  color: #F00;
}

.bold {
  font-weight: bold;
}

/*====================================
* ヘッダー
=====================================*/
#wrapper {
  overflow: hidden;
  margin: auto;
  position: relative;
  max-width: 700px;
  background-color: var(--mainColor01);
}
#wrapper .inner {
  margin: 0 auto;
  padding: 0 1.5rem;
}

header {
  position: relative;
  text-align: center;
  z-index: 1;
  margin-bottom: 2.5rem;
}
header h1 img {
  vertical-align: middle;
  width: 100%;
  height: auto;
}

main, footer {
  position: relative;
  z-index: 1;
}

/*====================================
* メイン
=====================================*/
.prizeList {
  margin-bottom: 2.5rem;
  padding: 0 3rem;
}
.prizeList li {
  margin: 0 auto 1.5rem;
}
.prizeList li img {
  width: 100%;
  height: auto;
}

.boxSt01 {
  background-color: #ffffff;
  border-radius: 1rem;
  overflow: hidden;
  margin-bottom: 2.5rem;
}
.boxSt01 h2 {
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 1rem;
  color: #ffffff;
  line-height: 1.4;
  background-color: #000000;
}
.boxSt01 h2 span {
  font-size: 1.3rem;
}
.boxSt01 > div {
  padding: 5vw;
}

.dateBox > div {
  padding: 2rem 6rem;
}
@media screen and (min-width: 700px) {
  .dateBox > div {
    padding: 2rem 16rem;
  }
}

.makerBox h2 {
  padding: 2rem 1rem;
  background-color: #ffffff;
  border-bottom: 0.1rem solid #000000;
}
.makerBox h2 img {
  width: 15.5rem;
  height: auto;
}
@media screen and (min-width: 700px) {
  .makerBox > div {
    padding: 2rem 16rem;
  }
}
.makerBox + p {
  margin-bottom: 2rem;
}
.makerBox + p img {
  width: 100%;
  height: auto;
}

/* common(form) */
.bg_yel {
  background: #fffdee;
  margin: 0 auto 2rem;
  padding: 2rem;
  border-radius: 1rem;
}
@media screen and (min-width: 700px) {
  .bg_yel {
    padding: 3rem;
  }
}
.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 3rem;
  padding: 2rem;
  border-radius: 1rem;
  overflow-y: scroll;
  height: 45rem;
  box-sizing: border-box;
}
@media screen and (min-width: 700px) {
  .bg_wht {
    padding: 3rem;
  }
}
.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.5;
  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;
}
.formBox .ttl02 {
  background-color: #000;
  text-align: center;
}
.formBox > div {
  padding: 5vw;
}
@media screen and (min-width: 700px) {
  .formBox > div {
    padding: 3rem;
  }
}
.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: 0.2rem 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 {
  padding: 2rem 1.5rem 3.5rem;
  text-align: center;
  max-width: 700px;
  margin: auto;
}
footer small {
  display: inline-block;
  text-align: center;
  line-height: 1.3;
  color: #000;
  font-size: 1.2rem;
}
footer .pageTop {
  position: fixed;
  width: 4rem;
  height: 4rem;
  bottom: 2rem;
  right: 2rem;
  z-index: 999;
}

.comp footer {
  background-color: #ffffff;
  color: #000000;
}

.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 */