.main-block {
    margin-bottom: 50px;
  }
  .home-top-wrap {
    background-color: #efefef;
    padding-bottom: 1rem;
    padding-top: 2rem;
  }
  
  /*----------------------------------------------------
    トピックス
  ----------------------------------------------------*/
  .topics-area {
    display: flex;
    margin:0 1%;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .topics-area .topics-title {
    flex: 0 1 130px;
    padding: 5px;
    background-color: #006cc6;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .topics-title p {
    color: #fff;
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
  }
  .topics-title img {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-top: -3px;
    display: inline-block;
    margin-right: 5px;
  }
  .topics-area .topics-text {
    background-color: #fff;
    flex: 1 0%;
    padding: 5px 1rem;
    align-items: center;
    overflow: hidden;
  }
  .topics-text > span {
    float: left;
    margin-right: 1em;
  }
  .topics-text p {
    overflow: hidden;
  }
  /*----------------------------------------------------
    メイン画像
  ----------------------------------------------------*/
  .mainimg-area {
    display: flex;
    margin-top: 18px;
    margin-bottom: 20px;
  }
  a.link-area {
    display: block;
    text-decoration: none;
    position: relative;
    overflow: hidden;
  }
  a.link-area img {
    transition: all ease-in-out .3s;
    width: 100%;
  }
  a.link-area  img:hover{
    transform:scale(1.1);
  }
  .mainimg-box {
    width: 66%;
    margin-right: 2%;
    margin-left: 10px;
  }
  .img-text {
    display: block;
    font-weight: bold; 
    font-size: 1.6rem;
    color: #fff;
    text-align: center;
    padding: 2px 8px;
    position: absolute;
    bottom:0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
  }
  
  .mainimg-box .img-text {
    font-size: 1.8rem;
  }
  
  .subimg-box {
    width: 32%;
    margin-right: 10px;
  }
  .sub-img {
    width: 100%;
  }
  .subimg-box > a:first-of-type {
    margin-bottom: 15px;
  }
  
  /*動画埋め込み*/
  .main-movie > span,
  .sub-movie > span,
  .comichan-movie > span {
    position: relative;
    width: 100%;
    padding-top: 62.2%;
    display: block;
    margin-bottom: 2em;
  }
  .main-movie > span > iframe,
  .sub-movie > span > iframe,
  .comichan-movie > span > iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
  
  .sub-movie > span {
    margin-bottom: 1em;
  }
  
  /*----------------------------------------------------
  　パターン2（index_2.html）
  ----------------------------------------------------*/
  .mainimg-area2 {
    max-width: 1440px;
    display: flex;
    margin: auto;
    margin-top: 18px;
    margin-bottom: 20px;
  }
  .mainimg-box2 {
    flex: 1 1 50%;
    margin-right: 15px;
    margin-left: 15px;
  }
  
  /*----------------------------------------------------
  　パターン3（index_3.html）
  ----------------------------------------------------*/
  .mainimg-area3 {
    justify-content: center;
  }
  .mainimg-box3 {
    width: 100%;
    margin: 0 1%;
  }
  
  /*----------------------------------------------------
  　スライド
  ----------------------------------------------------*/
  .slick-area {
    margin: auto;
    margin-bottom: 50px;
  }
  .slick-area ul{
    display: flex;
    padding-left: 0;
    list-style: none;
  }
  li.slick-item { 
    margin: 0 10px;
  }
  img.sample-img {
    width: 100%;
  }
  .slick-prev {
    overflow: visible;
  }
  .slick-next {
    overflow: visible;
  
  }
  .slick-prev:before,
  .slick-next:before {
    content: "" !important;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    right: 0;
    width: 28px;
    height: 28px;
    border-top: 4px solid #595757;
    border-right: 4px solid #595757;
    transform: rotate(45deg);
  }
  .slick-prev:before {
    border-top: none;
    border-right: none;
    border-bottom: 4px solid #595757;
    border-left: 4px solid #595757;
    left: 0;
  }
  .slick-dots li.slick-active button:before {
    color: #E60012 !important;
  }
  .slick-area ul.slick-dots {
    display: block;
  }
  /*動画　モーダル*/
  #cboxLoadingGraphic {
    background-image: url(../images/home/loading.gif);
  }
  #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
    background-image: url(../images/home/controls.png);
  }
  #cboxOverlay {
    background: #000;
  }
  #cboxLoadedContent {
    background: #fff;
  }
  #cboxLoadedContent {
    padding: 0;
    overflow: auto;
    -moz-box-shadow: 0px 1px 10px #000000;
    -webkit-box-shadow: 0px 1px 10px #000000;
    box-shadow: 0px 1px 10px #000000;
  }
  #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose , #cboxTitle {
    top: -30px;
  }
  #colorbox, #cboxOverlay, #cboxWrapper {
    overflow: visible ;
  }
  #cboxTitle {
    color: #fff;
  }
  .modal-area {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  
  /*----------------------------------------------------
  　おすすめコンテンツ
  ----------------------------------------------------*/
  .recommend-wrap {
    background: url(../images/home/bg_recommend.png) repeat center center;
    padding: 3rem 0 0.5rem;
  }
  .recommend-title {
    width: 350px;
    height: 45px;  
    margin: auto;
    margin-bottom: 35px;
  }
  .recommend-title h2 {
    color: #FFF216;
    font-weight: bold;
    font-size: 2.2rem;
    line-height: 45px;
    text-align: center;
    position: relative;
    background: linear-gradient(to left, #5480c6 0%, #0883c8 50%, #006cc6 100%);
  }
  .recommend-title h2:before,
  .recommend-title h2:after {
    content: "";
    position: absolute;
    width: 30px;
    height: 0;
    bottom: -10px;
  }
  .recommend-title h2:before {
    left: -23px;
    border: 17px solid #006cc6;
    border-left-color: transparent;
  }
  .recommend-title h2:after {
    right: -23px;
    border: 17px solid #5480c6;
    border-right-color: transparent;
  }
  .recommend-title h2 span {
    position: relative;
    z-index: 1;
    display: block;
    color: #fff;
  }
  
  .recommend-title h2 span:before,
  .recommend-title h2 span:after {
    position: absolute;
    bottom: -10px;
    display: block;
    width: 10px;
    height: 10px;
    content: '';
    border-style: solid;
    border-color: #004175 transparent transparent transparent;
  }
  .recommend-title h2 span:before {
    left: 0;
    border-width: 10px 0 0 10px;
  }
  
  .recommend-title h2 span:after {
    right: 0;
    border-width: 10px 10px 0 0;
  }
  p.recommend-text {
    font-size: 1.6rem;
  }
  
  
  /*----------------------------------------------------
  　バナーメニュー
  ----------------------------------------------------*/
  .service-menu-wrap {
    background-color: #efefef;
    padding-top: 2rem;
    padding-bottom: 1rem;
  }
  ul.service-menu {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
  }
  .service-menu li {
    flex: 0 0 25%;
    height: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
  }
  .service-menu li a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-left: 5px;
    margin-right: 5px;
    background-color: #fff;
    color: #222;
    padding: 10px 15px;
    text-decoration: none;
    user-select: none;
    overflow: hidden;
  }
  .service-menu li a:hover {
    background-color: #ffd;
  }
  .service-menu li a > div {
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .service-menu li a img {
    width: 32px;
  }
  .service-menu li a p {
    overflow: hidden;
    font-weight: bold;
    vertical-align: middle;
    line-height: 1.4;
  }
  
  
  /*----------------------------------------------------
  　コミチャン
  ----------------------------------------------------*/
  .comichan-wrap {
    background: linear-gradient(to left, #5480c6 0%, #0883c8 50%, #006cc6 100%);
    width: 100%;
    padding: 3rem 0 3rem;
  }
  .comichan-title {
    width: 380px;
    height: 45px;
    margin: auto;
    margin-bottom: 35px;
    text-align: center;
    position: relative;
    background: #fff100;
    font-weight: bold;
    font-size: 2.2rem;
  }
  .comichan-title {
    width: 400px;
    height: 45px;  
    margin: auto;
    margin-bottom: 25px;
  }
  .comichan-title h2 {
    color: #222;
    font-weight: bold;
    font-size: 2.2rem;
    line-height: 45px;
    text-align: center;
    position: relative;
    background: #F9E621;
  }
  .comichan-title h2:before,
  .comichan-title h2:after {
    content: "";
    position: absolute;
    width: 30px;
    height: 0;
    bottom: -10px;
  }
  .comichan-title h2:before {
    left: -23px;
    border: 17px solid #e6d413;
    border-left-color: transparent;
  }
  .comichan-title h2:after {
    right: -23px;
    border: 17px solid #e6d413;
    border-right-color: transparent;
  }
  .comichan-title h2 span {
    position: relative;
    z-index: 1;
    display: block;
    color: #222;
    background: #F9E621;
  }
  
  .comichan-title h2 span:before,
  .comichan-title h2 span:after {
    position: absolute;
    bottom: -10px;
    display: block;
    width: 10px;
    height: 10px;
    content: '';
    border-style: solid;
    border-color: #ac9e0d transparent transparent transparent;
  }
  .comichan-title h2 span:before {
    left: 0;
    border-width: 10px 0 0 10px;
  }
  
  .comichan-title h2 span:after {
    right: 0;
    border-width: 10px 10px 0 0;
  }
  .comichan-contents {
    background:#fff;
    padding: 2.5rem;
    border-radius: 1rem;
  }
  .bangumi-area {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  .bangumi-area .on-air,
  .bangumi-area .next {
    display: flex; 
    border-bottom: 1px solid #ccc;
  }
  .bangumi-area .on-air dt,
  .bangumi-area .next dt{
    width: 100px;
    padding: 0.5rem 2rem;
    text-align: center;
    font-weight: bold;
    color: #fff;
  }
  .bangumi-area .on-air dd,
  .bangumi-area .next dd{
    padding: 0.5rem 0.5rem 0.5rem 1rem;
    display: block;
    font-weight: bold;
  }
  .bangumi-area .on-air dt{
    background: #dd3a3a;
  }
  .bangumi-area .next dt{
    background: #0086cd;
  }
  .bangumi-area .on-air {flex-basis:39%;}
  .bangumi-area .next {flex-basis:39%;}
  .bangumi-area a.bangumi-link{flex-basis:19%;}
  a.bangumi-link {
    background-color:rgba(0,0,0,0.8);
    color: #fff;
    text-align:center;
    padding-top: 5px;
  }
  .on-air-tbl {
    display: table;
  }
  .on-air-time,
  .on-air-name
   {
    display:table-cell;
    line-height: 1.5;
   }
   .on-air-time
   {
    padding-right: 1.5rem;
   }
  .comichan-area{
    display: flex;
    justify-content: space-between;
    font-size: 1.4rem;
  }
  .comichan-area h3 {
    font-size: 1.8rem;
    margin-bottom: 5px;
  }
  .comichan-area-left {
    flex-basis:50%;
    margin-right: 15px;
  }
  .comichan-area-right {
    flex-basis:50%;
    margin-left: 15px;
  }
  .comichan-area-left a {
    color: #fff;
  }
  .comichan-area-right-contents{
    display: flex;
    justify-content: space-between;
    flex-wrap:wrap;
  }
  
  .comichan-area-right  a.link-area {
    width: 48%;
    margin-bottom: 15px;
  }
  /*----------------------------------------------------
  　newsリスト
  ----------------------------------------------------*/
  .news-list-block {
    display: flex;
  }
  .news-news-block {
    margin-right: 30px;
  }
  .news-news-block,
  .news-truble-block {
    width: 50%;
  }
  ul.news-list {
    padding-left: 0;
    list-style: none;
  }
  .top-title {
    position:relative;
    text-align: center;
    font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 3rem;
    margin-top: 3rem;
  }
  .top-title:after{
    content:"";
    display:block;
    width:100px;
    height:4px;
    background-color:#1e99ff;
    position:absolute;
    bottom: -3px;
    left:50%;
    -webkit-transform : translateX(-50%);
    transform : translateX(-50%);
  }
  ul.news-list li {
    border-bottom: solid 2px #efefef;
    padding: 10px;
  }
  .new {
    color: #E50012 !important;
    margin-left: 15px;
  }
  a.btn-news {
    max-width: 185px;
    text-align: center;
    border: 2px solid #5191b9;
    display: block;
    margin: 10px auto 5px;
    padding: 10px 5px;
    border-radius: 10px 10px;
    color: #222;
    text-decoration: none;
  }
  a:hover.btn-news {
    background-color: #ffd;
  }
  
  
  
  /*----------------------------------------------------
  　お申込み・お問い合わせ
  ----------------------------------------------------*/
  .inquiry-wrap {
    font-size: 1.4rem;
    background-color: #efefef;
    padding: 10px 0px 0px 0px;
  }
  .counter-type {
    font-weight: bold;
    margin-bottom: 0.5rem;
    font-size: 1.6rem;
  }
  .inquiry-block:first-child {
    margin-top: 3rem;
  }
  .inquiry-block .tel {
    font-weight: bold;
    line-height: 1;
    font-size: 2.2rem;
    margin-bottom: 0.2rem;
  }
  .inquiry-block a {
    color: #222;
    text-decoration: none;
  }
  .inquiry-block .tel:before {
    content: "";
    display: inline-block;
    background: url(../images/home/ico_freedial.png) no-repeat center center / cover;
    width: 32px;
    height: 23px;
    vertical-align: middle;
    margin-right: 5px;
  }
  .inquiry-wrap .inquiry-block {
    margin-bottom: 3rem;
  }
  .inquiry-wrap .tel + p span {
    font-weight: bold;
  }
  
  /*----------------------------------------------------
      お客様サポートバナー
  ----------------------------------------------------*/
  .support-banner {
    width: 210px;
    height: 140px;
    border: 6px solid #006cc7;
    border-radius: 18px;
    display: flex;
    justify-content: space-around;
    font-weight: bold;
    padding: 6px 0px 0px 0px;
    position: fixed;
    bottom: 150px;
    right: -15px;
    z-index: 5;
    background-color: #fff;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.5);
  }
  .support-banner img {
    margin-left: -30px;
  }
  .support-banner-text {
      margin-top: 0px;
    margin-right: 0px;
  }
  .support-banner-text > p {
    letter-spacing: -0.03em;
    font-size: 2.0rem;
    line-height: 1.5em;
  }
  .tel-banner span::before {
    content: "";
    display: inline-block;
    background: url(../images/home/ico_frredial.png) no-repeat center center / cover;
    width: 25px;
    height: 18px;
    vertical-align: middle;
    margin-right: 5px;
    margin-bottom: 3px;
  }
  .tel-banner a {
    text-decoration: none;
    color: #222;
  }
  .inquiries-btn {
    background-color: #0086cd;
    border-radius: 10px;
    margin-top: 4px;
    position: relative;
  }
  .inquiries-btn a {
    display: block;
    padding: 5px 30px 8px 20px;
    color: #fff;
    text-decoration: none;
    font-weight: normal;
  }
  .inquiries-btn a::after {
    content: '\f054';
    font-family: 'FontAwesome';
    position: absolute;
    color: #fff;
    top: 10px;
    right: 10px;
    font-size: 1.4rem;
  }
  /*閉じる（×マーク）*/
  .close {
    position: absolute;
    top: 3px;
    right: 13px;
    display: block;
    z-index: 2;
    background: rgba(0, 0, 0, 0.8);
    width: 26px;
    height: 26px;
  }
  .close-trigger span {
    position: absolute;
    left: 4px;
    width: 70%;
    height: 2px;
    background-color: #fff;
    border-radius: 4px;
  }
  .close-one {
    transform: rotate(45deg);
    top: 12px;
  }
  .close-two {
    transform: rotate(-45deg);
    top: 12px;
  }
  .banner-close {
    display: none;
  }
  
  
  
  
  @media (max-width: 1440px){
    .top-mainimg-area {
      max-width: 1140px;
    }
  }
  @media (max-width: 1140px){
    .top-mainimg-area {
      max-width: 960px;
    }
  }
  @media screen and (max-width: 991.98px) {
    .mainimg-area,
    .slick-area ul {
      display: block;
    }
    .mainimg-box {
      width: 100%;
      margin-right: 0%;
      margin-left: 0px;
      margin-bottom: 15px;
    }
    .mainimg-box2 {
      padding-right: 15px;
      padding-left: 15px;
      margin-right: auto;
      margin-left: auto;
    }
    .subimg-box,
    .slick-area ul {
      width: 100%;
      margin-right: 0px;
      display: flex;
      flex-wrap: wrap;
    }
    .subimg-box a,
    .slick-item {
      width: 48.5%;
    }
    .slick-item a {
      margin-bottom: 15px;
    }
    .subimg-box a:first-child,
    .slick-area ul li:nth-child(odd) {
      margin-right: 3%;
    }
    .subimg-box > a:first-of-type {
      margin-bottom: 0;
    }
    li.slick-item {
      margin: 0px;
    }
    .recommend-wrap .slick-area ul {
      display: flex;
    }
    .service-menu li {
      flex: 0 0 50%;
    }
    .bangumi-area,
    .comichan-area {
    display: block;
   }
  .bangumi-area .on-air dt, .bangumi-area .next dt {
    width: 60px;
    padding: 0.5rem 0.5rem;
  }
  
  .bangumi-area .on-air dd, .bangumi-area .next dd {
    padding: 0.5rem;
  }
  .bangumi-area .on-air,
  .bangumi-area .next {
    margin-bottom: 10px;
  }
  .bangumi-area a.bangumi-link {
    display: block;
    padding: 5px;
  }
  .comichan-area-left {
    flex-basis:50%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .comichan-area-right {
    flex-basis:50%;
    margin-left: 0;
  }
  .comichan-area {
    font-size: 1.2rem;
  }
  .comichan-area h3 {
    font-size: 1.4rem;
    margin-bottom: 5px;
  }
  }
  @media screen and (max-width: 767.98px) {
    .topics-area {
      display: block;
      margin:0;
    }
    .topics-area .topics-title {
      padding: 5px;
      display: block;
    }
    .topics-title p {
      font-size: 1.6rem;
    }
    .topics-title img {
      width: 17px;
      height: 17px;
    }
    .topics-text > span {
      float: none;
      margin-right: 0;
      display: block;
    }
    .news-news-block {
      margin-right: 0px;
    }
    .news-list-block {
      display: block;
    }
    .news-news-block, .news-truble-block {
      width: auto;
    }
    .slick-area {
      margin-bottom: 0px;
    }
    /*お客様サポートバナー*/
    .support-banner {
      width: 190px;
      height: auto;
      padding: 5px 0px 10px;
    }
    .support-banner img {
      height: auto;
      width: 60px;
      margin-top: 6px;
      margin-left: -20px;
    }
    .support-banner-text {
      margin-right: 15px;
    }
    .support-banner-text > p {
      font-size: 1.4rem;
      letter-spacing: normal;
    }
    .inquiries-btn {
      margin-top: 3px;
    }
    .inquiries-btn a {
      padding: 4px 20px;
    }
    .inquiries-btn a::after {
      top: 8px;
      font-size: 1.2rem;
    }
    .close {
      width: 24px;
      height: 24px;
    }
    .close-trigger span {
      left: 3px;
      width: 74%;
    }
    .close-one,
    .close-two {
      top: 11px;
    }
  }
  
  .service-menu li a img {
    width: 24px;
  }
  @media screen and (max-width: 575.98px) {
    .recommend-title {
      width: 220px;
    }
    .recommend-title h2 {
      font-size: 1.6rem;
    }
    .subimg-text,
    p.recommend-text,
    .img-text {
      font-size: 1rem;
      line-height: 1.4;
    }
    .main-movie > span,
    .comichan-movie > span {
      margin-bottom: 1em;
    }
    .comichan-area-right section a.link-area {
      padding-bottom: 1em;
    }
    .comichan-title {
      width: 250px;
    }
    .comichan-title h2 {
      font-size: 1.5rem;
    }
    .comichan-contents {
      padding: 1rem;
    }
    ul.service-menu {
      margin: 0;
    }
    .service-menu li {
      display: block;
    }
    .service-menu li a {
      width: auto;
      padding: 3px 7px;
    }
    .service-menu-wrap .container {
      padding-left:15px;
      padding-right:15px;
    }
    .service-menu li a p {
      font-size: 1.2rem;
    }
    .inquiry-wrap .inquiry-block {
      margin-bottom: 2rem;
    }
    element.style {
    }
    .top-title {
        font-size: 1.8rem;
        font-weight: bold;
        margin-bottom: 1.5rem;
        margin-top: 3月rem;
    }
    .inquiry-wrap {
      font-size: 1.2rem;
    }
  }
  
  