.photo-area{
    display: block;
    width: 100%;
    padding: 7% 10%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: #ffffff;
}
ul.lobby-game-list {
    display: block;
    width: 100%;
    padding: 0;
    margin: 5% auto 10% auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
ul.lobby-game-list li img {
    display: block;
    width: 100%;
    border-radius: 10px;
}
.product-tab-title{
    position: relative;
    display: block;
    width:100%;
    margin:0 auto 3% auto;
    border-bottom:1px solid #e2e2e2;
}
.product-tab-title:after{
    position: absolute;
    left:0;
    bottom: -31px;
    content: '';
    width: 100%;
    height: 30px;
    background-color: #ffffff;
}
.product-tab-span{
    display: inline-block;
    padding: 8px 20px 1px 20px;
    margin:0 0 -1px 0;
    background-color:#ffffff;
    font-size:18px;
    color:#666666;
    border:1px solid #e2e2e2;
    border-radius:12px 12px 0 0;
    border-bottom:0;
    -webkit-box-shadow: 15px -5px 35px rgb(233, 233, 233);
    -moz-box-shadow: 15px -5px 35px rgb(233, 233, 233);
    box-shadow: 15px -5px 35px rgb(233, 233, 233);
}
.product-tab-span label{
    border-bottom:1px solid #ddc792;
}   
.product-tab-span span{
    font-size: 15px;
    color: #ababab;
}   


.girl-area{
    display: block;
    width: 100%;
    text-align: center;
    padding: 0 5%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #ffffff;
}
.girl-head{
    display: block;
    width: 100%;
    border-radius: 100%;
    cursor: pointer;
}
.girl-head-bg{
    display: block;
    width: 40%;
    max-width: 240px;
    margin: 7% auto;
    border-radius: 100%;
    border: 10px solid #142d5b;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
}
.girl-name{
    display: block;
    font-size: 27px;
    margin: 5% auto 10px auto;
}
 @media screen and (max-width: 640px) {
    .girl-name{
        font-size: 5vw;
    }
}
.girl-slogan{
    display: block;
    font-size: 15px;
    margin: 0 auto 15px auto;
}
.girl-slogan span{
    display: inline-block;
    margin: 0 0 0 10px;
    color: #cccccc;
}
.girl-slogan b{
    color: #9dfaff;
}
.follow-now{
    position: relative;
    display: inline-block;
    font-size: 18px;
    margin: 15px auto;
    padding: 5px 20px 5px 35px;
    border-radius: 26px;
    color: #222222;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    cursor: pointer;
}
.follow-now.is-active {
    background-color: rgb(237 237 237 / 24%);
    color: #ffffff;
}
.follow-now.is-active:before {
    position: absolute;
    top: 6px;
    left: 11px;
    content: "\f004";
    color: #ff9fd2;
    font-family: 'FontAwesome';
    font-size: 19px;
}
.follow-now:before {
    position: absolute;
    left: 13px;
    top: 6px;
    content: "\f08a";
    font-family: 'FontAwesome';
    font-size: 19px;
    font-weight: 100;
    color: #c2c4c9;
}
.girl-profile{
    display: block;
    width: 100%;
    text-align: center;
    line-height: 1.5;
}
ul.lobby-game-list {
    width: 100%;
    margin: 0 auto 5% auto;
}
ul.lobby-game-list li {
    position: relative;
    display: inline-block;
    width: calc(14.2% - 3px);
    margin: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 10px;
}
ul.lobby-game-list li {
    -webkit-box-shadow: 3px 5px 20px rgb(0, 0, 0, 0);
    box-shadow: 3px 5px 20px rgb(0, 0, 0, 0);
}
.full-picture-scroll {
    max-width: 100%;
    width: 100%;
    -webkit-box-shadow: 3px 5px 40px rgb(0, 0, 0, .6);
    box-shadow: 3px 5px 40px rgb(0, 0, 0, .6);
}
.close-picture-view {
    z-index: 10003;
}
.main-popup-body.picture-scroll {
    height: auto;
    overflow: hidden;
    max-width: 768px;
    position: fixed;
    top: 0;

}
table.big-picture-v-middle{
    position: fixed;
    height: 100vh;
    max-width: 768px;
}
.close-picture-view{
    display: none;
}
.index-popup-close {
    right: 16px;
    top: 10px;
}
.main-popup-icon:after {
    font-size: 30px;
    color: #ffffff;
}
.main-pop_overlay.pic-scroll {
    background-color: #222222;
    -webkit-backdrop-filter: blur(0px);
    backdrop-filter: blur(0px);
}
@media screen and (max-width:640px) {

    ul.lobby-game-list li {
        width: calc(33.3% - 3px);
    }
    .main-popup-body.picture-scroll {
        position: fixed;
        top: 0;
        }
    .main-pop_overlay.pic-scroll,
    .close-picture-view {
        position: fixed;
        }
    .close-picture-view {
        z-index: 20001;
        }
}
.btn.btn-info.btn-block.interview {
    display: inline-block;
    margin: 0 0 10% 0;
    padding: 12px 35px 10px 35px;
    border-radius: 26px;
    font-size: 18px;
    background: linear-gradient(to top, #aa2364, #fd8ed0);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-box-shadow: 5px 5px 15px rgb(0, 0, 0, .6);
    box-shadow: 5px 5px 15px rgb(0, 0, 0, .6);
}
.btn.btn-info.btn-block.showBuyOutModal {
    display: inline-block;
    margin: 0 10px 10% 0;
    padding: 12px 35px 10px 35px;
    border-radius: 26px;
    font-size: 18px;
    background: linear-gradient(to top, #cb4816, #fdb28e);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-box-shadow: 5px 5px 15px rgb(0, 0, 0, .6);
    box-shadow: 5px 5px 15px rgb(0, 0, 0, .6);
}
.btn.btn-info.btn-block.reserve {
    display: inline-block;
    margin: 0 10px 10% 0;
    padding: 12px 35px 10px 35px;
    border-radius: 26px;
    font-size: 18px;
    color: #b0ffcb!important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-box-shadow: 5px 5px 15px rgb(0, 0, 0, .6);
    box-shadow: 5px 5px 15px rgb(0, 0, 0, .6);
}
.btn.btn-info.btn-block.reserve:hover{
    background: linear-gradient(to bottom, #7398ea, #1c5177);
}


.btn.btn-info.btn-block.back{
    padding: 12px 25px 10px 25px;
    border-radius: 26px;
    font-size: 18px;
    margin: 0 auto 10% auto;
        background: linear-gradient(to top, #333333, #888888);
    -webkit-box-shadow: 5px 5px 15px rgb(0 0 0 / 60%);
    box-shadow: 5px 5px 15px rgb(0 0 0 / 60%);
}
ul.lobby-game-list li{
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
}
ul.lobby-game-list li img{
    cursor: pointer;
}
.text-danger.note{
    display: block;
    width: calc(90% - 4px);
    border-radius: 12px;
    color: #9dfaff;
    font-size: 15px;
    line-height: 1.3;
    margin-bottom: 20px;
    padding: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 2px dotted #9dfaff;
}
.text-danger.note.last-child{
    color: #91ffa9;
    border: 2px dotted #91ffa9;
}
.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title{
    color: #9dfaff;
    line-height: 1.2;
}
@media screen and (max-width:640px) {
    .darkness{
        width: 100%;
        display: block;
        height: 50px;
        position: fixed;
        bottom: 0;
        background: linear-gradient(rgba(40, 35, 45, 0), rgba(40, 35, 45, 1));
    }
    .btn.btn-info.btn-block.interview{
        position: fixed;
        width: 30%;
        max-width: 227px;
        bottom: 8px;
        left: calc(60% + 28px);
        margin: 0;
        padding: 10px 0 8px 0;
        border-radius: 10px;
        font-size: 18px;
        background: linear-gradient(to top, #aa2364, #fd8ed0);
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
    .btn.btn-info.btn-block.showBuyOutModal{
        position: fixed;
        width: 30%;
        max-width: 227px;
        bottom: 8px;
        left: calc(30% + 18px);
        margin: 0;
        padding: 10px 0 8px 0;
        border-radius: 10px;
        font-size: 18px;
        background: linear-gradient(to top, #cb4816, #fdc68e);
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
    .btn.btn-info.btn-block.reserve{
        position: fixed;
        width: 30%;
        max-width: 227px;
        bottom: 8px;
        left: 8px;
        margin: 0;
        padding: 10px 0 8px 0;
        border-radius: 10px;
        font-size: 18px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        z-index: 9;
    }

    .text-danger.note.last-child{
        margin-bottom: 15%;
    }

    .game-nonopen.move-up{
        bottom: 55px;
    }
}
@media screen and (max-width:320px) {
    .btn.btn-info.btn-block.interview,
    .btn.btn-info.btn-block.reserve{
        width: 35%;
    }
    .btn.btn-info.btn-block.interview{
        right: 5px;
    }
}
.jconfirm .jconfirm-box .jconfirm-buttons button.btn.text-danger{
    color: #ffffff;
    background: linear-gradient(to top, #aa2364, #fd8ed0);
}
.area{
    display: inline-block;
    padding-right: 15px;
}
ul.area{
    display: block;
    padding: 0;
    margin: 0;
}
ul.area li{
    position: relative;
    display: inline-block;
    padding-right: 15px;
}
ul.area li:after{
    position: absolute;
    right: 0;
    content:"、";
}
ul.area li:last-child:after{
    content:"";
}
.text-danger.note b{
    color: #ffffff;
}


.girl-like,
.girl-heart{
    display: block;
    position: absolute;
    right: 43px;
    border: 0;
    outline: 0;
    padding: 0;
}
.girl-like{
    top: 50px;
}
.girl-heart{
    top: 95px;
}
.girl-like:before{
    position: absolute;
    content: "\f087";
    font-size: 32px;
    font-family: 'FontAwesome';
    text-shadow: 2px 2px 2px rgb(0 0 0 / 30%);
}
.girl-heart:before{
    position: absolute;
    content: "\f08a";
    font-size: 28px;
    font-family: 'FontAwesome';
    text-shadow: 2px 2px 2px rgb(0 0 0 / 30%);
}
.girl-like.is-ative:before{
    content: "\f164";
}
.girl-heart.is-ative:before{
    content: "\f004";
    color: #ff9fd2;
}

.like{
    position: relative;
    display: inline-block;
    font-size: 18px;
    margin: 15px auto;
    padding: 5px 15px 5px 35px;
    border-radius: 26px;
    color: #707070;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    cursor: pointer;
}
.like b{
    font-weight: 100;
}
.like.is-active {
    background-color: rgb(237 237 237 / 24%);
    color: #ffffff;
    padding: 5px 16px 5px 35px;
}
.like.is-active b{
    font-weight: bold;
}
.like.is-active:after {
    position: absolute;
    left: 10px;
    top: 1px;
    content: "\f164";
    font-family: 'FontAwesome';
    font-size: 24px;
    font-weight: 100;
    color: #ffffff;
}
.like:after {
    position: absolute;
    left: 10px;
    top: 1px;
    content: "\f087";
    font-family: 'FontAwesome';
    font-size: 24px;
    font-weight: 100;
    color: #c2c5ce;
}
.main-popup-body.center{
    position: fixed;
    overflow-y: hidden;
    max-width: 480px;
    bottom: auto;
    top: calc(50% - 244px);
    padding: 25px 20px 20px 20px;
    margin: 0 auto;
    width: 90%;
    background-color: #ffffff;
}
.main-popup-body.center .popup-mask ul li{
    margin-bottom: 10px;
}
.main-popup-body.center .main-popup-icon:after {
    position: relative;
    left: 0;
    top: 0;
    display: inline-block;
    content: "\f00d";
    font-family: 'FontAwesome';
    font-size: 21px;
    color: #bbbbbb;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width:320px) {
.main-popup-body.center{
    top: 5%;
    padding: 35px 10px 20px 20px;
    width: 95%;
    }
.index-popup-close {
    right: 10px;
    top: 6px;
    }
}
.main-popup-body.center .date-note{
    color: #FF2D00;
    font-size: 13px;
}
.main-popup-body.center .dl-inputBox{
    height: 60px;
    margin: 0;
    padding: 10px;
}
.main-popup-body.center .popup-mask ul li label {
    display: inline-block;
    width: 80px;
}
.main-popup-body.center .btn-send-bg.hitbell {
    width: 140px;
}
.ban{
    display: table;
    border-radius: 26px;
    color: #9dfaff;
    margin: 15px auto;
    line-height: 1.2;
}
.date-note span,
.ban span{
    display: inline-block;
    margin-right: 5px;
}
.date-note span b,
.ban span b{
    font-size: 23px;
    letter-spacing: -6px;
    margin-right: 5px;
}
.date-note span b{
    font-size: 18px;
    margin-right: 3px;
    letter-spacing: -3px;
}
.date-note span{
    color: #222222;
}
.date-note.ban{
    margin: 0;
}
@media screen and (max-width:320px) {
    .date-note span b{
        font-size: 16px;
    } 
}
.nonopen{
    padding-bottom: 20%;
}

.slogan-content {
    display: block;
    width: 100%;
    padding: 0 5%;
    margin: 5% auto 0 auto;
    text-align: center;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
h1, h2 {
    font-size: 36px;
    line-height: 1;
    color: #d6b885;
    font-family: 'Noto Serif TC', serif;
    font-weight: 400;
    padding-bottom: 8px;
}
h3, h4 {
    font-size: 60px;
    letter-spacing: 2px;
    margin: 0 auto 3vh auto;
    text-transform: uppercase;
    color: #222222;
    font-family: 'Butler_Bold', serif;
    font-weight: 500;
    overflow: hidden;
}
h5 {
    font-size: 30px;
    letter-spacing: 2px;
    margin: 3vh 0;
    text-transform: uppercase;
    color: #222222;
    font-family: 'Butler_Bold', serif;
    font-weight: 500;
    text-align: left;
}
@media screen and (max-width: 1366px) {  
    h3, h4{
        font-size: 5vw;  
    }  
}  

@media screen and (max-width: 640px) { 
    ul.lobby-game-list {
        margin: 0 auto 15% auto;
    }
    .slogan-content {
        padding: 0 7%;
    }
    .book.cover.half img {
        width: 100%;
        margin-bottom: 5%;
        border: 1px solid #cccccc;
    }

    h3, h4,
    h1, h2 {
        font-size: 30px;
        padding-bottom: 0;
    }
    .section-inner {
        padding: 0 5% 10% 5%;
    }
    .section-inner ul {
        padding: 5% 0 0 0;
    }
    .section-inner ul li{
        font-size: 18px;
        padding: 15px 0 15px 50px;
        line-height: 1.3;
    }
    .slogan-content p {
        line-height: 1.5;
        margin-bottom: 5%;
    }

}
.section-inner {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.section-inner ul{
    display: block;
    width: 100%;
    max-width: 1100px;
    padding: 7% 5%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 0 auto;
}
.section-inner ul li{
    position: relative;
    display: block;
    font-family: 'Noto Serif TC', serif;
    font-size: 18px;
    padding: 15px 15px 15px 50px;
    margin: 0;
    letter-spacing: 1px;
    text-align: left;
    border-top: 1px dashed #cccccc;
}
.section-inner ul li:after{
    position: absolute;
    left: 20px;
    top: calc(50% - 3px);
    content: '';
    width: 7px;
    height: 7px;
    background: #999999;
    border-radius: 100%;
}
.section-inner ul li:nth-of-type(odd) {
    background: #fbfbfb;
}
@media screen and (max-width: 640px) { 
    .product-tab-title {
        margin: 0 auto 6% auto;
    }
    .photo-area {
        padding: 15% 7%;
    }
    h5 {
        font-size: 23px;
        font-family: 'Noto Serif TC', serif;
    }
    .book.cover.half img {
        width: 100%;
        margin-bottom: 5%;
        border: 1px solid #cccccc;
    }
    h1, h2 {
        font-size: 24px;
        padding-bottom: 0;
        margin: 5vh auto;
    }
    h3, h4 {
        font-size: 27px;
        padding-bottom: 0;
        margin: 5vh auto;
        font-family: 'Noto Serif TC', serif;
    }
    .section-inner {
        padding: 0 0 10% 0;
    }
    .section-inner ul {
        padding: 5% 0 0 0;
    }
    .section-inner ul li{
        font-size: 15px;
        padding: 15px 15px 15px 30px;
        line-height: 1.3;
        letter-spacing: 0;
    }
    .slogan-content p {
        line-height: 1.5;
        margin-bottom: 5%;
        font-size: 14px;
    }
    .section-inner ul li:after {
        left: 10px;
    }
}