@charset "utf-8";

/*
  MediaQuery Type = Parts Unit
  0 < size
  @media only screen and (max-width: 600px)
  @media only screen and (min-width: 601px)
  @media only screen and (min-width: 601px) and (max-width: 992px)
  @media only screen and (max-width: 992px)
  @media only screen and (min-width: 993px)
  @media only screen and (min-width: 993px)
*/
/* ! [.sample_]の記述は番組ディレクトリ名等適切に変更 */
.sample_wrapper {
  background: #fff;
  overflow: hidden;
}

@media only screen and (min-width: 993px) {
  .sample_wrapper a {
    transition: opacity .1s ease;
  }

  .sample_wrapper a:hover {
    opacity: 0.6;
  }

  .sample_wrapper [id^="ntv_setAD"] a:hover {
    opacity: 1;
  }
}

/* mainvisual
========================================== */
.sample_mainvisual_inner {
  width: 100%;
  /* max-width: 1000px; 幅最大化対応*/
  margin: 0 auto;
}


/* pc */
.sample_mainvisual_img div {
  background-image: url(../images/top/pc_top.png);
  display: block;
  width: 100%;
  padding-top: 68%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  font-size: 0;
}

/* sumaho */
@media only screen and (max-width: 730px) {
  .sample_mainvisual_img div {
    display: block;
    width: 100%;
    padding-top: 156%;
    background-image: url(../images/top/sumaho_top.png);
    background-repeat: no-repeat;
    background-size: contain;
    overflow: hidden;
    font-size: 0;
  }

}

/* nav
========================================== */
.sample_nav_area {
  width: 100%;
  margin: 20px auto;
}

.sample_nav_inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

/* sample_nav_list
------------------------------ */
.sample_nav_list {
  width: 100%;
  font-size: 0;
  text-align: center;
}

.sample_nav_item {
  display: inline-block;
  width: 12%;
  vertical-align: top;
  position: relative;
}

.sample_nav_item:not(:first-child) {
  margin-left: 0.56%;
}

.sample_nav_item a {
  display: block;
  width: 100%;
  padding-top: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: relative;
  overflow: hidden;
}

/* sample_nav - status */
.sample_nav_item.is-new {}

.sample_nav_item.is-new:before {
  content: '';
  display: block;
  width: 27.5%;
  height: 27.5%;
  background: url(../images/common/nav_icon_new.png) no-repeat center;
  /* NEWマーク　左上固定の場合は left top */
  background-size: contain;
  position: absolute;
  top: -10%;
  right: -3%;
  z-index: 998;
}

.sample_nav_item.is-coming {}

.sample_nav_item.is-coming a {
  opacity: 0.6;
  pointer-events: none;
}

/* sample_nav - contents */
.sample_nav_item.intro a {
  background-image: url(https://placehold.jp/124x124.png);
}

.sample_nav_item.cast a {
  background-image: url(https://placehold.jp/124x124.png);
}

.sample_nav_item.story a {
  background-image: url(https://placehold.jp/124x124.png);
}

.sample_nav_item.hulu a {
  background-image: url(https://placehold.jp/124x124.png);
}

.sample_nav_item.chart a {
  background-image: url(https://placehold.jp/124x124.png);
}

.sample_nav_item.topics a {
  background-image: url(https://placehold.jp/124x124.png);
}

.sample_nav_item.goods a {
  background-image: url(https://placehold.jp/124x124.png);
}

.sample_nav_item.sns a {
  background-image: url(https://placehold.jp/124x124.png);
}

.sample_nav_item a span {
  width: 100%;
  font-size: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
}

@media only screen and (max-width: 600px) {
  .sample_nav_list {
    margin: 3% auto;
    padding: 0 1%;
  }

  .sample_nav_item {
    width: 24.25%;
  }

  .sample_nav_item:not(:first-child) {
    margin-left: 1%;
  }

  .sample_nav_item:nth-child(4n+1) {
    margin-left: 0;
  }

  .sample_nav_item:nth-child(n+5) {
    margin-top: 1%;
  }

  .sample_nav_item a span {
    font-size: 0;
  }
}

/* for printer
========================================== */
@media print {
  .not_print {
    display: none;
  }
}

/* story 共通
========================================== */
.story {
  position: relative;

}
.story:before,
.story:after {
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  position: absolute;
  left: 0;
}
.story:before {
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
  top: 0;
}
.story:after {
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
  bottom: 0;
}

/* add to スマホ
========================================== */
@media only screen and (max-width: 730px) {

  .story {
    background-image: url(../images/top/sumaho_storybgi.png);
    height: 100%;
    max-height: 1000px;
    display: block;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
    color: #000000;
    padding: 100px 0 100px;
  }

  .story_main_text {
    font-size: 120%;
    line-height: 240%;
    text-align: center;
    margin: 0 auto 50px;
    letter-spacing: 3px;
  }

  .link_another_story {
    border: 1px solid #000000;
    text-align: center;
    padding: 1.5% 0;
    width: calc(100% - 30%);
    left: calc((100% - (100% - 70%)) /2);
    font-size: 100%;
    margin: 0px auto;
  }

  .footer {
    padding: 50px 15px;
  }
  .footer a {
    display: block;
    max-width: 670px;
    margin: 0 auto;
  }
  .footer img {
    display: block;
    width: 100%;
  }

  .copy_lights_footer {
    font-size: 12px;
    color: #000000;
    text-align: center;
    margin-top: 60px;
  }

  .share {
    border: 1px solid;
    width: 90%;
    margin: auto;
    padding: 5% 3%;
  }

  .share_button {
    list-style: none;
    display: block;
    float: left;
    width: 31%;
    text-align: center;
    color: #ffffff;
  }

  .float {
    float: left;
  }

  .share_items {
    display: flex;
    justify-content: space-between;
    padding-left: 0px;
  }

  .twitter_bgc {
    background-color: #3b5998;
    padding: 3%;
    width: 24%;
    position: relative;
    top: 14px;
  }

  .facebook_bgc {
    background-color: #55acee;
    padding: 3%;
    width: 24%;
    position: relative;
    top: 14px;
  }

  .line_bgc {
    background-color: #00b900;
    padding: 3%;
    width: 24%;
    position: relative;
    top: 14px;
  }

  a {
    color: #000000;
    text-decoration: none;
    font-size: 14px;
  }

  .share_icon {
    bottom: 16px;
    font-size: 18px;
    position: relative;
    font-weight: bold;
  }

  .share_icon::before {
    content: "\e80d";
  }

  .character_title {
  }

  .character_title_img {
    display: block;
    max-width: 300px;
    margin: 50px auto 0px;
  }

}

/* add to pc
========================================== */
@media only screen and (min-width: 730px) {
  .smartphone {
    display: none;
  }

  .story {
    background-image: url(../images/top/pc_storybgi.png);
    height: 100%;
    display: block;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
    color: #000000;
    padding: 120px 0 100px;
  }
  .story:before {
    display: none;
  }

  .story_main_text {
    font-size: 120%;
    line-height: 240%;
    text-align: center;
    margin: 0 auto 60px;
    letter-spacing: 3px;
  }

  .link_another_story {
    border: 1px solid #000000;
    text-align: center;
    padding: 1.5% 0;
    width: calc(100% - 70%);
    left: calc((100% - (100% - 70%)) /2);
    font-size: 100%;
    margin: 0px auto;
  }

  .footer {
    padding: 120px 15px 60px;
  }
  .footer a {
    display: block;
    max-width: 670px;
    margin: 0 auto;
  }

  .footer img {
    display: block;
    width: 100%;
  }

  .copy_lights_footer {
    font-size: 16px;
    color: #000000;
    text-align: center;
    margin-top: 55px;

  }

  .share {
    border: 1px solid;
    width: 65%;
    margin: auto;
    padding: 10px;
  }

  .share_button {
    list-style: none;
    display: block;
    float: left;
    width: 31%;
    text-align: center;
    color: #ffffff;
  }

  .float {
    float: left;
  }

  .share_items {
    display: flex;
    justify-content: space-between;
    padding-left: 0px;
  }

  .twitter_bgc {
    background-color: #3b5998;
    padding: 1%;
  }

  .facebook_bgc {
    background-color: #55acee;
    padding: 1%;
  }

  .line_bgc {
    background-color: #00b900;

  }

  a {
    color: #000000;
    text-decoration: none;
    font-size: 14px;
  }

  /* .character_title {
    height: 800px;
  } */

  .character_title_img {
    display: block;
    margin: 0 auto 20px;
  }
}

/* modal window
========================================== */
.modal_wrap input {
  display: none;
}

.modal_overlay {
  display: flex;
  justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.5s, transform 0s 0.5s;
  transform: scale(0);
}

.modal_trigger {
  position: absolute;
  width: 100%;
  height: 100%;
}

.modal_content {
  position: relative;
  align-self: center;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background: #fff;
  line-height: 1.4em;
  transition: 0.5s;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.modal_content2{
  max-width: 840px;
  margin: 0 auto;
  padding: 0 20px;
}

.close_button {
  position: fixed;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: #00a1e9;
  top: 0px;
  right: 0px;
  z-index: 10;
  transform: translate3d(0, 0, 0);
}

.close_button:before,
.close_button:after {
  content: "";
  width: 40px;
  height: 4px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
}
.close_button:before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.close_button:after {
  transform: translate(-50%, -50%) rotate(45deg);
}

.modal_wrap input:checked~.modal_overlay {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s;
}



@media only screen and (min-width: 730px) {
  .close_button {
    width: 110px;
    height: 110px;
  }

  .close_button:before,
  .close_button:after {
    content: "";
    width: 80px;
    height: 8px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
  }
}

@media only screen and (max-width: 730px) {
  .open_button {
  }
  .modal_content2{
    padding: 0px 15px;
  }

}


/* tryknight text story
========================================== */
.tryknight {}

.tryknight_title {
  border-bottom: 1px solid #ccc;
  height: 60px;
  padding: 10px 0;
}
.tryknight_title_img {
  display: block;
  margin: auto;
  width: auto;
  height: 100%;
}


.tryknight_text_title {
  color: #00a1e9;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 30px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: bold;
}

.tryknight_text_subtitle {
  font-size: 14px;
  color: #c3c3c3;
  padding: 90px 0 25px;
  line-height: 1.2;
}

.tryknight_text {
  line-height: 3;
  font-size: 14px;
}

.copyright {
  text-align: center;
  padding-top: 190px;
  padding-bottom: 50px;
}

.open_button {
  display: block;
  max-width: 280px;
  margin: 0 auto 10%;
  padding: 15px 0;
  font-family: 'Montserrat', sans-serif;
  cursor: pointer;
  font-size: 16px;
  line-height: 1;
}

.open_button i {
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  margin-left: 10px;
}
.open_button i:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 0;
}
.open_button i:after {
  content: "";
  width: 7px;
  height: 1px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  right: 0;
  transform-origin: right bottom;
  transform: rotate(45deg);
}

/* PC */
@media only screen and (min-width: 730px) {
  .tryknight_title {
    height: 110px;
    padding: 15px 0;
  }
  .tryknight_title_img {
  }

  .tryknight_text_title {
    padding-bottom: 30px;
    font-size: 36px;
  }

  .tryknight_text_subtitle {
    font-size: 16px;
    padding: 100px 0 60px;
  }

  .tryknight_text {
    font-size: 16px;
  }
}



/* character sumaho
========================================== */
@media only screen and (max-width: 730px) {
  .cp_accordionslide01 {
    display: none;
  }

  .slidecont {
    list-style: none;
  }

  .slider {
    position: relative;
    padding: 20px 0;
  }

  .character_size {
    width: 60%;
    z-index: 1;
    margin: auto;
  }

  .slick-slide {
    opacity: 0.3;
    transition: all 0.3s;
  }
  .slick-slide .character_name_text {
    z-index: 999;
    padding: 20px 15px 0;
    color: #000000;
    font-size: 20px;
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translate(-50%, 10%);
    opacity: 0;
    transition: all .5s;
  }

  .slick-slide.slick-current {
    opacity: 1;
    transition: opacity .5s .4s;
  }
  .slick-slide.slick-current .character_name_text {
    transform: translate(-50%, 0);
    opacity: 1;
    transition: all .2s .4s;
  }



  .character_name_text {
    text-align: center;
  }

  .text_kan {
    font-size: 26px;
    text-align: center;
    line-height: 1.2;
    font-weight: bold;
  }

  .text_roma {
    font-weight: bold;
    font-size: 12px;
    text-align: center;
  }
  input.slidecont{
    display: none;
  }
  .names{
    display: none;
  }
  .name_iti{
    display: none;
  }
  .mini{
    display: none;
  }

  .slick-prev {
    left: 10px;
  }
  .slick-next {
    right: 10px;
  }

  .slick-prev:before,
  .slick-next:before {
    position: absolute;
    top: 0;
    line-height: 1;
  }
  .slick-prev:before {
    left: 0;
    margin-left: 0;
  }
  .slick-next:before {
    right: 0;
    left: auto;
  }


}

/* character pc
========================================== */
@media only screen and (min-width: 730px) {

  .character_slider_sp {
    display: none;
  }

  .character_title {
    padding-top: 120px;
  }


  .character {
    height: 1000px;
  }

  .character_maintitle {
    display: table;
    width: 100%;
  }

  .slidecont {
    display: inline-block;
    position: relative;
    display: none;
  }

  .chara_positon {
    position: absolute;
    max-height: 530px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
  }
  .chara_positon.off {
    opacity: 1;
  }
  .slidecont {
    display: inline-block;
    position: relative;
    display: none;
  }

  .cp_accordionslide01 {
    display: -webkit-box;
    display: -ms-flexbox;
    justify-content: center;
    display: flex;
    visibility: hidden;
    /* width: 67%; */
    max-width: 960px;
    margin: 0 auto;
    /* height: 60%; */
    position: relative;
    padding: 0 20px 200px;
  }

  .cp_accordionslide01 .slideitem {
    position: relative;
    visibility: visible;
    width: 11%;
    height: 530px;
    cursor: pointer;
    transition: width 0.4s ease-out;
  }
  .cp_accordionslide01.is-ready .slideitem .off {
    opacity: 0 !important;
  }

  .names{
    font-weight: bold;
    font-size: 28px;
    text-align: center;
    opacity: 0;
    line-height: 1;
    transform: translateY(10px);
  }
  .name_iti{
    margin-top:540px;
    padding-top: 30px;
    font-weight: bold;
  }
  .mini{
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    margin-top: 10px;
  }
  .slick-dots{
    display: none !important;
  }

  .cp_accordionslide01 .slideitem.item-haruma {
    z-index: 2;
  }
  .cp_accordionslide01 .slideitem.item-kariya {
    z-index: 1;
  }
  .cp_accordionslide01 .slideitem.item-houryu {
    z-index: 2;
  }
  .cp_accordionslide01 .slideitem.item-shoutani {
    z-index: 1;
  }
  .cp_accordionslide01 .slideitem.item-nada {
    z-index: 2;
  }
  .cp_accordionslide01 .slideitem.item-fuyuhara {
    z-index: 3;
  }
  .cp_accordionslide01 .slideitem.item-fuyuhara .chara_positon {
    transform: translateX(-40%);
  }
  .cp_accordionslide01 .slideitem.item-rando {
    z-index: 4;
  }
  .cp_accordionslide01 .slideitem.item-oguma {
    z-index: 3;
  }
  .cp_accordionslide01 .slideitem.item-asamiya {
    z-index: 1;
  }

  .slideitem .prev,
  .slideitem .next {
    width: 22px;
    height: 22px;
    border-top: 4px solid #00a1e9;
    border-left: 4px solid #00a1e9;
    position: absolute;
    top: 60%;
    opacity: 0;
  }

  .slideitem .prev {
    left: 10px;
    transform: rotate(-45deg);
  }
  .slideitem .next {
    right: 10px;
    transform: rotate(135deg);
  }



  .cp_accordionslide01 .slideitem.is-active {
    width: 30%;
    z-index: 10;
  }

  .cp_accordionslide01 .slideitem.is-active .chara_positon,
  .cp_accordionslide01 .slideitem.is-active .chara_positon.off {
    /* transform: 50%; */
    transition: opacity .3s .2s ease-in-out, transform .3s;
  }

  .cp_accordionslide01 .slideitem.is-active .chara_positon.off {
    opacity: 0;
  }

  .cp_accordionslide01 .slideitem.is-active .names{
    opacity: 1;
    transform: translateY(0);
    transition: all .3s .4s ease-in-out;
  }

  .slideitem.is-active .prev,
  .slideitem.is-active .next {
    opacity: 1;
    transition: opacity 1s;
  }

  .cp_accordionslide01:hover .slideitem:hover {
    /* width: 60%; */
  }

}


/* 原作
========================================== */
.original {
  background: url(../images/top/bg_original.png) no-repeat center / cover;
  line-height: 1;
  position: relative;
}
.original:before,
.original:after {
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  position: absolute;
  left: 0;
}
.original:before {
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
  top: 0;
}
.original:after {
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
  bottom: 0;
}
.original__title {
  color: #00a1e9;
  text-align: center;
}
.original__text {
  color: #272727;
  text-align: center;
}

/* 原作 SP
========================================== */
@media only screen and (max-width: 730px) {
  .original {
    padding: 100px 0 100px;
  }
  .original__title {
    font-size: 14px;
  }
  .original__text {
    font-size: 18px;
    margin-top: 30px;
  }
}

/* 原作 pc
========================================== */
@media only screen and (min-width: 730px) {
  .original {
    padding: 200px 0 150px;
  }
  .original__title {
    font-size: 16px;
  }
  .original__text {
    font-size: 21px;
    margin-top: 30px;
  }
}



/* reset css
========================================== */
h1 {
  /* reset css */
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
}

body {
  /* reset css */
  margin: 0px;
}

p {
  /* reset css */
  margin-block-start: 0px;
  margin-block-end: 0px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}