@charset "UTF-8";

/*--------------------------------
  common
--------------------------------*/
.top *,.top *:before,.top *:after{
  box-sizing: border-box;
}
body.top {
  font-size: 1.6rem;
}
a {
  transition: 0.4s ease-in-out;
  color: #333;
}
.sec{
  padding: 11rem 0;
}
.sec_inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 2rem;
}
.sec_ttl {
  text-align: center;
  font-size: 2.8rem;
  /*color: #646464;*/
  font-weight: 300;
  margin-bottom: 6rem;
}


/*--------------------------------
  kv
--------------------------------*/
.swiper {
  padding-bottom: 26px;
}
.swiper-horizontal>.swiper-pagination-bullets {
  bottom: 0;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  background: #BBBCBC;
  margin: 0 8px;
  opacity: 1;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #595757;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 2.5%;
  outline: none;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 2.5%;
  outline: none;
}
.swiper-button-next, .swiper-button-prev {
  width: 23px;
  height: 44px;
  transform: translateY(-50%);
}
.swiper-button-next {

}
.swiper-button-next:after, .swiper-button-prev:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/arw_main.png) no-repeat center / contain;
}
.swiper-button-next:after {
  transform: rotate(180deg);
}
.kv_slide_item img {
  width: 100%;
}

/*--------------------------------
  info
--------------------------------*/
.sec_info {
/*  border-top: 1px solid #f7f7f7;
*/  padding: 0 0 5rem;
}
.info_list {

}
.info_list li {
  border: 1px solid #C52121;
  text-align: center;
}
.info_list li:not(:first-child) {
  margin-bottom: 1em;
}
.info_list li a {
  display: block;
  color: #C52121;
  padding: 0.625em;
  font-weight: 500;
}
.info_list li a i {
  display: inline-block;
  margin-right: 5px;
}
@media only screen and (min-width:769px) {
  .info_list li a:hover {
    text-decoration: underline;
  }
}
/*--------------------------------
  lineup
--------------------------------*/
.sec_lineup.corp {
  padding-top: 5rem;
}
.lineup_list {
  display: flex;
  flex-wrap: wrap;
}
.lineup_list .lineup_list_item {
  width: 33.333%;
  padding: 0 5rem;
}
.lineup_list .lineup_list_item:nth-child(n+4) {
  margin-top: 8rem;
}
.lineup_list .ttl {
  text-align: center;
  font-size: 1.8rem;
  margin-top: 2rem;
}
.lineup_list_item.newbiz .inner {
  display: block;
  width: 100%;
  padding-top: 100%;
  position: relative;
  color: #fff;
  background: #343434;
}
.lineup_list_item.newbiz .lineup_txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.lineup_list_item.newbiz .ttl {
  margin-top: 0;
  margin-bottom: 2rem;
  line-height: 1.4;
}
.lineup_list_item.newbiz .more {
  border: 1px solid #fff;
  line-height: 1;
  font-size: 1.2rem;
  padding: 0.5em 0;
  display: block;
  width: 50%;
  text-align: center;
}
.lineup_list_item.newbiz .more span {
  padding-left: 1.5em;
  position: relative;
}
.lineup_list_item.newbiz .more span:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  left: 0;
}
@media only screen and (min-width:769px) {
  .lineup_list .lineup_list_item a:hover {
    opacity: 0.7;
  }
}
/*--------------------------------
  pickup
--------------------------------*/
.sec_pickup {
  background: #eeeeee;
}
.pickup_list {
  display: flex;
  flex-wrap: wrap;
}
.pickup_list .pickup_list_item {
  width: calc((100% - 5.6rem) / 3);
}
.pickup_list .pickup_list_item:not(:nth-child(3n)) {
  margin-right: 2.8rem;
}
.pickup_list .pickup_list_item a {
  color: #333333;
}
.pickup_list .pickup_ttl {
  font-size: 1.8rem;
  margin-top: 2rem;
  text-align: center;
  font-weight: bold;
  line-height: 1.3;
}
.pickup_list .pickup_txt {
  margin-top: 1rem;
  line-height: 1.5;
}
@media only screen and (min-width:769px) {
  .pickup_list .pickup_list_item a:hover {
    opacity: 0.7;
  }
}
/*--------------------------------
  news
--------------------------------*/
.sec_news {
  border-top: 1px solid #eee;
}
.news_list dl {
  display: flex;
  align-items: baseline;
  line-height: 1.7;
}
.news_list dl:not(:first-child){
  margin-top: 0.5rem;
}
.news_list .tag {
  display: inline-block;
  margin-left: 1rem;
  text-align: center;
  background: #343434;
  color: #fff;
  min-width: 80px;
  font-size: 1.3rem;
}
.news_list dl dt {
  margin-right: 1rem;
  min-width: 210px;
  font-size: 1.5rem;
}
.news_list a {
  text-decoration: underline;
  color: #333;
  font-size: 1.5rem;
}
.news_list + .btn_wrap {
  text-align: center;
  margin-top: 3rem;
}
.news_list + .btn_wrap .btn {
  border: 1px solid #000000;
  background: #fff;
  padding: 1rem 0;
  display: block;
  max-width: 180px;
  position: relative;
  text-align: center;
  font-size: 1.8rem;
  margin: 0 auto;
}

.news_list + .btn_wrap .btn:before {
  content: '';
  width: 19px;
  height: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
  background: url(/common/images/shared/icon_arrow_b.svg) no-repeat center / contain;
}
.news_list dd img {
  display: inline-block;
  width: 16px;
  margin-left: 10px;
}
@media only screen and (min-width:769px) {
  .news_list a:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width:1024px) {
  /*.lineup_list .lineup_list_item {
    margin: 0 3rem;
    width: calc((100% - 18rem) / 3);
  }*/
  .sec_ttl {
    font-size: 3vw;
  }
  .lineup_list .ttl {
    font-size: 1.8vw;
    line-height: 1.3;
  }
  .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    margin: 0 6px;
  }

}
@media only screen and (max-width:768px) {
  .sec {
    padding: 7.5rem 0;
  }
  .sec_ttl {
    margin-bottom: 3.5rem;
  }
  .lineup_list .lineup_list_item {
    padding: 0 3rem;
  }
  .lineup_list .lineup_list_item:nth-child(n+4) {
    margin-top: 3rem;
  }
  .lineup_list .lineup_list_item img {
    width: 100%
  }
  .lineup_list .ttl {
    font-size: 2vw;
    line-height: 1.3;
  }
  .lineup_list_item.newbiz .more {
    width: 70%;
  }
  .pickup_list .pickup_list_item {
    width: 100%;
    margin: 0;
  }
  .pickup_list .pickup_list_item:not(:nth-child(3n)) {
    margin: 0;
  }
  .pickup_list .pickup_list_item:nth-child(n+3) {
    margin-top: 0
  }
  .pickup_list .pickup_list_item:not(:first-child) {
    margin-top: 4rem;
  }
  .pickup_list .pickup_list_item img {
    width: 100%;
  }
  .news_list a {
    font-size: 1.4rem;
  }
  .news_list dl {
    display: block;
  }
  .news_list dl:not(:first-child) {
    margin-top: 1rem;
  }
  .news_list + .btn_wrap .btn {
    font-size: 1.4rem;
  }


}

@media only screen and (max-width:480px) {
  body.top {
    font-size: 1.4rem;
  }
  .sec {
    padding: 5rem 0;
  }
  .sec_ttl {
    font-size: 3.5vw;
  }
  .sec_info {
    padding: 0 0 5rem;
  }
  .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 10px;
    outline: none;
  }
/*  .swiper-horizontal>.swiper-pagination-bullets, 
  .swiper-pagination-bullets.swiper-pagination-horizontal, 
  .swiper-pagination-custom, 
  .swiper-pagination-fraction {
    bottom: 5px;
  }*/
  .info_list li a {
    font-size: 2vw;
  }
  .lineup_list .ttl {
    font-size: 2.6vw;
    margin-top: 1rem;
  }
  .lineup_list .lineup_list_item {
    padding: 0 4.8vw;
  }
  .lineup_list_item.newbiz .ttl {
    margin-bottom: 1rem;
  }
  .lineup_list_item.newbiz .more {
    width: 90%;
  }

  .sec_lineup.corp {
    padding-top: 3rem;
  }
  .pickup_list .pickup_ttl {
    font-size: 1.4rem;
    margin-top: 1rem;
  }
  .pickup_list .pickup_txt {
    margin-top: 0.5rem;
  }
  .pickup_list li {
    width: 100%;
  }
  .pickup_list li:not(:nth-child(2n)) {
    margin-right: 0;
  }
  .pickup_list li:not(:first-child) {
    margin-top: 5rem;
  }
  .news_list .tag {
    font-size: 3vw;
  }
  .news_list + .btn_wrap .btn {
    font-size: 1.3rem;
    padding: 0.8rem 0;
    max-width: 12rem;
  }
  .news_list + .btn_wrap .btn:before {
    right: 1rem;
  }

}
