@import url('https://fonts.googleapis.com/css2?family=Oswald&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap');
html{
	background: #fff;
	font-family: 'Noto Sans JP', sans-serif;
}
a {
  	color: #000;
  	text-decoration: underline;
}
a:hover {
  	color: #8e3c1e;
  	text-decoration: none;
}
a:focus {
  	color: #8e3c1e;
  	text-decoration: none;
}
.js .animate-box {
  opacity: 0;
}
.fadeIn {
  opacity: 0;
  transition: 2s;
}
.fadeIn.is-show {
  opacity: 1;
}
.fadeIn_up {
  opacity: 0;
  transform: translate(0, 5%);
  transition: 2s;
}
.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}
.fadeIn_left {
  opacity: 0;
  transform: translate(-10%, 0);
  transition: 1s;
}
.fadeIn_left.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

@media screen and (max-width: 768px) {
	.br-sp{display: block;}
	.br-pc{display: none;}
}
@media screen and (min-width: 769px) {
	.br-sp{display: none;}
	.br-pc{display: block;}
}

@media screen and (max-width: 768px)
 {
	 
/* =main
-------------------------------------------------------------- */
#main {
	width:100%;
	margin:90px auto 0 auto;
	height: auto;
	padding:0;
	color:#333;
	background:url(../images/main_v_bg.jpg) no-repeat center top;
	background-size:100%;
	position: relative;
	display: block;
}
#main .main-cnt{
	width: 100%;
	padding-top: 55%;
	margin: 0 auto;
	height: auto;
	position: relative;
}
#main nav{
	display: none;
}

/* =lower
-------------------------------------------------------------- */
#lower {
	width:100%;
	height:80px;
	margin:0 auto;
	padding:0;
	color:#333;
	background:#fff;
	position: relative;
}
#lower .lower-cnt{
	width: 100%;
	padding-top: 20%;
	margin: 0 auto;
	height: auto;
	position: relative;
}
#lower  nav{
	display: none;
}
#logo{ 
	width:160px;
	height: 83px;
	background: url(../images/main_logo.svg) no-repeat center;
	position:fixed;
	padding: 0;
	top:10px;
	left: 5%;
	margin: 0;
	text-indent: -9999px;
	transition: all 0.2s ease-in-out;
	z-index: 100;
}
#logo a{ 
	display: block;
}
#logo.mini{
    width: 100px !important;
    -webkit-animation-duration:1s;
    animation-duration:1s;
	top:0px;
}


/* =section
-------------------------------------------------------------- */
section {
	width:100%;
	font-size:18px;
	clear:both;
}


/* =footer
-------------------------------------------------------------- */
footer {
	background:#0a0a0a;
	clear: both;
	overflow: hidden;
}
footer .footer-cnt {
  	width: 95%;
	padding:10px 0;
  	margin: 0 auto;
}

footer .footer-cnt .columbia_logo{
	float: left;
	margin-right: 15px;
}
footer .footer-cnt .columbia_contact a{
	float: left;
	padding: 8px 10px;
	border: 1px solid #ccc;
	color: #ccc;
	text-decoration: none;
	font-size: 11px;
	display: block;
}
footer .footer-cnt .copy{
	clear: both;
	text-align:left;
	font-size:7px;
	padding:10px 0;
	color: #fff;
	letter-spacing: 2px;
	font-family: 'Oswald', sans-serif;
}

.remodal {
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 10px;
    padding: 25px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    color: #2b2e38;
}
.remodal-overlay {
    background: rgba(0,0,0,0.85);
}

.remodal-close {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    overflow: visible;
    width: 35px;
    height: 35px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
    text-decoration: none;
    color: #fff;
    border: 0;
    outline: 0;
    background: transparent;
}
.animate-box {
  opacity: 0;
}

/* =section
-------------------------------------------------------------- */

/* contents */
.contents {
    width: 100%;
    margin: 0;
}

	
.animate-box {
  opacity: 0;
}
}

@media screen and (min-width: 769px)
{


a:hover {
    color: #f00;
    text-decoration: none;
}
a:hover img{
  	opacity:0.7;
  	filter:alpha(opacity=70);
  	-ms-filter: "alpha( opacity=70 )";
  	background:none!important;
  	color:#333;
  }

/* =main
-------------------------------------------------------------- */
#main {
	width:100%;
	height:120vh;
	margin:120px auto 0 auto;
	padding:0;
	color:#333;
	background:url(../images/main_v_bg.jpg) no-repeat center top;
	background-size:cover;
	position: relative;
}
#main .main-cnt{
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
#main  nav{
	margin: 0 auto;
	padding-top: 0px;
	position: absolute;
	top: -70px;
	right: 80px;
	white-space: nowrap;
	display: block;
	z-index: 100;
	font-family: 'Oswald', sans-serif;
}
#main  nav ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
#main  nav li{
	float:left;
	margin-right:20px; 
}
#main  nav li~li{
	margin-right:20px; 
}
#main  nav li a{
	font-weight: normal;
	font-size:20px;
	text-decoration: none;
	text-align: left;
	color: #000;
	margin-bottom: 20px;
	display: block;
	-webkit-transition: all 0.2s ease-in-out; 
	-moz-transition: all 0.2s ease-in-out; 
	-o-transition: all 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out;
	
}
#main  nav li a:hover{
	color: #777;
}

/* =lower
-------------------------------------------------------------- */
#lower {
	width:100%;
	height:120px;
	margin:0 auto;
	padding:0;
	color:#333;
	background:#fff;
	position: relative;
}
#lower .lower-cnt{
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
#lower  nav{
	margin: 0 auto;
	padding-top: 0px;
	position: absolute;
	top: 50px;
	right: 80px;
	white-space: nowrap;
	display: block;
	z-index: 100;
	font-family: 'Oswald', sans-serif;
}
#lower  nav ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
#lower  nav li{
	float:left;
	margin-right:20px; 
}
#lower  nav li~li{
	margin-right:20px; 
}
#lower  nav li a{
	font-weight: normal;
	font-size:20px;
	text-decoration: none;
	text-align: left;
	color: #000;
	margin-bottom: 20px;
	display: block;
	-webkit-transition: all 0.2s ease-in-out; 
	-moz-transition: all 0.2s ease-in-out; 
	-o-transition: all 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out;
	
}
#lower  nav li a:hover{
	color: #777;
}
	
	
#logo{ 
	width:300px;
	height: 83px;
	background: url(../images/main_logo.svg) no-repeat center;
	position:fixed;
	padding: 0;
	top:20px;
	left: 5%;
	margin: 0;
	text-indent: -9999px;
	transition: all 0.2s ease-in-out;
	z-index: 100;
}
#logo a{ 
	display: block;
}
#logo.mini{
    width: 220px !important;
    -webkit-animation-duration:1s;
    animation-duration:1s;
	top:20px;
}




/* =section
-------------------------------------------------------------- */
section {
	width:100%;
	font-size:1.8em;
	clear:both;
	overflow: hidden;
	font-weight: normal;
		
}
	

	
/* =footer
-------------------------------------------------------------- */
footer {
	background:#0a0a0a;
	clear: both;
	overflow: hidden;
	width: 100%;
}
footer .footer-cnt {
  	width: 95%;
	padding:20px 0;
  	margin: 0 auto;
	overflow: hidden;
}
	
footer .footer-cnt .columbia_logo{
	float: left;
	margin-right: 15px;
}
footer .footer-cnt .columbia_contact a{
	float: left;
	padding: 8px 10px;
	border: 1px solid #ccc;
	color: #ccc;
	text-decoration: none;
	font-size: 11px;
	display: block;
	transition: all 0.2s ease-in-out;
}
footer .footer-cnt .columbia_contact a:hover{
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
footer .footer-cnt .copy{
	float:right;
	text-align:right;
	font-size:8px;
	padding:10px 0;
	color: #fff;
	letter-spacing: 2px;
	font-family: 'Oswald', sans-serif;
}
	
.remodal-overlay {
	background: rgba(0,0,0,0.85);
}

.remodal-close {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    overflow: visible;
    width: 35px;
    height: 35px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
    text-decoration: none;
    color: #fff;
    border: 0;
    outline: 0;
    background: transparent;
}
.animate-box {
  opacity: 0;
}
}

/* =h2 title
-------------------------------------------------------------- */
@media screen and (max-width: 768px) {
	.cnt-title{
		width: 100%;
		margin: 0 auto 30px;
		border-bottom: 4px solid #000;
	}
	.cnt-title-cnt{
		width: 90%;
		margin: 0 auto;
	}
	.cnt-title .h2title{
		font-family: 'Oswald', sans-serif;
		font-size: 2.5em;
		font-weight: normal;
		margin: 0.5em 0 0;
	}
}
@media screen and (min-width: 769px) {
	.cnt-title{
		width: 100%;
		margin: 0 auto 50px;
		border-bottom: 3px solid #000;
	}
	.cnt-title-cnt{
		width: 70%;
		margin: 0 auto;
	}
	.cnt-title .h2title{
		font-family: 'Oswald', sans-serif;
		font-size: 4em;
		font-weight: normal;
		margin: 0.5em 0 0;
	}
}

/* =Back ボタン
-------------------------------------------------------------- */
@media screen and (max-width: 768px) {
	.back-btn a{
		width: 80px;
		float:right;
		border: 2px solid #000;
		padding:5px 10px;
		text-align: center;
		text-decoration: none;
		font-family: 'Oswald', sans-serif;
		font-size: 12px;
		transition: all 0.2s ease-in-out;
	}
	.back-btn a:before{
		display: block;
		content: ">";
		float: right;
	}
	.back-btn a:hover{
		filter:alpha(opacity=50);
		-moz-opacity: 0.5;
		opacity: 0.5;
	}
}
@media screen and (min-width: 769px) {
	.back-btn a{
		width: 80px;
		float:right;
		border: 2px solid #000;
		padding:5px 10px;
		text-align: center;
		text-decoration: none;
		font-family: 'Oswald', sans-serif;
		font-size: 12px;
		transition: all 0.2s ease-in-out;
	}
	.back-btn a:before{
		display: block;
		content: ">";
		float: right;
	}
	.back-btn a:hover{
		filter:alpha(opacity=50);
		-moz-opacity: 0.5;
		opacity: 0.5;
	}
}

/* =More ボタン
-------------------------------------------------------------- */
@media screen and (max-width: 768px) {
	.more-btn a{
		width: 80px;
		float:left;
		border: 2px solid #000;
		padding:5px 10px;
		text-align: center;
		text-decoration: none;
		font-family: 'Oswald', sans-serif;
		font-size: 12px;
		transition: all 0.2s ease-in-out;
	}
	.more-btn a:before{
		display: block;
		content: ">";
		float: right;
	}
	.more-btn a:hover{
		filter:alpha(opacity=50);
		-moz-opacity: 0.5;
		opacity: 0.5;
	}
}
@media screen and (min-width: 769px) {
	.more-btn a{
		width: 80px;
		float:left;
		border: 2px solid #000;
		padding:5px 10px;
		text-align: center;
		text-decoration: none;
		font-family: 'Oswald', sans-serif;
		font-size: 12px;
		transition: all 0.2s ease-in-out;
	}
	.more-btn a:before{
		display: block;
		content: ">";
		float: right;
	}
	.more-btn a:hover{
		filter:alpha(opacity=50);
		-moz-opacity: 0.5;
		opacity: 0.5;
	}
}

/* =NEWS MEDIA LIVE List
-------------------------------------------------------------- */
@media screen and (max-width: 768px) {
	.main-list{
		width: 100%;
		margin: 0 auto;
	}
	.main-list a{
		color: #000;
	}
	.main-list-cnt{
		width: 90%;
		margin: 0 auto;
	}
	ul.main_list{
		width: 100%;
		margin: 0;
		padding: 0;
		list-style: none;
	}
	ul.main_list li{
		overflow: hidden;
		margin-bottom: 5px;
		border-bottom: 1px solid #ccc;
	}
	ul.main_list li:last-child{
		border: 0;
	}
	.main_list .date{
		font-family: 'Oswald', sans-serif;
		font-size: 14px;
		float: left;
		margin-right: 10px;
	}
	.main_list .date:before{
		display: block;
		content: "Release";
		float: right;
		margin-left: 7px;
		margin-top: 4px;
		font-size: 11px;
		color: #999;
	}
	.main_list .new{
		background: #000;
		padding:1px 3px;
		float: left;
		color: #fff;
		font-size: 13px;
		font-family: 'Oswald', sans-serif;
		margin-right: 10px;
	}	
	.main_list .text{
		clear: both;
		font-size: 14px;
	}
}
@media screen and (min-width: 769px) {
	.main-list{
		width: 100%;
		margin: 0 auto;
	}
	.main-list a{
		color: #000;
	}
	.main-list-cnt{
		width: 60%;
		margin: 0 auto;
	}
	ul.main_list{
		width: 100%;
		margin: 0;
		padding: 0;
		list-style: none;
	}
	ul.main_list li{
		overflow: hidden;
		margin-bottom: 20px;
		border-bottom: 1px solid #ccc;
	}
	ul.main_list li:last-child{
		border: 0;
	}
	.main_list .date{
		font-family: 'Oswald', sans-serif;
		font-size: 18px;
		float: left;
		margin-right: 10px;
	}
	/*.main_list .date:before{
		display: block;
		content: "Release";
		float: right;
		margin-left: 7px;
		margin-top: 4px;
		font-size: 14px;
		color: #999;
	}*/
	.main_list .new{
		background: #000;
		padding:1px 3px;
		float: left;
		color: #fff;
		font-size: 16px;
		font-family: 'Oswald', sans-serif;
		margin-right: 10px;
	}	
	.main_list .text{
		float: left;
		font-size: 18px;
	}
}

/* =NEWS MEDIA LIVE CONTENTS
-------------------------------------------------------------- */
@media screen and (max-width: 768px) {
	.main-cnt{
		width: 90%;
		margin: 0 auto;
		overflow: hidden;
	}
	.main-cnt a{
		color: #000;
	}
	.main-cnt .h3title{
		color: #000;
		border-bottom: 3px solid #000;
		margin: 10px 0 30px;
		padding: 5px 0;
		font-size: 1.0em;
	}
	.main-cnt .contents{
		font-size: 14px;
		line-height: 1.6em;
	}
	.main-cnt .contents .red{
		color: #f00;
	}
	.main-cnt .contents .small{
		font-size: 14px;
	}
/* =NEWS YOUTTUBE
--------------------------------- */
	.main-cnt .contents .movie{
		width: 90%;
		padding:5% 5%;
		background: url(../images/disco_movie.png);
		overflow:hidden;
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.main-cnt .contents .movie-cnt{
		position: relative;
		width: 100%;
		padding-top: 56.25%;
	}
	.main-cnt .contents .movie-cnt iframe {
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
	}

}
@media screen and (min-width: 769px) {
	.main-cnt{
		width: 55%;
		margin: 0 auto 50px;
		overflow: hidden;
		border-left: 3px solid #000;
		border-right: 3px solid #000;
		padding: 0 2%;
	}
	.main-cnt a{
		color: #000;
	}
	.main-cnt .h3title{
		color: #000;
		border-bottom: 3px solid #000;
		margin: 10px 0 30px;
		font-size: 1.0em;
	}
	.main-cnt .contents{
		font-size: 16px;
		line-height: 1.8em;
	}
	.main-cnt .contents b{
		font-size: 18px;
	}
	.main-cnt .contents .red{
		color: #f00;
	}
	.main-cnt .contents .small{
		font-size: 14px;
	}
	
/* =NEWS YOUTTUBE
--------------------------------- */
	.main-cnt .contents .movie{
		width: 90%;
		padding:5% 5%;
		background: url(../images/disco_movie.png);
		overflow:hidden;
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.main-cnt .contents .movie-cnt{
		position: relative;
		width: 100%;
		padding-top: 56.25%;
	}
	.main-cnt .contents .movie-cnt iframe {
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
	}

}

/* =以下、トップページ
-------------------------------------------------------------- */

@media screen and (max-width: 768px)
{
a.scroll {
    position: absolute;
    top: 60%;
    left:3%;
    z-index: 2;
    display: inline-block;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-decoration: none;
    padding-top: 45px;
	color: #000;
	font-size: 11px;
	font-family: 'Oswald', sans-serif;
}

a.scroll span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 20px;
    height: 40px;
    margin-left: -10px;
    border: 2px solid #4e4946;
    border-radius: 50px;
    box-sizing: border-box;
	cursor: pointer;
}
a.scroll span::before {
    position: absolute;
    top: 10px;
    left: 55%;
    content: '';
    width: 4px;
    height: 4px;
    margin-left: -3px;
    background-color: #4e4946;
    border-radius: 100%;
    -webkit-animation: sdb 2s infinite;
    animation: sdb 2s infinite;
    box-sizing: border-box;
}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}	
}
@media screen and (min-width: 769px)
{
a.scroll {
    position: absolute;
    top: 90%;
    left:3%;
    z-index: 2;
    display: inline-block;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-decoration: none;
    padding-top: 60px;
	color: #000;
	font-family: 'Oswald', sans-serif;
	
}

a.scroll span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 30px;
    height: 50px;
    margin-left: -15px;
    border: 2px solid #4e4946;
    border-radius: 50px;
    box-sizing: border-box;
	cursor: pointer;
	
}
a.scroll span::before {
    position: absolute;
    top: 10px;
    left: 50%;
    content: '';
    width: 6px;
    height: 6px;
    margin-left: -3px;
    background-color: #4e4946;
    border-radius: 100%;
    -webkit-animation: sdb 2s infinite;
    animation: sdb 2s infinite;
    box-sizing: border-box;
}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}	
}

/* =top Information Area
-------------------------------------------------------------- */

@media screen and (max-width: 768px) {
	.info{
		width: 100%;
		background: #000;
		padding: 20px 0;
		color: #fff;
	}
	.info a{
		color: #fff;
	}
	.info .info-cnt{
		width: 95%;
		margin: 0 auto;
	}
	.info .info-cnt .info-box{
		width: 100%;
		margin: 0 auto 50px;
	}
	.info .info-cnt .h3-title{
		font-size: 40px;
		font-family: 'Oswald', sans-serif;
		display: contents;
	}
	.info .info-cnt .list{
		width: 100%;
	}
	.info .info-cnt .list ul{
		margin: 0;
		padding: 0;
		list-style: none;
	}
	.info .info-cnt .list li{
		margin-bottom: 10px;
	}
	.info .info-cnt .list .date{
		font-family: 'Oswald', sans-serif;
		font-size: 14px;
		float: left;
		margin-right: 10px;
	}
	/*.info .info-cnt .list .date:before{
		display: block;
		content: "Release";
		float: right;
		margin-left: 7px;
		margin-top: 4px;
		font-size: 11px;
		color: #999;
	}*/
	.info .info-cnt .list .new{
		background: #fff;
		padding:1px 3px;
		float: left;
		color: #000;
		font-size: 11px;
		font-family: 'Oswald', sans-serif;
	}	
	.info .info-cnt .list .text{
		clear: both;
		font-size: 13px;
	}
	.info .info-cnt .more a{
		float: left;
		font-size: 12px;
		font-family: 'Oswald', sans-serif;
		text-decoration: none;
	}
	.info .info-cnt .more a:before{
		float: right;
		content: ">";
		display: block;
		margin-left: 5px;
		position: relative;
		top:-1px;
	}

}
@media screen and (min-width: 769px) {
	.info{
		width: 100%;
		background: #000;
		padding: 40px 0 60px;
		color: #fff;
		overflow: hidden;
	}
	.info a{
		color: #fff;
	}
	.info .info-cnt{
		width: 1080px;
		margin: 0 auto;
	}
	.info .info-cnt .info-box{
		width: 100%;
		margin: 0 auto;
		padding: 0 0%;
	}
	.info .info-cnt .h3-title{
		font-size: 60px;
		font-family: 'Oswald', sans-serif;
		margin: 35px 0;
	}
	.info .info-cnt .list{
		width: 100%;
		overflow: hidden;
	}
	.info .info-cnt .list ul{
		margin: 0;
		padding: 0;
		list-style: none;
	}
	.info .info-cnt .list li{
		margin-bottom: 5px;
		width: 98%;
		float: left;
	}
	.info .info-cnt .list .date{
		font-family: 'Oswald', sans-serif;
		font-size: 16px;
		float: left;
		margin-right: 10px;
	}
	/*.info .info-cnt .list .date:before{
		display: block;
		content: "Release";
		float: right;
		margin-left: 7px;
		margin-top: 4px;
		font-size: 13px;
		color: #999;
	}*/
	.info .info-cnt .list .new{
		background: #fff;
		padding:1px 3px;
		float: left;
		color: #000;
		font-size: 14px;
		font-family: 'Oswald', sans-serif;
	}	
	.info .info-cnt .list .text{
		clear: both;
		font-size: 16px;
	}
	.info .info-cnt .more a{
		float: left;
		font-size: 12px;
		font-family: 'Oswald', sans-serif;
		text-decoration: none;
	}
	.info .info-cnt .more a:before{
		float: right;
		content: ">";
		display: block;
		margin-left: 5px;
		position: relative;
		top:-1px;
	}
}

/* =top profile
-------------------------------------------------------------- */

@media screen and (max-width: 768px) {
	.profile{
		clear: both;
		width: 100%;
		padding: 180px 0 50px;
		color: #000;
		background: url(../images/profile_logo.jpg) no-repeat #fff;
		background-size: 100%;
		background-position:50% 5%;
		overflow: hidden;
	}
	.profile .profile-cnt{
		width: 90%;
		height: auto;
		margin: 0 auto;
		overflow: hidden;
		position: relative;
	}
	.profile .profile-cnt .link-list{
		overflow: hidden;
		margin-bottom: 20px;
		float: right;
	}
	.profile .profile-cnt .link-list ul{
		width: 100%;
		list-style: none;
		margin: 0;
		padding: 0;
		float: right;
	}
	.profile .profile-cnt .link-list li{
		float: left;
		margin: 1px;
		width: 60px;
		height: 60px;
	}
	.profile .profile-cnt .link-list li a{
		float: left;
		width: 60px;
		height: 60px;
	}
	.profile .profile-cnt .link-list .icon-line{
		background: url(../images/icon_line.svg) no-repeat #c3c3c3;
		background-size: 100%;
		text-indent: -9999px;
	}
	.profile .profile-cnt .link-list .icon-lineblog{
		background: url(../images/icon_lineblog.svg) no-repeat #989898;
		background-size: 100%;
		text-indent: -9999px;
	}
	.profile .profile-cnt .link-list .icon-tw{
		background: url(../images/icon_tw.svg) no-repeat #c3c3c3;
		background-size: 100%;
		text-indent: -9999px;
	}
	.profile .profile-cnt .link-list .icon-inst{
		background: url(../images/icon_inst.svg) no-repeat #989898;
		background-size: 100%;
		text-indent: -9999px;
	}
	.profile .profile-cnt .link-list .icon-tiktok{
		background: url(../images/icon_tiktok.svg) no-repeat #c3c3c3;
		background-size: 100%;
		text-indent: -9999px;
	}
	.profile .profile-cnt .link-list .icon-music{
		background: url(../images/icon_music.svg) no-repeat #989898;
		background-size: 100%;
		text-indent: -9999px;
	}
	.profile .profile-cnt .link-list .icon-spo{
		background: url(../images/icon_spo.svg) no-repeat #989898;
		background-size: 100%;
		text-indent: -9999px;
	}
	.profile .profile-cnt .member-list{
		clear: both;
		width: 100%;
		margin-bottom: 20px;
		overflow: hidden;
	}
	.profile .profile-cnt .member-list ul{
		width: 100%;
		list-style: none;
		margin: 0;
		padding: 0;
	}
	.profile .profile-cnt .member-list li{
		width: 19.5%;
		margin: 0 auto;
		padding: 0 0.2%;
		float: left;
	}
	.profile .profile-cnt .member-list img{
		width: 100%;
		margin: 0;
		padding: 0;
		display: block;
	}
	.profile .profile-cnt .member-list .member{
		width: 100%;
		position: relative;
	}
	.profile .profile-cnt .member-list .member a{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		text-indent:-999px;
		z-index: 2;
		display: block;
	}
	.profile .profile-cnt .member-list .member .name{
		width: 100%;
		background: #000;
		color: #fff;
		text-align: center;
		padding: 5px 0;
		font-size: 9px;
		font-family: 'Oswald', sans-serif;
	}
	.profile .profile-cnt .reed{
		width: 95%;
		clear: both;
		text-align: left;
		position: relative;
		padding: 10px;
		font-size: 14px;
		font-weight: bold;
		border-top: 3px solid #000;
		border-bottom: 3px solid #000;
        margin-bottom: 30px;
	}
	.profile .profile-cnt .fan_bana a{
		width: 92%;
        height: 30px;
		clear: both;
		text-align: center;
        text-indent: -9999px;
		position: relative;
		padding: 10px;
		background: url(../images/profile_fanclub_bana.jpg)no-repeat center center;
        background-size:200px; 
		border: 3px solid #000;
        display: block;
        transition: all 0.2s ease-in-out;
	}
}
@media screen and (min-width: 769px) {
	.profile{
		clear: both;
		width: 100%;
		padding: 40px 0;
		color: #000;
		background: url(../images/profile_logo.jpg) no-repeat #fff;
		background-size: 914px;
		background-position:10% 2%;
		overflow: hidden;
		
	}
	.profile .profile-cnt{
		width: 1100px;
		height: 1080px;
		margin: 0 auto;
		overflow: hidden;
		position: relative;
	}
	
	.profile .profile-cnt .link-list{
		position: relative;
		top: 250px;
		right:5px;
		float: right;
	}
	.profile .profile-cnt .link-list ul{
		width: 100%;
		list-style: none;
	}
	.profile .profile-cnt .link-list li{
		float: left;
		margin: 1px;
		transition: all 0.2s ease-in-out;
	}
	.profile .profile-cnt .link-list li a{
		display: block;
		width: 130px;
		height: 130px;
		
	}
	.profile .profile-cnt .link-list li:hover{
		filter:alpha(opacity=50);
		-moz-opacity: 0.5;
		opacity: 0.5;
	}
	.profile .profile-cnt .link-list .icon-line{
		background: url(../images/icon_line.svg) no-repeat #c3c3c3;
		background-size: 100%;
		text-indent: -9999px;
	}
	.profile .profile-cnt .link-list .icon-lineblog{
		background: url(../images/icon_lineblog.svg) no-repeat #989898;
		background-size: 100%;
		text-indent: -9999px;
	}
	.profile .profile-cnt .link-list .icon-tw{
		background: url(../images/icon_tw.svg) no-repeat #c3c3c3;
		background-size: 100%;
		text-indent: -9999px;
	}
	.profile .profile-cnt .link-list .icon-inst{
		background: url(../images/icon_inst.svg) no-repeat #989898;
		background-size: 100%;
		text-indent: -9999px;
	}
	.profile .profile-cnt .link-list .icon-tiktok{
		background: url(../images/icon_tiktok.svg) no-repeat #c3c3c3;
		background-size: 100%;
		text-indent: -9999px;
	}
	.profile .profile-cnt .link-list .icon-music{
		background: url(../images/icon_music.svg) no-repeat #989898;
		background-size: 100%;
		text-indent: -9999px;
	}
	.profile .profile-cnt .link-list .icon-spo{
		background: url(../images/icon_spo.svg) no-repeat #989898;
		background-size: 100%;
		text-indent: -9999px;
	}
	.profile .profile-cnt .member-list{
		clear: both;
		width: 100%;
		position: relative;
		top: 270px;
		margin-bottom: 40px;
	}
	.profile .profile-cnt .member-list ul{
		width: 100%;
		list-style: none;
		margin: 0;
		padding: 0;
	}
	.profile .profile-cnt .member-list li{
		width: 19%;
		padding:0 0.5%;
		float: left;
	}
	.profile .profile-cnt .member-list img{
		width: 100%;
		margin: 0;
		padding: 0;
		display: block;
	}
	.profile .profile-cnt .member-list .member{
		width: 100%;
		position: relative;
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-transition: .3s ease-in-out;
		transition: .3s ease-in-out;
	}
	.profile .profile-cnt .member-list .member a{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		text-indent:-999px;
		z-index: 2;
		display: block;
	}
	.profile .profile-cnt .member-list .member:hover{
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
		filter:alpha(opacity=50);
		-moz-opacity: 0.5;
		opacity: 0.5;
	}
	.profile .profile-cnt .member-list .member .name{
		width: 100%;
		background: #000;
		color: #fff;
		text-align: center;
		padding: 5px 0;
		font-size: 13px;
		font-family: 'Oswald', sans-serif;
	}
	.profile .profile-cnt .reed{
		width: 100%;
		clear: both;
		text-align: center;
		position: relative;
		top: 320px;
		padding: 10px;
		font-size: 18px;
		font-weight: bold;
		border-top: 5px solid #000;
		border-bottom: 5px solid #000;
	}
	.profile .profile-cnt .fan_bana a{
		width: 97.5%;
        height: 55px;
		clear: both;
		text-align: center;
        text-indent: -9999px;
		position: relative;
		top: 360px;
		padding: 10px;
		background: url(../images/profile_fanclub_bana.jpg)no-repeat center center;
        background-size:300px; 
		border: 3px solid #000;
        display: block;
        transition: all 0.2s ease-in-out;
	}
	.profile .profile-cnt .fan_bana a:hover{
        filter:alpha(opacity=50);
        -moz-opacity: 0.5;
        opacity: 0.5;
	}
	
}

/* =top VIDEO
-------------------------------------------------------------- */

@media screen and (max-width: 768px) {
	#movie {
		width: 100%;
		clear: both;
		overflow: hidden;
		background: #e4e6eb;
		padding: 50px 0 30px;
	}
	.top_cnt_video{
		position: relative;
		width: 90%;
		margin: 0 auto;
	}	
	.top_cnt_video_cnt{
		position: relative;
		display: block;
		width: 100%;
		padding: 0;
		overflow: hidden;
		padding-top: 56%;
		margin-bottom: 1em;
	}
	.top_cnt_video_cnt a{
		transition: all 0.2s ease-in-out;
	}
	.top_cnt_video_cnt iframe,
	.top_cnt_video_cnt img{
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 100%;
		border: 0;
	}
}
@media screen and (min-width: 769px) {
	#movie {
		width: 100%;
		clear: both;
		overflow: hidden;
		background: #e4e6eb;
		padding: 50px 0;
	}
	.top_cnt_video{
		position: relative;
		width: 50%;
		right:0;
		margin: 0 auto;
	}	
	.top_cnt_video_cnt{
		display: block;
		width: 100%;
		padding: 0;
		overflow: hidden;
		padding-top: 56%;
	}
	.top_cnt_video_cnt a{
		transition: all 0.2s ease-in-out;
	}
	.top_cnt_video_cnt a:hover{
		filter:alpha(opacity=80);
		-moz-opacity: 0.8;
		opacity: 0.8;
	}
	.top_cnt_video_cnt iframe,
	.top_cnt_video_cnt img{
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 100%;
		border: 0;
	}
}

/* =top Bana
-------------------------------------------------------------- */

@media screen and (max-width: 768px) {
	.top_bana{
		width: 100%;
		padding: 50px 0 30px;
		overflow: hidden;
		background: #f0f0f0;
	}
	.top_bana .top_bana-cnt{
		width: 95%;
		margin: 0 auto;
	}
	.top_bana .top_bana-cnt ul.bana-list{
		width: 100%;
		margin: 0;
		padding: 0;
		list-style: none;
	}
	.top_bana .top_bana-cnt .bana-list li{
		width: 48%;
		padding: 0 1%;
		margin-bottom: 7px;
		float: left;
	}
	.top_bana .top_bana-cnt .bana-list img{
		width:100%;
	}
}
@media screen and (min-width: 769px) {
	.top_bana{
		width: 100%;
		padding: 50px 0 30px;
		overflow: hidden;
		background: #f0f0f0;
	}
	.top_bana .top_bana-cnt{
		width: 1080px;
		margin: 0 auto;
	}
	.top_bana .top_bana-cnt ul.bana-list{
		width: 100%;
		margin: 0;
		padding: 0;
		list-style: none;
	}
	.top_bana .top_bana-cnt .bana-list li{
		width: 31.33333333%;
		padding: 0 1%;
		margin-bottom: 20px;
		float: left;
	}
	.top_bana .top_bana-cnt .bana-list img{
		width:100%;
	}
}

#formWrap {
	width:60%;
	margin:0 auto;
	color:#000;
	line-height:120%;
}
#formWrap .reed{
	font-size: 16px;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
	font-size: 14px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#fff;
	text-align:left;
	font-size: 14px;
}
input[type="submit"], input[type="reset"], input[type="button"] {
	background: #000;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	padding: 10px;
}
@media screen and (max-width: 769px) {
#formWrap {
	width:95%;
	margin:0 auto;
}
#formWrap .reed{
	font-size: 13px;
}
table.formTable th, table.formTable td {
	width:auto;
	display:block;
}
table.formTable th {
	margin-top:5px;
	border-bottom:0;
	font-size: 13px;
}
input[type="text"], textarea {
	width:80%;
	padding:5px;
	font-size:110%;
	display:block;
}
input[type="submit"], input[type="reset"], input[type="button"] {
	display:block;
	width:100%;
	height:40px;
	background: #000;
	border: 0;
	color: #fff;
	margin-bottom: 20px;
}
}




/* =top tab
-------------------------------------------------------------- */

@media screen and (max-width: 768px) {
.tabs{
  width:100%;
  margin:10px auto;
  position:relative;
}
.tab-buttons span{
  color:#fff;
  cursor:pointer;
  border-bottom:2px solid #777;
  display:block;
  width:25%;
  float:left;
  text-align:center;
  height:40px;
  line-height:40px;
  font-family: 'Oswald', sans-serif;
}
.tab-content{
  padding:15px;
  background:#000;
  display:inline-block;
  color:#fff;
}
#lamp{
  width:25%;
  height:2px;
  background:#333;
  display:block;
  position:absolute;
  top:40px;
  transition: all .3s ease-in;
-o-transition: all .3s ease-in;
-webkit-transition: all .3s ease-in;
-moz-transition: all .3s ease-in;
	
}
#lamp.content1{
  left:0;
  transition: all .3s ease-in;
-o-transition: all .3s ease-in;
-webkit-transition: all .3s ease-in;
-moz-transition: all .3s ease-in;
}
#lamp.content2{
  left:25%;
  transition: all .3s ease-in;
-o-transition: all .3s ease-in;
-webkit-transition: all .3s ease-in;
-moz-transition: all .3s ease-in;
}
#lamp.content3{
  left:50%;
  transition: all .3s ease-in;
-o-transition: all .3s ease-in;
-webkit-transition: all .3s ease-in;
-moz-transition: all .3s ease-in;
}
#lamp.content4{
  left:75%;
  transition: all .3s ease-in;
-o-transition: all .3s ease-in;
-webkit-transition: all .3s ease-in;
-moz-transition: all .3s ease-in;
}
}
@media screen and (min-width: 769px) {
.tabs{
  width:100%;
  margin:10px auto;
  position:relative;
}
.tab-buttons span{
  color:#fff;
  cursor:pointer;
  border-bottom:2px solid #777;
  display:block;
  width:25%;
  float:left;
  text-align:center;
  height:40px;
  line-height:40px;
  font-family: 'Oswald', sans-serif;
}
.tab-content{
  padding:15px;
  background:#000;
  display:inline-block;
  color:#fff;
	width: 100%;
}
#lamp{
  width:25%;
  height:2px;
  background:#333;
  display:block;
  position:absolute;
  top:40px;
  transition: all .3s ease-in;
-o-transition: all .3s ease-in;
-webkit-transition: all .3s ease-in;
-moz-transition: all .3s ease-in;
	
}
#lamp.content1{
  left:0;
  transition: all .3s ease-in;
-o-transition: all .3s ease-in;
-webkit-transition: all .3s ease-in;
-moz-transition: all .3s ease-in;
}
#lamp.content2{
  left:25%;
  transition: all .3s ease-in;
-o-transition: all .3s ease-in;
-webkit-transition: all .3s ease-in;
-moz-transition: all .3s ease-in;
}
#lamp.content3{
  left:50%;
  transition: all .3s ease-in;
-o-transition: all .3s ease-in;
-webkit-transition: all .3s ease-in;
-moz-transition: all .3s ease-in;
}
#lamp.content4{
  left:75%;
  transition: all .3s ease-in;
-o-transition: all .3s ease-in;
-webkit-transition: all .3s ease-in;
-moz-transition: all .3s ease-in;
}
}


/* =Discography
-------------------------------------------------------------- */

@media screen and (max-width: 768px) {
	.disco{
		width: 100%;
	}
	.disco-cnt{
		width: 95%;
		margin: 0 auto;
		overflow: hidden;
	}
/* =Discography リスト
--------------------------------- */
	.disc-list{
		width: 100%;
		list-style: none;
		overflow: hidden;
		margin: 0;
		padding: 0;
		position: relative;
	}
	.disc-list ul{
		width: 100%;
		margin: 0;
		padding: 0;
	}
	.disc-list li{
		width: 96%;
		height:auto;
		float: left;
		padding: 2%;
		margin-bottom: 5px;
		overflow: hidden;
		border-bottom: 1px solid #ccc;
	}
	.disc-list li:last-child{
		border: 0;
	}
	.disc-list-box{
		width: 100%;
		overflow: hidden;
		position: relative;
		cursor: pointer;
	}
	.disc-list-box:before{
		content: url(../images/arrow.png);
		display: inline-block;
		float: right;
	}
	.disc-list-box a{
		color: #000;
		text-decoration: none;
	}

	.disc-list-box .jacket{
		width: 30%;
		margin-right: 2%;
		float: left;
	}
	.disc-list-box .jacket img{
		width: 100%;
		margin-bottom: 3px;
	}
	.disc-list-box .disc-detail{
		width: 180px;
		font-family: 'Oswald', sans-serif;
		margin-bottom: 0px;
		overflow: hidden;
		float: left;
	}

	.disc-list-box .disc-detail .date{
		min-width: 34%;
		float: left;
		padding:0 2% 0 0;
		font-size: 14px;
	}
	.disc-list-box .disc-detail .type{
		width: 50%;
		float: left;
		padding:0 2%;
		font-size: 14px;
	}
	.disc-list-box .title{
		width: 60%;
		font-size: 18px;
		font-weight: bold;
		line-height: 1.8em;
		float: left;
		margin-bottom: 5px;
	}
	.disc-list-btn{
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		border: 0;
		border-radius: 30px;
		background: #000;
		cursor: pointer;
		width: 50%;
		font-size: 12px;
		transition: all 0.2s ease-in-out;
		color: #fff;
		z-index: 2;
		display: block;
	}
	.disc-list-btn:hover{
		filter:alpha(opacity=50);
		-moz-opacity: 0.5;
		opacity: 0.5;
	}
	.disc-list-btn a{
		text-decoration: none;
		display: block;
		width: 100%;
		padding: 5px 0;
		color: #fff;
	}	
	.disc-list-btn a:hover{
		color: #fff;
	}
	
/* =Discography 購入/再生ポップアップ
--------------------------------- */
	.disc-play-box{
		width: 94%;
		border-radius: 5px;
		background: #eee;
		padding:3%;
		overflow: hidden;
		text-align: left;
	}
	.disc-play-box .dpb-cnt{
		width: 100%;
		overflow: hidden;
		margin-bottom: 0px;
	}
	.disc-play-box .dpb-jacket{
		width: 100%;
	}
	.disc-play-box .dpb-jacket img{
		width: 100%;
		float: left;
		margin-bottom: 10px;
		box-shadow:0px 0px 10px 0px #777;
		-moz-box-shadow:0px 0px 10px 0px #777;
		-webkit-box-shadow:0px 0px 10px 0px #777;
	}
	.disc-play-box .dpb-link{
		width: 100%;
	}
	.disc-play-box .dpb-link-cnt{
		width: 100%;
	}
	.disc-play-box .dpb-link-cnt .h3title{
		width: 100%;
		font-size: 22px;
		font-family: 'Oswald', sans-serif;
		border-bottom: 3px solid #000;
		padding:0 0 5px 0;
		margin:0 0 10px 0;
		clear: both;
	}
	.disc-play-box .dpb-link-cnt .link-list{
		width: 100%;
		margin: 0 0 20px 0;
		padding: 0;
		list-style: none;
	}
	
	.disc-play-box .dpb-link-cnt .link-list li{
		width: 31.3%;
		padding: 0 1%;
		float: left;
		margin-bottom: 12px;
		cursor: pointer;
		transition: all 0.2s ease-in-out;
	}
	.disc-play-box .dpb-link-cnt .link-list li:hover{
		filter:alpha(opacity=50);
		-moz-opacity: 0.5;
		opacity: 0.5;
	}
	.disc-play-box .dpb-link-cnt .link-list .dpb-icon-columbia a{
		background: url(../images/dpb-icon_columbia.png) no-repeat  #fff;
		background-size: 100%;
		background-position: 100%;
		padding: 0px 0;
		height: 45px;
		text-indent: -9999px;
		display: block;
		border-radius:5px;
	}
	.disc-play-box .dpb-link-cnt .link-list .dpb-icon-spotify a{
		background: url(../images/dpb-icon_spo.png) no-repeat  #fff;
		background-size: 100%;
		background-position: 100%;
		padding: 0px 0;
		height: 45px;
		text-indent: -9999px;
		display: block;
		border-radius:5px;
	}
	.disc-play-box .dpb-link-cnt .link-list .dpb-icon-line a{
		background: url(../images/dpb-icon_line.png) no-repeat  #fff;
		background-size: 100%;
		background-position: 100%;
		padding: 0px 0;
		height: 45px;
		text-indent: -9999px;
		display: block;
		border-radius:5px;
	}
	.disc-play-box .dpb-link-cnt .link-list .dpb-icon-applemusic a{
		background: url(../images/dpb-icon_amusic.png) no-repeat  #fff;
		background-size: 100%;
		background-position: 100%;
		padding: 0px 0;
		height: 45px;
		text-indent: -9999px;
		display: block;
		border-radius:5px;
	}	
	.disc-play-box .dpb-link-cnt .link-list .dpb-icon-amazonmusic a{
		background: url(../images/dpb-icon_ama.png) no-repeat  #fff;
		background-size: 100%;
		background-position: 100%;
		padding: 0px 0;
		height: 45px;
		text-indent: -9999px;
		display: block;
		border-radius:5px;
	}
	.disc-play-box .dpb-link-cnt .link-list .dpb-icon-amazon a{
		background: url(../images/dpb-icon_amazon.png) no-repeat  #fff;
		background-size: 100%;
		background-position: 100%;
		padding: 0px 0;
		height: 45px;
		text-indent: -9999px;
		display: block;
		border-radius:5px;
	}
	.disc-play-box .dpb-link-cnt .link-list .dpb-icon-itune a{
		background: url(../images/dpb-icon_itune.png) no-repeat  #fff;
		background-size: 100%;
		background-position: 100%;
		padding: 0px 0;
		height: 45px;
		text-indent: -9999px;
		display: block;
		border-radius:5px;
	}
	.disc-play-box .dpb-link-cnt .link-list .dpb-icon-recochoku a{
		background: url(../images/dpb-icon_recochoku.png) no-repeat  #fff;
		background-size: 100%;
		background-position: 100%;
		padding: 0px 0;
		height: 45px;
		text-indent: -9999px;
		display: block;
		border-radius:5px;
	}
	.disc-play-box .dpb-link-cnt .link-list .dpb-icon-mora a{
		background: url(../images/dpb-icon_mora.png) no-repeat  #fff;
		background-size: 100%;
		background-position: 100%;
		padding: 0px 0;
		height: 45px;
		text-indent: -9999px;
		display: block;
		border-radius:5px;
	}
	.disc-play-box .dpb-link-cnt .link-list .dpb-icon-linkfire a{
		background: url(../images/dpb-icon_linkfire.png) no-repeat  #fff;
		background-size: 100%;
		background-position: 100%;
		padding: 0px 0;
		height: 45px;
		text-indent: -9999px;
		display: block;
		border-radius:5px;
	}
	.disc-play-box .dpb-detail{
		width: 330px;
		clear: both;
		overflow: hidden;
		font-family: 'Oswald', sans-serif;
		margin-bottom: 5px;
	}
	.disc-play-box .dpb-detail .date{
		width: 26%;
		float: left;
		padding:0;
		font-size: 16px;
		border-right: 2px solid #000;
		text-align: left;
	}
	.disc-play-box .dpb-detail .type{
		width: 66%;
		float: left;
		padding:0 0 0 4%;
		font-size: 16px;
		text-align: left;
	}
	.disc-play-box .dpb-title{
		width: 100%;
		clear: both;
		overflow: hidden;
		font-size: 25px;
		text-align: left;
		line-height: 1.8em;
	}
}
@media screen and (min-width: 769px) {
	.disco{
		width: 100%;
	}
	.disco-cnt{
		width: 880px;
		margin: 0 auto;
		overflow: hidden;
	}
/* =Discography リスト
--------------------------------- */
	.disc-list{
		width: 100%;
		list-style: none;
		overflow: hidden;
		margin: 0;
		padding: 0;
	}
	.disc-list ul{
		width: 100%;
		margin: 0;
		padding: 0;
	}
	.disc-list li{
		width: 29.3%;
		height: 380px;
		float: left;
		padding: 2%;
		margin-bottom: 20px;
		overflow: hidden;
	}
	.disc-list-box{
		width: 100%;
		margin-bottom: 10px;
		overflow: hidden;

	}
	.disc-list-box a{ 
		color: #000;
		text-decoration: none;
	}

	.disc-list-box .jacket{
		height: 270px;
		position: relative;
		cursor: pointer;
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
	}
	.disc-list-box .jacket:hover{
		-webkit-transform: scale(0.97);
		transform: scale(0.97);
		filter:alpha(opacity=50);
		-moz-opacity: 0.5;
		opacity: 0.5;
		position: relative;
	}
	.disc-list-box .jacket img{
		width: 100%;
		margin-bottom: 3px;
	}
	.disc-list-box .disc-detail{
		width: 100%;
		height: 18px;
		font-family: 'Oswald', sans-serif;
		margin-bottom: 5px;
		overflow: hidden;
	}
	.disc-list-box .disc-detail .date{
		width: 34%;
		float: left;
		padding:0 2%;
		font-size: 16px;
		border-right: 2px solid #000;
	}
	.disc-list-box .disc-detail .type{
		width: 55%;
		float: right;
		padding:0 2%;
		font-size: 16px;
		text-align: center;
		border-right: 2px solid #000;
	}
	.disc-list-box .title{
		width: 100%;
		font-size: 21px;
		font-weight: bold;
		clear: both;
		line-height: 1.8em;
		margin-bottom: 8px;
	}
	.disc-list-btn{
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		border: 0;
		border-radius: 30px;
		background: #000;
		cursor: pointer;
		width: 100%;
		font-size: 16px;
		transition: all 0.2s ease-in-out;
	}
	.disc-list-btn:hover{
		filter:alpha(opacity=50);
		-moz-opacity: 0.5;
		opacity: 0.5;
	}
	.disc-list-btn a{
		text-decoration: none;
		display: block;
		width: 100%;
		padding: 10px 0;
		color: #fff;
	}	
	.disc-list-btn a:hover{
		color: #fff;
	}
	
/* =Discography 購入/再生ポップアップ
--------------------------------- */
	.disc-play-box{
		width: 94%;
		border-radius: 5px;
		background: #eee;
		padding:3%;
		overflow: hidden;
		text-align: left;
	}
	.disc-play-box .dpb-cnt{
		width: 100%;
		overflow: hidden;
		margin-bottom: 0px;
	}
	.disc-play-box .dpb-jacket{
		width: 40%;
		float: left;
	}
	.disc-play-box .dpb-jacket img{
		width: 95%;
		float: left;
		margin-bottom: 10px;
		box-shadow:0px 0px 10px 0px #777;
		-moz-box-shadow:0px 0px 10px 0px #777;
		-webkit-box-shadow:0px 0px 10px 0px #777;
	}
	.disc-play-box .dpb-link{
		width: 60%;
		float: left;
	}
	.disc-play-box .dpb-link-cnt{
		width: 100%;
	}
	.disc-play-box .dpb-link-cnt .h3title{
		width: 100%;
		font-size: 22px;
		font-family: 'Oswald', sans-serif;
		border-bottom: 3px solid #000;
		padding:0 0 5px 0;
		margin:0 0 10px 0;
		clear: both;
	}
	.disc-play-box .dpb-link-cnt .link-list{
		width: 100%;
		margin: 0 0 20px 0;
		padding: 0;
		list-style: none;
	}
	
	.disc-play-box .dpb-link-cnt .link-list li{
		width: 31.3%;
		padding: 0 1%;
		float: left;
		margin-bottom: 12px;
		cursor: pointer;
		transition: all 0.2s ease-in-out;
	}
	.disc-play-box .dpb-link-cnt .link-list li:hover{
		filter:alpha(opacity=50);
		-moz-opacity: 0.5;
		opacity: 0.5;
	}
	.disc-play-box .dpb-link-cnt .link-list .dpb-icon-columbia a{
		background: url(../images/dpb-icon_columbia.png) no-repeat  #fff;
		background-size: 100%;
		background-position: 100%;
		padding: 0px 0;
		height: 45px;
		text-indent: -9999px;
		display: block;
		border-radius:5px;
	}
	.disc-play-box .dpb-link-cnt .link-list .dpb-icon-spotify a{
		background: url(../images/dpb-icon_spo.png) no-repeat  #fff;
		background-size: 100%;
		background-position: 100%;
		padding: 0px 0;
		height: 45px;
		text-indent: -9999px;
		display: block;
		border-radius:5px;
	}
	.disc-play-box .dpb-link-cnt .link-list .dpb-icon-line a{
		background: url(../images/dpb-icon_line.png) no-repeat  #fff;
		background-size: 100%;
		background-position: 100%;
		padding: 0px 0;
		height: 45px;
		text-indent: -9999px;
		display: block;
		border-radius:5px;
	}
	.disc-play-box .dpb-link-cnt .link-list .dpb-icon-applemusic a{
		background: url(../images/dpb-icon_amusic.png) no-repeat  #fff;
		background-size: 100%;
		background-position: 100%;
		padding: 0px 0;
		height: 45px;
		text-indent: -9999px;
		display: block;
		border-radius:5px;
	}	
	.disc-play-box .dpb-link-cnt .link-list .dpb-icon-amazonmusic a{
		background: url(../images/dpb-icon_ama.png) no-repeat  #fff;
		background-size: 100%;
		background-position: 100%;
		padding: 0px 0;
		height: 45px;
		text-indent: -9999px;
		display: block;
		border-radius:5px;
	}
	.disc-play-box .dpb-link-cnt .link-list .dpb-icon-amazon a{
		background: url(../images/dpb-icon_amazon.png) no-repeat  #fff;
		background-size: 100%;
		background-position: 100%;
		padding: 0px 0;
		height: 45px;
		text-indent: -9999px;
		display: block;
		border-radius:5px;
	}
	.disc-play-box .dpb-link-cnt .link-list .dpb-icon-itune a{
		background: url(../images/dpb-icon_itune.png) no-repeat  #fff;
		background-size: 100%;
		background-position: 100%;
		padding: 0px 0;
		height: 45px;
		text-indent: -9999px;
		display: block;
		border-radius:5px;
	}
	.disc-play-box .dpb-link-cnt .link-list .dpb-icon-recochoku a{
		background: url(../images/dpb-icon_recochoku.png) no-repeat  #fff;
		background-size: 100%;
		background-position: 100%;
		padding: 0px 0;
		height: 45px;
		text-indent: -9999px;
		display: block;
		border-radius:5px;
	}
	.disc-play-box .dpb-link-cnt .link-list .dpb-icon-mora a{
		background: url(../images/dpb-icon_mora.png) no-repeat  #fff;
		background-size: 100%;
		background-position: 100%;
		padding: 0px 0;
		height: 45px;
		text-indent: -9999px;
		display: block;
		border-radius:5px;
	}
	.disc-play-box .dpb-link-cnt .link-list .dpb-icon-linkfire a{
		background: url(../images/dpb-icon_linkfire.png) no-repeat  #fff;
		background-size: 100%;
		background-position: 100%;
		padding: 0px 0;
		height: 45px;
		text-indent: -9999px;
		display: block;
		border-radius:5px;
	}
	.disc-play-box .dpb-detail{
		width: 100%;
		clear: both;
		overflow: hidden;
		font-family: 'Oswald', sans-serif;
		margin-bottom: 5px;
	}
	.disc-play-box .dpb-detail .date{
		width: 24%;
		float: left;
		padding:0;
		font-size: 16px;
		border-right: 2px solid #000;
		text-align: left;
	}
	.disc-play-box .dpb-detail .type{
		width: 70%;
		float: right;
		padding:0;
		font-size: 16px;
		text-align: left;
	}
	.disc-play-box .dpb-title{
		width: 100%;
		clear: both;
		overflow: hidden;
		font-size: 25px;
		text-align: left;
		line-height: 1.8em;
	}
}

/* =Discography 詳細ページ
--------------------------------- */
@media screen and (max-width: 768px) {
	.disco-detail{
		width: 100%;
		overflow: hidden;
		margin-bottom: 50px;
	}
	.disco-detail-cnt{
		width: 95%;
		margin: 0 auto;
		overflow: hidden;
	}
	.disc-detail-box{
		width: 100%;
		overflow: hidden;
		text-align: left;
	}
	.disc-detail-box .db-cnt{
		overflow: hidden;
		margin: 0px auto;
	}
	.disc-detail-box .db-jacket{
		width: 100%;
		list-style-type: none;
		padding: 0px;
		margin: 0px;
	}
	.disc-detail-box .db-jacket li{
		width: 46%;
		height: 20vh;
		padding: 1.5%;
		margin: 0px auto 20px;
		
	}
	.inline{
		text-align: center;
		
	}
	.inline li{
		display:inline-block;
		
	}
	.disc-detail-box .db-jacket .db-jacket-cap{
		font-family: 'Oswald', sans-serif;
		font-size: 12px;
		margin-bottom: 20px;
		text-align: left;
	}
	.disc-detail-box .db-jacket .db-jacket-cap .numb{
		font-size: 10px;
	}
	.disc-detail-box .db-jacket img{
		width: 100%;

	}
	.disc-detail-box .db-detail{
		width: 100%;
		overflow: hidden;
		font-family: 'Oswald', sans-serif;
		margin-bottom: 5px;
		margin-top: 20px;
	}
	.disc-detail-box .db-detail .date{
		width: 80px;
		float: left;
		padding:0;
		font-size: 14px;
		border-right: 2px solid #000;
		text-align: left;
	}
	.disc-detail-box .db-detail .type{
		float: left;
		padding:0 0 0 25px;
		font-size: 16px;
		text-align: left;
	}
	.disc-detail-box .db-title{
		width: 100%;
		clear: both;
		overflow: hidden;
		font-size: 30px;
		text-align: left;
		line-height: 1.8em;
		border-bottom: 3px solid #000;
		margin-bottom: 10px;
	}
	.disc-detail-box .subtitle{
		font-size: 11px;
		line-height: 1.4em;
		margin-bottom: 30px;
	}
	.disc-detail-btn{
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		border: 0;
		border-radius: 30px;
		background: #000;
		cursor: pointer;
		width: 40%;
		font-size: 16px;
		font-weight: bold;
		transition: all 0.2s ease-in-out;
	}
	.disc-detail-btn:hover{
		filter:alpha(opacity=50);
		-moz-opacity: 0.5;
		opacity: 0.5;
	}
	.disc-detail-btn a{
		text-decoration: none;
		display: block;
		width: 100%;
		padding: 10px 0;
		color: #fff;
	}	
	.disc-detail-btn a:hover{
		color: #fff;
	}
/* =Discography トラックリスト
--------------------------------- */	
	.track-list-box{
		width: 100%;
		overflow: hidden;
		text-align: left;
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.track-list{
		width: 100%;
		margin: 0 0 10px 0;
		padding: 0;
	}
	.track-list li{
		background: #f3f3f3;
		padding:8px 10px;
		margin-bottom: 2px;
		font-size: 11px;
	}
	.track-list .track-list-title{
		font-weight: bold;
		background: #e5e5e5;
		font-size: 13px;
		color: #333;
	}
	.track-list .track-list-title-cap{
		font-size: 10px;
		position: relative;
		top:2px;
	}
/* =Discography コメントボックス
--------------------------------- */	
	.comment-box{
		width: 100%;
		overflow: hidden;
		text-align: left;
		margin-bottom: 50px;
		font-size: 14px;
		padding: 10px 0;
		border-top: 3px solid #000;
		border-bottom: 3px solid #000;
	}
/* =Discography YOUTTUBE
--------------------------------- */
	.disco-movie{
		width: 90%;
		padding:5% 5%;
		background: url(../images/disco_movie.png);
		overflow:hidden;
		margin-bottom: 15px;
	}
	.disco-movie-cnt{
		position: relative;
		width: 100%;
		padding-top: 56.25%;
	}
	.disco-movie-cnt iframe {
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
	}
	.disco-movie .small{
		font-size: 16px;
	}
}
@media screen and (min-width: 769px) {
	.disco-detail{
		width: 100%;
		overflow: hidden;
		margin-bottom: 50px;
	}
	.disco-detail-cnt{
		width: 70%;
		margin: 0 auto;
		overflow: hidden;
		border-left: 3px solid #000;
		border-right: 3px solid #000;
		padding: 0 2%;
	}
	.disc-detail-box{
		width: 100%;
		overflow: hidden;
		text-align: left;
	}
	.disc-detail-box .db-cnt{
		overflow: hidden;
		margin: 0px auto;
	}
	.disc-detail-box .db-jacket{
		width: 40%;
		list-style-type: none;
		padding: 0px;
		margin: 0px;
		float: left;
	}
	.disc-detail-box .db-jacket li{
		width: 100%;
		height: auto;
		padding: 0px;
		margin: 0px auto;
		text-align: center;
	}
	.disc-detail-box .db-jacket li{
		width: 100%;
		height: auto;
		padding: 0px;
		margin: 0px auto;
		text-align: center;
	}
	.disc-detail-box .db-jacket .db-jacket-cap{
		font-family: 'Oswald', sans-serif;
		font-size: 14px;
		margin-bottom: 20px;
		text-align: left;
	}
	.disc-detail-box .db-jacket .db-jacket-cap .numb{
		font-size: 10px;
	}
	.disc-detail-box .db-jacket img{
		width: 100%;
		margin:0　auto 10px;
		box-shadow:0px 0px 10px 0px #777;
		-moz-box-shadow:0px 0px 10px 0px #777;
		-webkit-box-shadow:0px 0px 10px 0px #777;
	}
	.disc-detail-box .db-detail{
		width: 58%;
		padding-left: 2%;
		float: left;
		overflow: hidden;
		font-family: 'Oswald', sans-serif;
		margin-bottom: 5px;
	}
	.disc-detail-box .db-detail .date{
		width: 100px;
		float: left;
		padding:0;
		font-size: 16px;
		border-right: 2px solid #000;
		text-align: left;
	}
	.disc-detail-box .db-detail .type{
		float: left;
		padding:0 0 0 30px;
		font-size: 16px;
		text-align: left;
	}
	.disc-detail-box .db-title{
		width: 100%;
		clear: both;
		overflow: hidden;
		font-size: 40px;
		text-align: left;
		line-height: 1.8em;
		border-bottom: 3px solid #000;
		margin-bottom: 10px;
	}
	.disc-detail-box .subtitle{
		font-size: 13px;
		line-height: 1.4em;
		margin-bottom: 30px;
	}
	.disc-detail-btn{
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		border: 0;
		border-radius: 30px;
		background: #000;
		cursor: pointer;
		width: 40%;
		font-size: 20px;
		font-weight: bold;
		transition: all 0.2s ease-in-out;
	}
	.disc-detail-btn:hover{
		filter:alpha(opacity=50);
		-moz-opacity: 0.5;
		opacity: 0.5;
	}
	.disc-detail-btn a{
		text-decoration: none;
		display: block;
		width: 100%;
		padding: 10px 0;
		color: #fff;
	}	
	.disc-detail-btn a:hover{
		color: #fff;
	}
/* =Discography トラックリスト
--------------------------------- */	
	.track-list-box{
		width: 100%;
		overflow: hidden;
		text-align: left;
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.track-list{
		width: 100%;
		margin: 0 0 10px 0;
		padding: 0;
	}
	.track-list li{
		background: #f3f3f3;
		padding:8px 10px;
		margin-bottom: 2px;
		font-size: 12px;
	}
	.track-list .track-list-title{
		font-weight: bold;
		background: #e5e5e5;
		font-size: 14px;
		color: #333;
	}
	.track-list .track-list-title-cap{
		font-size: 10px;
		position: relative;
		top:2px;
	}
/* =Discography コメントボックス
--------------------------------- */	
	.comment-box{
		width: 100%;
		overflow: hidden;
		text-align: left;
		margin-bottom: 50px;
		font-size: 16px;
		padding: 10px 0;
		border-top: 3px solid #000;
		border-bottom: 3px solid #000;
		line-height: 1.5em;
	}
	
/* =Discography YOUTTUBE
--------------------------------- */
	.disco-movie{
		width: 80%;
		padding:5% 10%;
		background: url(../images/disco_movie.png);
		overflow:hidden;
		margin-bottom: 15px;
	}
	.disco-movie-cnt{
		position: relative;
		width: 100%;
		padding-top: 56.25%;
	}
	.disco-movie-cnt iframe {
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
	}
	.disco-movie .small{
		font-size: 18px;
	}
}