@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=Klee+One:wght@400;600&display=swap');
#ktsCont {
	/*font-family: 'Noto Sans JP', sans-serif;
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;*/
	font-family: 'Klee One', cursive;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #262626;
	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: 1100px;*/
	width: 100%;
	padding: 0;
	margin: 0 auto;
}
#ktsCont .kv .kv_box {
	position: relative;
}
#ktsCont .kv .kv_wrap img {
	width: 100% !important;
	height: auto !important;
}
#ktsCont .kv .kv_box video {
	width: 100%;
}
@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: 1100px;
	margin: 0 auto;
	height: 60px;
	line-height: 60px;
	font-size: 15px;
	text-align: center;
}
#stationery #lnavi ul li {
	/*font-family: 'Noto Sans JP', sans-serif;*/
	font-family: 'Klee One', cursive;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	text-align: center;
	/*font-size: 18px;*/
	font-size: 24px;
	letter-spacing: 0.05em;
	/*width: 100%;
	max-width: 316px;*/
}
#stationery #lnavi ul li a {
	display: inline-block;
	color: #262626;
	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: #000000;
}
#ktsCont img {
	width: 100%;
	height: auto;
}
#ktsCont strong {
	font-weight: 700;
}
#ktsCont h2.sec_title {
	display: inline;
	text-align: center;
	font-size: 38px;
	line-height: 1.2em;
	font-weight: 600;
	color: #262626;
	padding: 0 0.1em 0.1em 0.1em;
	border-bottom: 2px solid #262626;
	letter-spacing: 0.05em;
}
#ktsCont h3.sub_title {
	width: 444px;
	margin: 0 auto 0 auto;
}
@media screen and (max-width: 750px) {
	#ktsCont section.first-child {
		/*margin-top: 16vw;*/
	}
	#ktsCont h2.sec_title {
		font-size: 6.48vw;
	}
	#ktsCont h3.sub_title {
		width: 76.8vw;
	}
}
/**/
#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";
}
/*  TOP NAV
-----------------------------------*/
#stationery #lnavi ul li, #stationery #lnavi ul li a {
	display: flex;
	/*width: 135px;*/
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
}
#stationery #lnavi ul li a:hover {
	opacity: 0.4;
}
/*  KV
-----------------------------------*/
@media screen and (max-width: 750px) {}
/*  #ank_Top
-----------------------------------*/
#ktsCont p.top_txt {
	font-size: 25px;
	text-align: center;
	line-height: 2em;
	letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
	#ktsCont p.top_txt {
		font-size: 4.26666vw;
	}
}
/*  #ank_About
-----------------------------------*/
#ank_About {
	letter-spacing: 0.05em;
}
#ktsCont .About_wrap {
	width: 980px;
	margin: 80px auto 0 auto;
	display: flex;
	justify-content: space-between;
}
#ktsCont .About_img_OOE {
	width: 330px;
	margin: 0;
}
#ktsCont .About_box {
	width: 615px;
	position: relative;
}
#ktsCont p.About_name {
	font-size: 30px;
	line-height: 1.3em;
	font-weight: 600;
}
#ktsCont p.About_name small {
	font-size: 0.5em;
	font-weight: 400;
}
#ktsCont p.About_name span {
	font-size: 0.6em;
	font-weight: 400;
}
#ktsCont .About_box p.About_txt {
	font-size: 18px;
	line-height: 1.6em;
}
#ktsCont .About_box p.About_link {
	font-size: 20px;
	font-weight: 600;
	margin-top: 30px;
}
#ktsCont .About_box p.About_link a {
	text-decoration: underline;
}
@media screen and (max-width: 750px) {
	#ktsCont .About_wrap {
		width: 100%;
		margin-top: 8vw;
		display: block;
	}
	#ktsCont .About_img_OOE {
		width: 71.2vw;
		margin: 0 auto;
	}
	#ktsCont .About_box {
		width: 100%;
		margin-top: 2.6vw;
	}
	#ktsCont p.About_name {
		font-size: 5.8vw;
		margin-left: 12.5vw;
	}
	#ktsCont p.About_name small {}
	#ktsCont p.About_name span {}
	#ktsCont .About_box p.About_txt {
		font-size: 3.73333vw;
		margin-left: 12.5vw;
		/*letter-spacing: 0;*/
	}
	#ktsCont .About_box p.About_link {
		font-size: 4vw;
		margin-top: 5.3vw;
		text-align: center;
	}
	#ktsCont .About_box p.About_link a {}
}
/*  #ank_Function
-----------------------------------*/
#ktsCont #ank_Function {
	letter-spacing: 0.05em;
}
#ktsCont h3.Function_title {
	font-size: 25px;
	font-weight: 600;
	text-align: center;
	margin-top: 65px;
}
#ktsCont .Function_txt {
	width: 690px;
	margin: 25px auto 0 auto;
}
#ktsCont .Function_txt p {
	font-size: 20px;
	line-height: 1.6em;
	text-align: justify;
	text-justify: inter-ideograph;
}
@media screen and (max-width: 750px) {
	#ktsCont #ank_Function {}
	#ktsCont h3.Function_title {
		font-size: 5.33333vw;
		text-align: center;
		margin-top: 9.33333vw;
	}
	#ktsCont .Function_txt {
		width: 89vw;
		margin: 6.66666vw auto 0 auto;
	}
	#ktsCont .Function_txt p {
		font-size: 4.26666vw;
	}
}
#ktsCont .Function_img_wrap_01 {
	width: 1100px;
	margin: 40px auto 0 auto;
	display: flex;
	justify-content: space-between;
}
#ktsCont .Function_img_box_01 {
	width: 330px;
	margin: 0;
}
#ktsCont .Function_zu {
	width: 198px;
	margin: 0 auto;
}
#ktsCont .Function_img_box_01 p {
	font-size: 20px;
	line-height: 1.6em;
	text-align: justify;
	text-justify: inter-ideograph;
	margin-top: 50px;
}
#ktsCont .Function_img_box_01 p strong {
	font-weight: 600;
}
@media screen and (max-width: 750px) {
	#ktsCont .Function_img_wrap_01 {
		width: 89vw;
		margin: 0 auto 0 auto;
		display: block;
	}
	#ktsCont .Function_img_box_01 {
		width: 100%;
		margin: 13vw 0 0 0;
	}
	#ktsCont .Function_zu {
		width: 52.8vw;
	}
	#ktsCont .Function_img_box_01 p {
		font-size: 4.26666vw;
		margin-top: 8vw;
	}
	#ktsCont .Function_img_box_01 p strong {}
}
#ktsCont .Function_img_wrap_02 {
	width: 1100px;
	margin: 100px auto 0 auto;
	display: flex;
	justify-content: space-between;
}
#ktsCont .Function_img_box_02 {
	width: 330px;
	margin: 0;
}
#ktsCont .Function_img {
	width: 330px;
	margin: 18px 0 0 0;
}
#ktsCont .Function_img_box_02 h4 {
	font-size: 25px;
	font-weight: 600;
	text-align: center;
	white-space: nowrap;
	margin: 0 -0.5em;
}
#ktsCont .Function_img_box_02 p {
	font-size: 20px;
	line-height: 1.6em;
	text-align: justify;
	text-justify: inter-ideograph;
	margin-top: 18px;
	letter-spacing: -0.05em;
}
#ktsCont .Function_img_box_01 p strong {
	font-weight: 600;
}
@media screen and (max-width: 750px) {
	#ktsCont .Function_img_wrap_02 {
		width: 79.2vw;
		margin: 12vw auto 0 auto;
		display: block;
	}
	#ktsCont .Function_img_box_02 {
		width: 100%;
		margin: 18vw 0 0 0;
	}
	#ktsCont .Function_img {
		width: 100%;
		margin-top: 4vw;
	}
	#ktsCont .Function_img_box_02 h4 {
		font-size: 5.3vw;
	}
	#ktsCont .Function_img_box_02 p {
		font-size: 4.26666vw;
		margin-top: 4vw;
	}
	#ktsCont .Function_img_box_02 p strong {}
}
/*  #ank_Story
-----------------------------------*/
#ktsCont h3.youtube {
	font-size: 20px;
	text-align: center;
	margin-top: 55px;
}
#ktsCont .Story_youtube_wrap {
	width: 1100px;
	margin: 50px auto 0 auto;
	display: flex;
	justify-content: space-between;
}
#ktsCont .Story_youtube {
	width: 340px;
}
@media screen and (max-width: 750px) {
	#ktsCont h3.youtube {
		font-size: 4vw;
		margin-top: 6.66666vw
	}
	#ktsCont .Story_youtube_wrap {
		width: 81.33333vw;
		margin-top: 0;
		display: block
	}
	#ktsCont .Story_youtube {
		width: 100%;
		margin-top: 6vw;
	}
}
/*  #Ank_Tenpo
-----------------------------------*/
#ktsCont .Shindan_link {
	width: 560px;
	height: 50px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #262626;
}
#ktsCont .Shindan_link p {
	font-size: 20px;
	text-align: center;
}
#ktsCont .Shindan_link p a {
	text-decoration: none;
}
@media screen and (max-width: 750px) {
	#ktsCont .Shindan_link {
		width: 92vw;
		height: 13.33333vw;
	}
	#ktsCont .Shindan_link p {
		font-size: 4.53333vw;
	}
	#ktsCont .Shindan_link p a {}
}
/*  #ank_Lineup
-----------------------------------*/
#ktsCont .Lineup_img_01 {
	width: 890px;
	margin: 50px auto 0 auto;
}
@media screen and (max-width: 750px) {
	#ktsCont .Lineup_img_01 {
		width: 61vw;
		margin: 9.33333vw auto 0 auto;
	}
}
#ktsCont .tableWrap {
	margin-top: 50px !important;
}
#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 .tableWrap {
		margin-top: 13vw !important;
	}
	#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;
	}
}
/**/
/**/
#stationery .eclink ul.col2 {
	width: 404px;
	margin: 0 auto;
}
@media screen and (max-width: 750px) {
	#stationery .eclink ul.col2 {
		width: 100%;
	}
}