@charset "UTF-8";
/* =================================================================
* Home トップページ
================================================================= */
/* --- color --- */
/* -----------------------------------------------------------------
* Header Intro
----------------------------------------------------------------- */
#intro {
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 100%;
  margin-top: 132px;
  background: url(../img/home/bg_mv.jpg) no-repeat center bottom;
  background-size: cover;
}

@media only screen and (max-width: 991px) {
  #intro {
    margin-top: 50px;
  }
}

#intro p, #intro .img-fluid {
  margin-bottom: 0;
}

#intro .mv-logo {
  position: absolute;
  top: 0;
  right: -50px;
  z-index: 1;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  #intro .mv-logo {
    right: 0;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  #intro .mv-logo {
    right: 0;
    top: -10px;
  }
}

@media only screen and (max-width: 575px) {
  #intro .mv-logo {
    top: 45%;
    right: 27%;
  }
}

#intro h1 {
  margin: 0;
}

#intro .smoke {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 767px) {
  #intro .smoke {
    left: 50%;
    width: 810px;
    margin-left: -405px;
  }
}

#intro .mv-logo-hearofjapan {
  position: absolute;
  left: 20px;
  top: 0;
  z-index: 2;
}

@media screen and (min-width: 576px) and (max-width: 991px) {
  #intro .mv-logo-hearofjapan {
    left: 4%;
    width: 40px;
    height: auto;
  }
}

@media only screen and (max-width: 575px) {
  #intro .mv-logo-hearofjapan {
    left: auto;
    right: 4%;
    top: 0;
    width: 40px;
    height: auto;
  }
}

#header-link {
  position: absolute;
  top: 0;
  right: 20px;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  #header-link {
    top: -30px;
  }
}

#ninjatai {
  position: relative;
  top: -5px;
  left: 0;
  text-align: center;
  height: auto;
}

@media only screen and (max-width: 1199px) {
  #ninjatai {
    width: 90%;
  }
}

@media only screen and (max-width: 767px) {
  #ninjatai {
    top: -10px;
    width: 105%;
  }
}

@media only screen and (max-width: 575px) {
  #ninjatai {
    top: 0;
    width: 105%;
    left: -2%;
  }
}

#slogan {
  position: relative;
  padding-top: 40px;
}

@media only screen and (max-width: 767px) {
  #slogan {
    padding-top: 45px;
  }
}

@media only screen and (max-width: 575px) {
  #slogan {
    padding-top: 20px;
  }
}

/* -----------------------------------------------------------------
* モーダル You Tube
----------------------------------------------------------------- */
.modal-video-message {
  position: absolute;
  z-index: 2;
  bottom: -3.5em;
  left: 0;
  right: 0;
  text-align: center;
  font-weight: bold;
}

.modal-video-message a {
  text-decoration: underline;
}

/* -----------------------------------------------------------------
* Bnr Area
----------------------------------------------------------------- */
#bnr-area {
  padding: 80px 0 60px;
}

#bnr-area .img-fluid {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  #bnr-area {
    padding: 30px 0;
  }
  #bnr-area .container {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}

@media only screen and (min-width: 768px) {
  #bnr-area .bnr-col {
    margin-bottom: 30px;
  }
}

/* -----------------------------------------------------------------
* General sections
----------------------------------------------------------------- */
.home-section {
  padding-top: 90px;
  padding-bottom: 90px;
  display: block;
}

.home-section h2 {
  font-size: 2.5rem;
}

.home-section h2.title-en {
  font-size: 55px;
}

@media only screen and (max-width: 600px) {
  .home-section h2.title-en {
    font-size: 35px;
  }
}

/* -----------------------------------------------------------------
* Intro Bottom
----------------------------------------------------------------- */
#intro-bottom {
  background: #212324 url(../img/home/bg_shuriken01.png) repeat center top;
}

#intro-bottom .container-fluid {
  background: -webkit-gradient(linear, left top, left bottom, from(#242628), color-stop(90%, rgba(36, 38, 40, 0)));
  background: -webkit-linear-gradient(top, #242628 0%, rgba(36, 38, 40, 0) 90%);
  background: linear-gradient(to bottom, #242628 0%, rgba(36, 38, 40, 0) 90%);
}

@media only screen and (max-width: 768px) {
  #intro-bottom .container-fluid {
    background-size: 100%, 78px;
  }
}

#intro-bottom .section-heading h2 {
  padding: 40px 0 20px;
}

/* -----------------------------------------------------------------
* News Area
----------------------------------------------------------------- */
#news-area {
  position: relative;
  display: block;
  padding-top: 90px;
  padding-bottom: 90px;
}

#news-area::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

#news-list {
  margin-bottom: 60px;
}

.btn-outline-secondary:hover, .btn-outline-secondary:focus {
  color: #d61518;
}

/* -----------------------------------------------------------------
* Event Area
----------------------------------------------------------------- */
.pic-col.type01 .pic {
  background: url("../img/home/pic_intro-bottom01.jpg") no-repeat center center;
  background-size: cover;
}

.pic-col.type02 .pic {
  background: url("../img/home/pic_intro-bottom02.jpg") no-repeat center center;
  background-size: cover;
}

.pic-col.type03 .pic {
  background: url("../img/home/pic_intro-bottom03.jpg") no-repeat center center;
  background-size: cover;
}

.pic-col .pic-box {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 20vw;
}

@media screen and (min-width: 769px) and (max-width: 991px) {
  .pic-col .pic-box {
    height: 25vw;
  }
}

@media screen and (min-width: 576px) and (max-width: 768px) {
  .pic-col .pic-box {
    height: 40vw;
  }
}

@media only screen and (max-width: 575px) {
  .pic-col .pic-box {
    height: 50vw;
  }
}

.pic-col .pic {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  width: 100%;
  height: 100%;
}

.pic-col:hover .pic {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.pic-col .title {
  -webkit-transform: scale(1);
          transform: scale(1);
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, 0.8)), color-stop(30%, rgba(0, 0, 0, 0.3)));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0, rgba(0, 0, 0, 0.3) 30%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0, rgba(0, 0, 0, 0.3) 30%);
}

.pic-col .title img {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: auto;
  height: 64px;
}

@media only screen and (max-width: 991px) {
  .pic-col .title img {
    height: 48px;
  }
}

.pic-col .ts {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 15px 20px;
  background-color: rgba(0, 0, 0, 0.4);
}

/* -----------------------------------------------------------------
* owl-intro-bottom
----------------------------------------------------------------- */
@media only screen and (max-width: 767px) {
  .item p {
    font-size: 14px;
    line-height: 1.6;
  }
}

/* -----------------------------------------------------------------
* owl-bnr
----------------------------------------------------------------- */
#owl-bnr {
  margin-left: 0;
}

/* -----------------------------------------------------------------
* Experience
----------------------------------------------------------------- */
@-webkit-keyframes horizontal {
  0% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@keyframes horizontal {
  0% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@-webkit-keyframes vertical {
  0% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes vertical {
  0% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

#experience {
  position: relative;
  overflow: hidden;
}

#experience .container {
  z-index: 10;
}

#experience .cloud01, #experience .cloud02, #experience .cloud03 {
  display: inline-block;
  -webkit-transition-property: -webkit-transform;
  -webkit-transition-duration: 1s;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 1s;
  -webkit-animation-name: horizontal;
  animation-name: horizontal;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

#experience .cloud01 span, #experience .cloud02 span, #experience .cloud03 span {
  display: block;
  -webkit-transition-property: -webkit-transform;
  -webkit-transition-duration: 1s;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 1s;
  -webkit-animation-name: vertical;
  animation-name: vertical;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

#experience .cloud01, #experience .cloud02, #experience .cloud03 {
  position: absolute;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  #experience .cloud01, #experience .cloud02, #experience .cloud03 {
    display: none;
  }
}

#experience .cloud01 {
  top: 45%;
  left: -10px;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
}

#experience .cloud01 span {
  -webkit-animation-duration: 3.5s;
  animation-duration: 3.5s;
}

@media only screen and (max-width: 991px) {
  #experience .cloud01 img {
    height: auto;
    width: 150px;
  }
}

#experience .cloud02 {
  top: 75px;
  right: -30px;
}

@media only screen and (max-width: 1700px) {
  #experience .cloud02 {
    top: 20%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  #experience .cloud02 {
    top: 20%;
  }
  #experience .cloud02 img {
    width: 203px;
    height: auto;
  }
}

#experience .cloud03 {
  top: 65%;
  right: -60px;
  -webkit-animation-duration: 3.2s;
  animation-duration: 3.2s;
}

#experience .cloud03 span {
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
}

@media only screen and (max-width: 1199px) {
  #experience .cloud03 img {
    width: 203px;
    height: auto;
  }
}

#experience .note {
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 0;
}

/* -----------------------------------------------------------------
* Activity
----------------------------------------------------------------- */
#home #activity {
  position: relative;
  overflow: hidden;
  z-index: 2;
}

#home #activity .container {
  z-index: 10;
}

#home #activity #owl-activity .owl-item .entry-col {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  max-width: 100%;
}

/* -----------------------------------------------------------------
* About
----------------------------------------------------------------- */
#about .list-inline > li {
  padding-left: 0;
  padding-right: 10px;
}

/* -----------------------------------------------------------------
* Schedule
----------------------------------------------------------------- */
.ico {
  display: inline-block;
  position: relative;
  top: 0.2em;
  background-image: url(../img/ico_event.png);
  background-repeat: no-repeat;
}

@media only screen and (max-width: 767px) {
  .ico {
    background-image: url(../img/ico_event@2x.png);
  }
}

/* -----------------------------------------------------------------
* profile
----------------------------------------------------------------- */
#profile {
  margin-top: 60px;
}

#profile ul {
  padding-left: 0;
  list-style: none;
}

#profile ul li {
  margin-bottom: 30px;
  cursor: pointer;
}

#profile img {
  width: 100%;
  height: auto;
}

/* --- mordal profileDetail --- */
.profileDetail .modal-header {
  border-bottom-width: 0;
}

.profileDetail .modal-header .close {
  border: 1px solid #fff;
  background-color: #fff;
}

.profileDetail .modal-header .close:hover, .profileDetail .modal-header .close:focus, .profileDetail .modal-header .close:active, .profileDetail .modal-header .close.active {
  border-color: #d8061a;
  background-color: #d8061a;
}

.profileDetail .modal-body {
  position: relative;
  color: #fff;
}

.profileDetail .modal-footer {
  border-top-width: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

.profileDetail .modal-footer .btn {
  display: block;
  width: 100%;
}

.profileDetail .point {
  padding: 1rem;
  color: #333;
}

.profileDetail .point p:last-child {
  margin-bottom: 0;
}

.profileDetail .pic {
  position: absolute;
  top: -3rem;
  width: 40%;
}

.profileDetail .pic img {
  width: 100%;
  height: auto;
}

.profileDetail#hattori-hanzo .modal-content {
  background-color: #494645;
}

.profileDetail#hattori-hanzo .point {
  background-color: #979290;
}

.profileDetail#hattori-hanzo .pic {
  top: -2rem;
  right: .5rem;
  width: 45%;
}

.profileDetail#hiiragi .modal-content {
  background-color: #B0253D;
}

.profileDetail#hiiragi .point {
  background-color: #efb2bd;
}

.profileDetail#hiiragi .pic {
  top: -1.5rem;
  right: -2.25rem;
  width: 52%;
}

.profileDetail#sanpei .modal-content {
  background-color: #D0A500;
}

.profileDetail#sanpei .point {
  background-color: #ffeb9d;
}

.profileDetail#sanpei .pic {
  top: 0;
  left: -2.5rem;
  width: 55%;
}

.profileDetail#rin .modal-content {
  background-color: #004875;
}

.profileDetail#rin .point {
  background-color: #a8deff;
}

.profileDetail#rin .pic {
  top: -1.5rem;
  right: .25rem;
  width: 45%;
}

.profileDetail#souji .modal-content {
  background-color: #779a46;
}

.profileDetail#souji .point {
  background-color: #9dbe6f;
}

.profileDetail#souji .pic {
  top: -2.5rem;
  left: -1.25rem;
  width: 50%;
}

.profileDetail#enkimaru .modal-content {
  background-color: #368FA6;
}

.profileDetail#enkimaru .point {
  background-color: #98cfdd;
}

.profileDetail#enkimaru .pic {
  top: -1.5rem;
  left: 1.5rem;
  width: 30%;
}

.profileDetail#yu .modal-content {
  background-color: #36A69C;
}

.profileDetail#yu .point {
  background-color: #beeae6;
}

.profileDetail#yu .pic {
  top: 0;
  left: 1rem;
  width: 36%;
}

.profileDetail#tokugawa-ieyasu .modal-content {
  background-color: #AB9578;
}

.profileDetail#tokugawa-ieyasu .point {
  background-color: #c8baa7;
}

.profileDetail#tokugawa-ieyasu .pic {
  top: 0;
  left: -2rem;
  width: 45%;
}

/* -----------------------------------------------------------------
* supervision
----------------------------------------------------------------- */
#supervision::before {
  content: "";
  display: block;
  height: 51px;
  background: #000 url(../img/home/line_shuriken03.png) repeat center top;
}

@media only screen and (max-width: 768px) {
  #supervision::before {
    height: 25px;
    background-size: auto 25px;
  }
}

/* -----------------------------------------------------------------
* supervisionProfile
----------------------------------------------------------------- */
#supervisionProfile {
  margin-top: 60px;
}

@media only screen and (max-width: 576px) {
  #supervisionProfile .sp-margin {
    margin-bottom: 1rem;
  }
}

#supervisionProfile img {
  width: 100%;
  height: auto;
}

#supervisionProfile h3 {
  text-align: center;
  font-size: 18px;
  color: #d3ac07;
  line-height: 1.5;
}

@media only screen and (max-width: 768px) {
  #supervisionProfile h3 {
    font-size: 17px;
  }
}

/* -----------------------------------------------------------------
* instagram
----------------------------------------------------------------- */
#instagram-gallery {
  background-color: #323232;
}

#instagram-gallery::before {
  content: "";
  display: block;
  height: 51px;
  background: #000 url(../img/home/line_shuriken03.png) repeat center top;
}

@media only screen and (max-width: 768px) {
  #instagram-gallery::before {
    height: 25px;
    background-size: auto 25px;
  }
}

#instagram-gallery h2 {
  text-align: center;
  margin-top: 30px;
}

#instagram-gallery h2 .img-fluid {
  margin-bottom: 0;
}

#instagram-list {
  margin: 0;
  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;
}

#instagram-list img {
  width: 100%;
  height: auto;
}

#instagram-list .tit {
  margin: 0;
}

#instagram-list .tit a {
  display: block;
}

#instagram-list .tit a:hover {
  background: rgba(255, 255, 255, 0.2);
}

#instagram-list .col {
  width: 12.5%;
  padding: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

#instagram-list .col a {
  display: block;
}

@media only screen and (max-width: 768px) {
  #instagram-list .col {
    width: 25%;
  }
}

#instagram-list .item {
  position: relative;
  background-size: cover;
  background-position: center center;
}

#instagram-list .item:before {
  opacity: 0;
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

#instagram-list .item:hover:before {
  opacity: 1;
}

#instagram-list .errorTxt {
  font-size: 1rem;
  margin: 0;
}
