/*Universal */
* {
  padding: 0;
  margin: 0;
}
body {
  width: 100%;
  font-size: 100% !important;
  overflow-x: hidden;
  font-family: "Hiragino UD Sans W3 JIS2004","Hiragino UD Sans W5 JIS2004","Hiragino UD Sans W7 JIS2004";
}
#contents {
	line-height: normal !important;
}
* a {
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
*:hover a {
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
.ms-schedule-list li a, .ms-schedule-list li b {
  padding-top: 12px;
  z-index: 2;
  position: relative;
}
.ms-schedule-list li img {
  margin: 0 auto;
  padding-bottom: 10px;
}
.ms-schedule-list li {
  padding: 4px 60px;
}
.ms-schedule-list li:first-child, .ms-schedule-list li {
  position: relative;
  border: none;
}
.ms-schedule-list li:nth-child(even) {
  background-color: #212121;
}
.ms-schedule-list li:nth-child(even):after {
  position: absolute;
  content: '';
  width: 50px;
  height: 111px;
  right: -40px;
  top: 0;
  background: url("../images/arrow_bg_even.png") center right no-repeat;
  background-size: cover;
  z-index: 1;
}
.ms-schedule-list li:nth-child(odd) {
  background-color: #101010;
}
.ms-schedule-list li:nth-child(odd):after {
  position: absolute;
  content: '';
  width: 50px;
  right: -40px;
  height: 111px;
  top: 0;
  background: url("../images/arrow_bg_odd.png") center right no-repeat;
  background-size: cover;
  z-index: 1;
}
.ms-category-raceslider {
  padding: 0;
}
#footer-container, #footer-container-sp {
  padding-top: 0 !important;
}
main {
  background: #fff;
  position: relative;
}
img {
  display: inline-block;
  /*width: 100%;*/
  max-width: 100%;
}
a {
  text-decoration: none;
}
#nav_main {
  background: #fff;
  width: 100%;
  top: 0;
  z-index: 999;
}
.ms-Photo {
  box-shadow: none;
  padding: 50px 0;
  background: #020202;
}
.flexbox {
  display: flex;
  justify-content: space-between;
}
.flexbox > div {
  flex-wrap: wrap;
}
.container {
  max-width: 980px;
  margin: 0 auto;
}
.hover_zoom {
  overflow: hidden;
}
.hover_zoom img {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.hover_zoom:hover img {
  transform: scale(1.1);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#menu_sp {
  display: none;
}
ul li {
  list-style: none;
}
section {
  z-index: 1;
  position: relative;
  background: #333333;
}
/* Top */
#nav_menu {
  background: #fff;
  padding: 20px;
}
#nav_menu .nav_inner {
  max-width: 1350px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
align-items: baseline;
}
#nav_menu .honda_access_logo {
  display: table;
    position: relative;
    top: 2px;
  /*padding-top: 5px;*/
}
#nav_menu ul {
  display: flex;
  margin: 0 auto;
}
#nav_menu ul li a {
  color: #000;
  text-decoration: none;
  font-weight: bold;
  padding: 0 15px;
  font-size: 14px;
}
#nav_menu ul li a:hover {
  color: #c00;
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
#nav_menu ul li.active a {
  color: #c00;
}
#nav_menu ul li:after {
  content: "/";
  opacity: 0.5;
}
#nav_menu ul li:nth-last-child(1):after {
  content: "";
}
#menu_content .dropdown-button {
	position: relative;
	background: url("../images/caret.png") no-repeat top 8px left;
	background-size: 14px;
	left: 10px;
}
#menu_content .dropdown-button a.arc{
	position: relative;
	left: 5px;
}
#menu_content .dropdown-button:hover .dropdown-content {
	display: block;
}
#menu_content .dropdown-button .dropdown-content{
	display: none;
	position: absolute;
	left: -15px;
	z-index: 10;
	background: #ffffff;
-webkit-box-shadow: 0px 30px 20px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 30px 20px 0px rgba(0,0,0,0.2);
box-shadow: 0px 30px 20px 0px rgba(0,0,0,0.2);
}
#menu_content .dropdown-button .dropdown-content li {
	width: 120px;
	text-align: center;
	padding: 10px 0;
}
#menu_content .dropdown-button .dropdown-content li:nth-child(1) {
	/* border-bottom: 1px solid #ddd; */
}
#nav_menu .dropdown-content li:after {
	content: "";
}
#menu_content .dropdown-button .dropdown-content li a {
	padding: 0;
}
.dropdown-button-sp {
	position: relative;
	background: url("../images/caret.png") no-repeat top 20px right 15px;
	background-size: 14px;
}
.dropdown-content-sp {
	font-size: 13px;
}
#menu_content_sp .dropdown-content-sp li {
	padding: 0;
	border-bottom: none;
	border-top: solid 1px #ddd;
}
#menu_content_sp .dropdown-content-sp li a {
	display: block;
	padding: 15px 0;
	margin-left: 25px;
}
#menu_sp_item {
  display: none;
}
.menu_sp_inner {
  display: flex;
  justify-content: space-between;
  padding: 10px 5px;
}
#menu_sp_btn {
  font-size: 13px;
  text-align: center;
}
#menu_sp_btn span {
  display: block;
  width: 40px;
  height: 4px;
  margin: 5px 0;
  background: #c00;
  text-align: center;
}
.menu_sp_logo {
  display: flex;
  align-items: baseline;
}
.menu_sp_logo a:nth-child(1) {
  border-right: 1px solid #ddd;
  padding-right: 15px;
}
.menu_sp_logo a {
  padding: 7px 0;
  margin-top: 12px;
}
.menu_sp_logo a img {
  width: 100px;
}
.menu_sp_logo a:nth-child(2) img {
  width: 160px;
}
#menu_content_sp {
  font-size: 14px;
}
#menu_content_sp li {
  border-bottom: 1px solid #ddd;
}
#menu_content_sp li a {
  color: #000;
padding: 15px 0;
	display: block;
  margin-left: 15px;
}
#menu_content_sp {
  display: none;
}
#footer_hac {
  background: #dfdfdf;
  padding: 30px 0;
}
#footer_hac .container {
  display: flex;
	flex-flow: wrap;
  width: 98%;
	max-width: 1300px;
	margin: 0 auto;
  /*justify-content: space-between;*/
	justify-content: center;
  align-items: center;
}
#footer_hac .hac_sns ul li a img {
  position: relative;
  top: 2px;
  width: 28px;
  height: 28px;
}
#footer_hac .hac_sns {
  width: 100%;
  max-width: 550px;
  margin: 0 2em;
}
#footer_hac .hac_sns p {
  text-align: center;
  padding-bottom: 20px;
}
#footer_hac .hac_sns p img {
  margin: 0 auto;
}
#footer_hac .hac_sns ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#footer_hac .hac_sns ul li {
  padding-left: 15px;
}
#footer_hac .hac_sns li a {
  display: flex;
  font-size: 12px;
  color: #000;
}
#footer_hac .hac_sns ul li:hover a {
  color: #c00;
}
#footer_hac .hac_sns li a span {
  padding-left: 10px;
}
#footer_hac .hac_sns li a span strong {
  display: block;
}
.footer_bnr img {
	width: 100%;
  max-width: 320px;
	display: block;
}
.footer_bnr:hover {
	opacity: 0.5;
	-webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.footer_bnr {
	opacity: 1;
	-webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
/*==============================
Slick
==============================*/
.slick01 .slick-arrow, #slick02 .slick-arrow {
  z-index: 9;
  margin: 0 auto;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.slick-list {
  position: relative;
}
.slick01 .slick-dots {
  position: static;
  padding: 30px 0 50px 0;
  max-width: 960px;
  margin: 0 auto;
}
.slick01 .slick-dots {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.slick01 .slick-dots li {
  width: calc(20%);
  padding: 4px;
  box-sizing: border-box;
}
.slick01 .slick-dots li:first-child {
  margin-left: 0;
}
.slick01 .slick-dots li img {
  width: 100%;
  cursor: pointer;
  transition: .2s ease-in-out;
}
.slick01 .slick-dots img, .slick01 .slick-slide img {
  filter: grayscale(1);
}
.slick01 .slick-slide img {
  opacity: 0.2;
}
.slick01 .slick-dots .slick-active img, .slick01 .slick-slide.slick-active img {
  filter: grayscale(0);
  opacity: 1;
}
.slick01 .slick-dots .slick-active img, .slick01 .slick-dots li:hover img {
  opacity: .6;
}
.slick-slide {}
.slide img {
  position: relative;
  transform: translateX(-50%);
  left: 50%;
}
.slick_inner {
  position: relative;
}
.arrow_slick {
  position: absolute;
  z-index: 9;
  top: 0;
}
.arrow_slick {
  font-size: 24px;
  width: 100%;
  max-width: 980px;
  padding: 0 15px;
  margin: 0 auto;
  display: flex;
  top: 35%;
  ;
  left: 0;
  right: 0;
  justify-content: space-between;
}
.arrow_slick li {
  cursor: pointer;
}
.slick-slide img {
  width: 98%;
  margin: 0 auto;
}
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 199999;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  max-width: 100% !important;
}
#cboxWrapper {
  max-width: none;
}
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100vh !important;
  overflow: hidden;
}
@media(max-height:800px) {
  #cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
  }
}
#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}
#cboxContent {
  position: relative;
}
#cboxLoadedContent {
  overflow: hidden !important;
  -webkit-overflow-scrolling: touch;
}
#cboxTitle {
  margin: 0;
}
#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}
.cboxPhoto {
  float: left;
  margin: auto;
  border: 8px solid #000;
  display: block;
  max-width: 100%;
  -ms-interpolation-mode: bicubic;
  border: 4px solid #000;
}
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}
#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #000;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
#colorbox {
  outline: 0;
}
#cboxContent {
  margin: 20px 0;
  background: #000;
  max-width: 100%;
}
.cboxIframe {
  background: #fff;
}
#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}
#cboxLoadedContent {
  border: 5px solid #000;
  background: #fff;
  max-width: 100%; /*height: auto!important;*/
}
#cboxTitle {
  position: absolute;
  top: -20px;
  left: 10px;
  color: #ccc;
  font-size: 12px;
}
#cboxCurrent {
  position: absolute;
  top: auto;
  bottom: -20px;
  right: 0px;
  color: #ccc;
  font-size: 13px;
}
#cboxLoadingGraphic {
  background: url(../images/loading.gif) no-repeat center center;
}
/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}
/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}
#cboxSlideshow {
  position: absolute;
  top: -20px;
  right: 90px;
  color: #fff;
}
#cboxPrevious {
  position: absolute;
  top: 50%;
  left: 10px;
  background: url(../images/prev.png) no-repeat center center;
  background-size: cover;
  width: 50px;
  height: 50px;
  text-indent: -9999px;
}
#cboxNext {
  position: absolute;
  top: 50%;
  right: 10px;
  background: url(../images/next.png) no-repeat center center;
  background-size: cover;
  width: 50px;
  height: 50px;
  text-indent: -9999px;
}
#cboxClose {
  position: absolute;
  top: 15px;
  right: 15px;
  display: block;
  background: url(../images/close.png) no-repeat center center;
  background-size: cover;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
}
#cboxClose:hover {
  background-position: bottom center;
}
/*#cboxContent img, #cboxLoadedContent, #cboxContent {
  height: auto !important;
}*/
#cboxContent, #cboxLoadedContent {
  background: none;
}
/* Responsive */
@media screen and (max-width:1440px) {
  #nav_menu ul li a {
    font-size: 13px;
  }
}
@media screen and (max-width:1300px) {
  #nav_menu .nav_inner {
    width: 98%;
  }
}
@media screen and (max-width:1024px) {
  .container {
    width: 94%;
  }
  #nav_menu ul li a {
    padding: 0 7px;
  }
  .modulo_logo {
    width: 120px;
  }
  .honda_access_logo {
    width: 150px;
  }
	.footer_bnr img {
  max-width: 200px;
}
	#footer_hac .hac_sns {
		max-width: 530px;
	}
	#footer_hac .hac_sns li a {
		font: 10px;
	}
	#footer_hac .hac_sns ul li a img {
		width: 24px;
		height: 24px;
	}
}
@media screen and (max-width:1200px) {
  #nav_menu {
    display: none;
  }
  #menu_sp_item {
    display: block;
    position: sticky;
    background: #fff;
    width: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .menu_sp_logo {
    padding-right: 15px;
  }
}
@media screen and (max-width:980px) {
  #nav_menu .nav_inner ul {
    /*display: none;*/
  }
  #menu_sp {
    display: block;
    font-size: 14px;
  }
  #menu_sp span {
    display: block;
    width: 40px;
    height: 4px;
    background: #c00;
    position: relative;
  }
  #menu_sp span:before {
    content: '';
    display: block;
    width: 40px;
    height: 4px;
    background: #c00;
    position: absolute;
    top: -10px;
  }
}
@media screen and (max-width:736px) {
  #top_main {
    display: none;
  }
  #nav_menu .nav_inner {
    flex-wrap: wrap;
  }
  #menu_sp {
    order: 2;
  }
  #nav_menu {
    padding: 15px 0;
  }
  #nav_menu .nav_inner ul {
    order: 3;
    flex-direction: column;
    width: 100%;
  }
  #nav_menu .nav_inner ul li {
    padding: 15px 0;
    width: 100%;
    border-bottom: 1px solid #000;
  }
  #nav_menu ul li:after {
    display: none;
  }
  #footer-container-sp .footer-mail .spOnly img {
    margin: 0 auto !important;
  }
	#footer-container-sp .footer-sns .spOnly {
		background: #fff;
	}
}
@media screen and (max-width:768px) {
  #ghcontainer {
    max-width: 768px !important;
  }
	#footer_hac .container {
		justify-content: space-around;
	}
  #footer_hac .container {

  }
  #footer_hac .hac_sns {
    max-width: none;
  }
  #footer_hac .hac_sns ul {
    flex-direction: column;
  }
  #footer_hac .hac_sns ul li {
    padding: 10px;
    border-bottom: 1px solid #ccc;
  }
  .footer_bnr {
    padding-top: 15px;
  }
		.footer_bnr img {
  max-width: 220px;
}
}
@media screen and (max-width:425px) {
  #footer_hac .hac_sns ul li a {
    font-size: 12px;
  }
  #footer_hac .hac_sns li a span {
    padding-left: 10px;
  }
  #footer_hac .hac_sns ul li img {
    width: 30px;
    height: 30px;
  }
}
@media(max-height:320px) {
  .menu_sp_logo a img {
    width: 80px;
  }
}