@charset "UTF-8";

/* breadcrumb */
.breadcrumb {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.breadcrumb::-webkit-scrollbar {
  height: 2px;
}

.breadcrumb::-webkit-scrollbar-track {
  border-radius: 2px;
}

.breadcrumb::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #ccc;
}

.breadcrumb {
  width: 100%;
  padding-top: 3.34%;
  padding-top: 10%;
  padding-bottom: 2.67%;
  margin-bottom: 0.67%;
}


.breadcrumb.type-pc{
  display: none;
}

.breadcrumb.type-sp{
  display: block;
  position: absolute;
  bottom: -5px;
  z-index: 100;
}

main{
  position: relative;
}

main::before {
  content: "";
  display: block;
  width: 120%;
  height: 200%;
  height: 70px;
  background-color: #000;
  transform: rotate(-4deg) translateX(-50%);
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 50;
}

@media print, (max-width: 767px) {
  .lp-block{
    padding-bottom: 40px;
  }
}

footer::before {
  display: none;
}

@media print, (min-width: 768px) {
  main::before {
    display: none;
  }
  footer::before {
    display: block;
  }
}

/*.breadcrumb.type-lp {
  padding-top: 0;
  margin-bottom: 0;
}*/
/*
.breadcrumb.type-mb-0 {
  padding-top: 0;
  margin-bottom: 0;
  position: relative;
  top: 30px;
}*/

/*.breadcrumb.type-mb-0 ol{
  left: 0;
}*/
@media print, screen and (min-width: 411px) {
  .breadcrumb {
    margin-bottom: 5px;
  }
}
/*.breadcrumb.type-mb-m {
  margin-bottom: 10.66667vw;
}
.breadcrumb.type-mb-l {
  margin-bottom: 13.33333vw;
}*/
.breadcrumb .breadcrumb-inner {
  width: 94.66%;
  margin: 0 auto;
}
.breadcrumb ol {
  width: 100%;
  width: auto;
  position: relative;
  white-space: nowrap;
  display: table;
  left: -4px;
}
.breadcrumb ol li {
  font-size: 12px;
/*  font-size: 1.1rem;*/
  width: auto;
  padding-right: 14px;
  position: relative;
  display: table-cell;
}
.breadcrumb ol li:last-child {
  padding-right: 0;
}
.breadcrumb ol li:last-child:after {
  display: none;
}
.breadcrumb ol li:after {
  position: absolute;
  display: block;
  content: '';
  content: '>';
  font-size: 12px;
/*  font-size: 1.1rem;*/
  color: #fff;
  top: 6px;
  right: 2px;
}
.breadcrumb ol li a,
.breadcrumb ol li span {
  position: relative;
  display: inline-block;
  padding: 6px 4px;
  word-break: break-all;
}
.breadcrumb ol li span {
  color: #fff;
}
.breadcrumb ol li a {
  text-decoration: underline;
  color: #fff;
  -webkit-transition: opacity 0.3s 0s ease;
  -moz-transition: opacity 0.3s 0s ease;
  -ms-transition: opacity 0.3s 0s ease;
  -o-transition: opacity 0.3s 0s ease;
  transition: opacity 0.3s 0s ease;
}
.breadcrumb ol li a:hover {
  -webkit-transition: opacity 0.1s 0s ease;
  -moz-transition: opacity 0.1s 0s ease;
  -ms-transition: opacity 0.1s 0s ease;
  -o-transition: opacity 0.1s 0s ease;
  transition: opacity 0.1s 0s ease;
  opacity: 0.6;
  text-decoration: none;
}

@media print, screen and (min-width: 768px) {
  .breadcrumb::-webkit-scrollbar {
    height: 5px;
  }

  .breadcrumb::-webkit-scrollbar-track {
    border-radius: 5px;
  }

  .breadcrumb::-webkit-scrollbar-thumb {
    border-radius: 5px;
  }

  .breadcrumb {
    padding-top: 20px;
    padding-bottom: 10px;
    max-width: 960px;
    margin: 0 auto 15px;
  }

  .breadcrumb.type-pc{
    display: block;
    position: absolute;
    top: 0;
    z-index: 20;
    width: 83.45%;
    width: 95%;
    left: 50%;
    transform: translateX(-50%);
    max-width: 960px;
    margin: 0 auto 15px;
  }

  .breadcrumb.type-lp.type-pc{
    position: relative;
    width: 960px;
    margin: -38px auto 15px;
  }

  .breadcrumb.type-sp{
    display: none;
  }

/*  .breadcrumb.type-lp {
    padding-top: 0;
    margin-bottom: 0;
  }

  .breadcrumb.type-mb-0 {
    padding-top: 20px;
    margin-bottom: 0;
    padding-bottom: 0;
    position: relative;
    top: 10px;
  }
  .breadcrumb.type-mb-m {
    margin-bottom: 55px;
  }*/
}

@media print, screen and (min-width: 960px) {
  .breadcrumb {
    width: 100%;
    max-width: 960px;

  }


}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .breadcrumb.type-mb-m {
    margin-bottom: 55px;
  }
}
@media print, screen and (min-width: 768px) {
  .breadcrumb.type-mb-l {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .breadcrumb.type-mb-l {
    margin-bottom: 80px;
  }
}
@media print, screen and (min-width: 768px) {
  .breadcrumb .breadcrumb-inner {
    width: 100%;
  }
  .breadcrumb ol {
    left: 0;
  }
  .breadcrumb ol li {
    font-size: 14px;
/*    font-size: 1.4rem;*/
    width: auto;
    padding-right: 14px;
  }
  .breadcrumb ol li:after {
    font-size: 14px;
/*    font-size: 1.4rem;*/
    top: 6px;
    right: 3px;
  }
  .breadcrumb ol li a,
  .breadcrumb ol li span {
    padding: 6px 4px;
  }
  .breadcrumb ol li span#jsBreadcrumbTxt {
    display: none;
  }
  .breadcrumb ol li span#jsBreadcrumbTxt.state-show {
    display: block;
  }
}