.content-article .coin.-top {
	right: -110px
}

.content-article .slide-highlight .items {
	justify-content: space-between
}

@media only screen and (max-width:1023px) {
	.content-article .slide-highlight .items .item {
		position: relative!important
	}
}

@media only screen and (max-width:1023px) {
	.content-article .slide-highlight .items .item .inner .img {
		height: 226px
	}
}

@media only screen and (max-width:479px) {
	.content-article .slide-highlight .items .item .inner .img {
		height: auto
	}
}

@media only screen and (max-width:1023px) {
	.content-article .slide-highlight .items .item:first-of-type {
		width: 100%
	}
}

.content-article .slide-highlight .items .item:first-of-type .inner {
	display: block
}

.content-article .slide-highlight .items .item:first-of-type .img {
	width: 100%;
	min-width: inherit;
	height: auto
}

.content-article .slide-highlight .items .item:first-of-type .detail {
	padding-top: 25px;
	padding-bottom: 25px
}

.content-article .slide-highlight .items .item:first-of-type .detail h2 {
	height: auto
}

.content-article .slide-highlight .items .item:first-of-type .detail p {
	height: auto
}

@media only screen and (max-width:1023px) {
	.content-article .slide-highlight .items .item+.item {
		margin-top: 20px
	}
}

.content-article .items {
	display: flex;
	flex-wrap: wrap;
	margin: -12px
}

.content-article .items .item {
	width: 50%;
	padding: 12px;
	color: #000
}

@media only screen and (max-width:479px) {
	.content-article .items .item {
		width: 100%
	}
}

.content-article .items .item .inner {
	height: 100%;
	display: flex;
	align-items: center;
	background-color: #fff;
	border: 1px solid #fff;
	border-top-right-radius: 40px;
	border-bottom-left-radius: 40px;
	overflow: hidden
}

@media only screen and (max-width:1023px) {
	.content-article .items .item .inner {
		display: block
	}
}

.content-article .items .item .img {
	width: 216px;
	min-width: 216px;
	height: 216px
}

@media only screen and (max-width:1023px) {
	.content-article .items .item .img {
		width: 100%;
		min-width: inherit;
		height: auto
	}
}

.content-article .items .item .img img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.content-article .items .item .detail {
	padding: 0 16px 0 22px
}

@media only screen and (max-width:1023px) {
	.content-article .items .item .detail {
		padding: 25px
	}
}

.content-article .items .item .detail h2 {
	height: 56px;
	margin: 10px 0;
	font-style: italic;
	font-size: 2.4rem;
	line-height: 1.2;
	color: #f88710;
	overflow: hidden
}

@media only screen and (max-width:1023px) {
	.content-article .items .item .detail h2 {
		font-size: 2.6rem
	}
}

.content-article .items .item .detail p {
	height: 75px;
	margin: 0;
	font-weight: 400;
	font-size: 1.8rem;
	overflow: hidden
}

.content-article .items .item .detail p.date {
	height: auto
}

@media only screen and (max-width:1024px) {
	.content-article.-detail .title-page {
		padding: 0 100px
	}
}

@media only screen and (max-width:767px) {
	.content-article.-detail .title-page {
		padding: 0
	}
}

.content-article.-detail article {
	position: relative;
	padding-bottom: 100px
}

.content-article.-detail article figure.box-img {
	position: relative;
	margin-bottom: 45px
}

.content-article.-detail article figure.box-img .rope {
	bottom: 112px
}

@media only screen and (max-width:479px) {
	.content-article.-detail article figure.box-img .rope {
		bottom: 60px
	}
}

.content-article.-detail article figure.box-img .dust {
	bottom: 0
}

.content-article.-detail article figure.box-img .coin {
	top: auto;
	bottom: 100px;
	margin-left: 500px
}

.content-article.-detail article figure.box-img .img {
	border: 4px solid #f88710;
	border-top-right-radius: 40px;
	border-bottom-left-radius: 40px;
	position: relative;
	z-index: 1
}

.content-article.-detail article h2 {
	font-style: italic;
	font-size: 3.2rem;
	color: #f88710
}

.content-article.-detail article h3 {
	font-style: italic;
	font-size: 2.4rem;
	color: #f88710
}

.content-article.-detail article h4 {
	font-size: 1.8rem
}

.content-article.-detail article p {
	text-indent: 36px
}

.content-article.-detail article .dust.-obj-01 {
	bottom: -130px;
	margin-left: 560px
}

@media only screen and (max-width:1112px) {
	.content-article.-detail article .dust.-obj-01 {
		right: -290px;
		margin-left: 0
	}
}

.content-article.-detail article .meta-data {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 1px dotted #fff;
	border-bottom: 1px dotted #fff;
	padding: 20px 0;
	margin-top: 50px
}

.content-article.-detail article .meta-data .date {
	margin: 0;
	text-indent: 0;
	font-weight: 400;
	font-size: 2rem
}

.content-article.-detail article .meta-data .box-share {
	display: flex
}

.content-article.-detail article .meta-data .box-share p {
	margin: 4px 0 0;
	font-size: 2rem;
	line-height: 1
}

@media only screen and (max-width:479px) {
	.content-article.-detail article .meta-data .box-share p {
		display: none
	}
}

.content-article.-detail article .meta-data .box-share .social {
	margin-left: 8px
}

.content-article.-detail article .box-nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 30px
}

.content-article.-detail article .box-nav a:first-of-type {
	font-weight: 400;
	font-size: 2rem;
	text-decoration: underline
}

@media only screen and (max-width:479px) {
	.content-article.-detail article .box-nav a:first-of-type {
		font-size: 1.8rem
	}
}