@charset "UTF-8";
/*--------------------------------------------------------------------------------------------------------------
  初期設定
--------------------------------------------------------------------------------------------------------------*/
body {
  line-height: 2;
  -webkit-text-size-adjust: 100%;
  background: #000;
}

@media screen and (max-width: 768px) {
  body {
    background: url(../img/bg/bg_sp.jpg) repeat-x;
  }
}

div {
  margin: 0 auto;
}

div, h1, h2, h3, h4, h5, p, li, dl, dt, dd, th, td, article, header, footer, nav, span, a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  height: auto;
  width: auto;
  max-width: 100%;
  line-height: 100%;
  vertical-align: bottom;
}

h2, h3, h4, h5 {
  line-height: 1.7;
  margin: 0;
}

p, li {
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
  word-wrap: break-word;
}

.cf:after {
  content: "";
  display: block;
  clear: both;
}

ul {
  margin: 0;
  padding: 0;
}

/*------------------------------------------
  font
------------------------------------------*/
@font-face {
  font-family: "YuGothic M";
  src: local(Yu Gothic Medium);
}

body {
  font-family: YuMincho, "Yu Mincho", "游明朝", "游明朝体", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

/*------------------------------------------
	枠内にfitするimg
------------------------------------------*/
.footer .bnrLink li a {
  overflow: hidden;
}

.footer .bnrLink li a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover; object-position: center;';
}

/*------------------------------------------
	hoverで拡大するimg
------------------------------------------*/
.imgLinkBox {
  display: block;
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  .imgLinkBox img {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .imgLinkBox:hover {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
  }
  .imgLinkBox:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
}

/*------------------------------------------
  スクロールされたらフェードイン
------------------------------------------*/
.fade-in {
  opacity: 0.1;
  -webkit-transform: translate(0, 80px);
  -ms-transform: translate(0, 80px);
  transform: translate(0, 80px);
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}

.fade-in.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

@media screen and (max-width: 768px) {
  .fade-in {
    -webkit-transform: translate(0, 50px);
    -ms-transform: translate(0, 50px);
    transform: translate(0, 50px);
  }
}

/*--------------------------------------------------------------------------------------------------------------
  Opening
--------------------------------------------------------------------------------------------------------------*/
.opening {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

.opening .opening1, .opening .opening2, .opening .opening3, .opening .opening4, .opening .opening5, .opening .opening6, .opening .opening7 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  opacity: 0;
}

.opening .opening1 {
  background: url(../img/opening/1.jpg) center center no-repeat;
  background-size: cover;
}

.opening .opening2 {
  background: url(../img/opening/2.jpg) center center no-repeat;
  background-size: cover;
}

.opening .opening3 {
  background: url(../img/opening/3.jpg) center center no-repeat;
  background-size: cover;
}

.opening .opening4 {
  background: url(../img/opening/4.jpg) center center no-repeat;
  background-size: cover;
}

.opening .opening5 {
  background: url(../img/opening/5.jpg) center center no-repeat;
  background-size: cover;
}

.opening .opening6 {
  background: url(../img/opening/6.jpg) center center no-repeat;
  background-size: cover;
}

.opening .opening7 {
  background: url(../img/opening/7.jpg) center center no-repeat;
  background-size: cover;
}

.opening .button-container-3 {
  position: absolute;
  width: 100%;
  height: 100vh;
  display: none;
}

.opening .button-container-3 button {
  width: 101%;
  height: 100%;
  background: #000;
  -webkit-mask: url("../img/opening/nature-sprite-2.png?raw=true");
  mask: url("../img/opening/nature-sprite-2.png?raw=true");
  -webkit-mask-size: 7100% 100%;
  mask-size: 7100% 100%;
  border: none;
  color: #fff;
  background-position: center center;
  background-size: cover;
  cursor: pointer;
  -webkit-animation: ani2 2s steps(70) forwards;
  animation: ani2 2s steps(70) forwards;
}

@-webkit-keyframes ani2 {
  from {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
  to {
    -webkit-mask-position: 0% 0;
    mask-position: 0% 0;
  }
}

@keyframes ani2 {
  from {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
  to {
    -webkit-mask-position: 0% 0;
    mask-position: 0% 0;
  }
}

.opening .openingLogo {
  background: url(../img/logo_white.png) center center no-repeat;
  background-size: 314px 184px;
  position: absolute;
  width: 100%;
  height: 100vh;
  opacity: 0;
}

@media screen and (max-width: 768px) {
  .opening .openingLogo {
    background-size: 80% auto;
  }
}

/* ローディング前 初期値 */
.index .header {
  opacity: 0;
}

.index #index-stage {
  opacity: 0;
}

.index .mainLeft {
  opacity: 0;
}

.index .mainRight {
  opacity: 0;
}

.index .footer {
  opacity: 0;
}

/*--------------------------------------------------------------------------------------------------------------
  header
--------------------------------------------------------------------------------------------------------------*/
html, body {
  width: 100%;
  height: 100%;
  position: relative;
  min-width: 1280px;
}

@media screen and (max-width: 768px) {
  html, body {
    min-width: initial;
  }
}

.wrapper {
  display: none;
}

.header {
  background: none;
  height: auto;
  padding: 30px 0 0;
  margin: 0 auto 50px;
  position: absolute;
  background: url("../img/bg/bg_header01.png") repeat-x top;
  background-size: contain;
  z-index: 100;
  width: 100%;
}

.header .headerInner {
  margin: 0 30px;
  overflow: hidden;
}

.header .headerLogo {
  float: left;
  position: static;
  max-width: none;
  width: auto;
}

@media screen and (max-width: 768px) {
  .header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: none;
    padding: 10px 0 0;
    z-index: 9999;
  }
  .header .headerLogo {
    width: 188px;
  }
  .header .navBtn {
    width: 50px;
    top: 20px;
    right: 20px;
    position: fixed;
  }
}

/*	.nav
---------------------------*/
.nav .list .item img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.nav .list .item a {
  display: block;
  position: relative;
}

.nav .list .item a:before {
  content: "";
  display: block;
  background: #a60b15;
  position: absolute;
  margin: auto;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media screen and (min-width: 769px) {
  .nav {
    float: right;
    display: block !important;
    opacity: 1 !important;
  }
  .nav .list {
    padding-bottom: 20px;
    overflow: hidden;
  }
  .nav .list .item {
    float: right;
    opacity: 1 !important;
  }
  .nav .list .item.active, .nav .list .item a:hover {
    opacity: 1;
  }
  .nav .list .item.active img, .nav .list .item a:hover img {
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  .nav .list .item.active a:before {
    height: 10px;
  }
  .nav .list .item a:hover:before {
    height: 10px;
  }
  .nav .list .item a:before {
    width: 1px;
    height: 0;
    top: 8px;
    left: 0;
    right: 0;
  }
  .nav .list .item + .item {
    margin-right: 25px;
  }
  .nav .snsLink {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .nav {
    display: none;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 20px 20px 40px;
    position: fixed;
    z-index: 9998;
    overflow-y: scroll;
    background: rgba(0, 0, 0, 0.9);
  }
  .nav::-webkit-scrollbar {
    display: none;
  }
  .nav .navInner {
    position: relative;
    z-index: 9998;
  }
  .nav .navLogo {
    width: 88px;
    margin: 0 auto 20px 0;
  }
  .nav .navClose {
    width: 50px;
    position: fixed;
    top: 20px;
    right: 20px;
  }
  .nav .list {
    padding: 33px 20px;
    margin-bottom: 35px;
    border-top: 4px double #fff;
    border-bottom: 4px double #fff;
  }
  .nav .list .item + .item {
    margin-top: 34px;
  }
  .nav .list .item img {
    height: 24px;
  }
  .nav .list .item.active img, .nav .list .item a:hover img {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  .nav .list .item.active a:before {
    width: 10px;
  }
  .nav .list .item a:hover:before {
    width: 10px;
  }
  .nav .list .item a:before {
    width: 0;
    height: 1px;
    top: 0;
    bottom: 0;
    left: 0;
  }
}

.hbb02 img {
  width: 100%;
  height: auto;
}

.hbb02.view {
  animation: flash 5s infinite linear;
  -webkit-animation: flash 5s infinite linear;
  -moz-animation: flash 5s infinite linear;
}

@-webkit-keyframes flash {
  0% {
    opacity: 1;
  }
  35% {
    opacity: .3;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes flash {
  0% {
    opacity: 1;
  }
  35% {
    opacity: .3;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

#index-stage {
  position: relative;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  #index-stage {
    min-width: 100%;
  }
}

#index-main {
  position: relative;
  height: auto;
}

@media screen and (max-width: 768px) {
  #index-main {
    padding-top: 0;
  }
}

#index-visuals {
  width: 100%;
  height: auto;
}

#index-mainInner {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.pixi {
  position: absolute;
  top: 0;
  width: 100%;
  height: 1273px;
}

@media screen and (max-width: 768px) {
  .pixi {
    height: 100vh;
    pointer-events: none;
  }
}

/*============================================================================================================
	footer
============================================================================================================*/
.footer {
  padding: 9% 30px 80px;
  background: url(../img/bg07.png) no-repeat center top;
  background-size: cover;
  margin-top: -5%;
  position: relative;
  z-index: 1;
}

.footer .bnrLinkWrap {
  max-width: 1160px;
  margin: 0 auto;
}

.footer .bnrLink {
  width: 1065px;
  max-width: 1065px;
  margin: 0 auto 60px;
}

.footer .bnrLink li {
  width: 193px;
  float: left!important;
  margin: 0 10px;
}

.footer .bnrLink li a {
  display: block;
  height: 60px;
}

.footer .snsLink {
  margin-bottom: 40px;
}

.footer .copyright {
  color: #fff;
  font-size: 13px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .footer {
    padding: 20% 10px 30px;
    background: url(../img/bg07_sp.png) no-repeat center top;
    background-size: cover;
    margin-top: -10%;
  }
  .footer .bnrLink {
    width: 85%;
    margin: 0 auto 100px;
  }
  .footer .bnrLink .slick-track {
    display: flex;
    align-items: center;
  }
  .footer .bnrLink li {
    width: 100%;
    margin: 0 auto;
  }
  .footer .bnrLink li a {
    height: auto;
  }
  .footer .copyright {
    font-size: 10px;
  }
}

/* slick */
.bnrLink .slick-prev, .bnrLink .slick-next {
  position: absolute;
  top: 45%;
  z-index: 1;
  width: 35px;
  height: 35px;
  background: none;
  z-index: 1;
}

.bnrLink .slick-prev:before, .bnrLink .slick-next:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #9f9f9f;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.bnrLink .slick-prev:after, .bnrLink .slick-next:after {
  content: "";
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 21px;
  height: 6px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.bnrLink .slick-prev:hover:before, .bnrLink .slick-next:hover:before {
  background: #a60b15;
  border-color: #a60b15;
}

.bnrLink .slick-prev:hover.slick-prev:after, .bnrLink .slick-next:hover.slick-prev:after {
  left: -35px;
}

.bnrLink .slick-prev:hover.slick-next:after, .bnrLink .slick-next:hover.slick-next:after {
  right: -35px;
}

.bnrLink .slick-prev {
  left: -50px !important;
}

.bnrLink .slick-prev:after {
  background-image: url("../img/ico/ico_arrow02.png");
}

.bnrLink .slick-next {
  right: -50px;
}

.bnrLink .slick-next:after {
  background-image: url("../img/ico/ico_arrow01.png");
}

@media screen and (max-width: 768px) {
  .bnrLink .slick-prev, .bnrLink .slick-next {
    top: auto !important;
    bottom: -80px !important;
  }
  .bnrLink .slick-prev:before, .bnrLink .slick-next:before {
    border-color: #fff;
  }
  .bnrLink .slick-prev {
    left: -15px !important;
  }
  .bnrLink .slick-next {
    right: -15px !important;
  }
}

/*============================================================================================================
	snsLink(共通)
============================================================================================================*/
.snsLink {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.snsLink li {
  float: left;
  width: 25px;
  height: 25px;
}

.snsLink li + li {
  margin-left: 10px;
}

.snsLink li.txt {
  width: auto;
  height: auto;
  color: #fff;
  font-size: 20px;
}

.snsLink li a {
  display: block;
  position: relative;
}

.snsLink li a img {
  width: 25px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.snsLink li a:hover .on {
  opacity: 1;
}

.snsLink li a:hover .off {
  opacity: 0;
}

.snsLink li a .on {
  opacity: 0;
}

/*--------------------------------------------------------------------------------------------------------------
  main
--------------------------------------------------------------------------------------------------------------*/
.mainLeft {
  position: relative;
}

.mainLeft .catch_img {
  position: absolute;
  left: 20vw;
  top: -30px;
  width: 5vw;
  height: auto;
}

@media screen and (max-width: 1280px) {
  .mainLeft .catch_img {
    left: 120%;
  }
}

@media screen and (max-width: 768px) {
  .mainLeft .catch_img {
    display: none;
  }
}

/*
	movieBoxWrap
---------------------------*/
/*	movieList
---------------------------*/
.movieBoxWrap {
  max-width: 220px;
}

.movieBoxWrap .movieBox {
  margin-bottom: 10px;
  background: #a60b15;
  border: 1px solid #a60b15;
}

.movieBoxWrap .movieBox a {
  display: block;
  position: relative;
}

.movieBoxWrap .movieBox a:before {
  content: "";
  display: block;
  background: url("../img/ico/ico_play.png") no-repeat center;
  background-size: contain;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
}

.movieBoxWrap .movieBox a:hover {
  opacity: .7;
}

.movieBoxWrap .txt {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .movieBoxWrap .item {
    width: 100%;
    margin: 0 auto 40px;
  }
  .movieBoxWrap .item .thumb a:before {
    width: 90px;
    height: 90px;
  }
  .movieBoxWrap .item .txt {
    font-size: 14px;
  }
}

.movieBox iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*
	staff
---------------------------*/
.staffWrap {
  text-align: center;
  margin-bottom: -24px;
  max-width: 600px;
}

.staffWrap h2 {
  margin-bottom: 13px;
}

.staffWrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.staffWrap li {
  width: 33%;
}

@media screen and (max-width: 768px) {
  .staffWrap li {
    width: 50%;
  }
}

.staffWrap .pos {
  color: #d81010;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}

.staffWrap .name {
  font-size: 24px;
  margin-bottom: 22px;
  font-weight: bold;
}

.staffWrap .company {
  margin-bottom: 70px;
}

.staffWrap .cast {
  margin: 0 140px;
}

@media screen and (max-width: 768px) {
  .staffWrap .cast {
    margin: 0;
  }
}

.staffWrap .cast li {
  width: 50%;
}

/*
	storyWrap
---------------------------*/
.storyWrap {
  padding: 26% 30px 280px;
  background: url(../img/bg_center.png) no-repeat center top;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .storyWrap {
    background: url(../img/bg_center_sp.png) no-repeat center top;
    background-size: cover;
    margin: 0 -15px;
    padding: 50vw 15px 180px;
  }
}

.storyWrap .story {
  text-align: center;
}

.storyWrap .story p {
  background: url(../img/bg_story01.png) no-repeat center top;
  background-size: contain;
  color: #fff;
  font-size: 16px;
  line-height: 2;
  padding: 40px 0 50px;
}

@media screen and (max-width: 768px) {
  .storyWrap .story p {
    font-size: 14px;
    line-height: 1.5;
    padding: 20px 0 25px;
  }
}

.storyWrap .character {
  text-align: center;
  margin-top: 100px;
}

@media screen and (max-width: 768px) {
  .storyWrap .character {
    margin-top: 50px;
  }
}

.storyWrap .character ul {
  background: url(../img/bg_story01.png) no-repeat center top;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .storyWrap .character ul {
    display: block;
  }
}

.storyWrap .character li {
  color: #fff;
}

.storyWrap .character li p {
  line-height: 2;
  margin: 40px 0 150px;
  padding: 33px 0;
  background: url(../img/line_story.png) no-repeat center top, url(../img/line_story.png) no-repeat center bottom;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  .storyWrap .character li p {
    margin: 20px 0;
    font-size: 14px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 768px) {
  .storyWrap .character li .img_box {
    background: url(../img/bg_story_sp.png) no-repeat center center;
    background-size: contain;
    margin: 0 -15px;
  }
  .storyWrap .character li:nth-child(2) img {
    width: 60%;
  }
}

.storyWrap .character li + li {
  margin-left: 30px;
}

@media screen and (max-width: 768px) {
  .storyWrap .character li + li {
    margin-left: 0;
  }
}

.storyWrap .character .img_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  min-height: 617px;
}

@media screen and (max-width: 768px) {
  .storyWrap .character .img_box {
    min-height: initial;
  }
}

/*
	mainLeft
---------------------------*/
.mainLeft {
  position: absolute;
  top: 280px;
  left: 40px;
  z-index: 20;
  width: 220px;
  /* NEWS top */
  /* twitter */
}

@media screen and (max-width: 768px) {
  .mainLeft {
    position: static;
    width: calc(100% - 40px);
  }
}

.mainLeft .item {
  cursor: pointer;
  color: #fff;
  display: block;
  width: 170px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  padding: 8px;
  border: 1px solid #fff;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.mainLeft .item:before {
  content: "";
  display: block;
  background: url("../img/ico/ico_arrow01.png") no-repeat center;
  background-size: contain;
  width: 21px;
  height: 6px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -10px;
  margin: auto;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.mainLeft .item:nth-of-type(2) {
  float: right;
  margin-left: 55px;
}

.mainLeft .item.active, .mainLeft .item:hover {
  background: #a60b15;
  border-color: #a60b15;
  opacity: 1;
}

.mainLeft .item:hover::before {
  right: -15px;
}

.mainLeft .newsBoxWrap {
  margin: 40px auto 0;
}

@media screen and (max-width: 768px) {
  .mainLeft .newsBoxWrap {
    width: 100%;
  }
}

.mainLeft .newsBoxWrap .ttlBox {
  margin-bottom: 5px;
}

.mainLeft .newsTxt01 {
  width: 219px;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .mainLeft .newsTxt01 {
    width: 80%;
    margin: auto;
  }
  .mainLeft .newsTxt01 img {
    width: 100%;
    height: auto;
  }
}

.mainLeft .newsTxt02 {
  width: 168px;
  margin: 0 auto;
}

.mainLeft .newsBgWrap {
  background: rgba(0, 0, 0, 0.3);
  padding-bottom: 30px;
}

.mainLeft .newsBox {
  padding: 16px 0 8px;
}

.mainLeft .newsBox ul {
  margin: 5px 0 15px;
  padding: 0 20px;
}

.mainLeft .newsBox li {
  margin-bottom: 10px;
}

.mainLeft .newsBox li .date {
  color: #a60b15;
  font-size: 12px;
}

.mainLeft .newsBox li .ttl {
  color: #fff;
  font-size: 14px;
}

.mainLeft .newsBox li:nth-child(n + 4) {
  display: none;
}

.mainLeft .twitterBoxWrap {
  margin: 30px auto 0;
  padding-top: 10px;
}

@media screen and (max-width: 768px) {
  .mainLeft .twitterBoxWrap {
    margin-bottom: 40px;
    width: 100%;
  }
}

.mainLeft .twitterBoxWrap .ttlBox {
  margin-bottom: 5px;
}

.mainLeft .twitterTxt01 {
  width: 219px;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .mainLeft .twitterTxt01 {
    margin: auto;
    width: 80%;
  }
  .mainLeft .twitterTxt01 img {
    width: 100%;
    height: auto;
  }
}

.mainLeft .twitterTxt02 {
  background: rgba(0, 0, 0, 0.4);
  width: 170px;
  margin: 10px auto 0;
}

.mainLeft .twitterBox {
  background: rgba(0, 0, 0, 0.4);
  padding: 16px 0 30px;
  text-align: center;
}

.mainLeft .twitterBox iframe .timeline-Widget {
  background: transparent;
}

/*
	mainRight
---------------------------*/
.mainRight {
  position: absolute;
  top: 300px;
  right: 40px;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .mainRight {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
  }
}

.mainRight .headerTxt01 {
  width: 262px;
  height: auto;
  max-width: 262px;
  z-index: 3;
}

.mainRight .headerTxt03 {
  margin-top: 40px;
  width: 262px;
  height: auto;
  z-index: 3;
}

@media screen and (max-width: 768px) {
  .mainRight .headerTxt03 {
    color: #000;
    position: static;
    left: 0;
    right: 0;
    top: 0;
    opacity: 1;
    margin-bottom: 40px;
    max-width: 100%;
  }
}

/*
	News
---------------------------*/
.archive, .single {
  background: url(../img/bg05.png);
  font-family: YuMincho, "Yu Mincho", "游明朝", "游明朝体", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.inner {
  width: 1000px;
}

@media screen and (max-width: 1000px) {
  .inner {
    width: 100%;
  }
}

.single .header, .archive .header {
  background: none;
  margin: 70px 0 80px;
  height: auto;
}

@media screen and (max-width: 768px) {
  .single .header, .archive .header {
    margin: 0 0 60px;
  }
}

.single .header .inner, .archive .header .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .single .header .inner, .archive .header .inner {
    display: block;
  }
}

.single .header .headerRight, .single .header .headerLeft, .archive .header .headerRight, .archive .header .headerLeft {
  margin: 0;
}

.single .header h1, .archive .header h1 {
  display: inline-block;
}

.single .header .returnHome, .archive .header .returnHome {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: bottom;
}

@media screen and (max-width: 768px) {
  .single .header .headerLeft, .archive .header .headerLeft {
    text-align: center;
  }
}

.single .header .headerLeft h2, .archive .header .headerLeft h2 {
  font-size: 48px;
  font-weight: normal;
  line-height: 1;
  margin-top: 20px;
}

.single .header .headerLeft .txt_eng, .archive .header .headerLeft .txt_eng {
  text-align: right;
  font-size: 30px;
}

@media screen and (max-width: 768px) {
  .single .header .headerLeft .txt_eng, .archive .header .headerLeft .txt_eng {
    text-align: center;
  }
}

.single .header .headerRight .NewsHeaderLogo, .archive .header .headerRight .NewsHeaderLogo {
  width: 241px;
}

.single .header .headerRight .NewsHeaderLogo img, .archive .header .headerRight .NewsHeaderLogo img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .single .header .headerRight, .archive .header .headerRight {
    text-align: center;
  }
  .single .header .headerRight .NewsHeaderLogo, .archive .header .headerRight .NewsHeaderLogo {
    max-width: 376px;
    width: 80%;
  }
  .single .header .headerRight .returnHome, .archive .header .headerRight .returnHome {
    display: none;
  }
}

.archive .list_cate {
  background: #000;
  display: none;
  text-align: center;
  margin: auto;
  height: 38px;
  line-height: 38px;
}

@media screen and (max-width: 768px) {
  .archive .list_cate {
    height: auto;
    padding: 15px 0;
  }
}

.archive .list_cate li {
  display: inline-block;
}

.archive .list_cate li a {
  color: #fff;
}

.archive .list_cate li a.is-active {
  color: #d81010;
}

@media screen and (min-width: 768px) {
  .archive .list_cate li a:hover {
    color: #d81010;
  }
}

.archive .list_cate li + li::before {
  color: #fff;
  content: " ／ ";
  margin: 0 15px;
}

.archive .main {
  background: none;
}

@media screen and (max-width: 768px) {
  .archive .main {
    padding: 0 15px;
  }
}

.archive .main .pager {
  text-align: center;
  margin: 80px auto 150px;
}

@media screen and (max-width: 768px) {
  .archive .main .pager {
    margin: 30px auto 80px;
    position: relative;
  }
}

.archive .main .pager li {
  display: inline-block;
  text-align: center;
  width: 32px;
  height: 32px;
  line-height: 32px;
}

.archive .main .pager li .current {
  background: #d81010;
  border: solid 1px #d81010;
  color: #fff;
  display: block;
  height: 100%;
}

.archive .main .pager li a {
  border: solid 1px #000;
  background: #fff;
  display: block;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .archive .main .pager li a:hover {
    background: #d81010;
    border: solid 1px #d81010;
    color: #fff;
    opacity: 1;
  }
}

.archive .main .pager li + li {
  margin-left: 5px;
}

.archive .main .pager .btn_prev, .archive .main .pager .btn_next {
  width: 80px;
}

@media screen and (max-width: 768px) {
  .archive .main .pager .btn_prev, .archive .main .pager .btn_next {
    position: absolute;
    top: 40px;
  }
}

.archive .main .pager .btn_prev a, .archive .main .pager .btn_next a {
  background: #000;
  border: solid 1px #000;
  color: #fff;
  width: 80px;
  height: 32px;
  position: relative;
  display: block;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .archive .main .pager .btn_prev a:hover, .archive .main .pager .btn_next a:hover {
    cursor: pointer;
    opacity: 1;
    background: #d81010;
    border: solid 1px #d81010;
  }
}

.archive .main .pager .btn_prev .arrow, .archive .main .pager .btn_next .arrow {
  top: 0;
  bottom: 0;
  margin: auto;
  width: 7px;
  height: 16px;
}

.archive .main .pager .btn_prev {
  margin-right: 30px;
}

@media screen and (max-width: 768px) {
  .archive .main .pager .btn_prev {
    left: 0;
  }
}

.archive .main .pager .btn_prev a {
  padding-right: 0;
  padding-left: 20px;
}

.archive .main .pager .btn_prev a .arrow {
  background: url(../img/ico_arrow01.png) no-repeat;
  position: absolute;
  background-size: 100%;
  right: inherit;
  left: 15px;
}

.archive .main .pager .btn_prev a .arrow::before {
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
}

.archive .main .pager .btn_prev a .arrow::after {
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
}

.archive .main .pager .btn_next {
  margin-left: 35px;
}

@media screen and (max-width: 768px) {
  .archive .main .pager .btn_next {
    right: 0;
  }
}

.archive .main .pager .btn_next a {
  padding-right: 20px;
  padding-left: 0;
}

.archive .main .pager .btn_next a .arrow {
  background: url(../img/ico_arrow02.png) no-repeat;
  position: absolute;
  background-size: 100%;
  right: 15px;
  left: inherit;
}

.archive .archive_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 40px 0;
}

@media screen and (max-width: 768px) {
  .archive .archive_box {
    margin: 40px 0 0;
  }
}

.archive .archive_box li {
  background: #fff;
  border: solid 1px #fff;
  position: relative;
  margin-bottom: 20px;
  width: 490px;
}

@media screen and (max-width: 768px) {
  .archive .archive_box li {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .archive .archive_box li:hover {
    border: solid 1px #d81010;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
  }
  .archive .archive_box li:hover .cate {
    background: #d81010;
  }
}

.archive .archive_box li .cate {
  background: #000;
  color: #fff;
  font-size: 12px;
  display: none;
  text-align: center;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 60px;
  height: 16px;
  line-height: 16px;
}

.archive .archive_box li .thum {
  margin: 0;
  width: 180px;
  height: 180px;
}

@media screen and (max-width: 768px) {
  .archive .archive_box li .thum {
    margin-bottom: 15px;
    width: 30%;
    height: auto;
  }
}

.archive .archive_box li .thum img {
  width: 100%;
  height: auto;
}

.archive .archive_box li .txt {
  width: 243px;
}

@media screen and (max-width: 768px) {
  .archive .archive_box li .txt {
    width: 60%;
  }
}

.archive .archive_box li .txt .ttl {
  font-size: 18px;
  margin-bottom: 10px;
}

.archive .archive_box li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

@media screen and (min-width: 768px) {
  .archive .archive_box li a:hover {
    color: #d81010;
    opacity: 1;
  }
}

.archive .archive_box li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 50px 50px;
  border-color: transparent transparent #000 transparent;
  -webkit-transition: .3;
  -o-transition: .3;
  transition: .3;
}

@media screen and (min-width: 768px) {
  .archive .archive_box li a:hover::before {
    border-color: transparent transparent #d81010 transparent;
  }
}

.archive .archive_box li a::after {
  content: "詳細";
  color: #fff;
  font-size: 12px;
  position: absolute;
  bottom: 0;
  right: 5px;
}

.archive .returnHome {
  text-align: center;
  margin-bottom: 50px;
}

.single .main {
  background: none;
}

@media screen and (max-width: 768px) {
  .single .main {
    padding: 0 15px 30px;
  }
}

.single .main .single_box {
  background: #fff;
  padding: 28px;
  position: relative;
}

.single .main .heading {
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .single .main .heading {
    margin-bottom: 20px;
  }
}

.single .main .thumb {
  text-align: center;
  margin: 0 auto 50px;
}

@media screen and (max-width: 768px) {
  .single .main .thumb {
    margin: 0 auto 20px;
  }
}

.single .main .cate {
  background: #000;
  color: #fff;
  font-size: 12px;
  text-align: center;
  position: absolute;
  right: 30px;
  top: 30px;
  width: 60px;
  height: 16px;
  line-height: 16px;
}

.single .main .detail p {
  font-size: 14px;
  margin-bottom: 35px;
}

.single .main .detail p a {
  color: #d81010;
  text-decoration: underline;
}

.single .main .detail .box {
  border: solid 1px #000;
  margin: 40px auto 20px;
  padding: 20px 30px 0;
}

.single .main .detail .box .title {
  background: #000;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  display: inline-block;
  padding: 5px 20px;
  margin-bottom: 10px;
}

.single .main .snsLink {
  float: right;
}

@media screen and (max-width: 768px) {
  .single .main .snsLink {
    float: none;
    text-align: center;
  }
}

.single .main .snsLink li {
  text-align: center;
  margin: 0 10px;
}

@media screen and (max-width: 768px) {
  .single .main .snsLink li {
    margin: 0 20px;
  }
}

@media screen and (min-width: 768px) {
  .single .main .snsLink li a:hover {
    opacity: 1;
  }
}

.single .main .returnHome {
  text-align: center;
}

.single .main .pager {
  margin: 80px auto 150px;
  letter-spacing: -.4em;
  text-align: center;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 768px) {
  .single .main .pager {
    margin: 60px auto;
  }
}

.single .main .pager > * {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: bottom;
}

.single .main .pager .btn_list {
  background: #fff;
  border: solid 1px #000;
  font-size: 16px;
  text-align: center;
  width: 160px;
  height: 32px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

@media screen and (max-width: 768px) {
  .single .main .pager .btn_list {
    width: 140px;
  }
}

.single .main .pager .btn_list img {
  vertical-align: -2px;
  padding-right: 15px;
}

.single .main .pager .btn_list a {
  display: block;
}

@media screen and (min-width: 768px) {
  .single .main .pager .btn_list:hover {
    background: #d81010;
    border: solid 1px #d81010;
  }
  .single .main .pager .btn_list:hover a {
    color: #fff;
    opacity: 1;
  }
}

.single .main .pager .btn_prev a, .single .main .pager .btn_next a {
  background: #000;
  border: solid 1px #000;
  color: #fff;
  width: 80px;
  height: 32px;
  position: relative;
  display: block;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .single .main .pager .btn_prev a, .single .main .pager .btn_next a {
    width: 60px;
  }
}

@media screen and (min-width: 768px) {
  .single .main .pager .btn_prev a:hover, .single .main .pager .btn_next a:hover {
    cursor: pointer;
    opacity: 1;
    background: #d81010;
    border: solid 1px #d81010;
  }
}

.single .main .pager .btn_prev .arrow, .single .main .pager .btn_next .arrow {
  top: 0;
  bottom: 0;
  margin: auto;
  width: 7px;
  height: 16px;
}

.single .main .pager .btn_prev {
  margin-right: 35px;
}

@media screen and (max-width: 768px) {
  .single .main .pager .btn_prev {
    margin-right: 15px;
  }
}

.single .main .pager .btn_prev a {
  padding-right: 0;
  padding-left: 20px;
}

@media screen and (max-width: 768px) {
  .single .main .pager .btn_prev a {
    padding-left: 15px;
  }
}

.single .main .pager .btn_prev a .arrow {
  background: url(../img/ico_arrow01.png) no-repeat;
  position: absolute;
  background-size: 100%;
  right: inherit;
  left: 15px;
}

@media screen and (max-width: 768px) {
  .single .main .pager .btn_prev a .arrow {
    left: 10px;
  }
}

.single .main .pager .btn_prev a .arrow::before {
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
}

.single .main .pager .btn_prev a .arrow::after {
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
}

.single .main .pager .btn_next {
  margin-left: 35px;
}

@media screen and (max-width: 768px) {
  .single .main .pager .btn_next {
    margin-left: 15px;
  }
}

.single .main .pager .btn_next a {
  padding-right: 20px;
  padding-left: 0;
}

@media screen and (max-width: 768px) {
  .single .main .pager .btn_next a {
    padding-right: 15px;
  }
}

.single .main .pager .btn_next a .arrow {
  background: url(../img/ico_arrow02.png) no-repeat;
  position: absolute;
  background-size: 100%;
  right: 15px;
  left: inherit;
}

@media screen and (max-width: 768px) {
  .single .main .pager .btn_next a .arrow {
    right: 10px;
  }
}

/*============================================================================================================
  PC のみ
============================================================================================================*/
@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }
  a {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}

@media screen and (min-width: 769px) and (min-width: 768px) {
  a:hover {
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
  }
}

/*============================================================================================================
  media query
============================================================================================================*/
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  /*--------------------------------------------------------------------------------------------------------------
		header
	--------------------------------------------------------------------------------------------------------------*/
  .headerLogo {
    width: 26%;
    width: 26vw;
    max-width: 169px;
    right: 0;
    left: auto;
    top: 0;
    margin: 0;
  }
  .headerTxt04 {
    z-index: 3;
    width: 22%;
    max-width: 142px;
    right: 1%;
  }
  .headerTxt04 img,
  .headerTxt02 img {
    max-height: 100%;
    width: auto;
    display: block;
  }
  .headerTxt02 {
    width: 15%;
    max-width: 96px;
    left: 10px;
    top: 70vw;
  }
  .hbb01 {
    background: url(../img/bg01_sp.png) no-repeat center 89vw;
    background-size: 100% auto;
  }
  /* ローディング前 初期値 */
  .headerTxt04 {
    opacity: 0;
    top: 39vh;
  }
  /*--------------------------------------------------------------------------------------------------------------
		footer
	--------------------------------------------------------------------------------------------------------------*/
  .footer {
    padding: 20% 10px 30px;
    background: url(../img/bg07_sp.png) no-repeat center top;
    background-size: cover;
  }
  /*
		snsLink
	---------------------------*/
  .snsLink {
    margin-bottom: 20px;
  }
  .snsLink li {
    width: 26px;
    margin: 0 15px;
  }
  /*
		bnrLink
	---------------------------*/
  .bnrLink {
    width: 80%;
    margin-bottom: 35px;
  }
  .bnrLink li {
    width: 48%;
    margin: 0 auto 4%;
  }
  .bnrLink li:nth-of-type(odd) {
    float: left;
  }
  .bnrLink li:nth-of-type(even) {
    float: right;
  }
  /*
		copyright
	---------------------------*/
  .copyright {
    font-size: 10px;
  }
  /*--------------------------------------------------------------------------------------------------------------
		main
	--------------------------------------------------------------------------------------------------------------*/
  .main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .main #index-stage {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .main .mainRight {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .main .mainLeft {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  /*
		movieBoxWrap
	---------------------------*/
  .movieBoxWrap {
    margin-bottom: 45%;
    max-width: 100%;
  }
  /*
		twitter
	---------------------------*/
  .twitterBoxWrap .ttlBox {
    margin-bottom: 10px;
  }
  .twitterTxt01 {
    width: 90px;
    margin-top: 20px;
  }
  .twitterTxt02 {
    width: 125px;
    margin-right: 0;
  }
  .twitterBox {
    padding: 2.5% 0 .5%;
  }
}

/* youTubePopup
---------------------------*/
.mfp-iframe-holder .mfp-content .mfp-close,
.mfp-inline-holder .mfp-close {
  top: -40px;
  right: -60px;
}

@media screen and (max-width: 768px) {
  .mfp-iframe-holder .mfp-content .mfp-close,
  .mfp-close-btn-in .mfp-inline-holder .mfp-close {
    top: -60px;
    right: 0;
  }
}

.mfp-iframe-holder .mfp-content .mfp-close img,
.mfp-inline-holder .mfp-close img {
  display: block;
  margin-left: auto;
  width: 50px;
  height: 50px;
}

.mfp-content .mfp-iframe-scaler, .mfp-inline-scaler {
  overflow: visible;
}

.mfp-auto-cursor .mfp-content {
  max-width: 900px;
}

.mfp-close-btn-in .mfp-close {
  background: url(../img/btn/btn_close.png) no-repeat;
  background-size: 100%;
  color: #fff;
  cursor: pointer;
  font-size: 0;
  top: 0;
  bottom: auto;
  width: 50px;
  height: 50px;
}

.moviePage .mfp-close-btn-in .mfp-close {
  background: none;
}

.mvWrap {
  position: relative;
}

.mvWrap iframe {
  width: 100%;
  height: 506px;
}

@media screen and (max-width: 768px) {
  .mvWrap iframe {
    height: 56vw;
  }
}

/* ====== Zoom effect ====== */
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}

.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/*	TOPへ戻る
---------------------------*/
.retop {
  width: 92px;
  height: 92px;
  text-align: center;
  z-index: 50;
  right: 40px;
  bottom: 40px;
  position: fixed;
  display: none;
}

.retop a {
  height: 100%;
  display: block;
  position: relative;
}

.retop a img {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.retop a img.on {
  opacity: 0;
}

@media screen and (max-width: 768px) {
  .retop {
    right: 5%;
    bottom: 20px;
    width: 70px;
    height: 70px;
  }
}
