@charset "UTF-8";
/*setting*/
html {
  scroll-behavior: smooth;
}

/*main visual*/
.main-image__inner h1 {
  display: block;
  height: 240px;
  background-repeat: no-repeat;
  background-size: 880px auto, cover;
  background-position: center;
  background-image: url(https://s.yimg.jp/images/shp_edit/notice/beginner/coupon/common/images/keyVisual.png), linear-gradient(39deg, #ff8400, #fff3e6);
}

.main-image__copy {
  display: block;
  margin: 0 auto;
  max-width: 990px;
  padding: 150px 16px 0;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
}

.main-image__copy-main {
  display: block;
  max-width: 990px;
  font-size: 34px;
  margin-bottom: 20px;
}

/*navigation*/
#navi {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.06);
}

#shpPage {
  overflow: clip;
  /* sticky制御用 */
}

.navi {
  flex-wrap: nowrap;
  padding: 0 0 0 16px;
  margin: 0 auto;
}

.navi__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 68px;
  background-color: #fff;
  overflow-x: auto;
}

.navi__item {
  position: relative;
  display: inline-block;
  flex-shrink: 0;
  padding: 0 6px;
  font-weight: bold;
  font-size: 16px;
}

.navi__item::after {
  content: "";
  border-right: 1px solid #ff8400;
  padding: 0 6px;
}

.navi__item:last-child::after {
  border-right: none;
}

.navi__item a {
  color: #434343;
}

/*main cont*/
.container {
  background-color: #ebebeb;
  padding: 40px 32px;
}

.inner {
  width: 990px;
  display: block;
  margin: 0 auto;
  background-color: #fff;
  margin-bottom: 24px;
  border-radius: 10px;
  line-height: 1.4em;
}

.inner__box {
  padding: 40px 32px 20px;
}

.inner__title {
  background-color: #ff8400;
  display: block;
  text-align: center;
  padding: 16px 16px;
  font-size: 20px;
  line-height: 1.3em;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: #fff;
  font-weight: bold;
}

.inner__list {
  margin-bottom: 40px;
}

.inner__list-title {
  color: #ff8400;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 12px;
}

.inner__text {
  font-size: 16px;
  line-height: 1.4em;
}

.inner__text img {
  display: block;
  width: 100%;
  max-width: 318px;
  margin: 0 auto;
}

.note {
  display: block;
  font-size: 16px;
  color: #868686;
  margin: 24px 0 8px;
  line-height: 1.3em;
}

.note__item {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: space-between;
}

.note__box {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
  grid-auto-flow: row;
  justify-content: stretch;
}

.note__img {
  display: block;
  border: 2px solid #eee;
  padding: 10px 8px 0;
  margin-top: 8px;
  border-radius: 10px;
  background-image: linear-gradient(#ffffff 0%, #ebebeb);
}

.note__img img {
  display: block;
  mix-blend-mode: multiply;
}

.em {
  font-weight: bold;
}

.detailReadme {
  margin-bottom: 8px;
  font-size: 16px;
}

.detail {
  padding: 0 0 0 16px;
  line-height: 1.4em;
  font-size: 16px;
}

.detail__text {
  list-style-type: disc;
}

.detail__ex {
  display: block;
  margin-top: 16px;
}

/* 明細全体を囲むカード */
.payment-card {
  width: 100%;
  max-width: 420px;
  background-color: #ffffff;
  border-radius: 16px;
  border: 1px solid #e5e7eb;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02);
  margin: 0 auto 10px;
}

/* 各行の共通フレックスボックス設定 */
.payment-row {
  display: flex;
  align-items: center;
}

/* 下線（ボーダー）のスタイル */
.border-bottom {
  border-bottom: 1px solid #e5e7eb;
}

/* --- パディング・ボーダーのレイアウト調整 --- */
/* 商品、10%OFF用（テキスト部分だけに下線を引くための外枠設定） */
.row-partial-border {
  padding-top: 12px;
}

/* テキスト部分に下線を引き、右と下に余白を持たせる */
.row-partial-border .details-wrap {
  padding-bottom: 12px;
  padding-right: 24px;
}

/* 100円OFF用（行全体に下線を引く設定） */
.row-full-border {
  padding: 12px 0;
}

/* お支払い合計用（ゆったりめの余白） */
.row-total {
  padding: 12px 0;
}

/* ==============================
           アイコン・テキスト詳細部分
           ============================== */
/* アイコンを囲むラッパー */
.icon-wrap {
  width: 60px;
  flex-shrink: 0;
}

/* アイコンごとの微妙な高さ調整 */
.icon-pt-sm {
  padding-top: 2px;
}

.icon-pt-md {
  padding-top: 6px;
}

.icon-pt-lg {
  padding-top: 4px;
}

/* テキストエリア（残りの幅をすべて使う） */
.details-wrap {
  flex: 1;
}

.details-mt {
  margin-top: 2px;
}

/* タイトル（商品、〇〇クーポンなど） */
.item-label {
  font-size: 14px;
  color: #6b7280;
  margin-bottom: 2px;
  font-weight: 500;
  letter-spacing: 0.05em;
}

/* 金額テキスト */
.item-price {
  font-size: 17px;
  letter-spacing: 0.025em;
}

.price-normal {
  color: #333333;
}

.price-discount {
  color: #db4437;
  /* 赤色 */
}

.price-total {
  color: #333333;
  font-weight: bold;
}

/* 補足テキスト（税込、計算式など） */
.tax {
  font-size: 16px;
  margin-left: 4px;
}

.calc {
  font-size: 16px;
  margin-left: 8px;
}

.tax-total {
  font-size: 18px;
  font-weight: normal;
  margin-left: 4px;
}
