body {
  margin: 0;
  font-family: 'BIZ UDPMincho', serif;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.site-header {
  background-color: rgba(189, 158, 85, 0.8); /* #BD9E55 80% */
  padding: 10px 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

.logo img {
  height: 40px;
}

.main-nav ul {
  list-style: none;
  display: flex;
  gap: 40px;
  margin: 0;
  padding: 0;
}

.main-nav a {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
}

.logo img {
  cursor: pointer;
}

@import url('https://fonts.googleapis.com/css2?family=Cardo:wght@700&display=swap');

.hero {
  position: relative;
  height: 100vh;
  background: url('../portfolio_site/images/hero_img.png') center/cover no-repeat;
  display: flex;
  align-items: center;
  color: #fff;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 242, 141, 0.4); /* #FFF28D @ 40% */
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  padding-left: 150px;
  max-width: 1280px;
}

.portfolio-title {
  font-family: 'Cardo', serif;
  font-size: 115px;
  margin: 0;
}

.subtitle {
  font-family: 'BIZ UDPMincho', serif;
  font-size: 18px;
  margin-top: 10px;
}

.circle-links {
  display: flex;
  gap: 20px;
  margin-top: 30px;
}

.circle {
  background-color: rgba(255, 255, 255, 0.9);
  color: #BD9E55;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  font-size: 14px;
  font-family: 'BIZ UDPMincho', serif;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.3;
}

.portfolio-title {
  font-family: 'Cardo', serif;
  font-size: 115px;
  margin: 0;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.4);
}

.subtitle {
  font-family: 'BIZ UDPMincho', serif;
  font-size: 18px;
  margin-top: 10px;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.55);
}

.circle {
  background-color: rgba(255, 255, 255, 0.9);
  color: #BD9E55;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  font-size: 14px;
  font-family: 'BIZ UDPMincho', serif;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.3;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15); /* ドロップシャドウ追加 */
  text-shadow: none;
}

.hero-section {
  position: relative;
  width: 100%;
  height: 700px;
  overflow: hidden;
  font-family: "BIZ UDPMincho", serif;
}

.hero-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.hero-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 242, 141, 0.4); /* #FFF28D, 40% */
  z-index: 2;
}

.hero-content {
  position: relative;
  z-index: 3;
  padding-left: 150px;
  top: 120px;
  color: white;
  text-shadow: 1px 1px 5px rgba(0,0,0,0.5);
}

.hero-title {
  font-family: "Cardo", serif;
  font-size: 115px;
  margin-bottom: 10px;
}

.hero-name {
  font-size: 18px;
  margin-bottom: 40px;
}

.hero-circles {
  display: flex;
  gap: 20px;
}

.circle {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: white;
  color: #BD9E55;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: bold;
  box-shadow: 1px 1px 6px rgba(0,0,0,0.3);
  text-shadow: none;
}

/* 花アニメーション */
.flower {
  position: absolute;
  z-index: 3;
  opacity: 0.8;
  pointer-events: none;
}

.flower img {
  width: 80px;
  height: auto;
}

/* 各花の個別設定（left, animation-delay, size, animation-name） */
.flower1  { left: 5%;  top: -100px; animation: fall1 12s linear infinite; animation-delay: 0s; }
.flower2  { left: 15%; top: -150px; animation: fall2 14s linear infinite; animation-delay: 2s; transform: scale(0.9); }
.flower3  { left: 25%; top: -120px; animation: fall1 11s linear infinite; animation-delay: 4s; transform: scale(0.8); }
.flower4  { left: 35%; top: -130px; animation: fall3 13s linear infinite; animation-delay: 1s; transform: scale(1.1); }
.flower5  { left: 45%; top: -110px; animation: fall2 10s linear infinite; animation-delay: 3s; transform: scale(0.7); }
.flower6  { left: 55%; top: -140px; animation: fall1 12s linear infinite; animation-delay: 5s; }
.flower7  { left: 65%; top: -160px; animation: fall3 13s linear infinite; animation-delay: 2.5s; transform: scale(1.2); }
.flower8  { left: 75%; top: -100px; animation: fall2 11s linear infinite; animation-delay: 6s; transform: scale(0.85); }
.flower9  { left: 85%; top: -180px; animation: fall1 12s linear infinite; animation-delay: 3.5s; }
.flower10 { left: 95%; top: -120px; animation: fall3 14s linear infinite; animation-delay: 1.8s; transform: scale(1); }

/* 複数のアニメーションバリエーション */
@keyframes fall1 {
  0%   { transform: translateY(0) rotate(0deg); opacity: 0.8; }
  50%  { transform: translateY(350px) rotate(90deg); opacity: 0.6; }
  100% { transform: translateY(700px) rotate(180deg); opacity: 0; }
}

@keyframes fall2 {
  0%   { transform: translateY(0) rotate(0deg); opacity: 0.7; }
  50%  { transform: translateY(300px) rotate(60deg); opacity: 0.5; }
  100% { transform: translateY(650px) rotate(160deg); opacity: 0; }
}

@keyframes fall3 {
  0%   { transform: translateY(0) rotate(0deg); opacity: 0.9; }
  50%  { transform: translateY(400px) rotate(120deg); opacity: 0.6; }
  100% { transform: translateY(720px) rotate(200deg); opacity: 0; }
}

/*追加*/
@keyframes fall1 {
  0%   { transform: translate(0, 0) rotate(0deg); opacity: 0.8; }
  25%  { transform: translate(-20px, 200px) rotate(60deg); opacity: 0.6; }
  50%  { transform: translate(10px, 400px) rotate(120deg); opacity: 0.5; }
  75%  { transform: translate(-15px, 600px) rotate(160deg); opacity: 0.3; }
  100% { transform: translate(0px, 800px) rotate(220deg); opacity: 0; }
}

@keyframes fall2 {
  0%   { transform: translate(0, 0) rotate(0deg); opacity: 0.7; }
  25%  { transform: translate(15px, 180px) rotate(45deg); opacity: 0.6; }
  50%  { transform: translate(-10px, 350px) rotate(110deg); opacity: 0.5; }
  75%  { transform: translate(20px, 550px) rotate(150deg); opacity: 0.4; }
  100% { transform: translate(0px, 750px) rotate(200deg); opacity: 0; }
}

@keyframes fall3 {
  0%   { transform: translate(0, 0) rotate(0deg); opacity: 0.9; }
  25%  { transform: translate(-10px, 220px) rotate(70deg); opacity: 0.7; }
  50%  { transform: translate(15px, 420px) rotate(130deg); opacity: 0.5; }
  75%  { transform: translate(-20px, 620px) rotate(170deg); opacity: 0.3; }
  100% { transform: translate(0px, 820px) rotate(230deg); opacity: 0; }
}

/*アニメーションの定義*/
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/*プロフィール*/
.hero-title {
  font-family: 'Cardo', serif;
  font-size: 115px;
  color: #FFF;
  margin: 100px 0 0 0;
  animation: fadeInUp 1s ease-out 0.3s forwards;
  opacity: 0;
  text-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

/*タカシマシゲミ*/
.hero-name {
  font-family: 'BIZ UDPMincho', serif;
  font-size: 24px;
  margin-top: 10px;
  animation: fadeInUp 1s ease-out 0.6s forwards;
  opacity: 0;
  text-shadow: 0 2px 4px rgba(0,0,0,0.5);
}

/*３つの丸*/
.hero-circles {
  display: flex;
  gap: 40px;
  margin-top: 40px;
  animation: fadeInUp 1s ease-out 0.9s forwards;
  opacity: 0;
}

/*わたしについて*/
#about {
  background-color: #E4D7BA;
  padding: 100px 0 0 0;
  font-family: 'BIZ UDPMincho', serif;
  animation: fadeInUp 1s ease-out 0.3s forwards;
  opacity: 0;
}

.section-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 150px;
}

.section-title {
  font-size: 32px;
  margin-bottom: 40px;
  text-align: left;
}

.about-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}

.about-text {
  width: calc(100% - 524px); /* 写真サイズ＋余白分 */
  font-size: 18px;
  line-height: 1.8;
  color: #333;
}

.about-photo img {
  width: 484px;
  height: 555px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  margin-bottom: 24px;
}

/* ふわっと出現アニメーション */
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.about-name {
  font-size: 22px;
  line-height: 1.6;
  font-weight: bold;
  margin-bottom: 20px;
  color: #333;
}

.about-name-ja {
  font-size: 48px;
  font-family: "BIZ UDPMincho", serif;
  margin-bottom: 0.2em;
}

.about-name-en {
  font-size: 24px;
  font-family: "BIZ UDPMincho", serif;
  margin-top: -30px;
  margin-bottom: 1em;
}

.about-description {
  font-size: 16px;
  line-height: 1.8;
  font-family: "BIZ UDPMincho", serif;
}

/*私について右寄り修正*/
#about .section-title.with-line {
  position: relative;
  font-size: 32px;
  font-family: "BIZ UDPMincho", serif;
  margin: 0 0 40px;
  padding-left: 170px;
  text-align: left;
}

#about .section-title.with-line::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 150px;
  height: 1px;
  background-color: #000;
  transform: translateY(-50%);
}

/*更に修正*/
#about .section-title.with-line {
  position: relative;
  font-size: 32px;
  font-family: "BIZ UDPMincho", serif;
  margin: 0 0 40px;
  padding-left: 0;       /* ← これが重要！ズレをなくす */
  text-align: left;
}

#about .section-title.with-line::before {
  content: "";
  position: absolute;
  left: -170px;           /* ← 線を「タイトルの左側」に表示 */
  top: 50%;
  width: 150px;
  height: 1px;
  background-color: #000;
  transform: translateY(-50%);
}

/*できること*/
#skills {
  background: #E4D7BA;
  padding: 100px 0;
}

#skills .section-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 150px;
}

#skills .section-title.with-line {
  position: relative;
  font-size: 32px;
  font-family: "BIZ UDPMincho", serif;
  margin: 0 0 40px;
  padding-left: 0;
  text-align: left;
}

#skills .section-title.with-line::before {
  content: "";
  position: absolute;
  left: -170px;
  top: 50%;
  width: 150px;
  height: 1px;
  background: #000;
  transform: translateY(-50%);
}

.skills-content {
  display: flex;
  justify-content: center;
  gap: 60px;
}

.skill-item {
  width: 280px;
  text-align: center;
}

.skill-icon {
  width: 235px;
  height: 235px;
  margin: 0 auto 24px auto;
  background: #fff;
  border-radius: 50%;
  border: 2px solid #F2D5A9; /* カンプに合わせて */
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.skill-icon img {
  width: 235px;
  height: 235px;
  object-fit: contain;
}

.skill-title {
  font-size: 20px;
  color: #BD9E55;
  font-family: "BIZ UDPMincho", serif;
  font-weight: bold;
  margin-bottom: 8px;
}

.skill-desc {
  font-size: 15px;
  color: #333;
  line-height: 1.7;
  font-family: "BIZ UDPMincho", serif;
}

/*追加*/
#skills {
  background: #E4D7BA;
  padding: 60px 0 100px 0;
}

.section-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 150px;
}

.section-title.with-line {
  position: relative;
  font-size: 32px;
  font-family: 'BIZ UDPMincho', serif;
  margin: 0 0 56px 0;
  padding-left: 170px;
  text-align: left;
}
.section-title.with-line::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 150px;
  height: 1px;
  background: #000;
  transform: translateY(-50%);
}

.skills-content {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

.skill-item {
  display: flex;
  flex-direction: column;
  align-items: center;    /* アイコン・タイトル・説明すべて中央揃え */
  width: 235px;
}

.skill-icon img {
  width: 235px;
  height: 235px;
  object-fit: contain;
  margin-bottom: 18px;
}

.skill-desc {
  font-size: 15px;
  color: #333;
  line-height: 1.7;
  text-align: left;  /* ←ここが説明文左揃え */
  width: 100%;
  font-family: 'BIZ UDPMincho', serif;
}

/*わたしについて修正*/
.about-name-ja {
  font-size: 48px;
  font-family: "BIZ UDPMincho", serif;
  margin-bottom: 12px;    /* ←ここで下に24px余白 */
}

.about-name-en {
  font-size: 24px;
  font-family: "BIZ UDPMincho", serif;
  margin-bottom: 28px;    /* 装飾画像との余白(お好みで調整) */
}

.about-deco {
  display: block;
  margin-bottom: 36px;    /* 装飾画像と説明文の間の余白(お好みで調整) */
  max-width: 260px;       /* 幅はカンプに合わせて調整 */
  width: 100%;
}

/*わたしについて・できること修正*/
.section-line {
  width: 150px;
  height: 1px;
  background: #000;
  border: none;
  margin-right: 20px;
}
.section-title {
  font-size: 32px;
  font-family: "BIZ UDPMincho", serif;
  font-weight: bold;
  margin: 0;
  text-align: left;
}
.section-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 150px;
  box-sizing: border-box;
}

.section-line {
  width: 150px;
  height: 1px;
  background: #000;
  border: none;
  margin-right: 20px;
}
.section-title {
  font-size: 32px;
  font-family: "BIZ UDPMincho", serif;
  font-weight: bold;
  margin: 0;
  text-align: left;
}
.section-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 150px;      /* ← 中身だけ左右余白 */
  box-sizing: border-box;
}

/* 2カラム（reverseで左右反転） 
.work-content.reverse {
  flex-direction: row-reverse;
}*/

#skills .section-title-row {
  margin-top: 100px;
}


/*デザインしたもの*/
/* --- デザインしたものだけ完全整理 --- */

/* セクションタイトル行 */
.section-line {
  width: 150px;
  height: 1px;
  background: #000;
  border: none;
  margin-right: 20px;
}
.section-title {
  font-size: 32px;
  font-family: "BIZ UDPMincho", serif;
  font-weight: bold;
  margin: 0;
  text-align: left;
}

/* 作品リスト本体 */
.section-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 150px;
  box-sizing: border-box;
}
/*
.work-content {
  display: flex;
  gap: 60px;
  align-items: center;
  margin-bottom: 120px;
}

.work-content.reverse {
  flex-direction: row-reverse;
}*/

.work-image-wrap {
  width: 490px;
  height: 326px;
  border-radius: 0px;
  background: #fff;
  overflow: hidden;
  box-shadow: 8px 15px 40px rgba(0,0,0,0.15);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.work-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0px;
  display: block;
  box-shadow: none;
  background: none;
}
.work-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.work-category {
  color: #BD9E55;
  font-size: 16px;
  margin-bottom: 8px;
  font-family: "BIZ UDPMincho", serif;
  letter-spacing: 0.08em;
}
.work-title {
  font-size: 32px;
  font-family: "BIZ UDPMincho", serif;
  font-weight: bold;
  margin-bottom: 12px;
  color: #222;
  line-height: 1.1;
}
.work-line {
  width: 130px;
  height: 1px;
  border: none;
  background: #BD9E55;
  margin: 0 0 24px 0;
}
.work-desc {
  font-size: 20px;
  color: #444;
  line-height: 1.8;
  margin-bottom: 20px;
  font-family: "BIZ UDPMincho", serif;
  text-align: left;
}
.work-link {
  font-size: 16px;
  color: #BD9E55;
  text-decoration: none;
  font-family: "BIZ UDPMincho", serif;
  font-weight: bold;
  letter-spacing: 0.06em;
  transition: opacity 0.2s;
}
.work-link:hover {
  opacity: 0.7;
}

/* ---- セクションタイトル余白 ---- */
.section-title-row {
  display: flex;
  align-items: center;
  width: fit-content;
  margin: 0 0 40px 0;
}
#skills .section-title-row {
  margin-top: 0px;
  margin-bottom: 120px;
}
#works .section-title-row {
  margin-top: 150px;
  margin-bottom: 150px;
}

/* ---- デザインしたもの交互レイアウト ---- */
.work-content {
  display: flex;
  gap: 60px;
  align-items: center;
  margin-bottom: 150px;
  flex-direction: row;
}
.work-content.reverse {
  flex-direction: row-reverse;
  margin-bottom: 150px;
}

.view-all-btn {
  display: inline-block;
  padding: 14px 36px;
  background: #E9E1D9; /* ←ベース色 */
  color: #6B5B38;
  border-radius: 3px;
  font-size: 18px;
  font-family: 'BIZ UDPMincho', serif;
  text-decoration: none;
  letter-spacing: 0.06em;
  text-align: center;
  box-shadow: 0 2px 12px rgba(210, 190, 160, 0.10);
  transition: background 0.2s, box-shadow 0.2s, color 0.2s, border-color 0.2s;
  margin: 36px auto 0 auto;
}

.view-all-btn:hover {
  background: #EFE4C9;
  color: #BD9E55;
  box-shadow: 0 4px 16px rgba(210, 190, 160, 0.16);
  border-color: #BD9E55;
}

.work-image-link {
  display: block;
  border-radius: 20px;
  /* カード全体をホバーさせる */
  transition: box-shadow 0.3s cubic-bezier(.19,1,.22,1), transform 0.3s cubic-bezier(.19,1,.22,1);
}

.work-image-link .work-image-wrap {
  /* 画像のラップもtransitionでなめらかに */
  transition: box-shadow 0.3s cubic-bezier(.19,1,.22,1), transform 0.3s cubic-bezier(.19,1,.22,1);
}

.work-image-link:hover .work-image-wrap,
.work-image-link:focus .work-image-wrap {
  box-shadow: 0 12px 40px rgba(180,150,70,0.18), 0 1.5px 12px rgba(189,158,85,0.08);
  transform: translateY(-7px) scale(1.03);
}

/*お問い合せ*/
#contact,
.contact-section {
  background: #E9E1D9;
  padding-top: 80px;
  padding-bottom: 100px !important;
}

#contact .section-title-row {
  display: flex;
  align-items: center;
  width: fit-content;
  margin: 0 0 40px 0;
}

#contact .section-line {
  width: 150px;
  height: 1px;
  background: #000;
  border: none;
  margin-right: 20px;
}

#contact .section-title {
  font-size: 32px;
  font-family: "BIZ UDPMincho", serif;
  font-weight: bold;
  margin: 0;
  text-align: left;
}

.contact-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 150px;
  text-align: left;
}
.contact-text {
  font-size: 16px;
  margin-bottom: 32px;
  color: #333;
  font-family: "BIZ UDPMincho", serif;
}

.contact-mail-frame {
  background: #fff;
  border: 2px solid #BBA085;
  border-radius: 7px;
  padding: 22px 32px;
  display: inline-block;
}

.contact-mail {
  font-size: 24px;
  font-family: "BIZ UDPMincho", serif;
  letter-spacing: 0.04em;
  color: #222;
  user-select: all;
}

/*デザインしたもの一覧のボタン*/
.works-btn-wrap {
  text-align: center;
  margin-bottom: 150px;
}

.works-list-btn {
  display: inline-block;
  font-size: 16px;
  padding: 14px 40px;
  background: #ECE6E1;
  color: #7C6543;
  border: none;
  border-radius: 6px;
  font-family: "BIZ UDPMincho", serif;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 0 4px 20px rgba(180,150,85,0.09);
  transition: box-shadow .3s, opacity .2s;
}
.works-list-btn:hover {
  box-shadow: 0 10px 28px rgba(180,150,85,0.17);
  opacity: 0.85;
}

.contact-section {
  background: #E9E1D9;
  padding: 80px 0 100px 0;
  padding-bottom: 100px;
}

.contact-title-row {
  display: flex;
  align-items: center;
  width: fit-content;
  margin: 0 0 40px 0;
}

.contact-inner {
  max-width: 900px;
  margin: 0 auto;
  text-align: left;
}

.contact-lead {
  font-size: 16px;
  color: #333;
  margin-bottom: 40px;
  font-family: "BIZ UDPMincho", serif;
  text-align: left;
}

.contact-mail-entity {
  display: inline-block;
  font-size: 24px;
  font-family: "BIZ UDPMincho", serif;
  color: #333;
  border: 1.5px solid #BBA085;
  background: #fff;
  border-radius: 8px;
  padding: 18px 30px;
  margin-bottom: 150px; /* ←下余白ここで調整 */
  letter-spacing: 0.02em;
  text-align: left;
}

.contact-mail-entity .at {
  font-family: monospace;
  font-style: normal;
}

/*フッター*/
#footer {
  width: auto;
  height: 80px;
  background: #BD9E55;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-inner {
  width: 100%;
  text-align: center;
}

.footer-text {
  color: #fff;
  font-size: 14px;
  font-family: "BIZ UDPMincho", serif;
  letter-spacing: 0.05em;
}



/*-------------------------------------------
ここからデザインしたもの
--------------------------------------------*/
body {
  font-family: "BIZ UDPMincho", serif;
  margin: 0;
  background: #fff;
}

.headline-row {
  display: flex;
  align-items: center;
  margin: 60px 0 48px 0;
}

.headline-line {
  width: 180px;
  height: 2px;
  background: #000;
  border: none;
  margin-right: 20px;
}

.headline-title {
  font-size: 32px;
  margin: 0;
  font-weight: bold;
}

/* タグ中央 */
.works-tags-center {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}

.works-tags {
  display: flex;
  gap: 40px;
}

.works-tag {
  font-size: 22px;
  background: #E9E1D9;
  border: none;
  border-radius: 16px;
  padding: 16px 44px;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(180,150,85,0.05);
}

/* main中央＆両端150px */
.works-main-area {
  max-width: 1280px;
  margin: 0 auto;
  /*padding: 0 150px;*/
}

/* カテゴリ見出しと下線 */
.category-title {
  font-size: 32px;
  font-weight: bold;
  margin: 60px 0 0 0;
}
.category-underline {
  width: 981px;
  height: 8px;
  background: #E9E1D9;
  margin-bottom: 40px;
}

/* カードリスト */
.works-list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.work-card {
  width: 470px;
  margin-bottom: 48px;
}
.work-image {
  width: 470px;
  height: 280px;
  object-fit: cover;
  display: block;
}

/* カード説明ベタ */
.work-desc-block {
  width: 470px;
  height: 100px;
  background: #F5F5F5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  border-radius: 0 0 10px 10px;
  padding: 15px 22px 12px 20px;
}

.work-cat {
  font-size: 16px;
  color: #BD9E55;
}

.work-title {
  font-size: 32px;
  color: #222;
  font-weight: bold;
}

.work-detail-link {
  font-size: 16px;
  color: #BD9E55;
  position: absolute;
  right: 20px;
  bottom: 12px;
  text-decoration: none;
}

.works-list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.works-card {
  width: 470px;
  display: flex;
  flex-direction: column;
  /* 任意: カード自体に枠や影を付けたければここで */
}

.works-card-img {
  width: 470px;
  height: 280px;
  object-fit: cover;
  display: block;
}

.works-card-meta {
  width: 470px;
  height: 100px;
  background: #F5F5F5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 14px 20px 12px 20px; /* 上下左右余白は調整OK */
  box-sizing: border-box;
  /* 任意: 角丸や影も可 */
}

.works-card-category {
  font-size: 16px;
  color: #BBA085;
  margin-bottom: 6px;
}

.works-card-title {
  font-size: 32px;
  color: #222;
  margin-bottom: 3px;
}

.works-card-link {
  font-size: 16px;
  color: #BD9E55;
  text-decoration: none;
  text-align: right;
  display: block;
  margin-top: auto;
}

body {
  font-family: 'BIZ UDPMincho', serif;
  margin: 0;
  background: #fff;
}

/* --- 「デザインしたもの」タイトル行 --- */
.section-line {
  width: 200px;
  height: 2px;
  background: #000;
  border: none;
  margin-right: 24px;
}
.section-title {
  font-size: 32px;
  font-family: "BIZ UDPMincho", serif;
  font-weight: bold;
  margin: 0;
  text-align: left;
}

/* --- main・タグ3種・全体センター --- */
.works-main {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 150px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;   /* ←センター揃え */
}

.works-tags {
  display: flex;
  gap: 40px;
  justify-content: center;
  margin-bottom: 80px;
}
.works-tags button {
  font-size: 24px;
  padding: 22px 52px;
  border: none;
  background: #E9E1D9;
  border-radius: 18px;
  color: #6B5B38;
  font-family: "BIZ UDPMincho", serif;
  cursor: pointer;
}

/* --- セクション見出し --- */
.works-category-title {
  font-size: 32px;
  margin-bottom: 18px;
  font-family: "BIZ UDPMincho", serif;
  font-weight: bold;
  text-align: left;
  /* ここはmain中央揃えの中で、左寄せ表示 */
  width: 100%;
}

.works-section {
  width: 100%;
  margin-bottom: 150px;  /* ←カード下部の余白をセクションで */
}

/* --- カードレイアウト（2カラム例） --- */
.works-cards-row {
  display: flex;
  gap: 40px;                /* ←カード間余白40px */
  justify-content: flex-start;
}

.works-card {
  width: 470px;
  display: flex;
  flex-direction: column;
}

.works-card-img {
  width: 470px;
  height: 280px;
  object-fit: cover;
  display: block;
}

.works-card-meta {
  width: 470px;
  height: 100px;
  background: #F5F5F5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 18px 22px 14px 22px;
  box-sizing: border-box;
}

.works-card-category {
  font-size: 16px;
  color: #BBA085;
  margin-bottom: 4px;
}

.works-card-title {
  font-size: 32px;
  color: #222;
  margin-bottom: 4px;
}

.works-card-link {
  font-size: 16px;
  color: #BD9E55;
  text-decoration: none;
  text-align: right;
  display: block;
  margin-left: auto;
  margin-top: 8px;
}

/*.section-group {
  text-align: center; /* 全体センター揃え */
  /*margin-bottom: 150px; *//* 下余白 */
/*}*/

.section-heading {
  font-size: 32px;
  font-family: "BIZ UDPMincho", serif;
  font-weight: bold;
  margin-bottom: 16px; /* タイトル下に余白 */
}

.section-underline {
  display: block;
  margin: 0 auto 48px auto;  /* 上下の余白・センター揃え */
  width: 981px;
  height: 8px;
  border: none;
  background: #E9E1D9;
  border-radius: 4px;
}

.works-title-line {
  width: 150px;
  height: 1px;
  background: #000;
  border: none;
  margin-right: 24px;
}

.works-title {
  font-size: 32px;
  font-family: "BIZ UDPMincho", serif;
  font-weight: bold;
  margin: 0;
  text-align: left;
}

.main-wrapper {
  text-align: left;
  /* 必要ならpadding-left: 150px; で余白も */
}


body {
  font-family: "BIZ UDPMincho", serif;
  margin: 0;
  background: #fff;
}

.main-outer {
  max-width: 1280px;
  margin: 0 auto;
  /* padding: 0 150px;  必要ならここで全体の左右余白を指定 */
}

.works-title-line {
  width: 150px;
  height: 1px;
  background: #000;
  border: none;
  margin-right: 24px;
}

.works-title {
  font-size: 32px;
  font-family: "BIZ UDPMincho", serif;
  font-weight: bold;
  margin: 0;
  text-align: left;
}

.works-tags-center {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}

/* 必要に応じて main, カードエリアのスタイル */

.main-wrapper {
  max-width: none;
  margin: 0 auto;
  padding: 0; /* ←余計なpaddingを付けない！ */
}


/*追加*/
.works-title-row {
  display: flex;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  margin-top: 100px;
  margin-bottom: 56px;
  /* padding-left: 0; ← 付けない or 0にする */
}
.works-title-line {
  width: 150px;
  height: 1px;
  background: #000;
  border: none;
  margin-right: 24px;
}
.works-title {
  font-size: 32px;
  font-weight: bold;
  margin: 0;
  text-align: left;
}

/*カードの整列*/
.works-cards-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2カラム */
  gap: 40px;
}

.works-card {
  width: 470px;
  display: flex;
  flex-direction: column;
  margin-bottom: 100px;  /* ←ここを100pxに！ */
}

.works-card {
  margin-bottom: 100px;
}

.works-card:nth-last-child(-n+2) {
  margin-bottom: 0;  /* 最下段2つのカードだけ下余白なし（2列の場合） */
}

/*カードにリンク*/
.works-card {
  display: flex;
  flex-direction: column;
  width: 470px;
  margin-bottom: 100px;
  text-decoration: none;     /* 下線を消す */
  color: inherit;            /* 文字色を親から継承 */
  transition: box-shadow .2s;
}

.works-card:hover {
  /*box-shadow: 8px 15px 32px rgba(180,150,85,0.4);*/
  transition: box-shadow 0.3s cubic-bezier(.19,1,.22,1), transform 0.3s cubic-bezier(.19,1,.22,1);
  box-shadow: 0 12px 40px rgba(180,150,70,0.18), 0 1.5px 12px rgba(189,158,85,0.08);
  transform: translateY(-7px) scale(1.03);
  /* 好みでホバーエフェクト */
}

/*カード修正*/
.works-cards-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 40px;   /* 上下左右とも40pxの余白（必要に応じて） */
}

.works-card {
  width: 470px;
  display: flex;
  flex-direction: column;
  margin-bottom: 0;          /* グリッドの場合はmargin不要 */
  text-decoration: none;
  color: inherit;
  transition: box-shadow .2s;
}

.works-card:hover {
  box-shadow: 0 8px 32px rgba(180,150,85,0.13);
}

/* グリッドの行間だけ広げたい場合 */
.works-cards-row {
  row-gap: 100px;  /* 行ごとの余白を100px */
  column-gap: 40px; /* カード間（横）余白は40px */
}

/*ボタンの加工*/
.works-tag {
  text-decoration: none;
  color: inherit;
  transition: opacity .2s;
}
.works-tag:hover {
  opacity: 0.8;
}

/*戻るボタン*/
.back-to-top-area {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 40px 0 24px 0; /* 上下の余白は好みで */
}

.back-to-top-btn {
  display: inline-block;
  padding: 14px 44px;
  border-radius: 6px;
  background: #E9E1D9;
  color: #6B5B38;
  font-family: "BIZ UDPMincho", serif;
  font-size: 16px;
  text-decoration: none;
  transition: opacity .2s, box-shadow .2s;
  box-shadow: 0 2px 6px rgba(180,150,85,0.09);
	margin-bottom: 150px;
}

.back-to-top-btn:hover {
  opacity: 0.8;
  box-shadow: 0 8px 20px rgba(180,150,85,0.16);
}


/*-------------------------------------------
ここから頒布会
--------------------------------------------*/
body {
  font-family: "BIZ UDPMincho", serif;
  background: #fff;
  margin: 0;
}

/* メインコンテナ */
.work-detail-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 150px;
}

/* トップビュー構成 */
.work-detail-top {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-end;
  margin-top: 24px;
  margin-bottom: 60px;
}
.work-detail-mainimg {
  width: 540px;
  height: 750px;
  object-fit: cover;
  border-radius: 2px;
  margin-left: 40px;
}
.work-detail-titleblock {
  flex: 1;
  align-self: flex-end;
  padding-bottom: 36px;
  margin-bottom: 36px;
}
.work-detail-category {
  color: #BBA085;
  font-size: 16px;
}
.work-detail-title {
  font-size: 32px;
  font-weight: bold;
  margin: 6px 0;
}
.work-detail-date {
  font-size: 14px;
  color: #444;
  margin-bottom: 24px;
}
.work-detail-concept {
  margin: 48px 0 0 0;
}
.work-detail-concept-label {
  font-size: 16px;
  color: #222;
  margin-bottom: 10px;
}
.work-detail-concept-txt {
  font-size: 20px;
  color: #222;
  line-height: 1.9;
  margin-bottom: 40px;
}
.concept-center {
  max-width: 760px;
  margin: 150px auto;
}

/* ギャラリー全体 */
.work-detail-gallery {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 150px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 100px;
}

/* 各行の並び */
.gallery-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  width: 100%;
}

/* 1・2段目の画像は980px固定で中央 */
.gallery-row.row-1 img,
.gallery-row.row-2 img {
  width: 980px;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* 3段目：画像左・テキスト右 */
.center-row img {
  margin-right: 40px;
}
.gallery-text {
  font-size: 14px;
  color: #444;
}

/* 4,5,7段目：2枚並列 */
.row-4,
.row-5,
.row-7 {
  justify-content: center;
}

/* 6段目：画像-余白-画像 */
.row-6 {
  justify-content: flex-start;
}
.gallery-space {
  width: 60px;
}

/* 6段目下の説明文 */
.row-6-desc {
  display: flex;
  justify-content: center;
}
.gallery-desc {
  width: 760px;
  font-size: 16px;
  color: #222;
  margin-top: -150px;
  text-align: left;
}

/* 画像共通：親幅内で収める */
.work-detail-gallery img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* 戻るボタン */
.back-to-list {
  display: flex;
  justify-content: center;
  margin: 64px 0;
}
.back-to-list a {
  display: inline-block;
  border: 1.5px solid #E9E1D9;
  border-radius: 8px;
  padding: 18px 40px;
  background: #fff;
  color: #BBA085;
  font-size: 16px;
  text-decoration: none;
  font-family: "BIZ UDPMincho", serif;
  transition: background 0.2s, opacity 0.2s;
  margin: 100px 0;
}
.back-to-list a:hover {
  background: #E9E1D9;
  opacity: 0.85;
}

/* レスポンシブ対応 
@media (max-width: 1280px) {
  .work-detail-container,
  .work-detail-gallery {
    padding: 0 32px;
  }
}
@media (max-width: 1024px) {
  .work-detail-container {
    padding: 0 16px;
  }
  .work-detail-top {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .work-detail-mainimg {
    width: 100%;
    max-width: 380px;
    height: auto;
    margin-left: 0;
  }
  .work-detail-titleblock {
    margin-bottom: 28px;
  }
  .work-detail-gallery {
    padding: 0 16px;
  }
  .gallery-desc {
    width: 100%;
  }
}*/

/*段落修正*/
.work-detail-gallery {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 150px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 100px;
}

/* 共通：各段の横並び/中央 */
.gallery-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  width: 100%;
}

/* ---------------------
  3段目：左画像567x415＋テキスト
---------------------- */
.row3-img {
  width: 567px;
  height: 415px;
  object-fit: cover;
  display: block;
}
.row3-text {
  font-size: 16px;
  color: #444;
  display: flex;
  align-items: center;   /* 縦中央揃え */
  height: 415px;         /* 画像と同じ高さ */
  text-align: center;    /* 横文字中央 */
  margin-left: 15px;
  font-family: "BIZ UDPMincho", serif;
}

/* ---------------------
  4段目：2枚横並び 455x322
---------------------- */
.row4-img {
  width: 455px;
  height: 322px;
  object-fit: cover;
  display: block;
  border-radius: 2px;
}

/* ---------------------
  5段目：2枚横並び 247x350
---------------------- */
.row-5 {
  gap: 40px;
}
.row5-img {
  width: 247px;
  height: 350px;
  object-fit: cover;
  display: block;
  border-radius: 2px;
}

/* ---------------------
  6段目：2枚横並び 高さ350px
---------------------- */
.row-6 {
  gap: 40px;
  justify-content: center;
  align-items: center;
}

.row6-img-left {
  width: 247px;
  height: 350px;
  object-fit: cover;
  display: block;
  border-radius: 2px;
}

.row6-img-right {
  width: 580px;
  height: 350px;
  object-fit: cover;
  display: block;
  border-radius: 2px;
}

/* 6段目下テキストボックス（760px・中央） */
.row-6-desc {
  justify-content: center;
  width: 100%;
  display: flex;
}
.gallery-desc {
  width: 760px;
  max-width: 100%;
  font-size: 16px;
  color: #222;
  margin-top: -70px;
  text-align: left;
  font-family: "BIZ UDPMincho", serif;
  line-height: 2;
}

/* ---------------------
  7段目：2枚横並び 455x322
---------------------- */
.row-7 {
  gap: 40px;
}
.row7-img {
  width: 455px;
  height: 322px;
  object-fit: cover;
  display: block;
  border-radius: 2px;
}

/* レスポンシブ：小画面 
@media (max-width: 1280px) {
  .work-detail-gallery {
    padding: 0 32px;
  }
  .gallery-desc {
    width: 100%;
  }
  .row3-img, .row4-img, .row5-img, .row6-img, .row7-img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
  }
  .row3-text, .gallery-desc {
    height: auto;
  }
}*/

/*-------------------------------------------
ここからお歳暮・Xmas
--------------------------------------------*/
.oseibo-xmas-section {
  max-width: 1280px;
  margin: 0 auto 100px auto;
  padding: 0 150px;
  box-sizing: border-box;
}

.section-title-line {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 100px 0 0 0;
}
.section-title-line span {
  font-size: 18px;
  font-family: "BIZ UDPMincho", serif;
  color: #222;
  margin-bottom: 8px;
}
.section-divider {
  width: 843px;
  height: 1px;
  background: #e4d7ba;
  border: none;
  margin: 0 0 0 0;
}

/* 段ごと余白 */
.gallery-row-o {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin: 0 auto;
  padding: 100px 0 0 0;
  width: 100%;
  box-sizing: border-box;
}

/* 画像指定サイズ */
.img-w440h623 { width: 440px; height: 623px; object-fit: cover; border-radius: 4px; }
.img-w455h322 { width: 455px; height: 322px; object-fit: cover; border-radius: 4px; }
.img-w980h633 { width: 980px; height: 633px; object-fit: cover; border-radius: 4px; }
.img-w630h445 { width: 630px; height: 445px; object-fit: cover; border-radius: 4px; }

/* 1枚のみ中央揃え */
.gallery-row img:only-child {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

/* --- レスポンシブ対応 --- 
@media (max-width: 1280px) {
  .oseibo-xmas-section {
    max-width: 100vw;
    padding: 0 32px;
  }
  .section-divider {
    width: 90vw;
    max-width: 843px;
  }
}
@media (max-width: 950px) {
  .gallery-row {
    flex-direction: column;
    gap: 32px;
    padding-top: 60px;
  }
  .img-w440h623, .img-w455h322, .img-w980h633, .img-w630h445 {
    width: 100%;
    max-width: 98vw;
    height: auto;
  }
}*/

/*-------------------------------------------
ここから秋のリーフレット
--------------------------------------------*/
.autumn-leaflet-gallery {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
  max-width: 1280px;
  margin: 100px auto 0 auto; /* 上部に余白、下は調整可 */
  padding: 0 150px;           /* 両端の余白を150pxに */
  box-sizing: border-box;
}

.leaflet-img {
  width: 455px;
  height: 644px;
  object-fit: cover;
  display: block;
  border-radius: 2px;
  box-shadow: 0 4px 18px rgba(180,150,85,0.08);
  background: #fff;
}

/*-------------------------------------------
ここからカレンダー
--------------------------------------------*/
.calendar-gallery {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 150px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 100px; /* 各段の縦余白 */
}

/* 各段の並び設定 */
.calendar-row {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 40px; /* 横並びの余白 */
}

/* 一段目だけ画像サイズを指定 */
.calendar-row.row-1 .main-img {
  width: 630px;
  height: 445px;
  object-fit: cover;
  display: block;
  border-radius: 2px;
  box-shadow: 0 4px 18px rgba(180,150,85,0.08);
}

/* 二段目・三段目共通 */
.calendar-row.row-2 .cal-img,
.calendar-row.row-3 .cal-img {
  width: 455px;
  height: 644px;
  object-fit: cover;
  display: block;
  border-radius: 2px;
  box-shadow: 0 4px 18px rgba(180,150,85,0.08);
  background: #fff;
}

/**/
@media (max-width: 1024px) {
  .calendar-gallery {
    padding: 0 24px;
  }
  .calendar-row {
    flex-direction: column;
    gap: 32px;
  }
  .calendar-row .cal-img,
  .calendar-row .main-img {
    width: 100%;
    height: auto;
    max-width: 100%;
  }
}

/*-------------------------------------------
ここから40周年
--------------------------------------------*/
/* 共通余白とセンター */
.logo-main-wrap,
.badge-block {
  max-width: 1000px;
  margin: 0 auto 100px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.logo-main-img {
  width: 630px;
  height: 630px;
  object-fit: cover;
  display: block;
  border-radius: 0px;
  background: #fff;
}

.badge-title-row {
  max-width: 1280px;
  margin: 0 auto 100px auto;
  display: flex;
  align-items: center;
  gap: 24px;
}

.badge-title {
  font-size: 20px;
  font-family: 'BIZ UDPMincho', serif;
  font-weight: bold;
  text-align: center;
  margin: 12px 0 32px 0;   /* 上下マージン調整（お好みで） */
  color: #222;
}

.badge-block {
  margin-bottom: 100px;
}

.badge-img {
  width: 800px;
  height: 340px;
  object-fit: cover;
  border-radius: 0px;
  background: #fff;
  display: block;
}

.badge-label-row {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 32px;
  margin-bottom: 16px;
}

.badge-label {
  font-size: 20px;
  font-weight: bold;
  color: #222;
  letter-spacing: 0.06em;
}

.divider.divider-long {
  width: 980px;
  height: 1px;
  background: #BD9E55;
  border: none;
}

.badge-words {
  font-size: 16px;
  color: #666;
  margin-top: 8px;
  letter-spacing: 0.05em;
  font-weight: normal;
  text-align: center;
}

/* 両端余白150px */
@media (min-width: 1280px) {
  .logo-main-wrap,
  .badge-title-row,
  .badge-block {
    max-width: 1280px;
    padding-left: 150px;
    padding-right: 150px;
    box-sizing: border-box;
  }
}

/* レスポンシブ
@media (max-width: 1024px) {
  .logo-main-img, .badge-img {
    width: 100%;
    height: auto;
    max-width: 95vw;
  }
  .divider.divider-short, .divider.divider-long {
    width: 100%;
    min-width: 0;
  }
} */

.badge-block {
  margin-bottom: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.badge-label {
  font-size: 20px;
  font-weight: bold;
  color: #222;
  margin-bottom: 16px;
  text-align: center;
}

.divider.divider-long {
  width: 980px;
  height: 1px;
  background: #BD9E55;
  border: none;
  margin-bottom: 16px;
}

.badge-words {
  font-size: 16px;
  color: #666;
  margin-bottom: 32px;
  text-align: center;
  font-weight: normal;
  letter-spacing: 0.05em;
}

.badge-img {
  width: 800px;
  height: 340px;
  object-fit: cover;
  border-radius: 0px;
  background: #fff;
  display: block;
}

.badge-title {
  text-align: center;
  width: 100%;
  display: block;
}

/*-------------------------------------------
ここから陽だまりサイト
--------------------------------------------*/
.work-detail-url a {
  font-size: 14px;
  color: #BBA085;
  margin-bottom: 24px;
  text-decoration: none; /* 下線を消す */
  background: none;      /* 背景もリセット */
  padding: 0;            /* 余計な余白なし */
  border: none;
}

.work-detail-url {
  margin-bottom: 24px; /* divにも下余白 */
}

.site-detail-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 150px;
  box-sizing: border-box;
}

.main-image-row {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
}
.main-image-row img {
  width: 959px;
  height: 579px;
  object-fit: cover;
  display: block;
}

/* 区切り線 */
.site-divider {
  margin: 0 auto 50px auto;
  background: #e5e5e5;
}
.pc-divider {
  width: 533px;
  height: 1px;
}
.sp-divider {
  width: 112px;
  height: 1px;
}

/* 2段目：PC＆SP画像横並び */
.site-screens-row {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 50px;
  margin-bottom: 100px;
}
.site-image-pc {
  width: 622px;
  height: 1830px;
  object-fit: contain;
  display: block;
}
.site-image-sp {
  width: 200px;
  height: 1830px;
  object-fit: contain;
  display: block;
}

/* スマホ対応（必要に応じて） 
@media (max-width: 900px) {
  .site-detail-container {
    padding: 0 20px;
  }
  .main-image-row img {
    width: 100%;
    height: auto;
    max-width: 100vw;
  }
  .site-screens-row {
    flex-direction: column;
    align-items: center;
    gap: 32px;
  }
  .site-image-pc, .site-image-sp {
    width: 100%;
    max-width: 90vw;
    height: auto;
  }
  .pc-divider { width: 60vw; }
  .sp-divider { width: 30vw; }
}*/

.site-screens-row {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 50px;
  margin-bottom: 100px;
}

.site-screen-col {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.site-screen-label {
  font-size: 16px;
  color: #333;
  margin-bottom: 8px;
  font-family: 'BIZ UDPMincho', serif;
  letter-spacing: 0.04em;
}

.site-screen-line {
  background: #e5e5e5;
  height: 1px;
  margin-bottom: 24px;
}
.site-screen-line.pc {
  width: 622px;
  background: #BD9E55;
}
.site-screen-line.sp {
  width: 200px;
  background: #BD9E55;
}

.site-image-pc {
  width: 622px;
  height: 1830px;
  object-fit: contain;
  display: block;
}
.site-image-sp {
  width: 200px;
  height: 1830px;
  object-fit: contain;
  display: block;
}

/* レスポンシブ（例） 
@media (max-width: 900px) {
  .site-screens-row {
    flex-direction: column;
    gap: 40px;
  }
  .site-screen-line.pc { width: 60vw; }
  .site-screen-line.sp { width: 30vw; }
  .site-image-pc, .site-image-sp { width: 100%; max-width: 90vw; height: auto; }
}*/

/*-------------------------------------------
ここからイラスト制作
--------------------------------------------*/
.illustration-gallery {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 100px; /* 画像の上下マージン */
  margin: 0 auto;
}

.illustration-gallery img {
  display: block;
  max-width: 800px;
  height: auto;
}

/*w540h750pxの画像を下げる*/
.work-detail-mainimg {
  margin-top: 37px;
}

/*-------------------------------------------
レスポンシブ
--------------------------------------------*/

/* ---------------------------------------- */
@media (max-width: 767px) {

  /* ヘッダー */
  .site-header {
    padding: 6px 0;
  }
  .container {
    flex-direction: column;
    align-items: center;
    padding: 0 12px;
  }
  .logo img {
    height: 32px;
  }
  .main-nav ul {
    gap: 18px;
    font-size: 14px;
  }

  /* トップビュー・ヒーロー画像 */
  .hero-section {
    height: 940px;
    min-height: 350px;
    padding-top: 56px; /* ヘッダー分 */
  }
  .hero-bg {
    height: 1600px;
    object-fit: cover;
  }
  .hero-overlay {
    height: 940px;
    padding-top: 56px; /* ヘッダー分 */
  }

  .hero-content {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    top: 300px;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100vw;
    margin: 0 auto;
  }
  .hero-title {
    font-size: 44px;
    line-height: 1.1;
    margin-top: 16px;
    margin-bottom: 12px;
  }
  .hero-name {
    font-size: 15px;
    margin-bottom: 28px;
  }
  .hero-circles {
    flex-direction: row;
    gap: 8px;
    margin-top: 20px;
    justify-content: center;
  }
  .circle {
    width: 60px;
    height: 60px;
    font-size: 11px;
    line-height: 1.2;
    padding: 0;
  }

  /* 花アニメーション（スマホはオフ or 小さめにする） */
  .flower {
    display: none;
  }
}

/*わたしについて*/
@media (max-width: 767px) {
  #about .section-title-row {
    /* 横並び（flex）を維持！ */
    flex-direction: row;
    align-items: center;
    margin-bottom: 28px;
  }
  .section-line {
    width: 36px;
    margin-right: 12px;
    margin-bottom: 0;
  }
  .section-title {
    font-size: 22px;
  }
  .section-inner {
    padding: 0 36px;
    max-width: 100%;
  }
  .about-content {
    flex-direction: column;   /* 中身だけ縦並び */
    gap: 36px;
    align-items: center;
  }
  .about-photo img {
    width: 100%;
    max-width: 320px;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.12);
  }
  .about-text {
    width: 100%;
    font-size: 16px;
    text-align: left;
    line-height: 1.8;
    color: #333;
  }
  .about-name-ja {
    font-size: 26px;
    margin-bottom: 6px;
  }
  .about-name-en {
    font-size: 15px;
	  margin-top: 5px;
    margin-bottom: 14px;
  }
  .about-deco {
    max-width: 180px;
    margin-bottom: 18px;
  }
  .about-description {
    font-size: 15px;
    line-height: 1.8;
    text-align: left;
  }
}
/*できること*/
@media (max-width: 767px) {
  #skills .section-title-row {
    flex-direction: row;
    align-items: center;
    margin-bottom: 28px;
  }
  #skills .section-line {
    width: 36px;
    margin-right: 12px;
    margin-bottom: 0;
  }
  #skills .section-title {
    font-size: 22px;
  }
  #skills .section-inner {
    padding: 0 18px;
    max-width: 100%;
  }
  .skills-content {
    flex-direction: column;
    align-items: center;
    gap: 32px;
  }
  .skill-item {
    width: 100%;
    max-width: 340px;
    margin: 0 auto;
    text-align: center;
  }
  .skill-icon {
    width: 150px;
    height: 150px;
    margin: 0 auto 16px auto;
  }
  .skill-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .skill-title {
    font-size: 17px;
    margin-bottom: 6px;
  }
  .skill-desc {
    font-size: 14px;
    line-height: 1.7;
    text-align: left;
    width: 100%;
  }
}
/*おすすめのデザイン*/
@media (max-width: 767px) {
  #works .section-title-row {
    flex-direction: row;
    align-items: center;
    margin-bottom: 28px;
  }
  #works .section-line {
    width: 36px;
    margin-right: 12px;
    margin-bottom: 0;
  }
  #works .section-title {
    font-size: 22px;
  }

  #works .section-inner {
    padding: 0 36px;
    max-width: 100%;
  }

  .work-content,
  .work-content.reverse {
    flex-direction: column !important;  /* 画像→テキスト 縦積み */
    gap: 0;
    margin-bottom: 56px;
    align-items: stretch;
  }

  .work-image-link,
  .work-image-wrap {
    width: 100%;
    max-width: 420px;
    margin: 0 auto 18px auto;
    display: block;
  }

  .work-image-wrap img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(189,158,85,0.10);
  }

  .work-info {
    padding: 0 6px;
  }

  .work-category {
    font-size: 14px;
    margin-bottom: 4px;
  }
  .work-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .work-line {
    width: 60px;
    margin: 0 0 8px 0;
  }
  .work-desc {
    font-size: 14px;
    margin-bottom: 8px;
    line-height: 1.7;
  }
  .work-link {
    font-size: 14px;
    margin-bottom: 6px;
  }

  .works-btn-wrap {
    margin: 32px 0 60px 0;
    text-align: center;
  }
  .works-list-btn {
    font-size: 15px;
    padding: 11px 24px;
    border-radius: 6px;
  }
}
@media (max-width: 767px) {
  .work-image-wrap {
    width: 100%;
    height: auto;         /* 高さ固定しない */
    min-height: unset;
    aspect-ratio: unset;
    padding: 0;
    background: none;     /* 背景色があれば消す */
    box-shadow: none;     /* 影を消したい場合 */
    border: none;         /* 枠線を消したい場合 */
	margin-top: 60px;
  }
  .work-image-wrap img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;    /* 必要に応じて */
    border-radius: 12px;  /* 角丸はお好みで */
  }
}

/*お問い合せ*/
@media (max-width: 767px) {
  .contact-section {
    padding: 40px 0 56px 0;
    background: #fff;
  }

#contact .section-title {
	font-size: 22px;
	}
#contact .section-line {
	width: 72px;
	}
	.contact-title-row .section-line {
    width: 44px;
    height: 1.5px;
    background: #BD9E55;
    border: none;
    min-width: 44px;
  }
  .contact-title-row .section-title {
    font-size: 22px;
    font-weight: bold;
    color: #222;
    font-family: "BIZ UDPMincho", serif;
    letter-spacing: 0.02em;
    margin: 0;
  }

  .contact-inner {
    max-width: 94vw;
    margin: 0 auto;
    background: none;
    padding: 0 6vw;
    text-align: center;
  }

  .contact-lead {
    font-size: 15px;
    color: #444;
    margin-bottom: 22px;
    font-family: "BIZ UDPMincho", serif;
  }

  .contact-mail-entity {
    font-size: 15px;
    color: #BBA085;
    background: #f7f1e5;
    border-radius: 8px;
    display: inline-block;
    padding: 10px 16px;
    box-shadow: 0 2px 10px rgba(180,150,85,0.07);
    word-break: break-all;
    margin: 0 auto;
    letter-spacing: 0.04em;
  }
}


  /*-----デザインしたもの-----*/
/* ---------------------------------------- */
@media (max-width: 767px) {

  /* ヘッダー */
  .site-header {
    padding: 6px 0;
  }
  .container {
    flex-direction: column;
    align-items: center;
    padding: 0 12px;
  }
  .logo img {
    height: 32px;
  }
  .main-nav ul {
    gap: 18px;
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .main-wrapper {
    padding: 0 0px; /* 端の余白はcardsで管理 */
  }

  .works-title-row {
    flex-direction: row;
    align-items: flex-start;
    margin-top: 96px;
    margin-bottom: 32px;
    padding-right: 14px;
  }
  .works-title-line {
    width: 14px;
    margin-right: 5px;
    margin-bottom: 12px;
  }
  .works-title {
    font-size: 22px;
  }

  .works-tags {
    flex-direction: column;
    gap: 12px;
    padding: 0 14px;
  }
  .works-tag {
    font-size: 16px;
    padding: 14px 0;
    border-radius: 14px;
    text-align: center;
  }

  .works-main {
    padding: 12px 0;
    max-width: 100%;
    align-items: stretch;
  }
  .works-section {
	  width: 90vw;
    margin-bottom: 60px;
    padding: 0 14px;
  }
  .works-category-title {
    font-size: 18px;
    margin-bottom: 8px;
    padding-left: 0;
  }
  .section-underline {
    width: 90vw;
    height: 4px;
    margin-bottom: 24px;
    margin-left: 0;
    margin-right: auto;
  }

  /* カード1列化 */
  .works-cards-row {
    display: flex !important;
    flex-direction: column;
    gap: 36px;
    width: 100%;
  }
  .works-card {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
  }
  .works-card-img {
    width: 100%;
    height: auto;
    min-width: 0;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
  }
  .works-card-meta {
    width: 100%;
    height: auto;
    min-height: 60px;
    padding: 14px 14px 12px 14px;
    border-radius: 0 0 10px 10px;
  }
  .works-card-title {
    font-size: 18px;
    margin-bottom: 2px;
  }
  .works-card-category {
    font-size: 12px;
    margin-bottom: 1px;
  }
  .works-card-link {
    font-size: 13px;
    margin-top: 10px;
  }

  /* トップに戻るボタン */
  .back-to-top-area {
    margin: 40px 0 24px 0;
  }
  .back-to-top-btn {
    font-size: 15px;
    padding: 10px 24px;
    border-radius: 5px;
  }
}
  /*-----40th-----*/
/* ---------------------------------------- */
@media (max-width: 768px) {
  body {
    font-size: 15px;
  }

  .work-detail-container {
    padding: 0 12px;
    max-width: 100vw;
    box-sizing: border-box;
  }

  .work-detail-top {
    flex-direction: column-reverse;
    align-items: center;
    margin-top: 16px;
    margin-bottom: 30px;
    gap: 0;
  }
  .work-detail-titleblock {
	  text-align: center;
    margin-bottom: 12px;
	  margin-top: 100px;
    padding: 0 0 0 0;
    width: 100%;
  }
  .work-detail-mainimg {
    width: 100%;
    max-width: 400px;
    height: auto;
    margin-left: 0;
    margin-bottom: 18px;
    display: block;
  }
  .work-detail-title {
    font-size: 22px;
    margin: 6px 0;
  }
  .work-detail-date,
  .work-detail-category {
    font-size: 13px;
  }

  .concept-center {
    margin: 40px auto 40px auto;
    max-width: 100%;
    padding: 0 12px;
    font-size: 15px;
  }
  .work-detail-concept-txt {
    font-size: 15px;
    line-height: 1.8;
  }

  /* ロゴ */
  .logo-main-wrap {
    text-align: center;
    margin: 28px 0 22px 0;
  }
  .logo-main-img {
    width: 92vw;
    max-width: 350px;
    height: auto;
    display: inline-block;
  }

  /* バッジタイトル行 */
  .badge-title-row {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px 0 22px 0;
  }
  .badge-title {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.08em;
    text-align: center;
  }

  /* バッジブロック */
  .badge-block {
    margin: 48px 0 0 0;
    padding: 0 4vw;
    text-align: center;
  }
  .badge-label {
    font-size: 18px;
    font-weight: bold;
    display: block;
    margin-bottom: 8px;
  }
  .divider-long {
    width: 80vw;
    max-width: 290px;
    height: 1.5px;
    background: #BD9E55;
    border: none;
    margin: 8px auto 18px auto;
    display: block;
  }
  .badge-words {
    font-size: 14px;
    margin-bottom: 18px;
    text-align: center;
    letter-spacing: 0.05em;
  }
  .badge-img {
    width: 90vw;
    max-width: 360px;
    height: auto;
    border-radius: 6px;
    margin: 0 auto;
    display: block;
  }

  /* 戻るボタン */
  .back-to-list {
    margin: 40px 0 24px 0;
    display: flex;
    justify-content: center;
  }
  .back-to-list a {
    font-size: 14px;
    padding: 12px 32px;
    border-radius: 5px;
  }

  /* フッター */
  #footer {
    height: 60px;
    padding: 0;
  }
  .footer-text {
    font-size: 12px;
  }
	
	/*秋のリーフレット*/
.autumn-leaflet-gallery {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
    justify-content: center;
    margin: 32px 0;
  }
  .leaflet-img {
    width: 94vw;
    max-width: 350px;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(180,150,85,0.06);
  }

  .back-to-list {
    margin: 34px 0 24px 0;
    display: flex;
    justify-content: center;
  }
  .back-to-list a {
    font-size: 14px;
    padding: 12px 32px;
    border-radius: 5px;
  }
}
  /*-----カレンダー-----*/
/* ---------------------------------------- */
@media (max-width: 768px) {
  .calendar-gallery {
    padding: 0 12px;
    box-sizing: border-box;
  }
  .calendar-row {
    flex-direction: column;
    gap: 22px;
    align-items: center;
    margin-bottom: 24px;
    width: 100%;
  }
  .calendar-row img,
  .calendar-gallery img,
  .cal-img,
  .main-img {
    width: 100%;
    max-width: 100%;
    height: auto !important;
    display: block;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .calendar-row.row-2 img:nth-child(2) {
    margin-top: 100px;
  }
}
  /*-----頒布会-----*/
/* ---------------------------------------- */
@media (max-width: 768px) {
  .work-detail-gallery {
    gap: 48px;
    padding-left: 0;
    padding-right: 0;
  }
  /* 1段目・2段目だけ横スクロール */
  .gallery-row.row-1,
  .gallery-row.row-2 {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    flex-wrap: nowrap;
    justify-content: flex-start;
    /* 画像の幅分だけ横スクロールできるように */
  }
  .gallery-row.row-1 img,
  .gallery-row.row-2 img {
    min-width: 900px;  /* 必要なサイズに調整 */
    height: auto;
    max-width: none;
    margin-right: 16px;
    border-radius: 4px;
    box-shadow: 0 4px 18px rgba(180,150,85,0.06);
  }
  /* 2段目の画像サイズ */
  .gallery-row.row-2 img {
    min-width: 900px;
    max-width: none;
  }
  /* 最後の画像の右マージン除去 */
  .gallery-row.row-1 img:last-child,
  .gallery-row.row-2 img:last-child {
    margin-right: 0;
  }

  /* 3段目以降は縦並びで画面幅フィット */
  .gallery-row:not(.row-1):not(.row-2) {
    flex-direction: column;
    align-items: center;
    gap: 24px;
    padding-left: 0;
    padding-right: 0;
  }
  .gallery-row.row-3 img,
  .gallery-row.row-4 img,
  .gallery-row.row-5 img,
  .gallery-row.row-6 img,
  .gallery-row.row-7 img {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    height: auto;
  }
  /* 6段目だけ2枚並べる場合 */
  .gallery-row.row-6 {
    flex-direction: row;
    justify-content: center;
    gap: 16px;
  }
  .row6-img-left {
    width: 45%; max-width: 247px;
  }
  .row6-img-right {
    width: 55%; max-width: 580px;
  }
  /* 3段目テキスト（センター寄せ） */
  .gallery-text.row3-text {
    display: block;
    margin: 16px auto 0 auto;
    text-align: center;
    font-size: 15px;
  }
  /* ギャラリー下のテキスト幅調整 */
  .gallery-desc {
    width: 100%;
    max-width: 90vw;
    font-size: 15px;
    margin-top: 12px;
    text-align: left;
  }
  /* 余白等 */
  .work-detail-gallery {
    gap: 48px;
    margin-bottom: 48px;
  }
  .gallery-row.row-4 {
    margin-top: -350px;
  }
  .gallery-desc {
    margin-top: -24px;
    margin-bottom: 36px;
  }
  .gallery-row.row-5 img,
  .gallery-row.row-6 img.row6-img-left {
    max-width: 250px;
    height: auto;
  }

  /* 3段目だけ特別に：縦並び・中央揃え */
  .gallery-row.row-3 {
    flex-direction: column !important;
    align-items: center !important;
    gap: 16px;
    padding: 0;
  }
  .gallery-row.row-3 img {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 567px; /* 必要に応じて */
    height: auto;
  }
  .gallery-text.row3-text {
    margin: 12px auto 0 auto;
    text-align: center;
    font-size: 15px;
  }
}

  /*-----陽だまり-----*/
/* ---------------------------------------- */
@media (max-width: 768px) {

  .site-detail-container {
    padding-left: 0;
    padding-right: 0;
  }

  .main-image-row img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 24px auto;
    border-radius: 6px;
  }

  .site-screens-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    margin-top: 0;
    margin-bottom: 24px;
  }

  .site-screen-col {
    width: 100%;
    max-width: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
  }

  .site-screen-label {
    font-size: 16px;
    font-weight: bold;
    color: #BD9E55;
    margin-bottom: 8px;
    text-align: center;
    letter-spacing: 0.1em;
  }

  .site-screen-line.pc,
  .site-screen-line.sp {
    width: 80vw;
    max-width: 320px;
    height: 2px;
    background: #BD9E55;
    margin: 0 auto 12px auto;
    border-radius: 1px;
  }

  .site-image-pc,
  .site-image-sp {
    width: 100%;
    max-width: 320px;
    height: auto;
    display: block;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(180, 150, 85, 0.07);
    margin-bottom: 0;
  }

  .back-to-list {
    margin: 40px 0 0 0;
    text-align: center;
  }
}

  /*-----イラスト制作-----*/
/* ---------------------------------------- */

@media (max-width: 768px) {

  .illustration-gallery {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 100px;   /* 画像の間に100pxマージン */
    padding: 0;
    margin: 0 auto 40px auto;
    width: 100%;
    max-width: 100vw;
  }

  .illustration-gallery img {
    width: 100%;
    max-width: 340px;  /* 必要に応じて調整、画像サイズ大きければ増やしてOK */
    height: auto;
    display: block;
  }
}

  /*-----お歳暮-----*/
/* ---------------------------------------- */

@media (max-width: 768px) {
  .oseibo-xmas-section {
    padding: 0 0 32px 0;
    margin: 0 auto;
    width: 100%;
    max-width: 100vw;
  }

  /* セクションタイトル＆線 */
  .section-title-line {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 48px 0 32px 0;
    gap: 8px;
  }
  .section-title-line span {
    font-size: 20px;
    font-weight: bold;
    color: #BBA085;
    letter-spacing: 0.05em;
    margin-bottom: 4px;
    text-align: center;
  }
  .section-divider {
    width: 100px;
    height: 1px;
    background: #BBA085;
    border: none;
    margin: 0 auto;
  }

  /* ギャラリー行 */
  .gallery-row-o {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    margin-bottom: 48px;
    width: 100%;
  }

  /* 画像共通 */
  .gallery-row-o img {
    width: 100%;
    height: auto;
    max-width: 95vw;
  }
  /* 画像ごとの最大幅を制御（必要なら） */
  .img-w440h623,
  .img-w455h322,
  .img-w980h633,
  .img-w630h445 {
    max-width: 400px;
  }
  .oseibo-subtitle {
    margin-top: 36px;
  }
  .img-w440h623.img-1 {
    margin-top: -100px;
  }
  .img-w455h322:nth-child(1) {
  margin-top: -100px;
  }
  .img-w455h322.img-3 {
  margin-top: -110px;
  }
  .img-w980h633 {
    margin-top: -100px;
  }
  .img-w630h445 {
    margin-top: -100px;
  }
}
