@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;
}
.block-thumbnail-t {
  margin-top: 30px;
  text-align: center;
}
.small-f {
  font-size: 0.75rem;
}
.block-top-event {
  padding: 0;
}
.block-thumbnail-t {
  margin: 30px 0 0 0;
  font-size: 0;
}
/*---------------------------
sp調整
 --------------------------*/
/* 表示形式を非表示にする */
.block-sort--header h2 {
  display: none;
}
/* 表示件数（上）を非表示にする */
.block-goods-list-naviframe, .pager-total {
  display: none;
}
.block-section {
  padding: 0;
}
/* 画面幅が570px以下の場合 */
@media (max-width: 570px) {
  .block-top-event {
    padding: 1.5em 0.5em;
  }
}
/* 商品 */
.block-thumbnail-t--items {
  margin: 40px 0;
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: flex-start;
  text-align: left;
}

.block-section--header {
  margin-top: 1.5rem;
}
/* PC用スタイル（基本設定）: 改行なし */
.sp-break {
  display: inline;
}
/* SP用スタイル（画面幅429px以下）: 改行あり */
@media screen and (max-width: 429px) {
  .sp-break {
    display: block;
  }
}
/* スマートフォン（SP）用：改行を無効化 */
.pc-break {
  display: inline;
}
/* PC用：改行を有効化 */
@media screen and (min-width: 570px) {
  .pc-break {
    display: block;
  }
}
/*---------------------------
氷撃冷感商品微調整
 --------------------------*/
.block-thumbnail-t--goods-name {
  text-align: left; /*--stg---*/
}
.block-thumbnail-t--goods-name a {
  color: #ffffff;
}
.block-thumbnail-t--goods .price {
  color: #ffffff; /*--本番---*/
}
/*---------------------------
氷撃冷感商品微調整 sp
 --------------------------*/
.block-thumbnail-t--price {
  color: #ffffff; /*--stg---*/
}
.block-thumbnail-t--goods-name {
  color: #ffffff;
}
.block-thumbnail-t--price.price {
  color: #ffffff; /*--本番---*/
}

/*---------------------------
adobefont
 --------------------------*/
#hyougekilp {
  font-family: "kozuka-mincho-pr6n", serif;
  font-weight: 900;
  font-style: normal;
  text-align: center;
  background: #28678e;
  color: #FFFFFF;
  max-width: 740px;
  margin: 0 auto;
}
/*---------------------------
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
 --------------------------*/
.hyogeki-top h2 {
  font-size: var(--font-size-xl);
  line-height: 1.5;
  color: #ffffff;
  padding: 3rem 0 3.5rem 0;
  margin: 0;
}
.hyogeki-top img {
  width: 100%;
}
@media (max-width: 650px) {
  .hyogeki-top h2 {
    padding: 1.5rem 0 0 0;
    margin: 0;
  }
}
/*---------------------------
model
 --------------------------*/
.hyougeki-modelimg img {
  width: 100%;
  margin: 1.5em 0;
}
@media (max-width: 650px) {
  .hyougeki-modelimg img {
    padding: 1.5em;
    margin: 1.5em 0 0 0;
  }
}
/*---------------------------
タイトル
 --------------------------*/
.hyougeki-tittle h3 {
  font-size: var(--font-size-l);
  line-height: 1.5;
  color: #ffffff;
  padding: 2rem 0;
  margin: 0;
}
@media (max-width: 650px) {
  .hyougeki-tittle h3 {
    padding: 0;
    margin: 0.5em 0 0 0;
  }
}
/*---------------------------
動画調整
 --------------------------*/
#hyougeki_video .hacobune-app-container {
  padding: 0px !important;
  background: #28678e !important;
}
#hyougeki_video .hacobune-unit-video-outline {
  padding: 0px !important;
  margin-bottom: -18px;
}
/***動画の上下部分白背景を変える***/
#hyougeki_video .hacobune-app-container {
  background: #28678e !important;
  padding: 0 !important;
  margin: 0 1.25rem 2rem 1.25rem !important;
}
#hyougeki_video .hacobune-video-js.videojs-default-skin {
  background-color: #28678e !important;
}
/*---------------------------
sp動画調整
 --------------------------*/
/* 画面幅が570px以下の場合 */
@media (max-width: 650px) {
  #hyougeki_video .hacobune-app-container {
    padding: 0px !important;
    background: #28678e !important;
  }
  #hyougeki_video .hacobune-unit-video-outline {
    padding: 0px !important;
    margin-bottom: -18px;
  }
  /***動画の上下部分白背景を変える***/
  #hyougeki_video .hacobune-app-container {
    background: #28678e !important;
    padding: 0 !important;
    margin: 1.5rem 0 !important;
    width: 100% !important;
  }
  #hyougeki_video .hacobune-video-js.videojs-default-skin {
    background-color: #28678e !important;
  }
}