@charset "utf-8";


#buyMain {
	position: relative;
	height: 200px;
}

#buyMain .fvh1 {
	position: absolute;
	bottom: 0;
	left: 0;
}

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

#sZis1 {
	width: 95%;
	margin: 0 auto;
	text-align: center;
}

#sZis1 h2 {
	display: inline-block;
	padding: 20px;
	margin-bottom: 20px;
	position: relative;
	border-bottom: 1px solid #da2805;
	text-align: center;
	font-size: 200%;
	font-weight: bold;
	color: #da2805;
	line-height: 1.2;
}

#sZis1 p {
	margin-bottom: 20px;
	font-size: 100%;
	color: #333333;
	line-height: 1.4;
	text-align: left;
}

#sZis1 dl {
	display: block;
	margin-bottom: 30px;
	text-align: left;
}

#sZis1 dt {
	width: 100%;
	display: block;
	clear: both;
	margin-bottom: 15px;
	font-size: 1.231rem;
	font-weight: bold;
	color: #333333;
}

#sZis1 dd {
	display: inline-block;
	padding: 2% 4%;
	margin: 0 0 2% 0;
	border: 1px solid #da2805;
}

#sZis1 dd span {
	display: inline-block;
	font-size: 120%;
	color: #da2805;
}


/* #sZis2 */


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

#sZis2 {
	width: 95%;
	margin: 0 auto 10%;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

#buyPoint {
	padding-bottom: 50px;
	text-align: center;
}

#buyPoint h2 {
	display: inline-block;
	position: relative;
	padding: 13% 5% 5%;
	margin-bottom: 5%;
	font-family: "ttlFont";
	font-size: 200%;
	color: #da2805;
	border-bottom: 1px solid #da2805;
	background: url(../img/pc_s_zisseki_img2.png) top center no-repeat;
	background-size: 15%;
}

#buyPoint p {
	margin-bottom: 20px;
	font-size: 1.077rem;
	color: #333333;
	line-height: 1.4;
	text-align: center;
	font-weight: bold;
}

#buyPointTxt {
	text-align: left;
}


/* slider */


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

#sZisseki2L {
	width: 100%;
	margin-bottom: 5%;
}

#sZis2 button.slick-prev,
#sZis2 button.slick-next {
	width: 34px;
	height: 44px;
	position: absolute;
	top: 35%;
	z-index: 5;
	margin: 17px 0 0 0;
	border: none;
	background-color: transparent;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: cover;
	text-indent: -9999px;
	cursor: pointer;
}

#sZis2 button.slick-prev {
	left: -1%;
	background-image: url(../img/sp_slider1_pre.jpg);
}

#sZis2 button.slick-next {
	right: -1%;
	background-image: url(../img/sp_slider1_next.jpg);
}


/* #sZis3 */


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

#sZis3 {
	width: 95%;
	margin: 0 auto;
	text-align: center;
}

#sZis3 h2 {
	display: inline-block;
	position: relative;
	padding: 0 3% 5%;
	margin-bottom: 10%;
	font-size: 156%;
	font-weight: bold;
	color: #da2805;
	line-height: 1;
	border-bottom: 1px solid #da2805;
}

#sZis3 h2:after {
	/*width: 100%;
	height: 1px;
	display: block;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #da2805;*/
}

#sZissekiBtn1 {
	/*width: 258px;*/
	display: block;
	float: right;
	margin-bottom: 5px;
}

#sZissekiBtn1 a {
	width: 100%;
	display: inline-block;
	position: relative;
	background-color: transparent;
	border: 1px solid #da2805;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#sZissekiBtn1 a:before,
#sZissekiBtn1 a:after {
	width: 100%;
	height: 0;
	content: "";
	display: block;
	position: absolute;
	left: 0;
	z-index: 2;
	background-color: #da2805;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

#sZissekiBtn1 a:before {
	top: 0;
}

#sZissekiBtn1 a:after {
	bottom: 0;
}

#sZissekiBtn1 p {
	position: relative;
	z-index: 5;
	margin-bottom: 0;
	background-image: url(../img/pc_top_icon28.png);
	background-position: 94.5% center;
	background-repeat: no-repeat;
}

#sZissekiBtn1 span {
	/*width: 258px;*/
	height: 38px;
	display: table-cell;
	position: relative;
	z-index: 5;
	vertical-align: middle;
	font-size: 167%;
	color: #da2805;
	text-align: center;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}


/* slider */

#sZisSlider1 {
	margin: 0 0 50px;
}

.sliderItem {
	position: relative;
	padding: 0;
	margin: 0 10px;
	border: 1px solid #CCC;
}

.slideP {
	overflow: hidden;
	position: relative;
	text-align: center;
	border-right: 1px solid #CCC;
}

.slideP img {
}

.slideCont {
	padding: 10px;
}

.slideDate {
	/*height: 215px;*/
	margin-bottom: 10px;
	font-size: 86%;
	text-align: left;
}

.slideText {
	font-size: 1.077rem;
	text-align: left;
}

.catBot {
	display: block;
	padding: 3% 3% 3% 0;
	clear: both;
	background-color: #da2805;
	text-align: right;
	font-size: 1.077rem;
	color: #FFFFFF;
}

#sZisSlider1 button.slick-prev,
#sZisSlider1 button.slick-next {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 50%;
	z-index: 5;
	border: none;
	background-color: transparent;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: contain;
	text-indent: -9999px;
	cursor: pointer;
}

#sZisSlider1 button.slick-prev {
	left: 0;
	background-image: url(../img/pc_s_zisseki_img4.jpg);
}

#sZisSlider1 button.slick-next {
	right: 0;
	background-image: url(../img/pc_s_zisseki_img5.jpg);
}

.slick-list {
	margin: 0 -20px;
}

