@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Shippori Mincho", serif;
  font-size: 4.2666666667vw;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #000000;
}
body.fixed {
  overflow-y: hidden;
}

img {
  display: block;
  width: 100%;
}

a {
  text-decoration: none;
}
a.disabled {
  pointer-events: none;
  opacity: 0.5;
}

ul {
  list-style-type: none;
}

sup {
  font-size: 0.4em;
  color: #787878;
  position: relative;
  top: -0.5em;
}

@media print, (min-width: 768px) {
  body {
    font-size: 1.5929721816vw;
    letter-spacing: 0;
  }
  a[href*="tel:"] {
    pointer-events: none;
  }
}
.js-fadeup {
  opacity: 0; /* 最初は非表示 */
  transform: translateY(26.6666666667vw) rotate(20deg); /* 下に100pxの位置から */
  transition: opacity 0.8s, transform 0.8s; /* 透過率と縦方向の移動を0.8秒 */
}

.js-fadeup.is-inview {
  opacity: 1; /* 表示領域に入ったら表示 */
  transform: translateY(0) rotate(0deg); /* 100px上に移動する */
  transition-delay: 0.5s; /* フェード開始を0.5秒遅らせる */
}

@media print, (min-width: 768px) {
  .js-fadeup {
    transform: translateY(9.9560761347vw) rotate(20deg);
  }
}
@keyframes mochimochi {
  0% {
    transform: scale(1, 0.8);
  }
  20% {
    transform: scale(0.8, 1.1);
  }
  90% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 0.8);
  }
}
@keyframes kvanimation_product {
  0% {
    opacity: 0;
    transform: translateY(26.6666666667vw) rotate(20deg);
  }
  100% {
    opacity: 1;
    transform: translateY(0) rotate(0deg);
  }
}
@keyframes animation_text {
  0% {
    opacity: 0;
    transform: translate(0.5em, 0.5em) rotate(20deg);
  }
  100% {
    opacity: 1;
    transform: translate(0) rotate(0deg);
  }
}
@keyframes gradation {
  0% {
    transform: translate(-50%, -36%) rotate(20deg);
  }
  100% {
    transform: translate(-50%, -64%) rotate(20deg);
  }
}
@media print, (min-width: 768px) {
  @keyframes kvanimation_product {
    0% {
      opacity: 0;
      transform: translateY(9.9560761347vw) rotate(20deg);
    }
    100% {
      opacity: 1;
      transform: translateY(0) rotate(0deg);
    }
  }
}
.l-wrapper__left {
  display: none;
}
.l-wrapper__right {
  position: relative;
  background: #ffffff;
}
.l-wrapper.blur {
  filter: blur(1.6vw);
}
.l-main.blur {
  filter: blur(1.6vw);
}

@media print, (min-width: 768px) {
  .l-wrapper {
    padding-right: 3.6603221083vw;
    display: flex;
  }
  .l-wrapper__left {
    display: block;
    flex-grow: 1;
    position: sticky;
    top: 0;
    height: 100vh;
  }
  .l-wrapper__right {
    width: 37.3352855051vw;
    flex-shrink: 0;
    box-shadow: 0 0 1.4641288433vw rgba(0, 0, 0, 0.1);
  }
  .l-wrapper.blur {
    filter: blur(0.5973645681vw);
  }
}
.c-bg {
  display: none;
}
.c-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
.c-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 5.3333333333vw;
  height: 16vw;
  position: relative;
  z-index: 10;
}
.c-header__logo {
  display: block;
  width: 26.6666666667vw;
}
.c-header__button {
  width: 6.6666666667vw;
  height: 6.6666666667vw;
  position: relative;
}
.c-header__button__bar {
  display: block;
  width: 100%;
  height: 0;
  border-bottom: 0.2666666667vw solid #000000;
  position: absolute;
  top: 50%;
  left: 50%;
}
.c-header__button__bar[data-item="1"] {
  transform: translate(-50%, -1000%);
}
.c-header__button__bar[data-item="2"] {
  transform: translate(-50%, -50%);
}
.c-header__button__bar[data-item="3"] {
  transform: translate(-50%, 1000%);
}
.c-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.0666666667vw;
}
.c-heading__text01 {
  font-family: "Cormorant", serif;
  font-weight: 300;
  font-size: 9.3333333333vw;
  line-height: 1;
}
.c-heading__text02 {
  font-weight: 400;
  font-size: 3.7333333333vw;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.c-heading02 {
  position: relative;
}
.c-heading02__text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 5.3333333333vw;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.c-heading02__text01 {
  font-weight: 400;
  font-size: 6.4vw;
  line-height: 1.5;
}
.c-heading02__text02 {
  font-family: "Cormorant", serif;
  font-weight: 300;
  font-size: 4.2666666667vw;
  line-height: 1;
}
.c-button {
  display: flex;
  justify-content: center;
}
.c-button__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 42.9333333333vw;
  height: 10.6666666667vw;
  border: 0.2666666667vw solid #000000;
  border-radius: 5.3333333333vw;
  padding: 0 4vw;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}
.c-button__link[data-type=large] {
  width: 66.1333333333vw;
  height: 16vw;
  border-radius: 8vw;
  padding: 0 5.3333333333vw;
}
.c-button__text {
  font-weight: 600;
  font-size: 3.7333333333vw;
  line-height: 1.5;
  letter-spacing: 0;
  color: #000000;
}
.c-button__arrow {
  width: 5.3333333333vw;
}
.c-bgwrap {
  background-image: url("../img/common/wrap_bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 236.5333333333vw;
  padding: 13.3333333333vw 5.3333333333vw 0;
  position: relative;
  overflow: hidden;
}
.c-bgwrap__item {
  position: absolute;
}
.c-bgwrap__item[data-item="1"] {
  width: 46.4vw;
  top: 132vw;
  left: -0.8vw;
}
.c-bgwrap__item[data-item="2"] {
  width: 44.5333333333vw;
  top: 132.2666666667vw;
  left: 20.2666666667vw;
}
.c-bgwrap__item[data-item="3"] {
  width: 38.4vw;
  top: 124.8vw;
  left: 67.2vw;
}
.c-shoplist__item {
  padding-top: 8vw;
}
.c-shoplist__item + .c-shoplist__item {
  border-top: 0.2666666667vw solid #000000;
  margin-top: 8vw;
}
.c-shoplist__text {
  font-size: 3.7333333333vw;
  letter-spacing: 0;
  text-align: center;
}
.c-shoplist__button {
  margin-top: 7.2vw;
}
.c-contact {
  margin-top: 69.6vw;
}
.c-contact__button {
  margin-top: 8.2666666667vw;
}
.c-sns {
  padding-top: 40vw;
}
.c-sns__instagram {
  margin-top: 8vw;
}
.c-sns__instagram #instaBox ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1.3333333333vw;
  width: 89.3333333333vw;
  margin: 0 auto;
}
.c-sns__instagram #instaBox ul li {
  width: 28.8vw;
}
.c-sns__others {
  margin-top: 18.6666666667vw;
}
.c-sns__others__heading {
  font-family: "Cormorant", serif;
  font-weight: 300;
  font-size: 6.4vw;
  line-height: 1;
  text-align: center;
}
.c-sns__others__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 13.3333333333vw;
  margin-top: 2.6666666667vw;
}
.c-sns__others__item[data-item=instagram] {
  width: 14.4vw;
}
.c-sns__others__item[data-item=x] {
  width: 13.0666666667vw;
}
.c-sns__others__link {
  display: block;
}
.c-sns[data-page=top] {
  padding-bottom: 26.6666666667vw;
}
.c-footer__totop {
  border-top: 0.2666666667vw solid #B3B3B3;
  border-bottom: 0.2666666667vw solid #B3B3B3;
}
.c-footer__totop__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 11.7333333333vw;
}
.c-footer__totop__text {
  font-family: "Cormorant", serif;
  font-weight: 300;
  font-size: 3.2vw;
  color: #000000;
}
.c-footer__inner {
  margin-top: 13.3333333333vw;
  padding: 0 5.3333333333vw 6.6666666667vw;
}
.c-footer__list01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8vw 3.4666666667vw;
}
.c-footer__list01__item {
  width: 42.6666666667vw;
  display: flex;
  justify-content: center;
}
.c-footer__list01__link {
  display: block;
}
.c-footer__list01__text {
  font-family: "Cormorant", serif;
  font-weight: 300;
  font-size: 5.3333333333vw;
  line-height: 1;
  color: #000000;
}
.c-footer__list02 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8vw;
  margin-top: 13.3333333333vw;
}
.c-footer__list02__item[data-item=instagram] {
  width: 10.6666666667vw;
}
.c-footer__list02__item[data-item=x] {
  width: 9.6vw;
}
.c-footer__list02__link {
  display: block;
}
.c-footer__list03 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5.3333333333vw;
  margin-top: 6.1333333333vw;
}
.c-footer__list03__link {
  display: flex;
  align-items: center;
  gap: 1.0666666667vw;
}
.c-footer__list03__text {
  font-size: 3.2vw;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #000000;
}
.c-footer__list03__icon {
  width: 3.2vw;
}
.c-footer__logo {
  margin-top: 9.8666666667vw;
}
.c-footer__copyright {
  font-size: 3.2vw;
  line-height: 1;
  color: #B3B3B3;
  text-align: center;
  margin-top: 10.6666666667vw;
}
.c-pcleft {
  display: none;
}
.c-spnav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.8);
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}
.c-spnav__list01__item {
  display: flex;
  justify-content: center;
}
.c-spnav__list01__item + .c-spnav__list01__item {
  margin-top: 8vw;
}
.c-spnav__list01__link {
  display: block;
}
.c-spnav__list01__text {
  font-family: "Cormorant", serif;
  font-weight: 300;
  font-size: 5.3333333333vw;
  line-height: 1;
  color: #000000;
}
.c-spnav__list02 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8vw;
  margin-top: 16vw;
}
.c-spnav__list02__item[data-item=instagram] {
  width: 10.6666666667vw;
}
.c-spnav__list02__item[data-item=x] {
  width: 9.6vw;
}
.c-spnav__list02__link {
  display: block;
}
.c-spnav.is-active {
  visibility: visible;
  opacity: 1;
}
.c-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}
.c-modal__mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.c-modal__inner {
  position: relative;
  z-index: 10;
  width: 76.8vw;
  padding: 7.2vw 5.3333333333vw 5.3333333333vw;
  background: #ffffff;
  border-radius: 5.3333333333vw;
}
.c-modal__close {
  width: 5.6vw;
  position: absolute;
  top: 5.3333333333vw;
  right: 5.3333333333vw;
}
.c-modal__lead {
  font-size: 3.7333333333vw;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
  padding-top: 2.1333333333vw;
}
.c-modal__store {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4vw;
  margin: 7.4666666667vw auto 0;
  padding-bottom: 9.3333333333vw;
}
.c-modal__store__item[data-item=amazon] {
  width: 28.5333333333vw;
}
.c-modal__store__item[data-item=yahoo] {
  width: 42.6666666667vw;
}
.c-modal__store__item[data-item=rakuten] {
  width: 25.3333333333vw;
}
.c-modal__store__item[data-item=qoo10] {
  width: 21.3333333333vw;
}
.c-modal__store__item[data-item=potenzel] {
  width: 34.6666666667vw;
}
.c-modal__link {
  display: block;
}
.c-modal.is-active {
  visibility: visible;
  opacity: 1;
}
.c-anker {
  position: relative;
}
.c-anker__point {
  position: absolute;
  top: -16vw;
}
.c-feature {
  margin-top: 24vw;
}
.c-feature__item {
  margin-top: 13.3333333333vw;
  padding: 0 5.3333333333vw;
}
.c-feature__item + .c-feature__item {
  margin-top: 26.6666666667vw;
}
.c-feature__item__heading__tag {
  padding-bottom: 2.1333333333vw;
  border-bottom: 0.2666666667vw solid #000000;
}
.c-feature__item__heading__tag__img {
  width: 20.8vw;
}
.c-feature__item__heading__text {
  font-weight: 400;
  font-size: 6.4vw;
  line-height: 1.5;
  margin-top: 2.6666666667vw;
}
.c-feature__item__lead {
  margin-top: 5.3333333333vw;
}
.c-feature__item__lead__text {
  text-align: justify;
}
.c-feature__item__lead__list {
  display: flex;
  justify-content: center;
  margin-top: 5.3333333333vw;
}
.c-feature__item__lead__list__item {
  width: 34.6666666667vw;
  margin: 0 -1.0666666667vw;
  position: relative;
}
.c-feature__item__lead__list__item__text {
  width: 100%;
  padding-top: 2.9333333333vw;
  line-height: 1.2;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c-feature__item__lead__list__item__text sup {
  color: #000000;
}
.c-feature__item__lead__remarks {
  font-size: 3.2vw;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #787878;
  margin-top: 5.3333333333vw;
}
.c-feature__item__card {
  margin-top: 26.6666666667vw;
  padding: 8vw 3.2vw;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.c-feature__item__card__tag {
  display: flex;
  justify-content: center;
}
.c-feature__item__card__tag__inner {
  display: flex;
  align-items: center;
  padding: 1.6vw 2.1333333333vw 1.0666666667vw;
  border-top: 0.2666666667vw solid #000000;
  border-bottom: 0.2666666667vw solid #000000;
}
.c-feature__item__card__tag__balloon {
  width: 2.1333333333vw;
}
.c-feature__item__card__tag__text {
  padding: 0 0.8vw 0 2.1333333333vw;
}
.c-feature__item__card__tag__text01 {
  font-family: "Cormorant", serif;
  font-size: 5.3333333333vw;
  line-height: 1.5;
}
.c-feature__item__card__tag__text02 {
  font-size: 5.3333333333vw;
  line-height: 1.5;
}
.c-feature__item__card__tag__text03 {
  font-family: "Zen Old Mincho", serif;
  font-size: 5.3333333333vw;
  line-height: 1.5;
  margin-left: -2.1333333333vw;
}
.c-feature__item__card__heading {
  font-weight: 400;
  font-size: 6.6666666667vw;
  line-height: 1.5;
  margin-top: 8vw;
}
.c-feature__item__card__text {
  text-align: justify;
  margin-top: 5.3333333333vw;
}
.c-feature__item__card__img {
  margin-top: 5.3333333333vw;
}
.c-feature__item__card[data-page=cserum] {
  background-image: url("../img/product/cserum/card_bg.png");
}
.c-feature__item__card[data-page=rserum] {
  background-image: url("../img/product/rserum/card_bg.png");
}
.c-feature__item__card[data-page=azserum] {
  background-image: url("../img/product/azserum/card_bg.png");
}
.c-feature__item__card02 {
  display: flex;
  gap: 3.7333333333vw;
  margin-top: 5.3333333333vw;
}
.c-feature__item__card02__textarea {
  flex-grow: 1;
}
.c-feature__item__card02__text {
  text-align: justify;
}
.c-feature__item__card02__imgarea {
  width: 42.6666666667vw;
  flex-shrink: 0;
}
.c-feature__item__card02__caption {
  font-size: 3.2vw;
  line-height: 1.5;
  letter-spacing: 0;
  margin-top: 1.8666666667vw;
}
.c-feature__item__card02__remarks {
  font-size: 2.6666666667vw;
  line-height: 1.5;
  letter-spacing: 0;
  color: #787878;
  margin-top: 2.6666666667vw;
  position: relative;
  padding-left: 1em;
}
.c-feature__item__card02__remarks::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.c-feature__item__card03 {
  margin-top: 5.3333333333vw;
}
.c-feature__item__card03__item {
  position: relative;
}
.c-feature__item__card03__item + .c-feature__item__card03__item {
  margin-top: 5.3333333333vw;
}
.c-feature__item__card03__titlearea {
  position: absolute;
  top: 6.1333333333vw;
  left: 5.3333333333vw;
}
.c-feature__item__card03__logo {
  width: 19.4666666667vw;
}
.c-feature__item__card03__heading {
  margin-top: 2.6666666667vw;
  display: flex;
  flex-direction: column;
}
.c-feature__item__card03__heading__text01 {
  font-family: "Cormorant", serif;
  font-weight: 300;
  font-size: 8vw;
  line-height: 0.9;
  letter-spacing: 0;
}
.c-feature__item__card03__heading__text02 {
  font-weight: 600;
  font-size: 3.7333333333vw;
  line-height: 1.5;
  letter-spacing: 0;
  margin-top: 2.6666666667vw;
}
.c-feature__item__card03__buttonarea {
  position: absolute;
  bottom: 5.3333333333vw;
  left: 5.3333333333vw;
}
.c-feature__item__card03__list {
  line-height: 1.6;
}
.c-feature__item__card03__button {
  width: 37.6vw;
  margin-top: 2.6666666667vw;
}
.c-feature__item__card03__button .c-button__link {
  width: 100%;
}
.c-feature__item__img {
  margin-top: 5.3333333333vw;
}
.c-feature__item__text {
  text-align: justify;
  margin-top: 3.7333333333vw;
}
.c-feature__item__remarks {
  font-size: 3.2vw;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #787878;
  margin-top: 3.7333333333vw;
}
.c-feature__item__caution {
  font-size: 2.6666666667vw;
  text-align: right;
  color: #787878;
  margin-top: 2.6666666667vw;
}
.c-remarks {
  padding: 5.3333333333vw 5.3333333333vw 26.6666666667vw;
}
.c-remarks__text {
  font-size: 2.6666666667vw;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #787878;
  text-align: justify;
}
.c-remarks[data-page=concept] {
  padding-bottom: 22.6666666667vw;
}

@media print, (min-width: 768px) {
  .c-bg {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
  }
  .c-bg__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition-duration: 1.2s;
    transition-timing-function: ease;
    opacity: 0;
  }
  .c-bg__img img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    -o-object-position: left center;
    object-position: left center;
    transform: translate(1%, 5%) scale(1.1);
    transition-duration: 0.6s;
    transition-timing-function: ease;
  }
  .c-bg__img__mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: 0.8s;
  }
  .c-bg__img__mask.is-active {
    opacity: 1;
  }
  .c-bg__img__mask[data-item="1"] {
    background: linear-gradient(to left bottom, rgba(255, 119, 169, 0.1) 0%, rgba(72, 224, 255, 0.1) 50%, rgba(255, 228, 92, 0.1) 100%);
  }
  .c-bg__img__mask[data-item="2"] {
    background: linear-gradient(to left bottom, rgba(255, 119, 169, 0.1) 0%, transparent 75%);
  }
  .c-bg__img__mask[data-item="3"] {
    background: linear-gradient(to left bottom, rgba(72, 224, 255, 0.1) 0%, transparent 75%);
  }
  .c-bg__img__mask[data-item="4"] {
    background: linear-gradient(to left bottom, rgba(255, 228, 92, 0.1) 0%, transparent 75%);
  }
  .c-bg__img.is-active {
    opacity: 1;
  }
  .c-bg__img.is-active img {
    transform: translate(0%, 0%) scale(1.1);
    transition-duration: 1.2s;
    transition-timing-function: ease;
  }
  .c-bg.blur {
    filter: blur(0.5973645681vw);
  }
  .c-header__inner {
    padding: 0 1.9765739385vw;
    height: 5.8565153734vw;
  }
  .c-header__logo {
    width: 9.9560761347vw;
  }
  .c-header__button {
    display: none;
  }
  .c-heading {
    gap: 0.3982430454vw;
  }
  .c-heading__text01 {
    font-size: 3.4846266471vw;
  }
  .c-heading__text02 {
    font-size: 1.3938506589vw;
  }
  .c-heading02__text {
    padding: 0 1.9912152269vw;
  }
  .c-heading02__text01 {
    font-size: 2.3894582723vw;
  }
  .c-heading02__text02 {
    font-size: 1.5929721816vw;
  }
  .c-button__link {
    width: 16.0292825769vw;
    height: 3.9824304539vw;
    border: 0.0995607613vw solid #000000;
    border-radius: 1.9912152269vw;
    padding: 0 1.4934114202vw;
    cursor: pointer;
  }
  .c-button__link[data-type=large] {
    width: 24.6910688141vw;
    height: 5.9736456808vw;
    border-radius: 2.9868228404vw;
    padding: 0 1.9912152269vw;
  }
  .c-button__link:hover {
    animation: mochimochi 1s infinite;
  }
  .c-button__text {
    font-size: 1.3938506589vw;
  }
  .c-button__arrow {
    width: 1.9912152269vw;
  }
  .c-bgwrap {
    height: 88.3103953148vw;
    padding: 4.9780380673vw 1.9912152269vw 0;
  }
  .c-bgwrap__item[data-item="1"] {
    width: 17.3235724744vw;
    top: 49.2825768668vw;
    left: -0.298682284vw;
  }
  .c-bgwrap__item[data-item="2"] {
    width: 16.6266471449vw;
    top: 49.3821376281vw;
    left: 7.5666178624vw;
  }
  .c-bgwrap__item[data-item="3"] {
    width: 14.336749634vw;
    top: 46.5944363104vw;
    left: 25.0893118594vw;
  }
  .c-shoplist__item {
    padding-top: 2.9868228404vw;
  }
  .c-shoplist__item + .c-shoplist__item {
    border-top: 0.0995607613vw solid #000000;
    margin-top: 2.9868228404vw;
  }
  .c-shoplist__text {
    font-size: 1.3938506589vw;
  }
  .c-shoplist__button {
    margin-top: 2.6881405564vw;
  }
  .c-contact {
    margin-top: 25.9853587116vw;
  }
  .c-contact__button {
    margin-top: 3.0863836018vw;
  }
  .c-sns {
    padding-top: 14.934114202vw;
  }
  .c-sns__instagram {
    margin-top: 2.9868228404vw;
  }
  .c-sns__instagram #instaBox ul {
    gap: 0.4978038067vw;
    width: 33.3528550512vw;
  }
  .c-sns__instagram #instaBox ul li {
    width: 10.7525622255vw;
  }
  .c-sns__instagram #instaBox ul li a {
    display: block;
    transition: 0.3s;
  }
  .c-sns__instagram #instaBox ul li a:hover {
    opacity: 0.7;
  }
  .c-sns__others {
    margin-top: 6.9692532943vw;
  }
  .c-sns__others__heading {
    font-size: 2.3894582723vw;
  }
  .c-sns__others__list {
    gap: 4.9780380673vw;
    margin-top: 0.9956076135vw;
  }
  .c-sns__others__item[data-item=instagram] {
    width: 5.3762811127vw;
  }
  .c-sns__others__item[data-item=x] {
    width: 4.878477306vw;
  }
  .c-sns__others__link {
    transition: 0.3s;
  }
  .c-sns__others__link:hover {
    opacity: 0.7;
  }
  .c-sns[data-page=top] {
    padding-bottom: 9.9560761347vw;
  }
  .c-footer__totop {
    border-top: 0.0995607613vw solid #B3B3B3;
    border-bottom: 0.0995607613vw solid #B3B3B3;
  }
  .c-footer__totop__link {
    height: 4.3806734993vw;
    transition: 0.3s;
  }
  .c-footer__totop__link:hover {
    opacity: 0.7;
  }
  .c-footer__totop__text {
    font-size: 1.1947291362vw;
  }
  .c-footer__inner {
    margin-top: 4.9780380673vw;
    padding: 0 1.9912152269vw 2.4890190337vw;
  }
  .c-footer__list01 {
    gap: 2.9868228404vw 1.2942898975vw;
  }
  .c-footer__list01__item {
    width: 15.9297218155vw;
  }
  .c-footer__list01__link {
    transition: 0.3s;
  }
  .c-footer__list01__link:hover {
    opacity: 0.7;
  }
  .c-footer__list01__text {
    font-size: 1.9912152269vw;
  }
  .c-footer__list02 {
    gap: 2.9868228404vw;
    margin-top: 4.9780380673vw;
  }
  .c-footer__list02__item[data-item=instagram] {
    width: 3.9824304539vw;
  }
  .c-footer__list02__item[data-item=x] {
    width: 3.5841874085vw;
  }
  .c-footer__list02__link {
    transition: 0.3s;
  }
  .c-footer__list02__link:hover {
    opacity: 0.7;
  }
  .c-footer__list03 {
    gap: 1.9912152269vw;
    margin-top: 2.289897511vw;
  }
  .c-footer__list03__link {
    gap: 0.3982430454vw;
    transition: 0.3s;
  }
  .c-footer__list03__link:hover {
    opacity: 0.7;
  }
  .c-footer__list03__text {
    font-size: 1.1947291362vw;
  }
  .c-footer__list03__icon {
    width: 1.1947291362vw;
  }
  .c-footer__logo {
    margin-top: 3.6837481698vw;
  }
  .c-footer__copyright {
    font-size: 1.1947291362vw;
    margin-top: 3.9824304539vw;
  }
  .c-pcleft {
    display: block;
    width: 100%;
    height: 100%;
    padding: 2.9282576867vw;
    position: relative;
  }
  .c-pcleft__textarea__text01 {
    font-size: 1.4641288433vw;
    line-height: 1.45;
    letter-spacing: 0.1em;
  }
  .c-pcleft__textarea__logo {
    width: 24.5973645681vw;
    margin-top: 1.5373352855vw;
  }
  .c-pcleft__textarea__text02 {
    font-size: 1.1713030747vw;
    line-height: 1.25;
    letter-spacing: 0.1em;
    margin-top: 0.439238653vw;
  }
  .c-pcleft__nav {
    position: absolute;
    bottom: 2.9282576867vw;
    left: 2.9282576867vw;
    display: flex;
    flex-direction: column;
    gap: 1.0248901903vw;
  }
  .c-pcleft__nav__link {
    display: flex;
    align-items: center;
    gap: 0.7320644217vw;
    transition: 0.3s;
  }
  .c-pcleft__nav__link:hover {
    opacity: 0.7;
  }
  .c-pcleft__nav__link.is-current {
    pointer-events: none;
  }
  .c-pcleft__nav__link.is-current .c-pcleft__nav__arrow {
    display: block;
  }
  .c-pcleft__nav__link.is-current .c-pcleft__nav__text {
    color: rgba(0, 0, 0, 0.2);
  }
  .c-pcleft__nav__link.is-current[data-item=product] {
    pointer-events: initial;
  }
  .c-pcleft__nav__arrow {
    width: 1.4641288433vw;
    display: none;
  }
  .c-pcleft__nav__text {
    font-family: "Cormorant", serif;
    font-weight: 300;
    font-size: 1.756954612vw;
    line-height: 1;
    color: #000000;
  }
  .c-pcleft__sns {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.6105417277vw;
    position: absolute;
    bottom: 2.9282576867vw;
    right: 2.9282576867vw;
  }
  .c-pcleft__sns__item[data-item=instagram] {
    width: 2.196193265vw;
  }
  .c-pcleft__sns__item[data-item=x] {
    width: 1.9765739385vw;
  }
  .c-pcleft__sns__link {
    display: block;
    transition: 0.3s;
  }
  .c-pcleft__sns__link:hover {
    opacity: 0.7;
  }
  .c-spnav {
    display: none;
  }
  .c-modal__inner {
    width: 28.6734992679vw;
    padding: 2.6881405564vw 1.9912152269vw 1.9912152269vw;
    border-radius: 1.9912152269vw;
  }
  .c-modal__close {
    width: 2.0907759883vw;
    top: 1.9912152269vw;
    right: 1.9912152269vw;
    cursor: pointer;
    transition: 0.3s;
  }
  .c-modal__close:hover {
    opacity: 0.7;
  }
  .c-modal__lead {
    font-size: 1.3938506589vw;
    padding-top: 0.7964860908vw;
  }
  .c-modal__store {
    gap: 1.4934114202vw;
    margin: 2.7877013177vw auto 0;
    padding-bottom: 3.4846266471vw;
  }
  .c-modal__store__item[data-item=amazon] {
    width: 10.6530014641vw;
  }
  .c-modal__store__item[data-item=yahoo] {
    width: 15.9297218155vw;
  }
  .c-modal__store__item[data-item=rakuten] {
    width: 9.458272328vw;
  }
  .c-modal__store__item[data-item=qoo10] {
    width: 7.9648609078vw;
  }
  .c-modal__store__item[data-item=potenzel] {
    width: 12.9428989751vw;
  }
  .c-modal__store__link {
    transition: 0.3s;
  }
  .c-modal__store__link:hover {
    opacity: 0.7;
  }
  .c-anker {
    position: relative;
  }
  .c-anker__point {
    position: absolute;
    top: -5.9736456808vw;
  }
  .c-feature {
    margin-top: 8.9604685212vw;
  }
  .c-feature__item {
    margin-top: 4.9780380673vw;
    padding: 0 1.9912152269vw;
  }
  .c-feature__item + .c-feature__item {
    margin-top: 9.9560761347vw;
  }
  .c-feature__item__heading__tag {
    padding-bottom: 0.7964860908vw;
    border-bottom: 0.0995607613vw solid #000000;
  }
  .c-feature__item__heading__tag__img {
    width: 7.7657393851vw;
  }
  .c-feature__item__heading__text {
    font-size: 2.3894582723vw;
    margin-top: 0.9956076135vw;
  }
  .c-feature__item__lead {
    margin-top: 1.9912152269vw;
  }
  .c-feature__item__lead__list {
    margin-top: 1.9912152269vw;
  }
  .c-feature__item__lead__list__item {
    width: 12.9428989751vw;
    margin: 0 -0.3982430454vw;
  }
  .c-feature__item__lead__list__item__text {
    padding-top: 1.0951683748vw;
  }
  .c-feature__item__lead__remarks {
    font-size: 1.1947291362vw;
    margin-top: 1.9912152269vw;
  }
  .c-feature__item__card {
    margin-top: 9.9560761347vw;
    padding: 2.9868228404vw 1.1947291362vw;
  }
  .c-feature__item__card__tag__inner {
    padding: 0.5973645681vw 0.7964860908vw 0.3982430454vw;
    border-top: 0.0995607613vw solid #000000;
    border-bottom: 0.0995607613vw solid #000000;
  }
  .c-feature__item__card__tag__balloon {
    width: 0.7964860908vw;
  }
  .c-feature__item__card__tag__text {
    padding: 0 0.298682284vw 0 0.7964860908vw;
  }
  .c-feature__item__card__tag__text01 {
    font-size: 1.9912152269vw;
  }
  .c-feature__item__card__tag__text02 {
    font-size: 1.9912152269vw;
  }
  .c-feature__item__card__tag__text03 {
    font-size: 1.9912152269vw;
    margin-left: -0.7964860908vw;
  }
  .c-feature__item__card__heading {
    font-size: 2.4890190337vw;
    margin-top: 2.9868228404vw;
  }
  .c-feature__item__card__text {
    margin-top: 1.9912152269vw;
  }
  .c-feature__item__card__img {
    margin-top: 1.9912152269vw;
  }
  .c-feature__item__card02 {
    gap: 1.3938506589vw;
    margin-top: 1.9912152269vw;
  }
  .c-feature__item__card02__imgarea {
    width: 15.9297218155vw;
  }
  .c-feature__item__card02__caption {
    font-size: 1.1947291362vw;
    margin-top: 0.6969253294vw;
  }
  .c-feature__item__card02__remarks {
    font-size: 0.9956076135vw;
    margin-top: 0.9956076135vw;
  }
  .c-feature__item__card03 {
    margin-top: 1.9912152269vw;
  }
  .c-feature__item__card03__item + .c-feature__item__card03__item {
    margin-top: 1.9912152269vw;
  }
  .c-feature__item__card03__titlearea {
    top: 2.289897511vw;
    left: 1.9912152269vw;
  }
  .c-feature__item__card03__logo {
    width: 7.2679355783vw;
  }
  .c-feature__item__card03__heading {
    margin-top: 0.9956076135vw;
  }
  .c-feature__item__card03__heading__text01 {
    font-size: 2.9868228404vw;
  }
  .c-feature__item__card03__heading__text02 {
    font-size: 1.3938506589vw;
    margin-top: 0.9956076135vw;
  }
  .c-feature__item__card03__buttonarea {
    bottom: 1.9912152269vw;
    left: 1.9912152269vw;
  }
  .c-feature__item__card03__button {
    width: 14.0380673499vw;
    margin-top: 0.9956076135vw;
  }
  .c-feature__item__img {
    margin-top: 1.9912152269vw;
  }
  .c-feature__item__text {
    margin-top: 1.3938506589vw;
  }
  .c-feature__item__remarks {
    font-size: 1.1947291362vw;
    margin-top: 1.3938506589vw;
  }
  .c-feature__item__caution {
    font-size: 0.9956076135vw;
    margin-top: 0.9956076135vw;
  }
  .c-remarks {
    padding: 1.9912152269vw 1.9912152269vw 9.9560761347vw;
  }
  .c-remarks__text {
    font-size: 0.9956076135vw;
  }
  .c-remarks[data-page=concept] {
    padding-bottom: 8.4626647145vw;
  }
}
.u-d--none--sp {
  display: none !important;
}

.u-d--none02--sp {
  display: none !important;
}

.u-d--none03--sp {
  display: none !important;
}

@media print, (min-width: 768px) {
  .u-d--none--pc {
    display: none !important;
  }
  .u-d--none--sp {
    display: inline !important;
  }
  .u-d--none02--sp {
    display: block !important;
  }
  .u-d--none03--sp {
    display: flex !important;
  }
}
/*# sourceMappingURL=common.css.map */
