@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=Architects+Daughter&display=swap');
#ktsCont {
  /*font-family: 'Noto Sans JP', sans-serif;*/
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", 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: 100px 0px;
  box-sizing: border-box;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont #contents .wrap2 {
  margin: 0 auto;
  padding: 100px 0px;
  box-sizing: border-box;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont #contents .wrap3 {
  margin: 0 auto;
  padding: 100px 0px;
  box-sizing: border-box;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont #contents .wrap4 {
  margin: 0 auto;
  padding: 100px 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 #kokuyo-st-main-contents #ktsCont #contents .wrap3 {
    width: 100%;
    padding: 8.5vw -15px 0 -15px;
  }
  .kokuyo-st-container #kokuyo-st-main-contents #ktsCont #contents .wrap4 {
    width: 100%;
    padding: 15vw 0 0 0;
  }
  .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;
  }
  .kokuyo-st-container #kokuyo-st-main-contents #ktsCont #contents .wrap {
    width: 100%;
    padding: 21.33333vw 15px;
  }
  .kokuyo-st-container #kokuyo-st-main-contents #ktsCont #contents .wrap2 {
    width: 100%;
    padding: 21.33333vw -15px;
  }
  .kokuyo-st-container #kokuyo-st-main-contents #ktsCont #contents .wrap3 {
    width: 100%;
    padding: 6.66666vw 0;
  }
  .kokuyo-st-container #kokuyo-st-main-contents #ktsCont #contents .wrap4 {
    width: 100%;
    padding: 21.33333vw 0;
  }
}
#ktsCont .kv {
  width: 100%;
  position: relative;
}
#ktsCont .kv .kv_wrap {
  /*max-width: 1380px;*/
  width: 1100px;
  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: 1100px;
  margin: 0 auto;
  height: 60px;
  line-height: 60px;
  font-size: 15px;
}
#stationery #lnavi ul li {
  font-family: "Architects Daughter", cursive;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.05em;
}
#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;
}
#stationery #lnavi ul li {
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
  justify-content: center;
  align-items: center;
}
#stationery #lnavi ul li a {
  transition: all 0.3s ease;
}
#stationery #lnavi ul li a:hover {
  opacity: 0.4;
}
/*  動画埋め込み
-----------------------------------*/
#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 {
  font-family: "Architects Daughter", cursive;
  font-size: 40px;
  line-height: 1.4em;
  letter-spacing: 0.1em;
  display: inline-block;
  text-align: center;
  margin: 0 auto 0 auto;
  padding-bottom: 0.7em;
  background-image: url(../img/color_dots.svg);
  background-position: center bottom;
  background-size: 91px auto;
  background-repeat: no-repeat;
}
@media screen and (max-width: 750px) {
  #ktsCont section.first-child {
    /*margin-top: 16vw;*/
  }
  #ktsCont h2.sec_title {
    font-size: 8.53333vw; /*32px*/
    background-size: 19.4133vw auto;
  }
}
/*--------------------------------------*/
#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 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#ktsCont .blink03 {
  /*animation-name: blink03;*/
  animation: blink03 1s ease-in-out infinite alternate;
}
/*  KV
-----------------------------------*/
@media screen and (max-width: 750px) {}
/*  #ank_Function
-----------------------------------*/
#ktsCont .function_box {
  margin: 100px auto 0 auto;
  padding: 0;
  text-align: center;
}
#ktsCont h3.function_ttl {
  font-size: 30px;
  font-weight: bold;
  /*letter-spacing: 0.05em;*/
  text-align: center;
  line-height: 1.4em;
}
#ktsCont .function_img_wrap {
  margin: 40px auto 0 auto;
  position: relative;
}
#ktsCont .function_img_wrap.PANCASE_open-close {
  width: 700px;
}
#ktsCont .function_img_wrap.function_img_01 {
  width: 957px;
}
#ktsCont .function_img_wrap.function_img_01 .ov {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#ktsCont .function_img_wrap.function_img_slide_01 {
  width: 675px;
}
#ktsCont .function_img_wrap.function_img_03 {
  width: 675px;
}
#ktsCont .function_img_wrap.function_img_04_wrap {
  width: 1000px;
  display: flex;
  flex-wrap: wrap;
}
#ktsCont .function_img_wrap .function_color_01 {
  width: 200px;
  margin: 0 25px 0 25px;
}
#ktsCont .function_img_wrap .function_color_01.upline {
  margin-top: 0;
}
#ktsCont .function_img_wrap .function_color_01 p {
  font-size: 18px;
  text-align: center;
  margin-top: 0.5em;
}
#ktsCont p.function_note {
  font-size: 14px;
  margin-top: 0.3em;
}
@media screen and (max-width: 750px) {
  #ktsCont .function_box {
    margin: 16vw auto 0 auto;
  }
  #ktsCont h3.function_ttl {
    font-size: 4.8vw; /*18px*/
  }
  #ktsCont .function_img_wrap {
    margin-top: 5.33333vw;
  }
  #ktsCont .function_img_wrap.PANCASE_open-close {
    width: 98.66666vw; /*370px*/
  }
  #ktsCont .function_img_wrap.function_img_01 {
    width: 93.33333vw; /*350px*/
  }
  #ktsCont .function_img_wrap.function_img_01 .ov {}
  #ktsCont .function_img_wrap.function_img_slide_01 {
    width: 90.66666vw; /*340px*/
  }
  #ktsCont .function_img_wrap.function_img_03 {
    width: 90.66666vw; /*340px*/
  }
  #ktsCont .function_img_wrap.function_img_04_wrap {
    width: 90.66666vw; /*340px*/
    justify-content: space-between;
  }
  #ktsCont .function_img_wrap .function_color_01 {
    width: 42.66666vw; /*160px*/
    margin: 6.66666vw 0 0 0;
  }
  #ktsCont .function_img_wrap .function_color_01.upline {
    margin-top: 0;
  }
  #ktsCont .function_img_wrap .function_color_01 p {
    font-size: 3.84vw; /*14.4px*/
  }
  #ktsCont p.function_note {
    font-size: 3.2vw;/*12px*/
    margin-top: 0.3em;
  }
}
/*  #ank_Shindan
-----------------------------------*/
#ktsCont p.Shindan {
  font-size: 18px;
}
#ktsCont .Shindan_link {
  width: 600px;
  margin: 20px auto 0 auto;
}
@media screen and (max-width: 750px) {
  #ktsCont p.Shindan {
    font-size: 4.26666vw;
  }
  #ktsCont .Shindan_link {
    width: 88vw;
    margin: 2.66666vw auto 0 auto;
  }
}
/*  #ank_Lineup
-----------------------------------*/
#ktsCont .lineup_item_wrap {
  width: 1100px;
  margin: 60px auto 0 auto;
  display: flex;
  justify-content: space-between;
}
#ktsCont .lineup_item {
  width: 257px;
  margin: 0;
  text-align: center;
}
#ktsCont .lineup_item p {
  font-size: 18px;
  margin-top: 0.5em;
}
@media screen and (max-width: 750px) {
  #ktsCont .lineup_item_wrap {
    width: 61.33333vw; /*230px*/
    margin: 0 auto 0 auto;
    display: block;
  }
  #ktsCont .lineup_item {
    width: 100%;
    margin-top: 15vw;
  }
  #ktsCont .lineup_item p {
    font-size: 4.26666vw; /*16px*/
  }
}
#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 .table table td.itemColor_06 {
  background-image: url(../img/itemColor_06.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 .table table td.itemColor_06 {
    background-size: 16px 16px;
    background-position: 6px center;
    padding-left: 30px;
  }
  #ktsCont p.tableNote {
    font-size: 14px;
    line-height: 1.5em;
  }
}
/**/
#ktsCont p.Campaign {
  font-size: 20px;
  text-align: center;
}
#ktsCont .bottom_link {
  width: 828px;
  margin: 30px auto 0 auto;
}
@media screen and (max-width: 750px) {
  #ktsCont p.Campaign {
    font-size: 4.26666vw;
  }
  #ktsCont .bottom_link {
    width: 92vw;
    margin: 3.2vw auto 0 auto;
  }
}
#ktsCont .movie_over_wrap {
  width: 720px;
  height: 405px;
  margin: 50px auto 0 auto;
}
@media screen and (max-width: 750px) {
  #ktsCont .movie_over_wrap {
    width: 92vw; /*345px*/
    height: 51.73333vw; /*194px*/
    margin: 8vw auto 0 auto;
  }
}
/**/
/**/
/**/
/**/
/**/
/**/