@charset "UTF-8";

/* =================================================================
   【cssはこのファイルを編集してください】
   ================================================================= */
html {
  font-size: 100%;
}

body {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
    position: relative;
    z-index: 1;
}

body::before{
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(269deg, #ffadaf1f 33.9%, #b2c4ff 141.31%), #d9d9d9;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    -webkit-font-smoothing: antialiased;
     position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

body::after{
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/noise.png);
  background-size: 150px;
  opacity: 0.2;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

#vdbanner{
  z-index: 999;
}

/* 375px - 414px */
@media (max-width: 414px) {
  html {
    /* 同倍率 */
    font-size: 3.8647342995vw;
  }
}

/* 414px - 767px */
@media (min-width: 414px) and (max-width: 767.98px) {
  html {
    font-size: calc((100vw - 414px) / 353 * 5 + 16px);
  }
}

/* 769px - 1399px */
@media (min-width: 768px) and (max-width: 1399px) {
  html {
    font-size: calc((100vw - 768px) / 632 * 3 + 13px);
  }
}

em {
  font-style: normal;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #222;
  transition: all 0.3s;
}

a:hover {
  opacity: 0.5;
}
.s2__content-item:hover {
  opacity: 1;
}


img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.suzu-works {
  width: 100%;
  position: relative;
  z-index: 2;
}




.header {
  position: fixed;
  z-index: 999;
  right: 0;
}

.sp__header {
  width: fit-content;
  margin-left: auto;
  margin-top: 20px;
  margin-top: 1.25rem;
  margin-right: 20px;
  margin-right: 1.25rem;
}

.sp__header-btn {
  background-color: transparent;
  border: 1px solid #222;
  border: 0.0625rem solid #222;
  border-radius: 50%;
  width: 72px;
  width: 4.5rem;
  height: 41px;
  height: 2.5625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1000;
}

.sp__header-btn-text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 19px;
  font-size: 1.1875rem;
  margin-top: -5px;
  margin-top: -0.3125rem;
}

.sp__header-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 998;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.sp__header-overlay.is-open {
  display: block;
  opacity: 1;
}

.sp__header-list {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  background-color: #fdefff;
  z-index: 999;
  padding: 80px 20px 20px;
  overflow-y: auto;
  transition: right 0.3s ease;
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
}

.sp__header-list.is-open {
  right: 0;
}

.sp__header-item {
  margin-bottom: 20px;
}

.sp__header-item a {
  display: block;
  padding: 10px 0;
  font-size: 28px;
  color: #000;
  font-weight: 600;
}

body.menu-open {
  overflow: hidden;
}
.pc__header-right {
  display: none;
}

.pc__header-right p {
}

.footer {position: relative;z-index: 2;}

.footer__nav {
}

.footer__list {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}

.footer__item {
  color: #000;
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 17px;
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
  text-align: center;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}

.footer__item:last-child {
  margin-bottom: 0;
}

.footer__item a {
}

.footer__item a img {
}

.footer__copyright {
  color: #000;
  font-family: "Zen Kaku Gothic New";
  font-size: 12px;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.6px;
  letter-spacing: 0.0375rem;
  text-align: center;
  display: block;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
}

@media screen and (min-width: 768px) {
  .header {
        width: 100%;
    backdrop-filter: blur(2px);
  }

  .sp__header {
    margin-top: 1.5625rem;
    margin-right: 2.6875rem;
  }

  .sp__header-btn {
    display: none;
  }

  .sp__header-btn-text {
  }

  .sp__header-list {
    position: static;
    display: flex;
    gap: 40px;
    gap: 2.5rem;
    width: auto;
    max-width: none;
    height: auto;
    padding: 0;
    background-color: transparent;
    box-shadow: none;
    overflow: visible;
    right: auto;
  }

  .sp__header-list.is-open {
    right: auto;
  }

  .sp__header-overlay {
    display: none !important;
  }

  .sp__header-item {
    color: #000;
    font-family: "Zen Kaku Gothic New";
    font-size: 16.7px;
    font-size: 1.04375rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.069px;
    letter-spacing: 0.0668125rem;
    margin-top: 10px;
    margin-top: 0.625rem;
  }

  .sp__header-item a {
  font-size: 18.7px;
  font-weight: 500;
  }

  .pc__header-right {
    display: block;
  }
  .pc__header-right p {
    color: #000;
    font-family: "Zen Kaku Gothic New";
    font-size: 16.83px;
    font-size: 1.051875rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 2.152px;
    letter-spacing: 0.1345rem;
    border: 1px solid;
    border: 0.0625rem solid;
    border-radius: 47px;
    border-radius: 2.9375rem;
    padding: 7px 14px;
    padding: 0.4375rem 0.875rem;
  }

  .pc__header-right div {
    gap: 14px;
    gap: 0.875rem;
    display: flex;
    width: fit-content;
    margin: 0 auto;
  }

  .pc__header-right-tunagu {
    font-size: 25.47px;
    font-size: 1.591875rem;
    font-family: "Zen Kaku Gothic New";
    font-weight: 500;
    width: 74.15px;
    width: 4.634375rem;
  }

  .pc__header-right-skima {
    width: 87.91px;
    width: 5.494375rem;
  }

  .footer {
  }

  .footer__nav {
    width: 90%;
    margin: 0 auto;
  }

  .footer__list {
    display: flex;
    gap: 44px;
    gap: 2.75rem;
    width: fit-content;
    margin-left: auto;
    margin-bottom: 17.63px;
    margin-bottom: 1.101875rem;
  }

  .footer__item {
    color: #000;
    text-align: center;
    font-family: "Zen Kaku Gothic New";
    font-size: 18.7px;
    font-size: 1.16875rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 0;
  }

  .footer__item a {
  }

  .footer__item a img {
  }

  .footer__copyright {
    color: #000;
    font-family: "Zen Kaku Gothic New";
    font-size: 14px;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.7px;
    letter-spacing: 0.04375rem;
  }

  .x-icon-img {
  }
}
