/* ==========================================================================
Top
========================================================================== */
/* mainvisual
========================================================================== */
.mainvisual {
  position: relative;
  height: auto;
  padding-top: 597px;
  overflow: hidden;
}
@media screen and (max-width: 1500px) {
  .mainvisual {
    padding-top: 40vw;
  }
}
@media screen and (max-width: 980px) {
  .mainvisual {
    padding-top: 390px;
  }
}
@media screen and (max-width: 767px) {
  .mainvisual {
    padding: 0;
  }
}
.mainvisual_title {
  margin-top: 41px;
  text-align: center;
}
.mainvisual_title > img {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .mainvisual_title {
    margin-top: 60px;
    padding: 0 10px;
  }
  .mainvisual_title > img {
    width: 347px;
  }
}
.mainvisual_text {
  margin-top: 24px;
  text-align: center;
  color: #555;
  font-size: 1.6em;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .mainvisual_text {
    padding: 0 10px;
    font-size: 1.4em;
  }
}
.mainvisual_text > img {
  max-width: 100%;
}
.mainvisual_text:nth-child(2) {
  margin-top: 15px;
}
.mainvisual_movie_pc,
.mainvisual_movie_sp {
  width: 100%;
  overflow: hidden;
  background: url(/common/img/function/pager_bg01.gif) no-repeat center center;
}
.mainvisual_movie_pc .video2,
.mainvisual_movie_sp .video2,
.mainvisual_movie_pc .video3,
.mainvisual_movie_sp .video3 {
  display: none;
}
.mainvisual_movie_pc {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 597px;
}
.mainvisual_movie_pc video {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .mainvisual_movie_pc {
    display: none;
  }
}
.mainvisual_movie_sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: inherit;
  height: -webkit-calc(100vh - 54px);
  height: calc(100vh - 54px);
}
@media screen and (min-width: 768px) {
  .mainvisual_movie_sp {
    display: none;
  }
}
.mainvisual_movie_sp video {
  width: 108%;
}
/* banner
========================================================================== */
.banner {
  margin: 60px -15px 0;
  opacity: 0;
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media screen and (max-width: 767px) {
  .banner {
    margin: 60px 10px 0;
  }
}
.banner.is-visible,
.banner.is-visible-animation {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.banner.is-visible-animation {
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, transform 1s ease;
  transition: opacity 1s ease, transform 1s ease, -webkit-transform 1s ease;
}
.banner_list {
  display: table;
  table-layout: fixed;
  margin: 0 auto;
}
.banner_list > li {
  display: table-cell;
  padding: 0 15px;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .banner_list {
    display: block;
  }
  .banner_list > li {
    display: block;
    margin-top: 10px;
    padding: 0;
  }
  .banner_list > li:first-child {
    margin-top: 0;
  }
}
.banner_list_item {
  display: inline-block;
  background-color: #fff;
}
.banner_list_item > a {
  display: block;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
}
.banner_list_item > a:hover,
.banner_list_item > a:active {
  opacity: .7;
}
.banner_list_item img {
  max-width: 475px;
  max-height: 95px;
}
@media screen and (max-width: 767px) {
  .banner_list_item {
    display: block;
  }
  .banner_list_item img {
    max-width: 100%;
    max-height: none;
  }
}
/* News
========================================================================== */
.news {
  margin: 110px auto 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media screen and (max-width: 767px) {
  .news {
    position: relative;
    margin: 50px auto 0;
    padding-bottom: 34px;
  }
}
.news.is-visible,
.news.is-visible-animation {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.news.is-visible-animation {
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, transform 1s ease;
  transition: opacity 1s ease, transform 1s ease, -webkit-transform 1s ease;
}
.news_title_wrap {
  float: left;
  width: -webkit-calc(240px + ((100% - 980px) / 2));
  width: calc(240px + ((100% - 980px) / 2));
}
@media screen and (max-width: 767px) {
  .news_title_wrap {
    float: none;
    width: auto;
  }
}
.news_title_inner {
  float: right;
  width: 227px;
}
@media screen and (max-width: 767px) {
  .news_title_inner {
    float: none;
    width: auto;
    text-align: center;
  }
}
.news_title {
  font-size: 4rem;
  color: #009bbf;
  letter-spacing: .05rem;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .news_title {
    font-size: 3.6rem;
  }
}
.news_title_jp {
  margin: 6px 0 0;
  font-size: 1.5rem;
  line-height: 1.2;
  color: #333;
}
.news_title_backnumber a {
  position: relative;
  display: block;
  width: 112px;
  font-size: 1.2rem;
  color: #222;
  padding-right: 35px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.news_title_backnumber a:after {
  position: absolute;
  content: "";
  width: 25px;
  height: 4px;
  background: url(/img/index_news_img01.png) 0 0 no-repeat;
  background-size: 25px 4px;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.news_title_backnumber a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .news_title_backnumber {
    position: absolute;
    bottom: 0;
    right: 10px;
  }
}
.news_list {
  float: left;
  width: -webkit-calc(740px + ((100% - 980px) / 2));
  width: calc(740px + ((100% - 980px) / 2));
}
.news_list li {
  margin-top: 4px;
}
.news_list li:first-child {
  margin-top: 0;
}
.news_list li a,
.news_list li span {
  position: relative;
  display: block;
  padding: 31px 30px 34px 25px;
  background-color: #f5f5f8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0;
  -webkit-transition: all ease .4s;
  transition: all ease .4s;
}
.news_list li a::before,
.news_list li span::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 0;
  height: 100%;
  background-color: #e4e4f0;
  -webkit-transition: width .3s ease;
  transition: width .3s ease;
}
.news_list li a:hover,
.news_list li span:hover {
  text-decoration: none;
}
.news_list li a:hover::before,
.news_list li span:hover::before {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .news_list {
    float: none;
    width: auto;
    margin-top: 26px;
    padding-left: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .news_list li a,
  .news_list li span {
    padding: 20px 15px 17px;
  }
}
.news_list li {
  opacity: 0;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.is-visible .news_list li,
.is-visible-animation .news_list li {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.is-visible-animation .news_list li:nth-child(1) {
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, transform 1s ease;
  transition: opacity 1s ease, transform 1s ease, -webkit-transform 1s ease;
}
.is-visible-animation .news_list li:nth-child(2) {
  -webkit-transition: opacity 1s ease .25s, -webkit-transform 1s ease .25s;
  transition: opacity 1s ease .25s, -webkit-transform 1s ease .25s;
  transition: opacity 1s ease .25s, transform 1s ease .25s;
  transition: opacity 1s ease .25s, transform 1s ease .25s, -webkit-transform 1s ease .25s;
}
.is-visible-animation .news_list li:nth-child(3) {
  -webkit-transition: opacity 1s ease .5s, -webkit-transform 1s ease .5s;
  transition: opacity 1s ease .5s, -webkit-transform 1s ease .5s;
  transition: opacity 1s ease .5s, transform 1s ease .5s;
  transition: opacity 1s ease .5s, transform 1s ease .5s, -webkit-transform 1s ease .5s;
}
.news_list_category {
  position: relative;
  display: inline-block;
  width: 153px;
  vertical-align: top;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .news_list_category {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.news_category_name {
  position: relative;
  margin: 0;
  font-size: 1.1rem;
  letter-spacing: 0;
}
.news_category_name:before {
  position: absolute;
  display: block;
  content: "";
  width: 50px;
  height: 3px;
  top: -8px;
  left: -38px;
}
@media screen and (max-width: 767px) {
  .news_category_name {
    padding-right: 100px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .news_category_name:before {
    top: -7px;
  }
}
.theme-release .news_category_name {
  color: #fc6421;
}
.theme-release .news_category_name:before {
  background-color: #fc6421;
  background-size: 50px 3px;
}
.theme-news .news_category_name {
  color: #009944;
}
.theme-news .news_category_name:before {
  background-color: #009944;
  background-size: 50px 3px;
}
.theme-review .news_category_name {
  color: #00a7db;
}
.theme-review .news_category_name:before {
  background-color: #00a7db;
  background-size: 50px 3px;
}
.news_category_date {
  margin-top: 4px;
  font-size: 1.4rem;
  color: #808080;
}
@media screen and (max-width: 767px) {
  .news_category_date {
    position: absolute;
    margin: 0;
    top: -4px;
    right: 15px;
  }
}
.news_list_title {
  position: relative;
  display: inline-block;
  width: 525px;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .news_list_title {
    display: block;
    width: auto;
    margin-top: 12px;
  }
}
.news_list_title_new {
  display: inline;
  margin-right: 4px;
  padding: 1px 9px 0;
  font-size: 1.1rem;
  color: #fff;
  letter-spacing: 0;
  background-color: #ff3232;
}
.news_list_title_inner {
  display: inline;
  font-size: 1.5rem;
  color: #222;
  margin-top: 0;
}
/* Topics
========================================================================== */
.topics {
  margin: 80px auto 0;
  opacity: 0;
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media screen and (max-width: 767px) {
  .topics {
    margin: 54px auto 0;
  }
}
.topics.is-visible,
.topics.is-visible-animation {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.topics.is-visible-animation {
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, transform 1s ease;
  transition: opacity 1s ease, transform 1s ease, -webkit-transform 1s ease;
}
.topics_title_wrap {
  text-align: center;
}
.topics_title {
  font-size: 4rem;
  color: #009bbf;
  letter-spacing: .05rem;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .topics_title {
    font-size: 3.6rem;
  }
}
.topics_title_jp {
  margin: 8px 0 0;
  font-size: 1.5rem;
  line-height: 1.2;
  color: #333;
}
@media screen and (max-width: 767px) {
  .topics_title_jp {
    margin-top: 6px;
  }
}
.topics_list_wrap {
  width: 980px;
  margin: 26px auto 0;
}
@media screen and (max-width: 767px) {
  .topics_list_wrap {
    width: auto;
    padding: 0 10px;
  }
}
.topics_list {
  position: relative;
}
.topics_list::after {
  content: '';
  display: block;
  clear: both;
}
.topics_list .slick-list {
  margin: 0 27px 0 30px;
  padding: 0 3px 10px 0;
}
.topics_list .slick-prev,
.topics_list .slick-next {
  white-space: nowrap;
  text-indent: 200%;
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 70px;
  height: 70px;
  margin: auto 0;
  border: none;
  background: no-repeat center center;
  background-size: 100% 100%;
  -webkit-transition: left .3s ease, right .3s ease;
  transition: left .3s ease, right .3s ease;
  z-index: 1;
}
.topics_list .slick-prev {
  left: 4px;
  background-image: url(/img/index_topics_img04.png);
}
.topics_list .slick-prev:hover {
  left: 0;
}
.topics_list .slick-next {
  right: 4px;
  background-image: url(/img/index_topics_img03.png);
}
.topics_list .slick-next:hover {
  right: 0;
}
.topics_list_item {
  display: none;
  float: left;
  width: -webkit-calc(100% / 3);
  width: calc(100% / 3);
  padding: 0 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.topics_list_item:nth-child(-n+3) {
  display: block;
}
@media screen and (max-width: 767px) {
  .topics_list_item {
    float: none;
    display: block;
    width: auto;
    padding: 0;
    margin-top: 10px;
  }
  .topics_list_item:first-child {
    margin-top: 0;
  }
}
.topics_list_item_inner {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
}
.topics_list_item_inner a {
  display: block;
  background-color: #fff;
}
.topics_list_item_inner a:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .topics_list_item_inner {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    overflow: hidden;
  }
  .topics_list_item_inner a {
    padding: 0;
    overflow: hidden;
  }
}
.topics_list_img {
  overflow: hidden;
  text-align: center;
}
.topics_list_img img {
  -webkit-transition: all ease .4s;
  transition: all ease .4s;
  max-width: 100%;
  max-height: 218px;
  margin: 0 auto;
  z-index: 0;
}
a:hover .topics_list_img img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
@media screen and (max-width: 767px) {
  .topics_list_img {
    width: 100%;
  }
  .topics_list_img img {
    max-height: 100%;
  }
  a:hover .topics_list_img img {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
.topics_list_textarea {
  position: relative;
  min-height: 188px;
  padding: 18px 25px 46px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.topics_list li a .topics_list_textarea .topics_list_category,
.topics_list li a .topics_list_textarea .topics_list_tag,
.topics_list li a .topics_list_textarea .topics_list_text,
.topics_list li a .topics_list_textarea .topics_list_date,
.topics_list li a .topics_list_textarea .topics_list_more {
  -webkit-transition: all ease .4s;
  transition: all ease .4s;
}
.topics_list li a:hover .topics_list_textarea .topics_list_category,
.topics_list li a:hover .topics_list_textarea .topics_list_tag,
.topics_list li a:hover .topics_list_textarea .topics_list_text,
.topics_list li a:hover .topics_list_textarea .topics_list_date,
.topics_list li a:hover .topics_list_textarea .topics_list_more {
  opacity: .7;
}
@media screen and (max-width: 767px) {
  .topics_list_textarea {
    min-height: 160px;
    padding: 20px 25px 48px 15px;
  }
  .topics_list li a:hover .topics_list_textarea {
    opacity: inherit;
  }
}
.topics_list_category {
  overflow: hidden;
}
.topics_list_category_inner {
  position: relative;
  float: left;
  margin: 0;
  padding-left: 15px;
  font-size: 1.2rem;
  color: #000f49;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.topics_list_category_inner:before {
  position: absolute;
  content: "";
  width: 9px;
  height: 8px;
  background: url(/img/index_topics_img01.png) 0 0 no-repeat;
  background-size: 9px 8px;
  top: 6px;
  left: 0;
}
.topics_list_tag {
  float: right;
  min-width: 66px;
  max-width: 94px;
  margin: 0;
  padding: 2px 6px 3px;
  text-align: center;
  font-size: 1.1rem;
  letter-spacing: 0;
  line-height: 1.2;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.topics_list_tag.color-green {
  background-color: #6fbe3b;
}
.topics_list_tag.color-blue {
  background-color: #2e3a6b;
}
.topics_list_text {
  margin: 14px 0 0;
  font-size: 1.5rem;
  color: #222222;
}
@media screen and (max-width: 767px) {
  .topics_list_text {
    min-height: 45px;
    margin: 10px 0 0;
    font-size: 1.4rem;
  }
}
.topics_list_date {
  position: absolute;
  margin: 0;
  font-size: 1.2rem;
  letter-spacing: 0;
  color: #666;
  left: 25px;
  bottom: 25px;
}
@media screen and (max-width: 767px) {
  .topics_list_date {
    left: 15px;
    bottom: 22px;
  }
}
.topics_list_more {
  position: absolute;
  margin: 0;
  padding-right: 34px;
  font-size: 1.2rem;
  color: #222222;
  bottom: 24px;
  right: 14px;
}
.topics_list_more:after {
  position: absolute;
  content: "";
  width: 25px;
  height: 4px;
  background: url(/img/index_topics_img06.png) 0 0 no-repeat;
  background-size: 25px 4px;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .topics_list_more {
    right: 25px;
    bottom: 22px;
  }
}
.topics_btn_wrap {
  margin: 50px auto 0;
  clear: both;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .topics_btn_wrap {
    margin-top: 20px;
  }
}
/* Bannerlist
========================================================================== */
.bannerlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 80px auto 130px;
  opacity: 0;
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media screen and (max-width: 767px) {
  .bannerlist {
    margin: 54px auto 82px;
  }
}
.bannerlist.is-visible,
.bannerlist.is-visible-animation {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.bannerlist.is-visible-animation {
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, transform 1s ease;
  transition: opacity 1s ease, transform 1s ease, -webkit-transform 1s ease;
}
.bannerlist_wrap {
  max-width: 1000px;
  margin: 0 -10px;
}
@media screen and (max-width: 767px) {
  .bannerlist_wrap {
    margin: 0;
    padding: 0 10px;
  }
}
.bannerlist_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.bannerlist_inner.opt-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .bannerlist_inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.bannerlist_item {
  width: 230px;
  margin: 20px 10px 0;
  background-color: #fff;
}
.bannerlist_item a {
  display: block;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
}
.bannerlist_item a:hover {
  opacity: .7;
}
.bannerlist_item a img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .bannerlist_item {
    width: 80%;
    margin: 20px 0 0;
  }
}
