@charset "utf-8";
/*－－－－－－－－－－共通－－－－－－－－－－*/
@import "https://fonts.googleapis.com/earlyaccess/notosansjp.css";
* {
    margin: 0px;
    padding: 0;
}
body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1em;
    line-height: 1.7;
    margin: 0px;
    padding: 0px;
    position: relative;
}

p, li, dt, dl {
    line-height: 1.6;
}
p {
    margin: 0.5em 0;
}
li {
    list-style-type: none;
}
.attention {
    color: #F60;
}
.attention2 {
    color: #FF6600;
    font-weight: bold;
    font-size: 11px;
}
.right{
    text-align: right;
}
.white{
    color: #ffffff!important;
}
.center{
    text-align: center;
}
.font80{
    font-size: 0.8em;
}
.btn-primary{
    background-color: #10A6E5;    
    border-radius: 8px;
}
.btn-info {
    color: #fff;
    background-color: #2E8A3C;
    border-color: #2E8A3C;
    border-radius: 8px;
}
/* pc */
@media screen and (min-width: 781px) {
/*ここにpc用スタイルを記述*/
header img {
    width: 100%;
    margin: 0 auto　-2px;
    display: block;
}

.lp {
    width: 100%;
    background-color: #f9f4ef;
    background-image: url('../../img/festival/kanfes2019/w_bg_1.png'), url('../../img/festival/kanfes2019/e_bg_1.png');
    background-repeat: repeat-y, repeat-y;
    background-position: left 0%, right 0%;
    background-size: 10%;
}
.lp2 {
    width: 100%;
    background-color: #f9f4ef;
    background-image: url('../../img/festival/kanfes2019/w_bg_2.png'), url('../../img/festival/kanfes2019/e_bg_2.png');
    background-repeat: repeat-y, repeat-y;
    background-position: left 0%, right 0%;
    background-size: 10%;
}
.lp3 {
    width: 100%;
    background-color: #f9f4ef;
    background-image: url('../../img/festival/kanfes2019/w_bg_3.png'), url('../../img/festival/kanfes2019/e_bg_3.png');
    background-repeat: repeat-y, repeat-y;
    background-position: left 0%, right 0%;
    background-size: 10%;
}
.lp4 {
    width: 100%;
    background-color: #f9f4ef;
    background-image: url('../../img/festival/kanfes2019/w_bg_4.png'), url('../../img/festival/kanfes2019/e_bg_4.png');
    background-repeat: repeat-y, repeat-y;
    background-position: left 0%, right 0%;
    background-size: 10%;
}

.sp_view {
    display: none;
}
.lpMain {
    max-width: 1080px;
    width: 80%;
    margin: 0px auto 0px;
    padding: 2% 3%;
    background-color: #f9f4ef;
    color: #333333;
}
.lpMain h1 {
    font-size: 2em;
    margin: 160px 0px 40px;
}
.wrap {
    display: -webkit-flex; /* Safari */
    display: flex;
    -webkit-flex-wrap: wrap; /* Safari */
    flex-wrap: wrap;
    -webkit-justify-content: space-around; /* Safari */
    justify-content: space-around;
    margin: 0px 0px;
}
nav,.footer_nav {
    padding: 1em 1em;
    margin: 0em auto 2em;
    background: #353535;
    box-shadow: 0px 0px 0px 5px #353535;
    border: solid 3px white;
    border-radius: 8px;
    box-sizing: border-box;
    width:100%;
    color: #ffffff;
}
nav ul,.footer_nav ul {
    display: -webkit-flex; /* Safari */
    display: flex;
    -webkit-flex-wrap: wrap; /* Safari */
    flex-wrap: wrap;
    -webkit-justify-content: space-around; /* Safari */
    justify-content: space-around;
}
nav li a,.footer_nav li a {
    color: #ffffff;
}
nav li a:hover,.footer_nav li a:hover {
    color: #BFBFBF;
    text-decoration: underline;
}
.top_title1 {
    width: 100%;
    margin: 160px auto 40px;
    font-size: calc(1rem + 0.54vw);
    text-align: center;
    font-family: kan412typos-std, sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 150%;
    background: -webkit-linear-gradient(left,#12B2E4 40%, #E4452E 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.top_title1 p{
    width: 100%;
    margin: 20px auto 80px;
    font-size: 3rem;
    text-align: center;
    font-family: kan412typos-std, sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 150%;
    color: #2D8740;
    -webkit-text-fill-color: #2D8740;
}
.top_title2{
    width: 100%;
    margin: 160px auto 30px;
    font-size: 2.5rem;
    font-family: kan412typos-std, sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 150%;
    color: #2D8740;
    -webkit-text-fill-color: #2D8740;
}
.top_title3{
    width: 100%;
    margin: 240px auto 80px;
    font-size: 3.2rem;
    text-align: center;
    font-family: kan412typos-std, sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 150%;
    color: #2D8740;
    -webkit-text-fill-color: #2D8740;
}
.footer_nav{
    margin: 8em 0px 0px;
}
.copyright {
    background-color: #1B237E;
    clear: both;
    color: #fff;
    font-size: 12px;
    margin: 0;
    padding: 24px 0px 24px 24px;
    width: 100%;
}
#page-top {
    position: fixed;
    right: 0px;
    width: 100px;
    height: auto;
}
/*－－－－－－－－－－開催中top－－－－－－－－－－*/
.wrap{
    display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
	-webkit-justify-content: space-around; /* Safari */
	justify-content: space-around;
	margin: 0px 0px;
}
.this_week{
    width: 100%;
    position: relative;
    z-index: 0;
    margin-bottom: -1px;
}
.this_week_box{
    width: 100%;
    position: absolute;
    z-index: 15;
    bottom:0px;   
}
.this_week img{
    width: 100%;
 }
 .this_week_bakufu{
    width: 50%;
    color: #F7F2ED;
    font-size: 18px;
    font-weight: 600;
    padding-left: 8%;
    text-align:left;
    margin:0 0 0.2vw 0;
 }
  .this_week_bakufu span{
     font-size: 22px;
     font-weight: 600;
     margin-right: 8px;
 }
  .this_week_seifu{
    width: 50%;
    color: #F7F2ED;
    font-size: 18px;
    font-weight: 600;
    padding-right: 7%;
    text-align:right;
 }
  .this_week_seifu span{
     font-size: 22px;
     font-weight: 600;
     margin-right: 8px;
 }
 @media screen and (max-width: 	920px) {
 .this_week{
    width: 100%;
    position: relative;
    z-index: 0;
    margin-bottom: -1px;
}
.this_week_box{
    width: 100%;
    position: absolute;
    z-index: 15;
    bottom:0px;   
}
.this_week img{
    width: 100%;
 }
 .this_week_bakufu{
    width: 50%;
    color: #F7F2ED;
    font-size: 14px;
    font-weight: 600;
    padding-left: 8%;
    text-align:left;
    margin:0 0 2px 0;
 }
  .this_week_bakufu span{
     font-size: 18px;
     font-weight: 600;
     margin-right: 8px;
 }
  .this_week_seifu{
    width: 50%;
    color: #F7F2ED;
    font-size: 14px;
    font-weight: 600;
    padding-right: 7%;
    text-align:right;
 }
  .this_week_seifu span{
     font-size: 18px;
     font-weight: 600;
     margin-right: 8px;
 }
 }

.info {
    padding: 1em 1em;
    margin: 0em auto 2em;
    background: #353535;
    box-shadow: 0px 0px 0px 5px #353535;
    border: solid 3px white;
    border-radius: 8px;
    box-sizing: border-box;
    width: 100%;
    color: #ffffff;
    height: 250px;
    overflow-y: auto;    
}
.info::-webkit-scrollbar {
 width: 8px;
 background-color: #000;
}
.info::-webkit-scrollbar-track {
 border-radius: 2px;
}
.info::-webkit-scrollbar-thumb {
 background-color: #F7F2ED;
 border-radius: 2px;
}
.info h1 {
    margin: 16px 0px;
    border-bottom: 2px dotted #F7F2ED;
}
.info dt {
    font-size: 90%;
}
.info dd{
    margin: 0 0 16px 24px;
}
.info a {
    color: #ffffff;
}
.info a:hover {
    color: #BFBFBF;
    text-decoration: underline;
}
/* コイン履歴ページのinfo内カラム */
.info_l{
	width:30%;
    margin: 8px 0px;
}

.info_c{
	width:50%;
    margin: 8px 0px;
    padding:0px 4px;
}

.info_r{
	width:20%;
    margin: 8px 0px;
    text-align:right;
    padding:0px 4px;
}
.top_coban{
    margin: 80px auto;
    text-align: center;
}
.coban_info {
    width: 80%;
    padding: 4%;
    margin: 40px auto;
    background-image: url('../../img/festival/kanfes2019/coban_bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    border-top: 2px solid #A39B88;
    border-right: 2px solid #A39B88;
    border-left: 2px solid #A39B88;
    border-bottom: 5px double #8A7F67;
    border-radius: 5px;
}
.coban_info h1 {
    font-size: 120%;
    padding: 16px 32px;
    margin: 0px 0px;
    border-top: 2px solid #F15E1F;
    border-right: 2px solid #F15E1F;
    border-left: 2px solid #F15E1F;
    font-weight: bold;
    display: inline-block;
    color: #7F7F7F;
}
.coban_info_in {
    width: 100%;
    border: 7px double #F15E1F;
    padding: 24px;
}
.coban_info p {
    margin: 16px 0px 24px;
    border-bottom: 2px solid #ED8A60;
    padding-bottom: 24px;
}
.coban_wrap {
    font-size: 120%;
    margin: 0px 0px 24px;
    font-weight: bold;
    color: #7F7F7F;
    border-bottom: 2px solid #ED8A60;
    padding-bottom: 24px;
}
.coban_wrap span {
    font-size: 170%;
    margin: 0 16px 0;
}
.about_l{
    width: 40%;
    margin: 32px 0 ;
}
.about_l img{
    width: 100%;
    margin-top: 60px;
}
.about_r{
    width: 60%;
    margin: 32px 0;
}
/*－－－－－－－－－－隠しコバン－－－－－－－－－－*/
.koban1{        /*－－黒船－－*/
    width: 150px;
    height: 150px;
    background-image: url('../../img/festival/kanfes2019/koban1.png');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 7vw;
    left: 12vw;
    z-index: 1000;
    cursor: pointer;
}
.koban1 a{
    width: 150px;
    height: 150px;
    display: block;
}
.koban1_disabled{
    width: 150px;
    height: 150px;
    background-image: url('../../img/festival/kanfes2019/koban1.png');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 7vw;
    left: 12vw;
    z-index: 1000;
    opacity:0.3;
    cursor: pointer;
}
.koban1_disabled a{
    width: 150px;
    height: 150px;
    display: block;
}
@media screen and (min-width: 1200px) {
.koban1{
    width: 150px;
    height: 150px;
    background-image: url('../../img/festival/kanfes2019/koban1.png');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 12vw;
    left: 14vw;
    z-index: 1000;
    cursor: pointer;
}
.koban1 a{
    width: 150px;
    height: 150px;
    display: block;
}
.koban1_disabled{
    width: 150px;
    height: 150px;
    background-image: url('../../img/festival/kanfes2019/koban1.png');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 12vw;
    left: 14vw;
    z-index: 1000;
    opacity:0.3;
}
.koban1_disabled a{
    width: 150px;
    height: 150px;
    display: block;
}
}

.koban2{        /*－－チケット－－*/
    width: 100px;
    height: 100px;
    background-image: url('../../img/festival/kanfes2019/koban2.png');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 25vw;
    right: 16vw;
    z-index: 1000;
    cursor: pointer;
}
.koban2 a{
    width: 100px;
    height: 100px;
    display: block;
}
.koban2_disabled{
    width: 100px;
    height: 100px;
    background-image: url('../../img/festival/kanfes2019/koban2.png');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 25vw;
    right: 16vw;
    z-index: 1000;
    opacity:0.5;
    cursor: pointer;
}
.koban2_disabled a{
    width: 100px;
    height: 100px;
    display: block;
}
@media screen and (min-width: 1200px) {
.koban2{        /*－－チケット－－*/
    width: 150px;
    height: 150px;
    background-image: url('../../img/festival/kanfes2019/koban2.png');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 25vw;
    right: 16vw;
    z-index: 1000;
    cursor: pointer;
}
.koban2 a{
    width: 150px;
    height: 150px;
    display: block;
}
.koban2_disabled{
    width: 150px;
    height: 150px;
    background-image: url('../../img/festival/kanfes2019/koban2.png');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 25vw;
    right: 16vw;
    z-index: 1000;
    opacity:0.3;
    cursor: pointer;
}
.koban2_disabled a{
    width: 150px;
    height: 150px;
    display: block;
}
}

.koban3{        /*－－金閣寺－－*/
    width: 100px;
    height: 100px;
    background-image: url('../../img/festival/kanfes2019/koban3.png');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 2vw;
    left: 0;
    right:0;
    z-index: 1000;
    cursor: pointer;
    margin:auto;
}
.koban3 a{
    width: 100px;
    height: 100px;
    display: block;
}
.koban3_disabled{
    width: 100px;
    height: 100px;
    background-image: url('../../img/festival/kanfes2019/koban3.png');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 2vw;
    left: 0;
    right:0;
    z-index: 1000;
    cursor: pointer;
    opacity:0.3;
    margin:auto;
}
.koban3_disabled a{
    width: 100px;
    height: 100px;
    display: block;
}
.koban4{        /*－－浅草十二階－－*/
    width: 100px;
    height: 100px;
    background-image: url('../../img/festival/kanfes2019/koban4.png');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 2vw;
    left: 0;
    right:0;
    z-index: 1000;
    cursor: pointer;
    margin:auto;
}
.koban4 a{
    width: 100px;
    height: 100px;
    display: block;
}
.koban4_disabled{
    width: 100px;
    height: 100px;
    background-image: url('../../img/festival/kanfes2019/koban4.png');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 2vw;
    left: 0;
    right:0;
    z-index: 1000;
    cursor: pointer;
    opacity:0.3;
    margin:auto;
}
.koban4_disabled a{
    width: 100px;
    height: 100px;
    display: block;
}
.koban5 {        /*－－牛鍋－－*/
    width: 100px;
    height: 100px;
    background-image: url('../../img/festival/kanfes2019/koban5.png');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 25vw;
    left: 0;
    right:0;
    z-index: 1000;
    cursor: pointer;
    margin:auto;
}
.koban5 a{
    width: 100px;
    height: 100px;
    display: block;
}
.koban5_disabled{
    width: 100px;
    height: 100px;
    background-image: url('../../img/festival/kanfes2019/koban5.png');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 25vw;
    left: 0;
    right:0;
    z-index: 1000;
    cursor: pointer;
    opacity:0.3;
    margin:auto;
}
.koban5_disabled a{
    width: 100px;
    height: 100px;
    display: block;
}


.koban6 {        /*－－カンプリキャラ－－*/
    width: 100px;
    height: 100px;
    background-image: url('../../img/festival/kanfes2019/koban6.png');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 2vw;
    left: 0;
    right:0;
    z-index: 1000;
    cursor: pointer;
    margin:auto;
}
.koban6 a{
    width: 100px;
    height: 100px;
    display: block;
}
.koban6_disabled{
    width: 100px;
    height: 100px;
    background-image: url('../../img/festival/kanfes2019/koban6.png');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 2vw;
    left: 0;
    right:0;
    z-index: 1000;
    cursor: pointer;
    opacity:0.3;
    margin:auto;
}
.koban6_disabled a{
    width: 100px;
    height: 100px;
    display: block;
}
.koban7 {        /*－－地球－－*/
    width: 80px;
    height: 80px;
    background-image: url('../../img/festival/kanfes2019/koban7.png');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 0vw;
    z-index: 1000;
    cursor: pointer;
}
.koban7 a{
    width: 80px;
    height: 80px;
    display: block;
}
.koban7_disabled{
    width: 80px;
    height: 80px;
    background-image: url('../../img/festival/kanfes2019/koban7.png');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 0vw;
    z-index: 1000;
    cursor: pointer;
    opacity:0.3;
}
.koban7_disabled a{
    width: 80px;
    height: 80px;
    display: block;
}
.koban8 {        /*－－鉄道－－*/
    width: 100px;
    height: 100px;
    background-image: url('../../img/festival/kanfes2019/koban8.png');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 22vw;
    right:24vw;
    z-index: 1000;
    cursor: pointer;
    margin:auto;
}
.koban8 a{
    width: 100px;
    height: 100px;
    display: block;
}
.koban8_disabled{
    width: 100px;
    height: 100px;
    background-image: url('../../img/festival/kanfes2019/koban8.png');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 22vw;
    right:24vw;
    z-index: 1000;
    cursor: pointer;
    opacity:0.3;
    margin:auto;
}
.koban8_disabled a{
    width: 100px;
    height: 100px;
    display: block;
}


/*－－－－－－－－－－カード関連－－－－－－－－－－*/
.card_no1 {
    width: 100%;
    margin: 24px auto 80px;
    position: relative;
    }
/*総合ランク*/
.card_rank {
    margin: 24px auto;
    position: relative;
}
.card_rank3 {
    width: 84%;
}
.card_rank2 {
    width: 90%;
}
.card_rank1 {
    width: 100%;
}
.best_rank_title{
    font-size : -webkit-calc(10px + 0.6vw) ;
    font-size : calc(10px + 0.6vw) ;
    margin:0.8vw 0px;
}
.card_rank p {
    font-size:0.9rem;
    word-break: break-all;
}
.card_rank img {
    width: 100%;
}
.card_rank_sum {
    width: 48%;
    margin: 1%;
    padding:4px 16px;
    position: relative;
}
.card_rank_in{
    padding: 4px 14px 10px;
    background: #353535;
    box-shadow: 0px 0px 0px 5px #353535;
    border: solid 3px white;
    border-radius: 8px;
    box-sizing: border-box;
    width: 46%;
    margin: 2% 2%;
    color: #ffffff;
    overflow-y: auto;
}
.card_rank_in dl{
    display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
	-webkit-justify-content: space-around; /* Safari */
	justify-content: space-around;
	margin: 0px 0px;
}
.card_rank_in dt{
    width: 35%;
    font-size: 10px;
}
.card_rank_in dd{
    width: 65%;
    font-size: 12px;    
}
.card_rank_in span{
    font-size: 115%;
    font-weight: 600;
}
.rank_koban p{
    font-size: 1.3vw;
    font-weight: 600;
}
.rank_koban span{
    font-size: 140%;
    font-weight: 600;
}
.card_etc {
    margin: 24px 6px;
    width: 218px;
    position: relative;
}
.card_etc p {
    font-size:0.9rem;
    word-break: break-all;
}
.card_etc img {
    width: 100%;
}
.card_category {
    width: 32%;
    margin: 24px auto;
}
.card_category_title {
    width: 100%;
    margin: 8px auto 32px;
    background-color: #515151;
    color: #F7F2ED;
    padding: 8px;
    border-radius: 8px;
}
.card_no1_l{
    font-size: 45px;
    width: 35%;
    margin: 16px auto;
    font-weight: bold;
    position: relative;
    padding:24px 0 0;
}
.card_no1_l_groupe{
    font-size: 45px;
    width: 35%;
    margin: 16px auto;
    font-weight: bold;
    position: relative;
    padding:24px 0 0;
}
.card_no1_l_groupe img{
    width: 70%;
    margin: -24px auto 0;
    text-align: center;
}
.card_no1_r{
    font-size:20px;
    width: 65%;
    margin: 12px 0;
    font-weight: 600;
}
.card_no1_l_in{
    font-size: 30px;
    width: 20%;
    margin: 24px auto;
    font-weight: bold;
    text-align: center;
}
.card_no1_r_in{
    font-size:20px;
    width: 80%;
    margin: 12px 0;
}
.card_etc_rank{
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    margin: -4px auto 4px;
}
.card_rank_best{
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    margin: 400px auto 80px;
}
.card_etc_in{
    padding: 4px 14px 10px;
    margin: 8px auto 16px;
    background: #353535;
    box-shadow: 0px 0px 0px 5px #353535;
    border: solid 3px white;
    border-radius: 8px;
    box-sizing: border-box;
    width: 96%;
    color: #ffffff;
    position:relative;
}
.card_etc_in a {
    margin: 0px 0px;
    width: 100%;
    height:100%;
    position: absolute;
    display:block;
}
.card_etc_in dl{
    display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
	-webkit-justify-content: space-around; /* Safari */
	justify-content: space-around;
	margin: 0px 0px;
}
.card_etc_in dt{
    width: 35%;
    font-size: 10px;
}
.card_etc_in dd{
    width: 65%;
    font-size: 12px;    
}
.card_etc_in span{
    font-size: 115%;
    font-weight: 600;
}
.card_etc_in_line{
    border-bottom: 1px dotted #F6F6F4;
    padding-bottom:8px;
    margin-bottom:16px;
}
.bakufu img {
    position: absolute;
    top: 0px;
    left: -8px;
    width: 50px;
    z-index: 10;
}
.seifu img {
    position: absolute;
    top: 0px;
    right: -8px;
    width: 50px;
    z-index: 10;
}
.bakufu_rank img {
    position: absolute;
    top: -20px;
    left: -8px;
    width: 70px;
    z-index: 10;
}
.seifu_rank img {
    position: absolute;
    top: -20px;
    right: -8px;
    width: 70px;
    z-index: 10;
}
.accbox {
    margin: 40px auto 20px;
    padding: 0;
    width: 100%;
    color: #ffffff;
}
.accbox p {
    font-size: 14px;
    color: #33333;
}
/*ラベル*/
.accbox label {
    display: block;
    margin: 1.5px 0px;
    padding : 16px 32px;
    color: #300304!important;
    font-weight: bold;
    background: #00B9B2;
    cursor : pointer;
    transition: all 0.5s;
    position: relative;
    border-radius: 16px;
    -webkit-box-shadow: 1px 1px 3px #999999;
    box-shadow: 1px 1px 3px #999999;
}
.accbox label p {
    font-size: 18px;
    color: #ffffff;
    display: inline;
}
.accbox label:before {
    content: '';
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 4px #ffffff;
    border-right: solid 4px #ffffff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 8px;
    margin-top: -8px;
}
/*ラベルホバー時*/
.accbox label:hover {
    background : #26a69b;
}
/*チェックは隠す*/
.accbox input {
    display: none;
}
/*非表示にしておく*/
.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}
/*クリックで中身表示*/
.cssacc:checked + label + .accshow {
    height: auto;
    padding: 5px;
    opacity: 1;
    font-weight:600;
}
.accbox {
    margin: 24px 0px 100px;
    color:#333333;
}
.accshow p {
    margin: 8px 0px 16px;
    color:#333333;
}
/*クリック後*/
.cssacc:checked + label:before {
    content: '';
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 4px #ffffff;
    border-right: solid 4px #ffffff;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    position: absolute;
    top: 50%;
    left: 8px;
    margin-top: -8px;
}
.accbox li {
    list-style-image: none;
    padding-left: 0px;
}
.accbox li a {
    text-decoration: none;
}
.accbox li a:hover {
    text-decoration: underline;
}
.accbox li::before {
    font-family: FontAwesome;
    content : "\f02d";
    margin-left: -26px;
}
.card_kanfes_l{
    width: 20%;
    padding: 2%;
}
.card_kanfes_center{
    width: 60%;
    margin: 0px auto 5vw;
    background-color: #FFF;
    padding: 24px;
    border-radius: 16px;
    -webkit-box-shadow: 0px 0px 8px 0px #D7D7D7;
    box-shadow: 0px 0px 8px 0px #D7D7D7;
    border: 3px solid #333333;
    line-height: 150%;
    }
.card_kanfes_r{
    width: 20%;
    padding: 2%;
}

.stage_activity_new{
    font-family: kan412typos-std, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    color: #F15E1F;    
}
.stage_activity {
    margin: 24px auto;
    width: 100%;
    position: relative;
    background-color: #FFF;
    padding: 12px;
    border-radius: 16px;
    -webkit-box-shadow: 0px 0px 8px 0px #D7D7D7;
    box-shadow: 0px 0px 8px 0px #D7D7D7;
    border: 3px solid #333333;
}
.stage_activity a {
    width: 100%;
    height:100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

.stage_activity h2 {
    margin: 0px 0px 16px;
    font-family: kan412typos-std, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    color: #515151;    
}
.stage_activity h3 {
    margin: 24px 0;
    font-family: kan412typos-std, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    color: #515151;    
}
.stage_activity h4, .stage_activity h5 {
    margin: 8px 0;
    font-family: kan412typos-std, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    color: #76A837;    
}
.stage_activity_l {
    margin: 16px 0;
    width: 65%;
    position: relative;
    padding: 8px 16px;
    }
.stage_activity_sum {
    margin: 24px 0;
    width: 35%;
    position: relative;
    padding: 8px 16px;
    }
.company_all{
    margin: 10vw 0 15vw;
}
.company_all img{
    width: 150px;
    margin: 40px 0 0;
}
/*－－－－－－－－－－作品詳細ページー－－－－－－－－－－*/  
.card_view {
	width: 100%;
	position: relative;
	background-color: #FFF;
	padding: 4%;
	margin: 80px 0px 110px;
	border-radius: 16px;
    -webkit-box-shadow: 0px 0px 8px 0px #D7D7D7;
    box-shadow: 0px 0px 8px 0px #D7D7D7;
    border: 3px solid #333333;
}
.card_view h1 {
	margin: 0px 0px 8px;
	font-size: 1.3rem;
	font-weight:600;
}

.card_view h2 {
	margin: 0px 0px;
	font-size: 1.1rem;
	font-weight:600;
}
.card_view h3 {
    margin: 32px 0px 16px;
}
.card_view h3 span {
	margin: 0px 16px 8px;
	font-size: 0.9rem;
	font-weight:600;
}
.card_view h4 {
	margin: 8px 0px;
	font-size: 1rem;
}
.card_view h5 {
	margin: 8px 0px;
	font-size: 0.9rem;
}
.card_view p {
	margin: 16px 0px;
	font-size: 0.9rem;
}
.card_view p strong {
	margin:0 0 0 -16px;
	font-size:1.2rem;
	font-weight:normal;
}
.card_view_left {
	width: 35%;
}
.card_view_left img {
	width: 100%;
}
.card_view_center {
	width: 40%;
	padding: 0px 16px;
}
.card_view_right img {
	width: 100%;
	margin: 0px auto 0px;
	display: block;
}
.card_view_right {
	width: 25%;
}
.view_info_title{
    font-size: 1.2rem;
    margin: 40px 0px 0px;
    font-weight: 600;
    color: #777777;
    border-bottom: 2px solid #BBBBBB;
    padding-bottom: 4px;
}

/*－－－－－－－－－－フッタースポンサー－－－－－－－－－－*/

.special {
    width: 100%;
    text-align: center;
    margin: 0px auto;
}
.special img {
    width: 55%;
    max-width: 600px;
    text-align: center;
    margin: 8px auto;
}
.sponsorBox {
    width: 100%;
    margin: 160px auto;
    text-align: center;
}
.sponsor {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 56px;
}

.sponsor_logoG {
    width: 300px;
    background-color: rgba(255,255,255,1.00);
    margin: 32px;
    padding: 0px;
    line-height: 0px;
}
.sponsor_logoG a {
    line-height: 0px;
}
/*－－－－－－－－－－歴史－－－－－－－－－－*/
.history_stage {
    margin: 24px auto;
    width: 100%;
    position: relative;
    background-color: #FFF;
    padding: 0px;
    border-radius: 16px;
    -webkit-box-shadow: 0px 0px 8px 0px #D7D7D7;
    box-shadow: 0px 0px 8px 0px #D7D7D7;
    border: 3px solid #333333;
}
.history_stage h1 {
    margin: -1px -1px 16px;
    font-family: kan412typos-std, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    color: #f9f4ef;
    background-color: #333333;
    border-radius: 8px 8px 0px 0px;
    padding: 8px 16px 24px;
}
.history_stage h2 {
    margin: 16px 0;
    font-family: kan412typos-std, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    color: #515151;    
}
.history_stage h3, .history_stage h4 {
    margin: 8px 0 16px;
    font-family: kan412typos-std, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    color: #76A837;    
}
.history_stage p {
    margin: 0;
    font-family: kan412typos-std, sans-serif;
    font-style: normal;
    padding: 24px;
}
.history_stage_in {
    margin: 0px auto;
    width: 100%;
    position: relative;
    padding: 24px;
}
.history_stage_r {
    margin: 0px 0px;
    width: 65%;
    position: relative;
    padding: 8px 24px;
    }
.history_stage_sum {
    margin: 16px 0;
    width: 35%;
    position: relative;
    padding: 8px 16px;
    }
.history_box{
    width: 100%;
    margin: 120px auto 24px;
    border-radius: 16px;
    color: #1E1E1E;
    letter-spacing: 0;
}
.history_box h1{
    margin: 8px auto 24px;
    font-size: 1.5rem;
    text-align: center;
    font-family: vdl-logomaru, sans-serif;
    font-style: normal;
    font-weight: 600;
    color: #543318;
}
.history_card {
    margin: 24px auto;
    width: 190px;
    position: relative;
    background-color: #FFF;
    padding: 12px;
    border-radius: 16px;
}
.history_card p {
    font-size: 0.9rem;
}
.history_card strong {
    font-size: 1.2rem;
    font-weight: 600;
}
.history_card a {
	width: 100%;
	height:100%;
	position: absolute;
	top: 0;
    left: 0;
}
.history_card a:hover {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 16px;
    -webkit-box-shadow: 0px 0px 10px 5px #FAE000;
    box-shadow: 0px 0px 10px 5px #FAE000;
    z-index: 0;
}
/*－－－－－－－－－－協賛－－－－－－－－－－*/

.kanpuri img {
    width:50%;
    margin: 16px auto;
    display: block;
    }
.btn2 {
    margin: 2rem auto 5em;
    background: #FAE000;
    border-radius: 8px;
    box-sizing: border-box;
    color: #300304;
    display: block;
    text-align:center;
    width:300px;
    -webkit-box-shadow: 2px 2px 0px #5B5649;
    box-shadow: 2px 2px 3px #5B5649;
}
.btn2 a {
    padding: 1em 2em;
    background: #FAE000;
    border-radius: 8px;
    box-sizing: border-box;
    color: #300304;
    display: block;
    text-align:center;
}
.btn2 a:hover {
    background: #E9DC6B;
    border-radius: 8px;
    box-sizing: border-box;
    color: #300304;
    display: block;
}
.coban_get a:hover {
    background-image: url('../../img/festival/kanfes2019/coban.png');
    background-repeat: no-repeat;
    background-size: 15%;
    background-position:0% 6px;
    
}
/*－－－－－－－－－－FAQ－－－－－－－－－－*/
.faq_user{
    font-size: 0.8rem;
    margin: 24px 0 0;
    background-color: #DDD6BE;
    padding: 24px;
    border-radius: 16px;
}





}
/* pc */






/* smartPhone */
@media screen and (max-width: 	780px) {
/*ここにスマホ用スタイルを記述*/


header img {
    width: 100%;
    margin: 0 auto;
    display: block;
}
.west {
    background-image: url('../../img/festival/kan_fes2018/main/w_bg.png');
    background-repeat: no-repeat;
    background-position: right bottom;
    border-bottom: 5px solid #fae000;
    background-size: cover;
}
.west img {
    width: 18%;
    position: absolute;
    bottom: -6%;
    left: 0px;
}
.east {
    background-image: url('../../img/festival/kan_fes2018/main/e_bg.png');
    background-repeat: no-repeat;
    background-position: 0% bottom;
    border-bottom: 5px solid #AF272D;
    background-size: cover;
}
.east img {
    width: 18%;
    position: absolute;
    bottom: -6%;
    right: 0px;
}
.lp {
    width: 100%;
    background-color: #f9f4ef;
    background-image: url('../../img/festival/kanfes2019/w_bg_1.png'), url('../../img/festival/kanfes2019/e_bg_1.png');
    background-repeat: repeat-y, repeat-y;
    background-position: left 0%, right 0%;
    background-size: 7%;
}
.lp2 {
    width: 100%;
    background-color: #f9f4ef;
    background-image: url('../../img/festival/kanfes2019/w_bg_2.png'), url('../../img/festival/kanfes2019/e_bg_2.png');
    background-repeat: repeat-y, repeat-y;
    background-position: left 0%, right 0%;
    background-size: 7%;
}
.lp3 {
    width: 100%;
    background-color: #f9f4ef;
    background-image: url('../../img/festival/kanfes2019/w_bg_3.png'), url('../../img/festival/kanfes2019/e_bg_3.png');
    background-repeat: repeat-y, repeat-y;
    background-position: left 0%, right 0%;
    background-size: 7%;
}
.lp4 {
    width: 100%;
    background-color: #f9f4ef;
    background-image: url('../../img/festival/kanfes2019/w_bg_4.png'), url('../../img/festival/kanfes2019/e_bg_4.png');
    background-repeat: repeat-y, repeat-y;
    background-position: left 0%, right 0%;
    background-size: 7%;
}
.pc_view {
    display: none;
}
.lpMain {
    width: 86%;
    margin: 0px auto 0px;
    padding: 2% 1% 200px;
    background-color: #f9f4ef;
}
.lpMain h1 {
    font-size: 1.7em;
    margin: 160px 0px 40px;
}

.wrap {
    display: -webkit-flex; /* Safari */
    display: flex;
    -webkit-flex-wrap: wrap; /* Safari */
    flex-wrap: wrap;
    -webkit-justify-content: space-around; /* Safari */
    justify-content: space-around;
    margin: 0px 0px;
}
nav,.footer_nav {
    padding: 8px 16px;
    margin: 0em auto 2em;
    background: #353535;
    box-shadow: 0px 0px 0px 5px #353535;
    border: solid 3px white;
    border-radius: 8px;
    box-sizing: border-box;
    width:100%;
    color: #ffffff;
}
nav ul,.footer_nav ul {
    display: -webkit-flex; /* Safari */
    display: flex;
    -webkit-flex-wrap: wrap; /* Safari */
    flex-wrap: wrap;
    -webkit-justify-content: space-around; /* Safari */
    justify-content: space-around;
}
nav li a,.footer_nav li a {
    color: #ffffff;
    margin:0px 8px;
    font-size: 0.9rem;
}
nav li a:hover,.footer_nav li a:hover {
    color: #BFBFBF;
    text-decoration: underline;
}
.top_title1 {
    width: 100%;
    margin: 40px auto 20px;
    font-size: 1rem;
    font-family: kan412typos-std, sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 150%;
    color: #2D8740;
    background: -webkit-linear-gradient(left,#12B2E4 40%, #E4452E 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0;
}
.top_title1 p{
    width: 100%;
    margin: 20px auto 80px;
    font-size: 3rem;
    text-align: center;
    font-family: kan412typos-std, sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 150%;
    color: #2D8740;
    -webkit-text-fill-color: #2D8740;
}
.top_title2 {
    width: 100%;
    margin: 160px auto 16px;
    font-size: 2.5rem;
    font-family: kan412typos-std, sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 150%;
    color: #2D8740;
    -webkit-text-fill-color: #2D8740;
}
.top_title3{
    width: 100%;
    margin: 160px auto 80px;
    font-size: 1.6rem;
    text-align: center;
    font-family: kan412typos-std, sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 150%;
    color: #2D8740;
    -webkit-text-fill-color: #2D8740;
}
.top_about img{
    width: 100%;
    margin: 0px 0px;
}
.btn_bg {
    margin: 40px auto 40px;
    box-sizing: border-box;
    color: #ffffff;
    text-align:center;
}
 .btn_bg a {
    padding: 0.5em 0.5em;
    text-decoration: none;
    color: #ffffff;
    font-family: vdl-logomaru, sans-serif;
    font-style: normal;
    font-size: 1rem;
    font-weight: 600;
    background: #353535;
    box-shadow: 0px 0px 0px 5px #353535;
    border: solid 3px white;
    border-radius: 8px;
    width:270px;
    display: block;
    margin: 0px auto 0px;
}
 .btn_bg a:hover {
    text-decoration: underline;
    color: #BFBFBF;
    border: solid 3px #BFBFBF;
    font-weight: 600;
}
 .btn_bg a:hover {
    text-decoration: underline;
    color: #774A4C;
    font-weight: 600;
}
.contents_box{
    width: 100%;
    background-color: #EDE9DD;
    border: 5px solid #3A7F39;
    padding: 4%;
    margin: 40px auto;
    border-radius: 16px;
    color: #1E1E1E;
    font-size: 0.9rem;
    text-align: justify;
    letter-spacing: 0;
}
.contents_box h1{
    margin: 8px auto 24px;
    font-size: 1.2rem;
    text-align: center;
    font-weight: 600;
}
.contents_box h2{
    margin: 32px auto 16px;
    font-size: 1rem;
    background-color: #3A7F39;
    padding: 12px 16px;
    color: #f9f4ef;
    border-radius: 8px;
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 600;
    font-style: normal;
}
.contents_box h3{
    margin: 24px auto 16px;
    font-size: 1rem;
    font-weight: 600;
    }
.contents_box p{
    letter-spacing: 0px;
}
.contents_box ol li {
    list-style-position: outside;
    list-style-type: decimal;
    margin: 24px 0 0 32px;
}
.contents_box ul li {
    list-style-position: outside;
    list-style-type: lower-latin;
    margin: 8px 0 0 56px;
    font-size: 0.9rem;
}
.contents_box a{
    color: #118300;
    font-weight: 600;
}
.contents_box img{
    margin: 16px 0px 0px 16px;
    width:100px;
    }
.contents_box strong{
    font-weight: 600;
    }
    
.sponsor01,.sponsor02,.sponsor03{
    display: none;
}    

.footer_nav{
    margin: 4rem 0px 0px;
}
.copyright {
    background-color: #1B237E;
    clear: both;
    color: #fff;
    font-size: 10px;
    margin: 0;
    padding: 24px 0px 24px 24px;
    width: 100%;
}
#bn {
    position: fixed;
    bottom: -250px;
    width: 100%;
    z-index: 100;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: center;
}
.sponsor01 {        /*－－立て札バナー：カンプリ－－*/
    width: 38%;
    z-index: 1000;
    margin:0 auto -20px;
}
.sponsor01 img{
    display: block;
}
.sponsor02 {        /*－－立て札バナー：三映－－*/
    width: 38%;
    z-index: 1000;
    margin:0 auto -20px;
}
.sponsor02 img {
    display: block;
}
.sponsor03 {        /*－－立て札バナー：こはぜ珈琲－－*/
    width: 38%;
    z-index: 1000;
    margin:0 auto -20px;
}
.sponsor03 img{
    display: block;
}

#page-top {
    position: fixed;
    right: 0px;
    width: 50px;
    height: auto;
    z-index:100;
}
#page-top img {
    width: 50px;
    height: auto;
}
/*－－－－－－－－－－開催中top－－－－－－－－－－*/
.wrap{
    display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
	-webkit-justify-content: space-around; /* Safari */
	justify-content: space-around;
	margin: 0px 0px;
}
.this_week{
    width: 100%;
    position: relative;
    z-index: 0;
    margin-bottom: -1px;
}
.this_week_box{
    width: 100%;
    position: absolute;
    z-index: 15;
    bottom:-2px;   
}
.this_week img{
    width: 100%;
 }
.this_week_bakufu{
    width: 50%;
    color: #F7F2ED;
    font-size: 10px;
    font-weight: 600;
    padding-left: 6%;
    text-align:left;
    letter-spacing:0px;
    margin:0 0 0.2vw 0;
 }
  .this_week_bakufu span{
     font-size: 12px;
     font-weight: 600;
     margin-right: 2px;
 }
  .this_week_seifu{
    width: 50%;
    color: #F7F2ED;
    font-size: 10px;
    font-weight: 600;
    padding-right: 5%;
    text-align:right;
    letter-spacing:0px;
 }
  .this_week_seifu span{
     font-size: 12px;
     font-weight: 600;
     margin-right: 2px;
 }
 @media screen and (min-width: 	480px) {
/*ここにスマホ用スタイルを記述*/
.this_week_bakufu{
    width: 50%;
    color: #F7F2ED;
    font-size: 14px;
    font-weight: 600;
    padding-left: 6%;
    text-align:left;
    letter-spacing:0px;
    margin:0 0 0.5vw 0;
 }
  .this_week_bakufu span{
     font-size: 16px;
     font-weight: 600;
     margin-right: 2px;
 }
  .this_week_seifu{
    width: 50%;
    color: #F7F2ED;
    font-size: 14px;
    font-weight: 600;
    padding-right: 5%;
    text-align:right;
    letter-spacing:0px;
 }
  .this_week_seifu span{
     font-size: 16px;
     font-weight: 600;
     margin-right: 2px;
 }

 } .info {
    padding: 1em 1em;
    margin: 0em auto 2em;
    background: #353535;
    box-shadow: 0px 0px 0px 5px #353535;
    border: solid 3px white;
    border-radius: 8px;
    box-sizing: border-box;
    width: 100%;
    color: #ffffff;
    height: 300px;
    overflow-y: auto;    
}
.info::-webkit-scrollbar {
 width: 8px;
 background-color: #000;
}
.info::-webkit-scrollbar-track {
 border-radius: 2px;
}
.info::-webkit-scrollbar-thumb {
 background-color: #F7F2ED;
 border-radius: 2px;
}
.info h1 {
    margin: 16px 0px;
    border-bottom: 2px dotted #F7F2ED;
    font-size:1.1rem;
}
.info dt {
    font-size: 90%;
}
.info dd{
    margin: 0 0 16px 24px;
}
.info a {
    color: #ffffff;
}
.info a:hover {
    color: #BFBFBF;
    text-decoration: underline;
}
/* コイン履歴ページのinfo内カラム */
.info_l{
	width:100%;
    margin: 8px 0px 0px;
    font-size:0.85rem;
}

.info_c{
	width:70%;
    margin: 8px 0px 24px;
    font-size:0.9rem;
}

.info_r{
	width:30%;
    margin: 8px 0px 24px;
    font-size:0.85rem;
    text-align:right;
    padding:0px 4px;
}

.top_coban{
    margin: 80px auto;
    text-align: center;
}
.coban_info {
    width: 100%;
    padding: 3%;
    margin: 40px auto 64px;
    background-image: url('../../img/festival/kanfes2019/coban_bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    border-top: 2px solid #A39B88;
    border-right: 2px solid #A39B88;
    border-left: 2px solid #A39B88;
    border-bottom: 5px double #8A7F67;
    border-radius: 5px;
}
.coban_info h1 {
    font-size: 120%;
    padding: 16px 32px;
    margin: 0px 0px;
    border-top: 2px solid #F15E1F;
    border-right: 2px solid #F15E1F;
    border-left: 2px solid #F15E1F;
    font-weight: bold;
    display: inline-block;
    color: #7F7F7F;
}
.coban_info_in {
    width: 100%;
    border: 7px double #F15E1F;
    padding: 16px;
}
.coban_info p {
    margin: 16px 0px 24px;
    border-bottom: 2px solid #ED8A60;
    padding-bottom: 24px;
}
.coban_wrap {
    font-size: 110%;
    margin: 0px 0px 24px;
    font-weight: bold;
    color: #7F7F7F;
    border-bottom: 2px solid #ED8A60;
    padding-bottom: 24px;
}
.coban_wrap span {
    font-size: 170%;
    margin: 0 16px 0;
}
.about_l{
    width: 100%;
    margin: 0px 0px ;
}
.about_l img{
    width: 100%;
    margin-top: -40px;
}
.about_r{
    width: 100%;
    margin: 0px 0px 16px;
}

.about_r h1{
    width: 100%;
    margin: 24px 0px 16px;
    font-size:1.2rem;
}

/*－－－－－－－－－－カード関連－－－－－－－－－－*/
.card_no1 {
    width: 100%;
    margin: 24px auto;
    position: relative;
    padding: 16px;
}
/*総合ランク*/
.card_rank {
    margin: 24px auto;
    position: relative;
}
.card_rank3 {
    width: 84%;
}
.card_rank2 {
    width: 90%;
}
.card_rank1 {
    width: 100%;
}
.best_rank_title{
    font-size : -webkit-calc(10px + 0.6vw) ;
    font-size : calc(10px + 0.6vw) ;
    margin:0.8vw 0px;
}
.card_rank p {
    font-size:0.9rem;
    word-break: break-all;
}
.card_rank img {
    width: 100%;
}
.card_rank_sum {
    width: 100%;
    margin: 1%;
    padding:4px 0px;
    position: relative;
}
.card_rank_in{
    padding: 4px 14px 10px;
    background: #353535;
    box-shadow: 0px 0px 0px 3px #353535;
    border: solid 2px white;
    border-radius: 8px;
    box-sizing: border-box;
    width: 100%;
    margin: 2% 2%;
    color: #ffffff;
    overflow-y: auto;
}
.card_rank_in dl{
    display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
	-webkit-justify-content: space-around; /* Safari */
	justify-content: space-around;
	margin: 0px 0px;
}
.card_rank_in dt{
    width: 35%;
    font-size: 10px;
}
.card_rank_in dd{
    width: 65%;
    font-size: 12px;    
}
.card_rank_in span{
    font-size: 115%;
    font-weight: 600;
}
.rank_koban p{
    font-size: 12px;
    font-weight: 600;
}
.rank_koban span{
    font-size: 140%;
    font-weight: 600;
}
.card_etc {
    margin: 8px auto;
    width: 250px;
    position: relative;
    padding: 4px;
}
.card_etc p {
    font-size:10px;
    word-break: break-all;
}
.card_etc img {
    width: 100%;
}

.card_category {
    width: 32%;
    margin: 24px auto;
}
.card_category_title {
    width: 100%;
    margin: 8px auto 32px;
    background-color: #515151;
    color: #F7F2ED;
    padding: 8px;
    border-radius: 8px;
}
.card_no1_l{
    font-size: 45px;
    width: 100%;
    margin: 0px auto;
    font-weight: bold;
    position: relative;
    padding:24px 0 0;
}
.card_no1_l_groupe{
    font-size: 45px;
    width: 50%;
    margin: 16px auto;
    font-weight: bold;
    position: relative;
    padding:24px 0 0;
}
.card_no1_l_groupe img{
    width: 100%;
    margin: -24px auto 0;
    text-align: center;
}
.card_no1_r{
    font-size:16px;
    width: 100%;
    margin: 0px 0;
    font-weight: 600;
}
.card_no1_l_in {
    font-size: 40px;
    width: 100%;
    margin: 16px auto;
    font-weight: bold;
    text-align: center;
    position: absolute;
    top: -16px;
}
.card_no1_r_in{
    font-size:20px;
    width: 100%;
    margin: 0px 0;
}
.card_etc_rank{
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    margin: -4px auto 4px;
}
.card_rank_best {
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    margin: 200px auto 80px;
}
.card_etc_in{
    padding: 4px 8px 10px;
    margin: 8px auto 16px;
    background: #353535;
    box-shadow: 0px 0px 0px 2px #353535;
    border: solid 2px white;
    border-radius: 8px;
    box-sizing: border-box;
    width: 100%;
    color: #ffffff;
    position:relative;
}
.card_etc_in a {
    margin: 0px 0px;
    width: 100%;
    height:100%;
    position: absolute;
    display:block;
}
.card_etc_in dl{
    display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
	-webkit-justify-content: space-around; /* Safari */
	justify-content: space-around;
	margin: 0px 0px;
}
.card_etc_in dt{
    width: 38%;
    font-size: 10px;
}
.card_etc_in dd{
    width: 62%;
    font-size: 10px;    
}
.card_etc_in span{
    font-size: 115%;
    font-weight: 600;
}
.card_etc_in_line{
    border-bottom: 1px dotted #F6F6F4;
    padding-bottom:8px;
    margin-bottom:16px;
}
.bakufu img {
    position: absolute;
    top: 16px;
    left: -8px;
    width: 30px;
    z-index: 10;
}
.seifu img {
    position: absolute;
    top: 16px;
    right: -8px;
    width: 30px;
    z-index: 10;
}
.bakufu_rank img {
    position: absolute;
    top: -16px;
    left: -0px;
    width: 30px;
    z-index: 10;
}
.seifu_rank img {
    position: absolute;
    top: -16px;
    right: -0px;
    width: 30px;
    z-index: 10;
}
.accbox {
    margin: 40px auto 20px;
    padding: 0;
    width: 100%;
    color: #ffffff;
}
.accbox p {
    font-size: 14px;
    color: #33333;
}
/*ラベル*/
.accbox label {
    display: block;
    margin: 1.5px 0px;
    padding : 16px 32px;
    color: #300304!important;
    font-weight: bold;
    background: #00B9B2;
    cursor : pointer;
    transition: all 0.5s;
    position: relative;
    border-radius: 16px;
    -webkit-box-shadow: 1px 1px 3px #999999;
    box-shadow: 1px 1px 3px #999999;
}
.accbox label p {
    font-size: 18px;
    color: #ffffff;
    display: inline;
}
.accbox label:before {
    content: '';
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 4px #ffffff;
    border-right: solid 4px #ffffff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 8px;
    margin-top: -8px;
}
/*ラベルホバー時*/
.accbox label:hover {
    background : #26a69b;
}
/*チェックは隠す*/
.accbox input {
    display: none;
}
/*非表示にしておく*/
.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}
/*クリックで中身表示*/
.cssacc:checked + label + .accshow {
    height: auto;
    padding: 5px;
    opacity: 1;
    font-weight:600;
}
.accbox {
    margin: 24px 0px 100px;
    color:#333333;
}
.accshow p {
    margin: 8px 0px 16px;
    color:#333333;
}
/*クリック後*/
.cssacc:checked + label:before {
    content: '';
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 4px #ffffff;
    border-right: solid 4px #ffffff;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    position: absolute;
    top: 50%;
    left: 8px;
    margin-top: -8px;
}
.accbox li {
    list-style-image: none;
    padding-left: 0px;
}
.accbox li a {
    text-decoration: none;
}
.accbox li a:hover {
    text-decoration: underline;
}
.accbox li::before {
    font-family: FontAwesome;
    content : "\f02d";
    margin-left: -26px;
}
.card_kanfes_l{
    width: 18%;
    padding: 0%;
    margin-left:-4%;
}
.card_kanfes_center{
    width: 71%;
    font-size:12px;
    margin: 0px auto 5vw;
    background-color: #FFF;
    padding: 16px;
    border-radius: 16px;
    -webkit-box-shadow: 0px 0px 8px 0px #D7D7D7;
    box-shadow: 0px 0px 8px 0px #D7D7D7;
    border: 3px solid #333333;
    line-height: 150%;
    }
.card_kanfes_r{
    width: 18%;
    padding: 0%;
    margin-right:-4%;
}
.stage_activity_new{
    font-family: kan412typos-std, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    color: #F15E1F;    
}
.stage_activity {
    margin: 24px auto;
    width: 100%;
    position: relative;
    background-color: #FFF;
    padding: 0px 8px;
    border-radius: 16px;
    -webkit-box-shadow: 0px 0px 8px 0px #D7D7D7;
    box-shadow: 0px 0px 8px 0px #D7D7D7;
    border: 3px solid #333333;
}
.stage_activity a {
	width: 100%;
	height:100%;
	position: absolute;
	top: 0;
    left: 0;
    z-index: 10;
}
.stage_activity a:hover {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
.stage_activity h2 {
    margin: 4px 0px 8px;
    font-family: kan412typos-std, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    color: #515151;   
    letter-spacing: 0;
}
.stage_activity h3 {
    margin: 8px 0;
    font-family: kan412typos-std, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    color: #515151;    
}
.stage_activity h4, .stage_activity h5 {
    margin: 8px 0;
    font-family: kan412typos-std, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    color: #76A837;    
}
.stage_activity_l {
    margin: 8px 0;
    width: 65%;
    position: relative;
    padding: 8px 16px;
    }
.stage_activity_sum {
    margin: 0px 0 16px;
    width: 35%;
    position: relative;
    padding-top:26px;
    }
.company_all{
    margin: 10vw 0 15vw;
}
.company_all img{
    width: 150px;
    margin: 40px auto 0;
    display: block;
}
/*－－－－－－－－－－作品詳細ページー－－－－－－－－－－*/  
.card_view {
	width: 100%;
	position: relative;
	background-color: #FFF;
	padding: 4%;
	margin: 40px 0px 110px;
	border-radius: 16px;
    -webkit-box-shadow: 0px 0px 8px 0px #D7D7D7;
    box-shadow: 0px 0px 8px 0px #D7D7D7;
    border: 3px solid #333333;
}
.card_view h1 {
	margin: 16px 0px 8px;
	font-size: 1.1rem;
	font-weight:600;
}

.card_view h2 {
	margin: 0px 0px;
	font-size: 1rem;
	font-weight:600;
}
.card_view h3 {
    margin: 32px 0px 16px;
}
.card_view h3 span {
	margin: 0px 16px 8px;
	font-size: 0.9rem;
	font-weight:600;
}
.card_view h4 {
	margin: 8px 0px;
	font-size: 1rem;
}
.card_view h5 {
	margin: 8px 0px;
	font-size: 0.9rem;
}
.card_view p {
	margin: 16px 0px;
	font-size: 0.9rem;
}
.card_view p strong {
	margin:0 0 0 -16px;
	font-size:1.2rem;
	font-weight:normal;
}
.card_view_left {
	width: 100%;
}
.card_view_left img {
	width: 100%;
}
.card_view_center {
	width: 100%;
	margin-bottom:24px;
}
.card_view_right img {
	width: 50px;
	margin: 0px auto 0px;
	display: block;
	position:absolute;
	right:0px;
}
.card_view_right {
	width: 100%;
	position:relative;
	top:-132px;
	right:0px;
}
.card_view .btn2 {
	margin:0px auto;
	width:100%;
	text-align:center;
}
.view_info_title{
    font-size: 1.2rem;
    margin: 40px 0px 0px;
    font-weight: 600;
    color: #777777;
    border-bottom: 2px solid #BBBBBB;
    padding-bottom: 4px;
}
/*－－－－－－－－－－フッタースポンサー－－－－－－－－－－*/

.special {
    width: 100%;
    text-align: center;
    margin: 24px auto;
}
.special img {
    width: 70%;
    max-width: 270px;
    text-align: center;
    margin: 8px auto;
}
.sponsorBox {
    width: 100%;
    margin: 80px auto;
    text-align: center;
}
.sponsor {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 32px;
}

.sponsor_logoG {
    width: 270px;
    background-color: rgba(255,255,255,1.00);
    margin: 32px;
    padding: 0px;
    line-height: 0px;

}
.sponsor_logoG a {
    line-height: 0px;
}




/*－－－－－－－－－－協賛－－－－－－－－－－*/
.kanpuri img {
    width:50%;
    margin: 16px auto;
    display: block;
    }
.btn2 {
    margin: 0em auto 2em;
    background: #FAE000;
    border-radius: 8px;
    box-sizing: border-box;
    color: #300304;
    display: block;
    text-align:center;
    -webkit-box-shadow: 2px 2px 0px #5B5649;
    box-shadow: 2px 2px 3px #5B5649;
}
.btn2 a {
    padding: 1em 1em;
    background: #FAE000;
    border-radius: 8px;
    box-sizing: border-box;
    color: #300304;
    display: block;
}
.btn2 a:hover {
    background: #E9DC6B;
    border-radius: 8px;
    box-sizing: border-box;
    color: #300304;
    display: block;
}







}
