/** Shopify CDN: Minification failed

Line 948:0 Expected "}" to go with "{"

**/
@charset "utf-8";
/*--------------------------
リセット
--------------------------*/
body {
  font-family: Helvetica , var(--font-body-family) ; 
}


/*--------------------------
オリジナル
--------------------------*/
.sp {
  display: none !important;
}


/*スクロールダウンボタン*/
.keyvisual__scroll{
  width: 128px;
  position: absolute;
  bottom: 120px;
  right: -1%;
  transform: translateX(-50%);
  z-index: 2;
  overflow: hidden;
}

.keyvisual__scroll--circle{
  height: auto;
  width: 100%;
  animation: rotate 15s linear infinite;
}

.keyvisual__scroll--arrow{
  height: auto;
  width: 1.6vw;
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}



/*--------------------------
テーマスタイルの上書き
--------------------------*/

.button, .customer .button {
  font-size: 1.4rem;
}

.button--primary, .button--secondary, .button--tertiary, .customer .button--primary, .customer .button--secondary, .customer .button--tertiary {
  padding: 2rem 4rem;
}

.field__input {
  border-radius: 8px !important;
}

/*ヘッダー*/
.header-wrapper {
  max-width: 100%;
  padding-left: 24px;
  padding-right: 24px;
}

.header {
  /*background-color: rgba(255, 255, 255, .02) !important;*/
  backdrop-filter: blur(16px) !important;
  -webkit-backdrop-filter: blur(16px) !important;
  padding-top: 16px;
  padding-bottom: 16px;
  margin-top: 24px !important;
  border-radius: 8px !important;;
}

.header .container {
  max-width: 100%;
}

/*ヘッダーのサイトサイトカラーの切り替えボタン非表示*/
.header__scheme {
  display: none;
}

/*ハンバーガーメニューのアイコン*/
.aside-menu__toggle .icon-menu {
  width: 28px;
  height: 28px;
  /*color: #ffffff !important;*/
}

.header__icons-wrapper {
  gap: 1.6rem !important;
}

/*ヘッダーアカウントボタン*/
.header__icon--account {
  padding: 12px 28px;
  /*border-radius: 40px;*/
  border-radius: 8px;
  background-color: rgb(var(--color-button-secondary-background));
  color: #ffffff !important;
}

.header__account span {
  font-size: 1.4rem;
}

.header__account-modal {
  min-width: 22rem !important;
}

/*ヘッダーカートボタン*/
.header__icon--cart {
  padding: 12px 28px;
  /*border-radius: 40px;*/
  border-radius: 8px;
  background-color: rgba(var(--color-button));
}

.header__cart span,
.cart-count-bubble {
  font-size: 1.4rem;
  color: #151515 !important;
}

.aside-menu__wrapper .container {
  max-width: 98% !important;
  padding-top: 20px;
}

/*PCの時だけヘッダーのメニューを非表示*/
.header__inline-menu {
  display: none;
}

/*ヘッダーフルスクリーンメニュー*/
.aside-menu__container {
  flex-flow: column;
  margin-top: 4rem !important;
}

.aside-menu__promo-blocks {
  width: 100%;
  max-width: 100% !important;
  display: grid !important;   
  grid-template-rows: 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr 1fr;
}

.aside-menu__promo-block-1 {
	grid-row: 1 / 3;
	grid-column: 1 / 3;
}
.aside-menu__promo-block-2 {
	grid-row: 1 / 2;
	grid-column: 3 / 3;
}
.aside-menu__promo-block-3 {
	grid-row: 1 / 2;
	grid-column: 4 / 4;
}
.aside-menu__promo-block-4 {
	grid-row: 2 / 3;
	grid-column: 3 / 3;
}
.aside-menu__promo-block-5 {
	grid-row: 2 / 3;
	grid-column: 4 / 4;
}

.aside-menu__promo-block img {
  transition: transform .6s ease;
}

.aside-menu__promo-block img:hover {
  transform: scale(1.1);
}



/*商品詳細ページ*/
.product__description {
  max-width: 100% !important;
  font-size: 14px;
}




/*固定ページ*/
.template-page .main-page img {
  border-radius: 0;
}

/*ポリシーページ*/
.shopify-policy__container {
  margin-top: 64px;
}

.shopify-policy__body h1,
.shopify-policy__title h1 {
  font-size: 20px !important;
}

.shopify-policy__body h2 {
  font-size: 18px !important;
}

.shopify-policy__body h3 {
  font-size: 16px !important;
}

.shopify-policy__body h4 {
  font-size: 14px !important;
}

.shopify-policy__body h5 {
  font-size: 12px !important;
}

.shopify-policy__body {
  margin-top: 64px;
}

.shopify-policy__body table {
  overflow: inherit !important;
  height: auto !important;
  font-size: 12px !important;
  white-space: normal !important;
}



/*マイページ*/
.addresses .address-add-form form, .addresses .address-edit-form form {
  flex-direction: column !important;
}



/*カート*/
.tax-note {
  max-width: 100% !important;
}

.js-contents-shipping {
  display: none !important;
}

.cart__checkout-button {
  max-width: 100% !important;
}

.cart__footer-dynamic-checkout .cart__dynamic-checkout-buttons {
  align-items: unset !important;
}




/*スライドショーセクション*/
.slideshow-slide .container {
  max-width: 98% !important;
  height: 100vh;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.slideshow-slide__text {
  /*margin-bottom: 200px !important;*/
}

.slideshow-slide__title {
  font-size: 104px;
}

.slideshow-slide__title p {
  margin: 64px 0 40px !important;
}

.slideshow-slide__text--large,
.slideshow .container .slideshow-slide__desc {
  max-width:60.0rem !important;
}

.slideshow-slide__text .richtext__content p {
  font-size: 160%;
}

.slideshow__button-wrapper {
  margin-top: 20px;
}


/*メディアセクション*/
#shopify-section-template--16610134753467__media_QGcLJk {
  padding-top: 2.2rem !important;
}

.simple-media-card__text {
  font-size: 15px !important;
  font-weight: 500;
  letter-spacing: 0.2rem;
  /*margin-top: 10px !important;*/
}




/*リッチテキストセクション（ブランド紹介）*/
.rich-text__wrapper {
  max-width: 100% !important;
}

.rich-text__wrapper--column .rich-text__text {
  max-width: 100% !important;
}




/*ニュースレターセクション*/
.newsletter .row .newsletter__title {
  max-width: 100% !important;
  margin-left: 0 !important;
}

.newsletter-form__wrapper .newsletter-form {
  display: flex;
  justify-content: end;
}




/*Ourstory セクション*/
.original-section-ourstory {
  width: 100%;
  background-repeat: no-repeat !important;
  background-position: left 50% top 50% !important;
}

.original-section-ourstory a {
  text-decoration: none;
  cursor: none; 
}

.bgScale {
  background-size: 100%;
  height: 100vh !important;
}

.original-section-ourstory-wrapper {
  width: 100%;
  max-width: 100% !important;
  height: 100vh !important;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
  padding-top: 0;
}

.original-section-title-box {
  width: 100%;
  text-align: center;
}

.original-section-title-box .original-section-title-sub {
  width: 100%;
  padding: 0 0;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.2rem;
  margin: 0 auto 10px;
  text-align: center;
  color: #FFFFFF;
  font-family: var(--font-heading-family);
}

.original-section-title-box h2 {
  margin: 0;
  padding: 0;
  font-size: 80px;
  letter-spacing: 0.2rem;
  color: #FFFFFF;
}

.original-section-ourstory-explanation {
  width: 100%;
  /*max-width: 800px;*/
  text-align: center;
}

.original-section-ourstory-explanation p {
  font-size: 16px;
  font-weight: 400;
  line-height: 2.6;
  letter-spacing: 0.3em;
  margin-block-start: 2em;
  margin-block-end: 2em;
  color: #ffffff !important;
}

.original-section-ourstory-explanation p:first-child {
  margin-block-start: 0;
}

.original-section-ourstory-explanation p:last-child {
  margin-block-end: 0;
}

#cursor{
  position: fixed;
  /*丸の大きさと色の指定*/
  background: #FFD900;
  border-radius:20px;
  width: 120px;
  height: 120px;
  padding-top: 50px;/*真ん中にくるようにマイナスマージンで調整*/
  z-index: 2;/*一番手前に来るように*/
  pointer-events: none;/*クリックできなくなるのを防ぐため。noneで対応*/
  opacity: 0;
  font-size: 14px;
  font-weight: 600;
  border-radius: 100px;
  text-align: center;
  box-sizing: border-box;
}




  /*イメージバナーセクション*/
  .image-banner-container .image-banner__heading {
    font-size: calc(var(--font-heading-h2-scale)* 4.0rem)!important;
    line-height: 1.2 !important;
  }



/*イメージセクション*/
.image-with-text__grid {
  gap: 12rem !important;
}

.image-with-text__content--image_left, .image-with-text__content--image_right {
  padding: 3rem 0 !important;
}

.section-header__title, .section-header__subtitle, .image-with-partsname {
  max-width: 100% !important;
}

.section-header__subtitle {
  display: inline-block;
  padding: 4px 16px;
  background-color: #f1f1f1;
  border-radius: 16px;
}
.image-with-partsname {
  font-size: 20px;
  margin: 8px 0 24px;
  font-weight: 600;
  /*border-bottom: 1px solid rgb(var(--color-border));*/
}

.image-with-text .section-header__title {
  letter-spacing: 0.08rem;
  font-family: Helvetica , var(--font-body-family) !important; 
}

.image-with-text__media img {
  border-radius: 0 !important;
}


@media screen and (min-width: 1200px) {

}

/*----------------------------------------------------
****レスポンシブ対応****
----------------------------------------------------*/
@media screen and (max-width: 1399px) {
  .bgScale {
    height: 80vh !important;
  }
}



@media screen and (max-width: 1024px) {
  .bgScale {
    height: 50vh !important;
  
}





/*----------------------------------------------------
****タブレット版・スマートフォン版****
----------------------------------------------------*/
@media screen and (max-width: 843px) {

  /*--------------------------
  リセット
  --------------------------*/
  body {
  }

  h1, h2, h3, h4, h5, h6, .h0, .h1, .h2, .h3, .h4, .h5 {
    line-height: 1.4 !important;
  }

  /*--------------------------
  オリジナル
  --------------------------*/
  .sp {
    display: block !important;
  }

  .pc {
    display: none !important;
  }

  /*ドロワーメニューを開いた際の位置*/
  body.scroll-locked {
    top: 0 !important;
  }

  /*スクロールダウンボタン*/
  .keyvisual__scroll{
    width: 112px;
    bottom: 80px;
    right: 2%;
    transform: none;
  }

  .keyvisual__scroll--circle{
  }

  .keyvisual__scroll--arrow{
    width: 4vw;
  }




/*--------------------------
テーマスタイルの上書き
--------------------------*/

  /*ヘッダー*/
  .header-wrapper {
    padding-left: 8px;
    padding-right: 8px;
  }

  .header {
    padding-top: 8px;
    padding-bottom: 8px;
    margin-top: 8px !important;
  }

  .header .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  /*カートのアイコンサイズ*/
  .header__icon--cart {
    padding: 6px 20px;
  }

  .header__cart span, .cart-count-bubble {
    font-size: 1.2rem;
  }

  /*ヘッダーフルスクリーンメニュー ハンバーガーメニュー内に増設*/
  .menu-drawer {
    border-radius: 10px;
  }

  .js .menu-drawer {
    height: 100vh !important;
  }

  /*.js .menu-drawer .menu-drawer__inner-container {
    top: 0 !important;
  }*/

  .menu-drawer__inner-container {
    height: 100% !important; /*縦スクロールさせる*/
    padding-bottom: 160px;
  }

  .menu-drawer__navigation-container {
    overflow-y: scroll;
    gap: 20px;
  }

  .menu-drawer__navigation-container .aside-menu__promo-blocks {
    width: 100%;
    max-width: 90% !important;
    display: grid !important;   
    grid-template-rows: 0.8fr 0.4fr 0.4fr;
    grid-template-columns: 1fr 1fr !important;
    margin: 0 auto 0;
  }

  .menu-drawer__navigation-container .aside-menu__promo-block-1 {
    grid-row: 1 / 1;
    grid-column: 1 / 3;
  }
  .menu-drawer__navigation-container .aside-menu__promo-block-2 {
    grid-row: 2 / 2;
    grid-column: 1 / 1;
  }
  .menu-drawer__navigation-container .aside-menu__promo-block-3 {
    grid-row: 2 / 2;
    grid-column: 2 / 2;
  }
  .menu-drawer__navigation-container .aside-menu__promo-block-4 {
    grid-row: 3 / 3;
    grid-column: 1 / 1;
  }
  .menu-drawer__navigation-container .aside-menu__promo-block-5 {
    grid-row: 3 / 3;
    grid-column: 2 / 2;
  }

  .menu-drawer__navigation .menu-drawer__menu li a {
    font-size: 2.0rem !important;
    font-weight: 600;
  }

  .icon-dark-mode {
    display: none;
  }

  /*
  .menu-drawer__utility-account-body {
    padding: 0 0 !important;
  }

  .menu-drawer__utility-account-link a {
    background-color: #C00931;
    color: #ffffff !important;
    padding: 12px !important;
    border-radius: 8px;
  }
*/



  /*商品詳細ページ*/

  .main-product .container {
    padding-top: 0 !important;
  }

  .product__description {
    max-width: 100% !important;
    font-size: 14px;
  }

  .product__media-list {
    overflow: visible !important;
  }

  .product__outer--thumbs-aside .product__media-list .product__media {
    border-radius: 0 !important;
  }

  .product__media-subitem .product__media img {
    border-radius: 4px !important;
  }

  .product__pagination-wrapper {
    bottom: 1rem !important;
  }

  /*アコーディオン・高さを制限しているボックスの要素*/
  .accordion-box {
    position: relative;
    max-width: 500px;
    height: 180px;
    padding: 0 0 80px;
    margin: 20px auto;
    overflow: hidden;
    transition: .4s;
    box-sizing: border-box;
  }
  /*グラデーションで隠す擬似要素*/
  .accordion-box:before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100px;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(255,255,255,1) 70%, rgba(255,255,255,0) 100%);
    transition: .4s;
  }
  /*クラス付与時のスタイル*/
  .accordion-box .active:before{
    opacity: 0;
    visibility: hidden;
  }

  /*ボタンのスタイル*/
  .accordion-box .accordion-button{
    position: absolute;
    right: 0;
    bottom: 20px;
    width: 100%;
    height: 40px;
    cursor: pointer;
    color: #696969;
    border: 1px solid #F1F1F1;
    background-color: #fff;
    font-size: 12px;
    border-radius: 8px;
  }



  /*コレクション*/
  .collection-hero__wrapper {
    --aspect-ratio: 1 / 1.4 !important;
  }




  /*フッター*/
  .footer__blocks-wrapper {
    gap: 40px;
  }

  .footer-block--logo .footer-block__text {
    font-size: 10px;
  }

  .footer .list-menu__item {
    font-size: 20px;
    font-weight: 600 !important;
  }




  /*スライドショーセクション*/
  .slideshow-slide .container {
    max-width: 98% !important;
    height: 100vh;
  }

  .slideshow-slide__text {
    width: 100% !important;
    margin-right: 0 !important;
    margin-top: -20px !important;
  }

  .slideshow-slide__title {
    font-size: 56px;
  }

  .slideshow-slide__title p {
    margin: 0 0 64px !important;
    line-height: 1;
  }

  .slideshow-slide__text--large,
  .slideshow .container .slideshow-slide__desc {
  }

  .slideshow-slide__text .richtext__content p {
    font-size: 120%;
  }



  /*メディアセクション*/
  .simple-media-card__wrapper {
    padding: 2rem !important;
  }
  .simple-media-card__heading {
    font-size: 3.2rem !important;
  }

  .simple-media-card__text {
    font-size: 14px !important;
    letter-spacing: 0.1rem;
  }




  /*ニュースレターセクション*/

  .newsletter__wrapper {
    gap: 10px;
  }

  .newsletter .row .newsletter__title {
    line-height: 1.4;
  }

  .newsletter-form__wrapper .newsletter-form {
  }




  /*Ourstory セクション*/
  .original-section-ourstory {
  }

  .original-section-ourstory a {
  }

  .bgScale {
    height: 90vh !important;
  }

  .original-section-ourstory-wrapper {
  }

  .original-section-title-box {
  }

  .original-section-title-box .original-section-title-sub {
    margin: 0 auto 10px;
  }

  .original-section-title-box h2 {
    font-size: 56px;
    letter-spacing: 0.1rem;
  }

  .original-section-ourstory-explanation {
  }

  .original-section-ourstory-explanation p {
    max-width: 90%;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.2em;
  }

  .original-section-ourstory-explanation p:first-child {
  }

  .original-section-ourstory-explanation p:last-child {
  }

  #cursor{
  }




  /*イメージバナーセクション*/
  .image-banner-section .image-banner__media {
    --aspect-ratio-image: 1 / 1 !important;
  }

  .image-banner-container .image-banner__heading {
  }






  /*イメージセクション*/
  .image-with-text__grid {
    gap: 0.1rem !important;
  }

  .image-with-text__content--image_left, .image-with-text__content--image_right {
  }

  .section-header__title, .section-header__subtitle, .image-with-partsname {
  }

  .section-header__subtitle {
  }
  .image-with-partsname {
  }

  .image-with-text .section-header__title {
  }

  .image-with-text__media img {
  }



  /*Our style*/
  #shopify-section-template--16610134819003__image_banner_cqTVez .image-banner-container .image-banner__heading {
    font-size: calc(var(--font-heading-h2-scale)* 2.4rem)!important ;
  }





}





/*スマートフォン版*/
@media screen and (max-width: 599px) {
}



@media screen and (max-width: 428px) {
}
