@charset "UTF-8";

nav.breadcrumb {
  margin: 1rem 0;
}
nav.breadcrumb a {
  color: #fff;
  letter-spacing: .125em;
  font-weight: 700;
  font-size: .6875em;
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo,
  Verdana, sans-serif;
}

nav.floatingFooter {
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 0;
  width: 100%;
  background: #edbb5c;
  font-size: .8125em;
}
nav.floatingFooter ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
          align-items: center;
          flex-wrap: wrap;
          justify-content: center;
  width: 100%;
  list-style: none;

  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
  -webkit-justify-content: center;
}
nav.floatingFooter ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  width: 100%;
  border: 1px solid #fff;
  border-left: none;
  text-align: center;
}
nav.floatingFooter ul li:first-child {
  border-left: 1px solid #fff;
}
nav.floatingFooter ul li a {
  display: block;
          flex-grow: 1;
  background: -webkit-linear-gradient(#f19f34 0%, #f19f34 45%, #ac7125 100%);
  background:         linear-gradient(#f19f34 0%, #f19f34 45%, #ac7125 100%);
  color: #fff;
  letter-spacing: .125em;
  font-weight: 700;
  line-height: 2.5;

  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
}
nav.floatingFooter ul li a:hover {
  background: -webkit-linear-gradient(#ac7125 0%, #ac7125 45%, #f19f34 100%);
  background:         linear-gradient(#ac7125 0%, #ac7125 45%, #f19f34 100%);
}

nav.floatingFooter {
  z-index: 999 !important;
}

.MvBackground-followbtnSp {
  z-index: 3;
}
/* 初期状態：非表示 */
.MvBackground-followbtn {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.35s ease, visibility 0.35s ease;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}

/* 表示状態 */
.MvBackground-followbtn.is-show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

@media screen and (min-width: 769px) {
  .MvBackground-followbtn {
	position: fixed;
	top: 178px;
	right: 0;
	z-index: 1000;
  }
}
@media screen and (max-width: 768px) {
  .MvBackground-followbtn {
	position: relative;
  }
}
.MvBackground-followbtn-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
	  -ms-flex-align: end;
		  align-items: end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
	  -ms-flex-direction: column;
		  flex-direction: column;
  gap: 4px;
}
@media screen and (max-width: 768px) {
  .MvBackground-followbtn-list {
	position: sticky;
  }
}
.MvBackground-followbtn-list-item {
  cursor: pointer;
}
.MvBackground-followbtn-list-item-icon {
  width: 64px;
  height: 64px;
}
.MvBackground-followbtn-list-item-icon img {
  width: 64px;
  height: 64px;
}
.MvBackground-followbtn-list-item-icon img:hover {
  width: 214px;
  height: 64px;
}

body.top:not(.is-past-mv) .MvBackground-followbtn,
body.top:not(.is-past-mv) .MvBackground-followbtnSp {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.35s ease, visibility 0.35s ease;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}

body.top.is-past-mv .MvBackground-followbtn,
body.top.is-past-mv .MvBackground-followbtnSp {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.MvBackground-followbtnSp {
  position: fixed;
  bottom: 0;
  z-index: 100;
}
@media screen and (min-width: 769px) {
  .MvBackground-followbtnSp {
	display: none !important;
  }
}
.MvBackground-followbtnSp.js_fixed {
  position: fixed;
  top: 0;
}
.MvBackground-followbtnSp-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
}
.MvBackground-followbtnSp-list-item-img {
  width: 100%;
}