@charset "utf-8";
/* ********************************************************
	Pages CSS
******************************************************** */
#contents {
  width: 1200px;
  margin: 0 auto;
}
#contentsInner {
	margin: 40px 0 30px 0;
  padding: 0;
	font-size: 16px;
	line-height: 1.5;
	text-align: center;
	color: #333333;
}
#pageHeader {
  height: 100%;
}
#headerInner {
  margin-top: 0px;
}
#navGlobal {
  height: 0;
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
	margin: 0;
}
#main {
	text-align: left;
	width: 1100px;
  margin: 0 auto;
	margin-bottom: 100px;
	position: relative;
}
.tittleArea {
  padding-top: 50px;
}

a.tabName:hover{
	opacity: 0.7;
}
.linkMenu {
	text-align: right;
	margin-right: 100px;
}
.linkMenu li {
	display: inline-block;
	position: relative;
}

.navTittle {
  float: left;
  margin: 20px 0 0px 60px;
}
.topDiv {
  margin-top: 150px;
  text-align: center;
  border-bottom: 3px solid #231815;
	margin-bottom: 100px;
}
.topDiv h1{
	padding: 20px;
}

.mainImg {
	display: inline-block;
	width: 300px;
	vertical-align: top;
}
#navGlobal .menu {
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -20px;
}
#navGlobal .menu.open {
  margin-top: -15px;
}
.tabName {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  color: #231815;
  padding: 0 20px;
}
.menuWrap {
  font-weight: bold;
  padding: 0 20px;
  padding-left: 50px;
}

.linkMenu li {
  line-height: 40px;
  height: 40px;
	display: inline-block;
	position: relative;
}
.linkMenu li::before {
  content: "";
  background: #231815;
  width: 3px;
  height: 26px;
  color: #231815;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -13px;
}
.linkMenu li:first-child:before {
  content: "";
  width: 3px;
  height: 26px;
  color: #231815;
  display: inline-block;
  position: absolute;
  background: #231815;
  left: 0;
  top: 50%;
  margin-top: -13px;
}

.linkMenu li:last-child::after {
  content: "";
  background: #231815;
  width: 3px;
  height: 26px;
  color: #231815;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -13px;
}

.moreDiv ul {
	margin-right: -100px;
}
.moreDiv li {
  width: 300px;
	display: none;
	float: left;
	margin-right: 95px;
  margin-bottom: 90px;
}
.moreDiv li img {
  width: 100%;
}
.artistArea {
  color: #000;
	text-decoration: none;
	text-align: center;
}
.artistInfo {
	margin-top: 20px;
}
.artistInfo .ename {
  color: #231815;
  font-size: 24px;
  text-decoration: none;
}
.artistInfo .jname {
  color: #231815;
  font-size: 15px;
  text-decoration: none;
}
.clerDiv {
	clear: both;
	margin-bottom: 100px;
}
.detail .moreDiv li {
  margin-right: 70px;
}
.detail .topNameDiv {
  font-size: 14px;
  text-align: center;
}
.detail .topText {
  line-height: 2;
	margin: 60px 0;
}
.detail .topename {
  font-size: 30px;
}
.detail .topjname {
  font-size: 20px;
}
.detail .topDiv {
  margin-bottom: 40px;
}
.detail .pageLinkDiv {
  margin-top: 50px;
  text-align: center;
  position: relative;
}
.detail .moreDiv li {
    margin-right: 70px;
    width: 320px;
}
.detail .moreDiv li img {
  width: 100%;
}
.caption {
  font-size: 12px;
  text-align: left;
}
.detail .pageLinkDiv li {
  display: inline-block;
}
.detail .pageLinkDiv li a{
  text-decoration: none;
	color: #231815;
}
.detail .pageLinkDiv li+li {
  margin-left: 50px;
	position: relative;
}
.detail .pageLinkDiv li+li::before {
  content: "";
  border-left: dotted #231815 1px;
  height: 20px;
  color: #231815;
  display: inline-block;
  position: absolute;
  top: 0px;
  left: -25px;
}
/*-------------------------------
  Font Set - Color
-------------------------------*/


/*-------------------------------
  .index
-------------------------------*/
/*アスペクト比が1より小さく(以下しか取れないため便宜上9/10とする)（つまり縦長）幅が414以上、
　もしくはアスペクト比が1以上（つまり横長）幅が736以上（iPhone6Plusより大きいデバイス）*/
@media screen and (max-width:1024px){
  #contents {
    width: 100%;
  }
  #main {
    width: 100%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
	#headerInnerDiv {
  height: 0px;
	}
	#container {
  padding-top: 0px;
	}
	#contents {
  margin-top: 0px;
	}
	#navGlobal .navGroup {
    position: fixed;
	}
	.topDiv {
    margin-top: 0px;
	}
	.leftMenu {
		width: 100%;
		margin: 20px 0;
		padding-top: 0px;
		overflow-y: hidden;
		font-size: 16px;
		white-space: nowrap;
		display: block;
		text-align: center;
	}
	.leftMenu li {
		display: inline-block;
	}
	.navTittle {
		float: none;
		padding: 20px 0 15px 30px;
		margin: 0;
	}
	.tittleArea {
		padding: 0;
	}
	.linkMenu .tabName{
		display: none;
	}
	.linkMenu li::before {
		display: none;
	}
	.linkMenu li:first-child:before {
    display: none;
	}
	#main {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
  }
  .moreDiv ul {
    margin: 0 auto;
    width: 100%;
  }
  .moreDiv li {
    width: 30%;
    margin-right: 5%;
  }
  .moreDiv li:nth-child(2n) {
    margin-left: 0;
  }
  .moreDiv li:nth-child(3n) {
    margin-right: 0;
  }
  .artistInfo .ename {
    font-size: 18px;
  }
  .artistInfo .jname {
    font-size: 13px;
  }
  .detail .moreDiv li {
    width: 30%;
    margin-right: 5%;
    margin-left: 0;
  }
  .detail .moreDiv li:nth-child(3n) {
    margin-right: 0;
  }
  .linkMenu li {
    display: none;
  }
}
/*アスペクト比が1より小さく(以下しか取れないため便宜上9/10とする)（つまり縦長）幅が413以下、
　もしくはアスペクト比が1以上（つまり横長）幅が735以下（iPhone6Plusより小さいデバイス）*/
@media screen and (max-width: 735px){
	#container {
  padding-top: 0px;
	}

	#contentsInner {
 		padding: 0px 0 0 0;
  }
	#main {
    width: 95%;
    padding: 2.5%;
	}
  .topDiv {
    margin-bottom: 50px;
  }
  .detail .moreDiv li {
    width: 47%;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 20px;
  }
  .detail .moreDiv li:nth-child(2n) {
    margin-right: 0;
  }
	.itemLi img {
    width: 100%;
	}
  .linkMenu li:last-child::after {
    display: none;
  }
  .moreDiv ul {
    margin: 0 auto;
    width: 100%;
  }
  .moreDiv li {
    width: 47.5%;
    margin-right: 0;
  }
  .moreDiv li:nth-child(2n) {
    margin-left: 5%;
  }
  .artistInfo .ename {
    font-size: 14px;
  }
  .artistInfo .jname {
    font-size: 10px;
  }
  .artistInfo {
    height: auto;
  }
  .detail .topename {
    font-size: 24px;
  }
  .detail .topjname {
    font-size: 18px;
  }
}
