@charset "UTF-8";
/* ----------------------------------------------------------------------------------------------------
*  基本情報
* --------------------------------------------------------------------------------------------------*/
@layer components, variations;
@layer components {
  a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
  }
  p {
    font-size: 1.6rem;
    line-height: 1.75;
  }
  button {
    border: none;
    font: inherit;
    color: currentColor;
  }
  ol,
ul {
    list-style: none;
  }
}
html {
  line-height: 1;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

strong {
  font-weight: bold;
}

caption,
td,
th {
  text-align: left;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

a img {
  border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

html {
  font-size: 100%;
  line-height: 1.5em;
}

* {
  box-sizing: border-box;
  word-break: break-word; /* 長い単語を強制的に折り返す */
  overflow-wrap: break-word; /* 同様の目的。対応ブラウザが広い */
  line-break: auto; /* 節での自然な改行を優先（日本語では特に有効） */
  white-space: normal; /* 普通の折り返し挙動に */
}

html {
  font-size: 100%;
  width: 100%;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  position: relative;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1.6rem;
  scroll-behavior: smooth;
}
body.is-fixed {
  overscroll-behavior-y: none;
  overflow: hidden;
}

:root {
  --pcWidth: 500px;
}

@media (width < 767.98px) {
  html {
    font-size: 1.333333vw;
  }
}
div[id],
section[id] {
  scroll-margin-top: 2rem;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    text-decoration: none;
    cursor: default;
    pointer-events: none;
  }
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  display: block;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

@media (768px < width) {
  .main {
    margin-inline: auto;
    max-width: 500px;
  }
}
@media (width < 767.98px) {
  .main {
    width: 100%;
  }
}
.cta {
  position: relative;
}

.cta_btn {
  position: absolute;
  left: 0;
  right: 0;
  margin-inline: auto;
  bottom: 93px;
  width: 86%;
  display: block;
  filter: drop-shadow(4px 6px 0px rgb(80, 99, 83));
  transition: 0.3s transform, 0.3s filter;
  will-change: transform, filter;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
@media (any-hover: hover) {
  .cta_btn:hover {
    transform: translateY(6px);
    filter: drop-shadow(0 0 0px rgb(80, 99, 83));
  }
}

@media (width < 767.98px) {
  .cta_btn {
    bottom: 13.3rem;
  }
}
.voice {
  position: relative;
}
.voice .slide-wrapepr {
  top: 221px;
}

@media (width < 767.98px) {
  .voice .slide-wrapepr {
    top: 32.3rem;
  }
}
.slide-wrapepr {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
}

.splide__arrows {
  position: absolute;
  top: calc(50% - 14px);
  width: 100%;
}

@media (width < 767.98px) {
  .splide__arrows {
    top: calc(50% - 3.2rem);
  }
}
.splide__arrow {
  width: 37px;
  height: 37px;
  background-color: transparent;
  margin: 0;
  padding: 0;
  position: absolute;
  filter: drop-shadow(4px 4px 6px rgba(0, 0, 0, 0.6));
  cursor: pointer;
  transition: 0.3s opacity;
  will-change: opacity;
}
@media (any-hover: hover) {
  .splide__arrow:hover {
    opacity: 0.7;
  }
}

@media (width < 767.98px) {
  .splide__arrow {
    width: 5.7rem;
    height: 5.7rem;
  }
}
.splide__arrow--prev {
  left: 40px;
}

.splide__arrow--next {
  right: 40px;
}

@media (width < 767.98px) {
  .splide__arrow--prev {
    left: 5rem;
  }
  .splide__arrow--next {
    right: 5rem;
  }
}
.splide__pagination {
  gap: 0 15px;
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
}

.splide__pagination__page {
  background: #fff;
}

.splide__pagination__page.is-active {
  background: #2e97e0;
}

.splide__pagination__page {
  width: 8px;
  height: 8px;
  border-radius: 100px;
  margin: 0;
  padding: 0;
}

@media (width < 767.98px) {
  .splide__pagination {
    gap: 0 2rem;
    bottom: -5rem;
  }
  .splide__pagination__page {
    width: 1.3rem;
    height: 1.3rem;
  }
}
.seibun {
  position: relative;
}
.seibun .slide-wrapepr {
  top: 157px;
}
.seibun .splide__arrows {
  top: calc(50% - 25px);
}
.seibun .splide__arrow {
  width: 50px;
  height: 50px;
}
.seibun .splide__arrow--prev {
  left: 23px;
}
.seibun .splide__arrow--next {
  right: 23px;
}

@media (width < 767.98px) {
  .seibun .slide-wrapepr {
    top: 23rem;
  }
  .seibun .splide__arrows {
    top: calc(50% - 2rem);
  }
  .seibun .splide__arrow {
    width: 7.7rem;
    height: 7.7rem;
  }
  .seibun .splide__arrow--prev {
    left: 3rem;
  }
  .seibun .splide__arrow--next {
    right: 3rem;
  }
}
.splide__slide > div {
  position: relative;
}

.budge {
  display: block;
  position: absolute;
  width: 97px;
  top: 81px;
  left: -20px;
  z-index: 1;
}

@media (width < 767.98px) {
  .budge {
    width: 13.4rem;
    top: 10.9rem;
    left: -2.6rem;
  }
}
.video {
  position: relative;
}

.video01 {
  position: relative;
}
.video01 .ill {
  display: block;
  width: 93px;
  left: 47px;
  bottom: 0;
  z-index: 5;
  position: absolute;
}
.video01 .video-content {
  bottom: 106px;
}

@media (width < 767.98px) {
  .video01 .ill {
    width: 14rem;
    left: 7rem;
  }
  .video01 .video-content {
    bottom: 16.4rem;
  }
}
.viedo02 .video-content {
  bottom: 186px;
}
.viedo02 .product {
  position: absolute;
  z-index: 5;
  width: 201px;
  right: 36px;
  bottom: 51px;
}

@media (width < 767.98px) {
  .viedo02 .video-content {
    bottom: 28.2rem;
  }
  .viedo02 .product {
    width: 30.3rem;
    right: 5.7rem;
    bottom: 7.8rem;
  }
}
.video03 {
  position: relative;
}
.video03 .video-content {
  top: 234px;
}
.video03 .ill {
  position: absolute;
  display: block;
  width: 200px;
  bottom: -2px;
  left: 15px;
  z-index: 5;
}

@media (width < 767.98px) {
  .video03 .video-content {
    top: 34.7rem;
  }
  .video03 .ill {
    width: 26.8rem;
    bottom: 0;
    left: 4.3rem;
  }
}
.video04 .video-content {
  top: 214px;
  border-radius: 10px;
  overflow: hidden;
  width: 89%;
}

@media (width < 767.98px) {
  .video04 .video-content {
    top: 37rem;
    border-radius: 1rem;
  }
}
.video-content {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  margin-inline: auto;
  width: 76.4%;
}
.video-content video {
  width: 100%;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 1000;
  display: grid;
  place-content: center;
  visibility: hidden;
  pointer-events: none;
}
.modal.is-show {
  visibility: visible;
  pointer-events: auto;
}

.modal_back {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
}

.modal_inner {
  background-color: #fff;
  padding: 10rem;
  border: 4px solid #029044;
  position: relative;
  overflow: auto;
  border-radius: 5rem;
  z-index: 10;
  max-width: 80%;
  margin-inline: auto;
}

@media (768px < width) {
  .modal_inner {
    padding: 65px;
    max-width: 500px;
  }
}
body.is-fixed {
  overscroll-behavior-y: none;
  overflow: hidden;
}

.links li {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0.2rem;
}
.links li + li {
  margin-top: 1rem;
}
.links a {
  display: block;
  padding: 0 2rem;
}

.modal_close {
  font-size: 4rem;
  color: #029044;
  background-color: transparent;
  position: absolute;
  z-index: 10;
  cursor: pointer;
  top: 20px;
  right: 20px;
}

@media (width < 767.98px) {
  .modal_close {
    font-size: 6.7rem;
    top: 2.5rem;
    right: 2.5rem;
  }
}
/*# sourceMappingURL=style.css.map */