/*
   html5doctor.com Reset Stylesheet
   v1.6.1
   Last Updated: 2010-09-17
   Author: Richard Clark - http://richclarkdesign.com
   Twitter: @rich_clark
   */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  font-size: 14px;
  line-height: 1;
  color: #333; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

h1, h2, h3, h4 {
  font-weight: inherit; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

img {
  vertical-align: top; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

li {
  list-style: none; }

body {
  -webkit-text-size-adjust: 100%; }

/* perfect-scrollbar v0.6.4 */
.ps-container {
  -ms-touch-action: none;
  overflow: hidden !important; }

.ps-container.ps-active-x > .ps-scrollbar-x-rail, .ps-container.ps-active-y > .ps-scrollbar-y-rail {
  display: block; }

.ps-container.ps-in-scrolling {
  pointer-events: none; }

.ps-container > .ps-scrollbar-x-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  opacity: 0;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  -moz-transition: background-color .2s linear, opacity .2s linear;
  -o-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear;
  bottom: 3px;
  /* there must be 'bottom' for ps-scrollbar-x-rail */
  height: 8px; }

.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  position: absolute;
  /* please don't change 'position' */
  background-color: #aaa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: background-color .2s linear;
  -moz-transition: background-color .2s linear;
  -o-transition: background-color .2s linear;
  transition: background-color .2s linear;
  bottom: 0;
  /* there must be 'bottom' for ps-scrollbar-x */
  height: 8px; }

.ps-container > .ps-scrollbar-y-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  opacity: 0;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  -moz-transition: background-color .2s linear, opacity .2s linear;
  -o-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear;
  right: 3px;
  /* there must be 'right' for ps-scrollbar-y-rail */
  width: 8px; }

.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  position: absolute;
  /* please don't change 'position' */
  background-color: #aaa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: background-color .2s linear;
  -moz-transition: background-color .2s linear;
  -o-transition: background-color .2s linear;
  transition: background-color .2s linear;
  right: 0;
  /* there must be 'right' for ps-scrollbar-y */
  width: 8px; }

.ps-container:hover.ps-in-scrolling {
  pointer-events: none; }

.ps-container > .ps-scrollbar-y-rail,
.ps-container > .ps-scrollbar-y-rail:hover,
.ps-container.ps-in-scrolling > .ps-scrollbar-y-rail:hover {
  width: 13px;
  right: 0;
  border-left: 2px solid #525252;
  border-radius: 0;
  opacity: 1;
  background: transparent; }

.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y,
.ps-container.ps-in-scrolling > .ps-scrollbar-y-rail > .ps-scrollbar-y,
.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y,
.ps-container.ps-in-scrolling.ps-y:hover > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  width: 11px;
  background: #ef013f;
  border-radius: 0; }

.ps-container:hover > .ps-scrollbar-y-rail,
.ps-container:focus > .ps-scrollbar-y-rail {
  opacity: 1; }

.ps-container:hover > .ps-scrollbar-y-rail:hover,
.ps-container.ps-in-scrolling > .ps-scrollbar-y-rail,
.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail,
.ps-container.ps-in-scrolling.ps-y:hover > .ps-scrollbar-y-rail {
  opacity: 1;
  background-color: transparent; }

.ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
  background: #ef013f; }

/*
z-index:

.header: 10
.modal: 20

*/
body {
  position: relative;
  min-width: 980px;
  background: #000;
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif; }

a[href] img {
  -ms-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s; }

a[href]:hover img {
  -ms-filter: "alpha(opacity=70)";
  opacity: 0.7; }

.clearfix:before, .clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden; }

.clearfix:after {
  clear: both; }

.clearfix {
  zoom: 1; }

#wrapper {
  position: relative;
  width: 100%;
  overflow: hidden; }

.header {
  position: absolute;
  left: 0;
  top: 66px;
  width: 100%;
  height: 63px;
  background: #ef0041;
  z-index: 10; }

.header_inner {
  width: 980px;
  margin: 0 auto; }

.header_buttons li {
  position: relative;
  float: left; }

.header_buttons li a {
  display: block;
  width: 122px;
  height: 63px;
  background: url(../img/header_btn.png) no-repeat;
  text-indent: -9999px; }

.header_buttons li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background: inherit;
  transition: height 0.15s; }

.header_buttons li.-current a:before {
  height: 75px; }

li.header_button_01 a {
  width: 124px;
  background-position: 0 top; }

li.header_button_01 a:hover {
  background-position: 0 -135px; }

li.header_button_01 a:before {
  background-position: 0 -272px; }

li.header_button_02 a {
  background-position: -124px top; }

li.header_button_02 a:hover {
  background-position: -124px -135px; }

li.header_button_02 a:before {
  background-position: -124px -272px; }

li.header_button_03 a {
  background-position: -246px top; }

li.header_button_03 a:hover {
  background-position: -246px -135px; }

li.header_button_03 a:before {
  background-position: -246px -272px; }

li.header_button_04 a {
  background-position: -368px top; }

li.header_button_04 a:hover {
  background-position: -368px -135px; }

li.header_button_04 a:before {
  background-position: -368px -272px; }

li.header_button_05 a {
  background-position: -490px top; }

li.header_button_05 a:hover {
  background-position: -490px -135px; }

li.header_button_05 a:before {
  background-position: -490px -272px; }

li.header_button_06 a {
  background-position: -612px top; }

li.header_button_06 a:hover {
  background-position: -612px -135px; }

li.header_button_06 a:before {
  background-position: -612px -272px; }

li.header_button_07 a {
  background-position: -734px top; }

li.header_button_07 a:hover {
  background-position: -734px -135px; }

li.header_button_07 a:before {
  background-position: -734px -272px; }

li.header_button_08 a {
  width: 124px;
  background-position: -856px top; }

li.header_button_08 a:hover {
  background-position: -856px -135px; }

li.header_button_08 a:before {
  background-position: -856px -272px; }

.section_inner {
  position: relative;
  width: 980px;
  margin: 0 auto; }

.section.top {
  position: relative;
  margin-top: 63px;
  height: 811px;
  background: url(../img/top_bg.jpg) center top no-repeat; }
  .section.top .top_bgVideo {
    position: absolute;
    left: 50%;
    top: 0;
    width: 1366px;
    height: 770px;
    margin-left: -683px; }
  .section.top .top_bgVideoCover {
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    width: 1366px;
    height: 811px;
    margin-left: -683px; }
  .section.top .top_header {
    position: relative;
    height: 74px;
    padding-top: 20px; }
  .section.top .top_header_logo {
    float: left;
    display: block; }
  .section.top .top_header_sns {
    float: right;
    margin-right: 245px;
    padding-top: 12px; }
  .section.top .top_header_sns li {
    float: left;
    margin-left: 10px; }
  .section.top .top_header_sns li.fb {
    width: 69px;
    overflow: hidden; }
  .section.top .top_header_lang {
    position: absolute;
    right: 0;
    top: 29px; }
  .section.top .top_header_lang li {
    float: left;
    margin-left: 10px; }
  .section.top .top_result {
    position: absolute;
    left: -1px;
    top: 111px; }
  .section.top h1 {
    position: absolute;
    left: -12px;
    top: 192px; }
  .section.top .top_movie {
    position: absolute;
    left: 41px;
    top: 463px; }

.section.prologue {
  height: 684px;
  background: url(../img/prologue_bg.jpg) center top no-repeat; }
  .section.prologue .section_inner {
    padding-left: 581px;
    padding-top: 119px; }
  .section.prologue h2 {
    margin-bottom: 33px; }

.section.outline {
  height: 1009px;
  padding-top: 173px;
  background: url(../img/outline_bg.jpg) center top no-repeat; }
  .section.outline .outline_inner {
    width: 981px;
    height: 631px;
    margin: 0 auto;
    padding-left: 41px;
    padding-right: 41px;
    padding-top: 61px;
    background: url(../img/outline_bg_02.png); }
  .section.outline .outline_lead {
    margin-bottom: 44px;
    padding-left: 5px; }
  .section.outline h2 {
    margin-bottom: 16px; }
  .section.outline .outline_table {
    margin-bottom: 30px; }

.section.machine {
  height: 1074px;
  height: 1138px; }
  .section.machine .section_inner {
    height: 100%; }
  .section.machine .machine_bg_01 {
    position: absolute;
    width: 1800px;
    height: 100%;
    left: -410px;
    top: 0;
    background: url(../img/machine_bg_01.jpg) center top no-repeat; }
  .section.machine .machine_bg_02 {
    position: absolute;
    width: 410px;
    height: 100%;
    left: -410px;
    top: 0;
    background: url(../img/machine_bg_02.jpg) left top no-repeat; }
  .section.machine .machine_intro {
    position: relative;
    padding-top: 65px; }
  .section.machine .machine_intro h2 {
    margin-left: -2px;
    margin-bottom: 38px; }
  .section.machine .machine_intro p {
    padding-left: 0px; }
  .section.machine .machine_intro p.movie {
    position: relative;
    margin-top: 40px;
    padding-left: 0;
    z-index: 1; }
  .section.machine .slide {
    position: relative;
    width: 1360px;
    height: 754px;
    margin: -40px auto 0 auto;
    left: -190px;
    overflow: hidden; }
  .section.machine .slide_images div {
    position: absolute;
    top: 0;
    height: 100%;
    overflow: hidden; }
  .section.machine .slide_image_a {
    left: 0; }
  .section.machine .slide_image_b {
    right: 0;
    width: 50%; }
  .section.machine .slide_image_b img {
    position: absolute;
    right: 0;
    top: 0; }
  .section.machine .slide_bar {
    position: absolute;
    left: 50%;
    bottom: 24px;
    width: 980px;
    height: 3px;
    margin-left: -490px; }
  .section.machine .slide_bar_bg_a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/slide_bg.png) left top; }
  .section.machine .slide_bar_bg_b {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/slide_bg.png) right bottom; }
  .section.machine .slide_bar_knob {
    position: absolute;
    left: 0%;
    top: -20px;
    margin-left: -23px;
    transition: transform 0.1s, opacity 0.1s; }
  .section.machine .slide_bar_knob:hover {
    transform: scale(1.1); }
  .section.machine .slide_bar_knob:active {
    transform: scale(1.3);
    opacity: 0.5; }
  .section.machine .slide_info_pointer {
    position: absolute;
    left: 50%;
    top: 50%; }
  .section.machine .slide_info_pointer_border {
    position: absolute;
    left: -14px;
    top: -14px;
    width: 28px;
    height: 28px;
    border: 2px solid #f0104a;
    border-radius: 100%; }
  .section.machine .slide_info_pointer_inner {
    position: absolute;
    left: -5px;
    top: -5px;
    width: 10px;
    height: 10px;
    background: #f0104a;
    border-radius: 100%; }
  .section.machine .slide_info.-info01 .slide_info_pointer {
    left: 526px;
    top: 363px; }
  .section.machine .slide_info.-info02 .slide_info_pointer {
    left: 717px;
    top: 532px; }
  .section.machine .slide_info.-info03 .slide_info_pointer {
    left: 936px;
    top: 449px; }
  .section.machine .slide_info .slide_info_line {
    display: none;
    transition: all 0.2s; }
  .section.machine .slide_info.-info01 .slide_info_line {
    position: absolute;
    /*left: 410px;*/
    right: 837px;
    /*top: 362px;*/
    bottom: 390px;
    width: 113px;
    height: 2px;
    background: url(../img/machine_line_01.png) right bottom no-repeat; }
  .section.machine .slide_info.-info02 .slide_info_line {
    position: absolute;
    left: 717px;
    /*top: 491px;*/
    bottom: 222px;
    width: 230px;
    height: 41px;
    background: url(../img/machine_line_02.png) left bottom no-repeat; }
  .section.machine .slide_info.-info03 .slide_info_line {
    position: absolute;
    left: 934px;
    bottom: 305px;
    width: 16px;
    height: 154px;
    background: url(../img/machine_line_03.png) left bottom no-repeat; }
  .section.machine .slide_info_panel {
    display: none;
    position: absolute;
    padding: 20px;
    background: #333;
    background: rgba(255, 255, 255, 0.15); }
  .section.machine .slide_info_panel h3 {
    margin-bottom: 15px; }
  .section.machine .slide_info_panel a {
    display: inline-block;
    margin-top: 15px; }
  .section.machine .slide_info.-info01 .slide_info_panel {
    left: 190px;
    top: 105px;
    background: url(../img/machine_etc.png) right bottom no-repeat rgba(255, 255, 255, 0.15); }
  .section.machine .slide_info.-info02 .slide_info_panel {
    right: 192px;
    top: 491px;
    background: url(../img/machine_etc_03.png) left top no-repeat rgba(255, 255, 255, 0.15); }
  .section.machine .slide_info.-info03 .slide_info_panel {
    right: 196px;
    top: 102px;
    background: url(../img/machine_etc_02.png) left bottom no-repeat rgba(255, 255, 255, 0.15); }

.section.team {
  height: 869px;
  padding-top: 193px;
  background: url(../img/team_bg.jpg) center top no-repeat; }
  .section.team h2 {
    padding-left: 64px; }
  .section.team .team_aoki {
    position: absolute;
    left: -1px;
    top: 167px; }
  .section.team .team_aoki h3 {
    margin-bottom: 22px; }
  .section.team .team_aoki p {
    padding-left: 2px; }
  .section.team .team_toritara {
    position: absolute;
    left: 690px;
    top: 167px; }
  .section.team .team_toritara h3 {
    margin-bottom: 19px; }
  .section.team .team_toritara p {
    text-align: right;
    margin-right: -1px; }

.section.report {
  position: relative;
  height: 1042px;
  background: url(../img/report_bg_01.jpg) center top no-repeat; }
  .section.report .report_masks div {
    display: none;
    position: absolute;
    width: 100%;
    height: 1038px;
    left: 50%;
    margin-left: -900px;
    background: url(../img/report_mask.png);
    z-index: 2; }
  .section.report .report_mask_top {
    top: -968px; }
  .section.report .report_mask_bottom {
    top: 918px; }
  .section.report.-simple {
    height: 5542px;
    background: url(../img/report_bg_00.jpg) center top no-repeat; }
  .section.report.-simple:before {
    content: url(../img/report_bg_08.jpg);
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -900px; }
  .section.report.-simple .report_bgs {
    display: none; }
  .section.report .section_inner {
    padding-top: 161px; }
  .section.report .report_bgs img {
    position: absolute;
    left: -410px;
    top: 0;
    opacity: 0; }
  .section.report h2 {
    position: relative;
    margin-left: -7px;
    z-index: 2; }
  .section.report .report_window {
    position: absolute;
    left: -2px;
    top: 340px;
    width: 479px;
    height: 529px;
    padding-left: 32px;
    padding-top: 32px;
    background: url(../img/report_bg_02.png);
    z-index: 1;
    opacity: 0; }
  .section.report .report_window_inner {
    display: none; }
  .section.report .report_window h3 {
    margin-bottom: 20px;
    height: 34px; }
  .section.report .report_window_date {
    position: absolute;
    right: 32px;
    top: 50px; }
  .section.report .report_window_textbox {
    position: relative;
    width: 415px;
    height: 320px;
    margin-bottom: 20px;
    border: 2px solid #525252;
    padding-right: 10px;
    color: #fff;
    overflow: hidden; }
  .section.report .report_window_textbox_inner {
    padding: 18px; }
  .section.report .report_window_textbox_inner p.lead {
    font-size: 20px;
    line-height: 28px;
    font-weight: bold;
    letter-spacing: 0.075em; }
  .section.report .report_window_textbox_inner p {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.05em; }
  .section.report .report_window_btn {
    padding-left: 1px; }
  .section.report .map {
    position: absolute;
    left: 480px;
    top: 156px;
    width: 890px;
    height: 857px;
    background: url(../img/map_bg.png);
    z-index: 1; }
  .section.report .map_lines {
    position: absolute;
    left: 120px;
    top: 184px;
    width: 349px;
    height: 545px; }
  .section.report .map_lines img,
  .section.report .map_lines svg {
    position: absolute;
    left: 0;
    top: 0; }
  .section.report .map_lines svg {
    top: -9px; }
  .section.report .map_lines svg path {
    fill: none;
    stroke: #4cf32a;
    stroke-width: 4px;
    transition: stroke 0.2s, stroke-width 0.1s; }
  .section.report .map_lines svg path {
    display: none; }
  .section.report .map_lines_red img,
  .section.report .map_lines_green img {
    display: none; }
  .section.report .map_point {
    position: absolute;
    left: 0;
    top: 0;
    width: 14px;
    height: 14px;
    background: url(../img/map_icn.png) left top; }
  .section.report .map_point.-passed {
    background-position: left bottom; }
  .section.report .map_point.-point01 {
    left: 286px;
    top: 312px; }
  .section.report .map_point.-point02 {
    left: 129px;
    top: 252px; }
  .section.report .map_point.-point03 {
    left: 228px;
    top: 695px; }
  .section.report .map_point.-point04 {
    left: 412px;
    top: 650px; }
  .section.report .map_point.-point05 {
    left: 436px;
    top: 433px; }
  .section.report .map_legs a {
    position: absolute; }
  .section.report .map_legs a img {
    opacity: 0.5; }
  .section.report .map_legs .leg01 {
    left: 237px;
    top: 218px; }
  .section.report .map_legs .leg02 {
    left: 143px;
    top: 453px; }
  .section.report .map_legs .leg03 {
    left: 329px;
    top: 705px; }
  .section.report .map_legs .leg04 {
    left: 320px;
    top: 548px; }
  .section.report .map_legs .leg05 {
    left: 389px;
    top: 297px; }
  .section.report .map_legs .leg06 {
    left: 275px;
    top: 418px; }
  .section.report .map_legs a.current img,
  .section.report .map_legs a:hover img {
    opacity: 1; }

.section.result {
  height: 1190px;
  background: url(../img/result_bg.jpg) center top no-repeat; }
  .section.result .section_inner {
    padding-top: 385px; }
  .section.result h2 {
    position: relative;
    margin-bottom: 54px;
    padding-left: 55px; }
  .section.result h2 .icon {
    position: absolute;
    left: 118px;
    top: -14px; }
  .section.result .result_detail {
    position: relative;
    margin-bottom: 50px;
    color: #fff;
    font-weight: bold; }
  .section.result .result_detail .lead {
    float: left;
    width: 490px;
    font-size: 18px;
    line-height: 34px;
    letter-spacing: 0.05em; }
  .section.result .result_detail_data {
    float: right;
    margin-top: 12px;
    width: 475px;
    padding: 19px 19px 22px 19px;
    border: 1px solid #444; }
  .section.result .result_detail_data h3 {
    margin-bottom: 14px;
    padding-bottom: 15px;
    border-bottom: 1px solid #444;
    font-size: 20px;
    leter-spacing: -0.02em; }
  .section.result .result_detail_data li {
    font-size: 14px;
    line-height: 30px;
    leter-spacing: -0.02em; }
  .section.result .result_interview h3 {
    margin-bottom: 32px; }
  .section.result .result_interview p {
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0.06em;
    color: #fff; }

.section.bottom {
  padding-bottom: 79px; }
  .section.bottom .section_inner {
    padding-top: 127px; }
  .section.bottom h2 {
    position: absolute;
    left: -3px;
    top: 86px;
    z-index: 1; }
  .section.bottom .bottom_gallery {
    position: relative; }
  .section.bottom .gallery {
    position: relative;
    width: 1360px;
    height: 670px;
    margin: 0 auto;
    left: -190px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 600px;
    perspective: 600px;
    overflow: hidden;
    opacity: 0.6; }
  .section.bottom .gallery > img,
  .section.bottom .gallery > div {
    width: 160px;
    height: 120px;
    -webkit-transform-origin: center center 1000px;
    transform-origin: center center 1000px;
    -webkit-backface-visibility: hidden; }
  .section.bottom .gallery > div img {
    position: absolute;
    left: 0;
    top: 0; }
  .section.bottom .car_bg,
  .section.bottom .legacy_bg {
    position: absolute;
    left: 50%;
    top: 298px;
    margin-left: -680px; }
  .section.bottom .legacy_bg {
    display: none;
    top: 40px; }
  .section.bottom .car {
    position: absolute;
    left: 50%;
    top: 298px;
    margin-left: -291px; }
  .section.bottom .bottom_txt {
    position: relative;
    text-align: center;
    font-size: 18px;
    line-height: 34px;
    color: #fff; }
  .section.bottom .bottom_txt a {
    display: inline-block;
    margin-top: 40px; }
  .section.bottom .bottom_links {
    position: relative;
    margin-top: 60px; }
  .section.bottom .bottom_links li:first-child {
    float: left; }
  .section.bottom .bottom_links li {
    float: right; }
  .section.bottom .bottom_gallery.-legacy .car_bg {
    display: none; }
  .section.bottom .bottom_gallery.-legacy .legacy_bg {
    display: block; }
  .section.bottom .bottom_gallery.-legacy .gallery img {
    display: none; }

.links {
  height: 215px;
  padding-top: 25px;
  background: #222; }
  .links h2 {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-align: center; }
  .links .links_links {
    width: 980px;
    margin: 0 auto; }
  .links .links_links li:first-child {
    float: left; }
  .links .links_links li {
    float: right; }

.footer .footer_copy {
  min-width: 980px;
  max-width: 1136px;
  margin: 0 auto;
  line-height: 30px;
  text-align: right;
  font-size: 12px; }

.videoModal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 20; }
  .videoModal .videoModal_bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.8;
    -ms-filter: "alpha(opacity=80)"; }
  .videoModal .videoModal_window {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 853px;
    height: 479px;
    margin-left: -427px;
    margin-top: -240px;
    background: #000;
    overflow: hidden; }
  .videoModal .videoModal_close {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: 380px;
    margin-top: -290px; }
  .videoModal iframe {
    outline: 0; }

.modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 20; }
  .modal .modal_bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.8; }
  .modal .modal_window {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 700px;
    height: 502px;
    margin-left: -350px;
    margin-top: -251px; }
  .modal .modal_window_titles {
    position: absolute;
    left: 5px;
    top: -48px; }
  .modal .modal_window_content {
    height: 466px; }
  .modal .modal_window_content > img {
    position: absolute;
    left: 0;
    top: 0; }
  .modal .modal_window_content_comment {
    position: absolute;
    left: 0;
    top: 0;
    width: 700px;
    height: 466px;
    padding-left: 39px;
    background: url(../img/report_bg.png); }
  .modal .modal_window_content_comment h4 {
    position: absolute;
    left: 39px;
    top: 56px; }
  .modal .modal_window_content_comment .time {
    position: absolute;
    top: 48px;
    right: 41px; }
  .modal .modal_window_content_comment.-day1 .comment,
  .modal .modal_window_content_comment.-day2 .comment {
    padding-top: 170px; }
  .modal .modal_window_content_comment.-day1 h4,
  .modal .modal_window_content_comment.-day2 h4,
  .modal .modal_window_content_comment.-day3 h4 {
    top: 51px; }
  .modal .modal_window_content_comment.-day1 .time,
  .modal .modal_window_content_comment.-day2 .time,
  .modal .modal_window_content_comment.-day3 .time {
    top: 43px; }
  .modal .modal_window_content_comment.-day3 .comment {
    padding-top: 142px; }
  .modal .modal_window_content_comment.-day4 h4 {
    top: 32px; }
  .modal .modal_window_content_comment.-day4 .time {
    top: 24px; }
  .modal .modal_window_content_comment.-day4 .comment {
    padding-top: 72px; }
  .modal .modal_window_content_comment.-day5 .comment {
    padding-top: 140px; }
  .modal .modal_window_content_comment.-day6 .comment {
    padding-top: 178px; }
  .modal .modal_window_content_comment.-day7 .comment {
    padding-top: 148px; }
  .modal .modal_window_prev {
    position: absolute;
    top: 211px;
    left: -22px;
    marign-top: -22px; }
  .modal .modal_window_next {
    position: absolute;
    top: 211px;
    right: -20px;
    marign-top: -22px; }
  .modal .modal_window_prevDay {
    display: none;
    position: absolute;
    top: 198px;
    left: -48px; }
  .modal .modal_window_nextDay {
    display: none;
    position: absolute;
    top: 198px;
    right: -46px; }
  .modal .modal_window_dots {
    margin-top: 20px;
    text-align: center; }
  .modal .modal_window_dots li {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 7px;
    background: url(../img/report_etc.png) left top no-repeat; }
  .modal .modal_window_dots li.-current {
    background-position: left bottom; }
  .modal .modal_close {
    position: absolute;
    right: 10px;
    top: -50px; }

/*-------------------------------------------------------
ヘッダフッター差し替え
-------------------------------------------------------*/
.l_pageArea.s_static {
  overflow: inherit;
}
.l_pageArea.s_static .header {
  top: var(--l_header_height_pc) !important;
}
@media screen and (max-width: 1023px) {
  .l_pageArea.s_static .header {
    top: var(--l_header_height_tablet) !important;
  }
}
@media screen and (max-width: 767px) {
  .l_pageArea.s_static .header {
    top: var(--l_header_height_sp) !important;
  }
}
