@charset "UTF-8";

/* ==================================================
  EMOTION!とは | EMOTION! | 名古屋鉄道
  /common/css/style_about.css
================================================== */


@media screen and (min-width: 769px) {
  .parallax {
    position:relative;
    height:400px;
    overflow:hidden;
  }
  .background {
    position:absolute;
    background-repeat:no-repeat;
    background-size:cover;
  }
}



/* Header
---------------------------------------- */
.header.hidden *,
.header.visible * {
  display: none;
}
.header.top .h_logo a {
  display: block;
  width: 110px;
  height: 32px;
  background: url(../images/h_logo_w.svg?v20240912) no-repeat;
  background-size: contain;
}
.header.top .h_logo img {
  display: none;
}
@media screen and (max-width: 768px) {
  .header.top .h_logo a {
    width: 90px;
    height: 27px;
  }
}


/* Nav Button
---------------------------------------- */
/* Open */
.header.top .nav_openbtn > span {
  background: #fff;
}
.header.top .nav_openbtn > span:before, .header.top .nav_openbtn > span:after {
  background: #fff;
}


/* Background
---------------------------------------- */
.pg_contents.about {
  text-align: center;
  color: #fff;
}

@media screen and (min-width: 769px) {
  .pg_contents.about {
    padding: 12rem 0;
  }
/*
  #bg_pc {
    background-image: url(../../about/images/bg_pc.jpg);
    background-position: top center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-color: rgba(0, 78, 162, 0.64);
  }
*/
  .parallax-window {
       background: transparent;
  }

  .parallax-slider {
       top: 0;
       left: 0;
  }
}

/*
@media all and (-ms-high-contrast: none) {
  #bg_pc {
    background-position-y: top !important;
  }
}
*/

@media screen and (max-width: 768px) {
  .pg_contents.about {
    padding: 7rem 0 5rem;
  }
  .bg_sp {
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: url(../../about/images/bg_sp.jpg) no-repeat;
    background-size: cover;
  }
}


/* sec_body
---------------------------------------- */
.sec_body .subttl {
  margin-top: 4em;
  font-size: 2.1875rem;
  letter-spacing: 0.1em;
}
.sec_body .subttl span {
  position: relative;
  display: inline-block;
}
.sec_body .subttl span:before, .sec_body .subttl span:after {
  content: "";
  position: absolute;
  display: inline-block;
  top: calc(50% - 1px);
  left: -2em;
  width: 1.5em;
  height: 2px;
  line-height: 0;
  background: #fff;
}
.sec_body .subttl span:after {
  left: auto;
  right: -2em;
}
.sec_body .text {
  margin-top: 1.5em;
  line-height: 2.6;
  font-size: 1.0625rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  color: #fff;
}
.sec_body .text.catch {
  margin-top: 3em;
  line-height: 2;
  font-size: 1.6875rem;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .sec_body .subttl {
    font-size: 1.5rem;
  }
  .sec_body .text {
    line-height: 2;
    font-size: 1rem;
  }
  .sec_body .text br {
    display: none;
  }
  .sec_body .text span {
    display: inline-block;
  }
  .sec_body .text.catch {
    margin-top: 3em;
    line-height: 2;
    font-size: 1.4rem;
  }
  .sec_body .text.catch br.sp_visible {
    display: inline;
  }
}



/* Movie
---------------------------------------- */
.movie {
  margin-top: 100px;
}

@media screen and (max-width: 768px) {
  .movie {
    margin-top: 3em;
  }
}


