/*
*/
.lead.lead-5syunen {
  display: inline-block;
  background-image: url("../../images/lead/lead-5syunen.png");
  background-repeat: no-repeat;
  width: 160px;
  height: 16px;
  background-size: 160px 16px;
}

.intro-home {
  position: relative;
  padding: 30px 0;
  background-size: 4px 4px;
}
.intro-home .section-home__head {
  margin-bottom: 20px; 
}
.intro-home .lead-intro {
  display: inline-block;
  background-repeat: no-repeat;
  width: 98px;
  height: 18px;
  background-size: 98px 18px;
}
.intro-home__text {
  font-size: 12px;
  line-height: 1.5;
}
.twitter-home {
  background: #daebf9;
  padding: 26px 26px 31px 26px;
}
.twitter-home__inner {
  background: #fff;
}
.lead-twitter {
  display: inline-block;
  background-image: url(../../images/home/twitter.png);
  background-repeat: no-repeat;
  width: 38px;
  height: 16px;
  background-size: 38px 16px;
}

.breadcrumb {
  background: #fff;
  position: relative;
  z-index: 1;
}
.breadcrumb.margin {
  top: 48px;
}
.breadcrumb-inner {
  padding: 12px 10px;
}
.breadcrumb ul,
.breadcrumb-list {
  min-height: 24px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.breadcrumb ul:not(:first-child) {
  margin-top: 6px;
}
.breadcrumb li,
.breadcrumb-item {
  color: #ff391f;
  font-size: 11px;
  line-height: 1.5;
  white-space: nowrap;
}
.breadcrumb li:not(:first-child) {
  background: url(../images/arrow_right.svg) no-repeat 2px center;
  background-size: auto 14px;
  padding-left: 18px;
}
.breadcrumb li a,
.breadcrumb-item a {
  color: #000;
  display: inline-block;
  transition: .3s;
}
.breadcrumb li a:hover,
.breadcrumb-item a:hover {
  color: #ff391f;
}

.global-footer__nav-item {
  position: relative;
}
.global-footer__nav-item div {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}
.global-footer__nav-item .fa {
  font-size: 20px;
  position: absolute;
  top: 50%;
  right: 17px;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.global-footer__nav-item-parent {
  float: left;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #454545;
}
.global-footer__nav-item-parent a,
.global-footer__nav-item-parent div {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 17px 1em 18px;
  cursor: pointer;
}
.global-footer__nav-item-parent div span {
  display: inline-block;
  margin: auto;
}
.global-footer__nav-item-parent .fa {
  font-size: 18px;
  position: absolute;
  right: 18px;
  transition: transform .2s;
}
.global-footer__nest-items {
  display: none;
}
.global-footer__nest-item {
  float: left;
  background-color: #f7f5ef;
  border-bottom: 1px solid #fff;
  width: 100%;
  position: relative;
}
.global-footer__nest-item a,
.global-footer__nest-item div {
  font-size: 12px;
  color: #000;
  display: flex;
  align-items: center;
  padding: 17px 1em 18px;
}
.global-footer__nest-item .fa {
  font-size: 18px;
  position: absolute;
  right: 20px;
  transition: transform .2s;
}
.global-footer__nest-item.is-nest .fa.rotate {
  transform: rotate(90deg);
}
.global-footer__nest-item.is-nest > div {
  cursor: pointer;
}
.nest-items {
  background: #fff;
  display: none;
}
.nest-item {
  border-bottom: 1px solid #f7f5ef;
}
.nest-items .nest-item:last-of-type {
  border: 0;
}
.nest-item a {
  padding-left: 2em;
  padding-right: 2em;
}
.global-footer__5aniv {
  position: fixed;
  bottom: 70px;
  right: 10px;
  height: 48px;
  width: 48px;
  z-index: 100;
  animation: footer5aniv 0.7s ease-in-out infinite alternate;
}
.global-footer__5aniv a {
  background: #9f7c39;
  border: 2px solid #333;
  border-radius: 50%;
  display: block;
  height: 100%;
  text-align: center;
  width: 100%;
  opacity: 0.5;
}
.global-footer__5aniv a.inactive {
  background: #dad5c7;
  border: 2px solid #bbb;
}
.global-footer__5aniv img {
  height: 44px;
  width: 44px;
  top: 50%;
  position: relative;
  transform: translateY(-50%);
}
@keyframes footer5aniv {
  0% { transform:translateY(-5px); }
  100% { transform:translateY(  0px); }
}