@charset "utf-8";

/* ------------------------------------------ */
/* news CSS */
/* ------------------------------------------ */

/* ----------------------------------------
   sec-news
------------------------------------------*/
#sec-news {
}
#sec-news .sec-contents {
}
#sec-news .container-fluid {
    max-width: 1220px;
}
#sec-news .wrap {
    position: relative;
    display: flex;
}
#sec-news .col-title {
    width: 28%;
}
#sec-news .col-title .sec-title-en {
    display: table;
    line-height: 1;
}

#sec-news .col-title .sec-title-en .text {
    display: block;
    line-height: 1;
    letter-spacing: -0.01em;
    font-size: 84px;
    font-weight: 300;
}

#sec-news .col-title .sec-title-jp {
    margin-top: 15px;
    display: table;
    line-height: 1;
}

#sec-news .col-title .sec-title-jp .text {
    display: block;
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 500;
}

#sec-news .col-title .archive-area {
    width: 100%;
    max-width: 180px;
}
#sec-news .col-title .archive-area .c-title {
    display: block;
    line-height: 1;
    padding: 0 0 10px 2px;
    margin-bottom: 20px;
    border-bottom: 1px solid #362918;
}
#sec-news .col-title .archive-area .c-title .text {
    display: block;
    line-height: 1;
    letter-spacing: 0.01em;
}
#sec-news .col-title .archive-area .arc-list {
    display: block;
}
#sec-news .col-title .archive-area .arc-list ul {
}
#sec-news .col-title .archive-area .arc-list ul li {
    margin-bottom: 15px;
}
#sec-news .col-title .archive-area .arc-list ul li a {
    display: block;
}
#sec-news .col-title .archive-area .arc-list ul li a .text {
    display: block;
    line-height: 1;
    letter-spacing: 0.01em;
}
#sec-news .col-title .archive-area .arc-list ul .active .text,
#sec-news .col-title .archive-area .arc-list ul li a:hover .text {
    color: #e4007f;
}



#sec-news .col-contents {
    width: 72%;
}
#sec-news .col-contents .news-list {
    border-top: 1px solid #c2beb9;
}
#sec-news .col-contents .news-list .item {
    border-bottom: 1px solid #c2beb9;
}
#sec-news .col-contents .news-list .item a {
    display: block;
    padding: 30px 10px;
}
#sec-news .col-contents .news-list .item a {
    display: flex;
    align-items: center;
}
#sec-news .col-contents .news-list .item a .n-date {
    display: block;
    width: 125px;
}
#sec-news .col-contents .news-list .item a .n-date .text {
    display: block;
    letter-spacing: 0.02em;
    line-height: 1.2;
}
#sec-news .col-contents .news-list .item a .n-title {
    display: block;
    width: 100%;
    flex: 1;
}
#sec-news .col-contents .news-list .item a .n-title .text {
    display: block;
    letter-spacing: 0.02em;
    line-height: 1.3;
}
#sec-news .col-contents .news-list .item a:hover .n-title .text,
#sec-news .col-contents .news-list .item a:hover .n-date .text {

    color: #e4007f;
}

.col-contents .news-list .item.is-hidden {
    opacity: 0;
    height: 0;
    margin: 0;
    display: none;
}

#sec-news .btn-tp04 {
    margin: 0 auto;
}



@media (max-width: 768px) {
    #sec-news {
    }
    #sec-news .sec-contents {
    }
    #sec-news .container-fluid {
        max-width: 1220px;
    }
    #sec-news .wrap {
        position: relative;
        display: block;
    }
    #sec-news .col-title {
        width: 100%;
        padding-bottom: 80px;
    }
    #sec-news .col-title .sec-title-en {
        display: table;
        line-height: 1;
    }
    
    #sec-news .col-title .sec-title-en .text {
        display: block;
        line-height: 1;
        letter-spacing: -0.01em;
        font-size: 84px;
        font-weight: 300;
    }
    
    #sec-news .col-title .sec-title-jp {
        margin-top: 15px;
        display: table;
        line-height: 1;
    }
    
    #sec-news .col-title .sec-title-jp .text {
        display: block;
        line-height: 1;
        letter-spacing: 0.05em;
        font-weight: 500;
    }
    
    #sec-news .col-title .btn-tp02 {
        margin-top: 55px;
    }
    
    #sec-news .col-contents {
        width: 100%;
    }
    #sec-news .col-contents .news-list {
        border-top: 1px solid #c2beb9;
    }
    #sec-news .col-contents .news-list .item {
        border-bottom: 1px solid #c2beb9;
    }
    #sec-news .col-contents .news-list .item a {
        display: block;
        padding: 30px 10px;
    }
    #sec-news .col-contents .news-list .item a {
        display: flex;
        align-items: center;
    }
    #sec-news .col-contents .news-list .item a .n-date {
        display: block;
        width: 125px;
    }
    #sec-news .col-contents .news-list .item a .n-date .text {
        display: block;
        letter-spacing: 0.02em;
        line-height: 1.2;
    }
    #sec-news .col-contents .news-list .item a .n-title {
        display: block;
        width: 100%;
        flex: 1;
    }
    #sec-news .col-contents .news-list .item a .n-title .text {
        display: block;
        letter-spacing: 0.02em;
        line-height: 1.2;
    }
}

