html,
body {
  font-size: 10px;
}

body {
  font-family: "M PLUS Rounded 1c", serif;
  font-style: normal;
  font-weight: 400;
}

.wrapper {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
  margin: 0 auto;
  max-width: 1920px;
  min-width: 1280px;
  width: 100%;
}

figure,
ol,
p,
section,
ul {
  margin: 0;
  padding: 0;
}

sup {
  font-size: 1em;
  top: 0;
}

.mv-ctr {
  margin-bottom: 6.5rem;
}

.mv {
  overflow-x: hidden;
}

.mv-img {
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  width: 1920px;
}

.bg-ctr.bg-stripe {
  overflow: hidden;
  padding: 1px 0 70px;
  position: relative;
}

.bg-ctr.bg-stripe::before {
  background-image: repeating-linear-gradient(90deg, #f8f5d5, #f8f5d5 5px, #ffffff 5px, #ffffff 10px);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 195px), 50% calc(100% - 20px), 0 calc(100% - 195px));
  content: "";
  display: block;
  height: 100%;
  top: 0;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 0);
  width: 1920px;
  z-index: -1;
}

.bg-ctr.bg-stripe::after {
  bottom: 20px;
  content: "";
  display: block;
  filter: blur(10px);
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 960px solid transparent;
  border-right: 960px solid transparent;
  border-top: 175px solid rgba(0, 0, 0, .3);
  z-index: -2;
}

.bg-ctr.bg-dot {
  margin: -195px auto 0;
  position: relative;
}

.bg-ctr.bg-dot::before {
  background-color: #fff;
  background-image: radial-gradient(#e2efeb 25%, transparent 26%), radial-gradient(#e2efeb 25%, transparent 26%);
  background-position: 0 0, 15px 15px;
  background-repeat: repeat;
  background-size: 30px 30px;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -3;
}

.main-ctr {
  margin: 0 auto;
  max-width: 1500px;
  min-width: 1216px;
  padding: 0 0 3.5rem;
  width: 95%;
}

.section-ctr {
  margin-bottom: 8rem;
}

.pickup-ctr,
.target-ctr {
  background-color: #fff;
  border-radius: 2.5rem;
}

.pickup-hdr {
  flex-flow: column;
  margin: 0 auto;
  overflow: hidden;
  padding: 80px 0 30px;
  position: relative;
}

.pickup-ttl {
  text-align: center;
}

.pickup-ttl img {
  margin-bottom: 20px;
}

#tokutaisei,
#information {
  margin-top: var(--globalHdr-height-negative);
  padding-top: var(--globalHdr-height);
  visibility: hidden;
}

.decoration img {
  margin: auto;
  position: absolute;
}

.cooky {
  width: 149px;
  bottom: 10px;
  left: -820px;
  right: 0;
  z-index: 1;
  animation: fuwafuwa2 3s ease-in-out infinite alternate;
  transition: 1.5s ease-in-out;
}

.elmo {
  width: 87px;
  bottom: 20px;
  left: -610px;
  right: 0;
  z-index: 3;
  animation: fuwafuwa0 3s ease-in-out infinite alternate;
}

.zoe {
  width: 116px;
  bottom: 10px;
  right: -620px;
  left: 0;
  z-index: 3;
  animation: fuwafuwa1 3s ease-in-out infinite alternate;
}

.bigbird {
  width: 114px;
  bottom: 10px;
  right: -880px;
  left: 0;
  z-index: 1;
  animation: fuwafuwa3 3s ease-in-out infinite alternate;
}

@keyframes fuwafuwa0 {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-4px);
  }
}

@keyframes fuwafuwa1 {
  0% {
    transform: translateY(0) rotate(7deg);
  }

  50% {
    transform: translateY(4px) rotate(0deg);
  }

  100% {
    transform: translateY(0) rotate(-7deg);
  }
}

@keyframes fuwafuwa2 {

  0%,
  100% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(-6px);
  }
}

@keyframes fuwafuwa3 {

  0%,
  100% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(6px);
  }

}

.pickup-hdr .mv-un-box {
  margin: 30px auto 0;
}

.youkou-ctr {
  padding-bottom: .1rem;
}

.youkou-ttl {
  color: #009380;
  font-size: 4rem;
  font-weight: 500;
  text-align: center;
}

.youkou-tbl {
  border: 2px solid #009380;
  border-collapse: separate;
  border-left-width: 1px;
  border-radius: .8rem;
  border-spacing: 0;
  font-family: "Noto Sans JP", serif;
  margin: 0 auto;
  overflow: hidden;
  width: 740px;
}

.youkou-tbl th {
  background-color: #009380;
  border-right: 1px solid #009380;
  color: #fff;
  font-size: 1.8rem;
  padding: 1.2rem 0;
  vertical-align: top;
  width: 6.8em;
}

.youkou-tbl tr:not(:last-of-type) th {
  border-bottom: 1px solid #fff;
}

.youkou-tbl td {
  font-size: 1.7rem;
  padding: 1.2rem;
}

.youkou-tbl tr:not(:last-of-type) td {
  border-bottom: 2px solid #009380;
}

.youkou-list {
  margin: 0;
}

.youkou-item {
  text-indent: -1em;
  padding-left: 1em;
}

.youkou-item-red {
  color: #df0026;
  font-weight: bold;
}

.btn-common {
  background-color: #009380;
  border-radius: 3rem;
  color: #fff;
  display: block;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: -.1rem;
  padding: .6rem 0;
  position: relative;
  text-align: center;
  width: 40rem;
}

.youkou-ctr .btn-common {
  margin: 5.5rem auto 8rem;
}

.eventInfo-ctr .btn-common {
  margin: 6rem auto 8rem;
}

.tokuten-ctr .btn-common {
  margin: 3.5rem auto 8rem;
}

.btn-common::before,
.btn-common::after {
  content: "";
  height: 2.3rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 2.3rem;
}

.btn-common::before {
  background-color: #fff;
  border-radius: 50%;
}

.btn-common::after {
  background-color: #009380;
  clip-path: polygon(33% 26%, 73% 50%, 33% 73%);
}

.multiColumn {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

.target-ctr {
  padding: 9rem 0 .1rem;
}

.target-ttl {
  color: #009380;
  font-family: "Zen Maru Gothic";
  font-size: 3.8rem;
  line-height: 1.2;
  text-align: center;
}

.target-list {
  font-family: "Noto Sans JP", serif;
  margin: 6rem auto 5.5rem;
  width: 1040px;
}

.target-item {
  text-align: center;
  width: 500px;
}

.target-item-txt {
  color: #009380;
  font-size: 2.5rem;
  letter-spacing: .05em;
  margin: 48px 0 1rem;
  padding-top: 1rem;
  position: relative;
}

.fukidashi {
  display: block;
  height: 96px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -100%);
  width: 131px;
}

.eventInfo-ctr {
  padding-top: 20rem;
}

.eventInfo-list {
  margin: 0 auto;
  width: 1000px;
}

.eventInfo-item {
  display: flex;
  margin-bottom: 3.5rem;
  opacity: 0;
  position: relative;
  transition: all .5s ease;
}

.eventInfo-item:nth-of-type(odd) {
  transform: translate(-100px, 0);
}

.eventInfo-item:nth-of-type(even) {
  transform: translate(100px, 0);
}

.eventInfo-item.show {
  opacity: 1;
  transform: translate(0, 0);
}

.eventInfo-item::after {
  background: no-repeat 0 0 / contain;
  content: "";
  display: block;
}

.eventInfo-item:nth-of-type(odd)::after {
  order: 1;
}

.item-01.eventInfo-item::after {
  background-image: url(../img/img_eventInfo-01.png);
  height: 350px;
  width: 531px;
}

.item-02.eventInfo-item::after {
  background-image: url(../img/img_eventInfo-02.png);
  height: 345px;
  width: 531px;
}

.item-03.eventInfo-item::after {
  background-image: url(../img/img_eventInfo-03.png);
  height: 349px;
  width: 531px;
}

.item-04.eventInfo-item::after {
  background-image: url(../img/img_eventInfo-04.png);
  height: 370px;
  width: 530px;
}

.item-05.eventInfo-item::after {
  background-image: url(../img/img_eventInfo-05.png);
  height: 349px;
  width: 530px;
}

.item-06.eventInfo-item::after {
  background-image: url(../img/img_eventInfo-06.png);
  height: 343px;
  width: 530px;
}

.eventInfo-item-ctr {
  margin-left: 5rem;
  margin-top: 6rem;
  width: 410px;
}

.eventInfo-item:nth-of-type(odd) .eventInfo-item-ctr {
  margin-left: 4rem;
  order: 2;
  width: 425px;
}

.eventInfo-item-ttl {
  font-size: 3rem;
  letter-spacing: -.05em;
}

.item-01 .eventInfo-item-ttl {
  color: #009380;
}

.item-02 .eventInfo-item-ttl {
  color: #f9619e;
}

.item-03 .eventInfo-item-ttl {
  color: #00a0e9;
  letter-spacing: -.09em;
}

.item-03 .eventInfo-item-ttl span {
  letter-spacing: -.15em;
}

.item-04 .eventInfo-item-ttl {
  color: #edad56;
}

.item-05 .eventInfo-item-ttl {
  color: #8f4cb1;
}

.item-06 .eventInfo-item-ttl {
  color: #08b200;
}

.eventInfo-item-catch {
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: -.05em;
  line-height: 1.2;
  margin: .5rem 0 2.7rem;
}

.item-03 .eventInfo-item-catch {
  letter-spacing: .05em;
}

.eventInfo-item-txt {
  /*font-family: "Noto Sans JP", serif;*/
  font-size: 1.85rem;
  font-weight: 500;
  letter-spacing: -.01em;
  margin-bottom: 2.2rem;
}

.eventInfo-item-btn {
  border-radius: 5px;
  color: #fff;
  display: block;
  font-size: 2.4rem;
  padding: .2rem;
  position: relative;
  text-align: center;
  width: 200px;
}

.item-01 .eventInfo-item-btn {
  background-color: #009380;
}

.item-02 .eventInfo-item-btn {
  background-color: #f9619e;
  padding-left: 1.6rem;
  text-align: left;
}

.item-03 .eventInfo-item-btn {
  background-color: #00a0e9;
}

.item-04 .eventInfo-item-btn {
  background-color: #edad56;
}

.item-05 .eventInfo-item-btn {
  background-color: #8f4cb1;
}

.item-06 .eventInfo-item-btn {
  background-color: #08b200;
}

a.eventInfo-item-btn:hover {
  filter: brightness(1.1);
}

a.eventInfo-item-btn::after {
  background-color: #fff;
  clip-path: polygon(6.7% 0, 93.3% 50%, 6.7% 100%);
  content: "";
  display: block;
  height: 1.5rem;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.5rem;
}

.tokuten-ctr {
  text-align: center;
}

.tokuten-ttl {
  background-color: #009380;
  color: #fff;
  font-family: "Noto Sans JP", serif;
  font-size: 3.5rem;
  padding: 1em 0;
}

.tokuten-img {
  margin: 6rem 0 0;
}