@charset "utf-8";

body.term-members{
}

.table-bordered{
	margin: 0 0 0.8em 0;
	padding: 0;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	
}
.table-bordered th {
	padding: 10px;
	width: 20%;
	background: #fafafa;
	border: #ddd 1px solid;
}
.table-bordered th, .table-bordered td {
	padding: 10px;
	border: #ddd 1px solid;
}

.entry-content-btn{
	text-align: center;
}
.entry-content-btn .recruitment{
	margin: 0 auto 100px;
	width: 280px;
	height: 50px;
	line-height: 50px;
	background: #333;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	transition-duration: .5s;
}
.entry-content-btn .recruitment a{
	display: block;
	color: #fff;
	text-decoration: none;
}
.entry-content-btn .recruitment:hover{
	opacity: .8;
}
.entry-content-btn .no-recruitment{
	margin: 0 auto 60px;
	width: 280px;
	height: 50px;
	line-height: 50px;
	color: #f00;
	border: #f00 1px solid;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.members-content-btn{
	margin-top: 50px;
	text-align: center;
}
.members-recruitment{
	margin: 0 auto;
	width: 665px;
}
.members-recruitment-once{
	width: 280px;
}
.members-recruitment-once:first-child{
	float: left;
}
.members-recruitment-once:last-child{
	float: right;
}
.members-recruitment-once a{
	display: block;
	margin-bottom: 15px;
	width: 280px;
	height: 50px;
	color: #fff;
	text-decoration: none;
	line-height: 50px;
	background: #333;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	transition-duration: .5s;
}
.members-recruitment-once a:hover{
	opacity: .8;
}

/* 上映スケジュールタブ切り替え */

.main-movie-tab{
	overflow:hidden;
}
.main-movie-tab li{
	position: relative;
	margin:0 0 23px 0;
	width: 25%;
	height: 30px;
	float:left;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 30px;
	background:rgb(248, 248, 248);
	cursor: pointer;
}
.main-movie-tab li.selected,
.main-movie-tab li:hover{
	color: #fff;
}
.main-movie-tab li.selected:first-child,
.main-movie-tab li:first-child:hover{
	background: #600 !important;
	}
.main-movie-tab li.selected:nth-child(2),
.main-movie-tab li:nth-child(2):hover{
	background: #d5ce59;
}
.main-movie-tab li.selected:nth-child(3),
.main-movie-tab li:nth-child(3):hover{
	background: #ec9f35;
}
.main-movie-tab li.selected:nth-child(4),
.main-movie-tab li:nth-child(4):hover{
	background: #569ed7;
}
.main-movie-tab li.selected:last-child,
.main-movie-tab li:last-child:hover{
	background: #99b225;
}
.main-movie-tab li.selected:after,
.main-movie-tab li:hover:after{
	position: absolute;
	top: 46px;
	left: 0;
	width: 200px;
	height: 23px;
	text-align: center;
	content: "";
}
.main-movie-tab li.selected:first-child:after,
.main-movie-tab li:hover:first-child:after{
}
.main-movie-tab li.selected:nth-child(2):after,
.main-movie-tab li:hover:nth-child(2):after{
}
.main-movie-tab li.selected:nth-child(3):after,
.main-movie-tab li:hover:nth-child(3):after{
}
.main-movie-tab li.selected:nth-child(4):after,
.main-movie-tab li:hover:nth-child(4):after{
}
.main-movie-tab li.selected:last-child:after,
.main-movie-tab li:hover:last-child:after{
}
.main-movie-content li:first-child{
	background:#fbecf1;
}
.main-movie-content li:nth-child(2){
	background:#efecbd;
}
.main-movie-content li:nth-child(3){
	background:#fff7cf;
}
.main-movie-content li:nth-child(4){
	background:#eef5fb;
}
.main-movie-content li:last-child{
	background:#f5f7e9;
}
.hide{
	display:none;
}
.main-movie-content-once{
}



/* 募集ページ */
.term-mypage .sp-header,
.term-members .sp-header,
.members-form .sp-header{
	display: none;
}
.term-members .entry-content-inner{
	margin: 0 auto;
	width: 665px;
}
.term-members p{
	text-align: center;
}
.term-members .entry-content-inner p{
	text-align: left;
}
.term-members input{
	display: block;
	margin: 0 auto 50px;
	padding: 0;
	width: 280px;
	height: 50px;
	color: #fff;
	text-decoration: none;
	line-height: 50px;
	background: #333;
	border: none;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	transition-duration: .5s;
	cursor: pointer;
}
.term-members input:hover{
	opacity: .75;
}


/* 募集フォーム */
form.form-inline .table-bordered{
	margin: 0 0 0.8em 0;
	padding: 0;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border: none;
	
}
form.form-inline .table-bordered th {
	padding: 10px;
	width: 20%;
	font-weight: bold;
	background: none;
	border-left: none;
	border-right: none;
	border-bottom: #ddd 1px solid;
}
form.form-inline .table-bordered th, .table-bordered td {
	padding: 10px;
	background: none;
	border-left: none;
	border-right: none;
	border-bottom: #ddd 1px solid;
}
form.form-inline .form-btn-wrap{
	border: none;
}
.sp-footer{
	display: none;
}
@media screen and (min-width:761px) and ( max-width:1024px)
{
	body{
		min-width: 100% !important;
	}
	#container{
		width: 100% !important;
	}
	#content-inner{
		width: 98% !important;
	}
	#header-inner{
		width: 100% !important;
	}
	.gnav{
		width: 100% !important;
	}
	.gnav-list{
		width: 100% !important;
	}
	.gnav-list li{
		font-size: 1.5vw !important;
	}
	#main{
		width: 100% !important;
	}
	.main-common-title{
		width: 100% !important;
	}
	.main-movie-img{
	}
	.main-movie-body{
		width: 80%;
	}
}
@media screen and ( max-width:760px )
{
	.term-members .sp-header{
		display: block;
	}
	.term-members .pc-header{
		display: none;
	}
	body.term-members{
		padding: 0 !important;
		min-width: 100% !important;
		font-size: 3.5vw !important;
	}
	.term-members #container{
		margin: 0 auto;
		padding: 0 !important;
		width: 100% !important;
		border: none;
	}
	.term-members #content-inner{
		margin: 0 auto;
		padding: 0 !important;
		width: 100% !important;
	}
	.term-members #main{
		width: 100% !important;
		text-align: left;
	}
	.term-members #main article{
		margin: 0 0 20px 0;
	}
	.term-members #main .entry-content{
		padding: 3.5vw 3.5vw 7vw;
	}
	
	.term-members #header{
		position: relative;
		width: 100%;
		height: 15.8vw;
		margin: 0 0 0 0;
		background:none;
	}
	.term-members #header-inner{
		position: relative;
		margin: 0 auto;
		width: 100% !important;
		height: 15.8vw;
		z-index: 1000;
	}
	.term-members .header-logo{
		left: 0;
		height: 15.8vw;
	}
	.term-members .header-mypage,
	.members-form .header-mypage {
		position: absolute;
		top: 0;
		right: 15.8vw;
		width: 15.8vw;
		height: 15.8vw;
	}
	.term-members .header-logo img,
	.term-members .header-mypage img,
	.members-form .header-logo img,
	.members-form .header-mypage img {
		height: 15.8vw;
	}
	.term-members .header-btn{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		text-align: center;
		position: absolute;
		top: 0;
		left: auto;
		right: 0;
		width:  15.8vw;
		height: 15.8vw;
		background: #222;
		z-index: 100;
	}
	.term-members .header-btn i{
		display: block;
		color: #fff;
		font-size: 7vw;
	}
	.term-members .header-btn-quantity{
	position: absolute;
    top: 10px;
    right: 4px;
    width: 1.2rem;
    height: 1.2rem;
    background-color: #444;
    color: #fff;
    line-height: 1.2rem;
    border-radius: 50%;
    font-size: 0.8rem;
	}
	.term-members .header-btn-list-item{
		float: left;
		margin-left: 13px;
	}
	.term-members .header-sns{
		padding: 3.5vw 30vw;
	}
	.term-members .header-sns-list-item{
		float: left;
		width: 30%;
		margin-right: 5%;
		text-align: center;
	}
	.term-members .header-sns-list-item:last-child{
		margin: 0;
	}
	.term-members .header-sns-list-item img{
		width: 100%;
		max-width: none;
	}
		.term-members .main-common-title {
		position: relative;
		padding-left: 0 !important;
		width: 100% !important;
		height: auto !important;
		color: #333 !important;
		font-size: 3.5vw !important;
		font-weight: bold !important;
		line-height: normal !important;
		background: none;
	}
	.term-members .page-title, .h1{
		padding: 1.85rem 0.75rem;
		margin-bottom: 0.8rem;
		text-align: center;
		background-color: rgba(224,224,224,0.5);
		font-size: 1.2rem;
		line-height: 1.2;
	}
	.term-members .entry-content h2, .entry-title{
		position: relative;
		padding: 5px 10px;
		border-bottom: 2px solid #eee;
		font-weight: bold;
	}
	.term-members .entry-content h2{
		margin: 0 -10px 0.8rem;
	}
	.term-members .entry-content h2::after, .entry-title::after, .h2::after{
		content: '';
		display: block;
		position: absolute;
		width: 30%;
		bottom: -2px;
		left: 0;
		border-bottom: 2px solid #404040;
	}
	.term-members .entry-content h3, .h3{
		padding: 0.5rem;
		border-left: 5px solid rgba(185,185,185,0.5);
		background-color: rgba(186,186,186,0.5);
		font-weight: bold;
	}
	.term-members .entry-content h4, .h4{
		padding: 0 0 0 0.5rem;
		font-weight: bold;
		border-left: 3px solid rgba(185,185,185,0.5);
	}
	.term-members .entry-content h5, .h5{
		font-weight: bold;
		border-bottom: 1px dashed rgba(185,185,185,0.5);
	}
	.term-members input{
		display: block;
		margin: 0 auto 10vw;
		padding: 0 17vw;
		width: auto;
		height: 10vw;
		color: #fff;
		text-decoration: none;
		line-height: 10vw;
		background: #333;
		border: none;
		border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		transition-duration: .5s;
		cursor: pointer;
	}
	.members-form .sp-header{
		display: block;
	}
	.members-form .pc-header{
		display: none;
	}
	body.members-form{
		padding: 0 !important;
		min-width: 100% !important;
		font-size: 3.5vw !important;
	}
	.members-form #container{
		margin: 0 auto;
		padding: 0 !important;
		width: 100% !important;
		border: none;
	}
	.members-form #content-inner{
		margin: 0 auto;
		padding: 0 !important;
		width: 100% !important;
	}
	.members-form #main{
		width: 100% !important;
		text-align: left;
	}
	.members-form #main article{
		margin: 0 0 20px 0;
	}
	.members-form #main .entry-content{
		padding: 3.5vw 3.5vw 7vw;
	}
	
	.members-form #header{
		position: relative;
		width: 100%;
		height: 15.8vw;
		margin: 0 0 0 0;
		background:none;
	}
	.members-form #header-inner{
		position: relative;
		margin: 0 auto;
		width: 100% !important;
		height: 15.8vw;
		z-index: 1000;
	}
	.members-form .header-logo{
		left: 0;
		height: 15.8vw;
	}
	.members-form .header-tel{
		position: absolute;
		top: 0;
		left: auto;
		right: 28.1vw;
		width: 12.3vw;
		height: 15.8vw;
		background: #666;
	}
	.members-form .header-mail {
		position: absolute;
		top: 0;
		right: 15.8vw;
		width: 12.3vw;
		height: 15.8vw;
		background: #444;
	}
	.members-form .header-logo img,
	.members-form .header-tel img,
	.members-form .header-mail img {
		height: 15.8vw;
	}
	.members-form .header-btn{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		text-align: center;
		position: absolute;
		top: 0;
		left: auto;
		right: 0;
		width:  15.8vw;
		height: 15.8vw;
		background: #222;
		z-index: 100;
	}
	.members-form .header-btn i{
		display: block;
		color: #fff;
		font-size: 7vw;
	}
	.members-form .header-btn-quantity{
	position: absolute;
    top: 10px;
    right: 4px;
    width: 1.2rem;
    height: 1.2rem;
    background-color: #444;
    color: #fff;
    line-height: 1.2rem;
    border-radius: 50%;
    font-size: 0.8rem;
	}
	.members-form .header-btn-list-item{
		float: left;
		margin-left: 13px;
	}
	.members-form .header-sns{
		padding: 3.5vw 30vw;
	}
	.members-form .header-sns-list-item{
		float: left;
		width: 30%;
		margin-right: 5%;
		text-align: center;
	}
	.members-form .header-sns-list-item:last-child{
		margin: 0;
	}
	.members-form .header-sns-list-item img{
		width: 100%;
		max-width: none;
	}
		.members-form .main-common-title {
		position: relative;
		padding-left: 0 !important;
		width: 100% !important;
		height: auto !important;
		color: #333 !important;
		font-size: 3.5vw !important;
		font-weight: bold !important;
		line-height: normal !important;
		background: none;
	}
	.members-form .page-title, .h1{
		padding: 1.85rem 0.75rem;
		margin-bottom: 0.8rem;
		text-align: center;
		background-color: rgba(224,224,224,0.5);
		font-size: 1.2rem;
		line-height: 1.2;
	}
	.members-form .entry-content h2, .entry-title{
		position: relative;
		padding: 5px 10px;
		border-bottom: 2px solid #eee;
		font-weight: bold;
	}
	.members-form .entry-content h2{
		margin: 0 -10px 0.8rem;
	}
	.members-form .entry-content h2::after, .entry-title::after, .h2::after{
		content: '';
		display: block;
		position: absolute;
		width: 30%;
		bottom: -2px;
		left: 0;
		border-bottom: 2px solid #404040;
	}
	.members-form .entry-content h3, .h3{
		padding: 0.5rem;
		border-left: 5px solid rgba(185,185,185,0.5);
		background-color: rgba(186,186,186,0.5);
		font-weight: bold;
	}
	.members-form .entry-content h4, .h4{
		padding: 0 0 0 0.5rem;
		font-weight: bold;
		border-left: 3px solid rgba(185,185,185,0.5);
	}
	.members-form .entry-content h5, .h5{
		font-weight: bold;
		border-bottom: 1px dashed rgba(185,185,185,0.5);
	}
	.term-members .sp-footer{
		display: block;
	}
	.term-members .pc-footer{
		display: none;
	}
	.term-members #footer{
		padding-bottom: 52px;
		background: #666;
	}
	/* footer-about-area */
	.term-members .footer-about-area{
		padding: 3vw 7vw 0 8.4vw;
	}
	.term-members .footer-about{
		color: #fff;
		text-align: center;
	}
	.term-members .footer-about p{
		padding-bottom: 1em;
	}
	.term-members .footer-about a{
		color: #fff;
		text-decoration: underline;
		font-size: 3vw;
	}
	.term-members .footer-about strong{
		font-size: 4.4vw;
		padding-bottom: 1em;
	}
	
	.term-members .footer-modified{
		color: #fff;
		text-align: center;
	}
	.term-members .footer-copyright{
		position: static;
		height: 10vw;
		color: #fff;
		font-size: 2.8vw;
		text-align: center;
		line-height: 10vw;
	}	
	
	.footer-sns{
		padding: 3.5vw 30vw;
	}
	.footer-sns-list-item{
		float: left;
		width: 30%;
		margin-right: 5%;
		text-align: center;
	}
	.footer-sns-list-item:last-child{
		margin: 0;
	}
	.footer-sns-list-item img{
		width: 100%;
		max-width: none;
	}
	
	
	/* footer-list */
	.term-members .footer-list{
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 52px;
		z-index: 9999;
	}
	.term-members .footer-list li{
		float: left;
		width: 100%;  
		list-style: none;
	}
	.term-members .footer-list li:first-child{
		background: #333;
	}
	.term-members .footer-list li:nth-child(2){
		background: #111;
	}
	.term-members .footer-list li:last-child{
		background: #222;
	}
	.term-members .footer-list li a{
		display: block;
		text-align: center;
	}
	
	.term-members .footer-list li a img{
		display: block;
		height: 52px;
		margin: 0 auto;
	}
	.members-form .sp-footer{
		display: block;
	}
	.members-form .pc-footer{
		display: none;
	}
	.members-form #footer{
		padding-bottom: 52px;
		background: #666;
	}
	/* footer-about-area */
	.members-form .footer-about-area{
		padding: 3vw 7vw 0 8.4vw;
	}
	.members-form .footer-about{
		color: #fff;
		text-align: center;
	}
	.members-form .footer-about p{
		padding-bottom: 1em;
	}
	.members-form .footer-about a{
		color: #fff;
		text-decoration: underline;
		font-size: 3vw;
	}
	.members-form .footer-about strong{
		font-size: 4.4vw;
		padding-bottom: 1em;
	}
	
	.members-form .footer-modified{
		color: #fff;
		text-align: center;
	}
	.members-form .footer-copyright{
		position: static;
		height: 10vw;
		color: #fff;
		font-size: 2.8vw;
		text-align: center;
		line-height: 10vw;
	}
	
	
	/* footer-list */
	.members-form .footer-list{
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 52px;
		z-index: 9999;
	}
	.members-form .footer-list li{
		float: left;
		width: 100%;  
		list-style: none;
	}
	.members-form .footer-list li:first-child{
		background: #333;
	}
	.members-form .footer-list li:nth-child(2){
		background: #111;
	}
	.members-form .footer-list li:last-child{
		background: #222;
	}
	.members-form .footer-list li a{
		display: block;
		text-align: center;
	}
	
	.members-form .footer-list li a img{
		display: block;
		height: 52px;
		margin: 0 auto;
	}
	
	.term-mypage .sp-header{
		display: block;
	}
	.term-mypage .pc-header{
		display: none;
	}
	body.term-mypage{
		padding: 0 !important;
		min-width: 100% !important;
		font-size: 3.5vw !important;
	}
	.term-mypage #container{
		margin: 0 auto;
		padding: 0 !important;
		width: 100% !important;
		border: none;
	}
	.term-mypage #content-inner{
		margin: 0 auto;
		padding: 0 !important;
		width: 100% !important;
	}
	.term-mypage #main{
		padding-bottom: 7vw;
		width: 100% !important;
		text-align: left;
	}
	.term-mypage #main article{
		margin: 0 0 20px 0;
	}
	.term-mypage #main .entry-content{
		padding: 3.5vw 3.5vw 7vw;
	}
	
	.term-mypage #header{
		position: relative;
		width: 100%;
		height: 15.8vw;
		margin: 0 0 0 0;
		background:none;
	}
	.term-mypage #header-inner{
		position: relative;
		margin: 0 auto;
		width: 100% !important;
		height: 15.8vw;
		z-index: 1000;
	}
	.term-mypage .header-logo{
		left: 0;
		height: 15.8vw;
	}
	.term-mypage .header-tel{
		position: absolute;
		top: 0;
		left: auto;
		right: 28.1vw;
		width: 12.3vw;
		height: 15.8vw;
		background: #666;
	}
	.term-mypage .header-mail {
		position: absolute;
		top: 0;
		right: 15.8vw;
		width: 12.3vw;
		height: 15.8vw;
		background: #444;
	}
	.term-mypage .header-logo img,
	.term-mypage .header-tel img,
	.term-mypage .header-mail img {
		height: 15.8vw;
	}
	.term-mypage .header-btn{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		text-align: center;
		position: absolute;
		top: 0;
		left: auto;
		right: 0;
		width:  15.8vw;
		height: 15.8vw;
		background: #222;
		z-index: 100;
	}
	.term-mypage .header-btn i{
		display: block;
		color: #fff;
		font-size: 7vw;
	}
	.term-mypage .header-btn-quantity{
	position: absolute;
    top: 10px;
    right: 4px;
    width: 1.2rem;
    height: 1.2rem;
    background-color: #444;
    color: #fff;
    line-height: 1.2rem;
    border-radius: 50%;
    font-size: 0.8rem;
	}
	.term-mypage .header-btn-list-item{
		float: left;
		margin-left: 13px;
	}
	.term-mypage .header-sns{
		padding: 3.5vw 30vw;
	}
	.term-mypage .header-sns-list-item{
		float: left;
		width: 30%;
		margin-right: 5%;
		text-align: center;
	}
	.term-mypage .header-sns-list-item:last-child{
		margin: 0;
	}
	.term-mypage .header-sns-list-item img{
		width: 100%;
		max-width: none;
	}
	.term-mypage .main-common-title {
		position: relative;
    	padding: 1.85rem 0.75rem !important;
		width: 100% !important;
		height: auto !important;
		color: #fff !important;
		font-size: 1rem !important;
		font-weight: normal !important;
    	background-color: #404040;
		line-height: 1.2 !important;
	}
	.term-mypage .page-title, .h1{
		padding: 1.75rem 0.75rem;
		margin-bottom: 0.8rem;
		text-align: center;
		background-color: rgba(224,224,224,0.5);
		font-size: 1.2rem;
		line-height: 1.2;
	}
	.term-mypage .entry-content h2, .entry-title{
		position: relative;
		padding: 5px 10px;
		border-bottom: 2px solid #eee;
		font-weight: bold;
	}
	.term-mypage .entry-content h2{
		margin: 0 -10px 0.8rem;
	}
	.term-mypage .entry-content h2::after, .entry-title::after, .h2::after{
		content: '';
		display: block;
		position: absolute;
		width: 30%;
		bottom: -2px;
		left: 0;
		border-bottom: 2px solid #404040;
	}
	.term-mypage .entry-content h3, .h3{
		padding: 0.5rem;
		border-left: 5px solid rgba(185,185,185,0.5);
		background-color: rgba(186,186,186,0.5);
		font-weight: bold;
	}
	.term-mypage .entry-content h4, .h4{
		padding: 0 0 0 0.5rem;
		font-weight: bold;
		border-left: 3px solid rgba(185,185,185,0.5);
	}
	.term-mypage .entry-content h5, .h5{
		font-weight: bold;
		border-bottom: 1px dashed rgba(185,185,185,0.5);
	}
	.term-mypage .form-group{
		margin: 0 3.5vw 1rem !important;
	}
	
	.footer-sns{
		padding: 3.5vw 15vw;
	}
	.footer-sns-list-item{
		float: left;
		width: 16.8%;
		margin-right: 4%;
		text-align: center;
	}
	.footer-sns-list-item:last-child{
		margin: 0;
	}
	.footer-sns-list-item img{
		width: 100%;
		max-width: none;
	}
	
	.term-mypage .sp-footer{
		display: block;
	}
	.term-mypage .pc-footer{
		display: none;
	}
	.term-mypage #footer{
		padding-bottom: 52px;
		background: #666;
	}
	/* footer-about-area */
	.term-mypage .footer-about-area{
		padding: 3vw 7vw 0 8.4vw;
	}
	.term-mypage .footer-about{
		color: #fff;
		text-align: center;
	}
	.term-mypage .footer-about p{
		padding-bottom: 1em;
	}
	.term-mypage .footer-about a{
		color: #fff;
		text-decoration: underline;
		font-size: 3vw;
	}
	.term-mypage .footer-about strong{
		font-size: 4.4vw;
		padding-bottom: 1em;
	}
	
	.term-mypage .footer-modified{
		color: #fff;
		text-align: center;
	}
	.term-mypage .footer-copyright{
		position: static;
		height: 10vw;
		color: #fff;
		font-size: 2.8vw;
		text-align: center;
		line-height: 10vw;
	}
	
	
	/* footer-list */
	.term-mypage .footer-list{
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 52px;
		z-index: 9999;
	}
	.term-mypage .footer-list li{
		float: left;
		width: 100%;  
		list-style: none;
	}
	.term-mypage .footer-list li:first-child{
		background: #333;
	}
	.term-mypage .footer-list li:nth-child(2){
		background: #111;
	}
	.term-mypage .footer-list li:last-child{
		background: #222;
	}
	.term-mypage .footer-list li a{
		display: block;
		text-align: center;
	}
	
	.term-mypage .footer-list li a img{
		display: block;
		height: 52px;
		margin: 0 auto;
	}
	.term-mypage .header-mypage {
		position: absolute;
		top: 0;
		right: 15.8vw;
		width: 15.8vw;
		height: 15.8vw;
	}
	.term-mypage .header-logo img,
	.term-mypage .header-mypage img {
		height: 15.8vw;
	}
	.term-mypage .btn{
		font-size: 3.5vw !important;
		padding: .3rem .5rem !important;
	}
	.sp-form-group{
		text-align: center !important;
	}
	.term-mypage .barcode{
		padding-top: 4vw;
	}
}

.main-purchase-btn{
	margin: 20px auto;
	text-align: center;
	width: 195px;
	height: 37px;
	line-height: 37px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}
.main-purchase-btn a{
	color: inherit;
	display: block;
	background: #881c2d;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	opacity: 1;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.main-purchase-btn a:hover{
	text-decoration: none;
	opacity: 0.75;
}














