.commonFooter {
  background-color: #333;
  font-size: 14px;
  color: #fff;
}
.commonFooter a {
  text-decoration: none;
  color: #fff;
}
@media (min-width: 769px) {
  .commonFooter a:hover {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .commonFooter a:hover:hover {
    opacity: 0.75;
  }
}
.commonFooter__mainmenu {
  background-color: #222;
  padding: 5px 0;
}
@media (min-width: 769px) {
  .commonFooter__mainmenu {
    padding: 20px 0;
  }
}
.commonFooter__mainmenu .mainmenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.commonFooter__mainmenu .mainmenu__item {
  padding: 10px 10px;
}
@media (max-width: 480px) {
  .commonFooter__mainmenu .mainmenu__item {
    padding: 10px 10px;
  }
}
@media (min-width: 769px) {
  .commonFooter__mainmenu .mainmenu__item {
    padding: 0 30px;
  }
}
.commonFooter__mainmenu .mainmenu__item a {
  font-size: 12px;
}
@media (min-width: 769px) {
  .commonFooter__mainmenu .mainmenu__item a {
    font-size: 15px;
  }
}
.commonFooter__note {
  background-color: #2d2d2d;
  padding: 10px 15px;
}
@media (min-width: 769px) {
  .commonFooter__note {
    padding: 15px 35px;
  }
}
.commonFooter__noteInner {
  max-width: 1200px;
  margin: 0 auto;
  font-size: 11px;
}
@media (min-width: 769px) {
  .commonFooter__noteInner {
    font-size: 13px;
  }
}
@media (min-width: 769px) {
  .commonFooter__noteInner--center {
    text-align: center;
  }
}
.commonFooter__sitemenu .sitemenu {
  padding: 15px;
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .commonFooter__sitemenu .sitemenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 40px 15px;
  }
}
@media (min-width: 769px) {
  .commonFooter__sitemenu .sitemenu__category {
    width: 25%;
    padding: 0 10px;
  }
}
@media (max-width: 768px) {
  .commonFooter__sitemenu .sitemenu__category:not(:last-child) {
    border-bottom: 1px solid #777;
  }
}
@media (min-width: 769px) {
  .commonFooter__sitemenu .sitemenu__category:not(:last-child) {
    border-right: 1px solid #444;
  }
}
.commonFooter__sitemenu .sitemenu__categoryTitle {
  padding: 10px 15px 10px 5px;
  position: relative;
}
@media (max-width: 768px) {
  .commonFooter__sitemenu .sitemenu__categoryTitle::after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    right: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(img/arrow.svg) center center/100% auto
      no-repeat;
  }
  .commonFooter__sitemenu .sitemenu__categoryTitle.-active::after {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
  }
}
@media (min-width: 769px) {
  .commonFooter__sitemenu .sitemenu__categoryTitle {
    font-size: 14px;
    text-align: center;
    width: calc(100% - 20px);
    margin: 0 auto 15px;
    border-bottom: 1px solid #999;
  }
  .commonFooter__sitemenu .sitemenu__categoryTitle::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: 50%;
    bottom: 0;
    border: 7px solid transparent;
    border-top: 7px solid #999;
    -webkit-transform: translate(-7px, 14px);
    transform: translate(-7px, 14px);
  }
}
@media (min-width: 981px) {
  .commonFooter__sitemenu .sitemenu__categoryTitle {
    font-size: 16px;
  }
}
.commonFooter__sitemenu .sitemenu__categoryTitle .subheading {
  font-size: 0.8rem;
}
@media (max-width: 768px) {
  .commonFooter__sitemenu .sitemenu__categoryTitle .subheading {
    display: inline-block;
  }
  .commonFooter__sitemenu .sitemenu__categoryTitle .subheading span {
    min-width: 80px;
    line-height: 1;
    padding: 5px 5px;
    background-color: #000;
    margin-right: 8px;
    text-align: center;
    border-radius: 3px;
    position: relative;
    z-index: 1;
    display: inline-block;
  }
  .commonFooter__sitemenu .sitemenu__categoryTitle .subheading span::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    right: 0;
    top: 50%;
    background-color: #000;
    -webkit-transform: translate(20%, -50%) rotate(45deg);
    transform: translate(20%, -50%) rotate(45deg);
    z-index: -1;
  }
}
@media (min-width: 769px) {
  .commonFooter__sitemenu .sitemenu__categoryTitle .subheading {
    position: relative;
  }
  .commonFooter__sitemenu .sitemenu__categoryTitle .subheading span {
    display: inline-block;
    position: relative;
    padding: 3px 15px;
    line-height: 1;
    margin-bottom: 3px;
    color: #ededed;
  }
  .commonFooter__sitemenu .sitemenu__categoryTitle .subheading span::before,
  .commonFooter__sitemenu .sitemenu__categoryTitle .subheading span::after {
    content: "";
    width: 4px;
    height: 100%;
    position: absolute;
    top: 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  .commonFooter__sitemenu .sitemenu__categoryTitle .subheading span::before {
    left: 0;
    border-left: 1px solid #ccc;
  }
  .commonFooter__sitemenu .sitemenu__categoryTitle .subheading span::after {
    right: 0;
    border-right: 1px solid #ccc;
  }
}
@media (max-width: 768px) {
  .commonFooter__sitemenu .sitemenu__navi {
    overflow: hidden;
    padding: 0 5px;
    height: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
  }
  .commonFooter__sitemenu .sitemenu__navi.-active {
    height: auto;
    padding: 0 5px 15px;
    opacity: 1;
  }
}
@media (max-width: 768px) {
  .commonFooter__sitemenu .sitemenu__naviItem:not(:first-child) {
    border-top: 1px solid #444;
  }
}
.commonFooter__sitemenu .sitemenu__naviItem a {
  padding: 10px 30px 10px 5px;
  position: relative;
  display: block;
  font-size: 13px;
  color: #ccc;
}
@media (min-width: 769px) {
  .commonFooter__sitemenu .sitemenu__naviItem a {
    font-size: 12px;
  }
}
.commonFooter__sitemenu .sitemenu__naviItem a::after {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
  background: url(img/arrow.svg) center center/100% auto
    no-repeat;
}
@media (min-width: 769px) {
  .commonFooter__sitemenu .sitemenu__naviItem a {
    padding: 5px 5px 5px 22px;
  }
  .commonFooter__sitemenu .sitemenu__naviItem a::after {
    right: auto;
    left: 5px;
  }
}
.commonFooter__tourde {
  background: url(img/footer_bg.jpg) center/cover #555;
  background-blend-mode: multiply;
}
.commonFooter__tourde .tourdeIntro {
  padding: 50px 15px 25px;
  position: relative;
  min-height: 200px;
  max-width: 1000px;
  margin: 0 auto;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 769px) {
  .commonFooter__tourde .tourdeIntro {
    min-height: 350px;
    padding: 100px 15px 60px;
  }
}
.commonFooter__tourde .tourdeIntro__lead {
  padding-left: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 769px) {
  .commonFooter__tourde .tourdeIntro__lead {
    padding-left: 280px;
  }
}
.commonFooter__tourde .tourdeIntro__leadLogo {
  width: 42px;
  display: inline-block;
  margin-right: 10px;
}
@media (min-width: 769px) {
  .commonFooter__tourde .tourdeIntro__leadLogo {
    width: 60px;
    margin-right: 15px;
  }
}
.commonFooter__tourde .tourdeIntro__leadCopy {
  width: 110px;
  display: inline-block;
}
@media (min-width: 769px) {
  .commonFooter__tourde .tourdeIntro__leadCopy {
    width: 170px;
  }
}
.commonFooter__tourde .tourdeIntro__screenshot {
  width: 120px;
  position: absolute;
  left: 15px;
  bottom: 0;
}
@media (min-width: 769px) {
  .commonFooter__tourde .tourdeIntro__screenshot {
    width: 220px;
    bottom: -30px;
  }
}
.commonFooter__tourde .tourdeIntro__download {
  padding-left: 140px;
  margin-top: 15px;
}
@media (min-width: 769px) {
  .commonFooter__tourde .tourdeIntro__download {
    padding-left: 280px;
    margin-top: 30px;
  }
}
.commonFooter__tourde .tourdeIntro__downloadCopy {
  font-weight: bold;
  font-size: 13px;
}
.commonFooter__tourde .tourdeIntro__downloadCopy em {
  font-style: normal;
  font-size: 130%;
  color: #fff;
  font-weight: bold;
}
@media (min-width: 769px) {
  .commonFooter__tourde .tourdeIntro__downloadCopy {
    font-size: 22px;
  }
}
.commonFooter__tourde .tourdeIntro__downloadButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
}
@media (min-width: 769px) {
  .commonFooter__tourde .tourdeIntro__downloadButton {
    margin-top: 20px;
  }
}
.commonFooter__tourde .tourdeIntro__downloadButton li {
  height: 40px;
}
@media (min-width: 769px) {
  .commonFooter__tourde .tourdeIntro__downloadButton li {
    height: 50px;
  }
}
.commonFooter__tourde .tourdeIntro__downloadButton li:not(:last-child) {
  margin-right: 5px;
}
@media (min-width: 769px) {
  .commonFooter__tourde .tourdeIntro__downloadButton li:not(:last-child) {
    margin-right: 15px;
  }
}
.commonFooter__tourde .tourdeIntro__downloadButton li img {
  height: 100%;
  width: auto;
}
.commonFooter__bottom {
  background-color: #fff;
  border-top: 3px solid #222;
  padding: 10px;
}
@media (min-width: 769px) {
  .commonFooter__bottom {
    padding: 15px;
  }
}
.commonFooter__bottomLogo {
  width: 80px;
  display: block;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .commonFooter__bottomLogo {
    width: 100px;
  }
}
.commonInfo {
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px;
  z-index: 99;
  text-align: center;
}
.commonInfo a {
  font-size: 13px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #e41a1a;
  padding: 5px 20px;
  line-height: 1;
  border-radius: 20px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.commonInfo a:hover {
  opacity: 0.75;
}
@media (min-width: 769px) {
  .commonInfo a {
    font-size: 15px;
    padding: 7px 30px;
  }
}
/*# sourceMappingURL=style.css.map */
