@media screen and (max-width: 800px){

body{
    min-height: 100vh;
}

.pc_view{
	display: none !important;
}

#container {
    overflow-x: hidden;
    height: 100%;
}

.modal-inner {
    display: flex;
    flex-direction: column;
}

.block__modal-left {
    width: 100%;
}

.block__modal-right {
    width: 92%;
    border-left: none;
    border-top: solid 1px #222;
}

.openbtn1 {
    width: 48px;
    height: 48px;
    cursor: pointer;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
    background-color: #fff;
    border:solid 1px #000;
}

.openbtn1 span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    height: 2px;
    background-color: #000;
    right: 7px;
    width: 72%;
}

.openbtn1 span:nth-of-type(1) {
    top: 12px;
}

.openbtn1 span:nth-of-type(2) {
    top: 24px;
}

.openbtn1 span:nth-of-type(3) {
    top: 36px;
}

.openbtn1.active span:nth-of-type(1) {
    top: 16px;
    transform: translateY(6px) rotate(-45deg);
}

.openbtn1.active span:nth-of-type(2) {
    display: none;
}

.openbtn1.active span:nth-of-type(3) {
    top: 28px;
    transform: translateY(-6px) rotate(45deg);
}

#g-nav{
    position: fixed;
    z-index: -1;
    opacity: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    transition: all 0.3s;
    right: 0;
    box-sizing: border-box;
}

#g-nav.panelactive{
    opacity: 1;
    z-index: 999;
    display: flex;
    align-items: stretch;
}

.d-demo__item {
    width: calc(240vw / 2);
    margin: 0 24px;
}

.block__circle-img p {
    font-size: 4.8rem;
}

.block__circle-img p small {
    font-size: 1rem;
}

.block__circle-img {
    width: 140px;
    top: auto;
    bottom: 12%;
    right: 8%;
    transform: translateY(0) translateX(0);
    -webkit- transform: translateY(0) translateX(0);
}

.block__circle-img p {
    font-size: 4rem;
}

.block__circle-img p span {
    font-size: 2.8rem;
}

.block__modal-info {
    padding: 40px;
    overflow-y: scroll;
}

.block__title {
    left: 8%;
}

.block__profile-img,
.content__main,
.navigation__artist,
.bg__center {
    width: 100%;
}

.content__main-inner__bottom 
..block__playlist{
    width: 84%;
}

.modal-content {
    width: 88%;
}

.modal-inner {
    max-height: 100%;
    position: relative;
}

.modal-content {
    width: 88%;
    left: 50%;
    top: 50%;
    height: 80vh;
    background-color: #fff;
}

.section__center{
    width: 100%;
}

.content__main {
    position: unset;
    margin-top: 200px;
}

.block__profile-img{
    height: auto;
}

.block__profile-img__inner h1 {
    bottom: 24px;
}

.block__profile-img__inner::after {
    height: 200px;
}

#info .modal-content {
    width: 88%;
}

.btn_close {
    background-color: #222;
    right: 0;
    font-size: 2.4rem;
    padding: 8px;
    bottom: 0;
    top: unset;
    color: #fff;
}

.list__playlist {
    padding-bottom: 80px;
}

.item__playlist a.all-category {
    color: #fff;
    margin-bottom: 120px;
    display: block;
}

.block__scrolltext-top{
    top: 0;
}

.block__scrolltext-bottom {
    bottom: 0;
}

.block__modal-left p.link {
    display: none;
}

.modal-content {
    width: 100%;
    height: 100vh;
}




















/* Avoid Chrome to see Safari hack */
@supports (-webkit-touch-callout: none) {
  body {
    /* The hack for Safari */
    height: -webkit-fill-available;
  }
}






}










