@charset "UTF-8";
/*
 * /css/top.css
 */

.top_wrap {
  background: -moz-linear-gradient(-90deg, #DCE9ED 0%, #F7F7F7 100%);
  background: -webkit-linear-gradient(-90deg, #DCE9ED 0%, #F7F7F7 100%);
  background: -ms-linear-gradient(-90deg, #DCE9ED 0%, #F7F7F7 100%);
  background: linear-gradient(-90deg, #DCE9ED, #F7F7F7);
}

.top_btn a {
  display: block;
  width: 122px;
  border: 1px solid #397bb7;
  text-decoration: none;
  line-height: 1.2;
  color: #333;
  font-size: 15px;
}

.align_center {
  text-align: center;
}

.top_btn.align_center a {
  margin: 0 auto;
}

.top_btn a span {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  width: 100%;
  height: 42px;
}

.top {
  padding: 70px 0 90px 0;
}

.top_head {
  text-align: center;
  margin-bottom: 50px;
}

.top_head h2 {
  font-weight: 300;
  font-size: 40px;
  letter-spacing: 0.1em;
  line-height: 1.2;
  border: none;
  color: #333;
  margin: 0 0 34px;
  padding: 0 0 27px;
}

.top_head h2::after {
  width: 40px;
  top: inherit;
  left: 50%;
  margin-left: -20px;
  bottom: 0;
}

.top_head p {
  color: #333;
  font-size: 18px;
  line-height: 1.7;
}

.bg_white {
  background-color: #fff;
}

@media screen and (min-width:751px) {
  .top_btn a {
    width: 160px;
    transition: background .3s ease;
  }

  .top_btn a:hover {
    color: #297FC9;
    background: #ECF2F5;
  }

  .top_btn a span {
    height: 54px;
  }

  .top {
    padding: 134px 0 110px 0;
  }

  .top_head {
    margin-bottom: 70px;
  }

  .top_head h2 {
    font-size: 50px;
    padding-bottom: 20px;
    margin-bottom: 27px;
  }

  .top_head p {
    line-height: 2;
  }
}

/* # =================================================================
   # ANIMATED
   # ================================================================= */
/*fadeup*/
.fadeup {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(0, 40px);
  -ms-transform: translate(0, 40px);
  transform: translate(0, 40px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.fadeup.anime_show {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

/*fadedown*/
.fadedown {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(0, -40px);
  -ms-transform: translate(0, -40px);
  transform: translate(0, -40px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 1.5s cubic-bezier(0.165, 0.80, 0.45, 1) 0s;
  transition: all 1.5s cubic-bezier(0.165, 0.80, 0.45, 1) 0s;
}

.fadedown.anime_show {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

/*fadein*/
.fadein {
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: all 3s cubic-bezier(0.165, 0.80, 0.45, 1) 0s;
  transition: all 3s cubic-bezier(0.165, 0.80, 0.45, 1) 0s;
}

.fadein.anime_show {
  opacity: 1;
  filter: alpha(opacity=1);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.delay05 {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.delay10 {
  -webkit-transition-delay: 1.0s;
  transition-delay: 1.0s;
}

.delay15 {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

.delay20 {
  -webkit-transition-delay: 2.0s;
  transition-delay: 2.0s;
}

.delay25 {
  -webkit-transition-delay: 2.5s;
  transition-delay: 2.5s;
}

.delay30 {
  -webkit-transition-delay: 3.0s;
  transition-delay: 3.0s;
}

.delay35 {
  -webkit-transition-delay: 3.5s;
  transition-delay: 3.5s;
}

.delay40 {
  -webkit-transition-delay: 4.0s;
  transition-delay: 4.0s;
}

.delay45 {
  -webkit-transition-delay: 4.5s;
  transition-delay: 4.5s;
}

.delay50 {
  -webkit-transition-delay: 5.0s;
  transition-delay: 5.0s;
}

@media all and (min-width: 641px) {
  .delay--pc02 {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }

  .delay--pc04 {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
  }

  .delay--pc06 {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
  }

  .delay--pc08 {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
  }

  .delay--pc10 {
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
  }
}

/* # =================================================================
   # MV
   # ================================================================= */
.topmv {
  padding: 45px 0 25px 0;
}

.topmv_thumb {
  margin-bottom: 25px;
}

.topmv_thumb img {
  width: 100%;
}

.topmv_item h2 {
  line-height: 1.4;
  margin: 0 0 10px;
  padding: 0;
  color: #1C2E4F;
  font-size: 32px;
  font-weight: 300;
  border: none;
}

.topmv_item h2::after {
  display: none;
}

.topmv_item p {
  margin: 0 0 45px;
  color: #1C2E4F;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
}

.mv_pagenavi {
  position: absolute;
  width: auto !important;
  bottom: 0 !important;
  font-size: 0;
  line-height: 0;
}

.mv_pagenavi .swiper-pagination-bullet {
  height: 2px;
  width: 40px;
  background: #fff;
  opacity: 1;
  margin: 0 8px !important;
  border-radius: 0;
}

.mv_pagenavi .swiper-pagination-bullet-active {
  background: -moz-linear-gradient(-90deg, #09ACB2 0%, #1A85B5 100%);
  background: -webkit-linear-gradient(-90deg, #09ACB2 0%, #1A85B5 100%);
  background: -ms-linear-gradient(-90deg, #09ACB2 0%, #1A85B5 100%);
  background: linear-gradient(-90deg, #09ACB2, #1A85B5);
}

@media screen and (max-width:750px) {
  .topmv {
    background: url(https://www.icr.co.jp/images/bg_mv_sp.png) no-repeat 0 0 / cover;
  }

  .mv_pagenavi {
    right: 0;
    left: 0 !important;
    text-align: center;
  }
}

@media screen and (min-width:751px) {
  .topmv {
    padding-top: 85px;
    padding-bottom: 85px;
    position: relative;
  }

  .topmv::after {
    content: "";
    background: url(https://www.icr.co.jp/images/bg.png) no-repeat center bottom / cover;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
  }

  .topmv .container {
    z-index: 1;
  }

  .topmv_item h2 {
    letter-spacing: 0.02em;
    font-size: 4.5vw;
    margin-bottom: 20px;
  }

  .topmv_item p {
    font-size: 16px;
    line-height: 2.25;
    margin-bottom: 18px;
  }

  /*.topmv_inner {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center!important;
        align-items: center!important;
        -ms-flex-pack: justify!important;
        justify-content: space-between!important;
    }
    .topmv_thumb {
        width: 48.75%;
        margin: 0;
        -ms-flex-order: 12;
        order: 12;
    }
    .topmv_content {
        width: 50.0833%;
    }*/
  .mv_pagenavi .swiper-pagination-bullet {
    margin: 0 24px 0 0 !important;
    width: 60px;
  }

  .topmv .swiper-container {
    padding-bottom: 70px;
  }
}

@media screen and (min-width:1065px) {
  .topmv_item h2 {
    font-size: 48px;
  }
}

@media screen and (min-width:1240px) {
  /*.topmv_inner {
        -ms-flex-align: end!important;
        align-items: flex-end!important;
    }
    .topmv_thumb {
        width: 57.75%;
    }
    .topmv_content {
        padding-bottom: 45px;
        width: 41.0833%;
    }*/
}

@media screen and (min-width:1259px) {
  /*.topmv_thumb {
        margin-right: -35px;
    }*/
}

/* ===================================== NT-SLIDER ===================================== */
.box-item-topmv {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /*justify-content: space-between;
    align-items: center;*/
}

/*.box-item:first-child {
    width: 45%;
}
.box-item:last-child {
    width: 52%;
}*/
@media screen and (max-width:750px) {

  .box-item:first-child,
  .box-item:last-child {
    width: 100%;
  }

  /*.box-item-topmv {
        flex-direction: column-reverse;
    }*/
  .box-item img {
    max-width: 100%;
    margin-bottom: 25px;
  }
}

@media screen and (min-width:768px) {
  .topmv .swiper-container {
    padding-bottom: 0;
  }

  .mv_pagenavi {
    left: 100px !important;
    bottom: 130px !important;
    z-index: 5;
  }

  .mv_pagenavi .swiper-pagination-bullet {
    width: 40px;
    background: rgba(255, 255, 255, 0.4);
  }

  .mv_pagenavi .swiper-pagination-bullet-active {
    background: rgba(255, 255, 255, 1);
  }
}

/* ===================================== END-NT-SLIDER ===================================== */


/* # =================================================================
   # Ticker
   # ================================================================= */
.ticker_head {
  background: -moz-linear-gradient(-90deg, #09ACB2 0%, #1A85B5 100%);
  background: -webkit-linear-gradient(-90deg, #09ACB2 0%, #1A85B5 100%);
  background: -ms-linear-gradient(-90deg, #09ACB2 0%, #1A85B5 100%);
  background: linear-gradient(-90deg, #09ACB2, #1A85B5);
  padding: 12px 20px;
}

.ticker_head h2 {
  margin: 0 30px 0 0;
  color: #fff;
  padding: 6px 0 2px 0;
  border: none;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.2;
  padding-right: 45px;
  width: auto;
}

.ticker_head>a {
  color: #fff;
  position: relative;
  display: inline-block;
  padding: 0 0 0 15px;
  font-size: 16px;
  line-height: 1.2;
}

.ticker_head>a::before {
  content: "";
  width: 8px;
  height: 13px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -7px;
  background: url(https://www.icr.co.jp/images/arrow8x13_white.png) no-repeat 0 0;
}

.ticker_content {
  padding: 20px 20px 15px;
}

.ticker_item {
  padding-right: 140px;
  box-sizing: border-box;
}

.ticker_item .ticker_date {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  color: #5B6F79;
  margin-bottom: 10px;
  display: block;
}

.ticker_item p {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
}

.ticker_item p a {
  color: #333;
}

.ticker_next,
.ticker_prev {
  transform: rotate(-90deg);
}

.ticker_next {
  width: 45px;
  height: 45px;
  font-size: 0;
  background: url(https://www.icr.co.jp/images/next.png) no-repeat 0 0;
  display: inline-block;
  cursor: pointer;
}

.ticker_prev {
  width: 45px;
  height: 45px;
  font-size: 0;
  background: url(https://www.icr.co.jp/images/prev.png) no-repeat 0 0;
  display: inline-block;
  margin-right: 6px;
  cursor: pointer;

}

.ticket_navi {
  position: absolute;
  right: 0;
  top: 50%;
  width: 96px;
  margin-top: -23px;
  font-size: 0;
  z-index: 1;
}

.ticker_content .swiper-container {
  margin: 0;
  height: 100%;
}

@media screen and (max-width:750px) {
  .news_ticker .container {
    padding: 0;
  }

  .ticker_head h2,
  .ticker_head>a {
    display: inline-block;
    vertical-align: middle;
  }

  .ticker_head h2::after {
    width: 1px;
    background: #83dff4;
    position: absolute;
    right: 0;
    top: 0;
    left: inherit;
    height: 100%;
  }

  .ticker_content {
    height: 110px;
  }

  .ticker_item p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    -webkit-box-orient: vertical;
  }

}

@media screen and (min-width:751px) {
  .ticker_head {
    width: 157px;
    padding: 15px 0 12px 0;
    background: none;
    position: relative;
    height: 97px;
    box-sizing: border-box;
  }

  .ticker_head::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 1000px;
    background: -moz-linear-gradient(-90deg, #09ACB2 0%, #1A85B5 100%);
    background: -webkit-linear-gradient(-90deg, #09ACB2 0%, #1A85B5 100%);
    background: -ms-linear-gradient(-90deg, #09ACB2 0%, #1A85B5 100%);
    background: linear-gradient(-90deg, #09ACB2, #1A85B5);
  }

  .ticker_head h2 {
    padding: 0 0 3px;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    width: 100%;
    margin-bottom: 14px;
  }

  .ticker_head h2::after {
    display: none;
  }

  .ticker_head h2,
  .ticker_head>a {
    position: relative;
    z-index: 1;
  }

  .ticker_item .ticker_date {
    margin-bottom: 0;
    font-size: 16px;
  }

  .ticker_item p {
    margin: -1.4em 0 0 0;
    padding: 0 0 0 150px;
    font-size: 16px;
  }

  .ticker_item p a:hover {
    text-decoration: underline;
  }

  .ticker_content {
    padding: 0 0 0 40px;
    height: 97px;
    /*display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center!important;
        align-items: center!important;*/
    position: absolute;
    right: 20px;
    left: 177px;
    top: 0;
  }

  .ticker_content .swiper-container {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .ticker_next,
  .ticker_prev,
  .ticker_head>a {
    transition: opacity 0.3s ease;
  }

  .ticker_next:hover,
  .ticker_prev:hover,
  .ticker_head>a:hover {
    opacity: 0.7;
  }

  .ticker_content .swiper-slide {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
}

/* # =================================================================
   # News
   # ================================================================= */
.top_news {
  border-top: 1px solid #BBC6CB;
  border-bottom: 1px solid #BBC6CB;
  padding-top: 20px;
  margin-bottom: 60px;
}

.top_news_list dt {
  line-height: 1.2;
  margin-bottom: 8px;
}

.top_news_list .news_date {
  display: inline-block;
  vertical-align: middle;
  color: #5B6F79;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  margin-right: 15px;
}

.top_news_list .news_cat {
  display: inline-block;
  vertical-align: middle;
  line-height: 17px;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  background-color: #5B6F79;
  width: 112px;
  height: 16px;
  text-align: center;
}

.top_news_list dd {
  background: url(https://www.icr.co.jp/images/line.png) repeat-x left bottom;
  color: #444444;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  padding: 0 0 20px;
  margin-bottom: 25px;
}

.top_news_list dd:last-child {
  margin-bottom: 0;
  background: none;
}

.top_news_list dd a {
  color: #444444;
  text-decoration: underline;
  display: inline-block;
  position: relative;
  padding: 0 0 0 15px;
}

.top_news_list dd a::before {
  content: "";
  width: 8px;
  height: 13px;
  background: url(https://www.icr.co.jp/images/arrow8x13.png) no-repeat 0 0;
  position: absolute;
  left: 0;
  top: 7px;
}

@media screen and (min-width:751px) {
  .top_news {
    margin-bottom: 50px;
  }

  .top_news_list dt {
    margin-bottom: 0;
  }

  .top_news_list .news_date {
    font-size: 16px;
    margin-right: 20px;
  }

  .top_news_list .news_cat {
    font-size: 15px;
    width: 165px;
    height: 20px;
    font-weight: normal;
    /*line-height: 23px;*/
  }

  .top_news_list dd {
    padding: 0 0 20px 330px;
    margin: -1.5em 0 22px 0;
    font-size: 16px;
  }

  .top_news_list dd a::before {
    background: url(https://www.icr.co.jp/images/arrow6x12.png);
    width: 6px;
    height: 12px;
  }

  .top_news_list dd a:hover {
    text-decoration: none;
  }
}

/* # =================================================================
   # Research
   # ================================================================= */
.top_research {
  margin-bottom: 65px;
}

.top_res_item {
  margin-bottom: 30px;
}

.top_res_item a {
  display: block;
  margin-bottom: 12px;
}

.top_res_item a>span {
  display: block;
  color: #5B6F79;
  font-size: 13px;
  line-height: 1.7;
}

.top_res_item figure {
  margin-bottom: 18px;
}

.top_res_item figure img {
  display: block;
  width: 100%;
}

.top_res_item h3 {
  padding: 0;
  margin: 0 0 13px;
  line-height: 1.2;
  font-size: 20px;
  transition: color .3s ease;
}

.top_res_item h3::after {
  display: none;
}

.top_res_item p {
  color: #333333;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.8;
  background: url(https://www.icr.co.jp/images/line.png) repeat-x left top;
  padding-top: 18px;
}

.top_research .sear_pagenavi {
  text-align: center;
  font-size: 0;
}

.top_research .sear_pagenavi .swiper-pagination-bullet {
  display: inline-block;
  height: 2px;
  border-radius: 0;
  background-color: #bdc5c7;
  margin: 0 8px;
  width: 28px;
  opacity: 1;
}

.top_research .sear_pagenavi .swiper-pagination-bullet-active {
  background-color: #345d7d;
}

.sear_control {
  height: 22px;
  font-size: 0;
  position: relative;
  padding: 10px 15px 0;
}

.res_next,
.res_prev {
  display: block;
  font-size: 0;
  width: 12px;
  height: 22px;
  background: url(https://www.icr.co.jp/images/arrow12x22.png) no-repeat 0 0;
  position: absolute;
  top: 0;
}

.res_next {
  right: 0;
}

.res_prev {
  left: 0;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

/* top banner */
.top_banner .sear_pagenavi_banner {
  text-align: center;
  font-size: 0;
}

.top_banner .sear_pagenavi_banner .swiper-pagination-bullet {
  display: inline-block;
  height: 2px;
  border-radius: 0;
  background-color: #bdc5c7;
  margin: 0 8px;
  width: 28px;
  opacity: 1;
}

.top_banner .sear_pagenavi_banner .swiper-pagination-bullet-active {
  background-color: #345d7d;
}

.sear_control_banner {
  height: 22px;
  font-size: 0;
  position: relative;
  padding: 10px 15px 0;
}

.res_next_banner,
.res_prev_banner {
  display: block;
  font-size: 0;
  width: 12px;
  height: 22px;
  background: url(https://www.icr.co.jp/images/arrow12x22.png) no-repeat 0 0;
  position: absolute;
  top: 0;
}

.res_next_banner {
  right: 0;
}

.res_prev_banner {
  left: 0;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

/* end top banner */
@media screen and (min-width:751px) {
  .top_research {
    margin-bottom: 80px;
  }

  .top_res_item {
    margin-bottom: 64px;
  }

  .sear_control {
    display: inline-block;
    padding: 10px 40px 0;
  }

  .top_research .sear_pagenavi .swiper-pagination-bullet {
    width: 40px;
    margin: 0 12px;
  }

  /* top banner */
  .sear_control_banner {
    display: inline-block;
    padding: 10px 40px 0;
  }

  .top_banner .sear_pagenavi_banner .swiper-pagination-bullet {
    width: 40px;
    margin: 0 12px;
  }

  /* end top banner */
  .top_res_item figure {
    overflow: hidden;
    position: relative;
  }

  .top_res_item figure::after {
    content: "";
    background-color: rgba(45, 65, 75, .5);
    transition: left .3s ease, opacity .3s ease;
    position: absolute;
    z-index: 1;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    opacity: 0;
  }

  .top_res_item figure span {
    color: #fff;
    position: absolute;
    right: 20px;
    top: 50%;
    z-index: 2;
    font-size: 13px;
    opacity: 0;
    transition: opacity .5s ease;
  }

  .top_res_item a:hover figure span {
    opacity: 1;
  }

  .top_res_item a:hover figure::after {
    left: 0;
    opacity: 1;
  }

  .top_res_item a:hover h3 {
    color: #297FC9;
  }
}

/* # =================================================================
   # Info
   # ================================================================= */
.top_info {
  margin-bottom: 55px;
}

.top_info_item {
  margin-bottom: 45px;
}

.top_info_item figure {
  max-height: 240px;
  overflow: hidden;
  margin-bottom: 17px;
}

.top_info_item figure img {
  display: block;
  width: 100%;
}

.top_info_item h3 {
  padding: 0;
  font-weight: 300;
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.6;
}

.top_info_item h3::after {
  display: none;
}

.top_info_item p {
  color: #5B6F79;
  line-height: 1.2;
  font-size: 14px;
  margin: 0;
}

.top_btn_info a {
  width: 100%;
}

.top_btn_info a span {
  position: relative;
  padding-right: 30px;
}

.top_btn_info a span::after {
  content: "";
  width: 12px;
  height: 12px;
  background: url(https://www.icr.co.jp/images/outerlink.png) no-repeat 0 0;
  position: absolute;
  right: 26px;
  top: 50%;
  margin-top: -6px;
}

@media screen and (max-width:750px) {
  .top_info_item:last-child {
    margin-bottom: 0;
  }
}

@media screen and (min-width:751px) {
  .top_info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -27px;
  }

  .top_info_item {
    width: 33.333%;
    padding: 0 27px;
    margin-bottom: 80px;
  }

  .top_btn_info a {
    width: 340px;
  }
}

/* # =================================================================
   # Book
   # ================================================================= */
.top_book {
  margin-bottom: 55px;
}

.top_book_item {
  margin-bottom: 47px;
}

.top_book_item h3 {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
}

.top_book_item h3::after {
  display: none;
}

.top_book_item>span {
  display: inline-block;
  background-color: #5b6f78;
  color: #fff;
  text-align: center;
  height: 20px;
  width: 76px;
  font-size: 15px;
  /*font-weight: bold;
  line-height: 23px;*/
  font-weight: normal;
  line-height: 17px;
  margin-bottom: 8px;
}

.top_book_item figure {
  margin-bottom: 15px;
}

@media screen and (max-width:750px) {
  .top_book_item:last-child {
    margin-bottom: 0;
  }
}

@media screen and (min-width:751px) {
  .top_book {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -27px 66px;
  }

  .top_book_item {
    margin-bottom: 0;
    width: 33.333%;
    padding: 0 27px;
  }
}

/* # =================================================================
   # Bottom
   # ================================================================= */
.home_bottom {
  background: -moz-linear-gradient(-90deg, #09ACB2 0%, #1A85B5 100%);
  background: -webkit-linear-gradient(-90deg, #09ACB2 0%, #1A85B5 100%);
  background: -ms-linear-gradient(-90deg, #09ACB2 0%, #1A85B5 100%);
  background: linear-gradient(-90deg, #09ACB2, #1A85B5);
  padding: 90px 0 85px 0;
}

.home_bottom .catitem {
  margin-bottom: 75px;
}

.home_bottom .catitem h3 {
  margin-bottom: 0;
  padding: 0;
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-weight: 300;
}

.home_bottom .catitem h3::after {
  display: none;
}

.home_bottom .catitem figure {
  margin-bottom: 15px;
}

@media screen and (max-width:750px) {
  .home_bottom .catitem:last-child {
    margin-bottom: 0;
  }
}

@media screen and (min-width:751px) {
  .home_bottom {
    padding: 60px 0;
  }

  .home_bottom .catlist {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    margin: 0 -25px;
  }

  .home_bottom .catitem {
    margin-bottom: 30px;
    width: 50%;
    max-width: 414px;
    padding: 0 25px;
    box-sizing: border-box;
  }
}


.top_book_item figure {
  width: 100%;
  height: 220px;
  margin: 0;
  padding: 0;
  display: table;
  table-layout: fixed;
}

.top_book_item figure a {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 100%;
}

.top_book_item figure a img {
  width: auto;
  max-width: 100%;
  max-height: 220px;
  height: auto;
  vertical-align: bottom;
  margin: 0 auto;
}
.topmv_slides .swiper-slide {
  height: auto;
}
@media screen and (min-width:768px) {
  .content-topmv{
    position: relative;
  }
  .nt_bullet_bottom{
    bottom: -55px !important;
    left: 0 !important;
  }
}
@media screen and (max-width:767px) {
  .box-item-topmv{
    height: 100%;
  }
  .nt_bullet_bottom{
    bottom: -25px !important;
  }
}