/** Shopify CDN: Minification failed

Line 360:19 Expected ":"
Line 390:0 Unexpected "}"

**/
.banner_txt {
  display: block;
  width: 100%;
  padding: 40px 0;
  border-radius: 3px;
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-size: 200% auto;
 background-image: linear-gradient(
    to right,
    #FBAA31 0%,
    #FBAA31 50%,
    #ffffff 50%,
    #ffffff 100%
  );
  box-shadow: 0 3px 10px rgb(0 0 0 / 16%);
  transition: background-position ease 0.2s;
  text-align: center;
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  font-size: 20px;
}

.banner_txt:hover {
  background-position: 0 0;
}

/****** Base style. ******/
.banner_body {
  display: flex;
  width:90%;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left:auto;
  margin-right:auto;
  opacity:0.7;
  }
.banner_rt {
  display: inline;
}

@media screen and (min-width: 641px) {
 
.banner_txt {
  display: block;
  width: 100%;
  padding: 70px 0;
  border-radius: 3px;
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-size: 200% auto;
 background-image: linear-gradient(
    to right,
    #FBAA31 0%,
    #FBAA31 50%,
    #ffffff 50%,
    #ffffff 100%
  );
  box-shadow: 0 3px 10px rgb(0 0 0 / 16%);
  transition: background-position ease 0.4s;
  text-align: center;
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  font-size: 30px;
}

.banner_txt:hover {
  background-position: 0 0;
}

.banner_body {
  display: flex;
  width:96%;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left:auto;
  margin-right:auto;
  opacity:0.7;
  }
.banner_rt {
  display: none;
}
}

/* custom_banner */
.custom-banner_wrap {
 width: 90%;
margin-left:auto;
    margin-right:auto;
  margin-bottom:40px;
}
.custom-banner_ttl {
 text-align:center; 
 align-content: center;
 
 
}
.custom-banner_inner:hover {
 opacity:0.8;
  color:white;
}
@media screen and (min-width: 641px) {
  .custom-banner_wrap {
 width: 70%;
margin-left:auto;
    margin-right:auto;
    margin-bottom:30px;
}
  .custom-banner_ttl {
 text-align:center; 
}
  .custom-banner_inner:hover {
    opacity:0.8;
    color:white;
  }
}

/* custom-collection */

@media screen and (min-width: 1000px) {
  .collection-list_custom {
    margin: 30px -14px 0 -14px;
    white-space: normal;
    overflow: pre-wrap;
  }

  .collection-list_custom::after {
    display: none;
    content: "flickity"; /* enable Flickity slideshow */
  }

  .collection-item {
    width: 20%;
    margin: 0 !important;
    padding: 0 14px;
  }

  .collection-list_custom .flickity-prev-next-button {
    top: calc(50% - 25px - 12px - 0.5em); /* 12px is the margin bottom below the image and 0.5em is half a line of text */
  }

  .collection-list_custom .flickity-prev-next-button.previous {
    left: -10px;
  }

  .collection-list_custom .flickity-prev-next-button.next {
    right: -10px;
  }
}


/* blog-template */

.blog-pub-display {
  display:inline-block;
  margin-bottom: 20px !important;
}
.blog__header {
  display: flex !important;
  flex-direction: column !important;
  align-items:  center; 
  text-align: center !important;
}
@media screen and (min-width: 641px) {
  .blog__header {
    align-items: center;
  }
  .br-sp {
  display: none !important;
}
}

.blog-temp__h2 {
  text-align: left !important;
  font-size: 1.2rem !important;
  font-weight:600 !important;
  margin-top:40px !important;
  margin-bottom:10px !important;
  padding: 0.5em 0;
  border-top: solid 3px #fcb84e;
  border-bottom: solid 3px #fcb84e;
}

@media screen and (min-width: 641px) {
  .blog__temp__h2 {
   margin-top: 40px;
   margin-bottom: 10px;
  padding: 0.5em 0;
  border-top: solid 3px #fcb84e;
  border-bottom: solid 3px #fcb84e;
  }
 .custom-blog_ttl01 {
  margin-bottom: 30px !important;
}
.blog-sidebar {
  background-color: white !important;
 
  width: auto;
  margin-top:20px !important;
}
  @media screen and (min-width: 1000px){
  .blog-sidebar {
  background-color: white !important;
  min-width:280px !important;
  width: auto;
  padding:26px 0 20px 0 ;

}
  }
.custom-blog-banner {
  padding: 0px !important;
}
    
.custom-blog_ttl01 {
  text-align: center;
  margin-bottom: 20px !important;
}
.blog-category_wrapper {
  margin-bottom: 60px;
}
}


.blog-container {
  display:flex !important;
  flex-direction:column !important;

}
@media screen and (min-width: 1000px) {
  .blog-container {
    display:flex !important;
    flex-direction:row !important;
    
  }
}

.blog-categry-tag {
  background: #b0dcfa; /*背景色*/
  padding: 0.5em;/*文字周りの余白*/
  color: white;/*文字を白に*/
  border-radius: 0.5em;/*角の丸み*/
}
/* blog-sidebar */

.archives-sidebar-box {
  list-style: none;
}
.categories-sidebar-box {
  list-style :none;
}
.recent-post-sidebar-box {
  list-style :none;
}
.sidebar-link:hover {
opacity:0.7;
}
.side-category {
  font-size:1.1rem;
  font-weight:500;
  display:block;
  background-color:#f9c67f;
  padding:6px 10px 6px 10px;
  border-left:5px solid #F36203;

}
#categories-sidebar {
  margin-bottom: 40px;
}

.categories-sidebar-box li {
  margin-bottom:6px;
}
.archives-sidebar-box li {
  margin-bottom:6px;
}
.recent-post-sidebar-box li {
  margin-bottom: 6px;
}

.recent-post-sidebar {
  margin-bottom: 40px;
}

/* custom */
 .page__meta-item:not(:last-child):after {
   display:none !important;
 }
/* blog-template */
.custom-blog-banner {
margin-top: -20px;
margin-bottom: -20px;
}


/* header-lang */
.locale-selector__value {
  color:black;
  font-weight:400;
  border-radius: 0 3px 3px 0;
}
.header__action-item--locale {
  padding-left:60px;
  padding-right:60px;
  padding-top:0px;
  padding-bottom:40px;
  margin-left:30px;
  background-color: ghostwhite;
  height:40px;
  color: #3E3E3E;
  border: double 5px #FBAA31 !important;
  border-radius:3px;
}

@media screen and (min-width: 641px) {
.popover__inner {
    background-color: ghostwhite;
}
}

/* .header__action {
 display:flex;
  justify-content:row;
} */
form#localization_form_header_locale {
    display: flex;
    justify-content: space-evenly;
    flex-direction: row;
}
.header__action-item-title {
    display: block;
    margin-bottom: 0px;
    color: #3E3E3E;
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 16px));
    font-weight: 500;
  padding-top:6px;
  padding-right:16px;
}
.header__action-item-link {
    display: block;
    font-weight: var(--text-font-bolder-weight);
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 16px));
    padding-top:6px;
}

/* footer-lang */
.footer__localization-form .select-button {
  width:260px;
  height: 42px; 　
  background-color:white !important;
  font-size: 16px;
  font-weight: 400;
}
.footer__localization-form {
  display: flex;
  justify-content: flex-start;
  color: var(--text-color);
}
.value-picker--small .value-picker__choice-list {
    padding: 10px 0;
    font-size: .9rem;
}
.value-picker--small .value-picker__choice-list {
    padding: 16px 2px;
    font-size: 1.0em;
  background-color: white;
}

/* @media screen and (min-width: 1280px)
.header__action-item {
    padding: 0 35px;
} */

/* @media screen and (min-width: 641px){
.header__action-item, .header__action-item-content {
    position: relative;
}
  */
}
@media screen and (min-width: 1000px) {
  .search-bar__input {
    height: 100%;
    width: 180px;
    padding: 0 10px 1px;
    border: none;
    background: transparent;
    line-height: normal;
    color: var(--heading-color);
    -webkit-appearance: none;
}
  
 
.header__action-item .header__action-item--account {
  background-color:white;
}
.hidden-pocket.hidden-lap {
  background-color:white;
}
}
@media screen and (min-width: 1280px){
 .header__cart-count {
    position: absolute;
    right: 10px !important;
  }
}
@media screen and (min-width: 1400px){
 .header__cart-count {
    position: absolute;
    left: 20px !important;
   min-width: 20px;
  }
}

.header__action-item-title {

  	margin-bottom: -14px;
}
 .hidden-lap {
   color:white;
}
.header__action-item--locale {
      color: #3E3E3E !important;
}
.select-button--mini {
  background-color: white !important;
  border: solid 3px #FBAA31 !important;
  border-radius:3px;
}

/* Product Reviews */
.shopify-product-reviews-badge-inner {
    margin-top: 20px;
}
.spr-form {
  display:none;
}
/* Product Reviews badge none */
.spr-badge[data-rating="0.0"] {
    visibility:hidden; display: none;
}

/* Customers Information */
.delivery-category_a{
  background: var(--header-background);
  padding: 10px 20px;
    }
.delivery-category_b{
  background:  #1a5ca0;
  padding: 10px 20px;
    }
.delivery-category_b {
    color: white;
}
.delivery-category_b h4 {
    color: white;
}
