
/* a {
  text-decoration: none;
} */
ul {
  list-style: none;
}
#main{
  background:#FFFFFF;
  border-top:2px solid #377295;
  padding:30px
}
#main * {
  box-sizing: border-box;
}
#main h3{ font-size:3.4rem;
  line-height:1.0;
  font-weight:400;
  color:#377292;
  margin-bottom:30px;
}
#main h3 span {
  color: #000;
  font-size: 12px;
  float: right;
}
.top_text {
  font-size:1.4rem;
  line-height:1.6;
  margin-bottom: 30px;
}
.top_text p{
  margin-bottom:0.6em;
}
.top_text p::first-letter {
  font-size: 4.5rem;
  float: left;
  line-height: 1;
  padding: .125em 0;
  margin: 0 .1em 0 0;
  clear: left;
}
.artists_heading {
  font-size: 12px;
  margin-bottom: 40px;
}
.artists_heading .link {
  padding-right: 6px;
  margin-right: 3px;
  border-right: 1px solid #000;
  line-height: 2.5rem;
}
.artists_heading .text .link:last-of-type {
  border-right: none;
}
.artists_heading .text .link:hover {
  text-decoration: underline;
}
.artists .item {
  background: #eee;
  padding: 10px 20px 20px 20px;
  margin-bottom: 30px;
}
.artists .item .info {
  font-size: 14px;
  padding-top: 10px;
}
.artists .info .heading {
  color: #00661a;
}
.artists .info .name {
  font-size: 20px;
  font-family: 'Noto Sans Japanese Bold';
  font-weight: bold;
  border-bottom: 2px solid #00661a;
  padding-bottom: 3px;
  margin-bottom: 35px;
}
.artists .info .text {
  margin: 0 20px 10px 0;
}
.artists .info .link li {
  margin-bottom: 10px;
  padding-left: 15px;
  position: relative;
}
.artists .info .link li::before {
  content: '';
  width: 6px;
  height: 6px;
  border-top: 2px solid #00661a;
  border-right: 2px solid #00661a;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 47%;
  left: -5px;
}
.artists .content {
  position: relative;
}
.artists .content img {
  width: 100%;
}
.artists .content .play_btn {
  background: rgba(0, 0, 0, .5);
  border-radius: 5px;
  width: 50px;
  height: 36px;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}
.artists .content .play_btn::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 0 7.5px 13.0px;
  border-color: transparent transparent transparent #fff;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}
.bottom_text {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 30px 0;
}
.bottom_text .text {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.bottom_text .logo {
  margin-right: 5px;
}
.bottom_text .logo img {
  margin-top: 2px;
}
.bottom_text .text-green {
  color: #00661a;
  font-size: 26px;
}





/* end */