@charset "utf-8";
/*-----------------------------------------------
 * Archive
 * Detail
 * new style
-------------------------------------------------*/
/*-----------------------------------------------
 * Archive
-------------------------------------------------*/
/**
 * newsLists
 */
/* wrap */
.newsListsWrap {
	padding: 80px;
}
@media screen and (max-width:767px){
	.newsListsWrap {
		padding: 20px;
	}
}

/* item */
.newsLists__item:not(:first-child) {
	margin-top: 40px;
}
@media screen and (max-width:767px){
	.newsLists__item:not(:first-child) {
		margin-top: 12px;
	}
}

/* link */
.newsLists__link {
	background-color: rgba(0,0,0,.6);
	display: block;
	width: 100%;
	position: relative;
	padding: 40px;
	text-decoration: none;
	transition: background-color .2s ease;
}
.newsLists__link:hover {
	background-color: rgba(0,0,0,1);
	animation: flashAni .2s linear;
}
@media screen and (max-width:767px){
	.newsLists__link {
		padding: 12px;
	}
	.newsLists__link:hover {
		animation: none;
	}
}

/* date */
.newsLists__date {
	color: rgb(var(--main-color-red));
	font-size: 16px;
	line-height: 1;
	margin-bottom: 10px;
}
@media screen and (max-width:767px){
	.newsLists__date {
		font-size: 12px;
		margin-bottom: 6px;
	}
}

/* title */
.newsLists__title {
	color: #fff;
	font-size: 16px;
	line-height: 1.8;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
@media screen and (max-width:767px){
	.newsLists__title {
		font-size: 12px;
		-webkit-line-clamp: 3;
	}
}


/*-----------------------------------------------
 * Detail
-------------------------------------------------*/
.newsDetailWrap {
	padding: 80px;
}
.newsDetail {
	background-color: rgba(0, 0, 0, .6);
	padding: 80px 40px;
}
@media screen and (max-width:767px){
	.newsDetailWrap {
		padding: 0;
	}
	.newsDetail {
		background-color: #000;
		padding: 40px 20px;
	}
}

/**
 * title
 */
.newsDetail__title {
	border-bottom: 1px solid rgba(255,255,255,.2);
	padding-bottom: 40px;
	position: relative;
}
@media screen and (max-width:767px){
	.newsDetail__title {
		padding-bottom: 20px;
	}
}

/* date */
.newsDetail__title__date {
	display: block;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 10px;
}
@media screen and (max-width:767px){
	.newsDetail__title__date {
		font-size: 12px;
	}
}

/* text */
.newsDetail__title__text {
	color: #fff;
	display: block;
	font-size: 20px;
	line-height: 1.8;
}
@media screen and (max-width:767px){
	.newsDetail__title__text {
		font-size: 14px;
	}
}

/**
 * newsDetail__textWrap
 */
.newsDetail__textWrap {
	padding-top: 40px;
	color: #fff;
	font-size: 16px;
	line-height: 2;
}
@media screen and (max-width:767px){
	.newsDetail__textWrap {
		font-size: 12px;
		padding-top: 20px;
	}
}

/* p */
/* .newsDetail__textWrap p {
	margin-top: 40px;
}
.newsDetail__textWrap p:first-of-type {
	margin-top: 0;
}
@media screen and (max-width:767px){
	.newsDetail__textWrap p {
		margin-top: 20px;
	}
} */

/* a */
.newsDetail__textWrap a {
	color: rgb(var(--main-color-red));
}

/* img */
.newsDetail__textWrap img{
	max-width: 100%;
	height: auto !important;
}

/* youtube */
.ytifWrap {
	display: block;
	width: 100%;
	padding-top: 56.25%;
	position: relative;
}
.ytifWrap iframe,
.ytifWrap video {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

/**
 * newsBack
 */
.newsBack {
	width: 400px;
	margin: 80px auto 0;
}
@media screen and (max-width:767px){
	.newsBack {
		width: calc(100% - 100px);
		margin: 0 auto 40px;
	}
}


/*-----------------------------------------------
 * new style
-------------------------------------------------*/
.newsDetail__textWrap h3{
	font-size: 20px;
	font-weight: 700;
	background-color: rgb(var(--main-color-red));
	padding: 0 8px;
	margin-bottom: 20px;
}
@media screen and (max-width:767px){
	.newsDetail__textWrap h3{
		font-size: 16px;
		margin-bottom: 10px;
	}
}

.newsDetail__textWrap h4{
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 20px;
}
@media screen and (max-width:767px){
	.newsDetail__textWrap h4{
		font-size: 16px;
		margin-bottom: 10px;
	}
}

.newsLinkA {
	display: inline-block;
}
.newsLinkA a {
	display: block;
	border: 1px solid #fff;
	color: #fff;
	padding: 10px 20px;
	text-decoration: none;
	transition: opacity .3s ease;
}
.newsLinkA a:hover {
	opacity: .6;
}

.btn_jslinkWrap{
	padding: 20px 0;
	text-align: center;
	display: block;
}
.btn_jslinkWrap button{
	display: inline-block;
	padding: 12px 24px;
	border: 1px solid #fff;
	color: #FFF;
}
.oneModalIn__cont{
	width: 100%;
}
.js-imgModalIn{
	text-align: center;
}
.js-imgModalIn img {
	max-width: 100%;
	-webkit-touch-callout: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-moz-touch-callout: none;
	touch-callout: none;
	-webkit-user-drag: none;
	-khtml-user-drag: none;
	user-drag: none;
}

/* Twitterアイコンプレゼント */
.newsTwiicon{
	margin-top: 40px;
}
.newsTwiicon ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.newsTwiicon li{
	width: calc(100% / 3);
	padding: 10px 10px;
}
.newsTwiicon img{
	margin-bottom: 10px;
}
.newsTwiicon a{
	display: flex;
    justify-content: center;
    align-items: center;
    width: 148px;
    height: 40px;
    margin: 0 auto;
    color: #fff;
    border: 1px solid #fff;
    position: relative;
    font-family: 'Bellota Text', cursive;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    transition: .3s ease;
}
.newsTwiicon a:hover{
	background-color: #fff;
    color: #c8000f;
    animation: .2s linear 0s flashAni;
}
@media screen and (min-width: 768px) {
    .newsTwiicon li:nth-child(3),
	.newsTwiicon li:nth-child(6){
		margin-right: 0;
	}
}
@media screen and (max-width: 767px){
	.newsTwiicon a{
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 40px;
		margin: 0 auto;
		color: #fff;
		border: 1px solid #fff;
		position: relative;
		font-family: 'Bellota Text', cursive;
		font-size: 12px;
		font-weight: 700;
		text-decoration: none;
		transition: .3s ease;
	}
}

/*-----------------------------------------------
 * White ver. style
 * .bodyに「is-change」クラスを付与
-------------------------------------------------*/
body.body.is-change .newsDetail__textWrap h3{
	background-color: rgb(var(--main-color-lightblue));
}

/* .newsDetail__textWrap h3{
	font-size: 24px;
	text-align: center;
	margin-top: 0;
	padding: 0;
}
p.songTitle{
	font-size: 22px;
	font-weight: 700;
	display: block;
	text-align: center;
	margin-bottom: 20px;
}
.songinfo{
	margin-bottom: 40px;
}
.songinfo div{
	display: flex;
	justify-content: center;
}
.songinfo div dt{
	flex-shrink: 0;
}
.songinfo div dt:after{
	content: '：';
}
.newsDetailCnt h4{
	font-size: 110%;
	font-weight: 700;
	margin-bottom: 4px;
}
.music_detail li{
	display: block;
	padding-left: 1em;
	text-indent: -1em;
}
.music_detailLists{
	margin: 48px 0 0;
}
.music_detailLists div{
	display: flex;
}
.music_detailLists div dt{
	flex-shrink: 0;
}
.music_detailLists div dt:after{
	content: '：';
}
.music_detailLists div:last-child{
	margin-top: 24px;
}

@media screen and (max-width: 767px){
	.newsDetail__textWrap h3{
		font-size: 20px;
	}
	p.songTitle{
		font-size: 12px;
	}
	.music_detailLists{
		margin: 30px 0 0;
	}
} */

.contentsBG {
	background-image: unset;
}