/* カスタマイズ用CSS */

.ec-topicRole {
    margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
.ec-topicRole {
    margin-bottom: 24px;
}
}
.ec-secHeading__en {
font-size: 32px !important;
}
.ec-secHeading__ja {
font-size: 19px !important;
}
@media only screen and (max-width: 768px) {
.ec-secHeading__en {
font-size: 30px !important;
}
.ec-secHeading__ja {
font-size: 17px !important;
}
}
.ec-headerRole {
    max-width: none; /* 1150px; */
	background-color: #FEE;
}

.ec-headerNaviRole {
    max-width: none; /* 1150px; */
	border-top: 5px solid #C00;
	padding-bottom: 15px;
}

@media only screen and (max-width: 768px) {
.ec-headerNaviRole {
	padding-bottom: 0;
}
}




.ec-categoryNaviRole {
    max-width: none; /* 1150px; */
	background-color: #333;
}

ul.ec-itemNav__nav li {
	border-left: 1px solid #FFF;
}



ul.ec-itemNav__nav li:last-child {
	border-right: 1px solid #FFF;
}



ul.ec-itemNav__nav li a {
	background: none;
	color: #FFF;
	padding: 15px 52.5px;

}
@media only screen and (max-width: 1150px) {
ul.ec-itemNav__nav li a {
	background: none;
	color: #FFF;
	padding: 15px 24px;

}
}


ul.ec-itemNav__nav li a:hover {
	background-color: #555;

	color: #FFF;

}





.item.slick-slide {
border: 1px solid #000;
}



.sp_only {
	display: none;
}
.t_center, .t_center_pc {
	text-align: center !important;
}
.t_right, .t_right_pc {
	text-align: right !important;
}

@media only screen and (max-width: 768px) {
.pc_only {
	display: none;
}
.sp_only {
	display: block;
}
.t_center_pc, t_right_pc {
	text-align: left !important;
}

}


h4.title_midashi {
	font-weight: bold;
	font-size: 180%;
	color: #C00;
}
h5.title_midashi {
	font-weight: bold;
	font-size: 140%;
}
h5.title_shouhin {
	font-weight: bold;
	font-size: 100%;
}

@media only screen and (max-width: 768px) {
h4.title_midashi {
	font-size: 140%;
	color: #C00;
}
h5.title_midashi {
	font-weight: bold;
	font-size: 120%;
}
h5.title_shouhin {
	font-weight: bold;
	font-size: 100%;
}
}


.bt_black {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.bt_black a {
  display: block;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
  font-size: 120%;
  padding: 10px 35px;
  text-decoration: none;
  color: white;
  background-color: black;
}
.bt_black a:hover {
	text-decoration: none;
  background-color: #C00;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

table.top_under {
	table-layout: fixed;
	width: 100%;
}
table.top_under td {
	margin: 0;
	padding: 0;
}
table.top_under td:nth-child(odd) {
	padding-right: 3%;
}
table.top_under td:nth-child(even) {
	padding-left: 3%;
}


@media only screen and (max-width: 768px) {
table.top_under {
	table-layout: fixed;
	width: 100%;
}
table.top_under td {
	display: block;
	margin-bottom: 15px;
}
table.top_under td:nth-child(odd) {
	padding-right: 0;
}
table.top_under td:nth-child(even) {
	padding-left: 0;
}
}



ul.list_top_pickup {
	margin: 0;
	padding: 0;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 24px;
}
ul.list_top_pickup li {
list-style: none;
	margin: 0;
	padding: 0;
    grid-column: span 3 / span 3;
}
ul.list_top_pickup li img {
    margin-bottom: 4px;
}
ul.list_top_pickup li p {
	margin: 0;
	padding: 0;
}

@media only screen and (max-width: 768px) {
ul.list_top_pickup {
	margin: 0;
	padding: 0;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 16px;
}
ul.list_top_pickup li {
    grid-column: span 6 / span 6;
}
}

/* フッター全体の背景を薄いグレーに */
.ec-footerRole{
  background:#8C8C8C;
  color:#333;
}

/* ナビやコピーライトの文字色が薄すぎる場合の補正 */
.ec-footerNavi__link a,
.ec-footerTitle,
.ec-footerTitle__copyright{
  color:#333;
}

/* 区切り線や罫線が濃い/黒い場合のトーン調整 */
.ec-footerNavi{
  border-color:#ddd;
}