@charset "UTF-8";
@import url("grid.css");

img {
	max-width:100%;
	height: auto;/*高さ自動*/
}
a {
    color: #666;
    text-decoration-line: none;
}
a:hover { 
    color: #999;
}
a img:hover {
	opacity: 0.8;
}
.underline {
	border-bottom: 2px solid #000;
	padding: 0;
	margin-bottom: 5rem;
}
.center {
	text-align: center;
}

/*ヘッダー
-------------------------------------*/
.head {
	display: inline-block;
    flex-direction: row;
    padding: 1rem 0 0 0;
    font-size: 3.0rem;
}

.head h1 { 
    padding: 1rem 0;
	font-weight: 700;
	letter-spacing: 3px;
}

.snsbox {
	margin-left: auto;
	font-size: 3.0rem;
	padding: 1rem 0 0 0;
}

.snsbox img {
    padding: 5px;
    border: 2px #000 solid;
}

/*メイン画像
-------------------------------------*/
.mainimg img {
	width: 100%;
}

/*メインコンテンツ
-------------------------------------*/
main {
    margin: 0;
}

/*フッター
-------------------------------------*/
footer {
    max-width: 1200px;
    color: #b18d59;
    background-color: #000;
    border-top: 0.5rem solid #b18d59;
    margin: 0 auto;
    text-align: center; /* 中のテキストも中央揃え */
    margin-bottom: 0;
    padding: 1rem;
}
footer a { color: white;}
footer h5 {
    border-bottom: 1px solid #ccc;
}

/*コピーライト
-------------------------------------*/
.copyright {
    text-align: center;
    padding: 0.5rem 0;
    background-color: #fff;
}
.copyright a {
	font-size: 9px;
    color: #000;
    text-decoration: none;
	display: inline-block;
}

/*ページトップへ戻るボタン
-------------------------------------*/
#pagetop {
    position: fixed;
    bottom: 50px;
    right: 15px;
}
#pagetop a {
    display: block;
    background: #666;
    color: #fff;
    width: 50px;
    padding: 10px 5px;
    text-align: center;
}
#pagetop a:hover {
    background: #999;
}
/*パンくずリスト
-----------------------------------*/
.breadcrumb {
    margin: 0 2.0rem 2.0rem 2.0rem;
    padding: 0;
}
.breadcrumb li {
    list-style-type: none;
	font-size: 1.5rem;
}
.breadcrumb li a {
    display: inline-block;
    color: #959fa5;
}

/*追加分
-----------------------------------*/
ul { list-style-type: none; padding: 0; }

footer li {
	font-size: 1.4rem;
}

.list-group {
	margin-bottom: 0.5rem;
}

.list-group-item { 
    display: inline-block; 
    padding: 1.5rem;
}

/*キャッチタイトル
-------------------------------------*/
h2.catch {
	text-align: center;
	color: #666;
	font-size: 3.0rem;
	padding: 3.0rem;
}

h5.catch {
	text-align: center;
	color: #b18d59;
    text-underline-offset: 0.8rem; 
    text-decoration-line: underline;
	font-size: 1.8rem;
	margin-bottom: 3rem;
}

p.red {
	color: red;
	font-size: 1.8rem;
	font-weight: 700;
}

.band { 
	font-size: 2rem;
	font-weight: bold;
	color: #010093;
	text-align: right;
	margin-top: -4rem;
}

.artist { margin-bottom: 5rem; }

/*Youtube動画レスポンシブ表示
---------------------------------------------------------------------------*/
.wrap{
  margin-bottom: 1.5rem;
}
.youtube {
  position: relative;
  height: 0;
  margin: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin-bottom: 5rem;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.wrap img{
  width: 100%;
}
 
/* ココから下がPC表示（600px以上）のレイアウト */
@media screen and (min-width: 600px) {
  .float-right{
    float: right;
    width: 49.5%;
  }
  .float-left{
    float:left;
    width: 49.5%;
  }
  .wrap:after{
    display: block;
    clear: both;
    content: "";
  }
  .border-box {
    padding: 3.0rem;
  }
  .row-margin {
  width: auto;
  margin: 3.0rem
  }
}

/*ボタン
---------------------------------------------------------------------------*/
.button03 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 1em 0;
  padding: 0.2em 0.8em;
  width: auto;
  color: #666666;
  font-size: 18px;
  font-weight: 700;
  border: 3px solid #cccccc;
}

.button03 a:hover {
  color: #000000;
  text-decoration: none;
  background-color: #cccccc;
}

.button03 a:hover::after {
  border-top: 3px solid #333333;
  border-right: 3px solid #333333;
}

.button04 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 1em 0;
  padding: 0.2em 0.8em;
  width: auto;
  color: #ff9900;
  font-size: 18px;
  font-weight: 700;
  border: 3px solid #ffcc00;
}

.button04 a:hover {
  color: #333333;
  text-decoration: none;
  background-color: #ffcc00;
}

.button04 a:hover::after {
  border-top: 3px solid #333333;
  border-right: 3px solid #333333;
}

/*========= ナビゲーションドロップダウンのためのCSS ===============*/

/*==ナビゲーション全体の設定*/
nav{
	background:#fff;
	color:#000;
	text-align: center;
    box-shadow: 0 0 0 1px #b18d59, 0 0 0 11px #fff, 0 0 0 12px #b18d59;
}

/*ナビゲーションを横並びに*/
nav ul{
	list-style: none;
	display: flex;
	justify-content: center;
}
/*2階層目以降は横並びにしない*/
nav ul ul{
	display: block;
}

/*下の階層のulや矢印の基点にするためliにrelativeを指定*/
nav ul li{
	position: relative;
    font-size: 16px;
}

/*ナビゲーションのリンク設定*/
nav ul li a{
	display: block;
	text-decoration: none;
	color: #000;
	padding: 10px 30px;
	transition: all .3s;
}

nav ul li li a{
	padding: 10px 30px;
}

nav ul li a:hover{
	color: #b18d59;	
}

/*==矢印の設定*/

/*2階層目を持つliの矢印の設定*/
nav ul li.has-child::before{
	content:'';
	position: absolute;
	left:15px;
	top:20px;
	width:6px;
	height:6px;
	border-top: 2px solid #999;
    border-right:2px solid #999;
    transform: rotate(135deg);
}

/*3階層目を持つliの矢印の設定*/
nav ul ul li.has-child::before{
	content:'';
	position: absolute;
	left:6px;
	top:17px;
	width:6px;
	height:6px;
    border-top: 2px solid #fff;
    border-right:2px solid #fff;
    transform: rotate(45deg);
}

/*== 2・3階層目の共通設定 */

/*下の階層を持っているulの指定*/
nav li.has-child ul{
    /*絶対配置で位置を指定*/
	position: absolute;
	left:0;
	top:30px;
	z-index: 4;
    /*形状を指定*/
	background:#b18d59;
	width:220px;
    /*はじめは非表示*/
	visibility: hidden;
	opacity: 0;
    /*アニメーション設定*/
	transition: all .3s;
}

/*hoverしたら表示*/
nav li.has-child:hover > ul,
nav li.has-child ul li:hover > ul,
nav li.has-child:active > ul,
nav li.has-child ul li:active > ul{
  visibility: visible;
  opacity: 1;
}

/*ナビゲーションaタグの形状*/
nav li.has-child ul li a{
	color: #fff;
	border-bottom:solid 1px rgba(255,255,255,0.6);
}

nav li.has-child ul li:last-child a{
	border-bottom:none;
}

nav li.has-child ul li a:hover,
nav li.has-child ul li a:active{
	background:#8b4513;
}


/*==3階層目*/

/*3階層目の位置*/
nav li.has-child ul ul{
	top:0;
	left:182px;
	background:#66ADF5;
}

nav li.has-child ul ul li a:hover,
nav li.has-child ul ul li a:active{
	background:#448ED3;
}


/*==768px以下の形状*/

@media screen and (max-width:768px){
	nav{
		padding: 0;
	}
	
	nav ul{
		display: block;
	}
	
	nav li.has-child ul,
	nav li.has-child ul ul{
  	position: relative;
	left:0;
	top:0;
	width:100%;
	visibility:visible;/*JSで制御するため一旦表示*/
	opacity:1;/*JSで制御するため一旦表示*/
	display: none;/*JSのslidetoggleで表示させるため非表示に*/
	transition:none;/*JSで制御するためCSSのアニメーションを切る*/
}
	
nav ul li a{
	border-bottom:1px solid #ccc;
}

/*矢印の位置と向き*/

nav ul li.has-child::before{
	left:20px;	
}

nav ul ul li.has-child::before{
    transform: rotate(135deg);
	left:20px;
}
    
nav ul li.has-child.active::before{
    transform: rotate(-45deg);
}

}

nav {
position: relative;
z-index: 999;
}

/*MS追加*/

.border-box {
    width: auto;
    margin: 3.0rem 3.0rem 5.0rem 3.0rem;
    box-shadow: 0 0 0 1px #b18d59, 0 0 0 11px #fff, 0 0 0 12px #b18d59;
}

.gray-back {
    padding: 3rem;
    background-color: #d4cfba;
}

.artist-back {
    width: auto;
    background-image: url(../img/artist-bg.jpg);
    margin: 3rem;
}

.title1 {
    color: #fff;
    text-align: center;
    margin: auto;
    padding: 2rem;
    border: 2px solid #b18d59;
    background-color: black;
}
