@charset "utf-8";

/*------------------------------
  top(index.html)専用のCSS
------------------------------*/

#wrapper {
    position: relative;
}

.top_img {
    background: url(../../images/main_visual.png) no-repeat;
    background-size: contain;
    width: 100%;
    height: 41vw;
    z-index: -1;
}

.top_MV {
    position: relative;
}

.movie_area h2 {
    padding-top: 80px;
}

/*--------------------
　トップメッセージ（変更前）
--------------------*/
/*
.top_msg {
    font-size: 6rem;
    line-height: 1.5;
    color: #fff;
    position: absolute;
    top: 190px;
    left: 0;
    width: 100%;
    text-align: center;
}

.top_msg span {
    padding-left: 0.5em;
    height: 1.4em;
    background-color: rgba(34, 153, 107, 0.8);
}
*/

/*--------------------
　トップメッセージ（変更後）
--------------------*/

.top_msg {
    font-size: 5rem;
    line-height: 1.4;
    color: #fff;
    position: absolute;
    left: 60px;
    width: 100%;
    font-weight: 600;
    letter-spacing: 0.1em;
    bottom: 30px;
    font-family: "BIZ UDPMincho";
}

.top_msg span {
    height: 1.4em;
}




/*--------------------
  コンテンツ
--------------------*/

#contents {
    margin-top: 0px;
}

/*
#contents section {
  margin-bottom: 120px;
}
*/

#contents h2:last-child {
    margin-bottom: 0;
}

/*各セクションの背景画像*/
section .top_content .top-category01 {
    background: url(../../images/back_message.jpg) no-repeat;
    background-size: contain;
}

section .top_content .top-category02 {
    background: url(../../images/back_works_02.jpg) no-repeat;
    background-size: contain;
}

section .top_content .top-category03 {
    background: url(../../images/back_culture_02.jpg) no-repeat;
    background-size: contain;
}

section .top_content .top-category04 {
    background: url(../../images/back_interview_02.jpg) no-repeat;
    background-size: cover;
}


section .top_content .top-category05 {
    background: url(../../images/back_entry.jpg) top center no-repeat;
    background-size: cover;
}

.wrp_top_content_box {
    background: rgba(0, 0, 0, 0.7);
    padding-top: 100%;
    margin: 0 auto;
}

.top_content_box {
    line-height: 2;
    text-align: left;
    box-sizing: border-box;
    color: #fff;
}

.top_content_box p {
    margin-bottom: 60px;
}

section:nth-child(2n) .top_content_box {
    /*  float: right;*/
}

/*--0329-video--*/

#video-short {
    margin-bottom: 120px;
}

.video-container {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
}

.video-container p {
    margin-top: 20px;
}

.video-btn {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 70px;
    cursor: pointer;
}

/*--200320-youtube--*/
.movie-youtube {
    max-width: 800px;
    margin: 0 auto;
}

.movie-youtube > div {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.movie-youtube > div iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.movie-youtube__txt {
    display: block;
    margin: 0 auto 20px auto;
}








@media only screen and (max-width: 959px) {
    .movie-youtube {
        max-width: 100%;

        margin-bottom: 60px;
    }
}

/*------------------------------
  画面拡大時の対応
------------------------------*/

@media only screen and (min-width: 1401px) {
    /*
    .top_img {
        background: url(../../images/main_visual03.jpg);
        background-size: cover;
        width: 100%;
    }
*/



    #contents {
        /*        margin-top: 100px;*/
    }
}

/*----------------------------------------------
  2021リニューアル時追記
----------------------------------------------*/
#contents {
    padding: 0 70px;
    width: auto;
}

.top_content h2 {
    color: #fff;
}

.top_content span {
    color: #fff;
    margin-top: 0;
}

.top_content h2 {
    font-weight: 500;
    font-size: 3em;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.top_content_box h2 {
    font-weight: 200;
}

.top_content:last-child {
    margin-right: 0;
}

.top-category05 {
    height: 100%;
}


.top-category05 .wrp_top_content_box {
    /*    padding-top: 48.5%;*/
    padding-top: 0;
    height: 100%;
}

/*------------------------------
  動画
------------------------------*/

.modal_btn {
    border: none;
    background: none;
}


.movie {
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
}

.video-area {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 100px;
}

.video-area img {
    width: 100%;
}

.video-area p {
    line-height: 1.6em;
}

.video {
    padding-right: 0px;
}

/* .video:last-child {
    padding-right: 0;
} */


.video {
    max-width: 100%;
    height: auto;
    width: calc(100% / 3)
}

.video:nth-of-type(2n) {
  padding-right: 0;
}
.video:nth-of-type(n + 3) {
  /*margin-top: 40px;*/
}

.movie-youtube p {
    margin-top: 20px;
}


/*------------------------------
コンテンツ
------------------------------*/

h2 {
    font-size: 3em;
    padding-bottom: 40px;
}

.category {
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
}

.contents_01 {
    display: flex;
}

.contents_02 {
    display: flex;
    padding-top: 20px;
}

.contents_02 .top_content {}

.top_content {
    margin-right: 20px;
    position: relative;
    height: auto;
    width: calc((100% - 40px) / 3);

}

.contents_01 {
    margin-top: 20px;
}


.contents_02 .top_content {
    width: calc((100% - 40px) / 3);
}

.contents_02 .top_content:last-child {
    flex-grow: 1;
}

.content_sp {
    display: none;
}


/*------------------------------
コンテンツ_ホバー
------------------------------*/

.content_cover {
    color: #fff;
}


.top_content:hover h2 {
    opacity: 0;
}

.top_content h2 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}



.top_content:hover .content_cover {
    opacity: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;

}


.top_content .content_cover {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .4s;
    transition: all .4s;

}

.content_cover p {
    text-align: left;
}

.content_cover {
    font-size: 1em;
    line-height: 2em;
    text-align: center;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 90%;
    opacity: 0;
    height: 100%;
    padding-top: 30px;
    box-sizing: border-box;

}

.top-category05 .content_cover {
    width: 95%;
}



.btn-flat-border {
    display: inline-block;
    padding: 0.5em 4em;
    text-decoration: none;
    color: #fff;
    border: solid 2px #fff;
    transition: .3s;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 30px;
}

.btn-flat-border:hover {
    background: #fff;
    color: #000;
}



/*------------------------------
  タブレット中間(レスポンシブ)
------------------------------*/
@media only screen and (max-width: 1100px) {


    .content_cover {
        font-size: 0.9em;
        padding-top: 10px;
    }


    .top_content {
        width: 100%;
    }

    .top_msg {
        font-size: 5rem;
    }


}



/*------------------------------
  タブレット(レスポンシブ)
------------------------------*/

@media only screen and (max-width: 959px) {

    .top_img {
        z-index: -1;
    }

    .content_cover {
        font-size: 0.9em;
    }

    .top_content:hover h2 {
        opacity: 1;


    }

    section .top_content .top-category01 {
        background: url(../../images/back_message.jpg) no-repeat;
        background-size: cover;
    }

    section .top_content .top-category02 {
        background: url(../../images/back_works_02.jpg) no-repeat;
        background-size: cover;
    }

    section .top_content .top-category03 {
        background: url(../../images/back_culture_02.jpg) no-repeat;
        background-size: cover;
    }

    section .top_content .top-category04 {
        background: url(../../images/back_interview_02.jpg) no-repeat;
        background-size: cover;
    }


    section .top_content .top-category05 {
        background: url(../../images/back_entry.jpg) top center no-repeat;
        background-size: cover;
    }

    section .top_content .top-category01 {
        background-size: cover;
        margin-bottom: 20px;
    }

    section .top_content .top-category02 {
        background-size: cover;
        margin-bottom: 20px;
    }

    section .top_content .top-category03 {
        background-size: cover;
        margin-bottom: 20px;
    }

    .contents_02 {
        padding-top: 0;
    }


    /*--------------------
   トップメッセージ
  --------------------*/
    .top_msg {
        font-size: 4rem;
        bottom: 20px;
    }

    #contents {
        /*

        padding-top: 100px;
*/
    }

    #contents section {
        margin-bottom: 100px;
    }

    .top_content_box {
        width: 50%;
        padding: 50px 6%;
    }

    .top_content_box p {
        margin-bottom: 25px;
    }

    .video-container {
        padding: 0;
    }

    #video-short {
        margin-bottom: 100px;
    }

    /*--------------------
   2021追記
  --------------------*/


    .video-area {
        display: block;
    }

    .video {
        padding-right: 0;
        width: 100%;
    }


    /*--------------------
   2021追記（コンテンツ）
  --------------------*/

    .contents_01 {
        display: block;
    }

    .top_content_box h2 {
        top: auto;
        margin-top: 40px;
    }

    section .top_content .top-category01 {
        background-size: cover;
        margin-bottom: 20px;
    }

    .content_cover_sp p {
        color: #333;
    }

    .content_cover {
        opacity: 1;
        position: static;
        transform: none;
        margin-left: 20px;
        margin-top: 50px;
    }

    .wrp_top_content_box {
        padding-top: 0;
    }

    .btn-flat-border {
        position: static;
        transform: none;
        margin: 30px 0 30px 0;
    }

    .contents_02 {
        display: block;
    }



    .contents_02 .top_content {
        width: 100%;
    }

    section .top_content .top-category05 {
        background-size: cover;
        margin-top: 20px;
    }


    .top-category05 .content_cover {
        width: 90%;
    }


}




/*------------------------------
  スマートフォン(レスポンシブ)
------------------------------*/

@media only screen and (max-width: 599px) {

    .top_img {
        background: url(../../images/sp_main_visual.png) bottom center no-repeat;
        background-size: cover;
        width: 100%;
        padding-top: 170px;
    }

    .movie_area h2 {
        line-height: 1.2;
        padding-top: 30px;
    }

    /*--------------------
    ヘッダ
  --------------------*/



    /*--------------------
　 トップメッセージ
  --------------------*/
    .top_msg {
        font-size: 3rem;
        line-height: 1.7;
        font-weight: 600;
        left: 20px;
        bottom: 280px;
    }

    .top_msg span {
        /*        background-color: rgba(34, 153, 107, 1);*/
    }


    /*--------------------
    コンテンツ
  --------------------*/

    #contents {
        margin-top: 40px;
        padding-top: 0px;
    }

    #contents section .top_content {
        background: none;
    }

    #contents section {
        margin-bottom: 60px;
    }

    .top_content {
        height: auto;
    }

    .wrp_top_content_box {
        width: 100%;
        height: auto;
    }

    /* 各セクションの背景画像 */
    section:nth-child(1) .top_img_box {
        background: url(../../images/sp_back_message.jpg) center center no-repeat;
        background-size: cover;
        width: 100%;
        height: 200px;
    }

    section:nth-child(2) .top_img_box {
        background: url(../../images/sp_back_works.jpg) center center no-repeat;
        background-size: cover;
        width: 100%;
        height: 200px;
    }

    section:nth-child(3) .top_img_box {
        background: url(../../images/sp_back_interview.jpg) center center no-repeat;
        background-size: cover;
        width: 100%;
        height: 200px;
    }

    section:nth-child(4) .top_img_box {
        background: url(../../images/sp_back_culture.jpg) top center no-repeat;
        background-size: cover;
        width: 100%;
        height: 200px;
    }

    section:nth-child(5) .top_img_box {
        background: url(../../images/sp_back_entry.jpg) center center no-repeat;
        background-size: cover;
        width: 100%;
        height: 200px;
    }

    .top_content_box {
        /*        background: #f6f6f6;*/
        font-size: 1.4rem;
        font-weight: 100;
        width: 100%;
        min-height: inherit;
        /*        padding: 30px 6%;*/
        box-sizing: border-box;
        /*        position: absolute;*/
        top: 0;
    }

    .top_content_box p {
        margin-bottom: 30px;
    }

    .video-container {
        padding: 0 6%;
    }

    #video-short {
        margin-bottom: 60px;
    }

    /*----------------------------------------------
  2021リニューアル時追記
----------------------------------------------*/

    #contents {
        padding: 0;
    }


    .top_content h2 {
        position: static;
        top: auto;
        left: auto;
        transform: none;
        line-height: 1.5em;
        padding-bottom: 0;
    }

    .top_content_box {
        padding: 20px 0;
    }

    /*

    .content_sp {
        display: block;
                position: absolute;
        top: 0;
    }
*/

    section .top_content .top-category01 {
        background-size: cover;
        margin-bottom: 20px;
    }

    section .top_content .top-category02 {
        background-size: cover;
        margin-bottom: 20px;
    }

    section .top_content .top-category03 {
        background-size: cover;
        margin-bottom: 20px;
    }


    .content_pc {
        display: none;
    }

    .content_sp h2 {
        text-align: center;
    }

    .content_cover_sp p {
        color: #333;
    }

    .content_cover {
        opacity: 1;
        position: static;
        transform: none;
        margin: 0 0 0 20px;
    }

    .wrp_top_content_box {
        padding-top: 0;
    }

    .btn-flat-border {
        position: static;
        transform: none;
        margin: 30px 0 30px 0;
    }

    .contents_02 {
        display: block;
        padding: 0 6%;
    }



    .contents_02 .top_content {
        width: 100%;
    }

    section .top_content .top-category05 {
        background-size: cover;
        margin-top: 20px;
    }


    .top-category05 .content_cover {
        width: 90%;
    }





    /*--------------------
    動画
  --------------------*/

    .video-area {
        display: block;
    }

    .video {
        padding-right: 0;
    }

    .movie_area {
        padding: 0 6%;
    }



    /*--------------------
    カテゴリ
  --------------------*/

    .contents_01 {
        display: block;
        padding: 0 6%;
    }

    .top_content {
        width: 100%;
    }

    .top_content h2 {
        margin-top: 0;
    }




}
