@charset "UTF-8";
#wrapper {
  overflow: hidden;
}

.main_contents h2 {
  font-family: "Barlow", sans-serif;
}
@media only screen and (min-width: 751px) {
  .main_contents {
    width: auto;
  }
  .main_contents h2 {
    font-size: 36px;
    width: 1000px;
    margin: 0 auto 60px;
  }
}
@media only screen and (max-width: 750px) {
  .main_contents {
    margin: 0;
  }
  .main_contents h2 {
    font-size: 24px;
    margin: 0 5.6% 40px;
  }
}

.title_area .official_links {
  position: relative;
}
.title_area .official_links li {
  font-family: "Barlow", sans-serif;
  display: inline-block;
  background: url("../img/icon_link.svg") no-repeat right center;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
.title_area .official_links:before {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  background: #d1dee5;
  top: 0;
  left: 0;
}
@media only screen and (min-width: 751px) {
  .title_area {
    width: 1000px;
    margin: 0 auto 40px;
  }
  .title_area h3 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .title_area .official_links {
    padding-top: 20px;
  }
  .title_area .official_links li {
    height: 16px;
    line-height: 16px;
    -webkit-background-size: 14px 14px;
    -o-background-size: 14px 14px;
    background-size: 14px 14px;
  }
  .title_area .official_links:before {
    width: 30px;
  }
  .title_area li {
    font-size: 14px;
    margin-right: 24px;
  }
  .title_area li a {
    padding-right: 25px;
  }
}
@media only screen and (max-width: 750px) {
  .title_area {
    margin: 0 5.6% 10%;
  }
  .title_area h3 {
    font-size: 18px;
    margin-bottom: 16px;
  }
  .title_area .official_links {
    padding-top: 16px;
  }
  .title_area .official_links:before {
    width: 8%;
  }
  .title_area li {
    font-size: 12px;
    padding-right: 16px;
    margin-right: 15px;
  }
}

.main_visual {
  background: #e6eef1;
}
@media only screen and (min-width: 751px) {
  .main_visual {
    padding: 20px 0;
    margin-bottom: 60px;
  }
  .main_visual .slider {
    width: 1000px;
    margin: auto;
    letter-spacing: -.4em;
  }
  .main_visual p {
    width: 320px;
    float: left;
    margin-right: 20px;
  }
  .main_visual p:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 750px) {
  .main_visual {
    padding: 5%;
    margin-bottom: 10%;
  }
  .main_visual .slider {
    width: 100%;
  }
  .main_visual p {
    width: 48%;
    float: left;
    margin-right: 4%;
  }
  .main_visual p:last-child {
    margin-right: 0;
  }
  .main_visual.slide_visual {
    padding: 5% 0;
  }
  .main_visual.slide_visual p {
    width: 165px;
    float: left;
    margin-right: 20px;
  }
  .main_visual.slide_visual p:last-child {
    margin-right: 0;
  }
}

.news_area h4, .outline_area h4, .movie_area h4 {
  color: #4394d0;
  font-family: "Barlow", sans-serif;
  position: relative;
  padding-left: 1em;
}
.news_area h4:before, .outline_area h4:before, .movie_area h4:before {
  content: "";
  display: block;
  position: absolute;
  width: 0.6em;
  height: 2px;
  background: #4394d0;
  left: 0;
  top: 50%;
  margin-top: -1px;
}
@media only screen and (min-width: 751px) {
  .news_area, .outline_area, .movie_area {
    width: 1000px;
    margin: 0 auto 100px;
  }
  .news_area h4, .outline_area h4, .movie_area h4 {
    font-size: 16px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 750px) {
  .news_area, .outline_area, .movie_area {
    margin: 0 5.6% 10%;
  }
  .news_area h4, .outline_area h4, .movie_area h4 {
    font-size: 16px;
    margin-bottom: 7.4%;
  }
}

.news_area ul {
  border-top: 1px solid #d1dee5;
}
.news_area li {
  border-bottom: 1px solid #d1dee5;
}
.news_area li .news_title {
  position: relative;
}
.news_area li .news_title .icon {
  position: absolute;
  top: 50%;
  right: 0;
}
.news_area li .news_title .icon:after, .news_area li .news_title .icon:before {
  content: "";
  display: block;
  position: absolute;
  background: #4394d0;
}
.news_area li .news_title .icon:before {
  width: 2px;
  height: 100%;
  left: 50%;
  margin-left: -1px;
}
.news_area li .news_title .icon:after {
  width: 100%;
  height: 2px;
  top: 50%;
  margin-top: -1px;
}
.news_area li .news_title .n_ttl {
  font-weight: bold;
  line-height: 1.4;
}
.news_area li .news_title .n_date {
  font-family: "Barlow", sans-serif;
}
.news_area li .news_text {
  line-height: 1.6;
}
.news_area li .news_text a {
  color: #4394d0;
  text-decoration: underline;
}
@media only screen and (min-width: 751px) {
  .news_area li {
    padding-bottom: 40px;
  }
  .news_area li .news_title {
    padding: 40px 20px 0 0;
    font-size: 14px;
    cursor: pointer;
  }
  .news_area li .news_title .icon {
    width: 18px;
    height: 18px;
    margin-top: 10px;
  }
  .news_area li .news_title .n_ttl {
    margin-bottom: 0.6em;
  }
  .news_area li .news_text {
    font-size: 12px;
  }
  .news_area li.open_news .news_title .icon:before {
    height: 0;
  }
  .news_area li.open_news .news_text {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 750px) {
  .news_area li {
    padding-bottom: 24px;
  }
  .news_area li .news_title {
    padding: 24px 20px 0 0;
  }
  .news_area li .news_title .icon {
    width: 14px;
    height: 14px;
  }
  .news_area li .news_title .n_ttl {
    font-size: 14px;
    margin-bottom: 0.6em;
  }
  .news_area li .news_title .n_date {
    font-size: 10px;
  }
  .news_area li .news_text {
    font-size: 12px;
  }
  .news_area li.open_news .news_title .icon:before {
    height: 0;
  }
  .news_area li.open_news .news_text {
    margin-top: 24px;
  }
}

.outline_area .outline_wrap {
  border-bottom: 1px solid #d1dee5;
  line-height: 1.6;
}
.outline_area .outline_wrap .history_caption, .outline_area .outline_wrap .story_caption, .outline_area .outline_wrap .staff_caption {
  font-weight: bold;
  margin-bottom: 0.6em;
}
.outline_area .outline_wrap:nth-of-type(1) {
  border-top: 1px solid #d1dee5;
}
.outline_area .history_text p {
  display: inline-block;
  vertical-align: top;
}
.outline_area .staff_list dt:after {
  content: "：";
}
@media only screen and (min-width: 751px) {
  .outline_area .outline_wrap {
    padding: 36px 0;
    font-size: 14px;
  }
  .outline_area .history_text {
    margin-bottom: 20px;
  }
  .outline_area .history_text li {
    margin-bottom: 0.4em;
  }
  .outline_area .history_text .h_year {
    padding-right: 1em;
  }
  .outline_area .history_text:last-child {
    margin-bottom: 0;
  }
  .outline_area .outline_copy {
    margin-top: 35px;
    font-size: 12px;
  }
  .outline_area .logo {
    width: 220px;
    margin-top: 35px;
  }
  .outline_area .staff_list {
    line-height: 1.4;
  }
  .outline_area .staff_list dl {
    margin-bottom: 0.6em;
  }
  .outline_area .staff_list dt, .outline_area .staff_list dd {
    float: left;
  }
}
@media only screen and (max-width: 750px) {
  .outline_area .outline_wrap {
    padding: 30px 0;
    font-size: 13px;
  }
  .outline_area .history_text {
    margin-bottom: 1.6em;
    line-height: 1.4;
  }
  .outline_area .history_text li {
    margin-bottom: 0.4em;
  }
  .outline_area .history_text .h_year {
    width: 18%;
  }
  .outline_area .history_text .h_text {
    width: 81%;
  }
  .outline_area .history_text:last-child {
    margin-bottom: 0;
  }
  .outline_area .staff_list {
    line-height: 1.4em;
  }
  .outline_area .staff_list dl {
    margin-bottom: 0.8em;
  }
  .outline_area .staff_list dt, .outline_area .staff_list dd {
    float: left;
    margin-bottom: 0.2em;
  }
  .outline_area .outline_copy {
    margin-top: 4%;
    font-size: 10px;
  }
  .outline_area .logo {
    width: 51.64%;
    max-width: 346px;
    margin-top: 4%;
  }
}

@media only screen and (min-width: 751px) {
  .movie_area .player {
    height: 562px;
  }
}
@media only screen and (max-width: 750px) {
  .movie_area .player {
    height: 190px;
  }
}

/******************/
.pager {
  font-family: "Barlow", sans-serif;
  text-align: center;
}
.pager .prev {
  position: relative;
}
.pager .prev .arrow {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  fill: #4394d0;
  position: absolute;
  left: 0;
  top: 50%;
}
.pager .prev.none {
  color: #d1d5d8;
}
.pager .prev.none .arrow {
  fill: #d1d5d8;
}
.pager .next {
  position: relative;
}
.pager .next .arrow {
  fill: #4394d0;
  position: absolute;
  right: 0;
  top: 50%;
}
.pager .next.none {
  color: #d1d5d8;
}
.pager .next.none .arrow {
  fill: #d1d5d8;
}
.pager .list {
  position: relative;
  letter-spacing: -.4em;
}
.pager .list span {
  display: block;
  background: #4394d0;
  float: left;
}
.pager .list span:nth-child(3n) {
  margin-right: 0;
}
.pager .list span:nth-child(3n+1) {
  clear: left;
}
.pager .list a {
  display: block;
  width: 100%;
  height: 100%;
}
.pager .prev, .pager .list, .pager .next, .pager .page_num, .pager li {
  display: inline-block;
  vertical-align: middle;
}
.pager .page_num li {
  border: 1px solid #d1dee5;
}
.pager .page_num li.current {
  background: #4394d0;
  color: #FFF;
}
.pager .page_num li a {
  display: block;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 751px) {
  .pager .prev, .pager .next {
    height: 20px;
    line-height: 20px;
  }
  .pager .prev {
    padding-left: 25px;
  }
  .pager .prev .arrow {
    width: 14px;
    margin-top: -11px;
    height: 20px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .pager .prev:hover:not(.none) .arrow {
    -webkit-transform: translateX(-10px) rotate(180deg);
    -moz-transform: translateX(-10px) rotate(180deg);
    -ms-transform: translateX(-10px) rotate(180deg);
    -o-transform: translateX(-10px) rotate(180deg);
    transform: translateX(-10px) rotate(180deg);
  }
  @-webkit-keyframes hover_list {
    0% {
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0);
    }
    50% {
      -webkit-transform: translateY(-6px);
      -moz-transform: translateY(-6px);
      -ms-transform: translateY(-6px);
      -o-transform: translateY(-6px);
      transform: translateY(-6px);
    }
    100% {
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0);
    }
  }
  @-o-keyframes hover_list {
    0% {
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0);
    }
    50% {
      -webkit-transform: translateY(-6px);
      -moz-transform: translateY(-6px);
      -ms-transform: translateY(-6px);
      -o-transform: translateY(-6px);
      transform: translateY(-6px);
    }
    100% {
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0);
    }
  }
  @-moz-keyframes hover_list {
    0% {
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0);
    }
    50% {
      -webkit-transform: translateY(-6px);
      -moz-transform: translateY(-6px);
      -ms-transform: translateY(-6px);
      -o-transform: translateY(-6px);
      transform: translateY(-6px);
    }
    100% {
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0);
    }
  }
  @keyframes hover_list {
    0% {
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0);
    }
    50% {
      -webkit-transform: translateY(-6px);
      -moz-transform: translateY(-6px);
      -ms-transform: translateY(-6px);
      -o-transform: translateY(-6px);
      transform: translateY(-6px);
    }
    100% {
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0);
    }
  }
  .pager .list {
    width: 22px;
    height: 22px;
    line-height: 0;
    margin: 0 50px;
  }
  .pager .list span {
    width: 6px;
    height: 6px;
    margin-right: 2px;
    margin-bottom: 2px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .pager .list:hover span:nth-child(0) {
    -webkit-animation: hover_list 0.2s ease-in 0s;
    -moz-animation: hover_list 0.2s ease-in 0s;
    -o-animation: hover_list 0.2s ease-in 0s;
    animation: hover_list 0.2s ease-in 0s;
  }
  .pager .list:hover span:nth-child(1) {
    -webkit-animation: hover_list 0.2s ease-in 0.05s;
    -moz-animation: hover_list 0.2s ease-in 0.05s;
    -o-animation: hover_list 0.2s ease-in 0.05s;
    animation: hover_list 0.2s ease-in 0.05s;
  }
  .pager .list:hover span:nth-child(2) {
    -webkit-animation: hover_list 0.2s ease-in 0.1s;
    -moz-animation: hover_list 0.2s ease-in 0.1s;
    -o-animation: hover_list 0.2s ease-in 0.1s;
    animation: hover_list 0.2s ease-in 0.1s;
  }
  .pager .list:hover span:nth-child(3) {
    -webkit-animation: hover_list 0.2s ease-in 0.15s;
    -moz-animation: hover_list 0.2s ease-in 0.15s;
    -o-animation: hover_list 0.2s ease-in 0.15s;
    animation: hover_list 0.2s ease-in 0.15s;
  }
  .pager .list:hover span:nth-child(4) {
    -webkit-animation: hover_list 0.2s ease-in 0.2s;
    -moz-animation: hover_list 0.2s ease-in 0.2s;
    -o-animation: hover_list 0.2s ease-in 0.2s;
    animation: hover_list 0.2s ease-in 0.2s;
  }
  .pager .list:hover span:nth-child(5) {
    -webkit-animation: hover_list 0.2s ease-in 0.25s;
    -moz-animation: hover_list 0.2s ease-in 0.25s;
    -o-animation: hover_list 0.2s ease-in 0.25s;
    animation: hover_list 0.2s ease-in 0.25s;
  }
  .pager .list:hover span:nth-child(6) {
    -webkit-animation: hover_list 0.2s ease-in 0.3s;
    -moz-animation: hover_list 0.2s ease-in 0.3s;
    -o-animation: hover_list 0.2s ease-in 0.3s;
    animation: hover_list 0.2s ease-in 0.3s;
  }
  .pager .list:hover span:nth-child(7) {
    -webkit-animation: hover_list 0.2s ease-in 0.35s;
    -moz-animation: hover_list 0.2s ease-in 0.35s;
    -o-animation: hover_list 0.2s ease-in 0.35s;
    animation: hover_list 0.2s ease-in 0.35s;
  }
  .pager .list:hover span:nth-child(8) {
    -webkit-animation: hover_list 0.2s ease-in 0.4s;
    -moz-animation: hover_list 0.2s ease-in 0.4s;
    -o-animation: hover_list 0.2s ease-in 0.4s;
    animation: hover_list 0.2s ease-in 0.4s;
  }
  .pager .list:hover span:nth-child(9) {
    -webkit-animation: hover_list 0.2s ease-in 0.45s;
    -moz-animation: hover_list 0.2s ease-in 0.45s;
    -o-animation: hover_list 0.2s ease-in 0.45s;
    animation: hover_list 0.2s ease-in 0.45s;
  }
  .pager .next {
    padding-right: 25px;
  }
  .pager .next .arrow {
    width: 14px;
    margin-top: -9px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    height: 20px;
  }
  .pager .next:hover:not(.none) .arrow {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
  }
  .pager .page_num {
    margin: 0 26px;
  }
  .pager .page_num li {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0 2px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .pager .page_num li:hover {
    background: #4394d0;
  }
  .pager .page_num li:hover a {
    color: #FFF;
  }
}
@media only screen and (max-width: 750px) {
  .pager .prev {
    padding-left: 24px;
  }
  .pager .prev .arrow {
    width: 12px;
    margin-top: -8px;
  }
  .pager .list {
    width: 22px;
    height: 22px;
    line-height: 0;
    margin: 0 30px;
  }
  .pager .list span {
    width: 6px;
    height: 6px;
    margin-right: 2px;
    margin-bottom: 2px;
  }
  .pager .next {
    padding-right: 24px;
  }
  .pager .next .arrow {
    width: 12px;
    margin-top: -8px;
  }
  .pager .page_num {
    margin: 0 6%;
  }
  .pager .page_num li {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0 2px;
  }
}
