/*CSS　reset
********************************************/
* {font-family:'Lucida Grande', Meiryo, sans-serif,myfont; }
* {margin:0;padding:0;border: 0 none;position: relative;box-sizing: border-box;}
*,*:before,*:after {box-sizing: border-box;}
li { list-style:none; }
table{border-collapse:collapse;border-spacing:0;}
a:link, a:visited, a:hover {text-decoration:none; color:none;}
img {margin: 0 0 -4px 0; padding:0;}
.pconly{display: block;}/*レスポンシブ用*/
.sponly{display: none;}/*レスポンシブ用*/

body {
	min-height: 100%;
}

/*ページヘッダ*/
#kx-top_menu{
	width:100%;
	height:40px;
	background:#fff;
	position: relative;
	top:0;
	border-bottom:1px #c0c0c0 solid;
	z-index:10;
}

/*menu for PC*/
#kx-main,.kx-mid{
	position: relative;
	width:100%;
	max-width: 1024px;
	margin:auto;
	margin-top: 40px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.kx-pc_menus {
	position: relative;
	width:100%;
	margin:auto;
	margin-top:5px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.kx-pc_menus li{
	/* flex: 3; */
	position: relative;
	text-align: center;
	line-height: 30px;
	white-space: nowrap;
    width: 100px;
	/* border-left:1px solid #aaa; */
	font-size: 0.7rem;
	margin:0px 0.2vw 0px 0px ;
	display: block;
}

.kx-pc_menus li.kx-username {
	/* position: absolute; */
	/* text-align: right; */
	/* top: 14px; */
	/* right: 64px; */
	/* width: 124px; */
	text-align: right;
	width: auto;
	color: #ff0000;
	font-size: 1rem;
}

.kx-pc_menus li img{
	margin: 0 2px -4px auto;
	height: auto;
	max-width: 21px;
	max-height: 21px;
}
.kx-li_blank{
	flex:4;
}
.kx-li_bt{
	width:140px;
}
.kx-logo{
	position: absolute;
	top:0;
	left:0;
	border-left:none;
	font-size:24px;
	font-weight: bold;
	line-height: 2px;
	padding-left:20px;
}

.kx-logo img {
	height: 30px;
}

.kx-tags {
    width: 100%;
	position: absolute;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	top: 40px;
    justify-content: flex-end;
}

.kx-tags li {
    position: relative;
    display: block;
}

.kx-tags img {
    height: auto;
    max-width: 124px;
    display: block;
}

/*メインセクションパーツ*/
.kx-left_box{
	width:70%;
	max-width:700px;
	/* //border:1px #000 solid; */
	padding:10px;
}
.kx-right_box{
	width:30%;
	max-width:324px;
	height:100%;
	/* //border:1px #000 solid; */
	padding:10px;
}
.kx-sect_inner{
	background:#fff;
	border-radius: 8px;
	padding:10px;
	margin-bottom:16px;
}
.kx-midflex{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

/*旗型見出し*/
.kx-flag {
	margin:4px 0 12px 0;
	background:#f00;
	height: 0;
    border: 20px solid rgba(0, 0, 0, 0);
    border-right: 22px solid #fff;
	line-height: 0px;
	width:50%;
	min-width:260px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.kx-flag span{
	color:#fff;
	font-size:1.1em;
}
.kx-flag h3{
	color:#fff;
	font-size:0.8em;
	margin-left:16px;
	font-weight: 100;
}

.kx-up {
	width:100%;
	max-width:1024px;
	line-height: 48px;
	background:#f00;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding:10px 14px 0 14px;
	color:#fff;
	margin:0 auto;
}
.kx-up span{
	color:#fff;
	font-size:1.6em;
}
.kx-up h3{
	color:#fff;
	font-size:1em;
	margin-left:16px;
	font-weight: 100;
}

.kx-headword{/*小見出し*/
	width:100%;
	font-size:1.5em;
	text-align: center;
	margin:16px 0;
}


.kx-pict_box{/*写真+黒背景Caption*/
	width:100%;
	border:1px #000 solid;
	background:#555;
}
.kx-pict_box h2{
	color:#fff;
	text-align: center;
	line-height: 26px;
	font-size: 0.8em;
	font-weight: 100;
}

.kx-pict_box2{/*写真+白背景Caption*/
	width:50%;
	padding: 1%;
}
.kx-pict_box2 h2{
	color:#555;
	text-align: center;
	line-height: 26px;
	font-size: 0.8em;
	font-weight: 100;

}
.kx-pict_box img,.kx-pict_box2 img{
	width:100%;
}

/*footer*/
#kx-footer{
	margin: auto auto 0 auto;
	border-top:1px solid #555;
	padding:10px 0;
	position: relative;
	width: 100%;
	background:#fff;
}
.kx-footer_menu{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin:10px auto;
	width: 100%;
	/* max-width:1024px; */
	background: #cb555d;
}
.kx-footer_menu li{
	flex:1;
	text-align: center;
	font-size:15px;
	line-height: 44px;
	vertical-align: middle;
}
.kx-footer_menu li a {
	position: relative;
	margin: auto;
	color: #fff;
}
.kx-copyrights{
	padding:24xp 0 0 0;
	width:100%;
	text-align: center;
	font-size:1.2vw;
	line-height: 36px;
}

.no-bg {
	background: #ffffff;
}

.kx-footer_logo {
	display: inline-block;
	margin: auto;
	width: 8vw;
}

/*ボタン類*/
.kx-btn_a{
	width:100%;
	text-align: center;
	line-height: 60px;
	background:#ccc;
	border-radius: 8px;
	margin:0px auto 24px auto;
}
.kx-btn_a:after {
	display: block;
	content: '>>';
	position: absolute;
	top: 0%;
	right: 10px;
	width: 20px;
	height: 40px;
	line-height: 60px;
	font-weight: bold;
	pointer-events: none;
}
.kx-btn_b{
	width:50%;
	text-align: center;
	line-height: 66px;
	background:#cb5554;
	border-radius: 8px;
	margin: 24px auto;
	color:#fff;
	font-size: 1.2em;
	font-weight: bold;
}
.kx-btn_c{
	padding: 0 20px;
	width:100%;
	text-align: center;
	line-height: 36px;
	background:#cb5554;
	border-radius: 8px;
	margin:5px 0;
	color:#fff;
	font-size: 0.9em;
	font-weight: bold;
}

/*スライダー*/
.slider{
	margin:16px 0;
}

.b_red {
	background: #ff0000;
}

.b_ol {
	background: #cb5554;
}

.slick-prev:before,
.slick-next:before {/*左右の矢印の色を変える*/
    color: #000;
	font-weight: bold;
}

.slick-next {/*左右の矢印の位置を変える*/
    right: 0px;
    z-index: 8;
}
.slick-prev {
     left: 0px;
    z-index: 9;
}

.slick-dots li.slick-active button:before {
	color: #000;
}
.slick-dots li button:before {/*スライド数のドットの色を変える*/
    color: #000;

}

.slider img {/*スライド画像の横幅可変*/
    width:100%;
}

/*detileparts*/
#kx-detail_main{
	position: relative;
	width:100%;
	max-width: 1024px;
	margin:auto;
	margin-top:50px;
	border-radius: 8px;
	padding:16px;
	margin-bottom:16px;
}
#kx-detail_lineup{
	position: relative;
	width:100%;
	max-width: 1024px;
	margin:0 auto;
	border-radius: 8px;
	padding:16px;
	margin-bottom:16px;
}
.kx-toppict img{width:100%;}
.kx-datalist{
	position: relative;
	width:100%;
	max-width: 800px;
	margin:auto;
	margin-top:10px;
	border: 2px solid #ccc;
	border-radius: 8px;
	padding:10px 20px;
}
.kx-datalist li{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.kx-datalist_title{
	flex:2;
}
.kx-datalist_text{
	flex:5;
}

.kx-select{
	position: relative;
	width:100%;
	max-width: 800px;
	margin:20px auto;
	margin-top:10px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.kx-select label{
	font-size: 26px;
	line-height: 60px;
	float:left;
}

.select-box02 {
	flex:1.5;
	padding:0 10px;
}
.select-box02 select {
	flex:1.5;
	margin:10px;
	position: relative;
	width: 60%;
	padding: 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #999;
	background: #eee;
	background: -webkit-linear-gradient(top, #fff 0%,#efebe1 100%);
	background: linear-gradient(to bottom, #fff 0%,#efebe1 100%);
}

.select-box02 vel {
	position: relative;
}

.select-box02 vel:after {
	display: block;
	content: '▼';
	position: absolute;
	top: 50%;
	right: 20px;
	width: 20px;
	height: 20px;
	margin-top: -12px;

	pointer-events: none;
}

.kx-form_main{
	position: relative;
	width:100%;
	max-width: 1024px;
	margin:auto;
	margin-top:10px;
}
.form-section {
	width:70%;
	margin:0px 15% 20px 15%;
	border-left:2px solid #ccc;
	border-right:2px solid #ccc;
	border-bottom:2px solid #ccc;
	border-bottom-left-radius: 18px;
	border-bottom-right-radius: 18px;
	background:rgba(255,255,255,1);
	overflow:hidden;
	padding:30px;

}
.kx-form-title{
	width:70%;
	line-height: 46px;
	background:#fff;
	padding-left:20px;
	color: #000;
	font-weight: 400;
	font-size: 1.4em;
	margin:0px 15% ;
	margin-bottom:0px;
	border-left:#cb5554 solid 12px;
	border-bottom:#cb5554 solid 1px;
	border-top:#ccc solid 2px;
	border-right:#ccc solid 2px;
	border-top-left-radius: 18px;
	border-top-right-radius:18px;
}

@media screen and (max-width: 1024px) {
	.kx-pc_menus li{
		flex: 3;
	}
}


/*レスポンシブSp用*/
@media screen and (max-width: 767px) {
	.pconly{display: none;}/*レスポンシブ表示*/
	.sponly{display: block;}/*レスポンシブ表示*/

	#kx-top_menu{
		height: 50px;
		position: fixed;
	}

	body {
		padding-top: 50px;
	}

	#kx-main,#kx-footer{
		width:100%;
		min-width: 320px;
		display: block;
	}
	.kx-logo img {
		height: 40px;
	}
	.kx-left_box,.kx-right_box{
		width:100%;
		max-width:100%;
		min-width: 320px;
		padding:0 0;
	}

	.kx-btn_a{
		width:90%;
		margin:0px 5% 16px 5%;
	}
	.kx-btn_b{
		width: 80%;
		line-height: 44px;
	}
	.kx-up{
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: column; /* Safari */
		flex-direction:         column;
		line-height: 20px;
	}
	.kx-up span{
		font-size: 1em;
	}
	.kx-up h3{
		font-size: 0.7em;
		margin-left:0px;
	}
	.kx-datalist{
		padding:0px;
	}
	#kx-detail_lineup{
		width:100%;
		padding:0px;
		border-radius: 0px;
	}

	#kx-detail_main{
		margin-top: 88px;
		padding: 1px;
		border-radius: 0;
	}

	.kx-footer_menu {
		padding: 8px;
	}

	.kx-footer_menu li{
		/* width:100%; */
		text-align: center;
		font-size:10px;
		line-height: 20px;
	}
	.kx-copyrights{
		padding:16xp 0 0 0;
		width:100%;
		text-align: center;
		font-size:2vw;
		line-height: 18px;
	}
	.kx-midflex{
		display: flex;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: column; /* Safari */
		flex-direction:         column;
	}
	.kx-pict_box2{/*写真+白背景Caption*/
		width:100%;
	}

	.kx-sect_inner {
		padding:5px;
		padding-bottom: 10px;
		border-radius: 0px;
	}

	/*menu for SP*/
	#menu_btns{
		position: fixed;
		z-index: 100;
		top: 8px;
		right: 0px;
		width:64px;
		height:40px;
	}
	.kx-sp_menus{
		border-radius: 10px;
		/* background:#fff; */
	}
	.kx-sp_menus li{
		text-align: left;
		line-height: 40px;
		border-bottom:1px solid #aaa;
		width:100%;
		font-size: 1em;
		padding:10px;
		color: #ffffff;
	}
	.kx-sp_menus li img{
		float:left;
		margin:6px 10px;
		max-width: 30px;
	}
	.kx-username {
		position: absolute;
		text-align: right;
		top: 14px;
		right: 64px;
		color: #ff0000;
		font-size: 14px;
	}
	#c3,#c4,#c5{
		width:32px;
		height:4px;
		background: #cb5554;
		z-index:2001;
		border-radius:2px;
		margin:5px 0 0 24px;
		}
	#c4,#c5{
		margin:6px 0 0 24px;
		}

	#c6{
		position: fixed;
		z-index: 99;
			width:100%;
			height:1000px;
			background:rgba(0,0,0,0.9);
			padding:60px 0px 0 0px;
		}
	.move_on3{
		-webkit-transition: all 0.2s ease-in-out;
		-webkit-transform: translate(0px, 10px) scale(1) rotate(45deg);
		transition: all 0.2s ease-in-out;
		transform: translate(0px, 10px) scale(1) rotate(45deg);
		opacity:1;
	}
	.move_off3{
		-webkit-transition: all 0.2s ease-in-out;
		-webkit-transform: translate(0px, 0px) scale(1) ;
		transition: all 0.2s ease-in-out;
		transform: translate(0px, 0px) scale(1) ;
		opacity:1;
	}
	.move_on4{
		-webkit-transition: all 0.2s ease-in-out;
		-webkit-transform: translate(0px, 10px) scale(1) rotate(45deg);
		transition: all 0.2s ease-in-out;
		transform: translate(0px, 10px) scale(1) rotate(45deg);
		opacity:0;
	}
	.move_off4{
		-webkit-transition: all 0.2s ease-in-out;
		-webkit-transform: translate(0px, 0px) scale(1) ;
		transition: all 0.2s ease-in-out;
		transform: translate(0px, 0px) scale(1) ;
		opacity:1;
	}
	.move_on5{
		-webkit-transition: all 0.2s ease-in-out;
		-webkit-transform: translate(0px, -11px) scale(1) rotate(-45deg);
		transition: all 0.2s ease-in-out;
		transform: translate(0px, -11px) scale(1) rotate(-45deg);
		opacity:1;
	}
	.move_off5{
		-webkit-transition: all 0.2s ease-in-out;
		-webkit-transform: translate(0px, 0px) scale(1) ;
		transition: all 0.2s ease-in-out;
		transform: translate(0px, 0px) scale(1) ;
		opacity:1;
	}
	.move_on6{
		-webkit-transition: all 0.2s ease-in-out;
		-webkit-transform: translate(0%, 0%) ;
		transition: all 0.2s ease-in-out;
		transform: translate(0%, 0%) ;
		opacity:1;
	}
	.move_off6{
		-webkit-transition: all 0.2s ease-in-out;
		-webkit-transform: translate(100%, 0%);
		transition: all 0.2s ease-in-out;
		transform: translate(100%, 0%);
		opacity:1;
	}

	/*slide sp**************/
	.kx-slidebox{
		width:120px;
		height:133px;
	}
	.slider img {/*スライド画像の横幅可変*/
		width:100%;
	}

	/*detail*/
	.kx-datalist{
		padding:10px 10px;
	}

	.kx-datalist li{
		font-size:0.8em;
	}
	.kx-datalist_text{
		flex:3.5;
	}
	.kx-select{
		position: relative;
		width:100%;
		max-width: 800px;
		margin:20px auto;
		margin-top:10px;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: column; /* Safari */
		flex-direction:         column;
	}

	.form-section {
		width:100%;
		margin:0px 0;
		border:0px solid #ccc;
		border-radius: 0px;
	}
	.kx-form-title {
		width:100%;
		margin:0px;
		border-top:#ccc solid 0px;
		border-right:#ccc solid 0px;
		border-top-left-radius: 0px;
		border-top-right-radius:0px;
    }

    .kx-tags {
        width: 100%;
        position: fixed;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
        top: 49px;
        justify-content: flex-end;
    }

	.kx-footer_logo {
		position: relative;
		display: block;
		margin: auto;
		width: 8vw;
	}
}
