.page-template-page-bfrlp{
	background-color: #000 !important;
}
br.spbr {
	display: none;
}
@media screen and (max-width: 480px) {
	br.spbr {
		display: block;
	}
}

/*===== Intro =====*/
#intro-section {
	padding: 80px 0;
	background: url(../images/bfr/bk-intro.jpg) no-repeat center center / cover;
}
#intro-section h2 {
	font-size: min(48px, 7vw);
	text-align: center;
	color: #aa48be;
}
#intro-section .wrap {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
    justify-content: space-between;
	padding: 60px 0 0;
}
#intro-section .img {
	width: 37%;
}
#intro-section .text {
	width: 55%;
}
#intro-section .wrap:nth-of-type(2) .img{
	order: 2;
}
#intro-section .wrap:nth-of-type(2) .text{
	order: 1;
}
#intro-section h3 {
	color: #aa48be;
	margin-bottom: 2rem;
}
#intro-section .text p + p {
	margin-top: 1rem;
}
#intro-section .fotter {
	color: #aa48be;
	font-size: min(22px, 5vw);
	font-weight: 700;
	margin-top: 60px;
	text-align: center;
}

/*===== Priceinfo =====*/
#priceinfo-section {
	padding: 80px 0;
	color: #fff;
	background: #aa48be;
}
#priceinfo-section h2 {
	color: #FFE100;
	text-align: center;
}
#priceinfo-section .wrap-price {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#priceinfo-section .wrap-price > div {
	border :1px solid #fff;
	margin-top: 22px;
	padding-bottom: 30px;
	width: 48%;
}
#priceinfo-section h3 {
	background: #fff;
	color: #aa48be;
	font-size: 18px;
	padding: 5px;
	text-align: center;
}
#priceinfo-section .wrap-price > div > div {
	padding: 30px 30px 0;
}
#priceinfo-section .pickup {
	position: relative;
}
#priceinfo-section h4 {
	font-size: 16px;
	font-weight: 700;
	text-align :center;
}
#priceinfo-section .pickup-price {
	border-bottom: 1px solid #fff;
	padding-bottom: 10px;
	text-align: center;
}
#priceinfo-section .pickup-price span {
	color: #FFE100;
}
#priceinfo-section .pickup-price span span {
	font-size: 35px;
	font-weight: 700;
}
#priceinfo-section table {
	border: 1px solid #fff;
	margin: 1rem 0;
	width: 100%;
}
#priceinfo-section table th {
	background: #92499E;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	padding: 10px;
	text-align: center;
	/*width: 50%;*/
}
#priceinfo-section table td {
	font-size: 18px;
	padding: 10px;
	text-align: center;
}
#priceinfo-section table td span {
	color: #FFE100;
}
#priceinfo-section ul {
	list-style: disc;
	padding-left: 20px;
}
#priceinfo-section .wrap-price .member {
	border: 1px solid #FFE100;
}
#priceinfo-section .member h3 {
	background: #FFE100;
}
#priceinfo-section .member .pickup h4,
#priceinfo-section .member .pickup p{
	text-align: left;
	padding-left: 180px;
}
#priceinfo-section .member .osusume {
	position: absolute;
	top: 50%;
	left: 90px;
	margin-top: -12px;
	width: 100px;
	height: 33px;
}

/*===== About BFR =====*/
#about-section{
	padding: 78px 0;
	background-image: url(../images/bfr/bfr-image01.jpg?2024);
}
#about-section .container{
	z-index: 3;
}
#about-section h2{
	position: relative;
	font-size: 48px;
	text-align: center;
	text-shadow: 0 0 5px #f08831;
	color: #fff;
}
#about-sectibfr-page
on h2:before{
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -38px;
	width: 100%;
	height: 76px;
	-webkit-transform: skewX(-20deg);
	-moz-transform: skewX(-20deg);
	-ms-transform: skewX(-20deg);
	transform: skewX(-20deg);
	background: rgba(170,72,190,0.87);
	z-index: 1;
}
#about-section h2:nth-of-type(2){
	margin-top: 88px;
}
#about-section h2 span{
	position: relative;
	z-index: 2;
}
#about-section .text-box{
	margin-top: 22px;
	font-size: 17px;
	text-shadow: 0 0 4px #000;
	color: #fff;
}
#about-section .point-list{
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: stretch;
	align-content: space-between;
	margin-top: 22px;
}
#about-section .point-list li{
	width: 320px;
	padding: 22px 18px;
	border-radius: 16px;
	border: solid 2px #ccc;
	color: #fff;
	background: rgba(0,0,0,0.6);
}
#about-section .point-list li > h3{
	margin-bottom: 12px;
	font-size: 17px;
	text-align: center;
	text-shadow: 0 0 5px #f00;
}
#about-section .cover{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.45);
	background-image: url(../images/bfr/bfr-image-cover.png);
	background-size: 4px auto;
	background-repeat: repeat;
	z-index: 2;
}
/*===== Value =====*/
#value-section{
	padding: 88px 0;
	color: #aa48be;
	background: -webkit-linear-gradient(135deg, #e5e5e5, #e5e5e5, #cfcfcf);
	background: -moz-linear-gradient(135deg, #e5e5e5, #e5e5e5, #cfcfcf);
	background: -ms-linear-gradient(135deg, #e5e5e5, #e5e5e5, #cfcfcf);
	background: linear-gradient(135deg, #e5e5e5, #e5e5e5, #cfcfcf);
}
#value-section article{
	z-index: 2;
}
#value-section .inner-box{
	width: 748px;
	max-width: 100%;
}
#value-section h2{
	position: relative;
	margin-bottom: 12px;
	font-size: 54px;
}
#value-section h2 span{
	padding: 4px 0;
	border-bottom: solid 4px rgba(249,255,30,1.00);
}
#value-section .text-box{
	font-size: 16px;
}
#value-section .text-box p{
	margin-bottom: 11px;
}
#value-section .point{
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: stretch;
	align-content: space-between;
	margin-top: 38px;
}
#value-section .point li{
	display: block;
	width: 160px;
	height: 160px;
	padding: 14px 0;
	border: solid 6px #f4f391;
	border-radius: 50%;
	font-size: 17px;
	text-align: center;
	background: #efeeae;
}
#value-section .point li img{
	display: block;
	width: 80px;
	height: 80px;
	margin: 0 auto;
}
#value-section .image{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 50%;
	height: 100%;
	background-image: url(../images/bfr/bfr-image02.png);
	background-size: auto 100%;
	background-position: center bottom;
	z-index: 1;
	opacity: 0.2;
}
/*===== Movie =====*/
#movie-section{
	background: #000;
}
/*===== Price =====*/
#price-section{
	padding: 80px 0;
	color: #fff;
	background: #aa48be;
}
#price-section article{
	padding-bottom: 40px;
	z-index: 2;
}
#price-section article > h2{
	padding: 18px 0;
	font-size: 34px;
	text-align: center;
}
/*#price-section .separate-box{
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;
}
#price-section .separate-box .left-box,
#price-section .separate-box .right-box{
	width: 520px;
	max-width: 100%;
}
#price-section .separate-box .left-box .price-table,
#price-section .separate-box .right-box .price-table{
	height: 330px;
	padding: 22px;
	border: solid 1px #fff;
}
#price-section .separate-box .right-box .price-table{
	border: solid 2px #F3B72E;
	box-shadow: 0 0 4px #FFA824;
}
#price-section .separate-box .price-table .price-title{
	margin-bottom: 15px;
}
#price-section .separate-box .price-table .price-title > h3{
	float: left;
	font-size: 20px;
}
#price-section .separate-box .price-table .price-title > h3:before{
	content: "■";
	padding-right: 4px;
}
#price-section .separate-box .price-table .price-title > p{
	float: right;
}
#price-section .separate-box .price-table .top,
#price-section .separate-box .price-table .middle{
	margin-bottom: 15px;
}
#price-section .separate-box .price-table .top .trial-lesson{
	padding: 12px 0;
	border: solid 1px #fff;
	font-size: 20px;
	text-align: center;
}
#price-section .separate-box .price-table .middle{
	display: table;
	border-collapse: collapse;
	table-layout: fixed;
	width: 100%;
	border: solid 1px #fff;
	font-size: 18px;
}
#price-section .separate-box .price-table .middle .row{
	display: table-row;
}
#price-section .separate-box .price-table .middle .row .col{
	display: table-cell;
	vertical-align: middle;
	padding: 6px 0;
	text-align: center;
}
#price-section .separate-box .price-table .middle .row .col.purple{
	background: #9640a7;
}
#price-section .separate-box .price-table .middle .row .col h3 .small{
	font-size: 13px;
}
#price-section .separate-box .price-table .bottom ul{
	font-size: 13px;
}
#price-section .separate-box .price-table .bottom ul li{
	margin-bottom: 4px;
}
#price-section .separate-box .price-table .bottom ul li:before{
	content: "・";
}*/
#price-section .enter-button{
	margin-top: 50px;
	text-align: center;
}
#price-section .enter-button > h3{
	position: relative;
	margin-bottom: 24px;
	font-size: 28px;
	color: #fff;
}
#price-section .enter-button > h3:before{
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -360px;
	width: 720px;
	max-width: 100%;
	height: 2px;
	background: #fff;
}
#price-section .enter-button > .tel{
	font-size: 36px;
	font-weight: bold;
}
#price-section .enter-button > .tel:before{
	content: "\f095";
	font-family: FontAwesome;
}
#price-section .enter-button > .tel:link,
#price-section .enter-button > .tel:visited{
	color: #fff;
}
#price-section .enter-button > a.button{
	display: block;
	width: 488px;
	max-width: 100%;
	margin: 24px auto 0 auto;
	padding: 12px 20px;
	border: solid 4px #FFCD3E;
	border-radius: 12px;
	box-shadow: 0 8px 0 #999;
	font-size: 28px;
	font-weight: bold;
	color: #2B2821;
	background: #FFCD3E;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	-ms-transition: 0.3s linear;
	transition: 0.3s linear;
}
#price-section .enter-button > a.button:hover{
	box-shadow: 0 0px 0 #bbb;
	-webkit-transform: translateY(8px);
	-moz-transform: translateY(8px);
	-ms-transform: translateY(8px);
	transform: translateY(8px);
	border: solid 4px #FFCD3E;
	background: #fff;
}
#price-section .image{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 50%;
	height: 100%;
	background-image: url(../images/bfr/bfr-image04.png);
	background-size: 260px auto;
	background-position: center bottom;
	z-index: 1;
}
/*===== Link =====*/
#link-section{
	padding: 32px 0;
	background: #e5e5e5;
}
#link-section .flex-box{
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	align-content: stretch;
}
#link-section img{
	width: 340px;
}
/*===== Footer =====*/
#main-footer{
	padding: 9px 12px;
	color: #fff;
	background: #1b1b1b;
}
#main-footer .container{
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	align-content: stretch;
}
#main-footer .inner-box .company-logo{
	display: inline-block;
	vertical-align: middle;
	width: 250px;
	height:48px;
	background-image: url(../images/title-logo-w.png);
	background-size: 100% auto;
}
#main-footer .inner-box address{
	display: inline-block;
	vertical-align: middle;
	margin-left: 18px;
	font-style: normal;
}
#main-footer .inner-box small{
	vertical-align: middle;
}
#main-footer .inner-box:nth-child(2){
	text-align: right;	
}
@media screen and (max-width: 1080px) {
	.container{
		padding: 0 12px;
	}
	#about-section h2:before{
		left: 1.5%;
		width: 97%;
	}
}
@media screen and (max-width: 480px) {
/*===== Intro =====*/
	#intro-section {
		padding: 50px 0;
	}
	#priceinfo-section .wrap {
		padding: 20px 0;
	}
	#intro-section .img {
		margin-bottom: 2rem;
		width: 100%;
	}
	#intro-section .text {
		width: 100%;
	}
	#intro-section .wrap:nth-of-type(2) .img{
		order: 1;
	}
	#intro-section .wrap:nth-of-type(2) .text{
		order: 2;
	}
	#intro-section h3 {
		font-size: 4.5vw;
		margin-bottom: 2rem;
	}
	#intro-section .fotter {
		text-align: left;
	}
/*===== Priceinfo =====*/
	#priceinfo-section {
		padding: 50px 0;
	}
	#priceinfo-section h2 {
		font-size: 7vw;
	}
	#priceinfo-section .wrap-price > div {
		width: 100%;
	}
	#priceinfo-section .wrap-price > div > div {
		padding: 10px 10px 0;
	}
	#priceinfo-section table th {
		font-size: 18px;
		padding: 5px;
	}
	#priceinfo-section table td {
		font-size: 18px;
		padding: 5px;
	}
	#priceinfo-section .member .pickup h4,
	#priceinfo-section .member .pickup p{
		padding-left: 90px;
	}
	#priceinfo-section .member .osusume {
		left: 10px;
		margin-top: -12px;
		width: 80px;
	}
/*===== About =====*/
	#about-section{
		background-image: url(../images/bfr/bfr-image01-sp.jpg);
		padding: 38px 0;
	}
	#about-section h2{
		font-size: 28px;
	}
	#about-section h2::before{
		width: 94%;
		margin-left: 3%;
	}
	#about-section h2:nth-of-type(2){
		margin-top: 38px;
	}
	#about-section .text-box,
	#value-section .text-box{
		font-size: 14px;
	}
	#about-section .point-list li{
		margin-top: 15px;
	}
/*===== Value =====*/
	#value-section{
		padding: 40px 0;
	}
	#value-section h2{
		font-size: 28px;
		text-align: center;
	}
	#value-section .image{
		width: 100%;
	}
	#value-section .point li{
		display: block;
		width: 128px;
		height: 128px;
	}
	#value-section .point li:nth-of-type(3),
	#value-section .point li:nth-of-type(4){
		margin-top: 16px;
	}
	#value-section .point li img{
		width: 50px;
		height: 50px;
	}
/*===== Price =====*/
	#price-section,
	#information-section{
		padding: 40px 0;
	}
	#price-section article{
		padding-bottom: 22px;
	}
	/*#price-section .separate-box .left-box .price-table,
	#price-section .separate-box .right-box .price-table{
		height: auto;
		margin-bottom: 19px;
		padding: 12px;
	}
	#price-section .separate-box .price-table .left-box{
		margin-bottom: 32px;
	}*/
	#price-section .enter-button{
		margin-top: 23px;
	}
	#price-section .enter-button > h3{
		font-size: 19px;
	}
	#price-section .enter-button > h3:before{
		left: 0;
		margin-left: 0;
	}
	#price-section .enter-button > a.button{
		width: 100%;
	}
	#price-section .image{
		opacity: 0.5;
	}
/*===== Link =====*/
	#link-section{
		padding: 20px 12px 26px 12px;
	}
	#link-section img{
		width: 100%;
	}
/*===== Footer =====*/
	#main-footer{
		min-width: 100%;
		padding: 11px 0;
	}
	#main-footer .container,
	#main-footer .container .inner-box,
	#main-footer .inner-box .company-logo{
		display: block;
	}
	#main-footer .container{
		margin-bottom: 70px;
	}
	#main-footer .inner-box{
		width: 100%;
	}
	#main-footer .inner-box .company-logo{
		margin: 0 auto;	
	}
	#main-footer .inner-box address{
		width: 100%;
		margin-left: 0;
		text-align: center;
	}
	#main-footer .inner-box:nth-child(2){
		margin-top: 18px;
		text-align: center;
	}
}