@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap');

:root{
  --fw-normal:400;
  --fw-md:500;
  --fw-bold:600;
}
.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

.section1 {
  position: relative;
  width: 100vw;
  height: 100vh;
  min-height: 800px;
  padding-top: 60px;
  background-image: url('../images/webflow/top-bg.jpg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: repeat;
}

.section2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 160px;
  padding-bottom: 160px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  background-image: url('../images/webflow/bg_paper-min.png');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 970px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image {
  display: block;
  width: 150px;
  margin-bottom: 30px;
}

.h1 {
  position: relative;
  z-index: 1;
  width: 1000px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  font-size: 56px;
  line-height: 80px;
  font-weight: 900;
  text-align: center;
  text-shadow: none;
}

.h1.sp {
  display: none;
}

.image-2 {
  position: absolute;
  z-index: 0;
  width: 670px;
}

.section2-p {
  max-width: 910px;
  margin-top: 540px;
  margin-bottom: 0px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #666;
  font-size: 54px;
  line-height: 1.8;
  font-weight: 700;
}

.section2-p.sp {
  display: none;
}

.white-p {
  color: #fff;
}

.section3 {
  position: relative;
  z-index: 1;
  height: 450px;
  background-image: url('../images/webflow/img_bg.png');
  background-position: 50% 50%;
  background-size: cover;
}

.grid {
  width: 100%;
  height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.section4 {
  display: none;
  height: 750px;
}

.section5 {
  display: none;
  height: 1000px;
  background-image: url('../images/webflow/top-bg.jpg');
  background-position: 50% 50%;
  background-size: auto;
}

.section6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 160px;
  padding-bottom: 160px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.image-3 {
  width: 260px;
}

.div-block-84 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.navbar-2 {
  padding: 10px 100px;
  background-color: #000;
}

.div-block-85-copy {
  width: auto;
  height: 24px;
  margin-right: 0px;
  margin-left: 0px;
  border-left: 1px dashed #707070;
}

.link-block-14-copy-copy-copy {
  background-color: transparent;
  text-decoration: none;
}

.menu-botton {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100px;
  height: 100px;
}

.putter-menu-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.putter-nav-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.putter-nav-2.pc {
  position: relative;
  height: 100%;
  margin-top: 0px;
  padding-top: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.link-block-4 {
  margin-left: 20px;
}

.text-block-67 {
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.link-block-19 {
  text-decoration: none;
}

.text-block-68 {
  margin-bottom: 5px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
}

.nav-link-2 {
  color: #fff;
}

.nav-link-2.w--current {
  color: #fff;
}

.div-block-83 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-85 {
  width: auto;
  height: 24px;
  margin-right: 0px;
  border-left: 1px dashed #707070;
}

.sp {
  display: none;
}

.brand {
  margin-right: 60px;
}

.nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  padding-left: 10px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.nav-link.w--current {
  color: #fff;
}

.image-60 {
  width: 45px;
  margin-bottom: 13px;
}

.online-shop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 170px;
  height: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #fff;
  border-radius: 30px;
  background-color: #000;
}

.section {
  display: none;
}

.container {
  position: relative;
  top: 52px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1080px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-141 {
  position: relative;
  top: 200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 77px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-142 {
  position: relative;
  width: 500px;
  height: 800px;
}

.logo {
  margin-bottom: 25px;
}

.button {
  color: #000;
  text-decoration: none;
}

.heading {
  margin-top: 0px;
  margin-bottom: 8px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 56px;
  line-height: 80px;
  font-weight: 900;
}

.body {
  color: #000;
}

.text-block-69 {
  margin-bottom: 80px;
  font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
  line-height: 28px;
  font-weight: 700;
}

.collage001 {
  position: absolute;
  left: 0%;
  top: 400px;
  right: 0%;
  bottom: 0%;
  z-index: 5;
}

.collage002 {
  position: absolute;
  left: 127px;
  top: 150px;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  display: block;
}

.collage003 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
}

.collage004 {
  position: absolute;
  left: 335px;
  top: 407px;
  right: 0%;
  bottom: 0%;
  z-index: 6;
  display: block;
}

.ar {
  position: absolute;
  left: 25px;
  top: 170px;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: block;
}

.golf {
  position: absolute;
  left: auto;
  top: 365px;
  right: 0%;
  bottom: auto;
  z-index: 4;
  display: block;
}

.button-2 {
  margin-top: 80px;
  text-decoration: none;
}

.div-block-product {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 450px;
  padding-top: 121px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-link {
  position: relative;
  color: #000;
  text-decoration: none;
}

.text-block-70 {
  margin-top: 24px;
  margin-bottom: 67px;
  font-family: 'Noto Sans JP', sans-serif;
  color: snow;
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
  text-align: center;
}

.image-75 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}

.section-2 {
  position: relative;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-image: url('../images/webflow/bg_paper-min.png');
  background-position: 50% 747px;
  background-size: cover;
  background-repeat: repeat-x;
}

.div-block-143 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: -1;
  height: 747px;
  background-image: url('../images/webflow/group-min-1.png');
  background-position: 70% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: scroll;
  opacity: 0.75;
}

.bg_kangaeru {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: auto;
  height: 1000px;
  background-image: url('../images/webflow/img_kangae.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.container-2 {
  position: relative;
  max-width: 950px;
  padding-top: 540px;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 7px;
  font-family: "EB Garamond", serif;
  font-size: 40px;
  line-height: 45px;
  font-weight: var(--fw-bold);
}

.heading-2.sp {
  display: none;
}

.paragraph {
  width: 630px;
  margin-top: 80px;
  margin-bottom: 80px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 0.64px;
}

.container-3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1110px;
  padding-top: 196px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-144 {
  position: relative;
  display: none;
  height: 2950px;
  margin-right: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.img01 {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  bottom: 100px;
  margin-bottom: 100px;
}

.img02 {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  bottom: 100px;
  display: block;
}

.img03 {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: block;
}

.img04 {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: block;
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: 7px;
  font-family: "EB Garamond", serif;
  font-weight: var(--fw-bold);
  font-size: 40px;
  line-height: 45px;
}

.div-block-146 {
  margin-bottom: 56px;
}

.program {
  padding-bottom: 75px;
}
.program .heading-4 {
  padding: 75px 0 0 0;
}
.program.first_child .heading-4 {
  padding: 0;
}
.program.hidden {
  display: none;
}

.program.delete {
  display: none;
}

.text-block-71 {
  font-family: 'Noto Sans JP', sans-serif;
}

.heading-4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: "EB Garamond", serif;
  font-weight: var(--fw-md);
  font-size: 16px;
  line-height: 40px;
}

.heading-5 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 28px;
  line-height: 40px;
}
.heading-1 {
  margin-bottom: 20px;
  text-align: left;
  width: 100%;
}
.text-block-72 {
  margin-bottom: 8px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: 1.6px;
}
.text-block-73 {
  margin-bottom: 40px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: 1.6px;
}

.paragraph-2 {
  width: 590px;
  margin-bottom: 56px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.6px;
}

.text-span {
  font-size: 24px;
  letter-spacing: 2.4px;
}

.text-span-2 {
  font-size: 24px;
  letter-spacing: 2.4px;
}

.text-span-3 {
  font-size: 24px;
}

.text-block-73-copy {
  margin-bottom: 8px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: 1.6px;
}

.paragraph-2-copy {
  width: 590px;
  margin-bottom: 24px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 1.6px;
}

.container-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-147 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 91px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-148 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 180px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.img_person {
  margin-bottom: 40px;
}

.text-block-74 {
  font-family: "EB Garamond", serif;
  font-weight: var(--fw-md);
  color: #fff;
  font-size: 16px;
  line-height: 40px;
}

.text-block-75 {
  margin-bottom: 40px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 40px;
  font-weight: 700;
}

.text-span-4 {
  font-size: 28px;
}

.paragraph-3 {
  width: 380px;
  margin-bottom: 0px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 28px;
}

.heading-6 {
  margin-top: 0px;
  margin-bottom: 7px;
  font-family: "EB Garamond", serif;
  font-weight: var(--fw-bold);
  color: #fff;
  font-size: 40px;
  line-height: 45px;
}

.heading-7 {
  position: relative;
  z-index: 1;
  margin-top: 0px;
  margin-bottom: 7px;
  font-family: "EB Garamond", serif;
  font-weight: var(--fw-bold);
  color: #fff;
  font-size: 40px;
  line-height: 45px;
}

.div-block-149 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 56px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bg_hover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 69.8%, 0.7);
}
.bg_hover img{
  height: 100%;
}

.div-block-150 {
  position: absolute;
  top: 82px;
  display: none;
  width: 1px;
  height: 70px;
  background-color: #000;
}

.div-block-150._2nd {
  top: 175px;
  display: none;
  width: 250px;
}

.container-sp {
  display: none;
}

.image-77 {
  display: none;
}

.img-studio {
  display: none;
}

.div-block-155 {
  height: 850px;
}

.div-block-156 {
  position: relative;
  height: 650px;
}

.div-block-157 {
  height: 800px;
}

.div-block-158 {
  height: 800px;
}

.div-block-159 {
  position: relative;
  width: 460px;
  height: 3968px;
  margin-right: 60px;
  margin-bottom: 160px;
}

.img_pro1 {
  display: block;
}

.img_pro2 {
  position: relative;
  top: -433px;
  display: block;
}

.img_pro3 {
  position: relative;
  top: -866px;
  display: block;
}

.img_pro4 {
  position: relative;
  top: -1299px;
  display: block;
}

.div-block-160 {
  position: -webkit-sticky;
  position: sticky;
  top: 160px;
  bottom: 160px;
  width: 460px;
  height: 480px;
}

.footer-nav {
  font-family: 'Noto Sans JP', sans-serif;
  color: #000;
  font-size: 12px;
  line-height: 28px;
  text-decoration: none;
}

.image-64 {
  display: inline-block;
}

.container-5 {
  width: 100%;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.footer-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-block-two {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-light {
  position: relative;
  padding: 80px 30px 40px;
  border-bottom: 1px solid #e4ebf3;
  background-image: url('../images/webflow/bg_paper.png');
  background-position: 0px 0px;
  background-size: cover;
}

.footer-light.pc {
  z-index: 3;
}

.link-block-14 {
  background-color: transparent;
  text-decoration: none;
}

.div-block-120 {
  width: 1px;
  height: 10px;
  margin-right: 10px;
  margin-left: 10px;
  background-color: #000;
}

.footer-wrapper-two {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-social-block-two {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-left: -12px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-119 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 140px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.footer-link-two {
  margin-top: 20px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #1a1b1f;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.footer-link-two:hover {
  color: rgba(26, 27, 31, 0.75);
}

.footer-copyright {
  font-family: 'Noto Sans JP', sans-serif;
  color: #000;
  font-size: 10px;
}

.footer-block-two-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-link-two-copy {
  margin-top: 0px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #1a1b1f;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.footer-link-two-copy:hover {
  color: rgba(26, 27, 31, 0.75);
}

.footer-nav-copy {
  font-family: 'Noto Sans JP', sans-serif;
  color: #000;
  font-size: 12px;
  line-height: 28px;
  text-decoration: none;
}

.footer-nav-copy-2 {
  font-family: 'Noto Sans JP', sans-serif;
  color: #000;
  font-size: 12px;
  line-height: 28px;
  text-decoration: none;
}

.footer-copyright-copy {
  font-family: 'Noto Sans JP', sans-serif;
  color: #000;
  font-size: 10px;
}

.footer-social-block-two-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-left: -12px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-150-copy {
  position: absolute;
  top: 82px;
  display: none;
  width: 402px;
  height: 80px;
  background-color: #000;
}

.div-block-150-copy._2nd {
  top: 175px;
  display: none;
  width: 1px;
  height: 70px;
}

.div-block-163 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 280px;
  height: 56px;
  padding-right: 25px;
  padding-left: 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #d20011;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.div-block-163:hover {
  padding-right: 15px;
  background-color: #6f1c23;
  -webkit-transform: translate(0px, 4px);
  -ms-transform: translate(0px, 4px);
  transform: translate(0px, 4px);
}

.text-block-77 {
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
}

.icon {
  position: static;
  left: auto;
  top: 50%;
  right: 10%;
  bottom: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.icon:hover {
  right: 5%;
}

.image-79 {
  display: none;
}

.div-block-164 {
  width: 280px;
  height: 4px;
  background-color: #6f1c23;
}

.bold-text {
  font-size: 24px;
  font-weight: 500;
}

.div-block-165 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 280px;
  height: 56px;
  padding-right: 25px;
  padding-left: 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: #000;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.div-block-165:hover {
  padding-right: 15px;
  -webkit-transform: translate(0px, 4px);
  -ms-transform: translate(0px, 4px);
  transform: translate(0px, 4px);
}

.div-block-166 {
  width: 280px;
  height: 4px;
  background-color: #666;
}

.image-80 {
  display: none;
}

.image-81 {
  display: none;
}

.div-block-167 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 315px;
  height: 56px;
  padding-right: 25px;
  padding-left: 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #000;
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.div-block-167:hover {
  padding-right: 15px;
  -webkit-transform: translate(0px, 4px);
  -ms-transform: translate(0px, 4px);
  transform: translate(0px, 4px);
}

.link-block-20 {
  text-decoration: none;
}

.text-block-78 {
  font-family: 'Noto Sans JP', sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 28px;
  font-weight: 500;
}

.blocker-div {
  position: absolute;
  z-index: 100;
  display: block;
  width: 100vw;
  height: 100vh;
}

.div-block-168 {
  width: 100vw;
  height: 100vh;
  min-height: 800px;
}

.section2-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: auto;
  height: auto;
  background-color: #000;
}

.nav-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.brand-2 {
  width: 40px;
  height: 50px;
  margin-right: 40px;
}

.online-shop-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 170px;
  height: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #fff;
  border-radius: 30px;
  background-color: #000;
}

.div-block-171 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-3 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 999;
  padding: 10px 20px;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 1;
  color: #000;
  transform: translateY(-100%);
  transition: .5s;
}
.navbar-3.active{
  transform: translateY(0);
}

.link-block-21 {
  margin-left: 20px;
}

.div-block-174 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1000;
  width: 100vw;
  height: 100px;
  background-image: url('../images/webflow/bg_paper-min.png');
  background-position: 50% 50%;
  background-size: cover;
  display: none;
}

.image-83 {
  display: none;
}

.navbar-4 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  opacity: 1;
  color: #000;
}

.div-block-82-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-170-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Noto Sans JP', sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 700;
}

.nav-link-copy {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.nav-link-2-copy {
  color: #fff;
}

.nav-link-copy {
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.nav-link-copy {
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
.section7 {
  padding: 80px 0;
}
.btn-link-lg span {
  vertical-align: middle;
  display: inline-block;
  margin-right: 20px;
}
.header-argolf-way{
  margin-bottom: 80px;
}
.btn-link-lg img {
  max-width: 14px;
}
.btn-link-lg:hover {
  background-color: rgb(233, 33, 51);
  color: #fff;
}
.btn-link-lg {
  display: inline-block;
  padding: 10px 70px;
  background-color: #000;
  text-align: center;
  font-size: 14px;
  color: #fff;
  transition: .3s linear;
}
.section7 .header-argolf-way img {
  max-width: 280px;
}
.nav-link-copy {
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.nav-link-copy {
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.nav-link-copy {
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.div-block-171-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block {
  background-color: transparent;
  text-decoration: none;
}

.online-shop-top-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 170px;
  height: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #fff;
  border-radius: 30px;
  background-color: #000;
}

.navbar-5 {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 999999999;
  padding: 10px 20px;
  background-color: #000;
  opacity: 1;
  color: #000;
}

.link-block-14-copy-copy-copy-copy {
  background-color: transparent;
  text-decoration: none;
}

.sp-menu-online-shop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 170px;
  height: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px none #fff;
  border-radius: 30px;
  background-color: #000;
}

.popup-wrapper {
  display: none;
  overflow: visible;
}

.div-block-176 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid none;
  border-width: 1px;
  border-color: hsla(0, 0%, 43.9%, 0.41);
  background-color: #000;
}

.scrolling-list-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: scroll;
  width: 100%;
  height: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.scrolling-section-3 {
  display: none;
  width: 100vw;
  margin-top: 1rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.card-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30vw;
  height: 40vh;
  margin-right: 0.8rem;
  margin-left: 0.8rem;
  padding-right: 1.9rem;
  padding-left: 1.9rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: #2b2b2b;
  color: #f5f5f5;
}

.div-block-100 {
  height: 1px;
  background-color: #707070;
}

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

.image-61 {
  width: 100%;
}

.image-61.pc {
  overflow: visible;
  width: 80%;
  height: 80%;
  max-width: 100%;
  -webkit-transform: translate(0px, -100px) rotate(14deg);
  -ms-transform: translate(0px, -100px) rotate(14deg);
  transform: translate(0px, -100px) rotate(14deg);
}

.div-block-105-copy-copy {
  position: relative;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 67%;
  padding-right: 0px;
  padding-left: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.italic-text {
  color: #ea2133;
  font-style: normal;
}

.div-block-104 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sp-copy-copy {
  display: none;
}

.div-block-101 {
  width: 48%;
}

.text-block-69-copy {
  width: auto;
  margin-bottom: 30px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #ccc;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  text-align: left;
}

.link-block-17 {
  text-decoration: none;
}

.div-block-30-copy-2-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  color: #fff;
}

.text-block-87 {
  width: 65%;
  margin-bottom: 55px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #ccc;
  font-size: 16px;
  line-height: 32px;
  font-weight: 500;
  text-align: left;
}

.sp-1 {
  display: none;
}

.heading-9-copy {
  margin-top: 80px;
  margin-bottom: 55px;
  padding-right: 0px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 80px;
  font-weight: 900;
  text-align: right;
}

.section-14 {
  overflow: hidden;
}

.text-block-32-copy-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.heading-9-copy-copy {
  margin-top: 80px;
  margin-bottom: 55px;
  padding-right: 0px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  font-size: 56px;
  line-height: 80px;
  font-weight: 900;
  text-align: left;
}

.heading-9 {
  margin-top: 80px;
  margin-bottom: 30px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  font-size: 56px;
  line-height: 80px;
  font-weight: 900;
  text-align: center;
}

.div-block-97 {
  display: block;
  width: 50%;
  max-width: 50%;
  padding-right: 20px;
  padding-left: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.button-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  color: #fff;
}

.pc-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.div-block-178 {
  padding-top: 100px;
}

.div-block-98-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 60px;
  padding-left: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.div-block-95 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/webflow/ar-golf-bg-1.png'), -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background-image: url('../images/webflow/ar-golf-bg-1.png'), linear-gradient(180deg, #000, #000);
  background-position: 0% 0%, 0px 0px;
  background-size: cover, auto;
  background-repeat: repeat-x, repeat;
  background-attachment: scroll, scroll;
}

.div-block-105-copy {
  position: relative;
  top: -95px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  padding-right: 60px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.text-block-88 {
  margin-bottom: 10px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 47px;
  font-weight: 900;
}

.bold-text-15 {
  color: #1974d9;
}

.div-block-179 {
  position: relative;
  top: -111px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.image-86 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.div-block-106 {
  position: static;
  top: -29px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.image-87 {
  width: auto;
  padding-top: 0px;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.div-block-96 {
  width: 100%;
}

.div-block-180 {
  width: 60%;
  padding-top: 65px;
  padding-bottom: 100px;
  -webkit-transform: translate(0px, 119px);
  -ms-transform: translate(0px, 119px);
  transform: translate(0px, 119px);
}

.div-block-180.pc {
  width: 80%;
  padding-top: 0px;
  padding-left: 60px;
}

.sp-3 {
  display: none;
}

.div-block-105 {
  width: 100%;
  padding-right: 0px;
}

.image-13 {
  width: 5px;
  height: 8px;
}

.heading-12 {
  font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
  color: #fff;
  font-size: 56px;
  line-height: 28px;
  font-style: italic;
}

.text-block-89 {
  margin-bottom: 0px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: 1px;
}

.primary-button-copy-copy {
  display: block;
  width: 280px;
  height: 59px;
  max-width: 280px;
  min-width: 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  background-color: #fff;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: background-color 500ms ease, -webkit-transform 200ms ease;
  transition: background-color 500ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, background-color 500ms ease;
  transition: transform 200ms ease, background-color 500ms ease, -webkit-transform 200ms ease;
}

.primary-button-copy-copy:hover {
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  background-color: #000;
  -webkit-transform: translate(0px, 4px);
  -ms-transform: translate(0px, 4px);
  transform: translate(0px, 4px);
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
}

.div-block-113 {
  width: 280px;
  height: 63px;
  border-bottom: 10px solid #707070;
  background-color: transparent;
  color: transparent;
}

.text-block-90 {
  margin-top: 15px;
  margin-bottom: 40px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
}

.link-block-15 {
  text-decoration: none;
}

.grid-2 {
  width: 100%;
  grid-column-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-111 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.primary-button-copy {
  display: block;
  width: 280px;
  height: 59px;
  max-width: 280px;
  min-width: 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 2px solid #000;
  background-color: #fff;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: background-color 500ms ease, -webkit-transform 200ms ease;
  transition: background-color 500ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, background-color 500ms ease;
  transition: transform 200ms ease, background-color 500ms ease, -webkit-transform 200ms ease;
}

.primary-button-copy:hover {
  border: 1px none #000;
  background-color: #000;
  -webkit-transform: translate(0px, 4px);
  -ms-transform: translate(0px, 4px);
  transform: translate(0px, 4px);
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
}

.text-block-75-copy {
  margin-left: 10px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 900;
}

.div-block-109 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding-right: 20px;
  padding-bottom: 40px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 2px solid #000;
}

.div-block-30-copy-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.div-block-30-copy-2:hover {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.text-block-91 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 24px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
}

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

.div-block-110 {
  width: auto;
  border-left: 3px solid #6b7ad8;
}

.section-10 {
  height: auto;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 40px;
}

.text-block-92 {
  margin-top: 30px;
  margin-bottom: 15px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.text-block-93 {
  margin-bottom: 15px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  line-height: 28px;
  font-weight: 700;
}

.bold-text-19 {
  font-size: 14px;
}

.text-block-32-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
}

.image-62 {
  width: auto;
  margin-bottom: 30px;
}

.text-block-94 {
  margin-left: 10px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.div-block-110-copy {
  margin-top: 10px;
  border-left: 3px solid #c8001a;
}

.div-block-115 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-13 {
  margin-bottom: 20px;
  font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
  color: #fff;
  font-size: 40px;
  line-height: 28px;
}

.div-block-114 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 70px;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-11 {
  background-color: #000;
}

.image-69 {
  height: 5px;
}

.grid-3 {
  width: 80%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.bold-text-20 {
  font-size: 12px;
  font-weight: 400;
}

.text-block-82 {
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

.div-block-132 {
  position: relative;
  background-color: #000;
}

.text-block-95 {
  margin-left: 20px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 900;
}

.product-cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hover {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.div-block-134 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-118 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Noto Sans JP', sans-serif;
}

.image-63 {
  height: 56px;
}

.section-13 {
  background-color: #000;
}

.text-block-79 {
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  text-align: right;
}

.div-block-111-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.text-block-96 {
  margin-top: 15px;
  margin-bottom: 20px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 28px;
}

.image-88 {
  display: inline-block;
  width: 89px;
  height: 112px;
}

.link-block-23 {
  margin-left: 100px;
  background-color: transparent;
  text-decoration: none;
}

.online-shop-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 170px;
  height: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px none #fff;
  border-radius: 30px;
  background-color: #000;
}

.footer-wrapper-two-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container-6 {
  width: 100%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.online-shop-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 170px;
  height: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #fff;
  border-radius: 30px;
  background-color: #000;
}

.navbar-6 {
  position: absolute;
  left: auto;
  top: 25%;
  right: 0%;
  bottom: 0%;
  z-index: 1200;
  width: 160px;
  height: 500px;
  background-color: transparent;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.container-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block-24 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-bottom: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: right;
  text-decoration: none;
}

.text-block-97 {
  font-family: "EB Garamond", serif;
  color: #000;
  font-size: 16px;
  line-height: 28px;
  font-weight: var(--fw-md);
}

.under-line {
  width: 15%;
  height: 1px;
  background-color: #000;
}

.section-15 {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/webflow/history-image01.png');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: repeat;
  background-attachment: fixed;
}

.main-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-14 {
  font-family: "EB Garamond", serif;
  font-weight: var(--fw-bold);
}

.image-89 {
  width: 40px;
  height: 5px;
}

.h2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.image-91 {
  width: 80%;
}

.text-block-98 {
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 28px;
}

.section-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.div-block-194 {
  width: 42%;
}

.div-block-191 {
  width: 90%;
  height: 50%;
  padding-right: 0px;
  border-bottom: 1px dashed #fff;
}

.div-block-190 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-top: 100px;
  padding-right: 30px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-192 {
  width: 80%;
  height: auto;
}

.div-block-193 {
  height: auto;
  margin-top: 40px;
  background-image: url('../images/webflow/history-image04.png');
  background-position: 100% 30%;
  background-size: 490px 490px;
  background-repeat: no-repeat;
}

.heading-15 {
  width: 24%;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 34px;
}

.div-block-195 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  padding-right: 60px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.heading-15-copy {
  width: 10%;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 34px;
}

.div-block-191-copy {
  width: 100%;
  height: 50%;
  border-bottom: 1px dashed #fff;
}

.div-block-190-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  margin-top: 41px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-196 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-197 {
  width: 100%;
  margin-top: 40px;
  padding-right: 100px;
}

.text-block-99 {
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 28px;
}

.h2-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.div-block-190-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-top: 100px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-190-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 100px;
  padding-right: 60px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-15-copy {
  width: 26%;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 34px;
}

.heading-15-copy-copy {
  width: 26%;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 34px;
}

.div-block-191-copy {
  width: 100%;
  height: 50%;
  border-bottom: 1px dashed #fff;
}

.div-block-191-copy-copy {
  width: 100%;
  height: 50%;
  border-bottom: 1px dashed #fff;
}

.div-block-198 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.heading-15-copy-copy {
  width: 7%;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 34px;
}

.heading-15-copy-copy-copy {
  width: 16%;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 34px;
}

.text-block-100 {
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 28px;
}

.div-block-199 {
  width: 80%;
  margin-top: 40px;
}

.div-block-191-copy-copy {
  width: 100%;
  height: 50%;
  border-bottom: 1px dashed #fff;
}

.specialty {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding-right: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-image: url('../images/webflow/history-image06.png');
  background-position: 0% 60%;
  background-size: 600px;
  background-repeat: no-repeat;
}

.heading-15-copy-copy-copy-copy {
  width: 20%;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 34px;
}

.div-block-190-copy-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 100px;
  padding-right: 30px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-191-copy-copy-copy {
  width: 100%;
  height: 50%;
  border-bottom: 1px dashed #fff;
}

.text-block-100-copy {
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 28px;
}

.div-block-198-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.image-92 {
  width: auto;
}

.div-block-200 {
  width: 50%;
  margin-top: 140px;
}

.h2-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.heading-15-copy-copy-copy-copy {
  width: 26%;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 34px;
}

.heading-15-copy-copy-copy-copy-copy {
  width: 43%;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 34px;
}

.div-block-191-copy-copy-copy {
  width: 100%;
  height: 50%;
  border-bottom: 1px dashed #fff;
}

.div-block-191-copy-copy-copy-copy {
  width: 100%;
  height: 50%;
  border-bottom: 1px dashed #fff;
}

.text-block-100-copy {
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 28px;
}

.div-block-199-copy {
  width: 50%;
  margin-top: 40px;
}

.div-block-199-copy {
  width: 100.0000464%;
  margin-top: 40px;
}

.div-block-199-copy-copy {
  width: 70%;
  margin-top: 40px;
}

.div-block-199-copy-copy {
  width: 50%;
  margin-top: 40px;
}

.div-block-190-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  margin-top: 41px;
  padding-right: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-198-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-190-copy-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 100px;
  padding-right: 60px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-198-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-190-copy-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 100px;
  padding-right: 30px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-201 {
  width: 70%;
  margin-top: 40px;
  padding-right: 10px;
}

.section-17 {
  position: relative;
  z-index: 3;
  background-image: url('../images/webflow/aurthurianbg.png'), url('../images/webflow/bg_paper_1.png');
  background-position: 100% 100%, 0px 0px;
  background-size: contain, auto;
  background-repeat: no-repeat, repeat;
}

.div-block-202 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding-top: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-203 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.main-heading-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-top: 60px;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-block-101 {
  font-family: 'Noto Serif JP', sans-serif;
  font-size: 32px;
  line-height: 107px;
  font-weight: 700;
}

.text-block-102 {
  padding-bottom: 400px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  line-height: 40px;
}

.section-18 {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/webflow/history-image14.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-204 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-101-copy {
  font-family: 'Noto Serif JP', sans-serif;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

.image-93 {
  width: 90%;
  margin-top: 40px;
  margin-bottom: 160px;
}

.main-heading-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-heading-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-top: 60px;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-heading-copy-copy.sp {
  display: none;
}

.timeline {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  width: 80px;
  height: 100%;
}

.div-block-206 {
  width: 70%;
  height: 100%;
  padding-top: 400px;
  border-right: 4px solid #fff;
}

.text-block-103 {
  width: auto;
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 11px;
  font-style: italic;
  font-weight: 300;
}

.div-block-207 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 11px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.text-block-103-copy {
  width: auto;
  font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
  color: #fff;
  font-size: 16px;
  line-height: 11px;
  font-style: italic;
  font-weight: 400;
}

.div-block-190-copy-copy-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 100px;
  padding-right: 30px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.speciality-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 100px;
  padding-right: 30px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-15-copy-copy-copy-copy-copy {
  width: 9%;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 34px;
}

.heading-15-copy-copy-copy-copy-copy-copy {
  width: 28%;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 34px;
}

.blocker {
  display: none;
}

.div-block-199-copy-copy-copy {
  width: 70%;
  margin-top: 40px;
}

.main-heading-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-top: 60px;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/webflow/history-image01.png');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: repeat;
}

.main-heading-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.font-eb-medium{
  font-family: "EB Garamond", serif;
  font-weight: var(--fw-md);
}
.font-eb-normal{
  font-family: "EB Garamond", serif;
  font-weight: var(--fw-normal);
}
.font-eb-bold{
  font-family: "EB Garamond", serif;
  font-weight: var(--fw-bold);
}
.heading-16 {
  font-family: "EB Garamond", serif;
  font-weight: var(--fw-bold);
}

.section-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.text-block-105 {
  margin-bottom: 10px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 34px;
  text-align: center;
}

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

.section-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.div-block-211 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-98 {
  height: 218px;
  margin-bottom: 40px;
}

.heading-17 {
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  font-size: 28px;
  line-height: 40px;
}

.text-block-106 {
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 34px;
}

.div-block-212 {
  width: 70%;
  margin-bottom: 100px;
}

.div-block-212-copy {
  width: 70%;
}

.image-99 {
  height: 218px;
  margin-bottom: 40px;
}

.section-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/webflow/product-img20.png');
  background-position: 0px 0px;
  background-size: contain;
}

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

.grid-4 {
  margin-bottom: 60px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.div-block-214 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.link-block-10-copy {
  text-decoration: none;
}

.secondary-button-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 380px;
  height: 60px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 2px 2px 4px;
  border-color: #000 #000 #999;
  background-color: transparent;
  -webkit-transition: border-width 500ms ease;
  transition: border-width 500ms ease;
}

.secondary-button-2:hover {
  border: 2px solid #000;
  background-color: transparent;
}

.div-block-30 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate(10px, 0px);
  -ms-transform: translate(10px, 0px);
  transform: translate(10px, 0px);
}

.text-block-32-copy-copy-copy-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: 1px;
}

.secondary-button-2-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 280px;
  height: 60px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 2px 2px 4px;
  border-color: #000 #000 #999;
  background-color: transparent;
  -webkit-transition: border-width 500ms ease;
  transition: border-width 500ms ease;
}

.secondary-button-2-copy:hover {
  border: 2px solid #000;
  background-color: transparent;
}

.section-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid-5 {
  width: 80%;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 0px;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-215 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-100 {
  margin-bottom: 32px;
}

.instagram-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-top: 0px;
  margin-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-101 {
  width: 100%;
}

.div-block-216 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-107 {
  width: 11px;
  height: 13px;
  margin-left: 5px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.div-block-217 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-108 {
  width: 11px;
  height: 13px;
}

.nav-link-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 5px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.link-block-27 {
  margin-right: 5px;
}

.link-block-28 {
  margin-right: 5px;
}

.link-block-29 {
  margin-right: 0px;
}

.div-block-218 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 20px;
  margin-top: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.image-109 {
  width: 11px;
  height: 13px;
  margin-left: 5px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.sns-copy {
  margin-top: 20px;
}

.link-block-30 {
  margin-right: 10px;
}

.link-block-31 {
  margin-right: 10px;
}

.image-110 {
  width: 18px;
  height: 21px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.image-111 {
  width: 18px;
  height: 21px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.image-112 {
  width: 18px;
  height: 21px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.div-block-219 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-114 {
  width: 10px;
  height: 13px;
}

.nav-link-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.sns-copy-copy {
  margin-top: 20px;
}

.sns-copy-copy {
  margin-top: 20px;
}

.online-shop-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 170px;
  height: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #fff;
  border-radius: 30px;
  background-color: #000;
}

.link-block-14-copy {
  background-color: transparent;
  text-decoration: none;
}

.right-arrow-4 {
  left: 15%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 45px;
  height: 45px;
}

.category-name {
  position: absolute;
  left: auto;
  top: 8px;
  right: 8px;
  bottom: auto;
  z-index: 1010;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 112px;
  height: 23px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #28e274;
}

.left-arrow-4 {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 45px;
  height: 45px;
}

.mask-4 {
  width: 345px;
  height: 345px;
}

.go-to-article-3 {
  position: absolute;
  left: auto;
  top: auto;
  right: 16px;
  bottom: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-21 {
  margin-right: 4px;
  color: #fff;
  line-height: 18px;
}

.text-block-31 {
  color: #fff;
  font-size: 12px;
  line-height: 18px;
}

.post-2 {
  background-image: url('../images/webflow/img-sp-1-min.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.text-block-20 {
  position: absolute;
  left: 16px;
  top: auto;
  right: auto;
  bottom: 16px;
  margin-bottom: 5px;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
}

.text-block-19 {
  position: absolute;
  left: 16px;
  top: auto;
  right: 16px;
  bottom: 44px;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}

.slider-3 {
  display: none;
  width: 345px;
  height: 414px;
  background-color: transparent;
}

.mask-5 {
  width: 345px;
  height: 345px;
}

.slider-4 {
  display: none;
  width: 345px;
  height: 414px;
  background-color: transparent;
}

.scrolling-list-3-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: scroll;
  width: 100%;
  height: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.scrolling-list-3-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: scroll;
  width: 100%;
  height: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.scrolling-section-3-copy {
  display: none;
  width: 100vw;
  margin-top: 1rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.card-2-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30vw;
  height: 40vh;
  margin-right: 0.8rem;
  margin-left: 0.8rem;
  padding-right: 1.9rem;
  padding-left: 1.9rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: #2b2b2b;
  color: #f5f5f5;
}

.image-110-copy {
  width: 19px;
  height: 20px;
  -webkit-filter: none;
  filter: none;
}

.image-110-copy._1 {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.link-block-38 {
  margin-right: 40px;
  margin-left: 10px;
}

.link-block-38-copy {
  margin-right: 20px;
  margin-left: 5px;
  -webkit-filter: none;
  filter: none;
}

.image-110-copy-copy {
  width: 19px;
  height: 20px;
}

.image-110-copy-copy._1 {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.image-118 {
  width: 18px;
  height: 21px;
}

.image-119 {
  width: 18px;
  height: 21px;
}

.image-120 {
  width: 18px;
  height: 21px;
}

.image-121 {
  width: 18px;
  height: 21px;
}

.image-122 {
  width: 18px;
  height: 21px;
}

.image-123 {
  width: 18px;
  height: 21px;
}

.bold-text-21 {
  font-size: 24px;
  font-weight: 500;
}

.bold-text-23 {
  font-weight: 500;
}

.bold-text-24 {
  font-weight: 500;
}

.bold-text-26 {
  font-weight: 500;
}

.grid-6 {
  position: relative;
  z-index: 999999;
  width: 80%;
  grid-column-gap: 35px;
  grid-row-gap: 55px;
}

.video {
  height: 300px;
  background-color: #fff;
}

.text-block-107 {
  margin-top: 20px;
  font-family: "EB Garamond", serif;
  font-weight: var(--fw-md);
  color: #fff;
  font-size: 24px;
  text-align: center;
}

.video-div {
  width: 100%;
  height: auto;
  background-color: transparent;
}

.div-block-221 {
  width: 40%;
}

.div-block-222 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 75px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-223 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-130 {
  width: auto;
  height: auto;
}

.image-131 {
  width: 100%;
}

.video-div-copy {
  width: 50%;
  height: auto;
  background-color: transparent;
}

.text-block-73-copy {
  margin-bottom: 5px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: 1.6px;
}

.div-block-224 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.contents {
  width: 80%;
  height: auto;
}

.program6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin-top: 20px;
  margin-bottom: 40px;
  padding: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-80 {
  overflow: hidden;
  width: 100%;
  margin-bottom: 2%;
}

.heading-18 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #333333;
  font-size: 28px;
  line-height: 37px;
}

.bold-text-13 {
  font-size: 24px;
  font-weight: 500;
}

.text-block-32-copy-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 500;
}

.div-block-78 {
  overflow: visible;
  width: 100%;
  padding-left: 20px;
}

.text-block-58 {
  margin-bottom: 8px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: 1.5px;
}

.text-block-60 {
  overflow: hidden;
  margin-top: 60px;
  margin-bottom: 20px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.link-block-10-copy-copy {
  text-decoration: none;
}

.text-block-57 {
  display: block;
  font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
  line-height: 20px;
  font-style: italic;
  font-weight: 700;
}

.div-block-79 {
  margin-bottom: 40px;
}

.div-block-77 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.div-block-73 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 100%;
  height: 100%;
  padding: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/bg09.png');
  background-position: 0px 0px;
  background-size: auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.text-block-59 {
  margin-bottom: 8px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.bold-text-14 {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 1.2px;
}

.link-block-10-copy-2 {
  text-decoration: none;
}

.program-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: auto;
  padding: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.box-tit-program {
    display: flex;
    justify-content: space-between;
}
.box-tit-program .item-tit:first-child{
  width: calc(100% - 200px);
}
.box-tit-program .btn-link{
  color: #000;
    border: 1px solid #000;
    padding: 10px 20px;
    border-radius: 20px;
}


@media screen and (min-width: 1280px) {
  .bg_kangaeru {
    background-image: url('../images/webflow/img_kangae.png');
    background-position: 50% 30%;
    background-size: auto;
    background-attachment: fixed;
  }

  .paragraph {
    margin-top: 80px;
  }

  .navbar-3 {
    padding-right: 100px;
    padding-left: 100px;
  }
/* 
  .navbar-4 {
    padding-right: 100px;
    padding-left: 100px;
  } */

  .navbar-5 {
    padding-right: 100px;
    padding-left: 100px;
    background-color: #000;
  }

  .image-61.pc {
    width: 80%;
    height: 80%;
    -webkit-transform: rotate(14deg);
    -ms-transform: rotate(14deg);
    transform: rotate(14deg);
  }

  .div-block-105-copy-copy {
    width: 50%;
  }

  .link-block-17 {
    border: 1px none #000;
    text-decoration: none;
  }

  .heading-9 {
    margin-top: 40px;
  }

  .heading-9.pc {
    margin-bottom: 50px;
  }

  .div-block-178 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    padding-top: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .div-block-98-copy {
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 40px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .div-block-95 {
    padding-bottom: 140px;
  }

  .div-block-105-copy {
    padding-right: 180px;
  }

  .div-block-179 {
    top: -29px;
  }

  .image-86 {
    width: auto;
  }

  .div-block-106 {
    top: -100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
  }

  .div-block-180 {
    width: auto;
    padding-top: 0px;
  }

  .div-block-180.pc {
    display: block;
  }

  .div-block-105 {
    margin-top: 0px;
  }

  .div-block-113 {
    text-decoration: none;
  }

  .link-block-23 {
    margin-left: 100px;
  }

  .h2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-right: 0%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-color: #000;
  }

  .image-91 {
    width: 60%;
  }

  .section-16 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #000;
  }

  .div-block-194 {
    width: 55%;
  }

  .div-block-191 {
    width: 100%;
    height: 50%;
    padding-right: 0px;
    padding-bottom: 0px;
    border-bottom: 1px dashed #fff;
    background-color: transparent;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
  }

  .div-block-190 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    padding-right: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-192 {
    display: block;
    width: 80%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-193 {
    background-position: 100% 30%;
    background-size: 590px;
  }

  .image-90 {
    width: auto;
  }

  .heading-15 {
    width: 20%;
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: 'Noto Sans JP', sans-serif;
    color: #fff;
    font-size: 24px;
  }

  .div-block-195 {
    padding-right: 100px;
  }

  .block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-right: 0%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-color: #000;
  }

  .heading-15-copy {
    width: 20%;
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: 'Noto Sans JP', sans-serif;
    color: #fff;
    font-size: 24px;
  }

  .div-block-191-copy {
    width: 100%;
    height: 50%;
    padding-right: 0px;
    padding-bottom: 0px;
    border-bottom: 1px dashed #fff;
    background-color: transparent;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
  }

  .div-block-190-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 70%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-196 {
    padding-right: 0px;
  }

  .h2-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-right: 0%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-color: #000;
  }

  .div-block-190-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 70%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-190-copy-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 70%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading-15-copy {
    width: 20%;
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: 'Noto Sans JP', sans-serif;
    color: #fff;
    font-size: 24px;
  }

  .heading-15-copy-copy {
    width: 20%;
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: 'Noto Sans JP', sans-serif;
    color: #fff;
    font-size: 24px;
  }

  .div-block-191-copy {
    width: 100%;
    height: 50%;
    padding-right: 0px;
    padding-bottom: 0px;
    border-bottom: 1px dashed #fff;
    background-color: transparent;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
  }

  .div-block-191-copy-copy {
    width: 100%;
    height: 50%;
    padding-right: 0px;
    padding-bottom: 0px;
    border-bottom: 1px dashed #fff;
    background-color: transparent;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
  }

  .heading-15-copy-copy {
    width: 8%;
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: 'Noto Sans JP', sans-serif;
    color: #fff;
    font-size: 24px;
  }

  .heading-15-copy-copy-copy {
    width: 17%;
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: 'Noto Sans JP', sans-serif;
    color: #fff;
    font-size: 24px;
  }

  .div-block-191-copy-copy {
    width: 100%;
    height: 50%;
    padding-right: 0px;
    padding-bottom: 0px;
    border-bottom: 1px dashed #fff;
    background-color: transparent;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
  }

  .specialty {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-right: 0%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-color: #000;
    background-position: 0% 50%;
  }

  .heading-15-copy-copy-copy-copy {
    width: 20%;
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: 'Noto Sans JP', sans-serif;
    color: #fff;
    font-size: 24px;
  }

  .div-block-190-copy-copy-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 70%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-191-copy-copy-copy {
    width: 100%;
    height: 50%;
    padding-right: 0px;
    padding-bottom: 0px;
    border-bottom: 1px dashed #fff;
    background-color: transparent;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
  }

  .h2-copy-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-right: 0%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-color: #000;
  }

  .heading-15-copy-copy-copy-copy {
    width: 20%;
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: 'Noto Sans JP', sans-serif;
    color: #fff;
    font-size: 24px;
  }

  .heading-15-copy-copy-copy-copy-copy {
    width: 20%;
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: 'Noto Sans JP', sans-serif;
    color: #fff;
    font-size: 24px;
  }

  .div-block-191-copy-copy-copy {
    width: 100%;
    height: 50%;
    padding-right: 0px;
    padding-bottom: 0px;
    border-bottom: 1px dashed #fff;
    background-color: transparent;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
  }

  .div-block-191-copy-copy-copy-copy {
    width: 100%;
    height: 50%;
    padding-right: 0px;
    padding-bottom: 0px;
    border-bottom: 1px dashed #fff;
    background-color: transparent;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
  }

  .div-block-199-copy-copy {
    width: 40%;
  }

  .div-block-190-copy-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60%;
    padding-right: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-190-copy-copy-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 70%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-190-copy-copy-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-93.pc {
    width: 85%;
  }

  .div-block-190-copy-copy-copy-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-right: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .speciality-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-right: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading-15-copy-copy-copy-copy-copy {
    width: 15%;
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: 'Noto Sans JP', sans-serif;
    color: #fff;
    font-size: 24px;
  }

  .heading-15-copy-copy-copy-copy-copy-copy {
    width: 28%;
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: 'Noto Sans JP', sans-serif;
    color: #fff;
    font-size: 24px;
  }

  .image-99 {
    height: 218px;
  }

  .link-block-26 {
    text-decoration: none;
  }

  .link-block-29 {
    margin-right: 0px;
  }

  .sns {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .link-block-38-copy {
    margin-right: 40px;
  }

  .grid-6 {
    width: 80%;
    grid-column-gap: 55px;
    grid-row-gap: 55px;
  }

  .div-block-222 {
    padding-top: 140px;
    padding-bottom: 0px;
  }

  .div-block-223 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (min-width: 1440px) {
  .program6 {
    overflow: scroll;
    height: auto;
    padding: 5%;
  }

  .div-block-80 {
    margin-bottom: 2%;
  }

  .text-block-60 {
    height: auto;
  }

  .div-block-79 {
    margin-bottom: 5%;
  }

  .div-block-73 {
    overflow: scroll;
    height: auto;
    padding: 5%;
  }

  .program-5 {
    overflow: scroll;
    height: auto;
    padding: 5%;
  }
}

@media screen and (min-width: 1920px) {
  .div-block-194 {
    width: 57%;
  }

  .div-block-193 {
    background-size: 700px;
  }

  .specialty {
    background-position: 0% 50%;
    background-size: 800px;
  }

  .section-17 {
    background-size: contain, auto;
    background-repeat: no-repeat, repeat;
  }

  .section-20 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #000;
  }

  .text-block-105 {
    font-family: 'Noto Sans JP', sans-serif;
    color: #fff;
    font-size: 18px;
    line-height: 34px;
    text-align: center;
  }

  .div-block-210 {
    width: 70%;
  }

  .section-21 {
    padding-top: 140px;
    padding-bottom: 140px;
  }

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

  .image-98 {
    height: auto;
  }

  .text-block-106 {
    width: auto;
  }

  .div-block-212 {
    width: 60%;
  }

  .div-block-212-copy {
    width: 60%;
  }

  .image-99 {
    height: auto;
  }

  .image-101 {
    height: auto;
  }

  .grid-6 {
    grid-column-gap: 35px;
  }
}

@media screen and (max-width: 991px) {
  .section1 {
    height: auto;
    min-height: auto;
  }
 .box-tit-program{
    flex-direction: column;
    margin-bottom: 20px;
  }
  .box-tit-program .item-tit:first-child {
    width: 100%;
}
  .h1 {
    display: none;
    font-size: 28px;
  }

  .h1.sp {
    display: block;
    width: 350px;
    line-height: 48px;
  }

  .image-2 {
    display: none;
  }

  .section2-p {
    display: none;
    margin-top: 300px;
    font-size: 24px;
    line-height: 40px;
  }

  .section2-p.sp {
    display: block;
    max-width: 350px;
  }

  .section3 {
    height: 1520px;
    background-image: url('../images/webflow/img-bg-sp.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .navbar-2 {
    display: block;
    padding-right: 10px;
    padding-left: 10px;
  }

  .pc {
    display: none;
  }

  .link-block-14-copy-copy-copy {
    display: none;
  }

  .menu-botton {
    position: static;
    width: auto;
    height: auto;
    margin-left: 10px;
  }

  .menu-botton.sp {
    display: block;
    width: 36px;
    height: auto;
    margin-top: 10px;
    margin-right: 10px;
  }

  .menu-botton.sp {
    display: block;
    width: 36px;
    height: auto;
    margin-top: 10px;
    margin-right: 10px;
    text-decoration: none;
  }

  .header-left {
    padding-top: 0px;
    padding-right: 20px;
    padding-bottom: 10px;
  }

  .putter-nav-2.pc {
    display: none;
  }

  .putter-nav-2.pc {
    display: none;
  }

  .text-block-67 {
    font-size: 14px;
  }

  .div-block-83 {
    width: auto;
    height: 100%;
    padding-right: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .sp {
    display: block;
  }

  .nav-link {
    display: block;
  }

  .container {
    display: none;
  }

  .div-block-product {
    height: 380px;
  }

  .section-2 {
    height: auto;
    padding-bottom: 160px;
    background-image: url('../images/webflow/bg-sp-min-1.png');
    background-position: 50% 505px;
    background-size: cover;
    background-repeat: repeat-x;
  }

  .div-block-143 {
    height: 505px;
    background-image: url('../images/webflow/group-sp-min-1.png');
    background-position: 50% 50%;
  }

  .bg_kangaeru {
    background-size: contain;
  }

  .container-2 {
    max-width: 337px;
    padding-top: 435px;
  }

  .heading-2 {
    display: none;
  }

  .heading-2.sp {
    display: block;
  }

  .paragraph {
    width: 337px;
  }

  .container-3 {
    max-width: 337px;
    padding-top: 125px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-144 {
    display: none;
  }

  .div-block-146 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .program {
    margin-bottom: 124px;
  }

  .heading-5.sp {
    display: none;
  }

  .text-block-73 {
    font-size: 14px;
  }

  .paragraph-2 {
    width: 337px;
    letter-spacing: 0.64px;
  }

  .paragraph-2-copy {
    width: 337px;
    letter-spacing: 0.6px;
  }

  .container-4 {
    max-width: 337px;
  }

  .div-block-148 {
    width: 337px;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 0px;
    grid-row-gap: 80px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .img_person {
    width: 261px;
  }

  .paragraph-3 {
    width: 337px;
  }

  .heading-7 {
    margin-bottom: 11px;
    font-size: 24px;
    line-height: 28px;
  }

  .div-block-149 {
    margin-bottom: 40px;
  }

  .bg_hover {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .container-sp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 84px;
    padding-bottom: 160px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading-8 {
    position: relative;
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 40px;
    line-height: 56px;
    font-weight: 900;
  }

  .text-block-76 {
    font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
    font-size: 12px;
    line-height: 22px;
    font-weight: 700;
  }

  .div-block-151 {
    position: relative;
    top: -40px;
    width: 271px;
    height: 387px;
  }

  .collage003-sp {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 1;
  }

  .collage004-sp {
    position: absolute;
    left: 183px;
    top: 220px;
    z-index: 6;
    display: block;
  }

  .collage002-sp {
    position: absolute;
    left: 69px;
    top: 80px;
    z-index: 3;
    display: block;
  }

  .collage001-sp {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 5;
  }

  .golf-sp {
    position: absolute;
    left: 63px;
    top: 198px;
    z-index: 4;
    display: block;
  }

  .ar-sp {
    position: absolute;
    left: 6px;
    top: 87px;
    z-index: 2;
    display: block;
  }

  .div-block-152 {
    position: relative;
    z-index: 10;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .image-77 {
    position: absolute;
    top: 123px;
    display: block;
  }

  .image-78 {
    height: 350px;
  }

  .div-block-153 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .img-studio {
    display: block;
    margin-bottom: 56px;
  }

  .div-block-154 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-159 {
    display: none;
  }

  .footer-nav {
    font-size: 11px;
  }

  .container-5 {
    max-width: 728px;
  }

  .footer-bottom {
    margin-top: 40px;
  }

  .footer-block-two {
    margin-right: 30px;
  }

  .footer-light.pc {
    display: block;
  }

  .footer-light.sp {
    display: none;
  }

  .footer-wrapper-two {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .div-block-119 {
    padding-left: 0px;
  }

  .footer-link-two {
    margin-top: 10px;
    font-size: 14px;
  }

  .footer-block-two-copy {
    margin-right: 40px;
  }

  .footer-link-two-copy {
    margin-top: 0px;
    font-size: 14px;
  }

  .footer-nav-copy {
    font-size: 11px;
  }

  .footer-nav-copy-2 {
    font-size: 11px;
  }

  .div-block-161 {
    position: absolute;
    background-color: #000;
  }

  .div-block-162 {
    position: absolute;
    top: 1px;
    display: none;
    width: 1px;
    height: 50px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #000;
  }

  .div-block-162-copy {
    position: absolute;
    top: 58px;
    display: none;
    width: 1px;
    height: 50px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #000;
  }

  .bold-text {
    font-weight: 500;
  }

  .blocker-div {
    display: none;
  }

  .div-block-168 {
    display: none;
  }

  .div-block-169 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-82 {
    display: none;
    text-decoration: none;
  }

  .text-block-85 {
    margin-top: 4px;
    font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
    color: #000;
    font-weight: 700;
    text-decoration: none;
  }

  .brand-2 {
    width: auto;
    height: auto;
  }

  .div-block-171 {
    width: auto;
    height: auto;
    padding-right: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .navbar-3 {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 9999;
    display: block;
    padding-right: 15px;
    padding-left: 15px;
    background-color: transparent;
  }

  .div-block-172 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 24px;
    height: 14px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .div-block-173 {
    height: 2px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #000;
  }

  .link-block-21 {
    margin-right: 10px;
  }

  .div-block-174 {
    display: none;
  }

  .image-83 {
    display: block;
  }

  .navbar-4 {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 9999;
    display: none;
    padding-right: 15px;
    padding-left: 15px;
    background-color: transparent;
  }

  .div-block-82-copy {
    padding-top: 0px;
    padding-right: 20px;
    padding-bottom: 10px;
  }

  .nav-link-copy {
    display: block;
  }

  .nav-link-copy {
    display: block;
  }

  .nav-link-copy {
    display: block;
  }

  .nav-link-copy {
    display: block;
  }

  .nav-link-copy {
    display: block;
  }

  .nav-link-copy {
    display: block;
  }

  .nav-link-copy {
    display: block;
  }

  .div-block-171-copy {
    width: auto;
    height: auto;
    padding-right: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .link-block {
    display: none;
  }

  .image-84 {
    text-decoration: none;
  }

  .text-block-86 {
    margin-top: 4px;
    font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
  }

  .navbar-5 {
    position: -webkit-sticky;
    position: sticky;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 9999;
    display: block;
    padding-right: 15px;
    padding-left: 15px;
    background-color: #000;
  }

  .div-block-175 {
    height: 2px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #fff;
  }

  .div-block-138 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sp-menu-online-shop {
    border-style: solid;
  }

  .sp-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    margin-top: 40px;
    margin-bottom: 50px;
    padding-left: 20px;
  }

  .image-85 {
    height: 400px;
  }

  .link-block-22 {
    margin-bottom: 40px;
    margin-left: 30px;
    text-decoration: none;
  }

  .text-block-83 {
    font-family: 'Noto Sans JP', sans-serif;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
  }

  .div-block-139 {
    overflow: hidden;
    padding-left: 60px;
  }

  .popup-wrapper {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 999;
    display: none;
    overflow: hidden;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #000;
  }

  .scrolling-list-3 {
    width: 100%;
    height: 25vh;
    padding-bottom: 10px;
    border-style: solid none;
    border-width: 1px;
    border-color: #707070;
  }

  .div-block-122 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 25vh;
    padding-right: 20px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-style: solid none;
    border-width: 1px;
    border-color: #707070;
  }

  .image-66 {
    width: auto;
  }

  .scrolling-section-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-top: 0rem;
    padding-top: 0rem;
    padding-bottom: 0rem;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: #000;
  }

  .div-block-121-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 25vh;
    padding-right: 10px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-style: solid none;
    border-width: 1px;
    border-color: #707070;
  }

  .image-65 {
    margin-bottom: 20px;
  }

  .div-block-123 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-121 {
    margin-left: 20px;
  }

  .card-2 {
    width: 20vw;
    height: 20vh;
    padding-right: 0rem;
    padding-left: 0rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-style: none;
    background-color: #000;
  }

  .text-block-81 {
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 28px;
    font-weight: 500;
  }

  .div-block-127 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .bold-text-16 {
    font-weight: 500;
  }

  .image-61 {
    width: 80%;
    max-width: 80%;
  }

  .div-block-177 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-105-copy-copy {
    width: 100%;
    padding-left: 60px;
  }

  .div-block-104 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .sp-copy-copy {
    display: block;
    margin-top: 40px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .div-block-101 {
    width: auto;
  }

  .text-block-69-copy {
    width: 80%;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 32px;
    text-align: left;
  }

  .text-block-87 {
    width: 70%;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 32px;
    text-align: left;
  }

  .sp-1 {
    display: block;
    width: 60%;
    -webkit-transform: rotate(23deg);
    -ms-transform: rotate(23deg);
    transform: rotate(23deg);
  }

  .heading-9-copy {
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 60px;
    text-align: right;
  }

  .heading-9-copy-copy {
    margin-top: 0px;
    font-size: 30px;
    line-height: 50px;
  }

  .heading-9 {
    width: 87%;
    margin-top: 40px;
    margin-bottom: 0px;
    font-size: 40px;
    line-height: 60px;
  }

  .div-block-97 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .pc-img {
    display: none;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .div-block-178 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .div-block-98-copy {
    width: 100%;
    margin-top: 20px;
    padding-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .div-block-95 {
    padding-bottom: 60px;
    background-image: url('../images/webflow/sp-bg-1.png'), -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
    background-image: url('../images/webflow/sp-bg-1.png'), linear-gradient(180deg, #000, #000);
    background-position: 0% 0%, 0px 0px;
    background-size: cover, auto;
    background-repeat: repeat, repeat;
    background-attachment: scroll, scroll;
  }

  .div-block-126 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    padding-left: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-105-copy {
    position: static;
    width: 100%;
    margin-bottom: 100px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-block-88 {
    text-align: center;
  }

  .div-block-179 {
    top: -35px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 50px;
    margin-right: 60px;
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .div-block-106 {
    top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sp-3 {
    display: block;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .div-block-181 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-105 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 50px;
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-183 {
    padding-left: 60px;
  }

  .heading-12 {
    font-size: 45px;
  }

  .text-block-89 {
    margin-bottom: 0px;
    font-size: 14px;
  }

  .div-block-184 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .text-block-90 {
    margin-bottom: 20px;
    font-size: 20px;
    text-align: left;
  }

  .link-block-15 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .grid-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .div-block-125 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-109 {
    border-bottom: 3px solid #000;
    border-right-style: none;
  }

  .text-block-92 {
    margin-bottom: 30px;
  }

  .image-62 {
    width: 70%;
  }

  .div-block-114 {
    padding-top: 70px;
    padding-bottom: 60px;
  }

  .grid-3 {
    width: 90%;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .product-cards {
    margin-top: 0px;
    padding-bottom: 100px;
  }

  .section-13 {
    padding-top: 60px;
    background-color: #000;
  }

  .image-88 {
    height: 112px;
  }

  .footer-wrapper-two-2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .container-6 {
    max-width: 728px;
  }

  .main-heading {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .heading-14 {
    margin-top: 0px;
  }

  .div-block-193 {
    background-size: 450px;
  }

  .heading-15 {
    width: 35%;
  }

  .div-block-195.pc {
    display: block;
  }

  .heading-15-copy-copy {
    width: 15%;
  }

  .heading-15-copy-copy-copy {
    width: 30%;
  }

  .div-block-199 {
    margin-top: 20px;
  }

  .specialty {
    background-position: -20% 60%;
    background-size: 480px;
  }

  .div-block-200 {
    margin-top: 60px;
  }

  .div-block-200.pc {
    display: block;
  }

  .section-17 {
    background-color: #fff;
  }

  .section-18 {
    background-color: #fff;
  }

  .image-93.pc {
    display: block;
  }

  .main-heading-copy-copy.sp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .timeline {
    width: 70px;
  }

  .text-block-103-copy {
    font-size: 15px;
  }

  .heading-15-copy-copy-copy-copy-copy {
    width: 17%;
  }

  .heading-15-copy-copy-copy-copy-copy-copy {
    width: 60%;
  }

  .blocker {
    position: relative;
    z-index: 3;
    display: block;
    height: 75px;
    background-color: #000;
  }

  .image-94.sp {
    display: none;
  }

  .image-95.sp {
    display: none;
  }

  .div-block-209.sp {
    display: none;
  }

  .body-2 {
    background-color: #000;
  }

  .heading-16 {
    font-size: 30px;
  }

  .text-block-105 {
    text-align: left;
  }

  .div-block-212 {
    width: 100%;
  }

  .div-block-212-copy {
    width: 100%;
  }

  .image-65-copy {
    margin-bottom: 0px;
  }

  .image-65-copy {
    margin-bottom: 0px;
  }

  .image-65-copy {
    margin-bottom: 0px;
  }

  .image-65-copy-copy {
    margin-bottom: 10px;
  }

  .image-65-copy {
    margin-bottom: 20px;
  }

  .image-102 {
    width: 107.99715423583984px;
  }

  .image-103 {
    width: 109px;
    margin-top: 0px;
  }

  .image-104 {
    width: 107.99715423583984px;
  }

  .image-105 {
    width: 109px;
    margin-top: 0px;
  }

  .nav-link-copy {
    display: block;
  }

  .link-block-27 {
    margin-right: 15px;
  }

  .link-block-28 {
    margin-right: 15px;
  }

  .link-block-29 {
    margin-right: 15px;
  }

  .div-block-218 {
    margin-top: 10px;
  }

  .sns {
    display: none;
  }

  .link-block-22-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    margin-left: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
  }

  .image-113 {
    width: 11px;
    height: 13px;
    margin-left: 5px;
  }

  .sns-copy {
    display: block;
    margin-top: 0px;
    margin-left: 30px;
  }

  .nav-link-copy {
    display: block;
  }

  .sns-copy-copy {
    margin-left: 0px;
  }

  .link-block-32 {
    text-decoration: none;
  }

  .link-block-33 {
    text-decoration: none;
  }

  .link-block-34 {
    text-decoration: none;
  }

  .link-block-35 {
    text-decoration: none;
  }

  .link-block-36 {
    text-decoration: none;
  }

  .link-block-37 {
    text-decoration: none;
  }

  .slide-nav-3 {
    display: none;
  }

  .right-arrow-4 {
    position: absolute;
    left: auto;
    top: 0%;
    right: 3%;
    bottom: 0%;
    z-index: 99999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 45px;
    height: 28vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-left: 1px solid #707070;
  }

  .category-name {
    z-index: 100;
  }

  .left-arrow-4 {
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 45px;
    height: 28vh;
    margin-top: -27px;
    margin-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-right: 1px solid #707070;
  }

  .mask-4 {
    width: 100%;
    height: 25px;
  }

  .circle-arrow {
    display: block;
  }

  .text-block-21 {
    display: block;
  }

  .post-2 {
    position: static;
    margin-right: 0px;
    background-image: none;
  }

  .arrowr2 {
    width: 10px;
    height: 16px;
  }

  .arrowl2 {
    width: 10px;
    height: 16px;
  }

  .text-block-34 {
    display: none;
    color: #fff;
    font-size: 12px;
  }

  .slider-3 {
    display: block;
    width: 90%;
    height: 25px;
  }

  .mask-5 {
    width: 100vh;
    height: 25vh;
    margin-top: 20px;
    margin-left: 40px;
  }

  .slider-4 {
    display: block;
    width: 1000px;
    height: 28vh;
  }

  .scrolling-list-3-copy {
    width: 100%;
    height: 25vh;
    padding-bottom: 10px;
    border-style: solid none;
    border-width: 1px;
    border-color: #707070;
  }

  .scrolling-list-3-copy-copy {
    overflow: hidden;
    width: 100%;
    height: 28vh;
    padding-bottom: 10px;
    border-style: solid none;
    border-width: 1px;
    border-color: #707070;
  }

  .scrolling-section-3-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: auto;
    margin-top: 0rem;
    padding-top: 0rem;
    padding-bottom: 0rem;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: #000;
  }

  .card-2-copy {
    width: 20vw;
    height: 20vh;
    margin-right: 0rem;
    padding-right: 0rem;
    padding-left: 0rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-style: none;
    background-color: #000;
  }

  .link-block-38-copy {
    margin-left: 0px;
  }

  .image-124 {
    width: 18px;
    height: 21px;
  }

  .image-125 {
    width: 18px;
    height: 21px;
  }

  .image-126 {
    width: 18px;
    height: 21px;
  }

  .image-127 {
    width: 18px;
    height: 21px;
  }

  .image-128 {
    width: 18px;
    height: 21px;
  }

  .image-129 {
    width: 18px;
    height: 21px;
  }

  .image-115-copy {
    margin-top: 10px;
  }

  .bold-text-21 {
    font-weight: 500;
  }

  .text-block-81-copy {
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 28px;
    font-weight: 500;
  }

  .text-block-107 {
    font-size: 20px;
  }

  .video-div-copy {
    width: 70%;
  }

  .text-block-73-copy {
    font-size: 14px;
  }

  .program6 {
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }

  .heading-18 {
    font-size: 24px;
  }

  .bold-text-13 {
    font-size: 20px;
  }

  .text-block-60 {
    font-size: 15px;
  }

  .div-block-79 {
    margin-bottom: 10px;
  }

  .image-54 {
    width: 100%;
    height: auto;
    max-width: none;
  }

  .div-block-73 {
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }

  .bold-text-14 {
    font-size: 20px;
  }

  .program-5 {
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }

  .image-54-copy {
    width: 100%;
    height: 100%;
    max-width: none;
  }
}

@media screen and (max-width: 767px) {
  .btn-link-lg{
    padding:10px 30px;
  }
  .navbar-2 {
    display: block;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .pc {
    display: none;
  }

  .link-block-14-copy-copy-copy {
    display: none;
  }

  .menu-botton {
    position: static;
    top: 2%;
    width: auto;
    height: auto;
    margin-left: 10px;
  }

  .header-left {
    width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .image40 {
    width: 36px;
    height: auto;
    margin-left: 10px;
  }

  .text-block-67 {
    text-align: center;
  }

  .div-block-83 {
    width: auto;
  }

  .sp {
    position: relative;
    top: 0px;
    display: block;
    width: 100%;
  }

  .image-74 {
    display: inline-block;
  }

  .online-shop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
  }

  .section-2 {
    padding-bottom: 100px;
  }

  .image-64 {
    width: 89px;
    margin-bottom: 30px;
  }

  .container-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-bottom {
    width: 264px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer-block-two {
    margin-right: 0px;
  }

  .footer-light {
    padding-right: 15px;
    padding-left: 15px;
  }

  .footer-light.pc {
    display: none;
  }

  .footer-light.sp {
    z-index: 3;
    display: block;
    padding-top: 60px;
    padding-bottom: 20px;
    background-size: contain;
  }

  .footer-wrapper-two {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .div-block-119 {
    width: 100%;
    margin-bottom: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .footer-link-two {
    margin-bottom: 5px;
    font-size: 16px;
    margin-top: 0px;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-link-two-copy {
    margin-bottom: 5px;
    font-size: 16px;
  }

  .div-block-130 {
    width: 100%;
  }

  .footer-nav-copy-2 {
    margin-bottom: 10px;
    font-size: 12px;
  }

  .div-block-129 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-copyright-copy {
    margin-top: 60px;
    font-size: 10px;
    line-height: 28px;
    font-weight: 400;
  }

  .footer-social-block-two-copy {
    margin-top: 20px;
    margin-bottom: 30px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .image-82 {
    display: none;
  }

  .online-shop-top {
    display: none;
    width: auto;
  }

  .div-block-171 {
    width: auto;
  }

  .navbar-3 {
    display: block;
    padding-top: 20px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .navbar-4 {
    display: block;
    padding-top: 20px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-82-copy {
    width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-171-copy {
    width: auto;
  }

  .link-block {
    display: none;
  }

  .online-shop-top-copy {
    display: none;
    width: auto;
  }

  .image-84 {
    display: inline-block;
  }

  .navbar-5 {
    display: block;
    padding-top: 20px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-138 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .link-block-14-copy-copy-copy-copy {
    display: block;
    width: 170px;
  }

  .menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sp-menu-online-shop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
  }

  .sp-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 415px;
    margin-top: 60px;
    margin-bottom: 50px;
    padding-left: 20px;
  }

  .image-85 {
    width: 8px;
    height: 100%;
  }

  .link-block-22 {
    margin-bottom: 40px;
    margin-left: 30px;
    text-decoration: none;
  }

  .text-block-83 {
    font-family: 'Noto Sans JP', sans-serif;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
  }

  .div-block-139 {
    padding-left: 0px;
  }

  .popup-wrapper {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 999;
    display: none;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: #000;
  }

  .scrolling-list-3 {
    position: relative;
    top: 0px;
    height: 150px;
  }

  .div-block-122 {
    height: 150px;
    padding-right: 10px;
  }

  .scrolling-section-3 {
    height: 150px;
    margin-top: 0rem;
    padding-top: 0rem;
    background-color: #000;
  }

  .div-block-121-copy {
    height: 150px;
    padding-left: 10px;
  }

  .image-65 {
    width: 54px;
    height: 55px;
  }

  .div-block-123 {
    height: 130px;
  }

  .image-67 {
    height: 24px;
  }

  .card-2 {
    width: 34vw;
    height: 70px;
    margin-right: 0rem;
    margin-left: 0rem;
    padding-right: 0rem;
    padding-left: 0rem;
    border-style: none;
    background-color: transparent;
    color: transparent;
  }

  .text-block-81 {
    color: #fff;
  }

  .div-block-127 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .image-61.pc {
    display: none;
  }

  .div-block-177.sp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .div-block-105-copy-copy {
    width: 100%;
    margin-top: 40px;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .sp-copy-copy {
    position: relative;
    top: 0px;
    display: block;
    width: 100%;
    margin-top: 100px;
  }

  .div-block-101 {
    margin-bottom: 0px;
  }

  .text-block-69-copy {
    font-size: 16px;
    line-height: 28px;
  }

  .link-block-17 {
    text-decoration: none;
  }

  .text-block-87 {
    width: 100%;
    margin-bottom: 0px;
    text-align: left;
  }

  .sp-1 {
    position: static;
    top: 0px;
    display: block;
    width: 70%;
    margin-bottom: 60px;
  }

  .heading-9-copy {
    width: 100%;
    margin-top: 100px;
    margin-bottom: 40px;
    font-size: 28px;
  }

  .heading-9 {
    width: 90%;
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 50px;
  }

  .heading-9.sp {
    width: 90%;
  }

  .div-block-97 {
    position: static;
    width: 100%;
    max-width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .pc-img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-98-copy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-95 {
    padding-bottom: 100px;
    background-image: url('../images/webflow/sp-bg-1.png'), -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
    background-image: url('../images/webflow/sp-bg-1.png'), linear-gradient(180deg, #000, #000);
    background-position: 0% 17%, 0px 0px;
    background-size: cover, auto;
    background-repeat: repeat-x, repeat;
    background-attachment: scroll, scroll;
  }

  .div-block-126 {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-block-105-copy {
    margin-top: 100px;
  }

  .text-block-88 {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .div-block-179 {
    margin-right: 20px;
    padding-left: 20px;
  }

  .div-block-96 {
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .sp-3 {
    position: relative;
    top: 0px;
    display: block;
    width: 100%;
  }

  .div-block-181 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .div-block-183 {
    width: 50%;
    padding-left: 20px;
  }

  .div-block-184 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .text-block-90 {
    margin-bottom: 40px;
  }

  .text-block-75-copy {
    line-height: 21px;
  }

  .text-block-91 {
    font-size: 18px;
  }

  .text-block-93 {
    font-size: 14px;
  }

  .image-62.pc {
    display: none;
  }

  .heading-13 {
    font-size: 24px;
  }

  .image-69 {
    width: 40px;
    height: 5px;
  }

  .grid-3 {
    width: 90%;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .image-88 {
    width: 89px;
    margin-bottom: 30px;
  }

  .link-block-23 {
    width: 100%;
    margin-left: 0px;
  }

  .online-shop-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
  }

  .footer-wrapper-two-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .online-shop-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    border-style: none;
  }

  .div-block-185 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .heading-14.sp {
    text-align: center;
  }

  .div-block-194 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-190 {
    width: 100%;
    padding-left: 20px;
  }

  .div-block-192 {
    width: 100%;
  }

  .div-block-193 {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .heading-15 {
    width: 40%;
    font-size: 20px;
  }

  .div-block-195.pc {
    display: none;
  }

  .div-block-197 {
    width: 90%;
    padding-right: 0px;
  }

  .div-block-198 {
    width: 100%;
    padding-left: 20px;
  }

  .heading-15-copy-copy {
    width: 10%;
    font-size: 20px;
  }

  .heading-15-copy-copy-copy {
    width: 32%;
    font-size: 20px;
  }

  .div-block-199 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    padding-right: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .specialty {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .div-block-200.pc {
    display: none;
  }

  .div-block-199-copy-copy {
    width: 90%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-block-199-copy-copy {
    padding-left: 0px;
  }

  .div-block-190-copy-copy {
    width: 100%;
    padding-left: 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-198-copy {
    width: 100%;
  }

  .div-block-198-copy-copy {
    width: 100%;
    padding-right: 0px;
    padding-left: 20px;
  }

  .div-block-201 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-block-102 {
    line-height: 28px;
  }

  .section-18 {
    padding-bottom: 60px;
    background-image: url('../images/webflow/history-sp-02.png'), url('../images/webflow/history-image14.png');
    background-position: 0px 0%, 0px 0px;
    background-size: cover, cover;
    background-repeat: repeat, no-repeat;
  }

  .text-block-101-copy.sp {
    font-size: 24px;
    text-align: center;
  }

  .image-93.pc {
    display: none;
  }

  .div-block-190-copy-copy-copy-copy {
    padding-left: 20px;
  }

  .heading-15-copy-copy-copy-copy-copy {
    width: 10%;
    font-size: 20px;
  }

  .heading-15-copy-copy-copy-copy-copy-copy {
    width: 66%;
    font-size: 20px;
  }

  .image-94 {
    width: 76%;
    margin-top: 30px;
  }

  .image-94.sp {
    display: block;
  }

  .image-95 {
    width: 71%;
    margin-top: 30px;
  }

  .image-95.sp {
    display: block;
  }

  .div-block-199-copy-copy-copy {
    width: 90%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .image-96 {
    width: 70%;
    margin-top: 20px;
    margin-right: 0px;
  }

  .link-block-25 {
    margin-top: 20px;
  }

  .div-block-208 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-block-104 {
    padding-right: 10px;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
  }

  .image-97 {
    width: 16px;
    height: 16px;
    margin-right: 5px;
  }

  .div-block-209 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .div-block-209.sp {
    display: block;
  }

  .main-heading-2 {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .section-20 {
    padding-top: 80px;
  }

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

  .section-21 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

  .image-98 {
    height: auto;
  }

  .heading-17 {
    font-size: 20px;
  }

  .div-block-212 {
    margin-bottom: 70px;
  }

  .image-99 {
    height: auto;
  }

  .section-22 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .grid-4 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-214 {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .link-block-10-copy {
    width: 280px;
    height: 48px;
  }

  .secondary-button-2 {
    width: auto;
  }

  .text-block-32-copy-copy-copy-2 {
    margin-right: 100px;
  }

  .secondary-button-2-copy {
    width: 280px;
  }

  .grid-5 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .image-65-copy {
    width: 54px;
    height: 55px;
  }

  .image-65-copy {
    width: 54px;
    height: 55px;
  }

  .image-65-copy {
    width: 54px;
    height: 55px;
  }

  .image-65-copy-copy {
    width: 54px;
    height: 55px;
  }

  .image-65-copy {
    width: 54px;
    height: 55px;
  }

  .image-106 {
    height: 100px;
    margin-top: 10px;
  }

  .div-block-218 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .link-block-22-copy {
    margin-bottom: 40px;
    margin-left: 30px;
    text-decoration: none;
  }
  .link-block-22-copy.link-studio {
    margin-bottom: 10px;
  }
  .online-shop-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }

  .link-block-14-copy {
    width: 100%;
  }

  .scrolling-list-3-copy {
    position: relative;
    top: 0px;
    height: 128px;
  }

  .scrolling-list-3-copy-copy {
    position: relative;
    top: 0px;
    height: 128px;
  }

  .scrolling-section-3-copy {
    height: auto;
    margin-top: 0rem;
    padding-top: 0rem;
    background-color: #000;
  }

  .card-2-copy {
    width: 40vw;
    height: 70px;
    margin-right: 0rem;
    margin-left: 0rem;
    padding-right: 0rem;
    padding-left: 0rem;
    border-style: none;
    background-color: transparent;
    color: transparent;
  }

  .text-block-81-copy {
    color: #fff;
  }

  .grid-6 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .div-block-222 {
    padding-bottom: 40px;
  }

  .div-block-223 {
    margin-top: 40px;
  }

  .video-div-copy {
    width: 90%;
  }

  .contents {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .program6 {
    width: 100%;
    height: auto;
    padding-top: 20px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }

  .heading-18 {
    font-size: 20px;
    line-height: 20px;
  }

  .div-block-78 {
    padding-left: 0px;
  }

  .text-block-58 {
    margin-bottom: 0px;
  }

  .text-block-60 {
    margin-top: 20px;
    font-size: 16px;
    line-height: 28px;
  }

  .link-block-10-copy-copy {
    display: block;
    width: 100%;
  }

  .div-block-79 {
    margin-bottom: 10px;
  }

  .image-54 {
    margin-bottom: 10px;
  }

  .div-block-77 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-73 {
    width: 100%;
    height: 100%;
    padding-top: 20px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }

  .text-block-59 {
    margin-bottom: 0px;
  }

  .link-block-10-copy-2 {
    width: 100%;
  }

  .program-5 {
    width: 90%;
    height: auto;
    padding-top: 0px;
    padding-right: 0%;
    padding-left: 0%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }

  .image-54-copy {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 479px) {
  .h1.sp {
    width: 100%;
    max-width: 350px;
    font-size: 25px;
  }

  .section2-p.sp {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section3 {
    background-position: 50% 0%;
    background-size: cover;
  }

  .section6 {
    padding-bottom: 80px;
  }

  .navbar-2 {
    display: block;
    padding-right: 0px;
    padding-left: 0px;
  }

  .link-block-14-copy-copy-copy {
    display: none;
  }

  .menu-botton {
    width: auto;
    height: auto;
  }

  .menu-botton.sp {
    width: 36px;
    height: 34px;
  }

  .menu-botton.sp {
    width: 36px;
    height: 34px;
  }

  .header-left {
    width: 100%;
    padding-right: 10px;
    padding-bottom: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    mix-blend-mode: normal;
  }

  .link-block-4 {
    width: 27px;
    max-width: 100%;
  }

  .div-block-140 {
    padding-top: 5px;
  }

  .image40 {
    height: auto;
  }

  .div-block-83 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    padding-top: 2px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .brand {
    width: 135.64px;
    margin-right: 0px;
  }

  .image-74 {
    width: 27px;
    height: auto;
  }

  .online-shop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
  }

  .section-2 {
    height: auto;
    padding-bottom: 40px;
  }

  .bg_kangaeru {
    background-position: 50% 50%;
    background-size: contain;
  }

  .container-2 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .paragraph {
    width: 100%;
    max-width: 337px;
  }

  .container-3 {
    display: block;
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-block-144 {
    display: none;
  }

  .program {
    width: 100%;
    margin-bottom: 80px;
  }

  .heading-5 {
    display: block;
  }

  .heading-5.sp {
    display: block;
    text-align: center;
  }

  .heading-5.this {
    display: none;
  }

  .paragraph-2 {
    width: 100%;
    max-width: 337px;
  }

  .paragraph-2-copy {
    width: 100%;
    max-width: 337px;
  }

  .div-block-148 {
    display: block;
    width: 100%;
    max-width: 337px;
  }

  .trainer {
    margin-bottom: 80px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .paragraph-3 {
    width: 100%;
    max-width: 337px;
  }

  .bg_hover {
    background-color: hsla(0, 0%, 69.8%, 0.6);
  }

  .img-studio {
    width: 100%;
  }

  .image-64 {
    margin-bottom: 10px;
  }

  .container-5 {
    max-width: none;
  }

  .footer-bottom {
    width: 80%;
    margin-top: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer-block-two {
    margin-top: 0px;
  }

  .link-block-14 {
    width: 100%;
  }

  .footer-wrapper-two {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .div-block-119 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer-block-two-copy {
    margin-top: 40px;
  }

  .div-block-130 {
    width: 100%;
  }

  .footer-copyright-copy {
    margin-top: 50px;
  }

  .footer-social-block-two-copy {
    margin-top: 20px;
  }

  .image-82 {
    width: 27px;
    height: auto;
  }

  .nav-logo {
    padding-top: 5px;
  }

  .brand-2 {
    width: 135.64px;
    margin-right: 0px;
  }

  .online-shop-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
  }

  .div-block-171 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    padding-top: 2px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .navbar-3 {
    display: block;
    padding-right: 0px;
    padding-left: 0px;
  }

  .link-block-21 {
    width: 27px;
    max-width: 100%;
  }

  .navbar-4 {
    display: block;
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-82-copy {
    width: 100%;
    padding-right: 10px;
    padding-bottom: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-170-copy {
    padding-top: 5px;
  }

  .div-block-171-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    padding-top: 2px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .link-block {
    display: none;
  }

  .online-shop-top-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
  }

  .image-84 {
    width: 27px;
    height: auto;
  }

  .navbar-5 {
    display: block;
    padding-right: 0px;
    padding-left: 0px;
  }

  .menu {
    position: relative;
    height: auto;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .sp-menu-online-shop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
  }

  .sp-links {
    height: 60%;
    max-height: 500px;
    min-height: 300px;
    margin-bottom: 10%;
  }

  .image-85 {
    height: auto;
  }

  .link-block-22 {
    position: relative;
    margin-bottom: auto;
  }

  .div-block-139 {
    padding-left: 60px;
  }

  .popup-wrapper {
    display: none;
    overflow: hidden;
    height: 100vh;
    padding-top: 25px;
    padding-right: 0px;
    padding-left: 0px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .scrolling-list-3 {
    position: relative;
    top: 0px;
    overflow: scroll;
    height: 155px;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  .div-block-122 {
    width: 5%;
    height: 155px;
    padding-right: 0px;
    padding-left: 5px;
    border-left-style: none;
  }

  .scrolling-section-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: scroll;
    width: 100%;
    height: auto;
  }

  .image-71 {
    width: 4.57px;
    height: 8px;
  }

  .div-block-121-copy {
    width: 5%;
    height: 155px;
    padding-right: 0px;
    padding-left: 5px;
    border-right-style: none;
  }

  .div-block-123 {
    width: 100%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .card-2 {
    width: 120px;
    height: 70%;
    margin-left: 2rem;
  }

  .text-block-81 {
    margin-bottom: 2px;
    font-size: 10px;
    line-height: 15px;
  }

  .div-block-127 {
    padding-left: 0px;
  }

  .div-block-177.sp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .sp-copy-copy {
    margin-top: 20px;
  }

  .text-block-69-copy {
    width: 100%;
  }

  .div-block-30-copy-2-copy {
    width: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-block-87 {
    font-size: 16px;
    line-height: 32px;
  }

  .sp-1 {
    width: 90%;
  }

  .heading-9-copy {
    margin-top: 40px;
    font-size: 28px;
  }

  .text-block-32-copy-copy-copy {
    margin-right: 140px;
  }

  .heading-9 {
    margin-top: 15px;
    font-size: 24px;
    line-height: 40px;
  }

  .heading-9.sp {
    position: static;
    width: 90%;
    margin-top: 0px;
  }

  .button-3 {
    width: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-95 {
    padding-bottom: 40px;
    background-image: url('../images/webflow/sp-bg-1.png'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url('../images/webflow/sp-bg-1.png'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), linear-gradient(180deg, transparent, transparent);
    background-position: 50% 50%, 0% 0%, 0px 0px;
  }

  .div-block-126 {
    margin-top: 0px;
  }

  .div-block-105-copy {
    margin-top: 0px;
    padding-right: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .text-block-88 {
    margin-bottom: 5px;
  }

  .div-block-179 {
    top: 0px;
    margin-top: 0px;
  }

  .div-block-182 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading-12 {
    font-size: 56px;
  }

  .text-block-89 {
    font-size: 16px;
  }

  .text-block-90 {
    font-size: 24px;
  }

  .grid-2 {
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
    justify-items: center;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-align-content: start;
    -ms-flex-line-pack: start;
    align-content: start;
  }

  .div-block-111 {
    width: 90%;
    margin-top: 3px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-109 {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-30-copy-2 {
    width: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-112 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section-10 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-block-93 {
    margin-bottom: 0px;
  }

  .bold-text-19 {
    font-size: 12px;
  }

  .image-62 {
    width: 100%;
  }

  .image-62.pc {
    display: none;
  }

  .div-block-114 {
    padding-top: 60px;
  }

  .grid-3 {
    grid-column-gap: 30px;
  }

  .div-block-118 {
    font-size: 13px;
  }

  .div-block-111-copy {
    width: 100%;
    margin-top: 3px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .text-block-96 {
    margin-bottom: 3px;
  }

  .image-88 {
    margin-bottom: 10px;
  }

  .link-block-23 {
    width: 100%;
    margin-left: 0px;
  }

  .online-shop-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
  }

  .footer-wrapper-two-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container-6 {
    max-width: none;
  }

  .online-shop-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }

  .div-block-185 {
    width: 100%;
  }

  .section-15 {
    background-color: #fff;
  }

  .main-heading {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .heading-14 {
    margin-bottom: 8px;
    font-size: 30px;
    text-align: center;
  }

  .heading-14.sp {
    font-size: 30px;
    text-align: center;
  }

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

  .heading-15 {
    width: 100%;
  }

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

  .heading-15-copy-copy {
    width: 20%;
  }

  .heading-15-copy-copy-copy {
    width: 85%;
  }

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

  .div-block-191-copy-copy-copy-copy {
    width: 30%;
  }

  .div-block-199-copy-copy {
    width: 80%;
  }

  .section-17 {
    background-size: contain, auto;
  }

  .text-block-101 {
    font-size: 24px;
    line-height: 80px;
  }

  .text-block-102 {
    padding-bottom: 230px;
  }

  .section-18 {
    padding-bottom: 80px;
  }

  .text-block-101-copy.sp {
    margin-bottom: 30px;
  }

  .main-heading-copy-copy.sp {
    margin-bottom: 40px;
  }

  .heading-15-copy-copy-copy-copy-copy {
    width: 20%;
  }

  .heading-15-copy-copy-copy-copy-copy-copy {
    width: 100%;
  }

  .image-94.sp {
    width: 100%;
  }

  .image-95 {
    width: 100%;
  }

  .div-block-199-copy-copy-copy {
    width: 80%;
  }

  .image-96 {
    width: 100%;
  }

  .main-heading-copy-copy {
    margin-bottom: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .main-heading-2 {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .section-20 {
    padding-bottom: 70px;
  }

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

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

  .link-block-10-copy {
    width: 100%;
  }

  .secondary-button-2 {
    width: auto;
    height: 50px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-30 {
    width: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-block-32-copy-copy-copy-2 {
    margin-right: 60px;
  }

  .secondary-button-2-copy {
    width: auto;
    height: 50px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-102 {
    width: 80%;
    margin-top: 0px;
    margin-bottom: 5px;
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .image-103 {
    width: 90%;
    margin-top: 0px;
    margin-bottom: 5px;
  }

  .image-106 {
    margin-top: 0px;
    margin-bottom: 5px;
  }

  .online-shop-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
  }

  .link-block-14-copy {
    width: 100%;
  }

  .link-block-32 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 1000px;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .link-block-33 {
    width: 34.005680084228516px;
  }

  .image-115 {
    margin-top: 0px;
    margin-bottom: 4px;
  }

  .image-116 {
    margin-top: 0px;
    margin-bottom: 5px;
  }

  .image-117 {
    margin-top: 0px;
    margin-bottom: 5px;
  }

  .mask-4 {
    width: 100%;
    max-width: 345px;
  }

  .go-to-article-3 {
    bottom: 0px;
  }

  .post-2 {
    width: 100%;
    max-width: 345px;
  }

  .text-block-34 {
    line-height: 18px;
  }

  .slider-3 {
    width: 100%;
    max-width: 345px;
  }

  .mask-5 {
    width: 100%;
    max-width: 345px;
  }

  .slider-4 {
    width: 100%;
    max-width: 345px;
  }

  .scrolling-list-3-copy {
    position: relative;
    top: 0px;
    height: 128px;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  .scrolling-list-3-copy-copy {
    position: relative;
    top: 0px;
    height: 128px;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  .scrolling-section-3-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
  }

  .card-2-copy {
    width: 120px;
    height: 70%;
    margin-left: 2rem;
  }

  .image-110-copy-copy {
    width: 18px;
    height: 20px;
  }

  .image-115-copy {
    margin-bottom: 5px;
  }

  .bold-text-21 {
    font-weight: 500;
  }

  .bold-text-22 {
    font-weight: 500;
  }

  .bold-text-23 {
    font-weight: 500;
  }

  .text-block-81-copy {
    margin-bottom: 2px;
    font-size: 10px;
    line-height: 15px;
  }

  .bold-text-25 {
    font-weight: 500;
  }

  .div-block-220 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .grid-6 {
    width: 100%;
  }

  .video {
    width: 100%;
  }

  .text-block-107 {
    font-size: 20px;
  }

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

  .div-block-222 {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .video-div-copy {
    width: 90%;
  }

  .contents {
    width: 90%;
  }

  .program6 {
    overflow: scroll;
    width: 100%;
    height: auto;
    padding: 20px 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }

  .div-block-80 {
    margin-bottom: 10px;
  }

  .heading-18 {
    font-size: 16px;
    line-height: 20px;
  }

  .bold-text-13 {
    font-size: 18px;
  }

  .div-block-78 {
    padding-left: 0px;
  }

  .text-block-58 {
    font-size: 14px;
  }

  .text-block-60 {
    margin-top: 10px;
    font-size: 12px;
    line-height: 22px;
  }

  .link-block-10-copy-copy {
    width: 100%;
  }

  .div-block-79 {
    margin-bottom: 5px;
  }

  .image-54 {
    margin-bottom: 10px;
  }

  .div-block-77 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-73 {
    overflow: scroll;
    width: 100%;
    height: 100vh;
    padding: 20px 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }

  .text-block-59 {
    font-size: 14px;
  }

  .bold-text-14 {
    font-size: 18px;
  }

  .link-block-10-copy-2 {
    width: 100%;
  }

  .program-5 {
    overflow: scroll;
    width: 100%;
    height: auto;
    padding: 20px 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }

  .image-54-copy {
    margin-bottom: 10px;
  }
}

#w-node-ad78ced4-fa83-6194-2430-11070a486109-d9e34e0e {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_09d17d3e-d061-ba95-49a1-f9a5acad101c-d9e34e0e {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_35236066-2c6b-cd1c-8a1d-529bfb671b75-d9e34e0e {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_35236066-2c6b-cd1c-8a1d-529bfb671b76-d9e34e0e {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_70bd3a7b-f9fd-3338-3e00-81ad3b4a4eeb-d9e34e0e {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_70bd3a7b-f9fd-3338-3e00-81ad3b4a4eec-d9e34e0e {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_0b23a661-8a7f-1293-f5c1-480257c1ea66-d9e34e0e {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_0b23a661-8a7f-1293-f5c1-480257c1ea67-d9e34e0e {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5c1e1b0c-82ab-a82d-4404-da4125cf4b72-d9e34e0e {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f510538e-a11c-6e43-7382-25435e2b9d6e-d9e34e0e {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_6735de95-aa1a-a274-149f-65838e7bce9e-d9e34e0e {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-eb5b7c1a-621f-bdbc-1dee-73473cf640e3-f8e34e11 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-eb5b7c1a-621f-bdbc-1dee-73473cf64102-f8e34e11 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-eb5b7c1a-621f-bdbc-1dee-73473cf64121-f8e34e11 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_123de33c-8758-d9dc-69c1-aa77f37bd48d-f8e34e11 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_123de33c-8758-d9dc-69c1-aa77f37bd48f-f8e34e11 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_123de33c-8758-d9dc-69c1-aa77f37bd4a1-f8e34e11 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_123de33c-8758-d9dc-69c1-aa77f37bd4a3-f8e34e11 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_123de33c-8758-d9dc-69c1-aa77f37bd4b5-f8e34e11 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_123de33c-8758-d9dc-69c1-aa77f37bd4b7-f8e34e11 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_123de33c-8758-d9dc-69c1-aa77f37bd4c9-f8e34e11 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_123de33c-8758-d9dc-69c1-aa77f37bd4cb-f8e34e11 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_123de33c-8758-d9dc-69c1-aa77f37bd4dd-f8e34e11 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_123de33c-8758-d9dc-69c1-aa77f37bd4df-f8e34e11 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_123de33c-8758-d9dc-69c1-aa77f37bd4f1-f8e34e11 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_123de33c-8758-d9dc-69c1-aa77f37bd4f3-f8e34e11 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_123de33c-8758-d9dc-69c1-aa77f37bd505-f8e34e11 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_123de33c-8758-d9dc-69c1-aa77f37bd507-f8e34e11 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_123de33c-8758-d9dc-69c1-aa77f37bd519-f8e34e11 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_123de33c-8758-d9dc-69c1-aa77f37bd51b-f8e34e11 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_9a86e51e-645a-0c66-eadf-3a5104af297c-6fab3626 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_686b70ca-d597-ae09-3143-b3e480b20feb-6fab3626 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_2f1b2197-0426-977e-c0e6-41b336772d17-6fab3626 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_8688010d-7871-c74c-dab5-223bf5955df5-6fab3626 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b28b65ca-f6f8-fc39-f1e0-522df8970d29-6fab3626 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3dfce9ea-5aea-9f11-c0df-c27ab380e2b1-6fab3626 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (min-width: 1280px) {
  #w-node-d3e4d073-d98a-62e9-fa0d-ff8c8941be50-6fab3626 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-eb5b7c1a-621f-bdbc-1dee-73473cf640e3-f8e34e11 {
    -ms-grid-column-align: auto;
    justify-self: auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  #w-node-eb5b7c1a-621f-bdbc-1dee-73473cf64102-f8e34e11 {
    -ms-grid-column-align: auto;
    justify-self: auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  #w-node-eb5b7c1a-621f-bdbc-1dee-73473cf64121-f8e34e11 {
    -ms-grid-column-align: auto;
    justify-self: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}


@media screen and (max-width:991px) { 
  .navbar-3 {
    transform: translateY(0);
  }
}

