
.page-blc .detail h1,
.page-blc .detail h2,
.page-blc .detail h3,
.page-blc .detail h4,
.page-blc .detail h5
{
    color:#fff !important;
}
#header .top-bar .left-blc{
    padding-right:0px !important;
}
#footer{
    padding-bottom:110px;
}
#promotion{
    scroll-margin-top: 50px;
}
@media screen and (max-width: 767px) {
     .ttl ,.txt-intro,h1{
        font-size: 120% !important;
    }
}

.btn-style02 .btn-disabled {
    cursor: not-allowed !important;
    opacity: 0.5 !important;
}
.modal-style01 .member-blc .form-blc .txt-bottom .btn-txt{
    text-decoration:underline;    
}
.member-blc .form-blc .invalid-feedback{
    color:#fff !important;
}
.modal-style01 .alert h5,.modal-style01 .alert a{
    color:#000 ;
}

/* list-style02 --------------- */

.list-style02 {
    display: flex;
    flex-wrap: wrap;
}

.list-style02 .item {
    position: relative;
    box-sizing: border-box;
}


.list-style02 .item > a,
.list-style02 .item .tag-a {
    text-decoration: none;
    border-radius: 3px;
    display: block;
    position: relative;
    overflow: hidden;
}

.list-style02 .item .img-blc {
    margin: 0;
}

.list-style02 .item .img-blc::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
    z-index: 1;
    display: none;
}

.list-style02 .item > a:hover .img-blc::before,
.list-style02 .item .tag-a:hover .img-blc::before {
    opacity: 1;
    visibility: visible;
}

.list-style02 .item .img-blc img {
    width: 100%;
    object-fit: cover;
    box-sizing: border-box;
    transition: all 0.4s ease-in-out;
}

.list-style02 .item .img-blc .img {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    padding-top: 135%;
    box-sizing: border-box;
    transition: all 0.4s ease-in-out;
}

.list-style02 .item > a:hover .img-blc .img,
.list-style02 .item .tag-a:hover .img-blc .img {
    transform: scale(1);
    
}

.list-style02 .item .txt-blc {
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    width: 100%;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 4px 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    text-transform:uppercase;
}

.list-style02 .item .option {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
    z-index: 1;
}

.list-style02 .item .tag-a:hover .option {
    opacity: 1;
    visibility: visible;
}

.list-style02 .item .option .btn-play a {
    background: none;
    width: 100%;
    height: 100%;
    border-radius: 0;
    display: block;
    transition: all 0.4s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
}

.list-style02 .item .option .btn-play a:hover {
    transform: scale(1.05);
}

.list-style02 .item .option .btn-play a::before {
    display: none;
}

.list-style02 .item .option .btn-play-demo {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
}

.list-style02 .item .option .btn-play-demo a {
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 75%;
    font-weight: bold;
    line-height: 1.2;
    text-decoration: none;
    border-radius: 5px;
    padding: 3px 5px;
    display: inline-block;
    transition: all 0.4s ease-in-out;
}

.list-style02 .item .option .btn-play-demo a:hover {
    background-color: rgba(0, 0, 0, 0.9);
}

.list-style02 .item .tag-list {
    width: 53%;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    position: absolute;
    top: 4%;
    right: 2%;
}

.list-style02 .item .tag-list li {
    margin-top: 4%;
    margin-right: 4%;
    box-sizing: border-box;
}

.list-style02 .item .tag-list .tag {
    background-color: #333;
    color: #fff;
    font-size: 9px;
    font-weight: bold;
    line-height: 1.2;
    border-radius: 4px;
    padding: 2px 0.2vw;
    box-sizing: border-box;
    box-shadow: 0px 3px 2px 0px rgba(0,0,0,0.25);
}

.list-style02 .item .tag-list .tag.red {
    background-color: #ff4040;
}

.list-style02 .item .tag-list .tag.pink {
    background-color: #f3467f;
}

.list-style02 .item .tag-list .tag.green {
    background-color: #4ea0e4;
}

@media screen and (max-width: 1200px) {
    .list-style02 .item .tag-list .tag {
        font-size: 0.7vw;
    }
}

@media screen and (max-width: 1000px) {
    .list-style02 .item .tag-list .tag {
        font-size: 0.9vw;
    }
}

@media screen and (max-width: 767px) {
    .list-style02 .item .txt-blc {
        font-size: 90%;
    }
    .list-style02 .item .tag-list .tag {
        font-size: 1.2vw;
        padding-left: 0.4vw;
        padding-right: 0.4vw;
        box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.25);
    }
}

@media screen and (max-width: 480px) {
    .list-style02 .item .tag-list .tag {
        font-size: 1.8vw;
        padding-left: 0.6vw;
        padding-right: 0.6vw;
    }
}

/* box-style01 --------------- */

.box-style01 {
    margin: 2% 0 20px;
}

.box-style01 .ttl {
    padding: 7px 0;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    position: relative;
    box-sizing: border-box;
}

.box-style01 .ttl .icn {
    width: 40px;
    margin-right: 4px;
}

.box-style01 .ttl .txt01 {
    font-size: 26px;
    line-height: 1.4;
    letter-spacing: 0.1rem;
    
}

@media screen and (max-width: 767px) {
    .box-style01 .ttl .txt01 {
        font-size: 140%;
    }
}

@media screen and (max-width: 480px) {
    .box-style01 .ttl .txt01 {
        font-size: 115%;
    }
}


