@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:640px;
	position:relative;
	box-sizing:border-box;
	padding-top:302px;
	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:277px;
		}

	}
@media screen and ( max-width: 720px ) {
	#hasei_main{
	height:420px;
	padding-top:205px;
	
}
	#hasei_main h1{
	font-size:40px;
}	
	#hasei_main h2{
	font-size:12px;
	margin-top:16px;
}
	}
	
	
/* ==========================================================================
	all
========================================================================== */

#wrap{	
	width:1100px;
	margin:115px auto 120px;
	padding:0;
	box-sizing:border-box;
	}
	
/*l_box*/
#l_box{
	width:61.8%;
	max-width:680px;
	float:left;
	}
#l_box .ls_box{
	margin-bottom:125px;
	}
#l_box .ls_box .kiji_day{
	font-size:18px;
	font-weight:400;
	color:#2b2b2b;
	
	}
#l_box .ls_box h1{
	width:100%;
	font-size:18px;
	padding-bottom:30px;
	border-bottom:1px solid #9d100a;
	margin:20px 0 20px;
	letter-spacing:0.1em;
	color:#333;
	}
	
#l_box .ls_box img{
	max-width:600px;
	margin-top:40px;
	}
#l_box .ls_box p{
	font-size:14px;
	line-height:34px;
	margin-top:32px;
	letter-spacing:0.12em;
	color:#2b2b2b;
	}
	
/*btn_area*/
.btn_area{
	width:100%;
	height:50px; 
	position:relative;
	}
.btn_area a{
	display:block;
	position:absolute;
	width:29%;
	max-width:200px;
	height:50px;
	border:1px solid #000;
	box-sizing:border-box;
	text-align:center;
	font-size:16px;
	letter-spacing:0.1em;
	padding-top:16px;
	font-weight:700;
	-webkit-transition: background 0.4s ease,color 0.4s ease;
    -moz-transition: background 0.4s ease,color 0.4s ease;
    -o-transition: background 0.4s ease,color 0.4s ease;
    transition: background 0.4s ease,color 0.4s ease;
	}
.btn_area a:hover{
	border-color:#2b2b2b;
	background-color:#2b2b2b;
	color:#fff;
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;

	}
.btn_area .prev_btn{
	left:0;
	}
.btn_area .prev_btn:before{
	content:"";
	display:block;
	position:absolute;
	top:20px;
	left:20px;
	width:18px;
	height:6px;
	background:url(../image/prev_ar.png) no-repeat;
	background-size:cover;
	transition:all 0.3s ease;
	}
.btn_area .prev_btn:hover:before{
	left:15px;
	background:url(../image/prev_ar_af.png) no-repeat;
	background-size:cover;
	
	}
.btn_area .top_btn{
	left:0;
	right:0;
	margin:auto;
	}
	
.btn_area .next_btn{
	right:0;
	}
.btn_area .next_btn:before{
	content:"";
	display:block;
	position:absolute;
	top:20px;
	right:20px;
	width:18px;
	height:6px;
	background:url(../image/next_ar.png) no-repeat;
	background-size:cover;
	transition:all 0.3s ease;
	}
	
	
	
.btn_area .next_btn:hover:before{
	right:15px;
	background:url(../image/next_ar_af.png) no-repeat;
	background-size:cover;
	
	}
	
	
	
/*r_box*/	
#r_box{
	width:29%;
	max-width:320px;
	float:right;
	}
#r_box h1{
	font-size:30px;
	letter-spacing:0.1em;
	margin-bottom:57px;
	font-weight:400;
	}

#r_box ul li{
	border-bottom:1px solid #cdcdcd;
	}

#r_box ul li:first-child{
	border-top:1px solid #cdcdcd;
	}
#r_box ul li a{
	display:block;
	width:100%;
	padding:20px 0;
	letter-spacing:0.1em;
	}

#r_box ul li a .img_area{
	width:60px;
	height:60px;
	background-size:cover;
	background-position:center center;
	float:left;
	}

#r_box ul li a .text_area{
	float:left;
	
	width :240px;
   width : -webkit-calc(100% - 80px) ;
   width : calc(100% - 80px) ;
   padding-left:20px;
   box-sizing:border-box;
	
	}
#r_box ul li a .text_area span{
	font-size:13px;
	}
#r_box ul li a .text_area p{
	font-size:14px;
	margin-top:10px;
	}
	
.r_btn_area{
	width:100%;
	height:50px;
	position:relative;
	padding-bottom:50px;
	}
.r_btn_area a{
	display:block;
	position:absolute;
	width:100%;
	height:50px;
	border:1px solid #000;
	box-sizing:border-box;
	text-align:center;
	font-size:16px;
	letter-spacing:0.1em;
	padding-top:16px;
	font-weight:700;
	-webkit-transition: background 0.4s ease,color 0.4s ease;
    -moz-transition: background 0.4s ease,color 0.4s ease;
    -o-transition: background 0.4s ease,color 0.4s ease;
    transition: background 0.4s ease,color 0.4s ease;
	}
.r_btn_area a:before {
    content: "";
    display: block;
    width: 18px;
    height: 6px;
    position: absolute;
    top: 18px;
    right: 30px;
    background: url(../../image/link_ar.png) no-repeat;
    background-size: cover;
    transition: all 0.3s ease;
}
.r_btn_area a:hover{
	border-color:#2b2b2b;
	background-color:#2b2b2b;
	color:#fff;
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;

	}

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

	}
@media screen and ( max-width: 720px ) {
#wrap{
	margin:54px auto 60px;
	}
#l_box,
#r_box{
	width:100%;
	max-width:720px;
	float:none;
	}
	
/*l_box*/
#l_box .ls_box{
	margin-bottom:50px;
	}
#l_box .ls_box .kiji_day{
	font-size:15px;
	}
#l_box .ls_box h1{
	width:100%;
	font-size:14px;
	padding-bottom:20px;
	border-bottom:1px solid #9d100a;
	margin:12px 0 15px;
	letter-spacing:0.1em;
	color:#333;
	}
	
#l_box .ls_box img{
	max-width:600px;
	margin-top:20px;
	}
#l_box .ls_box p{
	font-size:11px;
	line-height:24px;
	margin-top:17px;
}


/*btn_area*/
.btn_area{
	height:96px; 
	}
.btn_area a{
	display:block;
	position:absolute;
	width:48%;
	height:40px;
	font-size:14px;
	letter-spacing:0.1em;
	padding-top:12px;
	max-width:720px;
}
.Android .btn_area a,
.iPhone .btn_area a{
	padding-top:13px;
	}
.btn_area .prev_btn{
	top:0;
	left:0;
	}
.btn_area .prev_btn:before{
	content:"";
	display:block;
	position:absolute;
	top:16px;
	left:15px;
	width:12px;
	height:4px;
	}
.btn_area .prev_btn:hover:before{
	left:10px;
	}
.btn_area .top_btn{
	bottom:0;
	left:0;
	right:0;
	width:100%;
	margin:auto;
	}
	
.btn_area .next_btn{
	right:0;
	top:0;
	}
.btn_area .next_btn:before{
	content:"";
	display:block;
	position:absolute;
	top:16px;
	right:15px;
	width:12px;
	height:4px;
	}
	
	
	
.btn_area .next_btn:hover:before{
	right:10px;
	
	}
	
	
	
/*r_box*/	
#r_box{
	width:100%;
	max-width:720px;
	margin-top:60px;
}
#r_box h1{
	font-size:23px;
	text-align:center;
	margin-bottom:25px;
	}


#r_box ul li a{
	display:block;
	width:100%;
	padding:14px 0;
	}

#r_box ul li a .img_area{
	width:40px;
	height:40px;
	}

#r_box ul li a .text_area{
	float:left;	
	width :80%;
   width : -webkit-calc(100% - 52px) ;
   width : calc(100% - 52px) ;
   padding-left:12px;

	}
#r_box ul li a .text_area span{
	font-size:10px;
	}
#r_box ul li a .text_area p{
	font-size:11px;
	margin-top:8px;
	}
	
	
	
	}


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





