
.product-starterKit__inner {
  max-width: 1200px;
  margin-inline: auto;
  padding: 40px 0px;
}

.product-starterKit__col2{
  gap: 30px;
}


.product-starterKit__item {
    display: grid;
    grid-template-columns: 216px 1fr;
    gap: 20px;
    align-items: start;
    padding: 34px 18px 30px 28px;
    border-radius: 4px;
    background: #FAF8F8;
}

.product-starterKit__item a{
  color: inherit;
  text-decoration: none;
}


/* 左：画像＋カラー */
.product-starterKit__media {
  display: grid;
  gap: 20px;
}

.product-starterKit__imageFrame {
  border: 1px solid #e6e6e6;
  background: #fff;
  padding: 10px;
  width: auto;
  height: 230px;
  text-align: center;
}

.product-starterKit__imageFrame img{
    width: auto;
    height: 100%;
    margin: 0 auto;
}

.product-starterKit__image {
  display: block;
  width: 100%;
  height: auto;
}

/* カラー（画像の下） */
.product-starterKit__colors {
  display: flex;
  align-items: center;
  gap: 12px;
}

.product-starterKit__colorsLabel {
  font-size: 12px;
  font-weight: 700;
}

.product-starterKit__swatches {
  display: flex;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.product-starterKit__swatch {
  width: 16px;
  height: 16px;
  border-radius: 999px;
  border: 1px solid #cfcfcf;
}

.product-starterKit__swatch--white { background: #fff; }
.product-starterKit__swatch--black { background: #111; }
.product-starterKit__swatch--red   { background: #c00; }
.product-starterKit__swatch--blue  { background: #7fb3ff; }
.product-starterKit__swatch--gold-white {
  background: linear-gradient(
    to bottom,
    #ffffff 0%,
    #ffffff 50%,
    #e6c200 50%,
    #b89b2d 100%
  );
}
.product-starterKit__swatch--beige {
  background: linear-gradient(
    to bottom,
    #f6eee3 0%,
    #ead9c2 100%
  );
}
.product-starterKit__swatch--metal {
  background: linear-gradient(
    135deg,
    #b5b5b5 0%,
    #ffffff 50%,
    #9e9e9e 100%
  );
}

/* 右：ボタン下揃え */
.product-starterKit__body {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.product-starterKit__name {
  margin: 0;
  letter-spacing: 0.06em;
  font-size: clamp(30px, 4vw, 42px);
  white-space: nowrap;
}

.product-starterKit__kana {
  font-size: 16px;
  font-weight: 600;
}

.product-starterKit__lead {
  margin: 14px 0 0;
  line-height: 1.7;
  font-size: clamp(12px, 2vw, 16px);
  font-weight: bold;
}

/* 価格 */
.product-starterKit__price {
  margin-top: 14px;
  white-space: nowrap;
}

.product-starterKit__priceNote {
  margin: 0 0 6px;
  font-size: clamp(10px, 2vw, 14px);
}


.product-starterKit__badge {
  display: inline-block;
  padding: 4px 10px;
  font-size: clamp(10px, 2vw, 12px);
  font-weight: 700;
  background: #E25C5F;
  color: #fff;
  border-radius: 2px;
  vertical-align: super;
  margin-inline: 6px;
}

.product-starterKit__yen {
  font-size: clamp(16px, 3vw, 29px);
  letter-spacing:-0.02em;
}

.product-starterKit__unit {
  font-size: 14px;
  font-weight: 500;
}

/* 特徴 */
.product-starterKit__features {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 6px;
}

.product-starterKit__feature {
  text-align: center;
}

.product-starterKit__featureIcon {
  display: block;
  width: auto;
  margin: 0 auto 8px;
}

.product-starterKit__featureText {
  display: block;
  font-size: clamp(8px, 2vw, 9px);
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: -0.05em;
}

/* ★ボタン下揃えの核 */
.product-starterKit__cta {
  margin-top: auto;
  padding-top: 26px;
	margin-inline: auto;
}

/* ボタン */
.product-starterKit__btn {
  min-width: 220px;
}

/* SP */
@media (max-width: 900px) {
  .p-item-list{
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
  }
  .product-starterKit__item {
    grid-template-columns: 0.3fr 0.7fr;
    gap: 10px;
    padding: 16px 6px 16px 10px;
  }

  .product-starterKit__features {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap:8px;
  }
  .product-starterKit__featureIcon{
    width: auto;
    height: auto;
    margin: 0 auto 8px;
  }
  .product-starterKit__imageFrame {
    padding: 10px;
    width: auto;
    height: 170px;
    text-align: center;
  }
  .product-starterKit__colors{
    display: block;
  }
  .product-starterKit__colorsLabel {
    font-size: 8px;
    display: block;
    margin-bottom:8px;
  }
  .product-starterKit__swatches {
    gap: 6px;
  }

  .product-starterKit__swatch {
    width: 13px;
    height: 13px;
  }
  .product-starterKit__media {
      display: grid;
      gap: 10px;
  }
  .product-starterKit__badge{
    vertical-align: baseline;
  }
  .product-starterKit__featureText{
    display: none;
  }
}


/* ========== video-faq ========== */
.video-faq__lead {
  margin-block: 20px;
}

.video-faq__list {
  margin-top: 48px;
}

.video-faq__cta {
  margin-top: 56px;
  display: flex;
  justify-content: center;
}

/* ========== card ========== */
.video-faq-card {
  display: grid;
  grid-template-rows: auto auto 1fr;
  gap: 18px;
}

.video-faq-card__head {
  position: relative;
  min-height: 88px; /* 01/02/03 の余白確保 */
  display: grid;
  place-items: center;
  text-align: center;
}

.video-faq-card__num {
  position: absolute;
  top: -20px;
  left: 0;
  font-size: clamp(56px, 6vw, 84px);
  font-weight: 800;
  opacity: 0.08;
  line-height: 1;
  pointer-events: none;
}

.video-faq-card__title {
  margin: 0;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.5;
}

.video-faq-card__media {
  background: #f3f5f7;
  border-radius: 2px;
  overflow: hidden;
  margin-bottom: 20px;
}

.video-faq-card__img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.video-faq-card__text {
  margin: 0;
  font-size: clamp(14px, 2vw, 16px);
  line-height: 1.9;
  font-weight: 600;
}

.youtube-grid iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
}



.online-banner{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap:50px;
	max-width: 700px;
	margin: 50px auto 20px;
}

.online-banner__item{
	border: 1px solid #e6e6e6;
}



.limited-item {
  padding: 40px 0;
}

.limited-item__inner {
  /*width: min(1100px, 92%);*/
  margin: 0 auto;
}

.limited-item__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

/* 共通 */
.limited-item__card {
  padding: 40px 26px 40px;
  color: #fff;
  display: grid;
  grid-template-rows: auto auto auto 1fr;
  gap: 18px;
  position: relative;
  z-index: 1;
}

/* 背景色（ここは実デザインに合わせて調整） */
.limited-item__card--deluxe { background: #002348; }
.limited-item__card--value  { background: #073A72; }
.limited-item__card--starter{
  background: #d9d9d9;
  color: #0b1b3a;
}

.limited-item__head {
  position: relative;
}

.limited-item__label {
  margin: 0 0 8px;
  font-size: clamp(14px, 4vw, 16px);
  font-weight: 700;
  opacity: 0.9;
  min-height: 1.6em;
  text-align: center;
  letter-spacing: 0.05em;
}

.limited-item__label--right {
  text-align: right;
  font-size: 14px;
}

.limited-item__title {
  margin: 0;
  font-size: clamp(20px, 4vw, 28px);
  font-weight: 800;
  letter-spacing: 0.03em;
  text-align: center;
}

.limited-item__media {
  margin: 0;
  background: #fff;
  padding: 14px;
  border-radius: 2px;
  margin-block:20px;
  position: relative;
  z-index: 2;
}

.limited-item__img {
  width: 100%;
  height: auto;
  display: block;
}

.limited-item__btn {
  display: inline-flex;
  font-size: clamp(13px, 3vw, 16px);
  justify-content: center;
  align-items: center;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid rgba(255,255,255,0.55);
  color: inherit;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.05em;
  transition: 0.25s;
}

.limited-item__btn:hover {
  opacity: 0.9;
}

.limited-item__btn--outline {
  border-color: #0b1b3a;
}

.limited-item__content {
  display: grid;
  gap: 18px;
}

.limited-item__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 14px;
  position: relative;
}

.limited-item__item {
	display: grid;
	grid-template-columns: 1em 1fr auto;
	column-gap: 10px;
	row-gap: 6px;
	align-items: start;
}

.limited-item__item::before {
  content: "・";
  grid-column: 1;
  grid-row: 1;
  line-height: 1;       /* 点が暴れない */
  margin-top: 0.15em;   /* 文字の見た目上の中心に微調整 */
}

/* 左テキスト */
.limited-item__itemText {
  grid-column: 2;
  grid-row: 1;
  font-size: clamp(14px, 3vw, 16px);
}

/* 右の「3本」「4本」 */
.limited-item__itemNum {
  grid-column: 3;
  grid-row: 1;
  justify-self: end;
}

/* 注釈（ある場合だけ2段目に回す） */
.limited-item__note {
  grid-column: 2 / -1;
  grid-row: 2;
}

.limited-item__item--split {
  align-items: baseline;
}

.limited-item__itemText {
  font-weight: 700;
  letter-spacing: 0.02em;
}

.limited-item__itemNum {
  font-weight: 800;
  letter-spacing: 0.02em;
}

.limited-item__num {
  font-size: 26px;
  font-weight: 900;
  margin-right: 2px;
}

.limited-item__note {
	font-size: 12px;
	opacity: 0.9;
	font-size: 14px;
	opacity: 0.9;
	padding-top: 10px;
    text-align: right;
}

.limited-item__section {
  padding-top: 16px;
}

.limited-item__card--starter .limited-item__section {
  border-top-color: rgba(11,27,58,0.25);
}

.limited-item__sectionTitle {
  margin: 0 0 10px;
  font-weight: 700;
  font-size: clamp(13px, 3vw, 16px);
  text-align: center;
  border: 1px solid rgba(255,255,255,0.35);
  padding: 10px 0;
  letter-spacing: 0.05em;
}

.limited-item__card--starter .limited-item__sectionTitle {
  border-color: rgba(11,27,58,0.35);
}

.limited-item__result {
  text-align: center;
  display: grid;
  gap: 8px;
}

.limited-item__bottles,
.limited-item__liters {
  margin: 0;
  font-weight: 800;
}
.limited-item__liters {
    border-bottom: 4px solid #d3d3d3a1;
    display: inline-block;
    max-width: fit-content;
    margin: 0 auto;
}

.limited-item__card--starter .limited-item__liters {
	border-bottom: 4px solid #bbbbbba1;
}


.limited-item__bottleNum {
  padding-inline:4px;
  font-size: clamp(14px, 3vw, 18px);
}

.limited-item__arrow {
  margin: 0;
  opacity: 0.8;
}

.limited-item__literNum {
  font-size: clamp(18px, 4vw, 28px);
  font-weight: 900;
  color: #ff4d4d;
  letter-spacing: 0em;
  padding-inline:4px;
}

.limited-item__card--starter .limited-item__literNum {
  color: #ff6b6b;
}


.limited-item__bg {
  position: absolute;
  z-index: 0;
  pointer-events: none;
}

.limited-item__bg img {
  width: 280px;
  height: 340px;
  object-fit: cover;
}

.limited-item__bg.limited-item__bg--deluxe{
	right: -40px;
	top:0px
}

.limited-item__bg.limited-item__bg--value{
	right: -40px;
	bottom:-40px
}

/* レスポンシブ */
@media (max-width: 900px) {
  .limited-item__media {
    margin-block:10px;
  }

  .video-faq-card__head {
    min-height: auto;
    margin-top: 30px;
  }
  .video-faq-card__text {
    line-height: 1.6;
  }

  .limited-item__card {
    padding: 24px 18px;
    gap: 10;
  }
  .limited-item__list {
    gap: 6px;
  }
  .limited-item__btn,
  .limited-item__sectionTitle{
    padding: 6px 0;
    min-height: auto;
  }
  .limited-item__label{
    margin: 0;
  }
}


.one-more {
  position: relative;
  overflow: hidden;
  background: #021f3f;
  color: #fff;
  margin: 0 auto 60px;
  border-top:8px solid #002348 ;
}

.one-more__inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 40px;
}

/* 背景 */
.one-more__bg {
  position: absolute;
  background-size: 50% auto;
  z-index: 0;
  top:0;
  right:-50px;
}

.one-more__content {
  position: relative;
  z-index: 1;
  text-align: center;
}

/* アイコン */
.one-more__icon {
    width: 240px;
    position: absolute;
    margin-bottom: 20px;
    top: -120px;
    left: 40px;
}

.one-more__icon img {
  width: 100%;
  height: auto;
}

.one-more__title {
  margin: 0 0 16px;
  font-size: clamp(18px, 2.5vw, 28px);
  font-weight: 800;
  line-height: 1.4;
}

/* 説明文 */
.one-more__text {
  margin: 0 0 16px;
  font-size: clamp(14px, 2.5vw, 15px);
  line-height: 1.8;
}

/* 価格 */
.one-more__price {
  margin: 0 0 24px;
  font-size: 14px;
}

.one-more__priceNum {
  font-size: 18px;
  font-weight: 800;
}

/* ボタン */
.one-more__btn {
  min-width: 240px;
}

.standard-item {
  padding: 60px 0;
}

.standard-item__inner {
  margin: 0 auto;
}

.standard-item__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px 40px;
  margin-bottom: 60px;
}

.standard-item__card {
  text-align: center;
  color: #0b1b3a;
}

.standard-item__media {
  background: #fff;
  border: 1px solid #eee;
  padding: 22px;
}

.standard-item__img {
  width: 100%;
  height: auto;
  display: block;
}

.standard-item__maker {
  margin: 22px 0 10px;
  font-size: clamp(18px, 3vw, 44px);
  font-weight: 900;
  letter-spacing: 0.04em;
}

.standard-item__kana {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.standard-item__campaign {
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: 700;
}

.standard-item__name {
  margin: 0 0 18px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.7;
}

.standard-item__price {
  display: grid;
  gap: 8px;
  margin-bottom: 18px;
  grid-template-columns: 1fr 1fr;
  align-items: baseline;
}

.standard-item__priceRow {
  margin: 0;
  font-size: clamp(10px, 2vw, 12px);
  font-weight: 700;
  opacity: 0.95;
}

.standard-item__priceRow--main {
  font-size: 0; /* 下の span でサイズ指定するため */
}

.standard-item__priceNew {
  font-size: clamp(18px, 2.5vw, 28px);
  font-weight: 900;
  color: #e25555;
}

.standard-item__priceOld {
  font-weight: 700;
}

.standard-item__yen {
  font-size: clamp(10px, 2vw, 12px);
  margin-left: 2px;
}

.standard-item__divider {
  height: 1px;
  background: #ddd;
  margin: 18px 0;
}
.standard-item__set{
  padding-inline: 10px;
}

.standard-item__setTitle {
  margin: 0 0 12px;
  font-size: 14px;
  font-weight: 900;
  text-align: left;
}

.standard-item__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
  text-align: left;
}

.standard-item__item {
  position: relative;
  padding-left: 1.4em;
  font-size: 14px;
  font-weight: 700;
}

.standard-item__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 10px;
  height: 6px;
  border-left: 3px solid #0b5bd3;
  border-bottom: 3px solid #0b5bd3;
  transform: rotate(-45deg);
}

/* レスポンシブ */
@media (max-width: 768px) {
  .standard-item {
    padding: 40px 0 0;
  }
  .standard-item__grid {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }

  .standard-item__campaign {
    margin: 0 0 8px;
    font-size: 10px;
  }
  .standard-item__price {
    display: block;
    gap: 8px;
  }
  .standard-item__priceRow {
    margin-bottom: 6px;
  }

}


.gas-cylinder__group{
  margin-top: 60px;
}

.gas-cylinder__group-head{
  	display: grid;
	  background:#FAF8F8;
  	grid-template-columns: 290px 1fr;
  	gap: 30px;
    border-radius: 4px;
    align-items: center;
    margin-bottom: 40px;
}

.gas-cylinder__group-label{
  	display: inline-flex;
  	justify-content: center;
  	align-items: center;
  	min-height: 70px;
  	padding-inline: 16px;
    border-bottom-left-radius:4px;
    border-top-left-radius:4px;
  	font-weight: 800;
  	color: #fff;
  	font-size: 16px;
    letter-spacing: 0.05em;
}

.gas-cylinder__group-label--exchange{ background: #0b4ea2; }
.gas-cylinder__group-label--new{ background: #f39b00; }

.gas-cylinder__group-desc{
  margin: 0;
  font-size: clamp(14px, 3vw, 15px);
  line-height: 1.6;
  font-weight: 400;

  letter-spacing: 0.05em;
}

.attraction{
  position: relative;
  /*overflow: hidden;*/
  background: #FAF8F8;
  color: #fff;
  margin: 120px auto 60px;
  border-top: 8px solid #002348;
  padding: 44px 100px 20px;
}

.attraction__bgWrap {
  position: absolute;
  inset: 0;
  overflow: hidden; 
}

.attraction__bg {
    position: absolute;
    inset: 0; 
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain;
}

.attraction__content{
   margin-left:46%;
   min-width: 440px;
   position: relative;
   z-index: 1;
}

.attraction__icon{
    width: 340px;
    position: absolute;
    margin-bottom: 0px;
    left:120px;
    bottom:-2px;
}


/* レスポンシブ */
@media (max-width: 768px) {

  .product-starterKit__inner {
    padding: 20px 0px;
  }
  .product-starterKit__name {
    margin:0px 0 0;
    letter-spacing: 0.06em;
    font-size: clamp(30px, 4vw, 42px);
  }
  .product-starterKit__colors{
    justify-content: flex-end;
  }
  .online-banner {
    gap: 20px;
    margin: 20px auto 0px;
  }
  .one-more{
    margin-bottom: 20px;
  }
  .one-more__icon{
    display: none;
  }
  .one-more__bg{
    opacity: 0.5;
  }
  .one-more__inner {
    padding: 40px 20px;
  }
  .gas-cylinder__group {
    margin-top: 40px;
  }
  .gas-cylinder__group-head {
      display: block;
      margin-bottom: 0;
  }
  .gas-cylinder__group-label {
      display: block;
      text-align: center;
      min-height: auto;
      padding-block: 10px;
      border-radius: 0;
  }
  .gas-cylinder__group-desc{
    padding: 10px;
  }

  .gas-cylinder__group-head{
    margin-bottom: 20px;
  }

  .attraction{
    position: relative;
    background: none;
    color: #fff;
    margin: 80px auto 20px;
    border-top:none;
    padding:0;
  }
  .standard-item__item::before {
  top: 0.25em;
  }
  
  .iconTextGroup {
    padding: 20px 10px 30px;
    background: #FAF8F8;
    border-radius: 4px;
  }

  .iconTextGroup__title {
    margin: 10px 0 18px;
    text-align: center;
    font-size: clamp(18px, 2vw, 20px);
    font-weight: 700;
  }

  .iconTextGroup__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px 10px;
    padding: 0;
    margin: 0;
    list-style: none;
  }

  .iconText {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .iconText__icon {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
  }

  .iconText__icon img {
    width: 100%;
    height: 100%;
    display: block;
  }

  .iconText__text {
    margin: 0;
    font-size: clamp(8px, 2vw, 14px);
    line-height: 1.6;
    font-weight: 600;
  }

      

} 


.slick-next:before,
.slick-prev:before{
  content:"";
}

.slick-prev,.slick-next {
    display: block;
    position: absolute;
    z-index: 10;
    top: 50%;
    margin-top: -20px;
    padding: 0;
    width: 40px;
    height: 40px;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none
}

.slick-prev {
    left: 0px;
    background: url(/user_data/packages/default/img/top/btn_top_sliderleft_no.png) left top no-repeat
}

.slick-prev:hover {
    left: 0px;
    background: url(/user_data/packages/default/img/top/btn_top_sliderleft_on.png) left top no-repeat
}

.slick-next {
    right: 0px;
    background: url(/user_data/packages/default/img/top/btn_top_sliderright_no.png) left top no-repeat
}

.slick-next:hover {
    right: 0px;
    background: url(/user_data/packages/default/img/top/btn_top_sliderright_on.png) left top no-repeat
}


/* レスポンシブ */
@media (max-width: 768px) {
  .slick-prev, .slick-next{
    margin-top: 0px;
  }
}





/* wrapはヒントを重ねるため */
.limited-item__gridWrap{
  position: relative;
}

/* --- PC/タブレット：普通に3カラム --- */
.limited-item__grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px; /* お好み */
}

/* --- SP：横スクロールに切替（2枚目が少し見える） --- */
@media (max-width: 767px){
  .limited-item__grid{
    /* 横に流す */
    grid-auto-flow: column;
    /* ここがキモ：1枚の幅を「画面の85%」くらいにすると、次がチラ見えする */
    grid-auto-columns: minmax(260px, 85%);
    grid-template-columns: none;

    overflow-x: auto;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;

    scroll-snap-type: x mandatory;
    scroll-padding-inline: clamp(10px, 4vw, 20px);

    padding-inline: clamp(10px, 4vw, 20px);
    gap: 16px;

    /* スクロールバーを目立たせたくない場合（任意） */
    scrollbar-width: none; /* Firefox */
  }
  .limited-item__grid::-webkit-scrollbar{ display:none; } /* Chrome/Safari */

  .limited-item__card{
    scroll-snap-align: start;
  }

  /* ヒント表示 */
  .limited-item__scrollHint{
 position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 5;
        display: inline-flex;
        align-items: center;
        gap: 20px;
        padding: 36px 40px;
        border-radius: 20px;
        background: rgba(0, 0, 0, 0.65);
        color: #fff;
        font-weight: bold;
        font-size: 16px;
        width: 200px;
        opacity: 1;
        transition: opacity .3s, transform .3s;
        pointer-events: none;
        margin: 0 auto;
        text-align: center;
        display: block;
  }

  .limited-item__scrollHintIcon{
    font-size: 18px;
    line-height: 1.6;
    line-height: 1;
    font-weight: bold;
  }

  .limited-item__scrollHint.is-hidden{
    opacity: 0;
    transform: translateY(6px);
  }
}

/* PCではヒント非表示 */
@media (min-width: 768px){
  .limited-item__scrollHint{ display:none; }
}
