.elementor-1753 .elementor-element.elementor-element-70ae5487{--display:flex;--align-items:stretch;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1753 .elementor-element.elementor-element-2a84cc2b{width:100%;max-width:100%;padding:0px 0px 0px 0px;}.elementor-1753 .elementor-element.elementor-element-2755a6f5{--display:flex;--min-height:45px;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:stretch;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0%;--padding-bottom:0%;--padding-left:8%;--padding-right:8%;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-1753 .elementor-element.elementor-element-3696fa89{text-align:center;}.elementor-1753 .elementor-element.elementor-element-3696fa89 .elementor-heading-title{font-family:"Shippori Mincho", Sans-serif;font-size:16px;font-weight:300;text-transform:none;font-style:normal;text-decoration:none;line-height:1.5em;letter-spacing:0px;color:#D6D6D6;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:1024px){.elementor-1753 .elementor-element.elementor-element-2755a6f5{--padding-top:0%;--padding-bottom:0%;--padding-left:5%;--padding-right:5%;}.elementor-1753 .elementor-element.elementor-element-3696fa89 .elementor-heading-title{font-size:14px;}}@media(min-width:768px){.elementor-1753 .elementor-element.elementor-element-70ae5487{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-2a84cc2b *//* ===== フッター：ダークラグジュアリー（透過対応 完全版）===== */

.luxury-footer {
  background: transparent; /* 背景透過 */
  color: #C9A961;
  font-family: 'Cinzel', serif;
  position: relative;
  overflow: hidden;
}

.luxury-footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, #C9A961, transparent);
  box-shadow: 0 0 20px rgba(201, 169, 97, 0.5);
}

/* メインフッター */
.footer-main {
  padding: 80px 0 60px;
  background: transparent; /* ← 背景透過 */
}

.footer-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap: 60px;
}

@media (max-width: 1024px) {
  .footer-container {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}

@media (max-width: 640px) {
  .footer-container {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  
  .footer-main {
    padding: 60px 0 40px;
  }
}

/* ブランドセクション */
.footer-brand {
  padding-right: 40px;
}

.footer-logo h2 {
  font-family: 'Bodoni Moda', serif;
  font-size: 42px;
  font-weight: 700;
  color: #C9A961;
  margin: 0 0 20px 0;
  letter-spacing: 0.15em;
  text-shadow: 0 0 30px rgba(201, 169, 97, 0.4);
}

.footer-tagline {
  font-family: 'Playfair Display', serif;
  font-size: 16px;
  font-style: italic;
  color: #A88B54;
  line-height: 1.6;
  margin: 0 0 30px 0;
  letter-spacing: 0.05em;
}

.footer-divider {
  width: 60px;
  height: 1px;
  background: linear-gradient(90deg, #C9A961, transparent);
  margin: 0 0 30px 0;
  box-shadow: 0 0 10px rgba(201, 169, 97, 0.3);
}

.footer-description {
  font-size: 14px;
  line-height: 1.8;
  color: #8B7355;
  margin: 0;
  font-family: 'Noto Sans JP', sans-serif;
}

/* フッタータイトル */
.footer-title {
  font-size: 16px;
  font-weight: 600;
  color: #C9A961;
  margin: 0 0 24px 0;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
}

.footer-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 1px;
  background: #C9A961;
  box-shadow: 0 0 8px rgba(201, 169, 97, 0.5);
}

/* フッターリンク */
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 14px;
}

.footer-links a {
  color: #A88B54;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 0.05em;
  transition: all 0.3s ease;
  display: inline-block;
  position: relative;
}

.footer-links a::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background: #C9A961;
  transition: width 0.3s ease;
  box-shadow: 0 0 8px rgba(201, 169, 97, 0.5);
}

.footer-links a:hover {
  color: #C9A961;
  transform: translateX(4px);
}

.footer-links a:hover::before {
  width: 100%;
}

/* ニュースレター */
.footer-newsletter {
  padding-left: 20px;
}

.newsletter-text {
  font-size: 13px;
  color: #8B7355;
  line-height: 1.6;
  margin: 0 0 20px 0;
  font-family: 'Noto Sans JP', sans-serif;
}

.newsletter-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.newsletter-input {
  background: rgba(201, 169, 97, 0.05);
  border: 1px solid #C9A961;
  border-radius: 0;
  padding: 14px 16px;
  color: #C9A961;
  font-size: 14px;
  font-family: 'Cinzel', serif;
  letter-spacing: 0.05em;
  transition: all 0.3s ease;
  outline: none;
}

.newsletter-input::placeholder {
  color: #8B7355;
}

.newsletter-input:focus {
  background: rgba(201, 169, 97, 0.1);
  box-shadow: 0 0 20px rgba(201, 169, 97, 0.2);
}

.newsletter-button {
  background: transparent;
  border: 1px solid #C9A961;
  color: #C9A961;
  padding: 14px 24px;
  font-size: 14px;
  font-family: 'Cinzel', serif;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: relative;
  overflow: hidden;
}

.newsletter-button::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #C9A961;
  transition: left 0.4s ease;
  z-index: 0;
}

.newsletter-button:hover::before {
  left: 0;
}

.newsletter-button:hover {
  color: #000000;
  box-shadow: 0 0 30px rgba(201, 169, 97, 0.5);
}

.newsletter-button span,
.newsletter-button svg {
  position: relative;
  z-index: 1;
}

.newsletter-button svg {
  transition: transform 0.3s ease;
}

.newsletter-button:hover svg {
  transform: translateX(4px);
}

/* フッターボトム */
.footer-bottom {
  background: transparent; /* ← 背景透過 */
  border-top: 1px solid rgba(201, 169, 97, 0.2);
  padding: 30px 0;
}

.footer-bottom-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}

@media (max-width: 768px) {
  .footer-bottom-content {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }
}

/* SNSアイコン */
.footer-social {
  display: flex;
  gap: 20px;
}

.social-link {
  width: 40px;
  height: 40px;
  border: 1px solid #C9A961;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #C9A961;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

.social-link::before {
  content: '';
  position: absolute;
  inset: 0;
  background: #C9A961;
  border-radius: 50%;
  transform: scale(0);
  transition: transform 0.4s ease;
}

.social-link:hover::before {
  transform: scale(1);
}

.social-link:hover {
  color: #000000;
  box-shadow: 0 0 20px rgba(201, 169, 97, 0.6);
  transform: translateY(-3px);
}

.social-link svg {
  position: relative;
  z-index: 1;
}

/* コピーライト */
.footer-copyright {
  flex: 1;
  text-align: center;
}

.footer-copyright p {
  font-size: 12px;
  color: #8B7355;
  margin: 0;
  letter-spacing: 0.1em;
  font-family: 'Cinzel', serif;
}

/* リーガルリンク */
.footer-legal {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
}/* End custom CSS */