@charset "utf-8";

/* ---------------------------------------------------------- */
/* News
/* ---------------------------------------------------------- */
#news {
	width: 1150px;
	margin: auto;
	}

#news article {
	margin: 0 0 10px 0;
	}

#news article:last-child {
	margin: 0;
	}

#news article .title {
	width: 100%;
	background: #fff;
	border: 1px solid #ebebeb;
	border-radius: 5px;
	padding: 15px 50px 15px 0;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
	position: relative;
	cursor: pointer;
	}

#news article .title::before {
	content: "";
	width: 20px;
	height: 20px;
	top: 0;
	bottom: 0;
	right: 20px;
	background: #f060a2;
	border-radius: 50px;
	margin: auto;
	position: absolute;
	}

#news article .title::after {
	content: "";
	width: 4px;
	height: 4px;
	top: 6px;
	bottom: 0;
	right: 26px;
	border: 4px solid transparent;
	border-top: 6px solid #fff;
	box-sizing: border-box;
	margin: auto;
	position: absolute;
	}

#news article .title.close {
	background: #fffac8;
	border-radius: 5px 5px 0 0;
	}

#news article .title.close::after {
	top: -6px;
	border: 4px solid transparent;
	border-bottom: 6px solid #fff;
	}

#news article .title time {
	width: 185px;
	padding: 0 40px 0 20px;
	}

#news article .title time span {
	width: 100%;
	font-family: 'Candal', sans-serif;
	color: #fff;
	line-height: 1.2;
	text-align: center;
	background: #f060a2;
	border-radius: 3px;
	border: 1px dashed #fff;
	box-shadow: 0 0 0 3px #f060a2;
	padding: 5px;
	display: inline-block;
	}

#news article .title h3 {
	width: calc(100% - 185px);
	font-size: 1.6rem;
	}

#news article .detail {
	background: #fff;
	border-bottom: 1px solid #ebebeb;
	border-left: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
	border-radius: 0 0 5px 5px;
	padding: 30px;
	display: none;
	}

#news article .detail h4 {
	font-size: 1.4rem;
	color: #fff;
	background: #f060a2;
	border-radius: 3px;
	padding: 3px 10px;
	display: inline-block;
	}

#news article .detail h5 {
	font-size: 1.4rem;
	font-weight: bold;
	color: #00a5eb;
	}

#news article .detail h5.line {
	border-bottom: 1px solid #ebebeb;
	padding: 0 0 3px 0;
	}

/* table */
#news article .detail table.table {
	width: 100%;
	border-collapse: collapse;
	}

#news article .detail table.table thead th {
	font-weight: normal;
	color: #fff;
	background: #85d1db;
	border: 1px solid #ebebeb;
	padding: 10px 20px;
	}

#news article .detail table.table tbody th {
	font-weight: normal;
	text-align: left;
	border: 1px solid #ebebeb;
	white-space: nowrap;
	padding: 10px 20px;
	}

#news article .detail table.table tbody th.item ,
#news article .detail table.table tbody th.line {
	color: #fff;
	background: #85d1db;
	}

#news article .detail table.table td {
	vertical-align: middle;
	border: 1px solid #ebebeb;
	padding: 10px 20px;
	}

#news article .detail table.table td .tit {
	display: none;
	}

/* commentList */
#news article .detail ul.commentList {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
	}

#news article .detail ul.commentList .photo {
	padding: 0 30px 0 0;
	}

/* imageList */
#news article .detail ul.imageList {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
	}

#news article .detail img.border {
	border: 1px solid #ebebeb;
	}

@media (max-width: 768px){
#news {
	width: 100%;
	padding: 0 20px;
	}

#news article {
	margin: 0 0 10px 0;
	}

#news article .detail {
	padding: 20px;
	}

#news article .detail img.image {
	width: 100%;
	}

#news article .detail img.image_w {
	width: 80%;
	}

/* movie */
#news .movie {
	height: 0;
	padding: 0 0 56.25% 0;
	overflow: hidden;
	position: relative;
	}

#news .movie iframe {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	}
}

@media (max-width: 640px){
#news {
	padding: 0 15px;
	}

#news article .title {
	padding: 10px 40px 10px 15px;
	display: block;
	}

#news article .title::before {
	right: 10px;
	}

#news article .title::after {
	right: 16px;
	}

#news article .title time {
	width: 100%;
	padding: 0;
	}

#news article .title time span {
	width: auto;
	font-size: 1.0rem;
	line-height: 0.7;
	margin: 0 0 5px 0;
	}
	
#news article .title h3 {
	width: 100%;
	font-size: 1.4rem;
	}

#news article .detail {
	padding: 15px;
	}

/* table */
#news article .detail table.table thead {
	display: none;
	}

#news article .detail table.table tr {
	margin: 0 0 20px 0;
	display: block;
	}

#news article .detail table.table tr:last-child {
	margin: 0;
	}

#news article .detail table.table tbody th {
	width: 100%;
	color: #fff;
	background: #85d1db;
	border: none;
	border-radius: 3px;
	margin: 0 0 5px 0;
	padding: 5px 10px;
	display: block;
	}

#news article .detail table.table tbody th.line {
	color: #231815;
	background: none;
	border-bottom: 1px solid #ebebeb;
	border-radius: 0;
	margin: 0 0 10px 0;
	padding: 0 0 5px 0
	}

#news article .detail table.table td {
	width: 100%;
	border: none;
	padding: 0;
	display: block;
	}

#news article .detail table.table td .tit {
	display: inline-block;
	}

/* commentList */
#news article .detail ul.commentList {
	display: block;
	}

#news article .detail ul.commentList .photo {
	text-align: center;
	padding: 0 0 10px 0;
	}

#news article .detail ul.commentList .photo img {
	width: 60%;
	}

/* imageList */
#news article .detail ul.imageList li {
	padding: 0;
	margin: 0 0 20px 0;
	}

#news article .detail ul.imageList li.end {
	margin: 0;
	}

#news article .detail img.image_w {
	width: 100%;
	}

#news article .detail img.image_h {
	width: 70%;
	}
}


/* ---------------------------------------------------------- */
/* Staff&Cast
/* ---------------------------------------------------------- */
#staff_cast .box {
	width: 1000px;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	margin: auto;
	}

#staff_cast h3 {
	text-align: center;
	margin: 0 0 20px 0;
	}

#staff_cast h3 img {
	height: 74px;
	}

#staff_cast #staff ,
#staff_cast #cast {
	width: 50%;
	}

#staff_cast dl {
	margin: 0 0 20px 0;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
	}

#staff_cast dl:last-child {
	margin: 0;
	}

#staff_cast dl dt {
	width: 50%;
	font-size: 1.6rem;
	text-align: right;
	padding: 0 30px 0 0;
	}

#staff_cast dl dd {
	width: 50%;
	font-size: 2.2rem;
	letter-spacing: 3px;
	border-left: 2px solid #00a5eb;
	padding: 0 0 0 25px;
	position: relative;
	}

#staff_cast dl dd::after {
	content: "";
	width: 100%;
	height: 100%;
	border-left: 2px solid #f060a2;
	top: 0;
	left: -6px;
	position: absolute;
	}

@media (max-width: 768px){
#staff_cast {
	padding: 0 20px;
	}

#staff_cast .box {
	width: 100%;
	display: block;
	}

#staff_cast #staff ,
#staff_cast #cast {
	width: 100%;
	}

#staff_cast #staff {
	margin: 0 0 40px 0;
	}
}

@media (max-width: 640px){
#staff_cast {
	padding: 0 15px;
	}

#staff_cast h3 img {
	height: 60px;
	}

#staff_cast dl dt {
	font-size: 1.3rem;
	padding: 0 20px 0 0;
	}

#staff_cast dl dd {
	font-size: 1.8rem;
	letter-spacing: 0;
	padding: 0 0 0 15px;
	}
}


/* ---------------------------------------------------------- */
/* On Air/Stream
/* ---------------------------------------------------------- */
#onair .box {
	width: 1000px;
	margin: 0 auto 60px auto;
	}

#onair .box:last-child {
	margin: auto;
	}

#onair .box h3 {
	text-align: center;
	margin: 0 auto 20px auto;
	}

#onair .box h3 img {
	height: 74px;
	}

#onair .box dl {
	width: 100%;
	font-size: 1.6rem;
	background: #fff;
	border: 1px solid #ebebeb;
	border-radius: 5px;
	margin: 5px 0 0 0;
	padding: 15px;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
	}

#onair .box dl dt {
	width: 250px;
	font-weight: bold;
	color: #f060a2;
	text-align: right;
	}

#onair .box dl dt a:hover {
	text-decoration: none;
	}

#onair .box dl dd {
	width: calc(100% - 250px);
	padding: 0 0 0 40px;
	}

#onair .box p {
	text-align: center;
	margin: 30px auto 0 auto;
	}

#onair .box.stream .list {
	margin: 30px 0 0 0;
	}

#onair .box.stream .list h4 {
	width: 100%;
	font-size: 1.8rem;
	font-weight: bold;
	color: #00a5eb;
	text-align: center;
	margin: 0 0 5px 0;
	}

#onair .box.stream .list p {
	margin: 0 0 10px 0;
	}

#onair .box.stream .list .site {
	width: calc(100% + 10px);
	margin: 0 0 0 -5px;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
	}

#onair .box.stream .list .site a {
	width: calc(25% - 10px);
	font-weight: bold;
	color: #00a5eb;
	text-align: center;
	text-decoration: none;
	line-height: 1.3;
	background: #fff;
	border: 1px solid #ebebeb;
	border-radius: 5px;
	margin: 10px 5px 0 5px;
	padding: 15px 10px;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	}

#onair .box.stream .list .site a:hover {
	background: #fffac8;
	}

#onair .box.stream .list .site a.nolink {
	pointer-events: none;
	}

#onair .box.stream dl dt {
	color: #00a5eb;
	}

#onair .box.stream dl dt a {
	color: #00a5eb;
	text-decoration: underline;
	}

#onair .box.stream dl dt a:hover {
	text-decoration: none;
	}

@media (max-width: 768px){
#onair {
	padding: 0 20px;
	}

#onair .box {
	width: 100%;
	margin: 0 auto 50px auto;
	}

#onair .box dl dt {
	width: 180px;
	}

#onair .box dl dd {
	width: calc(100% - 180px);
	padding: 0 0 0 30px;
	}

#onair .box.stream .list .site a {
	width: calc(33.33333% - 10px);
	padding: 10px;
	}

#onair .box.stream .list .site a br.sp {
	display: inline-block;
	}
}

@media (max-width: 640px){
#onair {
	padding: 0 15px;
	}

#onair .box {
	margin: 0 auto 40px auto;
	}

#onair .box h3 {
	margin: 0 auto 10px auto;
	}

#onair .box h3 img {
	height: 60px;
	}

#onair .box dl {
	font-size: 1.4rem;
	padding: 10px 15px;
	display: block;
	}

#onair .box dl dt {
	width: 100%;
	text-align: left;
	}

#onair .box dl dd {
	width: 100%;
	padding: 0;
	}

#onair .box p {
	font-size: 1.4rem;
	margin: 20px auto 0 auto;
	}

#onair .box.stream .list {
	margin: 20px 0 0 0;
	}

#onair .box.stream .list h4 {
	font-size: 1.6rem;
	margin: 0;
	}

#onair .box.stream .list .site {
	width: calc(100% + 5px);
	margin: 0 0 0 -2.5px;
	}

#onair .box.stream .list .site a {
	font-size: 1.2rem;
	width: calc(50% - 5px);
	border-radius: 3px;
	margin: 5px 2.5px 0 2.5px;
	}
}


/* ---------------------------------------------------------- */
/* Story
/* ---------------------------------------------------------- */
#story {
	width: 1150px;
	margin: auto;
	}

#story .btn {
	text-align: center;
	margin: 0 0 40px 0;
	}

#story .btn ul {
	display: -webkit-inline-flex;
	display: -ms-inline-flex;
	display: inline-flex;
	}

#story .btn ul li {
	margin: 0 12.5px;
	}

#story .btn ul li a ,
#story .btn ul li span {
	width: 40px;
	height: 40px;
	font-size: 1.6rem;
	font-family: 'Candal', sans-serif;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background: #f060a2;
	border: 1px dashed #fff;
	border-radius: 50px;
	box-shadow: 0 0 0 5px #f060a2;
	padding: 6px 0 0 0;
	display: inline-block;
	}

#story .btn ul li span {
	background: #ebebeb;
	box-shadow: 0 0 0 5px #ebebeb;
	}

#story .btn ul li.intro a {
	width: auto;
	padding: 6px 20px 0 20px;
	}

#story .btn ul li a:hover {
	background: #f9bdd7;
	box-shadow: 0 0 0 5px #f9bdd7;
	}

#story .btn ul li a.current {
	background: #00a5eb;
	box-shadow: 0 0 0 5px #00a5eb;
	pointer-events: none;
	}

#story h3 {
	text-align: center;
	margin: 0 0 5px 0;
	}

#story h3 img {
	height: 74px;
	}

#story .story h4 {
	font-size: 3.0rem;
	font-weight: bold;
	text-align: center;
	margin: 0 0 20px 0;
	}

#story .story .image {
	max-width: 700px;
	margin: 0 auto 30px auto;
	}

#story .story .image img {
	width: 100%;
	}

#story .story .image .thumb {
	margin: 5px 0 0 0;
	}

#story .story .image .thumb .swiper-wrapper .swiper-slide img {
	width: 100%;
	border: 3px solid #ccc;
	padding: 2px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	cursor: pointer;
	}

#story .story .image .thumb .swiper-wrapper .swiper-slide img:hover ,
#story .story .image .thumb .swiper-slide-thumb-active img {
	border: 3px solid #f060a2 !important;
	}

#story .story .detail {
	max-width: 900px;
	margin: auto;
	}

#story .story .detail .box {
	margin: 0 0 30px 0;
	}

#story .story .detail .box:last-of-type{
	margin: 0;
	}

#story .story .detail .box h5 {
	font-size: 2.0rem;
	font-family: 'Candal', sans-serif;
	font-weight: bold;
	color: #f060a2;
	text-align: center;
	margin: 0 0 5px 0;
	}

#story .story .detail .box .bg {
	line-height: 1.8;
	text-align: center;
	background: #fff;
	border: 1px solid #ebebeb;
	border-radius: 10px;
	padding: 20px;
	}

#story .story .detail .box .text {
	font-size: 1.6rem;
	}

#story .story .detail .box .movie {
	height: 0;
	padding: 0 0 56.25% 0;
	overflow: hidden;
	position: relative;
	}

#story .story .detail .box .movie iframe {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	}

#story .introduction h3 {
	margin: 0 auto 40px auto;
	}

#story .introduction p {
	width: 784px;
	height: 614px;
	background: url(../images/story/txt_story.png) no-repeat;
	background-size: cover;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	margin: auto;
	}

@media (max-width: 768px){
#story {
	width: 100%;
	padding: 0 40px;
	}

#story .btn {
	margin: 0 0 20px 0;
	}

#story .btn ul {
	flex-wrap: wrap;
	justify-content: center;
	}

#story .btn ul li {
	margin: 0 7px 13px 7px;
	}

#story .btn ul li a ,
#story .btn ul li span {
	width: 30px;
	height: 30px;
	font-size: 1.4rem;
	box-shadow: 0 0 0 2px #f060a2;
	padding: 2px 0 0 0;
	}

#story .btn ul li.intro a {
	width: auto;
	padding: 2px 20px 0 20px;
	}

#story .btn ul li span {
	box-shadow: 0 0 0 2px #ebebeb;
	}

#story .btn ul li a:hover {
	box-shadow: 0 0 0 2px #f9bdd7;
	}

#story .btn ul li a.current {
	box-shadow: 0 0 0 2px #00a5eb;
	}

#story .story h4 {
	font-size: 2.6rem;
	margin: 0 0 10px 0;
	}

#story .story .image {
	margin: 0 auto 20px auto;
	}

#story .story .detail .box .text {
	font-size: 1.4rem;
	text-align: left;
	}

#story .introduction h3 {
	margin: 0 auto 30px auto;
	}

#story .introduction p {
	width: 90%;
	height: 0;
	padding: 70.48468% 0 0 0;
	}
}

@media (max-width: 640px){
#story {
	padding: 0 15px;
	}

#story .btn {
	margin: 0 0 10px 0;
	}

#story .btn ul li.intro {
	width: 100%;
	margin: 0 0 18px 0;
	}

#story h3 img {
	height: 60px;
	}

#story .story h4 {
	font-size: 2.0rem;
	}

#story .story .image .thumb .swiper-wrapper .swiper-slide img {
	border: 2px solid #ccc;
	padding: 1px;
	}

#story .story .image .thumb .swiper-wrapper .swiper-slide img:hover ,
#story .story .image .thumb .swiper-slide-thumb-active img {
	border: 2px solid #f060a2 !important;
	}

#story .story .detail .box {
	margin: 0 0 20px 0;
	}

#story .story .detail .box h5 {
	font-size: 1.6rem;
	}

#story .story .detail .box .bg {
	padding: 15px;
	}

#story .story .detail .box .staff {
	text-align: left;
	}

#story .introduction h3 {
	margin: 0 auto 20px auto;
	}

#story .introduction p {
	background: url(../images/story/txt_story_sp.png) no-repeat;
	background-size: cover;
	padding: 144.62068% 0 0 0;
	}
}


/* ---------------------------------------------------------- */
/* Character
/* ---------------------------------------------------------- */
#character .thumb {
	text-align: center;
	margin: 0 auto 50px auto;
	}

#character .swiper-container.thumb {
	z-index: 2;
	}

#character .thumb .swiper-wrapper {
	width: 920px;
	display: -webkit-inline-flex;
	display: -ms-inline-flex;
	display: inline-flex;
	}

#character .thumb .swiper-wrapper .swiper-slide {
	width: 115px !important;
	height: 100px;
	overflow: hidden;
	padding: 0 7.5px;
	position: relative;
	}

#character .thumb .swiper-wrapper .swiper-slide img {
	width: 100px;
	top: 0;
	left: 7.5px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	cursor: pointer;
	position: absolute;
	}

#character .thumb .swiper-wrapper .swiper-slide img:hover ,
#character .thumb .swiper-slide-thumb-active img.off {
	opacity: 0;
	}

#character .swiper-container.slider {
	height: 850px;
	margin: -110px 0 0 0;
	}

#character .slider .swiper-wrapper {
	width: 1150px;
	margin: auto;
	}

#character .slider .chara {
	position: relative;
	}

#character .slider .chara h3 {
	top: 240px;
	left: 500px;
	position: absolute;
	}

#character .slider .chara h3 img {
	width: 580px;
	}

#character .slider .chara .text {
	top: 200px;
	left: 30px;
	position: absolute;
	z-index: 1;
	}

#character .slider .chara .text img {
	width: 125px;
	}

#character .slider .chara .main {
	width: 450px;
	top: 110px;
	left: 60px;
	position: absolute;
	}

#character .slider .chara .main img {
	width: 100%;
	}

#character .slider .chara .main img.usao {
	margin-top: -110px;
	}

#character .slider .chara ul.btn {
	width: 120px;
	top: 113px;
	left: 3px;
	position: absolute;
	z-index: 1;
	}

#character .slider .chara ul.btn li {
	color: #fff;
	text-align: center;
	background: #ebebeb;
	border-radius: 5px;
	margin: 0 0 12px 0;
	border: 1px dashed #fff;
	box-shadow: 0 0 0 3px #ebebeb;
	display: block;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	cursor: pointer;
	}

#character .slider .chara ul.btn li:hover {
	background: #00a5eb;
	box-shadow: 0 0 0 3px #00a5eb;
	}

#character .slider .chara ul.btn li.active {
	background: #f060a2;
	box-shadow: 0 0 0 3px #f060a2;
	}

#character .slider .chara .profile {
	width: 610px;
	top: 370px;
	left: 540px;
	position: absolute;
	}

#character .slider .chara .profile ul {
	width: 430px;
	margin: 0 0 30px 0;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
	}

#character .slider .chara .profile ul li {
	width: 50%;
	padding: 0 20px 10px 0;
	}

#character .slider .chara .profile ul li dl {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	}

#character .slider .chara .profile ul li dl dt {
	width: 40%;
	text-align: center;
	background: #f9bdd7;
	border-radius: 5px 0 0 5px;
	padding: 5px;
	}

#character .slider .chara .profile ul li dl dd {
	width: 60%;
	background: #fff;
	border-radius: 0 5px 5px 0;
	padding: 5px 15px;
	}

#character .slider .chara .profile .detail {
	width: 100%;
	font-size: 1.5rem;
	background: #fff;
	border-radius: 10px;
	padding: 20px;
	}

#character .slider.swiper-container-fade .swiper-slide {
	opacity: 0 !important;
	}

#character .slider.swiper-container-fade .swiper-slide-active {
	opacity: 1 !important;
	}

@media (max-width: 768px){
#character .thumb {
	margin: 0 auto 30px auto;
	}

#character .thumb .swiper-wrapper {
	width: 550px;
	flex-wrap: wrap;
	justify-content: center;
	}

#character .thumb .swiper-wrapper .swiper-slide {
	width: 110px !important;
	height: 90px;
	margin: 0 0 10px 0;
	padding: 0 10px;
	}

#character .thumb .swiper-wrapper .swiper-slide img {
	width: 90px;
	height: 90px;
	left: 5px;
	}

#character .swiper-container.slider {
	height: auto;
	margin: auto;
	}

#character .slider {
	background: none;
	}

#character .slider .swiper-wrapper {
	width: 100%;
	}

#character .slider .chara {
	height: auto;
	position: static;
	}

#character .slider .box {
	width: 100%;
	height: 0;
	background: url(../images/character/bg_main.png) top 55% left repeat-x;
	background-size: auto 38.043478%;
	margin: 0 0 20px 0;
	padding: 131% 0 0 0;
	position: relative;
	}

#character .slider .chara h3 {
	width: 85%;
	top: 0;
	left: 4%;
	z-index: 2;
	}

#character .slider .chara .text {
	width: 20%;
	top: 22%;
	left: 10%;
	}

#character .slider .chara h3 img ,
#character .slider .chara .text img {
	width: 100%;
	}

#character .slider .chara .main {
	width: 100%;
	text-align: center;
	top: 12%;
	left: 0;
	}

#character .slider .chara .main img {
	width: 69.5%;
	}

#character .slider .chara .main img.usao {
	margin-top: -15.5%;
	}

#character .slider .chara ul.btn {
	top: 10%;
	left: auto;
	right: 0;
	}

#character .slider .chara ul.btn li {
	border-radius: 5px 0 0 5px;
	border-right: none;
	}

#character .slider .chara .profile {
	width: 100%;
	padding: 0 40px;
	position: static;
	}

#character .slider .chara .profile ul {
	width: calc(100% + 5px);
	margin: 0 0 10px -2.5px;
	}

#character .slider .chara .profile ul li {
	padding: 2.5px;
	}
}

@media (max-width: 640px){
#character .thumb {
	margin: 0 auto 30px auto;
	}

#character .thumb .swiper-wrapper {
	width: 400px;
	}

#character .thumb .swiper-wrapper .swiper-slide {
	width: 80px !important;
	height: 70px;
	}

#character .thumb .swiper-wrapper .swiper-slide img {
	width: 70px;
	height: 70px;
	}

#character .slider .chara ul.btn {
	width: 100px;
	}

#character .slider .chara .profile {
	padding: 0 15px;
	}

#character .slider .chara .profile .detail {
	font-size: 1.4rem;
	padding: 15px;
	}
}

@media (max-width: 400px){
#character .thumb .swiper-wrapper {
	width: 350px;
	}

#character .thumb .swiper-wrapper .swiper-slide {
	width: 70px !important;
	height: 60px;
	}

#character .thumb .swiper-wrapper .swiper-slide img {
	width: 60px;
	height: 60px;
	}
}

@media (max-width: 380px){
#character .thumb .swiper-wrapper {
	width: 325px;
	}

#character .thumb .swiper-wrapper .swiper-slide {
	width: 65px !important;
	height: 55px;
	}

#character .thumb .swiper-wrapper .swiper-slide img {
	width: 55px;
	height: 55px;
	}
}

@media (max-width: 340px){
#character .thumb .swiper-wrapper {
	width: 300px;
	}

#character .thumb .swiper-wrapper .swiper-slide {
	width: 60px !important;
	height: 50px;
	}

#character .thumb .swiper-wrapper .swiper-slide img {
	width: 50px;
	height: 50px;
	}
}


/* ---------------------------------------------------------- */
/* Movie
/* ---------------------------------------------------------- */
#movie .box {
	width: 1185px;
	margin: 0 auto 60px auto;
	}

#movie .box:last-child {
	margin: 0 auto;
	}

#movie .box h3 {
	text-align: center;
	margin: 0 0 20px 0;
	}

#movie .box h3 img {
	height: 74px;
	}

#movie .box ul {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
	margin: auto auto -30px auto;
	}

#movie .box ul li {
	width: 360px;
	margin: 0 17.5px 30px 17.5px;
	}

#movie .box ul li a {
	color: #595757;
	text-decoration: none;
	margin: auto auto 10px auto;
	display: block;
	}

#movie .box ul li a:hover {
	opacity: 0.7;
	}

#movie .box ul li a img {
	width: 100%;
	}

#movie .box ul li p {
	font-size: 1.6rem;
	margin: 10px 0 0 0;
	padding: 0 0 0 20px;
	position: relative;
	}

#movie .box ul li p::before {
	content: '';
	width: 10px;
	height: 1px;
	background: #595757;
	top: 12px;
	left: 0;
	position: absolute;
	}

@media (max-width: 768px){
#movie .box {
	width: 100%;
	margin: 0 auto 50px auto;
	padding: 0 10px;
	}

#movie .box ul li {
	width: 50%;
	margin: 0 0 30px 0;
	padding: 0 10px;
	}
}

@media (max-width: 640px){
#movie .box {
	margin: 0 auto 40px auto;
	}

#movie .box h3 {
	margin: 0 0 15px 0;
	}

#movie .box h3 img {
	height: 60px;
	}

#movie .box ul {
	margin: auto auto -20px auto;
	}

#movie .box ul li {
	margin: 0 0 20px 0;
	padding: 0 5px;
	}

#movie .box ul li p {
	font-size: 1.4rem;
	line-height: 1.3;
	padding: 0 0 0 15px;
	}

#movie .box ul li p::before {
	top: 9px;
	}
}


/* ---------------------------------------------------------- */
/* Music
/* ---------------------------------------------------------- */
#music {
	width: 1000px;
	margin: auto;
	}

#music .box {
	margin: 0 0 60px 0;
	}

#music .box:last-child {
	margin: 0;
	}

#music .box h3 {
	text-align: center;
	margin: 0 0 20px 0;
	}

#music .box h3 img {
	height: 77px;
	}

#music .box .artist {
	width: 100%;
	margin: 0 0 20px 0;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
	}

#music .box .artist .photo {
	width: 55%;
	padding: 0 50px 0 0;
	}

#music .box .artist .photo img {
	width: 100%;
	}

#music .box .artist .text {
	width: 45%;
	}

#music .box .artist .text h4 {
	font-size: 3.6rem;
	font-weight: bold;
	font-family: 'Candal', sans-serif;
	color: #f060a2;
	line-height: 1;
	margin: 0 0 5px 0;
	}

#music .box.ed .artist .text h4 {
	color: #00a5eb;
	}

#music .box .artist .text .vocal {
	font-size: 1.6rem;
	font-weight: bold;
	margin: 0 0 10px 0;
	}

#music .box .artist .text .music {
	margin: 0 0 20px 0;
	}

#music .box .release ,
#music .box .haishin {
	width: 100%;
	background: #fff;
	border: 1px solid #ebebeb;
	border-radius: 10px;
	padding: 20px;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
	flex-flow: row-reverse;
	}

#music .box .haishin {
	margin: 10px 0 0 0;
	display: block;
	}

#music .box .release .jacket {
	width: 40%;
	padding: 0 0 0 50px;
	}

#music .box .release .jacket img {
	width: 100%;
	}

#music .box .release .text {
	width: 60%;
	}

#music .box .release .text h5 ,
#music .box .haishin h5 {
	font-size: 1.8rem;
	font-weight: bold;
	color: #f060a2;
	border-bottom: 2px solid #ebebeb;
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	}

#music .box .release .text h5 span ,
#music .box .haishin h5 span {
	background: url(../images/common/ico_star.png) left no-repeat;
	background-size: 25px auto;
	padding: 0 0 0 35px;
	display: inline-block;
	}

#music .box .haishin h6 {
	font-size: 1.4rem;
	font-weight: bold;
	color: #00a5eb;
	}

#music .box .haishin ul {
	margin: 0 0 20px 0;
	}

#music .box .haishin ul:last-child {
	margin: 0;
	}

#music .box .haishin ul li {
	margin: 5px 2.5px 0 0;
	display: inline-block;
	}

#music .box .haishin ul li a {
	color: #fff;
	text-decoration: none;
	border-radius: 50px;
	background: #f060a2;
	padding: 5px 25px 5px 20px;
	position: relative;
	display: inline-block;
	}

#music .box .haishin ul li a:hover {
	background: #00a5eb;
	}

#music .box .haishin ul li a::after {
	content: "";
	width: 4px;
	height: 4px;
	top: 50%;
	right: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin: -3px 0 0 0;
	display: block;
	position: absolute;
	}

@media (max-width: 768px){
#music {
	width: 100%;
	padding: 0 40px;
	}

#music .box {
	margin: 0 0 50px 0;
	}

#music .box .artist {
	width: 100%;
	display: block;
	}

#music .box .artist .photo {
	width: 100%;
	padding: 0 0 20px 0;
	}

#music .box .artist .text {
	width: 100%;
	}

#music .box .artist .text h4 {
	font-size: 3.2rem;
	text-align: center;
	}

#music .box .artist .text .vocal {
	text-align: center;
	text-indent: 0;
	padding: 0;
	display: inherit;
	}

#music .box .artist .text .music {
	text-align: center;
	}

#music .box .release {
	width: 100%;
	padding: 20px;
	display: block;
	}

#music .box .release .jacket {
	width: 100%;
	text-align: center;
	padding: 0 0 20px 0;
	}

#music .box .release .jacket img {
	width: 70%;
	}

#music .box .release .text {
	width: 100%;
	}

#music .box .release .text h5 ,
#music .box .haishin h5 {
	font-size: 1.6rem;
	}

#music .box .release .text h5 span ,
#music .box .haishin h5 span {
	background-size: 20px auto;
	padding: 0 0 0 30px;
	}
}

@media (max-width: 640px){
#music {
	padding: 0 15px;
	}

#music .box {
	margin: 0 0 40px 0;
	}

#music .box h3 {
	margin: 0 0 15px 0;
	}

#music .box h3 img {
	height: 60px;
	}

#music .box .artist .text h4 {
	font-size: 2.8rem;
	}

#music .box .artist .text .vocal {
	font-size: 1.4rem;
	}

#music .box .haishin ul li {
	margin: 5px 2.5px 0 0;
	}

#music .box .haishin ul li a {
	font-size: 1.2rem;
	}
}


/* ---------------------------------------------------------- */
/* Products
/* ---------------------------------------------------------- */
#product {
	width: 1170px;
	margin: auto;
	}

#product #category ul {
	width: 100%;
	margin: 0 0 50px 0;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	}

#product #category ul li {
	width: 25%;
	padding: 0 15px;
	}

#product #category ul li a ,
#product #category ul li span {
	width: 100%;
	font-size: 1.8rem;
	font-family: 'Candal', sans-serif;
	color: #fff;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	background: #ebebeb;
	border: 1px dashed #fff;
	border-radius: 5px;
	box-shadow: 0 0 0 5px #ebebeb;
	padding: 10px 5px;
	display: block;
	}

#product #category ul li.bd a {
	background: #fac8df;
	box-shadow: 0 0 0 5px #fac8df;
	}

#product #category ul li.bd a.active ,
#product #category ul li.bd a:hover {
	background: #f060a2;
	box-shadow: 0 0 0 5px #f060a2;
	}

#product #category ul li.cd a {
	background: #a6e0f8;
	box-shadow: 0 0 0 5px #a6e0f8;
	}

#product #category ul li.cd a.active ,
#product #category ul li.cd a:hover {
	background: #00a5eb;
	box-shadow: 0 0 0 5px #00a5eb;
	}

#product #category ul li.comics a {
	background: #fddbb0;
	box-shadow: 0 0 0 5px #fddbb0;
	}

#product #category ul li.comics a.active ,
#product #category ul li.comics a:hover {
	background: #fa981c;
	box-shadow: 0 0 0 5px #fa981c;
	}

#product #category ul li.goods a {
	background: #c5e5b6;
	box-shadow: 0 0 0 5px #c5e5b6;
	}

#product #category ul li.goods a.active ,
#product #category ul li.goods a:hover {
	background: #5ab52f;
	box-shadow: 0 0 0 5px #5ab52f;
	}

#product #category ul li.bd a.active ,
#product #category ul li.cd a.active ,
#product #category ul li.comics a.active ,
#product #category ul li.goods a.active {
	pointer-events: none;
	}

/* Blu-ray */
#product #bd .btn {
	text-align: center;
	margin: 0 0 60px 0;
	}

#product #bd .btn ul {
	display: -webkit-inline-flex;
	display: -ms-inline-flex;
	display: inline-flex;
	}

#product #bd .btn ul li {
	margin: 0 10px;
	}

#product #bd .btn ul li a {
	font-size: 1.6rem;
	font-weight: bold;
	color: #fff;
	background: #fac8df;
	border-radius: 50px;
	text-decoration: none;
	padding: 5px 20px;
	display: block;
	}

#product #bd .btn ul li a.active ,
#product #bd .btn ul li a:hover {
	background: #f060a2;
	}

#product #bd .package {
	width: 1150px;
	margin: auto;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	}

#product #bd .package .jacket {
	width: 35%;
	padding: 0 50px 0 0;
	}

#product #bd .package .jacket img {
	width: 100%;
	}

#product #bd .package .text {
	width: 65%;
	}

#product #bd .package .text h3 ,
#product #bd .tokuten h3 {
	font-size: 2.4rem;
	font-weight: bold;
	color: #f060a2;
	border-bottom: 2px solid #ebebeb;
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	}

#product #bd .package .text h3 span ,
#product #bd .tokuten h3 span {
	background: url(../images/common/ico_star.png) left no-repeat;
	background-size: 25px auto;
	padding: 0 0 0 35px;
	display: inline-block;
	}

#product #bd .tokuten h4 {
	font-size: 1.6rem;
	font-weight: bold;
	color: #00a5eb;
	}

#product #bd .tokuten img {
	width: 100%;
	}

#product #bd .tokuten ul {
	width: calc(100% + 10px);
	margin: 0 0 0 -5px;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	}

#product #bd .tokuten ul li {
	width: calc(33.33333% - 10px);
	background: #fff;
	border: 1px solid #ebebeb;
	border-radius: 10px;
	margin: 0 5px;
	padding: 20px;
	}

#product #bd .tokuten .zenkan {
	margin: 0 0 50px 0;
	}

#product #bd .tokuten .zenkan ul li p {
	margin: 0 0 10px 0;
	}

#product #bd .tokuten .zenkan ul li .swiper-pagination {
	position: static;
	}

#product #bd .tokuten .zenkan ul li .swiper-pagination-bullet-active {
	background: #00a5eb;
	}

#product #bd .tokuten .kakukan .box {
	margin: 0 0 30px 0;
	}

#product #bd .tokuten .kakukan .box:last-child {
	margin: 0;
	}

#product #bd .tokuten .kakukan .box ul {
	width: calc(100% + 10px);
	margin: 0 0 0 -5px;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	}

#product #bd .tokuten .kakukan .box ul li {
	text-align: center;
	margin: 10px 5px 0 5px;
	}

#product #bd .tokuten .kakukan .box ul li p {
	margin: 10px 0 0 0;
	}

/* CD */
#product #cd .box {
	width: 1150px;
	margin: 0 auto 60px auto;
	}

#product #cd .box:last-child {
	margin: 0 auto;
	}

#product #cd .box .release {
	width: 100%;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	}

#product #cd .box .release .jacket {
	width: 40%;
	padding: 0 50px 0 0;
	}

#product #cd .box .release .jacket img {
	width: 100%;
	}

#product #cd .box .release .text {
	width: 60%;
	}

#product #cd .box .release .text h3 {
	font-size: 2.4rem;
	font-weight: bold;
	color: #f060a2;
	border-bottom: 2px solid #ebebeb;
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	}

#product #cd .box .release .text h3 span {
	background: url(../images/common/ico_star.png) left no-repeat;
	background-size: 25px auto;
	padding: 0 0 0 35px;
	}

#product #cd .tokuten {
	background: #fff;
	border: 2px solid #f060a2;
	border-radius: 10px;
	margin: 30px 0 0 0;
	padding: 30px 30px 0 30px;
	}

#product #cd .tokuten h4 {
	font-size: 1.8rem;
	font-weight: bold;
	color: #f060a2;
	text-align: center;
	margin: 0 0 20px 0;
	}

#product #cd .tokuten ul {
	width: calc(100% + 20px);
	margin: 0 0 0 -10px;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
	}

#product #cd .tokuten ul li {
	width: calc(25% - 20px);
	margin: 0 10px 30px 10px;
	}

#product #cd .tokuten ul li .image {
	margin: 0 0 5px 0;
	}

#product #cd .tokuten ul li .image img {
	width: 100%;
	}

#product #cd .tokuten ul li h5 {
	font-size: 1.4rem;
	color: #00a5eb;
	}

#product #cd .tokuten.oped {
	width: 1150px;
	border: 2px solid #00a5eb;
	margin: 30px auto 0 auto;
	padding: 30px;
	}

#product #cd .tokuten.oped h4 {
	font-size: 1.8rem;
	color: #00a5eb;
	margin: 0 0 10px 0;
	}

#product #cd .tokuten.oped p {
	text-align: center;
	margin: 0 0 20px 0;
	}

#product #cd .tokuten.oped .image {
	text-align: center;
	}

#product #cd .tokuten.oped .image img {
	width: 70%;
	}

/* Comics */
#product #comics {
	text-align: center;
	}

#product #comics .new {
	font-size: 2.2rem;
	font-weight: bold;
	color: #fa981c;
	margin: 0 0 20px 0;
	}

#product #comics ul {
	width: 1170px;
	margin: 0 auto 40px auto;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: center;
	}

#product #comics ul li {
	width: 20%;
	padding: 0 10px;
	}

#product #comics ul li img {
	width: 100%;
	}

#product #comics .copyright {
	margin: 0 0 50px 0;
	}

#product #comics .copyright span {
	font-family: Verdana , Droid Sans;
	}

#product #comics .btn {
	width: 450px;
	margin: auto;
	}

#product #comics .btn li {
	margin: 0 0 10px 0;
	}

#product #comics .btn li:last-child {
	margin: 0;
	}

#product #comics .btn a {
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background: #fa981c;
	border: 2px solid #fa981c;
	border-radius: 50px;
	margin: auto;
	padding: 10px 5px;
	display: block;
	position: relative;
	}

#product #comics .btn a::before {
	content: "";
	width: 20px;
	height: 20px;
	top: 0;
	bottom: 0;
	right: 15px;
	border: 2px solid #fff;
	border-radius: 50px;
	box-sizing: border-box;
	margin: auto;
	position: absolute;
	}

#product #comics .btn a::after {
	content: "";
	width: 3px;
	height: 4px;
	top: 0;
	bottom: 0;
	right: 18px;
	border: 4px solid transparent;
	border-left: 5px solid #fff;
	box-sizing: border-box;
	margin: auto;
	position: absolute;
	}

#product #comics .btn a:hover {
	color: #fa981c;
	border: 2px solid #fa981c;
	background: #fff;
	}

#product #comics .btn a:hover::before {
	border: 2px solid #fa981c;
	}

#product #comics .btn a:hover::after {
	border-left: 5px solid #fa981c;
	}

/* Goods */
#product #goods ul.list {
	width: 1160px;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto -10px auto;
	}

#product #goods ul.list li {
	width: calc(20% - 10px);
	background: #fff;
	border: 1px solid #ebebeb;
	border-radius: 10px;
	margin: 0 5px 10px 5px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	}

#product #goods ul.list li:hover {
	background: #fffac8;
	}

#product #goods ul.list li a {
	height: 100%;
	color: #231815;
	line-height: 1.2;
	text-decoration: none;
	padding: 20px;
	display: block;
	}

#product #goods ul.list li a .thumbs {
	width: 100%;
	height: 0;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-size: contain !important;
	margin: 0 0 10px 0;
	padding: 100% 0 0 0;
	}

#product #goods .pagerList {
	text-align: center;
	margin: 30px 0 0 0;
	}

#product #goods .pagerList ul {
	display: -webkit-inline-flex;
	display: -ms-inline-flex;
	display: inline-flex;
	flex-wrap: wrap;
	}

#product #goods .pagerList ul li {
	margin: 10px 5px 0 5px;
	}

#product #goods .pagerList ul li a {
	width: 40px;
	font-size: 1.6rem;
	font-family: 'Candal', sans-serif;
	font-weight: bold;
	color: #fff;
	line-height: 40px;
	text-align: center;
	background: #fac8df;
	border-radius: 50px;
	text-decoration: none;
	display: block;
	}

#product #goods .pagerList ul li a.active ,
#product #goods .pagerList ul li a:hover {
	background: #f060a2;
	}

#product #goods .pagerList ul li a.active {
	pointer-events: none;
	}

#product #goods .detail {
	width: 1150px;
	margin: auto;
	}

#product #goods .detail .image {
	text-align: center;
	margin: 0 0 40px 0;
	}

#product #goods .detail h3 {
	font-size: 2.0rem;
	font-weight: bold;
	background: url(../images/common/ico_star.png) left no-repeat;
	background-size: 25px auto;
	margin: 0 0 15px 0;
	padding: 0 0 0 35px;
	}

#product #goods .detail dl {
	background: #fff;
	border: 1px solid #ebebeb;
	border-radius: 5px;
	margin: 0 0 5px 0;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	}

#product #goods .detail dl:last-child {
	margin: 0;
	}

#product #goods .detail dl dt {
	width: 150px;
	color: #fff;
	font-weight: bold;
	background: #5ab52f;
	border-radius: 5px 0 0 5px;
	padding: 15px;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
	}

#product #goods .detail dl dd {
	width: calc(100% - 150px);
	padding: 15px;
	}

#product #goods .detail .pager {
	margin: 40px auto auto auto;
	}

#product #goods .detail .pager ul {
	width: 450px;
	margin: auto;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: space-between;
	}

#product #goods .detail .pager ul li a ,
#product #goods .detail .pager ul li .nolink {
	color: #fff;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background: #5ab52f;
	border: 2px solid #5ab52f;
	border-radius: 50px;
	margin: auto;
	padding: 10px 30px;
	display: block;
	position: relative;
	}

#product #goods .detail .pager ul li.next a ,
#product #goods .detail .pager ul li.next .nolink {
	padding: 10px 50px 10px 30px;
	}

#product #goods .detail .pager ul li.prev a ,
#product #goods .detail .pager ul li.prev .nolink {
	padding: 10px 30px 10px 50px;
	}

#product #goods .detail .pager ul li .nolink {
	color: #fff;
	background: #ebebeb;
	border: 2px solid #ebebeb;
	}

#product #goods .detail .pager ul li.next a::before ,
#product #goods .detail .pager ul li.next .nolink::before ,
#product #goods .detail .pager ul li.prev a::before ,
#product #goods .detail .pager ul li.prev .nolink::before {
	content: "";
	width: 20px;
	height: 20px;
	top: 0;
	bottom: 0;
	border: 2px solid #fff;
	border-radius: 50px;
	box-sizing: border-box;
	margin: auto;
	position: absolute;
	}

#product #goods .detail .pager ul li.next a::after ,
#product #goods .detail .pager ul li.next .nolink::after ,
#product #goods .detail .pager ul li.prev a::after ,
#product #goods .detail .pager ul li.prev .nolink::after {
	content: "";
	width: 3px;
	height: 4px;
	top: 0;
	bottom: 0;
	box-sizing: border-box;
	margin: auto;
	position: absolute;
	}

#product #goods .detail .pager ul li.next a::before ,
#product #goods .detail .pager ul li.next .nolink::before {
	right: 10px;
	}

#product #goods .detail .pager ul li.next a::after ,
#product #goods .detail .pager ul li.next .nolink::after {
	border: 4px solid transparent;
	border-left: 5px solid #fff;
	right: 13px;
	}

#product #goods .detail .pager ul li.prev a::before ,
#product #goods .detail .pager ul li.prev .nolink::before {
	left: 10px;
	}

#product #goods .detail .pager ul li.prev a::after ,
#product #goods .detail .pager ul li.prev .nolink::after {
	border: 4px solid transparent;
	border-right: 5px solid #fff;
	left: 13px;
	}

#product #goods .detail .pager ul li a:hover {
	color: #5ab52f;
	background: #fff;
	}

#product #goods .detail .pager ul li.next a:hover::before ,
#product #goods .detail .pager ul li.prev a:hover::before {
	border: 2px solid #5ab52f;
	}

#product #goods .detail .pager ul li.next a:hover::after {
	border-left: 5px solid #5ab52f;
	}

#product #goods .detail .pager ul li.prev a:hover::after {
	border-right: 5px solid #5ab52f;
	}

@media (max-width: 768px){
#product {
	width: 100%;
	}

#product #category {
	padding: 0 15px;
	}

#product #category ul li {
	padding: 0 10px;
	}

#product #category ul li a ,
#product #category ul li span {
	font-size: 1.6rem;
	}

/* Blu-ray */
#product #bd {
	padding: 0 20px;
	}

#product #bd .btn {
	margin: -20px 0 40px 0;
	}

#product #bd .btn ul {
	width: calc(100% + 10px);
	margin: 0 0 0 -5px;
	}

#product #bd .btn ul li {
	width: calc(15% - 10px);
	margin: 0 5px;
	}

#product #bd .btn ul li a {
	font-size: 1.4rem;
	padding: 5px 15px;
	}

#product #bd .btn ul li:last-child {
	width: calc(40% - 10px);
	}

#product #bd .package {
	width: 100%;
	}

#product #bd .package .jacket {
	padding: 0 30px 0 0;
	}

#product #bd .package .text h3 ,
#product #bd .tokuten h3 {
	font-size: 2.0rem;
	}

#product #bd .tokuten ul {
	flex-wrap: wrap;
	}

#product #bd .tokuten ul li {
	width: calc(50% - 10px);
	}

#product #bd .tokuten .zenkan ul li:first-child {
	width: calc(100% - 10px);
	margin: 0 5px 10px 5px;
	}

#product #bd .tokuten .zenkan ul li:first-child img {
	width: 50%;
	}

#product #bd .tokuten .zenkan ul li .swiper-slide {
	text-align: center;
	}

/* CD */
#product #cd {
	padding: 0 20px;
	}

#product #cd .box {
	width: 100%;
	margin: 0 auto 50px auto;
	}

#product #cd .box .release .jacket {
	width: 40%;
	padding: 0 30px 0 0;
	}

#product #cd .box .release .text h3 {
	font-size: 2.0rem;
	}

#product #cd .box .release .text h3 span {
	background-size: 20px auto;
	padding: 0 0 0 30px;
	}

#product #cd .tokuten {
	margin: 20px 0 0 0;
	padding: 20px 20px 0 20px;
	}

#product #cd .tokuten h4 {
	font-size: 1.6rem;
	margin: 0 0 20px 0;
	}

#product #cd .tokuten ul li {
	width: calc(33.33333% - 20px);
	margin: 0 10px 20px 10px;
	}

#product #cd .tokuten.oped {
	width: 100%;
	}

#product #cd .tokuten.oped h4 {
	font-size: 1.6rem;
	}

#product #cd .tokuten.oped .image img {
	width: 100%;
	}

/* Comics */
#product #comics .new {
	font-size: 2.0rem;
	margin: 0 0 20px 0;
	}

#product #comics ul {
	width: 90%;
	margin: 0 auto 20px auto;
	flex-wrap: wrap;
	}

#product #comics ul li {
	width: 33.33333%;
	line-height: 1.3;
	padding: 0 10px 20px 10px;
	}

#product #comics .copyright {
	margin: 0 0 40px 0;
	}

/* Goods */
#product #goods {
	padding: 0 15px;
	}

#product #goods ul.list {
	width: 100%;
	}

#product #goods ul.list li {
	width: calc(33.33333% - 10px);
	}

#product #goods ul.list li a {
	padding: 15px;
	}

#product #goods .detail {
	width: 100%;
	padding: 0 5px;
	}

#product #goods .detail .image img {
	width: 80%;
	}

#product #goods .detail h3 {
	font-size: 1.8rem;
	}

#product #goods .detail .pager ul {
	width: 80%;
	}
}

@media (max-width: 640px){
#product #category {
	padding: 0 10px;
	}

#product #category ul {
	margin: 0 0 40px 0;
	}

#product #category ul li {
	padding: 0 5px;
	}

#product #category ul li a ,
#product #category ul li span {
	font-size: 1.4rem;
	}

#product #category ul li a ,
#product #category ul li span {
	border-radius: 3px;
	box-shadow: 0 0 0 2px #ebebeb;
	}

#product #category ul li.bd a {
	box-shadow: 0 0 0 2px #fcdfec;
	}

#product #category ul li.bd a.active ,
#product #category ul li.bd a:hover {
	box-shadow: 0 0 0 2px #f060a2;
	}

#product #category ul li.cd a {
	box-shadow: 0 0 0 2px #ccedfb;
	}

#product #category ul li.cd a.active ,
#product #category ul li.cd a:hover {
	box-shadow: 0 0 0 2px #00a5eb;
	}

#product #category ul li.comics a {
	box-shadow: 0 0 0 2px #feead2;
	}

#product #category ul li.comics a.active ,
#product #category ul li.comics a:hover {
	box-shadow: 0 0 0 2px #fa981c;
	}

#product #category ul li.goods a {
	box-shadow: 0 0 0 2px #def0d5;
	}

#product #category ul li.goods a.active ,
#product #category ul li.goods a:hover {
	box-shadow: 0 0 0 2px #5ab52f;
	}

/* Blu-ray */
#product #bd {
	padding: 0 15px;
	}

#product #bd .btn ul {
	width: calc(100% + 15px);
	margin: 0 0 0 -5px;
	}

#product #bd .btn ul li {
	width: calc(15% - 5px);
	margin: 0 2.5px;
	}

#product #bd .btn ul li a {
	font-size: 1.0rem;
	padding: 5px 10px;
	}

#product #bd .package {
	display: block;
	}

#product #bd .package .jacket {
	width: 100%;
	text-align: center;
	padding: 0 0 30px 0;
	}

#product #bd .package .jacket img {
	width: 70%;
	}

#product #bd .package .text {
	width: 100%;
	}

#product #bd .package .text h3 ,
#product #bd .tokuten h3 {
	font-size: 1.8rem;
	}

#product #bd .package .text h3 span ,
#product #bd .tokuten h3 span {
	padding: 3px 0 3px 35px;
	}

#product #bd .tokuten h4 {
	font-size: 1.4rem;
	}

#product #bd .tokuten ul ,
#product #bd .tokuten .kakukan .box ul {
	width: calc(100% + 5px);
	margin: 0 0 0 -2.5px;
	}

#product #bd .tokuten ul li {
	width: calc(50% - 5px);
	margin: 0 2.5px;
	padding: 15px;
	}

#product #bd .tokuten .zenkan {
	margin: 0 0 40px 0;
	}

#product #bd .tokuten .zenkan ul {
	width: 100%;
	display: block;
	margin: 0;
	}

#product #bd .tokuten .zenkan ul li ,
#product #bd .tokuten .zenkan ul li:first-child {
	width: 100% !important;
	margin: 0 0 10px 0;
	}

#product #bd .tokuten .zenkan ul li:last-child {
	margin: 0;
	}

#product #bd .tokuten .zenkan ul li img {
	width: 70% !important;
	margin: auto;
	display: block;
	}

#product #bd .tokuten .kakukan .box {
	margin: 0 0 20px 0;
	}

#product #bd .tokuten .kakukan .box ul li {
	margin: 5px 2.5px 0 2.5px;
	}

/* CD */
#product #cd {
	padding: 0 15px;
	}

#product #cd .box {
	margin: 0 auto 40px auto;
	}

#product #cd .box .release {
	display: block;
	}

#product #cd .box .release .jacket {
	width: 100%;
	text-align: center;
	padding: 0 0 30px 0;
	}

#product #cd .box .release .jacket img {
	width: 70%;
	}

#product #cd .box .release .text {
	width: 100%;
	}

#product #cd .box .release .text h3 {
	font-size: 1.8rem;
	}

#product #cd .tokuten h4 {
	font-size: 1.6rem;
	margin: 0 0 10px 0;
	}

#product #cd .tokuten ul li {
	width: calc(50% - 20px);
	}

#product #cd .tokuten.oped {
	padding: 15px;
	}

#product #cd .tokuten.oped p {
	text-align: left;
	}

/* Comics */
#product #comics {
	padding: 0 10px;
	}

#product #comics .new {
	font-size: 1.8rem;
	margin: 0 0 20px 0;
	}

#product #comics ul {
	width: 100%;
	}

#product #comics ul li {
	padding: 0 5px 10px 5px;
	}

#product #comics .copyright {
	margin: 0 0 30px 0;
	}

#product #comics .btn {
	width: 90%;
	}

#product #comics .btn a {
	font-size: 1.6rem;
	}

/* Goods */
#product #goods {
	padding: 0 10px;
	}

#product #goods ul.list li {
	width: calc(50% - 10px);
	}

#product #goods .detail .image {
	margin: 0 0 30px 0;
	}

#product #goods .detail .image img {
	width: 90%;
	}

#product #goods .detail h3 {
	font-size: 1.6rem;
	}

#product #goods .detail dl dt {
	width: 110px;
	}

#product #goods .detail dl dd {
	width: calc(100% - 110px);
	}

#product #goods .detail .pager ul {
	width: 100%;
	}

#product #goods .detail .pager ul {
	width: 100%;
	}

#product #goods .detail .pager ul li a ,
#product #goods .detail .pager ul li .nolink {
	line-height: 1.3;
	}

#product #goods .detail .pager ul li.next a ,
#product #goods .detail .pager ul li.next .nolink {
	padding: 10px 40px 10px 20px;
	}

#product #goods .detail .pager ul li.prev a ,
#product #goods .detail .pager ul li.prev .nolink {
	padding: 10px 20px 10px 40px;
	}
}

@media (max-width: 480px){
#product #comics .btn {
	width: 100%;
	}

#product #comics .btn a {
	font-size: 1.4rem;
	line-height: 1.3;
	}
}


/* ---------------------------------------------------------- */
/* Special
/* ---------------------------------------------------------- */
/* list */
#special #list {
	width: 1185px;
	margin: auto;
	}

#special #list ul {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
	margin: auto auto -35px auto;
	}

#special #list ul li {
	width: 360px;
	margin: 0 17.5px 35px 17.5px;
	}

#special #list ul li a {
	color: #595757;
	text-decoration: none;
	display: block;
	}

#special #list ul li a:hover {
	opacity: 0.7;
	}

#special #list ul li a .images {
	margin: auto auto 10px auto;
	}

#special #list ul li a .images img {
	width: 100%;
	}

#special #list ul li a time {
	font-family: 'Candal', sans-serif;
	color: #f060a2;
	}

#special #list ul li a h3 {
	font-size: 1.6rem;
	}

/* detail */
#special #detail {
	width: 1150px;
	margin: auto;
	}

#special #detail .title {
	text-align: center;
	margin: 0 0 30px 0;
	}

#special #detail .title time {
	font-size: 1.8rem;
	font-family: 'Candal', sans-serif;
	color: #f060a2;
	}

#special #detail .title h3 {
	font-size: 1.8rem;
	font-weight: bold;
	}

#special #detail h4 {
	font-size: 1.8rem;
	font-weight: bold;
	color: #f060a2;
	border-bottom: 2px solid #f060a2;
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	}

#special #detail h4 span {
	background: url(../images/common/ico_star.png) left no-repeat;
	background-size: 25px auto;
	padding: 0 0 0 35px;
	}

#special #detail .btn {
	width: 150px;
	font-size: 1.6rem;
	font-family: 'Candal', sans-serif;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background: #f060a2;
	border: 2px solid #f060a2;
	border-radius: 50px;
	margin: 50px auto auto auto;
	padding: 10px 5px;
	display: block;
	position: relative;
	}

#special #detail .btn::before {
	content: "";
	width: 15px;
	height: 15px;
	top: 0;
	bottom: 0;
	right: 10px;
	border: 2px solid #fff;
	border-radius: 50px;
	box-sizing: border-box;
	margin: auto;
	position: absolute;
	}

#special #detail .btn::after {
	content: "";
	width: 3px;
	height: 4px;
	top: 0;
	bottom: 0;
	right: 11px;
	border: 4px solid transparent;
	border-left: 4px solid #fff;
	box-sizing: border-box;
	margin: auto;
	position: absolute;
	}

#special #detail .btn:hover {
	color: #f060a2;
	background: #fff;
	}

#special #detail .btn:hover::before {
	border: 2px solid #f060a2;
	}

#special #detail .btn:hover::after {
	border-left: 4px solid #f060a2;
	}

#special #detail .comment {
	font-size: 1.6rem;
	}

/* commentList */
#special #detail ul.commentList {
	border-bottom: 1px solid #ebebeb;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
	}

#special #detail ul.commentList:last-child {
	border-bottom: none;
	margin: 0;
	padding: 0;
	}

#special #detail ul.commentList .photo {
	padding: 0 30px 0 0;
	}

#special #detail ul.commentList h5 {
	font-size: 1.8rem;
	font-weight: bold;
	color: #00a5eb;
	margin: 0 0 5px 0;
	}

@media (max-width: 768px){
/* list */
#special #list {
	width: 100%;
	padding: 0 10px;
	}

#special #list ul {
	margin: auto auto -30px auto;
	}

#special #list ul li {
	width: 50%;
	margin: 0 0 30px 0;
	padding: 0 10px;
	}

#special #detail h4 {
	font-size: 1.6rem;
	}

#special #detail h4 span {
	background-size: 20px auto;
	padding: 0 0 0 30px;
	}

/* detail */
#special #detail {
	width: 100%;
	padding: 0 40px;
	}

#special #detail .title time {
	font-size: 1.6rem;
	}

#special #detail img.image {
	width: 100%;
	}

#special #detail img.image_w {
	width: 80%;
	}

/* commentList */
#special #detail ul.commentList .photo img {
	width: 200px;
	}

#special #detail ul.commentList h5 {
	font-size: 1.6rem;
	}
}

@media (max-width: 640px){
/* list */
#special #list ul {
	margin: auto auto -20px auto;
	}

#special #list ul li {
	margin: 0 0 20px 0;
	padding: 0 5px;
	}

#special #list ul li a time {
	font-size: 1.2rem;
	}

#special #list ul li a h3 {
	font-size: 1.4rem;
	line-height: 1.3;
	}

/* detail */
#special #detail {
	padding: 0 20px;
	}

#special #detail .title {
	margin: 0 0 20px 0;
	}

#special #detail .title time {
	font-size: 1.4rem;
	}

#special #detail .title h3 {
	font-size: 1.6rem;
	}

#special #detail img.image_w {
	width: 100%;
	}

#special #detail img.image_h {
	width: 70%;
	}

#special #detail .btn {
	margin: 40px auto auto auto;
	}

#special #detail .comment {
	font-size: 1.4rem;
	}

/* commentList */
#special #detail ul.commentList {
	display: block;
	}

#special #detail ul.commentList .photo {
	text-align: center;
	padding: 0 0 15px 0;
	}

#special #detail ul.commentList .photo img {
	width: 60%;
	}
}

@media (max-width: 480px){
#special #detail .btn {
	margin: 30px auto auto auto;
	padding: 5px;
	}
}