@charset "UTF-8";
/*********************************/
/*           共通パーツ           */
/*********************************/
@media screen and (min-width: 1025px) {
  .u-hide-pc {
    display: none !important;
  }
}

.u-hide-sp {
  display: none !important;
}
@media screen and (min-width: 1025px) {
  .u-hide-sp {
    display: block !important;
  }
}

.u-small {
  vertical-align: top;
  font-size: 2.3333333333vw;
}
@media screen and (min-width: 1025px) {
  .u-small {
    font-size: 14px;
  }
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Geologica", "Zen Kaku Gothic New", sans-serif;
  color: #0e0d0b;
  background-color: #ececec;
  font-weight: 500;
}

@media screen and (min-width: 1025px) {
  a[href^="tel:"] a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
    cursor: default;
  }
}

.wrapper {
  width: 100%;
  overflow: hidden;
  background-color: #fff;
}
@media screen and (min-width: 1025px) {
  .wrapper {
    margin: 0 auto;
    width: 600px;
  }
}

.contents {
  width: 100%;
}
.contents__inner {
  margin: 0 auto;
  padding: 0 5%;
}
@media screen and (min-width: 1025px) {
  .contents__inner {
    padding: 0 20px;
  }
}

.imgArea {
  width: 100%;
}

.textArea {
  width: 100%;
}
.textArea__small-text {
  font-size: 2.3333333333vw;
}
@media screen and (min-width: 1025px) {
  .textArea__small-text {
    font-size: 14px;
  }
}
.textArea__medium-text {
  font-size: 4vw;
}
@media screen and (min-width: 1025px) {
  .textArea__medium-text {
    font-size: 24px;
  }
}
.textArea__big-text {
  font-size: 5.6666666667vw;
}
@media screen and (min-width: 1025px) {
  .textArea__big-text {
    font-size: 34px;
  }
}
.textArea__small-title {
  font-size: 6.6666666667vw;
}
@media screen and (min-width: 1025px) {
  .textArea__small-title {
    font-size: 40px;
  }
}
.textArea__medium-title {
  font-size: 8.3333333333vw;
}
@media screen and (min-width: 1025px) {
  .textArea__medium-title {
    font-size: 50px;
  }
}
.textArea__big-title {
  font-size: 10vw;
}
@media screen and (min-width: 1025px) {
  .textArea__big-title {
    font-size: 60px;
  }
}

.colorArea {
  background-color: #fa0556;
  padding: 10px;
}
@media screen and (min-width: 1025px) {
  .colorArea {
    padding: 1vw;
  }
}

.btnArea {
  text-align: center;
  width: 100%;
}
.btnArea__radius-btn {
  border-radius: 1.5vw;
  display: inline-block;
  padding: 1vw 5vw;
  text-decoration: none;
}
.btnArea .pink-btn {
  border: 2px solid #fa0556;
  background-color: #fa0556;
  transition: all 0.3s ease 0s;
  letter-spacing: 0.1em;
}
.btnArea .pink-btn:hover {
  color: #fa0556;
  background-color: #fff;
}

.text-underline {
  text-decoration: underline;
}

.textCenter {
  text-align: center;
}

.text-border {
  border: #fa0556 1px solid;
}

.text-white {
  color: #fff;
}

.text-pink {
  color: #ec2a93;
}

.white-shadow {
  text-shadow: -2px -2px 4px white, 2px -2px 4px white, -2px 2px 4px white, 2px 2px 4px white, 0px 0px 10px white, 0px 0px 20px white, 0px 0px 30px white, 0px 0px 40px white;
  filter: drop-shadow(0 0 5px #fff);
}

.youtube {
  width: 100%;
  aspect-ratio: 16/9;
}
.youtube iframe {
  height: 100%;
  width: 100%;
}

.mb2 {
  margin-bottom: 2vw;
}
@media screen and (min-width: 1025px) {
  .mb2 {
    margin-bottom: 20px;
  }
}

.mb5 {
  margin-bottom: 5vw;
}
@media screen and (min-width: 1025px) {
  .mb5 {
    margin-bottom: 50px;
  }
}

.mb10 {
  margin-bottom: 10vw;
}
@media screen and (min-width: 1025px) {
  .mb10 {
    margin-bottom: 100px;
  }
}

.mb20 {
  margin-bottom: 20vw;
}
@media screen and (min-width: 1025px) {
  .mb20 {
    margin-bottom: 200px;
  }
}

.mb30 {
  margin-bottom: 30vw;
}
@media screen and (min-width: 1025px) {
  .mb30 {
    margin-bottom: 300px;
  }
}

.inner {
  padding-inline: 5vw;
}
@media screen and (min-width: 1025px) {
  .inner {
    padding-inline: 30px;
  }
}

.c-text {
  font-size: 3.3333333333vw;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media screen and (min-width: 1025px) {
  .c-text {
    font-size: 20px;
  }
}

.s-text {
  font-size: 3vw;
  letter-spacing: -0.05em;
  line-height: 1.4;
}
@media screen and (min-width: 1025px) {
  .s-text {
    font-size: 18px;
  }
}

.c-attention {
  color: #646061;
  font-size: 2.3333333333vw;
  letter-spacing: 0.05em;
  line-height: 1.57;
}
@media screen and (min-width: 1025px) {
  .c-attention {
    font-size: 14px;
  }
}

.card {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3.3333333333vw;
  padding-top: 6.6666666667vw;
  padding-bottom: 9vw;
  background-color: #fff;
}
@media screen and (min-width: 1025px) {
  .card {
    margin-top: 20px;
    padding-top: 40px;
    padding-bottom: 54px;
  }
}

.card__imgArea {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40%;
}

.card__productImg {
  display: block;
  max-width: 22.3333333333vw;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .card__productImg {
    max-width: 134px;
  }
}

.card--02 .card__productImg {
  max-width: 11.3333333333vw;
}
@media screen and (min-width: 1025px) {
  .card--02 .card__productImg {
    max-width: 68px;
  }
}

.card--03 .card__productImg {
  max-width: 15.3333333333vw;
}
@media screen and (min-width: 1025px) {
  .card--03 .card__productImg {
    max-width: 92px;
  }
}

.card__wrapper {
  width: 60%;
  padding-right: 2.6666666667vw;
}
@media screen and (min-width: 1025px) {
  .card__wrapper {
    padding-right: 16px;
  }
}

.card__catch {
  letter-spacing: 0.1em;
  font-size: 2.3333333333vw;
  line-height: 1.4;
}
@media screen and (min-width: 1025px) {
  .card__catch {
    font-size: 14px;
  }
}

.card__read {
  color: #b2aca5;
  font-size: 2vw;
  letter-spacing: 0.1em;
  margin-top: 3.3333333333vw;
  line-height: 1;
}
@media screen and (min-width: 1025px) {
  .card__read {
    font-size: 12px;
    margin-top: 20px;
  }
}

.card__title {
  font-size: 3.3333333333vw;
  margin-top: 1.6666666667vw;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (min-width: 1025px) {
  .card__title {
    font-size: 20px;
    margin-top: 10px;
  }
}

.card__price {
  font-size: 2.3333333333vw;
  margin-top: 1.6666666667vw;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (min-width: 1025px) {
  .card__price {
    font-size: 14px;
    margin-top: 10px;
  }
}

.card__text {
  font-size: 2.3333333333vw;
  margin-top: 4.6666666667vw;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
@media screen and (min-width: 1025px) {
  .card__text {
    font-size: 14px;
    margin-top: 28px;
  }
}

.card__btnArea {
  max-width: 33.3333333333vw;
  width: 100%;
  margin-top: 3.3333333333vw;
}
@media screen and (min-width: 1025px) {
  .card__btnArea {
    max-width: 200px;
    margin-top: 20px;
  }
}

.card__moreBtn {
  display: block;
  display: flex;
  align-items: center;
  gap: 2.5vw;
  color: #fff;
  background-color: #17470b;
  border-radius: 3.3333333333vw;
  font-size: 2.6666666667vw;
  padding: 1vw 3vw 1vw 3vw;
  text-decoration: none;
  letter-spacing: 0.1em;
  transition: 0.3s;
  border: 2px solid #17470b;
}
@media screen and (min-width: 1025px) {
  .card__moreBtn {
    gap: 15px;
    padding: 6px 18px 6px 28px;
    font-size: 16px;
    border-radius: 20px;
  }
}

.card__moreBtn:hover {
  background-color: #fff;
  color: #17470b;
}

.card__moreBtn svg path {
  max-width: 2.6666666667vw;
  transition: 0.3s;
}
@media screen and (min-width: 1025px) {
  .card__moreBtn svg path {
    max-width: 16px;
  }
}

.card__moreBtn:hover svg path {
  fill: #17470b;
}

/*********************************/
/*            Header             */
/*********************************/
.header {
  position: fixed;
  top: 0;
  left: 50%;
  /* 画面の中央を起点に */
  transform: translateX(clamp(-60rem, -29.196rem - 25.67vw, -45.625rem));
  max-width: 660px;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1025px) {
  .header {
    display: flex !important;
    align-items: center;
    justify-content: center;
  }
}
.header__inner {
  max-width: 150px;
  width: 100%;
}
.header__logo {
  max-width: 16.6666666667vw;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 1025px) {
  .header__logo {
    max-width: 100px;
  }
}
.header__logo a {
  transition: 0.3s;
}
.header__logo a:hover {
  opacity: 0.7;
}
.header__list {
  margin-top: 13.3333333333vw;
}
@media screen and (min-width: 1025px) {
  .header__list {
    margin-top: 80px;
  }
}
.header__item {
  font-size: 2.5vw;
  font-weight: 400;
  letter-spacing: 0.2em;
  margin-top: 5vw;
}
@media screen and (min-width: 1025px) {
  .header__item {
    font-size: 15px;
    margin-top: 30px;
  }
}
.header__item a {
  position: relative;
  display: block;
  transition: 0.3s;
  padding-left: 3.3333333333vw;
}
@media screen and (min-width: 1025px) {
  .header__item a {
    padding-left: 20px;
  }
}
.header__item a:hover {
  color: #17470b;
}
.header__item a:hover::before {
  background-color: #17470b;
}
.header__item a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0vw;
  width: 1.3333333333vw;
  height: 1.3333333333vw;
  border-radius: 50%;
  background-color: #b3b3b2;
  transition: 0.3s;
}
@media screen and (min-width: 1025px) {
  .header__item a::before {
    left: 0;
    width: 8px;
    height: 8px;
  }
}
.header__sns {
  max-width: 10vw;
  width: 100%;
  margin-top: 13.3333333333vw;
  margin-inline: auto;
  transition: 0.3s;
}
@media screen and (min-width: 1025px) {
  .header__sns {
    max-width: 60px;
    margin-top: 80px;
  }
}
.header__sns a {
  transition: 0.3s;
}
.header__sns a:hover {
  opacity: 0.7;
}

/*********************************/
/*            Footer             */
/*********************************/
.footer {
  position: fixed;
  top: 0;
  right: 50%; /* 画面の中央を起点に */
  transform: translateX(clamp(45.625rem, 29.196rem + 25.67vw, 60rem));
  max-width: 660px;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1025px) {
  .footer {
    display: flex !important;
    align-items: center;
    justify-content: center;
  }
}

.footer__btns {
  max-width: clamp(11.25rem, 4.107rem + 11.16vw, 17.5rem);
  width: 100%;
}

.footer__btn {
  max-width: clamp(11.25rem, 4.107rem + 11.16vw, 17.5rem);
  width: 100%;
}

.footer__btn--inverted {
  margin-top: 40px;
}

.footer__btn a {
  font-size: clamp(0.875rem, 0.589rem + 0.45vw, 1.125rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: clamp(0.625rem, -0.089rem + 1.12vw, 1.25rem);
  transition: 0.3s;
  padding-top: clamp(0.625rem, 0.196rem + 0.67vw, 1rem);
  padding-bottom: clamp(0.625rem, 0.196rem + 0.67vw, 1rem);
  background-color: #17470b;
  border-radius: 35px;
  border: 1px solid #17470b;
  color: #fff;
}

.footer__btn--inverted a {
  background-color: #fff;
  color: #17470b;
  gap: clamp(0.938rem, -0.134rem + 1.67vw, 1.875rem);
}

.footer__btn a:hover {
  background-color: #fff;
  color: #17470b;
}

.footer__btn--inverted a:hover {
  background-color: #17470b;
  color: #fff;
}

.footer__btn a svg {
  max-width: 20px;
  height: 20px;
  width: 100%;
}

.footer__btn--inverted a svg {
  max-width: 16px;
}

.footer__btn a svg path {
  transition: 0.3s;
}

.footer__btn a:hover svg path {
  fill: #17470b;
}

.footer__btn a:hover svg path:last-child {
  fill: none;
  stroke: #17470b;
}

.footer__btn--inverted a:hover svg path:last-child {
  fill: #fff;
  stroke: none;
}

.footer__catch {
  position: absolute;
  bottom: 0;
  right: clamp(0rem, -0.455rem + 2.27vw, 1.25rem);
  color: #B2ACA5;
  font-size: clamp(4.375rem, 2.946rem + 2.23vw, 5.625rem);
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 400;
}

[data-aos=fade-down] {
  transform: translate3d(0, -30px, 0);
}/*# sourceMappingURL=common.css.map */