header,html{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
    scroll-behavior: smooth;

}
body{
    margin:0;
}
a{
    text-decoration: none;
}
#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}
.menu-btn {
    position: fixed;
    top: 10px;
    right: 10px;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    transition: 0.5s 2.5s;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 1px;
    width: 40px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
    transition: all .3s ease;
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}
#menu-btn-check {
    display: none;
}
.menu-content ul {
    padding: 10px 10px 0;
}
.menu-content ul li {
    list-style: none;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    color:#f3f1e1;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
}
.list a{
    line-height: 1;
    letter-spacing: 0.15em;
    font-size: clamp(15px,5vw,30px);
    font-weight: 600;
    font-style: normal;
    text-decoration: none;
}
.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left:0;/*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: #394052;
    transition: all 0.6s;/*アニメーション設定*/
    pointer-events: none;
    opacity: 0;
}
#menu-btn-check:checked ~ .menu-content{
    /*メニューを画面内へ*/
    opacity: 0.95;
    pointer-events: auto;
    animation: ugoki ;
}

@keyframes ugoki{
    0%{
        opacity: 0;
    }  
    100%{
        opacity: 0.95;
    }
}
.inner{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.list{
    margin: 0 auto;
    text-align: center;
}
.list li{
    margin-bottom: 30px;
    position: relative;
}

.firstview{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
    background-color: #394052;
    text-align: center;
    padding-bottom: 5vh;
}
.first{
    width:100vw;
    margin:0;
}
.logo{
    float: left;
    display: flex;
    padding-top:3vw;
    text-align: center;
    width: 100vw;
    justify-content: center;
    margin-bottom: 3vw;
}
.logo a img{
    width:3vw;
    margin:5px 60px 5px 60px;
}
.kotira{
    z-index: 10;
    width: 29vw;
    margin: 8vw auto 5vw auto;
    background-color: #f3f1e1;
    color: #394052;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #f3f1e1;
}
.kotira p{
    color: #394052;
    font-weight: bolder;
    margin: 2vw;
    font-size: 1.2vw; 
    letter-spacing: 0.1em;
}
.kotira a{

    border: 2px solid #394052 ;
    width: 100%;
}
#news{
    background-color: #313747;
    margin:0;
    color:#f3f1e1;
    padding-top: 20px;
    padding-top: 5vw;
    padding-bottom: 5vw;
}
#news h2{
    text-align: center;
    color:#f3f1e1;
    margin: 0 10vw 5vw 10vw;
    width:55%;
    padding-bottom: 0;
    letter-spacing: 0.3em;
    font-size: 25px;
    border-bottom: 2px solid #f3f1ef;
    -webkit-transform: skewX(-15deg);
    -moz-transform: skewX(-15deg);
    -o-transform: skewX(-15deg);
    transform: skewX(-15deg);
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=-0.26794919243112214, M21=0, M22=1, SizingMethod='auto expand')";
}
ul{
    padding-left:0;
}
li{
    list-style: none;
}
#news li .date{
    border-bottom: 1px solid;
    margin-bottom: 10px;
    padding-bottom: 3px;
    letter-spacing: 0.1em;
    color: #f3f1e1;
    font-size: 10px;
    letter-spacing: 1em;
}
#news li .title{
    color: #f3f1e1;
    font-size: 13px;
}
#news li {
    background-color: #394052;
    border: 1px solid #f3f1e1;
    padding: 5px;
    box-shadow: #f3f1e1;
}
.news1{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}

#aboutlive{
    background-color: #394052;
    padding-top: 5vw;
    padding-bottom: 5vw;
}
#aboutlive h2{
    text-align: center;
    color:#f3f1e1;
    margin: 0;
    padding-bottom: 0;
    font-size: 25px;
    margin-bottom: 10vw;
    border-bottom: 2px solid #f3f1ef;
    letter-spacing: 0.3em;
    font-size: 25px;
    -webkit-transform: skewX(-15deg);
    -moz-transform: skewX(-15deg);
    -o-transform: skewX(-15deg);
    transform: skewX(-15deg);
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=-0.26794919243112214, M21=0, M22=1, SizingMethod='auto expand')";
}
#aboutlive .about{
    padding:8vw;
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
    color:#f3f1e1;
}
.map{
    margin-top: 20px;
    border: #394052;
    border-radius: 15px;
}
#ticket{
    background-color: #313747;
    padding-bottom: 10vw;
    padding-top: 10vw;
}
#ticket h2{
    text-align: center;
    color:#f3f1e1;
    margin: 0;
    padding-bottom: 0vw;
    margin-bottom: 5vw;
    border-bottom: 2px solid #f3f1ef;
    letter-spacing: 0.3em;
    font-size: 25px;
    -webkit-transform: skewX(-15deg);
    -moz-transform: skewX(-15deg);
    -o-transform: skewX(-15deg);
    transform: skewX(-15deg);
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=-0.26794919243112214, M21=0, M22=1, SizingMethod='auto expand')";

}
#ticket .zaseki{
    width:21vw;
    border: 4px solid #313747;
    border-radius: 15px;
    margin: 10px;
}
#ticket .inticket{
    padding:8vw;
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
    color:#f3f1e1;
}
#ticket .inticket .ticketlist{
    display: flex;
    border-top: 1px solid #f3f1e1;
    border-bottom: 1px solid #f3f1e1;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    padding: 15px 0;

}
.inticket h5{
    font-size: 15px;
    width: 50%;
    line-height: 1.3;
    position: absolute;
    top:18px;
    border-right: 1px solid #f3f1e1;
    letter-spacing: 0.1em;
    margin:0;
    text-align: left;
}
.inticket .pricetxt{
    font-size: 15px;
    width: 50%;
    text-align: right;
    padding-bottom: 20px;
    margin:0 0 0 auto;
    line-height: 1.3;
    letter-spacing: 0.1em;
}
.inticket .price{
    width: 100%;
}
.inticket .price .small{
    font-size: 10px;
}
.inticket .price .ticketat{
    background-color: #394052;
    border-radius: 15px;
    padding:20px;
}
.ticketat li{
    text-indent: -1em;
    margin-left: 1em;
    font-size: 11px;
    line-height: 1.5;
    margin-bottom: 2px;
    border: none;
    text-align: left;
}
.schedule1{
    padding:8px 8px 8px 8px;
    background: linear-gradient(#394052,#313747 50%,#394052);
    border-radius: 15px;
    border-top: 1px solid #ffffff8c;
    border-bottom: 1px solid #ffffff0a;
    text-align: center;
    margin-top: 13vw;
    margin-bottom: 13vw;
}
.schedule1 h4{
    font-size: 15px;
    line-height: 1.3;
    letter-spacing: 0.1em;
    font-weight: bold;
}
.sche{
    margin-right: auto;
    margin-left: 0;
}
.sche li{
    border-top: 1px solid #f7f7f729;
    padding: 7px 0;
    font-size: 13px;
    line-height: 1.2;
}
.sche li .scke_tit{
    width: 100%;
    margin-bottom: 4px;
    padding-right: 0;
    color: #dbcdae;
    font-size: 0.9em;
    letter-spacing: 0.1em;
    font-weight: bold;
}
.sche li .scke_dat{
    width: 100%;
    padding-left: 0;
    border: none;
}
.schedule2{
    padding:8px 8px 8px 8px;
    background: linear-gradient(#394052,#313747 50%,#394052);
    border-radius: 15px;
    border-top: 1px solid #ffffff8c;
    border-bottom: 1px solid #ffffff0a;
    text-align: center;
    margin-top: 30px;
}

.bigbtn a{
    font-size: 16px;
    padding: 15px;
    display: block;
    text-align: center;
    color: #394052;
    text-decoration: none;
    border-radius: 13px;
    font-weight: bold;
    background-color: #f3f1e1;
    border-top: 1px solid #ffffff36;
    border-bottom: 1px solid #ffffff66;
    letter-spacing: 0.08em;
    box-shadow: 2px 3px 1px #fde1b3;
	transition: .4s;
}
.bigbtn a :hover {

	/*--影の複数指定--*/
	transform: translateY(4px);
	box-shadow: 0 0 0 #fde1b3;

}
#attention{
    background-color: #394052;
    padding-top: 5vw;
    padding-bottom: 5vw;
}
#attention h2{
    text-align: center;
    color:#f3f1e1;
    margin: 0;
    padding-bottom: 0vw;
    margin-bottom: 10vw;
    border-bottom: 2px solid #f3f1ef;
    letter-spacing: 0.3em;
    font-size: 25px;
    -webkit-transform: skewX(-15deg);
    -moz-transform: skewX(-15deg);
    -o-transform: skewX(-15deg);
    transform: skewX(-15deg);
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=-0.26794919243112214, M21=0, M22=1, SizingMethod='auto expand')";

}
#attention .inattention{
    padding:8vw;
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
    color:#f3f1e1;
}
.inattention{
    display: block;
}
.inattention h4{
    font-size: 15px;
    line-height: 1.3;
    letter-spacing: 0.1em;
    font-weight: bold;
}
.inattention li{
    font-size: 13px;
    text-align: left;
    list-style: disc;
    margin-left: 3px;
    line-height: 1.8;
}
.at_tit{
    padding: 8px;
    background-color: #394052;
    border: 1px solid #f3f1e1;
}
.inattention dd{
    background: #ffffff14;
    padding: 20px;
    border: 1px solid #f3f1e1;

}
footer{
    background-color: #313747;
    justify-content: center;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
footer a{
    color: #f3f1e1;
    font-size: 10px;
    margin: auto;
}