@charset "UTF-8";
/* ------------------------------
   Setting
------------------------------ */
@import url("https://fonts.googleapis.com/css?family=Lato:400,700,900&display=swap");
/* ===================================================================
  LIFE
===================================================================*/
.life .Main {
  background: #C08FB3;
}

.life .head_caption h2 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #C08FB3));
  background: linear-gradient(transparent 70%, #C08FB3 0%);
}

.life .head_caption p {
  width: 840px;
  text-align: center;
}

.life .page_sec .sec_list_wrap {
  width: 100%;
  padding: 0 2rem;
  margin-bottom: 4rem;
}

.life .page_sec .sec_list_wrap li {
  max-width: 600px;
  width: 100%;
  margin: 0 auto 6rem;
}

.life .page_sec .sec_list_wrap li a {
  display: block;
}

.life .page_sec .sec_list_wrap li a img {
  display: block;
}

.life .page_sec .sec_list_wrap li a dt {
  position: relative;
  margin-bottom: 1rem;
}

.life .page_sec .sec_list_wrap li a dt img {
  width: 100%;
}

.life .page_sec .sec_list_wrap li a dt::after {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.life .page_sec .sec_list_wrap li a dt::after {
  display: block;
  content: "";
  color: #FFF;
  font-family: "icomoon";
  font-size: 20px;
  font-weight: normal;
  position: absolute;
  padding: .4rem 0 0 1rem;
  border: 5px solid transparent;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
}

.life .page_sec .sec_list_wrap dd.title {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: .3rem;
  color: #C08FB3;
}

.life .page_sec .sec_list_wrap dd {
  font-size: 14px;
}

.life .page_sec .sec_list_wrap dd span {
  font-weight: bold;
  font-size: 14px;
  color: #C08FB3;
}

.life .page_sec .sec_list_wrap dd p {
  font-size: 20px;
  font-weight: bold;
  margin: .6rem 0;
}

.life .eve_map_wrap {
  background: #F7F7F7;
  width: 100%;
  padding: 6rem 0 6rem 2rem;
  position: relative;
}

.life .eve_map_wrap .eve_map_inner {
  overflow-y: visible;
  overflow-x: auto;
}

.life .eve_map_wrap .list_area {
  margin: 0 auto 2rem;
  height: auto;
  -webkit-overflow-scrolling: touch;
  padding-right: 4em;
}

.life .eve_map_wrap .list_inner {
  width: 100%;
  width: 2516px;
}

.life .eve_map_wrap .list_top {
  width: 2480px;
  height: 92px;
  position: relative;
}

.life .eve_map_wrap .list_top li {
  width: 172px;
  text-align: center;
  margin-right: 3.4rem;
  color: #C08FB3;
}

.life .eve_map_wrap .list_top li p {
  font-size: 30px;
}

.life .eve_map_wrap .border {
  width: 91.5%;
  height: 4px;
  background: #E6E6E6;
  position: absolute;
  bottom: 0;
  left: 80px;
}

.life .eve_map_wrap .list_con {
  width: 172px;
  margin-right: 3.4rem;
  padding-top: 30px;
  position: relative;
}

.life .eve_map_wrap .list_con::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  background: #C08FB3;
  border-radius: 50%;
  top: -9px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.life .eve_map_wrap .eve_nav {
  color: #C08FB3;
  font-size: 12px;
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  font-weight: bold;
  padding-right: 70px;
}

.life .eve_map_wrap .eve_nav::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 1px;
  background: #C08FB3;
  right: 0;
  top: 50%;
}

.life .eve_map_wrap .eve_nav::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 1px;
  background: #C08FB3;
  right: -2px;
  top: 37%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.life .eve_rank_wrap .eve_choise {
  max-width: 442px;
  margin: 0 auto 2rem;
  padding: 0 2rem;
}

.life .eve_rank_wrap .eve_choise img {
  width: 100%;
}

.life .eve_rank_wrap .rank {
  position: relative;
  top: 30px;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  border-radius: 50%;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 3;
  color: #FFF;
}

.life .eve_rank_wrap .rank.first {
  background: #C3B154;
}

.life .eve_rank_wrap .rank.second {
  background: #B2B2B2;
}

.life .club_wrap h3,
.life .unif_wrap h3 {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 4px solid #C08FB3;
  color: #C08FB3;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}

.life .club_wrap h3 p,
.life .unif_wrap h3 p {
  font-size: 14px;
  margin-top: 1rem;
}

.life .club_wrap .club_nav_wrap {
  padding: 0 2rem .4rem 2rem;
  overflow: hidden;
  overflow-x: scroll;
  margin: 0 auto 6rem;
  font-weight: bold;
  background: #FFF;
}

.life .club_wrap .club_nav_wrap ul {
  width: 1080px;
}

.life .club_wrap .club_nav_wrap li {
  max-width: 360px;
  width: 33.33333%;
  width: calc(100% / 3);
  text-align: center;
}

.life .club_wrap .club_nav_wrap a {
  display: block;
  padding-bottom: 1rem;
  position: relative;
  border-bottom: 4px solid #424242;
}

.life .club_wrap .club_nav_wrap a::after {
  position: absolute;
  font-size: 10px;
  content: "\e902";
  font-family: "icomoon";
  right: .4rem;
  bottom: 1rem;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.life .club_wrap .club_nav_wrap.fixed {
  position: fixed;
  z-index: 3;
  height: 36px;
  top: 78px;
  left: 0;
  right: 0;
  bottom: 0;
}

.life .today_map_wrap {
  width: 100%;
  height: 100%;
  padding: 0 0 6rem 2rem;
  position: relative;
}

.life .today_map_wrap .today_map_inner {
  overflow-y: hidden;
  overflow-x: auto;
  padding-right: 6em;
}

.life .today_map_wrap .list_area {
  margin: 0 auto 2rem;
  -webkit-overflow-scrolling: touch;
  padding-right: 4em;
}

.life .today_map_wrap .list_inner {
  width: 100%;
  width: 2844px;
  margin-bottom: -100px;
}

.life .today_map_wrap .list_top {
  width: 2844px;
  height: 90px;
  position: relative;
}

.life .today_map_wrap .border {
  width: 90%;
  height: 4px;
  background: #E6E6E6;
  position: absolute;
  bottom: 0;
  left: 80px;
}

.life .today_map_wrap .list_con {
  width: 316px;
  margin-right: 3.4rem;
  padding-top: 30px;
  position: relative;
  top: -135px;
}

.life .today_map_wrap .list_con.untop {
  top: 5px;
}

.life .today_map_wrap .list_con img {
  width: 100%;
}

.life .today_map_wrap .list_con .title {
  font-weight: bold;
  font-size: 16px;
}

.life .today_map_wrap .today_nav {
  color: #C08FB3;
  font-size: 12px;
  position: absolute;
  right: 2rem;
  bottom: 20px;
  font-weight: bold;
  padding-right: 90px;
}

.life .today_map_wrap .today_nav::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 1px;
  background: #C08FB3;
  right: 0;
  top: 50%;
}

.life .today_map_wrap .today_nav::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 1px;
  background: #C08FB3;
  right: -2px;
  top: 37%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/*_______ [PC表示] _______*/
@media screen and (min-width: 768px) {
  .life .page_sec .sec_list_wrap {
    max-width: 1080px;
    margin: 0 auto;
    margin-bottom: 4rem;
  }
  .life .page_sec .sec_list_wrap ul {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .life .page_sec .sec_list_wrap li {
    max-width: 540px;
    width: 50%;
  }
  .life .page_sec .sec_list_wrap li a:hover {
    color: #C08FB3;
  }
  .life .page_sec .sec_list_wrap li a:hover dd span {
    color: #C08FB3;
  }
  .life .page_sec .sec_list_wrap li a:hover dt {
    position: relative;
  }
  .life .page_sec .sec_list_wrap li a:hover dt::after {
    content: "";
    border: 5px solid #C08FB3;
    opacity: 1;
  }
  .life .page_sec .sec_list_wrap dd.title {
    font-size: 32px;
    padding: 1rem 2rem 0;
    margin-bottom: .4rem;
  }
  .life .page_sec .sec_list_wrap dd {
    font-size: 15px;
    padding: 0 2rem 2rem;
  }
  .life .page_sec .sec_list_wrap dd span {
    font-size: 16px;
  }
  .life .page_sec .sec_list_wrap dd p {
    font-size: 24px;
    padding: 1.4rem 0;
  }
  .life .eve_rank_wrap .eve_choise {
    margin-bottom: 6rem;
  }
  .life .eve_rank_wrap .con_all_inner {
    position: relative;
  }
  .life .eve_rank_wrap .rank {
    position: absolute;
    top: -30px;
    width: 80px;
    height: 80px;
    margin: 0 0 0 2rem;
    border-radius: 50%;
    text-align: center;
    font-size: 28px;
    text-align: center;
    line-height: 2.8;
  }
  .life .club_wrap h3,
  .life .unif_wrap h3 {
    font-size: 24px;
    padding-bottom: 1.6rem;
    margin-bottom: 3rem;
  }
  .life .club_wrap .club_nav_wrap {
    padding: 0 2rem .4rem 2rem;
    overflow: hidden;
    overflow-x: visible;
    margin: 0 auto 8rem;
    font-weight: bold;
  }
  .life .club_wrap .club_nav_wrap ul {
    margin: 0 auto;
  }
  .life .club_wrap .club_nav_wrap a {
    padding-bottom: 2rem;
  }
  .life .club_wrap .club_nav_wrap a::after {
    right: 50%;
    bottom: .6rem;
    left: 50%;
    -webkit-transform: translateX(-50%), rotate(90deg);
    transform: translateX(-50%), rotate(90deg);
  }
  .life .club_wrap .club_nav_wrap.fixed {
    height: 46px;
    top: 126px;
  }
}

/*# sourceMappingURL=style.css.map */
