.content {
  position: relative;
}

.content h2 {
  position: relative;
  width: 100%;
}

.content h2 figure {
  position: relative;
  padding-bottom: 52%;
}

.content h2 figure img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

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

.header .hd_inner {
  position: relative;
  max-width: 1250px;
  min-width: 1080px;
  margin: 0 auto;
  top: -20px;
  opacity: 0;
  filter: alpha(opacity=0);
}

.header .hd_inner .hd_list {
  position: relative;
  width: 100%;
  min-width: 1080px;
  padding: 0 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header .hd_inner .hd_list li {
  color: #fff;
  position: relative;
  width: 180px;
  margin: 25px 1px;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.header .hd_inner .hd_list li:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-shadow: -1px 1px 10px #aaa, 1px -1px 10px #aaa;
}

.header .hd_inner .hd_list li p {
  font-size: 15px;
  font-weight: bold;
}

.header .hd_inner .hd_list li p span {
  font-size: 10px;
}

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

.header .hd_inner .hd_list li:before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
}

.header .hd_inner .hd_list li:after {
  content: "";
  position: absolute;
  bottom: -13px;
  left: 50%;
  -webkit-transform: tlanslate(-50%, 0);
  -ms-transform: tlanslate(-50%, 0);
  transform: tlanslate(-50%, 0);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #ffffff transparent transparent transparent;
}

.header .hd_inner .hd_list .noLink {
  color: #ddd;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.header .hd_inner .hd_list .logo_webcg {
  width: 158px;
  margin: 30px 10px 0 0;
}

.header .hd_inner .hd_list .logo_webcg:before, .header .hd_inner .hd_list .logo_webcg:after {
  display: none;
}

.header .hd_inner .hd_list .logo_landrover {
  width: 134px;
  margin: 20px 0 0 10px;
}

.header .hd_inner .hd_list .logo_landrover:before, .header .hd_inner .hd_list .logo_landrover:after {
  display: none;
}

.header .hd_inner .btn_back {
  position: relative;
  margin: -10px auto 0 20px;
  padding: 0 0 0 13px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.header .hd_inner .btn_back:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-shadow: -1px 1px 5px #aaa, 1px -1px 5px #aaa;
}

.header .hd_inner .btn_back:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 5px;
  height: 8px;
  background: url(../img/in/item_arrow_top.png) top center no-repeat;
}

.header .hd_inner .btn_back .txt_back {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
}

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

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

.ttl_chapter .ttl_chapter_inner {
  position: relative;
  padding: 40px 35px;
  background: #fff;
  max-width: 1120px;
  margin: 0 auto;
}

.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;
}

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

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

.ttl_chapter .ttl_chapter_inner .writer_jp {
  font-size: 14px;
  margin: 0 0 7px 0;
}

.ttl_chapter .ttl_chapter_inner .writer_en {
  font-size: 14px;
  margin: 0 0 30px;
}

.ttl_chapter .ttl_chapter_inner .ttl_sub_cap {
  font-size: 15px;
  line-height: 1.7em;
}

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

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

.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;
}

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

.ttl_chapter .ttl_chapter_inner .btn_more .txt_more: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: 10px 8px;
  background-size: 10px 8px;
}

.chapterLink h2 {
  position: relative;
}

.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;
}

.chapter_txtLeftType {
  position: relative;
  width: 100%;
  margin: 0 auto 60px;
  text-align: center;
  letter-spacing: -.4em;
}

.chapter_txtLeftType .txt_inner {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  width: 450px;
  text-align: justify;
  text-justify: inter-ideograph;
  margin: 0 40px 0 0;
}

.chapter_txtLeftType .txt_inner h3 {
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 0.3px;
  margin: 0 0 35px 0;
}

.chapter_txtLeftType .txt_inner .txtBlock {
  font-size: 15px;
  margin: 0 0 20px 0;
  line-height: 2em;
}

.chapter_txtLeftType .txt_inner .txtBlock a {
  color: #4788e4;
  -webkit-transition: 0.5s;
  opacity: 1;
  filter: alpha(opacity=100);
}

.chapter_txtLeftType .txt_inner .txtBlock a:hover {
  -webkit-transition: 0.5s;
  opacity: .7;
  filter: alpha(opacity=70);
}

.chapter_txtLeftType .img_inner {
  position: relative;
  display: inline-block;
  width: 450px;
  vertical-align: top;
  letter-spacing: normal;
}

.chapter_txtLeftType .img_inner figure {
  margin: 0 0 40px 0;
}

.chapter_txtLeftType .img_inner figure img {
  width: 100%;
}

.chapter_txtLeftType h5 {
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  margin: -20px 0 5px;
  letter-spacing: 1px;
}

.chapter_txtLeftType p {
  font-size: 14px;
  line-height: 1.7em;
}

.chapter_txtRightType {
  position: relative;
  width: 100%;
  margin: 0 auto 60px;
  text-align: center;
  letter-spacing: -.4em;
}

.chapter_txtRightType .img_inner {
  position: relative;
  display: inline-block;
  width: 450px;
  vertical-align: top;
  letter-spacing: normal;
}

.chapter_txtRightType .img_inner figure {
  margin: 0 0 40px 0;
}

.chapter_txtRightType .img_inner figure img {
  width: 100%;
}

.chapter_txtRightType .txt_inner {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  width: 450px;
  text-align: justify;
  text-justify: inter-ideograph;
  margin: 0 0 0 40px;
}

.chapter_txtRightType .txt_inner h3 {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.3px;
  margin: 0 0 35px 0;
}

.chapter_txtRightType .txt_inner .txtBlock {
  font-size: 15px;
  margin: 0 0 33px 0;
  line-height: 2em;
}

.chapter_txtRightType .txt_inner .txtBlock a {
  color: #4788e4;
  -webkit-transition: 0.5s;
  opacity: 1;
  filter: alpha(opacity=100);
}

.chapter_txtRightType .txt_inner .txtBlock a:hover {
  -webkit-transition: 0.5s;
  opacity: .7;
  filter: alpha(opacity=70);
}

.wrapper h2 {
  position: relative;
}

.wrapper h2 img {
  width: 100%;
}

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

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

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

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

.wrapper .chapterLink h2 span {
  display: block;
  position: relative;
}

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

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

.wrapper .unpublished {
  text-align: center;
}

.footer {
  position: relative;
  width: 100%;
  height: 135px;
  border-top: solid 1px #ddd;
}

.footer small {
  width: 100%;
  display: inline-block;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 50px;
  left: auto;
  color: #000;
  text-align: center;
  font-size: 12px;
}

.footer small:before {
  content: "PR";
  display: inline-block;
  margin-right: 5px;
  padding: 1px 7px;
  border: 1px solid #000;
  font-size: 11px;
}

.content-spec {
  margin: 56px auto 0;
  padding-bottom: 76px;
}

.content-spec .title {
  font-size: 30px;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 48px;
}

.content-spec .title span {
  font-size: 22px;
}

.content-spec table {
  width: 940px;
  margin: 0 auto;
}

.content-spec table tr:nth-child(2n) {
  background: #f9f9f9;
}

.content-spec table tr th {
  width: 250px;
  padding: 17px 0 17px 30px;
  text-align: left;
  font-size: 22.4px;
  font-size: 22px;
  font-size: 22px;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0em;
}

.content-spec table tr td {
  width: 800px;
  padding: 17px 0;
  padding-right: 55px;
  line-height: 1.7em;
  font-size: 22.4px;
  font-size: 22px;
  font-size: 22px;
  font-size: 1.4rem;
  letter-spacing: 0em;
}

.content-spec table tr td.content-item__name {
  padding: 22px 0 39px;
  font-size: 20px;
  text-align: center;
  line-height: 1.7em;
  letter-spacing: .09em;
}

.content-spec table tr td.content-item__option {
  font-size: 19.2px;
  font-size: 19px;
  font-size: 19px;
  font-size: 1.2rem;
  line-height: 1.9em;
}

.footer:before {
  display: none !important;
}

.footer section.other {
  display: none;
}

.footer section.footer__dealer {
  height: 670px;
  padding: 20px 0 0;
}

.footer section.footer__dealer:before {
  display: none !important;
}

.kimura_txt {
  text-align: justify;
}

.img_cap_pc {
  font-size: 12px;
  text-align: right;
  margin: -30px 0 30px 0;
}
/*oi[*/
.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: 768px) {
  .header {
    min-width: 100%;
    width: 100%;
    position: relative;
  }
  .header .hd_list {
    padding: 7px 0;
    border-bottom: solid 1px #ddd;
  }
  .header .hd_list .logo_webcg {
    width: 21%;
    margin: 10px 0 0 4%;
    float: left;
  }
  .header .hd_list .logo_landrover {
    width: 17.8%;
    float: right;
    margin: 0 4% 0 0;
  }
  .header .btn_menu {
    position: relative;
    background: #fff;
    height: 38px;
  }
  .header .btn_menu .btn_txt {
    line-height: 38px;
    text-align: center;
  }
  .header .btn_menu .arrow {
    position: absolute;
    top: 15px;
    right: 3%;
    width: 2.4%;
  }
  .header .btn_menu .menu_list {
    display: none;
    background: #fff;
  }
  .header .btn_menu .menu_list li {
    border-bottom: solid 1px #ddd;
  }
  .header .btn_menu .menu_list li p {
    line-height: 1.4em;
    font-size: 14px;
    padding: 20px 0;
    font-weight: bold;
    text-align: center;
  }
  .header .btn_menu .menu_list li p span {
    font-size: 12px;
    font-weight: normal;
  }
  .header .btn_menu .menu_list li:first-child {
    border-top: solid 1px #ddd;
  }
  .header .btn_menu .menu_list li a {
    color: #000;
    text-decoration: none;
  }
  .header .btn_menu .menu_list .noLink {
    color: #ddd;
  }
  .ttl_chapter {
    position: relative;
    width: 91%;
    margin: -15px auto 27px;
  }
  .ttl_chapter .ttl_chapter_inner {
    position: relative;
    padding: 13px 11px;
    background: #fff;
  }
  .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;
  }
  .ttl_chapter .ttl_chapter_inner .ttl_sub_jp {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.1px;
    margin: 0 0 10px 0;
  }
  .ttl_chapter .ttl_chapter_inner h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4em;
    margin: 0 0 10px 0;
  }
  .ttl_chapter .ttl_chapter_inner .writer_jp {
    font-size: 12px;
    margin: 0 0 7px 0;
  }
  .ttl_chapter .ttl_chapter_inner .writer_en {
    font-size: 12px;
    margin: 0 0 10px;
  }
  .ttl_chapter .ttl_chapter_inner .ttl_sub_cap {
    font-size: 13px;
    text-align: left;
  }
  .ttl_chapter .ttl_chapter_inner .btn_more {
    position: relative;
    bottom: 0;
    right: 0;
    width: 136px;
    height: 35px;
    margin: 0 auto;
    background: #000;
  }
  .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;
  }
  .ttl_chapter .ttl_chapter_inner .btn_more .txt_more a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  .ttl_chapter .ttl_chapter_inner .btn_more .txt_more: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;
  }
  .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 {
    position: relative;
    padding-bottom: 56.25%;
    margin: 0 0 20px 0;
  }
  .chapter_txtLeftType figure img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .chapter_txtRightType {
    position: relative;
    width: 90%;
    margin: 0 auto 30px;
    text-align: center;
    letter-spacing: -.4em;
  }
  .chapter_txtRightType .img_inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    letter-spacing: normal;
  }
  .chapter_txtRightType .img_inner figure {
    margin: 0 0 5px 0;
  }
  .chapter_txtRightType .img_inner figure img {
    width: 100%;
  }
  .chapter_txtRightType .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_txtRightType .txt_inner h3 {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.3px;
    margin: 0 0 15px 0;
    line-height: 1.4em;
  }
  .chapter_txtRightType .txt_inner .txtBlock {
    font-size: 13px;
    margin: 0 0 20px 0;
    line-height: 1.9em;
  }
  .chapter_txtRightType .txt_inner figure {
    margin: 0 0 20px 0;
  }
  .chapter_txtRightType .txt_inner figure img {
    width: 100%;
  }
  .footer {
    position: relative;
    width: 100%;
    height: 135px;
    border-top: solid 1px #ddd;
  }
  .footer small {
    width: 100%;
    display: inline-block;
    position: absolute;
    top: auto;
    right: auto;
    bottom: 30px;
    left: auto;
    color: #000;
    text-align: center;
    font-size: 12px;
  }
  .footer small:before {
    content: "PR";
    display: inline-block;
    margin-right: 5px;
    padding: 1px 7px;
    border: 1px solid #000;
    font-size: 11px;
  }
  .footer .share_list {
    position: relative;
    margin: 25px auto 0;
    text-align: center;
    letter-spacing: -.4em;
  }
  .footer .share_list li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
    width: 6.9%;
    margin: 0 10px;
  }
  .content-item {
    position: relative;
    min-height: 168px;
  }
  .content-item .content-item__img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
  }
  .content-item .content-item__img img {
    width: 100%;
  }
  .content-item .content-item__title {
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    width: 42.5%;
    max-width: 331px;
    -webkit-transform: translate3d(-50%, 20%, 0);
    transform: translate3d(-50%, 20%, 0);
  }
  .content-item .content-item__title img {
    width: 100%;
  }
  .content-spec {
    min-width: 100%;
    margin: 0px auto 40px;
    padding-bottom: 0;
  }
  .content-spec .title {
    font-size: 1.55em;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 30px;
  }
  .content-spec .title span {
    font-size: 0.7em;
  }
  .content-spec .content-item__name {
    margin: 46px auto 20px;
    text-align: center;
    line-height: 1.55em;
    font-size: 1.4rem;
    letter-spacing: .05em;
  }
  .content-spec table {
    width: 100%;
  }
  .content-spec table tr:nth-child(2n+1) {
    background: #f9f9f9;
  }
  .content-spec table tr:nth-child(2n) {
    background: transparent;
  }
  .content-spec table tr th {
    width: 37.333%;
    padding: 15px 0;
    padding-left: 5.066%;
    font-size: 1.3rem;
    text-align: left;
  }
  .content-spec table tr td {
    width: 62.666%;
    padding: 17px 0;
    padding-right: 5.066%;
    font-size: 1.2rem;
  }
  .content-spec table tr td.content-item__option {
    font-size: 1.2rem;
    line-height: 1.9em;
  }
  .img_cap_pic {
    font-size: 12px;
    text-align: right;
    margin: -10px 0 30px 0;
  }
  .img_cap {
    font-size: 12px;
    text-align: left;
    margin: 0 0 30px 0;
  }
  h5 {
    margin: 0 0 5px !important;
  }
}

figure {
  position: relative;
  padding-bottom: 56.25%;
}

figure img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
