@charset "UTF-8";

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

li {
  list-style: none;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

section {
  margin-bottom:0px!important;
  }

  body #bigcontainer   {
    overflow-x:clip;}

#bigcontainer body  {

 
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  padding-bottom: 1px !important;
}

#bigcontainer hr
{
  border-top: 3px solid #cccccc;
}

#feature-rank {
   max-width: 800px;
    margin: 0 auto 50px; 
  }

#feature-rank .soryo {
  font-size: 13px;
    letter-spacing: 0.15rem;
    margin-bottom: 10px;
    line-height: 2.5rem;
    font-weight: 500;
    background: #000;
    padding: 5px 10px;  
    color: #fff;
    display: inline;
}


/* ランキング用スライド */
.slider-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.slider-title {
  font-size: 1.5em;
  font-weight: bold;
}
.arrow-buttons {
  display: flex;
  gap: 10px;
}
.arrow-btn {
  background-color: #fff;
    border: none;
    cursor: pointer;
    padding: 3px 5px;
    font-size: 2em;
    border-radius: 50px;
    border: solid 1px #000;
    width: 60px;
}

.fa-caret-left{
  padding-right: 5px;
}


.fa-caret-right{
  padding-left: 5px;
}

/* スライダー全体 */
.slider { 
  overflow: hidden; 
  position: relative; 
  cursor: grab;
}
/* スライド群 */
.slides { 
  display: flex; 
  transition: transform 0.3s ease-in-out; 
}
/* 各スライド：全体幅の2.5分の1（約40%） */
.slide { 
  flex: 0 0 calc(100% / 2.5); 
padding-right: 10px;
  background-color: #fff; 
  border-radius: 10px; 
  margin-right: 10px;
}
.slide:last-child {
  margin-right: 0;
}
.image-placeholder { 
  height: 150px; 
  background-color: #ddd; 
  border-radius: 10px; 
  margin-bottom: 10px; 
}

.slider, .slider * {
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}






/* INDEX */

#feature-index span,.contttl span{
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.3rem;
}

#feature-index {
  max-width: 100%; /* 必要に応じて調整 */
padding: 50px 0;
  font-family: 'Noto Sans', sans-serif; /* 好みのフォントに変更 */
}

/* タイトル */
#index-title { /* としないで、.index-titleのままでもOK */
  /* ただしHTMLでは <h2 class="index-title"> なのでクラスセレクタが必要 */
}

/* 今回は .index-title, .index-subtitle, .index-list はそのままクラスとして使用 */
.index-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 5px;
}

.index-subtitle {
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 20px;
}

/* 数字付きリスト */
.index-list {
  list-style: none; /* ブラウザ標準の数字を消す */
  counter-reset: indexCounter; /* カウンターをリセット */
  padding: 0;
  margin: 0;
}

.index-list li {
  counter-increment: indexCounter; /* カウンターをインクリメント */
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
  padding-left: 55px; /* 数字表示分のスペース */
  border-bottom: solid #d9d9d9 1px;
    max-width: 500px;
}

.index-list .contttl {
  max-width: 100%;
  border-bottom: solid #333 1px;
  margin-bottom: 30px;
}

/* 数字部分のデザイン */
.index-list li::before {
  content: counter(indexCounter) ".";
  position: absolute;
  left: 0;
  top: 10px;
  font-weight: bold;
  font-size: 4.2rem;
  line-height: 1;
  color: transparent; /* 文字色を透明に */
  -webkit-text-stroke: 1px #333; /* 外枠の色をブラックに */
  font-family: "Noto Sans", sans-serif;
  text-shadow: none; /* 影を消す */
}





/* リンクのスタイル */
.index-list li a,.index-list .contttl {
  text-decoration: none;
  color: #333;
  font-weight: normal;
  font-size: 2rem;
  letter-spacing: 0.4rem;
  line-height: 3rem;
  transition: color 0.2s ease;
  font-size: 2rem;
  letter-spacing: 0.6rem;
  line-height: 2.7rem;
  font-weight: 500;
}

.index-list li a:hover {
  color: #000;
}





/* コンテンツの見出しデザイン */
/* 共通の見出しスタイル */
.feature-heading {
  display: flex;
  align-items: center;

  
  max-width: 100%;
  font-family: 'Noto Sans', sans-serif;

  margin-bottom: 30px;
}


#okaidoku .feature-heading {
    border-bottom: 1px solid #d9d9d9;
      padding: 0 0 20px;
}

/* 手動で入力した数字部分 */
.manual-number {
    font-size: 3.2rem;
    font-weight: 300;
  margin: 0;
  /* 以前のカウンターと同様の外枠スタイル */
color:#575757;
  /* 必要に応じて余白調整 */
  margin-right: 1rem;
  width: 100%;
      text-align: center;
}

/* 見出しテキスト部分 */
.heading-title {
  font-size: 2rem;
  font-weight: 500;
  color: #333;
  letter-spacing: 0.6rem;
  line-height: 2.7rem;
  margin: 0;
}

/* タイトル内のサブテキスト（span） */
.heading-title span {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.3rem;
}




/* カラムを二つに並べる */
#column2 {

  position: relative;
  --sidebar-width: 296px;
    --gap: 0px 7%;
    --sticky-block-margin: 20px;
    display: block
;
    grid-template-columns: 1fr var(--sidebar-width);
    gap: var(--gap);
    max-width: 1200px;
    margin: 0 auto 100px;
}




/* ourpicks関連 */
#column2-2 {
  width: 300px; /* 固定幅 */
  position: relative; /* これが重要 */
}
#ourpicks{position: sticky;
  top: 90px;
  margin-bottom: 30px;
}
#ourpicks li{
  margin-bottom: 10px;
}


/* 共通文字設定 */
#feature-intro,#column2
{
  color: #333;
}



/* feature-main */
#feature-main{
  margin: 0 auto;
    padding: 50px 0 0;
  max-width: 1200px;
}

/* feature-intro */
#feature-intro{
  background: url(img/bg.jpg) no-repeat center center;
  background-size: cover;
  margin: 0 auto;
  padding: 100px 15px;
}

#feature-intro p{
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.2rem;
  line-height: 4rem;
}



#column2 h2.fontlexend {
  font-family: "Lexend Giga", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-size: 35px;
  font-style: normal;
}


#column2 .minittl{
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 30px;
}




/* feature-rank */

#feature-rank .slid img{
margin-bottom: 5px;
}

#feature-rank .slide p {
  font-size: 16px;
  letter-spacing: 0.15rem;
  margin-bottom: 10px;
  line-height: 2.5rem;
  font-weight: 500;
}

#feature-rank .slide .miniprice {
  margin-bottom: 5px;
}

/* .rank1にrelativeを指定 */
.slide {
  position: relative;
}

/* メダルアイコンとランキング番号 */
.rank-icon {
  position: absolute;
  top: 10px; /* 左上から10px */
  left: 10px; /* 左上から10px */
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

.rank-number {
  font-size: 18px; /* ランキング番号のフォントサイズ */
  font-weight: bold;
  color: #fff; /* 白色で表示 */
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 5px; /* メダルと数字の間隔 */
}

.medal-icon {
  width: 45px;
  height: 53px;
  object-fit: cover;
}

.rank1 .rank-number{
  background-color: #f7b500;
}

.rank2 .rank-number{
  background-color: #c0c0c0;
}

.rank3 .rank-number{
  background-color: #cd7f32;
}

.rank .rank-number{
  background-color: #8cb34f;
}


/* feature-cont1 */






/* 詳細ページボタン */
.cont_slide-detail {
  text-align: center;
  margin: 20px 0 70px;
}

.cont_slide-detail-button {
  display: inline-block;
  padding: 20px 20px;
  background-color: #fff;
  border: 1px solid #333;
  color: #333 !important;
  transition: background-color 0.3s ease;
  width: 100%;
}

.cont_slide-detail-button:hover {
  background-color: #333;
  color: #fff !important;
}


/* pickitem-container */
.pickitem-container{
  margin-bottom: 20px;
}

.pickitem {
  background-color: #fae660;
  padding: 0px 10px;
  margin-bottom: 15px;
  font-family: "Lexend Giga", sans-serif;
  font-size: 12px;
  display: block;
  width: fit-content;
  font-weight: 700;
  letter-spacing: 0.15rem;
}

.pickttl{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  letter-spacing: 0.25rem;
  line-height: 2.5rem;
}



/* LINEUP */
 /* 大枠 */
 .lineup-container {
  width: 100%;
      margin: 0 auto 150px;
}

/* 見出し部分 */
.lineup-title {
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
}
.lineup-title h2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  letter-spacing: 0.25rem;
  line-height: 2.5rem;
}
/* 見出しの下に短い線を引く */
.lineup-title h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: -20px;
  width: 80px;
  height: 2px;
  background-color: #000;
}

/* 商品一覧のグリッド配置 */
.lineup-grid {
  display: grid;
    grid-template-columns: repeat(4, 1fr);/* 2列 */
  gap: 40px 20px;                        /* カード同士の間隔 */
}


.lineup-item {
  position: relative;
}

/* 商品画像エリア: 比率を固定して四角にする例 */
.lineup-img {
  width: 100%;
  /* 正方形にするためのトリック */
  position: relative;
  margin-bottom: 5px;
}

/* 価格表示 */
.lineup-price {
  margin-top: 8px;
  font-size: 1.5rem;
  margin-bottom: 5px;
  font-weight: bold;
}

/* 送料無料表示 */
.lineup-shipping {
  display: inline-block;
  padding: 6px 11px;
  background-color: #000;
  color: #fff;
  font-size: 1.2rem;
  border-radius: 3px;
  position: absolute;
  left: 0;
}

.miniprice {
  font-size: 17px;
}



/* cont_slide-container 全体 */
.cont_slide-container {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  overflow: hidden; /* swiperでもOK */
}

/* スライドラッパー */
.cont_slide-wrapper {
  display: flex; /* Swiperが自動で付与する場合もある */
  transition: transform 0.5s ease;
}

/* 各スライド */
.cont_slide-item {
  min-width: 100%;
  box-sizing: border-box;
  text-align: center;
}

/* 画像の表示 */
.cont_slide-item img {
  width: 100%;
  height: auto;
  display: block;
}

/* キャプションエリア */
.cont_slide-caption {
  padding: 20px;
  background-color: #f7f7f7;
}

.cont_slide-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  z-index: 10; /* 追加: ボタンを前面に表示 */
}

.cont_slide-button {
  pointer-events: auto;
  background-color: rgba(0, 0, 0, 0.4);
  border: none;
  color: #fff;
  font-size: 2rem;
  cursor: pointer;
  padding: 6px 8px 9px;
  margin: 0;
  transition: background-color 0.3s ease;
}

.cont_slide-button:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

/* ページネーション */
.cont_slide-pagination {
  text-align: center;
  margin-top: 10px;
  color: #333;
  font-weight: bold;
}



.sp{display: none;}

.pc{
  display:block ;
}


#slider {
  touch-action: none;  /* スライド操作中はページスクロールを無効化 */
}

#column2-1{
    max-width: 100%;
}

.head-name {
  margin-bottom: 10px;
          border-bottom: #cdcdcd solid 1px;

}

.price {
    font-size: 1.5rem;
line-height: 2.5rem;
  margin-bottom: 10px;
      letter-spacing: 0.1rem;
}

.sale-price {
      font-size: 2rem;
  font-weight: bold;
  color: #e60000; /* セール価格の色 */
}


/* ▼ PCでは5/5の2カラム、SPでは縦積みレイアウト */
#syuno, #modan, #hokuou, #original {
  display: flex;
  flex-wrap: wrap;
align-items: stretch;
    margin-bottom: 30px;
}

#syuno h2, #modan h2, #hokuou h2, #original h2 {
  margin: 0 0 20px;
}

#syuno span, #modan span, #hokuou span, #original span {
  margin: 0;
  font-size: 2rem; /* 文字サイズ調整 */
  color: #a1a18c;; /* 文字色 */
  font-family: 'Noto Sans', sans-serif; /* 好みのフォントに変更 */
  font-weight: 400;
}

#syuno .feature-heading,
#modan .feature-heading,
#hokuou .feature-heading,
#original .feature-heading {
  background-color: #eae8d9; /* 背景色 */
  color: #fff;
  flex: 5; /* 左カラム幅 */
  display: flex;
  align-items: center; /* 垂直中央 */
  justify-content: center; /* 水平中央 */
  margin: 0;
  flex-direction: column;
}

#syuno .feature-heading .manual-number,
#modan .feature-heading .manual-number,
#hokuou .feature-heading .manual-number,
#original .feature-heading .manual-number {
  margin: 0;
  font-size: 3.4rem; /* 文字サイズ調整 */
    margin: 0 0 20px;
        letter-spacing: 0.8rem;
}

#syuno .img,
#modan .img,
#hokuou .img,
#original .img {
  flex: 5; /* 右カラム（画像） */
}

#syuno .img img,
#modan .img img,
#hokuou .img img,
#original .img img {
  width: 100%;
  height: auto;
  display: block;
}





@media (max-width: 1050px) {
  #column2-2 {
    width: 240px;
  }

  #column2-1 {
    max-width: 550px;
}

#column2 {
  width: 100%;
  max-width: 910px;
}


}

@media (max-width: 769px) {

  #syuno .feature-heading .manual-number,
#modan .feature-heading .manual-number,
#hokuou .feature-heading .manual-number,
#original .feature-heading .manual-number {
    font-size: 2rem;
    margin: 0 0 8px;
    letter-spacing: 0.5rem;
}

  #syuno .feature-heading,
#modan .feature-heading,
#hokuou .feature-heading,
#original .feature-heading {
padding: 30px 10px;
}

#syuno span, #modan span, #hokuou span, #original span {
    margin: 0;
    font-size: 1.3rem;
    color: #a1a18c;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
}

  #syuno,#modan, #hokuou, #original {
    flex-direction: column;
  }
  #syuno .feature-heading,
  #syuno .img,
  #modan .feature-heading,
  #modan .img,
  #hokuou .feature-heading,
  #hokuou .img,
  #original .feature-heading,
  #original .img {
    flex: 100%;
  }

  /* 商品一覧のグリッド配置 */
.lineup-grid {
  display: grid;
    grid-template-columns: repeat(2, 1fr);/* 2列 */
  gap: 40px 20px;                        /* カード同士の間隔 */
}

  .miniprice {
  font-size: 14px;
}

  #column2 {
    display: block;
    padding: 0 15px;
    margin: 0 auto 70px;
  }

  #feature-main {
    padding:0px;
  }

#column2-2{
  display: none;
}

.sp{display: block;}

.pc{
  display: none;
}


.manual-number {
  width: 100%;
font-size: 24px;
        line-height: normal;
        text-align: center;
}

#feature-intro p {
  font-size: 14px;
  line-height: 3.5rem;
}

#feature-intro {
  padding: 60px 15px;
}

#column2 h2.fontlexend {
  font-size: 32px;
}

#column2 .minittl {
  font-size: 1.3rem;
}

#feature-rank .slide p {
  font-size: 14px;
  letter-spacing: 0.1rem;
  margin-bottom: 5px;
  line-height: 1.8rem;
  text-align: justify;
  font-weight: 300;
}

.index-list li a, .index-list .contttl {
  font-size: 1.8rem;
  letter-spacing: 0.4rem;
  line-height: 2.3rem;
  font-weight: 500;
}

.index-list li::before {
  top: 2px;
}

.index-list li {
  padding-left: 47px;
}


.heading-title {
  font-size: 1.8rem;
  letter-spacing: 0.4rem;
  line-height: 2.3rem;
  font-weight: 500;
}



.rank-icon {
  top: 5px;
  left: 3px;
}


.cont_pcenter{
  font-size: 14px;
}

}