.txt-c{
    text-align: center;
}

[class^=ico-inline] {
  display: inline-block;
  position: relative;
  line-height: 1;
}
[class^=ico-inline] img {
  vertical-align: baseline;
}

.txt-c {
  text-align: center;
}

.txt-j {
  text-align: justify;
}

.txt-r {
  text-align: right;
}

.txt-l {
  text-align: left;
}

.fwb {
  font-weight: bold;
}

.db {
  display: block;
}

.d-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.d-flex-between {
  justify-content: space-between;
}

.d-flex-j-center {
  justify-content: center;
}

.d-flex-a-center {
  align-items: center;
}

em {
  font-style: normal;
}

strong {
  font-weight: normal;
}

@media only screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .for-pc {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .nav--opened {
    overflow-y: inherit !important;
  }
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  .for-sp {
    display: none;
  }
  .d-flex-pc {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
}









/*=============================================
 * <footer>
 *=============================================*/
 
footer {
  background: url(../img/shared/bg_ft.png), #000000;
  background-position: center top;
  background-repeat: repeat-x;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.15em;
  color: #fff;
  padding: 72px 0px 48px;
}
footer a:link, footer a:visited{
  color: inherit;
}
footer nav {
  margin-top: 72px;
  padding: 23px 0px;
  font-size: 20px;
  line-height: 2.75;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
footer nav a + a {
  margin-left: 50px;
  padding-left: 0;
}
footer nav a + a:before{
    display: none;
}
footer .btn-copy i {
  display: inline-block;
  position: relative;
  line-height: 1;
  bottom: 2px;
}
footer .btn-copy i img{
    vertical-align: middle;
}
footer .ft-info{
  max-width: 1000px;
  margin: 35px auto 0px;
  justify-content: space-between;
  flex-direction: row-reverse;
  letter-spacing: 0.1em;
}
footer .wrap {
  width: auto;
  max-width: 1200px;
}
footer #socialbuttons {
  margin: 0px -3px 0px 0px;
}
footer address {
  color: #9b9b9b;
  font-size: 13px;
  line-height: 1.75;
}
footer .cookies-link, footer .btn-copy {
  color: #9b9b9b;
  font-size: 12px;
  line-height: 1.75;
}
footer .cookies-link a {
  border-bottom: 1px solid;
}
footer .cookies-link a:hover {
  text-decoration: none;
  border-bottom: 0px;
}
footer .btn-copy span {
  margin-left: 9px;
  border-bottom: 1px solid;
}
footer .btn-copy span:hover {
  text-decoration: none;
  border-bottom: 0px;
}