@charset "UTF-8"; /*! http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
*,
*:before,
*:after {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  line-break: strict;
  backface-visibility: hidden;
}
html {
  font-family: "Noto Serif JP", serif;
  scroll-behavior: auto;
}
html > body {
  position: relative;
  min-width: 1366px;
  height: 100%;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  color: #3b5764;
  text-align: inherit;
  letter-spacing: 0.05em;
  word-break: break-all;
  background: #fff;
  text-size-adjust: 100%;
}
@media not all and (min-width: 769px) {
  html > body {
    min-width: initial;
    font-size: 3.4666666667vw;
    line-height: 1.8;
  }
}
html > body.is-fixed {
  height: 100vh;
  overflow: hidden;
  overscroll-behavior: contain;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
a {
  color: #3b5764;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  transition: 0.5s ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
p {
  margin: 0;
}
figure {
  padding: 0;
  margin: 0;
}
label {
  margin: 0;
}
button {
  padding: 0;
}
p {
  margin: 0;
  text-align: inherit;
}
input[type="text"],
input[type="button"],
input[type="email"],
input[type="submit"],
input[type="password"],
textarea,
button {
  padding: 0;
  font-family: "Noto Serif JP", serif;
  color: #3b5764;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-user-select: auto;
  user-select: auto;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
*:not(.c-img) > img,
.inline-video,
svg {
  width: 100%;
  height: auto;
  font-size: 0;
  vertical-align: bottom;
}
b,
strong,
.bold {
  font-weight: 500;
}
@media print, screen and (min-width: 769px) {
  .u-hide-pc {
    display: none !important;
  }
}
@media not all and (min-width: 769px) {
  .u-hide-sp {
    display: none !important;
  }
}
.l-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  width: 100%;
}
.l-header__inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 116px;
  padding: 0 40px;
}
@media not all and (min-width: 769px) {
  .l-header__inner {
    height: 17.6vw;
    padding: 0 4vw;
  }
}
.l-header-logo {
  width: 126px;
}
@media not all and (min-width: 769px) {
  .l-header-logo {
    width: 27.2vw;
  }
}
.l-header-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  height: calc(var(--vh) * 100);
  overflow-y: auto;
  overscroll-behavior: contain;
  pointer-events: none;
  visibility: hidden;
  background: linear-gradient(to bottom, #1c2327, #283237);
  background-attachment: fixed;
  opacity: 0;
  transition: 0.6s cubic-bezier(0.22, 1, 0.36, 1), transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  transform: translateY(-10%);
}
.l-header-nav.is-opened {
  pointer-events: visible;
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.l-header-nav__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 100%;
  overflow-y: scroll;
  color: #fff;
}
.l-header-nav__content {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  justify-content: center;
  min-width: 1366px;
}
@media not all and (min-width: 769px) {
  .l-header-nav__content {
    min-width: inherit;
    padding: 17.3333333333vw 8vw;
  }
}
.l-header-nav .nav-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px;
  width: 1040px;
  margin: 0 auto;
}
@media not all and (min-width: 769px) {
  .l-header-nav .nav-container {
    grid-template-columns: auto;
    gap: 13.3333333333vw;
    width: auto;
  }
}
.l-header-nav .nav-container a {
  color: inherit;
}
.l-header-nav .nav-section__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 140px;
  margin-bottom: 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
@media not all and (min-width: 769px) {
  .l-header-nav .nav-section__head {
    height: 24vw;
    margin-bottom: 6.6666666667vw;
  }
}
.l-header-nav .nav-section__head .image {
  width: 118px;
}
@media not all and (min-width: 769px) {
  .l-header-nav .nav-section__head .image {
    width: 26.6666666667vw;
    text-align: center;
  }
  .l-header-nav .nav-section__head .image img {
    width: 18.4vw;
  }
}
.l-header-nav .nav-section__head .heading__ja,
.l-header-nav .nav-section__head .heading__en {
  display: block;
}
.l-header-nav .nav-section__head .heading__ja {
  margin-bottom: 18px;
  font-size: 24px;
  line-height: 1;
}
@media not all and (min-width: 769px) {
  .l-header-nav .nav-section__head .heading__ja {
    margin-bottom: 1.8666666667vw;
    font-size: 4.2666666667vw;
  }
}
.l-header-nav .nav-section__head .heading__en {
  font-family: General Sans, sans-serif;
  font-size: 14px;
  line-height: 1;
  color: #fff6;
}
@media not all and (min-width: 769px) {
  .l-header-nav .nav-section__head .heading__en {
    font-size: 2.6666666667vw;
  }
}
.l-header-nav .nav-section .nav-list {
  display: flex;
  flex-flow: column wrap;
  gap: 35px;
  max-height: 180px;
}
@media not all and (min-width: 769px) {
  .l-header-nav .nav-section .nav-list {
    gap: 4.8vw;
    max-height: inherit;
    padding: 0 4vw;
  }
}
.l-header-nav .nav-section .nav-list__item a {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  vertical-align: middle;
}
.l-header-nav .nav-section .nav-list__item a:before {
  display: block;
  width: 9px;
  height: 1px;
  content: "";
  background: #fff;
}
@media print, screen and (min-width: 769px) {
  .l-header-nav .nav-section .nav-list__item a:hover {
    text-decoration: underline;
  }
}
@media print, screen and (min-width: 769px) {
  .l-header-nav .nav-section:nth-child(2) .nav-section__head .image {
    width: 167px;
  }
}
@media not all and (min-width: 769px) {
  .l-header-nav .nav-section:nth-child(2) .nav-section__head .image img {
    width: 25.6vw;
  }
}
.l-header-hamburger {
  position: relative;
  z-index: 10000;
  width: 38px;
  height: 38px;
  margin-right: -5px;
  cursor: pointer;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
@media not all and (min-width: 769px) {
  .l-header-hamburger {
    width: 6.4vw;
    height: 6.4vw;
    margin-right: 0;
  }
}
.l-header-hamburger:before,
.l-header-hamburger:after,
.l-header-hamburger span:before,
.l-header-hamburger span:after {
  position: absolute;
  display: block;
  width: 6px;
  height: 6px;
  content: "";
  background: #4f646e;
  border-radius: 3px;
  transition: 0.6s cubic-bezier(0.33, 1, 0.68, 1);
  transform-origin: 3px 3px;
}
@media not all and (min-width: 769px) {
  .l-header-hamburger:before,
  .l-header-hamburger:after,
  .l-header-hamburger span:before,
  .l-header-hamburger span:after {
    width: 0.8vw;
    height: 0.8vw;
    transform-origin: 0.4vw 0.4vw;
  }
}
.l-header-hamburger:before {
  top: 5px;
  left: 5px;
  transform: rotate(-45deg);
}
@media not all and (min-width: 769px) {
  .l-header-hamburger:before {
    top: 1.3333333333vw;
    left: 1.3333333333vw;
  }
}
.l-header-hamburger:after {
  top: 5px;
  left: 27px;
  transform: rotate(45deg);
}
@media not all and (min-width: 769px) {
  .l-header-hamburger:after {
    top: 1.3333333333vw;
    left: 4.2666666667vw;
  }
}
.l-header-hamburger span:before {
  top: 27px;
  left: 5px;
  transform: rotate(-135deg);
}
@media not all and (min-width: 769px) {
  .l-header-hamburger span:before {
    top: 4.2666666667vw;
    left: 1.3333333333vw;
  }
}
.l-header-hamburger span:after {
  top: 27px;
  left: 27px;
  transform: rotate(135deg);
}
@media not all and (min-width: 769px) {
  .l-header-hamburger span:after {
    top: 4.2666666667vw;
    left: 4.2666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-header-hamburger:hover:before {
    top: 2px;
    left: 2px;
  }
  .l-header-hamburger:hover:after {
    top: 2px;
    left: 29px;
  }
  .l-header-hamburger:hover span:before {
    top: 29px;
    left: 2px;
  }
  .l-header-hamburger:hover span:after {
    top: 29px;
    left: 29px;
  }
}
.l-header-hamburger.is-opened {
  position: fixed;
  top: 39px;
  right: 40px;
}
@media not all and (min-width: 769px) {
  .l-header-hamburger.is-opened {
    top: 5.6vw;
    right: 4.2666666667vw;
  }
}
.l-header-hamburger.is-opened:before,
.l-header-hamburger.is-opened:after,
.l-header-hamburger.is-opened span:before,
.l-header-hamburger.is-opened span:after {
  height: 30px;
  background-color: #bfc2c3;
}
@media not all and (min-width: 769px) {
  .l-header-hamburger.is-opened:before,
  .l-header-hamburger.is-opened:after,
  .l-header-hamburger.is-opened span:before,
  .l-header-hamburger.is-opened span:after {
    height: 4vw;
  }
}
.l-header-hamburger.is-opened:before {
  top: 0;
  left: 0;
}
@media not all and (min-width: 769px) {
  .l-header-hamburger.is-opened:before {
    top: 0.8vw;
    left: 0.8vw;
  }
}
.l-header-hamburger.is-opened:after {
  top: 0;
  left: 32px;
}
@media not all and (min-width: 769px) {
  .l-header-hamburger.is-opened:after {
    top: 0.8vw;
    left: 4.8vw;
  }
}
.l-header-hamburger.is-opened span:before {
  top: 32px;
  left: 0;
}
@media not all and (min-width: 769px) {
  .l-header-hamburger.is-opened span:before {
    top: 4.8vw;
    left: 0.8vw;
  }
}
.l-header-hamburger.is-opened span:after {
  top: 32px;
  left: 32px;
}
@media not all and (min-width: 769px) {
  .l-header-hamburger.is-opened span:after {
    top: 4.8vw;
    left: 4.8vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-header-hamburger.is-opened:hover {
    transform: scale(1.1);
  }
}
.l-container {
  position: relative;
  min-height: 100vh;
  overflow: clip;
}
.l-container.is-fixed {
  height: 100vh;
  overflow: hidden;
}
.l-main {
  position: relative;
  overflow-x: clip;
}
.l-inner {
  max-width: 1340px;
  padding: 0 30px;
  margin: 0 auto;
}
@media not all and (min-width: 769px) {
  .l-inner {
    padding: 0 8vw;
  }
}
.l-inner--lg {
  max-width: 1340px;
}
.l-inner--md {
  max-width: 1180px;
}
.l-inner--sm {
  max-width: 1056px;
}
.l-inner--xs {
  max-width: 910px;
}
.l-footer__contact {
  padding: 115px 0 110px;
  color: #fff;
  background: url(/mirabath/lp/assets/images/contact_bg.jpg) no-repeat center/cover;
}
@media not all and (min-width: 769px) {
  .l-footer__contact {
    padding: 16vw 0;
    background-image: url(/mirabath/lp/assets/images/contact_bg_sp.jpg);
  }
}
.l-footer__contact .c-ttl-sect {
  margin-bottom: 90px;
  text-align: center;
}
@media not all and (min-width: 769px) {
  .l-footer__contact .c-ttl-sect {
    margin-bottom: 12vw;
  }
}
.l-footer__contact .c-ttl-sect__en {
  margin: 0 auto;
}
.l-footer__contact .c-ttl-sect__ja {
  margin-left: 0;
}
.l-footer__contact .box {
  position: relative;
  display: flex;
  background: #fff3;
  border-radius: 20px;
}
@media not all and (min-width: 769px) {
  .l-footer__contact .box {
    display: block;
    border-radius: 2.6666666667vw;
  }
}
.l-footer__contact .box__item {
  position: relative;
  flex: 1 1 auto;
  width: 50%;
  padding: 40px;
  text-align: center;
}
@media not all and (min-width: 769px) {
  .l-footer__contact .box__item {
    width: auto;
    padding: 6.6666666667vw 8vw;
  }
}
.l-footer__contact .box__item:first-child:before {
  position: absolute;
  top: 38px;
  right: 0;
  bottom: 38px;
  display: block;
  width: 1px;
  content: "";
  background: #fff3;
}
@media not all and (min-width: 769px) {
  .l-footer__contact .box__item:first-child:before {
    inset: auto 0 0;
    width: auto;
    height: 1px;
  }
}
.l-footer__contact .box__title {
  margin-bottom: 40px;
  font-size: 24px;
  line-height: 1;
}
@media not all and (min-width: 769px) {
  .l-footer__contact .box__title {
    margin-bottom: 4.8vw;
    font-size: 4.2666666667vw;
  }
}
.l-footer__contact .box .button a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 400px;
  height: 88px;
  margin: 0 auto;
  font-size: 20px;
  background: #fff;
  border-radius: 88px;
}
@media not all and (min-width: 769px) {
  .l-footer__contact .box .button a {
    width: 68vw;
    height: 16vw;
    font-size: 4.2666666667vw;
  }
}
.l-footer__contact .box .tel {
  margin-bottom: 10px;
  line-height: 1;
}
@media not all and (min-width: 769px) {
  .l-footer__contact .box .tel {
    margin-bottom: 1.3333333333vw;
  }
}
.l-footer__contact .box .tel a {
  font-family: General Sans, sans-serif;
  font-size: 52px;
  color: #fff;
}
@media not all and (min-width: 769px) {
  .l-footer__contact .box .tel a {
    font-size: 10.1333333333vw;
  }
}
@media not all and (min-width: 769px) {
  .l-footer__contact .box .text {
    font-size: 3.2vw;
  }
}
.l-footer__contact .box .note {
  font-family: Noto Sans JP, sans-serif;
  font-size: 12px;
  line-height: 1;
}
@media not all and (min-width: 769px) {
  .l-footer__contact .box .note {
    font-size: 2.6666666667vw;
    font-weight: 300;
  }
}
.l-footer__bottom {
  padding: 110px 0 130px;
  text-align: center;
  background: #fff;
}
@media not all and (min-width: 769px) {
  .l-footer__bottom {
    padding: 13.3333333333vw 0;
  }
}
.l-footer__bottom .logo {
  width: 228px;
  margin: 0 auto;
}
@media not all and (min-width: 769px) {
  .l-footer__bottom .logo {
    width: 43.4666666667vw;
  }
}
.l-footer__bottom .copyright {
  margin-top: 22px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 10px;
  line-height: 1;
  color: #c6d0d4;
}
@media not all and (min-width: 769px) {
  .l-footer__bottom .copyright {
    margin-top: 3.7333333333vw;
    font-size: 2.6666666667vw;
  }
}
.l-footer__bottom .l-footer-bnrs {
  display: flex;
  gap: 0 25px;
  justify-content: center;
  margin: 0 0 100px;
}
@media not all and (min-width: 769px) {
  .l-footer__bottom .l-footer-bnrs {
    flex-direction: column;
    gap: 25px 0;
    padding: 0 10.6666666667vw;
    margin: 0 0 50px;
  }
}
.l-footer__bottom .l-footer-bnrs__bnr {
  width: 486px;
}
@media not all and (min-width: 769px) {
  .l-footer__bottom .l-footer-bnrs__bnr {
    width: 100%;
  }
}
@font-face {
  font-family: swiper-icons;
  src: url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translateZ(0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper:before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper:before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: #00000026;
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, #00000080, #0000);
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, #00000080, #0000);
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, #00000080, #0000);
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, #00000080, #0000);
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
@media not all and (min-width: 769px) {
  .c-btn {
    width: 69.3333333333vw;
  }
}
.c-btn > button,
.c-btn > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 75px;
  color: #b9ab7b;
  cursor: pointer;
  border: 1px solid #b9ab7b;
  border-radius: 9999px;
  transition: 0.5s ease;
}
@media not all and (min-width: 769px) {
  .c-btn > button,
  .c-btn > a {
    height: 17.0666666667vw;
  }
}
.c-btn > button span,
.c-btn > a span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 18px;
  font-weight: 400;
  transition: 0.5s ease;
}
@media not all and (min-width: 769px) {
  .c-btn > button span,
  .c-btn > a span {
    font-size: 4.5333333333vw;
  }
}
.c-btn > button .c-ico,
.c-btn > a .c-ico {
  margin-right: 16px;
}
@media not all and (min-width: 769px) {
  .c-btn > button .c-ico,
  .c-btn > a .c-ico {
    margin-right: 2.6666666667vw;
  }
}
.c-btn > button .c-ico svg,
.c-btn > a .c-ico svg {
  stroke: #b9ab7b;
}
@media (hover: hover) {
  .c-btn > button:hover,
  .c-btn > a:hover {
    background-color: #b9ab7b;
  }
  .c-btn > button:hover span,
  .c-btn > a:hover span {
    color: #fff;
  }
  .c-btn > button:hover .c-ico:after,
  .c-btn > a:hover .c-ico:after {
    opacity: 1;
  }
  .c-btn > button:hover .c-ico svg,
  .c-btn > a:hover .c-ico svg {
    stroke: #fff;
  }
}
.c-btn--blank a {
  position: relative;
}
.c-btn--blank a span {
  font-size: 15px;
}
.c-btn--blank a .c-ico {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  margin: 0;
}
@media not all and (min-width: 769px) {
  .c-btn--blank a .c-ico {
    right: 4.2666666667vw;
  }
}
.c-ico {
  display: inline-block;
  font-style: normal;
  vertical-align: middle;
}
.c-ico svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: #3b5764;
  transition: 0.5s ease;
}
.c-ico--arrow-down {
  width: 24px;
  height: 24px;
}
.c-ico--cart {
  position: relative;
  width: 28px;
  height: 28px;
}
@media not all and (min-width: 769px) {
  .c-ico--cart {
    width: 7.4666666667vw;
    height: 7.4666666667vw;
  }
}
.c-ico--plus {
  position: relative;
  width: 18px;
  height: 18px;
}
@media not all and (min-width: 769px) {
  .c-ico--plus {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
  }
}
.c-ico--plus:before,
.c-ico--plus:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13px;
  height: 1px;
  margin-left: -6.5px;
  content: "";
  background-color: #000;
  border-radius: 9999px;
  transition: 0.5s ease;
}
@media not all and (min-width: 769px) {
  .c-ico--plus:before,
  .c-ico--plus:after {
    width: 3.2vw;
    margin-left: -1.6vw;
  }
}
.c-ico--plus:after {
  transform: rotate(-90deg);
}
.is-opened .c-ico--plus:after {
  opacity: 0;
  transform: rotate(0);
}
.c-ico--blank {
  position: relative;
  width: 20px;
  height: 20px;
}
@media not all and (min-width: 769px) {
  .c-ico--blank {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
  }
}
.c-ico--blank svg {
  fill: none;
}
.c-lead {
  font-size: 16px;
  line-height: 2;
  text-align: center;
  letter-spacing: 0.1em;
  margin-top: 80px;
}
@media not all and (min-width: 769px) {
  .c-lead {
    margin-top: 17.0666666667vw;
    font-size: 4.2666666667vw;
    letter-spacing: 0;
  }
}
.c-lead--black {
  color: #000;
}
.c-ttl-sect__en {
  display: block;
  width: fit-content;
  font-family: General Sans, sans-serif;
  font-size: 100px;
  font-weight: 300;
  line-height: 1;
  color: #e2f0f7;
  opacity: 0;
  transform: translateY(0.5em);
}
@supports (background-clip: text) {
  .c-ttl-sect__en {
    color: transparent;
    background: url(/mirabath/lp/assets/images/bg1.jpg) no-repeat center/cover;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-mask-image: linear-gradient(to top, transparent, #000 50px, #000);
    mask-image: linear-gradient(to top, transparent, #000 50px, #000);
  }
}
@media not all and (min-width: 769px) {
  .c-ttl-sect__en {
    font-size: 15.2vw;
  }
}
.c-ttl-sect__ja {
  display: block;
  margin: -40px 0 0 60px;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
  opacity: 0;
  transform: translateY(20px) translateZ(0);
  will-change: transform, opacity;
}
@media not all and (min-width: 769px) {
  .c-ttl-sect__ja {
    margin: -5.3333333333vw 0 0 4vw;
    font-size: 5.8666666667vw;
    letter-spacing: 0;
  }
}
.mirable-lp-contact .l-footer__contact,
.mirable-lp-contact .c-ttl-sect__ja br {
  display: none;
}
@media not all and (min-width: 769px) {
  .mirable-lp-contact .c-ttl-sect__ja br {
    display: block;
  }
}
.mirable-lp-contact .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.mirable-lp-contact .l-container {
  background-color: #eef3f4;
  background-image: url(/mirabath/lp/assets/images/contact/page_bg-img.jpg);
  background-position: center top;
  background-size: cover;
}
@media not all and (min-width: 769px) {
  .mirable-lp-contact .top-ttl {
    margin: 9.3333333333vw 0 0;
  }
}
@media not all and (min-width: 769px) {
  .mirable-lp-contact .top-ttl .l-inner {
    padding: 0 4vw;
  }
}
.mirable-lp-contact .c-required,
.mirable-lp-contact .c-optional {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 20px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 12px;
  font-weight: 100;
  color: #fff;
  letter-spacing: 0.05em;
}
@media not all and (min-width: 769px) {
  .mirable-lp-contact .c-required,
  .mirable-lp-contact .c-optional {
    width: 8.8vw;
    height: 4.4vw;
    font-size: 2.6666666667vw;
  }
}
.mirable-lp-contact .c-required {
  background: #b22121;
}
.mirable-lp-contact .c-optional {
  background: #3b5764;
}
.mirable-lp-contact .progress {
  position: sticky;
  top: 100px;
  z-index: 0;
  display: flex;
  flex-direction: column;
  gap: 60px 0;
}
@media not all and (min-width: 769px) {
  .mirable-lp-contact .progress {
    position: relative;
    top: 0;
    z-index: 1;
    flex-direction: row;
    gap: 0 21.3333333333vw;
    justify-content: center;
  }
}
.mirable-lp-contact .progress:before {
  position: absolute;
  top: calc(50% - 90px);
  bottom: calc(50% - 90px);
  left: 15px;
  z-index: -1;
  width: 2px;
  content: "";
  background-image: linear-gradient(to bottom, transparent calc(100% - 2px), #3b5764 calc(100% - 2px));
  background-repeat: repeat-y;
  background-position: center top;
  background-size: 2px 5px;
  opacity: 0.3;
}
@media not all and (min-width: 769px) {
  .mirable-lp-contact .progress:before {
    top: 3.4666666667vw;
    right: calc(50% - 26.6666666667vw);
    left: calc(50% - 26.6666666667vw);
    width: auto;
    height: 0.4vw;
    background-image: linear-gradient(to right, transparent calc(100% - 0.4vw), #3b5764 calc(100% - 0.4vw));
    background-repeat: repeat-x;
    background-position: left center;
    background-size: 1.3333333333vw 0.4vw;
  }
}
.mirable-lp-contact .progress__item {
  display: flex;
  gap: 0 20px;
  align-items: center;
  counter-increment: progress-counter;
}
@media not all and (min-width: 769px) {
  .mirable-lp-contact .progress__item {
    display: inline-flex;
    flex-direction: column;
    gap: 0;
  }
}
.mirable-lp-contact .progress__item.is-active .progress__num {
  background: #37464d;
}
.mirable-lp-contact .progress__item.is-active .progress__num:before {
  color: #fff;
}
.mirable-lp-contact .progress__item.is-active .progress__txt {
  opacity: 1;
}
.mirable-lp-contact .progress__num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: #d6d9dc;
  border-radius: 50%;
}
@media not all and (min-width: 769px) {
  .mirable-lp-contact .progress__num {
    width: 7.7333333333vw;
    height: 7.7333333333vw;
  }
}
.mirable-lp-contact .progress__num:before {
  font-family: General Sans, sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  content: counter(progress-counter, decimal-leading-zero);
}
@media not all and (min-width: 769px) {
  .mirable-lp-contact .progress__num:before {
    font-size: 2.9333333333vw;
  }
}
.mirable-lp-contact .progress__txt {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.1em;
  opacity: 0.4;
}
@media not all and (min-width: 769px) {
  .mirable-lp-contact .progress__txt {
    margin: 2.6666666667vw 0 0;
    font-size: 4.2666666667vw;
  }
}
.mirable-lp-contact .form-contact {
  position: relative;
  width: 1120px;
  padding: 0 0 0 230px;
  margin: 150px auto 0;
}
@media not all and (min-width: 769px) {
  .mirable-lp-contact .form-contact {
    width: auto;
    padding: 0;
    margin: 17.3333333333vw 0 0;
  }
}
.mirable-lp-contact .form-contact__progress {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
@media not all and (min-width: 769px) {
  .mirable-lp-contact .form-contact__progress {
    position: static;
    height: auto;
  }
}
.mirable-lp-contact .form-contact__main {
  padding: 90px 0 200px 100px;
  background-image: url(/mirabath/lp/assets/images/contact/form-contents_bg-img.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
}
@media not all and (min-width: 769px) {
  .mirable-lp-contact .form-contact__main {
    padding: 13.3333333333vw 8vw 26.6666666667vw;
    margin: 14.6666666667vw 0 0;
  }
}
.mirable-lp-contact .form-contact__ttl {
  font-size: 28px;
  letter-spacing: 0.05em;
}
@media not all and (min-width: 769px) {
  .mirable-lp-contact .form-contact__ttl {
    font-size: 4.8vw;
  }
}
.mirable-lp-contact .form-contact__ttl br {
  display: none;
}
@media not all and (min-width: 769px) {
  .mirable-lp-contact .form-contact__ttl br {
    display: block;
  }
}
.mirable-lp-contact .form-contact__ttl + .form-contact__txt {
  margin: 35px 0 0;
}
@media not all and (min-width: 769px) {
  .mirable-lp-contact .form-contact__ttl + .form-contact__txt {
    margin: 6.6666666667vw 0 0;
  }
}
.mirable-lp-contact .form-contact__txt,
.mirable-lp-contact .form-contact__caution {
  font-family: Noto Sans JP, sans-serif;
}
.mirable-lp-contact .form-contact__txt {
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0;
}
@media not all and (min-width: 769px) {
  .mirable-lp-contact .form-contact__txt {
    font-size: 3.4666666667vw;
  }
}
.mirable-lp-contact .form-contact__caution {
  margin: 40px 0 0;
  font-size: 12px;
  font-weight: 100;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media not all and (min-width: 769px) {
  .mirable-lp-contact .form-contact__caution {
    margin: 5.3333333333vw 0 0;
    font-size: 2.6666666667vw;
  }
}
.mirable-lp-contact .form-contact__required-description {
  margin: 40px 0 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 12px;
  font-weight: 100;
  text-align: right;
  letter-spacing: 0.05em;
}
@media not all and (min-width: 769px) {
  .mirable-lp-contact .form-contact__required-description {
    margin: 13.3333333333vw 0 0;
    font-size: 2.6666666667vw;
  }
}
.mirable-lp-contact .form-contact__required-description .c-required {
  margin: 0 10px 0 0;
}
@media not all and (min-width: 769px) {
  .mirable-lp-contact .form-contact__required-description .c-required {
    margin: 0 1.3333333333vw 0 0;
  }
}
.mirable-lp-contact .form-contact__body {
  margin: 20px 0 0;
}
@media not all and (min-width: 769px) {
  .mirable-lp-contact .form-contact__body {
    margin: 4vw 0 0;
  }
}
.mirable-lp-contact .form {
  border-top: 1px solid #dbe0e1;
}
.mirable-lp-contact .form__item {
  padding: 30px 0 40px;
  border-bottom: 1px solid #dbe0e1;
}
@media not all and (min-width: 769px) {
  .mirable-lp-contact .form__item {
    padding: 6.6666666667vw 0 8vw;
  }
}
.mirable-lp-contact .form__legend {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media not all and (min-width: 769px) {
  .mirable-lp-contact .form__legend {
    font-size: 4vw;
  }
}
.mirable-lp-contact .form__legend .c-required,
.mirable-lp-contact .form__legend .c-optional {
  margin: 0 0 0 15px;
}
@media not all and (min-width: 769px) {
  .mirable-lp-contact .form__legend .c-required,
  .mirable-lp-contact .form__legend .c-optional {
    margin: 0 0 0 2.6666666667vw;
  }
}
.mirable-lp-contact .form__body {
  margin: 25px 0 0;
}
@media not all and (min-width: 769px) {
  .mirable-lp-contact .form__body {
    margin: 5.3333333333vw 0 0;
  }
}
.mirable-lp-contact .form__body--layout-side {
  display: inline-flex;
  gap: 0 40px;
}
@media not all and (min-width: 769px) {
  .mirable-lp-contact .form__body--layout-side {
    gap: 8vw;
  }
}
.mirable-lp-contact .form__body--layout-side .form__label + .form__label {
  margin: 0;
}
.mirable-lp-contact .form__label {
  display: block;
}
.mirable-lp-contact .form__label--layout-side {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.mirable-lp-contact .form__label--layout-side .form__input[type="text"],
.mirable-lp-contact .form__label--layout-side [type="text"].form__input--post-code {
  flex: 1;
  width: auto;
}
.mirable-lp-contact .form__label--layout-side .form__input--post-code {
  flex: 0 1 auto !important;
  width: 230px !important;
  margin: 0 20px 0 0;
}
@media not all and (min-width: 769px) {
  .mirable-lp-contact .form__label--layout-side .form__input--post-code {
    flex: 1 !important;
    width: auto !important;
    margin: 0 !important;
  }
}
@media not all and (min-width: 769px) {
  .mirable-lp-contact .form__label--layout-side .form__caution {
    margin: 1.3333333333vw 0 0 24vw;
  }
}
.mirable-lp-contact .form__label--radio {
  position: relative;
  display: inline-flex;
  gap: 0 15px;
}
@media not all and (min-width: 769px) {
  .mirable-lp-contact .form__label--radio {
    gap: 0 2.6666666667vw;
  }
}
.mirable-lp-contact .form__label--radio .form__ttl {
  width: auto;
}
.mirable-lp-contact .form__label + .form__txt {
  margin: 25px 0 0;
}
@media not all and (min-width: 769px) {
  .mirable-lp-contact .form__label + .form__txt {
    margin: 4vw 0 0;
  }
}
.mirable-lp-contact .form__label + .form__label {
  margin: 20px 0 0;
}
@media not all and (min-width: 769px) {
  .mirable-lp-contact .form__label + .form__label {
    margin: 4vw 0 0;
  }
}
.mirable-lp-contact .form__ttl {
  width: 100px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media not all and (min-width: 769px) {
  .mirable-lp-contact .form__ttl {
    width: 24vw;
    font-size: 3.4666666667vw;
  }
}
.mirable-lp-contact .form__input[type="text"],
.mirable-lp-contact .form__label--layout-side [type="text"].form__input--post-code,
.mirable-lp-contact .form__input[type="email"],
.mirable-lp-contact .form__label--layout-side [type="email"].form__input--post-code,
.mirable-lp-contact .form__input[type="tel"],
.mirable-lp-contact .form__label--layout-side [type="tel"].form__input--post-code {
  width: 100%;
  height: 60px;
  padding: 0 30px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 15px;
  letter-spacing: 0.05em;
  background: #fff;
  border: none;
}
@media not all and (min-width: 769px) {
  .mirable-lp-contact .form__input[type="text"],
  .mirable-lp-contact .form__label--layout-side [type="text"].form__input--post-code,
  .mirable-lp-contact .form__input[type="email"],
  .mirable-lp-contact .form__label--layout-side [type="email"].form__input--post-code,
  .mirable-lp-contact .form__input[type="tel"],
  .mirable-lp-contact .form__label--layout-side [type="tel"].form__input--post-code {
    height: 13.3333333333vw;
    padding: 0 4vw;
    font-size: 4.2666666667vw;
  }
}
.mirable-lp-contact .form__input[type="text"]::placeholder,
.mirable-lp-contact .form__label--layout-side [type="text"].form__input--post-code::placeholder,
.mirable-lp-contact .form__input[type="email"]::placeholder,
.mirable-lp-contact .form__label--layout-side [type="email"].form__input--post-code::placeholder,
.mirable-lp-contact .form__input[type="tel"]::placeholder,
.mirable-lp-contact .form__label--layout-side [type="tel"].form__input--post-code::placeholder {
  color: #d0d7da;
}
.mirable-lp-contact .form__input[type="radio"]:checked + .form__radio-icon:before,
.mirable-lp-contact .form__label--layout-side [type="radio"].form__input--post-code:checked + .form__radio-icon:before {
  opacity: 1;
}
.mirable-lp-contact .form__input--error {
  background: #b221210d !important;
  border: 2px solid #b22121 !important;
}
.mirable-lp-contact .form__confirm-txt {
  font-family: Noto Sans JP, sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media not all and (min-width: 769px) {
  .mirable-lp-contact .form__confirm-txt {
    font-size: 13px;
  }
}
.mirable-lp-contact .form__textarea {
  width: 100%;
  height: 240px;
  padding: 25px 30px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 15px;
  background: #fff;
}
@media not all and (min-width: 769px) {
  .mirable-lp-contact .form__textarea {
    height: 48vw;
    padding: 4vw;
    font-size: 4.2666666667vw;
  }
}
.mirable-lp-contact .form__textarea::placeholder {
  color: #d0d7da;
}
.mirable-lp-contact .form__txt {
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media not all and (min-width: 769px) {
  .mirable-lp-contact .form__txt {
    font-size: 3.2vw;
  }
}
.mirable-lp-contact .form__txt + .form__label {
  margin: 15px 0 0;
}
@media not all and (min-width: 769px) {
  .mirable-lp-contact .form__txt + .form__label {
    margin: 2.6666666667vw 0 0;
  }
}
.mirable-lp-contact .form__caution {
  font-family: Noto Sans JP, sans-serif;
  font-size: 12px;
  font-weight: 100;
  letter-spacing: 0.05em;
}
@media not all and (min-width: 769px) {
  .mirable-lp-contact .form__caution {
    font-size: 2.6666666667vw;
  }
}
@media not all and (min-width: 769px) {
  .mirable-lp-contact .form__caution + .form__label {
    margin: 4vw 0 0;
  }
}
.mirable-lp-contact .form__radio-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background: #fff;
  border: 1px solid rgba(59, 87, 100, 0.2);
  border-radius: 50%;
}
@media not all and (min-width: 769px) {
  .mirable-lp-contact .form__radio-icon {
    width: 6.1333333333vw;
    height: 6.1333333333vw;
  }
}
.mirable-lp-contact .form__radio-icon:before {
  width: 12px;
  height: 12px;
  content: "";
  background: #3b5764;
  border-radius: 50%;
  opacity: 0;
}
@media not all and (min-width: 769px) {
  .mirable-lp-contact .form__radio-icon:before {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
}
.mirable-lp-contact .form__confirmation-notice {
  padding: 35px 50px;
  margin: 60px 0 0;
  background: #d6dadd;
}
@media not all and (min-width: 769px) {
  .mirable-lp-contact .form__confirmation-notice {
    padding: 6.6666666667vw 8vw;
    margin: 10.6666666667vw 0 0;
  }
}
.mirable-lp-contact .form__confirmation-notice .ttl {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media not all and (min-width: 769px) {
  .mirable-lp-contact .form__confirmation-notice .ttl {
    font-size: 4.1333333333vw;
  }
}
.mirable-lp-contact .form__confirmation-notice .ttl + .txt {
  margin: 15px 0 0;
}
@media not all and (min-width: 769px) {
  .mirable-lp-contact .form__confirmation-notice .ttl + .txt {
    margin: 2.6666666667vw 0 0;
  }
}
.mirable-lp-contact .form__confirmation-notice .txt {
  font-family: Noto Sans JP, sans-serif;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media not all and (min-width: 769px) {
  .mirable-lp-contact .form__confirmation-notice .txt {
    font-size: 3.2vw;
  }
}
.mirable-lp-contact .form__confirmation-notice--caution {
  color: #b22121;
  background: #fff;
}
.mirable-lp-contact .form__note {
  margin: 50px 0 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0;
}
@media not all and (min-width: 769px) {
  .mirable-lp-contact .form__note {
    margin: 9.3333333333vw 0 0;
    font-size: 3.2vw;
  }
}
.mirable-lp-contact .form__note .en {
  font-family: General Sans, sans-serif;
  font-weight: 500;
}
.mirable-lp-contact .form__note .num {
  font-size: 17px;
}
@media not all and (min-width: 769px) {
  .mirable-lp-contact .form__note .num {
    font-size: 3.2vw;
  }
}
.mirable-lp-contact .form__note a {
  text-decoration: underline;
}
.mirable-lp-contact .form__note br.sp {
  display: none;
}
@media not all and (min-width: 769px) {
  .mirable-lp-contact .form__note br.sp {
    display: block;
  }
}
.mirable-lp-contact .form__privacy-policy {
  margin: 105px 0 0;
}
@media not all and (min-width: 769px) {
  .mirable-lp-contact .form__privacy-policy {
    margin: 12vw 0 0;
  }
}
.mirable-lp-contact .form__privacy-policy .form__note {
  text-align: center;
}
.mirable-lp-contact .form__agree {
  margin: 35px 0 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.05em;
}
@media not all and (min-width: 769px) {
  .mirable-lp-contact .form__agree {
    margin: 9.3333333333vw 0 0;
    font-size: 3.2vw;
  }
}
.mirable-lp-contact .form__agree label {
  display: inline-flex;
  gap: 0 15px;
  justify-content: center;
}
@media not all and (min-width: 769px) {
  .mirable-lp-contact .form__agree label {
    gap: 0 2.6666666667vw;
  }
}
.mirable-lp-contact .form__agree input:checked + .checkbox-icon:before {
  opacity: 1;
}
.mirable-lp-contact .form__agree .checkbox-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background: #fff;
  border: 1px solid rgba(59, 87, 100, 0.2);
}
@media not all and (min-width: 769px) {
  .mirable-lp-contact .form__agree .checkbox-icon {
    width: 6.1333333333vw;
    height: 6.1333333333vw;
  }
}
.mirable-lp-contact .form__agree .checkbox-icon:before {
  width: 19px;
  height: 14px;
  content: "";
  background-image: url(/mirabath/lp/assets/images/contact/icon_checkbox.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0;
}
@media not all and (min-width: 769px) {
  .mirable-lp-contact .form__agree .checkbox-icon:before {
    width: 4.1333333333vw;
    height: 3.0666666667vw;
  }
}
.mirable-lp-contact .form__error-txt {
  margin: 5px 0 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 13px;
  color: #b22121;
}
@media not all and (min-width: 769px) {
  .mirable-lp-contact .form__error-txt {
    font-size: 3.2vw;
    margin: 1.3333333333vw 0 0;
  }
}
.mirable-lp-contact .form .submit-btn,
.mirable-lp-contact .form .prev-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 400px;
  height: 88px;
  margin: 30px auto 0;
  font-size: 20px;
  letter-spacing: 0.1em;
  border-radius: 9999px;
}
@media not all and (min-width: 769px) {
  .mirable-lp-contact .form .submit-btn,
  .mirable-lp-contact .form .prev-btn {
    width: 84vw;
    height: 16vw;
    margin: 8vw auto 0;
    font-size: 4.2666666667vw;
  }
}
.mirable-lp-contact .form .submit-btn {
  color: #fff;
  background: #37464d;
}
.mirable-lp-contact .form .submit-btn--send {
  margin: 80px auto 0;
}
@media not all and (min-width: 769px) {
  .mirable-lp-contact .form .submit-btn--send {
    margin: 13.3333333333vw auto 0;
  }
}
.mirable-lp-contact .form .submit-btn--return {
  margin: 100px 0 0;
}
@media not all and (min-width: 769px) {
  .mirable-lp-contact .form .submit-btn--return {
    margin: 13.3333333333vw auto 0;
  }
}
.mirable-lp-contact .form .prev-btn {
  margin: 30px auto 0;
  background: #fff;
}
@media not all and (min-width: 769px) {
  .mirable-lp-contact .form .prev-btn {
    margin: 5.3333333333vw auto 0;
  }
}
.bg-container__bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.bg-container__bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.bg-container__bg img.is-active {
  opacity: 1;
}
.bg-container__bg canvas {
  position: absolute;
  bottom: -20%;
  opacity: 0;
  transform: rotate(-20deg) scale(1.2);
}
@media not all and (min-width: 769px) {
  .bg-container__bg canvas {
    bottom: -40%;
  }
}
.bg-container__bg canvas.is-active {
  opacity: 0.3;
}
.bg-container__2 {
  position: relative;
}
.concept {
  position: relative;
  z-index: 0;
  background: #fff;
}
.concept__inner {
  position: relative;
  padding: 134px 0 135px;
}
@media not all and (min-width: 769px) {
  .concept__inner {
    padding: 26.6666666667vw 8vw 33.3333333333vw;
  }
}
.concept__logo {
  width: 19.1666666667%;
  opacity: 0;
  transform: translateY(30px);
}
@media not all and (min-width: 769px) {
  .concept__logo {
    width: 61.3333333333vw;
    margin: 0 auto;
  }
}
.concept__ttl {
  margin-top: 84px;
  font-size: 32px;
  letter-spacing: 0.3em;
}
@media not all and (min-width: 769px) {
  .concept__ttl {
    margin-top: 10.6666666667vw;
    font-size: 6.4vw;
    text-align: center;
    letter-spacing: 0.05em;
  }
}
.concept__ttl span > span {
  display: inline-block;
  opacity: 0;
  transform: translateY(20px);
  will-change: transform, opacity;
  backface-visibility: hidden;
}
.concept__txt {
  margin-top: 30px;
  opacity: 0;
  transform: translateY(20px);
}
@media not all and (min-width: 769px) {
  .concept__txt {
    margin-top: 10.6666666667vw;
  }
}
.concept__txt p {
  line-height: 3;
}
@media not all and (min-width: 769px) {
  .concept__txt p {
    font-size: 3.2vw;
    line-height: 3.17;
    text-align: center;
  }
}
.concept__txt p + p {
  margin-top: 38px;
}
@media not all and (min-width: 769px) {
  .concept__txt p + p {
    margin-top: 6.9333333333vw;
  }
}
.concept__button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  height: 50px;
  padding: 0 39px 0 15px;
  margin-top: 50px;
  font-size: 13px;
  color: #b9ab7b;
  cursor: pointer;
  border: 1px solid #b9ab7b;
  border-radius: 50px;
  opacity: 0;
  transition: 0.5s ease;
  transform: translateY(20px);
}
@media (hover: hover) {
  .concept__button:hover {
    color: #fff;
    background: #b9ab7b;
  }
  .concept__button:hover .arrow {
    fill: #fff;
  }
}
@media not all and (min-width: 769px) {
  .concept__button {
    width: 64vw;
    height: 13.3333333333vw;
    padding: 0 10.4vw 0 4vw;
    margin: 13.3333333333vw auto 0;
    font-size: 3.4666666667vw;
  }
}
.concept__button .arrow {
  position: absolute;
  top: 0;
  right: 18px;
  bottom: 0;
  width: 16px;
  height: 16px;
  margin: auto;
  fill: #b9ab7b;
  transition: 0.5s ease;
}
@media not all and (min-width: 769px) {
  .concept__button .arrow {
    right: 4.8vw;
    width: 4.2666666667vw;
    height: 4.2666666667vw;
  }
}
.concept-images {
  position: absolute;
  top: 92px;
  left: 50%;
  z-index: 1;
  width: 650px;
}
@media not all and (min-width: 769px) {
  .concept-images {
    position: relative;
    top: 0;
    left: 0;
    width: auto;
    margin-top: 21.3333333333vw;
  }
}
.concept-images .deco {
  z-index: -1;
  display: block;
  width: 449px;
  height: 1122px;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media not all and (min-width: 769px) {
  .concept-images .deco {
    width: 65.6vw;
    height: 164.5333333333vw;
  }
}
.concept-images .deco__inner {
  width: 100%;
  height: 100%;
  background: url(/mirabath/lp/assets/images/concept_bg.svg) no-repeat center/contain;
}
.concept-images__inner {
  opacity: 0;
  transform: translateY(40px);
}
@media not all and (min-width: 769px) {
  .concept-images__inner img {
    width: 107.4666666667vw;
    margin: -18.6666666667vw 0 0 -16vw;
  }
}
.conversion_btn {
  position: absolute;
  right: 15px;
  bottom: 30px;
  z-index: 999;
  width: 320px;
  line-height: 0;
  transition: opacity 0.3s;
}
@media not all and (min-width: 769px) {
  .conversion_btn {
    right: 0;
    bottom: 5.3333333333vw;
    width: 77.6vw;
  }
}
.conversion_btn button {
  transform: translateZ(0);
  transition: 0.5s ease;
  cursor: pointer;
}
@media (hover: hover) {
  .conversion_btn button:hover {
    opacity: 0.7;
  }
}
.conversion_btn.is-fixed {
  position: fixed;
}
.conversion_btn.is-hidden {
  pointer-events: none;
  opacity: 0 !important;
}
.features {
  padding: 160px 0 0;
  color: #fff;
}
@media not all and (min-width: 769px) {
  .features {
    position: relative;
    padding: 24vw 0 0;
  }
}
.features__lead {
  display: flex;
  justify-content: space-between;
  padding-bottom: 170px;
}
@media not all and (min-width: 769px) {
  .features__lead {
    flex-direction: column;
    padding-bottom: 22.6666666667vw;
    margin-left: -4vw;
  }
  .features__lead .c-ttl-sect__ja {
    margin-right: -1em;
  }
}
.features__lead .text {
  width: 505px;
  margin-top: 80px;
  font-family: Noto Sans JP, sans-serif;
}
@media not all and (min-width: 769px) {
  .features__lead .text {
    width: auto;
    padding: 0 4vw;
    margin-top: 8vw;
  }
}
.features-sect {
  position: relative;
  display: flex;
  justify-content: flex-start;
}
@media not all and (min-width: 769px) {
  .features-sect {
    flex-direction: column;
  }
}
.features-sect__head {
  position: sticky;
  top: 0;
  width: 27.0833333333%;
  height: 100svh;
  padding: 260px 0 0 60px;
}
@media not all and (min-width: 769px) {
  .features-sect__head {
    position: relative;
    width: 100%;
    height: auto;
    padding: 21.3333333333vw 12vw 12vw;
    background: url(/mirabath/lp/assets/images/feature_bg_sp.png) no-repeat 0 0/100% auto;
    border-radius: 5.3333333333vw 0 0;
  }
}
.features-sect__head .heading {
  position: relative;
  margin-bottom: 65px;
}
@media not all and (min-width: 769px) {
  .features-sect__head .heading {
    margin-bottom: 6.6666666667vw;
  }
}
.features-sect__head .heading__number {
  position: absolute;
  top: -75px;
  left: -20px;
  font-family: General Sans, sans-serif;
  font-size: 120px;
  font-weight: 300;
  line-height: 1;
  color: #e2f0f7;
  opacity: 0.1;
}
@media not all and (min-width: 769px) {
  .features-sect__head .heading__number {
    top: -9.3333333333vw;
    left: -4vw;
    font-size: 16vw;
  }
}
.features-sect__head .heading__text {
  display: block;
  width: fit-content;
  font-size: 44px;
  line-height: 1.1;
  color: #e2f0f7;
}
@supports (background-clip: text) {
  .features-sect__head .heading__text {
    color: transparent;
    background: url(/mirabath/lp/assets/images/bg1.jpg) no-repeat center/cover;
    -webkit-background-clip: text;
    background-clip: text;
  }
}
@media not all and (min-width: 769px) {
  .features-sect__head .heading__text {
    font-size: 6.6666666667vw;
  }
}
.features-sect__head .text {
  font-size: 20px;
  line-height: 1.65;
}
@media not all and (min-width: 769px) {
  .features-sect__head .text {
    font-size: 4.2666666667vw;
  }
}
.features-sect__content {
  position: relative;
  z-index: 0;
  width: 72.0833333333%;
  overflow: clip;
  border-radius: 40px 0 0;
}
@media not all and (min-width: 769px) {
  .features-sect__content {
    position: static;
    width: 100%;
    border-radius: 0;
  }
}
.features-sect__content-inner {
  padding-top: 120px;
  padding-bottom: 210px;
}
@media not all and (min-width: 769px) {
  .features-sect__content-inner {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-top: 0;
    padding-bottom: 26.6666666667vw;
  }
}
.features-sect__content-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
@media not all and (min-width: 769px) {
  .features-sect__content-bg {
    display: none;
  }
}
.features-sect__content-bg:before {
  position: sticky;
  top: 0;
  display: block;
  width: 100%;
  height: 100svh;
  content: "";
  background: url(/mirabath/lp/assets/images/feature_bg.png) no-repeat 0 0;
}
@media not all and (min-width: 769px) {
  .features-sect__content-bg:before {
    background-image: url(/mirabath/lp/assets/images/feature_bg_sp.png);
    border-radius: 5.3333333333vw 0 0;
  }
}
.features-sect__sub-ttl {
  display: flex;
  align-items: center;
  margin-top: 110px;
  margin-bottom: 50px;
  font-size: 28px;
  line-height: 1.5;
  letter-spacing: 0.2em;
}
@media not all and (min-width: 769px) {
  .features-sect__sub-ttl {
    margin: 17.3333333333vw 0 8vw;
    font-size: 4.8vw;
    letter-spacing: 0;
  }
}
.features-sect__sub-ttl:after {
  display: block;
  flex: 1 1 auto;
  height: 1px;
  margin-left: 30px;
  content: "";
  background: silver;
}
@media not all and (min-width: 769px) {
  .features-sect__sub-ttl:after {
    margin-left: 2.1333333333vw;
  }
}
.features-sect__btn {
  margin: 120px auto 0;
}
@media not all and (min-width: 769px) {
  .features-sect__btn {
    margin: 13.8666666667vw auto 0;
  }
}
.features-sect .movie {
  position: relative;
  display: block;
  overflow: hidden;
  cursor: pointer;
  border-radius: 20px;
}
@media not all and (min-width: 769px) {
  .features-sect .movie {
    border-radius: 2.6666666667vw;
  }
}
.features-sect .movie:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 66px;
  height: 66px;
  aspect-ratio: 1;
  margin: auto;
  content: "";
  background: url(/mirabath/lp/assets/images/play_btn.svg) no-repeat center/contain;
  transition: 0.5s ease;
}
@media not all and (min-width: 769px) {
  .features-sect .movie:before {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
  }
}
@media (hover: hover) {
  .features-sect .movie:hover:before {
    transform: scale(1.1);
  }
}
.features-sect .movie img {
  display: block;
}
.features-sect .tips {
  padding-left: 60px;
  margin-top: 110px;
  background: url(/mirabath/lp/assets/images/tips_bg.png) repeat-y 0;
}
@media not all and (min-width: 769px) {
  .features-sect .tips {
    padding-left: 8vw;
    margin-top: 14.6666666667vw;
    background-size: 5px auto;
  }
}
.features-sect .tips__heading {
  margin-bottom: 35px;
  font-size: 24px;
  line-height: 1;
}
@media not all and (min-width: 769px) {
  .features-sect .tips__heading {
    margin-bottom: 6.1333333333vw;
    font-size: 4.2666666667vw;
  }
}
.features-sect .tips__image {
  display: flex;
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 20px;
}
@media not all and (min-width: 769px) {
  .features-sect .tips__image {
    display: block;
    margin-bottom: 4.8vw;
    border-radius: 2.6666666667vw;
  }
}
.features-sect .tips__image--grid img {
  flex: 1 1 auto;
  width: 50%;
}
@media not all and (min-width: 769px) {
  .features-sect .tips__image--grid img {
    width: 100%;
  }
}
.features-sect .tips .text {
  font-family: Noto Sans JP, sans-serif;
  font-size: 15px;
}
@media not all and (min-width: 769px) {
  .features-sect .tips .text {
    font-size: 3.2vw;
  }
}
.features-sect .note-box {
  padding: 50px 60px 70px;
  margin-top: 100px;
  background: #cccccc1a;
  border-radius: 20px;
}
@media not all and (min-width: 769px) {
  .features-sect .note-box {
    padding: 6.6666666667vw 8vw;
    margin-top: 14.6666666667vw;
  }
}
.features-sect .note-box__heading {
  margin-bottom: 45px;
  font-size: 20px;
  font-weight: 500;
}
@media not all and (min-width: 769px) {
  .features-sect .note-box__heading {
    margin-bottom: 6.6666666667vw;
    font-size: 3.7333333333vw;
  }
}
.features-sect .note-box__content {
  display: flex;
  gap: 40px;
}
@media not all and (min-width: 769px) {
  .features-sect .note-box__content {
    display: grid;
    grid-template-columns: 18.6666666667vw 1fr;
    gap: 5.8666666667vw 4vw;
  }
}
.features-sect .note-box__content .image {
  flex: 0 0 auto;
  width: 100px;
}
@media not all and (min-width: 769px) {
  .features-sect .note-box__content .image {
    width: 100%;
  }
}
.features-sect .note-box__content .text-wrap {
  font-family: Noto Sans JP, sans-serif;
}
@media not all and (min-width: 769px) {
  .features-sect .note-box__content .text-wrap {
    display: contents;
  }
  .features-sect .note-box__content .text-wrap .note-wrap {
    grid-column: 1/-1;
  }
}
.features-sect .note-box__content .text {
  font-size: 14px;
}
@media not all and (min-width: 769px) {
  .features-sect .note-box__content .text {
    font-size: 2.9333333333vw;
  }
}
.features-sect .note-box__content .note {
  margin-top: 20px;
  font-size: 12px;
  line-height: 1.5;
}
@media not all and (min-width: 769px) {
  .features-sect .note-box__content .note {
    margin-top: 0;
    font-size: 2.6666666667vw;
  }
}
.features-sect .note-box__content .note-list {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.5;
}
@media not all and (min-width: 769px) {
  .features-sect .note-box__content .note-list {
    margin-top: 2.6666666667vw;
    font-size: 2.6666666667vw;
  }
}
.features-sect-lead__txt {
  display: block;
  margin-bottom: 80px;
  font-size: 32px;
  font-weight: 500;
}
@media not all and (min-width: 769px) {
  .features-sect-lead__txt {
    margin-bottom: 6.6666666667vw;
    font-size: 5.3333333333vw;
  }
}
.features-sect-recommend {
  display: flex;
  align-items: center;
  padding: 20px;
  margin: 40px 0 0;
  border: 1px solid #888;
}
@media not all and (min-width: 769px) {
  .features-sect-recommend {
    flex-direction: column;
    width: calc(100% + 8vw);
    padding: 2.1333333333vw 4vw 5.3333333333vw;
    margin: 13.8666666667vw auto 0 -4vw;
  }
}
.features-sect-recommend__ttl {
  width: 25.9493670886%;
  text-align: center;
}
@media not all and (min-width: 769px) {
  .features-sect-recommend__ttl {
    width: 100%;
    padding-bottom: 5px;
    font-size: 4vw;
    border-bottom: 1px solid #888;
  }
}
.features-sect-recommend__content {
  width: 74.3037974684%;
  padding-left: 34px;
  border-left: 1px solid #888;
}
@media not all and (min-width: 769px) {
  .features-sect-recommend__content {
    width: 100%;
    padding: 4.2666666667vw 2.6666666667vw 0;
    border: none;
  }
}
.features-sect-recommend__content dl {
  display: flex;
  flex-wrap: wrap;
  letter-spacing: 0.1em;
}
@media not all and (min-width: 769px) {
  .features-sect-recommend__content dl {
    letter-spacing: 0;
  }
}
.features-sect-recommend__content dl dt {
  width: 115px;
  overflow: hidden;
}
@media not all and (min-width: 769px) {
  .features-sect-recommend__content dl dt {
    width: 26.9333333333vw;
  }
}
.features-sect-recommend__content dl dt:after {
  float: right;
  margin: 0 8px;
  content: "：";
}
@media not all and (min-width: 769px) {
  .features-sect-recommend__content dl dt:after {
    margin: 0 1.3333333333vw;
  }
}
.features-sect-recommend__content dl dd {
  width: calc(100% - 115px);
}
@media not all and (min-width: 769px) {
  .features-sect-recommend__content dl dd {
    width: calc(100% - 26.9333333333vw);
  }
}
.features-sect-recommend__content ul {
  margin-top: 16px;
}
@media not all and (min-width: 769px) {
  .features-sect-recommend__content ul {
    margin-top: 5.3333333333vw;
  }
}
.features-sect-recommend__content ul li {
  position: relative;
  padding-left: 35px;
  line-height: 1.5;
}
@media not all and (min-width: 769px) {
  .features-sect-recommend__content ul li {
    padding-left: 5.8666666667vw;
  }
}
.features-sect-recommend__content ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  color: #c38869;
  content: "■";
}
.features-sect-recommend__content ul li + li {
  margin-top: 10px;
}
@media not all and (min-width: 769px) {
  .features-sect-recommend__content ul li + li {
    margin-top: 2.1333333333vw;
  }
}
.features-sect-main-image {
  margin: 80px 0 0;
  overflow: hidden;
}
@media not all and (min-width: 769px) {
  .features-sect-main-image {
    order: -1;
    margin: 0 -8vw 13.3333333333vw;
  }
  .features-sect-main-image .movie {
    border-radius: 0;
  }
}
.features-sect-main-image img {
  border-radius: 20px;
}
@media not all and (min-width: 769px) {
  .features-sect-main-image img {
    border-radius: 0;
  }
}
.features-sect-main-image .movie:before {
  width: 94px;
  height: 94px;
}
@media not all and (min-width: 769px) {
  .features-sect-main-image .movie:before {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
  }
}
.features-sect-main-text {
  margin-top: 60px;
  font-family: Noto Sans JP, sans-serif;
}
@media not all and (min-width: 769px) {
  .features-sect-main-text {
    margin-top: 0;
  }
}
.features-sect-items {
  display: flex;
  flex-wrap: wrap;
  gap: 70px 7%;
  justify-content: space-between;
}
@media not all and (min-width: 769px) {
  .features-sect-items {
    flex-direction: column;
    gap: 13.3333333333vw;
  }
}
.features-sect-item {
  width: 46.5%;
}
@media not all and (min-width: 769px) {
  .features-sect-item {
    width: 100%;
  }
}
.features-sect-item--wide {
  width: 100%;
}
.features-sect-item--wide .features-sect-item__heading {
  font-size: 24px;
}
@media not all and (min-width: 769px) {
  .features-sect-item--wide .features-sect-item__heading {
    font-size: 3.7333333333vw;
  }
}
.features-sect-item__heading {
  margin-bottom: 30px;
  font-size: 20px;
}
@media not all and (min-width: 769px) {
  .features-sect-item__heading {
    margin-bottom: 5.8666666667vw;
    font-size: 3.7333333333vw;
  }
}
.features-sect-item__image {
  overflow: hidden;
  border-radius: 20px;
}
@media not all and (min-width: 769px) {
  .features-sect-item__image {
    border-radius: 2.6666666667vw;
  }
}
.features-sect-item__image img {
  display: block;
}
.features-sect-item__image--grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media not all and (min-width: 769px) {
  .features-sect-item__image--grid {
    grid-template-columns: auto;
  }
}
.features-sect-item__image--grid .movie {
  border-radius: 0;
}
.features-sect-item__image-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media not all and (min-width: 769px) {
  .features-sect-item__image-wrap {
    display: flex;
    flex-direction: column;
    gap: 4vw;
  }
}
.features-sect-item__image-wrap img {
  border-radius: 20px;
}
@media not all and (min-width: 769px) {
  .features-sect-item__image-wrap img {
    border-radius: 2.6666666667vw;
  }
}
.features-sect-item__image-wrap img:first-child {
  grid-column: span 2;
}
.features-sect-item__text {
  margin-top: 35px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 15px;
}
@media not all and (min-width: 769px) {
  .features-sect-item__text {
    margin-top: 4vw;
    font-size: 3.2vw;
  }
}
.features-sect-item__note {
  margin-top: 20px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 12px;
  line-height: 1.5;
}
@media not all and (min-width: 769px) {
  .features-sect-item__note {
    margin-top: 3.4666666667vw;
    font-size: 2.6666666667vw;
    font-weight: 300;
  }
}
.gap {
  margin: 0 80px;
  overflow: hidden;
  border-radius: 20px;
  transition: 1.8s cubic-bezier(0.22, 1, 0.36, 1);
}
@media not all and (min-width: 769px) {
  .gap {
    margin: 0 8vw;
    border-radius: 2.6666666667vw;
  }
}
.gap__inner {
  margin: 0 -80px;
  transition: inherit;
}
@media not all and (min-width: 769px) {
  .gap__inner {
    margin: 0 -8vw;
  }
}
.gap img {
  transition: transform 4s cubic-bezier(0.22, 1, 0.36, 1);
  transform: scale(1.2);
}
.gap.is-active {
  margin: 0;
  border-radius: 0;
}
.gap.is-active .gap__inner {
  margin: 0;
}
.gap.is-active img {
  transform: scale(1);
}
.buying-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overscroll-behavior: contain;
  pointer-events: none;
  opacity: 0;
  transition: 0.3s ease;
}
.buying-modal__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  min-width: 1330px;
  height: auto;
  min-height: calc(100% + 1px);
  padding: 90px 0;
  background: #000c;
}
@media not all and (min-width: 769px) {
  .buying-modal__inner {
    min-width: auto;
    height: calc(100% + 1px);
    padding: 0;
    overflow: hidden;
  }
}
.buying-modal__close {
  position: absolute;
  top: -64px;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  cursor: pointer;
  transform: translateZ(0);
  transition: 0.5s ease;
}
@media (hover: hover) {
  .buying-modal__close:hover {
    opacity: 0.7;
  }
}
@media not all and (min-width: 769px) {
  .buying-modal__close {
    position: static;
    margin-left: auto;
  }
}
.buying-modal__close img {
  width: 33px;
}
@media not all and (min-width: 769px) {
  .buying-modal__close img {
    width: 6.6666666667vw;
  }
}
@media not all and (min-width: 769px) {
  .buying-modal__close {
    opacity: 0;
    transition: 0.3s ease 0.2s;
    transform: translateY(8vw);
  }
}
.buying-modal.is-opened {
  pointer-events: visible;
  opacity: 1;
}
.buying-modal.is-opened .buying-modal__close {
  opacity: 1;
  transform: translateY(0);
}
.buying-modal-box {
  position: relative;
  z-index: 5;
  width: 800px;
  padding: 50px;
  margin: 0 auto;
  background: #fff;
  filter: drop-shadow(0 0 40px rgba(0, 0, 0, 0.2));
  opacity: 0;
  transition: 0.3s ease 0.2s;
  transform: translateY(30px);
}
@media not all and (min-width: 769px) {
  .buying-modal-box {
    width: auto;
    max-height: calc(100vh - 32vw);
    padding: 13.3333333333vw 6.6666666667vw;
    overflow-y: scroll;
    transform: translateY(8vw);
  }
}
.buying-modal-box__item {
  display: flex;
  align-items: center;
}
@media not all and (min-width: 769px) {
  .buying-modal-box__item {
    display: block;
  }
}
.buying-modal-box__item-img {
  position: relative;
  width: 244px;
  margin: -49px 0 -44px -28px;
}
@media not all and (min-width: 769px) {
  .buying-modal-box__item-img {
    width: 57.3333333333vw;
    margin: -5.6vw auto 0;
  }
}
.buying-modal-box__item-txt {
  text-align: center;
}
@media not all and (min-width: 769px) {
  .buying-modal-box__item-txt {
    bottom: 0.5333333333vw;
    left: 5.3333333333vw;
    font-size: 4.5333333333vw;
  }
}
.buying-modal-box__item-txt .logo {
  display: block;
  width: 179px;
  margin-bottom: 20px;
}
@media not all and (min-width: 769px) {
  .buying-modal-box__item-txt .logo {
    width: 53.3333333333vw;
    margin: 0 auto 5.3333333333vw;
  }
}
.buying-modal-box__item-txt .name {
  display: block;
}
@media not all and (min-width: 769px) {
  .buying-modal-box__item-txt .name {
    font-size: 4.5333333333vw;
  }
}
.buying-modal-box__item-txt b {
  font-size: 26px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.2em;
}
@media not all and (min-width: 769px) {
  .buying-modal-box__item-txt b {
    font-size: 6.4vw;
  }
}
.buying-modal-box__item-txt .unit {
  font-family: Noto Sans JP, sans-serif;
  font-size: 13px;
}
@media not all and (min-width: 769px) {
  .buying-modal-box__item-txt .unit {
    font-size: 3.4666666667vw;
  }
}
.buying-modal-box__item-btns {
  width: 240px;
  margin-left: auto;
}
@media not all and (min-width: 769px) {
  .buying-modal-box__item-btns {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: auto;
    margin-top: 8vw;
  }
}
@media print, screen and (min-width: 769px) {
  .buying-modal-box__item-btns .c-btn + .c-btn {
    margin-top: 10px;
  }
}
@media not all and (min-width: 769px) {
  .buying-modal-box__item-btns .c-btn {
    width: 43.7333333333vw;
  }
  .buying-modal-box__item-btns .c-btn:nth-child(n + 3) {
    margin-top: 3.2vw;
  }
}
.buying-modal-box__item-btns .c-btn a {
  height: 58px;
}
@media not all and (min-width: 769px) {
  .buying-modal-box__item-btns .c-btn a {
    height: 10.6666666667vw;
  }
}
@media not all and (min-width: 769px) {
  .buying-modal-box__item-btns .c-btn a span {
    font-size: 3.4666666667vw;
  }
}
@media not all and (min-width: 769px) {
  .buying-modal-box__item-btns .c-btn:nth-child(3) a span {
    padding-right: 4.8vw;
    font-size: 3.2vw;
  }
}
.buying-modal.is-opened .buying-modal-box {
  opacity: 1;
  transform: translateY(0);
}
.movie-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overscroll-behavior: contain;
  pointer-events: none;
  opacity: 0;
  transition: 0.3s ease;
}
.movie-modal__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: calc(100% + 1px);
  background: #000c;
}
.movie-modal.is-opened {
  pointer-events: visible;
  opacity: 1;
}
.movie-modal.is-opened .buying-modal__close {
  opacity: 1;
  transform: translateY(0);
}
.movie-modal .movie-modal-box {
  position: relative;
  width: 100%;
  max-width: 1000px;
}
.movie-modal .movie-modal-box__inner {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}
.movie-modal .movie-modal-box__inner video {
  width: 100%;
}
.movie-modal .movie-modal-box__close {
  position: absolute;
  top: -74px;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  cursor: pointer;
  transform: translateZ(0);
  transition: 0.5s ease;
}
@media (hover: hover) {
  .movie-modal .movie-modal-box__close:hover {
    opacity: 0.7;
  }
}
@media not all and (min-width: 769px) {
  .movie-modal .movie-modal-box__close {
    top: -15.4666666667vw;
    width: 12.8vw;
    height: 12.8vw;
  }
}
.movie-modal .movie-modal-box__close img {
  width: 33px;
}
@media not all and (min-width: 769px) {
  .movie-modal .movie-modal-box__close img {
    width: 6.6666666667vw;
  }
}
@keyframes mv-heading {
  0% {
    transform: translate(-85%);
  }
  to {
    transform: translate(-185%);
  }
}
.mv {
  position: relative;
  padding: 230px 0 0;
  margin-top: -166px;
}
@media not all and (min-width: 769px) {
  .mv {
    padding: 25.3333333333vw 0 0;
    margin-top: -17.6vw;
  }
}
@media not all and (min-width: 769px) {
  .mv .l-inner {
    padding: 0 4vw;
  }
}
.mv__heading {
  position: absolute;
  top: 155px;
  right: 0;
  left: 0;
  z-index: 1;
  display: flex;
  font-family: General Sans, sans-serif;
  font-size: 124px;
  font-weight: 300;
  line-height: 1;
  color: #fff;
}
@media not all and (min-width: 769px) {
  .mv__heading {
    position: relative;
    top: 0;
    margin-bottom: 8vw;
    font-size: 16.5333333333vw;
  }
}
.mv__heading .text {
  padding-right: 100px;
  white-space: nowrap;
  animation: mv-heading 30s linear infinite;
}
@media not all and (min-width: 769px) {
  .mv__heading .text {
    padding-right: 13.3333333333vw;
  }
}
.mv__image {
  position: relative;
  width: 61.11%;
  aspect-ratio: 88/67;
  margin-left: auto;
}
@media not all and (min-width: 769px) {
  .mv__image {
    width: 90.4vw;
  }
}
.mv__image .image {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 500px 0 0 500px;
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.mv__image .image img {
  transition: transform 3s 0.9s cubic-bezier(0.16, 1, 0.3, 1);
  transform: scale(1.1);
}
.mv__image .image.is-active {
  opacity: 1;
}
.mv__image .image.is-active img {
  transition-delay: 0s;
  transform: scale(1);
}
.mv__image .image1 {
  overflow: visible;
}
.mv__image .image1:before {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: url(/mirabath/lp/assets/images/mv_image1_bg.jpg) no-repeat center/cover;
  border-radius: 500px 0 0 500px;
}
.mv__image .image1 img {
  width: 107.15%;
  margin-left: -7.15%;
  transform: scale(1) translate(10%);
}
.mv__image .image1.is-active img {
  transform: scale(1) translate(0);
}
.mv__text-wrap {
  position: absolute;
  top: 325px;
  right: 0;
  bottom: 0;
  left: 0;
  font-weight: 500;
}
@media not all and (min-width: 769px) {
  .mv__text-wrap {
    position: relative;
    top: 0;
  }
}
.mv__text-wrap .l-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.mv__text-wrap .lead-text {
  margin-bottom: 30px;
  font-size: 28px;
  line-height: 1.67;
  letter-spacing: 0.16em;
}
@media not all and (min-width: 769px) {
  .mv__text-wrap .lead-text {
    margin-bottom: 4.2666666667vw;
    font-size: 5.0666666667vw;
    line-height: 1.7;
  }
}
.mv__text-wrap .lead-text__inner {
  display: inline;
  padding: 14px;
  background-color: #fff;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
@media not all and (min-width: 769px) {
  .mv__text-wrap .lead-text__inner {
    padding: 1.8666666667vw 2.6666666667vw;
  }
}
.mv__text-wrap .text {
  font-size: 22px;
  line-height: 1.7;
  letter-spacing: 0.27em;
}
@media not all and (min-width: 769px) {
  .mv__text-wrap .text {
    font-size: 4vw;
  }
}
.mv__text-wrap .logo-list {
  display: flex;
  gap: 4px;
  height: 52px;
  margin-top: auto;
}
@media not all and (min-width: 769px) {
  .mv__text-wrap .logo-list {
    gap: 0.5333333333vw;
    height: 6.9333333333vw;
    margin: 8vw 0 9.3333333333vw;
  }
}
.mv__text-wrap .logo-list img {
  width: auto;
  height: 100%;
}
.js-fadein-item {
  opacity: 0;
  transform: translateY(40px) translateZ(0);
  will-change: transform, opacity;
}
.product {
  padding: 170px 0 200px;
  color: #fff;
}
@media not all and (min-width: 769px) {
  .product {
    padding: 21.3333333333vw 0;
  }
}
.product__ttl {
  margin-bottom: 110px;
}
@media not all and (min-width: 769px) {
  .product__ttl {
    margin: 0 0 12vw -4vw;
  }
}
.product__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px;
}
@media not all and (min-width: 769px) {
  .product__content {
    grid-template-columns: auto;
    gap: 16vw;
  }
}
.product-item {
  opacity: 0;
  transform: translateY(80px);
}
@media not all and (min-width: 769px) {
  .product-item {
    position: relative;
    width: 82.6666666667vw;
    margin-right: auto;
    margin-left: auto;
    transform: translateY(40px);
  }
}
.product-item__head {
  display: flex;
  gap: 50px;
}
@media not all and (min-width: 769px) {
  .product-item__head {
    display: grid;
    grid-template-columns: 41.3333333333vw 1fr;
    gap: 6.6666666667vw 5.3333333333vw;
  }
}
.product-item__image {
  flex: 0 0 auto;
  width: 300px;
}
@media not all and (min-width: 769px) {
  .product-item__image {
    width: auto;
  }
}
.product-item__image img {
  border-radius: 20px;
}
@media not all and (min-width: 769px) {
  .product-item__image img {
    border-radius: 2.6666666667vw;
  }
}
@media not all and (min-width: 769px) {
  .product-item__content {
    display: contents;
  }
}
.product-item__content .logo {
  display: flex;
  align-items: center;
  width: 204px;
  height: 100px;
  margin-bottom: 20px;
}
@media not all and (min-width: 769px) {
  .product-item__content .logo {
    width: 27.2vw;
    height: auto;
    margin-bottom: 4.8vw;
  }
}
.product-item__content .name {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 1;
}
@media not all and (min-width: 769px) {
  .product-item__content .name {
    margin-bottom: 3.4666666667vw;
    font-size: 4.8vw;
  }
}
.product-item__content .text {
  font-family: Noto Sans JP, sans-serif;
  font-size: 12px;
}
@media not all and (min-width: 769px) {
  .product-item__content .text {
    font-size: 3.2vw;
  }
}
@media not all and (min-width: 769px) {
  .product-item__content .price-wrap {
    grid-column: 1/-1;
  }
}
.product-item__content .price {
  margin-top: 20px;
  font-family: General Sans, sans-serif;
  font-size: 32px;
  line-height: 1;
}
@media not all and (min-width: 769px) {
  .product-item__content .price {
    margin-top: 0;
    font-size: 6.9333333333vw;
  }
}
.product-item__content .price__unit {
  font-size: 26px;
}
@media not all and (min-width: 769px) {
  .product-item__content .price__unit {
    font-size: 5.6vw;
  }
}
.product-item__content .price__note {
  font-family: Noto Sans JP, sans-serif;
  font-size: 11px;
}
@media not all and (min-width: 769px) {
  .product-item__content .price__note {
    font-size: 2.6666666667vw;
  }
}
.product-item__content .price-sub {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
@media not all and (min-width: 769px) {
  .product-item__content .price-sub {
    margin-top: 1.6vw;
  }
}
.product-item__content .price-sub__title {
  font-family: Noto Sans JP, sans-serif;
  font-size: 11px;
}
@media not all and (min-width: 769px) {
  .product-item__content .price-sub__title {
    font-size: 2.6666666667vw;
  }
}
.product-item__content .price-sub .price {
  margin: 0;
  font-size: 20px;
}
@media not all and (min-width: 769px) {
  .product-item__content .price-sub .price {
    font-size: 4.2666666667vw;
  }
}
.product-item__content .price-sub .price__unit {
  font-size: 16px;
}
@media not all and (min-width: 769px) {
  .product-item__content .price-sub .price__unit {
    font-size: 3.4666666667vw;
  }
}
.product-item__content .price-sub .price__note {
  font-size: 10px;
}
@media not all and (min-width: 769px) {
  .product-item__content .price-sub .price__note {
    font-size: 2.6666666667vw;
  }
}
.product-item__content .note {
  margin-top: 10px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 11px;
  line-height: 1.2;
  letter-spacing: -1px;
}
@media not all and (min-width: 769px) {
  .product-item__content .note {
    margin-top: 2.6666666667vw;
    font-size: 2.6666666667vw;
  }
}
.product-item:nth-child(2) .spec-list {
  max-height: 550px;
}
.product-item-spec {
  margin-top: 45px;
}
@media not all and (min-width: 769px) {
  .product-item-spec {
    margin-top: 6.6666666667vw;
  }
}
.product-item-spec__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 64px;
  font-size: 18px;
  color: #fff;
  letter-spacing: 0.1em;
  cursor: pointer;
  border: solid rgba(255, 255, 255, 0.1);
  border-width: 1px 0;
}
@media not all and (min-width: 769px) {
  .product-item-spec__btn {
    height: 12.5333333333vw;
    font-size: 3.4666666667vw;
  }
}
.product-item-spec__btn .c-ico {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  width: 20px;
  height: 20px;
  margin: auto;
}
@media not all and (min-width: 769px) {
  .product-item-spec__btn .c-ico {
    top: -0.5333333333vw;
    right: 0;
    width: 4.8vw;
    height: 4.8vw;
  }
}
.product-item-spec__btn .c-ico:before,
.product-item-spec__btn .c-ico:after {
  left: 0;
  width: 20px;
  margin: 0;
  background-color: #fff;
}
@media not all and (min-width: 769px) {
  .product-item-spec__btn .c-ico:before,
  .product-item-spec__btn .c-ico:after {
    width: 4.8vw;
  }
}
.product-item-spec__content {
  max-height: 0;
  margin-top: 25px;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.5s ease;
}
@media not all and (min-width: 769px) {
  .product-item-spec__content {
    margin-top: 5.3333333333vw;
  }
}
.product-item-spec__content .spec-list {
  display: flex;
  flex-flow: column wrap;
  gap: 40px;
  max-height: 730px;
}
@media not all and (min-width: 769px) {
  .product-item-spec__content .spec-list {
    flex-wrap: nowrap;
    gap: 8vw;
    max-height: inherit;
  }
}
.product-item-spec__content .spec-item {
  width: 280px;
}
@media not all and (min-width: 769px) {
  .product-item-spec__content .spec-item {
    width: auto;
  }
}
.product-item-spec__content .spec-item__title {
  margin-bottom: 15px;
  line-height: 1;
}
@media not all and (min-width: 769px) {
  .product-item-spec__content .spec-item__title {
    margin-bottom: 4vw;
  }
}
.product-item-spec__content .spec-item .spec {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  font-family: Noto Sans JP, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media not all and (min-width: 769px) {
  .product-item-spec__content .spec-item .spec {
    grid-template-columns: 37.3333333333vw 1fr;
    font-size: 2.6666666667vw;
  }
}
.product-item-spec__content .spec-item .spec__row {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: 1/-1;
  padding: 5px 3px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media not all and (min-width: 769px) {
  .product-item-spec__content .spec-item .spec__row {
    padding: 1.6vw 0.8vw;
  }
}
.product-item-spec.is-opened .product-item-spec__content {
  pointer-events: auto;
  opacity: 1;
}
.qa {
  padding: 150px 0;
}
@media not all and (min-width: 769px) {
  .qa {
    padding: 22.6666666667vw 0 26.6666666667vw;
  }
}
.qa__ttl {
  margin-bottom: 50px;
}
@media not all and (min-width: 769px) {
  .qa__ttl {
    margin: 0 0 12vw -4vw;
  }
}
.qa-box {
  position: relative;
  padding: 40px 0;
  border-top: 1px solid #d5d9da;
}
@media not all and (min-width: 769px) {
  .qa-box {
    padding: 5.3333333333vw 0;
  }
}
.qa-box:last-child {
  border-bottom: 1px solid #d5d9da;
}
.qa-box__txt {
  position: relative;
  font-weight: 400;
  line-height: 1.77;
  text-align: left;
}
.qa-box__txt .icon {
  position: absolute;
  top: -5px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  font-family: General Sans, sans-serif;
  font-size: 20px;
  line-height: 1;
  background: #fff;
  border-radius: 50%;
}
@media not all and (min-width: 769px) {
  .qa-box__txt .icon {
    top: 0;
    width: 8vw;
    height: 8vw;
    font-size: 3.4666666667vw;
  }
}
.qa-box__txt--q {
  display: block;
  width: 100%;
  padding: 0 92px 0 70px;
  font-size: 18px;
  cursor: pointer;
}
@media not all and (min-width: 769px) {
  .qa-box__txt--q {
    padding: 0 8vw 0 10.6666666667vw;
    font-size: 3.7333333333vw;
    line-height: 1.6;
  }
}
.qa-box__txt--q .c-ico {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 24px;
  height: 24px;
}
@media not all and (min-width: 769px) {
  .qa-box__txt--q .c-ico {
    right: 0;
    width: 5.0666666667vw;
    height: 5.0666666667vw;
  }
}
.qa-box__txt--q .c-ico:after,
.qa-box__txt--q .c-ico:before {
  width: 18px;
  margin-left: -9px;
  background-color: #444;
}
@media not all and (min-width: 769px) {
  .qa-box__txt--q .c-ico:after,
  .qa-box__txt--q .c-ico:before {
    width: 5.0666666667vw;
    margin-left: -2.5333333333vw;
  }
}
.qa-box__txt--a {
  max-height: 0;
  margin-top: 0;
  overflow: hidden;
  font-family: Noto Sans JP, sans-serif;
  letter-spacing: 0.1em;
  background: #fafbfc;
  border-radius: 12px;
  opacity: 0;
  transition: 0.5s ease;
}
@media not all and (min-width: 769px) {
  .qa-box__txt--a {
    border-radius: 2.6666666667vw;
  }
}
.qa-box__txt--a .note {
  display: block;
  margin-top: 20px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 13px;
}
@media not all and (min-width: 769px) {
  .qa-box__txt--a .note {
    margin-top: 5.3333333333vw;
    font-size: 3.4666666667vw;
  }
}
.qa-box__txt--a .inner {
  padding: 35px 35px 35px 110px;
}
@media not all and (min-width: 769px) {
  .qa-box__txt--a .inner {
    padding: 5.3333333333vw 5.3333333333vw 5.3333333333vw 14.6666666667vw;
  }
}
.qa-box__txt--a .icon {
  top: 24px;
  left: 32px;
  background: #eef3f4;
}
@media not all and (min-width: 769px) {
  .qa-box__txt--a .icon {
    top: 4vw;
    left: 4vw;
  }
}
.qa-box.is-opened .qa-box__txt--a {
  margin-top: 34px;
  opacity: 1;
}
@media not all and (min-width: 769px) {
  .qa-box.is-opened .qa-box__txt--a {
    margin-top: 4.2666666667vw;
  }
}
.sec-concept {
  color: #fff;
}
.sec-concept:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  aspect-ratio: 1440/920;
  content: "";
  background: url(/mirabath/lp/assets/images/concept_mv_bg.png) no-repeat center/contain;
  mix-blend-mode: soft-light;
}
.sec-concept__mv {
  position: relative;
  top: -40px;
  margin-bottom: -40px;
}
@media not all and (min-width: 769px) {
  .sec-concept__mv {
    top: -1.8666666667vw;
    margin-bottom: -1.8666666667vw;
  }
}
.sec-concept__mv .image {
  position: relative;
}
.sec-concept__mv .image .shower {
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: hard-light;
}
.sec-concept__mv .copy {
  position: relative;
  z-index: -1;
  margin-top: -100px;
  font-family: General Sans, sans-serif;
  font-size: 124px;
  font-weight: 300;
  line-height: 1.1;
  color: #e2f0f7;
  text-align: center;
  -webkit-mask-image: linear-gradient(to top, #0000001a, #000 50px, #000);
  mask-image: linear-gradient(to top, #0000001a, #000 50px, #000);
}
@supports (background-clip: text) {
  .sec-concept__mv .copy {
    color: transparent;
    background: url(/mirabath/lp/assets/images/bg1.jpg) no-repeat center/cover;
    -webkit-background-clip: text;
    background-clip: text;
  }
}
@media not all and (min-width: 769px) {
  .sec-concept__mv .copy {
    margin-top: -9.3333333333vw;
    font-size: 16.5333333333vw;
  }
  .sec-concept__mv .copy__1 {
    margin-right: 18.6666666667vw;
  }
  .sec-concept__mv .copy__2 {
    margin-left: 14.6666666667vw;
  }
}
.sec-concept__mv .copy__cross {
  position: relative;
  display: inline-block;
  width: 140px;
}
@media not all and (min-width: 769px) {
  .sec-concept__mv .copy__cross {
    width: 14.6666666667vw;
    margin-right: -2.6666666667vw;
  }
}
.sec-concept__mv .copy__cross:before,
.sec-concept__mv .copy__cross:after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 190px;
  height: 4px;
  content: "";
  background: #aac6d5;
  border-radius: 4px;
  transform: translate(-50%, -50%) rotate(45deg);
}
@media not all and (min-width: 769px) {
  .sec-concept__mv .copy__cross:before,
  .sec-concept__mv .copy__cross:after {
    width: 20vw;
    height: 0.5333333333vw;
    font-size: 3.4666666667vw;
  }
}
.sec-concept__mv .copy__cross:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.sec-concept .lead-text {
  margin-top: 160px;
  font-size: 40px;
  line-height: 1.5;
}
@media not all and (min-width: 769px) {
  .sec-concept .lead-text {
    margin-top: 16vw;
    font-size: 5.8666666667vw;
  }
}
.sec-concept .concept-content {
  position: relative;
  z-index: 0;
  height: 150svh;
  margin-top: 120px;
}
@media not all and (min-width: 769px) {
  .sec-concept .concept-content {
    margin-top: 12vw;
  }
}
.sec-concept .concept-content__bg {
  position: sticky;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100svh;
}
.sec-concept .concept-content__bg:before,
.sec-concept .concept-content__bg:after {
  position: absolute;
  top: 0;
  right: 80px;
  bottom: 0;
  left: 80px;
  content: "";
  background: no-repeat center/cover;
  border-radius: 20px;
  transition: inset 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-property: inset, border-radius, opacity;
}
@media not all and (min-width: 769px) {
  .sec-concept .concept-content__bg:before,
  .sec-concept .concept-content__bg:after {
    top: 0;
    right: 4vw;
    bottom: 0;
    left: 4vw;
  }
}
.sec-concept .concept-content__bg:before {
  background-image: url(/mirabath/lp/assets/images/conceot_image.jpg);
}
@media not all and (min-width: 769px) {
  .sec-concept .concept-content__bg:before {
    background-image: url(/mirabath/lp/assets/images/conceot_image_sp.jpg);
  }
}
.sec-concept .concept-content__bg:after {
  background-image: url(/mirabath/lp/assets/images/conceot_image_cover.png);
  opacity: 0;
}
@media not all and (min-width: 769px) {
  .sec-concept .concept-content__bg:after {
    background-image: url(/mirabath/lp/assets/images/conceot_image_cover_sp.png);
  }
}
.sec-concept .concept-content__inner {
  position: sticky;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100svh;
  padding-top: 110px;
  padding-bottom: 100px;
  margin-top: -60svh;
  opacity: 0;
  transition: opacity 0.6s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media not all and (min-width: 769px) {
  .sec-concept .concept-content__inner {
    padding-top: 16vw;
    padding-bottom: 16vw;
  }
}
.sec-concept .concept-content.is-active .concept-content__bg:before,
.sec-concept .concept-content.is-active .concept-content__bg:after {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 0;
}
.sec-concept .concept-content.is-active .concept-content__bg:after {
  opacity: 1;
}
.sec-concept .concept-content.is-active .concept-content__inner {
  opacity: 1;
}
.sec-concept .concept-content .text-wrap {
  width: 545px;
  margin-left: auto;
  font-family: Noto Sans JP, sans-serif;
}
@media not all and (min-width: 769px) {
  .sec-concept .concept-content .text-wrap {
    width: auto;
  }
}
.sec-concept .concept-content .text {
  font-size: 15px;
}
@media not all and (min-width: 769px) {
  .sec-concept .concept-content .text {
    font-size: 3.2vw;
  }
}
.sec-concept .concept-content .button {
  display: flex;
  align-items: center;
  margin-top: 25px;
  margin-left: auto;
  font-family: inherit;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  color: inherit;
  text-align: right;
  cursor: pointer;
}
@media not all and (min-width: 769px) {
  .sec-concept .concept-content .button {
    font-size: 3.4666666667vw;
  }
}
.sec-concept .concept-content .button:before {
  display: block;
  width: 28px;
  height: 22px;
  margin-right: 14px;
  content: "";
  background: url(/mirabath/lp/assets/images/icon_youtube.svg) no-repeat center/contain;
}
@media not all and (min-width: 769px) {
  .sec-concept .concept-content .button:before {
    width: 5.8666666667vw;
    height: 4.5333333333vw;
    margin-right: 2.6666666667vw;
  }
}
.sec-concept .concept-content .button:after {
  display: block;
  width: 8px;
  height: 14px;
  margin-left: 12px;
  content: "";
  background: url(/mirabath/lp/assets/images/icon_arrow.svg) no-repeat center/contain;
}
@media not all and (min-width: 769px) {
  .sec-concept .concept-content .button:after {
    width: 1.6vw;
    height: 2.9333333333vw;
    margin-left: 2.1333333333vw;
  }
}
.sec-pavilion {
  padding: 210px 0 190px;
  background: linear-gradient(to top, rgba(238, 243, 244, 0.4), rgba(238, 243, 244, 0.4) 70%, transparent);
}
@media not all and (min-width: 769px) {
  .sec-pavilion {
    padding: 22.6666666667vw 0 25.3333333333vw;
  }
}
@media not all and (min-width: 769px) {
  .sec-pavilion .l-inner {
    padding: 0 4vw;
  }
}
.sec-pavilion .c-ttl-sect {
  margin-bottom: 120px;
  text-align: right;
}
@media not all and (min-width: 769px) {
  .sec-pavilion .c-ttl-sect {
    margin-bottom: 10.6666666667vw;
    text-align: left;
  }
}
.sec-pavilion .c-ttl-sect__en {
  margin-left: auto;
  color: #fff9;
  -webkit-mask-image: none;
  mask-image: none;
}
@media not all and (min-width: 769px) {
  .sec-pavilion .c-ttl-sect__en {
    margin-left: 0;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  }
}
.sec-pavilion .image {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
@media not all and (min-width: 769px) {
  .sec-pavilion .image {
    border-radius: 2.6666666667vw;
  }
}
.sec-pavilion .image__caption {
  position: absolute;
  bottom: 30px;
  left: 30px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 10px;
  color: #fff;
}
@media not all and (min-width: 769px) {
  .sec-pavilion .image__caption {
    bottom: 2.1333333333vw;
    left: 2.6666666667vw;
    font-size: 1.8666666667vw;
  }
}
.sec-pavilion .text-wrap {
  position: relative;
  padding: 20px 0 0 45px;
  margin-top: 180px;
}
@media not all and (min-width: 769px) {
  .sec-pavilion .text-wrap {
    padding: 2.1333333333vw 12vw 0;
    margin-top: 10.6666666667vw;
  }
}
.sec-pavilion .text-wrap .lead-text {
  margin-bottom: 65px;
  font-size: 32px;
  line-height: 1.5;
}
@media not all and (min-width: 769px) {
  .sec-pavilion .text-wrap .lead-text {
    margin-bottom: 6.9333333333vw;
    font-size: 5.3333333333vw;
  }
}
.sec-pavilion .text-wrap .lead-text:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 23px;
  height: 19px;
  content: "";
  background: url(/mirabath/lp/assets/images/quotation.png) no-repeat center/contain;
}
@media not all and (min-width: 769px) {
  .sec-pavilion .text-wrap .lead-text:before {
    left: 6.1333333333vw;
    width: 4vw;
    height: 3.2vw;
  }
}
.sec-pavilion .text-wrap .text {
  font-size: 18px;
  line-height: 2.15;
}
@media not all and (min-width: 769px) {
  .sec-pavilion .text-wrap .text {
    font-size: 3.4666666667vw;
    letter-spacing: 0;
  }
}
.sec-pavilion .text-wrap .text + .text {
  margin-top: 55px;
}
@media not all and (min-width: 769px) {
  .sec-pavilion .text-wrap .text + .text {
    margin-top: 5.3333333333vw;
  }
}
.sec-pavilion .text-wrap .text .small {
  font-size: 13px;
}
@media not all and (min-width: 769px) {
  .sec-pavilion .text-wrap .text .small {
    font-size: 2.4vw;
  }
}
.sec-pavilion .text-wrap--2 {
  width: 496px;
  margin-left: auto;
}
@media not all and (min-width: 769px) {
  .sec-pavilion .text-wrap--2 {
    order: 3;
    width: auto;
    margin-top: 0;
  }
}
@media not all and (min-width: 769px) {
  .sec-pavilion .images-container {
    display: flex;
    flex-direction: column;
  }
  .sec-pavilion .images-container .l-inner {
    display: contents;
  }
}
.sec-pavilion .images {
  position: relative;
  width: 51.38%;
  margin-top: -110px;
}
@media not all and (min-width: 769px) {
  .sec-pavilion .images {
    width: 69.3333333333vw;
    margin: 17.3333333333vw 0 12vw;
  }
}
.sec-pavilion .images img:nth-child(1) {
  border-radius: 0 20px 20px 0;
}
@media not all and (min-width: 769px) {
  .sec-pavilion .images img:nth-child(1) {
    border-radius: 0 2.6666666667vw 2.6666666667vw 0;
  }
}
.sec-pavilion .images img:nth-child(2) {
  position: absolute;
  right: -37%;
  bottom: -50px;
  width: 46%;
  border-radius: 20px;
}
@media not all and (min-width: 769px) {
  .sec-pavilion .images img:nth-child(2) {
    right: -22.6666666667vw;
    bottom: -4.5333333333vw;
    width: 32vw;
    border-radius: 2.6666666667vw;
  }
}
.sec-process {
  position: relative;
  z-index: 0;
  padding: 175px 0 380px;
  background: #eef3f4;
}
@media not all and (min-width: 769px) {
  .sec-process {
    padding: 22.6666666667vw 0 28vw;
  }
}
.sec-process:before {
  position: absolute;
  right: calc((100% - 1280px) / 2 + 140px);
  bottom: 170px;
  left: 0;
  z-index: -1;
  display: block;
  height: 646px;
  content: "";
  background: url(/mirabath/lp/assets/images/bg1.jpg) no-repeat center/cover;
  border-radius: 0 600px 600px 0;
}
@media not all and (min-width: 769px) {
  .sec-process:before {
    right: 12vw;
    bottom: 6.6666666667vw;
    height: 86.1333333333vw;
  }
}
@media not all and (min-width: 769px) {
  .sec-process .l-inner {
    padding: 0 4vw;
  }
}
.sec-process .lead-text {
  width: 370px;
  margin: -110px 80px 0 auto;
  line-height: 2.6;
  letter-spacing: 0;
}
@media not all and (min-width: 769px) {
  .sec-process .lead-text {
    width: auto;
    margin: 8vw 4vw 0;
    line-height: 2;
  }
}
.sec-process .swiper {
  padding: 30px calc((100% - 1280px) / 2);
  margin-top: 60px;
  cursor: grab;
}
@media not all and (min-width: 769px) {
  .sec-process .swiper {
    padding: 8vw 4vw;
    margin-top: 8vw;
  }
}
.sec-process .swiper:active {
  cursor: grabbing;
}
.sec-process .swiper-wrapper {
  align-items: stretch;
}
.sec-process .swiper-slide {
  display: flex;
  flex-direction: column;
  height: auto;
}
.sec-process .card {
  position: relative;
  flex: 1 1 auto;
  padding: 10px 10px 85px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 5px 25.5px 4.5px #374b551a;
}
@media not all and (min-width: 769px) {
  .sec-process .card {
    padding: 3.4666666667vw 3.4666666667vw 16vw;
    border-radius: 2.6666666667vw;
    box-shadow: 0 2px 12px 2px #374b551a;
  }
}
.sec-process .card:before {
  position: absolute;
  right: 15px;
  bottom: 10px;
  font-family: General Sans, sans-serif;
  font-size: 80px;
  font-weight: 300;
  line-height: 1;
  color: transparent;
  content: attr(data-number);
  background: linear-gradient(to right, #c8d7e7, #c8e1e4);
  -webkit-background-clip: text;
  background-clip: text;
}
@media not all and (min-width: 769px) {
  .sec-process .card:before {
    right: 3.4666666667vw;
    bottom: 2.6666666667vw;
    font-size: 13.8666666667vw;
  }
}
.sec-process .card__image {
  overflow: hidden;
  border-radius: 12px;
}
@media not all and (min-width: 769px) {
  .sec-process .card__image {
    border-radius: 1.6vw;
  }
}
.sec-process .card__content {
  padding: 30px 40px 0;
}
@media not all and (min-width: 769px) {
  .sec-process .card__content {
    padding: 4vw 5.3333333333vw 0;
  }
}
.sec-process .card__title {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 1.5;
}
@media not all and (min-width: 769px) {
  .sec-process .card__title {
    margin-bottom: 3.2vw;
    font-size: 4.2666666667vw;
    letter-spacing: 0;
  }
}
.sec-process .card__title .small {
  font-size: 16px;
}
@media not all and (min-width: 769px) {
  .sec-process .card__title .small {
    font-size: 3.2vw;
  }
}
.sec-process .card__title .note {
  display: block;
  margin-top: 10px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 12px;
}
@media not all and (min-width: 769px) {
  .sec-process .card__title .note {
    margin-top: 1.3333333333vw;
    font-size: 2.6666666667vw;
  }
}
.sec-process .card__text {
  font-family: Noto Sans JP, sans-serif;
  font-size: 15px;
}
@media not all and (min-width: 769px) {
  .sec-process .card__text {
    font-size: 3.2vw;
  }
}
.sec-process .card__text .note {
  display: block;
  margin-top: 25px;
  font-size: 12px;
}
@media not all and (min-width: 769px) {
  .sec-process .card__text .note {
    margin-top: 2.6666666667vw;
    font-size: 2.6666666667vw;
  }
}
.sec-process .attention {
  margin-top: -10px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 12px;
  line-height: 1.5;
}
@media not all and (min-width: 769px) {
  .sec-process .attention {
    margin-top: 0;
    font-size: 2.6666666667vw;
  }
}
.sec-type {
  padding: 170px 0 130px;
}
@media not all and (min-width: 769px) {
  .sec-type {
    padding: 22.6666666667vw 0;
  }
}
.sec-type .c-ttl-sect {
  margin-bottom: 90px;
}
@media not all and (min-width: 769px) {
  .sec-type .c-ttl-sect {
    margin: 0 0 14.6666666667vw -4vw;
  }
}
.sec-type .type-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 75px;
}
@media not all and (min-width: 769px) {
  .sec-type .type-list {
    grid-template-columns: auto;
    gap: 17.3333333333vw;
  }
}
.sec-type .type__image {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
@media not all and (min-width: 769px) {
  .sec-type .type__image {
    border-radius: 2.6666666667vw;
  }
}
.sec-type .type__image .caption {
  position: absolute;
  bottom: 20px;
  left: 30px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 12px;
  line-height: 1;
}
@media not all and (min-width: 769px) {
  .sec-type .type__image .caption {
    bottom: 2.6666666667vw;
    left: 4vw;
    font-size: 2.6666666667vw;
  }
}
.sec-type .type__content {
  padding: 45px 40px 0;
}
@media not all and (min-width: 769px) {
  .sec-type .type__content {
    padding: 9.3333333333vw 4vw 0;
  }
}
.sec-type .type__head {
  padding-bottom: 50px;
  margin-bottom: 30px;
  border-bottom: 1px solid #c6cacb;
}
@media not all and (min-width: 769px) {
  .sec-type .type__head {
    padding-bottom: 8vw;
    margin-bottom: 6.6666666667vw;
  }
}
.sec-type .type__head .name {
  margin-bottom: 30px;
  font-size: 32px;
  line-height: 1;
}
@media not all and (min-width: 769px) {
  .sec-type .type__head .name {
    margin-bottom: 5.3333333333vw;
    font-size: 5.3333333333vw;
  }
}
.sec-type .type__head .text {
  font-family: Noto Sans JP, sans-serif;
}
.sec-type .type .price {
  font-family: General Sans, sans-serif;
  font-size: 40px;
  line-height: 1;
}
@media not all and (min-width: 769px) {
  .sec-type .type .price {
    font-size: 7.4666666667vw;
  }
}
.sec-type .type .price__unit {
  font-size: 32px;
}
@media not all and (min-width: 769px) {
  .sec-type .type .price__unit {
    font-size: 5.8666666667vw;
  }
}
.sec-type .type .price__note {
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
}
@media not all and (min-width: 769px) {
  .sec-type .type .price__note {
    font-size: 2.9333333333vw;
  }
}
.sec-type .type .price-sub {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
@media not all and (min-width: 769px) {
  .sec-type .type .price-sub {
    margin-top: 2.1333333333vw;
    margin-bottom: 7.2vw;
  }
}
.sec-type .type .price-sub__title {
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
}
@media not all and (min-width: 769px) {
  .sec-type .type .price-sub__title {
    font-size: 2.6666666667vw;
  }
}
.sec-type .type .price-sub .price {
  font-size: 24px;
}
@media not all and (min-width: 769px) {
  .sec-type .type .price-sub .price {
    font-size: 5.3333333333vw;
  }
}
.sec-type .type .price-sub .price__unit {
  font-size: 20px;
}
@media not all and (min-width: 769px) {
  .sec-type .type .price-sub .price__unit {
    font-size: 4.2666666667vw;
  }
}
.sec-type .type .price-sub .price__note {
  font-size: 12px;
}
@media not all and (min-width: 769px) {
  .sec-type .type .price-sub .price__note {
    font-size: 2.6666666667vw;
  }
}
.sec-type .type .note {
  margin-top: 23px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 12px;
  line-height: 1.5;
}
@media not all and (min-width: 769px) {
  .sec-type .type .note {
    margin-top: 2.1333333333vw;
    font-size: 2.6666666667vw;
    font-weight: 300;
  }
}
.showroom {
  position: relative;
  padding: 130px 0 140px;
  margin: 0 80px;
  color: #444;
  background: #f7f8f999;
  border-radius: 20px;
}
@media not all and (min-width: 769px) {
  .showroom {
    padding: 22.6666666667vw 0;
    margin: 0;
    border-radius: 0;
  }
}
.showroom .c-ttl-sect {
  margin-bottom: 20px;
}
@media not all and (min-width: 769px) {
  .showroom .c-ttl-sect {
    margin-left: -4vw;
  }
}
@media not all and (min-width: 769px) {
  .showroom .c-ttl-sect {
    margin-bottom: 4vw;
  }
}
.showroom .c-ttl-sect__ja {
  margin-left: 0;
}
@media not all and (min-width: 769px) {
  .showroom .c-ttl-sect__ja {
    margin-left: 4vw;
  }
}
.showroom .title-note {
  margin-bottom: 90px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 12px;
  line-height: 1;
}
@media not all and (min-width: 769px) {
  .showroom .title-note {
    margin-bottom: 14.6666666667vw;
    font-size: 2.6666666667vw;
    font-weight: 300;
  }
}
.showroom .showroom-feature {
  display: flex;
  justify-content: space-between;
  margin-bottom: 110px;
}
@media not all and (min-width: 769px) {
  .showroom .showroom-feature {
    flex-direction: column;
    gap: 6.6666666667vw;
    margin-bottom: 13.3333333333vw;
  }
}
.showroom .showroom-feature__img {
  min-width: 560px;
}
@media not all and (min-width: 769px) {
  .showroom .showroom-feature__img {
    min-width: 0;
  }
}
.showroom .showroom-feature__img img {
  border-radius: 20px;
}
@media not all and (min-width: 769px) {
  .showroom .showroom-feature__img img {
    border-radius: 2.6666666667vw;
  }
}
.showroom .showroom-feature__text {
  width: 500px;
  font-family: Noto Sans JP, sans-serif;
}
@media not all and (min-width: 769px) {
  .showroom .showroom-feature__text {
    width: auto;
  }
}
.showroom .showroom-feature__text__lead {
  margin-bottom: 50px;
}
@media not all and (min-width: 769px) {
  .showroom .showroom-feature__text__lead {
    margin-bottom: 9.3333333333vw;
  }
}
.showroom .showroom-area__ttl {
  margin-bottom: 55px;
  font-size: 28px;
}
@media not all and (min-width: 769px) {
  .showroom .showroom-area__ttl {
    margin-bottom: 9.3333333333vw;
    font-size: 4.8vw;
  }
}
.showroom .showroom-list {
  padding-left: 55px;
  background: url(/mirabath/lp/assets/images/showroom_bg.png) repeat-y 0;
}
@media not all and (min-width: 769px) {
  .showroom .showroom-list {
    padding-left: 8vw;
    background-size: 1.3333333333vw auto;
  }
}
.showroom .showroom-item + .showroom-item {
  padding-top: 35px;
  margin-top: 35px;
  border-top: 1px solid #d5d9da;
}
@media not all and (min-width: 769px) {
  .showroom .showroom-item + .showroom-item {
    padding-top: 5.8666666667vw;
    margin-top: 5.8666666667vw;
  }
}
.showroom .showroom-item__head {
  display: flex;
  gap: 40px;
  align-items: center;
  margin-bottom: 30px;
}
@media not all and (min-width: 769px) {
  .showroom .showroom-item__head {
    flex-direction: column;
    gap: 2.6666666667vw;
    align-items: flex-start;
    margin-bottom: 5.3333333333vw;
  }
}
.showroom .showroom-item__head__name {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  line-height: 1;
}
@media not all and (min-width: 769px) {
  .showroom .showroom-item__head__name {
    font-size: 4.2666666667vw;
    line-height: 1.5;
  }
}
.showroom .showroom-item__head__tags {
  display: flex;
  gap: 6px;
  align-items: center;
}
@media not all and (min-width: 769px) {
  .showroom .showroom-item__head__tags {
    gap: 1.3333333333vw;
  }
}
.showroom .showroom-item__head__tags .tag {
  padding: 5px 8px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  background: #5e6a70;
  border-radius: 4px;
}
@media not all and (min-width: 769px) {
  .showroom .showroom-item__head__tags .tag {
    padding: 1.3333333333vw;
    font-size: 2.6666666667vw;
  }
}
.showroom .showroom-item__unit {
  display: flex;
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  line-height: 2.14;
}
@media not all and (min-width: 769px) {
  .showroom .showroom-item__unit {
    font-size: 3.2vw;
  }
}
.showroom .showroom-item__unit dt {
  width: 75px;
}
@media not all and (min-width: 769px) {
  .showroom .showroom-item__unit dt {
    width: 12.8vw;
  }
}
.showroom .showroom-item__unit .map {
  display: inline-flex;
  align-items: center;
  margin-left: 15px;
  text-decoration: underline;
}
@media not all and (min-width: 769px) {
  .showroom .showroom-item__unit .map {
    display: flex;
    margin-left: 0;
  }
}
.showroom .showroom-item__unit .map:before {
  display: block;
  width: 14px;
  height: 17px;
  margin-right: 6px;
  content: "";
  background: url(/mirabath/lp/assets/images/ico_map.svg) no-repeat center/contain;
}
.voice {
  position: relative;
  padding: 150px 0;
  background: url(/mirabath/lp/assets/images/voice_bg01.jpg) no-repeat center top/100% auto,
    url(/mirabath/lp/assets/images/voice_bg02.jpg) no-repeat center bottom/100% auto #fff;
}
@media not all and (min-width: 769px) {
  .voice {
    padding: 26.6666666667vw 0;
    background-image: url(/mirabath/lp/assets/images/voice_bg01_sp.jpg),
      url(/mirabath/lp/assets/images/voice_bg02_sp.jpg);
  }
}
.voice__ttl {
  margin-bottom: 50px;
}
@media not all and (min-width: 769px) {
  .voice__ttl {
    margin-bottom: 8vw;
  }
}
.voice-box {
  display: flex;
  gap: 50px;
  justify-content: space-between;
  padding: 50px;
  color: #000;
  background-color: #eee;
}
@media not all and (min-width: 769px) {
  .voice-box {
    flex-direction: column;
    gap: 5.3333333333vw;
    padding: 8vw;
  }
}
.voice-box + .voice-box {
  margin-top: 50px;
}
@media not all and (min-width: 769px) {
  .voice-box + .voice-box {
    margin-top: 8vw;
  }
}
.voice-box__img {
  flex: 0 0 auto;
  width: 240px;
}
@media not all and (min-width: 769px) {
  .voice-box__img {
    width: 100%;
  }
}
.voice-box__content {
  flex: 1 1 auto;
  padding-top: 16px;
}
@media not all and (min-width: 769px) {
  .voice-box__content {
    width: 100%;
    padding-top: 0;
  }
}
.voice-box__content-ttl {
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media not all and (min-width: 769px) {
  .voice-box__content-ttl {
    font-family: 5.0666666667vw;
    line-height: 1.8;
    letter-spacing: 0;
  }
}
.voice-box__content-ttl span {
  display: block;
  margin-top: 10px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 13px;
  line-height: 2;
}
@media not all and (min-width: 769px) {
  .voice-box__content-ttl span {
    margin-top: 0;
    font-size: 3.4666666667vw;
  }
}
.voice-box__content-txt {
  position: relative;
  max-height: 104px;
  margin-top: 24px;
  overflow: hidden;
  font-size: 13px;
  transition: 0.5s ease;
}
@media not all and (min-width: 769px) {
  .voice-box__content-txt {
    max-height: 30.9333333333vw;
    margin-top: 8.5333333333vw;
    font-size: 3.4666666667vw;
  }
}
.voice-box__content-txt:after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 65px;
  content: "";
  background: linear-gradient(180deg, #eee0 42.31%, #eee 90.6%);
  transition: 0.5s ease;
}
@media not all and (min-width: 769px) {
  .voice-box__content-txt:after {
    height: 17.3333333333vw;
  }
}
.voice-box__content-txt p + p {
  margin-top: 10px;
}
@media not all and (min-width: 769px) {
  .voice-box__content-txt p + p {
    margin-top: 2.6666666667vw;
  }
}
.voice-box__content-btn {
  position: relative;
  display: block;
  margin: 24px auto 0;
  font-size: 13px;
  color: #000;
  text-align: center;
  cursor: pointer;
  transform: translateZ(0);
  transition: 0.5s ease;
}
@media (hover: hover) {
  .voice-box__content-btn:hover {
    opacity: 0.7;
  }
}
@media not all and (min-width: 769px) {
  .voice-box__content-btn {
    margin-top: 4.2666666667vw;
    font-size: 3.4666666667vw;
  }
}
.voice-box__content-btn .c-ico {
  position: relative;
  top: -3px;
  margin-left: 8px;
}
@media not all and (min-width: 769px) {
  .voice-box__content-btn .c-ico {
    top: -0.8vw;
    margin-left: 2.1333333333vw;
  }
}
.voice-box__content.is-opened .voice-box__content-txt:after {
  pointer-events: none;
  opacity: 0;
}
