@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
.top_slide {
  margin-bottom: 115px;
}

.main_contents {
  padding-bottom: 89px;
}

.main_contents .cm_banner {
  text-align: center;
  margin: 206px 0;
}

.main_contents .cm_banner a {
  display: block;
  background: #FFF;
}

.main_contents .cm_banner img {
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.main_contents .cm_banner img:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.main_contents h2 {
  margin-bottom: 45px;
  font-size: 29px;
  letter-spacing: 0.14em;
}

.main_contents .top_recommend_box {
  margin-bottom: 68px;
}

.main_contents .top_recommend_box .item_list_box {
  font-size: 0;
}

.main_contents .top_recommend_box .item_list_box li {
  opacity: 0;
  filter: alpha(opacity=0);
  position: relative;
  display: inline-block;
  width: 180px;
  margin-left: 30px;
  vertical-align: top;
}

.main_contents .top_recommend_box .item_list_box li:hover .item_thumb {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.main_contents .top_recommend_box .item_list_box li:hover .item_thumb:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 76, 172, 0.75);
  opacity: 1;
  filter: alpha(opacity=100);
}

.main_contents .top_recommend_box .item_list_box li:hover .item_thumb:after {
  opacity: 1;
  filter: alpha(opacity=100);
  content: 'DETAIL';
  width: 100%;
  height: 100%;
  position: absolute;
  width: 100%;
  height: 100%;
  color: #FFF;
  text-align: center;
  line-height: 180px;
  letter-spacing: 0.2em;
  font-family: 'Noto Sans Japanese', sans-serif;
  background: url("../img/item_arrow_hover.png") no-repeat 45px center;
}

.main_contents .top_recommend_box .item_list_box li:first-child {
  margin-left: 0;
}

.main_contents .top_recommend_box .item_list_box li .item_thumb_wrap {
  width: 180px;
  height: 180px;
  overflow: hidden;
  margin-bottom: 8px;
}

.main_contents .top_recommend_box .item_list_box li .item_thumb {
  position: relative;
  width: 180px;
  height: 180px;
  background-color: #FFF;
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: contain;
  background-size: contain;
}

.main_contents .top_recommend_box .item_list_box li .item_thumb:before {
  content: '';
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  background: rgba(0, 76, 172, 0.75);
  opacity: 0;
  filter: alpha(opacity=0);
}

.main_contents .top_recommend_box .item_list_box li .item_thumb:after {
  opacity: 0;
  filter: alpha(opacity=0);
  content: 'DETAIL';
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: all .4s linear;
  transition: all .4s linear;
  letter-spacing: 0.2em;
  color: #FFF;
  text-align: center;
  line-height: 160px;
  font-family: 'Noto Sans Japanese', sans-serif;
  background: url("../img/item_arrow_hover.png") no-repeat 45px 80px;
}

.main_contents .top_recommend_box .item_list_box li p {
  font-size: 11px;
  line-height: 1.4;
}

.main_contents .top_recommend_box .item_list_box li a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.main_contents .top_lineup_box .title_list_box {
  font-size: 0;
}

.main_contents .top_lineup_box .title_list_box li {
  opacity: 0;
  filter: alpha(opacity=0);
  position: relative;
  display: inline-block;
  width: 180px;
  margin-left: 30px;
  vertical-align: top;
}

.main_contents .top_lineup_box .title_list_box li:hover .title_thumb {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.main_contents .top_lineup_box .title_list_box li:hover .title_thumb:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 76, 172, 0.75);
  opacity: 1;
  filter: alpha(opacity=100);
}

.main_contents .top_lineup_box .title_list_box li:hover .title_thumb:after {
  opacity: 1;
  filter: alpha(opacity=100);
  content: 'DETAIL';
  position: absolute;
  width: 100%;
  height: 100%;
  color: #FFF;
  text-align: center;
  line-height: 254px;
  letter-spacing: 0.2em;
  font-family: 'Noto Sans Japanese', sans-serif;
  background: url("../img/item_arrow_hover.png") no-repeat 45px center;
}

.main_contents .top_lineup_box .title_list_box li:first-child {
  margin-left: 0;
}

.main_contents .top_lineup_box .title_list_box li .item_thumb_wrap {
  width: 180px;
  height: 254px;
  overflow: hidden;
  margin-bottom: 7px;
}

.main_contents .top_lineup_box .title_list_box li .title_thumb {
  position: relative;
  width: 180px;
  height: 254px;
  background-color: #FFF;
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  background-position: center center;
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
}

.main_contents .top_lineup_box .title_list_box li .title_thumb:before {
  content: '';
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  background: rgba(0, 76, 172, 0.75);
  opacity: 0;
  filter: alpha(opacity=0);
}

.main_contents .top_lineup_box .title_list_box li .title_thumb:after {
  opacity: 0;
  filter: alpha(opacity=0);
  content: 'DETAIL';
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: all .4s linear;
  transition: all .4s linear;
  letter-spacing: 0.2em;
  color: #FFF;
  text-align: center;
  line-height: 230px;
  font-family: 'Noto Sans Japanese', sans-serif;
  background: url("../img/item_arrow_hover.png") no-repeat 45px 114px;
}

.main_contents .top_lineup_box .title_list_box li p {
  font-size: 10px;
  line-height: 1.4;
}

.main_contents .top_lineup_box .title_list_box li a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.more_btn {
  width: 210px;
  height: 45px;
  margin: 43px auto 0;
}

.more_btn a {
  position: relative;
  display: block;
  width: 210px;
  height: 45px;
  background: #000;
  font-size: 12px;
  color: #FFF;
  text-align: center;
  line-height: 45px;
  letter-spacing: 0.15em;
  -webkit-transition: all .5s linear;
  transition: all .5s linear;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 400;
}

.more_btn a:before {
  opacity: 0;
  filter: alpha(opacity=0);
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 45px;
  width: 17px;
  height: 7px;
  margin: auto;
  background: url("../img/item_arrow_hover.png") no-repeat center center;
  -webkit-background-size: contain;
  background-size: contain;
  -webkit-transition: all 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.more_btn a:hover {
  background: #004CAD;
}

.more_btn a:hover:before {
  opacity: 1;
  filter: alpha(opacity=100);
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 56px;
  width: 17px;
  height: 7px;
  margin: auto;
  background: url("../img/item_arrow_hover.png") no-repeat center center;
  -webkit-background-size: contain;
  background-size: contain;
  font-weight: 400;
}

.sub_contents {
  background: #004CAD;
}

.sub_contents h3 {
  margin-bottom: 26px;
  font-size: 24px;
  letter-spacing: 0.08em;
  color: #FFF;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  letter-spacing: 0.15em;
}

.sub_contents .sub_contents_inner {
  width: 1020px;
  margin: 0 auto;
  padding: 80px 0 74px;
}

.sub_contents .sub_contents_inner .news_area {
  position: relative;
  float: left;
  width: 460px;
  height: 533px;
  color: #FFF;
}

.sub_contents .sub_contents_inner .news_area .news_more_btn {
  position: absolute;
  top: -6px;
  right: 0;
  width: 110px;
  height: 26px;
}

.sub_contents .sub_contents_inner .news_area .news_more_btn a {
  display: block;
  width: 110px;
  height: 26px;
  background: #d3d7da;
  text-align: center;
  line-height: 26px;
  font-size: 12px;
  letter-spacing: 0.1em;
  color: #000;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.sub_contents .sub_contents_inner .news_area .news_more_btn a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.sub_contents .sub_contents_inner .news_area .news_box {
  font-size: 0;
}

.sub_contents .sub_contents_inner .news_area .news_box .news_list {
  border-bottom: 1px solid #2667b9;
}

.sub_contents .sub_contents_inner .news_area .news_box .news_list li {
  position: relative;
  padding: 10px 0;
  border-top: 1px solid #2667b9;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.sub_contents .sub_contents_inner .news_area .news_box .news_list li:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.sub_contents .sub_contents_inner .news_area .news_box .news_list li a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sub_contents .sub_contents_inner .news_area .news_box .news_list li .news_image {
  display: inline-block;
  width: 76px;
  height: 76px;
  margin-right: 20px;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
}

.sub_contents .sub_contents_inner .news_area .news_box .news_list li .news_text_wrap {
  display: inline-block;
  width: 364px;
  height: 76px;
  vertical-align: top;
  padding-top: 20px;
}

.sub_contents .sub_contents_inner .news_area .news_box .news_list li .news_text_wrap .news_title {
  font-size: 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 10px;
}

.sub_contents .sub_contents_inner .news_area .news_box .news_list li .news_text_wrap .news_date {
  font-size: 12px;
  letter-spacing: 0.06em;
  letter-spacing: 0.1em;
}

.sub_contents .sub_contents_inner .twitter_area {
  position: relative;
  float: right;
  width: 460px;
  height: 533px;
}

.sub_contents .sub_contents_inner .twitter_area .twiiter_follow_btn {
  position: absolute;
  top: -6px;
  right: 0;
  width: 110px;
  height: 26px;
}

.sub_contents .sub_contents_inner .twitter_area .twiiter_follow_btn a {
  display: block;
  width: 110px;
  height: 26px;
  background: #d3d7da;
  text-align: center;
  line-height: 26px;
  font-size: 12px;
  letter-spacing: 0.1em;
  color: #000;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.sub_contents .sub_contents_inner .twitter_area .twiiter_follow_btn a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.bx-viewport {
  margin-bottom: 15px;
}

.bx-pager {
  height: 8px;
  text-align: center;
}

.bx-pager .bx-pager-item {
  display: inline-block;
  vertical-align: top;
  padding: 0 6px;
}

.bx-pager .bx-pager-item a {
  display: block;
  width: 8px;
  height: 8px;
  background: #CCC;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  border-radius: 50%;
}

.bx-pager .bx-pager-item .active {
  background: #004CAD;
}

.bx-wrapper {
  position: relative;
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
  overflow: hidden;
  /* background: #FFF; */
}

.bx-wrapper:before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 750px;
  height: 392px;
  margin-left: -1125px;
  background: rgba(255, 255, 255, 0.5);
  z-index: 1;
}

.bx-wrapper:after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  right: 50%;
  width: 750px;
  margin-right: -1125px;
  height: 392px;
  background: rgba(255, 255, 255, 0.5);
  z-index: 1;
}

.bxslider {
  position: relative;
  left: 50%;
  margin-left: -375px;
}

.slider {
  width: 750px !important;
}

.slider a {
  display: block;
}

.footer {
  border-top: none;
}
