@charset "UTF-8";

/*------------------------------
header
------------------------------*/
header {
  background: #242320;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3000;
}

.header__content {
  padding: clamp(0px, 10 * var(--rate-vw), 10px) clamp(0px, 140 * var(--rate-vw), 140px) clamp(0px, 10 * var(--rate-vw), 10px) clamp(0px, 80 * var(--rate-vw), 80px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 767px) {
  .header__content {
    padding: clamp(0px, 5 * var(--rate-vw), 5px) 0;
  }
}

.header__logo {
  width: clamp(0px, 120 * var(--rate-vw), 120px);
}
@media (max-width: 767px) {
  .header__logo {
    width: 30%;
  }
}

@media (max-width: 767px) {
  .header__nav {
    display: none;
  }
}

.header__menu {
  display: flex;
}
.header__menu li:nth-child(n+2) {
  border-left: 1px solid #fff;
}
.header__menu li a {
  display: inline-block;
  font-size: calc(12/10 * 1rem);
  line-height: 2.4375;
  color: #fff;
  padding: 0 1em;
  font-family: "Jost", sans-serif;
}

.header__language {
  position: absolute;
  top: 0;
  right: 0;
  font-size: calc(12/10 * 1rem);
  line-height: 1.2;
  color: #fff;
  background: #b4c65b;
  padding: 0 1em;
}

.drawer-icon {
  z-index: 300;
  display: none;
  transition: transform 0.5s ease 0s;
  cursor: pointer;
}
@media (max-width: 767px) {
  .drawer-icon {
    display: block;
  }
}
.drawer-icon.is-active .drawer-icon__bar1 {
  transform: rotate(-45deg);
  top: 8px;
}
.drawer-icon.is-active .drawer-icon__bar2 {
  display: none;
}
.drawer-icon.is-active .drawer-icon__bar3 {
  transform: rotate(45deg);
  top: 8px;
}

.drawer-icon__bars {
  width: 22px;
  height: 20px;
  display: block;
  position: relative;
  z-index: 400;
}

.drawer-icon__bar1,
.drawer-icon__bar2,
.drawer-icon__bar3 {
  position: absolute;
  width: 22px;
  height: 2px;
  background: #fff;
  top: 0;
  left: 0;
}

.drawer-icon__bar1 {
  top: 0;
  transition: transform 0.3s;
}

.drawer-icon__bar2 {
  top: 8px;
}

.drawer-icon__bar3 {
  top: 16px;
  transition: transform 0.3s;
}

.drawer-content {
  background: #242320;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  padding: clamp(0px, 100 * var(--rate-vw), 100px) clamp(0px, 20 * var(--rate-vw), 20px);
  z-index: 299;
  transform: translateX(105%);
  transition: transform 0.5s ease 0s;
  overflow-y: auto;
  overflow-x: hidden;
  overscroll-behavior: contain; /* scroll伝番防止 */
}



.drawer-content.is-active {
  transform: translateX(0);
}

.drawer-menu li {
  text-align: center;
}
.drawer-menu li:nth-child(n+2) {
  margin-top: clamp(0px, 40 * var(--rate-vw), 40px);
}
.drawer-menu li a {
  display: inline-block;
  font-size: clamp(0px, 16 * var(--rate-fz), 16px);
  font-weight: 400;
  color: #fff;
  font-family: "Jost", sans-serif;
}

.drawer-sns a {
    display: flex;
    align-items: center;
    gap: 8px;
}

.drawer-sns img {
    width: 20px;
    height: 20px;
}

.drawer-language {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding-top: 20px;
    margin-top: 20px;
}

/*------------------------------
footer
------------------------------*/
footer {
  background: #242320;
  padding: clamp(0px, 30 * var(--rate-vw), 30px) 0 clamp(0px, 10 * var(--rate-vw), 10px);
}

.footer__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .footer__wrapper {
    padding-left: 4%;
    padding-right: 0%;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .footer__wrapper {
    display: block;
  }
}

.footer__logo {
  width: clamp(0px, 64 * var(--rate-vw), 64px);
}
@media (max-width: 767px) {
  .footer__logo {
    margin: 0 auto;
  }
}

.footer__address {
  font-size: clamp(0px, 13 * var(--rate-fz), 13px);
  font-weight: 400;
  line-height: 1.1538461538;
  color: #fff;
  margin-left: 6.8%;
}
@media (max-width: 767px) {
  .footer__address {
    margin-top: clamp(0px, 20 * var(--rate-vw), 20px);
  }
}

.footer__nav {
  display: flex;
  gap: 0 clamp(0px, 80 * var(--rate-vw), 80px);
  margin-left: 8.8%;
}
@media (max-width: 767px) {
  .footer__nav {
    margin-top: clamp(0px, 20 * var(--rate-vw), 20px);
  }
}

.footer__item a {
  display: inline-block;
  font-size: clamp(0px, 15 * var(--rate-fz), 15px);
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #fff;
}

.footer__item--blog a {
  display: inline-block;
  background: #b4c65b;
  color: #3c3d38;
  line-height: 1.2;
  padding: 0.2em 1em;
  -webkit-clip-path: polygon(0.5em 0%, 0% 50%, 0.5em 100%, calc(100% - 0.5em) 100%, 100% 50%, calc(100% - 0.5em) 0%);
          clip-path: polygon(0.5em 0%, 0% 50%, 0.5em 100%, calc(100% - 0.5em) 100%, 100% 50%, calc(100% - 0.5em) 0%);
}

.footer__item--blog a::before,
.footer__item--blog a::after {
  display: none;
}


.footer__sns {
  display: flex;
  gap: 0 clamp(0px, 40 * var(--rate-vw), 40px);
  align-self: flex-start;
  margin-left: auto;
}
@media (max-width: 767px) {
  .footer__sns {
    margin-top: clamp(0px, 20 * var(--rate-vw), 20px);
	      justify-content: center;
    margin-left: 0;
    width: 100%;
  }
}

.footer__sns-icon {
  width: clamp(0px, 26 * var(--rate-vw), 26px);
  margin: 0 auto;
}

.footer__sns-name {
  font-size: clamp(0px, 13 * var(--rate-fz), 13px);
  color: #fff;
  font-family: "Jost", sans-serif;
  text-align: center;
  margin-top: 0.5em;
}

.footer__copyright {
  margin-top: 1%;
  font-size: clamp(0px, 12 * var(--rate-fz), 12px);
  font-weight: 400;
  line-height: 2.5;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
}

/* ===============================
  TOP
=============================== */
/*------------------------------
campaign
------------------------------*/
.campaign {
  font-size: clamp(0px, 15 * var(--rate-fz), 15px);
  font-weight: 500;
  line-height: 1.7333333333;
  color: #fff;
  letter-spacing: 0.11em;
  text-align: center;
  background: #afc746;
  padding: 0.4em 0;
}

/*------------------------------
fv 
------------------------------*/
.fv {
  background: #3d3b36;
  padding: clamp(0px, 200 * var(--rate-vw), 200px) 0 clamp(0px, 20 * var(--rate-vw), 20px);
}
@media (max-width: 767px) {
  .fv {
    padding: clamp(0px, 100 * var(--rate-vw), 100px) 0 clamp(0px, 20 * var(--rate-vw), 20px);
  }
}

.fv__logo {
  width: calc(160 / 1200 * 100%);
  margin: 0 auto;
}

.fv__catch {
  font-size: clamp(0px, 24 * var(--rate-fz), 24px);
  font-weight: 500;
  letter-spacing: 0.43em;
  color: #b4c65b;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  margin-top: 2.3em;
  transform: translate(1%, 0%);
  transition: all 0.7s;
  opacity: 0;
}
.fv__catch.act {
  opacity: 1;
  transform: translate(1%, 0%);
}
@media (max-width: 767px) {
  .fv__catch {
    font-size: clamp(0px, 18 * var(--rate-fz), 18px);
  }
}

/* フランス語ページ全体、単語途中改行禁止 */
.page-fr {
    word-break: keep-all;
    overflow-wrap: break-word;
}

.page-fr table,
.page-fr td,
.page-fr th {
    word-break: keep-all;
    overflow-wrap: break-word;
}

.page-fr .fv__catch {
    letter-spacing: 0.2em;
}

.hero {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0;
}

.logo-container {
  position: relative;
  width: 200px;
  aspect-ratio: 92.63/137.92;
}

.logo-svg {
  position: absolute;
  top: 21px;
  left: 13.5px;
  width: 85%;
  height: 85%;
  -webkit-animation: fadeOutWithBrighten 0.5s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
          animation: fadeOutWithBrighten 0.5s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
  -webkit-animation-delay: 2.6s;
          animation-delay: 2.6s;
}

@-webkit-keyframes fadeOutWithBrighten {
  0% {
    opacity: 1;
    filter: brightness(1);
  }
  40% {
    opacity: 1;
    filter: brightness(1.5);
  }
  100% {
    opacity: 0;
    filter: brightness(1.5);
  }
}

@keyframes fadeOutWithBrighten {
  0% {
    opacity: 1;
    filter: brightness(1);
  }
  40% {
    opacity: 1;
    filter: brightness(1.5);
  }
  100% {
    opacity: 0;
    filter: brightness(1.5);
  }
}
.logo-svg polygon,
.logo-svg polyline,
.logo-svg line {
  stroke: #B7D144;
  stroke-width: 6.06px;
  fill: none;
}

/* 六角形 */
.hexagon-path {
  stroke-dasharray: 400;
  stroke-dashoffset: 400;
  -webkit-animation: draw 1.5s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
          animation: draw 1.5s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
}

/* D */
.d-path {
  stroke-dasharray: 200;
  stroke-dashoffset: 200;
  -webkit-animation: draw 1s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
          animation: draw 1s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

/* F - polyline */
.f-path-1 {
  stroke-dasharray: 150;
  stroke-dashoffset: 150;
  -webkit-animation: draw 0.8s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
          animation: draw 0.8s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

/* F - line */
.f-path-2 {
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  -webkit-animation: draw 0.8s cubic-bezier(0.25, 0.1, 0.25, 0.08) forwards;
          animation: draw 0.8s cubic-bezier(0.25, 0.1, 0.25, 0.08) forwards;
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}

@-webkit-keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}
/* 完成形マークPNG */
.logo-mark {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0;
  -webkit-animation: fadeInWithBrighten 1s cubic-bezier(0.45, 0, 0.15, 1) forwards;
          animation: fadeInWithBrighten 1s cubic-bezier(0.45, 0, 0.15, 1) forwards;
  -webkit-animation-delay: 2.8s;
          animation-delay: 2.8s;
}

@-webkit-keyframes fadeInWithBrighten {
  0% {
    opacity: 0;
    filter: brightness(1) drop-shadow(0 0 10px rgba(183, 209, 68, 0.4));
  }
  40% {
    opacity: 1;
    filter: brightness(1) drop-shadow(0 0 10px rgba(183, 209, 68, 0.3));
  }
  100% {
    opacity: 1;
    filter: brightness(1) drop-shadow(0 0 0px rgba(183, 209, 68, 0));
  }
}

@keyframes fadeInWithBrighten {
  0% {
    opacity: 0;
    filter: brightness(1) drop-shadow(0 0 10px rgba(183, 209, 68, 0.4));
  }
  40% {
    opacity: 1;
    filter: brightness(1) drop-shadow(0 0 10px rgba(183, 209, 68, 0.3));
  }
  100% {
    opacity: 1;
    filter: brightness(1) drop-shadow(0 0 0px rgba(183, 209, 68, 0));
  }
}
/* ロゴタイプPNG */
.logo-type {
  width: 200px;
  margin-top: -20px;
  opacity: 0;
  -webkit-animation: fadeIn 0.8s cubic-bezier(0.15, 0.1, 0.25, 1) forwards;
          animation: fadeIn 0.8s cubic-bezier(0.15, 0.1, 0.25, 1) forwards;
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}

@-webkit-keyframes fadeIn {
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  to {
    opacity: 0;
  }
}
.fv__scroll {
  margin-top: 18.5%;
  font-weight: 100;
  line-height: 1.7619047619;
  color: #fff;
  text-align: center;
  padding-bottom: 2.3em;
  position: relative;
}
@media (max-width: 767px) {
  .fv__scroll {
    font-size: clamp(0px, 14 * var(--rate-fz), 14px);
  }
}

.scroll-indicator {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.scroll-text {
  color: #B7D144;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: calc(14/10 * 1rem);
  letter-spacing: 0.1em;
  opacity: 0;
  -webkit-animation: fadeIn 1s ease-out 0.3s forwards;
          animation: fadeIn 1s ease-out 0.3s forwards;
}

.scroll-line {
  width: 1px;
  height: 60px;
  background: linear-gradient(to bottom, #B7D144, transparent);
  transform-origin: top;
  transform: scaleY(0);
  -webkit-animation: lineGrow 2s ease-out 0.8s forwards;
          animation: lineGrow 2s ease-out 0.8s forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes lineGrow {
  from {
    transform: scaleY(0);
  }
  to {
    transform: scaleY(1);
  }
}
@keyframes lineGrow {
  from {
    transform: scaleY(0);
  }
  to {
    transform: scaleY(1);
  }
}
/*------------------------------
profile
------------------------------*/
.profile {
  background: #242320;
  color: #fff;
  padding: clamp(0px, 110 * var(--rate-vw), 110px) 0 clamp(0px, 110 * var(--rate-vw), 110px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.profile__wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .profile__wrapper {
    display: block;
  }
}

.profile__visual {
  width: 50%;
  transform: translateX(-5%);
}
@media (max-width: 767px) {
  .profile__visual {
    width: 100%;
  }
}

.profile__photo {
  width: clamp(0px, 290 * var(--rate-vw), 290px);
  margin: 0 auto;
}
@media (max-width: 767px) {
  .profile__photo {
    width: clamp(0px, 200 * var(--rate-vw), 200px);
  }
}

.profile__logo {
  width: clamp(0px, 120 * var(--rate-vw), 120px);
  margin: 14% auto 0;
}
@media (max-width: 767px) {
  .profile__logo {
    font-size: clamp(0px, 80 * var(--rate-fz), 80px);
  }
}

.profile__body {
  width: 50%;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .profile__body {
    width: 100%;
    margin-top: clamp(0px, 40 * var(--rate-vw), 40px);
	padding: 0 15px; 
  }
}

.profile__name {
  font-size: clamp(0px, 35 * var(--rate-fz), 35px);
  font-family: "Jost", sans-serif;
}

.profile__statement {
  font-size: clamp(0px, 18 * var(--rate-fz), 18px);
  font-weight: 300;
  line-height: 1.7222222222;
  margin-top: 0.6em;
}
@media (max-width: 767px) {
  .profile__statement {
    font-size: clamp(0px, 16 * var(--rate-fz), 16px);
  }
}

.profile__biography {
  font-size: clamp(0px, 15 * var(--rate-fz), 15px);
  font-weight: 300;
  line-height: 1.7333333333;
  margin-top: 1.3em;
}

.profile__experience {
  margin-top: 8%;
}

.profile__experience-title {
  display: block;
  font-size: clamp(0px, 14 * var(--rate-fz), 14px);
  font-weight: 300;
  line-height: 1.7142857143;
  letter-spacing: 0.11em;
}

.profile__experience-text {
  font-size: clamp(0px, 12 * var(--rate-fz), 12px);
  font-weight: 300;
  line-height: 1.75;
  margin-top: 0.9em;
}

.profile__meta {
  margin-top: 8%;
  display: flex;
}

.profile__meta-item {
  width: 50%;
}
.profile__meta-item:nth-child(2) {
  padding-left: 10%;
}

@media (max-width: 767px) {
    .profile__meta-item:nth-child(2) {
        padding-left: 5%;
    }
}


.profile__meta-item dt {
  font-size: clamp(0px, 17 * var(--rate-fz), 17px);
  font-weight: 300;
  line-height: 1.7058823529;
  letter-spacing: 0.11em;
  color: #b8b2a3;
}
.profile__meta-item dd {
  font-size: clamp(0px, 15 * var(--rate-fz), 15px);
  font-weight: 300;
  line-height: 1.7333333333;
  letter-spacing: 0.11em;
}

/*------------------------------
 services-entrance
------------------------------*/
.services-entrance {
    background: #3d3b36;
    padding: clamp(60px, 10vw, 100px) 0;
    text-align: center;
}

.services-entrance__title {
    font-family: "Jost", sans-serif;
    font-size: clamp(0px, 50 * var(--rate-fz), 50px);
    font-weight: 300;
    color: #FBFFEA;
    margin-bottom: clamp(100px, 15vw, 180px);
    letter-spacing: 0.1em;
}

.services-entrance__hexagons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.hexagon {
    position: relative;
    width: clamp(180px, 22vw, 280px);
    height: clamp(200px, 25vw, 320px);
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    transition: transform 0.3s ease;
	filter: drop-shadow(4px 4px 10px rgba(0, 0, 0, 0.6));
}

.hexagon:hover {
    transform: scale(1.03);
}

/* 六角形の形状 - 枠線（外側） */
.hexagon::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #b4c65b;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

/* 六角形の内側（塗り） */
.hexagon::after {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    background: #2b2b27;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    pointer-events: none;
}

/* WEDDINGの内側塗り */
.hexagon--wd::after {
    background: #FBFFEA;
}

/* 中央のCORPORATE & EVENTSを上にずらす */
.hexagon--corp {
    margin-top: -200px;
}

/* WEDDINGはクリーム色 */
.hexagon--wd::before {
    background: #b4c65b;
}

.hexagon--wd .hexagon__title,
.hexagon--wd .hexagon__subtitle,
.hexagon--wd .hexagon__desc {
    color: #242320;
}

/* テキスト部分 */
.hexagon__inner {
    position: relative;
    z-index: 1;
    padding: 40px 15px 20px;
    text-align: center;
    color: #FBFFEA;
}

.hexagon__title {
    font-family: "Jost", sans-serif;
    font-size: clamp(18px, 1.6vw, 20px);
    font-weight: 400;
    letter-spacing: 0.05em;
    margin-bottom: 15px;
    border-bottom: 1px solid currentColor;
    padding-bottom: 12px;
}

.hexagon__subtitle {
    font-family: "Jost", "Noto Sans JP", sans-serif;
    font-size: clamp(11px, 1.2vw, 14px);
    font-weight: 500;
    margin-top: 50px;
    margin-bottom: 8px;
}

.hexagon__desc {
    font-family: "Jost", "Noto Sans JP", sans-serif;
    font-size: clamp(9px, 1vw, 11px);
    font-weight: 400;
    line-height: 1.8;
}


/* 1200pxブレイクポイント */
@media (max-width: 1200px) {
    .hexagon__title {
        font-size: clamp(12px, 1.4vw, 16px);
    }
    
    .hexagon__subtitle {
        font-size: clamp(10px, 1.1vw, 12px);
    }
    
    .hexagon__desc {
        font-size: clamp(8px, 0.9vw, 10px);
    }
    
    .hexagon__inner {
        padding: 30px 10px 15px;
    }
}

@media (max-width: 900px) {
    .hexagon__title {
        font-size: 11px;
    }
    
    .hexagon__subtitle {
        font-size: 10px;
    }
    
    .hexagon__desc {
        font-size: 9px;
    }
    
    .hexagon__inner {
        padding: 25px 8px 12px;
    }
}


/* スマホ対応 */

@media (max-width: 900px) {
    .services-entrance__hexagons {
        flex-direction: column;
        gap: 15px;
    }
    
    .hexagon {
        width: 250px;
        height: 280px;
    }
    
    .hexagon--corp {
        margin-top: 0;
    }
    
    .hexagon__title {
        font-size: 18px;
    }
    
    .hexagon__subtitle {
        font-size: 12px;
    }
    
    .hexagon__desc {
        font-size: 10px;
    }
    
    .hexagon__inner {
        padding: 40px 15px 20px;
    }
}

/* フランス語版のみ：六角形ボタン内の文字サイズ調整 */
.page-fr .hexagon__subtitle {
    font-size: clamp(12px, 1.4vw, 16px);
    margin-top: 30px;
}

.page-fr .hexagon__desc {
    font-size: clamp(10px, 1.1vw, 13px);
}
@media (max-width: 767px) {  /* ←追加 */
    .page-fr .hexagon__subtitle {
        font-size: 14px;
    }
    
    .page-fr .hexagon__desc {
        font-size: 12px;
    }
}

@media (max-width: 900px) and (min-width: 768px) {
    .page-fr .hexagon__title {
        margin-top: 5px;
        font-weight: 500;
    }
    
    .page-fr .hexagon__subtitle {
        font-size: 12px;
        margin-top: 10px;
    }
    
    .page-fr .hexagon__desc {
        font-size: 9px;

    }
}

/*------------------------------
dialogue
------------------------------*/
.dialogue__title {
  font-size: clamp(0px, 50 * var(--rate-fz), 50px);
  font-family: "Jost", sans-serif;
  border-bottom: 1px solid #FBFFEA;
  font-weight: 300;
  width: fit-content;
  color: #FBFFEA;
}

@media (max-width: 767px) {
  .dialogue__title {
    font-size: clamp(0px, 22 * var(--rate-fz), 22px);
  }
}

.dialogue__description {
  font-size: calc(12/10 * 1rem);
  font-family: "Noto Serif JP", serif;
  line-height: 1.8;
  letter-spacing: 0.2em;
}
@media (max-width: 767px) {
  .dialogue__description {
    font-size: clamp(0px, 12 * var(--rate-fz), 12px);
  }
}

.story-wrap {
  position: relative;
}

.story-wrap2 {
  position: relative;
}
/* セクション：すべて画面に固定 */
.story-section {
  width: 100%;
  height: 100vh;
  position: relative;
}



/* 背景画像 */
.story-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.story-background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(0.7);
}

.story-news-wrap {
  position: relative;
}

@media (max-width: 767px) {
  .story-news-wrap {
    position: absolute;
    bottom: 10%;
    left: 5%;
    width: 90%;
  }
}

.story__news {
  position: absolute;
  top: 0;
  left: min(1250px, 65.1041666667vw);
  transform: translate(0%, 0%) scale(0.7);
  transform-origin: top left;
  display: flex;
  flex-direction: column;
  gap: 1.7em 0;
  font-size: clamp(0px, 16 * var(--rate-fz), 16px);
  align-items: center;
  justify-content: center;
  width: 21em;
}
.story__news .story__button {
  margin: 0;
  transform: unset;
  width: 100%;
}
.story__news .story__button a {
  width: 100%;
}
@media screen and (max-width: 999px) {
  .story__news {
    transform: translate(0%, 0%) scale(1);
    font-size: clamp(0px, 16 * var(--rate-fz), 16px);
  }
}
@media (max-width: 767px) {
  .story__news {
    left: 0;
    position: relative;
    gap: 1em 0;
    width: 100%;
    margin-top: 1em;
  }
  .story__news .story__button {
    margin: 0;
    transform: unset;
    width: 100%;
  }
  .story__news .story__button a {
    width: 100%;
    font-size: clamp(0px, 13 * var(--rate-fz), 13px);
  }
}


/* テキスト */
.story-content {
  position: relative;
  z-index: 2;
  color: white;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  margin: 0 auto;
  padding: clamp(0px, 150 * var(--rate-vw), 150px) 0 clamp(0px, 170 * var(--rate-vw), 170px);
}
@media (min-width: 768px) {
  .story-content {
    width: 90%;
    max-width: 1650px;
  }
}
@media screen and (max-width: 999px) {
  .story-content {
    padding: clamp(0px, 200 * var(--rate-vw), 200px) 0;
  }
}
@media (max-width: 767px) {
  .story-content {
    width: 90%;
    padding: 10% 5% 0 0; /* ←変更：上10%、右5%、下0、左0 */
    justify-content: flex-start;
  }
}

.story-content h1 {
  font-size: 48px;
  font-weight: 300;
  letter-spacing: 0.2em;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

/* ↓追加：ボタンを下10%・左揃えに配置（スマホ） */
@media (max-width: 767px) {
  .story-news-wrap {
    position: absolute;
    bottom: 10%;
    left: 5%;
    width: auto;
  }
  
  .story__news--left {
    align-items: flex-start;
  }
}
/* ===== WDセクション専用スタイル ===== */
.wd-section {
  background: #000;
  overflow: hidden;
}

/* 背景画像（カルーセルと連動） */
.wd-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.wd-bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.wd-bg-image.active {
  opacity: 1;
}

.wd-bg-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}

/* 中央のテキストエリア */
.wd-content {
  position: absolute;
  left: 5%;
  top: 50%;
  transform: translateY(-50%);
  width: clamp(400px, 50%, 700px);
  z-index: 10;
  color: #fbffea;
}
@media (min-width: 768px) {
  .wd-content {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    padding: clamp(0px, 150 * var(--rate-vw), 150px) 0 clamp(0px, 170 * var(--rate-vw), 170px);
    left: max(5%, (100vw - 1920px) / 2 + 96px);
  }
}
@media screen and (max-width: 999px) {
  .wd-content {
    padding: clamp(0px, 200 * var(--rate-vw), 200px) 0;
  }
}
@media (max-width: 767px) {
  .wd-content {
    padding: clamp(0px, 100 * var(--rate-vw), 100px) 0;
    padding-right: 29%;
    left: 5%;
    top: 50%;
    transform: translateY(-50%);
    width: 90%;
  }
}

.wd-content h2 {
  font-weight: 300;
  letter-spacing: 3px;
  margin-bottom: 20px;
  line-height: 1.2;
}

.wd-content .subtitle {
  font-size: clamp(16px, 2vw, 22px);
  margin-bottom: 20px;
  font-weight: 500;
}

.wd-content .description {
  font-size: clamp(14px, 1.5vw, 16px);
  line-height: 1.8;
  margin-bottom: 30px;
}

.wd-content .story__button a {
  padding: 1em 1.5em;
}

/* カレンダーボタン */
.calendar-button {
  display: inline-block;
  padding: 15px 40px;
  background: transparent;
  border: 2px solid #fbffea;
  color: #fbffea;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}

.calendar-button:hover {
  background: #fbffea;
  color: #000;
}

/* 右側のカルーセル */
.wd-carousel {
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  width: 25vw;
  max-width: 350px;
  min-width: 250px;
  height: 100vh;
  z-index: 10;
  overflow: hidden;
  /* 以下を追加 */
  -webkit-mask-image: linear-gradient(
    to bottom,
    transparent 0%,
    black 35%,
    black 65%,
    transparent 100%
  );
  mask-image: linear-gradient(
    to bottom,
    transparent 0%,
    black 35%,
    black 65%,
    transparent 100%
  );
}
@media (max-width: 767px) {
  .wd-carousel {
    right: 0%;
    top: 50%;
    transform: translateY(-50%) scale(0.4);
    transform-origin: right center;
    width: 25vw;
    display: none;
  }
}

.carousel-track {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.carousel-item {
  width: 20vw;
  height: 20vw;
  max-width: 280px;
  max-height: 280px;
  min-width: 200px;
  min-height: 200px;
  aspect-ratio: 1/1;
  flex-shrink: 0;
  margin: 3px 0;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  opacity: 1; /* ★デフォルトは不透明 */
  transform: scale(1); /* ★デフォルトは100% */
  position: relative;
}
@media (min-width: 768px) {
  .carousel-item {
    aspect-ratio: 1/1;
    height: auto;
    width: 10.2083333333vw;
  }
}
.carousel-item.active {
  opacity: 1;
  transform: scale(1);
  z-index: 2;
}

/* 上の画像：上に行くほど透明に */
.carousel-item.fade-top {
  opacity: 0.3;
}

/* 下の画像：下に行くほど透明に */
.carousel-item.fade-bottom {
  opacity: 0.3;
}

.carousel-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; /* 正方形にトリミング */
  -o-object-position: center;
     object-position: center;
  border: 3px solid #fbffea;
}

/* フェードマスク（削除または透明化に変更） */
.carousel-fade-top,
.carousel-fade-bottom {
  display: none; /* 黒グラデーション削除 */
}

.carousel-fade-top {
  top: 0;
  background: linear-gradient(to bottom, rgb(0, 0, 0), transparent);
}

.carousel-fade-bottom {
  bottom: 0;
  background: linear-gradient(to top, rgb(0, 0, 0), transparent);
}

.story__button {
  text-align: center;
  margin-top: 8%;
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  transform: translateX(44%);
}
.story__button a {
  display: inline-block;
  font-size: clamp(0px, 18 * var(--rate-fz), 18px);
  color: #3c3d38;
  
  background: #b4c65b;
  font-weight: 500 !important;
  padding: 1.5em 1.5em;
  -webkit-clip-path: polygon(1em 0%, 0% 50%, 1em 100%, calc(100% - 1em) 100%, 100% 50%, calc(100% - 1em) 0%);
          clip-path: polygon(1em 0%, 0% 50%, 1em 100%, calc(100% - 1em) 100%, 100% 50%, calc(100% - 1em) 0%);
  position: relative;
}
.story__button a span {
  position: relative;
  z-index: 10;
}
.story__button a::before {
  display: none;
}
@media (max-width: 767px) {
  .story__button {
    margin-left: 0;
    transform: unset;
  }
  .story__button a {
    font-size: clamp(0px, 16 * var(--rate-fz), 16px);
    padding: 1.2em 1em;
  }
}

/* CULTURAL EXPRESSIONS ボタン - 白四角・左配置 */
.story__news--left {
    position: relative;
    left: 0;
    transform: none;
    transform-origin: unset;
    align-items: flex-start;
}

.story__button--white {
    width: auto;
}

.story-section[data-index="2"] .story__button {
    display: none;
}

.story__button--white a {
    background: #FBFFEA;
    color: #242320;
    clip-path: none;
    padding: 0.8em 1.4em;
    font-size: 12px;
    width: auto !important;
	min-width: 180px;
}

.story__button--white a::before,
.story__button--white a::after {
    display: none;
}

/* スマホ時のservicesセクション調整 */
@media (max-width: 767px) {
    .story-section {
        height: 50vh;
    }
    

    
    .wd-content {
        padding: 5vh 0;
    }
}

/*------------------------------
gallery
------------------------------*/
.gallery {
  padding: 0 0 clamp(0px, 60 * var(--rate-vw), 60px);
  background: #242320;
  position: relative;
}

.gallery__deco {
  width: 25px;
  height: 50px;
  vertical-align: middle;
  margin: 0 10px;
  position: relative;
  top: -7px;
}

@media (max-width: 767px) {
    .gallery {
        padding: clamp(0px, 40 * var(--rate-vw), 40px) 0;
        padding-top: 0; /* ←追加 */
    }
}

.gallery__title {
  margin-top: clamp(60px, 8vw, 100px);
  color: #fffbea;
  font-size: clamp(0px, 60 * var(--rate-fz), 60px);
  font-family: "Jost", sans-serif;
  text-align: center;
  font-weight: 300;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .gallery__title {
    font-size: clamp(0px, 40 * var(--rate-fz), 40px);
  }
}

.gallery__items {
  margin-top: 7%;
}
@media (max-width: 767px) {
  .gallery__items {
    margin-top: clamp(0px, 40 * var(--rate-vw), 40px);
  }
}

.gallery__item:nth-child(n+2) {
  margin-top: clamp(0px, 45 * var(--rate-vw), 45px);
}
@media (max-width: 767px) {
  .gallery__item:nth-child(n+2) {
    margin-top: 30px;  /* ←追加：スマホ用 */
  }
}

.gallery__cards {
  display: flex;
  gap: 0 clamp(0px, 10 * var(--rate-vw), 10px);
}
@media (max-width: 767px) {
  .gallery__cards {
    flex-wrap: wrap;  /* ←追加：折り返し有効 */
    gap: 10px;  /* ←追加：縦横の隙間 */
  }
}

.gallery__card {
  width: calc(25% - clamp(0px, 5 * var(--rate-vw), 5px) * 3 / 4);
}
@media (max-width: 767px) {
  .gallery__card {
    width: calc(50% - 5px);  /* ←追加：2列に */
  }
}

.gallery__card img {
  aspect-ratio: 1/1;
  object-fit: cover;
  border: none;
  outline: none;
  display: block;
  box-shadow: none !important;
  background: #242320;
}

.gallery__card a {
  display: block;
  border: none;
  outline: none;
}

/*------------------------------
ac-section (Artistic Creations in Gallery)
------------------------------*/
.ac-section {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: #000;
}

.ac-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.ac-bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.ac-bg-image.active {
  opacity: 1;
}

.ac-bg-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}

.ac-content {
  position: absolute;
  left: 5%;
  top: 50%;
  transform: translateY(-50%);
  width: clamp(400px, 50%, 700px);
  z-index: 10;
  color: #fbffea;
}
@media (min-width: 768px) {
  .ac-content {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    padding: clamp(0px, 150 * var(--rate-vw), 150px) 0 clamp(0px, 170 * var(--rate-vw), 170px);
    left: max(5%, (100vw - 1920px) / 2 + 96px);
  }
}
@media screen and (max-width: 999px) {
  .ac-content {
    padding: clamp(0px, 200 * var(--rate-vw), 200px) 0;
  }
}
@media (max-width: 767px) {
  .ac-content {
    padding:0;
    padding-right: 5%;
    left: 5%;
    top: 10%;
    transform: translateY(0);
    width: 90%;
  }
}

.ac-title {
  font-size: clamp(0px, 50 * var(--rate-fz), 50px);
  font-family: "Jost", sans-serif;
  border-bottom: 1px solid #fff;
  font-weight: 300;
  width: fit-content;
}
@media (max-width: 767px) {
  .ac-title {
    font-size: clamp(0px, 22 * var(--rate-fz), 22px);
  }
}

.ac-description {
  font-size: calc(12/10 * 1rem);
  font-family: "Noto Serif JP", serif;
  line-height: 1.8;
  letter-spacing: 0.2em;
}
@media (max-width: 767px) {
  .ac-description {
    font-size: clamp(0px, 12 * var(--rate-fz), 12px);
  }
}

.ac-carousel {
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  width: 25vw;
  max-width: 350px;
  min-width: 250px;
  height: 100vh;
  z-index: 10;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(
    to bottom,
    transparent 0%,
    black 35%,
    black 65%,
    transparent 100%
  );
  mask-image: linear-gradient(
    to bottom,
    transparent 0%,
    black 35%,
    black 65%,
    transparent 100%
  );
}
@media (max-width: 767px) {
  .ac-carousel {
    display: none;
  }
}

.ac-carousel-track {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.ac-carousel-item {
  width: 20vw;
  height: 20vw;
  max-width: 280px;
  max-height: 280px;
  min-width: 200px;
  min-height: 200px;
  aspect-ratio: 1/1;
  flex-shrink: 0;
  margin: 3px 0;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  opacity: 1;
  transform: scale(1);
  position: relative;
}
@media (min-width: 768px) {
  .ac-carousel-item {
    aspect-ratio: 1/1;
    height: auto;
    width: 10.2083333333vw;
  }
}

.ac-carousel-item.active {
  opacity: 1;
  transform: scale(1);
  z-index: 2;
}

.ac-carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border: 3px solid #fbffea;
}

.ac-carousel-fade-top,
.ac-carousel-fade-bottom {
  display: none;
}

/* ↓追加：ACセクション スマホ時の高さ調整 */
@media (max-width: 767px) {
  .ac-section {
    height: 75vh;
    padding-top: 0; /* ←WEDDINGセクション下の黒帯対策 */
  }
}

/*------------------------------
contact
------------------------------*/

.contact__intro {
    color: #fff6e3;
    font-size: 1.4rem;
    margin-bottom: 0.5em;
    display: block;
}

.contact__intro-sub {
    color: #fff6e3;
    font-size: 1.4rem;
    margin-bottom: 1em;
	margin-top: 2em;
}

.contact__email-img {
    height: 1.1em;
    width: auto;
    max-width: none;
    vertical-align: middle;
    margin: 0 0.3em;
}


.contact {
  background: #3c3d38;
  padding: clamp(0px, 90 * var(--rate-vw), 90px) 0 clamp(0px, 75 * var(--rate-vw), 75px);
}
@media (max-width: 767px) {
  .contact {
    padding: clamp(0px, 40 * var(--rate-vw), 40px) 0;
  }
}

.contact__title {
    width: 100%;
    margin: 0 0 30px -10px;
    font-size: 140px !important;
    font-weight: 400;
    color: #fffbea;
    font-family: "Jost", sans-serif;
    letter-spacing: 0.01em;
    text-align: left;
}
@media (max-width: 1160px) {
    .contact__title {
        font-size: 12vw !important;
    }
}
@media (max-width: 767px) {
    .contact {
        padding-top: 80px;
        scroll-margin-top: 80px;
    }
    .contact__title {
        font-size: 13vw !important;
        text-align: left;
        white-space: nowrap;
        margin-left: 0;
    }
}
.contact__items {
  margin-top: 5.5%;
  font-size: 14px;
  font-weight: 400;
  line-height: 2.2727272727;
  display: block;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .contact__items dt:nth-of-type(n + 2) {
    margin-top: clamp(0px, 40 * var(--rate-vw), 40px);
  }
  .contact__items dd:nth-of-type(n + 2) {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .contact__items {
    margin-top: clamp(0px, 40 * var(--rate-vw), 40px);
    font-size: clamp(0px, 16 * var(--rate-fz), 16px);
    display: block;
  }
  .contact__items dt, .contact__items dd {
    width: 100%;
  }
  .contact__items dt:nth-of-type(n + 2) {
    margin-top: clamp(0px, 30 * var(--rate-vw), 30px);
  }
}

.contact__label {
    width: 100%;
    text-align: left;
    color: #fff;
    padding-right: 0;
    margin-bottom: 8px;
}

@media (max-width: 767px) {
  .contact__label {
    text-align: left;
  }
}

.contact__field {
    width: 100%;
    position: relative;
    padding-right: 0;
    margin-bottom: 40px;
}

.contact__field input,
.contact__field textarea {
  display: inline-block;
  width: clamp(0px, 600 * var(--rate-vw), 600px);
  height: 100%;
}
.contact__field input[type=text],
.contact__field input[type=tel],
.contact__field input[type=email],
.contact__field textarea {
  font-family: inherit;
  color: #fffbea;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  border: none;
  border-bottom: 1px solid #fff;
	border-radius: 0;
  background: transparent;
  padding: 8px 0;
  outline: none;
  transition: border-color 0.3s ease;
}

.contact__field input[type=text]:focus,
.contact__field input[type=tel]:focus,
.contact__field input[type=email]:focus,
.contact__field textarea:focus {
  border-bottom: 2px solid #b4c65b;
  padding-bottom: 7px;
}
.contact__field textarea {
  resize: vertical;
  min-height: 350px;
}
@media (max-width: 767px) {
  .contact__field {
    margin-top: clamp(0px, 10 * var(--rate-vw), 10px);
    padding-right: 0;
  }
}

.contact__required {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-110%);
  display: inline-block;
  font-size: clamp(0px, 15 * var(--rate-fz), 15px);
  font-weight: 400;
  letter-spacing: 0.12em;
  background: #b4c65b;
  padding: 0em 0.8em;
  line-height: 1.8;
  color: #3c3d38;
}
@media (max-width: 767px) {
  .contact__required {
    position: unset;
    transform: unset;
    margin-left: 1em;
  }
}

.contact__privacy {
  margin-top: 2em;
  font-size: clamp(0px, 15 * var(--rate-fz), 15px);
  font-weight: 400;
  color: #fff;
  text-align: center;
}
.contact__privacy a {
  display: inline-block;
  color: #b4c65b;
}
@media (max-width: 767px) {
  .contact__privacy {
    line-height: 1.5;
  }
}

.contact__submit {
  text-align: center;
  margin-top: clamp(0px, 50 * var(--rate-vw), 50px);
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 20px 0;
}

.contact__button {
  display: inline-block;
  font-size: clamp(0px, 18 * var(--rate-fz), 18px);
  font-weight: 400;
  font-family: "Jost", sans-serif;
  background: #b4c65b;
  padding: 1em 2.5em;
  position: relative;
  width: 12em;
  -webkit-clip-path: polygon(1em 0%, 0% 50%, 1em 100%, calc(100% - 1em) 100%, 100% 50%, calc(100% - 1em) 0%);
          clip-path: polygon(1em 0%, 0% 50%, 1em 100%, calc(100% - 1em) 100%, 100% 50%, calc(100% - 1em) 0%);
}

/* フランス語版のコンタクトボタン */
.page-fr .contact__button {
  width: 16em !important;
}

.confirm-text {
  text-align: center;
  font-size: clamp(0px, 20 * var(--rate-fz), 20px);
  margin: 2em 0 0;
}

.thanks-text {
  background: #3d3b36;
  text-align: center;
  font-size: 20px;
  margin: 2em 0 0;
  padding: 30vh 0 70vh;
  color: #fff;
}
@media (max-width: 767px) {
  .thanks-text {
    font-size: clamp(0px, 16 * var(--rate-fz), 16px);
  }
}

.invalid-caution { /* バリデーションエラーメッセージ */
  width: 100%;
  color: #B7D144;
  font-size: clamp(0px, 16 * var(--rate-vw), 16px);
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
}

p:nth-child(n+2 of .invalid-caution) {
  display: none;
}

.bt_acc {
  pointer-events: none;
  opacity: 0.5;
}
.bt_acc.act {
  pointer-events: auto;
  opacity: 1;
}

[data-form-mode=con] .is-in {
  display: none !important;
}
[data-form-mode=con] .is-con-po {
  pointer-events: none !important;
}
[data-form-mode=con] input:not([type=submit]), [data-form-mode=con] textarea, [data-form-mode=con] select, [data-form-mode=con] label {
  pointer-events: none !important;
}
[data-form-mode=con] input, [data-form-mode=con] textarea {
  display: none;
}
[data-form-mode=con] .contact__required {
  display: none;
}
[data-form-mode=con] .clone {
  color: #fff;
}
[data-form-mode=con] main > section:not(.contact), [data-form-mode=con] main > div {
  display: none;
}
[data-form-mode=con] .contact {
  padding: clamp(0px, 200 * var(--rate-vw), 200px) 0;
}
[data-form-mode=in] .is-con {
  display: none !important;
}

/* 2カラムレイアウト */
.contact__wrapper {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.contact__left {
    width: 33%;
    flex-shrink: 0;
    padding-top: clamp(30px, 4vw, 46px);
}


.contact__right {
    width: 70%;
    padding-right: 10%;
}



/* 説明文上書き */
.contact__intro,
.contact__intro-sub {
    width: 100%;
    margin-left: 0;
}

/* 必須マーク */
.contact__required {
    position: static;
    transform: none;
    background: none;
    color: #fffbea;
    font-size: inherit;
    padding: 0;
    margin-left: 3px;
}

.contact__field input::placeholder,
.contact__field textarea::placeholder {
    color: #a3a3a3;
    opacity: 1;
}

/* プライバシーポリシー&ボタン中央寄せ */
.contact__privacy {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: fit-content;
    margin-left: calc(-23% + 15px);
}

.contact__submit {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: fit-content;
    margin-left: calc(-23% + 15px);
}

/* スマホ対応 */
@media (max-width: 767px) {
    .contact__wrapper {
        flex-direction: column;
        gap: 40px;
    }
    
    .contact__left,
    .contact__right {
        width: 100%;
        padding-right: 0;  /* ←追加 */
    }
    
    .contact__content {  /* ←追加 */
        padding: 0 5%;
    }
    
    .contact__privacy {
        font-size: 12px;
        text-align: center;
        margin-left: 0;
        left: auto;
        transform: none;
        position: static;
        width: 100%;
        padding: 0 5%;
    }
    
    .contact__submit {
        margin-left: 0;
        left: auto;
        transform: none;
        position: static;
        width: 100%;
    }
}
/*------------------------------
// float
------------------------------*/

.float-text {
  font-size: calc(10/10 * 1rem);
  color: #fff6e3;
  position: fixed;
  right: 3.2%;
  top: 50%;
  transform: translateY(-50%);
  writing-mode: vertical-lr;
  letter-spacing: 0.05em;
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 100; 
}
@media (max-width: 767px) {
  .float-text {
    font-size: clamp(0px, 12 * var(--rate-fz), 12px);
  }
}


/* ===============================
  個人情報保護方針/サイト利用規約
=============================== */
.legal {
  padding: 100px 0;
  font-size: calc(16/10 * 1rem);
  font-weight: 300;
  line-height: 2;
}
@media screen and (max-width: 999px) {
  .legal {
    padding-top: clamp(0px, 145 * var(--rate-vw), 145px);
  }
}
@media (max-width: 767px) {
  .legal {
    padding: 50px 0;
    font-size: calc(14/10 * 1rem);
  }
}

.legal__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: calc(20/10 * 1rem);
  font-weight: 500;
  line-height: 2;
  text-align: center;
  border-bottom: 1px solid #ACA197;
  padding: 0 0.4em;
  padding-bottom: 0.1em;
}
@media screen and (max-width: 999px) {
  .legal__title {
    padding: 0 1em;
    padding-bottom: 0.4em;
  }
}

.legal__lead {
  margin-top: calc(35 / 1200 * 100%);
  border-bottom: 1px solid #ACA197;
  padding-bottom: 1.1em;
  letter-spacing: 0.03em;
}
@media (max-width: 999px) {
  .legal__lead {
    padding-bottom: 1em;
    line-height: 1.6;
    letter-spacing: 0.1em;
    margin-top: calc(40 / 1200 * 100%);
    padding-bottom: 1.8em;
  }
}
@media (max-width: 767px) {
  .legal__lead {
    border-bottom: double #ACA197;
    margin-top: clamp(0px, 30 * var(--rate-vw), 30px);
    letter-spacing: normal;
    line-height: 1.5;
    padding-bottom: 1em;
  }
}

.legal__content {
  margin-top: calc(20 / 1200 * 100%);
}
@media screen and (max-width: 999px) {
  .legal__content {
    line-height: 1.6;
    letter-spacing: 0.065em;
  }
}
@media (max-width: 767px) {
  .legal__content {
    margin-top: 0;
    line-height: 1.5;
    letter-spacing: normal;
  }
}

.legal__item:nth-child(n+2) {
  margin-top: calc(30 / 1200 * 100%);
}
@media screen and (max-width: 999px) {
  .legal__item:nth-child(n+2) {
    margin-top: clamp(0px, 24 * var(--rate-vw), 24px);
  }
}
@media (max-width: 767px) {
  .legal__item {
    padding: 1em 0;
  }
  .legal__item:nth-child(n+2) {
    border-top: 1px solid #ACA197;
    margin-top: 0;
  }
}

.legal__item-heading {
  font-weight: 500;
  display: flex;
  align-items: center;
}

.legal__item-number {
  color: #E50111;
}

.legal__item-text {
  white-space: pre-line;
}

.legal__item-contact {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: calc(40 / 1200 * 100%);
  background: #FAF8F5;
  font-size: calc(16/10 * 1rem);
  font-weight: 300;
  line-height: 1.6;
  padding: 1em;
}
.legal__item-contact strong {
  display: block;
  font-weight: 500;
  color: #ACA197;
}
.legal__item-contact a {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .legal__item-contact {
    width: 100%;
    padding: 5%;
    font-size: calc(14/10 * 1rem);
  }
}
/*# sourceMappingURL=style.css.map */

/* SP only display */
br.sp { display: none; }

@media (max-width: 767px) {
    br.sp { display: block; }
}

/* reCAPTCHA バッジ非表示 */
.grecaptcha-badge {
    visibility: hidden;
}

/* reCAPTCHA テキスト */
.contact__recaptcha {
    font-size: 11px;
    color: #fff;
    margin-top: 10px;
    word-break: keep-all;
    overflow-wrap: break-word;
}

.contact__recaptcha a {
    color: #fff;
}

/* スマホ時のみ表示する改行 */
.sp-only {
    display: none;
}
@media (max-width: 768px) {
    .sp-only {
        display: inline;
    }
}

/* お知らせテキスト */
.campaign {
    word-break: keep-all;
    overflow-wrap: break-word;
}