@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,300&family=Noto+Sans+JP:wght@100..900&family=Zen+Old+Mincho:wght@400;500&display=swap");
/* -------------------------------------------------------
reset
------------------------------------------------------- */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font: inherit;
  font-size: 100%;
}

article,
aside,
details,
figcaption,
figure,
main,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
  content: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
}

input[type=text] {
  padding: 0;
  outline: none;
  border: none;
  border-radius: 0;
  background: none;
}

textarea {
  padding: 0;
  outline: none;
  border: 0;
  background: transparent;
  resize: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select {
  outline: none;
  border: none;
}

.anim {
  opacity: 0;
}

.anim.is-show {
  /*
  opacity: 1;
  transform: translateY(0);
  */
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  0% {
    opacity: 0;
    transform: translateY(60px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
html {
  scroll-behavior: smooth;
  line-height: 1.6;
  color: #373737;
  font-family: "Noto Sans JP", sans-serif;
}

body {
  overflow-x: clip;
  font-size: clamp(0.813rem, 0.688rem + 0.333vw, 0.938rem); /* min: 13px, max: 15px */
}
a {
  text-decoration: none;
  color: #373737;
  cursor: pointer;
  transition: all 0.4s;
}
@media screen and (min-width: 769px) {
  a:hover {
    opacity: 0.75;
  }
}

a[href^="tel:"] {
  cursor: default;
}

@media screen and (min-width: 769px) {
  a[href^="tel:"] {
    cursor: default;
    text-decoration: none;
    pointer-events: none;
  }
  a[href^="tel:"]:hover {
    text-decoration: none;
  }
}
button {
  cursor: pointer;
  transition: all 0.3s;
  border: none;
}

img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

video {
  max-width: 100%;
  width: 100%;
}

.sp {
  display: block;
}
@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}

.pc {
  display: none;
}
@media screen and (min-width: 769px) {
  .pc {
    display: block;
  }
}

main.page {
  padding-top: 80px;
}
@media screen and (min-width: 769px) {
  main.page {
    padding-top: 140px;
  }
}

.bold {
  font-weight: 700;
}

.taC {
  text-align: center;
}

.u-border-top {
  border-top: 1px solid #CEE8DF;
}

.u-border-bottom {
  border-bottom: 1px solid #CEE8DF;
}

.fadeUp {
  opacity: 0;
}

.fadeUp.active {
  animation-name: fadeUp;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 1;
  transform: translateY(0px);
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  80% {
    transform: translateY(0);
  }
  100% {
    opacity: 1;
  }
}
.header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  margin: 0 auto;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.7);
}
.header.navOpen {
  background-color: #fff;
}
.header__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  padding-inline: 14px;
  position: relative;
}
@media screen and (min-width: 769px) {
  .header__inner {
    align-items: center;
    height: 80px;
    padding: 17px 2vw 14px;
  }
}
.header__right {
  position: fixed;
  top: 80px;
  right: 0;
  z-index: 100;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 1025px) {
  .header__right {
    position: absolute;
    top: 18px;
    right: 20px;
    flex-direction: row;
    justify-content: flex-end;
  }
}
.header__btnlist {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 5px;
}
@media screen and (min-width: 1025px) {
  .header__btnlist {
    flex-direction: row;
    align-items: center;
    gap: 8px;
  }
}
.header__btnlist .h-btn {
  padding: 8px 13px;
  font-size: clamp(0.688rem, 0.563rem + 0.333vw, 0.813rem); /* min: 11px, max: 13px */
  font-weight: 500;
  text-decoration: none;
  color: #fff;
  display: flex;
  border-radius: 4px 0 0 4px;
  line-height: 1;
  align-items: center;
  writing-mode: vertical-rl;
  gap: 3px;
  width: 3em;
}
@media screen and (min-width: 1025px) {
  .header__btnlist .h-btn {
    padding: 14px 28px 14px 20px;
    border-radius: 30px;
    position: relative;
    gap: 5px;
    width: unset;
    writing-mode: horizontal-tb;
    transition: all 0.3s;
  }
  .header__btnlist .h-btn::after {
    position: absolute;
    content: url("/assets/img/arw-right-s.svg");
    right: 8px;
    top: 50%;
    transform: translateY(-70%);
  }
  .header__btnlist .h-btn:hover {
    background-color: #666;
  }
}
.header__btnlist .h-btn.sp {
  display: flex;
}
@media screen and (min-width: 1025px) {
  .header__btnlist .h-btn.sp {
    display: none;
  }
}
.header__btnlist .h-btn.pc {
  display: none;
}
@media screen and (min-width: 1025px) {
  .header__btnlist .h-btn.pc {
    display: flex;
  }
}
.header__btnlist .h-btn-reserve {
  background-color: #9D8F58;
}
.header__btnlist .h-btn-tel {
  background-color: #C6001A;
}
.header__btnlist .h-btn-contact {
  background-color: #3B3B3B;
}
.header__btnlist .h-btn-line {
  background-color: #fff;
  padding: 5px 4px;
  justify-content: center;
}
.header__btnlist .h-btn span {
  width: 16px;
}
.header__btnlist .h-btn span img {
  height: auto;
}
.header__logo {
  width: min(25vw, 124px);
  margin-right: 16px;
}
@media screen and (min-width: 769px) {
  .header__logo img {
    width: 100%;
  }
}

/*--------------------------------------------------------------------------
.footer
---------------------------------------------------------------------------*/
.footer .c-sec__inner {
  padding-block: 0;
}
@media screen and (min-width: 769px) {
  .footer__container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
  }
}
.footer__upper .c-sec__inner {
  padding-top: clamp(4rem, 1rem + 5vw, 7rem); /* min: 40px, max: 70px */
  display: flex;
  flex-direction: column;
  gap: 26px;
}
.footer__upper p {
  text-align: center;
  color: #757575;
  font-weight: 500;
  font-size: clamp(0.813rem, 0.255rem + 1.16vw, 1.125rem); /* min: 13px, max: 18px */
}
@media screen and (min-width: 769px) {
  .footer__upper p {
    font-weight: 700;
  }
}
.footer__sns {
  margin-bottom: 12px;
  display: flex;
  justify-content: center;
  gap: 24px;
}
@media screen and (min-width: 769px) {
  .footer__sns {
    gap: 30px;
  }
}
.footer__sns li a {
  width: clamp(1.125rem, 0.563rem + 1.5vw, 1.688rem); /* min: 18px, max: 27px */
}
.footer__lower {
  padding-block: 16px;
  background: #F9F7F5;
  text-align: center;
  border-radius: 10px;
  margin: 20px;
}
@media screen and (min-width: 769px) {
  .footer__lower {
    padding-block: 50px;
    border-radius: 20px;
    margin-block: 60px 40px;
  }
}
.footer__copyright {
  color: #8C8C8C;
  font-size: clamp(0.688rem, 0.563rem + 0.333vw, 0.813rem); /* min: 11px, max: 13px */
}

/*--------------------------------------------------------------------------
.l-grid-2col
---------------------------------------------------------------------------*/
.l-grid-2col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: min(4.8svw, 24px);
}

/*--------------------------------------------------------------------------
.l-grid-3col
---------------------------------------------------------------------------*/
@media screen and (min-width: 769px) {
  .md\:l-grid-3col {
    display: grid;
    gap: min(4.4vw, 60px);
    justify-content: space-between;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  }
}
/*--------------------------------------------------------------------------
.c-loading
---------------------------------------------------------------------------*/
.c-loading {
  /* ローディング画面のスタイル */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  visibility: visible;
  z-index: 9999;
  transition: 1s;
  animation: fadeOut 0.5s 2.5s forwards;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
.loading__logo {
  opacity: 0;
  animation: logo_fade 2s 0.5s forwards;
  max-width: 155px;
}

@keyframes logo_fade {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  60% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
  }
}
/*--------------------------------------------------------------------------
.c-breadcrumb
---------------------------------------------------------------------------*/
.c-breadcrumb {
  padding-inline: 20px;
  max-width: 1400px;
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .c-breadcrumb {
    padding-top: 10px;
  }
}
.c-breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
}
.c-breadcrumb__link {
  font-weight: 500;
  display: inline-block;
  line-height: 1.2;
  font-size: clamp(0.688rem, 0.563rem + 0.333vw, 0.813rem); /* min: 11px, max: 13px */
}
.c-breadcrumb__link::after {
  content: "";
  width: 5px;
  height: 5px;
  display: inline-block;
  border-top: 1px solid #373D5B;
  border-right: 1px solid #373D5B;
  transform: rotate(45deg);
  margin-inline: 6px;
  vertical-align: middle;
}
.c-breadcrumb__link.current {
  font-weight: 400;
  pointer-events: none;
}
.c-breadcrumb__link.current::after {
  display: none;
}

/*--------------------------------------------------------------------------
.c-sec
---------------------------------------------------------------------------*/
.c-sec__inner {
  max-width: 1230px;
  padding-inline: 15px;
}
@media screen and (min-width: 769px) {
  .c-sec__inner {
    margin: 0 auto;
    padding-inline: 20px;
  }
}

/*--------------------------------------------------------------------------
.c-secttl
---------------------------------------------------------------------------*/
.c-secttl {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: clamp(1.125rem, 0.625rem + 1.333vw, 1.625rem); /* min: 18px, max: 26px */
  font-family: "Inter", sans-serif;
  letter-spacing: 0.01em;
  line-height: 1.3;
  font-weight: 300;
  padding-bottom: 12px;
  border-bottom: 1px solid #ccc;
}
@media screen and (min-width: 769px) {
  .c-secttl {
    margin-bottom: 40px;
  }
}
.c-secttl::before {
  content: url(/musee-lp/assets/img/icon-house.svg);
  display: block;
}
.c-secttl-ja {
  font-family: "Zen Old Mincho", serif;
  text-align: center;
  font-size: clamp(1.125rem, 0rem + 3vw, 2.25rem); /* min: 18px, max: 36px */
  line-height: 1.5;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .c-secttl-ja {
    margin-bottom: 60px;
  }
}
.c-secttl-ja span {
  display: block;
  text-align: center;
  color: #8C8C8C;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  padding-top: 0.5em;
  font-size: clamp(0.938rem, 0.75rem + 0.5vw, 1.125rem); /* min: 15px, max: 18px */
}
@media screen and (min-width: 769px) {
  .c-secttl-ja span {
    padding-top: 1em;
  }
}

/*--------------------------------------------------------------------------
.c-subttl
---------------------------------------------------------------------------*/
.c-subttl {
  font-size: min(5.6vw, 20px);
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .c-subttl {
    font-size: clamp(1.8rem, 0.4rem + 2.333vw, 3.2rem); /* min: 18px, max: 32px */
  }
}

/*--------------------------------------------------------------------------
 swiper
---------------------------------------------------------------------------*/
.swiper-container {
  position: relative;
}

.swiper-slide {
  width: auto;
  height: auto;
}

/* 前へ次への矢印カスタマイズ */
.swiper-button-prev,
.swiper-button-next {
  display: none;
}
@media screen and (min-width: 769px) {
  .swiper-button-prev,
  .swiper-button-next {
    display: block !important;
    height: 42px;
    width: 42px;
    z-index: 0;
  }
}

@media screen and (min-width: 769px) {
  .swiper-button-prev {
    left: max(-5vw, -56px);
  }
}

@media screen and (min-width: 769px) {
  .swiper-button-next {
    right: max(-5vw, -56px);
  }
}

/* 前へ次への矢印カスタマイズ */
.swiper-button-prev::after,
.swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  margin: auto;
  display: block;
  width: 100%;
  height: 100%;
}

/* 前への矢印カスタマイズ */
.swiper-button-prev::after {
  background-image: url(/musee-lp/assets/img/common/slider-arw-prev.svg);
}

/* 次への矢印カスタマイズ */
.swiper-button-next::after {
  background-image: url(/musee-lp/assets/img/common/slider-arw-next.svg);
}

/* 画像サイズ調整 */
.swiper-slide img {
  height: auto;
  width: 100%;
}

.swiper-pagination {
  position: relative;
  margin-top: 16px;
  display: block;
  z-index: 0;
}
@media screen and (min-width: 769px) {
  .swiper-pagination {
    display: none;
    margin-top: 24px;
  }
}

.swiper-pagination-bullet {
  background-color: #999;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #999;
}

/*--------------------------------------------------------------------------
.c-txt
---------------------------------------------------------------------------*/
.c-txt {
  font-size: clamp(1.4rem, 1rem + 0.667vw, 1.8rem); /* min: 14px, max: 18px */
  font-weight: 500;
  line-height: 1.8;
}
.c-txt-sm {
  font-size: clamp(1.2rem, 0.9rem + 0.5vw, 1.5rem); /* min: 12px, max: 15px */
}

.c-txt-gary-sm {
  padding-block: 5px;
  color: #666;
  font-size: clamp(0.688rem, 0.563rem + 0.333vw, 0.813rem); /* min: 11px, max: 13px */
}

/*--------------------------------------------------------------------------
.c-link
---------------------------------------------------------------------------*/
.c-link {
  display: flex;
  justify-content: center;
  gap: 10px;
}
@media screen and (min-width: 769px) {
  .c-link {
    gap: 40px;
  }
}

/*--------------------------------------------------------------------------
.c-btn
---------------------------------------------------------------------------*/
.c-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-block: 18px;
  padding-inline: 24px 40px;
  color: #fff;
  background-color: #C6001A;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.1;
  width: min(240px, 100%);
  border-radius: 10px;
  position: relative;
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .c-btn {
    padding-block: 20px;
    font-size: 16px;
    width: min(335px, 100%);
  }
}
.c-btn:hover {
  opacity: 1;
  transform: translateY(-3px);
}

.c-btn-list {
  display: flex;
  justify-content: center;
  gap: 10px;
  width: 90%;
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .c-btn-list {
    gap: 4.7%;
  }
}
.c-btn-list__item {
  display: block;
  width: 100%;
  max-width: 400px;
}
.c-btn-list__item a {
  display: block;
  border-radius: 6px;
  padding: 12px 5px;
  line-height: 1.6;
  color: #fff;
  height: fit-content;
  width: 100%;
  min-width: 142px;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 769px) {
  .c-btn-list__item a {
    border-radius: 10px;
    padding: 12px 20px;
    display: inline-block;
    padding: 16px;
    padding-inline: 30px;
    min-width: 165px;
  }
}
.c-btn-list__item a.sp {
  display: block;
}
@media screen and (min-width: 769px) {
  .c-btn-list__item a.sp {
    display: none;
  }
}
.c-btn-list__item a.pc {
  display: none;
}
@media screen and (min-width: 769px) {
  .c-btn-list__item a.pc {
    display: block;
  }
}
.c-btn-list__item a .en {
  font-family: "Inter", sans-serif;
  letter-spacing: 0.05em;
  font-size: clamp(0.563rem, 0.188rem + 1vw, 0.938rem); /* min: 9px, max: 15px */
}
.c-btn-list__item a .ja {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Zen Old Mincho", serif;
  gap: 5px;
  font-size: clamp(0.813rem, 0.25rem + 1.5vw, 1.375rem); /* min: 13px, max: 22px */
  font-weight: 500;
}
.c-btn-list__item a .ja span {
  line-height: 1.2;
}
.c-btn-list__item a .ja span img {
  max-width: 14px;
}
@media screen and (min-width: 769px) {
  .c-btn-list__item a .ja span img {
    max-width: 32px;
  }
}
.c-btn-list__item a::after {
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  background-image: url(/musee-lp/assets/img/arw-right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%) scale(0.7);
  transition: all 0.3s;
}
@media screen and (min-width: 769px) {
  .c-btn-list__item a::after {
    width: 12px;
    height: 12px;
    right: 15px;
    transform: translateY(-50%) scale(1);
  }
}
.c-btn-list__item a:hover::after {
  right: 2px;
}
@media screen and (min-width: 769px) {
  .c-btn-list__item a:hover::after {
    right: 10px;
  }
}
.c-btn-list-visit {
  background-color: #9D8F58;
}
.c-btn-list-tel {
  background-color: #C6001A;
}

.c-btn-red a, .c-btn-red > span {
  display: inline-block;
  background-color: #C6001A;
  color: #fff;
  font-weight: 500;
  padding: 12px 20px;
  border-radius: 30px;
  font-size: clamp(0.75rem, 0.625rem + 0.333vw, 0.875rem); /* min: 12px, max: 14px */
  text-align: center;
  width: fit-content;
  margin: 0 auto;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .c-btn-red a, .c-btn-red > span {
    padding-block: 16px;
    padding-inline: 30px;
  }
}

/*--------------------------------------------------------------------------
.c-copytxt
---------------------------------------------------------------------------*/
.c-copytxt {
  font-size: clamp(2rem, 1.2rem + 1.667vw, 3.2rem); /* min: 22px, max: 32px */
  font-weight: bold;
  color: #2F354C;
  line-height: 1.5;
}
.c-copytxt-center {
  text-align: center;
}

/*--------------------------------------------------------------------------
.c-img
---------------------------------------------------------------------------*/
.c-img {
  border-radius: 12px;
  overflow: hidden;
}

/*--------------------------------------------------------------------------
.c-table
---------------------------------------------------------------------------*/
.c-table {
  border: 1px solid #ccc;
  border-bottom: none;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.c-table:last-child {
  border-bottom: 1px solid #ccc;
}
.c-table .th,
.c-table .td {
  line-height: 1.7;
  padding: 10px 12px;
  vertical-align: middle;
  font-size: clamp(1.3rem, 1.1rem + 0.333vw, 1.5rem); /* min: 13px, max: 15px */
}
.c-table .th {
  text-align: center;
  background-color: #EDFBF5;
  font-weight: 500;
}
.c-table .th-grey {
  background-color: #F7F7F7;
  border-bottom: none;
  border-top: 1px solid #BBBBBB;
  border-right: 1px solid #BBBBBB;
}
.c-table .th-grey:last-child {
  border-right: none;
}
.c-table .td {
  text-align: left;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.c-table .td-grey {
  border-bottom: none;
  border-top: 1px solid #BBBBBB;
  border-right: 1px solid #BBBBBB;
}
.c-table .td-grey:last-child {
  border-right: none;
}
.c-table .td-center {
  text-align: center;
}
.c-table__txt-sm {
  font-size: 10px;
  line-height: 1.2;
  display: block;
  margin-inline: -5px;
}
@media screen and (min-width: 769px) {
  .c-table__txt-sm {
    font-size: 11px;
    margin-inline: -7px;
  }
}
.c-table__txt-500 {
  font-weight: 500;
}

/*--------------------------------------------------------------------------
.p-top-fv
---------------------------------------------------------------------------*/
.fv {
  width: 100%;
  height: 100svh;
  color: #fff;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  position: relative;
  bottom: -1px;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .fv {
    display: flex;
  }
}
.fv__slider {
  position: absolute;
  width: 100%;
  height: 100%;
}
.fv__slider-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  object-fit: cover;
  overflow: hidden;
}
.fv__cont {
  width: 96%;
  max-width: max(90vw, 1420px);
  margin-inline: auto;
  container-type: inline-size;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .fv__cont {
    gap: 30px;
    margin-bottom: 60px;
  }
}
.fv .slick-list {
  overflow: visible;
  height: 100%;
}
.fv .slick-track {
  object-fit: cover;
  height: 100%;
}
.fv__ttl {
  width: 58.2cqw;
  max-width: 465px;
}
@media screen and (min-width: 769px) {
  .fv__ttl {
    width: 32.7cqw;
  }
}
.fv__sub {
  font-family: "Zen Old Mincho", serif;
  color: #fff;
  font-size: clamp(1rem, 0.25rem + 2vw, 1.75rem); /* min: 16px, max: 28px */
  letter-spacing: -0.01em;
}
.slide-animation {
  animation: fadezoom 8s 0s forwards;
}

@keyframes fadezoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}
/*--------------------------------------------------------------------------
.intro
---------------------------------------------------------------------------*/
.intro {
  background-image: url(/musee-lp/assets/img/bg-intro_sp.jpg);
  background-size: 100% 50%;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-color: #2F354C;
  padding-block: clamp(2rem, -1rem + 10vw, 10rem); /* min: 20px, max: 100px */
  color: #fff;
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  .intro {
    background-image: url(/musee-lp/assets/img/bg-intro.jpg);
    background-size: 50% 100%;
    background-position: right top;
    margin-bottom: 80px;
  }
}
.intro__txt {
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(1rem, 0.75rem + 0.667vw, 1.25rem); /* min: 16px, max: 20px */
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  .intro__txt {
    margin-bottom: 60px;
  }
}

/*--------------------------------------------------------------------------
.p-point
---------------------------------------------------------------------------*/
.p-point {
  padding-inline: 15px;
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  .p-point {
    padding-inline: 20px;
    margin-bottom: 100px;
  }
}
.p-point__cont {
  padding: 40px 5px 40px;
  border-radius: 10px;
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-point__cont {
    border-radius: 30px;
    padding: 70px 20px 100px;
  }
}
.p-point__cont::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/musee-lp/assets/img/bg-grd01.jpg) no-repeat center center;
  background-size: cover;
  opacity: 0.4;
  z-index: -1;
  border-radius: 10px;
}
@media screen and (min-width: 769px) {
  .p-point__cont::before {
    border-radius: 30px;
  }
}
.p-point__list {
  display: flex;
  flex-direction: column;
  gap: 60px;
  margin-bottom: 40px;
  padding-top: 20px;
}
@media screen and (min-width: 769px) {
  .p-point__list {
    gap: 100px;
    margin-bottom: 80px;
    padding-top: 0;
  }
}
.p-point__item {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media screen and (min-width: 769px) {
  .p-point__item {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: unset;
  }
}
.p-point__item-img {
  width: 100%;
  max-width: 620px;
  margin-inline: auto;
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-point__item-img {
    width: 51.66%;
  }
}
.p-point__item-img::after {
  content: "";
  position: absolute;
  top: -14%;
  left: 4%;
  width: 32%;
  height: 30%;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .p-point__item-img::after {
    top: -17%;
    width: 100%;
    max-width: 198px;
  }
}
.p-point__item:nth-child(1) .p-point__item-img::after {
  background: url(/musee-lp/assets/img/point-num01.svg) no-repeat left top;
  background-size: 100%;
}
.p-point__item:nth-child(2) .p-point__item-img::after {
  background: url(/musee-lp/assets/img/point-num02.svg) no-repeat left top;
  background-size: 100%;
}
.p-point__item:nth-child(3) .p-point__item-img::after {
  background: url(/musee-lp/assets/img/point-num03.svg) no-repeat left top;
  background-size: 100%;
}
.p-point__item:nth-child(4) .p-point__item-img::after {
  background: url(/musee-lp/assets/img/point-num04.svg) no-repeat left top;
  background-size: 100%;
}
.p-point__item-txt {
  width: 100%;
  max-width: 504px;
  line-height: 1.6;
}
@media screen and (min-width: 769px) {
  .p-point__item-txt {
    width: 42%;
    line-height: 2;
  }
}
.p-point__item-txt .p-point__ttl {
  font-size: clamp(1.125rem, 0.625rem + 1.333vw, 1.625rem); /* min: 18px, max: 26px */
  font-weight: 400;
  font-family: "Zen Old Mincho", serif;
  line-height: 1.6;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .p-point .p-point__item:nth-child(2n) .p-point__item-img {
    order: 2;
  }
  .p-point .p-point__item:nth-child(2n) .p-point__item-txt {
    order: 1;
  }
}

/*--------------------------------------------------------------------------
.p-lineup
---------------------------------------------------------------------------*/
.p-lineup {
  padding-inline: 15px;
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  .p-lineup {
    padding-inline: 30px;
    margin-bottom: 80px;
  }
}
.p-lineup__list {
  display: flex;
  flex-direction: column;
  gap: 60px;
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  .p-lineup__list {
    gap: 100px;
    margin-bottom: 80px;
  }
}
.p-lineup__item {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media screen and (min-width: 769px) {
  .p-lineup__item {
    width: 100%;
    max-width: 1580px;
    margin-inline: auto;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: unset;
  }
}
.p-lineup__item-img {
  width: 100%;
  max-width: 800px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .p-lineup__item-img {
    width: 50.6%;
    border-radius: 20px;
  }
}
.p-lineup__item-cont {
  width: 100%;
  padding-inline: 2.5%;
  line-height: 1.6;
}
@media screen and (min-width: 769px) {
  .p-lineup__item-cont {
    padding-inline: 6.5%;
    line-height: 2;
    width: 49.2%;
  }
}
.p-lineup__btn-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media screen and (min-width: 769px) {
  .p-lineup__btn-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.p-lineup__btn-list .c-btn-red {
  display: block;
}
.p-lineup__btn-list .c-btn-red a {
  width: 100%;
}
.p-lineup__ttl {
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .p-lineup__ttl {
    margin-bottom: 20px;
  }
}
.p-lineup__ttl .en {
  display: block;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: clamp(1.25rem, 0rem + 3.333vw, 2.5rem); /* min: 20px, max: 40px */
  color: #9D8F58;
  line-height: 1.2;
}
.p-lineup__ttl .ja {
  font-size: clamp(1rem, 0.75rem + 0.667vw, 1.25rem); /* min: 16px, max: 20px */
  font-weight: 400;
  font-family: "Zen Old Mincho", serif;
  line-height: 1.6;
}
.p-lineup__txt {
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  .p-lineup__txt {
    margin-bottom: 60px;
  }
}
.p-lineup__sttl {
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(1rem, 0.75rem + 0.667vw, 1.25rem); /* min: 16px, max: 20px */
  margin-bottom: 10px;
}
.p-lineup__tbl {
  border-collapse: collapse;
  margin-block: 15px 10px;
}
@media screen and (min-width: 769px) {
  .p-lineup__tbl {
    margin-block: 20px 15px;
  }
}
.p-lineup__tbl th, .p-lineup__tbl td {
  border: solid 1px #cecece;
  padding: 10px 12px;
  line-height: 1.2;
  font-size: clamp(0.813rem, 0.688rem + 0.333vw, 0.938rem); /* min: 13px, max: 15px */
}
.p-lineup__tbl th {
  background-color: #FDFCF4;
  color: #666;
}
.p-lineup .c-btn-red {
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  .p-lineup .c-btn-red {
    margin-top: 30px;
  }
}
.p-lineup__txt-red {
  color: #C6001A;
  font-size: clamp(1rem, 0.875rem + 0.333vw, 1.125rem); /* min: 16px, max: 18px */
  font-weight: 700;
  border-bottom: solid 1px #C6001A;
}
@media screen and (min-width: 769px) {
  .p-lineup__txt-red {
    line-height: 2;
  }
}

/*--------------------------------------------------------------------------
.p-voice
---------------------------------------------------------------------------*/
.p-voice {
  padding-inline: 15px;
  margin-inline: auto;
  margin-bottom: 60px;
}
@media screen and (min-width: 769px) {
  .p-voice {
    padding-inline: 30px;
    margin-bottom: 100px;
  }
}
.p-voice__inner {
  display: block;
  background: url(/musee-lp/assets/img/bg-voice.jpg) no-repeat center center;
  background-size: cover;
  border-radius: 15px;
  padding: 50px 20px 14px;
  max-width: 1580px;
  position: relative;
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .p-voice__inner {
    border-radius: 30px;
    padding: 100px 20px 30px;
  }
}
.p-voice__inner::after {
  content: url(/musee-lp/assets/img/ttl-voice.svg);
  position: absolute;
  left: -70px;
  top: -10px;
  z-index: 3;
  transform: scale(0.6);
}
@media screen and (min-width: 769px) {
  .p-voice__inner::after {
    transform: scale(1);
    left: 70px;
    top: 20px;
  }
}
.p-voice #p-top-voice-swiper {
  position: relative;
  z-index: 2;
}
.p-voice #p-top-voice-swiper .swiper-wrapper {
  margin-inline: auto;
  width: fit-content;
}
@media screen and (min-width: 769px) {
  .p-voice #p-top-voice-swiper .slide__wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
.p-voice .c-card01 {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .p-voice .c-card01 {
    width: 30%;
    max-width: 320px;
  }
}
.p-voice .c-card01__inner {
  height: 100%;
  display: block;
  background-color: #fff;
  border-radius: 10px;
  padding: 25px 20px;
}
@media screen and (min-width: 769px) {
  .p-voice .c-card01__inner {
    border-radius: 20px;
    padding: 30px;
  }
}
.p-voice .c-card01__profile {
  display: flex;
  align-items: center;
  gap: 18px;
}
.p-voice .c-card01__profile-img {
  width: 26.6%;
  max-width: 80px;
}
.p-voice .c-card01__profile-txt p {
  font-size: clamp(0.875rem, 0.75rem + 0.333vw, 1rem); /* min: 14px, max: 16px */
  font-weight: 700;
  margin-bottom: 5px;
}
.p-voice .c-card01__profile-txt .star {
  display: flex;
  gap: 4px;
}
@media screen and (min-width: 1025px) {
  .p-voice .c-card01__profile-txt .star {
    gap: 7px;
  }
}
.p-voice .c-card01__profile-txt .star img {
  width: 1.1rem;
}
.p-voice .c-card01__txtblock {
  padding-top: 15px;
  font-size: clamp(0.813rem, 0.75rem + 0.167vw, 0.875rem); /* min: 13px, max: 14px */
}
@media screen and (min-width: 769px) {
  .p-voice .c-card01__txtblock {
    padding-top: 25px;
  }
}

.c-textline {
  overflow: hidden;
  display: flex;
  width: 100vw;
  font-weight: bold;
  z-index: 1;
  position: relative;
  transform: translateY(-2em);
  margin-inline: -20px;
}
.c-textline .c-textline__item {
  flex-shrink: 0;
  white-space: nowrap;
  font-size: clamp(4.875rem, 1.75rem + 8.333vw, 8rem); /* min: 78px, max: 128px */
  color: rgba(255, 255, 255, 0.4);
  font-weight: 700;
  white-space: nowrap;
  line-height: 1;
  padding-right: 1rem;
}
@media screen and (min-width: 769px) {
  .c-textline .c-textline__item {
    padding-right: 1rem;
  }
}
.c-textline .c-textline__item:nth-child(odd) {
  animation: moveLeft 80s -22s infinite linear;
}
.c-textline .c-textline__item:nth-child(even) {
  animation: moveLeft2 80s infinite linear;
}

@keyframes moveLeft {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes moveLeft2 {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-150%);
  }
}
/*--------------------------------------------------------------------------
.p-process
---------------------------------------------------------------------------*/
.p-process {
  width: 100%;
  padding-inline: 15px;
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  .p-process {
    padding-inline: 30px;
    margin-bottom: 100px;
  }
}
.p-process__list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
  max-width: 1040px;
  margin-inline: auto;
}
.p-process__item {
  background-color: #EEF6FF;
  padding-inline: 20px;
  padding-block: 25px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
  border-radius: 12px;
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-process__item {
    padding-inline: 30px;
    padding-block: 25px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: unset;
  }
}
@media screen and (min-width: 1190px) {
  .p-process__item:nth-child(odd) {
    transform: translateX(4.8%);
  }
}
@media screen and (min-width: 1190px) {
  .p-process__item:nth-child(even) {
    transform: translateX(-4.8%);
  }
}
.p-process__item::before {
  content: "";
  position: absolute;
  top: -4%;
  left: 2.8%;
  width: 24%;
  max-width: 80px;
  height: 25%;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .p-process__item::before {
    top: -7%;
    width: 100%;
    max-width: 110px;
  }
}
.p-process__item:nth-child(1)::before {
  background: url(/musee-lp/assets/img/step01.svg) no-repeat left top;
  background-size: 100%;
}
.p-process__item:nth-child(2)::before {
  background: url(/musee-lp/assets/img/step02.svg) no-repeat left top;
  background-size: 100%;
}
.p-process__item:nth-child(3)::before {
  background: url(/musee-lp/assets/img/step03.svg) no-repeat left top;
  background-size: 100%;
}
.p-process__item:nth-child(4)::before {
  background: url(/musee-lp/assets/img/step04.svg) no-repeat left top;
  background-size: 100%;
}
.p-process__item:nth-child(5)::before {
  background: url(/musee-lp/assets/img/step05.svg) no-repeat left top;
  background-size: 100%;
}
.p-process__item::after {
  content: "";
  position: absolute;
  bottom: -6%;
  width: 18%;
  height: 25%;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .p-process__item::after {
    bottom: -8%;
    width: 100%;
    height: 45%;
    max-width: 90px;
  }
}
@media screen and (min-width: 1190px) {
  .p-process__item::after {
    bottom: -28%;
    max-width: 110px;
  }
}
.p-process__item:nth-child(odd)::after {
  background: url(/musee-lp/assets/img/step-arw-R.svg) no-repeat right bottom;
  background-size: 100%;
  right: -2.5%;
}
@media screen and (min-width: 769px) {
  .p-process__item:nth-child(odd)::after {
    right: -1.5%;
  }
}
.p-process__item:nth-child(even)::after {
  background: url(/musee-lp/assets/img/step-arw-L.svg) no-repeat right bottom;
  background-size: 100%;
  left: -2.5%;
}
@media screen and (min-width: 769px) {
  .p-process__item:nth-child(even)::after {
    left: -1.5%;
  }
}
.p-process__item:nth-child(5)::after {
  display: none;
}
.p-process__item-img {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .p-process__item-img {
    width: 46.9%;
    max-width: 460px;
  }
}
.p-process__item-txt {
  width: 100%;
  line-height: 1.6;
}
@media screen and (min-width: 769px) {
  .p-process__item-txt {
    width: 46.9%;
    max-width: 460px;
    line-height: 2;
  }
}
.p-process__item-txt .red {
  color: #C6001A;
}
.p-process__item-txt .p-process__ttl {
  font-size: clamp(1.125rem, 0.875rem + 0.667vw, 1.375rem); /* min: 18px, max: 22px */
  font-weight: 400;
  font-family: "Zen Old Mincho", serif;
  line-height: 1.6;
  margin-bottom: 10px;
}
.p-process__item-txt p + p {
  margin-top: 10px;
}
@media screen and (min-width: 769px) {
  .p-process__item-txt p + p {
    margin-top: 15px;
  }
}

/*--------------------------------------------------------------------------
.p-achievements
---------------------------------------------------------------------------*/
.p-achievements {
  margin-bottom: 40px;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .p-achievements {
    margin-bottom: 100px;
  }
}
.p-achievements .c-sec__inner {
  max-width: 1480px;
  position: relative;
  padding-inline: 0;
}
@media screen and (min-width: 1025px) {
  .p-achievements .c-sec__inner {
    padding-inline: 20px;
  }
}
.p-achievements .c-btn-red {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .p-achievements .c-btn-red {
    position: absolute;
    right: 20px;
    top: 8vw;
    margin-bottom: auto;
  }
}
.p-achievements #p-achievements-swiper {
  position: relative;
  z-index: 2;
  margin-inline: -15px;
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  .p-achievements #p-achievements-swiper {
    margin-inline: auto;
  }
}
.p-achievements #p-achievements-swiper .swiper-wrapper {
  margin-inline: auto;
}
@media screen and (min-width: 1025px) {
  .p-achievements #p-achievements-swiper .slide__wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
}
.p-achievements .p-achievements__item {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media screen and (min-width: 1025px) {
  .p-achievements .p-achievements__item {
    width: 30%;
    max-width: 340px;
    gap: 30px;
  }
}
.p-achievements .p-achievements__item-img {
  width: 100%;
}
.p-achievements .p-achievements__item-img img {
  border-radius: 10px;
}
@media screen and (min-width: 1025px) {
  .p-achievements .p-achievements__item-img img {
    border-radius: 20px;
  }
}
.p-achievements .p-achievements__item-txtblock h4 {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .p-achievements .p-achievements__item-txtblock h4 {
    font-size: 16px;
  }
}
.p-achievements .p-achievements__item-txtblock p {
  font-size: 13px;
  margin-bottom: 15px;
}
@media screen and (min-width: 769px) {
  .p-achievements .p-achievements__item-txtblock p {
    font-size: 14px;
  }
}
.p-achievements .p-achievements__item-txtblock .tag__list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.p-achievements .p-achievements__item-txtblock .tag__list li {
  background-color: #F7F2EB;
  line-height: 1;
  padding: 0.3em 0.6em;
  border-radius: 2px;
  display: inline-flex;
  white-space: nowrap;
  font-size: clamp(0.75rem, 0.688rem + 0.167vw, 0.813rem); /* min: 12px, max: 13px */
}

/*--------------------------------------------------------------------------
.p-contact
---------------------------------------------------------------------------*/
.p-contact {
  background: url(/musee-lp/assets/img/bg-contact.jpg) no-repeat center center;
  background-size: cover;
  padding-inline: 15px;
  padding-block: 50px;
}
@media screen and (min-width: 769px) {
  .p-contact {
    padding-inline: 20px;
    padding-block: 100px;
  }
}
.p-contact__inner {
  width: 100%;
  max-width: 1100px;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  padding-inline: 10px;
  padding-block: 40px;
}
@media screen and (min-width: 769px) {
  .p-contact__inner {
    border-radius: 20px;
    padding-inline: 20px;
    padding-block: 50px;
  }
}
.p-contact__carendar {
  margin: 20px auto 10px;
  text-align: center;
}
.p-contact__carendar iframe {
  width: 70%;
  max-width: 400px;
  height: 100%;
  aspect-ratio: 9/10;
}
@media screen and (min-width: 769px) {
  .p-contact__carendar iframe {
    aspect-ratio: 9/8;
    width: 96%;
  }
}
.p-contact__ttl {
  margin-bottom: 24px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-contact__ttl {
    margin-bottom: 30px;
  }
}
.p-contact__ttl .en {
  display: block;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: clamp(0.875rem, 0.5rem + 1vw, 1.25rem); /* min: 14px, max: 20px */
  color: #9D8F58;
  line-height: 1.2;
}
.p-contact__ttl .ja {
  font-size: clamp(1.25rem, 0.5rem + 2vw, 2rem); /* min: 20px, max: 32px */
  font-weight: 400;
  font-family: "Zen Old Mincho", serif;
  line-height: 1.6;
}
.p-contact__txt {
  text-align: center;
}
.p-contact__telnum {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  padding-top: 5px;
}
@media screen and (min-width: 769px) {
  .p-contact__telnum {
    padding-top: 10px;
  }
}
.p-contact__telnum span {
  font-style: italic;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #2F3A4C;
  font-size: clamp(1.25rem, 1rem + 0.667vw, 1.5rem); /* min: 20px, max: 24px */
}
.p-contact__telnum img {
  width: 24px;
}
.p-contact .c-txt-gary-sm {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .p-contact .c-txt-gary-sm {
    margin-bottom: 40px;
  }
}

/*--------------------------------------------------------------------------
   p-bnr
---------------------------------------------------------------------------*/
.p-bnr {
  margin-block: 24px 40px;
}
@media screen and (min-width: 769px) {
  .p-bnr {
    margin-block: 80px;
  }
}
.p-bnr .p-bnr__link {
  display: block;
  background: linear-gradient(70deg, #F4EBDE, #FFFEFD);
  max-width: 800px;
  width: 100%;
  margin: auto;
  padding-block: 24px;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-bnr .p-bnr__link {
    padding-block: 40px;
    border-radius: 20px;
  }
}
.p-bnr .p-bnr__link::before, .p-bnr .p-bnr__link::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 15%;
}
@media screen and (min-width: 769px) {
  .p-bnr .p-bnr__link::before, .p-bnr .p-bnr__link::after {
    width: 20%;
  }
}
.p-bnr .p-bnr__link::before {
  background: url(/musee-lp/assets/img/bg-bnr-L-sp.png) no-repeat center right;
  background-size: cover;
  left: 0;
}
@media screen and (min-width: 769px) {
  .p-bnr .p-bnr__link::before {
    background: url(/musee-lp/assets/img/bg-bnr-L.png) no-repeat center right;
    background-size: cover;
  }
}
.p-bnr .p-bnr__link::after {
  background: url(/musee-lp/assets/img/bg-bnr-R-sp.png) no-repeat center left;
  background-size: cover;
  right: 0;
}
@media screen and (min-width: 769px) {
  .p-bnr .p-bnr__link::after {
    background: url(/musee-lp/assets/img/bg-bnr-R.png) no-repeat center left;
    background-size: cover;
  }
}
.p-bnr__ttl {
  display: block;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  margin-bottom: 10px;
  font-size: clamp(1.25rem, 0.875rem + 1vw, 1.625rem); /* min: 20px, max: 26px */
  color: #9D8F58;
  line-height: 1.2;
}
.p-bnr p {
  text-align: center;
  font-size: clamp(0.75rem, 0.563rem + 0.5vw, 0.938rem); /* min: 12px, max: 15px */
}
.p-bnr .c-btn-red {
  text-align: center;
  padding-top: 14px;
}
@media screen and (min-width: 769px) {
  .p-bnr .c-btn-red {
    padding-top: 18px;
  }
}

/*--------------------------------------------------------------------------
.p-access
---------------------------------------------------------------------------*/
.p-access {
  padding-inline: 15px;
}
@media screen and (min-width: 769px) {
  .p-access {
    padding-inline: 20px;
  }
}
.p-access__inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 40px;
}
@media screen and (min-width: 769px) {
  .p-access__inner {
    margin: 0 auto 60px;
    display: flex;
    justify-content: space-between;
  }
}
.p-access__txt {
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .p-access__txt {
    width: 45.4%;
    margin-bottom: 0;
  }
}
.p-access__txt p {
  font-size: clamp(0.813rem, 0.688rem + 0.333vw, 0.938rem); /* min: 13px, max: 15px */
}
.p-access__txt p > span {
  font-size: clamp(0.938rem, 0.875rem + 0.167vw, 1rem); /* min: 15px, max: 16px */
}
.p-access__img {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .p-access__img {
    width: 50.9%;
  }
}
.p-access__img img {
  width: 48.2%;
}
.p-access__map {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .p-access__map {
    border-radius: 20px;
  }
}
.p-access__map iframe {
  width: 100%;
  height: 365px;
}
@media screen and (min-width: 769px) {
  .p-access__map iframe {
    height: 460px;
  }
}

/*--------------------------------------------------------------------------
お問い合わせフォーム
---------------------------------------------------------------------------*/
.p-inquiry {
  padding-inline: 15px;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .p-inquiry {
    padding-inline: 20px;
  }
}
.p-inquiry__form {
  background-color: #fff;
  margin-top: 40px;
  padding: 24px 16px 32px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .p-inquiry__form {
    padding: min(5.5vw, 80px);
  }
}
.p-inquiry__form::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/musee-lp/assets/img/bg-grd01.jpg) no-repeat center center;
  background-size: cover;
  opacity: 0.4;
  z-index: -1;
  border-radius: 10px;
}
@media screen and (min-width: 769px) {
  .p-inquiry__form::before {
    border-radius: 30px;
  }
}
.p-inquiry__form-inner {
  display: grid;
  row-gap: 4px;
}
@media screen and (min-width: 769px) {
  .p-inquiry__form-inner {
    grid-template-columns: 1fr;
    row-gap: 30px;
  }
}
.p-inquiry__form-inner button#submit-btn {
  border: none;
  transition: 0.3s;
  cursor: pointer;
  margin-top: 24px;
}
@media screen and (min-width: 769px) {
  .p-inquiry__form-inner button#submit-btn {
    margin-top: 10px;
  }
}
.p-inquiry .error {
  color: #BB0000;
  font-size: 14px;
  margin-block: 0 10px;
  position: absolute;
}

input:-webkit-autofill {
  box-shadow: 0 0 0 1000px white inset;
}

@media screen and (min-width: 769px) {
  .p-inquiry__item {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
  }
}
.p-inquiry__item-left {
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  column-gap: 10px;
  align-items: center;
  padding-bottom: 16px;
}
@media screen and (min-width: 769px) {
  .p-inquiry__item-left {
    padding-bottom: 24px;
    border-bottom: 1px solid #ccc;
    width: 25%;
  }
}
.p-inquiry__item-left p {
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0;
  font-weight: bold;
}
.p-inquiry__item-right {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .p-inquiry__item-right {
    width: 73%;
  }
}
@media screen and (min-width: 769px) {
  .p-inquiry__item-right:has(.radio-wrap) {
    border-bottom: 1px solid #ccc;
  }
}
.p-inquiry__item-right-flex {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.p-inquiry__item-right select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: none;
  border: none;
  padding: 0;
  font: inherit;
}
.p-inquiry__item-right input:not([type=submit]),
.p-inquiry__item-right textarea,
.p-inquiry__item-right select {
  border-radius: 15px;
  background: #fff;
  padding: 18px 12px;
  line-height: 1.4;
  width: 100%;
  height: 100%;
  font-size: 16px;
  border: none;
}
@media screen and (min-width: 769px) {
  .p-inquiry__item-right input:not([type=submit]),
  .p-inquiry__item-right textarea,
  .p-inquiry__item-right select {
    padding: 28px 16px;
  }
}
.p-inquiry__item-right .radio-wrap {
  padding-top: 0;
}
@media screen and (min-width: 769px) {
  .p-inquiry__item-right .radio-wrap {
    padding-top: 20px;
  }
}
.p-inquiry__item-right label.check-line {
  display: block;
  white-space: nowrap;
}
.p-inquiry__item-right label.radio-line {
  margin-right: 16px;
  white-space: nowrap;
}
.p-inquiry__item-right input[type=checkbox] {
  width: fit-content;
}
.p-inquiry__item-right input[type=checkbox],
.p-inquiry__item-right input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 2px solid #B5CCB7;
  width: 18px;
  height: 18px;
  position: relative;
  cursor: pointer;
  margin-right: 6px;
  padding: 0;
  vertical-align: text-top;
  transition: all 0.2s ease;
  border-radius: 2px;
  background-color: #fff;
}
.p-inquiry__item-right input[type=checkbox]:checked {
  background-color: #2F354C;
  border-color: #2F354C;
}
.p-inquiry__item-right input[type=checkbox]:checked::after {
  position: absolute;
  top: 7%;
  left: 34%;
  transform: rotate(50deg);
  width: 6px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: "";
}
.p-inquiry__item-right input[type=radio] {
  border-radius: 50%;
}
.p-inquiry__item-right input[type=radio]:checked::after {
  content: "";
  position: absolute;
  width: 60%;
  height: 60%;
  border-radius: 50%;
  background-color: #2F354C;
  font-size: 14px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-inquiry__item-right .select-wrap {
  position: relative;
}
.p-inquiry__item-right .select-wrap-lg {
  width: 100%;
}
.p-inquiry__item-right .select-wrap::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 7px solid #555555;
  border-bottom: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 8px;
}
.p-inquiry__item-right .option-default {
  color: #B5B5B5;
  font-size: 16px;
}
.p-inquiry__item-right .p-region {
  color: #20334c; /* 選択された後の通常の文字色 */
}
.p-inquiry__item-right .p-region.no-value {
  color: #B5B5B5; /* 初期表示時の色（グレーなど） */
}

.p-inquiry-required {
  color: #fff;
  background: #C6001A;
  border-radius: 2px;
  padding: 4px;
  line-height: 1;
  height: fit-content;
  width: fit-content;
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
}

/*--------------------------------------------------------------------------
確認画面
---------------------------------------------------------------------------*/
.p-inquiry-confirm .p-inquiry__container {
  background-color: #fff;
  padding: 24px 16px 32px;
}
@media screen and (min-width: 769px) {
  .p-inquiry-confirm .p-inquiry__container {
    padding: min(5.5vw, 80px);
  }
}
.p-inquiry-confirm__lead {
  margin-bottom: 16px;
  line-height: 1.6;
}
.p-inquiry-confirm .p-inquiry__container {
  margin-top: 30px;
}
.p-inquiry-confirm .p-inquiry__item {
  border-bottom: 1px solid yellowgreen;
  padding-bottom: 8px;
}
@media screen and (min-width: 769px) {
  .p-inquiry-confirm .p-inquiry__item {
    border: none;
    padding-bottom: 0;
  }
}
.p-inquiry-confirm .p-inquiry__item-left {
  padding-top: 0;
  padding-bottom: 4px;
}
@media screen and (min-width: 769px) {
  .p-inquiry-confirm .p-inquiry__item-left {
    padding-bottom: 16px;
  }
}
.p-inquiry-confirm form {
  grid-template-columns: 1fr;
  display: grid;
  row-gap: 20px;
}
@media screen and (min-width: 769px) {
  .p-inquiry-confirm form {
    row-gap: 32px;
  }
}
.p-inquiry-confirm .p-inquiry__item-right {
  height: 100%;
}
@media screen and (min-width: 769px) {
  .p-inquiry-confirm .p-inquiry__item-right {
    border-bottom: 1px solid #ccc;
  }
}
.p-inquiry-confirm .p-inquiry-required {
  font-size: 12px;
}
.p-inquiry-confirm button[type=submit] {
  border: none;
  transition: 0.3s;
  cursor: pointer;
}
.p-inquiry-confirm input[type=submit] {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.p-inquiry-confirm button.submit-btn.back {
  padding: 10px;
  border-radius: 9px;
  border: 1px solid #888;
  background: #fff;
  transition: 0.3s;
  cursor: pointer;
}
.p-inquiry-confirm button.submit-btn.back:hover {
  opacity: 0.7;
}
.p-inquiry-confirm__btnlist {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .p-inquiry-confirm__btnlist {
    margin-top: 16px;
  }
}
.p-inquiry-confirm .c-sec__btn__link {
  border: none;
}

/*--------------------------------------------------------------------------
完了画面
---------------------------------------------------------------------------*/
.p-inquiry-finish .c-lead {
  margin-bottom: 24px;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
}
.p-inquiry-finish .txt-success {
  padding-block: 20px 40px;
}