@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,500');

body {
  background-color: #fff;
  color: #000;
  margin: 0;
/*
  min-width: 1100px;
  overflow-y: scroll;
*/
  padding: 0;
}

a img {
  border: 0;
}

/* -------------------------------------------------- */
.wrap {
  font-family: "HondaGlobalFontJP-Regular", sans-serif;
  font-feature-settings: 'palt';
  font-size: 16px;
  font-weight: 300;
  letter-spacing: .07em;
  line-height: 1;
  position: relative;
  text-align: left;
  color: #231816;
}

.wrap * {
  /* reset */
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.wrap h1,
.wrap h2,
.wrap h3,
.wrap h4,
.wrap h5,
.wrap h6,
.wrap strong {
  font-size: 100%;
  font-weight: 300;
}

.wrap a {
  color: #000;
  text-decoration: none;
  transition: opacity .2s;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@keyframes blink {
  0% {
    opacity: .5;
  }

  100% {
    opacity: 1;
  }
}

@media screen and (min-width: 767px) {
  .wrap a:hover {
    animation: blink .75s;
  }
}

.wrap ul,
.wrap ol {
  list-style: none;
}

.wrap br.sp {
  display: none;
}

.wrap .indent {
  display: inline-block;
  height: 1em;
  width: .5em;
}

.wrap .indent.sp {
  display: none;
}

.wrap .w3 {
  font-family: "HondaGlobalFontJP-Regular", sans-serif;
  font-weight: 400;
}

.wrap .w6 {
  font-family: "HondaGlobalFontJP-Regular", sans-serif;
  font-weight: 500;
}


/* -------------------------------------------------- */
#pagetop {
  background: url(../img/pagetop.png) center center no-repeat;
  background-size: contain;
  bottom: 50px;
  height: 50px;
  right: 30px;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  text-indent: -999px;
  transition: opacity .25s, visibility .25s;
  visibility: hidden;
  width: 50px;
  z-index: 5;
}

#pagetop.show {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 767px) {
  body {
    min-width: 320px;
  }

/* -------------------------------------------------- */
.wrap {
  font-size: 12px;
}

.wrap br.sp {
  display: inline;
}

.wrap br.pc {
  display: none;
}

.wrap .indent.pc {
  display: none;
}

.wrap .indent.sp {
  display: inline-block;
}

/* -------------------------------------------------- */
  /* #N_header {
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    visibility: hidden;
    transition: opacity .3s, visibility .3s;
    z-index: 8;
  }

  #N_header.open {
    opacity: 1;
    visibility: visible;
  }

  #N_header nav {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 180px;
    display: block;
  }

  #N_header.s nav {
    margin-top: 25px;
  }

  #N_header .nav__left,
  #N_header .nav__right {
    display: block;
  }

  #N_header .nav__menu-left,
  #N_header .nav__menu-right {
    display: block;
  }

  #N_header .nav__menu-left li {
    margin-bottom: 10px;
  }

  #N_header .nav__menu-right li {
    margin-bottom: 5px;
  }

  #N_header .nav__logo {
    width: 100%;
    height: auto;
    margin: 0 0 60px 0;
  }

  #N_header .nav__icon {
    width: 100%;
    height: auto;
    margin: 60px 0 5px 0;
  }

  #N_header li .pc {
    display: none;
  }

  #N_header li .sp {
    display: block;
  }

  #N_header li img {
    width: 100%;
  }

  #N_header_button {
    display: block;
    height: 58px;
    left: 0;
    position: absolute;
    top: 0;
    width: 62px;
    z-index: 9;
  }

  #N_header_button.fixed {
    position: fixed;
  }

  #N_header_button.x{
    z-index: 100;
  }

  #N_header_button ol {
    list-style: none;
  }

  #N_header_button li {
    background: #000;
    height: 1px;
    left: 15px;
    overflow: hidden;
    position: absolute;
    top: 20px;
    transition: background-color .3s, opacity .3s, top .3s, transform .3s, width .3s;
    width: 32px;
  }

  #N_header_button.x li,
  #N_header_button.fixed li {
    background: #000;
  }

  #N_header_button li:nth-child(2) {
    top: 29px;
    width: 24px;
  }

  #N_header_button li:nth-child(3) {
    top: 38px;
    width: 16px;
  }

  #N_header_button.x li:first-child {
    top: 29px;
    transform: rotate(45deg);
  }

  #N_header_button.x li:nth-child(2) {
    opacity: 0;
  }

  #N_header_button.x li:nth-child(3) {
    top: 29px;
    transform: rotate(-45deg);
    width: 32px;
  } */

  /* -------------------------------------------------- */
  #pagetop {
    display: none;
  }

  .sp_only {
    display: none;
  }
  @media screen and (max-width: 767px) {
    .sp_only {
      display: block;
    }
  }

  .pc_only {
    display: block;
  }
  @media screen and (max-width: 767px) {
    .pc_only {
      display: none;
    }
  }
}


/* -------------------------------------------------- */
#N_breadcrumbs{
  text-align: left;
  padding:20px 0;
  border-top: solid 1px var(--color-light-gray);;
  
}
@media screen and (max-width: 768px) {
  #N_breadcrumbs{
    padding-bottom: 0;
    max-width: 100%;
    overflow: hidden;
  }
}

#N_breadcrumbs .l_inner{
  width: 100%;
  max-width: 980px;
  margin: auto;
  box-sizing: border-box;
}

.l-auto-local-footer__breadcrumbs {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none
}
@media screen and (max-width: 768px) {
	.l-auto-local-footer__breadcrumbs {
		padding-bottom: 0;
		/* margin-bottom: 15px */
	}
}
.l-auto-local-footer__breadcrumbs > ul {
	display: flex;
	padding: 0;
	margin: 0;
	list-style: none
}
@media screen and (max-width: 768px) {
	.l-auto-local-footer__breadcrumbs > ul {
		flex-wrap: nowrap;
		padding: 0 30px 20px 60px;
		margin: 0 -30px;
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch
	}
}
.l-auto-local-footer__breadcrumbs__item {
	font-size: 12px;
	color: var(--color-black)
}
@media screen and (max-width: 768px) {
	.l-auto-local-footer__breadcrumbs__item {
		flex-shrink: 0
	}
}
.l-auto-local-footer__breadcrumbs__item > a {
	color: inherit;
	text-decoration: none
}
@media(hover: hover) {
	.l-auto-local-footer__breadcrumbs__item > a:hover {
		text-decoration: underline
	}
}
.l-auto-local-footer__breadcrumbs__item + .l-auto-local-footer__breadcrumbs__item::before {
	margin: 0 5px;
	content: ">"
}
@media screen and (max-width: 768px) {
	.l-auto-local-footer__breadcrumbs__item:last-child {
		padding-right: 30px
	}
}
.l-auto-local-footer__breadcrumbs:last-child {

}
.l-auto-local-footer__breadcrumbs:last-child > ul {
	/* padding-bottom: 0 */
}