@charset "utf-8";
/*-----------------------------------------------
 * Header
 * Common
 * Online
 * Artist
-------------------------------------------------*/
/*-----------------------------------------------
 * Header
-------------------------------------------------*/
.subArticle__header.is-event {
	padding: 40px 0 0;
}
@media screen and (max-width:767px){
	.subArticle__header.is-event {
		padding: 20px 0 0;
	}
}

/**
 * eventNavLists
 */
.eventNav {
	margin-top: 20px;
	padding: 0 10px;
}
.eventNavLists {
	display: flex;
}
@media screen and (max-width:767px){
	.eventNav {
		padding: 0;
	}
}

/* item */
.eventNavLists__item {
	width: calc((100% - 12px) / 2);
	padding-bottom: 12px;
}
.eventNavLists__item:not(:nth-child(2n + 1)) {
	margin-left: 12px;
}
@media screen and (max-width:767px){
	.eventNavLists__item {
		width: calc((100% - 5px) / 2);
		padding-bottom: 5px;
	}
	.eventNavLists__item:not(:nth-child(2n + 1)) {
		margin-left: 5px;
	}
}

/* link */
.eventNavLists__link {
	border: 5px solid #f29600;
	color: #f29600;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
    padding: 20px;
    position: relative;
    text-decoration: none;
	transition: all .3s ease-in-out;
}
.eventNavLists__link:hover,
.eventNavLists__link.is-active {
	color: #fff;
}
@media screen and (max-width:767px){
	.eventNavLists__link {
		border: 3px solid #f29600;
		font-size: 12px;
		font-size: 1.2rem;
		padding: 10px;
	}
}

/* bg */
.eventNavLists__link:after {
	content: "";
	background-color: #fff;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 1;
	transition: background-color .3s ease-in-out;
}
.eventNavLists__link:hover:after,
.eventNavLists__link.is-active:after {
	background-color: #f29600;
}
.eventNavLists__link.is-active:after {
	width: calc(100% + 10px);
	height: calc(100% + 17px);
}
@media screen and (max-width:767px){
	.eventNavLists__link.is-active:after {
		width: calc(100% + 6px);
		height: calc(100% + 8px);
	}
}

/* arrow icon */
.eventNavLists__link:before {
	content: "";
	background: url(../img/common/icon_arrow_b_o.png) no-repeat 0 0 / 100%;
	width: 21px;
	height: 21px;
	margin: auto;
	transform: rotate(-90deg);
	position: absolute;
	top: 0;
	right: 20px;
	bottom: 0;
	z-index: 2;
	transition: all .3s ease-in-out;
}
.eventNavLists__link:hover:before,
.eventNavLists__link.is-active:before {
	background-image: url(../img/common/icon_arrow_b.png);
	transform: rotate(0);
}
@media screen and (max-width:767px){
	.eventNavLists__link:before {
		width: 14px;
		height: 14px;
		right: 10px;
	}
}

/* eventNavLists__link__inner */
.eventNavLists__link__inner {
	position: relative;
	z-index: 2;
}


/*-----------------------------------------------
 * Common
-------------------------------------------------*/
/**
 * eventWrap
 */
.eventWrap {
	background-color: #f29600;
	width: calc(100% - 20px);
	margin: 0 10px;
	padding: 50px 0 0;
}
@media screen and (max-width:767px){
	.eventWrap {
		width: 100%;
		margin: 0;
		padding: 30px 0 60px;
	}
}

/**
 * eventOne
 */
.eventOne {
	display: none;
}

/* is-online */
.eventOne.is-online {
	padding-bottom: 400px;
}
@media screen and (max-width:767px){
	.eventOne.is-online {
		padding-bottom: 0;
	}
}

/* is-artist */
.eventOne.is-artist {
	padding-bottom: 140px;
}
@media screen and (max-width:767px){
	.eventOne.is-artist {
		padding-bottom: 0;
	}
}

/* inner */
.eventOne__inner {
	color: #fff;
	width: 800px;
	margin: 0 auto;
	position: relative;
}
.eventOne__inner:after {
	content: "";
	background: url(../img/event/deco.png) no-repeat 0 0 / 100%;
	width: 271px;
	height: 232px;
	position: absolute;
	bottom: -300px;
	right: -5%;
}
.eventOne__inner.is-artist:after {
	content: none;
}
@media screen and (max-width:767px){
	.eventOne__inner {
		width: 100%;
	}
	.eventOne__inner:after {
		display: block;
		width: 48%;
		height: auto;
		margin: 40px auto 0;
		padding-top: 41.09%;
		position: relative;
		bottom: auto;
		right: auto;
	}
}

/**
 * onlineCatch
 */
.onlineCatch1 {
	font-size: 34px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-align: center;
}
.onlineCatch2 {
	font-size: 16px;
	line-height: 2;
	font-weight: 700;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 40px;
}
@media screen and (max-width:767px){
	.onlineCatch1 {
		font-size: 17px;
		font-size: 1.7rem;
	}
	.onlineCatch2 {
		font-size: 12px;
		font-size: 1.2rem;
		margin-top: 20px;
	}
}


/*-----------------------------------------------
 * Online
-------------------------------------------------*/
/**
 * onlineNavLists
 */
.onlineNavLists {
	display: flex;
}
@media screen and (max-width:767px){
	.onlineNavLists {
		padding: 0 20px;
	}
}

/* item */
.onlineNavLists__item {
	width: calc((100% - 12px) / 2);
}
.onlineNavLists__item:not(:nth-child(2n + 1)) {
	margin-left: 12px;
}
@media screen and (max-width:767px){
	.onlineNavLists__item {
		width: calc((100% - 5px) / 2);
	}
	.onlineNavLists__item:not(:nth-child(2n + 1)) {
		margin-left: 5px;
	}
}

/* link */
.onlineNavLists__link {
	background-color: #fff;
    color: #f29600;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 700;
    padding: 16px;
    position: relative;
	text-decoration: none;
	transition: all .3s ease-in-out;
}
.onlineNavLists__link:hover,
.onlineNavLists__link.is-active {
	background-color: #ed1e79;
	color: #fff;
}
@media screen and (max-width:767px){
	.onlineNavLists__link {
		font-size: 11px;
		font-size: 1.1rem;
		padding: 12px 0;
	}
}

/* before */
.onlineNavLists__link:before {
	content: "";
    background: url(../img/common/icon_arrow_b_o.png) no-repeat 0 0 / 100%;
    width: 21px;
    height: 21px;
    margin: auto;
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    z-index: 2;
    transition: all .3s ease-in-out;
}
.onlineNavLists__link:hover:before,
.onlineNavLists__link.is-active:before {
	background-image: url(../img/common/icon_arrow_b.png);
}
@media screen and (max-width:767px){
	.onlineNavLists__link:before {
		width: 14px;
    	height: 14px;
		right: 10px;
	}
}

/* after */
.onlineNavLists__link:after {
	content: "";
	border: 2px solid #f29600;
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	position: absolute;
	top: 2px;
	left: 2px;
	transition: all .3s ease-in-out;
}
.onlineNavLists__link:hover:after,
.onlineNavLists__link.is-active:after {
	border-color: #fff;
}

/**
 * oneOnline
 */
.oneOnline {
	display: none;
}

/**
 * oneOnlineLists
 */
/* item */
.oneOnlineLists__item {
	padding-top: 80px;
}
@media screen and (max-width:767px){
	.oneOnlineLists__item {
		padding-top: 30px;
	}
}

/* dt */
.oneOnlineLists__dt {
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 30px;
	text-align: center;
}
@media screen and (max-width:767px){
	.oneOnlineLists__dt {
		font-size: 16px;
		font-size: 1.6rem;
		margin-bottom: 20px;
	}
}

/* dt inner */
.oneOnlineLists__dt__inner {
	position: relative;
}
.oneOnlineLists__dt__inner:before {
	content: "";
	background-color: #fff;
	width: 100%;
	height: 2px;
	position: absolute;
	bottom: -3px;
}

/* dt inner2 */
.oneOnlineLists__dt__inner2 {
	display: block;
	font-size: 18px;
}
@media screen and (max-width:767px){
	.oneOnlineLists__dt__inner2 {
		font-size: 12px;
		font-size: 1.2rem;
	}
}

/* dd */
@media screen and (max-width:767px){
	.oneOnlineLists__dd {
		padding: 0 20px;
	}
}

/**
 * playOne
 */
.playOne {
	margin-bottom: 60px;
}
.playOne:last-of-type {
	margin-bottom: 0;
}
@media screen and (max-width:767px){
	.playOne {
		margin-bottom: 40px;
	}
}

/**
 * playOne__title
 */
.playOne__title {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	margin-bottom: 40px;
}
@media screen and (max-width:767px){
	.playOne__title {
		margin-bottom: 20px;
	}
	.playOne__title--img {
		width: 165px;
	}
}

/* text */
.playOne__title--text {
	font-size: 16px;
	font-weight: 700;
	margin-top: 10px;
}
@media screen and (max-width:767px){
	.playOne__title--text {
		font-size: 12px;
		font-size: 1.2rem;
	}
}

/**
 * playOne__textBox
 */
.playOne__text {
	font-size: 16px;
	line-height: 2;
	margin-bottom: 40px;
}
.playOne__text.is-fontL {
	font-weight: 700;
}
@media screen and (max-width:767px){
	.playOne__text {
		font-size: 12px;
		font-size: 1.2rem;
		margin-bottom: 20px;
	}
}

/* a */
.playOne__text a {
	color: #fff;
}

/* font large */
.playOne__text--fontL {
	display: block;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
}
@media screen and (max-width:767px){
	.playOne__text--fontL {
		font-size: 14px;
		font-size: 1.4rem;
	}
}


/**
 * platformLists
 */
.platformLists {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

/* item */
.platformLists__item {
	width: calc((100% - 12px) / 2);
}
.platformLists__item:not(:nth-child(2n + 1)) {
    margin-left: 12px;
}
.platformLists__item:nth-child(n + 3) {
	margin-top: 20px;
}
@media screen and (max-width:767px){
	.platformLists__item {
		width: calc((100% - 5px) / 2);
	}
	.platformLists__item:not(:nth-child(2n + 1)) {
		margin-left: 5px;
	}
	.platformLists__item:nth-child(n + 3) {
		margin-top: 10px;
	}
}

/* link */
.platformLists__link {
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-decoration: none;
}

/* text */
.platformLists__text {
	font-size: 16px;
    font-weight: 700;
    margin-top: 10px;
}
@media screen and (max-width:767px){
	.platformLists__text {
		font-size: 12px;
		font-size: 1.2rem;
	}
}

/**
 * platformText
 */
.platformTextBox {
	margin-top: 80px;
}
.platformText {
	font-size: 16px;
    line-height: 2;
    margin-bottom: 40px;
}
@media screen and (max-width:767px){
	.platformTextBox {
		margin-top: 40px;
		padding: 0 20px;
	}
	.platformText {
		font-size: 12px;
		font-size: 1.2rem;
		margin-bottom: 20px;
	}
}


/*-----------------------------------------------
 * Artist
-------------------------------------------------*/
/**
 * artistDlLists
 */
/* dt */
.artistDlLists__dt {
	margin-bottom: 50px;
	text-align: center;
}
@media screen and (max-width:767px){
	.artistDlLists__dt {
		margin-right: auto;
		margin-bottom: 30px;
		margin-left: auto;
	}
	.artistDlLists__dt.is-artist {
		width: 40.26%;
	}
	.artistDlLists__dt.is-mc {
		width: 29.73%;
	}
	.artistDlLists__dt.is-special {
		width: 43.73%;
	}
	.artistDlLists__dt img {
		width: 100%;
	}
}

/* item */
.artistDlLists__item {
	margin-bottom: 60px;
}
@media screen and (max-width:767px){
	.artistDlLists__item {
		margin-bottom: 40px;
	}
}

/**
 * artistLists
 */
.artistLists {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 0 20px;
}

/* item */
.artistLists__item {
	width: calc((100% - 20px) / 2);
}
.artistLists__item:not(:nth-child(2n + 1)) {
    margin-left: 20px;
}
.artistLists__item:nth-child(n + 3) {
	margin-top: 30px;
}
@media screen and (max-width:767px){
	.artistLists__item {
		width: calc((100% - 10px) / 2);
	}
	.artistLists__item:not(:nth-child(2n + 1)) {
		margin-left: 10px;
	}
	.artistLists__item:nth-child(n + 3) {
		margin-top: 20px;
	}
}

/* link */
.artistLists__link {
	color: #fff;
	text-decoration: none;
}

/* img */
.artistLists__imgWrap {
	border-radius: 20px;
	width: 100%;
	height: 230px;
	overflow: hidden;
}
.artistLists__img {
	transition: transform .3s ease-in-out;
}
.artistLists__link:hover .artistLists__img {
	transform: scale(1.1);
}
@media screen and (max-width:767px){
	.artistLists__imgWrap {
		border-radius: 10px;
		height: auto;
		padding-top: 59.12%;
		position: relative;
	}
	.artistLists__img {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
	}
}

/* name */
.artistLists__name {
	font-size: 20px;
	font-weight: 700;
	margin-top: 10px;
	text-align: center;
}
@media screen and (max-width:767px){
	.artistLists__name {
		font-size: 12px;
		font-size: 1.2rem;
	}
}
