@charset "UTF-8";
/* ========================================
▼共通アイテム
======================================== */
:root {
  --fontJa: "Zen Kaku Gothic New", sans-serif;
  --fontEn: "EB Garamond", serif;
  --fontAbhaya: "Abhaya Libre", serif;
  --fontLato: "Lato", sans-serif;
  --baseColor: #3a0c08;
  --pointColor: #4f0c06;
  --pink: #ffece9;
  --brown: #c5bbaf;
}

* {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-family: var(--fontJa);
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-family: var(--fontJa);
  color: #3a0c08;
  color: var(--baseColor);
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-family: var(--fontJa);
}

a img {
  opacity: 1;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
a:hover img {
  opacity: 0.8;
}
a.opacity {
  opacity: 1;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
a.opacity:hover {
  opacity: 0.8;
}

.base {
  width: 100%;
  max-width: 1190px;
  padding: 0 15px;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media only screen and (min-width: 1101px) {
  .sp-1100 {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media only screen and (max-width: 1000px) {
  .pc-1100 {
    display: none !important;
  }
}
.c-btn {
  display: block;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #4f0c06;
  color: var(--pointColor);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .c-btn {
    font-size: 14px;
  }
}
.c-btn:visited {
  color: #4f0c06;
  color: var(--pointColor);
}
.c-btn__s {
  padding: 8px 49px 9px 0;
}
@media only screen and (max-width: 767px) {
  .c-btn__s {
    padding: 4px 34px 3px 0;
  }
}
.c-btn__s::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  height: 35px;
}
@media only screen and (max-width: 767px) {
  .c-btn__s::before {
    width: 25px;
    height: 25px;
  }
}
.c-btn__s.pink::before {
  background: url(/pic-labo/ico_arrow_s_pink.png) no-repeat center center/cover;
}
@media only screen and (max-width: 767px) {
  .c-btn__s.pink::before {
    background: url(/pic-labo/ico_arrow_s_pink_sp.png) no-repeat center center/cover;
  }
}
.c-btn__m {
  padding: 10px 53px 12px 0;
}
@media only screen and (max-width: 767px) {
  .c-btn__m {
    padding: 4px 34px 3px 0;
  }
}
.c-btn__m::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
}
@media only screen and (max-width: 767px) {
  .c-btn__m::before {
    width: 25px;
    height: 25px;
  }
}
.c-btn__m.brown::before {
  background: url(/pic-labo/ico_arrow_m_brown.png) no-repeat center center/cover;
}
@media only screen and (max-width: 767px) {
  .c-btn__m.brown::before {
    background: url(/pic-labo/ico_arrow_m_brown_sp.png) no-repeat center center/cover;
  }
}
.c-btn__l {
  padding: 14px 65px 17px 0;
}
@media only screen and (max-width: 767px) {
  .c-btn__l {
    padding: 4px 34px 3px 0;
  }
}
.c-btn__l::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
}
@media only screen and (max-width: 767px) {
  .c-btn__l::before {
    width: 25px;
    height: 25px;
  }
}
.c-btn__l.pink::before {
  background: url(/pic-labo/ico_arrow_l_pink.png) no-repeat center center/cover;
}
@media only screen and (max-width: 767px) {
  .c-btn__l.pink::before {
    background: url(/pic-labo/ico_arrow_s_pink_sp.png) no-repeat center center/cover;
  }
}

#contents .c-ttl__en {
  font-family: "EB Garamond", serif;
  font-family: var(--fontEn);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05em;
  margin: 0 0 10px;
}
@media only screen and (max-width: 767px) {
  #contents .c-ttl__en {
    font-size: 16px;
    margin: 0 0 10px;
  }
}
#contents .c-ttl__ja {
  font-size: 42px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.06em;
}
@media only screen and (max-width: 767px) {
  #contents .c-ttl__ja {
    font-size: 24px;
  }
}
#contents .c-ttl__ja .char {
  display: inline-block;
  opacity: 0;
  -webkit-transition: opacity 2s ease;
  transition: opacity 2s ease;
  -webkit-transition-delay: calc(var(--char-index) * 0.2s);
          transition-delay: calc(var(--char-index) * 0.2s);
}
#contents .c-ttl__ja.inview .char {
  opacity: 1;
}
#contents .c-ttl__illust {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#contents .c-ttl__illust.pink::before {
  content: "";
  position: absolute;
  right: -96px;
  bottom: 0;
  width: 96px;
  height: 101px;
  background: url(/pic-labo/illust_note_pink.png) no-repeat center center/100%;
}
@media only screen and (max-width: 767px) {
  #contents .c-ttl__illust.pink::before {
    right: -55px;
    bottom: 0;
    width: 60px;
    height: 63px;
  }
}
#contents .c-ttl__illust.white::before {
  content: "";
  position: absolute;
  right: -96px;
  bottom: 0;
  width: 96px;
  height: 101px;
  background: url(/pic-labo/illust_note_white.png) no-repeat center center/100%;
}
@media only screen and (max-width: 767px) {
  #contents .c-ttl__illust.white::before {
    right: -55px;
    bottom: 0;
    width: 60px;
    height: 63px;
  }
}

.c-txt {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .c-txt {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.06em;
  }
}

.product__item__link {
  display: block;
  background: #fff;
  border-radius: 20px;
  padding: 35px 35px 30px;
}
@media only screen and (max-width: 767px) {
  .product__item__link {
    padding: 14px;
    border-radius: 8px;
  }
}
.product__item__img {
  position: relative;
  width: 100%;
  margin: 0 0 20px;
}
@media only screen and (max-width: 767px) {
  .product__item__img {
    margin: 0 0 10px;
  }
}
.product__item__img::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.product__item__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
.product__item__ttl {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
  margin: 0 0 15px;
}
@media only screen and (max-width: 767px) {
  .product__item__ttl {
    font-size: 14px;
    line-height: 1.4;
    margin: 0 0 10px;
  }
}
.product__item__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.product__item__price {
  width: calc(100% - 50px);
}
@media only screen and (max-width: 767px) {
  .product__item__price {
    width: calc(100% - 25px);
  }
}
.product__item__price .price {
  font-family: "Lato", sans-serif;
  font-family: var(--fontLato);
  font-size: 28px;
  font-weight: 900;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 767px) {
  .product__item__price .price {
    font-size: 20px;
  }
}
.product__item__price .yen {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 0 2px;
}
@media only screen and (max-width: 767px) {
  .product__item__price .yen {
    font-size: 10px;
    margin: 0 0 0 1px;
  }
}
.product__item__price .more {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4375;
  letter-spacing: 0.04em;
  margin: 0 0 0 3px;
}
@media only screen and (max-width: 767px) {
  .product__item__price .more {
    font-size: 10px;
  }
}
.product__item__btn {
  width: 30px;
}
@media only screen and (max-width: 767px) {
  .product__item__btn {
    width: 15px;
  }
}

/* ========================================
▲共通アイテム
======================================== */
/* ========================================
▼フェードイン
======================================== */
.fade-up {
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  transition: transform 1s, opacity 1s, visibility 1s;
  transition: transform 1s, opacity 1s, visibility 1s, -webkit-transform 1s;
}
.fade-up.inview {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

/* ========================================
▲フェードイン
======================================== */
/* ========================================
▼ヘッダー
======================================== */
body.opened {
  overflow-y: hidden;
}

header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.header {
  position: relative;
  z-index: 9999;
}
.header__bar {
  position: relative;
  background: #ffece9;
  background: var(--pink);
  padding: 10px;
  z-index: 3;
}
@media only screen and (max-width: 767px) {
  .header__bar {
    padding: 6px 15px;
  }
}
.header__bar__txt {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.1142857143;
  letter-spacing: 0.06em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .header__bar__txt {
    font-size: 12px;
    line-height: 1.56;
    letter-spacing: 0.03em;
  }
}
.header__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.03);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.03);
  background: #fff;
  padding: 10px 40px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media only screen and (max-width: 1100px) {
  .header__wrap {
    position: relative;
    padding: 10px 15px;
  }
  .header__wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 3;
  }
}
.header__wrap.opened {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.header__logo {
  width: 183px;
  z-index: 3;
}
@media only screen and (max-width: 767px) {
  .header__logo {
    width: 130px;
  }
}
.header__logo a {
  display: block;
}
.header__box {
  display: none;
  z-index: 4;
}
@media only screen and (max-width: 1100px) {
  .header__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 20px;
  }
}
.header__box__search {
  width: 20px;
  cursor: pointer;
}
.header__box__search form {
  position: fixed;
  top: 100px;
  left: 50%;
  -webkit-transform: translate(-50%, -10%);
          transform: translate(-50%, -10%);
  width: calc(100% - 15px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.header__box__search form.opened {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.header__box__search form input {
  width: 100%;
  height: 43px;
  padding: 0 36px 0 22px;
  border-radius: 999px;
  border: solid 1.5px #eee;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.06em;
}
.header__box__search form input::-webkit-input-placeholder {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1;
  opacity: 1;
  color: #3a0c08;
  color: var(--baseColor);
}
.header__box__search form input::-moz-placeholder {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1;
  opacity: 1;
  color: #3a0c08;
  color: var(--baseColor);
}
.header__box__search form input:-ms-input-placeholder {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1;
  opacity: 1;
  color: #3a0c08;
  color: var(--baseColor);
}
.header__box__search form input::-ms-input-placeholder {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1;
  opacity: 1;
  color: #3a0c08;
  color: var(--baseColor);
}
.header__box__search form input::placeholder {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1;
  opacity: 1;
  color: #3a0c08;
  color: var(--baseColor);
}
.header__box__search form button {
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
.header__box__account {
  width: 18px;
}
.header__box__cart {
  width: 23px;
}
.header__toggle {
  position: relative;
  margin: 0 0 0 5px;
  width: 45px;
  height: 45px;
  background: #4f0c06;
  background: var(--pointColor);
  border-radius: 50%;
  cursor: pointer;
}
.header__toggle span {
  position: absolute;
  left: 50%;
  width: 16px;
  height: 1px;
  background: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.header__toggle span:nth-child(1) {
  top: 18px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.header__toggle span:nth-child(2) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.header__toggle span:nth-child(3) {
  bottom: 18px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.header__toggle.opened span:nth-child(1) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(35deg);
          transform: translate(-50%, -50%) rotate(35deg);
}
.header__toggle.opened span:nth-child(2) {
  opacity: 0;
  visibility: hidden;
}
.header__toggle.opened span:nth-child(3) {
  top: 50%;
  bottom: auto;
  bottom: initial;
  -webkit-transform: translate(-50%, -50%) rotate(-35deg);
          transform: translate(-50%, -50%) rotate(-35deg);
}
@media only screen and (max-width: 1100px) {
  .header__container {
    position: fixed;
    top: 0;
    right: -5%;
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 90px 0 100px;
    opacity: 0;
    visibility: hidden;
    overflow-y: scroll;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
.header__container.opened {
  right: 0;
  opacity: 1;
  visibility: visible;
}
.header__btn {
  display: none;
}
@media only screen and (max-width: 1100px) {
  .header__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 1.74927114%;
    padding: 10px 15px 20px;
  }
}
.header__btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 49.27113703%;
  height: 48px;
  border-radius: 999px;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
}
.header__btn a.login {
  background: #501d16;
}
.header__btn a.sign-up {
  background: #8c392e;
}
.header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 43px;
}
@media only screen and (max-width: 1100px) {
  .header__list {
    gap: 0;
  }
}
.header__item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (max-width: 1100px) {
  .header__item {
    width: 100%;
  }
}
.header__item__link {
  display: block;
  color: #4f0c06;
  color: var(--pointColor);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 1100px) {
  .header__item__link {
    position: relative;
    font-size: 14px;
    line-height: 1.4285714286;
    letter-spacing: 0.04em;
    border-top: 1px solid #eaeaea;
    padding: 15px 15px;
  }
  .header__item__link::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 15px;
    height: 15px;
    background: #ffece9;
    background: var(--pink);
    border-radius: 50%;
  }
  .header__item__link::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 21px;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    padding: 1.5px;
    border-top: 1px solid #3a0c08;
    border-top: 1px solid var(--baseColor);
    border-right: 1px solid #3a0c08;
    border-right: 1px solid var(--baseColor);
  }
}
.header__item__link:visited {
  color: #4f0c06;
  color: var(--pointColor);
}
.header__item[\:has\(.header__item__sub\)] .header__item__link {
  position: relative;
  cursor: pointer;
  -webkit-transform: 0.4s;
          transform: 0.4s;
  padding: 0 20px 0 0;
}
.header__item:has(.header__item__sub) .header__item__link {
  position: relative;
  cursor: pointer;
  -webkit-transform: 0.4s;
          transform: 0.4s;
  padding: 0 20px 0 0;
}
@media only screen and (max-width: 1100px) {
  .header__item[\:has\(.header__item__sub\)] .header__item__link {
    cursor: none;
    font-size: 17px;
    padding: 15px 15px;
    background: #ffece9;
    background: var(--pink);
    border: none;
  }
  .header__item[\:has\(.header__item__sub\)] .header__item__link {
    cursor: none;
    font-size: 17px;
    padding: 15px 15px;
    background: #ffece9;
    background: var(--pink);
    border: none;
  }
  .header__item:has(.header__item__sub) .header__item__link {
    cursor: none;
    font-size: 17px;
    padding: 15px 15px;
    background: #ffece9;
    background: var(--pink);
    border: none;
  }
  .header__item[\:has\(.header__item__sub\)] .header__item__link::before, .header__item[\:has\(.header__item__sub\)] .header__item__link::after {
    content: none;
  }
  .header__item:has(.header__item__sub) .header__item__link::before, .header__item:has(.header__item__sub) .header__item__link::after {
    content: none;
  }
}
.header__item[\:has\(.header__item__sub\)] .header__item__link span {
  position: absolute;
  top: 5px;
  right: 0;
  padding: 3px;
  border-right: 2px solid #d58080;
  border-bottom: 2px solid #d58080;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__item:has(.header__item__sub) .header__item__link span {
  position: absolute;
  top: 5px;
  right: 0;
  padding: 3px;
  border-right: 2px solid #d58080;
  border-bottom: 2px solid #d58080;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 1100px) {
  .header__item[\:has\(.header__item__sub\)] .header__item__link span {
    display: none;
  }
  .header__item:has(.header__item__sub) .header__item__link span {
    display: none;
  }
}
.header__item[\:has\(.header__item__sub\)] .header__item__link:hover {
  opacity: 0.8;
}
.header__item:has(.header__item__sub) .header__item__link:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 1100px) {
  .header__item[\:has\(.header__item__sub\)] .header__item__link:hover {
    opacity: 1;
  }
  .header__item:has(.header__item__sub) .header__item__link:hover {
    opacity: 1;
  }
}
.header__item[\:has\(.header__item__sub.active\)] .header__item__link span {
  top: 8px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.header__item:has(.header__item__sub.active) .header__item__link span {
  top: 8px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
@media only screen and (max-width: 1100px) {
  .header__item:last-child .header__item__link {
    border-bottom: 1px solid #eaeaea;
  }
}
.header__item__sub {
  display: none;
  position: fixed;
  top: 111px;
  left: 0;
  width: 100%;
  height: calc(100% - 111px);
}
@media only screen and (max-width: 1100px) {
  .header__item__sub {
    display: block;
    position: relative;
    top: auto;
    top: initial;
    left: auto;
    left: initial;
    height: auto;
    height: initial;
  }
}
.header__item__sub.active {
  display: block;
}
.header__item__sub .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(157, 157, 157, 0.8);
}
@media only screen and (max-width: 1100px) {
  .header__item__sub .overlay {
    display: none;
  }
}
.header__item__sub .wrap {
  position: absolute;
  top: 25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 870px;
  width: 100%;
  background: #fff;
  border-radius: 15px;
  padding: 45px 60px 50px;
}
@media only screen and (max-width: 1100px) {
  .header__item__sub .wrap {
    position: relative;
    top: auto;
    top: initial;
    left: auto;
    left: initial;
    -webkit-transform: translate(0);
            transform: translate(0);
    max-width: none;
    border-radius: 0;
    padding: 20px 15px;
    width: auto;
  }
}
.header__item__sub .link {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.06em;
  padding: 6px 50px 6px 0;
  margin: 0 0 22px;
  color: #4f0c06;
  color: var(--pointColor);
}
@media only screen and (max-width: 1100px) {
  .header__item__sub .link {
    display: none;
  }
}
.header__item__sub .link::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 35px;
  height: 35px;
  background: url(/pic-labo/ico_arrow_s_green.png) no-repeat center center/100%;
}
.header__item__sub ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 2.00803213%;
}
@media only screen and (max-width: 767px) {
  .header__item__sub ul {
    gap: 16px 4.37317784%;
  }
}
.header__item__sub ul li {
  width: 23.4939759%;
}
@media only screen and (max-width: 767px) {
  .header__item__sub ul li {
    width: 47.81341108%;
  }
}
.header__item__sub ul li a {
  display: block;
  color: #4f0c06;
  color: var(--pointColor);
}
.header__item__sub ul li a .img {
  margin: 0 0 7px;
}
@media only screen and (max-width: 1100px) {
  .header__item__sub ul li a .img {
    margin: 0 0 7px;
  }
}
.header__item__sub ul li a .img img {
  border-radius: 10px;
}
.header__item__sub ul li a .ttl {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}
@media only screen and (max-width: 1100px) {
  .header__item__sub ul li a .ttl {
    font-size: 16px;
    letter-spacing: 0.03em;
  }
}
@media only screen and (max-width: 1100px) {
  .header__search {
    display: none;
  }
}
.header__search form {
  position: relative;
}
.header__search form input {
  width: 187px;
  height: 43px;
  padding: 0 36px 0 22px;
  border-radius: 999px;
  border: solid 2px #eee;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.06em;
}
.header__search form input::-webkit-input-placeholder {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1;
  opacity: 1;
  color: #3a0c08;
  color: var(--baseColor);
}
.header__search form input::-moz-placeholder {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1;
  opacity: 1;
  color: #3a0c08;
  color: var(--baseColor);
}
.header__search form input:-ms-input-placeholder {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1;
  opacity: 1;
  color: #3a0c08;
  color: var(--baseColor);
}
.header__search form input::-ms-input-placeholder {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1;
  opacity: 1;
  color: #3a0c08;
  color: var(--baseColor);
}
.header__search form input::placeholder {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1;
  opacity: 1;
  color: #3a0c08;
  color: var(--baseColor);
}
.header__search form button {
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
.header__copy {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.06em;
  text-align: right;
  padding: 15px;
}

/* ========================================
▲ヘッダー
======================================== */
/* ========================================
▼フッター
======================================== */
.footer {
  background: #ffece9;
  background: var(--pink);
  padding: 75px 0 53px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .footer {
    padding: 50px 0 15px;
  }
}
.footer__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer__logo {
  width: 267px;
}
@media only screen and (max-width: 1100px) and (min-width: 768px) {
  .footer__logo {
    width: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .footer__logo {
    width: 200px;
    margin: 0 0 15px;
  }
}
.footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: calc(100% - 400px);
  gap: 40px 10px;
}
@media only screen and (max-width: 1100px) and (min-width: 768px) {
  .footer__container {
    width: calc(100% - 250px);
  }
}
@media only screen and (max-width: 767px) {
  .footer__container {
    width: 100%;
    gap: 10px 0;
  }
}
.footer__list {
  width: 100%;
  padding: 0 0 40px;
  border-bottom: 1px solid #d9d9d9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 25px 45px;
}
@media only screen and (max-width: 1100px) and (min-width: 768px) {
  .footer__list {
    width: 100%;
    gap: 25px 45px;
  }
}
@media only screen and (max-width: 767px) {
  .footer__list {
    padding: 0 0 15px !important;
  }
  .footer__list {
    max-width: none;
    width: 100%;
    gap: 0;
  }
}
.footer__list li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (max-width: 767px) {
  .footer__list li {
    width: 100%;
  }
}
.footer__list li a {
  color: #3a0c08;
  color: var(--baseColor);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.06em;
}
@media only screen and (max-width: 767px) {
  .footer__list li a {
    display: block;
    font-size: 14px;
    line-height: 1.2;
    padding: 10px 0;
  }
}
.footer__sub {
  gap: 25px 45px !important;
}
.footer__sub {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 1100px) and (min-width: 768px) {
  .footer__sub {
    width: 100%;
    gap: 25px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .footer__sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    gap: 0;
  }
}
.footer__sub li {
  margin: 0 0 25px;
}
@media only screen and (max-width: 767px) {
  .footer__sub li {
    width: 50%;
    margin: 0;
  }
}
.footer__sub li:last-child {
  margin: 0;
}
.footer__sub li a {
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.06em;
}
@media only screen and (max-width: 767px) {
  .footer__sub li a {
    display: block;
    font-size: 13px;
    line-height: 1.2;
    padding: 12px 0;
  }
}
.footer__box {
  padding: 30px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .footer__box {
    padding: 20px 0 0;
  }
}
.footer__box__copy {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.06em;
}
@media only screen and (max-width: 767px) {
  .footer__box__copy {
    font-size: 13px;
  }
}
.footer__box__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media only screen and (max-width: 767px) {
  .footer__box__sns {
    gap: 7px;
  }
}
.footer__box__sns .txt {
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.06em;
  padding: 0 0 2px;
}
@media only screen and (max-width: 767px) {
  .footer__box__sns .txt {
    font-size: 13px;
    padding: 0;
  }
}
.footer__box__sns .insta {
  width: 20px;
}
@media only screen and (max-width: 767px) {
  .footer__box__sns .insta {
    width: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.footer__en {
  color: #fff9f7;
  font-family: "Abhaya Libre", serif;
  font-family: var(--fontAbhaya);
  font-size: 181px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  white-space: nowrap;
  -webkit-transform: translateY(45px);
          transform: translateY(45px);
}
.footer__note {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 30px 0 0 auto;
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  .footer__note {
    font-size: 11px;
  }
}

.footer_area {
  display: none;
}

.floating {
  position: fixed;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 57px;
  z-index: 9999;
}
.floating .link {
  display: block;
}

/* ========================================
▲フッター
======================================== */
/* ========================================
▼共有FV
======================================== */
.c-fv.yellow01 {
  background: url(/pic-labo/bg_fv_yellow01.png) no-repeat center center/100% 100%;
}
@media only screen and (max-width: 767px) {
  .c-fv.yellow01 {
    background: url(/pic-labo/bg_fv_yellow01_sp.png) no-repeat center center/100% 100%;
  }
}
.c-fv.yellow02 {
  background: url(/pic-labo/bg_fv_yellow02.png) no-repeat center center/100% 100%;
}
@media only screen and (max-width: 767px) {
  .c-fv.yellow02 {
    background: url(/pic-labo/bg_fv_yellow02_sp.png) no-repeat center center/100% 100%;
  }
}
.c-fv.blue {
  background: url(/pic-labo/bg_fv_blue.png) no-repeat center center/100% 100%;
}
@media only screen and (max-width: 767px) {
  .c-fv.blue {
    background: url(/pic-labo/bg_fv_blue_sp.png) no-repeat center center/100% 100%;
  }
}
.c-fv.green {
  background: url(/pic-labo/bg_fv_green.png) no-repeat center center/100% 100%;
}
@media only screen and (max-width: 767px) {
  .c-fv.green {
    background: url(/pic-labo/bg_fv_green_sp.png) no-repeat center center/100% 100%;
  }
}
.c-fv.brown {
  background: url(/pic-labo/bg_fv_brown.png) no-repeat center center/100% 100%;
}
@media only screen and (max-width: 767px) {
  .c-fv.brown {
    background: url(/pic-labo/bg_fv_brown_sp.png) no-repeat center center/100% 100%;
  }
}
.c-fv.purple {
  background: url(/pic-labo/bg_fv_purple.png) no-repeat center center/100% 100%;
}
@media only screen and (max-width: 767px) {
  .c-fv.purple {
    background: url(/pic-labo/bg_fv_purple_sp.png) no-repeat center center/100% 100%;
  }
}
.c-fv.pink {
  background: url(/pic-labo/bg_fv_pink.png) no-repeat center center/100% 100%;
}
@media only screen and (max-width: 767px) {
  .c-fv.pink {
    background: url(/pic-labo/bg_fv_pink_sp.png) no-repeat center center/100% 100%;
  }
}
.c-fv__wrap {
  position: relative;
  padding: 24px 0 95px;
}
@media only screen and (max-width: 767px) {
  .c-fv__wrap {
    padding: 14px 0 48px;
  }
}
.c-fv__ttl__en {
  color: #4f0c06 !important;
  color: var(--pointColor) !important;
}
.c-fv__ttl__en {
  font-family: "EB Garamond", serif;
  font-family: var(--fontEn);
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.2;
  margin: 0 0 5px;
}
@media only screen and (max-width: 767px) {
  .c-fv__ttl__en {
    font-size: 16px;
    margin: 0 0 2px;
  }
}
.c-fv__ttl__ja {
  display: block !important;
}
.c-fv__ttl__ja {
  color: #4f0c06;
  color: var(--pointColor);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-family: var(--fontJa);
  font-size: 42px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .c-fv__ttl__ja {
    font-size: 24px;
  }
}
.c-fv__ttl__sub {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.06em;
  margin: 0 0 5px;
}
.c-fv__txt {
  padding: 20px 0 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .c-fv__txt {
    padding: 5px 0 0;
  }
}
.c-fv__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .c-fv__container {
    gap: 15px;
  }
}
.c-fv__container .c-ttl {
  width: 34.9137931%;
}
@media only screen and (max-width: 767px) {
  .c-fv__container .c-ttl {
    width: 100%;
  }
}
.c-fv__container__img {
  width: 65.0862069%;
}
@media only screen and (max-width: 767px) {
  .c-fv__container__img {
    width: 100%;
  }
}
.c-fv__container__img img {
  border-radius: 30px;
}
@media only screen and (max-width: 767px) {
  .c-fv__container__img img {
    border-radius: 10px;
  }
}
.c-fv[\:has\(.c-fv__container\)] .c-fv__wrap {
  padding: 24px 0 140px;
}
.c-fv:has(.c-fv__container) .c-fv__wrap {
  padding: 24px 0 140px;
}
@media only screen and (max-width: 767px) {
  .c-fv[\:has\(.c-fv__container\)] .c-fv__wrap {
    padding: 14px 0 60px;
  }
  .c-fv:has(.c-fv__container) .c-fv__wrap {
    padding: 14px 0 60px;
  }
}
.c-fv[\:has\(.c-fv__container\)] .c-breadcrumb {
  margin: 0 0 30px !important;
}
.c-fv:has(.c-fv__container) .c-breadcrumb {
  margin: 0 0 30px !important;
}

.c-breadcrumb {
  margin: 0 0 70px !important;
}

.c-breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .c-breadcrumb {
    margin: 0 0 20px !important;
  }
}
.c-breadcrumb li {
  list-style: none !important;
}
.c-breadcrumb li {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
}
@media only screen and (max-width: 767px) {
  .c-breadcrumb li {
    font-size: 12px;
    letter-spacing: 0.08em;
  }
}
.c-breadcrumb li:not(:last-child) {
  padding: 0 22px 0 0;
}
@media only screen and (max-width: 767px) {
  .c-breadcrumb li:not(:last-child) {
    padding: 0 15px 0 0;
  }
}
.c-breadcrumb li:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 6px;
  right: 8px;
  padding: 4px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 1px solid #3a0c08;
  border-top: 1px solid var(--baseColor);
  border-right: 1px solid #3a0c08;
  border-right: 1px solid var(--baseColor);
}
@media only screen and (max-width: 767px) {
  .c-breadcrumb li:not(:last-child)::before {
    padding: 2px;
    top: 5px;
    right: 5px;
  }
}

/* ========================================
▲共有FV
======================================== */
/* ========================================
▼サイドバー
======================================== */
.c-sidebar__ttl {
  padding: 15px 22px;
  background: #ffece9;
  background: var(--pink);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.85;
  letter-spacing: 0.06em;
}
.c-sidebar__block__ttl {
  position: relative;
  padding: 25px 0;
  border-bottom: 1px solid #d9d9d9;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.03em;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-sidebar__block__ttl::before {
  content: "";
  position: absolute;
  top: 32px;
  right: 7px;
  padding: 4px;
  border-right: 1px solid #3a0c08;
  border-right: 1px solid var(--baseColor);
  border-bottom: 1px solid #3a0c08;
  border-bottom: 1px solid var(--baseColor);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.c-sidebar__block__ttl.opened::before {
  top: 34px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.c-sidebar__block__ttl:hover {
  opacity: 0.7;
}
.c-sidebar__block__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 5.03597122%;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: max-height 0.4s ease, opacity 0.4s ease;
  transition: max-height 0.4s ease, opacity 0.4s ease;
}
.c-sidebar__block__box a {
  width: 47.48201439%;
  position: relative;
  display: block;
  padding: 15px 15px 15px 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.03em;
  border-bottom: 1px solid #d9d9d9;
}
.c-sidebar__block__box a::before {
  content: "";
  position: absolute;
  top: 23px;
  right: 7px;
  padding: 3px;
  border-top: 1px solid #3a0c08;
  border-top: 1px solid var(--baseColor);
  border-right: 1px solid #3a0c08;
  border-right: 1px solid var(--baseColor);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* ========================================
▲サイドバー
======================================== */
/* ========================================
▲カートページ
======================================== */
#main-column-full #mainContents_wrap .cart-section {
  max-width: 1190px;
  padding: 0 15px;
  margin: 0 auto;
}

/* ========================================
▲カートページ
======================================== */
/* ========================================
▲ショップガイド（その他ページ）
======================================== */
#main-column[\:has\(\%23shopGuide_wrap\)] {
  width: 100%;
}
#main-column:has(#shopGuide_wrap) {
  width: 100%;
}
#main-column[\:has\(\%23shopGuide_wrap\)] #bread-crumb {
  width: 100%;
  max-width: 1190px;
  padding: 0 15px;
  margin: 0 auto;
}
#main-column:has(#shopGuide_wrap) #bread-crumb {
  width: 100%;
  max-width: 1190px;
  padding: 0 15px;
  margin: 0 auto;
}

#shopGuide_wrap #guide {
  width: 100%;
  max-width: 1190px;
  padding: 0 15px;
  margin: 0 auto;
  padding: 95px 15px 120px;
}
@media only screen and (max-width: 767px) {
  #shopGuide_wrap #guide {
    padding: 50px 15px 40px;
  }
}
#shopGuide_wrap #guide h1 {
  color: #4f0c06;
  color: var(--pointColor);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-family: var(--fontJa);
  font-size: 42px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.06em;
  margin: 0 0 60px;
}
@media only screen and (max-width: 767px) {
  #shopGuide_wrap #guide h1 {
    font-size: 24px;
    margin: 0 0 40px;
  }
}
#shopGuide_wrap #guide .chart {
  max-width: 900px;
  margin: 0 auto;
}
#shopGuide_wrap #guide .block {
  margin: 0 0 30px;
}
#shopGuide_wrap #guide .block:last-child {
  margin: 0;
}
#shopGuide_wrap #guide h2 {
  font-size: 17px;
  margin: 0 0 15px;
  padding: 0 0 12px;
  border-bottom: 1px solid #d9d9d9;
}
#shopGuide_wrap #guide h2.ttlShop {
  font-size: 28px;
  border-bottom: none;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-family: var(--fontJa);
  font-size: 28px;
  font-weight: 500;
  line-height: 1.3214285714;
  letter-spacing: 0.06em;
  margin: 0 0 20px;
}
@media only screen and (max-width: 767px) {
  #shopGuide_wrap #guide h2.ttlShop {
    font-size: 20px;
    margin: 0 0 10px;
  }
}
#shopGuide_wrap #guide p {
  font-size: 13px;
  line-height: 1.6;
}
#shopGuide_wrap #guide table {
  display: block;
  margin: 0 0 70px;
  border: none;
}
@media only screen and (max-width: 767px) {
  #shopGuide_wrap #guide table {
    margin: 0 0 60px;
  }
}
#shopGuide_wrap #guide table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid #d9d9d9;
  border-top: none;
}
#shopGuide_wrap #guide table tr:first-child {
  border-top: 1px solid #d9d9d9;
}
#shopGuide_wrap #guide table tr th {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 250px;
  padding: 30px 5px;
  background: #faf8f8;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.06em;
  text-align: center;
  border: none;
}
@media only screen and (max-width: 767px) {
  #shopGuide_wrap #guide table tr th {
    width: 114px;
    padding: 23px 5px;
    font-size: 13px;
  }
}
#shopGuide_wrap #guide table tr td {
  display: block;
  width: calc(100% - 250px);
  padding: 30px 53px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.06em;
  border: none;
}
@media only screen and (max-width: 767px) {
  #shopGuide_wrap #guide table tr td {
    width: calc(100% - 114px);
    padding: 23px 20px;
    font-size: 13px;
  }
}

/* ========================================
▲ショップガイド（その他ページ）
======================================== */
/* ========================================
▼coming soon
======================================== */
.header__box__cart {
  display: none;
}

.header__box__account {
  display: none;
}

.header__btn {
  display: none;
}

.floating .cart {
  display: none;
}
.floating .account {
  display: none;
}

/* ========================================
▲coming soon
======================================== */