@charset "UTF-8";
@import url(reset.css);
html {
  color: #333;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
html{
  font-size: 62.5%;
}
@media screen and (max-width: 1024px) {
  html {
      font-size: 55%;
  }
}
html {
  visibility: hidden;
}

html.wf-active,
html.loading-delay {
  visibility: visible;
}
body {
  background: #fff;
  color: #333;
  line-height: 1.8;
  text-align: left;
  letter-spacing: 0.05em;
  overflow-y: scroll;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 200;
  -webkit-text-size-adjust: 100% !important;
  font-variant-ligatures: none;
  font-family: "YakuHanJP", "noto-sans-cjk-jp", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "游ゴシック", "メイリオ", Meiryo, Osaka,
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  counter-reset: number 0;
}
img {
  border: 0;
  vertical-align: top;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ul {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before,
q:after {
  content: "";
}
hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #ccc;
}
a {
  cursor: pointer;
  color: #333;
  text-decoration: none;
  -webkit-transition: opacity 0.4s ease;
  transition: all ease 0.4s;
}
a.underline {
  text-decoration: underline;
}
.no-underline {
  text-decoration: none !important;
}
a:hover {
  opacity: 0.65;
}

/* Header
---------------------------------------------------- */
header#body-head {
  height: auto;
}
@media screen and (max-width: 959px) {
  header#body-head {
    min-width: 0;
  }
}
/* logo
------------------------------------------ */
#logo {
  position: absolute;
  top: 7px;
  left: 54px;
  z-index: 3;
  background: url(../images/common/logoMark.svg) no-repeat left top;
  background-size: 35px 57px;
  width: 35px;
  height: 57px;
  transition: 0.2s;
}
#logo a{
  display: block;
  width: 100%;
  height: 100%;
}
#logo a:hover {
  opacity: 0.7;
}
#logo span {
  display: none;
}
#logoSection {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9999;
}
#logoSection__inner {
  position: relative;
  width: 100%;
}
#logoTFT {
  position: absolute;
  right: 32px;
  top: 140px;
  text-indent: -9999px;
  width: 25px;
  height: 133px;
  background: url(../images/common/logo_TFT-vertical.svg) no-repeat left top;
  background-size: 25px 133px;
  transition: all 0.2s;
}
#logoTFT a {
  width: 25px;
  height: 133px;
  display: block;
}
#logoTxt {
  position: absolute;
  right: -80px;
  top: 400px;
  -webkit-transform: rotate(-270deg);
  -ms-transform: rotate(-270deg);
  font-size: 1.2rem;
  width: 250px;
  font-family: "Brandon Grotesque";
  font-style: italic;
  transition: all 0.2s;
}
#logoTxt p {
  opacity: 0.5;
  letter-spacing: 0.1em;
}
@media (max-width: 959px) {
  #logoSection {
    display: none;
  }
}
@media (max-width: 959px) {
  #logo {
    left: 20px;
    background: url(../images/common/logo_TFT.svg) no-repeat left top;
    background-size: 133px 25px;
    width: 133px;
    height: 25px;
  }
}

.header-graynav {
  position: relative;
  width: 100%;
  background: #f0f0f0;
  text-align: right;
  padding-right: 95px;
  margin-bottom: 20px;
}

.header-graynav .header-graynav__list {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
}

.header-graynav .header-graynav__list li {
  padding: 0;
  margin: 0;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
}

.header-graynav .header-graynav__list li a {
  min-height: 17px;
  padding: 10px 0 0 25px;
  margin: 0;
  line-height: 17px;
  display: block;
}
.header-graynav .header-graynav__list li.first-time a {
  color: #fff;
  background-color: #c53925;
  padding: 2px 10px 2px 15px;
}
.header-graynav .header-graynav__list li.first-time a:hover {
  color: #666;
  background-color: #fff;
}
.header-graynav .header-graynav__list li.first-time a:before {
  height: 16px;
  margin-top: 0;
  background: url("../images/common/arrow_white.svg") no-repeat left center/6px;
}

.header-graynav .header-graynav__list li a:before {
  content: "";
  width: 6px;
  height: 33px;
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 0 0;
  background: url("../images/common/arrow_gray.svg") no-repeat left center/6px;
  margin-top: -8.5px;
}
.header-graynav .header-graynav__list li a:hover::before {
  background: url("../images/common/arrow_cc.svg") no-repeat left center/6px;
}
@media screen and (max-width: 959px) {
  .header-graynav {
    padding-right: 20px;
  }
}

.header-mainnavArea {
  position: relative;
  background-color: #fff;
  height: 80px;
}
.header-mainnav {
  position: absolute;
  top: 20px;
  right: 0;
  width: 100%;
  transition: 0.3s;
}
.header-mainnav > .header-mainnav__list {
  width: auto;
  margin-left: 15vw;
  height: 60px;
  font-size: 0;
}

.header-mainnav > .header-mainnav__list > li.megaMenu > a {
  display: inline-block;
  position: relative;
  height: 100%;
  opacity: 1 !important;
}
.header-mainnav > .header-mainnav__list a:hover:before,
.header-mainnav > .header-mainnav__list .current a:before {
  animation: hover-slideBg-in 0.3s cubic-bezier(0.16, 0.84, 0.44, 1) 0s 1 normal
    forwards running;
}
.header-mainnav > .header-mainnav__list > li > a:before {
  content: " ";
  position: absolute;
  width: 34px;
  height: 2px;
  background: #c53925;
  bottom: 25px;
  left: calc(50% - 17px);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  animation: hover-slideBg-out 0.3s cubic-bezier(0.16, 0.84, 0.44, 1) 0s 1
    normal forwards running;
}
.header-mainnav > .header-mainnav__list > li {
  display: inline-block;
  height: 100%;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding-right: 81px;
}
.header-mainnav > .header-mainnav__list > li > a::after {
  content: "";
  position: absolute;
  top: 20%;
  right: 150%;
  display: block;
  width: 12px;
  height: 1px;
  background: #dedede;
}
.header-mainnav > .header-mainnav__list > li:first-child > a::after {
  display: none;
}
.header-mainnav > .header-mainnav__list > li:last-child {
  padding-right: 0;
}
@media screen and (max-width: 959px) {
  .header-mainnavArea {
    height: 40px;
  }
  .header-mainnav,
  .header-graynav,
  .header-sns {
    display: none;
  }
}

/* megamenu
---------------------------------------
ul.megaMenu__second-level {
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}
ul.megaMenu__second-level{
  position: absolute;
  top: 40px;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  margin: 0 -500%;
  padding: 0 500%;
  background: #f5f5f5;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
ul.megaMenu__second-level.menu__01.visible,
ul.megaMenu__second-level.menu__02.visible,
ul.megaMenu__second-level.menu__03.visible {
  top: 60px;
  visibility: visible;
  opacity: 1;
}
--- */
.megaMenu__second-level {
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}
li.megaMenu:hover .megaMenu__second-level {
  top: 60px;
  visibility: visible;
  opacity: 1;
  z-index: 99;
}
.megaMenu__second-level {
  position: absolute;
  top: 60px;
  left: 0;
  background: #f5f5f5;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 100%;
}
.megaMenu__second-level > ul {
  display: -webkit-flex;
  display: flex;
  width: 80%;
  min-width: 900px;
  margin: 0 auto;
  padding: 40px 0;
}
.megaMenu__second-level > ul > li {
  border-left: 1px solid #eaeaea;
  padding: 0 20px;
  width: 25%;
}
.megaMenu__second-level > ul > li:first-child {
  border: none;
  padding-left: 0;
}
.megaMenu__second-level > ul > li div.topMenu {
  width: 210px;
  border-radius: 2px;
  letter-spacing: normal;
  background: #fff;
  padding: 20px 0 30px 22px;
}
.topMenu h2 {
  position: relative;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 0.8;
  margin-bottom: 30px;
}
.topMenu h2 .ja {
  display: block;
  margin-bottom: 5px;
}
.topMenu h2 .en {
  font-size: 8px;
  font-size: 0.8rem;
  margin-bottom: 12px;
}
.topMenu h2 a {
  display: block;
  width: 100%;
  height: 100%;
}
.topMenu h2:after {
  content: "";
  width: 6px;
  height: 33px;
  display: inline-block;
  position: absolute;
  top: 15px;
  right: 14px;
  background: url("../images/common/arrow_gray.svg") no-repeat left center/6px;
  margin-top: -8.5px;
  transition: all ease 0.4s;
}
a:hover .topMenu h2::after {
  background: url("../images/common/arrow_cc.svg") no-repeat right center/6px;
}
.topMenu > ul > li {
  font-size: 10px;
  font-size: 1.0rem;
}
.megaMenu__second-level > ul > li > ul > li {
  font-size: 12px;
  font-size: 1.2rem;
}
.megaMenu__second-level > ul > li > ul > li,
.topMenu > ul > li {
  position: relative;
  margin-bottom: 10px;
  transition: all ease 0.4s;
}
.megaMenu__second-level > ul > li > ul > li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 5px 10px 5px 20px;
}
.megaMenu__second-level a {
  opacity: 1;
}
.megaMenu__second-level a:hover {
  color: #c53925;
}

.megaMenu__second-level > ul > li > ul > li:hover {
  background-color: #fff;
  border-radius: 3px;
}
.megaMenu__second-level > ul > li > ul > li::before,
.topMenu > ul > li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 2px;
  background: #666;
  transition: all ease 0.4s;
  opacity: 1;
}
.megaMenu__second-level > ul > li > ul > li:hover::before,
.topMenu > ul > li:hover::before {
  background: #c53925;
}
/* megaMenu > Media Queries
------------------------------ */
@media screen and (max-width: 959px) {
  .megaMenu__second-level > ul {
    display: none;
  }
}
/* sns list
------------------------------------------ */
.header-sns {
  position: absolute;
  top: 0;
  right: 95px;
}

.header-sns__list,
.footer-sns__list {
  font-size: 18px;
  font-size: 1.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.5em 0;
}

.header-sns__list > li,
.footer-sns__list > li {
  margin: 0 2px;
}

.header-sns__list > li > a,
.footer-sns__list > li > a {
  display: block;
  padding: 5px 10px;
}
.header-sns__list > li > a:hover {
  opacity: 1;
}
.header-sns__list > li > a.icon-facebook:hover {
  color: #1877f2;
}
.header-sns__list > li > a.icon-instagram:hover {
  color: #df2c74;
}
.header-sns__list > li > a.icon-X_logo:hover {
  color: #000;
}
@media screen and (max-width: 959px) {
  .header-sns {.sns-twitter {
    font-size: 20px;
    font-size: 2.0rem;
  }
  }
}
/* contactArea
------------------------------------------ */
.contactArea {
  position: relative;
  background: #eeeeee;
  height: 300px;
  width: 100%;
}
.contactArea a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  background: transparent;
  width: 100%;
  height: 100%;
  padding: 80px 0;
}
.contactArea a:hover {
  background: #dedede;
  transition: all 0.3s ease;
}
.contactArea h2 {
  position: relative;
  font-family: "Brandon Grotesque";
  font-style: italic;
  font-size: 30px;
  font-size: 3.0rem;
  transition: all 0.3s ease;
  letter-spacing: 0.1em;
}
.contactArea a h2 {
  color: #c53925;
}
.contactArea a:hover h2 {
  letter-spacing: 0.2em;
}
.contactArea a:hover h2:before {
  animation: hover-slideBg-in 0.3s cubic-bezier(0.16, 0.84, 0.44, 1) 0s 1 normal
    forwards running;
}
.contactArea a h2:before {
  content: " ";
  position: absolute;
  width: 34px;
  height: 2px;
  background: #c53925;
  bottom: -10px;
  left: calc(50% - 17px);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  animation: hover-slideBg-out 0.3s cubic-bezier(0.16, 0.84, 0.44, 1) 0s 1
    normal forwards running;
}
.contactArea .contactText {
  margin-top: 38px;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 959px) {
  .contactArea {
    display: none;
  }
}
/* footer
------------------------------------------ */
#footer {
  color: #fff;
  padding: 0 140px;
  margin-top: 5vw;
}
@media screen and (max-width: 959px) {
  #footer {
    padding: 0 30px;
    min-width: 0;
    max-width: 100%;
  }
}
/* footerBox
------------------------------------------ */
#footer #footerBoxArea {
  background-color: #c53925;
  margin-left: -140px;
  margin-right: -140px;
  padding: 50px 140px;
}
@media screen and (max-width: 959px) {
  #footer #footerBoxArea {
    margin-left: -30px;
    margin-right: -30px;
    padding: 20px 30px;
  }
}
@media screen and (max-width: 559px) {
  #footer #footerBoxArea {
    padding: 20px 20px;
  }
}
#footer #footerBoxArea a {
  color: #fff;
}
#footer #footerBoxArea a:hover {
  opacity: 0.7;
}
#footer .footerBox {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;
}
#footer .footerBox .footerBox__inner1,
#footer .footerBox .footerBox__inner2,
#footer .footerBox .footerBox__inner3 {
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#footer .footerBox .footerBox__inner1 {
  padding: 100px 0 0 0;
  width: 50%;
}
#footer .footerBox .footerBox__inner3 {
  width: 50%;
  text-align: right;
  padding: 80px 0 0 0;
}
#footer #footer-logo {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 559px) {
  #footer #footer-logo {
    display: block;
  }
}
#footer #footer-logo img {
  width: 141px;
  height: 26px;
  vertical-align: bottom;
}
#footer #footer-logo .links {
  display: flex;
  list-style: none;
  position: relative;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-left: 20px;
}
@media screen and (max-width: 559px) {
  #footer #footer-logo .links {
    margin-top: 10px;
    margin-left: 0;
  }
}
#footer #footer-logo .links li + li:before {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  height: 14px;
  margin-top: -7px;
  border-right: thin solid #fff;
}
#footer #footer-logo .links a {
  padding: 10px;
}
@media screen and (max-width: 559px) {
  #footer #footer-logo .links li:first-child a {
    padding-left: 0;
  }
}
#footer .footerTxt {
  position: relative;
  margin-top: 61px;
  padding-top: 26px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.45;
}
#footer .footerTxt::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 16px;
  height: 1px;
  background: #fff;
}
#footer .footer-sns {
  position: relative;
  display: inline-block;
  color: #fff;
  text-align: right;
  font-size: 10px;
  font-size: 1.0rem;
}
.footer-sns__list > li > a {
  color: #fff;
}
#footer .copyright {
  margin-top: 134px;
  font-size: 11px;
  font-size: 1.1rem;
}
#footer .policy-links {
  display: inline-block;
}
#footer .policy-links li {
  float: left;
  font-size: 10px;
  font-size: 1.0rem;
  position: relative;
}
#footer .policy-links li + li:before {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  height: 10px;
  margin-top: -5px;
  border-right: thin solid #fff;
}
#footer .policy-links li:last-child {
  margin-right: -10px;
}
#footer .policy-links a {
  padding: 10px;
}

@media screen and (max-width: 1023px) {
  #footer .footerBox {
    display: block;
  }
  #footer .footerBox .footerBox__inner1 {
    padding: 78px 0 0 0;
    width: auto;
  }
  #footer .footerBox .footerBox__inner2 {
    padding: 39px 0 0 0;
  }
  #footer .footerBox .footerBox__inner3 {
    padding: 35px 0 74px 0;
    width: auto;
    text-align: left;
  }
  #footer .copyright {
    margin-top: 56px;
  }
  #footer .policy-links li:first-child {
    margin-left: -10px;
  }
}

/* footer-nav
------------------------------------------ */
footer nav {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.66;
  color: #ccc;
  width: 100%;
  max-width: 960px;
  margin: auto;
  background-color: #fff;
  margin: 75px 0;
}
footer nav a {
  color: #666;
  font-weight: bold;
}
footer nav a:hover {
  color: #000;
  font-weight: bold;
  border-bottom: 1px solid #000;
}
footer nav > ul > li:nth-child(-n + 4) {
  display: block;
  width: 100%;
  padding-bottom: 25px;
}
footer nav ul ul {
  display: block;
  margin: -1.66em 0 0 155px;
  position: relative;
}
footer nav ul ul:before {
  content: "";
  background: #fff;
  display: block;
  width: 2em;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
footer nav ul ul li,
footer nav > ul > li:nth-child(n + 5) {
  display: inline-block;
}
footer nav ul ul li:before,
footer nav > ul > li:nth-child(n + 5):before {
  content: "/";
  display: inline-block;
  width: 0.5em;
  padding: 0 1em;
}
footer nav > ul > li:nth-child(5) {
  color: #fff;
  margin-left: 155px;
}
footer > ul {
  border-top: solid 1px #e2e2e2;
  border-bottom: solid 1px #e2e2e2;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  color: #ccc;
  padding: 20px 80px;
  width: 100%;
  max-width: 100%;
  margin: auto;
}
footer > ul li {
  display: inline-block;
  padding-right: 30px;
}

@media screen and (max-width: 959px) {
  .footer-nav {
    display: none;
  }
}

/* fixedDonateBnr
------------------------------------------ */

#fixedDonateBnrArea {
  position: fixed;
  bottom: 30px;
  width: 110px;
  height: 110px;
  z-index: 3;
  right: 25px;
}
#fixedDonateBnr {
  max-width: 1440px;
  margin: 0 auto;
  text-align: right;
}
#fixedDonateBnr p {
  float: right;
  width: 110px;
  height: 110px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.2);
}

@media (max-width: 959px) {
  #fixedDonateBnrArea {
    display: none;
  }
}
/* ハンバーガーボタン
------------------------------------------ */
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: relative;
  width: 35px;
  height: 22px;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 10px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger span {
  left: 8px;
  width: 22px;
}
.menu-trigger span::before {
  position: absolute;
  top: 0;
  left: -6px;
  content: "";
  width: 2px;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
}
.js_humburgerOpen .menu-trigger span {
  left: 0;
  width: 100%;
}
.js_humburgerOpen .menu-trigger span::before {
  content: none;
}
.js_humburgerOpen .menu-trigger span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
}
.js_humburgerOpen .menu-trigger span:nth-of-type(2) {
  opacity: 0;
}
.js_humburgerOpen .menu-trigger span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
}
.el_humburger {
  display: none;
  position: fixed;
  z-index: 20;
  cursor: pointer;
  pointer-events: auto;
  text-align: center;
  border: 1px solid #ffffff;
  border-radius: 50%;
  background-color: #c53925;
  right: 15px;
  bottom: 80px;
  padding-top: 12px;
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 959px) {
  .el_humburger {
    display: block;
  }
}
.navi {
  position: fixed;
  right: 0;
  height: 100%;
  background-color: rgba(255, 255, 255, 1);
  width: 0;
  z-index: 3;
  -webkit-transition: all 600ms ease-out;
  -o-transition: all 600ms ease-out;
  transition: all 600ms ease-out;
  overflow-y: auto;
  overflow-x: hidden;
}
.js_humburgerOpen .navi {
  width: 450px;
}
@media screen and (max-width: 559px) {
  .js_humburgerOpen .navi {
    width: 100%;
    padding: 0 5% 0;
  }
}
.navi_item {
  margin-bottom: 28px;
  font-size: 20px;
  font-size: 2.0rem;
  white-space: nowrap;
  margin-left: 90px;
}
.navi_item.op_innerLink {
  cursor: pointer;
}
/* スマホ用ナビ
------------------------------------------ */
.spNavi{
  display: none;
}
.spNavi span.bold{
  color: #888;
  padding-left: 5px;
}

.navi .btn{
  margin: 10px auto 0;
  text-align: center;
  width: 200px;
}
.navi .btn a{
  display: block;
  color: #c53925;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.2;
  background-color: #f0f0f0;
  border: none;
  border-radius: 3px;
  padding: 7px 10px;
  margin: 0 auto;
}
.navi .btn a span{
  display: block;
  font-size: 10px;
  font-weight: 500;
}
@media screen and (max-width: 959px) {
  .spNavi{
    display: block;
  }}
.spNavi ul {
  margin: 0;
}
.spNavi li {
  position: relative;
  white-space: nowrap;
}
.spNavi li > ul >li {
font-size: 14px;
font-size: 1.4rem;
}
.spNavi li a {
  text-decoration: none;
  height: 50px;
  padding: 0 1em;
  border-bottom: 1px dotted #ddd;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
.spNavi li a:hover {
  color: #000;
}
/*開閉ボタン*/
.accordionBtn {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  padding: 13px 15px 15px 17px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  cursor: pointer;
}
.accordionBtn:before {
  content: "\f067";
  font-family: FontAwesome;
  color: #888;
}
.accordionBtn.active:before {
  content: "\f068";
  font-family: FontAwesome;
}
/* 子カテゴリー */
.spNavi li ul {
  margin: 0;
}
.spNavi li ul a {
  padding-left: 2em;
}
/* フッターナビ */
.spNavi.footer{
  margin-top: 70px;
}
.spNavi.footer > ul{
  border-top: 1px solid rgba(255, 255, 255, 0.8);
}
.spNavi.footer li a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}
.spNavi.footer .accordionBtn {
  border: none;
}
.spNavi.footer .accordionBtn:before {
  color: #FFF;
}