@charset "UTF-8";
/**/
/**/
/* ==================================================
Page Cont
================================================== */
/*@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400&family=Varela+Round&display=swap');
#ktsCont {
	/*font-family: 'Noto Sans JP', sans-serif;*/
	font-family: 'M PLUS Rounded 1c', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #333333;
	font-size: 18px;
	line-height: 1.6em;
	font-weight: 400;
	background-color: #FFFFFF;
	word-break: break-all;
}
@media screen and (max-width: 750px) {
	#ktsCont {
		font-size: 3.46666vw;
	}
}
#ktsCont * {
	box-sizing: border-box;
}
/**/
/**/
/* ==================================================
Page wrap & kye visual
================================================== */
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont #contents .wrap {
	width: 1100px;
	margin: 0 auto;
	padding: 80px 0px;
	box-sizing: border-box;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont #contents .wrap2 {
	margin: 0 auto;
	padding: 80px 0px;
	box-sizing: border-box;
}
@media screen and (max-width: 980px) {
	.kokuyo-st-container #kokuyo-st-main-contents #ktsCont #contents .wrap {
		width: 100%;
		padding: 8.5vw 15px;
	}
	.kokuyo-st-container #kokuyo-st-main-contents #ktsCont #contents .wrap2 {
		width: 100%;
		padding: 8.5vw -15px;
	}
	.kokuyo-st-container .pagetop {
		width: 100%;
	}
	.kokuyo-st-container .pagetop a {
		margin-right: 15px;
	}
}
@media screen and (max-width: 750px) {
	body {
		min-width: inherit;
	}
	.kokuyo-st-container .pagetop a {
		margin-right: 0;
	}
}
#ktsCont .kv {
	width: 100%;
	position: relative;
}
#ktsCont .kv .kv_wrap {
	/*max-width: 1380px;*/
	width: 100%;
	padding: 0;
	margin: 0 auto;
}
#ktsCont .kv .kv_box {
	position: relative;
}
#ktsCont .kv .kv_wrap img {
	width: 100% !important;
	height: auto !important;
}
@media screen and (max-width: 750px) {
	#ktsCont .kv {}
	#ktsCont .kv .kv_wrap {
		width: 100%;
	}
}
#ktsCont sup {
	font-size: 70% !important;
	vertical-align: super !important;
	line-height: inherit !important;
}
#ktsCont sub {
	font-size: 70% !important;
	vertical-align: sub !important;
	line-height: inherit !important;
}
/**/
/**/
/* ==================================================
Page style
================================================== */
/*  ページ固有Table
-----------------------------------*/
#ktsCont .table .c01 th {
	background-color: #fafafa;
	/*color: #ffffff;*/
	text-align: center;
	border-color: #575757;
}
#ktsCont .table .c01 td {
	background-color: #ffffff;
	text-align: center;
	border-color: #575757;
}
#ktsCont .table .c02 th {
	background-color: #2289cb;
	color: #ffffff;
	text-align: center;
}
#ktsCont .table .c02 td {
	background-color: #dbeaf9;
	text-align: center;
}
#ktsCont .table .c03 th {
	background-color: #6ccfe2;
	color: #ffffff;
	text-align: center;
}
#ktsCont .table .c03 td {
	background-color: #dff5f9;
	text-align: center;
}
#ktsCont .table .c04 th {
	background-color: #ffbe2c;
	color: #ffffff;
	text-align: center;
}
#ktsCont .table .c04 td {
	background-color: #fdf7d6;
	text-align: center;
}
#ktsCont .table table td:first-child.bdL {
	border-left: 1px solid #595757;
	;
}
#ktsCont .table p {
	white-space: nowrap;
}
@media screen and (max-width: 750px) {
	#ktsCont .table th, #ktsCont .table td {
		white-space: nowrap;
	}
}
#ktsCont .table table th {
	font-size: 18px !important;
	line-height: 1.4em;
}
#ktsCont .table table td {
	font-size: 18px !important;
	line-height: 1.4em;
}
/*  ナビゲーション 並びhack
-----------------------------------*/
#stationery #lnavi ul.ktsGnaviList.wrap::after {
	content: none;
}
#stationery #lnavi {
	width: 100%;
	background: #fff;
	z-index: 99;
	border-bottom: 1px solid #bcbcbc;
}
#stationery #lnavi.fixed {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
}
#stationery #lnavi ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 900px;
	margin: 0 auto;
	height: 60px;
	line-height: 60px;
	font-size: 15px;
}
#stationery #lnavi ul li {
	/*font-family: 'Noto Sans JP', sans-serif;*/
	font-family: 'M PLUS Rounded 1c', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	text-align: center;
	font-size: 18px;
	/*width: 100%;
	max-width: 316px;
	letter-spacing: 0.2em;*/
}
#stationery #lnavi ul li a {
	display: inline-block;
	color: #575757;
	text-decoration: none;
}
#stationery #lnavi ul li a:hover {
	color: #0097d8;
}
#stationery #lnavi ul li a.now {
	color: #0097d8;
}
/*  動画埋め込み
-----------------------------------*/
#ktsCont .movie {
	width: 100%;
	margin: 0 auto;
}
#ktsCont .movie_wrap {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
#ktsCont .movie_wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/**/
/**/
/* ==================================================
ページ固有 style
================================================== */
#stationery #lnavi.fixed {
	z-index: 50;
}
#ktsCont section.first-child {
	/*margin-top: 135px;*/
}
#ktsCont a {
	color: #262626;
}
#ktsCont a:hover {
	color: #313131;
}
#ktsCont img {
	width: 100%;
	height: auto;
}
#ktsCont strong {
	font-weight: 700;
}
#ktsCont h2.sec_title {
	display: inline;
	text-align: center;
	font-size: 32px;
	line-height: 1.2em;
	font-weight: 700;
	color: #333333;
	padding: 0 0.3em 0 0.5em;
	letter-spacing: 0.2em;
}
@media screen and (max-width: 750px) {
	#ktsCont section.first-child {
		/*margin-top: 16vw;*/
	}
	#ktsCont h2.sec_title {
		font-size: 6.82666vw;
	}
}
/**/
#ktsCont .blink02 {
	animation: blinkAnime01 .7s infinite alternate;
}
.fluffy1 {
	animation: fluffy1 4.5s ease infinite;
}
.fluffy2 {
	animation: fluffy2 4.5s ease infinite;
}
@keyframes fluffy1 {
	0% {
		transform: translateY(-5px)
	}
	25% {
		transform: translateY(5px)
	}
	50% {
		transform: translateY(-5px)
	}
	75% {
		transform: translateY(5px)
	}
	100% {
		transform: translateY(-5px)
	}
}
@keyframes fluffy2 {
	0% {
		transform: translateY(5px)
	}
	25% {
		transform: translateY(-5px)
	}
	50% {
		transform: translateY(5px)
	}
	75% {
		transform: translateY(-5px)
	}
	100% {
		transform: translateY(5px)
	}
}
#ktsCont .animated {
	animation-duration: 2s;
	animation-fill-mode: both;
	animation-iteration-count: infinite;
}
@keyframes blink03 {
	from {
		animation-timing-function: ease;
		opacity: 0.0;
	}
	to {
		animation-timing-function: ease;
		opacity: 0.0;
	}
	30% {
		animation-timing-function: ease;
		opacity: 1;
	}
	70% {
		animation-timing-function: ease;
		opacity: 1;
	}
}
#ktsCont .blink03 {
	animation-name: blink03;
}
/**/
#ktsCont .underBorder01 {
	background: linear-gradient(#b6e1ff, #b6e1ff) 0 100% / 0 0.6em no-repeat;
	text-decoration: none;
	transition: background-size 0.5s;
	padding-bottom: 0em !important;
}
#ktsCont .underBorder01.view {
	background-size: 100% 0.6em;
}
#ktsCont .plat {
	font-feature-settings: "palt";
}
/*  BG
-----------------------------------*/
#ktsCont .bg_wrap01 {
	max-width: 1920px;
	margin: 0 auto;
	background-image: url(../img/BG_pc2.svg);
	background-position: center top;
	background-size: 1920px auto;
	background-repeat: no-repeat;
}
@media screen and (max-width: 750px) {
	#ktsCont .bg_wrap01 {
		background-image: url(../img/BG_sp2.svg);
		background-position: center top;
		background-size: 100vw auto;
	}
}
/*  .top_title_wrap
-----------------------------------*/
#ktsCont .top_title_wrap {
	width: 1180px;
	height: 465px;
	margin: 0 auto;
	position: relative;
	background-image: url(../img/top_title.png);
	background-position: right bottom;
	background-size: 623px auto;
	background-repeat: no-repeat;
}
#ktsCont h1.top_h1_title {
	display: block;
	width: 757px;
	position: absolute;
	left: 50px;
	top: 50px;
}
@media screen and (max-width: 750px) {
	#ktsCont .top_title_wrap {
		width: 90.66666vw;
		height: 112vw;
		background-position: left bottom;
		background-size: 82vw auto;
		padding-top: 4vw;
	}
	#ktsCont h1.top_h1_title {
		width: 100%;
		position: static;
	}
}
#ktsCont .top_img_wrap {
	width: 1110px;
	height: 1050px;
	position: relative;
	margin: 0 auto;
}
#ktsCont .kodomo {
	width: 535px;
	position: absolute;
	right: 0;
	top: 43px;
}
#ktsCont .top_slideIn_img_01 {
	width: 630px;
	position: absolute;
	left: 0;
	top: 0;
}
#ktsCont .top_slideIn_img_02 {
	width: 557px;
	position: absolute;
	right: 0;
	bottom: 0;
}
#ktsCont .top_img_01 {
	width: 444px;
	position: absolute;
	left: 98px;
	bottom: 70px;
}
@media screen and (max-width: 750px) {
	#ktsCont .top_img_wrap {
		width: 100%;
		height: 280vw;
		position: relative;
	}
	#ktsCont .kodomo {
		width: 80vw;
		position: static;
		margin: -2vw auto 0 auto;
	}
	#ktsCont .top_slideIn_img_01 {
		width: 92vw;
		position: absolute;
		left: auto;
		right: 0;
		top: 56vw;
	}
	#ktsCont .top_slideIn_img_02 {
		width: 80vw;
		position: absolute;
		right: 10vw;
		bottom: auto;
		top: 155vw;
	}
	#ktsCont .top_img_01 {
		width: 62.4vw;
		position: absolute;
		left: 19.2vw;
		bottom: 0;
	}
}
/*  .bg_wrap02
-----------------------------------*/
#ktsCont .bg_wrap02 {
	max-width: 1380px;
	margin: 40px auto 0 auto;
	position: relative;
}
#ktsCont .bottom_txt {
	width: 535px;
	position: absolute;
	/*left: 120px;
	top: 370px;*/
	left: 8.6%;
	top: 41.4%;
}
@media screen and (max-width: 750px) {
	#ktsCont .bg_wrap02 {
		width: 100%;
		margin: 27.73333vw auto 0 auto;
	}
	#ktsCont .bottom_txt {
		width: 71.2vw;
		left: 15.2vw;
		top: -12vw;
	}
}
/*  #ank_Ask
-----------------------------------*/
#ktsCont #ank_Ask {
	padding-top: 25px;
}
#ktsCont .ask_tutle {
	display: block;
	width: 886px;
	margin: 0 auto;
}
#ktsCont .ask_link_wrap {
	width: 860px;
	margin: 40px auto 0 auto;
	display: flex;
	justify-content: space-between;
}
#ktsCont .ask_link {
	width: 410px;
	margin: 0;
}
@media screen and (max-width: 750px) {
	#ktsCont #ank_Ask {
		padding-top: 22.66666vw;
	}
	#ktsCont .ask_tutle {
		width: 86.93333vw;
	}
	#ktsCont .ask_link_wrap {
		width: 100%;
		margin-top: 9vw;
		display: block;
	}
	#ktsCont .ask_link {
		width: 87.46666vw;
		margin: 5.33333vw auto 0 auto;
	}
}
#ktsCont .ask_buyhere {
	width: 324px;
	margin: 70px auto 0 auto;
}
#ktsCont .ask_1buy_txt {
	width: 351px;
	margin: 0 auto 0 auto;
}
#ktsCont .ask_link_flex {
	display: flex;
	justify-content: space-between;
	margin-top: 13px;
}
#ktsCont .ask_link_s {
	width: 200px;
}
#ktsCont .ask_manbuy_txt {
	width: 193px;
	margin: 0 auto 0 auto;
}
#ktsCont .ask_link_l {
	margin-top: 13px;
}
#ktsCont .ask_sample_txt {
	width: 661px;
	margin: 65px auto 0 auto;
}
@media screen and (max-width: 750px) {
	#ktsCont .ask_buyhere {
		width: 64vw;
		margin-top: 13.33333vw;
	}
	#ktsCont .ask_1buy_txt {
	width: 77.06666vw;
	margin: 0 auto 0 auto;
}
	#ktsCont .ask_link_flex {
		margin-top: 2.66666vw;
	}
	#ktsCont .ask_link_s {
		width: 42.66666vw;
	}
	#ktsCont .ask_manbuy_txt {
		width: 41.06666vw;
	}
	#ktsCont .ask_link_l {
		margin-top: 2.66666vw;
	}
	#ktsCont .ask_sample_txt {
		width: 80.53333vw;
		margin-top: 13.33333vw;
	}
}
/*  #ank_Movie
-----------------------------------*/
#ktsCont #ank_Movie {
	padding-top: 20px;
}
#ktsCont .mov_bg {
	width: 1037px;
	height: 795px;
	margin: 75px auto 0 auto;
	position: relative;
	background-image: url(../img/mov_bg.png);
	background-position: center top;
	background-size: 1037px auto;
	background-repeat: no-repeat;
}
#ktsCont .mov_title {
	width: 612px;
	margin: 0 auto 0 auto;
}
#ktsCont .mov_wrap {
	width: 854px;
	margin: 50px auto 0 auto;
}
@media screen and (max-width: 750px) {
	#ktsCont #ank_Movie {
		padding-top: 2vw;
	}
	#ktsCont .mov_bg {
		width: 89.6vw;
		height: 70.7vw;
		margin: 15.46666vw auto 0 auto;
		background-position: center top 2vw;
		background-size: 89.6vw auto;
	}
	#ktsCont .mov_title {
		width: 52.8vw;
	}
	#ktsCont .mov_wrap {
		width: 73.86666vw;
		margin: 4.3vw auto 0 auto;
	}
}
/*  .ank_Komari
-----------------------------------*/
#ktsCont .ank_Komari {
	padding-top: 190px;
	position: relative;
}
#ktsCont .komari_title {
	width: 793px;
	margin: 0 auto 0 auto;
}
#ktsCont .komari_fukidashi_wrap {
	width: 1052px;
	margin: 25px auto 0 auto;
	display: flex;
	justify-content: space-between;
}
#ktsCont .komari_fukidashi_01 {
	width: 336px;
	margin: 0;
}
#ktsCont .komari_fukidashi_02 {
	width: 336px;
	margin: 67px 0 0 0;
}
#ktsCont .komari_fukidashi_03 {
	width: 336px;
	margin: 0;
}
#ktsCont .komari_img {
	width: 342px;
	margin: -30px auto 0 auto;
}
#ktsCont .komari_sokode {
	width: 287px;
	position: absolute;
	left: 50%;
	bottom: -230px;
	transform: translateX(-50%);
}
@media screen and (max-width: 750px) {
	#ktsCont .ank_Komari {
		padding-top: 18.5vw;
	}
	#ktsCont .komari_title {
		width: 64.53333vw;
	}
	#ktsCont .komari_fukidashi_wrap {
		width: 100%;
		margin: 0 auto 0 auto;
		display: block;
	}
	#ktsCont .komari_fukidashi_01 {
		width: 56.37vw;
		margin: 2.6vw 0 0 5.33333vw;
	}
	#ktsCont .komari_fukidashi_02 {
		width: 56.37vw;
		margin: -10vw 0 0 41.33333vw;
	}
	#ktsCont .komari_fukidashi_03 {
		width: 56.37vw;
		margin: -2.5vw auto 0 auto;
	}
	#ktsCont .komari_img {
		width: 51vw;
		margin: 0 auto 0 auto;
	}
	#ktsCont .komari_sokode {
		width: 40vw;
		margin: 0 auto 0 auto;
		bottom: -30vw;
	}
}
/**/
#ktsCont .updown01 {
	animation-name: updown1;
	animation-delay: 0s;
	animation-duration: 3s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
}
@keyframes updown1 {
	0% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-10px);
	}
	100% {
		transform: translateY(0);
	}
}
@media screen and (max-width: 750px) {
	@keyframes updown1 {
		0% {
			transform: translateY(0);
		}
		50% {
			transform: translateY(-1vw);
		}
		100% {
			transform: translateY(0);
		}
	}
}
#ktsCont .updown02 {
	animation-name: updown2;
	animation-delay: 0s;
	animation-duration: 3s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
}
@keyframes updown2 {
	0% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(10px);
	}
	100% {
		transform: translateY(0);
	}
}
@media screen and (max-width: 750px) {
	@keyframes updown2 {
		0% {
			transform: translateY(0);
		}
		50% {
			transform: translateY(1vw);
		}
		100% {
			transform: translateY(0);
		}
	}
}
/*  #ank_Function
-----------------------------------*/
#ktsCont #ank_Function {
	margin-top: 130px;
	padding-top: 25px;
}
#ktsCont .func_title {
	width: 928px;
	margin: 0 auto 0 auto;
}
#ktsCont .func_img_top {
	width: 1077px;
	margin: -10px auto 0 auto;
}
@media screen and (max-width: 750px) {
	#ktsCont #ank_Function {
		margin-top: 18vw;
		padding-top: 6vw;
	}
	#ktsCont .func_title {
		width: 90.4vw;
	}
	#ktsCont .func_img_top {
		width: 90.13333vw;
		margin-top: -7.5vw;
	}
}
#ktsCont .func_01 {
	margin-top: 50px;
}
#ktsCont .func_img_01-01 {
	width: 1017px;
	margin: 0 auto 0 auto;
}
#ktsCont .func_img_01-title {
	width: 683px;
	margin: 18px auto 0 auto;
}
#ktsCont .funk_txt {
	font-size: 22px;
	text-align: center;
	line-height: 1.7em;
	margin-top: 25px;
}
#ktsCont .func_img_smp {
	width: 320px;
	margin: 25px auto 0 auto;
}
@media screen and (max-width: 750px) {
	#ktsCont .func_01 {
		margin-top: 15vw;
	}
	#ktsCont .func_img_01-01 {
		width: 80.26666vw;
	}
	#ktsCont .func_img_01-title {
		width: 76.53333vw;
		margin: 2vw auto 0 auto;
	}
	#ktsCont .funk_txt {
		font-size: 4vw;
		margin-top: 5vw;
	}
	#ktsCont .func_img_smp {
		width: 76.8vw;
		margin: 5vw auto 0 auto;
	}
}
#ktsCont .func_02 {
	margin-top: 50px;
}
#ktsCont .func_img_02-01 {
	width: 1010px;
	margin: 0 auto 0 auto;
}
#ktsCont .func_img_02-title {
	width: 486px;
	margin: 18px auto 0 auto;
}
#ktsCont .func_img_smp_wrap {
	width: 780px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
#ktsCont .func_img_smp2 {
	width: 240px;
	margin: 25px auto 0 auto;
}
@media screen and (max-width: 750px) {
	#ktsCont .func_02 {
		margin-top: 8vw;
	}
	#ktsCont .func_img_02-01 {
		width: 80vw;
	}
	#ktsCont .func_img_02-title {
		width: 72.8vw;
		margin: 2vw auto 0 auto;
	}
	#ktsCont .func_img_smp_wrap {
		width: 780px;
		margin: 0 auto;
	}
	#ktsCont .func_img_smp_wrap {
		width: 64vw;
		display: block;
	}
	#ktsCont .func_img_smp2 {
		width: 64vw;
		margin: 5.5vw auto 0 auto;
	}
}
#ktsCont .func_03 {
	margin-top: 110px;
}
#ktsCont .func_img_03-01 {
	width: 710px;
	margin: 0 auto 0 auto;
}
#ktsCont .func_img_03-title {
	width: 358px;
	margin: -10px auto 0 auto;
}
@media screen and (max-width: 750px) {
	#ktsCont .func_03 {
		margin-top: 14vw;
	}
	#ktsCont .func_img_03-01 {
		width: 82.13333vw;
		margin: 0 auto 0 auto;
	}
	#ktsCont .func_img_03-title {
		width: 76.26666vw;
		margin: 1vw auto 0 auto;
	}
}
/*  .item
-----------------------------------*/
#ktsCont .item {
	margin-top: 140px;
}
#ktsCont .item_img_01 {
	width: 734px;
	margin: 0 auto 0 auto;
	padding-left: 80px;
}
#ktsCont .item_txt_wrap01 {
	width: 1035px;
	margin: 50px auto 0 auto;
	position: relative;
}
#ktsCont .item_txt {
	font-size: 18px;
	line-height: 1.7em;
	margin-left: 99px;
}
#ktsCont .item_img_02 {
	width: 320px;
	position: absolute;
	right: 0;
	top: -140px;
}
#ktsCont .item_parts {
	width: 1035px;
	margin: 140px auto 0 auto;
}
#ktsCont .item_link_txt {
	font-size: 22px;
	text-align: center;
	margin-top: 60px;
}
#ktsCont .manu_link {
	width: 410px;
	margin: 25px auto 0 auto;
}
@media screen and (max-width: 750px) {
	#ktsCont .item {
		margin-top: 21.33333vw;
	}
	#ktsCont .item_img_01 {
		width: 94vw;
		padding-left: 3vw;
	}
	#ktsCont .item_txt_wrap01 {
		width: 100%;
		margin: 6.66666vw auto 0 auto;
		position: relative;
	}
	#ktsCont .item_txt {
		font-size: 4vw;
		line-height: 1.7em;
		margin-left: 0;
		text-align: center;
	}
	#ktsCont .item_img_02 {
		width: 59.2vw;
		position: static;
		margin: 6.4vw auto 0 auto;
	}
	#ktsCont .item_parts {
		width: 92.53333vw;
		margin: 4vw auto 0 auto;
	}
	#ktsCont .item_link_txt {
		font-size: 4.8vw;
		text-align: center;
		margin-top: 8vw;
		line-height: 1.7em;
	}
	#ktsCont .manu_link {
		width: 87.46666vw;
		margin: 4vw auto 0 auto;
	}
}
/*  .ask_tutle
-----------------------------------*/
#ktsCont .ask_tutle_bottom {
	margin-top: 230px;
}
@media screen and (max-width: 750px) {
	#ktsCont .ask_tutle_bottom {
		margin-top: 30vw
	}
}
/*  #ank_Lineup
-----------------------------------*/
#ktsCont .lineup_item_01 {
	width: 836px;
	margin: 70px auto 0 auto;
}
#ktsCont .Lineup_note_wrap {
	width: 750px;
	border: 1px solid #262626;
	border-radius: 10px;
	margin: 80px auto 0 auto;
	padding: 25px;
	text-align: justify;
	text-justify: inter-ideograph;
	font-feature-settings: "palt";
}
#ktsCont .Lineup_note_wrap p {
	font-size: 16px;
	line-height: 1.6em;
}
#ktsCont .Lineup_note_wrap p span {
	color: #e50012;
}
@media screen and (max-width: 750px) {
	#ktsCont .lineup_item_01 {
		width: 91.6vw;
		margin: 12.8vw auto 0 auto;
	}
	#ktsCont .Lineup_note_wrap {
		width: 90vw;
		margin: 16vw auto 0 auto;
		padding: 4vw;
	}
	#ktsCont .Lineup_note_wrap p {
		font-size: 3.73333vw;
	}
}
/**/
#ktsCont .tableWrap {
	width: 950px;
	margin: 0 auto;
}
#ktsCont .table {
	width: 950px;
	margin: 0 auto;
}
#ktsCont .table table td.itemColor_01 {
	background-image: url(../img/itemColor_01.svg);
	background-size: 20px 20px;
	background-repeat: no-repeat;
	background-position: 15px center;
	padding-left: 40px;
}
#ktsCont .table table td.itemColor_02 {
	background-image: url(../img/itemColor_02.svg);
	background-size: 20px 20px;
	background-repeat: no-repeat;
	background-position: 15px center;
	padding-left: 40px;
}
#ktsCont .table table td.itemColor_03 {
	background-image: url(../img/itemColor_03.svg);
	background-size: 20px 20px;
	background-repeat: no-repeat;
	background-position: 15px center;
	padding-left: 40px;
}
#ktsCont .table table td.itemColor_04 {
	background-image: url(../img/itemColor_04.svg);
	background-size: 20px 20px;
	background-repeat: no-repeat;
	background-position: 15px center;
	padding-left: 40px;
}
#ktsCont .table table td.itemColor_05 {
	background-image: url(../img/itemColor_05.svg);
	background-size: 20px 20px;
	background-repeat: no-repeat;
	background-position: 15px center;
	padding-left: 40px;
}
#ktsCont p.tableNote {
	font-size: 18px
}
@media screen and (max-width: 750px) {
	#ktsCont .tableWrap {
		width: 100%;
		overflow-x: scroll;
	}
	#ktsCont .table {}
	#ktsCont .table table th {
		font-size: 14px !important;
	}
	#ktsCont .table table td {
		font-size: 14px !important;
	}
	#ktsCont .table table td.itemColor_01 {
		background-size: 16px 16px;
		background-position: 6px center;
		padding-left: 30px;
	}
	#ktsCont .table table td.itemColor_02 {
		background-size: 16px 16px;
		background-position: 6px center;
		padding-left: 30px;
	}
	#ktsCont .table table td.itemColor_03 {
		background-size: 16px 16px;
		background-position: 6px center;
		padding-left: 30px;
	}
	#ktsCont .table table td.itemColor_04 {
		background-size: 16px 16px;
		background-position: 6px center;
		padding-left: 30px;
	}
	#ktsCont .table table td.itemColor_05 {
		background-size: 16px 16px;
		background-position: 6px center;
		padding-left: 30px;
	}
	#ktsCont p.tableNote {
		font-size: 14px;
		line-height: 1.5em;
	}
}
/**/
/**/
.fadein_top {
	opacity: 0;
	transform: translate(0, -50px);
	transition: all 1s;
	display: block;
}
.fadein_bottom {
	opacity: 0;
	transform: translate(0, 50px);
	transition: all 1s;
	display: block;
}
.fadein_left {
	opacity: 0;
	transform: translate(-50px, 0);
	transition: all 1s;
	display: block;
}
.fadein_right {
	opacity: 0;
	transform: translate(50px, 0);
	transition: all 1s;
	display: block;
}
.fadein_top.scrollin, .fadein_bottom.scrollin, .fadein_left.scrollin, .fadein_right.scrollin {
	opacity: 1;
	transform: translate(0, 0);
}