@import url("../../module/lity.min.css");
/* ポップアップメニュー */
  .popup_wrap input {
  display: none;
  }
  .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;
    gap:16px;
  }

  .popup_wrap ul li a{
    display: block;
    background-color: #fff;
    padding:8px 12px;
    text-align: center;
    border-radius: 50px;
    font-size:1.2rem;
  }

  .topicPathWrap h2{
    font-size: 2rem;
    color: #39A7FF;
    font-weight: 700;
    text-align: center;
    position: relative;
    display: inline-block;
    margin-bottom: 11px;
  } 
  .topicPathWrap p{
    line-height: 1.8;
    font-size: 14px;
  }
  .topicPathWrap h2::before{
    content: "";
    display: inline-block;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background-color: #F4C82D;
  }
  .topicPathWrap h2::after{
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 110%;
    left: 50%;
    transform: translateX(-50%);
    width: 28px;
    height: 28px;
    background: url("/new/_app/_webroot/img/page/shinrotv/listh2.webp") no-repeat;
    background-size: contain;
  }
  .midasiH2{
    width: fit-content;
    margin: 0 auto;
    margin-top: 5rem;
  }
  /* .midasiH2.first{
    margin-top: 0;  
  } */
  .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{
    display: flex;
    flex-wrap: wrap;
    gap:8px;
    position: relative;
    z-index: 10;
  }

  .category ul li a{
    display: block;
    background-color: #fff;
    padding:8px 12px;
    text-align: center;
    border-radius: 50px;
    font-size:1.2rem;
  }

/* 横スクロール */
  .Arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 45px;
    height: 65px;
    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%;
    overflow: hidden;
    margin-top: 10px;
  }
  
  .Box-Container{
    display: flex;
    width: fit-content;
    transition: transform 0.3s ease;
    transform: translateX(0);
    overflow-x: scroll;
  will-change: transform;
  }
  ul.TvmovieBox{
    display: flex;
    column-count: 2;
  }
  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: #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;
  }

  p.listtitle{
    text-align: center;
    padding-top: 10px;
    color: #39A7FF;
    font-weight: 700;    
  }
  
/* -------------------------
  /* for pc only
  --------------------------*/
@media screen and (min-width: 769px) {
  .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%;
  }

  .popup_wrap ul{
    display: flex;
    flex-wrap: wrap;
    gap:16px;
  }

  .popup_wrap ul li a{
    display: block;
    background-color: #fff;
    padding: 10px 16px;
    text-align: center;
    border-radius: 50px;
    font-size:1.4rem;
  }

  .category ul{
    display: flex;
    flex-wrap: wrap;
    gap:16px;
  }

  .category ul li a{
    padding:8px 12px;
    font-size:1.2rem;
    display: block;
    background-color: #fff;
    padding: 10px 16px;
    text-align: center;
    border-radius: 50px;
    font-size:1.4rem;
  }

  .midasiH2{
    margin-top: 40px;
  }
  .topicPathWrap h2::after{
    bottom: 28px;
  }
  ul.TvmovieBox li{
    margin-bottom: 2rem;
    margin: 24px;
    width: 230px;
  }
  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;
  }
  .Arrow{
    width: 45px;
    height: 65px;
  }
  .category ul{
    width: 98%;
  }
  .Container{
    width: 98%;
  }
  li.movieList img{
    height: 118px;
  }
}  