@charset "UTF-8";
/* 共通のスタイル */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');
body{
  width: 100%;
  height: 100%;
  font-family: 'Noto Sans JP', sans-serif;
}
*{
  margin: 0;
  padding: 0;
}
p{
  word-break:break-all;
  overflow-wrap:break-word;
}
.link-telasaNavi{
  width: 360px;
  border:1px solid #ccc;
  margin:0 auto 30px auto;
  vertical-align: bottom;
  line-height: 1;
  font-size: 0;
}
.link-telasaNavi a{
  transition: all 0.4s ease;
  opacity: 1;
}
.link-telasaNavi a:hover{
  opacity: 0.5;
}
@media screen and (max-width:768px){
  .link-telasaNavi{
  width: 90%;
  
}
}
@media print {
  #tvasahiLp {
    display: none;
  }
}
#tvasahiLp{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333;
  position: relative;
  background: url(../img/lp/bg.png) repeat;
  background-size: 520px;
}
@font-face {
  font-family: 'Jinmei Noto Sans Japanese';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/Jinmei-NotoSansJP-Regular.woff2') format('woff2'),
  url('../fonts/Jinmei-NotoSansJP-Regular.woff') format('woff'),
  url('../fonts/Jinmei-NotoSansJP-Regular.otf') format('opentype');
}

#tvasahiLp .protect-box {
  user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  -webkit-user-select:none;
  -khtml-user-select:none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -webkit-touch-callout: none;
  min-height: 0%;
}

#tvasahiLp img.protect {pointer-events: none;}
#tvasahiLp img.protect.active { opacity: 1;}
#tvasahiLp *{box-sizing: border-box;}
#tvasahiLp img{width: 100%;}
#tvasahiLp .pc-only{display: block;}
#tvasahiLp .sp-only{display: none;}
.tvasahiLp-header,.tvasahiLp-title,.tvasahiLp-copy,.tvasahiLp-footer{
  min-width: 960px;
}

@media screen and (max-width:768px){
  #tvasahiLp .pc-only{display: none;}
  #tvasahiLp .sp-only{display: block;}
  .tvasahiLp-header,.tvasahiLp-title,.tvasahiLp-copy,.tvasahiLp-footer{
    min-width: auto;
  }
}
/* --------------------------
　　ヘッダー、フッター
----------------------------- */
.tvasahiLp-header{
  height: 100%;
  background: #FFF;
  padding: 0 2rem;
  line-height: 1;
}
.tvasahiLp-header__img{
  padding: 20px 0 ;
  text-align: center;
  width: 640px;
  margin: 0 auto;
}
.tvasahiLp-title{
  background: #eb5505;
  padding: 25px 0;
  width: 100%;
  text-align: center;
}
.tvasahiLp-title h2{
  color: #FFF;
  line-height: 1;
  font-size: 2.625em;
  font-family: 'Noto Sans JP';
}
.tvasahiLp-copy,.tvasahiLp-footer{
  background: #333;
  line-height: 1;
  font-size: 0.75em;
  color: #FFF;
  text-align: center;
  padding: 40px 0;
}
.tvasahiLp-copy{
  border-bottom: 1px solid #666666;
}
.tvasahiLp-footer-link{
  padding-bottom: 180px;
}
.tvasahiLp-link{
  background-color: rgba(0, 0, 0,.5);
  box-shadow:10px 10px 10px 10px rgba(0,0,0,0.2);
  padding: 30px 0;
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 99;
}
.tvasahiLp-link__btn{
  width: 600px;
  margin: 0 auto 0 auto;
}
.tvasahiLp-link__btn a{
  display: block;
  background: #eb5505 url(../img/lp/arrow.png) no-repeat 95% center;
  background-size: 40px;
  color: #FFF; 
  text-align: center;
  font-size: 1.875em;
  text-decoration: none;
  line-height: 80px;
  height: 80px;
  border-radius: 6px;
  transition: all 0.4s ease;
  opacity: 1;
  font-weight: bold;
}
.tvasahiLp-link__btn a:hover{
  opacity: 0.5;
}
@media screen and (max-width:768px){
  .tvasahiLp-header{
    width: 100%;
    padding: 15px;
  }
  .tvasahiLp-header__img{
    padding: 0 0 ;
    text-align: center;
    width: 100%;
    margin: 0 auto;
  }
  .tvasahiLp-title{
    padding: 20px 10px;

  }
  .tvasahiLp-title h2{
    font-size: 1.813em;
    line-height: 1.1;
  }
  .tvasahiLp-copy,.tvasahiLp-footer{
    font-size: 0.625em;
    padding: 20px 0;
  }
  .tvasahiLp-footer-link{
    padding-bottom: 120px;
  }
  .tvasahiLp-link{
    padding: 20px 0;
  }
  .tvasahiLp-link__btn{
    width: 90%;
    margin: 0 auto;
  }
  .tvasahiLp-link__btn a{
    background-size: 20px;
    font-size: 1.25em;
    height: 60px;
    line-height: 60px;
  }
}

/* ----------------------------------------
tvasahiLp-archivelistL  配信リスト
tvasahiLp-archivelist  過去シリーズ
------------------------------------------- */
.tvasahiLp-archivelist{
  padding: 0 0 60px 0;
}
.tvasahiLp-archivelist h2{
  font-size: 1.875em;
  font-family: 'Noto Sans JP';
  text-align: center;
}
.tvasahiLp-archivelist h2 span{
  color: #eb5505;
}
.tvasahiLp-archivelist__item{
  width: 960px;
  margin: 20px auto 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.tvasahiLp-archivelist__item li{
  width: 230px;
  border-radius: 6px;
  border:3px solid #CCC;
  background: #FFF;
  list-style: none;
  margin:5px;
}
.tvasahiLp-archivelist__item li figure{
  width: 100%;
}
.tvasahiLp-archivelist__item li figure img{
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  vertical-align: bottom;
}
.tvasahiLp-archivelist__item li a{
  text-decoration:none;
}
.tvasahiLp-archivelist__item li a img{
  transition: all 0.4s ease;
  opacity: 1;
}
.tvasahiLp-archivelist__item li a:hover img{
  opacity: 0.6;
}
.tvasahiLp-archivelist__item li p{
  line-height: 1.2;
  font-size: 0.875em; 
  padding: 8px;
  color: #333;
}
.tvasahiLp-archivelist__item li p span{
  font-size: 0.625em;
  display: inline-block;
  padding-top: 5px;
  color: #666;
}
.tvasahiLp-archivelist h3{
  margin-top: 40px;
  font-size: 1.688em;
  font-family: 'Noto Sans JP';
  text-align: center;
  color: #eb5505;
}

.tvasahiLp-archivelist__itemL{
  width: 960px;
  margin: 10px auto 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.tvasahiLp-archivelist__itemL li{
  width: 470px;
  border-radius: 6px;
  border:3px solid #CCC;
  background: #FFF;
  list-style: none;
  margin:5px;
  display: flex;
  flex-direction: column;

}
.tvasahiLp-archivelist__itemL li figure{
  width: 100%;
}
.tvasahiLp-archivelist__itemL li figure img{
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  vertical-align: bottom;
}
.tvasahiLp-archivelist__itemL li{
  text-decoration:none;
  padding-bottom: 4px;
}

.tvasahiLp-archivelist__itemL li p{
  line-height: 1.2;
  font-size: 1.2em; 
  padding: 12px 8px 8px 8px;
  color: #333;
}
.tvasahiLp-archivelist__itemL li p span{
  font-size: 0.563em;
  display: inline-block;
  padding-top: 0;
  color: #666;
}
.tvasahiLp-archivelist__itemL li ul.list-anime{
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 10px;
  margin: auto 6px 0;
}
.tvasahiLp-archivelist__itemL ul.list-anime li{
  width: 48%;
  margin: 0 1%;
  border:none;
}
.tvasahiLp-archivelist__itemL ul.list-anime li a{
  display: block;
  text-align: center;
  border-radius: 4px;
  background: #333 url(../img/lp/arrow.png) no-repeat 95% center;
  background-size: 16px;
  transition: all 0.4s ease;
  opacity: 1;
  color: #FFF;
  text-decoration: none;
  line-height: 1;
  padding: 14px 0;
}
.tvasahiLp-archivelist__itemL ul.list-anime li a:hover{
  opacity: 0.6;
}
@media screen and (max-width:768px){
  .tvasahiLp-archivelist{
    padding: 20px 0 30px 0;
  }
  .tvasahiLp-archivelist h2{
    font-size: 1.25em;
    padding-bottom: 0;
  }
  .tvasahiLp-archivelist h3{
    width: 100%;
    font-size: 1.5em;
  }
  .tvasahiLp-archivelist h3:first-child{
    margin: 0 auto 0 auto;
  }
  .tvasahiLp-archivelist__item{
    width: 94%;

    display: flex;
    flex-wrap: wrap;
  }
  .tvasahiLp-archivelist__item li{
    width: 48%;
    border-radius: 6px;
    border:3px solid #CCC;
    background: #FFF;
    list-style: none;
    margin:5px 1%;
  }
  .tvasahiLp-archivelist__item li p{
    line-height: 1.2;
  }
  .tvasahiLp-archivelist__itemL{
    width: 94%;
    margin: 20px auto 0 auto;
    display: block;
  }
  .tvasahiLp-archivelist__itemL li{
    width: 100%;
    border-radius: 6px;
    border:3px solid #CCC;
    background: #FFF;
    list-style: none;
    margin:10px 0 0 0;
  }
  .tvasahiLp-archivelist__itemL li figure{
    width: 100%;
  }
  .tvasahiLp-archivelist__itemL li p{
    line-height: 1.2;

  }
  .tvasahiLp-archivelist__itemL ul.list-anime li a{
    display: block;
    text-align: center;
    border-radius: 4px;
    background: #333 url(../img/lp/arrow.png) no-repeat 95% center;
    background-size: 16px;
    transition: all 0.4s ease;
    opacity: 1;
    color: #FFF;
    text-decoration: none;
    line-height: 1;
    padding: 14px 0;
  }
}
.anime-attention{
  font-size: 1.313em;
  text-align: center;
  margin-top: 25px;
}
.anime-attention span{
  color: #eb5505;
}
.tvasahiLp-archivelist__itemL li p.anime-time{
  padding-right: 90px;
  background: url(../anime/img/icon_time.png) no-repeat 96% 10px; background-size: 80px;
  padding: 12px 100px 8px 8px;
}
.anime-nav ul{
  width: 959px;
  margin: 20px auto 0 auto;
  display: flex;
  flex-wrap: wrap;
  border-right:1px solid #ccc;
}
.anime-nav li{
  width: 14.28571428%;
  list-style: none;
}
.anime-nav li a{
  display: block;
  font-size: 1.188em;
  color: #eb5505;
  line-height: 1;
  text-decoration: none;
  padding: 16px 0;
  font-weight: bold;
  background: #FFF;
  border-left:1px solid #ccc;
  border-top:1px solid #ccc;
  border-bottom:1px solid #ccc;
  text-align: center;
}
.anime-nav li a:hover{
  background: #eb5505;
  color: #FFF;
}
.anime-telasa {
  border-top: 4px solid #eb5505;
  border-bottom: 4px solid #eb5505;
  padding: 16px 0;
  margin: 16px auto;
  max-width: 960px;
  width: 96%;
  font-size: 1.25em;
}
.anime-telasa p.ttl {
  color: #eb5505;
  margin:0 auto 6px;
  font-weight: 900;
  text-align: center;
  width: 90%;
}
.anime-telasa p.txt {
  max-width:720px;
  width: 90%;
  margin: 0 auto;
  position: relative;
}
.anime-telasa p.txt::before {
  content: "−";
  position: absolute;
  left: -20px;
}
.anime-telasa span {
  font-weight: 900;
}
.anime-list {
  font-size: 2rem;
  color: #eb5505;
  text-align: center;
  font-weight: 900;
}
@media screen and (max-width:768px){
  .anime-attention{
    font-size: 1em;
    line-height: 1.5;
  }
  .anime-attention{
    text-align: left;
    margin-top: 20px;
    padding: 0 5%;
  }
  .anime-time{
    padding-right: 70px;
    background: url(../anime/img/icon_time.png) no-repeat 97% 10px; background-size: 60px;
  }
  .anime-nav ul{
    width: 100%;
    margin: 10px auto 0 auto;
    display: flex;
    flex-wrap: wrap;
    border-right: none;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
  }
  .anime-nav li{
    width: 50%;
    list-style: none;
  }
  .anime-nav li:first-child a,.anime-nav li:nth-child(3) a,.anime-nav li:nth-child(5) a,.anime-nav li:last-child a{
    border-right: 1px solid #CCC;
  }
  .anime-nav li:last-child a{
    border-bottom: none;
  }
  .anime-nav li a{
    display: block;
    font-size: 1em;
    color: #eb5505;
    line-height: 1;
    padding: 12px 0;
    font-weight: bold;
    text-decoration: none;
    background: #FFF;
    border-right:none;
    border-left:none;
    border-top:none;
    text-align: center;
  }
  .anime-telasa {
    border-top: 4px solid #eb5505;
    border-bottom: 4px solid #eb5505;
    padding: 16px 0;
    margin: 16px auto;
    width: 94%;
    font-size: 1em;
  }
  .anime-list {
    font-size: 1.4rem;
    color: #eb5505;
    text-align: center;
    font-weight: 900;
  }
}

/* --------------------------
　　フッター固定バナー
----------------------------- */
#tvasahiLp.anime .hide-other .tvasahiLp-link__bnr {
  text-align: center;
  margin: 0 auto;
  width: 450px;
}
#tvasahiLp.anime .hide-other .tvasahiLp-link__bnr a {
  display: inline-block;
}
#tvasahiLp.anime .hide-other .tvasahiLp-link__bnr img {
  vertical-align: bottom;
  max-width: 450px;
}
@media screen and (max-width:480px) {
  #tvasahiLp.anime .hide-other .tvasahiLp-link__bnr {
    width: 90%;
  }
  #tvasahiLp.anime .hide-other .tvasahiLp-link__bnr img {
    max-width: 100%;
  }
}

/* --------------------------
　　storyアコーディオン
----------------------------- */
.story-wrap {
  position: relative;
  margin-bottom: 25px;
}
.story-wrap + .story-wrap {
  margin-top: 40px;
}
.story-trigger {
  z-index: 2;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: auto;
  padding: 15px 0;
  color: #333;
  font-size: 13px;
  text-align: center;
  cursor: pointer;
  transition: .2s ease;
  -webkit-transition: .2s ease;
}
.story-trigger::after {
  content: "\f107";
  font-family: FontAwesome;
  display: block;
  width: 30px;
  height: 30px;
  font-size: 42px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
.story-item {
  position: relative;
  overflow: hidden;
  font-size: 14px;
  margin-bottom: 15px;
}
.story-item.is-hide {
  height: 108px;
}
.story-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 40px;
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, #fff 100%);
  background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, #fff 100%);
  background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, #fff 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, #fff 100%);
}
.story-trigger.is-show {
  bottom: -10px;
}
.story-trigger.is-show::after {
  content: "\f106";
  font-family: FontAwesome;
  display: block;
  width: 30px;
  height: 30px;
  font-size: 42px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
.story-trigger.is-show + .story-item::before {
  display: none;
}

/* text調整 */
.story-sttl,.story-sttl02 {
  font-size: 15px;
  letter-spacing: .02em;
  padding-bottom: 5px;
  position: relative;
  padding-left: 28px;
  line-height: 1;
  /* font-weight: normal; */
  margin-top: 10px;
}
.story-sttl:before,.story-sttl02:before {
  position: absolute;
  content: "";
  display: block;
  width: 14px;
  height: 2px;
  top: 42%;
  left: 8px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  background: #eb5505;
}
.tvasahiLp-archivelist__itemL li p.story-detail,.tvasahiLp-archivelist__itemL li p.story-detail02 {
  padding: 5px 8px 8px 8px;
  font-size: 15px;
  letter-spacing: .02em;
}
.tvasahiLp-archivelist__itemL ul.list-anime li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding: 14px 0 15px;
  font-size: 16px;
}
@media screen and (max-width:768px) {
  .tvasahiLp-archivelist__itemL ul.list-anime li a {
    font-size: 15px;
  }
}

/* あらすじ アコーディオンなし */
.story-item02 {
  position: relative;
  font-size: 14px;
  margin-bottom: 15px;
}

/* --------------------------
　　おすすめ作品
----------------------------- */
.tvasahiLp-recommend_sec {
  margin: 60px 0;
}
.anime-recommend_cnt {
  border-top: 4px solid #eb5505;
  width: 960px;
  margin: 0 auto;
  padding-top: 20px;
}
.anime-recommend_cnt h2 {
  margin-bottom: 20px;
}
.anime-recommend_wrap {
  background: #ededed;
  border-radius: 10px;
  display: flex;
  padding: 30px 20px;
  margin-bottom: 30px;
}
.anime-recommend_thumb {
  width: 430px;
  margin-right: 20px;
}
.anime-recommend_txt {
  width: 470px;
  text-align: left;
}
h3.anime-recommend_ttl {
  text-align: left;
  line-height: 1.2;
  margin-top: 10px;
  font-size: 20px;
  color: #333;
}
h3.anime-recommend_ttl span {
  font-size: 10px;
  font-weight: normal;
  display: inline-block;
  padding-top: 0;
  color: #666;
}
.anime-recommend_cnt .story-sttl02:before {
  left: 0;
}
.anime-recommend_cnt .story-sttl02 {
  padding-left: 22px;
  margin-top: 18px;
}
.anime-recommend_btn {
  width: 250px;
  margin-top: 20px;
}
.anime-recommend_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 6px;
  background: #333 url(../img/lp/arrow.png) no-repeat 95% center;
  background-size: 18px;
  transition: all 0.4s ease;
  opacity: 1;
  color: #FFF;
  text-decoration: none;
  line-height: 1;
  padding: 14px 0 15px;
  height: 50px;
  font-size: 18px;
}
.anime-recommend_btn a:hover {
  opacity: 0.6;
}

@media screen and (max-width:768px) {
  .anime-recommend_cnt {
    width: 94%;
  }
  .anime-recommend_wrap {
    display: block;
  }
  .anime-recommend_thumb {
    width: 100%;
    margin-bottom: 20px;
  }
  .anime-recommend_txt {
    width: 100%;
  }
  .anime-recommend_btn {
    width: 100%;
  }
}

/* bnr */
.anime-bnr-wrap {
  display: flex;
  justify-content: space-evenly;
}
.anime-bnr-wrap .anime-bnr-navi {
  margin: 1rem 0 0;
}
.anime-bnr-wrap .anime-bnr-tw {
  border: none;
  margin: 1rem 0 0;
}
@media screen and (max-width:768px) {
  .anime-bnr-wrap {
    display: block;
  }
  .anime-bnr-wrap .anime-bnr-navi,
  .anime-bnr-wrap .anime-bnr-tw {
    margin: 1rem auto 0;
  }

}

/* special banner */
#tvasahiLp .banner-special {
  padding: 0 0 15px;
  text-align: center;
}
#tvasahiLp .banner-special a {
  display: inline-block;
  transition: all 0.4s ease;
  opacity: 1;
}
#tvasahiLp .banner-special a:hover {
  opacity: 0.7;
}
#tvasahiLp .banner-special a.banner-special-link img.banner-special-img {
  width: 960px;
  margin: 0 auto;
  vertical-align: bottom;
  /* border-radius: 5px; */
}

@media screen and (max-width:768px) {
  #tvasahiLp .banner-special {
    padding: 0 0 4%;
  }
  #tvasahiLp .banner-special a.banner-special-link img.banner-special-img {
    width: 92%;
  }
}


/* coming soon */
#tvasahiLp .anime-comingsoon {
  background: #e5e5e5;
  padding: 14px 0 15px;
  border-radius: 4px;
  text-align: center;
  font-size: 16px;
  height: 50px;
}

@media screen and (max-width:768px) {
  #tvasahiLp .anime-comingsoon {
    font-size: 15px;
  }
}