@charset "utf-8";
.contents2,
.contents2 * {
	box-sizing: border-box;
}
#midashibar {
	background-color: #C75CFF;
}
.cdtab {
	width: 100%;
	text-align: center;
	padding: 10px;
}
.cdtab img {
	padding: 10px 5px 0 5px;
}



.qmenu {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 15px 0;
	gap: 5px;
	margin-bottom: 60px;
}
.qmenu a {
	width: 80px;
	height: 80px;
	position: relative;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
.qmenu a img {
	position: relative;
	/*width: 100%;
	height: 100%;*/
	max-width: 80px;
	max-height: 80px;
}
.qmenu a::before {
	position: absolute;
	content: '';
	display: block;
	width: 78px;
	height: 78px;
	border: 1px solid #e7b7ff;
	top: 0;
	left: 0;
	z-index: 1;
}


.box {
	margin: 0 0 30px;
	min-height: 300px;
}
.box .llbox {
	width: calc(100% - 20px)!important;
	margin: 0 auto 30px;		
    padding: 0.5em 1em;
    background: #f4f4f4;
    border-left: solid 20px #C75CFF;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.33);
	border-radius: 5px ;
}
.box .llbox p {
	font-size: 140%;
	font-weight: 400;
	color: #C75CFF;
	text-shadow: 2px 2px 5px #d7b0ff;
	line-height: 1.2;
}
.box .llbox span {
	font-size: 70%;
	display: block;
}
.box .llbox span + br {
	display: none;
}
.box .cover {
	width: 100%;
	margin-bottom: 10px;
	font-size: 80%;
	line-height: 1.5;
	text-align: center;
	color: #777777;
}
.box .cover .cover_inner {
	text-align: center;
}
.box .cover .cover_inner:not(:last-child) {
	margin-bottom: 10px;
}
.box .cover img {
	width: 100%;
	max-width: 300px;
}
.box .cover .cover_inner span {
	display: block;
	text-align: center;
	margin-top: 5px;
}
.box .text {
	padding: 0 30px;
}
.jumptotop {
	padding: 0;
	text-align: center;
	margin-bottom: 60px;
	padding: 30px;
}
#contents2 > .jumptotop:last-child {
	margin-bottom: 0;
}
@media (min-width:768px) and (max-width:999px) {
	.box .cover {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 20px;
	}
	.box .cover .cover_inner {
		width: calc(50% - 10px);
		max-width: 300px;
	}
	.qmenu a::before {
		width: 76px;
		height: 76px;
		border: 2px solid #e7b7ff;
	}
}
@media (min-width:1000px) {
	body {
		background-image: url("../img/cd/bg.jpg");
	}
	.box {
		display: flex;
		flex-wrap: wrap;
		margin: 0;
	}
	.box .cover {
		width: 300px;
		margin-left: 20px;
	}
	.box .cover .cover_inner {
		text-align: left;
	}
	.box .text {
		width: calc(100% - 300px - 20px);
	}
	.jumptotop {
		text-align: right;
	}
	.qmenu a::before {
		width: 76px;
		height: 76px;
		border: 2px solid #e7b7ff;
	}
}




span + a .followbtn.line,
span + .followbtn.line,
a + a .followbtn.line,
a + .followbtn.line,
p + .followbtn.line,
br + .followbtn.line,
p + a .followbtn.line,
br + a .followbtn.line {
	margin-top: 10px;
}
a .followbtn,
.followbtn a {
	display: block;
	text-decoration: none;
	width: 100%;
	text-align: left;
	line-height: 1;
	padding: .5em 2em .5em 1em;
	border-radius: .3em;
	position: relative;
	transition: all .6s;
	box-sizing: border-box;
	background-color:#FFF!important;
	border: 1px solid  #C75CFF;
	color: #C75CFF!important;
}
a .followbtn::after,
.followbtn a::after {
	position: absolute;
	content: '〉';
	display: block;
	right: .3em;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	transition: all .6s;
	color: #C75CFF!important;
}
a .followbtn::before,
.followbtn a::before {
	position: absolute;
	content: '〉';
	display: block;
	right: .6em;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	transition: all .6s;
	color: #C75CFF!important;
	opacity: 0;
}
a:hover .followbtn::before,
.followbtn a:hover::before {
	opacity: 1;
}
a:hover .followbtn,
.followbtn a:hover {
	text-decoration: none;
}
@media screen and (max-width:480px) {
	.followbtn {
		padding: 1em 2em 1em 1em;
	}
}

.link {
	text-decoration: none!important;
}

.tokutenbox {
	line-height: 1.2;
	letter-spacing: -.001em;
	margin-top: 20px;
	padding: 1em;
	background-color: rgba(199,92,255,.1);
	border-radius: .3em;
}
