@charset "UTF-8";
/* common
--------------------------------------*/
.mb0 {
  margin-bottom: 0 !important;
}

@media screen and (min-width: 768px) {
  .mt20 {
    margin-top: 20px !important;
  }

  .mt30 {
    margin-top: 30px !important;
  }

  .mt40 {
    margin-top: 40px !important;
  }
}
@media screen and (max-width: 767px) {
  .mt20 {
    margin-top: 1rem !important;
  }

  .mt30 {
    margin-top: 1.5rem !important;
  }

  .mt40 {
    margin-top: 2rem !important;
  }

  .sp_mt0 {
    margin-top: 0 !important;
  }
}
h2 {
  padding: 0 1.5rem;
}

.btn_box {
  margin-top: 1rem;
  padding: 0 1.5rem;
}

@media screen and (min-width: 660px) {
  h2 {
    padding: 0 2.5rem;
  }

  .btn_box {
    padding: 0 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  h2 {
    padding: 0 3rem;
  }

  .btn_box {
    padding: 0 2em;
  }
}
/* TOP
*****************************/
.top_news {
  margin-top: -8.3rem;
}
.top_news .btn_box {
  margin: 2rem 0;
}

.top_news_detail {
  position: relative;
  margin-top: 1rem;
  min-height: 6.4rem;
}
.top_news_detail:nth-of-type(2n+1) {
  background: url("../img/top/bg_top_news_01.png") left top no-repeat;
  background-size: auto 6.4rem;
}
.top_news_detail:nth-of-type(2n) {
  background: url("../img/top/bg_top_news_02.png") right top no-repeat;
  background-size: auto 6.4rem;
}
.top_news_detail + .top_news_detail {
  margin-top: 2.5rem;
}
.top_news_detail + .top_news_detail::before {
  content: "";
  display: block;
  position: absolute;
  top: -1rem;
  left: 1.5rem;
  width: calc(100% - 3rem);
  height: .9rem;
  max-height: 1.8rem;
  background: url("../img/bg_border.png") center center no-repeat;
  background-size: cover;
}
.top_news_detail dl {
  padding: 1.5rem 1.5rem 0;
}
.top_news_detail dl dt span {
  display: block;
  font-weight: bold;
  color: #ff546c;
}
.top_news_detail dl dt span.title {
  margin-top: .5rem;
}
.top_news_detail dl dd {
  margin-top: 1rem;
}

@media screen and (min-width: 660px) {
  .top_news {
    margin-top: -13.8rem;
  }
  .top_news .btn_box {
    margin: 3.3rem 0;
  }

  .top_news_detail {
    margin-top: 1.6rem;
    min-height: 10.6rem;
  }
  .top_news_detail:nth-of-type(2n+1) {
    background-size: auto 10.6rem;
  }
  .top_news_detail:nth-of-type(2n) {
    background: url("../img/top/bg_top_news_02.png") right top no-repeat;
    background-size: auto 10.6rem;
  }
  .top_news_detail + .top_news_detail {
    margin-top: 4rem;
  }
  .top_news_detail + .top_news_detail::before {
    top: -1.6rem;
    left: 2.5rem;
    width: calc(100% - 5rem);
    height: 1.5rem;
  }
  .top_news_detail dl {
    padding: 2.5rem 2.5rem 0;
  }
  .top_news_detail dl dt span.title {
    margin-top: .8rem;
  }
  .top_news_detail dl dd {
    margin-top: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  .top_news {
    margin-top: -16.6rem;
  }
  .top_news .btn_box {
    margin: 3.5rem 0 4rem;
  }

  .top_news_detail {
    margin-top: 2rem;
    min-height: 12.8rem;
  }
  .top_news_detail:nth-of-type(2n+1) {
    background-size: auto 12.8rem;
  }
  .top_news_detail:nth-of-type(2n) {
    background: url("../img/top/bg_top_news_02.png") right top no-repeat;
    background-size: auto 12.8rem;
  }
  .top_news_detail + .top_news_detail {
    margin-top: 5rem;
  }
  .top_news_detail + .top_news_detail::before {
    top: -2rem;
    left: 3rem;
    width: calc(100% - 6rem);
    height: 1.8rem;
  }
  .top_news_detail dl {
    padding: 3rem 3rem 0;
  }
  .top_news_detail dl dt span.title {
    margin-top: 1rem;
  }
  .top_news_detail dl dd {
    margin-top: 2rem;
  }
}
.photo_list {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  　-ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: .5rem 0 2.5rem;
  padding: 1rem 1.5rem 2.8rem;
  background: url("../img/top/bg_photo_list.png") 0 0 no-repeat;
  background-size: 100% auto;
}
.photo_list .photo_box {
  margin-top: 1.5rem;
}
.photo_list .photo_box img {
  border-radius: 1rem;
}
.photo_list > .photo_box {
  width: 100%;
}
.photo_list .top_photo_block_l {
  width: 52.2%;
}
.photo_list .top_photo_block_r {
  width: 47.8%;
  padding-left: 1.5rem;
}

@media screen and (min-width: 660px) {
  .photo_list {
    margin: .8rem 0 4rem;
    padding: 1.6rem 2.5rem 4rem;
  }
  .photo_list .photo_box {
    margin-top: 2.5rem;
  }
  .photo_list .photo_box img {
    border-radius: 1.6rem;
  }
  .photo_list .top_photo_block_r {
    padding-left: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .photo_list {
    margin: 1rem 0 5rem;
    padding: 2rem 3rem 5rem;
  }
  .photo_list .photo_box {
    margin-top: 3rem;
  }
  .photo_list .photo_box img {
    border-radius: 2rem;
  }
  .photo_list .top_photo_block_r {
    padding-left: 3rem;
  }
}
/* Profile
*****************************/
.profile figure {
  margin-top: 1.5rem;
}
.profile .btn_box {
  margin-top: 2.5rem;
}

.profile_detail {
  position: relative;
  margin-top: 2.5rem;
  padding: 0 1.5rem;
  background: url("../img/top/bg_top_news_01.png") left top no-repeat;
  background-size: auto 6.4rem;
}
.profile_detail::before {
  content: "";
  display: block;
  position: absolute;
  top: -1rem;
  left: 1.5rem;
  width: calc(100% - 3rem);
  height: .9rem;
  max-height: 1.8rem;
  background: url("../img/bg_border.png") center center no-repeat;
  background-size: cover;
}
.profile_detail .profile_detail_ttl {
  padding-top: 1rem;
  font-size: 1.8rem;
  font-weight: bold;
  color: #ff546c;
}
.profile_detail p {
  line-height: 1.35;
}
.profile_detail .profile_detail_more {
  display: none;
}

.catch {
  margin: 2rem 0 1rem;
}

.youtube {
  position: relative;
  margin: 0 1.5rem;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 660px) {
  .profile figure {
    margin-top: 2.5rem;
  }
  .profile .btn_box {
    margin-top: 4rem;
  }

  .profile_detail {
    position: relative;
    margin-top: 4rem;
    padding: 0 2.5rem;
    background-size: auto 10.6rem;
  }
  .profile_detail::before {
    content: "";
    display: block;
    position: absolute;
    top: -1.6rem;
    left: 2.5rem;
    width: calc(100% - 5rem);
    height: 1.8rem;
    max-height: 3.8rem;
  }
  .profile_detail .profile_detail_ttl {
    padding-top: 1.6rem;
    font-size: 2rem;
  }
  .profile_detail p {
    font-size: 1.5rem;
  }

  .catch {
    margin: 3rem 0 1.6rem;
  }

  .youtube {
    margin: 0 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .profile figure {
    margin-top: 3rem;
  }
  .profile .btn_box {
    margin-top: 5rem;
  }

  .profile_detail {
    position: relative;
    margin-top: 5rem;
    padding: 0 3rem;
    background-size: auto 12.8rem;
  }
  .profile_detail::before {
    content: "";
    display: block;
    position: absolute;
    top: -2rem;
    left: 3rem;
    width: calc(100% - 6rem);
    height: 1.8rem;
    max-height: 3.8rem;
  }
  .profile_detail .profile_detail_ttl {
    padding-top: 2rem;
    font-size: 2.4rem;
  }
  .profile_detail p {
    font-size: 1.8rem;
  }

  .catch {
    margin: 4rem 0 2rem;
  }

  .youtube {
    margin: 0 3rem;
  }
}
.production {
  padding-bottom: 19rem;
}

.production_item {
  position: relative;
  margin-top: 1.5rem;
  padding: 0 1.5rem;
}
.production_item + .production_item {
  margin-top: 3.8rem;
}
.production_item + .production_item::before {
  content: "";
  display: block;
  position: absolute;
  top: -2.4rem;
  left: 1.5rem;
  width: calc(100% - 3rem);
  height: .9rem;
  max-height: 1.8rem;
  background: url("../img/bg_border.png") center center no-repeat;
  background-size: cover;
}
.production_item figure {
  margin-bottom: 1rem;
}
.production_item h3 {
  counter-reset: num;
}
.production_item h3 span {
  display: block;
}
.production_item h3 span.category {
  line-height: 1;
}
.production_item h3 span.title {
  font-size: 2.4rem;
  font-feature-settings: "palt";
  color: #ff546c;
}
.production_item h3 span.release {
  line-height: 1;
  color: #ff859c;
}
.production_item .production_item_detail {
  margin: 1rem 0;
}
.production_item .song_list {
  margin-bottom: 2rem;
}
.production_item .song_list li {
  counter-increment: num;
}
.production_item .song_list li::before {
  content: counter(num) ".";
}
.production_item .btn_box {
  padding: 0;
}

@media screen and (min-width: 660px) {
  .production {
    padding-bottom: 32rem;
  }

  .production_item {
    margin-top: 2.5rem;
    padding: 0 2.5rem;
  }
  .production_item + .production_item {
    margin-top: 6.3rem;
  }
  .production_item + .production_item::before {
    content: "";
    display: block;
    position: absolute;
    top: -4rem;
    left: 2.5rem;
    width: calc(100% - 5rem);
    height: 1.5rem;
    max-height: 3rem;
  }
  .production_item figure {
    margin-bottom: 1.6rem;
  }
  .production_item h3 span.title {
    font-size: 2.5rem;
  }
  .production_item .production_item_detail {
    margin: 1.6rem 0;
  }
  .production_item .song_list {
    margin-bottom: 3rem;
  }
  .production_item .song_list li {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .production {
    padding-bottom: 38rem;
  }

  .production_item {
    margin-top: 3rem;
    padding: 0 3rem;
  }
  .production_item + .production_item {
    margin-top: 7.6rem;
  }
  .production_item + .production_item::before {
    content: "";
    display: block;
    position: absolute;
    top: -4.8rem;
    left: 3rem;
    width: calc(100% - 6rem);
    height: 1.8rem;
    max-height: 3.6rem;
  }
  .production_item figure {
    margin-bottom: 2rem;
  }
  .production_item h3 span.title {
    font-size: 3rem;
  }
  .production_item .production_item_detail {
    margin: 2rem 0;
  }
  .production_item .song_list {
    margin-bottom: 4rem;
  }
  .production_item .song_list li {
    font-size: 1.8rem;
  }
}
