body {
  margin: 0;
  font-size: 0;
  background-image: url(/images/bg.jpeg);
  background-size: cover;
  background-attachment: fixed;
  /*--背景画像の固定--*/
  background-position: center center;
  /*--背景画像の位置--*/
  overflow-x: hidden;
}

div {
  text-align: center;
}

div .w-45 {
  text-align: left;
}

#customer-bg {
  background-image: url(/images/customer-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 30px;
  padding-bottom: 50px;
}


.img {
  width: 100%;
  height: auto;
}

.splide {
  margin: auto;
}

.img-button {
  width: 100%;
  height: auto;
  max-width: 720px;
}

.conversion-bg {
  background-image: url(/images/kimchi_2BG.webp);
  background-repeat: no-repeat;
  background-position: center center;
}

.shine {
  width: 60%;
  max-width: 720px;

  display: inline-block;
  position: relative;
  overflow: hidden;
  border-radius: 100px;
  filter: drop-shadow(4px 4px 5px rgba(0, 0, 0, 0.75));
}

.shine:hover {
  text-decoration: none;
  color: #fff;
}

.shine::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  animation: shiny-btn1 3s ease-in-out infinite;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
  top: 250px;
  left: 50%;
  translate: -50%;

}

.centered-image {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.splide {
  background-color: #1E2D56;
  padding-top: 30px;
  padding-bottom: 80px;
}

.splide__slide img {
  width: 100%;
}

.menu-text {
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #9B8940;
  font-size: 17px;
  margin-top: .5rem;
  margin-bottom: .5rem;
  display: inline-block;
}

.arrow{
  width: 8px;
  float: right;
  margin-top: 1rem;
  margin-right: 1rem;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

ul .splide__pagination__page {
  margin-bottom: 33px;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

#inside-menu {
  width: 100%;
}

a.anchor {
  display: block;
  position: relative;
  top: -180px;
  visibility: hidden;
}

div.anchorm {
  display: block;
  position: absolute;
  visibility: hidden;
  width: 100px;
  height: 100px;
  background-color: red;

}

#kimchi-whatm {
  top: -70px;
}

#kimchi-pastem {
  top: 820px;
}

#kimchi-top3 {
  top: 1597px
}

#kimchi-challenge {
  top: 2722px;
}

#company {
  top: 4755px;
}

#flowm {
  top: -70px;
}

#featuresm {
  top: -70px;
}

a.anchor_flow {
  display: block;
  position: relative;
  top: 750px;
  visibility: hidden;
}




@keyframes shiny-btn1 {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }

  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }

  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

.conversion {
  margin: 44px 0;
}

.mobile {
  display: none;
}

.nav-link {
  font-size: 1rem !important;
  text-align: left;
}

.board {
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
}

.lightgray {
  background-color: #f7f8f8;
  padding: 25px;
}

.white {
  background-color: #fff;
  padding: 25px;
}


td {
  font-size: 1rem;
}

tr {
  font-size: 1rem;
}

p {
  font-size: 1rem;
}

label {
  font-size: 1rem;
  font-weight: 500;
}

.pt-6 {
  padding-top: 5rem;
}

.mb-6 {
  margin-bottom: 5rem;
}

.text-left {
  text-align: left;
}

.p-form {
  padding: 10px 25px;
}

hr {
  margin: 0.75rem 0;
}

.scrollbox {
  width: 100%;
  height: 200px;
  /* 横幅を200pxに指定 */
  overflow-y: scroll;
  /* 縦方向にスクロール可能にする */
}


.zipcode-input {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
}

.form {
  width: 40%;
  margin: auto;
}

.ml-auto {
  margin-left: auto;
}

.w-45 {
  width: 45%;
}

.fs-14 {
  font-size: 14px !important;
}

.em4 {
  width: 4em;
}

.em6 {
  width: 6em;
}

.require {
  color: red;
  font-size: 12px;
}

.gray {
  color: gray;
}

#firstname-label {
  height: 1rem;
}

input {
  border-radius: 0 !important;
  font-size: 1rem;
}

.form-check {
  text-align: left;

}

.form-check-input {
  border-radius: 50% !important;
  margin-left: 0 !important;
  margin-right: 1rem;
}

#faqm {
  top: -70px;
}

select {
  border-radius: 0 !important;
}

h2 {
  font-size: 20px;
  font-family: "Noto Serif JP";
}

.mt-6 {
  margin-top: 5rem;
}

.text-box {
  border-radius: 0 !important;
  font-size: 14px;
  padding: 20px;
}

#customerm {
  top: -70px;
}

.btn-primary {
  background-color: #111446 !important;
  padding: 10px 80px !important;
}

/* mobiledate picker */

.md-mobile-picker-header {
  font-size: 14px;
}

input.md-mobile-picker-input {
  color: initial;
  width: 100%;
  padding: 10px;
  margin: 6px 0 12px 0;
  border: 1px solid #ccc;
  border-radius: 0;
  font-family: arial, verdana, sans-serif;
  font-size: 14px;
  box-sizing: border-box;
  -webkit-appearance: none;
}

.md-mobile-picker-button.mbsc-button {
  font-size: 13px;
  padding: 0 15px;
  line-height: 36px;
  float: right;
  margin: 6px 0;
  width: 100%;
}

.mbsc-col-no-padding {
  padding-left: 0;
}

.md-mobile-picker-box-label.mbsc-textfield-wrapper-box,
.md-mobile-picker-box-label .mbsc-textfield-wrapper-box,
.md-mobile-picker-inline {
  margin: 6px 0 12px 0;
}

.red {
  color: red !important;
}

h1 {
  font-family: 'Noto Serif JP', serif;
}

.img {
  width: 100%;
}

#formDiv {
  margin: auto;
  background-color: #E6E6E6;

}

.mobile-button {
  max-width: 302px;
}

.navbar-toggler {
  border: none;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(155, 137, 64, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;

}

#hidden-menu {
  background-color: white;
  display: none;
  z-index: 9999;
}

@media screen and (max-width: 750px) {
  .shine {
    max-width: 302px;
    margin: auto;
  }

  .desktop {
    display: none;
  }

  .mobile {
    display: block;
    width: 100%;
  }

  .navbar {
    width: 100%;
    margin: auto;
  }

  #top {
    margin-top: 70px;
  }

  #formDiv {
    margin: auto;
    background-color: #E6E6E6;

  }

  .form {
    width: 90%;
  }

  .m-auto {
    margin: auto;
  }

  .conversion-bg {
    margin: auto;
    margin-top: -1px;
  }

  .p-25 {
    padding: 35px;
  }

  .splide__slide img {
    width: 50% !important;
  }

  .header-logo {
    max-width: 60px;
  }

  #customer-bg {
    background-image: url(/images/customer-bg.webp);
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 30px;
    padding-bottom: 50px;
    margin: auto;
  }
}