@charset "UTF-8";

/* ============================================================
  SP（max-width:740px）
  正本: 同サイト trekking-goods の SP作法（375px基準の流体スケール）
  ※SPデザイン・旧SP版BKは未支給（2026-09-02時点）。PCデザインの1カラム化で構築。
     正式SPデザインが来たら本ファイルを差し替え基準で更新する
============================================================ */
/* ------------------------------------
共通
------------------------------------ */
.l-container {
  width: 100%;
}

.page-container {
  /* 375pxアートボード基準の単位（trekking-goods と同式） */
  --u: calc(100vw / 375);
  width: 100%;
  color: #000;
  font: 400 calc(14 * var(--u))/1.8 "Noto Sans JP", sans-serif;
  margin-bottom: calc(40 * var(--u));
}

.page-container * {
  box-sizing: border-box;
}

.page-container img {
  width: 100%;
  display: block;
}

.page-container a {
  text-decoration: none;
  color: #000;
}

/* ------------------------------------
contents
------------------------------------ */
/* -------------.visual------------- */
.visual {
  width: 100%;
  margin-bottom: calc(60 * var(--u));
}

.visual .inner {
  /* 0903修正: メインビジュアルの背景（旧#8f8d93）を削除。差し替えたバナー画像に背景が含まれるため */
  width: 100%;
}

.visual .inner h1 {
  width: 100%;
  margin: 0 auto calc(30 * var(--u));
}

.visual .lead {
  /* ↑ 修正②(0902-02 SP R4): padding 指定 */
  text-align: center;
  padding: calc(15 * var(--u));
}

.visual .lead p {
  font: 400 calc(13 * var(--u))/1.8 "Noto Sans JP", sans-serif;
  margin-bottom: 1.5em;
}

.visual .lead p:last-child {
  margin-bottom: 0;
}

.visual .lead .kome-list {
  max-width: none;
  margin: 0 auto calc(20 * var(--u));
  text-align: left;
  background: #e5e5e5;
  padding: calc(15 * var(--u));
}

.visual .lead .kome-list li {
  font-size: calc(12 * var(--u));
  text-indent: -0.5em;
  margin: 0 0 1em 1em;
  line-height: 1.6;
}

.visual .lead .kome-list li:last-child {
  margin-bottom: 0;
}

.visual .lead a {
  color: #666;
  text-decoration: underline;
}

.visual .lead hr {
  width: 100%;
  margin: calc(15 * var(--u)) auto;
  border: none;
  background-color: #eee;
  border-width: 1px 0 0 0;
  border-top: dotted;
  border-color: black;
}

.visual .lead hr:first-of-type {
  margin-top: calc(25 * var(--u));
}

.info_bnr {
  width: 100%;
  margin: 0 auto;
  padding: 0 calc(15 * var(--u));
  gap: calc(10 * var(--u));
  display: flex;
  flex-direction: column;
  text-align: center;
}

.lead p.title {
  font-weight: 700;
}

.dabiki {
  font-weight: 700;
}

/* ------.other-wrap（LINE UP）------ */
.other-wrap {
  width: auto;
  margin: calc(40 * var(--u)) calc(15 * var(--u)) calc(80 * var(--u));
}

.other-wrap .inner {
  /* ↑ 修正②(0902-02): SPは2カラム表示 */
  border: 1px solid #000;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-items: center;
  align-items: center;
  column-gap: calc(10 * var(--u));
  row-gap: calc(10 * var(--u));
  padding: calc(24 * var(--u)) calc(15 * var(--u)) calc(28 * var(--u));
  position: relative;
}

.other-wrap .other-wrap-ttl {
  grid-column: 1/-1;
  width: 100%;
  margin: calc(-38 * var(--u)) 0 calc(4 * var(--u));
  text-align: center;
}

.other-wrap .other-wrap-ttl img {
  width: calc(130 * var(--u));
  display: inline;
}

.other-wrap [class^=other-] {
  width: 100%;
}

/* -------------.pickup-wrap------------- */
.pickupitem-01,
.pickupitem-02,
.pickupitem-03,
.pickupitem-04,
.pickupitem-05,
.pickupitem-07,
.pickupitem-06 {
  width: auto;
  margin: 0 calc(15 * var(--u)) calc(70 * var(--u));
}

/* ↑ 修正②(0902-02 SP R81): 「新作アウター予約受付中！」はSPでも改行しない */
.pickup-wrap-ttl br {
  display: none;
}

.pickup-wrap-ttl {
  text-align: center;
  font: 400 calc(24 * var(--u))/1.4 "Noto Serif JP", serif;
  margin: 0 auto calc(24 * var(--u));
}

.pickup-wrap .main-item {
  min-height: 0;
  margin-bottom: calc(40 * var(--u));
  padding-left: 0;
  position: static;
}

.pickup-wrap h3 {
  /* ↑ 修正②: obi はブロックの上に中央揃え */
  text-align: center;
  margin: 0 auto calc(24 * var(--u));
}

.pickup-wrap h3 .obi {
  display: inline-block;
  background: #457962;
  color: #fff;
  font: 400 calc(18 * var(--u))/1 "Cambria", serif;
  padding: calc(6 * var(--u)) calc(12 * var(--u)) calc(8 * var(--u));
  margin-bottom: calc(16 * var(--u));
}

.pickupitem-01 h3 .obi {
  background: #000;
}

.pickupitem-02 h3 .obi {
  background: #bf9000;
}

.pickupitem-03 h3 .obi {
  background: #a51b84;
}

.pickupitem-04 h3 .obi {
  background: #404040;
}

.pickupitem-05 h3 .obi {
  background: #354b38;
}

.pickupitem-06 h3 .obi {
  background: #66491a;
}

.pickupitem-07 h3 .obi {
  background: #26527a;
}

.pickup-wrap .colors {
  font: 400 calc(22 * var(--u))/1 "Cambria", serif;
  letter-spacing: 1px;
  color: #000;
  margin-bottom: calc(20 * var(--u));
  text-align: right;
}

.pickup-wrap .colors li {
  margin-bottom: 4px;
}

.pickup-wrap .main-item .ph {
  position: static;
  width: 100%;
  overflow: hidden;
  margin-bottom: calc(16 * var(--u));
}

/* アクセサリー: SPは2カラム（左=テキスト / 右=画像）。
   テキスト側を flex-shrink で可変にし、画像側は固定幅で潰れないようにする */
.pickup-wrap .relax {
  display: flex;
  align-items: center;
  gap: calc(12 * var(--u));
  position: static;
  padding-top: 0;
  margin-top: calc(16 * var(--u));
}

.relax .lead {
  position: static;
  left: auto;
  margin: 0;
  flex: 1 1 auto;
  min-width: 0;
}

.relax .lead p {
  word-break: normal;
  overflow-wrap: anywhere;
  font: 400 calc(13 * var(--u))/1.8 "Noto Sans JP", sans-serif;
}

.relax .lead h4 {
  word-break: keep-all;
  font: 400 calc(18 * var(--u))/1.6 "Cambria", serif;
}

/* SPでは原稿の改行を活かさず、枠幅にあわせて折り返す */
.relax .lead p br {
  display: none;
}

.acc {
  flex: 0 0 auto;
  width: calc(84 * var(--u));
  /* 画面幅が広がっても design 値(84px)を超えて拡大させない */
  max-width: 84px;
  position: relative;
}

.acc img {
  width: 100%;
  /* 素材 628x1098（縦横比 1.748）。横84px時の高さ147pxを上限にする */
  max-width: 84px;
  max-height: 147px;
  height: auto;
  object-fit: contain;
  margin: 0;
}

.pickup-wrap .item-name {
  font: 400 calc(15 * var(--u))/1.6 "Noto Serif JP", serif;
  /* ↑ 修正②(0902-02 SP R109): font ショートハンドは font-weight を含むため、
     必ずショートハンドの「後」に指定する（前に置くと 400 に戻る） */
  font-weight: bold;
  margin-bottom: 1em;
}

.pickup-wrap .item-price {
  font: 400 calc(15 * var(--u))/1 "Cambria", serif;
}

.pickup-wrap .item-price strong {
  font: 400 calc(26 * var(--u))/1 "Cambria", serif;
}

/* ------ マイル要素（0903修正）------ */
.pickup-wrap .item-mile {
  margin: calc(6 * var(--u)) 0 0;
  /* 0903修正: もう一段上げ 14px→15px（本文13px＜マイル15px、商品名と同格） */
  font: 400 calc(15 * var(--u))/1.6 "Noto Sans JP", sans-serif;
  color: #333;
}

.pickup-wrap .item-mile-num {
  /* 0903修正: 「さらに◯◯マイルたまる」は全体を太字＋赤 */
  font-weight: bold;
  color: #ff0000;
}

.pickup-wrap .item-color-list {
  display: flex;
  gap: calc(10 * var(--u));
  margin-top: calc(16 * var(--u));
}

.pickup-wrap .item-color-list li {
  width: calc(60 * var(--u));
  cursor: pointer;
}

.pickup-wrap .item-color-list li.current {
  opacity: 0.6;
}

.pickup-wrap .item-color-list .color-name {
  /* ↑ 修正②(0902-02 SP R114) */
  font: 400 calc(12 * var(--u))/1 "Noto Sans JP", sans-serif;
  color: #333;
}

/* ------ 商品詳細ボタン（修正②0902-02）------
   PCと同じサイト共通 .g-common-btn を使用。SPは横幅のみ可変にする */
.g-common-btn {
  margin-top: calc(24 * var(--u));
  width: 100%;
}

.g-common-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  max-width: calc(320 * var(--u));
  height: calc(50 * var(--u));
  border-radius: calc(50 * var(--u));
  margin: 0 auto;
  background: rgb(0, 0, 0);
  font-size: calc(14 * var(--u));
  font-weight: 600;
  color: rgb(255, 255, 255);
}

.g-common-btn a::after {
  position: absolute;
  content: "";
  right: calc(30 * var(--u));
  top: 50%;
  width: calc(8 * var(--u));
  height: calc(8 * var(--u));
  border-right: 2px solid rgb(255, 255, 255);
  border-bottom: 2px solid rgb(255, 255, 255);
  border-radius: 1px;
  transform: translate(0, -50%) rotate(-45deg);
}

.pickup-wrap .item-info {
  margin: calc(20 * var(--u)) 0;
  width: 100%;
  font: 400 calc(13 * var(--u))/1.8 "Noto Sans JP", sans-serif;
}

.pickup-wrap table {
  /* 列数は列均等割りの分母。列の増減時はここだけ変更する */
  --table-col-count: 5;
  width: 100%;
  margin-top: calc(40 * var(--u));
  border-collapse: collapse;
  font-size: calc(13 * var(--u));
}

.pickup-wrap table caption {
  text-align: left;
  margin-bottom: 0.5em;
}

.pickup-wrap table caption::before {
  content: "●";
}

.pickup-wrap table thead tr {
  background: #efeeea;
}

.pickup-wrap table tr:nth-child(even) {
  background: #f8f8f8;
}

.pickup-wrap table th {
  width: calc(100% / var(--table-col-count));
  font: 400 calc(13 * var(--u))/2.6 "Noto Sans JP", sans-serif;
  text-align: center;
}

.pickup-wrap table td {
  font: 400 calc(13 * var(--u))/2.6 "Noto Sans JP", sans-serif;
  text-align: center;
}

/* ------.pickup-wrap .styling-item ------ */
.pickup-wrap .styling-item {
  display: block;
  padding-bottom: calc(50 * var(--u));
  border-bottom: 1px solid #000;
  background: none;
}

.pickup-wrap:last-child .styling-item {
  border-bottom: none;
  padding-bottom: calc(20 * var(--u));
}

.pickup-wrap .styling-item h4 {
  font: 400 calc(24 * var(--u))/2 "Cambria", serif;
}

.pickup-wrap .styling-item .ph {
  width: 100%;
}

.pickup-wrap .styling-item .active {
  position: relative;
}

.pickup-wrap .styling-item .active .lead {
  position: static;
  margin-top: calc(16 * var(--u));
}

.pickup-wrap .styling-item .active .lead p {
  word-break: keep-all;
  font: 400 calc(13 * var(--u))/1.8 "Noto Sans JP", sans-serif;
}

.link_btn {
  width: auto;
  margin: 0 calc(15 * var(--u)) calc(30 * var(--u));
  border: 1px solid #ccc;
  font-size: calc(14 * var(--u));
}

.link_btn a {
  text-decoration: none;
  display: block;
  padding: calc(14 * var(--u)) 10px;
  text-align: center;
}

/* ------------------------------------
動き
------------------------------------ */
.page-container .animated {
  animation-name: fadeUpAnime;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}
