@charset "UTF-8";

/* TOP */
a.premience-common_item-link{
  line-height: 1.3;
}
.premience-open-menu{
  background-color: #51362d;
  width: 190px;
  line-height: 46px;
  color: #ffffff;
  font-size: 1.6rem;
    font-family: "Zen Kaku Gothic Antique", serif;
    font-weight: 500;
  letter-spacing: 0.2em;
    box-shadow: rgba(0, 0, 0, 0.2) 3px 3px 7px 0px;
  border: none;
  text-indent: 0.4em;
  transition: background-color 0.3s ease, color 0.3s ease, opacity 0.8s ease;
  text-transform: capitalize;
}
.premience-common-more-btn-footnote{
  /* position: absolute;
  left: 25px;
  bottom: 8px; */
  margin-top: 5px;
  padding: 0 25px;
  font-size: 0.875em;
  font-family: "Zen Kaku Gothic Antique", serif;
  line-height: 1.1;
word-break: break-all;
}
.premience-common-open img{
  transform: translateX(-20%);
}
@media (min-width: 769px){
  .premience-top-return {
    top: 460px;
  }
  .premience-open-menu{
    &:hover{
      opacity: .8;
    }
  }
}
@media (max-width: 768px){
  .premience-contact_headtitle{
    margin-top: 16px;
  }
  .premience-open-menu{
    transform: rotate(90deg);
    right: -30px;
    bottom: 44vw;
    width: 100px;
    font-size: 1.5rem;
    span{
      position: relative;
      left: -2px;
    }
    /* text-align: left;
    padding-left: 10px; */
  }
}

.footer_privacy_links{
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 35px;
  a{
    color: #9F2033;
  }
}
@media (max-width: 768px){
  .footer_privacy_links{
    flex-direction: column;
    width: 80%;
    margin-inline: auto;
  }
}

/* 下層 */
.premience_headline_en{
  padding-right: 20px;
}
.contact_button, .contact_button:link{
  padding: 21px 20px 17px 10px;
}
@media (min-width: 769px){
  .pagetop_button, .pagetop_button:link{
    width: 210px;
  }
}
@media (max-width: 768px){
  .top_contact_wrapper{
    padding: 0 15px;
  }
}
