@charset "UTF-8";
/**/
/**/
/* ==================================================
layout
================================================== */
/**/
/**/
/* ==================================================
Page Cont
================================================== */
html {
  scrollbar-gutter: stable;
}
html.fixed {
  height: 100vh;
  overflow: hidden;
}

body {
  min-width: inherit;
}

@media screen and (max-width: 750px) {
  .kokuyo-st-container #header {
    position: relative !important;
  }
}
.kokuyo-st-container img {
  ximage-rendering: -webkit-optimize-contrast;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont {
  background: #00A3E9;
  line-height: 1;
  word-break: break-all;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 500;
  font-size: 16px;
  color: #333333;
}
@media screen and (max-width: 456px) {
  .kokuyo-st-container #kokuyo-st-main-contents #ktsCont {
    font-size: 3.6363636364vw;
  }
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont * {
  box-sizing: border-box;
  max-width: 100%;
  height: auto;
  text-decoration: none;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .loading {
  display: none;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #00A3E9;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  z-index: 11;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .loading.fade-out {
  opacity: 0;
  visibility: hidden;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .loading__logo {
  width: calc(100% - 80px);
  max-width: 474px;
  margin: 0 0 60px 0;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .loading__bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  width: calc(100% - 80px);
  max-width: 660px;
  height: 82px;
}
@media screen and (max-width: 750px) {
  .kokuyo-st-container #kokuyo-st-main-contents #ktsCont .loading__bar {
    margin: 0 0 30px 0;
  }
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .loading__bar > svg {
  width: 100%;
  height: 2px;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .loading__bar > svg > rect {
  max-width: 100%;
  height: 100%;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .loading__illust {
  position: absolute;
  top: -34px;
  right: -8px;
  width: auto;
  height: 120px;
}
@media screen and (max-width: 750px) {
  .kokuyo-st-container #kokuyo-st-main-contents #ktsCont .loading__illust {
    top: -16px;
    height: 90px;
  }
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .loading__text {
  width: calc(100% - 140px);
  max-width: 311px;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont #contents {
  box-sizing: content-box;
  width: 440px;
  max-width: 100%;
  margin: 0 auto;
  border-left: 8px solid rgba(255, 255, 255, 0.25);
  border-right: 8px solid rgba(255, 255, 255, 0.25);
  opacity: 0;
  transition: opacity 0.5s ease;
}
@media screen and (max-width: 456px) {
  .kokuyo-st-container #kokuyo-st-main-contents #ktsCont #contents {
    box-sizing: border-box;
    width: 100%;
    border: none;
  }
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont #contents .local-header {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 440px;
  max-width: 100%;
  height: 130px;
  padding: 40px 0 0 0;
  z-index: 10;
  transition: height 0.4s, -webkit-transform 0.4s;
  transition: height 0.4s, transform 0.4s;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont #contents .local-header.fixed {
  height: 68px;
  padding: 12px 0;
  background: #FFFFFF;
  box-shadow: 0px 4px 0px rgba(0, 163, 233, 0.15);
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont #contents .local-header.fixed .local-header__logo {
  width: 122px;
  margin: 4px 0 0 0;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont #contents .local-header.fixed .local-header__logo svg path {
  fill: #00A3E9;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont #contents .local-header.fixed .local-header__toggle {
  background: rgba(0, 163, 233, 0.1);
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont #contents .local-header.active {
  height: 68px;
  padding: 12px 0;
  background: #FFFFFF;
  box-shadow: 0px 4px 0px rgba(0, 163, 233, 0.15);
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont #contents .local-header.active .local-header__logo {
  width: 122px;
  margin: 4px 0 0 0;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont #contents .local-header.active .local-header__logo svg path {
  fill: #00A3E9;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont #contents .local-header.hidden {
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont #contents .local-header__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont #contents .local-header__logo {
  position: relative;
  width: 298px;
  transition: width 0.6s, opacity 0.4s;
}
@media (min-width: 979px) {
  .kokuyo-st-container #kokuyo-st-main-contents #ktsCont #contents .local-header__logo:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 979px) {
  .kokuyo-st-container #kokuyo-st-main-contents #ktsCont #contents .local-header__logo {
    width: 180px;
  }
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont #contents .local-header__logo span {
  position: absolute;
  color: transparent;
  pointer-events: none;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont #contents .local-header__toggle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 44px;
  height: 44px;
  background: #FFFFFF;
  transition: all 0.4s;
  cursor: pointer;
}
@media (min-width: 979px) {
  .kokuyo-st-container #kokuyo-st-main-contents #ktsCont #contents .local-header__toggle:hover {
    opacity: 0.7;
  }
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont #contents .local-header__toggle > span {
  position: relative;
  width: 24px;
  height: 1px;
  background: #00A3E9;
  transition: all 0.4s;
  will-change: transform, object-position;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont #contents .local-header__toggle > span::before, .kokuyo-st-container #kokuyo-st-main-contents #ktsCont #contents .local-header__toggle > span::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #00A3E9;
  transition: all 0.4s;
  will-change: transform, object-position;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont #contents .local-header__toggle > span::before {
  top: 6px;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont #contents .local-header__toggle > span::after {
  bottom: 6px;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont #contents .local-header__toggle.active {
  background: #00A3E9 !important;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont #contents .local-header__toggle.active > span {
  background: transparent;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont #contents .local-header__toggle.active > span::before, .kokuyo-st-container #kokuyo-st-main-contents #ktsCont #contents .local-header__toggle.active > span::after {
  background: #FFFFFF !important;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont #contents .local-header__toggle.active > span::before {
  top: 50%;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont #contents .local-header__toggle.active > span::after {
  bottom: auto;
  top: 50%;
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont #contents .local-header__navi {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 40px 0 0 0;
  background: #00A3E9;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  opacity: 0;
  pointer-events: none;
  transition: 0.4s ease;
  z-index: -1;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont #contents .local-header__navi .navi__inner {
  height: 100%;
  padding-bottom: 80px;
  overflow-y: auto;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont #contents .local-header__navi.active {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  opacity: 1;
  pointer-events: auto;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont #contents .local-footer {
  position: relative;
  padding: 60px 0 28px;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont #contents .local-footer__title {
  margin: 0 0 80px 0;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  color: #FFFFFF;
}
@media screen and (max-width: 456px) {
  .kokuyo-st-container #kokuyo-st-main-contents #ktsCont #contents .local-footer__title {
    font-size: 6.3636363636vw;
  }
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont #contents .local-footer__pagetop {
  display: block;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont #contents .local-footer__pagetop img {
  width: 100%;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont.lower .local-footer__panel.panel {
  display: none !important;
}

/**/
/**/
/* ==================================================
common
================================================== */
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .color {
  --recipes-color: #00A3E9;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .color--01 {
  --recipes-color: #ED7E90;
  --recipes-color10: rgba(237, 126, 144, 0.1);
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .color--02 {
  --recipes-color: #49BCBD;
  --recipes-color10: rgba(73, 188, 189, 0.1);
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .color--03 {
  --recipes-color: #3071B9;
  --recipes-color10: rgba(48, 113, 185, 0.1);
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .color--04 {
  --recipes-color: #A688BD;
  --recipes-color10: rgba(166, 136, 189, 0.1);
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .color--05 {
  --recipes-color: #00B9EF;
  --recipes-color10: rgba(0, 185, 239, 0.1);
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .hover-brightness {
  transition: -webkit-filter 0.4s, filter 0.4s;
  transition: filter 0.4s;
}
@media (min-width: 979px) {
  .kokuyo-st-container #kokuyo-st-main-contents #ktsCont .hover-brightness:hover {
    -webkit-filter: brightness(120%);
            filter: brightness(120%);
  }
}
@media (min-width: 979px) {
  .kokuyo-st-container #kokuyo-st-main-contents #ktsCont .hover-bounce:hover > * {
    -webkit-animation: bounce 0.8s ease-out;
            animation: bounce 0.8s ease-out;
  }
}
@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  16.6% {
    -webkit-transform: translate(0, -1.2rem);
            transform: translate(0, -1.2rem);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  33.3% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  49.8% {
    -webkit-transform: translate(0, -1rem);
            transform: translate(0, -1rem);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  66.4% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  83% {
    -webkit-transform: translate(0, -0.4rem);
            transform: translate(0, -0.4rem);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes bounce {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  16.6% {
    -webkit-transform: translate(0, -1.2rem);
            transform: translate(0, -1.2rem);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  33.3% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  49.8% {
    -webkit-transform: translate(0, -1rem);
            transform: translate(0, -1rem);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  66.4% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  83% {
    -webkit-transform: translate(0, -0.4rem);
            transform: translate(0, -0.4rem);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .inner {
  padding: 0 28px;
}
@media screen and (max-width: 456px) {
  .kokuyo-st-container #kokuyo-st-main-contents #ktsCont .inner {
    padding: 0 6.3636363636vw;
  }
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .inner--center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .lead {
  text-align: center;
  line-height: 2.2;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .lead:not(:last-child) {
  margin: 0 0 48px 0;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .lead > p:not(:last-child) {
  margin: 0 0 32px 0;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  width: 100%;
  padding: 16px 32px;
  border-radius: 200px;
  background: #00A3E9;
  font-size: 18px;
  color: #FFFFFF;
}
@media screen and (max-width: 456px) {
  .kokuyo-st-container #kokuyo-st-main-contents #ktsCont .button {
    font-size: 4.0909090909vw;
  }
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .button:not(:last-of-type) {
  margin: 0 0 20px 0;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .button--white {
  background: #FFFFFF;
  color: #00A3E9;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .button--white > svg > path {
  fill: #00A3E9;
}
@media (min-width: 979px) {
  .kokuyo-st-container #kokuyo-st-main-contents #ktsCont .button:hover > svg {
    -webkit-animation: slide-right 1.2s infinite;
            animation: slide-right 1.2s infinite;
  }
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .button > svg {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 14px;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: end;
      align-items: flex-end;
  text-align: center;
  position: relative;
  width: 372px;
  margin: -8px 0 0 0;
  padding: 24px 20px 18px;
  box-shadow: 0px 4px 0px rgba(0, 0, 0, 0.05);
  -webkit-transform: rotate(-2deg) translateX(2%);
          transform: rotate(-2deg) translateX(2%);
  letter-spacing: 0.04em;
  font-size: 36px;
  font-weight: 700;
  z-index: 2;
}
@media screen and (max-width: 456px) {
  .kokuyo-st-container #kokuyo-st-main-contents #ktsCont .label {
    width: 84.5454545455vw;
    padding: 5.4545454545vw 4.5454545455vw 4.0909090909vw;
    font-size: 8.1818181818vw;
  }
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .label--yellow {
  background: #FFF352;
  color: #00A3E9;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .label--yellow::before, .kokuyo-st-container #kokuyo-st-main-contents #ktsCont .label--yellow::after {
  background: url(../img/common/decoration_yellow.svg) no-repeat center/100% 100%;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .label--pink {
  background: #ED7E90;
  color: #FFFFFF;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .label--pink::before, .kokuyo-st-container #kokuyo-st-main-contents #ktsCont .label--pink::after {
  background: url(../img/common/decoration_pink.svg) no-repeat center/100% 100%;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .label--purple {
  background: #915DA3;
  color: #FFFFFF;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .label--purple::before, .kokuyo-st-container #kokuyo-st-main-contents #ktsCont .label--purple::after {
  background: url(../img/common/decoration_purple.svg) no-repeat center/100% 100%;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .label--small {
  letter-spacing: 0.14em;
  font-size: 32px;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .label--reverse {
  -webkit-transform: rotate(2deg) translateX(2%);
          transform: rotate(2deg) translateX(2%);
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .label::before, .kokuyo-st-container #kokuyo-st-main-contents #ktsCont .label::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 7px;
  height: calc(100% + 1.4px);
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .label::before {
  left: 1px;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .label::after {
  right: 1px;
  -webkit-transform: translate(100%, -50%) scale(-1, 1);
          transform: translate(100%, -50%) scale(-1, 1);
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .navi__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 28px;
  width: 100%;
  margin: 0 0 60px 0;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .navi__item {
  width: 100%;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .navi__item > a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  gap: 20px;
  position: relative;
  width: 100%;
}
@media (min-width: 979px) {
  .kokuyo-st-container #kokuyo-st-main-contents #ktsCont .navi__item > a:hover::after {
    -webkit-animation: slide-right 1.2s infinite;
            animation: slide-right 1.2s infinite;
  }
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .navi__item > a::after {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 13px;
  height: 15px;
  background: url(../img/common/icon_arrow_01.svg) no-repeat center/contain;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .navi__item:not(:last-child) {
  padding: 0 0 28px 0;
  border-bottom: 1px solid #FFFFFF;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .navi__title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 8px;
  letter-spacing: 0.05em;
  font-size: 16px;
  color: #FFFFFF;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .navi__title--en {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 20px;
  font-weight: 600;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .navi__title--logo {
  width: 95px;
  margin: 0 0 -4px 12px;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .navi__sublist {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px 20px;
  width: 100%;
  margin: 20px 0 0 0;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .navi__sublist > li {
  max-width: 20.9090909091vw;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .navi__button.button {
  margin: -20px 0 0;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .navi__banner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  height: 88px;
  margin: 0 0 24px;
  background: #FFF352;
  text-align: center;
  font-size: 20px;
  color: #00A3E9;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .navi__bubble {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  width: 100%;
  height: 50px;
  background: #FFFFFF;
  border-radius: 10px;
  z-index: 2;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .navi__bubble:not(:last-child) {
  margin: 0 0 60px 0;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .navi__bubble::after {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: rotate(-90deg) translate(-5px, -50%);
          transform: rotate(-90deg) translate(-5px, -50%);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  width: 16px;
  height: 22px;
  background: url(../img/common/icon_arrow_01.svg) no-repeat center/100% 100%;
  z-index: -1;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .navi__bubble > img {
  width: 246px;
  margin: 0 0 -4px 0;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .panel {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  gap: 12px;
  position: fixed;
  bottom: 0;
  left: 50%;
  padding: 0 0 80px 0;
  z-index: 0;
  opacity: 0;
  pointer-events: none;
  transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s;
}
@media screen and (max-width: 1023px) {
  .kokuyo-st-container #kokuyo-st-main-contents #ktsCont .panel {
    display: none;
  }
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .panel--left {
  -webkit-transform: translateX(calc(-100% - 260px)) scale(0.6);
          transform: translateX(calc(-100% - 260px)) scale(0.6);
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .panel--right {
  -webkit-transform: translateX(260px) scale(0.6);
          transform: translateX(260px) scale(0.6);
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .panel--right70 {
  -webkit-transform: translateX(310px) scale(0.6);
          transform: translateX(310px) scale(0.6);
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .panel--right .panel__bubble::after, .kokuyo-st-container #kokuyo-st-main-contents #ktsCont .panel--right70 .panel__bubble::after {
  background: url(../img/common/bubble_round_right.svg) no-repeat center/contain;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .panel--right .panel__bubble--square, .kokuyo-st-container #kokuyo-st-main-contents #ktsCont .panel--right70 .panel__bubble--square {
  margin: 0 0 0 20px;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .panel--right .panel__bubble--square::after, .kokuyo-st-container #kokuyo-st-main-contents #ktsCont .panel--right70 .panel__bubble--square::after {
  background: url(../img/common/bubble_square_right.svg) no-repeat center/contain;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .panel--right .panel__illust, .kokuyo-st-container #kokuyo-st-main-contents #ktsCont .panel--right70 .panel__illust {
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin: 0 0 0 30px;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .panel.active {
  pointer-events: auto;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .panel.active.panel--left {
  -webkit-transform: translateX(calc(-100% - 260px)) scale(1);
          transform: translateX(calc(-100% - 260px)) scale(1);
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .panel.active.panel--right {
  -webkit-transform: translateX(260px) scale(1);
          transform: translateX(260px) scale(1);
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .panel.active.panel--right70 {
  -webkit-transform: translateX(290px) scale(1);
          transform: translateX(290px) scale(1);
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .panel__wrap {
  position: relative;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .panel__bubble {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  min-width: 221px;
  min-height: 166px;
  text-align: center;
  line-height: 1.6;
  font-size: 18px;
  font-weight: 500;
  color: #FFFFFF;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .panel__bubble::after {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  background: url(../img/common/bubble_round.svg) no-repeat center/contain;
  width: 100%;
  height: 100%;
  -webkit-animation: bubble-poyopoyo 4s 2s ease-out infinite;
          animation: bubble-poyopoyo 4s 2s ease-out infinite;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .panel__bubble--square {
  font-size: 16px;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .panel__bubble--square::after {
  background: url(../img/common/bubble_square.svg) no-repeat center/contain;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .panel__bubble--top2::after {
  top: 2px;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .panel__illust {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin: 0 30px 0 0;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .bubble {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  min-width: 221px;
  min-height: 166px;
  text-align: center;
  line-height: 1.6;
  font-size: 18px;
  color: #FFFFFF;
  -webkit-transform: rotate(-20deg) scale(0.3) translate(-20%, 150%);
          transform: rotate(-20deg) scale(0.3) translate(-20%, 150%);
}
@media screen and (max-width: 456px) {
  .kokuyo-st-container #kokuyo-st-main-contents #ktsCont .bubble {
    min-width: 50.2272727273vw;
    min-height: 37.7272727273vw;
    font-size: 4.0909090909vw;
  }
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .bubble.active {
  -webkit-transform: none;
          transform: none;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .bubble::after {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  background: url(../img/common/bubble_round.svg) no-repeat center/contain;
  width: 100%;
  height: 100%;
  -webkit-animation: bubble-poyopoyo 4s 4s ease-out infinite;
          animation: bubble-poyopoyo 4s 4s ease-out infinite;
}
@-webkit-keyframes bubble-poyopoyo {
  0%, 20%, 30%, 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  25%, 35% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
@keyframes bubble-poyopoyo {
  0%, 20%, 30%, 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  25%, 35% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .animations {
  transition: -webkit-transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .animations.fadein {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  transition: all 0.6s 0.2s ease-out;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .animations.fadein.active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .animations.boyon {
  opacity: 0;
  -webkit-transform: scale(0.1);
          transform: scale(0.1);
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .animations.boyon.active {
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .poyopoyo {
  -webkit-animation: poyopoyo 2s ease-out infinite;
          animation: poyopoyo 2s ease-out infinite;
}
@-webkit-keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50%, 70% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50%, 70% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .picopico {
  -webkit-animation: pikopiko 1s steps(2, start) infinite;
          animation: pikopiko 1s steps(2, start) infinite;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .picopico--reverse {
  -webkit-animation: pikopiko-reverse 1s steps(2, start) infinite;
          animation: pikopiko-reverse 1s steps(2, start) infinite;
}
@-webkit-keyframes pikopiko {
  0% {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
  to {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
}
@keyframes pikopiko {
  0% {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
  to {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
}
@-webkit-keyframes pikopiko-reverse {
  0% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  to {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
}
@keyframes pikopiko-reverse {
  0% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  to {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .recipes-item {
  width: 100%;
  background: var(--recipes-color);
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .recipes-item > a,
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .recipes-item > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .recipes-item__column {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 18px;
  width: 100%;
  min-height: 84px;
}
@media screen and (max-width: 456px) {
  .kokuyo-st-container #kokuyo-st-main-contents #ktsCont .recipes-item__column {
    min-height: 19.0909090909vw;
  }
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .recipes-item__logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 84px;
}
@media screen and (max-width: 456px) {
  .kokuyo-st-container #kokuyo-st-main-contents #ktsCont .recipes-item__logo {
    width: 19.0909090909vw;
  }
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .recipes-item__title {
  -ms-flex: 1;
      flex: 1;
  letter-spacing: 0.1em;
  font-size: 18px;
  font-weight: 700;
  color: #FFFFFF;
}
@media screen and (max-width: 456px) {
  .kokuyo-st-container #kokuyo-st-main-contents #ktsCont .recipes-item__title {
    font-size: 4.0909090909vw;
  }
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .recipes-item__title--large {
  margin: 8px 0 0 -4px;
  letter-spacing: 0.02em;
  font-size: 36px;
  font-weight: 700;
}
@media screen and (max-width: 456px) {
  .kokuyo-st-container #kokuyo-st-main-contents #ktsCont .recipes-item__title--large {
    font-size: 8.1818181818vw;
  }
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .recipes-item__images {
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  min-height: 100px;
  padding: 12px 0;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .recipes-item__images--01 {
  padding: 12px 0 48px;
}
@media screen and (max-width: 749px) {
  .kokuyo-st-container #kokuyo-st-main-contents #ktsCont .recipes-item__images--01 {
    padding: 12px 0 32px;
  }
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .recipes-item__image {
  -ms-flex: 1;
      flex: 1;
  width: 100%;
  position: relative;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .recipes-item__image > img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: auto;
  max-width: none;
  height: 100%;
  object-fit: contain;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .recipes-item__button {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  gap: 5px;
  width: auto;
  height: 30px;
  margin: 20px 0 0 0;
  padding: 6px 15px 8px;
  background: #FFFFFF;
  border-radius: 200px;
  font-size: 16px;
  color: var(--recipes-color);
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .recipes-item__button > svg {
  margin: 0 -2px -2px 0;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .recipes-item__button > svg > path {
  fill: var(--recipes-color);
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .products-item {
  -webkit-animation: products-pikopiko 8s steps(2, start) infinite;
          animation: products-pikopiko 8s steps(2, start) infinite;
}
@-webkit-keyframes products-pikopiko {
  0% {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
  5% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  10% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  15% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes products-pikopiko {
  0% {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
  5% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  10% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  15% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .products-item--new .products-item__image::before {
  content: "NEW";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  padding: 6px 20px 4px 10px;
  background: #FFF352;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 600;
  font-size: 10.5px;
  -webkit-clip-path: polygon(0 0, 100% 0, 72% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 72% 100%, 0% 100%);
  z-index: 2;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .products-item__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px 20px;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .products-item > a {
  display: block;
  width: 100%;
  height: 100%;
  color: #333333;
}
@media (min-width: 979px) {
  .kokuyo-st-container #kokuyo-st-main-contents #ktsCont .products-item > a:hover .products-item__image > img {
    width: calc(100% - 28px);
    height: calc(100% - 28px);
  }
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .products-item__image {
  position: relative;
  width: 100%;
  margin: 0 0 12px 0;
  aspect-ratio: 1/1;
  background: #FFFFFF;
  border-radius: 8px;
  overflow: hidden;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .products-item__image::after {
  content: "";
  display: block;
  position: absolute;
  right: 12px;
  bottom: 12px;
  width: 24px;
  height: 24px;
  background: url(../img/common/icon_blank.svg) no-repeat center/contain;
  z-index: 2;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .products-item__image > img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  transition: all 0.4s;
  will-change: transform, object-position;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .products-item__title {
  line-height: 1.5;
  font-weight: 500;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .video {
  position: relative;
  width: 100%;
  aspect-ratio: 280/498;
  overflow: hidden;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .video > video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .video__buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 8px;
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 2;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .video__button {
  width: 46px;
  cursor: pointer;
  transition: opacity 0.4s;
}
@media (min-width: 979px) {
  .kokuyo-st-container #kokuyo-st-main-contents #ktsCont .video__button:hover {
    opacity: 0.7;
  }
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .video__button img {
  display: block;
  width: 100%;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .video__button img.icon-play, .kokuyo-st-container #kokuyo-st-main-contents #ktsCont .video__button img.icon-sound {
  display: none;
}

/**/
/**/
/* ==================================================
project
================================================== */
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont {
  /**/
  /**/
  /* ==================================================
  下層ページ
  ================================================== */
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .kv {
  position: relative;
  width: 100%;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .kv__slider {
  -ms-flex: 1;
      flex: 1;
  width: 100%;
  overflow: hidden;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .kv__slider .recipes-item > a,
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .kv__slider .recipes-item > div {
  height: calc(100svh - 68px);
  min-height: 620px;
  max-height: 920px;
  padding: 160px 0 120px;
}
@media screen and (max-width: 749px) {
  .kokuyo-st-container #kokuyo-st-main-contents #ktsCont .kv__slider .recipes-item > a,
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .kv__slider .recipes-item > div {
    padding: 120px 0;
  }
}
@media (min-width: 979px) {
  .kokuyo-st-container #kokuyo-st-main-contents #ktsCont .kv__slider .recipes-item > a:hover .recipes-item__button > svg {
    -webkit-animation: slide-right 1.2s infinite;
            animation: slide-right 1.2s infinite;
  }
  @-webkit-keyframes slide-right {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    24% {
      -webkit-transform: translateX(4px);
              transform: translateX(4px);
    }
  }
  @keyframes slide-right {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    24% {
      -webkit-transform: translateX(4px);
              transform: translateX(4px);
    }
  }
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .kv__slider .recipes-item__images {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .kv__slider .recipes-item.swiper-slide-active .recipes-item__images {
  opacity: 1;
  transition-delay: 0.3s;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .kv__operations {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  gap: 40px;
  position: absolute;
  bottom: 80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  z-index: 2;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .kv__operations .swiper-button-prev,
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .kv__operations .swiper-button-next {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: static;
  width: 40px;
  height: 40px;
  margin: 0;
  z-index: 1;
  transition: opacity 0.4s;
}
@media (min-width: 979px) {
  .kokuyo-st-container #kokuyo-st-main-contents #ktsCont .kv__operations .swiper-button-prev:hover,
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .kv__operations .swiper-button-next:hover {
    opacity: 0.7;
  }
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .kv__operations .swiper-button-prev::after,
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .kv__operations .swiper-button-next::after {
  display: none;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .kv__operations .swiper-button-next > img {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .kv__operations .swiper-pagination {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  gap: 15px;
  position: static;
  width: auto;
  z-index: 1;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .kv__operations .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0;
  background: #FFFFFF;
  opacity: 0.5;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .kv__operations .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .kv__scroll {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .kv__scroll::before {
  content: "";
  display: block;
  width: 2px;
  height: 40px;
  background: rgba(255, 255, 255, 0.75);
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .kv__scroll::after {
  content: "";
  display: block;
  position: absolute;
  scroll-padding-bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 6px;
  height: 16px;
  background: #FFFFFF;
  border-radius: 40px;
  z-index: 2;
  -webkit-animation: circlemove 1.6s ease-in-out infinite, circlemovehide 1.6s ease-out infinite;
          animation: circlemove 1.6s ease-in-out infinite, circlemovehide 1.6s ease-out infinite;
}
@-webkit-keyframes circlemove {
  0% {
    bottom: 32px;
  }
  100% {
    bottom: -8px;
  }
}
@keyframes circlemove {
  0% {
    bottom: 32px;
  }
  100% {
    bottom: -8px;
  }
}
@-webkit-keyframes circlemovehide {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes circlemovehide {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .kv__scroll > span {
  position: absolute;
  color: transparent;
  pointer-events: none;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .about {
  padding: 120px 0 80px;
  color: #FFFFFF;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .about--comingsoon {
  padding: 120px 0 0 0;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .about__title {
  margin: 0 0 56px;
  text-align: center;
  line-height: 1.6;
  font-size: 44px;
}
@media screen and (max-width: 456px) {
  .kokuyo-st-container #kokuyo-st-main-contents #ktsCont .about__title {
    font-size: 10vw;
  }
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .about__title--jp {
  font-weight: 700;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .about__title--en {
  margin: 0;
  line-height: 1.3;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 28px;
  font-weight: 600;
}
@media screen and (max-width: 456px) {
  .kokuyo-st-container #kokuyo-st-main-contents #ktsCont .about__title--en {
    font-size: 6.3636363636vw;
  }
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .about__video-wrap {
  margin: 100px 0 0 0;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .about__images {
  position: relative;
  padding: 120px 28px 0;
  z-index: 2;
}
@media screen and (max-width: 456px) {
  .kokuyo-st-container #kokuyo-st-main-contents #ktsCont .about__images {
    padding: 120px 6.3636363636vw 0;
  }
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .about__image {
  display: block;
  width: 297px;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 456px) {
  .kokuyo-st-container #kokuyo-st-main-contents #ktsCont .about__image {
    width: 67.5vw;
  }
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .about__text {
  position: absolute;
  z-index: -1;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .about__text--01 {
  top: 50%;
  -webkit-transform: translateY(calc(-50% + 47px));
          transform: translateY(calc(-50% + 47px));
  left: 22px;
  width: 96px;
}
@media screen and (max-width: 456px) {
  .kokuyo-st-container #kokuyo-st-main-contents #ktsCont .about__text--01 {
    -webkit-transform: translateY(-32%);
            transform: translateY(-32%);
    left: 5vw;
    width: 21.8181818182vw;
  }
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .about__text--02 {
  top: 30px;
  right: 27px;
  width: 91px;
}
@media screen and (max-width: 456px) {
  .kokuyo-st-container #kokuyo-st-main-contents #ktsCont .about__text--02 {
    right: 5.9090909091vw;
    width: 20.4545454545vw;
  }
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .about__bubble {
  position: absolute;
  top: -5px;
  left: 44px;
  z-index: -1;
}
@media screen and (max-width: 456px) {
  .kokuyo-st-container #kokuyo-st-main-contents #ktsCont .about__bubble {
    left: 10vw;
  }
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .about__tag {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: end;
      align-items: flex-end;
  gap: 2px;
  position: absolute;
  bottom: 70px;
  padding: 6px 8px 7px;
  background: #FFFFFF;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
  z-index: 3;
}
@media screen and (max-width: 456px) {
  .kokuyo-st-container #kokuyo-st-main-contents #ktsCont .about__tag {
    bottom: 15.9090909091vw;
    font-size: 3.1818181818vw;
  }
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .about__tag--01 {
  right: 173px;
  color: #ED7E90;
}
@media screen and (max-width: 456px) {
  .kokuyo-st-container #kokuyo-st-main-contents #ktsCont .about__tag--01 {
    right: 39.3181818182vw;
  }
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .about__tag--02 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  right: 46px;
  max-width: 114px;
  color: #915DA3;
}
@media screen and (max-width: 456px) {
  .kokuyo-st-container #kokuyo-st-main-contents #ktsCont .about__tag--02 {
    right: 10.4545454545vw;
    max-width: 27.2727272727vw;
  }
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .about__tag--large {
  line-height: 0.9;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 456px) {
  .kokuyo-st-container #kokuyo-st-main-contents #ktsCont .about__tag--large {
    font-size: 4.0909090909vw;
  }
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .recipes {
  padding: 80px 0;
  background: #FFFFFF;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .recipes__logo {
  width: 174px;
  margin: 0 0 60px 0;
}
@media screen and (max-width: 456px) {
  .kokuyo-st-container #kokuyo-st-main-contents #ktsCont .recipes__logo {
    width: 39.5454545455vw;
  }
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .recipes__tags {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  gap: 12px;
  margin: 0 0 36px 0;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .recipes__tag {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 120px;
  padding: 5px 20px 6px;
  background: #00A3E9;
  border-radius: 4px;
  font-weight: 700;
  color: #FFFFFF;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .recipes__icon {
  width: 34px;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .recipes__title {
  position: relative;
  margin: 0 0 48px 0;
  padding: 0 0 4px 0;
  font-size: 28px;
  font-weight: 700;
  color: #00A3E9;
  z-index: 2;
}
@media screen and (max-width: 456px) {
  .kokuyo-st-container #kokuyo-st-main-contents #ktsCont .recipes__title {
    font-size: 6.3636363636vw;
  }
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .recipes__title::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background: #E5F6FD;
  z-index: -1;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .recipes__lead {
  color: #00A3E9;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .recipes__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 60px;
  width: 320px;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .recipes__list .recipes-item {
  width: 100%;
  border-radius: 10px;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .recipes__list .recipes-item > a {
  display: block;
  position: relative;
  aspect-ratio: 1/1;
  overflow: hidden;
}
@media (min-width: 979px) {
  .kokuyo-st-container #kokuyo-st-main-contents #ktsCont .recipes__list .recipes-item > a:hover .recipes-item__img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .kokuyo-st-container #kokuyo-st-main-contents #ktsCont .recipes__list .recipes-item > a:hover .recipes-item__button > svg {
    -webkit-animation: slide-right 1.2s infinite;
            animation: slide-right 1.2s infinite;
  }
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .recipes__list .recipes-item__column {
  position: relative;
  gap: 12px;
  padding: 20px 20px 12px 20px;
  z-index: 2;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .recipes__list .recipes-item__logo {
  width: 58px;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .recipes__list .recipes-item__title {
  font-size: 16px;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .recipes__list .recipes-item__title--large {
  font-size: 32px;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .recipes__list .recipes-item__img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  will-change: transform, object-position;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .recipes__list .recipes-item__button {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 2;
}
@media screen and (max-width: 456px) {
  .kokuyo-st-container #kokuyo-st-main-contents #ktsCont .recipes__list .recipes-item__button {
    right: 4.5454545455vw;
    bottom: 4.5454545455vw;
  }
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .style {
  padding: 80px 0 120px;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .style__tags {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  margin: 0 0 24px 0;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .style__tag {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: end;
      align-items: flex-end;
  gap: 2px;
  background: #FFFFFF;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .style__tag--01 {
  padding: 10px 16px 14px 16px;
  color: #ED7E90;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .style__tag--02 {
  padding: 14px 12px 10px 12px;
  color: #915DA3;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .style__tag--large {
  line-height: 0.9;
  font-size: 20px;
  font-weight: 700;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .style__icon {
  width: 40px;
  margin: -8px 0;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .style__title {
  margin: 0 0 72px 0;
  text-align: center;
  line-height: 1.5;
  font-size: 38px;
  font-weight: 700;
  color: #FFFFFF;
  z-index: 2;
}
@media screen and (max-width: 456px) {
  .kokuyo-st-container #kokuyo-st-main-contents #ktsCont .style__title {
    font-size: 8.6363636364vw;
  }
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .style__title--en {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .style__title > time {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin: 20px 0 0 0;
  padding: 12px 53px;
  background: #FFF352;
  border-radius: 200px;
  line-height: 1;
  letter-spacing: 0.1em;
  font-size: 24px;
  color: #00A3E9;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .style__list {
  width: 100%;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .style__item {
  width: 100%;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .style__item:not(:last-of-type) {
  margin: 0 0 80px 0;
  padding: 0 0 80px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .style__item-images {
  position: relative;
  width: 100%;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .style__item-image {
  display: block;
  width: 292px;
  margin: 0 auto;
}
@media screen and (max-width: 456px) {
  .kokuyo-st-container #kokuyo-st-main-contents #ktsCont .style__item-image {
    width: 66.3636363636vw;
  }
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .style__item-illust {
  position: absolute;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .style__item-illust--01 {
  top: -30px;
  right: 62px;
  width: 82px;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .style__item-illust--02 {
  top: -28px;
  left: 55px;
  width: 78px;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .style__item-illust--03 {
  top: 26px;
  right: 64px;
  width: 70px;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .style__item-label--02 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 18px 40px !important;
  line-height: 1.25;
}
@media screen and (max-width: 456px) {
  .kokuyo-st-container #kokuyo-st-main-contents #ktsCont .style__item-label--02 {
    padding: 18px 9.0909090909vw !important;
  }
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .style__item .label {
  width: 370px;
  margin-bottom: 18px;
  padding: 18px 20px;
  letter-spacing: -0.02em;
  font-size: 24px;
}
@media screen and (max-width: 456px) {
  .kokuyo-st-container #kokuyo-st-main-contents #ktsCont .style__item .label {
    width: 84.0909090909vw;
    font-size: 5.4545454545vw;
  }
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .style__item .label--small {
  letter-spacing: -0.19em;
  font-size: 20px;
}
@media screen and (max-width: 456px) {
  .kokuyo-st-container #kokuyo-st-main-contents #ktsCont .style__item .label--small {
    font-size: 4.5454545455vw;
  }
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .style__item-bubble {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  width: 100%;
  margin: 0 0 40px 0;
  padding: 21px 0;
  background: #FFFFFF;
  border-radius: 10px;
  z-index: 2;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .style__item-bubble::after {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: rotate(-90deg) translate(-5px, -50%);
          transform: rotate(-90deg) translate(-5px, -50%);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  width: 16px;
  height: 22px;
  background: url(../img/common/icon_arrow_01.svg) no-repeat center/100% 100%;
  z-index: -1;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .style__item-bubble > img {
  width: auto;
  height: 58px;
}
@media screen and (max-width: 456px) {
  .kokuyo-st-container #kokuyo-st-main-contents #ktsCont .style__item-bubble > img {
    height: 13.1818181818vw;
  }
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .style__item-note {
  margin: 0 0 40px 0;
  text-align: center;
  line-height: 2;
  letter-spacing: 0.1em;
  font-size: 14px;
  color: #FFFFFF;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .style__item-movie {
  box-sizing: content-box;
  position: relative;
  left: -4px;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  border: 4px solid #FFF352;
  border-radius: 10px;
  box-shadow: 0px 4px 0px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .style__item-movie > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .style__item-comingsoon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  gap: 28px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .style__item-comingsoon > img {
  width: 72px;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .style__item-comingsoon > p {
  font-size: 36px;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #00A3E9;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .products {
  padding: 80px 0;
  background: #FFFFFF;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .products__title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  gap: 16px;
  margin: 0 0 36px 0;
  text-align: center;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 64px;
  color: #00A3E9;
}
@media screen and (max-width: 456px) {
  .kokuyo-st-container #kokuyo-st-main-contents #ktsCont .products__title {
    font-size: 14.5454545455vw;
  }
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .products__title--jp {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 32px;
  font-weight: 700;
}
@media screen and (max-width: 456px) {
  .kokuyo-st-container #kokuyo-st-main-contents #ktsCont .products__title--jp {
    font-size: 7.2727272727vw;
  }
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .products__lead {
  margin: 0 0 48px 0;
  text-align: justify;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #00A3E9;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .products__list {
  width: 100%;
  margin: 0 0 80px 0;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .products__item {
  padding: 60px 0;
  background: var(--recipes-color10);
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .products__item-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .products__item-title {
  margin: 0 0 20px 0;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .products__item-button {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  gap: 6px;
  width: auto;
  height: 30px;
  margin: 0 0 28px 0;
  padding: 6px 15px 8px;
  background: var(--recipes-color);
  border-radius: 200px;
  color: #FFFFFF;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont .products__item-button > svg {
  margin: 0 -2px -2px 0;
}
@media (min-width: 979px) {
  .kokuyo-st-container #kokuyo-st-main-contents #ktsCont .products__item-button:hover > svg {
    -webkit-animation: slide-right 1.2s infinite;
            animation: slide-right 1.2s infinite;
  }
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont.lower .lv {
  width: 100%;
  padding: 68px 0 0 0;
  background: #FFFFFF;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont.lower .lv .recipes-item__column {
  padding: 20px 28px;
  background: var(--recipes-color);
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont.lower .lv__video {
  width: 280px;
  margin: 60px auto;
  border-radius: 10px;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont.lower .lv__video .video__button {
  width: 32px;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont.lower .lv__define {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 28px;
  width: 100%;
  margin: 0 0 28px 0;
  color: var(--recipes-color);
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont.lower .lv__define > div > dt {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  width: 100%;
  margin: 0 0 14px 0;
  text-align: center;
  z-index: 2;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont.lower .lv__define > div > dt::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background: var(--recipes-color);
  z-index: -1;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont.lower .lv__define > div > dt > span {
  padding: 0 20px;
  background: #FFFFFF;
  letter-spacing: 0.1em;
  font-size: 20px;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont.lower .lv__define > div > dt.en > span {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont.lower .lv__define-subdefine {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont.lower .lv__define-subdefine > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  gap: 40px;
  position: relative;
  width: 100%;
  min-height: 48px;
  z-index: 2;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont.lower .lv__define-subdefine > div::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: 10px;
  background-image: radial-gradient(var(--recipes-color) 20%, transparent 20%);
  background-size: 10px 10px;
  z-index: -1;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont.lower .lv__define-subdefine > div > dt {
  padding: 0 16px 0 0;
  background: #FFFFFF;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont.lower .lv__define-subdefine > div > dd {
  padding: 0 0 0 16px;
  background: #FFFFFF;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont.lower .lv__define-orderlist {
  counter-reset: custom-counter;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 22px;
  padding: 12px 0 0 0;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont.lower .lv__define-orderlist > li {
  counter-increment: custom-counter;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 16px;
  position: relative;
  line-height: 1.6;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont.lower .lv__define-orderlist > li::before {
  content: counter(custom-counter);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 28px;
  height: 28px;
  margin: -2px 0 0 0;
  padding: 0 0 1px 1px;
  background: var(--recipes-color);
  border-radius: 50%;
  line-height: 1;
  font-size: 20px;
  color: #FFFFFF;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont.lower .lv__image {
  margin: 0 0 4px 0;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont.lower .lv__image > img {
  display: block;
  margin: 0 auto;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont.lower .lv__image--quick > img {
  margin: 0;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont.lower .lv__image--bite, .kokuyo-st-container #kokuyo-st-main-contents #ktsCont.lower .lv__image--binder {
  padding: 22px 0 0 0;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont.lower .lv__image--motivating {
  margin: -28px 0 4px 0;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont.lower .lv__image--essential {
  margin: -24px 0 40px 0;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont.lower .lv__products {
  position: relative;
  padding: 50px 0 36px;
  background: var(--recipes-color10);
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont.lower .lv__title {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: calc(100% - 56px);
  padding: 15px 28px;
  background: var(--recipes-color);
  border-radius: 200px;
  letter-spacing: 0.1em;
  font-size: 20px;
  font-weight: 700;
  color: #FFFFFF;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont.lower .other {
  padding: 40px 0 80px;
  background: #FFFFFF;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont.lower .other__title {
  margin: 0 0 32px 0;
  text-align: center;
  font-size: 24px;
  color: #00A3E9;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont.lower .other__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin: 0 0 40px 0;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont.lower .other__item > a {
  display: block;
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  background: var(--recipes-color10);
  border-radius: 10px;
  overflow: hidden;
}
@media (min-width: 979px) {
  .kokuyo-st-container #kokuyo-st-main-contents #ktsCont.lower .other__item > a:hover > img {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
            transform: translate(-50%, -50%) scale(0.8);
  }
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont.lower .other__item > a > svg {
  display: block;
  position: absolute;
  right: 8px;
  bottom: 8px;
  z-index: 2;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont.lower .other__item > a > svg > rect {
  fill: var(--recipes-color);
  width: 24px;
  height: 24px;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont.lower .other__item > a > img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.85);
          transform: translate(-50%, -50%) scale(0.85);
  transition: all 0.4s;
  will-change: transform, object-position;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont.lower .other__buttons {
  padding: 40px 0 0 0;
  border-top: 2px solid #EEE;
}