@import url(https://fonts.googleapis.com/css?family=Questrial);
/*----------
全体
-----------*/
*{
    word-break: break-all;
}

html, body {
    background-color: #f6f6f6;
    font-family: メイリオ,Meiryo,游ゴシック,YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    font-size: 14px;
    height: 100%;
    line-height: 1.3em;
    min-height: 100%;
    color:#796560;
}
img {
    height: auto;
    width: 100%;
}
.container {
    padding-top: 20px;
}
.inner-nobg {
    padding: 10px;
}
h2 {
    font-size: 20px;
    line-height: 1.3em;
}
.inner:last-child {
    margin-bottom: 0!important;
}
.title2 {
    padding: 10px 0 10px 10px;
}
.container.top-content {
    padding-top: 0;
}
.title2.Main-title01 .Main-title-icon {
    background-image: url("/assets/img/icon_Main_title01.png");
	font-size: 120%;
}
.title2.Main-title02 .Main-title-icon {
    background-image: url("/assets/img/icon_Main_title02.png");
}
.title2.Main-title03 .Main-title-icon {
    background-image: url("/assets/img/icon_Main_title03.png");
}
.title2.Main-title04 .Main-title-icon {
    background-image: url("/assets/img/icon_Main_title04.png");
}
.title2.Main-title05 .Main-title-icon {
    background-image: url("/assets/img/icon_Main_title05.png");
}
.title2.Main-title06 .Main-title-icon {
    background-image: url("/assets/img/icon_Main_title06.png");
}
.title2.Main-title07 .Main-title-icon{
    background-image: url("/assets/img/icon_Main_title07.png");
}
.title2.Main-title08 .Main-title-icon {
    background-image: url("/assets/img/icon_Main_title08.png");
}
.title2 .Main-title-icon {
	background-image: url("/assets/img/icon_Main_title01.png");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 22px auto;
    font-weight: bold;
    padding: 10px 20px 10px 25px;

}
/*----------
共通
-----------*/
/*オレンジ*/
.key-color-01 {
    color:#FD866A;
}
/*ブルー*/
.key-color-02 {
    color:#87D9D6;
}
/*ピンク*/
.key-color-03 {
    color:#FF7F89;
}

/*大きい*/
.text-size-L {
    font-size:18px
}
/*小さい*/
.text-size-S {
    font-size:12px
}

/*タブ*/
.LOGIN .tab ,
.SIGNUP .tab ,.TEST .tab {
    background-color: #fd866a;
    height: 40px;
}
.first {
    background-color: #f5f2ed;
    border-radius: 5px 5px 0 0;
    color: #fd866a;
    float: left;
    font-size: 14px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    margin-left: 2%;
    text-align: center;
    width: 47%;
}
.second {
    background-color: #dd664a;
    border-radius: 5px 5px 0 0;
    color: #fd866a;
    float: left;
    font-size: 14px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    margin-left: 2%;
    text-align: center;
    width: 47%;
}

.first > a {
    display: block;
}
.second > a {
    display: block;
}

.tab2 {
    border: 1px solid #87d9d6;
    border-radius: 30px;
    height: 32px;
    margin: 10px 10px 0;
    overflow: hidden;
    text-align: center;
}
.tab2 .one {
    background-color: #87d9d6;
    color: #fff;
    float: left;
    height: 100%;
    text-align: center;
    width: 50%;
}
.tab2 .two {
    color: #87d9d6;
    float: left;
    height: 100%;
    line-height: 100%;
    text-align: center;
    width: 50%;
}
.tab2 .one > a {
    display: inline-block;
    height: 33px;
    line-height: 33px;
    width: 100%;
}
.tab2 .two > a {
    display: inline-block;
    height: 33px;
    line-height: 33px;
    width: 100%;
}
.icon-emotion .icons {
    float: left;
    padding-right: 5px;
    width: 18px;
}



/*ボタン*/
.button {
    margin-top: 20px;
}
button.btn-regist {
    background-color: #eb5e0b;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    height: 50px;
    padding: 10px;
    width: 100%;
}

/*ボタン*/
.form input {
    width: 100%;
	font-size: 14px;
}
.form {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    display: block;
    margin: 0 0 10px;
    padding: 5px 0;
    width: auto;
	padding: 5px 0 5px 15px;
}
.select {
    display: block;
    margin: 15px 0;
    width: 100%;
}
.form input {
/*    border-radius: 5px;
    font-size: 14px;
    height: 30px;
    width: 100%;
    text-indent: 15px;*/
}
.select select {
    font-size: 16px;
    height: 30px;
    width: 100%;
}
.more-btn {
/*    background-color: #87d9d6;
    border-radius: 20px;
    color: #fff;
    height: 30px;
    line-height: 30px;
    margin: 10px auto 0px;
    text-align: center;
    width: 40%;
    clear: both;*/

    background-color: #fff;
    clear: both;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 100%;    
}
.more-btn > a {
    display: block;
    /*background-image: url("/assets/img/icon_nextArrow.png");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 12px auto;*/
}
.more-btn.text-size-S img{
    position: absolute;
    right: 9px;
    top: 11px;
    width: 13px;
    z-index: 2;
}

/*----------
HEADER
-----------*/
.HEADER {
    background-color: #fff;
    color: rgba(255, 255, 255, 1);
    height: 40px;
    line-height: 40px;
    width: 100%;
    z-index: 9999;
    font-weight:bold;
    border-bottom: 0.5px solid rgba(96, 76, 63, 0.2);
	/*position: fixed;*/

}
.HEADER .recommendmark {
    position: absolute;
    right: 10px;
    text-align: right;
    top: 10px;
    width: 20px;
}
.HEADER .headlogo.font-lerge {
    height: 40px;
    margin: 0 auto;
    text-align: center;
    width: 100px;
    color: #eb5e0b;
}
.MOVIETOP .HEADER .headlogo.font-lerge {
    width: 90px;
}

.HEADER .headlogo.subtitle {
    height: 40px;
    margin: 0 auto;
    text-align: center;
    width: 100px;
    color: #9B0805;
}
.HEADER .headlogo.subtitle {
    width: 90%;
}


.PASSWORDRESET .HEADER .headlogo.font-lerge {
    color: #eb5e0b;
    height: 40px;
    margin: 0 auto;
    text-align: center;
    width: 200px;
}
.HEADER .headlogo.font-lerge img {
    top: 2px;
}
.HEADER .back {
    left: 10px;
    position: absolute;
    top: 12px;
    width: 12px;
}
.fixed {
    position: fixed;
	display:block;
	z-index:999;
	top:env(safe-area-inset-top);
}
/*----------
FOOTER
-----------*/


/*----------
CONTENTS
-----------*/

.CONTENTS {
    padding: 0 0 110px;
}
/*BOX01*/
.BOX01 .text {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
}
.BOX01 .text .shadow {
   background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(229, 0, 17, 0) 0%, rgba(0, 0, 0, 0.65) 100%) repeat scroll 0 0;
    color: #fff;
    font-size: 20px;
    padding: 10px;
    line-height: 1.3em;
    font-size: 90%;
}
.BOX01 .text p {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.5+100 */

background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */

background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */

background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 ); /* IE6-9 */


    color: #fff;
    font-size: 134%;
    line-height: 1.3em;
    padding: 20px 20px 20px;
    text-align: center;
}
.ribon-text {
    background-image: url("/assets/img/1&D_36.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #fff;
    font-size: 18px;
    height: 44px;
    line-height: 44px;
    text-indent: 20px;
    width: 140px;   
}
.ribon {
    position: absolute;
    top: 10px;
    z-index: 2;
}

/*----------
RANKING
-----------*/

.BOX02 .inner > a {
    display: block;
    overflow: hidden;
    padding: 10px 0 10px 10px;
}
.BOX02.ranking .thumnail {
}
.ribon.ranking {
     left: 5px;
    top: 0;
    z-index: 2;
}
.BOX02.ranking .inner {
    margin:15px 0 0 0;
}
.BOX02.ranking .inner.fst .ribon-text {
    background-image: url("/assets/img/TOP_label_ranking_01.png");
}
.BOX02.ranking .inner.sec .ribon-text {
    background-image: url("/assets/img/TOP_label_ranking_02.png");
}
.BOX02.ranking .inner.rank1 .ribon-text {
    background-image: url("/assets/img/TOP_label_ranking_01.png");
    height: 50px;
    width: 42px;
}
.BOX02.ranking .inner.rank2 .ribon-text {
    background-image: url("/assets/img/TOP_label_ranking_02.png");
    height: 50px;
    width: 42px;
}
.BOX02.ranking .ribon-text {
    background-image: url("/assets/img/TOP_label_ranking_03.png");
    /*font-size: 18px;*/
    /*height: 33px;*/
    /*line-height: 33px;*/
    /*text-indent: 16px;*/
    height: 50px;
    width: 42px;
}
.BOX02 .inner.big:first-child {
    border: 0 none;
    padding: 0;
}
.BOX02 .inner.big > a {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
}
.BOX02 .inner.rank1.big,
.BOX02 .inner.rank2.big,
.BOX02 .inner.rank3.big,
.BOX02 .inner.rank4.big,
.BOX02 .inner.rank5.big,
.BOX02 .inner.osusume1.big,
.BOX02 .inner.osusume2.big,
.BOX02 .inner.osusume3.big,
.BOX02 .inner.osusume4.big,
.BOX02 .inner.osusume5.big 
{
    background-color: rgba(255, 255, 255, 0);
}
/*----------
BOX02
-----------*/
.BOX02 .inner {
    background-color: #fff;
    border-bottom: 0.5px solid rgba(96, 76, 63, 0.2);
    width: 100%;
}
.BOX02 .thumnail {
    background-position: center center;
    background-size: cover;
    float: left;
    width: 110px;
}
.BOX02 .text {
    padding: 5px 5px 5px 10px;
    overflow:hidden;
}
.BOX02 .text.non {
    padding: 10px;
}
.BOX02 .ranking-category ,
.BOX04 .ranking-category {
    background-color: #f6f6f6;
    border: 1px solid #ccc;
    border-radius: 15px;
    color: #eb5e0b;
    display: inline-block;
    float: left;
    font-size: 8px;
    height: 20px;
    line-height: 20px;
    margin-right: 3px;
    max-width: 68px;
    overflow: hidden;
    padding: 0 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: auto;
}
.EMOTUONS-NAV .category-title {
    background-color: #f6f6f6;
    border: 1px solid #ccc;
    border-radius: 15px;
    color: #eb5e0b;
    display: inline-block;
    float: left;
    font-size: 8px;
    height: 20px;
    line-height: 20px;
    margin-right: 3px;
    max-width: 120px;
    overflow: hidden;
    padding: 0 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: auto;
}
.BOX02 .ranking-category > span ,
.BOX04 .ranking-category > span {
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 12px auto;
    padding-bottom: 5px;
    padding-left: 14px;
    padding-top: 5px;
}
.EMOTUONS-NAV .category-title > span {
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 15px auto;
    padding-bottom: 5px;
    padding-left: 17px;
    padding-top: 7px;
}
.BOX02 .ranking-category > span.emotion01 ,
.BOX04 .ranking-category > span.emotion01 ,
.EMOTUONS-NAV .category-title > span.emotion01 {
     background-image: url("/assets/img/emotion1.png");
}
.BOX02 .ranking-category > span.emotion02 ,
.BOX04 .ranking-category > span.emotion02 ,
.EMOTUONS-NAV .category-title > span.emotion02 {
     background-image: url("/assets/img/emotion2.png");
}
.BOX02 .ranking-category > span.emotion03 ,
.BOX04 .ranking-category > span.emotion03 ,
.EMOTUONS-NAV .category-title > span.emotion03 {
     background-image: url("/assets/img/emotion3.png");
}
.BOX02 .inner.fst {
}
.title {
    font-weight: bold;
    padding-bottom: 10px;
    padding-left: 10px;
}
.BOX02 .ranking-title {
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    width: 99%;
}
.BOX02 .ranking-time, .BOX04 .ranking-time {
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 4px;
    bottom: 3px;
    color: #fff;
    font-size: 8px !important;
    font-weight: bold;
    left: 3px;
    padding: 0 8px;
    position: absolute;
    text-align: center;
}

.BOX02 .big .ranking-time, .BOX04 .big .ranking-time {
    background-color: rgba(0, 0, 0, 0.6);
    bottom: 10px;
    color: #fff;
    font-size: 10px;
    height: 20px;
    left: auto;
    padding: 0 5px;
    position: absolute;
    right: 10px;
    width: 30px;
}

.BOX02 .big .text {
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
    color: #fff;
    left: 0;
    overflow: hidden;
    padding: 0 5px 5px;
    position: absolute;
    top: 0;
    white-space: normal;
    width: 100%;
    box-sizing: border-box;
}
.BOX02 .big .text2 {
    white-space: normal;
    padding: 5px;
    overflow:hidden;
    position: absolute;
    bottom: 0;
    left: 0;
}
.BOX02 .big .ranking-category {
    /*color: #fff;*/
}
.BOX02 .big .ranking-title {
    /* color: #fff;*/
    left: 6px;
    text-overflow: ellipsis;
    top: 10px;
    white-space: nowrap;
}
.BOX02 .thumnail > img {
   height: 60px;
}
.BOX02 .title2.into-img {
    /*background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.07) 100%) repeat scroll 0 0;*/
    background-color: #000 !important;
    color: #fff;
    margin: 0;
    text-align: center;
    top: 0;
    width: auto;
}
.BOX02 .inner.rank1.big .ribon.ranking,
.BOX02 .inner.rank2.big .ribon.ranking,
.BOX02 .inner.rank3.big .ribon.ranking,
.BOX02 .inner.rank4.big .ribon.ranking,
.BOX02 .inner.rank5.big .ribon.ranking,
.BOX02 .inner.osusume1.big .ribon.ranking,
.BOX02 .inner.osusume2.big .ribon.ranking,
.BOX02 .inner.osusume3.big .ribon.ranking,
.BOX02 .inner.osusume4.big .ribon.ranking,
.BOX02 .inner.osusume5.big .ribon.ranking 
{
    float: left;
    left: 0;
    top: 0;
    position:static;
}
.BOX02 .inner.rank1.big .ranking-title,
.BOX02 .inner.rank2.big .ranking-title,
.BOX02 .inner.rank3.big .ranking-title,
.BOX02 .inner.rank4.big .ranking-title,
.BOX02 .inner.rank5.big .ranking-title,
.BOX02 .inner.osusume1.big .ranking-title,
.BOX02 .inner.osusume2.big .ranking-title,
.BOX02 .inner.osusume3.big .ranking-title,
.BOX02 .inner.osusume4.big .ranking-title,
.BOX02 .inner.osusume5.big .ranking-title 
{
    font-size: 120%;
    width: auto;
}
.BOX02.ranking .container {
    padding-top: 0;
}
.BOX02 .inner.rank1.big .ranking-categorys,
.BOX02 .inner.rank2.big .ranking-categorys,
.BOX02 .inner.rank3.big .ranking-categorys,
.BOX02 .inner.rank4.big .ranking-categorys,
.BOX02 .inner.rank5.big .ranking-categorys,
.BOX02 .inner.osusume1.big .ranking-categorys,
.BOX02 .inner.osusume2.big .ranking-categorys,
.BOX02 .inner.osusume3.big .ranking-categorys,
.BOX02 .inner.osusume4.big .ranking-categorys,
.BOX02 .inner.osusume5.big .ranking-categorys
 {
    bottom: 5px;
    left: 10px;
    position: absolute;
}
.BOX02.ranking .inner.rank2 .area ,.BOX02.ranking .inner.rank3 .area {
    overflow: hidden;
    /*padding: 10px 0 10px 10px;*/
}
/*----------
BOX03　お知らせ一覧
-----------*/
.BOX03 .inner {
    background-color: #fff;
    margin-bottom: 5px;
    padding: 10px;
}
.BOX03 .thumnail {
   float: left;
    width: 120px;
}
/*.BOX03 .text {
    padding-left: 130px;
}*/
.BOX03 .ranking-category {
    color: rgba(0, 0, 0, 0.6);
    font-size:12px;
}
.BOX03 .inner.fst {
}
/*.title {
    font-weight: bold;
    padding-bottom: 10px;
    padding-left: 10px;
}*/
/*.BOX03 .text {
    padding: 10px;
}*/
.BOX03 .ranking-title {
    font-weight:bold;
}
.BOX03 .ranking-time {
    font-size: 12px;
    color: #b4aaac;
}
.BOX03 .text02 {
    margin-top: 5px;
}
.BOX03.notice-detail .text02 .ranking-time {
    color: inherit;
}
.BOX03.notice-detail h2 {
    color:#eb5e0b;
}
/*----------
BOX04 横スライド
-----------*/
.BOX04 .inner {
    background-color: #fff;
    display: inline-block;
    margin-bottom: 5px;
    width: 150px;
    vertical-align:top;
}
.BOX04 .thumnail {
    background-position: center center;
    background-size: cover;
    height: 100px;
    width: 100%;
}
.BOX04 .text {
    padding: 10px;
    white-space: normal;
    height: 97px;
}
.BOX04 .text.non {
    padding: 10px;
}
.BOX04 .inner.fst {
}
.title {
    font-weight: bold;
    padding-bottom: 10px;
    padding-left: 10px;
}
.BOX04 .ranking-title {
   height: 38px;
    margin-bottom: 10px;
    overflow: hidden;
    /*text-overflow: ellipsis;
    white-space: nowrap;*/
    width: 99%;
    /*-moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;*/
}
.BOX04 .ranking-time {
    font-size: 10px;
}

.BOX04 .big .text {
    bottom: 2px;
    color: #fff;
    padding: 5px;
    position: absolute;
    width: 100%;

    background: -moz-linear-gradient(top,rgba(100,100,100,0.3),rgba(4,4,4,0.9)); /* Firefox用 */  
    background: -o-linear-gradient(rgba(100,100,100,0.3),rgba(4,4,4,0.9)); /* Opera */
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(100,100,100,0.3)),to(rgba(4,4,4,0.9))); /* Safari,Google Chrome用 */
    background: linear-gradient(top,rgba(100,100,100,0.3),rgba(4,4,4,0.9));
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#55505050', endColorstr='#ff181818', GradientType=0)"; /* IE8用 */
}
.BOX04 .big .ranking-category {
    color: #fff;
}
.BOX04 .big .ranking-title {
    color: #fff;
}
.BOX04 .sidebox {
    overflow-x: scroll;
    white-space: nowrap;
}
.BOX04 .sidebox > div {
    /*height: 193px;*/
    /*overflow-x: scroll;*/
    /*white-space: nowrap;*/
    /*width: 100%;*/
}
.BOX04 .thumnail > img {
    height: 64px;
}
.BOX04 .ranking-category {
    margin-bottom: 5px;
}
.BOX04 .text-area {
   overflow: hidden;
}
.BOX04 a:last-child .ranking-category {
    margin-bottom: 0;
}
/*ユーザーランク*/
/*.BOX05.ranking .container {
    padding-top: 0;
}*/
.BOX05.yourrank .inner {
    text-align: center;
}
.BOX05.yourrank .title > span {
    font-size: 200%;
}
.BOX05.ranking.yourrank .title {
    padding-bottom: 5px;
    padding-top: 10px;
}
.BOX05.ranking.yourrank .count span {
    background-image: url("/assets/img/icon_watch02.png");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 16px auto;
    color: #aaa;
    font-size: 90%;
    padding-bottom: 5px;
    padding-left: 18px;
    padding-top: 5px;
}
.BOX05 .inner {
    background-color: #fff;
    border-bottom: 0.5px solid rgba(96, 76, 63, 0.2);
    box-sizing: border-box;
    display: table;
    overflow: hidden;
    padding: 10px;
    width: 100%;
}
.BOX05 .inner:last-child {
    border-bottom: 0px;
}
.BOX05 .rank {
    display: table-cell;
    padding-right: 10px;
    vertical-align: middle;
    width: 10%;
}
.BOX05 .name {
   display: table-cell;
   vertical-align: middle;
   width: 45%;
}
.BOX05 .number {
    display: table-cell;
    vertical-align: middle;
    width: 44%;
    font-size: 80%;
}
.BOX05 .number > span {
    background-image: url("/assets/img/icon_watch.png");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 15px auto;
    padding-bottom: 5px;
    padding-left: 18px;
    padding-top: 5px;
}
.BOX05 .ranking {
    /*border: 1px solid;
    border-radius: 50px;
    font-size: 70%;
    padding: 5px;
    text-align: center;
    width: 20px;*/
    border-radius: 20px;
    display: block;
    font-size: 85%;
    height: 30px;
    line-height: 30px;
    padding: 0;
    text-align: center;
    width: 30px;
	border: 1px solid;
}
.BOX05 .inner.rank1 .ranking {
    /*background-color: #eb5e0b;
    border-radius: 20px;
    padding: 5px;
    color: #fff;
    width: 20px;
    border: 1px solid #eb5e0b;*/
	background-color: #eb5e0b;
    border: 1px solid #eb5e0b;
    color: #fff;

}
.BOX05 .inner.rank2 .ranking {
    background-color: #B4B4B5;
    border: 1px solid #B4B4B5;
	color: #fff;
    /*border-radius: 20px;
    padding: 5px;
    color: #fff;
    width: 20px;
    border: 1px solid #B4B4B5;*/
}
.BOX05 .inner.rank3 .ranking {
    background-color: #9B5E2B;
    border: 1px solid #9B5E2B;
	color: #fff;
   /* border-radius: 20px;
    padding: 5px;
    color: #fff;
    width: 20px;
    border: 1px solid #9B5E2B;*/
}
.BOX05 .inner.rank4 .ranking {
    background-color: #9B5E2B;
    border: 1px solid #9B5E2B;
	color: #fff;
   /* border-radius: 20px;
    padding: 5px;
    color: #fff;
    width: 20px;
    border: 1px solid #9B5E2B;*/
}

.BOX05 .inner.rank5 .ranking {
    background-color: #9B5E2B;
    border: 1px solid #9B5E2B;
	color: #fff;
   /* border-radius: 20px;
    padding: 5px;
    color: #fff;
    width: 20px;
    border: 1px solid #9B5E2B;*/
}

.BOX05 .inner .ranking > span {
    font-size: 70%;
}
.BOX05 .shop {
   color: #aaa;
    font-size: 80%;
    line-height: 1;
    margin-top: 5px;
}
.BOX05 .ranking-title {
    line-height: 1;
}
.BOX05 .number .active-ranking-number {
    font-weight: bold;
    font-size: 100%;
}
/*----------
マイページトップ
-----------*/

/*TEST-LIST*/
.TEST-LIST .test-calender .year {
  background-color: #feadb7;
    color: #fff;
    font-size: 10px;
    height: 20px;
    line-height: 20px;
}
.TEST-LIST .test-calender .date {
    font-size: 12px;
    margin-bottom: 2px;
}
.TEST-LIST .test-calender .day {
    font-weight: bold;
    height: 30px;
    line-height: 30px;
}
.TEST-LIST .test-calender {
    border: 1px solid #feadb7;
    float: left;
    text-align: center;
    width: 50px;
    border-radius: 5px;
}
.TEST-LIST .test-info {
    margin-top: 7px;
    padding-left: 70px;
}
.TEST-LIST .test-address {
    font-size: 12px;
}
.TEST-LIST .test-list-area {
    background-color: #fff;
    height: 100%;
    margin-bottom: 5px;
    overflow: hidden;
    padding: 10px;
}
.TEST-LIST .test-title {
    color: #87d9d6;
    font-weight: bold;
}
.TEST-LIST .inner.last .test-list-area {
    margin: 0;
}
/*----------
FOOTER
-----------*/

.FOOTER {
    background-color: #ffffff;
    border-top: 1px solid #e1e1e1;
    bottom: env(safe-area-inset-bottom);
    font-size: 11px;
    font-weight: bold;
    height: 50px;
    left: 0;
    line-height: 50px;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 3;
	display: block;
}

.sns-name {
    display: inline-block;
    margin-top: 30px;
    width: 33px;
}
.sns-name.tir {
    margin-right: 10px;
}
.sns-name.sec {
    margin-left:10px;
    margin-right:10px;
}
.footnavi {
    margin-bottom:20px;
}
.sns-name {
    display: inline-block;
    margin-top: 24px;
}
.copylight {
}
.FOOTER .movie {
    float: left;
    width: 20%;
}
.FOOTER .test {
    float: left;
    width: 20%;
}
.FOOTER .mypage {
    float: left;
    width: 20%;
}
.FOOTER .notice {
    float: left;
    width: 20%;
}
.FOOTER .notice .mark{
    position:absolute;
    width: 12px;
    top:5px;
    right:10px;
}

.FOOTER .setting {
    float: left;
    width: 20%;
}
.FOOTER .switch {
    float: left;
    width: 20%;
}
.FOOTER .switch_1dsw {
    float: left;
    width: 20%;
}
.FOOTER .switch_daisw {
    float: left;
    width: 20%;
}
.FOOTER a {
    display: block;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 23px auto;
    margin-top: 7px;
    padding-top: 7px;

}
.FOOTER .movie > a {
    background-image: url("/assets/img/COMMON_tabIcon_movie.png");
}
.FOOTER .movie.active > a {
    background-image: url("/assets/img/COMMON_tabIcon_movie_active.png");
    color: #eb5e0b;
}
.FOOTER .test > a {
    background-image: url("/assets/img/COMMON_tabIcon_test.png");
}
.FOOTER .test.active > a {
    background-image: url("/assets/img/COMMON_tabIcon_test_active.png");
    color: #eb5e0b;
}
.FOOTER .mypage > a {
    background-image: url("/assets/img/COMMON_tabIcon_mypage.png");
}
.FOOTER .mypage.active > a {
    background-image: url("/assets/img/COMMON_tabIcon_mypage_active.png");
    color: #eb5e0b;
}
.FOOTER .notice > a {
    background-image: url("/assets/img/COMMON_tabIcon_news.png");
}
.FOOTER .notice.active > a {
    background-image: url("/assets/img/COMMON_tabIcon_news_active.png");
    color: #eb5e0b;
}
.FOOTER .setting > a {
    background-image: url("/assets/img/COMMON_tabIcon_setting.png");
}
.FOOTER .setting.active > a {
    background-image: url("/assets/img/COMMON_tabIcon_setting_on.png");
    color: #eb5e0b;
}
.FOOTER .switch > a {
    background-image: url("/assets/img/COMMON_tabIcon_onedining.png");
    font-size: 8px;
}
.FOOTER .switch.active > a {
    background-image: url("/assets/img/COMMON_tabIcon_onedining_on.png");
    color: #eb5e0b;
    font-size: 9px;
}
.FOOTER .switch_1dsw > a {
    background-image: url("/assets/img/COMMON_tabIcon_onedining.png");
    font-size: 8px;
}
.FOOTER .switch_daisw > a {
    background-image: url("/assets/img/O_COMMON_tabIcon_dairiki.png");
}



/*ページング*/
.pagination li {
    background-color: #fff;
    border: 1px solid #eee;
    display: inline-block;
    padding: 5px;
}
.pagination .active {
    color: #eb5e0b;
}


/*サイドスライダーメニュー*/
.WRAPPER {
    z-index: 999;
    box-shadow: 5px 0px 5px rgba(0, 0, 0, 0.5);
    background-color: #f6f6f6;
}
 .WRAPPER {
    z-index: 999;
    box-shadow: none;
}
.slidemenu {
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    width: 240px;
    z-index: 1 !important;
    background-color: #fff;
}
.HEADER .MENU {
    display: none;
   /* height: 40px;
    position: absolute;
    right: 10px;
    top: -3px;
    transition: all 0.3s ease-in-out 0s !important;
    width: 25px;
    z-index: 9999;*/
	width:100%;
	height:100%;
}
nav.globalnavi {
  height: 40px;
    position: absolute;
    right: 6px;
    top: -4px;
    transition: all 0.3s ease-in-out 0s !important;
    width: 32px;
    z-index: 9999;
}
.HEADER .MENU hr {
    background-color: #9F938B;
    border-radius: 4px;
    display: block;
    height: 2px;
    position: absolute;
    top: 8px;
    transition: all 0.3s ease-in-out 0s !important;
    width: 25px;
}
.HEADER .MENU hr::before, .HEADER .MENU hr::after {
    background-color: #9F938B;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    transition: all 0.3s ease-in-out 0s !important;
    width: 100%;
}
.HEADER .MENU hr::before {
    top: 6px;
}
.HEADER .MENU hr::after {
    bottom: 6px;
}
.globalnavi .navi_pc {
    display: none;
}
.globalnavi .MENU /*,
.globalnavi .NAVIGATION*/ {
    display: block;
}

.parent-list > a {
    display: block;
    height: 30px;
    padding-left: 20px;
    padding-top: 20px;
}
.child-list {
    height: 30px;
    padding-left: 40px;
    padding-top: 20px;
}
.CONTENT-MENU .LIST-CONTAINER .LISTS {
    /*border-top: 1px solid #303030;*/
    border-bottom: 1px solid #d0d0d0;
    height: 500px;
    overflow-y: scroll;
}


.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.alert-dismissable, .alert-dismissible {
    padding-right: 35px;
}
.alert {
    padding: 15px;
    margin-bottom: 10px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}
button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}
.alert-dismissable .close, .alert-dismissible .close {
    position: relative;
    /*top: -2px;*/
    /*right: -21px;*/
    color: inherit;

}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

.settinglist {
    background-color: #fff;
    clear: both;
    height: 40px;
    line-height: 40px;
    /*text-align: center;*/
    width: 100%;
    padding-left: 10px;
    border-bottom: 1px solid rgba(96, 76, 63, 0.2);
    box-sizing: border-box;
}
.settinglist:last-child {
    border-bottom: 0px;
}

.settinglist a {
    display: block;
}
.settinglist img {
    position: absolute;
    right: 10px;
    top: 11px;
    width: 13px;
    z-index: 2;
}


.CONTENT-MENU {
    background-color: #585654;
    color: #fff;
    /*padding: 40px 0 50px;*/
}
.CONTENT-MENU .title {
    background-color: #3D3634;
    color: #aaa;
    display: block;
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.CONTENT-MENU .parent-list {
    border-bottom: 1px solid #404040;
}
.CONTENT-MENU .parent-list > a {
    display: block;
    height: 40px;
    line-height: 40px;
    padding-left: 0px;
    padding-top: 0px;
}
.CONTENT-MENU .parent-list a span {
    background-image: url("/assets/img/icon_menu_nextArrow.png");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 7px auto;
    display: block;
    padding-left: 20px;
    margin-right: 5px;
}
.CONTENT-MENU .child-list {
    border-bottom: 1px solid #404040;
    height: 40px;
    line-height: 40px;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.CONTENT-MENU .child-list:last-child {
    border-bottom: 0px;
}
.CONTENT-MENU .child-list span {
    background-image: url("/assets/img/icon_menu_nextArrow.png");
    background-position: 220px center;
    background-repeat: no-repeat;
    background-size: 7px auto;
    display: block;
    padding-left: 20px;
}
/* サイドバー */
.sb-slidebar.sb-right {
  -webkit-overflow-scrolling: touch;
}
.sb-right-inner {
  width: 100%;
  height: 100%;
  overflow-y: auto;
}
.PC {
	display:none;
}


@media (min-width: 768px){
.CONTENTS {
 	 margin: 0 auto;
    padding-right: 270px;
    padding-top: 40px;
    width: 50%;
}
.CONTENT-MENU.sb-slidebar.sb-right {
     width:270px;
	 padding-top: 40px;
}
.PC {
	display:block;
}
.PASSWORDRESET .CONTENTS {
   margin: 0 auto;
    padding-right: 0;
    width: 480px;
}
.CONTENT-MENU .title {
   background-color: #fff;
    border-bottom: 0.5px solid rgba(96, 76, 63, 0.2);
	color: #eb5e0b;
}
.CONTENT-MENU.sb-slidebar{
    background-color: #fff;
    color: inherit;
	overflow-y: unset;
	font-size: 80%;
}
.CONTENT-MENU .child-list {
    border-bottom: 0.5px solid rgba(255, 255, 255, 0);
}
.CONTENT-MENU .parent-list {
    border-bottom: 0.5px solid rgba(255, 255, 255, 0);
}
.CONTENT-MENU .active {
    background-color: #eb5e0b;
    color: #fff;
	
}
.BOX02 .thumnail {
    width: 260px;
}
.BOX02 .thumnail > img {
	height: 130px;
}
.BOX02 .ranking-category, .BOX04 .ranking-category {
    border-radius: 50px;
    font-size: 60%;
    line-height: 20px;
    margin: 2px 5px 5px 0;
    max-width: 200px;
}
.BOX02 .ranking-category > span.emotion01 {
    /*background-size: 20px auto;
    padding-left: 23px;*/
}
.BOX02.ranking .inner.rank2 .ribon-text {
    height: 50px;
    width: 46px;
}
.BOX02.ranking .inner.rank3 .ribon-text {
    height: 50px;
    width: 46px;
}
.BOX02.ranking .inner.rank4 .ribon-text {
    height: 50px;
    width: 46px;
}
.BOX02.ranking .inner.rank5 .ribon-text {
    height: 50px;
    width: 46px;
}

.BOX02.ranking .ribon-text {
    height: 50px;
    width: 46px;
}
.BOX02 .inner.rank1.big .ranking-categorys,
.BOX02 .inner.rank2.big .ranking-categorys,
.BOX02 .inner.rank3.big .ranking-categorys,
.BOX02 .inner.rank4.big .ranking-categorys,
.BOX02 .inner.rank5.big .ranking-categorys {
    bottom: 10px;
}
html, body {
    font-size: 16px;
}
.FOOTER {
    display: none;
}
/*.BOX04 .inner {
    width: 260px;
	float:left;
	display: block;
}*/
.more-btn {
    font-size: 100%;
	padding: 10px 0;
}
.BOX04 .thumnail {
    height: 140px;
}
/*.title2.Main-taitle02 {
    background-size: 24px auto;
    padding-left: 30px !important;
}



.BOX04 .sidebox {
    height: 400px;
}*/
.BOX04 .sidebox {
}
.BOX04 .inner {
    width: 208px;
	height: 287px;
}
.BOX02.ranking .inner.rank1 .ribon-text {
    height: 70px;
    width: 62px;
}
.BOX02 .big .ranking-category {
    /*margin: 2px 0 5px;*/
	margin-bottom: 0;
}

.title2 ,.title3 {
   background-color: #ffffff !important;
    border-bottom: 1px solid rgba(96, 76, 63, 0.2);
    padding-left: 10px;
}
.EMOTUONS-NAV {
    display: none;
}
.EMOTUONS-NAV {
    display: none;
}
.CONTENT-MENU .main-menu a{
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 23px auto;
    display: block;
    margin-left: 18px;
    padding-left: 6px;
}
.CONTENT-MENU .main-menu .movie.active a {
    background-image: url("/assets/img/COMMON_tabIcon_movie_white.png");
}
.CONTENT-MENU .main-menu .mypage.active a {
    background-image: url("/assets/img/COMMON_tabIcon_mypage_white.png");
}
.CONTENT-MENU .main-menu .notice.active a {
    background-image: url("/assets/img/COMMON_tabIcon_news_white.png");
}
.CONTENT-MENU .main-menu .setting.active a {
    background-image: url("/assets/img/COMMON_tabIcon_setting_white.png");
}

.WRAPPER {
    box-shadow: none;
}
.CONTENT-MENU .main-menu .movie a{
    background-image: url("/assets/img/COMMON_tabIcon_movie.png");
}
.CONTENT-MENU .main-menu .mypage a{
    background-image: url("/assets/img/COMMON_tabIcon_mypage.png");
}
.CONTENT-MENU .main-menu .notice a{
    background-image: url("/assets/img/COMMON_tabIcon_news.png");
}
.CONTENT-MENU .main-menu .setting a{
    background-image: url("/assets/img/COMMON_tabIcon_setting.png");
}
.CONTENT-MENU .parent-list a span {
    background-image: url("/assets/img/icon_nextArrow.png");
}
.CONTENT-MENU .parent-list .active a span {
    background-image: url("/assets/img/icon_nextArrow_white.png");
}
}
