/** Shopify CDN: Minification failed

Line 665:1 Expected "}" to go with "{"

**/
/* ------------------------------------------
* 全体設定
* ------------------------------------------ */
@import url("https://use.typekit.net/llz0ffk.css");
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@500;600&display=swap');


/* ------------------------------------------
 * Header
 * ------------------------------------------ */
#header .header__nav .menu__panel > .menu__item > a > span,
.popup-navigation .menu__panel > .menu__item > a > span,
.popup-navigation .menu__panel > .menu__item .menu__item.menu__back a,
.search-modal__form input {
  font-family: "garamond-premier-pro", 'Noto Serif JP', serif;
  font-size: 17px;
  font-weight: 500;
  text-transform: none;
}
/* メガメニュー */
.menu__megamenu .container {
  padding: 0 10% !important;
}

/* ------------------------------------------
 * Footer
 * ------------------------------------------ */
#footer {
  position: relative;
}
.footer__content,
.footer__tape {
  position: relative;
  z-index: 1;
}
.footer__tape .container {
  gap: 30px;
}
.footer__logo {
  position: absolute;
  bottom: 0;
  left: 37px;
}
.footer__logo img {
  width: 100%;
  max-width: 681px;
}
.social-media .icon {
  width: 20px;
  height: 20px;
}
.social-media i {
  min-width: 18px;
}
@media (max-width: 1024px) {
  #footer {
    position: static;
  }
  .footer__logo {
    position: relative;
    bottom: auto;
    left: auto;
    text-align: center;
  }
  .footer__menus {
    margin-top: 20px;
    border-bottom: 1px solid #ffffff;
  }
}
/* フォント設定 */
.footer__section .footer__section-head h5 span,
.footer__copyright span {
  font-family: "garamond-premier-pro", 'Noto Serif JP', serif;
  font-size: 17px;
  font-weight: 500;
  text-transform: none;
}
.footer__copyright span {
  font-size: 15px;
}
/* ナビの改行調整 */
.footer__section-content ul li {
  white-space: nowrap;
}

/* ------------------------------------------
 * 商品詳細ページ
 * ------------------------------------------ */
/* 関連商品タイトル */
.carousel__head .carousel__title span {
  font-size: 24px !important;
  color: #000000;
}

/* ------------------------------------------
 * ページ タイトルデザイン変更
 * ------------------------------------------ */
h1.page__title,
.shopify-policy__title h1,
.home-section-title .h4,
#secrecy .h4.home-section-title,
.blog-body .h3,
.js-page-cart-ajax .h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 60px;
  font-size: 25px;
  line-height: 1.5;
  font-weight: 500;
  white-space: nowrap;
  width: 100%;
}
.shopify-policy__title h1{
  margin-top: 105px;
}
h1.page__title {
  margin-top: 45px;
  color: #5B5B5B;
}
#secrecyについて h1.page__title,
#sdgs h1.page__title{
  font-size: 38px;
}
.blog-body .h3,
.js-page-cart-ajax .h3 {
  margin-top: 65px !important;
  margin-bottom: 87px !important;
}
.home-section-title .h4 a,
#secrecy .h4.home-section-title span {
  font-size: 45px;
  color: #5B5B5B !important;
  font-family: "garamond-premier-pro", 'Noto Serif JP', serif;
}
#secrecy .h4.home-section-title > * {
  line-height: inherit;
}
@media (max-width: 1024px) {
  h1.page__title,
  .shopify-policy__title h1,
  .home-section-title .h4,
  #secrecy .h4.home-section-title {
    gap: 15px;
    margin-bottom: 50px;
    font-size: 21px;
  }
  .shopify-policy__title h1 {
    margin-top: 75px;
  }
  #secrecyについて h1.page__title,
  #sdgs h1.page__title{
    font-size: 38px;
  }
  .blog-body .h3,
  .js-page-cart-ajax .h3 {
    margin-top: 63px !important;
    margin-bottom: 65px !important;
  }
  .home-section-title .h4 a,
  #secrecy .h4.home-section-title span {
    font-size: 25px;
  }
}

h1.page__title::before,
h1.page__title::after,
.shopify-policy__title h1::before,
.shopify-policy__title h1::after,
.home-section-title .h4::before,
.home-section-title .h4::after,
#secrecy .h4.home-section-title::before,
#secrecy .h4.home-section-title::after,
.blog-body .h3::before,
.blog-body .h3::after,
.js-page-cart-ajax .h3::before,
.js-page-cart-ajax .h3::after {
  content: "";
  top: 50%;
  width: 100%;
  max-width: 240px;
  height: 1px;
}
h1.page__title::before,
.shopify-policy__title h1::before,
.home-section-title .h4::before,
#secrecy .h4.home-section-title::before,
.blog-body .h3::before,
.js-page-cart-ajax .h3::before {
  left: 0;
  background-image: linear-gradient(90deg, #000, transparent);
}
h1.page__title::after,
.shopify-policy__title h1::after,
.home-section-title .h4::after,
#secrecy .h4.home-section-title::after,
.blog-body .h3::after,
.js-page-cart-ajax .h3::after {
  right: 0;
  background-image: linear-gradient(-90deg, #000, transparent);
}


/* ------------------------------------------
 * プロモボックス見出しスタイル2,3変更
 * ------------------------------------------ */
.promobox--style-2 .promobox__text-1 {
  font-size: 45px;
  color: #5B5B5B !important;
  font-family: "garamond-premier-pro", 'Noto Serif JP', serif;
}
.promobox--style-3 .promobox__text-1 {
  font-size: 25px;
  line-height: 1.5;
  font-weight: 500;
  color: #000 !important;
}
.promobox--style-2 .promobox__text-1::after,
.promobox--style-3 .promobox__text-1::after {
  display: block;
  margin-top: 10px;
  margin-bottom: 36px;
  content: "";
  width: 100%;
  height: 1px;
  background-image: linear-gradient(90deg, #000, transparent);
}
.promobox--style-2.text-right .promobox__text-1::after,
.promobox--style-3.text-right .promobox__text-1::after {
  background-image: linear-gradient(90deg, transparent, #000);
}
@media (max-width: 1024px) {
  .promobox--style-2 .promobox__text-1 {
    font-size: 32px;
  }
  .promobox--style-3 .promobox__text-1 {
    font-size: 22px;
  }
}

@media screen and (max-width: 768px) {
  .promobox--style-2.text-right,
  .promobox--style-3.text-right {
    text-align: left !important;
  }
  .promobox--style-2.text-right .promobox__text-1::after,
  .promobox--style-3.text-right .promobox__text-1::after {
    background-image: linear-gradient(90deg, #000, transparent);
  }
}

.promobox--style-2 .promobox__text-2 {
  font-size: 16px !important;
  line-height: 2 !important;
  color: #000 !important;
}
.promobox--style-3 .promobox__text-2 {
  font-size: 14px !important;
  line-height: 2 !important;
  color: #000 !important;
}
@media (max-width: 1024px) {
  .promobox--style-2 .promobox__text-2 {
    font-size: 14px !important;
  }
  .promobox--style-3 .promobox__text-2 {
    line-height: 1.8 !important;
  }
}

/* ------------------------------------------
 * プロモボックス見出しスタイル4変更
 * ------------------------------------------ */
.promobox--style-4 {
}
.promobox--style-4 .promobox__text-1 {
  margin-bottom: 45px;
  font-size: 25px !important;
  line-height: 1.5 !important;
  color: #000 !important;
  font-weight: 500 !important;
}
@media (max-width: 1024px) {
  .promobox--style-4 .promobox__text-1 {
    font-size: 22px !important;
  }
}
.promobox--style-4 .promobox__text-2 {
  font-size: 14px !important;
  line-height: 2.5 !important;
  color: #000 !important;
}
@media (max-width: 1024px) {
  .promobox--style-4 .promobox__text-2 {
    line-height: 2.25 !important;
  }
}


/* ------------------------------------------
 * ポリシー系ページ調整
 * ------------------------------------------ */
/* ページ左右の余白 */
#MainContent .shopify-policy__container {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 140px;
}
@media (max-width: 1024px) {
  #MainContent .shopify-policy__container {
    padding-bottom: 80px;
    max-width: 680px;
  }
}

/* Text Ajust */
.shopify-policy__body h2 {
  margin-top: 60px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
}
.shopify-policy__body p {
  font-size: 14px;
  line-height: 2;
  font-weight: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
  text-align:justify;
}
@media (max-width: 1024px) {
  .shopify-policy__body h2 {
    margin-top: 50px;
    margin-bottom: 30px;
  }
}


/* ------------------------------------------
 * ご利用ガイド
 * ------------------------------------------ */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .container--sm {
      max-width: 680px;
  }
}

.guide {
  padding-bottom: 80px;
}
.popup__body .guide {
  padding-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .guide {
    padding-bottom: 60px;
  }
  .popup__body .guide {
    padding-bottom: 30px;
  }
}
.guide h2 {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 60px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
}
.popup__body .guide h2 {
  margin-top: 40px;
}
.popup__body .guide h2:first-child {
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  .guide h2 {
    margin-top: 50px;
  }
  .popup__body .guide h2 {
    margin-top: 40px;
  }
  .popup__body .guide h2:first-child {
    margin-top: 30px;
  }
}
.guide h2::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
h2.guide-flow::before     { background-image: url('/cdn/shop/files/icon-theme-109.svg?v=1719896864'); }
h2.guide-pay::before      { background-image: url('/cdn/shop/files/icon-theme-125.svg?v=1719897207'); }
h2.guide-postage::before  { background-image: url('/cdn/shop/files/icon-theme-116.svg?v=1719897207'); }
h2.guide-delivery::before { background-image: url('/cdn/shop/files/icon-theme-127.svg?v=1719897207'); }
h2.guide-cancel::before   { background-image: url('/cdn/shop/files/icon-theme-009.svg?v=1719897207'); }

.guide p,li {
  margin: 0;
  font-size: 14px;
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  .guide p,li {
    line-height: 1.8;
  }
}


/* ------------------------------------------
 * TOPページ
 * ------------------------------------------ */
.introduction {
  max-width: 1200px;
  margin: 0 auto;
  padding: 66px 0 95px;
}
@media screen and (max-width: 768px) {
  .introduction {
    padding: 18px 0 53px;
  }
}

.introduction-head {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
}
.introduction-head h2 {
  position: relative;
  margin-left: -32.0833%;
  padding-bottom: 1.2em;
  font-family: "garamond-premier-pro", 'Noto Serif JP', serif;
  font-size: 80px;
  line-height: 1.125;
  font-weight: 500;
  color: #5B5B5B;
  letter-spacing: 0;
}
.introduction-head picture {
  width: 80%;
}
.introduction-head img {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .introduction-head picture {
    width: 73.87%;
  }
  .introduction-head h2 {
    font-size: 64px;
  }
}
@media screen and (max-width: 768px) {
  .introduction-head h2 {
    margin-left: -16.8%;
    font-size: 32px;
    line-height: 1.25;
  }
}

.introduction-body {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.introduction-image-01 {
  width: 51.25%;
  margin-top: -100px;
}
.introduction-image-02 {
  width: 26.6%;
  padding-top: 141px;
}
@media screen and (max-width: 1024px) {
  .introduction-image-01 {
  }
  .introduction-image-02 {
    padding-top: 141px;
  }
}
@media screen and (max-width: 768px) {
  .introduction-body {
    flex-direction: column;
  }
  .introduction-image-01 {
    margin-left: auto;
    margin-top: -25px;
    width: 70.13%;
  }
  .introduction-image-02 {
    padding-top: 46px;
    width: 44.8%;
  }
}


/* ------------------------------------------
 * Aboutページ
 * ------------------------------------------ */

/* about-history */


/* about-profile */
.about-profile .col-12.col-md-6:nth-of-type(1) {
  padding-right: 85px;
}
@media screen and (max-width: 768px) {
  .about-profile .col-12.col-md-6:nth-of-type(1) {
    margin-bottom: 42px;
    padding-right: 0;
  }
}
.about-profile .home-section-title {
  margin-bottom: 70px !important;
}
.about-profile .home-section-title span {
  font-weight: 500;
  color: #000 !important;
  font-size: 30px;
  line-height: 1.667;
}
.about-profile .promobox__text-1::after {
  margin-bottom: 0;
}
.about-profile .promobox__text-2 {
  margin-top: 10px !important;
  font-size: 16px !important;
  line-height: 2 !important;
  font-weight: 500 !important;
}
@media screen and (max-width: 768px) {
  .about-profile .promobox__text-2 {
    font-size: 14px !important;
  }
}
.about-profile .profile-content {
  margin-top: 19px;
}
.about-profile .profile-content p {
  font-size: 14px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .about-profile .profile-content p {
    line-height: 1.8;
  }
}
.about-profile .profile-content h4 {
  margin-top: 44px;
  margin-bottom: 15px;
  font-family: "garamond-premier-pro", 'Noto Serif JP', serif;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .about-profile .profile-content h4 {
    margin-top: 38px;
  }
}


/* ------------------------------------------
 * SDGsページ
 * ------------------------------------------ */

/* sdgs-icon */
.sdgs-icon .rimage {
  padding-top: 100px !important;
}
.sdgs-icon .rimage__img {
  max-width: 445px;
  height: auto;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 540px) {
  .sdgs-icon .rimage {
    padding-top: 215px !important;
  }
  .sdgs-icon .rimage__img {
    max-width: 216px;
    height: auto;
  }
}

/* sdgs */
.sdgs {
  background-size: cover;
}
.sdgs-section-01 { background-image: url('/cdn/shop/files/sdgs-img-01.jpg?v=1721114697'); }
.sdgs-section-02 { background-image: url('/cdn/shop/files/sdgs-img-02.jpg?v=1721192702'); }
.sdgs-section-03 { background-image: url('/cdn/shop/files/sdgs-img-03.jpg?v=1721192702'); }
.sdgs-section-04 { background-image: url('/cdn/shop/files/sdgs-img-04.jpg?v=1721192702'); }


@media screen and (max-width: 768px) {
  .sdgs-section-01 { background-image: url('/cdn/shop/files/sdgs-img-01_sp.jpg?v=1721192702'); }
  .sdgs-section-02 { background-image: url('/cdn/shop/files/sdgs-img-02_sp.jpg?v=1721192702'); }
  .sdgs-section-03 { background-image: url('/cdn/shop/files/sdgs-img-03_sp.jpg?v=1721192702'); }
  .sdgs-section-04 { background-image: url('/cdn/shop/files/sdgs-img-04_sp.jpg?v=1721192702'); }
}
.sdgs .home-builder {
  padding: 170px 0;
}
@media screen and (max-width: 768px) {
  .sdgs .home-builder {
    padding: 60px 0;
  }
}
@media screen and (max-width: 768px) {
  .sdgs .rimage {
    margin-bottom: 42px;
    padding-top: 170px !important;
  }
}
.sdgs .rimage__img--cover {
  max-width: 210px;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .sdgs .rimage__img--cover {
    top: 0;
    left: 0;
    transform: translate(0%, 0%);
    width: 170px;
  }
/* テーマ独自の黒いCookie通知だけ非表示 */
.notification-cookies,
.notification-cookies *,
.js-notification-cookie,
.js-notification-cookie *,
.js-notification-cookies,
.js-notification-cookies * {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}
/* 汎用対策（PCの再描画対応） */
div[class*="cookie"],
div[id*="cookie"],
div[class*="consent"],
div[id*="consent"] {
  display: none !important;
}