@charset "UTF-8";
/**/
/**/
/* ==================================================
Page Cont
================================================== */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');
#ktsCont {
	font-family: 'Noto Sans JP', 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%;
}
#ktsCont .kv .kv_wrap {
	max-width: 1920px;
	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%;
	}
}
#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 {
	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: #ECFF51;
}
#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: 100px;
}
#ktsCont a {
	color: #262626;
}
#ktsCont a:hover {
	color: #313131;
}
#ktsCont img {
	width: 100%;
	height: auto;
}
#ktsCont strong {
	font-weight: 700;
}
#ktsCont h2.sec_ttl {
	display: block;
	text-align: center;
	width: 400px;
	margin: 0 auto 0 auto;
}
@media screen and (max-width: 750px) {
	#ktsCont section.first-child {
		margin-top: 13.33333vw;
	}
	#ktsCont h2.sec_ttl {
		width: 74.66666vw;
	}
}
/**/
#ktsCont .kv_box {}
#ktsCont .kv_box .kv_cel {
	position: relative;
}
#ktsCont .kv_box .kv_cel .over {
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}
#ktsCont .blink02 {
	animation: blinkAnime01 .5s infinite alternate;
}
/* ナビカスタマイズ */
#stationery #lnavi {
	background: #525252;
	border-bottom: none;
}
#stationery #lnavi ul {
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 1130px;
	font-size: 20px;
}
#stationery #lnavi ul li {
	display: inline;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	/*width: 100%;
  max-width: 316px;*/
}
#stationery #lnavi ul li a {
	color: #FFFFFF;
}
#loading {
	width: 100vw;
	height: 100%;
	background-color: #ffffff;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10000;
}
#loading .SOFT_RING-Logo_anime {
	width: 678px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateY(-50%) translateX(-50%);
	z-index: 10001;
}
#loading .SOFT_RING-Logo_anime img {
	width: 100%;
	height: auto;
}
@media screen and (max-width: 750px) {
	#loading .SOFT_RING-Logo_anime {
		width: 88vw;
		margin: 6.66666vw auto 0 auto;
	}
}
/*  #ank_News
-----------------------------------*/
#ktsCont .news_wrap {
	width: 750px;
	margin: 45px auto 0 auto;
}
#ktsCont ul.news_box {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#ktsCont ul.news_box li {
	font-size: 18px;
	line-height: 1.7em;
	display: flex;
	margin-top: 0.5em;
}
#ktsCont ul.news_box li .news_date {
	width: 100px;
}
#ktsCont ul.news_box li .news_txt {
	width: calc(650px - 1em);
	margin-left: 1em;
	text-align: justify;
	text-justify: inter-ideograph;
	/*font-feature-settings: "palt";*/
	letter-spacing: 0.05em;
	word-break: break-all;
}
@media screen and (max-width: 750px) {
	#ktsCont .news_wrap {
		width: 88vw;
		margin: 45px auto 0 auto;
	}
	#ktsCont ul.news_box {}
	#ktsCont ul.news_box li {
		font-size: 4.2vw;
	}
	#ktsCont ul.news_box li .news_date {
		width: 25vw;
		white-space: nowrap;
	}
	#ktsCont ul.news_box li .news_txt {
		width: calc(62vw - 1em);
		word-wrap: break-word;
	}
}
#ktsCont .SOFT_RING-Logo_anime {
	width: 678px;
	margin: 100px auto 0 auto;
}
#ktsCont .top_copy_txt {
	text-align: center;
	margin-top: 95px;
	/*font-feature-settings: "palt";*/
	letter-spacing: 0.05em;
}
#ktsCont .top_copy_txt p {
	font-size: 28px;
	line-height: 1.8em;
}
@media screen and (max-width: 750px) {
	#ktsCont .SOFT_RING-Logo_anime {
		width: 88vw;
		margin: 6.66666vw auto 0 auto;
	}
	#ktsCont .top_copy_txt {
		margin-top: 4.8vw
	}
	#ktsCont .top_copy_txt p {
		font-size: 4.8vw;
	}
}
/*  #ank_Voice
-----------------------------------*/
#ktsCont .adjust_1 {
	height: 1px;
}
#ktsCont .voice_box {
	width: 1015px;
	min-height: 858px;
	margin: 90px auto 0 auto;
	padding: 0 0 60px 0;
	position: relative;
	background-image: url(../img/voiceBox_BG.svg);
	background-position: center top 270px;
	background-size: 1000px auto;
	background-repeat: no-repeat;
	text-align: center;
}
#ktsCont .voice_box p {
	font-size: 32px;
	font-weight: 500;
	line-height: 1.5em;
	margin-top: 20px;
}
#ktsCont .voice_box p.img4 {
	margin-top: 20px;
}
#ktsCont .balloon_01 {
	width: 303px;
	position: absolute;
	left: 0;
	top: 0;
}
#ktsCont .balloon_02 {
	width: 303px;
	position: absolute;
	left: 50%;
	top: 50px;
	transform: translateX(-50%);
}
#ktsCont .balloon_03 {
	width: 303px;
	position: absolute;
	right: 0;
	top: 0;
}
#ktsCont .voice01_img {
	display: block;
	width: 580px;
	margin: 355px auto 0 auto;
}
#ktsCont .voice02_img {
	display: block;
	width: 285px;
	margin: 290px auto 0 auto;
}
#ktsCont .voice03_img {
	display: block;
	width: 580px;
	margin: 270px auto 0 auto;
}
#ktsCont .voice04_img {
	display: block;
	width: 550px;
	margin: 450px auto 0 auto;
}
#ktsCont p.voice_txt {
	font-size: 16px;
	line-height: 1.7em;
	text-align: center;
	margin-top: 45px;
}
@media screen and (max-width: 750px) {
	#ktsCont .voice_box {
		width: 100%;
		min-height: auto;
		margin: 12vw auto 0 auto;
		padding: 0 0 10vw 0;
		background-position: center top 70vw;
		background-size: 95vw auto;
	}
	#ktsCont .voice_box p {
		font-size: 5.3vw;
		margin-top: 3vw;
	}
	#ktsCont .voice_box p.img4 {
		margin-top: 7vw;
	}
	#ktsCont .balloon_01 {
		width: 46vw;
		left: 2vw;
	}
	#ktsCont .balloon_02 {
		width: 46vw;
		top: 37vw;
	}
	#ktsCont .balloon_03 {
		width: 46vw;
		right: 2vw;
	}
	#ktsCont .voice01_img {
		width: 83vw;
		margin: 87vw auto 0 auto;
	}
	#ktsCont .voice02_img {
		width: 49.33333vw;
		margin: 71vw auto 0 auto;
	}
	#ktsCont .voice03_img {
		width: 83vw;
		margin: 69vw auto 0 auto;
	}
	#ktsCont .voice04_img {
		width: 90vw;
		margin: 82vw auto 0 auto;
	}
	#ktsCont p.voice_txt {
		font-size: 3.4vw;
		margin-top: 6.4vw;
	}
}
/*  #ank_Function
-----------------------------------*/
#ktsCont #ank_Function {}
@media screen and (max-width: 750px) {
	#ktsCont #ank_Function {}
}
/*  #ank_Lineup
-----------------------------------*/
#ktsCont p.lineUp_txt {
	font-size: 16px;
	line-height: 1.7em;
	text-align: center;
	margin-top: 45px;
}
#ktsCont .lineUp_list {
	width: 1170px;
	margin: 0 auto;
}
#ktsCont .lineUp_list ul {
	width: 100%;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
}
#ktsCont .lineUp_list li {
	width: 320px;
	margin: 90px 35px 0 35px;
	padding: 0 0 17px 0;
	position: relative;
	border-radius: 22px;
	text-align: center;
	transition: opacity .3s ease;
}
@media screen and (min-width: 751px) {
	#ktsCont .lineUp_list li:hover {
		opacity: 0.7;
	}
}
#ktsCont .lineUp_list li a {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
#ktsCont .lineUp_ttl {
	width: 180px;
	height: 103px;
	position: absolute;
	left: 50%;
	top: -43px;
	transform: translateX(-50%);
	color: #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
}
#ktsCont .lineUp_ttl.txtBk {
	color: #333333;
}
#ktsCont .lineUp_ttl p {
	font-size: 17px;
	line-height: 1.8em;
	font-feature-settings: "palt";
}
#ktsCont .lineUp_ttl p span {
	font-size: 24px;
	font-weight: 700;
}
[data-ruby] {
	position: relative;
}
[data-ruby]::before {
	content: attr(data-ruby);
	position: absolute;
	top: -1.2em;
	left: 0;
	right: 0;
	margin: auto;
	font-size: 0.4em;
	font-weight: 400;
}
#ktsCont .lineUp_img {
	width: 230px;
	margin: 65px auto 0 auto;
}
#ktsCont .lineUp_img.wide {
	width: 256px;
	margin: 65px auto 0 auto;
}
#ktsCont p.cat_ttl {
	font-size: 18px;
	line-height: 1.2em;
	margin-top: 24px;
}
#ktsCont .cat_list {
	width: 288px;
	margin: 10px auto 0 auto;
}
#ktsCont .lineUp_color_01 {
	background-color: #e0f5f5;
}
#ktsCont .lineUp_color_01 .lineUp_ttl {
	background-image: url(../img/lineup_ttlBg_01.svg);
	background-position: center center;
}
#ktsCont .lineUp_color_02 {
	background-color: #e0f5f5;
}
#ktsCont .lineUp_color_02 .lineUp_ttl {
	background-image: url(../img/lineup_ttlBg_02.svg);
	background-position: center center;
}
#ktsCont .lineUp_color_03 {
	background-color: #deecef;
}
#ktsCont .lineUp_color_03 .lineUp_ttl {
	background-image: url(../img/lineup_ttlBg_03.svg);
	background-position: center center;
}
#ktsCont .lineUp_color_04 {
	background-color: #eae9e6;
}
#ktsCont .lineUp_color_04 .lineUp_ttl {
	background-image: url(../img/lineup_ttlBg_04.svg);
	background-position: center center;
}
#ktsCont .lineUp_color_05 {
	background-color: #d0cfd0;
}
#ktsCont .lineUp_color_05 .lineUp_ttl {
	background-image: url(../img/lineup_ttlBg_05.svg);
	background-position: center center;
}
#ktsCont .lineUp_color_06 {
	background-color: #f4e9da;
}
#ktsCont .lineUp_color_06 .lineUp_ttl {
	background-image: url(../img/lineup_ttlBg_06.svg);
	background-position: center center;
}
#ktsCont .lineUp_color_07 {
	background-color: #e6f3fc;
}
#ktsCont .lineUp_color_07 .lineUp_ttl {
	background-image: url(../img/lineup_ttlBg_07.svg);
	background-position: center center;
}
#ktsCont .lineUp_color_08 {
	background-color: #fde8c5;
}
#ktsCont .lineUp_color_08 .lineUp_ttl {
	background-image: url(../img/lineup_ttlBg_08.svg);
	background-position: center center;
}
#ktsCont .lineUp_color_09 {
	background-color: #fff6cf;
}
#ktsCont .lineUp_color_09 .lineUp_ttl {
	background-image: url(../img/lineup_ttlBg_09.svg);
	background-position: center center;
}
@media screen and (max-width: 750px) {
	#ktsCont p.lineUp_txt {
		font-size: 3.4vw;
		margin-top: 6.4vw;
	}
	#ktsCont .lineUp_list {
		width: 85.33333vw;
	}
	#ktsCont .lineUp_list ul {}
	#ktsCont .lineUp_list li {
		width: 100%;
		margin: 26vw 0 0 0;
		padding: 0 0 4.5vw 0;
		border-radius: 5.8vw;
	}
	#ktsCont .lineUp_list li a {}
	#ktsCont .lineUp_ttl {
		width: 48vw;
		height: 27.46666vw;
		top: -11.46666vw;
	}
	#ktsCont .lineUp_ttl.txtBk {}
	#ktsCont .lineUp_ttl p {
		font-size: 4.5vw;
	}
	#ktsCont .lineUp_ttl p span {
		font-size: 6.4vw;
	}
	[data-ruby] {}
	[data-ruby]::before {}
	#ktsCont .lineUp_img {
		width: 61.3vw;
		margin: 17.33333vw auto 0 auto;
	}
	#ktsCont .lineUp_img.wide {
		width: 68.2vw;
		margin: 17.33333vw auto 0 auto;
	}
	#ktsCont p.cat_ttl {
		font-size: 4.8vw;
		margin-top: 6.4vw;
	}
	#ktsCont .cat_list {
		width: 76.8vw;
		margin: 2.7vw auto 0 auto;
	}
}
/**/
#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;
	}
}
/**/
#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);
		}
	}
}
/**/
.fadein_top {
	opacity: 0;
	transform: translate(0, -50px);
	transition: all 2s;
	display: block;
	margin: 60px auto;
	text-align: center;
}
.fadein_bottom {
	opacity: 0;
	transform: translate(0, 50px);
	transition: all 2s;
	display: block;
	margin: 60px auto;
	text-align: center;
}
.fadein_left {
	opacity: 0;
	transform: translate(-50px, 0) rotate(15deg);
	transition: all 2s;
	display: block;
	margin: 60px auto;
	text-align: center;
}
.fadein_right {
	opacity: 0;
	transform: translate(50px, 0) rotate(-15deg);
	transition: all 2s;
	display: block;
	margin: 60px auto;
	text-align: center;
}
.fadein_top.scrollin, .fadein_bottom.scrollin, .fadein_left.scrollin, .fadein_right.scrollin {
	opacity: 1;
	transform: translate(0, 0);
	margin: 0;
	padding: 0;
	left: 0;
	right: 0;
}
