@CHARSET "UTF-8";
@import url('../column.css');

.top .sidebar,
.answer.toggle+div,
.quizBox p.toggle + div{
  display: none;
}
.innerWrap{
  display: flex;
  flex-direction: column;
}

.manners h1.contentTitle{
  background: #99dbff;
  border: none;
  color: #3353aa;
  padding: 0;
  margin: .75rem 5px;
  text-align: center;
}
.manners h1.contentTitle:not(.first){
  border-color: #99dbff;
  border-style: solid;
  border-width: 0 3px 3px 3px;

}
.manners h1.contentTitle img{
  max-width: 100%;
}
.manners h1.contentTitle .sub{
  background: linear-gradient(to right, #fff , #99dbff 2px ) ;
  background-size:  5px;
  text-align: left;
  padding: .25rem;
}
.manners h1.contentTitle .sub img{
  max-width: 40%;
  height: auto;
}
.manners h1.contentTitle .main{
  display: block;
  font-size: 1.4em;
  padding: .75rem;
}

.sidebar h1.mokuji+ul li{
  border-top: none;
}
.sidebar nav.index {
  border: 1px solid #3353aa;
}
.sidebar nav.index h1{
  background: #3353aa;
  color: #fff;
  font-size: 1.2em;
  margin: 0;
}
.sidebar nav.index h2{
  background: rgba(51,83,170,.2);
  margin: 0;
  padding: .75rem;
  font-size: 1em;
/*  border-top: 1px solid #3353aa;*/
}
.sidebar nav.index ul li{
  border: none;
}
.sidebar nav.index ul li+li{
  border-top: 1px dashed #3353aa;
}
.sidebar nav.index ul a{
  padding-left: 1.25rem;
}
.sidebar nav.index ul a:before,
.sidebar nav.index ul a:after{
  content: "";
  border: 6px solid transparent;
  position: absolute;
  top: calc(50% - 6px);
}
.sidebar nav.index ul a:before{
  border-left: 5px solid #333;
  left: .5rem;
}
.sidebar nav.index ul a:after{
  border-left: 5px solid #fff;
  left: calc( .5rem - 1px );
}

.manners h2{
  border: none;
  color: #3353aa;
  font-size: 1.4em;
  line-height: 1.3;
  margin: 2rem .5rem ;
  text-align: center;
  position: relative;
}
.manners h2 span{
  background: #fff;
  position: relative;
  padding: 0 .5rem 0 2em;
  }
.manners h2 span:before,
.manners h2 span:after{
  content: "";
  border: .7em solid transparent;
  border-radius: 1em;
  position: absolute;
  left: .5em;
  top: 0;
}
.manners h2 span:before{
  border-left: .7em solid rgba(153,219,255, 1);
  border-top: .7em solid rgba(153,219,255, 1);
}
.manners h2 span:after{
  border-bottom: .7em solid rgba(221,74,140, .5);
  border-left: .7em solid rgba(221,74,140, .5);
}
.manners .contentWrap h2:before{
  content: "";
  border-bottom: 1px dashed #3353aa;
  width: calc( 100% - 1rem);
  top: 50%;
  left: calc( 50% - 48% );
  position: absolute;
}
.manners h3{
  border-left: 5px solid #dd4a8c;
  color: #3353aa;
  font-size: 1.1em;
  line-height: 1.4;
  margin: 1rem .75rem;
  padding-left: 5px;
}
.manners h4{
  background: rgba(153,219,255, 1);
  border-radius: 1em;
  color: #3353aa;
  display: inline-block;
  font-size: 1em;
  line-height: 1;
  margin: 1rem .75rem 0;
  padding: .25rem .5rem;
}
ul.basic{
  margin: 1rem;
  padding-left: 1em;
  list-style-type: circle;
}
dl.basic{
  margin: 1em;
  padding: 0;
}
dl.basic dt{
  font-weight: bold;
}
dl.basic dd{
  margin-left: .5rem;
}
.introduction{
  border-radius: .2rem 1rem;
}
.introduction>h2{
  margin: 2rem 0 1rem 0;
}
.introduction ul{
  font-size: .9em;
  margin: .75rem .5rem;
  list-style-type: none;
  padding: 0;
}

.contentWrap .introduction h2:before{
  content: none;
}

.introduction a{
  border-top: 1px dotted #3353aa;
  display: block;
  padding: .5rem .5rem .5rem  1.5rem;
  position: relative;
}
.introduction li:last-of-type a{
  border-bottom: 1px dotted #3353aa;
}
.introduction ul a:before,
.introduction ul a:after{
  border: 8px solid transparent;
  content: "";
  position: absolute;
  top: calc(50% - 8px);
}
.introduction ul a:before{
  border-left: 8px solid #3353aa;
  left: .5rem;
}
.introduction ul a:after{
  border-left: 8px solid #fff;
  left: calc( .5rem - 2px);
}
.introduction li a span{
  color: #3353aa;
  font-size: 1.3em;
}

.questionBox{
  border: 2px solid #99dbff;
  border-radius: .5rem;
  margin: 2rem .5rem .75rem;
  padding: .75rem 0;
  position: relative;
}
.questionBox:before,
div.collectAnswer:before{
  background: #fff;
  border: 2px solid #99dbff;
  border-radius: 1em;
  content: "問題";
  color: #99dbff;
  font-weight: bold;
  line-height: 1;
  padding: .25rem 1rem .2rem;
  position: absolute;
  top: -.75em;
  left: 1em;  
}
div.collectAnswer:before{
  content: "正答";
}
.answerBox{
  border: 2px solid #99dbff;
  border-radius: .5rem;
  margin: .75rem .5rem;
}
p.answer.toggle{
  background: #99dbff;
  color: #3353aa;
  font-weight: bold;
  margin: 0;
  padding: .5rem;
  }
p.answer.toggle{
  text-align: center;
  }
p.answer.toggle span{
  position: relative;
}
p.answer.toggle span:before{
  content: "";
  border: 7px solid transparent;
  border-top: 7px solid #3353aa;
  position: absolute;
  left: -20px;
  top: calc(50% - 2px);
}
p.answer.toggle.active span:before{
  border-top-color: transparent;
  border-bottom: 7px solid #3353aa;
  top: calc(50% - 10px);
}
div.collectAnswer{
  position: relative;
}
.collection b{
  font-weight: 400;
  color: #f33;
}

table.words{
  table-layout: fixed;
}
table.words th,
table.words td{
  padding: .5rem .25rem;
  font-size: .9em;
}

.manners .pageIndex{
  border: 1px dotted #ccc;
  margin: .75rem;
}
.manners .pageIndex .mokuji{
  background: #efefef;
  margin :0;
  text-align: center;
}
.manners .pageIndex ul{
  margin: 0;
  padding: 0;
}
.manners .pageIndex li{
  border-top: 1px dotted #ccc;
  list-style-type: none;
}
.manners .pageIndex a{
  display: block;
  font-size: .9em;
  padding: .5em .75em;
}

figure.cut{
  margin: 1.5rem 0;
}
figure.cut img{
  max-width: 250px;
  height: auto;
}
figure.cut.double{
  display: flex;
  justify-content: space-around;
}
figure.cut.double div{
  max-width: 48%;
}
figure.cut.double div img{
  max-width: 100%;
}

.manners .relatedLink{
  border: 3px solid rgba(221,74,140, .5);
  border-radius: .5rem;
  margin: .75rem .5rem ;
  padding-top: .5rem;
  position: relative;
}
.manners .relatedLink:before{
  background: rgba(221,74,140, 1);
  border-radius: 1rem;
  font-size: .8em;
  line-height: 1;
  padding: 3px .5rem;
  content: "関連リンク";
  color: #fff;
  position: absolute;
  top: -.5rem;
  left: .5rem;
}
.manners .relatedLink ul{
  list-style-type: none;
  margin: .5rem;
  padding-left: 0;
}
.manners .relatedLink li+li{
  border-top: 1px solid rgba(221,74,140, .5);
}
.manners .relatedLink a{
  display: block;
  padding: .25rem 0 .25rem .75rem;
  position: relative;
}
.manners .relatedLink a:before{
  content: "";
  border: 5px solid transparent;
  border-left: 5px solid rgba(221,74,140, 1);
  position: absolute;
  left: 0;
  top: calc(50% - 5px);
  
}

/* 無料プレゼント */
.checkbotan p{
  background-color:#DD3350;
  padding: 1rem;
  color: #fff;
  font-size: 19px;
  width: 200px;
  margin: 0 auto;
  text-align: center;
  border-radius: 10px;
  font-weight: 700;
  box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.2);
  padding-bottom: .8rem;
  padding-top: 6px;
}
.backcolor{
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #FCF1D8;
  margin-top: 2rem;
}
.siroback{
  background-color: #fff;
  padding: 1rem;
  margin-left: 15px;
  margin-right: 15px;
  border-radius: 10px;
  position: relative;
  margin-top: 2rem;
}
.siroback::before{
  content: "";
  position: absolute;
  top: -1%;
  left: 45%;
  background: url("../../../../img/page/newcolumn/scholarship/books_icon.png") left top no-repeat;
  background-size: auto 100%;
  transform: translate(0,-50%);
  width: 3em;
  height: 2em;
}
.present{
  text-align: center;
  font-size: 19px;
  font-weight: 700;
  color: #EB6363;
  margin-bottom: .5rem;
  margin-top: 2rem;
  margin-bottom: 1.3rem;
}
.present span{
  padding: 0 3px;
  background: linear-gradient(to top, #F7CD65 0px, #F7CD65 7px, rgba(255, 244, 153, 0) 7px);
}
.free{
  border-left:none;
  position: relative;
  text-align: center;
  color: #EB6363;
  font-size: 19px;
}
.free::before{
  content: ""!important;
  position: absolute!important;
  top: 42% !important;
  left: 4em!important;
  background: url("../../../../img/page/newcolumn/scholarship/free_h2.png") left top no-repeat!important;
  background-size: auto!important;
  background-size: auto!important;
  background-size: auto 100%!important;
  transform: translate(0,-50%);
  width: 1.5em!important;
  height: 1.5em!important;
}
.free::after{
  content: "";
  position: absolute;
  top: 1%;
  right: 4.2em !important;
  background: url("../../../../img/page/newcolumn/scholarship/free_h2.png") left top no-repeat;
  background-size: auto 100%;
  transform: translate(0,-50%);
  width: 1.5em;
  height: 1.5em;
  transform: scale(-1, 1);
}

.checkbotan{
  width: 300px;
  display: block;
  margin: 0 auto;
}
.books{
  width: 100px;
  
}
.center{
  width: 100px;
  margin: 0 auto;
}
.bookcheck{
  text-align: center;
  font-weight: 700;
}
.wakaru{
  margin-top: 0px;
  margin-bottom: 0px;
  position: relative;
  padding-left: 31px;
}
.wakaru::before{
  content: "";
  position: absolute;
  top: 40%;
  left: 0.1em;
  background: url("../../../../img/page/newcolumn/scholarship/free_check.png") left top no-repeat;
  background-size: auto;
  background-size: auto;
  background-size: auto 100%;
  transform: translate(0,-50%);
  width: 1.4em;
  height: 1em;
}

/* 無料プレゼント */
.checkbotan p{
  background-color:#DD3350;
  padding: 1rem;
  color: #fff;
  font-size: 19px;
  width: 200px;
  margin: 0 auto;
  text-align: center;
  border-radius: 10px;
  font-weight: 700;
  box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.2);
  padding-bottom: .8rem;
  padding-top: 6px;
}
.backcolor{
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #FCF1D8;
  margin-top: 2rem;
}
.siroback{
  background-color: #fff;
  padding: 1rem;
  margin-left: 15px;
  margin-right: 15px;
  border-radius: 10px;
  position: relative;
  margin-top: 2rem;
}
.siroback::before{
  content: "";
  position: absolute;
  top: -1%;
  left: 45%;
  background: url("../../../../img/page/newcolumn/scholarship/books_icon.png") left top no-repeat;
  background-size: auto 100%;
  transform: translate(0,-50%);
  width: 3em;
  height: 2em;
}
.present{
  text-align: center;
  font-size: 19px;
  font-weight: 700;
  color: #EB6363;
  margin-bottom: .5rem;
  margin-top: 2rem;
  margin-bottom: 1.3rem;
}
.present span{
  padding: 0 3px;
  background: linear-gradient(to top, #F7CD65 0px, #F7CD65 7px, rgba(255, 244, 153, 0) 7px);
}
.free{
  border-left:none!important;
  position: relative!important;
  text-align: center!important;
  color: #EB6363!important;
  font-size: 19px!important;
}
.free::before{
  content: ""!important;
  position: absolute!important;
  top: 42% !important;
  left: 4em!important;
  background: url("../../../../img/page/newcolumn/scholarship/free_h2.png") left top no-repeat!important;
  background-size: auto!important;
  background-size: auto!important;
  background-size: auto 100%!important;
  transform: translate(0,-50%);
  width: 1.5em!important;
  height: 1.5em!important;
  border-bottom: none !important;
}
.free::after{
  content: "";
  position: absolute;
  top: 1%;
  right: 4.2em !important;
  background: url("../../../../img/page/newcolumn/scholarship/free_h2.png") left top no-repeat;
  background-size: auto 100%;
  transform: translate(0,-50%);
  width: 1.5em;
  height: 1.5em;
  transform: scale(-1, 1);
}

.checkbotan{
  width: 300px;
  display: block;
  margin: 0 auto;
}
.books{
  width: 100px;
  
}
.center{
  width: 100px;
  margin: 0 auto;
}
.bookcheck{
  text-align: center;
  font-weight: 700;
}
.wakaru{
  margin-top: 0px;
  margin-bottom: 0px;
  position: relative;
  padding-left: 31px;
}
.wakaru::before{
  content: "";
  position: absolute;
  top: 40%;
  left: 0.1em;
  background: url("../../../../img/page/newcolumn/scholarship/free_check.png") left top no-repeat;
  background-size: auto;
  background-size: auto;
  background-size: auto 100%;
  transform: translate(0,-50%);
  width: 1.4em;
  height: 1em;
}


/* 動画 */

.category{
  position: relative;
  background: #87C4FF;
  padding: 20px;
  padding-bottom: 49px;
  margin: 10px 15px;
  border-radius: 1.5rem;
  bottom: 20px;
  position: relative;
}
.category::after{
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0px;
  left: 81%;
  transform: translateX(-50%);
  width: 130px;
  height: 107px;
  background: url("/new/_app/_webroot/img/page/shinrotv/women.png") no-repeat;
  background-size: contain;
  z-index: 1;
}
p.categorymidasi{
  color: #fff;
  font-size: 23px;
  font-weight: bold;
  line-height: 0.7;
  margin-bottom: 20px;
}
p.categorymidasi span{
  font-size: 14px;
}
.category ul li{
  background-color: #fff;
  padding: 10px;
  width: 99px;
  text-align: center;
  border-radius: 50px;
  margin: 5px;
  padding: 7px;
  z-index: 10;
}
.category ul li.long{
  width: 145px;
}
.category ul li.short{
  width: 70px;
}
.category ul li.morelong{
  width: 160px;
}
.category ul{
  display: flex;
  flex-wrap: wrap;
}


/* 横スクロール */
.Arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-color:#fff;
  color: #27acd9;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 50px;
  font-weight: 700;
  filter: drop-shadow(0 2px 0 rgba(0, 0, 0, 0.05)) drop-shadow(0 2px 5px rgba(0, 0, 0, 0.2));
}
.Arrow.left {
  left: 0;
  margin-left: 5px;
}
.Arrow.right {
  right: 0;
  margin-right: 5px;
}
.Hide {
  display: none;
}

.Container{
  position: relative;
  width: 100%;
  margin-top: 10px;
}

.Box-Container{
  display: flex;
  width: fit-content;
  transition: transform 0.3s ease;
  transform: translateX(0);
  overflow-x: scroll;
}
ul.TvmovieBox{
}
ul.TvmovieBox li{
  flex-shrink: 0;
  width: 155px;
  margin: 5px 8px;
  margin-bottom: 2rem;
  padding-top: 7px;
}
li.movieItem span{
  line-height: 20px;
  padding-top: 10px;
}
li.movieItem span.movieImg{
  line-height: 20px;
  position: relative;
}
li.movieItem span.movieImg::before{
  content: "";
  display: block;
  bottom:50%;
  left: 50%;
  right: 50%;
  top: 28%;
  transform: translateX(-50%);
  width: 37px;
  height: 42px;
  background: url("/new/_app/_webroot/img/page/shinrotv/movie.webp") no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 100;
}
li.movieItem span.padding{
  margin-bottom: 20px;
}
li.movieItem span img{
  border-radius: 0.5rem;
  position: relative;
  width: 100%;
  height: 87px;
  object-fit: cover;
}

.movieItem span:first-of-type::after{
  content: none;
}
.lity-container{
  margin-top: 50%;
}
.lity-close{
  margin-top: 40%;
}
p.aboutBtn{
  padding: 0 3px;
  color: #39A7FF;
  width: 77px;
  margin: 0 auto;
  position: relative;
}
p.aboutBtn::before{
  content: '';
  top: 50%;
  right: -8px;
  width: 0.5em;
  height: 0.5em;
  border-bottom: solid 1px #333;
  border-right: solid 1px #333;
  transform: translate(0, -50%) rotate(-45deg);
}
li.movieList span {
  border-radius: 0.5rem;
  position: relative;
}
li.movieList span::before{
  content: "";
  display: block;
  left: 3%;
  right: 0%;
  bottom: 71px;
  width: 94%;
  height: 91%;
  background-image: url("/new/_app/_webroot/img/page/shinrotv/playlist.png");
  background-size: contain;
  position: absolute;
  transform: translate(0%, -100%);
  background-repeat: no-repeat;
}
li.movieList img{
  border-radius: 0.5rem;
  width: 100%;
  height: 87px;
  object-fit: cover;
}
.shinrotv{
  background-color: #E0F4FF;
  padding-top: 30px;
  position: relative;
  
}
.shinrotv .film{
  z-index: 1;
  position: absolute;
}
.shinrotv .film.bottom{
  bottom: 60px;
  position: relative;
  z-index: 1;
}
.shinrotv .center{
  margin: 0 auto;
}
.shinrotv .center.rogo{
  width: 130px;
  z-index: 10;
  position: relative;
}
.shinrotv .center.pic{
  width: 187px;
}
.shinrotv h3{
  font-size: 2rem;
  width: 225px;
  margin: 10px auto;
}
.shinrotv h3 span{
  color: #39A7FF;
  font-size: 30px;
}
.shinrotv .text{
  width: 80%;
  margin: 10px auto;
}
.tvBtn p a{
  background-color: #F4C82D;
  padding: 5px 20px;
  border-radius: 77px;
  border: 4px solid #fff;
  width: 300px;
  display: block;
  text-align: center;
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.2);
}
.tvBtn{
  width: 300px;
  margin: 20px auto;
  z-index: 5;
  position: relative;
}
/* 
#1c4893
#33a5d7

*/

@import url("../../module/lity.min.css");
/* ポップアップメニュー */
.popup_wrap input {
display: none;
}

.popup_wrap{

}

.popup_wrap p.popP{
  color: #fff;
  font-size: 25px;
  font-weight: bold;
}
.popup_wrap .popPtwo{
  color: #fff;
  font-size: 14px;
  bottom: 10px;
  position: relative;
}
.popup_overlay {
display: flex;
justify-content: center;
overflow: auto;
position: fixed;
top: 0;
left: 0;
z-index: 999;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.3);
opacity: 0;
transition: opacity 0.5s, transform 0s 0.5s;
transform: scale(0);
}

.popup_trigger {
position: absolute;
width: 100%;
height: 100%;
}

.popup_content {
position: relative;
align-self: center;
width: 90%;
max-width: 800px;
padding: 20px 25px;
box-sizing: border-box;
background: #87C4FF;
line-height: 1.4em;
transition: 0.5s;
text-align: justify;
border-radius: 1.5rem;
}

.close_btn {
position: absolute;
top: 10px;
right: 10px;
font-size: 14px;
cursor: pointer;
padding:8px;
background: #f29c9f;
color: #fff;
border-radius:15px;
line-height:14px;
font-weight:bold;
}

.popup_wrap input:checked ~ .popup_overlay {
opacity: 1;
transform: scale(1);
transition: opacity 0.5s;
}

.popup_wrap input:checked ~ .popup_overlay .popup_content{
transform: translateY(50px);
}

.open_btn {
position: relative;
display: flex;
justify-content: center;
bottom: 60px;
align-items: center;
display: block;
text-align: center;
vertical-align: middle;
text-decoration: none;
position: relative;
margin: auto;
padding: 1rem 4rem;
font-weight: bold;
border-radius: 10px;
color: #27acd9;
border: 3px solid #27acd9;
box-shadow: 5px 5px #27acd9;
transition: 0.3s ease-in-out;
z-index: 2000;
background-color: #fff;
position: fixed;
right: 58px;
}

.open_btn:hover{
  box-shadow: none;
  transform: translate(5px, 5px);
  color: #27acd9;
}

.popup_wrap ul{
display: flex;
flex-wrap: wrap;
}

.popup_wrap ul li{
background-color: #fff;
padding: 10px;
width: 99px;
text-align: center;
border-radius: 50px;
margin: 5px;
}
.popup_wrap ul li.long{
width: 140px;
}
.popup_wrap ul li.morelong{
  width: 160px;
  }
.popup_wrap ul li.short{
width: 77px;
}


/* 横スクロール */
.Arrow {
  width: 40px;
  height: 160px;
  background-color: #5B7EC4;
  color: #fff;
  cursor: pointer;
  border-radius: 50px;
  font-weight: 700;
  filter: drop-shadow(0 2px 0 rgba(0, 0, 0, 0.05)) drop-shadow(0 2px 5px rgba(0, 0, 0, 0.2));
}
.Arrow.left {
  left: 0;
  margin-left: 5px;
}
.Arrow.right {
  right: 0;
  margin-right: 5px;
}
.Hide {
  display: none;
}

.Container{
  position: relative;
  width: 100%;
  margin-top: 10px;
}

.Box-Container{
  display: flex;
  width: fit-content;
  transition: transform 0.3s ease;
  transform: translateX(0);
  overflow-x: scroll;
}
ul.TvmovieBox{
}
ul.TvmovieBox li{
  flex-shrink: 0;
  width: 85%;
  margin: 10px auto;
  padding-top: 20px;
  list-style-type: none;
  background-color: #fff;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15);
  padding: 10px;
  border-radius: 10px;
}
ul.TvmovieBox a{
border: none;
padding: 0;

}
ul.TvmovieBox:last-of-type a{
  border: none;
  display: flex;
}
ul.TvmovieBox li a::before{
border: none;
}
ul.TvmovieBox li a::after{
  border: none;
  }
li.movieItem span{
  line-height: 20px;
  padding-top: 10px;
}
li.movieItem span.movieImg{
  line-height: 20px;
  position: relative;
}
li.movieItem span.movieImg::before{
  content: "";
  display: block;
  bottom:50%;
  left: 50%;
  right: 50%;
  top: 28%;
  transform: translateX(-50%);
  width: 37px;
  height: 42px;
  background: url("/new/_app/_webroot/img/page/shinrotv/movie.webp") no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 100;
}
li.movieItem span.padding{
  margin-bottom: 20px;
}
li.movieItem span img{
  border-radius: 0.5rem;
  position: relative;
  width: 155px;
  height: 108px;
  object-fit: cover;
  max-width: none;
}

.movieItem span:first-of-type::after{
  content: none;
}
.lity-container{
  margin-top: 0%;
}
.lity-close{
  margin-top: 40%;
}
p.aboutBtn{
  padding: 0 3px;
  color: #39A7FF;
  width: 77px;
  margin: 0 auto;
  position: relative;
}
p.aboutBtn::before{
  content: '';
  top: 50%;
  right: -8px;
  width: 0.5em;
  height: 0.5em;
  border-bottom: solid 1px #333;
  border-right: solid 1px #333;
  transform: translate(0, -50%) rotate(-45deg);
}
li.movieList span {
  border-radius: 0.5rem;
  position: relative;
}
li.movieList span::before{
  content: "";
  display: block;
  left: 3%;
  right: 0%;
  bottom: 71px;
  width: 94%;
  height: 91%;
  background-image: url("/new/_app/_webroot/img/page/shinrotv/playlist.png");
  background-size: contain;
  position: absolute;
  transform: translate(0%, -100%);
  background-repeat: no-repeat;
}
li.movieList img{
  border-radius: 0.5rem;
  width: 100%;
  height: 87px;
  object-fit: cover;
}
.shinrotv{
  background-color: #E0F4FF;
  padding-top: 30px;
  position: relative;
  
}
.shinrotv .film{
  z-index: 1;
  position: absolute;
}
.shinrotv .film.bottom{
  bottom: 60px;
  position: relative;
  z-index: 1;
}
.shinrotv .center{
  margin: 0 auto;
}
.shinrotv .center.rogo{
  width: 130px;
  z-index: 10;
  position: relative;
}
.shinrotv .center.pic{
  width: 187px;
}
.shinrotv h3{
  font-size: 2rem;
  width: 225px;
  margin: 10px auto;
}
.shinrotv h3 span{
  color: #39A7FF;
  font-size: 30px;
}
.shinrotv .text{
  width: 80%;
  margin: 10px auto;
}
.tvBtn p a{
  background-color: #ea5a5a;
  padding: 10px 20px;
  border-radius: 77px;
  border: 4px solid #fff;
  width: 300px;
  display: block;
  text-align: center;
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.2);
  display: block;
  
}

.tvBtn{
  width: 300px;
  margin: 20px auto;
  z-index: 5;
  position: relative;
}
.tvBtn::after{
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #fff;
  border-right: 0;
  right: 9px;
  top: 40px;
}
p.listtitle{
  text-align: center;
  padding-top: 10px;
  color: #39A7FF;
  font-weight: 700;
  
}

.tvBtn.kuraberu p a{
  background-color: #F4C82D;
}

/* ポップアップメニュー */
.popup_wrap input {
  display: none;
  }

  .popup_wrap{

  }
  
  .popup_wrap p.popP{
    color: #fff;
    font-size: 25px;
    font-weight: bold;
  }
  .popup_wrap .popPtwo{
    color: #fff;
    font-size: 14px;
    bottom: 10px;
    position: relative;
  }
  .popup_overlay {
  display: flex;
  justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: opacity 0.5s, transform 0s 0.5s;
  transform: scale(0);
  }

  .popup_trigger {
  position: absolute;
  width: 100%;
  height: 100%;
  }

  .popup_content {
  position: relative;
  align-self: center;
  width: 90%;
  max-width: 800px;
  padding: 20px 25px;
  box-sizing: border-box;
  background: #87C4FF;
  line-height: 1.4em;
  transition: 0.5s;
  text-align: justify;
  border-radius: 1.5rem;
  }

  .close_btn {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 14px;
  cursor: pointer;
  padding:8px;
  background: #f29c9f;
  color: #fff;
  border-radius:15px;
  line-height:14px;
  font-weight:bold;
  }

  .popup_wrap input:checked ~ .popup_overlay {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s;
  }

  .popup_wrap input:checked ~ .popup_overlay .popup_content{
  transform: translateY(50px);
  }

  .open_btn {
  position: relative;
  display: flex;
  justify-content: center;
  bottom: 60px;
  align-items: center;
  display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	position: relative;
	margin: auto;
	padding: 1rem 4rem;
	font-weight: bold;
	border-radius: 10px;
	color: #27acd9;
	border: 3px solid #27acd9;
	box-shadow: 5px 5px #27acd9;
	transition: 0.3s ease-in-out;
  z-index: 2000;
  background-color: #fff;
  position: fixed;
  right: 58px;
}

  .open_btn:hover{
    box-shadow: none;
    transform: translate(5px, 5px);
    color: #27acd9;
  }

  .popup_wrap ul{
  display: flex;
  flex-wrap: wrap;
  }

  .popup_wrap ul li{
  background-color: #fff;
  padding: 10px;
  width: 99px;
  text-align: center;
  border-radius: 50px;
  margin: 5px;
  }
  .popup_wrap ul li.long{
  width: 140px;
  }
  .popup_wrap ul li.morelong{
    width: 160px;
    }
  .popup_wrap ul li.short{
  width: 77px;
  }
  
/* -------------------------
  /* for pc only
  --------------------------*/

  @media screen and (min-width: 769px) {
  .contentWrap p{
    margin: 1rem;
  }
  .manners h1.contentTitle{
    margin: 0 0 1rem 0 ;
  }
  .top .sidebar,
  .top .sidebar, .mokuji.toggle + div{
    display: block;
  }
  .innerWrap {
    flex-direction: row;
    justify-content: space-between;
  }
  .contentWrap {
    width: 750px;
    padding: 0 2rem;
    box-sizing: border-box;
  }
  nav.index {
    width: 280px;
  }
  nav.index .mokuji.toggle span:before{
    content: none;
  }
  .manners h1.contentTitle div.main{
    font-size: 2.5rem;
    line-height: 1;
    padding: 1.25rem 1rem 1rem;
  }
  .manners h2{
    text-align: left;
  }
  .manners h2 span{
    font-size: 1.2em;
    padding-left: 1.5em;
  }
  .manners h2 span:before,
  .manners h2 span:after{
    left: .15em;
  }
  
  .introduction{
    padding: 1rem 1.5rem;
  }
  
  /* プレゼント */
  .free{
    margin-top: 0rem;
  }
  .free::before{
    left: 11em !important;
  }
  .free::after{
    right: 13em;
    top: -11%;
  }
  .siroback{
    width: 400px;
    margin: 0 auto;
  }
  .checkbotan p{
    width: 300px;
  }
  .backcolor{
    margin-bottom: 3em;
  }
  .backcolor{
    padding-top: 30px;
  }
  .free::after{
    right: 11em !important;
  }
  .siroback::before{
    left: 12.5em;
  }
  .checkbotan p{
    padding-top: 9px;
  }
  h2.free{
    font-size: 19px;
  }
  .text{
    width: 550px;
    margin: 1.5rem auto!important;
  }
  .center {
    width: 145px;
    margin: 0 auto;
  }
  .books {
    width: 139px;
  }
  .checkbotan {
    width: 380px}


    .manners h1.contentTitle {
      margin: 0 0 1rem 0;
      width: 100%;
  }
    .contentArea.shinrotv_matome{
      max-width: 1070px;
      margin: 0 auto;
    }
    h1.first{
      width: 1070px;
      margin: 0 auto;
    }
    .category{
      width: 880px;
      margin: 0 auto;
    }
    .category::after{
      width: 110px;
      height: 77px;
      left: 93%;
    }
    .category ul li{
      width: 115px;
    }
    .category ul li.long{
      width: 180px;
    }
    .category ul li.short {
      width: 99px;
    }
    .category ul li.morelong {
      width: 190px;
    }
    .midasiH2{
      margin-top: 40px;
    }
    .topicPathWrap h2::after{
      bottom: 28px;
    }
    li.movieList span::before {
      content: "";
      display: block;
      left: 9%;
      right: 0%;
      width: 85%;
      height: 91%;
      bottom: 101px;
    }
  .Box-Container{
    overflow-x: unset;
  }
    li.movieItem span img{
      height: 119px;
    }
    .open_btn{
      width: 164px;
      height: 49px;
      margin: 10px auto;
      padding: 0px 16px;
      font-weight: bold;
      border-radius: 21px;
      cursor: pointer;
      z-index: 200;
      top: 90%;
      left: 78%;
      padding-top: 12px;
    }
    .lity-container{
      margin-top: 11%;
    }
    .lity-close{
      margin-top: 90px;
      right: 100px;
    }
    .Pcsideset{
      display: flex;
      width: 620px;
      margin: 0 auto;
      margin-top: 17px;
      z-index: 10;
      position: relative;
    }
    .shinrotv .center.rogo{
      width: 122px;
    }
    .shinrotv .center{
      margin: 0;
    }
    .shinrotv h3 {
      width: 259px;
      margin: auto;
      height: 22px;
    }
    .shinrotv .text{
      width: 64%;
    }
    .shinrotv .center.pic {
      width: 140px;
    }
    .popup_wrap ul li.long {
      width: 189px;
    }
    .popup_wrap ul li.short {
      width: 96px;
    }
    .popup_wrap ul li{
      width: 124px;
    }
    .popup_wrap ul li.morelong {
      width: 194px;
    }
    .Arrow{
      width: 50px;
      height: 50px;
    }
    .category ul{
      width: 98%;
    }
    .Container{
      width: 98%;
    }
    li.movieList img{
      height: 118px;
    }
  p.listtitle{
    text-align: center;
    padding-top: 10px;
    color: #39A7FF;
    font-weight: 700;
    
  }
  
    .contentArea.shinrotv_matome{
      max-width: 1070px;
      margin: 0 auto;
    }
    h1.first{
      width: 1070px;
      margin: 0 auto;
    }
    .category{
      width: 880px;
      margin: 0 auto;
    }
    .category::after{
      width: 110px;
      height: 77px;
      left: 93%;
    }
    .category ul li{
      width: 115px;
    }
    .category ul li.long{
      width: 180px;
    }
    .category ul li.short {
      width: 99px;
    }
    .category ul li.morelong {
      width: 190px;
    }
    .midasiH2{
      margin-top: 40px;
    }
    .topicPathWrap h2::after{
      bottom: 28px;
    }
    ul.TvmovieBox li{
      margin-bottom: 2rem;
      margin: 20px;
      width: 100%;
    }
    li.movieList span::before {
      content: "";
      display: block;
      left: 9%;
      right: 0%;
      width: 85%;
      height: 91%;
      bottom: 101px;
    }
  .Box-Container{
    overflow-x: unset;
  }
    li.movieItem span img{
      height: 119px;
    }
    .open_btn{
      width: 164px;
      height: 49px;
      margin: 10px auto;
      padding: 0px 16px;
      font-weight: bold;
      border-radius: 21px;
      cursor: pointer;
      z-index: 200;
      top: 90%;
      left: 78%;
      padding-top: 12px;
    }
    .lity-container{
      margin-top: 0;
    }
    .lity-close{
      margin-top: 90px;
      right: 100px;
    }
    .Pcsideset{
      display: flex;
      width: 620px;
      margin: 0 auto;
      margin-top: 17px;
      z-index: 10;
      position: relative;
    }
    .shinrotv .center.rogo{
      width: 122px;
    }
    .shinrotv .center{
      margin: 0;
    }
    .shinrotv h3 {
      width: 259px;
      margin: auto;
      height: 22px;
    }
    .shinrotv .text{
      width: 64%;
    }
    .shinrotv .center.pic {
      width: 140px;
    }
    .popup_wrap ul li.long {
      width: 189px;
    }
    .popup_wrap ul li.short {
      width: 96px;
    }
    .popup_wrap ul li{
      width: 124px;
    }
    .popup_wrap ul li.morelong {
      width: 194px;
    }
    .Arrow{
      width: 50px;
      height: 150px;
    }
    .category ul{
      width: 98%;
    }
    .Container{
      width: 102%;
    }
    li.movieList img{
      height: 118px;
    }
    li.movieItem span {
      padding-top: 45px;
  }
  }