@import url('https://fonts.googleapis.com/css?family=Advent+Pro');
@import url('https://fonts.googleapis.com/css2?family=Dela+Gothic+One&display=swap');

*{
    box-sizing: border-box;
}
body{
    font-family:"游ゴシック体", "Yu Gothic", YuGothic,'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    font-size:16px;
    position:relative;
    line-height: 1.8;
    color:#222;
}
body.admin,
body.login{
    background:#f4f4f4;
    padding-top:69px;
}
a img:hover{
    opacity:0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    -khtml-opacity: .70;
    -moz-opacity: .70;
}
a{
    text-decoration:underline;
    color: #6565e4;
}
a:hover{
    color:#840C09;
    text-decoration:none;
}
a.btn{
    line-height: 1.75;
    vertical-align: middle;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    display: inline-block;
    padding: 0.25em 0.5em;
    color: #FFF;
    background: #C30D23;
    border: solid 1px #a50c1f;
    border-bottom: solid 1px #790b18;
    border-radius: 4px;
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
}
a.btn:hover{
    color:#fff;
    background: #a70f21;
    border: solid 1px #8b0a1a;
    border-bottom: solid 1px #630a14;
}
:placeholder-shown {
    color: #999; }

/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
    color: #999; }

/* Firefox 18- */
:-moz-placeholder {
    color: #999; opacity: 1; }

/* Firefox 19+ */
::-moz-placeholder {
    color: #999; opacity: 1; }

/* IE 10+ */
:-ms-input-placeholder {
    color: #999; }
/*------------------------------------------------
search 型 input 要素のスタイルをリセット
------------------------------------------------- */
input{
    font-family:"游ゴシック体", "Yu Gothic", YuGothic,'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
  input[type="button"],input[type="submit"] {
    -webkit-appearance: none;
  }
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
}
input[type="search"]:focus {
  outline-offset: -2px;
}
input[type="search"]::-webkit-search-decoration {
  display: none;
}

/*------------------------------------------------
common コンポーネント的な内容をここに記述
------------------------------------------------- */
.pc_none{
    display:none !important;
    }

.wide_inner{
    width:95%;
    height:auto;
    margin-left:auto;
    margin-right:auto;
}
.inner{
    width:90%;
    max-width:1600px;
    height:auto;
    margin-left:auto;
    margin-right:auto;
}

.mini_inner{
    width:90%;
    max-width:800px;
    height:auto;
    margin-left:auto;
    margin-right:auto;
}
.adventFont{
    font-family: 'Advent Pro', sans-serif;
}
.commonSection{
    background: #fff;
    margin-bottom:40px;
}
.commonSection:last-child{
    margin-bottom:0;
}
.commonSection.record{
    padding-bottom:0;
    margin-bottom:0;
    border-bottom: 2px solid #f4f4f4;
}
.commonSection.record.competition{
    margin-bottom:40px;
}

.heading_primary{
    line-height: 1;
    padding: 20px;
    border-bottom: 2px solid #f4f4f4;
    font-weight: bold;
    color: #000;
    font-size: 20px;
    margin:0 auto 20px;
    position: relative;
}
.heading_primary span{
    font-size: 30px;
}
.heading_secondary{
    line-height: 1;
    padding: 12px 0 10px 15px;
    background: #f4f4f4;
    border-left: 5px solid #840C09;
    border-right: 5px solid #e6e6e6;
    border-bottom: 1px solid #e4e4e4;
    font-weight: bold;
    color: #000;
    font-size: 14px;
    margin: 0 auto 10px;
    max-width: 95%;
    border-radius: 19px;
    -webkit-border-radius: 19px;
    -moz-border-radius: 19px;
}
.tit_center{
    text-align: center;
}
.caution{
    color:#990000;
    font-weight: bold;
}
.commonDl{
    margin:auto;
}
.commonDl dt{
    float:left;
    font-weight: bold;
}
.commonDl dt.require:after{
    content:"必須";
    margin-left:10px;
    background:#990000;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-size: 10px;
    color:#fff;
    padding:3px 10px;
    line-height: 1;
    display: inline-block;
    position: relative;
    top:-3px;
}
.commonDl dd{
    padding:0 0 0 200px;
    margin: 0 0 15px 0;
}
.commonDl ol li{
    list-style-position: inside;
    border-bottom:1px dashed #ddd;
    padding:5px 0;
    font-size: 14px;
}
p.notice{
    margin-top:5px;
    font-size:13px;
}
.notice_countDown{
    text-align: center;
    position: fixed;
    bottom: 20px;
    left: 0;
    right: 0;
}
.notice_countDown p{
    color: #a50319;
    background-color: #efefef;
    border: solid 1px #a50319;
    display: inline-block;
    padding: 15px 40px;
    font-weight: bold;
    font-size: 25px;
}
.notice_countDown span{
    margin-right: 5px;}

p.paragraph{
    margin-bottom:10px;
    font-size:13px;
}
.announce{
    border: 5px solid #e8e8e8;
    padding: 50px 2.5%;
    text-align: center;
    box-sizing: border-box;
    font-weight: bold;
}
.announce_mini{
    border: 5px solid #e8e8e8;
    padding: 10px 2.5%;
    text-align: center;
    box-sizing: border-box;
    font-weight: bold;
}
.message{
    max-width: 800px;
    border: 5px solid #e8e8e8;
    border: 1px solid #ffc0c9;
    padding: 10px 2.5%;
    text-align: center;
    box-sizing: border-box;
    font-weight: bold;
    margin: 0 auto 10px;
    color: #ff4400;
    background: #ffecec;
}
/* 宮本追加 */
.error-message {
    color: #ff4400;
}

.btnBox{
    text-align: center;
}
.btnBox.board{
    padding: 20px 0;
    margin: 0 auto 40px;
    background: #f4f4f4;
    box-sizing: border-box;
}
.mb{
    margin-bottom:20px;
}
.pb{
    padding-bottom:20px;
}
.commonLink a,
a.commonLink{
    color:#000;
    text-decoration: none;
}
.commonLink a:hover,
a.commonLink:hover{
    color:#c1a858;
}
.nav_item i{
    font-size: 18px;
    margin: 0;
}
.nav_item.icon a{
    padding: 3px 12px 0;
    box-sizing: border-box;
}
.commonInput{
    padding:2px 5px;
    line-height: 1.8;
    font-size: 16px;
    font-family:"游ゴシック体", "Yu Gothic", YuGothic,'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border:none;
    border:1px solid #ccc;
    box-sizing: border-box;
}
.commonInput.block{
    display: block;
    width: 100%;
}
.commonInput.block70{
    display: block;
    width: 70%;
}
.commonInputBtn{
    border: none;
    cursor: pointer;
    font-family:"游ゴシック体", "Yu Gothic", YuGothic,'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    line-height: 1.75;
    vertical-align: middle;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    display: inline-block;
    padding: 0.25em 0.5em;
    color: #FFF;
    background: #840C09;
    border: solid 1px #a50c1f;
    border-bottom: solid 1px #790b18;
    border-radius: 4px;
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
    font-weight: bold;
    font-size: 16px;
}
.commonInputBtn:hover{
    color:#fff;
    background: #a70f21;
    border: solid 1px #8b0a1a;
    border-bottom: solid 1px #630a14;
}
.commonBtn{
    line-height: 1.75;
    vertical-align: middle;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    display: inline-block;
    padding: 0.25em 0.5em;
    color: #FFF;
    background: #840C09;
    border: solid 1px #a50c1f;
    border-bottom: solid 1px #790b18;
    border-radius: 4px;
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
    margin-right: 20px;
}
.commonBtn:hover{
    color:#fff;
    background: #a70f21;
    border: solid 1px #8b0a1a;
    border-bottom: solid 1px #630a14;
}
.commonBtn.gray{
    background: #a9a9a9;
    border: solid 1px #919191;
    border-bottom: solid 1px #606060;
}
.commonBtn.gray:hover{
    background: #848484;
    border: solid 1px #6c6c6c;
    border-bottom: solid 1px #505050;
}
.commonBtn.light{
    background: #dedede;
    border: solid 1px #d4d4d4;
    border-bottom: solid 1px #c3c3c3
}
.commonBtn.light:hover{
    background: #dedede;
    border: solid 1px #d4d4d4;
    border-bottom: solid 1px #c3c3c3
}
.commonBtn:last-child{
    margin-right:0;
}
.commonBtn br{
    display: none;
}
.commonRadio{
    display: block;
}
.commonRadio input[type="radio"]{
    display: none;
}
.commonRadio input[type="radio"] + label{
    border: 1px solid transparent;
    display: inline-block;
    margin-right: 10px;
    padding: 5px 10px 5px 35px;
    cursor: pointer;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    position: relative;
    font-weight: bold;
}
.commonRadio input[type="radio"]:checked + label{
    font-weight: bold;
    border: 1px solid #e8e8e8;
    background: #f7f7f7;
}
.commonRadio input[type="radio"] + label:before,
.commonRadio input[type="radio"] + label:after{
    position:absolute;
    content:"";
    display: block;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    transition: .2s;
}
.commonRadio input[type="radio"] + label:before{
    width: 16px;
    height: 16px;
    border: 1px solid #ddd;
    top: 10px;
    left: 6px;
    z-index: 1;
}
.commonRadio input[type="radio"] + label:after{
    width: 10px;
    height: 10px;
    background: transparent;
    top: 14px;
    left: 10px;
}
.commonRadio input[type="radio"]:checked + label:before{
    border: 1px solid #840C09;
}
.commonRadio input[type="radio"]:checked + label:after{
    width: 10px;
    height: 10px;
    background: #840C09;
    top: 14px;
    left: 10px;
}

input.commonCheck[type="checkbox"] + label{
    display: block;
    border: 1px solid transparent;
    border-radius: 5px;
    padding: 23px 0 3px 0;
    position: relative;
    cursor: pointer;
    box-sizing: border-box;
    width: 50px;
}

input.commonCheck[type="checkbox"] + label:before,
input.commonCheck[type="checkbox"] + label:after{
    content:"";
    display: block;
    position: absolute;
    right: 18px;
    left: 0;
}
input.commonCheck[type="checkbox"] + label:before{
    background: #ddd;
    width: 40px;
    height: 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    right: 0;
    left: 0;
    top: 3px;
    margin: auto;
}
input.commonCheck[type="checkbox"] + label:after{
    background: #fff;
    width: 16px;
    height: 16px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    top: 5px;
    margin: auto;
    -webkit-transition: .2s;
    transition: .2s;
}
input.commonCheck[type='checkbox'] {
    position: absolute;
    visibility: hidden !important;
}
input.commonCheck[type="checkbox"]:checked + label{
    border: 1px solid transparent;
/*    box-shadow: 0 0 2px #88d9ff;*/
}
input.commonCheck[type="checkbox"]:checked + label:before{
    background: #c30d23;
}
input.commonCheck[type="checkbox"]:checked + label:after{
    left: 18px;
    right: 0;
}
.spacer{
    margin-bottom:40px;
}
.commonSelect{
    font-family: "游ゴシック体", "Yu Gothic", YuGothic,'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial,;
    display: block;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    height: 25px;
    margin: 0px;
    padding: 0px 8px;
}

/*------------------------------------------------
スマホmenu用
------------------------------------------------- */

#burger,
#spMenu{
    display:none;
}

/*------------------------------------------------
header
------------------------------------------------- */
header.header{
    height:69px;
    background: #333;
    position: fixed;
    top:0;
    width: 100%;
    z-index: 10;
}
header.header:before{
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    background: rgb(171,109,30);
    background: -moz-linear-gradient(left,  rgba(171,109,30,1) 0%, rgba(255,221,136,1) 50%, rgba(171,109,30,1) 100%);
    background: -webkit-linear-gradient(left,  rgba(171,109,30,1) 0%,rgba(255,221,136,1) 50%,rgba(171,109,30,1) 100%);
    background: linear-gradient(to right,  rgba(171,109,30,1) 0%,rgba(255,221,136,1) 50%,rgba(171,109,30,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ab6d1e', endColorstr='#ab6d1e',GradientType=1 );
}
.header_inner{
    display: flex;
}
.backHome{
    position: absolute;
    top:auto;
    left:auto;
    display: block;
    width:17.5px;
}
.backHome i{
    color: #840C09;
    line-height: 65px;
    font-size: 55px;
    transition: .2s;
    position: relative;
    left: 0px;
}
.backHome:hover i{
    left:-5px;
    color:#840C09;
}
.logo{
    width: 240px;
    padding: 14px 0 0 0;
}
.logo a{
    display: block;
    text-decoration: none;
}
.logo a img{
    display: block;
    width:100%;
}
.logo a:hover img{
    opacity: 1;
}
.logo a span{
    display: block;
    text-align: left;
    font-weight: bold;
    font-size: 10px;
    color: #E2D3A3;
    letter-spacing: 0;
}
.glnav {
    width:calc( 100% - 250px );
}
.glnav ul{
    width:100%;
    display: flex;
    justify-content: flex-end;
}
li.nav_item a{
    font-weight: bold;
    font-size: 12px;
    color:#E2D3A3;
    line-height:65px;
    padding:0 12px;
    display: block;
    white-space: nowrap;
    position: relative;
}
li.nav_item:last-child a{
    padding-right:0;
}
li.nav_item a:hover{
    color:#a79047;
}
div.notification_sp{
    display: none;
}
.play header.header{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    background: none;
}

/*----------------
notification
---------------- */
a.ntfctn_on:before,
label.tabLabel.ntfctn_on div:after{
    content: "N";
    font-size: 9px;
    line-height: 15px;
    font-weight: bold;
    position: absolute;
    display: block;
    top: 18px;
    right: 4px;
    width: 15px;
    height: 15px;
    background: #840C09;
    color: #fff;
    text-align: center;
    border-radius: 8px;
    padding-top: 0px;
    box-sizing: border-box;
}
label.tabLabel.ntfctn_on div:after{
    position: relative;
    display: inline-block;
    top: -3px;
    right: 0;
    margin-left: 5px;
}

.ntfctnWrap{
    position: relative;
}
.tabArea{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.tabLabel{
    display: flex;
    width: 50%;
    height:60px;
    text-align: center;
    background: #ddd;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}
.tabLabel:first-child{
    border-right:1px solid #f4f4f4;
}
.tabLabel:last-child{
    border-left:1px solid #f4f4f4;
}
.tabLabel .flex{
    font-weight:bold;
    position: relative;
}
.ntfctnBox{
    border-top:2px solid #f4f4f4;
    background: #fff;
    display: flex;
    justify-content: space-between;
}
.ntfctnPage{
    width: 50%;
    box-sizing: border-box;
}
.ntfctnPage_recode{
    border-right:1px solid #f4f4f4;
}
.ntfctnPage_community {
    border-left:1px solid #f4f4f4;
}
.ntfctnList li{
    border-bottom:2px solid #f4f4f4;
}
.ntfctnList li a{
    display: block;
    text-decoration: none;
}
.ntfctnList li a:hover{
    background:#f9f9f9;
}
.ntfctnList .alreadyRead a{
    background: #f9f9f9;
}
.ntfctnList .alreadyRead{
    border-bottom:2px solid #ffffff;
    background:#f9f9f9;
}
.ntfctnList .alreadyRead a:hover{
    background:#efefef;
}
.ntfctn_item{
    width: 90%;
    margin: auto;
    padding: 12px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.ntfctn_item figure{
    width:30px;
    height:30px;
    overflow: hidden;
    border-radius: 50%;
    margin-right:20px;
}
.ntfctn_item figure img{
    width:100%;
    height:100%;
    display: block;
}
.ntfctnList li div.ntfctn_item div{
    width: calc(100% - 50px);
    font-size: 14px;
    line-height: 1.3;
}
.ntfctnWrap.noCommunity .tabLabel{
    width:100%;
    border-right:none;
    border-left:none;
}
.ntfctnWrap.noCommunity .ntfctnPage {
    width: 100%;
    box-sizing: border-box;
    border-right:none;
}
.notice_load{
    text-align: center;
    padding: 15px 0;
}
.notice_load:before{
    display: block;
    margin: auto;
}
.moreBtn{
    padding:15px 0;
}
.moreBtn span{
    display: block;
    text-align: center;
    width:65%;
    margin:auto;
    font-weight: bold;
    background: rgb(237, 237, 237);
    padding: 10px 30px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #840C09;
    font-size: 14px;
    border-bottom: 2px solid #ccc;
    cursor: pointer;

}
.ntfctnList li.newEntry{
    position: relative;
}
.ntfctnList li.newEntry div.ntfctn_item{
    padding:20px 0;
}
.ntfctnList li.newEntry div.ntfctn_item div{
    width: calc(100%);
}
.newEntry .ntfctn_item div:before{
    display: inline-block;
    font-size: 10px;
    background: #c72b2b;
    color: #fff;
    padding:2px 4px;
    text-align: center;
    border-radius: 5px;
    margin: 0 5px 0 0;
    content: "NEW";
    /*    content: "\f15b";*/
    font-family: 'fontAwesome';
    position: relative;
    top: 0px;
}
.ntfctnList .newEntry a:hover{
    background: #ffeded;
}
.newEntry.alreadyRead .ntfctn_item div:before{
    background: #a9a9a9;
    color: #fff;
}
.ntfctnList .newEntry a:before{
    content: "";
    position: absolute;
    display: block;
    border: 4px solid #ffe6e6;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    box-sizing: border-box;
}
.ntfctnList .newEntry.alreadyRead a:before{
    border: 4px solid #efeaea;
}
.ntfctnList .newEntry.alreadyRead a:hover{
    background: #efefef;
}

.replyToYou .ntfctn_item div:before,
.likeToYou .ntfctn_item div:before{
    display: inline-block;
    font-size: 10px;
    color: #c72b2b;
    background: #ffffff;
    text-align: center;
    border-radius: 5px;
    padding: 3px 5px 3px 4px;
    margin: 0 5px 0 0;
    content: "\f112";
    font-family: 'fontAwesome';
    position: relative;
    top: -2px;
    box-shadow: 0 0px 2px rgba(0, 0, 0, 0.2);
}
.likeToYou .ntfctn_item div:before{
    padding: 3px 5px 3px 4px;
    content: "\f164";
}
.ntfctnList .replyToYou,
.ntfctnList .likeToYou{
    position: relative;
}
.ntfctnList .replyToYou a:before{
    content: "";
    position: absolute;
    display: block;
    border: 4px solid #ffe6e6;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    box-sizing: border-box;
}
.ntfctnList .replyToYou a:hover,
.ntfctnList .likeToYou a:hover{
    background: #ffeded;
}

.ntfctnList .replyToYou.alreadyRead a:before{
    border: 4px solid #efeaea;
}
.ntfctnList .replyToYou.alreadyRead a:hover,
.ntfctnList .likeToYou.alreadyRead a:hover{
    background: #efefef;
}
/*------------------------------------------------
main
------------------------------------------------- */
main{
    display: block;
    min-height: calc( 100vh - 70px - 40px );
    box-sizing: border-box;
    padding:50px 0 0 0;
    background-image: url(/img/background.png);
    background-size: 80% auto;
    background-repeat: no-repeat;
    background-position: 500px 200px;
}
.training main{
    min-height: calc( 100vh - 110px );
}
.login main{
    padding-top:0;
}
.edit main{
    padding:15px 0 0 0;
}
.play main{
    padding:90px 0 0 0;
    transition:.2s;
}

/*------------------------------------------------
footer
------------------------------------------------- */
footer.footer{
    height: 40px;
    color: #aaa;
    font-size: 12px;
    box-sizing: border-box;
    padding-top: 10px;
}


/*------------------------------------------------
login
------------------------------------------------- */

.login main{
    position:relative;
}

.loginSection{
    padding:8% 0 0;
    margin: auto;
}
.logIn .MainImgGm{
    width: 290px;
    top: 45px;
    left: 45%;
}
.loginMainImg{
    display: block;
    max-width: 170px;
    width: 40%;
    margin: 0 auto 10px;
}

.loginMainTxt{
    font-weight:bold;
    text-align: center;
    font-size:18px;
    margin:0 0 15px 0;
}
#UserLoginForm{
    text-align: left;
    max-width: 500px;
    margin:auto;
}
.input{
    margin:0 0 15px 0;
}
#UserLoginForm label{
    font-weight:bold;
    font-size:16px;
    display: block;
}
.submit{
    width:90%;
    margin:0 auto;
    text-align: center;
}


/*------------------------------------------------
index ユーザー向け管理画面TOPページ
------------------------------------------------- */
.adminIndexSection{
    margin: -20px auto 0;
}
.MainImgBox{
    position: relative;
}
.MainImg{
    display: block;
    width: 135px;
    margin: 0 auto 35px;
}
.MainImgGm{
    display: block;
    width: 165px;
    position: absolute;
    top: 56px;
    left: 48%;
}

.shumokuList{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #ddd;
    padding-bottom: 5px;
    padding-top: 20px;
}

.shumokuList .flex{
    width:77%;
}
.tit_shumoku {
    position: relative;
    font-family: 'Advent Pro', sans-serif;
    font-size: 35px;
    line-height: 1;
    margin-bottom:20px;
    color:#840C09;
}
@media screen and (max-width: 1300px) {
    .tit_shumoku {
        font-size: 24px;
    }
}
.tit_shumoku span {
    padding: 4px 9px 4px;
    background: #840C09;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    display: inline-block;
    position: relative;
    top: -5px;
    left: 15px;
    line-height: 1;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic,'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial,
}
.choiceBox{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom:15px;
}
.choiceBox li{
    width: 23%;
    text-align: center;
}
.choiceBox.box_2 li{
    width: 48%;
}
.choiceBox.box_3 li{
    width: 32%;
}
.choiceBox.box_1_2 li:first-child{
    width: 32%;
}
.choiceBox.box_1_2 li:last-child{
    width: 66%;
}
.choiceBox li:nth-child(4n){
    margin-right:0;
}
.choiceBox.box_5 li{
    width: 48%;
    margin-bottom: 15px;
}
.choiceBox.box_5 li:nth-child(3n),
.choiceBox.box_5 li:nth-child(4n),
.choiceBox.box_5 li:nth-child(5n){
    width: 32%;
    margin-bottom: 0;
}

.choiceBox li a{
    position: relative;
    font-size: 35px;
    display: block;
    background: #fff url(/img/logoGray.png) no-repeat center -10%;
    background-size: 50%;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    color: #840C09;
    transition: top 0s;
    top: 0px;
    text-decoration: none;
    padding: 10px 0;
    line-height: 1;
}
.choiceBox li a:hover{
    background: #fcfcfc url(/img/logoGray.png) no-repeat center -10%;
    background-size: 50%;
    border: 1px solid #b07324;
}
.choiceBox li.ippatsu a{
    border: 3px solid #d72924;
}
.choiceBox li.ippatsu a:hover {
    border: 3px solid #ff8b87;
}
.choiceBox li.ippatsu a:before{
    content: "";
    display: block;
    position: absolute;
    bottom: -9px;
    left: -24px;
    width: 46px;
    height: 40px;
    background: url(/img/icon_back_ippatsu.png) no-repeat center;
    background-size: 100%;
    padding: 17px 0 0 0px;
    box-sizing: border-box;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
}
.choiceBox li.ippatsu.ipt1 a:before{
    content: "1";
}
.choiceBox li.ippatsu.ipt2 a:before{
    content: "2";
}
.choiceBox li.ippatsu.ipt3 a:before{
    content: "3";
}



.iconBox span{
    font-size: 13px;
    display: inline-block;
    background:#ccc;
    padding:0 15px;
    border-radius: 15px;
    margin-right:10px;
    line-height: 1.8;
    color:#fff;
    font-weight: bold;
}
.iconBox span:last-child{
    margin-right:0;
}
span.icon_open{
    background:#ab6d1e;
    background: #e9e3dc;
    color: #ab6d1e;
}
span.icon_middle{
    background:#39ab9b;
    background: #eaeaea;
    color: #39ab9b;
}
span.icon_world{
    background:#7222a5;
    background: #e7e2ea;
    color: #7222a5;
}
.icon_jyoken{
    background: #b07324 !important;
    color: #fff;
    position: absolute !important;
    bottom: 3px !important;
    right: 3px !important;
    font-size: 13px !important;
    padding: 3px 6px !important;
    border-radius: 4px !important;
    font-weight: normal !important;
    top: initial !important;
    left: initial !important;
}


/*------------------------------------------------
everyday click
------------------------------------------------- */
.ecBox{
    width:100%;
    max-width: 500px;
    margin:0 auto 30px;
}
.ecBox a{
    position: relative;
    font-size: 26px;
    display: block;
    border: 1px solid #ccc;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-bottom: 5px solid #5B0804;
    color: #fff;
    transition: top 0s;
    top: 0px;
    text-decoration: none;
    padding: 12px 0;
    text-align: center;
    background: rgb(171,109,30);
    background: -moz-linear-gradient(left,  rgba(171,109,30,1) 0%, rgba(255,221,136,1) 50%, rgba(171,109,30,1) 100%);
    background: -webkit-linear-gradient(left,  rgba(171,109,30,1) 0%,rgba(255,221,136,1) 50%,rgba(171,109,30,1) 100%);
    background: linear-gradient(to right,  rgba(171,109,30,1) 0%,rgba(255,221,136,1) 50%,rgba(171,109,30,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ab6d1e', endColorstr='#ab6d1e',GradientType=1 );
}
.ecBox a:before{
    content: "";
    display: inline-block;
    background: url(/img/icon_calendar.png) no-repeat center;
    background-size: 100% auto;
    margin-right: 15px;
    width: 30px;
    height: 29px;
    position: relative;
    top: 5px;
}
.ecBox:hover a{
    border-bottom: 1px solid #962b22;
    top: 4px;
}
.ecBox:hover{
    margin:0 auto 34px;
}

.ecThanks{
    background: #ffffff;
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 40px 90px 0px #e2e2e2 inset;
    position: relative;
    overflow: hidden;
}
.ecThanks p{
    font-weight: bold;
    font-size: 24px;
    position: relative;
    z-index: 99999;
    text-align: center;
    margin-bottom:20px;
}
.thanksBtnBox{
    display: block;
    position: relative;
    z-index: 99999;
}
.thanksBtnBox span{
    display: block;
    text-align: center;
    position: relative;
    z-index: 99999;
    color:#840C09;
    margin-bottom: 10px;
    font-weight: bold;
}
.thanksBtnBox span:before{
    content: "";
    display: inline-block;
    background: url(/img/icon_calendar_clr.png) no-repeat center;
    background-size: 100% auto;
    margin-right: 10px;
    width: 22px;
    height: 22px;
    position: relative;
    top: 5px;
}
.thanksBtnBox div{
    text-align: center;
}
.thanksBtnBox div button:first-child{
    margin-right:15px;
}
.spacer_thanks{
    width:220px;
}
.ecCount span.ecCount{
    font-size: 24px;
    color:#840C09;
    line-height: 1;
    margin-bottom:10px;
    display: inline-block;
}
.ecCount span.i10{
    display: inline-block;
    width:12px;
    height:12px;
    background:url(/img/icon_star.png) no-repeat center;
    background-size:100% auto;
}
.ecCount span.i100{
    display: inline-block;
    width:21px;
    height:19px;
    background:url(/img/icon_crown.png) no-repeat center;
    background-size:100% auto;
}
.ecCount span.i1000{
    display: inline-block;
    width:25px;
    height:29px;
    background:url(/img/icon_crown_big.png) no-repeat center;
    background-size:100% auto;
}

.todaysClick{
    width: 95%;
    max-width: initial;
    height: auto;
    margin: 25px auto;
    padding: 10px 0;
    border: solid 2px #ddd;
    border-radius: 10px;
}
.todaysClick h3{
    text-align: center;
    font-weight: bold;
    margin-bottom: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ecNum{
    display: inline-block;
    font-size: 14px;
    margin:0 10px;
    font-weight: bold
}
.ecNum span{
    font-size: 18px;
    font-weight: bold
}
.ecNum + span{
    font-size: 14px;
    background: #f4f4f4;
    line-height: 1;
    padding: 4px 8px 2px;
    border-radius: 5px;
    font-weight: bold;
    color: #9c0000;
    border: 1px solid #ddd;
}

.todaysClick i{
    margin-right: 5px;
}
.todaysClick_box{
    width: 98%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
}
.todaysClick_box li{
    background-color:#ececec;
    margin:5px 5px;
    padding:0 9px;
    border-radius:5px;
    position:relative;
}
.todaysClick_box li.borderAnime{
    color:#C30D23;
}

.todaysClick_box li.borderAnime:before{
    content:"";
    display: block;
    position: absolute;
    width:100%;
    height:100%;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    background:transparent;
    animation: sonarBorderAnime 1.8s;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
    border-radius: 10px;
    border-color:#C30D23;
    border-style: solid;
}
.todaysClick_box span{
    margin-right: 5px;
}


@keyframes sonarBorderAnime {
    0% {
        left:0;
        border-width: 0px;
        opacity: 1;
    }
    100% {
        left:-7px;
        border-width: 7px;
        opacity: 0;
    }
}


/*------------------------------------------------
ranking ランキング
------------------------------------------------- */

.rankingSection{
    display: flex;
    justify-content: space-between;
}
.rankingSection .commonSection{
    width:80%;
    max-width: calc( 100% - 300px );
}
.rankingSide{
    width:18%;
    min-width:270px;
}
.tit_shumoku.ranking{
    font-size: 22px;
    border-bottom: 2px solid #c13129;
    margin-bottom:10px;
    padding-bottom:5px;
}
.tit_shumoku.ranking span{
    top: -4px;
    left: 14px;
}
.competition_ranking .tit_shumoku.ranking span{
    left: 4px;
}

.rankingSide ul{
    margin-bottom:50px;
}
.rankingSide ul:last-child{
    margin-bottom:0px;
}
.rankingSide ul li{
    border-bottom:1px solid #ddd;
    position: relative;
}
.rankingSide ul li.active{
    font-size: 20px;
    font-weight: bold;
    color:#840C09;
    border-bottom: 1px solid #840C09;
}
.rankingSide ul li a{
    display: block;
    position: relative;
}
.rankingSide .icon_jyoken,
.tit_shumoku .icon_jyoken{
    padding: 1px 5px !important;
    display: inline-block !important;
    line-height: 1.2 !important;
    font-size: 11px !important;
    letter-spacing: 1px !important;
    bottom: 6px !important;
}
.tit_memoness .icon_jyoken{
    bottom: 12px !important;
    right: 0px !important;
}
.tit_memoness_right{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.tit_memoness_right:before{
    content: "";
    display: block;
}
.tit_memoness_right.ippatsu:before{
    width: 30px;
    height: 34px;
    background: url(/img/logo_ippatsu_ranking_mini.png) no-repeat center;
    background-size: 100%;
    margin-right: 10px;
}
.tit_memoness_right.memoness:before{
width: 30px;
    height: 27px;
    background: url(/img/logo_memoness_ranking_mini.png) no-repeat center;
    background-size: 100%;
    margin-right: 10px;
}
.ranking .heading_primary{
    position: relative;
}

.tit_shumoku_mini{
    position: relative;
    background: #f4f4f4;
    border-radius: 5px;
    box-sizing: border-box;
    display: inline-block;
    font-family: 'Advent Pro', sans-serif;
    font-size: 14px !important;
    line-height: 1;
    padding:2px 8px;
    margin-bottom: 5px;
    color: #840C09;
    font-weight: bold;
}

.rankingCatBtn{
    position: absolute;
    top: 15px;
    right: 5%;
    font-size: 12px !important;
    display: block;
}
.ranking .rankingList{
    min-height: calc( 100vh - 240px );
}
.rankingList{
    box-sizing: border-box;
    padding-bottom:20px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}
.rankingList li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e4e4e4;
    padding: 5px 0;
    min-width: 500px;
    position: relative;
    overflow: hidden;
}
@media screen and (max-width: 550px){
    .rankingList li{
        justify-content: flex-start;
    }
}
.rankingList li:hover{
    background: #f8f8f8;
}
.rankingList li a{
    text-decoration: none;
    display: block;
    line-height: 1.3;
    width: calc(100% - 50px);
}
.rankingList li a:after{
    /*content:"\f08e";*/
    font-family: 'fontAwesome';
    margin-left:10px;
    font-size: 10px;
}
.rankingList li .rnkngName{
    color:#9a9a9a;
}
.rankingList li.myself:before{
    content:'';
    display:block;
    width:100%;
    height:1px;
    background:#fcdbd9;
    position: absolute;
    bottom:0;
    right:0;
    animation-name: myself_anime;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}
@keyframes myself_anime {
    0% { right: 0; left: initial; }
    50% { right: -100%; left: initial;  }
    50.1% { right: initial; left: -100%;   }
    100% { right:initial; left:0; }
}

.rankingList li.myself .rnkngName{
    color:#c13129;
    font-weight:bold;
}

.rnkngRank{
    width:50px;
    font-family: 'Dela Gothic One', cursive;
    color: #c7c7c7;
}

.rnkngName{
    width:30%;
    font-feature-settings: 'palt';
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.rnkngName a{
    margin-right:10px;
}
.rnkngTitle {
    width:100px;
}
.rnkngScore{
    font-size:12px;
    margin: 0 5px;
    min-width:80px;
}
.rnkngTime{
    font-size:12px;
    min-width: 120px;
}
.rnkngTimeScore{
    font-size:12px;
    margin: 0 5px;
}
.rnkngPoint{
    font-size:12px;
    margin: 0 5px;
    min-width: 70px;
}
.rnkngLimit{
    font-size:12px;
    width:80px;
    white-space: nowrap;
}
@media screen and (max-width: 550px){
    .rnkngLimit{
        width: 75px;
        min-width: 75px;
        white-space: nowrap;
    }
}
.rankingList.allList li{
    cursor:pointer;
    min-width: 930px;
}
@media screen and (max-width: 1550px){
    .rankingList.allList li{
        min-width: 870px;
    }
}
@media screen and (max-width: 550px){
    .rankingList.allList li {
        min-width: 540px;
        width: 540px;
    }
}
.rankingList.allList li span.rnkngRank{
    font-size:18px;
    min-width:50px;
    color: #c7c7c7;
    margin-left:7px;
    transition:.3s;
}
@media screen and (max-width: 550px){
    .rankingList.allList li span.rnkngRank{
        min-width: 35px;
        width: 35px;
        font-size: 12px;
        margin-left: 0px;
        font-feature-settings: 'palt';
        white-space: nowrap;
        line-height: 1;
        position: relative;
        top: -2px;
    }
}
.rankingList li:hover span.rnkngRank{
    color: #c13129;
}
.rankingList li.myself span.rnkngRank{
    color: #c13129;
}
.rankingList.allList li span.rnkngName{
    min-width:130px;
}
@media screen and (max-width: 550px){
    .rankingList.allList li span.rnkngName{
        min-width:90px;
        width:90px;
    }
}
.rankingList.allList li span.rnkngStar{
    min-width:220px;
    width:220px;
    white-space: nowrap;
}
@media screen and (max-width: 550px){
    .rankingList.allList li span.rnkngStar{
        min-width: 190px;
        width: 190px;
    }
}
.rankingList.allList li span.rnkngScore_mini{
    min-width:90px;
    width: 90px;
    font-size:14px;
}
@media screen and (max-width: 550px){
    .rankingList.allList li span.rnkngScore_mini{
        min-width: 65px;
        width: 65px;
        font-size: 12px;
        font-feature-settings: 'palt';
        white-space: nowrap;
    }
}
.rankingList.allList li span.rnkngScore{
    min-width:120px;
    font-size:14px;
}
.rankingList.allList .accordion_rnk ul li span.rnkngScore{
    min-width:50px;
    width:50px;
    font-size:14px;
}
.rankingList.allList li span.rnkngTime{
    min-width: 110px;
    width: 110px;
    white-space: nowrap;
}
.icon_detail_rnk{
    min-width: 50px;
    margin-right:7px;
}
.icon_detail_rnk span{
    background:#840C09;
    color:#fff;
    font-size:12px;
    padding:2px 5px;
    line-height: 1;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin:0 5px 0 0;
}
.rankingList.allList li:hover .icon_detail_rnk span{
    background:#ea170b;
}
.icon_detail_rnk i{
    color: #c13129;
    font-size: 18px;
    transition: .2s;
}
.accordionHead_rnk.open .icon_detail_rnk i{
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}
.rankingList.allList li:hover .icon_detail_rnk i{
    color:#ea170b;
}
.rankingList.allList li:hover .icon_detail_rnk:hover span{
    background:#820700;
}
.rankingList.allList li:hover .icon_detail_rnk:hover i{
    color:#820700;
}


.accordion_rnk{
    display: none;
    padding: 0 0 0 20px;
    box-sizing: border-box;
    border-top: 2px solid #ddd;
    border-bottom: 1px solid #ddd;
    min-width: 700px;
}
.accordion_rnk ul li:last-child{
    border-bottom: none;
}
.rankingList.allList .accordion_rnk li{
    min-width: 650px;
}
.accordion_rnk ul li .rnkngEvent{
    width: 35%;
    font-size: 14px;
}
.accordion_rnk ul li .rnkngCat {
    margin-right: 10px;
    font-size: 12px;
    position: relative;
    padding-left: 20px;
}
.accordion_rnk ul li .rnkngCat:before{
    content:"";
    display: inline-block;
    margin-right:10px;
    width:10px;
    height:1px;
    background: #c13129;
    position: absolute;
    top: 50%;
    left:0;
}
.accordion_rnk ul li .rnkngStar2{
	background: url(/img/icon_star.png) center center/100% auto no-repeat;
	width: 1em;
	height: 1em;
	display: block;
}
.accordion_rnk ul li .rnkngTime{
    margin-right:0px;
}

.rankingList.competition li{
    justify-content: flex-start;
}
.rankingList.competition li span{
    margin-right:20px;
}


@media screen and (max-width: 1550px) {
    .icon_detail_rnk {
        min-width: 70px;
    }
    .accordion_rnk {
        padding: 0 0 0 0;
    }
    .rankingList.allList .accordion_rnk li {
        min-width: 630px;
    }
    .accordion_rnk ul li .rnkngTime {
        margin-right: 0;
    }
    .accordion_rnk ul li .rnkngEvent {
        max-width: initial;
    }
}
@media screen and (max-width: 550px){
    .icon_detail_rnk {
        min-width: 50px;
        width: 50px;
        white-space: nowrap;
    }
    .accordion_rnk {
        padding: 0 0 0 0;
        min-width: 510px;
        width: 510px;
    }
    .rankingList.allList .accordion_rnk li {
        min-width: 510px;
        width: 510px;
    }
    .accordion_rnk ul li .rnkngEvent {
        width: 175px;
        min-width: 175px;
    }
    .accordion_rnk ul li .rnkngTime {
        min-width: 110px;
        width: 110px;
    }
    .accordionHead_rnk span.rnkngScore{
        min-width: 95px !important;
        width: 95px !important;
        font-feature-settings: 'palt';
        font-size: 12px;
    }
    .rankingList.allList li span.rnkngScore {
        min-width: 36px;
        width: 36px;
        font-feature-settings: 'palt';
        font-size: 12px;
    }
}

div.pager{
    margin-top:20px;
    text-align: center;
}
div.pager span{
    margin-right:0px !important;
}
div.pager span a{
    line-height: 1.75;
    vertical-align: middle;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    display: inline-block;
    padding: 0px 3px;
    color: #FFF;
    background: #840C09;
    border: solid 1px #a50c1f;
    border-bottom: solid 1px #790b18;
    border-radius: 4px;
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
}
div.pager span a:hover{
    color: #fff;
    background: #a70f21;
    border: solid 1px #8b0a1a;
    border-bottom: solid 1px #630a14;
}

.accordionHead ul{
    display: none;
    margin-bottom: 0;
    padding: 10px 0 10px 10px;
    border-top: 1px solid #ddd;
}
.accordionHead ul li{
    border-bottom: none;
}
.accordionHead ul li a:before{
    content:"-";
    display: inline-block;
    margin-right: 10px;
}
.accordionHead div{
    position: relative;
    cursor:pointer;
}
.accordionHead div:hover{
    color:#840C09;
}
.accordionHead div:after{
    content: "\f105";
    font-family: 'fontAwesome';
    display: block;
    position: absolute;
    right: 0px;
    top: 5px;
    font-size: 18px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    position: absolute;
    text-align: center;
    color: #c13129;
    transition: transform .2s;
}
.accordionHead div.open:after{
    transform: rotate(90deg); /* 回転:90度傾ける */
    -webkit-transform: rotate(90deg); /* 回転:WebKit用 */
    -moz-transform: rotate(90deg); /* 回転:Mozilla用 */
    -o-transform: rotate(90deg); /* 回転:Opera用 */
}
.accordionHead div.open + ul{
    display: block;
}
.accordionHead div + ul li.active{
    border-bottom:none;
}
.accordionHead div + ul li.active:before{
    content:"-";
    display: inline-block;
    margin-right: 10px;
}

.memoness_ranking {
    padding: 0 0 10px 0;
    margin-bottom:40px;
}
.tit_memoness{
    display: flex;
    align-items: center;
    width:100%;
    padding:12px 0;
    box-sizing: border-box;
    margin:0 auto 10px;
    border-bottom: 2px solid #840C09;
    position:relative;
}
.tit_memoness img{
    display: block;
    width:30px;
    margin-right:10px;
}
.tit_memoness_right p{
    font-size:15px;
    font-weight:bold;
    line-height: 1;
    color:#840C09;
}
.memoness_ranking_inner {
    margin:auto;
}
.accordion_memoness{
    display: none;
}
.accordion_memoness ul.commonLink li a:before,
.accordion_memoness .accordionHead div:before {
    content: "-";
    display: inline-block;
    margin-right: 10px;
}
.accordionHead_memoness{
    border-bottom: 1px solid #ddd;
    position: relative;
    cursor: pointer;
    padding:6px 0;
    display: flex;
    align-items: center;
}
.accordionHead_memoness:hover{
    color:#840C09;
}
.accordionHead_memoness:after {
    content: "\f105";
    font-family: 'fontAwesome';
    display: block;
    position: absolute;
    right: 0px;
    top: 8px;
    font-size: 18px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    position: absolute;
    text-align: center;
    color: #840C09;
    transition: transform .2s;
}
.accordionHead_memoness.open:after {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
.accordionHead_memoness.open + div.accordion_memoness {
    display: block;
}
.kai_memoness{
    margin-right:10px;
    font-size: 13px;
}
.during_memoness{
    font-size:11px;
    color:#840C09;
    background:#ffffff;
    padding:0 5px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    font-feature-settings: 'palt';
    position:absolute;
    right:18px;
}
.memoness_ranking_inner span.i10{
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url(/img/icon_star.png) no-repeat center;
    background-size: 100% auto;
    margin-left:3px;
}



.rankingSide .memoness_ranking_inner ul{
    margin-bottom:30px;
}
.accordion_memoness ul:last-child{
    margin-bottom:10px;
}

.tit_memoness_rankingHead{
    background:url(/img/bk.png) no-repeat center;
    background-size:cover;
    padding:20px 2.5%;
    position: relative;
}
.tit_memoness_rankingHead.gold{
    /* background:url(/img/bk.png) no-repeat center; */
    background:#333;
    background-size:cover;
    padding:20px 2.5%;
    position: relative;
}
.tit_memoness_rankingHead.gold div.tit_memoness_rankingHead_right p.small{
    color:#fff;
}
.tit_memoness_rankingHead.gold div.tit_memoness_rankingHead_right p.red{
    color:#d7c282;
}
.tit_memoness_rankingHead.gold div.tit_memoness_rankingHead_right span{
    background: #9b8c6b;
}
.tit_memoness_rankingHead.sougou{
    margin-bottom:15px;
}
div.tit_memoness_rankingHeadBox{
    display: flex;
    align-items: center;
}
div.tit_memoness_rankingHeadBox img{
    display: block;
    width:100px;
    margin-right:20px;
}
div.tit_memoness_rankingHead_right p{
    font-size:20px;
    font-weight:bold;
}
div.tit_memoness_rankingHead_right p.small{
    font-size:14px;
}
div.tit_memoness_rankingHead_right p.red{
    color:#840C09;
    font-size: 26px;
}
div.tit_memoness_rankingHead_right span{
    font-size: 8px;
    color: #fff;
    background: #ad7e7c;
    padding: 2px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.rankingList.complete li{
    justify-content: flex-start;
}
.rnkngStar span.icon_cup img{
    display: inline-block;
    width: 20px;
    position: relative;
    top: 6px;
}
.rnkngStar span.icon_crown:after{
    content:'17';
    display: inline-block;
    font-weight: bold;
    color: #bda625;
    margin-left:5px;
    font-size:14px;
}

.rnkngStar span.icon_crown img{
    display: inline-block;
    width: 25px;
    position: relative;
    top: 3px;
}
.rnkngStar span.i10{
    display: inline-block;
    width:12px;
    height:12px;
    background:url(/img/icon_star.png) no-repeat center;
    background-size:100% auto;
}
.icon_complete{
    color: #840C09;
    font-weight: bold;
    margin: 0 0 0 5px;
}
.icon_complete.super{
    color: #bda625;
    font-size:18px;
}
.reference{
    margin:20px 0 0;
}
.reference li:last-child{
    border-bottom: none;
}
.commonRadio input[type="radio"] + label.memoness div:before{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background: #840C09;
    animation: memonessAnime02 1.2s;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.commonRadio input[type="radio"] + label.memoness div:after{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0px;
    background: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.commonRadio input[type="radio"]:checked + label.memoness div:after{
    background: #f7f7f7;
}
.commonRadio input[type="radio"] + label.memoness span{
    position: relative;
    font-weight: bold;
}


.competition_ranking {
    padding: 0 0 10px 0;
    margin-bottom:40px;
}
.tit_competition_rankingHead{
    background:url(/img/bk_competition.jpg) no-repeat center;
    background-size:cover;
    padding:20px 2.5%;
    position: relative;
}
.tit_competition_rankingHead.sougou{
    margin-bottom:15px;
}
.tit_memoness_rankingHeadBox .tit_shumoku{
    margin-bottom:0;
    margin-right:10px;
    font-size: 28px;
}
.tit_memoness_rankingHeadBox .iconBox span{
    border: 1px solid #ddd;
    font-weight: normal;
    line-height: 1;
    padding: 3px 10px;
    font-size: 12px;
}
.tit_competition_rankingHead p.red{
    color: #840C09;
    font-size: 26px;
    font-weight: bold;
    margin-right:10px;
}
.tit_competition_rankingHead div.flex{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.tit_competition_rankingHead div.flex .iconBox span{
    font-size: 18px;
}


.accordionHead_memoness.past{
    display: none
}
.btn_pastMemoness{
    color:#840C09;
    margin-top:10px;
    font-size:13px;
    cursor:pointer;
    font-weight:normal;
}
.btn_pastMemoness:before{
    content:"▼";
    margin-right:5px;
    font-size: 12px;
}
.btn_pastMemoness.active:before{
    content:"▲";
}
.profileSection .btn_pastMemoness{
    margin-bottom:30px;
}

.new_layout .rnkngName{
    width:130px;
    line-height: 1.2;
}
.new_layout .award_list{
    width:168px;
    white-space: nowrap;
    padding:4px 0 0 0;
    height:35px;
}
.new_layout .award_list span{
    width: 23px;
    height: 23px;
    display: inline-block;
    border-radius: 20px;
    font-size: 11px;
    text-align: center;
    line-height: 20px;
    font-weight: bold;
    color: #fff;
    margin-right: 7px;
}
@media screen and (max-width: 550px){
    .new_layout .award_list span{
        width: 20px;
        height: 20px;
        margin-right: 9px;
    }
}
.new_layout .accordionHead_rnk .award_list span{
    height: 17px;
    width: 30px;
    line-height: 17px;
    font-family: serif;
    margin-right: 0px;
}
.new_layout .award_list .on.icon_IGM{
    background:#e9da0b;
    color:#000;
}
.new_layout .award_list .on.icon_GM{
    background:#cccccc;
    color:#000;
}
.new_layout .award_list .on.icon_sGM{
    background:#a06f2b;
    color:#000;
}
.new_layout .award_list .on.icon_MM{
    background:#85911a;
}
.new_layout .award_list .on.icon_EM{
    background:#365ab4;
}
.new_layout .accordion_rnk{
    padding: 0 0 0 0px !important;
    min-width: 930px;
    background: #f5f5f5;
}
.new_layout .accordion_rnk ul li .rnkngEvent{
    width: 252px;
}
.new_layout .accordion_rnk ul li .rnkngEvent .num{
    margin-right:5px;
    color:#840C09;
    font-weight:bold;
}

.new_layout .accordion_rnk ul li{
    flex-wrap: wrap;
}
.new_layout .accordion_rnk ul li .title{
    font-size: 14px;
    margin-right:10px;
    opacity: 0;
    width: 77px;
    white-space: nowrap;
    display: inline-block;
}
.new_layout .accordion_rnk ul li .contents{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.new_layout .accordion_rnk ul li .contents .num{
    opacity: 0;
}
.new_layout .accordion_rnk ul li .contents:first-child .title{
    opacity: 1;
}
.new_layout .accordion_rnk ul li .contents:first-child .num{
    opacity: 1;
}
.new_layout .accordionHead_rnk .rnkng_leftBox{
    width: 450px;
    min-width: 450px;
    display:flex;
    align-items: center;
    justify-content: space-between;
}
@media screen and (max-width: 1550px){
    .new_layout .accordionHead_rnk .rnkng_leftBox{
        width: 350px;
        min-width: 350px;
    }
}
.new_layout .accordionHead_rnk .rnkngNameBox{
    width: 310px;
    display:flex;
    align-items: center;
}
.new_layout .accordion_rnk_left {
    width: 450px;
    min-width: 450px;
    display:flex;
    align-items: center;
    justify-content: space-between;
}
.new_layout .accordion_rnk_left .award_list{
    padding:8px 0 0 0;
}
.new_layout .rnkng_blank{
    width:21px;
    margin-right:0px ;
}
.new_layout .total_point .rnkng_blank{
    margin-left: 6%;
}
@media screen and (max-width: 1580px){
    .new_layout .total_point .rnkng_blank{
        margin-left: 2%;
    }
}
.new_layout .rnkngAchievement{
    margin-right:10px;
}
.new_layout .rnkngAchievement.star{
    display: inline-block;
    width:14px;
    height:14px;
    background:url(/img/icon_star.png) no-repeat center;
    background-size:100% auto;
}
.new_layout .rnkngAchievement.squre{
    display: inline-block;
    width:14px;
    min-width:14px;
    height:14px;
    background-size:100% auto;
    border: 1px solid #afafaf;
    border-radius: 2px;

}
.new_layout .total_point{
    display:flex;
    align-items: center;
    background: #e3e3e3;
}

.new_layout .total_point .title{
    font-weight: bold;
    width:333px;
    display: inline-block;
    font-size: 15px;
}
.new_layout .total_point .award_list{
    padding-top:6px;
}
.new_layout .total_point .totalScore{
    font-weight: bold;
    margin-left:30px;
    font-size: 15px;
}


@media screen and (max-width: 1550px){
    .new_layout .accordionHead_rnk .rnkngNameBox {
        width: 182px;
    }
    .new_layout .accordion_rnk ul li .rnkngEvent{
        width: 260px;
    }
    .new_layout .accordion_rnk_left {
        width: 433px;
        min-width: 433px;
    }
    .new_layout .total_point .title {
        width: 260px;
    }
}
@media screen and (max-width: 550px){
    .new_layout .accordionHead_rnk .rnkng_leftBox {
        width: 320px;
        min-width: 320px;
    }
    .new_layout .accordionHead_rnk .rnkngNameBox {
        width: 155px;
        min-width: 155px;
    }
    .new_layout .accordion_rnk ul li .rnkngEvent{
        width: 260px;
    }
    .new_layout .accordion_rnk_left {
        width: 377px;
        min-width: 377px;
    }
    .new_layout.rankingList.allList li{
        min-width: 740px;
        width: 740px;
    }
    .rankingList.allList .accordion_rnk ul li span.rnkngScore {
        font-size: 12px;
    }
    .new_layout .accordion_rnk {
        min-width: 740px;
    }
}

/*------------------------------------------------
profile プロフィール
------------------------------------------------- */
.profileIcon{
    width:80%;
    max-width: 120px;
    border-radius: 50%;
    margin: 0 0 0 0px;
    overflow: hidden;
}
.profileIcon img{
    width:100%;
    height:auto;
    display: block;
}
figure.nowImg{
    width:130px;
    border-radius: 50%;
    overflow: hidden;
}
figure.nowImg img{
    width:100%;
    display: block;
}
.reUpBox{
    padding:8px;
    border:5px solid #eaeaea;
}

.record .rnkngTitle{
    width:250px;
}
.memoness_record{
    box-sizing: border-box;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}
.memoness_record:last-child{
    margin-bottom:0px;
}
.memoness_record_all,
.compe_record_all{
    display: flex;
    justify-content: flex-start;
    border-bottom: 2px solid #e4e4e4;
    padding:10px 0;
}
.memoness_record_all .flex,
.compe_record_all .flex{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.memoness_record_all .flex:first-child span,
.compe_record_all .flex:first-child span{
    white-space: nowrap;
}
.memoness_record_all .flex:first-child span:first-child,
.compe_record_all .flex:first-child span:first-child{
    margin-right:15px;
}
.memoness_record_all .flex:first-child,
.compe_record_all .flex:first-child{
    margin-right:15px;
}
.memoness_record_all .flex:last-child:before{
    content:"／";
    margin-right:15px;
}
.memoness_record_all .rnkngStar ,
.compe_record_all .rnkngStar {
    white-space: nowrap;
    margin-right:15px;
}
.icon_pb{
    color:#fff;
    background:#840C09;
    font-size:12px;
    padding:0 5px;
    line-height: 1.2;
    margin-left:10px;
    display: inline-block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.rnkngName .icon_pb{
    margin-left:0px;
}
.rnkngScore + .icon_pb{
    margin-left:0px;
}
.rnkngScore + .icon_pb_space{
    width:30px;
    display: inline-block;
    margin-left:0px;
}
.rnkngName figure{
    width:30px;
    height:30px;
    border-radius: 50%;
    overflow: hidden;
    margin-right:10px;
}
.rnkngName figure img{
    width:100%;
    height:auto;
    display: block;
}
.heading_primary .during_memoness {
    font-size: 11px;
    background: #f3f3f3;
    margin-left: 15px;
    padding: 2px 7px;
    right: 35px;
}
.memoness_recordBox{
    display: none;
    padding:20px 0;
    border-top: 2px solid #f4f4f4;
    border-bottom: 2px solid #f4f4f4;
}
.accordionHead_record {
    cursor:pointer;
    margin-bottom:0;
    border-top: 2px solid #f4f4f4;
    border-bottom: 0px solid #f4f4f4;
}
.accordionHead_record:hover {
    background:#f9f9f9;
}
.accordionHead_record:after {
    content: "\f105";
    font-family: 'fontAwesome';
    display: block;
    position: absolute;
    right: 10px;
    top: 19px;
    font-size: 35px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    position: absolute;
    text-align: center;
    color: #840C09;
    transition: transform .2s;
}
.accordionHead_record.open:after{
    transform: rotate(90deg); /* 回転:90度傾ける */
    -webkit-transform: rotate(90deg); /* 回転:WebKit用 */
    -moz-transform: rotate(90deg); /* 回転:Mozilla用 */
    -o-transform: rotate(90deg); /* 回転:Opera用 */
}
.accordionHead_record.open + div.memoness_recordBox{
    display: block;
}

.record .heading_primary.accordionHead_record{
    font-size: 15px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.accordionHead_record .flex{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    left: 150px;
}
.accordionHead_record .flex > span{
    font-size: 13px;
    margin-right:10px;
}
.accordionHead_record .flex .rnkngStar{
    margin-right:10px;
}
.accordionHead_record .flex .rnkngStar span.i10 {
    width: 10px;
    height: 10px;
}
.record .accordionHead_record .flex p,
.memoness_record_all .flex p{
    font-size:12px;
    color: #C30D23;
    font-weight: bold;
}
.heading_primary.accordionHead_record.past{
    display: none;
}

.profileBox{
    display: flex;
    justify-content: space-between;
    margin-bottom:20px;
}
.profileBox .commonDl{
    margin:0;
    box-sizing: border-box;
    padding-left:2%;
    width:50%;
}
.profileBox .commonDl:first-child{
    padding-left:0%;
    padding-right:2%;
    border-right: 1px solid #ddd;
}

.chartSection .heading_primary span{
    display: block;
    font-size: 12px;
    margin-top: 10px;
    color: #990000;
}
.chartBox{
    padding-bottom:30px;
}
.chartBox_inner{
    max-width: 1150px;
    margin:0 auto 15px;
}
.chartSelect{
    font-family:"游ゴシック体", "Yu Gothic", YuGothic,'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    margin:0 auto 0;
    display: block;
    padding: 0 8px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    height: 50px;
}
.chartBox .btnBox {
    padding: 20px 0;
    margin: 0 auto 40px;
    background: #f4f4f4;
    box-sizing: border-box;
}
.chartBox_ranking{
    margin: 30px 0 30px 0;
    width: 100%;
}
@media screen and (max-width: 1180px){
    .chartBox_ranking{
        margin: 30px 0 30px -70px;
        width: calc(90vw * 0.67 * 0.9 );
    }
}
.c_r_box{
    padding:10px 5%;
    background:#f4f4f4;
    width: 100%;
}
.c_r_box_inner{
    margin: auto;
    padding: 10px 2.5%;
    width: 100%;
    max-width: calc( 750px + 2%);
    background: #fff;
    border-radius: 8px;
    height: 380px;
    box-sizing: border-box;
}
.ttl_chart p{
    font-weight:bold;
    font-size:18px;
    border-bottom: 1px solid #ddd;
    padding-bottom:10px;
}
@media screen and (max-width: 1200px){
    .chartBox_ranking{
        width: calc(((90vw - 300px) * 0.9 ) - 10px);
    }
    .c_r_box{
        padding:0;
        background:#fff;
    }
    .c_r_box_inner{
        padding: 0;
        height:calc(( 90vw - 300px ) * 0.9 * 0.5 );
        min-height:250px;
    }
}
@media screen and (max-width: 768px){
    .chartBox_ranking{
        width: calc((90vw * 0.9) - 10px);
    }
    .ttl_chart p{
        font-size:16px;
    }
    .c_r_box_inner{
        height:250px;
    }
}

.averageBox{
    position: absolute;
    right: 20px;
    top: 50%;
    background: #efefef;
    padding: 5px 5px;
    display: flex;
    margin-top: -11px;
    border-radius: 4px;
}
.averageBox span{
    font-size: 14px;
    font-weight: bold;
    display: block;
}
.averageBox span:first-child{
    margin-right:5px;
}
.averageBox.plus span{
    color: #006cff;
}
.averageBox.minus span{
    color: #ff0000;
}

.comparision{
    background: #efefef;
    padding: 5px 5px;
    display: flex;
    border-radius: 4px;
    margin-right: 10px;
}
.comparision span{
    font-size: 12px;
    font-weight: bold;
    display: block;
}
.comparision span:first-child{
    margin-right:5px;
}
.comparision.plus span{
    color: #006cff;
}
.comparision.minus span{
    color: #ff0000;
}

.certificate_flex{
    display:flex;
    width:95%;
    margin:auto;
    @media screen and (max-width: 910px){
        display: block;
    }
}

.certificate_flex .inner{
    width:48%;
    max-width: 48%;
    @media screen and (max-width: 910px){
        width:100%;
        max-width: 100%;
    }
}
.certificate_box{
    display: block;
    width: 48%;
    margin-bottom: 25px;
    @media screen and (max-width: 910px){
        width:100%;
        max-width: 100%;
    }
}
.my_certificate_box{
    width: 100%;
    border: 1px solid #ddd;
    padding-top: 60.2%;
    position: relative;
    margin-bottom:10px;
}
.my_certificate_box.silver{
    background-image:url('/img/certificate_silver.png') ;
    background-repeat:no-repeat;
    background-size: contain;
}

.my_certificate_box.red{
    background-image:url('/img/certificate_red.png') ;
    background-repeat:no-repeat;
    background-size: contain;
}
.my_certificate_box.black{
    background-image:url('/img/certificate_black.png') ;
    background-repeat:no-repeat;
    background-size: contain;
}
.certificate_date{
    position: absolute;
    display: block;
    bottom: 7%;
    text-align: center;
    width: 100%;
    font-weight: bold;
    color: #818181;
    font-size: 1vw;
    @media screen and (max-width: 910px){
        font-size: 2.5vw;
    }
}
.certificate_record{
    text-align: center;
}
.certificate_record .btn_more{
    margin-left:auto;
    margin-right:auto;
}
.certificate_record .btn_more.open{
    display: none;
}
.certificate_record_list_outer{
    display: none;
}
.certificate_record_list{
    text-align: left;
    display:flex;
}
.certificate_record .title{
    font-weight: bold;
    width: 200px;
    @media screen and (max-width: 550px){
        width: 30%;
    }
}
.certificate_record ul{
    width: calc( 100% - 200px );
    @media screen and (max-width: 550px){
        width: calc( 100% - 30% );
    }
}
.certificate_record ul li{
    font-size:13px;
    border-bottom:1px solid #ddd;
    font-weight: bold;
    color:rgb(48, 48, 48);
    margin-bottom:5px;
    padding-bottom:5px;
}
span.certificate_icon{
    font-weight: bold;
    color:#fff;
    border-radius: 20px;
    margin-left:10px;
    padding:2px 8px;
    font-family: serif;
}
span.certificate_icon.black{
    background:#000;
}
span.certificate_icon.red{
    background:#970000;
}
span.certificate_icon.silver{
    background:#e3e3e3;
    color:#970000;
}
span.certificate_icon.orange{
    background: #E3BB31;
}
span.certificate_icon.gray{
    background: #DEDEDE;
    color:#646497;
}
span.certificate_icon.brown{
    background: #AF813F;
}
span.certificate_icon.green{
    background: #A2B126;
}
span.certificate_icon.blue{
    background: #496DCB;
}
span.certificate_icon.none{
    background: transparent;
}
.certificate_icon_box{
    min-width: 80px;
    display:flex;
}
.certificate_icon_box span.certificate_icon{
    min-width: 34px;
    font-size: 11px;
    text-align: center;
    padding: 3px 5px;
    line-height: 1;
    margin-right: 5px;
    white-space: nowrap;
    margin-left:0 !important;
    display: block;
}
.gs_icons{
    min-width: 50px;
    display:flex;
}
.gs_icons span{
    display:block;
    width:15px;
    height:15px;
    border-radius: 10px;
    margin:0 10px 0 0;
}
.gs_icons .black{
    background:#000;
}
.gs_icons .red{
    background:#970000;
}
.gs_icons .orange{
    background: #E3BB31;
}
.gs_icons .gray{
    background: #DEDEDE;
}
.gs_icons .brown{
    background: #AF813F;
}
.gs_icons .green{
    background: #A2B126;
}
.gs_icons .blue{
    background: #496DCB;
}
.gs_icons .none{
    background: transparent;
}
/*------------------------------------------------
mark ユーザー種別
------------------------------------------------- */
span.uMark{
    color: #fff;
    display: block;
    width: 21px;
    min-width: 21px;
    text-align: center;
    font-size: 9px;
    line-height: 17px;
    position: relative;
    top: 0;
    border-radius: 13px;
    -webkit-border-radius: 13px;
    margin: 0 15px 0 0 ;
    font-weight: bold;
}

.commonDl dd span.uMark{
    display: inline-block;
    top: -3px;
}
/*------------------------------------------------
edit プロフィール編集
------------------------------------------------- */
.backLink{
    height:35px;
    display: block;
    font-weight: bold;
    font-size: 12px;
    color:#999 !important;
    text-decoration: none;
}
.backLink:hover{
    color:#000 !important;
}
.commonDl.edit dd{
    padding:0 0 0 220px;
    margin: 0 0 20px 0;
}
#mdlOverlay{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
    cursor: initial;
    z-index: 3;
}
.mdlBox{
    background: #fff;
    width: 95%;
    max-width: 800px;
    height: auto;
    max-height:90vh;
    margin: auto;
    position: fixed;
    left: 50%;
    top: 50%;
    text-align: center;
    padding: 40px 10px;
    z-index: 10000;
    transform:translate(-50%,-50%)
}
.mdlBox.inCropper{
    box-sizing: border-box;
    padding: 10px !important ;
}
.mdlBox p{
    font-weight: bold;
    margin:0 auto 30px;
}
.mdlTitle{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 25px;
}
.mdlText{
    height: auto;
    max-height: calc(80vh - 240px);
    margin-bottom:20px;
    overflow: hidden;
    overflow: auto;
    background:#f4f4f4;
    border-radius: 5px;
    padding: 20px 2.5%;
}
.mdlText p{
    text-align: left;
    margin:0 auto 23px;
    font-weight: 500;
}
.mdlCheck{
    margin:0 auto 10px;
}
.mdlCheck label{
    border: 2px solid #ddd;
    width:80%;
    max-width:400px;
    margin:0 auto 0;
    display: block;
    cursor:pointer;
    border-radius: 4px;
    font-weight: bold;
}
.mdlCheck label:hover{
    border: 2px solid rgb(144, 177, 190);
}
.mdlCheck label input{
    margin-right:10px;
}
.passChange{
    margin:0 auto 20px;
    display: block;
    width:90%;
    max-width:300px;
    text-align: center;
}
/* 宮本 ユーザー一覧モーダル */
#modal-content {
    width: 50% ;
    margin: 0 ;
    padding: 10px 20px ;
    border: 2px solid #aaa ;
    background: #fff ;
    position: fixed ;
    display: none ;
    z-index: 2 ;
}
#modal-overlay {
    width: 100%;
    height: 100%;
    position:fixed;
    top:0;
    left:0;right:0;
    background: rgba(0, 0, 0, 0.3);
    cursor: initial;
}
.mdlImg{
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 80%;
    max-height: 75%;
    position: fixed;
    z-index: 10000;
}
.closeMark{
    position: fixed;
    top: 20px;
    right: 20px;
    width: 100px;
    height: 100px;
    display: block;
    z-index: 10000;
    cursor: pointer;
}
.closeMark:before,
.closeMark:after{
    content:"";
    width: 100px;
    height:2px;
    background:#fff;
    display: block;
    position: absolute;
}
.closeMark:before{
    transform: rotate(405deg);
    -moz-transform: rotate(405deg);
    -webkit-transform: rotate(405deg);
    -o-transform: rotate(405deg);
    -ms-transform: rotate(405deg);
    transform-origin: center;
    -moz-transform-origin: center;
    -webkit-transform-origin: center;
    -o-transform-origin: center;
    top: 50%;
}
.closeMark:after{
    transform: rotate(-405deg);
    -moz-transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
    -o-transform: rotate(-405deg);
    -ms-transform: rotate(-405deg);
    transform-origin: center;
    -moz-transform-origin: center;
    -webkit-transform-origin: center;
    -o-transform-origin: center;
    top: 50%;
}

.preview{
    margin-bottom:8px;
}
.loadingBox{
    position:absolute;
    background:#f0f3f4 url(/img/uploadAnime.gif) no-repeat center;
    background-size:50% auto;
    bottom: calc(0% + 55px);
    left: 0;
    width:100%;
    height:0%;
    transition: .2s;
}
.loadingBox.upload{
    height:calc(100% - 55px);
}

/*------------------------------------------------
superadmin
------------------------------------------------- */
.userTableWrap{
    overflow-x: hidden;
    overflow-x: auto;
}
.userTable{
    width:100%;
    margin-left:auto;
    margin-right:auto;
    text-align: left;
    vertical-align: middle;
    font-size:13px;
}
.userTable a.commonBtn{
    margin:0;
    padding:3px 4px;
    line-height: 1;
}
.userTable tr{
    border-bottom:1px solid #e4e4e4;
}
.userTable thead tr{
    border-bottom:2px solid #ccc;
}
.userTable tr th{
    padding: 0px 6px;
    font-size: 13px;
    font-weight:bold;
    white-space: nowrap;
}
.userTable tr td{
    padding: 6px 6px;
    white-space: nowrap;
}
.boardTable tr th{
    padding-left: 3px;
    padding-right: 3px;
}
.boardTable tr td{
    padding:6px 3px;
    vertical-align: top;
}
.boardTable tr td.td_comment{
    white-space: inherit;
    width:32%;
    min-width:300px;
}

.userTable tbody tr:nth-child(even) {
    background: #f8f8f8;
}
.td_id{
    min-width:55px;
}
.td_detail{
    width:30px;
}
.td_img img{
    width:auto;
    height:50px;
}
.td_id label{
    display: inline-block;
    line-height: 29px;
    cursor: pointer;
}
label.userCheckLabel{
    line-height: 29px;
    cursor: pointer;
}
.userTable .commonSelect{
    width:150px;
}


.footBtn_userTable{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 10px 0;
    border-top: 1px solid #ddd;
    display: none;
}
.footBtn_userTable .commonBtn{
    font-size: 13px;
}
.footBtn_userTable div{
    text-align: right
}
#BoardComment{
    width: 100%;
    height: 200px;
    box-sizing: border-box;
}

.userSearchBox{
    background: #f4f4f4;
    padding:15px 0;
    margin-bottom:20px;
}
.userSearchBox .wide_inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.userSearchBox h2{
    font-weight:bold;
}
.userSearchBox form{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(100% - 150px);
}
table.members th{
    font-size: 13px;
    padding:0 20px;
}

/*------------------------------------------------
commentList コメントリスト
------------------------------------------------- */
.copy_alert {
    display: none;
    background: #6d6d6d;
    color: #fff;
    font-weight: bold;
    font-size: 10px;
    padding: 2px 5px;
    position: relative;
    border-radius: 4px;
    top: 7px;
    right: -4px;
    text-align: center;
}
.copy_alert:before {
    content: "";
    display: block;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -5px;
    border-color: transparent;
    border: 5px solid transparent;
    border-left-width: 5px;
    border-right-width: 5px;
    border-bottom-color: #6d6d6d;
}
.commentItem.past{
    display: none
}
.commentListCheck {
    position: absolute;
    top: -18px;
    left: calc( 2.5% - 15px);
}
.userCommentList{
    padding-bottom: 0;
    margin-bottom: 10px;
}
.userCommentList .commentMeta {
    margin-bottom: 5px;
}
.userCommentList .commentItem:first-child {
    margin-top: 35px;
}
.userCommentList .commentMeta + a{
    text-decoration:none;
}
.userCommentList .commentMeta + a:hover{
    text-decoration:underline;
    color:#6565e4;
}
.userCommentList div.comment{
    margin: 0;
    border: none;
    border-radius: 0;
}
.userCommentList div.comment_inner {
    padding:0;
    background: none;
    line-height: 1.8;
    font-size: 15px;
    z-index: inherit;
}
.userCommentList div.comment:before,
.userCommentList div.comment:after {
    content: none;
    position: static;
}
.userCommentList .commentFooter {
    display: flex;
    justify-content: flex-end;
    padding: 10px 0 0 0;
}
.userCommentList .commentManageBox{
    font-size:12px;
}
.userCommentList .commentManageBox a{
    border: 1px solid #ddd;
    padding: 5px 9px;
    border-radius: 4px;
    background: #f4f4f4;
}
.userCommentList .commentManageBox a:hover{
    text-decoration:none;
    background: #e4e4e4;
}
.userCommentList .commentItem {
    margin: 35px auto 0;
    padding: 0 2.5% 20px;
    border-bottom: 2px solid #f4f4f4;
}

/*------------------------------------------------
edit プロフィール編集
------------------------------------------------- */

.commonFileUp{
    margin:0 auto 20px;
    text-align: center;
}

/*------------------------------------------------
playCommon
------------------------------------------------- */
.play .inner{
    width: 95%;
    max-width: initial;
}

.play header.header {
    transition:.2s;
    box-sizing: border-box;
    overflow: hidden;
}
.play .logo {
    overflow: hidden;
    height: 65px;
    width: auto;
    padding: 7px 0 0 35px;
    box-sizing: border-box;
}
.play .logo img{
    width: 50px;
    display: inline-block;
    float: left;
    margin: 0 10px 0 0;
    transition:.2s;
}
.play .logo span{
    display: inline-block;
    font-size: 25px;
    letter-spacing: 0em;
    position: relative;
    top: 13px;
    line-height: 1;
    transition:.2s;
    color: #840C09;
}
.play .header_inner{
    justify-content: space-between;
}
.playHeadTime{
    overflow: hidden;
    height: 65px;
    line-height: 65px;
    font-size: 30px;
    transition:.2s;
}
.playHeadRecord{
    overflow: hidden;
    height: 65px;
    line-height: 65px;
    transition: .2s;
    font-size: 24px;
}
.playHeadRecord dt{
    font-size:16px;
    float: left;
    font-weight: bold;
    margin: 0 20px 0 0;
}
.playHeadRecord dd{
    float:left;
}
.playHeadRecord dd span{
    margin-right:20px;
}
.playHeadRecord dd span:last-child{
    margin-right:0;
}

.playHeadBtnBox{
    padding: 13px 0 0;
    transition:.2s;
}
.playHeadBtnBox i{
    margin:0 5px;
}
.playBox{
    height:calc( 100vh - 100px );
}
.correct{
    background: #688eb7;
    color: #fff;
    border: 1px solid #beccff;
}
.incorrect{
    background: #ffdfdf;
    color: #ff4400;
    font-weight: bold;
    border: 1px solid #ffc8c8;
}
#CountDownBox{
    color: #444;
    display: block;
    text-align: center;
    height: 100%;
    line-height: normal;
    font-size: 50vh;
}
#CountDownBox.cardCountDown{
    font-size: 12vw;
    padding-top: 21vh;
}

.recallEnd{
    font-size:16px;
    margin-right:15px;
    }
.recallEnd span{
    font-weight:bold;
    }

.recordUpperRow,
.recordLowestTier{
    line-height: 1;
}
.recordUpperRow{
    padding-top:10px;
    margin-bottom:5px;
}
.recordLowestTier span{
    font-size: 18px;
}


/*------------------------------------------------
outputCommon
------------------------------------------------- */
@media screen and (max-height: 600px){
    .playHeadRecord{
        font-size:14px;
    }
    .playHeadRecord dt{
        font-size:12px;
    }
    .play.output header.header .logo{
        display: none;
    }
    .play.output header.header {
        position: static;
    }
    .play.output main {
        padding: 10px 0 0 0;
    }
    .play.output .playHeadTime {
        position: fixed;
        display: block;
        width: 60px;
        left: 17.5px;
        margin: auto;
        height: 30px;
        line-height: 30px;
        text-align: center;
        background: #fff;
        font-size: 18px;
        z-index: 1;
    }
    .play.output .playHeadBtnBox {
        position: fixed;
        display: block;
        right: 2.5%;
        margin: auto;
        height: 40px;
        line-height: 40px;
        text-align: center;
        background: #fff;
        padding: 0;
        z-index: 1;
    }
    .play.output .playBox {
        min-height:360px;
    }
    .check .playHeadBtnBox .commonBtn {
        line-height: 1.2;
    }
    .check .playHeadBtnBox .commonBtn br {
        display: block;
    }
    .play header.header{
        height: 40px;
        border-top: 0px solid #840C09;
    }
    .backHome {
        position: fixed;
    }
    .backHome i {
        line-height: 40px;
        height: 40px;
    }

    .play.output .backHome {
        top: 4px;
        left: 0;
        text-align: center;
        background: #fff;
        height: 30px;
    }
    .play.output .backHome i {
        font-size: 25px;
        line-height: 30px;
        height: 30px;
    }
    .play.output .backHome:hover i {
        left: 0px;
    }

    .play main {
        padding: 50px 0 0 0;
    }
    .play .logo{
        height:40px;
    }
    .play .logo img {
        display: none;
    }
    .play .logo span {
        font-size: 20px;
        top: 1px;
    }
    .playHeadTime{
        height:40px;
        line-height: 40px;
        font-size: 25px;
    }
    .playHeadRecord{
        height:40px;
        line-height: 40px;
        font-size: 16px;
    }
    .playHeadRecord dt {
        margin: 0 7px 0 0;
    }
    .playHeadRecord dd span {
        margin: 0 4px 0 0;
    }
    .playHeadRecord dd span:last-child {
        margin: 0;
    }
    .playHeadBtnBox {
        padding: 6px 0 0;
    }
    .playHeadBtnBox .commonBtn {
        padding: 0em 0.5em;
        font-size: 9px;
        margin-right: 3px;
    }
    .playHeadBtnBox .commonBtn:last-child {
        margin-right: 0px;
    }
    .playHeadBtnBox .commonInputBtn {
        padding: 0em 0.5em;
        font-size: 13px;
    }
    .playBox {
        height: calc( 100vh - 55px );
        font-size: 14px;
    }
    .recallEnd{
        font-size:14px;
        margin-right:10px;
    }

    .playHeadRecord dd {
        float: none;
        display: flex;
    }
    .recordUpperRow,
    .recordLowestTier{
        line-height: 40px;
    }
    .recordUpperRow{
        padding-top:0;
        margin-bottom:0;
        margin-right: 5px;
    }
    .recordLowestTier span{
        font-size: 16px;
    }

}


/*------------------------------------------------
board 掲示板用CSS
------------------------------------------------- */
.board_inner {
    width: 90%;
    max-width: 600px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.board_inner article{
    margin-bottom:30px;
    background: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border:1px solid #ddd;
}

div.article{
    padding:15px 0 0;
    position: relative;
    background: #fff;
}
div.article > a:first-child{
    background: #840C09;
    color: #fff;
    text-decoration: none;
    padding: 7px 15px 5px;
    width: auto;
    text-align: center;
    display: inline-block;
    margin-left: 2.5%;
    margin-bottom: 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    letter-spacing: 0.1em;
    line-height: 1;
    font-size: 14px;
}
div.article > a:first-child:before{
    content: "\f044";
    font-family: 'fontAwesome';
    display: inline-block;
    color: #fff;
    margin-right:5px;
}
div.article > a:first-child:hover{
    background: #821d17;
}
div.article_inner,
.board_commentForm,
.board_comment{
    width:95%;
    margin:auto;
}

div.article span.date{
    font-size: 12px;
    color: #8a8a8a;
    font-weight: bold;
    display: block;
    margin-bottom:20px;
}
.articleBox{
    margin-bottom:20px;
    overflow: hidden;
    position: relative;
}
.detailArticleBox{
    margin-bottom:20px;
    position: relative;
    overflow-x: hidden;
}
.more{
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 99%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 99%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 99%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
    position: absolute;
    height: 100px;
    bottom: 0;
    width: 100%;
    z-index: 1;
    text-align: center;
    box-sizing: border-box;
    line-height: 1;
    padding: 60px 0 0 0;
    cursor: pointer;
    display: none;
    border-bottom: 20px solid #fff;
}
.more.show{
    display: block;
}
.btn_more{
    font-weight: bold;
    background: rgb(237, 237, 237);
    padding: 10px 30px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #840C09;
    font-size: 14px;
    display: inline-block;
    /* width: 130px; */
    border-bottom: 2px solid #ccc;
    cursor: pointer;
}
.btn_more:hover{
    background: rgb(242, 242, 242);
}


.board_imgBox{
    position: relative;
    height:auto;
}
.board_imgBox img {
    display: block;
    width: 100%;
    height: auto;
    cursor:pointer;
}
.board_imgBox:before {
/*    content: "\f110";*/
    font-family: 'FontAwesome';
    position: absolute;
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
    color: #fff;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 50px;
}
.board_actionBox{
    border-top:1px solid #ddd;
    border-bottom:1px solid #ddd;
    display: flex;
    justify-content: space-around;
}
.board_actionBox.replyComment {
    border-top:0px;
    border-bottom:0px;
}
.countBox{
    position: absolute;
    top: 15px;
    right: 2.5%;
    text-align: right;
    display: flex;
}
.countBox a{
    text-decoration: none;
}
.board_likeCountBox{
    position: relative;
    text-align: right;
    line-height: 25px;
    display: flex;
}
.board_likeCountBox:before{
    content: "";
    width: 25px;
    height: 25px;
    display: inline-block;
    margin-right: 5px;
    background: #840C09;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.board_likeCountBox:after{
    position: absolute;
    content: "\f164";
    font-family: 'fontAwesome';
    width: 25px;
    height: 25px;
    display: block;
    color: #fff;
    top: 0;
    left: 0;
    text-align: center;
}
.likeCount{
    color: #840C09;
}

.board_commentCountBox{
    position: relative;
    text-align: right;
    line-height: 25px;
    display: flex;
    margin-left: 20px;
}
.board_commentCountBox:before{
    content: "";
    width: 25px;
    height: 25px;
    display: inline-block;
    margin-right: 5px;
    background: #840C09;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.board_commentCountBox:after{
    position: absolute;
    font-size: 12px;
    content: "\f075";
    font-family: 'fontAwesome';
    width: 25px;
    height: 25px;
    display: block;
    color: #fff;
    top: 0;
    left: 0;
    text-align: center;
}
.commentCount{
    color: #840C09;
}



.actionBtn{
    width:50%;
    text-align: center;
    display: block;
    color:#000;
    text-decoration: none;
    line-height: 60px;
    height: 60px;
    cursor: pointer;
    font-weight: bold;
}
.actionBtn:hover{
    color: #840C09;
    text-decoration: none;
}
.actionBtn.inactive{
    color:#000;
}
.actionBtn i{
    font-size: 20px;
    font-weight: normal;
    margin-right:10px;
}
.actionBtn.active{
    color:#840C09;
}

.board_commentForm{
    display: flex;
    justify-content: space-between;
    display: none;
    padding:20px 0;
}
.commentText {
    display: block;
    padding: 8px;
    line-height: 20px;
    width: calc(100% - 90px);
    box-sizing: border-box;
    height: 100px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border: 1px solid #ddd;
    background: #f4f4f4;
    outline: none;
    resize: none;
}
.commentItem{
    margin-bottom:15px;
}
.commentItem:first-child{
    margin-top:15px;
}
.commentItem:last-child{
    margin-bottom:0;
    padding-bottom: 15px;
}
.submitBtn{
    border: none;
    width: 80px;
    text-align: center;
    line-height: 38px;
    height: 38px;
    background: #840C09;
    color: #fff;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    cursor: pointer;
    display: block;
    outline: none;
}
.submitBtn:hover{
    background: #821d17;
}
.submitBtn i{
    margin-right:3px;
}
.board_comment {
    padding: 0 0 0;
}
.commentMeta{
    display: flex;
    justify-content: space-between;
}

div.commenter{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
div.commenter figure{
    width: 35px;
    height: 35px;
    margin-right: 5px;
    position: relative;
    top: -3px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    overflow: hidden;
}
div.commenter figure img{
    width:100%;
    height:auto;
    display:block;
}
div.commenter a{
    text-decoration: none;
}
div.commenter a:hover{
    text-decoration:underline;
}
div.commenter div{
    color:#888;
    font-size: 13px;
    max-width: initial;
    width: fit-content;
    line-height: 1.2;
    margin-bottom:2px;
}
div.commenter div span{
    display: block;
    white-space: nowrap;
}
div.commenter div span.address{
    margin-top:3px;
    font-size: 8px;
    font-feature-settings: 'palt';
}
@media screen and (max-width: 321px){
    div.commenter div span.address{
        letter-spacing: -0.1em;
    }
}
.child div.commenter div{
    font-size: 12px;
    max-width: initial;
    width: fit-content;
}
.child div.commenter div span.address{
    font-size: 8px;
}
div.commenter span.uMark{
    margin-left:10px;
}

.commentMetaRight{
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}
.commentTime{
    font-size:12px;
    color:#989898;
    white-space:nowrap;
}
.commentLikeCount{
    display: block;
    position: relative;
    font-size: 15px;
    background: #fff;
    margin-left: 0px;
    margin-bottom: -5px;
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.4);
    line-height: 1;
    padding: 6px 7px;
    border-radius: 15px;
    z-index: 3;
    top: 2px;
    right: -8px;
    color:#888;
    transition-property: padding;
    transition-duration: 0.2s;
    transition-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
    transition-delay: 0s;
    white-space:nowrap;
    letter-spacing: -0.1em;
}
.commentLikeCount i{
    color: #fff;
    background: #840C09;
    padding: 3px;
    border-radius: 12px;
    font-size: 11px;
}
.commentLikeCount span{
    position: relative;
    top: 2px;
}
.commentMetaRight .shw_user .commentLikeCount{
    width: 0;
    padding: 0;
    overflow: hidden;
}
.commentMetaRight .shw_user.notZero .commentLikeCount{
    width: auto;
    padding: 6px 7px 6px 3px;
}
.commentMetaRight .shw_user.notZero:hover .commentLikeCount{
    background: #ffe5e5;
}


div.comment{
    border:1px solid #ddd;
    border-radius: 3px;
    margin-left: 40px;
    position: relative;
}
div.comment_inner{
    width: 100%;
    padding: 3px 10px;
    position: relative;
    box-sizing: border-box;
    background: #f7f7f7;
    z-index: 2;
    transition: .2s;
    font-size: 14px;
    line-height: 1.6;
}
div.comment:before{
    content: "";
    position: absolute;
    top: 50%;
    left: -8px;
    margin-top: -11px;
    border: 14px solid transparent;
    border-top: 14px solid #f7f7f7;
    z-index: 2;
}
div.comment:after{
    content: "";
    position: absolute;
    top: 50%;
    left: -10px;
    margin-top: -12px;
    border: 14px solid transparent;
    border-top: 14px solid #ddd;
    z-index: 0;
}
div.comment a{
    text-decoration: none;
}
div.comment a div.comment_inner p{
    color: #000;
}
div.comment a:hover div.comment_inner p{
    color: #840C09;
}
div.comment a:hover div.comment_inner {
    background: #fff6f6;
}
div.comment a div.comment_inner p span.moreComment{
    font-size: 11px;
    font-weight: bold;
    margin-left: 3px;
    display: inline-block;
    background: #e0e0e0;
    padding: 3px 3px;
    line-height: 1;
    color: #585858;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
div.comment a:hover div.comment_inner p span.moreComment{
    color: #840C09;
}
.commentFooter{
    display: flex;
    justify-content: space-between;
    padding: 2px 0 0 40px;
}
.commentActionList{
    font-size:12px;
    display: flex;
    justify-content: flex-start;
}
.commentActionList li{
    margin-right:10px;
}
.commentActionList li a{
    text-decoration: none;
    color: #666;
    white-space: nowrap;
}
.commentActionList li:first-child a{
    font-family: fontAwesome,"游ゴシック体", "Yu Gothic", YuGothic, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
.commentActionList li:first-child a:before{
    margin-right: 4px;
}

.commentActionList li a:hover{
    text-decoration: underline;
}
.commentActionList li i{
    margin-right:4px;
}

.btn_moreComment {
    font-weight: bold;
    background: rgb(237, 237, 237);
    padding: 10px 30px;
    color: #840C09;
    font-size: 14px;
    display: block;
    width: 100%;
    text-align: center;
    margin: auto;
    text-decoration: none;
    box-sizing: border-box;
}
.btn_moreComment:hover{
    background: rgb(242, 242, 242);
}

.commentManageBox{
    text-align: right;
    font-size:13px;
}

.commentManageBox a{
    text-decoration: none;
    margin-left:10px;
    color: #666;
}
.commentManageBox a:hover{
    text-decoration: underline;
}


.commentList.child{
    padding: 0 0 0 40px;
}
.commentList.child div.commenter figure {
    width: 30px;
    height: 30px;
    top: 2px;
}
.commentList.child div.comment {
    margin-left: 35px;
}
.commentList.child .commentFooter {
    padding-left: 35px;
}
/*宮本 コメント編集部分非表示*/
.commentInputBox {
    display: none;
}

.commentInputBox textarea{
    display: block;
    width: 100%;
    border: 1px solid #c8daff;
    margin: 6px 0 0 0;
    box-sizing: border-box;
    padding: 8px 7px;
    height: 100px;
    line-height: 20px;
}
.commentSaveBtn,
.commentCancelBtn{
    font-family:"游ゴシック体", "Yu Gothic", YuGothic,'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    margin-right:10px;
    text-decoration: none;
}
.commentSaveBtn:before{
    content:"\f0c7";
    font-family:"fontAwesome";
    margin-right:5px;
}
.commentCancelBtn:before{
    content:"\f00d";
    font-family:"fontAwesome";
    margin-right:5px;
}
.board_commentForm.reply{
    display: flex;
    justify-content: space-between;
    padding: 0px 0 30px 50px;
    width: 100%;
    box-sizing: border-box;
}


a.boardHosoku{
    text-align: center;
    padding:10px 0;
    display: block;
    color:#000;
    font-weight:bold;
    text-decoration: none;
    cursor: pointer;
    background:#fff;
    transition: background .2s;
}
a.boardHosoku span{
    font-weight:bold;
    color:#840C09;
}
a.boardHosoku:hover{
    background:#fff4f4;
}

a.boardHosoku.modal{
    text-decoration: underline;
}
a.boardHosoku.modal:hover{
    text-decoration: none;
    background:#fff;
}

article.standOut{
    position: relative;
    border: 2px solid #e6a6a6;
}
article.standOut:before{
    content:"";
    display: block;
    position: absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background:#d19782;
    animation: sonarAnime 1.8s;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

@keyframes sonarAnime {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1.05 ,1.03);
        -moz-transform: scale(1.05 ,1.03);
        -o-transform: scale(1.05 ,1.03);
        -ms-transform: scale(1.05 ,1.03);
        transform: scale(1.05 ,1.03);
        opacity: 0;
    }
}
.shw_user {
    text-decoration: none;
}
.likeBtn.active {
    color:#840C09;
    font-weight:bold;
}
/*------------------------------------------------
board いいねした人一覧モーダル
------------------------------------------------- */
.shw_userBox{
    width: 90%;
    max-width: 800px;
    height:80vh;
    box-sizing: border-box;
    margin:auto;
    left: 50%;
    top: 50%;
    padding:20px 2.5%;
    z-index: 10000;
    transform: translate(-50%,-50%);
}
p.tit_likeList{
    text-align: left;
    margin:0 0 15px 0;
    border-bottom:2px solid #ddd;
    padding:0 0 10px 0;
}
p.tit_likeList i{
    margin:0 10px 0 0;
    color:#840C09;
    font-size: 18px;
}
.likeUserCount{
    position: absolute;
    color: #840C09;
    top: 4px;
    right: 0;
    font-size: 18px;
    line-height: 1;
    font-weight: bold;
}
.likeUserCount:before,
.likeUserCount:after{
    content:"";
    display: inline-block;
    font-size: 14px;
}
.likeUserCount:before{
    content:"全";
}
.likeUserCount:after{
    content:"件";
}
.likeUserBox{
    display: none;
    position: relative;
}
.mdlBox .likeUserBox{
    display: block;
}
.likeUserlist{
    overflow-y: auto;
    position: relative;
    height: calc(80vh - 76.8px);
    width: 100%;
}
.likeUserlist li{
    display: block;
    padding:12px 0;
    border-bottom:2px solid #f4f4f4;
    text-decoration: none;
}

.likeUser_item{
    width:90%;
    margin:auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.likeUser_item figure{
    width:30px;
    height:30px;
    overflow: hidden;
    border-radius: 50%;
    margin-right:20px;
}
.likeUser_item figure img{
    width:100%;
    height:100%;
    display: block;
}
.likeUser_item div {
    width: calc( 800px * 0.95 * 0.9 - 50px );
    text-align: left;
    line-height: 1.2;
}

.eventLink{
    /* border-top: 3px solid #5fabc7; */
    background: url(/img/bk_competition.jpg) no-repeat;
    background-size: cover;
    padding: 15px 0;
    margin: 0 auto 20px;
    width: 100%;
    box-shadow: 0px 0px 8px 0px #c7c7c7 inset;
}
.eventLink ul{
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.eventLink ul li a{
    display: block;
}
.eventLink ul li a figure{
    background: url(/img/fukidashi.png) no-repeat center;
    background-size: cover;
    height: 60px;
    width:185px;
    box-sizing: border-box;
    padding-top:5px;
}
.eventLink ul li a img{
    display: block;
    width: auto;
    height: 70%;
    margin: auto;
}
.eventLink ul li a p{
    font-weight: bold;
    text-align: center;
}



@media screen and (max-height: 415px) {
    .notice_countDown {
        bottom: 10px;
    }
    .notice_countDown p{
        padding: 3px 20px;
        font-size: 15px;
    }
    .icon_jyoken{
        bottom: 2px !important;
        right: 2px !important;
        font-size: 8px !important;
        padding: 1.5px 6px !important;
    }
}
@media screen and (max-height: 320px) {
    #CountDownBox {
        font-size: 43vh;
    }
}