@import url("/css/pc_artists.css");
@import url("/css/sp_artists.css");

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

.content h1 {
  text-align: center;
}

.slick01 {
  margin: 0;
}

.slick-initialized .slick-slide {
  opacity: 0.6; /* 両サイドの画像を透過 */
}
.slick-initialized .slick-slide.slick-active {
  opacity: 1; /* センター画像を非透過 */
}

.is-right {
  text-align: right;
}

/* NEWS */
.news_area h2 {
  margin: 0;
}

.news_content {
  margin-top: 20px;
}

.news_table {
  display: flex;
}

.news_table_td {
  color: #595757;
}

.news_table_td a {
  color: #595757;
}

.news_table_td a:hover {
  opacity: 0.7;
}

.news_table_td a:visited {
  color: #595757;
}

/* NEWS detail */
.news_detail_area h2 {
  margin: 0;
}

.news_detail_content a {
  color: #6f90c5;
}

.news_detail_content a:hover {
  opacity: 0.7;
}

/* PROFILE */
.profile_area {
  margin: 0 auto;
  display: flex;
}

.profile_table {
  margin-top: 15px;
  border-collapse: collapse;
  border-spacing: 0;
}

.profile_table th {
  font-size: 12px;
  line-height: 2;
  color: #6f90c5;
  letter-spacing: 0.1em;
  text-align: left;
  width: 20%;
  font-weight: normal;
}

.profile_table td {
  line-height: 1.6;
  color: #595757;
  letter-spacing: 0.1em;
  text-align: left;
  width: 30%;
}

.profile_hoby {
  vertical-align: top;
}

.profile_details {
  padding: 0;
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: #595757;
  word-wrap: break-word;
}

.profile_moveimg {
  position: relative;
  overflow: hidden;
}

.profile_img01 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.profile_thumnails {
  margin-top: 10px;
  display: flex;
}

.img_thum {
  position: relative;
  overflow: hidden;
}

.profile_thumimg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* WORKS */
.works_menu {
  display: flex;
  padding: 0;
}

.works_menu-item {
  letter-spacing: 0.2em;
  color: #9ea2a8;
  list-style: none;
}

.works_menu-item a {
  color: #9ea2a8;
  text-decoration: none;
}

.works_menu-item a:hover {
  padding-bottom: 4px;
  border-bottom: 2px solid #6f90c5;
}

.works_menu_link_visit {
  padding-bottom: 4px;
  border-bottom: 2px solid #6f90c5;
}

.works_table {
  display: flex;
  margin-top: 10px;
}

.works_table_th {
  font-size: 12px;
  color: #6f90c5;
  letter-spacing: 0.2em;
  line-height: 2;
}

.works_table_td {
  color: #595757;
}

.works_table_td a {
  color: #595757;
}

.works_table_td a:hover {
  opacity: 0.7;
}

.works_table_td a:visited {
  color: #595757;
}

.works_table_td_colorR {
  color: #ff4500;
}

.profile_moveimg_h {
  position: relative;
  overflow: hidden;
}

.img_thum_h {
  position: relative;
  overflow: hidden;
}

.profile_text_h {
  margin-top: 30px;
  font-size: 14px;
  line-height: 1.785;
  letter-spacing: 0.05em;
  color: #585858;
}

.profile_speciality_h {
  vertical-align: top;
}

.works_h {
  border-top: 3px solid #9b8360;
}

.works_table_h {
  border-collapse: collapse;
  border-spacing: 0;
  margin-top: 20px;
  table-layout: fixed;
}

.works_table_h_td2 a {
  color: #585858;
}

.works_table_h_td2 a:hover {
  opacity: 0.7;
}

.works_table_h_td2 a:visited {
  color: #585858;
}

footer {
  text-align: center;
}
