/*
	Theme Name: kakubarhythm
	Theme URI: http://kakubarhythm.com/
	Description: WordPress Theme for kakubarhythm official website.
	Version: 1.0.0
	Author URI: http://kakubarhythm.com/
*/

/*------------------------------------*\
    RESET
\*------------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 62.5%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}

a:hover,
a:active {
	outline: 0;
}

a img {
	border: 0;
}


/*------------------------------------*\
    MAIN
\*------------------------------------*/

@font-face {
    font-family: 'NotoSansCJKjp-Medium';
    src: url("fonts/NotoSansCJKjp-Regular-Subset.eot?") format('eot'),
       url("fonts/NotoSansCJKjp-Regular-Subset.woff") format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NotoSansCJKjp-Bold';
    src: url("fonts/NotoSansCJKjp-Bold-Subset.eot?") format('eot'),
       url("fonts/NotoSansCJKjp-Bold-Subset.woff") format('woff');
    font-weight: normal;
    font-style: normal;
}

/* global box-sizing */
*,
*:after,
*:before {
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font: 16px/1 "NotoSansCJKjp-Medium","游ゴシック","YuGothic","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","ＭＳ ゴシック",sans-serif;
	color:#000;
	letter-spacing:0.05em;
	-webkit-text-size-adjust: 100%;
	background: #F6F6EB;
	word-wrap : break-word;
	overflow-wrap : break-word;
}
html,body{
  margin: 0;	/* 余白の削除 */
	padding: 0;	/* 余白の削除 */
	height: 100%;	/* 縦の高さを100% */
	width: 100%;	/* 横の幅を100% */
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#000;
	text-decoration:none;
}
a:hover {
	color:#000;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

.container{
	width: 100%;
	position: relative;
	height:auto !important; /*IE6蟇ｾ遲�*/
	height: 100%; /*IE6蟇ｾ遲�*/
	min-height: 100%;
}

/* wrapper */
.wrapper {
	/*max-width:1280px;
	width:95%;*/
	/*width:1000px;*/
	width:100%;
	margin:0 auto;
	position:relative;
	padding:108px 20px 90px;
	opacity:0;
	transition: 0.5s opacity;
}

body.load .wrapper{
	opacity:1;
}
/* logo */
.logo {

}
.logo-img {

}
/* nav */
.nav {

}
/* sidebar */
.sidebar {

}
/* footer */
.footer {

}

/*------------------------------------*\
    SELECT
\*------------------------------------*/
body.post-type-archive-news select,
body.tax-cat_news select,
body.post-type-archive-live select,
body.tax-cat_live select,
body.post-type-archive-discography select,
body.tax-cat_discography select {
	padding: 10px 10px 10px 40px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #FFF;
	background-image: url("./img/common/icon_dropdown.png");
	background-repeat: no-repeat;
	background-position: left center;
	font-size:20px;
	border: none;
	width: 300px;
	text-align: right;
}

/*
body.post-type-archive-discography select {
	padding: 20px 0 20px 40px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #FFF;
	background-image: url("./img/disco/icon_dropdown.png");
	background-repeat: no-repeat;
	background-position: right center;
	color:#3db2e4;
	font-size:20px;
	border: none;
	width: 690px;
	text-align: center;
}
*/

div#selectbox{
	padding-top: 70px;
}

/*------------------------------------*\
    HEADER
\*------------------------------------*/
header {
	padding: 36px 0px;
	background: #FFF;
	position: fixed;
	width: 100%;
	z-index: 999;
	top:0;
	max-height: 90px;
}

section{
	padding-top: 82px;
}

nav#header-nav{
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	padding:0 20px;
}

nav#header-nav h1{
	margin-top:-5px;
}

nav#header-nav ul{
	position: relative;
}

nav#header-nav ul li{
	float: left;
	margin: 0 18px;
	font-size: 18px;
	position: relative;
	float: left;
}

nav#header-nav ul li a.nav-current{
	opacity: 0.4;
}

nav#header-nav ul li a.link{
	background: url("./img/header/header_link.svg") no-repeat right 5px;
	padding-right: 20px;
}

nav#header-nav ul li a.mail{
	background: url("./img/header/header_mail.png") no-repeat right 5px;
	padding-right: 18px;
}

header div#header-logo{
	display: none;
}

header div#hamburger{
	display: none;
}

/*------------------------------------*\
    FOOTER
\*------------------------------------*/

footer{

}

footer nav{
	background: #E0E0D3;
	padding: 33px 0;
}

footer nav ul{
	width: 504px;
	margin: 0 auto;
}

footer nav ul li{
	margin: 0 18px;
}

footer nav ul li img{
	width: 48px;
	height: 46px;
}

footer div#footer-btm{
	background: #3D3D3D;
	padding: 42px 0;
	color:#FFF;
	font-size: 14px;
}

footer div#footer-btm div#gotop{
	width: 90px;
	height: 70px;
	margin: 0 auto 47px;
}


/*------------------------------------*\
    PAGES
\*------------------------------------*/
div.entry-content{
	line-height: 190%;
}

div.entry-content a{
	color:#3db2e4;
}

div.entry-content a:hover{
	text-decoration: underline;
}

div.entry-content p{
	margin-bottom: 30px;
}

div.entry-content p.mb50{
	margin-bottom: 50px;
}

div.entry-content p.mb140{
	margin-bottom: 140px;
}

div.entry-content img,
div.entry-content iframe{
	margin: 10px 0;
}

/*YouTube,SoundCloud縺ｮ螟ｧ縺阪＆*/
div.entry-content iframe{
	width: 780px;
	height: 438px;
}

body.single-artists div.entry-content iframe{
	width: 700px;
	height: 393px;
}

/*------------------------------------*\
    TOP
\*------------------------------------*/

section#section-top-slide {
	padding-bottom:20px;
}

section#section-top-slide .topslides {
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity 1s ease
}

section#section-top-slide .topslides.slick-initialized {
	opacity: 1
}

section#section-top-slide .topslides .slick-list {
	width: 100%;
	height: 100%
}

section#section-top-slide .topslides .slick-list .slick-track {
	width: 100%;
	height: 100%
}

section#section-top-slide .topslides .slick-list .slick-slide{
	text-align: center;
}

section#section-top-slide .topslides .slick-list .slick-slide img {
	/*
	object-fit: cover !important;
	height: 100vh !important;
	width: 100vw !important;
	*/
}

section#section-top-slide .topslides .slick-dots {
}

@media (min-width:751px) {
	section#section-top-slide {
		padding-bottom:20px;
		min-height:802px;
	}
	
	section#section-top-slide.init{
		min-height: auto;
	}
	
	section#section-top-slide .topslides .slick-list .slick-slide img.pc{
		display: inline !important;
	}
	section#section-top-slide .topslides .slick-list .slick-slide img.sp{
		display: none !important;
	}
}

@media (max-width:750px) {
	section#section-top-slide .topslides .slick-list {
		/*position: absolute;*/
	}
	section#section-top-slide .topslides .slick-list .slick-slide img {
		/*object-fit: cover !important;
		height: 100vh !important;
		width: 100vw !important;*/
	}
	section#section-top-slide .topslides .slick-dots {
		
	}
	section#section-top-slide .topslides .slick-list .slick-slide img.sp{
		display: inline !important;
	}
	section#section-top-slide .topslides .slick-list .slick-slide img.pc{
		display: none !important;
	}
	
	body.home section#section-top-slide{
		padding-top: 0;
	}
}

section#section-top-slide .topslides .slick-dots li {
	width: 48px;
	height: 30px;
	padding-top: 5px;
	background: 0 0;
	border-radius: 0;
	position: relative;
	opacity: 1;
	margin: 0 2px;
	-webkit-tap-highlight-color: transparent;
}

section#section-top-slide .topslides .slick-dots li .pagination-border-bg {
	width: 48px;
	height: 1px;
	display: inline-block;
	position: absolute;
	left: 0;
	background-color: #707070;
}

@media (min-width:751px) {
	section#section-top-slide .topslides .slick-dots li .pagination-border-bg {
		top: 20px
	}
}

@media (max-width:750px) {
	section#section-top-slide .topslides .slick-dots li .pagination-border-bg {
		top: 25px
	}
}

section#section-top-slide .topslides .slick-dots li .pagination-border {
	width: 48px;
	height: 1px;
	display: inline-block;
	position: absolute;
	left: 0
}

@media (min-width:751px) {
	section#section-top-slide .topslides .slick-dots li .pagination-border {
		top: 20px
	}
}

@media (max-width:750px) {
	section#section-top-slide .topslides .slick-dots li .pagination-border {
		top: 25px
	}
}

section#section-top-slide .topslides .slick-dots li.slick-active .pagination-border {
	background-color: #D3D3D3;
	animation: paginationanimation 7s linear 0s 1 normal both
}

@keyframes paginationanimation {
	0% {
		width: 0
	}

	100% {
		width: 100%
	}
}

div#camera_top{margin-top:90px;}
div#camera_top-sp{
	display: none !important;
}

body.home section{
	padding-top: 52px;
}

body.home section#sec-top-news{
	padding-top: 10px;
}

div#top-main{
	position: relative;
	margin-top: 90px;
	width: 100%;
	height: 813px;
	background: url("./img/top/img_main_pc.jpg") no-repeat;
	background-size: cover;
	background-position: center center;
}

div#top-main div#top-main-logo{
	position: absolute;
	top:45%;
	left: 50%;
	margin-top: -83px;
	margin-left: -90px;
	opacity: 0;
}

div#top-main div#top-main-logo img{
	width: 180px;
	height: 167px;
}

div#top-main div#top-main-scroll{
	position: fixed;
	bottom:25px;
	left: 50%;
	margin-left: -35px;
	opacity: 0;
}

div#top-main div#top-main-scroll.absolute{
	position: absolute;
}

/*
div#top-main div#top-main-scroll img{
	width: 70px;
	height: 49px;
}
*/
div#top-main div#top-main-scroll a span {
	position: absolute;
	top: -100px;
	left: 50%;
	width: 48px;
	height: 48px;
	margin-left: -24px;
	border-left: 1px solid #0D0D0D;
	border-bottom: 1px solid #0D0D0D;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-animation: sdb 1.5s infinite;
	animation: sdb 1.5s infinite;
	box-sizing: border-box;
}
@-webkit-keyframes sdb {
	0% {
		-webkit-transform: rotate(-45deg) translate(0, 0);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		-webkit-transform: rotate(-45deg) translate(-20px, 20px);
		opacity: 0;
	}
}
@keyframes sdb {
	0% {
		transform: rotate(-45deg) translate(0, 0);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		transform: rotate(-45deg) translate(-20px, 20px);
		opacity: 0;
	}
}

div#top-scrolldown{
	opacity: 0;
}


body.home .wrapper{
	width: 100%;
	padding:0px 0px 0px;
}

div.camera_clear{
	margin: 0;
	padding: 0;
}

p#top-news-more a{
	color:#FFF;
	background: #3DB2E4;
	padding: 27px 94px;
}

section#sec-top-discography{
	width: 960px;
	margin: 0 auto;
	padding-bottom: 70px;
}

section#sec-top-discography article{
	width: 300px;
	float: left;
	padding: 0;
	background: none;
	margin: 0 10px;
	line-height: 160%;
}

section#sec-top-discography article img{
	height: 300px;
	width: auto;
	margin-bottom: 20px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

section#sec-top-artists{
	padding-bottom: 70px;
}

section#sec-top-artists article{
	padding: 0;
}



/*------------------------------------*\
    NEWS
\*------------------------------------*/

body.post-type-archive-news div#selectbox,
body.tax-cat_news div#selectbox{
	width: 1100px;
	margin: 0 auto;
}

section#sec-top-news{
	width: 1100px;
	margin: 0 auto;
}

section#sec-top-news article{
	width: 1100px;
	margin: 0 auto;
}

div#sec-news-container{
	width: 1100px;
	margin: 10px auto 0;
}

section.sec-news,
section.sec-news article{
	width: 780px;
	margin: 0 auto;
}

section.sec-news{
	float: left;
}

section.sec-news-cat{
	float: right;
	width: 240px;
}

section.sec-news-cat ul{
	border-top: #E1E1E1 1px solid;
}

section.sec-news-cat ul li{
	border-bottom: #E1E1E1 1px solid;
	padding: 14px 0;
	font-size: 13px;
}

section#sec-top-news{
	width: 1100px;
	margin: 0 auto;
}


section#sec-top-news article{
	float: left;
	width: 250px;
	margin: 10px 0 10px 33px;
	padding: 0;
}

section#sec-top-news article:nth-child(4n+1){
	margin-left: 0;
}

section#sec-top-news article div.entry-thumbnail{
	position: relative;
	height: 250px;
}

section#sec-top-news article div.entry-thumbnail div{
	position: absolute;
	top:0;
	right: 0;
}

section#sec-top-news article div.entry-thumbnail div.entry-thumbnail-img{
	width: 250px;
	height: 250px;
}

section#sec-top-news article div.entry-thumbnail div.entry-thumbnail-img img{
	max-width: 250px;
    max-height: 250px;
    width:auto;
    height: auto;
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

section#sec-top-news article div.entry-thumbnail div.entry-thumbnail-new{
	pointer-events: none;
}

body.single-news div.entry-content,
body.single-live div.entry-content{
	font-size: 16px;
}

/*------------------------------------*\
    LIVE
\*------------------------------------*/

body.post-type-archive-live section,
body.tax-cat_live section,
body.pastlive section,
body.post-type-archive-live div#selectbox,
body.tax-cat_live div#selectbox,
body.pastlive div#selectbox{
	width: 1100px;
	margin: 0 auto;
}

body.post-type-archive-live section{
	padding: 20px 0 45px;
}

div#sec-live-container{
	width: 1100px;
	margin: 10px auto 0;
}

section.sec-live,
section.sec-live article{
	width: 780px;
	margin: 0 auto;
}
section.sec-live article{
	background: #fff;
	padding: 40px;
}

section.sec-live{
	float: left;
}

section.sec-live-cat{
	float: right;
	width: 240px;
}

section.sec-live-cat ul{
	border-top: #E1E1E1 1px solid;
}

section.sec-live-cat ul li{
	border-bottom: #E1E1E1 1px solid;
	padding: 14px 0;
	font-size: 13px;
}

body.post-type-archive-live section article,
body.tax-cat_live section article,
body.pastlive section article{
	width: 1100px;
	margin: 0 auto 4px;
	background: #FFF;
	padding: 20px 10px 20px 20px;
	position: relative;
}

body.post-type-archive.post-type-archive-live section article .live-moreinfo,
body.tax-cat_live section article .live-moreinfo,
body.pastlive section article .live-moreinfo{
   background: #3DB2E4;
   color:#fff;
   padding: 7px 16px;
   position: absolute;
   right:10px;
   top:50%;
   margin-top: -18px;
}

body.post-type-archive.post-type-archive-live section article a,
body.tax-cat_live section article a,
body.pastlive section article a{
	position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    text-indent:-999px;
}


div.live-date{width: 230px;}
div.live-pref{width: 60px;margin-left: 10px;}
div.live-venue{width: 200px;margin-left: 10px;}
div.live-event{width: 440px;margin-left: 10px;}

.live-top-date{width: 230px;font-size: 24px;vertical-align: middle;}
.live-top-date span{font-size: 12px;padding-left: 5px;}
.live-top-cat{padding-left: 15px;}
.live-top-place{width: 290px;padding-left: 15px;letter-spacing: -0.03em;}
.live-top-event{width: 460px;padding-left: 15px;letter-spacing: -0.03em;}

body.post-type-archive-live.sample-page section article,
body.tax-cat_live section.sample-page article{
	margin: 0 auto 20px;
}

body.single-live div.entry-content p.live span{
	font-weight: bold;
	color:#228b22;
}

a.pastlive{color:#44b3e2;}

/*------------------------------------*\
    ARTISTS
\*------------------------------------*/

div.entry-content-artists{
	line-height: 180%;
	font-size: 16px;
}

body.post-type-archive-artists section{
	width: 940px;
	margin: 0 auto;
}

body.post-type-archive-artists section article{
	width: 940px;
	margin: 0 auto;
}

section.sec-artists{
	width: 780px;
	float: left;
}

section.sec-artists article{
	width: 720px;
}

div#sec-artists-container{
	width: 1100px;
	margin: 10px auto 0;
}


section.sec-artists div.sec-artists-inner{
	background: #fff;
	padding: 60px 40px;
}


body.post-type-archive.post-type-archive-artists section,
section#sec-top-artists{
	width: 940px;
	margin: 0 auto;
}

section.sec-artists-list{
	width: 240px;
	float: right;
}

section.sec-artists-list ul{
	border-top: #E1E1E1 1px solid;
}

section.sec-artists-list ul li{
	border-bottom: #E1E1E1 1px solid;
	padding: 14px 0;
	font-size: 13px;
}

section.sec-artists-list a{
	color: #000;
}

body.post-type-archive.post-type-archive-artists section article,
section.sec-artists-list article,
section#sec-top-artists article{
	float: left;
	width: 205px;
	margin: 10px 12px;
}

body.post-type-archive.post-type-archive-artists section article div.entry-thumbnail,
section.sec-artists-list article div.entry-thumbnail,
section#sec-top-artists article div.entry-thumbnail{
	position: relative;
	height: 205px;
}

body.post-type-archive.post-type-archive-artists section article div.entry-thumbnail div,
section.sec-artists-list article div.entry-thumbnail div,
section#sec-top-artists article div.entry-thumbnail div{
	position: absolute;
	top:0;
	right: 0;
}

body.post-type-archive.post-type-archive-artists section article div.entry-thumbnail div.entry-thumbnail-img img,
section.sec-artists-list article div.entry-thumbnail div.entry-thumbnail-img img,
section#sec-top-artists article div.entry-thumbnail div.entry-thumbnail-img img{
	width: 205px;
	height: 205px;
}

img.artists-photo{
	width: 720px;
	height: auto;
}

div#artists-release{
	line-height: 120%;
}

div#artists-release ul{
	margin-left: -20px;
}

div#artists-release ul li{
	width: 220px;
	margin-left: 20px;
}

div#artists-release ul li img{
	height: 220px;
	width: auto;
	border: #B9B9B9 1px solid;
	display: block;
	margin: 0 auto;
}

div#artists-release ul li a{
	color:#000;
	text-decoration: none;
}

/*------------------------------------*\
    DISCOGRAPHY
\*------------------------------------*/
body.post-type-archive-discography div#selectbox,
body.tax-cat_discography div#selectbox{
	width: 1100px;
	margin: 0 auto;
}

body.post-type-archive-discography section,
body.tax-cat_discography section{
	padding-top: 20px;
	width: 1100px;
	margin: 0 auto;
}

div.entry-content-discography{
	line-height: 180%;
}

section.sec-discography{
	width: 1100px;
	margin: 0 auto;
}

section.sec-discography div.sec-discography-container{
	background: #fff;
	padding: 40px;
}

body.post-type-archive.post-type-archive-discography section article,
body.tax-cat_discography section article{
	float: left;
	width: 200px;
	margin: 10px 0 10px 25px;
}

body.post-type-archive.post-type-archive-discography section article:nth-child(5n+1),
body.tax-cat_discography section article:nth-child(5n+1){
	margin-left: 0px;
}

body.post-type-archive.post-type-archive-discography section article div.entry-thumbnail{
	position: relative;
	height: 200px;
}

body.post-type-archive.post-type-archive-discography section article div.entry-thumbnail div{
	position: absolute;
	top:0;
	right: 0;
}

body.post-type-archive.post-type-archive-discography section article div.entry-thumbnail div.entry-thumbnail-img,
body.tax-cat_discography section article div.entry-thumbnail div.entry-thumbnail-img{
	width: 200px;	
	text-align: center;
}

body.post-type-archive.post-type-archive-discography section article div.entry-thumbnail div.entry-thumbnail-img img,
body.tax-cat_discography section article div.entry-thumbnail div.entry-thumbnail-img img{
	height: 200px;
	width: auto;
}

div#discography-media{
	width:100%;
}

div#discography-media iframe{
	width: 650px;
	height: 366px;
}

div.disco-img img{
	border: #B9B9B9 1px solid;
	width: 653px;
	height: auto;
}

div#archive-dropdown-disco{
	margin: 50px auto 0;
	width: 690px;
}

div.sec-discography-l{
	float: left;
	width: 350px;
}


div.sec-discography-r{
	float: right;
	width: 653px;
}

/*------------------------------------*\
    specialcontents
\*------------------------------------*/

body.post-type-archive-specialcontents section{
	width: 1100px;
	margin: 0 auto;
}

body.post-type-archive-specialcontents section article,
body.post-type-archive-specialcontents section article img{
	width: 540px;
	height: 335px;
}

body.post-type-archive-specialcontents section article{
	float: left;
	margin-left: 20px;
}

body.post-type-archive-specialcontents section article:nth-child(2n+1) {
	margin-left: 0;
}

/*------------------------------------*\
    contact
\*------------------------------------*/

body.contact section,
body.thankyou section{
	width: 783px;
	margin: 0 auto;
}

div#contactform-box{
	background-color: #fff;
	padding: 30px;
	font-size: 16px;
	margin-top: 40px;
	margin-bottom: 30px;
}

div#contactform-box div.fll{
	width: 180px;
	margin-top: 5px;
}

div#contactform-box div.flr{
	width: 523px;
}

div#contactform-box input,
div#contactform-box textarea{
	border: none;
	background-color: #F6F6F6;
	padding: 10px;
	width: 100%;
	font-size: 16px;
	resize: none;
	font-family: "NotoSansCJKjp-Medium","游ゴシック","YuGothic","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","ＭＳ ゴシック",sans-serif;
}

input.wpcf7-submit,
input.wpcf7c-btn-confirm{
	background-color: #44B2E2;
	color:#fff;
	font-size: 16px;
	padding: 30px 70px;
	font-weight: bold;
	border:none;
	cursor: pointer;
}

span.wpcf7-not-valid-tip{
	padding-top: 5px;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing{
	display: none;
}

body.thankyou section article a{
	border-bottom: 1px solid;
	padding-bottom: 0.3em;
}

body.thankyou section article a:hover{
	border-bottom: none;
	text-decoration: none;
}

/*------------------------------------*\
    404
\*------------------------------------*/
body.error404{
	overflow: hidden;
}

body.error404 header{
	display: none;
}

div#page404{
	position: relative;
	width: 100%;
}

div#page404-logo{
	position: absolute;
	top:50%;
	left: 50%;
	margin-top: -128px;
	margin-left: -90px;
}

/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

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

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

blockquote {
	padding: 2em 2em 2em 2em;
	margin: 20px 0;
	background: #FFF;
	color:#b94389;
}

blockquote.blue{
	color:#394ebc;
}

/*------------------------------------*\
    WP-PAGENAVI
\*------------------------------------*/

.wp-pagenavi {
	clear: both;
	padding-top: 70px;
	width: 780px;
	margin: 0 auto;
}

.wp-pagenavi.wp-pagenavi-disco{
	width: 1100px;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	padding: 3px 5px;
	margin: 0 2px;
	text-align: center;
	color:#3db2e4;
	font-size: 26px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	color:#000;
}

.wp-pagenavi a.nextpostslink{
	float:right;
	padding: 0;
	margin-top: -20px;
}

.wp-pagenavi a.previouspostslink{
	float: left;
	padding: 0;
	margin-top: -20px;
}

.wp-pagenavi a.nextpostslink,
.wp-pagenavi-live span.flr a{
	float:right;
	padding: 0;
}

.wp-pagenavi span.nextpostslink{
	float:right;
	padding: 0;
}

.wp-pagenavi a.previouspostslink,
.wp-pagenavi-live span.fll a{
	float: left;
	padding: 0;
}

.wp-pagenavi span.previouspostslink{
	float: left;
	padding: 0;
}
.wp-pagenavi-live div.fll,
.wp-pagenavi-live div.flr,
.wp-pagenavi-disco div.fll,
.wp-pagenavi-disco div.flr{
	width: 33%;
}


/*------------------------------------*\
    COMMON
\*------------------------------------*/

/* -- Modern Browsers -- */

.clearfix:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
}

/* -- IE7 -- */

.clearfix {
	display: inline-block;
}

/*  -- Legacy IE -- */

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

.fll{float: left;}
.flr{float: right;}
.tac{text-align: center;}
.tar{text-align: right;}
.uppercase{text-transform: uppercase;}
.mb0{margin-bottom: 0;}
.mb5{margin-bottom: 5px;}
.mb7{margin-bottom: 7px;}
.mb10{margin-bottom: 10px;}
.mb15{margin-bottom: 15px;}
.mb20{margin-bottom: 20px;}
.mb25{margin-bottom: 25px;}
.mb30{margin-bottom: 30px;}
.mb35{margin-bottom: 35px;}
.mb40{margin-bottom: 40px;}
.mb45{margin-bottom: 45px;}
.mb50{margin-bottom: 50px;}
.mb60{margin-bottom: 60px;}
.mb70{margin-bottom: 70px;}
.mb80{margin-bottom: 80px;}
.mb90{margin-bottom: 90px;}
.mb100{margin-bottom: 100px;}
.mb130{margin-bottom: 130px;}
.mb140{margin-bottom: 140px;}
.mt-10{margin-top: -10px;}
.mt3{margin-top: 3px;}
.mt7{margin-top: 7px;}
.mt10{margin-top: 10px;}
.mt15{margin-top: 15px;}
.mt20{margin-top: 20px;}
.mt30{margin-top: 30px;}
.mt40{margin-top: 40px;}
.mt50{margin-top: 50px;}
.mt60{margin-top: 60px;}
.mt70{margin-top: 70px;}
.mt80{margin-top: 80px;}
.mt90{margin-top: 90px;}
.mt100{margin-top: 100px;}
.mt110{margin-top: 110px;}
.ml5{margin-left: 5px;}
.ml8{margin-left: 8px;}
.ml10{margin-left: 10px;}
.mr10{margin-right: 10px;}
.mr22{margin-right: 22px;}
.mr30{margin-right: 30px;}
.pl5{padding-left: 5px;}
.pl20{padding-left: 20px;}
.pl25{padding-left: 25px;}
.pt20{padding-top: 20px;}
.pt30{padding-top: 30px;}
.pt55{padding-top: 55px;}
.pt80{padding-top: 80px;}
.pb20{padding-bottom: 20px;}
.pb30{padding-bottom: 30px;}
.pb50{padding-bottom: 50px;}
.pb100{padding-bottom: 100px;}
.p20{padding: 0 20px;}
.fs10{font-size: 10px;}
.fs11{font-size: 11px;}
.fs12{font-size: 12px;}
.fs13{font-size: 13px;}
.fs14{font-size: 14px;}
.fs15{font-size: 15px;}
.fs16{font-size: 16px;}
.fs17{font-size: 17px;}
.fs18{font-size: 18px;}
.fs19{font-size: 19px;}
.fs20{font-size: 20px;}
.fs21{font-size: 21px;}
.fs22{font-size: 22px;}
.fs23{font-size: 23px;}
.fs24{font-size: 24px;}
.fs25{font-size: 25px;}
.fs26{font-size: 26px;}
.fs30{font-size: 30px;}
.fs32{font-size: 32px;}
.fs35{font-size: 35px;}
.fs55{font-size: 55px;}
.fcg{color:#9b9b9b;}
.fcp{color:#be5693;}
.fcb{color:#44b3e2;}
.fco{color:#f26923;}
a.fcp{color:#be5693;}
a.ulhover:hover{text-decoration: underline;}
.lh140{line-height: 140%;}
.lh160{line-height: 160%;}
.lh180{line-height: 180%;}
.lh200{line-height: 200%;}
.lh220{line-height: 220%;}
.fwb{font-weight: bold;}
.fwn{font-weight: normal;}
.fw300{font-weight: 300;}
.vam{vertical-align: middle;}
hr.dotline{border: none;border-top:1px dotted #0b3a7f;}
hr.grayline{border: none;border-top:1px solid #ddd;}
.helvetica{font-family: "Helvetica Neue","NotoSansCJKjp-Medium","游ゴシック","YuGothic","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","ＭＳ ゴシック",sans-serif;}
.oswald{font-family: 'Oswald', "NotoSansCJKjp-Medium","游ゴシック","YuGothic","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","ＭＳ ゴシック",sans-serif;}
.tdu{border-bottom: 1px solid #0b3a7f;padding-bottom: 5px;}
.curp{cursor: pointer;}
.bcg{background-color: #F7F7F7;}
.bcw{background-color: #FFF;}
.op2{opacity: 0.2;}
.pc{display: block;}
.sp{display: none;}


/*------------------------------------*\
    Media Queries
\*------------------------------------*/

@media screen and (max-width: 750px) {

	.fs10{font-size: 14px;}
	.fs11{font-size: 15px;}
	.fs12{font-size: 16px;}
	.fs13{font-size: 17px;}
	.fs14{font-size: 18px;}
	.fs15{font-size: 19px;}
	.fs16{font-size: 20px;}
	.fs17{font-size: 21px;}
	.fs18{font-size: 22px;}
	.fs19{font-size: 23px;}
	.fs20{font-size: 24px;}
	.fs21{font-size: 25px;}
	.fs22{font-size: 26px;}
	.fs23{font-size: 27px;}
	.fs24{font-size: 28px;}
	.fs25{font-size: 29px;}
	.fs26{font-size: 30px;}
	.fs30{font-size: 40px;}
	.fs32{font-size: 42px;}
	.fs35{font-size: 45px;}
	.fs55{font-size: 65px;}

	.pc{display: none;}
	.sp{display: block;}

	body{
		font-size: 18px;
	}

	.fs12{}

	.wrapper {
		width:750px;
		padding:80px 0px 150px;
	}

	header{
		position: fixed;
		width:750px;
		background: none;
		padding: 20px 0 15px 20px;
		z-index: 998;
		top:0;
		left: 0;
		max-height:none;
	}

	section{
	}

	/*------------------------------------*\
	    SELECT
	\*------------------------------------*/
	select {
		font-size:24px;
	}

	header div#logo img{
		width: 125px;
		height: 45px;
	}

	header nav#header-nav{
		display: none;
	}

	body.openmenu header{
		background: #FFF;
		height: 100%;
	}

	body.openmenu header nav#header-nav{
		display: block;
	}

	header nav#header-nav ul{
		width: 100%;
		height: 100%;
		margin: 0 auto;
	}

	header nav#header-nav ul li{
		margin: 0 0 57px;
		float: none;
		font-size: 40px;
		text-align: center;
	}

	header div#header-logo{
		display: block;
		position: fixed;
		top:30px;
		left: 24px;
	}

	header div#hamburger{
		display: block;
		position: fixed;
		top:35px;
		right: 31px;
	}

	.menu-trigger,
	.menu-trigger span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}
	.menu-trigger {
		position: relative;
		width: 60px;
		height: 35px;
	}
	.menu-trigger span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 3px;
		background-color: #000;
		border-bottom: 1px solid #fff;
	}
	.menu-trigger span:nth-of-type(1) {
		top: 0;
	}
	.menu-trigger span:nth-of-type(2) {
		top: 16px;
	}
	.menu-trigger span:nth-of-type(3) {
		bottom: 0;
	}

	.menu-trigger.active span:nth-of-type(1) {
		-webkit-transform: translateY(16px) rotate(-45deg);
		transform: translateY(16px) rotate(-45deg);
	}
	.menu-trigger.active span:nth-of-type(2) {
		left: 50%;
		opacity: 0;
		-webkit-animation: active-menu-bar02 .8s forwards;
		animation: active-menu-bar02 .8s forwards;
	}
	@-webkit-keyframes active-menu-bar02 {
		100% {
			height: 0;
		}
	}
	@keyframes active-menu-bar02 {
		100% {
			height: 0;
		}
	}
	.menu-trigger.active span:nth-of-type(3) {
		-webkit-transform: translateY(-16px) rotate(45deg);
		transform: translateY(-16px) rotate(45deg);
	}

	footer nav{
		padding: 75px 0;
	}
	footer nav ul{
		width: 696px;
	}
	/*
	footer nav ul li{
		margin: 0 34px;
	}
	*/
	
	nav#header-nav ul li a.nav-current{
		opacity: 1;
	}
	footer nav ul li img{
		width: 80px;
		height: 80px;
	}
	div.entry-content iframe{
		width: 580px;
		height: 326px;
	}

	div.entry-content img{
		max-width: 580px;
	}

	/*------------------------------------*\
	    TOP
	\*------------------------------------*/
	
	body.home .wrapper{
		padding:0;
	}
	
	div#camera_top{
		display: none !important;
	}
	div#camera_top-sp{
		display: block !important;
	}
	
	div#top-main{
		height: 476px;
		margin-top: 0px;
		background: url("./img/top/img_main_sp.jpg") no-repeat;
	}

	div#top-main div#top-main-logo{
		margin-top: -190px;
		margin-left: -150px;
	}

	div#top-main div#top-main-logo img{
		width: 301px;
		height: 281px;
	}

	div#top-main div#top-main-scroll{
		margin-left: -50px;
		position: absolute;
	}
	
	div#top-main div#top-main-scroll.fs12{
		font-size: 20px;
	}

	div#top-main div#top-main-scroll img{
		width: 101px;
		height: 72px;
	}

	section#sec-top-discography{
		width: 710px;
		margin: 0 auto;
	}

	section#sec-top-discography article{
		width: 335px;
		float: left;
		padding: 0;
		background: none;
		margin: 0 10px;
		line-height: 160%;
	}

	section#sec-top-discography article img{
		height: 335px;
		width: auto;
		margin-bottom: 20px;
	}

	/*------------------------------------*\
	    NEWS
	\*------------------------------------*/
	
	body.post-type-archive-news section,
	body.tax-cat_news section,
	body.post-type-archive-news div#selectbox,
	body.tax-cat_news div#selectbox{
		width: 700px;
	}
	
	div#sec-news-container{
		width: 700px;
		margin: 30px auto 0;
	}
	
	section.sec-news{
		float: none;
	}
	
	section.sec-news-cat{
		float: none;
		display: none;
	}
	section#sec-top-news{
		width: 720px;
		margin: 0 auto;
	}
	
	body.post-type-archive-news section,
	section.sec-news,
	body.post-type-archive.post-type-archive-news section,
	body.post-type-archive-news section article,
	section.sec-news article{
		width: 700px;
		margin: 0 auto;
	}
	
	section#sec-top-news article{
		margin: 10px 12px;
	}
	
	section#sec-top-news article:nth-child(4n+1){
		margin-left:12px;
	}

	section#sec-top-news article{
		width: 335px;
	}

	section#sec-top-news article div.entry-thumbnail{
		height: 335px;
	}
	
	section#sec-top-news article div.entry-thumbnail div.entry-thumbnail-img{
		width: 335px;
		height: 335px;
	}

	section#sec-top-news article div.entry-thumbnail div.entry-thumbnail-img img{
		max-width: 335px;
		max-height: 335px;
	}
	
	body.single-news div.entry-content,
	body.single-live div.entry-content{
		font-size: 22px;
	}


	/*------------------------------------*\
	    LIVE
	\*------------------------------------*/

	body.post-type-archive-live section article h2.fs16,
	body.tax-cat_live section article h2.fs16{
		font-size: 110%;
	}

	body.post-type-archive-live section,
	body.tax-cat_live section,
	body.pastlive section,
	body.post-type-archive-live section article,
	body.tax-cat_live section article,
	body.pastlive section article,
	section.sec-live article,
	section.sec-live,
	body.post-type-archive-live div#selectbox,
	body.tax-cat_live div#selectbox,
	body.pastlive div#selectbox{
		width: 720px;
		margin: 0 auto;
	}

	body.post-type-archive-live section article,
	body.tax-cat_live section article,
	body.pastlive section article{
		margin: 0 auto 30px;
	}
	
	div#sec-live-container{
		width: 720px;
		margin: 30px auto 0;
	}
	
	section.sec-live{
		float: none;
	}
	
	section.sec-live-cat{
		float: none;
		display: none;
	}
	
	div.live-date{width: 570px;}
	div.live-pref{width: 570px;margin-left: 0;}
	div.live-venue{width: 570px;margin-left: 0;}
	div.live-event{width: 570px;margin-left: 0;}
	div.live-moreinfo{margin-top: 20px;}
	
	div.live-date.fll,
	div.live-pref.fll,
	div.live-venue.fll,
	div.live-event.fll,
	div.live-moreinfo.flr{
		float: none;
	}
	body.post-type-archive-live section article td,
	body.tax-cat_live section article td,
	body.pastlive section article td{
		display: block;
	}
	.live-top-date{width: 570px;font-size: 24px;vertical-align: middle;}
	.live-top-date span{font-size: 12px;padding-left: 5px;}
	.live-top-cat{padding-left: 0px;}
	.live-top-place{width: 570px;padding-left: 0px;}
	.live-top-event{width: 570px;padding-left: 0px;}


	/*------------------------------------*\
	    ARTISTS
	\*------------------------------------*/

	div.entry-content-artists{
		font-size: 30px;
	}

	body.post-type-archive-artists section,
	section.sec-artists,
	body.post-type-archive.post-type-archive-artists section,
	section#sec-top-artists{
		width: 710px;
		margin: 0 auto;
	}
	
	div#sec-artists-container{
		width: 720px;
		margin: 0 auto;
	}
	
	section.sec-artists,
	section.sec-artists-list{
		float: none;
		width: 100%;
	}
	section.sec-artists-list{
		display: none;
	}

	body.post-type-archive-artists section article,
	section.sec-artists article{
		width: 690px;
		margin: 0 auto;
	}

	body.post-type-archive.post-type-archive-artists section article,
	section.sec-artists-list article,
	section#sec-top-artists article{
		width: 325px;
		margin: 10px;
	}

	body.post-type-archive.post-type-archive-artists section article div.entry-thumbnail,
	section.sec-artists-list article div.entry-thumbnail,
	section#sec-top-artists article div.entry-thumbnail{
		height: 325px;
	}

	body.post-type-archive.post-type-archive-artists section article div.entry-thumbnail div.entry-thumbnail-img img,
	section.sec-artists-list article div.entry-thumbnail div.entry-thumbnail-img img,
	section#sec-top-artists article div.entry-thumbnail div.entry-thumbnail-img img{
		width: 325px;
		height: 325px;
	}
	
	div#artists-release ul li{
		width: 194px;
		margin-left: 25px;
	}
	
	div#artists-release ul li img{
		height: 194px;
		width: auto;
		border: #B9B9B9 1px solid;
	}

	/*------------------------------------*\
	    DISCOGRAPHY
	\*------------------------------------*/
	
	body.post-type-archive-discography div#selectbox,
	body.tax-cat_discography div#selectbox{
		width: 684px;
		margin: 0 auto;
	}
	
	body.tax-cat_discography div#selectbox .fll{
		width: 400px;
		line-height: 120%;
	}
	
	body.tax-cat_discography div#selectbox .flr{
		width: 284px;
	}

	body.post-type-archive-discography section,
	body.tax-cat_discography section{
		width: 720px;
		margin: 0 auto;
	}
	
	body.post-type-archive.post-type-archive-discography section article,
	body.tax-cat_discography section article{
		float: left;
		width: 200px;
		margin: 10px 20px;
	}
	
	body.post-type-archive.post-type-archive-discography section article:nth-child(5n+1),
	body.tax-cat_discography section article:nth-child(5n+1){
		margin-left: 20px;
	}

	section.sec-discography{
		width: 720px;
		margin: 0 auto;
	}
	
	div#archive-dropdown-disco{
		margin: 70px auto 0;
		width: 100%;
	}
	
	.wp-pagenavi.wp-pagenavi-disco{
		width: 720px;
	}
	
	section.sec-discography .mb130{
		margin-bottom: 50px;
	}
	
	section.sec-discography div#discography-media{
		margin-bottom: 50px;
	}
	
	div.sec-discography-l{
		float: none;
		width: 100%;
	}
	
	
	div.sec-discography-r{
		float: none;
		width: 100%;
	}

	/*------------------------------------*\
	    specialcontents
	\*------------------------------------*/

	body.specialcontents section article p{
		margin-bottom: 20px;
	}

	body.post-type-archive-specialcontents section{
		width: 580px;
	}
	
	body.post-type-archive-specialcontents section article,
	body.post-type-archive-specialcontents section article img{
		width: 580px;
		height: auto;
	}
	
	body.post-type-archive-specialcontents section article{
		float: none;
		margin-left: 0;
	}


	/*
	body.home section span.fs11{
		font-size: 18px;
	}

	body.home section div.fs11{
		font-size: 20px;
	}
	*/

	body.home section div.ml10{
		margin:40px 0 0 0;
	}
	
	/*------------------------------------*\
	    CONTACT
	\*------------------------------------*/
	body.contact section,
	body.thankyou section{
		width: 580px;
	}
	
	div#contactform-box div.fll{
		width: 580px;
		float: none;
		margin-bottom: 5px;
	}
	
	div#contactform-box div.flr{
		width: 580px;
		float: none;
	}
	
	div#contactform-box input,
	div#contactform-box textarea{
		width: 90%;
	}

	/*------------------------------------*\
	    WP-PAGENAVI
	\*------------------------------------*/
	
	.wp-pagenavi {
		width: 720px;
	}
	
	body.single-news .wp-pagenavi,
	body.tax-cat_news .wp-pagenavi,
	body.post-type-archive-news .wp-pagenavi {
		width: 700px;
	}

	.wp-pagenavi a, .wp-pagenavi span {
		font-size: 36px;
	}
}