/* petit Common Style*/

/* adjust
------------------------------------------------------------ */
body {
  overflow: hidden;
}

body.scroll01 header {
  position: relative;
}

body.scroll01 {
  padding-top: 0 !important;
}

body.scroll01 header {
  position: relative;
  padding: 20px 0 0;
  border-top-width: 5px;
}

body.scroll01 .header-unit {
  display: block !important;
}

@media only screen and (max-width: 1199px) {
  .header {
    position: absolute;
  }
}

/* helper
------------------------------------------------------------ */
@media screen and (max-width: 1200px) {
  .only-pc {
    display: none !important;
  }
}

@media screen and (min-width: 1201px) {
  .only-tb {
    display: none !important;
  }
}
@media screen and (max-width: 640px) {
  .only-tb {
    display: none !important;
  }
}

@media screen and (min-width: 641px) {
  .only-sp {
    display: none !important;
  }
}

@media screen and (min-width: 1201px) {
  .except-pc {
    display: none !important;
  }
}

@media screen
 and (min-width: 641px)
 and (max-width: 1200px) {
  .except-tb {
    display: none !important;
  }
}

@media screen and (max-width: 640px) {
  .except-sp {
    display: none !important;
  }
}

/* header
------------------------------------------------------------ */
.brand-header-wrap {
  position: relative;
  height: 83px;
}

.brand-header {
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 9px 0 8px;
  background-color: #fff;
}
.brand-header.is-fixed {
  position: fixed;
}
@media only screen and (max-width: 640px) {
  .brand-header {
    padding: 0 10px;
    border-top: 2px solid #e5e5e5;
    border-bottom: 2px solid #e5e5e5;
    overflow-x: auto;
  }
}

.brand-header_inner {
  position: relative;
  box-sizing: border-box;
  max-width: 1200px;
  margin: 0 auto;
  width: 96%;
  padding-left: 160px;
}
@media only screen and (max-width: 640px) {
  .brand-header_inner {
    max-width: none;
    width: auto;
    padding-left: 130px;
  }
}

.brand-header_logo {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 160px;
}
@media only screen and (max-width: 640px) {
  .brand-header_logo {
    width: 130px;
  }
}

.brand-header_logo > a {
  display: block;
  width: 100%;
  height: 100%;
}

.brand-header_logo > a:hover,
.brand-header_logo > a:active {
  opacity: .8;
}
@media only screen and (max-width: 640px) {
  .brand-header_logo > a:hover,
  .brand-header_logo > a:active {
    opacity: 1;
  }
}

.brand-header_logo img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
@media only screen and (max-width: 640px) {
  .brand-header_logo img {
    max-width: 76.15%;
  }
}

.brand-header_logo img:hover,
.brand-header_logo img:active {
  opacity: 1;
}

.brand-header_body {
  padding: 10px 0;
}
@media only screen and (max-width: 640px) {
  .brand-header_body {
    padding: 0;
  }
}

.brand-header_navi_inner {
  display: table;
  margin-right: 0;
  margin-left: auto;
  background: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,.8) 5%);
}


@media only screen and (max-width: 640px) {
  .brand-header_navi_inner li:nth-child(4) .brand-header_lower-navi{
    left: inherit;
    right: -66px;
  }
}

.brand-header_navi_inner.is-moving {
  cursor: w-resize;
}

.brand-header_navi_inner.is-moving a {
  pointer-events: none;
}

.brand-header_navi_inner > li {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.brand-header_navi_item {
  display: table;
  width: 100%;
  font-weight: bold;
}
@media only screen and (max-width: 640px) {
  .brand-header_navi_item {
    font-size: 14px;
    white-space: nowrap;
  }
}

.brand-header_navi_item a {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 10px 15px;
  border-bottom: 3px solid #fff;
}
@media only screen and (max-width: 640px) {
  .brand-header_navi_item a {
    padding: 11px 9px;
  }
}

.brand-header_navi_item a:hover,
.brand-header_navi_item a:active,
.brand-header_navi_item a.is-current {
  text-decoration: none;
  border-bottom-color: #d2161a;
}

.brand-header_lower-navi {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 200px;
  padding-top: 12px;

  pointer-events: none;
  opacity: 0;
  transition: opacity .2s ease;
}
@media only screen and (max-width: 640px) {
  .brand-header_lower-navi {
    padding-top: 0;
    overflow-y: auto;
    max-height: calc(100vh - 97px);
  }
  .is-fixed .brand-header_lower-navi {
    max-height: calc(100vh - 50px);
  }
}
.brand-header_lower-navi.is-current {
  pointer-events: auto;
  opacity: 1;
}
.brand-header_lower-navi::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 25px;
  border-style: solid;
  border-width: 0 8px 12px 8px;
  border-color: transparent transparent #d2161a transparent;
}
@media only screen and (max-width: 640px) {
  .brand-header_lower-navi::after {
    display: none;
  }
}

.brand-header_lower-navi_item {
  border: solid 1px #d2161a;
  border-top: none;
  font-size: 15px;
  text-align: left;
  background-color: #d2161a;
  color: #fff;
}
@media only screen and (max-width: 640px) {
  .brand-header_lower-navi_item {
    border: solid 1px #e5e5e5;
    border-top: none;
  }
}

.brand-header_lower-navi_item:first-child {
  border-top: solid 1px #d2161a;
}
@media only screen and (max-width: 640px) {
  .brand-header_lower-navi_item:first-child {
    border-top: solid 1px #d2161a;
  }
}

.brand-header_lower-navi_item > a {
  display: block;
  padding: 12px 28px 12px 12px;
  background: #d2161a url(/shared/img/svg/ar02.svg)no-repeat center right 20px;
  color: #fff;
}
@media only screen and (max-width: 640px) {
  .brand-header_lower-navi_item > a {
    padding: 10px 28px 10px 10px;
  }
}

.brand-header_lower-navi_item > a:hover,
.brand-header_lower-navi_item > a:active {
  background-color: #fff;
  background-image: url(/shared/img/svg/ar01.svg);
  color: #231815;
  text-decoration: none;
}

.brand-header_lower-navi_close {
  font-size: .88rem;
  font-weight: 500;
  line-height: 1.5;
}

.brand-header_lower-navi_close > button {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 9px 12px 10px;
  border: 0;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  background-color: #fff;
  color: #333;
}

.brand-header_lower-navi_close {
  display: none;
}

@media only screen and (max-width: 640px) {
  .brand-header_lower-navi_close {
    display: block;
    background-color: #fff;
  }
}

.brand-header_lower-navi_close > button > span {
  display: inline-block;
  position: relative;
  padding-right: 18px;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  transform: opacity .3s ease;
}

.brand-header_lower-navi_close > button:hover,
.brand-header_lower-navi_close > button:active {
  opacity: .7;
}

.brand-header_lower-navi_close > button > span::before,
.brand-header_lower-navi_close > button > span::after {
  content: '';
  display: block;
  position: absolute;
  top: 1px;
  right: 0;
  bottom: -1px;
  width: 13px;
  height: 0;
  margin: auto 0;
  border-top: 2px solid #333;
}
.brand-header_lower-navi_close > button > span::before {
  transform: rotate(45deg);
}
.brand-header_lower-navi_close > button > span::after {
  transform: rotate(-45deg);
}

/* breadcrumb
------------------------------------------------------------ */
#breadcrumb {
  margin-bottom: 0;
  padding-bottom: 15px;
  background-color: #e7e7e7;
}

