@charset "UTF-8";
/*---------- break point ----------*/
@media screen and (max-width: 768px) {
  .spNone {
    display: none !important;
  }
}
@media screen and (max-width: 992px) {
  .pcNone {
    display: none !important;
  }
}
html {
  scroll-behavior: smooth;
}

/*---------- link ----------*/
a {
  transition: 0.3s;
}
a:hover {
  transition: 0.3s;
}

a img {
  transition: 0.3s;
}
a img:hover {
  opacity: 0.6;
  transition: 0.3s;
}

/*---------- フォントサイズ ----------*/
.has-small-font-size {
  font-size: clamp(12px, 3vw, 14px) !important;
}

.has-regular-font-size {
  font-size: clamp(16px, 3vw, 20px) !important;
}

.has-large-font-size {
  font-size: clamp(18px, 3vw, 24px) !important;
}

.has-huge-font-size {
  font-size: clamp(20px, 3vw, 36px) !important;
}

/*---------- ナビゲーション ----------*/
#global-nav .global-nav-list .global-nav-name {
  font-size: 16px;
}
#global-nav .global-nav-list .global-nav-name span {
  font-size: 12px;
  font-weight: normal;
}
#global-nav .global-nav-list > li:before {
  border-bottom: 3px solid #a2d337;
}

.vk-mobile-nav-menu-outer {
  padding: 0 20px;
}
.vk-mobile-nav-menu-outer .menu-item a {
  padding: 15px 10px;
  font-size: 14px;
}
.vk-mobile-nav-menu-outer .menu-item a br {
  display: none;
}
.vk-mobile-nav-menu-outer .menu-item a span {
  padding-left: 1em;
  font-size: 12px;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.7);
}

/*---------- パンくず ----------*/
body.post-template-default #breadcrumb li:nth-child(3) {
  display: none;
}

/*---------- ページヘッダー ----------*/
.page-header {
  min-height: 0;
  margin: 1.5em 0 2em 0;
  padding: 0;
}
.page-header .page-header-inner {
  position: relative;
  z-index: 5;
  margin: 0 auto;
  padding: 0;
}
.page-header .page-header-inner .page-header-title {
  font-size: clamp(50px, 6vw, 80px) !important;
  line-height: 1;
  margin: 0;
  padding: 0;
}

/*---------- ヘッダー ----------*/
.site-header-logo {
  padding-top: 1.5rem;
  margin-bottom: 1.2rem;
}
.site-header-logo.site-header-logo--mobile-position--left {
  margin-left: 10px;
}

/*---------- ハンバーガーメニュー ----------*/
.vk-mobile-nav-menu-btn {
  position: fixed;
  top: 10px;
  right: 10px !important;
  z-index: 2100;
  overflow: hidden;
  border-radius: 0;
  width: 55px;
  height: 55px;
  cursor: pointer;
  text-indent: -9999px;
  background-size: 24px 24px;
  transition: border-color 0.5s ease-out;
  background: url(/wp-content/themes/lightning/_g3/inc/vk-mobile-nav/package/images/vk-menu-btn-white.svg) center 50% no-repeat #000;
  border: none;
  border-radius: 5px;
}

.vk-mobile-nav-menu-btn.menu-open {
  background: url(/wp-content/themes/lightning/_g3/inc/vk-mobile-nav/package/images/vk-menu-close-white.svg) center 50% no-repeat #666;
  border: solid 1px #666;
}

.vk-mobile-nav {
  padding: 80px 10px;
  background-color: rgba(0, 0, 0, 0.9);
}

.vk-mobile-nav-menu-outer .vk-menu-acc {
  border-top: solid 1px #666;
}
.vk-mobile-nav-menu-outer .vk-menu-acc li a {
  border-bottom: solid 1px #666;
  color: #fff;
  font-weight: bold;
}
.vk-mobile-nav-menu-outer .vk-menu-acc li a br {
  display: none;
}
.vk-mobile-nav-menu-outer .vk-menu-acc li a i {
  margin-left: 0.25em;
}

/*---------- ページの先頭へボタン ----------*/
.page_top_btn {
  position: fixed;
  right: 30px;
  bottom: 120px;
  z-index: 100;
  width: 40px;
  height: 38px;
  color: transparent;
  border: none;
  background: #666;
  box-shadow: none;
  background-image: var(--ver_page_top_button_url);
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 100%;
  opacity: 0;
  transition: 0.3s;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .page_top_btn {
    right: 10px;
    bottom: 10px;
  }
}

/*---------- テーブル ----------*/
table th,
table td {
  font-size: 16px;
}
@media screen and (max-width: 992px) {
  table th,
  table td {
    font-size: 14px;
  }
}

/*---------- スライド ----------*/
.kv-container {
  position: relative;
  height: 80vh;
}
@media screen and (max-width: 576px) {
  .kv-container {
    height: 75vh;
  }
}
.kv-container .kv-copy-pc {
  position: absolute;
  top: 200px;
  right: 50px;
  z-index: 10;
  font-size: clamp(24px, 3.5vw, 50px);
  color: #fff;
  text-shadow: 0px 0px 8px rgb(0, 0, 0);
}
.kv-container .kv-copy-sp {
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  z-index: 10;
  font-size: clamp(20px, 3.5vw, 40px);
  color: #fff;
  text-shadow: 0px 0px 8px rgb(0, 0, 0);
}
.kv-container .kv-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
}

/*---------- SNSボタン ----------*/
.sis-btn {
  position: absolute;
  top: 10px;
  right: 0;
}
.sis-btn .vk_icons_col .vk_icon {
  margin: 4px 0 4px 20px;
}

/*---------- News ----------*/
.blog .vk_posts-postType-post,
.blog .page-header-inner {
  max-width: 1000px;
  margin: 0 auto;
}
.blog .vk_posts-postType-post {
  margin: 0 auto 100px !important;
}

.entry-body > .vk_posts > .media.vk_post-col-sm-12:first-child,
.main-section > .vk_posts > .media.vk_post-col-sm-12:first-child {
  border-top: 1px solid #ccc;
}

.vk_post.media {
  display: flex;
  padding: 1em 0;
  margin: 0 15px;
  border-bottom: 1px solid #ccc;
}

.single .page-header {
  display: none;
}

/*---------- タイトル ----------*/
.h2-style01 {
  font-size: clamp(50px, 10vw, 130px);
  position: relative;
  z-index: 0;
  margin-left: -1em;
  color: rgba(162, 211, 55, 0.3764705882) !important;
}
@media screen and (max-width: 1540px) {
  .h2-style01 {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .h2-style01 {
    margin-left: 0;
  }
}

.h2-style01-copy {
  font-size: clamp(30px, 5vw, 65px);
  font-weight: bold;
  margin-left: 1em;
  margin-top: -0.85em;
  position: relative;
  z-index: 2;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .h2-style01-copy {
    margin-left: 1em;
    margin-top: -0.75em;
  }
}

.h2-style02 {
  font-size: clamp(40px, 10vw, 80px);
  position: relative;
  z-index: 0;
  margin-left: -1em;
  color: rgba(255, 255, 255, 0.3137254902) !important;
}
@media screen and (max-width: 1540px) {
  .h2-style02 {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .h2-style02 {
    margin-left: 0;
  }
}

/*---------- 第二階層タイトル ----------*/
.second-page h2 {
  font-size: clamp(20px, 4.2vw, 50px) !important;
}
@media screen and (max-width: 576px) {
  .second-page h2 {
    padding: 15px 0;
  }
}

/*---------- MISSION ----------*/
.mission .wp-block-cover {
  border-radius: 40px 0 0 40px;
}
@media screen and (max-width: 576px) {
  .mission .wp-block-cover {
    border-radius: 30px;
    width: calc(100vw - 40px) !important;
    margin: 0 auto !important;
  }
}

/*---------- BUSINESS ----------*/
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  width: 100%;
  padding-right: 5px;
  padding-left: 5px;
  margin-right: auto;
  margin-left: auto;
}

/*---------- 農産物生産＆販売 ----------*/
.slider1 {
  display: flex;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  overflow: hidden;
}

.slider1 ul {
  display: flex;
  padding: 0;
  margin: 0;
}

.slider1 li {
  width: 350px;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .slider1 li {
    width: 250px;
  }
}

.slider1 ul:first-child {
  animation: slide1 200s -100s linear infinite;
}

.slider1 ul:last-child {
  animation: slide2 200s linear infinite;
}

@keyframes slide1 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes slide2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
/*---------- Rose Cheek ----------*/
.rose-cheek.wp-block-columns {
  margin-bottom: 0;
}
.rose-cheek .wp-block-column-is-layout-flow {
  padding-left: 0 !important;
}
.rose-cheek .wp-block-column-is-layout-flow p,
.rose-cheek .wp-block-column-is-layout-flow .wp-block-vk-blocks-button {
  padding-left: 50px;
}
@media screen and (max-width: 768px) {
  .rose-cheek .wp-block-column-is-layout-flow p,
  .rose-cheek .wp-block-column-is-layout-flow .wp-block-vk-blocks-button {
    padding: 0 20px;
  }
}

/*---------- RECRUIT ----------*/
.recruit .wp-block-cover {
  border-radius: 40px 0 0 40px;
}
@media screen and (max-width: 576px) {
  .recruit .wp-block-cover {
    border-radius: 30px;
    width: calc(100vw - 40px) !important;
    margin: 0 auto !important;
  }
}

/*---------- お問い合わせ ----------*/
.kk_form {
  padding: 0 40px;
}
@media screen and (max-width: 992px) {
  .kk_form {
    padding: 0;
  }
}
.kk_form .kk-data {
  border-top: solid 1px #ccc;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .kk_form .kk-data {
    display: block;
  }
}
.kk_form .kk-data dt,
.kk_form .kk-data dd {
  margin: 0;
  padding: 0.75em 0;
  border-bottom: solid 1px #ccc;
}
.kk_form .kk-data dt p,
.kk_form .kk-data dd p {
  margin: 0;
  padding: 0;
  line-height: 1.4;
}
.kk_form .kk-data dt {
  width: 15em;
  display: flex;
  align-items: center;
}
.kk_form .kk-data dt.item-top {
  align-items: start;
}
@media screen and (max-width: 768px) {
  .kk_form .kk-data dt {
    border-bottom: none;
    width: 100%;
    padding: 0.75em 0 0;
  }
  .kk_form .kk-data dt br {
    display: none;
  }
}
.kk_form .kk-data dt label {
  margin: 0;
}
.kk_form .kk-data dt .required {
  background-color: #cc4b00;
  color: #fff;
  padding: 3px 0.5em 3px;
  margin-left: 0.5em;
  font-size: 11px;
  font-weight: normal;
  line-height: 1;
  border-radius: 4px;
  margin-right: 2em;
}
@media screen and (max-width: 768px) {
  .kk_form .kk-data dt .required {
    font-size: 11px;
  }
}
.kk_form .kk-data dd {
  width: calc(100% - 15em);
}
@media screen and (max-width: 768px) {
  .kk_form .kk-data dd {
    width: 100%;
  }
}
.kk_form .kk-data dd input,
.kk_form .kk-data dd textarea,
.kk_form .kk-data dd select {
  margin: 0;
}
.kk_form .size-l {
  width: 70%;
}
@media screen and (max-width: 768px) {
  .kk_form .size-l {
    width: 100%;
  }
}
.kk_form .size-m {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .kk_form .size-m {
    width: 100%;
  }
}
.kk_form .size-s {
  width: 20%;
}
@media screen and (max-width: 768px) {
  .kk_form .size-s {
    width: 100%;
  }
}
.kk_form .size-ss {
  width: 80px;
}
@media screen and (max-width: 768px) {
  .kk_form .size-ss {
    width: 60px;
  }
}
.kk_form .kk_btn {
  margin-top: 1em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .kk_form .kk_btn {
    margin-top: 1em;
  }
}
.kk_form .kk_btn .wpcf7-spinner {
  display: block;
  margin: 0.5em auto 0;
}

.editorskit-block-link:hover {
  background-color: rgba(255, 255, 255, 0.4);
}

#wpcf7cpcnf table {
  background-color: #fff;
}
#wpcf7cpcnf table th,
#wpcf7cpcnf table td {
  font-size: 16px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  #wpcf7cpcnf table th,
  #wpcf7cpcnf table td {
    font-size: 14px;
    display: block;
  }
}
#wpcf7cpcnf table th p,
#wpcf7cpcnf table td p {
  margin: 0;
  padding: 5px;
}
@media screen and (max-width: 768px) {
  #wpcf7cpcnf table th p,
  #wpcf7cpcnf table td p {
    padding: 0;
  }
}
#wpcf7cpcnf table th {
  width: 30%;
}
@media screen and (max-width: 768px) {
  #wpcf7cpcnf table th {
    width: 100%;
    border-bottom: none;
    text-align: left;
    padding-bottom: 0;
  }
}
#wpcf7cpcnf table td {
  width: 70%;
}
@media screen and (max-width: 768px) {
  #wpcf7cpcnf table td {
    width: 100%;
    border-top: none;
    padding-top: 0;
  }
}
#wpcf7cpcnf .wpcf7cp-btns {
  text-align: center;
}
#wpcf7cpcnf .wpcf7cp-btns .wpcf7cp-cfm-edit-btn {
  cursor: pointer;
}
#wpcf7cpcnf .wpcf7cp-btns .wpcf7-submit {
  font-size: 1rem;
  border: 1px solid var(--vk-color-primary-dark);
  background-color: var(--vk-color-primary);
  color: #fff;
  padding: 0.5em 2em;
  border-radius: var(--vk-size-radius);
  cursor: pointer;
}
#wpcf7cpcnf .wpcf7cp-btns .wpcf7-submit:hover {
  opacity: 0.8;
}/*# sourceMappingURL=style.css.map */