/* accordion */
.accordion {
    position: relative;
    transition: padding .6s;
}
.accordion[open] {
    padding-bottom: 1em;
}
.accordion[open].is-close {
    padding-bottom: 0em;
}
.accordion__btn {
    margin-top: 0.9em;
    letter-spacing: 0.13em;
    position: relative;
    width: fit-content;
    padding-right: 1.3em;
    list-style: none;
    cursor: pointer;
    position: absolute;
    left: 0.2em;
    top: 100%;
    font-family: var(--font-en-03);
    font-weight: var(--w300);
    transition: margin .6s !important;
}
.accordion__btn::after,
.accordion[open].is-close .accordion__btn::after{
    content: "";
    display: inline-block;
    width: 0.8em;
    height: 0.8em;
    border-bottom: 1px solid;
    border-left: 1px solid;
    transform: skew(-20deg, 0deg);
    rotate: -55deg;
    margin: 0.1rem -4% 0 0;
    transform-origin: bottom center;
    position: absolute;
    top: 0;
    right: 0;
    transition: 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
.accordion[open] .accordion__btn::after{
    rotate: 125deg;
    margin: 0rem 1% 0 0;
}
.accordion[open] .accordion__btn .more,
.accordion[open].is-close .accordion__btn .less{
    display: none;
}
.accordion .accordion__btn .less{
    display: none;
}
.accordion[open] .accordion__btn .less,
.accordion[open].is-close .accordion__btn .more{
    display: block;
}
.accordion__body {
    padding-left: 0.2em;
    overflow: hidden;
}

.artists-detail__hero {
    position: relative;
    max-height: 972px;
    overflow: hidden;
}
.artists-detail__hero-img-wrap {
    position: relative;
    height: 0;
    padding-bottom: min(50.8%, 972px);
}
.artists-detail__hero-img-wrap img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.artists-detail__tl {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    font-size: 4.375em;
    line-height: 1;
    font-family: var(--font-en-01);
    z-index: 1;
    margin: 0% 0% 3% 8.4%;
    letter-spacing: 0.03em;
}
.artists-detail__sec01 {
    font-size: 0.75em;
    line-height: 2;
    letter-spacing: 0.093em;
    font-weight: var(--w400);
    margin: -1.7% 0 5.1%;
}
.artists-detail__sec01.u-pc-elm {
    font-size: 1em;
}
.artists-detail__sec01 p {
    padding-left: 0.2em;
}
.artists-detail__nav {
    font-size: 0.75em;
    line-height: 1.75;
    font-family: var(--font-en-03);
    letter-spacing: 0.14em;
    font-weight: var(--w300);
}
.artists-detail__list {
    display: flex;
    border-top: 1px solid #3c3c3c;
    border-bottom: 1px solid #3c3c3c;
}
.artists-detail__item {
    padding: 0 1.6em 0 0;
    position: relative;
}
.artists-detail__item+.artists-detail__item {
    padding-left: 1.6em;
    padding-right: 1.4em;
}
.artists-detail__item:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 1.55em;
    background-color: #3c3c3c;
}
.artists-detail__item:last-child:after {
    content: none;
}
.artists-detail__item-btn {
    padding: 1.2em 0 1em;
    display: inline-block;
    transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}
.artists-detail__item-btn:hover {
    color: #f00;
}
.artists-detail__sec02 {
    font-size: 0.75em;
    line-height: 2;
    font-family: var(--font-ja);
    font-weight: var(--w400);
    padding: 4.4% 0 5.2%;
    letter-spacing: 0.06em;
}
.artists-detail__sec02 dl {
    display: grid;
    grid-template-columns: max-content 1fr;
    width: 100%;
    margin-top: 0.6%;
}
.artists-detail__stl {
    font-size: 1.5rem;
    letter-spacing: 0.03em;
    font-family: var(--font-en-03);
    color: #323232;
    font-weight: var(--w300);
}
.artists-detail__desc {
    padding-left: 3.2%;
}
.artists-biograph p{
    clear: both;
    display: flex;
}
.artists-biograph p em{
    display: contents;
}
.artists-biograph p:first-child{
    margin-top: 0.6em;
}
.artists-biograph strong{
    width: 6em;
    min-width: 6em;
    font-weight: normal;
}
.artists-biograph.wide strong{
    width: 8.35em;
    min-width: 8.35em;
}
.artists-detail__sec02-stl {
    margin: 2.1% 0 2%;
}
.artists-detail__sec02-btn {
    margin: 3% 0 0;
    border: 1px solid;
    width: max-content;
    font-size: 1.167em;
    line-height: 1.715;
    font-family: var(--font-en-03);
    letter-spacing: 0.03em;
    padding: 0.3% 1.3em 0%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1);
    font-weight: var(--w300);
}
.artists-detail__sec02-btn:hover {
    background-color: #3c3c3c;
    color: #fff;
}
.artists-detail__works,
.artists-detail__news,
.artists-detail__press,
.artists-detail__movie {
    font-size: 0.75em;
    line-height: 2;
    font-family: var(--font-ja);
    font-weight: var(--w400);
    letter-spacing: 0.06em;
    position: relative;
    padding: 4.6% 0 4.7%;
}
.artists-detail__movie {
    padding-bottom: 4.7rem;
}
.artists-detail__press {
    padding-bottom: 4.9%;
}
.artists-detail__news {
    padding: 4.7% 0 4.8%;
}
.artists-detail__press .swiper-navWrap {
    margin-top: -7.5%;
}
.artists-detail__news .swiper-navWrap,
.artists-detail__press .swiper-navWrap {
    margin-top: calc(11.25rem - 1.5em);
}
.artists-detail__exhibition:before,
.artists-detail__works:before,
.artists-detail__news:before,
.artists-detail__press:before,
.artists-detail__movie:before {
    content: "";
    width: 100vw;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    background: var(--c-border);
    margin-left: min(-120px, calc((100% - 100vw) / 2));
    margin-left: calc((100% - 100vw) / 2);
}
.news-details .artists-detail__movie:before{
    display:none;
}
.artists-detail__swip-inner {
    position: relative;
}
.artists-detail__exhibition .artists-detail__swip-inner {
    margin: 8.2% 0 0;
}
.artists-detail__news .artists-detail__swip-inner,
.artists-detail__press .artists-detail__swip-inner {
    margin: 2% 0 2.5%;
}
.artists-detail__swip-wrap-btn {
    display: flex;
    flex-direction: column;
    transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1);
    pointer-events: all;
}
.artists-detail__swip-wrap-btn:hover {
    opacity: 0.7;
}
.artists-detail__swip-wrap-text {
    display: block;
    font-size: 1.125rem;
    line-height: 1.445;
    font-weight: var(--w400);
    padding: 1em 0 0;
    letter-spacing: 0.02em;
    font-feature-settings: normal;
}
.artists-detail__swip-wrap-text small{
        line-height: 1.6em;
        font-size: 0.75rem;
        display: block;
        margin-top: 1.4em;
}
.ios .artists-detail__swip-wrap-text {
    font-family: var(--font-ja-w1);
    font-weight: 500;
}
.artists-detail__swip-wrap-data {
    font-family: var(--font-en-03);
    font-size: 0.688rem;
    font-weight: var(--w300);
    display: block;
    margin: 1.05em 0 0;
    letter-spacing: 0.1em;
}
.artists-detail__swip-wrap-img {
    order: -1;
    position: relative;
    height: 0;
    padding: 0 0 15.3rem;
}
.artists-detail__swip-wrap-img.onview:after{
    content:"";
    position:absolute;
    background: url(/assets/img/artists-detail/onview.svg) no-repeat;
    width: 4.4em;
    height: 1.4em;
    background-size: contain;
    margin: 0.7em 0 0 0.6em;
    left: 0;
    top: 0;
}
.artists-detail__news .artists-detail__swip-wrap-img,
.artists-detail__press .artists-detail__swip-wrap-img {
    padding: 0 0 22.5rem;
}
.artists-detail__swip-wrap-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.swiper-navWrap {
    display: flex;
    position: absolute;
    width: 111.5%;
    height: 3em;
    top: 0;
    left: 0;
    margin: 0 0 0 -5.7%;
    margin-top: calc(7.65rem - 1.5em);
    border: none;
    outline: none;
}
.u-slider + div + .swiper-navWrap {
    width: 100%;
    margin: 16rem 0 0;
}
.u-slider + .swiper-navWrap {
    width: 100%;
    margin-left: 0%;
    height: 31em;
}
.swiper-button-next,
.swiper-button-prev {
    color: #3c3c3c;
}
.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 1.5em;
}
.artists-detail__works-ctn {
    display: flex;
    gap: 4.5em 5%;
    flex-wrap: wrap;
    margin-top: 2%;
    padding-bottom: 0%;
}
.artists-detail__works-item {
    width: 30%;
}
.artists-detail__works-link {
    display: flex;
    flex-direction: column;
    transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}
.artists-detail__works-link:hover {
    opacity: 0.7;
}
.artists-detail__works-text {
    display: block;
    font-size: 0.8125rem;
    line-height: 1.445;
    font-weight: var(--w400);
    font-weight: var(--w300);
    padding: 0.6em 0 0;
    letter-spacing: 0.02em;
    font-feature-settings: normal;
    display: none;
}
.artists-detail__works-text02 {
    font-size: 0.688rem;
    display: block;
    font-family: var(--font-en-03);
    margin: 1.4em 0 0;
    letter-spacing: 0.1em;
    font-weight: var(--w300);
    line-height: 1.584;
    letter-spacing: 0.05em;
    font-feature-settings: normal;
}
.artists-detail__works-img {
    order: -1;
    position: relative;
    height: 0;
    padding: 0 0 100%;
}
figure.artists-detail__works-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.artists-detail__box-category {
    font-weight: var(--w300);
    border-bottom: solid 1px;
    font-family: var(--font-en-03);
    font-size: 0.813rem;
    padding: 1.35em 0 0.45em;
    letter-spacing: 0.1em;
}
.artists-detail__box-tl-name {
    display: block;
    font-weight: var(--w500);
    margin: 1.2em 0 0;
    font-size: 1.125rem;
    font-family: var(--font-ja-w5);
}
.artists-detail__box-tl-text {
    line-height: 1.445;
    display: block;
    font-weight: var(--w300);
    margin: 0.7em 0 0.65em;
    letter-spacing: 0.05em;
    font-size: 1.125rem;
    font-family: var(--font-ja);
}
.ios .artists-detail__box-tl-text {
    font-family: var(--font-ja-w1);
    font-weight: 500;
}
.artists-detail__box-tl-text b{
	font-weight: var(--w500);
	display:block;
	margin-bottom: -1.3em;
}
ios .artists-detail__box-tl-text b{
	font-weight: bold;
}
.artists-detail__movie-btn .artists-detail__box-tl-text {
}
.artists-detail__box-text {
    font-weight: var(--w300);
    letter-spacing: 0.064em;
    color: var(--c-font-01);
    font-size: 0.75rem;
    line-height: 2;
    font-family: var(--font-ja-w1);
    word-break: break-word;
}
.artists-detail__movie-btn .artists-detail__box-text {
    letter-spacing: 0.046em;
}
.artists-detail__box-date {
    font-family: var(--font-en-03);
    font-size: 0.75rem;
    font-weight: var(--w300);
    display: block;
    margin: 1.05em 0 0;
    letter-spacing: 0.1em;
}
.artists-detail__movie-btn {
    display: flex;
    flex-direction: column;
    width: 83.334%;
    margin: 2% auto 0;
}
.artists-detail__box-img-item {
    order: -1;
}
.youtube-16-9 {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
}
.artists-detail__swip {
    position: relative;
}
.artists-detail__exhibition.artists-detail__swip {
    padding-bottom: 4.1rem;
    padding-top: 4rem;
}
.u-slider{
    width: 83.334%;
    margin: 2% auto 0;
}
.artists-detail__wrap .top__caption{
        line-height: 1.584;
        font-size: 0.75rem;
        text-align: right;
        display: block;
        font-family: var(--font-en-03);
        padding: 2.5em 0 0em;
        margin: 0 auto;
        letter-spacing: 0.11em;
        width: calc(100vw - 80px);
        left: 50%;
        transform: translateX(-50%);
        position: relative;
        right: 0;
        margin-bottom: max(-127px, -8.8%);
        /* height: 1em; */
        color: #777;
}

@media screen and (max-width: 767px) {
    /* accordion */
    .artists-detail__sec01 .accordion__btn {
        margin-top: 4.9%;
        letter-spacing: 0.13em;
        position: relative;
        width: fit-content;
        padding-right: 1.3em;
        position: absolute;
        top: 100%;
        left: 0.2em;
        font-weight: var(--w300);
    }
    .artists-detail swiper{
        overflow:visible;
    }
    .accordion {
        position: relative;
    }
    .accordion__body {
        padding-left: 0.2em;
    }
    .artists-detail__hero {
        min-width: unset;
        max-height: unset;
        margin-left: calc((100% - 100vw) / 2);
    }
    .artists-detail__hero-img-wrap {
        margin-top: 0;
        padding-bottom: 117.2%;
    }
    .artists-detail__tl {
        font-size: 7.4rem;
        margin: 0% 0% 5.4% 6.4%;
    }
    .artists-detail__sec01 {
        font-size: 2.1rem;
        margin: 0 0 10%;
        letter-spacing: 0.075em;
        line-height: 1.57;
    }
    .artists-detail__nav {
        font-size: 2.1124rem;
        margin-bottom: 2.7rem;
    }
    .artists-detail__list {
        display: grid;
        grid-template-columns: repeat(3, 33.6%);
        justify-content: space-between;
        padding-bottom: 0.7em;
    }
    .artists-detail__item {
        padding: 0;
        margin: 1em 0 0.4em;
    }
    .artists-detail__item--01 {
        order: 5;
    }
    .artists-detail__item+.artists-detail__item {
        padding: 0;
    }
    .artists-detail__item--04:after {
        content: unset;
    }
    .artists-detail__item--01:after {
        content: unset;
    }
    .artists-detail__item:last-child:after {
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        width: 1px;
        height: 1.55em;
        background-color: #3c3c3c;
    }
    .artists-detail__item-btn {
        padding: 0;
        display: block;
        text-align: center;
    }
    .artists-detail__wrap {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
    }
    .artists-detail__sec02 {
        order: 5;
        position: relative;
        margin: 4.4% 0 16%;
    }
    .artists-detail__stl {
        font-size: 3.2rem;
        letter-spacing: 0.09rem;
    }
    .artists-detail__exhibition .artists-detail__swip-inner {
        margin: 6% 0 0;
    }
    .artists-detail__sec02 dl {
        margin-top: 1.5rem;
        letter-spacing: 0.085rem;
    }
    .artists-detail__sec02-btn {
        font-size: 2.1rem;
        margin: 8.6% 0 0;
        letter-spacing: 0.09em;
        padding: 0.1em 0.85em;
    }
    .artists-detail__sec02-stl {
        font-size: 1.9rem;
        margin: 4.5% 0 4.8%;
        letter-spacing: 0.05em;
    }
    .artists-detail__term {
        font-size: 1.9rem;
        line-height: 1.5789;
        width: 2em;
        white-space: nowrap;
    }
    .artists-detail__desc {
        font-size: 1.9rem;
        line-height: 1.5789;
        padding-left: 8.8rem;
    }
    .artists-biograph p{
        font-size: 1.9rem;
        line-height: 1.5789;
        justify-content: start;
    }
    .artists-biograph p:first-child{
        margin-top: 0.8em;
    }
    .artists-biograph strong{
        width: 6.6em;
        min-width: 6.65em;
    }
    .artists-biograph.wide strong{
        width: 6.65em;
        min-width: 6.65em;
    }
    .artists-detail__swip,
    .artists-detail__works,
    .artists-detail__movie,
    .artists-detail__sec02 {
        padding: 5.5% 0 6.7%;
    }
    .artists-detail__movie {
        padding-bottom: 13.7rem;
    }
    .artists-detail__exhibition.artists-detail__swip {
        padding-bottom: 5.5rem;
    }
     .artists-detail__exhibition.artists-detail__swip .swiper-pointer-events{
         overflow: initial;
     }
    .artists-detail__exhibition .swiper{
        overflow: initial;
    }
    .artists-detail__works:before,
    .artists-detail__news:before,
    .artists-detail__press:before,
    .artists-detail__movie:before,
    .artists-detail__sec02:before {
        margin-left: calc((100% - 100vw) / 2);
    }
    .artists-detail__sec02:before {
        content: "";
        width: 100vw;
        height: 1px;
        position: absolute;
        top: 0;
        left: 0;
        background: var(--c-border);
    }
    .artists-detail__exhibition:before {
        content: unset;
    }
    .artists-detail__swip-wrap {
        width: 100vw;
        margin-left: calc((100% - 100vw) / 2) !important;
    }
     .artists-detail__swip-wrap.u-slider
    {
     width: 100%;
     margin-left: 0% !important;
    }
    .artists-detail__news .artists-detail__swip-wrap,
    .artists-detail__press .artists-detail__swip-wrap {
        margin-top: 6.4%;
    }
    .swiper-wrapper {
        margin-bottom: 0;
    }
    .artists-detail__artists-detail__box-text-item,
    .artists-detail__artistEXHIBITIONs-detail__box-text-item,
    .artists-detail__movie-text-item{
        width: 87.5%;
        margin: 2% auto 0%;
    }
    .u-slider .artists-detail__artists-detail__box-text-item{
        width: 100%;
        margin: 0 auto;
    }
    .artists-detail__artists-detail__box-text-item{
        opacity: 0;
        min-height: 35em;
    }
    .text-origin{
        opacity: 0;
    }
    .slider__fix-text{
        position:absolute;
        bottom:0;
        left: 6.2%;
        top: 59.4%;
        opacity: 1;
        pointer-events: none;
    }
    .slider__fix-text a{
        pointer-events:all;
        z-index: 2;
        position: relative;
    }
    .u-slider + .slider__fix-text{
        width: 100%;
        margin: 0;
        left: 0;
        top: 68%;
    }
    .artists-detail__exhibition .slider__fix-text{
        width: 100%;
        left: revert-layer;
        top: 70.8vw;
        /* min-height: 11.6em; */
    }
    @media screen and (max-width: 370px) {
        .artists-detail__exhibition .slider__fix-text{
            top: 265px
        }
    }
    .u-slider + .slider__fix-text .artists-detail__box-category{
        display:none;
    }
    .artists-detail__swip-wrap-text {
        font-size: 2.4rem;
        padding: 4.9rem 1.6rem 0 4.3rem;
        letter-spacing: 0.08em;
    }
   .artists-detail__swip-wrap-text {
        padding-top: 1em;
    }
    .artists-detail__swip-wrap-text small{
        font-size: 0.7em;
        line-height: 1.7;
        display: inline-block;
        margin-top: 0.8em;
    }
    .artists-detail__swip-wrap-data {
        font-size: 1.4rem;
        padding: 1.1rem 0 0.8rem 4.3rem;
        margin: 0;
    }
    .swiper-pagination-bullet-active {
        background: var(--swiper-pagination-color,var(--swiper-theme-color));
    }
    .swiper-pagination-bullet {
        width: 7px;
        height: 7px;
    }
    .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
    .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 3px;
    }
    .artists-detail__swip-wrap-img {
        padding: 0 0 42.68rem;
    }
    .swiper-navWrap {
        height: 33em;
    }
    .artists-detail__news .artists-detail__swip-wrap-img,
    .artists-detail__press .artists-detail__swip-wrap-img {
        padding: 0 0 42.68rem;
    }
    .artists-detail__works-ctn {
        display: grid;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        margin-top: ０;
        gap: 1.5% 2.3%;
        grid-template-rows: auto auto; /* 例えば2行のとき */
        row-gap: 3.2em;
        align-items: center;
        padding-bottom: 0;
        min-height: max-content;
    }
    .artists-detail__works-item {
        width: 100%;
    }
    .artists-detail__works-item--main {
        /* grid-column: 1 / 5; */
        margin-bottom: 5.4%;
    }
    .artists-detail__works-text {
        display: none;
    }
    .artists-detail__works-text02 {
        display: none;
    }
    .artists-detail__works-img {
        padding: 0;
        height: auto;
    }
    figure.artists-detail__works-img img {
        position: unset;
        height: auto;
        max-height: 20em;
    }
    .artists-detail__box-category {
        font-size: 2.1rem;
        line-height: 1.8;
    }
    .artists-detail__movie-text-item {
        margin-top: -1rem;
    }
    .artists-detail__movie-text-item .artists-detail__box-category {
        visibility: hidden;
        font-size: 1.1em;
    }
    .artists-detail__box-tl-name {
        font-size: 3.2rem;
        margin: 2.2rem 0 0;
        line-height: 1.5;
    }
    .artists-detail__box-tl-text {
        font-size: 2.7rem;
        line-height: 1.6;
        margin: 1em 0 0.45em;
    }
    .artists-detail__box-tl-text b{
        display: inline-block;
        margin-bottom: 0.2em;
    }
    .ios .artists-detail__box-tl-text b{
        font-weight: 600;
    }
    .artists-detail__box-text {
        font-size: 2.1rem;
        line-height: 1.5714;
        margin-top: 1.6rem;
    }
    .artists-detail__box-date {
        font-size: 1.4rem;
        margin: 1.4rem 0 0;
    }
    .artists-detail__movie-btn {
        margin: 7.7% auto 0;
        width: 100%;
    }
    .swiper-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-bullets.swiper-pagination-horizontal,
    .swiper-pagination-custom, .swiper-pagination-fraction {
        margin-top: calc(42.7rem + 1.9rem);
        /* margin-top: 1.5em; */
        top: 0;
        bottom: auto;
        top: 0 !important;
    }
    .u-slider .swiper-horizontal>.swiper-pagination-bullets,
    .u-slider .swiper-pagination-bullets.swiper-pagination-horizontal{
        margin-top: calc(47.6rem + 1.9rem);
    }
    .artists-detail__swip-inner .u-slider .swiper-pagination-bullets.swiper-pagination-horizontal {
        margin-top: calc(30.5rem + 2rem);
        height: 0;
    }
    .modal02__ctn {
        width: 100%;
    }
    .modal02__close-btn {
        width: 12px;
        padding: 0;
        margin: 1.8%;
        border: none;
        outline: none;
    }
    .modal02__content {
        padding-top: 6rem;
    }
    .modal02__content .artists-detail__swip-wrap {
        width: 89%;
        margin: 0 auto !important;
        font-family: var(--font-en-03);
        font-weight: var(--w300);
    }
    .modal02__content .slider__fix-text{
        width: 88%;
        margin-top: 9.8em;
    }
    .artists-detail__works-ml-tl,
    .artists-detail__works-ml-text,
    .artists-detail__works-ml-text02 {
        font-size: 2rem;
        display: block;
        letter-spacing: 0.05rem;
        line-height: 1.4;
    }
    .artists-detail__works-ml-tl {
        margin-top: 10.5%;
        visibility: hidden;
        margin-bottom: -1.2em;
    }
    .artists-detail__works-ml-text {
        margin-top: 0.4%;
    }
    .artists-detail__works-ml-text02 {
        margin-top: 2.5%;
    }
    .artists-detail__works-ml-link {
        font-size: 1.8rem;
        letter-spacing: 0.1rem;
        border: 1px solid;
        display: block;
        text-align: center;
        padding: 2% 2%;
        margin: 8% auto 3.5%;
        width: 10rem;
    }
    .artists-detail__works-ml-img {
        position: relative;
        height: 0;
        padding-bottom: 93.35%;
    }
    .artists-detail__works-ml-img img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .modal02__content .swiper-pagination {
        top: 0;
        margin-top: calc(47rem + 1.5rem);
        bottom: auto;
    }
    .artists-detail__wrap .top__caption{
        /* position:absolute; */
        font-size: 2em;
        padding: 7em 0 2em;
        margin-bottom: -23%;
        width: calc(100vw - 15%);
    }
}
@media (hover:hover) {
    .artists-detail__works-ml-link {
        transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1);
        transition-property: background-color, color;
    }
    .artists-detail__works-ml-link:hover {
        background-color: #3c3c3c;
        color: #fff;
    }
}