html, body {
  margin: 0 auto; 
  padding: 0;
  overflow-x: hidden;
  max-width: 430px;
  width: 100%;
}

body {
  font-family: 'Noto Sans SC', 'Source Han Sans CN', sans-serif;
}

main.main_width{
    padding:  0;
    margin-left:0!important;
    margin-right:0!important;
}

img {
    width: 100%;
    vertical-align: bottom;
}

a {
    text-decoration: none;
}
a:hover {
  opacity: 0.6;
}

.note {
    font-size: 0.65rem;
    vertical-align: middle;
    line-height: 1;  
}
.note2 {
    font-size: 0.8rem;
    vertical-align: middle;
    line-height: 1;     
    letter-spacing: 0.1em;   
}

ul, ol {
  list-style: none;
  padding-left: 0; 
  margin: 0;
}

/* ----------------
sec_1
---------------- */

#sec_1.hero{
  background: url(../images/top_back.jpg) center top/cover no-repeat;
  padding: 24px 20px 60px;
  position: relative;
}

.hero-inner{
    position: relative;
    max-width: 430px;
    margin: 0 auto;
    background-color: #ffffff8f;
    border: 3px solid #d6c089;
}

/* バッジ */
.hero-badge{
    position: absolute;
    left: -42px;
    top: -110px;
    width: 200px;
    height: 200px;
    background: url(../images/flower.png);
    background-size: contain;
    background-repeat: no-repeat;
    color: #fff;
    letter-spacing: 0.1em;
}
p.badge-top{
    margin: 47% 0 0 32%;
    font-size: clamp(1rem, 1.2rem, 1.2rem);
}
p.badge-bottom{
    margin-left: 32%;
    margin-top: -3%;
}
.badge-bottom span{
    font-size: clamp(1.2rem, 1.8rem, 1.8rem);
}

.hero-badge .badge-top{ 
    display:block; 
    font-weight:700;
}
.hero-badge .badge-bottom{ 
    display: block;
    font-weight: 600;
    font-size: clamp(1rem, 1.5rem, 1.5rem);
}

/* ロゴ */
.hero-logo{
  position: absolute;
  right: 14px;
  top: 12px;
  width: 64px;
}

/* タイトル */
.hero-title{
  margin: 90px 0 8px;
    font-weight: 800;
    letter-spacing: .1em;
    font-size: clamp(42px, 6vw, 60px);
    color: #6fb3b8;
    text-align: center;
    line-height: 1.2;
}
.hero-title span{ display:inline-block; }

/* サブコピー */
.hero-lead{
  text-align: center;
  font-size: clamp(13px,3.8vw,15px);
  line-height: 1.7;
  color: #27545A;
  margin: 6px 0 24px;
  letter-spacing: 0.1em;
}

/* 商品 */
.hero-products{
    max-width: 350px;
    margin: 0 auto;
    padding-left: 2%;
}
.hero-products img{ width:100%; display:block; }

.torii_contents {
    background-color: #f8efde;
    padding: 20px 10px 30px;
}
.hero-torii{
    border-radius: 12px;
    padding: 12px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 11px;
    justify-content: center;
}

.torii-img{
  width:90px;
  height:auto;
  flex:0 0 auto;
}

.torii-copy{
    display: flex;
    align-items: flex-end;
    gap: 16px;
    flex: 0 1 auto;
    min-width: 0;
}

.torii-year{
    margin: 0;
    line-height: 1.1;
    color: #333;
    font-size: clamp(16px, 6vw, 31px);
    font-family: "sicyubi-mohitsugyosho", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.05em;
    text-shadow:
    2px 2px 0 #fff,
   -2px 2px 0 #fff,
    2px -2px 0 #fff,
   -2px -2px 0 #fff,
    0 2px 0 #fff,
    2px 0 0 #fff,
    0 -2px 0 #fff,
   -2px 0 0 #fff;

}
p.torii-year span {
    letter-spacing: 0.25em;
    padding-left: 5px;
    font-weight: 800;
}

.torii-must{
    margin: 0;
    background: #D14A22;
    color: #fff;
    border-radius: 6px;
    padding: 6px 8px;
    writing-mode: vertical-rl;
    text-orientation: upright;
    letter-spacing: 0.08em;
    line-height: 1.1;
    font-size: clamp(16px, 5vw, 27px);
    font-family: "sicyubi-mohitsugyosho", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.torii-text{
  flex-basis:100%;
  margin:4px 0 0;
  font-size:clamp(12px,3.6vw,14px);
  line-height:1.7;
  color:#333;
  padding: 0 5px 0;
}

.tree_1{
    position: absolute;
    width: 270px;
    bottom: -4%;
    right: -21%;
}

/* 被り防止＆スワイプ安定 */
.tree_1 { pointer-events: none; }
#sec_2  { position: relative; z-index: 1; }
#sec_2 .slides { touch-action: pan-y; cursor: grab; }
#sec_2 .slides:active { cursor: grabbing; }


/* ----------------
sec_2
---------------- */
#sec_2{
    position: relative;
    padding: 0px 16px 0px;
    text-align: center;
    background: url(../images/fuji_back.png);
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
}
section#sec_2 h2 {
    text-align: left;
    margin: 0 0 0 15px;
    padding-top: 50px;
    font-family: "sicyubi-mohitsugyosho", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    font-size: 3rem;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.4);
}

/* スライダー周り */
.slider{
  position: relative;
  overflow: visible;
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
}

.slider-viewport{
  overflow: hidden;
}
ul.slides {
    padding: 0;
}
.slides{
  display: flex;
  transition: transform .45s ease; /* ← transform */
  will-change: transform;
}
.slides > .inner{  
    flex: 0 0 100%;
    background: url(../images/inner_back.png) center top / contain no-repeat, linear-gradient(#eef7fb40 0%, #fff 40%, #fff 100%);
    border: 4px solid #d6c089;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .08);
    padding: 26px 20px 28px;
    margin: 120px auto 16px;
    max-width: 540px;
    box-sizing: border-box;
    text-align: center;
    background-repeat: no-repeat, repeat;
    background-position: center, center bottom;
    background-size: cover, 480px auto;
    background-origin: padding-box, padding-box;
    background-clip: padding-box, padding-box;
}

.slides > .inner img{
  width: 140px;
  margin: 4px auto 10px;
  display:block;
}
li.inner.inner2 img {
    width: 100%;
    max-width: 260px;
    margin: 20px auto 20px;
}

.nav{
  position:absolute; top:50%;
  transform: translateY(-50%);
  width:34px; height:34px;
  border:none; border-radius:50%;
  background:#fff;
  box-shadow: 0 4px 12px rgba(0,0,0,.12);
  cursor:pointer;
  z-index:2;
}
.nav.prev{ left:-8px; }
.nav.next{ right:-8px; }
.nav::before{
  content:"";
  display:block; width:8px; height:8px; margin:11px auto;
  border:2px solid #7aa7b2; border-left:0; border-bottom:0;
  rotate:45deg;
}
.nav.prev::before{ rotate:225deg; }

.inner h4{
    color: #01a0a8;
    letter-spacing: 0.1em;
}
li.inner.inner2 h4 {
    color: #b5cf00;
}
.inner p{
    color: #01a0a8;
    text-align: left;
}
li.inner.inner2 p {
    color: #b5cf00;
}
.inner ul{
    text-align: left;
    font-size: 0.8rem;
}

.sakura_flex {
  display: flex;
  align-items: center;
  justify-content: center; 
  margin: 20px 0 0;
}
li.inner.inner2 .sakura_flex img{
    margin: 10px auto 10px;
}

.sakura_flex h5 {
  margin: 0;
  font-size: 20px;
  font-weight: 800;
  color: #2e999a;
}

li.inner.inner2 .sakura_flex h5{
    color: #b5cf00;
}

.sakura_flex img{
    width: 40px!important;
}

.reco-bars{
  list-style: none;
  padding: 0;
  display: grid;
  gap: 5px;
}

.reco-bars li{
    display: block;
    background: #4aa3a9;
    color: #fff;
    text-align: center;
    font-weight: 500;
    letter-spacing: .1em;
    font-size: clamp(14px, 4.2vw, 18px);
    line-height: 1.4;
    padding: 6px 14px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .10);
    border: 1px solid rgba(255, 255, 255, .3);
}
li.inner.inner2 .reco-bars li {
    background: #b5cf00;
}

.sec2_foot{
  color:#51709e;
  line-height: 1.7;
  font-size: clamp(13px,3.8vw,15px);
  margin: 20px auto 0;
  position: relative;
  letter-spacing: 0.1em;
}
.sec2_foot h3{
  font-weight: 500;
  font-size: 1.2rem;
}
img.fuji_bottom{
    position: absolute;
    bottom: 0;
    z-index: -10;
    left: 0;
}

.small{
    font-size: 0.65rem;
}


/* ----------------
sec_3
---------------- */
#sec_3{
    background: url(../images/forcecollie_back.png) center top / contain no-repeat;
    position: relative;
}
.goods_intro{
    z-index: 10;
}
.forcecollie {
    position: relative;
    background: url(../images/forcecollie_back.jpg) center top / cover no-repeat;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
}
.forcecollie_content{
    background: #f8efde;
    max-width: 380px;
    margin: 0 auto;
}

.sec3-head {
  background: #2e999a;
  color: #fff;
  padding: 20px 12px;
}
.forcecollie_content.melilot_content .sec3-head {
    background: #b5cf00;
}
.sec3-head h3 {
    font-size: clamp(16px, 4.8vw, 25px);
    font-weight: 500;
    margin: 0;
    line-height: 1.2;
    letter-spacing: 0.1em;
}

.sec3-lead {
    padding: 35px 0px 24px;
    background: url(../images/sec3_p_flower1.png);
    background-position: center -30px;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 20px;

}
.forcecollie_content.melilot_content .sec3-lead{
    background: url(../images/sec3_p_flower2.png);
    background-position: center -30px;
    background-size: contain;
    background-repeat: no-repeat;
}
.sec3-lead p {
  font-size: clamp(14px, 3.8vw, 16px);
  margin: 0 0 12px;
  color: #333;
}
.sec3-lead h2 {
    font-size: clamp(18px, 6vw, 31px);
    font-weight: 800;
    margin: 0 auto 0 13px;
    letter-spacing: 0.1em;
    line-height: 0.5;
}
.sec3-lead h2 span {
  color: #2e999a;
}
.forcecollie_content.melilot_content .sec3-lead h2{
    color: #b5cf00;
}

.sec3-award {
  padding: 16px 0px;
}
.sec3-award img {
  margin: 0 auto 8px;
  display: block;
}
.sec3-award p {
  font-size: 0.55rem;
    color: #666;
    margin: 0 15px 0 0;
    text-align: right;
}

.forcecollie-detail{
    padding: 5px 16px 30px;
    line-height: 1.8;
    color: #333;
    font-size: clamp(13px, 3.6vw, 15px);
    text-align: left;
}

.forcecollie-detail .lead{
  margin: 0 0 14px;
}

.forcecollie-detail .notes{
  font-size: 12px;
  color: #666;
  margin: 0 0 18px;
  line-height: 1.6;
}

.forcecollie-detail .flex-box {
    display: flex;
    align-items: center;
    border-radius: 8px;
}

.forcecollie-detail .flex-box img{
  width: 50%;
  max-width: 160px;
  border-radius: 8px;
  margin-left: -16px;
}

.flex-text{
  flex: 1;
}

.flex-text .title{
    margin: 0 0 6px;
    font-size: 15px;
    font-weight: 700;
    color: #222;
    line-height: 1.2;
}
.flex-box.melilot_flex-box .flex-text .title p{
    margin-bottom: 0;
}
h6 {
    background: #b5cf00;
    width: fit-content;
    color: #fff;
    padding: 2% 4%;
    font-size: 0.9rem;
    margin: 0 0 -10px;
}
.forcecollie-detail .explain {
    line-height: 1.5;
    margin-bottom: 0;
}

.forcecollie_content.melilot_content {
    margin-top: 20px;
}

.flex-box.melilot_flex-box {
    margin-right: -16px;
}
.melilot_component {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    justify-items: center;
    align-items: start;
    padding: 25px 0 10px;
}

.melilot_component > div{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.melilot_component img{
  width: 70px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 50%;
  display: block;
  background: #fff; 
}

/* キャプション */
.melilot_component p {
    margin: 5px 0 0;
    color: #3f3f3f;
    line-height: 1.35;
    font-size: 0.65rem;
}

.melilot_component p br{ line-height: 1.2; }


/* ----------------
sec_4
---------------- */
#sec_4 { 
    position: relative; 
}
#sec_4 .dhc_intro{ 
    width:100%; 
    pointer-events:none; 
}
.dhc_content{
    background: url(../images/dhc_back.png) center / cover no-repeat;
}
.sec4-kv{
  text-align:center; 
  color: #00458f;
  font-weight:500;
  letter-spacing:.05em; line-height:1.6;
  font-size: clamp(18px,4.8vw,21px);
  margin: 0 0 18px;
}

.dhc-card{
  max-width: 560px;
    margin: 0 23px;
    position: relative;
    padding-bottom: 100px
}
.dhc-card::before{
  content:""; 
  position:absolute; 
  inset:0; 
  pointer-events:none;
}
.dhc-card__head{
  background:#faf1e1; 
  border-radius:18px 18px 0 0; 
  padding: 14px 16px 14px;
    text-align: center;
}
header.dhc-card__head img {
    max-width: 70px;
}
.dhc-card__body{
  background:#fff; 
  border-radius: 0 0 18px 18px; 
  padding: 20px 18px 22px;
}

.dhc-subttl{
  text-align:center; 
  margin: 0px 0 12px;
  font-weight:800; 
  color:#333; 
  letter-spacing:.06em;
}

.ext-links{ 
    list-style:none; 
    padding:0; 
    margin:0 0 14px; 
}
.ext-links li{ 
    margin: 10px 0; 
    text-decoration: underline;
}
.ext-links li:first-child {
    font-size: 0.8rem;
}
.ext-links a{
  display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    text-decoration: none;
    color: #333;
    font-weight: 500;
    line-height: 1.4;
}
.line{
    border: solid 1px #c2c2c299;
    margin: 30px 0 25px;
}
.ext-links a:hover{ background:#f5f8ff; }
.ext{
  width: 22px; 
  height: 22px; 
  flex: 0 0 22px;
}

.store-list{
    margin: 0;
    line-height: 1.2;
    color: #333;
    font-size: clamp(13px, 3vw, 13px);
}
.store-list li{ 
    margin: 10px 0 15px; 
    padding-left: 2em;
    text-indent: -1.6em;
}
.store-list b{ font-weight:800; }



/* --------
桜の花びら
-------- */
.sakura{
  position: fixed; 
  inset: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none; 
  z-index: 9999; 
  overflow: hidden;
  margin: 0; padding: 0;
}

.sakura li{
  position: absolute;
  list-style: none;
  top: -10vh;
  width: 18px;
  animation: fall 10s linear infinite, rotate1 3.5s ease-in-out infinite alternate;
  will-change: top, transform;
}

/* 左右の初期位置＆個体差 */
.sakura li:nth-child(1){ left: 2vw;  }
.sakura li:nth-child(2){ left: 10vw; animation-duration: 12s, 3s; }
.sakura li:nth-child(3){ left: 22vw; animation-duration: 9s,  4s; }
.sakura li:nth-child(4){ left: 35vw; animation: fall 11s linear infinite, rotate2 4s ease-in-out infinite alternate; }
.sakura li:nth-child(5){ left: 48vw; animation-duration: 10s, 3.6s; }
.sakura li:nth-child(6){ left: 60vw; animation: fall 13s linear infinite, rotate2 3.4s ease-in-out infinite alternate; }
.sakura li:nth-child(7){ left: 72vw; animation-duration: 8s,  3.2s; }
.sakura li:nth-child(8){ left: 85vw; animation-duration: 9.5s,3.8s; }

@keyframes fall {
  to { top: 110vh; }
}
/* ひらひら（横揺れ＋回転） */
@keyframes rotate1 {
  from { transform: translateX(-18px) rotate(0deg); }
  to   { transform: translateX( 18px) rotate(360deg); }
}
@keyframes rotate2 {
  from { transform: translateX( 18px) rotate(-45deg); }
  to   { transform: translateX(-18px) rotate(  0deg); }
}

@media (prefers-reduced-motion: reduce){
  .sakura{ display:none; }
}


/* ===== Instagram 簡易カルーセル（2列固定） ===== */
.ig-lite{max-width: 960px; margin: 40px auto; padding: 0 16px;}
.ig-lite__title{
  font-size: 18px; 
  font-weight: 500; 
  margin: 0 0 12px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #51709e;
}

.ig-lite__carousel{position: relative;}
.ig-lite__viewport{overflow: hidden;}
.ig-lite__track{
  display: grid;
  grid-auto-flow: column;
  /* ★ 2列固定：各カード幅を常に 50%（ギャップ12px分マイナス） */
  gap: 12px;
  grid-auto-columns: calc(50% - 6px);
  scroll-behavior: smooth;
}

.ig-lite__card{
  background:#fff; border:1px solid #eee; border-radius:16px; overflow:hidden;
  box-shadow:0 4px 14px rgba(0,0,0,.06);
}

/* 1:1 の正方形で見切れ防止 */
.ig-lite__media{position:relative; display:block; width:100%; aspect-ratio:1/1; overflow:hidden; background:#f0f0f0;}
.ig-lite__media img{width:100%; height:100%; object-fit:cover; display:block;}

.ig-lite__meta{padding:10px 12px 14px;}
.ig-lite__user{font-weight:700; text-decoration:none; color:#111;}
.ig-lite__user:hover{text-decoration:underline;}
.ig-lite__caption{
  margin:.35em 0 0; font-size:14px; color:#666; line-height:1.5;
  display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical; overflow:hidden;
}

/* 矢印（位置はそのまま） */
.ig-lite__arrow{
  position:absolute; top:50%; transform:translateY(-50%);
  width:36px; height:36px; border-radius:999px; border:1px solid #e8e8e8;
  background:#fff; box-shadow:0 4px 14px rgba(0,0,0,.06); cursor:pointer;
}
.ig-lite__arrow[disabled]{opacity:.35; cursor:default;}
.ig-lite__arrow--prev{left:-6px;}
.ig-lite__arrow--next{right:-6px;}

/* はみ出し防止 */
.ig-lite__viewport, .ig-lite__track, .ig-lite__card{min-width:0;}

/* バッジ内をアイコン対応に変更 */
.ig-lite__badge {
  position: absolute;
  top: 8px;
  left: 8px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.55);
  border-radius: 50%;
}

.ig-lite__badge img {
  width: 16px;
  height: 16px;
  display: block;
  filter: brightness(0) invert(1); /* 白抜き */
}
