@charset "UTF-8";
:root {
  --font-base: "Zen Maru Gothic", sans-serif;
  --font-Darumadrop: "Darumadrop One", sans-serif;
  --font-Mochiy: "Mochiy Pop One", sans-serif;
  --font-Noto: "Noto Sans JP", sans-serif;
  --contents-Space: 0 min(6%,33px);
}
@media screen and (max-width: 767px) {
  :root {
    --contents-Space: 0 min(6%,23px);
  }
}

* {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* 大枠 */
html,
body {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch !important;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-size: var(--base-font-size);
  line-height: 1.6;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-family: var(--font-base);
  font-weight: 400;
  font-size: 17px;
  color: #542B11;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 12px;
  }
  body.wrap {
    overflow: hidden;
  }
}
body #wrapper {
  height: auto;
}

#wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 767px) {
  #screen {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 300;
  }
}
@media print {
  html,
  html body {
    overflow: visible !important;
  }
}
/* アクセシビリティ */
.guidance {
  left: -999px;
  position: absolute;
  width: 990px;
}

img {
  image-rendering: auto;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  -webkit-box-shadow: #000 0 0 0;
          box-shadow: #000 0 0 0; /* ロールオーバー対応 */
}

img,
x:-moz-any-link,
x:default {
  box-shadow: #000 0 0 0; /* IE7対応 */
}

/* リンク */
a {
  display: inline-block;
}
a:link, a:visited, a:active {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: inherit;
  opacity: 0.7;
  text-decoration: none !important;
}

.NotoSans {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.NotoSerif {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}

.container {
  width: 100%;
  max-width: 1040px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}

.pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

/* ▼ タイトル
--------------------------------------- */
#site_title {
  overflow: hidden;
  width: 208px;
}
@media screen and (max-width: 767px) {
  #site_title {
    width: 145px;
  }
}

h1.title {
  background: #999;
  padding: 20px 10px;
  margin-bottom: 30px;
  color: #fff;
  overflow: hidden;
}

/* ▼▼▼ ヘッダー
====================================================== */
header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  padding: 33px 33px 0;
  z-index: 1000;
}
@media screen and (max-width: 767px) {
  header {
    padding: 26px 28px;
  }
}

.menu {
  display: none;
  background: url(../img/menu.webp) no-repeat center/contain;
  width: 80px;
  height: 99px;
  position: absolute;
  top: 10px;
  right: 25px;
  z-index: 2000;
}
@media screen and (max-width: 767px) {
  .menu {
    display: block;
    width: 57px;
    height: 70px;
    top: 7px;
    right: 18px;
  }
}
.menu {
  cursor: pointer;
}
.menu .icon {
  display: block;
  width: 20px;
  height: 2px;
  border-top: 2px solid #E50065;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 61%;
  left: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .menu .icon {
    height: 1px;
    width: 14px;
    border-width: 1px;
    top: 63%;
  }
}
.menu .icon::before, .menu .icon::after {
  content: "";
  width: 20px;
  border-top: 2px solid #E50065;
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  right: 0;
}
@media screen and (max-width: 767px) {
  .menu .icon::before, .menu .icon::after {
    width: 14px;
    border-width: 1px;
  }
}
.menu .icon::before {
  top: -8px;
}
@media screen and (max-width: 767px) {
  .menu .icon::before {
    top: -5px;
  }
}
.menu .icon::after {
  bottom: -6px;
}
@media screen and (max-width: 767px) {
  .menu .icon::after {
    bottom: -4px;
  }
}
.menu .icon.active {
  border-color: transparent;
}
.menu .icon.active::before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  top: -2px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .menu .icon.active::before {
    top: -1px;
  }
}
.menu .icon.active::after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  bottom: 0;
  right: 0;
}

/* グローバルナビゲーション */
#gnav {
  display: none;
  background: #F979A5;
  border-radius: 0 0 0 50px;
  float: none;
  width: 530px;
  max-height: 100vh;
  padding: 138px 54px 35px;
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1000;
  overflow: auto;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 767px) {
  #gnav {
    display: block;
    border-radius: 0 0 0 35px;
    padding: 98px 20px 25px;
    width: 100%;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
#gnav.open {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#gnav ul {
  display: block;
  border-top: 2px dashed #FFCCDD;
  margin: 0 auto 18px;
}
@media screen and (max-width: 767px) {
  #gnav ul {
    border-width: 1px;
    width: min(100%, 322px);
  }
}
#gnav ul > li {
  border-bottom: 2px dashed #FFCCDD;
  width: 100% !important;
  max-width: 100% !important;
  height: auto;
  padding: 10px 0;
  text-indent: 0;
}
@media screen and (max-width: 767px) {
  #gnav ul > li {
    border-width: 1px;
    padding: 7px 0;
  }
}
#gnav ul > li.current a {
  background-color: #F9578D;
  text-decoration: none;
}
#gnav ul > li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url(../img/nav_arrow.svg);
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 27px;
  border-radius: 10px;
  text-decoration: none;
  height: 80px;
  padding: 0 60px 0 20px;
}
@media screen and (max-width: 767px) {
  #gnav ul > li a {
    background-position: right 10px center;
    background-size: 18px;
    border-radius: 7px;
    height: 57px;
    padding: 0 43px 0 14px;
  }
}
#gnav ul > li a:hover {
  background-color: #F9578D;
  text-decoration: none;
  opacity: 1;
}
#gnav .link {
  padding: 0 20px;
  margin: 0 auto 73px;
}
@media screen and (max-width: 767px) {
  #gnav .link {
    width: min(100%, 322px);
    padding: 0 18px;
    margin-bottom: 49px;
  }
}
#gnav .link a {
  background: url(../img/icon_blank.svg) no-repeat center right/20px;
  padding-right: 25px;
  font-weight: 900;
  color: #fff;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  #gnav .link a {
    background-size: 14px;
    padding-right: 18px;
    font-size: 13px;
  }
}
#gnav .sns {
  margin-bottom: 55px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #gnav .sns {
    margin-bottom: 38px;
  }
}
#gnav .sns::before {
  content: "";
  background: url(../img/menu_bg.webp) no-repeat center/100%;
  width: 155%;
  aspect-ratio: 423/145;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  bottom: -25px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #gnav .sns::before {
    bottom: -18px;
  }
}

.sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 12px;
  background: url(../img/sns_bg.webp) no-repeat center/contain;
  width: 277px;
  height: 68px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sns {
    gap: 0 8px;
    width: 198px;
    height: 48px;
  }
}
.sns p {
  margin-right: 5px;
  font-size: 16px;
  font-family: var(--font-Darumadrop);
}
@media screen and (max-width: 767px) {
  .sns p {
    margin-right: 3px;
    font-size: 11px;
  }
}
.sns div {
  width: 29px;
}
@media screen and (max-width: 767px) {
  .sns div {
    width: 20px;
  }
}

.copyright {
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-family: var(--font-Noto);
}
@media screen and (max-width: 767px) {
  .copyright {
    font-size: 8px;
  }
}

/* ▼▼▼ メイン 「コンテンツとサイドを囲む要素」
====================================================== */
#main {
  display: grid;
  grid-template-columns: 10.6fr 530px 1fr;
  clear: both;
  overflow: hidden;
}
#main::before {
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, from(#ACDFFF), to(#0094CA));
  background: linear-gradient(0deg, #ACDFFF 0%, #0094CA 100%);
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #main {
    background: #fff;
    display: block;
  }
  #main::before, #main::after {
    display: none;
  }
}

/* ▼ kv
--------------------------------------- */
.kv {
  pointer-events: none;
  grid-column: 1/3;
}
@media screen and (max-width: 767px) {
  .kv {
    background: -webkit-gradient(linear, left bottom, left top, from(#ACDFFF), to(#0094CA));
    background: linear-gradient(0deg, #ACDFFF 0%, #0094CA 100%);
    width: 100%;
    aspect-ratio: 530/796;
  }
}
.kv_fix {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc((100% - 530px) / 1.094);
  height: 100vh;
  padding-top: 5%;
  position: fixed;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .kv_fix {
    padding-top: 0;
    position: static;
    width: 100%;
    height: 100%;
  }
}
.kv_inner {
  margin-top: auto;
  position: relative;
}
.kv_inner .cloud {
  position: absolute;
}
.kv_inner .cloud.kv_cloud01 {
  width: 32%;
  top: 6%;
  left: 7%;
}
@media screen and (max-width: 767px) {
  .kv_inner .cloud.kv_cloud01 {
    width: 34vw;
    top: 7.5vw;
    left: auto;
    right: 0;
  }
}
.kv_inner .cloud.kv_cloud02 {
  width: 22.5%;
  top: 42%;
  left: 0;
}
@media screen and (max-width: 767px) {
  .kv_inner .cloud.kv_cloud02 {
    width: 36.5vw;
    top: 40%;
  }
}
.kv_inner img {
  display: block;
}
.kv_title {
  width: 85%;
  position: absolute;
  top: 0;
  right: 6%;
  z-index: 2;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .kv_title {
    top: 15%;
  }
}
.kv_copy {
  width: min(15.7%, 119px);
  position: absolute;
  left: min(3.2%, 24px);
  bottom: min(3.2%, 24px);
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .kv_copy {
    display: none;
  }
}

.pc_right::before {
  content: "";
  background: url(../img/pc_right.webp) no-repeat top 55% center/100%;
  width: 15vw;
  position: fixed;
  top: 0;
  height: 100%;
  right: 0;
}
.pc_right {
  grid-column: 3/3;
}
@media screen and (max-width: 767px) {
  .pc_right {
    display: none;
  }
}

/* ▼ メインコンテンツ
--------------------------------------- */
.contents_wrap {
  grid-column: 2/3;
  background: #fff;
  padding: 9px;
  border-radius: 30px 30px 0 0;
  max-width: 530px;
  -ms-flex-wrap: 0;
      flex-wrap: 0;
  margin-top: 78px;
  position: relative;
  overflow: hidden;
  z-index: 3;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 767px) {
  .contents_wrap {
    background: none;
    border: none;
    border-radius: 0 0 21px 21px;
    padding: 0 6px 6px;
    max-width: 100%;
    margin-top: -8px;
    overflow: visible;
  }
}
.contents_wrap::before, .contents_wrap::after {
  content: "";
  width: calc(100% - 18px);
  height: 35px;
  position: absolute;
  left: 9px;
}
@media screen and (max-width: 767px) {
  .contents_wrap::before, .contents_wrap::after {
    height: 25px;
    width: calc(100% - 12px);
    left: 6px;
  }
}
.contents_wrap::before {
  background: #F979A5;
  border-radius: 25px 25px 0 0;
  height: 35px;
  top: 9px;
}
@media screen and (max-width: 767px) {
  .contents_wrap::before {
    border-radius: 17px 17px 0 0;
    height: 25px;
    top: 0;
  }
}
.contents_wrap::after {
  background: url(../img/contents_wrap.webp) no-repeat center/442px;
  top: -5px;
}
@media screen and (max-width: 767px) {
  .contents_wrap::after {
    background-size: 315px;
    top: -8px;
  }
}
.contents_wrap .contents_inner {
  border: 2px solid #F979A5;
  border-radius: 25px;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .contents_wrap .contents_inner {
    border-width: 1px;
    border-radius: 17px;
  }
}

/* ▼ intro
--------------------------------------- */
.intro {
  background: url(../img/intro_bg.webp) no-repeat center center/cover;
  border-radius: 30px 30px 0 0;
  padding: 53px 0 42px;
}
@media screen and (max-width: 767px) {
  .intro {
    border-radius: 17px 17px 0 0;
    padding: 38px 0 30px;
  }
}
.intro_title {
  font-family: var(--font-Darumadrop);
  text-shadow: 2px 2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, -2px -2px 0 #fff;
  letter-spacing: 0.1em;
  font-size: 38px;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .intro_title {
    text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
    font-size: 27px;
  }
}
.intro_title span {
  display: inline-block;
}
.intro_title span:nth-child(7n+1) {
  color: #E6003E;
}
.intro_title span:nth-child(7n+2) {
  color: #EF8AB7;
}
.intro_title span:nth-child(7n+3) {
  color: #F29538;
}
.intro_title span:nth-child(7n+4) {
  color: #75BB29;
}
.intro_title span:nth-child(7n+5) {
  color: #02B5ED;
}
.intro_title span:nth-child(7n+6) {
  color: #9D6FAD;
}
.intro_title span:nth-child(7n+7) {
  color: #F29538;
}
.intro_period {
  width: min(100%, 510px);
  margin: 0 auto 48px;
}
@media screen and (max-width: 767px) {
  .intro_period {
    margin-bottom: 34px;
  }
}
.intro_period dt, .intro_period dd {
  text-align: center;
}
.intro_period dt {
  background: #542B11;
  border-radius: 30px;
  width: 64px;
  height: 25px;
  line-height: 24px;
  margin: 0 auto 8px;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .intro_period dt {
    border-radius: 21px;
    width: 45px;
    height: 17px;
    line-height: 17px;
    margin-bottom: 5px;
    font-size: 9px;
  }
}
.intro_period dd img {
  width: 73%;
}
.intro_box {
  background: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 15px #ff89c2;
          box-shadow: 0 0 15px #ff89c2;
  margin: var(--contents-Space) 145px;
  padding: 45px 39px 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .intro_box {
    margin-bottom: 103px;
    padding: 32px 29px 27px;
  }
}
.intro_box .intro_title {
  width: 100%;
  letter-spacing: 0.05em;
  position: absolute;
  top: -20px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .intro_box .intro_title {
    top: -15px;
  }
}
.intro_box p {
  font-size: 18px;
  font-weight: 900;
  text-align: center;
  line-height: 2.22;
}
@media screen and (max-width: 767px) {
  .intro_box p {
    font-size: 13px;
  }
}
.intro_box p span {
  width: 100%;
  display: inline-block;
  border-bottom: 2px dashed #FFCCDD;
  text-align: center;
}
.intro_box p span:last-of-type {
  border: none;
}
.intro_box .illust {
  position: absolute;
  pointer-events: none;
}
.intro_box .illust img {
  display: block;
}
.intro_box .illust.illust01 {
  width: 88px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: calc(50% - 146px);
  bottom: -56px;
}
@media screen and (max-width: 767px) {
  .intro_box .illust.illust01 {
    left: calc(50% - 101px);
    width: 62px;
    bottom: -40px;
  }
}
.intro_box .illust.illust02 {
  width: 193px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  bottom: -120px;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .intro_box .illust.illust02 {
    width: 138px;
    bottom: -84px;
  }
}
.intro_box .illust.balloon01 {
  width: 54px;
  top: -32px;
  right: 20px;
}
@media screen and (max-width: 767px) {
  .intro_box .illust.balloon01 {
    width: 38px;
    top: -22px;
    right: 14px;
  }
}
.intro_box .illust.balloon02 {
  width: 59px;
  top: 40%;
  left: -12px;
}
@media screen and (max-width: 767px) {
  .intro_box .illust.balloon02 {
    width: 42px;
    top: 27%;
    left: -8px;
  }
}
.intro_box .illust.balloon03 {
  width: 56px;
  right: 22px;
  bottom: -62px;
}
@media screen and (max-width: 767px) {
  .intro_box .illust.balloon03 {
    width: 40px;
    right: 16px;
    bottom: -44px;
  }
}
.intro .loop_slider {
  margin-bottom: 35px;
  display: none;
}
.intro .loop_slider.slick-initialized {
  display: block;
}
.intro .loop_slider .slick-slide {
  margin: 0 5px;
}
.intro .loop_slider .slick-slide div {
  -webkit-transition: none;
  transition: none;
}
@media screen and (max-width: 767px) {
  .intro .loop_slider {
    margin-bottom: 25px;
  }
  .intro .loop_slider .slick-slide {
    margin: 0 5px;
  }
}
.intro .anchor_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: var(--contents-Space);
}
.intro .anchor_list li:nth-child(1) {
  width: 48.5%;
  margin-right: auto;
}
.intro .anchor_list li:nth-child(2) {
  width: 48%;
  margin-left: auto;
  position: relative;
  z-index: 2;
}
.intro .anchor_list li:nth-child(3) {
  width: 48%;
  margin: -7% auto 0 3%;
}
.intro .anchor_list li:nth-child(4) {
  width: 43%;
  margin: -8% 5% 0 auto;
}
.intro .anchor_list li img {
  display: block;
}

/* ▼ event
--------------------------------------- */
.event {
  padding-bottom: 85px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .event {
    padding-bottom: 60px;
  }
}
.event::before {
  content: "";
  -webkit-mask-image: url(../img/bg.png);
          mask-image: url(../img/bg.png);
  -webkit-mask-repeat: repeat-x;
          mask-repeat: repeat-x;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 510px;
          mask-size: 510px;
  height: 112px;
  width: 100%;
  position: absolute;
  top: -8px;
  left: 0;
  z-index: 1;
  pointer-events: none;
}
.event_inner {
  position: relative;
  z-index: 2;
}
.event_title {
  width: min(83.7%, 425px);
  margin: 0 auto 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .event_title {
    margin-bottom: 21px;
  }
}
.event_title .illust {
  position: absolute;
  pointer-events: none;
}
.event_title .illust img {
  display: block;
}
.event_text {
  border-top: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  padding: 18px 0;
  color: #fff;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 900;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .event_text {
    padding: 13px 0;
    font-size: 14px;
  }
}
.event_text::before, .event_text::after {
  position: absolute;
}
.event_detail {
  width: 100%;
  font-weight: bold;
  margin: 0 0 -14px;
}
@media screen and (max-width: 767px) {
  .event_detail {
    margin: 0 0 -10px;
  }
}
.event_detail th, .event_detail td {
  padding: 14px 0;
}
@media screen and (max-width: 767px) {
  .event_detail th, .event_detail td {
    padding: 10px 0;
  }
}
.event_detail tr:not(:last-of-type) th, .event_detail tr:not(:last-of-type) td {
  border-bottom: 2px dashed #CCE6C8;
}
@media screen and (max-width: 767px) {
  .event_detail tr:not(:last-of-type) th, .event_detail tr:not(:last-of-type) td {
    border-width: 1px;
  }
}
.event_detail th {
  width: 4.5em;
}
.event_detail th span {
  display: block;
  background: #F9C4F1;
  border-radius: 30px;
  height: 24px;
  line-height: 24px;
  font-size: 13px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .event_detail th span {
    border-radius: 21px;
    height: 17px;
    line-height: 17px;
    font-size: 9px;
  }
}
.event_detail td {
  padding-left: 7px;
  font-weight: 17px;
}
@media screen and (max-width: 767px) {
  .event_detail td {
    padding-left: 5px;
    font-size: 12px;
  }
}

.box {
  background: #fff;
  border-radius: 30px;
  margin: var(--contents-Space);
  padding: 30px 25px 35px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .box {
    border-radius: 21px;
    padding: 21px 18px 25px;
  }
}
.box:not(.map)::before {
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  pointer-events: none;
}
.box.bg01::before {
  background-image: url(../img/box_bg01.webp);
  width: 90px;
  height: 93px;
  right: -15px;
  bottom: -18px;
}
@media screen and (max-width: 767px) {
  .box.bg01::before {
    width: 63px;
    height: 66px;
    right: -10px;
    bottom: -12px;
  }
}
.box.bg02::before {
  background-image: url(../img/box_bg02.webp);
  width: 92px;
  height: 65px;
  top: -18px;
  left: -15px;
}
@media screen and (max-width: 767px) {
  .box.bg02::before {
    width: 70px;
    height: 47px;
    top: -12px;
    left: -10px;
  }
}
.box.map {
  margin-top: 20px;
  padding: 19px 14px;
}
@media screen and (max-width: 767px) {
  .box.map {
    margin-top: 14px;
    padding: 13px 10px;
  }
}
.box .illust {
  position: absolute;
  pointer-events: none;
}
.box .illust img {
  display: block;
}

.shop_wrap {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .shop_wrap {
    margin-top: 18px;
  }
}
.shop_wrap dt {
  background: url(../img/btn_arrow.svg) no-repeat right 20px center/20px, #84D88C;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 70px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .shop_wrap dt {
    background-position: right 14px center;
    background-size: 14px;
    border-radius: 5px;
    height: 50px;
    font-size: 13px;
  }
}
.shop_wrap dd {
  display: none;
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .shop_wrap dd {
    padding: 14px 0;
  }
}
.shop_wrap dd table {
  border-top: 1px solid #ccc;
  width: 100%;
  font-family: var(--font-Noto);
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .shop_wrap dd table {
    font-size: 10px;
  }
}
.shop_wrap dd table th, .shop_wrap dd table td {
  border-bottom: 1px solid #ccc;
}
.shop_wrap dd table th {
  background: #FCFCEA;
  width: 82px;
  padding: 18px 15px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .shop_wrap dd table th {
    width: 58px;
    padding: 13px 10px;
  }
}
.shop_wrap dd table td {
  padding: 18px 25px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .shop_wrap dd table td {
    padding: 13px 18px;
  }
}

a.btn {
  background: url(../img/btn_arrow_blue.svg) no-repeat right 14px center/18px, #EBF3FF;
  border: 2px solid #96C8EA;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 220px;
  height: 60px;
  color: #542B11;
  font-weight: bold;
  font-size: 14px;
  margin: 20px auto 0;
}
@media screen and (max-width: 767px) {
  a.btn {
    background-position: right 10px center;
    background-size: 13px;
    border-radius: 5px;
    border-width: 1px;
    width: 157px;
    height: 43px;
    font-size: 10px;
    margin: 14px auto 0;
  }
}

.notes_list {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .notes_list {
    margin-top: 14px;
  }
}

.notes_list li,
.notes {
  font-size: 14px;
  font-weight: normal;
  font-family: var(--font-Noto);
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  .notes_list li,
  .notes {
    font-size: 10px;
  }
}

.event_slider, .event_slider2 {
  display: none;
}
.event_slider.slick-initialized, .event_slider2.slick-initialized {
  display: block;
}
.event_slider, .event_slider2 {
  width: 100%;
}
.event_slider.slick-dotted.slick-slider, .event_slider2.slick-dotted.slick-slider {
  margin-bottom: 0;
  padding-bottom: 26px;
}
@media screen and (max-width: 767px) {
  .event_slider.slick-dotted.slick-slider, .event_slider2.slick-dotted.slick-slider {
    padding-bottom: 18px;
  }
}
.event_slider .slick-slide, .event_slider2 .slick-slide {
  margin: 0 10px;
}
@media screen and (max-width: 767px) {
  .event_slider .slick-slide, .event_slider2 .slick-slide {
    margin: 0 5px;
  }
}

.slick-dots {
  bottom: 0;
}
.slick-dots li {
  margin: 0 5px;
  width: 10px;
  height: 10px;
}
@media screen and (max-width: 767px) {
  .slick-dots li {
    margin: 0 3px;
    width: 7px;
    height: 7px;
  }
}
.slick-dots li.slick-active button {
  background: #FE9B23;
}
.slick-dots li button {
  background: #A4A4A4;
  border-radius: 50%;
  padding: 0;
  width: 10px;
  height: 10px;
}
@media screen and (max-width: 767px) {
  .slick-dots li button {
    width: 7px;
    height: 7px;
  }
}
.slick-dots li button::before {
  display: none;
}

.event_slider2 .slick-dots li.slick-active button {
  background: #E6003E;
}
.event_slider2 .slick-dots li button {
  background: #fff;
}

#cboxOverlay {
  background-color: rgba(102, 102, 102, 0.9);
  opacity: 1;
}

#cboxContent {
  background: none;
  overflow: visible;
}

#cboxLoadedContent {
  margin-bottom: 0;
}
#cboxLoadedContent img {
  width: 100%;
}

#cboxClose {
  background: url(../img/popup_close.svg) no-repeat center/100%;
  width: 43px;
  height: 43px;
  top: -13px;
  right: -13px;
  background-position: 0 0 !important;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
@media screen and (max-width: 767px) {
  #cboxClose {
    width: 30px;
    height: 30px;
    top: -9px;
    right: -9px;
  }
}
#cboxClose:hover {
  opacity: 1;
}

/* ▼ event1
--------------------------------------- */
.event1_bg, #event1::before, #event1 {
  background-color: #fe9b23;
  background-image: linear-gradient(90deg, #f27e3c 1px, transparent 1px), linear-gradient(#f27e3c 1px, transparent 1px);
  background-size: 17px 17px;
}
@media screen and (max-width: 767px) {
  .event1_bg, #event1::before, #event1 {
    background-size: 13px 13px;
  }
}

#event1 {
  padding-top: 30px;
  background-position: top center;
}
@media screen and (max-width: 767px) {
  #event1 {
    padding-top: 21px;
  }
}
#event1::before {
  background-position: top 16px center;
}
@media screen and (max-width: 767px) {
  #event1::before {
    background-position: top 12px center;
  }
}
#event1 .event_title .illust01 {
  width: 28%;
  top: 5%;
  left: 53%;
}
#event1 .event_title .illust02 {
  width: 24%;
  top: 18%;
  right: -6%;
}
#event1 .event_title h2 {
  position: relative;
}
#event1 .event_text {
  position: relative;
}
#event1 .event_text::before, #event1 .event_text::after {
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
#event1 .event_text::before {
  background-image: url(../img/event1_illust03.webp);
  width: 89px;
  aspect-ratio: 178/169;
  bottom: -122px;
  left: 20px;
}
@media screen and (max-width: 767px) {
  #event1 .event_text::before {
    width: 59px;
    bottom: -86px;
    left: 14px;
  }
}
#event1 .event_text::after {
  background-image: url(../img/event1_illust04.webp);
  width: 68px;
  aspect-ratio: 34/79;
  bottom: -107px;
  right: 15px;
}
@media screen and (max-width: 767px) {
  #event1 .event_text::after {
    width: 46px;
    bottom: -75px;
    right: 10px;
  }
}
#event1 .slider_warp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(../img/event1_slide_bg.webp) no-repeat center/contain;
  aspect-ratio: 510/481;
  width: 100%;
  margin: 62px 0 58px;
}
@media screen and (max-width: 767px) {
  #event1 .slider_warp {
    margin: 44px 0 41px;
  }
}
#event1 .event_detail th, #event1 .event_detail td {
  border-color: #FFD071;
}
#event1 .event_detail th span {
  background: #E0F486;
}
#event1 .box {
  -webkit-box-shadow: 0 0 10px 0 #FF7700;
          box-shadow: 0 0 10px 0 #FF7700;
}
#event1 .box .illust01 {
  width: 97px;
  top: -60px;
  left: 25px;
}
@media screen and (max-width: 767px) {
  #event1 .box .illust01 {
    width: 67px;
    top: -40px;
    left: 17px;
  }
}
#event1 .box .illust02 {
  width: 113px;
  top: -58px;
  right: 6px;
}
@media screen and (max-width: 767px) {
  #event1 .box .illust02 {
    width: 77px;
    top: -40px;
    right: 4px;
  }
}
#event1 .box .illust03 {
  width: 82px;
  top: 173px;
  right: -16px;
}
@media screen and (max-width: 767px) {
  #event1 .box .illust03 {
    width: 56px;
    top: 121px;
    right: -11px;
  }
}
#event1 .box .illust04 {
  width: 108px;
  top: 227px;
  right: -14px;
}
@media screen and (max-width: 767px) {
  #event1 .box .illust04 {
    width: 74px;
    top: 158px;
    right: -10px;
  }
}

/* ▼ event2
--------------------------------------- */
.event2_bg, #event2::before, #event2 {
  background-color: #71db9a;
  background-image: linear-gradient(90deg, rgba(94, 204, 142, 0.5019607843) 10px, transparent 10px), linear-gradient(rgba(94, 204, 142, 0.5019607843) 10px, transparent 10px);
  background-size: 20px 20px;
}
@media screen and (max-width: 767px) {
  .event2_bg, #event2::before, #event2 {
    background-image: linear-gradient(90deg, rgba(94, 204, 142, 0.5019607843) 7px, transparent 7px), linear-gradient(rgba(94, 204, 142, 0.5019607843) 7px, transparent 7px);
    background-size: 15px 15px;
  }
}

#event2 {
  background-position: 10px 10px;
  padding: 25px 0 80px;
}
@media screen and (max-width: 767px) {
  #event2 {
    background-position: 7px 7px;
    padding: 18px 0 57px;
  }
}
#event2::before {
  background-position: 10px 17px;
}
@media screen and (max-width: 767px) {
  #event2::before {
    background-position: 7px 13px;
  }
}
#event2 .event_title .illust01 {
  width: 27%;
  top: -60px;
  left: 38%;
}
@media screen and (max-width: 767px) {
  #event2 .event_title .illust01 {
    top: -42px;
  }
}
#event2 .event_title .illust02 {
  width: 36.7%;
  top: -65px;
  right: -5%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #event2 .event_title .illust02 {
    top: -46px;
  }
}
#event2 .event_title h2 {
  position: relative;
}
#event2 .event_text {
  background: url(../img/star01.webp) no-repeat top 75% left 5%/70px;
  margin-bottom: 25px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #event2 .event_text {
    background-size: 47px;
    margin-bottom: 18px;
  }
}
#event2 .event_text::before, #event2 .event_text::after {
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 1/1;
}
#event2 .event_text::before {
  background-image: url(../img/event2_illust03.webp);
  width: 56px;
  top: -33px;
  left: 40px;
}
@media screen and (max-width: 767px) {
  #event2 .event_text::before {
    width: 39px;
    top: -23px;
  }
}
#event2 .event_text::after {
  background-image: url(../img/event2_illust04.webp);
  width: 40px;
  top: 35%;
  right: 37px;
}
@media screen and (max-width: 767px) {
  #event2 .event_text::after {
    width: 28px;
    right: 25px;
  }
}
@media screen and (max-width: 767px) {
  #event2 .event_text {
    margin-bottom: 18px;
  }
}
#event2 .img {
  width: min(100%, 509px);
  margin: 0 auto;
  padding-bottom: 53px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #event2 .img {
    padding-bottom: max(9.8vw, 37px);
  }
}
#event2 .img .illust {
  position: absolute;
  pointer-events: none;
}
#event2 .img .illust.illust01 {
  width: 9%;
  top: 10%;
  left: 24%;
}
#event2 .img .illust.illust02 {
  width: 8.5%;
  top: 23%;
  left: 10.5%;
}
#event2 .img .illust.illust03 {
  width: 9.5%;
  top: 54%;
  right: 4%;
}
#event2 .img .illust.illust04 {
  width: 14.5%;
  left: 17.5%;
  top: 41%;
}
#event2 .img .illust.illust05 {
  width: 15.5%;
  top: 15%;
  right: 9%;
}
#event2 .img .illust.illust06 {
  width: 19%;
  right: 10%;
  bottom: 0;
}
#event2 .box {
  -webkit-box-shadow: 0 0 10px 0 #77BF7E;
          box-shadow: 0 0 10px 0 #77BF7E;
}
#event2 .box .illust01 {
  width: 40px;
  top: 95px;
  right: -10px;
}
@media screen and (max-width: 767px) {
  #event2 .box .illust01 {
    width: 28px;
    top: 67px;
    right: -7px;
  }
}
#event2 .box .illust02 {
  width: 56px;
  top: 510px;
  left: -20px;
}
@media screen and (max-width: 767px) {
  #event2 .box .illust02 {
    width: 39px;
    top: 358px;
    left: -14px;
  }
}
#event2 .box .illust03 {
  width: 45px;
  top: 540px;
  right: -15px;
}
@media screen and (max-width: 767px) {
  #event2 .box .illust03 {
    width: 32px;
    top: 370px;
    right: -10px;
  }
}
#event2 .novelty {
  background: url(../img/event2_novelty_bg.webp) no-repeat bottom right/96%;
  margin-top: 46px;
}
@media screen and (max-width: 767px) {
  #event2 .novelty {
    margin-top: 32px;
  }
}
#event2 .novelty .novelty_text {
  width: 93%;
  padding-left: 2%;
  margin: 0 auto;
}
#event2 .novelty .novelty_title {
  width: 61%;
  margin-top: -25px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #event2 .novelty .novelty_title {
    margin-top: -18px;
  }
}
#event2 .novelty .item_wrap {
  width: 100%;
  aspect-ratio: 1/1.41;
  position: relative;
  z-index: 1;
}
#event2 .novelty .item {
  position: absolute;
}
#event2 .novelty .item.novelty01 {
  width: 88.5%;
  top: -14%;
  right: 0;
}
#event2 .novelty .item.novelty02 {
  width: 92%;
  top: 36%;
}
#event2 .novelty .item.novelty03 {
  width: 55.5%;
  top: 65%;
  right: 2%;
}

/* ▼ event3
--------------------------------------- */
.event3_bg, #event3 {
  background-color: #ffa7db;
  background-image: linear-gradient(90deg, #ff9dd7 7px, transparent 7px), linear-gradient(#ff9dd7 7px, transparent 7px);
  background-size: 15px 15px;
}
@media screen and (max-width: 767px) {
  .event3_bg, #event3 {
    background-image: linear-gradient(90deg, #ff9dd7 5px, transparent 5px), linear-gradient(#ff9dd7 5px, transparent 5px);
    background-size: 11px 11px;
  }
}

#event3 {
  background-position: 10px 10px;
  padding-top: 15px;
}
@media screen and (max-width: 767px) {
  #event3 {
    background-position: 7px 7px;
    padding-top: 10px;
  }
}
#event3::before {
  background-position: 10px 5px;
  background-size: 15px 15px;
}
@media screen and (max-width: 767px) {
  #event3::before {
    background-position: 7px 5px;
    background-size: 11px 11px;
  }
}
#event3 .event_title h2 {
  position: relative;
}
#event3 .event_title .illust {
  width: 31.3%;
  top: -66px;
  left: 55%;
}
@media screen and (max-width: 767px) {
  #event3 .event_title .illust {
    top: -46px;
  }
}
#event3 .event_text {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #event3 .event_text {
    margin-bottom: 14px;
  }
}
#event3 .part_title {
  width: min(100%, 509px);
  margin: 0 auto 25px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #event3 .part_title {
    margin-bottom: 18px;
  }
}
#event3 .part_title.part01 .illust01 {
  width: 13.2%;
  aspect-ratio: 67/115;
  position: absolute;
  top: 8%;
  left: 60%;
}
#event3 .part_title.part02 {
  margin-top: 47px;
}
@media screen and (max-width: 767px) {
  #event3 .part_title.part02 {
    margin-top: 33px;
  }
}
#event3 .part_title.part02 .illust01 {
  width: 17.2%;
  aspect-ratio: 87/110;
  position: absolute;
  top: -38%;
  left: 23%;
}
#event3 .part_title.part02 .illust01 img {
  width: 100%;
}
#event3 .part_title.part02 .illust02 {
  background: url(../img/event3_illust04.webp) no-repeat center/contain;
  width: 25.6%;
  aspect-ratio: 131/110;
  position: absolute;
  left: 65.5%;
  bottom: 0;
}
#event3 .box {
  -webkit-box-shadow: 0 0 10px 0 #E38ABF;
          box-shadow: 0 0 10px 0 #E38ABF;
  margin-top: 40px;
}
#event3 .box::after {
  content: "";
  background: url(../img/event3_illust05.webp) no-repeat center/contain;
  width: min(9%, 39px);
  aspect-ratio: 39/33;
  position: absolute;
  top: -40px;
  right: -7px;
}
@media screen and (max-width: 767px) {
  #event3 .box::after {
    top: -28px;
    right: -5px;
  }
}
@media screen and (max-width: 767px) {
  #event3 .box {
    margin-top: 28px;
  }
}
#event3 .box .illust {
  width: 87px;
  aspect-ratio: 87/98;
  top: 230px;
  right: -17px;
}
@media screen and (max-width: 767px) {
  #event3 .box .illust {
    width: 62px;
    top: 164px;
    right: -12px;
  }
}

/* ▼ event4
--------------------------------------- */
#event4 {
  border-radius: 0 0 24px 24px;
  background: url(../img/event4_bg.webp) repeat-y top 14px center/100%, #40ddb9;
  padding: 8px 0 45px;
}
@media screen and (max-width: 767px) {
  #event4 {
    border-radius: 0 0 15px 15px;
    padding: 6px 0 32px;
  }
}
#event4::before {
  background: url(../img/event4_bg.webp) repeat-y center/100%, #40ddb9;
}
#event4 .event_inner {
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #event4 .event_inner {
    padding-bottom: 21px;
  }
}
#event4 .event_title .illust01 {
  width: 31.6%;
  top: -38px;
  left: 65%;
}
@media screen and (max-width: 767px) {
  #event4 .event_title .illust01 {
    top: -26px;
  }
}
#event4 .event_title .illust02 {
  width: 19%;
  top: -48px;
  left: 47%;
}
@media screen and (max-width: 767px) {
  #event4 .event_title .illust02 {
    top: -32px;
  }
}
#event4 .event_text {
  margin-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #event4 .event_text {
    margin-bottom: 28px;
  }
}
#event4 .event_text::before, #event4 .event_text::after {
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
#event4 .event_text::before {
  background-image: url(../img/event4_illust03.webp);
  width: 78px;
  aspect-ratio: 31/27;
  top: -18px;
  left: 10px;
}
@media screen and (max-width: 767px) {
  #event4 .event_text::before {
    width: 55px;
    top: -13px;
    left: 7px;
  }
}
#event4 .event_text::after {
  background-image: url(../img/star01.webp);
  width: 58px;
  aspect-ratio: 58/51;
  top: -22px;
  right: 21px;
}
@media screen and (max-width: 767px) {
  #event4 .event_text::after {
    width: 41px;
    top: -15px;
    right: 14px;
  }
}
#event4 .box {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}
#event4 .box:not(.map) {
  padding-top: 35px;
}
@media screen and (max-width: 767px) {
  #event4 .box:not(.map) {
    padding-top: 25px;
  }
}
#event4 .box:not(.map)::after {
  content: "";
  background: url(../img/star02.webp) no-repeat center/contain;
  width: 50px;
  aspect-ratio: 50/47;
  position: absolute;
  right: -21px;
  bottom: 97px;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  #event4 .box:not(.map)::after {
    width: 36px;
    right: -14px;
    bottom: 69px;
  }
}
#event4 .box .img {
  width: 76.3%;
  margin: 0 auto 20px;
}
@media screen and (max-width: 767px) {
  #event4 .box .img {
    margin-bottom: 14px;
  }
}
#event4 .box .illust01 {
  width: 140px;
  aspect-ratio: 140/130;
  top: -96px;
  right: -24px;
}
@media screen and (max-width: 767px) {
  #event4 .box .illust01 {
    width: 98px;
    top: -68px;
    right: -16px;
  }
}
#event4 .box .illust02 {
  width: 154px;
  aspect-ratio: 154/136;
  top: 160px;
  left: -83px;
}
@media screen and (max-width: 767px) {
  #event4 .box .illust02 {
    width: 107px;
    top: 112px;
    left: -58px;
  }
}
#event4 .box .illust03 {
  width: 123px;
  aspect-ratio: 123/102;
  right: -35px;
  bottom: 2px;
}
@media screen and (max-width: 767px) {
  #event4 .box .illust03 {
    width: 87px;
    right: -23px;
    bottom: 0;
  }
}

/* ▼▼▼ フッター
===================================== */
.footer {
  margin-top: 40px;
}
.footer .sns {
  margin: 0 auto 19px;
}
@media screen and (max-width: 767px) {
  .footer .sns {
    margin-bottom: 13px;
  }
}

/* ▼ ページ上部へ戻る
--------------------------------------- */
.pagetop {
  width: 80px;
  aspect-ratio: 73/81;
  border-radius: 50%;
  bottom: 20px;
  right: 20px;
  z-index: 200;
  position: fixed;
  cursor: pointer;
}
.pagetop:before {
  content: "";
  background: url(../img/page_top_kuma.webp) no-repeat center/contain;
  width: 31px;
  aspect-ratio: 62/57;
  position: absolute;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .pagetop {
    width: 53px;
  }
  .pagetop:before {
    width: 21px;
  }
}

/* ▼ アニメーション
--------------------------------------- */
.kv_title {
  -webkit-animation: bounceIn 0.75s ease-in-out forwards 2.5s;
          animation: bounceIn 0.75s ease-in-out forwards 2.5s;
}

.cloud, .kv_img, .kv_copy, .pc_right::before {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-animation: kvFadeIn 1s ease-in-out forwards;
          animation: kvFadeIn 1s ease-in-out forwards;
}

.cloud, .pc_right::before {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.kv_img, .kv_copy {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

@-webkit-keyframes kvFadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes kvFadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.intro_title span {
  opacity: 0;
}
.intro_title.animated span {
  -webkit-animation: fadeIn 0.2s ease forwards;
          animation: fadeIn 0.2s ease forwards;
}
.intro_title.animated span:nth-child(1) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.intro_title.animated span:nth-child(2) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.intro_title.animated span:nth-child(3) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.intro_title.animated span:nth-child(4) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.intro_title.animated span:nth-child(5) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.intro_title.animated span:nth-child(6) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.intro_title.animated span:nth-child(7) {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
.intro_title.animated span:nth-child(8) {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}

.balloon01, .balloon03 {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-animation: balloon 2.2s ease-in-out infinite;
          animation: balloon 2.2s ease-in-out infinite;
}

.balloon01 {
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}

.balloon03 {
  animation-direction: alternate-reverse;
  -webkit-animation-duration: 2.3s;
          animation-duration: 2.3s;
}

@-webkit-keyframes balloon {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(20%);
            transform: translateY(20%);
  }
}

@keyframes balloon {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(20%);
            transform: translateY(20%);
  }
}
.balloon02 {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-animation: balloon2 2s ease-in-out infinite alternate;
          animation: balloon2 2s ease-in-out infinite alternate;
}

@-webkit-keyframes balloon2 {
  0% {
    -webkit-transform: translateY(22%);
            transform: translateY(22%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes balloon2 {
  0% {
    -webkit-transform: translateY(22%);
            transform: translateY(22%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.intro_box .illust02 {
  -webkit-transform-origin: center;
          transform-origin: center;
}
.intro_box .illust02 img {
  width: 100%;
}
.intro_box.animated .illust02 {
  -webkit-animation: bound 1s ease-in-out forwards 0.5s;
          animation: bound 1s ease-in-out forwards 0.5s;
}
@media screen and (max-width: 767px) {
  .intro_box.animated .illust02 {
    -webkit-animation-delay: 0;
            animation-delay: 0;
  }
}

@-webkit-keyframes bound {
  0% {
    -webkit-transform: translateY(0) translateX(-50%) scale(1, 1);
            transform: translateY(0) translateX(-50%) scale(1, 1);
  }
  40% {
    -webkit-transform: translateY(-20px) translateX(-50%) scale(1, 1.05);
            transform: translateY(-20px) translateX(-50%) scale(1, 1.05);
  }
  70% {
    -webkit-transform: translateY(5px) translateX(-50%) scale(1, 0.95);
            transform: translateY(5px) translateX(-50%) scale(1, 0.95);
  }
  100% {
    -webkit-transform: translateY(0) translateX(-50%) scale(1, 1);
            transform: translateY(0) translateX(-50%) scale(1, 1);
  }
}

@keyframes bound {
  0% {
    -webkit-transform: translateY(0) translateX(-50%) scale(1, 1);
            transform: translateY(0) translateX(-50%) scale(1, 1);
  }
  40% {
    -webkit-transform: translateY(-20px) translateX(-50%) scale(1, 1.05);
            transform: translateY(-20px) translateX(-50%) scale(1, 1.05);
  }
  70% {
    -webkit-transform: translateY(5px) translateX(-50%) scale(1, 0.95);
            transform: translateY(5px) translateX(-50%) scale(1, 0.95);
  }
  100% {
    -webkit-transform: translateY(0) translateX(-50%) scale(1, 1);
            transform: translateY(0) translateX(-50%) scale(1, 1);
  }
}
@media screen and (max-width: 767px) {
  @-webkit-keyframes bound {
    0% {
      -webkit-transform: translateY(0) translateX(-50%) scale(1, 1);
              transform: translateY(0) translateX(-50%) scale(1, 1);
    }
    40% {
      -webkit-transform: translateY(-15px) translateX(-50%) scale(1, 1.03);
              transform: translateY(-15px) translateX(-50%) scale(1, 1.03);
    }
    70% {
      -webkit-transform: translateY(5px) translateX(-50%) scale(1, 0.95);
              transform: translateY(5px) translateX(-50%) scale(1, 0.95);
    }
    100% {
      -webkit-transform: translateY(0) translateX(-50%) scale(1, 1);
              transform: translateY(0) translateX(-50%) scale(1, 1);
    }
  }
  @keyframes bound {
    0% {
      -webkit-transform: translateY(0) translateX(-50%) scale(1, 1);
              transform: translateY(0) translateX(-50%) scale(1, 1);
    }
    40% {
      -webkit-transform: translateY(-15px) translateX(-50%) scale(1, 1.03);
              transform: translateY(-15px) translateX(-50%) scale(1, 1.03);
    }
    70% {
      -webkit-transform: translateY(5px) translateX(-50%) scale(1, 0.95);
              transform: translateY(5px) translateX(-50%) scale(1, 0.95);
    }
    100% {
      -webkit-transform: translateY(0) translateX(-50%) scale(1, 1);
              transform: translateY(0) translateX(-50%) scale(1, 1);
    }
  }
}
.anchor_list li {
  opacity: 0;
}
.anchor_list li.anchor01 {
  -webkit-transform: translate(-120%, -40%) rotate(150deg);
          transform: translate(-120%, -40%) rotate(150deg);
}
.anchor_list li.anchor02 {
  -webkit-transform: translate(120%, -30%) rotate(-150deg);
          transform: translate(120%, -30%) rotate(-150deg);
}
.anchor_list li.anchor03 {
  -webkit-transform: translate(-150%, 40%) rotate(-180deg);
          transform: translate(-150%, 40%) rotate(-180deg);
}
.anchor_list li.anchor04 {
  -webkit-transform: translate(150%, 40%) rotate(150deg);
          transform: translate(150%, 40%) rotate(150deg);
}
.anchor_list.animated li.anchor01 {
  -webkit-animation: anchor01 0.8s steps(4, end) forwards;
          animation: anchor01 0.8s steps(4, end) forwards;
}
.anchor_list.animated li.anchor02 {
  -webkit-animation: anchor02 1s steps(5, end) 0.2s forwards;
          animation: anchor02 1s steps(5, end) 0.2s forwards;
}
.anchor_list.animated li.anchor03 {
  -webkit-animation: anchor03 1s steps(5, end) 0.2s forwards;
          animation: anchor03 1s steps(5, end) 0.2s forwards;
}
.anchor_list.animated li.anchor04 {
  -webkit-animation: anchor04 0.8s steps(4, end) 0.2s forwards;
          animation: anchor04 0.8s steps(4, end) 0.2s forwards;
}

@-webkit-keyframes anchor01 {
  0% {
    opacity: 1;
    -webkit-transform: translate(-120%, -40%) rotate(150deg);
            transform: translate(-120%, -40%) rotate(150deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
  }
}

@keyframes anchor01 {
  0% {
    opacity: 1;
    -webkit-transform: translate(-120%, -40%) rotate(150deg);
            transform: translate(-120%, -40%) rotate(150deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
  }
}
@-webkit-keyframes anchor02 {
  0% {
    opacity: 1;
    -webkit-transform: translate(120%, -30%) rotate(-150deg);
            transform: translate(120%, -30%) rotate(-150deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
  }
}
@keyframes anchor02 {
  0% {
    opacity: 1;
    -webkit-transform: translate(120%, -30%) rotate(-150deg);
            transform: translate(120%, -30%) rotate(-150deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
  }
}
@-webkit-keyframes anchor03 {
  0% {
    opacity: 1;
    -webkit-transform: translate(-150%, 40%) rotate(-180deg);
            transform: translate(-150%, 40%) rotate(-180deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
  }
}
@keyframes anchor03 {
  0% {
    opacity: 1;
    -webkit-transform: translate(-150%, 40%) rotate(-180deg);
            transform: translate(-150%, 40%) rotate(-180deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
  }
}
@-webkit-keyframes anchor04 {
  0% {
    opacity: 1;
    -webkit-transform: translate(150%, 40%) rotate(150deg);
            transform: translate(150%, 40%) rotate(150deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
  }
}
@keyframes anchor04 {
  0% {
    opacity: 1;
    -webkit-transform: translate(150%, 40%) rotate(150deg);
            transform: translate(150%, 40%) rotate(150deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
  }
}
.fadeUp {
  opacity: 0;
  -webkit-transform: translateY(70%);
          transform: translateY(70%);
}
.fadeUp.animated {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.5s ease;
  transition: transform 0.5s ease, opacity 0.3s ease;
  transition: transform 0.5s ease, opacity 0.3s ease, -webkit-transform 0.5s ease;
}

.updown {
  -webkit-animation: updown 1.2s steps(2) infinite;
          animation: updown 1.2s steps(2) infinite;
}

@-webkit-keyframes updown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}

@keyframes updown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
.rotatefluffy {
  animation: rotatefluffy 2.2s ease-in-out infinite alternate-reverse;
}

@-webkit-keyframes rotatefluffy {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  100% {
    -webkit-transform: translateY(14%) rotate(3deg);
            transform: translateY(14%) rotate(3deg);
  }
}

@keyframes rotatefluffy {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  100% {
    -webkit-transform: translateY(14%) rotate(3deg);
            transform: translateY(14%) rotate(3deg);
  }
}
.rotatefluffy2 {
  -webkit-animation: rotatefluffy2 2.2s ease-in-out infinite alternate;
          animation: rotatefluffy2 2.2s ease-in-out infinite alternate;
}

@-webkit-keyframes rotatefluffy2 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  100% {
    -webkit-transform: translateY(14%) rotate(-3deg);
            transform: translateY(14%) rotate(-3deg);
  }
}

@keyframes rotatefluffy2 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  100% {
    -webkit-transform: translateY(14%) rotate(-3deg);
            transform: translateY(14%) rotate(-3deg);
  }
}
.fluffy {
  -webkit-animation: fluffy 2.2s ease-in-out infinite alternate;
          animation: fluffy 2.2s ease-in-out infinite alternate;
}

.fluffy2 {
  animation: fluffy2 2s ease-in-out infinite alternate-reverse;
}

@-webkit-keyframes fluffy {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-18px);
            transform: translateY(-18px);
  }
}

@keyframes fluffy {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-18px);
            transform: translateY(-18px);
  }
}
#event2 .event_text::before {
  -webkit-animation: fluffy2 2.2s ease-in-out infinite alternate;
          animation: fluffy2 2.2s ease-in-out infinite alternate;
}
#event2 .event_text::after {
  animation: fluffy2 2.2s ease-in-out infinite alternate-reverse;
}

@-webkit-keyframes fluffy2 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
}

@keyframes fluffy2 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
}
.slideRight {
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: 2s ease-in-out, opacity 1s ease;
  transition: 2s ease-in-out, opacity 1s ease;
}
.slideRight.animated {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.slideRight.animated .wave {
  display: block;
  -webkit-animation: wave 2s ease-out forwards;
          animation: wave 2s ease-out forwards;
}

@-webkit-keyframes wave {
  0% {
    -webkit-transform: translateY(0%) rotate(10deg);
            transform: translateY(0%) rotate(10deg);
  }
  25% {
    -webkit-transform: translateY(-8%) rotate(15deg);
            transform: translateY(-8%) rotate(15deg);
  }
  75% {
    -webkit-transform: translateY(8%);
            transform: translateY(8%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@keyframes wave {
  0% {
    -webkit-transform: translateY(0%) rotate(10deg);
            transform: translateY(0%) rotate(10deg);
  }
  25% {
    -webkit-transform: translateY(-8%) rotate(15deg);
            transform: translateY(-8%) rotate(15deg);
  }
  75% {
    -webkit-transform: translateY(8%);
            transform: translateY(8%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
.slideLeft {
  opacity: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: 2s ease-in-out, opacity 1s ease;
  transition: 2s ease-in-out, opacity 1s ease;
}
.slideLeft.animated {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.slideLeft.animated .wave {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  display: block;
  -webkit-animation: wave2 2s ease-out forwards;
          animation: wave2 2s ease-out forwards;
}

@-webkit-keyframes wave2 {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  25% {
    -webkit-transform: translateY(-8%) rotate(-10deg);
            transform: translateY(-8%) rotate(-10deg);
  }
  75% {
    -webkit-transform: translateY(8%);
            transform: translateY(8%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@keyframes wave2 {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  25% {
    -webkit-transform: translateY(-8%) rotate(-10deg);
            transform: translateY(-8%) rotate(-10deg);
  }
  75% {
    -webkit-transform: translateY(8%);
            transform: translateY(8%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
.cardLeft {
  opacity: 0;
  -webkit-transform: translateX(-20%) rotate(20deg);
          transform: translateX(-20%) rotate(20deg);
  will-change: transform;
}
.cardLeft.animated {
  opacity: 1;
  -webkit-transform: translateX(0) rotate(0);
          transform: translateX(0) rotate(0);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.8s ease;
  transition: transform 0.8s ease, opacity 0.3s ease;
  transition: transform 0.8s ease, opacity 0.3s ease, -webkit-transform 0.8s ease;
}

.cardRight {
  opacity: 0;
  -webkit-transform: translateX(20%) rotate(-20deg);
          transform: translateX(20%) rotate(-20deg);
  will-change: transform;
}
.cardRight.animated {
  opacity: 1;
  -webkit-transform: translateX(0) rotate(0);
          transform: translateX(0) rotate(0);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.8s ease;
  transition: transform 0.8s ease, opacity 0.3s ease;
  transition: transform 0.8s ease, opacity 0.3s ease, -webkit-transform 0.8s ease;
}

.pagetop::before {
  -webkit-animation: inout 5s linear infinite alternate;
          animation: inout 5s linear infinite alternate;
  will-change: left, bottom;
}

@-webkit-keyframes inout {
  0%, 100%, 30%, 70% {
    left: 20%;
    bottom: 23%;
  }
  40%, 60% {
    left: 0;
    bottom: -5%;
  }
}

@keyframes inout {
  0%, 100%, 30%, 70% {
    left: 20%;
    bottom: 23%;
  }
  40%, 60% {
    left: 0;
    bottom: -5%;
  }
}