@-webkit-keyframes opacityFade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opacityFade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.l-mainHeader {
  -webkit-animation: opacityFade 1s ease 0.5s 1 alternate both;
          animation: opacityFade 1s ease 0.5s 1 alternate both;
}

.pg-frontpageRoot {
  overflow-x: hidden;
  background: #222;
  color: #fff;
}

.js-topFader {
  position: relative;
  opacity: 0;
}

.js-topFader--visible {
  -webkit-animation: opacityFade 1s ease 0.25s 1 alternate both;
          animation: opacityFade 1s ease 0.25s 1 alternate both;
}

.js-parallax {
  position: absolute;
  z-index: 5;
}
@media (max-width: 480px) {
  .js-parallax {
    display: none;
  }
}

.js-parallax--line {
  width: 225px;
}
@media (max-width: 880px) {
  .js-parallax--line {
    width: 166px;
  }
}

.js-parallax--dots {
  width: 190px;
}
@media (max-width: 880px) {
  .js-parallax--dots {
    width: 140px;
  }
}

.pg-mv {
  position: relative;
  -webkit-animation: opacityFade 1s ease 1s 1 alternate both;
          animation: opacityFade 1s ease 1s 1 alternate both;
}

.pg-mv__slider {
  position: relative;
  overflow: hidden;
  width: 63vw;
  height: 660px;
}
@media (max-width: 768px) {
  .pg-mv__slider {
    overflow: hidden;
    width: 100%;
    height: 78vh;
  }
  .pg-mv__slider::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -50px;
    -webkit-transform: skewY(-5deg);
            transform: skewY(-5deg);
    width: 100%;
    height: 250px;
    background: #222;
  }
}
@media (max-width: 480px) {
  .pg-mv__slider {
    height: 64vh;
  }
  .pg-mv__slider::after {
    bottom: -55px;
    height: 200px;
  }
}

.pg-mv__slider .slick-slide {
  line-height: 0;
}

.pg-mv__slideImg {
  background-size: cover;
  background-position: 50% 0;
  background-repeat: no-repeat;
  height: 660px;
}
@media (max-width: 768px) {
  .pg-mv__slideImg {
    background-size: auto 85%;
    height: 78vh;
  }
}
@media (max-width: 480px) {
  .pg-mv__slideImg {
    background-size: auto 75%;
    height: 64vh;
  }
}

.pg-mv__slideImg--01 {
  background-image: url(../images/top/pic_mv01.jpg);
}

.pg-mv__slideImg--02 {
  background-image: url(../images/top/pic_mv02.jpg);
}

.pg-mv__slideImg--03 {
  background-image: url(../images/top/pic_mv03.jpg);
}

.pg-mv__content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 960px;
  height: 100%;
}
@media (max-width: 960px) {
  .pg-mv__content {
    width: 100%;
  }
}

.pg-mv__catchCopy {
  position: absolute;
  right: -50px;
  bottom: 70px;
  width: 566px;
}
@media (max-width: 1080px) {
  .pg-mv__catchCopy {
    right: 20px;
    bottom: 46%;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
}
@media (max-width: 880px) {
  .pg-mv__catchCopy {
    width: 51.3%;
  }
}
@media (max-width: 768px) {
  .pg-mv__catchCopy {
    bottom: 10%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    width: 60%;
  }
}
@media (max-width: 480px) {
  .pg-mv__catchCopy {
    bottom: 55px;
    right: 5%;
    width: 80%;
  }
}

.pg-mv__topics {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0.8em 0;
  overflow: hidden;
  max-height: 40px;
  background: #555;
}
@media (max-width: 480px) {
  .pg-mv__topics {
    font-size: 12px;
    font-size: 1.2rem;
    max-height: 36px;
  }
}

.pg-mv__topicsItem {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-decoration: none;
  color: #fff;
}

a.pg-mv__topicsItem {
  color: #fff;
}
a.pg-mv__topicsItem:visited {
  color: #fff;
}
a.pg-mv__topicsItem:hover {
  color: #ee7a00;
}

.pg-mv__topicsSlide .slick-slide {
  line-height: 1em;
}

.pg-mv__modDate {
  display: inline-block;
  margin-right: 2em;
  font-family: "Roboto Condensed", sans-serif;
}
@media (max-width: 480px) {
  .pg-mv__modDate {
    margin-right: 1.5em;
  }
}

.pg-mv__topics--en {
  font-family: "Roboto Condensed", sans-serif;
  /*
    .pg-mv__topicsItem{
      overflow: visible;
      white-space: normal;
    }
  */
}
.pg-mv__topics--en .pg-mv__topicsSlide .slick-slide {
  line-height: 1.3;
}

.pg-snsGrid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.pg-snsGrid--wide {
  width: calc( 100% - 404px );
}
@media (max-width: 840px) {
  .pg-snsGrid--wide {
    margin: 0 0 50px;
    width: 100%;
  }
}

.pg-snsGrid--narrow {
  width: 380px;
}
@media (max-width: 840px) {
  .pg-snsGrid--narrow {
    width: 100%;
    text-align: center;
    background: url(../images/common/bg_line_darkgray.png) 100% 0/225px auto no-repeat scroll, url(../images/common/bg_circle_darkgray.png) 0 100%/190px auto no-repeat scroll;
  }
}
@media (max-width: 480px) {
  .pg-snsGrid--narrow {
    background: none;
  }
}

@media (max-width: 1040px) {
  .pg-snsGrid .c-movieFrame {
    padding: 10px;
    background-size: 24px auto;
  }
}
@media (max-width: 840px) {
  .pg-snsGrid .c-movieFrame {
    padding: 20px;
    background-size: 50px auto;
  }
}
@media (max-width: 480px) {
  .pg-snsGrid .c-movieFrame {
    padding: 10px;
    background-size: 25px auto;
  }
}

@media (max-width: 480px) {
  .pg-aboutSection {
    background: url(../images/common/bg_line_darkgray.png) -40px 0/166px auto no-repeat scroll, url(../images/common/bg_circle_darkgray.png) 110% 100%/140px auto no-repeat scroll;
  }
}

.pg-aboutContent {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  padding: 60px;
  width: 820px;
  background: #ee7a00 url(../images/top/bg_company.png) calc(100% + 10px) 10px/343px auto no-repeat scroll;
}
@media (max-width: 880px) {
  .pg-aboutContent {
    width: calc( 100% - 60px );
  }
}
@media (max-width: 768px) {
  .pg-aboutContent {
    background-size: 200px auto;
    background-position: calc( 100% + 6px ) -6px;
  }
}
@media (max-width: 480px) {
  .pg-aboutContent {
    padding: 30px;
  }
}

.pg-aboutContent .js-parallax {
  z-index: 5;
}

.pg-aboutContent .js-parallax--line {
  left: -115px;
  top: -120px;
}
@media (max-width: 880px) {
  .pg-aboutContent .js-parallax--line {
    left: -45px;
    top: -110px;
  }
}

.pg-aboutContent .js-parallax--dots {
  right: -170px;
  bottom: -20px;
}
@media (max-width: 880px) {
  .pg-aboutContent .js-parallax--dots {
    right: -10px;
    bottom: -102px;
  }
}

.pg-messageSection {
  position: relative;
  background-color: #000;
}
@media (max-width: 480px) {
  .pg-messageSection {
    padding-bottom: 0;
    background-image: url(../images/common/bg_line_darkgray.png), url(../images/common/bg_circle_darkgray.png);
    background-position: 125% calc(100% - 240px), -25px 20px;
    background-size: 166px auto, 140px auto;
    background-repeat: no-repeat;
  }
}

.pg-messageContent {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 60px 60px 60px 10vw;
  z-index: 5;
  width: 62%;
  background: #ccc url(../images/top/bg_message.png?v=2) calc(100% + 10px) 10px/343px auto no-repeat scroll;
  color: #222;
  font-size: 0.88em;
}
@media (min-width: 1920px) {
  .pg-messageContent {
    padding-left: calc( 55% - 620px );
  }
}
@media (max-width: 1080px) {
  .pg-messageContent {
    top: 20px;
    width: 80%;
  }
}
@media (max-width: 880px) {
  .pg-messageContent {
    top: 10px;
    width: calc( 100% - 60px );
  }
}
@media (max-width: 768px) {
  .pg-messageContent {
    background-size: 200px auto;
    background-position: calc( 100% + 6px ) -6px;
    font-size: 1em;
  }
}
@media (max-width: 480px) {
  .pg-messageContent {
    top: 0;
    margin: 0 auto;
    padding: 30px;
  }
}

.pg-messageContent .js-parallax--line {
  right: -150px;
  bottom: -70px;
}
@media (max-width: 880px) {
  .pg-messageContent .js-parallax--line {
    right: -100px;
  }
}

.pg-messageContent .js-parallax--dots {
  top: -150px;
  left: 16%;
}
@media (min-width: 1920px) {
  .pg-messageContent .js-parallax--dots {
    left: 39%;
  }
}
@media (max-width: 880px) {
  .pg-messageContent .js-parallax--dots {
    left: -25px;
    top: -104px;
  }
}

p.pg-messageContent__catchCopy {
  padding-top: 20px;
}
@media (max-width: 768px) {
  p.pg-messageContent__catchCopy {
    padding-top: 15px;
  }
}
@media (max-width: 480px) {
  p.pg-messageContent__catchCopy {
    padding: 0 0 10px;
    width: 86%;
  }
}

.pg-messagePhoto {
  position: absolute;
  top: 55px;
  right: 0;
  width: 40%;
  height: 420px;
  background: url(../images/top/pic_messagephoto.jpg) 50% 0/cover no-repeat scroll;
}
@media (max-width: 1080px) {
  .pg-messagePhoto {
    position: relative;
    margin: 0 0 0 auto;
    top: -20px;
    width: 80%;
  }
}
@media (max-width: 880px) {
  .pg-messagePhoto {
    top: -10px;
    z-index: 10;
    width: calc( 100% - 60px );
    height: 400px;
  }
}
@media (max-width: 480px) {
  .pg-messagePhoto {
    top: 0;
    width: 100%;
    height: 240px;
  }
}

.pg-accessArea {
  position: relative;
}

.pg-accessArea__title {
  font-size: 48px;
  font-size: 4.8rem;
  display: table;
  position: relative;
  z-index: 1;
  margin: 0 0 0 auto;
  padding: 5px 0.8em;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: 0.05em;
  text-align: center;
}
@media (max-width: 768px) {
  .pg-accessArea__title {
    font-size: 40px;
    font-size: 4rem;
  }
}
@media (max-width: 480px) {
  .pg-accessArea__title {
    font-size: 32px;
    font-size: 3.2rem;
  }
}

.pg-accessArea__title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transform: skewX(10deg);
          transform: skewX(10deg);
  width: 100%;
  height: 100%;
  background: #ee7a00;
}

.pg-accessArea__map {
  position: relative;
  top: -30px;
  height: 400px;
  background: #f1f1f1 url(../images/top/img_map.jpg) 50% 50%/2000px auto no-repeat scroll;
}
@media (max-width: 480px) {
  .pg-accessArea__map {
    top: -20px;
    height: 320px;
    background-position: 50% 0;
    background-size: auto 110%;
  }
}

.pg-accessArea__content {
  position: relative;
  top: -80px;
  padding: 1.5em 1em;
  text-align: center;
  background: #555;
}
@media (max-width: 480px) {
  .pg-accessArea__content {
    top: -30px;
  }
}

.pg-accessArea__map--en {
  background-image: url(../images/top/img_map_en.jpg);
}
/*# sourceMappingURL=top.css.map */