#page.in.mimosa section.mv {
  position: relative;
}
#page.in.mimosa section.mv:before {
  content: "";
  width: 100%;
  height: 25px;
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, #000000 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 0.1;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
#page.in.mimosa section.mv .mv-main {
  position: relative;
}
#page.in.mimosa section.mv .mv-main-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#page.in.mimosa section.mv .mv-main-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#page.in.mimosa section.mv .mv-main-flex {
  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;
  position: relative;
  height: 440px;
}
#page.in.mimosa section.mv .mv-main-flex-lft {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
#page.in.mimosa section.mv .mv-main-flex-cntr {
  width: 30.4%;
  position: absolute;
  bottom: 0;
  right: 31%;
  z-index: -1;
}
#page.in.mimosa section.mv .mv-main-flex-rig {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 254px;
          flex: 0 0 254px;
}
#page.in.mimosa section.mv .mv-main-catchcopy {
  font-size: 29px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.078em;
  margin-bottom: 12px;
  color: #282828;
}
#page.in.mimosa section.mv .mv-main-txt {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.57;
  letter-spacing: 0.078em;
  margin-bottom: 28px;
  color: #282828;
}
#page.in.mimosa section.mv .mv-main-price {
  max-width: 358px;
  margin-bottom: 15px;
}
#page.in.mimosa section.mv .mv-main-link a {
  display: block;
  text-align: center;
  position: relative;
  background: #fff;
  color: #282828;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.078em;
  padding: 10px 24px 10px 0;
  border-radius: 100px;
  width: 272px;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.13);
          box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.13);
}
#page.in.mimosa section.mv .mv-main-link a:after {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: url(../img/base/arrow.png) no-repeat center/contain, #ff5254;
  position: absolute;
  right: 24px;
  top: 0;
  bottom: 0;
  margin: auto;
}
#page.in.mimosa section.mv .mv-main-hall-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  text-align: center;
  color: #ff5254;
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
}
#page.in.mimosa section.mv .mv-main-hall-ttl:before,
#page.in.mimosa section.mv .mv-main-hall-ttl:after {
  content: "";
  width: 1px;
  height: 32px;
  background: currentColor;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transform: rotate(-30deg);
      -ms-transform: rotate(-30deg);
          transform: rotate(-30deg);
  -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
          transform-origin: bottom;
}
#page.in.mimosa section.mv .mv-main-hall-ttl:after {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
}
#page.in.mimosa section.mv .mv-main-hall-ttl .text {
  padding-bottom: 2px;
}
#page.in.mimosa section.mv .mv-main-hall-ttl .num {
  font-size: 23px;
}
#page.in.mimosa section.mv .mv-main-hall-ttl .num strong {
  font-size: 42px;
  font-weight: 700;
}
#page.in.mimosa section.mv .mv-main-hall-img {
  border: 2px solid #282828;
  border-radius: 9px;
  overflow: hidden;
}
#page.in.mimosa section.mv .mv-main-limited {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 40px auto 16px;
  text-align: center;
  background: #ff5254;
  color: #fff;
  border-radius: 100px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  padding: 4px 30px 8px;
}
#page.in.mimosa section.mv .mv-main-limited > span {
  font-size: 30px;
}
#page.in.mimosa section.mv .mv-main-logo {
  max-width: 222px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #page.in.mimosa section.mv:before {
    display: none;
  }
  #page.in.mimosa section.mv .mv-main-flex {
    max-width: 325px;
    height: auto;
    margin: 0 auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 20px 0 18px;
  }
  #page.in.mimosa section.mv .mv-main-flex-lft {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #page.in.mimosa section.mv .mv-main-flex-cntr {
    right: calc(50% + 14px);
    width: 164px;
  }
  #page.in.mimosa section.mv .mv-main-flex-rig {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 170px;
            flex: 0 1 170px;
    margin: 7px 0 0 auto;
  }
  #page.in.mimosa section.mv .mv-main-catchcopy {
    font-size: 24px;
    margin-bottom: 17px;
  }
  #page.in.mimosa section.mv .mv-main-txt {
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #page.in.mimosa section.mv .mv-main-price {
    max-width: 304px;
    margin-bottom: 10px;
  }
  #page.in.mimosa section.mv .mv-main-hall-ttl {
    font-size: 11px;
    margin-bottom: 7px;
  }
  #page.in.mimosa section.mv .mv-main-hall-ttl:before,
  #page.in.mimosa section.mv .mv-main-hall-ttl:after {
    height: 22px;
  }
  #page.in.mimosa section.mv .mv-main-hall-ttl .text {
    padding-bottom: 0;
  }
  #page.in.mimosa section.mv .mv-main-hall-ttl .num {
    font-size: 16px;
  }
  #page.in.mimosa section.mv .mv-main-hall-ttl .num strong {
    font-size: 28px;
  }
  #page.in.mimosa section.mv .mv-main-hall-img {
    border-width: 1.5px;
  }
  #page.in.mimosa section.mv .mv-main-limited {
    margin: 22px auto 7px;
    font-size: 14px;
    padding: 2px 18px 6px;
  }
  #page.in.mimosa section.mv .mv-main-limited > span {
    font-size: 20px;
  }
}
@media (hover: hover) {
  #page.in.mimosa section.mv .mv-main-link a:hover {
    color: #ff5254;
  }
}
#page.in.mimosa section.about {
  position: relative;
}
#page.in.mimosa section.about .about-bg img {
  width: 100%;
}
#page.in.mimosa section.about .about-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#page.in.mimosa section.about .about-container .wrap {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
#page.in.mimosa section.about .about-ttl {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 28px;
}
#page.in.mimosa section.about .about-ttl > span {
  background: #ff5254;
  color: #fff;
  border-radius: 100px;
  display: inline-block;
  padding: 4px 18px;
}
#page.in.mimosa section.about .about-catchcopy {
  font-size: 38px;
  font-weight: 700;
  line-height: 1.42;
  letter-spacing: 0.1em;
  margin-bottom: 38px;
}
#page.in.mimosa section.about .about-txt {
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.03em;
  margin-bottom: 58px;
}
#page.in.mimosa section.about .about-more .c-btn01 {
  margin: 0;
  min-width: 340px;
}
@media screen and (max-width: 1099px) {
  #page.in.mimosa section.about .about-ttl {
    margin-bottom: 10px;
  }
  #page.in.mimosa section.about .about-catchcopy {
    margin-bottom: 14px;
    font-size: 32px;
  }
  #page.in.mimosa section.about .about-txt {
    margin-bottom: 20px;
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  #page.in.mimosa section.about {
    padding-bottom: 50px;
  }
  #page.in.mimosa section.about .about-bg {
    height: 324px;
    margin-bottom: 32px;
  }
  #page.in.mimosa section.about .about-bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
  }
  #page.in.mimosa section.about .about-container {
    position: unset;
    display: block;
  }
  #page.in.mimosa section.about .about-ttl {
    font-size: 15px;
    position: absolute;
    top: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    white-space: nowrap;
    margin: 0;
  }
  #page.in.mimosa section.about .about-catchcopy {
    font-size: 22px;
    margin-bottom: 25px;
  }
  #page.in.mimosa section.about .about-txt {
    font-size: 15px;
    line-height: 2.1;
    margin-bottom: 25px;
  }
}
#page.in.mimosa section.c-hall {
  background: url(../img/mimosa/hall_bg.jpg) no-repeat center/cover;
}
#page.in.mimosa section.c-voice {
  background: url(../img/mimosa/voice_bg.jpg) no-repeat center/cover;
}
#page.in.mimosa section.c-voice .c-ttl01 {
  border-color: #282828;
}
#page.in.mimosa section.c-faq {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #page.in.mimosa section.c-faq {
    margin-bottom: 20px;
  }
}