@charset "UTF-8";

section.page_title {
    padding: 130px 0 80px;
	background-image: url("../img/about/cover_about.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
    text-align: center;
    border-bottom: 1px solid #333;
}

.page_title_inner h2 {
    font-size: 4rem;
    font-family: "Libre Caslon Display", serif;
}

.page_title_inner h2 span {
    display: block;
    margin-top: 20px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 300;
}

.page_title_inner h2 span:before {
    display: block;
    content: "";
    width: 50px;
    height: 1px;
    background: #fff;
    margin: 0 auto 20px;
}

section.contents_wrapper {
    padding: 0;
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
}

.about_main {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding: 100px 0;
    width: 100%;
    max-width: 2000px;
}

.about_main_image {
    width: 37%;
	background-image: url("../img/about/mv.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
    position: relative;
}

.about_outline {
    width: 54%;
    padding: 5% 9% 5% 0;
}

.about_cap h3 {
    font-size: 3rem;
    font-weight: 300;
    margin-bottom: 30px;
}

.about_cap h3 span {
    font-size: 3.4rem;
    font-family: "Libre Caslon Display", serif;
    margin-right: 5px;
}

.about_cap p {
    line-height: 26px;
    font-size: 1.4rem;
    padding: 0 6%;
    font-weight: 300;
    margin-bottom: 50px;
    border-bottom: 1px solid #fff;
    padding-bottom: 80px;
    opacity: 0.75;
}

table.outline_table th {
    border-bottom: 1px solid #555;
    padding: 25px 0;
    width: 20%;
    font-weight: 300;
}

table.outline_table td {
    padding: 25px;
    border-bottom: 1px solid #333;
    font-weight: 300;
    opacity: 0.75;
}

table.outline_table td li {margin-bottom: 10px;}

.about_main_image:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(16,16,16,0.8) 0%, rgba(0,0,0,0) 100%);
}

.request_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.request_title:before {
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    position: absolute;
    display: block;
    content: "";
    width: 70px;
    height: 70px;
    left: 0;
    top: 0;
    transition: all 1s ease-in-out 0s;
}

.request_title:after {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    position: absolute;
    display: block;
    content: "";
    width: 70px;
    height: 70px;
    right: 0;
    bottom: 0;
    transition: all 1s ease-in-out 0s;
}

.request_odd {
    width: 50%;
    position: relative;
    background: #222;
    color: #fff;
    padding: 2%;
}

.request_even {
    width: 50%;
    padding: 2%;
    background: #333;
    color: #fff;
    position: relative;
}

.request_title span {
    font-size: 5rem;
    display: block;
    line-height: 50px;
    font-family: "Libre Caslon Display", serif;
    margin-bottom: 20px;
}

.request_title {
    font-weight: 500;
    font-size: 1.6rem;
    padding: 15% 8%;
    background: rgba(0,0,0,0.6);
    transition: all 1s ease-in-out 0s;
}

.request_odd:before,
.request_even:before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    left: 0;
    backdrop-filter: blur(5px);
    top: 0;
    transition: all 1s ease-in-out 0s;
}

.request_odd:hover .request_title,
.request_even:hover .request_title {
    background: rgba(0,0,0,0.4);
}

.request_odd:hover .request_title:before,
.request_odd:hover .request_title:after,
.request_even:hover .request_title:before,
.request_even:hover .request_title:after {
    width: 100%;
    height: 100%;
}

.request_box {
    z-index: 999;
    position: relative;
}

.rq_1_bg_blur {
	background-image: url("../img/home/req_full.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.rq_1_bg {
	background-image: url("../img/home/req_full.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.rq_2_bg_blur {
	background-image: url("../img/home/req_ensemble.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.rq_2_bg {
	background-image: url("../img/home/req_ensemble.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.rq_3_bg_blur {
	background-image: url("../img/home/req_produce.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.rq_3_bg {
	background-image: url("../img/home/req_produce.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.rq_4_bg_blur {
	background-image: url("../img/home/req_lesson.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.rq_4_bg {
	background-image: url("../img/home/req_lesson.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.request_odd:hover .request_arrow,
.request_even:hover .request_arrow {
    background: rgba(255,255,255,0.25);
	transform: rotate(360deg);
}

.request_arrow {
    position: absolute;
    right: 8%;
    top: 50%;
    width: 70px;
    margin-top: -35px;
    transition: all 0.75s ease-in-out 0s;
	border-radius: 100%;
	overflow: hidden;
	transform: rotate(0deg);
}

section.banner {
    padding-bottom: 100px;
    padding-top: 100px;
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
}

.banner_member {
	background-image: url("../img/footer/banner_member.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.banner_audition {
	background-image: url("../img/footer/banner_audition.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.banner_sponsor {
	background-image: url("../img/footer/banner_sponsor.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.banner_inner {
    max-width: 1100px;
    margin: 0 auto;
}

.banner_small {
    display: flex;
    justify-content: space-between;
}

.banner_small a {
    display: block;
    color: #fff;
    text-align: center;
    width: 49%;
}

.banner_small a h3:before {
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    position: absolute;
    display: block;
    content: "";
    width: 70px;
    height: 70px;
    left: 0;
    top: 0;
    transition: all 1s ease-in-out 0s;
}

.banner_small a h3:after {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    position: absolute;
    display: block;
    content: "";
    width: 70px;
    height: 70px;
    right: 0;
    bottom: 0;
    transition: all 1s ease-in-out 0s;
}

.banner_small a h3:hover:before,
.banner_small a h3:hover:after {
    width: 100%;
    height: 100%;
}

.banner_small a h3 span {
    display: block;
    font-family: "Libre Caslon Display", serif;
    font-size: 3rem;
    margin-bottom: 10px;
}

.banner_small a h3 {
    font-size: 1.5rem;
    font-weight: 300;
    padding: 50px 0;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(16,16,16,0.8) 100%);
	position: relative;
}

.banner_small a h3 span:after {
    display: block;
    content: "";
    width: 50px;
    height: 1px;
    background: #fff;
    margin: 20px auto;
}

.banner_large a {
    display: block;
    text-align: center;
}


.banner_large a h3:before {
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    position: absolute;
    display: block;
    content: "";
    width: 70px;
    height: 70px;
    left: 0;
    top: 0;
    transition: all 1s ease-in-out 0s;
}

.banner_large a h3:after {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    position: absolute;
    display: block;
    content: "";
    width: 70px;
    height: 70px;
    right: 0;
    bottom: 0;
    transition: all 1s ease-in-out 0s;
}

.banner_large a h3:hover:before,
.banner_large a h3:hover:after {
    width: 100%;
    height: 100%;
}

.banner_large {
    margin-top: 2%;
}

.banner_large a h3 {
    display: block;
    font-size: 1.5rem;
    color: #fff;
    padding: 50px 0;
    font-weight: 300;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(16,16,16,0.8) 100%);
	position: relative;
}

.banner_large a h3 span {
    display: block;
    font-size: 3rem;
    font-family: "Libre Caslon Display", serif;
}

.banner_large a h3 span:after {
    display: block;
    width: 50px;
    content: "";
    height: 1px;
    background: #fff;
    margin: 20px auto;
}


/*---------------------------------------------------------------*\
	$480px
\*---------------------------------------------------------------*/
@media screen and (max-width: 480px) {

.page_title_inner h2 {
    font-size: 2.8rem;
}

.page_title_inner h2 span {
    font-size: 1.5rem;
}

section.page_title {
    padding: 100px 0 50px;
}

.about_main {
    display: block;
    padding: 0 5%;
}
	
.about_main_image {
    height: 200px;
    width: 100%;
    margin: 30px 0 0;
}

.about_outline {
    width: 100%;
    padding: 30px 0;
}

.about_cap h3 {
    font-size: 2rem;
    text-align: center;
}

.about_cap h3 span {
    font-size: 2.2rem;
}

.about_cap p {
    font-size: 1.3rem;
    line-height: 24px;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

table.outline_table td {
    font-size: 1.3rem;
    padding: 20px;
}

table.outline_table th {
    font-size: 1.3rem;
    padding: 20px 0;
}

.request_inner {
    display: block;
}

.request_odd {
    width: 100%;
}

.request_even {
    width: 100%;
}

.request_title {
    padding: 8% 5%;
    font-size: 1.4rem;
}

.request_title span {
    font-size: 3.4rem;
    line-height: 34px;
    margin-bottom: 15px;
}

.request_arrow {
    width: 40px;
    margin-top: -20px;
    right: 5%;
}
	
.banner_inner {
    padding: 0 5%;
}

.banner_small {
    display: block;
}

.banner_small a {
    width: 100%;
    margin-bottom: 15px;
}

.banner_small a h3 {
    padding: 30px 0;
    font-size: 1.4rem;
}

.banner_small a h3 span {
    font-size: 2.4rem;
}

.banner_large a h3 {
    padding: 30px 0;
    font-size: 1.4rem;
}

.banner_large a h3 span {
    font-size: 2.4rem;
}

.banner_large a h3 span:after {
    margin: 15px auto;
}

.banner_small a h3 span:after {
    margin: 15px auto;
}

section.banner {
    padding-bottom: 50px;
    padding-top: 50px;
}
}