@charset "UTF-8";
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans JP Regular"), url("../fonts/notosans-jp/NotoSansJP-Regular.woff2") format("woff2"), url("../fonts/notosans-jp/NotoSansJP-Regular.woff") format("woff"), url("../fonts/notosans-jp/NotoSansJP-Regular.otf") format("embedded-opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 600;
  src: local("Noto Sans JP Bold"), url("../fonts/notosans-jp/NotoSansJP-Bold.woff2") format("woff2"), url("../fonts/notosans-jp/NotoSansJP-Bold.woff") format("woff"), url("../fonts/notosans-jp/NotoSansJP-Bold.otf") format("embedded-opentype");
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

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

sub, sup {
  font-size: 50%;
  font-weight: normal;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, picture, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

input[type=button]:not([disabled]), input[type=submit]:not([disabled]), input[type=reset]:not([disabled]), button:not([disabled]) {
  cursor: pointer;
}

[hidden] {
  display: none !important;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

/* ------------------------------------
//  base
// ----------------------------------*/
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
  width: 100%;
  height: 100%;
  font-size: 62.5%;
}

body {
  background-color: #fff;
  position: relative;
  width: 100%;
  height: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5333333333;
  letter-spacing: 0;
  color: #000000;
  text-align: left;
  word-break: break-word;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

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

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* ------------------------------------
//  見出し
// ----------------------------------*/
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  line-height: 1.6em;
  margin-bottom: 0;
}

/* ------------------------------------
//  フォント
// ----------------------------------*/
em,
strong {
  font-style: normal;
  font-weight: 600;
}

/* ------------------------------------
//  リスト
// ----------------------------------*/
ol, ul {
  list-style: none;
}

/* ------------------------------------
//  段落設定
// ----------------------------------*/
p {
  margin: 1em auto 0;
  text-align: left;
}
p:first-of-type {
  margin-top: 0;
}

/* ------------------------------------
//  画像
// ----------------------------------*/
img,
svg {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  line-height: 1;
}

@media only screen and (min-width: 768px) {
  img,
  svg {
    width: auto;
  }
}
/* ------------------------------------
//  リンク
// ----------------------------------*/
a {
  color: #000000;
  transition: all 0.1s linear 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
a:link, a:visited {
  color: #000000;
  text-decoration: underline;
}
a:hover, a:active {
  opacity: 0.7;
}
a i {
  margin: 0 4px;
}

header a:link, header a:visited, footer a:link, footer a:visited {
  color: #000000;
  text-decoration: none;
}
header a:hover, header a:active, footer a:hover, footer a:active {
  opacity: 1;
}

a img {
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  a img {
    transition: opacity 0.1s linear 0s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  a img:hover {
    opacity: 0.7;
  }
}
/* ----------------------------------------------------------------
  文章
---------------------------------------------------------------- */
.text-intro {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6666666667;
  text-align: center;
}

/* ----------------------------------------------------------------
  スクロールで出現
---------------------------------------------------------------- */
.js-animation {
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: opacity 0.5s, visibility 0.5s, transform 0.5s;
}

.is-scroll {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

/* ----------------------------------------------------------------
  フッターのレイアウト
---------------------------------------------------------------- */
.footer {
  padding: 18px 24px 16px;
  background-color: #FCFAEF;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .footer {
    margin: 0 auto;
    width: 390px;
  }
}
.footer .sns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
}
.footer .inquiry {
  margin-top: 8px;
  font-size: min(3.59vw, 1.4rem);
  font-weight: 700;
  text-align: center;
}
.footer .address {
  margin-top: 8px;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
}

.contents {
  background-color: #fcfaef;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .contents {
    margin-left: auto;
    margin-right: auto;
    width: 390px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  }
}

.contents-left,
.contents-right {
  display: none;
}

@media only screen and (min-width: 768px) {
  .contents-left,
  .contents-right {
    display: block;
    width: calc((100% - 390px) / 2);
    height: 100vh;
    height: 100svh;
    max-height: 100vh;
    max-height: 100svh;
    background-image: url(../img/bg-body.png);
    background-repeat: repeat;
    background-position: left top;
    background-size: 47px;
    position: fixed;
    top: 0;
  }
  .contents-left {
    left: 0;
    padding-top: min(2.08vw, 40px);
    padding-left: min(1.51vw, 29px);
    padding-right: min(1.51vw, 29px);
  }
  .contents-left .contents-left__image {
    margin-left: auto;
    max-width: 401px;
  }
  .contents-right {
    right: 0;
    padding-top: min(2.97vw, 57px);
    padding-left: min(3.23vw, 62px);
    padding-right: min(3.23vw, 62px);
  }
  .contents-right .contents-right__title {
    font-size: 2.3rem;
    font-weight: 700;
    color: #fff;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1200px) {
  .contents-right .contents-right__title {
    font-size: 2.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .contents-right .contents-right__text {
    margin-top: 10px;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 2;
    color: #fff;
  }
  .contents-right .contents-right__text br {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1200px) {
  .contents-right .contents-right__text {
    margin-top: 20px;
    font-size: 1.8rem;
    line-height: 2.5555555556;
  }
  .contents-right .contents-right__text br {
    display: block;
  }
}
.event-meta .text-intro {
  margin-top: 1em;
  font-size: 1.7rem;
}
.event-meta .event-meta__prize {
  margin: 6px auto 0;
}

.area {
  padding: 0 30px;
}
.area .area__title {
  padding-bottom: 0.1em;
  margin-left: -30px;
  margin-right: -30px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  font-size: 2.3rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.area .area-place-list {
  counter-reset: area-spot;
  margin-top: 3.08vw;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5em 1.25em;
}
@media only screen and (min-width: 768px) {
  .area .area-place-list {
    margin-top: 14px;
  }
}
.area .area-place-list li {
  display: flex;
  align-items: center;
  gap: 0 2px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}
.area .area-place-list li::before {
  counter-increment: area-spot;
  content: counter(area-spot);
  margin-top: 2px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  line-height: 1;
  color: #fff;
}
.area .area-pick_up {
  display: flex;
  align-items: center;
  gap: 0 2px;
  margin-top: 2.56vw;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
}
@media only screen and (min-width: 768px) {
  .area .area-pick_up {
    margin-top: 10px;
  }
}
.area .area-pick_up::before {
  content: attr(data-num) "";
  margin-top: 2px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.3rem;
  line-height: 1;
  color: #fff;
}
.area .area__text {
  margin-top: 2.05vw;
}
@media only screen and (min-width: 768px) {
  .area .area__text {
    margin-top: 8px;
  }
}
.area .area__image {
  margin: 4.1vw auto 0;
}
@media only screen and (min-width: 768px) {
  .area .area__image {
    margin-top: 16px;
  }
}
.area.area-info {
  margin-top: 3.85vw;
}
@media only screen and (min-width: 768px) {
  .area.area-info {
    margin-top: 15px;
  }
}
.area.area-info .area__title {
  height: 52px;
  background-color: #ad312a;
}
.area.area-info .text-intro {
  margin-top: 4.1vw;
}
@media only screen and (min-width: 768px) {
  .area.area-info .text-intro {
    margin-top: 16px;
  }
}

.sec-priz {
  padding-bottom: 15.38vw;
  margin-top: 4.1vw;
  background-color: #fcfaef;
}
@media only screen and (min-width: 768px) {
  .sec-priz {
    padding-bottom: 60px;
    margin-top: 16px;
  }
}
.sec-priz .priz-title {
  padding-top: 15px;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  background-color: #ad312a;
  position: relative;
}
.sec-priz .priz-title .priz-period {
  margin-top: 12px;
  width: 100%;
  position: relative;
  z-index: 1;
}
.sec-priz .priz-title .priz-period img {
  width: 72.56vw;
  height: auto;
}
@media only screen and (min-width: 768px) {
  .sec-priz .priz-title .priz-period img {
    width: 283px;
  }
}
.sec-priz .priz-title .priz-period::before {
  content: "";
  width: 100%;
  height: 50%;
  background-color: #fcfaef;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.priz {
  margin-top: 7.69vw;
}
@media only screen and (min-width: 768px) {
  .priz {
    margin-top: 30px;
  }
}
.priz .priz__item:not(:first-child) {
  padding-top: calc(5.13vw + 3px);
  margin-top: 7.69vw;
}
@media only screen and (min-width: 768px) {
  .priz .priz__item:not(:first-child) {
    padding-top: 23px;
    margin-top: 30px;
  }
}
.priz .priz__item:not(:first-child)::before {
  content: "";
  width: calc(100% - 60px);
  height: 3px;
  background-image: url(../img/bg-line-dot.png);
  background-repeat: repeat-x;
  background-position: left top;
  background-size: auto 3px;
  position: absolute;
  left: 30px;
  top: -3px;
}

.sec-step {
  padding-top: 5.38vw;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 11.28vw;
  background-color: #55b5aa;
}
@media only screen and (min-width: 768px) {
  .sec-step {
    padding-top: 21px;
    padding-bottom: 44px;
  }
}

.step-intro {
  margin-top: 5.13vw;
  margin-left: auto;
  margin-right: auto;
  width: 78.82vw;
}
@media only screen and (min-width: 768px) {
  .step-intro {
    margin-top: 20px;
    width: 307.41px;
  }
}

.download {
  margin-top: 10.26vw;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6.92vw;
}
@media only screen and (min-width: 768px) {
  .download {
    margin-top: 40px;
    gap: 27px;
  }
}
.step__item {
  padding: 2.56vw 0;
  margin-top: 13.72vw;
  display: grid;
  grid-template-columns: 1fr 54.85%;
  gap: 0 6.91%;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 2.05vw;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .step__item {
    padding: 10px 0;
    margin-top: 53px;
    border-radius: 8px;
  }
}
.step__item::before {
  content: "";
  width: 100%;
  height: 4.1vw;
  background-image: url(../img/ico-arrow1.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
  position: absolute;
  left: 0;
  top: -9.1vw;
}
@media only screen and (min-width: 768px) {
  .step__item::before {
    height: 16px;
    top: -35.5px;
  }
}
.step__item::after {
  content: "";
  width: 12.05vw;
  height: 12.05vw;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  border-radius: 1.79vw 0 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
@media only screen and (min-width: 768px) {
  .step__item::after {
    width: 47px;
    height: 47px;
    border-radius: 7px 0 0;
  }
}
.step__item .step__item__image {
  text-align: right;
}
.step__item .step__item__image img {
  width: 19.29vw;
}
@media only screen and (min-width: 768px) {
  .step__item .step__item__image img {
    width: 75.23px;
  }
}
.step__item .step__item__data {
  padding-right: 5.13vw;
}
@media only screen and (min-width: 768px) {
  .step__item .step__item__data {
    padding-right: 20px;
  }
}
.step__item .step__item__data__text {
  padding-top: 0.5em;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.625;
}
.step__item .step__item__attention {
  padding: 5px 8px;
  margin-top: 6px;
  background-color: #f38200;
  border-radius: 6px;
  font-size: 1.3rem;
  line-height: 1.3076923077;
  color: #fff;
}
.step__item.step-1 {
  margin-top: 21.03vw;
}
@media only screen and (min-width: 768px) {
  .step__item.step-1 {
    margin-top: 82px;
  }
}
.step__item.step-1::before {
  top: -11.79vw;
}
@media only screen and (min-width: 768px) {
  .step__item.step-1::before {
    top: -46px;
  }
}
.step__item.step-1::after {
  background-image: url(../img/num1.svg);
}
.step__item.step-2::after {
  background-image: url(../img/num2.svg);
}
.step__item.step-3::after {
  background-image: url(../img/num3.svg);
}
.step__item.step-3 .step__item__data__text {
  padding-top: 0;
}
.step__item.step-4::after {
  background-image: url(../img/num4.svg);
}
.step__item.step-4 .step__item__image img {
  width: 21.14vw;
  transform: translateX(4%);
}
@media only screen and (min-width: 768px) {
  .step__item.step-4 .step__item__image img {
    width: 82.44px;
  }
}
.step__item.step-4 .step__item__data__text {
  padding-top: 0;
  font-size: 1.3rem;
  line-height: 1.4615384615;
}
.step__item.step-5::after {
  background-image: url(../img/num5.svg);
}
.step__item.step-6::after {
  background-image: url(../img/num6.svg);
}
.step__item.step-7::after {
  background-image: url(../img/num7.svg);
}
.step__item.step-8::after {
  background-image: url(../img/num8.svg);
}
.step__item.step-9::after {
  background-image: url(../img/num9.svg);
}
.step__item.step-9 .step__item__data__text {
  padding-top: 0;
}
.step__item.step-10::after {
  background-image: url(../img/num10.svg);
}
.step__item.step-10 .step__item__data__text {
  padding-top: 0;
}

.sec-guide {
  padding-left: 20px;
  padding-top: 25px;
  padding-right: 20px;
  background-color: #fff;
}
.sec-guide .guide-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.035em;
  text-align: center;
  white-space: nowrap;
}
.sec-guide .guide-link {
  margin: 18px auto 0;
  width: 78.97vw;
}
@media only screen and (min-width: 768px) {
  .sec-guide .guide-link {
    width: 308px;
  }
}

.page-top {
  padding: 35px 0;
}
.page-top .page-top__button {
  margin: 0 auto;
  display: block;
  width: 29px;
  height: 28px;
}/*# sourceMappingURL=style.css.map */