@charset "utf-8";
/* CSS Document */
/*---------------------------
調整pc
 --------------------------*/
/* もっと見る */
.block-link {
  text-align: center;
  display: none;
}
/* 表示形式を非表示にする */
.block-goods-list--sort-order-items {
  display: none;
}
/* 表示件数（上）を非表示にする */
.block-goods-list--pager-top {
  display: none;
}
/* 表示件数（下）を非表示にする */
.block-goods-list--pager-bottom {
  display: none;
}
/*---------------------------
調整sp
 --------------------------*/
/* 表示形式を非表示にする */
.block-sort--header h2 {
  display: none;
}
/* 表示件数（上）を非表示にする */
.block-goods-list-naviframe, .pager-total {
  display: none;
}
.block-section {
  padding: 20px 0;
}
/* 商品 */
.block-top-event {
  padding: 20px 0;
}
.block-thumbnail-t--items {
  margin: 40px -5px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.block-section--header {
  margin-top: 1.5rem;
}
.block-thumbnail-t--goods-name {
  text-align: left;
}
/*---------------------------
adobefont
 --------------------------*/
#shin_kokyulp {
  font-family: "maru-maru-gothic-asr-stdn", sans-serif;
  font-weight: 400;
  font-style: normal;
}
/*---------------------------
fontsize
 --------------------------*/
/* Size Matters Type Scale
 * Generated on 2025-11-12
 * Base: 16px, Ratio: 1.25, Steps: -2 to +5
 * Viewport: 320px - 750px
 */ :root {
  /* Base font size */
  --font-size-base: 16px;
  /* Type scale tokens */
  --font-size-xs: clamp(0.375rem, 0.003rem + 1.86vw, 0.875rem);
  --line-height-xs: 1.6;
  --font-size-s: clamp(0.5rem, 0.035rem + 2.326vw, 1.125rem);
  --line-height-s: 1.6;
  --font-size-r: clamp(0.688rem, 0.222rem + 2.326vw, 1.313rem);
  --line-height-r: 1.6;
  --font-size-m: clamp(0.75rem, 0.006rem + 3.721vw, 1.75rem);
  --line-height-m: 1.55;
  --font-size-l: clamp(0.938rem, 0.007rem + 4.651vw, 2.188rem);
  --line-height-l: 1.49;
  --font-size-xl: clamp(1.188rem, 0.025rem + 5.814vw, 2.75rem);
  --line-height-xl: 1.41;
  --font-size-2xl: clamp(1.438rem, -0.051rem + 7.442vw, 3.438rem);
  --line-height-2xl: 1.36;
  --font-size-3xl: clamp(1.813rem, -0.001rem + 9.07vw, 4.25rem);
  --line-height-3xl: 1.29;
}
/* Utility classes */
.text-xs {
  font-size: var(--font-size-xs);
  line-height: var(--line-height-xs);
}
.text-s {
  font-size: var(--font-size-s);
  line-height: var(--line-height-s);
}
.text-r {
  font-size: var(--font-size-r);
  line-height: var(--line-height-r);
}
.text-m {
  font-size: var(--font-size-m);
  line-height: var(--line-height-m);
}
.text-l {
  font-size: var(--font-size-l);
  line-height: var(--line-height-l);
}
.text-xl {
  font-size: var(--font-size-xl);
  line-height: var(--line-height-xl);
}
.text-2xl {
  font-size: var(--font-size-2xl);
  line-height: var(--line-height-2xl);
}
.text-3xl {
  font-size: var(--font-size-3xl);
  line-height: var(--line-height-3xl);
}
/*---------------------------
top
 --------------------------*/
.shin_kokyu-top img {
  width: 100%;
}
.shin-k-topimg {
  margin: 0;
}
/*---------------------------
titlle
 --------------------------*/
.shin_kokyu-tittle {
  text-align: center;
}
.shin_kokyu-tittle h2 {
  color: #0068b7;
  font-size: var(--font-size-l);
  line-height: var(--line-height-l);
}