
@charset "utf-8";

*,
::before,
::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
margin: 0;
font-family: 'Playfair Display', serif;
color: #2c1d00;
background-color: #C8BBA8;
}


/* ヘッダー */
header {
display: flex;
justify-content: flex-end;
padding: 24px 40px;
position: relative;
z-index: 10;
}



nav ul {
display: flex;
gap: 24px;
list-style: none;
}

nav a {
text-decoration: none;
color: #000;
font-family: 'Cormorant Garamond', serif;

font-size: 1.0rem;


}

nav a:hover {
  opacity: 0.5;
}


.site-logo {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.5rem;
  color: #000;
  margin-right: auto;
  text-decoration: none;
  line-height: 1;
  mix-blend-mode: multiply;
  letter-spacing: 0.02em;
  font-weight: 500;
  opacity: 0.8;

  
}
/* コンタクト部分 */

.contact-section {
    max-width: 700px;
    margin: 0px auto;
    padding: 40px;
    font-family: 'Noto Sans', sans-serif;
    color: #2c1d00;
    
  }
  
  .contact-title {
    font-family: 'Cormorant Garamond', serif;

    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 40px;
    
  }
  
  .contact-title span {
    display: block;
    font-size: 1.2rem;
    font-family: 'Cormorant Garamond', serif;
    color: #555;
    margin-top: 5px;
  }
  
  .contact-form label {
    display: block;
    margin-bottom: 25px;
    font-weight: 500;
  }
  
  .contact-form {
    /* background-color: #000; */
    color: #fff;
    font-size: 0.7rem;
    padding: 2px 6px;
    margin-left: 6px;
    /* border-radius: 5px; */
  }
  
  .contact-form input,
  .contact-form textarea {
    width: 100%;
    padding: 12px 16px;
    margin-top: 8px;
    border: none;
    border-radius: 10px;
    background-color: #f2f2f2;
    font-size: 1rem;
    font-family: 'Noto Sans', sans-serif;
  }
  
  .contact-form input:focus,
  .contact-form textarea:focus {
    outline: 1px solid #555;
  }
  


/* Contact セクション */
.contact-intro-section {
    padding: 120px 40px 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: left;

  }
  
  .contact-intro-text {
    max-width: 560px;
    display: flex;
    flex-direction: column;
    gap: 32px;

  }

  
  .contact-heading {
    font-size: 6vw;
    font-family: 'Cormorant Garamond', serif;
    mix-blend-mode: multiply;
    letter-spacing: 0.02em;
    margin: 0;
    font-weight: 500;
    color: black;
    opacity: 0.8;
    white-space: nowrap;
    padding: 120px 0px 0px;

  }
  
  .contact-description {
    font-size: 1.3rem;
    color: #2c1d00;
    line-height: 2.2;
    font-family: 'Noto Serif JP', serif;
    margin: 0;
  }
  
  .contact-description-en {
    font-size: 0.75rem;
    margin-top: 20px;
    font-style: italic;
    line-height: 2;
    color: #555;
    font-family: 'Cormorant Garamond', serif;
    margin: 0;
  }

  .contact-section {
    max-width: 700px;
    margin: 0 auto;
    padding: 40px;
    font-family: 'Noto Serif JP', serif;
    color: #2c1d00;
  }
  
  .contact-form label {
    display: block;
    margin-bottom: 28px;
  }
  
  .label-wrap {
    display: flex;
    flex-direction: column;
    gap: 2px;
    margin-bottom: 8px;
  }
  
  .label-ja {
    font-weight: 500;
    font-size: 0.95rem;
    color: #2c1d00;
    font-family: 'Noto Serif JP', serif;
  }
  
  .label-en {
    font-size: 0.72rem;
    font-style: italic;
    color: #555;
    font-family: 'Cormorant Garamond', serif;
  }
  
  
  .contact-form input,
  .contact-form textarea {
    width: 100%;
    padding: 12px 16px;
    margin-top: 8px;
    border: none;
    border-radius: 0;
    background-color: #f2f2f2;
    font-size: 1rem;
    font-family: 'Noto Serif JP', serif;
  }
  
  .contact-form input:focus,
  .contact-form textarea:focus {
    outline: 1px solid #555
  }
  

  
  .submit-btn-en {
    font-family: 'Cormorant Garamond', serif;
    font-size: 0.8rem;
    font-style: italic;
    margin-left: 10px;
  }
  
  .submit-btn:hover {
    background-color: #1b1200;
  }
  

  .label-wrap {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    gap: 8px;
    margin-bottom: 8px;
  }
  
  .label-ja {
    font-weight: 500;
    font-size: 0.95rem;
    color: #2c1d00;
    font-family: 'Noto Serif JP', serif;
  }
  
  .label-en {
    font-size: 0.72rem;
    font-style: italic;
    color: #555;
    font-family: 'Cormorant Garamond', serif;
    margin-top: 2px;
    display: block;
  }
  

  
  /* 送信ボタンの英語を縦並びに */

  .required {
    background-color: transparent;
    color: #4A3C2A; 
    font-size: 0.85rem;
    font-family: 'Noto Serif JP', serif;
    letter-spacing: 0.05em;
    line-height: 1;
    display: inline-block;
    margin-left: 8px;
    vertical-align: middle;
  }

  
  .submit-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 48px;
}

.submit-content {
  display: flex;
  align-items: center;
  gap: 16px;
}

.submit-ja {
  font-size: 1.4rem;
  font-family: 'Noto Serif JP', serif;
  color: #2c1d00;
}

.online-store-button {
  width: 64px;
  height: 64px;
  border: 1px solid black;
  border-radius: 50%;
  background-color: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  text-decoration: none;
}

.online-store-button .arrow {
  font-size: 1.2rem;
  color: #2c1d00;
  transition: transform 0.3s ease;
}

.online-store-button:hover {
  background-color: #2c1d00;
}

.online-store-button:hover .arrow {
  color: #fff;
  transform: translateX(3px);
}

.submit-en {
  margin-top: 10px;
  font-size: 0.8rem;
  font-style: italic;
  font-family: 'Cormorant Garamond', serif;
  color: #555;
}
/* ここまで */


/* ここまで */
.submit-wrap {
    margin-top: 48px;
    display: flex;
    justify-content: center;
  }
  
  .submit-row {
    display: flex;
    align-items: center;
    gap: 24px;
  }
  
  .submit-texts {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  
  .submit-ja {
    font-size: 1.4rem;
    font-family: 'Noto Serif JP', serif;
    color: #2c1d00;
  }
  
  .submit-en {
    font-size: 0.8rem;
    font-style: italic;
    font-family: 'Cormorant Garamond', serif;
    color: #555;
    margin-top: 4px;
  }
  
  
/* ここまで */
.submit-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 48px;
  }
  
  .submit-content {
    display: flex;
    align-items: center;
    gap: 16px;
  }
  
  .submit-ja {
    font-size: 1.4rem;
    font-family: 'Noto Serif JP', serif;
    color: #2c1d00;
  }
  
  .submit-en {
    font-size: 0.8rem;
    font-style: italic;
    font-family: 'Cormorant Garamond', serif;
    color: #555;
    margin-top: 8px;
  }
  
  /* ボタンデザイン */
  .online-store-button {
    width: 64px;
    height: 64px;
    border: 1px solid #aaa;
    border-radius: 50%;
    background-color: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    text-decoration: none;
  }
  
  .online-store-button .arrow {
    font-size: 1.2rem;
    color: #2c1d00;
    transition: transform 0.3s ease;
  }
  
  .online-store-button:hover {
    background-color: #2c1d00;
  }
  
  .online-store-button:hover .arrow {
    color: #fff;
    transform: translateX(3px);
  }


  /* 見出しと日本語と英語アニメーション */

/* 1文字ずつふわっと */
.contact-heading span {
    display: inline-block;
    opacity: 0;
    transform: translateY(10px);
    animation: fadeUp 0.6s ease forwards;
  }
  
  @keyframes fadeUp {
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  
  /* 日本語説明のフェードイン */
  #contact-description {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.8s ease;
  }
  
  #contact-description.visible {
    opacity: 1;
    transform: translateY(0);
  }
  

  .contact-heading span {
    display: inline-block;
    opacity: 0;
    transform: translateY(10px);
    animation: fadeUp 0.6s ease forwards;
  }
  
  @keyframes fadeUp {
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  
  #contact-description-jp,
  #contact-description-en {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.8s ease;
  }
  
  #contact-description-jp.visible,
  #contact-description-en.visible {
    opacity: 1;
    transform: translateY(0);
  }

  .contact-heading {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
  }
  
  

  .contact-description,
.contact-description-en {
  text-align: center;
  align-items: center;
}
  /* ここまで */

/* フッター */
/* フッター全体 */
.footer {
position: relative;
padding: 0;
overflow: hidden;
background-color: #C8BBA8;
}

/*LUNOA 流れる*/
.footer-marquee {
white-space: nowrap;
overflow: hidden;
}
.marquee-content {
display: inline-block;
font-size: 15vw;
font-family: 'Cormorant Garamond', serif;
font-weight: 500;
color: black;
opacity: 0.08;
mix-blend-mode: multiply;
animation: marquee 30s linear infinite;
}
.marquee-content span {
margin-right: 4vw;
}
@keyframes marquee {
0% { transform: translateX(0%); }
100% { transform: translateX(-50%); }
}

/* CONTACTCOMPANY セクション  */
.footer-links {
display: flex;
justify-content: center;
gap: 80px;
padding: 60px 20px;
flex-wrap: wrap;
}

.footer-box {
display: flex;
flex-direction: column;
gap: 16px;
width: 340px;
color: #2c1d00;
}


.footer-heading-wrap {
display: flex;
align-items: center;
justify-content: space-between;
}

/* 見出し */
.footer-box h3 {
font-size: 4.6rem;
  font-family: 'Cormorant Garamond', serif;
  mix-blend-mode: multiply;
margin: 0;
flex-shrink: 0;
letter-spacing: 0.02em;
font-weight: 500;
color: black;
opacity: 0.8;



}

/* 日本語テキスト */
.footer-box p {
color: #2c1d00;
line-height: 2.2;
font-family: 'Noto Serif JP', serif;

font-size: 1.3rem;
}


/* --- FOLLOW US セクション --- */
.footer-bottom {
padding: 40px 60px;
font-size: 0.9rem;
color: #2c1d00;
display: flex;
flex-direction: column;
gap: 20px;

}
.follow-us {
display: flex;
justify-content: space-between;
align-items: center;
}
.follow-left {
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 10px;
}
.follow-left h4 {
font-size: 1rem;
font-weight: 600;
margin: 0;
font-family: 'Cormorant Garamond', serif;

}
.sns-icons {
display: flex;
gap: 16px;
}
.sns-icons img {
width: 20px;
height: 20px;
filter: grayscale(100%);
}

.footer-nav {
display: flex;
gap: 20px;
flex-wrap: wrap;
font-size: 0.85rem;
font-family: 'Cormorant Garamond', serif;

}
.footer-nav a {
text-decoration: none;
color: #000;
font-family: 'Cormorant Garamond', serif;

}

.footer-nav a:hover {
  opacity: 0.5;
}
.copyright {
text-align: right;
font-size: 0.75rem;
opacity: 0.8;
}

.footer-links {
display: flex;
justify-content: center;
gap: 160px; 
padding: 60px 20px;
flex-wrap: wrap;
}

.footer-heading-wrap {
display: flex;
align-items: center;
justify-content: flex-start;
gap: 20px; 
}

/* 正円ボタン */
.circle-button {
width: 64px;
height: 64px;
aspect-ratio: 1 / 1; /* 正円 */
border: 1px solid #aaa;
border-radius: 50%;
background-color: transparent;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
text-decoration: none;
transition: all 0.3s ease;
}

.circle-button .arrow {
font-size: 1.4rem;
color: #000;
transition: transform 0.3s ease;
}

/* フッター見出しアニメーション用 */
.footer-box h3 span {
display: inline-block;
opacity: 0;
transform: translateY(30px);
}

.footer-box h3 span.animate {
animation: fadeUp 0.5s ease-out forwards;
}

/* 日本語 */

.footer-jp {
opacity: 0;
transform: translateY(20px);
transition: all 0.6s ease-out;
}

.footer-jp.animate {
opacity: 1;
transform: translateY(0);
}




.shop-overlay {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-size: 7rem;
color: black;
font-family: 'Cormorant Garamond', serif;
/* opacity: 0; */
transition: opacity 0.6s ease;
pointer-events: none;
white-space: nowrap; 

}

.shop-overlay-wrap {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
text-align: center;
opacity: 0;
transition: opacity 0.6s ease;
pointer-events: none;
}

.shop-overlay {
font-size: 7.5rem;
color: black;
font-family: 'Cormorant Garamond', serif;
white-space: nowrap;
mix-blend-mode: multiply;

}




/* オンラインショップアニメーション */
@keyframes fadeUp {
to {
  opacity: 1;
  transform: translateY(0);
}
}

.shop-overlay {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-size: 7.5rem;
color: black;
font-family: 'Cormorant Garamond', serif;
white-space: nowrap;
pointer-events: none;
display: flex;
gap: 0.05em;
}

.shop-image-wrapper {
overflow: hidden; 
position: relative;
}

.shop-image-wrapper img {
width: 100%;
display: block;
transition: transform 1.5s ease; 
transform-origin: center center; 
}

.shop-image-wrapper:hover img {
transform: scale(1.1); 
}



