@charset "utf-8";

/*=====================================
	CONTENTS
=======================================*/
footer,
article,
.cont {
  width: 100%;
  float: left;
  position: relative;
  z-index: 2;
}
article {
  overflow: hidden;
  padding-right: 50px;
}
@media screen and (max-width: 950px) {
  article {
    padding-right: 0px;
  }
}

.contMin,
.cont900 {
  margin: 0 auto;
  overflow: hidden\9;
  *overflow: hidden;
}
@media screen and (min-width: 1201px) {
  .contMin {
    max-width: 1200px;
  }
}
@media screen and (max-width: 1200px) {
  .contMin {
    max-width: auto;
    width: 100%;
    float: left;
  }
}
@media screen and (min-width: 901px) {
  .cont900 {
    max-width: 900px;
  }
}
@media screen and (max-width: 900px) {
  .cont900 {
    max-width: auto;
    width: 100%;
    float: left;
  }
}
/*img {
  max-width: 100%;
  width: 100%;
  height: auto;
}*/

/*===================
 footer
=====================*/
footer {
  height: 100vh;
  min-height: 600px;
  padding-bottom: 130px;
  position: relative; /* background: #63a4ce; */
  z-index: 1001;
  overflow: hidden;
}
.openMenu footer {
  z-index: 9999;
  -ms-filter: blur(6px);
  filter: blur(6px);
}

footer .cf {
  display: table;
  height: 100%;
  z-index: 10;
  position: relative;
}
@media screen and (max-width: 767px) {
  footer .cf {
    top: 61px;
  }
}
footer .cf #footerFront {
  display: table-cell;
  vertical-align: middle;
}
footer .cf #footerFront h2 {
  position: absolute;
  height: 360px;
  left: 25%;
  top: 42%;
  margin-top: -59px;
  display: table;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
footer .cf #footerFront h2 span {
  display: table-cell;
  vertical-align: middle;
  transform: skew(10deg, 30deg) rotate(-40deg) translate(10px, 20px)
    scale(0.8, 0.8);
  opacity: 0;
  padding-top: 8px;
}

footer .cf #footerFront h2 span:nth-child(1) {
  transition: 0.8s ease-out;
}
footer .cf #footerFront h2 span:nth-child(2) {
  transition: 0.8s 0.1s ease-out;
}
footer .cf #footerFront h2 span:nth-child(3) {
  transition: 0.8s 0.2s ease-out;
}
footer .cf #footerFront h2 span:nth-child(4) {
  transition: 0.8s 0.3s ease-out;
}
footer .cf #footerFront h2 span:nth-child(5) {
  transition: 0.8s 0.4s ease-out;
}
footer .cf #footerFront h2 span:nth-child(6) {
  transition: 0.8s 0.5s ease-out;
}
footer .cf #footerFront h2 span:nth-child(7) {
  transition: 0.8s 0.6s ease-out;
}
footer .cf #footerFront h2 span:nth-child(8) {
  transition: 0.8s 0.7s ease-out;
}

footer .cf #footerFront.setView h2 span {
  transform: skew(0deg, 0deg) rotate(0deg) translate(0px, 0px) scale(1, 1);
  opacity: 1;
  padding-top: 0px;
}

footer .cf #footerFront h2,
footer .cf #footerFront h2 span {
  font-family: "Noto Serif JP", serif;
  color: #fff;
  font-size: 30px;
}

footer .cf #footerFront ul,
footer .cf #footerFront ul li {
  width: 100%;
  float: left;
  margin-top: 100px;
  margin-left: 21px;
}
footer .cf #footerFront ul li a:hover {
  /*text-decoration: underline;*/
  opacity: 0.8;
}
footer .cf #footerFront ul li {
  padding-left: 32%;
}
footer .cf #footerFront ul li {
  margin: 20px 0;
}
footer .cf #footerFront ul li > * {
  width: 100%;
  float: left;
}
footer .cf #footerFront ul li > * > a {
  font-weight: 200;
}
footer .cf #footerFront ul li > * > a,
footer .cf #footerFront ul li b {
  color: #fff;
  vertical-align: baseline;
  margin-right: 10px;
}
footer .cf #footerFront ul li h3 {
  margin-bottom: 10px;
}
footer .cf #footerFront ul li h3 a,
footer .cf #footerFront ul li h3 a span {
  font-size: 42px;
  color: #fff;
  font-family: "Noto Serif JP", serif;
}
footer .cf #footerFront ul li p .sen::after {
  content: "｜";
  color: #fff;
  margin-right: 10px;
}
footer .cf #footerFront ul li p * {
  opacity: 0;
  transition: 2.4s 0.8s ease-out;
}
footer .cf #footerFront.setView ul li p * {
  opacity: 1;
}

footer .cf #footerFront ul li p a {
}
footer .cf #footerFront ul li > span {
  display: block;
  margin-bottom: 10px;
  opacity: 0;
  transition: 2.4s 0.8s ease-out;
}
footer .cf #footerFront.setView ul li > span {
  opacity: 1;
}
footer .cf #footerFront ul li > span a.waku {
  border: solid 1px #777;
  padding: 4px 15px;
  margin-top: 5px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.1);
}
footer .cf #footerFront ul li > span .sen::after {
  content: "｜";
  color: #fff;
  margin-right: 10px;
}

footer #footerEnd {
  width: 100%;
  height: 130px;
  position: absolute;
  /*left: 3%;*/
  bottom: 0;
  z-index: 10;
}
footer #footerEnd .cf {
  position: relative;
  padding: 30px 40px 0 320px;
}
footer #footerEnd .cf::after {
  width: 0;
  height: 1px;
  position: absolute;
  left: 50%;
  top: 0px;
  background: #fff;
  transition: 0.8s ease-out;
  content: "";
}
footer #footerEnd.setView .cf::after {
  width: 100%;
  left: 0;
}
footer #footerEnd .cf .cont {
  width: 100%;
  float: left;
}
footer #footerEnd .cf .cont > * {
  display: block;
  font-size: 13px;
  color: #fff;
}
footer #footerEnd .cf .cont h2 {
  font-weight: bold;
  margin-bottom: 4px;
  margin-top: 18px;
}
footer #footerEnd .cf .cont p {
}

footer #footerEnd .footLogo {
  width: 259px;
  position: absolute;
  left: 30px;
  top: 4vh;
}
footer #footerEnd .footLogo img {
  width: 100%;
  height: auto;
}

footer .back {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  /*background: url("../img/common/footer_night.jpg") 50% 50% no-repeat;*/
  background-size: cover;
  transition: 5s ease-out;
  opacity: 0;
}

footer.setView .back {
  opacity: 0.9;
}

@media screen and (max-width: 1000px) {
  footer .cf #footerFront h2 {
    left: 10%;
  }
  footer .cf #footerFront h2,
  footer .cf #footerFront h2 span {
    font-size: 26px;
  }
  footer .cf #footerFront ul li {
    padding-left: 24%;
  }
  footer .cf #footerFront ul li h3 a,
  footer .cf #footerFront ul li h3 a span {
    font-size: 38px;
  }
}
@media screen and (max-width: 900px) {
  footer .cf #footerFront h2 {
    left: 4%;
  }
  footer .cf #footerFront ul li {
    padding-left: 18%;
  }
  footer #footerEnd .cf {
    padding: 30px 40px 0 220px;
  }
  footer #footerEnd .footLogo {
    left: 10px;
  }
  footer #footerEnd .cf {
    padding: 20px 40px 0 220px;
  }
  footer #footerEnd .cf .cont > * {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  footer {
    height: 130vw;
    min-height: 0;
    padding: 20px 5% 86px 0;
    z-index: 10;
  }
  footer .cf #footerFront h2 {
    left: 50px;
    height: 200px;
    top: 15px;
    margin-top: 0;
    display: block;
  }
  footer .cf #footerFront h2,
  footer .cf #footerFront h2 span {
    font-size: 18px;
    letter-spacing: 10px;
  }
  /**/
  footer .cf #footerFront ul {
    margin-top: 50px;
    margin-left: 50px;
    margin-bottom: 43vw;
  }
  footer .cf #footerFront ul li {
    margin: 5px 0;
    padding-left: 15%;
  }

  footer .cf #footerFront ul li b {
    display: none;
  }
  footer .cf #footerFront ul li h3 {
    margin-bottom: 5px;
    padding: 5px 0;
  }
  footer .cf #footerFront ul li h3 a,
  footer .cf #footerFront ul li h3 a span {
    font-size: 24px;
  }
  /*footer .cf #footerFront ul li h3 a::before {
    content: "・";
    vertical-align: text-bottom;
  }*/
  footer .cf #footerFront ul li p {
    display: none;
  }

  footer .cf #footerFront ul li > span {
    margin: 0;
    padding: 5px 0 0 5%;
  }
  footer .cf #footerFront ul li > span a {
    display: block;
    margin-bottom: 5px;
  }
  footer .cf #footerFront ul li > span a::before {
    content: "・";
  }
  footer .cf #footerFront ul li > span a.waku {
    font-size: 11px;
    margin-bottom: 20px;
  }
  footer .cf #footerFront ul li > span .sen::after {
    display: none;
  }

  footer #footerEnd .cf::after {
    z-index: 10;
  }

  footer #footerEnd {
    width: 100%;
    height: auto;
    position: relative;
    left: auto;
    /*bottom: 43vw;:*/
  }
  footer #footerEnd .cf {
    padding: 30px 10% 0;
    /*border-top: solid 1px #777;*/
  }
  footer #footerEnd .cf .cont > * {
    font-size: 12px;
  }
  footer #footerEnd .cf .cont p {
    color: #ccc;
    margin-top: 10px;
  }
  footer #footerEnd .footLogo {
    width: 100%;
    float: left;
    position: relative;
    left: auto;
    top: auto;
    text-align: center;
    padding: 0 0 80px 0;
  }
  footer #footerEnd .footLogo img {
    width: 140px;
    height: auto;
  }
  footer #footerEnd .cf .cont h2 {
    font-weight: bold;
    margin-bottom: 4px;
    text-align: center;
    margin-top: 59px;
  }
}
