/** Shopify CDN: Minification failed

Line 293:11 Unexpected "{"
Line 293:18 Expected ":"
Line 298:11 Unexpected "{"
Line 298:18 Expected ":"

**/
/*====================================
	
  	0. General
      0.1 Media Query
      0.2 Button
  	1. Header
      1.1 Navi
      1.2 Navi mobile
    2. Footer
    3. Section
  		3.1 common
  		3.2 Image with text
        3.3 Large image with text
        3.4 Custom content
        3.5 Rich text
        3.6 Collection list
        3.7 Featured collection slide
    4. Snippet  
      4.1 product-grid-item
      4.2 collection-grid-item
      4.3 article-grid-item
  	5. Product
    6. Collection
  	7. Page
      7.1 FAQ
    8. Blog
    9. Article
    10. Cart
    11. Account
    12. Policy
      12.1 General Policy
      12.2 Legal Notice
    13. App
      13.1 CRM PLUS on LINE

====================================*/


/*====================================

	0. General

====================================*/

/*
 	0.1 Media Query
====================================*/
@media (min-width:768px) {
  .visible-sp {
    display: none!important
  }
}
@media (min-width:992px) {
  .visible-tb {
    display: none!important
  }
}
@media (max-width:991px) {
  .visible-pc {
    display: none!important
  }
}
@media (max-width:767px) {
  .hidden-sp {
    display: none!important
  }
}
@media (max-width:991px) {
  .hidden-tb {
    display: none!important
  }
}
@media (min-width:992px) {
  .hidden-pc {
    display: none!important
  }
}
.center {
  text-align: center;
}
.image-center {
  margin-left: auto;
  margin-right: auto;
}
.flex-center {
  justify-content: center;
}

/*
 	0.2 Button
====================================*/
.btn {
  font-size: 12px;
  padding: 14px 28px;
  line-height: normal;
}
.btn--primary {
  background: #1c1c1c;
  color: #efefef;
}
.btn-secondary {
  background: #fff;
  color: #000;
}


/*====================================

	1. Header

====================================*/

/*
 	1.1 Navi
====================================*/
.site-nav__link {
  font-weight: bold;
}

/*
 	1.2 Navi mobile
====================================*/
@media only screen and (max-width: 768px) {
  .drawer__contents {
    background: #1c1c1c;
  }
  .mobile-nav__item:after {
    border-bottom-color: #efefef;
  }
  .drawer__close-button .icon {
    color: #efefef;
  }
  .mobile-nav__toggle .collapsible-trigger__icon .icon {
    color: #efefef;
  }
  .mobile-nav>.mobile-nav__item {
    background: #1c1c1c;
  }
  .mobile-nav__item a,
  .mobile-nav__link--button .mobile-nav__faux-link {
    color: #efefef !important;
  }
  .mobile-nav__item--secondary .mobile-nav__link,
  .mobile-nav__child-item .mobile-nav__link {
    color: #a0a0a0 !important;
  }
  .mobile-nav__item a:active {
    background: #1c1c1c;
    color: #a0a0a0 !important;
    opacity: 0.8;
  }
  .mobile-nav__social {
    margin-top: 50px;
    margin-bottom: 50px;
    justify-content: center;
    align-items: center;
    gap: 30px;
  }
  .mobile-nav__social-item {
    border: none;
    flex: 0 1 auto;
  }
  .mobile-nav__social-item a {
    padding: 0;
  }
  .mobile-nav__social-item a svg {
    width: 32px !important;
    height: 32px !important;
  }
}

/*====================================

	2. Footer

====================================*/
.site-footer {
  background: #000;
  color: #fff;
}
.site-footer .footer__title {
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #fff;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .site-footer {
    padding-top: 43px;
  }
  .site-footer .grid__item {
    padding-bottom: calc(20 / 375 * 100vw);
    border-bottom: 1px solid #aaa;
    margin-bottom: 30px;
  }
  .site-footer .grid__item[data-type="logo_sns"] {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
  }
  .site-footer .footer__title {
    text-align: left;
  }
  .site-footer .collapsible-content {
    text-align: left;
  }
}
  
/*====== menu link ======*/
.site-footer__linklist li {
  font-size: 16px;
  margin-bottom: 20px; 
  border-bottom: none;
}
.site-footer .accordion-btn {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 70%;
  text-align: left;
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  transition: all 0.3s ease;
}
.site-footer .accordion-btn:hover {
  opacity: 0.8;
}
.site-footer .accordion-icon {
  transition: transform 0.5s ease;
  margin-left: 0.5rem;
}
.site-footer .accordion-btn[aria-expanded="true"] .accordion-icon {
  transform: rotate(180deg);
}
.sub-menu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s ease;
  padding-left: 1rem;
}
.sub-menu.active {
  max-height: 500px;
}
.sub-menu .level2 {
  margin-bottom: 0;
  padding: 10px 0 4px;
}
.sub-menu .level2 a {
  text-decoration: none;
  color: inherit;
  opacity: 0.8;
  transition: opacity 0.2s ease;
}
.sub-menu .level2 a:hover {
  opacity: 1;
}
.footer-menu-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-menu-item:last-child {
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .site-footer .collapsible-content--mobile-open {
    display: block !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
  .site-footer .collapsible-content--mobile-open .collapsible-content__inner {
    opacity: 1 !important;
    transform: none !important;
    padding-top: 0 !important;
    height: auto !important;
    max-height: none !important;
  }
  #Footer-{{ block.id }}.collapsible-content--mobile-open {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
  #Footer-{{ block.id }}.collapsible-content--mobile-open .collapsible-content__inner {
    opacity: 1 !important;
    transform: translateY(0) !important;
  }
  .site-footer .collapsible-trigger-btn {
    display: none !important;
  }
  .footer__title.small--hide {
    display: block !important;
  }
  .site-footer .collapsible-content {
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
  }
  
  .site-footer .collapsible-content .collapsible-content__inner {
    opacity: 1 !important;
    transform: none !important;
  }
}

/*====== social link ======*/
.footer__social-item-list {
  gap: 50px;
  width: fit-content;
  list-style: none;
  margin: 0 auto;
  padding: 40px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}


/*====== footer-bottom ======*/
.footer-bottom {
  margin-top: 150px;
}
.footer-bottom svg {
  width: 100%;
  padding-left: 50px;
  padding-right: 50px;
}
@media only screen and (max-width: 768px) {
  .footer-bottom svg {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}

/*====== copyright ======*/
.copyright {
  text-align: center;
  padding: 20px 0;
}
@media only screen and (max-width: 768px) {
  .copyright {
    font-size: 12px;
    padding: 20px;
  }
}

/*====================================

	3. Section

====================================*/

/*
 	3.1 common
====================================*/
.index-section {
  margin: 0;
  padding: 75px 0;
}
@media only screen and (max-width: 768px) {
  .index-section {
    margin: 0;
    padding: 40px 0;
  }
}

.section-header__title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3125;
  letter-spacing: 3px;
}
.section-header__subtitle {
  font-size: 12px;
  line-height: 1.83333333;
  margin-top: 5px;
}

/*
 	3.2 Image with text
====================================*/
.section__text-and-image .feature-row {
  margin: 0;
  align-items: center;
}
.section__text-and-image .feature-row__item {
  margin: 0;
}
.section__text-and-image .feature-row-wrapper .feature-row__text {
  flex: 0 0 50%;
  min-width: unset;
  padding: 35px;
}
.section__text-and-image .feature-row__text h2 {
  font-weight: bold;
}
.section__text-and-image .feature-row__text .btn {
  margin-top: 50px;
}
.section__text-and-image .feature-row__item.feature-row__images {
  position: relative;
  flex: 1 1 auto; 
  aspect-ratio: 4 / 3;
}
.section__text-and-image .feature-row__first-image {
  position: relative;
  width: 100%;
  height: 100%; 
}
.section__text-and-image .feature-row__first-image .image-wrap {
  position: relative;
  width: 100%;
  height: 100% !important;
  padding-bottom: 0 !important; 
}
.section__text-and-image .feature-row__first-image .feature-row__image,
.section__text-and-image .feature-row__first-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.section__text-and-image .feature-row__second-image {
  position: relative;
  width: 100%;
  height: 100%;
}
.section__text-and-image .feature-row__second-image .image-wrap {
  position: relative;
  width: 100%;
  height: 100% !important;
  padding-bottom: 0 !important;
}
.section__text-and-image .feature-row__second-image .feature-row__image,
.section__text-and-image .feature-row__second-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media only screen and (max-width: 959px) {
  .section__text-and-image .feature-row-wrapper .feature-row__images {
      padding-top: 0;
  }
}

@media only screen and (max-width: 768px) {
  .section__text-and-image {
    padding: 30px 0;
  }
  .section__text-and-image .feature-row__item {
    padding-left: 0;
    padding-right: 0;
  }
  .section__text-and-image .feature-row__images {
    padding-top: 0;
    width: 100%;
    height: 300px;
  }
  .section__text-and-image .feature-row-wrapper .feature-row__text {
    padding: 20px 25px;
  }
  .section__text-and-image .feature-row__text h2 {
    font-size: 16px;
    text-align: left;
  }
  .section__text-and-image .feature-row__text p {
    font-size: 13px;
    text-align: left;
  }
}

/*====== image-widh-text__about ======*/
.image-widh-text__about-header {
  text-align: left !important;
  font-weight: bold;
  line-height: 1.3;
}
@media only screen and (min-width: 769px) {
  .image-widh-text__about-header {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .image-widh-text__about {
    margin-bottom: 0;
  }
  .image-widh-text__about .feature-row__text {
    background-color: #fff;
  }
  .image-widh-text__about .feature-row__text h2 {
    display: none;
  }
}

/*====== new-arrival__header ======*/
.new-arrival__header .feature-row__text {
  color: #eaf2ff;
  display: flex;
  flex-direction: column;
}
.new-arrival__header .feature-row__text .h1 {
  order: 1;
  margin-bottom: 0;
  line-height: 1.3;
}
.new-arrival__header .feature-row__text .subheading {
  order: 2;
  margin-bottom: 30px;
}
.new-arrival__header .feature-row__text .rte {
  order: 3;
}
@media (max-width: 768px) {
  .new-arrival__header .feature-row__images {
    display: none;
  }
  .new-arrival__header .feature-row__text {
    padding: 0 0 5px !important;
  }
  .new-arrival__header .feature-row__text .rte {
    position: relative;
    padding-bottom: 10px;
  }
  .new-arrival__header .feature-row__text .rte:before {
    position: absolute; 
    content: "";
    bottom: -5px;
    right: 0;
    width: 65%;
    height: 1px;
    background: #eaf2ff;
  }
  .new-arrival__header .feature-row__text .rte p {
    text-align: right;
  }
}

/*====== new-arrival__about ======*/
.new-arrival__about .section-header {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 20px;
}
@media (min-width:769px) {
  .new-arrival__about .section-header {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .new-arrival__about .feature-row__text h2 {
    display: none !important;
  }
}

/*====== product-giftbag ======*/
.product-giftbag .h1 > div {
  font-size: 36px;
  line-height: 0.75;
  margin-bottom: 30px;
}
.product-giftbag .h1 div span {
  font-size:14px;
  font-weight:400;
}
.product-giftbag p strong {
  font-size: 14px;
}  
.product-giftbag .feature-row__text .btn {
  font-size: 16px;
}
@media (max-width: 768px) {
  .product-giftbag {
    background-color: #fff !important;
    position: relative;
  }
  .product-giftbag:before,
  .product-giftbag:after {
    position: absolute;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 80%;
    height: 1px;
    background-color: var(--colorBorder);
  }
  .product-giftbag:before {
    top: -20px;
  }
  .product-giftbag:after {
    bottom: -10px;
  }
  .product-giftbag .h1,
  .product-giftbag .rte {
    display: none;
  }
  .product-giftbag-title-sp {
    line-height: 1;
  }
  .product-giftbag-title-sp h2 {
    margin-bottom: 0;
  }
  .product-giftbag-title-sp span {
    font-size: 12px;
  }
  .product-giftbag .feature-row {
    position: relative;
  }
  .product-giftbag .feature-row__text {
    padding: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
  }
  .product-giftbag .feature-row__text .appear-delay-2 {
    text-align: right !important;
  }
  .product-giftbag .feature-row__text .btn {
    font-size: 14px;
    margin-top: 0;
  }

}

/*
 	3.3 Large image with text
====================================*/
.background-media-text--custom .background-media-text__aligner {
  margin: 0;
  padding: 100px;
  text-align: center;
}
.background-media-text--custom .background-media-text__text {
  width: 100%;
  background: transparent;
  display: flex;
  flex-direction: column;
  text-align: center;
  color: #fff;
  padding: 0;
}
.background-media-text--custom p {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 2em;
}
@media only screen and (max-width: 768px) {
  .background-media-text--custom .background-media-text__container {
    min-height: 316px;
  }
  .background-media-text--custom .background-media-text__inner {
     position: absolute;
     top: 0;
     left: 0;
  }
  .background-media-text--custom .background-media-text__aligner {
    padding: 0;
  }
  .background-media-text--custom .background-media-text__text {
    padding: 40px 0;
  }
  .background-media-text--custom p {
    font-size: 13px;
  }
}

/*
 	3.4 Custom content
====================================*/
/*====== gift-service ======*/
.gift-service .custom__item {
  margin-left: auto;
  margin-right: auto;
}

/*
 	3.5 Rich text
====================================*/
/*====== gift-price ======*/  
.gift-price {
  border-bottom: 1px solid var(--colorBorder);
  padding-bottom: 50px;
  margin-bottom: -75px;
}
.gift-price .btn {
  width: 50%;
  background: #fff;
  color: #000;
  font-size: 22px;
  font-weight: bold;
  line-height: 2;
  padding: 8px 24px;
  border: 1px solid #000;
  border-radius: 50px;
  transition: 0.5s;
  opacity: 1;
}
.gift-price .btn:hover {
  background: #000;
  color: #fff;
  opacity: 1;
  transition: 0.5s; 
}
@media only screen and (max-width: 768px) {
  .gift-price {
    margin-bottom: 0;
  }
  .gift-price .btn {
    width: 80%;
    font-size: 16px;
  }
}

/*====== gift-bag ======*/  
@media only screen and (max-width: 768px) {
  .gift-bag {
    padding-top: 0;
  }
}

/*
 	3.6 Collection list
====================================*/
.collection-item:not(.collection-item--below):after {
  opacity: 0 !important;
}

/*
 	3.7 Featured collection slide
====================================*/
.section__featured-collection-slide .grid__item {
  width: 100%;
}
/* Tab Styles */
.section__featured-collection-slide .tabs-container {
  margin-bottom: 30px;
}
.section__featured-collection-slide .tabs-header {
  display: flex;
  gap: 10px;
  border-bottom: 1px solid #e0e0e0;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  min-height: 60px;
  align-items: center;
  justify-content: center;
}
.section__featured-collection-slide .tabs-header::-webkit-scrollbar {
  height: 4px;
}

.section__featured-collection-slide .tabs-header::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.section__featured-collection-slide .tabs-header::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 2px;
}

.section__featured-collection-slide .tab-button {
  background: none;
  border: none;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: 700;
  color: #acacac;
  cursor: pointer;
  position: relative;
  white-space: nowrap;
  transition: color 0.3s ease;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.section__featured-collection-slide .tab-button:hover {
  color: #333;
}

.section__featured-collection-slide .tab-button.active {
  color: #000;
}

.section__featured-collection-slide .tab-button.active::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 2px;
  background: #000;
}

.section__featured-collection-slide .tab-content {
  display: none;
  animation: fadeIn 0.3s ease;
}

.section__featured-collection-slide .tab-content.active {
  display: block;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.section__featured-collection-slide .slider-wrapper {
  position: relative;
  overflow: hidden;
}
.section__featured-collection-slide .slider-container {
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.section__featured-collection-slide .slider-container::-webkit-scrollbar {
  display: none;
}
.section__featured-collection-slide .slider-track {
  display: flex;
  gap: 20px;
  will-change: transform;
}
.section__featured-collection-slide .slider-item {
  flex: 0 0 100%;
  min-width: 0;
}
.section__featured-collection-slide .slider-item img {
  will-change: transform;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.section__featured-collection-slide .tab-content:not(.active) .slider-item img {
  loading: eager;
}

@media screen and (min-width: 750px) {
  .section__featured-collection-slide .slider-item {
    flex: 0 0 calc(33.333% - 14px);
  }
}

.section__featured-collection-slide .slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #e0e0e0;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 2;
}

.section__featured-collection-slide .slider-arrow:hover {
  background: #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.section__featured-collection-slide .slider-arrow--prev {
  left: 10px;
}

.section__featured-collection-slide .slider-arrow--next {
  right: 10px;
}

@media screen and (max-width: 749px) {
  .section__featured-collection-slide .slider-arrow {
    width: 36px;
    height: 36px;
  }
  
  .section__featured-collection-slide .tabs-header {
    gap: 5px;
    min-height: 50px;
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .section__featured-collection-slide .tab-button {
    padding: 12px 15px;
    font-size: 14px;
  }
}

.section__featured-collection-slide .slider-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
  padding: 10px 0;
}

.section__featured-collection-slide .slider-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e0e0e0;
  cursor: pointer;
  transition: background 0.3s ease;
}

.section__featured-collection-slide .slider-dot.active {
  background: #333;
}

@media screen and (min-width: 750px) {
  .section__featured-collection-slide .slider-dots {
    display: none;
  }
}

.section__featured-collection-slide .center {
  text-align: center;
  margin-top: 20px;
}

  
/*====================================

	4. Snippet

====================================*/

/*
 	4.1 product-grid-item
====================================*/
.grid__image-ratio img {
  object-fit: cover !important;
}
.grid-product__content .grid-product__meta {
  text-align: left;
  
}
.grid-product__meta .grid-product__title {
  font-size: 15px;
  font-weight: bold;
}
.grid-product__meta .grid-product__price {
  font-size: 15px;
}
@media only screen and (max-width: 768px) {
  .grid-product__meta .grid-product__title,
  .grid-product__meta .grid-product__price {
    font-size: 10px;
  }
}

/*
 	4.2 collection-grid-item
====================================*/
@media only screen and (max-width: 768px) {
  .section-featured-collections .grid__item {
    padding-left: 14px;
  }
  .section-featured-collections .collection-item {
    margin-bottom: 14px;
  }
}

/*
 	4.3 article-grid-item
====================================*/
.grid__image-ratio--custom:before {
  padding-bottom: 58.823529%;
}
.article__grid-meta .article__title {
  font-size: 16px;
  font-weight: bold;
}
@media only screen and (min-width: 769px) {
  .grid__item__article {
    padding-left: 3.75rem;
  }
}
@media only screen and (max-width: 768px) {
  .article__grid-meta .article__title {
    font-size: 14px;
  }
  .article__grid-meta {
    margin-bottom: 60px;
  }
}

/*====================================

	5. Product

====================================*/
/*====== media ======*/  
.product__thumbs[data-position=below] .product__thumb-arrow {
  background: transparent;
}
@media only screen and (max-width: 768px) {
  .product__main-photos {
    margin-bottom: 12px;
  }
  .product__main-photos .flickity-page-dots {
    display: none !important;
  }
  .product__thumbs--below .product__thumb-item {
    display: inline-block;
    margin-right: 6px; 
    max-width: 64px; 
    vertical-align: middle;
  }
}

/*====== title ======*/  
.product-single__title {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 30px;
}
@media only screen and (max-width: 768px) {
  .product-block--header {
    margin-bottom: 0;
  }
  .product-single__title {
    text-align: left;
    font-size: 16px;
    font-weight: bold;
  }
}

/*====== price ======*/  
.product-block--price .product__price {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .product-block--price {
    text-align: left;
    font-weight: bold;
  }
}
  
/*====== variant_picker ======*/  
.product-block__variant {
  display: flex;
  column-gap: 15px;
  flex-direction: row-reverse;
}
.product-block__variant .variant-wrapper--dropdown {
  width: 50%;
  margin-top: 0;
  margin-right: 0;
}
.product-block__variant .variant-input-wrap select {
  width: 100%;
  border-radius: 10px;
}
@media only screen and (max-width: 768px) {
  .product-block__variant {
    flex-direction: column-reverse;
    margin-bottom: 10px;
  }
  .product-block__variant .variant-wrapper--dropdown {
    width: 100%;
    display: flex;
    column-gap: 20px;
    align-items: center;
    margin-bottom: 30px;
  }
  .product-block__variant .variant__label {
    text-align: left;
    white-space: nowrap;
    letter-spacing: 0.1em !important;
    margin-bottom: 0;
    padding-top: 8px;
  }
  .product-block__variant .variant-input-wrap {
    flex-grow: 1;
  }
}

/*====== quantity_button ======*/ 
.js-qty__adjust--minus {
  border-right: 1px solid var(--colorBorder);
}
.js-qty__adjust--plus {
  border-left: 1px solid var(--colorBorder);
}

/*====== buy_buttons ======*/ 
.product-block__flex-wrap {
  display: flex;
  column-gap: 15px;
}
.product-block__flex-wrap .product-block__buy-button {
  min-width: 280px;
  flex-grow: 1;
}
.product-block__flex-wrap .js-qty__wrapper {
  max-width: 300px;
}
.product-block__flex-wrap .js-qty__num {
  padding: 7px 20px;
  border-radius: 10px;
}
.product-block__flex-wrap .add-to-cart {
  border-radius: 10px;  
  background: #2b2b2b;
}
@media only screen and (max-width: 768px) {
  .product-block__flex-wrap .product-block__buy-button {
    min-width: unset;
  }
  .product-block__flex-wrap .js-qty__wrapper {
    width: 120px;
  }
  .product-block__flex-wrap .js-qty__num {
    padding: 8px 20px;
  }
  .product-block__flex-wrap .product-block {
    margin-bottom: 15px;
  }
  .product-block__buy-button .product-block {
    margin-bottom: 0;
  }
}

/*====== tabs ======*/ 
.product-block--tab .collapsible-trigger-btn {
  font-size: calc(var(--typeBaseSize)*0.92);
  text-align: left;
}
.collapsible-trigger-btn--borders {
  border-top: none;
  border-right: none;
  border-left: none;
}
.product-block--tab .collapsible-trigger-btn--borders+.collapsible-content .collapsible-content__inner {
  border: none;
}
@media only screen and (max-width: 768px) {
  .product-block--tab {
    margin-top: 25px;
  }
}

/*====== note ======*/ 
.product-block__note {
  display: flex;
  column-gap: 8px;
  margin-bottom: 8px;
}
.product-block__note p {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 0;
}
.product-block__note a {
  transition: 0.5s;
}
.product-block__note a:hover {
  opacity: 0.6;
  transition: 0.5s;
}
@media only screen and (min-width: 769px) {
  .product-block__note {
    display: none;
  }
}


/*====== about ======*/ 
.product-block__about-inner {
  display: flex;
  justify-content: center;
  column-gap: 30px;
  padding: 0 30px;
}
.product-block__about-inner a {
  font-size: 14px;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  align-items: center;
  text-align: center;
}
.product-block__about-inner a img {
  max-width: 130px;
}
@media only screen and (max-width: 768px) {
  .product-block__about-inner {
    column-gap: 25px;
    justify-content: center;
    padding: 0;
  }
  .product-block__about-inner a {
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 0;
    white-space: nowrap;
    justify-content: space-around;
  }
  .product-block__about-inner a img {
    width: 80px;
  }
}

/*====================================

	6. Collection

====================================*/
.section-collection-header {
  padding-top: 48px;
}
.template-collection .section-header__title {
  font-size: 22px;
  font-weight: bold;
}
.collection__description p {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.section-main-collection {
  padding-top: 20px;
}

/*====== new-arrival ======*/ 
@media only screen and (max-width: 768px) {
  .template-collection-new-arrival .section-main-collection {
    padding: 0 17px;
  }
}


/*====================================

	7. Page

====================================*/
/*
 	7.1 FAQ
====================================*/
.index-section--faq {
  padding: 0;
}
.index-section--faq .h2 {
  font-weight: bold;
  margin-top: 1rem;
}


/*====================================

	8. Blog

====================================*/
.template-blog {
  padding-top: 0;
}
.template-blog .section-header {
  background: #121212;
}
.blog-header {
  color: #fff;
  padding: 50px 25px;
}
.blog-header .section-header__title {
  font-size: 46px;
  line-height: 1.3;
  text-align: left;
}
.blog-header .section-header__text {
  text-align: right;
  margin: 0;
}
.blog-header svg {
  fill: #fff;
}
.article__date a {
  color: #acacac;
}
.article__date a:after {
  content: '・';
  color: #acacac;
  display: inline-block;
}
.article__date a:last-of-type:after {
  content: none;
}
@media only screen and (max-width: 768px) {
  .blog-header {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding: 32px 0 20px;
  }
  .blog-header .section-header__title {
    font-size: 35px;
    margin-bottom: 15px;
  }
  .blog-header .section-header__text {
    font-size: 12px;
    margin-bottom: 24px;
    position: relative;
  }
  .blog-header .section-header__text:after {
    position: absolute; 
    content: "";
    bottom: -5px;
    right: 0;
    width: 65%;
    height: 1px;
    background: #eaf2ff;
  }
}

/*====== look book ======*/  
.lookbook-blog {
  padding: 40px 0;
}

.lookbook-header {
  text-align: center;
  margin-bottom: 60px;
}

.lookbook-header .section-header {
  background: transparent;
}
.lookbook-title {
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.lookbook-description {
  font-size: 1rem;
  color: #666;
  max-width: 600px;
  margin: 0 auto;
}

.lookbook-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin: 0 auto 60px;
  max-width: 700px;
}

@media (max-width: 768px) {
  .lookbook-grid {
    gap: 15px;
  }
}

.lookbook-item {
  position: relative;
  overflow: hidden;
  background: #f5f5f5;
  aspect-ratio: 2/3; 
}

.lookbook-item--full {
  grid-column: 1 / -1;
}

.lookbook-link {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
}

.lookbook-image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.lookbook-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lookbook-image-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 2;
}

.lookbook-image-mono {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: grayscale(100%);
  z-index: 1;
}

.lookbook-item:hover .lookbook-image-color {
  opacity: 1;
}

.lookbook-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  pointer-events: none;
}

.lookbook-overlay-title {
  color: white;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  padding: 20px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .lookbook-overlay-title {
    font-size: 1rem;
  }
}

.lookbook-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 20px;
  text-align: center;
  background: #f0f0f0;
}

.lookbook-placeholder h3 {
  font-size: 1.2rem;
  font-weight: 300;
  color: #333;
}

/* .pagination {
  margin-top: 60px;
} */

/*====================================

	9. Article

====================================*/
.template-article h2 {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 25px;
  margin-top: 60px;
}
.template-article h3 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 25px;
  margin-top: 60px;
}
.template-article b {
  font-size: inherit;
}
@media (max-width: 768px) {
  .template-article h2 {
    font-size: 18px;
    margin-bottom: 25px;
    margin-top: 60px;
  }
  .template-article h3 {
    font-size: 16px;
    margin-bottom: 25px;
    margin-top: 60px;
  }
}

/*====================================

	10. Cart

====================================*/
.template-cart .section-header__title {
  font-size: 48px;
  font-weight: bold;
}
.cart-note {
  border-top: 1px solid #ACACAC4D;
  padding: 20px 0px 0px;
  font-size: 15px;
  font-weight: 600;
}

.cart__page-col-wrapper {
  padding-top: 15px !important;
}

.continue-wrap,
.cart__page-col-wrapper {
  padding: 0px 25px;
  background-color: #F8F8F8;
}

.cart__page {
  border-top: 1px solid #ACACAC4D;
  padding-top: 10px;
}

.cart-continue-shopping,
.cart-gift-wrapping,
.cart-note {
  margin-top: 25px;
}

.cart-continue-shopping {
  display: inline-block;
  width: max-content;
  position: relative;
  background: transparent;
  letter-spacing: 1px;
  padding: 30px 0px 15px;
  text-align: center;
  font-size: 14px;
  margin: auto;
}

.continue-wrap {
  text-align: center;
  order: 2;
  margin-bottom: 30px;
  padding-bottom: 15px;
}

.cart-continue-shopping:before {
  content: '';
  height: 1px;
  background-color: #000;
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
}

.cart__item-name {
  font-weight: 700;
  margin-bottom: 40px;
  font-family: 'HelveticaNeue', 'Helvetica', 'Arial', sans-serif !important;
}

.cart__item-qty {
  margin-top: 40px;
  font-family: 'HelveticaNeue', 'Helvetica', 'Arial', sans-serif !important;
  display: flex;
  align-items: center;
  gap: 25px;
}

.cart-note {
  padding-bottom: 25px;
  border-bottom: 2px solid #ACACAC4D;
  margin-bottom: 25px;
}

.cart-note .cart-notes {
  background-color: #fff;
  border-radius: 10px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  display: block;
  min-height: 52px !important;
}

.cart-faq-items .collapsibles-wrapper {
  padding: 22px 0;
}

.cart-faq-items .collapsible-trigger-btn {
  font-size: 16px;
  padding: 0;
}

.cart-faq-items .collapsible-trigger__icon .icon {
  color: #333;
}

.cart-faq-items .collapsible-trigger-btn--borders+.collapsible-content .collapsible-content__inner {
  border: none;
  font-size: 12px;
  padding: 30px 0 0 0;
}

.cart-faq-items .collapsible-trigger-btn--borders+.collapsible-content .collapsible-content__inner p {
  margin-bottom: 10px;
}

.btn.cart__checkout {
  font-size: 15px;
}

.cart__item-sub {
  display: block;
}

.cart__shipping_subtotal {
  padding: 20px 0px 0px;
  font-size: 15px;
  font-weight: 600;
}

.cart__shipping {
  display: flex;
  justify-content: space-between;
}

.cart__subtotal {
  display: flex;
  border-top: 1px solid #ACACAC4D;
  padding-top: 20px;
  margin-top: 25px;
  justify-content: space-between;
}

.btn.cart__checkout {
  padding: 17px;
}

.cart-notes {
  margin-top: 0;
  height: 100%;
  font-size: 13px;
}

div#free-shipping-message {
  font-size: 13px;
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  .cart__page-total {
    min-width: 400px;
  }
  .cart__page-col-sp {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .cart-note .cart-notes {
    min-height: 110px !important;
  }

  .cart__page-col-pc {
    display: none;
  }

  .cart__item-name {
    margin-bottom: 20px;
  }

  .cart__item-qty {
    margin-top: 25px;
  }

  .cart__page-col {
    display: grid;
  }

  .cart__shipping_subtotal {
    padding: 20px 0px 15px;
  }

  .cart__page-col-wrapper {
    order: 1;
  }

  .cart-continue-shopping {
    order: 2;
  }

  .cart-note {
    order: 3;
    margin: 0;
  }

  .cart-gift-wrapping {
    order: 4;
  }

  .cart__page-col.cart__page-col-sp {
    margin-top: 40px;
    padding: 0;
  }

  .cart-faq-items {
    border-top: 1px solid var(--colorBorder) !important;
  }

  .collapsible-content__inner p {
    font-size: 15px;
  }

  .cart__page-product {
    padding: 0;
  }
  div#free-shipping-message {
    font-size: calc(13px * .92);
  }
  .cart__item-sub {
    margin-bottom: 0;
  }
}

/*====================================

	11. Account

====================================*/


/*====================================

	12. Policy

====================================*/

/*
 	12.1 General Policy
====================================*/
.main-content .shopify-policy__container {
  max-width: 1000px;
  padding: 75px 100px;
  margin: 0 auto;
}
.shopify-policy__title {
  margin-bottom: 75px;
}
.shopify-policy__title h1 {
  font-size: 24px;
  font-weight: bold;
}
.shopify-policy__container h2 {
  font-size: 1rem;
  margin-top: 25px;
}
.shopify-policy__container h3 {
  font-size: 1rem;
  margin-top: 25px;
  margin-bottom: 8px;
  font-weight: bold;
}
.shopify-policy__body p {
  margin-bottom: 8px;
}
.shopify-policy__container ul {
  list-style: none;
  margin-left: 0;
}
.shopify-policy__container ol li {
	list-style-type: none;
	counter-increment: cnt;
	position: relative;
  margin-bottom: 8px;
}
.shopify-policy__container ol li:before {
	content: "(" counter(cnt) ")";
	display: inline-block;
	margin-left: -3.5em;
	width: 3em;
	text-align: right;
	position: absolute;
	top: 0;
	left: 0;
}
.shopify-policy__container dt {
  font-weight: bold;
  margin-top: 25px;
}
@media only screen and (max-width: 768px) {
  .main-content .shopify-policy__container {
    padding: 40px 17px;
  }
  .shopify-policy__container ol {
    margin-left: 0;
  }
}
/*
 	12.2 Legal Notice
====================================*/
#legal-notice th {
  width: 25%;
}
#legal-notice td {
  width: 75%;
}
@media only screen and (max-width: 768px) {
  #legal-notice th,
  #legal-notice td {
    display: block;
    width: 100%;
  }
  #legal-notice th {
    text-align: left;
    background: #f3f3f3;
  }
  #legal-notice td {
    border-top: none;
  }
}


/*====================================

	13. App

====================================*/
/*
 	13.1 CRM PLUS on LINE
====================================*/
.socialplus-association-component {
  margin-left: auto !important;
  margin-right: auto !important;
}