@charset "utf-8";
@import url("present.css");
@import url('../../../module/lity.min.css');
@import url('https://fonts.googleapis.com/css?family=Muli');

p {
    margin: 1rem 0.75rem;
    line-height: 1.8;
}

.forPc{
  display: none;
}
.contentArea img{
  max-width: 100% !important;
  height: auto;
  vertical-align: bottom;
}
figure.photo{
  margin: .75rem;
  text-align: center;
}
figure.right{
  float: right;
}
figure.left{
  float: left;
}
.toggle+div{
  display: none;
}

.titleArea h1{
  margin-bottom: 0;
}
.synopsis{
/*
  background: linear-gradient( to bottom, #D9F0FF 0% , #F8FCFF 100%);
*/
  border: 3px solid rgba(184,196,140,.3);
  margin: .75rem .75rem 1.5rem;
  overflow: hidden;
  bottom: 42px;
  position: relative;
}

.synopsis .title{
  font-size: .8em;
  text-align: center;
  font-weight: 700;
}
.readMore{
  text-align: center;
}
.readMore span{
  background: rgba(184,196,140,.3);
  border-radius: 1rem;
  font-size: .8em;
  padding: .25rem .5rem;  
}
.readMore.active{
  display: none;
}
.synopsis .toggle+div>p:first-of-type{
  margin-top: 0;
}
figure.photo{
  width: 300px;
  margin: 20px auto!important;
}
.prftext{
      margin-right: 10px;
      margin-bottom: 10px;
}
.profileArea{
/*  background: linear-gradient( to right, rgba(184,196,140,.3) 0% , #fff 100%);*/
/*  margin: .75rem;*/
}
.profileArea h2{
  background:#1aaab6;
  color: #fff8f1;
  padding: .25rem .5rem;
  font-size: 1.5em;
  font-family: 'Muli', sans-serif;
  font-weight: 500;
  margin: 0;
}
.profileArea>div{
 /* display: grid;*/
  background: #F6F1E7;
  overflow: hidden;
  height: 100%;
  display: flex;
}
.profileArea p{
  font-size: .85em;
  line-height: 1.5;
  margin: 1em 5px;
}
.profileArea p span{
  font-weight: bold;
}

.prflist .imgWrap{
  height: fit-content;
  width: 1400px;
  position: relative;
  top: 49px;
}
.prflist .imgWrap img{
  width: 500px;
}

.group{
  background-color: #fff;
  padding: 1px;
  margin-right: 10px;
  border-radius: 1.5rem;
}

.group span{
  background-color: #7a7a7a;
  color: #fff;
  padding: 1.5px;
  padding-left: 4px;
}

.officialLink,
.snsLink{
  margin: 1rem;
  list-style-type: none;
  padding-left: 0;
  text-align: center;
}
.officialLink li+li{
  margin-top: .5rem;
}
.officialLink a{
  background: #fff;
  border: 2px solid #1A84D3;
  border-radius: 2rem;
  color: #1A84D3;
  display: inline-block;
  font-weight: bold;
  font-size: .9em;
  padding: .25rem 1rem;
}
.snsLink{
  display: flex;
  justify-content: space-evenly;  
}
.snsLink img{
  width: 40px;
  height: 40px;
}

img.insta{
  background: #000;
}

p.question{
  color: #3474cb;
  border-left: 5px solid #fff499;
  font-weight: bold;
  padding-left: .5rem;
}
.prArea{
  clear: both;
  margin: 3rem.5rem .5rem;
}
.prArea aside.movie{
  border: 1px solid #1aaab6;
  background: #fff;
  overflow: hidden;
}
.prArea aside.movie+.movie{
  margin-top: 1rem;
}
.prArea aside.book{
  background: #9b69cc;
  color: #fff;
  overflow: hidden;
}
.prArea aside.movie p{
  margin: 1rem .75rem;
}
.prArea aside.movie figure{
  margin: 1rem;
}
.prArea aside.book figure{
  text-align: center;
}
.prArea aside.movie h1{
  text-align: center;
  margin: 3rem;
}
.prArea aside.movie img{
  max-width: 100%;
}
.prArea aside.book img{
  width: 50%;
}
.prArea aside h1{
  margin: 1rem .75rem 0 ;
  line-height: 1.3;
}
.prArea aside h1 span{
  display: block;
}
.prArea aside h1 span.sub{
  line-height: 1.3;
  text-align: left;
}
.prArea aside h1 span.main{
  color: #281e1c;
  font-size: 1.3em;
  text-align: center;
  font-weight: bold;
}
.prArea aside p{
  margin: .25rem .75rem;
  line-height: 1.5;
}
.prArea .copy{
  color: #1aaab6;
  font-weight: bold;
  font-size: 1.8em;
  text-align: center;
}
.prArea .copy span{
  font-size: .8em;
}
.prArea .cast{
  text-align: center;
  font-weight: bold;
}
.prArea .cast span:first-of-type{
  font-size: 1.3em;
}
.prArea .cast span:last-of-type{
  font-size: .95em;
}
.prArea .info{
}
.movieItem span:first-of-type:after{
  border: 20px solid transparent;
  border-left: 25px solid #fff;
  top: calc(50% - 10px);
  left: calc(50% - 18px);
  filter: drop-shadow( 0 0 3px rgba(0,0,0,.4));
}

a.buyInternet{
  display: block;
  background: #1aaab6;
  border-radius: 2rem;
  color: #fff;
  font-size: 1.3em;
  font-weight: bold;
  text-align: center;
  padding: .5rem;
}

/* -------------------------
  /* for pc only
  --------------------------*/
  @media screen and (min-width: 768px) {

    @CHARSET "UTF-8";
  
  /* CSS Document */

.contentArea.present{
  font: 500 1rem "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
  margin-top: 2rem ;
}
p {
  font-size: 15.2px;
}

.forSp{
  display: none;
}

.contentWrap{
  display: flex;
  justify-content: space-between;
}
.commentArea{
  width: 680px;
}
.contentWrap>.prArea{
  width: 260px;
}
figure.photo{
  margin: .75rem;
}
.prflist .imgWrap {
  height: fit-content;
  width: 751px;
  position: relative;
  top: 1px;
}
.profileArea{
  margin: .75rem 0;

}
.profileArea h2{
  background: #1aaab6;
}
  .profileArea p:not(.imgWrap){
  font-size: 15.2px;
  line-height: 1.7;

}
.profileArea p.imgWrap{
  margin: 0 1em;
  top: 4px;
  right: -20px;
  height: 289px;
}
.profileArea p.imgWrap img{
  width: 190px;
}
.profileArea>div{
  height: 332px;
}
figure.photo{
  width: 400px;
}
.group{
  padding: 5px;
}
.group p{
  margin: 0.5em;
}
/*.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: #1aaab6;
  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{
  margin: 0 auto;
  width: 960px;
}
.contentArea.present .btnBox{
  margin: 1rem;
}
.prArea.forPc aside.movie h1{
  margin: .5rem ;
}
.prArea figure{
  margin: .5rem;
}
.commentArea .prArea .copy{
  font-size: 1.7em;
}
.prArea.forPc .copy{
  font-size: 1.38em;
}
.prArea.forPc .copy span{
  font-size: .8em;
}
.commentArea .prArea p.cast{
  font-size: 1.2em;
}
.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: 3rem 0;
}

  }