#contents{
    padding-top:unset !important;
}
.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;
}
@media screen and (max-width: 575px){
    #header .top-bar .right-blc {
        width: 48vw!important;
    }
    #header .top-bar .left-blc {
        width: calc(100% - 38vw) !important;
    }
}
@media screen and (max-width: 480px){
    #header .top-bar .right-blc {
        width: 48vw!important;
    }
    #header .top-bar .left-blc {
        width: calc(100% - 38vw) !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;    
}
.modal-style01 .alert h5,.modal-style01 .alert a{
    color:#000 ;
}


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

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

.list-style02 .item {
    width: 19.2%;
    margin: 0 1% 1% 0;
    position: relative;
    box-sizing: border-box;
}

.list-style02 .item:nth-child(5n+5) {
    margin-right: 0;
}

.list-style02 .item > a,
.list-style02 .item .tag-a {
    text-decoration: none;
    border-radius: 3px;
    display: block;
    position: relative;
    overflow: hidden;
    box-shadow: 0 2px 7px 0 #ebdd7994;
}

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

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

.list-style02 .item > a:hover .img-blc::before,
.list-style02 .item .tag-a:hover .img-blc::before {
    background-color: rgba(7, 11, 26, 0.6);
    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: 63.3%;
    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.05);
    
}

.list-style02 .item .txt-blc {
    background-image: linear-gradient( rgba(0, 0, 0, 0.059),rgba(0, 0, 0, 0.859));
    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;
    text-shadow: 0 0 2px #000;
}

.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: rgba(229,235,244,0.8) url(../img/common/icon_play01.png) no-repeat center center;
    background-size: 14px 16px;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    width: 42px;
    height: 42px;
    border-radius: 999px;
    display: block;
    box-shadow: inset 0px 1px 0px rgb(255 255 255), 0px 1px 3px rgb(0 0 0 / 30%);
    transition: all 0.4s ease-in-out;
}

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

.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 {
        width: 23.5%;
        margin-right: 2%;
        margin-bottom: 2%;
    }
    .list-style02 .item:nth-child(5n+5) {
        margin-right: 2%;
    }
    .list-style02 .item:nth-child(4n+4) {
        margin-right: 0;
    }
    .list-style02 .item .tag-list .tag {
        font-size: 0.9vw;
    }
}

@media screen and (max-width: 767px) {
    .list-style02 .item {
        width: 32%;
    }
    .list-style02 .item:nth-child(4n+4) {
        margin-right: 2%;
    }
    .list-style02 .item:nth-child(3n+3) {
        margin-right: 0;
    }
    .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 {
        width: 49%;
    }
    .list-style02 .item:nth-child(3n+3) {
        margin-right: 2%;
    }
    .list-style02 .item:nth-child(2n+2) {
        margin-right: 0;
    }
    .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 {
    color: #ffffff;
    font-size: 26px;
    font-weight: 900;
    line-height: 1.4;
    letter-spacing: 0.1rem;
    text-shadow: 0 2px 3px #ebdc76;
}

@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%;
    }
}


#howto .img-blc{
    background: #6a6b6c;
    border-radius: 5px;
}

/*mobile-shortcut*/
.mobile-shortcut .item #contact-choice-trigger {
    display: none;
}

.mobile-shortcut .item .contact-choice-close {
    text-align: center;
    cursor: pointer;
    margin: auto;
    display: block;
    filter: brightness(5) drop-shadow(1px 1px 1px #000000);
}

.mobile-shortcut .item #contact-choice {
    background: #161616a2;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    box-sizing: border-box;
    position: absolute;
    bottom: 100%;
    right: 0;
    left: 0;
    margin: auto;
    width: 100%;
    max-width: 70px;
    border-radius: 10px;
    padding: 10px 0;
    transition: all 0.4s ease-in-out;
    opacity: 0;
    visibility: hidden;
    z-index: 993;
    transform: translateY(0);
    box-shadow: inset 0px 0px 10px 1px #797979;
}

.mobile-shortcut .item #contact-choice-trigger:checked~#contact-choice {
    transform: translateY(-10px);
    z-index: 999;
    opacity: 1;
    visibility: visible;
}

.mobile-shortcut .item #contact-choice .btn-item {
    margin-top: 10px;
}

.mobile-shortcut .item #contact-choice .btn-item .btn-elem {
    width: 48px;
    height: 48px;
    line-height: 1;
    text-decoration: none;
    border-radius: 10px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

.mobile-shortcut .item #contact-choice .btn-line .btn-elem {
    background-color: #00b900;
}

.mobile-shortcut .item #contact-choice .btn-telegram .btn-elem {
    background-color: #229ED9;
}

.mobile-shortcut .item #contact-choice .btn-item .btn-elem i {
    font-size: 34px;
    line-height: 1;
}

.mobile-shortcut .item #contact-choice .btn-telegram .btn-elem i {
    color: #229ED9;
}

.mobile-shortcut .item #contact-choice .btn-item .btn-elem img {
    width: 32px;
}
.mobile-shortcut .item .tag-a {
    cursor: pointer;
}