@charset "utf-8";

/* 文字・画像アニメーション */
.parent {
  overflow: hidden;
  border: 1px solid;
} 



/* リセット */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}



html,
body {
  height: 100%;
  font-family: 'IBM Plex Sans JP', sans-serif;
  font-weight: 400;
  font-style: normal;
  overflow-x: auto;
  /* ← 横スクロールOK */
  overflow-y: hidden;
  /* ← 縦スクロールNG */
  color: #1e1e1e;
}

body {
  background-color: #f4e9cb;
  color: #dd2100;
}

body.fonts-loading {
  visibility: hidden;
}
body.fonts-loaded {
  visibility: visible;
  transition: none;
}


.horizontal-scroll-container {
  display: flex;
  flex-direction: row;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  width: 100vw;
  height: 100vh;
  scroll-snap-type: none;
  /* スナップしないように変更 */
  background: transparent;
}

section.item {
  flex: 0 0 100vw;
  height: 100vh;
  scroll-snap-align: start;
  position: relative;
  padding: 2rem;
}

img.fade-in {
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}


img.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

#pavilion1 img.fade-in[data-order="1"] { transition-delay: 0.2s; }
#pavilion1 img.fade-in[data-order="2"] { transition-delay: 0.2s; }
#pavilion1 img.fade-in[data-order="3"] { transition-delay: 0.2s; }
#pavilion1 img.fade-in[data-order="4"] { transition-delay: 1s; }

#pavilion2 img.fade-in[data-order="1"] { transition-delay: 0.2s; }
#pavilion2 img.fade-in[data-order="2"] { transition-delay: 0.6s; }
#pavilion2 img.fade-in[data-order="3"] { transition-delay: 1s; }
#pavilion2 img.fade-in[data-order="4"] { transition-delay: 1s; }

#pavilion3 img.fade-in[data-order="1"] { transition-delay: 0.2s; }
#pavilion3 img.fade-in[data-order="2"] { transition-delay: 0.2s; }
#pavilion3 img.fade-in[data-order="3"] { transition-delay: 0.2s; }
#pavilion3 img.fade-in[data-order="4"] { transition-delay: 1s; }

/* top */
#top {
  background: #fcf8e9;
}



/* --- ミャクミャク画像（左上） --- */
#top .top_img img {
  position: absolute;
  top: 2rem;
  left: 2rem;
  width: 640px;
  height: 480px;
  object-fit: cover;
  z-index: 2;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* --- タイトル --- */
#top .title {
  font-family: "Cormorant Garamond", serif;
  font-size: 7rem;
  font-weight: 700;
  line-height: 1.2;
  position: absolute;
  bottom: 7.5rem;
  left: 2rem;
}

/* --- サブタイトル --- */
#top .title_jp {
  font-size: 2.25em;
  font-family: 'IBM Plex Sans JP', sans-serif;
  font-weight: 500;
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  letter-spacing: 0.1em;
}

/* --- 英文（手書き） --- */
#top .date {
  position: absolute;
  top: 2rem;
  right: 2.5rem;
  font-family: "Homemade Apple", cursive;
  font-size: 1.5rem;
  line-height: 2.6rem;
  text-align: justify;
  white-space: normal;
  word-break: break-word;
  max-width: 808px;
}


/* --- 日本語本文（右上） --- */
#top .information {
  position: absolute;
  top: 16.75rem;
  /* .date の下に配置 */
  right: 14rem;
  max-width: 624px;
  font-size: 1rem;
  font-family: 'IBM Plex Sans JP', sans-serif;
  font-weight: 400;
    opacity: 0.95;
  line-height: 1.75;
  /*調整考える*/
  letter-spacing: 0.09em;
  text-align: justify;
}

/* --- サムネイル（右） --- */
#top .thumbnail {
  position: absolute;
  z-index: 10;
  width: 150px;
  height: 400px;
  right: 2rem;
  top: 17rem;
  object-fit: cover;
}

#top .thumbnail img.thumbnail-img {
  opacity: 1;
  transition: opacity 0.6s ease-out;
}

#top .thumbnail img.thumbnail-img.fade-out {
  opacity: 0;
}

#top .thumbnail img.thumbnail-img.fade-in {
  opacity: 1;
}

/* --- スクロールヒント（右下） --- */
#top .scroll-hint {
  color:#004ecf;
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  font-size: 1rem;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 600;
  font-style: normal;
  pointer-events: none;
  /*マウス操作無効*/
}

/* --- スクロールヒントのマウス画像 --- */
#top .mouse {
  width: 27px;
  height: 40px;
  margin-right: 0.5rem;
  margin-bottom: -0.25rem;
  pointer-events: none;
  /*マウス操作無効*/
}


/* pre1 */
#pre1 {
  position: relative;
  padding: 2rem;
  overflow: hidden;
  background-color: #fbfbfb;
  background-image: url(../img/pre1.png);
    background-size: cover; /* 画像を全体にフィット */
  background-position: center; /* 中央に配置 */

  background-attachment: fixed; /* 背景を固定してパララックス効果を */
  background-size: cover;
  background-position: center;
}



#pre1 .credit {
  bottom: 2rem;
  left: 2rem;
  position: absolute;
  color: #fbfbfb;
}

.breadcrumb {
  color: #004ecf;
  position: absolute;
  top: 0;
  left: 0;
  padding: 2rem 0 0 2rem;
  /* 上にも左にも2rem */
  font-size: 0.75rem;
  z-index: 10;
}

.breadcrumb a,
.global-footer-menu a {
  color: #004ecf;
  text-decoration: none;
  font-weight: 500;
}

.breadcrumb a:hover,
.breadcrumb a:visited,
.breadcrumb a:active,
.global-footer-menu a:hover,
.global-footer-menu a:visited,
.global-footer-menu a:active {
  color: #004ecf;
  text-decoration: none;
    font-weight: 500;
}


.breadcrumb-white {
  position: absolute;
  top: 0;
  left: 0;
  margin: 1rem 0 0 1rem;
  font-size: 0.75rem;
  z-index: 10;
  color: #004ecf;
  background-color: rgba(255, 255, 255, 0.60); /* 極めて透明に */
  backdrop-filter: blur(25px); /* 非常に強いぼかしで背景と一体化 */
  padding: 0.6rem 1.2rem; /* 境界感を減らすためパディングを微増 */
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.4); /* テキストの視認性を強化 */
}


.breadcrumb-white a{
  color: #004ecf;
  text-decoration: none;
}

.breadcrumb-white a:hover,
.breadcrumb-white a:visited,
.breadcrumb-white a:active {
  color: #004ecf;
  text-decoration: none;
}

.pavilion-content {
  display: grid;
  grid-template-columns: 1fr minmax(560px, 600px) 1fr;
  column-gap: 2rem;
  height: 100%;
  padding: 2rem;
  position: relative;
  overflow: visible;
  
}

.quote-1 {
    max-width: 500px;
    padding: 1em 1.5em;
        font-size: 1.1em;
        line-height: 1.75;
        font-weight: 500;
        
}

.quote-1:has(cite) {
    padding-bottom: .5em;
}

.quote-1 p {
    margin-top: 0;
}

.quote-1 cite {
    display: block;
    font-size: .8em;
    text-align: right;
            font-weight: 500;
}

/* pavilion1 */
#pavilion1,
#pavilion1 .center-text .pavilion-heading h3{
background-color: #e0f0ff;
color: #da2202;
} 

#pavilion2,
#pavilion2 .center-text .pavilion-heading h3{
background-color: #f0e6af;
color: #c91e00;
}

#pavilion3,
#pavilion3 .center-text .pavilion-heading h3{
background-color: #e4d0c1;
color: #aa1a00;
} 

/* --- 左カラム --- */
/* 左カラム：大画像と中画像 */
#pavilion1 .left-images {
  position: relative;
  width: 480x;
  /* 大画像の幅 */
  height: 640px;
  /* 大画像の高さ */
}

#pavilion1 .left-images img:first-child {
  position: absolute;
  top: 4rem;
  left: 0rem;
  width: 480px;
  height: 640px;
  object-fit: cover;
  z-index: 2;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}


.center-text .pavilion-heading {
  text-align: left;
  width: 100%;
}

.center-text .pavilion-heading h2 {
  font-family: "Homemade Apple", cursive;
  margin: 0rem 0 0.5rem;
}

.center-text .pavilion-heading h3 {
  line-height: 1.4;
  letter-spacing: 0.01em;
}

.center-text {
  padding-top: 4rem;
  padding-bottom: 6rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 1.5rem;
  max-width: 540px;
  margin: 0 auto;
  box-sizing: border-box;
}

.center-text p {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: justify;
  word-break: break-word;
  margin: 0;
  width: 100%;
  background: none;
  border-radius: 0;
  box-shadow: none;
  max-height: 60vh;
  overflow-y: auto;

}


/* ラッパー h2 */
.logo-wrapper {
  position: relative;
  display: inline-block;
}

/* テキスト部分を前面に */
.logo-text {
  position: relative;
  z-index: 2;
}

/* スタンプ画像を後ろに */
.stamp-logo {
  position: absolute;
  width: 144px;
  height: auto;
  z-index: 1;
  /* 👈 手書き文字の後ろに行く */
  pointer-events: none;
  opacity: 0.3;
}

.stamp-france {
  top: -3rem;
  left: 12rem;
}

.stamp-bahrain {
  top: -3rem;
  left: 15rem;
}

.stamp-oman {
  top: -3rem;
  left: 11rem;
}



/* 右カラム全体 */
#pavilion1 .right-images {
  position: relative;
  width: 100%;
  height: 100%;
}

/* 右側画像3枚(小サイズ2、中小サイズ1)を斜めに重ねる */
/* 共通装飾 */
#pavilion1 .small-thumbs img {
  position: absolute;
  object-fit: cover;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

/* サイズ */
#pavilion1 .small-thumbs img:nth-child(1) {
  width: 320px;
  height: 240px;

}

#pavilion1 .small-thumbs img:nth-child(2) {
  width: 160px;
  height: 240px;
}

/* 位置 */
#pavilion1 .small-thumbs img:nth-child(1) {
  top: 2rem;
  right: 14rem;
  z-index: 3;
}

#pavilion1 .small-thumbs img:nth-child(2) {
  top: 15rem;
  right: 2rem;
  z-index: 2;
}

/*  右下の中画像 */
#pavilion1 .right-medium {
  position: absolute;
  top: 32rem;
  right: 5rem;
}

#pavilion1 .right-medium img {
  width: 320px;
  height: 240px;
  object-fit: cover;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}



/* メニュー（右下） */
.footer-menu {
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
  font-size: 0.85rem;
    font-weight: 600;
  font-family: 'IBM Plex Sans JP', sans-serif;
  z-index: 10;
}


.center-text .pavilion-heading {
  text-align: left;
  width: 100%;
}

.center-text .pavilion-heading h2 {
  font-family: "Homemade Apple", cursive;
  margin: 0rem 0 0.5rem;
}

.pavilion-heading h2 {
  font-family: "Homemade Apple", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 4.25rem;
  margin: 0;
  text-align: left;
}

.pavilion-heading h3 {
  font-size: 1.75rem;
  color: #1a1a1a;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: -0.5rem 0 0;
  /* 上に少し余白 */
}

.photo-grid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  /* マウス操作を邪魔しない */
}

/* 共通スタイル */
.photo-grid img {
  position: absolute;
  object-fit: cover;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* 画像1 - 左下・横長 */
.photo-grid img:nth-child(1) {
  width: 300px;
  height: 400px;
  bottom: 2rem;
  left: 2rem;
}

/* 画像2 - 画像1の右隣に縦長 */
.photo-grid img:nth-child(2) {
  width: 300px;
  height: 400px;
  bottom: 2rem;
  left: 450px;
  /* 画像1の右に余白つけて並べる */
}

/* 画像3 - 右上・横長 */
.photo-grid img:nth-child(3) {
  width: 400px;
  height: 300px;
  top: 2rem;
  right: 2rem;
}

/* pavilion2 */
/* 左カラム */
#pavilion2 .left-images {
  position: relative;
  width: 100%;
  height: 100%;
}

#pavilion2 .left-images img {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

#pavilion2 .left-images img:nth-child(1) {
  position: absolute;
  top: 2rem;
  left: 7rem;
  width: 320px;
  height: 240px;
  object-fit: cover;
  z-index: 3;
}

#pavilion2 .left-images img:nth-child(2) {
  position: absolute;
  top: 19rem;
  left: 3rem;
  width: 240px;
  height: 320px;
  object-fit: cover;
  z-index: 2;
}

#pavilion2 .left-images img:nth-child(3) {
  position: absolute;
  top: 32rem;
  left: 20rem;
  width: 160px;
  height: 240px;
  object-fit: cover;
  z-index: 1;
}

/* 右カラム */
#pavilion2 .right-images {
  position: relative;
  width: 100%;
  height: 100%;
}

/* 大画像（右上） */
#pavilion2 .right-large {
  position: absolute;
  top: 4rem;
  right: 0rem;
}

#pavilion2 .right-large img {
  width: 480px;
  height: 640px;
  object-fit: cover;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* 小画像2枚（右下） */
#pavilion2 .small-thumbs img {
  position: absolute;
  width: 320px;
  height: 240px;
  object-fit: cover;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

#pavilion2 .small-thumbs img:nth-child(1) {
  bottom: 3.5rem;
  right: 11.5rem;
  z-index: 2;
}

/* --- Pavilion 3 --- */
/* 左カラム：大1＋小2 */
#pavilion3 .left-images {
  position: relative;
  width: 100%;
  height: 100%;
}

#pavilion3 .left-images img:nth-child(1) {
  position: absolute;
  top: 4rem;
  left: 0rem;
  width: 480px;
  height: 640px;
  object-fit: cover;
  z-index: 1;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

/* 右カラム：中2＋中小1 */
#pavilion3 .right-images {
  position: relative;
  width: 100%;
  height: 100%;
}

/* 中画像2枚（縦に） */
#pavilion3 .medium-right img:nth-child(1) {
  position: absolute;
  width: 320px;
  height: 240px;
  object-fit: cover;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

#pavilion3 .medium-right img:nth-child(2) {
  position: absolute;
  width: 240px;
  height: 320px;
  object-fit: cover;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

#pavilion3 .medium-right img:nth-child(1) {
  top: 2rem;
  right: 11rem;
  z-index: 2;
}

#pavilion3 .medium-right img:nth-child(2) {
  top: 19rem;
  right: 0rem;
  z-index: 1;
}

/* 中小画像（右下） */
#pavilion3 .small-thumbs img {
  position: absolute;
  top: 31rem;
  right: 17rem;
  width: 160px;
  height: 240px;
  object-fit: cover;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

/* 問い合わせ */
/* お問い合わせページ */
#Contact {
  background: #fcf8e9;
  color: #dd2100;
  display: flex;
  justify-content: center;
  /* 水平中央揃え */
  align-items: center;
  /* 垂直中央揃え */
  height: 100vh;
  padding: 0;
  /* 余白をリセット */
}

#Contact .center-text {
    color: #dd2100;
  max-width: 540px;
  text-align: left;
  /* 左揃えを維持 */
  padding: 0;
  /* 余白をリセットして中央揃えを強調 */
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
  /* 親要素の高さに合わせる */
  margin-top: -15vh;
}

#Contact .contact-heading {
  text-align: left;
  width: 100%;
}

#Contact .contact-heading h2 {
  font-family: "Homemade Apple", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 2.5rem;
  margin: 0 0 0rem;
}

#Contact .contact-heading h3 {
    color: #dd2100;
  font-size: 1.5rem;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: -0.5rem 0 0;
  /* 上に少し余白 */
}

#Contact .center-text p {
    color: #dd2100;
  font-size: 1.1rem;
  line-height: 1.85;
  letter-spacing: 0.04em;
  text-align: left;
  margin: 0rem 0;
}

#Contact .phone {
  
  width: 20px;
  height: 20px;
  margin-right: 0.25rem;
  margin-bottom: -0.25rem;
  pointer-events: none;
}

/*右下メニュー*/
.global-footer-menu {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  font-size: 1rem;
  font-family: 'IBM Plex Sans JP', sans-serif;
  z-index: 1000;
  padding: 0.5rem 1rem;
  display: none;
  background: none;
  border-radius: 0;
  box-shadow: none;
}


