.font_schedule_bold {
	margin-bottom: 10px;
}

.schedule-list {
    /*border-top: 1px solid #D3C7A2;*/
    /*margin-bottom: 40px;*/
    position: relative;
}

.schedule-list:after {
  background: #D3C7A2;

  top: 0;
  content: '';
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  width: 0%;

  -webkit-transition: width .8s ease-out;
  -o-transition: width .8s ease-out;
  transition: width .8s ease-out;
}

.schedule-list.show::after {
  width: 100%;
}

.schedule-list li {
    padding: 15px 0;
    position: relative;
}


.schedule-list li:after {
  background: #D3C7A2;

  bottom: 0;
  content: '';
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  
  width: 0%;

  -webkit-transition: width .8s ease-out;
  -o-transition: width .8s ease-out;
  transition: width .8s ease-out;
}

.schedule-list.show li::after {
  width: 100%;
}

.schedule-list li.right-to-left:after {
  height: 1px;
  right: 0;
  left: inherit;
}

.schedule-list.arrow li {
    position: relative;
    padding: 0 0;
    /*padding-left: 50px*/
}

.schedule-list.arrow li .arrow-icon {
    position: absolute;
    top: 26px;
    left: 0;
}

.top-corr.schedule-list.arrow li .arrow-icon {
    top: calc(50% - 18px);
}

.schedule-list.arrow li .arrow-icon i {
    font-size: 35px;
}

.font_schedule_bold .arrow-icon i {
    font-size: 30px;
    margin-right: 5px;
    vertical-align: -8px;
}

h5.font_schedule_bold a {
    text-decoration: none;
}

h5.font_schedule_bold a:hover {
    opacity: 0.8;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}


.schedule-list.arrow li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 15px 0 15px 50px;
    text-decoration: none;
    opacity: 1.0;
}

a.schedule-list-wrap .arrow-icon i,
.schedule-list.arrow li .arrow-icon i,
h5.font_schedule_bold .arrow-icon {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.schedule-list.arrow li a:hover {
    opacity: 0.8;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}

a.schedule-list-wrap:hover .arrow-icon i,
.schedule-list.arrow li a:hover .arrow-icon i,
h5.font_schedule_bold:hover .arrow-icon {
    -webkit-transform:translateX(5px);
        -ms-transform:translateX(5px);
            transform:translateX(5px);
}

a.schedule-list-wrap {
    display: block;
    width: 100%;
    text-decoration: none;
    opacity: 1.0;
} 

a.schedule-list-wrap:hover {
    opacity: 0.8;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}














.page-h1-title {
	padding: 80px 50px 25px 50px;
}

.page-h1-title h1 {
    font-family: 'UniNeueBold';
    font-size: 36px;
    text-align: left;
    letter-spacing: -0.36px;
    line-height: 1.16;
}

.page-h2-title {
	/*margin-bottom: 60px;*/
	padding-bottom: 0 !important;
}




/*===============================*/
/*top*/
/*===============================*/

#top {
    width: 100%;
    height: calc(100Vh - 95px);
    padding-bottom: 30px;
}

#top-section {
    width: 100%;
    height: 100%;
    position: relative;
    text-align: center;
}

#top-section h2 {
    position: absolute;
    display: block;
    width: auto;
    height: 140px;
    top: 0;
    bottom: 90px;
    left: 0;
    right: 0;
    margin: auto;
}

#top-section h2 {
    z-index: 1;
}

#top-section h2 .large {
    font-family: 'UniNeueBook';
    font-size: 88px;
    text-align: center;
    letter-spacing: -1.76px;
    line-height: 1.3;
}

#top-section h2 .small {
    font-family: 'UniNeueRegular';
    font-size: 30px;
    text-align: center;
    letter-spacing: 0.6px;
    line-height: 1.15;
}

#top-section>div {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;

    font-family: 'UniNeueBold';
    font-size: 32px;
    text-align: center;
    letter-spacing: 0.64px;
    line-height: 1.18;  
}

/*===============================*/
/*beyond-the-context-of-art*/
/*===============================*/

.event-list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 95px;
}

.event-list li {
  display: inline-block;

  width: calc(33.3% - 15px);
  padding-bottom: 20px;
  margin-bottom: 50px;
  
  position: relative;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.event-list li::after {
  background: #fff;

  bottom: 0;
  content: '';
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  
  width: 0;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);

  -webkit-transition: width .8s ease-out;
  -o-transition: width .8s ease-out;
  transition: width .8s ease-out;
}

.event-list li:hover::after {
  width: 100%;
}

.event-list li img {
    -webkit-transition: -webkit-filter .3s;
    transition: -webkit-filter .3s;
    -o-transition: filter .3s;
    transition: filter .3s;
    transition: filter .3s, -webkit-filter .3s;
}

.event-list li:hover img {
    filter: brightness(115%);
    opacity: 1.0;
}

.event-list li .img-wrap {
    margin-bottom: 20px;
}

.event-list a {
    text-decoration: none;
    color: #fff;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
        transform: translateY(0px);
}

.event-list a {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
        transform: translateY(0px);
}



.staff-list dd{
    margin-bottom: 20px;
}



/*=============================================================================================*/
/*tablet*/
/*=============================================================================================*/

@media screen and (max-width:1099px) {
    /*===============================*/
    /*top*/
    /*===============================*/

    #top-section h2 {
        height: 120px;
        /*bottom: 60px;*/
    }

    #top-section h2 .large {
        font-size: 67px;
    }

    #top-section h2 .small {
        font-size: 22px;
    }

    #top-section>div {
        font-size: 18px;
    }

    .event-list li {
        width: calc(50% - 10px);
    }
}

/*=============================================================================================*/
/*sp*/
/*=============================================================================================*/

@media screen and (max-width:799px) {
	.two-column>.content-h {
		margin-bottom: 30px;
	}

	.page-h1-title {
		padding: 30px 20px 20px 20px;
	}

	.page-h1-title h1 {
	    font-family: 'UniNeueBold';
	    font-size: 20px;
	    letter-spacing: -0.2px;
	}

    /*===============================*/
    /*top*/
    /*===============================*/

    #top-section h2 {
        height: 100px;
    }

    #top-section h2 .large {
        font-size: 47px;
    }

    #top-section h2 .small {
        font-size: 15px;
    }

    /*===============================*/
    /*beyond-the-context-of-art*/
    /*===============================*/

    .event-list li {
        width: 100%;
    }

    .event-list li:last-child {
        margin-bottom: 0;
    }

    #collective_movements .no-display_pc {
        display: inline;
    }
}

/*=============================================================================================*/
/*sp_s*/
/*=============================================================================================*/

@media screen and (max-width:599px) {

    /*===============================*/
    /*top*/
    /*===============================*/

    #top {
        height: calc(100Vh - 81px);
    }

    #top-section h2 {
        height: 60px;
        bottom: 60px;
    }

    #top-section h2 .large {
        font-family: 'UniNeueRegular';
        font-size: 27px;
        letter-spacing: -0.2px;
        line-height: 1.4;
    }

    #top-section h2 .small {
        font-family: 'UniNeueBold';
        font-size: 9.5px;
        letter-spacing: 0.19px;
    }

    #top-section>p {
        font-size: 18px;
        letter-spacing: 0.36px;
        line-height: 1.0;  
    }
}







































.page-h1-title {
    padding: 80px 50px 25px 50px;
}

.page-h1-title h1 {
    font-family: 'UniNeueBold';
    font-size: 36px;
    text-align: left;
    letter-spacing: -0.36px;
    line-height: 1.16;
}

.content-section .column {
    margin-bottom: 60px;
}

.content-section .column:last-child {
    margin-bottom: 0;
}

.content-section .column_2 {
    margin-bottom: 95px;
}

.content-section .column_2:last-child {
    margin-bottom: 0;
}

.font_img_caption {
    margin-top: 10px;
}


/* ===================== */
/* history */
/* ===================== */

.history .content-section {
    padding-top: 0;
}

.history-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}

.history-column .year-column {
    width: 25%;
    padding-right: 35px;
    border-right: 3px solid #fff;

    position: relative;
}

.history-column .year-column p {
    line-height: 0.7;
    text-align: right;
}

.history-column .year-column span {
    background-color: #292929;
    border: 3px solid #fff;
    display: inline-block;
    width: 28px;
    height: 28px;
    border-radius: 50%;

    position: absolute;
    top: 0;
    right: -15px;

}

.history-column .text-column {
    width: 75%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-bottom: 95px;
}

.history-column .text-column .img-wrap {
    width: 33.3%;
    padding-left: 40px;
    padding-right: 15px;
}

.history-column .text-column .text-wrap {
    width: 66.6%;
    padding-left: 15px;
}

/* ===================== */
/* slider */
/* ===================== */

.slider {
    margin: 0;
    padding-bottom: 20px;
}

.slider img {
    width: 100%;
    height: 75vw;
    max-height: 700px;
    object-fit: contain;
    font-family: 'object-fit: contain;';
    background: #000;
}

.slider .slick-arrow {
    width: 55px;
    height: 60px;

    opacity: 0.9;
    -webkit-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.slider .slick-arrow:hover {
    opacity: 0.5;
}

.slider .slick-next {
    right: 0px;
    z-index: 99;
}

.slider .slick-prev {
    left: 0px;
    z-index: 100;
}

.slick-prev:before {
    content: "" !important;
}

.slick-prev:after {
    content: url("../images/src/arrow_big_prev.svg");
}

.slick-next:before {
    content: "" !important;
}

.slick-next:after {
    content: url("../images/src/arrow_big_next.svg");
}

.dots {
    position: absolute;
    left: 0;
    right: 0;
    display: block;
    text-align: center;
}

.dots li {
    display: inline-block;
}

.dots li.slick-active button {
    background-image: url("../images/src/dots_image_active.svg");
}

.dots li button {
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    text-indent: -9999px;
    display: block;
    width: 50px;
    height: 20px;
    padding: 10px 0;
    margin: 0 5px;
    cursor: pointer;
    background-image: url("../images/src/dots_image.svg");
    background-repeat: no-repeat;
    background-position: 0 50%;
}

.slick-slide .credit {
  opacity: 0;
  -webkit-transition: opacity .5s ease-in-out;
  -o-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;
}

.slick-current .credit {
  opacity: 1;
  -webkit-transition-delay: 1.5s;
       -o-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

.slick-slide .font_img_caption {
  margin-top: 60px;
  opacity: 0;
  -webkit-transition: opacity .5s ease-in-out;
  -o-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;
}

.slick-current .font_img_caption {
  opacity: 1;
  -webkit-transition-delay: 1.5s;
       -o-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

.color-gold {
    color: #D3C7A2;
}

.comment h3.font_h_s {
    margin-top: -7px;
}


/*=============================================================================================*/
/*tablet*/
/*=============================================================================================*/

@media screen and (max-width:1099px) {
}


/*=============================================================================================*/
/*sp*/
/*=============================================================================================*/

@media screen and (max-width:799px) {
    .page-h1-title {
        padding: 30px 20px 20px 20px;
    }

    .page-h1-title h1 {
        font-family: 'UniNeueBold';
        font-size: 20px;
        letter-spacing: -0.2px;
    }

    .content-section .column {
        margin-bottom: 30px;
    }

    .content-section .column_2 {
        margin-bottom: 60px;
    }

    .dots li button {

        width: 20px;
        height: 10px;
        margin: 0 3px;
    }


    /* ===================== */
    /* history */
    /* ===================== */

    .history-column .year-column {
      padding-right: 20px
    }

    .history-column .year-column span {
        width: 20px;
        height: 20px;
        right: -11px;

    }

    .history-column .text-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding-left: 20px;
        padding-bottom: 60px;
    }

    .history-column .text-column .img-wrap {
        width: 100%;
        padding: 0 0 20px 0;
    }

    .history-column .text-column .text-wrap {
        width: 100%;
        padding-left: 0;
    }

    /* ===================== */
    /* slider */
    /* ===================== */

    .slider {
        width: calc(100% + 40px) !important;
        margin-left: -20px;
    }

    .slider .credit {
        margin-left: 20px;
    }

    .slick-slide .font_img_caption {
        padding: 0 20px; 
    }

    .slider .slick-arrow,
    .slider .slick-arrow {
        width: 25px;
        height: 30px;
        top: calc(50% - 15px);
    }

    .slick-prev:after {
        content: url("../images/src/arrow_big_prev_sp.svg");
    }

    .slick-next:after {
        content: url("../images/src/arrow_big_next_sp.svg");
    }

}

/*=============================================================================================*/
/*sp_s*/
/*=============================================================================================*/

@media screen and (max-width:599px) {}