/*----------------------------------------
**
** common
**
----------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700,900');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:wght@400;500;700;900&display=swap');

@-ms-viewport {
  width: auto;
  initial-scale: 1;
}
@viewport {
  width: device-width;
}

/* ------------------------------------ */
html {
  font-size: 15px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
}
html,
body {
  min-width: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  height: 100%;
}
body {
  font-family: 'Shippori Mincho', 'Noto Sans JP', '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'メイリオ', sans-serif;
  color: #474645;
}

/* ------------------------------------ */
br.-pc {
  display: inline;
}
br.-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  br.-pc {
    display: none;
  }
  br.-sp {
    display: inline;
  }
}

.-barlow {
  /* font-family: 'Barlow Semi Condensed', sans-serif; */
  font-family: 'Cormorant Garamond','Shippori Mincho', 'Noto Serif JP', serif;
}
@media screen and (max-width: 768px) {
  .-barlow {
    margin:40px auto 0;
    text-align: center;
    width: 150px;
  }
}
/* ------------------------------------ */
img {
  border: none;
  max-width: 100%;
  vertical-align: top;
  margin: 0;
  padding: 0;
}
/* img[src$=".svg"] {
  max-width: 100%;
  width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
} */
/* ------------------------------------ */
.menu.-pc {
  display: block;
}
.menu.-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  
  .menu.-pc {
    display: none;
  }
  .menu.-sp {
    display: block;
  }
}
/* setting */

.footer {
  font-family: 'Shippori Mincho', 'Noto Sans Japanese', 'Nunito', sans-serif;
  line-height: 1.75;
}

.footer-snsnavi,
.footer-corpnavi {
  padding: 0;
  margin: 0;
}

.footer-snsnavi-item,
.footer-corpnavi-item {
  margin: 0;
  padding: 0;
  list-style: none;
}


/* footer */

.footer {
  padding: 34px 0 34px 0;
}

.footer-container {
  width: 716px;
  margin: 0 auto;
}

@media screen and ( max-width: 991px ){

  .footer {
    padding: 36px 0 36px 0;
  }

  .footer-container {
    width: 640px;
    box-sizing: border-box;
  }

}

@media screen and ( max-width: 660px ){

  .footer-container {
    width: 90%;
    margin: 0 auto;
  }

}

@media screen and ( max-width: 640px ){

  .footer {
    padding: 5px 0;
  }

  .footer-container {
    padding: 0;
  }

}


/* snsnavi */

.footer-snsnavi {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 34px 0;
}

.footer-snsnavi-item {
  width: 23.4%;
}

.footer-snsnavi-item a {
  display: block;
  line-height: 0;
}

.footer-snsnavi-item a img {
  width: 100%;
  transition: 0.5s;
}

.footer-snsnavi-item a:hover img {
  opacity: 0.8;
}

@media screen and ( max-width: 991px ){

  .footer-snsnavi {
    margin: 0 0 48px 0;
  }

  .footer-snsnavi-item {
  }

}

@media screen and ( max-width: 550px ){

  .footer-snsnavi {
    justify-content: space-around;
    margin: 0 auto 20px auto;
  }

  .footer-snsnavi-item {
    width: 45%;
    max-width: 168px;
    margin: 0 0 14px 0;
  }

}


/* corpnavi */

.footer-corpnavi {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.footer-corpnavi-item {
  margin: 0 7px;
}

.footer-corpnavi-item a {
  font-size: 11px;
  text-decoration: none;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
}

.footer-corpnavi-item a:before {
  content: ">";
  margin: 0 5px 0 0;
  font-size: 14px;
  line-height: 1;
}


/* copyright */

.footer-copyright {
  font-size: 13px;
  text-align: center;
  letter-spacing: 1px;
  margin: 5px 0 5px 0;
}
.footer-copyright img {
  width:9px;
  height: 9px;
  margin-top: 7px;
}
@media screen and ( max-width: 640px ){

  .footer-copyright {
    font-size: 11px;
    margin: 24px 0 24px 0;
    letter-spacing: -1px;
  }
  .footer-copyright img {
    width:6px;
    height: 6px;
    margin-top: 7px;
  }
}


/* logo */

.footer-logo {
    width: 80px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.footer-logo a {
  display: block;
  line-height: 0;
  padding: 17.89% 0 0 0;
  position: relative;
}

.footer-logo a span {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: 0.5s;
  background-image: url(../img/gaga_logo.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

.footer-logo a:hover span {
  opacity: 0.8;
}


/* footer black */

.footer.black {
  background-color: #000;
  color: #fff;
}

.footer.black .footer-corpnavi-item:before {
  color: #fff;
}

.footer.black .footer-corpnavi-item a {
  color: #fff;
}

.footer.black .footer-copyright {
  color: #fff;
}

.footer.black .footer-logo a span {
  background-image: url(../img/gaga_logo.png);
}


/* footer white */

.footer.white {
  background-color: black;
  color: #fff;
}

.footer.white .footer-corpnavi-item a {
  color: #000;
}

.footer.white .footer-corpnavi-item:before {
  color: #000;
}

.footer.white .footer-copyright {
  color: #fff;
}

.footer.white .footer-logo a span {
  background-image: url(http://placehold.jp/190x33.png);
}