/*=====  20230509  =====*/

.contents_list_main {
  margin-top: 100px;
  background: url(../images/index7/bg_mv_2305.jpg) center 60% / cover no-repeat;
  padding: 0px 0px 20px;
}
h2 {
  font-size: 32px;
}
h2:before {
  display: none;
}
#topicPath{
  display: none;
}
.main-logo{
  text-align: center;
  padding: 30px 0 20px;
}
.cate_fixed_open{
  display: none;
}
.contents_list_main h1 {
  font-size: 15px;
  text-align: center;
  color: #fff;
  line-height: 1.7;
  margin-bottom: 20px;
}
.mvArea .swiper {
  opacity: 0;
  position: relative;
}
.mvArea .swiper.initialized{
  opacity: 1;
}
.mvArea .swiper-wrapper {
  width: 100%;
  height: 100%;
  position: static;
}
.mvArea .swiper-slide {
  width: max-content;
  height: 100%;
  border-radius: 5px;
  box-shadow: 0 0 30px rgba(0,52,90,0.5);
}
.mvArea .swiper-wrapper img {
  height: auto;
  box-shadow: none;
  margin-bottom: 0;
  border: none;
  border-radius: 7px 7px 0 0;
}
.mvArea .swiper-wrapper .mv-img{
  position: relative;
}
.mvArea .swiper-wrapper .mv-label{
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(248,255,63,0.95);
  padding: 4px 20px;
  font-size: 16px;
  font-weight: bold;
}
.mvArea .swiper-wrapper .mv-text{
  font-size: 18px;
  font-weight: bold;
  line-height: 1.7;
  background: #fff;
  text-align: center;
  border-radius: 0 0 5px 5px;
  padding: 20px;
}
.mvArea .swiper-slide{
  height: auto;
}
.mvArea .swiper-slide-item{
  height: 100%;
  background: #fff;
  border-radius: 6px;
}
.mvArea .swiper-slide-item a{
  transition: opacity 0.4s;
}
.mvArea .swiper-slide-item a:hover{
  opacity: 0.8;
}
.mvArea .swiper-pagination{
  position: static;
  margin-top: 20px;
}
.mvArea .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: rgba(255,255,255,0.8);
  position: relative;
}
.mvArea .swiper-pagination-bullet-active::after{
  content:"";
  width: 6px;
  height: 6px;
  position: absolute;
  top: 2px;
  left: 2px;
  border-radius: 50%;
  background: #435ab0;
}
.mvArea .swiper-button-next {
  box-shadow: none;
  width: 40px;
  height: 80px;
  background: rgba(0,0,0,0.7);
  border-radius: 40px 0 0 40px;
  top: 36%;
  right: 0;
}
.mvArea .swiper-button-prev {
  box-shadow: none;
  width: 40px;
  height: 80px;
  background: rgba(0,0,0,0.7);
  border-radius: 0 40px 40px 0;
  top: 36%;
  left: 0;
}
.mvArea  .swiper-button-next:after {
  top: 35px;
  left: 17px;
  content: "";
}
.mvArea  .swiper-button-prev:after {
  top: 35px;
  left: 13px;
  content: "";
}
.mvArea .swiper-button-next:hover,.mvArea .swiper-button-prev:hover {
  background: rgba(0,0,0,1);
}

.content_list_cate_area{
  background: #032B55;
  margin: 0;
  position: relative;
  width: 100%;
}
.content_list_cate_area.fixed{
  position: fixed;
  top: /*71*/0px;
  left: 0;
  z-index: 11;
padding: 95px 0 0px;
}
.cate_area-logo{
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.content_list_cate_area ul.cate_area{
  justify-content: center;
}
.content_list_cate_area ul.cate_area li {
  width: auto;
  margin: 0 2.5%;
}
.content_list_cate_area ul.cate_area li a {
  border-radius: 0;
  background: none;
  box-shadow: none;
  font-size: 14px;
  color: #fff;
  padding:5px 0 5px 18px;
}
.content_list_cate_area ul.cate_area li a::before {
  content: "";
  width: 12px;
  height: 12px;
  background: #F8FF3F;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.content_list_cate_area ul.cate_area li a::after {
  border-color:#032B55;
  transform: translateY(-50%) rotate(135deg);
  top: calc(50% - 1px);
  left:3px;
  right: inherit;
  width: 4px;
  height: 4px;
}

.bg-blue{
  background: #195EB0;
}
.w1380{
  max-width: 1380px;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  border-radius: 10px;
  padding: 80px 0;
}
.content_list_new_article{
  padding: 80px 20px;
}
.content_list_new_article h2{
  width: fit-content;
  margin: 0 auto 30px;
  position: relative;
  padding: 0 35px;
}
.content_list_new_article h2::before,.content_list_new_article h2::after{
  content:"";
  width: 3px;
  height: 46px;
  background: #000;
  position: absolute;
  top: 50%;
  border-radius: 2px;
  display: block;
}
.content_list_new_article h2::before{
  left: 0;
  transform: translateY(-50%) rotate(-30deg);
}
.content_list_new_article h2::after{
  right: 0;
  transform: translateY(-50%) rotate(30deg);
}
.article-swiper{
  overflow: hidden;
  margin-left: 50px;
  position: relative;
  padding-right: 50px;
}
.article-swiper .swiper-wrapper{
  position: static;
}
.article-swiper .swiper-wrapper a{
  transition: opacity 0.4s;
}
.article-swiper .swiper-wrapper a:hover{
  opacity: 0.8;
}
.article-swiper .swiper-wrapper .article-img{
  position: relative;
}
.article-swiper .swiper-wrapper .article-img.--new::after{
  content:"";
  width: 40px;
  height: 30px;
  background: url(../images/index7/new.png) center top / contain no-repeat;
  position: absolute;
  top: 0;
  left: 10px;
}
.article-swiper .swiper-wrapper img {
  height: auto;
  box-shadow: none;
  border: none;
  border-radius: 5px;
}
.article-swiper .daytime{
  font-size: 13px;
  font-weight: 400;
  margin-top: 15px;
}
.article-swiper .article-text{
  font-size: 14px;
  font-weight: bold;
  line-height: 1.7;
  margin-bottom: 20px;
}
.article-swiper .swiper-button-next {
  box-shadow: none;
  width: 40px;
  height: 80px;
  background: rgba(0,0,0,0.7);
  border-radius: 40px 0 0 40px;
  top: 16%;
  right: 0;
}
.article-swiper .swiper-button-next:hover,.article-swiper .swiper-button-prev:hover {
  background: rgba(0,0,0,1);
}
.article-swiper .swiper-button-prev {
  box-shadow: none;
  width: 40px;
  height: 80px;
  background: rgba(0,0,0,0.7);
  border-radius: 0 40px 40px 0;
  top: 16%;
  left: 0;
}
.article-swiper .swiper-button-next.swiper-button-disabled,.article-swiper .swiper-button-prev.swiper-button-disabled{
  opacity: 0;
}
.article-swiper .swiper-button-next:after {
  top: 35px;
  left: 17px;
  content: "";
}
.article-swiper .swiper-button-prev:after {
  top: 35px;
  left: 13px;
  content: "";
}
.article-list-btn{
  text-align: center;
  margin-top: 25px;
}
.article-list-btn a{
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  width: 404px;
  border-radius: 6px;
  position: relative;
  box-shadow: 4px 4px 6px rgba(19,27,70,0.3);
  padding: 18px;
  z-index: 0;
  color: #fff;
}
.article-list-btn.--btn-s a{
  font-size: 18px;
  width: 304px;
  box-shadow: 4px 4px 6px rgba(19,27,70,0.3);
  padding: 12px 18px;
  z-index: 0;
  color: #fff;
}
.article-list-btn a span::after{
  content:"";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.article-list-btn a::before{
  content:'';
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: -1;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background: linear-gradient(90deg, #6F41B0 0%, #116EB2 100%);
  transition: all 250ms;
  border-radius: 6px;
}
.article-list-btn a::after{
  content:'';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: #fff;
  width: 0;
  transition: all 250ms;
  border-radius: 6px;
}
.article-list-btn a:hover{
  color: #0374EC;
}
.article-list-btn a:hover::after{
  width: 100%;
}
.article-list-btn a:hover span::after{
  border-color: #0374EC;
}
.content_list_movie h2,.content_list_doc h2{
  text-align: center;
  margin-bottom: 20px;
}
.content_list_movie h2 img,.content_list_doc h2 img{
  display: block;
  margin: 0 auto 5px;
}
.content_list_movie{
  padding: 80px 20px 40px;
}
.content_list_doc{
  padding: 40px 20px 80px;
  margin-bottom: 72px;
}
.content_list_doc .article-swiper .swiper-button-prev,.content_list_doc .article-swiper .swiper-button-next {
  top: 24%;
}

.content-2col{
  display: flex;
}
.content-2col-left{
  width: 50%;
  background: linear-gradient(135deg,#FDE0FF,#FFFDC1);
  padding: 100px 70px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.content-2col-right{
  width: 50%;
  background: linear-gradient(135deg,#CEF2FF,#B7FFD6);
  padding: 100px 70px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.content-2col-left-inner,.content-2col-right-inner{
  max-width: 700px;
  width: 100%;
}
.content-2col h2{
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.content-2col h2 img{
  display: inline-block;
  margin-right: 15px;
  position: relative;
  top: 6px;
}
.content-2col-article{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.content-2col-article-item{
  width: 48.5%;
}
.content-2col-article-item a{
  transition: opacity 0.4s;
}
.content-2col-article-item a:hover{
  opacity: 0.8;
}
.content-2col-article-item:nth-child(n+3){
  margin-top: 30px;
}
.content-2col-article-item .article-img{
  margin-bottom: 10px;
}
.content-2col-article-item .article-img img{
  border-radius: 5px;
  width: 100%;
  height: auto;
}
.content-2col-article-item .article-text{
  font-size: 14px;
  font-weight: bold;
  line-height: 1.7;
  margin-bottom: 20px;
}
.content-2col-article-item .daytime{
  font-size: 13px;
  color: #666666;
}
.content-2col-article-item .genre_filter_genre .item_node.root_genre_item li {
  background: #FFF !important;
  display: inline-block;
  line-height: 1.6;
  margin-bottom: 5px;
}

.navipage_.bottom_ center a {
  width: 40px;
  height: 40px;
  background: #F2F2F2;
  border-radius: 20px;
  line-height: 40px;
}
.navipage_.bottom_ center span.navipage_now_ {
  width: 30px;
  height: 40px;
  background: #6E42B0;
  display: inline-block;
  line-height: 40px;
  color: #fff;
}
.navipage_.bottom_ .navipage_first_,.navipage_.bottom_ .navipage_last_{
  display: none;
}
.navipage_.bottom_ center span .navipage_prev_ a,.navipage_.bottom_ center span.navipage_forward_ a {
  background: #F2F2F2;
  position: relative;
  text-indent: -9999px;
}
.navipage_.bottom_ center span .navipage_prev_ a::after,.navipage_.bottom_ center span.navipage_forward_ a::before{
  content:"";
  width: 10px;
  height: 10px;
  border-top: 2px solid #000;
  position: absolute;
  top: 50%;
  left: calc(50% + 2px);
}
.navipage_.bottom_ center span .navipage_prev_ a::after{
  border-left: 2px solid #000;
  transform: translate(-50%,-50%) rotate(-45deg);
}
.navipage_.bottom_ center span.navipage_forward_ a::before{
  border-right: 2px solid #000;
  transform: translate(-50%,-50%) rotate(45deg);
  left: calc(50% - 2px);
}

.genre_filter_genre .item_node.root_genre_item li {
  background: #F2F2F2 !important;
  color: #666666 !important;
  padding: 5px 8px !important;
  font-size: 12px !important;
}
.fff .daytime {
  width: 100%;
  text-align: left;
}
.headline_list_flex {
  width: 1200px;
}
.headline_newarticle_ {
  width: 860px;
}
.headline_newarticle_ dl {
  width: 48.84%;
}
.headline_newarticle_ dl img {
  height: 236px;
}
.article_banner2.a-fixed {
  top: 140px;
}

.navipage_.bottom_ center .pagerWrap{
  display: inline-block;
}
.navipage_.bottom_ center .pagerWrap > *{
  display: none;
}
.navipage_.bottom_ center .pagerWrap .js-show,.navipage_.bottom_ center .pagerWrap .js-last,.navipage_.bottom_ center .pagerWrap .js-first{
  display: inline-block;
}

@media screen and (max-width: 1366px){
  .content_list_cate_area ul.cate_area li {
    width: auto;
    margin: 0 1.5%;
  }
}

@media screen and (max-width: 640px){
  h2 {
    font-size: 20px;
    text-align: center;
  }
  .cate_fixed.sp_only{
    background: url(../images/index7/bg_mv_2305.jpg) center 60% / cover no-repeat;
    padding: 50px 25px 20px;
    box-sizing: border-box;
    height: calc(100% - 50px);
    display: none;
    top: 50px;
  }
  .cate_fixed div{
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin-bottom: 35px;
  }
  .cate_fixed  ul.cate_area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .cate_fixed  ul.cate_area li {
    width: 49%;
    margin: 0;
  }
  .cate_fixed  ul.cate_area li:nth-child(n+3){
    margin-top: 13px;
  }
  .cate_fixed  ul.cate_area li a {
    font-size: 13px;
    background: #032B55;
    border-radius: 20px;
    padding: 15px;
    display: block;
    text-align: center;
    margin: 0;
    position: relative;
  }
  .cate_fixed ul.cate_area li a::before {
    content: "";
    width: 12px;
    height: 12px;
    background: #F8FF3F;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
  }
  .cate_fixed ul.cate_area li a::after {
    content: "";
    border-top:1px solid #032B55;
    border-right:1px solid #032B55;
    transform: translateY(-50%) rotate(135deg);
    position: absolute;
    top: calc(50% - 1px);
    left: 18px;
    width: 4px;
    height: 4px;
  }
  .cate_fixed_close{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    right: 10px;
    bottom:10px;
    border: none;
    outline: none;
  }
  .cate_fixed_close::before,.cate_fixed_close::after{
    content:"";
    width: 40px;
    height: 2px;
    background: #032B55;
    position: absolute;
    top: 50%;
    left: 50%;
  }
  .cate_fixed_close::before{
    transform: translate(-50%,-50%) rotate(45deg);
  }
  .cate_fixed_close::after{
    transform: translate(-50%,-50%) rotate(-45deg);
  }
  .cate_fixed_open{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: rgba(3,43,85,0.9);
    position: fixed;
    right: 10px;
    bottom:10px;
    border: none;
    outline: none;
    color: #fff;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    z-index: 2;
    display: block;
  }
  .contents_list_main {
    margin-top: 0;
    padding-bottom: 140px;
  }
  .main-logo{
    text-align: center;
    padding: 30px 0 20px;
  }
  .main-logo img{
    width: 252px;
    height: auto;
  }
  .contents_list_main h1 {
    font-size: 14px;
    font-weight: 400;
    text-align: left;
  }
  .contents_list_main h1 br{
    display: none;
  }
  .mvArea{
    padding: 0 15px;
  }
  .mvArea .swiper-slide {
    width: 100%;
  }
  .mvArea .swiper-button-next {
    display: none;
  }
  .mvArea .swiper-button-prev {
    display: none;
  }
  .mvArea .swiper-wrapper .mv-label {
    padding: 0 20px;
    font-size: 14px;
  }
  .mvArea .swiper-wrapper .mv-text {
    font-size: 14px;
    text-align: left;
  }
  .mvArea .swiper-wrapper .mv-text br{
    display: none;
  }
  .mvArea .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    display: block;
  }
  .mvArea .swiper-pagination {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .content_list_cate_area {
    background: none;
    position: relative !important;
  }
  .content_list_cate_area .w1120{
    width: 100%;
  }
  .cate_area-logo{
    display: none;
  }
  .content_list_cate_area ul.cate_area {
    justify-content: space-between;
    padding: 0 25px;
  }
  .content_list_cate_area ul.cate_area li {
    width: 48.5%;
    margin: 0;
  }
  .content_list_cate_area ul.cate_area li:nth-child(n+3){
    margin-top: 13px;
  }
  .content_list_cate_area ul.cate_area li a {
    background: #032B55;
    border-radius: 20px;
    padding: 2px 10px;
  }
  .content_list_cate_area ul.cate_area li a::before {
    left: 15px;
  }
  .content_list_cate_area ul.cate_area li a::after {
    left: 18px;
  }

  .content_list_new_article {
    padding: 80px 25px;
  }
  .content_list_new_article .w1380 {
    margin-top: -150px;
  }
  .w1380 {
    padding: 20px 0 50px;
  }
  .content_list_new_article h2 {
    padding: 0 20px;
    margin-bottom: 15px;
  }
  .content_list_new_article h2::before, .content_list_new_article h2::after {
    width: 2px;
    height: 30px;
  }
  .article-swiper {
    margin: 0;
    padding:0 17px;
  }
  .article-swiper .swiper-wrapper {
    display: block;
  }
  .article-swiper .swiper-button-next {
    display: none;
  }
  .article-swiper .swiper-button-prev {
    display: none;
  }
  .article-swiper .swiper-slide {
    text-align: left;
    width: 100% !important;
  }
  .article-swiper .swiper-slide:not(:first-child) {
    margin-top: 30px;
  }
  .article-swiper .swiper-slide:nth-child(n+5){
    display: none;
  }
  .article-swiper .article-img img{
    border: 1px solid #EBEBEB;
  }
  .article-list-btn a{
    font-size: 16px;
    width: 80%;
    padding: 10px 18px;
    box-sizing: border-box;
  }
  .article-list-btn.--btn-s a {
    font-size: 16px;
    width: 90%;
    padding: 10px 18px;
    box-sizing: border-box;
  }
  .content_list_movie {
    padding: 60px 25px 15px;
  }
  .content_list_doc {
    padding: 15px 25px 60px;
  }
  .content_list_movie h2, .content_list_doc h2 {
    margin-top: 10px;
    margin-bottom: 15px;
  }
  .content_list_movie h2 img {
    width: 48px;
    height: 32px;
  }
  .content_list_doc h2 img {
    width: 28px;
    height: 34px;
  }

  .content-2col {
    flex-wrap: wrap;
  }
  .content-2col-left,.content-2col-right {
    width: 100%;
    display: block;
    padding: 60px 42px;
  }
  .content-2col h2 {
    font-size: 20px;
  }
  .content-2col h2 img{
    display: block;
    margin: 0 auto 5px;
  }
  .content-2col-article-item {
    width: 100%;
    text-align: left;
  }
  .content-2col-article-item:nth-child(n+2) {
    margin-top: 30px;
  }

  .headline_list_flex {
    width: 94%;
  }
  .headline_newarticle_ {
    width: 100%;
    margin: 0 auto;
  }
  .left_area.pc_only {
    display: block;
    margin: 0 auto;
  }
  .left_area.pc_only .article_banner2{
    position: static;
  }
  .headline_list_flex {
    flex-direction: column;
  }
  .left_area.pc_only .article_banner2 .sh{
    display: none;
  }
  body.sub-page .headline_newarticle_ dl h4.sp_only {
    display: none;
  }
  body.sub-page .headline_newarticle_ dl h4.pc_only {
    display: block;
  }
  body.sub-page .headline_newarticle_ .HEADLINE dd h4.pc_only a{
    font-size: 14px !important;
    font-weight: bold !important;
  }
  body.sub-page .headline_newarticle_ dl.HEADLINE{
    border-bottom: 0;
    width: 88% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  body.sub-page .headline_newarticle_ dl dt {
    width: 100%;
  }
  body.sub-page .headline_newarticle_ dl.HEADLINE dd {
    width: 100%;
    margin-left: 0 !important;
  }
  body.sub-page .headline_newarticle_ .HEADLINE dt a img {
    height: auto !important;
  }
  .navipage_.bottom_ center a {
    font-size: 16px;
    font-weight: bold;
  }
  .navipage_.bottom_ center span.navipage_now_ {
    font-size: 16px;
  }
  .navipage_.bottom_ center span.navipage_prev_{
    padding-left: 0;
  }
  .navipage_.bottom_ center span.navipage_next_{
    padding-right: 0;
  }
}