body {
  margin: 0;
  color: #2b2b2b;
  background: #faf8f5;
  font-family: -apple-system, BlinkMacSystemFont,
  "Hiragino Kaku Gothic ProN",
  "Yu Gothic",
  "Noto Sans JP",
  Arial,
  sans-serif;
}

img {
  max-width: 100%;
  display: block;
}

section {
  width: 100%;
}

/* ===== 世界観KV ===== */
.kv {
  max-width: 900px;
  margin: 120px auto 80px;
  text-align: center;
}

.kv img {
  border-radius: 4px;
}

.kv h2 {
  font-size: 34px;
  letter-spacing: 0.2em;
  margin-top: 40px;
  font-weight: bold;
}

.kv p {
  font-size: 16px;
  color: #666;
  line-height: 2;
  margin-top: 20px;
}

/* ===== セクション見出し ===== */
.section-title {
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.2em;
  margin: 120px 0 60px;
  position: relative;
}

.section-title::before,
.section-title::after {
  content: "";
  display: block;
  width: 120px;
  height: 1px;
  background: #c9b08a;
  margin: 20px auto;
}

/* ===== 商品カルーセル風 ===== */
.product-wrap {
  max-width: 1100px;
  margin: 0 auto;
  overflow-x: auto;
}

.product-list {
  display: flex;
  gap: 50px;
  padding: 0 20px 20px;
}

.product-card {
  width: 220px;
  text-align: center;
  flex-shrink: 0;
}

.product-card img {
  margin-bottom: 20px;
}

.product-card h3 {
  font-size: 14px;
  letter-spacing: 0.08em;
  margin-bottom: 6px;
}

.product-card p {
  font-size: 13px;
  color: #666;
  margin-bottom: 10px;
}

.product-card span {
  font-size: 14px;
}

.product-card:hover {
  transform: translateY(-4px);
  transition: 0.3s;
}

.giftbox {
  background: #faf8f5;
  padding: 80px 20px;
}

.box-wrap {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 60px;

  background: #fff;
  padding: 40px 50px;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.box-wrap img {
  width: 280px;
  height: auto;
  display: block;
}

.box-wrap h3 {
  font-size: 22px;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}

.box-wrap p {
  font-size: 15px;
  line-height: 1.9;
  color: #555;
  margin-bottom: 25px;
}

.btn {
  display: inline-block;
  padding: 12px 28px;
  border: 1px solid #333;
  text-decoration: none;
  color: #333;
  font-size: 14px;
  letter-spacing: 0.08em;
  transition: all .3s;
}

.btn:hover {
  background: #333;
  color: #fff;
}

/* ===== CTA ===== */
.product-card a {
  display: inline-block;
  margin-top: 12px;
  font-size: 12px;
  text-decoration: none;
  color: #8a6d3b;
  border-bottom: 1px solid #8a6d3b;
  padding-bottom: 2px;
}

/* ===== 香り・アイテム選択 ===== */
.choice {
  max-width: 1000px;
  margin: 120px auto;
  text-align: center;
}

.choice p {
  color: #666;
  line-height: 2;
  margin-bottom: 60px;
}

.choice-cards {
  display: flex;
  gap: 80px;
  justify-content: center;
  flex-wrap: wrap;
}

.choice-card {
  width: 360px;
  text-decoration: none;
  color: #333;
}

.choice-card h3 {
  margin-top: 24px;
  font-size: 20px;
}

.choice-card p {
  font-size: 14px;
  color: #666;
}

/* ===== ギフトボックス ===== */
.box {
  max-width: 900px;
  margin: 120px auto;
  display: flex;
  gap: 60px;
  align-items: center;
  justify-content: center;
}

.box p {
  line-height: 2;
  color: #666;
}

.box a {
  display: inline-block;
  margin-top: 20px;
  border: 1px solid #8a6d3b;
  padding: 12px 40px;
  text-decoration: none;
  color: #8a6d3b;
  border-radius: 40px;
}

/* ===== 注意文 ===== */
.note {
  text-align: center;
  font-size: 12px;
  color: #777;
  margin-bottom: 80px;
}


img {
  max-width: 100%;
  height: auto;
  display: block;
}

section {
  width: 100%;
}

.fv {
  padding: 120px 20px;
  text-align: center;
}

.fv h1 {
  font-size: 42px;
  letter-spacing: 0.12em;
}

.fv p {
  margin-top: 30px;
  font-size: 22px;
  color: #666;
}

.intro {
  max-width: 720px;
  margin: 0 auto 120px;
  text-align: center;
  font-size: 24px;
  line-height: 2;
}

.scent {
  background: #FDD6D7;
  padding: 120px 20px;
  text-align: center;
}

.scent h2 {
  font-size: 36px;
  font-weight:bold;
}

.lead {
  font-size: 24px;
  margin: 30px 0 80px;
  color: #666;
}

.cards {
  display: flex;
  gap: 60px;
  justify-content: center;
  max-width: 1000px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.card {
  width: 420px;
}

.card p {
  margin-top: 20px;
}

.box-wrap {
  display: flex;
  gap: 60px;
  align-items: center;
  justify-content: center;
}

.btn {
  display: inline-block;
  margin-top: 30px;
  padding: 14px 48px;
  border-radius: 40px;
  border: 1px solid #eb8b86;
  color: #eb8b86;
  text-decoration: none;
  transition: 0.3s;
}

.btn:hover {
  background: #eb8b86;
  color: #fff;
}

.btn2 {
  display: inline-block;
  margin-top: 30px;
  padding: 14px 70px;
  border-radius: 40px;
  border: 1px solid #eb8b86;
  color: #eb8b86;
  text-decoration: none;
  transition: 0.3s;
}

.btn2:hover {
  background: #eb8b86;
  color: #fff;
}

.note {
  font-size: 18px;
  color: #777;
  text-align: center;
  margin-top: 80px;
}

.proposal {
  padding: 120px 20px;
  text-align: center;
}

.proposal h2 {
  font-size: 36px;
  font-weight:bold;
}

.proposal p {
  max-width: 720px;
  margin: 40px auto 0;
  line-height: 2;
}

.giftbox {
  padding: 120px 20px;
}

.box-wrap img {
  width: 380px;
}

.scene {
  max-width: 720px;
  margin: 0 auto 120px;
  text-align: center;
  font-size: 22px;
  color: #555;
  line-height: 2;
}

.items {
  padding: 120px 20px;
  text-align: center;
}
.items h2{
  font-size:34px;
  font-weight:bold;
}

.item-cards {
  display: flex;
  gap: 60px;
  justify-content: center;
  max-width: 1100px;
  margin: 80px auto 0;
  flex-wrap: wrap;
}

.item-card {
  width: 300px;
  text-decoration: none;
  color: #333;
}

.item-card h3 {
  font-size: 24px;
  margin-top: 20px;
  letter-spacing: 0.05em;
  font-weight:700;
}

.item-card p {
  font-size: 18px;
  color: #666;
  margin-top: 10px;
}

.scent-cards {
  gap: 80px;
}

.scent-card img {
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 8px;
  /* 角丸いらなければ消してOK */
}

.scent-card {
  width: 420px;
  text-decoration: none;
  color: #333;
}

.scent-card h3 {
  font-size: 26px;
  margin-top: 24px;
  letter-spacing: 0.05em;
  font-weight:700;
}

.scent-card p {
  font-size: 18px;
  color: #666;
  margin-top: 12px;
}

/* ===== FAQ ===== */

.faq {
  max-width: 900px;
  margin: 120px auto;
  padding: 0 20px;
}

.faq-title {
  text-align: center;
  font-size: 28px;
  letter-spacing: 0.15em;
  margin-bottom: 60px;
}

.faq-item {
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}

.faq-item summary {
  font-size: 18px;
  cursor: pointer;
  list-style: none;
  position: relative;
  padding-right: 30px;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 0;
  font-size: 20px;
}

.faq-item[open] summary::after {
  content: "×";
}

.faq-item p {
  margin-top: 15px;
  font-size: 16px;
  line-height: 1.8;
  color: #555;
}

.faq-note {
  margin-top: 40px;
  font-size: 14px;
  color: #777;
  line-height: 1.8;
}

.ranking{
  text-align:center;
  padding:80px 20px;
}

.ranking-cards{
  display:flex;
  justify-content:center;
  gap:40px;
  flex-wrap:wrap;
  margin-top:40px;
}
.ranking-h2{
 font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
 font-size:40px;
 text-align:center;
 font-weight:bold;
}
.ranking-card{
  width:240px;
  text-decoration:none;
  color:#222;
  position:relative;
}

.ranking-card img{
  width:100%;
}

.rank{
  position:absolute;
  top:-10px;
  left:-10px;
  background:#000;
  color:#fff;
  width:34px;
  height:34px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:bold;
}
.title-main{
  font-size:34px;
  font-family:"Noto Serif JP", serif;
  font-weight:bold;
}

.title-sub{
  font-size:30px;
  font-family:"Noto Serif JP", serif;
  font-weight:bold;
}
.faq-title{
  text-align:center;
}
/* ===== FVボタン ===== */

.fv-btn{
  display:inline-block;
  margin-top:30px;
  padding:16px 42px;
  background:#111;
  color:#fff;
  text-decoration:none;
  font-size:15px;
  letter-spacing:0.08em;
  border-radius:40px;
  transition:all .3s ease;
  position:relative;
}

/* 矢印 */
.fv-btn::after{
  content:"→";
  margin-left:10px;
  transition:transform .3s ease;
}

/* hover */
.fv-btn:hover{
  background:#333;
  transform:translateY(-2px);
  box-shadow:0 8px 20px rgba(0,0,0,0.15);
}

.fv-btn:hover::after{
  transform:translateX(4px);
}
.cta-text{
  font-family:"Noto Serif JP",serif;
  font-size:18px;
  margin-bottom:20px;
}

.last-cta{
  text-align:center;
  margin:80px 0 100px;
}