@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: 20px;
  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: 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: 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 {
  max-width: 1380px;
  padding: 0;
  margin: 0 auto;
}
#ktsCont .kv .kv_wrap img {
  width: 100% !important;
  height: auto !important;
}
@media screen and (max-width: 750px) {
  #ktsCont .kv {}
}
/**/
/**/
/* ==================================================
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: #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 h2.sec_title {
  display: inline;
  text-align: center;
  font-size: 36px;
  line-height: 1em;
  font-weight: bold;
  border-bottom: 1px solid #373d3f;
  padding: 0 0.1em 0.2em 0.1em;
  margin-bottom: 20px;
}
#ktsCont h2.sec_title small {
  font-size: 24px;
}
#ktsCont .kv_box {
  position: relative;
}
#ktsCont .kv_box .over {
  position: absolute;
  left: 0px;
  top: 0px;
}
@media screen and (max-width: 750px) {
  #ktsCont h2.sec_title {
    font-size: 5.8vw;
    margin-bottom: 0;
  }
  #ktsCont h2.sec_title small {
    font-size: 4vw;
  }
}
#ktsCont .sec_bg01 {
  background-color: #d9efef;
}
#ktsCont .sec_bg02 {
  background-color: #fce6e1;
}
/**/
#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 p.Feature {
  font-size: 26px;
  line-height: 1.7em;
  font-weight: normal;
}
#ktsCont p.ttl_sub {
  margin-top: 2.5em;
}
#ktsCont h2.Feature {
  display: inline;
  font-size: 40px;
  font-weight: bold;
  line-height: 1em;
  margin-top: 0.5em;
  padding-left: 0.3em;
  padding-right: 0.3em;
}
#ktsCont .userVoice {
  max-width: 815px;
  margin: 60px auto 0 auto;
  position: relative;
}
#ktsCont .userVoice .over {
  position: absolute;
  left: 0px;
  bottom: 0px;
}
#ktsCont .userVoice p {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 1em;
}
@media screen and (max-width: 750px) {
  #ktsCont p.Feature {
    font-size: 4vw;
    font-feature-settings: "palt";
  }
  #ktsCont p.ttl_sub {}
  #ktsCont h2.Feature {
    font-size: 5.8vw;
    font-feature-settings: "palt";
  }
  #ktsCont .userVoice {}
  #ktsCont .userVoice p {
    font-size: 5.8vw;
  }
}
/*  #ank_Forte
-----------------------------------*/
#ktsCont .point_wrap, #ktsCont .point_wrap.long {
  width: 100%;
  margin-top: 40px;
  padding: 40px 70px 50px 70px;
  background-image: url(../img/point_bg.svg);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  filter: drop-shadow(7px 7px 7px rgba(000, 000, 000, 0.5));
  transform: translateZ(0);
}
#ktsCont .point_nam {
  display: block;
  width: 192px;
  position: absolute;
  top: 40px;
  left: 38px;
}
#ktsCont .point_txt {
  font-size: 26px;
  line-height: 1.7em;
  text-align: center;
}
#ktsCont .point_flex {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
#ktsCont .point_img {
  width: 450px;
  position: relative;
}
#ktsCont .point_img .over {
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 750px) {
  #ktsCont .point_wrap {
    margin-top: 8vw;
    padding: 8vw 0 5vw 0;
    background-image: url(../img/point_bgsp.svg);
    filter: drop-shadow(1.12vw 1.12vw 1.12vw rgba(000, 000, 000, 0.5));
  }
  #ktsCont .point_wrap.long {
    margin-top: 8vw;
    padding: 8vw 0 5vw 0;
    background-image: url(../img/point_bg2sp.svg);
    filter: drop-shadow(1.12vw 1.12vw 1.12vw rgba(000, 000, 000, 0.5));
  }
  #ktsCont .point_nam {
    width: 30.6vw;
    position: static;
    margin: 0 auto;
  }
  #ktsCont .point_txt {
    font-size: 4.2vw;
  }
  #ktsCont .point_flex {
    display: block;
    margin-top: 0;
  }
  #ktsCont .point_img {
    width: 72vw;
    margin: 7.46vw auto 0 auto;
  }
}
/*  #ank_Lineup
-----------------------------------*/
#ktsCont h3.lineup_h3 {
  display: block;
  width: 180px;
  margin: 80px auto 0 auto;
}
#ktsCont p.lineup_p {
  text-align: center;
  font-size: 20px;
  margin-top: 10px;
}
#ktsCont .lineup_item01 {
  width: 960px;
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  flex-wrap: wrap;
}
#ktsCont .lineup_item02 {
  max-width: 480px;
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  flex-wrap: wrap;
}
#ktsCont .lineup_item02s {
  max-width: 320px;
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  flex-wrap: wrap;
}
#ktsCont .lineup_item03 {
  max-width: 450px;
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  flex-wrap: wrap;
}
#ktsCont .lineup_item_img01 {
  width: 185px;
  ;
}
#ktsCont .lineup_item_img02 {
  width: 213px;
}
#ktsCont .lineup_item_img03 {
  width: 150px;
}
#ktsCont .lineup_item_a6 {
  width: 115px;
  margin: 0 auto;
}
#ktsCont .lineup_item_a7 {
  width: 130px;
  margin: 0 auto;
}
#ktsCont .lineup_item_a7-ex01 {
  width: 180px;
}
#ktsCont p.item_name {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5em;
  text-align: center;
}
#ktsCont p.item_nam {
  font-size: 20px;
  line-height: 1.5em;
  text-align: center;
}
#ktsCont p.item_note {
  font-size: 16px;
  line-height: 1.5em;
  text-align: left;
}
#ktsCont .tableWrap {
  width: 950px;
}
#ktsCont .note {
  max-width: 950px;
  margin-top: 60px;
}
#ktsCont .note p {
  font-size: 22px;
  color: #3d6f7c;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  #ktsCont h3.lineup_h3 {
    display: block;
    width: 28.8vw;
    margin: 13.3vw auto 0 auto;
  }
  #ktsCont .lineup_item01 {
    width: 80vw;
    margin-top: 2.6vw;
  }
  #ktsCont .lineup_item02 {
    width: 80vw;
    max-width: 80vw;
    margin-top: 2.6vw;
  }
  #ktsCont .lineup_item02s {
    width: 80vw;
    max-width: 80vw;
    margin-top: 2.6vw;
  }
  #ktsCont .lineup_item03 {
    width: 80vw;
    max-width: 80vw;
    margin: 2.6vw auto 0 auto;
  }
  #ktsCont .lineup_item_img01 {
    width: 34.6vw;
    margin-top: 2.6vw;
  }
  #ktsCont .lineup_item_img02 {
    width: 40vw;
    margin-top: 2.6vw;
  }
  #ktsCont .lineup_item_img03 {
    width: 40vw;
    margin-top: 2.6vw;
  }
  #ktsCont .lineup_item_a6 {
    width: 20vw;
  }
  #ktsCont .lineup_item_a7 {
    width: 20vw;
  }
  #ktsCont .lineup_item_a7-ex01 {
    width: 180px;
    margin: 10vw auto 0 auto;
  }
  #ktsCont p.item_name {
    font-size: 3.2vw;
    margin: 0.5em 0 0.3em 0;
  }
  #ktsCont p.item_nam {
    font-size: 3.7vw;
  }
  #ktsCont p.item_note {
    font-size: 3.2vw;
    text-align: center;
  }
  #ktsCont .tableWrap {
    width: 100%;
    max-width: 950px;
  }
  #ktsCont .note {}
  #ktsCont .note p {
    font-size: 18px;
    line-height: 1.6em;
    text-align: center;
  }
}
#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 .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 .blink02 {
  animation: blinkAnime01 .7s infinite alternate;
}
/**/
.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);
  transition: all 2s;
  display: block;
  margin: 60px auto;
  text-align: center;
}
.fadein_right {
  opacity: 0;
  transform: translate(50px, 0);
  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;
}
/**/
/**/
#ktsCont .flex_01 {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
@media screen and (max-width: 750px) {
  #ktsCont .flex_01 {
    display: block;
    margin-top: 2.6vw;
  }
}
/**/