@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
@keyframes btn {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateX(100%);
  }
}
.bold {
  font-weight: bold;
}

.c-txt-lg {
  font-size: 26px;
  letter-spacing: 2px;
  line-height: 2;
}
@media screen and (min-width: 600px) {
  .c-txt-lg {
    font-size: 30px;
  }
}
@media screen and (min-width: 960px) {
  .c-txt-lg {
    font-size: 36px;
  }
}
@media screen and (min-width: 1200px) {
  .c-txt-lg {
    font-size: 40px;
  }
}

.c-txt-lr {
  font-size: 24px;
  letter-spacing: 4px;
  line-height: 2;
}
@media screen and (min-width: 600px) {
  .c-txt-lr {
    font-size: 24px;
  }
}
@media screen and (min-width: 960px) {
  .c-txt-lr {
    font-size: 32px;
  }
}
@media screen and (min-width: 1200px) {
  .c-txt-lr {
    font-size: 36px;
  }
}

.c-txt-md {
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 2;
  margin-bottom: 10px;
}
@media screen and (min-width: 600px) {
  .c-txt-md {
    font-size: 20px;
  }
}
@media screen and (min-width: 960px) {
  .c-txt-md {
    font-size: 22px;
  }
}
@media screen and (min-width: 1200px) {
  .c-txt-md {
    font-size: 24px;
  }
}

.c-txt-sm {
  font-size: 14px;
  line-height: 2;
}
@media screen and (min-width: 600px) {
  .c-txt-sm {
    line-height: 1.7;
  }
}
@media screen and (min-width: 960px) {
  .c-txt-sm {
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .c-txt-sm {
    font-size: 18px;
  }
}

.c-txt-xs {
  font-size: 10px;
  letter-spacing: 2px;
  line-height: 2;
  color: #968a64;
}
@media screen and (min-width: 600px) {
  .c-txt-xs {
    font-size: 12px;
  }
}
@media screen and (min-width: 960px) {
  .c-txt-xs {
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .c-txt-xs {
    font-size: 16px;
  }
}

.mb-sm, .p-footer__nav, .p-contact .contact-form .submit-btn, .p-contact .contact-form .privacy, .c-title, .wp-categories, .breadcrumb {
  margin-bottom: 30px;
}
@media screen and (min-width: 600px) {
  .mb-sm, .p-footer__nav, .p-contact .contact-form .submit-btn, .p-contact .contact-form .privacy, .c-title, .wp-categories, .breadcrumb {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 960px) {
  .mb-sm, .p-footer__nav, .p-contact .contact-form .submit-btn, .p-contact .contact-form .privacy, .c-title, .wp-categories, .breadcrumb {
    margin-bottom: 30px;
  }
}

.mb-md, .c-thanks-desc, .c-privacy-desc {
  margin-bottom: 50px;
}
@media screen and (min-width: 600px) {
  .mb-md, .c-thanks-desc, .c-privacy-desc {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 960px) {
  .mb-md, .c-thanks-desc, .c-privacy-desc {
    margin-bottom: 60px;
  }
}

.mb-lr, .c-thanks-text, .c-privacy-text, .p-contact, .p-company, .p-gallery, .p-recommend, .top-view {
  margin-bottom: 80px;
}
@media screen and (min-width: 960px) {
  .mb-lr, .c-thanks-text, .c-privacy-text, .p-contact, .p-company, .p-gallery, .p-recommend, .top-view {
    margin-bottom: 120px;
  }
}
@media screen and (min-width: 2000px) {
  .mb-lr, .c-thanks-text, .c-privacy-text, .p-contact, .p-company, .p-gallery, .p-recommend, .top-view {
    margin-bottom: 160px;
  }
}

.pb-sm {
  padding-bottom: 30px;
}
@media screen and (min-width: 600px) {
  .pb-sm {
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 960px) {
  .pb-sm {
    padding-bottom: 30px;
  }
}

.pb-md {
  padding-bottom: 50px;
}
@media screen and (min-width: 600px) {
  .pb-md {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 960px) {
  .pb-md {
    padding-bottom: 60px;
  }
}

.pb-lr {
  padding-bottom: 70px;
}
@media screen and (min-width: 600px) {
  .pb-lr {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 960px) {
  .pb-lr {
    padding-bottom: 80px;
  }
}

.c-container, .breadcrumb {
  padding: 0 5vw;
}
@media screen and (min-width: 960px) {
  .c-container, .breadcrumb {
    padding: 0 8vw;
  }
}
@media screen and (min-width: 2000px) {
  .c-container, .breadcrumb {
    padding: 0 18vw;
  }
}

/* ---------------------------------- **
		Modal Window
** ---------------------------------- */
#layer_board_area {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 3vw;
  overflow-y: auto;
  box-sizing: border-box;
  /*スクロールバーを非表示*/
  -ms-overflow-style: none;
  /*スクロールバーを非表示*/
  scrollbar-width: none;
  /*スクロールバーを非表示*/
  z-index: 8000;
}

#layer_board_area::-webkit-scrollbar {
  display: none;
  /*スクロールバーを非表示*/
}

.layer_board_bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  cursor: pointer;
  background: #000;
  z-index: 0;
}

/* --modalWindow ポップアップ部分-- */
.layer_board {
  display: none;
  position: relative;
  width: 80%;
  max-width: 800px;
  margin: 3em auto;
  box-sizing: border-box;
  background: #fff;
  z-index: 8000;
  font-size: 12px;
  color: black;
}
.layer_board .desc {
  margin-bottom: 20px;
}

.layer_board.shortLayer {
  margin: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* --modalWindow バツ(閉じる)ボタン-- */
.layer_board .mdl_btn_close.circle_btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  height: 35px;
  background-color: #000;
  background-image: url(../images/common/btn_close.png);
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: 50%;
  transition: 0.15s;
}

.layer_board .mdl_btn_close.circle_btn:hover {
  background-color: rgb(52, 126, 175);
  border: 1px solid rgb(52, 126, 175);
  cursor: pointer;
}

/* --↑必須なのはここまで↑-- */
/* --modalWindow タイトル部分-- */
.layer_borad_title {
  padding: 30px 0 10px 0;
  line-height: 2;
  font-weight: bold;
  color: rgb(52, 126, 175);
  font-size: 14px;
  text-align: center;
  background-color: black;
  background-color: rgb(243, 242, 242);
}

/* --modalWindow コンテンツ部分-- */
.layer_borad_content {
  padding: 20px 10px;
}
.layer_borad_content ul {
  margin-bottom: 20px;
}
.layer_borad_content li {
  margin-bottom: 5px;
}
.layer_borad_content .guideline_link {
  margin-bottom: 20px;
}
.layer_borad_content .guideline_link a {
  border-bottom: 1px solid #000;
}
.layer_borad_content .guideline_link::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin: 0 0.3em 0 0;
  border: 5px solid transparent;
  border-right: 0 solid transparent;
  border-left: 7px solid #000;
}
.layer_borad_content .guideline_link-bf {
  margin-bottom: 5px;
}

/* --modalWindow 四角ボタン-- */
.layer_board .square_btn {
  display: block;
  position: relative;
  width: 140px;
  margin: 20px auto 0 auto;
  padding: 7px 10px;
  border: 1px solid #111;
  border-radius: 2px;
  font-weight: 300;
  color: #111;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  transition: 0.15s;
}

.layer_board .square_btn:hover {
  background: #111;
  color: #fff;
}

@media screen and (max-width: 480px) {
  .layer_board {
    width: 95%;
    margin: 3em auto;
  }
  .layer_board .mdl_btn_close.circle_btn {
    width: 30px;
    height: 30px;
  }
}
@media (min-width: 600px) {
  .layer_borad_content {
    padding: 20px 40px;
    font-size: 14px;
  }
  .layer_borad_content ul {
    padding-left: 20px;
  }
  .layer_borad_title {
    font-size: 16px;
  }
  .layer_board .mdl_btn_close.circle_btn {
    width: 40px;
    height: 40px;
  }
}
.swiper-container {
  overflow: hidden !important;
}

.scrolldown {
  display: inline-block;
  position: absolute;
  right: 10px;
  bottom: 0;
  z-index: 2;
  padding: 10px 10px 42px;
  overflow: hidden;
  color: #fff;
  font-size: 12px;
  z-index: 4000;
  font-family: "Josefin Sans", sans-serif;
  line-height: 1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  writing-mode: vertical-lr;
}
.scrolldown::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 60px;
  background: #fff;
}
.scrolldown::after {
  height: 20px;
  animation: sdl 2s ease infinite;
}
@media (min-width: 960px) {
  .scrolldown {
    right: 20px;
    font-size: 18px;
  }
  .scrolldown::after {
    width: 2px;
  }
}
@keyframes sdl {
  0% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(40px);
  }
}

/******************************************************************

Stylesheet: ベーススタイル

******************************************************************/
html :where(img) {
  height: 100% !important;
  max-width: 100%;
}

html {
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
html::-webkit-scrollbar {
  display: none;
}

.h1-title {
  position: absolute;
  opacity: 0;
}

.breadcrumb {
  display: flex;
}
.breadcrumb li {
  color: rgb(165, 165, 165);
  padding-right: 10px;
}
.breadcrumb li a {
  color: #000000;
  border-bottom: 1px solid #000000;
}

.wp-categories ul {
  display: flex;
}
.wp-categories ul li {
  margin-right: 10px;
}
.wp-categories ul li a {
  color: gray;
  border: 1px solid gray;
  padding: 7px;
  border-radius: 30px;
  font-size: 12px;
}

body {
  background-color: black;
  color: #fff;
  letter-spacing: 0.02em;
  font-weight: 300;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
}

body.hidden {
  overflow: hidden;
}

.superwrapper {
  overflow: hidden;
}

.scroll-progress {
  position: fixed;
  top: 0;
  right: 0;
  width: 1px;
  height: 0;
  background-color: #ffffff;
  z-index: 9999;
  transition: height 0.1s ease-out;
}

.p-title {
  position: relative;
  text-transform: capitalize;
  margin-bottom: 20px;
  font-size: 2.4rem;
  font-weight: 100;
}
@media (min-width: 600px) {
  .p-title {
    font-size: 3.8rem;
  }
}
@media (min-width: 960px) {
  .p-title {
    font-size: 4.2rem;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .p-title {
    font-size: 5.4rem;
  }
}

.c-title {
  position: relative;
  text-transform: uppercase;
}
.c-title .en {
  display: block;
  font-size: 38px;
  letter-spacing: 4px;
  font-family: "Montserrat", sans-serif;
  font-weight: 200;
  margin-bottom: 15px;
}
.c-title .ja {
  position: relative;
  top: -0.3rem;
  font-size: 14px;
  color: #434749;
  padding-left: 30px;
}
.c-title .ja::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  content: "";
  display: inline-block;
  width: 20px;
  height: 1px;
  background-color: #000000;
}
@media (min-width: 960px) {
  .c-title .en {
    font-size: 48px;
  }
  .c-title .ja {
    font-size: 18px;
    padding-left: 50px;
  }
  .c-title .ja::after {
    width: 40px;
  }
  .c-title.top-page {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .c-title.top-page .ja {
    margin-left: 30px;
  }
}

.more-btn {
  position: relative;
  text-align: center;
}
.more-btn__link {
  background-color: #000000;
  display: block;
  padding: 15px 0;
  width: 250px;
  margin: 0 auto;
  border: 1px solid #fff;
  z-index: 1;
  position: relative;
}
.more-btn__link::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  transform: rotate(45deg);
}
.more-btn__link::after {
  content: "";
  width: 20px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}
.more-btn__link:hover::before {
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
}
.more-btn__link:hover::after {
  background-color: #000000;
}
.more-btn__link span {
  position: relative;
  color: #fff;
  font-size: 15px;
  font-weight: 200;
  letter-spacing: 3px;
}
.more-btn__link.slide-bg {
  position: relative;
  overflow: hidden;
}
.more-btn__link.slide-bg .bg {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-101%);
  transition: transform 0.3s;
  z-index: -1;
}
.more-btn__link.slide-bg:hover {
  z-index: 1;
}
.more-btn__link.slide-bg:hover span {
  color: #000000;
  transform: none;
}
@media (min-width: 960px) {
  .more-btn__link {
    padding: 22px 0;
    width: 320px;
  }
  .more-btn__link::before {
    width: 15px;
    height: 15px;
    right: 30px;
  }
  .more-btn__link::after {
    width: 30px;
    right: 30px;
  }
  .more-btn__link span {
    font-size: 20px;
  }
}

/* オープニングアニメーション専用CSS */
.opening-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #000000;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.opening-screen.fade-out {
  animation: curtainOpen 2s ease-in-out forwards;
}

.opening-animation {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

/* 線の描画 */
.line-drawing {
  width: 280px;
  height: 2px;
  position: relative;
}
@media (min-width: 600px) {
  .line-drawing {
    width: 400px;
  }
}
@media (min-width: 960px) {
  .line-drawing {
    width: 500px;
  }
}
.line-drawing line {
  animation: drawLine 2s ease-out forwards;
}

@keyframes drawLine {
  to {
    stroke-dashoffset: 0;
  }
}
/* カーテンが開く演出 - フェードなし */
@keyframes curtainOpen {
  0% {
    clip-path: inset(0 0 0 0);
  }
  100% {
    clip-path: inset(0 0 100% 0);
  }
}
/* テキストコンテナ */
.opening-text {
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.opening-text p {
  display: flex;
  justify-content: center;
  align-items: baseline;
  font-size: 1.8rem;
  font-weight: 300;
  letter-spacing: 0.02em;
  color: #ecf0f1;
  margin: 0;
  line-height: 1;
}
@media (min-width: 600px) {
  .opening-text p {
    font-size: 2.4rem;
  }
}
@media (min-width: 960px) {
  .opening-text p {
    font-size: 3rem;
  }
}

/* 文字が線と一緒に現れるアニメーション */
.letter {
  display: inline-block;
  opacity: 0;
  line-height: 1;
  animation: letterAppear 0.3s ease-out forwards;
}

/* 各文字が線の進行に合わせて表示 */
.letter:nth-child(1) {
  animation-delay: 0.2s;
}

.letter:nth-child(2) {
  animation-delay: 0.4s;
}

.letter:nth-child(3) {
  animation-delay: 0.6s;
}

.letter:nth-child(5) {
  animation-delay: 1s;
}

.letter:nth-child(6) {
  animation-delay: 1.2s;
}

.letter:nth-child(7) {
  animation-delay: 1.4s;
}

.letter:nth-child(8) {
  animation-delay: 1.6s;
}

.letter:nth-child(9) {
  animation-delay: 1.8s;
}

.space {
  display: inline-block;
  width: 0.5em;
}

@keyframes letterAppear {
  0% {
    opacity: 0;
    transform: translateY(5px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* メインコンテンツの初期状態 */
.main-content-wrapper {
  opacity: 0;
  transition: opacity 1.5s ease-out, transform 1.5s ease-out;
}

.main-content-wrapper.show {
  opacity: 1;
}

.top-view {
  position: relative;
  overflow: hidden;
}
.top-view::before {
  content: "";
  width: 100%;
  height: 15vh;
  background: linear-gradient(transparent, #000000);
  position: absolute;
  bottom: -1px;
  left: 0;
}
.top-view .mv {
  height: 100vh;
}
.top-view .mv video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 960px) {
  .top-view::before {
    height: 30vh;
  }
}

.p-recommend {
  scroll-margin: 60px;
  position: relative;
}
.p-recommend__link {
  display: block;
  cursor: pointer;
}
.p-recommend__img {
  aspect-ratio: 1/1;
  position: relative;
  overflow: hidden;
}
.p-recommend__img img {
  transition: all 0.3s;
}
.p-recommend__img::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000000;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.6;
  transition: all 0.4s ease;
  pointer-events: none;
  z-index: 1;
}
.p-recommend__img:hover img {
  transform: scale(1.1);
}
.p-recommend__title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 1.1rem;
  font-weight: 200;
  text-align: center;
  z-index: 2;
  width: 90%;
  transition: all 0.4s ease;
  pointer-events: none;
}
.p-recommend-swiper__navigation {
  display: flex;
  gap: 10px;
  margin: 20px 0 0;
  justify-content: flex-start;
}
.p-recommend-swiper-prev, .p-recommend-swiper-next {
  position: static;
  width: 40px;
  height: 40px;
  margin: 0;
  background: #000000;
  border: 1px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-recommend-swiper-prev::after, .p-recommend-swiper-next::after {
  font-size: 10px;
  color: #fff;
  font-weight: bold;
}
.p-recommend-swiper-prev:hover, .p-recommend-swiper-next:hover {
  background: rgba(255, 255, 255, 0.5019607843);
}
.p-recommend-swiper .swiper-slide-active .p-recommend__img::before {
  opacity: 0;
}
.p-recommend-swiper .swiper-slide-active .p-recommend__title {
  opacity: 0;
}
.p-recommend-swiper .swiper-slide:not(.swiper-slide-active) .p-recommend__img::before {
  opacity: 0.6;
}
.p-recommend-swiper .swiper-slide:not(.swiper-slide-active) .p-recommend__title {
  opacity: 1;
}
@media (min-width: 600px) {
  .p-recommend-swiper__navigation {
    margin: 30px 0 0;
    gap: 15px;
  }
  .p-recommend-swiper-prev, .p-recommend-swiper-next {
    width: 70px;
    height: 70px;
  }
  .p-recommend-swiper-prev::after, .p-recommend-swiper-next::after {
    font-weight: normal;
    font-size: 16px;
  }
}
@media (min-width: 960px) {
  .p-recommend-swiper__navigation {
    margin: 0;
  }
  .p-recommend-swiper-wrapper {
    position: relative;
  }
  .p-recommend-swiper-prev, .p-recommend-swiper-next {
    position: absolute;
    top: 10px;
    width: 80px;
    height: 80px;
  }
  .p-recommend-swiper-prev::after, .p-recommend-swiper-next::after {
    font-size: 18px;
  }
  .p-recommend-swiper-prev {
    right: calc(8vw + 100px);
    left: auto;
  }
  .p-recommend-swiper-next {
    right: 8vw;
    left: auto;
  }
}
@media (min-width: 2000px) {
  .p-recommend-swiper-prev {
    right: calc(18vw + 100px);
  }
  .p-recommend-swiper-next {
    right: 18vw;
  }
}
.p-recommend .swiper-button-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
@media (min-width: 960px) {
  .p-recommend {
    scroll-margin: 80px;
  }
}
@media (min-width: 1200px) {
  .p-recommend {
    scroll-margin: 100px;
  }
}

.p-gallery {
  scroll-margin: 60px;
}
.p-gallery__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
@media (min-width: 600px) {
  .p-gallery__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
@media (min-width: 1200px) {
  .p-gallery__grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
  }
}
.p-gallery__item {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1/1;
}
.p-gallery__link {
  display: block;
  width: 100%;
  height: 100%;
}
.p-gallery__img {
  position: relative;
  width: 100%;
  height: 100%;
}
.p-gallery__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s ease;
}
.p-gallery__img:hover img {
  transform: scale(1.05);
}
.p-gallery__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.p-gallery__title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 1rem;
  font-weight: 200;
  text-align: center;
  z-index: 2;
  width: 90%;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
@media (min-width: 600px) {
  .p-gallery__title {
    font-size: 1.1rem;
  }
}
.p-gallery__link:hover .p-gallery__overlay,
.p-gallery__link:hover .p-gallery__title {
  opacity: 1;
}
@media (min-width: 960px) {
  .p-gallery {
    scroll-margin: 80px;
  }
}

/* GLightboxの背景を完全に黒に */
.goverlay {
  background: #000 !important;
}

.glightbox-container {
  background: #000 !important;
}

.gslide-description {
  background: #000 !important;
  color: #fff;
}

.glightbox-clean .gslide-title {
  color: #ccc !important;
  font-weight: 200 !important;
  font-size: 1.1rem !important;
}

.glightbox-clean .gdesc-inner {
  padding: 22px 0 !important;
}

.gslide-media {
  margin-bottom: 0 !important;
}

/* 閉じるボタン(バツ)を白に */
.gclose,
.gnext,
.gprev {
  color: #fff !important;
  opacity: 1 !important;
}

.gclose svg,
.gnext svg,
.gprev svg {
  fill: #fff !important;
  stroke: #fff !important;
}

/* ホバー時 */
.gclose:hover,
.gnext:hover,
.gprev:hover {
  opacity: 0.7 !important;
}

.p-company {
  scroll-margin: 60px;
}
.p-company__desc h3 {
  font-size: 1.3rem;
  font-weight: 200;
  margin-bottom: 30px;
}
.p-company__desc p {
  margin-bottom: 15px;
}
.p-company__desc p a {
  color: #fff;
  border-bottom: 1px solid #fff;
}
@media (min-width: 600px) {
  .p-company__desc h3 {
    font-size: 1.6rem;
    margin-bottom: 40px;
  }
  .p-company__desc p {
    margin-bottom: 20px;
  }
}
@media (min-width: 960px) {
  .p-company {
    scroll-margin: 80px;
  }
  .p-company .c-container, .p-company .breadcrumb {
    display: flex;
    align-items: flex-start;
  }
  .p-company__desc {
    margin: 30px 0 0 5vw;
  }
  .p-company__desc h3 {
    font-size: 2rem;
    margin-bottom: 40px;
  }
  .p-company__desc p {
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .p-company__desc {
    margin: 40px 0 0 8vw;
  }
  .p-company__desc h3 {
    font-size: 2.2rem;
    margin-bottom: 40px;
  }
}

.p-contact {
  scroll-margin: 60px;
}
.p-contact .contact-form {
  text-align: center;
}
.p-contact .contact-form h1 {
  display: block;
  text-align: center;
  margin: 30px 0;
}
.p-contact .contact-form .wrap {
  max-width: 300px;
  margin: 0 auto;
}
.p-contact .contact-form input, .p-contact .contact-form textarea {
  width: 100%;
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.2509803922);
  font-size: 14px;
  padding: 5px 10px;
}
.p-contact .contact-form textarea {
  margin-bottom: 0;
}
.p-contact .contact-form input {
  height: 45px;
}
.p-contact .contact-form dl {
  text-align: left;
  display: inline-block;
  width: 100%;
  padding-bottom: 20px;
}
.p-contact .contact-form dt {
  font-size: 1rem;
  font-weight: 300;
}
.p-contact .contact-form dt p {
  display: inline-block;
}
.p-contact .contact-form .must {
  position: relative;
  padding: 0 0 8px;
}
.p-contact .contact-form .must::after {
  content: "*";
  font-size: 14px;
  color: #fff;
}
.p-contact .contact-form .free {
  position: relative;
  padding: 0 0 8px;
}
.p-contact .contact-form .wpcf7 form.invalid .wpcf7-response-output {
  border: 1px solid red;
}
.p-contact .contact-form .wpcf7-acceptance input {
  height: 20px;
  width: 20px;
  margin-right: 10px;
}
.p-contact .contact-form .ms-1 {
  color: #ccc;
  border-bottom: 1px solid #ccc;
  transition: all 0.3s;
}
.p-contact .contact-form .ms-1:hover {
  opacity: 0.6;
}
.p-contact .contact-form .submit-btn {
  text-align: center;
}
.p-contact .contact-form .submit-btn input:disabled {
  border-color: #949494;
  background-color: rgba(255, 255, 255, 0.2509803922);
}
.p-contact .contact-form .submit-btn input:disabled:hover {
  opacity: 1;
}
.p-contact .contact-form .submit-btn input {
  border-color: rgb(39, 39, 39);
  background-color: #fff;
  width: 70%;
  max-width: 320px;
  transition: all 0.3s;
}
.p-contact .contact-form .submit-btn input:hover {
  opacity: 0.6;
}
.p-contact .contact-form .ajax-loader {
  display: none;
}
.p-contact .contact-form .wpcf7-spinner {
  display: none;
}
@media (min-width: 600px) {
  .p-contact .contact-form .wrap {
    max-width: 540px;
    margin: 0 auto;
  }
  .p-contact .contact-form dt {
    font-size: 20px;
  }
  .p-contact .contact-form .submit-btn input {
    width: 70%;
    max-width: 320px;
    height: 64px;
    font-size: 20px;
  }
  .p-contact .contact-form .wpcf7-acceptance input {
    height: 22px;
    width: 22px;
    margin-right: 15px;
  }
  .p-contact .contact-form .ms-1 {
    font-size: 18px;
  }
}
@media (min-width: 960px) {
  .p-contact .contact-form .wrap {
    max-width: 650px;
  }
  .p-contact .contact-form dl {
    display: flex;
    align-items: flex-start;
    padding-bottom: 35px;
  }
  .p-contact .contact-form dl dt {
    flex-basis: 30%;
  }
  .p-contact .contact-form dl dd {
    flex-basis: 70%;
  }
}
@media (min-width: 1200px) {
  .p-contact .contact-form .wrap {
    max-width: 800px;
  }
  .p-contact .contact-form dl {
    display: flex;
    align-items: flex-start;
    padding-bottom: 35px;
  }
  .p-contact .contact-form dl dt {
    flex-basis: 25%;
  }
  .p-contact .contact-form dl dd {
    flex-basis: 75%;
  }
}
.p-contact .grecaptcha-badge {
  box-shadow: none !important;
  width: 100% !important;
}
.p-contact .grecaptcha-badge iframe {
  box-shadow: grey 0px 0px 5px;
}
@media (min-width: 960px) {
  .p-contact {
    scroll-margin: 80px;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

.p-footer {
  padding: 60px 0 20px;
  background-color: #000000;
  border-top: 1px solid #ccc;
}
.p-footer .c-container, .p-footer .breadcrumb {
  padding: 0 5vw;
}
.p-footer__nav {
  display: block;
}
.p-footer__nav ul {
  display: inline-block;
}
.p-footer__nav li {
  margin-bottom: 20px;
  text-align: left;
}
.p-footer__nav li a {
  color: #fff;
  transition: all 0.3s;
}
.p-footer__nav li a:hover {
  opacity: 0.6;
}
.p-footer__nav li span {
  position: relative;
  padding-left: 15px;
  display: block;
}
.p-footer__nav li span::before {
  content: "";
  width: 10px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.p-footer__nav li .c-txt-sm {
  font-size: 13px;
}
.p-footer .copyright {
  text-align: center;
  color: #a0a0a0;
  font-size: 12px;
}
@media (min-width: 500px) {
  .p-footer__nav {
    margin-bottom: 40px;
  }
  .p-footer__nav ul {
    display: flex;
    justify-content: center;
  }
  .p-footer__nav li {
    margin: 0 10px;
  }
}
@media (min-width: 600px) {
  .p-footer__nav li {
    margin: 0 20px;
  }
}
@media (min-width: 960px) {
  .p-footer {
    padding: 100px 0 30px;
  }
  .p-footer__nav {
    margin-bottom: 70px;
  }
  .p-footer__nav li {
    margin: 0 30px;
  }
  .p-footer__nav li span {
    padding-left: 25px;
  }
  .p-footer__nav li span::before {
    width: 15px;
  }
  .p-footer__nav li .c-txt-sm {
    font-size: 17px;
  }
  .p-footer .copyright {
    font-size: 14px;
  }
}

.c-privacy {
  padding-top: 80px;
}
.c-privacy .p-title {
  margin-bottom: 50px;
}
.c-privacy h3 {
  font-weight: 300;
  font-size: 18px;
  margin-bottom: 20px;
}
.c-privacy-item {
  margin-bottom: 30px;
}
.c-privacy .more-btn {
  margin-top: 50px;
}
@media (min-width: 960px) {
  .c-privacy {
    padding-top: 120px;
  }
  .c-privacy .p-title {
    margin-bottom: 70px;
  }
  .c-privacy h3 {
    font-size: 24px;
  }
  .c-privacy .more-btn {
    margin-top: 70px;
  }
}

.c-thanks {
  padding-top: 80px;
}
.c-thanks .p-title {
  margin-bottom: 50px;
}
.c-thanks h3 {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 20px;
}
.c-thanks-item {
  margin-bottom: 30px;
}
.c-thanks .more-btn {
  margin-top: 50px;
}
@media (min-width: 960px) {
  .c-thanks {
    padding-top: 120px;
  }
  .c-thanks .p-title {
    margin-bottom: 70px;
  }
  .c-thanks h3 {
    font-size: 24px;
  }
  .c-thanks .more-btn {
    margin-top: 70px;
  }
}

.p-header {
  width: 100%;
  position: relative;
}
@media (max-width: 959px) {
  .p-header .pc-container {
    display: none;
  }
}
@media (min-width: 960px) {
  .p-header .pc-container {
    position: fixed;
    top: 3vw;
    right: 3vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 8000;
    background-color: rgba(0, 0, 0, 0.6509803922);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .p-header .pc-container .pc-nav-list {
    display: flex;
    align-items: center;
    padding: 0 1vw;
  }
  .p-header .pc-container .pc-nav-item {
    font-size: 15px;
    padding: 15px 1vw 12px;
    transition: all 0.3s;
  }
  .p-header .pc-container .pc-nav-item a {
    color: #fff;
    display: inline-block;
    padding: 0 5px 3px;
    position: relative;
  }
  .p-header .pc-container .pc-nav-item a::before {
    content: "";
    width: 0;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: all 0.3s;
  }
  .p-header .pc-container .pc-nav-item a:hover::before {
    width: 100%;
  }
  .p-header .pc-container.is-hide {
    top: -4vw;
    opacity: 0;
  }
  .p-header .pc-container.is-show {
    top: 3vw;
  }
  .p-header .mobile-container,
  .p-header .mobile-menu {
    display: none;
  }
}
@media (min-width: 1200px) {
  .p-header .pc-container {
    top: 4vw;
    right: 5vw;
  }
  .p-header .pc-container.is-show {
    top: 4vw;
  }
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  opacity: 0;
  z-index: -1;
  background-color: #000000;
}
.mobile-menu__nav {
  display: block;
  height: 100%;
  width: 100%;
  overflow: scroll;
}
.mobile-menu__list {
  width: 100%;
  text-align: right;
  list-style: none;
  padding: 100px 0 50px;
}
.mobile-menu__item {
  font-size: 2.2rem;
  font-weight: 100;
  letter-spacing: 0.02em;
  margin: 0 12vw 30px 5vw;
  opacity: 0;
  transform: translateY(-30px);
  filter: blur(3px);
}
.mobile-menu a {
  color: #fff;
}

.mobile-container {
  position: relative;
  z-index: 9999;
  overflow: hidden;
  width: 100%;
}
.mobile-container .mobile-button {
  position: fixed !important;
  top: 20px;
  right: 20px;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.6509803922);
  width: 40px;
  height: 40px;
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 1;
}
.mobile-container .mobile-button.is-hide {
  top: -50px;
  opacity: 0;
}
.mobile-container .mobile-button.is-show {
  top: 20px;
}
.mobile-container .mobile-menu__btn {
  background-color: unset;
  border: none;
  outline: none !important;
  cursor: pointer;
  display: block;
  padding: 15.5px 8px;
}
.mobile-container .mobile-menu__btn.inview > span {
  background-color: rgb(39, 39, 39);
}
.mobile-container .mobile-menu__btn > span {
  background-color: #fff;
  width: 24px;
  height: 1px;
  display: block;
  margin-bottom: 7px;
  transition: transform 0.7s;
  opacity: 1;
}
.mobile-container .mobile-menu__btn > span:last-child {
  margin-bottom: 0;
}
@media (min-width: 600px) {
  .mobile-container .mobile-button {
    width: 60px;
    height: 60px;
  }
  .mobile-container .mobile-button.is-hide {
    top: -70px;
  }
  .mobile-container .mobile-menu__btn {
    padding: 22.5px 11px;
  }
  .mobile-container .mobile-menu__btn > span {
    width: 36px;
    margin-bottom: 12px;
  }
}

.menu-open.mobile-menu {
  z-index: 8000;
  transition: all 0.5s;
  opacity: 1;
}
.menu-open.mobile-menu nav li {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}
.menu-open.mobile-menu nav li:nth-child(1) {
  transition: opacity 0.3s ease-out 0.6s, transform 0.6s ease-out 0.6s, filter 0.3s ease-out 1.1s;
}
.menu-open.mobile-menu nav li:nth-child(2) {
  transition: opacity 0.3s ease-out 0.9s, transform 0.6s ease-out 0.9s, filter 0.3s ease-out 1.4s;
}
.menu-open.mobile-menu nav li:nth-child(3) {
  transition: opacity 0.3s ease-out 1.2s, transform 0.6s ease-out 1.2s, filter 0.3s ease-out 1.7s;
}
.menu-open.mobile-menu nav li:nth-child(4) {
  transition: opacity 0.3s ease-out 1.5s, transform 0.6s ease-out 1.5s, filter 0.3s ease-out 2s;
}
.menu-open.mobile-menu nav li:nth-child(5) {
  transition: opacity 0.3s ease-out 1.8s, transform 0.6s ease-out 1.8s, filter 0.3s ease-out 2.3s;
}
.menu-open.mobile-menu nav li:nth-child(6) {
  transition: opacity 0.3s ease-out 2.1s, transform 0.6s ease-out 2.1s, filter 0.3s ease-out 2.6s;
}
.menu-open.mobile-menu nav li:nth-child(7) {
  transition: opacity 0.3s ease-out 2.4s, transform 0.6s ease-out 2.4s, filter 0.3s ease-out 2.9s;
}
.menu-open.mobile-menu nav li:nth-child(8) {
  transition: opacity 0.3s ease-out 2.7s, transform 0.6s ease-out 2.7s, filter 0.3s ease-out 3.2s;
}
.menu-open.mobile-menu nav li:nth-child(9) {
  transition: opacity 0.3s ease-out 3s, transform 0.6s ease-out 3s, filter 0.3s ease-out 3.5s;
}
.menu-open.mobile-menu nav li:nth-child(10) {
  transition: opacity 0.3s ease-out 3.3s, transform 0.6s ease-out 3.3s, filter 0.3s ease-out 3.8s;
}
.menu-open .mobile-menu__btn > span {
  background-color: #fff !important;
}
.menu-open .mobile-menu__btn > span:nth-child(1) {
  transition-delay: 70ms;
  transform: translateY(4px) rotate(135deg);
}
.menu-open .mobile-menu__btn > span:nth-child(2) {
  transition-delay: 140ms;
  transform: translateY(-4px) rotate(-135deg);
}
@media (min-width: 600px) {
  .menu-open .mobile-menu__btn > span:nth-child(1) {
    transform: translateY(6.5px) rotate(135deg);
  }
  .menu-open .mobile-menu__btn > span:nth-child(2) {
    transform: translateY(-6.5px) rotate(-135deg);
  }
}

.clip-js,
.clip-js1,
.clip-js2,
.clip-js3 {
  transition: all 3s ease;
}
.clip-js.left,
.clip-js1.left,
.clip-js2.left,
.clip-js3.left {
  clip-path: inset(0 100% 0 0);
}
.clip-js.right,
.clip-js1.right,
.clip-js2.right,
.clip-js3.right {
  clip-path: inset(0 0 0 100%);
}
.clip-js.top,
.clip-js1.top,
.clip-js2.top,
.clip-js3.top {
  clip-path: inset(0 0 100% 0);
}
.clip-js.top-left,
.clip-js1.top-left,
.clip-js2.top-left,
.clip-js3.top-left {
  clip-path: inset(0 100% 100% 0);
}
.clip-js.bottom,
.clip-js1.bottom,
.clip-js2.bottom,
.clip-js3.bottom {
  clip-path: inset(100% 0 0 0);
}
.clip-js.center,
.clip-js1.center,
.clip-js2.center,
.clip-js3.center {
  clip-path: inset(100%);
}
.clip-js.circle,
.clip-js1.circle,
.clip-js2.circle,
.clip-js3.circle {
  clip-path: circle(0 at 50% 50%);
}
.clip-js.skew,
.clip-js1.skew,
.clip-js2.skew,
.clip-js3.skew {
  clip-path: polygon(0 0, 0 0, 0 0);
}
.clip-js.transform,
.clip-js1.transform,
.clip-js2.transform,
.clip-js3.transform {
  clip-path: polygon(0 0, 0 0, 0 0);
  transition: all 1.4s cubic-bezier(0.55, 0.06, 0.33, 1.85);
  transform: translateX(-30px) scale(0.86) skew(8deg);
}
.clip-js.reveal.left, .clip-js.reveal.right, .clip-js.reveal.top, .clip-js.reveal.top-left, .clip-js.reveal.bottom, .clip-js.reveal.center,
.clip-js1.reveal.left,
.clip-js1.reveal.right,
.clip-js1.reveal.top,
.clip-js1.reveal.top-left,
.clip-js1.reveal.bottom,
.clip-js1.reveal.center,
.clip-js2.reveal.left,
.clip-js2.reveal.right,
.clip-js2.reveal.top,
.clip-js2.reveal.top-left,
.clip-js2.reveal.bottom,
.clip-js2.reveal.center,
.clip-js3.reveal.left,
.clip-js3.reveal.right,
.clip-js3.reveal.top,
.clip-js3.reveal.top-left,
.clip-js3.reveal.bottom,
.clip-js3.reveal.center {
  clip-path: inset(0);
}
.clip-js.reveal.circle,
.clip-js1.reveal.circle,
.clip-js2.reveal.circle,
.clip-js3.reveal.circle {
  clip-path: circle(100% at 50% 50%);
}
.clip-js.reveal.skew,
.clip-js1.reveal.skew,
.clip-js2.reveal.skew,
.clip-js3.reveal.skew {
  clip-path: polygon(0 0, 200% 0, 0 200%);
}
.clip-js.reveal.transform,
.clip-js1.reveal.transform,
.clip-js2.reveal.transform,
.clip-js3.reveal.transform {
  clip-path: polygon(0 0, 200% 0, 0 200%);
  transform: translateX(0) scale(1) skew(0);
}

.clip-js1 {
  transition: all 3s ease;
}

.clip-js2 {
  transition: all 4s ease;
}

.clip-js3 {
  transition: all 2s ease;
}

.clip-js-bg {
  transition: all 1.8s ease;
}
.clip-js-bg.skew {
  transition: all 1s ease;
  transform: translate(-60%, 60%);
}
.clip-js-bg.skew2 {
  transition: all 1s ease;
  transform: translate(60%, 60%);
}
.clip-js-bg.reveal.skew {
  transform: translate(0);
}
.clip-js-bg.reveal.skew2 {
  transform: translate(0);
}

.appear.up .item {
  transform: translateY(80px);
}

.appear.down .item {
  transform: translateY(20px);
}

.appear.left .item {
  transform: translateX(30px);
}

.appear.right .item {
  transform: translateX(-30px);
}

.appear.skew .item {
  transform: translateX(30px) translateY(30px);
}

.appear .item {
  transition: opacity 0.8s, transform 0.8s, filter 0.8s;
  opacity: 0;
  filter: blur(10px);
}
.appear.inview .item {
  opacity: 1;
  transform: none;
  filter: blur(0);
}
.appear.inview .item:nth-child(1) {
  transition-delay: 0.8s, 0.8s, 1.6s;
}
.appear.inview .item:nth-child(2) {
  transition-delay: 1.6s, 1.6s, 2.4s;
}
.appear.inview .item:nth-child(3) {
  transition-delay: 2.4s, 2.4s, 3.2s;
}
.appear.inview .item:nth-child(4) {
  transition-delay: 3.2s, 3.2s, 4s;
}
.appear.inview .item:nth-child(5) {
  transition-delay: 4s, 4s, 4.8s;
}
.appear.inview .item:nth-child(6) {
  transition-delay: 4.8s, 4.8s, 5.6s;
}
.appear.inview .item:nth-child(7) {
  transition-delay: 5.6s, 5.6s, 6.4s;
}
.appear.inview .item:nth-child(8) {
  transition-delay: 6.4s, 6.4s, 7.2s;
}
.appear.inview .item:nth-child(9) {
  transition-delay: 7.2s, 7.2s, 8s;
}
.appear.inview .item:nth-child(10) {
  transition-delay: 8s, 8s, 8.8s;
}
.appear.inview .item:nth-child(11) {
  transition-delay: 8.8s, 8.8s, 9.6s;
}
.appear.inview .item:nth-child(12) {
  transition-delay: 9.6s, 9.6s, 10.4s;
}
.appear.inview .item:nth-child(13) {
  transition-delay: 10.4s, 10.4s, 11.2s;
}
.appear.inview .item:nth-child(14) {
  transition-delay: 11.2s, 11.2s, 12s;
}
.appear.inview .item:nth-child(15) {
  transition-delay: 12s, 12s, 12.8s;
}
.appear.inview .item:nth-child(16) {
  transition-delay: 12.8s, 12.8s, 13.6s;
}
.appear.inview .item:nth-child(17) {
  transition-delay: 13.6s, 13.6s, 14.4s;
}
.appear.inview .item:nth-child(18) {
  transition-delay: 14.4s, 14.4s, 15.2s;
}
.appear.inview .item:nth-child(19) {
  transition-delay: 15.2s, 15.2s, 16s;
}
.appear.inview .item:nth-child(20) {
  transition-delay: 16s, 16s, 16.8s;
}
.appear.inview .item:nth-child(21) {
  transition-delay: 16.8s, 16.8s, 17.6s;
}
.appear.inview .item:nth-child(22) {
  transition-delay: 17.6s, 17.6s, 18.4s;
}
.appear.inview .item:nth-child(23) {
  transition-delay: 18.4s, 18.4s, 19.2s;
}
.appear.inview .item:nth-child(24) {
  transition-delay: 19.2s, 19.2s, 20s;
}
.appear.inview .item:nth-child(25) {
  transition-delay: 20s, 20s, 20.8s;
}
.appear.inview .item:nth-child(26) {
  transition-delay: 20.8s, 20.8s, 21.6s;
}
.appear.inview .item:nth-child(27) {
  transition-delay: 21.6s, 21.6s, 22.4s;
}
.appear.inview .item:nth-child(28) {
  transition-delay: 22.4s, 22.4s, 23.2s;
}
.appear.inview .item:nth-child(29) {
  transition-delay: 23.2s, 23.2s, 24s;
}
.appear.inview .item:nth-child(30) {
  transition-delay: 24s, 24s, 24.8s;
}
.appear.inview .item:nth-child(31) {
  transition-delay: 24.8s, 24.8s, 25.6s;
}
.appear.inview .item:nth-child(32) {
  transition-delay: 25.6s, 25.6s, 26.4s;
}
.appear.inview .item:nth-child(33) {
  transition-delay: 26.4s, 26.4s, 27.2s;
}
.appear.inview .item:nth-child(34) {
  transition-delay: 27.2s, 27.2s, 28s;
}
.appear.inview .item:nth-child(35) {
  transition-delay: 28s, 28s, 28.8s;
}
.appear.inview .item:nth-child(36) {
  transition-delay: 28.8s, 28.8s, 29.6s;
}
.appear.inview .item:nth-child(37) {
  transition-delay: 29.6s, 29.6s, 30.4s;
}
.appear.inview .item:nth-child(38) {
  transition-delay: 30.4s, 30.4s, 31.2s;
}
.appear.inview .item:nth-child(39) {
  transition-delay: 31.2s, 31.2s, 32s;
}

.cover-slide {
  position: relative;
  overflow: hidden;
}
.cover-slide::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #e2eaf3;
  opacity: 0;
}
.cover-slide.inview::after {
  opacity: 1;
  animation-name: kf-cover-slide;
  animation-duration: 1.6s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: both;
}

@keyframes kf-cover-slide {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50.1% {
    transform-origin: right;
    transform: scaleX(1);
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}
.img-zoom, .bg-img-zoom {
  opacity: 0;
}
.inview .img-zoom, .inview .bg-img-zoom {
  opacity: 1;
  transition: transform 0.3s ease;
  animation-name: kf-img-show;
  animation-duration: 1.6s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: none;
}
.inview .img-zoom:hover, .inview .bg-img-zoom:hover {
  transform: scale(1.05);
}

@keyframes kf-img-show {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  50.1% {
    opacity: 1;
    transform: scale(1.4);
  }
  100% {
    opacity: 1;
  }
}
.hover-darken::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: background-color 0.3s ease;
  pointer-events: none;
  animation-name: kf-img-show;
  animation-duration: 1.6s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: none;
}
.hover-darken:hover::before {
  background-color: rgba(0, 0, 0, 0.4);
}

.bg-img-zoom {
  background-image: url(../images/image-1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
}

.img-bg50 {
  position: relative;
}
.img-bg50::before {
  display: block;
  content: "";
  padding-top: 50%;
}

.c-faq .faq dt.ac-title.is-active .i_box::before {
  transform: translateX(-50%) translateY(-50%) rotate(270deg);
}

.ac-content {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s;
}

.ac-content.is-open {
  height: auto;
  opacity: 1;
  display: block;
  transition: all 0.3s;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: fixed;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  outline: none;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: auto !important;
  margin: 0 auto;
  border-radius: 4px;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 auto;
  background: url(../images/common/loading.gif);
  background-size: cover;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev,
.lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  position: absolute;
  top: 50%;
  left: 0;
  height: 40px;
  width: 40px;
}
.lb-nav a.lb-prev::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  content: "";
  display: block;
  background-image: url(../images/common/prev.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  position: absolute;
  top: 50%;
  right: 0;
  height: 40px;
  width: 40px;
}
.lb-nav a.lb-next::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  content: "";
  display: block;
  background-image: url(../images/common/next.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/common/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}/*# sourceMappingURL=style.css.map */