﻿@charset "UTF-8";
/*--------------------------------------------------------------------------------
　▼ 共通　
--------------------------------------------------------------------------------*/
body {
    width: 100%;
    font-size: 14px;
    background-image: url(../img/bg01.jpg);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
    color: #000;
    font-family: "メイリオ", Meiryo, Osaka, sans-serif;
}
#fixed-bar {
    position: fixed;
    bottom: 0;
    right: 0;
    padding: 0;
    z-index: 1000;
    font-size: 0;
}
.inner_box {
    width: 960px;
    margin: 0 auto;
		background-color: #fff;
}
/*--------------------------------------------------------------------------------
　▼ 設定　
--------------------------------------------------------------------------------*/
ul.inline_block { font-size: 0;}
ul.inline_block li { display: inline-block; font-size: 14px; vertical-align: top;}
span.br:before { content: "\A" ; white-space: pre ;}
/*--------------------------------------------------------------------------------
　▼ mobile_header　
--------------------------------------------------------------------------------*/
#m_header { display: none;}
#menu { display: none;}
/*--------------------------------------------------------------------------------
　▼ header　
--------------------------------------------------------------------------------*/
#header { padding: 0;}
#header .main { padding: 30px 0;}
/*--------------------------------------------------------------------------------
　▼  共通　
--------------------------------------------------------------------------------*/
.anchor-point {
    position: relative;
    top: -85px;
}
.box { padding: 40px 20px 30px;}
.box_title {
    text-align: center;
    font-size: 25px;
    color: #5dc8f4;
    border-bottom: 1px solid #5dc8f4;
}
.in_box { padding: 30px 0 0;}
/*--------------------------------------------------------------------------------
　▼ メニュー　
--------------------------------------------------------------------------------*/
.fixed {
    position: fixed;
    top: 0;
    width: 960px;
    margin: 0 auto;
    z-index: 10000;
}
.nav_box { background: #5dc8f4;}
ul.nav-pc { width: 90%; margin: 0 auto;}
ul.nav-pc li {
    display: inline-block;
    text-align: center;
    width : calc(100% / 6);
    padding: 10px 0;
}
ul.nav-pc li a {
    font-size: 16px;
    padding: 10px 20px;
    display: block;
    border-left: 1px solid #fff;
    color: #fff;
}
ul.nav-pc li:last-child a { border-right: 1px solid #fff;}
/*--------------------------------------------------------------------------------
　▼ アーティスト
--------------------------------------------------------------------------------*/
#artist .fl,
#artist .fr {
    background: #5dc8f4;
    width: 48.5%;
    padding: 30px;
}
.profile_box {
    width: 100%;
    display: table;
}
.photo,
.name {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
}
.name { color: #fff; text-align: center;}
.name span.font25 { font-size: 25px;}
.w95 { width: 95%; margin: 0 auto;}
ul.ul03 li {
    width: 50%;
    padding-bottom: 25px;
}
ul.ul03 li:nth-child(odd) { padding-right: 1.5%;}
ul.ul03 li:nth-child(even) { padding-left: 1.5%;}
.title_box {
    background: #5dc8f4;
    padding: 5px 15px;
    font-size: 18px;
    color: #FFF;
}
.text_box {
    padding: 20px 15px;
    margin-bottom: 20px;
    line-height: 2em;
}

.text_box_scroll {
    padding: 20px 15px;
    margin-bottom: 20px;
    line-height: 2em;
    height: 360px;
    overflow: scroll;
}
ul.ul03 li .text_box {
    padding: 20px 15px;
    line-height: 2em;
}
.jkt-img_01 {
	width: 60%;
	margin: 0 auto;
}
/*--------------------------------------------------------------------------------
　▼ ディスコグラフィ
--------------------------------------------------------------------------------*/
ul.ul01 {
	padding: 30px 0 0;
}
ul.ul01 li {
    width: 31%;
    margin: 0 0 30px;
}
ul.ul01 li:nth-child(3n - 1) { margin: 0 3.5% 30px;}
.img_box {
	padding-top: 100%;
	font-size: 0;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top center;
}
.cd_title {
	font-size: 18px;
	padding: 40px 0 10px;
	font-weight: bold;
	color: #5dc8f4;
	text-align: center;
}
.alubum_box {}
.alubum_box .title {
    font-size: 20px;
    color: #FF0000;
}
p.price {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding: 0;
}
.gray {
    color: #666;
    padding: 10px 0;
}
table.table01,
table.table01 tbody { width: 100%;}
table.table01 tr th {
    width: 20%;
    font-weight: normal;
    vertical-align: top;
}
table.table01 tr td { text-align: left; width: 80%;}
table.table03 tr td {
    padding: 10px 0 0;
    width: 100%;
    text-align: left;
}
ul.ul02 { padding: 0 0 0 20px;}
ul.ul02 li {
    display: list-item;
    width: 100%;
    margin: 0;
    padding-bottom: 5px;
    list-style: disc;
}
ul.ul02 li:nth-child(3n - 1) { margin: 0;}
.link { padding: 30px 0 0;}
.fl_box {
    float: left;
    width: 35%;
    padding-right: 2%;
}
.fl_box img { width: 300px;}
.fr_box {
    float: right;
    width: 65%;
    padding-bottom: 50px;
}
.fr_box .cd_title {
    font-size: 18px;
    padding: 20px 0 10px;
    color: #00f;
}
.fr_box .title {
    font-size: 20px;
    padding: 0 0 15px;
    color: #FF0000;
}

.fl_box02 {
    float: left;
    width: 50%;
    padding-right: 2%;
}
.fl_box02 img { width: 300px;}
.fr_box02 {
    float: right;
    width: 50%;
    padding-bottom: 50px;
}
.fr_box02 .cd_title {
    font-size: 18px;
    padding: 20px 0 10px;
    color: #00f;
}
.fr_box02 .title {
    font-size: 20px;
    padding: 0 0 15px;
    color: #FF0000;
}


.link { padding: 10px 0 20px;}

ul.ul05 { padding: 40px 0 0;}
ul.ul05 li {
    width: 18%;
    margin: 0 0 30px;
    text-align: center;
    margin: 0 1%;
}
ul.ul05 li p.t01 { font-size: 16px; padding-top: 10px;}
ul.ul05 li p.t02 { font-size: 12px; padding-bottom: 20px;}


/*--------------------------------------------------------------------------------
　▼ スペシャル
--------------------------------------------------------------------------------*/
#special .movie_box {
    text-align: center;
    width: 465px;
    margin: 0 auto;
}
#special .movie_box iframe { border: 0;}
.movie_text {
    font-size: 14px;
    padding: 20px 0 0;
}

.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.youtube iframe{
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
.movie {
    text-align: center;
    width: 70%;
    margin: 0 auto;
}

/*--------------------------------------------------------------------------------
　▼ フォーム
--------------------------------------------------------------------------------*/
form {
    margin: 0 auto;
    width: 600px;
    padding: 1em;
}
form table tr {
    margin-top: 1em;
}
form table tr th {
    display: inline-block;
    width: 150px;
    text-align: left;
}
input, textarea {
    font: 1em sans-serif;
    width: 350px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #999;
}
textarea {
    vertical-align: top;
    height: 10em;  
    resize: vertical;
}
.button button {
  margin-left: 150px;
  margin-top: 20px;
    font-size: 20px; 
    width: 300px;
    height: 50px;
    background-color: #5dc8f4;
    color: #fff;
    border-radius: 0.5em;
}


/*--------------------------------------------------------------------------------
　▼ lightbox　
--------------------------------------------------------------------------------*/
.lightbox { display: none; padding: 20px;}
.featherlight .featherlight-content {
    padding: 0;
    border: 10px solid #5dc8f4;
    min-width: 40%;
}
.featherlight .featherlight-close-icon {
    background: #000;
    color: #fff;
}
.lightbox .fl_box {
    float: left;
    width: 40%;
    padding-right: 5%;
}
.lightbox .fr_box {
    float: right;
    width: 60%;
}
.lightbox table { font-size: 14px;}
.lightbox table tr th { border-bottom: 1px solid #bfbfbf; padding: 5px 0;}
.lightbox table tr td {
    font-weight: bold;
    padding: 5px 0;
    border-bottom: 1px solid #bfbfbf;
}

.video {
	max-width: 500px;
	width: 100%;
	margin: 20px auto 0;
}
.video video {
	max-width: 500px;
	width: 100%;

}





/*--------------------------------------------------------------------------------
　▼ footer
--------------------------------------------------------------------------------*/
#footer {
		width: 960px;
    margin: 0 auto;
		background-color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    padding: 50px 0;
}


