@charset "utf-8";
/* CSS Document */
/* トップページ */

#contents {
    background: #FFF;
}

#contents #top_image a::after,
#contents #banner a::after,
#contents #old_banner a::after {
    content: '';
    transition: all 0.3s ease-in-out;
}

#contents #top_image a:hover::after,
#contents #banner a:hover::after,
#contents #old_banner a:hover::after {
    background-color: rgba(0,0,0,0.3);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#top_image {
    display: flex;
    height: 700px;
}

.link_image.show,
#banner a.show {
    opacity: 1;
}

.link_image,
#banner a {
    opacity: 0;
    transition: all 1s ease-in-out;
}

.link_image {
    display: flex;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.link_image:nth-child(1) {background-image: url(images/top1.png)}
.link_image:nth-child(2) {background-image: url(images/top2.png)}
.link_image:nth-child(3) {background-image: url(images/top3.png)}

.link_image a {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    position: absolute;
}

.link_image a img {
    width: 30%;
}

#old_banner {
    background: #1A1A1A;
    text-align: center;
    padding: 20px 5px;
}

#old_banner a {
    display: inline-block;
    margin: 10px;
}

#news {
    background-color: #1A1A1A;
    color: #FFF;
    height: 40px;
    position: relative;
}

#news ul {
    width: calc(100vw - 80px);
    height: 100%;
    overflow: hidden;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

#news ul * {
    width: 100%;
    height: 40px;
}

#news ul li {
    width: 100%;
    float: left;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

#news ul li a {
    color: currentColor;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

#news ul .slick-arrow {
    color: transparent;
    border-color: transparent;
    background: transparent;
    position: absolute;
    width: 40px;
    height: 40px;
    z-index: 500;
    font-size: 0.1rem;
    cursor: pointer;
    top: 0; bottom: 0; margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

#news ul .slick-arrow:hover {
    opacity: 0.7;
    transition: all 0.3s ease-in-out;
}

#news ul .slick-arrow.slick-prev {
    left: 10%;
    transform: rotate(270deg)
}

#news ul .slick-arrow.slick-next {
    right: 10%;
    transform: rotate(90deg)
}

#news ul .slick-arrow::after {
    top: 0; bottom: 0; left: 0; right: 0; margin: auto;
    position: absolute;
    color: #FFF;
    content: '▲';
    font-size: 2.0rem;
}

#news_new {
    background: #1A1A1A;
    padding: 20px 0;
    color: #FFF;
    margin-bottom: -5px;
}

#news_new a {
    transition: all 0.3s ease;
}

#news_new a:hover {
    opacity: .7;
}

#news_new ul,
#news_new h2 {
    margin: 0 auto;
    padding: 0 10px;
    max-width: 940px;
}

#news_new ul li {
    margin: 20px 0;
    list-style: none;
}

#news_new ul li::before {
    border-left: 5px solid currentColor;
    border-right: 5px solid currentColor;
    padding: 0;
    width: 80px;
    text-align: center;
    display: inline-block;
    margin-right: 10px;
    font-size: 1.2rem;}

#news_new ul li.tag-exhibition::before {
    content: '個展';
    border-color: #1B1464;
}

#news_new ul li.tag-event-info::before {
    content: 'イベント';
    border-color: #bf2510;
}

#news_new ul li.appearance::before {
    content: 'メディア出演';
    border-color: #00a039;
}

#news_new ul li.topics::before {
    content: 'お知らせ';
    border-color: #c41665;
}

#news_new ul li a {
    color: currentColor;
    text-decoration: none;
}

#news_new ul li a time {
    display: none !important;
    position: relative;
    padding-right: 90px;
}

#news_new ul li a time::after {
    content: '';
    display: block;
    position: absolute;
    background: #FFF;
    width: 70px;
    height: 1px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 10px;
}

#news_new ul#stickys {
    margin-bottom: 50px;
}

#news_new ul#stickys li {
    list-style: none;
    margin-left: 0;
    font-size: 1.8rem;
}

#news_new ul#stickys li a {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
}

#news_new ul#stickys li .pick_up{
    background: #FFF;
    color: #1A1A1A;
    display: inline-flex;
    font-weight: bold;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 0 5px;
    font-size: 1.3rem;
    border-radius: 5px;
    margin-right: 5px;
}

#banner {
    display: flex;
    width: 100%;
    height: 160px;
}

#banner a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    text-decoration: none;
    flex-direction: column;
    text-align: center;
    font-family: "游明朝","Yu Mincho","ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

#banner a h3 {
    font-size: 2.2rem;
    padding-bottom: 5px;
    border-bottom: 1px solid currentColor;
    margin: 5px 0;
}

#banner a:nth-child(1) {background-color: #1B1464;}
#banner a:nth-child(2) {background-color: #bf2510;}
#banner a:nth-child(3) {background-color: #00a039;}
#banner a:nth-child(4) {background-color: #c41665;}

#banner a p {
    display: none;
}

#top_banner {
    margin: 0;
    background: #1A1A1A;
}

#top_banner ul {
    margin: 0;
    height: auto;
    display: flex;
}

 #top_banner ul li {
    width: 50%;
    margin: 10px;
    /* align-items: inherit;
    justify-content: space-around;
    text-align: inherit;    */
} 
#top_banner ul li img {
    max-height: 150px;
}  

@media screen and (max-width : 768px){
#side_contents ul {
    width: 100%;
}

.link_image a {
    flex-direction: column;
}

#news {
    height: auto;
    padding: 10px 0;
}

#news ul {
    width: 100%;
    margin: 0;
}

#news ul li {
    padding: 0 30px;
}

#news ul .slick-arrow.slick-prev {
    left: 0;
}

#news ul .slick-arrow.slick-next {
    right: 0;
}

#news_new ul li::before,
#news_new ul li a time {
    display: block;
    margin-bottom: 5px;
}

#news_new ul li a time::after {
    display: none;
}

.link_image {
    flex: 1 1 100%;
}

.link_image a img {
    width: auto;
    height: 80%;
}

#banner {
    height: auto;
}

#banner a {
    padding: 30px 0;
}
}