@charset 'UTF-8';

/**
 * Contents Page Settings
 * ================================================================================
 * Table of Contents:
 *
 * Common Settings
 *  - Key Visual
 * Top Page Settings
 *  - Banner
 *  - Movie
 * ================================================================================
 */



/**
 * ================================================================================
 * Common Settings
 * ================================================================================
 */

body.page-contents .l-breadcrumbs {
  margin-bottom: 0;
}


/**
 * Key Visual
 * -------------------------------
 */

body.page-contents .cmn-kv-type1 {
  position: relative;
  z-index: 1;
  height: 35.0rem;
  overflow: hidden;
  background-repeat: repeat;
  background-size: auto 100%;
}

body.page-contents .cmn-kv-type1-ttl {
  width: 100%;
  height: 100%;
}

body.page-contents .cmn-kv-type1-ttl img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  max-width: initial;
  height: 100%;
}

@media all and (max-width: 767px) {
  body.page-contents .cmn-kv-type1 {
    height: 17.5rem;
  }
}



/**
 * ================================================================================
 * Top Page Settings
 * ================================================================================
 */

/**
 * Banner
 * -------------------------------
 */

body.page-contents-top .banner {
  padding-top: 8.5rem;
  padding-bottom: 8.5rem;
  background-color: #f2f4f5;
}

body.page-contents-top .banner .l-container {
  max-width: 118.0rem;
}

body.page-contents-top .banner .c-grid-row {
  margin-top: -1.5rem;
  margin-left: -1.5rem;
}

body.page-contents-top .banner .c-grid-row > * {
  padding-top: 1.5rem;
  padding-left: 1.5rem;
}

@media all and (max-width: 767px) {
  body.page-contents-top .banner {
    padding-top: 3.0rem;
    padding-bottom: 5.0rem;
  }

  body.page-contents-top .banner .c-grid-row {
    margin-top: -1.5rem;
    margin-left: 0;
  }

  body.page-contents-top .banner .c-grid-row > * {
    padding-top: 1.5rem;
    padding-left: 0;
  }
}


/**
 * Movie
 * -------------------------------
 */

body.page-contents-top .movie {
  margin-top: 8.0rem;
}

body.page-contents-top .movie .l-container {
  max-width: 118.0rem;
}

body.page-contents-top .movie-ttl {
  padding-bottom: 3.5rem;
  font-size: 2.5rem;
}

body.page-contents-top .movie .c-grid-row {
  margin-top: -8.0rem;
  margin-left: -2.0rem;
}

body.page-contents-top .movie .c-grid-row > * {
  padding-top: 8.0rem;
  padding-left: 2.0rem;
}

@media all and (max-width: 767px) {
  body.page-contents-top .movie {
    margin-top: 4.5rem;
  }

  body.page-contents-top .movie-ttl {
    padding-bottom: 2.5rem;
    font-size: 1.9rem;
  }

  body.page-contents-top .movie .c-grid-row {
    margin-top: -3.0rem;
    margin-left: 0;
  }

  body.page-contents-top .movie .c-grid-row > * {
    padding-top: 3.0rem;
    padding-left: 0;
  }
}
