@charset "utf-8";
/* CSS Document */
html {
  font-size: 62.5%;
}
body {
  font-size: 1.4rem;
  margin: 0px;
  padding: 0px;
  line-height: 1.4;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background: #151515;
  color: #ffffff;
}
body::before {
  background: url('../images/bg.jpg') repeat center top;
  background-size: 100% auto;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 108px;
  content: "";
  z-index: -1;
}
a:link {
  color: #694404;
  text-decoration: none;
}
a:visited {
  color: #333;
}
a:hover {
  color: #333333;
  text-decoration: underline;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transform: all 0.4s ease;
  -ms-transform: all 0.4s ease;
  -o-transform: all 0.4s ease;
}
a img {
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transform: all 0.4s ease;
  -ms-transform: all 0.4s ease;
  -o-transform: all 0.4s ease;
}
a:active {
  text-decoration: none;
  color: #000000;
}
a img:hover {
  transform: scale(0.9, 0.9);
}
img a:hover {
  background-color: transparent;
}
.wrapper {
  width: 100%;
  max-width: 1260px;
  margin: 0px auto;
  line-height: 1.8;
  font-size: 0.9em;
  word-break: normal;
  box-sizing: border-box;
  padding: 0px 10px;
}
/**header**/
header {
  /*width: 100%;*/
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  height: 42px;
  padding: 0 5px;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 2;
}
.menu-trigger {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 28px;
  vertical-align: middle;
  cursor: pointer;
  z-index: 99999;
}
.menu-trigger span {
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #b82e1e;
  transition: all .5s .2s;
}
.menu-trigger.active span {
  background-color: #fff;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(13px) rotate(-45deg);
  color: #ffffff;
}
.menu-trigger span:nth-of-type(2) {
  top: 12px;
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-13px) rotate(45deg);
}
nav {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  color: #fff;
  text-align: center;
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1;
  font-weight: bold;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
  font-size: 2.0rem;
  letter-spacing: 0.5rem;
}
nav ul {
  /*padding-top: 52px;*/
}
nav ul li a {
  padding: 5px 0;
}
nav ul li a:hover {
  background-color: #b82e1e;
}
nav ul li a:link, nav ul li a:visited {
  color: #ffffff;
  display: block;
  text-decoration: none;
}
nav ul li .r_txt {
	color: #C9D206;
}
/**header**/
.img_area {
  position: relative;
  margin-bottom: 15px;
}
h1.logo {
  text-align: center;
  box-sizing: border-box;
  margin-bottom: 15px;
}
.content {
  position: relative;
  z-index: 0;
}
h2.title {
  font-size: 2.8rem;
  margin-bottom: 10px;
  letter-spacing: 0.5rem;
  line-height: 1.4;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
  font-weight: bold;
}
h2.release_title {
	text-align: center;
	margin-bottom: 20px;
}
.inte {
	font-size: 1.4rem;
	text-align: right;
}
.txt {
	font-size: 1.4rem;
}
.acenter {
	text-align: center;
}
/**btn**/
.more_btn {
  text-align: center;
}
.square_btn {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 0.25em 0;
  text-decoration: none;
  color: #B18609;
}
.square_btn:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 4px;
  top: 100%;
  left: 0;
  border-radius: 3px;
  background: #B18609;
  transition: .2s;
}
.square_btn:hover:before {
  top: -webkit-calc(100% - 3px);
  top: calc(100% - 3px);
}
.square_btn a {
  text-decoration: none;
}
/**btn**/

/*release*/
section.release .release_box {
	display: flex;
}
section.release .st {
	display: flex;
	margin-top: 10px;
}
section.release .st p:nth-child(n){
	width: 50%;
}

section.release .release_box h3 {
	font-size: 2.4rem;
}
section.release .release_box h4 {
	font-size: 2.0rem;
}

section.release .jk {
	width: 40%;
}
section.release .jk  img {
	margin-bottom: 10px;
}
section.release .r_info {
	width: 60%;
	padding: 0px 40px;
	box-sizing: border-box;
	display: flex;
}

section.release .r_info p:nth-child(n){
	width: 50%;
}

/*info*/
section.info {
	text-align: center;
	  letter-spacing: 0.2rem;
  line-height: 1.4;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
}

section.info h2.info {
	font-size: 2.8rem;
	margin-bottom: 10px;
}
section.info h3.info {
	font-size: 1.6rem;
  text-align: left;
  text-align: justify;
  line-height: 1.6;
}

/*section box*/
section.box {
  border: 1px solid #b82e1e;
  padding: 35px;
  box-sizing: border-box;
  margin-bottom: 15px;
  background-color: #000000;
}
section.box:nth-of-type(2n) {
  border: 1px solid #b82e1e;
  padding: 35px;
  box-sizing: border-box;
  margin-bottom: 15px;
  background-color: #ffffff;
  color: #000000;
}
section.box .yt {
  float: left;
  width: 40%;
}
section.box .detail {
  float: right;
  width: 60%;
  padding: 10px 10px 30px 30px;
  box-sizing: border-box;
}
section.box .yt_2 {
  float: right;
  width: 40%;
}
section.box .detail_2 {
  float: left;
  width: 60%;
  padding: 10px 30px 30px 0px;
  box-sizing: border-box;
}
.grad-wrap {
  position: relative;
}
.grad-btn {
  z-index: 9999;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 148px;
  margin: auto;
  background: #b82e1e;
  color: #ffffff;
  font-size: 1.5rem;
  text-align: center;
  cursor: pointer;
  transition: .2s ease;
  border-radius: 3px;
}
.grad-btn::before {
  content: "続きを読む"
}
.grad-item_b,.grad-item_w {
  position: relative;
  overflow: hidden;
  height: 170px; /*隠した状態の高さ*/
}
.grad-item_b::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px; /*グラデーションで隠す高さ*/
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 50%, rgba(0, 0, 0, 0.9) 50%, #000000 100%);
  background: linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 50%, rgba(0, 0, 0, 0.9) 50%, #000000 100%);
  content: "";
}

.grad-item_w::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px; /*グラデーションで隠す高さ*/
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
  content: "";
}
.grad-trigger {
  display: none; /*チェックボックスは常に非表示*/
}
.grad-trigger:checked ~ .grad-btn::before {
  content: "閉じる" /*チェックされていたら、文言を変更する*/
}
.grad-trigger:checked ~ .grad-item_b {
  height: auto; /*チェックされていたら、高さを戻す*/
}
.grad-trigger:checked ~ .grad-item_b::before {
  display: none; /*チェックされていたら、grad-itemのbeforeを非表示にする*/
}

.grad-trigger:checked ~ .grad-item_w {
  height: auto; /*チェックされていたら、高さを戻す*/
}
.grad-trigger:checked ~ .grad-item_w::before {
  display: none; /*チェックされていたら、grad-itemのbeforeを非表示にする*/
}
.grad-trigger:checked ~ .grad-btn {
  bottom: -2.5em;
}
.banner_area {
  padding: 10px 0px;
  box-sizing: border-box;
  max-width: 1260px;
}
.banner_area .banner_ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.banner_area .banner_ul li {
  width: calc(50% - 0.5%);
  margin-bottom: 10px;
}
.banner_area .banner_ul li a:hover {
  background-color: transparent;
}
.sns_area {
  width: 100%;
  max-width: 960px;
  margin: 45px auto 20px auto;
  text-align: center;
  overflow: hidden;
  position: relative;
}
.sns a {
  color: #FFFFFF;
  display: block;
}
.sns_area ul {
  float: left;
  margin: 0px;
  padding: 0px;
  position: relative;
  left: 50%;
  list-style: none;
}
.sns_area ul li {
  float: left;
  margin-right: 5px;
  padding: 5px;
  position: relative;
  left: -50%;
}
.sns_area ul li a {
  background-color: #b82e1e;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  height: 35px;
  box-sizing: border-box;
  width: 35px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
  font-size: 1.4em;
}
.sns_area ul li a:hover {
  background-color: #ffffff;
  color: #b82e1e;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
footer {
  margin-top: 25px;
  padding: 25px 5px;
  color: #ffffff;
}
.official_link {
  text-align: center;
  margin-bottom: 15px;
  font-size: 0.9em;
}
.official_link a {
  text-decoration: none;
  padding: 5px 8px 2px 8px;
  color: #ffffff;
}
.official_link a:hover {
  color: #b82e1e;
}
address {
  font-style: normal;
  font-size: 0.9em;
  text-align: center;
}
#page-top {
  position: fixed;
  bottom: 40px;
  right: 20px;
  font-size: 77%;
  z-index: 500;
}
#page-top a {
  background: #b82e1e;
  box-sizing: border-box;
  text-decoration: none;
  color: #fff;
  width: 35px;
  height: 35px;
  padding: 10px 0px 0px 0px;
  text-align: center;
  display: block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
#page-top a:hover {
  color: #000000;
  background-color: #ffffff;
}
#pager {
  text-align: center;
  margin-bottom: 25px;
  margin-top: 25px;
  line-height: 3.5em;
}
#pager a {
  color: #fff;
  background-color: #333;
  padding: 10px;
  white-space: nowrap;
  text-decoration: none;
  border-radius: 5px;
}
#pager a:hover {
  color: #000000;
  background-color: #f9f9f9;
  ;
}
.current_page {
  padding: 10px;
  color: #333333;
  background-color: #ffffff;
  border-radius: 5px;
}
.link_page {
  padding: 10px;
  background-color: #000000;
  color: #ffffff;
}
.link_next a {
  color: #E9CA00;
}
.link_before a {
  color: #E9CA00;
}
.plist {
  margin: 10px 0px;
}
.live_data {
  font-size: 2.0rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
	h2.title {
  font-size: 2.0rem;
}
h2.release_title {
	margin-top: 10px;
	margin-bottom: 10px;
}
  section.box {
    padding: 10px 10px 30px 10px;
  }
  section.box .yt {
    float: none;
    width: 100%;
  }
  section.box .detail {
    float: none;
    width: 100%;
    padding: 10px 0px;
  }
  section.box .yt_2 {
    float: none;
    width: 100%;
  }
  section.box .detail_2 {
    float: none;
    width: 100%;
    padding: 10px 0px;
  }
  .banner_area .banner_ul {
    display: block;
    text-align: center;
  }
  .banner_area .banner_ul li {
    width: 100%;
  }
/*info*/
section.info h2.info {
	max-width: 80%;
	margin: 0px auto 10px auto;
}
section.info h3.info {
	font-size: 1.4rem;
}

/*release*/
section.release .release_box {
	display: block;
}
section.release .st {
	display: block;
	margin-top: 10px;
}
section.release .st p:nth-child(n){
	width: 100%;
	margin-bottom: 20px;
}

section.release .release_box h3 {
	font-size: 2.0rem;
}
section.release .release_box h4 {
	font-size: 1.6rem;
}

section.release .jk {
	width: 100%;
}
section.release .jk  img {

	margin-bottom: 10px;

}
section.release .r_info {
	width: 100%;
	padding: 0px;
	box-sizing: border-box;
	display: block;
}

section.release .r_info p:nth-child(n){
	width: 100%;
	margin-bottom: 15px
}
section.release .r_info p:nth-child(2){
	margin-bottom: 0px;
}
}