/* 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;
}
.profileArea h2{
  background: linear-gradient( to right, #EDD98A 20% , #1851A3 100%);
}
  .profileArea p:not(.imgWrap){
  font-size: 1em;
  line-height: 1.7;
  margin: 1em 2em;
}
.profileArea p.imgWrap{
  width: 27%;
  margin: 0 1em;
}

/*.profileArea>div{
  grid-template-columns: 20% 1fr;
  padding: 1rem;
}
.profileArea>div>div:first-of-type{
  grid-row: 1 / 2;
  grid-column: 2 / 3;
}
.profileArea .imgWrap{
  grid-row: 1 / 3;
  grid-column: 1 / 2;  
}
.profileArea>div>div:last-of-type{
  grid-row: 2 / 3;
  grid-column: 2 / 3;  
}*/


.prArea aside h1 span.sub{
  color: #bc9f0d;
  text-align: center;
  font-size: .7em;
  margin-bottom: .5em;
}
.prArea aside h1 span.main{
  font-size: 1em;
  letter-spacing: 0;
}
.prArea.forPc{
  display: block;
  margin: .75rem 0;
}
/*.prArea.forPc .movie{
  font-size: 1.2em;
  padding: 1rem 2rem;
}
.prArea.forPc .movie .copy{
  font-size: 1.3em;
}
.prArea.forPc .movie iframe{
  display: block;
  margin: 1rem auto;
}*/

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{
  justify-content: center;
}
.snsLink li{
  margin: 0 .5rem 1rem;
}
.snsLink img{
  width: 50px;
  height: 50px;
}
.synopsis{
  margin-bottom: 3rem;
}
.contentArea.present .btnBox{
  margin: 1rem;
}

.prArea.forPc aside.movie h1{
  margin: .5rem ;
}
.prArea figure{
  margin: .5rem;
}
.commentArea .prArea .copy{
  font-size: 2em;
}
.prArea.forPc .copy{
  font-size: 1.5em;
}
.prArea.forPc .copy span{
  font-size: .8em;
}
.commentArea .prArea p.cast{
  font-size: 1.3em;
}
.prArea.forPc .cast{
  margin: 1rem 0;
}/*
.prArea .cast span:first-of-type{
  font-size: 1em;
}
.prArea .cast span:last-of-type{
  font-size: .7em;
}
.prArea .info{
  font-size: .7em;
}*/
.commentArea .prArea .info{
  margin: 1rem 3rem;
}
.prArea aside.movie p{
  margin: 1rem;
  word-break: break-all;
}
.prArea:not(.forPc) aside.movie .btnBox a{
  margin: 1rem 1rem 2rem 1rem;
}
#entryArea{
  margin-top: 3rem;
}