﻿@charset "utf-8";
/*  base
----------------------------------------------------*/
a {
    -webkit-transition: all 0.3s 0s ease;
    -moz-transition: all 0.3s 0s ease;
    transition: all 0.3s 0s ease;
    text-decoration: none;
	color: #fff;
}
a:hover {
	opacity: 0.5;
}
body{
	background: url(../images/bg_01.jpg);
	color: #fff;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.5;
}
.opa05 {
    opacity: 0.5;
}
.center {
	text-align: center;
}

/*  header
----------------------------------------------------*/
header {
	width: 1000px;
	margin: 40px auto 0; 
}
header > div {
	float: left;
	width: 500px;
	text-align: center;
}
header > div img {
	display: block;
	max-width: 500px;
}
header .left a {
	display: block;
	width: 500px;
}
#top header .left {
}
header .right {
}


/*  nav
----------------------------------------------------*/
nav {
	width: 100%;
	background: #000;
	padding: 10px 0;
	margin: 40px 0;
}
nav > ul {
	width: 1000px;
	margin: 0 auto; 
	box-sizing: border-box;
}
nav > ul > li:first-child {
	border-left: 1px solid #fff;
}
nav > ul > li {
	float: left;
	width: 25%;
	border-right: 1px solid #fff;
	box-sizing: border-box;
}
nav > ul div {
	width: 100%;
	height: 18px;
	text-align: center;
	text-indent: -99999px;
	margin-bottom: 10px;
}

nav > ul li.no01 div {	background: url(../images/nav_no1.png) no-repeat center bottom;}
nav > ul li.no02 div {	background: url(../images/nav_no2.png) no-repeat center bottom;}
nav > ul li.no03 div {	background: url(../images/nav_no3.png) no-repeat center bottom;}
nav > ul li.album div {	background: url(../images/nav_no4.png) no-repeat center bottom;}

nav > ul ul  {
	width: 100%;
	height: 30px;
}
nav > ul ul li {
	float: left;
	width: 50%;
	height: 30px;
	text-align: center;
	text-indent: -99999px;
	box-sizing: border-box;
}
nav > ul ul li a {
	display: block;
	width: 100%;
	height: 100%;
}
nav > ul ul li:first-child {
	border-right: 1px solid #fff;
	box-sizing: border-box;
}
nav > ul li.album ul li:first-child {
	border-right: none;
}
nav > ul .album ul li {
	width: 100%;
}
nav > ul li.no01 li a {	background: url(../images/nav_hikawa.png) no-repeat center bottom;}
nav > ul li.no01 li:first-child a {	background: url(../images/nav_mikami.png) no-repeat center bottom;}

nav > ul li.no02 li a {	background: url(../images/nav_hanazawa.png) no-repeat center bottom;}
nav > ul li.no02 li:first-child a {	background: url(../images/nav_kawase.png) no-repeat center bottom;}

nav > ul li.no03 li a {	background: url(../images/nav_tamamori.png) no-repeat center bottom;}
nav > ul li.no03 li:first-child a {	background: url(../images/nav_kaoru.png) no-repeat center bottom;}

nav > ul li.album li a {	background: url(../images/nav_album.png) no-repeat center bottom;}


/*  wrapper
----------------------------------------------------*/
#wrapper {
	width: 1000px;
	margin: 0 auto; 
}
.description {
	width: 1000px;
	height: 277px;
	margin-bottom: 40px;
	background: url(../images/desc.png) no-repeat center;
}
.description p {
	display: none;
}

#cdlist ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: flex-start;
    box-sizing: border-box;
}
#cdlist ul {
    margin-right: -20px;
}
#cdlist ul li {
    flex: 1 calc(100% / 4);
    margin: 0 20px 20px 0;
    max-width: 320px;
    border: 1px solid #fff;
    box-sizing: border-box;
    border-radius: 10px;
    text-align: center;
}
#cdlist ul li img {
	max-width: 243px;
}
#cdlist ul li img:first-child {
	margin-bottom: 20px;
}
#cdlist .album a,
#cdlist ul li a {
	display: block;
	width: 100%;
	height: 100%;
    padding: 40px;
    box-sizing: border-box;
    position: relative;
}
#cdlist .album a:after,
#cdlist ul li a:after {
	content: "";
	position: absolute;
	bottom: 10px;
	right: 10px;
	display: block;
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-right: 8px solid #fff;
	border-bottom: 8px solid #fff;
	border-left: 8px solid transparent;
}
.cf:after {
  content: "";
  clear: both;
  display: block;
}

#cdlist .opa05 {
    padding: 40px;
}
#cdlist .opa05 img:first-child {
	opacity: 0.5;
}
#cdlist .album {
    margin: 0 20px 20px 0;
    width: 100%;
    border: 1px solid #fff;
    box-sizing: border-box;
    border-radius: 10px;
    text-align: center;
}
#cdlist .album div div {
	float: left;
}
#cdlist .album div div:first-child {
	max-width: 248px;
}
#cdlist .album div div:last-child {
	width: calc(100% - 248px);
	height: 250px;
	text-align: center;
	background: url(../images/album_text.png) no-repeat center;
}

/*  cddetail
----------------------------------------------------*/
#cddetail {
	width: 100%;
    border: 1px solid #fff;
    padding: 40px;
    box-sizing: border-box;
}
#cddetail .img {
	margin-right: 40px;
}
#cddetail img {
	display: block;
	margin-bottom: 40px;
}
.titlewrap {
	width: 100%;
}
.titlewrap div {
	float: left;
}

.btn {
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
	margin: 0 auto 40px;
}
.btn.album {
	margin: 0 auto 20px;
}
.btn p {
	text-align: center;
	font-size: 12px;
}
.btn a {
	display: block;
	background: #ec9306;
	padding: 15px 40px;
	font-size: 24px;
	font-weight: bold;
	border-radius: 10px;
	text-decoration: none;
	text-align: center;
	position: relative;
	margin: 0 auto 10px;
}
.btn a:after {
	content: "";
	position: absolute;
	bottom: 10px;
	right: 10px;
	display: block;
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-right: 8px solid #fff;
	border-bottom: 8px solid #fff;
	border-left: 8px solid transparent;
}

.cregit {
	margin-top: 20px;
}
.cregit h2 {
	background: #fe1d56;
	padding: 7px 0px 5px;
	text-align:center;
	font-size: 20px;
	font-weight: bold;
}
.cregit dl {
	width: 406px;
	padding: 30px 20px;
	margin: 0 auto;
}
.cregit dt,
.cregit dd {
	vertical-align: top;
	display: inline-block;
	width: 200px;
	margin: 0 0 20px;
}
.cregit dt {
	opacity: 0.5;
	text-align: right;
}

/*  footer
----------------------------------------------------*/
footer {
	width: 100%;
	margin-top: 40px;
	padding: 40px 0;
	background: #000;
	text-align: center;
}
footer div{
	padding: 20px 0 40px;
}
#home {
	text-decoration: underline;
	width: 100%;
	text-align: center;
	padding: 60px 0 20px;
}