@charset "utf-8";
/* ********************************************************
	Pages CSS
******************************************************** */

#contentsInner {
  padding: 0;
	font-size: 16px;
	line-height: 1.5;
	text-align: center;
}
#main {
	text-align: center;
}
.breadcrumb {
  margin: 0 auto;
  padding: 40px 0 0 60px;
}
.breadcrumb li{
  display: inline-block;
}
.hedDiv {
	height: 25px;
  border-bottom: 1px solid #231815;
	margin: 15px 60px;
	padding-bottom: 5px;
}
.hedDiv h1{
	float: left;
}
.hedDiv ul {
  float: right;
	margin-right: 20px;
}
.hedDiv ul li{
	display: inline-block;
	margin-left: 40px;
}

.itemDiv{
	margin:0 50px;
}
.itemDiv ul {
	padding-top: 40px;
	letter-spacing: -0.4em;
}
.itemDiv li{
	float: left;
	margin: 1px;
  background: #fff;
	display: none;
}
.itemDiv li img{
	width:270px;
	height:auto;
}
.artistInfo {
	background: #fff;
	padding: 2px;
	letter-spacing: normal;
	text-align: left;
  padding-left: 20px;
}
.artistInfo .ename {
	color: #231815;
	font-size: 16px;
	text-decoration: none;
}
.artistInfo .jname {
	color: #231815;
	font-size: 15px;
	text-decoration: none;
}
.artistArea {
	text-decoration: none;
}
.artistInfo .ename.blueFont {
	color: #00a0e9;
}
.artistInfo .ename.redFont {
	color: #e5004f;
}
#footerInner {
  padding-top: 100px;
}
.itemDiv .itemLi .trimThumb {
  width: 270px;
  height: 270px;
  overflow: hidden;
}
.itemDiv .itemLi .trimThumb img {
  position: relative;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

/*-------------------------------
  Font Set - Color
-------------------------------*/


/*-------------------------------
  .index
-------------------------------*/
/*アスペクト比が1より小さく(以下しか取れないため便宜上9/10とする)（つまり縦長）幅が414以上、
　もしくはアスペクト比が1以上（つまり横長）幅が736以上（iPhone6Plusより大きいデバイス）*/
@media screen and (max-aspect-ratio: 9/10) and (min-width: 414px),screen and (min-aspect-ratio: 1/1) and (min-width: 736px){

}


@media screen and (max-width:1024px){
  .itemDiv li {
    position: relative;
    width: 49%;
  }
  .itemDiv li:before{
    content:"";
    display: block;
    padding-top: 118.518518519%; /* 高さを幅の118.518518519%に固定 */
  }

  .itemDiv .itemLi .trimThumb {
    width: 100%;
    height: auto;
  }
  .itemDiv .itemLi .trimThumb img {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
  }
  .itemDiv li a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  .itemDiv li img {
    width: 100%;
    height: auto;
  }
  .artistInfo {
    padding: 3px 10px 0;
    position: absolute;
    bottom: 1px;
  }
  .artistInfo .ename {
    font-size: 13px;
  }
  .artistInfo .jname {
    font-size: 13px;
  }
}

/*アスペクト比が1より小さく(以下しか取れないため便宜上9/10とする)（つまり縦長）幅が413以下、
　もしくはアスペクト比が1以上（つまり横長）幅が735以下（iPhone6Plusより小さいデバイス）*/
@media screen and (max-width: 735px){
	#contentsInner {
    padding: 10px;
		margin:  0;
		width:95%;
  }
	.artistInfo {
    padding: 10px 0px;
	}
	.artistArea img {
		width: 100%;
    height: auto;
	}
	.itemDiv {
    margin: 0px;
	}
	.itemDiv ul {
    padding-top: 0px;
	}
  .itemDiv li {
    position: relative;
    width: 49%;
  }
  .itemDiv li:before{
    content:"";
    display: block;
    padding-top: 118.518518519%; /* 高さを幅の118.518518519%に固定 */
  }
  .itemDiv li a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    overflow: hidden;
  }
  .itemDiv li img {
    width: 100%;
    height: auto;
  }
  .artistInfo {
    padding: 2px 10px 2px;
    background-color: transparent;
    line-height: 1;
    width: 100%;
    background: #fff;
  }
  .artistInfo .ename {
    font-size: 11px;
  }
  .artistInfo .jname {
    font-size: 10px;
  }
	.itemDiv {
    margin-top: 20px;
	}

	#navGlobal .navGroup ul .searchLi {
		display: block;
	}
}
