/** Shopify CDN: Minification failed

Line 328:278 Unexpected "{"

**/
/*ヘッダ*/
.shopify-section--header .header{
  background: rgba(255, 255, 255, 0.8);
  padding-block-start: 0.8rem;
  padding-block-end: 0.8rem;
  letter-spacing: unset;
}

/*MV調整*/
video-media>:is(video:not(:fullscreen),img) {
  object-position: 50% 95%;
}
@media (max-width: 699px) {
    #main > .shopify-section--slideshow{
    padding-top: var(--header-height);
  }
  @supports (height: 100svh) {
    .shopify-section:first-child:has([allow-transparent-header]) .content-over-media--fill {
      --content-over-media-height: auto;
      }
    .shopify-section:first-child .content-over-media--fill {
      --content-over-media-height: auto;
    }
  }

  .content-over-media--fill {
    --content-over-media-height: auto;
  }
  video-media>:is(video:not(:fullscreen),img) {
  object-fit: contain;
  height: auto;
  }
}

/*見出し関連*/
.heading, .h1, .h2, .h3, .h4, .h5, .h6, .prose :where(h1,h2,h3,h4,h5,h6) {
  font-weight: 700;
  letter-spacing: 0.15rem;
}
.container .section-stack .v-stack .h2,
.container .section-stack .prose .h2,
.container .prose .h1,.container .section-stack .h2,
.shopify-section--main-blog .container .section-stack .v-stack .h-stack .h2,
.shopify-section--related-products .container .section-stack .prose .h2,
.shopify-section--faq .container .section-stack .prose .h2
/*Brand Story / Development Story / Exhibition固有*/
.prose .h3 .yellow_line{
  background: linear-gradient(transparent 50%, #E3E935 50%);
  padding: 0 0.5rem;
}

.container .prose .h1,.container .section-stack .h2,
/*Brand Story / Development Story / Exhibition固有*/
.prose .h3 .yellow_line{
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
/*Brand Story / Development Story / Exhibition固有*/
.prose .h3 .yellow_line{
  font-size: var(--text-h2);
}

.container .section-stack .v-stack .h-stack .h2,.container .featured-blog-post .prose .h2,/*.shopify-section--faq .container .section-stack .prose .h2,*/.shopify-section--prev-next-blog-posts .container .section-stack .prose .h2{
  background: none;
}

/*ボタン*/
.button{
  font-family: var(--heading-font-family);
  background-color: #FFF;
}
@media screen and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  .features--button-transition :is(.button,.shopify-challenge__button,.shopify-payment-button__button--unbranded):not([disabled]):hover {
  background-color: #efefef;
  }
  color: rgb(var(--button-text-color));
  .features--button-transition :is(.cart-drawer__footer [name="checkout"],.product-sticky-bar .buy-buttons .button):not([disabled]):hover{
  border-color: #E3E935;
  color:rgb(var(--button-background));
  }
}
.cart-drawer__footer [name="checkout"] ,.product-sticky-bar .buy-buttons .button{
  --initial-gradient: linear-gradient(#E3E935 , #E3E935);
  border: 1px solid #E3E935;
  color:rgb(var(--button-background));
}


/*商品ページ*/
.shopify-section--video video-media>video.object-cover{
  object-position: center;
}
.shopify-section--video video-media>:is(video:not(:fullscreen),img) {
  object-fit: contain;
}

.imgbox{
  width: 30%;
  margin-left: -1rem;
}

@media screen and (min-width: 1000px) {
  .imgbox{
    width: 70%;
    margin-left: -1rem;
  }
}

@media screen and (max-width: 699px) {
  .imgbox{
    width: 70%;
    margin-left: -1rem;
  }
}

/*中ページタイトル調整*/
@media screen and (min-width: 700px){
  .shopify-section--main-blog .section-spacing,.shopify-section--collection-banner .section-spacing{
    padding-block-start: 200px;
    gap: 100px;
    padding-block-end: 200px;
    }
  .shopify-section--main-blog .section-spacing{
    gap: 100px;
  }
}
@media screen and (pointer: fine) {
  .link-faded:hover {
    color: rgb(var(--button-text-color));
  }
}

@media screen and (min-width: 1000px) {
  .footer__aside {
     grid-auto-flow: initial;
    justify-content: center;
  }
}

/*フッター*/
@media screen and (min-width: 700px){
  .footer__block-list {
     max-width: 300px;
     justify-content: initial;
    gap: 2rem 7rem;
  }
  .footer__block--image{
    max-width: 105px;
  }
  .shopify-section-group-footer-group .footer{
    padding-block-start: 32px;
    padding-block-end: 32px;
  }
  .footer .footer__inner{
    row-gap: min(var(--section-vertical-spacing), 2rem);
  }
  .footer .footer__inner .unstyled-list .link-faded{
    font-family: var(--heading-font-family);
  }
  .footer .footer__inner .h6{
    font-size: 14px;
  }
  .footer .footer__inner .unstyled-list{
    gap: .4rem;
  }
  .footer__block-list {
    justify-content: initial;
  }
}

@media screen and (min-width: 700px) {
  .footer .footer__inner {
    row-gap: 0;
  }
}

/*特商法*/
#law{
  padding: 0 0 160px;
}
#law dl {
  display: flex;
  flex-wrap: wrap;
  border-left: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  margin: 0;
}
#law dl dt, #law dl dd {
  border-right: 1px solid #dcdcdc;
  border-top: 1px solid #dcdcdc;
  padding: 15px 20px;
  box-sizing: border-box;
  margin: 0;
  font-size: 14px;
}
#law dl dt {
  width: 25%;
}
#law dl dd {
  width: 75%;
}
#law dl dd ul {
  padding: 0;
  margin: 0;
}
#law dl dd ul li {
  list-style: none;
  position: relative;
  padding-left: 20px;
}
#law dl dd ul li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

#law .termslist{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
  margin-inline-start: 0;
  list-style: none;
}

/*利用規約・プライバシーポリシー*/
ol li::marker {
  content: none;
}
ol{
  list-style-type: none;
}
 
ol li{
	list-style-type: none;
}

ol.dot_num,ol.dot_num ol,ol.parentheses_num,ol.parentheses_num ol{
  counter-reset: num -1;
}

ol.dot_num.num1{
  counter-reset: num;  
}

.ol.dot_num{
  margin-left: 2em;
}

ol.dot_num li::before {
	counter-increment: num;
	content: counter(num, number)".";
	display:inline-block;
	margin-left: -2em;
	width: 2em;
}

ol.parentheses_num{
margin-left: 2em;
}

ol.parentheses_num li::before {
	counter-increment: num;
	content: "（"counter(num, number)"）";
	display:inline-block;
	margin-left:-3em;
	width: 3em;
}

.prose ol.dot_num li > ol.parentheses_num{
  margin-block-start: 0.5rem !important;
  margin-block-end: 0.5rem !important;
}

table.table:not(.table--bordered) :is(th,td):first-child, table.table:not(.table--bordered) :is(th,td):empty+td {
   padding-inline-start: 1rem; 
}

.table{
  border: 1px solid rgb(var(--border-color));
}

.table th{
  padding-block:unset;
  text-align: center;
  width: calc(100% / 3);
  border-left: 1px solid rgb(var(--border-color));
}
.table td{
  vertical-align: top;
}


p.note{
  font-size: 0.8em;
  padding-left: 1.5em; /* ケースによって調整する */
  position:relative;
}
p.note:before {
position:absolute;
content: "※";
left:0;
top:0;
}

/*装飾*/
span.b{
  font-weight: 700;
}
.left{
  text-align: left;
}
span.underline{
  text-decoration:underline;
  font-weight: 700;
}


/*sp*/
@media screen and (max-width: 699px){
  .container .section-stack .v-stack .h2,.container .section-stack .prose .h2,.container .prose .h1,.container .section-stack .h2,.shopify-section--main-blog .container .section-stack .v-stack .h-stack .h2,.shopify-section--related-products .container .section-stack .prose .h2,{
      display: inline;
  }
  #cursor{
    display: none;
  }
  /*フッター*/
  .footer__block-list{
    margin-left: auto;
    margin-right: auto;
  }
  .shopify-section-group-footer-group .footer{
    padding-block-end: 0;
  }
  .footer__block--image{
    max-width: 50%;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
    
  /*中ページ文章*/
    .container--sm .prose.text-center div>p,
    .image-with-text .prose.text-center div>p{
      text-align: left;
    }
}

/*スライダー*/
.slider {
   width:94%;
  margin:0 auto;
}
.slider img {
    width:100%;
    height:auto;
}

.slider .slick-slide {
    margin:0 10px;
}

.slick-prev, 
.slick-next {
    position: absolute;
    top: 42%;
    cursor: pointer;
    outline: none;
    border-top: 2px solid #666;
    border-right: 2px solid #666;
    height: 15px;
    width: 15px;
}

.slick-prev {
    left: -1.5%;
    transform: rotate(-135deg);
}

.slick-next {
    right: -1.5%;
    transform: rotate(45deg);
}

@media screen and (max-width: 699px){
  .slide-with-text .image-with-text {
      display: block;
  }
  .slide-with-text .prose .text-center{
    margin-top: 3rem;
  }
}

