@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;
    max-width: 1280px;
    margin: 0 auto;
}
#sengo80{
	width: 100%;
	max-width: 850px;
	margin: 0 auto 120px auto;
	padding-top: 30px;
	color: #311501;
}
#sengo80 img{
	width: 100%;
}
#sengo80 .image_main{
	margin:0 0 20px 0;
}

#sengo80 ul.archive {
    width: 100%;
}
#sengo80 .item{
    margin-bottom: 2%;
    background: #fff3e9;
    padding: 3%;
}
#sengo80 p.date {
    color: #bf6d23;
    font-weight: bold;
}

#sengo80 .title {
    line-height: 1.6;
    font-size: 110%;
    padding: 1.5% 0;
    border-bottom: 1px solid #bf6d23;
    margin-bottom: 2%;
    font-weight: bold;
}
#sengo80 p.description {
    width: 70%;
}
#sengo80 .flex_wrap {
    display: flex;
    justify-content: center;
    width: 100%;
}
#sengo80 .thumbnail {
    width: 30%;
    margin-right: 2%;
}
#sengo80 a.link_btn {
    display: block;
    width: 35%;
    background: #bf6d23;
    color: #fff;
    margin: 2% auto 0;
    padding: 1.5%;
    text-align: center;
    border-radius: 10px;
}
#sengo80 .archive .movie{
    margin-top: 15px;
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9;
}
#sengo80 .pc_none{
	display:none;
}