@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&family=Noto+Serif+JP:wght@300;400;500;600&family=Quicksand:wght@400;600;700&family=Zen+Kaku+Gothic+Antique:wght@300;400;500;700;900&display=swap");
body {
  margin: 0;
  padding: 0; }

.mup2023 * {
  box-sizing: border-box; }

.mup2023 {
  width: 100%;
  padding: 0 0 20px;
  min-height: 100vh;
  text-align: center;
  color: #4E4E4E;
  font-family: ‘Hiragino Kaku Gothic ProN’, ‘ヒラギノ角ゴ ProN W3’, Meiryo, メイリオ, Osaka, ‘MS PGothic’, arial, helvetica, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 2.6;
  letter-spacing: 0.1em;
  background: url(../img/bg.jpg) center center fixed;
  background-size: cover;
  box-sizing: border-box; }
  .mup2023 ul, .mup2023 li, .mup2023 p {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-type: none; }
  .mup2023 p {
    line-height: 1.8; }
  .mup2023 a {
    text-decoration: none;
    color: #4E4E4E;
    transition: 0.3s; }
  .mup2023 a:hover {
    transition: 0.3s; }
  .mup2023 img {
    max-width: 100%; }
  .mup2023 h1, .mup2023 h2, .mup2023 h3, .mup2023 h4 {
    margin: 0;
    padding: 0;
    font-weight: 600;
    letter-spacing: 0.1em; }
  .mup2023 h4 {
    font-size: 28px; }
  .mup2023 .hightlight {
    position: relative;
    display: inline-block;
    z-index: 1;
    line-height: 1;
    font-weight: 600; }
    .mup2023 .hightlight:before {
      position: absolute;
      z-index: -1;
      top: 0;
      right: 0;
      background: #FDE106;
      width: 100%;
      height: 100%;
      content: ' ';
      border-radius: 10%; }
  .mup2023 .note {
    line-height: 1.6;
    font-size: 0.9em;
    font-weight: normal; }
  .mup2023 .txt-line {
    position: relative;
    z-index: 2;
    white-space: nowrap; }
    .mup2023 .txt-line:before {
      position: absolute;
      z-index: -1;
      top: 0;
      left: -10px;
      width: 100%;
      height: 100%;
      content: ' ';
      padding: 0 10px;
      display: inline-block;
      background: #FA9DDC;
      border-radius: 20px; }
    .mup2023 .txt-line.line-yellow:before {
      background: #FADE82; }
    .mup2023 .txt-line.line-blue:before {
      background: #9CEFDB; }
  .mup2023 .here-link {
    text-decoration: underline; }
  .mup2023 .section {
    margin: 80px 0; }
  .mup2023 .banner-list {
    display: flex;
    flex-wrap: wrap;
    max-width: 480px;
    margin: auto;
    justify-content: space-between; }
    .mup2023 .banner-list .banner {
      width: 48%;
      margin-bottom: 10px; }
      .mup2023 .banner-list .banner > div:hover, .mup2023 .banner-list .banner a:hover {
        opacity: 0.6; }
      .mup2023 .banner-list .banner.banner-full {
        width: 100%; }
      .mup2023 .banner-list .banner img {
        width: 100%; }
      .mup2023 .banner-list .banner p {
        margin-bottom: 15px; }
      .mup2023 .banner-list .banner.banner-txt {
        font-size: 16px;
        font-weight: 600;
        line-height: 1.6;
        margin-bottom: 1rem; }
        .mup2023 .banner-list .banner.banner-txt h2 img {
          width: 200px; }
        .mup2023 .banner-list .banner.banner-txt p.logo {
          text-align: center; }
          .mup2023 .banner-list .banner.banner-txt p.logo.mi {
            width: 145px;
            margin: 5px auto; }
          .mup2023 .banner-list .banner.banner-txt p.logo.meeco {
            width: 183px;
            margin: 0.3rem auto 0; }
        .mup2023 .banner-list .banner.banner-txt .btn-link {
          background: rgba(255, 255, 255, 0.6);
          letter-spacing: 3px;
          width: 80%;
          display: block;
          margin: 2px auto 0; }
        .mup2023 .banner-list .banner.banner-txt .note {
          margin-top: 0.3rem;
          margin-bottom: 0;
          font-size: 0.7rem;
          letter-spacing: 0; }
        .mup2023 .banner-list .banner.banner-txt__pink, .mup2023 .banner-list .banner.banner-txt__blue {
          border-radius: 25px;
          border: 5px solid; }
          .mup2023 .banner-list .banner.banner-txt__pink a, .mup2023 .banner-list .banner.banner-txt__pink > div, .mup2023 .banner-list .banner.banner-txt__blue a, .mup2023 .banner-list .banner.banner-txt__blue > div {
            display: block;
            position: relative;
            z-index: 1;
            border: 3px solid #fff;
            border-radius: 25px;
            padding: 20px; }
            .mup2023 .banner-list .banner.banner-txt__pink a:before, .mup2023 .banner-list .banner.banner-txt__pink a:after, .mup2023 .banner-list .banner.banner-txt__pink > div:before, .mup2023 .banner-list .banner.banner-txt__pink > div:after, .mup2023 .banner-list .banner.banner-txt__blue a:before, .mup2023 .banner-list .banner.banner-txt__blue a:after, .mup2023 .banner-list .banner.banner-txt__blue > div:before, .mup2023 .banner-list .banner.banner-txt__blue > div:after {
              position: absolute;
              z-index: -1;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              content: ' ';
              border-radius: 23px; }
            .mup2023 .banner-list .banner.banner-txt__pink a:after, .mup2023 .banner-list .banner.banner-txt__pink > div:after, .mup2023 .banner-list .banner.banner-txt__blue a:after, .mup2023 .banner-list .banner.banner-txt__blue > div:after {
              background: url(../img/bg-dot.png) center center/auto repeat;
              opacity: 0.3; }
        .mup2023 .banner-list .banner.banner-txt__pink {
          border-color: #FE19B3; }
          .mup2023 .banner-list .banner.banner-txt__pink a, .mup2023 .banner-list .banner.banner-txt__pink > div {
            background-color: #FE19B3; }
            .mup2023 .banner-list .banner.banner-txt__pink a:before, .mup2023 .banner-list .banner.banner-txt__pink > div:before {
              background: radial-gradient(#FFF2FC, #FFFFFF, #FBBAEC, #FF84E3); }
        .mup2023 .banner-list .banner.banner-txt__blue {
          border-color: #0DDEAC; }
          .mup2023 .banner-list .banner.banner-txt__blue a, .mup2023 .banner-list .banner.banner-txt__blue > div {
            background-color: #0DDEAC; }
            .mup2023 .banner-list .banner.banner-txt__blue a:before, .mup2023 .banner-list .banner.banner-txt__blue > div:before {
              background: radial-gradient(#FDFDFD, #C4FFFF, #9DFCF5, #4DEDC6); }
      .mup2023 .banner-list .banner.banner-logo a, .mup2023 .banner-list .banner.banner-logo > div {
        padding: 10px; }
        .mup2023 .banner-list .banner.banner-logo a h2, .mup2023 .banner-list .banner.banner-logo > div h2 {
          margin: 0; }
          .mup2023 .banner-list .banner.banner-logo a h2 img, .mup2023 .banner-list .banner.banner-logo > div h2 img {
            width: 95%;
            max-width: 312px;
            vertical-align: middle; }
      .mup2023 .banner-list .banner.banner-logo .link-flex {
        display: flex;
        align-items: center; }
        .mup2023 .banner-list .banner.banner-logo .link-flex li {
          width: 50%;
          padding: 0.3rem;
          margin-top: 0; }
          .mup2023 .banner-list .banner.banner-logo .link-flex li.full {
            width: 80%;
            margin: auto; }
          .mup2023 .banner-list .banner.banner-logo .link-flex li a {
            border: 1px solid #009A74;
            color: #009A74;
            background-image: none;
            background-color: rgba(255, 255, 255, 0.5); }
            .mup2023 .banner-list .banner.banner-logo .link-flex li a:before {
              border-bottom: solid 2px #009A74;
              border-right: solid 2px #009A74;
              width: 8px;
              height: 8px;
              top: 37%;
              right: 20px;
              left: auto;
              transform: rotate(-45deg);
              border-radius: 0;
              background: #fff; }
            .mup2023 .banner-list .banner.banner-logo .link-flex li a:hover {
              background: #fff; }
    .mup2023 .banner-list.pc-2column {
      width: 100%;
      max-width: 100%;
      justify-content: center; }
      .mup2023 .banner-list.pc-2column .banner:nth-child(1), .mup2023 .banner-list.pc-2column .banner:nth-child(2) {
        width: 48%; }
      .mup2023 .banner-list.pc-2column .banner:nth-child(1) {
        margin-right: 0.5rem; }
      .mup2023 .banner-list.pc-2column .banner:nth-child(2) {
        margin-left: 0.5rem; }
      .mup2023 .banner-list.pc-2column .banner:nth-child(3) {
        max-width: 480px; }
    .mup2023 .banner-list.pc-3column .banner {
      width: 32.5%; }
    .mup2023 .banner-list .item:nth-child(4n+4) {
      margin-right: 0; }
  .mup2023 .mup2023__container {
    width: 1090px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 30px;
    box-sizing: border-box; }
  .mup2023 .btn-seemore {
    text-align: center; }
    .mup2023 .btn-seemore a {
      display: inline-block;
      position: relative;
      width: 360px;
      max-width: 80%;
      margin: 8px 0;
      padding: 20px 0;
      padding-right: 10px;
      color: #fff;
      font-size: 16px;
      font-weight: 400;
      font-family: "Quicksand", sans-serif;
      line-height: 1;
      background: #FE19B3; }
      .mup2023 .btn-seemore a:before {
        position: absolute;
        content: '▶';
        top: 36%;
        right: 10px; }
    .mup2023 .btn-seemore a:hover {
      background: #FF64B4; }
    .mup2023 .btn-seemore.btn-all a {
      background: #FAF8E4;
      border: 3px solid #FE19B3;
      color: #FE19B3;
      margin-top: 30px; }
      .mup2023 .btn-seemore.btn-all a:hover {
        background: #fff; }
  .mup2023 .btn-all-view {
    margin: 20px 0 0px;
    text-align: center; }
    .mup2023 .btn-all-view a {
      display: block;
      position: relative;
      padding: 1.3em 0;
      color: #fff;
      font-size: 18px;
      font-weight: 600;
      line-height: 1.4;
      text-indent: 0.3em;
      border: #FE19B3 3px solid;
      color: #FE19B3; }
      .mup2023 .btn-all-view a:before {
        content: '▶';
        position: absolute;
        right: 20px;
        top: calc(55% - 18px);
        font-size: 20px; }
    .mup2023 .btn-all-view.link-meeco a {
      border-color: #1FD3A8;
      color: #1FD3A8;
      background: #E3FFF8; }
      .mup2023 .btn-all-view.link-meeco a:hover {
        background: #fff; }
    .mup2023 .btn-all-view.link-shinjuku a {
      border-color: #FE19B3;
      color: #FE19B3;
      background: #FFE5F6; }
      .mup2023 .btn-all-view.link-shinjuku a:hover {
        background: #fff; }
  .mup2023 .btn-back-page {
    margin: 80px 0 0;
    text-align: center; }
    .mup2023 .btn-back-page a {
      display: inline-block;
      padding: 1em 2em;
      color: #fff;
      font-size: 16px;
      font-weight: 500;
      line-height: 1;
      text-indent: 0.3em;
      background: #FE19B3;
      border-radius: 50px; }
  .mup2023 .btn-link {
    color: #4E4E4E;
    border: 1px solid #4E4E4E;
    padding: 8px 35px 8px 20px;
    margin-top: 5px;
    position: relative; }
    .mup2023 .btn-link:before {
      position: absolute;
      content: ' ';
      border-bottom: solid 2px #4E4E4E;
      border-right: solid 2px #4E4E4E;
      width: 8px;
      height: 8px;
      top: 37%;
      right: 20px;
      transform: rotate(-45deg); }
  .mup2023 .mup2023__hero {
    margin-bottom: 20px;
    background: #fda7aa; }
    .mup2023 .mup2023__hero img {
      vertical-align: top; }
  .mup2023 .lead {
    margin-bottom: 40px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 2;
    font-family: "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", "HG丸ｺﾞｼｯｸM-PRO", HGMaruGothicMPRO, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #FE19B3; }
    .mup2023 .lead b {
      display: inline-block;
      letter-spacing: 1px;
      color: #fe5ec9;
      text-shadow: 1px  1px 1px #87dddf, -1px  1px 1px #87dddf, 1px -1px 1px #87dddf, -1px -1px 1px #87dddf, 1px  0px 1px #87dddf, 0px  1px 1px #87dddf, -1px  0px 1px #87dddf, 0px -1px 1px #87dddf; }
    .mup2023 .lead span {
      border-bottom: 3px solid #FDE106; }
  .mup2023 .tab-menu-wrapper {
    border-bottom: 3px solid #FE19B3; }
    .mup2023 .tab-menu-wrapper__inner {
      width: 1090px;
      max-width: 100%;
      padding: 0 5px;
      margin: 0 auto; }
    .mup2023 .tab-menu-wrapper .tab-menu {
      display: flex;
      flex-wrap: nowrap;
      justify-content: center;
      align-items: flex-end;
      text-align: center;
      font-size: 18px;
      font-family: "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", "HG丸ｺﾞｼｯｸM-PRO", HGMaruGothicMPRO, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
      font-weight: normal; }
      .mup2023 .tab-menu-wrapper .tab-menu__item {
        display: flex;
        align-items: flex-end;
        width: 49%;
        color: #FE19B3;
        line-height: 1;
        letter-spacing: 0.2em;
        position: relative;
        top: 3px; }
        .mup2023 .tab-menu-wrapper .tab-menu__item a {
          display: flex;
          justify-content: center;
          align-items: center;
          width: 100%;
          height: 3.5em;
          color: #FE19B3;
          background: transparent;
          border-width: 3px 3px 0 3px;
          border-style: solid;
          border-color: #FE19B3; }
          .mup2023 .tab-menu-wrapper .tab-menu__item a img {
            width: 180px;
            max-width: 80%; }
        .mup2023 .tab-menu-wrapper .tab-menu__item.active a {
          height: 4.2em; }
        .mup2023 .tab-menu-wrapper .tab-menu__item.noactive {
          top: 0; }
          .mup2023 .tab-menu-wrapper .tab-menu__item.noactive a {
            border-radius: 0 10px 0 0;
            opacity: 0.6; }
            .mup2023 .tab-menu-wrapper .tab-menu__item.noactive a:before {
              content: '▶';
              position: absolute;
              right: 10px;
              top: 26px; }
        .mup2023 .tab-menu-wrapper .tab-menu__item:first-child a {
          background: #FFE5F6; }
        .mup2023 .tab-menu-wrapper .tab-menu__item:nth-child(2) a {
          color: #1FD3A8;
          border-color: #1FD3A8; }
    .mup2023 .tab-menu-wrapper.tab-shinjuku .tab-menu__item:first-child a {
      border-radius: 10px 10px 0 0;
      border-bottom-color: #FFE5F6; }
    .mup2023 .tab-menu-wrapper.tab-shinjuku .tab-menu__item:nth-child(2) a {
      border-left: none; }
      .mup2023 .tab-menu-wrapper.tab-shinjuku .tab-menu__item:nth-child(2) a:hover {
        background: #E3FFF8; }
    .mup2023 .tab-menu-wrapper.tab-meeco {
      border-color: #1FD3A8; }
      .mup2023 .tab-menu-wrapper.tab-meeco .tab-menu__item:first-child a {
        border-right: none;
        border-radius: 10px 0 0 0;
        background: none; }
        .mup2023 .tab-menu-wrapper.tab-meeco .tab-menu__item:first-child a:hover {
          background: #FFE5F6; }
      .mup2023 .tab-menu-wrapper.tab-meeco .tab-menu__item:nth-child(2) a {
        border-radius: 10px 10px 0 0;
        background: #E3FFF8;
        border-bottom-color: #E3FFF8; }
  .mup2023 .main-content {
    padding: 50px 0; }
    .mup2023 .main-content.main-shinjuku {
      background-color: #FFE5F6;
      background-image: url(../img/shinjuku/bg-shinjuku-pc.png);
      background-position: top center;
      background-size: 100% auto;
      background-repeat: no-repeat; }
    .mup2023 .main-content.main-meeco {
      background-color: #E3FFF8;
      background-image: url(../img/meeco/bg-meeco-pc.png);
      background-position: top center;
      background-size: 100% auto;
      background-repeat: no-repeat; }
    .mup2023 .main-content .page-head {
      background: rgba(255, 255, 255, 0.7);
      border-radius: 20px;
      padding: 40px 10px;
      margin-top: 30px;
      line-height: 2;
      font-size: 16px; }
      .mup2023 .main-content .page-head h1 img {
        width: 320px;
        max-width: 80%; }
    .mup2023 .main-content .info-section {
      background: url(../img/bg-stripe.png) top left/auto repeat;
      color: #fff;
      font-weight: bold;
      padding: 20px;
      margin: 40px 0 0; }
      .mup2023 .main-content .info-section p {
        margin: 0 0 10px; }
        .mup2023 .main-content .info-section p span {
          diplay: inline-block;
          background: #707070;
          padding: 2px 3px;
          margin: 0 3px; }
      .mup2023 .main-content .info-section a {
        color: #fff;
        border: 2px solid #fff;
        padding: 10px 35px 10px 20px;
        margin-top: 5px;
        position: relative;
        white-space: nowrap; }
        .mup2023 .main-content .info-section a:before {
          position: absolute;
          content: ' ';
          border-bottom: solid 2px #fff;
          border-right: solid 2px #fff;
          width: 8px;
          height: 8px;
          top: 35%;
          right: 20px;
          transform: rotate(-45deg); }
        .mup2023 .main-content .info-section a:hover {
          background: #fff;
          color: #FE55C6; }
          .mup2023 .main-content .info-section a:hover:before {
            border-color: #FE55C6; }
      .mup2023 .main-content .info-section.green {
        background: url(../img/bg-stripe-green.png) top left/auto repeat;
        color: #000;
        padding-top: 25px; }
        .mup2023 .main-content .info-section.green a {
          border-color: #000;
          color: #000;
          margin-top: 0;
          margin-bottom: 0.5rem;
          display: inline-block;
          line-height: 1.2;
          background: rgba(255, 255, 255, 0.6); }
          .mup2023 .main-content .info-section.green a:before {
            border-color: #000; }
        .mup2023 .main-content .info-section.green p {
          margin-top: 0.5rem; }
          .mup2023 .main-content .info-section.green p.note {
            margin-bottom: 0; }
    .mup2023 .main-content .reserve-section {
      margin: 30px 0 50px; }
      .mup2023 .main-content .reserve-section p.txt {
        margin-bottom: 1.5rem; }
      .mup2023 .main-content .reserve-section p.note {
        width: 100%; }
    .mup2023 .main-content .map-section {
      margin-top: 0;
      padding: 40px;
      background: url(../img/shinjuku/bg-map.png) top -50px left -50px/auto repeat; }
      .mup2023 .main-content .map-section h2 img {
        width: 140px; }
      .mup2023 .main-content .map-section .btn-map {
        width: 320px;
        max-width: 60%;
        display: inline-block;
        position: relative; }
        .mup2023 .main-content .map-section .btn-map img {
          box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5); }
        .mup2023 .main-content .map-section .btn-map:before {
          position: absolute;
          content: ' ';
          bottom: 20px;
          right: 10px;
          width: 60px;
          height: 60px;
          background-image: url(../img/shinjuku/icon-zoom.png);
          background-position: center center;
          background-size: 50%;
          background-repeat: no-repeat;
          background-color: #fff;
          border-radius: 100%; }
    .mup2023 .main-content .comingsoon-section {
      margin: 80px 0 60px;
      color: #FE19B3; }
      .mup2023 .main-content .comingsoon-section h2 {
        line-height: 1;
        border-bottom: 5px dotted #FE19B3;
        margin-bottom: 10px; }
        .mup2023 .main-content .comingsoon-section h2 img {
          width: 200px; }
      .mup2023 .main-content .comingsoon-section h3 {
        line-height: 1.4;
        letter-spacing: 1px;
        margin-top: 30px;
        margin-bottom: 10px;
        display: inline-block; }
        .mup2023 .main-content .comingsoon-section h3:before {
          background-color: #fff; }
    .mup2023 .main-content .menu-section {
      margin-bottom: 30px; }
      .mup2023 .main-content .menu-section ul li a {
        padding-top: 15px;
        padding-bottom: 10px;
        display: inline-block;
        position: relative; }
        .mup2023 .main-content .menu-section ul li a:before {
          position: absolute;
          content: ' ';
          border-bottom: solid 2px #FE19B3;
          border-right: solid 2px #FE19B3;
          width: 8px;
          height: 8px;
          bottom: 15px;
          left: calc(50% - 4px);
          transform: rotate(45deg); }
        .mup2023 .main-content .menu-section ul li a img {
          width: 80%; }
      .mup2023 .main-content .menu-section ul:first-child {
        border-bottom: 3px dotted #FE19B3;
        display: flex;
        justify-content: center; }
        .mup2023 .main-content .menu-section ul:first-child li {
          width: 33.3%; }
          .mup2023 .main-content .menu-section ul:first-child li:nth-child(1), .mup2023 .main-content .menu-section ul:first-child li:nth-child(2) {
            border-right: 3px dotted #FE19B3; }
      .mup2023 .main-content .menu-section ul:nth-child(2) li {
        width: 100%; }
      .mup2023 .main-content .menu-section.menu2 ul:first-child li {
        width: 50%; }
        .mup2023 .main-content .menu-section.menu2 ul:first-child li:nth-child(1) img {
          max-width: 170px; }
        .mup2023 .main-content .menu-section.menu2 ul:first-child li:nth-child(2) {
          border-right: none; }
          .mup2023 .main-content .menu-section.menu2 ul:first-child li:nth-child(2) img {
            max-width: 160px; }
    .mup2023 .main-content .item-section {
      margin-top: 0px;
      padding-top: 50px;
      margin-bottom: 50px;
      background: url(../img/meeco/bg.png) top center/auto repeat-x; }
      .mup2023 .main-content .item-section h2 {
        border-bottom: 5px dotted #FE19B3;
        width: 95%;
        max-width: 1020px;
        margin: 0 auto 20px;
        line-height: 1.4; }
      .mup2023 .main-content .item-section .cat-sub-section {
        margin-bottom: 60px; }
        .mup2023 .main-content .item-section .cat-sub-section .cat-ttl {
          margin-bottom: 30px; }
        .mup2023 .main-content .item-section .cat-sub-section .cat-head {
          margin-bottom: 30px; }
          .mup2023 .main-content .item-section .cat-sub-section .cat-head .cat-copy {
            font-weight: 600; }
          .mup2023 .main-content .item-section .cat-sub-section .cat-head .cat-date {
            display: inline-block;
            margin: 1em 0 1.5em;
            padding: 0 1.2em;
            font-weight: 600;
            color: #FE19B3;
            background: #fff; }
      .mup2023 .main-content .item-section .item-list {
        display: flex;
        flex-wrap: wrap; }
        .mup2023 .main-content .item-section .item-list .item {
          width: 25%;
          padding: 0 10px;
          margin-bottom: 30px; }
          .mup2023 .main-content .item-section .item-list .item-img {
            display: inline-block;
            width: auto;
            position: relative; }
          .mup2023 .main-content .item-section .item-list .item-label {
            position: absolute;
            top: 5%;
            left: 0;
            display: inline-block;
            padding: 6px 10px 7px 10px;
            color: #fff;
            font-size: 10px;
            line-height: 1;
            background: #FE19B3;
            border-top-right-radius: 30px;
            border-bottom-right-radius: 30px; }
            .mup2023 .main-content .item-section .item-list .item-label strong {
              font-size: 12px;
              margin-right: 0.25em; }
          .mup2023 .main-content .item-section .item-list .item-label.label-blue {
            background: #1FD3A8; }
          .mup2023 .main-content .item-section .item-list .item-txt {
            text-align: left;
            font-size: 12px;
            line-height: 1.8; }
        .mup2023 .main-content .item-section .item-list.column3 .item {
          width: 33.33%; }
      .mup2023 .main-content .item-section .note {
        margin-top: 30px; }
      .mup2023 .main-content .item-section .banner-section {
        margin-top: 10px; }
        .mup2023 .main-content .item-section .banner-section .banner-list {
          max-width: 100%; }
          .mup2023 .main-content .item-section .banner-section .banner-list .banner {
            margin-top: 10px;
            margin-bottom: 10px; }
            .mup2023 .main-content .item-section .banner-section .banner-list .banner p {
              text-align: left; }
              .mup2023 .main-content .item-section .banner-section .banner-list .banner p span {
                font-size: 130%;
                font-weight: bold; }
    .mup2023 .main-content.main-meeco .comingsoon-section {
      color: #009A74; }
      .mup2023 .main-content.main-meeco .comingsoon-section .txt-line:before {
        background: #FFE200; }
    .mup2023 .main-content.main-meeco .reserve-section {
      margin-top: 60px; }
    .mup2023 .main-content .sns-btn {
      margin-top: 30px;
      display: flex;
      justify-content: center;
      text-align: center;
      font-family: "Quicksand", sans-serif; }
      .mup2023 .main-content .sns-btn .share__btn {
        display: block;
        width: 30%;
        color: #4E4E4E; }
        .mup2023 .main-content .sns-btn .share__btn .logo {
          display: flex;
          justify-content: center;
          align-items: center;
          width: 100%;
          font-size: 20px; }
          .mup2023 .main-content .sns-btn .share__btn .logo img {
            width: 65px; }
          .mup2023 .main-content .sns-btn .share__btn .logo span {
            display: block;
            margin-left: 1em;
            font-weight: 600; }
        .mup2023 .main-content .sns-btn .share__btn .account {
          margin-top: 1em;
          font-weight: 600; }
      .mup2023 .main-content .sns-btn .share__btn:hover {
        opacity: 0.8; }
  .mup2023 .attention-section {
    margin-top: 80px; }
  .mup2023 .close-mg {
    display: inline-block;
    color: #dd0000;
    font-weight: 600;
    border: 3px solid #dd0000;
    padding: 10px 20px;
    margin-bottom: 20px;
    margin-top: 10px;
    line-height: 1.6; }

@media screen and (min-width: 769px) {
  .visible-xs {
    display: none; } }
@media screen and (max-width: 768px) {
  .hidden-xs {
    display: none; }

  .sp-left {
    text-align: left; }

  .mup2023 {
    background: none;
    font-size: 14px; }
    .mup2023 .mup2023__container {
      width: auto;
      max-width: 100%;
      padding: 0 15px; }
    .mup2023 h4 {
      font-size: 20px; }
    .mup2023 .section {
      margin: 40px 0; }
    .mup2023 .banner-list .banner {
      margin-bottom: 2px;
      width: 49%; }
      .mup2023 .banner-list .banner.banner-txt {
        font-size: 15px;
        border-radius: 20px;
        margin-top: 0.2rem;
        margin-bottom: 0.5rem; }
        .mup2023 .banner-list .banner.banner-txt .btn-link {
          letter-spacing: 1px;
          width: 90%; }
        .mup2023 .banner-list .banner.banner-txt__pink, .mup2023 .banner-list .banner.banner-txt__blue {
          border-radius: 20px;
          border-width: 3px; }
          .mup2023 .banner-list .banner.banner-txt__pink a, .mup2023 .banner-list .banner.banner-txt__pink > div, .mup2023 .banner-list .banner.banner-txt__blue a, .mup2023 .banner-list .banner.banner-txt__blue > div {
            border-radius: 20px; }
            .mup2023 .banner-list .banner.banner-txt__pink a:after, .mup2023 .banner-list .banner.banner-txt__pink a:before, .mup2023 .banner-list .banner.banner-txt__pink > div:after, .mup2023 .banner-list .banner.banner-txt__pink > div:before, .mup2023 .banner-list .banner.banner-txt__blue a:after, .mup2023 .banner-list .banner.banner-txt__blue a:before, .mup2023 .banner-list .banner.banner-txt__blue > div:after, .mup2023 .banner-list .banner.banner-txt__blue > div:before {
              border-radius: 18px; }
      .mup2023 .banner-list .banner.banner-sp-full {
        width: 100%;
        margin-top: 5px !important;
        margin-bottom: 5px !important; }
    .mup2023 .banner-list.pc-2column .banner:nth-child(1), .mup2023 .banner-list.pc-2column .banner:nth-child(2) {
      width: 100%;
      margin-left: 0;
      margin-right: 0; }
    .mup2023 .banner-list.pc-3column .banner {
      width: 100%; }
    .mup2023 .btn-seemore {
      padding: 0 7px; }
      .mup2023 .btn-seemore a {
        width: 100%;
        max-width: 100%;
        font-size: 14px; }
    .mup2023 .btn-all-view a {
      font-size: 14px; }
      .mup2023 .btn-all-view a:before {
        right: 6px;
        font-size: 20px; }
    .mup2023 .mup2023__hero {
      margin-bottom: 10px; }
    .mup2023 .tab-menu-wrapper {
      border-bottom: 2px solid #FE19B3; }
      .mup2023 .tab-menu-wrapper .tab-menu__item {
        font-size: 14px; }
        .mup2023 .tab-menu-wrapper .tab-menu__item.noactive a:before {
          top: 17px; }
      .mup2023 .tab-menu-wrapper .tab-menu__item a {
        border-width: 2px 2px 0 2px; }
    .mup2023 .main-content {
      padding-top: 20px; }
      .mup2023 .main-content.main-shinjuku {
        background-image: url(../img/shinjuku/bg-shinjuku.png); }
      .mup2023 .main-content.main-meeco {
        background-image: url(../img/meeco/bg-meeco.png); }
      .mup2023 .main-content .page-head {
        border-radius: 20px;
        padding: 30px 10px;
        margin-top: 30px;
        line-height: 1.8;
        font-size: 14px; }
      .mup2023 .main-content.main-meeco .page-head {
        padding: 30px 5px; }
        .mup2023 .main-content.main-meeco .page-head p {
          font-size: 12px; }
          .mup2023 .main-content.main-meeco .page-head p .txt-line:before {
            padding: 0 2px;
            left: -2px; }
      .mup2023 .main-content.main-meeco .reserve-section {
        margin-top: 30px; }
      .mup2023 .main-content .reserve-section {
        margin-bottom: 30px; }
      .mup2023 .main-content .map-section {
        margin-top: 0;
        padding: 20px 40px;
        background-position: top -20px left -20px;
        background-size: 110%; }
        .mup2023 .main-content .map-section h2 img {
          width: 120px; }
        .mup2023 .main-content .map-section .btn-map {
          max-width: 100%; }
          .mup2023 .main-content .map-section .btn-map:before {
            bottom: 15px;
            right: 5px;
            width: 60px;
            height: 60px; }
      .mup2023 .main-content .comingsoon-section {
        margin: 40px 0; }
        .mup2023 .main-content .comingsoon-section h3 {
          margin-top: 20px; }
      .mup2023 .main-content .sns-btn .share__btn {
        width: 40%; }
        .mup2023 .main-content .sns-btn .share__btn .logo img {
          width: 40px; }
        .mup2023 .main-content .sns-btn .share__btn .logo span {
          font-size: 16px;
          margin-left: 0.5em; }
      .mup2023 .main-content .menu-section ul li a img {
        width: 95%; }
        .mup2023 .main-content .menu-section ul li a img.tit-campaign {
          width: 180px; }
      .mup2023 .main-content .menu-section ul li a:before {
        bottom: 12px; }
      .mup2023 .main-content .menu-section.menu2 ul:first-child li:nth-child(1) img {
        max-width: 120px; }
      .mup2023 .main-content .menu-section.menu2 ul:first-child li:nth-child(2) img {
        max-width: 110px; }
      .mup2023 .main-content .item-section .item-list {
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch; }
        .mup2023 .main-content .item-section .item-list .item {
          width: 50%;
          display: inline-block;
          vertical-align: top;
          margin: 0 0 15px;
          padding: 0 7px; }
          .mup2023 .main-content .item-section .item-list .item p {
            white-space: normal; }
        .mup2023 .main-content .item-section .item-list.column3 .item {
          width: 50%; }
      .mup2023 .main-content .item-section .note {
        margin-top: 20px; }

  #pagetop {
    display: none !important; } }
@media screen and (max-width: 414px) {
  .hidden-xxs {
    display: none; }

  .mup2023 {
    font-size: 13px;
    line-height: 2.0; }
    .mup2023 .lead {
      margin-bottom: 10px;
      letter-spacing: 0;
      line-height: 1.8;
      font-size: 13px;
      padding: 0 15px; }
    .mup2023 h4 {
      font-size: 18px; }
    .mup2023 .btn-all-view a {
      font-size: 13px; }
    .mup2023 .tab-menu-wrapper .tab-menu__item {
      font-size: 14px;
      letter-spacing: 0; }
    .mup2023 .tab-menu-wrapper .tab-menu__item a {
      height: 3.5em;
      line-height: 1.3; } }
@media screen and (max-width: 414px) {
  .mup2023 {
    font-size: 12px; }
    .mup2023 h2 {
      font-size: 17px;
      letter-spacing: 1px; }
    .mup2023 .attention-section {
      font-size: 11px;
      margin-top: 40px; } }
@keyframes fadeInAnime {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeInDownAnime {
  0% {
    opacity: 0;
    transform: translateY(10px); }
  50% {
    opacity: 0.3; }
  100% {
    opacity: 1;
    transform: translateY(0px); } }
.mup2023 .result-list__grid {
  justify-content: space-around; }

.mup2023 .result-list__grid > li {
  margin-bottom: 20px; }

.mup2023 .result-list__grid > li a {
  padding: 0 0 30px;
  text-align: left; }

.mup2023 .result-list__like {
  display: none !important; }

/*# sourceMappingURL=style.css.map */
