@charset 'UTF-8';
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,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
body {
  line-height: 1;
  color: #000;
  background: #fff;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
a img {
  border: none;
}
html {
  font-size: 62.5%;
}
body {
  font-size: 3.466666666666666vw;
  background: #fff;
  color: #666;
  cursor: none;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: 500;
  text-rendering: auto;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
}
@media only screen and (min-width: 769px) {
  body {
    font-size: 1.4rem;
  }
}
img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
  width: 100%;
}
@media only screen and (min-width: 769px) {
  img {
    width: auto;
  }
}
svg {
  width: 100%;
  height: 100%;
}
a {
  color: #666;
  text-decoration: none;
}
a:hover {
  cursor: none;
}
strong {
  font-weight: bold;
}
sup {
  font-size: 65%;
  vertical-align: super;
}
button,
input[type="submit"],
label[for],
select {
  cursor: pointer;
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  input[type="text"]::-ms-clear {
    display: none;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  main {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  [data-parallax],
  [data-parallax-el] {
    -webkit-transform: none !important;
    transform: none !important;
  }
}
@media only screen and (max-width: 768px) {
  [data-parallax] {
    position: static !important;
  }
}
[data-menu-btn],
[data-hero-img],
[data-hero-heading-main],
[data-hero-heading-sub],
[data-hero-copy],
[data-reserve],
[data-nav-list] {
  opacity: 0;
}
[data-hero-img] {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}
[data-hero-line] {
  stroke-dashoffset: 200%;
}
.footer {
  position: relative;
  z-index: 0;
}
.footer-bg-white {
  position: absolute;
  top: -1px;
  background: #fff;
  -webkit-clip-path: url("#mask-section-2");
  clip-path: url("#mask-section-2");
  content: "";
  display: block;
  margin: 0 auto;
  pointer-events: none;
  width: 103%;
  height: 27.200000000000003vw;
  -webkit-transform: translateZ(1px);
  transform: translateZ(1px);
  z-index: 1;
}
@media only screen and (min-width: 769px) {
  .footer-bg-white {
    padding-bottom: 2rem;
  }
}
.footer-bg {
  background: url("../../assets/img/common/sp/footer-bg-1.webp?hash=c1e6daf91ddae8fd2a92b710cb6801e8")
    center bottom no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 769px) {
  .footer-bg {
    background-image: url("../../assets/img/common/pc/footer-bg-1.webp?hash=65a3a79b745819c655868d784d682714");
  }
}
.footer-inner {
  padding: 36.53333333333333vw 0 calc(13.13333333333333vw + 36px);
  position: relative;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .footer-inner {
    padding: 13% 0 30px;
  }
}
.footer-container {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1041px;
}
@media only screen and (max-width: 768px) {
  .footer-menu {
    display: none;
  }
}
.footer-menu {
  margin-left: 100px;
}
.footer-menu a:hover {
  color: #ae987b;
}
.footer-menu ul {
  padding-top: 120px;
  display: flex;
  flex-wrap: wrap;
}
.footer-menu ul li {
  width: 140px;
  margin-bottom: 30px;
  text-align: left;
  font-size: 1.8rem;
  line-height: 1.962222222222222;
  letter-spacing: 0.12em;
  font-family: "futura-pt";
  font-weight: 400;
}
.footer-about {
  display: flex;
  margin-top: 15px;
  margin-bottom: 20px;
}
.footer-about p {
  margin-right: 30px;
  font-size: 1.3rem;
  line-height: 2.615384615384615;
  letter-spacing: 0.06em;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体";
}
@media only screen and (min-width: 769px) {
  .footer-about-sp {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .footer-about-sp {
    display: block;
    font-size: 17px;
  }
}
.footer-about-sp p {
  margin-bottom: 25px;
}
@media only screen and (max-width: 768px) {
  .footer-about-sp p {
    margin-bottom: 35px;
  }
}
.footer-logo-container {
  margin-top: 35px;
  min-width: 345px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .footer-logo-container {
    margin: 0 auto;
  }
}
.footer-logo {
  margin-bottom: 40vw;
  width: 62.133333333333326vw;
  height: 23.066666666666666vw;
}
@media only screen and (min-width: 769px) {
  .footer-logo {
    margin-bottom: 30px;
    width: 255px;
    height: 95px;
  }
}
@media only screen and (max-width: 768px) {
  .footer-logo {
    margin-bottom: 30px;
    width: 42.133333333333326vw;
  }
}
.footer-social-list {
  display: flex;
  justify-content: center;
  margin-bottom: 13.333333333333334vw;
}
@media only screen and (min-width: 769px) {
  .footer-social-list {
    margin-top: 20px;
    margin-bottom: 15px;
  }
}
.footer-social-item {
  margin: 0 5.333333333333334vw;
}
@media only screen and (min-width: 769px) {
  .footer-social-item {
    margin: 0 23px;
  }
}
.twitter {
  margin-top: 4px;
}
.footer-social-btn .icon-social {
  transition: fill 0.5s ease-out;
}
.footer-social-btn:hover .icon-social {
  fill: #666;
}
.btn-facebook {
  margin-top: -0.666666666666667vw;
}
@media only screen and (min-width: 769px) {
  .btn-facebook {
    margin-top: -5px;
  }
}
.btn-facebook small {
  font-size: 2.8vw;
  line-height: 1;
  letter-spacing: 0.06em;
  font-family: futura-pt, sans-serif;
}
@media only screen and (min-width: 769px) {
  .btn-facebook small {
    font-size: 1.2rem;
    line-height: 1;
  }
}
.footer {
  position: relative;
}
.footer .footer_mail {
  width: 100%;
  position: absolute;
  bottom: 20%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.footer .footer_mail_text {
  font-family: futura-pt, sans-serif;
  font-weight: normal;
  font-size: 3rem;
  margin: 2rem auto 0;
  display: inline-block;
  cursor: pointer;
  position: relative;
}
.footer .footer_mail_text:hover {
  opacity: 0.5;
}
.footer .footer_mail_text img {
  width: 5%;
  margin-right: 1rem;
}
@media only screen and (max-width: 600px) {
  .footer .footer_mail_text {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .footer .footer_mail {
    bottom: 40%;
  }
}
@media only screen and (max-width: 600px) {
  .footer .footer_mail {
    bottom: 36%;
  }
}
.footer .footer_mail .text-note {
  font-size: 2.8vw;
  line-height: 1.761904761904762;
  letter-spacing: 0.05em;
  margin: 3.2vw auto 0;
}
@media only screen and (min-width: 769px) {
  .footer .footer_mail .text-note {
    font-size: 1.2rem;
    line-height: 1.75;
    margin: 17px 0 0 0;
  }
}
.copyright {
  font-family: futura-pt, sans-serif;
  font-size: 12px;
  font-weight: 400;
}
.copyright span {
  font-size: 0.8rem;
  line-height: 3.75;
  letter-spacing: 0.06em;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.copyright-container {
  margin-top: 30px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .copyright-container {
    margin-top: 20px;
  }
}
.menu-img {
  opacity: 0;
  position: absolute;
  z-index: 0;
  overflow: hidden;
  background: url("../../assets/img/common/pc/header-bg-2.webp?hash=61b61eea45ad810eadf99829ed895f72")
    center center no-repeat;
  background-size: cover;
  will-change: transform, opacity;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media only screen and (min-width: 769px) {
  .menu-img {
    background-image: url("../../assets/img/common/pc/header-bg-2.webp?hash=61b61eea45ad810eadf99829ed895f72");
  }
}
@media only screen and (min-width: 1536px) {
  .menu-img {
    background-image: url("../../assets/img/common/pc/header-bg-2.webp?hash=61b61eea45ad810eadf99829ed895f72");
  }
}
@media only screen and (min-width: 769px) and (-webkit-min-device-pixel-ratio: 2) {
  .menu-img {
    background-image: url("../../assets/img/common/pc/header-bg-2.webp?hash=61b61eea45ad810eadf99829ed895f72");
  }
}
.menu-img.active {
  z-index: 100;
}
#header-nav.hidden {
  display: none;
}
#header-nav {
  display: flex;
  justify-content: space-between;
  position: fixed;
  z-index: 100000;
  top: 0;
  left: 0;
  right: 0;
  width: 100vw;
  margin-top: 150px;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 768px) {
  #header-nav {
    margin-top: 100px;
  }
}
#header-nav ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 0 0 10%;
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  #header-nav ul {
    width: 100%;
    margin: 8% 0 0 6.5%;
  }
}
#header-nav ul li {
  width: 20%;
  text-align: left;
  margin-bottom: 50px;
  white-space: nowrap;
}
#header-nav ul li:hover .menu-title-text {
  color: #ae987b;
}
#header-nav ul li:hover .menu-subtitle-text {
  color: #ae987b;
}
@media only screen and (max-width: 768px) {
  #header-nav ul li {
    width: 40%;
    margin-bottom: 20px;
  }
  #header-nav ul li:nth-child(2n) {
    padding-left: 30px;
  }
}
@media screen and (max-width: 320px) {
  #header-nav ul li {
    width: 33%;
  }
}
.menu-logo {
  width: 30%;
  color: #666;
  fill: #666;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .menu-logo {
    display: none;
  }
}
.menu-logo svg {
  width: 72%;
}
.menu-title {
  font-size: 3rem;
  line-height: 1.5;
  letter-spacing: 0.14em;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  font-family: futura-pt, sans-serif;
}
@media only screen and (max-width: 768px) {
  .menu-title {
    font-size: 2.5rem;
    line-height: 0.8;
    letter-spacing: 0.14em;
    line-height: 1;
    letter-spacing: 0.1em;
  }
}
.menu-subtitle {
  font-size: 1.6rem;
  line-height: 2.125;
  letter-spacing: 0.04em;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  line-height: 1.5;
  margin-top: 0.5rem;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.header-logo {
  position: fixed;
  top: -10px;
  right: 0;
  left: 0;
  margin: 2.533333333333333vw auto;
  opacity: 0;
  width: 22.933333333333334vw;
  height: 8.799999999999999vw;
  visibility: hidden;
  position: relative;
}
.header-logo a {
  display: inline-block;
  width: 150px;
  position: absolute;
  left: 7%;
  top: -65%;
}
.header-logo svg {
  fill: #666;
}
.header-logo[data-fixed="true"] {
  opacity: 1;
  pointer-events: auto;
  top: 0;
  transition: opacity 0.5s ease-in-out, top 0.5s ease-in-out,
    visibility 0.5s ease-in-out;
  visibility: visible;
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 769px) {
  .header-logo {
    margin: 13px auto;
    width: 150px;
    height: 54px;
  }
}
@media only screen and (max-width: 768px) {
  .header-logo {
    display: none;
  }
}
.header-menu-btn {
  border: none;
}
.main {
  background: #fff;
}
.nav {
  font-family: futura-pt, sans-serif;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .nav {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    overflow: hidden;
    overflow-y: scroll;
    pointer-events: none;
    width: 100%;
    height: 100%;
    z-index: 100;
    -webkit-overflow-scrolling: touch;
  }
  .nav-inner {
    align-items: flex-end;
    flex-direction: column;
    display: flex;
    box-sizing: border-box;
    margin: 0 auto;
    min-height: 100%;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 100;
  }
  .nav-close-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .nav-body {
    background: rgba(255, 255, 255, 0.9);
    box-shadow: -5px 5px 5px 1px rgba(0, 0, 0, 0.15);
    position: relative;
    width: 60.53333333333333vw;
    min-height: 100%;
    vertical-align: middle;
  }
  .nav-close-btn {
    border: none;
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 4vw;
    right: 4.533333333333333vw;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: inline-block;
    font-size: 0;
    width: 12vw;
    height: 12vw;
    -webkit-transform: rotate(45deg) skew(-5deg, -5deg);
    transform: rotate(45deg) skew(-5deg, -5deg);
    z-index: 100;
  }
  .nav-close-btn-line {
    position: absolute;
    left: 0;
    display: inline-block;
  }
  .nav-close-btn-line::before {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #ae987b;
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
  }
  .nav-close-btn-line:nth-child(1) {
    left: 0;
    width: 100%;
    height: 1px;
    top: 50%;
    -webkit-transform: translateY(-50%) scaleX(1);
    transform: translateY(-50%) scaleX(1);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }
  .nav-close-btn-line:nth-child(2) {
    left: 50%;
    width: 1px;
    height: 100%;
    top: 0;
    -webkit-transform: translateX(-50%) scaleY(1);
    transform: translateX(-50%) scaleY(1);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
  }
  .nav-list {
    margin: 30.933333333333334vw 6vw 30.933333333333334vw 0;
    opacity: 1 !important;
    -webkit-transform: none !important;
    transform: none !important;
  }
  .nav-item {
    font-size: 8.266666666666666vw;
    line-height: 1.161290322580645;
    letter-spacing: 0.11em;
    color: #666;
    font-weight: 300;
    text-align: right;
  }
  .nav-item:not(:first-child) {
    margin-top: 12.266666666666666vw;
  }
  .nav-item a {
    color: #666;
  }
  .is-nav-opened .nav {
    pointer-events: auto;
  }
}
@media only screen and (max-width: 896px) and (orientation: landscape) {
  .is-nav-opened .nav-inner {
    height: auto;
  }
}
@media only screen and (min-width: 769px) {
  .nav {
    position: fixed;
    bottom: 92px;
    right: 34px;
    opacity: 1 !important;
    -webkit-transform: none !important;
    transform: none !important;
    z-index: 10;
  }
  .nav-item {
    font-size: 1.6rem;
    line-height: 1.3125;
    letter-spacing: 0.14em;
    color: #b2b2b2;
    text-align: right;
  }
  .nav-item:not(:first-child) {
    margin-top: 19px;
  }
  .nav-item a {
    color: #b2b2b2;
    padding-left: 22px;
    position: relative;
  }
  .nav-item a::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background: #c0af98;
    border-radius: 50%;
    content: "";
    display: block;
    margin: auto 0;
    width: 10px;
    height: 10px;
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: -webkit-transform 0.3s cubic-bezier(0.36, 0.14, 0, 1);
    transition: transform 0.3s cubic-bezier(0.36, 0.14, 0, 1);
    transition: transform 0.3s cubic-bezier(0.36, 0.14, 0, 1),
      -webkit-transform 0.3s cubic-bezier(0.36, 0.14, 0, 1);
  }
  .nav-item a.is-located::before {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  -ms-grid-rows: 1fr auto;
  grid-template-rows: 1fr auto;
  overflow: hidden;
  position: relative;
}
.wrapper .breadcrumb {
  text-align: left;
  position: absolute;
  top: 145px;
  width: 100vw;
}
@media only screen and (max-width: 768px) {
  .wrapper .breadcrumb {
    top: 110px;
  }
}
.wrapper .breadcrumb p {
  margin: 0 auto;
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0.12em;
  font-family: futura-pt;
  max-width: 900px;
}
@media only screen and (max-width: 768px) {
  .wrapper .breadcrumb p {
    font-size: 1rem;
    line-height: 2.1;
    letter-spacing: 0.12em;
    max-width: 90%;
  }
}
.btn {
  justify-content: center;
  align-items: center;
  display: flex;
  background-color: transparent;
  box-sizing: border-box;
  cursor: pointer;
  pointer-events: auto;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
}
.btn * {
  pointer-events: none;
}
.btn-primary {
  width: 44.266666666666666vw;
  height: 14.666666666666666vw;
}
@media only screen and (min-width: 769px) {
  .btn-primary {
    width: 125px;
    height: 42px;
  }
}
.btn-primary-bg-line,
.btn-primary-bg-shadow {
  border-radius: 4vw;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 769px) {
  .btn-primary-bg-line,
  .btn-primary-bg-shadow {
    border-radius: 6px;
  }
}
.btn-primary-bg-shadow {
  background: #f6f3f0;
  left: 2.4vw;
  top: 2.666666666666667vw;
}
@media only screen and (min-width: 769px) {
  .btn-primary-bg-shadow {
    left: 8px;
    top: 8px;
    transition: background 0.5s ease-out;
  }
}
.btn-primary-bg-line {
  border: 1px solid #ae987b;
  left: 0;
  top: 0;
}
.btn-primary-body {
  justify-content: center;
  align-items: center;
  display: flex;
  box-sizing: border-box;
  padding: 10px;
  position: relative;
  width: 100%;
  height: 100%;
}
.btn-primary-label {
  font-size: 4.6vw;
  letter-spacing: 0.2em;
  line-height: 22.6px;
  color: #ae987b;
  font-family: futura-pt, sans-serif;
  margin-top: 0.8vw;
}
@media only screen and (min-width: 769px) {
  .btn-primary-label {
    font-size: 16px;
    line-height: 27.6px;
    margin: 4px 0 0 6px;
    transition: color 0.5s ease-out;
  }
}
.btn-primary-icon {
  margin-left: 2.133333333333333vw;
}
@media only screen and (min-width: 769px) {
  .btn-primary-icon {
    margin: 2px -16px 0 8px;
    transition: fill 0.5s ease-out;
  }
}
.btn-primary:hover .btn-primary-label {
  color: #fff;
}
.btn-primary:hover .btn-primary-icon {
  fill: #fff;
}
.btn-primary:hover .btn-primary-bg-shadow {
  background: rgba(192, 175, 152, 0.5);
}
.btn-instagram {
  width: 80vw;
  height: 23.200000000000003vw;
}
@media only screen and (min-width: 769px) {
  .btn-instagram {
    width: 330px;
    height: 95px;
  }
}
.btn-instagram-bg-shadow {
  background: #f6f3f0;
  border-radius: 5.333333333333334vw;
  display: block;
  left: 2.4vw;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 1.866666666666667vw;
}
@media only screen and (min-width: 769px) {
  .btn-instagram-bg-shadow {
    border-radius: 20px;
    left: 12px;
    top: 6px;
    transition: background 0.5s ease-out;
  }
}
.btn-instagram-bg-line {
  position: absolute;
  top: -10vw;
  left: 0;
  fill: none;
  width: 79.73333333333333vw;
  height: 32.53333333333333vw;
  stroke: #c0af98;
  stroke-miterlimit: 10;
}
@media only screen and (min-width: 769px) {
  .btn-instagram-bg-line {
    left: 0;
    width: 330px;
    height: 133px;
    top: -42px;
  }
}
.btn-instagram-body {
  justify-content: center;
  align-items: center;
  display: flex;
  box-sizing: border-box;
  padding: 10px;
  position: relative;
  width: 100%;
  height: 100%;
}
.btn-instagram-body::before {
  position: absolute;
  top: -10.666666666666668vw;
  right: 0;
  left: 0;
  background: #c0af98;
  border-radius: 50%;
  content: "";
  display: block;
  margin: 0 auto;
  width: 1.6vw;
  height: 1.6vw;
}
@media only screen and (min-width: 769px) {
  .btn-instagram-body::before {
    width: 7px;
    height: 7px;
    top: -46px;
  }
}
.btn-instagram-label {
  font-size: 6.666666666666667vw;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #ae987b;
  font-family: futura-pt, sans-serif;
  margin-right: 2.666666666666667vw;
}
@media only screen and (min-width: 769px) {
  .btn-instagram-label {
    font-size: 2.8rem;
    margin-right: 0;
    transition: color 0.5s ease-out;
  }
}
.btn-instagram-icon {
  margin-right: 5.333333333333334vw;
  position: relative;
  top: -0.533333333333333vw;
}
@media only screen and (min-width: 769px) {
  .btn-instagram-icon {
    margin-right: 22px;
    top: -4px;
    transition: fill 0.5s ease-out;
  }
}
.btn-instagram:hover .btn-instagram-label {
  color: #fff;
}
.btn-instagram:hover .btn-instagram-icon {
  fill: #fff;
}
.btn-instagram:hover .btn-instagram-bg-shadow {
  background: rgba(192, 175, 152, 0.5);
}
@media only screen and (min-width: 769px) {
  .cursor,
  .chaser {
    border-radius: 50%;
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
  }
  .cursor {
    background: #ae987b;
    cursor: none;
    width: 10px;
    height: 10px;
    z-index: 100001;
  }
  .chaser {
    justify-content: center;
    align-items: center;
    display: flex;
    border: 1px solid #ae987b;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    text-align: center;
    transition: border ease 0.3s, -webkit-transform ease 0.3s;
    transition: transform ease 0.3s, border ease 0.3s;
    transition: transform ease 0.3s, border ease 0.3s,
      -webkit-transform ease 0.3s;
    z-index: 100000;
  }
  .chaser.is-active {
    background: rgba(174, 152, 123, 0.2);
    border: 1px solid rgba(174, 152, 123, 0);
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}
.icon-external {
  width: 4.933333333333334vw;
  height: 5.066666666666666vw;
  fill: #ae987b;
}
@media only screen and (min-width: 769px) {
  .icon-external {
    width: 12px;
    height: 13px;
  }
}
.icon-instagram {
  fill: #ae987b;
  width: 10.133333333333333vw;
  height: 10.133333333333333vw;
}
@media only screen and (min-width: 769px) {
  .icon-instagram {
    width: 40px;
    height: 40px;
  }
}
.icon-line {
  width: 8.666666666666668vw;
  height: 8.133333333333333vw;
  fill: #ae987b;
}
@media only screen and (min-width: 769px) {
  .icon-line {
    width: 35px;
    height: 33px;
  }
}
.icon-twitter {
  width: 7.866666666666666vw;
  height: 6.4vw;
  fill: #ae987b;
}
@media only screen and (min-width: 769px) {
  .icon-twitter {
    width: 32px;
    height: 26px;
  }
}
.icon-facebook {
  width: 9.6vw;
  height: 9.733333333333333vw;
  fill: #ae987b;
}
@media only screen and (min-width: 769px) {
  .icon-facebook {
    width: 40px;
    height: 40px;
  }
}
.loader {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 1s ease-out;
  z-index: 1000;
}
.is-loaded .loader {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
.header-svg {
  fill: #666;
}
@media only screen and (max-width: 768px) {
  .header-svg {
    width: 85%;
  }
}
.loader-bg {
  background: url("../../assets/img/common/sp/loader-bg.webp?hash=9cc5180ef88d02f3f61cb027c4e16c7d")
    center center no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 769px) {
  .loader-bg {
    background-image: url("../../assets/img/common/pc/loader-bg.webp?hash=35126582443a012cdae83bbca3e8bc36");
  }
}
@media only screen and (min-width: 769px) and (-webkit-min-device-pixel-ratio: 2) {
  .loader-bg {
    background-image: url("../../assets/img/common/pc/loader-bg@2x.jpg?hash=60c0cfd76f596bc4e9b4bde889707f7e");
  }
}
.loader-body {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.loader-body::before {
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  display: block;
  width: 100%;
  height: 50vh;
}
.loader-copy {
  font-size: 5.733333333333333vw;
  line-height: 3.837209302325582;
  letter-spacing: 0.2em;
  color: #666;
  font-family: "Shippori Mincho", serif;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .loader-copy {
    font-size: 3rem;
    line-height: 3;
  }
}
.loader-copy span {
  opacity: 0;
}
.site-logo {
  fill: #666;
}
@media only screen and (max-width: 768px) {
  .reserve-trigger {
    position: absolute;
    top: 26.666666666666668vw;
    left: 0;
    width: 100%;
    height: 1px;
  }
}
.reserve {
  position: fixed;
  z-index: 1000;
  right: 5%;
}
.reserve .alert {
  background-color: #b32c2c;
  font-weight: 600;
}
.reserve .alert a {
  color: #fff;
}
.reserve .alert span {
  color: #ff0;
}
@media only screen and (min-width: 769px) {
  .reserve {
    flex-direction: column-reverse;
    display: flex;
  }
  .reserve .alert {
    justify-content: center;
    align-items: center;
    display: flex;
    width: 230px;
    height: 80px;
    border-radius: 5px 0 0 5px;
    transition: background 0.5s ease-out;
    margin-top: 1rem;
    text-align: center;
    font-size: 1.8rem;
  }
  .reserve .alert a {
    line-height: 1.4;
  }
  .reserve .innerWrapper {
    display: flex;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .reserve {
    bottom: 0;
    left: 0;
    opacity: 0 !important;
    z-index: -1 !important;
    transition: opacity 0.5s ease-out;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .reserve .innerWrapper {
    display: flex;
    width: 100%;
  }
  .reserve .alert {
    display: inline-block;
    text-align: center;
    font-size: 1.4rem;
    width: 100%;
    height: 36px;
    line-height: 36px;
  }
  .reserve .reserve-btn {
    width: 50%;
  }
  .reserve.is-visible {
    opacity: 1 !important;
    z-index: 1000 !important;
  }
  .reserve.is-invisible {
    opacity: 0 !important;
    z-index: -1 !important;
  }
  .is-nav-opened .reserve {
    opacity: 0 !important;
  }
}
@media only screen and (min-width: 769px) {
  .reserve {
    right: 5%;
    top: 0px;
  }
}
#menu-btn {
  z-index: 99999;
  background-color: #fff;
  font-weight: 500;
  width: 100%;
  height: 19.466666666666665vw;
  text-align: center;
  font-size: 12px;
}
@media only screen and (max-width: 768px) {
  #menu-btn {
    display: none;
  }
}
@media only screen and (min-width: 769px) {
  #menu-btn {
    flex-direction: column;
    width: 110px;
    height: 80px;
    border-radius: 0 0 10px 10px;
    transition: background 0.5s ease-out;
    justify-content: center;
    align-items: center;
    display: flex;
  }
}
.sp-header {
  padding-top: 10px;
  width: 100vw;
  z-index: 1000;
  position: fixed;
  background-color: #fff;
  opacity: 1 !important;
}
@media only screen and (min-width: 769px) {
  .sp-header {
    display: none;
  }
}
.sp-header.is-invisible {
  opacity: 0 !important;
}
.sp-header.active {
  background-color: transparent;
}
.sp-header-container {
  position: relative;
}
.sp-menu {
  position: absolute;
  display: flex;
  justify-content: center;
  position: fixed;
  top: 8px;
  right: -30px;
  z-index: 1000;
}
@media only screen and (min-width: 769px) {
  .sp-menu {
    display: none;
  }
}
.heaeder-menu-logo {
  margin: 0 auto;
  width: 40%;
  height: 70px;
  text-align: center;
}
.heaeder-menu-logo svg {
  width: 90%;
  height: 70%;
  padding-top: 5%;
  fill: #666;
}
#menu-btn-sp {
  width: 100px;
  background-color: #fff;
  font-weight: 500;
  text-align: center;
  font-size: 12px;
}
#menu-btn-sp.active {
  background-color: transparent;
}
.menu-text {
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.1875;
  letter-spacing: 0.14em;
  position: absolute;
  top: 30px;
}
@media only screen and (max-width: 768px) {
  .menu-text {
    font-size: 1.5rem;
    line-height: 2.333333333333333;
    letter-spacing: 0.14em;
  }
}
.menu-text.hidden {
  display: none;
}
.menu-text-close {
  display: block;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.1875;
  letter-spacing: 0.14em;
  position: absolute;
  top: 30px;
}
@media only screen and (max-width: 768px) {
  .menu-text-close {
    font-size: 1.5rem;
    line-height: 2.333333333333333;
    letter-spacing: 0.14em;
  }
}
.menu-text-close.hidden {
  display: none;
}
.menu-dot {
  color: #c0af98;
  font-size: 32px;
  position: absolute;
  top: 10px;
}
@media only screen and (max-width: 768px) {
  .menu-dot {
    font-size: 30px;
  }
}
.menu-dot.hidden {
  display: none;
}
.menu-close {
  display: inline-block;
  vertical-align: middle;
  color: #b8a790;
  line-height: 1;
  width: 1px;
  height: 20px;
  background: currentColor;
  border-radius: 0.1em;
  position: relative;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 15px;
}
@media only screen and (max-width: 768px) {
  .menu-close {
    right: 74px;
  }
}
.menu-close::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.menu-close.hidden {
  display: none;
}
.reserve-btn {
  background: #ae987b;
  color: #fff;
  font-weight: 700;
  width: 100%;
  height: 19.466666666666665vw;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .reserve-btn {
    padding-top: 3.5vw;
  }
}
@media only screen and (min-width: 769px) {
  .reserve-btn {
    background: rgba(174, 152, 123, 0.9);
    flex-direction: column;
    width: 230px;
    height: 80px;
    border-radius: 0 0 10px 10px;
    transition: background 0.5s ease-out;
    justify-content: center;
    align-items: center;
    display: flex;
  }
}
.reserve-btn:hover {
  background: rgba(174, 152, 123, 0.65);
}
.reserve-btn-member {
  background-color: #727171;
}
.reserve-btn-member:hover {
  background: rgba(114, 113, 113, 0.65);
}
@media only screen and (min-width: 769px) {
  .reserve-btn-member {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
.reserve-btn-member .reserve-btn-excl {
  color: #727171;
}
.reserve-btn-member .reserve-btn-label-lg {
  line-height: 9vw;
}
@media only screen and (min-width: 769px) {
  .reserve-btn-member .reserve-btn-label-lg {
    line-height: 1vw;
  }
}
.reserve-btn-excl {
  justify-content: center;
  align-items: center;
  display: inline-flex;
  font-size: 5.333333333333334vw;
  line-height: 1;
  letter-spacing: 0.06em;
  background: #fff;
  border-radius: 1.333333333333333vw;
  color: #ae987b;
  margin-right: 2.666666666666667vw;
  padding: 2.4vw 1.333333333333333vw;
}
@media only screen and (min-width: 769px) {
  .reserve-btn-excl {
    font-size: 15px;
    line-height: 12px;
    letter-spacing: 0;
    border-radius: 6px;
    margin: -4px 0 1rem 0;
    padding: 8px 5px;
  }
}
@media only screen and (max-width: 768px) {
  .reserve-btn-excl {
    font-size: 4vw;
    line-height: 8px;
    letter-spacing: 0;
  }
}
.reserve-btn-label,
.reserve-btn-label-lg,
.reserve-btn-label-sm {
  display: inline-block;
}
.reserve-btn-label-sm {
  font-size: 1.5rem;
  line-height: 12px;
  letter-spacing: 0;
  padding-left: 0rem;
}
@media only screen and (min-width: 769px) {
  .reserve-btn-label-sm {
    padding-left: 1rem;
  }
}
@media only screen and (max-width: 768px) {
  .reserve-btn-label-sm {
    font-size: 4vw;
  }
}
.reserve-btn-label {
  font-size: 4.666666666666667vw;
  line-height: 1.285714285714286;
  letter-spacing: 0.12em;
}
@media only screen and (min-width: 769px) {
  .reserve-btn-label {
    font-size: 2rem;
    line-height: 0.4;
    letter-spacing: 0.19em;
    margin-left: 5px;
  }
}
.reserve-btn-label-lg {
  font-size: 6.933333333333333vw;
}
@media only screen and (min-width: 769px) {
  .reserve-btn-label-lg {
    font-size: 2.6rem;
    letter-spacing: 0.06em;
  }
}
#mask-hero path {
  -webkit-transform: scale(0.000833333333333, 0.003030303030303);
  transform: scale(0.000833333333333, 0.003030303030303);
}
#mask-section-1 path {
  -webkit-transform: scale(0.000833333333333, 0.003012048192771);
  transform: scale(0.000833333333333, 0.003012048192771);
}
#mask-section-2 path {
  -webkit-transform: scale(0.000833333333333, 0.003039513677812);
  transform: scale(0.000833333333333, 0.003039513677812);
}
#mask-section-3 path {
  -webkit-transform: scale(0.000833333333333, 0.003030303030303);
  transform: scale(0.000833333333333, 0.003030303030303);
}
#mask-section-4 path {
  -webkit-transform: scale(0.000833555614831, 0.001258589875903);
  transform: scale(0.000833555614831, 0.001258589875903);
}
html.is-locked {
  overflow: hidden;
  touch-action: none;
}
html.is-locked body {
  overflow: hidden;
  overflow-y: scroll;
}
@media only screen and (max-width: 768px) {
  html.is-locked {
    touch-action: none;
  }
}
@media only screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}
@media only screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1199px) {
  .pc-md-d-none {
    display: none !important;
  }
}
.font-futurapt {
  font-family: futura-pt, sans-serif;
}
.font-shipporimincho {
  font-family: "Shippori Mincho", serif;
}
.color-gold {
  color: #ae987b;
}
.kerning {
  display: inline-block;
  width: 0.3em;
}
@media only screen and (min-width: 769px) {
  .kerning {
    width: 0.28em;
  }
}
@media only screen and (min-width: 769px) {
  .link-tel {
    pointer-events: none;
  }
}
@media only screen and (min-width: 769px) {
  .pc-img-fluid {
    width: 100%;
  }
  .pc-img-fluid img {
    width: 100%;
  }
}
.mt-0 {
  margin-top: 0 !important;
}
.mr-0 {
  margin-right: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.ml-0 {
  margin-left: 0 !important;
}
.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.my-0 {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
.m-0 {
  margin: 0 !important;
}
.mb-0 {
  margin-bottom: 0px !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.mb-50 {
  margin-bottom: 50px !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pr-0 {
  padding-right: 0 !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pl-0 {
  padding-left: 0 !important;
}
.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.py-0 {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
.p-0 {
  padding: 0 !important;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-bold {
  font-weight: bold;
}
.text-justify {
  text-align: justify;
  text-justify: inter-ideograph;
}
@media only screen and (max-width: 768px) {
  .page-concept .hero-content {
    top: 1% !important;
  }
}
@media only screen and (max-width: 768px) {
  .page-concept .hero-content::before {
    top: 42vw !important;
  }
}
@media only screen and (max-width: 768px) {
  .page-concept .main {
    width: 100% !important;
    padding: 0 !important;
  }
}
@media only screen and (max-width: 768px) {
  .page-concept .col-content-right,
  .page-concept .col-content-left {
    width: 90% !important;
    margin: 0 auto;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}
.page-concept .section-fv {
  background-image: url("../img/concept/concept_fv.jpg?hash=673ea01a72ce1a9fd4eed91776bbaf4a");
  background-repeat: no-repeat;
}
.page-concept .section-fv .inner {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .page-concept .section-fv {
    margin-bottom: 15%;
  }
}
@media only screen and (max-width: 768px) {
  .page-concept .section-fv h2 {
    top: -700px;
  }
}
.page-concept .section-fv:after {
  position: absolute;
  bottom: -3.2%;
  left: -23px;
  background: #f6f3f0;
  -webkit-clip-path: url("#mask-section-1");
  clip-path: url("#mask-section-1");
  content: "";
  display: block;
  width: calc(100% + 23px);
  height: 24vw;
  -webkit-transform: translateZ(1px);
  transform: translateZ(1px);
}
@media only screen and (max-width: 768px) {
  .page-concept .section-fv:after {
    width: 106%;
    height: 30vw;
    bottom: -2.2%;
    left: -23px;
    background: #fff;
  }
}
@media screen and (min-width: 1980px) {
  .page-concept .section-fv:after {
    height: 9vw !important;
  }
}
@media screen and (max-width: 400px) {
  .page-concept .section-fv {
    padding-top: 625px;
    background-size: 250%;
    background-position: top 100% left 35%;
  }
}
@media screen and (min-width: 401px) and (max-width: 520px) {
  .page-concept .section-fv {
    padding-top: 625px;
    background-size: 211%;
    background-position: top 100% left 39%;
  }
}
@media screen and (min-width: 521px) and (max-width: 768px) {
  .page-concept .section-fv {
    padding-top: 625px;
    background-size: cover;
    background-position: top 100% center;
  }
}
@media screen and (min-width: 769px) and (max-width: 999px) {
  .page-concept .section-fv {
    background-size: 150%;
    background-position: top 115% left 60%;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1499px) {
  .page-concept .section-fv {
    background-size: 108%;
    background-position: top 115% left 200%;
  }
}
@media screen and (min-width: 1500px) {
  .page-concept .section-fv {
    background-size: contain;
    background-position: top 100% left;
  }
}
.page-concept .section-fv .btn-primary-bg-shadow {
  background: #fff;
}
@media only screen and (max-width: 768px) {
  .page-concept .section-fv .btn-primary-bg-shadow {
    background: #f6f3f0;
  }
}
.page-concept .section-fv .btn-primary:hover .btn-primary-bg-shadow {
  background: rgba(192, 175, 152, 0.5) !important;
}
.page-concept .section-fv .col-content-right {
  position: absolute;
  right: 0;
  top: 0;
}
@media only screen and (max-width: 768px) {
  .page-concept .section-fv .col-content-right {
    width: 90%;
    right: 1.9rem;
  }
}
@media only screen and (min-width: 769px) {
  .page-concept .section-fv .inner {
    height: 900px;
  }
}
.page-concept .section-fv .concept-bg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  pointer-events: none;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 769px) {
  .page-concept .section-fv .concept-bg {
    max-width: 1042px;
    width: 86.83333333333333%;
  }
}
.page-concept .section-fv .concept-line {
  position: absolute;
  top: -73.46666666666667vw;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 100%;
  height: 310.93333333333334vw;
  z-index: 1;
}
.page-concept .section-fv .concept-line svg {
  position: absolute;
  top: 0;
  left: 0;
  stroke-dasharray: 400%;
}
@media only screen and (min-width: 769px) {
  .page-concept .section-fv .concept-line {
    margin-left: -197px;
    width: 1577px;
    height: 1785px;
    top: -366px;
  }
}
.page-concept .section-fv .lead-primary {
  position: absolute;
  left: 20%;
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .page-concept .section-fv .lead-primary {
    position: absolute;
    top: -635px;
    left: 50%;
    text-align: center;
    margin: 0 auto;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
  }
}
@media only screen and (min-width: 769px) {
  .page-concept .section-fv .lead-primary {
    margin-bottom: 43px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1199px) {
  .page-concept .section-fv .lead-primary {
    margin-bottom: 21px;
    left: 5%;
  }
}
.page-concept .section-fv .col-img-right .img-lg-mask {
  border-radius: 6.666666666666667vw 0 0 18.666666666666668vw;
}
@media only screen and (min-width: 769px) {
  .page-concept .section-fv .col-img-right .img-lg-mask {
    border-radius: 50px 150px 50px 150px;
  }
  .page-concept .section-fv .col-img-right .img-lg-mask .img-lg {
    top: 9rem;
  }
}
@media only screen and (min-width: 1600px) {
  .page-concept .section-fv .col-img-right .img-lg-mask::before {
    padding-top: 110%;
  }
}
@media only screen and (min-width: 769px) {
  .page-concept .section-fv .col-content {
    justify-content: flex-end;
    flex-direction: column;
    display: flex;
    margin-bottom: 2px;
  }
}
.page-concept .section-fv .text-primary {
  margin-top: 50%;
  letter-spacing: 0.09em;
}
@media only screen and (min-width: 769px) {
  .page-concept .section-fv .text-primary {
    letter-spacing: 0.07em;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1199px) {
  .page-concept .section-fv .text-primary {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .page-concept .section-fv .text-primary {
    margin: 10px auto;
  }
}
.page-concept .section-fv .concept-img-1 {
  background: url("../../assets/img/home/sp/img-2.webp?hash=d3de54bf051984a0b23a4af537f0ba4f")
    center center no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 769px) {
  .page-concept .section-fv .concept-img-1 {
    background-image: url("../img/concept/concept_pma.png?hash=ae1b6a593b65b50fc05cdf73271158d9");
    background-size: 100% auto;
  }
}
.page-concept .section-fv .concept-message {
  margin: 12.266666666666666vw 0 10.4vw;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .page-concept .section-fv .concept-message {
    margin-bottom: 52px;
    margin-top: 291px;
  }
}
.page-concept .section-fv .concept-message-body {
  margin: 0 auto 12.266666666666666vw;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 769px) {
  .page-concept .section-fv .concept-message-body {
    justify-content: center;
    align-items: center;
    display: flex;
    margin-bottom: 50px;
    width: 694px;
    height: 205px;
  }
}
.page-concept .section-fv .concept-message-text {
  font-size: 5.733333333333333vw;
  line-height: 1.465116279069767;
  letter-spacing: 0.28em;
  font-family: "Shippori Mincho", serif;
  margin-bottom: 12vw;
  text-align: center;
}
.page-concept .section-fv .concept-message-text:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 769px) {
  .page-concept .section-fv .concept-message-text {
    font-size: 2.7rem;
    line-height: 1;
    margin: 0;
    position: absolute;
    text-align: left;
  }
}
@media only screen and (min-width: 769px) {
  .page-concept .section-fv .concept-message-text-1 {
    left: 0;
    top: 0;
  }
}
@media only screen and (min-width: 769px) {
  .page-concept .section-fv .concept-message-text-2 {
    margin-left: 15px;
  }
}
@media only screen and (min-width: 769px) {
  .page-concept .section-fv .concept-message-text-3 {
    bottom: 0;
    right: 0;
  }
}
.page-concept .section-fv .concept-message-name {
  font-size: 3.333333333333333vw;
  line-height: 1.44;
  letter-spacing: 0.12em;
  font-weight: 500;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .page-concept .section-fv .concept-message-name {
    font-size: 1.4rem;
    line-height: 1.428571428571429;
    text-align: right;
  }
}
.page-concept .section-fv .benefits {
  margin: 10.4vw auto 0;
  position: relative;
  width: 87.73333333333333vw;
  height: 83.2vw;
}
@media only screen and (min-width: 769px) {
  .page-concept .section-fv .benefits {
    justify-content: space-between;
    display: flex;
    margin-top: 0px;
    width: 946px;
    height: auto;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1199px) {
  .page-concept .section-fv .benefits {
    margin: 0 -10px;
    width: auto;
  }
}
.page-concept .section-fv .benefit-item {
  justify-content: center;
  align-items: center;
  flex-direction: column;
  display: flex;
  position: absolute;
  width: 29.599999999999998vw;
  height: 29.599999999999998vw;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .page-concept .section-fv .benefit-item {
    position: relative;
    width: 130px;
    height: 130px;
  }
}
@media only screen and (min-width: 960px) {
  .page-concept .section-fv .benefit-item {
    width: 166px;
    height: 166px;
  }
}
.page-concept .section-fv .benefit-bg-shadow,
.page-concept .section-fv .benefit-bg-line {
  position: absolute;
  width: 100%;
  height: 100%;
}
.page-concept .section-fv .benefit-bg-shadow {
  background: #f6f3f0;
  border-radius: 50%;
  left: 1.866666666666667vw;
  top: 1.866666666666667vw;
}
@media only screen and (min-width: 769px) {
  .page-concept .section-fv .benefit-bg-shadow {
    left: 10px;
    top: 10px;
  }
}
.page-concept .section-fv .benefit-bg-line {
  left: 0;
  top: 0;
}
.page-concept .section-fv .benefit-label {
  font-size: 4.8vw;
  line-height: 1.361111111111111;
  letter-spacing: 0.04em;
  color: #ae987b;
  font-weight: 700;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .page-concept .section-fv .benefit-label {
    font-size: 2rem;
    line-height: 1.5;
    letter-spacing: 0.08em;
    margin-top: -3px;
  }
}
@media only screen and (min-width: 960px) {
  .page-concept .section-fv .benefit-label {
    font-size: 2.7rem;
    line-height: 1.37037037037037;
  }
}
@media only screen and (max-width: 768px) {
  .page-concept .section-fv .benefit-item-1 {
    left: 0;
    margin: 0 auto;
    right: 0;
    top: 0;
  }
  .page-concept .section-fv .benefit-item-2 {
    right: 0;
    top: 21.46666666666667vw;
  }
  .page-concept .section-fv .benefit-item-3 {
    bottom: 0;
    right: 12.133333333333333vw;
  }
  .page-concept .section-fv .benefit-item-3 .benefit-label {
    margin-top: 2vw;
  }
  .page-concept .section-fv .benefit-item-4 {
    bottom: 0;
    left: 10.533333333333333vw;
  }
  .page-concept .section-fv .benefit-item-4 .benefit-label {
    margin-top: 2vw;
  }
  .page-concept .section-fv .benefit-item-5 {
    left: 0;
    top: 21.46666666666667vw;
  }
}
@media only screen and (min-width: 769px) {
  .page-concept .section-fv .benefit-item-1,
  .page-concept .section-fv .benefit-item-2,
  .page-concept .section-fv .benefit-item-3 {
    margin-top: 60px;
  }
  .page-concept .section-fv .benefit-item-1 {
    order: 1;
  }
  .page-concept .section-fv .benefit-item-2 {
    order: 3;
  }
  .page-concept .section-fv .benefit-item-3 {
    order: 5;
  }
  .page-concept .section-fv .benefit-item-3 .benefit-label {
    margin-top: 10px;
  }
  .page-concept .section-fv .benefit-item-4 {
    order: 4;
  }
  .page-concept .section-fv .benefit-item-4 .benefit-label {
    margin-top: 10px;
  }
  .page-concept .section-fv .benefit-item-5 {
    order: 2;
  }
}
.page-concept .section-concept {
  background-image: none !important;
  padding-top: 0 !important;
}
@media only screen and (max-width: 768px) {
  .page-concept .section-concept {
    padding-top: 400px;
    margin-top: 110% !important;
    margin-bottom: 0 !important;
  }
}
.page-concept .section-concept:after {
  display: none !important;
}
.page-concept .section-concept .inner {
  height: 715px !important;
}
@media only screen and (max-width: 360px) {
  .page-concept .section-concept .inner {
    height: 640px !important;
  }
}
.page-concept .section-concept .concept-message {
  margin-top: 0 !important;
}
.page-concept .section-feature {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.page-concept .section-feature .section-body::before {
  display: none !important;
}
@media screen and (max-width: 420px) {
  .page-concept .section-feature {
    padding-top: 26vw !important;
  }
}
@media screen and (min-width: 421px) and (max-width: 500px) {
  .page-concept .section-feature {
    padding-top: 60vw !important;
  }
}
@media screen and (min-width: 501px) and (max-width: 768px) {
  .page-concept .section-feature {
    padding-top: 90vw !important;
  }
}
@media only screen and (max-width: 768px) {
  .page-concept .section-feature .section-body:after {
    width: 105% !important;
    height: 97px !important;
    bottom: -13% !important;
  }
}
.page-concept .section-feature .text-circle {
  position: absolute;
  top: -20%;
  right: -5%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.9);
  width: 135px;
  height: 130px;
  border-radius: 50%;
  text-align: center;
  justify-content: center;
  line-height: 34px;
  font-weight: bold;
  box-shadow: 0px 12px 20px 0px rgba(182, 162, 131, 0.4);
  display: inline-flex;
  flex-flow: column;
  vertical-align: top;
}
@media only screen and (max-width: 768px) {
  .page-concept .section-feature .text-circle {
    top: -8%;
    right: -8%;
    width: 115px;
    height: 115px;
    line-height: 31px;
  }
}
.page-concept .section-feature .text-circle p {
  font-size: 24px;
  letter-spacing: 0.6px;
}
@media only screen and (max-width: 768px) {
  .page-concept .section-feature .text-circle p {
    font-size: 21px;
  }
}
.page-concept .section-feature .text-circle span {
  font-size: 19.7px;
  letter-spacing: 0.6px;
}
@media only screen and (max-width: 768px) {
  .page-concept .section-feature .text-circle span {
    font-size: 17px;
  }
}
.page-concept .section-feature .feature-row-1 {
  margin-top: 0;
}
.page-concept .section-feature .section-body .inner .feature-row-1 {
  justify-content: center !important;
}
.page-concept .section-feature .col-img-left {
  width: 270px !important;
  margin-bottom: 27px;
  margin-top: 10%;
}
.page-concept .section-feature .col-img-left .img-md-mask {
  border-radius: 0 !important;
  height: 270px !important;
}
.page-concept .section-feature .col-content-right {
  width: 660px !important;
  padding-left: 80px !important;
  padding-top: 0 !important;
}
.page-concept .section-feature .feature-row-1 .img-md-mask:before {
  background-image: url("../img/concept/concept_pma.png?hash=ae1b6a593b65b50fc05cdf73271158d9") !important;
  background-position: center !important;
  background-size: 100% !important;
  padding-top: 100% !important;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .page-concept .section-feature .feature-row-1 .img-md-mask:before {
    background-position: left 51% top !important;
    background-size: cover !important;
  }
}
@media only screen and (max-width: 768px) {
  .page-concept .section-feature {
    margin-top: 380px !important;
  }
  .page-concept .section-feature .section-body::before {
    display: block !important;
    position: absolute;
    right: 0;
    left: 0;
    background: #f6f3f0;
    -webkit-clip-path: url("#mask-section-1");
    clip-path: url("#mask-section-1");
    content: "";
    display: block;
    margin: 0 auto;
    -webkit-mask-size: 100% 27.200000000000003vw;
    mask-size: 100% 27.200000000000003vw;
    pointer-events: none;
    top: -97px !important;
    width: 105% !important;
    height: 97px !important;
  }
  .page-concept .section-feature .feature-row-1 .img-md-mask {
    background: url("../img/concept/concept_pma.png?hash=ae1b6a593b65b50fc05cdf73271158d9");
    background-position: left 51% top 79%;
    background-size: 153%;
  }
  .page-concept .section-feature .col-img-left {
    margin-left: auto;
    margin-right: auto;
    height: 70vw !important;
    width: 70vw !important;
  }
  .page-concept .section-feature .col-img-left .img-md-mask {
    width: 100%;
    height: 100% !important;
    background-position: center;
    background-size: 100%;
  }
  .page-concept .section-feature .col-content-right {
    padding: 0 !important;
    width: 90% !important;
  }
}
.page-concept .section-studios {
  padding-top: 750px !important;
}
@media only screen and (max-width: 768px) {
  .page-concept .section-studios {
    padding-top: 41vw !important;
  }
}
.page-concept .section-studios h2 {
  font-size: 25px;
  letter-spacing: 1.4px;
  line-height: 35px;
  font-family: futura-pt, sans-serif;
  text-align: center;
  margin-bottom: 5%;
}
@media only screen and (max-width: 768px) {
  .page-concept .section-studios h2 {
    font-size: 22px;
    margin-bottom: 10%;
  }
}
.page-concept .section-studios h2 span {
  font-size: 18px;
  letter-spacing: 0.2px;
  line-height: 40px;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  margin-left: 3rem;
}
@media only screen and (max-width: 768px) {
  .page-concept .section-studios h2 span {
    font-size: 17px;
    margin-right: 0 !important;
    margin-left: auto;
  }
}
@media only screen and (min-width: 769px) {
  .page-concept .section-studios .text-primary {
    width: 87%;
    margin-top: 3rem;
  }
}
.page-concept .section-studios .row-cols-2 {
  margin: 0 0 5% !important;
}
.page-concept .section-studios .feature-row-1 .img-md-mask:before {
  background-image: url("../img/concept/concept_01.png?hash=a33c37bdacfcfb2262b0fef13ab6e7df") !important;
  background-size: 112% !important;
  background-position: top 59% right !important;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .page-concept .section-studios .feature-row-1 .col-content {
    padding-top: 0 !important;
  }
}
@media only screen and (max-width: 768px) {
  .page-concept .section-studios .feature-row-1 .img-md-mask {
    background: url("../img/concept/concept_01.png?hash=a33c37bdacfcfb2262b0fef13ab6e7df");
    background-position: right top 59%;
    background-size: 164%;
  }
}
.page-concept .section-studios .feature-row-2 .img-md-mask:before {
  background-image: url("../img/concept/concept_02.png?hash=edcdfd4bd3bf3cfe4fbdc2cc4908c8f2") !important;
  background-size: 113% !important;
  background-position: top 79% right 28% !important;
}
@media only screen and (max-width: 768px) {
  .page-concept .section-studios .feature-row-2 .img-md-mask {
    background: url("../img/concept/concept_02.png?hash=edcdfd4bd3bf3cfe4fbdc2cc4908c8f2");
    background-position: left 84% top 79%;
    background-size: 132%;
  }
}
.page-concept .section-studios .feature-row-3 .img-md-mask:before {
  background-image: url("../img/concept/concept_03.png?hash=34d378571a94f31cadac3dde01a9d9a8") !important;
  background-size: 105% !important;
  background-position: top 79% right 36% !important;
}
@media only screen and (max-width: 768px) {
  .page-concept .section-studios .feature-row-3 .img-md-mask {
    background: url("../img/concept/concept_03.png?hash=34d378571a94f31cadac3dde01a9d9a8");
    background-position: left 17% top 86%;
    background-size: 185%;
  }
}
@media only screen and (min-width: 769px) {
  .page-concept .section-studios .feature-row-1 .col-content-left,
  .page-concept .section-studios .feature-row-3 .col-content-left {
    position: absolute;
    top: 60%;
    left: 6.5%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 99;
  }
}
.page-concept .section-studios .feature-row-1 .col-img-right,
.page-concept .section-studios .feature-row-3 .col-img-right {
  width: 70%;
}
@media only screen and (max-width: 768px) {
  .page-concept .section-studios .feature-row-1 .col-img-right,
  .page-concept .section-studios .feature-row-3 .col-img-right {
    width: 85%;
  }
}
.page-concept .section-studios .feature-row-1 .col-img-right .img-md-mask,
.page-concept .section-studios .feature-row-3 .col-img-right .img-md-mask {
  border-radius: 50px 0 0 50px;
}
.page-concept
  .section-studios
  .feature-row-1
  .col-img-right
  .img-md-mask:before,
.page-concept
  .section-studios
  .feature-row-3
  .col-img-right
  .img-md-mask:before {
  padding-top: 38% !important;
  background-position: center;
}
.page-concept .section-studios .feature-row-1 .col-img-right .text-primary,
.page-concept .section-studios .feature-row-3 .col-img-right .text-primary {
  display: block;
}
@media only screen and (max-width: 768px) {
  .page-concept .section-studios .feature-row-1 .col-img-right .text-primary,
  .page-concept .section-studios .feature-row-3 .col-img-right .text-primary {
    display: none;
  }
}
.page-concept .section-studios .feature-row-1 .text-circle,
.page-concept .section-studios .feature-row-3 .text-circle {
  top: 0;
  left: 11%;
}
@media only screen and (max-width: 768px) {
  .page-concept .section-studios .feature-row-1 .text-circle,
  .page-concept .section-studios .feature-row-3 .text-circle {
    top: 40%;
    left: 14%;
  }
}
@media only screen and (min-width: 769px) {
  .page-concept .section-studios .feature-row-2 .col-content-right {
    position: absolute;
    top: 60%;
    right: 8%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 99;
  }
}
.page-concept
  .section-studios
  .feature-row-2
  .col-content-right
  .lead-secondary {
  align-items: flex-end;
}
.page-concept .section-studios .feature-row-2 .col-img-left {
  width: 70%;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .page-concept .section-studios .feature-row-2 .col-img-left {
    width: 85%;
  }
}
@media screen and (min-width: 1500px) {
  .page-concept .section-studios .feature-row-2 .col-img-left .text-primary {
    text-align: right;
  }
}
.page-concept .section-studios .feature-row-2 .col-img-left img {
  width: 100%;
}
.page-concept .section-studios .feature-row-2 .col-img-left .img-md-mask {
  border-radius: 0 50px 50px 0;
}
.page-concept
  .section-studios
  .feature-row-2
  .col-img-left
  .img-md-mask:before {
  padding-top: 38% !important;
  background-position: center;
}
.page-concept .section-studios .feature-row-2 .col-img-left .text-primary {
  margin-left: 13.5%;
  display: block;
}
@media only screen and (max-width: 768px) {
  .page-concept .section-studios .feature-row-2 .col-img-left .text-primary {
    display: none;
  }
}
.page-concept .section-studios .feature-row-2 .text-circle {
  top: 0;
  right: 4%;
}
@media only screen and (max-width: 768px) {
  .page-concept .section-studios .feature-row-2 .text-circle {
    top: 40%;
    right: -5%;
  }
}
@media only screen and (max-width: 768px) {
  .page-concept .section-studios .feature-row-3 .text-circle {
    top: 38%;
    left: 14%;
  }
}
.page-concept .section-studios .inner {
  margin: 300px auto;
  max-width: 1900px;
  width: 100%;
  padding-bottom: 10%;
}
@media only screen and (max-width: 768px) {
  .page-concept .section-studios .inner {
    margin: 180px auto 80px;
  }
}
.page-concept .text-circle {
  position: absolute;
  top: -5%;
  right: -5%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.85);
  width: 93px;
  height: 90px;
  border-radius: 50%;
  text-align: center;
  justify-content: center;
  line-height: 22px;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  box-shadow: 0px 12px 20px 0px rgba(182, 162, 131, 0.4);
  display: inline-flex;
  flex-flow: column;
  vertical-align: top;
}
@media only screen and (max-width: 768px) {
  .page-concept .text-circle {
    width: 83px;
    height: 80px;
  }
}
.page-concept .text-circle p {
  font-size: 50px;
  letter-spacing: 1.2px;
}
@media only screen and (max-width: 768px) {
  .page-concept .text-circle p {
    font-size: 42px;
  }
}
.page-concept .lead-text-bg {
  background: rgba(246, 243, 240, 0.85) !important;
}
.page-faq .section-faq {
  margin-top: 0 !important;
}
@media only screen and (max-width: 768px) {
  .page-faq .section-faq {
    width: 90%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) {
  .page-faq .section-faq h2.page-pages__h2__yugothic {
    margin-bottom: 2rem !important;
  }
}
.page-faq .section-faq .accordion-area {
  width: 100% !important;
  margin: 0 auto !important;
}
.page-faq .section-faq .accordion-area li {
  margin: 0 auto !important;
}
.page-contact__info {
  margin: 4% auto;
}
.page-contact__info p {
  margin-bottom: 5%;
}
@media only screen and (max-width: 768px) {
  .page-contact__info p {
    text-align: justify;
  }
}
@media only screen and (max-width: 768px) {
  .page-contact__info p:last-of-type {
    font-size: 10px;
  }
}
.page-contact__info p a {
  text-decoration: underline;
}
.page-contact__info p a:hover {
  opacity: 0.5;
}
.page-contact .c-line_btn {
  display: inline-block;
  margin: 0 auto 5rem;
  text-align: center;
  width: 100%;
}
.page-contact .u-xs-only {
  display: none;
}
@media only screen and (max-width: 450px) {
  .page-contact .u-xs-only {
    display: block;
  }
}
.page-contact .header {
  margin: 0 auto;
  position: unset;
  text-align: center;
}
.page-contact .header svg {
  width: 12rem;
}
.page-contact .formWrapper {
  padding: 0 0 3rem;
  max-width: 900px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .page-contact .formWrapper {
    padding-bottom: 3rem;
  }
}
.page-contact .formWrapper h2 {
  text-align: center;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.15em;
  font-size: 2.5rem;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 960px) {
  .page-contact .formWrapper h2 {
    font-size: 2rem;
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 960px) {
  .page-contact .formWrapper h2:last-of-type {
    margin-top: 5rem;
  }
}
.page-contact .formWrapper form {
  display: flex;
  flex-direction: column;
}
.page-contact .formWrapper form input,
.page-contact .formWrapper form select,
.page-contact .formWrapper form textarea {
  padding: 1rem;
  font-size: 1.5rem;
  letter-spacing: 0.5px;
  margin-bottom: 4rem;
  border: 1px solid #c0af98;
  border-radius: 0.5rem;
}
.page-contact .formWrapper form input::-webkit-input-placeholder,
.page-contact .formWrapper form select::-webkit-input-placeholder,
.page-contact .formWrapper form textarea::-webkit-input-placeholder {
  color: #ccc;
}
.page-contact .formWrapper form input::-moz-placeholder,
.page-contact .formWrapper form select::-moz-placeholder,
.page-contact .formWrapper form textarea::-moz-placeholder {
  color: #ccc;
}
.page-contact .formWrapper form input:-ms-input-placeholder,
.page-contact .formWrapper form select:-ms-input-placeholder,
.page-contact .formWrapper form textarea:-ms-input-placeholder {
  color: #ccc;
}
.page-contact .formWrapper form input::-ms-input-placeholder,
.page-contact .formWrapper form select::-ms-input-placeholder,
.page-contact .formWrapper form textarea::-ms-input-placeholder {
  color: #ccc;
}
.page-contact .formWrapper form input::placeholder,
.page-contact .formWrapper form select::placeholder,
.page-contact .formWrapper form textarea::placeholder {
  color: #ccc;
}
.page-contact .formWrapper form input#needRental,
.page-contact .formWrapper form select#needRental,
.page-contact .formWrapper form textarea#needRental,
.page-contact .formWrapper form input#unneedRental,
.page-contact .formWrapper form select#unneedRental,
.page-contact .formWrapper form textarea#unneedRental {
  margin-top: 0;
  margin-bottom: 1rem;
}
.page-contact .formWrapper form input#needRental + label,
.page-contact .formWrapper form select#needRental + label,
.page-contact .formWrapper form textarea#needRental + label,
.page-contact .formWrapper form input#unneedRental + label,
.page-contact .formWrapper form select#unneedRental + label,
.page-contact .formWrapper form textarea#unneedRental + label {
  margin-right: 1rem;
}
.page-contact .formWrapper form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.page-contact .formWrapper form .c-label {
  font-size: 1.4rem;
  margin-bottom: 1rem;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.page-contact .formWrapper form .c-label[for="upperWearSize"],
.page-contact .formWrapper form .c-label[for="bottomWearSize"] {
  margin-left: 1rem;
  margin-right: 0.5rem;
}
.page-contact .formWrapper form .c-label_badge {
  padding: 0.5rem 1rem;
  font-size: 1.2rem;
  margin-right: 0.5rem;
  color: #fff;
}
.page-contact .formWrapper form .c-label .isRequire {
  background-color: #b92c00;
}
.page-contact .formWrapper form .c-label .isOptional {
  background-color: #666;
}
.page-contact .formWrapper form .c-info,
.page-contact .formWrapper form .c-errorMsg {
  margin-bottom: 3rem;
  font-size: 1.3rem;
  color: #b92c00;
}
.page-contact .formWrapper form .c-info {
  margin-top: 1rem;
}
.page-contact .formWrapper form .c-info.isRental {
  display: block;
  margin-top: 0;
  margin-bottom: 3rem;
}
.page-contact .formWrapper form .c-rentalField {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 0.5rem;
}
.page-contact .formWrapper form .c-rentalFieldRadio {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 3rem;
}
.page-contact .formWrapper form .c-rentalField.negative-margin {
  margin-bottom: -0.1rem;
}
.page-contact
  .formWrapper
  form
  .c-rentalField.negative-margin
  + .c-rentalField {
  margin-bottom: 0.1rem;
}
.page-contact .formWrapper form .c-rentalField #upperWear,
.page-contact .formWrapper form .c-rentalField #bottomWear,
.page-contact .formWrapper form .c-rentalField #towel,
.page-contact .formWrapper form .c-rentalField #socks {
  margin: 0% 1% 1% 0;
  width: 2rem;
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
}
@media only screen and (max-width: 960px) {
  .page-contact .formWrapper form .c-rentalField #upperWear,
  .page-contact .formWrapper form .c-rentalField #bottomWear,
  .page-contact .formWrapper form .c-rentalField #towel,
  .page-contact .formWrapper form .c-rentalField #socks {
    margin: 0% 1% 2% 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
.page-contact .formWrapper form .c-rentalField select#upperWearSize,
.page-contact .formWrapper form .c-rentalField select#bottomWearSize {
  margin-bottom: 1rem;
  width: 40px;
  padding: 0.2rem;
  padding-left: 0.8rem;
  font-size: 1.4rem;
}
.page-contact .formWrapper form .c-rentalField a {
  color: inherit;
  text-decoration: underline;
}
.page-contact .formWrapper form .c-privacyField {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 3rem;
}
.page-contact .formWrapper form .c-privacyField #privacy {
  margin: 0% 1% 1% 0;
  width: 2rem;
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
}
@media only screen and (max-width: 960px) {
  .page-contact .formWrapper form .c-privacyField #privacy {
    margin: 0% 1% 2% 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
.page-contact .formWrapper form #rentalGoodsValiations {
  display: none;
}
.page-contact .formWrapper form #rentalGoodsValiations.show {
  display: block;
  margin-bottom: 3rem;
}
.page-contact .formWrapper form .c-errorMsg {
  display: none;
}
.page-contact .formWrapper form .js-invalid {
  border: 2px solid #b92c00;
}
.page-contact .formWrapper form .js-invalid + .c-errorMsg {
  display: block;
  color: #b92c00;
  margin-top: -2rem;
}
.page-contact
  .formWrapper
  form
  #rentalGoodsValiations
  .js-invalid
  ~ .c-errorMsg {
  display: block;
  color: #b92c00;
  margin-top: 0;
  margin-bottom: 0;
}
.page-contact .formWrapper form #desiredDate1,
.page-contact .formWrapper form #desiredDate2,
.page-contact .formWrapper form #desiredDate3,
.page-contact .formWrapper form #desiredTime {
  width: 62.5%;
}
@media only screen and (max-width: 960px) {
  .page-contact .formWrapper form #desiredDate1,
  .page-contact .formWrapper form #desiredDate2,
  .page-contact .formWrapper form #desiredDate3,
  .page-contact .formWrapper form #desiredTime {
    width: 75%;
  }
}
.page-contact .formWrapper form #desiredDate1 + span.c-arrow,
.page-contact .formWrapper form #desiredDate2 + span.c-arrow,
.page-contact .formWrapper form #desiredDate3 + span.c-arrow,
.page-contact .formWrapper form #desiredTime + span.c-arrow,
.page-contact .formWrapper form #upperWearSize + span.c-arrow,
.page-contact .formWrapper form #bottomWearSize + span.c-arrow {
  display: inline-block;
  border-left: 2px solid #444;
  border-bottom: 2px solid #444;
  height: 5px;
  width: 5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}
.page-contact .formWrapper form #desiredDate1 + span.c-arrow,
.page-contact .formWrapper form #desiredDate2 + span.c-arrow,
.page-contact .formWrapper form #desiredDate3 + span.c-arrow,
.page-contact .formWrapper form #desiredTime + span.c-arrow {
  -webkit-transform: rotateZ(-45deg) translate(-12px, -18px);
  transform: rotateZ(-45deg) translate(-12px, -18px);
}
.page-contact .formWrapper form #upperWearSize + span.c-arrow,
.page-contact .formWrapper form #bottomWearSize + span.c-arrow {
  -webkit-transform: rotateZ(-45deg) translate(-5px, -15px);
  transform: rotateZ(-45deg) translate(-5px, -15px);
}
.page-contact .formWrapper form #userTelphone {
  width: 60%;
}
@media only screen and (max-width: 960px) {
  .page-contact .formWrapper form #userTelphone {
    width: 95%;
  }
}
.page-contact .formWrapper form #desiredTime {
  margin-bottom: 0;
}
.page-contact .formWrapper form #submitButton {
  margin: 0 auto;
  font-size: 2rem;
  padding: 2%;
  border-radius: 0.5rem;
  color: #fff;
  width: 40%;
  cursor: not-allowed;
  letter-spacing: 0.2rem;
}
@media only screen and (max-width: 960px) {
  .page-contact .formWrapper form #submitButton {
    width: 100%;
    padding: 4%;
  }
}
.page-contact .formWrapper form #submitButton:disabled {
  border: none;
  background-color: #aaa;
}
.page-contact .formWrapper form #submitButton:not(:disabled) {
  border: none;
  background-color: #c0af98;
  cursor: pointer;
}
.page-contact .formWrapper form #submitButton.js-inprogress {
  cursor: progress;
}
.page-contact .formWrapper form #recaptcha {
  margin: 0 auto 3rem;
}
.page-contact .formWrapper form #isVerified {
  display: none;
}
.page-lp {
  cursor: auto;
}
.page-lp a:hover {
  cursor: pointer;
}
.page-lp section {
  max-width: 900px;
  margin: 0 auto;
}
.page-lp section img {
  width: 100%;
}
.page-lp #banner {
  display: none;
}
@media only screen and (max-width: 960px) {
  .page-lp #banner {
    display: block;
  }
}
.page-lp #banner img {
  position: fixed;
  max-width: 900px;
  z-index: 999;
}
@media only screen and (max-width: 960px) {
  .page-lp #fv {
    padding-top: 32%;
  }
}
.page-lp #faq {
  letter-spacing: 0.15em;
  line-height: 2;
  margin: 5% auto;
  /*アコーディオンタイトル*/
  /*アイコンの＋と×*/
  /*　closeというクラスがついたら形状変化　*/
  /*アコーディオンで現れるエリア*/
}
.page-lp #faq div {
  margin-bottom: 5%;
}
@media only screen and (max-width: 960px) {
  .page-lp #faq {
    letter-spacing: 1px;
  }
}
.page-lp #faq h2 {
  text-align: center;
  color: #c0af98;
  margin: 2rem auto 1rem;
  font-size: 2.5rem;
}
@media only screen and (max-width: 960px) {
  .page-lp #faq h2 {
    font-size: 2rem;
  }
}
.page-lp #faq_reserve {
  margin-top: 5%;
}
.page-lp #faq .accordion-area {
  list-style: none;
  width: 96%;
  max-width: 900px;
  margin: 0 auto;
}
.page-lp #faq .accordion-area li {
  margin: 10px 0;
}
.page-lp #faq .accordion-area section {
  border: 2px solid #c0af98;
  position: relative;
}
.page-lp #faq .accordion-area section:before {
  content: "Q";
  font-family: futura-pt, sans-serif;
  color: #c0af98;
  top: 1.5rem;
  left: 1rem;
  position: absolute;
  font-size: 3rem;
}
@media only screen and (max-width: 960px) {
  .page-lp #faq .accordion-area section:before {
    top: 1rem;
    left: 0.8rem;
  }
}
@media only screen and (max-width: 600px) {
  .page-lp #faq .accordion-area section:before {
    top: 0.3rem;
    left: 1rem;
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 450px) {
  .page-lp #faq .accordion-area section:before {
    top: 0;
    left: 1rem;
  }
}
.page-lp #faq .title {
  position: relative /*+マークの位置基準とするためrelative指定*/;
  cursor: pointer;
  font-weight: normal;
  padding: 3% 5%;
  transition: all 0.5s ease;
  font-size: 2rem;
}
@media only screen and (max-width: 960px) {
  .page-lp #faq .title {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 600px) {
  .page-lp #faq .title {
    padding: 3% 7%;
  }
}
@media only screen and (max-width: 450px) {
  .page-lp #faq .title {
    padding: 3% 10%;
  }
}
.page-lp #faq .title::before,
.page-lp #faq .title::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 2px;
  background-color: #d3723e;
}
.page-lp #faq .title::before {
  top: 48%;
  right: 15px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.page-lp #faq .title::after {
  top: 48%;
  right: 15px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.page-lp #faq .title.close::after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.page-lp #faq .box {
  border-top: 2px dotted #c0af98;
  display: none;
  margin-bottom: 3%;
  padding: 3% 5%;
  position: relative;
}
@media only screen and (max-width: 600px) {
  .page-lp #faq .box {
    padding: 3% 7%;
  }
}
@media only screen and (max-width: 450px) {
  .page-lp #faq .box {
    padding: 3% 10%;
  }
}
.page-lp #faq .box:before {
  content: "A";
  font-family: futura-pt, sans-serif;
  color: #d3723e;
  top: 1.5rem;
  left: 1rem;
  position: absolute;
  font-size: 3rem;
}
@media only screen and (max-width: 960px) {
  .page-lp #faq .box:before {
    top: 1rem;
    left: 0.8rem;
  }
}
@media only screen and (max-width: 600px) {
  .page-lp #faq .box:before {
    top: 0.3rem;
    left: 1rem;
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 450px) {
  .page-lp #faq .box:before {
    top: 0;
    left: 1rem;
  }
}
.page-lp #faq .box p {
  font-size: 2rem;
}
@media only screen and (max-width: 960px) {
  .page-lp #faq .box p {
    font-size: 1.5rem;
  }
}
.page-lp #nayami {
  position: relative;
}
.page-lp #nayami .aboutbtn {
  position: absolute;
  top: -5px;
  left: 5%;
  width: 90%;
  -webkit-transform: translateY(25%);
  transform: translateY(25%);
}
.page-lp #offer {
  position: relative;
}
.page-lp #offer .offerbtn {
  position: absolute;
  bottom: 9.5%;
  left: 5%;
  width: 90%;
}
.page-lp #offer .offerbtn02 {
  position: absolute;
  bottom: 6.5%;
  left: 5%;
  width: 90%;
}
.page-lp #map {
  position: relative;
}
.page-lp #map .mapbtn {
  position: absolute;
  bottom: 9%;
  left: 5%;
  width: 90%;
}
.page-lp #navi {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 10;
}
@media only screen and (max-width: 1264px) {
  .page-lp #navi {
    display: none;
  }
}
.page-lp #navi a {
  display: inline-block;
}
.page-lp #navi a .on {
  display: block;
}
.page-lp #navi a .off {
  display: none;
}
.page-lp #navi a:hover .on {
  display: none;
}
.page-lp #navi a:hover .off {
  display: block;
}
.page-lp #navi .reserve_lpbtn {
  text-align: center;
  margin-top: 10%;
}
.page-lp #footer {
  position: relative;
}
.page-lp #footer .footer_mail {
  box-shadow: 0px 0px 11px #ccc;
  background-color: rgba(255, 255, 255, 0.3);
  width: 50% !important;
  padding: 2rem;
  position: absolute;
  bottom: 10%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page-lp #footer .footer_mail {
    width: 80% !important;
    padding: 1rem;
    bottom: 0;
  }
}
@media screen and (max-width: 450px) {
  .page-lp #footer .footer_mail {
    bottom: -3%;
  }
}
.page-lp #footer .footer_mail_text {
  font-family: futura-pt, sans-serif;
  font-weight: normal;
  font-size: 3rem;
  display: inline-block;
  cursor: pointer;
  position: relative;
}
.page-lp #footer .footer_mail_text:hover {
  opacity: 0.5;
}
.page-lp #footer .footer_mail_text img {
  width: 5%;
  margin-right: 1rem;
}
@media only screen and (max-width: 600px) {
  .page-lp #footer .footer_mail_text {
    font-size: 2.3rem;
  }
}
.page-lp #footer .footer_mail .text-note {
  font-size: 2.133333333333333vw;
  line-height: 1.75;
  letter-spacing: 0.05em;
  margin: 3.2vw auto 0;
}
@media only screen and (min-width: 769px) {
  .page-lp #footer .footer_mail .text-note {
    font-size: 1.2rem;
    line-height: 1.75;
    margin: 17px 0 0 0;
  }
}
.page-news-detail .section-news-detail {
  position: relative;
}
@media only screen and (max-width: 960px) {
  .page-news-detail .section-news-detail {
    width: 95%;
    margin: auto;
  }
}
.page-news-detail .section-news-detail__container {
  text-align: start;
}
.page-news-detail .section-news-detail__link {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 600px) {
  .page-news-detail .section-news-detail__link {
    height: auto;
    display: flex;
    flex-direction: column;
  }
}
.page-news-detail .section-news-detail__date {
  width: 198px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 45px;
  font-size: 15px;
}
@media only screen and (max-width: 600px) {
  .page-news-detail .section-news-detail__date {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: 13px;
    border-bottom: 1px solid #ae987b;
  }
}
.page-news-detail .section-news-detail__date-body {
  font-size: 2rem;
  line-height: 1.75;
  letter-spacing: 0.04em;
  font-family: futura-pt, sans-serif;
  padding-bottom: 12px;
  width: 155px;
  border-bottom: 2px solid #c0af98;
  color: #ae987b;
}
@media only screen and (max-width: 600px) {
  .page-news-detail .section-news-detail__date-body {
    font-size: 2rem;
    line-height: 1.75;
    letter-spacing: 0.04em;
    line-height: 2.5;
    width: auto;
    padding: 0;
    border-bottom: 2px solid #ae987b;
  }
}
.page-news-detail .section-news-detail__date-label {
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.08em;
  font-family: futura-pt, sans-serif;
  color: #ae987b;
  width: 155px;
  margin-top: 12px;
  padding: 8px 0;
  background-color: rgba(192, 175, 152, 0.15);
  text-align: center;
}
@media only screen and (max-width: 600px) {
  .page-news-detail .section-news-detail__date-label {
    font-size: 1.3rem;
    line-height: 1;
    letter-spacing: 0.08em;
    margin-bottom: 8px;
    max-width: 115px;
  }
}
.page-news-detail .section-news-detail__date-label--imp {
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.08em;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  background-color: rgba(236, 181, 182, 0.5);
  color: #a02629;
}
@media only screen and (max-width: 600px) {
  .page-news-detail .section-news-detail__date-label--imp {
    font-size: 1.3rem;
    line-height: 1;
    letter-spacing: 0.08em;
    max-width: 65px;
  }
}
.page-news-detail .section-news-detail__content {
  margin-top: 38px;
  font-size: 17px;
  color: #666;
  line-height: 2;
  width: 95%;
  margin: 5% auto;
}
@media only screen and (max-width: 600px) {
  .page-news-detail .section-news-detail__content {
    width: 100% !important;
  }
}
.page-news-detail .section-news-detail__content a {
  color: #ae987b;
  text-decoration: underline;
  font-weight: bold;
}
.page-news-detail .section-news-detail__content a:hover {
  opacity: 0.5;
}
.page-news-detail .section-news-detail__content img {
  margin-top: 3%;
}
.page-news-detail .section-news-detail__content-link {
  color: #ae987b;
}
.page-news-detail .section-news-detail__content-heading {
  flex: 1;
  padding: 4px;
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 1.44;
  letter-spacing: 0.16em;
  font-family: "Shippori Mincho", serif;
}
@media only screen and (max-width: 600px) {
  .page-news-detail .section-news-detail__content-heading {
    font-size: 1.8rem;
    line-height: 1.666666666666667;
    letter-spacing: 0.08em;
    border: none;
  }
}
.page-news-detail .section-news-detail__content-body {
  line-height: 2;
}
.page-news-detail .section-news-detail__content-link {
  text-decoration: underline;
  color: #ae987b;
}
.page-news-detail .pagination {
  margin-top: 74px;
}
@media only screen and (max-width: 600px) {
  .page-news-detail .pagination {
    width: 80%;
    margin: 64px auto 0;
  }
}
.page-news-detail .pagination__list {
  display: flex;
  justify-content: center;
  font-size: 20px;
}
@media only screen and (max-width: 600px) {
  .page-news-detail .pagination__list {
    font-size: 15px;
  }
}
.page-news-detail .pagination__list-item {
  padding: 8px;
  margin: 12px;
}
@media only screen and (max-width: 600px) {
  .page-news-detail .pagination__list-item {
    padding: 0;
    margin: auto;
  }
}
.page-news-detail .pagination__list-num {
  font-size: 2rem;
  line-height: 1.75;
  letter-spacing: 0.04em;
  font-family: futura-pt, sans-serif;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 600px) {
  .page-news-detail .pagination__list-num {
    font-size: 1.5rem;
    line-height: 1.733333333333333;
    letter-spacing: 0.04em;
  }
}
.page-news-detail .pagination__list-num:last-of-type {
  font-size: 1.7rem;
  line-height: 2;
  letter-spacing: 0.04em;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
@media only screen and (max-width: 600px) {
  .page-news-detail .pagination__list-num:last-of-type {
    font-size: 1.3rem;
    line-height: 2;
    letter-spacing: 0.04em;
  }
}
.page-news .section-news {
  position: relative;
  margin: 0 auto !important;
}
.page-news .section-news img {
  display: none;
}
.page-news .section-news__list {
  max-width: 958px;
  text-align: start;
  line-height: 2;
}
@media only screen and (max-width: 960px) {
  .page-news .section-news__list {
    margin: 0 30px;
  }
}
@media only screen and (max-width: 600px) {
  .page-news .section-news__list {
    margin: 0;
  }
}
@media only screen and (max-width: 600px) {
  .page-news .section-news__list-item {
    margin-top: 64px;
  }
}
.page-news .section-news__list-link {
  margin: 10% auto;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 600px) {
  .page-news .section-news__list-link {
    height: auto;
    display: flex;
    flex-direction: column;
  }
}
.page-news .section-news__list-date {
  width: 155px;
  display: flex;
  flex-direction: column;
  font-size: 15px;
}
@media only screen and (max-width: 600px) {
  .page-news .section-news__list-date {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: 13px;
    border-bottom: 1px solid #ae987b;
  }
}
.page-news .section-news__list-date-body {
  font-size: 2rem;
  line-height: 1.75;
  letter-spacing: 0.04em;
  font-family: futura-pt, sans-serif;
  width: 155px;
  border-bottom: 2px solid #c0af98;
  color: #ae987b;
}
@media only screen and (max-width: 600px) {
  .page-news .section-news__list-date-body {
    font-size: 2rem;
    line-height: 1.75;
    letter-spacing: 0.04em;
    width: auto;
    border-bottom: 2px solid #ae987b;
    text-align: center;
  }
}
.page-news .section-news__list-date-label {
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.08em;
  font-family: futura-pt, sans-serif;
  color: #ae987b;
  width: 155px;
  margin-top: 9px;
  padding: 4px 0;
  background-color: rgba(192, 175, 152, 0.15);
  text-align: center;
  line-height: 1;
}
@media only screen and (max-width: 600px) {
  .page-news .section-news__list-date-label {
    font-size: 1.3rem;
    line-height: 1;
    letter-spacing: 0.08em;
    margin-bottom: 8px;
    max-width: 115px;
  }
}
.page-news .section-news__list-date-label--imp {
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.08em;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  background-color: rgba(236, 181, 182, 0.5);
  color: #a02629;
}
@media only screen and (max-width: 600px) {
  .page-news .section-news__list-date-label--imp {
    font-size: 1.3rem;
    line-height: 1;
    letter-spacing: 0.08em;
    max-width: 65px;
  }
}
.page-news .section-news__list-content {
  font-size: 17px;
  max-width: 762px;
  margin-left: 45px;
  color: #666;
  width: 100%;
}
@media only screen and (max-width: 960px) {
  .page-news .section-news__list-content {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .page-news .section-news__list-content {
    margin: 0;
  }
}
.page-news .section-news__list-content-heading {
  padding: 4px;
  font-size: 1.7rem;
  line-height: 2;
  letter-spacing: 0.04em;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  border-bottom: 1px solid #ae987b;
}
@media only screen and (max-width: 600px) {
  .page-news .section-news__list-content-heading {
    font-size: 1.7rem;
    line-height: 1.764705882352941;
    letter-spacing: 0.08em;
    border: none;
    line-height: 1.7;
  }
}
.page-news .section-news__list-content-body {
  font-size: 1.7rem;
  line-height: 2;
  letter-spacing: 0.04em;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 2;
}
.page-news .section-news__list-content-body a {
  color: #ae987b;
  text-decoration: underline;
  font-weight: bold;
}
.page-news .section-news__list-content-body a:hover {
  opacity: 0.5;
}
.page-news .section-news .pagination {
  text-align: center;
  margin: 40px 0 0;
}
@media only screen and (max-width: 600px) {
  .page-news .section-news .pagination {
    width: 100%;
    margin: auto;
  }
}
.page-news .section-news .pagination__list {
  display: flex;
  justify-content: center;
  font-size: 20px;
}
@media only screen and (max-width: 600px) {
  .page-news .section-news .pagination__list {
    font-size: 15px;
  }
}
.page-news .section-news .pagination__list-item {
  padding: 8px;
  margin: 12px;
}
.page-news .section-news .pagination__list-item:last-of-type {
  margin-bottom: 0;
}
.page-news .section-news .pagination__list-item--current {
  background-color: rgba(192, 175, 152, 0.15);
}
@media only screen and (max-width: 600px) {
  .page-news .section-news .pagination__list-item {
    padding: 0;
    margin: auto;
  }
}
.page-news .section-news .pagination__list-num {
  font-size: 2rem;
  line-height: 1.75;
  letter-spacing: 0.04em;
  font-family: futura-pt, sans-serif;
}
@media only screen and (max-width: 600px) {
  .page-news .section-news .pagination__list-num {
    font-size: 1.5rem;
    line-height: 1.733333333333333;
    letter-spacing: 0.04em;
  }
}
.page-news .section-news .pagination__list-num:last-of-type {
  font-size: 1.7rem;
  line-height: 2;
  letter-spacing: 0.04em;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
@media only screen and (max-width: 600px) {
  .page-news .section-news .pagination__list-num:last-of-type {
    font-size: 1.3rem;
    line-height: 2;
    letter-spacing: 0.04em;
  }
}
.page-news .section-news .nav-links {
  display: flex;
}
.page-news .section-news .pagination .page-numbers {
  padding: 8px;
  margin: 12px;
}
.page-news .section-news .pagination .current {
  background-color: rgba(192, 175, 152, 0.15);
}
.page-news .section-news .pagination .dots {
  background: transparent;
  box-shadow: none;
}
@media only screen and (max-width: 600px) {
  .page-news .section-news .is-sp {
    display: none;
  }
}
.page-pages .reserve {
  opacity: 1;
}
.page-pages .main_wrapper {
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .page-pages .main {
    width: 90%;
    padding: 0 5%;
  }
}
.page-pages .main .c-link-gold {
  color: #ae987b;
  text-decoration: underline;
  font-weight: bold;
}
.page-pages .main .c-link-gold:hover {
  opacity: 0.5;
}
.page-pages .main .c-link-gotop {
  font-weight: bold;
  margin: 5% auto 0;
  display: inline-block;
}
.page-pages .main .c-link-gotop:hover {
  color: #ae987b;
}
.page-pages .main h2.page-pages__h2__futurapt {
  font-size: 2.5rem;
  line-height: 1.412;
  letter-spacing: 0.14em;
  font-family: futura-pt, sans-serif;
  margin: 0 auto 2%;
  text-align: center;
}
.page-pages .main h2.page-pages__h2__futurapt span {
  font-size: 1.8rem;
  line-height: 2.222222222222222;
  letter-spacing: 0.02em;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  padding-left: 2rem;
}
@media only screen and (max-width: 768px) {
  .page-pages .main h2.page-pages__h2__futurapt span {
    padding-left: 0;
  }
}
.page-pages .main h2.page-pages__h2__futurapt_bg {
  text-align: center;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  letter-spacing: 0.15em;
  margin-bottom: 5rem;
  font-size: 3rem;
  line-height: 1.166666666666667;
  letter-spacing: 0.1em;
  background-color: rgba(192, 175, 152, 0.15);
  padding: 18px 0;
}
@media only screen and (max-width: 768px) {
  .page-pages .main h2.page-pages__h2__futurapt_bg {
    font-size: 2.7rem;
    line-height: 1.296296296296296;
    letter-spacing: 0.1em;
    padding: 13px 0;
  }
}
.page-pages .main h2.page-pages__h2__futurapt_bg:not(:first-of-type) {
  margin-top: 8%;
}
@media only screen and (max-width: 768px) {
  .page-pages .main h2.page-pages__h2__futurapt_bg:not(:first-of-type) {
    margin-top: 18%;
  }
}
.page-pages .main h2.page-pages__h2__yugothic {
  text-align: center;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: bold;
  letter-spacing: 0.15em;
  margin-bottom: 5rem;
  font-size: 2.5rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
  background-color: rgba(192, 175, 152, 0.15);
  padding: 18px 0;
  color: #ae987b;
}
@media only screen and (max-width: 768px) {
  .page-pages .main h2.page-pages__h2__yugothic {
    font-size: 2rem;
    line-height: 1.75;
    letter-spacing: 0.1em;
    padding: 13px 0;
  }
}
.page-pages .main h2.page-pages__h2__yugothic:not(:first-of-type) {
  margin-top: 8%;
}
@media only screen and (max-width: 768px) {
  .page-pages .main h2.page-pages__h2__yugothic:not(:first-of-type) {
    margin-top: 18%;
  }
}
.page-pages .main h3.page-pages__h3__shippori {
  font-size: 2.7rem;
  line-height: 2.037037037037037;
  letter-spacing: 0.28em;
  font-family: "Shippori Mincho", serif;
  text-align: center;
}
.page-pages .header-logo {
  visibility: inherit;
  opacity: 1;
  left: -67%;
  position: fixed;
  z-index: 999;
  margin: 18px auto;
}
@media only screen and (max-width: 768px) {
  .page-pages .header-logo {
    display: none;
  }
}
.page-pages .header {
  background: url("../img/common/pc/loader-bg.webp?hash=35126582443a012cdae83bbca3e8bc36");
  background-size: cover;
  position: relative;
  height: 35vw;
  z-index: -1;
}
@media only screen and (min-width: 1536px) {
  .page-pages .header {
    height: 25vw;
  }
}
@media only screen and (max-width: 960px) {
  .page-pages .header {
    height: 50vw;
  }
}
@media only screen and (max-width: 600px) {
  .page-pages .header {
    height: 80vw;
  }
}
.page-pages .header .breadcrumb {
  position: absolute;
  top: 145px;
  width: 100vw;
}
.page-pages .header .breadcrumb p {
  margin: 0 auto;
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0.12em;
  font-family: futura-pt;
  max-width: 900px;
}
.page-pages .header h1 {
  font-size: 40px;
  letter-spacing: 0.5rem;
  line-height: 35px;
  font-weight: 400;
  font-family: futura-pt, sans-serif;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 768px) {
  .page-pages .header h1 {
    font-size: 28px;
    line-height: 30px;
    top: 63%;
  }
}
.page-pages .header h1 span {
  font-size: 20px;
  letter-spacing: 0.2rem;
  line-height: 40px;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
@media only screen and (max-width: 768px) {
  .page-pages .header h1 span {
    font-size: 17px;
  }
}
.page-pages .header .hero-content {
  position: relative;
}
@media only screen and (max-width: 960px) {
  .page-pages .header .hero-content {
    padding-top: 30%;
  }
}
.page-pages .header .hero-content::before {
  position: absolute;
  top: 8vw;
  left: 0;
  background: #fff;
  -webkit-clip-path: url("#mask-section-3");
  clip-path: url("#mask-section-3");
  content: "";
  display: block;
  width: 105%;
  height: 29vw;
  -webkit-transform: translateZ(1px);
  transform: translateZ(1px);
}
@media only screen and (max-width: 960px) {
  .page-pages .header .hero-content::before {
    top: 15vw;
    width: 103%;
    height: 38vw;
  }
}
@media only screen and (min-width: 1536px) {
  .page-pages .header .hero-content::before {
    top: -1vw;
  }
}
@media only screen and (min-width: 415px) and (max-width: 600px) {
  .page-pages .header .hero-content::before {
    top: 42vw;
  }
}
.page-pages .footer .footer-inner {
  padding-top: 13%;
}
@media only screen and (max-width: 768px) {
  .page-pages .footer .footer-inner {
    padding-top: 30%;
  }
}
.page-pages .inner {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .page-pages .inner {
    max-width: 1042px;
    width: 86.83333333333333%;
  }
}
.page-pages .heading-lv2 {
  font-size: 7.466666666666668vw;
  line-height: 1;
  letter-spacing: 0.13em;
  position: absolute;
  top: 0;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
@media only screen and (min-width: 769px) {
  .page-pages .heading-lv2 {
    font-size: 3rem;
    line-height: 1;
    letter-spacing: 0.156em;
  }
}
.page-pages .heading-lv2-right {
  right: 4.533333333333333vw;
}
@media only screen and (min-width: 769px) {
  .page-pages .heading-lv2-right {
    right: -2px;
  }
}
.page-pages .heading-lv2-left {
  left: 4.533333333333333vw;
}
@media only screen and (min-width: 769px) {
  .page-pages .heading-lv2-left {
    left: 3px;
  }
}
.page-pages .img-mask {
  overflow: hidden;
}
.page-pages .row-cols-2 {
  flex-direction: column;
  display: flex;
}
.page-pages .row-cols-2 .col-img,
.page-pages .row-cols-2 .col-content {
  box-sizing: border-box;
}
.page-pages .row-cols-2 .col-img-right {
  margin-left: auto;
}
.page-pages .row-cols-2 .col-content-left {
  margin-left: auto;
}
@media only screen and (max-width: 768px) {
  .page-pages .row-cols-2 .col-img,
  .page-pages .row-cols-2 .col-content {
    width: 84.53333333333333vw;
  }
  .page-pages .row-cols-2 .col-img {
    order: 1;
  }
  .page-pages .row-cols-2 .col-content {
    order: 2;
  }
  .page-pages .row-cols-2 .col-content-right {
    padding-left: 4.666666666666667vw;
  }
  .page-pages .row-cols-2 .col-content-left {
    margin-left: auto;
    padding-right: 4.666666666666667vw;
  }
}
@media only screen and (min-width: 769px) {
  .page-pages .row-cols-2 {
    position: relative;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    flex-direction: row;
    justify-content: space-between;
  }
  .page-pages .row-cols-2 .col-img {
    width: 580px;
  }
  .page-pages .row-cols-2 .col-content {
    width: 462px;
  }
  .page-pages .row-cols-2 .col-content-right {
    padding-left: 30px;
  }
  .page-pages .row-cols-2 .col-content-left {
    padding-right: 30px;
  }
}
.page-pages .lead-primary {
  font-size: 5.733333333333333vw;
  line-height: 1.883720930232558;
  letter-spacing: 0.28em;
  font-family: "Shippori Mincho", serif;
  margin-bottom: 3.2vw;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .page-pages .lead-primary {
    font-size: 2.7rem;
    line-height: 2.037037037037037;
    letter-spacing: 0.28em;
    margin-bottom: 46px;
  }
}
.page-pages .lead-secondary {
  align-items: flex-start;
  flex-direction: column;
  display: flex;
  margin-bottom: 5.066666666666666vw;
}
.page-pages .lead-secondary > span {
  display: inline-block;
}
@media only screen and (min-width: 769px) {
  .page-pages .lead-secondary {
    margin-bottom: 52px;
  }
}
.page-pages .lead-secondary-line {
  line-height: 1;
  overflow: hidden;
  padding: 1.6vw 1.333333333333333vw;
  position: relative;
}
.page-pages .lead-secondary-line:not(:first-child) {
  margin-top: 2.266666666666667vw;
}
@media only screen and (min-width: 769px) {
  .page-pages .lead-secondary-line {
    padding: 7px 5px;
  }
  .page-pages .lead-secondary-line:not(:first-child) {
    margin-top: 14px;
  }
}
.page-pages .lead-secondary-bg {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
}
.page-pages .lead-secondary-text {
  font-size: 5.733333333333333vw;
  line-height: 1;
  letter-spacing: 0.28em;
  display: inline-block;
  font-family: "Shippori Mincho", serif;
  position: relative;
  white-space: nowrap;
}
@media only screen and (min-width: 769px) {
  .page-pages .lead-secondary-text {
    font-size: 2.7rem;
    line-height: 1;
    letter-spacing: 0.28em;
  }
}
.page-pages .text-primary {
  font-size: 4vw;
  line-height: 2.4;
}
@media only screen and (min-width: 769px) {
  .page-pages .text-primary {
    font-size: 1.5rem;
    line-height: 2.666666666666667;
  }
}
.page-pages .img-lg-mask {
  overflow: hidden;
  position: relative;
  width: 84.53333333333333vw;
  height: 96.8vw;
}
@media only screen and (min-width: 769px) {
  .page-pages .img-lg-mask {
    width: 100%;
    position: relative;
    height: auto;
  }
  .page-pages .img-lg-mask::before {
    content: "";
    display: block;
    padding-top: 129.31034482758622%;
  }
  .page-pages .img-lg-mask > * {
    position: absolute;
  }
}
.page-pages .img-lg-mask .img-lg {
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .page-pages .img-lg-mask .img-lg {
    width: 100%;
    height: 100%;
  }
}
.page-pages .img-md-mask {
  overflow: hidden;
  position: relative;
  width: 84.53333333333333vw;
  height: 70.13333333333334vw;
}
@media only screen and (min-width: 769px) {
  .page-pages .img-md-mask {
    width: 100%;
    position: relative;
    height: auto;
  }
  .page-pages .img-md-mask::before {
    content: "";
    display: block;
    padding-top: 85.26315789473684%;
  }
  .page-pages .img-md-mask > * {
    position: absolute;
  }
}
.page-pages .img-md-mask .img-md {
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .page-pages .img-md-mask .img-md {
    width: 100%;
    height: 100%;
  }
}
.page-pages .c-sp-show {
  display: none;
}
@media only screen and (max-width: 768px) {
  .page-pages .c-sp-show {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .page-pages .c-pc-show {
    display: none;
  }
}
.page-pages .section-access {
  padding-top: 22.666666666666664vw;
}
@media only screen and (min-width: 769px) {
  .page-pages .section-access {
    padding-top: 173px;
  }
}
.page-pages .section-access .access-bg {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
}
.page-pages .section-access .access-line {
  position: absolute;
  top: 22.933333333333334vw;
  right: 0;
  left: 0;
  width: 100%;
  height: 89.60000000000001vw;
  z-index: 1;
}
.page-pages .section-access .access-line svg {
  position: absolute;
  top: 0;
  left: 0;
  stroke-dasharray: 200%;
}
@media only screen and (min-width: 769px) {
  .page-pages .section-access .access-line {
    margin-left: -112px;
    width: 1387px;
    height: 801px;
    top: -318px;
  }
}
.page-pages .section-access .col-content-right {
  align-items: flex-end;
  text-align: right;
}
.page-pages .section-access .heading-lv2 {
  top: 0.933333333333333vw;
}
@media only screen and (min-width: 769px) {
  .page-pages .section-access .heading-lv2 {
    top: 11px;
  }
}
.page-pages .section-access .col-img-left .img-lg-mask {
  border-radius: 0 18.666666666666668vw 6.666666666666667vw 0;
}
@media only screen and (min-width: 769px) {
  .page-pages .section-access .col-img-left .img-lg-mask {
    border-radius: 50px 150px 50px 150px;
  }
}
@media only screen and (min-width: 1600px) {
  .page-pages .section-access .col-img-left .img-lg-mask::before {
    padding-top: 110%;
  }
}
.page-pages .section-access .col-content {
  padding-top: 6.4vw;
}
@media only screen and (min-width: 769px) {
  .page-pages .section-access .col-content {
    padding-top: 250px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1199px) {
  .page-pages .section-access .col-content {
    padding-top: 160px;
  }
}
.page-pages .section-access .text-primary {
  letter-spacing: 0.16em;
}
@media only screen and (min-width: 769px) {
  .page-pages .section-access .text-primary {
    letter-spacing: 0.1em;
  }
}
.page-pages .section-access .link-map {
  display: inline-block;
  margin: 6.4vw 3.2vw 0 0;
}
@media only screen and (min-width: 769px) {
  .page-pages .section-access .link-map {
    margin: 43px 2px 0 0;
  }
}
.page-pages .section-news {
  position: relative;
  text-align: center;
}
.page-pages .section-news .heading-lv2 {
  top: 1rem;
}
.page-pages .section-news li {
  margin: 3rem auto;
}
.page-pages .section-news dl {
  display: flex;
}
.page-pages .section-news dl dt {
  margin: 0 auto;
  text-align: left;
  border-bottom: 2px solid #ae987b;
  color: #ae987b;
  font-family: futura-pt, sans-serif;
  font-size: 20px;
  letter-spacing: 0.4px;
  line-height: 35px;
  display: inline;
}
.page-pages .section-news dl dd {
  width: 70%;
  text-align: left;
  border-bottom: 1px solid #ae987b;
  font-size: 17px;
  letter-spacing: 0.6px;
  line-height: 34px;
}
@media only screen and (max-width: 768px) {
  .page-pages .section-news {
    margin-top: 40vw;
  }
  .page-pages .section-news .info-list {
    padding: 0 2rem 0 6rem;
  }
  .page-pages .section-news dl {
    display: block;
    text-align: left;
  }
  .page-pages .section-news dl dt {
    border-bottom: 1px solid #ae987b;
    padding-bottom: 0.4rem;
  }
  .page-pages .section-news dl dd {
    width: 100%;
    border-bottom: unset;
    border-top: 1px solid #ae987b;
    padding-top: 0.5rem;
  }
}
.page-pages .hide-area {
  display: none;
}
.page-pages .modaal-close {
  position: absolute;
  top: 1rem;
  right: 2rem;
}
.page-pages .modaal-close:after,
.page-pages .modaal-close:before {
  background: #ae987b;
  top: 10px;
  left: 30px;
  width: 1px;
  height: 35px;
}
.page-pages .modaal-close:before {
  -webkit-transform: rotate(-50deg);
  transform: rotate(-50deg);
}
.page-pages .modaal-close:after {
  -webkit-transform: rotate(50deg);
  transform: rotate(50deg);
}
.page-pages .modaal-close:focus:after,
.page-pages .modaal-close:focus:before,
.page-pages .modaal-close:hover:after,
.page-pages .modaal-close:hover:before {
  background: #666;
}
.page-pages .modaal-overlay {
  background-color: #e3e3e3 !important;
  mix-blend-mode: multiply;
}
.page-pages .modaal-container {
  overflow-y: scroll;
  height: 60vh;
  width: 60%;
  cursor: none;
}
.page-pages .modaal-content-container {
  padding: 5rem;
}
.page-pages .modaal-content-container span {
  color: #ae987b;
  font-size: 20px;
  line-height: 35px;
  letter-spacing: 0.4px;
  margin-bottom: 2rem;
  display: inline-block;
  font-family: futura-pt, sans-serif;
}
.page-pages .modaal-content-container h2 {
  font-size: 25px;
  letter-spacing: 2.6px;
  line-height: 36px;
  margin-bottom: 1rem;
  color: #666;
  font-family: "Shippori Mincho";
}
.page-pages .modaal-content-container p {
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0.4px;
  color: #666;
  word-break: break-all;
}
.page-pages .modaal-content-container p a {
  color: #ae987b;
  font-weight: bold;
  text-decoration: underline;
}
.page-pages .pc_show {
  display: block;
}
@media only screen and (max-width: 768px) {
  .page-pages .modaal-container {
    height: 70vh;
    width: 100%;
  }
  .page-pages .modaal-content-container {
    padding: 5rem 2rem;
  }
  .page-pages .modaal-content-container span {
    font-size: 20px;
    line-height: 21px;
  }
  .page-pages .modaal-content-container h2 {
    font-size: 21px;
    line-height: 38px;
  }
  .page-pages .modaal-content-container p {
    font-size: 15px;
    line-height: 30px;
  }
  .page-pages .pc_show {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .page-price .hero-content {
    top: 1% !important;
  }
}
@media screen and (max-width: 600px) {
  .page-price .hero-content::before {
    top: 42vw !important;
  }
}
.page-price .section-price {
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .page-price .section-price .heading-lv2 {
    top: -4rem;
  }
}
.page-price .section-price__title {
  width: 85%;
  margin: 6rem auto 2rem;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
@media only screen and (max-width: 768px) {
  .page-price .section-price__title {
    width: 100%;
    margin: 5rem auto 0;
  }
}
.page-price .section-price__title h4 {
  width: 100%;
  margin: 0 auto;
  font-size: 2.5rem;
  line-height: 1.4;
  letter-spacing: 0.14em;
  font-weight: 400;
  font-family: futura-pt, sans-serif;
}
@media only screen and (max-width: 768px) {
  .page-price .section-price__title h4 {
    font-size: 2.2rem;
    line-height: 1.590909090909091;
    letter-spacing: 0.14em;
  }
}
.page-price .section-price__title h4 span {
  font-size: 1.8rem;
  line-height: 2.222222222222222;
  letter-spacing: 0.02em;
  margin-left: 1rem;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
@media only screen and (max-width: 768px) {
  .page-price .section-price__title h4 span {
    font-size: 1.7rem;
    line-height: 2.352941176470588;
    letter-spacing: 0.02em;
    margin-left: 0;
  }
}
.page-price .section-price__title p {
  font-size: 1.5rem;
  line-height: 2.066666666666667;
  letter-spacing: 0.02em;
  margin-top: 2rem;
  text-align: justify;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  .page-price .section-price__title p {
    width: 100%;
    margin: 1rem auto;
    font-size: 1.7rem;
    line-height: 1.823529411764706;
    letter-spacing: 0.18em;
    letter-spacing: 0.13em !important;
  }
}
@media only screen and (max-width: 768px) {
  .page-price .section-price__title p span {
    font-size: 12px;
  }
}
.page-price .section-price__title:first-child {
  margin-top: 0%;
}
.page-price .section-price__table {
  width: 85%;
  margin: 0 auto;
  table-layout: fixed;
  border-spacing: 0 1rem;
}
@media only screen and (max-width: 768px) {
  .page-price .section-price__table {
    width: 100%;
    margin: 1rem auto 0;
    border-spacing: 0 0.5rem;
  }
}
.page-price .section-price__table th,
.page-price .section-price__table td {
  padding: 2rem 6px;
  text-align: center;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .page-price .section-price__table th,
  .page-price .section-price__table td {
    padding: 2rem 0.5rem;
  }
}
.page-price .section-price__table th {
  font-size: 2.2rem;
  line-height: 1.554545454545455;
  letter-spacing: 0.08em;
  background-color: rgba(192, 175, 152, 0.15);
  border-right: 1px solid #ae987b;
}
.page-price .section-price__table th:last-child {
  border-right: none;
}
@media only screen and (max-width: 768px) {
  .page-price .section-price__table th {
    font-size: 2rem;
    line-height: 1.71;
    letter-spacing: 0.08em;
  }
}
.page-price .section-price__table td {
  font-size: 2rem;
  line-height: 1.71;
  letter-spacing: 0.04em;
  background-color: rgba(227, 227, 227, 0.15);
  border-right: 1px solid #e3e3e3;
}
@media only screen and (max-width: 768px) {
  .page-price .section-price__table td {
    font-size: 1.7rem;
    line-height: 1.647058823529412;
    letter-spacing: 0.02em;
  }
}
.page-price .section-price__table td:last-child {
  border-right: none;
}
.page-price .section-price__table__td__detail {
  font-size: 1.8rem !important;
  font-weight: 400 !important;
}
.page-price .section-price__table__td__detail span {
  font-size: 12px;
}
.page-price .section-price__table__td__detail__sp {
  font-size: 1.7rem;
  line-height: 1.647058823529412;
  letter-spacing: 0.02em;
  font-weight: 400 !important;
  color: #666 !important;
}
.page-price .section-price__table__td__detail__sp span {
  font-size: 1.2rem;
  line-height: 1.583333333333333;
  letter-spacing: 0.02em;
}
.page-price .section-price__table__td__detail__sp span:first-child {
  font-size: 2rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
  color: #ae987b;
  font-weight: bold;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 768px) {
  .page-price .section-price__table__td__detail__sp span:first-child {
    font-size: 2rem;
    line-height: 1.4;
    letter-spacing: 0.04em;
    display: inline-block;
    margin-bottom: 1rem;
  }
}
.page-price .section-price__table__td__price {
  font-size: 2.5rem;
  line-height: 1.36;
  letter-spacing: 0.04em;
  font-size: 2.5rem !important;
}
@media only screen and (max-width: 768px) {
  .page-price .section-price__table__td__price {
    font-size: 2rem;
    line-height: 1.7;
    letter-spacing: 0.04em;
    font-size: 2rem !important;
  }
}
.page-price .section-price__table__td__other {
  color: #666;
}
.page-price .section-price__table__td__other span {
  font-size: 1.4rem;
  line-height: 1.928571428571429;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .page-program .main {
    width: 100% !important;
    padding: 0 !important;
  }
}
.page-program .section-program {
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .page-program .section-program .inner {
    width: 90% !important;
    margin: 0 auto !important;
  }
}
.page-program .section-program__parts {
  margin-top: 8rem !important;
}
.page-program .section-program__title {
  width: 90%;
  margin: 10% auto 0;
}
.page-program .section-program__title:first-of-type {
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  .page-program .section-program__title {
    width: 100%;
  }
}
.page-program .section-program__title .page-pages__h2__futurapt_bg {
  margin-bottom: 0 !important;
}
.page-program .section-program__title h4 {
  font-size: 30px;
  line-height: 35.5px;
  letter-spacing: 1px;
  background-color: rgba(192, 175, 152, 0.15);
  padding: 2rem;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .page-program .section-program__title h4 {
    width: 90%;
    padding: 1rem 0;
    margin: 0 auto;
  }
}
.page-program .section-program__title p {
  margin: 3rem auto;
  font-size: 18px;
  line-height: 40px;
  letter-spacing: 0.2px;
}
@media only screen and (max-width: 768px) {
  .page-program .section-program__title p {
    line-height: 1.8;
    font-size: 4.3vw;
    line-height: 30px;
    letter-spacing: 0;
    width: 90%;
    margin: 2rem auto;
  }
}
.page-program .section-program .one-item {
  margin-top: 40px !important;
}
.page-program .section-program .section-program__detail {
  width: 90%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .page-program .section-program .section-program__detail {
    width: 100%;
  }
}
.page-program .section-program .section-program__detail img {
  width: 100%;
}
.page-program .section-program .section-program__detail__text {
  margin-top: 2rem;
  border-bottom: 1px solid #c0af98;
}
.page-program .section-program .section-program__detail__text__left {
  position: relative;
  text-align: left;
  font-size: 30px;
  line-height: 35.5px;
  letter-spacing: 1px;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
}
.page-program .section-program .section-program__detail__text__left span {
  padding-left: 1rem;
  font-size: 15px;
  line-height: 40px;
  letter-spacing: 0.2px;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
@media only screen and (max-width: 768px) {
  .page-program .section-program .section-program__detail__text__left span {
    font-size: 1.4rem;
    position: absolute;
    top: 0;
    right: 0;
  }
}
.page-program .section-program .section-program__detail__text__right {
  text-align: right;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 20px !important;
  color: #ae987b;
}
@media only screen and (max-width: 768px) {
  .page-program .section-program .section-program__detail__text__right {
    top: 4rem !important;
    font-size: 18px !important;
  }
}
.page-program .section-program .section-program__detail__p {
  margin: 1rem auto 0;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.2px;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .page-program .section-program .section-program__detail__p {
    margin: 4.5rem auto 0;
    font-size: 4vw;
    line-height: 30px;
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 768px) {
  .page-program .section-program .section-program__detail .col-content-right {
    margin-top: 3rem;
  }
}
@media only screen and (max-width: 768px) {
  .page-program .section-program .section-program__detail .col-content {
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
    width: 100%;
  }
}
.page-program .section-program .section-program__supervisor {
  margin: 17% auto 0;
  position: relative;
  background: #f6f3f0;
}
@media only screen and (max-width: 768px) {
  .page-program .section-program .section-program__supervisor {
    margin-top: 30%;
  }
}
.page-program .section-program .section-program__supervisor::before {
  position: absolute;
  right: 0;
  left: 0;
  background: #f6f3f0;
  -webkit-clip-path: url("#mask-section-1");
  clip-path: url("#mask-section-1");
  content: "";
  display: block;
  margin: 0 auto;
  -webkit-mask-size: 100% 27.200000000000003vw;
  mask-size: 100% 27.200000000000003vw;
  pointer-events: none;
  width: 100%;
  height: 27.200000000000003vw;
}
.page-program .section-program .section-program__supervisor::before {
  top: -13vw;
  left: -9vw;
  width: 109%;
  height: 18vw;
  -webkit-transform: translateZ(1px);
  transform: translateZ(1px);
}
@media only screen and (max-width: 768px) {
  .page-program .section-program .section-program__supervisor::before {
    top: -21vw;
    height: 23vw;
    width: 102%;
    left: -1vw;
  }
}
.page-program
  .section-program
  .section-program__supervisor
  .page-pages__h2__futurapt {
  margin-bottom: 3rem;
  z-index: 999;
  -webkit-transform: translateZ(1px);
  transform: translateZ(1px);
}
@media only screen and (max-width: 768px) {
  .page-program
    .section-program
    .section-program__supervisor
    .page-pages__h2__futurapt {
    padding-top: 3rem;
  }
}
@media only screen and (max-width: 768px) {
  .page-program .section-program .section-program__supervisor h2 {
    background-color: #f6f3f0;
    padding-top: 11px;
    margin-bottom: 0;
  }
}
.page-program .section-program .section-program__supervisor__box {
  max-width: 1400px;
  padding: 5% 5%;
  padding-top: 0;
  margin: 0 auto;
  z-index: 999;
  -webkit-transform: translateZ(1px);
  transform: translateZ(1px);
}
@media only screen and (max-width: 768px) {
  .page-program .section-program .section-program__supervisor__box {
    position: relative;
    padding-top: 1%;
  }
}
.page-program .section-program .section-program__supervisor__box:first-of-type {
  padding-bottom: 6%;
}
@media only screen and (max-width: 768px) {
  .page-program
    .section-program
    .section-program__supervisor__box:first-of-type {
    padding-top: 10px;
  }
}
.page-program .section-program .section-program__supervisor__box__info {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .page-program .section-program .section-program__supervisor__box__info {
    display: block;
  }
}
.page-program .section-program .section-program__supervisor__box__info__left {
  width: 35%;
}
@media only screen and (max-width: 768px) {
  .page-program .section-program .section-program__supervisor__box__info__left {
    width: 100%;
  }
}
.page-program
  .section-program
  .section-program__supervisor__box__info__left__img {
  text-align: center;
}
.page-program
  .section-program
  .section-program__supervisor__box__info__left__img
  img {
  border-radius: 30px;
}
@media only screen and (max-width: 768px) {
  .page-program
    .section-program
    .section-program__supervisor__box__info__left__img:last-of-type {
    margin-top: 10%;
  }
}
@media only screen and (max-width: 768px) {
  .page-program
    .section-program
    .section-program__supervisor__box__info__left__img {
    margin: 5% auto;
    text-align: center;
  }
}
.page-program
  .section-program
  .section-program__supervisor__box__info__left__sns {
  font-size: 2.5rem;
  line-height: 1.4;
  letter-spacing: 0.14em;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .page-program
    .section-program
    .section-program__supervisor__box__info__left__sns {
    position: relative;
  }
}
.page-program
  .section-program
  .section-program__supervisor__box__info__left__sns
  p {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .page-program
    .section-program
    .section-program__supervisor__box__info__left__sns
    p {
    position: absolute;
    top: 98px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.page-program
  .section-program
  .section-program__supervisor__box__info__left__sns
  p
  span {
  display: block;
  padding-left: 2rem;
}
@media only screen and (max-width: 768px) {
  .page-program
    .section-program
    .section-program__supervisor__box__info__left__sns
    p
    span {
    display: none;
  }
}
.page-program
  .section-program
  .section-program__supervisor__box__info__left__sns
  p
  .btn {
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .page-program
    .section-program
    .section-program__supervisor__box__info__left__sns
    p
    .btn {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 768px) {
  .page-program
    .section-program
    .section-program__supervisor__box__info__left__sns
    p
    .btn
    .icon-twitter {
    height: 11vw;
    width: 11vw;
    margin-left: 3rem;
  }
}
.page-program
  .section-program
  .section-program__supervisor__box__info__left__sns
  p
  .btn:hover
  span {
  color: #666;
}
.page-program
  .section-program
  .section-program__supervisor__box__info__left__sns
  p
  .btn:hover
  .icon-instagram {
  fill: #666;
}
.page-program
  .section-program
  .section-program__supervisor__box__info__left__sns
  p
  .btn:hover
  .icon-twitter {
  fill: #666;
}
@media only screen and (max-width: 768px) {
  .page-program
    .section-program
    .section-program__supervisor__box__info__left__sns
    .instagram_seki {
    left: 40%;
  }
}
@media only screen and (max-width: 768px) {
  .page-program
    .section-program
    .section-program__supervisor__box__info__left__sns
    .twitter_seki {
    left: 55%;
  }
}
.page-program .section-program .section-program__supervisor__box__info__right {
  width: 65%;
}
@media only screen and (max-width: 768px) {
  .page-program
    .section-program
    .section-program__supervisor__box__info__right {
    width: 100%;
  }
}
.page-program
  .section-program
  .section-program__supervisor__box__info__right__name {
  margin-bottom: 10%;
}
.page-program
  .section-program
  .section-program__supervisor__box__info__right__name
  h3 {
  font-size: 2.7rem;
  line-height: 2.037037037037037;
  letter-spacing: 0.28em;
  font-family: "Shippori Mincho", serif;
}
@media only screen and (max-width: 768px) {
  .page-program
    .section-program
    .section-program__supervisor__box__info__right__name
    h3 {
    font-size: 2.4rem;
    line-height: 2.291666666666667;
    letter-spacing: 0.28em;
  }
}
.page-program
  .section-program
  .section-program__supervisor__box__info__right__name
  p {
  font-size: 2.5rem;
  line-height: 1.4;
  letter-spacing: 0.14em;
  font-family: futura-pt, sans-serif;
  font-weight: lighter;
}
@media only screen and (max-width: 768px) {
  .page-program
    .section-program
    .section-program__supervisor__box__info__right__name
    p {
    font-size: 2rem;
    line-height: 1.75;
    letter-spacing: 0.14em;
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .page-program
    .section-program
    .section-program__supervisor__box__info__right__name {
    margin-bottom: 20%;
  }
}
.page-program
  .section-program
  .section-program__supervisor__box__info__right__text {
  text-align: justify;
  padding-left: 8%;
  line-height: 1.875;
  letter-spacing: 0.1em;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
@media only screen and (max-width: 768px) {
  .page-program
    .section-program
    .section-program__supervisor__box__info__right__text {
    padding-left: 0;
    letter-spacing: 0.04em;
  }
}
.page-program
  .section-program
  .section-program__supervisor__box__info__right__text
  p {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 768px) {
  .page-program
    .section-program
    .section-program__supervisor__box__info__right__text
    p {
    line-height: 2.4;
  }
}
.page-program .section-program .section-program__supervisor__box__biography {
  text-align: justify;
  background-color: #fff;
  padding: 2% 3%;
  line-height: 1.875;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  .page-program .section-program .section-program__supervisor__box__biography {
    line-height: 2.4;
  }
}
@media only screen and (max-width: 768px) {
  .page-studios .hero-content {
    top: 1% !important;
  }
}
@media screen and (max-width: 600px) {
  .page-studios .hero-content::before {
    top: 42vw !important;
  }
}
@media only screen and (max-width: 768px) {
  .page-studios .main {
    width: 100% !important;
    padding: 0 !important;
  }
}
.page-studios .section-studios {
  margin-top: 0 !important;
  z-index: 99;
}
.page-studios .section-studios .instagram-icon-studios {
  display: block;
  width: 35px;
  height: 45px;
}
.page-studios .section-studios .instagram-link {
  display: flex;
  align-items: end;
}
.page-studios .section-studios .instagram-link:hover .instagram-link-text {
  color: #666 !important;
}
.page-studios .section-studios .instagram-link:hover svg {
  fill: #666 !important;
}
.page-studios .section-studios .instagram-icon-studio {
  width: 30px;
  height: 30px;
  fill: #ae987b;
}
@media only screen and (max-width: 768px) {
  .page-studios .section-studios .instagram-icon-studio {
    width: 30px;
    height: 30px;
  }
}
.page-studios .section-studios .inner {
  max-width: 894px;
}
@media only screen and (max-width: 768px) {
  .page-studios .section-studios .inner {
    margin: 0 auto;
    width: 90%;
  }
}
@media only screen and (max-width: 768px) {
  .page-studios .section-studios {
    padding-top: 20vw !important;
    margin-bottom: 5%;
  }
}
.page-studios .section-studios .row-cols-2 {
  margin: 6% 0 24% !important;
}
.page-studios .section-studios .row-cols-2 p {
  margin-bottom: 2rem;
  font-size: 1.5rem;
  line-height: 2.066666666666667;
  letter-spacing: 0.02em;
}
.page-studios .section-studios .row-cols-2 .text-info {
  color: #a02629;
}
.page-studios .section-studios .row-cols-2 .shop-title {
  display: flex;
}
.page-studios .section-studios .row-cols-2 .instagram-link-text {
  font-family: Futura;
  font-size: 18px;
  letter-spacing: 2px;
  margin-left: 5px;
  color: #ae987b;
}
.page-studios .section-studios .row-cols-2 .lead-primary {
  font-size: 2.7rem;
  line-height: 2.037037037037037;
  letter-spacing: 0.28em;
  display: flex;
  align-items: center;
  width: 75%;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .page-studios .section-studios .row-cols-2 .lead-primary {
    position: absolute;
    top: -5%;
    left: 50%;
    width: 40%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 2.4rem;
    line-height: 2.291666666666667;
    letter-spacing: 0.28em;
  }
}
@media only screen and (max-width: 768px) {
  .page-studios .section-studios .row-cols-2 .img-lg {
    min-height: 255px;
  }
}
.page-studios .section-studios .row-cols-2 .img-lg img {
  -o-object-position: 10% 100%;
  object-position: 10% 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 400px;
  height: 400px;
}
@media only screen and (max-width: 768px) {
  .page-studios .section-studios .row-cols-2 .img-lg img {
    max-width: 100%;
    min-height: 255px;
    height: auto;
  }
}
.page-studios .section-studios .row-cols-2 .img-lg-mask img {
  border-radius: 30px;
}
.page-studios .section-studios .row-cols-2 .img-lg-mask:before {
  padding-top: 90%;
}
@media only screen and (max-width: 768px) {
  .page-studios .section-studios .row-cols-2 .img-lg-mask {
    width: 100%;
    height: 76.8vw;
  }
}
@media only screen and (max-width: 768px) {
  .page-studios .section-studios .row-cols-2 .col-img-left {
    width: 100%;
    margin-top: 10%;
  }
}
.page-studios .section-studios .row-cols-2 .col-img-left .img-lg-mask {
  position: relative;
}
.page-studios .section-studios .row-cols-2 .col-img-left .img-lg-mask p {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  font-size: 3rem;
  line-height: 1.166666666666667;
  letter-spacing: 0.1em;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .page-studios .section-studios .row-cols-2 .col-img-left .img-lg-mask p {
    width: 100%;
    top: 45%;
  }
}
.page-studios .section-studios .row-cols-2 .col-content-right {
  justify-content: flex-start;
}
@media only screen and (max-width: 768px) {
  .page-studios .section-studios .row-cols-2 .col-content-right {
    padding: 0 0 5%;
  }
}
@media only screen and (max-width: 768px) {
  .page-text .header {
    height: 80vw;
  }
}
@media only screen and (max-width: 768px) {
  .page-text .header .hero-content:before {
    top: 15vw;
  }
}
.page-text .textWrapper {
  padding: 0 3rem 3rem;
  max-width: 900px;
  margin: 0 auto;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  line-height: 3rem;
  letter-spacing: 1px;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .page-text .textWrapper {
    padding: 0 0 3rem;
  }
}
.page-text .textWrapper h2 {
  text-align: center;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: bold;
  letter-spacing: 0.15em;
  margin-bottom: 5rem;
  font-size: 2.5rem;
  background-color: rgba(192, 175, 152, 0.15);
  padding: 2rem;
  color: #ae987b;
}
@media only screen and (max-width: 960px) {
  .page-text .textWrapper h2 {
    font-size: 2rem;
  }
}
.page-text .textWrapper h3 {
  font-size: 1.8rem;
  margin-top: 3rem;
  font-weight: bold;
}
@media only screen and (max-width: 960px) {
  .page-text .textWrapper h3 {
    font-size: 1.5rem;
  }
}
.page-text .textWrapper h4 {
  font-weight: bold;
  margin-top: 2rem;
}
.page-text .textWrapper p {
  font-size: 1.5rem;
}
.page-text .textWrapper ol {
  list-style: auto;
  font-size: 1.5rem;
  padding: 0 2rem;
  margin-bottom: 1rem;
}
.page-text .textWrapper ul {
  font-size: 1.5rem;
  padding: 0 2rem;
  margin-bottom: 1rem;
  list-style: none !important;
}
.page-text .thanksWrapper {
  text-align: center;
}
.page-text .thanksWrapper_color {
  background-color: #f6f5f1;
  padding: 5%;
}
.page-text .thanksWrapper_color p {
  margin-top: 3rem;
  font-size: 1.8rem;
}
@media only screen and (max-width: 960px) {
  .page-text .thanksWrapper_color p {
    font-size: 1.6rem;
  }
}
.page-text .thanksWrapper_color p:nth-child(2) {
  margin-bottom: 3rem;
}
.page-text .privacyWrapper_rule {
  margin: 2rem 0;
}
.page-text .privacyWrapper_company {
  text-align: right;
}
.page-text .sp_br {
  display: none;
}
@media only screen and (max-width: 960px) {
  .page-text .sp_br {
    display: block;
  }
}
.page-text .pc_br {
  display: block;
}
@media only screen and (max-width: 960px) {
  .page-text .pc_br {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .page-privacy .hero-content,
  .page-rule .hero-content {
    top: 1% !important;
  }
}
@media screen and (max-width: 768px) {
  .page-privacy .hero-content::before,
  .page-rule .hero-content::before {
    top: 42vw !important;
  }
}
@media only screen and (max-width: 768px) {
  .page-companyWrapper .hero-content {
    top: 1% !important;
  }
}
@media screen and (max-width: 768px) {
  .page-companyWrapper .hero-content::before {
    top: 42vw !important;
  }
}
.page-home .inner {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .page-home .inner {
    max-width: 1042px;
    width: 86.83333333333333%;
  }
}
@media only screen and (min-width: 769px) {
  .page-home .inner.instagram-inner {
    max-width: 1140px;
  }
}
.page-home .heading-lv2 {
  font-size: 7.466666666666668vw;
  line-height: 1;
  letter-spacing: 0.13em;
  position: absolute;
  top: 0;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
@media only screen and (min-width: 769px) {
  .page-home .heading-lv2 {
    font-size: 3rem;
    line-height: 1;
    letter-spacing: 0.156em;
  }
}
.page-home .heading-lv2-right {
  right: 4.533333333333333vw;
}
@media only screen and (min-width: 769px) {
  .page-home .heading-lv2-right {
    right: -2px;
  }
}
.page-home .heading-lv2-left {
  left: 4.533333333333333vw;
}
@media only screen and (min-width: 769px) {
  .page-home .heading-lv2-left {
    left: 3px;
  }
}
.page-home .img-mask {
  overflow: hidden;
}
.page-home .row-cols-2 {
  flex-direction: column;
  display: flex;
}
.page-home .row-cols-2 .col-img,
.page-home .row-cols-2 .col-content {
  box-sizing: border-box;
}
.page-home .row-cols-2 .col-img-right {
  margin-left: auto;
}
.page-home .row-cols-2 .col-content-left {
  margin-left: auto;
}
@media only screen and (max-width: 768px) {
  .page-home .row-cols-2 .col-img,
  .page-home .row-cols-2 .col-content {
    width: 84.53333333333333vw;
  }
  .page-home .row-cols-2 .col-img {
    order: 1;
  }
  .page-home .row-cols-2 .col-content {
    order: 2;
  }
  .page-home .row-cols-2 .col-content-right {
    padding-left: 4.666666666666667vw;
  }
  .page-home .row-cols-2 .col-content-left {
    margin-left: auto;
    padding-right: 4.666666666666667vw;
  }
  .page-home .row-cols-2 .col-content-right,
  .page-home .row-cols-2 .col-content-left {
    width: 90%;
    margin: 0 auto;
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (min-width: 769px) {
  .page-home .row-cols-2 {
    position: relative;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    flex-direction: row;
    justify-content: space-between;
  }
  .page-home .row-cols-2 .col-img {
    width: 580px;
  }
  .page-home .row-cols-2 .col-content {
    width: 462px;
  }
  .page-home .row-cols-2 .col-content-right {
    padding-left: 30px;
  }
  .page-home .row-cols-2 .col-content-left {
    padding-right: 30px;
  }
}
.page-home .lead-primary {
  font-size: 5.733333333333333vw;
  line-height: 1.883720930232558;
  letter-spacing: 0.28em;
  font-family: "Shippori Mincho", serif;
  margin-bottom: 3.2vw;
}
@media only screen and (min-width: 769px) {
  .page-home .lead-primary {
    font-size: 2.7rem;
    line-height: 2.037037037037037;
    letter-spacing: 0.28em;
    margin-bottom: 46px;
  }
}
.page-home .lead-secondary {
  align-items: flex-start;
  flex-direction: column;
  display: flex;
  margin-bottom: 5.066666666666666vw;
}
.page-home .lead-secondary > span {
  display: inline-block;
}
@media only screen and (min-width: 769px) {
  .page-home .lead-secondary {
    margin-bottom: 52px;
  }
}
.page-home .lead-secondary-line {
  line-height: 1;
  overflow: hidden;
  padding: 1.6vw 1.333333333333333vw;
  position: relative;
}
.page-home .lead-secondary-line:not(:first-child) {
  margin-top: 2.266666666666667vw;
}
@media only screen and (min-width: 769px) {
  .page-home .lead-secondary-line {
    padding: 7px 5px;
  }
  .page-home .lead-secondary-line:not(:first-child) {
    margin-top: 14px;
  }
}
.page-home .lead-secondary-bg {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
}
.page-home .lead-text-bg {
  position: absolute;
  top: 0;
  left: 0;
  background: #f6f3f0;
  width: 100%;
  height: 100%;
}
.page-home .lead-secondary-text {
  font-size: 5.733333333333333vw;
  line-height: 1;
  letter-spacing: 0.28em;
  display: inline-block;
  font-family: "Shippori Mincho", serif;
  position: relative;
  white-space: nowrap;
}
@media only screen and (min-width: 769px) {
  .page-home .lead-secondary-text {
    font-size: 2.7rem;
    line-height: 1;
    letter-spacing: 0.28em;
  }
}
.page-home .text-primary {
  font-size: 4vw;
  line-height: 2.4;
}
@media only screen and (min-width: 769px) {
  .page-home .text-primary {
    font-size: 1.5rem;
    line-height: 2.666666666666667;
  }
}
.page-home .img-lg-mask {
  overflow: hidden;
  position: relative;
  width: 84.53333333333333vw;
  height: 96.8vw;
}
@media only screen and (min-width: 769px) {
  .page-home .img-lg-mask {
    width: 100%;
    position: relative;
    height: auto;
  }
  .page-home .img-lg-mask::before {
    content: "";
    display: block;
    padding-top: 129.31034482758622%;
  }
  .page-home .img-lg-mask > * {
    position: absolute;
  }
}
.page-home .img-lg-mask .img-lg {
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .page-home .img-lg-mask .img-lg {
    width: 100%;
    height: 100%;
  }
}
.page-home .img-md-mask {
  overflow: hidden;
  position: relative;
  width: 84.53333333333333vw;
  height: 70.13333333333334vw;
}
@media only screen and (min-width: 769px) {
  .page-home .img-md-mask {
    width: 100%;
    position: relative;
    height: auto;
  }
  .page-home .img-md-mask::before {
    content: "";
    display: block;
    padding-top: 85.26315789473684%;
  }
  .page-home .img-md-mask > * {
    position: absolute;
  }
}
.page-home .img-md-mask .img-md {
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .page-home .img-md-mask .img-md {
    width: 100%;
    height: 100%;
  }
}
.page-home .c-sp-show {
  display: none;
}
@media only screen and (max-width: 768px) {
  .page-home .c-sp-show {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .page-home .c-pc-show {
    display: none;
  }
}
.page-home .c-view-more {
  display: inline-block;
  margin: 0 auto;
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.6875;
  letter-spacing: 0.24em;
}
@media only screen and (max-width: 768px) {
  .page-home .c-view-more {
    width: 100%;
    margin: 30px auto 0;
    font-size: 1.92rem;
    line-height: 1.177083333333333;
    letter-spacing: 0.22em;
  }
}
.page-home .c-view-more a {
  width: 75%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .page-home .c-view-more a {
    width: 90%;
    margin: 0 auto;
  }
}
.page-home .section-top {
  margin-bottom: 1px;
  text-align: center;
}
.page-home .section-top #video-are {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .page-home .section-top #video-are {
    width: 125vw;
  }
}
.page-home .section-top #video-are #video {
  position: absolute;
  top: -15%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  min-width: 100%;
  min-height: 100%;
}
@media only screen and (max-width: 768px) {
  .page-home .section-top #video-are #video {
    left: 40%;
    top: 0;
    width: 50%;
  }
}
.page-home .section-top #video-are .video-pc {
  display: block;
}
@media only screen and (max-width: 768px) {
  .page-home .section-top #video-are .video-pc {
    display: none;
  }
}
.page-home .section-top #video-are .video-sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .page-home .section-top #video-are .video-sp {
    display: block;
  }
}
.page-home .hero {
  position: relative;
}
.page-home .hero-bg {
  height: 50vh;
  margin-bottom: 2.133333333333333vw;
  pointer-events: none;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .page-home .hero-bg {
    height: 720px;
    margin-bottom: -24px;
    overflow: hidden;
  }
}
.page-home .img-mask-wrapper {
  pointer-events: none;
  z-index: 1000;
  position: fixed;
  top: 0;
  -webkit-filter: drop-shadow(0px 15px 5px #e8e3d7);
  filter: drop-shadow(0px 15px 5px #e8e3d7);
  background: linear-gradient(45deg, #fdfdfb 50%, transparent 50%);
  background-blend-mode: multiply;
}
@media only screen and (max-width: 768px) {
  .page-home .img-mask-wrapper {
    z-index: 2;
  }
}
.page-home .hero-img-mask {
  pointer-events: none;
  height: 78.5vh;
  width: 100vw;
  overflow: hidden;
  position: absolute;
  z-index: 0;
  top: -7px;
}
@media only screen and (min-width: 769px) {
  .page-home .hero-img-mask {
    -webkit-clip-path: url("#mask-section-4");
    clip-path: url("#mask-section-4");
    z-index: 2;
    height: 92.5vh;
    min-height: 900px;
    width: 111vw;
  }
}
@media only screen and (max-width: 768px) {
  .page-home .hero-img-mask {
    z-index: 200;
    height: 100vh;
  }
}
.page-home .hero-img {
  background: url("../../assets/img/home/sp/hero.webp?hash=5cb73aa33ec7897164c44ca73833ac03")
    center center no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 769px) {
  .page-home .hero-img {
    background-image: url("../../assets/img/home/pc/hero.webp?hash=ab2c2456769c3539b155078a2c3a3712");
  }
}
@media only screen and (min-width: 1536px) {
  .page-home .hero-img {
    background-image: url("../../assets/img/home/pc/hero@2x.webp?hash=41581be3e38bf7868a4053d8caaa6cb4");
  }
}
@media only screen and (min-width: 769px) and (-webkit-min-device-pixel-ratio: 2) {
  .page-home .hero-img {
    background-image: url("../../assets/img/home/pc/hero@2x.webp?hash=41581be3e38bf7868a4053d8caaa6cb4");
  }
}
.page-home .hero-line {
  display: block;
}
@media only screen and (min-width: 769px) {
  .page-home .hero-line {
    width: 100%;
    position: relative;
    bottom: 46px;
    height: auto;
    position: absolute;
  }
  .page-home .hero-line::before {
    content: "";
    display: block;
    padding-top: 19.833333333333332%;
  }
  .page-home .hero-line > * {
    position: absolute;
  }
}
.page-home .hero-content {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .page-home .hero-content {
    padding-top: 91vw;
  }
}
@media only screen and (min-width: 620px) and (max-width: 768px) {
  .page-home .hero-content {
    padding-top: 79%;
  }
}
@media only screen and (min-width: 520px) and (max-width: 619px) {
  .page-home .hero-content {
    padding-top: 89vw;
  }
}

.page-news-detail .wrapper .main_wrapper .main .breadcrumb-body {
  display: flex;
}
.page-news-detail .wrapper .main_wrapper .main .breadcrumb-body span {
  max-width: 80%;
}
.breadcrumb-body {
  text-align: left;
  margin: 40px 0px 0px 0px;
  max-width: 900px;
  margin: 0 auto;
  margin-top: 20px;
}

.breadcrumb-body p a {
  color: #ae987b;
  text-decoration: underline;
}

@media only screen and (max-width: 1000px) {
  .page-news-detail .wrapper .main_wrapper .main .breadcrumb-body {
    max-width: 80%;
  }
}

@media only screen and (max-width: 768px) {
  .page-news-detail .wrapper .main_wrapper .main .breadcrumb-body span {
    max-width: 70%;
    font-size: 16px;
  }
  .page-news-detail .wrapper .main_wrapper .main .breadcrumb-body p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 600px) {
  .breadcrumb-body {
    text-align: left;
    margin: 40px 0px 0px 10px;
    max-width: 100%;
  }

  .breadcrumb-body p a {
    color: #ae987b;
    text-decoration: underline;
  }

  .page-news-detail .wrapper .main_wrapper .main .breadcrumb-body span {
    max-width: 60%;
    font-size: 16px;
  }
  .page-news-detail .wrapper .main_wrapper .main .breadcrumb-body p {
    font-size: 16px;
  }

  @keyframes wave {
    0% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(20px);
    }
    100% {
      transform: translateY(0px);
    }
  }

  @keyframes waveAnimation {
    0% {
      clip-path: polygon(
        0% 10%,
        10% 20%,
        20% 10%,
        30% 20%,
        40% 10%,
        50% 20%,
        60% 10%,
        70% 20%,
        80% 10%,
        90% 20%,
        100% 10%
      );
    }
    50% {
      clip-path: polygon(
        0% 20%,
        10% 30%,
        20% 20%,
        30% 30%,
        40% 20%,
        50% 30%,
        60% 20%,
        70% 30%,
        80% 20%,
        90% 30%,
        100% 20%
      );
    }
    100% {
      clip-path: polygon(
        0% 10%,
        10% 20%,
        20% 10%,
        30% 20%,
        40% 10%,
        50% 20%,
        60% 10%,
        70% 20%,
        80% 10%,
        90% 20%,
        100% 10%
      );
    }
  }

  #mask-section-3 path {
    animation: waveAnimation ease-in-out;
  }
  .page-home .wrapper .header .hero-content::before {
    top: 21vw !important;
    width: 100%;
    height: 400px;
    clip-path: ellipse(130% 60% at 100% 100%);
  }
  .page-home .wrapper .header .header-logo-text {
    text-align: left;
    left: 55%;
  }
  .page-home .wrapper .header .header-logo-text p {
    display: inline-block;
    border-bottom: 2px solid black;
    padding-bottom: 16px;
    line-height: normal;
  }
  .page-home .wrapper .header .header-logo-text span {
    display: block;
  }
  .page-home .wrapper .breadcrumb p {
    font-size: 16px;
    line-height: 1.5;
  }

  .page-home .wrapper .breadcrumb {
    top: 30vw;
  }
  .page-home .wrapper .header .header-logo-text {
    z-index: 1;
    padding-top: 30px;
  }

  .page-home .wrapper .header .header-logo-text p {
    font-size: 45px;
    padding-bottom: 20px;
  }

  .page-home .wrapper .header .header-logo-text span {
    padding-top: 20px;
    font-size: 18px;
  }
  .page-rule .wrapper .header .header-logo-text p {
    max-width: 95%;
    font-size: 40px;
  }
}

@media only screen and (min-width: 400px) and (max-width: 500px) {
  .page-home .wrapper .header .hero-content::before {
    top: 15vw !important;
    width: 100%;
    height: 400px;
    clip-path: ellipse(130% 60% at 100% 100%);
  }
  .page-home .wrapper .breadcrumb {
    top: 25vw;
  }
  .page-home .wrapper .header .header-logo-text {
    z-index: 1;
    padding-top: 80px;
  }

  .page-news-detail .wrapper .main_wrapper .main .breadcrumb-body span {
    font-size: 14px;
  }
  .page-news-detail .wrapper .main_wrapper .main .breadcrumb-body p {
    font-size: 14px;
    width: 40%;
  }
}

@media only screen and (min-width: 400px) and (max-width: 450px) {
  .page-rule .wrapper .header .header-logo-text p {
    font-size: 30px !important;
  }
  .page-news-detail .wrapper .main_wrapper .main .breadcrumb-body span {
    font-size: 14px;
  }
  .page-news-detail .wrapper .main_wrapper .main .breadcrumb-body p {
    font-size: 14px;
  }
}

@media only screen and (min-width: 361px) and (max-width: 400px) {
  .page-home .wrapper .header .hero-content::before {
    top: 10vw !important;
    width: 100%;
    height: 400px;
    clip-path: ellipse(130% 60% at 100% 100%);
  }
  .page-home .wrapper .breadcrumb {
    top: 25vw;
  }
  .page-home .wrapper .header .header-logo-text {
    z-index: 1;
    padding-top: 70px;
  }
  .page-pages .main_wrapper {
    padding-top: 20px;
  }
  .page-rule .wrapper .header .header-logo-text {
    padding-top: 20px !important;
  }

  .page-rule .wrapper .header .header-logo-text p {
    font-size: 25px !important;
  }
  .page-news-detail .wrapper .main_wrapper .main .breadcrumb-body span {
    font-size: 12px;
  }
  .page-news-detail .wrapper .main_wrapper .main .breadcrumb-body p {
    font-size: 12px;
  }
}

@media only screen and (min-width: 300px) and (max-width: 360px) {
  .page-home .wrapper .header .hero-content::before {
    top: 7vw !important;
    width: 100%;
    height: 400px;
    clip-path: ellipse(130% 60% at 100% 100%);
  }
  .page-home .wrapper .breadcrumb {
    top: 20vw;
  }
  .page-home .wrapper .header .header-logo-text {
    z-index: 1;
    padding-top: 70px;
  }

  .page-rule .wrapper .header .header-logo-text {
    padding-top: 20px !important;
  }

  .page-rule .wrapper .header .header-logo-text p {
    font-size: 25px !important;
  }
}

@media only screen and (min-width: 415px) and (max-width: 519px) {
  .page-home .hero-content {
    padding-top: 100vw;
  }
}
@media only screen and (max-width: 414px) {
  .page-home .hero-content {
    /* top: 34%; */
  }
}
@media only screen and (max-width: 400px) {
  .page-home .hero-content {
    /* top: 34%; */
  }
  .page-home .wrapper .breadcrumb p {
    font-size: 14px;
  }

  .page-home .wrapper .header .header-logo-text p {
    font-size: 40px;
    padding-bottom: 15px;
  }

  .page-home .wrapper .header .header-logo-text span {
    padding-top: 20px;
    font-size: 18px;
  }
}
@media only screen and (min-width: 415px) and (max-width: 519px) {
  .page-home .hero-content {
    padding-top: 100vw;
  }
}
@media only screen and (max-width: 414px) {
  .page-home .hero-content {
    top: 34%;
  }
}
.page-home .hero-content::before {
  position: absolute;
  top: -29.2vw;
  left: 0;
  background: #fff;
  -webkit-clip-path: url("#mask-section-3");
  clip-path: url("#mask-section-3");
  content: "";
  display: block;
  width: 100%;
  height: 27.200000000000003vw;
  -webkit-transform: translateZ(1px);
  transform: translateZ(1px);
}
@media only screen and (max-width: 768px) {
  .page-home .hero-content::before {
    top: 47%;
    width: 105%;
    height: 42.2vw;
  }
}
@media only screen and (min-width: 769px) {
  .page-home .hero-content::before {
    height: 33.5vw;
    top: -25.4vw;
    width: 113%;
  }
}
@media only screen and (max-width: 413px) {
  .page-home .hero-content::before {
    top: 57vw;
  }
  .page-home .section-media,
  .page-home .section-info {
    margin-top: 27px;
  }
}
@media only screen and (min-width: 620px) and (max-width: 768px) {
  .page-home .hero-content::before {
    top: 31vw;
    height: 54.2vw;
  }
}
@media only screen and (min-width: 520px) and (max-width: 619px) {
  .page-home .hero-content::before {
    height: 22.2vw;
    top: 67vw;
  }
}
@media only screen and (min-width: 415px) and (max-width: 519px) {
  .page-home .hero-content::before {
    top: 63vw;
  }
}

.page-home .hero-content-inner {
  -webkit-transform: translateZ(1px);
  transform: translateZ(1px);
  background-color: #fff;
  padding-top: 16vw;
  margin-top: 8%;
}
.page-home .hero-heading {
  margin-bottom: 3.6vw;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .page-home .hero-heading {
    margin-bottom: 57px;
  }
}
.page-home .hero-heading-main,
.page-home .hero-heading-sub {
  display: block;
  fill: #666;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.page-home .hero-heading-main {
  width: 47.733333333333334vw;
  height: 10.266666666666667vw;
}
@media only screen and (min-width: 769px) {
  .page-home .hero-heading-main {
    width: 294px;
    height: 62px;
  }
}
.page-home .hero-heading-sub {
  left: 0.266666666666667vw;
  margin-top: 2.933333333333333vw;
  width: 31.733333333333334vw;
  height: 4.266666666666667vw;
}
@media only screen and (min-width: 769px) {
  .page-home .hero-heading-sub {
    left: 2px;
    margin-top: 20px;
    width: 194px;
    height: 25px;
  }
}
.page-home .hero-copy-text {
  font-size: 4.266666666666667vw;
  line-height: 1;
  letter-spacing: 0.14em;
  background: #f6f3f0;
  border-radius: 1.866666666666667vw;
  display: inline-block;
  margin-bottom: 2.4vw;
  padding: 2.4vw 2.933333333333333vw 1.866666666666667vw;
}
@media only screen and (min-width: 769px) {
  .page-home .hero-copy-text {
    font-size: 2rem;
    line-height: 1;
    letter-spacing: 0.12em;
    border-radius: 6px;
    margin-bottom: 15px;
    padding: 8px 17px 7px;
  }
}
.page-home .hero-text {
  font-size: 2.2rem;
  line-height: 1.590909090909091;
  letter-spacing: 0.08em;
  font-size: 5.3vw;
  color: #ae987b;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: bold;
  margin-bottom: 2.4vw;
}
@media only screen and (min-width: 769px) {
  .page-home .hero-text {
    margin-bottom: 45px;
    font-size: 3rem;
    line-height: 1.366666666666667;
    letter-spacing: 0.08em;
  }
}
.page-home .hero-info a {
  font-size: 4vw;
  text-decoration: underline;
}
@media only screen and (min-width: 769px) {
  .page-home .hero-info a {
    font-size: 1.5rem;
    letter-spacing: 0.1em;
  }
}
.page-home .hero-info img {
  width: 4vw;
  margin-right: 4px;
}
@media only screen and (min-width: 769px) {
  .page-home .hero-info img {
    width: 1.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .page-home .section-media,
  .page-home .section-info {
    padding: 0 1.5rem !important;
    margin-top: 30px;
  }
}
.page-home .section-media .area,
.page-home .section-info .area {
  padding: 0 !important;
}
.page-home .section-media ul li span,
.page-home .section-info ul li span {
  font-size: 3rem;
  line-height: 1.166666666666667;
  letter-spacing: 0.14em;
  font-weight: 400;
  color: #fff;
  font-family: futura-pt, sans-serif;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .page-home .section-media ul li span,
  .page-home .section-info ul li span {
    font-size: 2rem;
    line-height: 1.75;
    letter-spacing: 0.12em;
    padding: 12px !important;
    padding-left: 12px !important;
  }
}
@media only screen and (max-width: 413px) {
  .page-home .section-media ul li span,
  .page-home .section-info ul li span {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 358px) {
  .page-home .section-media ul li span,
  .page-home .section-info ul li span {
    font-size: 1.5rem;
  }
}
.page-home .section-news {
  position: relative;
  text-align: center;
}
.page-home .section-news .inner {
  width: 95%;
}
.page-home .section-news .c-view-more {
  width: 32%;
  margin: 0% auto 3%;
}
@media only screen and (max-width: 768px) {
  .page-home .section-news .c-view-more {
    width: 90%;
    margin: 0% auto 11%;
  }
}
.page-home .section-news .c-view-more a {
  width: 100%;
}
.page-home .section-news .heading-lv2 {
  top: 1rem;
}
.page-home .section-news li {
  margin: 30px;
}
.page-home .section-news li:last-child {
  margin-bottom: 35px;
}
@media only screen and (max-width: 768px) {
  .page-home .section-news li {
    margin: 10px;
  }
  .page-home .section-news li:last-child {
    margin-bottom: 20px;
  }
}
.page-home .section-news dl {
  display: flex;
}
.page-home .section-news dl dt {
  margin: 0 5% 0 0;
  padding-right: 5%;
  text-align: left;
  border-bottom: 2px solid #ae987b;
  color: #ae987b;
  font-family: futura-pt, sans-serif;
  font-size: 2rem;
  line-height: 1.75;
  letter-spacing: 0.04em;
  display: inline;
}
.page-home .section-news dl dd {
  width: 100%;
  text-align: left;
  border-bottom: 1px solid #ae987b;
  font-size: 17px;
  letter-spacing: 0.6px;
  line-height: 34px;
  font-size: 1.7rem;
  line-height: 2;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 768px) {
  .page-home .section-news .info-list {
    padding: 1rem 1.5rem;
  }
  .page-home .section-news dl {
    display: block;
    text-align: left;
  }
  .page-home .section-news dl dt {
    border-bottom: 1px solid #ae987b;
    padding-bottom: 0.4rem;
    font-size: 4.5vw;
  }
  .page-home .section-news dl dd {
    border-bottom: unset;
    border-top: 1px solid #ae987b;
    padding-top: 0.5rem;
    font-size: 1.7rem;
    line-height: 1.529411764705882;
    letter-spacing: 0.06em;
    font-size: 4.2vw;
  }
}
.page-home .hide-area {
  display: none;
}
.page-home .modaal-close {
  position: absolute;
  top: 1rem;
  right: 2rem;
}
.page-home .modaal-close:after,
.page-home .modaal-close:before {
  background: #ae987b;
  top: 10px;
  left: 30px;
  width: 1px;
  height: 35px;
}
.page-home .modaal-close:before {
  -webkit-transform: rotate(-50deg);
  transform: rotate(-50deg);
}
.page-home .modaal-close:after {
  -webkit-transform: rotate(50deg);
  transform: rotate(50deg);
}
.page-home .modaal-close:focus:after,
.page-home .modaal-close:focus:before,
.page-home .modaal-close:hover:after,
.page-home .modaal-close:hover:before {
  background: #666;
}
.page-home .modaal-overlay {
  background-color: #e3e3e3 !important;
  mix-blend-mode: multiply;
}
.page-home .modaal-container {
  overflow-y: scroll;
  height: 60vh;
  width: 60%;
  cursor: none;
}
.page-home .modaal-content-container {
  padding: 5rem;
}
.page-home .modaal-content-container span {
  color: #ae987b;
  font-size: 20px;
  line-height: 35px;
  letter-spacing: 0.4px;
  margin-bottom: 2rem;
  display: inline-block;
  font-family: futura-pt, sans-serif;
}
.page-home .modaal-content-container h2 {
  font-size: 25px;
  letter-spacing: 2.6px;
  line-height: 36px;
  margin-bottom: 1rem;
  color: #666;
  font-family: "Shippori Mincho";
}
.page-home .modaal-content-container p {
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0.4px;
  color: #666;
  word-break: break-all;
}
.page-home .modaal-content-container p a {
  color: #ae987b;
  font-weight: bold;
  text-decoration: underline;
}
.page-home .pc_show {
  display: block;
}
@media only screen and (max-width: 768px) {
  .page-home .modaal-container {
    height: 70vh;
    width: 100%;
  }
  .page-home .modaal-content-container {
    padding: 5rem 2rem;
  }
  .page-home .modaal-content-container span {
    font-size: 20px;
    line-height: 21px;
  }
  .page-home .modaal-content-container h2 {
    font-size: 21px;
    line-height: 38px;
  }
  .page-home .modaal-content-container p {
    font-size: 15px;
    line-height: 30px;
  }
  .page-home .pc_show {
    display: none;
  }
}
.page-home .section-studios {
  padding-top: 10.666666666666668vw;
}
@media only screen and (max-width: 768px) {
  .page-home .section-studios {
    padding-top: 132vw;
  }
}
@media only screen and (min-width: 769px) {
  .page-home .section-studios .c-view-more {
    margin-top: 52px;
  }
}
.page-home .section-studios .heading-lv2-left {
  top: 56.7% !important;
}
@media only screen and (max-width: 960px) {
  .page-home .section-studios .heading-lv2-left {
    top: 52.7% !important;
  }
}
@media only screen and (min-width: 769px) {
  .page-home .section-studios {
    padding-top: 600px;
  }
}
.page-home .section-studios .section-body {
  background: #f6f3f0;
  padding: 5.333333333333334vw 0 10vw;
  position: relative;
}
.page-home .section-studios .section-body::before,
.page-home .section-studios .section-body::after {
  position: absolute;
  right: 0;
  left: 0;
  background: #f6f3f0;
  -webkit-clip-path: url("#mask-section-1");
  clip-path: url("#mask-section-1");
  content: "";
  display: block;
  margin: 0 auto;
  -webkit-mask-size: 100% 27.200000000000003vw;
  mask-size: 100% 27.200000000000003vw;
  pointer-events: none;
  width: 100%;
  height: 27.200000000000003vw;
}
.page-home .section-studios .section-body::before {
  top: -27.066666666666666vw;
  -webkit-transform: translateZ(1px);
  transform: translateZ(1px);
}
.page-home .section-studios .section-body::after {
  bottom: -27.066666666666666vw;
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1);
}
@media only screen and (min-width: 769px) {
  .page-home .section-studios .section-body {
    padding: 290px 0 112px;
  }
  .page-home .section-studios .section-body::before,
  .page-home .section-studios .section-body::after {
    height: 332px;
  }
  .page-home .section-studios .section-body::before {
    top: -331px;
  }
  .page-home .section-studios .section-body::after {
    bottom: -331px;
  }
}
.page-home .section-studios .inner {
  margin-bottom: -20vw;
  margin-top: -10.666666666666668vw;
}
@media only screen and (min-width: 769px) {
  .page-home .section-studios .inner {
    margin-bottom: -224px;
    margin-top: -580px;
  }
}
.page-home .section-studios .heading-lv2 {
  -webkit-transform: translateZ(1px);
  transform: translateZ(1px);
}
@media only screen and (min-width: 769px) {
  .page-home .section-studios .heading-lv2 {
    top: 8px;
  }
}
.page-home .section-studios .row-cols-2 {
  margin: 18.666666666666668vw 0;
  position: relative;
  -webkit-transform: translateZ(1px);
  transform: translateZ(1px);
  z-index: 1;
}
@media only screen and (min-width: 769px) {
  .page-home .section-studios .row-cols-2 {
    margin: 180px 0;
  }
}
@media only screen and (min-width: 769px) {
  .page-home .section-studios .col-img {
    width: 570px;
  }
}
.page-home .section-studios .col-content {
  padding-top: 12.8vw;
}
@media only screen and (min-width: 769px) {
  .page-home .section-studios .col-content {
    justify-content: flex-end;
    flex-direction: column;
    display: flex;
    padding-top: 0;
    width: 425px;
  }
}
@media only screen and (min-width: 769px) {
  .page-home .section-studios .col-content-right {
    /* padding-left: 0; */
  }
}
@media only screen and (min-width: 769px) {
  .page-home .section-studios .col-content-left {
    margin-left: 10px;
    padding-right: 0;
  }
}
.page-home .section-studios .col-img-left .img-md-mask {
  border-radius: 0 13.333333333333334vw 13.333333333333334vw 0;
}
@media only screen and (min-width: 769px) {
  .page-home .section-studios .col-img-left .img-md-mask {
    border-radius: 50px 150px 150px 50px;
  }
  .page-home .section-studios .col-img-left .img-md-mask:before {
    padding-top: 100%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1199px) {
  .page-home .section-studios .col-img-left .img-md-mask {
    border-radius: 25px 50px 25px 25px;
  }
}
.page-home .section-studios .col-img-right .img-md-mask {
  border-radius: 13.333333333333334vw 0 0 13.333333333333334vw;
}
@media only screen and (min-width: 769px) {
  .page-home .section-studios .col-img-right .img-md-mask {
    border-radius: 150px 50px 50px 150px;
  }
  .page-home .section-studios .col-img-right .img-md-mask:before {
    padding-top: 100%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1199px) {
  .page-home .section-studios .col-img-right .img-md-mask {
    border-radius: 50px 25px 25px 50px;
  }
}
.page-home .section-studios .text-primary {
  letter-spacing: 0.085em;
}
@media only screen and (min-width: 769px) {
  .page-home .section-studios .text-primary {
    font-size: 1.5rem;
    line-height: 2;
  }
}
.page-home .section-studios .feature-row-1 {
  margin-top: 0;
}
.page-home .section-studios .feature-row-1 .img-md-mask:before {
  background-image: url("../img/home/pc/img-1.webp?hash=f71f258e1e7b168b28e07fc28ce848eb");
  background-position: left 55% top 73%;
  background-size: 169%;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 769px) {
  .page-home .section-studios .feature-row-1 .img-md {
    top: 5%;
  }
  .page-home .section-studios .feature-row-1 .col-content {
    margin-bottom: 27px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1199px) {
  .page-home .section-studios .feature-row-1 .col-content {
    padding-top: 160px;
  }
}
.page-home .section-studios .feature-row-1 .text-note {
  font-size: 2.8vw;
  line-height: 1.761904761904762;
  letter-spacing: 0.05em;
  margin: 3.2vw -11.333333333333332vw 0 0;
}
@media only screen and (min-width: 769px) {
  .page-home .section-studios .feature-row-1 .text-note {
    font-size: 1.2rem;
    line-height: 1.75;
    margin: 17px 0 0 0;
  }
}
.page-home .section-studios .feature-row-2 .img-md-mask:before {
  background-image: url("../img/home/pc/img-2.webp?hash=e6572b18ff7222b5aa232fc4c1315eb6");
  background-position: left 55% top 91%;
  background-size: 169%;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 769px) {
  .page-home .section-studios .feature-row-2 .img-md {
    top: 10%;
  }
  .page-home .section-studios .feature-row-2 .col-content {
    margin-bottom: 22px;
  }
}
.page-home .section-studios .feature-row-3 {
  margin-bottom: 0;
}
.page-home .section-studios .feature-row-3 .img-md-mask:before {
  background-image: url("../img/home/pc/img-3.webp?hash=85c354a3025d28121a10300a94eed756");
}
@media only screen and (min-width: 769px) {
  .page-home .section-studios .feature-row-3 .img-md {
    top: 18%;
  }
  .page-home .section-studios .feature-row-3 .col-content {
    margin-bottom: 8px;
  }
}
.page-home .section-studios .feature-row-1 img,
.page-home .section-studios .feature-row-2 img,
.page-home .section-studios .feature-row-3 img {
  display: none;
}
@media only screen and (max-width: 768px) {
  .page-home .section-studios .feature-row-1 img,
  .page-home .section-studios .feature-row-2 img,
  .page-home .section-studios .feature-row-3 img {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .page-home .section-studios .feature-row-1 .img-md-mask:before,
  .page-home .section-studios .feature-row-2 .img-md-mask:before,
  .page-home .section-studios .feature-row-3 .img-md-mask:before {
    background: none;
  }
}
.page-home .section-concept {
  margin: 0 auto;
  background-image: url("../img/home/pc/hero.webp?hash=ab2c2456769c3539b155078a2c3a3712");
  background-size: 139%;
  background-repeat: no-repeat;
  background-position: left 53% bottom 219%;
  padding-top: 5%;
}
@media only screen and (max-width: 768px) {
  .page-home .section-concept {
    margin-bottom: 15%;
  }
}
.page-home .section-concept h2 {
  z-index: 999;
}
@media only screen and (max-width: 768px) {
  .page-home .section-concept h2 {
    top: -169vw;
  }
}
.page-home .section-concept:after {
  position: absolute;
  bottom: -0.2%;
  left: 0;
  background: #fff;
  -webkit-clip-path: url("#mask-section-1");
  clip-path: url("#mask-section-1");
  content: "";
  display: block;
  width: 101%;
  height: 16vw;
  -webkit-transform: translateZ(1px);
  transform: translateZ(1px);
}
@media only screen and (max-width: 768px) {
  .page-home .section-concept:after {
    bottom: -0.4%;
    height: 21vw;
  }
}
@media only screen and (min-width: 1500px) {
  .page-home .section-concept:after {
    height: 12vw;
  }
}
@media only screen and (min-width: 1600px) {
  .page-home .section-concept {
    padding-top: 2%;
  }
}
@media only screen and (max-width: 768px) {
  .page-home .section-concept {
    padding-top: 169vw;
    background-position: left 26% top 148%;
    background-size: 226%;
    background-repeat: no-repeat;
  }
}
@media only screen and (max-width: 413px) {
  .page-home .section-concept {
    background-position: left 26% top 140%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1120px) {
  .page-home .section-concept {
    background-size: auto;
  }
}
@media only screen and (min-width: 1300px) {
  .page-home .section-concept {
    background-size: cover;
    background-position: center top 5vw;
  }
}
@media only screen and (min-width: 2000px) {
  .page-home .section-concept {
    background-size: cover;
    background-position: center top;
  }
}
.page-home .section-concept .btn-primary-bg-shadow {
  background: #fff;
}
@media only screen and (max-width: 768px) {
  .page-home .section-concept .btn-primary-bg-shadow {
    background: #f6f3f0;
  }
}
.page-home .section-concept .btn-primary:hover .btn-primary-bg-shadow {
  background: rgba(192, 175, 152, 0.5) !important;
}
.page-home .section-concept .col-content-right {
  position: absolute;
  right: 0;
  top: 0;
}
@media only screen and (max-width: 768px) {
  .page-home .section-concept .col-content-right {
    width: 90%;
    right: 1.9rem;
  }
}
@media only screen and (min-width: 769px) {
  .page-home .section-concept .inner {
    height: 976px;
  }
}
.page-home .section-concept .concept-bg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  pointer-events: none;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 769px) {
  .page-home .section-concept .concept-bg {
    max-width: 1042px;
    width: 86.83333333333333%;
  }
}
.page-home .section-concept .concept-line {
  position: absolute;
  top: -73.46666666666667vw;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 100%;
  height: 310.93333333333334vw;
  z-index: 1;
}
.page-home .section-concept .concept-line svg {
  position: absolute;
  top: 0;
  left: 0;
  stroke-dasharray: 400%;
}
@media only screen and (min-width: 769px) {
  .page-home .section-concept .concept-line {
    margin-left: -197px;
    width: 1577px;
    height: 1785px;
    top: -366px;
  }
}
.page-home .section-concept .col-img-right .img-lg-mask {
  border-radius: 6.666666666666667vw 0 0 18.666666666666668vw;
}
@media only screen and (min-width: 769px) {
  .page-home .section-concept .col-img-right .img-lg-mask {
    border-radius: 50px 150px 50px 150px;
  }
  .page-home .section-concept .col-img-right .img-lg-mask .img-lg {
    top: 9rem;
  }
}
@media only screen and (min-width: 1600px) {
  .page-home .section-concept .col-img-right .img-lg-mask::before {
    padding-top: 110%;
  }
}
@media only screen and (min-width: 769px) {
  .page-home .section-concept .col-content {
    justify-content: flex-end;
    flex-direction: column;
    display: flex;
    margin-bottom: 2px;
  }
}
@media only screen and (max-width: 768px) {
  .page-home .section-concept .lead-primary {
    position: absolute;
    top: -150vw;
    right: -1rem;
  }
}
@media only screen and (min-width: 769px) {
  .page-home .section-concept .lead-primary {
    margin-bottom: 43px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1199px) {
  .page-home .section-concept .lead-primary {
    margin-bottom: 21px;
  }
}
.page-home .section-concept .text-primary {
  letter-spacing: 0.09em;
}
@media only screen and (min-width: 769px) {
  .page-home .section-concept .text-primary {
    letter-spacing: 0.07em;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1199px) {
  .page-home .section-concept .text-primary {
    margin-bottom: 20px;
  }
}
.page-home .section-concept .concept-img-1 {
  background: url("../../assets/img/home/sp/img-2.webp?hash=d3de54bf051984a0b23a4af537f0ba4f")
    center center no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 769px) {
  .page-home .section-concept .concept-img-1 {
    background-image: url("../../assets/img/home/pc/img-2.webp?hash=e6572b18ff7222b5aa232fc4c1315eb6");
    background-size: 100% auto;
  }
}
.page-home .section-concept .concept-message {
  margin: 12.266666666666666vw 0 10.4vw;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .page-home .section-concept .concept-message {
    margin-bottom: 52px;
    margin-top: 291px;
  }
}
.page-home .section-concept .concept-message-body {
  margin: 0 auto 12.266666666666666vw;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 769px) {
  .page-home .section-concept .concept-message-body {
    justify-content: center;
    align-items: center;
    display: flex;
    margin-bottom: 50px;
    width: 694px;
    height: 205px;
  }
}
.page-home .section-concept .concept-message-text {
  font-size: 5.733333333333333vw;
  line-height: 1.465116279069767;
  letter-spacing: 0.28em;
  font-family: "Shippori Mincho", serif;
  margin-bottom: 12vw;
  text-align: center;
}
.page-home .section-concept .concept-message-text:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 769px) {
  .page-home .section-concept .concept-message-text {
    font-size: 2.7rem;
    line-height: 1;
    margin: 0;
    position: absolute;
    text-align: left;
  }
}
@media only screen and (min-width: 769px) {
  .page-home .section-concept .concept-message-text-1 {
    left: 0;
    top: 0;
  }
}
@media only screen and (min-width: 769px) {
  .page-home .section-concept .concept-message-text-2 {
    margin-left: 15px;
  }
}
@media only screen and (min-width: 769px) {
  .page-home .section-concept .concept-message-text-3 {
    bottom: 0;
    right: 0;
  }
}
.page-home .section-concept .concept-message-name {
  font-size: 3.333333333333333vw;
  line-height: 1.44;
  letter-spacing: 0.12em;
  font-weight: 500;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .page-home .section-concept .concept-message-name {
    font-size: 1.4rem;
    line-height: 1.428571428571429;
    text-align: right;
  }
}
.page-home .section-concept .benefits {
  margin: 10.4vw auto 0;
  position: relative;
  width: 87.73333333333333vw;
  height: 83.2vw;
}
@media only screen and (min-width: 769px) {
  .page-home .section-concept .benefits {
    justify-content: space-between;
    display: flex;
    margin-top: 0px;
    width: 946px;
    height: auto;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1199px) {
  .page-home .section-concept .benefits {
    margin: 0 -10px;
    width: auto;
  }
}
.page-home .section-concept .benefit-item {
  justify-content: center;
  align-items: center;
  flex-direction: column;
  display: flex;
  position: absolute;
  width: 29.599999999999998vw;
  height: 29.599999999999998vw;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .page-home .section-concept .benefit-item {
    position: relative;
    width: 130px;
    height: 130px;
  }
}
@media only screen and (min-width: 960px) {
  .page-home .section-concept .benefit-item {
    width: 166px;
    height: 166px;
  }
}
.page-home .section-concept .benefit-bg-shadow,
.page-home .section-concept .benefit-bg-line {
  position: absolute;
  width: 100%;
  height: 100%;
}
.page-home .section-concept .benefit-bg-shadow {
  background: #f6f3f0;
  border-radius: 50%;
  left: 1.866666666666667vw;
  top: 1.866666666666667vw;
}
@media only screen and (min-width: 769px) {
  .page-home .section-concept .benefit-bg-shadow {
    left: 10px;
    top: 10px;
  }
}
.page-home .section-concept .benefit-bg-line {
  left: 0;
  top: 0;
}
.page-home .section-concept .benefit-label {
  font-size: 4.8vw;
  line-height: 1.361111111111111;
  letter-spacing: 0.04em;
  color: #ae987b;
  font-weight: 700;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .page-home .section-concept .benefit-label {
    font-size: 2rem;
    line-height: 1.5;
    letter-spacing: 0.08em;
    margin-top: -3px;
  }
}
@media only screen and (min-width: 960px) {
  .page-home .section-concept .benefit-label {
    font-size: 2.7rem;
    line-height: 1.37037037037037;
  }
}
@media only screen and (max-width: 768px) {
  .page-home .section-concept .benefit-item-1 {
    left: 0;
    margin: 0 auto;
    right: 0;
    top: 0;
  }
  .page-home .section-concept .benefit-item-2 {
    right: 0;
    top: 21.46666666666667vw;
  }
  .page-home .section-concept .benefit-item-3 {
    bottom: 0;
    right: 12.133333333333333vw;
  }
  .page-home .section-concept .benefit-item-3 .benefit-label {
    margin-top: 2vw;
  }
  .page-home .section-concept .benefit-item-4 {
    bottom: 0;
    left: 10.533333333333333vw;
  }
  .page-home .section-concept .benefit-item-4 .benefit-label {
    margin-top: 2vw;
  }
  .page-home .section-concept .benefit-item-5 {
    left: 0;
    top: 21.46666666666667vw;
  }
}
@media only screen and (min-width: 769px) {
  .page-home .section-concept .benefit-item-1,
  .page-home .section-concept .benefit-item-2,
  .page-home .section-concept .benefit-item-3 {
    margin-top: 60px;
  }
  .page-home .section-concept .benefit-item-1 {
    order: 1;
  }
  .page-home .section-concept .benefit-item-2 {
    order: 3;
  }
  .page-home .section-concept .benefit-item-3 {
    order: 5;
  }
  .page-home .section-concept .benefit-item-3 .benefit-label {
    margin-top: 10px;
  }
  .page-home .section-concept .benefit-item-4 {
    order: 4;
  }
  .page-home .section-concept .benefit-item-4 .benefit-label {
    margin-top: 10px;
  }
  .page-home .section-concept .benefit-item-5 {
    order: 2;
  }
}
.page-home .section-feature {
  margin-top: 10.666666666666668vw;
  padding-top: 41vw;
}
@media only screen and (min-width: 769px) {
  .page-home .section-feature .c-view-more {
    margin-top: 52px;
  }
}
.page-home .section-feature .btn-primary-bg-shadow {
  background: #fff;
}
.page-home .section-feature .btn-primary:hover .btn-primary-bg-shadow {
  background: rgba(192, 175, 152, 0.5) !important;
}
@media only screen and (min-width: 769px) {
  .page-home .section-feature {
    margin-top: 310px;
    padding-top: 175px;
  }
}
.page-home .section-feature .section-body {
  background: #f6f3f0;
  padding: 5.333333333333334vw 0 10vw;
  position: relative;
}
/* .page-home .section-feature .section-body::before, */
.page-home .section-feature .section-body::after {
  position: absolute;
  right: 0;
  left: 0;
  background: #f6f3f0;
  -webkit-clip-path: url("#mask-section-1");
  clip-path: url("#mask-section-1");
  content: "";
  display: block;
  margin: 0 auto;
  -webkit-mask-size: 100% 27.200000000000003vw;
  mask-size: 100% 27.200000000000003vw;
  pointer-events: none;
  width: 100%;
  height: 27.200000000000003vw;
}
.page-home .section-feature .section-body::before {
  top: -33.066667vw;
  width: 100%;
  height: 33.2vw;
  -webkit-transform: translateZ(1px);
  transform: translateZ(1px);
}
.page-home .section-feature .section-body::after {
  bottom: -27.066666666666666vw;
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1);
}
@media only screen and (min-width: 769px) {
  .page-home .section-feature .section-body {
    padding: 290px 0 112px;
  }
  .page-home .section-feature .section-body::before,
  .page-home .section-feature .section-body::after {
    height: 240px;
  }
  .page-home .section-feature .section-body::before {
    top: -230px;
  }
  .page-home .section-feature .section-body::after {
    bottom: -230px;
    width: 120%;
    height: 440px;
  }
}
.page-home .section-feature .inner {
  margin-bottom: -20vw;
  margin-top: -10.666666666666668vw;
}
@media only screen and (min-width: 769px) {
  .page-home .section-feature .inner {
    margin-bottom: -224px;
    margin-top: -400px;
  }
}
.page-home .section-feature .heading-lv2 {
  -webkit-transform: translateZ(1px);
  transform: translateZ(1px);
}
@media only screen and (min-width: 769px) {
  .page-home .section-feature .heading-lv2 {
    top: 8px;
  }
}
.page-home .section-feature .row-cols-2 {
  margin: 12vw 0;
  position: relative;
  -webkit-transform: translateZ(1px);
  transform: translateZ(1px);
  z-index: 1;
}
@media only screen and (min-width: 769px) {
  .page-home .section-feature .row-cols-2 {
    margin: 100px 0;
  }
}
@media only screen and (min-width: 769px) {
  .page-home .section-feature .col-img {
    width: 570px;
  }
}
.page-home .section-feature .col-content {
  padding-top: 12.8vw;
}
@media only screen and (min-width: 769px) {
  .page-home .section-feature .col-content {
    justify-content: center;
    flex-direction: column;
    display: flex;
    padding-top: 0;
    width: 425px;
  }
}
@media only screen and (min-width: 769px) {
  .page-home .section-feature .col-content-right {
    /* padding-left: 0; */
  }
}
@media only screen and (min-width: 769px) {
  .page-home .section-feature .col-content-left {
    margin-left: 10px;
    padding-right: 0;
  }
}
.page-home .section-feature .col-img-left .img-md-mask {
  border-radius: 0 13.333333333333334vw 13.333333333333334vw 0;
}
@media only screen and (min-width: 769px) {
  .page-home .section-feature .col-img-left .img-md-mask {
    border-radius: 50px 150px 150px 50px;
    height: 480px;
  }
  .page-home .section-feature .col-img-left .img-md-mask:before {
    padding-top: 100%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1199px) {
  .page-home .section-feature .col-img-left .img-md-mask {
    border-radius: 25px 50px 25px 25px;
    height: auto;
  }
}
@media only screen and (max-width: 600px) {
  .page-home .section-feature .col-img-left .img-md-mask {
    height: 290px;
  }
}
@media only screen and (max-width: 413px) {
  .page-home .section-feature .col-img-left .img-md-mask {
    height: 252px;
  }
}
.page-home .section-feature .col-img-right .img-md-mask {
  border-radius: 13.333333333333334vw 0 0 13.333333333333334vw;
}
@media only screen and (min-width: 769px) {
  .page-home .section-feature .col-img-right .img-md-mask {
    border-radius: 150px 50px 50px 150px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1199px) {
  .page-home .section-feature .col-img-right .img-md-mask {
    border-radius: 50px 25px 25px 50px;
  }
}
.page-home .section-feature .text-primary {
  letter-spacing: 0.085em;
}
@media only screen and (min-width: 769px) {
  .page-home .section-feature .text-primary {
    font-size: 1.5rem;
    line-height: 2;
  }
}
.page-home .section-feature .feature-row-1 {
  margin-top: 0;
}
.page-home .section-feature .feature-row-1 .img-md-mask:before {
  background-image: url("../img/home/pc/img-3.webp?hash=85c354a3025d28121a10300a94eed756");
  background-position: left 53% top 71%;
  background-size: 202%;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 769px) {
  .page-home .section-feature .feature-row-1 .img-md {
    top: 12%;
  }
  .page-home .section-feature .feature-row-1 .col-content {
    margin-bottom: 27px;
    margin-top: 10%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1199px) {
  .page-home .section-feature .feature-row-1 .col-content {
    padding-top: 160px;
  }
}
.page-home .section-feature .feature-row-1 .text-note {
  font-size: 2.8vw;
  line-height: 1.761904761904762;
  letter-spacing: 0.05em;
  margin: 3.2vw -11.333333333333332vw 0 0;
}
@media only screen and (min-width: 769px) {
  .page-home .section-feature .feature-row-1 .text-note {
    font-size: 1.2rem;
    line-height: 1.75;
    margin: 17px 0 0 0;
  }
}
.page-home .section-feature .feature-row-2 .img-md-mask:before {
  background-image: url("../img/home/pc/img-2.webp?hash=e6572b18ff7222b5aa232fc4c1315eb6");
}
@media only screen and (min-width: 769px) {
  .page-home .section-feature .feature-row-2 .img-md {
    top: -10%;
  }
  .page-home .section-feature .feature-row-2 .col-content {
    margin-bottom: 34px;
  }
}
.page-home .section-feature .feature-row-3 {
  margin-bottom: 0;
}
.page-home .section-feature .feature-row-3 .img-md-mask:before {
  background-image: url("../img/home/pc/img-3.webp?hash=85c354a3025d28121a10300a94eed756");
}
@media only screen and (min-width: 769px) {
  .page-home .section-feature .feature-row-3 .img-md {
    top: 18%;
  }
  .page-home .section-feature .feature-row-3 .col-content {
    margin-bottom: 8px;
  }
}
.page-home .section-feature .feature-row-1 img,
.page-home .section-feature .feature-row-2 img,
.page-home .section-feature .feature-row-3 img {
  display: none;
}
@media only screen and (max-width: 768px) {
  .page-home .section-feature .feature-row-1 img,
  .page-home .section-feature .feature-row-2 img,
  .page-home .section-feature .feature-row-3 img {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .page-home .section-feature .feature-row-1 .img-md-mask:before,
  .page-home .section-feature .feature-row-2 .img-md-mask:before,
  .page-home .section-feature .feature-row-3 .img-md-mask:before {
    background: none;
  }
}
.page-home .section-faq {
  margin-top: 185px;
  position: relative;
  text-align: center;
}
.page-home .section-faq .heading-lv2 {
  top: 1rem;
}
.page-home .section-faq li {
  margin: 3rem auto;
}
.page-home .section-faq dl {
  display: flex;
}
.page-home .section-faq dl dt {
  margin: 0 auto;
  text-align: left;
  border-bottom: 2px solid #ae987b;
  color: #ae987b;
  font-family: futura-pt, sans-serif;
  font-size: 20px;
  letter-spacing: 0.4px;
  line-height: 35px;
  display: inline;
}
.page-home .section-faq dl dd {
  width: 70%;
  text-align: left;
  border-bottom: 1px solid #ae987b;
  font-size: 17px;
  letter-spacing: 0.6px;
  line-height: 34px;
}
@media only screen and (max-width: 768px) {
  .page-home .section-faq {
    margin-top: 30.666666666666664vw;
  }
  .page-home .section-faq .info-list {
    padding: 0 2rem 0 6rem;
  }
  .page-home .section-faq dl {
    display: block;
    text-align: left;
  }
  .page-home .section-faq dl dt {
    border-bottom: 1px solid #ae987b;
    padding-bottom: 0.4rem;
  }
  .page-home .section-faq dl dd {
    width: 100%;
    border-bottom: unset;
    border-top: 1px solid #ae987b;
    padding-top: 0.5rem;
  }
}
.page-home .hide-area {
  display: none;
}
.page-home .modaal-close {
  position: absolute;
  top: 1rem;
  right: 2rem;
}
.page-home .modaal-close:after,
.page-home .modaal-close:before {
  background: #ae987b;
  top: 10px;
  left: 30px;
  width: 1px;
  height: 35px;
}
.page-home .modaal-close:before {
  -webkit-transform: rotate(-50deg);
  transform: rotate(-50deg);
}
.page-home .modaal-close:after {
  -webkit-transform: rotate(50deg);
  transform: rotate(50deg);
}
.page-home .modaal-close:focus:after,
.page-home .modaal-close:focus:before,
.page-home .modaal-close:hover:after,
.page-home .modaal-close:hover:before {
  background: #666;
}
.page-home .modaal-overlay {
  background-color: #e3e3e3 !important;
  mix-blend-mode: multiply;
}
.page-home .modaal-container {
  overflow-y: scroll;
  height: 60vh;
  width: 60%;
  cursor: none;
}
.page-home .modaal-content-container {
  padding: 5rem;
}
.page-home .modaal-content-container span {
  color: #ae987b;
  font-size: 20px;
  line-height: 35px;
  letter-spacing: 0.4px;
  margin-bottom: 2rem;
  display: inline-block;
  font-family: futura-pt, sans-serif;
}
.page-home .modaal-content-container h2 {
  font-size: 25px;
  letter-spacing: 2.6px;
  line-height: 36px;
  margin-bottom: 1rem;
  color: #666;
  font-family: "Shippori Mincho";
}
.page-home .modaal-content-container p {
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0.4px;
  color: #666;
  word-break: break-all;
}
.page-home .modaal-content-container p a {
  color: #ae987b;
  font-weight: bold;
  text-decoration: underline;
}
.page-home .pc_show {
  display: block;
}
@media only screen and (max-width: 768px) {
  .page-home .modaal-container {
    height: 70vh;
    width: 100%;
  }
  .page-home .modaal-content-container {
    padding: 5rem 2rem;
  }
  .page-home .modaal-content-container span {
    font-size: 20px;
    line-height: 21px;
  }
  .page-home .modaal-content-container h2 {
    font-size: 21px;
    line-height: 38px;
  }
  .page-home .modaal-content-container p {
    font-size: 15px;
    line-height: 30px;
  }
  .page-home .pc_show {
    display: none;
  }
}
.page-home .section-follow {
  margin-top: 80px;
  padding-bottom: 10vw;
  position: relative;
  text-align: center;
}
.page-home .section-follow::after {
  position: absolute;
  right: 0;
  bottom: -27.066666666666666vw;
  left: 0;
  background: #fff;
  -webkit-clip-path: url("#mask-section-2");
  clip-path: url("#mask-section-2");
  content: "";
  display: block;
  margin: 0 auto;
  pointer-events: none;
  width: 100%;
  height: 27.200000000000003vw;
  -webkit-transform: translateZ(1px);
  transform: translateZ(1px);
  z-index: 1;
}
.page-home .section-follow .follow-col-img {
  display: flex;
  max-width: 100%;
}
@media only screen and (min-width: 769px) {
  .page-home .section-follow {
    margin-top: 100px;
    padding-bottom: 0;
  }
  .page-home .section-follow::after {
    bottom: -328px;
    height: 329px;
  }
}
.page-home .instagram-btn-wrapper {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .page-home .instagram-btn-wrapper {
    flex-direction: column;
  }
  .page-home .instagram-btn-wrapper .hujisawa {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 769px) {
  .page-home .follow-row-cols-2 {
    justify-content: space-between;
    display: flex;
    position: relative;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    align-items: self-end;
  }
}
@media only screen and (max-width: 960px) {
  .page-home .follow-row-cols-2 {
    display: block;
  }
}
.page-home .follow-text {
  font-size: 4.8vw;
  line-height: 1.694444444444444;
  letter-spacing: 0.16em;
  margin-bottom: 3.466666666666666vw;
}
@media only screen and (min-width: 769px) {
  .page-home .follow-text {
    font-size: 2rem;
    line-height: 1.7;
    margin-bottom: 15px;
  }
}
.page-home .follow-heading {
  font-size: 7.199999999999999vw;
  line-height: 1.166666666666667;
  letter-spacing: 0.14em;
  color: #ae987b;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  margin-bottom: 17.599999999999998vw;
}
@media only screen and (min-width: 769px) {
  .page-home .follow-heading {
    font-size: 3rem;
    line-height: 1.166666666666667;
    letter-spacing: 0.14em;
    margin-bottom: 50px;
  }
}
.page-home .link-instagram {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.page-home .link-instagram .btn-instagram {
  margin: 0 auto;
}
.page-home .follow-img-container {
  display: block;
  width: 275px !important;
  height: 275px !important;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .page-home .follow-img-container {
    margin: 0;
    width: 360px;
    height: 360px;
  }
}
@media only screen and (max-width: 768px) {
  .page-home .follow-img-container {
    width: 200px !important;
    height: 200px !important;
  }
}
.page-home .follow-col-content {
  margin: 5% auto 0;
}
@media only screen and (max-width: 768px) {
  .page-home .follow-col-content {
    margin-top: 10%;
  }
}
@media only screen and (min-width: 769px) {
  .page-home .follow-col-img-left img {
    height: 275px;
  }
}
@media only screen and (max-width: 768px) {
  .page-home .follow-col-img-left img {
    height: 200px !important;
  }
}
.page-home .follow-col-img-left a::before {
  position: absolute;
  top: 0;
  left: 0;
  background: #c0af98;
  content: "";
  display: block;
  mix-blend-mode: multiply;
  opacity: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease-out;
  border-radius: 15px;
}
@media only screen and (max-width: 960px) {
  .page-home .follow-col-img-left {
    width: 47%;
    margin-left: 4%;
  }
}
@media only screen and (max-width: 450px) {
  .page-home .follow-col-img-left img {
    height: auto;
  }
}
.page-home .follow-col-img-right {
  margin: 0 3%;
}
@media only screen and (max-width: 960px) {
  .page-home .follow-col-img-right {
    width: 55%;
    margin: 0 3% 0 1%;
  }
}
.page-home .follow-img {
  overflow: hidden;
  position: absolute;
  width: 130px !important;
  z-index: 1;
}
@media only screen and (max-width: 960px) {
  .page-home .follow-img {
    width: 47% !important;
    margin: 0 1%;
  }
}
.page-home .follow-img::before {
  position: absolute;
  top: 0;
  left: 0;
  background: #c0af98;
  content: "";
  display: block;
  mix-blend-mode: multiply;
  opacity: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease-out;
}
@media only screen and (min-width: 769px) {
  .page-home .follow-img {
    width: 170px;
  }
}
.page-home .follow-img-1 {
  left: 0;
  top: 0;
}
.page-home .follow-img-1::before {
  border-radius: 15px;
}
.page-home .follow-img-2 {
  right: 0;
  top: 0;
}
.page-home .follow-img-2::before {
  border-radius: 15px;
}
.page-home .follow-img-3 {
  bottom: 0;
  left: 0;
}
.page-home .follow-img-3::before {
  border-radius: 15px;
}
.page-home .follow-img-4 {
  bottom: 0;
  right: 0;
}
.page-home .follow-img-4::before {
  border-radius: 15px;
}
.page-home .section-column {
  margin-top: 160px;
  padding-bottom: 10vw;
  position: relative;
  text-align: center;
}
.page-home .section-column::after {
  position: absolute;
  right: 0;
  bottom: -27.066666666666666vw;
  left: 0;
  background: #fff;
  -webkit-clip-path: url("#mask-section-2");
  clip-path: url("#mask-section-2");
  content: "";
  display: block;
  margin: 0 auto;
  pointer-events: none;
  width: 100%;
  height: 27.200000000000003vw;
  -webkit-transform: translateZ(1px);
  transform: translateZ(1px);
  z-index: 1;
}
.page-home .section-column .column-inner {
  max-width: 1140px;
}
.page-home .section-column .heading-lv2-right {
  right: 5%;
}
.page-home .section-column .column-col-img {
  display: flex;
  max-width: 100%;
}
.page-home .section-column .column-row-cols-3 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 90%;
  gap: 4%;
}
.page-home .section-column .column-row-cols-3 > a {
  width: 30%;
}
.page-home .section-column .column-row-cols-3 > a > img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
  margin-bottom: 24px;
  display: block;
}
.page-home .section-column .column-row-cols-3 > a > h3 {
  font-size: 1.7rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  width: 100%;
  min-height: 77px;
  text-align: left;
}
.page-home .section-column .column-data {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  gap: 4%;
  flex-wrap: wrap;
}
.page-home #column .c-view-more {
  width: 32%;
  margin: 8% auto 3%;
}
@media only screen and (min-width: 769px) {
  .page-home .section-column {
    margin-top: 100px;
    padding-bottom: 0;
  }
  .page-home .section-column::after {
    bottom: -328px;
    height: 329px;
  }
}
@media only screen and (max-width: 768px) {
  .page-home .section-column .column-row-cols-3 {
    width: 80%;
    margin-left: 4%;
  }
  .page-home .section-column .column-row-cols-3 > a {
    width: 100%;
  }
  .page-home .section-column .column-row-cols-3 > a > img {
    height: 53vw;
  }
  .page-home .section-column .column-row-cols-3 > a:nth-of-type(2),
  .page-home .section-column .column-row-cols-3 > a:nth-of-type(3) {
    display: none;
  }
  .page-home .section-column .column-data img {
    width: 50%;
  }
  .page-home #column .c-view-more {
    width: 80%;
  }
}
.page-home #faq .c-view-more {
  width: 32%;
  margin: 2% auto 3%;
}
@media only screen and (max-width: 768px) {
  .page-home #faq .c-view-more {
    width: 80%;
    margin: 0 auto;
  }
}
.page-home #faq .c-view-more a {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .page-home #faq .c-view-more a {
    width: 100%;
  }
}
.page-home #faq div {
  letter-spacing: 0.15em;
  line-height: 2;
}
@media only screen and (max-width: 960px) {
  .page-home #faq {
    letter-spacing: 1px;
  }
}
.page-home #faq h3 {
  text-align: left;
  margin-left: 5% !important;
  margin: 2rem auto 1rem;
  border-bottom: 1px solid #c0af98;
  font-size: 1.7rem;
  line-height: 2;
  letter-spacing: 0.06em;
}
@media only screen and (max-width: 768px) {
  .page-home #faq h3 {
    margin: 0 auto 1rem;
    font-size: 1.7rem;
    line-height: 1.470588235294118;
    letter-spacing: 0.08em;
    font-size: 4.1vw;
  }
}
.page-home #faq_reserve {
  margin-top: 5%;
}
.page-home #faq .accordion-area {
  list-style: none;
  width: 90%;
  margin: 0 10%;
}
@media only screen and (max-width: 768px) {
  .page-home #faq .accordion-area {
    margin: 0 0 0 auto;
    padding-left: 0%;
    width: 89%;
  }
}
.page-home #faq .accordion-area li {
  margin: 10px 10px 10px;
}
.page-home #faq .accordion-area li:last-child {
  margin-bottom: 30px;
}
.page-home #faq .accordion-area section {
  position: relative;
}
.page-home #faq .accordion-area section:before {
  content: "Q";
  font-family: futura-pt, sans-serif;
  color: #c0af98;
  left: 0;
  top: 0;
  position: absolute;
  font-size: 2rem;
  line-height: 1.75;
  letter-spacing: 0.04em;
  border-bottom: 2px solid #c0af98;
  padding: 0px 5px;
}
@media only screen and (min-width: 769px) and (max-width: 960px) {
  .page-home #faq .accordion-area section:before {
    font-size: 3vw !important;
  }
}
@media only screen and (max-width: 960px) {
  .page-home #faq .accordion-area section:before {
    left: 0.8rem;
    font-size: 6vw;
    margin-top: 3%;
    border-bottom: none;
  }
}
@media only screen and (max-width: 600px) {
  .page-home #faq .accordion-area section:before {
    left: 1rem;
  }
}
.page-home #faq .title {
  position: relative; /* +マークの位置基準とするためrelative指定 */
  cursor: pointer;
  font-weight: normal;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 960px) {
  .page-home #faq .title {
    padding: 3% 7%;
  }
}
@media only screen and (max-width: 450px) {
  .page-home #faq .title {
    padding: 3% 10%;
  }
}
.page-home #faq .title::before,
.page-home #faq .title::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 1px;
  background-color: #c0af98;
}
.page-home #faq .title::before {
  top: 48%;
  right: 1%;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.page-home #faq .title::after {
  top: 48%;
  right: 1%;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.page-home #faq .title.close::after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.page-home #faq .box {
  display: none;
  margin-bottom: 3%;
  padding: 3% 5%;
  text-align: justify;
  position: relative;
}
@media only screen and (max-width: 960px) {
  .page-home #faq .box {
    padding: 3% 7%;
    padding-right: 0 !important;
  }
}
@media only screen and (max-width: 450px) {
  .page-home #faq .box {
    padding: 3% 10%;
    padding-right: 0 !important;
  }
}
.page-home #faq .box:before {
  content: "A";
  font-family: futura-pt, sans-serif;
  color: #d3723e;
  top: 2.5rem;
  left: 0;
  position: absolute;
  font-size: 2rem;
  line-height: 1.75;
  letter-spacing: 0.04em;
  padding: 0 5px;
}
@media only screen and (min-width: 769px) and (max-width: 960px) {
  .page-home #faq .box:before {
    font-size: 3vw !important;
    margin-top: 2% !important;
  }
}
@media only screen and (max-width: 960px) {
  .page-home #faq .box:before {
    top: 0;
    left: 0.8rem;
    margin-top: 0%;
    font-size: 6vw;
  }
}
@media only screen and (max-width: 450px) {
  .page-home #faq .box:before {
    left: 1rem;
  }
}
.page-home #faq .box p {
  margin-left: 1rem;
  font-size: 1.7rem;
  line-height: 2;
  letter-spacing: 0.06em;
}
@media only screen and (max-width: 768px) {
  .page-home #faq .box p {
    font-size: 1.7rem;
    line-height: 1.470588235294118;
    letter-spacing: 0.08em;
    font-size: 4.1vw;
  }
}
.page-home #newmedia .tab {
  display: flex;
  flex-wrap: wrap;
}
.page-home #newmedia .tab li {
  width: 50%;
}
.page-home #newmedia .tab li span {
  display: block;
  background: #ddd;
  padding: 15px;
  border-radius: 14px 14px 0 0;
}
@media only screen and (max-width: 768px) {
  .page-home #newmedia .tab li span {
    padding: 14px;
    padding-left: 10px;
  }
}
.page-home #newmedia .tab li.active span {
  background: #c0af98;
}
.page-home #newmedia .area {
  display: none; /* はじめは非表示 */
  opacity: 0; /* 透過0 */
  background: #fff;
  padding: 50px 20px;
  border: 1px solid #c0af98;
  border-radius: 0 0 14px 14px;
}
.page-home #newmedia .area.is-active {
  display: block; /* 表示 */
  -webkit-animation-name: displayAnime;
  animation-name: displayAnime; /* ふわっと表示させるためのアニメーション */
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.page-home #topics {
  margin: 70px auto 50px;
  max-width: 1400px;
  /* ==================================================
    スライダーのためのcss
    =================================== */
  /* 矢印の設定 */
  /* 戻る、次へ矢印の位置 */
  /* ドットナビゲーションの設定 */
}
@media only screen and (max-width: 768px) {
  .page-home #topics {
    margin: 12% auto;
  }
}
.page-home #topics .slider {
  width: 100%;
  margin: 0 auto;
}
.page-home #topics .slider img {
  width: 100%; /* スライダー内の画像を横幅100%に */
  height: auto;
}
.page-home #topics .slider li div {
  margin: 0 10px;
}
@media only screen and (min-width: 769px) {
  .page-home #topics .slider li div {
    margin: 0 16px;
  }
}
.page-home #topics .slick-prev,
.page-home #topics .slick-nexts {
  position: absolute; /* 絶対配置にする */
  top: 42%;
  cursor: pointer; /* マウスカーソルを指マークに */
  outline: none; /* クリックをしたら出てくる枠線を消す */
  border-top: 2px solid #666; /* 矢印の色 */
  border-right: 2px solid #666; /* 矢印の色 */
  height: 15px;
  width: 15px;
  display: none !important;
}
@media only screen and (max-width: 768px) {
  .page-home #topics .slick-prev,
  .page-home #topics .slick-nexts {
    display: block;
  }
}
.page-home #topics .slick-prev {
  left: -1.5%;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.page-home #topics .slick-next {
  right: -1.5%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.page-home #topics .slick-dots {
  text-align: center;
  margin: 20px 0 0 0;
}
.page-home #topics .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.page-home #topics .slick-dots button {
  color: transparent;
  outline: none;
  width: 8px; /* ドットボタンのサイズ */
  height: 8px; /* ドットボタンのサイズ */
  display: block;
  border-radius: 50%;
  background: #ddd; /* ドットボタンの色 */
  border: none;
  padding: 1px;
}
.page-home #topics .slick-dots .slick-active button {
  background: #c0af98; /* ドットボタンの現在地表示の色 */
}
@media only screen and (max-width: 768px) {
  .page-trial .main {
    width: 100%;
    padding: 0;
  }
}
.page-trial .text-circle {
  position: absolute;
  top: -5%;
  right: -5%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.9);
  width: 93px;
  height: 90px;
  border-radius: 50%;
  text-align: center;
  justify-content: center;
  line-height: 22px;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  box-shadow: 0px 12px 20px 0px rgba(182, 162, 131, 0.4);
  display: inline-flex;
  flex-flow: column;
  vertical-align: top;
}
@media only screen and (max-width: 768px) {
  .page-trial .text-circle {
    width: 83px;
    height: 80px;
  }
}
.page-trial .text-circle p {
  font-size: 50px;
  letter-spacing: 1.2px;
}
@media only screen and (max-width: 768px) {
  .page-trial .text-circle p {
    font-size: 42px;
  }
}
.page-trial .section-flow {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .page-trial .section-flow {
    width: 90%;
    margin: 0 auto;
  }
}
.page-trial .section-flow__step__box {
  background-color: #f6f3f0;
  margin: 9.5% auto 0;
  padding: 3% 0 3%;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .page-trial .section-flow__step__box {
    margin: 9% auto 0;
    padding: 5% 0 5%;
  }
}
.page-trial .section-flow__step__box__detail {
  width: 60%;
  margin: 0 5% 0 auto;
}
@media only screen and (max-width: 768px) {
  .page-trial .section-flow__step__box__detail {
    width: 90%;
    margin: 0 0 0 auto;
  }
}
.page-trial .section-flow__step__box img {
  width: 85%;
  margin: 0 auto;
}
.page-trial .section-flow__step__box:after {
  content: "";
  background-image: url("../img/trial/pc/arrow01.png?hash=1db9536d9fdebda7f9f5508037db9e8b");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 100%;
  height: 11rem;
  bottom: -11rem;
  left: 0;
  z-index: 999;
}
@media screen and (max-width: 450px) {
  .page-trial .section-flow__step__box:after {
    height: 4rem;
    bottom: -4rem;
  }
}
@media screen and (min-width: 451px) and (max-width: 768px) {
  .page-trial .section-flow__step__box:after {
    bottom: -10.5rem;
  }
}
.page-trial .section-flow__step__box:before {
  content: "";
  background-image: url("../img/trial/pc/arrow02.png?hash=428fe774ba8684dd66ee3d83a9ecfb67");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 100%;
  height: 11rem;
  top: -9rem;
  left: 0;
  z-index: 999;
}
@media screen and (max-width: 400px) {
  .page-trial .section-flow__step__box:before {
    height: 4rem;
    top: -2.5rem;
  }
}
@media screen and (min-width: 401px) and (max-width: 450px) {
  .page-trial .section-flow__step__box:before {
    height: 4rem;
    top: -3rem;
  }
}
@media screen and (min-width: 451px) and (max-width: 590px) {
  .page-trial .section-flow__step__box:before {
    top: -4rem;
  }
}
@media screen and (min-width: 591px) and (max-width: 699px) {
  .page-trial .section-flow__step__box:before {
    top: -4.5rem;
  }
}
@media screen and (min-width: 700px) and (max-width: 800px) {
  .page-trial .section-flow__step__box:before {
    top: -5.5rem;
  }
}
@media screen and (min-width: 801px) and (max-width: 900px) {
  .page-trial .section-flow__step__box:before {
    top: -6rem;
  }
}
@media screen and (min-width: 901px) and (max-width: 1160px) {
  .page-trial .section-flow__step__box:before {
    top: -7.5rem;
  }
}
.page-trial .section-flow__step__box:first-child {
  border-radius: 30px 30px 0 0;
  margin-top: 5%;
  padding-top: 5%;
}
@media only screen and (max-width: 768px) {
  .page-trial .section-flow__step__box:first-child {
    padding-top: 8%;
  }
}
.page-trial .section-flow__step__box:first-child:before {
  display: none;
}
.page-trial .section-flow__step__box:last-child {
  border-radius: 0 0 30px 30px;
  padding-bottom: 5%;
}
@media only screen and (max-width: 768px) {
  .page-trial .section-flow__step__box:last-child {
    padding-bottom: 8%;
  }
}
.page-trial .section-flow__step__box:last-child:after {
  display: none;
}
.page-trial .section-flow__step__box p {
  text-align: left;
  margin: 0 auto;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  .page-trial .section-flow__step__box p {
    width: 90%;
    margin: 0 auto 0 1%;
  }
}
.page-trial .section-flow__step__box h3 {
  font-size: 3rem;
  line-height: 2.266666666666667;
  letter-spacing: 0.08em;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: bold;
  position: relative;
  margin-bottom: 1%;
  text-align: left;
  width: 80%;
}
@media only screen and (max-width: 768px) {
  .page-trial .section-flow__step__box h3 {
    font-size: 2.4rem;
    line-height: 1.458333333333333;
    letter-spacing: 0.08em;
    margin-left: 35%;
  }
}
.page-trial .section-flow__step__box .step {
  font-size: 3.2rem;
  line-height: 1.56875;
  letter-spacing: 0.04em;
  font-family: futura-pt, sans-serif;
  background-color: #fff;
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
  font-weight: 400;
  position: absolute;
  top: 10%;
  left: 2%;
  transform: translate(50%, 50%);
  padding: 1rem 2rem;
}
@media only screen and (max-width: 768px) {
  .page-trial .section-flow__step__box .step {
    font-size: 2.5rem;
    line-height: 1.56;
    letter-spacing: 0.04em;
    padding: 0.5rem 1rem;
    left: -1%;
    top: 0;
  }
}
@media screen and (max-width: 400px) {
  .page-trial .section-flow__step__box .step {
    left: -5%;
  }
}
.page-trial .section-flow__step__box .step:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: 0;
  right: -20px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 36px 0 36px 20px;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .page-trial .section-flow__step__box .step:after {
    right: -15px;
    border-width: 24px 0 24px 15px;
  }
}
.page-trial .section-flow__step__box01 .step {
  top: 8%;
}
@media only screen and (max-width: 768px) {
  .page-trial .section-flow__step__box01 .step {
    top: 6%;
  }
}
.page-trial .section-flow__step__box02 .step {
  top: -1%;
}
@media only screen and (max-width: 768px) {
  .page-trial .section-flow__step__box02 .step {
    top: 1%;
  }
}
.page-trial .section-flow__step__box03 .step {
  top: -2%;
}
@media only screen and (max-width: 768px) {
  .page-trial .section-flow__step__box03 .step {
    top: -7%;
  }
}
.page-trial .section-flow__step__box04 .step {
  top: -3%;
}
@media only screen and (max-width: 768px) {
  .page-trial .section-flow__step__box04 .step {
    top: -7%;
  }
}
.page-trial .section-flow__step__box05 .step {
  top: -2%;
}
@media only screen and (max-width: 768px) {
  .page-trial .section-flow__step__box05 .step {
    top: -5%;
  }
}
.page-trial .section-flow__step__box03 p,
.page-trial .section-flow__step__box04 p,
.page-trial .section-flow__step__box05 p {
  margin-top: 2.5rem;
}
.page-trial .section-feature {
  margin-bottom: 12%;
  margin-top: 12%;
  padding-top: 265px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .page-trial .section-feature {
    padding-top: 120%;
    margin-top: 20%;
  }
}
@media screen and (min-width: 500px) and (max-width: 600px) {
  .page-trial .section-feature {
    padding-top: 140%;
  }
}
@media screen and (min-width: 450px) and (max-width: 500px) {
  .page-trial .section-feature {
    padding-top: 160%;
  }
}
@media screen and (min-width: 414px) and (max-width: 450px) {
  .page-trial .section-feature {
    padding-top: 170%;
  }
  .page-home .hero-content-inner {
    padding-top: 60px;
    margin-top: 1%;
  }
  .page-home .section-media,
  .page-home .section-info {
    margin-top: -33px;
  }
}
@media screen and (min-width: 360px) and (max-width: 413px) {
  .page-trial .section-feature {
    padding-top: 190%;
    margin-bottom: 33%;
  }
}
@media screen and (max-width: 359px) {
  .page-trial .section-feature {
    padding-top: 215%;
    margin-bottom: 33%;
  }
}
.page-trial .section-feature .page-pages__h2__futurapt {
  top: -2%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .page-trial .section-feature .page-pages__h2__futurapt {
    top: 0%;
  }
}
.page-trial .section-feature .inner {
  margin-top: -550px;
  margin-bottom: 0;
}
.page-trial .section-feature .section-body {
  padding: 390px 0 0 !important;
}
@media only screen and (max-width: 768px) {
  .page-trial .section-feature .section-body {
    padding-top: 0 !important;
  }
}
.page-trial .section-feature .section-body:before {
  top: -236px;
}
@media only screen and (max-width: 768px) {
  .page-trial .section-feature .section-body:before {
    top: -5%;
    height: 23.2vw;
    width: 96%;
    left: 4%;
  }
}
.page-trial .section-feature .section-body:after {
  bottom: -190px;
  width: 115%;
  height: 200px;
}
@media only screen and (max-width: 768px) {
  .page-trial .section-feature .section-body:after {
    bottom: -90px;
    width: 130%;
    height: 98px;
    left: -20%;
  }
}
.page-trial .section-feature .lead-secondary:not(:last-of-type) {
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .page-trial .section-feature .col-img {
    width: 100.533333vw;
  }
}
.page-trial .section-feature .feature-row-1 .img-md-mask:before {
  background-image: url("../img/trial/pc/trial_01.png?hash=14115d3ed6af1f1c848e538960de00dd") !important;
  background-position: left 99% top -36% !important;
  background-size: 134% !important;
}
@media screen and (min-width: 769px) and (max-width: 1199px) {
  .page-trial .section-feature .feature-row-1 .img-md-mask:before {
    background-size: 150% !important;
  }
}
@media only screen and (max-width: 768px) {
  .page-trial .section-feature .feature-row-1 {
    background: #f6f3f0;
    margin-bottom: 0;
  }
  .page-trial .section-feature .feature-row-1 .img-md-mask {
    background: url("../img/trial/pc/trial_01.png?hash=14115d3ed6af1f1c848e538960de00dd");
    background-position: left 51% top 79%;
    background-size: 153%;
    width: 85%;
  }
}
.page-trial .section-feature .feature-row-1 .text-circle {
  top: -5%;
}
@media only screen and (max-width: 768px) {
  .page-trial .section-feature .feature-row-1 .text-circle {
    top: -6%;
    right: 64%;
  }
}
@media only screen and (max-width: 768px) {
  .page-trial .section-feature .feature-row-2 {
    padding-top: 20%;
    background: #f6f3f0;
    margin-top: 0;
  }
}
.page-trial .section-feature .feature-row-2 .img-md-mask:before {
  background-image: url("../img/trial/pc/trial_02.png?hash=a0f9a82a0330c4a8fa0463af22dc40e3") !important;
  background-position: left 43% top 84% !important;
  background-size: 141% !important;
}
@media only screen and (max-width: 768px) {
  .page-trial .section-feature .feature-row-2 .img-md-mask {
    background: url("../img/trial/pc/trial_02.png?hash=a0f9a82a0330c4a8fa0463af22dc40e3");
    background-position: left 51% top 79%;
    background-size: 153%;
    width: 85%;
    margin-left: 15%;
  }
}
@media only screen and (min-width: 769px) {
  .page-trial .section-feature .feature-row-2 .col-content {
    margin-top: 10%;
  }
}
.page-trial .section-feature .feature-row-2 .text-circle {
  left: 5%;
  top: -6%;
}
@media only screen and (max-width: 768px) {
  .page-trial .section-feature .feature-row-2 .text-circle {
    top: 5%;
    left: 86%;
  }
}
.page-trial .section-banner {
  margin-top: 20% !important;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .page-trial .section-banner {
    margin: 30% auto 0 !important;
    width: 90%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1199px) {
  .page-trial .section-banner {
    margin-top: 25% !important;
  }
}
@media screen and (min-width: 1500px) and (max-width: 1800px) {
  .page-trial .section-banner {
    margin-top: 17% !important;
  }
}
@media screen and (min-width: 1801px) and (max-width: 2000px) {
  .page-trial .section-banner {
    margin-top: 15% !important;
  }
}
@media screen and (min-width: 2001px) and (max-width: 2200px) {
  .page-trial .section-banner {
    margin-top: 12% !important;
  }
}
@media screen and (min-width: 2200px) {
  .page-trial .section-banner {
    margin-top: 8% !important;
  }
}
.page-trial .section-banner__title {
  text-align: center;
  margin: 3% auto 0;
}
.page-trial .section-banner__title .page-pages__h3__shippori {
  background-color: #f6f3f0;
  display: inline;
}
.page-trial .section-banner__title .feature-row-2 .col-content {
  margin: 0 auto 1%;
}
@media only screen and (max-width: 768px) {
  .page-trial .section-banner__title .feature-row-2 .col-content {
    margin: 0 auto 10%;
  }
}
.page-trial .section-banner__title .feature-row-2 .lead-secondary > span {
  margin: 0 auto;
}
.page-trial .section-banner .text-circle {
  top: -23%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 768px) {
  .page-trial .section-banner .text-circle {
    top: -17%;
  }
}
@media screen and (max-width: 400px) {
  .page-trial .section-banner .text-circle {
    top: -21%;
  }
}
.page-trial .section-banner .slider_trial li p {
  margin-top: 3%;
  line-height: 2;
}
.page-trial .section-banner .info {
  text-align: left;
  width: 90%;
  margin: 0 auto;
  margin-left: 80%;
}
@media only screen and (max-width: 768px) {
  .page-trial .section-banner .info {
    width: 100%;
    margin-left: 0;
    margin-top: 10%;
    text-align: center;
  }
}
.page-trial #topics {
  margin: 70px auto 50px;
  max-width: 1400px;
  /* ==================================================
        スライダーのためのcss
        =================================== */
  /* 矢印の設定 */
  /* 戻る、次へ矢印の位置 */
  /* ドットナビゲーションの設定 */
}
@media only screen and (max-width: 768px) {
  .page-trial #topics {
    margin: 12% auto;
  }
}
.page-trial #topics .slider_trial {
  width: 100%;
  margin: 0 auto;
}
.page-trial #topics .slider_trial img {
  width: 100%; /* スライダー内の画像を横幅100%に */
  height: auto;
}
.page-trial #topics .slider_trial li div {
  margin: 0 10px;
}
@media only screen and (min-width: 769px) {
  .page-trial #topics .slider_trial li div {
    margin: 0 20px;
  }
}
.page-trial #topics .slick-prev,
.page-trial #topics .slick-nexts {
  position: absolute; /* 絶対配置にする */
  top: 42%;
  cursor: pointer; /* マウスカーソルを指マークに */
  outline: none; /* クリックをしたら出てくる枠線を消す */
  border-top: 2px solid #666; /* 矢印の色 */
  border-right: 2px solid #666; /* 矢印の色 */
  height: 15px;
  width: 15px;
  display: none !important;
}
@media only screen and (max-width: 768px) {
  .page-trial #topics .slick-prev,
  .page-trial #topics .slick-nexts {
    display: block;
  }
}
.page-trial #topics .slick-prev {
  left: -1.5%;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.page-trial #topics .slick-next {
  right: -1.5%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.page-trial #topics .slick-dots {
  text-align: center;
  margin: 20px 0 0 0;
}
.page-trial #topics .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.page-trial #topics .slick-dots button {
  color: transparent;
  outline: none;
  width: 8px; /* ドットボタンのサイズ */
  height: 8px; /* ドットボタンのサイズ */
  display: block;
  border-radius: 50%;
  background: #ddd; /* ドットボタンの色 */
  border: none;
  padding: 1px;
}
.page-trial #topics .slick-dots .slick-active button {
  background: #c0af98; /* ドットボタンの現在地表示の色 */
}

/* news */
.cat-main * {
  box-sizing: border-box;
}
.cat-main .inner {
  max-width: 930px;
  padding: 0 18px;
}
.cat-fitter {
  text-align: center;
  margin-bottom: 25px;
}
.cat-fitter h3 {
  font-size: 17px;
  line-height: 30px;
  margin-bottom: 10px;
  letter-spacing: 0.08em;
  color: #ae987b;
  font-family: "Yu Gothic";
}
.cat-fitter-form {
  max-width: 380px;
  margin: 0 auto;
  width: 100%;
  border: 1px solid #c0af98;
  border-radius: 5px;
  padding: 9px 8px 9px 102px;
  position: relative;
}
.cat-fitter-form form {
  width: 100%;
}
.cat-fitter-form label {
  font-size: 15px;
  color: #ae987b;
  letter-spacing: 0.08em;
  line-height: 2;
  padding-right: 5px;
  margin: 0;
  position: absolute;
  left: 20px;
  bottom: 10px;
  max-width: 80px;
  font-family: "Yu Gothic";
}
.cat-fitter-form select {
  background: rgba(192, 175, 152, 0.15);
  height: 34px;
  padding: 9px 12px 5px;
  color: #ae987b;
  font-size: 13px;
  letter-spacing: 0.04em;
  line-height: 1;
  width: 100%;
  border: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url(../img/news/select-ar.svg);
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 11px auto;
  font-family: "Yu Gothic";
}
.cat-fitter-form select:focus {
  outline: none;
}
.post-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -25px 56px;
}
.post-item {
  padding: 42px 25px 50px;
  width: 33.33%;
  position: relative;
}
.post-item:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  content: "";
  background: #c0af98;
  display: none;
}
.post-line {
  background: #c0af98;
  height: 1px;
  position: relative;
  left: 25px;
  right: 25px;
  width: calc(100% - 50px);
}
.post-item:nth-child(3n):before {
  right: 25px;
}
.post-item:nth-child(3n + 1):before {
  left: 25px;
}
.post-item:nth-child(1):before,
.post-item:nth-child(2):before,
.post-item:nth-child(3):before {
  display: none;
}
.post-top-it {
  margin-bottom: 20px;
  color: #9d877b;
  text-align: center;
}
.post-top-it h3 {
  font-size: 28px;
  letter-spacing: 0.15em;
  line-height: 1;
  margin-bottom: 0;
  min-height: 56px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
}
.post-top-it p {
  font-size: 14pt;
  line-height: 1.5;
  letter-spacing: 0.28em;
}
.post-feature-it {
  height: 202px;
  width: 100%;
  border-radius: 30px;
  position: relative;
  background: #f8f5f2;
}
.post-feature-it span {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.post-feature-it span.coming {
  font-size: 22px;
  letter-spacing: 0.1em;
  color: #9d877b;
  width: 100%;
  text-align: center;
  padding: 0 20px;
}
.post-feature-it span.dummy {
  background: #9d2629;
  padding: 2px 16px;
  color: #ae987b;
  font-size: 15px;
  letter-spacing: 0.04em;
  line-height: 1.5;
  font-weight: 700;
}
.post-feature-it img {
  border-radius: 30px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-info-it {
  padding-top: 21px;
}
.post-it-cat span {
  display: inline-block;
  padding: 6px 17px 2px;
  background: rgba(192, 175, 152, 0.15);
  color: #ae987b;
  font-size: 15px;
  letter-spacing: 0.04em;
  line-height: 1.2;
  font-weight: 700;
}
.post-it-cat p {
  margin-bottom: 5px;
  font-family: "Yu Gothic";
}
.post-it-cat {
  margin-bottom: 16px;
  min-height: 57px;
}
.post-it-des p {
  font-size: 15px;
  letter-spacing: -0.02em;
  line-height: 1.67;
  margin-bottom: 10px;
  /* font-weight: 500;
 font-family: 'Yu Gothic';*/
}
.post-it-des {
  margin-bottom: 18px;
  min-height: 185px;
}
.post-it-note li {
  display: block;
  font-size: 15px;
  letter-spacing: -0.02em;
  line-height: 1.67;
  color: #9d2629;
  padding-left: 13px;
  position: relative;
  font-weight: 700;
  font-family: "Yu Gothic";
}
.post-it-note a {
  color: #9d2629;
}
.post-it-note li:before {
  position: absolute;
  top: 10px;
  left: 2px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #9d2629;
  content: "";
}
.post-it-note {
  margin-bottom: 11px;
  font-size: 15px;
  letter-spacing: -0.02em;
  line-height: 1.67;
  color: #9d2629;
  position: relative;
  font-weight: 700;
  font-family: "Yu Gothic";
}
.post-it-share {
  margin-bottom: 19px;
  display: flex;
  height: 33px;
  align-items: center;
}
.post-share-it {
  margin-right: 15px;
}
.post-it-link a {
  display: block;
  padding: 15px 20px;
  text-align: center;
  border-radius: 5px;
  background: #ae987b;
  color: #fff;
  font-size: 21px;
  letter-spacing: 0.06em;
  font-weight: 700;
  font-family: "Yu Gothic";
}
.post-share-it .btn {
  justify-content: flex-start;
  height: auto;
  width: auto;
}
.post-share-it .btn-instagram {
  width: 28px;
  height: 28.48px;
}
.post-share-it .btn-line {
  width: 34px;
}
.pagination {
  text-align: center;
}
.pagination .page-numbers {
  display: inline-block;
  padding: 7px 3px;
  min-width: 30px;
  text-align: center;
  background: #fff;
  font-size: 20px;
  font-family: futura-pt, sans-serif;
  letter-spacing: 0.04em;
  line-height: 1.2;
  margin: 0 8px;
}
.pagination .page-numbers.current {
  background: rgba(192, 175, 152, 0.15);
  color: #ae987b;
}
@media (max-width: 991px) {
  .cat-main .inner {
    padding: 0 18px;
  }
  .post-item {
    padding-left: 15px;
    padding-right: 15px;
  }
  .post-list {
    margin: 0 -15px 30px;
  }
  .post-item:nth-child(3n + 1):before {
    left: 15px;
  }
  .post-item:nth-child(3n):before {
    right: 15px;
  }
  .post-line {
    left: 15px;
    right: 15px;
    width: calc(100% - 30px);
  }
  .post-it-des p {
    font-size: 14px;
  }
  .post-it-note li {
    font-size: 11px;
  }
  .post-it-link a {
    font-size: 18px;
  }
  .post-it-note li:before {
    top: 6px;
  }
}
@media (max-width: 767px) {
  .post-line {
    display: none;
  }
  .post-it-link a {
    font-size: 21px;
  }
  .cat-main .inner {
    padding: 0;
  }
  .post-item {
    width: 100%;
    padding: 45px 15px 51px;
  }
  .post-item:before {
    width: 50px;
    left: 0 !important;
    right: 0 !important;
    margin: 0 auto;
    display: block !important;
    display: none !important;
  }
  .post-item:first-child:before {
    display: none !important;
  }
  .cat-fitter {
    margin-bottom: 0;
  }
  .post-feature-it {
    height: 290px;
  }
  .post-it-cat p {
    display: inline-block;
    margin-right: 5px;
    min-height: 1px;
  }
  .post-it-des p {
    font-size: 17px;
    line-height: 35px;
    min-height: 1px;
  }
  .post-top-it h3 {
    min-height: 1px;
    line-height: 1.3;
    margin-bottom: -4px;
  }
  .post-list {
    margin-bottom: 16px;
  }
  .pagination .page-numbers {
    font-size: 15px;
    margin: 0 5px;
    min-width: 23px;
    padding: 6px 3px;
  }
  .cat-fitter h3 {
    margin-bottom: 8px;
  }
  .post-info-it {
    padding-top: 31px;
  }
  .post-it-cat {
    margin-bottom: 16px;
  }
  .post-it-cat span {
    padding: 6px 13px 2px;
  }
  .post-it-des {
    margin-bottom: 11px;
    min-height: 1px;
  }
  .post-it-note li {
    line-height: 35px;
    font-size: 17px;
  }
  .post-it-note {
    margin-bottom: 17px;
  }
  .post-it-share {
    margin-bottom: 31px;
  }
  .post-feature-it span.coming {
    font-size: 30px;
  }
  .post-it-note li:before {
    top: 14px;
    width: 7px;
    height: 7px;
    left: 0;
  }
}

/* single */
.single-main * {
  box-sizing: border-box;
}
.single-main .inner {
  max-width: 930px;
  padding: 0 18px;
}
.single-cat {
  margin-bottom: 77px;
  text-align: center;
}
.single-cat span {
  display: inline-block;
  background: rgba(192, 175, 152, 0.15);
  color: #ae987b;
  font-size: 15px;
  letter-spacing: 0.04em;
  line-height: 1;
  padding: 5.5px 13px;
  margin: 0 3px;
  font-weight: 700;
  font-family: "Yu Gothic";
}
.sgt-slider .slick-dots {
  text-align: center;
  display: flex;
  align-items: center;
  bottom: -37px;
  position: absolute;
  justify-content: center;
  left: 0;
  right: 0;
}
.sgt-slider .slick-dots li {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #d5d5d5;
  margin: 0 4.6px;
}
.sgt-slider .slick-dots li button {
  display: none;
}
.sgt-slider .slick-dots li.slick-active {
  background: #c0af98;
}
.single-top {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -7px;
}
.sgt-left {
  padding: 0 7px;
  width: 50%;
}
.sgt-slider .slick-list {
  overflow: hidden;
}
.sgt-slider-it {
  width: 100%;
  height: 480px !important;
  border-radius: 30px;
}
.sgt-slider-it img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}
.sgt-right {
  width: 50%;
  padding: 0 7px 0 47px;
}
.sgt-right .post-it-share {
  justify-content: center;
  padding-top: 34px;
}
.sg-title {
  color: #666666;
  font-size: 22px;
  letter-spacing: 0.1em;
  line-height: 35px;
  background: rgba(192, 175, 152, 0.15);
  margin-bottom: 10px;
  text-align: center;
  text-transform: uppercase;
  padding: 4.5px 10px;
  font-family: futura-pt, sans-serif;
}
.sg-studio-list {
  padding: 10px 0 29px;
  min-height: 313.22px;
}
.sg-studio-list .coming {
  color: #666;
  font-size: 17px;
  letter-spacing: 0.08em;
  line-height: 1.76;
  font-weight: 700;
  font-family: "Yu Gothic";
}
.sg-studio-item {
  margin-bottom: 10px;
}
.sgs-top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.sgs-top .date {
  width: 110px;
  border-bottom: 2px solid #c0af98;
  font-size: 20px;
  color: #ae987b;
  letter-spacing: 0.04em;
  font-family: futura-pt, sans-serif;
  padding-bottom: 8px;
}
.sgs-top p {
  width: calc(100% - 112px);
  border-bottom: 1px solid #c0af98;
  padding-bottom: 7px;
  text-align: right;
}
.sgs-top p span {
  display: inline-block;
  padding: 4px 9.5px;
  font-size: 13px;
  color: #ae987b;
  letter-spacing: 0.08em;
  line-height: 1.5;
  text-transform: uppercase;
  background: rgba(192, 175, 152, 0.15);
  font-family: futura-pt, sans-serif;
  text-align: center;
}
.sgs-top p span a {
  color: #ae987b;
}
.sg-studio-item h4 {
  margin-bottom: 0;
  padding: 13px 0 3px;
  color: #666;
  font-size: 17px;
  letter-spacing: 0.08em;
  line-height: 1.76;
  font-weight: 700;
  font-family: "Yu Gothic";
}
.sgt-right .post-it-share .btn-instagram,
.sgt-right .post-it-share .btn-instagram .icon-instagram {
  width: 43px;
  height: 43.73px;
}
.sgt-right .post-share-it {
  margin: 0 17px;
}
.sgt-right .post-it-share .btn-line svg,
.sgt-right .post-it-share .btn-line {
  width: 52.48px;
  height: 50px;
}
.single-top {
  margin-bottom: 99px;
}
.sg-item-custom {
  padding: 20px 0 58px;
}
.sg-address {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -17px;
}
.sg-address-info {
  width: 45%;
  padding: 0 17px 0;
  margin-top: -8px;
}
.sg-address-info h2,
.sg-address-info .titleh4 {
  font-family: "Shippori Mincho";
  font-size: 27px;
  letter-spacing: 0.28em;
  line-height: 1.5;
  margin-bottom: 37px;
  color: #9d877b;
}
.sg-address-info p {
  font-size: 15px;
  line-height: 25px;
  letter-spacing: -0.02em;
  margin-bottom: 25px;
  color: #666;
  /*font-weight: 500;
  font-family: 'Yu Gothic';*/
}
.sg-address-info p strong {
  color: #ae987b;
  font-weight: 500;
}
.sg-address-map {
  width: 55%;
  padding: 0 17px;
}
.sg-address-map iframe {
  height: 100%;
  width: 100%;
}
.sg-campaign ul {
  display: flex;
  flex-wrap: wrap;
}
.sg-campaign {
  margin-top: -5px;
  margin-bottom: 18px;
  font-size: 15px;
  letter-spacing: -0.02em;
  line-height: 25px;
  position: relative;
  font-weight: 700;
  font-family: "Yu Gothic";
}
.sg-campaign ul li {
  width: 46%;
  color: #9d2629;
  font-size: 15px;
  letter-spacing: -0.02em;
  line-height: 25px;
  position: relative;
  padding-left: 11px;
  font-weight: 700;
  font-family: "Yu Gothic";
}
.sg-campaign a {
  color: #9d2629;
}
.sg-campaign ul li:nth-child(2n) {
  width: 54%;
}
.sg-rental {
  margin-top: -5px;
}
.sg-campaign ul li:before {
  position: absolute;
  top: 10px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #9d2629;
  content: "";
}
.sg-rental p {
  color: #666;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: -0.02em;
}
.sg-back {
  text-align: center;
  margin-top: 42px;
}
.sg-back a {
  color: #666;
  font-size: 17px;
  letter-spacing: 0.04em;
  line-height: 34px;
  font-weight: 700;
  font-family: "Yu Gothic";
}
.single-main {
  margin-top: -29px;
}
.sgt-feature-it {
  height: 480px;
  width: 100%;
  border-radius: 30px;
  background: rgba(192, 175, 152, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
}
.sgt-feature-it span.coming {
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 35px;
  color: #9d877b;
}
.sg-address-info p:last-child {
  margin: 0;
}

.post-item.auto-height .post-it-cat {
  min-height: auto;
}
.post-item.auto-height .post-it-des {
  min-height: 160px;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .sgt-right {
    padding-left: 7px;
  }
  .sg-studio-item h4 {
    font-size: 15px;
    padding: 8px 0;
  }
  .sg-studio-list {
    padding-bottom: 20px;
    padding-top: 19px;
    min-height: 1px;
  }
}
@media (max-width: 767px) {
  .sgt-feature-it {
    height: 290px;
  }
  .single-main {
    margin-top: 0;
  }
  .single-main .inner {
    padding: 0;
  }
  .single-cat span {
    padding: 5px 10px;
  }
  .single-cat {
    margin-bottom: 22px;
  }
  .sgt-left {
    width: 100%;
    margin-bottom: 62px;
  }
  .sgt-slider-it {
    height: 290px !important;
  }
  .sgt-slider .slick-dots {
    bottom: -22px;
  }
  .sgt-right {
    width: 100%;
  }
  .sg-studio-item h4 {
    font-size: 17px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .single-top {
    margin-bottom: 20px;
  }
  .sg-address-info {
    width: 100%;
    margin-bottom: 15px;
  }
  .sg-address-map {
    width: 100%;
  }
  .sg-address-info p {
    font-size: 17px;
    line-height: 35px;
    margin-bottom: 35px;
  }
  .sg-address-info h2 {
    display: none;
  }
  .sg-address-map iframe {
    height: 350px;
  }
  .sg-item-custom {
    padding-bottom: 47px;
    padding-top: 19px;
  }
  .sg-address-map {
    margin: 0 -5%;
    width: calc(100% + 10%);
  }
  .sg-campaign ul li {
    width: 100% !important;
    font-size: 17px;
    line-height: 35px;
    padding-left: 13px;
  }
  .sg-campaign ul li:before {
    top: 14px;
    width: 7px;
    height: 7px;
  }
  .sg-rental p {
    font-size: 17px;
    line-height: 35px;
  }
  .sg-back {
    margin-top: 0;
  }
  .sg-back a {
    font-size: 13px;
    line-height: 26px;
  }
  .sg-rental {
    margin-bottom: -16px;
  }
  .sg-campaign {
    margin-top: -7px;
    margin-bottom: -7px;
  }
  .sg-address-info p:last-child {
    margin-bottom: 4px;
  }
  .sgt-right .post-it-share {
    padding-top: 20px;
  }
  .post-item.auto-height .post-it-des {
    margin-bottom: 20px;
    min-height: auto;
  }
}
.studios-page.page-pages .header h1 br,
.studios-page .wrapper .breadcrumb br {
  display: none;
}
.studios-page.page-pages .header h1 span {
  display: block;
}
.page-home #faq .box p {
  font-weight: normal;
}

/* journal */
.journal-main {
  padding: 23px 0 0px;
}
.journal-main .entry-content {
  color: #707070;
}
.journal-main .entry-content h2 {
  font-family: "Shippori Mincho", serif;
  font-size: 37px;
  line-height: 41px;
  margin-bottom: 75px;
  letter-spacing: 0;
  font-weight: 400;
}
.journal-main .entry-content p {
  font-size: 22px;
  font-weight: 500;
  line-height: 41px;
  letter-spacing: -0.09em;
  margin-bottom: 8px;
}
.journal-main .entry-content .bg-beige {
  background: #f7f5f2;
  display: inline-block;
  padding-right: 155px;
  line-height: 1.5;
}
.journal-main .entry-content .text-red {
  color: #d32d3b;
  line-height: 1.6;
}
.journal-main .entry-content .box-item {
  padding: 8.5px 8px;
  min-width: 635px;
  display: inline-block;
  margin-bottom: 14px;
  border-radius: 5px;
  position: relative;
}
.journal-main .entry-content .box-item img {
  width: 40px;
  height: 40px;
  margin-right: 16px;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  margin-top: 0;
  padding: 0;
}
.journal-main .entry-content .box-item:before {
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
  left: 57px;
  width: 1px;
  height: 23px;
  background: #dd9044;
  display: inline-block;
  content: "";
}
.journal-main .entry-content .box-trivial:before {
  background: #fcf050;
}
.journal-main .entry-content .box-cautionary:before {
  background: #7c7c7c;
}
.journal-main .entry-content .box-item span {
  position: relative;
  top: 5px;
  right: 7px;
  width: 1px;
  height: 23px;
  background: #dd9044;
  display: inline-block;
}
.journal-main .entry-content .box-good {
  background: #ffefde;
}
.journal-main .entry-content .box-trivial {
  background: #fffde3;
}
.journal-main .entry-content .box-cautionary {
  background: #e2e2e2;
}
.journal-main .entry-content .box-trivial span {
  background: #fcf050;
}
.journal-main .entry-content .box-cautionary span {
  background: #7c7c7c;
}
.journal-main .entry-content h3 {
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-bottom: 12px;
  font-weight: 700;
  color: #666666;
  background: rgba(192, 175, 152, 0.15);
  padding: 4.5px 10px;
  font-weight: 400;
  font-family: "Shippori Mincho", serif;
}
.journal-main .entry-content ul {
  padding: 10px 14px;
  border-radius: 5px;
  background: #ffefde;
  margin-bottom: 73px;
  min-width: 635px;
  display: inline-block;
}
.journal-main .entry-content .bg-grey {
  background: #e2e2e2;
}
.journal-main .entry-content .bg-yellow {
  background: #fffde3;
}
.journal-main .entry-content ul li {
  font-size: 22px;
  line-height: 1.8;
  letter-spacing: -0.09em;
  font-weight: 500;
  list-style: none;
  position: relative;
  padding-left: 6px;
}
.journal-main .entry-content ul li::before {
  letter-spacing: 0;
  height: 4px;
  width: 4px;
  border-radius: 50%;
  top: 15px;
  content: "";
  background: #707070;
  position: absolute;
  left: 0;
}
.journal-main .entry-content ul.custom-color {
  background: none;
  min-width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.journal-main .entry-content ul.custom-color li {
  min-width: 295px;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  min-height: 40px;
  letter-spacing: 0;
  padding: 0;
}
.journal-main .entry-content ul.custom-color li::before {
  display: none;
}
.journal-main .entry-content ul.custom-color span,
.journal-main .entry-content ul.custom-color .li-color {
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 3px;
  margin-right: 20px;
}
.journal-main .entry-content ul.custom-color span,
.journal-main .entry-content ul.custom-color .color-dark-gray {
  color: #707070;
}
.journal-main .entry-content ul.custom-color span,
.journal-main .entry-content ul.custom-color .color-red {
  color: #a92d2c;
}
.journal-main .entry-content ul.custom-color span,
.journal-main .entry-content ul.custom-color .color-light-yellow {
  color: #ffefde;
}
.journal-main .entry-content ul.custom-color span,
.journal-main .entry-content ul.custom-color .color-light-yellow-2 {
  color: #fffde3;
}
.journal-main .entry-content ul.custom-color span,
.journal-main .entry-content ul.custom-color .color-grey {
  color: #e2e2e2;
}
.journal-main .entry-content ul.custom-color span,
.journal-main .entry-content ul.custom-color .color-orange {
  color: #dd9044;
}
.journal-main .entry-content ul.custom-color span,
.journal-main .entry-content ul.custom-color .color-yellow {
  color: #fdf473;
}
.on-sp {
  display: none;
}
@media (max-width: 991px) {
  .journal-main .entry-content h2 {
    font-size: 30px;
    margin-bottom: 40px;
  }
  .journal-main .entry-content p,
  .journal-main .entry-content ul li {
    font-size: 16px;
    line-height: 2;
  }
  .journal-main .entry-content ul li::before {
    top: 10px;
  }
}
@media (max-width: 768px) {
  .journal-main .entry-content ul.custom-color li {
    min-width: 50%;
    margin-bottom: 21px;
  }
  .journal-main .inner {
    padding: 0;
  }
  .journal-main .entry-content h2 {
    font-size: 20px;
    margin-bottom: 25px;
    margin-top: 40px;
  }
  .journal-main .entry-content p,
  .journal-main .entry-content ul li {
    font-size: 16px;
    line-height: 1.94;
  }
  .journal-main .entry-content p {
    margin-bottom: 7px;
  }
  .on-pc {
    display: none !important;
  }
  .on-sp {
    display: block;
  }
  .journal-main .entry-content .bg-beige {
    padding-right: 0;
  }
  .journal-main .entry-content .box-item {
    padding: 6px 5px;
    min-width: 100%;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 25px;
  }
  .journal-main .entry-content .box-item img {
    width: 20px;
    height: 20px;
    padding-right: 0;
    position: absolute;
    top: -10px;
    left: 7px;
  }
  .journal-main .entry-content .box-item:before {
    display: none;
  }
  .journal-main .entry-content .box-item span {
    display: none;
  }
  .journal-main .entry-content h3 {
    font-size: 16px;
  }
  .journal-main .entry-content ul {
    margin-bottom: 30px;
    box-sizing: border-box;
    min-width: 100%;
    padding: 1.5px 8px;
  }
  .journal-main .entry-content ul li::before {
    top: 13px;
    width: 3px;
    height: 3px;
    left: 2px;
  }
  .journal-main .entry-content {
    margin-top: -54px;
  }
}
.top-insta-group {
  box-sizing: border-box;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .top-insta-group {
    flex-direction: column;
    align-items: center;
  }
}
.top-insta-group .top-insta-btn-wrapper {
  position: relative;
  width: 160px;
  height: 40px;
}
@media only screen and (max-width: 768px) {
  .top-insta-group .top-insta-btn-wrapper {
    width: 80%;
  }
}
.top-insta-group .top-insta-btn {
  box-sizing: border-box;
  z-index: 100;
  width: 100%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px #ad997a solid;
  border-radius: 5px;
  color: #ad997a;
  padding: 10px;
  font-weight: bold;
  letter-spacing: 5px;
}
@media only screen and (max-width: 768px) {
  .top-insta-group .top-insta-btn {
    width: 100%;
    border-radius: 10px;
    font-size: 16px;
  }
}
.top-insta-group .bg-insta-btn {
  box-sizing: border-box;
  z-index: 1;
  position: absolute;
  top: 7px;
  left: 7px;
  width: 160px;
  height: 40px;
  background-color: #f5f3f0;
  border-radius: 5px;
  padding: 0 10px;
}
@media only screen and (max-width: 768px) {
  .top-insta-group .bg-insta-btn {
    width: 100%;
    border-radius: 10px;
  }
}
.top-insta-group .icon-instagram {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
}
@media only screen and (max-width: 768px) {
  .top-insta-group .icon-instagram {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
  }
}
.top-insta-group .margin {
  margin: 0 25px;
}
@media only screen and (max-width: 768px) {
  .top-insta-group .margin {
    margin: 25px 0;
  }
}
.studios-title {
  width: 100%;
  font-size: 40px;
  letter-spacing: 0.5rem;
  line-height: 35px;
  font-weight: 400;
  font-family: futura-pt, sans-serif;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-top: 6%;
}

.page-pages .header .studios-title h1 {
  font-size: 20px;
  letter-spacing: 0.1rem;
  line-height: 40px;
  font-family: 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  position: relative;
  top: 0;
  left: 0;
  transform: none;
}
@media (max-width: 768px) {
  .studios-title {
    font-size: 28px;
    line-height: 30px;
    top: 61%;
    margin-top: -2%;
  }
  .page-pages .header .studios-title h1 {
    font-size: 17px;
  }
  .ginza-itchome-title,
  .ginza-title {
    font-size: 11px !important;
    margin-top: -2%;
  }
}
@media screen and (max-width: 420px) {
  .studios-title {
    margin-top: 2%;
  }
}

@media screen and (max-width: 488px) {
  .studios-title {
    margin-top: 1%;
  }
}

@media screen and (min-width: 768px) {
  .ginza-title,
  .ginza-itchome-title {
    font-size: 14px !important;
  }
}

@media screen and (min-width: 866px) {
  .studios-title {
    margin-top: 4%;
  }
}

@media screen and (min-width: 966px) {
  .studios-title {
    margin-top: 2%;
  }
}

@media screen and (min-width: 1536px) {
  .studios-title {
    margin-top: 1%;
  }
}

/* more css */
.jn-title {
  font-family: "Shippori Mincho", serif;
  font-size: 37px;
  line-height: 41px;
  margin-bottom: 74px;
  letter-spacing: 0;
  font-weight: 400;
}
.jn-feature {
  width: 100%;
}
.jn-share {
  text-align: center;
  margin: 67px 0 78px;
}
.jn-share h3 {
  text-transform: uppercase;
  color: #ae987b;
  font-weight: 500;
  font-size: 31px;
  letter-spacing: 0.07em;
  margin-bottom: 15px;
}
.journal-main .entry-content h2.title-border {
  position: relative;
  padding-left: 28px;
}
.journal-main .entry-content h2.title-border:before {
  position: absolute;
  top: 3px;
  left: 0;
  bottom: 0;
  width: 10px;
  background: #baac93;
  content: "";
}
.journal-main .entry-content h2 {
  margin-bottom: 35px;
}
.jn-social a {
  display: inline-block;
  margin: 0 67px;
}
.jn-toc {
  max-width: 550px;
  margin: 0 auto 137px;
  padding: 25px 59px 49px;
  border: 2px solid #baac93;
  border-radius: 10px;
  font-size: 22px;
  font-weight: 500;
  line-height: 41px;
}
.jn-toc .ez-toc-heading-level-2 {
  list-style: decimal;
}
.jn-toc .ez-toc-list {
  padding-left: 23px;
}
.jn-toc .ez-toc-title {
  display: none;
}
.jn-toc-title {
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: -0.09em;
  margin-bottom: 14px;
  font-weight: 700;
  text-align: center;
}
.journal-main .entry-content .bg-beige {
  display: inline;
  padding-right: 0;
}
.journal-main .entry-content {
  margin-top: 0;
}

/* .journal-main .entry-content h3{
  font-size: 28px;
    letter-spacing: 0;
    line-height: 41px;
    margin-bottom: 20px;
    font-weight: 400;
    font-family: 'Shippori Mincho', serif;
} */
@media (max-width: 767px) {
  .jn-title {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 26px;
  }
  .jn-share {
    margin: 27px 0 35px;
  }
  .jn-share h3 {
    font-size: 20px;
    margin-bottom: 14px;
  }
  .jn-social a {
    margin: 0 22.5px;
  }
  .jn-toc {
    padding: 16px 9px 25px;
    font-size: 16px;
    line-height: 31px;
    margin-bottom: 70px;
  }
  .jn-toc-title {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .journal-main .entry-content h2 {
    line-height: 1.2;
  }
  .journal-main .entry-content h2.title-border {
    padding-left: 15px;
    margin-bottom: 26px;
  }
  .journal-main
    .entry-content
    h3
    .journal-main
    .entry-content
    h2.title-border:before {
    width: 5px;
    top: 2px;
  }
  .journal-main .entry-content h3 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 11px;
  }
}

/* shop page */
.shop-list * {
  box-sizing: border-box;
}
.shop-list .container {
  max-width: 830px;
  padding: 0 15px;
  margin: 0 auto;
}

.shop-list .logo {
  display: block;
  max-width: 250px;
  margin: 0 auto;
  padding: 40px 0 30px;
}

.shop-list #main .banner-page {
  height: auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.shop-list #main .banner-page #video {
  width: 100%;
}

.shop-list .section {
  padding: 50px 0 120px;
}

.shop-list .section h1 {
  text-align: center;
}

.shop-list .section h1 img {
  display: block;
  margin: 0 auto;
}

.shop-list .section .section-items {
  margin-top: 20px;
}

.shop-list .section .section-items h2 {
  margin: 60px 0 50px;
}

.shop-list .section .section-items h2 img {
  display: block;
  margin: 0 auto;
}

.shop-list .section .section-items ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: flex-end;
}

.shop-list .section .section-items ul li {
  width: calc(50% - 20px);
  height: auto;
}

.shop-list .section .section-items ul li h3 {
  margin-bottom: 20px;
}

.shop-list .section .section-items ul li h3 img {
  display: block;
  margin: 0 auto;
  max-width: 80%;
}

.shop-list .section .section-items ul li .item {
  position: relative;
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.shop-list .section .section-items ul li .item img {
  width: 100%;
  height: auto;
}

.shop-list .section .section-items ul li .sticker {
  position: relative;
}

.shop-list .section .section-items ul li .sticker:before {
  content: "";
  position: absolute;
  background-image: url(../img/shop/silk-btn.png);
  background-repeat: no-repeat;
  width: 85px;
  height: 85px;
  top: -30px;
  right: -20px;
  background-size: 100% 100%;
  display: block;
  animation: glowing 1.5s infinite;
  -webkit-animation: glowing 1.5s infinite;
  border-radius: 50%;
}
.shop-list .section .section-items.list-kanagawa h2 {
  margin-top: 70px;
}

@-webkit-keyframes glowing {
  0% {
    background-image: url(../img/shop/silk-btn.png);
  }
  50% {
    background-image: url(../img/shop/silk-btn-blur.png);
  }
  to {
    background-image: url(../img/shop/silk-btn.png);
  }
}

@keyframes glowing {
  00% {
    background-image: url(../img/shop/silk-btn.png);
  }
  50% {
    background-image: url(../img/shop/silk-btn-blur.png);
  }
  to {
    background-image: url(../img/shop/silk-btn.png);
  }
}

@media (max-width: 1024px) {
  html {
    overflow-x: hidden;
  }
  .shop-list .container {
    padding: 0 30px;
  }
  .shop-list .section .section-items ul {
    width: 100%;
    gap: 30px;
  }
  .shop-list .section .section-items ul li {
    width: calc(50% - 15px);
    height: auto;
  }
  .shop-list .section .section-items ul li .item {
    width: 100%;
  }
  .shop-list .section .section-items ul li .sticker:before {
    width: 65px;
    height: 65px;
    top: -30px;
    right: -20px;
  }
  .shop-list .section .section-items ul li h3 img {
    width: 310px;
  }
}

@media (max-width: 767px) {
  .shop-list .section .section-items ul li h3 img {
    width: 200px;
  }
  .shop-list .section .section-items ul li h3 {
    margin-bottom: 10px;
  }
  .shop-list .container {
    padding: 0 15px;
  }
  .shop-list .logo {
    max-width: 117px;
    padding: 15px 0;
  }
  .shop-list .section {
    padding: 30px 0 0;
  }
  .shop-list .section h1 {
    margin-left: 15px;
  }
  .shop-list .section h1 img {
    width: 220px;
  }
  .shop-list .shop-list .section .section-items {
    margin-top: 10px;
  }
  .shop-list .section .section-items {
    margin-top: 0;
    margin-bottom: 60px;
  }

  .shop-list .section .section-items:last-child {
    margin-bottom: 0;
  }
  .shop-list .section .section-items ul {
    gap: 20px 0;
  }
  .shop-list .section .section-items ul li {
    width: 100%;
    height: auto;
  }
  .shop-list .section .section-items ul li .item {
    width: 100%;
    height: auto;
    border-radius: 8px;
  }
  .shop-list .section .section-items ul li .item img {
    width: 100%;
    height: auto;
    display: block;
  }
  .shop-list .section .section-items ul li .sticker:before {
    width: 60px;
    height: 60px;
    top: -30px;
    right: -10px;
  }
  .shop-list .section .section-items.list-tokyo h2 {
    margin-top: 30px;
    margin-bottom: 40px;
  }
  .shop-list .section .section-items h2,
  .shop-list .section .section-items.list-kanagawa h2 {
    margin: 30px 0 30px;
  }
  .shop-list .section .section-items.list-tokyo h2 img {
    width: 150px;
  }
  .shop-list .section .section-items h2 img {
    width: 200px;
  }
}

/* news */
.section-news-detail .bg-pink {
  background: rgb(244, 238, 238);
  font-weight: 700;
}
.section-news-detail .list-number {
  padding-left: 30px;
}
.section-news-detail .list-number li {
  list-style: decimal;
}
.section-news-detail #gallery-1 img {
  border: none;
}
.section-news-detail .list-dot {
  padding-left: 30px;
}
.section-news-detail .list-dot li {
  list-style: disc;
}
.section-news-detail .dot-small {
  font-size: 10px;
}

/* news */
.journal-custom-single .bg-pink {
  background: rgb(244, 238, 238);
  font-weight: 700;
  padding: 0 10px;
}
.journal-custom-single .list-number {
  padding-left: 30px !important;
}
.journal-custom-single .list-number li {
  list-style: decimal;
}
.journal-custom-single #gallery-1 img {
  border: none;
}
.journal-custom-single .list-dot {
  padding-left: 30px;
}
.journal-custom-single .list-dot li {
  list-style: disc;
}
.journal-custom-single .dot-small {
  font-size: 10px;
}
.journal-custom-single #gallery-1 {
  margin: auto;
}
.journal-custom-single #gallery-1 .gallery-item {
  float: left;
  margin-top: 10px;
  text-align: center;
  width: 50%;
}
.journal-custom-single #gallery-1 img {
  border: none;
}
.page-news-detail .journal-custom-single .section-news-detail__date-label {
  color: #ae987b;
  background-color: rgba(192, 175, 152, 0.15);
}
.journal-custom-single .section-news-detail__content .bg-orange {
  padding: 10px 14px;
  border-radius: 5px;
  background: #ffefde;
  margin-bottom: 73px;
  min-width: 635px;
  max-width: 100%;
  display: inline-block;
}
.journal-custom-single .jn-toc {
  margin: 80px auto;
}

/* journal list */
.journal-main * {
  box-sizing: border-box;
}
.journal-list {
  margin: 0 -25px 50px;
  display: flex;
  flex-wrap: wrap;
  font-family: "futura-pt, sans-serif";
}
.journal-item {
  width: 33.33%;
  padding: 0 25px;
  margin-bottom: 51px;
}
.journal-item .featured {
  height: 202px;
  width: 100%;
  overflow-y: hidden;
}
.journal-item .featured img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.journal-item .info {
  padding-top: 10px;
}
.journal-item .info .cat {
  display: inline-block;
  padding: 7px 20px 4px;
  background: #bdad97;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 13px;
  letter-spacing: 0.12em;
  text-align: center;
}
.journal-item .info h3 {
  font-size: 15px;
  line-height: 20px;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: #666;
  margin-bottom: 17px;
}
.journal-item .info .date {
  font-size: 13px;
  color: #ae987b;
  font-weight: 500;
  line-height: 17px;
  letter-spacing: 0.12em;
}
.journal-pagination.pagination .next {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.journal-pagination.pagination .page-numbers {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.02em;
  padding: 15px 18px;
}
@media (max-width: 991px) {
  .journal-item {
    width: 50%;
  }
}
@media (max-width: 600px) {
  .journal-custom-single .section-news-detail__content .bg-orange {
    margin-bottom: 30px;
    box-sizing: border-box;
    min-width: 100%;
    padding: 1.5px 8px;
  }
  .journal-item {
    width: 100%;
    margin-bottom: 26px;
  }
  .journal-list {
    margin-top: 42px;
    margin-bottom: 25px;
  }
  .journal-item .featured {
    height: 245px;
  }
  .journal-item .info {
    padding-top: 15px;
  }
  .journal-item .info .cat {
    margin-bottom: 15px;
  }
  .journal-item .info h3 {
    font-size: 17px;
    line-height: 22px;
    margin-bottom: 15px;
  }
  .journal-pagination.pagination .page-numbers {
    font-size: 13px;
    padding: 5px 8px;
  }
  .journal-pagination.pagination .next {
    font-size: 12px;
  }
  .page-news-detail .journal-custom-single .section-news-detail__date-label {
    max-width: 100% !important;
  }
}

.sg-studio-btn {
  margin-top: 20px;
}
.sg-studio-btn .btn-primary {
  width: 100%;
}
.ez-toc-list .ez-toc-heading-level-2 {
  list-style: decimal;
}
.journal-main .section-news-detail__content.entry-content {
  counter-reset: heading;
}
.journal-main .entry-content h2:before {
  content: counter(heading) ". ";
  counter-increment: heading;
}
.journal-main .entry-content h2 {
  counter-reset: subheading;
}

/* 11/2 */
.post-top-it {
  position: relative;
}
.date-open {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.05em;
  position: absolute;
  right: -20px;
  line-height: 1.3;
  border: 1px solid #9d2629;
  padding: 2px;
  top: 82px;
  z-index: 4;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #9d2629;
  display: flex;
  align-items: center;
  justify-content: center;
}
.post-item-box {
  height: 100%;
  position: relative;
  padding-bottom: 51px;
}
.post-item-box .post-it-link {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (max-width: 767px) {
  .date-open {
    top: 50px;
    right: -10px;
  }
}

/* 7/11 */
.page-home .follow-col-content {
  margin: auto;
}
.sbutton-instagram {
  display: block;
}
.sbutton-instagram img {
  max-width: 430px;
}
.silk-instagram-btn {
  width: 433px;
  height: 202px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.sbtn-text {
  font-size: 20px;
  color: #666;
  letter-spacing: 0.08em;
  z-index: 2;
  transition: color 0.5s ease-out;
}
.sbtn-text span {
  color: #ae987b;
  transition: color 0.5s ease-out;
}
.sbtn-text-big {
  display: block;
  font-size: 25px;
  letter-spacing: 0.2em;
  color: #ae987b;
  font-weight: 600;
  margin-top: 17px;
  z-index: 2;
  transition: color 0.5s ease-out;
}
.sbutton-instagram {
  border: 1px solid #ae987b;
  border-radius: 10px;
  width: 355px;
  height: 109px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  margin-left: -10px;
  margin-top: -10px;
  padding-top: 12px;
  box-sizing: border-box;
}
.sbtn-shawdow {
  width: 100%;
  height: 100%;
  background: #f6f3f0;
  position: absolute;
  top: 10px;
  left: 10px;
  border-radius: 10px;
  z-index: -1;
  transition: background 0.5s ease-out;
}
.sbutton-instagram:hover .sbtn-shawdow {
  background: rgba(192, 175, 152, 0.5);
}
.sbutton-instagram:hover .sbtn-text,
.sbutton-instagram:hover .sbtn-text-big,
.sbutton-instagram:hover .sbtn-text span {
  color: #fff;
}
@media (max-width: 960px) {
  .page-home .follow-col-content {
    margin-top: 50px;
  }
}
@media (max-width: 768px) {
  .page-home .follow-col-content {
    margin-top: 15%;
  }
  .silk-instagram-btn {
    padding: 17vw;
    box-sizing: border-box;
    background-size: 90% 90%;
    width: 110%;
    left: -5%;
    position: relative;
    height: 46vw;
  }
  .sbutton-instagram {
    height: 25vw;
    padding-top: 2vw;
    margin-top: -2vw;
    margin-left: -2vw;
    width: 76vw;
  }
  .sbtn-text {
    font-size: 4.5vw;
  }
  .sbtn-text-big {
    margin-top: 2vw;
    font-size: 6vw;
  }
  .sbtn-shawdow {
    top: 2vw;
    left: 2vw;
  }
}
/* recuit */
.page-pages .main .recruit-text {
  font-size: 20px;
  text-align: center;
  line-height: 45px;
}
.page-pages .main .recruit-mail {
  color: #ae987b;
  text-decoration: underline;
}
.recruit-custom .btn-primary {
  width: 32%;
  margin: 5% auto 6%;
}
.recruit-custom .btn-primary.mb-3 {
  margin-bottom: 3%;
}
.recruit-custom .btn-primary.mt-3 {
  margin-top: 3%;
}
.page-pages .main .recruit-text .br-sp {
  display: none;
}
@media (max-width: 768px) {
  .recruit-custom .btn-primary {
    width: 80%;
    margin: 8% auto 12%;
  }
  .recruit-custom .btn-primary.mb-md-6 {
    margin-bottom: 6%;
  }
  .recruit-custom .btn-primary.mb-mt-6 {
    margin-top: 6%;
  }
  .page-pages .main .recruit-text {
    font-size: 16px;
  }
  .page-pages .main .recruit-text .br-sp {
    display: block;
  }
}

/* 25/11*/
.st-custom.journal-main {
  color: #666;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: -0.02em;
}
.st-custom.journal-main .entry-content h2:before {
  display: none;
}
.st-custom.journal-main .entry-content h2,
.st-custom.journal-main .entry-content .subtitle {
  color: #666666;
  font-size: 22px;
  letter-spacing: 0.1em;
  line-height: 35px;
  background: rgba(192, 175, 152, 0.15);
  margin-bottom: 10px;
  padding: 4.5px 10px;
  font-weight: 400;
  font-family: "Shippori Mincho", serif;
}
.st-custom.journal-main .entry-content p {
  color: #666;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: -0.02em;
}
.st-custom.journal-main .bg-orange {
  padding: 10px 14px;
  border-radius: 5px;
  background: #ffefde;
  margin-bottom: 20px;
  width: 635px;
  max-width: 100%;
  display: inline-block;
}
.st-custom.journal-main .bg-orange li {
  color: #666;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: -0.02em;
  margin-bottom: 5px;
}
.st-custom.journal-main .entry-content ul li::before {
  top: 10px;
}
.st-custom.journal-main .entry-content a {
  color: #ae987b;
  text-decoration: underline;
  font-weight: bold;
}
.st-custom.journal-main .bg-orange li:last-child {
  margin-bottom: 0;
}
.st-custom.journal-main .gallery-icon a:hover {
  opacity: 0.5;
}
.st-custom.journal-main .st-custom-it .st-custom-des {
  padding: 30px 0 50px;
}
@media (max-width: 768px) {
  .st-custom.journal-main .entry-content h2 {
    margin-top: 0;
  }
  .st-custom.journal-main .entry-content p,
  .st-custom.journal-main,
  .st-custom.journal-main .bg-orange li {
    font-size: 17px;
    line-height: 35px;
  }
  .st-custom.journal-main .entry-content ul li::before {
    top: 15px;
  }
  .journal-custom-single #gallery-1 .gallery-item {
    width: 100%;
    margin-bottom: 20px;
  }
}
/* 13.12 */
.list-square {
  padding-left: 20px;
}
.list-square li {
  list-style: square;
}

/* 14-3 */
.new-studio-custom .sg-title {
  font-size: 2.5rem;
  line-height: 1.4;
  letter-spacing: 0.14em;
  font-weight: 400;
}
.new-studio-custom p {
  font-size: 1.5rem !important;
  line-height: 2.066666666666667 !important;
  margin-top: 2rem !important;
  text-align: justify !important;
  letter-spacing: 0.1em !important;
}
.new-studio-custom .st-custom.journal-main .entry-content .subtitle {
  font-size: 2.2rem;
  line-height: 1.554545454545455;
  letter-spacing: 0.08em;
  font-family: 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
}
@media (max-width: 768px) {
  .new-studio-custom .sg-title {
    font-size: 2.2rem;
    line-height: 1.590909090909091;
    letter-spacing: 0.14em;
  }
  .new-studio-custom p {
    margin: 1rem auto !important;
    font-size: 1.7rem !important;
    line-height: 1.823529411764706 !important;
    letter-spacing: 0.13em !important;
  }
  .new-studio-custom .st-custom.journal-main .entry-content .subtitle {
    font-size: 2rem;
    line-height: 1.71;
    letter-spacing: 0.08em;
  }
}

/* 16/03 */
.page-text .textWrapper table {
  width: 100%;
  border: 1px solid #666;
  margin-top: 20px;
}
.page-text .textWrapper table td {
  border-top: 1px solid #666;
  padding: 8px 15px;
  border-left: 1px solid #666;
  width: 50%;
  height: 30px;
}
.page-text .textWrapper table tr:first-child td {
  border-top: none;
}
.page-text .textWrapper table td:first-child {
  border-left: none;
}
.law-custom h4 span {
  font-weight: 400;
}
.law-custom h4 span.l-first {
  font-weight: 700;
  min-width: 160px;
  display: inline-block;
}
@media (max-width: 767px) {
  .page-pages .header h1 {
    width: 100%;
  }
}

/* 各店舗のCSS */
.cat-main .inner.prefecture-inner {
  max-width: 1040px;
  padding: 0;
}
.prefecture-list-banner {
  margin-bottom: 72px;
}
.prefecture-list-title {
  font-size: 40px;
  letter-spacing: 0.5rem;
  line-height: 35px;
  font-weight: 400;
  font-family: futura-pt, sans-serif;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 40px;
}
.prefecture-list-title span {
  font-size: 20px;
  letter-spacing: 0.2rem;
  line-height: 40px;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.post-list.prefecture-list {
  width: 100%;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  flex-direction: column;
}
.post-list.prefecture-list .post-item {
  width: 100%;
  transition: 0.4s ease;
  padding: 0;
  margin-top: 0px;
  margin-bottom: 16px;
}
.post-list.prefecture-list .post-item .post-top-it {
  border: 2px solid #9d877b;
  border-radius: 10px;
  padding: 0 40px;
  height: 80px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 0;
}
.post-list.prefecture-list .post-item .post-top-it h3 {
  color: #666;
  font-weight: 600;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.prefecture-post-item-arrow {
  position: absolute;
  top: 50%;
  right: 20px;
  transition: 0.4s ease;
  width: 34px;
  height: 25px;
  transform: translateY(-50%);
}
.prefecture-post-item-arrow::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 1px;
  top: 45%;
  left: 0;
  background-color: #9d877b;
  transform: rotate(45deg);
}
.prefecture-post-item-arrow::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 1px;
  top: 45%;
  right: 0;
  background-color: #9d877b;
  transform: rotate(135deg);
}
.post-list.prefecture-list .post-item.active .prefecture-post-item-arrow {
  transform: rotate(180deg) translateY(50%);
}
.post-item-box.prefecture-post-item-box {
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 5%;
  padding: 40px 3% 52px;
}
.post-item-box.prefecture-post-item-box .post-feature-it {
  height: 100%;
  width: 50%;
}
.post-item-box.prefecture-post-item-box .post-feature-it a {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
}
.post-item-box.prefecture-post-item-box .post-feature-it img {
  height: 100%;
}
.post-item-box.prefecture-post-item-box .post-info-it {
  padding-top: 0;
  width: 50%;
}
.post-item-box.prefecture-post-item-box .post-it-link {
  position: static;
}
.prefecture-pc {
  display: block;
}
.prefecture-sp {
  display: none;
}
.studio-region {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 -25px 150px;
  gap: 40px;
}
.studio-region-list {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  gap: 15px;
  max-width: 330px;
}
.studio-region-btn {
  background-color: #aa9479;
  border-radius: 5px;
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.4s ease;
}
.studio-region-btn:hover {
  opacity: 0.6;
}
.studio-region-btn p {
  color: #fff;
  font-size: 32px;
  letter-spacing: 0.5rem;
  line-height: 35px;
  font-weight: 400;
  font-family: futura-pt, sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.studio-region-btn p span {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.01rem;
  line-height: 40px;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.studio-region-img {
  width: 42%;
  height: 100%;
  position: relative;
}
.studio-region-img img {
  transition: 0.4s ease;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}
.img-chiba,
.img-kanagawa,
.img-saitama,
.img-tokyo {
  opacity: 0;
}
.studio-region-img img.active {
  opacity: 1;
}
.studio-region-img img.active + .img-none {
  opacity: 0;
}
.prefecture-list-title-studio.prefecture-list-title-studio {
  margin-bottom: 0;
}
.page-home .header-logo[data-fixed="false"] {
  opacity: 1;
  pointer-events: auto;
  top: 0;
  transition: opacity 0.5s ease-in-out, top 0.5s ease-in-out,
    visibility 0.5s ease-in-out;
  visibility: visible;
  position: relative;
  width: 100%;
}
@media (max-width: 767px) {
  .prefecture-list-banner {
    width: 80%;
  }
  .prefecture-list-title {
    font-size: 28px;
  }
  .prefecture-list-title span {
    font-size: 17px;
  }
  .post-list.prefecture-list {
    width: 90%;
  }
  .post-list.prefecture-list .post-item {
    margin-top: 2px;
    margin-bottom: 8px;
  }
  .post-list.prefecture-list .post-item .post-top-it {
    height: 70px;
    padding: 0px 30px;
  }
  .post-list.prefecture-list .post-item .post-top-it h3 {
    font-size: 24px;
  }
  .post-item-box.prefecture-post-item-box {
    flex-direction: column;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 0;
    margin-bottom: 0;
    gap: 2%;
  }
  .post-item-box.prefecture-post-item-box .post-feature-it {
    width: 100%;
    height: 70vw;
  }
  .post-item-box.prefecture-post-item-box .post-info-it {
    width: 100%;
  }
  .prefecture-post-item-arrow {
    width: 26px;
  }
  .prefecture-post-item-arrow::before {
    width: 15px;
  }
  .prefecture-post-item-arrow::after {
    width: 15px;
  }
  .prefecture-pc {
    display: none;
  }
  .prefecture-sp {
    display: block;
  }
  .studio-region {
    flex-direction: column;
    margin: 0 -25px 60px;
  }
  .studio-region-list {
    width: 90%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    gap: 2vw 2%;
    max-width: none;
    flex-wrap: wrap;
  }
  .studio-region-btn {
    width: 49%;
    height: 55px;
  }
  .studio-region-btn p {
    font-size: 20px;
    gap: 2%;
    line-height: 1px;
    letter-spacing: 0.1rem;
    width: 100%;
  }
  .studio-region-btn p span {
    font-size: 14px;
  }
  .studio-region-btn p span small {
    display: none;
  }
  .studio-region-img {
    width: 86%;
    height: 70vw;
  }
}
@media screen and (max-width: 367px) {
  .page-home .hero-content {
    padding-top: 95vw;
  }
}

@media screen and (max-width: 354px) {
  .page-home .hero-content-inner {
    height: 50px;
  }
}

.page-pilates .section-concept {
  background: none;
}
.page-pilates .section-concept .concept-message {
  margin-top: 0;
}
.page-pilates .section-concept .inner {
  height: auto;
}
.page-pilates .section-feature .section-body::before {
  top: -230px;
  display: block !important;
  height: 240px;
  width: 100%;
  -webkit-transform: translateZ(1px);
  transform: translateZ(1px);
  position: absolute;
  right: 0;
  left: 0;
  background: #f6f3f0;
  -webkit-clip-path: url(#mask-section-1);
  clip-path: url(#mask-section-1);
  content: "";
  display: block;
  margin: 0 auto;
  -webkit-mask-size: 100% 27.200000000000003vw;
  mask-size: 100% 27.200000000000003vw;
  pointer-events: none;
}
.page-pilates .section-feature .feature-row-1 .img-md-mask:before {
  background-image: url(../img/pilates/pilates.png);
  background-size: 101%;
  content: "";
  display: block;
  padding-top: 85.26315789473684%;
}
.page-pilates .section-feature02 .feature-row-1 .img-md-mask {
  border-radius: 50px 150px 150px 50px;
  height: 480px;
}
.page-pilates .section-feature02 .feature-row-1 .img-md-mask:before {
  background-image: url(../img/concept/concept_00.png);
  background-size: 202%;
  content: "";
  display: block;
  padding-top: 85.26315789473684%;
  /* background-position: top center; */
}
.page-pilates .section-feature02 .section-body::before,
.page-pilates .section-feature02 .section-body::after {
  display: none !important;
}
.page-pilates .section-feature02 {
  margin-top: 20px;
}
.page-pilates .section-feature02 .section-body {
  background: none;
}
.page-pilates .section-feature02 .lead-secondary-bg {
  background: rgba(246, 243, 240, 0.85) !important;
}
.page-pilates .section-feature02 .btn-primary-bg-shadow {
  background: #f6f3f0;
}
@media screen and (max-width: 1199px) {
  .page-pilates .section-concept {
    padding-top: 0 !important;
  }
  .page-pilates .section-feature .feature-row-1 .col-content {
    margin-top: 130px !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
  }
  .page-pilates .section-feature.section-feature02 .feature-row-1 .col-content {
    margin-top: 10% !important;
  }
  .page-pilates .section-feature02 .feature-row-1 .img-md-mask {
    width: 100%;
    position: relative;
    height: auto;
  }
  .page-pilates .section-feature02 .col-img-left .img-md-mask:before {
    padding-top: 85.26315789473684%;
  }
  .page-pilates .main {
    width: 100% !important;
    padding: 0 !important;
  }
  .page-pilates .section-feature {
    margin-top: 0 !important;
    padding-top: 26vw !important;
  }
  .page-pilates .section-feature .section-body::before {
    display: block !important;
    position: absolute;
    right: 0;
    left: 0;
    background: #f6f3f0;
    -webkit-clip-path: url(#mask-section-1);
    clip-path: url(#mask-section-1);
    content: "";
    display: block;
    margin: 0 auto;
    -webkit-mask-size: 100% 27.200000000000003vw;
    mask-size: 100% 27.200000000000003vw;
    pointer-events: none;
    top: -97px !important;
    width: 105% !important;
    height: 97px !important;
  }
  .page-pilates .section-feature02 .section-body::before {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .page-pilates .section-feature .row-cols-2 .col-img.col-img-right {
    margin-left: 0 !important;
    margin-right: auto !important;
  }
  .page-pilates
    .section-feature
    .feature-row-1
    .col-img.col-img-right
    .img-md-mask {
    border-radius: 0 13.333333333333334vw 13.333333333333334vw 0;
  }
  .page-pilates
    .section-feature
    .feature-row-1
    .col-img.col-img-right
    .img-md-mask::before {
    background-size: 118%;
    background-position: right center;
  }
  .page-pilates .section-feature .feature-row-1 .col-content {
    padding-top: 12.8vw !important;
  }
  .page-pilates .section-feature .row-cols-2 .col-img.col-img-left {
    margin-left: auto !important;
    margin-right: 0 !important;
  }
  .page-pilates
    .section-feature
    .feature-row-1
    .col-img.col-img-left
    .img-md-mask {
    border-radius: 13.333333333333334vw 0 0 13.333333333333334vw;
  }
  .page-pilates
    .section-feature
    .feature-row-1
    .col-img.col-img-left
    .img-md-mask::before {
    background-size: 118%;
    background-position: right center;
  }
}

.page-what-pilates .page-what-pilates-img01 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  width: 86.83333333333333%;
}
.page-what-pilates .page-what-pilates-text01 {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  width: 86.83333333333333%;
  margin-top: 30px;
  font-size: 1.5rem !important;
  line-height: 1.8 !important;
  letter-spacing: 0.085em !important;
}
.page-what-pilates .page-what-pilates-text01-bg-gray {
  background-color: rgba(174, 152, 123, 0.15);
}
.page-what-pilates .page-what-pilates-title02 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 110px;
}
.page-what-pilates .page-what-pilates-title02 p {
  color: #ae987b;
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0.085em;
}
.page-what-pilates .page-what-pilates-title02 span {
  background-color: #ae987b;
  height: 1px;
  width: 50px;
}
.page-what-pilates .section-concept {
  background: none;
}
.page-what-pilates .section-concept .inner {
  height: auto;
}
.page-what-pilates .benefits {
  flex-wrap: wrap !important;
  justify-content: center !important;
  gap: 8% !important;
  width: 880px !important;
  margin-bottom: 70px !important;
}
.page-what-pilates .benefits .benefit-item {
  margin-top: 0 !important;
}
.page-what-pilates .benefits .benefit-item.benefit-item-1,
.page-what-pilates .benefits .benefit-item.benefit-item-2,
.page-what-pilates .benefits .benefit-item.benefit-item-3 {
  margin-left: 0.5% !important;
  margin-right: 0.5% !important;
}
.page-what-pilates .section-concept .benefit-label {
  font-size: 2rem;
}
.page-what-pilates .benefits .benefit-item.benefit-item-1 {
  order: 1;
}
.page-what-pilates .benefits .benefit-item.benefit-item-2 {
  order: 2;
}
.page-what-pilates .benefits .benefit-item.benefit-item-3 {
  order: 3;
}
.page-what-pilates .benefits .benefit-item.benefit-item-4 {
  order: 4;
}
.page-what-pilates .benefits .benefit-item.benefit-item-5 {
  order: 5;
}
.page-what-pilates .benefits .benefit-item.benefit-item-6 {
  order: 6;
}
.page-what-pilates .benefits .benefit-item.benefit-item-7 {
  order: 7;
}
.page-what-pilates .page-what-pilates-title03 {
  color: #ae987b;
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0.085em;
}
.page-what-pilates .page-what-pilates-title03.mt30up {
  margin-top: 30px;
}
.page-what-pilates .page-what-pilates-title03.mt60up {
  margin-top: 60px;
}
.page-what-pilates .page-what-pilates-text01.mt-none {
  margin-top: 10px;
}
.page-what-pilates .page-what-pilates-text01 .page-what-pilates-text01-small {
  font-size: 1.2rem;
  line-height: 1.6;
  letter-spacing: 0.085em;
}
.page-what-pilates hr {
  max-width: 800px;
  border: none;
  border-bottom: 1px solid #ae987b;
}
.page-what-pilates .section-concept .concept-message {
  margin-top: 60px !important;
}
.page-what-pilates .page-what-pilates-table {
  max-width: 800px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.page-what-pilates .page-what-pilates-table img {
  width: 100%;
  height: auto;
}
.page-what-pilates .page-what-pilates-list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  max-width: 800px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}
.page-what-pilates .page-what-pilates-list .page-what-pilates-item {
  width: 48%;
  margin-bottom: 40px;
}
.page-what-pilates
  .page-what-pilates-list
  .page-what-pilates-item
  .page-what-pilates-item-title {
  color: #ae987b;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0.085em;
  background-color: rgba(174, 152, 123, 0.15);
  padding-left: 10px;
  max-width: 800px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  border-radius: 5px;
}
.page-what-pilates
  .page-what-pilates-list
  .page-what-pilates-item
  .page-what-pilates-item-text {
  font-size: 1.4rem !important;
  line-height: 1.8 !important;
  letter-spacing: 0.085em !important;
  margin-top: 10px;
}
.page-what-pilates .page-what-pilates-subtitle {
  color: #ae987b;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0.085em;
  max-width: 800px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.page-what-pilates .page-what-pilates-list02 {
  display: flex;
  justify-content: space-between;
  max-width: 800px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  margin-bottom: 80px;
}
.page-what-pilates .page-what-pilates-list02 .page-what-pilates-item02 {
  display: flex;
  justify-content: start;
  align-items: center;
  background-color: rgba(174, 152, 123, 0.15);
  width: 48%;
  padding: 17px 3%;
  border-radius: 5px;
  box-sizing: border-box;
}
.page-what-pilates .page-what-pilates-list02 .page-what-pilates-item02 p {
  font-size: 1.4rem !important;
  line-height: 1.8 !important;
  letter-spacing: 0.085em !important;
  height: 36px;
  border-right: 1px solid #666666;
  display: flex;
  justify-content: start;
  align-items: center;
  width: 28%;
  box-sizing: border-box;
}
.page-what-pilates .page-what-pilates-list02 .page-what-pilates-item02 ul {
  padding-left: 30px;
  width: 72%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 6px;
  box-sizing: border-box;
}
.page-what-pilates .page-what-pilates-list02 .page-what-pilates-item02 ul li {
  position: relative;
  box-sizing: border-box;
}
.page-what-pilates
  .page-what-pilates-list02
  .page-what-pilates-item02
  ul
  li::before {
  position: absolute;
  content: "";
  top: 50%;
  left: -12px;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #666666;
}
.page-what-pilates .page-what-pilates-table02,
.page-what-pilates .page-what-pilates-table03,
.page-what-pilates .page-what-pilates-table04 {
  max-width: 800px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}
.page-what-pilates .page-what-pilates-table02 table,
.page-what-pilates .page-what-pilates-table03 table,
.page-what-pilates .page-what-pilates-table04 table {
  border: 2px solid #ae987b;
  border-radius: 15px;
  box-sizing: border-box;
  width: 100%;
  overflow: hidden;
}
.page-what-pilates .page-what-pilates-table02 table tbody tr th,
.page-what-pilates .page-what-pilates-table03 table tbody tr th,
.page-what-pilates .page-what-pilates-table04 table tbody tr th {
  color: #ffffff;
  background-color: #ae987b;
  font-size: 1.8rem !important;
  line-height: 1.8 !important;
  letter-spacing: 0.085em !important;
  font-weight: bold;
  text-align: center;
  padding: 5px 0;
}
.page-what-pilates .page-what-pilates-table02 table tbody tr th:nth-of-type(1),
.page-what-pilates .page-what-pilates-table03 table tbody tr th:nth-of-type(1) {
  border-right: 2px solid #ffffff;
}
.page-what-pilates .page-what-pilates-table02 table tbody tr td,
.page-what-pilates .page-what-pilates-table03 table tbody tr td {
  font-size: 1.4rem !important;
  line-height: 1.8 !important;
  letter-spacing: 0.085em !important;
  padding: 15px;
}
.page-what-pilates .page-what-pilates-table02 table tbody tr td:nth-of-type(1),
.page-what-pilates .page-what-pilates-table03 table tbody tr td:nth-of-type(1) {
  border-right: 2px solid #ae987b;
}
.page-what-pilates .page-what-pilates-table02 table tbody tr th.w50,
.page-what-pilates .page-what-pilates-table02 table tbody tr td.w50 {
  width: 50%;
}
.page-what-pilates .page-what-pilates-table02 table tbody tr td ul {
  padding-left: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0;
  box-sizing: border-box;
}
.page-what-pilates .page-what-pilates-table02 table tbody tr td ul li {
  position: relative;
  color: #666666;
  font-size: 1.4rem !important;
  line-height: 1.5 !important;
  letter-spacing: 0.085em !important;
}
.page-what-pilates .page-what-pilates-table02 table tbody tr td ul li::before {
  position: absolute;
  content: "";
  top: 50%;
  left: -12px;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #666666;
}
.page-what-pilates .page-what-pilates-table03 table tbody tr td div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}
.page-what-pilates
  .page-what-pilates-table03
  table
  tbody
  tr
  td
  div
  p:nth-of-type(1) {
  border-right: 2px solid #ae987b;
  width: 25%;
  height: 70px;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  padding-left: 1%;
}
.page-what-pilates
  .page-what-pilates-table03
  table
  tbody
  tr
  td
  div
  p:nth-of-type(2) {
  box-sizing: border-box;
}
.page-what-pilates .page-what-pilates-list03 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  margin-top: 50px;
}
.page-what-pilates .page-what-pilates-list03 ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  box-sizing: border-box;
  border: 2px solid #ae987b;
  border-radius: 15px;
  padding: 30px 40px;
  gap: 4px;
}
.page-what-pilates .page-what-pilates-list03 ul li {
  position: relative;
  box-sizing: border-box;
  color: #666666;
  font-size: 1.5rem !important;
  line-height: 1.5 !important;
  letter-spacing: 0.085em !important;
}
.page-what-pilates .page-what-pilates-list03 ul li::before {
  position: absolute;
  content: "";
  top: 50%;
  left: -12px;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #666666;
}
.page-what-pilates .page-what-pilates-list04 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  max-width: 800px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  width: 100%;
  gap: 10px;
}
.page-what-pilates .page-what-pilates-item04 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: rgba(174, 152, 123, 0.15);
  box-sizing: border-box;
  width: 100%;
  padding: 20px 20px;
  border-radius: 5px;
}
.page-what-pilates .page-what-pilates-item04 p {
  box-sizing: border-box;
  color: #666666;
  font-size: 1.4rem !important;
  line-height: 1.5 !important;
  letter-spacing: 0.085em !important;
  border-right: 1px solid #000000;
  width: 24%;
}
.page-what-pilates .page-what-pilates-item04 ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  box-sizing: border-box;
  border-radius: 15px;
  padding: 10px 30px;
  gap: 4px;
  width: 76%;
}
.page-what-pilates .page-what-pilates-item04 ul li {
  position: relative;
  box-sizing: border-box;
  color: #666666;
  font-size: 1.5rem !important;
  line-height: 1.5 !important;
  letter-spacing: 0.085em !important;
}
.page-what-pilates .page-what-pilates-item04 ul li::before {
  position: absolute;
  content: "";
  top: 50%;
  left: -12px;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #666666;
}
.page-what-pilates .page-what-pilates-table04 table tbody tr th {
  border-bottom: 2px solid #fff;
  padding: 25px 10px;
}
.page-what-pilates .page-what-pilates-table04 table tbody tr td {
  border-bottom: 2px solid #ae987b;
}
.page-what-pilates .page-what-pilates-table04 table tbody tr:last-of-type th {
  border: none;
}
.page-what-pilates .page-what-pilates-table04 table tbody tr:last-of-type td {
  border: none;
}
.page-what-pilates
  .page-what-pilates-table04
  table
  tbody
  tr
  th
  .page-what-pilates-table04-sub {
  font-size: 1.2rem !important;
  line-height: 1.5 !important;
  letter-spacing: 0.085em !important;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-bottom: 4px;
}
.page-what-pilates
  .page-what-pilates-table04
  table
  tbody
  tr
  th
  .page-what-pilates-table04-sub
  span {
  height: 18px;
  width: 1px;
  background-color: #fff;
}
.page-what-pilates
  .page-what-pilates-table04
  table
  tbody
  tr
  th
  .page-what-pilates-table04-sub
  span:nth-of-type(1) {
  transform: rotate(-18deg);
}
.page-what-pilates
  .page-what-pilates-table04
  table
  tbody
  tr
  th
  .page-what-pilates-table04-sub
  span:nth-of-type(2) {
  transform: rotate(18deg);
}
.page-what-pilates
  .page-what-pilates-table04
  table
  tbody
  tr
  th
  .page-what-pilates-table04-main {
  font-size: 1.6rem !important;
  line-height: 1.5 !important;
  letter-spacing: 0.085em !important;
}
.page-what-pilates .page-what-pilates-table04 table tbody tr td ul {
  padding-left: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0;
  box-sizing: border-box;
}
.page-what-pilates .page-what-pilates-table04 table tbody tr td ul li {
  position: relative;
  color: #666666;
  font-size: 1.4rem !important;
  line-height: 1.5 !important;
  letter-spacing: 0.085em !important;
}
.page-what-pilates .page-what-pilates-table04 table tbody tr td ul li::before {
  position: absolute;
  content: "";
  top: 50%;
  left: -12px;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #666666;
}
.page-what-pilates .c-view-more {
  width: 40%;
  margin: 0 auto 80px;
  display: block;
}
.page-what-pilates .c-view-more .btn-primary-label {
  font-family: inherit;
  font-size: 1.4rem;
  line-height: 1.6875;
  letter-spacing: 0.14em;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: bold;
}
.page-what-pilates .c-view-more .btn-primary-bg-shadow {
  left: 8px;
  top: 8px;
  transition: background 0.5s ease-out;
  background: #f6f3f0;
}
.page-what-pilates .page-what-pilates-check01 {
  max-width: 450px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  background-color: #f3f0eb;
  padding: 30px 5% 50px;
  box-sizing: border-box;
  position: relative;
}
.page-what-pilates .page-what-pilates-check01 .page-what-pilates-check01-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.page-what-pilates
  .page-what-pilates-check01
  .page-what-pilates-check01-item
  img {
  width: 20px;
  height: auto;
  box-sizing: border-box;
  margin: 0 5% 0 0;
}
.page-what-pilates
  .page-what-pilates-check01
  .page-what-pilates-check01-item
  p {
  font-family: inherit;
  font-size: 1.4rem;
  line-height: 1.6875;
  letter-spacing: 0.14em;
}
.page-what-pilates
  .page-what-pilates-check01
  .page-what-pilates-check01-attention {
  position: absolute;
  right: 5%;
  bottom: 10px;
  font-size: 1.2rem;
  line-height: 1.6875;
  letter-spacing: 0.14em;
  color: #666666;
}
.page-what-pilates .page-what-pilates-qa-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 60px;
  max-width: 800px;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
.page-what-pilates .page-what-pilates-qa-list .page-what-pilates-qa-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.page-what-pilates
  .page-what-pilates-qa-list
  .page-what-pilates-qa-item
  .page-what-pilates-qa-item-q {
  display: flex;
  justify-content: flex-start;
  width: 100%;
}
.page-what-pilates
  .page-what-pilates-qa-list
  .page-what-pilates-qa-item
  .page-what-pilates-qa-item-a {
  display: none;
  justify-content: flex-start;
  width: 100%;
  padding-top: 40px;
}
.page-what-pilates
  .page-what-pilates-qa-list
  .page-what-pilates-qa-item
  .page-what-pilates-qa-item-q
  .page-what-pilates-qa-item-q-img,
.page-what-pilates
  .page-what-pilates-qa-list
  .page-what-pilates-qa-item
  .page-what-pilates-qa-item-a
  .page-what-pilates-qa-item-a-img {
  width: 20px;
  height: auto;
  margin-right: 5%;
  margin-left: 0;
}
.page-what-pilates
  .page-what-pilates-qa-list
  .page-what-pilates-qa-item
  .page-what-pilates-qa-item-q
  .page-what-pilates-qa-item-q-img {
  padding: 10px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #c0af98;
  margin-bottom: 5px;
}
.page-what-pilates
  .page-what-pilates-qa-list
  .page-what-pilates-qa-item
  .page-what-pilates-qa-item-q
  .page-what-pilates-qa-item-q-text {
  padding: 10px 0;
  width: calc(95% - 20px);
  border-bottom: 1px solid #c0af98;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 5px;
}
.page-what-pilates
  .page-what-pilates-qa-list
  .page-what-pilates-qa-item
  .page-what-pilates-qa-item-q
  .page-what-pilates-qa-item-q-text
  .page-what-pilates-qa-item-q-text-title {
  font-family: inherit;
  font-size: 1.7rem;
  line-height: 1.6875;
  letter-spacing: 0.14em;
}
.page-what-pilates
  .page-what-pilates-qa-list
  .page-what-pilates-qa-item
  .page-what-pilates-qa-item-q
  .page-what-pilates-qa-item-q-text
  span {
  width: 20px;
  height: 20px;
  position: relative;
  display: block;
}
.page-what-pilates
  .page-what-pilates-qa-list
  .page-what-pilates-qa-item
  .page-what-pilates-qa-item-q
  .page-what-pilates-qa-item-q-text
  span::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 18px;
  height: 1px;
  background-color: #c0af98;
}
.page-what-pilates
  .page-what-pilates-qa-list
  .page-what-pilates-qa-item
  .page-what-pilates-qa-item-q
  .page-what-pilates-qa-item-q-text
  span::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 18px;
  background-color: #c0af98;
  transition: 0.4s ease;
}
.page-what-pilates
  .page-what-pilates-qa-list
  .page-what-pilates-qa-item
  .page-what-pilates-qa-item-q
  .page-what-pilates-qa-item-q-text
  span.open::after {
  transform: rotate(-90deg) translate(9px, 0);
}
.page-what-pilates
  .page-what-pilates-qa-list
  .page-what-pilates-qa-item
  .page-what-pilates-qa-item-a
  .page-what-pilates-qa-item-a-text
  p:nth-of-type(1) {
  margin-top: 0 !important;
}
.page-what-pilates
  .page-what-pilates-qa-list
  .page-what-pilates-qa-item
  .page-what-pilates-qa-item-a
  .page-what-pilates-qa-item-a-text
  p {
  width: 100% !important;
}
.page-what-pilates
  .page-what-pilates-qa-list
  .page-what-pilates-qa-item
  .page-what-pilates-qa-item-a
  .page-what-pilates-qa-item-a-text
  img {
  width: 100% !important;
}
.page-what-pilates .page-what-pilates-check02,
.page-what-pilates
  .page-what-pilates-qa-list
  .page-what-pilates-qa-item
  .page-what-pilates-qa-item-a
  .page-what-pilates-qa-item-a-text
  .page-what-pilates-qa-item-a-history {
  position: relative;
  padding: 40px;
  background-color: rgba(174, 152, 123, 0.15);
  border-radius: 15px;
}
.page-what-pilates .page-what-pilates-check02 .page-what-pilates-check02-title,
.page-what-pilates
  .page-what-pilates-qa-list
  .page-what-pilates-qa-item
  .page-what-pilates-qa-item-a
  .page-what-pilates-qa-item-a-text
  .page-what-pilates-qa-item-a-history-title {
  color: #ae987b;
  font-family: inherit;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.6875;
  letter-spacing: 0.14em;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  transform: translateY(-50%);
  top: 0;
  left: 0;
  width: 100%;
}
.page-what-pilates
  .page-what-pilates-qa-list
  .page-what-pilates-qa-item
  .page-what-pilates-qa-item-a
  .page-what-pilates-qa-item-a-text
  .page-what-pilates-qa-item-a-history-text {
  font-family: inherit;
  font-size: 1.3rem;
  line-height: 1.6875;
  letter-spacing: 0.14em;
}
.sp-br {
  display: none;
}
.page-what-pilates .page-what-pilates-subtitle.mt50up {
  margin-top: 50px;
}
@media screen and (max-width: 1299px) {
  .page-home .section-concept .benefits {
    margin: 0 auto 0;
  }
  .page-what-pilates .page-what-pilates-text01 {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .page-what-pilates .page-what-pilates-title02 p {
    font-size: 1.6rem;
  }
  .page-what-pilates .page-what-pilates-title02 span {
    width: 10%;
  }
  .page-what-pilates .section-concept {
    padding: 0;
  }
  .page-what-pilates .benefits {
    height: 90vw !important;
    width: 100% !important;
    margin-top: 10vw !important;
  }
  .page-what-pilates .benefits .benefit-item.benefit-item-1 {
    left: 15%;
    top: 0;
  }
  .page-what-pilates .benefits .benefit-item.benefit-item-2 {
    right: 15%;
    left: auto;
    top: 0;
  }
  .page-what-pilates .benefits .benefit-item.benefit-item-3 {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .page-what-pilates .benefits .benefit-item.benefit-item-4 {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .page-what-pilates .benefits .benefit-item.benefit-item-5 {
    right: 0;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
  }
  .page-what-pilates .benefits .benefit-item.benefit-item-6 {
    left: 15%;
    bottom: 0%;
  }
  .page-what-pilates .benefits .benefit-item.benefit-item-7 {
    right: 15%;
    left: auto;
    bottom: 0%;
  }
  .page-what-pilates .section-concept .benefit-label {
    font-size: 3.8vw !important;
  }
  .page-what-pilates .section-concept .concept-message {
    margin-top: 10vw !important;
  }
  .page-what-pilates .page-what-pilates-title03 {
    font-size: 5vw;
    margin-top: 0;
  }
  .sp-br {
    display: block;
  }
  .page-what-pilates .page-what-pilates-table {
    overflow-x: scroll;
    margin-top: 10vw;
  }
  .page-what-pilates .page-what-pilates-table img {
    width: 180vw;
  }
  .page-what-pilates .page-what-pilates-table.table02 img {
    width: 170vw;
  }
  .page-what-pilates .page-what-pilates-table.table03 img {
    width: 140vw;
  }
  .page-what-pilates .page-what-pilates-img01 {
    width: 100%;
  }
  .page-what-pilates .page-what-pilates-img01.sp-height-up01 {
    height: 45vw;
    object-fit: cover;
    object-position: center right;
    margin-top: 30px;
  }
  .page-what-pilates .page-what-pilates-img01.sp-height-up02 {
    height: 45vw;
    object-fit: cover;
    object-position: center;
    margin-top: 30px;
  }
  .page-what-pilates .page-what-pilates-img01.img01-sp {
    margin-top: 10vw;
  }
  .page-what-pilates .page-what-pilates-list {
    flex-direction: column;
  }
  .page-what-pilates .page-what-pilates-list .page-what-pilates-item {
    width: 100%;
  }
  .page-what-pilates
    .page-what-pilates-list
    .page-what-pilates-item
    .page-what-pilates-item-title {
    font-size: 5vw;
  }
  .page-what-pilates .page-what-pilates-list02 {
    flex-direction: column;
    justify-content: start;
    align-items: flex-start;
    width: 100%;
  }
  .page-what-pilates .page-what-pilates-list02 .page-what-pilates-item02 {
    width: 100%;
    margin-top: 4vw;
  }
  .page-what-pilates
    .page-what-pilates-table02
    table
    tbody
    tr
    th:nth-of-type(1),
  .page-what-pilates
    .page-what-pilates-table03
    table
    tbody
    tr
    th:nth-of-type(1) {
    border: none;
  }
  .page-what-pilates
    .page-what-pilates-table02
    table
    tbody
    tr
    td:nth-of-type(1),
  .page-what-pilates
    .page-what-pilates-table03
    table
    tbody
    tr
    td:nth-of-type(1) {
    border: none;
  }
  .page-what-pilates .page-what-pilates-table03 table tbody tr td div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
  }
  .page-what-pilates .page-what-pilates-table03 table tbody tr td div p {
    width: 100% !important;
    height: auto !important;
    padding: 2vw 0;
  }
  .page-what-pilates
    .page-what-pilates-table03
    table
    tbody
    tr
    td
    div
    p:nth-of-type(1) {
    border-right: none;
    border-bottom: 2px solid #ae987b;
  }
  .page-what-pilates .page-what-pilates-table03 table tbody tr td div p br {
    display: none !important;
  }
  .page-what-pilates .page-what-pilates-subtitle.sp-mt40 {
    margin-top: 8vw;
  }
  .page-what-pilates .page-what-pilates-list04 {
    margin-top: 4vw;
  }
  .page-what-pilates .page-what-pilates-item04 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .page-what-pilates .page-what-pilates-item04 p {
    width: 100%;
    border: none;
    font-size: 3.4vw !important;
  }
  .page-what-pilates .page-what-pilates-item04 ul {
    width: 100%;
    padding: 0px 0 0px 20px;
  }
  .page-what-pilates .page-what-pilates-item04 ul li {
    font-size: 3.4vw !important;
  }
  .page-what-pilates .page-what-pilates-table04 table tbody tr th {
    width: 30%;
    padding: 5% 2%;
  }
  .page-what-pilates
    .page-what-pilates-table04
    table
    tbody
    tr
    th
    .page-what-pilates-table04-sub {
    font-size: 2.2vw !important;
  }
  .page-what-pilates
    .page-what-pilates-table04
    table
    tbody
    tr
    th
    .page-what-pilates-table04-main {
    font-size: 3.4vw !important;
  }
  .page-what-pilates .page-what-pilates-table04 table tbody tr td {
    width: 70%;
  }
  .page-what-pilates .page-what-pilates-table04 table tbody tr td ul {
    padding-left: 12%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
  }
  .page-what-pilates
    .page-what-pilates-table04
    table
    tbody
    tr
    td
    ul
    li::before {
    top: 2.2vw;
    transform: none;
  }
  .page-what-pilates .c-view-more {
    width: 90% !important;
    margin-top: 8vw;
  }
  .page-what-pilates .page-what-pilates-check01 {
    border-radius: 15px;
    margin-top: 4vw;
  }
  .page-what-pilates
    .page-what-pilates-qa-list
    .page-what-pilates-qa-item
    .page-what-pilates-qa-item-q
    .page-what-pilates-qa-item-q-text
    span {
    margin-top: 1vw;
  }
  .page-what-pilates
    .page-what-pilates-qa-list
    .page-what-pilates-qa-item
    .page-what-pilates-qa-item-q
    .page-what-pilates-qa-item-q-text
    .page-what-pilates-qa-item-q-text-title {
    font-size: 3.8vw;
  }
  .page-what-pilates
    .page-what-pilates-qa-list
    .page-what-pilates-qa-item
    .page-what-pilates-qa-item-a
    .page-what-pilates-qa-item-a-img {
    width: 20px;
    height: 20px;
  }
  .page-what-pilates
    .page-what-pilates-qa-list
    .page-what-pilates-qa-item
    .page-what-pilates-qa-item-a
    .page-what-pilates-qa-item-a-text {
    width: calc(95% - 20px);
  }
  .page-what-pilates .c-view-more .btn-primary-label {
    font-size: 3.2vw;
  }
}

.page-what-pilates .page-what-machine-pilates-contents {
  max-width: 800px;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  border: 2px solid #ae987b;
  border-radius: 15px;
  overflow: hidden;
}
.page-what-pilates
  .page-what-machine-pilates-contents
  .page-what-machine-pilates-contents-title {
  background-color: #ae987b;
  color: #fff;
  font-size: 1.4rem !important;
  line-height: 1.5 !important;
  letter-spacing: 0.085em !important;
  vertical-align: middle;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-what-pilates
  .page-what-machine-pilates-contents
  .page-what-machine-pilates-contents-list {
  padding: 20px 40px;
}
.page-what-pilates
  .page-what-machine-pilates-contents
  .page-what-machine-pilates-contents-list
  ul {
  padding-left: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0;
  box-sizing: border-box;
}
.page-what-pilates
  .page-what-machine-pilates-contents
  .page-what-machine-pilates-contents-list
  ul
  li {
  position: relative;
  color: #666666;
  font-size: 1.2rem !important;
  line-height: 1.5 !important;
  letter-spacing: 0.085em !important;
  margin-bottom: 6px;
}
.page-what-pilates
  .page-what-machine-pilates-contents
  .page-what-machine-pilates-contents-list
  ul
  li
  span,
.page-what-pilates
  .page-what-machine-pilates-contents
  .page-what-machine-pilates-contents-list
  ul
  li
  a {
  text-decoration: underline;
  font-size: 1.5rem !important;
  line-height: 1.5 !important;
  letter-spacing: 0.085em !important;
  color: #666666;
}
.page-what-pilates
  .page-what-machine-pilates-contents
  .page-what-machine-pilates-contents-list
  ul
  li::before {
  position: absolute;
  content: "";
  top: 50%;
  left: -12px;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #666666;
}
.page-what-pilates .page-what-pilates-check02 {
  max-width: 800px;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.page-what-pilates .page-what-pilates-check02 ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 6px;
}
.page-what-pilates .page-what-pilates-check02 ul li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.page-what-pilates .page-what-pilates-check02 ul li img {
  width: 20px;
  height: auto;
  margin-right: 10px;
  margin-top: 1%;
}
.page-what-pilates .page-what-pilates-check02 ul li p {
  font-size: 1.5rem !important;
  line-height: 1.5 !important;
  letter-spacing: 0.085em !important;
}
.page-what-pilates .page-what-pilates-check02 ul li p .small-text {
  font-size: 1.2rem;
  line-height: 1.6;
  letter-spacing: 0.085em;
}
.page-what-pilates .page-what-machine-pilates-contents01 {
  border-radius: 5px;
  box-sizing: border-box;
  overflow: hidden;
  max-width: 800px;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  margin-bottom: 40px;
  background-color: #f5f5f5;
}
.page-what-pilates
  .page-what-machine-pilates-contents01
  .page-what-machine-pilates-contents01-title {
  font-size: 1.5rem !important;
  line-height: 1.5 !important;
  letter-spacing: 0.085em !important;
  color: #ae987b;
  text-align: center;
  background-color: rgba(174, 152, 123, 0.15);
  box-sizing: border-box;
  padding: 10px 0;
}
.page-what-pilates
  .page-what-machine-pilates-contents01
  .page-what-machine-pilates-contents01-row {
  display: flex;
  justify-content: flex-start;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  width: 90%;
  margin-top: 40px;
  margin-bottom: 20px;
}
.page-what-pilates
  .page-what-machine-pilates-contents01
  .page-what-machine-pilates-contents01-row
  ul {
  width: 60%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
  border-bottom: 1px solid #ae987b;
  margin-right: 4%;
}
.page-what-pilates
  .page-what-machine-pilates-contents01
  .page-what-machine-pilates-contents01-row
  ul
  li {
  font-size: 1.3rem !important;
  line-height: 1.5 !important;
  letter-spacing: 0.085em !important;
  position: relative;
  padding-left: 25px;
}
.page-what-pilates
  .page-what-machine-pilates-contents01
  .page-what-machine-pilates-contents01-row
  ul
  li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 1px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #ae987b;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.3rem !important;
  line-height: 1.5 !important;
  letter-spacing: 0.085em !important;
}
.page-what-pilates
  .page-what-machine-pilates-contents01
  .page-what-machine-pilates-contents01-row
  ul
  li:nth-of-type(1)::before {
  content: "1";
}
.page-what-pilates
  .page-what-machine-pilates-contents01
  .page-what-machine-pilates-contents01-row
  ul
  li:nth-of-type(2)::before {
  content: "2";
}
.page-what-pilates
  .page-what-machine-pilates-contents01
  .page-what-machine-pilates-contents01-row
  ul
  li:nth-of-type(3)::before {
  content: "3";
}
.page-what-pilates
  .page-what-machine-pilates-contents01
  .page-what-machine-pilates-contents01-row
  ul
  li:nth-of-type(4)::before {
  content: "4";
}
.page-what-pilates
  .page-what-machine-pilates-contents01
  .page-what-machine-pilates-contents01-row
  img {
  width: 40%;
}
.page-what-pilates .page-what-machine-pilates-contents01 > p {
  width: 90%;
  font-size: 1.3rem !important;
  line-height: 1.5 !important;
  letter-spacing: 0.085em !important;
}
.page-what-pilates .page-what-pilates-title04 {
  color: #ae987b;
  text-align: left;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: 0.085em;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
}
.page-what-pilates .page-what-machine-pilates-contents02 {
  background-color: #f5f5f5;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  display: flex;
  justify-content: center;
}
.page-what-pilates .page-what-machine-pilates-contents02-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
}
.page-what-pilates
  .page-what-machine-pilates-contents02-item
  .page-what-machine-pilates-contents02-title {
  background-color: rgba(174, 152, 123, 0.15);
  box-sizing: border-box;
  border-right: 1px solid #fff;
  padding: 16px 20px 10px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.page-what-pilates
  .page-what-machine-pilates-contents02-item
  .page-what-machine-pilates-contents02-title
  p {
  font-size: 1.4rem !important;
  line-height: 1.5 !important;
  letter-spacing: 0.085em !important;
  font-weight: bold;
  color: #ae987b;
}
.page-what-pilates
  .page-what-machine-pilates-contents02-item
  .page-what-machine-pilates-contents02-title
  p:nth-of-type(1) {
  text-decoration: underline;
  font-size: 1.6rem !important;
  line-height: 1.5 !important;
  letter-spacing: 0.085em !important;
}
.page-what-pilates
  .page-what-machine-pilates-contents02-item
  .page-what-machine-pilates-contents02-text {
  padding: 20px;
  border-right: 1px solid #ae987b;
  height: 100%;
}
.page-what-pilates
  .page-what-machine-pilates-contents02-item
  .page-what-machine-pilates-contents02-text
  p {
  font-size: 1.3rem !important;
  line-height: 1.5 !important;
  letter-spacing: 0.085em !important;
}
.page-what-pilates
  .page-what-machine-pilates-contents02-item:last-of-type
  .page-what-machine-pilates-contents02-title,
.page-what-pilates
  .page-what-machine-pilates-contents02-item:last-of-type
  .page-what-machine-pilates-contents02-text {
  border: none;
}

.page-what-pilates .page-what-machine-pilates-contents03 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  margin-bottom: 40px;
}
.page-what-pilates
  .page-what-machine-pilates-contents03
  .page-what-machine-pilates-contents03-left {
  width: 52%;
}
.page-what-pilates
  .page-what-machine-pilates-contents03
  .page-what-machine-pilates-contents03-left
  .page-what-machine-pilates-contents03-left-title {
  color: #ae987b;
  font-size: 1.6rem !important;
  line-height: 1.5 !important;
  letter-spacing: 0.085em !important;
  font-weight: bold;
  padding-left: 14px;
  position: relative;
  margin-bottom: 10px;
}
.page-what-pilates
  .page-what-machine-pilates-contents03
  .page-what-machine-pilates-contents03-left
  .page-what-machine-pilates-contents03-left-title::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  width: 4px;
  height: 14px;
  background-color: #ae987b;
}
.page-what-pilates
  .page-what-machine-pilates-contents03
  .page-what-machine-pilates-contents03-left
  .page-what-machine-pilates-contents03-left-text {
  font-size: 1.3rem !important;
  line-height: 1.5 !important;
  letter-spacing: 0.085em !important;
}
.page-what-pilates
  .page-what-machine-pilates-contents03
  .page-what-machine-pilates-contents03-right {
  width: 46%;
}
.page-what-pilates
  .page-what-machine-pilates-contents03
  .page-what-machine-pilates-contents03-right
  .page-what-pilates-check02 {
  padding: 30px 20px;
}
.page-what-pilates
  .page-what-machine-pilates-contents03
  .page-what-machine-pilates-contents03-right
  .page-what-pilates-check02
  .page-what-pilates-check02-title {
  font-size: 1.5rem !important;
  line-height: 1.5 !important;
  letter-spacing: 0.085em !important;
}
.page-what-pilates
  .page-what-machine-pilates-contents03
  .page-what-machine-pilates-contents03-right
  .page-what-pilates-check02
  ul
  li
  p {
  font-size: 1.3rem !important;
  line-height: 1.5 !important;
  letter-spacing: 0.085em !important;
}
.page-what-pilates .page-what-machine-pilates-contents04 {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  background-color: #f3f0eb;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10%;
  padding: 20px 0;
}
.page-what-pilates .page-what-machine-pilates-contents04 p {
  text-decoration: underline;
  font-size: 1.5rem !important;
  line-height: 1.5 !important;
  letter-spacing: 0.085em !important;
}
.page-what-pilates .page-what-pilates-list05 {
  border: 1px solid #c0af98;
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
  box-sizing: border-box;
}
.page-what-pilates .page-what-pilates-list05-title {
  background-color: #f3f0eb;
  border-right: 1px solid #c0af98;
  padding: 30px 0;
  width: 20%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-what-pilates .page-what-pilates-list05-title p {
  color: #ae987b;
  font-size: 1.5rem !important;
  line-height: 1.5 !important;
  letter-spacing: 0.085em !important;
  font-weight: bold;
}
.page-what-pilates .page-what-pilates-list05-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5%;
  box-sizing: border-box;
  width: 80%;
}
.page-what-pilates .page-what-pilates-list05-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.page-what-pilates .page-what-pilates-list05-item img {
  width: 20px;
  height: auto;
  margin-right: 10px;
}
.page-what-pilates .page-what-pilates-list05-item p {
  font-size: 1.5rem !important;
  line-height: 1.5 !important;
  letter-spacing: 0.085em !important;
}

@media screen and (max-width: 768px) {
  .page-what-pilates .page-what-machine-pilates-contents {
    flex-direction: column;
    margin-top: 12vw;
  }
  .page-what-pilates
    .page-what-machine-pilates-contents
    .page-what-machine-pilates-contents-title {
    padding: 3vw;
    font-size: 5.4vw !important;
  }
  .page-what-pilates
    .page-what-machine-pilates-contents
    .page-what-machine-pilates-contents-list {
    padding: 3vw 5vw;
  }
  .page-what-pilates
    .page-what-machine-pilates-contents
    .page-what-machine-pilates-contents-list
    ul {
    padding-left: 5vw;
  }
  .page-what-pilates .page-what-pilates-check02 {
    margin-top: 8vw;
    padding: 6vw 4vw;
  }
  .page-what-pilates .page-what-machine-pilates-contents01 {
    padding-bottom: 5vw;
  }
  .page-what-pilates
    .page-what-machine-pilates-contents01
    .page-what-machine-pilates-contents01-row {
    flex-direction: column;
    width: 90%;
  }
  .page-what-pilates
    .page-what-machine-pilates-contents01
    .page-what-machine-pilates-contents01-row
    ul {
    width: 100%;
    border: none;
  }
  .page-what-pilates
    .page-what-machine-pilates-contents01
    .page-what-machine-pilates-contents01-row
    img {
    width: 100%;
  }
  .page-what-pilates .page-what-machine-pilates-contents02 {
    flex-direction: column;
    margin-top: 6vw;
  }
  .page-what-pilates
    .page-what-machine-pilates-contents02-item
    .page-what-machine-pilates-contents02-title {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 2%;
  }
  .page-what-pilates
    .page-what-machine-pilates-contents02-item
    .page-what-machine-pilates-contents02-title,
  .page-what-pilates
    .page-what-machine-pilates-contents02-item
    .page-what-machine-pilates-contents02-text {
    border: none;
  }
  .page-what-pilates .page-what-machine-pilates-contents03 {
    flex-direction: column;
    margin-top: 5vw;
  }
  .page-what-pilates
    .page-what-machine-pilates-contents03
    .page-what-machine-pilates-contents03-left {
    width: 100%;
  }
  .page-what-pilates
    .page-what-machine-pilates-contents03
    .page-what-machine-pilates-contents03-right {
    width: 100%;
  }
  .page-what-pilates .page-what-machine-pilates-contents04 {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 32px;
  }
  .page-what-pilates
    .page-what-pilates-item04
    .page-what-machine-pilates-item04-title {
    width: 100% !important;
    text-align: center;
    padding-bottom: 5vw;
    position: relative;
  }
  .page-what-pilates
    .page-what-pilates-item04
    .page-what-machine-pilates-item04-title::before {
    position: absolute;
    content: "";
    bottom: 2.5vw;
    left: 50%;
    transform: translateX(-50%);
    width: 36px;
    height: 1px;
    background-color: #000000;
  }
  .page-what-pilates .page-what-pilates-list05 {
    flex-direction: column;
    margin-top: 32px;
  }
  .page-what-pilates .page-what-pilates-list05 .page-what-pilates-list05-title {
    width: 100%;
    padding: 3vw 0;
    border-right: none;
    border-bottom: 1px solid #c0af98;
  }
  .page-what-pilates .page-what-pilates-list05-list {
    flex-direction: column;
    align-items: flex-start;
    padding: 3vw 0;
    width: auto;
  }
  .page-what-pilates
    .page-what-pilates-check02.page-what-machine-pilates-check02
    .page-what-pilates-check02-title {
    font-size: 3.8vw;
  }
  .page-what-pilates
    .page-what-pilates-check02.page-what-machine-pilates-check02
    ul
    li
    p {
    font-size: 3.4vw !important;
  }
  .page-what-pilates
    .page-what-pilates-qa-list
    .page-what-pilates-qa-item
    .page-what-pilates-qa-item-a
    .page-what-pilates-qa-item-a-text
    .page-what-pilates-qa-item-a-history {
    margin-top: 8vw;
    padding: 6vw 4vw;
  }
}

@media screen and (max-width: 1199px) {
  .page-concept .section-feature .section-body .inner .feature-row-1 {
    margin-bottom: 0;
    margin-top: 60px;
  }
  .page-what-pilates .benefits {
    width: 730px !important;
    gap: 7% !important;
  }
  .page-home .section-concept .benefit-item {
    width: 140px;
    height: 140px;
  }
  .page-what-pilates .section-concept .benefit-label {
    font-size: 1.8rem;
  }
}

.table-pc {
  display: block !important;
}
.table-sp {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .table-pc {
    display: none !important;
  }
  .table-sp {
    display: block !important;
  }
}

.mt-img {
  margin-top: 40px;
}
.mt-text {
  margin-top: 60px;
}
.mt-btn {
  margin-top: 80px !important;
}
#title01,
#title02,
#title03,
#title04,
#title05 {
  position: absolute;
  transform: translateY(-100px);
}
.page-what-pilates .page-what-pilates-check02.mt35up {
  margin-top: 35px;
}
.page-what-pilates .c-view-more.mt35up {
  margin-top: 35px;
}
.page-what-pilates .c-view-more.mt55up {
  margin-top: 55px;
}
.page-what-pilates .c-view-more.mt75up {
  margin-top: 75px;
}

.page-pages .header h1 .br-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .mt-img {
    margin-top: 20px;
  }
  .mt-text {
    margin-top: 30px;
  }
  .mt50-text-sp {
    margin-top: 50px;
  }
  .mt-btn {
    margin-top: 40px !important;
  }
  .mt-btn-sp {
    margin-top: 50px !important;
  }

  .page-what-pilates .header-logo-text {
    word-wrap: break-word;
  }
  .page-home .section-concept .benefit-item {
    width: 29.599999999999998vw;
    height: 29.599999999999998vw;
  }
  .page-what-pilates .benefits {
    width: 100% !important;
  }

  .page-what-pilates .page-what-pilates-title03.mt30up {
    margin-top: calc(15% + 32px);
  }
  .page-what-pilates .page-what-pilates-title03.mt60up.mtsp32up {
    margin-top: 32px;
  }
  .page-what-pilates .page-what-pilates-title03.mt30up.mtsp24up {
    margin-top: 24px;
  }
  .page-what-pilates .page-what-pilates-title03.mtsp100up {
    margin-top: 100px;
  }
  .page-what-pilates .page-what-pilates-title03.mtsp80up {
    margin-top: 80px;
  }
  .page-what-pilates .page-what-pilates-title03.mtsp110up {
    margin-top: 110px;
  }
  .page-what-pilates .page-what-pilates-title03.mt60up {
    margin-top: calc(15% + 32px);
  }
  .page-what-pilates .page-what-pilates-table img.table02-sp {
    width: 140vw;
  }
  .page-what-pilates .page-what-pilates-table img.table03-sp {
    width: 175vw;
  }
  .page-what-pilates
    .page-what-pilates-table02.page-what-pilates-table02-01
    table
    tbody
    tr
    th:nth-of-type(1),
  .page-what-pilates
    .page-what-pilates-table03.page-what-pilates-table03-01
    table
    tbody
    tr
    th:nth-of-type(1),
  .page-what-pilates
    .page-what-pilates-table02.page-what-pilates-table02-02
    table
    tbody
    tr
    th:nth-of-type(1) {
    font-size: 1.6rem !important;
  }
  .page-what-pilates .c-view-more.mtsp32up {
    margin-top: calc(8vw + 32px) !important;
    margin-bottom: 112px !important;
  }
  .page-what-pilates .c-view-more.mbsp30 {
    margin-bottom: 80px !important;
  }
  .page-what-pilates .c-view-more.mbsp90 {
    margin-bottom: 100px !important;
  }
  .page-what-pilates .page-what-pilates-qa-list {
    margin-top: 28px;
  }
  .page-pages .header h1 .br-sp {
    display: block;
  }

  .page-what-pilates .page-what-pilates-table02.mt32up {
    margin-bottom: 52px;
    margin-bottom: 32px;
  }
  .page-what-pilates .page-what-pilates-table02.mt32up.mtsp50 {
    margin-top: 52px;
    margin-bottom: 32px;
  }
  .page-what-pilates .page-what-pilates-check02.mt35up.mtsp32up {
    margin-top: 50px;
  }
  .page-what-pilates .c-view-more.mt75up {
    margin-top: 75px;
    margin-bottom: 110px;
  }
  .page-what-pilates
    .page-what-machine-pilates-contents03
    .page-what-machine-pilates-contents03-left {
    margin-top: 32px;
  }
  .page-pilates .section-feature .feature-row-1 .col-content.mtsp-0 {
    margin-top: 0 !important;
  }
  .page-what-pilates .page-what-pilates-title02 {
    margin-top: 90px;
  }
  .page-what-pilates .page-what-pilates-title03.mtsp64up {
    margin-top: 100px !important;
  }
}

/* style 202406 */
.page-home .header-logo[data-fixed="false"] {
  opacity: 1;
  pointer-events: auto;
  top: 0;
  transition: opacity 0.5s ease-in-out, top 0.5s ease-in-out,
    visibility 0.5s ease-in-out;
  visibility: visible;
  position: relative;
  width: 100%;
}
.menu-logo svg {
  fill: #727171;
  max-width: 209px;
  transform: translateY(-2%);
}
.img-mask-wrapper-shadow {
  mix-blend-mode: multiply;
}
.img-mask-wrapper-no-shadow {
  -webkit-filter: none !important;
  filter: none !important;
}
.img-mask-wrapper-shadow .menu-img {
  background: #fff;
}
.img-mask-wrapper-shadow .menu-img.active {
  opacity: 1 !important;
}
@media (min-width: 770px) {
  #header-nav ul li .menu-title a {
    color: #ae987b;
    min-width: 60%;
    border-bottom: 2px solid #9f8a6c;
    display: inline-block;
    padding-bottom: 0.7rem;
  }
}
@media (max-width: 769px) {
  .reserve .reserve-btn {
    border-radius: 3.333vw;
    height: 17vw;
    background: rgba(159, 138, 108, 0.8);
  }
  .reserve .reserve-btn-member {
    background: rgba(114, 113, 113, 0.8);
  }
  .reserve-btn p:first-child {
    margin-bottom: 5px;
  }
  .reserve-btn-excl,
  .reserve-btn-label-sm {
    font-size: 3.2vw;
  }
  .reserve-btn-label {
    font-size: 3.6vw;
  }
  .reserve-btn-label-lg,
  .reserve-btn-member .reserve-btn-label-lg {
    font-size: 5vw;
  }
  .reserve-btn-member .reserve-btn-label-lg {
    line-height: 7vw;
  }
}

/* style 202509 */
.head-ttl {
  text-align: center;
  font-size: 15px;
  margin-top: 50px;
  margin-bottom: 50px;
}
