@charset "UTF-8";
/* CSS Document */
		
html,
body {
    width: 100%;
}
#wrapper {
    box-sizing: border-box;
    width: 100%;
	max-width: 920px;
	margin: auto;
    padding: 50px 0;
}

.note {
    color: #666;
    font-size: 1.2rem;
}

/*  ------------------------------
#ba_7th_top
 ------------------------------ */

#ba_7th_top .page_title {
	margin: 0 0 30px;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
}
#ba_7th_top .ba_7th_list {
	margin: auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#ba_7th_top .ba_7th_list li {
	width: 280px;
	margin: 10px 10px;
    color: #333;
	font-size: 1.6rem;
	line-height: 1.0;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
#ba_7th_top .ba_7th_list li#ba_7th_01 {
}
#ba_7th_top .ba_7th_list li a {
    display: block;
    color: #333;
}
#ba_7th_top .ba_7th_list li .ba_7th_title {
	position: relative;
	height: 100px;
	border-bottom: 1px #ccc solid;
}

#ba_7th_top .ba_7th_list li .ba_7th_title a {
	position: relative;
	display: flex;
	align-items: center;
	height: 100px;
    padding: 0 20px;
	line-height: 1.5;
    font-weight: bold;
}
#ba_7th_top .ba_7th_list li .ba_7th_title a::before {
	position: absolute;
	content: "\f054";
	display: block;
	font-family: "Font Awesome 5 Free";
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
}
#ba_7th_top .ba_7th_list li .ba_7th_movie a {
	position: relative;
	width: 280px;
	height: 197px;
}
#ba_7th_top .ba_7th_list li .ba_7th_movie a::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: url(../img/icon_play.png);
    display: block;
    width: 50px;
    height: 50px;
    opacity: 0.7;
}
#ba_7th_top .ba_7th_list li .ba_7th_movie img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/*  ------------------------------
footer
 ------------------------------ */

.btn_back a {
    display: block;
    width: 280px;
    margin: 30px auto 0;
    font-size: 1.5rem;
    line-height: 30px;
    border-radius: 15px;
    text-align: center;
	border: 1px solid #ccc;
}

/*  ------------------------------
#movie_page
 ------------------------------ */

.movie_block video {
    display: block;
    width: 100%;
    max-width: 1200px;
    margin: auto;
}
.vertical_movie_block video {
    display: block;
    width: auto;
	height: 100%;
	max-height: 100vh;
    margin: auto;
}

@media screen and (max-width: 820px) {
	
    .method_page #wrapper {
        padding: 40px 20px;
    }
}

