@charset "UTF-8";

html {
	font-size: 62.5%;
}

body {
	position: relative;
	width: 100%;
	min-width: 1000px;
	background-color: #222;
	font-size: 1.6rem;
	line-height: 1;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	color: #fff;
	letter-spacing: 0.02em;
}

* {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
	background-position: center center;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
}

ul {
	margin: 0;
}

p {
	margin: 0 0 1em;
}

a {
	color: #fff;
	transition: color .2s
}

a:hover {
	color: #ccc;
}

a:focus,
input[type="submit"]:focus,
button:focus {
	outline: none;
}

dl, dt, dd {
	margin: 0;
}

br.pcnone {
	display: none;
}


/*********************************************
 fonts
*********************************************/


.montserrat {
	font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
}

.oswald {
	font-family: 'Oswald', 'Noto Sans JP', sans-serif;
}

.lato {
	font-family: 'Lato', 'Noto Sans JP', sans-serif;
}


/*********************************************
 button
*********************************************/

.button-wrap,
.alm-btn-wrap {
	text-align: center;
}

.button {
	display: inline-block;
	width: 240px;
	height: 48px;
	border: solid 1px #fff;
	text-align: center;
	font-size: 1.6rem;
	line-height: 46px;
	color: #fff;
	text-decoration: none;
	background-color: transparent;
	transition: background-color .2s;
	cursor: pointer;
}

.button:hover {
	background-color: #fff;
	color: #16171f;
}

.button-radius {
	border-radius: 24px;
}

.button-green {
	position: relative;
	display: inline-block;
	width: 332px;
	height: 57px;
/*	background-color: #6dc834;*/
	font-size: 2.0rem;
	line-height: 57px;
	font-weight: 700;
	color: #fff;
	text-decoration: none;
	text-align: center;
	border-radius: 28.5px;
	letter-spacing: 0.02em;
	transition: background-color .2s;
	overflow: hidden;
	z-index: 0;
}

.button-green.button-green-s {
	width: 250px;
}

.button-green::after {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	z-index: -1;
	background: linear-gradient( 90deg, #6dc834, #6dc834, #2dfd61, #2dfd61, #3d0bad, #3d0bad );
	width: 600%;
	height: 100%;
	transition: left 1s;
}

.button-green::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 29px;
	display: block;
}

.button-green:hover {
/*	background-color: #406429;*/
}

.button-green:hover::after {
	left: -500%;
}

.button-green.button-submit::before {
	width: 16px;
	height: 17px;
	background: url(../img/common/icon-wh-submit.svg) no-repeat;
	margin-top: -8.5px;
}

.button-green.button-arrow-r::before {
	width: 18px;
	height: 15px;
	background: url(../img/common/icon-wh-arrow-right.png) no-repeat;
	margin-top: -7.5px;
}


/*********************************************
 title
*********************************************/

.ttl {
	position: relative;
	width: 100%;
	text-align: center;
	font-size: 4rem;
	font-weight: 400;
	letter-spacing: .02em;
}

.ttl + p {
	margin-top: 20px;
	margin-bottom: 30px;
	text-align: center;
	font-family: 'Lato', 'Noto Sans JP', sans-serif;
	font-size: 1.5rem;
	line-height: 2.5rem;
}

.ttl.ttl-border span {
	position: relative;
	display: inline-block;
	padding: 0 27px;
	background-color: #222;
	z-index: 10;
}

.ttl.ttl-border::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #fff;
	z-index: 0;
}

/*********************************************
 wrap
*********************************************/

#wrap {
	position: relative;
	width: 100%;
	padding-top: 60px;
}

/*********************************************
 header
*********************************************/

#header-wrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 1000px;
	height: 60px;
	border-bottom: solid 1px #16171f;
	background: #fff;
	z-index: 50;
}

#header {
	position: relative;
	height: 60px;
	letter-spacing: -0.4em;
}

#header h1 {
	position: absolute;
	left: 0;
	top: 15px;
	display: block;
	width: 170px;
	height: 29px;
}

#header h1 a {
	display: block;
	width: 170px;
	height: 29px;
	background: url(../img/common/header-logo.svg) no-repeat;
	background-size: contain;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

ul#header-nav {
	position: absolute;
	top: 0;
	right: 0;
	height: 60px;
	padding: 0;
	text-align: center;
	border-left: solid 1px #16171f;
	list-style: none;
	font-size: 1.4rem;
}

ul#header-nav li {
	position: relative;
	display: inline-block;
	width: 90px;
	height: 59px;
	border-right: solid 1px #16171f;
	letter-spacing: 0.02em;
	vertical-align: top;
	overflow: hidden;
}

ul#header-nav li:not(.nav-first):first-of-type,
ul#header-nav li:last-of-type,
ul#header-nav li.nav-whats {
	width: 174px;
}

ul#header-nav li a {
	display: block;
	width: 100%;
	height: 59px;
	line-height: 59px;
	color: #16171f;
	text-decoration: none;
}

ul#header-nav li:last-of-type a::before {
	content: url(../img/common/icon-submit.png);
	display: block;
	width: 16px;
	height: 17px;
	margin: -8.5px auto 0;
}

ul#header-nav li::after,
ul#header-nav li.current::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: -100%;
	width: 100%;
	height: 3px;
	background-color: #16171f;
	transition: left .2s;
}

ul#header-nav li:hover::after,
ul#header-nav li.current:hover::after {
	left: 0;
}

/* 2020/09/23 added */

.header2 ul#header-nav li:last-of-type {
	width: 90px;
	background-color: #ccc;
}

.header2 ul#header-nav li.header-nav-submit {
	width: 90px;
}

.header2 ul#header-nav li.header-nav-fs a {
	line-height: 1;
	padding-top: 10px;
}

.header2 ul#header-nav li.header-nav-fs a::before {
	display: none;
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	background: url(../img/common/icon-blk-logo.svg) no-repeat;
	background-size: contain;
	margin: 0 auto 4px;
}


ul#header-nav li.header-nav-submit a::before {
	content: url(../img/common/icon-submit.png);
	display: block;
	width: 16px;
	height: 17px;
	margin: -8.5px auto 0;
}

/*********************************************
 main
*********************************************/

#main {
	position: relative;
	background-color: #222;
	z-index: 0;
	padding: 0 0 100px;
}

.contents {
	width: 1000px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.banner-wrap {
	width: 100%;
	padding: 80px 0 60px;
}

.banner-wrap-blk .banner-wrap {
	margin: 35px 0 80px;
	padding: 35px 0 15px;
	background: #000;
}

.banner {
	overflow: hidden;
}

.banner ul {
	width: 1020px;
	margin: 0 0 0 -20px;
	padding: 0;
	list-style: none;
}

.banner ul li {
	float: left;
	width: 490px;
	margin: 0 0 20px 20px;
}

.submit-box-wrap {
	width: 100%;
	margin: 0;
}

.submit-box {
	padding: 30px 0;
	background-color: rgba(83, 83, 83, .25);
	border: solid 1px #fff;
	text-align: center;
}

.submit-box p {
	font-size: 2.2rem;
	line-height: 3.5rem;
}

.submit-box p img {
	vertical-align: middle;
	margin: -2px 9px 0 0;
}


.submit-box p span {
	font-size: 1.5rem;
}

/* keyword list */

.keyword-wrap {
	margin: 90px 0 80px;
}

.keyword-list {
	padding: 0;
	letter-spacing: -.4em;
	list-style: none;
	text-align: center;
}

.keyword-list li {
	display: inline-block;
	letter-spacing: .02em;
	margin: 0 5px 10px;
}

.keyword-list li a {
	display: block;
	height: 30px;
	padding: 0 19px;
	border-radius: 15px;
	background-color: #717171;
	font-size: 1.4rem;
	line-height: 30px;
	color: #fff;
	text-decoration: none;
	transition: background-color .2s;
}

.keyword-list li a:hover {
	background-color: #406429;
}

.k-button-wrap {
	margin: 20px 0;
}


/* playlists */

.playlists-wrap {
}

.playlists-wrap h3 {
	margin: 50px 0 30px;
	text-align: center;
	font-size: 2.8rem;
	font-weight: 400;
}

.playlists-button {
	margin: 50px 0 0;
	letter-spacing: -.4em;
	text-align: center;
}

.playlists-button button {
	display: inline-block;
	height: 44px;
	margin: 0 10px;
	padding: 0 45px;
	background: #fff;
	border: solid 2px #c4ba37;
	border-radius: 22px;
	box-shadow: none;
	font-size: 2rem;
	line-height: 40px;
	color: #16171f;
	letter-spacing: .02em;
	cursor: pointer;
}

.playlists-button button:hover,
.playlists-button button.current {
	background: #c4ba37;
}

ul.playlists {
	list-style: none;
	padding: 0;
	margin: 27px 0 0;
}

ul.playlists li {
	display: none;
	width: 650px;
	margin: 0 auto;
}

ul.playlists li.show {
	display: block;
}

ul.playlists.playlist-show li {
	display: block;
	margin: 0 auto 40px;
}

ul.playlists li iframe {
	width: 650px !important;
}

ul.playlists li iframe + iframe {
	margin-top: 20px;
}

.playlist-share {
	text-align: center;
	letter-spacing: -.4em;
	margin: 30px 0 60px;
}

.playlist-share img {
	width: 122px;
	height: auto;
	margin: 0 15px;
}


/*********************************************
 release
*********************************************/

.release-item {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 235px;
	font-weight: 700;
	letter-spacing: .02em;
	z-index: 0;
}

.release-item .jacket {
	position: relative;
	display: block;
	width: 235px;
	height: 235px;
	overflow: hidden;
}

.release-item .jacket img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: auto;
	z-index: 0;
}

.release-item a {
	text-decoration: none;
}

.release-item .title {
	display: block;
	margin: 14px 0 0;
	font-size: 1.4rem;
	line-height: 1.33;
	text-decoration: underline;
}

.release-item .name {
	display: block;
	margin: 9px 0 0;
	font-size: 1.2rem;
	line-height: 1.2;
}


/*********************************************
 bio
*********************************************/

.bio-images {
	float: left;
	width: 390px;
	text-align: center;
}

.bio-images img {
	width: 100%;
	height: auto;
}

a.b-i-button {
	position: relative;
	display: inline-block;
	width: 300px;
	height: 60px;
	margin-top: 30px;
	padding-right: 10px;
	background-color: #fff;
	border-radius: 9px;
	font-size: 1.8rem;
	line-height: 60px;
	color: #16171f;
	text-decoration: none;
}

a.b-i-button::after {
	content: "";
	position: absolute;
	top: 13.5px;
	right: 30px;
	display: inline-block;
	width: 33px;
	height: 33px;
	background: url(../img/common/icon-play.png) no-repeat;
	vertical-align: -9.5px;
}

.bio-info {
	margin: 0 0 0 420px;
	padding: 50px 0 0;
}

.bio-info h2 {
	font-size: 2.6rem;
	font-weight: 400;
	margin-bottom: 30px;
}

.bio-info p {
	font-size: 1.4rem;
	line-height: 2.2rem;
}

.bio-info-link {
	margin: 30px 0 0;
	padding: 0;
	list-style: none;
	letter-spacing: -.4em;
}

.bio-info-link li {
	display: inline-block;
	letter-spacing: .02em;
	margin: 0 15px 0 0;
}

.bio-info-link li a.bio-button {
	display: inline-block;
	height: 30px;
	padding: 0 10px;
	background-color: #fff;
	text-align: center;
	font-size: 1.4rem;
	line-height: 30px;
	color: #16171f;
	text-decoration: none;
}

.bio-info-link.bio-info-link2 {
	margin: 15px 0 0;
}



/*********************************************
 track comment list
*********************************************/

ul.track-comment-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.track-comment-list > li {
	margin: 0 0 40px;
	overflow: hidden;
}

.t-c-l-image {
	float: left;
	width: 235px;
}

.t-c-l-image img {
	width: 100%;
	height: auto;
}

.t-c-l-info,
.t-c-l-keyword {
	margin-left: 260px;
}

.t-c-l-info {}

.t-c-l-info h3 {
	margin: 0 0 6px;
	font-size: 2rem;
	font-weight: 400;
}

.t-c-l-info h4 {
	margin: 0 0 10px;
	font-size: 1.6rem;
	font-weight: 400;
}

.t-c-l-info .date {
	font-size: 1.2rem;
}

.t-c-l-comments {
	margin: 20px 0 0 260px;
	padding: 20px;
	background-color: #717171;
	font-size: 1.4rem;
}

.t-c-l-comments h5 {
	font-size: 1.4rem;
	font-weight: 400;
}

.t-c-l-comments ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.t-c-l-comments ul li {
	margin: 1em 0 0;
	padding: 0 0 0 24px;
	text-indent: -24px;
	line-height: 1.2;
}

.t-c-l-comments ul li::before {
	content: "-";
	display: inline-block;
	width: 20px;
	margin: 0 4px 0 0;
	text-align: right;
}

.t-c-l-comments p {
	margin: 1em 0 0;
	line-height: 1.2;
}

.t-c-l-keyword {
	margin: 17px 0 0 260px;
}

.t-c-l-keyword h5 {
	display: inline-block;
	font-size: 1.4rem;
	font-weight: 400;
	margin-bottom: 10px;
}

.t-c-l-keyword .keyword-list {
	display: inline-block;
	text-align: left;
}

.t-c-l-keyword .keyword-list li {
	margin: 0 10px 10px 0;
}

/*********************************************
 form
*********************************************/

.form {
	overflow: hidden;
}

.form dt {
	position: relative;
	float: left;
	width: 392px;
	padding: 0 0 0 20px;
	margin: 0 0 20px;
	font-size: 1.8rem;
	line-height: 3rem;
	clear: left;
	font-weight: bold;
}

.form .en {
	font-size: 1.2rem;
}

.form dd {
	float: left;
	width: 608px;
	margin: 0 0 20px;
	font-size: 1.6rem;
	line-height: 3rem;
}

.form dd span {
	font-size: 1.4rem;
}

.form input[type="text"],
.form input[type="email"],
.form input[type="url"],
.form input[type="number"],
.form textarea {
	min-height: 30px;
	border: solid 1px #ccc;
	outline: none;
	font-size: 1.4rem;
	line-height: 3rem;
	padding: 0 8px;
}

.form textarea {
	height: 15em;
	resize: vertical;
}

.select-wrap {
	position: relative;
	padding: 0 30px 0 0;
	cursor: pointer;
}

.form select {
	height: 30px;
	border: solid 1px #ccc;
	outline: none;
	padding: 0 0 0 8px;

}

select::-ms-expand {
	display: none;
}

.form .select-wrap::after {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 30px;
	height: 30px;
	border-left: solid 1px #717171;
	color: #000;
	content: "▼";
	line-height: 3rem;
	text-align: center;
	pointer-events: none;
}

.mw_wp_form_confirm .form .select-wrap::after {
	display: none;
}

input[type="checkbox"] {
	display: none;
}

.checkbox {
	position: relative;
	display: inline-block;
	padding: 0 0 0 40px;
	cursor: pointer;
}

.checkbox:after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 30px;
	height: 30px;
	border: 1px solid #ccc;
	content: '';
}

.checkbox:before {
	position: absolute;
	top: 0px;
	left: 7.5px;
	display: block;
	width: 15px;
	height: 20px;
	border-right: 3px solid #fff;
	border-bottom: 3px solid #fff;
	content: '';
	opacity: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

input[type="checkbox"]:checked + .checkbox:before {
	opacity: 1;
}

.form .short {
	width: 126px;
}

.form .middle {
	width: 231px;
}

.form .middle2 {
	width: 212px;
}

.form .long {
	width: 532px;
}

.form .form-text {
	display: inline-block;
	background-color: #ccc;
	border: solid 1px #ccc;
	outline: none;
	padding: 0 8px;
	color: #333;
}

.form .form-textarea {
	display: block;
	background-color: #ccc;
	border: solid 1px #ccc;
	outline: none;
	padding: 0 8px;
	color: #333;
	height: 15em;
	overflow: auto;
}

.form .form-separate {
	margin: 20px 0 0;
}

.form .form-required {
	position: absolute;
	top: 0;
	left: 0;
}

.form .inline-text-left {
	margin: 0 20px 0 0;
}

.form .inline-text-left-short {
	margin: 0 5px 0 0;
}

p.form-caption,
p.form-error {
	font-size: 1.4rem;
	line-height: 2rem;
	margin: 5px 0 0;
}

p.form-error-header {
	color: #ff0000;
	text-align: center;
	margin: 0 0 60px;
}

p.form-error {
	color: #ff0000;
}

.submit-button-wrap {
	margin: 56px 0 0;
	text-align: center;
	letter-spacing: -.4em;
}

input[type="submit"],
input[type="button"] {
	letter-spacing: 0;
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
	display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
	outline-offset: -2px;
}


input[type="submit"]:enabled:hover {
	background-color: #406429;
}


input[type="submit"].submit {
	position: relative;
	display: inline-block;
	width: 332px;
	height: 57px;
	margin: 0 20px;
	background-color: #6dc834;
	border: none;
	font-size: 2.0rem;
	line-height: 57px;
	font-weight: 700;
	color: #fff;
	text-decoration: none;
	text-align: center;
	border-radius: 28.5px;
	letter-spacing: 0.02em;
	transition: background-color .2s;
}


input[type="submit"]:disabled,
input[type="submit"].submit:disabled {
	background: #ccc;
}

form.inline {
	display: inline;
}

.mw_wp_form_confirm .noconfirm {
	display: none;
}

/*********************************************
 404
*********************************************/

#page404 {
	padding: 70px 0 200px;
}

#page404 p {
	margin-top: 60px;
	text-align: center;
}

#page404 p + p {
	margin-top: 40px;
}

/*********************************************
 footer
*********************************************/

#footer {
	width: 100%;
	margin: 0;
	background-color: #a7a7ac;
	color: #16171f;
	z-index: 0;
}

#footer a {
	color: #16171f;
	text-decoration: none;
}

#footer-sns {
	width: 100%;
	padding: 14px 0;
	list-style: none;
	letter-spacing: -.4em;
	text-align: center;
	background-color: #353535;
	border-bottom: solid 1px #222;
}

#footer-sns li {
	display: inline-block;
	letter-spacing: 0;
	margin: 0 7.5px;
}

#footer-sns li a img {
	transition: opacity .2s;
}

#footer-sns li a:hover img {
	opacity: .6;
}

#footer-main {
	position: relative;
	height: 184px;
	padding: 47px 0 54px 214px;
}

.footer-logo {
	position: absolute;
	top: 52px;
	left: 32px;
}

.footer-nav {
	list-style: none;
	margin: 0 0 14px;
	padding: 0;
	font-size: 1.4rem;
	color: #16171f;
	letter-spacing: -4em;
}

.footer-nav li {
	position: relative;
	display: inline-block;
	letter-spacing: 0.02em;
	padding-right: 26px;
}

.footer-nav li::after {
	content: "";
	position: absolute;
	right: 13px;
	top: 0;
	display: block;
	width: 1px;
	height: 14px;
	background-color: #16171f;
}

.footer-nav li:last-of-type::after {
	display: none;
}

.footer-nav li.footer-nav-submit a::before {
	position: relative;
	display: inline;
	content: url(../img/common/icon-submit.png);
	margin: 0 6px 0 0;
	top: 1.5px;
}

#footer .footer-nav li a:hover {
	text-decoration: underline;
}

#footer-main .copyright {
	margin: 28px 0 0;
	font-size: 1.2rem;
}

#footer-main .copyright a {
	text-decoration: underline;
}

/*** 2020/01 multilanguage add */

#footer-main .switcher-list,
#footer-main .wpm-switcher-list {
	margin: 0 0 14px;
	padding: 0;
	letter-spacing: -.4em;
}

#footer-main .switcher-list li,
#footer-main .wpm-switcher-list li {
	position: relative;
	display: inline-block;
	padding-right: 26px;
	letter-spacing: 0;
	font-size: 1.4rem;
}

#footer-main .switcher-list li.active span,
#footer-main .wpm-switcher-list li.active span {
	color: #16171f;
	font-weight: 700;
}

#footer-main .switcher-list li:last-of-type,
#footer-main .wpm-switcher-list li:last-of-type {
	padding-right: 0;
}

#footer-main .switcher-list li::after,
#footer-main .wpm-switcher-list li::after {
	content: "";
	position: absolute;
	right: 13px;
	top: 0;
	display: block;
	width: 1px;
	height: 14px;
	background-color: #16171f;
}

#footer-main .switcher-list li:last-of-type::after,
#footer-main .wpm-switcher-list li:last-of-type::after {
	display: none;
}

#footer-main .switcher-list li a:hover,
#footer-main .wpm-switcher-list li a:hover {
	text-decoration: underline;
}

/*** 2020/09 [fs.] add ***/

.footer-nav2 {
	margin-bottom: 11px;
}

.footer-nav.footer-nav2 li {
	vertical-align: middle;
	line-height: 2rem;
}

.footer-nav.footer-nav2 li:last-of-type {
	padding: 0;
}

.footer-nav.footer-nav2 li::after {
	top: 50%;
	margin-top: -7px;
}


.footer-nav.footer-nav2 li.footer-nav-fs a::before {
	position: relative;
	content: '';
	background: url(../../img/common/icon-blk-logo.svg) no-repeat;
	background-size: contain;
	top: 2px;
	display: inline-block;
	width: 18px;
	height: 18px;
	margin: 0 7px 0 0;
	top: 4px;
}

/*** added 2020/04 ***/

#lang-modal-wrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0,0,0,.95);
	color: #fff;
	z-index: 9999;
	display: block;
}

.lang-modal-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	text-align: center;
}

.lang-modal-content p {
	font-size: 2rem;
	margin: 0 0 40px;
}

.lang-modal-content .button {
	margin: 0 10px;
}

/*** added 2026/01 ***/
/*********************************************
 news
*********************************************/

.news-wrap {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

  .news-list {
  	margin: 0;
    padding: 0;
    list-style: none;
    font-size: 1.5rem;
  }

  .news-list li {
    margin-bottom: 70px;
  }

.news-list li .news-content-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
-webkit-box-align: start;
    -ms-flex-align: start;
        align-items: flex-start;
line-height: 3.2rem;
text-decoration: none;
}

.news-list li .news-content-header h3 {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  width: 100%;
  margin: 0;
	font-size: 1.5rem;
	font-weight: 400;
}
.news-list li .news-content-header:hover h3 {
  opacity: 0.7;
}

.news-list li .news-contents p {
  max-width: 1000px;
  margin: 0 auto 1em;
  font-size: 1.4rem;
  line-height: 2;
}

.news-list li .news-contents p.image {
  width: 100%;
  text-align: center;
}

.news-list li .news-contents p.image img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.news-date {
  display: block;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  margin-right: 25px;
  white-space: nowrap;
}

.news-category {
  display: block;
  background-color: #999;
  white-space: nowrap;
}
.news-category-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 155px;
  height: 3.2rem;
 }

  .news-category {
    margin-right: 30px;
    font-size: 1.3rem;
    line-height: 19px;
    padding: 0 12px;
    border-radius: 9.5px;
  }

.news-category-artist {
  background-color: #999;
}
.news-category-pr {
  background-color: #fff;
  color: #000;
}
