/*!
 * Start Bootstrap - Stylish Portfolio v5.0.8 (https://startbootstrap.com/themes/stylish-portfolio)
 * Copyright 2013-2020 Start Bootstrap
 * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-stylish-portfolio/blob/master/LICENSE)
 */


@font-face {
  font-family: "NotoSansJP-Regular";
  src: url("../fonts/NotoSansJP-Regular.otf");
}

@font-face {
  font-family: "NotoSansJP-Thin";
  src: url("../fonts/NotoSansJP-Thin.otf");
}



@font-face {
  font-family: "MuseoModerno-Medium";
  src: url("../fonts/MuseoModerno-Medium.ttf");
  font-family: "MuseoModerno-Light";
  src: url("../fonts/MuseoModerno-Light.ttf");
}
@font-face{
    font-family: "PoiretOne";
  src: url("../fonts/PoiretOne.ttf");
}


body,
html {
  width: 100%;
  height: 100%;
  background-color: #fff!important;
}
html {
  scroll-behavior: smooth;
}

body {
  font-family: 'NotoSansJP-Thin';
}


.specialmark {
  background: linear-gradient(290deg,rgba(255,255,255,0) 60%, #ef3637 20%) !important;
  height: 20%;
  z-index: -1;
}


.specialmark1 {
  background: linear-gradient(130deg,rgba(255,255,255,0) 30%, #ef3637 20%) !important;
  z-index: -1;
  color: black;
  font-size: 4vw;
   transition-property: padding-left;
  transition-duration: 2s;
}


.overlay-text{
   z-index: 1;
  position: absolute;
  transform: rotate(90deg);
  font-size: 5vw;
  float: right !important; 
     padding-bottom: 100vw;

}


.btn-xl {
  padding: 1.25rem 2.5rem;
}

.content-section {
  padding-top: 0rem;
  padding-bottom: 0em;
   margin-left: 3vw;
   margin-right: 3vw;
   box-shadow: 0px 0px 0px 0px gray;
}



.content-section img{
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 15px;
  padding-top: 7vw;


}
.firsthr{
  border-color: #000;
  border-width: 3px;
  margin:1rem 1rem 5rem 1rem;
  opacity: 75%;
}

.firsthrthin{
  border-color: #000;
  border-width: 2px;
  margin:1rem 1rem 5rem 1rem;
  opacity: 70%;
}

.content-section-heading h2 {
  font-size: 3rem;
}

.content-section-heading h3 {
  font-size: 1rem;
  text-transform: uppercase;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

.text-faded {
  color: rgba(255, 255, 255, 0.7);
}



.scroll-to-top {
  position: fixed;
  right: 15px;
  bottom: 15px;
  display: none;
  width: 50px;
  height: 50px;
  text-align: center;
  color: white;
  background: rgba(52, 58, 64, 0.5);
  line-height: 45px;
}

.scroll-to-top:focus, .scroll-to-top:hover {
  color: white;
}

.scroll-to-top:hover {
  background: #343a40;
}

.scroll-to-top i {
  font-weight: 800;
}

.masthead {
  display: table;
  width:100%;
  height: auto;
  padding-top: 15rem;
  padding-bottom: 1rem;
  text-align: center;
}

.masthead a {
  font-size: 3rem;
  font-family: 'MuseoModerno-Light';
  margin-top: 3rem;
  padding: 0;
  color: #000;
}
.masthead a:hover {
  font-size: 3rem;
  font-family: 'MuseoModerno-Light';
  margin-top: 3rem;
  padding: 0;
  color: #ef3637; /*orange*/
  text-decoration: none;
  transition: 0.3s;
}




.story{
  font-family: 'NotoSansJP-Thin' !important;
  font-size: 2rem;
  line-height: 2.5rem;
}
.mb-1 .mb-1 a{
 font-size: 5.5vw;
 margin:0vw;
 margin-left:-5vw;
 padding:0;
 z-index: 1;
 font-family: 'PoiretOne' !important;
 font-weight:lighter;
  display: cover;
  position: flex;
}






@media screen and (min-width: 992px) {
  .masthead {
    height: 50vh;
  }
  .masthead h1 {
    font-size: 5.5rem;
    text-align: center;
  }
}

/* Side Menu */

#mainNav {
  background-color: white !important;
}

#mainNav .navbar-toggler{
  font-size: 17px;
  right: 0;
  padding: 13px;
  text-transform: uppercase;
  color: black;
  border: 0;
  background-color: transparent !important;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
 
}
.navbar-toggler:hover{
    transition: .8s;
  transform: rotate(90deg);
  color:#ef3637!important;
}

#mainNav .navbar-brand {
  color: black;
  z-index: 0;
  font-family: 'MuseoModerno-Light', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

.div{
  z-index: ;
    width: 100px;
  height: 30px;
  background: #ef3637;
  transition-property: width;
  transition-duration: 2s;
}



.div:hover{
width: 300px;
}

#mainNav .navbar-brand.active, #mainNav .navbar-brand:active, #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {

  color:#ef3637;
  transition: .3s;
}

#mainNav .navbar-nav .nav-item .nav-link {
  font-size: 90%;
  font-weight: 400;
  padding: 0.75em 0;
  letter-spacing: 1px;
  color: rgba(100,100,100,225);
  font-family: 'AdventPro-Regular', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  text-align: right!important;
  transition: 0.3s;
}

#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
  color: ;
  background-color: #ef3637;
  opacity: 0.7;
  text-align: right !important;
}

@media (min-width: 992px) {
  #mainNav {
    padding-top: 0;
    padding-bottom: 0;
    transition: padding-top 0.3s, padding-bottom 0.3s;
    border: none;
    background-color: transparent;
  }
  #mainNav .navbar-brand {
    font-size: 1.75em;
    transition: all 0.3s;
  }
  #mainNav .navbar-nav .nav-item .nav-link {
    padding: 1.1em 1em !important;
  }
  #mainNav.navbar-shrink {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #fafafa;
    
  }
  #mainNav.navbar-shrink .navbar-brand {
    font-size: 1.25em;
    padding: 0px 0;
  }
}

#myVideo {

  display: cover;
  /*filter: saturate(0%) ;*/
  width: 20%;
  height:auto;
  border:none;
  z-index: 0;
}
.overlay{
  z-index: 1;
  position: absolute;
  min-height: 30rem;
  margin-top: -25rem;
  text-align: center !important;
}



.callout h2 {
  font-size: 3rem;
  font-weight: 500;
  display: block;
  max-width: 30rem;
  text-align: center !important;
}

.portfolio-item {
  display: block;
  position: relative;
  overflow: hidden;
  max-width: 530px;
  margin: auto auto 0.2rem;
}

.portfolio-item .caption {
  display: flex;
  height: 100%;
  width: 100%;
  background-color: rgba(33, 37, 41, 0.2);
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.caption-content h2{
  font-size: 1.5rem  !important;
}

.portfolio-item .caption .caption-content {
  color: #fff;
  margin: auto 1rem 1rem;
  height: 100%;
  width:100%;

}

.portfolio-item .caption  {
  font-size: 0.5rem;
  text-transform: uppercase;

}


.portfolio-item .caption  {
  font-weight: 300;
  font-size: 1.2rem;

}
  .mask-content {
    transition: opacity 0.25s;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-bottom: 0rem;
    opacity: 0;
    font-size: 4rem !important;
    padding-top:1rem !important;
    padding-left: 9rem !important;
}

 .caption-mask:hover{
      background-color: #072b5d!important;}

  .caption-mask2:hover{
      background-color: #1ce5d2 !important;
  }

/*@media (min-width: 992px) {*/
  .portfolio-item {
    max-width: none;
    margin: 0.3vw;
  }
  .portfolio-item .caption {
    transition: background-color 0.7s, -webkit-clip-path 0.25s ease-out;
    transition: clip-path 0.25s ease-out, background-color 0.7s;
    transition: clip-path 0.25s ease-out, background-color 0.7s, -webkit-clip-path 0.25s ease-out;
    -webkit-clip-path: inset(0px);
    clip-path: inset(0px);
  }
  .portfolio-item .caption .caption-content {
    transition: opacity 0.25s;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-bottom: 0rem;
    opacity: 0;
    padding-top:15rem;
    padding-left: 5rem;
  }
    .col-lg-4  .portfolio-item .caption .caption-content:hover {
    transition: opacity 0.25s;
    opacity: 1!important;

  }
.col-md-4
{
    transition: opacity 0.25s;
    opacity: 1!important;}



  .portfolio-item img {
    transition: -webkit-clip-path 0.25s ease-out;
    transition: clip-path 0.25s ease-out;
    transition: clip-path 0.25s ease-out, -webkit-clip-path 0.25s ease-out;
    -webkit-clip-path: inset(-1px);
    clip-path: inset(-1px);
  }
  .portfolio-item:hover img {
    -webkit-clip-path: inset(2rem);
    clip-path: inset(0.5rem);
  }
  .portfolio-item:hover .caption {
    background-color: #e66b42;
    opacity:0.8;
    -webkit-clip-path: inset(2rem);
    clip-path: inset(0.5rem);
    }
     .caption-mask{
      background-color: #000;
  }
/*}*/



footer.footer {
  padding-top: 0rem;
  margin-top:2rem;
  padding-bottom: 1rem;
  background-color: #fff;
  width: 100% !important; 
}




a {
  color: #1D809F;
}

a:hover, a:focus, a:active {
  color: #155d74;
}



/*BTN*/
.btn-primary {
  background-color: transparent;;
  border-color: transparent;
  color: #bb2c20!important;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color:transparent; !important;
  transform: skew(3);

}

.btn-secondary {
  background-color: #ecb807 !important;
  border-color: #ecb807 !important;
  color: #fff !important;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
  background-color: #ba9106 !important;
  border-color: #ba9106 !important;
}

.btn-dark {
  color: #fff !important;
}

.btn {
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
  font-weight: 700;
}

.bg-primary {
  background-color: #270000 !important;
}

.bg-light{
  background-color: #e6d0d0 !important;
}

.text-primary {
  color: #1D809F !important;
}

.text-secondary {
  color: #ecb807 !important;
}
.modal-title{
  margin-top: 15rem;
}

.modal-body {
  margin: 1rem 10rem 10rem 10rem; 
}
    .modal-dialog-full-width {
        width: 95% !important;
        height: 95% !important;
        margin: !important;
        padding: 0 !important;
       text-align:  max-width:none !important;
        float: middle;

    }

    .modal-content-full-width  {
        height: auto !important;
        min-height: 100% !important;
        border-radius: 5px !important;
        border-color: transparent!important;
        border:none !important;
        background-color: #fff !important 
        opacity: 80% !important;
    }

    .modal-header-full-width  {
        border: none !important;
    }

    .modal-footer-full-width  {
        border: none !important;
    }

.corona{
  height:15vw;
}






@media only screen and (max-width: 600px) {

  .masthead {
    height: 50vh;
  }
  .masthead h1 {
    font-size: 2.5rem;
    text-align: center;
  }

}
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');

 
}
.content-section-map{
   align-items: center;
  background: #642B73;
  background: linear-gradient(to bottom, #C6426E, #642B73);
  display: flex;
  font-family: 'Open Sans', sans;
  justify-content: center;
  overflow: hidden;
  perspective: 1800px;
  text-align: center;
  margin: 0 20px;
}
.cards {
 /* background: #fff;
  border-radius: 15px;
  box-shadow: 0px 10px 20px 20px rgba(0,0,0,0.17);
  display: inline-block;
  padding: 30px 35px;*/
  perspective: 1800px;
  text-align: left;
  transform-origin: 50% 50%;
  transform-style: preserve-3d;
  transform: rotateX(11deg) rotateY(16.5deg);
  text-align: center;
}

.card {
  cursor: pointer;
  display: inline-block;
  height: 250px;
  overflow: hidden;
  perspective: 1200px;
  position: relative;
  transform-style: preserve-3d;
  transform: translatez(35px);
  transition: transform 200ms ease-out;
  width: 80%;
  height: auto;
  text-align: center;
  border-color: transparent !important;
  &:hover {
  box-shadow: 5px 5px 20px -7px rgba(0,0,0,0.5);
  transform: translatez(60px);
   }
  
  &:not(:last-child) {
    margin-right: 30px;
  }
}

.card__img {
  position: relative;
width: 100%;
height: auto;
z-index: 99;
}

.card__bg {
  
  
  position: absolute;
  right: -1vw;
  top: -0px; 
  transform-origin: 90% 90%;
  transform: translateZ(-50px); 
  z-index: 0;
  width: 100% !important;
  height: auto;
}


.card__one {
  .card__img {
    top: 14px;
    right: -10px;
    height: 110%;
  }

}



.img-communicate{
  text-align: center !important;
  border:none;
}

body {
  opacity: 1;
  transition: 1s opacity;
}

body.fade {
    opacity: 0;
    transition: none;
}



.card-clip{
  background-color: #ef3637;
}

.content-section-clip{
  background-color: #ef3637;
    text-align: center;
  text-align: center !important;
}


.masthead-clip{
  background-color: #ef3637;
  display: table;
  width:100%;
  height: auto;
  padding-top: 15rem;
  padding-bottom: 3rem;
  text-align: center;
}


#mainNav-clip {
  background-color: #ef3637 !important;
}
