@import url("https://fonts.googleapis.com/css2?family=Anton&family=Shippori+Mincho+B1&display=swap");
/* ===============================================================
 msq page
===============================================================*/
:root {
  --en: "Anton", sans-serif;
  --ja: "Shippori Mincho B1", serif;
}

html {
  background-color: #e5ddcd;
}

@media screen and (max-width: 450px) {
  html, body {
    touch-action: auto !important;
  }
}

.inner {
  max-width: 120rem;
}

@media screen and (max-width: 834px) {
  .tab {
    display: none;
  }
}

.msq-c__txt {
  font-size: 2.1rem;
  font-family: var(--ja);
  transform: scaleY(0.85);
  line-height: 1.6;
}
@media screen and (max-width: 834px) {
  .msq-c__txt {
    font-size: 1.6rem;
    text-align: center;
  }
}

.msq-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.msq-header {
  position: sticky;
  top: 0;
  padding: 3rem 1rem;
  width: 10rem;
  height: 100vh;
  color: #fff;
  background-color: #000;
}
@media screen and (max-width: 834px) {
  .msq-header {
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
    padding: 1.8rem 2.5rem;
    width: 100vw;
    height: auto;
    z-index: 10;
    overflow: auto;
  }
}
.msq-header__txt {
  width: 2.9rem;
  margin: 0 auto;
}
@media screen and (max-height: 919px) {
  .msq-header__txt {
    width: 2rem;
  }
}
@media screen and (max-height: 680px) {
  .msq-header__txt {
    width: 1.5rem;
  }
}
@media screen and (max-width: 834px) {
  .msq-header__txt {
    display: none;
  }
}
.msq-header__img {
  width: 4rem;
  margin: 1.5rem auto 0;
}
@media screen and (max-height: 919px) {
  .msq-header__img {
    width: 3rem;
  }
}
@media screen and (max-height: 680px) {
  .msq-header__img {
    width: 2rem;
  }
}
@media screen and (max-width: 834px) {
  .msq-header__img {
    display: none;
  }
}
.msq-header__gnav {
  margin: 9rem auto 0;
}
@media screen and (max-height: 919px) {
  .msq-header__gnav {
    margin-top: 5vh;
  }
}
@media screen and (max-height: 680px) {
  .msq-header__gnav {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 834px) {
  .msq-header__gnav {
    margin-top: 0;
  }
}
@media screen and (max-width: 445px) {
  .msq-header__gnav {
    min-width: calc(100% + 4rem);
  }
}
@media screen and (max-width: 834px) {
  .msq-header__gnav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    gap: 3.5rem;
  }
}
.msq-header__gnav li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.msq-header__link {
  margin-bottom: 3rem;
  writing-mode: vertical-rl;
  font-size: 2.4rem;
  font-weight: 600;
  font-family: var(--ja);
  transform: scaleY(0.85);
}
@media screen and (max-height: 735px) {
  .msq-header__link {
    margin-bottom: 1em;
  }
}
@media screen and (max-height: 680px) {
  .msq-header__link {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 834px) {
  .msq-header__link {
    writing-mode: horizontal-tb;
    margin-bottom: 0;
    font-size: 2rem;
    white-space: nowrap;
  }
}
.msq-header__link.now {
  color: #e53333;
}

.msq-main {
  width: calc(100% - 10rem);
}
@media screen and (max-width: 834px) {
  .msq-main {
    width: 100%;
  }
}

.msq-fv {
  position: relative;
  height: 100vh;
}
.msq-fv__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 0;
}
.msq-fv__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.msq-fv__ttl {
  position: absolute;
  bottom: 5rem;
  left: 5rem;
  color: #f0f1e8;
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .msq-fv__ttl {
    bottom: auto;
    top: 2rem;
    left: 5%;
  }
}
.msq-fv__ttl span {
  font-family: var(--en);
  font-weight: 400;
  font-size: 9rem;
}
@media screen and (max-width: 834px) {
  .msq-fv__ttl span {
    font-size: 3.3rem;
  }
}
.msq-fv__ttl small {
  font-family: var(--ja);
  transform: scaleY(0.85);
  font-weight: 400;
  font-size: 3.2rem;
}
@media screen and (max-width: 834px) {
  .msq-fv__ttl small {
    margin-top: 0.8rem;
    display: block;
    font-size: 1.8rem;
  }
}
.msq-fv__catch-pc {
  position: absolute;
  top: 7rem;
  right: 4.5rem;
  z-index: 1;
  max-width: 51rem;
}
@media screen and (max-width: 1200px) {
  .msq-fv__catch-pc {
    width: 40%;
  }
}
@media screen and (max-width: 834px) {
  .msq-fv__catch-pc {
    display: none;
  }
}
.msq-fv__catch-sp {
  display: none;
}
@media screen and (max-width: 834px) {
  .msq-fv__catch-sp {
    position: absolute;
    display: block;
    z-index: 1;
  }
  .msq-fv__catch-sp:nth-last-child(2) {
    top: 2rem;
    right: 5%;
  }
  .msq-fv__catch-sp:last-of-type {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.msq-intro {
  position: relative;
  padding: 20rem 0 8rem;
  background: url(../img/brand-msq/intro-bg.webp) no-repeat bottom center/cover;
}
@media screen and (max-width: 834px) {
  .msq-intro {
    padding: 7.5rem 0 13.4rem;
    background-image: url(../img/brand-msq/intro-bg_sp.webp);
  }
}
@media screen and (max-width: 450px) {
  .msq-intro {
    padding-bottom: 8rem;
  }
}
.msq-intro:has(.blur) .msq-intro__cont {
  opacity: 1;
  transform: translateY(0);
}
.msq-intro__ttl {
  position: relative;
  z-index: 2;
  margin-top: 1rem;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .msq-intro__ttl {
    margin-top: 6.7rem;
  }
}
@media screen and (max-width: 600px) {
  .msq-intro__ttl img {
    max-width: 13.6rem;
  }
}
.msq-intro__cont {
  position: sticky;
  top: 5rem;
  z-index: 3;
  max-width: 78.6rem;
  margin: 55rem auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  gap: 3rem;
  opacity: 0;
  transform: translateY(10rem);
  transition: all 0.5s 0.3s ease;
}
@media screen and (max-width: 834px) {
  .msq-intro__cont {
    position: relative;
    top: 0;
    margin-top: 90vw;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2rem;
  }
}
@media screen and (max-width: 450px) {
  .msq-intro__cont {
    margin-top: 81vw;
  }
}
@media screen and (max-width: 410px) {
  .msq-intro__cont {
    margin-top: 76vw;
  }
}
@media screen and (max-width: 380px) {
  .msq-intro__cont {
    margin-top: 70vw;
  }
}
.msq-intro__cont .msq-c__txt {
  max-width: 48rem;
  margin-top: 10rem;
  font-size: 2.4rem;
}
@media screen and (max-width: 834px) {
  .msq-intro__cont .msq-c__txt {
    margin-top: 0;
    font-size: 2rem;
  }
}
@media screen and (max-width: 450px) {
  .msq-intro__cont .msq-c__txt {
    line-height: 1.6;
  }
}
.msq-intro__cont .msq-c__txt-inner {
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  text-orientation: upright;
  line-height: 2;
  white-space: nowrap;
}
.msq-intro__cont .msq-c__txt span {
  display: block;
}
@media screen and (max-width: 834px) {
  .msq-intro__cont .msq-c__txt span {
    text-align: left;
  }
}
@media screen and (max-width: 600px) {
  .msq-intro__catch {
    max-width: 11.8rem;
  }
}
.msq-intro__first {
  position: absolute;
  z-index: 1;
  top: 20rem;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 834px) {
  .msq-intro__first {
    top: 7.5rem;
  }
}
.msq-intro__last {
  position: relative;
  z-index: 1;
  max-width: 140rem;
  width: 90%;
  margin: -70rem auto 0;
}
@media screen and (max-width: 834px) {
  .msq-intro__last {
    display: none;
  }
}
.msq-intro__last.blur .msq-intro__last-bg::before {
  opacity: 1;
}
.msq-intro__last-bg {
  position: relative;
  width: fit-content;
}
.msq-intro__last-bg::before {
  position: absolute;
  content: "";
  width: 110%;
  height: 110%;
  top: -5%;
  left: -5%;
  z-index: 2;
  backdrop-filter: blur(10px);
  opacity: 0;
  transition: all 0.5s ease;
}
.msq-intro__last-bg:nth-of-type(2) {
  margin: 6rem 0 0 auto;
  text-align: right;
}
.msq-intro__last-bg:last-of-type {
  margin: -18.5rem auto 0 10rem;
}

.msq-feature {
  padding: 14rem 0 13rem;
  color: #fff;
  background-color: #333;
}
@media screen and (max-width: 834px) {
  .msq-feature {
    padding: 5rem 0;
  }
}
.msq-feature__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 3rem;
}
@media screen and (max-width: 1100px) {
  .msq-feature__flex {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5rem;
  }
}
@media screen and (max-width: 450px) {
  .msq-feature__flex {
    gap: 2rem;
  }
}
.msq-feature__ttl {
  max-width: 21.5rem;
}
@media screen and (max-width: 1100px) {
  .msq-feature__ttl {
    max-width: 15rem;
    margin: 0 auto;
  }
}
@media screen and (max-width: 834px) {
  .msq-feature__ttl {
    max-width: 10rem;
  }
}
.msq-feature__cont {
  max-width: 86rem;
}
@media screen and (max-width: 1100px) {
  .msq-feature__cont .tar {
    text-align: left;
  }
}
@media screen and (min-width: 835px) {
  .msq-feature .msq-c__txt {
    font-size: 1.8rem;
  }
}
.msq-feature__list {
  margin-top: 6.7rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media screen and (max-width: 1100px) {
  .msq-feature__list {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 834px) {
  .msq-feature__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 450px) {
  .msq-feature__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.msq-feature__item {
  position: relative;
  padding: 3.9rem 0 0;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
}
@media screen and (max-width: 834px) {
  .msq-feature__item {
    padding-top: 3rem;
  }
}
@media screen and (max-width: 450px) {
  .msq-feature__item {
    padding: 2rem 1rem 0;
  }
}
.msq-feature__item:nth-of-type(odd) {
  background-color: #cf1c1c;
}
.msq-feature__item:nth-of-type(odd) .msq-feature__item-ttl {
  color: #cf1c1c;
}
.msq-feature__item:nth-of-type(even) {
  background-color: #167ca2;
}
.msq-feature__item:nth-of-type(even) .msq-feature__item-ttl {
  color: #167ca2;
}
@media screen and (max-width: 450px) {
  .msq-feature__item:first-of-type {
    padding-bottom: 2rem;
  }
}
.msq-feature__item:first-of-type .msq-feature__img {
  max-width: 12.1rem;
  bottom: 3rem;
}
@media screen and (max-width: 450px) {
  .msq-feature__item:first-of-type .msq-feature__img {
    position: relative;
    bottom: auto;
  }
}
.msq-feature__item:nth-of-type(2) .msq-feature__img {
  max-width: 12.85rem;
}
@media screen and (max-width: 834px) {
  .msq-feature__item:nth-of-type(2) .msq-feature__img {
    position: relative;
    margin-top: -3rem;
  }
}
.msq-feature__item:nth-of-type(3) .msq-feature__img {
  position: relative;
  max-width: 20.1rem;
  margin-top: -1rem;
}
.msq-feature__item:nth-of-type(4) .msq-feature__img {
  max-width: 27.7rem;
  width: 90%;
}
@media screen and (max-width: 450px) {
  .msq-feature__item:nth-of-type(4) .msq-feature__img {
    position: relative;
  }
}
@media screen and (max-width: 450px) {
  .msq-feature__item:nth-of-type(5) {
    padding-bottom: 2rem;
  }
}
.msq-feature__item:nth-of-type(5) .msq-feature__img {
  max-width: 22.8rem;
  width: 90%;
  bottom: 4rem;
}
@media screen and (max-width: 450px) {
  .msq-feature__item:nth-of-type(5) .msq-feature__img {
    position: relative;
    bottom: auto;
  }
}
.msq-feature__item:last-of-type .msq-feature__img {
  position: relative;
  max-width: 12.5rem;
}
.msq-feature__item-ttl {
  margin: 0 auto;
  width: 6rem;
  line-height: 3rem;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 400;
  background-color: #fff;
  border-radius: 100vmax;
  -webkit-border-radius: 100vmax;
}
@media screen and (max-width: 450px) {
  .msq-feature__item-ttl {
    font-size: 1.4rem;
    width: 5.6rem;
    line-height: 2.8rem;
  }
}
.msq-feature__catch {
  position: relative;
  z-index: 2;
  margin-top: 1.5rem;
  font-family: var(--ja);
  transform: scaleY(0.85);
  font-size: 2rem;
  text-align: center;
  line-height: 1.4;
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  .msq-feature__catch {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 450px) {
  .msq-feature__catch {
    margin-top: 1rem;
  }
}
.msq-feature__catch strong {
  display: block;
  font-size: 3.4rem;
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  .msq-feature__catch strong {
    font-size: 2.2rem;
  }
}
.msq-feature__img {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 1;
  text-align: center;
}

.msq-price {
  padding: 15rem 0 11rem;
  background: url(../img/brand-msq/price-bg.webp) repeat top left/contain;
}
@media screen and (max-width: 834px) {
  .msq-price {
    padding: 5rem 0;
  }
}
.msq-price__ttl {
  margin-bottom: 7rem;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .msq-price__ttl {
    margin-bottom: 3rem;
  }
}
.msq-price__ttl img {
  max-width: 99.6rem;
  width: 90%;
}
.msq-price__txt {
  margin: 0 0 0 auto;
  display: block;
  width: fit-content;
  font-family: var(--ja);
  transform: scaleY(0.85);
  font-size: 1.5rem;
}
.msq-price__flex {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 4rem;
}
@media screen and (max-width: 1100px) {
  .msq-price__flex {
    gap: 0 1.5rem;
  }
}
@media screen and (max-width: 680px) {
  .msq-price__flex {
    grid-template-columns: repeat(1, 1fr);
  }
}
.msq-price__dl {
  padding: 3rem 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
  border-bottom: 1px solid rgba(127, 107, 68, 0.2);
}
@media screen and (max-width: 834px) {
  .msq-price__dl {
    padding: 2rem 1rem;
  }
}
@media screen and (max-width: 680px) {
  .msq-price__dl {
    padding: 1rem 0.5rem;
  }
}
.msq-price__dt {
  font-size: 3.2rem;
  font-family: var(--ja);
  transform: scaleY(0.85);
  font-weight: 700;
}
@media screen and (max-width: 1100px) {
  .msq-price__dt {
    font-size: 2.2rem;
  }
}
.msq-price__dt small {
  font-size: 2rem;
}
@media screen and (max-width: 1280px) {
  .msq-price__dt small {
    display: block;
    margin-top: 1rem;
  }
}
@media screen and (max-width: 1100px) {
  .msq-price__dt small {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 680px) {
  .msq-price__dt small {
    font-size: 1.5rem;
  }
}
.msq-price__dd {
  font-family: var(--ja);
  transform: scaleY(0.85);
  font-size: 3.2rem;
  font-weight: 700;
}
@media screen and (max-width: 1100px) {
  .msq-price__dd {
    font-size: 2.2rem;
  }
}

.msq-para {
  position: relative;
  width: 100%;
  aspect-ratio: 1580/970;
  overflow: hidden;
}
.msq-para__img {
  position: absolute;
  inset: 0;
  display: block;
  will-change: transform;
  transform: translate3d(0, 0, 0);
  pointer-events: none;
  z-index: 1;
}
.msq-para__img img {
  display: block;
  width: 100%;
  height: 110%;
  object-fit: cover;
}

.msq-gene {
  padding: 14rem 0 13rem;
  color: #fff;
  background: url(../img/brand-msq/gene-bg.webp) repeat top left/contain;
}
@media screen and (max-width: 834px) {
  .msq-gene {
    padding: 5rem 0;
  }
}
.msq-gene__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 3rem;
}
@media screen and (max-width: 1100px) {
  .msq-gene__flex {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5rem;
  }
}
@media screen and (max-width: 834px) {
  .msq-gene__flex {
    gap: 3rem;
  }
}
@media screen and (max-width: 1100px) {
  .msq-gene__ttl {
    max-width: 27.5rem;
    margin: 0 auto;
  }
}
@media screen and (max-width: 450px) {
  .msq-gene__ttl {
    width: 50%;
  }
}
.msq-gene__cont {
  max-width: 27.5rem;
}
@media screen and (min-width: 1101px) {
  .msq-gene__cont {
    position: sticky;
    top: 3rem;
  }
}
@media screen and (max-width: 1100px) {
  .msq-gene__cont {
    max-width: 100%;
  }
}
.msq-gene__cont .msq-c__txt {
  margin-top: 6rem;
}
@media screen and (max-width: 1100px) {
  .msq-gene__cont .msq-c__txt {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 834px) {
  .msq-gene__cont .msq-c__txt {
    margin-top: 2rem;
  }
}
.msq-gene__list {
  max-width: 80rem;
}
@media screen and (max-width: 1100px) {
  .msq-gene__list {
    max-width: 100%;
  }
}
.msq-gene__item:not(:first-of-type) {
  margin-top: 10rem;
}
@media screen and (max-width: 1100px) {
  .msq-gene__item:not(:first-of-type) {
    margin-top: 3rem;
  }
}
.msq-gene__fig {
  position: relative;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 834px) {
  .msq-gene__fig {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 450px) {
  .msq-gene__fig {
    margin-bottom: 0.5rem;
  }
}
.msq-gene__img img {
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
}
.msq-gene__cap {
  position: absolute;
  left: 0;
  bottom: 3rem;
  font-size: 3.2rem;
  font-weight: 700;
  font-family: var(--ja);
  transform: scaleY(0.85);
}
@media screen and (max-width: 834px) {
  .msq-gene__cap {
    font-size: 2rem;
    bottom: 1.5rem;
  }
}
@media screen and (max-width: 450px) {
  .msq-gene__cap {
    font-size: 1.6rem;
    bottom: 1rem;
  }
}
.msq-gene__cap span {
  display: block;
  width: fit-content;
  padding: 1.5rem;
  background-color: #e53333;
}
@media screen and (max-width: 834px) {
  .msq-gene__cap span {
    padding: 1rem;
  }
}
.msq-gene__cap span:not(:first-of-type) {
  margin-top: 0.7rem;
}
@media screen and (max-width: 834px) {
  .msq-gene__cap span:not(:first-of-type) {
    margin-top: 0.5rem;
  }
}

.msq-place {
  padding: 10rem 0 15rem;
  background: url(../img/brand-msq/place-bg.webp) no-repeat center center/cover;
}
@media screen and (max-width: 834px) {
  .msq-place {
    padding: 6rem 0;
    background-image: url(../img/brand-msq/place-bg_sp.webp);
  }
}
.msq-place__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3rem;
}
@media screen and (max-width: 834px) {
  .msq-place__flex {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.msq-place__lft {
  margin-top: 16rem;
  max-width: 27rem;
}
@media screen and (max-width: 834px) {
  .msq-place__lft {
    margin-top: 0;
    max-width: 100%;
  }
}
.msq-place__lft .msq-c__txt {
  margin-top: 3rem;
}
@media screen and (max-width: 834px) {
  .msq-place__lft .msq-c__txt {
    margin-top: 0;
    font-size: 1.8rem;
  }
}
.msq-place__map {
  max-width: 59.5rem;
  margin-top: 4rem;
}
@media screen and (max-width: 834px) {
  .msq-place__map {
    margin-top: 0;
  }
}
.msq-place__catch {
  max-width: 27.2rem;
  width: 23%;
  padding-left: 3rem;
}
@media screen and (max-width: 834px) {
  .msq-place__catch {
    width: 35%;
    padding-left: 0;
  }
}
.msq-place__ttl {
  font-family: var(--en);
  font-size: 5rem;
  font-weight: 400;
}
@media screen and (max-width: 834px) {
  .msq-place__ttl {
    font-size: 3.3rem;
    text-align: center;
  }
  .msq-place__ttl br {
    display: none;
  }
}
.msq-place__add {
  margin-top: 2rem;
  font-family: var(--ja);
  transform: scaleY(0.85);
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.25;
}
@media screen and (max-width: 834px) {
  .msq-place__add {
    font-size: 2.2rem;
    text-align: center;
  }
}

.msq-footer {
  position: relative;
  padding: 5rem 0;
  color: #fff;
  background-color: #333;
}
@media screen and (max-width: 834px) {
  .msq-footer {
    padding-bottom: 10.6rem;
  }
}
.msq-footer__txt {
  font-size: 3rem;
  font-family: var(--en);
  text-align: center;
}
.msq-footer__copy {
  display: block;
  margin-top: 2rem;
  text-align: center;
  font-size: 1.2rem;
  font-family: var(--ja);
  transform: scaleY(0.85);
}

.msq-totop {
  position: absolute;
  top: -4.7rem;
  right: 4rem;
}
@media screen and (max-width: 834px) {
  .msq-totop {
    right: 2rem;
  }
}
@media screen and (max-width: 600px) {
  .msq-totop {
    width: 17%;
    text-align: right;
  }
}
@media screen and (max-width: 460px) {
  .msq-totop {
    top: -7rem;
    right: 1rem;
  }
}