@charset "UTF-8";


/*

	background-repeat: no-repeat;
	background-position: left top;
	background-position: center center;
	background-image: url("../images/dot_pack_alpha.png");
	background-color: transparent;
	background-size: 20px 49px;

	background-color: transparent;

	border-style: solid;
	border-color: transparent;
	border-width: 1px 0px 1px 0px;

	box-sizing: border-box;

	border-radius: 50px;

	text-align: center;
	font-size: 30px;
	line-height: 32px;
	letter-spacing: 0.008em;
	color: #000000;
	font-weight: 400;
	text-decoration: none;

	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	flex-direction: row;
	align-items: center;

	position: relative;
	position: absolute;
	top: 0px;
	left: 0px;
	width: auto;
	height: auto;
	z-index: 10000;

	transition-delay: 0s;
	transition-property: all;
	transition-duration: 0.25s;
	transition-timing-function: ease-in-out;

	border-radius: 50px;

	transition: background-color 0.3s ease 0s;




.murecho-<uniquifier> {
	font-family: 'Murecho', sans-serif;
	font-optical-sizing: auto;
	font-weight: <weight>;
	font-style: normal;
}




.holtwood-one-sc-regular {
	font-family: 'Holtwood One SC', serif;
	font-weight: 400;
	font-style: normal;
}



// <weight>: Use a value from 100 to 900
// <cursive>: Use a value from 0 to 1
// <uniquifier>: Use a unique and descriptive class name

.bitcount-grid-double-<uniquifier> {
	font-family: 'Bitcount Grid Double', system-ui;
	font-optical-sizing: auto;
	font-weight: <weight>;
	font-style: normal;
	font-variation-settings:
		'slnt' 0,
		'CRSV' <cursive>,
		'ELSH' 0,
		'ELXP' 0;
}



@media only screen and ( max-width: 1000px ){


}

*/




:root{
	--mag25: 2.5 / 750px * 100 * 1vw;
	--mag23: 2.3 / 750px * 100 * 1vw;
	--mag22: 2.2 / 750px * 100 * 1vw;
	--mag2:  2.0 / 750px * 100 * 1vw;
	--mag17: 1.7 / 750px * 100 * 1vw;
	--mag15: 1.5 / 750px * 100 * 1vw;
	--mag13: 1.3 / 750px * 100 * 1vw;
	--mag12: 1.2 / 750px * 100 * 1vw;
	--mag1:  1.0 / 750px * 100 * 1vw;

	--sp-border-width: 1px;
}




html, body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	-webkit-text-size-adjust: none;
	background-color: #252D86;

	background-color: #ffffff;
}

body {
	background-repeat: no-repeat;
	background-position: left top;
	background-position: center center;
	/*background-image: url("../images/pc_bg01.png");*/
	background-color: #252D86;
	background-size: cover;

	background: linear-gradient(45deg, #252d86, #08034f);
	position: relative;
}

.default_font_family,
body {
/*
	font-family: 'yu-gothic-pr6n', sans-serif;
	font-weight: 400;
*/
	font-family: 'Murecho', sans-serif;
	font-style: normal;
	font-weight: 500;
}

strong {
	font-weight: 700;
}




@media only screen and ( max-width: 750px ){

}




/* ------------------------------------------------------------------------------------------------ BG */




#ktpt_body_bg {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	width: 100%;
	height: 100dvh;
	position: fixed;
	top: 0px;
	left: 0px;
	overflow: hidden;

	background-repeat: repeat-y, repeat-y, no-repeat;
	background-position: left top;
	background-position: right 0px, left 0px, center center;
	background-image: url("../images/BG_TIME2.png"), url("../images/BG_KUJI2.png"), url("../images/PC_BG3.jpg");
	background-color: transparent;
	background-size: 340px auto, 340px auto, cover;

	animation: bgposanim01_pc linear 36000s infinite;

	/*display: block;*/
}

@keyframes bgposanim01_pc {
	0% {
		background-position: right 0px, left 0px, center center;
	}
	100% {
		background-position: right 2000000px, left -2000000px, center center;
	}
}

body.max_bottom #ktpt_body_bg {
	position: absolute;
	top: auto;
	bottom: 0px;
}

#ktpt_body_bg .balloon_item {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	width: 30px;
	height: auto;
	position: absolute;
	top: 0px;
	left: 0px;
}

#ktpt_body_bg .balloon_item img {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	width: 100%;
}

#ktpt_body_bg .balloon_item_type1 {
	width: 30px;
	animation: star_anim 4s ease infinite;
}

#ktpt_body_bg .balloon_item_type2 {
	width: 18px;
	animation: star_anim 2s ease-in-out infinite;
}

@keyframes star_anim {
	0% {
		opacity: 0;
		transform: scale(1.0);
	}
	50% {
		transform: scale(1.1);
		opacity: 1;
	}
	100% {
		opacity: 0;
		transform: scale(1.0);
	}
}




@media only screen and ( max-width: 750px ){

	#ktpt_body_bg {
		background-repeat: repeat-y, no-repeat;
		background-position: left 0px, center center;
		background-image: url("../images/BG_SP_KUJITIME2.png"), url("../images/PC_BG3.jpg");
		background-size: 30.1333vw auto, cover;
	}

	@keyframes bgposanim01_pc {
		0% {
			background-position: left 0px, center center;
		}
		100% {
			background-position: left -1000000px, center center;
		}
	}

	#ktpt_body_bg .balloon_item_type1 {
		width: 30px;

		width: calc( 30px * var(--mag1) );
	}

	#ktpt_body_bg .balloon_item_type2 {
		width: 18px;

		width: calc( 18px * var(--mag1) );
	}

}




/* ------------------------------------------------------------------------------------------------ Header */




#ktpt_header {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	width: 100%;
	height: 170px;
}

#ktpt_header #ktpt_header_in {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	flex-direction: row;
	align-items: center;
	width: 100%;
	height: 170px;
	position: fixed;
	top: 0px;
	left: 0px;
	background-color: #ffffff;
	z-index: 50000;
}

#ktpt_header #header_menu_button {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	width: 90px;
	height: 90px;
	background-repeat: no-repeat;
	background-position: left top;
	background-position: center center;
	background-image: url("../images/menu_icon_open.svg");
	background-color: transparent;
	background-size: 50% auto;
	position: absolute;
	top: 50%;
	left: 20px;
	margin-top: -45px;
	cursor: pointer;
}

#ktpt_header #header_logo {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	transition: opacity 0.3s ease 0s;
	opacity: 1.0;
}

#ktpt_header #header_logo:hover {
	opacity: 0.5;
}

#ktpt_header #header_logo img {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	width: auto;
	height: 110px;
}




@media only screen and ( max-width: 750px ){

	#ktpt_header {
		height: 170px;

		height: calc( 170px * var(--mag1) );
	}

	#ktpt_header #ktpt_header_in {
		height: 170px;

		height: calc( 170px * var(--mag1) );
	}

	#ktpt_header #header_menu_button {
		width: 90px;
		height: 90px;
		top: 50%;
		left: 20px;
		margin-top: -45px;

		width: calc( 90px * var(--mag1) );
		height: calc( 90px * var(--mag1) );
		left: calc( 20px * var(--mag1) );
		margin-top: calc( -45px * var(--mag1) );
	}

	#ktpt_header #header_logo img {
		height: 110px;

		height: calc( 110px * var(--mag1) );
	}

}




/* ------------------------------------------------------------------------------------------------ Menu */




#oc_menu {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	width: 320px;
	height: 100dvh;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 60000;
	background-color: #ffffff;
	background-color: rgba( 255, 255, 255, 0.95 );

	transition-delay: 0s;
	transition-property: transform;
	transition-duration: 0.3s;
	transition-timing-function: ease-in-out;
	transition-timing-function: cubic-bezier(0, 0.58, 0.58, 1);
	transform: translateX(-375px);
}

body.menu_oc_open #oc_menu {
	transform: translateX(0px);
}

#oc_menu #oc_menu_in {
	margin: 25px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	width: auto;
	height: calc( 100% - 25px - 25px );
	overflow: auto;
}

#oc_menu #oc_menu_nav {
	margin: 0px 0px 0px 0px;
	padding: 25px 0px 25px 0px;
	display: block;
	width: auto;
	height: auto;
}

#oc_menu #oc_menu_nav #oc_menu_logo {
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	display: block;
	width: 192px;
	height: auto;
	text-decoration: none;
	transition: opacity 0.3s ease 0s;
	opacity: 1.0;
}

#oc_menu #oc_menu_nav #oc_menu_logo:hover {
	opacity: 0.5;
}

#oc_menu #oc_menu_nav #oc_menu_logo img {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	width: 100%;
	height: auto;
}

#oc_menu #oc_menu_nav .oc_menu_nav_item {
	margin: 50px 0px 50px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	width: auto;
	height: auto;
	text-align: center;
	font-size: 20px;
	line-height: 23px;
	letter-spacing: 0.0em;
	color: #707070;
	font-weight: 700;
	text-decoration: none;
}

#oc_menu #oc_menu_nav a.oc_menu_nav_item {
	transition: opacity 0.3s ease 0s;
	opacity: 1.0;
}

#oc_menu #oc_menu_nav a.oc_menu_nav_item:hover {
	opacity: 0.5;
}

#oc_menu #oc_menu_nav .oc_menu_nav_cr {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	width: auto;
	height: auto;
	text-align: center;
	font-size: 14px;
	line-height: 14px;
	letter-spacing: 0.0em;
	color: #707070;
	font-weight: 700;
	text-decoration: none;
}

#oc_menu #oc_menu_close {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	width: 55px;
	height: 55px;
	position: absolute;
	top: 0px;
	left: 100%;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: left top;
	background-position: center center;
	background-image: url("../images/menu_icon_close.svg");
	background-color: transparent;
	background-size: 17px auto;
}




@media only screen and ( max-width: 750px ){

	#oc_menu {
		width: 320px;
		transform: translateX(-375px);

		width: calc( 320px * var(--mag2) );
		transform: translateX(calc( -375px * var(--mag2) ));
	}

	body.menu_oc_open #oc_menu {
		transform: translateX(0px);
	}

	#oc_menu #oc_menu_in {
		margin: 25px 0px 0px 0px;
		height: calc( 100% - 25px - 25px );

		margin: calc( 25px * var(--mag2) ) 0px 0px 0px;
		height: calc( 100% - ( 25px * var(--mag2) ) - ( 25px * var(--mag2) ) );
	}

	#oc_menu #oc_menu_nav {
		padding: 25px 0px 25px 0px;

		padding: calc( 25px * var(--mag2) ) 0px calc( 25px * var(--mag2) ) 0px;
	}

	#oc_menu #oc_menu_nav #oc_menu_logo {
		width: 192px;

		width: calc( 192px * var(--mag2) );
	}

	#oc_menu #oc_menu_nav .oc_menu_nav_item {
		margin: 50px 0px 50px 0px;
		font-size: 20px;
		line-height: 23px;

		margin: calc( 50px * var(--mag2) ) 0px calc( 50px * var(--mag2) ) 0px;
		font-size: calc( 20px * var(--mag2) );
		line-height: calc( 23px * var(--mag2) );
	}

	#oc_menu #oc_menu_nav .oc_menu_nav_cr {
		font-size: 14px;
		line-height: 14px;

		font-size: calc( 14px * var(--mag2) );
		line-height: calc( 14px * var(--mag2) );
	}

	#oc_menu #oc_menu_close {
		width: 55px;
		height: 55px;
		background-size: 17px auto;

		width: calc( 55px * var(--mag2) );
		height: calc( 55px * var(--mag2) );
		background-size: calc( 17px * var(--mag2) ) auto;
	}

}




/* ------------------------------------------------------------------------------------------------ Main */




#ktpt_main {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	width: 100%;
	height: auto;
	position: relative;
}




/* ------------------------------------------------------------------------------------------------ xxxxxxx Carousel */




#ktpt_main #ktpt_top_fv {
	margin: 54px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	width: 100%;
	height: auto;
}

#ktpt_main #top_works_carousel {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	position: relative;
	overflow: hidden;
}




@media only screen and ( max-width: 750px ){

	#ktpt_main #ktpt_top_fv {
		margin: 17px 0px 0px 0px;

		margin: calc( 17px * var(--mag2) ) 0px 0px 0px;
	}

}




.lex_top_carousel_box {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	position: relative;
}

.lex_top_carousel_outer {
	margin: 0% auto 0px auto;
	padding: 0vw 0px 0vw 0px;
	display: block;
	width: 1600px;
	width: 1650px;
	height: auto;
	background-color: transparent;
	border-style: solid;
	border-color: #0d0c0c;
	border-width: 0px 0px 0px 0px;

	width: 83.3333vw;
	width: 85.9375vw;
}

.lex_top_carousel_outer .lex_top_carousel_cover {
	margin: 0px 0px 0px auto;
	padding: 0px 0px 0px 0px;
	position: relative;
	display: block;
	width: 100%;
	height: auto;
}

.lex_top_carousel_outer .lex_top_carousel {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: 0px;

	overflow: visible;
}

.lex_top_carousel_outer .lex_top_carousel .lex_top_carousel_in {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	width: auto;
	height: auto;
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	flex-direction: row;
	align-items: flex-start;

	position: absolute;
	top: 0px;
	left: 0px;
}

.lex_top_carousel_outer .lex_top_carousel_rtl_left,
.lex_top_carousel_outer .lex_top_carousel_rtl_right {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: absolute;
	top: 0px;
	width: 10%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: left top;
	background-position: center center;
	background-color: transparent;
	background-size: 35% auto;
	cursor: pointer;

	width: calc( ( 100% - 83.3333vw ) / 2 );
}

.lex_top_carousel_outer .lex_top_carousel_rtl_left {
	right: 100%;
}

.lex_top_carousel_outer .lex_top_carousel_rtl_right {
	left: 100%;

	width: calc( 100% - 900px );
	/*background: linear-gradient(90deg,rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);*/
}

@keyframes arrow_scale {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.1);
	}
	100% {
		transform: scale(1);
	}
}

.lex_top_carousel_outer .lex_top_carousel_rtl_right::before {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: absolute;
	content: '';
	top: 50%;
	right: 48px;
	width: 72px;
	height: 72px;
	margin-top: -36px;
	background-repeat: no-repeat;
	background-position: left top;
	background-position: center center;
	/*background-image: url("../images/top_works_icon_arrow_right.svg");*/
	background-color: transparent;
	background-size: contain;
	animation: arrow_scale 1.5s ease-in-out infinite;
}

.lex_top_carousel_outer .lex_top_carousel_rtl_right:hover::before {
}

.lex_top_carousel_outer .lex_top_carousel .lex_top_carousel_item {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	display: block;
	width: 100%;
	height: auto;

	display: none;
	box-sizing: border-box;
	transition: opacity 0.3s ease 0s;
	text-decoration: none;
	color: #1b1b1b;
}

.lex_top_carousel_outer .lex_top_carousel .lex_top_carousel_item:hover {
	/*opacity: 0.5;*/
}

.lex_top_carousel_outer .lex_top_carousel:hover .lex_top_carousel_item {
	/*opacity: 0.5;*/
}

.lex_top_carousel_outer .lex_top_carousel .lex_top_carousel_item .lex_top_carousel_item_in {
	margin: 0px 25px 0px 25px;
	padding: 0px 0px 0px 0px;
	position: relative;
	display: block;
	box-sizing: border-box;
	width: auto;
	height: auto;
	position: relative;
}

.lex_top_carousel_outer .lex_top_carousel .lex_top_carousel_item:first-child {
	display: block;
}

.lex_top_carousel_outer .lex_top_carousel .lex_top_carousel_item img {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	display: block;
	width: 100%;
	height: auto;
}




@media only screen and ( max-width: 1920px ){

	.lex_top_carousel_outer {
		width: 1600px;
		width: calc( 100% - 135px - 135px );
	}

	.lex_top_carousel_outer .lex_top_carousel_rtl_left,
	.lex_top_carousel_outer .lex_top_carousel_rtl_right {
		width: 8.3333vw;
	}

}

@media only screen and ( max-width: 1660px ){

	.lex_top_carousel_outer {
		width: 1390px;
		width: calc( 100% - 8.13253vw - 8.13253vw );
	}

	.lex_top_carousel_outer .lex_top_carousel_rtl_left,
	.lex_top_carousel_outer .lex_top_carousel_rtl_right {
		width: 8.13253vw;
	}

}

@media only screen and ( max-width: 750px ){

	.lex_top_carousel_outer .lex_top_carousel .lex_top_carousel_item .lex_top_carousel_item_in {
		margin: 0px 5px 0px 5px;

		margin: 0px calc( 5px * var(--mag2) ) 0px calc( 5px * var(--mag2) );
	}

}




.lex_top_carousel_box .lex_top_carousel_nav {
	margin: 30px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	flex-direction: row;
	align-items: center;
}

.lex_top_carousel_box .lex_top_carousel_nav .lex_top_carousel_nav_item {
	margin: 15px 15px 15px 15px;
	padding: 0px 0px 0px 0px;
	display: block;
	width: 19px;
	height: 19px;
	border-radius: 50px;
	background-color: #ffffff;
	cursor: pointer;
}

.lex_top_carousel_box .lex_top_carousel_nav .current {
	background-color: #6C6C6C;
}




@media only screen and ( max-width: 750px ){

	.lex_top_carousel_box .lex_top_carousel_nav {
		margin: 15px 0px 0px 0px;

		margin: calc( 15px * var(--mag1) ) 0px 0px 0px;
	}

	.lex_top_carousel_box .lex_top_carousel_nav .lex_top_carousel_nav_item {
		margin: 15px 15px 15px 15px;
		width: 19px;
		height: 19px;

		margin: calc( 15px * var(--mag1) );
		width: calc( 19px * var(--mag1) );
		height: calc( 19px * var(--mag1) );
	}

}




/* ------------------------------------------------------------------------------------------------ lineup */




#ktpt_top_lineup {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	width: auto;
	height: auto;
}

#ktpt_top_lineup h2 {
	margin: 30px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	width: auto;
	height: auto;
}

#ktpt_top_lineup h2 img {
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	display: block;
	width: auto;
	height: 90px;
}

#ktpt_top_lineup .lineup_list {
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	display: block;
	width: 1390px;
	height: auto;
	/*overflow: hidden;*/
}

#ktpt_top_lineup .lineup_list .lineup_list_in {
	margin: 0px -16px 0px -16px;
	padding: 0px 0px 0px 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	/*justify-content: space-between;*/
	flex-direction: row;
	align-items: center;
	align-items: stretch;
}

#ktpt_top_lineup .lineup_list .lineup_list_item {
	margin: 0px 16px 16px 16px;
	padding: 0px 0px 0px 0px;
	display: block;
	width: calc( 50% - 16px - 16px );
	height: auto;
	position: relative;
	text-decoration: none;
	transition: opacity 0.3s ease 0s;
	opacity: 1.0;
}

#ktpt_top_lineup .lineup_list .lineup_list_item:hover {
	opacity: 0.5;
}

#ktpt_top_lineup .lineup_list .lineup_list_item::before {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background-color: #FE00BE;
	position: absolute;
	top: 2px;
	left: 2px;
}

#ktpt_top_lineup .lineup_list .lineup_list_item .lineup_list_item_in {
	margin: 0px 0px 0px 0px;
	padding: 15px 15px 15px 15px;
	display: block;
	width: 100%;
	height: 100%;
	background-color: #000000;
	box-sizing: border-box;
	position: relative;
}

#ktpt_top_lineup .lineup_list .lineup_list_item .img_main {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	width: 100%;
	height: auto;
}

#ktpt_top_lineup .lineup_list .lineup_list_item .lineup_list_item_stat {
	margin: 30px auto 30px auto;
	padding: 15px 15px 15px 15px;
	display: block;
	width: 200px;
	height: auto;
	text-align: center;
	font-size: 28px;
	line-height: 36px;
	letter-spacing: 0.25em;
	color: #ffffff;
	font-weight: 700;
	text-decoration: none;
	box-sizing: border-box;
	background-color: #FE00BE;

	padding-right: calc( 15px - 0.25em );
}

#ktpt_top_lineup .lineup_list .lineup_list_item .stat_end {
	background-color: #5c5c5c;
}

#ktpt_top_lineup .lineup_list .lineup_list_item .stat_future {
	background-color: #00beda;
}

#ktpt_top_lineup .lineup_list .lineup_list_item .lineup_list_item_stat .stat_in {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	width: auto;
	height: auto;
	text-box-trim: trim-both;
	text-box-edge: cap alphabetic;
}

#ktpt_top_lineup .lineup_list .lineup_list_item .lineup_list_item_title {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	width: auto;
	height: auto;
	text-align: center;
	font-size: 34px;
	line-height: 45px;
	letter-spacing: 0.0em;
	color: #ffffff;
	font-weight: 700;
	text-decoration: none;
}

#ktpt_top_lineup .lineup_list .lineup_list_item .lineup_list_item_price {
	margin: 12px 0px 16px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	width: auto;
	height: auto;
	text-align: center;
	font-size: 40px;
	line-height: 54px;
	letter-spacing: 0.0em;
	color: #B9955D;
	font-weight: 700;
	text-decoration: none;
}

#ktpt_top_lineup .lineup_list .lineup_list_item .lineup_list_item_info {
	margin: 0px 0px 12px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	width: auto;
	height: auto;
	text-align: center;
	font-size: 21px;
	line-height: 28px;
	letter-spacing: 0.25em;
	color: #ffffff;
	font-weight: 700;
	text-decoration: none;
}




@media only screen and ( max-width: 1510px ){

	#ktpt_top_lineup .lineup_list {
		margin: 0px 60px 0px 60px;
		width: auto;
	}

	#ktpt_top_lineup .lineup_list .lineup_list_item {
		width: 680px;
	}

}

@media only screen and ( max-width: 810px ){

	#ktpt_top_lineup .lineup_list {
		margin: 0px 60px 0px 60px;

		margin: 0px 7.4074vw 0px 7.4074vw;
	}

	#ktpt_top_lineup .lineup_list .lineup_list_in {
		margin: 0px 0px 0px 0px;
	}

	#ktpt_top_lineup .lineup_list .lineup_list_item {
		width: auto;
	}

}

@media only screen and ( max-width: 750px ){

	#ktpt_top_lineup h2 {
		margin: 30px 0px 20px 0px;

		margin: calc( 30px * var(--mag2) ) 0px calc( 20px * var(--mag2) ) 0px;
	}

	#ktpt_top_lineup h2 img {
		height: 40px;

		height: calc( 40px * var(--mag2) );
	}

	#ktpt_top_lineup .lineup_list {
	}

	#ktpt_top_lineup .lineup_list .lineup_list_in {
	}

	#ktpt_top_lineup .lineup_list .lineup_list_item {
		margin: 0px 16px 16px 16px;

		margin: 0px calc( 0px * var(--mag2) ) calc( 16px * var(--mag2) ) calc( 0px * var(--mag2) );
	}

	#ktpt_top_lineup .lineup_list .lineup_list_item:hover {
		opacity: 1.0;
	}

	#ktpt_top_lineup .lineup_list .lineup_list_item::before {
		top: 2px;
		left: 2px;
	}

	#ktpt_top_lineup .lineup_list .lineup_list_item .lineup_list_item_in {
		padding: 8px 8px 8px 8px;

		padding: calc( 8px * var(--mag2) );
	}

	#ktpt_top_lineup .lineup_list .lineup_list_item .lineup_list_item_stat {
		width: 200px;
		margin: 16px auto 16px auto;
		padding: 8px;
		font-size: 13px;
		line-height: 17px;
		padding-right: calc( 15px - 0.25em );

		width: calc( 200px * var(--mag1) );
		margin: calc( 16px * var(--mag2) ) auto calc( 16px * var(--mag2) ) auto;
		padding: calc( 8px * var(--mag2) );
		font-size: calc( 13px * var(--mag2) );
		line-height: calc( 17px * var(--mag2) );

		padding-right: calc( ( 8px * var(--mag2) ) - 0.25em );
	}

	#ktpt_top_lineup .lineup_list .lineup_list_item .lineup_list_item_title {
		font-size: 16px;
		line-height: 21px;

		font-size: calc( 16px * var(--mag2) );
		line-height: calc( 21px * var(--mag2) );
	}

	#ktpt_top_lineup .lineup_list .lineup_list_item .lineup_list_item_price {
		margin: 12px 0px 16px 0px;
		font-size: 19px;
		line-height: 25px;

		margin: calc( 12px * var(--mag2) ) 0px calc( 16px * var(--mag2) ) 0px;
		font-size: calc( 19px * var(--mag2) );
		line-height: calc( 25px * var(--mag2) );
	}

	#ktpt_top_lineup .lineup_list .lineup_list_item .lineup_list_item_info {
		margin: 0px 0px 12px 0px;
		font-size: 10px;
		line-height: 13px;

		margin: 0px 0px calc( 12px * var(--mag2) ) 0px;
		font-size: calc( 10px * var(--mag2) );
		line-height: calc( 13px * var(--mag2) );
	}

}



/* ------------------------------------------------------------------------------------------------ nolongeravailable */




#ktpt_top_nolongeravailable {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	width: auto;
	height: auto;
}

#ktpt_top_nolongeravailable h2 {
	margin: 130px 0px 60px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	width: auto;
	height: auto;
}

#ktpt_top_nolongeravailable h2 img {
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	display: block;
	width: auto;
	height: 54px;
}

#ktpt_top_nolongeravailable .ended_list {
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	display: block;
	width: 1390px;
}

#ktpt_top_nolongeravailable .ended_list .ended_list_in {
	margin: 0px -28px 0px -28px;
	padding: 0px 0px 0px 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	flex-direction: row;
	align-items: center;
	align-items: stretch;
	width: auto;
	height: auto;
}

#ktpt_top_nolongeravailable .ended_list .lineup_list_item {
	margin: 0px 28px 40px 28px;
	padding: 0px 0px 0px 0px;
	display: block;
	width: calc( 25% - 28px - 28px );
	height: auto;
	position: relative;
	text-decoration: none;
	transition: opacity 0.3s ease 0s;
	opacity: 1.0;
}

#ktpt_top_nolongeravailable .ended_list .lineup_list_item:hover {
	opacity: 0.5;
}

#ktpt_top_nolongeravailable .ended_list .lineup_list_item img {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	width: 100%;
	height: auto;
}

#ktpt_top_nolongeravailable .ended_list .lineup_list_item .lineup_list_item_title {
	margin: 29px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	width: auto;
	height: auto;
	text-align: left;
	font-size: 27px;
	line-height: 39px;
	letter-spacing: 0.0em;
	color: #BEBEBE;
	font-weight: 700;
	text-decoration: none;
}




@media only screen and ( max-width: 1510px ){

	#ktpt_top_nolongeravailable .ended_list {
		margin: 0px 60px 0px 60px;
		width: auto;
	}

	#ktpt_top_nolongeravailable .ended_list .lineup_list_item {
		width: calc( 50% - 28px - 28px );
	}

}

@media only screen and ( max-width: 810px ){

	#ktpt_top_nolongeravailable .ended_list {
		margin: 0px 60px 0px 60px;

		margin: 0px 7.4074vw 0px 7.4074vw;
	}

	#ktpt_top_nolongeravailable .ended_list .ended_list_in {
		margin: 0px -28px 0px -28px;
	}

	#ktpt_top_nolongeravailable .ended_list .lineup_list_item {
		width: calc( 50% - 28px - 28px );
	}

}

@media only screen and ( max-width: 750px ){

	#ktpt_top_nolongeravailable h2 {
		margin: 30px 0px 50px 0px;

		margin: calc( 30px * var(--mag2) ) 0px calc( 50px * var(--mag2) ) 0px;
	}

	#ktpt_top_nolongeravailable h2 img {
		height: 30px;

		height: calc( 30px * var(--mag2) );
	}

	#ktpt_top_nolongeravailable .ended_list {
	}

	#ktpt_top_nolongeravailable .ended_list .ended_list_in {
		margin: 0px -14px 0px -14px;

		margin: 0px calc( -14px * var(--mag2) ) 0px calc( -14px * var(--mag2) );
	}

	#ktpt_top_nolongeravailable .ended_list .lineup_list_item {
		margin: 0px 14px 20px 14px;
		width: calc( 50% - 14px - 14px );

		margin: 0px calc( 14px * var(--mag2) ) calc( 20px * var(--mag2) ) calc( 14px * var(--mag2) );
		width: calc( 50% - ( 14px * var(--mag2) ) - ( 14px * var(--mag2) ) );
	}

	#ktpt_top_nolongeravailable .ended_list .lineup_list_item:hover {
		opacity: 1.0;
	}

	#ktpt_top_nolongeravailable .ended_list .lineup_list_item .lineup_list_item_title {
		margin: 14px 0px 0px 0px;
		font-size: 13px;
		line-height: 19px;

		margin: calc( 14px * var(--mag2) ) 0px 0px 0px;
		font-size: calc( 13px * var(--mag2) );
		line-height: calc( 19px * var(--mag2) );
	}

}




#ktpt_top_nolongeravailable .noavailable_bottom {
	margin: 40px auto 0px auto;
	padding: 0px 0px 0px 0px;
	display: block;
	width: auto;
	text-align: center;
}

#ktpt_top_nolongeravailable .noavailable_bottom .kotowari_ec_link,
#ktpt_top_nolongeravailable .noavailable_bottom .ended_archive_link {
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	display: block;
	width: 520px;
	transition: opacity 0.3s ease 0s;
	opacity: 1.0;
}

#ktpt_top_nolongeravailable .noavailable_bottom .kotowari_ec_link:hover,
#ktpt_top_nolongeravailable .noavailable_bottom .ended_archive_link:hover {
	opacity: 0.5;
}

#ktpt_top_nolongeravailable .noavailable_bottom .kotowari_ec_link {
	width: 600px;
}

#ktpt_top_nolongeravailable .noavailable_bottom .kotowari_ec_link {
	margin-top: 67px;
}

#ktpt_top_nolongeravailable .noavailable_bottom .kotowari_ec_link img,
#ktpt_top_nolongeravailable .noavailable_bottom .ended_archive_link img {
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	display: block;
	width: 100%;
	height: auto;
}




@media only screen and ( max-width: 750px ){

	#ktpt_top_nolongeravailable .noavailable_bottom {
		margin: 10px auto 0px auto;

		margin: calc( 10px * var(--mag2) ) auto 0px auto;
	}

	#ktpt_top_nolongeravailable .noavailable_bottom .kotowari_ec_link,
	#ktpt_top_nolongeravailable .noavailable_bottom .ended_archive_link {
		width: 275px;

		width: calc( 275px * var(--mag2) );
	}

	#ktpt_top_nolongeravailable .noavailable_bottom .kotowari_ec_link:hover,
	#ktpt_top_nolongeravailable .noavailable_bottom .ended_archive_link:hover {
		opacity: 1.0;
	}

	#ktpt_top_nolongeravailable .noavailable_bottom .kotowari_ec_link {
		margin-top: 50px;

		margin-top: calc( 50px * var(--mag2) );
	}

}




/* ------------------------------------------------------------------------------------------------ news */




#ktpt_top_news {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	width: auto;
	height: auto;
}

#ktpt_top_news h2 {
	margin: 52px 0px 30px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	width: auto;
	height: auto;
}

#ktpt_top_news h2 img {
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	display: block;
	width: auto;
	height: 88px;
}

#ktpt_top_news .news_list {
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	display: block;
	width: 1390px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}

#ktpt_top_news .news_list .news_list_item {
	margin: 4px 0px 4px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	width: auto;
	height: auto;
	text-decoration: none;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	flex-direction: row;
	align-items: flex-start;
	text-align: left;
	font-size: 20px;
	line-height: 26px;
	letter-spacing: 0.0em;
	color: #D6D6D6;
	font-weight: 700;
	text-decoration: none;
	transition: opacity 0.3s ease 0s;
	opacity: 1.0;
}

#ktpt_top_news .news_list .news_list_item:hover {
	opacity: 0.5;
}

#ktpt_top_news .news_list .news_list_item .news_list_item_date {
	margin: 0px 1.5em 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
}

#ktpt_top_news .news_list .news_list_item .news_list_item_title {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
}




@media only screen and ( max-width: 1510px ){

	#ktpt_top_news .news_list {
		margin: 0px 60px 0px 60px;
		width: auto;
	}

}

@media only screen and ( max-width: 810px ){

	#ktpt_top_news .news_list {
		margin: 0px 60px 0px 60px;

		margin: 0px 7.4074vw 0px 7.4074vw;
	}

}

@media only screen and ( max-width: 750px ){

	#ktpt_top_news h2 {
		margin: 38px 0px 15px 0px;

		margin: calc( 38px * var(--mag2) ) 0px calc( 15px * var(--mag2) ) 0px;
	}

	#ktpt_top_news h2 img {
		height: 48px;

		height: calc( 48px * var(--mag2) );
	}

	#ktpt_top_news .news_list .news_list_item {
		margin: 8px 0px 8px 0px;
		font-size: 15px;
		line-height: 20px;

		margin: calc( 8px * var(--mag2) ) 0px calc( 8px * var(--mag2) ) 0px;
		font-size: calc( 15px * var(--mag2) );
		line-height: calc( 20px * var(--mag2) );
	}

	#ktpt_top_news .news_list .news_list_item:hover {
		opacity: 1.0;
	}

	#ktpt_top_news .news_list .news_list_item .news_list_item_date {
		margin: 0px 1.5em 0px 0px;
	}

}




/* ------------------------------------------------------------------------------------------------ how2use */




#ktpt_top_how2use {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	width: auto;
	height: auto;
}

#ktpt_top_how2use h2 {
	margin: 70px 0px 30px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	width: auto;
	height: auto;
}

#ktpt_top_how2use h2 img {
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	display: block;
	width: auto;
	height: 88px;
}

#ktpt_top_how2use .h2u_list {
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	flex-direction: row;
	align-items: center;
	width: 1390px;
}

#ktpt_top_how2use .h2u_list .h2u_list_item {
	margin: 0px 18px 32px 18px;
	padding: 0px 0px 0px 0px;
	display: block;
	width: 530px;
	height: auto;
	list-style-type: none;
	position: relative;
}

#ktpt_top_how2use .h2u_list .h2u_list_item .h2u_list_item_in {
	margin: 0px 0px 0px 0px;
	padding: 27% 0px 0px 0px;
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	top: 0px;
	left: 0px;
	background-repeat: no-repeat;
	background-position: 90% center, center top;
	background-image: url("../images/step01_icon.png"), url("../images/step01.png");
	background-color: transparent;
	background-size: auto 62px, 100% auto;
}

#ktpt_top_how2use .h2u_list .h2u_list_item:nth-child(2) .h2u_list_item_in {
	background-position: 90% center, center top;
	background-image: url("../images/step02_icon.png"), url("../images/step02.png");
	background-size: auto 62px, 100% auto;
}

#ktpt_top_how2use .h2u_list .h2u_list_item:nth-child(3) .h2u_list_item_in {
	background-position: center top;
	background-image: url("../images/step03.png");
	background-size: 100% auto;
}

#ktpt_top_how2use .h2u_list .h2u_list_item:nth-child(4) .h2u_list_item_in {
	background-position: 90% center, center top;
	background-image: url("../images/step04_icon.png"), url("../images/step04.png");
	background-size: auto 44px, 100% auto;
}

#ktpt_top_how2use .h2u_list .h2u_list_item:nth-child(5) .h2u_list_item_in {
	background-position: 95% center, center top;
	background-image: url("../images/step05_icon.png"), url("../images/step05.png");
	background-size: auto 84px, 100% auto;
}

#ktpt_top_how2use .h2u_list .h2u_list_item:nth-child(6) .h2u_list_item_in {
	background-position: 90% center, center top;
	background-image: url("../images/step06_icon.png"), url("../images/step06.png");
	background-size: auto 68px, 100% auto;
}

#ktpt_top_how2use .h2u_list .h2u_list_item .h2u_list_item_left {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	width: auto;
	height: auto;
	position: absolute;
	top: 12px;
	left: 134px;
}

#ktpt_top_how2use .h2u_list .h2u_list_item .h2u_list_item_left .h2u_list_item_head {
	margin: 0px 0px 8px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	width: auto;
	height: auto;
	text-align: left;
	font-size: 22px;
	line-height: 31px;
	letter-spacing: 0.0em;
	color: #ffffff;
	font-weight: 700;
	text-decoration: none;
}

#ktpt_top_how2use .h2u_list .h2u_list_item .h2u_list_item_left .h2u_list_item_body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	width: auto;
	height: auto;
	text-align: left;
	font-size: 16px;
	line-height: 21px;
	letter-spacing: 0.0em;
	color: #ffffff;
	font-weight: 400;
	text-decoration: none;
}




@media only screen and ( max-width: 1510px ){

	#ktpt_top_how2use .h2u_list {
		margin: 0px 60px 0px 60px;
		width: auto;
	}

}

@media only screen and ( max-width: 810px ){

	#ktpt_top_how2use .h2u_list {
		margin: 0px 60px 0px 60px;

		margin: 0px 7.4074vw 0px 7.4074vw;
	}

}

@media only screen and ( max-width: 750px ){

	#ktpt_top_how2use h2 {
		margin: 50px 0px 27px 0px;

		margin: calc( 50px * var(--mag2) ) 0px calc( 27px * var(--mag2) ) 0px;
	}

	#ktpt_top_how2use h2 img {
		height: 52px;

		height: calc( 52px * var(--mag2) );
	}

	#ktpt_top_how2use .h2u_list .h2u_list_item {
		margin: 0px 0px 20px 0px;
		width: 330px;

		margin: 0px 0px calc( 20px * var(--mag2) ) 0px;
		width: calc( 330px * var(--mag2) );
	}

	#ktpt_top_how2use .h2u_list .h2u_list_item .h2u_list_item_in {
		padding: 27% 0px 0px 0px;
		background-position: 90% center, center top;
		background-size: auto 40px, 100% auto;

		background-size: auto calc( 40px * var(--mag2) ), 100% auto;
	}

	#ktpt_top_how2use .h2u_list .h2u_list_item:nth-child(2) .h2u_list_item_in {
		background-size: auto 40px, 100% auto;

		background-size: auto calc( 40px * var(--mag2) ), 100% auto;
	}

	#ktpt_top_how2use .h2u_list .h2u_list_item:nth-child(3) .h2u_list_item_in {
		background-size: 100% auto;
	}

	#ktpt_top_how2use .h2u_list .h2u_list_item:nth-child(4) .h2u_list_item_in {
		background-position: 90% 70%, center top;
		background-size: auto 32px, 100% auto;

		background-size: auto calc( 32px * var(--mag2) ), 100% auto;
	}

	#ktpt_top_how2use .h2u_list .h2u_list_item:nth-child(5) .h2u_list_item_in {
		background-position: 95% 75%, center top;
		background-size: auto 60px, 100% auto;

		background-size: auto calc( 50px * var(--mag2) ), 100% auto;
	}

	#ktpt_top_how2use .h2u_list .h2u_list_item:nth-child(6) .h2u_list_item_in {
		background-position: 90% center, center top;
		background-size: auto 46px, 100% auto;

		background-size: auto calc( 46px * var(--mag2) ), 100% auto;
	}

	#ktpt_top_how2use .h2u_list .h2u_list_item .h2u_list_item_left {
		top: 8px;
		left: 82px;

		top: calc( 8px * var(--mag2) );
		left: calc( 80px * var(--mag2) );
	}

	#ktpt_top_how2use .h2u_list .h2u_list_item .h2u_list_item_left .h2u_list_item_head {
		margin: 0px 0px 8px 0px;
		font-size: 14px;
		line-height: 20px;

		margin: 0px 0px calc( 8px * var(--mag2) ) 0px;
		font-size: calc( 14px * var(--mag2) );
		line-height: calc( 20px * var(--mag2) );
	}

	#ktpt_top_how2use .h2u_list .h2u_list_item .h2u_list_item_left .h2u_list_item_body {
		font-size: 10px;
		line-height: 13px;

		font-size: calc( 10px * var(--mag2) );
		line-height: calc( 13px * var(--mag2) );
	}

}




/* ------------------------------------------------------------------------------------------------ about */




#ktpt_top_about {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	width: auto;
	height: auto;
}

#ktpt_top_about h2 {
	margin: 30px 0px 30px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	width: auto;
	height: auto;
}

#ktpt_top_about h2 img {
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	display: block;
	width: auto;
	height: 88px;
}

#ktpt_top_about p {
	margin: 0px 0px 60px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	width: auto;
	height: auto;
	text-align: center;
	font-size: 20px;
	line-height: 26px;
	letter-spacing: 0.0em;
	color: #D6D6D6;
	font-weight: 700;
	text-decoration: none;
}




@media only screen and ( max-width: 810px ){

	#ktpt_top_about p {
		margin: 0px 60px 0px 60px;

		margin: 0px 7.4074vw 0px 7.4074vw;
	}

}

@media only screen and ( max-width: 750px ){

	#ktpt_top_about h2 {
		margin: 50px 0px 20px 0px;

		margin: calc( 50px * var(--mag2) ) 0px calc( 20px * var(--mag2) ) 0px;
	}

	#ktpt_top_about h2 img {
		height: 52px;

		height: calc( 52px * var(--mag2) );
	}

	#ktpt_top_about p {
		font-size: 15px;
		line-height: 20px;
		text-align: left;

		margin-bottom: calc( 60px * var(--mag2) );
		font-size:  calc( 15px * var(--mag2) );
		line-height:  calc( 20px * var(--mag2) );
	}

}




/* ------------------------------------------------------------------------------------------------ footer */




#ktpt_footer {
	margin: 0px 0px 0px 0px;
	padding: 50px 0px 30px 0px;
	display: block;
	width: auto;
	height: auto;
	background-color: #ffffff;
	position: relative;
}

#ktpt_footer #main_footer_banner {
	margin: 0px 0px 34px 0px;
	padding: 0px 0px 0px 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	flex-direction: row;
	align-items: center;
	width: auto;
	height: auto;
}

#ktpt_footer #main_footer_banner a {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	transition: opacity 0.3s ease 0s;
	opacity: 1.0;
}

#ktpt_footer #main_footer_banner a:hover {
	opacity: 0.5;
}

#ktpt_footer #main_footer_banner img {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	width: auto;
	height: 100px;
}

#ktpt_footer #main_footer_link {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	width: auto;
	height: auto;
}

#ktpt_footer #main_footer_link .main_footer_link_row {
	margin: 12px 0px 12px 0px;
	padding: 0px 0px 0px 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	flex-direction: row;
	align-items: center;
	width: auto;
	height: auto;
}

#ktpt_footer #main_footer_link a {
	margin: 0px 0em 0px 0em;
	padding: 0px 1.5em 0px 1.5em;
	display: block;
	width: auto;
	height: auto;
	text-align: center;
	font-size: 23px;
	line-height: 27px;
	letter-spacing: 0.0em;
	color: #707070;
	font-weight: 700;
	text-decoration: none;
	border-style: solid;
	border-color: #707070;
	border-width: 0px 1px 0px 0px;

	font-size: 20px;
	transition: opacity 0.3s ease 0s;
	opacity: 1.0;
}

#ktpt_footer #main_footer_link a:hover {
	opacity: 0.5;
}

#ktpt_footer #main_footer_link a:last-child {
	border-right-width: 0px;
}

#ktpt_footer p.cr {
	margin: 50px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	width: auto;
	height: auto;
	text-align: center;
	font-size: 23px;
	line-height: 27px;
	letter-spacing: 0.0em;
	color: #707070;
	font-weight: 700;
	text-decoration: none;
}




@media only screen and ( max-width: 750px ){

	#ktpt_footer {
		padding: 24px 0px 20px 0px;

		padding: calc( 24px * var(--mag2) ) 0px calc( 20px * var(--mag2) ) 0px;
	}

	#ktpt_footer #main_footer_banner {
		margin: 0px 0px 17px 0px;

		margin: 0px 0px calc( 17px * var(--mag2) ) 0px;
	}

	#ktpt_footer #main_footer_banner img {
		height: 44px;

		height: calc( 44px * var(--mag2) );
	}

	#ktpt_footer #main_footer_link .main_footer_link_row {
		margin: 10px 0px 10px 0px;

		margin: calc( 10px * var(--mag2) ) 0px calc( 10px * var(--mag2) ) 0px;
	}

	#ktpt_footer #main_footer_link a {
		font-size: 10px;
		line-height: 11px;

		font-size: calc( 10px * var(--mag2) );
		line-height: calc( 11px * var(--mag2) );
	}

	#ktpt_footer p.cr {
		margin: 20px 0px 0px 0px;
		font-size: 10px;
		line-height: 11px;

		margin: calc( 20px * var(--mag2) ) 0px 0px 0px;
		font-size: calc( 10px * var(--mag2) );
		line-height: calc( 11px * var(--mag2) );
	}

}