@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('../images_the13th/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-30 {
    margin-bottom: 30px;
}
.mb-40 {
    margin-bottom: 40px;
}
.btn {
    width: 100%;
    height: 46px;
    line-height: 46px;
    text-align: center;
    margin: 0 auto;
}
.btn a {
    background-color: #B93728;
    border: 1px solid #8E1B1B;
    border-radius: 5px;
    display: block;
    color: #FFF;
    font-weight: bold;
}
.btn a:hover {
    opacity: 0.8;
}
.center {
    text-align: center;
}
.left {
    text-align: left;
}
.decoration-icon {
    position: absolute;
}

/*===========================================
ヘッダー
===========================================*/
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: 650px;
    background-image: url('../images_the13th/header_bg_the13th.png');
    background-size: cover;
    background-repeat:  no-repeat;           
    background-position:center center;
    width: auto;
    position: relative;
}
.title {
    position: absolute;
    right: 4%;
    top: 3%;
}
.meijin {
    position: absolute;
    left: 10%;
    bottom: -16%;
}
.prize_money {
    position: absolute;
    bottom: -9%;
    left: 50%;
    transform: translateX(-50%);
    max-width: 554px;
    width: 90%; 
    height: auto;
    z-index: 3000;
}

/*===========================================
イントロ
===========================================*/
.intro {
    margin: 10px 0;
    padding: 60px 0 24px;
    position: relative;
}
.intro img {
    margin: 0 auto;
}

/*===========================================
イントロ背景
===========================================*/
.intro_bg_icon {
    position: absolute;
}
.intro_bg_icon_1 {
    top: 56px;
    right: -23px;
}
.intro_bg_icon_2 {
    top: 304px;
    left: -10px;
}

/*===========================================
最高賞金紹介
===========================================*/
.prize-money-area {
    text-align: center;
    margin-bottom: 94px;
    position: relative;
}
.prize-money-area img {
    max-width: 420px;
    width: 100%;
    height: auto;
}

/*===========================================
応募の流れ
===========================================*/
.flow,
.details,
.prize,
.result {
    border: 4px solid #BF9A83;
    margin-bottom: 100px;
    position: relative;
    background-color: #F5EDDC;
    text-align: center;
}
.content-area {
    padding: 70px 16px 24px;
}
.flow h3,
.details h3,
.prize h3,
.result h3 {
    position: absolute;
    top: -70px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.flow dt {
    color: #B93728;
    font-size: 1.9rem;
    font-weight: bold;
    margin-bottom: 5px;
}
.flow dd {
    margin-bottom: 20px;
}
.flow dd.flow-add-info {
    text-align: left;
}
.form-btn {
    width: 100%;
    height: 46px;
    line-height: 46px;
    margin: 0 auto;
}
.theme {
    font-weight: bold;
    font-size: 14px;
}
.theme span {
    position: relative;
    padding: 0 30px;
    font-weight: normal;
    font-size: 15px;
}
.theme-info {
    text-align: left;
}
.theme-info span {
    font-weight: 900;
    display: block;
    text-align: center;
    margin-bottom: 7px;
}
.theme-info a {
    display: block;
    text-align: center;
    color: #B93728;
}
.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;
}

/*===========================================
応募方法詳細
===========================================*/
.details h4 {
    color: #B93728;
    font-size: 1.9rem;
    font-weight: bold;
    margin-bottom: 5px;
}
.details h4 + p {
    margin-bottom: 20px;
}
.details h4 + h5 {
    margin-bottom: 15px;
    font-weight: bold;
}
.to-result {
    margin-bottom: 15px;
}
.to-result:last-of-type {
    margin-bottom: 20px;
}
.details ul {
    padding-left: 1em;
    text-indent: -1em;
}
.details li {
    text-align: left;
}

/*===========================================
豪華景品
===========================================*/
.prize-area-01,
.prize-area-02 {
    margin-bottom: 30px;
}
.decorate-01 {
    max-width: 268px;
    width: 100%;
    height: auto;
}
.prize-area-01 img,
.prize-area-02 img {
    display: block;
    margin: 0 auto 10px;
}
.prize-area-02 > p {
    font-size: 1.6rem;
}
.emphasis {
    font-size: 23px;
}
.prize-area-02 .add {
    color: #B93728;
    text-align: left;
    font-size: 1.5rem;
}
.add span {
    display: inline-block;
}

/*===========================================
結果発表
===========================================*/
.result {
    margin-bottom: 50px;
}
.result h4 {
    color: #B93728;
    font-size: 1.9rem;
    font-weight: bold;
    margin-bottom: 5px;
}
.result h4 + p {
    margin-bottom: 20px;
}
.result ul,
.result ul + p  {
    text-align: left;
    padding-left: 1em;
    text-indent: -1em;
    margin-bottom: 15px;
}
.result ul + p {
    margin-bottom: 0;
}

/*===========================================
日替わりで応募作品をご紹介
===========================================*/
.introduction {
    text-align: center;
    margin-bottom: 10px;
    position: relative;
}
.introduction h3 img {
    max-width: 335px;
    width: 100%;
    height: auto;
}
.app-screen {
    max-width: 342px;
    width: 100%;
    height: auto;
}
.introduction p {
    text-align: left;
    margin-bottom: 10px;
}

/*===========================================
「ニコパス」インストール
===========================================*/
.app-install {
    text-align: center;
    background-color: #FFF100;
    padding: 30px 24px;
    margin-bottom: 50px;
}
.install-info {
    width: 94%;
    height: auto;
}
.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;
}

/*===========================================
お問い合わせボタン
===========================================*/
.contact-btn {
    width: 94%;
    margin-bottom: 50px;
}

/*===========================================
インフォメーションエリア
===========================================*/
.infomation {
    text-align: center;
    margin-bottom: 40px;
}
.infomation 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;
}
.infomation li:not(:last-child) {
    margin-bottom: 10px;
}

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

/*===========================================
装飾アイコン
===========================================*/
.decoration-icon-1 {
    bottom: -82px;
    left: -30px;
}
.decoration-icon-2 {
    bottom: -72px;
    right: -52px;
}
.decoration-icon-3 {
    bottom: -92px;
    left: -46px;
}

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