/*スムーズスクロール
html {
  scroll-behavior: smooth;
}*/

/*logo*/
#block-mizuno-theme-branding{
z-index:40;
}

/*カスタムブロックのディフォルトマージ*/
.mz-block {
  margin-bottom: 80px;
}

/*SP用*/
@media screen and (max-width:767px) {
  .mz-block {
    margin-bottom: 60px;
  }
}
#h1tag{
  line-height: 1.0;
  margin-bottom: 1rem;
  font-size: 20px;
  font-size: 2.0rem;
}
#h1tag a{
  text-decoration: none;
}
/*パンくず*/
.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: .75rem 0;
  margin-bottom: 0;
  list-style: none;
}
/*ボタン文字の大きさ*/
.btn {
  padding: .6rem 1rem;
  font-size: 1.4rem;
  line-height: 1.5;
  border-radius: .3rem;
}
.btn-lg, .btn-group-lg > .btn {
  padding: .5rem 1rem;
  font-size: 1.4rem;
  line-height: 1.5;
  border-radius: .3rem;
}
.mz-button .btn-block {
  padding: 18px;
  font-weight: normal;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}


/*アコーディオンブロックディフォルトマージン*/
.mz-block-accordion {
  margin-bottom: 10px;
}
.mz-block-accordion:last-child {
  margin-bottom: 80px;
}
/*SP用*/
@media screen and (max-width:767px) {
  .mz-block-accordion {
    margin-bottom: 10px;
  }
  .mz-block-accordion:last-child {
    margin-bottom: 60px;
  }
}

/*テキストのカラー*/
.textRed {
  color: #cc1c1d;
}

/*プレビューの背景*/
.node--unpublished {
  background-color: none;
}

/*20220831追記フッター*/
#footer #fNav ul {
  display: flex;
  flex-direction: column;
  align-content: space-between;
  flex-wrap: wrap;
  width: auto;
  max-height: 140px;
}
#footer #footerSNS dl dd ul li.fb a {
    background-image: url(/sites/default/files/2022-08/icon_fb_new.png) !important;
}
#footer #footerSNS dl dd ul li.ig a {
  background-image: url(/sites/default/files/2022-08/icon_ig_new.png) !important;
}
#footer #footerSNS dl dd ul li.snsline a {
  background-image: url(/sites/default/files/2022-08/icon_li_new.png) !important;
}
#footer #footerSNS dl dd ul li.tw a {
  background-image: url(/sites/default/files/2022-08/icon_tw_new.png) !important;
}
#footer #footerSNS dl dd ul li.yt a {
  background-image: url(/sites/default/files/2022-08/icon_yt_new.png) !important;
}
#footer #footerSNS dl dd ul {
  display: flex;
  justify-content: space-between;
  width: 194px;
}
@media screen and (max-width:767px) {
#footer #fNav ul {
  max-height: 0;
  margin-bottom: -1px;
  opacity: 0;
  transition: all .5s ease;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
#footer #footerSNS dl dd ul {
  width: initial !important;
}
#footer #footerSNS dl dt {
  margin: 10px 0 0 0 !important;
}
}
/*週間ランキングブロックー*/
#weeklyranking a:link, a:visited {
  text-decoration: none;
}
#weeklyranking p.category{
  margin-top: 5px;
}
#weeklyranking .category span{
  background: #666;
  color: #fff;
  padding: 5px;
  font-size: 10px;
  font-weight: 700;
}
/*ECI閲覧履歴ブロックー*/
.eci-history {
	display: none;
}

#browsinghistory .title {
  margin-bottom: 0 !important;
}

#browsinghistory .title::after {
  display: noe;
  content: '';
  width: 90px;
  height: 5px;
  background-color: #1f92bd;
  margin: 0 auto;
}

#browsinghistory h2{
color:#111111 !important;
font-size: 32px;
font-size: 3.2rem;
margin: 0 0 30px !important;
text-align: center;
font-weight: normal !important;
}
@media screen and (max-width:767px) {
	#browsinghistory h2{
	font-size: 22px;
font-size: 2.2rem;
}
}

/*awoo AI タグブロックー*/
.awoo-ai-tag {
	max-width: 1180px;
	margin: 10px auto;
}
.awoo-ai-tag a::before {
	content: "#";
	margin-right: 1px;
}
.awoo-ai-tag a {
	background: #f5f5f5;
  text-decoration: none;
  padding: 3px 7px;
  display: inline-block;
  margin-bottom: 10px;
  font-size: 1.2rem;
  margin-left: 5px;
  border-radius: 30px;
  border: 1px #757575 solid;
}
.awoo-ai-tag a:hover {
	background: #999999;
	color: #FFFFFF;
}

/*Footer バナー　タグブロックー*/
.footerbottombanner .mz_container{
max-width: 1200px;
  padding: 0;
  margin: 0 auto;
}

.footerbottombanner .mz-block {
  margin-bottom: 40px;
}

.footerbottombanner .mz-block ul li:first-child {
  width: 49%;
  float: left;
  margin-right: 1%;
}
.footerbottombanner .mz-block ul li:last-child {
  width: 49%;
  float: left;
  margin-left: 1%;
}
@media screen and (max-width:767px) {
.footerbottombanner .mz-block ul li:first-child {
  width: 100%;
  float: none;
  margin-right: 0;
}
.footerbottombanner .mz-block ul li:last-child {
  width: 100%;
  float: none;
  margin-left: 0;
}
}

/* ----------------------------------------
PC テキストセンター・SP テキストレフト
---------------------------------------- */
.pccspl{
    text-align: center;
}
@media only screen and (max-width: 767px) {
	.pccspl{
    text-align: left;
}
}
/* ----------------------------------------
PC テキストレフト・SP テキストセンター
---------------------------------------- */
.pclspc{
    text-align: left;
}
@media only screen and (max-width: 767px) {
	.pclspc{
    text-align: center;
}
}
/* ----------------------------------------
表示・非表示
---------------------------------------- */
.hidden_pc {
	display: none;
}
.hidden_sp {
	display: block;
}
.hidden-pc {
	display: none;
}
.hidden-sp {
	display: block;
}

@media only screen and (max-width: 767px) {
	.hidden_pc {
		display: block !important;
	}
	.hidden_sp {
		display: none !important;
	}
	.hidden-pc {
		display: block !important;
	}
	.hidden-sp {
		display: none !important;
	}
}

/*検索窓*/
.bl_npSuggestContainer .bl_npSuggestCard_imgWrapper > img {
	width:initial;
}

/*20240530追記*/
#gNav > ul#gNavMain > li {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  margin: 0;
  padding: 0 15px;
  font-family: Roboto,"Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0;
}

/*20240701追記*/
@media only screen and (max-width: 767px) {
  main {
    margin-top: calc(100vw/(750/107));
    transition: all 0.3s ease;
  }
  .promoOn main {
  	margin-top: calc(100vw/(720/160));
	}
}



.fw700{
	font-weight:700 !important;
}
.fw600{
	font-weight:600 !important;
}
.fw500{
	font-weight:500 !important;
}
.fw400{
	font-weight:400 !important;
}
.fw300{
	font-weight:300 !important;
}
.fw200{
	font-weight:200 !important;
}
.fw100{
	font-weight:100 !important;
}