section {
	margin-bottom: 60px;
}

.wrapper {
	width: 94%;
	margin: 0 auto;
}

.textBorder {
	margin-bottom: 1rem;
}

.box {
	position: relative;
	width: 100%;
	margin: 0 auto;
}

.cyberBox {
	background: #f5f5f5;
	width: 100%;
	margin-bottom: 1rem;
}

a {
	text-decoration: none;
}

.castBox {
	margin-bottom: 0;
	padding: 0.5rem 0;
}

.castBox .col {
	padding: 0.2rem;
}

.pc {
	display: none;
}

.smh {
	display: block;
	margin-top: 5px;
}

.btnMore {
	background: #fff;
	background-image: url(/img/ico_more.png);
	background-repeat: no-repeat;
	background-position: right 20px bottom 50%;
	width: 100%;
	max-width: 1100px;
	margin: 2rem auto;
	color: #65499b;
	border: 3px solid #c19adb;
	border-radius: 40px;
	box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.7);
	padding: 20px;
}

/* title------------------------------------------------------ */

.mainVisual {
	margin-bottom: 2rem;
}

.main_ul li img {
	border-radius: 1rem;
}

h2 {
	width: 94%;
	margin: 0 auto;
}

.titleWrap {
	align-items: center;
	display: flex;
	overflow: hidden;
	white-space: nowrap;
	position: relative;
	transform: skew(0deg, 4deg) translate3d(0, 0, 0);
	background: #f7ed00;
	padding: 0.5rem;
	top: -30px;
	z-index: -1;
	box-sizing: border-box;
	outline: 4px solid #000;
	outline-offset: 0px;
}

.titleWrap ul {
	animation: flowing 30s linear infinite;
	transform: translateX(100%);
	margin: 0;
	padding: 0;
	font-family: "Dela Gothic One", cursive;
}

.titleWrap ul li {
	display: inline-block;
	font-size: 1.2rem;
	font-weight: bold;
	padding-right: 0.5rem;
}

.titleWrap ul li:nth-of-type(odd) {
	color: #fff;
	-webkit-text-stroke: 1px #65499b;
	text-stroke: 1px #65499b;
}

.titleWrap ul li:nth-of-type(even) {
	color: #65499b;
}

@keyframes flowing {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(-100%);
	}
}

.contentWrap {
	width: 1280px;
	max-width: 94%;
	margin: 0 auto;
}

.contentWrap a {
	display: inline-block;
	margin: 0;
	padding: 0;
}

@media only screen and (min-width: 1020px) {
	/* title---------------------------------------------------- */

	.main_ul li img {
		border-radius: 2rem;
	}

	h2 {
		max-width: 1280px;
		margin: 0 auto;
	}

	h2 img {
		width: 820px;
	}

	.titleWrap {
		top: 30px;
		margin-bottom: 6rem;
		padding: 1rem;
		font-size: 2rem;
	}

	.titleWrap ul li {
		font-size: 2rem;
	}

	.btn {
		width: 80%;
		margin: 0 auto 6rem;
	}

	@media only screen and (max-width: 480px) {
		.btnMore {
			padding: 10px 20px;
		}
	}

	.more {
		text-align: center;
		color: #65499b;
		font-weight: bold;
		font-size: 1.2em;
		margin: 0 auto;
	}

	.full-name {
		border-bottom: 2px solid white;
		text-align: center;
		font-size: 3em;
		width: 60%;
	}

	.eg-name {
		text-align: center;
		padding-top: 10px;
	}

	.sns-name {
		text-align: center;
	}

	.sns-name img {
		max-width: 50px;
		padding: 10px 5px;
	}

	@media screen and (min-width: 768px) {
		.l-r-reverse {
			flex-direction: row-reverse;
		}
	}

	.reverse-rotate {
		transform: rotate(8deg);
	}
}

dl,
dt,
dd {
	margin: 0;
	padding: 0;
}

@media only screen and (max-width: 480px) {
	.member {
		margin-top: 90px;
	}

	.member-box {
		display: block;
		margin: 0 auto;
		text-align: center;
	}

	.member-img {
		display: block;
		width: 100%;
		padding: 0;
	}

	.member-name {
		display: block;
		width: 100%;
		padding: 0;
		padding-top: 5px;
	}

	.full-name {
		width: 80%;
		font-size: 2.4em;
		padding-top: 5px;
	}

	.reverse-rotate {
		transform: none;
	}

	.sns-name {
		padding-bottom: 25px;
	}

	.message-name {
		font-size: 0.92em;
		margin-top: -10px;
		padding: 15px;
	}

	.message-name dt {
		width: 20%;
		margin-bottom: 8px;
	}

	.message-name dd {
		width: 80%;
		margin-bottom: 8px;
	}
}

@media only screen and (min-width: 768px) {
	.wrapperBg {
		width: 96%;
	}

	.eventUl {
		height: 100px;
	}

	.tw_pad {
		display: block;
	}

	.tw_pc_s {
		display: none;
	}
}

@media only screen and (min-width: 1200px) {
	.newsBg_smh {
		height: auto;
	}

	.pad_yt {
		display: none !important;
	}

	.pc_yt {
		display: block;
	}
}

@media only screen and (min-width: 768px) {
	.bnrArea {
		padding-top: 2rem;
	}

	.btnMore:hover {
		background: #fff;
		background-image: url(/img/ico_more.png);
		background-repeat: no-repeat;
		background-position: right 40px;
		background-position: right 20px bottom 50%;
	}

	.pad_yt {
		display: block;
	}

	.pc {
		display: block;
	}

	.smh {
		display: none;
	}

	ul {
		margin: 0;
		padding: 1rem !important;
	}
}

.disco-box {
	margin: 0 auto 50px auto;
	position: relative;
	z-index: 201;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.disco-img {
	width: 48%;
}

.disco-img img {
	width: 100%;
}

.disco-text {
	border: 2px solid #e9307a;
	width: 48%;
	background-color: #fff;
	border-radius: 15px;
	padding: 20px;
	font-size: 1.2em;
}

.disco-point {
	display: inline-block;
	background-color: #f7ed00;
	color: #65499b;
	border-radius: 15px;
	font-size: 1em;
	font-weight: bold;
	padding: 5px 20px;
	text-align: center;
	width: 40%;
}

.disco-title {
	background-color: #000;
	color: #fff;
	font-size: 1em;
	text-align: center;
	margin: 10px 0 0 0;
	padding: 30px;
}

.disco-songs {
	border-left: 10px solid #000;
	border-bottom: 1px solid #000;
	margin: 20px 0 0 0;
}

.songs-list {
	width: 90%;
	margin: 0;
	padding-left: 40px;
	margin-bottom: 20px;
}

.songs-list li {
	margin: 0;
	display: list-item;
	color: #000 !important;
	line-height: 1.6em;
}

.buy-btn {
	border: 2px solid #e9307a;
	transition: 0.4s;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 1;
	margin-bottom: 20px;
	border-radius: 20px;
}

.buy-btn a {
	text-align: center;
	display: block;
	width: 100%;
	color: #e9307a;
	padding: 30px;
}

.buy-btn:hover {
	opacity: 0.3;
}

@media only screen and (max-width: 480px) {
	.disco-img {
		width: 100%;
	}

	.disco-img img {
		width: 100%;
	}

	.disco-text {
		width: 100%;
	}

	.disco-point {
		font-size: 0.8em;
	}
}

.flexbox {
	display: flex;
}

.disco-text-summary {
	box-sizing: border-box;
	display: inline-block;
	box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.5);
	background-color: #fff;
	width: 25%;
	padding: 20px;
	font-size: 1.2em;
	margin: 10px 10px;
}

.disco-text-summary-inner {
	display: inline-block;
}

.disco-text-summary img {
	display: inline-block;
	width: 100%;
	/*border-radius: 15px;*/
}

.disco-text-summary-cr {
	box-sizing: border-box;
	display: inline-block;
	box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.5);
	background-color: #fff;
	width: 25%;
	padding: 20px;
	opacity: 0;
	margin: 0 10px;
}

@media only screen and (max-width: 780px) {
	.disco-img {
		width: 100%;
	}

	.disco-img img {
		width: 100%;
	}

	.disco-text {
		width: 100%;
	}

	.disco-point {
		width: 70%;
		font-size: 0.8em;
	}

	.disco-title {
		font-size: 1em;
		padding: 20px;
	}

	.flexbox {
		display: block;
	}

	.disco-text-summary {
		width: 100% !important;
		max-width: 100%;
		margin-top: 20px;
		padding: 10px;
		display: block !important;
		margin: 10px 0;
	}

	.disco-summary-img {
		float: left;
		width: 40%;
	}

	.disco-summary-text {
		float: right;
		padding-left: 10px;
		width: 60%;
	}
}

.section-Title {
	margin-top: -40px;
	margin-bottom: 10px;
}

@media only screen and (max-width: 480px) {
	.section-Title {
		margin-bottom: 20px;
	}
}

.section-Title h3 img {
	max-width: 100%;
}
