@charset "utf-8";
@import url("present.css");
@import url('../../../module/lity.min.css');
@import url('https://fonts.googleapis.com/css?family=Muli');


.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;
}

.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;
}


.profileArea{
/*  background: linear-gradient( to right, rgba(184,196,140,.3) 0% , #fff 100%);*/
/*  margin: .75rem;*/
}
.profileArea h2{
  background: linear-gradient( to right, #EDD98A 40% , #1851A3 100%);
  color: #1851A3;
  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;
  padding: .75em .75em 0 .75em;
}
.profileArea p{
  font-size: .8em;
  line-height: 1.5;
  margin: 1em 0;
}
.profileArea p.imgWrap{
  float: left;
  width: 40%;
}
/*.profileArea>div>div:first-of-type{
  grid-row: 1 / 2;
  grid-column: 1 / 3;
}
.profileArea .imgWrap{
  grid-row: 2 / 3;
  grid-column: 1 / 2;  
}
.profileArea>div>div:last-of-type{
  grid-row: 2 / 3;
  grid-column: 2 / 3;  
}*/
.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: #1851A3;
  font-weight: bold;
}
p.question:before{
  content: "―";
}
.prArea{
  clear: both;
  margin: 3rem.5rem .5rem;
}
.prArea aside.movie{
  border: 1px solid #bc9f0d;
  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: 0 0 1rem;
}
.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: #bc9f0d;
  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: #bc9f0d;
  border-radius: 2rem;
  color: #fff;
  font-size: 1.3em;
  font-weight: bold;
  text-align: center;
  padding: .5rem;
}