@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;
}
/*---------------------------
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 -5px;
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: flex-start;
  text-align: left;
}
.block-thumbnail-t--items li {
  padding: 0 0.5em;
}
.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;
  }
}
/*---------------------------
adobefont
 --------------------------*/
#zero-beyond {
  font-family: "heisei-maru-gothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
}
/*---------------------------
背景
 --------------------------*/
.backcolor {
  background: #f5c701;
  padding: 0 0 3rem 0;
}
/*---------------------------
top
 --------------------------*/
.zero-b-top img {
  width: 100%;
}
/*---------------------------
topテキスト
 --------------------------*/
.zero-d-text img {
  width: 50%;
  margin: 4em 0;
}
/* 画面幅が570px以下の場合 */
@media (max-width: 650px) {
  .zero-d-text img {
    width: 40%;
    margin: 3em 0;
  }
}
.zero-d-text p {
  font-size: clamp(0.75rem, 0.464rem + 1.429vw, 1.125rem);
  line-height: 2;
  margin: 0 0 3em 0;
}
/*---------------------------
動画調整
 --------------------------*/
#zero_video .hacobune-app-container {
  padding: 0px !important;
  background: #f5c701 !important;
}
#zero_video .hacobune-unit-video-outline {
  padding: 0px !important;
  margin-bottom: -18px;
}
/***動画の上下部分白背景を変える***/
#zero_video .hacobune-app-container {
  background: #f5c701 !important;
  padding: 0 !important;
  margin: 0 1.25rem 2rem 1.25rem !important;
}
#zero_video .hacobune-video-js.videojs-default-skin {
  background-color: #f5c701 !important;
}
/*---------------------------
sp動画調整
 --------------------------*/
/* 画面幅が570px以下の場合 */
@media (max-width: 650px) {
  #zero_video .hacobune-app-container {
    padding: 0px !important;
    background: #f5c701 !important;
  }
  #zero_video .hacobune-unit-video-outline {
    padding: 0px !important;
    margin-bottom: -18px;
  }
  /***動画の上下部分白背景を変える***/
  #zero_video .hacobune-app-container {
    background: #f5c701 !important;
    padding: 0 !important;
    margin: 1.5rem 0 !important;
    width: 100% !important;
  }
  #zero_video .hacobune-video-js.videojs-default-skin {
    background-color: #f5c701 !important;
  }
}
/*---------------------------
ファンウエア・ベスト
 --------------------------*/
#backcolor-b .block-thumbnail-t--goods-name {
  text-align: left;
  color: #ffffff !important;
}
#backcolor-b .block-thumbnail-t--goods-name a {
  color: #ffffff !important;
}
/* ステージングの値段 */
#backcolor-b .block-thumbnail-t--price--min-price {
  color: #ffffff !important;
}
/* 本番の値段 */
#backcolor-b .block-thumbnail-t--goods .price {
	color: #ffffff !important;
}
/* 本番spの値段 */
#backcolor-b .block-thumbnail-t--price.price {
	color: #ffffff !important;
}

#backcolor-b {
  background: #075ca8;
  margin: -40px 0 0 0;
  padding: 1.5em 0.5em;
}
.zero-fan {
  color: #ffffff;
  margin: 0;
  padding: 0 0.5em;
}
.zero-fan img {
  width: 95%;
}
@media (max-width: 650px) {
  .zero-fan img {
    margin: auto;
  }
}
.zero-fan h2 {
  font-size: clamp(1.125rem, 0.554rem + 2.857vw, 1.875rem);
  line-height: 1.5;
  color: #ffffff;
  padding: 2rem 0 0 0;
  margin: 0;
}
.zero-fan p {
  font-size: clamp(0.75rem, 0.464rem + 1.429vw, 1.125rem);
  line-height: 1.5;
  color: #ffffff;
  padding: 0 0 1.5em 0;
  margin: 0;
}
/*---------------------------
ワークウエア
 --------------------------*/
#backcolor-y .block-thumbnail-t--goods-name {
  text-align: left;
  color: #000000 !important;
}
#backcolor-y .block-thumbnail-t--goods-name a {
  color: #000000 !important;
}
#backcolor-y {
  background: #f5c701;
  margin: 0;
  padding: 1.5em 0.5em;
}
.zero-work {
  color: #ffffff;
  margin: 0;
  padding: 0 0.5em;
}
.zero-work img {
  width: 95%;
}
@media (max-width: 650px) {
  .zero-work img {
    margin: auto;
  }
}
.zero-work h2 {
  font-size: clamp(1.125rem, 0.554rem + 2.857vw, 1.875rem);
  line-height: 1.5;
  color: #000000;
  padding: 2rem 0 0 0;
  margin: 0;
}
.zero-work p {
  font-size: clamp(0.75rem, 0.464rem + 1.429vw, 1.125rem);
  line-height: 1.5;
  color: #000000;
  padding: 0 0 1.5em 0;
  margin: 0;
}
/*---------------------------
カジュアルウエア
 --------------------------*/
#backcolor-o .block-thumbnail-t--goods-name {
  text-align: left;
  color: #ffffff !important;
}
#backcolor-o .block-thumbnail-t--goods-name a {
  color: #ffffff !important;
}
/* ステージングの値段 */
#backcolor-o .block-thumbnail-t--price--min-price {
  color: #ffffff !important;
}
/* 本番の値段 */
#backcolor-o .block-thumbnail-t--goods .price {
	color: #ffffff !important;
}
/* 本番spの値段 */
#backcolor-o .block-thumbnail-t--price.price {
	color: #ffffff !important;
}

#backcolor-o {
  background: #fd8001;
  margin: 0;
  padding: 1.5em 0.5em;
}
.zero-town {
  color: #ffffff;
  margin: 0;
  padding: 0 0.5em;
}
.zero-town img {
  width: 95%;
}
@media (max-width: 650px) {
  .zero-town img {
    margin: auto;
  }
}
.zero-town h2 {
  font-size: clamp(1.125rem, 0.554rem + 2.857vw, 1.875rem);
  line-height: 1.5;
  color: #ffffff;
  padding: 2rem 0 0 0;
  margin: 0;
}
.zero-town p {
  font-size: clamp(0.75rem, 0.464rem + 1.429vw, 1.125rem);
  line-height: 1.5;
  color: #ffffff;
  padding: 0 0 1.5em 0;
  margin: 0;
}
/*---------------------------
ワークウエア
 --------------------------*/
#backcolor-by .block-thumbnail-t--goods-name {
  text-align: left;
  color: #000000 !important;
}
#backcolor-by .block-thumbnail-t--goods-name a {
  color: #000000 !important;
}
#backcolor-by {
  background: #f5c701;
  margin: 0;
  padding: 1.5em 0.5em;
}
.zero-yoyaku {
  color: #ffffff;
  margin: 0;
  padding: 0 0.5em;
}
.zero-yoyaku h2 {
  font-size: clamp(1.125rem, 0.554rem + 2.857vw, 1.875rem);
  line-height: 1.5;
  color: #000000;
  padding: 2rem 0 0 0;
  margin: 0;
}
/*---------------------------
futter
 --------------------------*/
.zero-futter {
  background: #f5c701;
}
.zero-futter img {
  width: 60%;
  margin: 4rem 0;
}
@media (max-width: 650px) {
  .zero-futter img {
    width: 70%;
    margin: 2rem 0;
  }
}