@charset "UTF-8";
/* コンテンツ */

#title {
    background-image: url("../img/title_bg.webp");
    color: #fff;
    line-height: 1.4;
}
#title h2 span {
    font-size: 0.6em;
}

.snavi ul li {
    width: auto;
}
.snavi ul li a {
    padding: 0 3em;
}

.mv_box ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.mv_box ul li {
    width: 46%;
    margin-bottom: 5em;
}
.mv_box ul li iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 560 / 315;
  display: block;
  margin-bottom: 1em;
}
.mv_box ul li section {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 0.5em;
}
.mv_box ul li section h5 {
    width: 7em;
    flex-shrink: 0;
    background-color: #353535;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 1.7em;
}
.mv_box ul li section h5 span {
    display: block;
    font-size: 0.92em;
    font-weight: 500;
    line-height: 1;
}
.mv_box ul li section h3 {
    width: calc(100% - 8em);
    flex-shrink: 0;
}
.mv_box ul li section h3 span {
    display: block;
    line-height: 1.5;
    font-size: 1.16em;
    font-weight: 500;
}
.mv_box ul li p {
    line-height: 1.7;
}

#paging-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#paging-wrap p a {
    display: inline-block;
    line-height: 2.5em;
    padding: 0 1.5em;
    border: 1px solid #333;
    color: #333;
    transition: 0.3s all;
}
#paging-wrap p a:hover {
    opacity: 0.6;
}

@media screen and (max-width: 960px) {
.snavi ul li {
    width: 50%;
}
.snavi ul li:first-child {
    width: 100%;
    border-left-width: 0;
    border-right-width: 0;
    border-bottom: 1px solid #999;
}
.snavi ul li:nth-child(2),.snavi ul li:nth-child(3) {
    border-bottom: 1px solid #999;
}
.snavi ul li:nth-child(3),.snavi ul li:last-child {
    border-right-width: 0;
}
.snavi ul li a {
    padding: 0;
}
.snavi ul li a span {
   display: none;
}

.mv_box ul {
    justify-content: space-around;
}
.mv_box ul li {
    width: 80%;
    margin-bottom: 5em;
}
.mv_box ul li iframe {
  margin-bottom: 1em;
}
.mv_box ul li section {
    flex-wrap: wrap;
    margin-bottom: 0.5em;
}
.mv_box ul li section h5 {
    margin-bottom: 0.5em;
}
.mv_box ul li section h3 {
    width: 100%;
}
.mv_box ul li section h3 span {
    line-height: 1.6;
    font-size: 1.16em;
}
.mv_box ul li p {

}


}

@media screen and (max-width: 520px) {
.mv_box ul {

}
.mv_box ul li {
    width: 100%;
    margin-bottom: 5em;
}
}

