@charset "UTF-8";
/**/
/**/
/* ==================================================
Page Cont
================================================== */
#ktsCont {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #373d3f;
	font-size: 18px;
	line-height: 1.6em;
	background-color: #FFFFFF;
	word-break: break-all;
}
@media screen and (max-width: 750px) {
	#ktsCont {
		font-size: 3.73831vw;
	}
}
#ktsCont * {
	box-sizing: border-box;
}
/**/
/**/
/* ==================================================
Page wrap & kye visual
================================================== */
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont #contents .wrap {
	width: 808px;
	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: 80px 15px;
	}
	.kokuyo-st-container #kokuyo-st-main-contents #ktsCont #contents .wrap2 {
		width: 100%;
		padding: 80px -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%;
}
#ktsCont .kv .kv_wrap {
	width: 1048px;
	padding: 0;
	margin: 0 auto;
}
#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%;
	}
}
/**/
/**/
/* ==================================================
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: 16px !important;
	line-height: 1.4em;
}
#ktsCont .table table td {
	font-size: 16px !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 {
	display: inline-block;
	text-align: center;
	font-size: 16px;
	/*width: 100%;
	max-width: 316px;*/
}
#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
================================================== */
#ktsCont a {
	color: #262626;
}
#ktsCont a:hover {
	color: #313131;
}
#ktsCont img {
	width: 100%;
	height: auto;
}
#ktsCont p {
	font-size: 18px;
	line-height: 1.7em;
}
@media screen and (max-width: 750px) {
	#ktsCont p {
		font-size: 4.8vw;
		line-height: 1.6em;
	}
}
#ktsCont .sec_bg01 {
	background-color: #d9efef;
}
/**/
#ktsCont .underBorder01 {
	background: linear-gradient(#c7e6e6, #c7e6e6) 0 100% / 0 0.5em no-repeat;
	text-decoration: none;
	transition: background-size 0.5s;
	padding-bottom: 0.2em !important;
}
#ktsCont .underBorder01.view {
	background-size: 100% 0.5em;
}
/*  #ank_Feature
-----------------------------------*/
#ktsCont #ank_Feature {
	text-align: center;
}
#ktsCont h2.Feature {
	display: inline;
	font-size: 34px;
	font-weight: bold;
	line-height: 1em;
	margin: 0;
}
#ktsCont .Feature_img_01 {
	width: 805px;
	margin: 30px auto 65px auto;
}
#ktsCont p.Feature_txt {
	font-size: 22px;
	line-height: 1em;
	margin-top: 30px;
}
#ktsCont h3.Feature {
	font-size: 28px;
	line-height: 1.5em;
	font-weight: bold;
	margin-top: 14px;
}
#ktsCont h3.Feature small {
	font-size: 22px;
	font-weight: normal;
}
@media screen and (max-width: 750px) {
	#ktsCont h2.Feature {
		font-size: 6.4vw;
		font-feature-settings: "palt";
	}
	#ktsCont .Feature_img_01 {
		width: 90vw;
		margin: 8vw auto 16vw auto;
	}
	#ktsCont p.Feature_txt {
		font-size: 4.8vw;
		font-feature-settings: "palt";
		margin-top: 9vw;
	}
	#ktsCont h3.Feature {
		font-size: 5.8vw;
		font-feature-settings: "palt";
		margin-top: 2.7vw;
	}
	#ktsCont h3.Feature small {
		font-size: 4.8vw;
	}
}
#ktsCont .point_wrap {
	margin-top: 70px;
}
#ktsCont h4.point_ttl {
	font-size: 34px;
	line-height: 1.6em;
	font-weight: bold;
	background-position: center top;
	background-size: 86px auto;
	background-repeat: no-repeat;
	padding-top: 100px;
}
#ktsCont h4.point_ttl span {
	padding-bottom: 0.1em;
	background: linear-gradient(transparent 60%, #fff100 60%);
}
#ktsCont h4.point_ttl.point_01 {
	background-image: url(../img/point_01.svg);
}
#ktsCont h4.point_ttl.point_02 {
	background-image: url(../img/point_02.svg);
}
#ktsCont h4.point_ttl.point_03 {
	background-image: url(../img/point_03.svg);
}
#ktsCont .point_box {
	background-color: #d8eab1;
	margin-top: 30px;
}
#ktsCont .point_flex_01 {
	width: 800px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	padding: 35px 0 0 0;
}
#ktsCont .point_flex_02 {
	width: 735px;
	margin: 0 auto;
	padding: 35px 0 0 0;
}
#ktsCont .point_flex_03 {
	width: 860px;
	margin: 0 auto;
	padding: 35px 0 20px 0;
}
#ktsCont .point_box p {
	font-size: 18px;
	line-height: 1.7em;
	font-feature-settings: "palt";
}
#ktsCont .point_01L {
	/*width: 440px;*/
}
#ktsCont .point_01R {
	/*width: 310px;*/
}
#ktsCont .point_img_01-1 {
	width: 288px;
	margin: 15px auto 0 auto;
}
#ktsCont .point_img_01-2 {
	width: 263px;
	margin: 85px auto 0 auto;
}
@media screen and (max-width: 750px) {
	#ktsCont .point_wrap {
		margin-top: 18vw;
	}
	#ktsCont h4.point_ttl {
		font-size: 6.4vw;
		background-size: 22.9vw auto;
		padding-top: 26.6vw;
	}
	#ktsCont h4.point_ttl.point_01 {}
	#ktsCont h4.point_ttl.point_02 {}
	#ktsCont h4.point_ttl.point_03 {}
	#ktsCont .point_box {
		margin-top: 8vw;
	}
	#ktsCont .point_flex_01 {
		width: 100%;
		display: block;
		padding: 9vw 0;
	}
	#ktsCont .point_flex_02 {
		width: 78vw;
		padding: 9vw 0;
	}
	#ktsCont .point_flex_03 {
		width: 100vw;
		padding: 9vw 0 3vw 0;
	}
	#ktsCont .point_box p {
		font-size: 4.8vw;
	}
	#ktsCont .point_01L {
		width: 100%;
	}
	#ktsCont .point_01R {
		width: 100%;
	}
	#ktsCont .point_img_01-1 {
		width: 59.2vw;
		margin-top: 8vw;
	}
	#ktsCont .point_img_01-2 {
		width: 53.3vw;
		margin-top: 10vw;
	}
}
#ktsCont .Feature_img_02 {
	width: 808px;
	margin: 70px auto 0 auto;
	display: flex;
	justify-content: space-between;
}
#ktsCont .Feature_img_02_box {
	width: 240px;
}
#ktsCont .Feature_img_02_box p {
	font-size: 18px;
	line-height: 1.6em;
	text-align: justify;
	text-justify: inter-ideograph;
	margin-top: 0.3em;
}
@media screen and (max-width: 750px) {
	#ktsCont .Feature_img_02 {
		width: 100%;
		margin: 0;
		display: block;
	}
	#ktsCont .Feature_img_02_box {
		width: 64vw;
		margin: 13vw auto 0 auto;
	}
	#ktsCont .Feature_img_02_box p {
		font-size: 4.8vw;
	}
}
#ktsCont p .futomoji {
	font-size: 22px;
	font-weight: bold;
}
@media screen and (max-width: 750px) {
	#ktsCont p .futomoji {
		font-size: 5.3vw;
	}
}
/*  #ank_Forte
-----------------------------------*/
#ktsCont {}
@media screen and (max-width: 750px) {
	#ktsCont {}
}
/*  #ank_Lineup
-----------------------------------*/
#ktsCont h2.sec_title {
	font-size: 34px;
	line-height: 1.5em;
	font-weight: bold;
}
#ktsCont h3.lineup_h3 {
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.5em;
	margin-top: 60px;
}
#ktsCont h3.lineup_h3 span {
	padding-bottom: 0.1em;
	background: linear-gradient(transparent 60%, #fff100 60%);
}
#ktsCont p.itemname {
	text-align: center;
	font-size: 20px;
	line-height: 1.5em;
	margin-top: 38px;
	margin-bottom: 0.7em;
}
#ktsCont p.itemname span {
	padding-bottom: 0.2em;
	border-bottom: 3px dotted #333333;
}
#ktsCont .lineup_item01 {
	width: 808px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
#ktsCont .lineup_item_01 {
	width: 187px;
	position: relative;
}
#ktsCont .lineup_item_01 img {
	position: absolute;
	bottom: 0;
}
#ktsCont .lineup_item_img {
	width: 170px;
}
#ktsCont .lineup_item_img2 {
	width: 170px;
}
#ktsCont .lineup_item_img2 img {
}
#ktsCont .item3ko {
	margin-left: 200px;
}
@media screen and (max-width: 750px) {
	#ktsCont h2.sec_title {
		font-size: 6.4vw;
	}
	#ktsCont h3.lineup_h3 {
		font-size: 5.3vw;
		margin-top: 8vw;
	}
	#ktsCont p.itemname {
		font-size: 4.8vw;
		margin-top: 6.6vw;
		margin-bottom: 0.1em;
	}
	#ktsCont .lineup_item01 {
		width: 87vw;
	}
	#ktsCont .lineup_item_01 {
		width: 40.8vw;
		margin-top: 8vw;
	}
	#ktsCont .lineup_item_01 img {
		position: static;
	}
	#ktsCont .lineup_item_img {
		width: 36.2vw;
		margin-top: 8vw;
	}
	#ktsCont .lineup_item_img2 {
		width: 100%;
		margin-top: 8vw;
	}
	#ktsCont .lineup_item_img2 img {
		width: 36.2vw;
		margin: 0 auto;
		display: block;
	}
	#ktsCont .item3ko {
		margin-left: 0;
	}
}
#ktsCont .tableWrap {
	width: 808px;
}
#ktsCont .note {
	max-width: 808px;
	margin-top: 60px;
}
#ktsCont .note p {
	font-size: 22px;
	color: #3d6f7c;
	font-weight: bold;
}
@media screen and (max-width: 750px) {
	#ktsCont .tableWrap {
		width: 100%;
		max-width: 808px;
	}
	#ktsCont .note {}
	#ktsCont .note p {
		font-size: 18px;
		line-height: 1.6em;
		text-align: center;
	}
}
#ktsCont p.tableNote {
	font-size: 16px
}
#ktsCont .table table td.itemColor_01 {
	background-image: url(../img/itemColor_01.svg);
	background-size: 20px 20px;
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-left: 35px;
}
#ktsCont .table table td.itemColor_02 {
	background-image: url(../img/itemColor_02.svg);
	background-size: 20px 20px;
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-left: 35px;
}
#ktsCont .table table td.itemColor_03 {
	background-image: url(../img/itemColor_03.svg);
	background-size: 20px 20px;
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-left: 35px;
}
@media screen and (max-width: 750px) {
	#ktsCont .table table th {
		font-size: 14px !important;
		font-feature-settings: "palt";
	}
	#ktsCont .table table td {
		font-size: 14px !important;
		font-feature-settings: "palt";
	}
	#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 p.tableNote {
		font-size: 14px;
		line-height: 1.5em;
	}
}
/*slide*/
#ktsCont .slide_wrap {
	width: 100%;
	margin-top: 50px;
}
#ktsCont .slide_koe {}
#ktsCont .slide_koe_box {
	width: 316px;
	position: relative;
	margin: 0 0px;
}
#ktsCont .slide_koe_moji {
	position: absolute;
	left: 0px;
	top: 0px;
}
.slick-list.draggable {
	padding: 0 !important;
}
@media screen and (max-width: 750px) {
	#ktsCont .slide_wrap {
		margin-top: 30px;
	}
	#ktsCont .slide_koe_box {
		width: 300px;
		margin: 0;
	}
}