@import url("/css/pc_top.css");
@import url("/css/sp_top.css");

body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
}

/* ---------------------------- */
/* --- Animation --- */
/* ---------------------------- */
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.7;
  }
}

header {
  display: flex;
}

.link_company {
  color: #000000;
  line-height: 1.5;
  font-weight: bold;
  text-decoration: none;
}

.Wrapper {
  position: relative;
}

.Wrapper h1 {
  font-weight: bold;
  text-align: center;
}

.sns_artists_left {
  display: flex;
  margin: 10px 0 0;
  padding: 0;
}

.sns_artists_left li {
  list-style: none;
}

.text_artists_left {
  position: absolute;
}

.text_artists_right {
  position: absolute;
}

.sns_artists_right li {
  list-style: none;
}

.sns_artists_right {
  display: flex;
  margin: 10px 0 0;
  padding: 0;
}

.twitter_area_item {
  background-color: #cfcfcf;
  height: 540px;
  width: 320px;
}

.twitter_area_item_timeline {
  text-align: center;
  padding-top: 10px;
}

footer {
  text-align: center;
}

/* COMPANY */
.company {
  margin: 0 auto;
  border-top: 1px solid #000;
}

.table_company {
  margin: 0 auto;
}

.table_company_tr {
  display: flex;
}

.table_company_tr-first {
  display: flex;
}

.table_company_th {
  color: #25b7aa;
}

.footer_company {
  text-align: center;
}
