.category_menu {
	display: flex;
	max-width: 1100px !important;
    margin: auto;
	margin-bottom: 3vw;
	padding-top: 2vw;
	justify-content: center;
}
.category_ttl {
	font-size: 1.5vw;
	margin-right: 6.2vw;
	float: none;
}
.category_lists {
	display: flex;
	width: 60%;
}
.category_list {
	position: relative;
}
.category_list {
	flex-grow: 1;
	text-align: left;
}
.category_lists li + li{
	border-left: 1px solid #444446;
	padding-left: 2.6vw;
	line-height: 1.8vw;
}
.category_lists li a {
	display: block;
	height: 100%;
}
.category_list_en {
	display: block;
	font-size: 1.0vw;
	font-weight: bold;
}
.category_list_ja {
	display: block;
	font-size: 0.6vw;
}

@media screen and (max-width: 767px) {
	.category_menu {
		margin-left: 5.8vw;
		margin-right: 5.8vw;
		margin-bottom: 6vw;
		display: block;
		width: auto !important;
	}
	.category_ttl {
		font-size: 4vw;
		margin-right: 0;
		margin-bottom: 3vw;
	}
	.category_list_en {
		font-size: 3.0vw;
	}
	.category_list_ja {
		display: block;
		font-size: 2.0vw;
	}

	.news_post {
		margin-bottom: 0;
	}
	.news_icon {
		padding: 1vw 2.5vw !important;
		font-size: 2.0vw !important;
	}
	.category_lists {
		width: 100%;
	}
	.news_post_list {
		width: 43.9vw !important;
	}
	.category_lists li + li {
		line-height: 3.8vw;
	}

}

.wp-block-image img {
	height: auto;
}

/* news contents -------------------------------------------------------------- */
.news_list.container {
    padding-right: 15px !important;
    padding-left: 15px !important;
}
.blog_item_img {
	text-align: center;
}
.blog_item_area {
	text-align: center;
}
.brands_item_shoplink_box {
	display: flex;
	flex-wrap: nowrap;
}
.brands_item_shop_btn {
    width: 25%;
    text-align: center;
}
.brands_item_shop_btn img {
	width: 90%;
}
.wp-block-image .alignright {
	float: none;
    width: auto;
    margin: auto;
}
@media screen and (min-width: 768px) {
.top_contents_ttl img {
	width: 500px;
}
.news_list.container {
    max-width: 1170px !important;
}
.blog_item_img {
	text-align: left;
}
.blog_item_area {
	display: flex;
    flex-wrap: wrap;
    text-align: center;
}
.blog_item_box {
	width: 33.33%;
    padding: 5px;
}
.blog_item_img img {
	width: 100%;
}
.wp-block-image .alignright {
    float: right;
	margin: .5em 0 .5em 1em;
}
}

/* news list -------------------------------------------------------------- */
#news_list{
	width: 100%;
	padding: 60px 0px;
}
@media screen and (max-width: 767px) {
.news_list_box{
	padding: 20px 0px !important;
}
}

@media screen and (min-width: 768px) {
.news_list_box{
	padding: 30px 20px !important;
}
}

.news_list_btn_news {
    display: inline-block;
    padding: 6px 5px;
    text-decoration: none !important;
    color: #ffffff !important;
	font-size: 15px !important;
    border: solid 2px #b5b6b6;
	background: #b5b6b6;
    border-radius: 0px;
    transition: .4s;
	width: 260px;
	text-align: center;
	font-size: 10px;
	font-weight: 100;
	letter-spacing: 2px;
}

.news_list_btn_news:hover {
    background: #c8161d;
    color: #ffffff;
    border: solid 2px #c8161d;
}

.news_box{
	border-bottom: 1px #717171 solid;
}

.news_head{
	padding: 0px 0px 20px;
}

.news_date{
	font-size:18px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 34px;
	color: #595757;
	padding-right: 15px;
}

.news_icon{
	text-align: center;
    letter-spacing: 1px;
    line-height: 15px;
    margin-right: 15px;
    border: 1px solid #808BA9;
    padding: 0.25vw 0.5vw;
    margin: 0 0.25vw;
    font-size: 0.5vw;
    color: #808BA9;
}
.news_post_all {
	display: none;
}
.news_ttl{
	font-size:22px;
	font-weight: 700;
	letter-spacing: 1px;
	color: #595757;
	line-height: 34px;
}
@media screen and (max-width: 767px) {
.news_ttl{
	display: block;
    margin: 10px 0px 0px;
}
}

@media screen and (max-width: 767px) {
.news_detail_preview{
	font-size: 3.5vw;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 1.8;
	color: #595757;
	padding: 0 0 20px;
}
.news_detail_preview_sub{
	font-size: 2.5vw;
}
}
@media screen and (min-width: 768px) {
.news_detail_preview{
	font-size:1.11vw;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 1.85;
	color: #595757;
	padding: 0px 0px 20px;
}
.news_detail_preview_sub{
	font-size: 0.7vw;
}
}

.news_detail_link_box{
	text-align: center;
	padding: 10px 0px 40px;
}

.news_detail_link {
    display: inline-block;
    padding: 10px 5px;
    text-decoration: none !important;
    color: #ffffff !important;
    font-size: 18px !important;
    background: #808BA9 !important;
    border-radius: 0px;
    transition: .4s;
    width: 220px;
    text-align: center;
    font-weight: 800;
    letter-spacing: 1px;
    border: 2px solid #808BA9 !important;
}

.news_detail_link:hover {
    background: #ffffff !important;
    color: #808BA9!important;
    border: solid 2px #808BA9 !important;
}

.news_detail_box{
	border-bottom: 0px #717171 solid;
}
.news_detail_box img{
	/* width:80%; */
}
.news_detail_box_img{
	border-bottom: 0px #717171 solid;
}
.news_detail_box_img img{
	width:100%;
}

.news_ttl2{
	font-size:22px;
	font-weight: 700;
	letter-spacing: 1px;
	color: #595757;
	line-height: 34px;
	display: block;
    margin: 10px 0px 0px;
	padding: 10px 0px;
	border-bottom: 1px #717171 solid;
}
/* news list -------------------------------------------------------------- */

/* news list icon -------------------------------------------------------------- */

.news_list_icon {
	margin: 20px 0px 30px;
	position: relative; 
	overflow: hidden; /* 下のulのcssでリスト全体を右に50%移動しているので、その分幅が広がってしまいスクロールバーが表示されてしまいます。それを防ぐ為の設定です。 */
}

.news_list_icon ul {
	position: relative;
	left: 50%; /* リスト全体であるul要素を右に50%移動。つまり先頭を中央に持ってくる感じです。 */
	float: left;
}

.news_list_icon ul li {
	position: relative;
	left: -50%;
	float: left;
	list-style: none;
}
li.news_list_icon_on{
	text-align: center;
	background: #c8161d;
	padding: 10px 10px;
	font-size: 14px;
	font-weight: 800;
	color: #fff;
	letter-spacing: 1px;
	line-height: 15px;
}
li.news_list_icon_on a{
	color: #fff !important;
}
li.news_list_icon_off{
	text-align: center;
	background: #9f9fa0;
	padding: 10px 10px;
	font-size: 14px;
	font-weight: 800;
	color:#EAEAEA;
	letter-spacing: 1px;
	line-height: 15px;
}
li.news_list_icon_off a{
	color: #fff !important;
}

@media screen and (max-width: 767px) {
li.news_list_icon_on{
	margin: 10px 5px;
	width: 100px;
}
li.news_list_icon_off{
	margin: 10px 5px;
	width: 100px;
}
}

@media screen and (min-width: 768px) {
li.news_list_icon_on{
	margin: 10px 10px;
	width: 150px;
}
li.news_list_icon_off{
	margin: 10px 10px;
	width: 150px;
}
}


/* news list icon -------------------------------------------------------------- */

/* news list pager -------------------------------------------------------------- */
@media screen and (max-width: 767px) {
.news_list_pager_area {
	padding: 20px 20px;
}
}

@media screen and (min-width: 768px) {
.news_list_pager_area{
	padding: 30px 20px;
}
}
.news_list_pager_box {
	background: #9f9fa0;
	padding: 10px 0px;
	text-align: center;
}
.news_list_pager_link a{
	font-size: 17px;
	font-weight: 800;
	letter-spacing: 1px;
	line-height: 22px;
	padding: 0px 10px;
	color: #ffffff !important;
}

/* news list icon -------------------------------------------------------------- */