@charset "utf-8";

body {
    margin: 0px;
    padding: 0px;
}
.content::before {
    content: "";
    width: 100%;
    height: 700px;
    background: rgba(255, 237, 58, 0.1);
    display: block;
    z-index: -1;
    transform: skewY(-10deg);
    position: absolute;
    top: calc(50% - 1000px);
    left: 0;
    pointer-events: none;
}
.content::after {
    content: "";
    width: 100%;
    height: 700px;
    background: rgba(41, 163, 218, 0.1);
    display: block;
    z-index: -1;
    transform: skewY(-10deg);
    position: absolute;
    top: calc(50% + 200px);
    left: 0;
    pointer-events: none;
}
.inner_wrap{
    padding: 0 20px;
    margin: 0 auto;
}
#sengo80{
	width: 90%;
	margin: 0 auto 120px auto;
	padding-top: 20px;
	color: #311501;
	font-size: 15px;
}
#sengo80 img{
	width: 100%;
}
#sengo80 .image_main{
	margin: 0 0 3% 0;
}
#sengo80 ul.archive {
    width: 100%;
}
#sengo80 .item{
    margin-bottom: 4%;
    background: #fff3e9;
    padding: 5%;
}
#sengo80 p.date {
    color: #bf6d23;
    font-weight: bold;
    font-size: 90%;
}

#sengo80 .title {
    padding: 3% 0;
    border-bottom: 1px solid #bf6d23;
    font-weight: bold;
}
#sengo80 p.description {
    width: 100%;
}
#sengo80 .flex_wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#sengo80 .thumbnail {
    width: 100%;
    margin: 5% auto;
}
#sengo80 a.link_btn {
    display: block;
    width: 100%;
    background: #bf6d23;
    color: #fff;
    margin: 4% auto 0;
    padding: 4%;
    text-align: center;
    border-radius: 10px;
}
#sengo80 .archive .movie{
    margin-top: 15px;
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9;
}
#sengo80 .sp_none{
	display:none;
}