@charset "utf-8";

/*===========================================
共通
===========================================*/
*,
*::before,
*::after {
    box-sizing: border-box;
}
a {
    text-decoration: none;
    color: #080808;
}
li {
    list-style-type: none;
}
html {
    font-size: 62.5%;
}
body {
    font-family: 'Avenir','Helvetica Neue','Helvetica','Arial', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', sans-serif;
    background-color: #F5F1E9;
    background-image: url('../the12th_result_images/backgroung_image.png');
    background-size: 50%;
    background-repeat: repeat;
    line-height: 1.8;
    font-size: 1.5rem;
    color: #080808;
}
.wrapper {
    padding: 0 3%;
    position: relative;
    overflow-x: hidden;
}
.mb-10 {
    margin-bottom: 10px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-25 {
    margin-bottom: 25px;
}
.mb-30 {
    margin-bottom: 30px;
}

/*===========================================
ヘッダー
===========================================*/
header {
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #FFF100;
}
.hero {
    height: 768px;
    background-image: url('../the12th_result_images/header_bg_the12th.png');
    background-size: cover;
    background-repeat:  no-repeat;           
    background-position:center center;
    width: auto;
    position: relative;
}
.title {
    position: absolute;
    top: 68px;
    right: 9%;
}
.meijin {
    position: absolute;
    left: 16%;
    bottom: -7px;
}

/*===========================================
募集期間
===========================================*/
.during {
    background-color: #B9965F;
    text-align: center;
}
.during p {
    color: #fff;
    line-height: 40px;
    height: 40px;
    font-weight: bold;
}

/*===========================================
イントロ
===========================================*/
.intro {
    margin: 40px 0 118px;
    text-align: center;
    position: relative;
}
.intro p {
    text-align: left;
    padding: 20px 0 12px;
}

/*===========================================
イントロ背景
===========================================*/
.intro_bg_icon {
    position: absolute;
}
.intro_bg_icon_1 {
    top: 247px;
    left: 27px;
}
.intro_bg_icon_2 {
    top: 339px;
    right: 51px;
}

/*===========================================
コンテンツ
===========================================*/
.section {
    border: 4px solid #BA9652;
    margin-bottom: 90px;
    position: relative;
    background-color: #F5EDDC;
    text-align: center;
}
.section:last-child {
    margin-bottom: 40px;
}
.content-area {
    padding: 70px 24px 24px;
}
.section h2 {
    position: absolute;
    top: -70px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.section h3 {
    color: #B93728;
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 10px;
}
.content-area p {
    text-align: left;
}

/*===========================================
テーマ
===========================================*/
.content-area p.theme {
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    margin-bottom: 40px;
}
.theme span {
    position: relative;
    padding: 0 30px;
    font-weight: normal;
    font-size: 16px;
}
.theme span:before, .theme span:after {
    content: '';
    position: absolute;
    top: 46%;
    display: inline-block;
    width: 20px;
    height: 1px;
    background-color: #969696;
}
.theme span::before {
    left: 0;
}
.theme span::after {
    right: 0;
}

/*===========================================
入選作品
===========================================*/
.prize-title {
    margin-bottom: 30px;
}
.prize-title + ul {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5;
}
.prize-title + ul span {
    font-size: 1.5rem;
    font-weight: normal;
}
.meijin-prize li {
    margin-bottom: 16px;
}
.prize-area-01 > p,
.prize-area-02 > p {
    font-size: 1.5rem;
    text-align: left;
}
.prize-work-area.tatsujin-prize {
    margin-bottom: 50px;
}
.prize-work-area.meijin-prize {
    margin-bottom: 40px;
}
.prize-work-area.meijin-prize:last-child {
    margin-bottom: 50px;
}
.content-area .prize-work {
    text-align: center;
    font-size: 15px;
    font-weight: 900;
    margin: 0 -17px 20px;
    color: #B93728;
}
.content-area .prize-work span {
    font-size: 16px;
    font-weight: normal;
}
.work-hr-end {
    margin-top: 50px;
}
.work-hr {
    margin-bottom: 40px;
    opacity: 0.5;
}
.work-hr + p {
    font-weight: bold;
    margin-bottom: 20px;
}
.meijin-area {
    margin-bottom: 20px;
}
.meijin-area p {
    text-align: center;
}
.applicant-area p {
    text-align: left;
}
.comment_icon {
    width: 100%;
    max-width: 340px;
    height: auto;
}

/*===========================================
次回告知
===========================================*/

/*===========================================
過去の入選作品
===========================================*/
.btn {
    width: 100%;
    height: 46px;
    line-height: 46px;
    text-align: center;
    margin: 0 auto;
}
.past-work-btn {
    width: 100%;
    height: 46px;
    line-height: 46px;
    margin: 20px auto 0;
}
.content-area .past-work-btn:nth-of-type(n+3) {
    margin: 12px auto 0;
}
.btn a {
    background-color: #B93728;
    border: 1px solid #8E1B1B;
    border-radius: 5px;
    display: block;
    color: #FFF;
    font-weight: bold;
    text-align: center;
}
.btn a:hover {
    opacity: 0.8;
}

/*===========================================
「ニコパス」インストール
===========================================*/
.app-install {
    text-align: center;
    background-color: #FFF100;
    padding: 30px 3%;
    margin-bottom: 50px;
}
.app-install p {
    font-weight: bold;
    margin-bottom: 10px;
}
.app-install p span {
    font-size: 2rem;
}
.install-info {
    width: 94%;
    height: auto;
    margin-bottom: 5px;
}
.install-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 15px;
}
.install-area a {
    display: block;
    margin: 0 2%;
}
.trademark li {
    font-size: 1rem;
    line-height: 1;
    text-align: left;
}

/*===========================================
インフォメーションエリア
===========================================*/
.information {
    text-align: center;
    margin-bottom: 40px;
}
.information h3 {
    margin-bottom: 20px;
}
.icon-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 25px;
}
.icon-area a {
    margin: 0 2.5%;
}
.icon-area a:hover {
    opacity: 0.8;
}
.information li:not(:last-child) {
    margin-bottom: 10px;
}

/*===========================================
フッター
===========================================*/
footer {
    height: 90px;
    line-height: 90px;
    text-align: center;
    font-size: 1.2rem;
}

@media screen and (min-width: 960px) {
	
    /*===========================================
    ヘッダー
    ===========================================*/
    .hero {
        /* height: 650px;
        background-size: cover;
        background-repeat:  no-repeat;            */
        background-size: auto;
    }
    
}