@charset "UTF-8";
/*基本のグレー*/
/*ボタンの色1*/
/*ボタンの色2*/
/*スマホナビ*/
/*青い文字*/
/*赤い文字*/
/*フォームの色*/
/*PCのヘッダー*/
/*薄いグレー 表組のborderの色*/
/*introとmain部分の余白*/
/*最大幅*/
.band {
  width: 100%;
  height: 38px;
  background: url(../../img/band.jpg) repeat-x left top/auto 100%;
}

.info {
  margin: 18px 0 25px 18px;
}

.info p {
  line-height: 1.4;
}

.info p:nth-of-type(1) {
  font-size: 17px;
}

.info p:nth-of-type(2) {
  font-size: 12px;
}

.copy {
  width: 100%;
  margin: 0 0 12px 0;
  font-size: 10px;
  text-align: center;
  clear: both;
}

.sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  margin: 0 18px 25px 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style-type: none;
}

footer {
  font-family: vdl-v7marugothic, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  color: #707070;
  line-height: 1.8;
  text-align: justify;
  word-break: break-all;
  text-justify: inter-ideograph;
}

footer a {
  overflow: hidden;
  display: block;
  width: 35px;
  height: 35px;
  color: transparent;
}

.footer-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.instagram {
  background-image: url(../../img/icon/instagram.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.youtube {
  background-image: url(../../img/icon/youtube.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (min-width: 960px) {
  footer {
    padding: 0 0 26px 0;
  }
  .footer-wrap {
    width: 710px;
    margin: 0 auto;
  }
  .band {
    height: 98px;
  }
  .sns {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 0;
  }
  .info {
    margin: 18px 0 0 0;
  }
  .info p:nth-of-type(1) {
    font-size: 30px;
  }
  .info p:nth-of-type(2) {
    font-size: 19px;
  }
  .info br {
    display: none;
  }
  .copy {
    width: 50%;
    font-size: 16px;
    text-align: left;
    margin: 0;
  }
}
/*# sourceMappingURL=footer.css.map */