@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
html, body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
}

a {
  transition: 0.2s;
}
a:hover {
  transition: 0.2s;
  opacity: 0.7;
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

h1, h2, h3, h4, h5 {
  font-size: 100%;
  font-weight: 100;
  margin: 0;
}

ul, li, dl, dt, dd, figure {
  margin: 0;
  padding: 0;
  list-style: none;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-feature-settings: "palt";
}

.dl {
  background-color: #1d95d4;
  position: relative;
  overflow: hidden;
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .dl {
    padding: 30px 0;
  }
}

.dl-header {
  position: relative;
  width: calc(100% - 80px);
  max-width: 800px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .dl-header {
    width: calc(100% - 50px);
  }
}
.dl-header__title {
  margin-bottom: 1rem;
}
.dl-header__wrap {
  display: flex;
  justify-content: center;
  margin-bottom: -60px;
}
@media screen and (max-width: 767px) {
  .dl-header__wrap {
    display: block;
    margin-bottom: -12vw;
  }
}
.dl-header__lead {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  line-height: 1.8;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .dl-header__lead {
    font-size: calc(14px + 4 * (100vw - 320px) / 448);
    margin: 1em 0;
  }
}
.dl-header__ph {
  max-width: 350px;
}
@media screen and (max-width: 767px) {
  .dl-header__ph {
    width: 70%;
  }
}

.dl-plan {
  position: relative;
  z-index: 10;
  margin-bottom: 80px;
  width: calc(100% - 80px);
  max-width: 700px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 767px) {
  .dl-plan {
    width: calc(100% - 40px);
    margin-bottom: 20px;
  }
}
.dl-plan__sp {
  position: absolute;
  top: -260px;
  right: -80px;
  width: 240px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .dl-plan__sp {
    width: 220px;
    top: -300px;
    right: 0;
    left: 50%;
    transform: translateX(20px);
  }
}
@media screen and (max-width: 580px) {
  .dl-plan__sp {
    width: 38vw;
    top: -53vw;
  }
}
.dl-plan__chara {
  position: absolute;
  z-index: 100;
}
.dl-plan__chara.-chara1 {
  left: -70px;
  bottom: -5px;
}
@media screen and (max-width: 767px) {
  .dl-plan__chara.-chara1 {
    width: 20vw;
    left: 50%;
    transform: translateX(-58vw);
  }
}
.dl-plan__chara.-chara2 {
  right: -60px;
  top: 40px;
}
@media screen and (max-width: 767px) {
  .dl-plan__chara.-chara2 {
    width: 18vw;
    right: 0;
    left: 50%;
    top: 50%;
    transform: translate(35vw, -15vw);
  }
}
.dl-plan__chara.-chara3 {
  right: -50px;
  bottom: 35px;
}
@media screen and (max-width: 767px) {
  .dl-plan__chara.-chara3 {
    width: 15vw;
    right: 0;
    bottom: 4vw;
    left: 50%;
    transform: translateX(38vw);
  }
}
.dl-plan__chara.-chara4 {
  left: -45px;
  bottom: -10px;
}
@media screen and (max-width: 767px) {
  .dl-plan__chara.-chara4 {
    width: 16vw;
    left: 50%;
    transform: translateX(-51vw);
  }
}

.dl-notes {
  background-color: #fff294;
  font-size: 28px;
  font-weight: 900;
  color: #323232;
  text-align: center;
  padding: 30px 0;
}
.dl-notes em {
  font-style: normal;
  color: #dc4a41;
}
@media screen and (max-width: 767px) {
  .dl-notes {
    font-size: calc(14px + 14 * (100vw - 320px) / 448);
  }
}

.dl-obj {
  position: absolute;
}
.dl-obj.-obj1 {
  top: -40px;
  left: 50%;
  transform: translateX(-675px);
}
.dl-obj.-obj2 {
  top: 110px;
  left: 50%;
  transform: translateX(430px);
}
.dl-obj.-obj3 {
  top: 50%;
  left: 50%;
  transform: translateX(-640px);
}
.dl-obj.-obj4 {
  bottom: 50px;
  left: 50%;
  transform: translateX(430px);
}

.u-br__pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .u-br__pc {
    display: none;
  }
}
.u-br__tb {
  display: none;
}
@media screen and (max-width: 1024px) {
  .u-br__tb {
    display: block;
  }
}
.u-br__sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-br__sp {
    display: block;
  }
}

.stamprally {
  background: #1d95d4 url("../img/stamprally_bg.svg") no-repeat top;
  position: relative;
  padding: 60px 0 120px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .stamprally {
    padding: 10px 0 40px;
    background-size: auto 50vw;
  }
}

.stamprally-header {
  position: relative;
  width: calc(100% - 80px);
  max-width: 800px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 767px) {
  .stamprally-header {
    width: calc(100% - 50px);
    padding: 30px 0 0;
    margin-bottom: 30px;
  }
}
.stamprally-header__title {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .stamprally-header__title {
    width: 68%;
    margin: auto;
  }
}

@media screen and (max-width: 767px) {
  .stamprally-header__chara.-chara1 {
    width: 18vw;
    transform: translateX(-52vw);
  }
  .stamprally-header__chara.-chara2 {
    transform: translate(33vw, -7vw);
  }
}

.stamprally-contents {
  position: relative;
  width: calc(100% - 80px);
  max-width: 800px;
  margin: auto;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 6px 6px 0px 0px rgba(0, 0, 0, 0.2);
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .stamprally-contents {
    width: calc(100% - 40px);
    padding: 30px 0;
  }
}
.stamprally-contents__item {
  max-width: 550px;
  margin: auto;
  padding-bottom: 60px;
  margin-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .stamprally-contents__item {
    width: calc(100% - 40px);
    padding-bottom: 60px;
    margin-bottom: 40px;
  }
}
.stamprally-contents__item:after {
  background: radial-gradient(circle farthest-side, #131c3b, #131c3b 60%, transparent 60%, transparent);
  background-size: 10px;
  content: "";
  display: inline-block;
  height: 10px;
  width: 100%;
  position: absolute;
  bottom: 0;
}
.stamprally-contents__item:nth-of-type(4) {
  padding-bottom: 0;
}
.stamprally-contents__item:nth-of-type(4):after {
  content: none;
}

.p-stamprally__title {
  font-size: 22px;
  font-weight: bold;
  color: #131c3b;
  margin-bottom: 1rem;
  text-align: center;
}
.p-stamprally__title span {
  display: block;
  color: #ff4700;
}
@media screen and (max-width: 767px) {
  .p-stamprally__title {
    font-size: calc(18px + 4 * (100vw - 320px) / 448);
  }
}
.p-stamprally__dates {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 1rem;
  text-align: center;
  background-color: #131c3b;
  border-radius: 2em;
  padding: 0.25em 0;
}
@media screen and (max-width: 767px) {
  .p-stamprally__dates {
    font-size: calc(14px + 2 * (100vw - 320px) / 448);
  }
}
.p-stamprally__text {
  color: #323232;
  line-height: 1.7;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .p-stamprally__text {
    font-size: calc(14px + 2 * (100vw - 320px) / 448);
    margin-bottom: 0.5em;
  }
}
.p-stamprally__notes {
  font-size: 13px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .p-stamprally__notes {
    font-size: calc(12px + 2 * (100vw - 320px) / 448);
  }
}/*# sourceMappingURL=style.css.map */