@charset 'UTF-8';

/**
 * Top Page Settings
 * ================================================================================
 * Table of Contents:
 *
 * Top Page Settings
 *  - Common
 *  - Key Visual
 *  - Movie
 *  - Products
 *  - Contents
 *  - News
 *  - About
 * ================================================================================
 */


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

body.page-top .l-main {
  padding-bottom: 12.0rem;
}

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

@media all and (max-width: 767px) {
  body.page-top .l-main {
    padding-bottom: 6.0rem;
  }

  body.page-top .l-main .l-container {
    padding-left: 2.0rem;
    padding-right: 2.0rem;
  }
}


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

/* -- Title -- */
body.page-top .cmn-ttl-type1 {
  margin-bottom: 4.0rem;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

@media all and (max-width: 767px) {
  body.page-top .cmn-ttl-type1 {
    margin-bottom: 2.0rem;
    font-size: 1.8rem;
  }
}

/* -- Slickslider -- */
body.page-top .p-slickslider-main .slick-arrow {
  width: 5.0rem;
  height: 5.0rem;
  border-radius: 100.0rem;
  background-color: rgba(255, 255, 255, 0.8) !important;
  background-image: none !important;
}
body.page-top .p-slickslider-main .slick-prev {
  left: -5.0rem;
}
body.page-top .p-slickslider-main .slick-next {
  right: -5.0rem;
}

body.page-top .p-slickslider-main .slick-arrow::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.6rem;
  height: 1.6rem;
  border-top: 0.3rem solid #003087;
  border-right: 0.3rem solid #003087;
  content: '';
}
body.page-top .p-slickslider-main .slick-prev::after {
  transform: translate(-50%, -50%) rotate(-135deg);
  margin-left: 0.3rem;
}
body.page-top .p-slickslider-main .slick-next::after {
  transform: translate(-50%, -50%) rotate(45deg);
  margin-left: -0.3rem;
}

@media all and (max-width: 767px) {
  body.page-top .p-slickslider-main .slick-arrow {
    width: 4.0rem;
    height: 4.0rem;
  }
  body.page-top .p-slickslider-main .slick-prev {
    left: 1.5rem;
  }
  body.page-top .p-slickslider-main .slick-next {
    right: 1.5rem;
  }

  body.page-top .p-slickslider-main .slick-arrow::after {
    width: 1.2rem;
    height: 1.2rem;
    border-top-width: 0.25rem;
    border-right-width: 0.25rem;
  }
  body.page-top .p-slickslider-main .slick-prev::after {
    margin-left: 0.3rem;
  }
  body.page-top .p-slickslider-main .slick-next::after {
    margin-left: -0.3rem;
  }
}


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

body.page-top .kv {
  position: relative;
  z-index: 1;
}

body.page-top .kv-slider-main .slick-arrow {
  width: 4.0rem;
  height: 4.0rem;
  background-color: rgba(0, 48, 135, 0.6) !important;
}
body.page-top .kv-slider-main .slick-prev {
  left: 50%;
  transform: translate(calc(-50% - 60.4rem), -50%);
}
body.page-top .kv-slider-main .slick-next {
  left: 50%;
  right: auto;
  transform: translate(calc(-50% + 60.4rem), -50%);
}
body.page-top .kv-slider-main .slick-next:hover {
  margin-left: 0.8rem;
  margin-right: 0;
}
body.page-top .kv-slider-main .slick-arrow::after {
  width: 1.2rem;
  height: 1.2rem;
  border-top: 0.2rem solid #fff;
  border-right: 0.2rem solid #fff;
}

body.page-top .kv-slider-main .slick-dots {
  width: 110.0rem;
  padding-left: 8.0rem;
  padding-right: 8.0rem;
}

body.page-top .kv-slider-main-item {
  width: 110.0rem;
  margin: 0 0.6rem;
}

body.page-top .kv-slider-main-item-wrapper {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 61.9rem;
  overflow: hidden;
}

body.page-top .kv-slider-main-item-bg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

body.page-top .kv-slider-main-item-bg img,
body.page-top .kv-slider-main-item-bg video {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}

body.page-top .kv-slider-main-item-inner {
  position: absolute;
  left: 50%;
  bottom: 5.0rem;
  transform: translateX(-50%);
  min-width: 45.2rem;
  padding: 1.0rem 2.0rem;
  border-radius: 0.6rem;
  background-color: rgba(72, 72, 72, 0.6);
  color: #fff;
}

body.page-top .kv-slider-main-item-ttl > span {
  display: block;
  color: #fff;
}

body.page-top .kv-slider-main-item-ttl-sub {
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.4;
}

body.page-top .kv-slider-main-item-ttl-main {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
}

body.page-top .kv-slider-btn {
  position: absolute;
  left: 50%;
  bottom: -5.0rem;
  z-index: 1;
  transform: translateX(calc(110rem / 2 - 100%));
  /*width: 4.0rem;
  height: 4.0rem;*/
  width: 40px;
  height: 40px;
  border-radius: 100rem;
}

body.page-top .kv-slider-btn-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: 100rem;
  border: 0.1rem solid #e1e1e1;
  overflow: hidden;
}

body.page-top .kv-slider-btn-icon {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg viewBox="0 0 40 40" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M8.2,24.8h3v-9h-3v9ZM12.2,24.8h3v-9h-3v9ZM19.3,24.8h.7l3.1-9h-.7l-3.1,9ZM26.3,16v8.6l6.6-4.3-6.6-4.3Z" fill="%23a0a0a0"/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% auto;
}

body.page-top .kv-slider-progress {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%) rotate(-90deg);
  width: 100%;
  height: 100%;
  pointer-events: none;
}

body.page-top .kv-slider-progress-bar {
  fill: none;
  stroke: #003087;
  stroke-width: 2;
}

@media all and (max-width: 767px) {
  body.page-top .kv-slider::before {
    width: 3.0rem;
    height: 3.0rem;
  }

  body.page-top .kv-slider-main .slick-arrow {
    width: 3.5rem;
    height: 3.5rem;
  }
  body.page-top .kv-slider-main .slick-prev {
    left: 1.0rem;
    transform: translate(0, 0);
  }
  body.page-top .kv-slider-main .slick-next {
    left: auto;
    right: 1.0rem;
    transform: translate(0, 0);
  }
  body.page-top .kv-slider-main .slick-next:hover {
    margin-left: 0;
  }
  body.page-top .kv-slider-main .slick-arrow::after {
    width: 1.0rem;
    height: 1.0rem;
  }

  body.page-top .kv-slider-main .slick-dots {
    width: 100%;
    justify-content: flex-start;
    bottom: 4.5rem;
    padding-left: 2.2rem;
    padding-right: 2.2rem;
    text-align: left;
  }

  body.page-top .kv-slider-main-item {
    width: 37.6rem;
    margin: 0;
  }

  body.page-top .kv-slider-main-item-wrapper {
    height: 50.0rem;
  }

  body.page-top .kv-slider-main-item-bg img,
  body.page-top .kv-slider-main-item-bg video {
    top: 2.5rem;
    left: 50%;
    transform: translate(-50%, 0);
  }

  body.page-top .kv-slider-main-item-inner {
    bottom: 10.0rem;
    min-width: 33.5rem;
    padding: 1.5rem 2.2rem;
    border-radius: 0.８rem;
  }

  body.page-top .kv-slider-main-item-ttl-sub {
    font-size: 1.2rem;
  }

  body.page-top .kv-slider-main-item-ttl-main {
    font-size: 1.8rem;
  }

  body.page-top .kv-slider-btn {
    left: auto;
    right: 2.2rem;
    bottom: 3.0rem;
    transform: translateX(0);
  }
}


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

body.page-top .products {
  margin-top: 15.0rem;
}

body.page-top .products .cmn-slider-main {
  margin-left: 0.2rem;
}

body.page-top .products .cmn-slider-main-item {
  width: 27.5rem;
  margin-left: -0.1rem;
  border-left: 0.1rem solid #e1e1e1;
  border-right: 0.1rem solid #e1e1e1;
}
body.page-top .products .cmn-slider-main-item:nth-of-type(1) {
  margin-left: 0;
}

body.page-top .products .p-card-type4 {
  padding: 0.5rem 1.5rem 3.0rem 1.5rem;
}

body.page-top .products .p-card-type4-head {
  padding-top: 1.0rem;
}

body.page-top .products .p-card-type4-img {
  justify-content: center;
}

body.page-top .products .p-card-type4-img img {
  width: auto;
  max-width: initial;
  height: 15.6rem;
}

body.page-top .products .p-card-type4-body {
  text-align: center;
}

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

  body.page-top .products .cmn-slider-type1 {
    margin-left: -2.0rem;
    margin-right: -2.0rem;
  }

  body.page-top .products .cmn-slider-main-item {
    width: 24.0rem;
  }

  body.page-top .products .p-card-type4 {
    padding: 0.2rem 1.5rem 1.5rem 1.5rem;
  }

  body.page-top .products .p-card-type4-head {
    padding-top: 1.0rem;
  }

  body.page-top .products .p-card-type4-img img {
    height: 13.4rem;
  }

  body.page-top .products .p-card-type4-ttl-sub {
    font-size: 1.2rem;
  }

  body.page-top .products .p-card-type4-ttl-main {
    margin-top: 0.5rem;
    font-size: 1.5rem;
  }
}


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

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

body.page-top .movie .cmn-ttl-type1 {
  margin-bottom: 3.5rem;
}

body.page-top .movie-inner {
  padding-top: 7.0rem;
  padding-bottom: 7.5rem;
  background-color: #003087;
}

body.page-top .movie-list {
  margin-top: -2.0rem;
  margin-left: -2.0rem;
}

body.page-top .movie-list-item {
  padding-top: 2.0rem;
  padding-left: 2.0rem;
}

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

  body.page-top .movie .cmn-ttl-type1 {
    margin-bottom: 1.5rem;
  }

  body.page-top .movie-inner {
    padding-top: 3.0rem;
    padding-bottom: 3.5rem;
    background-color: #003087;
  }

  body.page-top .movie-list {
    margin-top: -1.0rem;
    margin-left: 0;
  }

  body.page-top .movie-list-item {
    padding-top: 1.0rem;
    padding-left: 0;
  }
}


/**
 * Contents
 * -------------------------------
 */

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

body.page-top .contents .cmn-slider-main .slick-arrow {
  top: 15.5rem;
  transform: translateY(0);
}

body.page-top .contents .cmn-slider-main-item {
  width: 35.6rem;
  margin: 0 0.8rem;
}

body.page-top .contents .p-card-type1-body {
  padding-left: 0;
  padding-right: 0;
}

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

  body.page-top .contents .cmn-slider-type1 {
    margin-left: -2.0rem;
    margin-right: -2.0rem;
  }

  body.page-top .contents .cmn-slider-main .slick-arrow {
    top: 12.5rem;
}

  body.page-top .contents .cmn-slider-main-item {
    width: 29.0rem;
    margin: 0 0.5rem;
  }
}


/**
 * News
 * -------------------------------
 */

body.page-top .news {
  margin-top: 11.5rem;
}

body.page-top .news-list {
  margin-top: -4.0rem;
  margin-left: -2.2rem;
}

body.page-top .news-list-item {
  padding-top: 4.0rem;
  padding-left: 2.2rem;
}

body.page-top .news-btn {
  margin-top: 8.0rem;
  text-align: center;
}

body.page-top .news-btn .c-btn-inner {
  min-width: 27.8rem;
  min-height: 6.0rem;
}

body.page-top .news-btn .c-btn-label {
  font-size: 1.3rem;
  font-weight: 500;
}

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

  body.page-top .news .l-container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  body.page-top .news-list {
    margin-top: -2.5rem;
    margin-left: 0;
  }

  body.page-top .news-list-item {
    padding-top: 2.5rem;
    padding-left: 0;
  }

  body.page-top .news-btn {
    margin-top: 3.5rem;
  }

  body.page-top .news-btn .c-btn-inner {
    min-width: 20.0rem;
    min-height: 4.5rem;
  }

  body.page-top .news-btn .c-btn-label {
    font-size: 1.3rem;
  }
}


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

body.page-top .about {
  margin-top: 8.5rem;
}

body.page-top .about .cmn-ttl-type1 {
  margin-bottom: 4.5rem;
}

body.page-top .about-inner {
  height: 30.0rem;
  background-image: url('/assets/pages/img/top/about_bg.jpg');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

body.page-top .about-inner .l-container {
  position: relative;
  height: 100%;
}

body.page-top .about-ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50.6rem;
}

body.page-top .about-btn {
  position: absolute;
  right: 4.0rem;
  bottom: 5.0rem;
  font-size: 1.4rem;
  font-weight: 500;
}

body.page-top .about-btn .c-icon-arrow1 {
  width: 6.4rem;
  height: 0.7rem;
  margin-top: 0.6rem;
  margin-left: 1.0rem;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg viewBox="0 0 63.9 6.6" xmlns="http://www.w3.org/2000/svg"%3E%3Cpolygon points="63.9 6.6 0 6.6 0 5.6 61.7 5.6 57.7 .6 58.4 0 63.9 6.6" fill="%23003087"/%3E%3C/svg%3E');
}

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

  body.page-top .about .cmn-ttl-type1 {
    margin-bottom: 2.0rem;
  }

  body.page-top .about-inner {
    height: 30.0rem;
  }

  body.page-top .about-ttl {
    width: 16.0rem;
    margin-top: -1.6rem;
  }

  body.page-top .about-btn {
    right: 2.0rem;
    bottom: 2.0rem;
    font-size: 1.2rem;
  }

  body.page-top .about-btn .c-icon-arrow1 {
    width: 5.0rem;
    height: 0.5rem;
    margin-top: 0.75rem;
    margin-left: 0.8rem;
  }
}