@charset "UTF-8";
/* CSS Document */

@import "common.css";

/* MV */

#mv-area {
    width: 100%;
    height: 80vh;
}
/* スライドショーCSSここから*/

#mv-area .slick {
    height: 80vh;
    list-style-type: none;
    position: relative;
}
#mv-area .slick-slide {
    height: 80vh;
}
#mv-area .slick li.mv01 a, #mv-area .slick li.mv02 a, #mv-area .slick li.mv03 a, #mv-area .slick li.mvsp a, #mv-area .slick li.mv04 a {
    display: block;
    width: 100%;
    height: 80vh;
    font-weight: 700;
    text-decoration: none;
}
#mv-area .slick li.mv01 a:hover, #mv-area .slick li.mv02 a:hover, #mv-area .slick li.mv03 a:hover, #mv-area .slick li.mvsp a:hover, #mv-area .slick li.mv04 a:hover {
    opacity: 0.9;
}
#mv-area .slick li .btn-black {
    position:absolute;
    bottom: 0;
    display: inline-block;
}
#mv-area .slick li .btn-black {
    color: var(--sub-color);
    background-color: var(--main-color);
    width: 390px;
    height: 50px;
    font-size: 1.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
}
#mv-area .slick li .btn-black::after {
    content: "";
    background:url("../common/images/arrow.svg") no-repeat;
    width: 8px;
    height: 14px;
    position: absolute;
    right: 5%;
}
#mv-area .slick li.mv01 {
	background: url("../exhibition/images/260221/mv-001.jpg") no-repeat center/cover;
    width: 100%;
    position: relative;
}
#mv-area .slick li.mv02 {
	background: url(../images/mv-002.jpg) no-repeat center/cover;
    width: 100%;
    position: relative;
}
#mv-area .slick li.mv03 {
	background: url("../exhibition/images/251206/mv-001.jpg") no-repeat center/cover;
    width: 100%;
    position: relative;
}
#mv-area .slick li.mv04 {
	background: url("../images/mv-004.jpg") no-repeat center/cover;
    width: 100%;
    position: relative;
}
#mv-area .slick li.mv00 {
	background: url("../images/mv-003.jpg")no-repeat center/cover;
    width: 100%;
    position: relative;
}
#mv-area .slick li.mvsp {
	background: url("../images/mv-sp.jpg")no-repeat center/cover;
    width: 100%;
    position: relative;
}
#mv-area .slick li img.smp-mv {
    display: none;
}
#mv-area .slick-next {
    display: none !important;
}
.exhibition-mvtxt {
    margin: 10px 0 0 20px
}
.mv-iconarea {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 15px 0 0 15px;
}
.type {
    width: 100px;
    font-size: 1.6rem;
    display: inline-block;
    text-align: center;
}
.status {
    color: var(--sub-color);
    background-color: var(--notice-color);
    padding: 5px 0;
    border-radius: 5px;
    display: inline-block;
    font-size: 1.4rem;
    margin: 10px 0 0 0;
    width: 100px;
    text-align: center;
}
.status-preview {
    background-color: var(--point-color);
}
.exhibition-mvtxt .period {
    color: var(--sub-color);
    font-size: 2.2rem;
    filter: none;
    text-align: left;
    line-height: 1;
}
.mv01 .exhibition-mvtxt .period, .mv01 .type {
    color: var(--main-color);
}
.mv03 .exhibition-mvtxt .period {
    color: var(--main-color);
}
.exhibition-mvtxt .dow {
    font-size: 1.4rem;
}
.exhibition-mvtxt .opening-time {
	color: var(--sub-color);
	background: rgba(0,0,0,1);
    font-weight: 700;
    font-size: 2.2rem;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 5px;
    margin-top: 10px;
}
.exhibition-mvtxt .whitebg {
	color: var(--main-color);
	background: rgba(255,255,255,1);
}
.exhibition-mvtxt .title {
    color: var(--sub-color);
    display: none;
}
.voiceguide-btn {
    position: absolute;
    bottom: 120px;
    left: 20%;
    z-index: 100;
}
#mv-area .slick li.mv03 .voiceguide-btn a {
    width: 330px;
    height: 120px;
    opacity: 1;
}
#mv-area .slick li.mv03 .voiceguide-btn a:hover {
    opacity: 0.5;
}
.voiceguide-btn a img {
    width: 100%;
}
.voiceguide-btn a img.smp-only {
    display: none;
}

/* SP-AREA */

#notice-area a:link {
    text-decoration: underline;
}
#notice-area .btn {
    background-color: var(--sub-color);
    border-radius: 25px;
    padding: 8px 20px;
    text-align: center;
    color: var(--notice-color);
    display: inline-block;
    margin-top: 10px;
}
#notice-area a.btn:link {
    text-decoration: none;
}
#spbn-area {
    height: 160px;
    background: url("../VR/images/bg.jpg") center/cover no-repeat;
}
#spbn-area a {
    overflow: hidden;
    background:linear-gradient(to right, transparent 0%, transparent 20%, var(--main-color) 90%);
    text-align: left;
    color: var(--sub-color);
    font-size: 1.8rem;
    text-decoration: none;
    line-height: 1.8;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
    padding-left: 20%;
}
#spbn-area a p {
    filter: drop-shadow(0 0 3px #000);
}
#spbn-area img {
    position: relative;
    top: -10px;
    margin-left: 40px;
}
/* NEWS */

#news-area .wrapper {
    background-color: var(--maingrey-color);
}
#news-area .permanent-notice {
    font-size: 1.4rem;
    text-align: center;
    padding: 12px 0;
    color: var(--maingrey-color);
    border: 1px solid var(--maingrey-color);
    background-color: var(--palegrey-color);
}
#news-area #summer-holiday {
    font-size: 1.2rem;
    text-align: center;
    padding: 20px 10%;
    color: #2699AA;
    background-color: #DFFDFE;
    line-height: 1.5;
}
#news-area #summer-holiday h2 {
    font-size: 1.4rem;
    margin-bottom: 10px;
}
#news-area #summer-holiday h2::after {
    content: "";
    display: block;
    width: auto;
    height: 1px;
    background-color: #2699AA;
    margin-top: 5px;
}
#news-main {
    color: var(--sub-color);
    font-size: 1.4rem;
    display: flex;
    padding: 60px 0;
    max-width: 1000px;
    margin: auto;
}
.news-header {
    display: flex;
    flex-direction: column;
    border-right: 1px solid var(--sub-color);
    margin-right: 30px;
    width: 20%;
}
.news-header h2 {
    margin-bottom: 40px;
    line-height: 1.8;
}
.news-header h2 .en-title {
    display: block;
    margin-left: 0;
    color: var(--sub-color);
}
.news-header .btn-white {
    width: 100px;
    filter: none;
    color: var(--maingrey-color);
    text-align: left;
    padding: 12px 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.news-list {
    width: 78%;
}
article.news-title {
    color: var(--sub-color);
    display: flex;
    margin-bottom: 40px;
}
article.news-title:last-child {
    margin-bottom: 0;
}
article.news-title p {
    font-weight: 500;
    flex-basis: 86%;
}
article.news-title time {
    flex-basis: 14%;
    text-align: left;
    margin-right: 40px;
}

/* CALENDER */

#calender-ticket {
    padding: 100px 0;
    background-color: var(--palegrey-color);
}
#calender-ticket .wrapper {
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
#calender {
    width: 350px;
}
#calender h2 {
    margin-bottom: 20px;
}
.slide-arrow {
    bottom: 0;
    margin: auto;
    position: absolute;
    top: 0;
    cursor: pointer;
}
.prev-arrow {
    left: -30px;
}
.next-arrow {
    right: -30px;
    transform: rotate(-180deg);
}
.calender-img img {
    width: 100%;
}
.btn-white {
    max-width: 350px;
}

/* TICKET */

#ticket-area {
    flex-basis: 25%;
    margin-left: 30px;
}
#ticket-area h2 {
    margin-bottom: 20px;
}
#ticket-area img {
    width: 340px;
}
#ticket-area p {
    margin-bottom: 20px;
}
#ticket-area p:last-child {
    margin-bottom: 0;
}
.guruttopass img {
    border-radius: 10px;
}
.bn-border {
    border: 1px solid var(--maingrey-color);
}

/* INFO */

#info-area {
    flex-basis: 25%;
}
#info-area h2 {
    margin-bottom: 20px;
}
#info-area img {
    width: 340px;
    border-radius: 10px;
}
#info-area p {
    margin-bottom: 20px;
}
#info-area p:last-child {
    margin-bottom: 0;
}

/* EXHIBITION */

#exhibition-area {
    background-color: var(--main-color);
    padding: 40px 0 100px 0;
}
#exhibition-area h2 {
    color: var(--sub-color);
    text-align: center;
    margin-bottom: 40px;
}
#exhibition-area h2 .en-title {
    color: var(--sub-color);
}
#exhibition-area .wrapper {
    display: flex;
    justify-content: space-between;
}
.current-exhibition {
    width: 49.5%;
    color: var(--sub-color);
    position: relative;
}
.spreadlink {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}
.current-exhibition-img {
    background: url("../exhibition/images/251206/mv-001.jpg") center/cover no-repeat;
    height: 480px;
    position: relative;
    padding: 10px 0 0 10px;
}
.current-exhibition .btn-black {
    width: 190px;
    height: 40px;
    z-index: 10;
    right: 0;
    font-size: 1.4rem;
    display: flex;
}
.current-exhibition .title {
    line-height: 1.8;
    font-size: 1.2rem;
    margin: 20px;
}
.current-exhibition .main-title {
    font-size: 1.8rem;
}
.current-exhibition .period {
    font-size: 1.8rem;
    margin: 0 20px;
}
.current-exhibition .opening-time {
    font-size: 1.8rem;
    margin: 0 20px;
}
.exhibition-menu {
    display: flex;
    flex-direction: column;
    width: 49.5%;
    text-align: center;
}
.exhibition-menu h3 {
    color: var(--sub-color);
    font-size: 2.2rem;
    width: 100%;
    height: 100%;
    position: relative;
}
.exhibition-menu h3 .en-title::after {
    content: url("../common/images/arrow.svg");
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--main-color);
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: 0;
    right: 0;
}
.exhibition-menu h3 .en-title {
    color: var(--sub-color);
    font-size: 1.4rem;
    margin-top: 10px;
}
.exhibition-menu a {
    min-height: 190px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: rgba(0, 0, 0, 0.4);
    text-decoration: none;
}
.next-exhibition {
    background: url("../images/index-exhi01.jpg") center/cover no-repeat;
        margin-bottom: 10px;
}
.exhibition-schedule {
    background: url("../images/index-exhi02.jpg") center/cover no-repeat;
    margin-bottom: 10px;
}
.past-exhibition {
    background: url("../images/index-exhi03.jpg") center/cover no-repeat;
}

/* EVENT */

#event-area {
    padding: 100px 0;
    background-color: var(--palegrey-color);
}
#event-area .wrapper {
    max-width: 1000px;
    margin: auto;
}
#event-area h2 {
    max-width: 1000px;
    margin: 0 auto 20px;
}
#event-area .wrapper {
    display: flex;
    justify-content: space-between;
}
#event-area h3 img {
    width: 400px;
    margin-bottom: 20px;
}
#event-area h4 {
    font-size: 1.4rem;
    background-color: var(--sub-color);
    color: var(--maingrey-color);
    padding: 5px 20px;
    border-radius: 0 5px 5px 0;
    display: inline-block;
    border: 1px solid var(--maingrey-color);
    margin-bottom: 10px;
}
.status-closed {
    background-color: var(--maingrey-color);
    color: var(--sub-color);
    font-size: 1.4rem;
    padding: 5px 20px;
    border-radius: 5px 0 0 5px;
    font-style: normal;
}
.status-full {
    background-color: var(--notice-color);
    color: var(--sub-color);
    font-size: 1.4rem;
    padding: 5px 20px;
    border-radius: 5px 0 0 5px;
    font-style: normal;
}
#lecture-area .status-preview {
    background-color: var(--main-color);
    color: var(--sub-color);
    font-size: 1.4rem;
    padding: 5px 20px;
    border-radius: 5px 0 0 5px;
    font-style: normal;
}
#workshop-area .status-preview {
    background-color: var(--point-color);
    color: var(--sub-color);
    font-size: 1.4rem;
    padding: 5px 20px;
    border-radius: 5px 0 0 5px;
    font-style: normal;
}
#event-area p {
    font-size: 1.6rem;
    margin-bottom: 25px;
    width: 400px;
}
#event-area .sub-title {
    color: var(--maingrey-color);
    font-size: 1.2rem;
    margin-bottom: 5px;
    display: inline-block;
}
#event-area .date {
    font-size: 1.2rem;
}

/* OVERVIEW */

#overview-area {
    background-image: url("../images/index-bg001.jpg");
    background-repeat: no-repeat;
    background-size: 84%;
    background-position: -30%;
    color: var(--sub-color);
}
#overview-area .wrapper {
    background:linear-gradient(to right, transparent 0%, transparent 30%, var(--main-color) 60%);
    padding: 60px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
#overview-area h2 {
    text-align: right;
    margin-bottom: 80px;
}
#overview-area h2 .en-title {
    display: block;
    margin-top: 10px;
    color: var(--sub-color);
}
#overview-area .lead, #collection-area .lead {
    font-size: 1.4rem;
    width: 40%;
    line-height: 1.8;
    margin-bottom: 20px;
}
#overview-area .btn-white, #collection-area .btn-white {
    width: 190px;
    filter: none;
}

/* COLLECTION */

#collection-area {
    background: url("../images/index-bg002.jpg") right center/cover no-repeat;
    color: var(--sub-color);
}
#collection-area .wrapper {
    background:linear-gradient(to left, transparent 0%, transparent 30%, var(--main-color) 100%);
    padding: 60px;
}
#collection-area h2 {
    text-align: right;
    margin-bottom: 20px;
    color: var(--main-color);
}
#collection-area h2 .en-title {
    color: var(--main-color);
    display: block;
    margin-top: 10px;
}

/* OTHER CONTENTS */

#othercontents-area {
    display: flex;
    justify-content: space-between;
    color: var(--sub-color);
    margin: 60px 0 0 0;
    background: var(--sub-color);
}
#othercontents-area h2 .en-title {
    display: block;
    margin-left: 0;
    margin-top: 10px;
    font-size: 1.2rem;
    font-weight: 500;
    color: var(--sub-color);
}
#othercontents-area h2.other-btn01 {
    background:url("../images/index-bg003.jpg") no-repeat center/cover;
    width: 25%;
    height: 160px;
    display: block;
    margin-right: 3px;
}
#othercontents-area h2.other-btn02 {
    background:url("../images/index-bg004.jpg") no-repeat center/cover;
    width: 25%;
    height: 160px;
    display: block;
    margin-right: 3px;
}
#othercontents-area h2.other-btn03 {
    background:url("../images/index-bg005.jpg") no-repeat center/cover;
    width: 25%;
    height: 160px;
    display: block;
    margin-right: 3px;
}
#othercontents-area h2.other-btn04 {
    background:url("../images/index-bg006.jpg") no-repeat center/cover;
    width: 25%;
    height: 160px;
    display: block;
}
#othercontents-area h2 a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 2.0rem;
    text-decoration: none;
}

/* MUSEUM GUIDE */

#museumguide-area {
    background-color: #F0F0F0;
    padding: 60px 8%;
    color: var(--maingrey-color);
    font-size: 1.6rem;
    display: flex;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
    height: 555px;
}
#museumguide-area .wrapper::after {
    content: "";
    background: url("../images/pillar.svg") top/cover no-repeat;
    width: 85px;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: -40px;
    opacity: 0.5;
    filter: saturate(10%);
}
#museumguide-area h2 {
    margin-bottom: 40px;
}
#museumguide-area h2 .en-title {
    font-size: 1.2rem;
}
#museumguide-area .supplement {
    font-size: 1.2rem;
    margin-bottom: 30px;
    line-height: 1.5;
}
#museumguide-area h3 {
    margin-bottom: 20px;
}
#museumguide-area h3 strong {
    font-size: 2.2rem;
    color: var(--maingrey-color);
    font-weight: 700;
}
#museumguide-area .btn-white {
    width: 330px;
    display: block;
    text-decoration: none;
    margin-bottom: 20px;
}
#museumguide-area a {
    text-decoration: none;

}
#museumguide-area iframe {
    min-width: 50%;
    margin-left: 60px;
}

@media screen and (max-width: 1200px) {
    
    #mv-area {
        height: 80vh;
    }
    #mv-area .slick li.mv01 a, #mv-area .slick li.mv02 a, #mv-area .slick li.mv03 a, #mv-area .slick li.mv04 a   {
        height: 80vh;
    }
    #mv-area .slick li {
        height: 80vh;
    }
    #mv-area .slick li .btn-black {
        display: none;
    }
    #mv-area .slick li.mv03 .voiceguide-btn a {
        width: 250px;
        height: 65px;
    }
    .voiceguide-btn a img {
        display: none;
    }
    .voiceguide-btn a img.smp-only {
        width: 100%;
        display: block;
    }
    #spbn-area {
        height: 160px;
    }
    #spbn-area a {
        overflow: hidden;
        font-size: 1.8rem;
        padding: 0 5%;
    }
    #spbn-area img {
        margin-left: 20px;
    }
    .news-header {
        margin-right: 30px;
        width: 20%;
    }
    #news-main {
        max-width: 100%;
        padding: 60px;
    } 
    article.news-title {
        width: auto;
    }
    article.news-title time {
        width: 9em;
    }
    #calender-ticket .wrapper {
        max-width: 86%;
    }
    #calender, #ticket-area, #info-area {
        width: 32%;
    }
    #calender, #ticket-area, #info-area {
        flex-basis: 30%;
        text-align: left;
    }
    #calender img, #ticket-area img, #info-area img {
        width: 100%;
    }
    #calender img.slick-arrow {
        width: inherit;
    }
    .slide-arrow {
    }
    .prev-arrow {
        left: -20px;
    }
    .next-arrow {
        right: -20px;
        transform: rotate(-180deg);
    }
    #event-area .wrapper {
        max-width: 86%;
        margin: auto;
    }
    #event-area h2 {
        max-width: 86%;
        margin: 0 auto 20px;
    }
    #event-area h3 img {
        width: 100%;
        margin-bottom: 20px;
    }
    #event-area p {
        width: 100%;
    }
    #lecture-area, #workshop-area {
        width: 45%;
    }
    #overview-area {
        background-size: cover;
        background-position: 200%;
    }
    #collection-area .lead {
        width: 60%;
    }
    #museumguide-area .wrapper::after {
        background-image: none;
    }
    #museumguide-area {
        padding: 0;
        font-size: 1.6rem;
        height: auto;
    }
    #museumguide-area .wrapper {
        padding: 60px 5% 40px;
    }
    #museumguide-area iframe {
        height: auto;
        margin-left: 0;
    }
}
@media (orientation: portrait) and (max-width: 1280px) {
    
    #mv-area {
        height: 50vh;
    }
    #mv-area .slick li.mv01 a, #mv-area .slick li.mv02 a, #mv-area .slick li.mv03 a {
        height: 50vh;
    }
    #mv-area .slick {
        height: 50vh;
    }
    #mv-area .slick li {
        height: 50vh;
    }
    #mv-area .slick-slide {
        height: 50vh;
    }
    #mv-area .slick li img.smp-mv {
        display: none;
    }
    .exhibition-mvtxt {
        padding: 8px;
        margin: 0;
        position: absolute;
        background-color: var(--point-color);
        top: inherit;
        bottom: 0;
        left: 0;
        width: 100vw;
    }
    .mv-iconarea {
        position: absolute;
        top: 10px;
        left: 10px;
        margin: 0;
    }
    .mv03 .exhibition-mvtxt, .mv03 .exhibition-mvtxt .period {
        color: var(--sub-color);
    }
    .exhibition-mvtxt p {
        font-size: 1.4rem;
    }
    .mv-iconarea .type {
        display: none;
    }
    .status {
        font-size: 1.4rem;
        margin: 0;
        width: 70px;
    }
    .exhibition-mvtxt .period {
        font-size: 1.4rem;
        filter: none;
        color: var(--sub-color) !important;
        text-align: center;
        margin: auto;
        display: block;
        line-height: 1.5;
    }
    .exhibition-mvtxt .dow {
        font-size: 1.4rem;
    }
    .exhibition-mvtxt .title {
        display: none;
    }
    .exhibition-mvtxt .opening-time {
        margin: auto;
        display: block;
        border-radius: 0;
        font-size: 1.6rem;
        text-align: center;
        background: none;
    }
    #mv-area .slick li .btn-black {
        display: none;
    }
    .voiceguide-btn {
        bottom: 80px;
        left: 15%;
    }
}

@media screen and (max-width: 767px) {
    
    h2 {
        font-size: 2.4rem;
        text-align: center;
    }
    h2 .en-title {
        margin-left: 20px;
    }
    
    /* MV SMP */
    
    #mv-area {
        height: 100%;
    }
    #mv-area .slick {
        height: 100%;
    }
    #mv-area .slick li.mv01 a, #mv-area .slick li.mv02 a, #mv-area .slick li.mv03 a, #mv-area .slick li.mvsp a, #mv-area .slick li.mv04 a   {
        height: 100%;
    }
    #mv-area .slick li {
        background: none;
        height: 100%;
    }
    #mv-area .slick li img.smp-mv {
        display: block;
        width: 100%;
    }
    #mv-area .slick li.mv00 {
        background: url("../images/mv-003-smp.jpg")no-repeat center/cover;
        width: 100%;
    }
    #mv-area .slick li.mvsp {
        background: url("../images/mv-sp-smp.jpg")no-repeat center/cover;
        width: 100%;
    }
    .exhibition-mvtxt {
        padding: 8px;
        margin: 0;
        position: absolute;
        background-color: var(--point-color);
        top: inherit;
        bottom: 50px;
        left: 0;
        width: 100vw;
    }
    .mv-iconarea {
        position: absolute;
        top: 10px;
        left: 10px;
        margin-left: 0;
    }
    .mv03 .exhibition-mvtxt, .mv03 .exhibition-mvtxt .period {
        color: var(--sub-color);
    }
    .exhibition-mvtxt p {
        font-size: 1.4rem;
    }
    .mv-iconarea .type {
        display: none;
    }
    .status {
        font-size: 1.4rem;
        margin: 0;
        width: 70px;
    }
    .exhibition-mvtxt .period {
        font-size: 1.4rem;
        filter: none;
        color: var(--sub-color);
        text-align: center;
        margin: auto;
        display: block;
    }
    .exhibition-mvtxt .dow {
        font-size: 1.4rem;
    }
    .exhibition-mvtxt .title {
        display: none;
    }
    .exhibition-mvtxt .opening-time {
        margin: auto;
        display: block;
        border-radius: 0;
        font-size: 1.6rem;
        text-align: center;
        background: none;
        color: var(--sub-color);

    }
    #mv-area .slick li .btn-black {
        position: absolute;
        display: flex;
        width: 100vw;
    }
    .voiceguide-btn {
        bottom: 90px;
        left: 50%;
        width: 86%;
        right: 50%;
        transform: translate(-50%, -50%);
    }
    #mv-area .slick li.mv03 .voiceguide-btn a {
        width: 100%;
        height: auto;
    }
    .voiceguide-btn a img.smp-only {
        width: 100%;
        display: block;
    }

    /* SP-AREA SMP */

    #notice-area a:link {
        text-decoration: underline;
    }
    #notice-area .btn {
        margin-top: 10px;
    }
    #spbn-area {
        height: auto;
    }
    #spbn-area a {
        font-size: 1.4rem;
        line-height: 1.5;
        padding: 5%;
    }
    #spbn-area p img {
        width: 110px;
        margin-left: 10px;
        top: -5px;
    }
    
    /* NEWS SMP */

    #news-area .permanent-notice {
        padding: 12px 4%;
        border-top: 1px solid var(--maingrey-color);
        border-bottom: 1px solid var(--maingrey-color);
        border-left: none;
        border-right: none;
    }
    #news-main {
        font-size: 1.4rem;
        display: flex;
        flex-direction: column;
        padding: 60px 0;
        max-width: 86%;
        margin: auto;
    }
    .news-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: row;
        border-right: none;
        margin-right: 0;
        margin-bottom: 40px;
        border-bottom: 1px solid var(--sub-color);
        padding-bottom: 20px;
        width: 100%;
    }
    .news-header h2 {
        margin-bottom: 0;
        line-height: 1.8;
    }
    .news-header h2 .en-title {
        display: inline-block;
        margin-left: 20px;
    }
    .news-header p {
        display: inline-block;
    }
    .news-list {
        width: 100%;
    }
    article.news-title {
        flex-direction: column;
    }
    article.news-title:last-child {
        margin-bottom: 0;
    }
    article.news-title p {
        width: 100%;
        line-height: 1.6;
    }
    article.news-title time {
        width: 100%;
        margin-bottom: 15px;
        font-size: 1.6rem;
    }
    
    /* CALENDER SMP */

    #calender-ticket {
        padding: 60px 0 20px;
    }
    #calender-ticket .wrapper {
        max-width: 86%;
        margin: auto;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }
    #calender {
        width: 92%;
        margin: auto;
        margin-bottom: 60px;
    }
    #calender h2 {
        margin-bottom: 20px;
    }
    
    /* TICKET SMP */
    
    #ticket-area, #info-area {
        width: 100%;
        margin-left: 0;
        margin-bottom: 60px;
    }
    #ticket-area h2 {
        margin-bottom: 20px;
    }
    #ticket-area img {
        width: 100%;
    }
    #ticket-area p {
        margin-bottom: 20px;
    }
    #info-area p:last-child {
        margin-bottom: 0;
    }
    
    /* EXHIBITION SMP */

    #exhibition-area {
        padding: 40px 0 100px 0;
    }
    #exhibition-area h2 {
        margin-bottom: 40px;
    }
    #exhibition-area .wrapper {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }
    .current-exhibition {
        width: 100%;
        margin-bottom: 60px;
    }
    .current-exhibition-img {
        height: 400px;
        position: relative;
        padding: 10px 0 0 10px;
    }
    .current-exhibition .btn-black {
        font-size: 1.4rem;
    }
    .current-exhibition .btn-black a {
        width: 190px;
    }
    .current-exhibition .title {
        font-size: 1.2rem;
        margin: 20px;
    }
    .current-exhibition .main-title {
        font-size: 1.8rem;
    }
    .current-exhibition .period {
        font-size: 1.8rem;
        margin: 0 20px;
    }
    .exhibition-menu {
        flex-direction: column;
        width: 100%;
    }
    .exhibition-menu h3 {
        font-size: 2.2rem;
        width: 100%;
        height: 100%;
    }
    .exhibition-menu a {
        min-height: 150px;
        height: auto;
    }
    
    /* EVENT SMP */

    #event-area {
        padding: 100px 0;
    }
    #event-area .wrapper {
        max-width: 86%;
        margin: auto;
    }
    #event-area h2 {
        max-width: 86%;
        margin: 0 auto 20px;
    }
    #event-area .wrapper {
        flex-direction: column;
    }
    #event-area h3 img {
        width: 100%;
        margin-bottom: 20px;
    }
    #event-area p {
        font-size: 1.6rem;
        margin-bottom: 25px;
        width: 100%;
    }
    #event-area p:last-child {
        margin-bottom: 0;
    }
    #event-area .date {
        font-size: 1.4rem;
        display: block;
        margin-top: 10px;
    }
    #lecture-area {
        margin-bottom: 60px;
    }
    #lecture-area, #workshop-area {
        width: 100%;
    }
    
    /* OVERVIEW SMP */

    #overview-area {
        background-size: cover;
        background-position: center;
    }
    #overview-area .wrapper {
        background: rgba(0,0,0,0.5);
        padding: 8%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
    }
    #overview-area h2 {
        text-align: left;
        margin-bottom: 120px;
    }
    #overview-area h2 .en-title {
        margin-top: 10px;
        margin-left: 0;
    }
    #overview-area .lead, #collection-area .lead {
        font-size: 1.4rem;
        width: 100%;
    }
    #overview-area p {
        width: 100%;
    }

    #overview-area .btn-white, #collection-area .btn-white {
        width: 100%;
        filter: none;
    }

    /* COLLECTION SMP */

    #collection-area {
        background-position: center;
    }
    #collection-area .wrapper {
        background:linear-gradient(to bottom, transparent 0%, transparent 30%, var(--main-color) 100%);
        padding: 8%;
    }
    #collection-area h2 {
        text-align: left;
        margin-bottom: 120px;
    }
    #collection-area h2 .en-title {
        margin-top: 10px;
        margin-left: 0;
    } 
    
    /* OTHER CONTENTS SMP */

    #othercontents-area {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin: 3px 0 0 0;
    }
    #othercontents-area h2.other-btn01 {
        width: 49.5%;
        height: 124px;
        margin-right: 0;
        margin-bottom: 3px;
    }
    #othercontents-area h2.other-btn02 {
        width: 49.5%;
        height: 124px;
        margin-right: 0;
        margin-bottom: 3px;
    }
    #othercontents-area h2.other-btn03 {
        width: 49.5%;
        height: 124px;
        margin-right: 0;
    }
    #othercontents-area h2.other-btn04 {
        width: 49.5%;
        height: 124px;
    }
    
    /* MUSEUM GUIDE SMP */

    #museumguide-area {
        flex-direction: column;
    }
    #museumguide-area .wrapper {
        padding: 60px 8% 40px;
    }
    #museumguide-area h2 .en-title {
        font-size: 1.2rem;
    }
    #museumguide-area .supplement {
        font-size: 1.4rem;
        margin-bottom: 30px;
        line-height: 1.5;
    }
    #museumguide-area h3 {
        margin-bottom: 20px;
    }
    #museumguide-area h3 strong {
        font-size: 2.2rem;
    }
    #museumguide-area .btn-white {
        width: 100%;
    }
    #museumguide-area iframe {
        width: 100%;
        height: 390px;
        margin-left: 0;
    }
}

@media screen and (max-width: 280px) {
    
    .exhibition-mvtxt .opening-time {
        top: 61px;
    }

}