/*
Theme Name:IWABUCHI Shigeki
*/

/*
  TOP
=================================================================*/

h3{
    color: #504419;
    line-height: 1em;
}
h3 .jp{
    margin-top: 5px;
}
.top_contents{
    padding: 0 5%;
}
.top_contents a{
    display: block;
    width: 100%;
    min-height: 250px;
    display: flex;
    align-items: center;
}
.top_contents h3{
    line-height: 1em;
}
.top_contents .jp{
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    color: #fff;
    font-size: 10px;
    display: block;
}
#area-1{
    padding: 0;
}
#top_news h3{
    width: 7%;
    max-width: 93px;
    margin-bottom: 30px;
}
#top_news{
    width: 90%;
    position: relative;
    top:-80px;
    margin-left: 10%;
    background: #fff;
    padding: 20px 30px;
    display: flex;
}
#top_news ul{
    width: 60%;
    margin-left: 40px;
}
#top_news ul li{
    margin-bottom: 20px;
}
#top_news ul li dl{
    display: flex;
}
#top_news ul li dl dt{
    margin-right: 30px;
}
#top_news ul li a{
    color: #333;
}
#link_news{
    display: block;
    width: 137px;
}
/*
  area-2
=================================================================*/
#area-2{
    background: url("../images/top_bg01.png") center no-repeat;
    background-size: cover;
}
#area-2 h3{
    width: 18%;
    max-width: 249px;
}
/*
  area-3
=================================================================*/
#area-3{
    background: url("../images/top_bg02.png") center no-repeat;
    background-size: cover;
}
#area-3 a{
    flex-direction: row-reverse;
}
#area-3 h3{
    width: 22%;
    max-width: 300px;
}

/*
  area-4
=================================================================*/
#area-4{
    background: url("../images/top_bg03.png") center no-repeat;
    background-size: cover;
}
#area-4 h3{
    width: 13.8%;
    max-width: 189px;
}

/*
  Page
=================================================================*/
h2{
    text-align: center;
    margin: 40px auto;
}
h2 .jp{
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    color: #231815;
    font-size: 10px;
    display: block;
    margin-top: 5px;
}

/*biography
=================================================================*/
#biography h2{
    width: 17%;
    max-width: 231px;
}
#biography .text_area{
    max-width: 880px;
    margin: 50px auto;
}
#biography dl dt{
    width: 42%;
}
#biography dl dt span{
    font-size: 27px;
}
#biography dl dd{
    margin-bottom: 30px;
    line-height: 2.5em;
}

/*discography
=================================================================*/
#discography h2{
    width: 20%;
    max-width: 280px;
}
#discography h3{
    text-align: center;
    font-size: 27px;
    font-weight: normal;
    margin: 100px 0 30px;
}
#discography ul{
    margin: 0 auto;
    max-width: 1000px;
    padding-bottom: 100px;
}
.works_list{
    display: flex;
    flex-wrap: wrap;
}
.works_list li{
    width: 32%;
    margin-bottom: 30px;
    margin-left: 2%;
}
.works_list li:nth-child(3n+1){
    margin-left: 0;
}
.works_list li dl{
    text-align: center;
}

/*contact
=================================================================*/
#contact{
    padding-bottom: 100px;
    min-height: 50vh;
}
#contact h2{
    width: 13%;
    max-width: 177px;
}
#contact p{
    text-align: center;
    font-size: 18px;
    margin-bottom: 80px;
}
#contact .contact_form{
    max-width: 790px;
    margin: 0 auto;
}
#contact input,#contact select,#contact textarea{
    width: 100%;
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
    padding: 0 10px;
    border: 1px solid #b5b5b6;
}
#contact textarea{
    height: 150px;
}
#contact .contact_form dl{
    margin-bottom: 20px;
}
#contact .contact_form dl dt{
    margin-bottom: 10px;
    font-size: 16px;
}
#contact .submit input{
    background: #000;
    color: #fff;
    border: none;
    text-align: center;
    font-size: 20px;
    height: 80px;
    line-height: 80px;
}
/*news
=================================================================*/
#news{
    padding-bottom: 100px;
}
#news h2{
    width: 10%;
    max-width: 107px;
}
.news_cont{
    max-width: 900px;
    margin: 0 auto;
    min-height: 40vh;
}
.news_cont dt{
    font-size: 22px;
    margin: 20px 0;
}
.back{
    margin: 100px;
    text-align: center;
}
.back a{
    color: #333;
}
.news_list{
    max-width: 900px;
    margin: 100px auto 0;
    min-height: 30vh;
}
.news_list li{
    margin-bottom: 20px;
    border-bottom: 1px solid #333a55;
    padding-bottom: 20px;
}
.news_list li dl{
    display: flex;
}
.news_list li dl dt{
    margin-right: 30px;
}
.news_list li dl dd a{
    color: #333;
}
.pager{
    max-width: 900px;
    margin: 0 auto;
}
.pager{
    position: relative;
}
.pager a{
    color: #333;
}
.pager .prev{
    position: absolute;
    left:0;
    top: 0;
}
.pager .next{
    position: absolute;
    right:0;
    top: 0;
}
/*
  PC
===========================================================================================================*/

@media screen and (min-width: 481px) {
    #link_news{
        position: absolute;
        bottom: 0;
        right: 10%;
    }
}


/*
  responsive
===========================================================================================================*/

@media screen and (max-width: 959px) {


}
/*
  sp
===================================================================================================*/

@media screen and (max-width: 480px) {
/*
  TOP
=================================================================*/
.top_contents{
    padding: 0 5%;
}
.top_contents a{
    display: block;
    width: 100%;
    min-height: 150px;
    display: flex;
}
.top_contents h3{
    line-height: 1em;
}
.top_contents .jp{
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    color: #fff;
    font-size: 10px;
    display: block;
    line-height: 1em;
}
#area-1{
    padding: 0;
}
#top_news h3{
    width: 20%;
    max-width: 93px;
}
#top_news{
    width: 100%;
    position: relative;
    top:0;
    margin-left: 0;
    padding: 20px 5%;
    display: block;
    box-sizing: border-box;
}
#top_news ul{
    width: 100%;
    margin-left: 0;
}
#top_news ul li dl{
    display: block;
}
#top_news ul li dl dt{
    margin-right: 0
}
#link_news{
    display: block;
    width: 30%;
    margin: 0 auto;
    position: relative;
    top:0;
    left: 0;
}
/*
  area-2
=================================================================*/
#area-2 h3{
    width: 36%;
}
/*
  area-3
=================================================================*/
#area-3 h3{
    width: 44%;
}

/*
  area-4
=================================================================*/
#area-4 h3{
    width: 28%;
}

/*
  Page
=================================================================*/

    /*biography
    =================================================================*/
    #biography h2{
        width: 34%;
        max-width: 231px;
    }
    #biography .text_area{
        width: 90%;
        margin: 50px auto;
    }

    /*discography
    =================================================================*/
    #discography h2{
        width: 40%;
    }
    #discography h3{
        font-size: 20px;
    }
    .works_list{
        width: 90%;
        margin: 0 auto;
    }
    .works_list li{
        width: 49%;
    }
    .works_list li:nth-child(2n+1){
        margin-left: 0;
    }

    /*contact
    =================================================================*/
    #contact h2{
        width: 26%;
    }
    #contact p{
        font-size: 15px;
        width: 90%;
        margin: 0 auto 40px;
    }
    #contact input,#contact select,#contact textarea{
        width: 100%;
        height: 50px;
        line-height: 50px;
        box-sizing: border-box;
        padding: 0 10px;
        border: 1px solid #b5b5b6;
    }
    #contact textarea{
        height: 150px;
    }
    #contact .contact_form{
        width: 90%;
        margin: 0 auto;
    }
    #contact .contact_form dl{
        margin-bottom: 20px;
    }
    #contact .contact_form dl dt{
        font-size: 14px;
    }
    #contact .submit input{
        font-size: 16px;
        height: 60px;
        line-height: 60px;
    }
    /*news
    =================================================================*/
    #news{
        padding-bottom: 50px;
    }
    #news h2{
        width: 20%;
    }
    .news_cont{
        max-width: 900px;
        width: 90%;
    }
    .news_cont dt{
        font-size: 18px;
        margin: 20px 0;
    }
    .news_list{
        width: 90%;
        margin: 50px auto 0;
    }

}