/*editor-style.cssと揃える↓*/
.topics_container {
    font-family: "Noto Serif JP", serif;
}

.topics_container h1 {
	margin-bottom: 15px;
	font-size: 23px !important;
	font-weight: bold;
	text-align: justify;
}

.topics_container h2 {
    margin-bottom: 60px;
	padding-left: .1rem;
    font-size: .36rem;
    font-weight: 500;
    text-align: justify;
    font-family: "Noto Serif JP", serif;
	position: relative;
}

.topics_container h2::before{
	content:"";
	width: 2px;
	height: .36rem;
	background-color: #B99866;
	position: absolute;
	top: 50%;
    left: -1px;
    transform: translateY(-50%);
}

.topics_container p,
.topics_container span {
	text-align: justify;
	font-size: 15px;
	line-height: 2;
}

.info-label {
    background-color: #B99866;
    color: #fff;
    width: fit-content;
    padding: 0 10px;
    margin-bottom: 20px;
    font-family: "Noto Serif JP", serif;
}


.topics_container img {
	margin-bottom: 15px;
	max-width: 100%;
	width: auto;
}

.topics_container ul {
	margin: 15px 0 0 15px;
}

.topics_container li {
	margin-bottom: 10px;
	line-height: 1.9;
}

/*editor-style.cssと揃える↑*/

.news-title--container {
    height: 342px;
    margin-top: 90px;
    background: url(/webdata/wp-content/themes/original/images/news-title-back-pc.png);
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    margin-bottom: 86px;
}
.news-title-text {
	width: 1262px;
	max-width: calc(100% - 104px);
	margin: 0 auto;
}

.news-title-text h2 {
	font-size: .80rem;
	color: #B49A6D;
	font-family: "Cormorant Garamond", serif;
	letter-spacing: 0.1em;
	position: relative;
	width: fit-content;
	padding: 2px 2px 10px 100%;
	margin-left: -100%;
	letter-spacing: 0.18em;
}

.news-title-text p {
	font-size: .22rem;
	color: #B49A6D;
	line-height: 1;
	transform: translateY(5px);
	z-index: 1;
	position: relative;
	margin-top: 8px;
}

.topics_container,
.alltopics {
	margin: 0 auto;
	max-width: 1100px;
}

.topics_container * {
	font-size: inherit;
	line-height: inherit;
}

.topics_linkbtn {
	margin: 70px auto 130px;
	padding: 28px 10px;
	border: #B49A6D 1px solid;
	display: flex;
	justify-content: flex-end;
	color: #B49A6D;
	text-decoration: none;
	text-align: center;
	max-width: 100%;
	width: 591px;
	transition: .7s;
	font-size: .16rem;
}

.topics_container .topics_linkbtn_text {
	margin-right: 15px;
	width: 100%;
	text-align: center;
}

.topics_linkbtn p{
	font-size: .18rem;
}
.topics_linkbtn_arrow {
	position: relative;
	margin-top: -2px;
	width: 103px;
}

.topics_linkbtn_arrow::before {
	content: "";
	display: inline-block;
	width: 1px;
	height: 45px;
	background-color: #B49A6D;
	position: absolute;
	top: 10px;
	bottom: 0;
	left: 0px;
	margin: auto;
	transition: .3s;
}

.topics_linkbtn_arrow::after {
	content: '';
	position: absolute;
	width: 45px;
	height: 7px;
	left: 24px;
	top: -5px;
	bottom: 0;
	margin: auto;
	border-bottom: solid 1.5px;
	border-right: solid 1.5px;
	transform: skew(45deg);
	transition: .2s;
}

.topics_linkbtn:hover {
	background-color: #B49A6D;
	color: #fff;
	opacity: 1;
}

.topics_linkbtn:hover .topics_linkbtn_arrow::after {
	width: 55px;
}

/*ピックアップ*/
.info-pickup {
	background-color: #EEEEEE;
	padding-top: 85px;
	padding-bottom: 90px;
	margin-top: 130px;

}

.info-pickup .top-title {
	margin-bottom: 79px;
}

.info-pickup .topics-category {
	margin-left: 0px;
	margin-bottom: 44px;
}

.info-pickup__contents {
	width: 1040px;
	max-width: 100%;
	margin: 0 auto;
	padding: 0 20px;
}

.info-pickup__box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.info-pickup__box::after {
	content: "";
	display: block;
	width: 30%;
}

.info-pickup__list {
	width: 30%;
	display: inline-block;
	text-decoration: none;
	border: solid 1px #B49A6D;
	padding: 19px 23px 31px;
	box-sizing: border-box;
	background-color: #fff;
	margin-bottom: 48px;
}

.info-pickup__list img {
	margin-bottom: 12px;
	max-height: 164px;
	object-fit: cover;
}

.info-pickup__list .topic-caption {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.info-pickup__list.info_none {
	display: none !important;
}
.topics-category__box {
    margin-left: 0;
}


@media screen and (max-width:1140px) {
	.topics_container, .alltopics{
		width: calc(100% - 70px);
	}
}

@media screen and (max-width:800px) {
	.news-title--container {
		background: url(/webdata/wp-content/themes/original/images/news-title-back-sp.png);
		background-size: cover;
		background-repeat: no-repeat;
		height: 50vw;
		margin-top: 64px;
    	margin-bottom: 50px;
	}
	.topics_container a,
	.topics_container span,
	.topics_container li,
	.topics_container p{
		font-size: .14rem;
		line-height: 2.1;
	}
	.news-title-text h2 {
		font-size: .40rem;
		letter-spacing: 0.08em;
		padding: 0;
		margin-left: 0;
	}

	.news-title-text {
		width: 90%;
		max-width: 100%;
		margin: -70px auto 0;
	}

	.news-title-text p {
		font-size: .13rem;
		margin-bottom: 15px;
		padding-left: 6px;
	}

	.info-pickup .topics-category {
		margin-bottom: 15px;
	}

	.info-pickup__contents {
		padding: 0 40px;
	}

	.topics_linkbtn {
		margin: 60px auto 0px;
		max-width: calc(100% - 20px);
		padding: 15px 10px;
	}

	.topics_container .topics_linkbtn_text {
		font-size: .13rem;
	}

	.topics_container .info-label {
        font-size: .12rem;
        margin-bottom: 16px;
        padding: 6px 5px;
        line-height: 1;
    }

    .topics_container h2 {
        font-size: .24rem;
        margin-bottom: 32px;
        line-height: 1.7;
        padding-left: 12px;
    }
	
	.topics_container h2::before {
		height: 100%;
	}

	.topics_linkbtn_arrow::before {
		top: 4px;
	}

	.topics_linkbtn_arrow::after {
		left: 14px;
		top: 0px;
	}

	.info-pickup {
		margin-top: 62px;
		padding-top: 47px;
		padding-bottom: 35px;
	}

	.info-pickup .top-title {
		margin-bottom: 20px;
	}

    .topics-category__box {
        overflow-x: scroll;
        width: calc(100% + 80px);
        margin-left: -40px;
        margin-bottom: 20px;
        padding-bottom: 0px;
    }

	.topics-category__box::-webkit-scrollbar {
		height: 2px;
		background-color: #DBDBDB;
	}

	.topics-category__box::-webkit-scrollbar-thumb {
		background-color: #A3A3A3;
		border-radius: 15px;
	}

	.topics-category__box:-webkit-scrollbar-track {
		background-color: #999;
	}

	.info-pickup__list {
		width: 100%;
		margin-bottom: 24px;
	}

    .info-pickup__list {
        width: 100%;
        margin-bottom: 22px;
        padding: 13px 23px 20px;
    }

}