:root {
  --coop_c: #009045;
  --coop_c2: #1b5d36;
  --up: #16c96c;
  --gray: #eee;
  --beige: #e7e056;
  --gg_green: #84daa9;
  --pink: #ce3f8e;
  --yy: #fff653;
  --01: #e7e0566b;
  --under_y: #e7e056cc;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.section {
  flex-flow: column;
  align-items: stretch;
  height: auto;
  display: flex;
}

.div-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.image {
  width: 280px;
  margin-top: 5px;
}

.image-2 {
  width: 80%;
  margin-top: -83px;
  margin-left: 91px;
  padding-right: 0;
}

.cell {
  justify-content: center;
  align-items: center;
}

.cell-2 {
  justify-content: flex-end;
  align-items: flex-start;
}

.image-3 {
  width: 85%;
  margin-top: 68px;
  margin-left: -21px;
}

.quick-stack {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.kk_1 {
  flex-flow: column;
  align-items: stretch;
  height: auto;
  display: flex;
}

.top_title {
  z-index: 20;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #fff6;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
  position: fixed;
  box-shadow: 0 2px 5px #0003;
}

.top_image {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-top: 63px;
}

.kk_2 {
  background-color: var(--coop_c);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin-top: -2px;
  display: flex;
}

.image-4 {
  display: none;
}

.image-5 {
  width: 100px;
  margin-left: -30px;
}

.paragraph {
  color: #fff;
  text-align: center;
  font-family: PT Sans, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

.container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 900px;
  padding-bottom: 40px;
  display: flex;
}

.type_1, .type_2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.paragraph-2 {
  border: 2px solid var(--coop_c2);
  width: 300px;
  color: var(--coop_c);
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  font-family: PT Sans, sans-serif;
  font-size: 20px;
  line-height: 40px;
}

.div-block-2 {
  border: 2px solid var(--coop_c2);
  background-color: #fff;
  border-radius: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.image-6 {
  z-index: 1;
  width: 105%;
  max-width: 120%;
  padding-bottom: 10px;
  position: relative;
}

.paragraph-3 {
  color: var(--coop_c);
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.div-block-3 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-4, .line {
  border-top: 1px solid var(--coop_c);
  width: 50px;
}

.text-block {
  text-align: justify;
  width: 300px;
}

.paragraph-4 {
  width: 300px;
  color: var(--coop_c);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  display: flex;
}

.cell-3, .cell-4 {
  justify-content: flex-start;
  align-items: center;
}

.quick-stack-2 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  width: 100%;
}

.button {
  background-color: var(--coop_c);
  text-align: center;
  border-radius: 20px;
  width: 300px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.button_1 {
  background-color: var(--coop_c);
  text-align: center;
  border-radius: 20px;
  width: 300px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  transition: all .2s;
}

.button_1:hover {
  background-color: var(--up);
  transform: scale(1.05);
}

.button_1_under {
  border: 1px solid var(--coop_c);
  width: 300px;
  color: var(--coop_c);
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  margin-top: 5px;
  margin-bottom: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  transition: all .3s;
}

.button_1_under:hover {
  background-color: var(--coop_c);
  color: var(--gray);
}

.button_2 {
  background-color: var(--coop_c);
  text-align: center;
  border-radius: 20px;
  width: 300px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  transition: all .2s;
}

.button_2:hover {
  background-color: var(--up);
  transform: scale(1.05);
}

.button_2_under {
  border: 1px solid var(--coop_c);
  width: 300px;
  color: var(--coop_c);
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  margin-top: 5px;
  margin-bottom: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  transition: all .3s;
}

.button_2_under:hover {
  background-color: var(--coop_c);
  color: var(--gray);
}

.text-block_1 {
  text-align: justify;
  width: 300px;
  padding-bottom: 10px;
}

._0120 {
  border: 2px solid var(--coop_c2);
  background-color: #fff;
  border-radius: 30px;
  justify-content: space-between;
  align-items: center;
  width: 95%;
  height: 120px;
  display: flex;
}

.div-block-5 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.kk_3 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding-bottom: 100px;
  display: flex;
}

.paragraph-5 {
  z-index: 1;
  border: 2px solid var(--coop_c2);
  color: var(--coop_c);
  text-align: center;
  background-color: #fff;
  border-radius: 50px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  position: relative;
  top: 30px;
  box-shadow: 0 2px 3px 1px #00000045;
}

.image-7 {
  width: 450px;
  margin-right: 40px;
  padding-top: 6px;
}

.paragraph-6 {
  color: var(--coop_c);
  letter-spacing: 10px;
  margin-bottom: 0;
  padding-left: 40px;
  font-size: 18px;
  font-weight: 700;
}

.paragraph-7 {
  text-align: center;
  letter-spacing: 7px;
  font-weight: 700;
}

.paragraph-8 {
  color: var(--coop_c);
  text-align: center;
  letter-spacing: 4px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.container-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 60px;
  display: flex;
}

.quick-stack-3 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  width: 100%;
}

.div-block-6 {
  background-color: var(--beige);
  border: 2px solid #000;
  border-radius: 160px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 240px;
  height: 240px;
  display: flex;
}

.cell-5 {
  justify-content: center;
  align-items: center;
}

.image-8 {
  width: 55%;
  position: relative;
  top: -27px;
}

._0120_bun {
  z-index: 1;
  border: 2px solid var(--coop_c2);
  color: var(--coop_c);
  text-align: center;
  background-color: #fff;
  border-radius: 50px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  position: relative;
  top: 30px;
  box-shadow: 0 2px 3px 1px #00000045;
}

.suervice {
  color: var(--coop_c);
  letter-spacing: 10px;
  margin-bottom: 0;
  padding-left: 40px;
  font-size: 18px;
  font-weight: 700;
}

.paragraph-9 {
  color: #fff;
  background-color: #000;
  border-radius: 20px;
  margin-top: -21px;
  margin-bottom: 0;
  padding-bottom: 2px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Open Sans, sans-serif;
}

.paragraph-10 {
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 700;
  line-height: 16px;
}

.image-9 {
  width: 30px;
}

.case_div {
  background-color: var(--beige);
  cursor: pointer;
  border: 2px solid #000;
  border-radius: 160px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 240px;
  height: 240px;
  transition: all .3s;
  display: flex;
}

.case_div:hover {
  background-color: #fff98d;
  transform: scale(1.05);
  box-shadow: 0 2px 10px 4px #0003;
}

.image-8-copy {
  width: 60%;
  position: relative;
  top: -27px;
}

.image-10 {
  width: 80%;
  position: relative;
  top: -27px;
}

.image-11 {
  width: 68%;
  position: relative;
  top: -27px;
}

.image-12 {
  width: 72%;
  position: relative;
  top: -27px;
}

.image-13 {
  width: 60%;
  position: relative;
  top: -27px;
}

.kk_4 {
  background-color: #e7e5e5;
  flex-flow: column;
  height: auto;
  padding-top: 60px;
  display: flex;
}

.div-block-7 {
  width: 95%;
}

.quick-stack-4 {
  padding-left: 0;
}

.div-block-8 {
  background-color: var(--gg_green);
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 200px;
  display: flex;
}

.image-14 {
  height: 232px;
  position: relative;
  top: -21px;
  left: -57px;
}

.div-block-9 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 200px;
  margin-top: -29px;
  display: flex;
}

.image-15 {
  width: 371px;
}

.cell-6 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}

.div-block-10 {
  justify-content: flex-start;
  align-items: center;
  width: 80px;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 50px;
  display: flex;
}

.image-16 {
  width: 50px;
  max-width: 100%;
  height: 75px;
}

.paragraph-11 {
  text-align: left;
  letter-spacing: -1px;
  width: auto;
  margin-bottom: 0;
  padding-top: 10px;
  line-height: 25px;
}

.cell-7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding-bottom: 20px;
}

.cell-8, .cell-9 {
  padding-bottom: 20px;
}

.cell-10, .cell-11 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}

.image-14_2 {
  height: 230px;
  position: relative;
  top: -30px;
  left: auto;
}

.image-14_3 {
  height: 210px;
  position: relative;
  top: -9px;
  left: -25px;
}

.kk_5 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 550px;
  display: flex;
}

.image-17 {
  margin-top: 0;
}

.div-block-11 {
  height: 300px;
}

.div-block-12 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: static;
  top: auto;
  bottom: auto;
}

.image-18 {
  width: 80px;
  margin-bottom: 14px;
  position: static;
  top: auto;
}

.mountain_1 {
  margin-top: -835px;
}

.paragraph-12 {
  position: absolute;
}

.moun_top {
  z-index: 10;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin-top: 138px;
  display: flex;
  position: absolute;
  top: auto;
}

.paragraph-13 {
  color: #fff;
  text-align: center;
  font-family: PT Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.paragraph-14 {
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
}

.paragraph-15 {
  color: #fff;
  letter-spacing: 4px;
  font-size: 24px;
  font-weight: 700;
}

.kk_6 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding-top: 140px;
  display: flex;
  overflow: hidden;
}

.paragraph-16 {
  margin-bottom: 0;
  padding-top: 5px;
  padding-left: 10px;
  font-size: 15px;
  line-height: 30px;
}

.up-down-arrow {
  color: #c07c7c;
  border: 2px solid #c07c7c;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  margin-left: 0;
  padding: 10px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  display: flex;
}

.faq1_question {
  cursor: pointer;
  border-top: 4px solid #eee586;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.text-size-medium {
  font-size: 1.125rem;
}

.text-size-medium.text-weight-bold {
  padding-left: 20px;
  font-size: 18px;
  font-weight: 400;
}

.image-21 {
  width: 30px;
  margin-left: 6px;
}

.image-20 {
  width: 50px;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-small {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.container-3 {
  max-width: 800px;
}

.div-block-19 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.faq1_answer {
  overflow: hidden;
}

.faq1_icon-wrapper {
  justify-content: flex-end;
  align-self: flex-start;
  align-items: center;
  width: 200px;
  height: 45px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  display: flex;
}

.faq1_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
}

.div-block-20 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.paragraph-17 {
  color: var(--pink);
  margin-bottom: 0;
  padding-top: 5px;
  padding-left: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
}

.paragraph-18 {
  font-size: 12px;
}

.paragraph-19 {
  color: #797979;
  letter-spacing: 2px;
  margin-bottom: 20px;
  padding-left: 10px;
}

.paragraph-16_2 {
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 20px;
  padding-left: 10px;
  font-size: 15px;
  line-height: 30px;
}

.div-block-21 {
  background-color: #5d3a3a;
  width: 700px;
  height: 300px;
}

.image-22 {
  width: 400px;
  padding-bottom: 60px;
}

.link-block {
  z-index: 11;
  background-color: #fff;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 450px;
  height: 50px;
  margin-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
  box-shadow: 0 4px 5px #0003;
}

.link-block:hover {
  transform: scale(1.04);
}

.image-23 {
  width: 20px;
  margin-left: 0;
  padding-right: 0;
}

.div-block-22 {
  border-left: 1px solid var(--coop_c);
  height: 30px;
  margin-left: 10px;
  padding-left: 0;
}

.paragraph-20 {
  color: var(--coop_c);
  letter-spacing: 4px;
  margin-bottom: 0;
  padding-left: 20px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.paragraph-20:hover {
  color: var(--coop_c2);
}

.section-2 {
  background-color: #dfaeae;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 80vh;
  display: flex;
}

.accordion-wrapper {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 500px;
  display: flex;
}

.accordion-item {
  width: 100%;
}

.accordion-toggle {
  border-bottom: 1px solid var(--gray);
  white-space: normal;
  background-color: #fff;
  display: flex;
}

.accordion-icon, .question {
  display: block;
}

.dropdown-list {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.dropdown-list.w--open {
  background-color: #009045;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.answer {
  color: #fff;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.accordion-top {
  width: 100%;
}

.div-block-23 {
  width: 100%;
  height: auto;
}

.button-2 {
  width: 100%;
  color: var(--coop_c);
  background-color: #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  transition: all .3s;
  display: flex;
}

.button-2:hover {
  transform: scale(1.05);
  box-shadow: 0 2px 5px #0003;
}

.quick-stack-5 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  padding: 10px 0;
}

.shop {
  width: 100%;
  height: auto;
}

.accordion-etc {
  z-index: 5;
  background-color: #fff;
  width: 400px;
  margin-top: 0;
  display: none;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.dropdown-list-main {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.dropdown-list-main.w--open {
  background-color: #00904500;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.accordion-toggle-main {
  border-bottom: 1px solid var(--gray);
  white-space: normal;
  background-color: #fff;
  display: flex;
}

.accordion-toggle-main.w--open {
  justify-content: flex-start;
  align-items: center;
}

.accordion-item-copy {
  width: 100%;
}

.question-main {
  display: block;
}

.image-24 {
  margin-top: 166px;
  position: static;
  inset: 162px 0% 0%;
}

.div-block-24 {
  background-color: var(--coop_c);
  width: 100%;
  height: 300px;
}

.horizonral_photo {
  margin-top: 256px;
  margin-bottom: 0;
}

.ho_photo {
  width: 100%;
  height: 210px;
  margin-top: -230px;
  margin-left: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slider {
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.h_1 {
  background-color: #0000;
  width: 300px;
  height: auto;
  margin-left: 0;
  margin-right: 10px;
  padding-left: 0;
  overflow: visible;
}

.slider_photo {
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  height: 200px;
  display: flex;
  overflow: hidden;
}

.slider_base {
  width: 200px;
  height: 200px;
  overflow: hidden;
}

.div-block-25 {
  display: flex;
}

.photo_s1 {
  display: flex;
  overflow: visible;
}

.section-3 {
  overflow: hidden;
}

.slider_page {
  background-color: var(--coop_c);
  overflow: visible;
}

.slider_photo2 {
  justify-content: flex-end;
  align-items: flex-start;
  width: auto;
  height: 200px;
  margin-top: 0;
  margin-left: 0;
  display: flex;
  overflow: hidden;
}

.photo_s3 {
  margin-left: 0;
  display: flex;
  overflow: visible;
}

.photo_s4 {
  display: flex;
  overflow: visible;
}

.kk_7 {
  height: auto;
  padding-top: 40px;
  padding-bottom: 60px;
}

.quick-stack-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  padding-left: 0;
  padding-right: 0;
}

.image-25 {
  width: 200px;
}

.container-4 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-25_1 {
  width: 200px;
  padding-top: 0;
}

.link-block-2 {
  justify-content: center;
  align-items: flex-end;
  transition: all .3s;
  display: flex;
}

.link-block-2:hover {
  transform: scale(1.04);
}

.link-block-3, .link-block-4, .link-block-5 {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.image-26 {
  width: 360px;
  padding-top: 20px;
}

.div-block-26 {
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  height: auto;
  margin-top: 0;
  display: flex;
}

.image-27 {
  width: 150px;
}

.div-block-27 {
  justify-content: space-between;
  align-items: flex-start;
  width: 960px;
  height: auto;
  margin-top: 60px;
  display: flex;
}

.image-28 {
  width: 200px;
}

.div-block-28 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.div-block-29 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.po_cc {
  color: #000;
  text-align: right;
  margin-right: 5px;
  font-size: 12px;
  text-decoration: none;
}

.po_cc:hover {
  color: #094;
  text-decoration: underline;
}

.t_line {
  border-right: 1px solid #000;
  height: 12px;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 0;
}

.div-block-30 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.div-block-31 {
  justify-content: flex-end;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.image-29 {
  margin-top: 50px;
  margin-bottom: 10px;
  display: block;
  position: static;
}

.paragraph-21 {
  color: #838383;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 700;
  display: flex;
}

.paragraph-22 {
  color: #979797;
  justify-content: center;
  align-items: flex-start;
  font-size: 10px;
  font-weight: 700;
  display: flex;
}

.section-4 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding-top: 100px;
  display: flex;
  box-shadow: 0 2px 5px #00000057;
}

.div-block-32 {
  background-color: #00000017;
  border: 2.5px solid #8d8d8d;
  border-radius: 25px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 800px;
  height: 450px;
  padding-top: 20px;
  display: flex;
  box-shadow: 0 2px 6px #00000054;
}

.paragraph-23 {
  letter-spacing: 3px;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  position: relative;
}

.quick-stack-7 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  width: 95%;
  height: auto;
  padding-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
}

.div-block-33 {
  flex-flow: column;
  width: 100%;
  height: auto;
  display: flex;
}

.button-3 {
  padding-left: 40px;
}

.button-4 {
  background-color: var(--coop_c);
  text-align: center;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 400px;
  margin-bottom: 30px;
  padding: 5px 40px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.button-4:hover {
  background-color: var(--up);
  transform: scale(1.04);
  box-shadow: 0 2px 5px #0003;
}

.up_1 {
  z-index: 20;
  background-color: #e5e2e2;
  border: 2.5px solid #8d8d8d;
  border-radius: 25px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 800px;
  height: auto;
  margin-top: 0;
  padding-top: 20px;
  display: none;
  position: sticky;
  inset: 0 auto auto;
  box-shadow: 0 2px 6px #00000054;
}

.div-block-34 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-30 {
  cursor: pointer;
  width: 35px;
  margin-right: 0;
  position: static;
  inset: 0% 0% auto auto;
}

.div-block-35 {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-top: -48px;
  padding-right: 20px;
  display: flex;
}

.cell-12 {
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: 0;
}

.quick-stack-8 {
  padding-top: 0;
}

.cell-13 {
  justify-content: center;
  align-items: flex-start;
}

.image-31 {
  text-align: justify;
  width: 88%;
}

.paragraph-24 {
  text-align: center;
  letter-spacing: 0;
  margin-top: 10px;
  font-size: 13px;
}

.image-32 {
  width: auto;
  height: auto;
  position: relative;
}

.image-33 {
  width: 88%;
}

.up_2 {
  z-index: 20;
  background-color: #dadada;
  border: 2.5px solid #8d8d8d;
  border-radius: 25px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 800px;
  height: auto;
  margin-top: 100px;
  padding-top: 20px;
  display: none;
  position: sticky;
  top: 0;
  right: auto;
  box-shadow: 0 2px 6px #00000054;
}

.image-32_3 {
  width: 90%;
  height: auto;
  position: relative;
}

.batsu, .batsu_2 {
  cursor: pointer;
  width: 35px;
  margin-right: 0;
  position: static;
  inset: 0% 0% auto auto;
}

.up_1_base {
  z-index: 20;
  background-color: #e5e2e2;
  border: 2.5px solid #8d8d8d;
  border-radius: 25px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 800px;
  height: auto;
  margin-top: 100px;
  padding-top: 20px;
  display: flex;
  position: static;
  inset: 0 auto auto;
  box-shadow: 0 2px 6px #00000054;
}

.up_2-base {
  z-index: 20;
  background-color: #dadada;
  border: 2.5px solid #8d8d8d;
  border-radius: 25px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 800px;
  height: auto;
  margin-top: 100px;
  padding-top: 20px;
  display: flex;
  position: static;
  top: 0;
  right: auto;
  box-shadow: 0 2px 6px #00000054;
}

.section-5 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  display: flex;
}

.up_case1 {
  z-index: 22;
  background-color: #e5e2e2;
  border: 2.5px solid #8d8d8d;
  border-radius: 25px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 800px;
  height: 380px;
  margin-top: 0;
  padding-top: 10px;
  display: none;
  position: fixed;
  inset: 100px auto auto;
  box-shadow: 0 2px 6px #00000054;
}

.paragraph-23-copy {
  letter-spacing: 3px;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  position: relative;
}

.batsu_base {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding-right: 20px;
  display: flex;
}

.case_batsu {
  cursor: pointer;
  width: 35px;
  margin-right: 0;
  position: static;
  inset: 0% 0% auto auto;
}

.div-block-36 {
  width: 90%;
  display: flex;
}

.quick-stack-9 {
  padding: 5px 0 0;
}

.image-34 {
  width: 280px;
  max-width: 90%;
  margin-top: -14px;
}

.div-block-37 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: -20px;
  display: flex;
}

.paragraph-case {
  color: #fff;
  background-color: #000;
  border-radius: 20px;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 2px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Open Sans, sans-serif;
}

.case_com {
  letter-spacing: 1px;
  margin-top: 10px;
  font-size: 18px;
  font-weight: 700;
}

.paragraph-green {
  background-color: var(--coop_c);
  color: #fff;
  border-radius: 20px;
  margin-top: 10px;
  margin-bottom: 0;
  padding-bottom: 2px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Open Sans, sans-serif;
  line-height: 24px;
}

.case_com-copy {
  margin-top: 5px;
  font-size: 17px;
  font-weight: 700;
}

.case_an {
  color: var(--coop_c);
  letter-spacing: 1px;
  margin-top: 5px;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
}

.paragraph-25 {
  text-align: justify;
  line-height: 22px;
  display: flex;
}

.button-case_1 {
  background-color: var(--coop_c);
  text-align: center;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 400px;
  margin-top: 0;
  margin-bottom: 30px;
  padding: 5px 40px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.button-case_1:hover {
  background-color: var(--up);
  transform: scale(1.04);
  box-shadow: 0 2px 5px #0003;
}

.up_case2 {
  z-index: 23;
  background-color: #e5e2e2;
  border: 2.5px solid #8d8d8d;
  border-radius: 25px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 800px;
  height: 380px;
  margin-top: 0;
  padding-top: 10px;
  display: none;
  position: sticky;
  inset: 100px auto auto;
  box-shadow: 0 2px 6px #00000054;
}

.up_case3 {
  z-index: 24;
  background-color: #e5e2e2;
  border: 2.5px solid #8d8d8d;
  border-radius: 25px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 800px;
  height: 380px;
  margin-top: 0;
  padding-top: 10px;
  display: none;
  position: sticky;
  inset: 100px auto auto;
  box-shadow: 0 2px 6px #00000054;
}

.image-34-3 {
  width: 300px;
  margin-top: -19px;
}

.up_case3_2 {
  z-index: 20;
  background-color: #e5e2e2;
  border: 2.5px solid #8d8d8d;
  border-radius: 25px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 800px;
  height: 380px;
  margin-top: 100px;
  padding-top: 10px;
  display: flex;
  position: static;
  inset: 0 auto auto;
  box-shadow: 0 2px 6px #00000054;
}

.up_case4 {
  z-index: 25;
  background-color: #e5e2e2;
  border: 2.5px solid #8d8d8d;
  border-radius: 25px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 800px;
  height: 380px;
  margin-top: 0;
  padding-top: 10px;
  display: none;
  position: sticky;
  inset: 100px auto auto;
  box-shadow: 0 2px 6px #00000054;
}

.up_case5 {
  z-index: 26;
  background-color: #e5e2e2;
  border: 2.5px solid #8d8d8d;
  border-radius: 25px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 800px;
  height: 380px;
  margin-top: 0;
  padding-top: 10px;
  display: none;
  position: sticky;
  inset: 100px auto auto;
  box-shadow: 0 2px 6px #00000054;
}

.image-34-4 {
  width: 300px;
  margin-top: -27px;
}

.up_case6 {
  z-index: 27;
  background-color: #e5e2e2;
  border: 2.5px solid #8d8d8d;
  border-radius: 25px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 800px;
  height: 380px;
  margin-top: 0;
  padding-top: 10px;
  display: none;
  position: sticky;
  inset: 100px auto auto;
  box-shadow: 0 2px 6px #00000054;
}

.image-34-6 {
  width: 300px;
  margin-top: 0;
}

.case2_batsu, .case3_batsu, .case4_batsu, .case5_batsu, .case6_batsu {
  cursor: pointer;
  width: 35px;
  margin-right: 0;
  position: static;
  inset: 0% 0% auto auto;
}

.case1_div {
  background-color: var(--beige);
  cursor: pointer;
  border: 2px solid #000;
  border-radius: 160px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 240px;
  height: 240px;
  transition: all .3s;
  display: flex;
}

.case1_div:hover {
  background-color: #fff98d;
  transform: scale(1.05);
  box-shadow: 0 2px 10px 4px #0003;
}

.case2_div {
  background-color: var(--beige);
  cursor: pointer;
  border: 2px solid #000;
  border-radius: 160px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 240px;
  height: 240px;
  transition: all .3s;
  display: flex;
}

.case2_div:hover {
  background-color: #fff98d;
  transform: scale(1.05);
  box-shadow: 0 2px 10px 4px #0003;
}

.case3_div {
  background-color: var(--beige);
  cursor: pointer;
  border: 2px solid #000;
  border-radius: 160px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 240px;
  height: 240px;
  transition: all .3s;
  display: flex;
}

.case3_div:hover {
  background-color: #fff98d;
  transform: scale(1.05);
  box-shadow: 0 2px 10px 4px #0003;
}

.case4_div {
  background-color: var(--beige);
  cursor: pointer;
  border: 2px solid #000;
  border-radius: 160px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 240px;
  height: 240px;
  transition: all .3s;
  display: flex;
}

.case4_div:hover {
  background-color: #fff98d;
  transform: scale(1.05);
  box-shadow: 0 2px 10px 4px #0003;
}

.case5_div {
  background-color: var(--beige);
  cursor: pointer;
  border: 2px solid #000;
  border-radius: 160px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 240px;
  height: 240px;
  transition: all .3s;
  display: flex;
}

.case5_div:hover {
  background-color: #fff98d;
  transform: scale(1.05);
  box-shadow: 0 2px 10px 4px #0003;
}

.case6_div {
  background-color: var(--beige);
  cursor: pointer;
  border: 2px solid #000;
  border-radius: 160px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 240px;
  height: 240px;
  transition: all .3s;
  display: flex;
}

.case6_div:hover {
  background-color: #fff98d;
  transform: scale(1.05);
  box-shadow: 0 2px 10px 4px #0003;
}

.link-block-6 {
  z-index: 50;
  border-style: none;
  border-width: 2px;
  border-color: black var(--pink) black black;
  background-color: #e0d954;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 250px;
  display: flex;
  position: fixed;
  inset: 21% 0% 0% auto;
  box-shadow: 0 3px 3px 4px #0000004a;
}

.image-35 {
  width: 17px;
}

.side-01-link {
  z-index: 50;
  border-style: none;
  border-width: 2px;
  border-color: black var(--pink) black black;
  background-color: #e0d954;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 220px;
  margin-top: 100px;
  transition: all .3s;
  display: flex;
  position: fixed;
  inset: auto 0% auto auto;
  box-shadow: 0 3px 3px 4px #0000004a;
}

.side-01-link:hover {
  background-color: var(--yy);
  transform: scale(1.05);
}

.side-02-link {
  z-index: 50;
  border-style: none;
  border-width: 2px;
  border-color: black var(--pink) black black;
  background-color: #e0d954;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 200px;
  margin-top: 340px;
  transition: all .3s;
  display: flex;
  position: fixed;
  inset: auto 0% auto auto;
  box-shadow: 0 3px 3px 4px #0000004a;
}

.side-02-link:hover {
  background-color: var(--yy);
  transform: scale(1.05);
}

.div-block-38 {
  background-color: var(--coop_c);
  width: 100%;
  height: 200px;
}

.paragraph-4-2 {
  width: 300px;
  color: var(--coop_c);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 21px;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  display: flex;
}

.foot_menu {
  display: none;
}

.paragraph-23-2 {
  letter-spacing: 3px;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  position: relative;
}

.div-block-40 {
  border: 2px solid var(--coop_c2);
  background-color: #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 45px;
  margin-bottom: 10px;
  display: flex;
}

.image-36 {
  width: 220px;
}

.image-37 {
  display: none;
}

.image-34-2 {
  width: 280px;
  max-width: 90%;
  margin-top: -26px;
}

.kk_3-sma {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding-bottom: 140px;
  display: none;
}

.image-34-22 {
  width: 280px;
  max-width: 90%;
  margin-top: -14px;
}

.div-block-37-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: -20px;
  display: flex;
}

.koku_logo {
  transition: all .3s;
}

.koku_logo:hover {
  transform: scale(1.05);
}

.div-block-46 {
  z-index: 100;
  background-color: #996a6a;
  width: 50px;
  height: 50px;
  position: fixed;
  inset: auto 4% 6% auto;
}

.div-block-46.w--current {
  background-color: #fff0;
}

.up {
  z-index: 100;
  background-color: #996a6a;
  width: 50px;
  height: 50px;
  position: fixed;
  inset: auto 4% 6% auto;
}

.up.w--current {
  background-color: #fff0;
}

.link-block-7 {
  width: 50px;
  height: 50px;
  position: fixed;
  inset: auto 4% 4% auto;
}

.uper {
  z-index: 100;
  width: 50px;
  height: 50px;
  position: fixed;
  inset: auto 4% 4% auto;
}

.div-block-47, .sma_ttop {
  display: none;
}

.cell-35 {
  flex-flow: wrap;
}

._0120_sma {
  display: none;
}

.image-7_0120 {
  width: 450px;
  margin-right: 40px;
  padding-top: 6px;
}

@media screen and (min-width: 1280px) {
  .horizonral_photo {
    height: auto;
  }

  .side-01-link {
    inset: 0% 0% 0% auto;
  }

  .side-02-link {
    top: auto;
    bottom: auto;
  }

  .div-block-46.w--current, .up.w--current {
    background-color: #fff0;
  }
}

@media screen and (max-width: 991px) {
  .section {
    justify-content: flex-start;
    align-items: stretch;
  }

  .image-2 {
    width: 65%;
    margin-top: -42px;
    margin-left: 0;
  }

  .cell {
    padding-top: 59px;
  }

  .cell-2 {
    justify-content: flex-start;
    align-items: center;
  }

  .image-3 {
    width: 70%;
    margin-top: 36px;
    margin-left: 0;
  }

  .kk_1 {
    justify-content: flex-start;
    align-items: stretch;
  }

  .top_title {
    height: 50px;
  }

  .image-4 {
    display: none;
  }

  .container {
    width: 80%;
  }

  .text-block {
    width: 90%;
  }

  .quick-stack-2 {
    grid-column-gap: 34px;
    grid-row-gap: 34px;
  }

  .button_1, .button_1_under, .button_2, .button_2_under, .text-block_1 {
    width: 90%;
  }

  .quick-stack-3 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .cell-5 {
    justify-content: flex-start;
    align-items: center;
  }

  .suervice {
    letter-spacing: 3px;
  }

  .div-block-7 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .div-block-8 {
    margin-left: -100px;
  }

  .div-block-9 {
    width: 80%;
  }

  .cell-6 {
    padding-left: 140px;
  }

  .cell-7 {
    padding-left: 0;
  }

  .cell-10, .cell-11 {
    padding-left: 140px;
  }

  .up-down-arrow {
    margin-left: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .container-3 {
    max-width: 600px;
  }

  .image-24 {
    margin-top: 206px;
  }

  .div-block-24 {
    background-color: var(--coop_c);
    width: 100%;
    height: 300px;
  }

  .ho_photo, .h_1 {
    margin-left: 0;
  }

  .div-block-27 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 700px;
  }

  .image-28 {
    margin-bottom: 40px;
  }

  .up_1 {
    width: 85%;
    display: none;
  }

  .up_2 {
    width: 700px;
    display: none;
  }

  .up_case1 {
    width: 60%;
    height: auto;
  }

  .div-block-36 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .quick-stack-9 {
    width: 90%;
  }

  .image-34 {
    width: 260px;
    margin-top: -55px;
  }

  .div-block-37 {
    justify-content: flex-start;
    align-items: center;
    width: 400px;
    padding-bottom: 0;
  }

  .button-case_1 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .up_case2, .up_case3 {
    width: 60%;
    height: auto;
  }

  .image-34-3 {
    width: 260px;
  }

  .up_case4, .up_case5, .up_case6 {
    width: 60%;
    height: auto;
  }

  .image-34-6 {
    width: 260px;
  }

  .cell-14, .cell-15, .cell-16, .cell-17, .cell-18, .cell-19, .cell-20 {
    justify-content: flex-start;
    align-items: center;
  }

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

  .cell-22 {
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-39 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .cell-23, .cell-24, .cell-25, .cell-26 {
    justify-content: flex-start;
    align-items: center;
  }

  .image-34-2 {
    width: 260px;
    margin-top: -55px;
  }

  .cell-28, .cell-29, .cell-30 {
    justify-content: center;
    align-items: center;
  }

  .image-34-22 {
    width: 260px;
    margin-top: -55px;
  }

  .div-block-37-2 {
    justify-content: flex-start;
    align-items: center;
    width: 400px;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .image-2 {
    margin-top: -56px;
  }

  .image-4 {
    display: none;
  }

  .paragraph-3 {
    font-size: 14px;
  }

  .div-block-3, .text-block {
    width: 90%;
  }

  .quick-stack-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: 90%;
  }

  .button_1, .button_1_under, .button_2, .button_2_under, .text-block_1 {
    width: 90%;
  }

  ._0120 {
    width: 100%;
  }

  .image-7 {
    width: 300px;
    font-size: 16px;
  }

  .cell-5 {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .suervice {
    letter-spacing: 5px;
    font-size: 16px;
  }

  .div-block-7 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .cell-6 {
    justify-content: flex-start;
    align-items: center;
    padding-left: 60px;
  }

  .cell-10, .cell-11 {
    padding-left: 60px;
  }

  .faq1_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .text-size-medium.text-weight-bold {
    font-size: 16px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .container-3 {
    width: 500px;
  }

  .faq1_icon-wrapper {
    width: 40px;
    height: 40px;
  }

  .ho_photo {
    height: auto;
  }

  .h_1 {
    width: 200px;
    height: auto;
  }

  .div-block-27 {
    width: 90%;
  }

  .up_1 {
    width: 85%;
  }

  .up_2 {
    width: 85%;
    display: none;
  }

  .up_case1 {
    margin-top: 70px;
  }

  .image-34 {
    width: 220px;
  }

  .div-block-37 {
    justify-content: flex-start;
    align-items: center;
    width: 350px;
    padding-bottom: 20px;
  }

  .case_an {
    font-size: 18px;
  }

  .paragraph-25 {
    width: 300px;
    margin-bottom: 0;
  }

  .button-case_1 {
    width: 300px;
  }

  .up_case2 {
    margin-top: 71px;
  }

  .up_case4 {
    margin-top: 70px;
  }

  .up_case5 {
    margin-top: 69px;
  }

  .up_case6 {
    margin-top: 70px;
  }

  .cell-14 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .cell-15 {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .cell-16, .cell-17 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .cell-18 {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .paragraph-4-2 {
    margin-top: 3px;
  }

  .cell-20 {
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-39 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .image-34-2, .image-34-22 {
    width: 220px;
  }

  .div-block-37-2 {
    justify-content: flex-start;
    align-items: center;
    width: 350px;
    padding-bottom: 20px;
  }

  .div-block-47, .sma_ttop {
    display: none;
  }

  .image-7_0120 {
    width: 300px;
    font-size: 16px;
  }
}

@media screen and (max-width: 479px) {
  .image {
    width: 200px;
  }

  .image-2 {
    width: 90%;
    margin-top: -40px;
  }

  .image-3 {
    display: none;
  }

  .kk_1 {
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    height: auto;
    padding-top: 57px;
  }

  .top_title {
    height: 40px;
    inset: 0% 0% auto;
  }

  .image-4 {
    width: 75%;
    margin-top: 10px;
    display: inline-flex;
  }

  .image-5 {
    width: 75px;
    margin-top: 18px;
  }

  .paragraph {
    font-size: 24px;
  }

  .container {
    width: 85%;
  }

  .paragraph-4 {
    font-size: 16px;
    line-height: 25px;
  }

  ._0120 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .kk_3 {
    padding-bottom: 60px;
    display: flex;
  }

  .image-7 {
    margin-right: 0;
    display: none;
  }

  .paragraph-7 {
    letter-spacing: 0;
    margin-top: 28px;
  }

  .paragraph-8 {
    letter-spacing: 0;
    font-size: 20px;
    line-height: 30px;
  }

  .container-2 {
    width: 90%;
    margin-top: 20px;
  }

  .quick-stack-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  ._0120_bun {
    width: 85%;
    margin-bottom: 10px;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 18px;
  }

  .div-block-7 {
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-8 {
    height: 130px;
    margin-left: 0;
  }

  .image-14 {
    height: 150px;
    top: -14px;
    left: -9px;
  }

  .div-block-9 {
    height: auto;
  }

  .cell-6 {
    padding-left: 0;
  }

  .div-block-10 {
    justify-content: center;
    align-items: center;
  }

  .paragraph-11 {
    box-sizing: border-box;
    aspect-ratio: 2.39;
    text-align: justify;
    letter-spacing: 0;
    overflow-wrap: normal;
    width: 100%;
    font-size: 12px;
    line-height: 20px;
  }

  .cell-10, .cell-11 {
    padding-left: 0;
  }

  .image-14_2 {
    height: 150px;
    top: -21px;
    left: 24px;
  }

  .image-14_3 {
    height: 150px;
    top: -19px;
    left: 12px;
  }

  .kk_5 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .moun_top {
    width: 95%;
  }

  .paragraph-14 {
    aspect-ratio: auto;
    letter-spacing: 0;
  }

  .paragraph-16 {
    line-height: 25px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .container-3 {
    width: 90%;
  }

  .paragraph-16_2 {
    line-height: 25px;
  }

  .link-block {
    width: 90%;
  }

  .paragraph-20 {
    letter-spacing: 0;
    padding-left: 10px;
    font-size: 16px;
  }

  .dropdown-list.w--open {
    padding-left: 20px;
    padding-right: 20px;
  }

  .shop {
    width: 100%;
  }

  .accordion-etc {
    width: 85%;
  }

  .image-24 {
    margin-top: 194px;
  }

  .horizonral_photo {
    margin-top: 240px;
  }

  .ho_photo {
    height: auto;
  }

  .h_1 {
    width: 150px;
    height: 120px;
  }

  .kk_7 {
    padding-bottom: 77px;
  }

  .quick-stack-6 {
    width: 90%;
  }

  .div-block-26 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-29 {
    flex-flow: column;
  }

  .t_line {
    display: none;
  }

  .div-block-30 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .paragraph-23 {
    letter-spacing: 0;
    margin-top: -13px;
    font-size: 16px;
  }

  .quick-stack-7 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 90%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-33 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 97%;
    padding-top: 10px;
  }

  .button-4 {
    width: 80%;
    margin-top: 5px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .up_1 {
    width: 90%;
    margin-top: 0;
    display: none;
    top: 10px;
  }

  .div-block-35 {
    margin-top: -48px;
    padding-right: 10px;
  }

  .image-31 {
    width: 45%;
  }

  .paragraph-24 {
    text-align: justify;
    padding-left: 5px;
    font-size: 12px;
    line-height: 17px;
  }

  .image-32, .image-33 {
    width: 45%;
  }

  .up_2 {
    width: 90%;
    margin-top: 0;
    padding-top: 0;
    display: none;
    top: 10px;
  }

  .image-32_3 {
    width: 45%;
  }

  .batsu {
    width: 30px;
    margin-top: 6px;
  }

  .batsu_2 {
    width: 30px;
    margin-top: 2px;
  }

  .up_case1 {
    width: 90%;
    margin-top: 0;
    display: none;
    position: sticky;
    top: 10px;
  }

  .div-block-36 {
    margin-top: -23px;
  }

  .quick-stack-9 {
    width: 100%;
    max-width: 100%;
  }

  .image-34 {
    width: 47%;
    margin-top: 0;
    padding-bottom: 5px;
  }

  .div-block-37 {
    width: 90%;
    max-width: 100%;
    padding-bottom: 20px;
    display: flex;
  }

  .case_com {
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 15px;
  }

  .case_an {
    letter-spacing: 0;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 25px;
  }

  .paragraph-25 {
    width: 100%;
    font-size: 13px;
    line-height: 20px;
  }

  .button-case_1 {
    width: 70%;
    margin-bottom: 20px;
  }

  .up_case2 {
    width: 90%;
    margin-top: 0;
    display: none;
    top: 10px;
  }

  .up_case3 {
    width: 90%;
    margin-top: 50px;
    display: none;
    top: 10px;
  }

  .image-34-3 {
    width: 50%;
  }

  .up_case4 {
    width: 90%;
    margin-top: 50px;
    display: none;
    top: 10px;
  }

  .up_case5 {
    width: 90%;
    margin-top: 0;
    display: none;
    top: 10px;
  }

  .image-34-4 {
    width: 50%;
  }

  .up_case6 {
    width: 90%;
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: none;
    top: 10px;
  }

  .image-34-6 {
    width: 55%;
    margin-top: -11px;
  }

  .case1_div, .case2_div, .case3_div, .case4_div, .case5_div, .case6_div {
    width: 190px;
    height: 190px;
  }

  .side-01-link, .side-02-link {
    display: none;
  }

  .div-block-38 {
    height: 400px;
  }

  .paragraph-4-2 {
    font-size: 16px;
    line-height: 25px;
  }

  .foot_menu {
    z-index: 60;
    height: auto;
    display: block;
    position: fixed;
    inset: auto 0% 0%;
  }

  .quick-stack-10 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: 0;
  }

  .button-5 {
    background-color: var(--01);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    color: #202020;
    border-left: 2px solid #b1a26d;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 15px;
    font-weight: 700;
    display: flex;
  }

  .button-5:hover {
    background-color: #fff53e;
  }

  .button-5-1 {
    background-color: var(--01);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    color: #202020;
    border-left: 2px #b1a26d;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 15px;
    font-weight: 700;
    display: flex;
  }

  .button-5-1:hover {
    background-color: #fff53e;
  }

  .paragraph-23-2 {
    letter-spacing: 0;
    margin-top: 12px;
    font-size: 18px;
  }

  .cell-27 {
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
  }

  .image-37 {
    width: 95%;
    margin-top: 0;
    display: block;
  }

  .div-block-41 {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .div-block-42 {
    justify-content: center;
    align-items: flex-start;
    width: auto;
    display: flex;
  }

  .div-block-43, .div-block-44 {
    justify-content: center;
    align-items: flex-start;
    padding-bottom: 5px;
    display: flex;
  }

  .div-block-45 {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .image-34-2 {
    width: 50%;
    margin-top: -31px;
    padding-bottom: 5px;
  }

  .kk_3-sma {
    padding-bottom: 60px;
    display: flex;
  }

  .cell-28, .cell-29 {
    justify-content: center;
    align-items: flex-start;
  }

  .cell-30 {
    justify-content: center;
    align-items: flex-end;
  }

  .image-34-22 {
    width: 47%;
    margin-top: -15px;
    padding-bottom: 5px;
  }

  .div-block-37-2 {
    width: 90%;
    max-width: 100%;
    padding-bottom: 20px;
    display: flex;
  }

  .cell-31 {
    justify-content: flex-start;
    align-items: center;
  }

  .cell-32, .cell-33 {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .cell-34 {
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-46 {
    bottom: 9%;
  }

  .div-block-46.w--current {
    background-color: #fff0;
    width: 40px;
    height: 40px;
  }

  .up {
    bottom: 9%;
  }

  .up.w--current {
    background-color: #fff0;
    width: 40px;
    height: 40px;
  }

  .link-block-7, .uper {
    width: 40px;
    height: 40px;
    bottom: 9%;
  }

  .image-38 {
    width: 90%;
  }

  .image-39 {
    width: 90%;
    margin-top: 36px;
    margin-bottom: 0;
  }

  .div-block-47 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 90%;
    display: flex;
  }

  .sma_ttop {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 90%;
    margin-top: 13px;
    padding-bottom: 60px;
    display: flex;
  }

  .cell-36, .cell-37 {
    justify-content: flex-start;
    align-items: center;
  }

  ._0120_sma {
    display: block;
  }

  .image-7_0120 {
    margin-right: 0;
    display: block;
  }
}

#w-node-_424d495b-5fe3-50bc-ccd0-6d0e32a8e380-79d4ee76 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_1c8f78ce-11eb-3219-9471-58c00111702e-79d4ee76, #w-node-b944fcc7-23a2-6f72-ff0d-c35fe4a4b622-79d4ee76 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_8bded5d4-2c95-ba21-c547-21ea9f63a469-79d4ee76 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_277e4685-8006-1bb6-bc54-35434a94d908-79d4ee76, #w-node-f651f51f-def0-b52e-5849-001ae60f16af-79d4ee76, #w-node-fec59cd2-0a9a-6ead-bdb0-44dfc33802ac-79d4ee76, #w-node-_6849a828-e13a-4c97-d2a8-ce6ea902a1d5-79d4ee76, #w-node-d773dbb4-ea15-84a4-4b7e-add38aec0c67-79d4ee76, #w-node-_91073ae8-d481-e221-f2cb-036b6c5903fc-79d4ee76 {
  grid-template-rows: auto;
  grid-template-columns: .5fr .75fr;
}

#w-node-a9bc0fc6-d291-03b7-5456-fbeda0ec4823-79d4ee76 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-a7b3fed0-8433-500e-1753-ea28d95fb2b5-79d4ee76 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr .75fr;
}

#w-node-_08590430-9854-151b-d50d-1676beedb3c2-79d4ee76 {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_08590430-9854-151b-d50d-1676beedb3ec-79d4ee76 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_08590430-9854-151b-d50d-1676beedb406-79d4ee76, #w-node-_08590430-9854-151b-d50d-1676beedb41a-79d4ee76 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_08590430-9854-151b-d50d-1676beedb42e-79d4ee76, #w-node-_08590430-9854-151b-d50d-1676beedb446-79d4ee76, #w-node-_08590430-9854-151b-d50d-1676beedb460-79d4ee76 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_08590430-9854-151b-d50d-1676beedb47a-79d4ee76 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_643cbab2-b5c8-c934-14a5-29286359c02f-79d4ee76 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-dbe3e4f8-75f9-dc9f-15ba-37b9405e5997-79d4ee76 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_424d495b-5fe3-50bc-ccd0-6d0e32a8e380-79d4ee76 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_277e4685-8006-1bb6-bc54-35434a94d908-79d4ee76, #w-node-f651f51f-def0-b52e-5849-001ae60f16af-79d4ee76, #w-node-fec59cd2-0a9a-6ead-bdb0-44dfc33802ac-79d4ee76, #w-node-_6849a828-e13a-4c97-d2a8-ce6ea902a1d5-79d4ee76, #w-node-d773dbb4-ea15-84a4-4b7e-add38aec0c67-79d4ee76, #w-node-_91073ae8-d481-e221-f2cb-036b6c5903fc-79d4ee76 {
    grid-template-rows: auto;
    grid-template-columns: .5fr;
  }

  #w-node-a9bc0fc6-d291-03b7-5456-fbeda0ec4823-79d4ee76 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-a7b3fed0-8433-500e-1753-ea28d95fb2b5-79d4ee76 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b944fcc7-23a2-6f72-ff0d-c35fe4a4b622-79d4ee76 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-a9bc0fc6-d291-03b7-5456-fbeda0ec4823-79d4ee76, #w-node-_643cbab2-b5c8-c934-14a5-29286359c02f-79d4ee76 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_424d495b-5fe3-50bc-ccd0-6d0e32a8e380-79d4ee76 {
    display: none;
  }

  #w-node-_1c8f78ce-11eb-3219-9471-58c00111702e-79d4ee76, #w-node-b944fcc7-23a2-6f72-ff0d-c35fe4a4b622-79d4ee76, #w-node-_8bded5d4-2c95-ba21-c547-21ea9f63a469-79d4ee76, #w-node-_277e4685-8006-1bb6-bc54-35434a94d908-79d4ee76, #w-node-f651f51f-def0-b52e-5849-001ae60f16af-79d4ee76, #w-node-fec59cd2-0a9a-6ead-bdb0-44dfc33802ac-79d4ee76, #w-node-_6849a828-e13a-4c97-d2a8-ce6ea902a1d5-79d4ee76, #w-node-d773dbb4-ea15-84a4-4b7e-add38aec0c67-79d4ee76, #w-node-_91073ae8-d481-e221-f2cb-036b6c5903fc-79d4ee76 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-a9bc0fc6-d291-03b7-5456-fbeda0ec4823-79d4ee76 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
}


