﻿/*----------------------------------------------------
common
----------------------------------------------------*/
/* #pageIndex .inner {
  max-width: 1100px;
}
@media screen and (max-width: 750px) {
  #pageIndex .inner {
    margin: 8px 5px;
  }
} */
#topvote,
#about {
  margin: 40px 0 120px;
}
.mb20 {
	display: block;
	margin-bottom: 20px;
}
.mb25 {
	display: block;
	margin-bottom: 25px;
}
@media screen and (max-width: 750px) {
  .designWrap h2 img {
    height: 100px;
  }
}
#nav .wrap {
  position: relative;
}
#nav .wrap:after {
  content: "";
  position: absolute;
  top: 32px;
  right: -1000px;
  width: 1000px;
  height: 50px;
  background: rgba(255,255,255,0.8);
}
/*----------------------------------------------------
ヘッダー
----------------------------------------------------*/
#siteHeadMain .logo {
	opacity: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
#siteHeadMain.open .logo {
	opacity: 1;
}
@media screen and (max-width: 750px) {
  #siteHeadMain .logo {
    opacity: 1;
  }
	#siteHeadMain .menu {
		z-index: 1;
		width: 10%;
	}
}
/*----------------------------------------------------
mv
----------------------------------------------------*/
.bg_fixed {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: url("../img/bg_top.jpg");
  background-size: cover;
  background-position: center center;
  z-index: 0;
}
@media screen and (max-width: 750px) {
  .bg_fixed {
    background-image: url("../img/bg_top_sp.jpg");
  }
}
#topMain {
	padding: 130px 0 0;
}
#topMain .date {
	margin: 50px 0 25px;
}
#topMain .time img {
  max-width: 100%;
}
@media screen and (min-width: 751px) {
  body:after {
    top: 0;
  }
	#topMain {
		padding: 210px 0 0;
	}
	#topMain .date {
		margin: 50px 14.5% 0;
	}
	#topMain .time {
		margin: 60px 0 0;
  }
}
/*----------------------------------------------------
news
----------------------------------------------------*/

#news .ps__thumb-y {
  background-color: #fff;
  right: -2.5px;
  /* height: 44px!important; */
}
#news .ps--active-x > .ps__rail-x,
#news .ps--active-y > .ps__rail-y {
  background-color: #fff;
  width: 1px;
  right: 10px!important;
}
#news .ps__rail-x,
#news .ps:hover > .ps__rail-y,
#news .ps--focus > .ps__rail-x,
#news .ps--focus > .ps__rail-y,
#news .ps--scrolling-x > .ps__rail-x,
#news .ps--scrolling-y > .ps__rail-y,
#news .ps__rail-y {
  opacity: 1;
}

#news {
  margin-top: 20px;
  padding: 15px 0 25px;
  background-color: rgba(1,21,88,.70);
}
#news .newsWrap {
  justify-content: center;
  padding: 0 0 10px;
}
#news .newsTxt {
  position: relative;
  margin: 10px 0;
  padding: 10px;
  overflow-y: scroll;
}
#news .newsTxt p {
  margin-bottom: 5px;
  font-size: 14px;
  color: #fff;
  text-align: left;
}
#news .newsTxt p .news_date {
  margin-right: 15px;
}
@media screen and (max-width: 750px) {
  #news .newsTxt {
    height: 120px;
    border: 1px solid #fff;
  }
}
@media screen and (min-width: 751px) {
  #news {
    margin-top: 60px;
    padding: 35px 0 45px;
  }
  #news .inner {
    display: flex;
    height: 110px;
    border: 1px solid #fff;
  }
  #news .newsWrap {
    display: flex;
    align-items: center;
    padding: 40px 30px;
  }
  #news .newsTxt {
    width: 100%;
    margin: 10px 0;
    padding: 0 30px;
    border-left: 1px solid #fff;
    text-align: left;
  }
  #news .newsTxt p {
    display: flex;
    font-size: 16px;
  }
  #news .newsTxt p .news_date {
    display: block;
    margin-right: 0;
    flex-shrink: 0;
    width: 120px;
    white-space: nowrap;
  }
}
/*----------------------------------------------------
topvote
----------------------------------------------------*/
#topvote .inner {
  background-color: #fff;
}
#topvote .inner h2 {
  margin-bottom: 25px;
}
#topvote .topVoteTxt {
  padding: 45px 0 60px;
  color: #011558;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.8;
  font-family:'リュウミン H-KL JIS2004';
}
@media screen and (max-width: 750px) {
  #topvote .topVoteTxt {
    padding: 20px 0 40px;
    font-size: 17px;
  }
}
#topvote .topVoteTerm {
  display: flex;
  margin-bottom: 35px;
}
#topvote .topVoteTerm span {
  display: block;
}
#topvote .topVoteTerm .topVoteTerm_left {
  flex-shrink: 0;
  padding: 15px 60px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  font-family:'A1ゴシック L JIS2004';
}
@media screen and (max-width: 750px) {
  #topvote .topVoteTerm .topVoteTerm_left {
    display: flex;
    align-items: center;
    padding: 0 10px;
    font-size: 17px;
  }
}
#topvote .topVoteTerm .topVoteTerm_right {
  width: 100%;
  padding: 15px 0;
  background-color: #fff;
  font-size: 20px;
  font-weight: bold;
  color: #011558;
  border: 1px solid #011558;
  text-align: center;
}
@media screen and (max-width: 750px) {
  #topvote .topVoteTerm .topVoteTerm_right {
    padding-left: 15px;
    font-size: 17px;
    text-align: left;
  }
}
#topvote .messagToProgram {
  max-width: 600px;
  margin: 40px auto;
}
@media screen and (max-width: 750px) {
  #topvote .messagToProgram {
    margin: 20px auto;
  }
}
.fourVoteSection {
  margin-bottom: 40px;
}
.fourVoteSection ul {
  margin-top: 50px;
}
@media screen and (min-width: 751px) {
  .fourVoteSection ul {
    display: flex;
    flex-wrap: wrap;
  }
}
.fourVoteSection ul li {
  width: 100%;
  margin: 0 0 2% 0;
}
@media screen and (min-width: 751px) {
  .fourVoteSection ul li {
    width: 49%;
    margin: 0 2% 2% 0;
  }
}
.fourVoteSection ul li:nth-child(2n) {
  margin-right: 0;
}
/*----------------------------------------------------
about
----------------------------------------------------*/
#about .aboutTtl_bottom {
  max-width: 900px;
  margin: 35px auto;
  font-size: 16px;
  color: #011558;
  line-height: 1.8;
  text-align: center;
  font-family:'A1ゴシック M JIS2004';
}
@media screen and (min-width: 751px) {
  #about .aboutTtl_bottom {
    text-align: center;
  }
}
#about .aboutSeries ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 40px;
}
#about .aboutSeries ul li {
  width: 49%;
  margin-right: 2%;
}
@media screen and (min-width: 751px) {
  #about .aboutSeries ul li {
    width: 32%;
    margin-right: 2%;
  }
}
#about .aboutSeries ul li:nth-child(2n) {
  margin-right: 0;
}
@media screen and (min-width: 751px) {
  #about .aboutSeries ul li:nth-child(3n) {
    margin-right: 0;
  }
}

#program .aboutTtl {
  font-family:'リュウミン H-KL JIS2004';
}
#program .aboutTxt {
  font-family:'ゴシックMB101 M JIS2004';
}
#program .aboutTxtNormal {
  font-family:'ゴシックMB101 M JIS2004';
}
#program .programWrap .btn_normal a {
  font-family:'A1ゴシック L JIS2004';
}
