@charset "utf-8";
#hamburger{
    background: #FDF2E4;
    position: relative;
    padding-top: 160px;
    overflow: hidden;
}
#hamburger::before{
    content: '';
    position: absolute;
    top: 90px;
    left: 0;
    right: 0;
    width: 100%;
    height: 70px;
    margin: 0 auto;
    background: #E1C927;
    /* transform: skew(0deg, -4deg); */
}
#hamburger::after{
    content: '';
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    width: 100%;
    height: 70px;
    margin: 0 auto;
    background: #E19127;
    transform:skew(0deg, 1deg);
}
#hamburger .sp{
    display: none;
}
.main_bg{
    background: url("../images/bg_pc2024.jpg?241003") top center no-repeat;
    background-size: cover;
    height: 700px;
    position: relative;
    /* transform: skew(0deg, -4deg); */
    margin-bottom: 50px;
}
.main_bg::before{
    background: url("../images/logo.png?2002") top center no-repeat;
    content: '';
    position: absolute;
    top: -65px;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    /* transform: skew(0deg, 4deg); */
}
.main_bg::after{
    background: url("../images/time_241015.png") top center no-repeat;
    content: '';
    position: absolute;
    bottom: 20%;
    left: 40px;
    right: auto;
    max-width: 736px;
    width: 50%;
    padding-top: 16.032%;
    /* margin: 0 auto; */
    /* transform: skew(0deg, 4deg); */
    background-size: contain;
}
.main_bg_wrap{
    background: url("../images/day_241015.png?240926") center no-repeat #DC0000;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 150px;
    margin: 0 auto;
    transform: skew(0deg, -4deg);
    background-size: contain;
}
.info{
    display: flex;
    justify-content: space-between;
    max-width: 1280px;
    margin: 20px auto;
    align-items: center;
}
.info img{
    display: block;
    width: 95%;
    margin: 0 auto;
}
.info p span{
    background: #fff13a;
}
.textw640{
    display: block;
    width: 74%;
    font-size: 16px;
    font-weight: bold;
    line-height: 200%;
    color: #4C0016;
    margin: 0 10px;
}
.twitter{
    width:26%;
    margin: 0 auto;
}
.youtube{
    width: 100%;
    height: 70px;
    background: #DC0000;
    border-radius: 15px;
    margin-top: 25px;
    text-align: center;
}
.info a{
    font-size: 23px;
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
}
.info a:hover{
    opacity: 0.8;
}
.youtube2{
    width: 80%;
    max-width: 680px;
    /* height: 70px; */
    background: #DC0000;
    border-radius: 15px;
    margin-top: 25px;
    text-align: center;
    margin: 10px auto;
}
.youtube2 a{
    font-size: 23px;
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
}
.ttle_span{
    background: url("../images/lettuce.png") center repeat-x;
    height: 99px;
    transform: skew(0deg, -2deg);
    margin-top: 40px;
}
.ttle_span::before{
    background: #E19127;
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    width: 100%;
    height: 35px;
    margin: 0 auto;
}
.middle{
    max-width: 1280px;
    margin: 0 auto;
}
.middle_ttl{
    background: url("../images/middle_ttle.png") center no-repeat;
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding-top: 23.9843%;
    background-size: contain;
}
.past{
    display: flex;
    justify-content: center;
    width: 95%;
    margin: 0 auto;
}
.past_left{
    width: 50%;
    padding: 1%;
}
.past_left h2{
    font-size: 25px;
    font-weight: bold;
    line-height: 100%;
    color: #4C0016;
}
.past_left h3{
    font-size: 18px;
    font-weight: bold;
    line-height: 200%;
    color: #4C0016;
    text-align: right;
    padding-right: 20px;
}
.past_right {
    display: block;
    width: 50%;
    font-size: 16px;
    font-weight: bold;
    line-height: 200%;
    color: #4C0016;
    margin: 4em 1% 0;
}
.middle_span{
    background: #E1C927;
    width: 95%;
    height: 10px;
    transform: skew(0deg, 2deg);
    margin: 90px auto 1%;
}
.middle_span::before{
    background: url("../images/lettuce_span.png") top center repeat-x;
    content: '';
    position: absolute;
    top: -65px;
    left: 0;
    right: 0;
    width: 100%;
    height: 32px;
    margin: 0 auto;
    transform: skew(0deg, -3deg);
}
.cast{
    display: flex;
    justify-content: center;
    width: 95%;
    margin: 0 auto;
}
.cast_left {
    display: block;
    width: 50%;
    font-size: 16px;
    font-weight: bold;
    line-height: 200%;
    color: #4C0016;
    margin: 4em 1% 0;
}
.cast_left p{
    width: 80%;
    /* display: block; */
    margin: 2% auto 4%;
}
.cast_right{
    width: 50%;
}
.cast_right {
    display: block;
    width: 50%;
    font-size: 16px;
    font-weight: bold;
    line-height: 200%;
    color: #4C0016;

    margin: auto 1% 0;
}
.footer_span{
    background: #E19127;
    width: 95%;
    height: 50px;
    margin: 0 auto;
    border-radius: 30px 30px 0 0;
    position: relative;
}
.link{
    background: #FFF;
    width: 100%;
    height: 140px;
    position: relative;
}
.link::before{
    background: url("../images/footer_white.png") top center repeat-x;
    content: '';
    position: absolute;
    top: -28px;
    left: 0;
    right: 0;
    width: 100%;
    height: 28px;
    margin: 0 auto;
}
.link a{
    max-width: 270px;
    display: block;
    margin: 0 auto;
}
.link a:hover{
    opacity: 0.8;
}
.link img{
    max-width: 270px;
    margin: 0 auto;
    display: block;
    background-size: contain;
    padding-top: 10px;
}
/*グレーアウト　終わり*/
#footer{
	margin:0px !important;
}