@charset 'UTF-8';

/**
 * About Page Settings
 * ================================================================================
 * Table of Contents:
 *
 * About Top Page Settings
 *  - Common
 *  - Slogan
 *  - Statement
 *  - Brand Logo
 * ================================================================================
 */


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

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

body.page-about-top .cmn-section {
  margin-bottom: 10.0rem;
}

body.page-about-top .cmn-section:nth-last-of-type(1) {
  margin-bottom: 0;
}

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


/**
 * Slogan
 * -------------------------------
 */

body.page-about-top .slogan-logo {
  padding-top: 3.0rem;
  text-align: center;
}

body.page-about-top .slogan-logo img {
  width: 40.2rem;
}

@media all and (max-width: 767px) {
  body.page-about-top .slogan-logo {
    padding-top: 0;
  }

  body.page-about-top .slogan-logo img {
    width: 22.2rem;
  }
}


/**
 * Statement
 * -------------------------------
 */

body.page-about-top .statement p {
  font-size: 2.2rem;
  text-align: center;
  line-height: 2.0;
  letter-spacing: 0.05em;
}

@media all and (max-width: 767px) {
  body.page-about-top .statement p {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
    font-size: 1.6rem;
  }
}


/**
 * Brand Logo
 * -------------------------------
 */

body.page-about-top .brandlogo-logo-img {
  display: block;
  padding-top: 3.5rem;
  margin-bottom: 7.5rem;
  text-align: center;
}

body.page-about-top .brandlogo-logo-img img {
  width: 60.0rem;
}

body.page-about-top .brandlogo-color {
  display: flex;
  margin-top: 3.0rem;
}

body.page-about-top .brandlogo-color-img {
  display: block;
  width: 8.0rem;
}

body.page-about-top .brandlogo-color-detail {
  flex: 1;
  padding-right: 4.5rem;
}

body.page-about-top .brandlogo-color-ttl {
  margin-bottom: 1.0rem;
  color: #004fa8;
  font-size: 1.8rem;
  font-weight: 700;
}

@media all and (max-width: 767px) {
  body.page-about-top .brandlogo-logo-img {
    padding-top: 1.5rem;
    margin-bottom: 4.0rem;
  }

  body.page-about-top .brandlogo-logo-img img {
    width: 65.0rem;
  }

  body.page-about-top .brandlogo-color {
    display: block;
    margin-top: 2.5rem;
  }

  body.page-about-top .brandlogo-color-img {
    width: 10.0rem;
    margin-top: 1.5rem;
  }

  body.page-about-top .brandlogo-color-detail {
    padding-right: 0;
  }

  body.page-about-top .brandlogo-color-ttl {
    margin-bottom: 0.8rem;
    font-size: 1.5rem;
  }
}


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

body.page-about-top .soundlogo {
  position: relative;
  z-index: 1;
  padding-top: 7.0rem;
}

body.page-about-top .soundlogo::after {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
  width: 100vw;
  height: 77.5rem;
  background-color: #ececf0;
  content: '';
}

body.page-about-top .soundlogo-movie-img {
  display: block;
  position: relative;
  width: 96.0rem;
  height: 53.8rem;
  margin: 0 auto 13.0rem auto;
  overflow: hidden;
  line-height: 0;
}

body.page-about-top .soundlogo-movie-img video {
  width: calc(100% + 1px);
}

@media all and (min-width: 768px) and (max-width: 1279px) {
  body.page-about-top .soundlogo::after {
    left: -4.0rem;
    transform: translateX(0);
    width: calc(100% + 8rem);
  }
}
@media all and (max-width: 767px) {
  body.page-about-top .soundlogo {
    padding-top: 0;
  }
  
  body.page-about-top .soundlogo::after {
    display: none;
  }
  
  body.page-about-top .soundlogo-movie-img {
    width: 100vw;
    height: 21.0rem;
    margin-bottom: 4.0rem;
    margin-left: -2.5rem;
  }
}


/**
 * Fancybox
 * -------------------------------
 */

@media (aspect-ratio: 16/9), (min-aspect-ratio: 16/9) {
  .fancybox__content {
    width: auto !important;
    max-height: 640px !important;
    height: 90% !important;
  }
}

@media (max-aspect-ratio: 16/9) {
  .fancybox__content {
    max-width: 640px !important;
    width: 90% !important;
    height: auto !important;
  }
}