/*# sourceURL=../css/news-detail.css */
/*@ sourceURL=../css/news-detail.css */
@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%;
    /* padding-right: 30px; */
}
#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: 100%;
    flex: 1;
}
#sec-news .col-contents .news-date {
    display: block;
    line-height: 1;
    padding: 0 0 10px 2px;
    border-bottom: 1px solid #c2beb9;
}
#sec-news .col-contents .news-date .text {
    display: block;
    line-height: 1;
    letter-spacing: 0.01em;
}
#sec-news .col-contents .news-contents {
    padding-top: 50px;
    padding-bottom: 100px;
    border-bottom: 1px solid #c2beb9;
}
#sec-news .col-contents .news-contents .news-title {
    display: block;
    line-height: 1;
    padding-bottom: 50px;
}
#sec-news .col-contents .news-contents .news-title .text {
    display: block;
    line-height: 1.3;
    letter-spacing: 0.01em;
}
#sec-news .col-contents .news-contents .article-wrap {
}
#sec-news .col-contents .news-contents .article-wrap .text {
    display: block;
}
#sec-news .col-contents .news-contents .article-wrap .image {
    display: block;
    padding: 0 50px;
    margin: 0 auto;
}
#sec-news .col-contents .news-contents .article-wrap a {
    color: #e4007f;
}


@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%;
        flex: 1;
    }
}

.btn-area {
    display: block;
}
.btn-area .btn-tp05 {
    margin: 0 auto;
}
