html{
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

body{
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

.ChangeElem_Panel{
  display: none;
}

/*
.ChangeElem_Content{
    position: absolute;
    top: 10%;
    left: 20%;
    width: auto;
    height: auto;
}
*/

.ChangeElem_Btn{
    position: absolute;
    display: block;
    width: 28%;
    height:3rem;
    color: lightslategray;
    text-align: center;
    line-height: 1.5px;
    font-size: 1.5em;
    cursor: pointer;
    padding-top: 8px;
    margin: 0;
    border-collapse: collapse;
}

.visible{
    background-color: rgba(252,252,252,0.5);
}

.btn1{
    position: absolute;
    top: 300px;
    left: 11%;
    margin: 0;
/*    background-color: rgba(252,252,252,0.4);*/
}

.btn2{
    position: absolute;
    top: 300px;
    left: 39%;
    margin: 0;
/*    background-color: rgba(252,252,252,0.4);*/
}

.btn3{
    position: absolute;
    top: 300px;
    left: 67%;
    margin: 0;
/*    background-color: rgba(252,252,252,0.4);*/
}

.ChangeElem{
    display: inline-block;
    width: 85%;
    height: 1000px;
    position: absolute;
    top: 375px;
    left: 11%;
    font-size: 3.75em;
    z-index: 9;
    
}

.ChangeElem .panel_img img{
    width: 30%;
    height: auto;
/*    display: inline-flex;*/
    float: clear;
    margin: 1% 1% 1% 0;
}

.ChangeElem .panel_img img:hover{
    transform: scale(0.99);
    opacity: 0.7;
}

.panel1{
    width: 104%;
    height: 1000px;
/*    background-color: rgba(252,252,252,0.4);*/
    border-bottom-left-radius: 5%;
    border-bottom-right-radius: 5%;
}

.panel2{
    width: 104%;
    height: 1000px;
/*    background-color: rgba(252,252,252,0.4);*/
    border-bottom-left-radius: 5%;
    border-bottom-right-radius: 5%;
}

/*
.ChangeElem .panel_img2 img{
    width: 47%;
    height: auto;
    display: inline-flex;
    margin: 40px 0.1% -50px 0.1%;
}
*/

.panel3{
    width: 104%;
    height: 1000px;
/*    background-color: rgba(252,252,252,0.4);*/
    border-bottom-left-radius: 5%;
    border-bottom-right-radius: 5%;
}

/*
.panel_img{
    padding-left: 3%;
}

.panel_img2{
    padding-left: 3%;
}
*/

.tt{
    position: absolute;
    top: 600px;
    left: 16%;
}

.tt a{
    font-size: 1.5em;
    color: #707070;
}

.tt_follow{
    width: 100%;
    height: auto;
    position: absolute;
    top: 350px;
    left: 0;
}

.ChangeElem_Btn_tt{
    position: absolute;
    display: block;
    width: 24%;
    height:40px;
    color: lightslategray;
    text-align: center;
    line-height: 1.5em;
    font-size: 1.5em;
    cursor: pointer;
    padding-top: 8px;
}

.btn1_tt{
    position: absolute;
    top: 400px;
    left: 16%;
    background-color: rgba(101, 205, 232, 0.5);
/*    border-top-left-radius: 10%;*/
/*    border-top-right-radius: 10%;*/
}

.btn2_tt{
    position: absolute;
    top: 400px;
    left: 40%;
    background-color: rgba(248, 153, 170, 0.5);
/*    border-top-left-radius: 10%;*/
/*    border-top-right-radius: 10%;*/
}

.btn3_tt{
    position: absolute;
    top: 400px;
    left: 64%;
    background-color: rgba(239, 233, 84, 0.5);
/*    border-top-left-radius: 10%;*/
/*    border-top-right-radius: 10%;*/
}

.ChangeElem_tt{
    display: inline-block;
    width: 72%;
    height: 1000px;
    position: absolute;
    top: 448px;
    left: 16%;
    font-size: 3.75em;
    
}

        html{
            overflow-x: scroll;
        }
        .com{
            position: absolute;
            top: 45vh;
            left:20%;
            font-size: 2.5rem;
            color: #707070;
            transform: rotate(-5deg);
        }
        .blank{
            float: left;
        }
        input{
            float: left;
        }
        .mixitup{
            position: absolute;
            top: 550px;
/*            float: clear;*/
/*            display: flex;*/
        }
        .mixitup .mix{
            width: 350px;
/*            float: left;*/
/*            display: none;*/
            margin: 0 30px 30px 0;
            color: #707070;
            display: inline-flex;
            -ms-display: inline-flex;
        }
        .mixitup .mix table{
            width: 350px;
            height: 390px;
            border-collapse: collapse;
            background-color: rgba(255, 255, 255, 0.4);
/*            float: left;*/
        }
        .mixitup .mix tr:first-child{
            background-color: #65cde8;
            height: 40px;
            font-size: 1.1rem;
            color: #ffffff;
        }
        .mixitup .mix tr:nth-child(2){
            height: 45px;
        }
        .mixitup .mix tr:nth-child(3){
            height: 55px;
        }
        .mixitup .mix tr:nth-child(4){
            height: 30px;
        }
        .mixitup .mix tr:nth-child(5){
            height: 75px;
        }
        .mixitup .mix tr:nth-child(6){
            height: 30px;
        }
        .mixitup .mix td{
            border: 1px solid #65cde8;
        }
        .mixitup .mix tr td:nth-child(2){
            padding:0 5px;
        }
        .down{
            display: inline-block;
            transform: translateY(3px);
        }
        .mixitup .mix .kikaku{
            text-align: center;
        }
        .mixitup .mix .prohead{
            text-align: center;
            width: 80px;
        }
        .mixitup .mix tr{
            height: 20px;
        }
        .mixitup .mix .kyatti{
            transform: translateY(5px);
            vertical-align: top;
            height: 110px;
            font-size: 0.95rem;
        }
        .mixitup .mix .kyatti span:first-child{
            font-size: 1.05rem;
            border-bottom: 1px solid #65cde8;
        }
        .button_on{
            background-color: #65cde8;
            color: #ffffff;
        }
        .mix img{
            float: right;
            width: 33px;
            height: 33px;
            margin-right: 10px;
             }
        .icon_setsumei img{
            width: 33px;
            padding: 1px;
            margin-top: 6px;
        }
        .icon_setsumei tr .photo_ban{
            width: 35px;
            border: 1.5px solid #f899aa;
            border-radius: 5px;
            margin-top: 7px;
        }
        .icon_setsumei tr .ticket{
            border: 1.5px solid #65cde8;
            border-radius: 5px;
        }
        .icon_setsumei tr .sale{
            border: 1.5px solid #efe954;
            border-radius: 5px;
        }
        .icon_setsumei{
            margin: 20px 0;
            font-size: 1.1rem;
            transform: translateX(-0.8rem);
        }