/* CSS Document */
@CHARSET "UTF-8";
@import url("present_pc.css");

.forSp{
  display: none;
}

.contentWrap{
  display: flex;
  justify-content: space-between;
}
.commentArea{
  width: 680px;
}
.contentWrap>.prArea{
  width: 260px;
}
figure.photo{
  margin: .75rem;
}

.profileArea{
  margin: .75rem 0;
  overflow: hidden;
}
.profileArea+.profileArea{
  margin-top: .5rem;
}
.profileArea p{
  font-size: .9em;
}
.profileArea p.imgWrap{
  margin: 0 0 0 .5rem;
  float: right;
}
.profileArea .snsLink,
.officialLink{
  justify-content: center;  
}
.profileArea p.credit{
  font-size: .7em;
}
.prArea:not(.forPc) .music h1{
  font-size: 2em;
  margin-top: 0;
}

.prArea aside.music .title{
  display: flex;
}

.prArea.forPc{
  display: block;
  margin: .75rem 0;
}
.prArea.forPc aside h1{
  margin: 0;
  }
.prArea.forPc aside.music .title{
  flex-direction: column-reverse;
}

h2.present{
  margin: .75rem 0;
  font-size: 1.7em;
  line-height: 1.5;
}

ul.officialLink a{
  font-size: 1em;
}
ul.officialLink.forPc{
  display: flex;
  margin: 0 1rem 2rem;
  }
ul.officialLink li+li{
  margin: 0 0 0 .5rem;
}


.snsLink li{
  margin: 0 1rem;
}
.snsLink img{
  width: 50px;
  height: 50px;
}
.synopsis{
  margin-bottom: 3rem;
}

.prArea .liveInfo,
.prArea:not(.forPc) .music{
  padding: 1em 2em;
}
.prArea .liveInfo{
  background: url("../../../../img/page/LP/present/p2023_yonige/bg_live.png") center center / 170% no-repeat,
    #f0ecf0;
}

.contentArea.present .btnBox{
  margin: 1rem;
}