/** Shopify CDN: Minification failed

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

**/
/* ヘッダーの並び位置変更　*/
@keyframes anime_fade {
  0%, 45%, 100% {
    opacity: 0;
  }
  10%, 35% {
    opacity: 1;
  }
}

@keyframes anime_fade_in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

body, .color-scheme-1, .color-scheme-2, .color-scheme-3, .color-scheme-4, .color-scheme-5, .color-scheme-42be5ead-6a63-4b56-8783-cd76d1053746 {
  color: black !important;
}

.past{
  max-width: 100vw;
  font-weight: 600;
  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', "Noto Sans JP", sans-serif;
  overflow-x: hidden;

.banner__media-half  {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}

.banner__media-half:nth-child(1) {
  z-index: 1;
}

.banner__media-half:nth-child(1) > img {
  animation: anime_fade 10s ease-in-out infinite !important;
}

.banner__media-half:nth-child(2) {
  opacity: 0;
  animation: anime_fade_in 1000ms ease forwards 1000ms !important;
} 


.header.header--top-left.header--mobile-center.page-width.drawer-menu.header--has-menu{
  grid-template-areas: 'heading icons left-icons';
  grid-template-columns: 2fr 0fr 0fr;
  column-gap: 0;
}

.header__heading {
  text-align: left;
  justify-self: left;
}
  
.header__heading-link{
  justify-self: left;
}

.header__icons {
  padding-right: 10px;
}

.header__icon--cart {
  margin-right: 0;
}

.header__icons {
  padding-right: 0;
}

header-drawer {
  margin-left: 0;
}

.utility-bar--bottom-border{
  border-bottom: 1px solid rgb(var(--color-foreground));
}
  
.menu-drawer {
  left: auto;
  right: 0;
  transform: translateX(100%);
  font-family: Futura;
  font-weight: 700;
  letter-spacing: 0.1em;
  transition: transform 300ms ease, visibility 300ms ease !important; 
  overflow-x: hidden;
}

.header__icon--search {
  display: none;
}

.menu-drawer-container {
  .header__icon::before {
    opacity: 0;
    transition: opacity 300ms ease 100ms;
  }
}

.menu-drawer-container.menu-opening {
  .header__icon::before {
    opacity: 1 !important;
  }
}


h1{
  font-size: 2.8rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.h5{
  letter-spacing: 0.1em;
}
  
.header__heading-link .h2 {
    font-size: 3rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    color: rgba(var(--color-foreground), 1);
  }
  
.header__icon--menu[aria-expanded=true]:before {
  background: rgba(0,0,0, 0.5);
}

.menu-drawer__menu-item:hover {
  background-color: transparent;
  text-decoration: underline;
  text-underline-offset: 0.5rem;
}

.menu-drawer__menu-item {
 letter-spacing: 0.05em;
}

.shopify-section,
product-info {
  border-bottom: 1px solid rgb(var(--color-foreground)); 
}

.shopify-section:first-child {
  border-bottom: none; 
}

.shopify-section:nth-child(2) {
  border-bottom: none; 
}
  
.shopify-section:last-child {
  border-bottom: none; 
}

.product__media-wrapper {
  position: relative;

  .card__label {
    transform: scale(1.5) translate3d(15%, 15%, 0);
    transform-origin: top left;
  }

  .product__media-icon {
    left: auto;
    right: 1.2rem;
  }
}

.product__media {
  aspect-ratio: (1/1);
}

.product__title > h1 {
    font-size: 2.3rem;
}

.product__info-container {
  .shopify-payment-button__more-options {
  text-align: left;
 }
} 

.product-grid-container > .collection{
  border-bottom : none;
}

.card__heading.h5 {
  font-size: 1.4rem !important;
}
  
.price-item{
  font-size: 1.8rem;
}
.product__description{
  font-size: 1.3rem;
  color: black;
  line-height: 1.7;
}

.product__accordion {
 h2 {
    font-size: 1.3rem;
   letter-spacing: 0.06rem;
 }
  h5{
    font-size: 1.3rem;
    letter-spacing: 0.06rem;
    line-height: 1.7;
  }

.accordion__content{
    font-size: 1.3rem;
    letter-spacing: 0.06rem;
    line-height: 1.7;
}
}


.card__label{
  position: absolute;
  z-index: 10;
  top: 0.8rem;
  left: 0.8rem;
  display: inline-block;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  font-family: Futura;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  font-size: 1.4rem
}

.card__label--HARD{
  background-color: brown;
  color: white;
}

.card__label--SOFT{
  background-color: lightblue;
  color: white;
}

.card__label--SOFT.card__label--HARD {
  background-color: brown;
  font-size: 1.2rem;
  

  &::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
    border-radius: 50% / 0 0 100% 100%;
    background-color: lightblue;
  }
}
  
.card__label-tag{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%,-50%,0);
  letter-spacing: 0.1em;
  font-weight: 700;
}

.caption-with-letter-spacing {
  color: black !important;
  font-size: 1.15rem;
}

footer{
  border-top: none !important;
}

.footer__copyright {
  width: 100%;
  margin-top: 0;
  color: black;
  text-align: left;
  letter-spacing: 0.05em;
}

.shopify-section-group-footer-group{
  border-bottom: none;
}

.footer__content-bottom{
  padding: 0;
  transform: translate3d(0,0,0);
  opacity: 1;
}

.rich-text__blocks{
  max-width: 100%;

  h3 {
      letter-spacing: 0.1em;
      white-space: nowrap;
  }
}

  .rich-text__text:nth-child(2) {
    display: none;
  }
  .rich-text__text:nth-child(1) {
    display: block;
  }


.field__label {
  color: black !important;
}

.shopify-policy__container {
  margin: 7rem auto 10rem;
  padding-right: 2.5rem;
  padding-left: 2.5rem;

  h1 {
    font-size: 2.5rem;
    margin-bottom: 5rem;
  }
  h3 {
  margin-top: 4rem;
}
  p {
    margin-top: -1rem;
    color: black;
    font-weight: 500 !important;
  }
} 

.delivery-container .delivery-select-container__select {
  font-weight: 600;
  }

.announcement-bar__message {
  padding: 1.25rem 0 1rem;
}

.delivery-title, .cart__blocks, .delivery_box {
  color: black !important;
}

.card__badge,
.price__badge-sold-out {
  opacity: 0.5;
}

/* 配達日時指定　*/

.joc-dds__select {
  font-family: Futura;
  font-weight: 700;
}

/* 配送希望日セクションの下に注釈を追加 */
.joc-dds__body::after {
  content: "※配送方法にクリックポスト（ポスト投函）を希望される場合には、日時指定ができないため、こちらで指定いただいても適用されませんのでご注意ください。";
  display: block;
  font-size: 1.2rem;
}


.section-template--17536435323114__main-padding {
  padding-right: 2.5rem;
  padding-left: 2.5rem;
  font-family: Jost, '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', "Noto Sans JP", sans-serif;

  h2 {
    margin: 4rem 0 2rem !important;
    font-feature-settings: "palt";
  }

  h4 {
    margin: 0 !important;
    font-family: Jost, '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', "Noto Sans JP", sans-serif;
  }

  ul {
    margin: 2rem 0 5rem;
    padding-left: 0;
  }
  li {
    list-style: none;
    line-height: 1.2;
    margin-top: 1.2rem;
  }

}

.copyright__content {
  color: black !important;
  font-family: Jost, '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', "Noto Sans JP", sans-serif;
}

.facets__summary, .facets__heading {
  color: black !important;
}

.product-count.light {
  opacity: 1 !important;
}

.collection--empty h2 {
  font-size: 2rem;
}

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

  .header {
    padding: 12px 1rem 12px 1rem;
  }

  .menu-drawer__account {
    .svg-wrapper {
      margin-right: 10px;
    }
  }
  
  .rich-text__text:nth-child(2) {
    display: block;
  }
  .rich-text__text:nth-child(1) {
    display: none;
  }

  .rich-text__blocks{

  h3 {
    font-size: calc(var(--font-heading-scale) * 1.5rem);
  }
}

  .card__label{
    width: 4.5rem;
    height: 4.5rem;
    font-size: 1.1rem;
  }

  .card__label--SOFT.card__label--HARD {
   font-size: 0.9rem;
  }

  .caption-with-letter-spacing {
   font-size: 1.05rem;
  }

  .footer__copyright {
  text-align: center;
}

.product__title {
  h1 {
    padding-top: 1rem;
    font-size: 2rem;
  }
}
.collection__description {
  h1 {
    font-size: 2.5rem;
  }
}
.header__heading-logo-wrapper {
  width: 90%;
}

.cart-item__name {
  font-size: 1.2rem !important;
  line-height: 1.3;
}

.title--primary {
  font-size: 2.5rem;
}
}
