@charset "UTF-8";
.header_container.fixed .nav_container::before {
  background: rgba(255, 255, 255, 0.8); }

.header_container.fixed .nav_button::before, .header_container.fixed .nav_button::after, .header_container.fixed .nav_button > span {
  background: #000; }

.header_container.fixed .header_logo .black {
  display: block; }

.wed .header_bg {
  background-image: url(../img/header/web_digital.png); }

.mov .header_bg {
  background-image: url(../img/header/movie.png); }

.gra .header_bg {
  background-image: url(../img/header/graphic.png); }

.pub .header_bg {
  background-image: url(../img/header/conte_pub.png); }

.prm .header_bg {
  background-image: url(../img/header/promotion.png); }

.wed .header_logo .black, .prm .header_logo .black {
  display: block; }

.mov .header_logo .white, .gra .header_logo .white, .pub .header_logo .white {
  display: block; }

.wed .header_title img {
  width: 31.167%;
  max-width: 374px; }

.mov .header_title {
  color: #fff; }
  .mov .header_title img {
    width: 11%;
    max-width: 132px; }

.gra .header_title {
  color: #fff; }
  .gra .header_title img {
    width: 16%;
    max-width: 192px; }

.pub .header_title {
  color: #fff; }
  .pub .header_title img {
    width: 52.25%;
    max-width: 627px; }

.prm .header_title img {
  width: 21.25%;
  max-width: 255px; }

.mov .header_menu > li > a, .gra .header_menu > li > a, .pub .header_menu > li > a {
  color: #fff; }
  .mov .header_menu > li > a.hover, .gra .header_menu > li > a.hover, .pub .header_menu > li > a.hover {
    color: #323232; }

.wed .nav_button::before, .wed .nav_button::after, .wed .nav_button > span, .prm .nav_button::before, .prm .nav_button::after, .prm .nav_button > span {
  background: #000; }

.wed .footer_text::after {
  background: -webkit-gradient(linear, left top, right top, from(#00c800), color-stop(50%, #00e100), to(#00c800));
  background: linear-gradient(to right, #00c800 0%, #00e100 50%, #00c800 100%); }

.mov .footer_text::after {
  background: -webkit-gradient(linear, left top, right top, from(#635251), color-stop(50%, #775f5a), to(#635251));
  background: linear-gradient(to right, #635251 0%, #775f5a 50%, #635251 100%); }

.gra .footer_text::before {
  content: "";
  background: #1f1f1f;
  left: 0;
  bottom: 0; }

.gra .footer_text::after {
  background: -webkit-gradient(linear, right top, left top, from(#ffe500), to(#ffb900));
  background: linear-gradient(-90deg, #ffe500 0%, #ffb900 100%);
  width: 25.417%;
  margin-left: 0; }

.pub .footer_text::after {
  background: -webkit-gradient(linear, left top, right top, from(#64523a), to(#523f24));
  background: linear-gradient(to right, #64523a 0%, #523f24 100%); }

.prm .footer_text::before {
  content: "";
  background: linear-gradient(-164deg, #dee5ed 0%, #c5dde7 100%);
  left: 0;
  bottom: 0; }

.prm .footer_text::after {
  background: #e61446;
  width: 25.417%;
  margin-right: 0; }

.archive_container {
  margin-top: -72px;
  padding-top: 72px; }

.archive_title {
  background: #ebebeb;
  margin: 0 auto;
  padding: 0.45em 0;
  line-height: 1;
  font-size: 1.55em;
  font-weight: bold;
  text-align: center; }

.archive_list {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 2.5%; }
  .archive_list::after {
    content: "";
    display: block;
    clear: both; }
  .archive_list > li {
    display: block; }
    .archiveList .archive_list > li {
      float: left;
      width: calc(100%/3); }
      .archiveList .archive_list > li:nth-child(odd) .card_thumb {
        background: #b4b4b4; }
      .archiveList .archive_list > li:nth-child(even) .card_thumb {
        background: #c8c8c8; }
      .archiveList .archive_list > li:nth-child(3n+1) {
        clear: left; }
    .archiveCatalog .archive_list > li:nth-child(odd) {
      background: #ebebeb; }
  .archiveList .archive_list {
    max-width: 1200px; }

.archiveList .card_container {
  padding: 0 0 7%; }

.archiveCatalog .card_container {
  width: 92.5%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 4% 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.archiveCatalog .card_inner {
  position: relative; }
  .archiveCatalog .card_inner::after {
    content: "";
    display: block;
    clear: both; }

.archiveList .card_link {
  text-decoration: none;
  color: #646464; }
  .archiveList .card_link.hover {
    color: rgba(100, 100, 100, 0.6); }
    .archiveList .card_link.hover .card_thumb {
      opacity: 0.7; }

.archiveList .card_thumb {
  display: block;
  position: relative;
  margin: 0 auto 5%;
  padding: 56% 0 0;
  line-height: 0;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .archiveList .card_thumb > img {
    position: absolute;
    width: 100%;
    height: auto;
    max-height: none;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto; }

.archiveList .card_caption {
  padding: 0 0 0 3%; }

.archiveCatalog .card_caption {
  float: right;
  width: 36%;
  padding: 0 0 0 2%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.card_sub {
  font-size: 1.14em; }
  .archiveList .card_sub {
    display: inline-block;
    margin: 0 0.5em 7px 0;
    vertical-align: middle; }

.archiveList .card_title {
  display: inline-block;
  margin: 0 0 7px;
  font-size: 1.4em;
  text-indent: -0.5em;
  vertical-align: middle; }

.archiveCatalog .card_title {
  margin: 0 0 3px;
  font-size: 1.715em;
  font-weight: normal; }

.archiveCatalog .card_text {
  margin: 4% auto 8%;
  line-height: 1.85em;
  font-size: 1em;
  text-align: justify; }

.archiveCatalog .card_data > li {
  line-height: 2.2em;
  font-size: 1em; }
  .archiveCatalog .card_data > li::before {
    content: "●";
    padding: 0 2px 0 0; }

.slider_container {
  float: left;
  width: 64%;
  padding: 0 0.25% 0 0;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.slider_list {
  position: relative; }
  .slider_list > li {
    position: relative;
    text-align: center; }
    .slider_list > li:nth-child(n+2) {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      visibility: hidden; }
    .slider_list > li.shown {
      visibility: visible;
      z-index: 5; }
    .slider_list > li > img {
      max-height: 100%; }

.slider_container {
  line-height: 0; }

.carousel_container {
  padding: 3% 0 0;
  line-height: 0;
  clear: both; }

.carousel_list {
  margin: 0 auto;
  padding: 0 4em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.carousel_item {
  padding: 0 7px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .carousel_item:focus {
    outline: none; }
  .carousel_item > img {
    cursor: pointer; }
  .carousel_item.hover {
    opacity: 0.7; }

.slick-arrow {
  position: absolute;
  background: transparent;
  border: none;
  border-radius: 0;
  top: 50%;
  padding: 0;
  line-height: 1;
  letter-spacing: normal;
  font-size: 2.5em;
  font-weight: normal;
  color: #646464;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer; }
  .slick-arrow:focus {
    outline: none; }
  .slick-arrow.hover {
    color: rgba(100, 100, 100, 0.7); }
  .slick-arrow.slick-disabled {
    color: rgba(100, 100, 100, 0.2);
    cursor: default; }

.slick-prev {
  left: 0; }

.slick-next {
  right: 0; }

@media screen and (max-width: 1000px) {
  .archiveCatalog .card_caption {
    float: none;
    position: static;
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    padding: 0;
    -webkit-transform: none;
    transform: none; }
  .card_text {
    margin: 2% auto; }
  .card_data {
    margin: 0 auto 3%; }
  .slider_container {
    float: none;
    width: 100%; } }

@media screen and (max-width: 750px) {
  .header_menu, .nav_container + .header_logo {
    display: none; }
  .header_container.fixed .nav_container::before {
    background: rgba(235, 235, 235, 0.8); }
  .header_container.fixed .nav_container.bottom::before {
    background: transparent; }
  .wed .header_bg {
    background-image: url(../img/header/web_digital_sm.png); }
  .mov .header_bg {
    background-image: url(../img/header/movie_sm.png); }
  .pub .header_bg {
    background-image: url(../img/header/conte_pub_sm.png); }
  .prm .header_bg {
    background-image: url(../img/header/promotion_sm.png); }
  .wed .header_title {
    color: #fff; }
    .wed .header_title img {
      width: 49.867%; }
  .mov .header_title img {
    width: 17.6%; }
  .pub .header_title img {
    width: 83.6%; }
  .prm .header_title img {
    width: 34%; }
  .nav_container::before {
    background: rgba(235, 235, 235, 0.8); }
  .nav_button::before, .nav_button::after, .nav_button > span {
    background: #323232; }
  .nav_button2 > a {
    color: #323232; }
  .footer_container {
    position: relative; }
  .footer_text {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0; }
  .main_container {
    padding: 0; }
    .archiveCatalog .main_container {
      padding-bottom: 12%; }
  .archiveList .archive_list > li {
    width: 100%;
    clear: none !important; }
  .card_container {
    width: 100%; }
    .archiveList .card_container {
      padding: 0 0 10%; }
    .archiveCatalog .card_container {
      padding: 4% 0 7%; }
  .archiveList .card_link {
    width: 100%; }
  .archiveList .card_thumb {
    margin: 0 auto 2%; }
  .card_caption {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .archiveList .card_caption {
      padding: 0 0.5em; }
    .archiveCatalog .card_caption {
      width: 92.5%; }
  .archiveList .card_sub {
    font-size: 0.75em; }
  .archiveList .card_title {
    font-size: 1em; }
  .archiveCatalog .card_data {
    margin: 0 auto; }
  .slick-arrow {
    font-size: 2em; }
  .slick-prev {
    left: 0.1em; }
  .slick-next {
    right: 0.1em; } }
