@charset "UTF-8";

/***** Google Fonts(Kosugi Maru) *****/
/* @import url("https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap"); */

.natsurd-stamprally_body {
  /* font-family: "Kosugi Maru", sans-serif; */
  font-size: 15px;
  margin: 2em 0;
}

.natsurd-stamprally_body img {
  vertical-align: middle;
}

.natsurd-stamprally_body .color1 {
  color: #e4007f;
}

.natsurd-stamprally_body .color2 {
  color: #e60012;
}

.natsurd-stamprally_body .color3 {
  color: #00b7ee;
}

.natsurd-stamprally_body .border_b {
  border-bottom: 1px solid #000000;
}

.natsurd-stamprally_body .center {
  text-align: center;
}

.natsurd-stamprally_body .red {
  color: red;
}

.natsurd-stamprally_body .blue {
  color: blue;
}

.natsurd-stamprally_body .bsn-color {
  color: #0052a5;
}

.natsurd-stamprally_body .bold {
  font-weight: bold;
}

.natsurd-stamprally_body a {
  text-decoration: underline;
}

.natsurd-stamprally_body section {
  margin: 0 0 3em;
}

.natsurd-stamprally_body section .title {
  font-size: 2em;
  margin: 0 0 1em;
  padding: 0.25em 0;
  text-align: center;
  color: #fff;
  font-weight: 500;
}

.natsurd-stamprally_body section:nth-of-type(even) .title {
  background: #78afff;
}

.natsurd-stamprally_body section:nth-of-type(odd) .title {
  background: #90ca03;
}

.natsurd-stamprally_body section .detail {
  text-align: center;
  font-size: 1.4em;
}

.natsurd-stamprally_body section .catch {
  font-size: 2em;
  text-align: center;
  line-height: 1.75em;
}

.natsurd-stamprally_body section.summary {

}

.natsurd-stamprally_body section.summary .period {
  font-size: 1.4em;
  color: #ffb30f;
  font-weight: 600;
  margin: 0 0 1em;
}

.natsurd-stamprally_body section.summary .period span {
  background: #ffb30f;
  color: #ffffff;
  padding: 0.25em 1em;
  border-radius: 0.5em;
  margin: 0 1em 0 0;
  font-size: 0.8em;
}

.natsurd-stamprally_body section.summary .map-detail {
  margin: 2em auto;
  text-align: center;
  background: #FFFAD4;
}

.natsurd-stamprally_body section.summary .map-detail .booth,
.natsurd-stamprally_body section.summary .map-detail .prize {
  padding: 2em;
  font-size: 15px;
}

.natsurd-stamprally_body section.summary .map-detail .stitch {
  padding: 2em;
  background: #fff;
  border: 0.25em dashed #006EB0;
  border-radius: 0.75em;
  font-weight: 500;
}

.natsurd-stamprally_body section.summary .map-detail .stitch h5 {
  position: relative;
  height: 1.8em;
  line-height: 1.8em;
  text-align: center;
  padding: 0 1em;
  font-size: 1.8em;
  background: #F49F10;
  color: #FFF;
  box-sizing: border-box;
}

.natsurd-stamprally_body section.summary .map-detail .stitch h5::before,
.natsurd-stamprally_body section.summary .map-detail .stitch h5::after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

.natsurd-stamprally_body section.summary .map-detail .stitch h5::before {
  top: 0;
  left: 0;
  border-width: 0.9em 0px 0.9em 0.5em;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}

.natsurd-stamprally_body section.summary .map-detail .stitch h5::after {
  top: 0;
  right: 0;
  border-width: 0.9em 0.5em 0.9em 0;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}

.natsurd-stamprally_body section.summary .map-detail .stitch h5 span em {
  font-size: 0.75em;
}

.natsurd-stamprally_body section.summary .map-detail .stitch-box {
  display: flex;
  justify-content: space-evenly;
  text-align: left;
  margin: 1em 0 0;
}

.natsurd-stamprally_body section.summary .map-detail .stitch-box ul {
  /* width: 50%; */
  font-size: 1.2em;
}

.natsurd-stamprally_body section.summary .map-detail .booth .stitch-box ul:nth-of-type(1) {
  width: 42%;
}

.natsurd-stamprally_body section.summary .map-detail .booth .stitch-box ul:nth-of-type(2) {
  width: 58%;
}

.natsurd-stamprally_body section.summary .map-detail .stitch-box li {
  margin: 0 0 0.5em;
}

.natsurd-stamprally_body section.summary .map-detail .stitch-box li:last-child {
  margin: 0;
}

.natsurd-stamprally_body section.summary .map-detail .stitch-box li span.only {
  padding: 0 0 0 1em;
  font-size: 0.8em;
}

.natsurd-stamprally_body section.summary .note {
  font-size: 0.8em;
  margin: 0.5em 0 0;
}

.natsurd-stamprally_body section.summary .map-detail .prize .stitch {
  border: 0.25em dashed #F49F10;
}

.natsurd-stamprally_body section.summary .map-detail .prize .stitch h5 {
  background: #0052a4;
  color: #fef400;
}

.natsurd-stamprally_body section.summary .map-detail .prize .stitch-box {
  justify-content: left;
  margin: 1em 1em 0;
}

.natsurd-stamprally_body section#join p.start {
  text-align: center;
  font-size: 2.4em;
  color: #ffb30f;
  font-weight: 500;
}

.natsurd-stamprally_body #app_dl {
  text-align: center;
  margin: 1em auto 2em;
  width: 720px;
}

.natsurd-stamprally_body #dl_link {
  display: flex;
  align-items: center;
  margin: 1em 0 0;
}

.natsurd-stamprally_body #dl_link a {
  display: inline-block;
}

.natsurd-stamprally_body #dl_link .app-store,
.natsurd-stamprally_body #dl_link .google-play {
  margin: 0 0.25em;
}

.natsurd-stamprally_body section .box {
  padding: 0 1em;
}

.natsurd-stamprally_body .flex {
  display: flex;
  justify-content: center;
  align-items: stretch;
}

.natsurd-stamprally_body .flex:nth-of-type(n+2) {
  margin: 2em 0 0;
}

.natsurd-stamprally_body .flex .capture {
  text-align: center;
}

.natsurd-stamprally_body .flex .capture .text {
  display: flex;
  text-align: left;
  margin: 0 0 1em;
  line-height: 1.75em;
}

.natsurd-stamprally_body .flex .num {
  font-size: 1.6em;
  font-weight: 600;
  padding: 0 0.25em 0 0;
  color: #E68EAE;
}

.natsurd-stamprally_body .flex .capture {
  width: 30%;
}

.natsurd-stamprally_body .flex .capture .exception {
  margin: 1em 0 0;
}

.natsurd-stamprally_body .flex .arrow {
  width: 10%;
  padding: 0;
}

.natsurd-stamprally_body .deadline {
  font-size: 1.6em;
  margin: 1em 0 0;
}

.natsurd-stamprally_body .deadline span {
  background: #e60000;
  color: #ffffff;
  font-size: 0.8em;
  padding: 0.25em 1em;
  display: inline-block;
  margin: 0 0 0.5em;
}

.natsurd-stamprally_body .return a {
  position: relative;
  width: 24em;
  display: block;
  margin: 0 auto;
  font-size: 1.6em;
  color: #fef400 !important;
  text-decoration: none;
}

.natsurd-stamprally_body .return a:hover {
  text-decoration: none;
}

.natsurd-stamprally_body .return a span {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #0052a4;
  border: 1px solid transparent;
  z-index: 2;
  padding: 0.5em 0;
  right: 0;
  bottom: 0;
  transition: 0.3s;
}

.natsurd-stamprally_body .return a::before {
  content: '';
  position: absolute;
  bottom: -0.3em;
  right: -0.3em;
  width: 100%;
  height: 100%;
  background-image: repeating-linear-gradient(-45deg, #0034A3, #0034A3 0.15em, transparent 0, transparent 0.3em);
  z-index: 1;
}

.natsurd-stamprally_body .return a span:hover {
  bottom: -0.3em;
  right: -0.3em;
}

@media screen and (max-width: 899px) {

  .natsurd-stamprally_body {
    font-size: 12px;
  }

  .natsurd-stamprally_body section .catch {
    font-size: 1.6em;
  }

  .natsurd-stamprally_body section .detail {
    font-size: 1.2em;
  }

  .natsurd-stamprally_body section.summary .period span {
    display: inline-block;
    margin: 0 0 0.5em 0;
  }

  .natsurd-stamprally_body section.summary .map-detail .booth,
  .natsurd-stamprally_body section.summary .map-detail .prize {
    font-size: 10px;
    padding: 1em;
  }

  .natsurd-stamprally_body section.summary .map-detail .stitch {
    padding: 1em;
  }

  .natsurd-stamprally_body section.summary .map-detail .stitch-box {
    display: block;
  }

  .natsurd-stamprally_body section.summary .map-detail .booth .stitch-box ul:nth-of-type(1),
  .natsurd-stamprally_body section.summary .map-detail .booth .stitch-box ul:nth-of-type(2) {
    width: auto;
  }

  .natsurd-stamprally_body section.summary .map-detail .prize .stitch-box {
    margin: 1em 0 0;
  }

  .natsurd-stamprally_body section.summary .map-detail .prize .stitch-box li {
    display: flex;
  }

  .natsurd-stamprally_body section#join p.start {
    font-size: 2em;
  }

  .natsurd-stamprally_body #app_dl {
    width: auto;
  }

  .natsurd-stamprally_body .flex {
    display: block;
  }

  .natsurd-stamprally_body .flex .capture {
    width: auto;
  }

  .natsurd-stamprally_body .flex .arrow {
    width: 100%;
    text-align: center;
  }

  .natsurd-stamprally_body .flex .arrow.pc {
    display: none;
  }

  .natsurd-stamprally_body .flex .capture img {
    max-width: 60% !important;
  }

  .natsurd-stamprally_body .flex .arrow img {
    max-width: 25%;
  }

  .natsurd-stamprally_body .return a {
    font-size: 1.2em;
    width: 16em;
  }

}