.tw_btn,
.bn_x_oshi-tabi {
  display: none !important;
}

.f-zenmarug, .campaign_list-btn a, .campaign_list-headings, .present__text .sub-headings, .special .sub-headings, .mv__data-sub, .c-aco__icon, .c-aco__text, .u-fs20, .content_wrap {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
}

.f-dongle, .present__list-headings, .special__list-headings, .contents .btn_contents.is-soon a, .contents__list-headings, .title::before, .mv__menu__nav__list-inner li:nth-child(2) a::after, .mv__menu__nav__list-inner li:nth-child(3) a::after, .mv__menu__nav__list-inner li:nth-child(4) a::after, .mv__menu-close, .mv .anchor__link li a::before {
  font-family: "Dongle", sans-serif;
}

.f-notosans, .information__text, .special__text, .contents__box .caution, .c-aco__inner {
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
}

.f-concert, .information__data span, .mv__data-main span {
  font-family: "Concert One", sans-serif;
}

.content_wrap {
  color: #524D4C;
  background-color: #FFF0F0;
}

.content_wrap a {
  box-sizing: border-box;
  transition: transform 0.12s ease, box-shadow 0.12s ease, filter 0.12s ease;
}

.content_wrap a:hover {
  transform: translateY(1px) scale(0.995);
}

.content_wrap img {
  max-width: 100%;
  height: auto;
}

.section {
  width: 100%;
  position: relative;
}

.section__inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.is-pc {
  display: block;
}

.is-sp {
  display: none;
}

br.is-pc {
  display: inline-block;
}

br.is-sp {
  display: none;
}

.u-fs20 {
  font-size: 20px;
  letter-spacing: 2px;
  text-align: center;
}

.caution {
  width: 750px;
  margin: 0 auto;
  font-size: 14px;
  font-weight: 500;
}
.caution-center {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}

.u-red {
  color: #F00000;
  text-align: center;
}

.js-aco-content {
  display: none;
}

.c-aco__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 370px;
  height: 80px;
  box-sizing: border-box;
  border-radius: 999px;
  background: #ABD9F1;
  border: none;
}
.c-aco__btn.c-aco__btn-large {
  width: 780px;
}
.c-aco__text {
  font-size: 34px;
  color: #524D4C;
}
.c-aco__icon {
  position: absolute;
  right: 25px;
  font-size: 28px;
  font-weight: 700;
  color: #524D4C;
  transition: transform 0.5s ease;
}
.c-aco__inner {
  margin: 30px auto 0;
  width: 750px;
  color: #524D4C;
  font-size: 14px;
  max-height: 100%;
  transition: max-height 0.5s ease;
}
.c-aco__inner a {
  color: #524D4C;
  text-decoration: underline;
}

.c-aco__btn.is-open .c-aco__icon {
  transform: rotate(180deg);
}

.mv {
  background-color: #FFDCDD;
  padding-bottom: 150px;
  z-index: 1;
}
.mv__main {
  margin-bottom: 50px;
}
.mv__lead {
  font-size: 24px;
  text-align: center;
  letter-spacing: 2.5px;
}

.mv__data {
  margin-top: 67px;
  position: relative;
}

.mv__data::after {
  content: "";
  display: block;
  background-image: url("../img/mv_data.png");
  background-size: 743px 156px;
  width: 743px;
  height: 156px;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.mv__data-sub {
  content: "";
  display: block;
  color: #FFFFFF !important;
  font-size: 22px;
  letter-spacing: 4.4px;
  background: #ABD9F1;
  border-radius: 24px;
  text-align: center;
  margin: 0 auto;
  width: 160px;
  height: 35px;
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
}

.mv__data-main {
  font-size: 48px;
  text-align: center;
  line-height: 156px;
  height: 156px;
}

.mv__data-main span {
  font-weight: 400;
}

.mv .anchor .u-small {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 2px;
}

.mv .anchor .u-medium {
  font-size: 24px;
  letter-spacing: 2.4px;
  font-weight: 700;
}

.mv .anchor .u-mediumlarge {
  font-size: 32px;
  letter-spacing: -3.2px;
}

.mv .anchor {
  margin: 80px auto 0;
}

.mv .anchor__headings {
  width: 850px;
  margin: 0 auto 15px;
}

.mv .anchor__link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px 50px;
}
.mv .anchor__link img {
  height: 85px;
  width: auto;
}

.mv .anchor__link li {
  position: relative;
}

.mv .anchor__link li a {
  position: relative;
  width: 390px;
  height: 120px;
  text-align: center;
  content: "";
  display: block;
  border-radius: 60px;
  border: 4px solid #FFFFFF;
  background: #FFC14E;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.mv .anchor__link li a::before {
  content: "";
  display: block;
  background-image: url(../img/icon_fukidashi-white.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 70px;
  height: 70px;
  position: absolute;
  top: -23px;
  left: -20px;
  z-index: 2;
  font-size: 64px;
  line-height: 76px;
  color: #524D4C;
}

.mv .anchor__link li a::after {
  content: "";
  display: block;
  background-image: url(../img/btn_arrow.png);
  background-size: 23px 20px;
  background-repeat: no-repeat;
  width: 23px;
  height: 20px;
  position: absolute;
  top: 50px;
  right: 18px;
  z-index: 2;
}

.mv .anchor__link li .line {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.mv .anchor__link li:nth-child(-n+2) {
  display: flex;
  justify-content: center;
}

.mv .anchor__link li:nth-child(1) {
  letter-spacing: -3px;
}

.mv .anchor__link li:nth-child(1) a::before {
  content: "1";
}

.mv .anchor__link li:nth-child(2) a::before {
  content: "2";
}

.mv .anchor__link li:nth-child(3) {
  width: 100%;
  display: flex;
  justify-content: center;
}

.mv .anchor__link li:nth-child(3) a::before {
  content: "3";
}

.mv__menu {
  position: relative;
}

.mv__menu-close {
  position: absolute;
  top: -20px;
  left: 5px;
  font-size: 20px;
  font-weight: 700;
  color: #524D4C;
  letter-spacing: 2px;
  opacity: 0;
  transition: 0.2s;
}

.mv__menu-btn {
  position: fixed;
  top: 30px;
  right: 50px;
  z-index: 1000;
  width: 50px;
  height: 40px;
  border: none;
  background: none;
  cursor: pointer;
  z-index: 1000;
}

.mv__menu-btn .mv__menu-close {
  display: none;
  opacity: 0;
}

.mv__menu-btn .mv__menu-line {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background: #524D4C;
  border-radius: 999px;
  transition: 0.5s;
  transform-origin: center;
}

.mv__menu-btn .mv__menu-line.line1 {
  transform: translateY(-20px);
}

.mv__menu-btn .mv__menu-line.line2 {
  transform: translateY(0px);
}

.mv__menu-btn .mv__menu-line.line3 {
  transform: translateY(20px);
}

.mv__menu-btn.is-open .mv__menu-close {
  display: block;
  opacity: 1;
  background: none;
}

.mv__menu-btn.is-open .mv__menu-line.line1 {
  transform: rotate(45deg);
}

.mv__menu-btn.is-open .mv__menu-line.line2 {
  opacity: 0;
}

.mv__menu-btn.is-open .mv__menu-line.line3 {
  transform: rotate(-45deg);
}

.mv__menu__nav {
  position: fixed;
  top: 0;
  right: -100%;
  width: 500px;
  height: 570px;
  background: rgba(255, 240, 240, 0.9);
  transition: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
}

.mv__menu__nav.is-open {
  right: 0;
}

.mv__menu__nav__list-inner {
  display: flex;
  flex-direction: column;
  margin-top: -50px;
  height: 100%;
}

.mv__menu__nav__list-inner li {
  flex: 1;
  display: flex;
  align-items: center;
  position: relative;
  border-top: 2px solid #524D4C;
}

.mv__menu__nav__list-inner li:last-child {
  border-bottom: 2px solid #524D4C;
}

.mv__menu__nav__list-inner li a {
  content: "";
  display: block;
  position: relative;
  font-size: 24px;
  color: #524D4C;
  letter-spacing: 2.4px;
  text-decoration: none;
  padding: 20px 0;
}

.mv__menu__nav__list-inner li:nth-child(2) a, .mv__menu__nav__list-inner li:nth-child(3) a, .mv__menu__nav__list-inner li:nth-child(4) a {
  padding-left: 48px;
}

.mv__menu__nav__list-inner li:nth-child(2) a::after, .mv__menu__nav__list-inner li:nth-child(3) a::after, .mv__menu__nav__list-inner li:nth-child(4) a::after {
  content: "";
  display: block;
  background-image: url(../img/icon_fukidashi-white.png);
  background-size: 40px 40px;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 18px;
  z-index: -1;
  font-size: 36px;
  color: #524D4C;
  text-align: center;
  line-height: 46px;
}

.mv__menu__nav__list-inner li:nth-child(2) a::after {
  content: "1";
}

.mv__menu__nav__list-inner li:nth-child(3) a::after {
  content: "2";
}

.mv__menu__nav__list-inner li:nth-child(4) a::after {
  content: "3";
}

.title {
  position: relative;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 650px;
  height: 120px;
  border-radius: 60px;
  border: 4px solid #FFFFFF;
  background: #FFC14E;
  font-weight: 700;
  color: #524D4C;
  letter-spacing: 5px;
}

.title .title__top {
  display: flex;
  gap: 5px;
  align-items: center;
}

.title .title__bottom {
  font-size: 50px;
  line-height: 1.2;
}

.title .u-small {
  font-size: 20px;
  letter-spacing: 2px;
}

.title .u-medium {
  font-size: 24px;
  letter-spacing: 2.4px;
}

.title::before {
  content: "";
  display: block;
  background-image: url(../img/icon_fukidashi-white.png);
  background-size: 70px 70px;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -23px;
  left: -20px;
  z-index: 2;
  font-size: 64px;
  line-height: 76px;
  color: #524D4C;
}

.contents {
  position: relative;
  background-color: #FFF0F0;
  padding: 95px 0 140px;
  z-index: 1;
}

.contents::after {
  content: "";
  width: 100%;
  height: 370px;
  background-image: url("../img/bg_wave-pink.png");
  background-repeat: repeat-x;
  background-size: 1220px 370px;
  position: relative;
  background-position: center;
  position: absolute;
  top: -45px;
  left: 0;
  z-index: -2;
}

.contents__title {
  z-index: 1;
  margin-bottom: 10px;
}
.contents__title img {
  width: 525px;
}

.contents__title::before {
  content: "1";
  text-align: left;
  padding-left: 25px;
}

.contents__img {
  position: relative;
  width: 858px;
  margin: 60px auto 0;
}

.contents__wrap {
  height: 670px;
  position: relative;
}

.contents__wrap .illust {
  display: block;
  width: 188px;
  position: absolute;
  top: 420px;
  left: 160px;
  z-index: 2;
}

.contents__wrap::after {
  content: "";
  display: block;
  border-radius: 780px;
  background: #FFDCDD;
  background-size: 780px 780px;
  width: 780px;
  height: 780px;
  position: absolute;
  top: -220px;
  left: 50%;
  transform: translate(-50%);
  z-index: -1;
}

.contents__list {
  margin: 50px auto 20PX;
  width: 850px;
  display: flex;
  flex-wrap: wrap;
  border-radius: 40px;
  background: #FFFFFF;
  border: 5px solid #756658;
  overflow: hidden;
}

.contents__list li:first-child {
  background: #756658;
  height: 91px;
  width: 100%;
}

.contents__list li:first-child p {
  color: #FFFFFF;
  text-align: center;
  font-size: 40px;
  line-height: 91px;
}

.contents__list li:not(:first-child) {
  flex: 1;
  text-align: center;
  position: relative;
}

.contents__list li:not(:first-child):not(:last-child)::after {
  content: "";
  position: absolute;
  top: 38px;
  right: 0;
  width: 4px;
  height: 180px;
  background: #756658;
  border-radius: 999px;
}

.contents__list-inner {
  padding: 30px 0;
}

.contents__list-headings {
  color: #756658;
  font-size: 46px;
  line-height: 1;
}

.contents__list-headings span {
  font-size: 94px;
  padding: 0 4px;
  line-height: 1;
  display: inline;
}

.contents__list-text {
  font-size: 22px;
  line-height: 32px;
  color: #524D4C;
}

.contents .btn_contents {
  position: relative;
  margin: 146px auto 30px;
  width: 750px;
  height: 160px;
  border-radius: 280px;
  background: #ABD9F1;
}
.contents .btn_contents.is-soon {
  pointer-events: none;
}
.contents .btn_contents.is-soon a {
  color: #FFFFFF;
  font-size: 110px;
  line-height: 170px;
}
.contents .btn_contents.is-soon a::after {
  display: none;
}

.contents .btn_contents a {
  width: 100%;
  height: 100%;
  display: block;
  color: #524D4C;
  font-size: 70px;
  text-align: center;
  line-height: 160px;
}

.contents .btn_contents a span {
  font-size: 55px;
}

.contents .btn_contents a::before {
  content: "";
  display: block;
  background-image: url(../img/illust_2.png);
  background-size: 178px 141px;
  width: 178px;
  height: 141px;
  position: absolute;
  top: -83px;
  right: 70px;
}

.contents .btn_contents a::after {
  content: "";
  display: block;
  background-image: url(../img/btn_arrow-white.png);
  background-size: 35px 40px;
  width: 35px;
  height: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 50px;
}

.contents__box {
  width: 750px;
  margin: 0 auto 44px;
}

.contents__box .caution {
  font-size: 14px;
}

.special {
  background-color: #FFDCDD;
  padding: 95px 0 130px;
  position: relative;
  z-index: 1;
}

.special::after {
  content: "";
  width: 100%;
  height: 370px;
  background-image: url("../img/bg_wave-deeppink.png");
  background-repeat: repeat-x;
  background-size: 1220px 370px;
  position: relative;
  background-position: center;
  position: absolute;
  top: -45px;
  left: 0;
  z-index: -2;
}

.special__title {
  margin-bottom: 10px;
}

.special__title::before {
  content: "2";
  text-align: left;
  padding-left: 25px;
}

.special__img {
  position: relative;
  width: 799px;
  margin: 0 auto;
}

.special__wrap.wrap2 .special__img {
  width: 682px;
}

.special__wrap {
  position: relative;
  margin: 60px auto 0;
}

.special__wrap .illust {
  display: block;
  width: 194px;
  position: absolute;
  top: 540px;
  right: 85px;
  z-index: 2;
}

.special__wrap::after {
  content: "";
  display: block;
  border-radius: 780px;
  background: #FFF0F0;
  background-size: 780px 780px;
  width: 780px;
  height: 780px;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translate(-50%);
  z-index: -1;
}

.special__wrap.wrap2 {
  margin-top: 150px;
}

.special__catch {
  border-radius: 37.5px;
  background: #FFFFFF;
  width: 150px;
  height: 55px;
  line-height: 55px;
  margin: 0 auto;
  font-size: 26px;
  text-align: center;
  font-weight: 700;
  letter-spacing: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.special__catch span {
  font-size: 46px;
  padding: 0 2px;
}

.special__catch span {
  transform: translateY(-4px);
}

.special__list {
  width: 850px;
  margin: 80px auto 20px;
  border: 5px solid #756658;
  border-radius: 40px;
  background: #FFFFFF;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 30px;
}

.special__list li {
  list-style: none;
  position: relative;
}

.special__list li:first-child {
  background: #756658;
  height: 91px;
  grid-column: 1/-1;
  text-align: center;
}

.special__list li:first-child p {
  color: #FFFFFF;
  text-align: center;
  font-size: 40px;
  line-height: 91px;
}

.special__list li:nth-child(2)::after, .special__list li:nth-child(4)::after {
  content: "";
  position: absolute;
  top: 10%;
  right: -17px;
  width: 4px;
  height: 160px;
  background: #756658;
  border-radius: 999px;
}

.special__list li:nth-child(2)::before {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 10%;
  width: 750px;
  height: 4px;
  background: #756658;
  border-radius: 999px;
}

.special__list li:nth-child(3) {
  padding-bottom: 30px;
}

.special__list li:nth-child(5) {
  padding-bottom: 40px;
}

.special__list-inner {
  width: 380px;
  margin: 0 auto;
  text-align: center;
}

.special__list-headings {
  color: #756658;
  font-size: 46px;
  line-height: 1;
}

.special__list-headings span {
  margin-left: 5px;
  font-size: 94px;
  line-height: 1;
  display: inline-block;
}

.special__list-text {
  font-size: 22px;
  line-height: 32px;
  color: #524D4C;
}

.special .sub-headings {
  width: 370px;
  height: 80px;
  line-height: 80px;
  border-radius: 280px;
  background: #ABD9F1;
  font-size: 34px;
  text-align: center;
  margin: 80px auto 35px;
}

.special__detail {
  position: relative;
  width: 694px;
  border-radius: 40px;
  background: #FFFFFF;
  margin: 0 auto 35px;
  padding: 45px 0 40px;
  text-align: center;
  z-index: 0;
}

.special__detail:nth-of-type(5) {
  margin-bottom: 0;
}

.special__detail-wrap {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
}

.special__detail-wrap.wrap1 {
  margin-left: 75px;
}

.special__detail-wrap.wrap2 {
  margin-left: 143px;
}

.special__detail-wrap.wrap3 {
  margin-left: 42px;
}

.special__detail-catch {
  position: relative;
  font-size: 24px;
}

.special__detail-wrap.wrap1 .special__detail-catch {
  padding-right: 40px;
}

.special__detail-wrap.wrap2 .special__detail-catch {
  padding-right: 35px;
}

.special__detail-wrap.wrap3 .special__detail-catch {
  padding-right: 30px;
}

.special__detail-catch::after {
  content: "";
  display: block;
  background-image: url(../img/icon_fukidashi-pink.png);
  background-size: 84px 84px;
  background-repeat: no-repeat;
  width: 84px;
  height: 84px;
  position: absolute;
  left: -17px;
  top: -23px;
  z-index: -1;
}

.special__detail-wrap.wrap2 .special__detail-catch::after {
  left: -7px;
}

.special__detail-headings {
  font-size: 28px;
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 20px 0 40px;
}

.special__detail-wrap.wrap3 .special__detail-headings {
  letter-spacing: -0.6px;
}

.special__wrap-headings {
  text-align: center;
  font-size: 36px;
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 15px auto 30px;
}

.special__wrap-headings::after,
.special__detail-headings::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 6px;
  background: #FFDCDD;
  border-radius: 999px;
}

.special__data-headings {
  border-radius: 50px;
  width: 180px;
  height: 40px;
  line-height: 40px;
  background: #FFDCDD;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  margin: 40px auto 0;
}

.special__wrap.wrap2 .special__data-headings {
  margin: 30px auto 0;
}

.special__data {
  width: 445px;
  margin: 10px auto 0;
}

.special__wrap.wrap2 .caution-center {
  width: 649px;
  margin: -40px auto 0;
  text-align: right;
}

.special__wrap.wrap2 .special__data {
  width: 459px;
  margin: 10px auto 60px;
}

.special__wrap.wrap2 .special__detail-headings {
  margin-bottom: 20px;
}

.special__detail-open {
  font-size: 24px;
  margin: 50px auto 15px;
  line-height: 33px;
}

.special__detail-caution {
  width: 588px;
  margin: 0 auto;
  text-align: left;
}

.special .btn_access {
  margin: 0 auto;
  width: 314px;
  height: 80px;
}

.special .btn_access a {
  margin: 0 auto 10px;
  border-radius: 50px;
  border: 2px solid #524D4C;
  position: relative;
  width: 100%;
  height: 100%;
  line-height: 80px;
  display: block;
  color: #524D4C;
  text-align: center;
  font-size: 20px;
}

.special .btn_access a::after {
  content: "";
  display: block;
  background-image: url(../img/icon_map.png);
  background-size: 22px 30px;
  width: 22px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 45px;
  transform: translateY(-50%);
}

.special .btn_access .caution {
  font-size: 14px;
  margin: 10px auto 0;
}

.special__text {
  width: 750px;
  margin: 0 auto;
  font-size: 14px;
}

.event {
  position: relative;
  background-color: #FFF0F0;
  padding: 95px 0 120px;
  z-index: 1;
}

.event::after {
  content: "";
  width: 100%;
  height: 370px;
  background-image: url("../img/bg_wave-pink.png");
  background-repeat: repeat-x;
  background-size: 1220px 370px;
  position: relative;
  background-position: center;
  position: absolute;
  top: -45px;
  left: 0;
  z-index: -2;
}

.event__title {
  width: 752px;
}

.event__title::before {
  content: "3";
  text-align: left;
  padding-left: 25px;
}

.event__headings-wrap {
  display: flex;
  text-align: center;
  justify-content: center;
}

.event__detail.detail1 {
  margin: 40px auto 80px;
}

.event__detail.detail2 {
  text-align: center;
  margin-bottom: 90px;
}

.event__detail.detail3 .event__contents {
  margin-top: 40px;
}

.event__catch {
  position: relative;
  text-align: center;
  font-size: 24px;
  line-height: 84px;
  width: 84px;
  display: inline-block;
  z-index: 0;
  padding-right: 30px;
}

.event__catch::after {
  content: "";
  display: block;
  background-image: url(../img/icon_fukidashi-pink.png);
  background-size: 84px 84px;
  background-repeat: no-repeat;
  width: 84px;
  height: 84px;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
}

.event__headings {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 46px;
  display: inline-block;
  position: relative;
  margin-bottom: 25px;
}

.event__detail.detail3 .event__headings span {
  margin-left: -0.5em;
}

.event__headings::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 6px;
  background: #FFDCDD;
  border-radius: 999px;
}

.event__lead {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 30px;
}

.event__balloon {
  position: absolute;
  left: -83px;
  top: -27px;
  width: 112px;
  height: 112px;
  z-index: 2;
}

.event__balloon::after {
  content: "";
  display: block;
  background-image: url(../img/icon_fukidashi-pink-large.png);
  background-size: 112px 112px;
  background-repeat: no-repeat;
  width: 112px;
  height: 112px;
  position: absolute;
  left: 0;
  top: 5px;
  z-index: -1;
}

.event__balloon-text {
  width: 112px;
  height: 112px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 20px;
  text-align: center;
  font-weight: 700;
}

.event__wrap {
  position: relative;
  width: 680px;
  margin: 0 auto;
}
.event__wrap.wrap2 .event__img {
  width: 600px;
  margin: 20px auto 0;
}

.event__wrap-inner {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.event__wrap-inner .event__img {
  width: 330px;
  margin-bottom: 10px;
}

.event__contents {
  text-align: center;
}

.event__contents.contents1 {
  margin-bottom: 40px;
}

.event__detail.detail3 .event__img {
  width: 405px;
  margin: 20px auto 15px;
  z-index: -1;
}

.event__contents-catch {
  border-radius: 30px;
  background: #FFFFFF;
  display: inline-flex;
  padding: 5px 30px 8px 30px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 30px;
  font-weight: 700;
}

.event__detail.detail2 .event__contents-catch {
  margin: 60px auto 30px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}

.event__contents-img {
  width: 600px;
  margin: 0 auto;
}

.event__ad {
  width: 680px;
  margin: 50px auto 18px;
  border-radius: 20px;
  background: #756658;
  padding: 35px 0 35px 64px;
  box-sizing: border-box;
}

.event__ad_text {
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 700;
  display: flex;
  gap: 18px;
  margin-bottom: 22px;
}

.event__ad_text:last-of-type {
  margin-bottom: 0;
}

.event__ad_text span {
  color: #524D4C;
  border-radius: 23.5px;
  background: #FFFFFF;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 4px;
  display: flex;
  width: 105.882px;
  height: 35.294px;
  flex-direction: column;
  justify-content: center;
}

.event .btn_access {
  margin: 50px auto 18px;
  width: 314px;
  height: 80px;
}

.event .btn_access a {
  width: 314px;
  height: 80px;
  border-radius: 50px;
  border: 2px solid #524D4C;
  position: relative;
  line-height: 80px;
  display: block;
  color: #524D4C;
  background: #FFFFFF;
  text-align: center;
  font-size: 20px;
}

.event .btn_access a::after {
  content: "";
  display: block;
  background-image: url(../img/icon_map.png);
  background-size: 22px 30px;
  width: 22px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 45px;
  transform: translateY(-50%);
}

.present {
  padding-bottom: 160px;
}

.present .illust {
  display: block;
  width: 182px;
  position: absolute;
  top: -140px;
  right: 60px;
  z-index: 2;
}

.present__headings {
  width: 850px;
  margin: 0 auto 30px;
}

.present__lead {
  font-size: 24px;
  text-align: center;
  font-weight: 700;
}

.present__wrap {
  position: relative;
  width: 672px;
  margin: 40px auto 0;
}

.present__img {
  width: 672px;
  position: relative;
  margin-bottom: 15px;
}

.present__catch {
  position: absolute;
  left: 34px;
  top: 30px;
  width: 123px;
  height: 123px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  z-index: 1;
}

.present__catch::after {
  content: "";
  display: block;
  background-image: url(../img/icon_fukidashi-pink-large.png);
  background-size: 123px 123px;
  background-repeat: no-repeat;
  width: 123px;
  height: 123px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.present__list {
  width: 850px;
  margin: 120px auto 20px;
  border: 5px solid #756658;
  border-radius: 40px;
  background: #FFFFFF;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 30px;
}

.present__list li {
  list-style: none;
  position: relative;
}

.present__list li:first-child {
  background: #756658;
  height: 91px;
  grid-column: 1/-1;
  text-align: center;
}

.present__list li:first-child p {
  color: #FFFFFF;
  text-align: center;
  font-size: 40px;
  line-height: 91px;
}

.present__list li:nth-child(2)::after,
.present__list li:nth-child(4)::after {
  content: "";
  position: absolute;
  top: 10%;
  right: -17px;
  width: 4px;
  height: 160px;
  background: #756658;
  border-radius: 999px;
}

.present__list li:nth-child(2)::before {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 10%;
  width: 750px;
  height: 4px;
  background: #756658;
  border-radius: 999px;
}

.present__list li:nth-child(3) {
  padding-bottom: 30px;
}

.present__list li:nth-child(5) {
  padding-bottom: 40px;
}

.present__list-inner {
  width: 380px;
  margin: 0 auto;
  text-align: center;
}

.present__list-headings {
  color: #756658;
  font-size: 46px;
  line-height: 1;
}

.present__list-headings span {
  margin-left: 5px;
  font-size: 94px;
  line-height: 1;
  display: inline-block;
}

.present__list-text {
  font-size: 22px;
  line-height: 32px;
  color: #524D4C;
}

.present__text {
  width: 750px;
  margin: 0 auto 85px;
}

.present__text .sub-headings {
  width: 370px;
  height: 80px;
  line-height: 80px;
  border-radius: 280px;
  background: #ABD9F1;
  font-size: 34px;
  text-align: center;
  margin: 0 auto 35px;
}

.present__text .caution {
  width: 580px;
  margin: 0 auto;
}

.present .btn_form {
  pointer-events: none;
  width: 780px;
  height: 90px;
  margin: 50px auto;
}
.present .btn_form a {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 280px;
  text-align: center;
  font-size: 35px;
  line-height: 90px;
  color: #524D4C;
  border: 2px solid #524D4C;
  background: #FFFFFF;
  background: #CCCCCC;
  color: #666666;
  border-color: #CCCCCC;
}
.present .btn_form a::after {
  content: "";
  display: block;
  background-image: url(../img/btn_link.png);
  background-size: 30px 25px;
  width: 30px;
  height: 25px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 60px;
  z-index: 2;
}

.campaign_list li {
  margin-bottom: 40px;
}

.campaign_list-headings {
  border-radius: 20px;
  background: #756658;
  display: inline-flex;
  height: 33px;
  padding: 2px 20px 4px 20px;
  align-items: center;
  gap: 10px;
  box-sizing: border-box;
  font-size: 18px;
  color: #FFFFFF;
  margin-bottom: 20px;
}

.campaign_list-text {
  font-family: "Noto Sans";
  font-weight: 500;
}

.campaign_list-text a {
  color: #524D4C;
  text-decoration: underline;
}

.campaign_list-btn {
  pointer-events: none;
  width: 460px;
  height: 90px;
  margin: 20px 0 0;
}
.campaign_list-btn a {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 280px;
  text-align: center;
  font-size: 24px;
  line-height: 90px;
  color: #524D4C;
  border: 2px solid #524D4C;
  background: #FFFFFF;
  text-decoration: none;
  background: #CCCCCC;
  color: #666666;
  border-color: #CCCCCC;
}
.campaign_list-btn a::after {
  content: "";
  display: block;
  background-image: url(../img/btn_link.png);
  background-size: 30px 25px;
  width: 30px;
  height: 25px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  z-index: 2;
}

.information {
  position: relative;
  z-index: 1;
  background-color: #FFDCDD;
  padding: 95px 0 100px;
}

.information::after {
  content: "";
  width: 100%;
  height: 370px;
  background-image: url("../img/bg_wave-deeppink.png");
  background-repeat: repeat-x;
  background-size: 1220px 370px;
  position: relative;
  background-position: center;
  position: absolute;
  top: -45px;
  left: 0;
  z-index: -2;
}

.information .illust {
  display: block;
  width: 219px;
  position: absolute;
  top: -90px;
  left: 120px;
  z-index: 2;
}

.information__headings {
  width: 850px;
  margin: 0 auto;
}

.information__wrap {
  width: 850px;
  margin: 0 auto 80px;
  background: #FFFFFF;
  border-radius: 30px;
  padding: 60px 0;
}

.information__title {
  font-size: 40px;
  text-align: center;
}

.information__img {
  width: 520px;
  margin: 40px auto 10px;
}

.information__copyright {
  width: 520px;
  margin: 0 auto;
}
.information__copyright img {
  width: 271px;
}

.information__data {
  margin: 0 auto 20px;
  text-align: center;
  width: 540px;
  height: 110px;
  border-radius: 25px;
  background: #756658;
  color: #FFFFFF;
  font-size: 48px;
  line-height: 110px;
}

.information__data span {
  font-size: 48px;
  font-weight: 400;
}

.information__data-credit {
  width: 248px;
  margin: 0 auto;
}

.information .btn_list {
  width: 542px;
  margin: 0 auto;
}

.information .btn_list a {
  margin: 0 auto 10px;
  position: relative;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  border-radius: 280px;
  border: 2px solid #524D4C;
  color: #524D4C;
  font-size: 35px;
  display: flex;
  text-align: center;
  line-height: 90px;
  flex-direction: column;
  justify-content: center;
}

.information .btn_list a:nth-of-type(1) {
  margin-top: 50px;
}

.information .btn_list a::after {
  content: "";
  display: block;
  background-image: url(../img/btn_link.png);
  background-size: 29px 23px;
  background-repeat: no-repeat;
  width: 29px;
  height: 23px;
  position: absolute;
  top: 40px;
  right: 35px;
  z-index: 2;
}

.information__text {
  margin: 60px auto;
  width: 750px;
  font-size: 14px;
}

.information__text a {
  color: #524D4C;
  text-decoration: underline;
}

.information .contact {
  text-align: center;
  font-size: 24px;
}

.information .contact a {
  color: #524D4C;
  text-decoration-line: underline;
  text-decoration-style: solid;
}
/*# sourceMappingURL=style-pc.css.map */
