@charset "utf-8";
/* CSS Document */

body{
	background-color: #000;
	color: #fff;
}

section{
	padding-top: 100px;
}

.inner{
	width: 1024px;
	margin: 0 auto;
	position: relative;
}

.title{
	width: 100%;
	margin: 50px 0 25px 0;
}
.sub_title{
	font-size: 40px;
	padding-top: 30px;
}

.paragraph{
	color: #C0AE72;
	font-size: 30px;
}

.text{
	font-size: 19.5px;
	line-height: 2.5em;
}

.movie{
	width: 40%;
}

.half_left{
	width: 45%;
	margin-right: 5%;
	float: left;
}
.half_right{
	width: 45%;
	margin-left: 5%;
	float: right;
}

.fv_filter{
	position: absolute;
	z-index: 100;
	width: 100vw;
	height: calc(100vw /1532 * 861);
	/*background-color: rgba(0,0,0,0.3);*/
}

.fv_filter .navi{
	position: absolute;
  top: 50%;
  left: 50%;
	width: 25%;
  transform: translate(-50%, -50%);
}

.fv_filter .movie{
	position: absolute;
  top: 55%;
  left: 50%;
	width: 8%;
  transform: translate(-50%, -50%);
}
.fv_bg img{
  width: 100%;
}
#traning_image_movie{
	background-image: url("img/light_down.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 500px;
}

#traning_image_movie .title{
	width: 576px;
}
#traning_image_movie .half_left{
	margin-left: 5%;
	margin-right: 0;
}
#traning_image_movie .half_right{
	margin-left: 0;
}


#min20{
	background-image: url("img/02_background2.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 830px;
}

#min20 .half_left{
	width: 414px;
	margin-top: 30px;
	margin-right: 20px;
	float: left;
}
#min20 .half_right{
	width: 587px;
	float: right;
	margin-left: 0;
}

#min20 .text{
	line-height: 2em;
}


#effect{
	background-image: url("img/02_background.png"),url("img/02_background.png"),url("img/light_down.png");
	background-repeat: no-repeat;
	background-position:  -50% center,150% center,center bottom;
	background-size: 50%,50%,100%;
	padding-bottom: 100px;
}

#effect .title{
	width: 476px;
}

#effect .pic,
#tvcm .pic{
	margin: 25px auto;
}



#ems{
	background-image: url("img/04_ems.png"),url("img/light_down.png");
	background-repeat: no-repeat;
	background-position: calc(50% + 250px) center,center bottom;
	background-size: 550px ,100%;
	padding-bottom: 600px;
}


#ems .title{
	width: 312px;
}

#ems .half_left{
	width: 552px;
}

#futburn{
	background-image: url("img/light_down.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 250px;
}

#futburn .title{
	width: 580px;
}

#futburn .perTable{
	width: 100%;
	text-align: center;
	font-size: 20px;
}

#futburn .perTable tbody tr th{
	background: #fff;
	color: #000;
	width: 35%;
	height: 70px;
	font-size: 17px;
}

#futburn .perTable tbody tr td{
	background: #4C4948;
	font-size: 17px;
}

#futburn .perTable tbody tr td:last-of-type{
	background: #978A5A;
	font-size: 24px;
}

#futburn .arrow_box{
    width: 100%;
    float: left;
    text-align: center;
    vertical-align: top;
    margin: 0 0 -20px;
	font-size: 20px;
}


#futburn .arrow1,
#futburn .arrow2{
    width: 35%;
    float: left;
    text-align: center;
    vertical-align: top;
    margin: 0 0 -20px;
		margin-right: 35px;
}

#futburn .arrow2{
    float: right;
		font-size: 28px;
}

#futburn .arrow_box .arrow1:before,
#futburn .arrow_box .arrow2:before{
    display: block;
    content: "";
    width: 130px;
    height: 50px;
    background: url(img/arrow1.png) no-repeat;
    margin: 20px auto;
}

#futburn .arrow_box .arrow2:before{
    background: url(img/arrow2.png) no-repeat;

}

#futburn .text{
    width: 100%;
	display: block;
    background: linear-gradient(to bottom, #595959, #232323);
    text-align: center;
    vertical-align: top;
	padding: 25px 0;
    margin: 220px 0 -20px;
	text-shadow: 1px 2px 3px #222;
	line-height: 2em;
	font-size: 22px;
}
/*金を35pxにする*/

#action{
	background-image: url("img/06_background.png"),url("img/06_background2.png"),url("img/light_down.png");
	background-repeat: no-repeat,no-repeat;
	background-position:left bottom,center 33%,center bottom;
	background-size:  20%,50%,100%;
	padding-bottom: 200px;
}

#action .action_list,
#action .result_list{
	display: flex;
}

#action .title{
	width: 352px;
}

#action .text{
	font-size: 25px;
}

#action .text .paragraph{
	font-size: 40px;
}

#action .action_list .item{
	width: 30%;
	height: 170px;
	margin: 25px 0;
	background-color: rgba(0,0,0,0.9);
	border: double 5px #C0AE72;
	position: relative;
}

#action .action_list .item:nth-child(2){
	margin: 25px 5%;
}
#action .action_list .item .text{
	font-size: 18.5px;
	line-height: 1.8em;
	position: absolute;
    top: 50%;
	padding:0 30px;
    transform: translate(0, -50%);
}

_::-webkit-full-page-media, _:future, :root #action .action_list .item .text {
	font-size: 18.5px;
}

#action .action_list .item:nth-child(2) .text{
	line-height: 1.6em;
}

#action .result_list .item{
	height: 150px;
	padding: 25px 0 75px;
	margin: 25px 0;
	text-align: center;
	position: relative;
}

#action .result_list .item:nth-child(1){
	width: 40%;
	font-size: 20px;
	border-radius: 1em;
	background-color: #C7C8C8;
	color:#000;
}

#action .result_list .item:nth-child(2){
	width:15%;
}

#action .result_list .item:nth-child(2) .text{
	line-height: 1.5em;
}

#action .result_list .item:nth-child(3){
	width: 45%;
	font-size: 23px;
	border-radius: 1em;
	background-color: #C0AE72;
	text-shadow: 1px 2px 3px #222;
	padding: 10px 0 90px 0;
}


#continue{
	background-image: url("img/07_image_model.png"),url("img/light_down.png");
	background-repeat: no-repeat;
	background-position:  calc(50% + 350px) 13em,center bottom;
	padding-bottom: 200px;
}

#continue .title{
	width: 708px;
}

#continue .sub_title{
	font-size: 40px;
	line-height: 1.5em;
	padding-top: 25px;
	padding-bottom: 25px;
}


#continue .text{
	line-height: 2em;
	padding-left: 1.5em;
    text-indent: -1.5em;
	margin-bottom: 0.5em;
}

#continue p{
	margin-bottom: 0.8em;
	line-height: 1.8em;
}

#before_after{
	background-image: url("img/08_background.png"),url("img/light_down.png");
	background-repeat: no-repeat;
	background-position:right center,center bottom;
	background-size: 30%,100%;
	padding-bottom: 100px;
}

#before_after .title{
	width: 1013px;
}

#tvcm{
	background-image: url("img/light_down.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 100px;
}
#tvcm .inner{
  width: 650px;
}
#tvcm .cm_list{
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}
#tvcm .cm_list .item{
	width: 48%;
  margin: 0 0 30px;
}

/*#tvcm .cm_list .item:nth-of-type(1),
#tvcm .cm_list .item:nth-of-type(2),
#tvcm .cm_list .item:nth-of-type(4),
#tvcm .cm_list .item:nth-of-type(5){
	margin-right: 3%
}*/
#tvcm .cm_list .item:nth-of-type(2),
#tvcm .cm_list .item:nth-of-type(4){
	margin-left: 4%
}
#tvcm .title{
	width: 500px;
	margin: 0 auto;
}
#tvcm .sub_title{
	font-size: 30px;
	margin: 0 auto;
	text-align: center;
	padding-top: 0;
	padding-bottom: 30px;
}

#tvcm .half_left{
	margin-left: 65px;
	margin-right: 0;
}

#tvcm .half_right{
	margin-left: 0;
}

#tvcm .caption{
	font-size: 24px;
}

#history{
	background-image: url("img/10_background.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	padding: 25px 0 100px;
}

#history .title{
	width: 857px;
}

#history .text{
	font-size: 17.5px;
	line-height:2em;
	padding-left: 1em;
	text-indent: -1em;	
}

.history_img{
	position: absolute;
    width: 180px;
    right: 150px;
    top: 360px;
}

#lineup{
	background-image: url("img/light_up.png"),url("img/light_down.png");
	background-repeat: no-repeat;
	background-size: 75%,120%;
	background-position: center top,center bottom;
	padding-bottom: 100px;
}

#lineup .sub_title{
	padding-top: 0px;
}

#lineup .title{
	width: 479px;
}

.lineup_list{
	display: flex;
	justify-content: center;
	/* align-items: center; */
}
.lineup_list .item{
	width: 33%;
	position: relative;
	background-image: url("img/light.png");
	background-repeat: no-repeat;
	background-position: center 25%;
}


.lineup_list .item .img{
	position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);

}

.lineup_list .item .text{
	font-size: small;
	padding-top: 400px;
}

.lineup_list .item .text .sub_title{
	font-size: 26px;
	margin-bottom: 30px;
	display: block;
	text-align: center;
}

.formArea {
    display: block;
    width: 100%;
    min-height: 500px;
    border: none;
    margin: 0 auto;
}

#form section{
	padding-top: 0px;
}

#form,
#shop {
	background: #EBEBEB;
	color: #333;
	/*padding: 0 0 40px;*/
}

#form{
	padding-top: 50px;
}

.fieldTit{
	padding: 6px 0;
	background-color: #CAB351;
}
.sectionTit {
	font-size: 24px;
	color: #fff;
	text-align: center;
}


#shop .inner{
	width: 960px;
}

#shop .wrap {
	border-bottom: 1px solid #231815;
	color:#fff;
	background-color:#000;
}

#shop .wrap a:link,
#shop .wrap a:visted{
	color:#fff;
	background-color:#000;
}

#shop .mainTit {
	text-align: center;
	background: #CAB351;
	padding: 16px 0;
	margin: 0 0 20px;
}

#shop .container {
	padding: 0 60px 10px;
}

#shop .container:last-of-type {
	padding: 0 60px 10px;
}

#shop .leftContent {
	width: 50%;
	float: left;
}

#shop .rightContent {
	width: 50%;
	float: right;
}

#shop .container .tit {
	margin: 0 0 30px;
}

#shop .container .txt {
	font-family:serif;
	padding: 10px 0 30px;
}

#shop .infoList {
	font-size: 0;
	margin: 0 0 15px;
}

#shop .infoList li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin: 0 3px 0 0;
}

#shop .infoList02 li {
	font-size: 15px;
	line-height: 1.3;
}

#shop .infoList02 li table th {
	vertical-align: top;
}

#shop .container .map {
	margin: 0 0 2px;
}

#shop .container .mapLink {
	margin: 0 0 14px;
}

#shop .container .mapLink a {
	color: #000;
	text-decoration: underline;
}

#shop .container .mapLink a:hover {
	text-decoration: none;
}

#shop .container .address {
	line-height: 1.5;
}

#shop .imgWrap {
	margin: -10px 0 60px;
}

#shop .imgWrap li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

#shop .cf:after,#shop .inner:after, #shop .container:after,#shop  .box:after{
	content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
}

#footer {
    text-align: center;
    padding: 15px 0 12px;
}
