@charset "Shift_JIS";
.mod_center {
  width: 1000px;
  min-width: 1000px;
  margin: 0 auto; }

.mod_leg {
  position: relative;
  z-index: 1;
  background: #000; }
  .mod_leg .mod_leg_cover {
    position: relative;
    width: 100%;
    height: 768px;
    overflow: hidden;
    border-bottom: 4px solid #f00041;
    z-index: 1; }
    .mod_leg .mod_leg_cover .bg {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }
      .mod_leg .mod_leg_cover .bg img {
        position: absolute;
        left: 0;
        top: 0; }
    .mod_leg .mod_leg_cover h2 {
      position: absolute;
      left: 50%;
      top: 50%;
      width: 552px;
      height: 108px;
      margin-left: -276px;
      margin-top: -76px;
      padding-top: 14px;
      padding-bottom: 21px;
      border-top: 5px solid #fff;
      border-bottom: 5px solid #fff; }
  .mod_leg .mod_leg_content {
    position: relative;
    width: 100%;
    background: url(../images/common_bg_01.png) center top;
    overflow: hidden; }
    .mod_leg .mod_leg_content .mod_leg_content_inner2 {
      background: url(../images/common_bg_02.png) left top repeat-y; }
    .mod_leg .mod_leg_content .mod_leg_content_inner3 {
      background: url(../images/common_bg_02.png) right top repeat-y; }
  .mod_leg .mod_leg_report {
    padding-top: 75px; }
    .mod_leg .mod_leg_report h3 {
      margin-bottom: 17px;
      font-size: 18px;
      font-weight: bold; }
      .mod_leg .mod_leg_report h3 span {
        color: #f00041; }
    .mod_leg .mod_leg_report .report {
      float: left;
      width: 480px;
      font-size: 16px;
      line-height: 28px;
      background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABBJREFUeNpi+P//PwNAgAEACPwC/tuiTRYAAAAASUVORK5CYII=); }
    .mod_leg .mod_leg_report .map {
      margin-left: 524px;
      padding-top: 7px; }
  .mod_leg .mod_leg_road {
    margin-top: 73px; }
    .mod_leg .mod_leg_road .road_container {
      position: relative;
      width: 100%;
      padding-bottom: 180px; }
      .mod_leg .mod_leg_road .road_container .start {
        position: absolute;
        left: 50%;
        top: 0;
        margin-left: -38px;
        z-index: 30; }
        .mod_leg .mod_leg_road .road_container .start img {
          position: absolute; }
        .mod_leg .mod_leg_road .road_container .start .inner {
          left: 8px;
          top: 8px; }
        .mod_leg .mod_leg_road .road_container .start .outer {
          left: 0px;
          top: 0px; }
      .mod_leg .mod_leg_road .road_container .road {
        position: absolute;
        left: 50%;
        top: 79px;
        /*padding-top: 79px;*/
        overflow: hidden;
        height: 0; }
      .mod_leg .mod_leg_road .road_container .goal {
        position: absolute;
        left: 50%;
        bottom: 176px; }
        .mod_leg .mod_leg_road .road_container .goal div {
          position: absolute; }
        .mod_leg .mod_leg_road .road_container .goal .left {
          left: -65px;
          bottom: 1px;
          width: 60px;
          height: 40px;
          background: url(../images/common_pt_03.png) left top no-repeat; }
        .mod_leg .mod_leg_road .road_container .goal .center {
          left: -11px;
          top: -9px; }
        .mod_leg .mod_leg_road .road_container .goal .right {
          bottom: 3px;
          right: -55px;
          width: 53px;
          height: 36px;
          background: url(../images/common_pt_04.png) right top no-repeat; }
      .mod_leg .mod_leg_road .road_container .next_leg {
        position: absolute;
        left: 50%;
        bottom: 119px;
        margin-left: -101px; }

.mod_scene {
  position: absolute;
  -webkit-perspective: 1500px;
  -moz-perspective: 1500px;
  -ms-perspective: 1500px;
  perspective: 1500px; }
  .mod_scene .point {
    position: absolute;
    left: 0;
    top: 0;
    margin-left: -11px;
    margin-top: -11px; }
  .mod_scene .line {
    position: absolute;
    width: 300px;
    height: 1px;
    background: #f00041;
    right: 0; }
  .mod_scene .image {
    position: absolute;
    cursor: pointer;
    -webkit-transform-origin: right center; }
    .mod_scene .image img {
      display: block; }
  .mod_scene .text {
    position: absolute;
    left: 24px;
    top: -10px; }
    .mod_scene .text h4 {
      width: 700px;
      margin-bottom: 5px;
      font-size: 16px; }
    .mod_scene .text p {
      width: 700px;
      line-height: 24px; }
  .mod_scene.img_right .line {
    right: auto;
    left: 0; }
  .mod_scene.img_right .text {
    left: auto;
    right: 20px;
    text-align: right; }
  .mod_scene.img_right .image {
    -webkit-transform-origin: left center; }
  .mod_scene.comment .line {
    left: 0;
    right: auto;
    width: 405px; }
  .mod_scene.comment .text {
    top: -30px; }
    .mod_scene.comment .text h4 {
      margin-bottom: 30px; }
    .mod_scene.comment .text .name {
      margin-bottom: 20px; }
    .mod_scene.comment .text p {
      width: 380px; }
  .mod_scene.comment.img_right .line {
    right: 0;
    left: auto; }
  .mod_scene.comment.img_right h4, .mod_scene.comment.img_right p {
    width: 380px; }
  .mod_scene.comment.img_right p {
    text-align: left; }
  .mod_scene.comment.img_right p.name {
    text-align: right; }

body {
  color: #fff;
  background: #000;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, 'ＭＳ Ｐゴシック', sans-serif;
  min-width: 1000px; }

th {
  text-align: left; }

.popwrap {
  position: relative;
  z-index: 3; }

#tubular-container {
  position: absolute !important;
  top: 0px !important;
  background: #000; }

.side_nav {
  position: fixed;
  right: 0;
  top: 50%;
  margin-top: -160px;
  z-index: 4; }
  .side_nav li {
    list-style: none; }
    .side_nav li a {
      position: relative;
      display: block;
      width: 28px;
      height: 28px;
      margin-bottom: 1px; }
      .side_nav li a img {
        position: absolute;
        right: -219px;
        top: 0; }
      .side_nav li a span {
        display: block;
        position: absolute;
        right: 15px;
        top: 7px;
        width: 13px;
        height: 13px;
        background: url(../images/nav_pt_01.png) left top no-repeat; }
      .side_nav li a.current span {
        background-position: left bottom; }

.content {
  position: relative;
  width: 100%;
  min-width: 1000px;
  overflow: hidden; }

.section_top {
  position: relative;
  width: 100%;
  background: url(../images/top_bg_02.png) left bottom repeat-x;
  z-index: 2;
  background-color: #000;
  overflow: hidden; }
  .section_top .section_top_inner2 {
    width: 100%;
    height: 100%;
    background: url(../images/top_bg_03.png); }
  .section_top.legacy {
    background-color: transparent; }
    .section_top.legacy .section_top_inner2 {
      background: url(../images/top_bg_02.png) left bottom repeat-x; }
  .section_top .section_top_inner {
    width: 100%;
    margin: 0 auto; }
  .section_top .section_top_header {
    height: 72px; }
  .section_top .section_top_header_left {
    float: left;
    padding-top: 30px;
    padding-left: 50px; }
  .section_top .section_top_header_right {
    float: right;
    padding-right: 50px;
    width: 380px;
    padding-top: 31px; }
    .section_top .section_top_header_right .sns {
      float: left; }
      .section_top .section_top_header_right .sns .tw {
        float: left;
        width: 70px;
        margin-right: 20px; }
      .section_top .section_top_header_right .sns .fb {
        float: left;
        width: 80px;
        height: 30px;
        overflow: hidden; }
    .section_top .section_top_header_right .lang {
      height: 16px;
      margin-left: 194px;
      padding-top: 3px;
      background: url(../images/top_pt_je.png) 90px bottom no-repeat; }
      .section_top .section_top_header_right .lang a, .section_top .section_top_header_right .lang img {
        vertical-align: top; }
      .section_top .section_top_header_right .lang .ja {
        margin-right: 30px; }
  .section_top .section_top_content {
    padding-top: 33px;
    padding-bottom: 77px; }
    .section_top .section_top_content h1 {
      margin-right: -36px;
      padding-right: 50px;
      text-align: right; }
    .section_top .section_top_content .video {
      margin-top: 10px;
      padding-right: 50px;
      text-align: right; }
    .section_top .section_top_content .go_rally {
      position: relative;
      left: 50%;
      margin-left: -65px;
      margin-top: 111px; }
    .section_top .section_top_content .description {
      padding-right: 20px;
      text-align: center;
      /*
      position: relative;
      left: 50%;
      */
      margin-top: 61px; }

.video_modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 103; }
  .video_modal .modal_bg {
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5; }
  .video_modal .modal_video_container {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 560px;
    height: 315px;
    background: #fff;
    margin-left: -280px;
    margin-top: -157px; }
  .video_modal .modal_close {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: 173px;
    margin-top: -198px; }

.area_info {
  position: relative;
  width: 100%; }
  .area_info .area_info_inner {
    width: 100%; }

.section_about {
  position: relative;
  width: 100%;
  height: 769px;
  font-size: 12px;
  overflow: hidden;
  z-index: 1;
  background: #000; }
  .section_about .section_about_inner {
    position: realtive;
    width: 100%;
    padding-top: 82px; }
  .section_about h2 {
    height: 22px;
    padding-left: 28px;
    padding-top: 3px;
    background: url(../images/top_pt_02.png) 2px center no-repeat; }
  .section_about .left {
    position: relative;
    float: left;
    width: 476px;
    background: url(../images/top_img_01.png) left 58px no-repeat;
    z-index: 1; }
    .section_about .left p {
      margin-left: 172px;
      margin-top: 26px;
      line-height: 24px; }
  .section_about .right {
    position: relative;
    margin-left: 526px;
    z-index: 1; }
    .section_about .right table {
      margin-top: 33px;
      table-layout: fixed;
      border-bottom: 1px solid #383838; }
      .section_about .right table th, .section_about .right table td {
        padding: 9px 0 10px 0;
        border-top: 1px solid #383838;
        line-height: 18px; }
      .section_about .right table th {
        width: 72px;
        text-align: left; }
  .section_about .map {
    position: absolute;
    left: 50%;
    top: 28px;
    margin-left: -750px; }
    .section_about .map .point {
      position: absolute; }
    .section_about .map .day1 {
      left: 364px;
      top: 452px; }
    .section_about .map .day2 {
      left: 489px;
      top: 449px; }
    .section_about .map .day3 {
      left: 675px;
      top: 326px; }
    .section_about .map .day4 {
      left: 836px;
      top: 358px; }
    .section_about .map .day5 {
      left: 893px;
      top: 395px; }
    .section_about .map .day6 {
      left: 993px;
      top: 499px; }
    .section_about .map .day7 {
      left: 1061px;
      top: 555px; }

.section_profile {
  position: relative;
  width: 100%;
  font-size: 14px;
  z-index: 1;
  background: #000; }
  .section_profile .section_profile_inner {
    position: relative;
    width: 100%;
    height: 100%; }
  .section_profile h2 {
    padding-left: 1px;
    text-align: center;
    background: #3d3d3d; }
  .section_profile h3 {
    height: 29px;
    padding-left: 20px;
    padding-top: 6px;
    background: url(../images/top_pt_03.png) left top no-repeat; }
  .section_profile h4 {
    padding-bottom: 19px;
    border-bottom: 1px solid #f00041; }
  .section_profile .section_profile_content_machine {
    padding-top: 60px; }
    .section_profile .section_profile_content_machine .description {
      margin-top: 22px;
      line-height: 26px;
      background: #000; }
    .section_profile .section_profile_content_machine table {
      table-layout: fixed; }
    .section_profile .section_profile_content_machine .table_01 {
      height: 326px;
      margin-top: 71px;
      margin-bottom: -32px;
      padding-right: 524px;
      padding-top: 3px;
      background: url(../images/top_img_02.jpg) right top no-repeat; }
      .section_profile .section_profile_content_machine .table_01 h4 {
        padding-left: 1px; }
      .section_profile .section_profile_content_machine .table_01 table {
        margin-top: 15px; }
        .section_profile .section_profile_content_machine .table_01 table th {
          width: 90px; }
      .section_profile .section_profile_content_machine .table_01 .note {
        margin-top: 2px;
        padding-left: 2px; }
        .section_profile .section_profile_content_machine .table_01 .note small {
          font-size: 10px; }
    .section_profile .section_profile_content_machine .table_02,
    .section_profile .section_profile_content_machine .table_03,
    .section_profile .section_profile_content_machine .table_04 {
      font-size: 12px; }
      .section_profile .section_profile_content_machine .table_02 h4,
      .section_profile .section_profile_content_machine .table_03 h4,
      .section_profile .section_profile_content_machine .table_04 h4 {
        padding-bottom: 13px; }
    .section_profile .section_profile_content_machine .table_02 {
      float: left;
      width: 303px;
      margin-right: 49px; }
      .section_profile .section_profile_content_machine .table_02 h4 {
        padding-top: 1px; }
    .section_profile .section_profile_content_machine .table_03 {
      float: left;
      width: 300px; }
    .section_profile .section_profile_content_machine .table_02 table, .section_profile .section_profile_content_machine .table_03 table {
      width: 100%; }
      .section_profile .section_profile_content_machine .table_02 table th, .section_profile .section_profile_content_machine .table_03 table th {
        width: 70px; }
      .section_profile .section_profile_content_machine .table_02 table th, .section_profile .section_profile_content_machine .table_02 table td, .section_profile .section_profile_content_machine .table_03 table th, .section_profile .section_profile_content_machine .table_03 table td {
        padding: 0;
        line-height: 27px;
        border-bottom: 1px solid #4a4a4a; }
    .section_profile .section_profile_content_machine .table_04 {
      width: 300px;
      margin-left: 700px; }
      .section_profile .section_profile_content_machine .table_04 ul {
        list-style: none; }
        .section_profile .section_profile_content_machine .table_04 ul li {
          line-height: 27px;
          border-bottom: 1px solid #4a4a4a; }
    .section_profile .section_profile_content_machine .footnote {
      clear: both;
      margin-top: 16px;
      list-style: none;
      line-height: 18px;
      font-size: 10px; }
      .section_profile .section_profile_content_machine .footnote dt {
        clear: left;
        float: left;
        width: 25px; }
      .section_profile .section_profile_content_machine .footnote dd {
        margin-left: 25px;
        margin-bottom: 6px; }
  .section_profile .section_profile_content_drivers {
    margin-top: 47px;
    padding-bottom: 80px; }
    .section_profile .section_profile_content_drivers h3 {
      margin-bottom: 30px;
      padding-left: 30px; }
    .section_profile .section_profile_content_drivers h4 {
      padding-bottom: 14px; }
    .section_profile .section_profile_content_drivers .left {
      float: left;
      width: 476px; }
    .section_profile .section_profile_content_drivers .right {
      margin-left: 524px; }
    .section_profile .section_profile_content_drivers .photo {
      float: left; }
    .section_profile .section_profile_content_drivers .profile {
      margin-left: 248px;
      font-size: 12px; }
      .section_profile .section_profile_content_drivers .profile table {
        table-layout: fixed; }
        .section_profile .section_profile_content_drivers .profile table th, .section_profile .section_profile_content_drivers .profile table td {
          padding: 5px 0;
          border-bottom: 1px solid #4a4a4a;
          line-height: 17px; }
        .section_profile .section_profile_content_drivers .profile table th {
          width: 38px; }
        .section_profile .section_profile_content_drivers .profile table td {
          width: 190px; }
        .section_profile .section_profile_content_drivers .profile table .history {
          padding-top: 10px;
          padding-bottom: 0;
          width: 228px;
          height: 182px;
          vertical-align: top; }

.section_day1 .mod_leg_content {
  background-position-y: 74px; }
  .section_day1 .mod_leg_content .mod_leg_content_inner2,
  .section_day1 .mod_leg_content .mod_leg_content_inner3 {
    background-position-y: -16px; }
.section_day1 .mod_leg_content_inner {
  background: url(../images/day1_bg_02.jpg) center top no-repeat; }
.section_day1 .road_container {
  height: 3399px; }
  .section_day1 .road_container .road {
    margin-left: -73px; }
.section_day1 .scene_01 {
  left: 546px;
  top: 538px; }
  .section_day1 .scene_01 .image {
    left: -446px;
    top: -106px; }
.section_day1 .scene_02 {
  left: 433px;
  top: 904px; }
  .section_day1 .scene_02 .image {
    left: 125px;
    top: -145px; }
.section_day1 .scene_03 {
  left: 549px;
  top: 1369px; }
  .section_day1 .scene_03 .image {
    left: -549px;
    top: -143px; }
.section_day1 .scene_04 {
  left: 486px;
  top: 1755px; }
  .section_day1 .scene_04 .image {
    left: 152px;
    top: -90px; }
.section_day1 .scene_05 {
  left: 633px;
  top: 2156px; }
  .section_day1 .scene_05 .image {
    left: -633px;
    top: -141px; }
.section_day1 .scene_06 {
  left: 495px;
  top: 2707px; }
  .section_day1 .scene_06 .line {
    left: 0;
    right: auto; }

.section_day2 .mod_leg_content {
  background-position-y: 74px; }
  .section_day2 .mod_leg_content .mod_leg_content_inner2,
  .section_day2 .mod_leg_content .mod_leg_content_inner3 {
    background-position-y: -16px; }
.section_day2 .road_container {
  height: 3822px; }
  .section_day2 .road_container .road {
    margin-left: -160px; }
.section_day2 .mod_leg_content_inner {
  background: url(../images/day2_bg_02.jpg) center top no-repeat; }
.section_day2 .scene_01 {
  left: 478px;
  top: 385px; }
  .section_day2 .scene_01 .image {
    left: -378px;
    top: -77px; }
.section_day2 .scene_02 {
  left: 344px;
  top: 682px; }
  .section_day2 .scene_02 .image {
    left: 114px;
    top: -131px; }
.section_day2 .scene_03 {
  left: 511px;
  top: 1103px; }
  .section_day2 .scene_03 .image {
    left: -411px;
    top: -106px; }
.section_day2 .scene_04 {
  left: 441px;
  top: 1335px; }
  .section_day2 .scene_04 .image {
    left: 99px;
    top: -76px; }
.section_day2 .scene_05 {
  left: 614px;
  top: 1714px; }
  .section_day2 .scene_05 .image {
    left: -614px;
    top: -145px; }
.section_day2 .scene_06 {
  left: 447px;
  top: 2110px; }
  .section_day2 .scene_06 .image {
    left: 129px;
    top: -103px; }
.section_day2 .scene_07 {
  left: 489px;
  top: 2472px; }
  .section_day2 .scene_07 .image {
    left: -389px;
    top: -108px; }
.section_day2 .scene_08 {
  left: 495px;
  top: 2700px; }
  .section_day2 .scene_08 .line {
    left: 0;
    right: 0; }
.section_day2 .scene_09 {
  left: 495px;
  top: 3113px; }
  .section_day2 .scene_09 .line {
    right: 0; }

.section_day3 .mod_leg_content {
  background-position-y: 74px; }
  .section_day3 .mod_leg_content .mod_leg_content_inner2,
  .section_day3 .mod_leg_content .mod_leg_content_inner3 {
    background-position-y: -16px; }
.section_day3 .road_container {
  height: 3474px; }
  .section_day3 .road_container .road {
    margin-left: -152px; }
.section_day3 .mod_leg_content_inner {
  background: url(../images/day3_bg_02.jpg) center top no-repeat; }
.section_day3 .scene_01 {
  left: 587px;
  top: 495px; }
  .section_day3 .scene_01 .image {
    left: -546px;
    top: -138px; }
.section_day3 .scene_02 {
  left: 350px;
  top: 903px; }
  .section_day3 .scene_02 .image {
    left: 108px;
    top: -142px; }
.section_day3 .scene_03 {
  left: 520px;
  top: 1319px; }
  .section_day3 .scene_03 .image {
    left: -420px;
    top: -101px; }
.section_day3 .scene_04 {
  left: 423px;
  top: 1664px; }
  .section_day3 .scene_04 .image {
    left: 133px;
    top: -76px; }
.section_day3 .scene_05 {
  left: 427px;
  top: 1962px; }
  .section_day3 .scene_05 .image {
    left: -328px;
    top: -80px; }
.section_day3 .scene_06 {
  left: 495px;
  top: 2294px; }
.section_day3 .scene_07 {
  left: 495px;
  top: 2780px; }

.section_day4 .mod_leg_content {
  background-position-y: 74px; }
  .section_day4 .mod_leg_content .mod_leg_content_inner2,
  .section_day4 .mod_leg_content .mod_leg_content_inner3 {
    background-position-y: -16px; }
.section_day4 .road_container {
  height: 3431px; }
  .section_day4 .road_container .road {
    margin-left: -55px; }
.section_day4 .mod_leg_content_inner {
  background: url(../images/day4_bg_02.jpg) center top no-repeat; }
.section_day4 .scene_01 {
  left: 501px;
  top: 519px; }
  .section_day4 .scene_01 .image {
    left: -343px;
    top: -88px; }
.section_day4 .scene_02 {
  left: 461px;
  top: 909px; }
  .section_day4 .scene_02 .image {
    left: 96px;
    top: -139px; }
.section_day4 .scene_03 {
  left: 514px;
  top: 1321px; }
  .section_day4 .scene_03 .image {
    left: -414px;
    top: -103px; }
.section_day4 .scene_04 {
  left: 524px;
  top: 1613px; }
  .section_day4 .scene_04 .image {
    left: 113px;
    top: -86px; }
.section_day4 .scene_05 {
  left: 673px;
  top: 1918px; }
  .section_day4 .scene_05 .image {
    left: -525px;
    top: -143px; }
.section_day4 .scene_06 {
  left: 496px;
  top: 2301px; }
.section_day4 .scene_07 {
  left: 495px;
  top: 2779px; }

.section_day5 .mod_leg_content {
  background-position-y: 74px; }
  .section_day5 .mod_leg_content .mod_leg_content_inner2,
  .section_day5 .mod_leg_content .mod_leg_content_inner3 {
    background-position-y: -16px; }
.section_day5 .road_container {
  height: 3492px; }
  .section_day5 .road_container .road {
    margin-left: -19px; }
.section_day5 .mod_leg_content_inner {
  background: url(../images/day5_bg_02.jpg) center top no-repeat; }
.section_day5 .scene_01 {
  left: 617px;
  top: 628px; }
  .section_day5 .scene_01 .image {
    left: -538px;
    top: -145px; }
.section_day5 .scene_02 {
  left: 566px;
  top: 961px; }
  .section_day5 .scene_02 .image {
    left: 71px;
    top: -84px; }
.section_day5 .scene_03 {
  left: 632px;
  top: 1266px; }
  .section_day5 .scene_03 .image {
    left: -419px;
    top: -100px; }
.section_day5 .scene_04 {
  left: 487px;
  top: 1608px; }
  .section_day5 .scene_04 .image {
    left: 64px;
    top: -81px; }
.section_day5 .scene_05 {
  left: 539px;
  top: 2025px; }
  .section_day5 .scene_05 .image {
    left: -529px;
    top: -148px; }
.section_day5 .scene_06 {
  left: 495px;
  top: 2295px; }
.section_day5 .scene_07 {
  left: 495px;
  top: 2775px; }

.section_day6 .mod_leg_content {
  background-position-y: 73px; }
  .section_day6 .mod_leg_content .mod_leg_content_inner2,
  .section_day6 .mod_leg_content .mod_leg_content_inner3 {
    background-position-y: -17px; }
.section_day6 .road_container {
  height: 3073px; }
  .section_day6 .road_container .road {
    margin-left: -53px; }
.section_day6 .mod_leg_content_inner {
  background: url(../images/day6_bg_02.jpg) center top no-repeat; }
.section_day6 .scene_01 {
  left: 597px;
  top: 626px; }
  .section_day6 .scene_01 .image {
    left: -449px;
    top: -111px; }
.section_day6 .scene_02 {
  left: 480px;
  top: 1068px; }
  .section_day6 .scene_02 .image {
    left: 77px;
    top: -139px; }
.section_day6 .scene_03 {
  left: 534px;
  top: 1400px; }
  .section_day6 .scene_03 .image {
    left: -359px;
    top: -80px; }
.section_day6 .scene_04 {
  left: 451px;
  top: 1719px; }
  .section_day6 .scene_04 .image {
    left: 81px;
    top: -97px; }
.section_day6 .scene_05 {
  left: 496px;
  top: 2004px; }
.section_day6 .scene_06 {
  left: 496px;
  top: 2410px; }

.section_day7 .mod_leg_content {
  background-position-y: 74px; }
  .section_day7 .mod_leg_content .mod_leg_content_inner2,
  .section_day7 .mod_leg_content .mod_leg_content_inner3 {
    background-position-y: -16px; }
.section_day7 .road_container {
  height: 3307px; }
  .section_day7 .road_container .road {
    margin-left: -100px; }
.section_day7 .mod_leg_content_inner {
  background: url(../images/day7_bg_02.jpg) center top no-repeat; }
.section_day7 .scene_01 {
  left: 587px;
  top: 650px; }
  .section_day7 .scene_01 .image {
    left: -558px;
    top: -135px; }
.section_day7 .scene_02 {
  left: 436px;
  top: 1096px; }
  .section_day7 .scene_02 .image {
    left: 138px;
    top: -95px; }
.section_day7 .scene_03 {
  left: 536px;
  top: 1401px; }
  .section_day7 .scene_03 .image {
    left: -361px;
    top: -81px; }
.section_day7 .scene_04 {
  left: 402px;
  top: 1752px; }
  .section_day7 .scene_04 .image {
    left: 95px;
    top: -136px; }
.section_day7 .scene_05 {
  left: 497px;
  top: 2234px; }
.section_day7 .scene_06 {
  left: 497px;
  top: 2632px; }
.section_day7 .mod_leg_road .road_container .next_leg {
  margin-left: -68px; }
.section_day7 .section_day7_score {
  position: relative;
  height: 159px; }
.section_day7 .section_day7_score_inner {
  position: absolute;
  width: 100%;
  height: 159px;
  border-top: 4px solid #f60025;
  border-bottom: 4px solid #f60025;
  text-align: center;
  font-weight: bold; }
  .section_day7 .section_day7_score_inner .section_day7_score_text {
    padding: 20px 0; }
  .section_day7 .section_day7_score_inner .result {
    font-size: 42px; }
    .section_day7 .section_day7_score_inner .result .distance {
      color: #f60025; }
  .section_day7 .section_day7_score_inner .rank {
    font-size: 32px; }
.section_day7 .section_day7_result {
  height: 316px;
  margin-top: 44px;
  padding-bottom: 80px;
  background: url(../images/day7_img_05.jpg) left top no-repeat; }
  .section_day7 .section_day7_result p {
    margin-left: 540px; }
    .section_day7 .section_day7_result p.line1 {
      font-size: 24px;
      font-weight: bold; }
    .section_day7 .section_day7_result p.line2 {
      margin-top: 30px;
      font-size: 18px;
      line-height: 34px; }
.section_day7 .section_day7_review {
  padding-bottom: 40px;
  background: #000;
  border-bottom: 1px solid #222; }
  .section_day7 .section_day7_review h2 {
    text-align: center; }
  .section_day7 .section_day7_review .section_day7_review_content {
    margin-left: 30px;
    width: 950px;
    margin: 39px auto 0 auto; }
    .section_day7 .section_day7_review .section_day7_review_content .left {
      float: left; }
    .section_day7 .section_day7_review .section_day7_review_content .right {
      margin-left: 238px;
      padding-left: 27px;
      background: url(../images/day7_pt_03.png) left top no-repeat;
      font-size: 14px; }
      .section_day7 .section_day7_review .section_day7_review_content .right .body {
        margin-top: 20px;
        line-height: 24px;
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABBJREFUeNpi+P//PwNAgAEACPwC/tuiTRYAAAAASUVORK5CYII=); }

.section_phev {
  padding-bottom: 50px;
  color: #000;
  background: #fff;
  width: 100%;
  overflow: hidden; }
  .section_phev h2 {
    text-align: center;
    background: #244494; }
  .section_phev .section_phev_description {
    height: 656px;
    background: url(../images/phev_bg_01.jpg) center top no-repeat; }
    .section_phev .section_phev_description p {
      padding-top: 72px;
      padding-right: 2px;
      text-align: center; }
  .section_phev .section_phev_buttons {
    background: url(../images/phev_bg_02.png) center top no-repeat; }
    .section_phev .section_phev_buttons .button_01 {
      padding-right: 12px;
      padding-top: 18px;
      text-align: center; }
    .section_phev .section_phev_buttons .features {
      margin-top: 75px;
      text-align: center; }
      .section_phev .section_phev_buttons .features h3 {
        padding-top: 4px; }
      .section_phev .section_phev_buttons .features .feature_01,
      .section_phev .section_phev_buttons .features .feature_02 {
        float: left;
        width: 332px;
        margin-right: 1px; }
      .section_phev .section_phev_buttons .features .feature_01 {
        float: left; }
      .section_phev .section_phev_buttons .features .description {
        margin-top: 15px;
        padding: 0 30px;
        text-align: left;
        font-size: 14px;
        color: #333; }
      .section_phev .section_phev_buttons .features .button {
        margin-top: 35px; }
      .section_phev .section_phev_buttons .features .feature_02 {
        width: 318px;
        padding-left: 8px; }
        .section_phev .section_phev_buttons .features .feature_02 .description {
          padding-left: 23px; }
      .section_phev .section_phev_buttons .features .feature_03 {
        margin-left: 668px; }
        .section_phev .section_phev_buttons .features .feature_03 h3 {
          padding-top: 3px;
          padding-right: 8px; }
        .section_phev .section_phev_buttons .features .feature_03 .description {
          margin-top: 13px; }
        .section_phev .section_phev_buttons .features .feature_03 .button {
          margin-top: 36px;
          padding-right: 8px; }
  .section_phev .footnote {
    margin-top: 28px;
    font-size: 10px; }

.section_banners {
  padding-top: 52px;
  padding-bottom: 30px;
  background: #272727;
  font-size: 14px; }
  .section_banners ul {
    list-style: none; }
    .section_banners ul li {
      float: left;
      margin-bottom: 39px; }
      .section_banners ul li a {
        color: #fff;
        display: block; }
        .section_banners ul li a > img {
          display: block;
          margin-bottom: 19px; }
      .section_banners ul li.left {
        margin-right: 41px; }
      .section_banners ul li span {
        display: inline-block;
        padding-left: 19px;
        line-height: 14px;
        background: url(../images/banners_pt_01.png) left center no-repeat; }
        .section_banners ul li span img {
          display: inline;
          vertical-align: middle; }

.gallery_parts {
  display: none; }

.gallery_bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10; }

.gallery_close {
  text-align: right;
  margin-top: -50px; }
  .gallery_close a {
    display: inline-block;
    padding: 9px 0; }
