@charset "utf-8";
/* CSS Document */
/*---------------------------
調整
 --------------------------*/
/* もっと見る */
.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;
}
.block-top-event {
  padding: 1.5em 0.5em;
}
.small-f {
  font-size: 0.75rem;
}
.block-thumbnail-t--goods-name {
  text-align: left;
}
/*---------------------------
adobefont
 --------------------------*/
#z-2ndstage {
  font-family: "toppan-bunkyu-mincho-pr6n", serif;
  font-weight: 400;
  font-style: normal;
  background: #feefb6;
}
/*---------------------------
メインスタイル
 --------------------------*/
.z-2ndmainvisual img {
  width: 100%;
}
.z-2ndmainvisual {
  background: #a6000e;
  padding-bottom: 40px;
}
/*---------------------------
動画調整
 --------------------------*/
#z-2nd_video .hacobune-app-container {
  padding: 0px !important;
  background: #a6000e !important;
}
#z-2nd_video .hacobune-unit-video-outline {
  padding: 0px !important;
  margin-bottom: -18px;
}
/***動画の上下部分白背景を変える***/
#z-2nd_video .hacobune-app-container {
  background: #a6000e !important;
  padding: 0 !important;
  margin: 2rem !important;
}
#z-2nd_video .hacobune-video-js.videojs-default-skin {
  background-color: #a6000e !important;
}
/*---------------------------
img text
 --------------------------*/
/*.t-image {
  position: relative;
  width: 90%;
  height: 500px;
  background: #feefb6;
  box-shadow: 8px 11px 0px 0px rgba(0, 0, 0, 0.8);
  margin: 100px 0 0px 20px;
	  display: flex;
  justify-content: center;
  align-items: center;
}
.t-image img {
  position: absolute;
  top: -50px;
  left: 30px;
  width: 500px;
}
.t-image p {
position: absolute;
    top: 300px;
    right: -50px;
    width: 600px;
    background: #000;
    padding: 1.75rem;
    font-size: 1.25rem;
    line-height: 1.5;
    z-index: 1;
    color: #fff;
}*/
.t-image {
  position: relative; /* 子要素の基準となるため必須 */
  width: 75%;
  height: 400px;
  background: #feefb6;
  box-shadow: 10px 9px 0px 0px rgba(0, 0, 0, 0.8);
  margin: 100px auto 100px 40px; /* これで水平方向を中央に寄せられます */
}
.t-image img {
  position: absolute;
  /* 画像の位置を調整 */
  top: 30%;
  left: 50%;
  transform: translate(-60%, -60%); /* 画像を左上にずらす */
  width: 80%;
}
.t-image p {
  position: absolute;
  /* テキストの位置を調整 */
  top: 55%;
  right: 0;
  transform: translate(25%, 30%);
  width: 550px;
  background: #000;
  padding: 2em;
  font-size: 18px;
  line-height: 1.5;
  z-index: 1;
  color: #fff;
}
/*---------------------------
見出し
 --------------------------*/
.z-casual, .z-work, .z-rogo {
  font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
  font-weight: 900;
  font-style: normal;
  text-align: center;
  margin: 2rem 0;
}
.z-casual img, .z-work img, .z-rogo img {
  width: 30%;
  margin: 2rem auto;
}
.z-casual h2, .z-work h2 {
  position: relative;
  margin-bottom: 0.2rem;
  font-weight: bold;
  font-size: 70px;
  text-align: center;
  color: #353535;
  line-height: 1.5;
}
.z-casual h2::before {
  position: absolute;
  top: -2rem;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.1rem;
  color: black;
  font-size: 26px;
  text-transform: uppercase;
  content: 'カジュアルスタイル';
}
.z-work h2::before {
  position: absolute;
  top: -2rem;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.1rem;
  color: black;
  font-size: 26px;
  text-transform: uppercase;
  content: 'ワークスタイル';
}
.z-casual h3, .z-work h3 {
  font-size: 26px;
  text-align: center;
  color: #a6000e;
  margin-top: -15px;
}
/*---------------------------
予約商品
 --------------------------*/
.block-preorder {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  text-align: center;
  margin: 1.5rem 0;
}
.block-preorderimg {
  text-align: center;
}
.block-preorder img {
  width: 350px;
}
.buy-item03 img {
  width: 350px;
}
.buy-item01 p, .buy-item02 p {
  font-weight: 600;
}
.buy-item03 p {
  font-weight: 600;
  text-align: center;
}
/*---------------------------
イメージ画像
 --------------------------*/
.block-model {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-end;
  margin: 50px 0 -10px 0;
}
.block-model img {
  width: 360px;
}
.block-model02 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
}
.block-model02 img {
  width: 360px;
}
.block-stagerogo {
  width: 720px;
  background: #a6000e;
  margin: 0 auto;
  text-align: center;
}
.block-stagerogo img {
  width: 400px;
  margin: 50px auto;
}
/*---------------------------
応募期間
 --------------------------*/
.box29 {
  background: #fff;
  margin: 3rem 4rem;
}
.box29 .box-title {
  font-size: 20px;
  background: #a6000e;
  padding: 4px;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.box29 p {
  padding: 30px 20px;
  margin: 0;
  text-align: center;
  font-size: 16px;
  line-height: 1.75;
}
span.f-style-red {
  font-size: 18px;
  color: #a6000e;
  padding-top: 15px;
}
span.f-bold {
  font-weight: 600;
}
/*---------------------------
店内放送
 --------------------------*/
.store-benefits {
  background: #a6000e;
  padding: 40px 10px;
  margin: 1.5rem 0;
  color: #fff;
  line-height: 1.75;
}
.store-broadcast {
  text-align: center;
}
.store-broadcast img {
  width: 150px;
}
.store-broadcast h2 {
  margin-top: 20px;
}
.store-broadcast h3 {
  color: #fff;
}
.store-broadcast p {
  color: #fff;
}
.store-cb {
  text-align: left;
  font-size: 14px;
}
.store-general {
  text-align: left;
  font-size: 14px;
}
.store-card {
  margin: 2rem 1.5rem 1.5rem 1.5rem;
}
.store-card h3 {
  margin: 1.5rem;
  text-align: center;
}
.store-card p {
  margin: 2rem 0;
}
.store-cardimg {
  background: url("/img/event/zero-stage2nd/backimg_m.jpg");
  text-align: center;
}
.store-cardimg img {
  width: 80%;
  padding: 1.5em;
}