@charset "utf-8";

/* ==========================================================================

フッター

========================================================================== */

/* トップページに戻るボタン
-------------------------------------------------------------*/
.backToTop {
  position: fixed;
  z-index: 10;
  right: 0;
  bottom: 20px;
  width: 60px;
  height: 60px;
  z-index: 2;
  display: none;
}
@media only screen and (max-width: 768px) {
  .backToTop {
    right: 0;
    bottom: 75px;
    width: 40px;
    height: 40px;
  }
}

.backToTop a {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 0 0 auto;
  background: rgba(0,0,0,.5);
  border-radius: 50%;
  -webkit-transition: background .3s;
  transition: background .3s;
}
@media screen and (min-width: 1024px) {
  .backToTop a:not(.noHover):hover {
    background: rgba(0,0,0,1);
  }
}

.backToTop a::before {
  content: '';
  position: absolute;
  top: 28px;
  left: 23px;
  width: 12px;
  height: 12px;
  border-left: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media only screen and (max-width: 768px) {
  .backToTop a::before {
    top: 18px;
    left: 15px;
    width: 9px;
    height: 9px;
  }
}

.backToTop a::after {
  content: '';
  position: absolute;
  top: 27px;
  left: 24px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media only screen and (max-width: 768px) {
  .backToTop a::after {
    top: 17px;
    left: 15px;
    width: 9px;
    height: 9px;
  }
}

/* フッター本体
-------------------------------------------------------------*/
.footer {
  overflow: hidden;
  letter-spacing: .12em;
  position: relative;
  z-index: 2;
}

/* フッターのホバーここから */
.footer a {
  color: #fff;
  position: relative;
  display: inline-block;
}
.footer a::after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}
@media screen and (min-width: 1024px){
  .footer a:not(.noHover):hover::after {
    bottom: -4px;
    opacity: 1;
    visibility: visible;
  }
  .footer a:not(.noHover):hover {
    opacity: 1;
  }
}
/* フッターのホバーここまで */

.footer li {
  list-style: none;
}

.footer .topsInner {
  margin: 0 auto;
  max-width: 1300px;
  padding: 81px 20px 80px;
  font-size: 1.4rem;
  color: #fff;
  display: flex;
  justify-content: space-between;
  position: relative;
  box-sizing: border-box;
  min-height: 804px;
}
@media only screen and (max-width: 768px) {
  .footer .topsInner {
    padding: 0;
    background: #1d6cbc;
    position: static;
    display: block;
    min-height: inherit;
  }
}

.footer .topsInner::before {
  content: '';
  background: #1d6cbc;
  width: 600vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: -100%;
  margin: 0;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .footer .topsInner::before {
    display: none;
  }
}

.footer .topsInner .footerLists {
  opacity: 0;
  width: 25%;
  z-index: 1;
  position: relative;
  border-left: 1px solid rgba(255,255,255, .5);
}
@media only screen and (max-width: 768px) {
  .footer .topsInner .footerLists {
    display: none;
  }
}

.footer .topsInner .footerLists .ttl {
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: .04em;
  margin: -4px 9.554140127388535% 18px;
}

.footer .topsInner .footerLists .ttl.bottoms {
  margin-top: 63px;
}

/* リストスタイルはここから */
.footer .topsInner .footerLists .contentsFtNavi {
  margin: 0 9.554140127388535%;
}

.footer .topsInner .footerLists .contentsFtNavi .lv2-link {
  display: none;
}

.footer .topsInner .footerLists .contentsFtNavi .contentsNaviList {
  font-weight: 300;
  font-size: 1.4rem;
  margin-bottom: 3px;
  letter-spacing: .04em;
}

.footer .topsInner .footerLists .contentsFtNavi .contentsNaviList:last-child {
  margin-bottom: 0;
}
/* リストスタイルはここまで */

/* フッターリスト */
#ftContenstList {
  display: none;
}
@media only screen and (max-width: 768px) {
  #ftContenstList {
    display: block;
  }
}

.footer .bottomsInner {
  margin: 0 auto;
  max-width: 1260px;
  padding: 0 20px;
  font-size: 1.4rem;
  color: #fff;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .footer .bottomsInner {
    padding: 0 5px;
  }
}

.footer .bottomsInner::before {
  content: '';
  background: #135eab;
  width: 600vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: -100%;
  margin: 0;
  z-index: 1;
}

.footer .bottomsInner .topsInfo {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
}
@media only screen and (max-width: 768px) {
  .footer .bottomsInner .topsInfo {
    display: block;
    padding: 20px 0 19px;
  }
  .footer .bottomsInner .topsInfo .mainLinkList {
    display: none;
  }
}

.footer .bottomsInner .mainLinkList ul {
  display: flex;
}
@media screen and (max-width: 1024px) and (min-width: 769px){
  .footer .bottomsInner .mainLinkList ul {
    justify-content: center;
  }
}
@media screen and (max-width: 768px){
  .footer .bottomsInner .mainLinkList ul {
    display: block;
    margin: 0 0 15px;
  }
}

.footer .bottomsInner .mainLinkList ul li {
  font-size: 1.4rem;
  margin-right: 32px;
}
@media screen and (max-width: 768px){
  .footer .bottomsInner .mainLinkList ul li {
    margin: 0 0 10px;
  }
}

.footer .bottomsInner .sns ul {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px){
  .footer .bottomsInner .sns ul {
    flex-wrap: wrap;
  }
}

.footer .bottomsInner .sns ul li {
  margin-left: 25px;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 100%;
  font-size: 0;
}
@media screen and (max-width: 768px){
.footer .bottomsInner .sns ul li {
    margin-left: 10px;
  }
}

.footer .bottomsInner .sns ul li:first-child {
  margin-left: 0;
}

.footer .bottomsInner .sns ul li a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

@media screen and (min-width: 1024px){
  .footer .bottomsInner .sns ul li a:not(.noHover):hover {
    opacity: .8;
  }
}

.footer .bottomsInner .sns ul li a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.footer .bottomsInner .sns ul li.fb a::before {
  width: 11px;
  height: 19px;
  background-image: url(/albums/css/basic-footer/abm00001401.svg);
}
.footer .bottomsInner .sns ul li.ig a::before {
  width: 19px;
  height: 19px;
  background-image: url(/albums/css/basic-footer/abm00001402.svg);
}
.footer .bottomsInner .sns ul li.tw a::before {
  width: 20px;
  height: 16px;
  background-image: url(/albums/css/basic-footer/abm00001403.svg);
}
.footer .bottomsInner .sns ul li.line a::before {
  width: 25px;
  height: 24px;
  background-image: url(/albums/css/basic-footer/abm00001405.svg);
}
.footer .bottomsInner .sns ul li.yt a::before {
  width: 23px;
  height: 17px;
  background-image: url(/albums/css/basic-footer/abm00001404.svg);
}
.footer .bottomsInner .sns ul li.pod a::before {
  width: 30px;
  height: 12px;
  background-image: url(/albums/css/basic-footer/abm00006078.svg);
}
.footer .bottomsInner .sns ul li.pod a::after {
  content: none;
}

.footer .bottomsInner .bottomsInfo {
  position: relative;
  z-index: 2;
  display: flex;
  padding: 33px 0;
}
@media only screen and (max-width: 768px) {
  .footer .bottomsInner .bottomsInfo {
    display: block;
    padding: 22px 0;
    border-top: 1px solid rgba(255,255,255,.5);
  }
}

.footer .bottomsInner .bottomsInfo::before {
  content: '';
  background: rgba(255,255,255,.5);
  width: 600vw;
  height: 1px;
  position: absolute;
  top: 0;
  left: -100%;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .footer .bottomsInner .bottomsInfo::before {
    display: none;
  }
}

.footer .bottomsInner .bottomsInfo a[href^="tel:"] {
  color: #fff;
}
@media screen and (min-width: 1024px){
  .footer .bottomsInner .bottomsInfo a[href^="tel:"]:not(.noHover):hover {
    color: #fff !important;
  }
}

.footer .bottomsInner .bottomsInfo .footerlogo {
  max-width: 220px;
  margin: 0 33px 0 0;
}
@media only screen and (max-width: 768px) {
  .footer .bottomsInner .bottomsInfo .footerlogo {
    max-width: 146px;
    margin: 0 auto 15px;
  }
}

.footer .bottomsInner .bottomsInfo .footerlogo img {
  display: block;
  width: 100%;
  height: 100%;
}

.footer .bottomsInner .bottomsInfo .txt {
  font-size: 1.3rem;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  .footer .bottomsInner .bottomsInfo .txt {
    text-align: center;
    line-height: 1.6;
    font-size: 1.2rem;
    letter-spacing: .09em;
  }
}

.footer .bottomsInner .copy {
  position: relative;
  z-index: 2;
  color: #fff;
  line-height: 1;
  font-size: 1.1rem;
  text-align: center;
  padding: 54px 0 55px;
}
@media only screen and (max-width: 768px) {
  .footer .bottomsInner .copy {
    line-height: 1.2;
    font-size: 1rem;
    padding: 21px 0;
    border-top: 1px solid rgba(255,255,255,.5);
  }
}

.footer .bottomsInner .copy::before {
  content: '';
  background: rgba(255,255,255,.5);
  width: 600vw;
  height: 1px;
  position: absolute;
  top: 0;
  left: -100%;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .footer .bottomsInner .copy::before {
    display: none;
  }
}


/* ==========================================================================

英語、スペイン語サイト用

========================================================================== */
.footer.es .topsInner,
.footer.en .topsInner {
  min-height: 405px;
}
@media only screen and (max-width: 768px) {
  .footer.es .topsInner,
  .footer.en .topsInner {
    min-height: inherit;
  }
}

.footer.es .topsInner .footerLists .ttl,
.footer.en .topsInner .footerLists .ttl {
  margin: -4px 9.554140127388535% 21px;
}

.footer.es .bottomsInner .bottomsInfo .footerlogo,
.footer.en .bottomsInner .bottomsInfo .footerlogo {
  max-width: 284px;
  margin: 0 33px 0 0;
}
@media only screen and (max-width: 768px) {
  .footer.es .bottomsInner .bottomsInfo .footerlogo,
  .footer.en .bottomsInner .bottomsInfo .footerlogo {
    max-width: 191px;
    margin: 0 auto 15px;
  }
}

.footer.es .topsInner .footerLists .ttl.bottoms,
.footer.en .topsInner .footerLists .ttl.bottoms {
  margin-top: 63px;
}

.footer.es .bottomsInner .topsInfo .sns,
.footer.en .bottomsInner .topsInfo .sns {
  margin-left: auto;
}

.footer.es .topsInner .footerLists .contentsFtNavi .lv3-link,
.footer.en .topsInner .footerLists .contentsFtNavi .lv3-link {
  display: none;
}

.footer.en .topsInner .footerLists .contentsFtNavi .contentsNaviList {
  margin-bottom: 9px;
}

.footer.es .topsInner .footerLists .contentsFtNavi .contentsNaviList {
  margin-bottom: 24px;
}

.footer.es #ftContenstList .categoryLists,
.footer.en #ftContenstList .categoryLists {
  border-top: 1px solid #92b7dd;
}