@charset "utf-8";
/*
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

	■index.css
	適用範囲：TOPページ
	概　　要：TOPページ スタイル

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
*/

/*====================================
	TOP
====================================*/
.content {
	width: 100%;
	display: block;
}
/*------------------------------------
	MAIN VISUAL
------------------------------------*/
.mainvisual {
	position: relative;
	overflow: hidden;
	width: 100%;
	min-width: 960px;
	min-height: 600px;
	background: #000;
}
.mainvisual .main_title {
	position: absolute;
	z-index: 20;
	bottom: 198px;
	left: 50%;
	width: 462px;
	height: 106px;
	margin-left: -231px;
}
.mainvisual .main_title .title_inner {
	position: relative;
}
.mainvisual h2 {
	width: 462px;
	height: 106px;
	background: url(../img/top/img_slide01_text.png) no-repeat 0 0;
}
.mainvisual .logo15th {
	position: absolute;
	z-index: 19;
	bottom: 120px;
	left: 50%;
	width: 128px;
	height: 133px;
	margin-left: 128px;
	background: url(../img/top/img_slide01_logo.png) no-repeat center top;
}
.mainvisual .scroll{
	width: 47px;
	height: 40px;
	position: absolute;
	bottom: 70px;
	left: 50%;
	-webkit-transform: translate(-50%,0);
	    -ms-transform: translate(-50%,0);
	        transform: translate(-50%,0);
	background: url(../img/common/img_scroll.png) no-repeat center top;
	z-index: 5;
	cursor: pointer;
}

/* new_release */
.mainvisual .new_release {
	position: absolute;
    z-index: 20;
    top: 50%;
    left: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 330px;
    height: 600px;
    margin-top: -301px;
	padding-top: 22px;
    /* padding-left: 20px; */
    -webkit-transition: 1s;
    transition: 1s;
	background: rgba(16,13,13,.8);
}
.mainvisual .new_release.on {
	left: -340px;
}
.mainvisual .new_release .heading {
	position: absolute;
    top: 0;
    left: 330px;
    width: 24px;
    height: 138px;
    background: url(../img/top/img_new_heading.png) no-repeat 0 0;
}
.mainvisual .new_release .heading:hover {
	cursor: pointer;
}
.mainvisual .new_release,
.mainvisual .new_release a {
	color: #fff;
}
.mainvisual .new_release .flex-control-nav {
	position: relative;
}
.mainvisual .new_release .flex-control-nav li {
	position: absolute;
	top: 160px;
	left: 50%;
	width: 90px;
	height: 2px;
	margin-left: 3px;
}
.mainvisual .new_release .flex-control-nav li:first-child {
	right: 50%;
	left: inherit;
	margin-right: 3px;
	margin-left: 0;
}
.mainvisual .new_release .flex-control-nav a {
	display: block;
	width: 90px;
	height: 2px;
	text-indent: -9999px;
	background: #fff;
}
.mainvisual .new_release dt .txt1 {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","メイリオ", Meiryo, "Times New Roman", serif;
	font-size: 14px;
	display: block;
	padding-bottom: 3px;
	color: #fff;
}
.mainvisual .new_release dt .txt2 {
	font-size: 12px;
	display: block;
	padding-bottom: 2px;
	letter-spacing: 1px;
	color: #fff;
}
.mainvisual .new_release dt .txt3 {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","メイリオ", Meiryo, "Times New Roman", serif;
	font-size: 22px;
	line-height: 1.4;
	letter-spacing: 1px;
	color: #e50065;
}
.mainvisual .new_release dt .txt3_1 {
	font-size: 18px;
	letter-spacing: 0;
}
.mainvisual .new_release dt .txt4 {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","メイリオ", Meiryo, "Times New Roman", serif;
	letter-spacing: 2px;
}
.mainvisual .new_release dt .txt4_1 {
	font-size: 30px;
}
.mainvisual .new_release dt .txt4_2 {
	font-size: 20px;
	padding-left: 5px;
}
.mainvisual .new_release dd .wrap {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.mainvisual .new_release dl {
	font-size: 20px;
}
.mainvisual .new_release dd .detail dt {
	margin-top: 10px;
	margin-bottom: 0;
}
.mainvisual .new_release dd .detail dd {
	padding-left: 39px;
}
.mainvisual .new_release dd .detail dd +dt {
	margin-top: 5px;
}
.mainvisual .new_release dl {
	margin-top: 30px;
}
.mainvisual .new_release dt {
	margin-bottom: 5px;
	text-align: center;
}
.mainvisual .new_release .btn {
	font-weight: normal;
	line-height: 32px;
	width: 220px;
	height: 44px;
	margin: 0 auto;
	text-align: center;
	border-radius: 9999px;
	background: #c91225;
	position: absolute;
}
.mainvisual .new_release .btn1{
    top: 235px;
    left: 50%;
    transform: translateX(-50%);
}
.mainvisual .new_release .btn2{
    top: 526px;
    left: 50%;
    transform: translateX(-50%);
}
.mainvisual .new_release .btn4{
	top: 527px;
	right: 50px;
}
.mainvisual .new_release .btn3{
	position: absolute;
	bottom: 25px;
	right: 20px;
}
.mainvisual .new_release .btn a {
	display: block;
	position: relative;
	line-height: 31px;
	padding: 6px 0;
}
.mainvisual .new_release_old{
	padding-top: 20px;
}
.mainvisual .new_release_new{
	padding-bottom: 45px;
	border-bottom: 1px solid #5c5b5b;
	margin: 0 15px;
}
.s_size {
	text-align: center;
    margin-top: 45px;
	font-size: 9px;
}

.mainvisual .new_release .btn a:before{
	content: "";
	width: 11px;
	height: 11px;
	position: absolute;
	top: 50%;
	right: 12px;
	transform: translate(0,-50%);
	background: url(../img/common/icn_tab.png) no-repeat right center;
}
.mainvisual .new_release .btn2{
	margin-top: 10px;
}
.mainvisual .new_release .music_list {
	font-family: YuMincho, "游明朝", serif;
	font-weight: normal;
	text-align: center;
}
.mainvisual .new_release .music_list a {
	text-decoration: underline;
}
.mainvisual .new_release .music_list a:hover {
	text-decoration: none;
}

.mainvisual .new_release .hover {
	position: absolute;
	z-index: 10;
	top: 220px;
	left: 0;
	display: none;
	width: 310px;
	height: 220px;
	background: url(../img/top/hover.png) no-repeat 0 0;
}
.mainvisual .new_release .hover ul {
	font-size: 0;
	padding-top: 45px;
	text-align: center;
}
.mainvisual .new_release .hover ul li {
	display: inline-block;
	width: 93px;
	margin: 3px;
}
.mainvisual .new_release .hover ul li img {
	max-width: 100%;
	height: auto;
}

/* webradio */
.mainvisual .webradio {
	position: absolute;
	z-index: 20;
	top: 62px;
	right: 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: 62px;
	height: 180px;
	-webkit-transition: 1s;
	transition: 1s;
	background-color: #000;
}
/*.loading .webradio {
	right: -63px;
}*/
.mainvisual .webradio a {
	line-height: 180px;
	display: block;
	width: 62px;
	height: 180px;
	text-align: center;
}
.mainvisual .webradio img {
	vertical-align: middle;
}

/* news */
.mainvisual .news {
	position: absolute;
	z-index: 20;
	bottom: 0;
	left: 0;
	width: 100%;
	-webkit-transition: 1s;
	transition: 1s;
	opacity: 1;
	background: rgba(0,0,0,.6);
}
/*.loading .mainvisual .news {
	opacity: 0;
}*/
.mainvisual .news.on {
	bottom: 0 !important;
}
.mainvisual .news,
.mainvisual .news a {
	color: #fff;
}
.mainvisual .news .h_cont {
	overflow: hidden;
}
.mainvisual .news .inner {
	position: relative;
}
.mainvisual .news .wrap {
	overflow: hidden;
	width: 960px;
	margin: 0 auto;
}

.mainvisual .news dt {
	float: left;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: 155px;
	padding: 20px 0;
	padding-left: 50px;
}
.mainvisual .news dt:first-child {
	background: url(../img/common/icn_info.png) no-repeat 17px center;
}
.mainvisual .news dd {
	font-size: 13px;
	padding: 20px 0;
	padding-left: 155px;
}
.mainvisual .news dd a {
	text-decoration: underline;
}
.mainvisual .news dd a:hover {
	text-decoration: none;
}
.mainvisual .news .seemore {
	font-family: "Lora", serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 23px;
	float: right;
	width: 108px;
	height: 23px;
}

/* slider */
.mainvisual >.slider {
	position: absolute;
	z-index: 10;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: 1s;
	transition: 1s;
	opacity: 1;
}
/*.loading .mainvisual >.slider {
	opacity: 0;
}*/
.mainvisual >.slider .slides {
	width: 100%;
	height: 100%;
}
.mainvisual >.slider .slides li {
	width: 100%;
	height: 100%;
	text-align: center;
}
.mainvisual >.slider li a {
	display: block;
	width: 100%;
	height: 100%;
}
.mainvisual >.slider li a:hover {
	cursor: pointer;
}
.mainvisual >.slider li a .btn {
	-webkit-transition: .5s;
	transition: .5s;
	color: #fff;
}
.mainvisual >.slider li a:hover .btn {
	color: #000;
	background: #fff;
}

.mainvisual >.slider .flex-control-nav {
	position: relative;
	z-index: 10;
	bottom: 95px;
}
.mainvisual >.slider .flex-control-nav {
	font-size: 0;
	text-align: center;
	display: block;
}
.mainvisual >.slider .flex-control-nav li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 12px;
}
.mainvisual >.slider .flex-control-nav a {
	position: relative;
	display: block;
	width: 10px;
	height: 10px;
	-webkit-transition: .5s;
	transition: .5s;
	text-indent: -9999px;
	border: 1px solid #fff;
}
.mainvisual >.slider .flex-control-nav a::before {
	content: "＜";
    position: absolute;
    display: block;
    transition: .4s ease 0s;
}
.mainvisual >.slider .flex-control-nav a:hover {
	border-color: #eb2c3b;
	background-color: #eb2c3b;
}
.mainvisual >.slider .flex-control-nav a.flex-active {
	border-color: #eb2c3b;
	background-color: #eb2c3b;
}

.mainvisual >.slider .flex-nav-prev,
.mainvisual >.slider .flex-nav-next {
	position: absolute;
	z-index: 10;
	bottom: 78px;
	left: 50%;
	width: 25px;
	height: 25px;
	text-indent: -9999px;
}
.mainvisual >.slider .flex-nav-prev {
	margin-left: -117px;
}
.mainvisual >.slider .flex-nav-next {
	margin-left: 90px;
}
.mainvisual >.slider .flex-nav-prev a,
.mainvisual >.slider .flex-nav-next a {
	position: relative;
	-webkit-transition: .5s;
	transition: .5s;
}
.mainvisual >.slider .flex-nav-prev a:hover,
.mainvisual >.slider .flex-nav-next a:hover {
	opacity: .7;
}
.mainvisual >.slider .flex-prev:before,
.mainvisual >.slider .flex-next:before {
	position: absolute;
	top: 5px;
	width: 15px;
	height: 15px;
	content: "";
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
}
.mainvisual >.slider .flex-prev:before {
	left: 9px;
	-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}
.mainvisual >.slider .flex-next:before {
	right: 9px;
	-webkit-transform: rotate(135deg);
	    -ms-transform: rotate(135deg);
	        transform: rotate(135deg);
}

.slider li a .btn_hover {
	font-size: 14px;
	line-height: 48px;
	position: absolute;
	top: 60%;
	left: 50%;
	display: inline-block;
	width: 240px;
	height: 48px;
	margin: 0 auto;
	margin-left: -120px;
	-webkit-transition: .5s;
	transition: .5s;
	text-align: center;
	color: #fff;
	border: 1px solid #fff;
}
.slider li a:hover .btn_hover {
	color: #000;
	background: #fff;
}

.mainvisual .movie_area {
	position: absolute;
	z-index: 10;
	right: 0;
	bottom: 60px;
	-webkit-transition: 1s;
	transition: 1s;
}
.mainvisual .movie_area.on {
	right: -280px;
}
.mainvisual .movie_area .image {
	position: relative;
}
.mainvisual .movie_area .image a {
	outline: none;
}
.mainvisual .movie_area .image a:before {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	display: block;
	width: 240px;
	height: 135px;
	content: "";
	background: url(../img/top/img_moviecover.png) no-repeat 0 0;
}
.mainvisual .movie_area .heading {
	position: absolute;
	top: 0;
	left: -24px;
	width: 24px;
	height: 138px;
	background: url(../img/common/img_newmovie_heading.png) no-repeat 0 0;
}
.mainvisual .movie_area .heading:hover {
	cursor: pointer;
}
.mainvisual .movie_area .movie_inner {
	padding: 20px;
	background: rgba(0,0,0,.6);
}
.slide05 a {
    width: 27% !important;
    height: auto !important;
    position: absolute;
    top: 314px;
    right: 120px;
}
.slide05 a img{
	width: 100%;
    height: 100% !important;
}
.slide05 .slide_title img:first-of-type{
	height: 613px !important;
    width: 462px;
    margin: 91px 0px 0 0;
}
.slide05 .slide_title img:nth-of-type(2){
	height: 180px !important;
    width: 610px;
    display: block;
    margin: -91px auto;
}

.slide05 > img{
	display: none;
}
.slide05 .slide_title{
	position: relative;
}
.slide05_img_circle {
	position: absolute;
    top: 314px;
	left: 80%;
    transform: translateX(-50%);
	max-width: 380px;
	min-width: 200px;
	height: auto!important;
	width: calc(330 / 1366 * 100%);
}
.slide06 .slide_title img:nth-of-type(1) {
	height: 130px !important;
    width: 490px;
    display: block;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20%;
}
.slide06 .slide_title img:nth-of-type(2) {
    height: 162px!important;
    display: block;
    margin: 0 auto;
    position: absolute;
    right: -100px;
    transform: translateX(-50%);
    bottom: 25%;
}
.slide07 .switch_pc,.slide08 .switch_pc{
    height: 100vh;
    width: 100%;
}
.slide07 .switch_pc img{
	width: 940px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    left: 0px;
    margin: 0px auto;
    height: 477px!important;
}
.slide08 .switch_pc img{
	width: 602px;
    position: absolute;
    bottom: 170px;
    right: 0px;
    left: 0px;
    margin: 0px auto;
    height: 184px!important;
}
.slide08 .btn{
	width: 146px!important;
	position: absolute!important;
	height: 42px!important;
    bottom: 122px;
    left: 0;
    right: 0;
	margin: 0 auto;
	background: url(../img/top/release/201202/btn.png);
	background-size: cover;
    transition: 0.3s;
}
.slide08 .btn:hover{
	background: url(../img/top/release/201202/btn_hover.png);
	background-size: cover;
}

.cd_detail_btn{
	display: block;
    margin: 0 auto;
    position: absolute;
    right: 25px;
    transform: translateX(-50%);
    bottom: 19%;
    font-weight: normal;
    line-height: 32px;
    width: 190px;
    height: 44px;
    text-align: center;
    border-radius: 9999px;
    background: #c91225;
}
.cd_detail_btn a{
	display: block;
    position: relative;
    line-height: 31px;
	margin-top: 6px;
	color: #fff;
}
.cd_detail_btn a::after{
	content: '';
    width: 5px;
    height: 5px;
    border: 0px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 36%;
    right: 7px;
    margin-top: -4px;
}
.cd_detail_wrap{
	margin: 0 auto;
}
/*------------------------------------
	INFORMATION
------------------------------------*/
.information {
	position: relative;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: 100%;
	padding: 40px;
	background: url(../img/top/bg_information.jpg) no-repeat 0 0;
	background-size: cover;
}
.information .inner {
	overflow: hidden;
	padding-top: 50px;
	padding-bottom: 60px;
	background: #fff;
}
.information h2 {
	margin: 0 auto 50px;
}
.information .category {
	font-size: 0;
	position: absolute;
	top: 150px;
	right: 50%;
	margin-right: -400px;
}
.information .category li {
	font-size: 12px;
	font-weight: bold;
	line-height: 22px;
	display: inline-block;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: 80px;
	height: 22px;
	text-align: center;
}
.information .category li a {
	display: block;
	border: 1px solid #333;
}
.information .category li a:hover {
	color: #eb2c3b;
	border-color: #eb2c3b;
}
.information .category li a {
	-webkit-transition: .5s;
	transition: .5s;
	color: #eb2c3b;
	border-color: #eb2c3b;
}
.information .category li a:hover {
	color: #fff !important;
	background: #eb2c3b;
}
.information .category li.on a {
	color: #eb2c3b;
}
.information .category li:nth-child(2) {
	margin: 0 10px;
}
.information .category li:nth-child(3) {
	background: url(../img/common/icn_rss.gif) no-repeat 10px center;
}
.information .category li.on:nth-child(3) {
	background: url(../img/common/icn_rss_on.gif) no-repeat 10px center;
}
.information .article_list {
	width: 960px;
	margin: 0 auto;
}
@media screen and (max-width: 1041px) {
	.information .article_list {
		width: auto;
		margin: 0;
	}
}
.information .article_wrap {
	display: none;
}
.information .article_wrap:first-child {
	display: block;
}
.information article {
	width: 800px;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 25px;
	background: url(../img/common/bg_line_b.png) repeat-x 0 0;
}
.information article dl {
	overflow: hidden;
}
.information article dt {
	font-family: "Cabin", sans-serif;
	font-size: 14px;
	font-weight: 400;
	float: left;
	width: 145px;
	color: #eb2c3b;
}
.information article dd {
	float: left;
	width: 655px;
}
.information article dd h3 {
	font-family: YuMincho, "游明朝", serif;
	font-size: 16px;
	margin-bottom: 30px;
}
.information article dd p {
	margin-bottom: 25px;
	color: #5a5656;
}
.information .seemore {
	float: right;
	border-color: #100d0d;
}
.information .seemore a {
	color: #333;
}
.information .seemore a:hover {
	color: #fff;
}
.information .seemore a {
	background: url(../img/common/icn_more_b.png) no-repeat 124px center;
}
.information .seemore a:hover {
	background: url(../img/common/icn_more_w.png) #000 no-repeat 124px center;
}



/*------------------------------------
	lit_wrap
------------------------------------*/
.lit_wrap {
	width: 100%;
	overflow: hidden;
	padding-bottom: 80px;
	color: #fff;
	background: url(../img/top/bg_instagram.jpg) no-repeat 0 0;
	background-attachment: fixed;
	background-size: cover;
}
.lit_wrap >.inner {
	overflow: hidden;
	width: 960px;
	margin: 0 auto;
}
.instagram .inner {
	position: relative;
	width: 960px;
	height: 840px;
	margin: 0 auto 80px;
}

.instagram li {
	position: absolute;
	width: 240px;
	height: 240px;
}
.instagram li img {
	width: 100%;
	height: auto;
}
.instagram li.insta01 {
	top: 120px;
	left: 0;
}
.instagram li.insta02 {
	top: 120px;
	left: 240px;
}
.instagram li.insta03 {
	top: 120px;
	left: 480px;
	width: 120px;
	height: 120px;
}
.instagram li.insta04 {
	top: 120px;
	left: 600px;
	width: 120px;
	height: 120px;
}
.instagram li.insta05 {
	top: 240px;
	left: 480px;
}
.instagram li.insta06 {
	top: 240px;
	left: 720px;
	width: 120px;
	height: 120px;
}
.instagram li.insta07 {
	top: 240px;
	left: 840px;
	width: 120px;
	height: 120px;
}
.instagram li.insta08 {
	top: 360px;
	left: 120px;
}
.instagram li.insta09 {
	top: 360px;
	left: 360px;
	width: 120px;
	height: 120px;
}
.instagram li.insta10 {
	top: 360px;
	left: 720px;
}
.instagram li.insta11 {
	top: 480px;
	left: 960px;
	width: 120px;
	height: 120px;
}
.instagram li.insta12 {
	top: 600px;
	left: 360px;
}
.instagram li.insta13 {
	top: 360px;
	left: 0;
	width: 120px;
	height: 240px;
}
.instagram li.insta14 {
	top: 480px;
	left: 360px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: 360px;
	height: 120px;
	padding-top: 48px;
	text-align: center;
	background: url(../img/top/img_insta_14.jpg) no-repeat 0 0;
}
.instagram .instalogo {
	position: absolute;
	top: 0;
	right: 0;
	width: 240px;
	height: 240px;
	background: url(../img/top/ti_instagram.jpg) no-repeat 0 0;
}
.new_release_tab{
	display: none;
}


/*------------------------------------
	LIVE
------------------------------------*/
.live {
	float: left;
	width: 470px;
}
.live h2 {
	margin-bottom: 40px;
}
.live .article_wrap {
	overflow: auto;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	height: 410px;
	padding-right: 10px;
}
.live article {
	padding-top: 20px;
	background: url(../img/common/bg_line_w.png) repeat-x 0 0;
}
.live article >dl >dt {
	font-size: 16px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #fff;
}
.live article >dl >dd {
	padding-top: 15px;
	padding-bottom: 55px;
}
.live article dd dt {
	float: left;
	clear: both;
	width: 75px;
}
.live article dd dd {
	padding-left: 75px;
}
.live .seemore {
	margin: 40px auto 0;
	border-color: #fff;
}
.live .seemore a {
	color: #fff;
}
.live .seemore a:hover {
	color: #000;
	background: #fff;
}
.live .seemore a {
	background: url(../img/common/icn_more_w.png) no-repeat 124px center;
}
.live .seemore a:hover {
	background: url(../img/common/icn_more_b.png) #fff no-repeat 124px center;
}



/*------------------------------------
	TWITTER
------------------------------------*/
.twitter {
	float: right;
	width: 470px;
}
.twitter .sec_title {
	margin-bottom: 40px;
	letter-spacing: 2px;
}
.twitter h2.sec_title span {
	padding-left: 20px;
	background: url(../img/common/icn_tw.png) no-repeat 0 center;
}
.twitter h2.sec_title .ja {
	background: none;
}
.twitter .article_wrap {
	overflow: auto;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	height: 410px;
	padding-right: 10px;
}
.twitter article {
	padding: 40px 0;
	border-bottom: 1px dotted #fff;
}
.twitter article:first-child {
	padding-top: 0;
}
.twitter dt {
	font-size: 14px;
	margin-bottom: 10px;
	color: #eb2c3b;
}
.twitter dt a {
	text-decoration: underline;
	color: #eb2c3b;
}
.twitter dd a {
	color: #fff;
}
.twitter .follow {
	margin-top: 50px;
	text-align: center;
}



/*------------------------------------
	DISCOGRAPHY
------------------------------------*/
.discography {
	padding-top: 60px;

}
.discography .inner {
	overflow: hidden;
	width: 960px;
	margin: 0 auto;
	padding-bottom: 80px;
}
.discography h2 {
	margin: 0 auto;
}
.discography .disco_slider {
	position: relative;
	width: 800px;
	margin: 0 auto;
	padding-top: 117px;
}
.discography .flex-direction-nav {
	font-size: 0;
	position: absolute;
	top: 45px;
	width: 100%;
	text-align: center;
}
.discography .flex-direction-nav:after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1px;
	height: 22px;
	margin-top: -11px;
	content: "";
	background: #100d0d;
}
.discography .flex-direction-nav li {
	font-family: "Lora", serif;
	font-size: 12px;
	font-weight: 700;
	line-height: 10px;
	display: inline-block;
	width: 145px;
	height: 10px;
	margin-left: 27px;
	text-align: left;
}
.discography .flex-direction-nav li:first-child {
	margin-right: 27px;
	margin-left: 0;
	text-align: right;
}
.discography .flex-direction-nav li a {
	display: block;
	width: 145px;
	height: 10px;
	-webkit-transition: .3s;
	transition: .3s;
	background: url(../img/common/icn_arrow_next.png) no-repeat 50px center;
}
.discography .flex-direction-nav li:first-child a {
	background: url(../img/common/icn_arrow_prev.png) no-repeat 2px center;
}
.discography .flex-direction-nav li a:hover {
	background-position: 52px center;
}
.discography .flex-direction-nav li:first-child a:hover {
	background-position: 0 center;
}

.discography .disco_wrap {
	overflow: hidden;
	width: 800px;
	margin: 0 auto 20px;
}
.discography .disco_wrap .img_wrap {
	position: relative;
	float: left;
	width: 300px;
	margin-right: 40px;
}
.discography .disco_wrap .img {
	width: 300px;
	height: 300px;
}
.discography .disco_wrap .img img {
	width: auto;
	height: 100%;
}
.discography .disco_wrap .buy {
	margin-top: 30px;
}
.discography .disco_wrap .buy li {
	font-family: YuMincho, "游明朝", serif;
	font-size: 15px;
	line-height: 44px;
	width: 240px;
	height: 44px;
	margin: 0 auto;
	margin-bottom: 10px;
	text-align: center;
	letter-spacing: 1px;
	background: url(../img/common/btn_disco.gif) no-repeat 0 0;
}
.discography .disco_wrap .buy li a {
	display: block;
	color: #fff;
}
.discography .disco_wrap .buy li a:hover {
	cursor: pointer;
}
.discography .disco_wrap .din {
	position: absolute;
	top: 297px;
	left: 0;
	display: none;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: 318px;
	height: 97px;
	padding: 25px 0 0 10px;
	background: url(../img/common/bg_din.png) no-repeat left top;
}
.discography .disco_wrap .din ul {
	font-size: 0;
	text-align: center;
}
.discography .disco_wrap .din li {
	display: inline-block;
	width: 30%;
	margin: 0 4px;
}
.discography .disco_wrap .din li img {
	max-width: 100%;
	height: auto;
}
.discography .disco_wrap .buy li:first-child a {
	background: url(../img/common/icn_tab2.png) no-repeat 210px center;
}

.discography .disco_wrap .detail {
	float: left;
	width: 230px;
	margin-right: 20px;
}
.discography .disco_wrap .detail .date {
	font-family: "Cabin", sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 20px;
	letter-spacing: 2px;
}
.discography .disco_wrap .detail .title {
	font-family: YuMincho, "游明朝", serif;
	font-size: 18px;
	font-weight: normal;
}
.discography .disco_wrap .detail .title span {
	font-size: 12px;
}
.discography .disco_wrap .detail .artist {
	margin-bottom: 15px;
}
.discography .disco_wrap .detail .text {
	font-size: 10px;
	margin-top: 35px;
}

.discography .disc_trac {
	float: right;
	width: 210px;
}
.discography .disc_tab {
	border-bottom: 1px solid #000;
}
.discography .disc_tab ol {
	font-size: 0;
	overflow: hidden;
}
.discography .disc_tab li {
	font-size: 13px;
	line-height: 1;
	display: inline-block;
	margin-left: 3px;
}
.discography .disc_tab li:first-child {
	margin-left: 0;
}
.discography .disc_tab li a {
	display: inline-block;
	padding: 5px 15px;
	cursor: pointer;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}
.discography .disc_tab li.select a {
	color: #fff;
	background: #000;
}
.discography .trac li {
	padding: 8px 0;
	border-bottom: 1px dotted #333;
}
.discography .trac li img {
	vertical-align: middle;
}
.discography .trac li span {
	display: inline-block;
}
.discography .trac li .trac_sound {
	width: 25px;
}
.discography .trac li .trac_movie {
	width: 30px;
}
.discography .trac ol {
	display: none;
}
.discography .trac ol:first-child {
	display: block;
}

.discography .seemore {
	float: right;
}
.discography .seemore a {
	background: url(../img/common/icn_more_b.png) no-repeat 124px center;
}
.discography .seemore a:hover {
	background: url(../img/common/icn_more_w.png) #000 no-repeat 124px center;
}



/*------------------------------------
	PROFILE
------------------------------------*/
.profile {
	color: #fff;
}
.profile .wrap {
	position: relative;
}
.profile .img {
	position: absolute;
	top: 0;
	left: 0;
	width: 420px;
}
.profile .detail {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	min-height: 680px;
	padding-top: 50px;
	padding-left: 420px;
	background: url(../img/top/bg_profile.jpg) no-repeat 0 0;
	background-size: cover;
}
.profile .detail .inner {
	width: 500px;
	margin: 0 auto;
}
.profile .detail h3 {
	font-family: YuMincho, "游明朝", serif;
	font-size: 26px;
	font-weight: normal;
	margin-bottom: 50px;
	letter-spacing: 3px;
}
.profile .detail h3 span {
	font-family: "Lora", serif;
	font-size: 14px;
	font-weight: 400;
	display: block;
}
.profile .detail dl {
	font-size: 13px;
	line-height: 1.75;
	overflow: scroll;
	height: 430px;
	padding-right: 10px;
	color: #efefea;
}
.profile .detail dt {
	float: left;
	clear: both;
	width: 80px;
}
.profile .detail dd {
	margin-bottom: 30px;
	padding-left: 80px;
}



/*------------------------------------
	MUSIC VIDEO
------------------------------------*/
.musicvideo {
	padding-top: 50px;
	padding-bottom: 80px;
	background: url(../img/top/bg_youtube.jpg) no-repeat 0 0;
	background-attachment: fixed;
	background-size: cover;
}
.musicvideo .inner {
	overflow: hidden;
	width: 960px;
	margin: 0 auto;
}
.musicvideo h2 {
	margin: 0 auto 25px;
}
.musicvideo h2 span {
	background: none;
}
.musicvideo dl {
	margin-bottom: 30px;
}
.musicvideo dt {
	font-family: "Lora", serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 40px;
	text-align: center;
	letter-spacing: 1px;
}
.musicvideo dd ul {
	font-size: 0;
	text-align: center;
}
.musicvideo dd li {
	font-size: 12px;
	font-weight: bold;
	display: inline-block;
	width: 300px;
	text-align: left;
	vertical-align: top;
}
.musicvideo dd li:nth-child(2) {
	margin: 0 30px;
}
.musicvideo .seemore {
	float: right;
}
.musicvideo .seemore a {
	background: url(../img/common/icn_tab3.png) no-repeat 124px center;
}
.musicvideo .seemore a:hover {
	background: url(../img/common/icn_tab.png) #000 no-repeat 124px center;
}



/*------------------------------------
	LOADING
------------------------------------*/
.media_detail {
	display: none;
}
#infoContainer {
	overflow: scroll;
	height: 430px;
	margin-bottom: 20px;
}

/* loading */
.loading .loading_wrap{
	opacity: 1;
}
.loading_wrap{
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 100;
	background: #000;
	transition: .5s;
	opacity: 0;
	pointer-events: none;
}
.loader,
.loader:after {
	width: 75px;
	height: 75px;
	content: "";
	border-radius: 50%;
}
.loader {
	font-size: 10px;
	position: relative;
	position: fixed;
	top: 50%;
	left: 50%;
	margin: 60px auto;
	margin-top: -32.5px;
	margin-left: -32.5px;
	-webkit-animation: load8 1.1s infinite linear;
	        animation: load8 1.1s infinite linear;
	text-indent: -9999em;
	border-top: 2px solid rgba(167, 175, 177, .5);
	border-right: 2px solid rgba(167, 175, 177, .5);
	border-bottom: 2px solid rgba(167, 175, 177, .5);
	border-left: 2px solid rgba(167, 175, 177, .9);
}
@-webkit-keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}
@keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}

/*.loading {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-transition: 1s;
	transition: 1s;
	background: url(../img/top/release/single/20171214/motion.gif) #000 no-repeat center;
}
.loading.fin {
	opacity: 0;
}
.loading img {
	max-width: 1400px;
	height: auto;
}*/

/*------------------------------------
	MODAL
------------------------------------*/
#modal,
#modal_bg,
#modal_inner {
	width: 100%;
	height: 100%;
}
#modal {
	position: fixed;
	z-index: 10000;
	top: 0;
	left: 0;
	display: none;
}
#modal_bg {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	background: rgba(0,0,0,.9);
}
#modal_inner {
	position: relative;
	overflow: auto;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
#modal_inner .wrap {
	position: absolute;
	top: 0;
	left: 0;
	overflow: auto;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: 100%;
	height: 100%;
	color: #fff;
}

#modal_close {
	position: absolute;
	z-index: 10;
	top: 65px;
	right: 30px;
	width: 69px;
	height: 69px;
	background: url(../img/top/release/single/20171214/btn_close.png) no-repeat 0 0;
	background-size: 69px;
}
#modal_close:hover {
	cursor: pointer;
}

/* 160121 */
.sp {
	display: none;
}
.max {
	width: 100%;
	height: auto;
}
.release_ttl {
	margin-bottom: 50px;
	padding-top: 45px;
}
.release_detail {
	display: table;
	width: 960px;
	margin: 0 auto;
}
.release_detail >div {
	display: table-cell;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: 325px;
}
.release_detail .release_first {
	padding-right: 15px;
}
.release_detail .release_second {
	width: 310px;
}
.release_detail .release_third {
	padding-left: 15px;
}
.release_detail h2 {
	margin-bottom: 15px;
}
.release_detail .image {
	margin-bottom: 24px;
}
.release_detail h3 {
	font-size: 0;
	line-height: 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	height: 45px;
	margin-bottom: 20px;
}
.release_third h3 {
	padding-top: 15px;
}
.release_outline {
	height: 185px;
	text-align: left;
	color: #e1d5dc;
}
.release_shop {
	width: 182px;
	margin: 0 auto;
	padding-bottom: 45px;
}
.release_shop li {
	margin-top: 10px;
}
.release_shop li:first-child {
	margin-top: 0;
}
.release_shop a {
	font-weight: bold;
	line-height: 40px;
	display: block;
	-webkit-transition: .3s all ease-out;
	transition: .3s all ease-out;
	text-align: center;
	color: #e3007f;
	border: 1px solid #e3007f;
}
.release_shop a:hover {
	color: #000;
	background: #e3007f;
}

/* 160907 */
.mainvisual .slide03:hover {
	cursor: pointer;
}

/* 170113 「恋をする」リリース解禁 */
.info_box {
	display: none;
	position: absolute;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.8);
}
.info_box_inner {
	position: absolute;
	width: 972px;
	height: 592px;
	margin: 0 auto;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,0);
	    -ms-transform: translate(-50%,0);
	        transform: translate(-50%,0);
	margin-top: -296px;
}
.close_info_box {
	position: absolute;
	top: 0;
	right: -62px;
	width: 50px;
	height: 50px;
	background: url(../img/top/release/170112/close.png) no-repeat 0 0/50px auto
}
.close_info_box:hover {
	cursor: pointer;
}
.info_box_cont{
	position: relative;
}
.btn_info_box_cont{
	text-align: center;
	font-size: 14px;
	position: absolute;
	bottom: 105px;
	border: #fff;
	left: 50%;
}
.btn_info_box_cont a{
	color: #fff;
	-webkit-transition: .5s;
	transition: .5s;
	height: 48px;
	border: 1px solid #fff;
	display: table-cell;
	vertical-align: middle;
}
.btn_info_box_cont a:hover{
	background: #fff;
	color: #000;
}
.info_box_cont1{
	width: 220px;
	margin-left: -340px;
}
.info_box_cont1 a{
	width: 220px;
}
.info_box_cont2{
	width: 240px;
	margin-left: 115px;
}
.info_box_cont2 a{
	width: 240px;
}
.mainvisual >.slider .flex-direction-nav{
	display: block;
}

/* 170224 「tough」ジャケ写公開 */
.bgcolor2 .mainvisual h2 {
	background-image: url(../img/top/img_slide01_text_b.png);
}
.bgcolor2 .mainvisual >.slider .flex-control-nav a{
	border-color: #000;
}
.bgcolor2 .mainvisual >.slider .flex-control-nav a.flex-active,
.bgcolor2 .mainvisual >.slider .flex-control-nav a:hover{
	border-color: #eb2c3b;
}

/* 170605 「roots」情報解禁 */
/*.mainvisual >.slider .slide01 .slide_title{
	position: absolute;
    left: 50%;
    top: 160px;
    -webkit-transform: translate(-50%,0);
        -ms-transform: translate(-50%,0);
            transform: translate(-50%,0);
    height: 306px;
    width: 601px;
	z-index: 15;
}*/
/*.mainvisual >.slider .slide01 img{
	width: auto;
	height: 245px !important;
}*/
.slide01 .btn{
	width: 286px;
	height: 62px;
	background: url(../img/top/release/single/20171214/btn_pc.png) no-repeat 0 0;
	position: absolute;
	top: 558px;
	left: 50%;
	-webkit-transform: translate(-50%,0);
	    -ms-transform: translate(-50%,0);
	        transform: translate(-50%,0);
	z-index: 15;
	cursor: pointer;
	-webkit-transition: .5s;
	transition: .5s;
}
.slide01 .btn:hover{
	opacity: .7;
}
.slide01 .btn_dl{
	width: 286px;
	height: 62px;
	position: absolute;
	top: 486px;
	left: 50%;
	-webkit-transform: translate(-50%,0);
	    -ms-transform: translate(-50%,0);
	        transform: translate(-50%,0);
	z-index: 15;
}
.slide01 .btn_dl a{
	width: 286px;
	height: 62px;
	background: url(../img/top/release/single/20171214/btn_dl_pc.png) no-repeat 0 0;
	cursor: pointer;
	-webkit-transition: .5s;
	transition: .5s;
	display: block;
}
.slide01 .btn_dl a:hover{
	opacity: .7;
}
.slide01 .slide_bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/top/release/single/20171214/pct_main_pc.png) no-repeat center top;
	background-size: cover;
	z-index: 10;
}

/* 180122 KISS OF DEATH */
.slides > li {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}
.slide01 {
	background-image: url(../img/top/release/single/20181107/pct_main_pc.jpg);
}
.slide02 {
	background-image: url(../img/top/release/single/20200122/pct_main02_pc.jpg);
}
.slide03 {
	background-image: url(../img/top/release/single/20181122/pct_main_pc.jpg);
}
.slide04 {
	background-image: url(../img/top/release/album/20190130/pct_main_pc.jpg);
}
.slide05 {
	background-image: url(../img/top/release/200217/img_newrelearse.jpg);
}
.slide06 {
	background-image: url(../img/top/release/200805/mainvisual.jpg);
}
.slide07 {
	background-image: url(../img/top/release/201111/mainvisual.jpg);
}
.slide08 {
	background-image: url(../img/top/release/201202/mainvisual.jpg);
}
.slide_btn {
	position: absolute;
	left: 0;
	right: 0;
	top: 65%;
}
.slide_btn img {
	height: 70px!important;
	transition: .3s ease-out;
}
.slide_btn img:hover {
	opacity: .7;
}
.slide01 .slide_detail{
	position: absolute;
	bottom: 165px;
	left: 50%;
	transform: translate(-50%,0);
	width: 774px;
}
.slide02 .slide_detail{
	position: absolute;
	bottom: 165px;
	left: 55%;
	transform: translateX(-50%);
	width: 774px;
}
.slide03 .slide_detail{
	position: absolute;
	bottom: 100px;
	left: 50%;
	transform: translate(-50%,0);
	width: 774px;
}
.slide04 .slide_detail{
	position: absolute;
	bottom: 170px;
	left: 54%;
	transform: translate(-50%,0);
	width: 774px;
}
.slide01 .slide_title{
	width: 774px;
	height: 512px;
	position: absolute;
	bottom: -40%;
	z-index: -1;
}
.slide02 .slide_title{
	width: 647px;
	height: 228px;
	position: absolute;
	bottom: -40%;
	z-index: -1;
}
.slide02-btn {
	position: absolute;
    width: 232px;
	height: 232px;
	bottom: 50px;
    right: 0;
}
.slide02-btn img {
	max-height: 100%;
}
.slide04 .slide_title{
	width: 666px;
	height: 164px;
	position: absolute;
	bottom: 113%;
	z-index: -1;
}
.slide01 .slide_title img{
	max-height: 100%;
}
.slide02 .slide_title img{
	max-height: 100%;
}
.slide04 .slide_title img{
	max-height: 100%;
}
.slide01 .disc_type_list ul{
	display: flex;
	align-items: center;
	margin-left: 73px;
}
.slide04 .disc_type_list ul{
	display: flex;
	align-items: baseline;
	margin-left: 30px;
}
.slide04 .disc_type_list li{
	width: 125px !important;
	font-weight: bold;
	text-align: center;
}
.slide04 .disc_type_list li:not(:first-child){
	margin-left: 8px;
}
.slide04 .disc_type_list li:nth-child(3){
	margin-left: 18px;
}
.slide04 .disc_type_list li:last-child{
	position: absolute;
    left: 60%;
    top: 15px;
}
.slide04 .disc_type_list .image{
	width: 120px;
	height: 140px;
}
.slide04 .disc_type_list ul li:nth-child(3) .image{
	width: 120px;
	height: 119px;
}
.slide04 .disc_type_list ul li:last-child .image{
	width: 156px;
	height: 156px;
}
.slide04 .disc_type_list .image img{
	max-height: 100%;
}
.slide04 .disc_type_list li:nth-child(-n+3) .image img{
	box-shadow: 0px 18px 45px 5px rgba(0,0,0,0.3);
}
.slide04 .disc_type_list p{
	font-size: 10px;
    line-height: 13px;
    font-weight: 100;
    padding-top: 5px;
    color: #fff;
}
.slide01 .disc_type_list li:nth-child(1){
	width: 350px!important;
}
.slide01 .disc_type_list li{
	width: 120px !important;
	font-weight: bold;
	text-align: center;
}
.slide01 .disc_type_list li:not(:first-child){
	margin-left: 8px;
}
.slide01 .disc_type_list .image{
	width: 120px;
	height: 120px;
}
.slide01 .disc_type_list .re_day {
	height: 148px!important;
}
.slide01 .disc_type_list .image img{
	max-height: 100%;
}
.slide01 .disc_type_list p{
	font-size: 12px;
	line-height: 1;
	padding-top: 5px;
	color: #fff;
}
.slide03 .slide_title{
	width: 774px;
	height: 512px;
	bottom: -40%;
	z-index: -1;
}
.slide03 .slide_title img{
	max-height: 100%;
}

.slide03 .slide_btn {
	position: absolute;
	left: 0;
	right: 0;
	top: 61.5%;
}
.slide03 .slide_btn img {
	height: 47px!important;
	transition: .3s ease-out;
}
.slide03 .slide_btn img:hover {
	opacity: .7;
}

.release_wrap {
	display: flex;
}
.darling-in-the-franxx{
	width: 224px;
	position: absolute;
	right: 25px;
	bottom: 255px;
	z-index: 10;
	text-align: center;
}
.darling-in-the-franxx .logo{
	margin-bottom: 5px;
}
.darling-in-the-franxx dt{
	font-weight: bold;
}
.darling-in-the-franxx dd{
	cursor: pointer;
}
.switch_tab{
	display: none;
}
@media screen and (max-height: 900px) {
	.mainvisual .main_title {
		bottom: 130px;
	}
}
@media screen and (max-height: 830px) {
	.mainvisual {
		min-height: 700px !important;
	}
	/*.mainvisual >.slider .slide01 .slide_title{
		top: 130px;
		-webkit-transform: translate(-50%,0) scale(.8);
		    -ms-transform: translate(-50%,0) scale(.8);
		        transform: translate(-50%,0) scale(.8);
	    -webkit-transform-origin: top;
	        -ms-transform-origin: top;
	            transform-origin: top;
	}*/
	.slide01 .btn{
		top: 400px;
	}
}

@media screen and (min-width: 768px) {
	.slide_movie {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 2;
	}
	.slide_movie:after {
		content: "";
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,.5);
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
	}
	.slide_movie iframe {
		width: 100%;
		height: 100%;
	}

	/* mika hyde */
	.modal * {
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
	}
	.modal .title {
		height: 200px;
		background: url(../img/top/release/single/20171214/title_comment.png) #000 no-repeat center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}

	.modal .comment_item {
		height: 800px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.modal .comment .content_inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
	}
	.modal .comment .content_inner dl {
		width: 50%;
	}
	.modal .content_inner dt {
		font-size: 20px;
		line-height: 1;
		font-family: 游明朝, "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, Georgia, serif;
		letter-spacing: .5em;
	}
	.modal .content_inner dd {
		font-size: 14px;
		line-height: 2.1;
		margin-top: 55px;
	}
	.modal .comment .content_inner {
		max-width: 960px;
		margin: 0 auto;
	}

	/* mika */
	.modal .mika {
		padding-left: 50px;
		background: url(../img/top/release/single/20171214/pct_mika.png) no-repeat center top;
		background-size: cover;
	}

	/* hyde */
	.modal .hyde {
		padding-right: 50px;
		margin-top: 4px;
		background: url(../img/top/release/single/20171214/pct_hyde.png) no-repeat center bottom;
		background-size: cover;
	}
	.modal .hyde .content_inner {
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
	}
	.modal .hyde .content_inner dl {
		width: 32%;
	}

	.modal .staff {
		background: #fff;
		color: #000;
	}
	.modal .staff .content_inner{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.modal .staff .content_inner > div{
		width: 50%;
	}
	.modal .staff .content_inner .image {
		padding-top: 62.5%;
		background: url(../img/top/release/single/20171214/pct_visual-anime.jpg) no-repeat center;
		background-size: cover;
	}
	.modal .staff_inner {
		padding: 100px;
		position: relative;
	}
	.modal .staff .logo {
		width: 180px;
		height: 45px;
		position: absolute;
		top: 20px;
		right: 30px;
		background: url(../img/top/release/single/20171214/logo.png) no-repeat center;
	}
	.modal .staff dt:not(:first-child) {
		margin-top: 70px;
	}
	.modal .staff dd {
		margin-top: 55px;
	}
	.modal .staff .nishikiori {
		color: #ff3f1a;
	}
	.modal .staff .tanaka {
		color: #33c5f8;
	}
	.modal .movie{
		padding: 80px 0;
		height: 680px;
		background: url(../img/top/release/single/20171214/bg_anime.jpg) no-repeat center;
		background-size: cover;
	}
	.modal .movie .content_inner{
		padding: 0 10px;
	}
	.modal .movie .movie_wrap{
		position: relative;
		max-width: 900px;
		height: 506px;
		margin: 0 auto;
	}
	.modal .movie .content_inner iframe{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.modal .content_close {
		height: 200px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		background: url(../img/top/release/single/20171214/img_close.png) #000 no-repeat center;
		-webkit-transition: .5s;
		transition: .5s;
		cursor: pointer;
	}
	.modal .content_close:hover {
		opacity: .7;
	}
}
@media screen and (max-width: 960px) {
	.modal .staff_inner {
		padding: 100px 50px;
		position: relative;
	}
}
@media screen and (min-width: 1400px) {
	.modal .mika {
		background-size: 1400px auto;
		background-position: center bottom;
	}
	.modal .hyde {
		background-size: 1400px auto;
		background-position: center top;
	}
}
@media screen and (max-width: 1200px){
	.slide06 .slide_title img:nth-of-type(2) {
		bottom: 45%;
	}
	.cd_detail_btn {
		bottom: 39%;
	}
}
@media screen and (max-width: 1000px) {
	.modal .comment_item {
		height: 600px;
	}
	.modal .content_inner dd {
		font-size: 12px;
		line-height: 1.8;
		margin-top: 25px;
	}
}
