@charset 'UTF-8';

/**
 * Hires Page Settings
 * ================================================================================
 * Table of Contents:
 *
 * Hires Page Settings
 *  - Common
 *  - Key Visual
 *  - About
 *  - Sound
 *  - Products
 *  - Comments
 * ================================================================================
 */



/**
 * ================================================================================
 * Hires Page Settings
 * ================================================================================
 */

/**
 * Common
 * -------------------------------
 */

body.page-contents-hires .cmn-ttl-type1 {
  margin-bottom: 2.5rem;
  padding-left: 2.0rem;
  border-left: 0.4rem solid #1e2b6c;
  color: #003087;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.4;
}

body.page-contents-hires .cmn-txt-type1 {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.8;
}

@media all and (max-width: 767px) {
  body.page-contents-hires .cmn-ttl-type1 {
    margin-bottom: 1.0rem;
    padding-left: 1.0rem;
    border-left: 0.3rem solid #1e2b6c;
    font-size: 1.8rem;
  }

  body.page-contents-hires .cmn-txt-type1 {
    font-size: 1.3rem;
  }
}


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

body.page-contents-hires .cmn-kv-type1 {
  background-image: url('/assets/pages/img/contents/hires/kv_bg.jpg');
}


/**
 * About
 * -------------------------------
 */

body.page-contents-hires .about {
  margin-top: 11.5rem;
}

body.page-contents-hires .about .l-container {
  max-width: 100.0rem;
}

body.page-contents-hires .about-logo {
  position: absolute;
  top: 0;
  right: 4.0rem;
  width: 14.6rem;
}

body.page-contents-hires .about-inner {
  position: relative;
  margin-top: 8.5rem;
  margin-left: 2.5rem;
}

body.page-contents-hires .about-head {
  display: block;
  width: 63.2rem;
}

body.page-contents-hires .about-body {
  position: absolute;
  top: 9.5rem;
  right: 0;
}

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

  body.page-contents-hires .about-logo {
    position: static;
    width: 100%;
    margin-top: 2.0rem;
    text-align: center;
  }
  
  body.page-contents-hires .about-logo img {
    width: 10.0rem;
  }

  body.page-contents-hires .about-inner {
    margin-top: 3.0rem;
    margin-left: 0;
  }

  body.page-contents-hires .about-head {
    width: 100%;
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }

  body.page-contents-hires .about-body {
    position: static;
    margin-top: 1.5rem;
    text-align: center;
  }
}


/**
 * Sound
 * -------------------------------
 */

body.page-contents-hires .sound {
  margin-top: 15.0rem;
}

body.page-contents-hires .sound .l-container {
  max-width: 100.0rem;
}

body.page-contents-hires .sound-inner {
  margin-top: 8.0rem;
}

body.page-contents-hires .sound-head {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
}

body.page-contents-hires .sound-head img {
  width: 41.2rem;
}

body.page-contents-hires .sound-body {
  position: relative;
  z-index: 1;
  margin-top: -6.0rem;
  padding-top: 8.0rem;
  padding-bottom: 3.0rem;
  background-color: #f2f4f5;
  text-align: center;
}

body.page-contents-hires .sound-body img {
  width: 87.1rem;
}

body.page-contents-hires .sound-body .c-comments {
  margin-top: 4.0rem;
  font-weight: 300;
  text-align: right;
}

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

  body.page-contents-hires .sound-inner {
    margin-top: 3.0rem;
  }

  body.page-contents-hires .sound-head img {
    width: 22.2rem;
  }

  body.page-contents-hires .sound-body {
    margin-top: -3.0rem;
    padding-top: 5.0rem;
    padding-bottom: 2.0rem;
  }

  body.page-contents-hires .sound-body img {
    width: 65%;
  }

  body.page-contents-hires .sound-body .c-comments {
    margin-top: 1.5rem;
    font-weight: 300;
    text-align: left;
  }
}


/**
 * Products
 * -------------------------------
 */

body.page-contents-hires .products {
  margin-top: 12.0rem;
}

body.page-contents-hires .products .l-container {
  max-width: 118.0rem;
}

body.page-contents-hires .products-ttl {
  padding: 1.5rem;
  margin-bottom: 4.5rem;
  text-align: center;
  background-color: #cdd0d5;
  font-size: 2.0rem;
  font-weight: 500;
}

body.page-contents-hires .products-list-item {
  margin-top: 10.0rem;
}
body.page-contents-hires .products-list-item:nth-of-type(1) {
  margin-top: 0;
}

body.page-contents-hires .products-list-item-inner {
  position: relative;
  min-height: 71.6rem;
  padding-bottom: 7.5rem;
  background-color: #f2f4f5;
  text-align: center;
}

body.page-contents-hires .products-list-item-head,
body.page-contents-hires .products-list-item-head > * {
  display: block;
}

body.page-contents-hires .products-list-item-head {
  padding-top: 7.5rem;
}

body.page-contents-hires .products-list-item-subttl {
  font-size: 2.3rem;
  font-weight: 600;
  letter-spacing: 0.03em;
}

body.page-contents-hires .products-list-item-logo {
  position: absolute;
  top: 4.5rem;
  right: 5.0rem;
  width: 7.5rem;
}

body.page-contents-hires .products-list-item-ttl > * {
  display: block;
}

body.page-contents-hires .products-list-item-ttl-cat {
  position: relative;
  z-index: 1;
  line-height: 0;
}

body.page-contents-hires .products-list-item-ttl-cat-label {
  display: inline-block;
  min-width: 25.1rem;
  padding: 0 2.0rem;
  background-color: #f2f4f5;
  color: #003087;
  font-size: 2.0rem;
  line-height: 1;
}

body.page-contents-hires .products-list-item-ttl-cat::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 46.8rem;
  height: 0.1rem;
  background-color: #003087;
  content: '';
}

body.page-contents-hires .products-list-item-ttl-sub {
  margin-top: 2.0rem;
  font-size: 3.0rem;
  font-weight: 700;
}

body.page-contents-hires .products-list-item-ttl-main {
  margin-top: 1.0rem;
  color: #003087;
  font-size: 1.6rem;
  font-weight: 500;
}

body.page-contents-hires .products-list-item-btn {
  margin-top: 3.0rem;
}

body.page-contents-hires .products-list-item-btn .c-btn {
  min-width: 27.3rem;
  height: 6.6rem;
}

body.page-contents-hires .products-list-item-btn .c-btn-white:hover {
  background-color: #003087;
  color: #fff;
}

body.page-contents-hires .products-list-item-btn .c-btn-label {
  font-size: 1.6rem;
}

body.page-contents-hires .products-list-item-btn .c-icon-arrow2 {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg viewBox="0 0 13 13" xmlns="http://www.w3.org/2000/svg"%3E%3Cpolygon points="3.8 0 2.7 1.1 8.1 6.5 2.7 11.9 3.8 12.9 10.3 6.5 3.8 0" fill="%23003087"/%3E%3C/svg%3E');
}
body.page-contents-hires .products-list-item-btn .c-btn-white:hover .c-icon-arrow2 {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg viewBox="0 0 13 13" xmlns="http://www.w3.org/2000/svg"%3E%3Cpolygon points="3.8 0 2.7 1.1 8.1 6.5 2.7 11.9 3.8 12.9 10.3 6.5 3.8 0" fill="%23ffffff"/%3E%3C/svg%3E');
}

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

  body.page-contents-hires .products-ttl {
    padding: 1.0rem;
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
  }

  body.page-contents-hires .products-list-item {
    margin-top: 3.0rem;
  }

  body.page-contents-hires .products-list-item-inner {
    min-height: 39.6rem;
    padding-bottom: 3.0rem;
  }

  body.page-contents-hires .products-list-item-img {
    padding-top: 2.0rem;
    padding-bottom: 1.5rem;
    overflow: hidden;
  }

  body.page-contents-hires .products-list-item-head {
    padding-top: 2.5rem;
  }

  body.page-contents-hires .products-list-item-subttl {
    font-size: 1.4rem;
  }

  body.page-contents-hires .products-list-item-img {
    display: inline-block;
    margin-left: -3.0rem;
    margin-right: -3.0rem;
  }

  body.page-contents-hires .products-list-item-logo {
    top: 1.5rem;
    right: 1.5rem;
    width: 3.5rem;
  }

  body.page-contents-hires .products-list-item-ttl-cat-label {
    min-width: 15.0rem;
    padding: 0 1.0rem;
    font-size: 1.4rem;
  }

  body.page-contents-hires .products-list-item-ttl-cat::before {
    width: 24.0rem;
  }

  body.page-contents-hires .products-list-item-ttl-sub {
    margin-top: 1.5rem;
    font-size: 2.3rem;
  }

  body.page-contents-hires .products-list-item-ttl-main {
    margin-top: 1.0rem;
    font-size: 1.2rem;
  }

  body.page-contents-hires .products-list-item-btn {
    margin-top: 1.5rem;
  }

  body.page-contents-hires .products-list-item-btn .c-btn {
    min-width: 20.0rem;
    height: 4.6rem;
  }

  body.page-contents-hires .products-list-item-btn .c-btn-white:hover {
    background-color: #fff;
    color: #000;
  }

  body.page-contents-hires .products-list-item-btn .c-btn-label {
    font-size: 1.3rem;
  }

  body.page-contents-hires .products-list-item-btn .c-btn-white:hover .c-icon-arrow2 {
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg viewBox="0 0 13 13" xmlns="http://www.w3.org/2000/svg"%3E%3Cpolygon points="3.8 0 2.7 1.1 8.1 6.5 2.7 11.9 3.8 12.9 10.3 6.5 3.8 0" fill="%23003087"/%3E%3C/svg%3E');
  }
}


/**
 * Comments
 * -------------------------------
 */

body.page-contents-hires .comments {
  margin-top: 7.0rem;
  font-weight: 300;
}

body.page-contents-hires .comments .l-container {
  max-width: 118.0rem;
}

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