@charset "utf-8";
/* CSS Document */

h2.block-common-ttl-2 {
	display: none!important;
}
.hacobune-layout-left {
	margin-top: 0!important;
}
.hacobune-layout-base {
	margin-top: 0!important;
}


/* --------------------------------------------------------------------
	ユーザー定義　タイトル/ボタン
--------------------------------------------------------------------- */

.block-common-ttl-stsn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 100px 0 48px;
  color: #002A46;
  text-align: center;
}

.block-common-ttl-stsn .txt-en {
  font-size: 4rem;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: .08em;
}

.block-common-ttl-stsn .txt-ja {
  margin-top: 12px;
  font-size: 1.6rem;
  font-weight: normal;
}

.block-item_list-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px;
  color: #002A46;
  text-align: center;
  line-height: 1.2;
}

.block-item_list-ttl .txt-ja {
  font-size: 3rem;
  font-weight: bold;
}

.block-item_list-ttl .txt-en {
  margin-top: 10px;
  font-size: 1.6rem;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
}


@media only screen and (max-width: 980px) {
	
/* --------------------------------------------------------------------
	ユーザー定義　タイトル/ボタン
--------------------------------------------------------------------- */

.block-common-ttl-stsn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 80px 0 22px;
  color: #002A46;
  text-align: center;
}

.block-common-ttl-stsn .txt-en {
  font-size: 3rem;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: .08em;
}

.block-common-ttl-stsn .txt-ja {
  margin-top: 12px;
  font-size: 1.4rem;
  font-weight: normal;
}

.block-common-ttl-stsn + .goods_ {
  margin-top: 36px;
}

.block-gender-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.block-gender-ttl > span {
  padding-bottom: 10px;
  font-size: 1.8rem;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: .08em;
}

}