@charset "utf-8";

.models{
  display: flex;
  justify-content: center;
  margin: 0 0 2em;
}

.models i{
  display:block;
  margin: 0 1.5em;
  height: 2em;
}

.models i img{
  max-width:initial;
  height:100%;
  width:auto;
}


.footerCautionWrap{text-align: center;}

.footerCaution{
  display: inline-block;
  text-align: left;
  font-size: 1.4rem;
}

.footerLinkWrap{
  display: flex;
  justify-content: center;
  align-items: center;
}

.footerLinkWrap a{
  color:#fff;
  text-decoration:none;
}

.footerLinkWrap li{
}

.footerLinkWrap li:nth-child(1){max-width: 230px;line-height: 1;}

.footerLinkWrap li:nth-child(2){border-right: 2px solid;padding: 0 1em 0 0;margin: 0 1em 0 0;}

.footerLinkWrap li:nth-child(3){
}

.socialList{
  display: flex;
  justify-content: center;
  padding: 3em 1em;
  }

.socialList li{
  margin: 0 0.5em;
  max-width: 40px;
  }

.scrollButton {
  background: #171717;
  color: #fff;
  position: fixed;
  right: 2em;
  bottom: 2em;
  width: 5em;
  height: 5em;
  border: 1px solid #393939;
  /* mix-blend-mode: normal; */
  z-index: 99;
  display: block;
  opacity:0;
  pointer-events:none;
  transition: all ease .5s;
}

.scrollButton.isActive {
  opacity:1;
  pointer-events: all;
}


.scrollButton::after {
  content:"";
  display:block;
  width: 40%;
  height: 40%;
  top: 25%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(45deg) translateX(0%);
  transform-origin: 50%;
  position: absolute;
}

.scrollButton img{
  display:none;
}

.copyrights{
  font-size: 1.2rem;
  text-align: center;
  padding: 0em;
  margin: 0;
}

@media screen and (max-width:767px) {
  .scrollButton {
    right: 1em;
    bottom: 1em;
    width: 4em;
    height: 4em;
  }

  .footerCautionWrap{
    font-size:1.4rem;
  }
  .footerCaution{
    font-size: 1.2rem;
    margin: 0 0 2em;
  }
  .footerLinkWrap{
  flex-wrap: wrap;
  font-size: 3.0vw;
  }
  .models{
    /* display: block; */
    text-align: center;
  }
  .models i{
  display:block;
  margin: 0 1.0em;
  height: 2em;
}

  .footerLinkWrap li:nth-child(1){/* max-width: 230px; *//* line-height: 1; */order: 3;margin: 1em 0 0 0;}

  .footerLinkWrap li:nth-child(2){/* border-right: 2px solid; *//* padding: 0 1em 0 0; *//* margin: 0 1em 0 0; *//* width: 50%; */}

  .footerLinkWrap li:nth-child(3){
  /* width: 50%; */
  }

}