/* --- Top Page --- */
button{
  color: #222;
}
#toppage__slider {
  position: relative;
  min-height: 442px;
  transition: min-height 0.5s linear;
}
.toppage__tab{
  position: sticky;
  position: -webkit-sticky;
  z-index:999;
  background-color: #fff;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}

.toppage__slider-wrapper {
  z-index: 100;
}

.toppage__slider-background {
  position: absolute;
  width: 100%;
  height: 442px;
  background: var(--base-color);
  top: 0;
  z-index: 1;
  transition: height 0.5s linear;
}

.toppage__slider-wrapper .toppage__slider-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 410px;
}

/*
.toppage__slider-wrapper .slick-track {
    left: calc(-100vw / 6 )!important;
}
*/

/*
.toppage__slider-wrapper .slick-track {
    left: -180px!important;
}
*/

.toppage__slider-wrapper .toppage__slider-item .toppage__slider-item__image {
  width: 100%;
  height: 400px;
  margin-bottom: 50px;
  display: flex;
  overflow: hidden;

  transition: height 0.5s linear;

  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

.toppage__slider-item--pr10px {
  padding-right: 10px;
}

.toppage__slider-wrapper
  .toppage__slider-item
  .toppage__slider-item__image
  > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}

.toppage__slider-wrapper
  .toppage__slider-item:hover 
  .toppage__slider-item__image
  > img {
  transform: scale(1.1);
}

.toppage_slider-arrow {
  outline: none;
  border: none;
  border-radius: 50%;
  background: #ffffff;
  width: 49px;
  height: 49px;
  opacity: 0.7;
  display: flex;
  justify-content: center;
  align-items: center;
}

.toppage_slider-arrow.prev-arrow {
  position: absolute;
  top: 200px;
  left: 20px;
  z-index: 101;
}

.toppage_slider-arrow.next-arrow {
  position: absolute;
  top: 200px;
  right: 20px;
  z-index: 101;
}

.toppage__slider-wrapper
  .toppage__slider-item:hover 
  .toppage__slider-item__content {
  opacity: 0.7;
}

@media (pointer: coarse) {
  .toppage__slider-wrapper 
  .toppage__slider-item:hover 
  .toppage__slider-item__content {
    opacity: 1 !important;
    outline: none;
  }

  .toppage__slider-wrapper
  .toppage__slider-item:hover 
  .toppage__slider-item__image
  > img {
  transform: scale(1);
}
}


.toppage__slider-item__content {
  transition: opacity 0.5s ease-in-out;
}

.toppage__slider-item__content .toppage__slider-item__content-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.toppage__slider-item__content .toppage__slider-item__content-title a {
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #222;
  text-decoration: none;
  line-height: 26px;
  word-wrap: break-word;
  white-space: normal;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.3;
}

.toppage__slider-item__content .toppage__slider-item__content-desc a{
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  white-space: normal;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #222;
  text-decoration: none;
  padding-top: 12px;
}

.toppage__slider-wrapper .slick-dots {
  top: 401px !important;
  height: fit-content;
  transition: top 0.5s linear;
}

.toppage__slider-wrapper .slick-dots li {
  max-width: 50px !important;
  padding: 0 !important;
  margin: 0 !important;
}

.toppage__slider-wrapper .slick-dots li button:before {
  height: 3px !important;
  content: "" !important;
  background: #ffffff;
  top: 6px !important;
  opacity: 1 !important;
  width: 100%;
}

.toppage__slider-wrapper .slick-dots li.slick-active button:before {
  background: #000000;
}

#toppage__artistList {
  margin-top: 50px;
  position: relative;
}

.toppage__artistList-tabs {
  padding: 0 127px;
}

.toppage__artistList-tabs ul > li {
  position: relative;
  line-height: 23.36px;
}

.toppage__artistList-tabs ul > li > a {
  text-decoration: none;
  color: #222222;
  opacity: 0.4;
  font-size: 14px;
  transition: opacity 0.5s ease-in-out;
}

.toppage__artistList-tabs ul > li:hover > a {
  opacity: 1;
}

.toppage__artistList-tabs ul > li.active > a {
  opacity: 1;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  pointer-events: none;
}

.toppage__artistList-tabs ul > li::before {
  content: "";
  position: absolute;
  height: 3px;
  background: #000000;
  left: 0;
  bottom: -9px;
  opacity: 0;
  width: 100%;
  transition: opacity 0.5s ease-in-out;
}
.toppage__artistList-tabs ul > li.active::before {
  opacity: 1;
}


.toppage__artistList-tabs .nav.nav-tabs {
  padding: 0 0 9px 0;
}

.toppage__artistList-tabs-content .fade.in {
  opacity: 1;
}
.slick-dots{
  width: calc(100% - 20px);
  margin-left: 10px;
  margin-right: 10px;
}

.toppage__artistList-tabs-content {
  margin-top: 50px;
}

.toppage__artistList-item {
  width: 100%;
  margin-bottom: 50px;
}

.toppage__artistList-item_gutter {
  padding-right: 15px;
  padding-left: 15px;
  transition: all 0.5s ease-in-out;
}

.toppage__artistList-item__img {
  width: 100%;
  margin-bottom: 14px;
  overflow: hidden;
}
.toppage__artistList-item .toppage__artistList-item__img-child {
  width: 100%;
  overflow: hidden;
  background: #e3e3e3;
  padding-top: 100%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.5s ease-in-out;
}

/* .toppage__artistList-item .toppage__artistList-item__img > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
} */

.toppage__artistList-item:hover 
.toppage__artistList-item__img-child {
  transform: scale(1.1);
}

.toppage__artistList-item:hover 
.toppage__artistList-item__content {
  opacity: 0.7;
}

@media (pointer: coarse) {
  .toppage__artistList-item:hover 
  .toppage__artistList-item__content {
    opacity: 1 !important;
    outline: none;
  }

  .toppage__artistList-item:hover .toppage__artistList-item__img-child {
    transform: scale(1);
  }
}


.toppage__artistList-item__content {
  transition: opacity 0.5s ease-in-out;
}



.toppage__artistList-item__content .toppage__artistList-item__content-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.toppage__artistList-item__content .toppage__artistList-item__content-title a {
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #222;
  text-decoration: none;
  word-wrap: break-word;
  white-space: normal;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.toppage__artistList-item__content-desc a{
  text-decoration: none;
  color: #222;
  /* line-height: 1.86; */
  word-wrap: break-word;
  white-space: normal;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  padding-top: 9px;
}

.toppage__artistList-item__content .toppage__artistList-item__content-desc {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
}

.toppage__pagination-wrapper {
  margin-top: 43px;
  margin-bottom: 80px;
}

.ec__pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}

.ec__pagination > .ec__pagination-item {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #222;
  text-decoration: none;
  margin: 0 15px;
  position: relative;
  cursor: pointer;
}

.ec__pagination > .ec__pagination-item:hover::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 34px;
  height: 34px;
  background: #f4f4f4;
  border-radius: 50%;
  z-index: -1;
}

.ec__pagination .ec__pagination-item.active {
  pointer-events: none;
  color: #fff;
}

.ec__pagination .ec__pagination-item.active::after {
  content: "";
  position: absolute;
  top: -3px;
  left: 50%;
  width: 34px;
  height: 34px;
  background-color: #3c6cc7;
  border-radius: 50%;
  z-index: -1;
  transform: translateX(-50%);
}

.no-result {
  text-align: center;
}
.slider-controller-sp{
  display:none;
  height:10px;
  width:5px;
}
.slider-controller-pc{
  display:block;
}
.toppage__artistList-tabs{
  position: sticky;
}

/* @media screen and (min-width: 768px) {
  .result-item-data_top-page {
    height: 370px;
  }
} */

.result-item-data{
  transition: all 0.5s ease-in-out;
}

.toppage__artistList-container{
  transition: all 0.5s ease-in-out;
}

@media (max-width: 575px){
  .height-loading{
    min-height: calc(396 * 100vw / 576);
  }
}

@media (min-width: 576px) {
  .height-loading{
    min-height: 396px;
  }
}

@media (min-width: 768px) {
  .height-loading{
    min-height: calc(346 * 100vw / 992);
  }
}

@media (min-width: 992px) {
  .height-loading{
    min-height: calc(380 * 100vw / 1280);
  }
}

@media (min-width: 1200px) {
  .height-loading{
    min-height: 380px;
  }
}


/* --- End Top Page --- */

@media (max-width: 576px) {
  /* --- Responsive Toppage ---*/

  .toppage__artistList-item{
    margin-bottom: 30px;
  }
  
  .toppage__tab{
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding:0;
  }
  #toppage__slider {
    padding: 0;
    min-height: 309px;
  }
  
  #toppage__artistList{
    margin-top: 30px;
  }

  .toppage__artistList-container{
    padding: 0px 20px;
  }

  .header__container-wrapper{
    border-bottom: none;
  }

  .toppage__slider-background {
    height: 309px;
    background: var(--base-color);
  }

  .toppage__slider-wrapper .toppage__slider-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 291px;
  }

  .toppage__slider-wrapper .toppage__slider-item .toppage__slider-item__image {
    width: 100%;
    height: 281px;
    margin-bottom: 50px;
  }

  .toppage__slider-item--pr10px {
    padding-right: 10px;
  }

  .toppage__slider-wrapper
    .toppage__slider-item
    .toppage__slider-item__image
    > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s linear;
  }

  .slider__controller-pc{
    display:none;
  }
  .slider__controller-sp{
    display:block;
  }

  .toppage_slider-arrow {
    outline: none;
    border: none;
    border-radius: 50%;
    background: #ffffff;
    width: 32px;
    height: 32px;
    opacity: 0.7;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
  }

  .toppage_slider-arrow.prev-arrow {
    position: absolute;
    top: 140px;
    left: 20px;
    z-index: 101;
  }

  .toppage_slider-arrow.next-arrow {
    position: absolute;
    top: 140px;
    right: 20px;
    z-index: 101;
  }

  .toppage__slider-item__content .toppage__slider-item__content-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 1.33 !important;
  }
  .toppage__slider-item__content .toppage__slider-item__content-title  a p {
    line-height: 1.33;
  }

  .toppage__slider-item__content .toppage__slider-item__content-title a {
    font-size: 18px;
    font-weight: bold;
  }

  .toppage__slider-item__content .toppage__slider-item__content-desc {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  
  .toppage__slider-item__content .toppage__slider-item__content-desc a{
    padding-top: 8px;
  }

  .toppage__slider-wrapper .slick-dots {
    top: 281px !important;
  }

  .toppage__slider-wrapper .slick-dots li {
    width: 40px !important;
  }

  .toppage__artistList-tabs-content {
    margin-top: 30px;
    padding: 0 12px;
  }

  .toppage__artistList-item .toppage__artistList-item__img {
    aspect-ratio: 1 / 1;
    width: 100%;
    margin-bottom: 14px;
    background: #e3e3e3;
  }

  .toppage__artistList-tabs ul > li.active::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background: #000000;
    left: 0;
    bottom: -9px;
  }

  .toppage__artistList-item_gutter-resp:nth-of-type(odd) {
    padding-right: 10px;
    padding-left: 0px;
  }
  .toppage__artistList-item_gutter-resp:nth-of-type(even) {
    padding-right: 0px;
    padding-left: 10px;
  }

  .toppage__artistList-item_gutter_search-results:nth-of-type(odd){
    padding-right: 10px;
    padding-left: 20px;
  }

  .toppage__artistList-item_gutter_search-results:nth-of-type(even){
    padding-right: 20px;
    padding-left: 10px;
  }

  .toppage__pagination-wrapper {
    margin-top: 0;
    margin-bottom: 60px;
  }

  /* --- End Responsive Toppage ---*/
}

@media (max-width: 767px) {
  .toppage__artistList-tabs {
    padding: 0;
  }
}

@media (max-width:375px) {
  .ec__pagination > .ec__pagination-item {
    margin: 0 12px;
  }
}
@media (max-width: 752px) {
  #search-form {
    display: none;
  }
  .header__container-wrapper{
    border-bottom: none;
  }
  #search-form__mobile{
    width: 100%;
  }
  .navsearch__mobile-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 101;
    position: relative;
    padding: 14px 20px;
    width: 100%;
    background: var(--base-color);
  }
  .navsearch__mobile-input {
    width: 335px;
    outline: none;
    border-radius: 15px;
    background-color: #fff;
    border: none;
    padding: 3px 10px 3px 45px;
    width: 100%;
  }
  .navsearch__mobile-icon {
    position: absolute;
    top: 3px;
    left: 15px;
  }
  .navsearch__mobile-fitwidth {
    width: 100%;
    position: relative;
  }
}


@media (pointer: coarse) {
  .ec__pagination > .ec__pagination-item:hover::after {
    display: none;
  }
}