@charset "UTF-8";
html, body {
  padding: 0;
  margin: 0;
}

main {
  overflow-x: clip;
  background: #B5AAA9;
}
main img {
  width: 100%;
  vertical-align: middle;
}
main a {
  display: block;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.ehka-deco {
  -webkit-animation: rotate 10s linear infinite;
          animation: rotate 10s linear infinite;
  position: fixed;
  z-index: 150;
}

.ehka-wrap {
  position: relative;
}

.ehka-btn {
  display: block;
}

.ehka-section {
  position: relative;
  z-index: 10;
}

.ehka-mv {
  position: relative;
}

.ehka-logo {
  position: absolute;
  z-index: 5;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

.ehka-01_01 {
  position: relative;
}

.ehka-01_02 {
  margin-left: auto;
  position: relative;
  z-index: 5;
}

.ehka-01_desc {
  position: relative;
  z-index: 10;
}

.ehka-01_desc-lead {
  position: absolute;
  pointer-events: none;
}

.ehka-desc-product {
  padding: 0;
  margin: 0;
}

.ehka-desc-product-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ehka-tax {
  margin-left: auto;
  display: flex;
}

.ehka-02_inner {
  position: relative;
}

.ehka-02_slide-dots .slick-dots {
  position: relative;
}

.ehka-02_desc-lead {
  position: absolute;
  z-index: 10;
}

.ehka-03_inner {
  position: relative;
}

.ehka-03_01 {
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
}

.ehka-03_wrap {
  position: -webkit-sticky;
  position: sticky;
  z-index: 15;
}

.ehka-03_02 {
  position: -webkit-sticky;
  position: sticky;
}

.ehka-03_descWrapWrap {
  position: absolute;
  top: 0px;
}

.ehka-03_descWrap {
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
}

.ehka-03_desc {
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  cursor: pointer;
}

.ehka-03_desc-lead {
  position: absolute;
}

.ehka-04_inner {
  margin: 0 auto;
}

.ehka-04_wrap {
  position: relative;
  width: 100%;
}

.ehka-04_01 {
  position: -webkit-sticky;
  position: sticky;
  z-index: 10;
  top: 0;
  left: 0;
}

.ehka-04_02 {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 5;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.ehka-04_desc {
  position: absolute;
  z-index: 10;
}

.ehka-05_inner {
  position: relative;
}

.ehka-05_slide-dots .slick-dots {
  position: relative;
}

.ehka-05_desc-lead {
  position: absolute;
  z-index: 10;
}

.ehka-05_03 {
  position: relative;
  z-index: 5;
}

.ehka-05_04 {
  margin-left: auto;
  position: relative;
  z-index: 10;
}

.ehka-05_05 {
  position: relative;
  z-index: 15;
}

.ehka-06_column {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
}
.ehka-06_column.js-scroll-fade {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}
.ehka-06_column.js-scroll-fade a {
  opacity: 0;
  transition: opacity 540ms ease;
}
.ehka-06_column.js-scroll-fade .ehka-06_02 {
  transition-delay: 0.5s;
}
.ehka-06_column.js-scroll-fade .ehka-06_03 {
  transition-delay: 1s;
}
.ehka-06_column.js-scroll-fade .ehka-06_04 {
  transition-delay: 1.5s;
}
.ehka-06_column.js-scroll-fade.js-scroll-fade--in a {
  opacity: 1;
}

.ehka-06_desc {
  position: relative;
}

.ehka-06_desc-lead {
  position: absolute;
}

/* Dots */
.slick-dots {
  position: absolute;
  z-index: 40;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  text-align: center;
  color: #FFF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #000;
}

.slick-dots {
  bottom: 0;
}
.ehka-bottom {
  background: #563939;
  position: relative;
  z-index: 20;
}

.ehka-bottom_sns {
  position: relative;
}

.ehka-bottom_sns-link {
  content: "";
  position: absolute;
  display: block;
}

.js-scroll-fade {
  opacity: 0;
  -webkit-transform: translate(0, 30px);
          transform: translate(0, 30px);
  transition: opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 500ms, -webkit-transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 500ms;
  transition: transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 500ms, opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 500ms;
  transition: transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 500ms, opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 500ms, -webkit-transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 500ms;
  transition-delay: 0.2s;
}
.js-scroll-fade.js-scroll-fade--in {
  opacity: 1;
  -webkit-transform: translate(0, 0px);
          transform: translate(0, 0px);
}

.js-scroll-fade2 {
  opacity: 0;
}
.js-scroll-fade2.js-scroll-fade2--in {
  opacity: 1;
  transition: opacity 540ms ease;
}
.js-scroll-fade2.js-fade--delay1.js-scroll-fade2--in {
  transition: opacity 540ms ease 0.2s;
}
.js-scroll-fade2.js-fade--delay2.js-scroll-fade2--in {
  transition: opacity 540ms ease 0.4s;
}

.js-fade {
  opacity: 0;
  transition-duration: 1000ms;
  transition-delay: 1250ms;
  transition-property: opacity;
}
.js-fade.js-fade--in {
  opacity: 1;
}

.ehka-footer {
  background: #fff;
}

.ehka-footer_logo {
  margin: 0 auto;
  display: block;
}

.ehka-footer_copy {
  font-family: "Arial", "Yu Gothic", "Meiryo", sans-serif;
  text-align: center;
  font-weight: normal;
}

@media screen and (max-width: 767.98px) {
  main .pc-only {
    display: none;
  }
  .ehka-deco {
    width: 22.5866666667vw;
    top: 7.2vw;
    right: 4vw;
  }
  .ehka-btn {
    width: 7.4666666667vw;
  }
  .ehka-mv video {
    width: 100%;
  }
  .ehka-logo {
    width: 54.4vw;
  }
  .ehka-01 {
    margin-top: 5.8666666667vw;
  }
  .ehka-01_01 {
    width: 77.8666666667vw;
  }
  .ehka-01_02 {
    width: 46.9333333333vw;
    margin-top: -37.0666666667vw;
  }
  .ehka-01_desc {
    width: 37.4213333333vw;
    margin-top: -23.2vw;
    margin-left: 10.6666666667vw;
  }
  .ehka-01_desc-lead {
    width: 3.0346666667vw;
    top: 45.6vw;
    right: -6.2346666667vw;
  }
  .ehka-desc-product-item {
    line-height: 0.7;
  }
  .ehka-desc-product-item + .ehka-desc-product-item {
    margin-top: 2.8vw;
  }
  .ehka-01_desc-product-name {
    width: 27.7946666667vw;
  }
  .ehka-tax {
    width: 12.8vw;
    margin-top: 1.8666666667vw;
  }
  .ehka-02_slide-dots .slick-dots {
    margin-top: 2.6666666667vw;
  }
  .ehka-02 {
    margin-top: 23.4666666667vw;
  }
  .ehka-02_desc {
    width: 46.0533333333vw;
    margin-top: 6.1333333333vw;
    margin-left: 47.7333333333vw;
  }
  .ehka-02_desc-lead {
    width: 3.0346666667vw;
    top: 69.3333333333vw;
    left: 15.7333333333vw;
  }
  .ehka-02_desc-product-name {
    width: 35.4666666667vw;
  }
  .ehka-03 {
    margin-top: 12.2666666667vw;
  }
  .ehka-03_wrap {
    height: 254.933333vw;
  }
  .ehka-03_02 {
    width: 59.2vw;
    margin-left: 34.9333333333vw;
    margin-top: 13.3333333333vw;
  }
  .ehka-03_descWrapWrap {
    width: 42.1333333333vw;
    right: 7.7066666667vw;
  }
  .ehka-03_descWrap {
    height: 254.933333vw;
  }
  .ehka-03_desc {
    padding-top: 35.7333333333vw;
    padding-bottom: 61.2533333333vw;
  }
  .ehka-03_desc-lead {
    width: 3.0346666667vw;
    left: -6.6666666667vw;
    bottom: 0.4266666667vw;
  }
  .ehka-03_desc-product-name {
    width: 32.6vw;
  }
  .ehka-04 {
    margin-top: 39.4666666667vw;
  }
  .ehka-04_inner {
    width: 77.6vw;
  }
  .ehka-04_wrap {
    height: 111.2vw;
  }
  .ehka-04_01 {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .ehka-04_02 {
    margin-top: -55.7333333333vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .ehka-04_desc {
    width: 45.504vw;
    bottom: -70vw;
  }
  .ehka-04_desc-lead {
    width: 3.0346666667vw;
    margin-left: 64.2666666667vw;
    margin-top: -23.2vw;
  }
  .ehka-04_desc-product-name {
    width: 35.6533333333vw;
  }
  .ehka-05_slide-dots .slick-dots {
    margin-top: 2.6666666667vw;
  }
  .ehka-05 {
    margin-top: 88.5333333333vw;
  }
  .ehka-05_desc {
    width: 39.2vw;
    margin-top: 4.8vw;
    margin-left: 47.4666666667vw;
  }
  .ehka-05_desc-lead {
    width: 3.0346666667vw;
    top: 128vw;
    left: 15.7333333333vw;
  }
  .ehka-05_desc-product-name {
    width: 29.0666666667vw;
  }
  .ehka-05_03 {
    width: 86.1333333333vw;
    margin-top: 7.5466666667vw;
  }
  .ehka-05_04 {
    width: 64.8vw;
    margin-top: -60.2666666667vw;
  }
  .ehka-05_05 {
    width: 85.7866666667vw;
    margin-top: -5.8666666667vw;
  }
  .ehka-06 {
    margin-top: 17.8666666667vw;
  }
  .ehka-06_column {
    width: 87.4666666667vw;
    gap: 2.4vw 2.6666666667vw;
  }
  .ehka-06_column a {
    width: 42.4vw;
  }
  .ehka-06_desc {
    width: 44.5973333333vw;
    margin-top: 8vw;
    margin-left: 12.8vw;
  }
  .ehka-06_desc-lead {
    width: 3.04vw;
    right: 8.6933333333vw;
    bottom: -5.0613333333vw;
  }
  .ehka-06_desc-product-name {
    width: 35.04vw;
  }
  .ehka-06_05 {
    margin-top: -8.2666666667vw;
  }
  .slick-slide {
    height: unset;
  }

  .slick-dots li {
    width: 2.9333333333vw;
    height: 2.9333333333vw;
    padding: 0;
    margin: 0 0.5333333333vw;
  }

  .slick-dots li button {
    width: 2.9333333333vw;
    height: 2.9333333333vw;
    padding: 0.5333333333vw;
  }

  .slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
  }

  .slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
  }

  .slick-dots li button:before {
    font-size: 6.9333333333vw;
    line-height: 12px;
    width: 100%;
    height: 100%;
  }
  .ehka-bottom_sns-wrap {
    padding: 6.4vw 15.44vw 4.904vw 13.6vw;
  }
  .ehka-bottom_sns-link {
    left: 11vw;
    width: 53vw;
    height: 5.4vw;
  }
  .ehka-bottom_sns-link--01 {
    top: -0.5vw;
  }
  .ehka-bottom_sns-link--02 {
    top: 6.2vw;
  }
  .ehka-footer {
    padding: 14.8266666667vw 0 10vw;
  }
  .ehka-footer_logo {
    width: 45.952vw;
  }
  .ehka-footer_copy {
    font-size: 2.9333333333vw;
    line-height: 1.0909090909;
    margin-top: 4.32vw 0 0 0;
  }
}

@media print, screen and (min-width: 768px) {
  main .sp-only {
    display: none;
  }
  main .ehka-btn {
    transition: opacity 0.4s;
  }
  main .ehka-btn:hover {
    opacity: 0.6;
  }
  .ehka-deco {
    width: 244px;
    top: 77px;
    right: 44px;
  }
  .ehka-wrap {
    width: 1080px;
    margin: 0 auto;
  }
  .ehka-btn {
    width: 57.3px;
  }
  .ehka-logo {
    width: 588px;
  }
  .ehka-01 {
    margin-top: 76px;
  }
  .ehka-01_01 {
    width: 841px;
  }
  .ehka-01_02 {
    width: 507px;
    margin-top: -402px;
  }
  .ehka-01_desc {
    width: 280.6px;
    margin-top: -237px;
    margin-left: 216px;
  }
  .ehka-01_desc-lead {
    width: 32.7px;
    top: 493px;
    right: -68.7px;
  }
  .ehka-desc-product-item + .ehka-desc-product-item {
    margin-top: 20.5px;
  }
  .ehka-01_desc-product-name {
    width: 208.46px;
  }
  .ehka-tax {
    width: 96.35px;
    margin-top: 14px;
  }
  .ehka-02_slide {
    height: -webkit-max-content;
    height: max-content;
  }
  .ehka-02_slide-dots .slick-dots {
    margin-top: 32px;
  }
  .ehka-02 {
    margin-top: 333px;
  }
  .ehka-02_desc {
    width: 345.4px;
    margin-top: 70px;
    margin-left: 653px;
  }
  .ehka-02_desc-lead {
    width: 32.76px;
    top: 749px;
    left: 168px;
  }
  .ehka-02_desc-product-name {
    width: 266.2px;
  }
  .ehka-03 {
    margin-top: 235.6px;
  }
  .ehka-03_wrap {
    height: 2722px;
  }
  .ehka-03_02 {
    width: 627px;
    margin-left: 374px;
    margin-top: 100px;
  }
  .ehka-03_descWrapWrap {
    width: 316.8px;
    right: 78.2px;
  }
  .ehka-03_descWrap {
    height: 2722px;
  }
  .ehka-03_desc {
    padding-top: 381px;
    padding-bottom: 746px;
  }
  .ehka-03_desc-lead {
    width: 32.76px;
    left: -81px;
    bottom: 4.46px;
  }
  .ehka-03_desc-product-name {
    width: 244.5px;
  }
  .ehka-04 {
    margin-top: 219px;
  }
  .ehka-04_inner {
    width: 836px;
  }
  .ehka-04_wrap {
    height: 1203px;
  }
  .ehka-04_02 {
    margin-top: -601px;
  }
  .ehka-04_desc {
    width: 341.3px;
    bottom: -757px;
  }
  .ehka-04_desc-lead {
    width: 32.76px;
    margin-left: 695px;
    margin-top: -188px;
  }
  .ehka-04_desc-product-name {
    width: 267.38px;
  }
  .ehka-05_slide {
    height: -webkit-max-content;
    height: max-content;
  }
  .ehka-05_slide-dots .slick-dots {
    margin-top: 32px;
  }
  .ehka-05 {
    margin-top: 958px;
  }
  .ehka-05_desc {
    width: 294px;
    margin-top: 60px;
    margin-left: 638px;
  }
  .ehka-05_desc-lead {
    width: 32.76px;
    top: 1384px;
    left: 169px;
  }
  .ehka-05_desc-product-name {
    width: 218.64px;
  }
  .ehka-05_03 {
    width: 930px;
    margin-top: 89px;
  }
  .ehka-05_04 {
    width: 699px;
    margin-top: -651px;
  }
  .ehka-05_05 {
    width: 927px;
    margin-top: -66px;
  }
  .ehka-06 {
    margin-top: 139px;
  }
  .ehka-06_column {
    width: 944px;
    gap: 25px 26px;
  }
  .ehka-06_column a {
    width: 459px;
  }
  .ehka-06_desc {
    width: 335.2px;
    margin-top: 61px;
    margin-left: 140px;
  }
  .ehka-06_desc-lead {
    width: 32.8px;
    right: 94.2px;
    bottom: -55.2px;
  }
  .ehka-06_desc-product-name {
    width: 262.8px;
  }
  .ehka-06_05 {
    margin-top: 94.6px;
  }
  /* Dots pc */
  .slick-dots li {
    width: 25px;
    height: 25px;
    margin: 0 8px;
    padding: 0;
  }

  .slick-dots li button {
    width: 25px;
    height: 25px;
    padding: 2.5px;
  }

  .slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
  }

  .slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
  }

  .slick-dots li button:before {
    font-size: 70px;
    line-height: 28px;
    width: 20px;
    height: 20px;
  }
  .ehka-bottom_sns-wrap {
    padding: 62px 228.35px 58.5px 228px;
  }
  .ehka-bottom_sns-link {
    left: 0;
    width: 236px;
    height: 24px;
  }
  .ehka-bottom_sns-link--01 {
    top: -2px;
  }
  .ehka-bottom_sns-link--02 {
    top: 33px;
  }
  .ehka-footer {
    padding: 54.5px 0 48.9px;
  }
  .ehka-footer_logo {
    width: 212px;
  }
  .ehka-footer_copy {
    font-size: 14px;
    line-height: 1.1428571429;
    margin: 20.3px 0 0 0;
  }
}