@charset "utf-8";
/*---Reset Stylesheet---*/
footer {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  display: block;
}
footer ul, footer li {
  list-style: none;
	margin: 0;
	padding: 0;
  font-size: 12px;
  line-height: 1.6;
}
footer h1,footer h2,footer h3,footer h4,footer h5,footer h6{
	width: auto;
	text-align: inherit;
	letter-spacing:normal;
	margin: 0;
}
footer p{
	margin: 0;
	padding: 0;
	line-height: 1.6;
}
/*---End Reset Stylesheet---*/
footer {
  background-color: #0D0D0D;
  font-family: 'Noto Sans JP', Arial, Verdana, Lucida Grande, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", sans-serif;
	line-height: 1.6;
}
footer a:visited, footer a {
  text-decoration: none;
}
#deepfooter {
  max-width: 1280px;
  margin: 0 auto;
  padding: 40px 0;
  text-align: left;
}
#deepfooter a, #deepfooter p a, #productPage #deepfooter a:link, #productPage #deepfooter a:visited {
  color: #D9D9D9;
  display: inline-block;
}
.footer-top {
  border-top: solid 1px #666666;
  padding: 15px 0 60px 20px;
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: #D9D9D9;
}
.dfooter-title {
  font-size: 15px;
  margin-bottom: 20px;
  font-weight: bold;
}
.footer-child-list {
  width: calc((100% / 5) - 20px);
}
.footer-child-list li, body.personal .footer-child-list li {
  margin-bottom: 15px;
}
.footer-child-list li:last-child, body.personal .footer-child-list li:last-child {
  margin-bottom: 0;
}
.footer-child-title, #productPage #deepfooter .footer-child-title:link, #productPage #deepfooter .footer-child-title:visited {
  display: inline-block;
  /*text-decoration: underline;*/
  margin-bottom: 15px;
  font-weight: bold;
}
.footer-bottom {
  border-top: solid 1px #666666;
  padding: 10px 20px 0;
  display: flex;
  justify-content: space-between;
}
#permanentmenu ul {
  display: flex;
}
#permanentmenu li {
  margin-right: 30px;
}
#permanentmenu a {
  font-weight: bold;
  font-size: 12px;
}
#creditline a {
  font-size: 12px;
  font-weight: bold;
}
@media only screen and (min-width: 769px) {
  .footer-child-list li.footer-child-second, body.personal .footer-child-list li.footer-child-second {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 768px) {
  #deepfooter {
    width: auto;
    max-width: inherit;
    padding: 50px 20px 10px;
  }
  .footer-top {
    padding: 15px 0 0 12px;
    display: block;
    font-size: 12px;
  }
  .dfooter-title {
    margin-bottom: 20px;
    font-size: 16px;
  }
  .footer-child-list {
    width: 100%;
  }
  .footer-child-list .accordion__ttl {
    position: relative;
  }
  .footer-child-list .accordion__ttl::after {
    position: absolute;
    content: "";
    display: block;
    width: 0;
    height: 0;
    top: 5px;
    right: 12px;
    border: 6px solid transparent;
    border-top: 10px solid #D9D9D9;
  }
  .footer-child-list .accordion__ttl--current::after {
    position: absolute;
    content: "";
    display: block;
    width: 0;
    height: 0;
    top: -5px;
    right: 12px;
    border: 6px solid transparent;
    border-bottom: 10px solid #D9D9D9;
  }
  .footer-child-list .accordion__body, body.personal .footer-child-list .accordion__body {
    padding-bottom: 20px;
  }
  .footer-child-list span.accordion__ttl {
    display: block;
  }
  .footer-child-title, #productPage #deepfooter .footer-child-title:link, #productPage #deepfooter .footer-child-title:visited {
    margin-bottom: 0;
  }
  .footer-child-third, body.personal .footer-child-third {
    margin-top: 15px;
  }
  .footer-child-third a, body.personal .footer-child-third a {
    font-size: 12px;
    line-height: 1.6;
  }
  .footer-bottom {
    display: block;
  }
  #permanentmenu ul {
    justify-content: space-around;
    margin-bottom: 20px;
  }
  #permanentmenu li {
    margin-right: 0;
    font-size: 8px;
  }
  #creditline {
    text-align: center;
  }
}
.u-mb-xl {
  margin-bottom: 3rem !important;
}
.u-mt-xl {
  margin-top: 3rem !important;
}

/*overseas*/
@media only screen and (min-width: 769px) {
  #deepfooter {
    position: relative;
  }
  #deepfooter .overseas button{
    border: 0;
    cursor: pointer;
    background: none;
  }
  #deepfooter .overseas .overseas-a {
    font-weight: bold;
  }
  #deepfooter .overseas .dd-content {
    display: none;
    position: absolute;
    top: 15%;
    left: 37%;
    transform: translateX(-37%);
    z-index: 2;
    width: 80%;
    max-width: 980px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    background: url(/fmv/img2019/common/bg_map.png) no-repeat top 26px right 58px #1A1A1A;
    background-size: 560px 291px;
    color: #fff;
    margin: 0 auto;
    border: 1px solid #fff;
    scale: 89%;
    transform-origin: top;
  }
  #deepfooter .overseas .dd-content-inner {
    position: relative;
    padding: 20px 25px 25px;
  }
  #deepfooter .overseas-heading-level-2 {
    color: #fff;
    font-size: 22px;
    font-weight: normal;
    border-bottom: 1px #808080 solid;
    padding: 0 10px 10px;
    margin-bottom: 20px;
  }
  #deepfooter .overseas-heading-level-2-lead {
    position: relative;
    padding-left: 2em;
  }
  #deepfooter .overseas-heading-level-2-lead::before {
    position: absolute;
    content: "";
    display: block;
    background-color: #fff;
    height: 1px;
    width: 6px;
    top: 50%;
    left: 23px;
    margin-top: -1px;
  }
  #deepfooter .overseas-heading-level-2-lead::after {
    position: absolute;
    content: "";
    display: block;
    background-color: #fff;
    height: 1px;
    width: 6px;
    top: 50%;
    right: -23px;
    margin-top: -1px;
  }
  #deepfooter .overseas-text-area {
    padding: 0 10px 40px;
  }
  #deepfooter .overseas-text-area p {
    font-size: 14px;
    margin-bottom: 10px;
  }
  #deepfooter .overseas-text-area p:last-child {
    margin-bottom: 0;
  }
  #deepfooter .overseas-tab-list, body.personal #deepfooter ul.overseas-tab-list {
    display: flex;
    justify-content: space-evenly;
    padding: 20px 0;
    border-top: 1px #808080 solid;
    border-bottom: 1px #808080 solid;
  }
  #deepfooter .overseas-tab-list li {
    width: calc(100% / 8 - 25px * 2 / 3);
    cursor: pointer;
    color: #B2B2B2;
    margin-bottom: 0;
  }
  #deepfooter .overseas-tab-list .overseas-active {
    color: #fff;
  }
  #deepfooter .overseas-list {
    display: flex;
    justify-content: space-around;
    padding: 10px 0;
  }
  #deepfooter .overseas-heading-level-3 {
    font-weight: normal;
    font-size: 16px;
    text-align: center;
    margin-bottom: 0;
  }
  #deepfooter .overseas-heading-level-3-lead {
    font-size: 13px;
    position: relative;
  }
  #deepfooter .overseas-heading-level-3-lead::before {
    position: absolute;
    content: "";
    display: block;
    background-color: #B2B2B2;
    height: 1px;
    width: 6px;
    top: 50%;
    left: -1em;
    margin-top: -1px;
  }
  #deepfooter .overseas-heading-level-3-lead::after {
    position: absolute;
    content: "";
    display: block;
    background-color: #B2B2B2;
    height: 1px;
    width: 6px;
    top: 50%;
    right: -1em;
    margin-top: -1px;
  }
  #deepfooter .overseas-tab-list .overseas-active .overseas-heading-level-3-lead::before, #deepfooter .overseas-tab-list .overseas-active .overseas-heading-level-3-lead::after {
    background-color: #fff;
  }
  #deepfooter .overseas-list-wrap {
    margin-right: 20px;
  }
  #deepfooter .overseas-list-wrap:last-child {
    margin-right: 0;
  }
  #deepfooter .overseas-list-lineup-child, body.personal #deepfooter ul li.overseas-list-lineup-child {
    margin-bottom: 30px;
    text-align: center;
  }
  #deepfooter .overseas-list-lineup-child:last-child, body.personal #deepfooter ul li.overseas-list-lineup-child:last-child {
    margin-bottom: 0;
  }
  #deepfooter .overseas-heading-level-4 {
    font-size: 18px;
    margin: 0 0 10px;
    font-weight: normal;
  }
  #deepfooter .overseas-heading-level-5 {
    color: #fff;
    font-size: 22px;
    font-weight: normal;
    padding: 20px 10px 10px;
    text-align: center;
  }
  #deepfooter .overseas-lang-list, body.personal #deepfooter ul.overseas-lang-list {
    display: flex;
    justify-content: center;
  }
  #deepfooter .overseas-lang-child, body.personal #deepfooter ul li.overseas-lang-child {
    font-size: 14px;
    margin-right: 15px;
    margin-bottom: 0;
  }
  #deepfooter .overseas-lang-child:last-child, #productPage #deepfooter .overseas-lang-child:last-child {
    margin-right: 0;
  }
  #deepfooter .overseas-lang-list-a, #deepfooter .overseas-lang-list-a:link, #deepfooter .overseas-lang-list-a:visited, #productPage #deepfooter a.overseas-lang-list-a:link, #productPage #deepfooter a.overseas-lang-list-a:visited {
    display: inline;
    padding: 0;
    color: #B2B2B2;
    text-decoration: none;
  }
  #deepfooter .overseas-lang-list-a:hover, #productPage #deepfooter a.overseas-lang-list-a:hover {
    color: #fff;
  }
}
@media only screen and (min-width: 769px) and (max-width: 900px) {
  #deepfooter .overseas-heading-level-3 {
    font-size: 1.2vw;
  }
  #deepfooter .overseas-heading-level-3-lead {
    font-size: 1vw;
  }
}