@charset "utf-8";
/* CSS Document */


/* Primary
---------------------------------*/
body {
    background: #fff;
    color: #111;
}
.contest_lp {
    margin: 0;
    font-family: YakuHanJP, "Sawarabi Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    line-height: 1.6;
    letter-spacing: 0.05em;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
html {text-size-adjust: 100%;}
.contest_lp p {line-height: 1.8;}
.contest_lp ul {list-style: none; margin: 0; padding: 0;}
.contest_lp img { max-width:100%;}

/* LINK
---------------------------------*/
a, a:hover, a:active { outline:0px !important}

a:link,.cta .btn {
    color: #111;
    text-decoration: none
}
a:visited {
    color: inherit;
}
a:active {
    color: ;
}
a:focus {
    color: ;
}
a {
    outline: none;
}
.btn{
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
}


/* TYPO
---------------------------------*/
.contest_lp {font-size: 16px;}
.contest_lp h2 {
    font-size: 56px;
    font-family: "Sawarabi Gothic";
    font-weight: 900;
    text-align: center;
    letter-spacing: .05em;
}
.lead_lv_02, .lead_lv_03, .colr_gray {
    color: #333;
}
.lead_lv_01 .number,
.contest_table_area .table_01 th,
.contest_table_area .table_01 td,
.contest_table_area .table_01 thead th span,
.duration_list li {
font-family: 'Fjalla One', sans-serif;
}
.lead_lv_01 {font-size: 40px;}
.lead_lv_02 {font-size: 32px;}
.lead_lv_01 .number{
    font-size: 150px;
    font-weight: 900;
    display: block;
    line-height: 1;
    color: #111;
}
.lead_lv_03 {
    font-size: 24px;
    text-align: center;
}
.cta .btn {
    font-size: 2em;
    font-weight: 700;
    letter-spacing: -0.04em;
}
#sec_CryptoECN h2 { font-size: 46px;}

/* MV
---------------------------------*/
.mv_area {
    background: url(../images/mv_bg.jpg) no-repeat 50% 0;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mv_cache_area {
    background: url(../images/mv_cache_bg.png) no-repeat 50% 0;
    background-size: cover;
}
.mv_cache {
    font-size: 24px;
    margin: 0;
}
img.ico_symbol_list {max-width: 540px;}
#sec_01 {
    background:  url(../images/bg_gr.png) repeat-x 0 0;
}
#sec_01 h2{
    background: url(../images/ttl_overview.png) repeat-x 0 0;
    margin: 0 auto;
    max-width: 100%;
    text-shadow: 1px 4px 3px #d2b105;
    padding: .5em;
    color: #fff;
}
#sec_01 h2:before{content: none;}

/* COMMON
---------------------------------*/
.contest_lp section {
    margin-bottom: 30px;
}
.contest_lp h2 {
    max-width: 780px;
    margin: 0 auto 1em;
    position: relative;
}
.contest_lp h2 span {
    background: #fff;
    position: relative;
    z-index: 2;
    display: inline-block;
    padding: 0 .5em;
    color: #d2b105;
}
.contest_lp h2:before {
    position: absolute;
    top: 50%;
    z-index: 1;
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #a38d2f;
    background: linear-gradient(-45deg, transparent, #a38d2f 10%, #a38d2f 90%, transparent);
}
.contest_lp h3 {
    text-align: center;
    color: #fff;
    background: #d2b105;
    font-size: 18px;
    padding: .2em;
    font-weight: 700;
    margin-bottom: 1em;
}
.list_ico li {
    margin-bottom: 1em;
    background-size: 30px;
    vertical-align: middle;
    display: flex;
    align-items: baseline;
}
.list_ico li:before {
    content: "●";
    color: #d2b105;
    font-size: 10px;
    margin-right: .5em;
}
section.bg_gray {
    background: #eee;
    padding: 90px 0;
    margin-bottom: 60px;
}
.bg_gray h2 span {
    background: #eee;
}

/*  CTA AREA BTN
---------------------------------*/
.cta_wrap {
    background: url(../images/bg_cta.svg) no-repeat 50% 50%;
    background-size: cover;
    padding: 90px 0 60px;
}
.cta {
    text-align: center;
    margin-bottom: 60px;
}
.cta .note {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
    color: #fff;
}
.cta a:hover {
    margin-top: -2px;
    box-shadow: 0px 0px 0px 1px rgb(211, 180, 28);
}
.cta .btn {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    padding: 1em .5em;
    border: solid 5px;
    background: url(../images/noisy.png) repeat #d2b105;
    color: #fff;
    border-radius: 6px;
    box-shadow: 0px 2px 3px -1px rgba(204, 204, 204, 0.6);
}
.cta .btn.btn_02 {
    background-color: #2b2b2b;
}

/* TABLE BASE*/
.table_01 {
    width: 100%;
    margin-bottom: 24px;
}
.table_01 tr {
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
}
.table_01 th, .table_01 td {
    vertical-align: middle;
}
.table_01 tbody th {
    position: relative;
}
.table_01 tbody th:after {
    background: #ccc;
    content: "";
    margin: auto;
    width: 1px;
    height: calc(100% - 30%);
    position: absolute;
    bottom: 0;
    right: 0;
    top: 0;
}

/* トレードコンテスト概要
------------------------------------*/
#sec_01 .lead_lv_03 {
    margin: 30px 0;
}
.contest_table_area .table_01{
    table-layout: fixed;
}
.contest_table_area .table_01 th,
.contest_table_area .table_01 td {
    padding: 0;
    background-color: rgba(204, 204, 204, 0.1);
    font-size: 32px;
    text-align: center;
}
/* 1位から3位まで*/
.contest_table_area .award_01 tr:nth-child(-n+3) td,
.contest_table_area .award_02 td {
    font-size: 48px;
    padding: .5em 0;
}

.contest_table_area .award_01 thead th{
    background: #ccc;
    padding: 0 0 16px;
    font-size: 24px;
}
.contest_table_area .award_01 thead th span{
    display: block;
    color:  #191919;
    margin: 0;
    margin-bottom: 14px;
    display: block;
    background: url(../images/noisy.png) repeat #d2b105;
    margin: 0 0 14px;
    font-size: 48px;
    padding: .25em;
}
.gold th{
    background: url(../images/ico_rank_gold.png) no-repeat 15% center / 50px;
}
.silver th{
    background: url(../images/ico_rank_silver.png) no-repeat 15% center / 50px;
}
.bronze th{
    background: url(../images/ico_rank_bronze.png) no-repeat 15% center / 50px;
}
.contest_table_area .award_02 th {
    font-size: 24px;
}
.contest_table_area .award_02 th span {
    display: block;
    background: #d2b105;
    width: 40%;
    margin: 0 auto 8px;
    font-size: .7em;
    color: #fff;
}

/* 開催期間 */
.duration_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.duration_list li {
    font-size: 24px;
    width: 31%;
    text-align: center;
    margin: 1%;
    padding: 25px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background: #fff;
    box-shadow: 3px 3px 13px 0 rgba(160, 162, 165, 0.22);
    background-image: linear-gradient(45deg,#d2b105 25%,transparent 25%,transparent 50%,#d2b105 50%,#d2b105 75%,transparent 75%,transparent);
    background-size: 10px 10px;
}
.duration_list li .inner{
    background: #fff;
    padding: 25px;
}
.duration_list li span{
    font-size: 48px;
    display: block;
}

.duration_list li.finalround_area{
    width: 100%;
    max-width: 750px;
    font-size: 56px;
}
.duration_list .is_finish {
    background: #ddd;
    position: relative;
}
.duration_list .is_finish .inner:before {
    content: "終了しました";
    color: #b33f36;
    font-size: 16px;
    font-weight: bold;
    z-index: 10;
    position: absolute;
    left: -50%;
    right: -50%;
    top: 15%;
}

/* CryptoECN 口座について */
#sec_CryptoECN .table_01 th,
#sec_CryptoECN .table_01 td {
    padding: 1em 2em;
}
.note_area p{
    font-size: 14px;
    padding: 1em;
}

footer {
    background: #2b2828;
    color: #fff;
    padding: 60px 0;
    margin-top: 60px;
}

footer h4 {
    text-align: center;
    border-bottom: solid 1px #666;
    padding-bottom: 1em;
    margin-bottom: 2em;
}

footer .dl-horizontal dt,footer .dl-horizontal dd {
    line-height: 1.8;
}
footer .inner {
    margin-bottom: 30px;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::
   Media Queries
:::::::::::::::::::::::::::::::::::::::::::::::::*/

/*MV 表示切り替え */
@media (min-width: 601px) {
.sp_show {display:none;}
.pc_show {display: block;}
}
@media only screen and (max-width: 600px) {
.pc_show {display:none;}
.sp_show {display: block;}
}

/*::::::::::::::::::::::::::::::::::::::::::::::::*/

/*768以下
-------------*/
@media only screen and (max-width: 768px) {
.mv_cache_area .mv_cache {
     font-size: 3.5vw;
    line-height: 1.4;
    padding: 5px;
    font-weight: 900;
}
.mv_cache span {display: block;}
.contest_lp h2 {background-size: auto;}
.contest_lp h2 span {padding: 0 16px;}
.lead_lv_01 .number {font-size: 20vw;}
.contest_lp h2{font-size: 6.5vw;}
.lead_lv_02 {font-size: 5vw;}
.contest_table_area .award_01 tr:nth-child(-n+3) th,
.contest_table_area .award_01 tr:nth-child(-n+3) td,
.contest_table_area .table_01 thead th {
    font-size: 4vw;
}
.contest_table_area .award_02 th {font-size: 16px;}
.contest_table_area th {background-size: 5vw;}
.cta .btn {font-size: 24px; margin-bottom: 16px;}
.cta .note {font-size: 12px;}
}
/*::::::::::::::::::::::::::::::::::::::::::::::::*/

/* 600以下
-------------*/
@media only screen and (max-width: 600px) {
.contest_lp {overflow: hidden;}
.contest_table_area .award_01 thead th span {
    font-size: 13.5vw;
}
img.ico_symbol_list {
    max-width: 300px;
    padding: 5px 0;
    width: 100%;
}
#sec_CryptoECN h2 { font-size: 6.5vw;}
.note_area p {font-size: 12px;}

.lead_lv_03 {font-size: 5.5vw;}
.contest_lp h2 {font-size: 8.5vw;}
.contest_lp h2 span {padding: 0 8px;}
.contest_table_area .table_01 th, .contest_table_area .table_01 td {
    font-size: 7vw;
}
.contest_table_area .award_01 tr:nth-child(-n+3) th,
.contest_table_area .award_01 tr:nth-child(-n+3) td,
.contest_table_area .award_02 td{font-size: 10vw;}
.contest_table_area .award_02 th{font-size: 5vw !important;}

.contest_table_area .table_01.award_01 thead th {font-size: 5.5vw;}
.cta .btn {font-size: 6.5vw; margin-bottom: 16px;}
.contest_table_area th {background-size: 7vw;}
#sec_CryptoECN .table_01 th,
#sec_CryptoECN .table_01 td {
    padding: 1em;
}
#sec_CryptoECN .table_01 th{width: 40%;}
.duration_list li {
    font-size: 24px;
    width: 90%;
    margin: 10px auto;
    padding: 15px;
    height: auto;
    display: block;
}
.duration_list li.finalround_area {
    width: 90%;
    font-size: 24px;
}
.cta_wrap {
    background-position: 0 0;
    background-size: cover;
    padding: 60px 0 10px;
}
}

/*::::::::::::::::::::::::::::::::::::::::::::::::*/







