/* comon start */
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
::placeholder {
  color: #BBB !important;
}
.font-feature-palt {
    font-feature-settings: "palt";
}
/* comon end */


/* price start */

/* price_cta_bg */
.price_cta_bg {
  position: relative;
  overflow: hidden;
}
.price_cta_bg::before {
  position: absolute;
  content: "";
  background: #FFDD63;
  width: 400px;
  height: 400px;
  border-radius: 100vh;
  top: -260px;
  left: -40px;
  z-index: 1;
}
.price_cta_bg::after {
  position: absolute;
  content: "";
  background: #FFDD63;
  width: 800px;
  height: 800px;
  border-radius: 100vh;
  top: -40px;
  right: -400px;
  z-index: 1;
}

@media only screen and (max-width: 1024px) {
  .price_cta_bg::before {
    width: 320px;
    height: 320px;
    top: -240px;
    left: -112px;
  }
  .price_cta_bg::after {
    width: 560px;
    height: 560px;
    top: 120px;
    right: -256px;
  }
}

@media only screen and (max-width: 640px) {
  .price_cta_bg::before {
    width: 240px;
    height: 240px;
    top: -160px;
    left: -120px;
  }
  .price_cta_bg::after {
    width: 400px;
    height: 400px;
    top: 200px;
    right: -240px;
  }
}

/* price end */


/* kaitori-no-komon start */

/* knk main bg */
.knk_main_bg {
  position: relative;
  background-image: url(../img/kaitori-hanbai/kaitori-no-komon/main_pc.png);
  background-size: 507px auto;
  background-repeat: no-repeat;
  background-position: top 64px left calc(50% + 245px);
}
.knk_main_bg:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1112px 0 0 54vw;
  border-color: #3C7D56 transparent transparent transparent;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -10;
}

@media only screen and (max-width: 1024px) {
  .knk_main_bg {
    background-image: url(../img/kaitori-hanbai/kaitori-no-komon/main_tablet.png);
    background-size: 319.52px auto;
    background-position: top 104px left calc(50% + 187px);
  }
  .knk_main_bg:after {
      border-width: 1112px 0 0 50vw;
  }
}

@media only screen and (max-width: 640px) {
  .knk_main_bg {
    background-image: url(../img/kaitori-hanbai/kaitori-no-komon/main_mobile.png);
    background-size: 327px auto;
    background-position: top 390px center;
  }
  .knk_main_bg:after {
      border: none;
      width: 100%;
      height: 214px;
      /* height: 240px; <-seach contents */
      background-color: #3C7D56;
      top: 440px;
      left: 0;
      bottom: 0;
      transform: skewY(8deg);
  }
}

/* knk_cta_bg */
.knk_cta_bg {
  position: relative;
  overflow: hidden;
}
.knk_cta_bg::before {
  position: absolute;
  content: "";
  background: #4F946A;
  width: 400px;
  height: 400px;
  border-radius: 100vh;
  top: -260px;
  left: -40px;
  z-index: 1;
}
.knk_cta_bg::after {
  position: absolute;
  content: "";
  background: #4F946A;
  width: 800px;
  height: 800px;
  border-radius: 100vh;
  top: -40px;
  right: -400px;
  z-index: 1;
}

@media only screen and (max-width: 1024px) {
  .knk_cta_bg::before {
    width: 320px;
    height: 320px;
    top: -240px;
    left: -112px;
  }
  .knk_cta_bg::after {
    width: 560px;
    height: 560px;
    top: 120px;
    right: -256px;
  }
}

@media only screen and (max-width: 640px) {
  .knk_cta_bg::before {
    width: 240px;
    height: 240px;
    top: -160px;
    left: -120px;
  }
  .knk_cta_bg::after {
    width: 400px;
    height: 400px;
    top: 200px;
    right: -240px;
  }
}

/* knk_flow */
.knk_flow {
  position: relative;
}
.knk_flow::before {
  position: absolute;
  content: "";
  width: 8px;
  height: calc(100% - 80px);
  background: #3C7D56;
  top: 24px;
  left: 36px;
  z-index: -1;
}
@media only screen and (max-width: 640px) {
  .knk_flow::before {
    width: 4px;
    top: 40px;
    left: 30px;
  }
}

/* swiper */
html {
  appearance: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
}
.swiper {
  width: 1024px;
  overflow: visible;
}
.swiper-slide {
  color: #fff;
  text-align: center;
  width: calc(100% / 3 - 40px);
  height: auto;
  background: #3C7D56;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-slide dl {
  height: 100%;
}
.swiper-parts {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
.swiper-button-prev, .swiper-button-next {
  position: static;
  display: grid;
  place-content: center;
  width: 64px;
  height: 64px;
  background: #fff;
  border: 2px solid #3C7D56;
  border-radius: 100vh;
  margin-top: initial;
}
.swiper-button-prev::after, .swiper-button-next::after {
  width: 12px;
  height: 12px;
  content: "";
  border: solid #3C7D56;
  border-width: 4px 4px 0 0;
}
.swiper-button-prev:focus, .swiper-button-next:focus {
  outline: none;
}
.swiper-button-prev::after {
  margin-left: 4px;
  transform: rotate(-135deg);
}
.swiper-button-next::after {
  margin-right: 4px;
  transform: rotate(45deg);
}
.swiper-scrollbar {
  position: static !important;
  width: 400px !important;
  height: 6px !important;
  margin-left: 40px;
  margin-right: 40px;
}
.swiper-scrollbar-drag {
  background: #3C7D56;
}

@media only screen and (max-width: 1024px) {
  .swiper {
    width: 600px;
  }
  .swiper-slide {
    width: calc(100% / 2 - 40px);
  }
}

@media only screen and (max-width: 640px) {
  .swiper {
    width: 240px;
  }
  .swiper-slide {
    width: calc(100% - 48px);
    border-radius: 8px;
  }
  .swiper-parts {
    margin-top: 24px;
  }
  .swiper-button-prev, .swiper-button-next {
    width: 40px;
    height: 40px;
  }
  .swiper-button-prev::after, .swiper-button-next::after {
    width: 8px;
    height: 8px;
    border-width: 2px 2px 0 0;
  }
  .swiper-button-prev::after {
    margin-left: 2px;
  }
  .swiper-button-next::after {
    margin-right: 2px;
  }
  .swiper-scrollbar {
    width: 160px !important;
    bottom: -40px !important;
    margin-left: 24px;
    margin-right: 24px;
  }
}

@media only screen and (min-width: 346px) and (max-width: 374px) {
  .knk_main_bg {
    background-position: top 380px center
  }
}

@media only screen and (min-width: 320px) and (max-width: 345px) {
  .knk_main_bg {
    background-position: top 409px center
  }
}

/* kaitori-no-komon end */


/* rakucho start */

/* rkc_main_bg */

.rkc_main_bg {
  background-image: url(../img/rakucho/mv_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  height: 724px;
}

@media only screen and (max-width: 1024px) {
  .rkc_main_bg {
    background-size: auto 100%;
    height: 604px;
  }
}

@media only screen and (max-width: 640px) {
  .rkc_main_bg {
    height: 512px;
  }
}


/* fade in */

.fade_in {
  opacity: 0;
  visibility: hidden;
  transition: all .8s;
  transform: translateY(104px);
}
.appear {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

@media only screen and (max-width: 640px) {
  .fade_in {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}


/* image switch */

.app_btn:hover {
  color: #4DA31F;
}
.app_btn.active {
  color: #4DA31F;
  border: 3px solid #4DA31F;
}
.app_content {
  display: none;
}
.app_content.active {
  display: block;
}

/* accordion */

.accordion_title::after {
  transition-duration: .3s;
}
.accordion_title.accordion_contents::after {
  transform: rotate(180deg);
}

/* rakucho end */
