@charset "UTF-8";

:root {
  --primary_color: #19a78e;
  --bg_color: #f5f6f8;
  --secondary_color: #db832d;
  --text_color: #3a302d;
  --light_color: #f2fafd;
  --dark_color: #0f9277;
  --border_color: #dcdcdc;
}

html {
  box-sizing: border-box;
  height: 100%;
  font-size: 62.5%;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}

body {
  color: var(--primary_color);
  background-color: var(--bg_color);
  font-size: 1.6rem;
  font-family: "じゅん 201", "Jun 201";
  line-height: 1.7;
}

@media only screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}

/* リンク設定
---------------------------------*/
a {
  color: var(--primary_color);
  word-break: break-all;
}
/* リンク下線なし */
.header a, nav a, .button, .category-item a {
	text-decoration: none;
}

/* アクセシビリティ 
---------------------------------*/
.visually-hidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
}

@media only screen and (max-width: 768px) {
  .sp-visually-hidden {
    position: absolute;
    white-space: nowrap;
    width: 1px;
    height: 1px;
    overflow: hidden;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    margin: -1px;
  }
}

/* PCで非表示
---------------------------------*/
.pc-hidden {
  display: none !important;
}
.sp-hidden {
  display: block !important;
}

@media only screen and (max-width: 768px) {
  .pc-hidden {
    display: block !important;
  }
  .sp-hidden {
    display: none !important;
  }
}

/* Googleアイコンフォント
---------------------------------*/
.button .material-icons, .category-more .material-icons, .artistdta__edit .material-icons, .toprev .material-icons {
  vertical-align: middle;
  margin-right: .5rem;
}
.gnav__link .material-icons {
  vertical-align: -5px;
  margin-right: .4rem;
}
@media only screen and (max-width: 768px) {
  .gnav__link .material-icons {
    vertical-align: unset;
    margin-right: 0;
  }
}

/* 共通 
---------------------------------*/
/* カラムレイアウト */
.col-wrap {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.col-nowrap {
  display: flex;
  flex-wrap: nowrap;
}

/* utility */
.mt40 {
  margin-top: 40px;  
}
.mb40 {
  margin-bottom: 40px;
}
.mb8 {
  margin-bottom: 8px;
}

@media only screen and (max-width: 768px) {
  .mt40 {
    margin-top: 20px;
    margin-top:5.333vw;
  }
  .mb40 {
    margin-bottom: 20px;
    margin-top:5.333vw;
  }
  .mb8 {
    margin-bottom: 8px;
  }
}

.text-s {
  font-size: .8em;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}

/* 見出し */
.title {
  color: var(--primary_color);
}
.title.-style1 {
  font-size: 3.6rem;
  text-align: center;
}
.title.-style2 {
  line-height: 1.2;
  margin-bottom: .8em;
  font-size: 1.4rem;
}
.title.-style3 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 1.0980966325vw;
}

@media only screen and (max-width: 768px) {
  .title.-style1 {
    font-size: 2rem;
  }
  .title.-style2 {
    font-size: 1.4rem;
    line-height: 1.2;
    margin-bottom: .8em;
  }
  .title.-style3 {
    font-size: 1.8rem;
    line-height: 1.2;
    margin-bottom: 1em;
  }
  
}

/* 文字 */
h1, h2, h3, h4, .gnav__link, .title, .acf-field dt, .acf-field .acf-label label, .acf-field .p-contact__required, .artistdata__list dt, .check-item > label,  .login-username label, .login-password label, .wpcf7-form label, .modal label[for="search-field"] {
  font-family: "じゅん 501", "Jun 501";
}

.navigation-sp .navigation-sp-btn {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.category-item a, .category-more a, .card-item__text, .footer-info, .search-data__title {
  font-size: 1.4rem;
}

.content__body p {
  margin-bottom: 1.4641288433vw;
}
@media only screen and (max-width: 768px) {
  .category-item a {
    font-size: 1rem;
  }
  .category-more a, .card-item__text, .footer-info, .search-data__title {
    font-size: 1.2rem;
  }
  .content__body p {
    margin-bottom: 1em;
  }
}

/* ボタン */
.button {
  display: inline-block;
  position: relative;
  transition: background-color .1s cubic-bezier(.23,1,.58,1) .15s;
  line-height: inherit;
  cursor: pointer;
  min-height: 45px;
  border-radius: 24px;
  background-color: var(--primary_color);
  box-shadow: 0 0 8px rgb(0 0 0 / 20%);
  transition: .3s ease-in-out;
}
.button.-primary {
  border: 2px solid var(--primary_color);
  color: #fff;
  font-weight: 700;
}

.button:hover,.search-submit:hover {
  background-color: var(--dark_color);
}
.button.-large, .button.-medium, .button.-wide {
  width: 100%;
  padding-top: 7px;
  padding-bottom: 7px;
  text-align: center;
}
.-medium {
  max-width: 420px;
}

.search-group {
  border: 1px solid var(--border_color);
  border-radius: 4px;
  overflow: hidden;
  height: 45px;
}
.search-field {
  padding-left: 1em;
  display: inline-block;
  width: 100%;
}
.search-submit {
  background-color: var(--primary_color);
  color: #fff;
  cursor: pointer;
}
.search-field, .search-submit {
  border: none;
}

.wpcf7-submit {

}

/* modal */
.modal {
  width: calc(100% - 40px);
  border-radius: 4px;
  margin: auto;
  padding: 80px 20px;
  background-color: #fff;
  z-index: 3;
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  transition: opacity 1s, visibility 1s;
  opacity: 0;
  visibility: hidden;
}

.modal.is-modal {
opacity: 1;
visibility: visible;
}

.modal-overlay {
width: 100%;
height: 100%;
z-index: 2; /* places the modalOverlay between the main page and the modal dialog */
background-color: #000;
position: fixed;
top: 0;
left: 0;
margin: 0;
padding: 0;
transition: opacity 1s, visibility 1s; 
opacity: 0;
visibility: hidden;
}

.modal-overlay.is-modal-overlay {
opacity: .5;
visibility: visible;
}

.field {
display: flex;
flex-wrap: wrap;
}
.field label {
  width: 100%;
}

.close {
top: 20px;
position: absolute;
right: 20px;
width: 44px;
height: 44px;
}

@media only screen and (max-width: 768px) {
  /* .button {
    display: flex;
    justify-content: center;
    align-items: center;
  } */
  .-medium {
    max-width: unset;
  }
  .search-field {
    background: #f4f5f6;
    width: calc(100% - (2em + 20px));
}

.search-submit {
  width: calc(2em + 20px);
}
.search-field, .search-submit {
  padding: 10px;
}
}

/* 共通レイアウト
---------------------------------*/
#wrapper {
  overflow: hidden;
  transition: .3s;
}
.header {
  align-items: center;
  padding: 20px 36px;
  justify-content: space-between;
  position: fixed;
  z-index: 1;
  background-color: rgba(245, 246, 248, .8);
  width: 100%;
}
.header-logo__wrap {
  width: 16.1054172767vw;
}
.header-logo {
  font-size: 2.6rem;
  font-family: "じゅん 501", "Jun 501";
}
.header-description {
  margin-left: 48px;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-description::before {
  content: "";
  background: url(../img/character.svg) no-repeat;
  background-size: contain;
  display: block;
  width: calc(86px * 1);
  height: calc(75px * 1);
}

.fukidasi-left {
  display: flex;
  position: relative;
  background: #FFF;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 1em;
  margin-left: 20px;
  border: solid 1px transparent;
  align-items: center;
}

.fukidasi-left:before {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 20px 5px 0;
  border-color: transparent #fff transparent transparent;
}

.fukidasi-left:after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: -18px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 18px 4px 0;
  border-color: transparent #fff transparent transparent;
}

@media only screen and (max-width: 768px) {
  .header {
    align-items: center;
    flex-direction: column;
    padding: 0;
    position: static;
  }
  .header-logo__wrap {
    width: 100%;
    background: var(--primary_color);
    padding: 10px;
  }
  .header-logo {
    font-size: 2rem;
    text-align: center;
  }
  .header-logo__link {
    color: #fff;
  }
  .header-description {
    margin-left: 0;
    flex-grow: 1;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 4vw;
  }
  .header-description::before {
    background-position: center;
  }

  .header-description::before {
    animation: poyon 1.1s linear 0s 1;
  }
  @keyframes poyon {
    0%   { transform: scale(0.8, 1.4) translate(0%, -100%); }
    10%  { transform: scale(0.8, 1.4) translate(0%, -15%); }
    20%  { transform: scale(1.4, 0.6) translate(0%, 30%); }
    30%  { transform: scale(0.9, 1.1) translate(0%, -10%); }
    40%  { transform: scale(0.95, 1.2) translate(0%, -30%); }
    50%  { transform: scale(0.95, 1.2) translate(0%, -10%); }
    60%  { transform: scale(1.1, 0.9) translate(0%, 5%); }
    70%  { transform: scale(1.0, 1.0) translate(0%, 0%); }
    100% { transform: scale(1.0, 1.0) translate(0%, 0%); }
  }
  .fukidasi-left {
    margin-left: 16px;
    border-radius: 10px;
    border: solid 1px var(--border_color);
    line-height: 1.4;
    padding: 1em;
    font-size: 1.1rem;
  }
  .fukidasi-left:before {
    left: -16px;
    border-width: 5px 16px 5px 0;
    border-color: transparent #ccc transparent transparent;
  }
  .fukidasi-left:after {
    left: -14px;
    border-width: 5px 14px 5px 0;
    border-color: transparent #fff transparent transparent;
  }
}

.container {
  padding: 0 36px 80px;
  padding-left: calc(16.1054172767vw + 36px * 2);
  padding-top: 100px;
}
.sidebar {
  position: fixed;
  top: 0;
  left: 0;
  align-self: flex-start;
  width: calc(16.1054172767vw + 36px * 2);
  padding-top: 125px;
  display: flex;
  flex-direction: column;
  padding-left: 36px;
  padding-right: 36px;
  height: 100%;
  background: var(--bg_color);
}

.gnav__item {
  border-bottom: 1px dotted var(--primary_color);
}
.gnav__link {
  padding: 1em 0;
  display: block;
}

.artist-entry {
  margin-top: auto;
}
.artist-entry .title {
  position: relative;
  text-align: center;
}
.artist-entry .title::before,
.artist-entry .title::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  background-color: var(--primary_color);
  position: absolute;
  top: 0;
}
.artist-entry .title::before {
left: 1em;
transform: rotate(-30deg);
}

.artist-entry .title::after {
right: 1em;
transform: rotate(30deg);
}

@media only screen and (max-width: 768px) {
  .container {
    padding: 0 0 40px;
  }
  .sidebar {
    align-self: flex-start;
    width: 100%;
    padding-top: 0;
    display: flex;
    flex-direction: row;
    background: #fff;
    align-self: stretch;
    z-index: 1;
    height: 60px;
    padding: 0;
  }
  .gnav {
    width: 60%;
    order: 1;
  }
  .gnav__list {
    display: flex;
    height: 100%;
  }
  .gnav__item {
    border-bottom: none;
    width: calc(100% / 3);
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .artist-entry {
    margin: 0;
    width: 20%;
    order: 2;
    align-self: flex-end;
    border-right: 1px solid var(--border_color);
  }
  .artist-entry .title {
    display: none;
  }

  .search-btn {
    width: 20%;
    order: 3;
  }
  
.navigation-sp {
  /* -webkit-box-shadow: 0 0 0.4375rem 0.1875rem rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 0.4375rem 0.1875rem rgba(0, 0, 0, 0.3); */
  position: fixed;
  width: 100%;
  border-top: 1px solid var(--border_color);
  border-bottom: 1px solid var(--border_color);
  bottom: 0;
  left: 0;
  top: unset;
}
.navigation-sp li {
  border-right: 1px solid var(--border_color);
}
.navigation-sp .navigation-sp-btn {
  font-size: 1rem;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  height: 100%;
  padding: 0;
  padding-top: 5px;
  border-radius: 0;
  color: #666;
  background-color: #fff;
  border: none;
  font-weight: normal;
  width: 100%;
  box-shadow: none;
}

.navigation-sp .navigation-sp-btn.navigation-sp-btn--search {
  padding-bottom: 5px;
}

.navigation-sp .navigation-sp-btn .material-icons {
  width: 100%;
  content: "icon";
  display: inline-block;
}

.gnav__item, .search-btn, .artist-entry {
  height: 58px;
}

}


.main {
  width: auto;
}
.main-inner {
  padding: 0 4vw 2.61vw;
}
.base .main-contents {
  background: #fff;
  border-radius: 20px;
  padding: 20px 40px;
  color: var(--text_color);
  font-weight: normal;
}
.base .contents__group {
  max-width: 40em;
  margin: 0 auto;
}
.main-title, .content__group {
  margin-top: 2.5vw;
  margin-bottom: calc(2.5vw + 20px);
}

@media only screen and (max-width: 768px) {
  .main {
    width: 100%;
  }
  .base .main-contents {
    background: #fff;
    border-radius: 10px;
    padding: 10px 15px;
  }
  .main-title, .content__group {
    margin-top: calc(2em - 1rem);
    margin-bottom: 2em;
  }
  .category-all .main-title {
    margin-bottom: 0;
  }
}

.topprev__wrap {
  padding: 0 2.61vw 2.61vw;
}

.footer {
  background-color: var(--primary_color);
  color: #fff;
  text-align: center;
  font-weight: normal;
  line-height: 1.4;
  padding-top: 3.22vw;
  padding-bottom: 3.22vw;
  padding-left: calc(16.1054172767vw + 36px * 2);
}
.footer-list__item {
  display: inline-block;
  margin: 0 1em;
}
.footer-list__link,
.footer a {
  color: #fff;
}
.footer-info p img {
  max-width: 280px;
  height: auto;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .footer {
    padding-top: 0;
    padding-bottom: 70px;
    padding-left: 0;
  }
  .footer-list__item {
    display: block;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid var(--border_color);
  }
  .footer-list__link {
    text-decoration: none;
    padding: 1em 0 0.8em;
    display: block;
  }
  .footer-info,
  .footer-copyright {
    padding: 0 1em;
    font-size: 1.2rem;
  }
}
/* トップページ 
---------------------------------*/

/* アーティスト一覧 */

/* カテゴリ */
.category-list {
  display: flex;
  flex-wrap: wrap;
}
.category-item {
  margin-right: 0.7rem;
  margin-bottom: 0.5rem;
}
.category-item a {
  background-color: #fff;
  border: 1px solid var(--primary_color);
  border-radius: 1.2rem;
  padding: .4rem .8rem .4rem .8rem;
  transform: scale(1);
  transition: transform .4s ease;

}
.category-item a:hover {
transform: scale(1.05);
}
.category-all #category-all a,
.category-01 #category-01 a,
.category-02 #category-02 a,
.category-03 #category-03 a,
.category-04 #category-04 a,
.category-05 #category-05 a,
.category-06 #category-06 a,
.category-07 #category-07 a {
  color: #fff;
  background-color:  var(--primary_color);
}

.category-more a {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
}

.category-more a .material-icons {
  margin-right: 1px;
}

.search-data__list li {
  display: inline-block;
}

.search-data__result, .search-data__keyword, .search-data__category {
  padding-left: .5em;
} 

.search__notfound {
  margin: 100px 0;
  text-align: center;
}



/* カード */
.card-item {
  width: calc((100% - 3.15vw*3) / 4);
  margin-right: 3.15vw;
  margin-bottom: 3.1vw;
  border-radius: 10px;
  overflow: hidden;
}
.card-item:nth-child(4n) {
    margin-right: 0;
}
.card-item .card-item__link {
  text-decoration: none;
  color: var(--text_color);
  background: #fff;
  display: flex;
  flex-direction: column-reverse;
  position: relative;
  justify-content: flex-end;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  border: 1px solid #dcdcdc;
  overflow: hidden;
}
.card-item .card-item__img {
  width: 100%;
  overflow: hidden;
  aspect-ratio: 1 / 1;
}
.card-item img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  -webkit-transition: all .4s cubic-bezier(.65,0,.35,1);
    transition: all .4s cubic-bezier(.65,0,.35,1);
    will-change: transform,opacity;
    -webkit-transform-origin: center;
    transform-origin: center;

}
.card-item:hover {
  opacity: 0.9;
}
.card-item:hover img {
  transform: scale(1.04) translate3d(0, 0, 0);
  opacity: 0.9;
  transition: all 0.4s easeInOutCubic;
  will-change: transform, opacity;
}

.card-item .card-item__body {
  padding: 1.1713030747vw;
}
.card-item .card-item__name {
  line-height: 1.2;
}
.card-item .card-item__text {
  color: var(--text_color);
  line-height: 1.2;
  font-weight: normal;
  margin-top: 1rem;
}

@media only screen and (max-width: 768px) {
  .card-item {
    width: calc((100% - 3.15vw*2) / 3);
    margin-right: 3.15vw;
  }
  .card-item:nth-child(3n) {
    margin-right: 0;
  }
  .card-item:nth-child(4n) {
    margin-right: 3.15vw;
}

}

@media only screen and (max-width: 414px) {
  .card-item {
    width: calc((100% - 3.15vw*1) / 2);
  }
  .card-item:nth-child(3n) {
    margin-right: 3.15vw;
}
  .card-item:nth-child(2n) {
    margin-right: 0;
}
.card-item .card-item__body {
  padding: 1rem 1rem 1.5rem;
}
}

/* お問い合わせフォーム */
button,
input[type="button"],
input[type="submit"] {
  appearance: none;
  -webkit-appearance: none;
  }
.form-body {
  max-width: 420px;
  margin: auto;
}
.form-body p {
  margin-top: 40px;
  font-weight: bold;
}
.form-body .wpcf7-form-control-wrap {
  font-weight: normal;
}
.form-body p:last-of-type {
  text-align: center;
}

/* 登録フォーム */
.acf-field {
  margin-top: 40px;
  display: flex;
}
.acf-field .acf-label {
  font-weight: bold;
  padding-bottom: 4px;
  flex-shrink: 0;
  width: 50%;
  margin-right: 2em;
}
.acf-field .acf-input {
  flex-grow: 1;
}
.acf-field .acf-label .p-contact__required {
  font-size: 1rem;
  color: var(--secondary_color);
  vertical-align: top;
  font-weight: bold;
}
.acf-field .acf-label span {
  font-size: .9rem;
  font-weight: normal;
  margin-left: 1em;
  color: #fff;
  padding: 2px 5px;
  background: var(--primary_color);
}
.acf-field input[type="text"], .acf-field input[type="password"], .acf-field input[type="email"], .acf-field input[type="number"], .acf-field input[type="search"], .acf-field input[type="tel"], .acf-field input[type="url"], .acf-field textarea, .acf-field select {
  width: 100%;
  padding: 8px;
  margin: 0;
  box-sizing: border-box;
  font-size: 1.6rem;
  line-height: 1.4;
}
input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="url"], textarea, select,
.acf-field input[type="text"], .acf-field input[type="password"], .acf-field input[type="email"], .acf-field input[type="tel"], .acf-field input[type="url"], .acf-field textarea, .acf-field select {
  border: 1px solid #dcdcdc;
  padding: 5px;
  background-color: #fff;
  border-radius: 4px;
  background-color: #fff;
}

input[type="checkbox"],
.acf-field .act-input input[type="radio"],
.acf-field .act-input input[type="checkbox"],
ul.acf-checkbox-list li input[type=checkbox] {
  transform: scale(1.5);
  margin-right: 10px !important;
  margin-bottom: 5px;
  margin-top: 5px;
  transform-origin: left;
  cursor: pointer;
  vertical-align: middle;
}
.acf-field .act-input input[type="text"]:focus, .acf-field .act-input input[type="email"]:focus, .acf-field .act-input input[type="tel"]:focus, .acf-field .act-input input[type="url"]:focus, textarea:focus {
  box-shadow: 0 0 2px 0 rgb(15 146 119 / 60%);
  border: 1px solid var(--primary_color);
}
.acf-actions .acf-button,
.acf-form-submit .acf-button,
#art-submit {
  max-width: 320px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 7px;
  padding-bottom: 7px;
  text-align: center;
  border: 2px solid var(--primary_color);
  color: #fff;
  font-weight: 700;
  margin-top: 20px;
}
.p-description {
  padding-top: 5px;
  line-height: 1.5;
}
.acf-form-submit,
.login-submit  {
  text-align: center;
}
.text-box {
  padding: 2rem;
  margin-top: 40px;
}

.bg-danger {
  background-color: var(--bg_color);
}

.acf-field .acf-input .acf-checkbox-list li {
  float: none;
  margin: 0;
  margin-bottom: 5px;
}

.acf-repeater.-table .acf-table {
  table-layout: fixed;
  width: 100%;
  box-sizing: border-box;
}
.acf-repeater.-table .acf-table .acf-basic-uploader input {
  white-space: nowrap;
}

@media only screen and (max-width: 768px) {
  .acf-field {
    margin-top: 20px;
    flex-direction: column;
  }
  .acf-field .acf-label {
    font-weight: bold;
    padding-bottom: 4px;
    flex-shrink: unset;
    width: auto;
  }
  .acf-field .act-input input[type="text"], .acf-field .act-input input[type="password"], .acf-field .act-input input[type="email"], .acf-field .act-input input[type="tel"], .acf-field .act-input input[type="url"], textarea, select {
    font-size: 1.4rem;
  }
  .text-box {
    padding: 1.5rem;
    margin-top: 20px;
  }

  .acf-fields > .acf-field {
    padding-right: 0;
    padding-left: 0;
  }
  .acf-fields > .acf-field {
    margin-right: 0;
  }
}


/* アーティスト情報 */
.artistdata .contents__group {
  max-width: 900px;
  margin: 0 auto;
  justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 40px;
  align-items: flex-start;
}

.artistdata__group.-right {
  width: 60%;
}

.artistdata__group.-left {
  width: 30%;
  flex-shrink: 0;
  text-align: center;
  margin-right: 40px;
}

.artistdata__list > div {
  display: flex;
  flex-wrap: wrap;
}

.artistdata__list dt, .artistdata__list dd {
  padding: 10px 0;
}

.artistdata__list dt {
  flex-shrink: 0;
  font-weight: bold;
  min-width: calc(14em + 10px);
}

.artistdata__list dd {
  text-align: justify;
}

.artistdata__button {
  text-align: center;
}

.js-slick img {
  width: 100%;
  max-width: unset;
}
.js-slick .slick-dots li.slick-active button:before {
  color: var(--primary_color);
}

@media only screen and (max-width: 768px) {
  .artistdata .contents__group {
    margin-top: 5px;
  }
  .artistdata .contents__group,
  .artistdata__list > div {
    flex-direction: column;
  }
  .artistdata__group.-right {
    width: 100%;
  }
  .artistdata__group.-left {
    width: 100%;
    flex-shrink: 0;
    text-align: center;
    margin-right: 0;
  }
  .artistdata__list dt {
    flex-shrink: 0;
    font-weight: bold;
    min-width: unset;
    padding-bottom: 0;
  }
.artistdata__list dd {
    padding-top: 0;
  }
  .artistdata__list > div {
    border-top: 1px dotted var(--border_color);
  } 
}

/* カテゴリ検索フォーム */
.check-item input.check-G1, .check-item input.check-G2, .check-item input.check-G3, .check-item input.check-G4, .check-item input.check-G5, .check-item input.check-G6, .check-item input.check-G7 {
  display: none;
}
.check-item {
  margin-bottom: 2em;
}
.check-item > label {
  flex-shrink: 0;
  font-weight: bold;
  width: 6em;
}
.check-item ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.check-item li {
  width: 50%;
  flex-shrink: 0;
}

/* ふきだし */
.balloon1-top {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 1em;
  width: 100%;
  color: #555;
  background: var(--bg_color);
  border-radius: 10px;
}

.balloon1-top:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid var(--bg_color);
}

.balloon1-top p {
  margin: 0;
  padding: 0;
}

#forsagasu .material-icons, #forartist .material-icons {
  font-size: 4.8rem;
}


.dot-list li {
  text-indent: calc(-1em - 8px);
  padding-left: calc(1em + 8px);
}

.dot-list li:before{ 
  display:inline-block; 
  vertical-align: middle;
  content:'';
  width:1em;
  height: 1em;
  background: var(--primary_color);
  opacity: .3;
  border-radius: 50%;
  margin-right: 8px;
}

/*  */
.post-login label {
  display: inline-block;
  margin-bottom: 5px;
}
.post-login input[type="text"], .post-login input[type="password"] {
  display: block;
  margin-bottom: 15px;
  width: 100%;
}

.card-item.icon-douga {
    position: relative
}

.card-item.icon-douga .card-item__body::after {
    content: "紹介動画あり";
    color: #fff;
    background: var(--dark_color);
    border: 1px solid var(--dark_color);
    margin-top: 1rem;
    display: inline-block;
    font-size: 1rem;
    padding: 0.1rem 0.5rem;
}

.artistdata__douga_heading {
    font-family: "じゅん 501", "Jun 501";
}

.artistdata__douga_heading .material-icons {
    vertical-align: -5px;
    margin-right: 0.4rem;
}
.artistdata__douga_wrap img {
    aspect-ratio: 16 / 9;
}
.artistdata__douga_text {
    font-size: 1.2rem;
    line-height: 1.3;
}

/* ページトップへ戻るボタン
---------------------------------*/

#page-top a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #19a78e;
  width: 60px;
  height: 60px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.6rem;
  box-shadow: 0 0 8px rgba(0, 0, 0, .2);
  transition: all 0.3s;
  border-radius: 50%;
}

#page-top a:hover {
  background-color: #0f9277;
}

#page-top a::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background-image: url(../img/icon_arrowtop.svg);
}

#page-top {
  position: fixed;
  right: 15px;
  bottom: 40px;
  z-index: 2;
  opacity: 0;
  transform: translateY(100px);
}

#page-top.UpMove {
  animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

#page-top.DownMove {
  animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(100px);
  }
}

@media only screen and (max-width: 768px) {
  #page-top {
    bottom: 70px;
  }
  #page-top a {
    width: 40px;
    height: 40px;
  }
  #page-top a::before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background-image: url(../img/icon_arrowtop.svg);
  }
}