@charset "utf-8";
@import url("https://fonts.googleapis.com/css?family=Teko");

/*================================================
　footer
================================================ */

footer {
  width: 100%;
  background: #006298;
  padding: 20px 20px 100px;
}
.s footer {
  padding: 20px;
}
.foot_inner{
  max-width: 1166px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
/*---------------- シェア ----------------*/
.share {
  width: 40%;
  color: #fff;
  padding: 40px 0;
  text-align: center;
  /* margin-top: 100px; */
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", sans-serif;
  letter-spacing: normal;
}
.s .share {
  padding: 20px;
}
.share h2 {
  margin-right: 20px;
  font-family: 'Teko', sans-serif;
  font-weight: 300;
  font-size: 60px;
  display: inline-block;
  vertical-align: middle;
  padding-top: 0.15em;
}
.s .share h2 {
  margin-right: 0;
  padding-bottom: 5px;
  font-size: 40px;
  display: block;
}
.share .hashtag {
  background: transparent url("../img/arrow_share.png") no-repeat 100% 50%;
  background-size: 25px auto;
  padding-right: 45px;
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
}
.s .share .hashtag {
  background-size: 20px auto;
  padding-right: 30px;
  font-size: 16px;
}
.share ul {
  padding-left: 5px;
  display: inline-block;
  vertical-align: middle;
}
.s .share ul {
  padding-left: 0;
  padding-right: 5px;
}
.share ul li {
  margin-left: 10px;
  width: 60px;
  float: left;
}
.s .share ul li {
  margin-left: 5px;
  width: 35px;
  float: left;
}
.share ul li a img {
  width: 100%;
  height: auto;
}

/*---------------- 公式SNS ----------------*/
.sns {
  color: #222;

  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", sans-serif;
  letter-spacing: normal;
}
.s .sns {
  padding: 10px;
}
.sns li {
  display: inline-block;
  margin: 0 0.4em;
  width: 30px;
}
.s .sns li {
  width: 30px;
}
.sns li a {
  display: block;
}
.sns li a img {
  width: 100%;
  height: auto;
}

/*---------------- フッター ----------------*/
.footer {
  width: 60%;
  color: #fff;
  background: #006298;
  padding: 40px 0;
  text-align: left;
  font-size: 14px;

  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", sans-serif;
  letter-spacing: normal;
}
.s .footer {
  padding: 20px 20px 30px;
  /* padding: 20px 20px 120px; */
}
.footer img {
  width: 100%;
  height: auto;
  max-width: 260px;
  margin-bottom: 10px;
}
.s .footer img {
  max-width: 180px;
}


/* SP用　開閉ボタン
------------------------------------------------------------------------ */
.s .navigationBtn {
  display: block;
  width: 48px;
  height:48px;
  position: fixed;
  top: 6px;
  right: 5px;
  z-index: 9999;
}
.s .navigationBtn span {
  display: block;
  background: #3f4c73;
  width: 32px;
  height: 2px;
  position: absolute;
  left: 8px;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
}
.s .navigationBtn span:first-child {
  top: 12px;
}
.s .navigationBtn span:nth-child(2) {
  margin-top: -1px;
  top: 50%;
}
.s .navigationBtn span:last-child {
  bottom: 12px;
}
.s .navigationBtn.-is-active span:first-child {
  -webkit-transform: translateY(11px) rotate(45deg);
  -moz-transform: translateY(11px) rotate(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotate(45deg);
}
.s .navigationBtn.-is-active span:nth-child(2) {
    opacity: 0;
}
.s .navigationBtn.-is-active span:last-child {
  -webkit-transform: translateY(-11px) rotate(-45deg);
  -moz-transform: translateY(-11px) rotate(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotate(-45deg);
}
/*================================================
　個別
================================================ */
/*---------------- wrapper ----------------*/
.wrapper{
  background: repeat url("../img/bg.jpg");
  background-size: 38%;
  background-position: center;
} 
.s .wrapper{
  background-size: 90%;
  padding-top: 60px;
  min-width: initial;
}

/* copyright */
.copy{
  text-align: left;
  max-width: 1166px;
  width: 100%;
  margin: 0 auto;
  color: #fff;
  padding-bottom: 80px;
  font-size: 14px;
  line-height: 1.5em;
}
.s .copy{
  padding: 0 5% 10% 5%;
  text-align: center;
}



