@charset "UTF-8";
body {
  min-width: 100%;
}

.fs-l-page {
  padding-top: 90px;
}

@media screen and (max-width: 768px) {
  .fs-l-page {
    padding-top: 0;
  }
}

#fs_preview_header {
  display: none;
}

.kcHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 90px;
  box-sizing: border-box;
  padding: 0 50px;
  top: 0;
  left: 0;
}

@media screen and (max-width: 1100px) {
  .kcHeader {
    padding: 0 20px;
  }
}

@media screen and (max-width: 768px) {
  .kcHeader {
    position: relative;
    top: auto;
    left: auto;
    justify-content: center;
    height: 75px;
  }
}

@media screen and (max-width: 480px) {
  .kcHeader {
    height: 50px;
    padding: 0;
  }
}

.kcHeader__logo {
  font-size: 0;
  line-height: 0;
  width: 447px;
  height: auto;
  transition: width 0.3s;
}

@media screen and (max-width: 1100px) {
  .kcHeader__logo {
    width: 338px;
  }
}

@media screen and (max-width: 480px) {
  .kcHeader__logo {
    width: 227px;
  }
}

.kcHeader__nav {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .kcHeader__nav {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
    justify-content: space-between;
  }
}

@media screen and (max-width: 768px) {
  .kcHeader__nav:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    pointer-events: none;
    background: #00A78D;
    z-index: 2;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  }
}

.kcHeader__search {
  margin-right: 30px;
}

@media screen and (max-width: 768px) {
  .kcHeader__search {
    position: absolute;
    z-index: 3;
    order: 2;
    margin: 0;
    left: calc(50% - 137px);
  }
}

@media screen and (max-width: 580px) {
  .kcHeader__search {
    position: relative;
    margin: 0 auto;
    left: auto;
  }
}

.kcHeader__search-box {
  width: 250px;
  height: 35px;
  box-sizing: border-box;
  background: rgba(0, 167, 141, 0.1);
  border: none;
  outline: none;
  font-weight: 500;
  padding: 0 15px;
  border-radius: 0;
  font-size: 14px;
  line-height: 35px;
  transition: width 0.3s;
}

@media screen and (max-width: 1100px) {
  .kcHeader__search-box {
    width: 200px;
  }
}

@media screen and (max-width: 768px) {
  .kcHeader__search-box {
    background: #fff;
    width: 275px;
    height: 30px;
    line-height: 30px;
  }
}

@media screen and (max-width: 767px) {
  .kcHeader__search-box {
    padding: 0 10px;
    font-size: 16px;
    line-height: 1.5em;
  }
}

@media screen and (max-width: 580px) {
  .kcHeader__search-box {
    width: 168px;
  }
}

@media screen and (max-width: 360px) {
  .kcHeader__search-box {
    width: 120px;
    padding: 0 10px;
  }
}

.kcHeader__search-box::placeholder {
  color: #00A78D;
}

.kcHeader__member {
  font-size: 0;
  line-height: 0;
  margin-right: 15px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .kcHeader__member {
    position: relative;
    z-index: 3;
    order: 3;
    filter: brightness(0) invert(1);
    margin-left: auto;
  }
}

@media screen and (max-width: 768px) {
  .kcHeader__member img {
    width: 30px;
  }
}

.kcHeader__member a {
  display: block;
}

.kcHeader__member a:link, .kcHeader__member a:visited {
  text-decoration: none;
}

.kcHeader__member a:hover, .kcHeader__member a:active {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .kcHeader__member a:after {
    content: "マイページ";
    display: block;
    width: 100%;
    font-size: 8px;
    line-height: 1.2em;
    font-weight: 500;
    text-align: center;
    margin-top: 2px;
  }
}

@media screen and (max-width: 768px) {
  .kcHeader__member--btn {
    display: none;
  }
}

.kcHeader__member--btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 5px;
  color: #00A78D;
  font-size: 11px;
  font-weight: 600;
  padding: 10px;
  text-align: center;
  position: relative;
  transition: color 0.3s;
}

.kcHeader__member--btn a:link, .kcHeader__member--btn a:visited {
  text-decoration: none;
}

.kcHeader__member--btn a:hover, .kcHeader__member--btn a:active {
  text-decoration: none;
}

@media screen and (min-width: 769px) {
  .kcHeader__member--btn a:hover, .kcHeader__member--btn a:active {
    color: #00BC98;
  }
  .kcHeader__member--btn a:hover:after, .kcHeader__member--btn a:active:after {
    border-color: #00BC98;
  }
  .kcHeader__member--btn a:hover img, .kcHeader__member--btn a:active img {
    filter: brightness(1.1);
  }
}

.kcHeader__member--btn a img {
  width: 18px;
  height: auto;
  margin-right: 5px;
  transition: filter 0.3s;
}

.kcHeader__member--btn a:after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #00A78D;
  border-right: 1px solid #00A78D;
  transform: rotate(45deg);
  display: block;
  position: absolute;
  right: 10px;
  top: calc(50% - 3px);
  transition: border-color 0.3s;
}

.kcHeader__mailmag {
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .kcHeader__mailmag {
    display: none;
  }
}

.kcHeader__mailmag a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 5px;
  color: #00A78D;
  font-size: 11px;
  font-weight: 600;
  padding: 10px;
  text-align: center;
  position: relative;
  transition: color 0.3s;
}

.kcHeader__mailmag a:link, .kcHeader__mailmag a:visited {
  text-decoration: none;
}

.kcHeader__mailmag a:hover, .kcHeader__mailmag a:active {
  text-decoration: none;
}

@media screen and (min-width: 769px) {
  .kcHeader__mailmag a:hover, .kcHeader__mailmag a:active {
    color: #00BC98;
  }
  .kcHeader__mailmag a:hover:after, .kcHeader__mailmag a:active:after {
    border-color: #00BC98;
  }
  .kcHeader__mailmag a:hover img, .kcHeader__mailmag a:active img {
    filter: brightness(1.1);
  }
}

.kcHeader__mailmag a img {
  width: 18px;
  height: auto;
  margin-right: 5px;
  transition: filter 0.3s;
}

.kcHeader__mailmag a:after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #00A78D;
  border-right: 1px solid #00A78D;
  transform: rotate(45deg);
  display: block;
  position: absolute;
  right: 10px;
  top: calc(50% - 3px);
  transition: border-color 0.3s;
}

.kcHeader__cart {
  font-size: 0;
  line-height: 0;
  margin-right: 20px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .kcHeader__cart {
    position: relative;
    z-index: 3;
    order: 4;
    filter: brightness(0) invert(1);
  }
}

@media screen and (max-width: 768px) {
  .kcHeader__cart img {
    width: 30px;
  }
}

.kcHeader__cart a {
  display: block;
}

.kcHeader__cart a:link, .kcHeader__cart a:visited {
  text-decoration: none;
}

.kcHeader__cart a:hover, .kcHeader__cart a:active {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .kcHeader__cart a:after {
    content: "カート";
    display: block;
    width: 100%;
    font-size: 8px;
    line-height: 1.2em;
    font-weight: 500;
    text-align: center;
    margin-top: 2px;
  }
}

.kcHeader__menu {
  width: 35px;
  height: 35px;
  position: relative;
  cursor: pointer;
  z-index: 3;
}

@media screen and (max-width: 768px) {
  .kcHeader__menu {
    background: #007D69;
    width: 60px;
    height: 60px;
    order: 1;
    margin-right: 10px;
  }
}

.kcHeader__menu:before {
  content: "";
  width: 32px;
  height: 1px;
  background: #00A78D;
  display: block;
  position: absolute;
  left: calc(50% - 16px);
  top: calc(50% - 12px);
  transition: transform 0.3s;
}

@media screen and (max-width: 768px) {
  .kcHeader__menu:before {
    background: #fff;
  }
}

.kcHeader__menu:after {
  content: "";
  width: 32px;
  height: 1px;
  background: #00A78D;
  display: block;
  position: absolute;
  left: calc(50% - 16px);
  top: calc(50% + 12px);
  transition: transform 0.3s;
}

@media screen and (max-width: 768px) {
  .kcHeader__menu:after {
    background: #fff;
  }
}

.kcHeader__menu span {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}

.kcHeader__menu span:before {
  content: "";
  width: 32px;
  height: 1px;
  background: #00A78D;
  display: block;
  position: absolute;
  left: calc(50% - 16px);
  top: 50%;
}

@media screen and (max-width: 768px) {
  .kcHeader__menu span:before {
    background: #fff;
  }
}

.kcHeader__menu.active:before {
  top: 50%;
  transform: rotate(30deg);
  background: #fff;
}

.kcHeader__menu.active:after {
  top: 50%;
  transform: rotate(-30deg);
  background: #fff;
}

.kcHeader__menu.active span {
  display: none;
}

.kcHeader__drawer {
  position: absolute;
  width: 450px;
  height: 100vh;
  padding: 90px 90px 0;
  right: 0;
  top: 0;
  background: #00A78D;
  box-sizing: border-box;
  z-index: 2;
  transform: translateX(450px);
  display: none;
  transition: transform 0.3s;
}

@media screen and (max-width: 768px) {
  .kcHeader__drawer {
    transform: translateX(0);
    transform: translateY(100%);
    width: 100%;
    height: auto;
    top: auto;
    bottom: 0;
    padding: 50px 40px 90px;
  }
}

.kcHeader__drawer.active {
  transform: translateX(0px);
}

@media screen and (max-width: 768px) {
  .kcHeader__drawer.active {
    transform: translateY(0);
  }
}

.kcHeader__drawer-bg {
  background: rgba(255, 255, 255, 0.88);
  width: 100vw;
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: none;
}

@media screen and (max-width: 768px) {
  .kcHeader__drawer-bg {
    bottom: 0;
    top: auto;
    background: rgba(0, 59, 49, 0.88);
  }
}

.kcHeader__mainnav {
  color: #fff;
  margin-bottom: 50px;
}

.kcHeader__mainnav-title {
  font-size: 0;
  line-height: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 8px;
  margin-bottom: 10px;
}

.kcHeader__mainnav > ul {
  list-style: none;
  margin: 0;
  padding: 10px 0 0 10px;
}

.kcHeader__mainnav > ul > li {
  font-size: 0;
  line-height: 0;
}

.kcHeader__mainnav > ul > li a {
  font-size: 19px;
  font-weight: 600;
  display: block;
  position: relative;
  padding: 20px 20px;
  font-feature-settings: "palt";
}

@media screen and (max-width: 767px) {
  .kcHeader__mainnav > ul > li a {
    letter-spacing: 2px;
  }
}

.kcHeader__mainnav > ul > li a:link, .kcHeader__mainnav > ul > li a:visited {
  color: #fff;
  text-decoration: none;
}

.kcHeader__mainnav > ul > li a:hover, .kcHeader__mainnav > ul > li a:active {
  color: #fff;
  text-decoration: none;
}

@media screen and (min-width: 769px) {
  .kcHeader__mainnav > ul > li a:hover, .kcHeader__mainnav > ul > li a:active {
    text-decoration: underline;
  }
}

.kcHeader__mainnav > ul > li a:before {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  display: block;
  position: absolute;
  left: 0;
  top: calc(50% - 3px);
}

.kcHeader__subnav {
  color: #fff;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .kcHeader__subnav {
    margin-bottom: 0;
  }
}

.kcHeader__subnav > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding: 15px 0 15px 10px;
}

@media screen and (max-width: 768px) {
  .kcHeader__subnav > ul {
    border-bottom: none;
  }
}

.kcHeader__subnav > ul > li {
  font-size: 0;
  line-height: 0;
}

.kcHeader__subnav > ul > li a {
  font-size: 14px;
  display: block;
  position: relative;
  padding: 18px 20px;
  font-feature-settings: "palt";
  letter-spacing: 1px;
}

@media screen and (max-width: 767px) {
  .kcHeader__subnav > ul > li a {
    font-weight: 400;
  }
}

.kcHeader__subnav > ul > li a:link, .kcHeader__subnav > ul > li a:visited {
  color: #fff;
  text-decoration: none;
}

.kcHeader__subnav > ul > li a:hover, .kcHeader__subnav > ul > li a:active {
  color: #fff;
  text-decoration: none;
}

@media screen and (min-width: 769px) {
  .kcHeader__subnav > ul > li a:hover, .kcHeader__subnav > ul > li a:active {
    text-decoration: underline;
  }
}

.kcHeader__subnav > ul > li a:before {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  display: block;
  position: absolute;
  left: 0;
  top: calc(50% - 3px);
}

.kcKv__item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  min-height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .kcKv__item {
    min-height: 375px;
  }
}

@media screen and (max-width: 767px) {
  .kcKv__item {
    min-height: 330px;
  }
}

@media screen and (max-width: 768px) {
  .kcKv__item-title img {
    max-width: 375px;
  }
}

@media screen and (max-width: 480px) {
  .kcKv__item-title img {
    max-width: 249px;
  }
}

.kcKv__item-bg {
  display: none;
}

.kcTitle {
  font-size: 0;
  line-height: 0;
  margin: 0 0 90px;
}

@media screen and (max-width: 768px) {
  .kcTitle {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .kcTitle {
    text-align: center;
    margin-bottom: 45px;
    width: 100%;
  }
}

.kcTitle img {
  height: 52px;
  width: auto;
  vertical-align: middle;
  margin-right: 35px;
}

@media screen and (max-width: 768px) {
  .kcTitle img {
    height: 48px;
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .kcTitle img {
    height: 22px;
    width: auto;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.kcTitle span {
  font-size: 15px;
  line-height: 1.6em;
  font-weight: 500;
  border-bottom: 1px solid #00A78D;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .kcTitle span {
    border-bottom: none;
    display: block;
    font-size: 13px;
    line-height: 1.6em;
  }
}

.kcTitle:before {
  content: "";
  display: block;
  width: 100%;
  clear: both;
}

.kcTitle--w span {
  color: #fff;
  border-color: #fff;
}

@media screen and (max-width: 767px) {
  .kcTitle--w span {
    color: #262626;
  }
}

.kcTitle--v img {
  display: block;
  clear: both;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .kcTitle--v img {
    margin-bottom: 10px;
    display: inline-block;
  }
}

.kcInner {
  max-width: 1000px;
  margin: 0 auto;
}

.kcInner--flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.kcInner--flex-s {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.kcInner--aic {
  align-items: center;
}

.kcBtn--border {
  display: inline-block;
  min-width: 215px;
  box-sizing: border-box;
  border: 1px solid #fff;
  color: #fff;
  font-size: 17px;
  line-height: 1.5em;
  font-weight: 500;
  text-align: center;
  border-radius: 5px;
  padding: 5px 20px;
  position: relative;
  transition: background 0.3s, color 0.3s;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .kcBtn--border {
    font-size: 13px;
    line-height: 1.5em;
    padding: 10px 20px;
  }
}

.kcBtn--border:link, .kcBtn--border:visited {
  text-decoration: none;
  color: #fff;
}

.kcBtn--border:hover, .kcBtn--border:active {
  text-decoration: none;
}

@media screen and (min-width: 769px) {
  .kcBtn--border:hover, .kcBtn--border:active {
    color: #00A78D;
    background: #fff;
  }
  .kcBtn--border:hover:after, .kcBtn--border:active:after {
    border-color: #00A78D;
  }
}

.kcBtn--border:after {
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  position: absolute;
  right: 10px;
  top: calc(50% - 3px);
  transform: rotate(45deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.kcBtn--white {
  display: inline-block;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 5px;
  color: #00A78D;
  font-size: 12px;
  font-weight: 600;
  padding: 10px 20px;
  text-align: center;
  position: relative;
  border: none;
  cursor: pointer;
  transition: opacity 0.1s;
  transition: color 0.3s;
}

@media screen and (max-width: 767px) {
  .kcBtn--white {
    font-size: 13px;
    line-height: 1.5em;
    padding: 10px 20px;
  }
}

.kcBtn--white:link, .kcBtn--white:visited {
  color: #00A78D;
  text-decoration: none;
}

.kcBtn--white:hover, .kcBtn--white:active {
  text-decoration: none;
}

@media screen and (min-width: 769px) {
  .kcBtn--white:hover, .kcBtn--white:active {
    color: #00BC98;
  }
  .kcBtn--white:hover:after, .kcBtn--white:active:after {
    border-color: #00BC98;
  }
}

.kcBtn--white:after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #00A78D;
  border-right: 1px solid #00A78D;
  transform: rotate(45deg);
  display: block;
  position: absolute;
  right: 10px;
  top: calc(50% - 3px);
  transition: border-color 0.3s;
}

.kcBtn--green {
  display: inline-block;
  justify-content: center;
  align-items: center;
  background: #00A78D;
  border-radius: 5px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 5px 15px;
  text-align: center;
  position: relative;
  border: none;
  cursor: pointer;
  transition: opacity 0.1s;
  transition: background 0.3s;
}

.kcBtn--green:link, .kcBtn--green:visited {
  color: #fff;
  text-decoration: none;
}

.kcBtn--green:hover, .kcBtn--green:active {
  color: #fff;
  text-decoration: none;
}

@media screen and (min-width: 769px) {
  .kcBtn--green:hover, .kcBtn--green:active {
    background: #00BC98;
  }
}

.kcBtn--full {
  width: 100%;
}

.kcBtn--disable {
  background-color: #ccc;
  pointer-events: none;
  opacity: 0.3;
}

.kcPickup {
  padding: 90px 48px;
}

@media screen and (max-width: 767px) {
  .kcPickup {
    padding: 45px 18px;
  }
}

.kcPickup-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 0;
  line-height: 0;
  margin-bottom: -48px;
}

@media screen and (max-width: 767px) {
  .kcPickup-list {
    margin-bottom: -18px;
  }
}

@media screen and (max-width: 480px) {
  .kcPickup-list {
    margin-bottom: -14px;
  }
}

.kcPickup-list__item {
  width: calc(50% - 24px);
  margin: 0 0 48px;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .kcPickup-list__item {
    width: calc(50% - 9px);
    margin-bottom: 18px;
  }
}

@media screen and (max-width: 480px) {
  .kcPickup-list__item {
    width: 100%;
    margin-bottom: 14px;
    border-radius: 7px;
  }
}

.kcPickup-list__item img {
  transition: transform 0.3s;
}

@media screen and (min-width: 769px) {
  .kcPickup-list__item img:hover {
    transform: scale(1.06, 1.06);
  }
}

.kcRanking {
  padding: 90px 48px;
  background: #00A78D;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .kcRanking {
    padding: 45px 35px;
  }
}

@media screen and (max-width: 1000px) {
  .kcRanking-btn {
    text-align: center;
    width: 100%;
    order: 3;
  }
}

@media screen and (max-width: 1000px) {
  .kcRanking-list {
    margin-bottom: 35px;
  }
}

.kcRanking .fs-c-productListCarousel__ctrl {
  display: none !important;
}

.kcRanking .fs-c-productListCarousel__list {
  width: 100%;
  overflow: inherit;
}

.kcRanking .fs-c-productListCarousel__list .slick-list {
  overflow: inherit;
}

.kcRanking .fs-c-productListCarousel__list .slick-list .slick-slide {
  margin: 0 60px 0 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  .kcRanking .fs-c-productListCarousel__list .slick-list .slick-slide {
    margin-right: 30px;
  }
}

@media screen and (max-width: 767px) {
  .kcRanking .fs-c-productListCarousel__list .slick-list .slick-slide {
    margin: 0 13px;
  }
}

.kcRanking .fs-c-productListCarousel__list__itemTrack {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.kcRanking .fs-c-productListItem {
  width: auto;
  flex-basis: inherit;
  max-width: 100%;
  min-width: 0;
  margin: 0;
  position: relative;
}

.kcRanking .fs-c-productListItem > *:not(.fs-c-productListItem__imageContainer):not(.fs-c-productListItem__productName) {
  display: none;
}

.kcRanking .fs-c-productListItem:before {
  content: "";
  width: 48px;
  height: 48px;
  display: block;
  pointer-events: none;
  position: absolute;
  font-size: 0;
  line-height: 0;
  top: -24px;
  left: 24px;
  background: no-repeat center center;
  background-size: 100% auto;
  z-index: 10;
}

.kcRanking .fs-c-productListItem[data-index="0"]:before {
  background-image: url(https://konascoffee.itembox.design/item/asset/img/common/kcRanking-no1.png);
}

.kcRanking .fs-c-productListItem[data-index="1"]:before {
  background-image: url(https://konascoffee.itembox.design/item/asset/img/common/kcRanking-no2.png);
}

.kcRanking .fs-c-productListItem[data-index="2"]:before {
  background-image: url(https://konascoffee.itembox.design/item/asset/img/common/kcRanking-no3.png);
}

.kcRanking .fs-c-productListItem[data-index="3"]:before {
  background-image: url(https://konascoffee.itembox.design/item/asset/img/common/kcRanking-no4.png);
}

.kcRanking .fs-c-productListItem[data-index="4"]:before {
  background-image: url(https://konascoffee.itembox.design/item/asset/img/common/kcRanking-no5.png);
}

.kcRanking .fs-c-productListItem[data-index="5"]:before {
  background-image: url(https://konascoffee.itembox.design/item/asset/img/common/kcRanking-no6.png);
}

.kcRanking .fs-c-productListItem[data-index="6"]:before {
  background-image: url(https://konascoffee.itembox.design/item/asset/img/common/kcRanking-no7.png);
}

.kcRanking .fs-c-productListItem[data-index="7"]:before {
  background-image: url(https://konascoffee.itembox.design/item/asset/img/common/kcRanking-no8.png);
}

.kcRanking .fs-c-productListItem[data-index="8"]:before {
  background-image: url(https://konascoffee.itembox.design/item/asset/img/common/kcRanking-no9.png);
}

.kcRanking .fs-c-productListItem[data-index="9"]:before {
  background-image: url(https://konascoffee.itembox.design/item/asset/img/common/kcRanking-no10.png);
}

.kcRanking .fs-c-productListItem[data-index="10"]:before {
  background-image: url(https://konascoffee.itembox.design/item/asset/img/common/kcRanking-no11.png);
}

.kcRanking .fs-c-productListItem[data-index="11"]:before {
  background-image: url(https://konascoffee.itembox.design/item/asset/img/common/kcRanking-no12.png);
}

.kcRanking .fs-c-productListItem[data-index="12"]:before {
  background-image: url(https://konascoffee.itembox.design/item/asset/img/common/kcRanking-no13.png);
}

.kcRanking .fs-c-productListItem[data-index="13"]:before {
  background-image: url(https://konascoffee.itembox.design/item/asset/img/common/kcRanking-no14.png);
}

.kcRanking .fs-c-productListItem[data-index="14"]:before {
  background-image: url(https://konascoffee.itembox.design/item/asset/img/common/kcRanking-no15.png);
}

.kcRanking .fs-c-productListItem[data-index="15"]:before {
  background-image: url(https://konascoffee.itembox.design/item/asset/img/common/kcRanking-no16.png);
}

.kcRanking .fs-c-productListItem[data-index="16"]:before {
  background-image: url(https://konascoffee.itembox.design/item/asset/img/common/kcRanking-no17.png);
}

.kcRanking .fs-c-productListItem[data-index="17"]:before {
  background-image: url(https://konascoffee.itembox.design/item/asset/img/common/kcRanking-no18.png);
}

.kcRanking .fs-c-productListItem[data-index="18"]:before {
  background-image: url(https://konascoffee.itembox.design/item/asset/img/common/kcRanking-no19.png);
}

.kcRanking .fs-c-productListItem[data-index="19"]:before {
  background-image: url(https://konascoffee.itembox.design/item/asset/img/common/kcRanking-no20.png);
}

@media screen and (min-width: 769px) {
  .kcRanking .fs-c-productListItem:hover img {
    transform: scale(1.02, 1.02);
  }
}

.kcRanking .fs-c-productListItem__imageContainer {
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .kcRanking .fs-c-productListItem__imageContainer {
    border-radius: 7px;
  }
}

.kcRanking .fs-c-productListItem__imageContainer img {
  padding: 0;
  width: 100%;
  height: auto;
  transition: transform 0.3s;
}

.kcRanking .fs-c-productListItem__productName {
  text-align: left;
  font-size: 14px;
  line-height: 1.5em;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .kcRanking .fs-c-productListItem__productName {
    font-size: 13px;
    line-height: 1.5em;
  }
}

.kcRanking .fs-c-productListItem__productName .fs-c-productName__copy {
  display: none;
}

.kcRanking .fs-c-productListItem__productName a:link, .kcRanking .fs-c-productListItem__productName a:visited {
  color: #fff;
  text-decoration: none;
}

.kcRanking .fs-c-productListItem__productName a:hover, .kcRanking .fs-c-productListItem__productName a:active {
  color: #fff;
  text-decoration: none;
}

.kcHot {
  padding: 90px 48px;
}

@media screen and (max-width: 767px) {
  .kcHot {
    padding: 45px 18px;
  }
}

.kcHot-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 0;
  line-height: 0;
  margin-bottom: -48px;
}

@media screen and (max-width: 767px) {
  .kcHot-list {
    margin-bottom: -18px;
  }
}

@media screen and (max-width: 480px) {
  .kcHot-list {
    margin-bottom: -14px;
  }
}

.kcHot-list__item {
  width: calc(50% - 24px);
  margin: 0 0 48px;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .kcHot-list__item {
    width: calc(50% - 9px);
    margin-bottom: 18px;
  }
}

@media screen and (max-width: 480px) {
  .kcHot-list__item {
    width: 100%;
    margin-bottom: 14px;
    border-radius: 7px;
  }
}

.kcHot-list__item img {
  transition: transform 0.3s;
}

@media screen and (min-width: 769px) {
  .kcHot-list__item img:hover {
    transform: scale(1.06, 1.06);
  }
}

.kcRecommend {
  padding: 90px 48px 40px;
  background: #00A78D;
}

@media screen and (max-width: 1000px) {
  .kcRecommend {
    padding: 90px 48px;
  }
}

@media screen and (max-width: 767px) {
  .kcRecommend {
    padding: 45px 18px;
  }
}

@media screen and (max-width: 1000px) {
  .kcRecommend-btn {
    text-align: center;
    width: 100%;
    order: 3;
  }
}

@media screen and (max-width: 768px) {
  .kcRecommend-btn {
    margin-top: 27px;
  }
}

.kcRecommend-list {
  width: 100%;
}

.kcRecommend .fs-c-productListCarousel__ctrl {
  display: none;
}

.kcRecommend .fs-c-productListCarousel__list {
  width: 100%;
}

.kcRecommend .fs-c-productListCarousel__list__itemTrack {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.kcRecommend .fs-c-productListItem {
  width: calc(25% - 38px);
  flex-basis: inherit;
  max-width: 100%;
  min-width: 0;
  margin: 0 0 50px;
}

@media screen and (max-width: 980px) {
  .kcRecommend .fs-c-productListItem {
    width: calc(25% - 20px);
  }
}

@media screen and (max-width: 768px) {
  .kcRecommend .fs-c-productListItem {
    width: calc(25% - 14px);
    margin: 0 0 18px;
  }
}

@media screen and (max-width: 767px) {
  .kcRecommend .fs-c-productListItem {
    width: calc(33.3% - 12px);
  }
  .kcRecommend .fs-c-productListItem:nth-of-type(1),
  .kcRecommend .fs-c-productListItem:nth-of-type(2) {
    width: calc(50% - 9px);
  }
}

.kcRecommend .fs-c-productListItem > *:not(.fs-c-productListItem__imageContainer) {
  display: none;
}

@media screen and (min-width: 769px) {
  .kcRecommend .fs-c-productListItem:hover img {
    transform: scale(1.02, 1.02);
  }
}

.kcRecommend .fs-c-productListItem__imageContainer {
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .kcRecommend .fs-c-productListItem__imageContainer {
    border-radius: 7px;
  }
}

.kcRecommend .fs-c-productListItem__imageContainer img {
  padding: 0;
  width: auto;
  height: auto;
  transition: transform 0.3s;
}

.kcCat {
  padding: 90px 48px;
}

@media screen and (max-width: 767px) {
  .kcCat {
    padding: 45px 18px;
  }
}

.kcCat-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: -48px;
}

@media screen and (max-width: 767px) {
  .kcCat-list {
    margin-bottom: -18px;
  }
}

.kcCat-list__item {
  width: calc(25% - 36px);
  margin-bottom: 48px;
  position: relative;
  cursor: pointer;
}

@media screen and (max-width: 1100px) {
  .kcCat-list__item {
    width: calc(25% - 13px);
  }
}

@media screen and (max-width: 767px) {
  .kcCat-list__item {
    margin-bottom: 18px;
    width: calc(50% - 9px);
  }
}

.kcCat-list__item:nth-of-type(1),
.kcCat-list__item:nth-of-type(2) {
  width: calc(50% - 24px);
}

@media screen and (max-width: 1100px) {
  .kcCat-list__item:nth-of-type(1),
  .kcCat-list__item:nth-of-type(2) {
    width: calc(50% - 8px);
  }
}

@media screen and (max-width: 767px) {
  .kcCat-list__item:nth-of-type(1),
  .kcCat-list__item:nth-of-type(2) {
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .kcCat-list__item:hover .kcCat-list__item-image img {
    transform: scale(1.04, 1.04);
  }
}

.kcCat-list__item-image {
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .kcCat-list__item-image {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 480px) {
  .kcCat-list__item-image {
    border-radius: 7px;
  }
}

@media screen and (max-width: 767px) {
  .kcCat-list__item-image:after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.45);
  }
}

.kcCat-list__item-image img {
  transition: transform 0.3s;
}

.kcCat-list__item-title {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .kcCat-list__item-title {
    position: absolute;
    top: calc(50% - 22px);
    z-index: 2;
  }
}

.kcCat-list__item-title a {
  display: flex;
  justify-content: flex-start;
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 600;
  align-items: baseline;
  position: relative;
  font-feature-settings: "palt";
  letter-spacing: 2px;
}

@media screen and (max-width: 767px) {
  .kcCat-list__item-title a {
    font-size: 19px;
    line-height: 1.5em;
    display: block;
    text-align: center;
  }
}

.kcCat-list__item-title a:link, .kcCat-list__item-title a:visited {
  text-decoration: none;
  color: #262626;
}

@media screen and (max-width: 767px) {
  .kcCat-list__item-title a:link, .kcCat-list__item-title a:visited {
    color: #fff;
  }
}

.kcCat-list__item-title a:hover, .kcCat-list__item-title a:active {
  text-decoration: none;
  color: #262626;
}

@media screen and (max-width: 767px) {
  .kcCat-list__item-title a:hover, .kcCat-list__item-title a:active {
    color: #fff;
  }
}

.kcCat-list__item-title a:after {
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  position: absolute;
  right: 15px;
  top: calc(50% - 3px);
  border-top: 1px solid #00A78D;
  border-right: 1px solid #00A78D;
  transform: rotate(45deg);
}

@media screen and (max-width: 1100px) {
  .kcCat-list__item-title a:after {
    right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .kcCat-list__item-title a:after {
    display: none;
  }
}

.kcCat-list__item-title a img {
  height: 13px;
  width: auto;
  margin-left: 15px;
}

@media screen and (max-width: 1100px) {
  .kcCat-list__item-title a img {
    margin-left: 10px;
    height: 10px;
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .kcCat-list__item-title a img {
    display: block;
    clear: both;
    margin: 5px auto 0;
    height: 8px;
    width: auto;
    filter: brightness(0) invert(1);
  }
}

.kcNews {
  padding: 90px 48px;
  background: #00A78D;
}

@media screen and (max-width: 767px) {
  .kcNews {
    padding: 45px 18px;
  }
}

.kcNews-list {
  width: 100%;
  max-width: 600px;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 0;
  line-height: 0;
}

@media screen and (max-width: 1100px) {
  .kcNews-list {
    max-width: 60%;
  }
}

@media screen and (max-width: 767px) {
  .kcNews-list {
    max-width: 100%;
  }
}

.kcNews-list li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  justify-content: flex-start;
  font-size: 18px;
  line-height: 1.5em;
  padding: 25px;
  margin: 0 !important;
}

@media screen and (max-width: 768px) {
  .kcNews-list li {
    padding: 15px 10px;
    font-size: 12px;
    line-height: 1.5em;
  }
}

@media screen and (max-width: 767px) {
  .kcNews-list li {
    font-weight: 400;
  }
}

.kcNews-list li a {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  position: relative;
}

.kcNews-list li a:after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  display: block;
  position: absolute;
  right: 0;
  top: calc(50% - 3px);
  transition: right 0.3s;
}

.kcNews-list li a:link, .kcNews-list li a:visited {
  color: #fff;
  text-decoration: none;
}

.kcNews-list li a:hover, .kcNews-list li a:active {
  color: #fff;
  text-decoration: none;
}

@media screen and (min-width: 769px) {
  .kcNews-list li a:hover p, .kcNews-list li a:active p {
    text-decoration: underline;
  }
  .kcNews-list li a:hover:after, .kcNews-list li a:active:after {
    right: -5px;
  }
}

.kcNews-list li time {
  display: block;
  width: 140px;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .kcNews-list li time {
    width: 70px;
  }
}

.kcNews-list li p {
  margin: 0;
}

.kcAbout {
  padding: 90px 48px;
}

@media screen and (max-width: 767px) {
  .kcAbout {
    padding: 45px 18px;
  }
}

.kcAbout__text {
  order: 2;
}

@media screen and (max-width: 1000px) {
  .kcAbout__text {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .kcAbout__text {
    order: 1;
    width: 100%;
    margin-bottom: 35px;
  }
}

.kcAbout__text-title {
  text-align: center;
  margin: 0 auto 60px;
}

@media screen and (max-width: 1000px) {
  .kcAbout__text-title {
    margin-bottom: 45px;
  }
}

.kcAbout__text-title img {
  display: block;
  height: 33px;
  width: auto;
  margin: 0 auto 20px;
}

@media screen and (max-width: 1000px) {
  .kcAbout__text-title img {
    height: 26px;
    width: auto;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .kcAbout__text-title img {
    height: 23px;
    width: auto;
  }
}

.kcAbout__text-title span {
  font-size: 15px;
  line-height: 1.5em;
  font-weight: 500;
}

@media screen and (max-width: 1000px) {
  .kcAbout__text-title span {
    font-size: 13px;
    line-height: 1.5em;
  }
}

.kcAbout__text-subtitle {
  text-align: center;
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 500;
  margin: 0 0 35px;
}

@media screen and (max-width: 1000px) {
  .kcAbout__text-subtitle {
    font-size: 15px;
    line-height: 1.5em;
    margin-bottom: 15px;
  }
}

.kcAbout__text-desc {
  text-align: center;
  font-size: 15px;
  line-height: 2em;
}

@media screen and (max-width: 1000px) {
  .kcAbout__text-desc {
    font-size: 12px;
    line-height: 2em;
  }
}

@media screen and (max-width: 767px) {
  .kcAbout__text-desc {
    font-size: 12px;
    line-height: 1.8em;
    font-weight: 400;
  }
}

.kcAbout__image {
  font-size: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 52%;
  order: 1;
}

@media screen and (max-width: 1000px) {
  .kcAbout__image {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .kcAbout__image {
    order: 2;
    width: 100%;
  }
}

.kcAbout__image > li {
  width: calc(33.3% - 15px);
  margin: 0;
  padding: 0;
  overflow: hidden;
}

@media screen and (max-width: 1000px) {
  .kcAbout__image > li {
    width: calc(33.3% - 6px);
  }
}

.kcAbout__image > li:first-child {
  width: 100%;
  margin-bottom: 23px;
}

@media screen and (max-width: 1000px) {
  .kcAbout__image > li:first-child {
    margin-bottom: 10px;
  }
}

.kcSubscribe__form {
  display: block;
}

.kcSubscribe__form input[type="text"] {
  border: 1px solid #fff;
  background: transparent;
  border-radius: 0;
  font-weight: 500;
  color: #fff;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1.5em;
  padding: 10px;
}

@media screen and (max-width: 767px) {
  .kcSubscribe__form input[type="text"] {
    font-size: 16px;
    line-height: 1.5em;
  }
}

.kcSubscribe__form input[type="text"]:placeholder {
  color: rgba(255, 255, 255, 0.65);
}

.kcSubscribe__form input[type="text"]:focus {
  background: rgba(0, 0, 0, 0.1);
}

.kcSubscribe__error {
  font-size: 12px;
  line-height: 1.5em;
  font-weight: 500;
  margin-top: 5px;
  display: none;
}

.kcSubscribe__name {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 15px;
}

.kcSubscribe__name label {
  width: calc(50% - 7px);
}

.kcSubscribe__name label input {
  width: 100%;
}

.kcSubscribe__mail {
  margin: 0 0 15px;
}

.kcSubscribe__mail label {
  width: 100%;
}

.kcSubscribe__mail label input {
  width: 100%;
}

.kcSubscribe__privacy {
  margin: 0 0 25px;
}

.kcSubscribe__privacy input[type="checkbox"]:checked + label:after {
  display: block;
}

.kcSubscribe__privacy label {
  position: relative;
  padding-left: 25px;
  font-size: 12px;
  line-height: 1.5em;
  display: block;
}

.kcSubscribe__privacy label:before {
  content: "";
  width: 14px;
  height: 14px;
  border: 1px solid #fff;
  display: block;
  position: absolute;
  left: 0;
  top: calc(50% - 7px);
}

.kcSubscribe__privacy label:after {
  content: "";
  width: 6px;
  height: 8px;
  display: none;
  position: absolute;
  left: 4px;
  top: calc(50% - 6px);
  transform: rotate(135deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.kcSubscribe__privacy a:link, .kcSubscribe__privacy a:visited {
  text-decoration: underline;
  color: #fff;
}

.kcSubscribe__privacy a:hover, .kcSubscribe__privacy a:active {
  text-decoration: none;
  color: #fff;
}

.kcFooter {
  position: relative;
}

.kcFooter-top {
  padding: 90px 48px;
  background: #00A78D;
  color: #fff;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .kcFooter-top {
    padding-bottom: 120px;
  }
}

@media screen and (max-width: 767px) {
  .kcFooter-top {
    padding: 45px 25px;
  }
}

.kcFooter-top__item {
  box-sizing: border-box;
  width: 34%;
}

@media screen and (max-width: 768px) {
  .kcFooter-top__item {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .kcFooter-top__item {
    width: 100%;
  }
}

.kcFooter-top__item:first-child {
  padding-right: 60px;
  margin-right: 60px;
  border-right: 1px solid #fff;
}

@media screen and (max-width: 1100px) {
  .kcFooter-top__item:first-child {
    padding-right: 30px;
    margin-right: 30px;
  }
}

@media screen and (max-width: 768px) {
  .kcFooter-top__item:first-child {
    padding-right: 60px;
    margin-right: 0;
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .kcFooter-top__item:first-child {
    padding-right: 0;
    border-right: none;
    padding-bottom: 45px;
  }
}

.kcFooter-top__item:nth-of-type(2) {
  padding-right: 60px;
  margin-right: 60px;
  border-right: 1px solid #fff;
}

@media screen and (max-width: 1100px) {
  .kcFooter-top__item:nth-of-type(2) {
    padding-right: 30px;
    margin-right: 30px;
  }
}

@media screen and (max-width: 768px) {
  .kcFooter-top__item:nth-of-type(2) {
    padding-top: 50px;
    padding-right: 60px;
    margin-right: 0;
    order: 3;
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .kcFooter-top__item:nth-of-type(2) {
    order: inherit;
    border-right: none;
    padding: 45px 0;
  }
}

@media screen and (max-width: 768px) {
  .kcFooter-top__item:nth-of-type(2):before {
    content: "";
    width: calc(100% - 60px);
    height: 1px;
    background: rgba(255, 255, 255, 0.45);
    display: block;
    position: absolute;
    left: 0;
    top: 0;
  }
}

@media screen and (max-width: 767px) {
  .kcFooter-top__item:nth-of-type(2):before {
    width: 100%;
    height: 2px;
    background: none;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
}

.kcFooter-top__item:last-child {
  width: calc(26% - 60px);
}

@media screen and (max-width: 1100px) {
  .kcFooter-top__item:last-child {
    width: calc(26% - 30px);
  }
}

@media screen and (max-width: 768px) {
  .kcFooter-top__item:last-child {
    width: 50%;
    padding-left: 60px;
  }
}

@media screen and (max-width: 767px) {
  .kcFooter-top__item:last-child {
    width: 100%;
    padding-left: 0;
  }
}

.kcFooter-top__item-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  line-height: 1.3em;
  font-weight: 600;
  margin: 0 0 30px;
  font-feature-settings: "palt";
  letter-spacing: 1px;
  white-space: nowrap;
}

@media screen and (max-width: 980px) {
  .kcFooter-top__item-title {
    white-space: inherit;
  }
}

@media screen and (max-width: 768px) {
  .kcFooter-top__item-title {
    white-space: nowrap;
  }
}

@media screen and (max-width: 767px) {
  .kcFooter-top__item-title {
    white-space: inherit;
    font-size: 19px;
    line-height: 1.3em;
  }
}

@media screen and (max-width: 414px) {
  .kcFooter-top__item-title {
    font-size: 16px;
    line-height: 1.3em;
  }
}

.kcFooter-top__item-title > span {
  display: block;
}

.kcFooter-top__item-title > span span {
  font-size: 11px;
  line-height: 1em;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .kcFooter-top__item-title > span span {
    font-size: 12px;
    line-height: 1em;
  }
}

@media screen and (max-width: 414px) {
  .kcFooter-top__item-title > span span {
    font-size: 11px;
    line-height: 1em;
  }
}

.kcFooter-top__item-title img {
  margin-right: 11px;
}

@media screen and (max-width: 767px) {
  .kcFooter-top__item-title img {
    width: 60px;
    height: auto;
  }
}

@media screen and (max-width: 414px) {
  .kcFooter-top__item-title img {
    width: 50px;
    height: auto;
  }
}

.kcFooter-top__item-title a:link, .kcFooter-top__item-title a:visited {
  color: #fff;
  text-decoration: underline;
}

.kcFooter-top__item-title a:hover, .kcFooter-top__item-title a:active {
  color: #fff;
  text-decoration: none;
}

.kcFooter-bottom {
  padding: 45px 48px;
}

@media screen and (max-width: 768px) {
  .kcFooter-bottom {
    padding-left: 60px;
    padding-bottom: 120px;
    color: #fff;
    background: #00A78D;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 3;
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .kcFooter-bottom {
    position: inherit;
    width: 100%;
    padding: 0 25px 40px;
  }
}

.kcFooter__logo {
  font-size: 0;
  line-height: 0;
  margin-right: 25px;
}

@media screen and (max-width: 768px) {
  .kcFooter__logo {
    filter: brightness(0) invert(1);
    width: 180px;
    height: auto;
  }
}

.kcFooter__sns {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  font-size: 0;
  line-height: 0;
}

.kcFooter__sns li {
  margin-right: 8px;
}

@media screen and (max-width: 768px) {
  .kcFooter__sns li img {
    filter: brightness(0) invert(1);
  }
}

.kcFooter__sns li:last-child {
  margin: 0;
}

.kcFooter__guide {
  margin-bottom: 45px;
}

.kcFooter__guide-title,
.kcFooter__contact-title {
  font-size: 0;
  line-height: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding: 0 0 8px;
  margin: 0 0 10px;
}

.kcFooter__guide ul,
.kcFooter__contact ul {
  padding: 0;
  list-style: none;
  margin: 0;
}

.kcFooter__guide ul li a,
.kcFooter__guide ul li span,
.kcFooter__contact ul li a, .kcFooter__contact ul li span {
  display: block;
  font-size: 16px;
  line-height: 1.5em;
  position: relative;
  padding: 5px 0 5px 15px;
  color: #fff;
  cursor: pointer;
  letter-spacing: 1px;
  font-feature-settings: "palt";
  font-weight: 400;
}

.kcFooter__guide ul li a:after,
.kcFooter__guide ul li span:after,
.kcFooter__contact ul li a:after, .kcFooter__contact ul li span:after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  display: block;
  position: absolute;
  left: 0;
  top: calc(50% - 3px);
}

.kcFooter__guide ul li a:link,
.kcFooter__guide ul li a:visited,
.kcFooter__guide ul li span:link,
.kcFooter__guide ul li span:visited,
.kcFooter__contact ul li a:link, .kcFooter__contact ul li a:visited, .kcFooter__contact ul li span:link, .kcFooter__contact ul li span:visited {
  text-decoration: none;
  color: #fff;
}

.kcFooter__guide ul li a:hover,
.kcFooter__guide ul li a:active,
.kcFooter__guide ul li span:hover,
.kcFooter__guide ul li span:active,
.kcFooter__contact ul li a:hover, .kcFooter__contact ul li a:active, .kcFooter__contact ul li span:hover, .kcFooter__contact ul li span:active {
  text-decoration: underline;
  color: #fff;
}

.kcFooter__link {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 25px 0;
}

@media screen and (max-width: 768px) {
  .kcFooter__link {
    margin: 20px 0 0;
  }
}

@media screen and (max-width: 630px) {
  .kcFooter__link {
    max-width: 320px;
  }
}

.kcFooter__link li {
  margin-right: 15px;
  padding-right: 15px;
  font-size: 13px;
  line-height: 1.5em;
  white-space: nowrap;
  letter-spacing: 1px;
  font-feature-settings: "palt";
  position: relative;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .kcFooter__link li {
    font-size: 10px;
    line-height: 1.5em;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 630px) {
  .kcFooter__link li {
    display: inline-block;
  }
}

.kcFooter__link li:not(:last-child):after {
  content: "";
  width: 1px;
  display: block;
  position: absolute;
  background: #00A78D;
  right: 0;
  height: 12px;
  top: calc(50% - 6px);
}

@media screen and (max-width: 768px) {
  .kcFooter__link li:not(:last-child):after {
    background-color: #fff;
    height: 10px;
    top: calc(50% - 5px);
  }
}

@media screen and (max-width: 768px) {
  .kcFooter__link li:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  .kcFooter__link li:nth-of-type(3) {
    border-right: none;
  }
  .kcFooter__link li:nth-of-type(3):after {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .kcFooter__link li:nth-of-type(3):after {
    display: block;
  }
}

@media screen and (max-width: 495px) {
  .kcFooter__link li:nth-of-type(3):after {
    display: block;
  }
}

@media screen and (max-width: 630px) {
  .kcFooter__link li:nth-of-type(4):after {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .kcFooter__link li:nth-of-type(5):after {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .kcFooter__link li:nth-of-type(5):after {
    display: block;
  }
}

.kcFooter__link li a:link, .kcFooter__link li a:visited {
  color: #00A78D;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .kcFooter__link li a:link, .kcFooter__link li a:visited {
    color: #fff;
  }
}

.kcFooter__link li a:hover, .kcFooter__link li a:active {
  color: #00A78D;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .kcFooter__link li a:hover, .kcFooter__link li a:active {
    color: #fff;
  }
}

.kcFooter__copyright {
  width: 100%;
  font-size: 10px;
  line-height: 1.5em;
  letter-spacing: 1px;
}

@media screen and (max-width: 768px) {
  .kcFooter__copyright {
    background: #fff;
    color: #333;
    text-align: center;
    position: absolute;
    width: 100vw;
    bottom: -100px;
    padding: 40px 18px 100px;
    right: 0;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 767px) {
  .kcFooter__copyright {
    padding: 20px 25px 80px;
  }
}

.kcModal {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}

.kcModal__item {
  overflow: hidden;
  border-radius: 18px;
  background: #fff;
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 366px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 414px) {
  .kcModal__item {
    max-width: calc(100% - 70px);
  }
}

.kcModal__item-title {
  text-align: center;
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 600;
  margin: 40px 0 50px;
}

.kcModal__item-title span {
  display: inline-block;
  padding: 0 10px 5px;
  border-bottom: 1px solid #00A78D;
}

.kcModal__item-subtitle {
  font-size: 0;
  line-height: 0;
  margin: 0 36px 10px;
  background: #00A78D;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
}

.kcModal__item-subtitle img {
  height: 13px;
  width: auto;
}

.kcModal__item-tel {
  font-size: 24px;
  line-height: 1.5em;
  font-weight: 600;
  text-align: center;
  margin: 0 36px 30px;
}

.kcModal__item-email {
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 600;
  text-align: center;
  margin: 0 36px 40px;
}

.kcModal__item-hour {
  font-size: 14px;
  line-height: 1.5em;
  font-weight: 500;
  text-align: center;
  margin: 0 36px 40px;
}

.kcModal__item-close {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 5px;
  top: 5px;
  font-size: 0;
  line-height: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.3s;
}

.kcModal__item-close:before {
  content: "";
  width: 16px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 50%;
  left: calc(50% - 8px);
  transform: rotate(45deg);
}

.kcModal__item-close:after {
  content: "";
  width: 16px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 50%;
  left: calc(50% - 8px);
  transform: rotate(-45deg);
}

.kcModal__item-close:hover {
  transform: rotate(90deg);
}

.kcModal__bg {
  cursor: pointer;
  background: rgba(0, 59, 49, 0.88);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}

.kcCookie {
  background: #fff;
  border-radius: 10px;
  max-width: 350px;
  width: 100%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  padding: 15px 20px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 9999;
  display: none;
  transform: translateX(-100);
}

@media screen and (max-width: 767px) {
  .kcCookie {
    max-width: calc(100% - 30px);
    right: 15px;
  }
}

.kcCookie > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.kcCookie__desc {
  font-size: 11px;
  line-height: 1.5em;
  width: 65%;
  color: #262626;
}

.kcCookie__desc a:link, .kcCookie__desc a:visited {
  color: #262626;
  text-decoration: underline;
}

.kcCookie__desc a:hover, .kcCookie__desc a:active {
  color: #262626;
  text-decoration: none;
}

.kcMove-v {
  transition: opacity 0.8s, transform 0.8s;
  opacity: 0;
  transform: translate(0, 20px);
}

@media screen and (min-width: 769px) {
  .kcMove-l {
    transition: opacity 0.8s 0.1s, transform 0.8s 0.1s;
    opacity: 0;
    transform: translate(20px, 0);
  }
}

.kcMove-s {
  position: relative;
  transition: opacity 0.8s, transform 0.8s;
  opacity: 0;
  transform: translate(0, 20px);
}

.kcMove-s:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  display: block;
  transition: height 0.8s;
  transition-delay: 1;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
}

.kcMove-s.kcMove-fix:after {
  height: 0;
}

.kcMove-fix {
  opacity: 1.0 !important;
  transform: translate(0, 0) !important;
  -webkit-transform: translate(0, 0) !important;
}
