/* 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>div{
  padding: 0 2rem;
}
.profileArea p{
  font-size: .9em;
}
.profileArea p.imgWrap{
  margin: .75rem 2rem 0 .5rem;
  float: right;
  width: 40%;
  height: auto;
}
.profileArea .snsLink,
.officialLink{
  justify-content: center;  
}
.profileArea p.credit{
  font-size: .7em;
}
.prArea:not(.forPc) .music h1{
  font-size: 2em;
  margin: 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 3em 0;
}
.prArea .liveInfo{
  background: url("../../../../img/page/LP/present/p2023_imase/bg_cube.jpg") left top / 100% no-repeat,
    #faf476;
}

.contentArea.present .btnBox{
  margin: 1rem;
}

.doubleWrap{
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.liveInfo>div:first-of-type{
  transform: rotate(.5deg);
}
.liveInfo>div:last-of-type{
  transform: rotate(-.5deg);
}