
:root{
  --overlap-h: 60px;   /* 紫の線の潜り込み量 */
  --divider-h: 2px;    /* 線の太さ */
}

html, body { overflow-x: clip; }

body {
  margin: 0!important;
  padding: 0!important;
  width: 100%;
}


/* ===== typography base ===== */

#stick2026 {
    text-align: start;
    color: #333;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ ProN","游ゴシック体", "Yu Gothic", "メイリオ", Meiryo, sans-serif;

}

#stick2026 .Mincho {
    font-family:"Yu Mincho","游明朝体","YuMincho","ヒラギノ明朝 ProN","Hiragino Mincho ProN","HiraMinProN-W3","MS P明朝","MS Mincho", serif;
}


/* ===== all ===== */

#stick2026 br.sp { display: none; }
#stick2026 br.pc { display: inline; }

#stick2026 a {
  text-decoration: none;
  color: inherit;
}

/* ===== common ===== */
#stick2026 .guide_inner a:hover,
#stick2026 .shopCard:hover {
    opacity: 1.0;
}

/* ===== containers ===== */
#stick2026 .container_lg { width: min(1100px, 100% - 48px); margin: 0 auto; }
#stick2026 .container_md { width: min(980px, 100% - 32px); margin: 0 auto; }
#stick2026 .container_sm { width: min(880px, 100% - 32px); margin: 0 auto; }

/* ===== main visual ===== */

#stick2026 .mv{
  min-height: 500px;
  position: relative;
  overflow: hidden;
  background-image: url("https://sinano.co.jp/content/images/stick/mv.webp");
  background-size: cover;
  background-position: center 0%;
  background-repeat: no-repeat;
  margin-bottom: 60px;
}

#stick2026 .mv_inner{
  min-height: inherit;
  display: flex;
  align-items: flex-end;
  padding: 86px 0px 50px 48px !important;
}

#stick2026 .mv_copy{
  display: inline-block;
  text-align: left;
}

#stick2026 .mv_lead{
  color: #998adf;
  margin: 0 0 6px 0;
  font-size: 38px;
  font-weight: 480;
  line-height: 72px;
  letter-spacing: .15em;
}

#stick2026 .bg_white {
  background-color: #fff;
  padding: 4px 30px 4px 40px;
  text-shadow: 0 1px 3px rgba(166, 166, 166, 0.3);
}

#stick2026 .mv_headline{
  display: inline-block;
  margin: 0;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: .15em;
  color: #fff;
  background-color: #8d7ed0;
  padding: 4px 30px 4px 48px;
}

/* ===== message ===== */
#stick2026 .image_message{
  position: relative;
  z-index: 3;
}

#stick2026 .image_message img{
  width: 98%;
  display: block;
}

/* PC/Tabletでは隠す */
#stick2026 .sp_only{
  display: none;
}

/* ===== strengths 背景レイヤー（線＋潜り込み） ===== */
#stick2026 .strengths_bg {
    position: relative;
    height: var(--overlap-h);
    margin-top: calc(-1 * var(--overlap-h));
    width: 100%;
    z-index: 1;
    background: linear-gradient(to bottom, #998adf 0, #998adf var(--divider-h), #f4f4f4 var(--divider-h), #f4f4f4 100%);
}

/* ===== strengths 本体（背景はここで敷く） ===== */
#stick2026 .strengths{
  position: relative;
  z-index: 2;
  padding-bottom: 90px;
}

#stick2026 .back_gray {
  width: 100%!important;
  background-color: #f4f4f4!important;
}

#stick2026 .strengths_inner{
  max-width: 980px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

#stick2026 h3.gold{
  display: inline-block;
  color: #b89656;
  margin-top: 0px;
  font-size: 24px;
  margin-bottom: 24px;
}

#stick2026 .cards{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
  padding-top: 20px;
}

#stick2026 .card{
  display: flex;
  flex-direction: column;
}

#stick2026 .card_title {
  text-align: center;
  font-weight: 500;
  margin-bottom: 12px;
  font-size: 20px;
}

#stick2026 .card_banner img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 10px;
}

/* ===== category ===== */
#stick2026 .category{
  background: #fff;
  padding: 70px 0 90px;
}

#stick2026 .category_inner{
  margin: 0 auto;
}

#stick2026 h3.purple{
  color: #8d7ed0;
  text-align: center;
  font-size: 24px;
  margin: 0 0 40px;
  letter-spacing: .12em;
  font-weight: 600!important;
}

#stick2026 .category_grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 32px;
  row-gap: 24px;
}

#stick2026 .cat_item{
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 0;  
  align-items: center;
  text-decoration: none;
  color: inherit;
}

#stick2026 .cat_icon img{
  width: 90px;
  height: 90px;
  display: block;
}

#stick2026 .cat_content{
  display: grid;
  grid-template-rows: auto auto auto;
  row-gap: 6px;
  align-items: center;
  width: auto;
  min-width: 0;
}

#stick2026 .cat_bottom{
  min-height: 1em;
}

#stick2026 .cat_rule{
 width: calc(100% + 8px);
  height: 2px;
  background: #998adf;
}

#stick2026 .cat_top,
#stick2026 .cat_bottom{
  font-size:20px;
  font-weight: 500;
  letter-spacing: .2em;
  line-height: 1;
  white-space: normal;
  text-align: center;
}

#stick2026 .small {
  font-size: 13px!important;
}

/* ===== popular ===== */
#stick2026 .popular{
  background: #fff;
  padding: 70px 0 90px;
}

/* PC：4列 */
#stick2026 .popular_grid{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  column-gap: 28px;
  row-gap: 42px;
}

/* 1商品：カード背景をなくし、余白で見せるオープンレイアウト */
#stick2026 .p_item{
  display: block;
  height: 100%;
  background: transparent;
  border-radius: 0;
  overflow: visible;
  box-shadow: none;
  transition: opacity .18s ease;
}

#stick2026 .p_main_link{
  display: block;
}

#stick2026 .p_item:hover{
  opacity: 1;
}

#stick2026 .p_item:focus-visible{
  outline: 3px solid #998adf;
  outline-offset: 6px;
}

/* 画像は元の大きさに近く、しっかり見せる */
#stick2026 .p_img{
  position: relative;
  background: transparent;
  padding: 0;
  overflow: hidden;
}

#stick2026 .p_img img{
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0;
  background: transparent;
  transform: scale(1);
  transform-origin: center center;
  transition: transform .75s cubic-bezier(.22, 1, .36, 1);
}

#stick2026 .p_item:hover .p_img img{
  transform: scale(1.025);
}

#stick2026 .p_body{
  padding: 14px 2px 0;
}

#stick2026 .p_for{
  margin: 0 0 11px;
  padding: 0;
}

#stick2026 .p_for_label{
  display: inline-block;
  margin: 0 0 4px;
  padding-bottom: 2px;
  border-bottom: 1px solid #947758;
  color: #947758;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  line-height: 1.35;
}

#stick2026 .p_for_text{
  display: block;
  color: #7565bd;
  font-size: 14px;
  font-weight: 550;
  letter-spacing: .045em;
  line-height: 1.5;
}

#stick2026 .p_title{
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .06em;
  line-height: 1.45;
  transition: color .18s ease;
}

#stick2026 .p_item:hover .p_title{
  color: inherit;
}

#stick2026 .p_text{
  margin: 0;
  font-size: 14px;
  letter-spacing: .06em;
  line-height: 1.75;
}

#stick2026 .p_tags{
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  list-style: none;
  margin: 12px 0 0;
  padding: 0;
}

#stick2026 .p_tags li{
  display: inline-flex;
}

#stick2026 .p_tags a{
  display: inline-flex;
  align-items: center;
  padding: 4px 8px;
  border: 1px solid #ded6f5;
  border-radius: 999px;
  color: #947758;
  background: transparent;
  font-size: 12px;
  line-height: 1.3;
  letter-spacing: .04em;
  transition: border-color .25s ease, color .25s ease, background-color .25s ease;
}

#stick2026 .p_tags a:hover,
#stick2026 .p_tags a:focus-visible{
  border-color: #998adf;
  color: #7565bd;
  background-color: rgba(153, 138, 223, .08);
  opacity: 1;
}

#stick2026 .p_tags a:focus-visible{
  outline: 2px solid #998adf;
  outline-offset: 3px;
}


@media (prefers-reduced-motion: reduce){
  #stick2026 .p_img img,
  #stick2026 .p_title{
    transition: none;
  }

  #stick2026 .p_item:hover .p_img img{
    transform: none;
    filter: none;
  }

  #stick2026 .p_item:hover .p_img::after{
    opacity: 0;
    transform: none;
  }
}


/* ===== guide ===== */
#stick2026 .guide {
  background: #8d7ed0;
  padding: 80px 0;
}

#stick2026 .guide_inner{
  width: min(880px, 100% - 48px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 120px;
  position: relative;
  align-items: center;
}

/* 中央の縦線 */
#stick2026 .guide_inner::before{
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 60%;
  background: #fff;
}

#stick2026 .guide_card{
  position: relative;
  background: #fff;
  border-radius: 14px;
  padding: 46px 36px 38px;
  text-decoration: none;
  color: #333;
  box-shadow: 0 10px 18px rgba(0,0,0,.18);
  text-align: center;
}

#stick2026 .guide_badge{
  position: absolute;
  right: 14px;
  top: 14px;
  width: 74px;
  height: 74px;
  pointer-events: none;
}

#stick2026 .guide_badge img{
  width: 100%;
  height: 100%;
  display: block;
}

#stick2026 .guide_title{
  margin: 0 0 24px;
  font-size: 24px;
  letter-spacing: .12em;
  font-weight: 500;
}

#stick2026 .guide_text{
  margin: 0 0 28px;
  font-size: 17px;
  line-height: 1.8;
  letter-spacing: .12em;
}

#stick2026 .guide_btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 210px;
  padding: 16px;
  background: #947758;
  color: #fff;
  letter-spacing: .12em;
  font-size: 16px;
}

#stick2026 .guide_btn .arrow{
  font-size: 14px;
}

#stick2026 .guide_btn:hover {
  background-color: #A58665;
  transition: background-color 0.2s ease;
}

/* ===== stick + 2hon tsue ===== */

#stick2026 .sticks {
  background: #e8e4d8;
  padding: 80px 0;
  text-align: center;
}

#stick2026 .sticks_inner {  
  align-items: center;
  background: #fff;
  border-radius: 14px;
  padding: clamp(18px, 4vw, 56px) 0 80px; /* top/right-left/bottom */
  position: relative;
  overflow: visible;
}

/* ===== 上段：左右画像 + 中央テキスト ===== */
#stick2026 .sticks_title_wrapper{
  display: grid;
  grid-template-columns:
    clamp(120px, 22vw, 280px)
    minmax(0, 540px)
    clamp(140px, 22vw, 280px);
  column-gap: 20px;
  position: relative;
  z-index: 2;
  align-items: start;
  margin: 0 auto calc(-1 * clamp(12px, 2.5vw, 30px));
  margin-top: clamp(-30px, -3vw, -70px);
}

/* 左右画像 */
#stick2026 .sticks_side{
  width: 280px;
  max-width: 100%;
  transform: translateY(-10px);
}

#stick2026 .sticks_side--left{
  transform: translate(26px, 10px);
}

#stick2026 .sticks_side--right{
  transform: translate(-20px, 10px);
}

#stick2026 .sticks_side img{
  width: 100%;
  height: auto;
  display: block;
  transform-origin: center bottom;
}

#stick2026 .sp_only_image {
  display: none!important;
}

#stick2026 .image_wrapper{
  width: 100%;
  margin: 0 auto 18px;
}

#stick2026 .image_wrapper img{
  width: min(380px, 80%);
  height: auto;
  display: block;
  margin: 0 auto;
}

#stick2026 .sticks_card_background {
  background: #947758;
  padding: 36px 0;
}

#stick2026 .sticks_message_wrapper {
  max-width: 540px;
  margin: 40px auto!important;
  text-align: center;
}

#stick2026 h3.brown{
  display: inline-block;
  color: #947758;
  margin: 0 0 42px;
  font-size: 24px;
  letter-spacing: .16em;
  line-height: 1.5;
}

#stick2026 h2.stick_2hontue {
  font-size: 42px;
  letter-spacing: .12em;
  margin: 0 0 30px;
  line-height: 58px;
}

#stick2026 .middle {
  font-size: 26px;
  color: #947758;
}

#stick2026 .purple {
  color: #998adf; 
}

#stick2026 .orange {
  color: #f15a24;
}

#stick2026 .kerning-ru{
  display: inline-block;
  margin-left: -0.12em; 
}

#stick2026 .yellow {
  color: #ffd749;
}
#stick2026 .highlight_yellow {
  background: linear-gradient(transparent 60%, #ffd749 10%);
}

#stick2026 .sticks_text{
  font-weight: 500;
  margin: 0 0 18px;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: .14em;
}

#stick2026 h3.white {
  font-size: 24px;
  color: #fff;
  text-align: center;
  line-height: 1.8;
  letter-spacing: .16em;
  text-shadow: 0 1px 3px rgba(166, 166, 166, 0.3);
}

#stick2026 .sticks_card_wrapper{
  width: min(880px, 100% - 48px);
  margin: 40px auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

#stick2026 .sticks_card{
  background: #f3f3f3;
  border-radius: 14px;
  padding: 24px 30px;
  text-align: center;
}

#stick2026 .sticks_card_title{
  font-size: 18px;
  margin: 0 0 10px 0!important;
  letter-spacing: .12em;
}

#stick2026 .sticks_card_img{
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

#stick2026 .sticks_card_img img{
  width: 80%;
  height: 80%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}

#stick2026 .sticks_card_text, .customerVoice_text, .customerVoice_info{
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: .1em;
  text-align: left;
  margin-bottom: 0;
}

#stick2026 .sticks_btn{
  margin: 60px auto 20px;
  display: inline-flex;
  min-width: 210px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 20px 36px;
  background: #ffd749;
  letter-spacing: .12em;
  font-size: 16px;
  cursor: pointer;
  box-shadow: 0 3px 6px rgba(0,0,0,.16);
}

#stick2026 .sticks_btn .arrow{
  font-size: 14px;
}

#stick2026 .sticks_btn:hover{
  background: #ffcf1f;
  transition: background-color 0.2s ease;
}

/* ===== customerVoice ===== */
#stick2026 .customerVoice {
  background: #fff;
  padding: 80px 0;
}

/* 横スクロール本体 */
#stick2026 .customerVoice_list{
  display: flex;
  gap: 30px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  scroll-snap-stop: always;
  list-style: none;
  margin: 0;
  padding: 0;
  scrollbar-width: none;
  touch-action: pan-x;
  user-select: none;
  -webkit-user-select: none;
  cursor: grab;
  scroll-behavior: smooth;
}

#stick2026 .customerVoice_list:active{
  cursor: grabbing;
}

#stick2026 .customerVoice_list.is-dragging{
  cursor: grabbing;
  user-select: none;
  scroll-snap-type: none;
}

#stick2026 .customerVoice_list::-webkit-scrollbar{
  display: none; /* Chrome/Safari */
}

#stick2026 .customerVoice_card{
  flex: 0 0 260px;
  min-width: 260px;
  background: #f3f3f3;
  border-radius: 14px;
  padding: 28px;
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
}

#stick2026 .customerVoice_info {
  text-align: end;
  margin-top: auto;
}

#stick2026 .customerVoice_dots{
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 18px;
}

#stick2026 .customerVoice_dot{
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: #d9d9d9;
  border: 0;
  padding: 0;
  cursor: pointer;
}

#stick2026 .customerVoice_dot.is-active{
  background: #998adf;
}

/* キーボード操作時の視認性 */
#stick2026 .customerVoice_dot:focus-visible{
  outline: 2px solid #998adf;
  outline-offset: 3px;
}

#stick2026 .item_name {
  font-weight: 500;
  margin: 0;
  padding-bottom: 16px;
  line-height: 1.6;
}

#stick2026 .item_name_text {
  text-decoration-line: underline;
  text-decoration-thickness: 0.5px;
  text-underline-offset: 0.2em;
}

#stick2026 .item_name::after {
  content: "↗";
  display: inline;
  margin-left: 0.35em;
  font-size: 0.85em;
  line-height: 1;
  text-decoration: none;
}

#stick2026 .customerVoice_text{
  position: relative;
  font-size: 16px;
  padding-top: 21px;
  padding-left: 6px;
  color: #111;
}

#stick2026 .customerVoice_text::before{
  content: "“";
  position: absolute;
  left: -14px;
  top: -6px;
  font-size: 72px;
  line-height: 1;
  color: #947758;
  opacity: .6;
}

#stick2026 .rate {
  color: #f6cc35;
}

#stick2026 .highlight_pink {
  background: linear-gradient(transparent 40%, #f5e4e4 10%);
}

/* ===== RECOMMENDED（バナー表示専用）===== */
#stick2026 .customerVoice--bnr .customerVoice_card--bnr{
  background: transparent;
  padding: 0;
  border-radius: 0;
  min-width: auto; 
  box-shadow: none;
  flex: 0 0 320px;
  min-width: 320px;
}

#stick2026 .customerVoice--bnr .customerVoice_card--bnr img{
  display: block;
  height: auto;
  width: 100%;
}


/* ===== support ===== */
#stick2026 .support {
  background: #8d7ed0;
  padding: 80px 0 40px 0;
  margin-bottom: 20px;
}

#stick2026 .support_inner{
  width: min(780px, 100% - 48px);
  margin: 0 auto;
  align-items: center;
}

#stick2026 .support_title {
  width: 540px;
  margin: 0 auto 40px auto;
}

#stick2026 .support_title img {
  width: 100%;
}

#stick2026 .infoRow_inner{
  margin: 0 auto 70px auto;
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}

#stick2026 .infoItem{
  display: flex;
  align-items: center;
  gap: 18px;
  min-width: 0;
}

#stick2026 .infoIcon{
  width: 98px;
  height: 98px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
}

#stick2026 .infoIcon img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

#stick2026 .infoText{
  color: #fff;
  min-width: 0;
  text-shadow: 0 1px 3px rgba(166, 166, 166, 0.3);
}

#stick2026 .infoTitle{
  margin: 0 0 6px;
  font-size: 18px;
  letter-spacing: .12em;
  white-space: nowrap;
  padding-bottom: 4px;
  border-bottom: 1px solid #fff;
  text-align: center;
}

#stick2026 .infoDesc{
  margin: 0;
  font-size: 15px;
  letter-spacing: .12em;
  line-height: 1.7;
}

/* ===== support_contact ===== */

#stick2026 .support_contact {
  background: #fffcfc;
  padding: 40px 0;
}

#stick2026 .contact_inner {
  width: min(980px, 100% - 48px);
  margin: 0 auto;
}

#stick2026 .contact_title {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  letter-spacing: .12em;
  margin-bottom: 20px;
}

/* 3カラム */
#stick2026 .contact_grid{
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 0;
}

/* 1カラム */
#stick2026 .contact_item{
  flex: 1 1 0;
  min-width: 0;
  display: grid;
  grid-template-columns: 84px 1fr;
  grid-template-rows: 84px auto;
  column-gap: 18px;
  row-gap: 14px;
  padding: 20px 26px;
  border-left: 1px solid #d9d9d9;
}

#stick2026 .contact_item:last-child{
  border-right: 1px solid #d9d9d9;
}

#stick2026 .contact_icon{
  grid-column: 1;
  grid-row: 1;

  width: 84px;
  height: 84px;
  border-radius: 14px;
  overflow: hidden;
}

#stick2026 .contact_body{
  grid-column: 2;
  grid-row: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center; /* ←上下中央 */

}

#stick2026 .contact_desc{
  grid-column: 1 / -1;
  grid-row: 2;

  margin: 0;
  font-size: 14px;
  letter-spacing: .10em;
  line-height: 1.7;
}


/* 画像 */
#stick2026 .contact_icon img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* テキスト */
#stick2026 .contact_kicker{
  margin: 0 0 6px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .12em;
  color: #18b65b;
}
#stick2026 .contact_kicker--brown{ color: #9a7a58; }
#stick2026 .contact_kicker--purple{ color: #998adf; }

#stick2026 .contact_head{
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: .16em;
  line-height: 1.45;

}

#stick2026 .text_brown {
  color: #947758;
}

#stick2026 .text_green {
  color: #18b65b;
}

#stick2026 .contact_tel{
  font-size: 14px;
  font-weight: 700;
  color: #998adf;
}


/* ===== shopInfo ===== */
#stick2026 .shopInfo{
  background: #54b2cf;
  padding: 80px 0;
}

#stick2026 .shopInfo_grid{
  display: grid;

  /* 左：バッジ（auto） / 中：ロゴ（auto） / 右：テキスト（最小幅を確保して伸びる） */
  grid-template-columns: auto auto minmax(360px, 1fr);
  column-gap: 44px;
  align-items: center;
}

/* 左：バッジ */
#stick2026 .shopInfo_badge{
  width: 260px;
}
#stick2026 .shopInfo_badge img{
  width: 100%;
  height: auto;
  display: block;
}

/* 中：直営店ロゴ */
#stick2026 .shopInfo_image{
  width: 180px;
}
#stick2026 .shopInfo_image img{
  width: 88%;
  height: auto;
  display: block;
}

/* 右：テキスト */
#stick2026 .shopInfo_text{
  min-width: 0;
  color: #fff;
  text-shadow: 0 1px 3px rgba(166, 166, 166, 0.3);
}

#stick2026 .shopInfo_head{
  margin: 0 0 4px;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: .14em;
  line-height: 1.4;
  display: inline-block;
}

#stick2026 .shopInfo_desc{
  margin: 0;
  font-size: 16px;
  letter-spacing: .12em;
  line-height: 1.9;
  border-top: 2px solid rgba(255,255,255,.75);
  padding-top: 18px;
}

#stick2026 .shopInfo_cardsWrap{
  position: relative;
  margin-top: 42px;
  padding: 12px 0;
}

#stick2026 .shopInfo_cardsWrap::before{
  content:"";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 280px;
  background: #0d4e86;
  z-index: 0;
  border-radius: 0;
}

#stick2026 .shopInfo_cards{
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px 34px; /* 縦 横 */
}

#stick2026 .shopCard{
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 48% 52%;
  min-height: 160px;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 10px 18px rgba(0,0,0,.18);
  padding: 4px;
}

#stick2026 .shopCard_photo{
  position: relative;
  overflow: hidden;
  border-top-left-radius: 18px;
  border-bottom-left-radius: 18px;
}

#stick2026 .shopCard_photo img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 0;
}

#stick2026 .shopCard_body{
  padding: 10px 10px 10px 16px;
  min-width: 0;
}

#stick2026 .shopCard_kicker{
  margin: 0 0 4px;
  font-size: 14px;
  letter-spacing: .10em;
  color: #4aa8c5;
  font-weight: 600;
}

#stick2026 .shopCard_name{
  margin: 0 0 4px;
  font-size: 18px;
  letter-spacing: .14em;
  line-height: 1.25;
  color: #4aa8c5;
  font-weight: 600;
}

#stick2026 .shopCard_line{
  margin: 0;
  font-size: 13px;
  letter-spacing: .10em;
  line-height: 1.5;
  color: #947758;
  font-weight: 550;
}

#stick2026 .shopInfo_btnWrap{
  margin-top: 48px;
  text-align: center;
}

#stick2026 .shopInfo_btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  padding: 12px 18px;
  background: #9a7a58;
  color: #fff;
  text-decoration: none;
  letter-spacing: .12em;
  font-size: 16px;
  font-weight: 500;
}

#stick2026 .shopInfo_btn:hover{
  opacity: .9;
  transition: opacity .15s ease;
}


/* =============== tablet =============== */
@media (min-width: 768px) and (max-width: 1024px){

  /* ===== tablet main visual ===== */

  /* #stick2026 .mv{
    min-height: auto;
    height: auto;
  } */

#stick2026 .mv{
  min-height: 340px;
  position: relative;
  overflow: hidden;
  background-image: url("https://sinano.co.jp/content/images/stick/mv_tb.webp");
  background-size: cover;
  background-position: center 0%;
  background-repeat: no-repeat;
  margin-bottom: 20px!important;
}

  #stick2026 .mv_lead{
    font-size: 28px;
    line-height: 60px;
  }

  #stick2026 .mv_headline{
    font-size: 20px;
  }

  #stick2026 .mv_inner{
    padding: 86px 20px 50px 48px;
  }
  
  :root{
    --overlap-h: 60px;
  }

  #stick2026 .category_grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 32px;
  }

/* ===== tablet shopInfo ===== */

#stick2026 .shopInfo_grid{
  display: grid;
  /* 左：バッジ（auto） / 中：ロゴ（auto） / 右：テキスト（最小幅を確保して伸びる） */
  grid-template-columns: auto auto minmax(200px, 1fr);
  column-gap: 20px;
  align-items: center;
}

}

/* =============== sp =============== */
@media (max-width: 767px){

#stick2026 br.sp { display: inline; }
#stick2026 br.pc { display: none; }

/* ===== sp main visual ===== */
#stick2026 .mv{
  min-height: 340px;
  position: relative;
  overflow: hidden;
  background-image: url("https://sinano.co.jp/content/images/stick/mv_sp.webp");
  background-size: cover;
  background-position: center 0%;
  background-repeat: no-repeat;
  margin-bottom: 20px!important;
}

#stick2026 .mv_inner{
  padding: 0 0 120px 0!important;
  margin: 0;
}

#stick2026 .mv_lead{
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
}

#stick2026 .bg_white{
  display: inline-block;
  padding: 10px 10px 10px 20px;
  margin-bottom: 8px;
}

#stick2026 .mv_headline{
  font-size: 16px;
  padding: 10px 10px 10px 20px;
}

/* ===== sp message ===== */
#stick2026 .message{
  position: relative;
  padding-bottom: var(--sp-overlap);
}

#stick2026 .sp_only{
  display: block;
  position: relative;
  z-index: 10;
  margin-top: -92px;
}

#stick2026 .sp_only img{
  width: 100%;
  height: auto;
  display: block;
}

#stick2026 .image_message{
  position: relative;
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
  margin-right: -50vw;
  z-index: 5;
  overflow: hidden;
  padding-top: 80px;
  margin-top: -80px;
}

#stick2026 .image_message picture{
  display: block;
}

#stick2026 .image_message source,
#stick2026 .image_message img {
  position: relative;
  top: -80px;
  width: calc(100% + 24px);
  margin-left: -12px;
  max-width: none;
}

#stick2026 .text {
  text-align: center;
  font-size: 15px;
  margin: 8px 0 20px;
  letter-spacing: .12em;
  line-height: 1.7em;
}

#stick2026 .big {
  font-size: 24px!important;
  letter-spacing: .25em!important;
  margin: 0 0 14px 0!important;
  padding-left: 10px;
}

#stick2026 .img_row{
  margin: 30px auto 40px auto;
  width: 92%;
  display: flex;
  gap: 16px;
  padding-right: 10px;
}

#stick2026 .img_row img{
  width: 50%;
  height: auto;
  display: block;
}

:root{
  --sp-overlap: 60px; /* sp_onlyを上に持ち上げる量（調整用） */
  --overlap-h: 30px;
}


/* ===== sp strengths ===== */
#stick2026 h3.gold{
  margin: 20px 0;
  font-size: 20px;
}

#stick2026 .strengths{
  padding-bottom: 40px;
}

#stick2026 .cards{
  grid-template-columns: repeat(2, 1fr); /* SP：2つ並び */
  column-gap: 12px;
  row-gap: 20px !important;
}

#stick2026 h3.purple{
  font-size: 20px;
  font-weight: 600!important;
  line-height: 1.5;
  margin-bottom: 30px;
}

#stick2026 .card_title {
  font-size: 17px;
}

#stick2026 .p_text {
  font-size: 13px;
  padding-bottom: 14px;
}

#stick2026 h3.white {
  font-size: 18px;
}

/* ===== sp category ===== */
#stick2026 .category,
#stick2026 .popular,
#stick2026 .guide,
#stick2026 .customerVoice {
  padding: 60px 0 80px!important;
}
  
#stick2026 .category_grid{
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 12px;
  row-gap: 18px;
  margin: 0 12px 0 0;
}

#stick2026 .cat_icon img{
  width: 64px;
  height: 64px;
}

#stick2026 .cat_top,
#stick2026 .cat_bottom{
  font-size: 15px;
  letter-spacing: .10em;
}

#stick2026 .cat_content{
  row-gap: 6px !important;
  width: 130px;
}

#stick2026 .cat_item{
  display: flex;
  align-items: center;
}

#stick2026 .small {
  font-size: 11px!important;
}

/* ===== sp popular ===== */

#stick2026 .popular_inner{
  width: min(767px, 100% - 38px);
}

#stick2026 .popular_grid{
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 18px;
  row-gap: 34px;
}

#stick2026 .p_body{
  padding: 10px 0 0;
}

#stick2026 .p_for{
  margin-bottom: 8px;
}

#stick2026 .p_for_label{
  margin-bottom: 3px;
  padding-bottom: 1px;
  font-size: 9.5px;
  letter-spacing: .08em;
}

#stick2026 .p_for_text{
  font-size: 11.5px;
  letter-spacing: .02em;
  line-height: 1.45;
}

#stick2026 .p_title{
  font-size: 14px;
  text-align: start!important;
  letter-spacing: .04em;
}

#stick2026 .p_text{
  font-size: 12px;
  line-height: 1.65;
  padding-bottom: 0;
  letter-spacing: .04em;
}

#stick2026 .p_tags{
  gap: 4px;
  margin: 10px 0 0;
}

#stick2026 .p_tags a{
  padding: 3px 6px;
  font-size: 10px;
  background: transparent;
}


/* ===== sp guide ===== */
#stick2026 .guide_inner{
  grid-template-columns: 1fr;
  gap: 18px;
}

#stick2026 .guide_inner::before{
  display: none;
}

#stick2026 .guide_card{
  padding: 36px 22px 28px;
}

#stick2026 .guide_badge{
  width: 62px;
  height: 62px;
  right: 10px;
  top: 10px;
}

#stick2026 .guide_title{
  font-size: 18px;
}

#stick2026 .guide_text{
  font-size: 15px;
}

#stick2026 .guide_btn{
  min-width: 180px;
  font-size: 14px;
}

/* ===== SP stick + 2hon tsue ===== */

#stick2026 .sticks_inner {  
  width: min(767px, 100% - 38px);
  padding: 30px 0;
}

#stick2026 .sticks_card_wrapper{
  grid-template-columns: 1fr;
  gap: 24px;
}

#stick2026 .sticks_card{
  padding: 28px 20px;
}

#stick2026 .sticks_card_title{
  font-size: 17px;
}

#stick2026 .sticks_btn{
  font-size: 14px;
}

#stick2026 .sticks{
    padding: 60px 0;
  }

  /* SP：左右画像を上で横並び → 下に中央テキスト */
#stick2026 .sticks_title_wrapper{
  grid-template-columns: 1fr;
  grid-template-areas:
    "left right"
    "center center";
  column-gap: 0px;
  row-gap: 18px;
  margin-bottom: 26px;
}

#stick2026 .sticks_message_wrapper {
margin: 40px auto 0px auto!important;
}

#stick2026 .sticks_side {
  display: none!important;
}

#stick2026 .sp_only_image {
  display: block!important;
  width: 100%;
}

#stick2026 .sp_only_image img {
  width: 92%;
  margin-bottom: 20px;
}

#stick2026 h3.brown{
  display: inline-block;
  color: #947758;
  margin: 0 0 42px;
  font-size: 20px;
  letter-spacing: .16em;
  line-height: 1.9;
}

#stick2026 h2.stick_2hontue{
  font-size: 28px;
  letter-spacing: .12em;
  line-height: 34px;
}

#stick2026 .sticks_text{
  font-size: 15px;
  letter-spacing: .10em;
}

#stick2026 .middle {
  font-size: 20px;
}

/* ===== sp customerVoice ===== */

#stick2026 .customerVoice_inner {
  width: min(767px, 100% - 28px);
}

#stick2026 .customerVoice_list{
  gap: 20px;
}

#stick2026 .customerVoice_card{
  padding: 20px;
}

#stick2026 .customerVoice--bnr .customerVoice_card--bnr{
    flex-basis: 220px;         /* SPは少し小さく */
  }

  /* ===== sp support ===== */

#stick2026 .support{
    padding: 48px 0 30px;
  }

#stick2026 .support_inner{
  margin: 0 22px;
}

#stick2026 .support_title{
  width: 100%;
  margin: 0 auto 40px;
}

#stick2026 .support_title img{
  width: 100%;
  height: auto;
  display: block;
}

#stick2026 .infoRow_inner{
  display: flex;
  flex-direction: column;
  gap: 22px;
  align-items: stretch;
  margin: 0 auto 40px;
}

#stick2026 .infoItem{
  width: 100%;
  align-items: flex-start;
  gap: 14px;
}

#stick2026 .infoIcon{
  width: 74px;
  height: 74px;
  flex: 0 0 auto;
}

#stick2026 .infoTitle{
  font-size: 16px;
  white-space: normal;
}

#stick2026 .infoDesc{
  font-size: 14px;
  letter-spacing: .10em;
  overflow-wrap: anywhere;
}

/* ===== sp support_contact ===== */

#stick2026 .contact_inner {
    width: min(767px, 100% - 38px);
}

#stick2026 .contact_grid{
  flex-direction: column;
}

#stick2026 .contact_item{
  border-left: none;
  border-right: none;
  border-top: 1px solid #d9d9d9;
  column-gap: 12px;
  padding: 24px 8px;
}

#stick2026 .contact_item:last-child{
  border-bottom: 1px solid #d9d9d9;
  border-right: none;
}
  
#stick2026 .contact_head{
  margin: 0;
  font-size: 17px;
  font-weight: 600!important;
  letter-spacing: .16em;
  line-height: 1.45;
}

/* ===== SP shopInfo ===== */

#stick2026 .shopInfo{
    padding: 60px 0;
  }

#stick2026 .shopInfo_inner{
  width: min(767px, 100% - 38px);
}

/* SP：上段に画像2つ横並び、下段にテキスト */
#stick2026 .shopInfo_grid{
  grid-template-columns: 1fr 1fr;
  grid-template-areas:
    "badge image"
    "text  text";
  column-gap: 14px;
  row-gap: 18px;
  align-items: center;
}

#stick2026 .shopInfo_badge{ grid-area: badge; width: auto; }
#stick2026 .shopInfo_image{ grid-area: image; width: auto; }
#stick2026 .shopInfo_text { grid-area: text; }

#stick2026 .shopInfo_badge img {
  width: 100%;
  height: auto;
  display: block;
}

#stick2026 .shopInfo_image img{
  width: 60%;
  height: auto;
  display: block;
}

#stick2026 .shopInfo_head{
  font-size: 18px;
  letter-spacing: .12em;
}

#stick2026 .shopInfo_desc{
  font-size: 15px;
  letter-spacing: .10em;
  line-height: 1.85;
}

#stick2026 .shopInfo_cardsWrap{
  margin-top: 26px;
}

#stick2026 .shopInfo_cardsWrap::before{
  height: 420px;
}

#stick2026 .shopInfo_cards{
  grid-template-columns: 1fr;
  gap: 16px;
}

#stick2026 .shopCard{
  grid-template-columns: 46% 54%;
  min-height: 140px;
}

#stick2026 .shopCard_body{
  padding: 14px 14px 12px;
}

#stick2026 .shopCard_kicker{
  font-size: 13px;
}

#stick2026 .shopCard_name{
  font-size: 18px;
  margin-bottom: 8px;
}

#stick2026 .shopCard_line{
  font-size: 13px;
}

#stick2026 .shopInfo_btn{
  min-width: 200px;
  font-size: 14px;
}
}



/* ===== image modal for strengths card banners ===== */
#stick2026 .card_banner--zoomable {
  position: relative;
}

#stick2026 .image_modal_trigger {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0 0 10px;
  border: 0;
  background: transparent;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  appearance: none;
  -webkit-appearance: none;
}

#stick2026 .image_modal_trigger img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 0;
  transition: transform .35s ease, filter .35s ease;
}

#stick2026 .image_modal_trigger:hover img,
#stick2026 .image_modal_trigger:focus-visible img {
  transform: scale(1.025);
  filter: brightness(.94);
}

#stick2026 .image_modal_trigger:focus-visible {
  outline: 3px solid #998adf;
  outline-offset: 4px;
}

#stick2026 .image_modal_hint {
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  border-radius: 999px;
  color: #fff;
  background: rgba(51, 51, 51, .72);
  font-size: 12px;
  line-height: 1;
  letter-spacing: .08em;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity .25s ease, transform .25s ease;
  pointer-events: none;
}

#stick2026 .image_modal_hint::before {
  content: "+";
  display: inline-block;
  margin-right: 4px;
  font-size: 14px;
  line-height: 1;
}

#stick2026 .image_modal_trigger:hover .image_modal_hint,
#stick2026 .image_modal_trigger:focus-visible .image_modal_hint {
  opacity: 1;
  transform: translateY(0);
}

#stick2026 .image_modal[aria-hidden="true"] {
  display: none;
}

#stick2026 .image_modal[aria-hidden="false"] {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px;
}

#stick2026 .image_modal_overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .68);
  cursor: zoom-out;
}

#stick2026 .image_modal_dialog {
  position: relative;
  z-index: 1;
  max-width: min(920px, 92vw);
  max-height: 88vh;
  padding: 16px;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(0, 0, 0, .34);
}

#stick2026 .image_modal_img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: calc(88vh - 32px);
  height: auto;
  object-fit: contain;
}

#stick2026 .image_modal_close {
  position: absolute;
  top: -14px;
  right: -14px;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: #333;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .25);
}

#stick2026 .image_modal_close:focus-visible {
  outline: 3px solid #998adf;
  outline-offset: 3px;
}

html.is-image-modal-open,
html.is-image-modal-open body {
  overflow: hidden;
}

@media (max-width: 767px) {
  #stick2026 .image_modal[aria-hidden="false"] {
    padding: 18px;
  }

  #stick2026 .image_modal_dialog {
    max-width: 94vw;
    padding: 10px;
  }

  #stick2026 .image_modal_img {
    max-height: calc(86vh - 20px);
  }

  #stick2026 .image_modal_hint {
    display: none;
  }
}
