/** Shopify CDN: Minification failed

Line 2836:0 Unexpected "}"

**/
@charset "UTF-8";

/* =======================================================================
  Base
=========================================================================*/
.rich-text__container{
  padding-top:20px;
  padding-bottom:20px;
  background-color:#fffdf3;
}
:root{
  --color-primary: #3A2924;
}
.container--large{
  max-width: calc(var(--gutter-container) * 2 + 1033px);
}

@media screen and (max-width: 474px) {
  :root{
    --gutter-container: 20px;
  }

}
/* =======================================================================
font読み込み
=========================================================================*/
#element-main-collection-banner > .card__text h5 span{
  font-family: 'Jost', 'Noto Sans JP', sans-serif;
  font-weight:500;
}

/* =======================================================================
 メルマガボタン装飾
=========================================================================*/
.newsletter fieldset{
  grid-template-columns:1fr;
}
.newsletter__input{
  border:1px solid !important;;
}
fieldset .button{
  border-radius:0;
}
div.swym-button-bar.swym-wishlist-button-bar.swym-inject, button.swym-button.swym-add-to-wishlist.swym-inject.swym-loaded, #swym-atw-pdp-button.swym-button-disabled{
  display:inline-block;
  opacity:1;
}

/* =======================================================================
  お気に入りリスト
=========================================================================*/
.swym-ui-component .swym-wishlist-grid .swym-wishlist-item .swym-add-to-cart-btn{
  margin:0;
}

/* =======================================================================
  お気に入りボタン
=========================================================================*/
.swym-button{
  width:100% !important;
}
.swym-btn-container{
  width:100%;
}
.swym-button-bar{
  width:100%;
  display:inline-block;
}
/* =======================================================================
  Header上部お知らせ箇所
=========================================================================*/
@media screen and (max-width: 767px) {
  .announcement-bar__content .announcement{
    font-size:10px;
  }
}
/* =======================================================================
  Header
=========================================================================*/
.header-actions > .button:nth-of-type(1){
  display:none;
} 
.site-nav.style--classic .submenu.mega-menu .submenu-holder .mega-link>.menu-link{
  padding:0 !important;
}

.announcement-bar{
  grid-template-areas: 'localization announce social';
}
.announcement-bar__social-icons{
  grid-area: social;
}
.announcement-bar__social-icons .social-icons{
  justify-content: flex-end;
}
.announcement-bar__localization-form{
  grid-area: localization;
}
.announcement-bar__content{
  grid-area: announce;
}
.header-actions a.button{
  background: none;
  width: 100%;
}

@media screen and (min-width: 800px) {
  .show .logo{
  display:none !important;
  }
}

@media screen and (min-width: 1024px) {
  .header__top{
    display: block;
  }
  .site-header .logo{
    padding-right: 0 !important;
    justify-content: center ;
  }

  .header__top{
    display: flex !important;
    justify-content: center !important;
  }
  .header-actions:not(:empty){
    position: absolute;
    right: 0;
    top: 30px;
  }

  .sticky-header.show .header-actions:not(:empty){
    display: none;
  }
  .sticky-header.show{
    display: flex;
    flex-direction: column-reverse;
  }
  .sticky-header.show .header__top{
    padding-bottom: 0;
  }
  /* .site-nav.style--classic .submenu.mega-menu  .submenu-masonry{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0 40px;
    grid-auto-flow: column;
    grid-template-rows: repeat(15, 1fr);
  } */
  @media screen and (min-width: 1024px){
  
  .site-nav.style--classic [id*="menu-item-brand"] .submenu.mega-menu  .submenu-masonry{
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 0 20px;
        grid-auto-flow: column;
        grid-template-rows: repeat(15, 1fr);
    height: auto !important;
        flex-direction: column;
  }
  .site-nav.style--classic [id*="menu-item-brand"]  .submenu.mega-menu .submenu-masonry.without-promotion .mega-link{
    position: static !important;
    width: auto !important;
  }
}
  .site-nav.style--classic .submenu.mega-menu  .submenu-masonry{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0 40px;
    grid-auto-flow: column;
    grid-template-rows: repeat(15, 1fr);
  }
}
/* header bottom */
.header__bottom{
  border: none;
}
.site-nav.style--classic{
  justify-content: center;
}
.site-nav.style--classic li{
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

/* Cart button */
html[dir=ltr] .header-container .header-actions > a.button{
  background: #fff;
  border-color: #3A2924;
  color: #3a292f;

  --color-foreground-header: var(--color-primary);
}
html[dir=ltr] .header-container .header-actions > a.button path{
  stroke: var(--color-primary);
}
.header-container .header-actions > .button, .header-container .header-actions > input{
  height: 35px !important;
  font-size: 13px;

}
html[dir=ltr] .header-container .header-actions > a.button{
  font-size: 13px;
}
/* ----------------住所登録ページ------------------------ */
.mypageAddress-mail{
  font-size:18px;
  color:red;
  padding-bottom:24px;
  display:inline-block;
}
@media screen and (max-width:767px ) {
  .mypageAddress-mail{
      font-size:14px;
  }
}

/* Search */
search-form{
  width: 160px;
  margin-right: 0;
  margin-left: auto;
}
search-form .site-search-handle input{
  border-width: 1px;
  border-color: var(--color-primary);
  padding: 10px 10px 10px 40px;
  height: 35px;
  font-size: 13px;
}
html[dir=ltr]  .site-search-handle.button--icon  .button__icon{
  width: 14px;
  left: 20px;
}
.search-results-container:not(:empty){
  max-width: 320px !important;
}

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

  announcement-bar{
    overflow-x: inherit !important;
  }

  .announcement-bar{
    grid-template-areas: "announce" "localization";
  }

  .announcement-bar__localization-form {
    justify-content: center !important;
  }

  .site-header .header__top .mobile-cart-button{
    width: 27px;
  }
  .header__top{
    border-bottom: 1px solid #EAEAEA;
  }
  .mobile-cart-button svg{
    height: auto;
    width: 100%;
  }
  .site-header .header__top .mobile-cart-button span{
    right: -6px;
  }
  search-form{
    width: 100%;
  }
  search-form .site-search-handle input{
    border-width: 1px;
  }
  .mobile-search{
    border-bottom: none !important;
    max-width: 230px;
    padding: 0;
    margin-left: 0;
  }

  .mobile-search .site-search-handle input::placeholder{
    font-size: 12px;
  }
  mobile-navigation .site-nav ul a:not(.button){
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.1em;
    padding: 20px 30px !important;
  }

   mobile-navigation .site-nav ul.submenu a:not(.button){
    font-size: 14px;
    font-weight: 400;
  }
}


.sidebar__footer{
  box-shadow: none;
}


/* =======================================================================
  Footer
=========================================================================*/
.footer__logo{
  margin-top: 65px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

/*  Footer Middle
------------------------------------------------------------------------ */
.footerMiddle{
  background: url(./footer_bg01.svg) no-repeat bottom 20px left 100px /24px auto , url(./footer_bg02.svg) no-repeat bottom 20px right 100px / 132px auto ,var(--color-background-footer);
  padding: 60px 0 160px;
  position: relative;
}
.footerMiddle::after{
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 20px;
  background: #3A2924;
  bottom: 0;
  left: 0;
}
.footerMiddle__inner{
  display: flex;
  flex-wrap: wrap;
  gap: 100px 9%;
}

@media screen and (max-width: 767px) {
  .footerMiddle{
    background: url(./footer_bg_mobile.svg) no-repeat bottom 20px center /340px auto , url(./footer_bg_bar.svg) repeat-x bottom / auto 20px ,var(--color-background-footer);
  }
  .footerMiddle__inner{
    gap: 40px 5%;
  }

}

/* =======================================================================
コレクション
=========================================================================*/
/* @media screen and (max-width: 767px) {
  #element-main-collection-banner > .card__text h5 img{
    margin-bottom:1rem;
  }
}
h2 {
  font-size: 24px;
}
@media (max-width: 768px) {
  h2 {
    font-size: 16px;
  }
}
#element-main-collection-banner > .card__image {
  display: none;
}
#element-main-collection-banner > .card__text .h2 {
  display: none;
}
#element-main-collection-banner > .card__text {
  max-width: 100%;
  width: 100%;
}
#element-main-collection-banner > .card__text h5 img {
  margin-right: 3vw;
  height: auto;
}
#element-main-collection-banner > .card__text {
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #fffdf3;
}
@media screen and (max-width: 767px) {
  #element-main-collection-banner > .card__text h5 img{
    width:100%;
    margin-right:0;
  }
} */
.collection-tabs{
  display:none;
}
/*  Footer Menu
------------------------------------------------------------------------ */
.footerMenu{
  padding-top: 10px;
}
.footerMenu__content{
  padding-left: 17px;
  border-left: 1px solid #C2BBB6;
  position: relative;
}
.footerMenu__content::before{
  content: '';
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  background: #C2BBB6;
  border-radius: 50%;
  top: 0;
  left: -3px;
}
.footerMenu__content + .footerMenu__content{
  margin-top: 40px;
}
.footerMenu__title{
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
  position: relative;
  top: -10px;
  margin: 0;
}
.footerMenu__list{
  line-height: 2;
  margin-top: 20px;
}
.footerMenu__list li {
  margin-bottom: 10px;
}
.footerMenu__list.footerMenu__list--column{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 40px;
  grid-auto-flow: column;
}
.footerMenu__list.footerMenu__list--column::after{
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  height: calc(100% - 40px);
  background: #C2BBB6;
  bottom: 0;
  left: 50%;
}



/*  Calender
------------------------------------------------------------------------ */
.footerCalender{
  background: #fff;
  padding: 40px;
  max-width:520px;
width:100%;
}
.footerCalender__title{
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.1em;
}
.footerCalender__inner{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 54px;
}
.footerCalender__item{
  width: 200px;
}
.footerCalender__monthtitle{
  font-weight: bold;
  text-align: center;
  font-size: 14px;
}
.footerCalender__calender{
  width: 100%;
  text-align: center;
  table-layout: fixed;
}
.footerCalender__calender thead{
  font-size: 8px;
  border-bottom: 1px solid #B5ACA6;
}
.footerCalender__calender td{
  font-size: 9px;
  height: 25px;
  vertical-align: middle;
}
.footerCalender__calender tr {
  border-bottom: 1px solid #B5ACA6;
}

.footerCalender__memo{
  margin-top: 20px;
  display: flex;
  justify-content: flex-end;
  font-size: 10px;
  gap: 10px;
}

.footerCalender__memo span{
  display: inline-block;
  width: 12px;
  height: 12px;
  position: relative;
  top: 2px;
  margin-right: 4px;
}

.deliveryholiday.storeholiday {
    background: linear-gradient(45deg, #fbd0bb 50%, #c2bbb6 50%);
}

@media screen and (max-width: 767px) {
  .footerCalender{
    width: 100%;
    border-radius: 10px;
    padding: 24px;
  }
  .footerCalender__inner{
    gap: 15px;
  }
  .footerCalender__item{
    width: 100%;
  }

}


/* =======================================================================
  Main
=========================================================================*/
/*  Common Parts
------------------------------------------------------------------------ */

/* Section heading */
.section-heading__title.h4{
  font-size: 20px;
  font-weight: bold;
  border-bottom: 3px solid #C2BBB6;
  padding-bottom: 8px;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .section-heading__title.h4{
    font-size: 16px;
  }

}

/* =======================================================================
  product
=========================================================================*/
  .product-item > .product-item__badges:nth-child(1){
      display:none;
  }
.css-slider-navigation-container{
  display: none !important;
}
/* =======================================================================
  product-recommendations
=========================================================================*/
.custom-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-flow: unset;
}

/* 768px以下は2列に変更 */
@media screen and (max-width: 768px) {
  .custom-grid {
    grid-template-columns: 1fr 1fr;
  }
}

/* =======================================================================
  Top
=========================================================================*/
/*  Slider
------------------------------------------------------------------------ */
.css-slider-navigation-container .css-slider-button[style*=block]{
  display: none !important;
}

@media screen and (max-width: 767px) {
  .grid--layout.mobile-slider{
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 10px;
    overflow: auto;
    overflow: scroll;
  }
  .grid--layout.mobile-slider .card{
    width: 158px;
    flex-shrink: 0;
  }
}

/*  Freedeliver
------------------------------------------------------------------------ */
.subProduct{
  margin-top: 80px;
}
.subProduct__list{
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px;
}

.subProduct__list img{
  max-width: 100%;
  aspect-ratio: 1 /1;
}

@media screen and (max-width: 767px) {
  .subProduct__list{
    grid-template-columns: repeat(2, 1fr);
  }

}
/*  Freedeliver
------------------------------------------------------------------------ */
.freedeliver.freedeliver--top{
  background: #FDE4D7;
  height: auto;
  padding: 46px 16px;
  margin-bottom: 0;
}
.freedeliver__text{
  margin-left: 20px !important;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.02em;
}
.freedeliver__text .bold{
  font-size: 24px;
}
.freedeliver__text .border{
  border-bottom: 3px solid currentColor ;
}

@media screen and (max-width: 767px) {
  .freedeliver.freedeliver--top{
    padding: 25px 16px;
  }
  .freedeliver.freedeliver--top .icon{
    width: 120px;
  }
  .freedeliver.freedeliver--top .icon svg{
    width: 100%;
    height: auto;
  }
  .freedeliver__text{
    font-size: 12px !important;
  }
  .freedeliver__text .bold{
    font-size: 1.16666667em;
  }
}
/*  line Section
------------------------------------------------------------------------ */
.lineSection{
  background: #ECF6F1;
  padding: 45px 16px;
}
.lineSection__inner{
  display: flex;
  justify-content: center;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  gap: 57px;
}
.lineSection__logos{
  text-align: center;
}
.lineSection__image{
  width: 163px;
  margin-top: 12px;
}
.lineSection__image img{
  width: 100%;
}
.lineSection__list{
  font-weight: bold;
  font-size: 19px;
  letter-spacing: 0.02em;
  line-height: 2;
  padding-left: 0;
}
.lineSection__list li{
  list-style: none;
  padding-left: 20px;
  position: relative;
}
.lineSection__list li::before{
  content: '';
  display: block;
  width: 9px;
  height: 9px;
  background: #75C2BD;
  border-radius: 50%;
  position: absolute;
  top: 14px;
  left: 0;
}

.lineSection__button{
  display: inline-block;
  margin-top: 20px;
  padding: 7px 20px;
  background: #75C2BD;
  color: var(--color-primary);
  font-size: 12px;
  letter-spacing: 0.1em;
  border: none;
}


.facebookSection.facebookSection--top{
  background: #ECF6F1;
  padding: 45px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.facebookSection__link{
  vertical-align: middle;
  display: flex;
  align-items: center;
  color: var(--color-primary);
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
  font-weight: bold;
}
.facebookSection__link .icon{
  display: inline-block;
  margin-right: 20px;
}

.container #insta-feed{
  background: #fffae6;
  margin-top: -100px !important;
  padding: 50px 40px 30px;
}
#insta-feed h2{
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
}
#insta-feed h2::before{
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  width: 26px;
  height: 26px;
  background: url(./icon_instagram.svg) no-repeat center/contain;
}

@media  screen and (max-width: 767px){
  .lineSection__inner{
    flex-direction: column;
    gap: 22px;
  }
  .lineSection__image{
    display: none;
  }
  .lineSection__logos{

  }
  .lineSection__button{
    margin-right: auto;
    margin-left: auto;
    padding: 6px 10px;
    width: 100%;
    max-width: 230px;
    font-weight: bold;
    font-size: 12px;
    line-height: 1.5;
  }

  .container #insta-feed{
    margin-top: -60px;
  }

}


/*  Retail shop
------------------------------------------------------------------------ */
.retailshop{
  margin-top: 90px;
}
.retailshop__header{
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background: #FDE4D7;
  height: 341px;
  display: flex;
  padding-left: calc(-50% + 50vw);
  padding-right: calc(-50% + 50vw);
}
.retailshop__image{
  margin-top: 32px;
  width: 400px;
}
.retailshop__image img{
  width: 100%;
}
.retailshop__heading{
  width: 50%;
  align-self: center;
  padding-left: 114px;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.02em;
}
.retailshop__heading span{
  display: block;
  font-size: 12px;
  margin-top: 10px;
}

.retailshop__button{
  margin-top: 23px;
  margin-left: auto;
  margin-right: 0;
  width: calc(100% - 400px);
}
.retailshop__button a{
  display: block;
  width: 100%;
  text-align: center;
  padding: 18px 20px;
  font-size: 20px;
  background: #75c2bd;
  border-radius: 100rem;
  letter-spacing: 0.02em;
  border: none !important;
  font-weight:bold;
}
.retailshop__button a span{
  font-weight: bold;
  font-size: 20px;
  margin-right: 16px;
}
.retailshop__bottom{
  margin-top: 90px;
  display: grid;
  grid-template-columns: 213px 1fr;
  gap: 20px;
}
.retailshop__ctaheading{
  width: 213px;
  height: 112px;
  background: #E5E3DC;
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 15px;
  padding: 30px;
  position: relative;
  border-radius: 2px;
}
.retailshop__ctaheading::after{
  content: '';
  display: block;
  position: absolute;
  width: 15px;
  height: 22px;
  background: url(./icon_arrow_beige.svg) no-repeat center/contain;
  right: -12px;
  top: calc(50% - 11px);
}
.retailshop__ctalist{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
}
.retailshop__ctaitem{
  position: relative;
  height: 111px;
  background: #F6F5F0;
  width: 100%;
}
.retailshop__ctalink{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.1em;
}
.retailshop__wrapper{
  overflow: hidden;
}

@media screen and (max-width: 767px){
  .retailshop__header{
    height: 200px;
  }
  .retailshop__heading{
    padding-left: 30px;
  }
  .retailshop__image{
    width: 190px;
    margin-left: -40px;
  }
  .retailshop__button{
    margin-left: auto;
    width: fit-content;
  }
  .retailshop__button a{
    padding: 15px 50px;
    /* font-size: 1rem; */
    font-weight:bold;
  }
  .retailshop__button a span{
    display: block;
    margin: 0;
    text-align: center;
    font-size: 16px;
  }

  .retailshop__bottom{
    grid-template-columns: repeat(2, 1fr);
  }
  .retailshop__ctalist{
    display: contents;
  }
  .retailshop__ctaheading{
    width: 100%;
    height: 80px;
    padding: 20px;
  }
  .retailshop__ctaitem{
    height: auto;
    min-height: 80px;
  }
}

/* =======================================================================
  Collection List
=========================================================================*/

/* =======================================================================
  Collection
=========================================================================*/


.collection-bottom-banner{
  padding: 20px 25px;
  background: #FFFDF3;
  margin-bottom: 30px;
  width: 100%;

  font-size: 12px;
  letter-spacing: 0.1em;

  display: flex;
  gap: 50px;
}

.collection-bottom-banner > * {
  flex: 1;
}

.collection-bottom-banner-image{
  width: 50%;
}
.collection-bottom-banner-image img{
  height: auto;
  width: 100%;
}

.collection-bottom-banner {
  /* padding-left: 50%; */
  position: relative;
}
.collection-header__description  img{
  display: none;
  /* position: absolute;
  left: 20px;
  top: 25px;
  max-width: calc(50% - 40px); */
}
.collection-bottom-banner h1 {
  font-size: 21px;
  font-weight: bold;
  --font-weight-body-bold: 600;
}

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

  .collection-bottom-banner{
    flex-direction: column;
    gap: 24px;
  }
  .collection-bottom-banner{
    padding: 20px 16px;
  }
  .collection-bottom-banner-image{
    width: 100%;
  }
  .collection-bottom-banner img{
    position: static;
    width: 100%;
    max-width: 100%;
  }
  .collection-bottom-banner h1 {
    font-size: 14px;
  }
}



/*  Product Card
------------------------------------------------------------------------ */
.product-item{
  background: #f6f5f0;
  border: none;
  border-radius: 0;
}
.product-item__image-figure{
  --border-radius-cards: 0;
}
.product-item__text{
  padding: 20px;
  position: relative;
}
.card .text-animation--underline{
  font-size: 14px;
  line-height: 1.85;
  font-weight: bold;
}
.card .product-item__price{
  font-size: 14px;
}
.product-item__price span.tax{
  font-size: 9px;
}
.product-item .product-item__badges{
  width: 100%;
  left: 0;
  bottom: 0;
  top: auto;
  mix-blend-mode: multiply;
  z-index: 1;
}
.product-item .product-item__badge{
  /* mix-blend-mode: multiply; */
  text-align: center;
  width: 100%;
  font-size: 18px;
  letter-spacing: 0.18em;
  padding: 10px;
  border-radius: 0;
  height: auto;
  margin: 0;
}
.product-item.is-soldout .product-item__image-figure{
  /* position: relative; */
}
.product-item.is-soldout .product-item__image-figure::before{
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.3;
  top: 0;
  left: 0;
  z-index: 10;
}
.product-item.is-soldout .product-item__badges{
  mix-blend-mode: hard-light;
}

@media screen and (max-width: 767px) {
  .product-item__text{
    padding: 16px;
  }
  .card .text-animation--underline{
    font-size: 12px;
  }

}

 .product-price--discount{
        position: absolute;
      top: -20px;
      padding:2px;
      left: 10px;
      background-color: #ed5859;
      color: #fff;
      border-radius: 4px;
    font-size:12px;
  }
.product__description p span{
  font-size: 13px !important;
}
/* =======================================================================
  Product
=========================================================================*/
.product-gallery__thumbnails-holder{
  /* flex-wrap: wrap; */
}
.product-gallery-item img{
  --border-radius-cards: 0;
}
.product-gallery .element--border-radius{
  border-radius: 0;
}
.element--border-radius img,
.element--border-radius .css-slider-viewport{
  --border-radius-cards: 0;
}

.product-text .product__title{
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.1em;
  padding-bottom: 20px;
  border-bottom: 1px solid #E5E3DC;
}
.product-price{
  display: inline-flex;
  position:relative;
  margin-top:16px;
  padding-top:12px;
}
  @media (max-width: 767px) {
    .product-price{
        font-size:10px;
    }
  }
.product-item .product-price del{
display: flex;
    align-items: center;
    margin-left: 10px;
}

.product-price--original {
  font-weight: bold !important;
  font-size: 20px;
  font-family: var(--font-stack-headings);
}
.product-price .tax{
  font-size: 12px;
  margin-left: 0px;
  font-weight: normal;
  align-self: center;
}
.add-to-cart{
  background: #fbd0bb;
  border-color: #fbd0bb;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 17px;
  color: var(--color-primary);
}
.product__description{
  font-size: 13px;
  line-height: 2;
  letter-spacing: 0.1em;
}


.brandex{
  background: #fffae6;
  padding: 1rem;
  font-size: 11px;
  letter-spacing: 0.1em;
  line-height: 2;
}

.brandex a{
  background: #FDF3C9;
  display: block;
  text-decoration: none;
  width: 100%;
  padding: 16px;
  font-size: 11px;
  text-align: center;
  border-bottom: none;
  margin-top: 20px;
  font-family: 'Noto Sans Japanese';
}
.brandex a:hover{
  background: var(--color-primary);
  color: #fff !important;
}

.sozai{
  background: #F6F5F0;
  padding: 16px;
  font-size: 13px;
  letter-spacing: 0.1em;
  line-height: 2;
  margin: 40px auto;
}
html[dir=ltr] .rte .size table,
html[dir=ltr] .rte .size table td,
html[dir=ltr] .rte .size table tr{
  border: none;
}
.size table tr:first-child td{
  background: #f6f5f0;
  text-align: center;
  font-size: 10px;
  letter-spacing: 0.1em;
  padding: 12px 10px;
}
.size table tr:not(:first-child) td{
  text-align: center;
  border-bottom: 1px solid  #E5E3DC;
}

.product-form .flex-buttons{
  align-items: center;
}
.product-quantity{
  border: 1px solid #E5E3DC;
  border-radius: 5px;
  background: #fff;
  --button-product: 30px;
  height: 100%;
  padding: 10px;
}
.product-quantity .product-quantity__minus,
.product-quantity .product-quantity__plus{
  border: none !important;
  width: 30px;
  height: 30px;
}
.product-quantity__minus svg, .product-quantity__plus svg{
  width: 12px  !important;
  height: 12px  !important;
}
.product-quantity__selector{
  font-size: 25px;
  font-weight: bold;
  font-family: var(--font-stack-headings);
}
.no-touchevents .product-quantity__minus:hover, .product-quantity__minus:focus-visible, .no-touchevents .product-quantity__plus:hover, .product-quantity__plus:focus-visible{
  box-shadow: none !important;
}

.product__availability{
  font-size: 16px;
  color: #75C2BD;
  letter-spacing: 0.1em;
  font-weight: bold;
  padding: 0 10px 5px;
  width: fit-content;
  text-align: center;
}
.product__availability p{
  margin: 0;
  margin-bottom: -5px;
}

@media screen and (max-width: 767px) {
  .product-price--original{
    font-size: 14px;
  }

/* .product-item .product-price del{
position: absolute;
    top: -20px;
    left: -10px;
} */

}

.brandex-box a{
  background: #fdf3c9;
    display: block;
    text-decoration: none;
    width: 100%;
    padding: 16px;
    font-size: 11px;
    text-align: center;
    border-bottom: none;
    margin-top: 20px;
}
/*  Variant Table
------------------------------------------------------------------------ */
.product-variants__table{
  border: 1px solid #E5E3DC;
}
.product-variants__table td,
.product-variants__table th{
  vertical-align: middle;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.1em;
  height: 60px;
  border: 1px solid #E5E3DC;
  background: #fff;
  padding: 12px;
}
.product-variants__table th,
.product-variants__table thead td{
background: #F6F5F0;
}
.product-variants__table td{
  white-space: nowrap;
}
.product-variants__table__head{
  position: sticky;
  position: sticky;
  left: 0;
  top: 0;
  z-index: 1;
}
.product-variants__radio{
  display: none;
}
.product-variants__radio + *{
  padding-top: 20px;
  position: relative;
  display: block;
  cursor: pointer;
}
.product-variants__radio + *::before{
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid var(--color-primary);
  background: #fff;
  top: 0;
  left: calc(50% - 7.5px);
  position: absolute;
}
.product-variants__radio + *::after{
  content: '';
  display: block;
  position: absolute;
  width: 9px;
  height: 9px;
  background: var(--color-primary);
  border-radius: 50%;
  top: 3px;
  left: calc(50% - 4.5px);
  opacity: 0;
  transition: opacity .3s;
}
.product-variants__radio:checked + *::after{
  opacity: 1;
}
.product-variants__radio ~ .soldout{
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.1em;
  font-family: var(--font-stack-headings);
  color: #EF857D;
}

.product-variants--table{
  overflow: auto;
}

@media screen and (max-width: 767px) {
  .product-variants__table td, .product-variants__table th{
    padding: 10px;
  }

}



/*  Other Products
------------------------------------------------------------------------ */
.otherVariant{
  margin-top: 40px;
}
.otherVariant__title{
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}
.otherVariant__title::after{
  content: '';
  display: block;
  width: 100%;
  height: 17px;
  background: url(./fukidashi_bar.svg) no-repeat center/ auto 100%;
  margin-top: 15px;
}
.otherVariant__list{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
  margin-top: 20px;
}
.otherVariant__item{
  background: #f6f5f0;
}

.otherVariant__item img{
  width: 100%;
  aspect-ratio: 1 /1;
  object-fit: cover;
}
.otherVariant__text{
  padding: 12px;
  margin: 0;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .otherVariant__text{
    font-size: 10px;
  }

}


/*  Tab for gift
------------------------------------------------------------------------ */
.tabFor{
  background: #e5e3dc;
  border-radius: 100rem;
}
.tabFor__list{
  display: flex;
  height: 50px;
  align-items: center;
}
.tabFor__button{
  background: #E5E3DC;
  border-radius: 100rem;
  border: none;
  appearance: none;
  -webkit-appearance: none;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1em;
  flex: 1;
  display: flex;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.tabFor__button.is-active{
  font-weight: bold;
  color: #fff !important;
  background: #3a2924;
}
.tabFor__button::after{
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  background: url(./fukidashi_arr.svg) no-repeat top center/contain;
  position: absolute;
  top: calc(100% - 5px);
  left: calc(50% - 9px);
  opacity: 0;
}
.tabFor__button.is-active::after{
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .tabFor__button{
    font-size: 12px;
  }

}

/*  giftWrapping
------------------------------------------------------------------------ */
.giftWrapping{
  background: #fff;
  border: 1px solid #E5E3DC;
  padding: 30px;
}
.giftWrapping__item{
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 10px;
}
.giftWrapping__item:not(:last-child){
  border-bottom: 1px solid #E5E3DC;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.giftWrapping__item._sub{
  border: none;
  padding-bottom: 0;
  margin-bottom: 10px;
}

.giftWrapping__title{
  margin: 0;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.03em;
}
.giftWrapping__title._sub{
  font-weight: normal;
}
.form-radio > label{
  display: block;
  margin-bottom: 10px;
}
.giftWrapping__detail input[type="text"],
.giftWrapping__detail textarea{
  width: 100%;
  display: block;
  border: none;
  background: #f6f5f0;
  font-size: 10px;
  letter-spacing: 0.1em;
}
.form-radio input[type="radio"]{
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  clip: rect(1px,1px,1px,1px);
}
.form-radio input[type="radio"] + span{
  display: block;
  position: relative;
  padding-left: 32px;
  cursor: pointer;
  font-size: 12px;
  letter-spacing: 0.1em;
}
.form-radio input[type="radio"] + span::before{
  content: '';
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  border: 1px solid #E5E3DC;
  border-radius: 50%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.form-radio input[type="radio"] + span::after{
  content: '';
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity .3s;
  background: #3A2924;
}
.form-radio input[type="radio"]:checked + span::after{
  opacity: 1;
}
.giftWrapping__optionWrapper{
  grid-area: 2 / 3 / 2 / 1;
}

.giftWrapping__wrappingoption{
  padding-left: 20px;
}


/*  e-gift
------------------------------------------------------------------------ */

.sns-gift-product-container{
  background: #fff;
  border: 1px solid #E5E3DC;
  padding: 30px;
}
.sns-gift-product-container .css-1nlvpnn{
  border: none;
}
.sns-gift-product-container .css-1trmoh2{
  font-size: 14px;
  letter-spacing: 0.1em;
  font-weight: bold;
}
.sns-gift-product-container .css-hkudiz{
  font-size: 14px;
}
.sns-gift-product-container .css-133gj99{
  font-size: 14px;
}
.sns-gift-product-container .css-1jwxo9r{
  height: 15px;
  width: 15px;
}
.sns-gift-product-container .css-1rwovhe{
  display: flex;
  flex-direction: column;
}
.sns-gift-product-container .css-7v8bo5{
  font-size: 10px;
  margin-left: 17px;
  color: #8D7F78;
}
.sns-gift-product-container .css-1hces0k{
  font-size: 10px;
  background: #ecf6f1;
  border-radius: 3px;
  color: #707070;
  padding: 7px;
}
.sns-gift-product-container .css-h1aetn .css-6tzxjd,
.sns-gift-product-container .css-1xkfsxs{
  display: none;
}
.sns-gift-product-container .css-1bah2cq{
  margin-top: 10px;
  margin-left: 9px;
  order: 2;
}
.sns-gift-product-container .css-w112t7{
  height: 15px;
  width: 15px;
}
.sns-gift-product-container .css-w112t7 svg{
  font-size: 10px;
}
.sns-gift-product-container .css-183sryq{
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0.1em;
  border-color: #C2BBB5;
}
.sns-gift-product-container .css-hhimi5{
  background: none !important;
}
.sns-gift-product-container .css-1f81wt7{
  font-size: 14px;
}
.sns-gift-product-container textarea{
  font-size: 12px;
  letter-spacing: 0.1em;
}
.sns-gift-product-container .css-1670u1s{
  background: #C2BBB6;
  color: #3A2924;
  font-size: 14px;
  letter-spacing: 0.1em;
  border: none;
}
.sns-gift-product-container p{
  font-size: 14px;
  letter-spacing: 0.1em;
}
.chakra-portal .chakra-button{
  font-size: 14px;
  letter-spacing: 0.1em;
  border: none;
  background: #c2bbb6;
  color: #3A2924;
}
.chakra-portal  .css-1tj6amr{
  background: #C2BBB6;
  color: #3A2924;
  font-size: 14px;
  letter-spacing: 0.1em;
  border: none;
}

.chakra-portal .css-16heqo6{
  font-size: 14px;
  letter-spacing: 0.1em;
}
.chakra-modal__content p{
  font-size: 14px;
  letter-spacing: 0.1em;
}
.chakra-radio__input:checked ~ *.chakra-radio__control {
  background: #3a2924;
  color: #3A2924;
  border-color: #3A2924;
}

/*  LINE
------------------------------------------------------------------------ */

.product__linebutton{
  /* margin-top: 100px; */
}
.bisLINE{
  background: #e5e3dc;
  padding: 20px;
  text-align: center;

}
.bisLINE__title{
  font-size: 1rem;
  letter-spacing: 0.1em;
  font-weight: bold;
  margin-bottom: 0;
}
.bisLINE__button{
  background: #ecf6f1;
  border: 1px solid#74C2BD;
  display: block;
  width: 100%;
  padding: 15px;
  font-size: 11px;
  letter-spacing: 0.1em;
  margin-top: 20px;
}
.bisLINE__button:hover{
  background: #74C2BD;
  color: #fff;

}

/*  button for contact
------------------------------------------------------------------------ */
.product__contact{

}
.product__contactlink{
  display: block;
  font-size: 11px;
  letter-spacing: 0.1em;
  background: #fef2eb;
  padding: 16px;
  border-radius: 5px;
  text-align: center;
}
.product__contactlink:hover{
  background: #3A2924;
  color: #fff;
}

/*  Deliver date
------------------------------------------------------------------------ */
.product__deliverdate{
  border: 1px solid #E5E3DC;
  padding: 20px;
  border-radius: 10px;
}
.productDeliver__title{
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom:0;
}
.productDeliver__title .color{
  color: #e96e69;
}
.productDeliver__note{
  font-size: 11px;
  margin-bottom: 0;
  text-align: center;
}
.productDeliver__note p:last-child{
  margin-bottom: 0;
}


/* =======================================================================
  Page
=========================================================================*/
/*  Contact
------------------------------------------------------------------------ */
.contact-form{
  display: block;
  max-width: 468px;
  margin-right: auto;
  margin-left: auto;
}
.contact-form__row input:not([type=checkbox]){
  background: #fff;
  padding: 0 20px;
  letter-spacing: 0.1em;
  height: 53px;
}
.contact-form__row textarea{
  background: #fff;
  padding: 0 20px;
  letter-spacing: 0.1em;
  padding-top: 18px;
}
.contact-form__row input:not([type=checkbox])::placeholder,
.contact-form__row textarea::placeholder{
  color: #8D7F78;
  font-size: 11px;
}
.contact-form__row button{
  width: 100%;
  background: #75c2bd;
  border-color: #75C2BD;
  font-weight: bold;
  padding: 15px 20px;
  color: var(--color-primary);
  letter-spacing: 0.1em;
  font-size: 18px;
}
.css-183sryq,
.css-1ygknf{
  font-size: 14px !important;
}

/*  Store
------------------------------------------------------------------------ */
.retailstore{}
.retailstore__lead{
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2.4;
}
.retailstore__content{
  margin-top: 70px;
}
.reatailstore__images{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3px;
  margin-bottom: 40px;
}
.retailstore__detail + .retailstore__detail{
  margin-top: 90px;
}
.retailstore__detail h3{
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #FBD0BB;
  padding-bottom: 20px;
}
.retailstore__detail.plants h3{
  border-color: #74C2BD;
}
.retailstore__detailInner{
  display: flex;
  margin-top: 40px;
  gap: 40px;
}
.retailstore__address{
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 0.1em;
  width: 340px;
  line-height: 2.3;
}
.retailstore__text{
  max-width: 447px;
  line-height: 1.5;
}
.rte a.retailstore__button{
  margin-top: 20px;
  display: block;
  background: #75C2BD;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding:15px;
  height: auto;
  display: inline-block;
  border: none;
  border-radius: 4px;
}
.retailstore__map {
  margin-top: 100px;
  width: calc(100vw - 15px);
  margin-left: calc(50% - 50vw + 7px) ;
}
.retailstore__map iframe{
  display: block;
  width: 100%;
  aspect-ratio: 16 /9;
  height: auto;
}

@media screen and (max-width: 767px) {
  .reatailstore__images{
    grid-template-columns: 1fr;
  }
  .retailstore__detailInner{
    flex-direction: column;
    gap: 20px;
  }
  .retailstore__address{
    font-size: 11px;
  }
  .retailstore__text{
    font-size: 12px;
    line-height: 2;
  }

  .retailstore__detail + .retailstore__detail{
    margin-top: 40px;
  }
}


/*  Guide
------------------------------------------------------------------------ */
.pageGuide__heading{
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.pageGuide__inner{
  display: grid;
  grid-template-columns: 246px 1fr;
  gap: 30px;
  max-width: 755px;
  margin-right: auto;
  margin-left: auto;
}
.guideSide__menulist{
  position: sticky;
  top: 20px;
  margin-left: 0;
  border-left: 2px solid #E96E69;
  padding-left: 20px;
}
.guideSide__menulist li{
  list-style: none;
  font-size: 12px;
  letter-spacing: 0.1em;
  font-weight: 600;
}
.guideSide__menulist li a{
  text-decoration: none;
  border: none;
}
.guideSide__menulist li.child {
  padding-left: 12px;
  font-size: 10px;
  letter-spacing: 0.1em;
  font-weight: 400;
}
.guideSide__menulist li.child  + li:not(.child){
  margin-top: 20px;
}
.guideSide__menulist li.child + li.child{
  margin-top: 10px;
}


.guideHeading{

}
.guideHeading__title{
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.1em;
  background: #E5E3DC;
  padding: 18px 20px;
  margin-bottom: 40px;
}

.guideItem{
  --font-style-body: 600;
  margin-bottom: 100px;
  line-height: 2;
  font-size: 11px;
  letter-spacing: 0.1em;
}
.guideItem__heading{
  font-size: 14px;
  letter-spacing: 0.1em;
  font-weight: 600;
}
.box.box--yellow{
  background: #fdf3c9;
  display: inline-block;
  padding: 17px;
  font-size: 12px;
  font-weight: bold;
}
.box.box--yellow p:last-child{
  margin-bottom: 0;
}

.guideItem.title-content{
  margin-bottom: 40px;
  --font-stack-headings: 'Noto Sans JP', sans-serif;
}
.guideItem.guideItem--border{
  margin-bottom: 40px;
  padding-left: 30px;
  border-left: 1px solid #C2BBB6;
}
.guideItem a{
  color: #E96E69;
}

.tradelow{

}
.tradelow__list div{
  display: grid;
  grid-template-columns: 120px 1fr;
  border-bottom: 1px solid #E5E3DC;
  padding: 20px 0;
  gap: 20px;
}
.tradelow__list dt{
  font-size: 11px;
  letter-spacing: 0.1em;
}


@media screen and (max-width: 767px) {
  .pageGuide__inner{
    grid-template-columns: 1fr;
  }
  .guideItem.guideItem--border{
    padding-left: 15px;
  }
  .guideHeading__title{
    font-size: 16px;
  }

}

/*  LINE
------------------------------------------------------------------------ */
.pageLine{}

.pageLine__body{
  padding: 100px 0;
}
.pageLine__body._top{
  background: #ecf6f1;
  width: calc(100vw - 15px);
  margin-left: calc(50% - 50vw + 7px);
}

.pageLine_heading{
  text-align: center;
  margin: 0;
  font-size: 20px;
  letter-spacing: 0.1em;
  color: #3a2924;
  margin-bottom: 70px;
  font-weight: bold;
}
.pageLine_heading::after{
  content: '';
  display: block;
  width: 254px;
  height: 11px;
  background: url(./title_line.svg) no-repeat center/contain;
  margin-right: auto;
  margin-left: auto;
  margin-top: 16px;
}
.pageLine__box{
  background: #fff;
  padding: 24px;
  border-radius: 10px;
  width: 346px;
  color: #3a2924;
}
.pageLine__box ul{
  margin-left: 0 !important;
}
.pageLine__box ul li p:not([class]){
  font-size: 11px;
  letter-spacing: 0.1em;
  font-weight: 400;
}
.pageLine__box ul li .heading .small{
  font-size: 0.75em;
}
.pageLine__box ul li .heading .price-red{
  font-size: 1.2667em;
  color: #E96E69;
}
.pageLine__logos{
  width: 200px;
}
.pageLine__logos img{
  width: 100%;
}
.pageLine__detail{
  max-width: 348px;
  font-size: 11px;
  letter-spacing: 0.1em;
  line-height: 2;
}
.pageLine__detail .heading{
  font-weight: bold;
  font-size: 19px;
  letter-spacing: 0.02em;
}
.pageLine__detail .subheading{
  font-size: 14px;
  font-weight: bold;
  margin-top: 40px;
  letter-spacing: 0.02em;
}

.pageLine__button .button{
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  padding: 18px 20px;
  background: #75c2bd;
  border-radius: 100rem;
  letter-spacing: 0.02em;
  border: none;
  font-size: 19px;
  letter-spacing: 0.1em;
  font-weight: bold;
  justify-content: center;
  gap: 12px;
}
.pageLine__button .button:hover{
  background-color: var(--color-accent-main);
  color: var(--color-foreground-accent-main);
}

.pageLine__topbutton{
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 40px;
  display: none;
}

@media screen and (max-width: 767px) {
  .pageLine__body{
    padding: 40px 0;
  }
  .pageLine_heading{
    margin-bottom: 40px;
  }
  .pageLine__logos{
    display: none;
  }
  .pageLine__detail .heading{
    display: none;
  }
  .pageLine__button .button{
    padding: 12px 0;
  }
  .pageLine__topbutton{
    display: block;
  }
}



.main-404{
  text-align: center;
}


/* =======================================================================
  Blog
  =========================================================================*/

/*  Archive
------------------------------------------------------------------------ */
.blog-item{
  --border-radius-cards: 0;
  background: #E5E3DC;
}
.blog-item__image{
  margin-bottom: 0;
}
.blog-item__content{
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.blog-item__meta{
  font-size: 12px;
  color: #3A2924;
  letter-spacing: 0.1em;
}
.blog-item__title-holder span{
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.1em;
}

/*  Single Page
------------------------------------------------------------------------ */
.article__container{
  display: grid;
  grid-template-columns: 600px auto;
  gap: 40px;
}
.article__header{
  background: #fef2eb;
  padding: 30px;
}
.article__header h1{
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1.2;
}
.article__content {
  margin-top: 40px;
  line-height: 2;
  letter-spacing: 0.1em;
}
.article__content  a:not([class]){
  display: inline-block;
  border-bottom: 1px solid #74C2BD;
}

@media screen and (max-width: 768px){
  .article__container{
    display: block;
  }
}

/* =======================================================================
  Account
=========================================================================*/
/*  Account
------------------------------------------------------------------------ */
.account__heading{
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.account__heading span{
  vertical-align: bottom;
  position: relative;
  top: 10px;
}
.account__form-block {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 460px !important;
}
.account input:not([type=checkbox]){
  background: #fff;
  padding: 0 20px;
  height: 53px;
  letter-spacing: 0.1em;

}
.account input:not([type=checkbox]):focus{
  border-color: var(--color-primary);
}
.account input:not([type=checkbox]):focus + label{
  opacity: 1;
  top: 0;
}
.account input:not([type=checkbox])::placeholder{
  color: #8D7F78;
  font-size: 11px;
}
.account .account__form-row{
  position: relative;
}
.account .account__form-row  label{
  font-size: 11px;
  letter-spacing: 0.1em;
  background: #fff;
  display: inline-block;
  /* opacity: 0; */
  position: absolute;
  top: calc(50% - var(--gutter-small) / 2);
  left: 20px;
  transform: translateY(-50%);
  line-height: 1;
  opacity: 0;
  transition: all .3s;
  padding: 2px 10px;
}
.account .account__form-row [type="submit"],
.account .form-actions button{
  width: 100%;
  background: #75c2bd;
  border-color: #75C2BD;
  font-weight: bold;
  padding: 15px 20px;
  color: var(--color-primary);
  letter-spacing: 0.1em;
  font-size: 18px;
}
.account .form-actions button[name="decline"]{
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: fit-content;
  font-size: .875rem;
  background: #fff;
  border-color: #FBD0BB;

}
.account .form-actions button + button{
  margin-top: 20px;
}
.form-actions a.button{
  font-size: 12px;
  letter-spacing: 0.1em;
  width: 100%;
  font-weight: bold;
  padding: 15px;
}
.form-actions a:not([class]){
  display: inline-block;
  border-bottom: 1px solid #74C2BD;
  font-size: 11px;
  letter-spacing: 0.1em;
}
.account__form-row--flex.form-actions{
  flex-direction: column;
}
.account__form-row.show-label label{
  opacity: 1;
  position: static;
}
.account__form-childbirth{
  display: flex;
  gap: 10px;
}
.account__form-childbirth > * {
  flex: 1;
  display: flex;
  align-items: flex-end;
}
.account__form-childbirth input{
  margin-right: 4px;
}

.account--register{
  margin-top: 58px;
}
.account__heading--register{
  background: #fef2eb;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  padding: 16px 10px;
}
.account--register__content{
  margin-top: 18px;
  font-size: 11px;
  letter-spacing: 0.1em;
  font-size: 11px;
  line-height: 2;
}
.account--register__content a{
  display: inline-block;
  border-bottom: 1px solid #74C2BD;
}

.alert--note{
  background: #fef2eb;
  font-size: 12px;
  letter-spacing: 0.1em;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  display: block;
}

.alert--error{
  display: block;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
}



/*  Mypage
------------------------------------------------------------------------ */
.shopify-challenge__container{
  padding-left: 20px;
  padding-right: 20px;
}

.mypage__header{
  background:  url(./mypage_heading.svg) no-repeat center bottom/265px auto, #ECF6F1;
  padding: 80px 20px 18px;
}
.mypage__header .h2{
  font-size: 18px;
  letter-spacing: 0.1em;
  font-weight: bold;
  text-align: center;
}

.mypage__layout{
  display: grid;
  grid-template-columns: 280px 1fr;
  margin-top: 70px;
}

.mypage__linklist{
  padding-left: 30px;
  border-left: 2px solid #74C2BD;
}

.mypage__linklist li{
  font-size: 12px;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
.mypage__linklist li.current{
  font-weight: bold;
  color: #75C2BD;
}
.mypage__linklist li a{
  color: inherit;
}

.mypageOrderList__content{
  padding-left: 30px;
  border-left: 2px solid #E5E3DC;
}
.mypageOrderList__item{
  max-width: 448px;
  margin-bottom: 80px;
}

.orderItem{
}
.orderItem__head{
  display: flex;
  gap: 40px;
  align-items: center;
  margin-bottom: 30px;
}
.orderItem__date{
  margin-bottom: 0;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.1em;
}
.orderItem__name{
  margin-bottom: 0;
  color: #8d7f78;
  letter-spacing: 0.1em;
  font-size: 12px;

}
.orderItem__products{
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 30px;
  margin-bottom: 20px;
}
.orderItem__detail{
  display: flex;
  flex-direction: column;
}
.orderItem__productname{
  font-weight: bold;
  font-size: 14px;
  font-family: var(--font-stack-headings);
}
.orderItem__price{
  font-weight: bold;
  font-size: 14px;
  font-family: var(--font-stack-headings);
}
.orderItem__price span{
  display: inline-block;
  margin-left: 20px;
}
.orderItem__more{
  text-align: right;
  font-weight: bold;
  margin-top: auto;
  margin-bottom: 0;
}
.orderItem__more span{
  color: #c2bbb6;
}
.orderItem__button a{
  background: #f6f5f0;
  border-color: #F6F5F0;
  border-radius: 5px;
  width: 100%;
  padding: 12px;
  font-size: 12px;
  letter-spacing: 0.1em;
  font-weight: bold;
}

.mypageOrderDetail{}
.mypageOrderDetail__content{
  padding-left: 30px;
  border-left: 2px solid #E5E3DC;
  margin-bottom: 40px;
}
.mypageOrderDetail__content .account-widget__head{
  border-bottom: none;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.mypagePoint{
  width: fit-content;
}
.mypagePoint__content{
  padding-left: 30px;
  border-left: 2px solid #E5E3DC;
}
.mypagePoint__heading{
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: 14px;
}
[data-block-handle="my-point"]{
  opacity: 0;
}
.mypagePoint__point{
  font-weight: bold;
  font-family: var(--font-stack-headings);
  color: #75c2bd;
  font-size: 28px;
  letter-spacing: 0.1em;
  margin-top: 34px;
  text-align: center;
}
.mypagePoint__text{
  margin-top: 53px;
  font-size: 11px;
  letter-spacing: 0.1em;
  line-height: 2.18181818;
}

.mypageLine__content{
  padding-left: 30px;
  border-left: 2px solid #E5E3DC;
}

.mypageAddress__content{}
.mypageAddress__item{
  padding-left: 30px;
  border-left: 2px solid #E5E3DC;
  margin-bottom: 40px;
}
.mypageAddress__title{
  font-weight: bold;
}
.mypageAddress__head{
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.1em;
}
.mypageAddress__head em{
  font-style: normal;
  font-size: 0.8em;
}
.mypageAddress__body{
  margin-top: 20px;
  font-weight: bold;
}
.mypageAddress__buttons{
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.mypageAddress__button{
  border-radius: 5px;
  background: #F6F5F0;
  font-weight: bold;
  font-size: 12px;
  padding: 15px;
  text-align: center;
  color: var(--color-primary);
  border: none;
}

.mypageAddress__modal .account .account__form-row label{
  opacity: 1 !important;
  top: 0;
  left: 20px;
}
.mypageAddress__modal .account .account__form-row [name="address[default]"] + label{
  position: static;
  transform: translateY(0);
}
.mypageAddress__modal .account .account__form-row > div{
  position: relative;
}

[aria-controls="add_address"]{
  background: #F6F5F0;
  border-radius: 5px;
  border: none;
  color: var(--color-primary);
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0.1em;
}

.mypage__select{
  display: none;
}

/* Mypage top */
.mypage__top{
  font-size: 18px;
  letter-spacing: 0.1em;
  font-weight: 400;
}
.mympage__tabcontent{
  display: none;
}
.mympage__tabcontent.mympage__tabcontent--active{
  display: block;

}


 /* Mypage Form */
.mypageForm{}
.mypageForm__content{
  padding-left: 30px;
  border-left: 2px solid #E5E3DC;
}
.mypageForm__heading{
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: 14px;
}
.mypageForm__form{
  margin-top: 40px;
}
.mypageForm__button{

}

.mypageForm__form [type="submit"]{
  margin-left: 10px;
}


@media screen and (max-width: 768px) {
  .mypage__layout{
    display: block;
  }
  .mypageAddress__item,
  .mypagePoint__content,
  .mypageOrderList__content,
  .mypageOrderDetail__content{
    padding-left: 0;
    border-left: none;
  }
  .mypage__linklist{
    display: none;
  }

  .mypage__top{
    font-size: 16px;
    text-align: center;
  }

  .mypage__side{
    padding-bottom: 30px;
    border-bottom: 1px solid #C2BBB6;
    margin-bottom: 30px;
  }
  .mypage__select{
    display: block;
    width: fit-content;
    margin-right: auto;
    margin-left: auto;
    width: 180px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 100rem;
    height: 40px;
    text-align: center;
    background-position: center right 5px;
    appearance: none;
    border: 1px solid var(--color-primary);
    font-size: 10px;
    letter-spacing: 0.1em;
  }

  .orderItem__head{
    gap: 20px;
  }
  .orderItem__date{
    font-size: 12px;
  }
  .orderItem__name{
    font-size: 10px;
  }
  .orderItem__productname, .orderItem__price{
    font-size: 12px;
  }

}


/* =======================================================================
  Cart
=========================================================================*/
.cart-section {
  margin-top: 80px;
}
.cart-form__items .cart-block__head{
  grid-template-columns: 400px 1fr 1fr 100px;
  font-size: 10px;
  letter-spacing: 0.1em;
  border-bottom: none;
}
.cart-form__items .cart-block__head span{
  display: block;
  padding-bottom: 10px;
  border-bottom: 1px solid #E5E3DC;
}
.cart__heading{
  text-align: center;
  font-weight: bold;
  font-size: 19px;
  letter-spacing: 0.1em;
}
.cart__heading .icon{
  display: inline-block;
  width: 30px;
  margin-right: 20px;
}
.cart__heading .icon svg{
  width: 100%;
  height: auto;
}
.cart__heading .icon path{
  stroke: #E96E69;
}

.cart-section{
  display: block !important;
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
}
.cart-block__head{
  background: none !important;
  --border-radius-cards: 0;
  height: auto !important;
}
.cart__form .cart-holder{
  border: none;
}

.cart-item__card{
  background: #f6f5f0;
  display: flex;
}
.cart-item__card .cart-form-item__price-title-variants{
  padding: 10px;
}
.cart-item__card .cart-item__thumbnail{
  width: 190px;
}
.cart-item__card a:hover span{
  text-decoration: none !important;
  background: none !important;
}

.cart-form-item .cart-form-item--layout{
  grid-template-columns: 400px 1fr 1fr 100px;
  grid-template-areas: "thumbnail size-variants quantity total";
}

.cart-item__details{
  font-weight: bold;
}
.cart-item__optiontitle{
  display: none;
}
.cart-item__actions{
  flex-direction: column;
}
.cart-item__actions .quantity-selector-holder{
  border: 1px solid #C2BBB6;
}
.cart-item__actions .qty-button{
  border: none !important;
}
.cart-item__actions .remove:not(:first-child){
  margin-top: 10px;
  border: none !important;
}

.cart-item__title{
  padding:10px;
}

  /* .cart-form-item__size-variants{
    grid-area: size-variants;
    grid-area: 2 / 1;
    align-self: center;
  }
  .cart__quantity {
    grid-area: quantity;
  }
  .cart-item__total {
    grid-area: total;
} */
}
.cart__details.cart--page{
  width: 300px;
  margin-right: 0;
  margin-left: auto;
}
.cart--page .cart__subtotal{
  display: flex ;
  justify-content: space-between;
  border-bottom: 1px solid #C2BBB6;
  font-size: 11px;
  letter-spacing: 0.1em;
  align-items: center;
}
.cart--page .cart__subtotal strong{
  font-size: 18px;
  font-weight: bold;
  font-family: var(--font-stack-headings);
}
.cart--page  .cart__total{
  display: flex;
  justify-content: space-between;
  border-bottom: 3px solid #C2BBB6;
  font-size: 11px;
  letter-spacing: 0.1em;
}
.cart--page .cart__total .text-size--heading{
  font-size: 20px;
  text-align: right;
  font-family: var(--font-stack-headings);
  font-weight: bold;
}

.cart_buttonWrap + .cart_buttonWrap{
  margin-top: 10px;
  display: block;
}

.cart_buttonWrap > a{
  width: 100%;
  padding: 18px 32px;
}

.cart__checkoutbutton{
  background: #FEF2EB;
  text-align: center;
  font-weight: bold;
  border: none;
  width: 100%;
  font-size: 16px;
  letter-spacing: 0.1em;
  padding: 18px 32px;
  font-weight: bold;
}
.cart__login{
  background: #FBD0BB;
  border: none;
  color: var(--color-primary);
  font-weight: bold;
}
.cart__continue{
  background: none;
  color: var(--color-primary);
  border-color: currentColor;
}

.cart__footer{
  display: flex;
  justify-content: flex-end;
      flex-direction: column;
    max-width: calc(350px + var(--gutter-regular)*2);
    margin-left: auto;
    margin-right: 0;
}
.shipping-calculator .shipping-calculator__content .button{
  padding-left: 10px;
  padding-right: 10px;
  min-width: 0 !important;
  white-space: nowrap;
}
.shipping-calculator .shipping-calculator__content select{
  padding-right: 10px;
  background-size: 10px;
  background-position: right 10px center;
}

.cart__app{
  padding: var(--gutter-regular);
}
.cart__app .mrpoint{
  background: #fffae6;
  border-radius: 10px;
  display: block;
  padding: 20px;
  width: fit-content;
  margin-left: auto;
  max-width: 100%;
  margin-right: 0;
}
.cart__app .mrpoint-section__current-point{
  font-weight: bold;
  font-size: 1rem;
  letter-spacing: 0.1em;
}
.cart__app .mrpoint-section__current-point div{
  color: #75c2bd;
  font-family: var(--font-stack-headings);
  font-size: 18px;
  letter-spacing: 0.1em;
}

.freedeliver{
  background: #E5E3DC;
  font-weight: bold;
  text-align: center;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  letter-spacing: 0.1em;
  margin-bottom: 25px;
}
.freedeliver p {
  margin: 0;
}


.shippingMethod__radio > label{
  display: inline-flex;
  align-items: center;
  margin-right: 10px;
}

.shippingMethod__note{
  font-size: 10px;
  letter-spacing: 0.03em;
  line-height: 1.7;
  margin-top: 20px;
}

.cart-giftwrapping{
  padding: 40px 0;
}
.cart-giftwrapping .product__gift{
  background: none;
  border: none;
  padding: 0;
  margin-left:0;
}
 
@media screen and (max-width: 767px) {
  .cart-section{
    margin-top: 20px;
  }
  .cart-item__actions{
    flex-direction: row;
    align-items: center;
  }
  .cart-item__card{
    display: contents;
  }
  .cart-item__details{
    grid-area: "variant";
  }
   .cart-form-item__size-variants{
    grid-area: size-variants;
    grid-area: 2 / 1;
    align-self: center;
  }
  .cart__quantity {
    grid-area: quantity;
  }
  .cart-item__total {
    grid-area: total;
  }
  .cart-form-item .cart-form-item--layout{
    align-items: flex-start;
    gap: 10px 0;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr auto;
    grid-template-areas:
      "thumbnail price-title-variants price-title-variants"
      "variant quantity total";
  }
    .cart-form-item--layout .cart-item__total {
        display: block;
        grid-area: 2 / 3;
      align-self: center;
        
    }
  .cart-form-item--layout .cart-item__thumbnail{
    width: 100%:konnpo-nennto;
  }
  
  .cart-form-item__price-title-variants{
    background: #f6f5f0;
    padding: 10px;
    font-size: 8px;
    letter-spacing: 0.1em;
    line-height: 2.25;
    height: 100%;
    display:flex;
    justify-content: center;
  }
  .cart__quantity{
    padding-left: 20px;
  }
  .cart-item__optiontitle{
    display: block;
    font-size: 6px;
    letter-spacing: 0.1em;
    font-weight: 400;
    margin-bottom: 15px;
  }
  .cart-item__variant{
    color: #3A2924;
    font-size: 12px;
    opacity: 1;
  }
  .cart-item__actions .remove:not(:first-child){
    margin-top: 0;
  }
  .cart-item__actions .qty-button{
    width: 20px !important;
  }
  .cart-form-item--layout .cart-item__total strong{
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.1em;
  }

  .cart__app .mrpoint{
    width: 100%;
    margin: 0;
  }

  .cart__footer{
    flex-direction: column;
    max-width: 100%;
  }

  .cart__details.cart--page{
    margin-left: 0;
    padding: 20px;
    width: 100%;
  }
   .cart-form-item--layout .cart-item__total{
    display: block;
  }
}



/* =======================================================================
  Policy
=========================================================================*/
/*  Policy
------------------------------------------------------------------------ */
.shopify-policy__title h1{
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.1em;
}

.shopify-policy__body{
  font-size: 13px;
  letter-spacing: 0.1em;
  line-height: 2;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}
.shopify-policy__body h3{
  font-size: 13px;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 10px;
}


/* =======================================================================
  Fixed Banner
=========================================================================*/
.fixedbanner{
  position: fixed;
  right: 0;
  bottom: 100px;
  z-index: 100;
}
.fixedbanner__inner{
  transition: transform .5s;
}
.fixedbanner__toggle{
  font-weight: bold;
  color: #E96E69;
  font-size: 11px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin: 0 5px 0 auto;
  width: fit-content;
  display: block;
}
.fixedbanner__toggle .open{
  display: none;
}
.fixedbanner.is-close .fixedbanner__toggle .close{
  display: none;
}
.fixedbanner.is-close .fixedbanner__toggle .open{
  display: block;
}
.fixedbanner.is-close .fixedbanner__inner{
  transform: translateX(calc(100% - 20px));
}


/* =======================================================================
  Judge me
=========================================================================*/
#judgeme_product_reviews .jdgm-rev-widg__title{
  font-size: 12px;

}
#judgeme_product_reviews .jdgm-write-rev-link{
  background: #e5e3dc;
  border-radius: 100rem;
  font-size: 10px;
  letter-spacing: 0.1em;
  padding: 8px 10px;
  color: #3a2924;
  border: none;
  font-weight: 400;
}
.jdgm-rev-widg__summary-text{
  font-size: 10px;
}
.jdgm-form__fieldset-actions{
  display: flex;
  align-items: center;
  justify-content: center;
}

.jdgm-write-rev-link, .jdgm-ask-question-btn, .jdgm-widget input.jdgm-review-search, .jdgm-subtab__name, .jdgm-widget .jdgm-btn.jdgm-btn, .jdgm-chip{
  font-size: 11px;
}



.giftmodal{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  z-index: 100;
  justify-content: center;
  align-items: center;
  display: none !important;
}
.giftmodal.is-active{
  display: flex !important;
}

.modal-container{
  background: #fff;
  border-radius: 10px;
  max-width: 80vw;
  max-height: 80vw;
  width: 600px;
  height: 600px;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  position: relative;
}

.modal-container img{
  width: 100%;
  height: auto;
}

.giftmodal-close{
  position: absolute;
  top: 10px;
  right: 10px;
}
.modalopen-button{
  background: #3a2924;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  margin-left: 6px;
  color: #fff !important;
  font-size: 10px;
}
/* -------------お気に入りボタン装飾---------------------- */
#button--secondary{
   background: #e5e3dc;
    border-radius: 100rem;
    font-size: 10px;
    letter-spacing: .1em;
    padding: 8px 10px;
    color: #3a2924;
    border: none;
    font-weight: 400;
  }
/*お気に入りボタン装飾 */
.swym-btn-container[data-position=default] .swym-add-to-wishlist.swym-icontext{
      opacity: 1 !important;
      color: #333 !important;
   font-size:11px !important;
}
.swym-wishlist-cta{
  font-size:11px !important;
  color:#333 !important;
}
.swym-btn-container[data-position=default] .swym-add-to-wishlist.swym-icontext:after{
  color:#333 !important;
}
#swym-anchor{
  display:none;
}
/* 配信日時指定 .ampのテキスト拡大・色変更 */
.delivery-caution__statement div:first-of-type {
  font-size: 1rem;
  color: red;
  font-weight: bold;
}