/*VIDEO*/
.header, .header.header-small {
  /*background-color: #eaa1c7;*/
    background-color: #fff;
}

.module-s {
  padding: 40px 0 20px; }

h1.tz-section-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 80px;
    line-height: 1;
    letter-spacing: -3px; }
  h1.tz-section-title span {
    display: block;
    color: #ff3fab;
    font-size: 26px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 20px;
    letter-spacing: 0; }

p.tz-section-copy {
  font-size: 16px;
  font-weight: 600; }

p.tz-section-tate img {
  margin: 0 auto 30px;
  text-align: center; }

p.tz-section-yoko {
  text-align: center; }

.tz-concept-voice h1 {
  font-size: 24px; }

.parallax-spacer {
  height: 600px; }

.bg-cool {
  background-color: #103949ab;
  color: white; }
  .bg-cool h1 {
    color: white; }

.bg-happy {
  background-color: #85133db5;
  color: white; }
  .bg-happy h1 {
    color: white; }

.bg-food {
  background-color: #bea068;
  color: white; }
  .bg-food h1 {
    color: white; }

.bg-tree {
  background-color: #8cb967;
  color: white; }
  .bg-tree h1 {
    color: white; }

.bg-mu {
  background-color: white;
  color: white; }
  .bg-mu h1 {
    color: #103949ab;
    border: solid 10px #103949ab;
    padding: 40px; }

.bg-darkmode {
  background-color: white; }
  .bg-darkmode h1 {
    background-color: #103949ab;
    color: white;
    border: solid 10px #103949ab;
    padding: 40px; }

.bg-dark h1 {
  color: white; }

.visible-pc {
  display: none; }

/*
.card {
    background-color: $cDark;
    background-clip: border-box;
    border: 2px solid $cDark;
    border-radius:0;
    & h5{
        font-weight: 600;
        font-size: 1rem;
    }
}
.card-img-top {
    width: 100%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    overflow: hidden;
    & img:hover{
        transform: scale(120%);
    }
}
.card-title {
    margin: .75rem 0 2rem;
    text-align: center;
    color:white;
}
*/
.portfolio-item-caption {
  background: #343a40;
  padding: 0rem 1.25rem 2rem;
  /*
  width: 100%;
  top: 100%;
  left: 0;
  text-align: center;
  z-index: 1;
  */ }
  .portfolio-item-caption h6 {
    color: white;
    font-weight: 600; }

@media (min-width: 768px) {
  .visible-sp {
    display: none; }

  .visible-pc {
    display: block; } }
@media (min-width: 992px) {
  p.tz-section-tate {
    padding-right: 35%;
    text-align: right; }

  .bg-mu h1 {
    padding: 80px;
    font-size: 40px; }

  .bg-darkmode h1 {
    padding: 80px;
    font-size: 40px; }

  .tz-concept-voice h1 {
    font-size: 40px; }
}
@media (min-width: 1200px) {
  h1.tz-section-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 80px;
    }
    h1.tz-section-title span {
      display: block;
      color: #ff3fab;
      font-size: 40px;
      font-weight: 600; }

  p.tz-section-copy {
    font-size: 26px;
    font-weight: 600; }

  p.tz-section-tate img {
    margin: 0 25%; }

  p.tz-section-tate {
    text-align: right; }
}
