@CHARSET "UTF-8";

#mockup {
    /* background: url('../img/menuAssets/menu_page_mockup.png') no-repeat; */
    background-size: auto auto;
    background-size: 100% 100%;
    position: absolute;
    width: 1066px;
    height: 1150px;
    top: -8.9%;
    left: -2%;
}

.menu {
    position: relative;
    left: 0px;
    top: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    text-align: left;

    font-family: 'Noto Sans JP', sans-serif;
    font-size: 18px;
    color: #313133;
    text-decoration: none;
    padding-right: 20px;
    /*border: 3px solid #73AD21;*/
}

.mod-li {
    position: relative;
    left: 43px;
    /*cursor: pointer;*/
}

.top-li {
    position: relative;
    left: 15px;
    /*cursor: pointer;*/
}

.pag-li {
    position: relative;
    left: 75px;
    /*cursor: pointer;*/
}

.treeButtons {
    /*background-color: white;*/
    color: #333333;
    cursor: pointer;
    /*border: #000000 solid;*/
}

.treeButtons:hover {
    /*background-color: #DA291C;
	background-color: #666666;*/
    font-weight: bold;
}

.currPage {
    /*background-color: #999999;*/
    color: #DA291C !important;
}

.visitedPage {
    color: #999999;
}

.pageHighlighter {
    position: absolute;
    top: 14%;
    left: 100%;

    width: 29px;
    height: 26px;
    animation: walk-left 0.5s steps(6) infinite;
    background: url("../img/treeHighlight.png");
}

@keyframes walk-left {
    from {
        background-position: 0px;
    }

    to {
        background-position: 174px;
    }
}

/*.modHighlighter
{
	position: absolute;
	top: 14%;
	
	width: 29px;
	height: 26px;
	animation: m-walk-left 0.5s steps(6) infinite;
	background: url("../img/treeHighlight.png");
}
@keyframes m-walk-left
{
	from { background-position: 0px; }
	to { background-position: 174px; }
}
*/

#lstAllMod {
    position: absolute;
    background-image: url("../img/btn_see_all.png");
    background-repeat: no-repeat;
    right: 0%;
    top: 2.2%;
    width: 207px;
    height: 36px;
    cursor: pointer;

    font-size: 20px;
    font-family: 'Noto Sans JP', sans-serif;
    color: #FFFFFF;
    line-height: 30px;
}


#toggleView {
    position: absolute;
    top: -7%;
    left: 5%;

    width: 200px;
    height: 35px;
}

.toggleBtnTxt {
    position: absolute;

    left: 1%;
    font-size: 20px;
    font-family: 'Noto Sans JP', sans-serif;
}

.toggleBtn {
    position: absolute;
    background: url("../img/Tree_View_BG.png");

    left: 45%;
    width: 68px;
    height: 33px;
    cursor: pointer;
}

.toggleIcon {
    position: absolute;
    border-radius: 50%;
    top: 24.1%;
    left: 61%;
    width: 23%;
    height: 48%;
    background: #da291c;
}

#offIcon {
    left: 15%;
    background: #b5adad;
}

.IconText {
    position: absolute;
    top: 18.1%;
    right: 51%;
}

#offText {
    right: 18%;
}

#scrollableList {
    position: absolute;
    top: 0%;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    transform: translate(0px, 0px);
    padding-right: 20px;
}

#lrnMore {
    background-color: #F1F1F3;
    box-shadow: 0px 1px 5px 2px rgba(0, 0, 0, 0.30);
    width: 99%;
    height: 30px;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    color: #000000;
    text-align: center;
    line-height: 27px;
    position: relative;
    left: 0.5%;
    cursor: pointer;
}

.icoTab {
    /* background-color: #979797; */
    background-image: url(../img/menuAssets/categoryBg.png);
    background-repeat: no-repeat;
    width: 98%;
    height: 35px;
    position: relative;
    top: 1%;
    left: 0.8%;
    z-index: 2 !important;
}

#fltrTab01 .icoTab {
    background-image: url(../img/menuAssets/categoryBg_01.png);
    background-repeat: no-repeat;
}

#fltrTab02 .icoTab {
    background-image: url(../img/menuAssets/categoryBg_02.png);
    background-repeat: no-repeat;
}

#fltrTab03 .icoTab {
    background-image: url(../img/menuAssets/categoryBg_03.png);
    background-repeat: no-repeat;
}

#fltrTab04 .icoTab {
    background-image: url(../img/menuAssets/categoryBg_04.png);
    background-repeat: no-repeat;
}

#fltrTab05 .icoTab {
    background-image: url(../img/menuAssets/categoryBg_05.png);
    background-repeat: no-repeat;
}
.icoTabLable {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 17px;
    color: #000000;
    text-align: left;
    padding-left: 1.5%;
    padding-top: 1%;
    width: 80%;
}

.icoTabSeeMore {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    color: #000000;
    text-align: right;
    padding-right: 3%;
    padding-top: 1%;
    width: 20%;
    cursor: pointer;
}

.miniView {
    background-color: #F1F1F3;
    box-shadow: 0px 1px 5px 2px rgba(0, 0, 0, 0.30);
    /* border: 2px solid green; */
    width: 99%;
    height: 180px;
    overflow: hidden;
    position: relative;
    left: 0.5%;
    margin-bottom: 0.5%;
}

.maxView8 {
    background-color: #F1F1F3;
    box-shadow: 0px 1px 5px 2px rgba(0, 0, 0, 0.30);
    width: 99%;
    height: 375px;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
    left: 0.5%;
    margin-bottom: 0.5%;
}

.maxView12 {
    background-color: #F1F1F3;
    box-shadow: 0px 1px 5px 2px rgba(0, 0, 0, 0.30);
    width: 99%;
    height: 540px;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
    left: 0.5%;
    margin-bottom: 0.5%;
}

.maxView16 {
    background-color: #F1F1F3;
    box-shadow: 0px 1px 5px 2px rgba(0, 0, 0, 0.30);
    width: 99%;
    height: 710px;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
    left: 0.5%;
    margin-bottom: 0.5%;
}

.maxView20 {
    background-color: #F1F1F3;
    box-shadow: 0px 1px 5px 2px rgba(0, 0, 0, 0.30);
    width: 99%;
    height: 880px;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
    left: 0.5%;
    margin-bottom: 0.5%;
}

.maxView24 {
    background-color: #F1F1F3;
    box-shadow: 0px 1px 5px 2px rgba(0, 0, 0, 0.30);
    width: 99%;
    height: 1050px;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
    left: 0.5%;
    margin-bottom: 0.5%;
}

#fltrTab01 .miniView, #fltrTab01 .maxView8, #fltrTab01 .maxView12, #fltrTab01 .maxView16, #fltrTab01 .maxView20, #fltrTab01 .maxView24 {
    background-color: #f3eaf9;
}

#fltrTab02 .miniView, #fltrTab02 .maxView8, #fltrTab02 .maxView12, #fltrTab02 .maxView16, #fltrTab02 .maxView20, #fltrTab02 .maxView24 {
    background-color: #e2f0f7;
}

#fltrTab03 .miniView, #fltrTab03 .maxView8, #fltrTab03 .maxView12, #fltrTab03 .maxView16, #fltrTab03 .maxView20, #fltrTab03 .maxView24 {
    background-color: #eaf7e8;
}

#fltrTab04 .miniView, #fltrTab04 .maxView8, #fltrTab04 .maxView12, #fltrTab04 .maxView16, #fltrTab04 .maxView20, #fltrTab04 .maxView24 {
    background-color: #f9f7e8;
}

.playImgDiv {
    position: absolute;
    left: 42%;
    top: 40%;
    display: none;
    z-index: 1;
}

.newModIndicator {
    position: absolute;
    border-radius: 4px;
    width: 16%;
    height: 11%;
    bottom: 7%;
    left: 7%;
    background-repeat: no-repeat;
    color: #000000;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    /* box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.5); */
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 1;
}


.modTitle {
    position: relative;
    left: 4.8%;
    top: 25%;
    height: 50%;
    width: 90%;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    text-align: center;
    /* text-shadow: 1px 1px #000000; */
}

.modTitle span {
    position: relative;
    float: left;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.inner {
    position: relative;
    height: 76%;
}

#bgLine {
    /*  background: url(../img/menuAssets/connectorLine.png) no-repeat;
    background-size: 100% 100%; */
    position: absolute;
    width: 996px;
    /* height: 706px; */
    top: 15.2%;
    left: 0.4%;
}

#bgLine .bgCurveCont {
    position: absolute;
    top: 0;
}

#bgLine .bgLineCont {
    position: absolute;
    top: 0;
    width: 750px;
    left: 190px;
}

#bgLine .bgCurveOne {
    position: relative;
    background: url(../img/menuAssets/line02.png) no-repeat;
    width: 1000px;
    height: 178px;
    background-size: 100% 100%;
    margin-bottom: -3px;
}

#bgLine .bgLineOne {
    position: relative;
    background: url(../img/menuAssets/line01.png);
    width: 700px;
    height: 3px;
    margin-bottom: 172px;
}

#bgLine .bgLineOne:last-child {
    margin-bottom: 0px;
}

.modProgBar {
    position: absolute;
    top: 55%;
    left: 2%;
}

.clsBtn {
    position: relative;
    float: left;
    margin-left: 2.5%;
    margin-top: 10px;
    width: 211PX;
    height: 165PX;
    cursor: pointer;
    top: 0%;
    left: 2%;
    /* background-image: url(../img/menuAssets/00.svg); */
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.ClsInst {
    cursor: default;
    background-image: url(../img/menuAssets/00.svg);
}

.ClsInst .modTitle {
    color: rgb(0, 0, 0);
    top: -4%;
    left: 13px;
}

.menuIconBtn {
    background-size: auto auto;
    background-size: 100% 100%;
}

.menuTabBtn {
    position: absolute;
    top: 15%;
    left: 50%;
    padding-top: 0.5%;
    cursor: pointer;
}

#clsSearch {
    position: absolute;
    /* background: url("../img/btn_see_all.png");
    background-repeat: no-repeat; */
    background-color: #DA291C;
    border-radius: 12px;
    box-shadow: 3px 6px 8px 1px rgba(0, 0, 0, 1);
    right: 0%;
    top: 7%;
    width: 145px;
    height: 30px;
    cursor: pointer;

    font-size: 20px;
    font-family: 'Noto Sans JP', sans-serif;
    color: #FFFFFF;
    line-height: 30px;
}

#srchHolder {
    position: absolute;
    top: 2%;
    left: 0%;
    width: 100%;
    height: 100%;
}

#srchTab {
    position: absolute;
    left: 0%;
    top: 0%;
}

.srchTabBtn {
    position: relative;
    left: 2%;
    top: 0%;
}

#homeStatusBar {
    position: absolute;
    left: 0%;
    top: 9%;
    width: 100%;
}

#studProgress {
    position: absolute;
    left: 35%;
    width: 30%;
    height: 5%;
    background-color: #ddd;
}

#proBar {
    width: 0%;
    height: 100%;
    background-color: #FF8200;
}

#proTxt {
    position: absolute;
    left: 0%;
    top: -8%;
    width: 100%;

    font-family: 'Noto Sans JP', sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #313133;
    text-align: center;
    vertical-align: middle;
}

#lsTxt {
    position: absolute;
    top: 9%;
    /*8%;*/
    left: 43.4%;
    color: #313133;

    font-family: 'Noto Sans JP', sans-serif;
    font-size: 10px;
}

#per100 {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 13px;
    text-align: left;
    color: #313133;
    vertical-align: middle;
    width: 43px;
}

#per0 {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 13px;
    text-align: right;
    color: #313133;
    vertical-align: middle;
    width: 43px;
}

#homeProBar {
    width: 0%;
    height: 100%;
    background-color: #FF8200;
}

#homeStudProgressBG {
    width: 100%;
    height: 8px;
    background-color: #999999;
    /*border: 2px solid #333333;*/
}

#homeProTxt {
    position: absolute;
    left: 0%;
    top: -8%;
    width: 100%;

    font-family: 'Noto Sans JP', sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    vertical-align: middle;
}

.searchField {
    position: absolute;
    left: 6%;
}

#txtSearch {
    position: absolute;
    top: -1%;
    left: 1%;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 20px;
    color: #313133;
    text-decoration: none;
    border: 0px;
    background: transparent;
    width: 93%;
    line-height: 20px;
}

#txtSearch:focus {
    outline: none;
}

#btnSearch {
    background-image: url("../img/btn_search_normal.png");
    background-repeat: no-repeat;
    position: absolute;
    left: 94.4%;
    top: -4%;
    width: 50px;
    height: 40px;
    cursor: pointer;
}

#resultMsg {
    position: absolute;
    left: 38%;
    top: 10%;
    color: #DA291C;
}

.highlighter {
    position: absolute;
    top: 39.5%;
    left: -10%;
    width: 29px;
    height: 26px;
    animation: m-walk-left 0.5s steps(6) infinite;
    background: url("../img/highlighter.png");
}

@keyframes m-walk-left {
    from {
        background-position: 0px;
    }

    to {
        background-position: 174px;
    }
}

/*.highlighterGrey {
    position: absolute;
    top: 39.5%;
    left: -10%;
    width: 29px;
    height: 26px;
    animation: m-walk-left 0.5s steps(6) infinite;
    background: url("img/highlight_grey.png");
    
} */

.dimmedMod {
    position: absolute;
    left: 5px;
    top: 6px;
    width: 94.5%;
    height: 92%;
    border-radius: 10px;
    background: #000;
    opacity: 0.25;
}

.dimmedHalfMod {
    width: 35%;
    border: 10px 0 0 10px;
}

.cModDuration {
    position: absolute;
    color: #000000;
    border-radius: 4px;
    min-width: 34px;
    font-size: 12px;
    text-align: center;
    bottom: 7%;
    right: 7%;
    padding-bottom: 2px;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.7);
}
.cModDuration.hide {
    /* display: none; */
    animation: blink 2s linear infinite;
}
@keyframes blink {
    0% {
      opacity: 0;
    }
    25% {
      opacity: .5;
    }
    50% {
      opacity: 1;
    }
    75% {
      opacity: .5;
    }
    100% {
      opacity: 0;
    }
}
.clsTopBord {
    position: absolute;
    /* background: #FFFFFF; */
    background: rgba(255, 255, 255, 0.85);
    left: 5px;
    top: 6px;
    width: 94.5%;
    height: 92%;
    border: solid;
    border-radius: 10px;
    border-width: 28px 2px;
    box-sizing: border-box;
}

.clsTopBord.category0 {
    border-color: #777777;
}
.clsTopBord.category00 {
    border-color: #313133;
}
.clsTopBord.category01 {
    border-color: #683193;
}

.clsTopBord.category02 {
    border-color: #0194D7;
}

.clsTopBord.category03 {
    border-color: #63C558;
}

.clsTopBord.category04 {
    border-color: #F4E04D;
}
.clsTopBord.category05 {
    border-color: #0D284D;
}

@property --angle {
    syntax: "<angle>";
    initial-value: 0deg;
    inherits: false;
}

.cCurrentMod .clsBgImg:before,
.cCurrentMod .clsBgImg:after {
    /* content: " ";
    position: absolute;
    z-index: 0;
    top: -31.3%;
    left: -2.3%;
    right: -2.3%;
    bottom: -31.3%;
    border: 3px solid #000;
    border-radius: 14px;
    z-index: 1; */
    --angle: 0deg;
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: conic-gradient(from var(--angle), #da291c, #000000, #da291c);
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    z-index: -1;
    padding: 2.5px;
    border-radius: 12px;
    animation: 4s spin linear infinite;
}


.cCurrentMod .clsBgImg:before {
    filter: blur(6px);
    opacity: 0.8;
}

@keyframes spin {
    from {
        --angle: 0deg;
    }

    to {
        --angle: 360deg;
    }
}

.clsBgImg {
    position: absolute;
    width: 95%;
    height: 153px;
    background: url(../img/menuAssets/01.png);
    background-size: 100% 100%;
    top: 5px;
    left: 2%;
}

.clsBgImg.category0 {
    background: url(../img/menuAssets/00.png);
    background-size: 100% 100%;
}
.clsBgImg.category00 {
    background: url(../img/menuAssets/00.png);
    background-size: 100% 100%;
}
.clsBgImg.category01 {
    background: url(../img/menuAssets/01.png);
    background-size: 100% 100%;
}

.clsBgImg.category02 {
    background: url(../img/menuAssets/02.png);
    background-size: 100% 100%;
}

.clsBgImg.category03 {
    background: url(../img/menuAssets/03.png);
    background-size: 100% 100%;
}

.clsBgImg.category04 {
    background: url(../img/menuAssets/04.png);
    background-size: 100% 100%;
}

.clsBgImg.category05 {
    background: url(../img/menuAssets/05.png);
    background-size: 100% 100%;
}

.cCategoryName {
    position: absolute;
    color: #000000;
    top: 9px;
    width: 100%;
    text-align: center;
    font-size: 14px;
}

.cCategoryName.cWhite {
    color: #fff;
}