@charset "UTF-8";
* {
  font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.04em;
}

body {
  color: #061e1e;
  letter-spacing: 0.04em;
}

p {
  color: #3b4e4e;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.6em;
  letter-spacing: 0.04em;
}

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;
}

img {
  width: 100%;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.center {
  text-align: center;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.f-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.f-jc-sb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.f-jc-c {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.f-jc-fe {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.f-ai-c {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.f-ai-fs {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.f-ai-fe {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.f-ac-c {
  -ms-flex-line-pack: center;
      align-content: center;
}

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

.inner {
  max-width: 960px;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
.header02 {
  display: none;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 9999;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: 0.4s ease-in-out all;
  transition: 0.4s ease-in-out all;
  opacity: 1;
  background: #fff;
}
.header__wrap {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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: 1000px) {
  .header__wrap {
    padding: 15px 0;
  }
}
.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.header__logo {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 55px;
}
@media only screen and (max-width: 1000px) {
  .header__logo {
    width: 45px;
  }
}
.header__logo img {
  -webkit-filter: brightness(0) invert(0);
          filter: brightness(0) invert(0);
}
.header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 25px;
  padding: 0 0 0 30px;
}
@media only screen and (max-width: 1000px) {
  .header__list {
    display: none;
  }
}
.header__item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.header__item__txt {
  display: block;
  color: #001f1e;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1;
}
.header__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.header__icon {
  position: relative;
  width: 30px;
}
.header__icon.cart {
  margin: 0 15px 0 0;
  mix-blend-mode: normal;
}
@media only screen and (max-width: 1000px) {
  .header__icon.cart {
    margin: 0 10px 0 0;
  }
}
.header__icon img {
  -webkit-filter: brightness(0) invert(0);
          filter: brightness(0) invert(0);
}
.header__cart__count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 20px;
  height: 20px;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  position: absolute;
  left: 20px;
  top: -10px;
  padding: 0 4px;
  border-radius: 10px;
  background: #fff;
  color: #061e1e;
}
.header__toggle {
  position: relative;
  width: 16px;
  height: 11px;
  margin: 10px 0 5px 5px;
}
@media only screen and (min-width: 1001px) {
  .header__toggle {
    display: none;
  }
}
.header__toggle span {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #001f1e;
}
.header__toggle span:nth-child(1) {
  top: 0;
}
.header__toggle span:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header__toggle span:nth-child(3) {
  top: 100%;
}
.header__nav {
  position: relative;
  width: 89.3%;
  background: #bac5b9;
  margin: 0 0 0 auto;
  height: 100%;
  overflow-y: scroll;
}
.header__nav__in {
  padding: 20px 20px 100px 35px;
}
.header__nav__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0 15px;
}
.header__nav__box img {
  -webkit-filter: brightness(0) invert(0);
          filter: brightness(0) invert(0);
}
.header__nav__toggle {
  position: relative;
  width: 20px;
  height: 12px;
  margin: 10px 0 5px 0px;
}
.header__nav__toggle span {
  display: block;
  position: absolute;
  left: 50%;
  width: 100%;
  height: 1px;
  background: #000;
}
.header__nav__toggle span:nth-child(1) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.header__nav__toggle span:nth-child(2) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.header__nav__list {
  padding: 75px 0 35px;
}
.header__nav__item {
  margin: 0 0 30px;
}
.header__nav__item:last-child {
  margin: 0;
}
.header__nav__item a {
  color: #061e1e;
  font-size: 13px;
}
.header__nav__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 30px;
  margin: 0 0 40px;
}
.header__nav__icon {
  width: 20px;
}
.header__nav__copy {
  color: #667575;
  font-family: "Cormorant Garamond", serif;
  font-size: 14px;
  line-height: 1;
}

#gnav {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: -5%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
}
#gnav.active {
  right: 0;
  opacity: 1;
  visibility: visible;
}

body::before {
  content: "";
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
}
body.opened {
  position: relative;
}
body.opened::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999;
  opacity: 1;
  visibility: visible;
}
body.opened .header {
  background: none;
}
body.opened .header__logo {
  opacity: 0;
}

.contact {
  padding: 80px 0;
  background: #bac5b9;
}
@media only screen and (max-width: 767px) {
  .contact {
    padding: 40px 0;
  }
}
.contact__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.contact .c-ttl {
  width: 50%;
  padding: 0 30px 0 0;
}
@media only screen and (max-width: 767px) {
  .contact .c-ttl {
    width: 100%;
    margin: 0 0 20px;
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .contact .c-ttl__en {
    margin: 0 0 18px;
  }
}
@media only screen and (max-width: 767px) {
  .contact .c-ttl__ja {
    line-height: 1.7692307692;
  }
}
.contact__container {
  width: 50%;
  padding: 0 60px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px 0;
}
@media only screen and (max-width: 1000px) and (min-width: 768px) {
  .contact__container {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .contact__container {
    width: 100%;
    padding: 0;
  }
}
.contact__btn {
  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;
  position: relative;
  width: 100%;
  height: 50px;
  background: #fff;
  border-radius: 5px;
}
.contact__btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  padding: 3px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}
.contact__btn.line .contact__btn__icon {
  width: 22px;
}
@media only screen and (max-width: 767px) {
  .contact__btn.line .contact__btn__icon {
    width: 20px;
  }
}
.contact__btn.question .contact__btn__icon {
  width: 20px;
  margin: 1px 0 0;
}
@media only screen and (max-width: 767px) {
  .contact__btn.question .contact__btn__icon {
    width: 18px;
  }
}
.contact__btn__in {
  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: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 0 10px;
}
.contact__btn__txt {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .contact__btn__txt {
    font-size: 13px;
  }
}

.footer {
  padding: 55px 0 50px;
  background: url(../../../../assets/img/common/bg_footer.jpg) no-repeat center center/cover;
}
@media only screen and (max-width: 767px) {
  .footer {
    padding: 40px 0 60px;
  }
}
.footer__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px 0;
}
@media only screen and (max-width: 1100px) and (min-width: 768px) {
  .footer__wrap {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media only screen and (max-width: 767px) {
  .footer__wrap {
    gap: 30px 0;
  }
}
.footer__logo {
  width: 200px;
}
@media only screen and (max-width: 1100px) and (min-width: 768px) {
  .footer__logo {
    width: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .footer__logo {
    width: 128px;
  }
}
.footer__container {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (max-width: 900px) and (min-width: 768px) {
  .footer__container {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .footer__container {
    width: 100%;
    padding: 0;
  }
}
.footer__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 55px;
}
@media only screen and (max-width: 767px) {
  .footer__block {
    gap: 30px 0;
    margin: 0 0 35px;
  }
}
@media only screen and (max-width: 767px) {
  .footer__box {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .footer__box:has(.footer__list__wrap) {
    width: 100%;
  }
}
.footer__box__ttl {
  color: #bac5b9;
  font-family: "Cormorant Garamond", serif;
  font-size: 16px;
  line-height: 1.875;
  margin: 0 0 20px;
}
@media only screen and (max-width: 767px) {
  .footer__box__ttl {
    font-size: 15px;
    line-height: 1.8666666667;
  }
}
.footer__list__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 55px;
}
@media only screen and (max-width: 767px) {
  .footer__list__wrap {
    gap: 0;
  }
}
@media only screen and (max-width: 767px) {
  .footer__list__wrap .footer__list {
    width: 50%;
  }
}
.footer__item {
  margin: 0 0 20px;
}
.footer__item:last-child {
  margin: 0;
}
.footer__item__txt {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 2.1428571429;
}
@media only screen and (max-width: 767px) {
  .footer__item__txt {
    font-size: 13px;
    line-height: 1.6153846154;
  }
}
.footer__bottom {
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 10px 0;
}
.footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 0 30px;
}
@media only screen and (max-width: 767px) {
  .footer__sns {
    width: 50%;
  }
}
.footer__sns__icon {
  width: 25px;
}
@media only screen and (max-width: 767px) {
  .footer__sns__icon {
    width: 20px;
  }
}
.footer__copy {
  color: #bac5b9;
  font-family: "Cormorant Garamond", serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  width: 100%;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .footer__copy {
    width: 50%;
  }
}

/* ========================================
共通アイテム
======================================== */
.c-ttl {
  text-align: left;
}
.c-ttl__en {
  color: #061e1e;
  font-family: "Cormorant Garamond", serif;
  font-size: 32px;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.2;
  margin: 0 0 3px;
}
@media only screen and (max-width: 767px) {
  .c-ttl__en {
    font-size: 22px;
    line-height: 1;
  }
}
.c-ttl__ja {
  color: #061e1e;
  font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .c-ttl__ja {
    font-size: 13px;
  }
}

.c-btn {
  display: block;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #061e1e;
  font-family: "Cormorant Garamond", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.875;
  padding: 0 22px 0 0;
  border-bottom: 1px solid #000;
}
@media only screen and (max-width: 767px) {
  .c-btn {
    font-size: 15px;
    line-height: 1.4;
    padding: 0 21px 2px 0;
  }
}
.c-btn::before {
  content: "";
  position: absolute;
  top: 12px;
  right: 0;
  padding: 3px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}
@media only screen and (max-width: 767px) {
  .c-btn::before {
    top: 8px;
  }
}

.fv {
  padding: 150px 0 70px;
}
@media only screen and (max-width: 767px) {
  .fv {
    padding: 130px 0 65px;
  }
}
.fv__ttl {
  text-align: center;
}
.fv__ttl__en {
  color: #061e1e;
  font-family: "Cormorant Garamond", serif;
  font-size: 40px;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1;
  margin: 0 0 10px;
}
@media only screen and (max-width: 767px) {
  .fv__ttl__en {
    margin: 0 0 5px;
  }
}
.fv__ttl__ja {
  color: #061e1e;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .fv__ttl__ja {
    font-size: 13px;
  }
}

/* ==================================
inview
================================== */
.fade {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  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.is-fadein {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

/* ========================================
デフォルトページ
======================================== */
.l-container {
  margin: 200px 0 0;
}
@media only screen and (max-width: 767px) {
  .l-container {
    margin: 100px 0 0;
  }
}

.u-text--head {
  font-family: "Shippori Mincho", serif;
}

.u-text--link {
  color: #061e1e !important;
}

.l-container-cart {
  margin: 200px 0 100px;
}
@media only screen and (max-width: 767px) {
  .l-container-cart {
    margin: 100px 0 80px;
  }
}
.l-container-cart .c-form_table th {
  color: #061e1e !important;
}
.l-container-cart .c-form_table > tbody > tr > td input {
  color: #061e1e !important;
}

.c-account_menu__container__block__logout span {
  color: #fff !important;
}
.c-account_menu__container__block__logout .u-icon--logout:before {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.c-form_table > tbody > tr > td input[type=text], .c-form_table--confirm > tbody > tr > td input[type=text], .c-form_table > tbody > tr > td input[type=email], .c-form_table--confirm > tbody > tr > td input[type=email], .c-form_table > tbody > tr > td input[type=tel], .c-form_table--confirm > tbody > tr > td input[type=tel], .c-form_table > tbody > tr > td input[type=number], .c-form_table--confirm > tbody > tr > td input[type=number], .c-form_table > tbody > tr > td input[type=password], .c-form_table--confirm > tbody > tr > td input[type=password] {
  color: #061e1e !important;
}

.p-contact__head__notes,
.c-form_table > tbody > tr > th, .c-form_table--confirm > tbody > tr > th {
  color: #061e1e !important;
}

@media only screen and (max-width: 767px) {
  .l-container-new .l-container__row.form {
    margin-top: 20px;
  }
}

.p-account_form__inner__bottom.sign .p-account_form__inner__bottom__btn {
  margin-bottom: 15px;
}

.p-account_form__inner__bottom.new {
  margin-top: 15px;
}
.p-account_form__inner__bottom.new .p-account_form__inner__bottom__btn {
  background: #fff !important;
  border: 1px solid #596858 !important;
  color: #596858 !important;
  border-radius: 5px;
}

.p-login__inner__registration__bottom.new .p-login__inner__registration__bottom__btn {
  border-radius: 5px;
}

.l-container input[type=submit] {
  border-radius: 5px;
}

.u-text--btn {
  border-radius: 5px;
}

@media only screen and (max-width: 767px) {
  #customers-view {
    padding: 1px 0 0;
  }
}

.base-customers {
  padding-right: 40px;
  padding-left: 40px;
}
@media only screen and (max-width: 767px) {
  .base-customers {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.p-account__inner__content__lead__note {
  padding: 10px;
  background: #fff8c2;
}/*# sourceMappingURL=base.css.map */