@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  src: local('Nunito Regular'), local('Nunito-Regular'), url(https://fonts.gstatic.com/s/nunito/v9/XRXV3I6Li01BKofINeaE.ttf) format('truetype');
}
@font-face {
  font-family: 'Sarala';
  font-style: normal;
  font-weight: 400;
  src: local('Sarala'), local('Sarala-Regular'), url(https://fonts.gstatic.com/s/sarala/v2/uK_y4riEZv4o1w9hDRcX.ttf) format('truetype');
}
body {
  font-family:'Noto Sans JP', Roboto, Hiragino Sans,"ヒラギノ角ゴシック",Hiragino Kaku Gothic ProN,"ヒラギノ角ゴ ProN W3","Droid Sans",YuGothic,"游ゴシック",Meiryo,"メイリオ",Verdana,"ＭＳ Ｐゴシック",sans-serif;
  letter-spacing: .5px;
  color: #fff;
  background: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {

  text-transform: uppercase;
}
body,
html {
  height: 100%;
}
/* Header - Section */
header .navbar {
  padding: 20px 0;
  transition: all .3s;
}
header .navbar-dark .navbar-nav .nav-link {
  color: #fff;
}
header .navbar-dark .navbar-nav .nav-link:focus,
header .navbar-dark .navbar-nav .nav-link:hover {
  color: #fff;
}
header .navbar-brand {
  font-weight: bold;
  text-transform: uppercase;
}
header .title {
  position: absolute;
  z-index: 15;
  z-index: 999;
  right: 0;
  bottom: 50%;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15%;
  margin-left: 15%;
  padding-left: 0;
  list-style: none;
  -ms-flex-pack: center;
  justify-content: center;
}
header .title h2 {
  font-family: 'Roboto', sans-serif;
  font-size: 3.5rem;
  font-weight: normal;
  letter-spacing: 40px;
}
header .full-screen {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
header .download {
  position: absolute;
  z-index: 15;
  z-index: 999;
  right: 0;
  bottom: 20%;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15%;
  margin-left: 15%;
  padding-left: 0;
  list-style: none;
  -ms-flex-pack: center;
  justify-content: center;
}
header .download a {
  display: inline-block;
  width: 250px;
  margin: 0 10px;
}
header .download .btn-latest {
  padding: 15px 15px;
  color: #fff;
  border: 1px solid #dedede;
}
header .download .btn-light {
  padding: 15px 15px;
  color: #fff;
  border: 0;
  background-image: linear-gradient(to right, #b8cbb8 0%, #b8cbb8 0%, #b465da 0%, #cf6cc9 33%, #ee609c 66%, #ee609c 100%);
}
header .download .btn-light:hover {
  opacity: .8;
}
.credit{
  color: #000;
  margin-left: auto;
  padding-right: 5px;
  display: table;
}
/* News - Section */
.news {
  padding: 60px 0 0;
  color: #333;
}
.news h3 {
  font-weight: bold;
  position: relative;
  letter-spacing: 5px;
}
.news h3 span {
  position: absolute;
  top: 15px;
  left: -65px;
  width: 40px;
  height: 2px;
  background-color: #333;
}
.news p{
  /* display: flex; */
}
.news p span {
  display: block;
}
span.news_date {
  margin-right: 15px;
  font-weight: 700;
}

/* Live - Section */
.live {
  padding: 120px 0;
  color: #333;
}
@media only screen and (max-width: 767px) {
  .live {
    padding: 60px 0 120px;
  }
}
.live h3 {
  font-weight: bold;
  position: relative;
  letter-spacing: 5px;
}
.live h3 span {
  position: absolute;
  top: 15px;
  left: -65px;
  width: 40px;
  height: 2px;
  background-color: #333;
}
.live .card {
  width: 50%;
  box-shadow: 0 6px 15px rgba(36, 37, 38, 0.08);
}
.live .card .play {
  position: relative;
}
.live .card a i {
  font-size: 3rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.live .card .card-title {
  font-size: .9rem;
  font-weight: bold;
  text-transform: capitalize;
}
.live .card .card-text {
  font-size: .8rem;
  color: #666;
}
/* Movies - Section */
.movies {
  padding: 120px 0;
  color: #fff;
  background-image: url(https://nakanedaisuke.jp/images/movies_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  /* background-attachment: fixed; */
  background-size: cover;
  align-items: center;
  justify-content: center;
}
.movies h3 {
  font-weight: bold;
  position: relative;
  letter-spacing: 5px;
}
.movies h3 span {
  position: absolute;
  top: 15px;
  left: -65px;
  width: 40px;
  height: 2px;
  background-color: #fff;
}
.movies .list {
  border: 0;
  background-color: transparent;
}
.movies .list h4 {
  /* text-transform: capitalize; */
  text-transform: none;
}
.movies .list h4 a {
  color: #fff!important;
}
.movies .list .text a {
  color: #000;
}
/* Release - Section */
.release {
  padding: 120px 0;
  color: #333;
  background-color: #fff;
}
.release h3 {
  font-weight: bold;
  position: relative;
  letter-spacing: 5px;
}
.release h3 span {
  position: absolute;
  top: 15px;
  left: -65px;
  width: 40px;
  height: 2px;
  background-color: #333;
}
.release .box {
  margin-bottom: 30px;
  padding: 50px 0;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 4px;
  box-shadow: 0 6px 15px rgba(36, 37, 38, 0.08);
}
.release .box img {
  display: inline-block;
  width: 150px;
  margin-bottom: 20px;
  border-radius: 50%;
  box-shadow: 0 6px 15px rgba(36, 37, 38, 0.08);
}
.release .box h5 {
  font-size: 1rem;
  text-transform: capitalize;
  color: #333;
}
.release .box p {
  font-size: .8rem;
  color: #8b8b8b;
}
.sticky {
  background-color: #000;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
/* Gallery - Section */
.gallery {
  padding: 120px 0;
  color: #333;
  border-top: 1px dashed #dedede;
  background: #f8f8f8;
}
.gallery h3 {
  font-weight: bold;
  position: relative;
  letter-spacing: 5px;
}
.gallery h3 span {
  position: absolute;
  top: 15px;
  left: -65px;
  width: 40px;
  height: 2px;
  background-color: #333;
}
.gallery ul {
  padding-left: 0;
}
.gallery ul li {
  float: left;
  width: 25%;
  list-style: none;
}
@media only screen and (max-width: 767px) {
  .gallery ul li {
    width: 50%;
  }
}
.gallery ul li img {
  display: block;
  width: 100%;
}
/* Tour - Section */
.tour {
  padding: 120px 0;
  color: #333;
}
.tour h3 {
  font-weight: bold;
  position: relative;
  letter-spacing: 5px;
}
.tour h3 span {
  position: absolute;
  top: 15px;
  left: -65px;
  width: 40px;
  height: 2px;
  background-color: #333;
}
.tour .card .card-title {
  font-size: 1.2rem;
  font-weight: bold;
}
.tour .card .btn-light {
  color: #fff;
  background-image: linear-gradient(to right, #b8cbb8 0, #b8cbb8 0, #b465da 0, #cf6cc9 33%, #ee609c 66%, #ee609c 100%);
}
/* About- Section */
.about {
  padding: 120px 0;
  color: #fff;
  background: #000;
}
.about h3 {
  font-weight: bold;
  position: relative;
  letter-spacing: 5px;
}
.about h3 span {
  position: absolute;
  top: 15px;
  left: -65px;
  width: 40px;
  height: 2px;
  background-color: #fff;
}
.about .box {
  text-align: center;
}
.about .box img {
  width: 100%;
  margin-bottom: 20px;
}
.about .box p {
  padding-right: 10px;
  padding-left: 10px;
}
.about .box ul {
  padding-left: 0;
}
.about .box ul li {
  display: inline-block;
}
.about .box ul li a {
  font-size: 1.3rem;
  padding: 5px;
  color: #fff;
}
/* Contact - Section */
.contact {
  /* padding: 0 0 120px; */
  color: #333;
}

.contact h3 {
  font-weight: bold;
  position: relative;
  margin-top: 50px;
  letter-spacing: 5px;
}
.contact h3 span {
  position: absolute;
  top: 15px;
  left: -65px;
  width: 40px;
  height: 2px;
  background-color: #333;
}
.contact .btn-light {
  color: #fff;
  background-image: linear-gradient(to right, #b8cbb8 0, #b8cbb8 0, #b465da 0, #cf6cc9 33%, #ee609c 66%, #ee609c 100%);
}
.contact input {
  height: 45px;
}
/* Footer - Section */
footer {
  padding: 20px 0;
  text-align: center;
  color: #333;
  border-top: 1px dashed #dedede;
  background: #f8f8f8;
}
footer i {
  color: #f44336;
}
/* Detail- Section */
.movies-detail .navbar .back {
  margin-right: 15px;
  text-decoration: underline;
}
.movies-detail .navbar {
  padding: 20px 0;
  transition: all .3s;
}
.movies-detail .navbar-dark .navbar-nav .nav-link {
  color: #fff;
}
.movies-detail .navbar-dark .navbar-nav .nav-link:focus,
.movies-detail .navbar-dark .navbar-nav .nav-link:hover {
  color: #fff;
}
.movies-detail .navbar-brand {
  font-weight: bold;
  text-transform: uppercase;
}
.movies-detail .movies {
  margin-bottom: 30px;
  padding: 120px 0 70px;
}
.movies-detail .content {
  padding-bottom: 30px;
  color: #333;
  border-bottom: 1px dashed #dedede;
}
.movies-detail .content h1,
.movies-detail .content h2,
.movies-detail .content h3,
.movies-detail .content h4,
.movies-detail .content h5,
.movies-detail .content h6 {
  text-transform: capitalize;
}
.movies-detail .content .aligncenter,
.movies-detail .content div.aligncenter {
  display: block;
  margin: 5px auto;
  text-align: center;
}
.movies-detail .content .alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.movies-detail .content .alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
.movies-detail .content .caption-text {
  font-size: 12px;
  font-style: italic;
  text-align: center;
}
.movies-comment {
  margin-top: 10px;
}
.movies-comment h3 {
  font-size: 14px;
  font-weight: 800;
  line-height: 30px;
  text-transform: uppercase;
  color: #333;
}
.movies-comment h3 i {
  font-size: 18px;
}
.movies-comment a {
  font-weight: bold;
  color: #333;
}
.movies-comment ul {
  padding: 0;
  list-style-type: none;
}
.movies-comment img {
  opacity: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  filter: alpha(opacity=100);
  -o-border-radius: 4px;
}
.movies-comment img.avatar {
  position: relative;
  float: left;
  width: 65px;
  height: 65px;
  margin-top: 0;
  margin-left: 0;
}
.movies-comment .post-comments {
  position: relative;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 10px 20px;
  color: #6b6e80;
  border: 1px dashed #dedede;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #fff;
  -o-border-radius: 4px;
}
.movies-comment .meta {
  font-size: 13px;
  margin-bottom: 10px !important;
  padding-bottom: 8px;
  color: #aaa;
  border-bottom: 1px solid #eee;
}
.movies-comment ul.comments ul {
  margin-left: 85px;
  padding: 0;
  list-style-type: none;
}
.reply {
  margin-bottom: 30px;
  padding: 20px;
  border-radius: 4px;
}
.reply h3 {
  margin-top: 0;
  text-decoration: none;
}
.reply .required {
  color: red;
}
.reply .btn-submit {
  margin-top: 10px;
  padding: 17px;
  color: #fff;
  background-image: linear-gradient(to right, #b8cbb8 0, #b8cbb8 0, #b465da 0, #cf6cc9 33%, #ee609c 66%, #ee609c 100%);
}
.reply .btn-submit:hover {
  cursor: pointer;
}
/* Large Devices, Wide Screens */
/* Medium Devices, Desktops */
/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .movies .list {
    margin-bottom: 30px;
  }
  header .title {
    bottom: 68%;
  }
  .carousel-indicators {
    bottom: 18px;
  }
  header .download {
    bottom: 14%;
  }
}
/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  body,
  html {
    height: 100%;
  }
  header {
    height: 100%;
  }
  header .container {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  header .title {
    display: block;
    text-align: center;
  }
  header .title h1 {
    font-size: 2rem;
    margin-right: -5px;
    letter-spacing: 5px;
  }
  header .download {
    display: block;
  }
  header .download a {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0;
  }
  .live .card {
    width: 100%;
    margin-bottom: 30px;
  }
  .gallery ul li {
    width: 50%;
  }
  @media only screen and (max-width: 767px) {
    .gallery ul li {
      /* width: 100%; */
    }
  }
  .tour .card {
    margin-bottom: 30px;
  }
  .movies-detail .navbar .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .movies-detail .navbar .back {
    margin-right: 0;
  }
  .movies-detail .content img {
    max-width: 100%;
  }
}

/* custom style */

/* nav */
.navbar-nav{
  align-items: center;
}
.navbar-nav .fa{
  font-size: 2rem;
}
header .navbar-dark .navbar-nav .nav-link{
  padding: 1vw .7rem;
}
@media only screen and (max-width: 767px) {
  header .navbar-dark .navbar-nav .nav-link{
    padding: 2vw .7rem;
  }
}
/* nav end */

@media only screen and (max-width: 767px) {
  header .title h2{
    font-size: 6vw;
    line-height: 2;
    letter-spacing: 5vw;
    text-align: left;
  }
  header .full-screen {
    /* background-position: top; */
    /* background-size: 180%; */
    background-size: contain;
    background-color: #000;
    background-position: center;
  }
  header .download {
    /* bottom: 35%; */
}
}

.row{
  justify-content: space-around;
}


/* Live */
.card-img-top {
  width: 100%;
  /* aspect-ratio: 16 / 9; */
}

@media only screen and (max-width: 767px) {
  .live .card {
    flex: inherit;
    width: 100%;
    margin-bottom: 10%;
  }
}
/* Live end*/

/* movies */
.movies .col-lg-3{
  max-width: 50%;
  flex: inherit;
  margin-bottom: 3%;
}
@media only screen and (max-width: 767px) {
  .movies .col-lg-3{
    max-width: 100%;
  }
}
.iframe-wrap{
  width: 100%;
  aspect-ratio: 16 / 9;
}
.iframe-wrap iframe{
  width: 100%;
  height: 100%;
}
/* movies end*/

strong{
  color: red;
}

.fa-play-circle-o:before {
  display: none;
}

.release .col-lg-3 {
  margin-bottom: 3%;
}

.release .row {
  justify-content: flex-start;
}
.release .box {
  height: 100%;
  padding: 20% 4%;
}

.fa-apple {
  margin-right: 3%;
}

@media only screen and (max-width: 767px) {
  .release .box {
    min-height: auto;
  }
}

.release .box h5 {
  min-height: 50px;
}

.release .box p {
  text-align: left;
  width: 80%;
  line-height: 1.8;
  margin: 0 auto;
}
.release .box img {
  width: 150px;
  height: 150px;
}

.release .btn-light {
  margin-top: 15%;
}

.about .box{
  margin: 3.5rem 0;
}
.about .box img {
  width: 65%;
  filter: brightness(200%);
}

@media only screen and (max-width: 767px) {
  .about .box img {
    width: 50%;
  }
}

/* form */
.form-control {
  font-size: 1rem;
}
select.form-control-lg:not([size]):not([multiple]) {
  height: 100%;
}

.btn-primary {
  cursor: pointer;
  width: 50%;
}

.navbar-dark .navbar-toggler {
  cursor: pointer;
}

/* Thanks - Section */
.thanks {
  padding: 60px 0 0;
  color: #333;
}
.thanks h3 {
  font-weight: bold;
  position: relative;
  letter-spacing: 5px;
}
.thanks h3 span {
  position: absolute;
  top: 15px;
  left: -65px;
  width: 40px;
  height: 2px;
  background-color: #333;
}
.thanks p{
  display: flex;
}

/* Page-top */

.scroll-top {
  position: fixed;
  right: 25px;
  bottom: 25px;
  z-index: 100;
  background-color: #767676;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #fff;
  line-height: 50px;
  text-align: center;
}
.scroll-top:hover {
  cursor: pointer;
  opacity: 0.7;
}

.scroll-top{
  opacity: 0;
  transition: opacity 350ms ease;
}

.is-hide {
  pointer-events: none;
}

/* KV画像クレジット対応 */
.carousel-item{
  position: relative;
}
.carousel-item span{
  position: absolute;
  bottom: 5px;
  right: 10px;
}