@charset "UTF-8";
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1080px;
  z-index: 1;
}

.header .hd_inner .hd_list {
  position: relative;
  width: 100%;
}

.header .hd_inner .hd_list li {
  color: #fff;
  position: relative;
  margin: 25px 20px;
}

.header .hd_inner .hd_list li a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.header .hd_inner .hd_list .logo_webcg {
  position: relative;
  left: 30px;
  width: 158px;
  float: left;
}

.header .hd_inner .hd_list .logo_landrover {
  position: relative;
  right: 30px;
  width: 134px;
  float: right;
}

.alpha {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.alpha_white {
  position: absolute;
  top: 120px;
  left: 0;
  margin: auto;
  width: 100%;
}

.alpha_white .alpha_txt {
  position: relative;
}

.alpha_white .alpha_txt:before {
  content: "";
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

.alpha_white .alpha_txt:after {
  content: "";
  position: absolute;
  bottom: -98%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

.hero {
  position: relative;
  border-bottom: solid 2px #fff;
}

.hero .hero_img {
  position: relative;
}

.hero .hero_img .hero_off {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.hero .hero_img .hero_on {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
}

.hero .hero_img img {
  width: 100%;
}

.hero .cap_inner {
  position: absolute;
  top: 120px;
  left: 50px;
}

.hero .cap_inner .cap_top {
  position: relative;
  width: 728px;
  margin: 0 0 035px 0;
  z-index: 1;
}

.hero .cap_inner .cap_top .cap_on {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
}

.hero .cap_inner .cap_top a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.hero .cap_inner .start_btn {
  position: relative;
}

.hero .cap_inner .start_btn .start_btn_inner {
  position: relative;
  width: 160px;
  height: 48px;
  border: solid 2px #000;
}

.hero .cap_inner .start_btn .start_btn_inner .btn_off {
  position: absolute;
  top: 16px;
  right: 9px;
  width: 9px;
  height: 11px;
}

.hero .cap_inner .start_btn .start_btn_inner .btn_on {
  position: absolute;
  top: 16px;
  right: 9px;
  width: 9px;
  height: 11px;
  opacity: 0;
  filter: alpha(opacity=0);
}

.hero .cap_inner .start_btn .start_btn_inner .txt_start_btn {
  position: relative;
  color: #000;
  text-align: center;
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 44px;
}

.hero .cap_inner .start_btn .start_btn_inner a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.hero .hero_chapter {
  position: absolute;
  bottom: 10px;
  left: 50px;
  right: 0;
  margin: auto;
}

.hero .hero_chapter .chapter_list {
  position: relative;
  top: 20px;
  width: 100%;
  margin: 0 auto;
  text-align: left;
  opacity: 0;
  filter: alpha(opacity=0);
}

.hero .hero_chapter .chapter_list li {
  color: #000;
  position: relative;
  display: inline-block;
  width: 20%;
  max-width: 250px;
  margin: 0 1%;
  vertical-align: top;
  text-align: left;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.hero .hero_chapter .chapter_list li:first-child {
  margin: 0 1% 0 0;
}

.hero .hero_chapter .chapter_list li:last-child {
  margin: 0 0 0 1%;
}

.hero .hero_chapter .chapter_list li:hover{
  color: #fff;
}

.hero .hero_chapter .chapter_list li .ttl_chapter_en {
  color: #4788e4;
  position: relative;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.6em;
  padding-bottom: 5px;
}

.hero .hero_chapter .chapter_list li .ttl_chapter_jp_bold {
  position: relative;
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
  letter-spacing: -.5px;
  padding-bottom: 10px;
}

.hero .hero_chapter .chapter_list li .ttl_chapter_jp_normal {
  position: relative;
  font-size: 12px;
  line-height: 1.5em;
}

.hero .hero_chapter .chapter_list li .txt_more {
  position: relative;
  font-size: 11px;
  text-decoration: underline;
  text-align: right;
}

.hero .hero_chapter .chapter_list li .txt_unpublished {
  color: #aaa;
  text-decoration: none;
}

.hero .hero_chapter .chapter_list li a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

/*CHAPTERリンク*/
.chapterLink {
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
}

.chapterLink:hover h2 img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.chapterLink h2 {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.chapterLink h2 img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
}

.chapterLink .ttl_chapter {
  position: relative;
  width: 91%;
  margin: -45px auto 27px;
}

.chapterLink .ttl_chapter .ttl_chapter_inner {
  position: relative;
  padding: 40px 35px;
  background: #fff;
}

.chapterLink .ttl_chapter .ttl_chapter_inner .ttl_sub_en {
  color: #4788e4;
  font-weight: bold;
  font-size: 17px;
  margin: 0 0 20px 0;
  letter-spacing: 0.1px;
}

.chapterLink .ttl_chapter .ttl_chapter_inner .ttl_sub_jp {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1px;
  margin: 0 0 25px 0;
}

.chapterLink .ttl_chapter .ttl_chapter_inner h3 {
  font-size: 38px;
  font-weight: bold;
  margin: 0 0 46px 0;
}

.chapterLink .ttl_chapter .ttl_chapter_inner .btn_more {
  position: absolute;
  bottom: 78px;
  right: 20px;
  width: 150px;
  height: 41px;
  background: #000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
  filter: alpha(opacity=100);
}

.chapterLink .ttl_chapter .ttl_chapter_inner .btn_more:hover {
  -webkit-transition: all .5s;
  transition: all .5s;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.chapterLink .ttl_chapter .ttl_chapter_inner .btn_more .txt_more {
  position: relative;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  font-size: 12px;
  line-height: 41px;
}

.chapterLink .ttl_chapter .ttl_chapter_inner .btn_more .txt_more a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.chapterLink a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.link_unpublished {
  background: #aaa !important;
}

.external:after {
  content: "";
  position: absolute;
  top: 5px;
  right: 0;
  width: 20px;
  height: 16px;
  background: url(../img/common/item_link.png) top center no-repeat;
  -webkit-background-size: 8px 6px;
  background-size: 8px 6px;
}

.comingsoon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.txt_comingSoon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 25%;
  height: 50px;
  margin: auto;
  text-align: center;
  color: #fff;
  font-size: 27px;
  font-weight: bold;
  letter-spacing: 1.5px;
  line-height: 50px;
}

/*バナー*/
.top_bnr_area {
  position: relative;
}

.top_bnr_area .bnr_cap_box {
  position: absolute;
  top: 50%;
  left: 16%;
  -webkit-transform: translate(-16%, -50%);
  -ms-transform: translate(-16%, -50%);
  transform: translate(-16%, -50%);
  width: 280px;
}

.top_bnr_area .bnr_cap_box .brn_cap_inner {
  position: relative;
  width: 280px;
}

.top_bnr_area .bnr_cap_box .brn_cap_inner .bnr_logo {
  width: 110px;
  margin: 0 auto;
  padding: 0 0 25px 0;
}

.top_bnr_area .bnr_cap_box .brn_cap_inner .txt_discovery {
  text-align: center;
  padding: 0 0 20px 0;
  font-size: 27px;
  font-weight: bold;
}

.top_bnr_area .bnr_cap_box .brn_cap_inner .btn_detail {
  position: relative;
  width: 270px;
  height: 41px;
  background: #000;
}

.top_bnr_area .bnr_cap_box .brn_cap_inner .btn_detail .txt_detail {
  color: #fff;
  text-align: center;
  font-size: 13px;
  line-height: 41px;
}

.top_bnr_area .bnr_cap_box .brn_cap_inner .btn_detail a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

@media screen and (max-width: 1200px) {
  .chapter_list li {
    width: 22% !important;
  }
}

@media screen and (max-width: 768px) {
  .header {
    min-width: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .header .hd_inner .hd_list {
    min-width: 100%;
    width: 100%;
    position: relative;
    padding: 7px 0;
  }
  .header .hd_inner .hd_list .logo_webcg_sp {
    width: 21%;
    margin: 10px 0 0 0%;
    float: left;
    left: 20px;
  }
  .header .hd_inner .hd_list .logo_landrover {
    width: 17.8%;
    float: right;
    margin: 0 0% 0 0;
    right: 20px;
  }
  .sp_hero {
    position: relative;
  }
  .sp_hero h2 {
    position: relative;
    overflow: hidden;
  }
  .sp_hero .top_off_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .sp_hero .alpha_white_sp {
    position: absolute;
    top: 15%;
    left: 0;
    margin: auto;
    width: 100%;
  }
  .sp_hero .alpha_white_sp .alpha_txt {
    position: relative;
    width: 100%;
  }
  .sp_hero .alpha_white_sp .alpha_txt:before {
    content: "";
    position: absolute;
    top: -84%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
  }
  .sp_hero .alpha_white_sp .alpha_txt:after {
    content: "";
    position: absolute;
    bottom: -84%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
  }
  .sp_hero .cap_top {
    position: relative;
    width: 89.3%;
    margin: -10px auto 20px;
  }
  .sp_hero .start_btn {
    position: relative;
    width: 89.3%;
    margin: 0 auto 65px;
  }
  .sp_hero .start_btn .start_btn_inner {
    position: relative;
    width: 120px;
    height: 35px;
    border: solid 2px #000;
  }
  .sp_hero .start_btn .start_btn_inner:before {
    content: "";
    position: absolute;
    top: 12px;
    right: 5px;
    width: 12px;
    height: 18px;
    background: url(../img/top/item_arrow_sp.png) top center no-repeat;
    -webkit-background-size: 6px 9px;
    background-size: 6px 9px;
    z-index: 1;
  }
  .sp_hero .start_btn .start_btn_inner .txt_start_btn {
    position: relative;
    color: #000;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 32px;
  }
  .sp_hero .start_btn .start_btn_inner a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  .chapterLink {
    position: relative;
  }
  .chapterLink .ttl_chapter {
    position: relative;
    width: 91%;
    margin: -15px auto 27px;
  }
  .chapterLink .ttl_chapter .ttl_chapter_inner {
    position: relative;
    padding: 13px 11px;
    background: #fff;
  }
  .chapterLink .ttl_chapter .ttl_chapter_inner .ttl_sub_en {
    color: #4788e4;
    font-weight: bold;
    font-size: 11px;
    margin: 0 0 7px 0;
    letter-spacing: 0.1px;
  }
  .chapterLink .ttl_chapter .ttl_chapter_inner .ttl_sub_jp {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.1px;
    margin: 0 0 10px 0;
  }
  .chapterLink .ttl_chapter .ttl_chapter_inner h3 {
    font-size: 17px;
    font-weight: bold;
    line-height: 1.4em;
    margin: 0 0 15px 0;
  }
  .chapterLink .ttl_chapter .ttl_chapter_inner .writer_jp {
    font-size: 12px;
    margin: 0 0 7px 0;
  }
  .chapterLink .ttl_chapter .ttl_chapter_inner .writer_en {
    font-size: 12px;
  }
  .chapterLink .ttl_chapter .ttl_chapter_inner .btn_more {
    position: relative;
    bottom: 0;
    right: 0;
    width: 136px;
    height: 35px;
    margin: 0 auto;
    background: #000;
  }
  .chapterLink .ttl_chapter .ttl_chapter_inner .btn_more .txt_more {
    position: relative;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    font-size: 12px;
    line-height: 35px;
  }
  .chapterLink .ttl_chapter .ttl_chapter_inner .btn_more .txt_more a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  .chapterLink .ttl_chapter .ttl_chapter_inner .btn_more .txt_more:after {
    display: none;
  }
  .chapterLink .ttl_chapter .ttl_chapter_inner .unpublished {
    background: #aaa;
  }
  .chapterLink .ttl_chapter .ttl_chapter_inner .external:after {
    display: block !important;
    content: "";
    position: absolute;
    top: 5px;
    right: 0;
    width: 20px;
    height: 16px;
    background: url(../img/common/item_link.png) top center no-repeat;
    -webkit-background-size: 8px 6px;
    background-size: 8px 6px;
  }
  .chapterLink a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  .txt_comingSoon {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    margin: auto;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1.5px;
    line-height: 50px;
  }
  .chapter_txtLeftType {
    position: relative;
    width: 90%;
    margin: 0 auto 30px;
    text-align: center;
    letter-spacing: -.4em;
  }
  .chapter_txtLeftType .txt_inner {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
    width: 100%;
    text-align: justify;
    text-justify: inter-ideograph;
    margin: 0 0 0 0;
  }
  .chapter_txtLeftType .txt_inner h3 {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.3px;
    margin: 0 0 15px 0;
    line-height: 1.4em;
  }
  .chapter_txtLeftType .txt_inner .txtBlock {
    font-size: 13px;
    margin: 0 0 20px 0;
    line-height: 1.9em;
  }
  .chapter_txtLeftType figure {
    margin: 0 0 20px 0;
  }
  .chapter_txtLeftType figure img {
    width: 100%;
  }
}
