@charset "UTF-8";
/* ======================================================
	hover
========================================================= */
/* =============================================
- btn_standard
================================================ */
.btn_standard:before {
  background-color: #01CCEE;
}

/* ======================================================
	cta
========================================================= */
#cta_block_ticket .cta_block_ticket_link:after {
  background-color: #A9EFF9;
}
#cta_block_ticket .cta_block_ticket_link:hover {
  border-color: #A9EFF9;
}

/* ======================================================
	archive_news
========================================================= */
@media screen and (min-width: 1080px) {
  #wrapper .archive_news .post_title_text:hover {
    color: #01CCEE;
  }
}

/* ======================================================
	archive_event
========================================================= */
@media screen and (min-width: 1080px) {
  #wrapper .archive_event_post_link:hover {
    background-color: #A9EFF9;
  }
}

/* =============================================
- pagination
================================================ */
@media screen and (min-width: 1080px) {
  #wrapper .pagination li:not(.current) a:hover {
    background-color: #01CCEE;
    border-color: #01CCEE;
  }
}
@media screen and (min-width: 1080px) {
  #wrapper .pagination li.first a:hover, #wrapper .pagination li.prev a:hover, #wrapper .pagination li.last a:hover, #wrapper .pagination li.next a:hover, #wrapper .pagination li.back a:hover {
    background-color: rgba(0, 0, 0, 0);
    color: #01CCEE;
  }
}
@media screen and (min-width: 1080px) {
  #wrapper .pagination .first a:hover, #wrapper .pagination .prev a:hover, #wrapper .pagination .last a:hover, #wrapper .pagination .next a:hover, #wrapper .pagination .back a:hover {
    color: #01CCEE;
  }
}
#wrapper .pagination .first a:hover:before, #wrapper .pagination .prev a:hover:before, #wrapper .pagination .last a:hover:before, #wrapper .pagination .next a:hover:before, #wrapper .pagination .back a:hover:before {
  border-color: #01CCEE;
}

/* ======================================================
	slick
========================================================= */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*
    Slick-theme.css ドット
========================================================= */
/* Dots */
.slick-dots {
  margin-top: 15px;
  display: block;
  width: 100%;
  list-style: none;
  text-align: center;
  line-height: 1em;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0px 10px;
  padding: 0px;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 8px;
  height: 8px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  text-align: center;
  background-color: #C7C7C7;
  border-radius: 50%;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  background-color: #0050AB;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  background-color: #0050AB;
  width: 12px;
  height: 12px;
}

@media screen and (min-width: 768px) {
  .slick-dots {
    margin-top: 25px;
  }
}
@media screen and (min-width: 1080px) {
  .slick-dots {
    margin-top: 40px;
  }
}
/*
    Slick-theme.css
========================================================= */
.slick-prev, .slick-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  height: 40px;
  z-index: 22;
  font-size: 0px;
  background-color: #fff;
  border: 0px;
}
@media screen and (min-width: 768px) {
  .slick-prev, .slick-next {
    width: 50px;
    height: 50px;
  }
}
.slick-prev:after, .slick-next:after {
  content: "";
  position: absolute;
  z-index: 33;
  left: 0;
  top: 0;
  cursor: pointer;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.slick-prev:before, .slick-next:before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #282828;
  border-right: 2px solid #282828;
  display: block;
  position: absolute;
  z-index: 44;
  top: 50%;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  margin-top: -7px;
}
@media screen and (min-width: 768px) {
  .slick-prev:before, .slick-next:before {
    width: 10px;
    height: 10px;
    margin-top: -9px;
  }
}
@media screen and (min-width: 1080px) {
  .slick-prev:before, .slick-next:before {
    width: 12px;
    height: 12px;
    margin-top: -12px;
    border-width: 4px;
  }
}

.slick-prev {
  left: 0px;
}
@media screen and (max-width: 767px) {
  .slick-prev {
    left: -5vw;
  }
}
@media screen and (min-width: 768px) {
  .slick-prev {
    left: 10px;
  }
}
@media screen and (min-width: 1080px) {
  .slick-prev {
    left: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .slick-prev {
    left: 90px;
  }
}
.slick-prev:before {
  left: 50%;
  -webkit-transform: rotate(-135deg) translateY(-50%);
          transform: rotate(-135deg) translateY(-50%);
}

.slick-next {
  right: 0px;
}
@media screen and (max-width: 767px) {
  .slick-next {
    right: -5vw;
  }
}
@media screen and (min-width: 768px) {
  .slick-next {
    right: 10px;
  }
}
@media screen and (min-width: 1080px) {
  .slick-next {
    right: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .slick-next {
    right: 90px;
  }
}
.slick-next:before {
  margin-top: 0px;
  right: 50%;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}

/* ======================================================
	common
========================================================= */
.contents_inner {
  max-width: 1100px;
  margin: 0px auto;
}

/* ======================================================
	single_artist
========================================================= */
@media screen and (min-width: 1280px) {
  #single_artist {
    padding-top: 100px;
    padding-bottom: 150px;
  }
}

.single_artist_head {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .single_artist_head {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1080px) {
  .single_artist_head {
    margin-bottom: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.single_artist_head_title .name {
  font-size: 5.3333333333vw;
  font-weight: 600;
  line-height: 1.4em;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .single_artist_head_title .name {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1080px) {
  .single_artist_head_title .name {
    font-size: 3rem;
    letter-spacing: 0.2em;
  }
}
@media screen and (min-width: 1280px) {
  .single_artist_head_title .name {
    font-size: 3.5rem;
  }
}
.single_artist_head_title .en {
  font-size: 3.4666666667vw;
  line-height: 1.5em;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .single_artist_head_title .en {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1080px) {
  .single_artist_head_title .en {
    font-size: 2rem;
    padding-left: 0.1em;
    margin-top: 0.1em;
  }
}
@media screen and (min-width: 1280px) {
  .single_artist_head_title .en {
    font-size: 2.5rem;
  }
}
.single_artist_head_map {
  margin-top: 0.5em;
}
@media screen and (min-width: 1080px) {
  .single_artist_head_map {
    margin-top: 10px;
  }
}
.single_artist_head_map span {
  display: inline-block;
  font-size: 3.4666666667vw;
  line-height: 1.5em;
  font-weight: 600;
  letter-spacing: 0.05em;
  position: relative;
  padding-left: 18px;
}
@media screen and (min-width: 768px) {
  .single_artist_head_map span {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1080px) {
  .single_artist_head_map span {
    font-size: 1.6rem;
    letter-spacing: 0.15em;
    padding-left: 25px;
  }
}
@media screen and (min-width: 1280px) {
  .single_artist_head_map span {
    font-size: 1.8rem;
  }
}
.single_artist_head_map span:before {
  content: "";
  width: 12px;
  height: 17px;
  background-image: url(../../../img/icon/pin.svg);
  background-size: cover;
  position: absolute;
  left: 0px;
  top: 0.75em;
  margin-top: -9px;
}

.single_artist_slider .slick-prev, .single_artist_slider .slick-next {
  margin-top: -10px;
}

@media screen and (min-width: 1080px) {
  .slick-next:before {
    margin-top: -2px;
  }
}

.single_artist_slider .slick-prev, .single_artist_slider .slick-next {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.single_artist_slider .slick-prev:before, .single_artist_slider .slick-prev:after, .single_artist_slider .slick-next:before, .single_artist_slider .slick-next:after {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 1080px) {
  .single_artist_slider .slick-prev:hover, .single_artist_slider .slick-next:hover {
    background-color: #01CCEE;
  }
  .single_artist_slider .slick-prev:hover:before, .single_artist_slider .slick-prev:hover:after, .single_artist_slider .slick-next:hover:before, .single_artist_slider .slick-next:hover:after {
    border-color: #fff;
  }
}

.single_artist_slide .img {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .single_artist_slide .img {
    min-height: 67.5625vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.single_artist_slide .img img {
  width: auto;
  margin: 0px auto;
}
@media screen and (max-width: 767px) {
  .single_artist_slide .img img {
    max-height: 67.5625vw;
  }
}
@media screen and (min-width: 768px) {
  .single_artist_slide .img img {
    height: 420px;
  }
}
@media screen and (min-width: 1080px) {
  .single_artist_slide .img img {
    height: 500px;
  }
}
.single_artist_slide .note {
  margin-top: 10px;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.5em;
  text-align: center;
}
@media screen and (min-width: 1080px) {
  .single_artist_slide .note {
    margin-top: 20px;
    font-size: 1.3rem;
  }
}

.single_artist_profile {
  max-width: 990px;
  margin: 0px auto;
  padding-top: 40px;
}
@media screen and (min-width: 768px) {
  .single_artist_profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding-top: 60px;
  }
}
@media screen and (min-width: 1080px) {
  .single_artist_profile {
    padding-top: 80px;
  }
}
@media screen and (min-width: 1280px) {
  .single_artist_profile {
    padding-top: 100px;
  }
}

@media screen and (max-width: 767px) {
  .single_artist_profile_img {
    width: 30vw;
  }
}
@media screen and (min-width: 768px) {
  .single_artist_profile_img {
    width: 30%;
  }
}
@media screen and (min-width: 1080px) {
  .single_artist_profile_img {
    width: 285px;
  }
}
.single_artist_profile_img img {
  width: 100%;
}
.single_artist_profile_img .note, .single_artist_profile_img p {
  line-height: 1.4em;
}
@media screen and (max-width: 767px) {
  .single_artist_profile_img .note, .single_artist_profile_img p {
    font-size: 1rem;
    font-weight: 600;
    margin-top: 8px;
    white-space: nowrap;
  }
}
@media screen and (min-width: 768px) {
  .single_artist_profile_img .note, .single_artist_profile_img p {
    font-size: 1.3rem;
    margin-top: 5px;
  }
}
@media screen and (max-width: 767px) {
  .single_artist_profile_content {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .single_artist_profile_content {
    width: 70%;
    padding-right: 5%;
  }
}
@media screen and (min-width: 1080px) {
  .single_artist_profile_content {
    width: 705px;
    padding-right: 95px;
  }
}
.single_artist_profile_content a {
  color: #282828;
  text-decoration: underline;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 1080px) {
  .single_artist_profile_content a:hover {
    color: #01CCEE;
  }
}
.single_artist_profile_content .single_artist_link {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .single_artist_profile_content_name {
    margin: 15px 0px;
  }
}
@media screen and (min-width: 768px) {
  .single_artist_profile_content_name {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1080px) {
  .single_artist_profile_content_name {
    margin-bottom: 30px;
  }
}
.single_artist_profile_content_name .name {
  font-size: 4vw;
  font-weight: 600;
  margin-bottom: 0.2em;
  letter-spacing: 0.1em;
  line-height: 1.4em;
}
@media screen and (min-width: 768px) {
  .single_artist_profile_content_name .name {
    font-size: 2rem;
    letter-spacing: 0.2em;
  }
}
@media screen and (min-width: 1080px) {
  .single_artist_profile_content_name .name {
    font-size: 2.5rem;
    letter-spacing: 0.2em;
    margin-bottom: 0.5em;
  }
}
@media screen and (min-width: 1280px) {
  .single_artist_profile_content_name .name {
    font-size: 2.8rem;
  }
}
.single_artist_profile_content_name .name span {
  display: block;
  margin-top: 0.2em;
  font-weight: 500;
  font-size: 1.3rem;
}
@media screen and (min-width: 768px) {
  .single_artist_profile_content_name .name span {
    font-size: 1.3rem;
    letter-spacing: 0.15em;
  }
}
@media screen and (min-width: 1080px) {
  .single_artist_profile_content_name .name span {
    font-size: 1.4rem;
  }
}
.single_artist_profile_content_name .name._small span {
  margin-top: 0.5em;
  line-height: 1.3em;
}
.single_artist_profile_content_name .note {
  font-size: 3.2vw;
  line-height: 1.7em;
}
@media screen and (min-width: 768px) {
  .single_artist_profile_content_name .note {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1080px) {
  .single_artist_profile_content_name .note {
    font-size: 1.5rem;
  }
}

.single_artist_profile_content_sns {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0px 15px;
}
@media screen and (min-width: 1080px) {
  .single_artist_profile_content_sns {
    gap: 0px 30px;
    margin-top: 30px;
  }
}
.single_artist_profile_content_sns_item {
  width: 20px;
}
.single_artist_profile_content_sns_item svg {
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.single_artist_profile_content_sns_item svg path {
  fill: #282828;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 1080px) {
  .single_artist_profile_content_sns_item svg:hover path {
    fill: #01CCEE;
  }
}

.single_artist_youtube {
  margin-top: 20px;
}
@media screen and (min-width: 1080px) {
  .single_artist_youtube {
    margin-top: 30px;
  }
}
.single_artist_youtube .single_artist_profile_content_sns {
  margin-top: 0;
}
.single_artist_youtube .single_artist_profile_content_sns .single_artist_profile_content_sns_item {
  width: 60px;
}
.single_artist_youtube .single_artist_youtube_text {
  font-size: 1.5rem;
  font-weight: 700;
  color: #FF0000;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .single_artist_youtube .single_artist_youtube_text {
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 1080px) {
  .single_artist_youtube .single_artist_youtube_text {
    font-size: 1.8rem;
  }
}
.single_artist_youtube svg {
  width: 100%;
  height: 100%;
}
.single_artist_youtube svg path {
  fill: #FF0000;
}

.single_artist_profile_content_intro_text + .single_artist_profile_content_intro_text {
  margin-top: 1em;
}
.single_artist_profile_content_intro_text + .single_artist_profile_content_intro_text._narrow {
  margin-top: 0.5em;
}

.single_artist_artwork {
  max-width: 990px;
  margin: 0px auto;
  margin-top: 40px;
  container-type: inline-size;
}
@media screen and (min-width: 768px) {
  .single_artist_artwork {
    margin-top: 60px;
  }
}
@media screen and (min-width: 1080px) {
  .single_artist_artwork {
    margin-top: 80px;
  }
}
@media screen and (min-width: 1280px) {
  .single_artist_artwork {
    margin-top: 100px;
  }
}
.single_artist_artwork .slick-slide {
  height: auto !important;
}
.single_artist_artwork .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .single_artist_artwork .slick-track {
    gap: 0 40px;
  }
}
@media screen and (min-width: 768px) {
  .single_artist_artwork .slick-prev {
    left: -25px;
    top: min(13.8888888889vw, 176px);
  }
}
@media screen and (min-width: 1080px) {
  .single_artist_artwork .slick-prev {
    top: 176px;
  }
}
@media screen and (min-width: 1280px) {
  .single_artist_artwork .slick-prev {
    left: -90px;
  }
}
@media screen and (min-width: 768px) {
  .single_artist_artwork .slick-next {
    right: -25px;
    top: min(13.8888888889vw, 176px);
  }
}
@media screen and (min-width: 1080px) {
  .single_artist_artwork .slick-next {
    top: 176px;
  }
}
@media screen and (min-width: 1280px) {
  .single_artist_artwork .slick-next {
    right: -90px;
  }
}
.single_artist_artwork .slick-list {
  padding: 0;
  height: 100%;
}

.single_artwork_slide {
  float: none;
  width: 100cqi;
  padding-inline: 1px;
}
@media screen and (min-width: 768px) {
  .single_artwork_slide {
    width: calc(50cqi - 20px);
  }
}
.single_artwork_slide .img {
  overflow: hidden;
  border: solid 1px #c8c8c8;
  border-radius: 5px;
  aspect-ratio: 720/500;
  height: auto;
  text-align: center;
  -ms-grid-row-align: center;
  -ms-grid-column-align: center;
  place-self: center;
  place-items: center;
  max-height: 320px;
  width: 100%;
}
.single_artwork_slide .img img {
  display: inline;
  -webkit-transition: scale 0.3s;
  transition: scale 0.3s;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: auto;
}
@media (hover: hover) and (pointer: fine) {
  .single_artwork_slide a:hover .img img {
    scale: 1.1;
  }
}

.artwork_place {
  -webkit-margin-before: 10px;
          margin-block-start: 10px;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .artwork_place {
    -webkit-margin-before: 15px;
            margin-block-start: 15px;
  }
}
@media screen and (min-width: 1080px) {
  .artwork_place {
    -webkit-margin-before: 20px;
            margin-block-start: 20px;
  }
}
.artwork_place span {
  display: inline-block;
  font-size: 3.2vw;
  line-height: 1.5em;
  font-weight: 600;
  letter-spacing: 0.05em;
  position: relative;
  padding-left: 18px;
  color: #282828;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .artwork_place span {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1080px) {
  .artwork_place span {
    font-size: 1.4rem;
    letter-spacing: 0.15em;
    padding-left: 25px;
  }
}
@media screen and (min-width: 1280px) {
  .artwork_place span {
    font-size: 1.6rem;
  }
}
.artwork_place span:before {
  content: "";
  width: 12px;
  height: 17px;
  background-image: url(../../../img/icon/pin.svg);
  background-size: cover;
  position: absolute;
  left: 0px;
  top: 0.75em;
  margin-top: -9px;
}
.artwork_place._english span {
  letter-spacing: 0.02em;
}

.artwork_title {
  position: relative;
  font-size: 1.3rem;
  line-height: 2;
  -webkit-margin-before: 5px;
          margin-block-start: 5px;
  color: #282828;
}
@media screen and (min-width: 768px) {
  .artwork_title {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1080px) {
  .artwork_title {
    font-size: 1.5rem;
  }
}

.artwork_title_text {
  -webkit-margin-before: 10px;
          margin-block-start: 10px;
  font-size: 1.3rem;
  font-weight: 500;
  color: #282828;
  line-height: 1.7;
}
@media screen and (min-width: 1080px) {
  .artwork_title_text {
    font-size: 1.5rem;
  }
}

.number {
  display: block;
  -webkit-margin-before: 10px;
          margin-block-start: 10px;
  font-family: "Poppins";
  font-weight: 500;
  line-height: 22px;
  font-size: 1.5rem;
}
@media screen and (min-width: 1080px) {
  .number {
    font-size: 1.8rem;
  }
}
.number._normal {
  --number-color:#81C11C;
}
.number._night {
  --number-color:#0050AB;
}
.number._always {
  --number-color:#01CCEE;
}

.circle {
  display: inline-block;
  width: auto;
  min-width: 20px;
  height: 20px;
  background-color: var(--number-color);
  color: #fff;
  text-align: center;
  border-radius: 50%;
  font-weight: 500;
  font-size: 1.5rem;
  aspect-ratio: 1/1;
  font-family: "Poppins";
}
@media screen and (min-width: 1080px) {
  .circle {
    font-size: 1.8rem;
    height: 26px;
    line-height: 26px;
  }
}

.sub_number {
  font-size: 1.5rem;
  font-family: "Poppins";
  -webkit-margin-start: 3px;
          margin-inline-start: 3px;
  color: var(--number-color);
  font-size: inherit;
  font-weight: 500;
}
@media screen and (min-width: 1080px) {
  .sub_number {
    font-size: 1.8rem;
  }
}

.slide_num {
  position: absolute;
  left: 0;
  top: 0.2em;
  font-size: 1.3rem;
  font-weight: 700;
  font-family: "Poppins";
  color: #fff;
  background-color: #01CCEE;
  border-radius: 50%;
  line-height: 26px;
  display: inline-block;
  width: 26px;
  height: 26px;
  text-align: center;
  -webkit-margin-end: 5px;
          margin-inline-end: 5px;
}

.single_artist_exhibition {
  max-width: 990px;
  margin: 0px auto;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .single_artist_exhibition {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1080px) {
  .single_artist_exhibition {
    margin-top: 50px;
  }
}

.single_artist_award {
  max-width: 990px;
  margin: 0px auto;
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .single_artist_award {
    margin-top: 80px;
  }
}
@media screen and (min-width: 1080px) {
  .single_artist_award {
    margin-top: 100px;
  }
}

.single_artist_awards {
  max-width: 990px;
  margin: 0px auto;
  padding-top: 40px;
}
@media screen and (min-width: 768px) {
  .single_artist_awards {
    padding-top: 60px;
  }
}
@media screen and (min-width: 1080px) {
  .single_artist_awards {
    padding-top: 80px;
  }
}
@media screen and (min-width: 1280px) {
  .single_artist_awards {
    padding-top: 100px;
  }
}

@media screen and (min-width: 768px) {
  .single_artist_history_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.single_artist_history_list + .single_artist_history_list {
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .single_artist_history_list dt {
    white-space: nowrap;
    padding-right: 1.5em;
  }
}

.single_artist_history_text {
  line-height: 1.7em;
}
.single_artist_history_text + .single_artist_history_text {
  margin-top: 0.8em;
}

.single_artist_bottom {
  margin-top: 40px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .single_artist_bottom {
    margin-top: 60px;
  }
}
@media screen and (min-width: 1080px) {
  .single_artist_bottom {
    margin-top: 80px;
  }
}
@media screen and (min-width: 1280px) {
  .single_artist_bottom {
    margin-top: 100px;
  }
}

/* ======================================================
	single_artist_other
========================================================= */
#single_artist_other {
  background-color: #fafafa;
}
@media screen and (min-width: 1080px) {
  #single_artist_other {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.single_artist_other_list {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px 4%;
}
@media screen and (min-width: 768px) {
  .single_artist_other_list {
    gap: 40px 2%;
  }
}
@media screen and (min-width: 1080px) {
  .single_artist_other_list {
    gap: 40px 2%;
  }
}
@media screen and (min-width: 1280px) {
  .single_artist_other_list {
    gap: 80px 40px;
  }
}

.single_artist_other_item {
  width: 48%;
}
@media screen and (min-width: 768px) {
  .single_artist_other_item {
    width: 32%;
  }
}
@media screen and (min-width: 1080px) {
  .single_artist_other_item {
    width: 23.5%;
  }
}
@media screen and (min-width: 1280px) {
  .single_artist_other_item {
    width: 245px;
  }
}

.single_artist_other_item_thumb {
  overflow: hidden;
  border-radius: 5px;
}
.single_artist_other_item_thumb img {
  border-radius: 5px;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.single_artist_other_item_thumb > a {
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 1080px) {
  .single_artist_other_item_thumb > a:hover img {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
  }
}
.single_artist_other_item_intro {
  margin-top: 10px;
}
@media screen and (min-width: 1080px) {
  .single_artist_other_item_intro {
    margin-top: 25px;
  }
}
.single_artist_other_item_name {
  font-size: 4.2666666667vw;
  line-height: 1.5em;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .single_artist_other_item_name {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1080px) {
  .single_artist_other_item_name {
    font-size: 1.8rem;
  }
}
.single_artist_other_item_kana {
  font-size: 3.2vw;
  line-height: 1.5em;
  font-weight: 600;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .single_artist_other_item_kana {
    font-size: 1.3rem;
  }
}
.single_artist_other_item_more {
  margin-top: 15px;
  line-height: 1em;
}
@media screen and (min-width: 768px) {
  .single_artist_other_item_more {
    margin-top: 20px;
  }
}
.single_artist_other_item_more a {
  display: inline-block;
  padding-right: 30px;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #282828;
  position: relative;
}
@media screen and (min-width: 768px) {
  .single_artist_other_item_more a {
    padding-right: 60px;
    padding-bottom: 0.8em;
  }
}
.single_artist_other_item_more a:after {
  content: "";
  border-top: 1px solid;
  border-right: 1px solid;
  width: 5px;
  height: 5px;
  border-color: #282828;
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-width: 2px;
  margin-top: -4px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 1080px) {
  .single_artist_other_item_more a:hover:after {
    margin-right: -5px;
  }
}
.single_artist_other_item_more img {
  line-height: 1em;
  vertical-align: bottom;
  width: auto;
}
/*# sourceMappingURL=single.css.map */