@charset "utf-8";


/* ==========================================================================
	header派生用
========================================================================== */
#header {
	background:rgba(0, 0, 0, 0.3);
}


.login_btn{
	background:rgba(255,255, 255, .8);
	color:#333;
    background-size: 200% 100%; 
    background-image: linear-gradient(to right, transparent 50%, rgba(255, 255, 255, 1) 50%);
    transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .3s ease 0s, background-color .3s ease;
	}
.shop_btn{
	background:rgba(157,16, 10, .8);
    background-size: 200% 100%; 
    background-image: linear-gradient(to right, transparent 50%, rgba(255, 255, 255, 1) 50%);
    transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .3s ease 0s, background-color .3s ease;
	}

.fixed .login_btn{
	
	color:#fff;
}

/* ==========================================================================
	main
========================================================================== */
#hasei_main{
	width:100%;
	height:436px;
	position:relative;
	box-sizing:border-box;
	padding-top:200px;
	background-size:cover;
	background-position:center center;
	text-align:center;
	background-repeat: no-repeat;
	}
#hasei_main h1{
	font-size:72px;
	color:#fff;
	letter-spacing:0.05em;
	}
.member h1{
    -webkit-text-shadow: 0px 2px 6px #949494;
    -moz-text-shadow: 0px 2px 6px #949494;
    text-shadow: 0px 2px 6px #949494;
	}
#hasei_main h2{
	font-size:20px;
	color:#fff;
	letter-spacing:0.15em;
	margin-top:23px;
    -webkit-text-shadow: 0px 2px 6px #949494;
    -moz-text-shadow: 0px 2px 6px #949494;
    text-shadow: 0px 2px 6px #949494;
	}

@media screen and ( max-width: 950px ) {
	#hasei_main{
		padding-top:150px;
		}

	}
@media screen and ( max-width: 720px ) {
	#hasei_main{
	height:310px;
	padding-top:150px;

}
	#hasei_main h1{
	font-size:40px;
}
	#hasei_main h2{
	font-size:12px;
	margin-top:16px;
}
	}
@media screen and ( max-width: 504px ) {
	#hasei_main{
	height:310px;
	line-height:50px;
	padding-top:120px;

	}

	#hasei_main h2{
	margin-top:-8px;
	}
	}
/* ==========================================================================
	cart_order
========================================================================== */


#wrap{
	width:1100px;
	margin:115px auto 120px;
	padding:0;
	box-sizing:border-box;
	}
#wrap > span {
    position: relative;
    top: -150px;
    display: block;
    }
#wrap h1{
	font-size:52px;
	color:#9d100a;
	text-align:center;
	margin:0 auto;
}
	
#wrap .box{
	max-width:1100px;
	}


#wrap .box h1{
	font-size:30px;
	color:#333;
	text-align:center;
	margin:100px 0 auto;
}


#wrap .box h2{
	width:100%;
	font-size:18px;
	padding-top:70px;
	padding-bottom:30px;
	border-bottom:1px solid #9d100a;
	margin:20px 0 20px;
	letter-spacing:0.1em;
	color:#333;
	}
	

#wrap .box p{
	font-size:14px;
	line-height:34px;
	margin-top:32px;
	letter-spacing:0.12em;
	color:#2b2b2b;
	}

#wrap .top_txt{
	font-size:16px;
	line-height:32px;
	margin:75px 0 60px;
	box-sizing:border-box;
	text-align:center;

	}

#form_wrap{
	width:1100px;
	margin:0 auto 120px;
	padding:30px 50px 80px;
	background:#f4f4f4;
	box-sizing:border-box;
	}
.form {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

.form td {
	padding: 30px;
	width:67%;
}

.form th {
	padding-top:45px;
	font-size:15px;
	width:33%;
	font-weight:bold;
}

.form th span{
	display:block;
	font-size:14px;
	color:#9d100a;
	margin-top:22px;
	font-weight:bold;
	}
.form th label {
	font-weight: bold;
}

.form td {
	vertical-align: middle;
	border-bottom: 1px solid #DDD;
}

.form-item {
	width: 90%;
	height: 50px;
	padding: 0 10px;
	border: 1px solid #cdcdcd;
	box-sizing: border-box;
	max-width: 400px;
	font-size:14px;
}

.form-item:focus {
	border-color: rgba(0, 0, 0, 1);
}

textarea.form-item {
	min-height: 180px;
}

.form-item.ms {
	max-width: 600px;
}

.mb {
	margin-bottom: 20px;
}

#address-button {
	width: 130px;
	height: 50px;
	display: inline-block;
	background-color: #2b2b2b;
	font-size: 14px;
	line-height: 50px;
	text-align: center;
	color: rgba(255, 255, 255, 1);
	cursor: pointer;
	transition: all 300ms ease;
	margin-left:30px;
	box-sizing:border-box;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#address-button:hover {
	opacity: .7;
}


.form-list {
	overflow: hidden;
	width:100%;
}

.form-list li{
	position: relative;
	width:100%;

	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
	width:190px;
	margin:0 auto;

}

.form-list label {
	padding-left: 33px;
	position: relative;
	cursor: pointer;
	width:100%;
	font-size:13px;
	font-weight:bold;
	color:#9d100a;
}

.form-list input {
	opacity: 0;
	position: absolute;
	left: 0;
	z-index: 0;
}

.form-list label:before,
.form-list label:after {
	content: "";
	display: block;
	position: absolute;
	box-sizing: border-box;
}

.form-list label:before {
	width: 12px;
	height: 12px;
	border: 1px solid #979797;
	top: 0px;
	left: 0;
	z-index: 0;
	background:#fff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}



.form-list.input-radio{
	text-align:center;
	}

.form-list input:checked + label:before {
	border-color: #9d100a;
}

.form-list.input-radio label:before {
	border-radius: 12px;
}

.form-list input + label:after {
	width: 6px;
	height: 6px;
	top: 3px;
	left:3px;
	background:#9d100a;
	z-index: 0;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	opacity:0;
}

.form-list input:checked + label:after {
	opacity: 1;
}

.form-list.input-radio input + label:after {
	border-radius: 50%;
}
.btm_txt{
	text-align:center;
	margin:37px auto;
	}

.fmft {
	max-width: 1000px;
	margin: 30px auto 40px;
	background:#fff;
	padding:35px 10px 35px;
	text-align:center;
}

.fmft h2{
	font-size:20px;
	color:#9d100a;
	font-weight:bold;
	margin-bottom:27px;
	}


.fmft p{
	font-size:14px;
	line-height:26px;
	font-weight:bold;
	}
.form-submit {
	padding:0;
	position:relative;
	border:0;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	box-sizing:border-box;
	margin:0 auto;
	width:290px;
	height:50px;
	box-sizing:border-box;
	background: rgba(0, 0, 0, 0) url(./static/member/image/save_bg.png) no-repeat scroll center center / cover;
	background-size:cover;
    color: white;
    font-size: 16px;
}


@media screen and ( max-width: 1130px ) {
#wrap{
	width : 95% ;
   width : -webkit-calc(100% - 30px) ;
   width : calc(100% - 30px) ;

	}
#form_wrap{
	width:100%;
}
.form td {
	width:80%;
	padding-right:10px;
}

.form th {
	width:20%;
}

	}
@media screen and ( max-width: 900px ) {

#address-button {
	width: 90px;
	margin-left:10px;
	}
}

@media screen and ( max-width: 800px ) {

	.form th,
	.form td {
		width: 100%;
		display: block;
		padding-left:0;
	}

	.form th {
		padding: 30px 0 20px 0;
}

	.form td {
		padding-top: 0;
	}

	.form-foot li {
		margin: 10px auto;
		text-align: center;
	}

}


@media screen and ( max-width: 720px ) {
.top_txt{
	font-size:12px;
	line-height:24px;
	margin:50px 0 20px;

	}

#form_wrap{
	margin:0 auto 0px;
	padding:0 0 30px;
	background:#fff;
	box-sizing:border-box;
	}

.form-item {
	width: 100%;
	height: 45px;
	padding: 0 10px;
	border: 0;
	background:#f4f4f4;
	box-sizing: border-box;
	max-width: 720px;
	font-size:12px;
}

.form-item:focus {
	border-color: rgba(0, 0, 0, 1);
}

.form-item.ms {
	max-width: 720px;
}
.form th {
	font-size:13px;
		padding: 25px 0 15px 0;
	}
	.form td {
		padding-bottom: 25px;
	}

	.bl{
		width:70%;
		}
#address-button {
	width: 30%;
	margin-left:0;
	height:45px;
	line-height:45px;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	font-size:13px;
	}
.form th span{
	font-size:12px;
	margin-top:10px;
	}
.mb{
	margin-bottom:10px;
	}


.btm_txt{
	text-align:center;
	margin:20px auto 25px;
	font-size:12px;
	line-height:20px;
	}

.fmft {
	max-width: 720px;
	margin: 25px auto 20px;
	background:#f4f4f4;
	padding:20px 10px 15px;
	text-align:center;
}

.fmft h2{
	font-size:14px;
	color:#9d100a;
	font-weight:bold;
	margin-bottom:10px;
	}


.fmft p{
	font-size:12px;
	line-height:24px;
}
.form-submit {
	width:200px;
	height:34px;
	margin-bottom:25px;
}

.form-list label {
	padding-left: 20px;
	}

#wrap{
	margin:54px auto 60px;
	}
#wrap .box{
	width:100%;
	max-width:720px;
	font-size:15px;
	}
#wrap .box h1{
	width:100%;
	font-size:18px;
	margin:100px 0 0;
	letter-spacing:0.1em;
	color:#333;
	}
#wrap .box h2{
	width:100%;
	font-size:14px;
	padding-bottom:20px;
	letter-spacing:0.1em;
	line-height:20px;
	color:#333;
	}
#wrap .box p{
	font-size:11px;
	line-height:24px;
	margin-top:17px;
	}
#wrap h1{
	font-size:38px;
}

}

/*------------------------------------*/





