@charset "utf-8";

/* layout
================================ */
@media print, screen and (min-width: 769px) {
  #allContainer {
    padding-top: 0 !important;
  }
  /* contentsContainer */
  #contentsContainer {
    padding-top: 0;
  }
  /* globalContents */
  #globalContents {
    max-width: none;
    padding: 0;
  }
  /* footerContainer */
  #footerContainer {
    position: relative;
    padding-top: 70px;
    background-color: #ffffff;
    z-index: 50;
  }
}
@media print, screen and (max-width: 768px) {
  /* contentsContainer */
  #contentsContainer {
    padding-top: 60px;
  }
  /* globalContents */
  #globalContents {
    padding-bottom: 0;
  }
  /* footerContainer */
  #footerContainer {
    padding-top: 96px;
  }
}

/* contents
================================ */
/* slider */
.releaseArea .releasePanel .bx-wrapper,
.aboutSection .aboutPanel .bx-wrapper {
  position: relative;
  margin: 0 auto;
}
@media print, screen and (min-width: 1201px) {
  .releaseArea .releasePanel .bx-viewport,
  .aboutSection .aboutPanel .bx-viewport {
    /*overflow: visible !important;
    width: 9999px !important;*/
    width: 100% !important;
    overflow: hidden !important;
    box-sizing: border-box;
  }
}
.aboutSection .aboutPanel .bx-wrapper + .bx-wrapper {
  display: none !important;
}
.jumbotronArea .bx-controls-direction a,
.releaseArea .releasePanel .bx-controls-direction a,
.aboutSection .aboutPanel .bx-controls-direction a {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 12vw;
  max-width: 60px;
  height: 24vw;
  max-height: 120px;
  background-color: rgba(0, 0, 0, 0.2);
  background-repeat: no-repeat;
  background-position: center;
  text-indent: -9999px;
  border: none;
  outline: none;
  cursor: pointer;
}

@media (max-width: 768px) {
  .jumbotronArea .bx-controls-direction a,
  .releaseArea .releasePanel .bx-controls-direction a,
  .aboutSection .aboutPanel .bx-controls-direction a {
    width: 16vw;
    height: 32vw;
  }
}

.jumbotronArea .bx-controls-direction .bx-prev,
.releaseArea .releasePanel .bx-controls-direction .bx-prev,

.aboutSection .aboutPanel .bx-controls-direction .bx-prev {
  left: 0;
  background-image: url(../img/com_arrow_ic23.png);
}
.jumbotronArea .bx-controls-direction .bx-next,
.releaseArea .releasePanel .bx-controls-direction .bx-next,
.aboutSection .aboutPanel .bx-controls-direction .bx-next {
  right: 0;
  background-image: url(../img/com_arrow_ic24.png);
}
.releaseArea .releasePanel .noSlide,
.aboutSection .aboutPanel .noSlide {
  display: block !important;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  box-sizing: border-box;
}

@media (max-width: 480px) {
  .releaseArea .releasePanel .noSlide,
  .aboutSection .aboutPanel .noSlide {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media print, screen and (min-width: 769px) {
  .releaseArea .releasePanel .noSlide.spElm,
  .aboutSection .aboutPanel .panelSlider02.pcElm + *,
  .aboutSection .aboutPanel .panelSlider02.spElm,
  .aboutSection .aboutPanel .bx-wrapper + .bx-wrapper,
  .releaseArea .releasePanel .bx-default-pager {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .aboutSection .aboutPanel .panelSlider02.pcElm,
  .aboutSection .aboutPanel .bx-wrapper {
    display: none !important;
  }
  .aboutSection .aboutPanel .panelSlider02.pcElm + *,
  .aboutSection .aboutPanel .panelSlider02.spElm,
  .aboutSection .aboutPanel .bx-wrapper + .bx-wrapper {
    display: block !important;
  }
  .releaseArea .releasePanel .bx-viewport,
  .aboutSection .aboutPanel .bx-viewport {
    overflow: hidden !important;
    width: auto !important;
  }
  .releaseArea .releasePanel .bx-controls-direction a {
    width: 9px;
    height: 16px;
    margin-top: -43px;
    background-color: transparent;
  }
  .releaseArea .releasePanel .bx-controls-direction .bx-prev {
    left: 5px;
    -webkit-background-size: 9px auto;
    background-size: 9px auto;
  }
  .releaseArea .releasePanel .bx-controls-direction .bx-next {
    right: 5px;
    -webkit-background-size: 9px auto;
    background-size: 9px auto;
  }
  .jumbotronArea .bx-controls-direction a,
  .aboutSection .aboutPanel .bx-controls-direction a {
    width: 30px;
    height: 60px;
    margin-top: -30px;
  }
  .jumbotronArea .bx-controls-direction .bx-prev,
  .aboutSection .aboutPanel .bx-controls-direction .bx-prev {
    left: -15px;
    background-image: url(../img/com_arrow_ic23.png);
    -webkit-background-size: 11px auto;
    background-size: 11px auto;
  }
  .jumbotronArea .bx-controls-direction .bx-next,
  .aboutSection .aboutPanel .bx-controls-direction .bx-next {
    right: -15px;
    background-image: url(../img/com_arrow_ic24.png);
    -webkit-background-size: 11px auto;
    background-size: 11px auto;
  }
  .releaseArea .releasePanel .bx-pager {
    height: 18px;
    text-align: center;
  }
  .releaseArea .releasePanel .bx-pager .bx-pager-item {
    display: inline-block;
    margin: 15px 5px 0;
  }
  .releaseArea .releasePanel .bx-pager .bx-pager-link {
    border-radius: 50%;
    display: block;
    width: 6px;
    height: 6px;
    background-color: #cccccc;
    text-indent: -9999px;
    outline: none;
  }
  .releaseArea .releasePanel .bx-pager .active {
    background-color: #003391;
  }
  .releaseArea .releasePanel .noSlide.pcElm,
  .aboutSection .aboutPanel .noSlide.pcElm {
    display: none !important;
  }
}

/* jumbotronArea */
.jumbotronArea {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  background-color: #ffffff;
  z-index: 1;
  padding-top: 81px;
  margin-bottom: 1px;
}
.jumbotronArea .img img {
  width: 100%;
}

.jumbotronArea .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/com_other_im03.png) repeat 0 0;
  z-index: 100;
}
.jumbotronArea .bx-pager,
.jumbotronArea .bx-controls-auto {
  position: absolute;
  bottom: 0;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 50;
}
.jumbotronArea .bx-controls > .bx-pager {
  right: 53px;
  padding: 23px 30px 23px 22px;
}
.jumbotronArea .bx-controls .bx-pager-item {
  float: left;
  width: 6px;
  height: 6px;
  margin-left: 10px;
  vertical-align: top;
}
.jumbotronArea .bx-controls .bx-pager-item:first-child {
  margin-left: 0;
}
.jumbotronArea .bx-controls .bx-pager-item > a {
  display: block;
  width: 6px;
  height: 6px;
  background-color: rgba(255, 255, 255, 0.5);
  text-indent: -9999px;
  outline: none;
  border-radius: 50%;
}
.jumbotronArea .bx-controls .bx-pager-item > .active {
  background-color: #003391;
}
.jumbotronArea .bx-controls .bx-controls-auto {
  right: 20px;
  padding: 17px 23px 18px 0;
}
.jumbotronArea .bx-controls .bx-controls-auto-item {
  /*float: right;*/
  vertical-align: top;
  margin-right: 16px;
}
.jumbotronArea .bx-controls .bx-controls-auto-item:first-child {
  margin-right: 0;
}
.jumbotronArea .bx-controls .bx-controls-auto-item > a {
  display: block;
  background-repeat: no-repeat;
  background-position: 0 0;
  text-indent: -9999px;
  outline: none;
}
.jumbotronArea .bx-controls .bx-controls-auto-item > .bx-start {
  width: 10px;
  height: 14px;
  margin-top: 1px;
  background-image: url(../img/com_other_ic39.png);
}
.jumbotronArea .bx-controls .bx-controls-auto-item > .bx-stop {
  width: 10px;
  height: 15px;
  background-image: url(../img/com_other_ic38.png);
}
.jumbotronArea .bx-controls-direction a {
  z-index: 50;
}
.jumbotronArea .bx-controls-direction .bx-prev {
  left: 20px;
}
.jumbotronArea .bx-controls-direction .bx-next {
  right: 20px;
}
.jumbotronArea.noSlide .slider {
  display: block !important;
}
.tablet .jumbotronArea .img.spElm {
  display: block !important;
}
.jumbotronArea .slider .panel.movie .fluid-width-video-wrapper {
  display: none;
  height: 0;
  overflow: hidden;
  padding-top: 49.11% !important;
}
.jumbotronArea .slider .panel.movie .fluid-width-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
@media print, screen and (min-width: 769px) {
  .jumbotronArea a:hover .img > span img {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .jumbotronArea.noSlide {
    max-width: 1920px;
  }
  .jumbotronArea.noSlide iframe {
    width: 1920px;
    height: 1070px;
  }
  .jumbotronArea .slider .panel.movie .img {
    display: none !important;
  }
  .jumbotronArea .slider .panel.movie .fluid-width-video-wrapper {
    display: block !important;
  }
}
@media only screen and (max-width: 768px) {
  .jumbotronArea.pcElm {
    display: block !important;
  }
  .jumbotronArea {
    width: auto;
    padding-top: 0;
    margin: 0 -10px;
  }
  .jumbotronArea img {
    width: 100%;
  }
  .jumbotronArea .slider .vidsType iframe {
    display: none;
  }
  .jumbotronArea .bx-viewport {
    position: static !important;
    z-index: 1;
  }
  .jumbotronArea .overlay,
  .jumbotronArea .bx-controls {
    display: none;
  }

  .jumbotronArea .slider .panel.movie .img {
    cursor: pointer;
    display: block;
  }
  .jumbotronArea .slider .panel.movie .img span {
    display: block;
  }
}

/* siteContentsWrap */
.siteContentsWrap {
  position: relative;
  background-color: #ffffff;
  z-index: 10;
}

/*releasePanel */
@media only screen and (max-width: 768px) {
  .releaseArea .releasePanel .panel {
    margin-left: 1px;
  }
}
.releaseArea .releasePanel .panel a {
  display: block;
  text-decoration: none;
}
.releaseArea .releasePanel .panel .title {
  background-color: #3a3a3a;
  border-bottom: 1px #8c8c8c solid;
  position: relative;
  width: 100%;
}
.releaseArea .releasePanel .panel.odd .title {
  background-color: #272727;
}
.releaseArea .releasePanel .panel .title:before {
  content: "";
  position: absolute;
  top: -20px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -10px;
  border-top: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #3a3a3a;
  border-left: 10px solid transparent;
}
.releaseArea .releasePanel .panel.odd .title:before {
  border-bottom: 10px solid #272727;
}
.releaseArea .releasePanel .panel .title > * {
  display: table-cell;
  width: 1%;
  vertical-align: middle;
  padding: 17px 10% 16px;
  color: #ffffff;
}
.releaseArea .releasePanel .panel .title > a:before {
  display: none;
}
.releaseArea .releasePanel .noSlide .release {
  float: left;
  width: 33.33%;
}
.releaseArea .releasePanel .noSlide .release:first-child {
  width: 33.34%;
}
@media only screen and (max-width: 768px) {
  .releaseArea {
    margin-top: 1px;
    border-top: none;
  }
  .releaseArea .releasePanel {
    margin-right: -10px;
    margin-left: -10px;
  }
  .releaseArea .releasePanel .panel a {
    text-decoration: none !important;
  }

  .releaseArea .releasePanel .bx-controls-direction {
    display: none;
  }
  .releaseArea .releasePanel .panel .title {
    border-bottom: none;
    position: static;
    margin-top: 0;
  }
  .releaseArea .releasePanel .panel .title:before {
    display: none;
  }
  .releaseArea .releasePanel .panel .title > * {
    padding: 9px 15px;
    font-size: 83.3%;
    line-height: 1.2;
  }
}

/*tabWrap02 */
.releaseArea .tabWrap02 {
  width: 100%;
  max-width: 1200px;
  margin: 70px auto 0;
}
.releaseArea .tabWrap02 h2 {
  color: #0a5fbe;
  font-size: 120%;
  font-weight: bold;
  text-align: center;
}
.releaseArea .tabWrap02 > .tabDetail {
  padding-top: 1.5em;
  padding-bottom: 0;
}
@media print, screen and (min-width: 769px) {
  .releaseArea .releaseWrap02 {
    margin-top: 0;
    border-top: none;
  }
  .releaseArea .releaseWrap02 .release {
    border-bottom: none;
  }
  .releaseArea .releaseWrap02 .release .entryList {
    clear: none;
    overflow: hidden;
    float: none;
    margin-top: 0;
  }
  .releaseArea .releaseWrap02 .release + .release {
    border-top: 1px #e0e0e0 solid;
  }
  .releaseArea .releaseWrap02 .release .entryList p.title a img.linkIcon {
    top: 0.3em;
  }
}
@media print, screen and (max-width: 768px) {
  .releaseArea .tabWrap02 {
    margin: 28px auto 0;
  }
  .releaseArea .tabWrap02 > .tabDetail {
    padding-top: 7px;
  }
  .releaseArea .releaseWrap02 {
    border-top: none;
    margin: 0 auto;
  }
  .releaseArea .releaseWrap02 .release .entryList p.title a img.linkIcon {
    top: 0.2em;
  }
}


/*=================================

print for PC

================================ */
@media print {
  body {
    overflow: hidden;
  }
}


/*=================================

clearfix

=================================*/
[class*=panelSlider]:after,
.noSlide:after,
.bizCompanyBlock > .companyNav > ul:after,
.bannerSlideWrap > .slider:after {
  content: "";
  display: block;
  clear: both;
}
[class*=panelSlider],
.noSlide,
.bizCompanyBlock > .companyNav > ul,
.bannerSlideWrap > .slider {
  zoom: 1;
}
