@charset "utf-8";
#hamburger{
    background: #FDF2E4;
    position: relative;
    padding-top: 21%;
    overflow: hidden;
}
#hamburger::before{
    content: '';
    position: absolute;
    top: 0%;
    left: 0;
    right: 0;
    width: 100%;
    height: 1%;
    margin: 0 auto;
    background: #E1C927;
    transform: skew(0deg, -4deg);
}
#hamburger::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 0.9%;
    margin: 0 auto;
    background: #E19127;
    transform:skew(0deg, 1deg);
}
#hamburger .pc{
    display: none;
}
.main_bg{
    background: url("../images/bg_sp2024.jpg") top center no-repeat;
    background-size: cover;
    /* height: 545px; */
    padding-top: 85.156%;
    position: relative;
    /* transform: skew(0deg, -4deg); */
    margin-bottom: 40%;
}
.main_bg::before{
    background: url("../images/logo.png?2002") top center no-repeat;
    content: '';
    position: absolute;
    top: 0%;
    left: 0;
    right: 0;
    width: 100%;
    padding-top: 20.864%;
    margin: 0 auto;
    /* transform: skew(0deg, 4deg); */
    background-size: cover;
}
.main_bg::after{
    background: url("../images/time_sp_241015.png") top center no-repeat;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding-top: 35.156%;
    margin: 0 auto 4%;
    /* transform: skew(0deg, 4deg); */
    background-size: contain;
}
.main_bg_wrap{
    background: url("../images/day_sp_241015.png?240926") center no-repeat #DC0000;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    /* height: 150px; */
    padding-top: 35.156%;
    margin: 0 auto;
    transform: skew(0deg, -4deg);
    background-size: contain;
}
.info{
    /* display: flex; */
    justify-content: center;
    margin: 0 auto;
}
.info p span{
    background: #fff13a;
}
.textw640{
    display: block;
    width: 90%;
    font-size: 4.5vw;
    font-weight: bold;
    line-height: 200%;
    color: #4C0016;
    margin: 0 auto 4%;
}
.info .info_img{
    display: flex;
    justify-content: center;
    margin: 5% auto; 
}
.info img{
    display: block;
    width: 95%;
    margin: 0 auto;
}
/*#twitter-widget-0{
    display: block!important;
    margin: 0 auto!important;
}*/
.twitter{
    width: 95%;
    margin: 10% auto 0;
}
.youtube{
    width: 100%;
    background: #DC0000;
    border-radius: 1em;
    margin-top: 25px;
    text-align: center;
    margin: 6% auto;
    padding: 4%;
}
.info a{
    font-size: 6vw;
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
}
.info a:hover{
    opacity: 0.8;
}
.youtube2{
    width: 90%;
    background: #DC0000;
    border-radius: 1em;
    margin-top: 25px;
    text-align: center;
    margin: 6% auto;
    padding: 4%;
}
.youtube2 a{
    font-size: 5.2vw;
    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_sp.png") center no-repeat;
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding-top: 25%;
    background-size: contain;
}
.past{
    /* display: flex; */
    justify-content: center;
    width: 95%;
    margin: 0 auto;
}
.past img{
    display: block;
    margin: 0 auto;
}
.past_left{
    width: 100%;
    padding: 1%;
}
.past_left h2{
    font-size: 7vw;
    font-weight: bold;
    line-height: 100%;
    color: #4C0016;
}
.past_left h3{
    font-size: 4.5vw;
    font-weight: bold;
    line-height: 200%;
    color: #4C0016;
    text-align: right;
    padding-right: 20px;
}
.past_right {
    display: block;
    width: 90%;
    font-size: 4.5vw;
    font-weight: bold;
    line-height: 200%;
    color: #4C0016;
    margin: 2% auto 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: 100%;
    font-size: 4.5vw;
    font-weight: bold;
    line-height: 200%;
    color: #4C0016;
    margin: 3% 1% 0;
}
.cast_left p{
    width: 90%;
    /* display: block; */
    margin: 2% auto 4%;
}
.cast_left img{
    width: 100%;
    margin: 0 auto;
    display: block;
}
.cast_right{
    width: 50%;
}
.cast_right {
    display: block;
    width: 100%;
    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;
}
/*-------------------------------------------------サイドウィジットへのtwetter埋め込み修正*/

@media screen and (max-width: 768px){
iframe.twitter-timeline-rendered{
width: 700px !important;
margin:  auto !important;
display: block !important;
}
}
.timeline-Widget {
max-width: 300px!important;
width:200px !important; }
/*サイドウィジットへのtwetter埋め込み修正終わり*/
/*グレーアウト　終わり*/
#footer{
	margin:0px !important;
}