.p-exhibitions > main {
    padding-bottom: 0
}

.p-exhibitions .floating-button {
    height: 0;
    z-index: 20
}

.exhibitions {
    margin-top: -16px
}

.exhibitions--list {
    margin-top: 0;
    padding-top: 4px
}

.exhibitions__navigator {
    display: flex;
    justify-content: center;
    height: 64px;
}

.exhibitions__link {
    padding: 0 30px;
    color: #999
}

.exhibitions__link span {
    display: inline-block;
    font-size: 20px;
    line-height: 64px
}

.exhibitions__link.is-current {
    color: #111
}

.exhibitions__link.is-current span {
    position: relative
}

.exhibitions__link.is-current span:after {
    content: "";
    width: 100%;
    height: 4px;
    bottom: 0;
    display: block;
    position: absolute;
    background-color: #111
}

.exhibitions-kv {
    position: relative;
    margin-top: 64px
}

.exhibitions-kv__image {
    overflow: hidden;
    position: relative
}

.exhibitions-kv__image:before {
    content: "";
    display: block;
    clear: both;
    padding-top: calc((640 / 1920) * 100%)
}

.exhibitions-kv__image img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.exhibitions__content {
    padding-top: 120px;
    position: relative;
    z-index: 20;
    background: #e5eadf;
    transition: background 1.5s ease
}

.coming__content {
    height: 80vh;
    font-size: 53px;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    color: #6b6b6b;
}

.coming__exhibit {
    display: flex;
    flex-direction: column;
    height: 100%;
    align-content: flex-start;
}

.coming_exhibit__content {
    font-size: 30px;
    text-align: center;
    margin-top: 40px;
}

.coming_exhibit__content_bottom {
    margin-bottom: 100px;
}

.content__bracket {
    border: 4px solid #6b6b6b;
    width: 28px;
}

.bracket-left {
    border-right: 0;
}

.bracket-right {
    border-left: 0;
}

.content__text__wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 15px 46px;
}

.content__text-main {
    margin-bottom: 36px;
}

.content__text-sub {
    font-size: 38px;
}

.exhibitions__section {
    position: relative;
    margin: 0 auto;
    padding: 120px 40px;
    max-width: 1280px;
    box-sizing: border-box
}

.exhibitions__section.art-team::before, .exhibitions__section.artist::before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 50%;
    width: calc(100% - 80px);
    height: 1px;
    transform: translateX(-50%);
    background-color: #111
}

.exhibitions__section.composition {
    padding: 0;
    width: 100%;
    height: 980px;
    max-width: none
}

.exhibitions__title {
    font-size: 56px;
    font-weight: 700
}

.exhibitions__title--red-orange {
    color: #D03B12
}

.exhibitions__title--turquoise {
    color: #0685B2
}

.exhibitions__title--dark-green {
    color: #4d5e46
}

.exhibitions__title--orange {
    color: #c46b3c
}

.exhibitions__title--dark-blue {
    color: #1f529c
}

.exhibitions__title--purple {
    color: #9139A0;
}

.exhibitions__title--blue-green {
    color: #2C8F94;
}

.exhibitions__title--dali {
    color: #1C0096
}

.exhibitions__title--gaudi {
    color: #FF6419
}

.exhibitions__title--the_other_garden {
    color: #7b2e4f
}
/* s:20220502 작은 글씨 버전 클래스 추가 */
.exhibitions__title--dark-blue-small {
    color: #1f529c;
    font-size: 40px;;
}

.exhibitions__title--purple-small {
    color: #9139A0;
    font-size: 40px;;
}

.exhibitions__title--blue-green-small {
    color: #2C8F94;
    font-size: 40px;;
}

/* e:20220502 작은 글씨 버전 클래스 추가 */
.exhibitions__title--dark-red {
    color: #702b2b
}

.exhibitions__title--dark-orange {
    color: #ab7d22
}

.exhibitions__title--dark-violet {
    color: #3e216f
}

.exhibitions__title--sand {
    color: #AA7B1F
}

.exhibitions__title--the_other_garden-small {
    color: #7b2e4f;
    font-size: 40px;
}


.exhibitions__title-wrap {
    margin: 0 auto;
    padding: 0 40px 40px;
    box-sizing: border-box;
    max-width: 1280px
}

.exhibitions__dl {
    margin-top: 40px;
    overflow: hidden
}

.exhibitions__dl dd, .exhibitions__dl dt {
    font-size: 18px;
    line-height: 1.7222222222
}

.exhibitions__dl dt {
    float: left
}

.exhibitions__dl dd {
    margin-left: 103px;
    color: #666
}

.exhibitions__list {
    display: flex;
    margin: 0 auto 126px;
    padding: 0 40px;
    max-width: 1280px;
    box-sizing: border-box;
    flex-wrap: wrap;
    justify-content: space-between;
}

.exhibitions__item {
    position: relative;
    width: 48%;
    margin-bottom: 126px;
}

.list__link {
    display: block
}

.list__image {
    overflow: hidden;
    position: relative
}

.list__image:before {
    content: "";
    display: block;
    clear: both;
    padding-top: calc((332 / 588) * 100%)
}

.list__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.list__text-wrap {
    margin-top: 20px
}

.list__period {
    position: absolute;
    display: inline-block;
    right: 10px;
    bottom: 7px;
    font-family: RidleyGrotesk, sans-serif;
    font-size: 16px;
    line-height: 1.23;
    font-style: normal;
    color: #999
}

.list__period.period_row {
    text-align: right;
    position: relative;
    right: 0;
    bottom: 0;
}

.text__list {
    display: flex;
    flex-direction: column
}

.text__item {
    display: flex;
    align-items: center
}

.text__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.text__title {
    font-size: 16px;
    color: #111
}

.text__content {
    position: relative;
    margin-left: 21px;
    font-size: 20px;
    line-height: 1.7;
    font-weight: 700
}

.text__content:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -11px;
    width: 1px;
    height: 11px;
    transform: translateY(-50%);
    background: #ccc
}

.text__content--dark-green {
    color: #4d5e46
}

.text__content--orange {
    color: #c46b3c
}

.text__content--dark-blue {
    color: #1f529c
}

.text__content--dark-red {
    color: #702b2b
}

.text__content--dark-orange {
    color: #ab7d22
}

.text__content--dark-violet {
    color: #3e216f
}

.text__content--turquoise {
    color: #0685B2
}

.section__title {
    float: left;
    font-size: 40px;
    font-weight: 700
}

.section__title-sub {
    font-size: large;
    text-align: center;
    margin-top: 3px;
    font-weight: 500;
}

.section__content {
    margin-left: 306px
}

.section__text {
    font-size: 24px;
    line-height: 1.5416666667;
    font-weight: 500
}

.section__desc {
    margin-top: 11px;
    font-size: 18px;
    line-height: 1.7222222222;
    color: #666;
    word-break: break-all
}

.section__button {
    display: inline-flex;
    align-items: center
}

.section__button span {
    font-size: 16px;
    line-height: 1.6875;
    font-weight: 700
}

.section__button i {
    display: block;
    margin-left: 10px;
    width: 16px;
    height: 16px;
    background: url(../../images/exhibitions/icon_more-button.svg) no-repeat 0 0
}

.section__button-wrap {
    margin-top: 40px;
    text-align: right
}

.section__video-wrap {
    position: relative;
    margin-top: 120px;
    overflow: hidden
}

.section__video-wrap:before {
    content: "";
    display: block;
    clear: both;
    padding-top: calc((675 / 1200) * 100%)
}

.section__video-wrap video {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.artwork__wrap {
    margin-top: 120px
}

.section__video-wrap + .artwork__wrap {
    margin-top: 40px
}

.artwork__row {
    display: flex;
    overflow: hidden
}

.artwork__row + .artwork__row {
    margin-top: 4px
}

.artwork__row--1 .artwork__column--1 {
    width: 66.5%;
    flex: none
}

.artwork__row--2 {
    display: none
}

.artwork.is-expanded .artwork__row--2 {
    display: flex
}

.artwork__row--2 .artwork__column--4 {
    width: 66.5%;
    flex: none
}

.artwork__row--3 {
    display: none
}

.artwork.is-expanded .artwork__row--3 {
    display: flex
}

.artwork__column {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden
}

.artwork__column + .artwork__column {
    margin-left: 4px
}

.artwork__image {
    cursor: pointer
}

.artwork img {
    width: 100%;
    height: auto;
    transition: transform .3s ease
}

.artwork img:hover {
    transform: scale(1.0625)
}

.artwork__copyright {
    margin-top: 10px;
    font-size: 12px;
    color: #999;
    text-align: right
}

.artwork.is-expanded .section__button-wrap {
    display: none
}

.artist__item + .artist__item {
    margin-top: 40px
}

.artist__item:not(:first-child) {
    display: none
}

.artist.is-expanded .artist__item:not(:first-child) {
    display: list-item
}

.artist__title {
    font-size: 24px;
    line-height: 1.5416666667;
    font-weight: 700
}

.artist__text {
    font-size: 16px;
    line-height: 1.6875
}

.artist__text + .artist__desc {
    margin-top: 10px
}

.artist__desc {
    font-size: 18px;
    line-height: 1.7222222222;
    color: #666;
    word-break: break-all
}

.artist__image {
    flex: 1
}

.artist__image:first-child:not(:last-child) {
    flex: none;
    width: calc((304 / 894) * 100%)
}

.artist__image-wrap {
    display: flex
}

.artist__image-wrap--column {
    flex-direction: column
}

.artist__image-wrap--column .artist__image:first-child:not(:last-child) {
    flex: 1;
    width: 100%
}

.artist__image-wrap--column .artist__image + .artist__image {
    margin-top: 3px;
    margin-left: 0
}

.artist__image-wrap + .artist__title {
    margin-top: 64px
}

.artist__image + .artist__image {
    margin-left: 2px
}

.artist__image img {
    width: 100%
}

.artist.is-expanded .section__button-wrap {
    display: none
}

.art-team__dl {
    padding: 12px 0;
    overflow: hidden
}

.art-team__dl:first-child {
    padding-top: 0
}

.art-team__dl:last-child {
    padding-bottom: 0
}

.art-team__dl + .art-team__dl {
    border-top: solid 1px #ccc
}

.art-team__dl dd, .art-team__dl dt {
    font-size: 18px;
    line-height: 1.7222222222
}

.art-team__dl dt {
    float: left;
    font-weight: 500
}

.art-team__dl dd {
    margin-left: 247px;
    color: #666;
}

/* s:20220411 추가 */
.art-team__dl.dl_bg dt {
    font-size: 24px;
    float: none;
}

.art-team__dl.dl_bg dd {
    margin-left: 0px;
}

/* e:20220411 추가 */
.art-team__list {
    margin-top: 108px
}

.artist__list {
    margin-top: 0;
}

.art-team__item {
    overflow: hidden
}

.art-team__item + .art-team__item {
    margin-top: 40px
}

.art-team__item:not(:first-child) {
    display: none
}

.art-team.is-expanded .art-team__item:not(:first-child) {
    display: list-item
}

.art-team__image {
    position: relative;
    float: left;
    width: 148px;
    height: 178px
}

.artist-list__image {
    margin-top: 10px;
}

.art-team__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.art-team__title {
    font-size: 24px;
    line-height: 1.5416666667;
    font-weight: 700
}

.art-team__text {
    font-size: 16px;
    line-height: 1.6875
}

.art-team__text-wrap {
    margin-left: 244px
}

.art-team__desc {
    margin-top: 10px;
    font-size: 18px;
    line-height: 1.7222222222;
    color: #666;
    word-break: break-all
}

.art-team.is-expanded .section__button-wrap {
    display: none
}

.art-team--no-photo .art-team__title {
    font-weight: 500
}

.art-team--no-photo .art-team__desc {
    margin-top: 12px
}

.art-team--no-photo .art-team__desc + .art-team__dl {
    margin-top: 40px
}

.art-team--no-photo .art-team__dl {
    padding: 20px 0
}

.art-team--no-photo .art-team__dl:last-child {
    padding-bottom: 0
}

.composition .section__title {
    float: none;
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    font-size: 40px;
    font-weight: 700;
    color: #fff
}

.composition .section__title-wrap {
    position: absolute;
    padding: 0 40px;
    top: 120px;
    width: 100%;
    box-sizing: border-box;
    z-index: 10
}

.composition .swiper-container {
    height: 100%
}

.composition .carousel-navigation {
    position: absolute;
    margin-top: 0;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1280px;
    height: 100%;
    box-sizing: border-box;
    z-index: 100
}

.composition .carousel-navigation__anchor {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 64px;
    height: 64px
}

.composition .carousel-navigation__anchor:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(../../images/exhibitions/icon_composition_carousel-navigation_anchor.svg) no-repeat center center
}

.composition .carousel-navigation__anchor:after {
    content: none
}

.composition .carousel-navigation__anchor--next:after, .composition .carousel-navigation__anchor--prev:after {
    border-color: #fff
}

.composition .carousel-navigation__anchor--prev {
    left: 40px
}

.composition .carousel-navigation__anchor--next {
    right: 40px
}

.composition .carousel-navigation__anchor--next:before {
    transform: rotate(180deg)
}

.composition .carousel-navigation__current, .composition .carousel-navigation__divider, .composition .carousel-navigation__total {
    font-weight: 400;
    color: #fff
}

.composition .carousel-navigation__status {
    position: absolute;
    bottom: 168px;
    left: 50%;
    transform: translateX(-50%);
    height: 19px;
    line-height: 19px
}

.composition__item {
    overflow: hidden;
    width: 100%;
    height: 100%;
    background: #111
}

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

.composition__img {
    filter: brightness(0.45);
}

.composition__text-wrap {
    position: absolute;
    top: 298px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 792px;
    color: #fff
}

.composition__title {
    font-size: 48px;
    font-weight: 700;
    text-align: center
}

.composition__title + .composition__desc {
    margin-top: 64px
}

.composition__subtitle {
    margin-top: 10px;
    font-size: 20px;
    line-height: 1.7;
    font-weight: 500;
    text-align: center
}

.composition__subtitle + .composition__desc {
    margin-top: 20px
}

.composition__desc {
    margin-top: 122px;
    font-size: 20px;
    line-height: 1.7;
    word-break: break-all
}

.visit-point {
    padding: 120px 0;
    width: 100%;
    max-width: none;
    background-color: #fff
}

.visit-point__wrap {
    position: relative;
    margin: 0 auto;
    padding: 120px 40px;
    max-width: 1280px;
    box-sizing: border-box
}

.visit-point__head {
    overflow: hidden
}

.visit-point__text-wrap {
    float: left;
    margin-top: 120px;
    width: 428px
}

.visit-point__title {
    font-size: 40px;
    font-weight: 700
}

.visit-point__desc {
    margin-top: 18px;
    font-size: 18px;
    line-height: 1.7222222222;
    color: #666
}

.visit-point__image {
    position: relative;
    margin-left: 52.25%;
    max-width: 573px
}

.visit-point__image:before {
    content: "";
    display: block;
    padding-top: calc((390 / 573) * 100%)
}

.visit-point__image img {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%
}

.visit-point__body {
    margin-top: 80px
}

.visit-point__list {
    display: flex;
    justify-content: space-between
}

.visit-point__item {
    width: calc((100% - 48px) / 3)
}

.visit-point__item + .visit-point__item {
    margin-left: 24px
}

.visit-point__item .room__image {
    overflow: hidden;
    position: relative;
    margin-bottom: 14px;
    width: 100% !important
}

.visit-point__item .room__image:before {
    content: "";
    display: block;
    clear: both;
    padding-top: calc((240 / 384) * 100%)
}

.visit-point__item .room__image img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.visit-point__item .room__order {
    display: block;
    float: left;
    margin-top: 5px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #fff;
    background-color: #111;
    text-align: center
}

.visit-point__item .room__text-wrap {
    margin-left: 34px
}

.visit-point__item .room__title {
    font-size: 20px;
    line-height: 1.7
}

.visit-point__item .room__desc {
    font-size: 16px;
    line-height: 1.6875;
    color: #666
}

@media (max-width: 1280px) and (max-width: 1280px) and (min-width: 769px) {
    .visit-point__wrap {
        padding-bottom: 10vw
    }

    .visit-point__text-wrap {
        margin-top: 10vw
    }

    .visit-point__text-wrap {
        width: 35.6666666667vw
    }

    .visit-point__title {
        font-size: 3.3333333333vw
    }

    .visit-point__desc {
        font-size: 1.5vw
    }

    .visit-point__desc {
        margin-top: 1.5vw
    }
}

@media (max-width: 1280px) {
    .art-team__dl dt {
        float: none
    }

    .art-team__dl dd {
        margin-top: 12px;
        margin-left: 0
    }

    .art-team__dl dd + dt {
        margin-top: 10px
    }

    .art-team__image {
        margin-bottom: 20px;
        float: none
    }

    .art-team__text-wrap {
        margin-left: 0
    }

    .visit-point__wrap {
        padding-bottom: 120px
    }

    .visit-point__text-wrap {
        margin-top: 120px;
        width: 428px
    }

    .visit-point__title {
        font-size: 40px
    }

    .visit-point__desc {
        font-size: 18px;
        margin-top: 18px
    }
}



@media (max-width: 1280px) and (max-width: 768px) {
    .visit-point__wrap {
        padding-bottom: 40px
    }

    .visit-point__text-wrap {
        margin-top: 0
    }

    .visit-point__text-wrap {
        width: 0
    }

    .visit-point__title {
        font-size: 0
    }

    .visit-point__desc {
        font-size: 0
    }

    .visit-point__desc {
        margin-top: 0
    }
}

@media (max-width: 1052px) {
    .list__period.period_row {
        width: 30%;
    }
}

@media (max-width: 768px) {
    .exhibitions {
        margin-top: -30px
    }

    .exhibitions--list {
        margin-top: -10px;
        padding-top: 0
    }

    /* s: 20220412 추가된 상단 내비게이션 나란히 */
    .exhibitions__navigator {
        margin-top: -10px;
        height: 42px;
        overflow-x: scroll;
        justify-content: start;
    }

    .exhibitions__link {
        padding: 0 12px
    }

    .exhibitions__link:first-child span {
        width: 110px;
    }

    .exhibitions__link:nth-child(2) span, .exhibitions__link:nth-child(3) span {
        width: 94px;
    }

    /* s:20220502 가로크기 조정 */
    .exhibitions__link:nth-child(4) span {
        width: 218px;
    }

    /*.exhibitions__link:nth-child(4) span {*/
    /*    width: 250px;*/
    /*}*/

    /* e:20220502 가로크기 조정 */
    /* s: 20220412 추가된 상단 내비게이션 나란히 */
    .exhibitions__link span {
        font-size: 18px;
        line-height: 42px;
        width: 95px;
    }

    .exhibitions__link.is-current span:after {
        height: 3px
    }

    .exhibitions-kv {
        margin-top: 60px
    }

    .exhibitions-kv__image:before {
        padding-top: calc((340 / 375) * 100%)
    }

    .exhibitions__content {
        padding-top: 40px
    }

    .exhibitions__section {
        padding: 80px 20px
    }

    .exhibitions__section.art-team::before, .exhibitions__section.artist::before {
        width: calc(100% - 40px)
    }

    .exhibitions__section.composition {
        height: 812px
    }

    .exhibitions__title {
        font-size: 28px;
        line-height: 1.4285714286
    }

    .exhibitions__title-wrap {
        padding: 0 20px
    }

    .exhibitions__dl {
        margin-top: 20px
    }

    .exhibitions__dl dd, .exhibitions__dl dt {
        font-size: 14px;
        line-height: 1.9285714286
    }

    .exhibitions__dl dd {
        margin-left: 60px
    }

    .exhibitions__list {
        flex-direction: column;
        margin: 0 auto 60px;
        padding: 0 20px
    }

    .exhibitions__item {
        width: 100%;
        margin-bottom: 0;
    }

    .exhibitions__item + .exhibitions__item {
        margin: 60px 0 0
    }

    .content__bracket {
        border: 3px solid #6b6b6b;
        width: 18px;
    }

    .bracket-left {
        border-right: 0;
    }

    .bracket-right {
        border-left: 0;
    }

    .content__text__wrap {
        margin: 10px;
    }

    .content__text-main {
        margin-bottom: 18px;
        font-size: 30px;
    }

    .content__text-sub {
        font-size: 22px;
    }

    .list__image:before {
        padding-top: calc((190 / 335) * 100%)
    }

    .list__period {
        position: static;
        margin-top: 10px
    }

    .list__period.period_row {
        width: auto;
    }

    .text__title {
        font-size: 14px
    }

    .text__row {
        flex-direction: column;
        align-items: flex-start;
    }

    .text__content {
        margin-left: 13px;
        font-size: 18px;
        line-height: 1.7222222222
    }

    .text__content:before {
        left: -7px;
        height: 9px
    }

    .section__title {
        float: none;
        font-size: 24px;
        line-height: 1.5416666667
    }

    .section__title-sub {
        text-align: left;
    }

    .section__content {
        margin: 20px 0 0
    }

    .section__text {
        font-size: 18px;
        line-height: 1.7222222222
    }

    .section__desc {
        margin-top: 20px;
        font-size: 16px;
        line-height: 1.6875
    }

    .section__button-wrap {
        text-align: center
    }

    .section__video-wrap {
        margin-top: 60px
    }

    .artwork__wrap {
        margin-top: 60px
    }

    .section__video-wrap + .artwork__wrap {
        margin-top: 20px
    }

    .artwork__row {
        display: block
    }

    .artwork__row + .artwork__row {
        margin-top: 0
    }

    .artwork__row--1 .artwork__column {
        display: flex;
        flex-wrap: nowrap
    }

    .artwork__row--1 .artwork__column--1 {
        width: 100%
    }

    .artwork__row--1 .artwork__column--2 {
        margin: 3px 0 0
    }

    .artwork__row--1 .artwork__column--2 .artwork__row:first-child {
        margin-right: 3px
    }

    .artwork__row--2 {
        display: none
    }

    .artwork.is-expanded .artwork__row--2 {
        display: block
    }

    .artwork__row--2 .artwork__column {
        display: flex;
        flex-wrap: nowrap
    }

    .artwork__row--2 .artwork__column--3 {
        margin: 3px 0
    }

    .artwork__row--2 .artwork__column--3 .artwork__row:first-child {
        margin-right: 3px
    }

    .artwork__row--2 .artwork__column--4 {
        width: 100%
    }

    .artwork__row--3 {
        display: none
    }

    .artwork__row--3 {
        flex-wrap: wrap
    }

    .artwork__row--3 .artwork__column {
        flex: 1 1 40%;
        margin-top: 3px
    }

    .artwork__row--3 .artwork__column:first-child {
        margin-right: 3px
    }

    .artwork__column + .artwork__column {
        margin-left: 0
    }

    .artist__title {
        font-size: 18px;
        line-height: 2.0555555556
    }

    .artist__text {
        font-size: 14px;
        line-height: 1.5714285714
    }

    .artist__text + .artist__desc {
        margin-top: 20px
    }

    .artist__desc {
        font-size: 16px;
        line-height: 1.6875
    }

    .artist__image:first-child:not(:last-child) {
        width: calc((114 / 335) * 100%)
    }

    .artist__image-wrap--column .artist__image:first-child:not(:last-child) {
        width: 100%
    }

    .artist__image-wrap--column .artist__image + .artist__image {
        margin-left: 0
    }

    .artist__image-wrap + .artist__title {
        margin-top: 32px
    }

    .artist__image + .artist__image {
        margin-left: 1px
    }

    .art-team__dl {
        padding: 20px 0
    }

    .art-team__dl dd, .art-team__dl dt {
        font-size: 16px;
        line-height: 1.6875
    }

    .art-team__dl dt {
        float: none
    }

    .art-team__dl dd {
        margin-left: 0
    }

    .art-team__dl dd + dt {
        margin-top: 20px
    }

    .art-team__list {
        margin-top: 60px
    }

    .artist__list {
        margin-top: 0;
    }

    .art-team__image {
        float: left;
        margin-bottom: 24px;
        width: 80px;
        height: 96px
    }

    .art-team__title {
        margin-left: 100px;
        font-size: 20px;
        line-height: 1.85
    }

    .art-team-no-photo__title {
        margin-left: 0;
    }

    .art-team__text {
        margin-left: 100px
    }

    .artist-name__text {
        margin-top: -8px;
    }

    .artist-birth__text {
        display: block;
        margin-top: 10px;
    }

    .art-team-no-photo__text {
        margin-left: 0;
    }

    .art-team__text-wrap {
        margin-left: 0
    }

    .art-team__desc {
        clear: both;
        margin-top: 0;
        font-size: 16px;
        line-height: 1.6875
    }

    .art-team--no-photo .art-team__title {
        margin-left: 0;
        font-size: 18px;
        line-height: 1.7222222222;
        font-weight: 700
    }

    .art-team--no-photo .art-team__desc {
        margin-top: 20px
    }

    .composition .section__title {
        font-size: 24px;
        line-height: 1.5416666667
    }

    .composition .section__title-wrap {
        padding: 0 20px;
        top: 80px
    }

    .composition .carousel-navigation {
        top: auto;
        bottom: 60px;
        width: calc(100% - 40px);
        max-width: none;
        height: 36px
    }

    .composition .carousel-navigation__anchor {
        width: 40px;
        height: 36px
    }

    .composition .carousel-navigation__anchor:before {
        content: none
    }

    .composition .carousel-navigation__anchor:after {
        content: ""
    }

    .composition .carousel-navigation__anchor {
        position: relative;
        top: auto;
        transform: none
    }

    .composition .carousel-navigation__anchor--prev {
        left: auto
    }

    .composition .carousel-navigation__anchor--next {
        right: auto
    }

    .composition .carousel-navigation__status {
        position: static;
        bottom: auto;
        left: auto;
        transform: none;
        height: auto;
        line-height: 36px
    }

    .composition__text-wrap {
        padding: 0 20px;
        top: auto;
        bottom: 156px;
        box-sizing: border-box;
        width: 100%;
        max-width: none
    }

    .composition__title {
        font-size: 28px;
        line-height: 1.4285714286;
        text-align: left
    }

    .composition__title + .composition__desc {
        margin-top: 47px
    }

    .composition__subtitle {
        margin-top: 0;
        font-size: 16px;
        line-height: 1.6875;
        text-align: left
    }

    .composition__desc {
        margin-top: 0;
        font-size: 16px;
        line-height: 1.6875
    }

    .visit-point {
        padding: 40px 0 148px
    }

    .visit-point__wrap {
        padding: 40px 20px
    }

    .visit-point__text-wrap {
        float: none;
        margin-top: 0;
        width: 100%
    }

    .visit-point__title {
        font-size: 24px;
        line-height: 1.5416666667
    }

    .visit-point__desc {
        margin-top: 20px;
        font-size: 16px;
        line-height: 1.6875
    }

    .visit-point__image {
        margin: 40px 0 0;
        max-width: none
    }

    .visit-point__body {
        margin: 60px -20px 0
    }

    .visit-point__list {
        padding: 0 20px;
        overflow-x: scroll
    }

    .visit-point__item {
        flex: 0 0 auto;
        width: 319px
    }

    .visit-point__item + .visit-point__item {
        margin-left: 16px
    }

    .visit-point__item .room__image {
        margin-bottom: 20px
    }

    .visit-point__item .room__order {
        width: 20px;
        height: 20px;
        font-size: 12px;
        line-height: 20px
    }

    .visit-point__item .room__text-wrap {
        margin-left: 30px
    }

    .visit-point__item .room__title {
        font-size: 18px;
        line-height: 1.7222222222
    }

    .visit-point__item .room__desc {
        font-size: 14px;
        line-height: 1.5714285714;
        width: 274px
    }

    .coming_exhibit__content {
        font-size: 20px;
        text-align: center;
        margin-top: 26px;
    }

    .coming_exhibit__content_bottom {
        margin-bottom: 45px;
    }
}