@charset "UTF-8";
* {
  -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-family: "Noto Sans JP", serif;
  font-size: 14px;
  font-weight: 400;
  color: #444444;
  line-height: 1.9;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media screen and (min-width: 769px) {
  body {
    font-size: 16px;
  }
  body.wrap {
    overflow: visible;
  }
}
body.wrap {
  overflow: hidden;
}
body #wrapper {
  height: auto;
}

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

#screen {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 200;
}

@media print {
  html,
  html body {
    overflow: visible !important;
  }
}
/* アクセシビリティ */
img {
  image-rendering: -webkit-optimize-contrast;
  width: 100%;
  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;
}
@media screen and (min-width: 769px) {
  a:hover {
    color: inherit;
    opacity: 0.7;
    text-decoration: none !important;
  }
}

.noto {
  font-family: "Noto Sans JP", serif;
  font-weight: 900;
}

.arvo {
  font-family: "Arvo", serif;
  font-weight: 700;
  font-style: normal;
}

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

.w-center {
  width: 90%;
  margin: 0 auto;
}

.t-center {
  text-align: center;
}

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

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

/***************************************
無限スクロールの共通CSS
****************************************/
.scroll-infinity__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.scroll-infinity__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
}

@-webkit-keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes infinity-scroll-right {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@keyframes infinity-scroll-right {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
/***************************************
PC背景
****************************************/
.pc-bg {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 0;
  top: 35px;
}
.pc-bg .pc_bg_fix {
  position: fixed;
  width: calc(50% - 187px);
  height: 100vh;
  top: 35px;
}
.pc-bg .pc_left {
  background: url(../img/bg_pc_left.webp) no-repeat top center/cover;
  padding-top: 5vh;
}
.pc-bg .pc_left .pc_logo {
  position: absolute;
  top: 6%;
  left: 50%;
  translate: -50%;
  width: 42%;
  z-index: 5;
}
.pc-bg .pc_left .pc_img {
  position: absolute;
  bottom: 35px;
  left: 50%;
  translate: -50%;
  background: url(../img/pc_img.webp) no-repeat center bottom/cover;
  width: 100%;
  height: 82vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.pc-bg .pc_right {
  background: url(../img/bg_pc_right.webp) no-repeat top center/cover;
  right: 0;
}
.pc-bg .pc_right #menu_pc {
  padding: 2vh 0;
  max-width: 80%;
  margin: 0 auto;
  height: 100vh;
  overflow-x: scroll;
}

.menu .section_title {
  text-align: center;
  color: #fff;
  font-size: 26px;
  margin-bottom: 10px;
}
.menu_list {
  display: block;
  text-align: center;
}
.menu_list_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: left;
      -ms-flex-align: left;
          align-items: left;
  margin: 0 auto;
  height: 67px;
  padding: 0 0 0 46px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 6px rgba(235, 117, 173, 0.3);
          box-shadow: 0 0 6px rgba(235, 117, 173, 0.3);
  border-radius: 100vmax;
  text-align: left;
  font-size: 15px;
  line-height: 1.4em;
  position: relative;
}
.menu_list_link span {
  display: contents;
  letter-spacing: -0.02em;
}
.menu_list_link .blue {
  color: #2BBADB;
  letter-spacing: 0.08em;
}
.menu_list_link .message-year {
  font-size: 12px;
}
.menu_list_link .message-day {
  font-size: 16px;
}
.menu_list_link .message-week {
  font-size: 12px;
}
.menu_list_link .message-symbol {
  vertical-align: super;
  font-weight: 400;
}
.menu_list_link .message-symbol2 {
  vertical-align: baseline;
  font-weight: 900;
}
.menu_list_link:not(:last-child) {
  margin-bottom: 13px;
}
.menu_list_link::before, .menu_list_link::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.menu_list_link::before {
  background: url(../img/icon_list.svg) no-repeat center/contain;
  width: 24px;
  height: 24px;
  left: 15px;
}
.menu_list_link::after {
  width: 9px;
  height: 11px;
  background-image: url(../img/arrow_down.svg);
  background-size: cover;
  right: 22px;
}

.pc_right .menu_list {
  margin-bottom: 30px;
}

/***************************************
スマホ画面幅の設定
****************************************/
.sp-center {
  width: 100%;
  background-color: #fff;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .sp-center {
    margin-top: 35px;
    max-width: 375px;
  }
}

/***************************************
画面上部の無限スクロールテキストの設定
****************************************/
.head-text {
  background-color: #2BBADB;
  height: 35px;
  padding: 5px 0;
}
@media screen and (min-width: 769px) {
  .head-text {
    position: fixed;
    z-index: 999;
    top: 0;
  }
}
.head-text .scroll-infinity__list--left {
  -webkit-animation: infinity-scroll-left 50s infinite linear 0.5s both;
          animation: infinity-scroll-left 50s infinite linear 0.5s both;
}
@media screen and (min-width: 769px) {
  .head-text .scroll-infinity__list--left {
    -webkit-animation: infinity-scroll-left 50s infinite linear 0.5s both;
            animation: infinity-scroll-left 50s infinite linear 0.5s both;
  }
}
.head-text .scroll-infinity__item--text {
  width: 61vw;
  font-weight: 500;
  font-size: 12px;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .head-text .scroll-infinity__item--text {
    width: 22vw;
    font-size: 14px;
  }
}

/***************************************
common
****************************************/
.event-title {
  font-family: "Arvo", serif;
  font-weight: 700;
  text-align: center;
  font-size: 30px;
  margin-bottom: 25px;
  line-height: 1.2;
}
.event-title span {
  font-family: "Noto Sans JP", serif;
  font-weight: 900;
}

.event-title-pink {
  font-family: "Arvo", serif;
  font-weight: 700;
  color: #EF62A9;
  text-align: center;
  font-size: 26px;
  margin-bottom: 10px;
  line-height: 1.2;
}
.event-title-pink span {
  font-family: "Noto Sans JP", serif;
  font-weight: 900;
}

.terms {
  text-align: center;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 5px;
}
.terms span {
  background-color: #EF62A9;
  border-radius: 100vmax;
  padding: 1px 15px 2px;
}

.days {
  line-height: 1.5;
  position: relative;
  color: #2BBADB;
  letter-spacing: 0.06em;
  text-align: center;
  margin-bottom: 20px;
}
.days .message-year {
  font-size: 18px;
}
.days .message-day {
  font-size: 30px;
}
.days .message-week {
  font-size: 18px;
}
.days .message-symbol {
  font-size: 24px;
  vertical-align: super;
  font-weight: 400;
}

.top_terms .terms {
  font-size: 13px;
}
.top_terms .days {
  color: #444444;
  margin-bottom: 0px;
}
.top_terms .days .message-year {
  font-size: 17px;
}
.top_terms .days .message-day {
  font-size: 28px;
}
.top_terms .days .message-week {
  font-size: 17px;
}
.top_terms .days .message-symbol {
  font-size: 20px;
}

.terms_bl .terms span {
  background-color: #444444;
}
.terms_bl .days {
  color: #444444;
}

.terms_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.terms_flex .days {
  margin-top: -10px;
}

.bg_pink {
  position: relative;
  background-color: #FFE3F0;
  padding: 10px 0 100px;
  z-index: 0;
}
.bg_pink::before {
  position: absolute;
  bottom: -1px;
  left: 0;
  content: "";
  background: url(../img/nami_wh01.webp) no-repeat left bottom/cover;
  width: 100% !important;
  height: 79px;
}

.bg_wh {
  position: relative;
  background-color: #FFF7FB;
  padding: 10px 0 100px;
}
.bg_wh::before {
  position: absolute;
  bottom: -1px;
  left: 0;
  content: "";
  background: url(../img/nami_pink02.webp) no-repeat left bottom/cover;
  width: 100% !important;
  height: 79px;
}

/***************************************
top/下層共通のイベントコンテンツ
****************************************/
.event_content .event_box {
  border: 2px solid #EF62A9;
  border-radius: 15px;
  background-color: #fff;
  padding: 50px 20px 25px;
  position: relative;
}
.event_content .event_box:not(:last-child) {
  margin-bottom: 62px;
}
.event_content .event_box .event_name {
  position: absolute;
  top: -34px;
  left: 50%;
  translate: -50% 0;
  text-align: center;
  display: block;
  max-width: 284px;
  width: 100%;
  background-color: #EF62A9;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  border-radius: 10px;
  padding: 10px;
}
.event_content .event_box .event_name.line1 {
  top: -20px;
}
.event_content .event_box .event_name.line3 {
  padding: 5px;
  top: -40px;
}
.event_content .event_box .event_img {
  margin-bottom: 20px;
}
.event_content .event_box .terms {
  font-size: 13px;
  white-space: nowrap;
}
.event_content .event_box .txt {
  font-size: 13px;
  line-height: 1.4;
  font-weight: 800;
  width: calc(100% - 6em);
}
.event_content .event_box .terms_flex {
  margin-bottom: 5px;
}
.event_content .event_box .shop_name_wrap {
  margin: 30px 0 5px;
  border-top: 1px dotted #453C35;
  padding-top: 10px;
}
.event_content .event_box .shop_name_wrap .shop_name {
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
}
.event_content .event_box .shop_name_wrap .floor_name {
  font-size: 14px;
  font-weight: 500;
}

.event_txt {
  font-size: 14px;
  margin-bottom: 12px;
  line-height: 1.4;
  font-weight: 500;
}
.event_txt_center {
  text-align: center;
  font-size: 14px;
  line-height: 1.4;
}
.event_txt .kome {
  font-size: 12px;
}
.event_txt a {
  color: #EF62A9;
  border-bottom: 1px solid #EF62A9;
}

.event_img {
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
}

.kokoro {
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  color: #EF62A9;
  margin-bottom: 15px;
  white-space: nowrap;
}
.kokoro span {
  background-color: #FFDDEF;
  border-radius: 100vmax;
  padding: 2px 15px;
}

.accordion-box {
  margin-bottom: 16px;
}

.accordion-area {
  padding: 8px;
  text-align: center;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.17px;
  color: #EF62A9;
  border-bottom: 1px solid #EF62A9;
  position: relative;
  cursor: pointer;
}

.accordion-area::before { /* 閉じている時 */
  content: "＋";
  position: absolute;
  right: 20px;
}

.accordion-area.close::before { /* 開いている時 */
  content: "－";
}

.accordion-content {
  display: none;
  padding-top: 16px;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.01em;
  line-height: 20px;
}
.accordion-content_note {
  text-indent: -1em;
  padding-left: 1em;
}
.accordion-content span {
  font-weight: 700;
  font-size: 17px;
}
.accordion-content_floor {
  margin-bottom: 4px;
}
.accordion-content_floor_shop {
  margin-bottom: 24px;
}
.accordion-content_floor_shop li {
  text-indent: -1em;
  padding-left: 1em;
}

.btn_pink {
  max-width: 280px;
  margin: 0 auto;
}
.btn_pink a {
  border: 1px solid #EF62A9;
  width: 100%;
  height: 43px;
  border-radius: 100vmax;
  background-color: #fff;
  line-height: 43px;
  color: #EF62A9;
  text-align: center;
  font-size: 14px;
  font-weight: 800;
  position: relative;
}
.btn_pink a::after {
  content: "";
  position: absolute;
  background: url(../img/arrow_pink_right.svg) no-repeat center/contain;
  width: 10px;
  height: 8px;
  top: 50%;
  right: 25px;
  translate: 0 -50%;
}
.btn_pink.btn_pdf a::after {
  background: url(../img/icon_pdf.svg) no-repeat center/contain;
  width: 18px;
  height: 20px;
  right: 20px;
}

/***************************************
specialitemセクション
****************************************/
.link_section {
  border-radius: 40px 40px 0 0;
  position: relative;
  padding: 95px 0 60px;
  margin-top: -5vh;
  z-index: 5;
}
.link_section::before {
  content: "";
  position: absolute;
  top: 50px;
  left: 50%;
  translate: -50% 0;
}

.menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.menu-list .menu-list_button {
  width: calc(50% - 5px);
  height: 70px;
  border-radius: 10px;
  color: #fff;
  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;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  position: relative;
}
.menu-list .menu-list_button span {
  text-align: center;
}
.menu-list .menu-list_button::after {
  content: "";
  position: absolute;
  background: url(../img/arrow_wh_right.svg) no-repeat center/contain;
  width: 10px;
  height: 8px;
  top: 50%;
  right: 8px;
  translate: 0 -50%;
}
.menu-list .menu-list_button.notactive::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
  top: 0;
  left: 0;
  border-radius: 10px;
  z-index: 1;
}

.specialitem {
  background-color: #FDE3EF;
  padding-bottom: 90px;
}
.specialitem::before {
  background: url(../img/icon_item.svg) no-repeat center/contain;
  width: 32px;
  height: 40px;
}
.specialitem .menu-list .menu-list_button {
  background-color: #EF62A9;
}

.shopevent {
  background-color: #EBF7FF;
}
.shopevent::before {
  background: url(../img/icon_shop.svg) no-repeat center/contain;
  width: 37px;
  height: 34px;
}
.shopevent .menu-list .menu-list_button {
  background-color: #2BBADB;
}

/***************************************
画面下部で固定のリンクボタン
****************************************/
.fixed-button {
  position: sticky;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 66px;
  bottom: 0;
  z-index: 9999;
  background-color: #FFDE5A;
}
.fixed-button_link {
  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;
  width: 33.3333333333%;
}
.fixed-button_link span {
  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;
  width: 100%;
  height: 50px;
  font-size: 17px;
  letter-spacing: -0.42px;
  line-height: 1.2;
  text-align: center;
}
.fixed-button_link:not(:last-child) span {
  border-right: 1px solid #DEB71B;
}

/* ▼ タイトル
--------------------------------------- */
#site_title {
  overflow: hidden;
}

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

/* ▼▼▼ メイン 「コンテンツとサイドを囲む要素」
====================================================== */
#main {
  margin: 0 auto;
  clear: both;
  overflow: hidden;
}

.menu_fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 769px) {
  .menu_fixed {
    position: relative;
    width: auto;
    height: auto;
  }
}

/* ▼▼▼ フッター
===================================== */
footer {
  width: 100%;
  padding: 16px 0;
  background-color: #fff;
  clear: both;
  position: relative;
  z-index: 1000;
  position: relative;
}
footer::before {
  position: absolute;
  top: -14px !important;
  left: 0px;
  content: "";
  background-image: url(../img/footer-bg.webp);
  background-size: cover;
  width: 100% !important;
  height: 16px !important;
}

.footer_inner {
  max-width: 1000px;
  background: #fff;
  color: #444444;
  margin: 0 auto 40px;
  overflow: hidden;
}
.footer_inner_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 34px;
  width: 100%;
  height: 44px;
  border-bottom: 1px solid #C7C7C7;
}
.footer_inner_menu a {
  font-size: 13px;
  font-weight: 500;
}
.footer_inner_logo {
  width: 110px;
  margin: 35px auto 21px;
}
.footer_inner #copyright {
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.12px;
}

/* ▼ ページ上部へ戻る
--------------------------------------- */
.pagetop {
  width: 70px;
  border-radius: 50%;
  bottom: 66px;
  right: 15px;
  z-index: 2000;
  position: fixed;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .pagetop {
    bottom: 20px;
  }
}

/* ▼▼▼ 404
====================================================== */
#not_found {
  padding: 100px 20px 60px;
}
@media screen and (min-width: 769px) {
  #not_found {
    padding: 8vw 20px;
  }
}
#not_found p {
  font-size: 14px;
  text-align: center;
}
#not_found p.arial {
  margin-bottom: 10px;
  font-size: 39px;
  font-family: "Arial", "メイリオ";
}
@media screen and (min-width: 769px) {
  #not_found p.arial {
    margin-bottom: 10px;
    font-size: 42px;
  }
}
#not_found p.arial + p {
  margin-bottom: 20px;
  font-size: 17px;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  #not_found p.arial + p {
    font-size: 18px;
  }
}
#not_found p.txt {
  margin-bottom: 30px;
  line-height: 1.6;
}
@media screen and (min-width: 769px) {
  #not_found p.txt {
    line-height: 1.9;
  }
}
#not_found .top_btn a {
  display: inline-block;
  padding: 15px 40px;
  border: 1px solid #ccc;
}