@charset "utf-8";
/* CSS Document */

img {
  max-width: 100%;
  height: auto;
  width
  /***/
  : auto;
}

.sp_none {
  display: none;
}

.sp_block {
  display: block;
}

/*header*/
#header {
  width: 100%;
  height: 280px;
  overflow: hidden;
  position: relative;
}

.slider_main {
  height: 280px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.slider_right {
  background-position: center right;
}


/* news--------------------- */
.news__area {
  width: 100%;
  margin: 20px 0 0 0;
  padding: 4%;
  position: relative;
}

.news__flex {
  display: block;
}

.news__title h2 {
  font-size: 16px;
  color: #000;
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
  border-right: 0;
  font-weight: 400;
}

.news__detail {
  margin-top: 10px;
  padding-left: 0;
}

.news__flex__right {
  width: 100%;
}

.news__detail a {
  font-size: 14px;
  line-height: 1.5em;
  color: #000;
}

.news__more {
  position: static;
  text-align: center;
}

.news__more a {
  display: inline-block;
  margin: 20px;
}


/* profile------------------ */
.profile__area {
  width: 100%;
  margin: 20px auto 0;
  padding: 4%;
}

.profile__text {
  margin-top: 30px;
  font-size: 14px;
  line-height: 2.5em;
  color: #000;
}



/* discography--------------- */
.discography__area {
  width: 100%;
  margin: 20px auto 0;
  padding: 4%;
}

.label__area {
  margin-top: 60px;
}


.disc__detail {
  width: 100%;
}

.disc__frex {
  display: block;
}

.disc__detail__flex {
  display: block;
}

.disc__detail__flex li {
  margin-top: 20px;
}

.disc__detail__flex li:first-child {
  text-align: center;
}

.disc__detail__flex li img {
  display: inline;
}

.disc__detail__flex__s {
  margin: 0;
  max-width: none;
}

.disc__text .link__btn a {
  width: 100%;
  margin: 20px auto 0;
  text-align: center;
  padding: 10px 0;
}

.disc__text .link__btn.inline_b_btn {
  display: block;
  margin-right: 0;
}

/* video---------------- */

.video__area {
  width: 100%;
  margin: 20px auto 0;
  padding: 4%;
}


/* podcast---------------- */

.podcast__area {
  width: 100%;
  margin: 20px auto 0;
  padding: 4%;
}

.podcast__flex {
  display: block;
}

.podcast__text a {
  font-size: 14px;
  line-height: 1.5em;
  color: #000;
  letter-spacing: 0.1em;
}

.sp_center_area {
  text-align: center;
  margin-top: 10px;
}

.sp_center_area img {
  display: inline;
}

/* footer------------------- */
footer {
  text-align: center;
  padding: 60px 0;
}

.footer__flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer__flex li {
  width: 20%;
  text-align: center;
}

.footer__flex li img {
  object-fit: cover;
  display: inline;
}

/* 記事ページ------------------------------ */

.article__area {
  width: 100%;
  padding: 4%;
  margin: 60px auto 0;
}

.article__text {
  margin-top: 30px;
}

.article__area p {
  font-size: 14px;
}

.caution__area p {
  font-size: 13px;
}