/** Shopify CDN: Minification failed

Line 4717:17 Expected identifier but found "40px"
Line 5733:12 Expected identifier but found whitespace
Line 5733:13 Unexpected "18px"
Line 6230:1 Unexpected "/"

**/
/*============================================================================
  #MultiClass
==============================================================================*/

/* ============ 本文関係 ============ */
.Rte{
  letter-spacing: 0.05em;
  line-height: 2;
}
.Rte h2,.Rte h3,.Rte h4,.Rte h5{
  line-height: 1.4;
}
/* ============ アラート関係 ============ */
.text-alert{
  background-color: #FFF0F0;
  color: #f00;
  font-size: 14px;
  padding: 10px;
}
.text-alert+.text-alert{margin-top: 8px;}


/* ============ ボタン関係 ============ */
.Button{
  border-radius: 25px;
  overflow: hidden;
  min-width: 250px;
  font-size: 15px;
  padding: 17px 28px;
  border-radius: 30px;
  font-weight: 700;
}

.Button[disabled]{
  background: #CCC;
  border-color: #CCC;
  color: #FFF;
}
.Button[disabled]:hover{
  background: #CCC;
  border-color: #CCC;
  color: #FFF;
}

@media (max-width: 640px) {
  .Button{
    font-size: 13px;
    padding: 16px 28px;
  }
}

/* Button--broder */
.Button--border{
  border: 2px solid var(--button-background);
  color: var(--button-background);
}
.Button--border-white{
  border: 2px solid #FFF;
  color: #FFF;
}


/* Button Arrow */

.Button--arrow{
  position: relative;
}
.Button--arrow:after{
  content: "";
  width: 12px;
  height: 9px;
  display: inline-block;
  transition: .2s;  
  position: absolute;
  right: 24px;
  top: calc( 50% - 4.5px );
}

.Button--arrow.Button--secondary:after{  
  background: url(/cdn/shop/files/icon_arrow_right.svg?v=1658986945)no-repeat center center/contain;
}
.features--show-button-transition .Button--arrow.Button--secondary:hover:after{
  background: url(/cdn/shop/files/icon_arrow_right_white.svg?v=1658986945)no-repeat center center/contain;
}
.Button--arrow.Button--primary:after{
  background: url(/cdn/shop/files/icon_arrow_right_white.svg?v=1658986945)no-repeat center center/contain;
}
.features--show-button-transition .Button--arrow.Button--primary:hover:after{
  background: url(/cdn/shop/files/icon_arrow_right.svg?v=1658986945)no-repeat center center/contain; 
}

.Button--arrow.Button--border-white:after{
  background: url(/cdn/shop/files/icon_arrow_right_white.svg?v=1658986945)no-repeat center center/contain;
}

.page-business .Button--arrow.Button--secondary:after{  
  background: url(/cdn/shop/files/icon_arrow_right_black.svg?v=1658986945)no-repeat center center/contain;
}
/*
.page-business .Button--arrow.Button--secondary:hover:after{  
  background: url(/cdn/shop/files/icon_arrow_right_white.svg?v=1658986945)no-repeat center center/contain;
}
*/

.page-healthbeauty .Button--arrow.Button--secondary:after{  
  background: url(/cdn/shop/files/icon_arrow_lightblue.svg?v=1698286273)no-repeat center center/contain;
}
/*
.page-healthbeautys .Button--arrow.Button--secondary:hover:after{  
  background: url(/cdn/shop/files/icon_arrow_right_white.svg?v=1658986945)no-repeat center center/contain;
}
*/


/* primaryButton上書き */ 
.Button--primary{
  background-color: var(--button-background);   
} 
@media (hover: hover) and (pointer: fine) {
  .Button--primary{
    /* transition: 0.2s ;      */
    transition: opacity .2s ease-in-out;
  }  
  .Button--primary:not(:disabled):hover{
    opacity: 0.75;
  }
  /*
  .Button--primary:hover{
    background: #FFF;
    color: var(--button-background);
  }
  */
}
.Button--primary:before{
  display: none;
}

/* secondaryButton上書き */ 
.Button--secondary{
  border: 2px solid var(--button-background);
  color: var(--button-background);
  background: #FFF;
} 

@media (hover: hover) and (pointer: fine) {
  .Button--secondary{
    transition: 0.2s ;    
  }
  .features--show-button-transition .Button--secondary:hover{
    background: var(--button-background);
    color: #FFF;
  }
}
.Button--secondary:before{
  display: none;
}


/* ============ 背景色 ============ */

.bg-white{background: #FFF;}
.bg-gray{background: #f5f5f5;}
.bg-lightblue{background: rgba(0,145,241,0.1);}
.bg-accent{background: #ffe5e5;}

/* ============ Cllapsible ============ */
.Collapsible__Plus{
  color: var(--button-background);
  width: 14px;
  height: 14px;
}
.Collapsible__Plus:after{
  width: 2px;
  height: 14px;
}
.Collapsible__Plus:before{
  width: 14px;
  height: 2px;
}


/* ============ デバイス事の表示切替 ============ */
.visible-xs,.visible-sm,.visible-md,.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

/*============================================================================
  #Compornent
==============================================================================*/

/*================ Point Navi ================*/

.PointNavi__Wrap{
  display: flex;
  align-items: center;  
  flex-wrap: wrap;
  gap: 15px;
  font-size: 14px;
  letter-spacing: 0.04em;
}
.PointNavi__Name{
  display: flex;
  align-items: center;
}
.PointNavi__Name svg{
  width: 24px;
  margin-right: 8px;
  display: block;
  height: auto;
}
.PointNavi__Name span{
  font-weight: 600;
  margin-right: 2px;
}
.PointNavi__Point{
  display: flex;
}
.PointNavi__Point-approved{}
.PointNavi__Point-approved span{
  font-weight: 600;
  color: #ff0000;
}
.PointNavi__Point-rate{}
.PointNavi__Birthday{
  display: flex;
  align-items: center;
}
.PointNavi__Birthday svg{
  width: 20px;
  margin-right: 8px;
  display: block;
  height: auto;
}
.PointNavi__Birthday span{
  font-weight: 600;
  color: #ff0000;
}
.PointNavi__Rankup-more{
  font-size: 11px;
  text-decoration: underline;
}
@media (max-width: 1007px) {
  .PointNavi__Wrap{
    margin-bottom: 16px;
  }      
}
@media (max-width: 640px) {
  .PointNavi__Wrap{
    gap: 10px;
    font-size: 11px;
    margin-bottom: 12px;
  }
}
@media (max-width: 320px) {  
  .PointNavi__Wrap{    
    font-size: 10px;
    gap: 6px;
  }
  .PointNavi__Name svg{
    width: 16px;
  }
  .PointNavi__Birthday svg{
    width: 16px;
  }
}

/*================ Section Header ================*/
.SectionHeader{
  letter-spacing: 0.05em;
}
.SectionHeader:not(:only-child) {
  margin-bottom: 20px;
}
.SectionHeader__SubHeading{
  font-size: 14px;
  color: var(--button-background);
  font-weight: 700;
  margin-bottom: 0;
}
.SectionHeader__SubHeading span{
  position: relative;
  padding: 0 32px;
}
.SectionHeader__SubHeading span:before,
.SectionHeader__SubHeading span:after{
  content: "";
  display: inline-block;
  position: absolute;  
  top: 50%;
  display: inline-block;
  width: 16px;
  height: 2px;
  background-color: var(--button-background);
  -webkit-transform: rotate(300deg);
  transform: rotate(300deg);
}
.SectionHeader__SubHeading span:before{
  left: 0;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}
.SectionHeader__SubHeading span:after{
  right: 0;
}

.page-healthbeauty .SectionHeader__SubHeading span:before,
.page-healthbeauty .SectionHeader__SubHeading span:after{
  display: none;
}

.SectionHeader__Heading{
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5;
}
.SectionHeader__SubHeading+.SectionHeader__Heading{
  margin-top: 14px;
}
.SectionHeader__Description{
  max-width: none;
}

.SectionHeader__TabList .TabList__Item{
  font-size: 15px;
  letter-spacing: 0.05em;
}
.SectionHeader__TabList .TabList__Item.is-active{
  color: #FF0000;
  font-weight: 700;
}
.SectionHeader__TabList .TabList__Item:after{
  background: #FF0000;
  height: 2px;
}


@media screen and (min-width: 1008px){
  .SectionHeader:not(:only-child) {
      margin-bottom: 38px;
  }
}

@media screen and (max-width: 640px){
  .SectionHeader__SubHeading{
    font-size: 11px;
  }
  .SectionHeader__Heading{
    font-size: 18px;
  }
  .SectionHeader__SubHeading+.SectionHeader__Heading{
    margin-top: 7px;
  }  
  .SectionHeader__Description{
    text-align: left;
    font-size: 13px;
  }
  .SectionHeader__TabList .TabList__Item{
    font-size: 13px;
  }
}

/* Large */
.SectionHeader--Large .SectionHeader__Heading{
  font-size: 36px;
}
.SectionHeader--Large .SectionHeader__SubHeading{
  font-size: 16px;
}
.page-healthbeauty .SectionHeader--Large .SectionHeader__SubHeading{
  font-size: 20px;
}

@media screen and (max-width: 640px){
  .SectionHeader--Large .SectionHeader__Heading{
    font-size: 23px;
  }
  .SectionHeader--Large .SectionHeader__SubHeading{
    font-size: 11px;
  }
  .page-healthbeauty .SectionHeader--Large .SectionHeader__SubHeading{
    font-size: 14px;
  }
}

/*================ Custom Section Header ================*/
.CustomSectionHeader{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  margin-bottom: 34px;
}
.CustomSectionHeader__Heading{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.CustomSectionHeader__SubTitle{
  width: 100%;
  margin: 0;
}
.CustomSectionHeader__Icon{
  width: var(--title_icon_width_pc);
}
.CustomSectionHeader__Title{
  font-size: 36px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.CustomSectionHeader__Link{
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
  text-decoration: underline;
  transition: opacity .2s ease-in-out;
}
@media screen and (min-width: 768px){
  .CustomSectionHeader--Center-pc{
    justify-content: center;
    position: relative;
  }
  .CustomSectionHeader--Center-pc .CustomSectionHeader__Link{
    position: absolute;
    right: 0;
  }
}

@media (hover: hover) and (pointer: fine) {
  .CustomSectionHeader__Link:hover{
    opacity: 0.75;
  }
}
@media screen and (max-width: 767px){
  .CustomSectionHeader{          
    gap: 20px;
    margin-bottom: 18px;
  }
  .CustomSectionHeader__Heading{
    gap: 9px;
  }
  .CustomSectionHeader__Icon{
    width: var(--title_icon_width_sp);
  }
  .CustomSectionHeader__Title{
    font-size: 18px;
  }
  .CustomSectionHeader__Link{
    font-size: 11px;
  }
}
@media screen and (max-width: 320px){
  .CustomSectionHeader__Title{
    font-size: 16px;
  }
}

/*================ PageHeader ================*/
.PageHeader{
  margin: 95px 0 60px;
}
.PageHeader--withBackground{
  margin: 0 0 80px 0;
}

.PageHeader--brandImage{
  margin: 60px 0;
}

@media screen and (max-width: 640px){
  .PageHeader{
    margin: 55px 0 45px;
  }
  .PageHeader--withBackground{
    margin: 0 0 25px 0;
  }
  .PageHeader--brandImage{
    margin: 0 calc(50% - 50vw) 30px;
    width: 100vw;
  }
  .PageHeader--brandImage .Container{
    padding: 0;
  }
}




/*================ SectionFooter ================*/
.SectionFooter{
  margin-top: 30px;
}
@media screen and (min-width: 1008px){
  .SectionFooter{
    margin-top: 50px;  
  }
}


/*================ Pagination ================*/

.Pagination__Nav{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;  
  color: #000;
  margin: -6.5px;
}
.Pagination__NavItem{
  color: #000;
  border-radius: 50%;
  box-shadow: none;
  border: 1px solid #E2E0E0;
  width: 54px;
  height: 54px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-family: Helvetica,Helvetica Neue;
  margin: 6.5px;
}
.Pagination__NavItem.is-active{  
  border: 1px solid var(--button-background);
  color: var(--button-background);
  font-weight: 700;
  box-shadow: none;
}

.Pagination__NavItem--next,.Pagination__NavItem--prev{
  border: 1px solid var(--button-background);
  background:var(--button-background);
}

@media (max-width: 640px) {
  .Pagination__Nav{
    gap: 10px;
  }
  .Pagination__NavItem{
    width: 40px;
    height: 40px;
    font-size: 12px;
  }
}



/*================ アコーディオン矢印 ================*/

.Collapsible__Arrow{
  position: absolute;
  right: 0;
  top: calc(50% - 3.5px);
  width: 11px;
  height: 11px;
}
.Collapsible__Arrow:before,.Collapsible__Arrow:after{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.Collapsible__Arrow:before{
  left: 0;
  width: 8px;
  height: 8px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}
.Collapsible__Button[aria-expanded=true] .Collapsible__Arrow{
  top: calc(50% - 6.5px);
}
.Collapsible__Button[aria-expanded=true] .Collapsible__Arrow:before {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

/*================ Sidebar Drawer ================*/

.Drawer{
  z-index: 10000001 !important;
}

.PageOverlay{
  background: var(--button-background);
}
.Drawer__Header{
  max-height: 70px;
  height: 70px;
}
.Drawer__Title{
  font-size: 15px;
}

/* アカウントボタン */
.Drawer__Account{  
  margin: 10px 20px 25px 20px;
}
/* 検索 */
.Drawer__Search{
  margin: 25px 20px;
}

.Drawer__Search form{    
  border-radius: 100px;
  background: #F2F2F2;
  display: flex;
  align-items: center;
  height: 50px;
  padding: 0 20px 0 25px;
}
.Drawer__Search form input{
  letter-spacing: 0.05em;
  font-size: 12px;
}
.Drawer__Search button svg{
  width: 17px;
}

/* 閉じる */
.Drawer__Close{
  color: #C6C6C6;
  left: 20px;
  top: calc(50% - 11px);
}
.Drawer__Close svg{
  width: 23px;
  height: 23px;
  stroke-width: 3;
}

/* コンテンツ */
.SidebarMenu .Drawer__Content:before{
  display: none;
}

.SidebarMenu__Nav.SidebarMenu__Nav--primary{
  border-bottom: 1px solid var(--border-color);
}

.SidebarMenu .Button{
  padding: 0 28px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: auto;
}


.SidebarMenu__Nav .Collapsible{
  letter-spacing: 0.05em;
  border: none;
}

.SidebarMenu__Nav .Collapsible__Button--First{
  border-top: 1px solid var(--border-color);
  font-size: 13px;
  font-weight: 700;  
  padding: 25px 0;
  letter-spacing: 0.05em;
}
.SidebarMenu__Nav .Collapsible__Button.Collapsible__Button--Second{
  font-size: 12px;
  padding: 6px 0;
  letter-spacing: 0.05em;
}

.SidebarMenu__Nav .Collapsible__Button--arrow:after {
  content: "";
  width: 14px;
  height: 12px;
  display: inline-block;  
  position: absolute;
  right: 10px;
  top: calc(50% - 6px);
  background: url(/cdn/shop/files/icon_arrow_right.svg?v=1658986945)no-repeat center center/contain;
}

.page-business .SidebarMenu__Nav .Collapsible__Button--arrow:after {
  background: url(/cdn/shop/files/icon_arrow_right_black.svg?v=1658986945)no-repeat center center/contain;
}
/*
.page-healthbeauty .SidebarMenu__Nav .Collapsible__Button--arrow:after {
  background: url(/cdn/shop/files/icon_arrow_lightblue.svg?v=1698286273)no-repeat center center/contain;
}
*/


.SidebarMenu__Nav .Collapsible__Plus{  
  right: 10px;  
}
.page-healthbeauty .SidebarMenu__Nav .Collapsible__Plus{
  color: #ff0000;
}

.SidebarMenu__Nav .Collapsible__Plus:after{
  width: 2px;
}
.SidebarMenu__Nav .Collapsible__Plus:before{
  height: 2px;
}

.Drawer__Bottom{
  margin-top: 30px;
}
.Drawer__Bottom .Button + .Button{
  margin-top: 10px;
}

/* フィルター */
.Drawer__Filter .Collapsible--padded{
  padding: 0;
}
.Drawer__Filter .Collapsible__Button{
  padding: 20px;
  font-size: 14px;
  font-weight: 700;
}
.Drawer__Filter .Collapsible__Plus{
  color: var(--button-background);
  right: 20px;
}

.Drawer__Filter .Collapsible__Inner{
  padding: 0 20px;
}
.Drawer__Filter .Linklist__Item{
  color: #717171;
  letter-spacing: 0.05em;
  font-size: 13px;
}
.Drawer__Filter .Linklist__Checkbox:checked+.Link{
  color: var(--button-background);
  font-weight: 700;
}
.Drawer__Filter .Linklist__Item:before,.Drawer__Filter .Linklist__Checkbox+.Link:before{
  background: var(--button-background);  
}

.price-range__delimiter{
  margin-inline: auto;
  margin: 0 15px;
}

.price-range__input{
  background: #F2F2F2;
  color: #000;
  border: none;
  border-radius: 60px;
  padding: 0 20px;
  font-size: 13px;
  line-height: 40px;
  height: 40px;
}    

/* Cart */
.Drawer__TotalPrice{
  color: var(--button-background);
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}
.Drawer__TotalPrice span{
  font-family: Helvetica,Helvetica Neue;
  font-size: 20px;
}
.Drawer__TotalPrice span:after{
  content: "(税込)";
  font-size: 12px;
  font-weight: 400;
}

/*================ ProductList ================*/

.ProductListWrapper{
  overflow: visible;    
}
.ProductListWrapper .ProductList {
    padding: 0;
}

@media screen and (min-width: 1140px){  
  .ProductList--carousel {
      margin: 0 -20px;
  }
}

/* Carousel */

.ProductList--carousel .flickity-viewport{
  overflow-y: visible;
}
.ProductList--carousel .flickity-viewport::-webkit-scrollbar{
  display:none;
}
.ProductList--carousel .flickity-slider .Carousel__Cell {
  min-height:100%;
  display: flex;  
}
.ProductList--carousel .flickity-slider .Carousel__Cell .ProductItem{
  height:auto;
}

.ProductList--carousel .flickity-prev-next-button.previous{  
  background: #FFF url('data:image/svg+xml;charset=utf8,%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2226.228%22%20height%3D%2220.964%22%20viewBox%3D%220%200%2026.228%2020.964%22%3E%3Cg%20transform%3D%22translate(1.5%202.121)%22%3E%3Cpath%20d%3D%22M1299.466%2C964.341h-22.2%22%20transform%3D%22translate(-1276.238%20-955.98)%22%20fill%3D%22none%22%20stroke%3D%22%23eb3223%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%223%22%2F%3E%3Cpath%20d%3D%22M1292.4%2C961.141l-8.361%2C8.361%2C8.361%2C8.361%22%20transform%3D%22translate(-1284.041%20-961.141)%22%20fill%3D%22none%22%20stroke%3D%22%23eb3223%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%223%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E')no-repeat center center/contain;
  background-size: 13px;
  left: -17.5px;
}
.ProductList--carousel .flickity-prev-next-button.next{  
  background: #FFF url('data:image/svg+xml;charset=utf8,%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2226.228%22%20height%3D%2220.964%22%20viewBox%3D%220%200%2026.228%2020.964%22%3E%3Cg%20transform%3D%22translate(-1275.348%20-948.697)%22%3E%3Cpath%20d%3D%22M1277.267%2C964.341h22.2%22%20transform%3D%22translate(-0.42%20-5.162)%22%20fill%3D%22none%22%20stroke%3D%22%23eb3223%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%223%22%2F%3E%3Cpath%20d%3D%22M1284.041%2C961.141l8.361%2C8.361-8.361%2C8.361%22%20transform%3D%22translate(7.674%20-10.322)%22%20fill%3D%22none%22%20stroke%3D%22%23eb3223%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%223%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E')no-repeat center center/contain;
  background-size: 13px;
  right: -17.5px;
}

.page-business .ProductList--carousel .flickity-prev-next-button.previous,
.page-healthbeauty .ProductList--carousel .flickity-prev-next-button.previous{
  background: #FFF url('data:image/svg+xml;charset=utf8,%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2226.228%22%20height%3D%2220.964%22%20viewBox%3D%220%200%2026.228%2020.964%22%3E%3Cg%20transform%3D%22translate(1.5%202.121)%22%3E%3Cpath%20d%3D%22M1299.466%2C964.341h-22.2%22%20transform%3D%22translate(-1276.238%20-955.98)%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%223%22%2F%3E%3Cpath%20d%3D%22M1292.4%2C961.141l-8.361%2C8.361%2C8.361%2C8.361%22%20transform%3D%22translate(-1284.041%20-961.141)%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%223%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E')no-repeat center center/contain;
  background-size: 13px;
  left: -17.5px;
}
.page-business .ProductList--carousel .flickity-prev-next-button.next,
.page-healthbeauty .ProductList--carousel .flickity-prev-next-button.next{
  background: #FFF url('data:image/svg+xml;charset=utf8,%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2226.228%22%20height%3D%2220.964%22%20viewBox%3D%220%200%2026.228%2020.964%22%3E%3Cg%20transform%3D%22translate(-1275.348%20-948.697)%22%3E%3Cpath%20d%3D%22M1277.267%2C964.341h22.2%22%20transform%3D%22translate(-0.42%20-5.162)%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%223%22%2F%3E%3Cpath%20d%3D%22M1284.041%2C961.141l8.361%2C8.361-8.361%2C8.361%22%20transform%3D%22translate(7.674%20-10.322)%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%223%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E')no-repeat center center/contain;
  background-size: 13px;
  right: -17.5px;
}

.ProductList--carousel .flickity-prev-next-button.previous svg{
  display: none;
}
.ProductList--carousel .flickity-prev-next-button.next svg{
  display: none;
}
.ProductList--carousel .flickity-prev-next-button{
  top: calc(50% - 37.5px);
  width: 75px;
  height: 75px;
  box-shadow: none;
  border: 1px solid #E2E0E0;
}

@media screen and (max-width: 1007px){  
  .ProductList--carousel {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    display: flex;
  }
  .ProductList--carousel .Carousel__Cell{
    padding: 0 7.5px;
    width: 44%;
    display: flex!important;
    min-width: 44%;
  }
  .ProductList--carousel .Carousel__Cell:first-child {
    margin-left: 12.5px;
  }
  .ProductList--carousel .Carousel__Cell:last-child {
    margin-right: 12.5px;
  }
}

/* Grid */
.ProductList--grid{
  display: flex;
  flex-wrap: wrap;
}
.ProductList--grid>.Grid__Cell{
  height: auto;
}

@media screen and (max-width: 640px){
  .ProductList--grid {
    margin-left: -15px;
  }
  .ProductList--grid>.Grid__Cell {
    padding-left: 15px;
    margin-bottom: 15px;
  }
}


/*================ ProductItem ================*/

.ProductItem{
  border: 1px solid #E2E0E0;  
  border-radius: 10px;
  background: #FFF;  
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}
.ProductItem__Wrapper{
  width: 100%;
}
/* Image */
.ProductItem__ImageWrapper{
  margin-top: 25px;
  margin: 0 auto;    
  position: relative;
}
/* label */
.ProductItem__Label{
  background: #FFE0E0;
  color: #E60000;
  font-size: 14px;
}
.ProductItem__Label--E4BABAE6B097E59586E59381{
  background: #FFF0BC;
  color: #956100;
}
.ProductItem__Label--onSale{
  background: #FFE0E0;
  color: #E60000;
}
.ProductItem__Label--soldOut{
  background: #c9c9c9;
  color: #ffffff;
}
@media screen and (max-width: 640px){
  .ProductItem__Label{
    font-size: 10px;
  }
}

/* info */
.ProductItem__Title{
  font-size: 15px;
  letter-spacing: 0.05em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.ProductItem__Info{  
  padding: 20px 25px 5px 25px;
  margin: 0;
}
.ProductItem__Subtitle{
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin: 10px 0;
}
.ProductItem .stamped-badge{
  line-height: 1.2;
  cursor: unset;
}
/* review */
.page-healthbeauty .jdgm-preview-badge .jdgm-star.jdgm-star{
  color: #FFCC24;
}
/* Price */
.ProductItem__PriceList{
  display: flex;
  flex-wrap: wrap;
  /* align-items: baseline; */
  align-items: center;
  margin-top: 2px;
  gap: 4px 8px;
}
.ProductItem__PriceWithoutTax{
  font-size: 20px;
  font-weight: 700;
}
.ProductItem__PriceTaxIn{
  font-size: 13px;
  font-weight: 400;  
  line-height: 1.4;
}
.ProductItem__PriceTaxIn .Price:not(.Price--compareAt):before {
  content: "(\7a0e\8fbc";
}
.ProductItem__PriceTaxIn .Price:not(.Price--compareAt):after {
  content: ")";
}
.ProductItem__PriceList .Price--compareAt{
  margin: 0 0 0 4px;
  font-size: 12px;
  font-weight: normal;
}
.ProductItem__PriceList .Price--compareAt:before{
  content: "\7a0e\8fbc";
  font-size: 12px;
  background: none;
  position: unset;
}
.ProductItem__PriceList .Price--compareAt:after{
  display: none;
}
.ProductItem__CaseOnePrice{
  font-size: 12px;
  font-weight: 400;
}
.ProductItem__CaseOnePrice span{
  font-size: 10px;
}
.ProductItem__Pricelabel{  
  display: inline-block;
  font-size: 12px;
  margin-right: 10px;  
  letter-spacing: 0.05em;
  font-weight: 400;
}
.ProductItem__Pricelabel--primary{
  color: #FF0000;
  font-weight: 600;
  display: inline-block;
}
.ProductItem__PriceDiscount{
  display: inline-block;
  color: red;
  font-size: 14px;  
  line-height: 1;
  background: #ffdbdb;
  padding: 6px 10px;
  font-weight: 700;
  border-radius: 5px;
  font-family: Helvetica,Helvetica Neue;
}
.ProductItem__Bottom{
  margin-top: auto;
  padding: 0 25px 20px 25px;
  width: 100%;
  text-align: left;
}
/* Inventory */
.ProductItem__InventoryQuantity{
  font-size: 12px;
  margin-top: 5px;
}
.ProductItem__InventoryQuantity:before{
  content: "在庫数：";
}
.ProductItem__InventoryQuantity:after{
  content: "点";
}
/* Form */
.ProductItem__FormVariant{
  width: 100%;
  display: block;
  border: 1px solid #E2E0E0;  
  background: #FFF;
  border-radius: 0;
  font-size: 14px;
  padding: 5px;
  height: 35px;
  margin-top: 8px;  
}
.ProductItem__FormBottom{
  display: flex;
  justify-content: space-between;  
  margin-top: 10px;
}
.ProductItem__FormQuantity{
  border: 1px solid #E2E0E0; 
  background: #FFF;
  border-radius: 0;
  font-size: 14px;
  margin-right: 10px;
  height: 35px;
}
.ProductItem__FormLink,
.ProductItem__FormSubmit{
  background: var(--button-background);
  color: #FFF;
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 3px;
  width: 100%;
  height: 35px;  
  display: flex;
  align-items: center;
  justify-content: center;
}
.ProductItem__FormLink--disabled,
.ProductItem__FormSubmit[disabled]{
  background: #CCC;
}
.ProductItem__FormMore{
  margin-top: 20px;
  background: var(--button-background);
  color: #FFF;
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 3px;
  width: 100%;
  height: 35px;  
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Boost pfs */

.ProductItem__Bottom .boost-pfs-select-variant{
  margin: 8px 0 0 0;   
}
.ProductItem__Bottom .boost-pfs-act-zone{
  gap: 0;
}
.ProductItem__Bottom .boost-pfs-btn-atc[disabled]{
  opacity: 1;
}
@media (max-width: 640px) {
  .ProductItem{    
    border-radius: 8px;
  }    
  .ProductItem__Title{
    font-size: 12px;
  }
  .ProductItem__Info{
    padding: 15px 15px 5px 15px;
  }
  .ProductItem__Subtitle{
    font-size: 13px;
    margin: 5px 0;
  }
  .ProductItem__PriceWithoutTax{
    font-size: 16px;
  }
  .ProductItem__PriceTaxIn{
    font-size: 10px;
  }
  .ProductItem__PriceList{
    margin-top: 0;
    gap: 0px 6px;
  }
  .ProductItem__PriceList .Price--compareAt:before,
  .ProductItem__PriceList .Price--compareAt{
    font-size: 10px;
  }
  .ProductItem__Pricelabel{
    font-size: 10px;    
  }
  .ProductItem__CaseOnePrice{
    font-size: 10px;
  }
  .ProductItem__PriceDiscount{
    font-size: 10px;
    padding: 4px 6px;
  }
  .ProductItem__FormVariant{
    font-size: 10px;
    height: 30px;
  }
  .ProductItem__FormBottom{
    margin-top: 8px;
  }
  .ProductItem__FormQuantity{
    font-size: 10px;
    margin-right: 8px;
    height: 30px;
  }
  .ProductItem__FormLink,
  .ProductItem__FormSubmit{
    font-size: 10px;
    line-height: 1.2;
    height: 30px;
    padding: 5px 2px;    
  }
  .ProductItem__InventoryQuantity{
    font-size: 10px;
  }
  .ProductItem__Bottom{
    padding: 0 15px 15px 15px
  }
  .ProductItem__FormMore{
    margin-top: 12px;
  }
  .ProductItem .fa-star-half-o:before,
  .ProductItem .fa-star-o:before,
  .ProductItem .fa-star:before,
  .ProductItem .stamped-fa-star-half-o:before,
  .ProductItem .stamped-fa-star-o:before,
  .ProductItem .stamped-fa-star:before{  
    font-size: 12px;
  }
  .ProductItem .stamped-badge-caption{
    font-size: 9px;
  }
  .ProductItem__Bottom .boost-pfs-select-variant{    
    font-size: 10px;
  }
  .ProductItem__Bottom .boost-pfs-atc-qty{    
    font-size: 10px;
  }
  .ProductItem__Bottom .boost-pfs-btn-atc{
    font-size: 10px;
    padding: 5px;
  }

}

@media (max-width: 375px) {
  .ProductItem__Info {
    padding: 12px 12px 5px;
  }
  .ProductItem__Bottom {
    padding: 0 12px 12px;
  }  
  .ProductItem__Bottom .boost-pfs-btn-atc{
    font-size: 10px;
  }
}

/* Label List */
.ProductItem__LabelList{
  left: 10px;
  top: 10px;
}
.ProductItem__HealthLabel{
  font-size: 14px;
  border-radius: 40px;
  color: var(--button-background);
  border: 1px solid var(--button-background);
  display: inline-block;
  padding: 6px 15px;
  line-height: 1.2;
  margin-bottom: 20px;
  letter-spacing: -0.03em;
}
.ProductItem__HealthLabel--health{
  color: #53AC1C;
  border: 1px solid #53AC1C;
}

@media (max-width: 640px) {
  .ProductItem__LabelList{
    left: 8px;
    top: 8px;
  }
  .ProductItem__HealthLabel{
    font-size: 10px;
    padding: 6px 12px;
    margin-bottom: 15px;
  }
}


/* Soldout */
.ProductItem__ImageWrapper--soldout:before {
  content: "";
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background: rgba(0,0,0,0.5);
  z-index: 1;
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  border-radius: 10px 10px 0 0;
}

.ProductItem__ImageWrapper--soldout:after {
  content: "この商品は売り切れました";
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  display: table-cell;
  margin-top: -8px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
  z-index: 1;
}

@media (max-width: 640px) {
  .ProductItem__ImageWrapper--soldout:after {
    font-size: 10px;
  }
  .ProductItem__ImageWrapper--soldout:before {
    border-radius: 7px 7px 0 0;
  }
}

/* Ranking Label */
.ProductListWrapper--ranking .Carousel__Cell{
  padding-top: 20px;
}

.ProductItem__LabelRanking{  
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(/cdn/shop/files/rank_4.png?v=1658985368);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  line-height: 70px;
  color: #fff;
  font-size: 20px;
  font-family: Helvetica, Helvetica Neue;
  text-align: center;
  font-weight: 700;
  position: absolute;
  left: -15px;
  top: -20px;
  z-index: 1;
}
.ProductItem__LabelRanking--1{
  background-image: url(/cdn/shop/files/rank_1.png?v=1658985368);
}
.ProductItem__LabelRanking--2{
  background-image: url(/cdn/shop/files/rank_2.png?v=1658985368);
}
.ProductItem__LabelRanking--3{
  background-image: url(/cdn/shop/files/rank_3.png?v=1658985368);
}

@media (max-width: 640px) {
  .ProductListWrapper--ranking .Carousel__Cell{
    padding-top: 8px;
  }
  .ProductItem__LabelRanking{
    font-size: 11px;
    width: 42px;
    height: 42px;
    top: -8px;
    left: -8px;
  }
}

/* Outlet Label */
.ProductListWrapper--outlet .Carousel__Cell{
  padding-top: 10px;
}

.ProductItem__LabelOutlet{
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
  top: -10px;
  background: yellow;
  font-size: 14px;
  font-weight: 700;
  font-family: Helvetica, Helvetica Neue;
  line-height: 1;
  width: 110px;
  height: 55px;
  padding: 8px 0;
  border-radius: 0 0 100px 100px;
  z-index: 1;
}

.ProductItem__LabelOutlet span{
  color: #ff0000;  
  font-size: 23px;
  display: block;
  width: 100%;
  line-height: 1;
}

@media (max-width: 640px) {
  .ProductListWrapper--outlet .Carousel__Cell{
    padding-top: 8px;
  }
  .ProductItem__LabelOutlet{
    font-size: 9px;
    width: 75px;
    height: 38px;
    top: -8px;
  }
  .ProductItem__LabelOutlet span{
    font-size: 13px;
  }
}

/* Sale Label */
.ProductItem__LabelSale{  
  color: #f00;
  background: #ffdbdb;
  border-radius: 5px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  font-family: Helvetica,Helvetica Neue;
}
@media (max-width: 640px) {
  .ProductItem__LabelSale{
    font-size: 11px;
    left: 8px;
    top: 8px;
  }
}


/* Small */
@media (max-width: 640px) {
  .ProductListWrapper .ProductList--small .ProductItem--small .ProductItem__ImageWrapper .AspectRatio>img {
    transform: translate(-50%, 16%);
  }
  .ProductListWrapper .ProductList--small .ProductItem--small .ProductItem__ImageWrapper .AspectRatio>img {
    max-height: 74%;
    min-height: 74%;
  }    
  .ProductList--small .ProductItem--small .ProductItem__Info{
    padding-top: 5px;
  }
  .ProductList--small .ProductItem__Title{
    font-size: 11px;
    line-height: 1.64;
  }
  .ProductList--small .ProductItem__Rating{
    margin-bottom: 0px;
  }
  .ProductList--small .ProductItem__FormVariant{
    font-size: 9px;
    height: 25px;
    margin-top: 4px;
  }
  .ProductList--small .ProductItem__PriceWithoutTax{
    font-size: 15px;
  }
  .ProductList--small .ProductItem__PriceTaxIn{
    font-size: 9px;
  }
  .ProductList--small .ProductItem__PriceList .Price--compareAt:before,
  .ProductList--small .ProductItem__PriceList .Price--compareAt{
    font-size: 9px;
  }
  .ProductList--small .ProductItem__Pricelabel,
  .ProductList--small .ProductItem__CaseOnePrice{
    font-size: 9px;
  }
}


/*================ CustomModal ================*/
.CustomModal{
  position: fixed;
  z-index: 10;
  visibility: hidden;
  transition: visibility .25s ease-in-out;
  display: flex;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.CustomModal.is-active{
  visibility: visible!important;
}
.CustomModal__Overlay{
  content: "";
  height: 100vh;
  width: 100vw;        
  background: var(--button-background);
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s ease-in-out,visibility .5s ease-in-out;
  position: fixed;
  top: 0;
  bottom: auto;
}
.CustomModal.is-active>.CustomModal__Overlay{
  visibility: visible;
  opacity: 0.5;
}
.CustomModal__Wrap{
  position: relative;
  background: #FFF;
  margin: 40px;
  max-height: 90dvh;
  max-width: 1000px;
  overflow-y: scroll;        
  transform: scale(0.8);
  opacity: 0;
  transition: transform .3s cubic-bezier(.75,0,.175,1),opacity .3s cubic-bezier(.75,0,.175,1);
  will-change: transform;
  padding: 70px 60px 60px 60px;
}
.CustomModal.is-active .CustomModal__Wrap {
  transform: scale(1);
  opacity: 1;
}
.CustomModal__Close{
  border: 1px solid #E8E8E8;
  border-radius: 50%;
  width: 49px;
  height: 49px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 20px;
  top: 20px;
  background: #FFF url('data:image/svg+xml;charset=utf8,%0A%3Csvg%20width%3D%2219%22%20height%3D%2219%22%20viewBox%3D%220%200%2019%2019%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Crect%20x%3D%225.25781%22%20y%3D%224.55029%22%20width%3D%2213%22%20height%3D%221%22%20transform%3D%22rotate(45%205.25781%204.55029)%22%20fill%3D%22black%22%2F%3E%0A%3Crect%20x%3D%2214.4492%22%20y%3D%225.25732%22%20width%3D%2213%22%20height%3D%221%22%20transform%3D%22rotate(135%2014.4492%205.25732)%22%20fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A')no-repeat center center;
  cursor: pointer;
}
.CustomModal__Content{
  font-size: 14px;
}
.CustomModal__Head{
  font-size: 20px;
  margin-bottom: 40px;          
  font-weight: 600;
}
.CustomModal__Body{}
@media (max-width: 767px) {
  .CustomModal__Wrap{
    margin: 20px;
    padding: 60px 20px 20px 20px;
  }
  .CustomModal__Close{
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
  }
  .CustomModal__Content{
    font-size: 12px;
  }
  .CustomModal__Head{      
    font-size: 16px;
    margin-bottom: 24px;
  }
}

/*============================================================================ 
  #Section 
==============================================================================*/


/*================ バンくず ================*/
.breadcrumb{  
  padding: 4px 0;
  font-size: 12px;
  letter-spacing: 0.05em;
  min-height: 45px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.breadcrumb a{
  text-decoration: underline;
}
.breadcrumb__home{
  margin-right: 8px;
}
.page-business .breadcrumb__home path{
  fill: #000;
}
.page-healthbeauty .breadcrumb__home path{
  fill: #0091f1;
}
.breadcrumb .divider{
  color: #A5A5A5;
  margin: 0 10px;
}
.breadcrumb--truncate{
  font-weight: 700;
}
@media (max-width: 767px) {
  .breadcrumb{
    min-height: 30px;
    font-size: 8px;
  }  
  .breadcrumb__home{
    width: 8px;
  }
  .breadcrumb .divider{
    margin: 0 8px;
  }
}

/*================ Drawer Cart ================*/



/*================ Image with text block ================*/

.SectionImageWidthBlock .ImageHero__Wrapper{
  text-align: left;
  max-width: 1480px;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  display: flex;  
}
.SectionImageWidthBlock .ImageHero__WrapperBottom .ImageHero__Block{
  padding-bottom: 0;
}
.SectionImageWidthBlock .ImageHero__Block{
  display: block;
  margin: 0;
  padding: 25px 20px;
  box-shadow: none;
}

.SectionImageWidthBlock .ImageHero__BlockHeading{
  font-weight: 700;
}

.SectionImageWidthBlock .ImageHero__BlockLink{
  margin-top: 25px;
}

@media screen and (max-width: 640px){
  .SectionImageWidthBlock .ImageHero__Block{
    max-width: none;
  }      
}

@media screen and (min-width: 641px){
  .SectionImageWidthBlock .ImageHero__Wrapper{
      padding: 0 50px;
  }
  .SectionImageWidthBlock .ImageHero__Block{
    padding: 60px 70px;
  }
}


@media screen and (min-width: 1140px){
  .SectionImageWidthBlock .ImageHero__Wrapper{
      padding: 0 80px;
  }
}

/*================ FeatureText--withImage ================*/

@media screen and (max-width: 640px){
  /*
  .FeatureText--imageLeft{
    flex-direction: column;
  }
  .FeatureText--imageRight{
        display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
  .FeatureText--withImage .FeatureText__ImageWrapper{
    order: 1;
  }
  .FeatureText--withImage .FeatureText__ContentWrapper{
    order: 2;
  }
  */
}



/*================ Footer Information ================*/
.SectionFooterInformation {  
  padding: 30px 0;  
}
.SectionFooterInformation__Inner{
  display: flex;
  justify-content: center;  
}
.SectionFooterInformation .Item {
  width: 25%;
  text-align: center;
  letter-spacing: 0.05em;
  border-right: 1px solid rgba(255,255,255,0.5);  
  padding: 10px 20px 5px;
}
.SectionFooterInformation .Item--comming-soon {
  position: relative;
}
.SectionFooterInformation .Item--comming-soon:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position:absolute;
  left: 0;
  top: 0;
  background: rgba(255,0,0,0.6);  
}
.SectionFooterInformation .Item--comming-soon:after {
  content: "Coming soon";
  display: block;
  color: #FFF;
  position:absolute;  
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 13px;
  font-weight: 700;
  padding: 10px 15px;
  border: 2px solid #FFF;  
}
.SectionFooterInformation .Item:last-child {
  border-right: none;
}
.SectionFooterInformation .Item a{
  display: block;
}
.SectionFooterInformation .Item__Image {
  margin-bottom: 15px;  
}
.SectionFooterInformation .Item__Image img{
  width: 56px;
  margin: 0 auto;
}
.SectionFooterInformation .Item__Title {
  font-size: 25px;
  font-weight: 700;
}
.SectionFooterInformation .Item__TitleSub {
  font-size: 13px;
  font-weight: 700;
}
.SectionFooterInformation .Item__Content {
  width: 100%;
  font-size: 13px;
}

@media (max-width: 1024px) {
  .SectionFooterInformation .Item__Title {
    font-size: 20px;
  }
  .SectionFooterInformation .Item__TitleSub {
    font-size: 12px;
  }
  .SectionFooterInformation .Item__Content {
    font-size: 12px;
  }
}

@media (max-width: 900px) {
  .SectionFooterInformation {  
    padding: 50px 0;    
  }
  .SectionFooterInformation__Inner{
    flex-wrap: wrap;
    justify-content: unset;
  }  
  .SectionFooterInformation .Item {
    width: 50%;
    border-right: none;    
  }
  .SectionFooterInformation .Item:nth-child(1) {
    border-right: 1px solid rgba(255,255,255,0.5);
    border-bottom: 1px solid rgba(255,255,255,0.5);
    padding: 0 20px 40px 0;
  }
  .SectionFooterInformation .Item:nth-child(2) {    
    border-bottom: 1px solid rgba(255,255,255,0.5);    
    padding: 0 0 40px 20px;
  }
  .SectionFooterInformation .Item:nth-child(3) {
    border-right: 1px solid rgba(255,255,255,0.5);    
    padding: 40px 20px 0 0;
  }
  .SectionFooterInformation .Item:nth-child(4) {    
    padding: 40px 0 0 20px;
  }  
  .SectionFooterInformation .Item__Title {
    font-size: 18px;
  }
  .SectionFooterInformation .Item__TitleSub {
    font-size: 11px;
  }
  .SectionFooterInformation .Item__Content {
    font-size: 11px;
  }
}

/* 大量購入用 */
.SectionFooterInformation--business .Item--comming-soon:before {
  background: rgba(0,0,0,0.6);
}

/*================ コレクションページのカテゴリリスト ================*/
.SectionCategoryList {
  margin: 40px 0;
}
.SectionCategoryList__Wrap {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #E2E0E0;
  border-left: 1px solid #E2E0E0;
}
.SectionCategoryList__Item {
  width: calc(100% / 7);
  list-style: none;
  background: #FFF;
}

.SectionCategoryList__Item a {
  display: block;
  padding: 10px;
  border-right: 1px solid #E2E0E0;
  border-bottom: 1px solid #E2E0E0;  
  font-size: 13px;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  min-height: 70px;
}
.SectionCategoryList__Item img {
  display: block;  
  max-width: 38px;
  margin-right: 15px;
}
.SectionCategoryList__Item span {
  display: block;  
}
.SectionCategoryList__Item:hover {
  opacity: 0.8;
}
.SectionCategoryList__Item--active {
  background: var(--button-background);
  color: #FFF;
}

@media (max-width: 1400px) {
    .SectionCategoryList__Item {
        width: calc(100% / 7);
    }
}

/*================ バナーセクション ================*/

.SectionBanner {
  display: flex;
  flex-wrap: wrap;
  gap: var(--banner-gap-pc);
}

.SectionBanner__Item--pc-col1 {
  width: 100%;
}
.SectionBanner__Item--pc-col2 {
  width: calc( 100% / 2 - ( var(--banner-gap-pc) - var(--banner-gap-pc) / 2 ) );
}
.SectionBanner__Item--pc-col3 {
  width: calc( 100% / 3 - ( var(--banner-gap-pc) - var(--banner-gap-pc) / 3 ) );
}
.SectionBanner__Item--pc-col4 {
  width: calc( 100% / 4 - ( var(--banner-gap-pc) - var(--banner-gap-pc) / 4 ) );
}
.SectionBanner__Item a {
  display: block;
  transition: opacity .2s ease-in-out;
}
.SectionBanner__Item a:hover{
  opacity: 0.9;
}
.SectionBanner__Image {
  width: 100%;
}
.SectionBanner__Image--sp{
  display: none;
}
.SectionBanner__Image--pc{
  display: block;
}
.SectionBanner__Text{
  margin-top: 8px;
}
.SectionBanner__Text--center{
  text-align: center;
}

@media (max-width: 1200px) {
  .SectionBanner {    
    gap: var(--banner-gap-tb);
  }
  .SectionBanner__Item--pc-col2 {
    width: calc( 100% / 2 - ( var(--banner-gap-tb) - var(--banner-gap-tb) / 2 ) );
  }
  .SectionBanner__Item--pc-col3 {
    width: calc( 100% / 3 - ( var(--banner-gap-tb) - var(--banner-gap-tb) / 3 ) );
  }
  .SectionBanner__Item--pc-col4 {
    width: calc( 100% / 4 - ( var(--banner-gap-tb) - var(--banner-gap-tb) / 4 ) );
  }
}

@media (max-width: 640px) {
  .SectionBanner {    
    gap: var(--banner-gap-sp);
  }
  .SectionBanner__Item--sp-col1 {
    width: 100%;
  }
  .SectionBanner__Item--sp-col2 {
    width: calc( 100% / 2 - ( var(--banner-gap-sp) - var(--banner-gap-sp) / 2 ) );
  }
  .SectionBanner__Item--sp-col3 {
    width: calc( 100% / 3 - ( var(--banner-gap-sp) - var(--banner-gap-sp) / 3 ) );
  }
  .SectionBanner__Image--sp{
    display: block;
  }
  .SectionBanner__Image--pc{
    display: none;
  }
  .SectionBanner__Text{
    font-size: 12px;
  }
}



/*================ 画像セクション ================*/
.SectionImage{
  text-align: center;
}
.SectionImage a{
  display: block;
}
.SectionImage__Image{
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*================ ビデオブロックセクション ================*/
.SectionVideoBlock{
  display: flex;
  justify-content: center;
  margin: -20px;
}
.SectionVideoBlock .Item{
  letter-spacing: 0.05em;
  padding: 20px;
  width: 50%;
}
.SectionVideoBlock .Item__Video{
  margin-bottom: 15px;
}
.SectionVideoBlock .Item__Video iframe{
  width: 100%;
}
.SectionVideoBlock .Item__Title{
  font-size: 15px;
  font-weight: 700;
  line-height: 2.2;
}
.SectionVideoBlock .Item__Description{
  font-size: 15px;
  line-height: 2.2;
}

@media (max-width: 768px) {
  .SectionVideoBlock{
    display: block;
  }
  .SectionVideoBlock .Item{
    width: 100%;
  }
}

/*================ メリットセクション ================*/

.SectionMerit {
  display: flex;
  flex-wrap: wrap;  
  margin: -20px;
}

.SectionMerit .Item{  
  border-radius: 10px;
  background: #FFF;
  position: relative;
  display: flex;
  align-items: center;
  margin: 20px;
}

.SectionMerit .Item--pc-col1 {
  width: 100%;
}
.SectionMerit .Item--pc-col2 {
  width: calc( 50% - 40px );
}
.SectionMerit .Item--pc-col3 {
  width: calc( 33.33% - 40px );
}
.SectionMerit .Item--pc-col4 {
  width: calc( 25% - 40px );
}

.SectionMerit .Item:before{
  content: attr(data-number);
  font-family: Helvetica,Helvetica Neue;
  font-size: 82px;
  font-weight: 700;
  line-height: 1;
  color: #FF0000;
  opacity: 0.1;
  position:absolute;
  bottom: -13px;
  right: 13px;
}

.SectionMerit .Item__Wrap{
  padding: 35px;
  display: flex;
  align-items: center;
}

.SectionMerit .Item a {
  display: block;
}
.SectionMerit .Item__Image {
  width: 120px;
  padding-right: 20px;
}

.SectionMerit .Item__Description{
  letter-spacing: 0.05em;;
  width:  calc( 100% - 100px );
}
.SectionMerit .Item__Title{
  font-size: 30px;
  font-weight: 700;
  line-height: 1.36;
  margin: 0;
}
.SectionMerit .Item__Caption{
  font-size: 12px;
  margin-top: 9px;
}
.SectionMerit .Item__Wrap--TextOnly{
  width: 100%;
}
.SectionMerit .Item__Wrap--TextOnly .Item__Description{
  width: 100%;
}

@media (max-width: 1500px) {
  .SectionMerit .Item__Wrap{
    padding: 25px;
  }
  .SectionMerit .Item__Title{
    font-size: 24px;
  }
}

@media (max-width: 1139px) {
  .SectionMerit{    
    margin: -7.5px;
  }
  .SectionMerit .Item {
    width: 100%;
    margin:7.5px;    
  }  
}

@media (max-width: 640px) {
  .SectionMerit .Item__Wrap{
    padding: 15px 20px;
    width: 100%;
  }
  .SectionMerit .Item__Image{
    width: 72px;
    padding-right: 13px;
  }
  .SectionMerit .Item__Description{
    width: calc(100% - 72px);
  }
  .SectionMerit .Item__Title{
    font-size: 18px;
  }
  .SectionMerit .Item:before{
    font-size: 54px;
    bottom: -6px;
    right: 12px;
  }
}

/*================ ブランドリスト ================*/
.SectionBrandList{
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.SectionBrandList .Item{
  width: calc( 100% / 6 - ( 40px - 40px / 6 ) );
  border: 1px solid #E2E0E0;
  background: #FFF;
  border-radius: 10px;
  padding: 10px 0;
}
.SectionBrandList .Item__Link{
  display: block;
}
.SectionBrandList .Item__Image{
  transition: opacity .2s ease-in-out;
}
.SectionBrandList .Item__Link:hover .Item__Image{
  opacity: 0.75;
}
.SectionBrandList .Item__Image{
  width: 100%;
  border-radius: 9px 9px 0 0;
}
.SectionBrandList .Item__Title{
  padding: 0 20px 10px 20px;
  letter-spacing: 0.05em;
  text-align:center;
}

@media (max-width: 1139px) {
  .SectionBrandList{
    gap: 30px;
  }  
  .SectionBrandList .Item{
    width: calc( 100% / 5 - ( 30px - 30px / 5 ) );
  }
}
@media (max-width: 1007px) {
  .SectionBrandList .Item{
    width: calc( 100% / 4 - ( 30px - 30px / 4 ) );
  }
}

@media (max-width: 800px) {
  .SectionBrandList{
    gap: 14px;
  }
  .SectionBrandList .Item{
    width: calc( 100% / 4 - ( 14px - 14px / 4 ) );
  }
}

@media (max-width: 640px) {
  .SectionBrandList .Item{
    width: calc( 100% / 3 - ( 14px - 14px / 3 ) );
    border-radius: 8px;
    display: inline-block;
  }
  .SectionBrandList .Item__Title{
    padding: 10px 5px;
    font-size: 11px;
  }
  .SectionBrandList--scroll-sp{
    flex-wrap: unset;
    overflow-x: scroll;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    padding: 0 20px;
  }
  .SectionBrandList--scroll-sp .Item{
    width: calc( 33.33% - 14px );
    flex-shrink: 0;
  }
}

/*================ Infomation Bar ================*/
.SectionInfobar {
  padding: 30px 0;
  border-top: 1px solid #E2E0E0;
  border-bottom: 1px solid #E2E0E0;
}

.SectionInfobar__Wrap{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.SectionInfobar__Head {
  font-weight: 700;
  margin-right: 80px;
  font-size: 19px;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  min-width: 130px;
}
.SectionInfobar__Head svg{
  margin-right: 17px;
}

.SectionInfobar_Content {  
  width: 100%;
}

.SectionInfobar_Content .Item{
  display: flex;
}

.SectionInfobar_Content .Item__Time{
  font-size: 17px;
  margin-right: 25px;
  font-family: Helvetica,Helvetica Neue;
}
.SectionInfobar_Content .Item__Title a{
  text-decoration: underline;
  letter-spacing: 0.05em;
  font-size: 15px;  
}


.SectionInfobar__More{
  font-size: 15px;
  font-weight: 700;
  text-decoration: underline;
  min-width: 45px;
}


@media (max-width: 1140px) {
  .SectionInfobar__Wrap{
    flex-wrap: wrap;
  }
  .SectionInfobar__Head {    
    order: 1;
    width: 50%;
    margin-right: 0;    
  }  
  
  .SectionInfobar_Content {      
    order: 3;
    margin-top: 18px;
  }
  
  
  .SectionInfobar_Content .Item:last-child{
    margin-bottom: 0;
  }
    
  .SectionInfobar__More{    
    order: 2;
    width: 50%;
    text-align: right;
  }
}

@media (max-width: 767px) {
  .SectionInfobar__Head {
    font-size: 16px;
  }
  .SectionInfobar__Head svg{
    margin-right: 12px;
    width: 26px;
  }
  .SectionInfobar_Content .Item{
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
  .SectionInfobar_Content .Item__Time{
    font-size: 13px;
    width: 100%;
    line-height: 1;
    margin-right: 0;
    margin-bottom: 4px;    
  }
  .SectionInfobar_Content .Item__Title a{
    font-size: 13px;
  }
  .SectionInfobar__More{
    font-size: 13px;    
  }
}


/*================ 選べるセットフォーム ================*/
.ProductSelect{
  background: #F5F5F5;
  border-radius: 10px;
  padding: 30px;
  position: relative;
  z-index: 11;
}
/* Osusume Modal */

.ProductSelect.is-fixed{
  position: fixed;
  top: 50px;
  left: 50%;
  transform: translate(-50%, -0%);
  max-width: 600px;
  width: calc( 100% - 48px );
  max-height: calc(100dvh - 100px);
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 30px 20px 30px 30px;
}
.ProductSelect__OsusumeMessage{
  text-align: center;
  margin-bottom: 16px;
  position: relative;
}
.ProductSelect__OsusumeMessage-Close{
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.ProductSelect__OsusumeMessage p{
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 8px;
}
.ProductSelect__OsusumeMessage span{
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  display: inline-block;
}
@media (max-width: 640px) {  
  .ProductSelect.is-fixed{
    top: 16px;
    width: calc( 100% - 32px );
    max-height: calc(100dvh - 32px);
    padding: 20px;
  }
  .ProductSelect__OsusumeMessage{    
    margin-bottom: 8px;
  }
  .ProductSelect__OsusumeMessage p{    
    font-size: 14px;
    margin-bottom: 4px;
  }
  .ProductSelect__OsusumeMessage span{
    font-size: 13px;
  }
}


/* MetaPriceList */
.ProductMeta__PriceList--Select{
  margin-bottom: 24px;
}
/* Head */
.ProductSelect__Description{
  text-align: center;  
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.ProductSelect__Description span{
  color: #ff0000;
}
.ProductSelect__Description-Large{
  font-size: 24px;
}
.ProductSelect__Count{    
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  margin-top: 5px;
}
.ProductSelect__Count-num{
  font-size: 24px;
}
/* Form */
.ProductSelect__Form{  
  display: flex;
  flex-wrap: wrap;
  margin: 30px -10px -10px -10px;
}
.ProductSelect__Form .Item{
  width: calc( 50% - 20px );
  display: flex;
  margin: 10px;
}

.ProductSelect__Form .Item--Bihin{
  width: 100%; 
  border-top: 1px solid #E2E0E0;
  border-bottom: 1px solid #E2E0E0;
  padding: 20px 0;
}
.ProductSelect__Form .Item__Image{
  width: 90px;
  height: 90px;
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: #FFF;
  padding: 10px;
}
.ProductSelect__Form .Item__Image img{
  max-height: 70px;
}
.ProductSelect__Form .Item__Content{
  width: calc( 100% - 110px );
  display: flex;
  flex-wrap: wrap;
}
.ProductSelect__Form .Item__Title{
  font-size: 13px;
  letter-spacing: 0.05em;
  margin-bottom: 5px;
}
.ProductSelect__Form .Item__Caption{
  width: 100%;
  font-size: 13px;
  color: red;
  margin-bottom: 8px;
}
.ProductSelect__Form .Item__DiscountRate{
  margin-right: 8px;
}
.ProductSelect__Form .Price--DiscountRate{
  font-size: 12px;
}
.ProductSelect__Form .Item__PriceList{
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 4px;
}
.ProductSelect__Form .Item__PriceWithoutTax{
  font-weight: 700;
  font-size: 18px;
  margin-right: 8px;
}
.ProductSelect__Form .Item__PriceTaxIn{
  display: flex;
  align-items: baseline;
  font-size: 13px;  
}
.ProductSelect__Form .Item__PriceTaxIn .Price--highlight{
  color: #000;
}
.ProductSelect__Form .Item__PriceTaxIn .Price:not(.Price--compareAt):before{
  content: "(\7a0e\8fbc";
  font-size: 13px;
}
.ProductSelect__Form .Item__PriceTaxIn .Price:not(.Price--compareAt):after{
  content: ")";
  font-size: 13px;
}
.ProductSelect__Form .Item__PriceTaxIn .Price--compareAt{
  margin: 0 0 0 10px;
}
.ProductSelect__Form .Item__PriceTaxIn .Price--compareAt:before{
  content: "\7a0e\8fbc";
  font-size: 13px;
  background: none;
  position: unset;
}
.ProductSelect__Form .Item__Select{
  margin-top: 10px;  
  position: relative;
  margin-top: auto;
  width: 100%;
  max-width: 120px;
}
.ProductSelect__Form .Item__Select:before{
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5.5px solid var(--button-background);
    content: "";
    position: absolute;
    right: 16px;
    top: 14px;
    width: 0;
}
.ProductSelect__Form .Item__Select--Bihin:before{
  display: none;
}
.ProductSelect__Form .Item__Select .Item__Select-select{
  height: 35px;
  width: 100%;    
  border-radius: 20px;
  border: 1px solid #E2E0E0;
  background: #FFF;
  text-align: center;
  padding: 0 20px 0 10px;
  cursor: pointer;
  font-family: Helvetica,Helvetica Neue;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;    
}
.ProductSelect__Form .Item__Select .Item__Select-soldout{}
#ProductSelect__DataName,#ProductSelect__DataSKU{
  display: none;
}

/* Form(1Column) */
.ProductSelect__Form--col1 .Item {
  width: 100%;
}
.ProductSelect__Form--col1 .Item__Image{
  width: 110px;
  height: 110px;
}
.ProductSelect__Form--col1 .Item__Image img{
  max-height: 90px;
}
.ProductSelect__Form--col1 .Item__Content {
  width: calc(100% - 125px);
}
/* PriceList */
.ProductSelect__PriceList{
  text-align: center;
  margin-top: 30px;
}
#ProductSelect__PriceWithoutTax{
  color: red;
  font-weight: 700;
  font-size: 24px;
  margin-right: 8px;
}
#ProductSelect__PriceTaxIn{
  font-size: 15px;
  font-weight: 400;
  color: #000;
}
#ProductSelect__PriceCompare{
  margin: 0 0 0 12px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: line-through;
}
/* Result */
.ProductSelect__Selected{
  margin-top: 20px;
}
.ProductSelect__Selected-title{
  font-weight: 700;
}
.ProductSelect__Selected-items{
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-self: left;
}
.ProductSelect__Selected-items .Item{
  position: relative;
  display: inline-block;  
  padding: 8px 30px 8px 8px;  
  background-color: #100964;  
  font-size: 12px;
  color: #FFF;
  margin: 10px 10px 0 0;
  line-height: 1.2;  
}
.ProductSelect__Selected-items .Item .Item__Delete{
  position: absolute;
  right: 4px;
  top: 0;
  cursor: pointer;
  width: 28px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ProductSelect__Data{}

/* Form Submit */
.ProductSelect__SubmitWrap{
  display: flex;
  align-items: center;
  margin-top: 16px;
}
.ProductSelect__SubmitWrap .QuantitySelector{
  background: #FFF;
  border-radius: 10px;
  min-height: 60px;
  margin-right: 20px;
}
.ProductSelect__BuyButtons{
  width: 100%;
}
#SelectForm__AddToCart{
  min-height: 60px;
  padding: 16px;
}
#SelectForm__AddToCart span{
  display: flex;
  align-items: center;
  justify-content: center;
}
#SelectForm__AddToCart span:before {
  background: url(/cdn/shop/files/icon_cart_white.svg?v=1658988500)no-repeat center center/contain;
  content: "";
  width: 19px;
  height: 19px;
  display: inline-block;
  transition: .2s;
  margin-right: 15px;
}

@media (max-width: 640px) {  
  .ProductSelect{
    padding: 20px;
  }
  .ProductSelect__Description{
    font-size: 13px;
  }
  .ProductSelect__Description-Large{
    font-size: 18px;
  }
  .ProductSelect__Form{      
    margin-top: 18px;
    margin: 18px -10px -5px -10px;
  }
  .ProductSelect__Form .Item{
    width: 100%;
    margin:5px 10px;
  }  
  .ProductSelect__Form .Item__Image{
    width: 72px;
    height: 72px;
    margin-right: 16px;
  }
  .ProductSelect__Form .Item__Image img{
    max-height: 48px; 
  }
  .ProductSelect__Form .Item__Content{
    width: calc(100% - 72px);
    display: flex;
    align-items: center;
  }
  .ProductSelect__Form .Item__Title{
    width: calc(100% - 85px);
    margin: 0;
    padding-right: 10px;
  }
  .ProductSelect__Form .Item__Select{
    text-align: right;
    width: 85px;
    margin: 0;
  }
  .ProductSelect__Form .Item__PriceTaxIn{
    font-size: 12px;
  }
  .ProductSelect__Form .Item__PriceTaxIn .Price:not(.Price--compareAt):before{
    font-size: 12px;
  }
  .ProductSelect__Form .Item__PriceTaxIn .Price:not(.Price--compareAt):after{
    font-size: 12px;
  }
  .ProductSelect__Form .Item__PriceTaxIn .Price--compareAt:before{
    font-size: 12px;
  }
  .ProductSelect__Form .Item__Select .Item__Select-select{        
    height: 40px;
  }
  .ProductSelect__Form .Item__Select:before{
    top: 18px;
  }  
  /* PriceList */
  .ProductSelect__PriceList{
    text-align: center;
    margin-top: 20px;
    font-size: 13px;
  }
  #ProductSelect__PriceWithoutTax{    
    font-size: 18px;    
  }
  #ProductSelect__PriceTaxIn{
    font-size: 13px;    
  }
  #ProductSelect__PriceCompare{    
    font-size: 13px;    
  }
  /* Form Submit */
  .ProductSelect__SubmitWrap{
    display: block;
  }
  .ProductSelect__SubmitWrap .QuantitySelector{
    min-height: 45px;
    margin: 0 0 15px 0;
    padding: 0 5px;
  }
  .ProductSelect__SubmitWrap .ProductSelect__SubmitQuantity:before{
    content: "数量：";
    font-size: 14px;
  }
  /* Form(1Column) */
  .ProductSelect__Form--col1 .Item{
    margin: 10px;
  }
  .ProductSelect__Form--col1 .Item__Title{
    width: 100%;
  }
  .ProductSelect__Form--col1 .Item__Image{
    width: 110px;
    height: 110px;
  }
  .ProductSelect__Form--col1 .Item__Image img{
    max-height: 90px;
  }
  .ProductSelect__Form--col1 .Item__Content{
    width: calc(100% - 126px);
  }
  .ProductSelect__Form--col1 .Item__DiscountRate{
    width: 100%;
    margin: 4px 0 0 0;
  }
  .ProductSelect__Form--col1 .Item__Select .Item__Select-select{
    height: 30px;
  }
  .ProductSelect__Form--col1  .Item__Select:before{
    top: 13px;
  }
}



/*================ FeaturedProduct ================*/
.FeaturedProduct__Gallery{
  border: 1px solid #E2E0E0;
  border-radius: 10px;
}

.FeaturedProduct__Gallery--small img{
  max-height: 68%;
  min-height: 68%;
  width: auto;
  left: 50%;
  transform: translate(-50%,24%)!important;
}


/*================ Banner Slider ================*/
.BannerSlider{
  position: relative;
}
.BannerSlider__Item a{
  transition: opacity .2s ease-in-out;
}
@media (hover: hover) and (pointer: fine) {
  .BannerSlider__Item a:hover{
    opacity: 0.9;
  }
}
.BannerSlider .swiper-button-prev,
.BannerSlider .swiper-button-next{
  z-index: 1;
  margin: 0;
  top: calc(50% - 37.5px);
  width: 75px;
  height: 75px;
  box-shadow: none;
  border: 1px solid #E2E0E0;
  border-radius: 50%;
}
.BannerSlider .swiper-button-prev{
  background: #FFF url('data:image/svg+xml;charset=utf8,%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2226.228%22%20height%3D%2220.964%22%20viewBox%3D%220%200%2026.228%2020.964%22%3E%3Cg%20transform%3D%22translate(1.5%202.121)%22%3E%3Cpath%20d%3D%22M1299.466%2C964.341h-22.2%22%20transform%3D%22translate(-1276.238%20-955.98)%22%20fill%3D%22none%22%20stroke%3D%22%23eb3223%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%223%22%2F%3E%3Cpath%20d%3D%22M1292.4%2C961.141l-8.361%2C8.361%2C8.361%2C8.361%22%20transform%3D%22translate(-1284.041%20-961.141)%22%20fill%3D%22none%22%20stroke%3D%22%23eb3223%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%223%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E')no-repeat center center/contain;
  background-size: 13px;
  left: -38.5px;
}
.BannerSlider .swiper-button-next{
  background: #FFF url('data:image/svg+xml;charset=utf8,%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2226.228%22%20height%3D%2220.964%22%20viewBox%3D%220%200%2026.228%2020.964%22%3E%3Cg%20transform%3D%22translate(-1275.348%20-948.697)%22%3E%3Cpath%20d%3D%22M1277.267%2C964.341h22.2%22%20transform%3D%22translate(-0.42%20-5.162)%22%20fill%3D%22none%22%20stroke%3D%22%23eb3223%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%223%22%2F%3E%3Cpath%20d%3D%22M1284.041%2C961.141l8.361%2C8.361-8.361%2C8.361%22%20transform%3D%22translate(7.674%20-10.322)%22%20fill%3D%22none%22%20stroke%3D%22%23eb3223%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%223%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E')no-repeat center center/contain;
  background-size: 13px;
  right: -38.5px;
}
.BannerSlider .swiper-button-disabled{
  display: none;
}
.BannerSlider .swiper-button-prev:after,
.BannerSlider .swiper-button-next:after{
  display: none;
}
@media screen and (max-width: 768px) {
  .BannerSlider{
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
  .BannerSlider .swiper-wrapper{
    flex-wrap: unset;
    overflow-x: scroll;
    padding: 0 20px;
    gap: 15px;
  }
  .BannerSlider__Item{
    width: calc( 100% / 2 - ( 30px - 30px / 2 ) )!important;
    flex-shrink: 0!important;
  }
  .BannerSlider .swiper-button-prev,
  .BannerSlider .swiper-button-next {
    display: none;
  }
}


/* ============ CategoryTab ============ */

.CategoryTab__TabPanel{
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  border-bottom: 1px solid #E2E0E0;
  margin-bottom: 40px;
}
.CategoryTab__TabPanel li{
  font-size: 13px;  
  letter-spacing: 0.05em;
  padding-bottom: 18px;
  cursor: pointer;
  opacity: 0.5;
}
.CategoryTab__TabPanel li.is-active{
  color: #FF0000;
  font-weight: 700;
  opacity: 1;
  position: relative;
}
.CategoryTab__TabPanel li.is-active:after{
  content: "";
  display: block;
  width: 100%;
  height: 1.5px;
  background: #FF0000;
  position: absolute;
  bottom: -1px;
}
@media (max-width: 640px) {
  .CategoryTab__TabPanel{
    gap: 20px;      
    flex-wrap: unset;
    overflow-x: scroll;
    margin: 0 calc(50% - 50vw) 20px;
    width: 100vw;
    padding: 0 20px;
  }
  .CategoryTab__TabPanel li{
    font-size: 12px;  
    padding-bottom: 14px;
    flex-shrink: 0;
  }
}


.CategoryTab__PanelGroup .panel{
  display: none;
}
.CategoryTab__PanelGroup .panel.is-show{
  display: block;
}
.CategoryTab__Lists{
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 40px;
}
.CategoryTab__Lists li{        
  width: calc( 100% / 4 - ( 40px - 40px / 4 ) );
  background: #FFF;
}
.CategoryTab__Lists li a{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 10px;
  border-radius: 8px;
  line-height: 1.4;
  border: 1px solid #E2E0E0;
  transition: all .2s ease-in-out;
  text-align: center;
}
@media (hover: hover) and (pointer: fine) {
  .CategoryTab__Lists li a:hover{
    border-color: #FF0000;
    color: #FF0000;
  }
}
@media (max-width: 1000px) {
  .CategoryTab__Lists{
    gap: 24px;
  }
  .CategoryTab__Lists li{        
    width: calc( 100% / 4 - ( 24px - 24px / 4 ) );
  }
}
@media (max-width: 800px) {
  .CategoryTab__Lists{
    gap: 14px;
  }
  .CategoryTab__Lists li{
    width: calc( 100% / 4 - ( 14px - 14px / 4 ) );
  }
  .CategoryTab__Lists li a{
    font-size: 13px;
  }
}
@media (max-width: 640px) {
  .CategoryTab__Lists{
    gap: 12px;
  }
  .CategoryTab__Lists li{
    width: calc( 100% / 4 - ( 12px - 12px / 4 ) );
  }
  .CategoryTab__Lists li a{
    font-size: 10px;
    padding: 12px 10px;
    min-height: 54px;
  }
}
@media (max-width: 320px) {
  .CategoryTab__Lists{
    gap: 10px;
  }
  .CategoryTab__Lists li{
    width: calc( 100% / 3 - ( 10px - 10px / 3 ) );
  }
}

/*================ Section Support ================*/
.SectionSupport{
  display: flex;
  flex-wrap: wrap;
  gap: var(--support-gap-pc);
}
.SectionSupport__Description{
  margin-bottom: 24px;
  font-size: 14px;
}
.SectionSupport__Description a{
  color: var(--link-color);
  text-decoration: underline;
}
.SectionSupport__Item{
  width: calc( 100% / 3 - ( var(--support-gap-pc) - var(--support-gap-pc) / 3 ) );
  border: 1px solid #E2E0E0;
  border-radius: 8px;
  background: #FFF;
}
.SectionSupport__Item a{
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 30px 70px 30px 38px;
  height: 100%;
  background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216.832%22%20height%3D%2212.678%22%20viewBox%3D%220%200%2016.832%2012.678%22%3E%3Cg%20transform%3D%22translate(1%201)%22%3E%3Cpath%20d%3D%22M1291.442%2C965.341h-14.175a1%2C1%2C0%2C0%2C1%2C0-2h14.175a1%2C1%2C0%2C0%2C1%2C0%2C2Z%22%20transform%3D%22translate(-1277.268%20-959.003)%22%20fill%3D%22red%22%2F%3E%3Cpath%20d%3D%22M1284.041%2C972.818a1%2C1%2C0%2C0%2C1-.707-1.707l4.632-4.632-4.632-4.632a1%2C1%2C0%2C0%2C1%2C1.414-1.414l5.339%2C5.339a1%2C1%2C0%2C0%2C1%2C0%2C1.414l-5.339%2C5.339A1%2C1%2C0%2C0%2C1%2C1284.041%2C972.818Z%22%20transform%3D%22translate(-1274.548%20-961.141)%22%20fill%3D%22red%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center right;
  background-position-x: calc(100% - 32px);
  cursor: pointer;
}
.SectionSupport__Item .SectionSupport__Item-Link--none{
 background: none;
 cursor: unset;
}
.SectionSupport__Item-Image img{
  width: var(--support-image-pc);    
  min-width: var(--support-image-pc);    
}
.SectionSupport__Item-Info{    
}
.SectionSupport__Item-Title{
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.SectionSupport__Item-Description{
  font-size: 12px;
  font-weight: 300;
  line-height: 1.83;
  margin-top: 8px;
  letter-spacing: 0.02em;
}

@media (max-width: 1200px) {
  .SectionSupport{
    gap: var(--support-gap-tb);
  }
  .SectionSupport__Item{
    width: calc( 100% / 2 - ( var(--support-gap-tb) - var(--support-gap-tb) / 2 ) );
  }
}

@media (max-width: 900px) {
  .SectionSupport{
    gap: var(--support-gap-sp);
  }
  .SectionSupport__Item{
    width: 100%;
  }
  .SectionSupport__Item a{
    gap: 18px;
    padding: 20px 50px 20px 30px;
    background-position-x: calc(100% - 26px);
    background-size: 12px;
    min-height: 90px;
  }
  .SectionSupport__Item-Description{     
    margin-top: 4px;
  }
}
@media (max-width: 767px) {
  .SectionSupport__Description{
    font-size: 11px;
  }
  .SectionSupport__Item-Image{    
    min-width: 28px;
  }
  .SectionSupport__Item-Image img{
    width: var(--support-image-sp);    
    min-width: var(--support-image-sp);    
  }
  .SectionSupport__Item-Title{
    font-size: 12px;
  }
  .SectionSupport__Item-Description{
    font-size: 9px;    
  }
}



/*============================================================================
  #Product
==============================================================================*/

/*================ Product Layout ================*/
.Product{
  max-width: 1480px;
  padding: 0 20px;
}
.Product__Info{
  max-width: 540px;  
}
.Product__Aside{
  padding-left: 0;
}

.Product__Gallery{
  margin-left: 0;
}


@media screen and (min-width: 641px){
  .Product {
    padding: 0 50px;
  }
}

@media screen and (min-width: 1008px){
  .Product__Wrapper {
    max-width: calc(100% - 530px);
  }
  .Product__InfoWrapper {    
    right: 50px;    
  }
  .Product__Info {
    margin: 0 0 -40px 70px;
    width: 480px;
  }
  .Product__Gallery--stack .Product__SlideshowNav--thumbnails {      
      width: 56px;
  }
}


@media screen and (min-width: 1140px) {
  .Product {
    padding: 0 80px;
  }
  .Product__Wrapper {
    max-width: calc(100% - 550px);    
  }
  .Product__InfoWrapper {
    right: 80px;
  }
  .Product__Info{
    width: 510px;
  }
  .Product__Gallery--stack.Product__Gallery--withThumbnails .Product__Slideshow {
    padding-left: 20px;
  }
}

@media screen and (min-width: 1300px){
  .Product__Wrapper {
    max-width: calc(100% - 610px);
  }
  .Product__Info{
    width: 540px;
  }
}

@media screen and (min-width: 1500px) {
  .Product__Wrapper {
    max-width: calc(100% - 610px);
  }
}



/*================ Product SlideItem ================*/


.Product__SlideItem {  
  border: 1px solid #E2E0E0;
  border-radius: 10px;
}
.Product__SlideItem img{
  border-radius: 10px;
}

.Product__SlideItemLabel{   
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: var(--button-background);
  color: #FFF;
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.Product__SlideshowNavImage.is-selected{  
  border-width: 2px;
}

.Product__SlideItem--small img{
  max-height: 68%;
  min-height: 68%;
  width: auto;
  left: 50%;
  transform: translate(-50%,24%)!important;
}
.Product__SlideItem--small .AspectRatio:before{
    padding-bottom: 100%;
}

.Product__SlideshowNavImage--small img{
  max-height: 68%;
  min-height: 68%;
  width: auto;
  left: 50%;
  transform: translate(-50%,24%);
}
.Product__SlideshowNavImage--small.AspectRatio:before{
  padding-bottom: 100%;
}

@media screen and (max-width: 1007px) {
  .Product__Gallery{
    margin-top: 30px;
  }
}

@media screen and (max-width: 640px) {
  .Product__SlideItemLabel{
    width: 58px;
    height: 58px;
    top: 12px;
    left: 12px;
    font-size: 10px;
  }
}

/*================ ProductAside ================*/

.Product__Aside .Collapsible__Button{
  font-weight: 700;
}

/*================ Product Meta ================*/

.ProductMeta__Vendor{
  letter-spacing: 0.05em;
}
.ProductMeta__Title{
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.Product__CatchTitle{
  color: #FF0000!important;
  font-size: 16px!important;
  font-weight: 700!important;
  line-height: 1.7!important;
}
.page-healthbeauty .Product__CatchTitle{
  color: #0091f1!important;
}

.ProductMeta__Rating{
  margin-top: 15px;
}
.ProductMeta__Rating .rating__stars svg{
  width: 18px;
  height: 18px;
  margin-right: 2px;
}
.ProductMeta__Rating .rating__caption{
  font-family: Helvetica,Helvetica Neue;
  font-size: 14px;
}


.ProductMeta__Expirydate{
  color: #FF0000;
  letter-spacing: 0.05em;
  font-weight: 700;
  margin-top: 15px;
}
.ProductMeta__Sku{
  letter-spacing: 0.05em;
}

.ProductMeta__Point{  
}
.ProductMeta__Point span{
  color: #ff0000;
  font-weight: 700;
}
.ProductMeta__PointBonus{
  color: red;
  font-size: 14px;
  line-height: 1;
  background: #ffdbdb;
  padding: 6px 10px;
  font-weight: 700;
  border-radius: 5px;
  font-family: Helvetica, Helvetica Neue;
  display: inline-block;
  margin-top: 8px;
}

@media screen and (max-width: 640px) {
  .ProductMeta{
    text-align: left;
  }
  .ProductMeta__Title{
    font-size: 20px;
  }
  .Product__CatchTitle{    
    font-size: 14px!important;    
  }
  .ProductMeta__Description{
    font-size: 13px;
  }
  .ProductMeta__Expirydate{
    font-size: 14px;
  }
  .ProductMeta__Sku{
    font-size: 13px;
  }
  .ProductMeta__PointBonus{
    padding: 5px 9px;
    border-radius: 4px;
  }
}

/* Variant */

.ProductForm__Variants{
  border-top: 1px solid var(--border-color);
  padding: 35px 0 0 0;
  margin: 35px 0;
}
.SizeSwatch{
  min-width: 170px;
  border-radius: 10px;  
  min-height: 65px;
  display: flex;
  align-items: center;
  padding:  0 24px;
  letter-spacing: 0.05em;
  color: #000;
}
.SizeSwatch__Radio:checked+.SizeSwatch{
  border-width: 2px;
  font-weight: 700;
}

@media screen and (max-width: 640px) {
  .ProductForm__Variants{    
    padding: 40px 0 0 0;    
  }
  .SizeSwatch{
   min-width: 130px;
   min-height: 50px;
   font-size: 13px;
   padding: 0 20px;
   border-radius: 8px;
  }  
}

/* Price */
.ProductMeta__PriceList--Wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.ProductMeta__PriceLabel{
  margin-right: 16px;
}
.ProductMeta__Price{
  font-weight: 700;
  font-size: 26px;
}
.ProductMeta__PriceList--Bottom{
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 4px;
}
.ProductMeta__PriceList{
  margin-top: 0;
  display: flex;
  align-items: baseline;
}
.ProductMeta__PriceList .ProductMeta__Price{
  font-size: 15px;
  font-weight: 400;
  color: #000;
}
 .ProductMeta__PriceList .ProductMeta__Price:not(.Price--compareAt):before{
  content: "(税込";
  font-size: 14px;
}
.ProductMeta__PriceList .ProductMeta__Price:not(.Price--compareAt):after{
  content: ")";
  font-size: 14px;
}
.ProductMeta__PriceWithoutTax{
  font-weight: 700;
  font-size: 26px;
  margin-right: 8px;
}
.ProductMeta__Price--taxin .ProductMeta__Price{
  font-size: 15px;
  color: #000;
  font-weight: 400;
}
.ProductMeta__PriceList .Price--compareAt:after{
  display: none;
}
.ProductMeta__Price.Price--compareAt{
  margin: 0 0 0 12px;
  font-size: 16px;
  font-weight: 400;  
}
.ProductMeta__Price.Price--compareAt:before{
  content: "税込";
  font-size: 14px;
  background: none;
  position: unset;
}
.Price--compareAt{
  text-decoration: line-through;
}
@media screen and (max-width: 640px) {
  .ProductMeta__PriceLabel{
    margin-right: 18px;
    font-size: 13px;
  }  
  .ProductMeta__PriceList .ProductMeta__Price{
    font-size: 14px;
  }
}

/* case price */
.Price--CaseOriginPrice {
  text-decoration: line-through;    
  font-size: 16px;
  margin-left: 12px;
  font-family: Helvetica,Helvetica Neue;
}
.Price--CaseOriginPrice span:before{
  content: "税込";
  font-size: 14px;
}
.Price--DiscountRate {
  color: red;
  font-size: 14px;  
  line-height: 1;
  background: #ffdbdb;
  padding: 6px 10px;
  font-weight: 700;
  border-radius: 5px;  
  font-family: Helvetica,Helvetica Neue;
}
.Price--CaseQuantity{
  margin-top: 15px;
  letter-spacing: 0..05em;
}
@media screen and (max-width: 640px) {
  .Price--CaseOriginPrice {
    font-size: 14px;
  }
  .Price--DiscountRate {    
    padding: 5px 9px;
    border-radius: 4px;
  }
  .Price--CaseQuantity{
    font-size: 13px;
    margin-top: 5px;
  }
}

/* SocialShare */
.ProductMeta__ShareButtons{
  justify-content: flex-end;
}
.ProductMeta__ShareTitle{
  font-size: 15px;
  letter-spacing: 0.05em;
}

.ProductMeta__ShareItem img{
  width: 30px;
}
.ProductMeta__ShareItem img:hover{
  opacity: 0.9;
}
.ProductMeta__ShareButtons .ProductMeta__ShareItem:last-child{
  margin-right: 0;
}

@media screen and (max-width: 640px) {
  .ProductMeta__ShareTitle{
    font-size: 13px;
  }    
}

/*================ ProductForm ================*/

.ProductForm__SubmitWrap{
  display: flex;
  align-items: center;
  margin-top: 24px;
  margin-bottom: 24px;
}


.ProductForm__Variants{}


/* Quantity */

.ProductForm__QuantitySelector .QuantitySelector{
  border-radius: 10px;
  min-height: 60px;
}
.QuantitySelector__CurrentQuantity{
  font-family: Helvetica,Helvetica Neue;
  font-size: 16px;
}

.ProductForm__SubmitWrap .ProductForm__QuantitySelector{
  margin: 0 20px 0 0;
}
@media screen and (max-width: 640px) {
  .ProductForm__SubmitWrap .ProductForm__QuantitySelector{
    width: 90px;
    min-width: 90px;
    margin: 0 15px 0 0;
  }
  .ProductForm__SubmitWrap .QuantitySelector{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }    
  .ProductForm__SubmitWrap .QuantitySelector__Button[data-action="decrease-quantity"]{
    padding: 0 0 0 15px;
  }
  .ProductForm__SubmitWrap .QuantitySelector__Button[data-action="increase-quantity"]{
    padding: 0 15px 0 0;
  }
}

/* add to cart */

.ProductForm__BuyButtons{
  width: 100%;  
}
.ProductForm__BuyButtons #ProductForm__AddToCart{
  min-height: 60px;
}

#ProductForm__AddToCart span{
  display: flex;
  align-items: center;
}
#ProductForm__AddToCart span:before{
  content: "";
  width: 19px;
  height: 19px;
  display: inline-block;
  transition: .2s;  
  margin-right: 15px;
}
#ProductForm__AddToCart.Button--secondary span:before{  
  background: url(/cdn/shop/files/icon_cart.svg?v=1658988500)no-repeat center center/contain;  
}
.features--show-button-transition #ProductForm__AddToCart.Button--secondary:hover span:before{  
  background: url(/cdn/shop/files/icon_cart_white.svg?v=1658988500)no-repeat center center/contain;    
}
#ProductForm__AddToCart.Button--primary span:before{
  background: url(/cdn/shop/files/icon_cart_white.svg?v=1658988500)no-repeat center center/contain;  
}
.features--show-button-transition #ProductForm__AddToCart.Button--primary:hover span:before{
  background: url(/cdn/shop/files/icon_cart.svg?v=1658988500)no-repeat center center/contain;  
}
.features--show-button-transition .page-business #ProductForm__AddToCart.Button--primary:hover span:before{
  background: url(/cdn/shop/files/icon_cart_black.svg?v=1658988500)no-repeat center center/contain;  
}

.features--show-button-transition #ProductForm__AddToCart.Button--primary[disabled]:hover span:before{
  background: url(/cdn/shop/files/icon_cart_white.svg?v=1658988500)no-repeat center center/contain;  
}

@media screen and (max-width: 640px) {
  .ProductForm__BuyButtons #ProductForm__AddToCart{
    min-width: auto;
  }
}


/*================ セット内商品リスト ================*/
.ProductSetList{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: -8px;
}
.ProductSetList__Item{
  width: 50%;
  list-style: none;
  padding: 8px;
}
.ProductSetList__Link{
  display: flex;
  align-items: center;
}
.ProductSetList__Image{
  min-width: 70px;
  max-width: 70px;
  padding-right: 12px;
  text-align: center;
}
.ProductSetList__Image img{
  max-height: 70px;
}
.ProductSetList__Title{
  font-size: 13px;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 640px) {
  .ProductSetList__Image{
    min-width: 50px;
    max-width: 50px;
    padding-right: 8px;
  }
  .ProductSetList__Image img{
    max-height: 60px;
  }
  .ProductSetList__Title{
    font-size: 12px;
  }
}

/*================ API取得商品詳細 ================*/

.ProductApiWrap{
  border: 1px solid #E2E0E0;
  border-radius: 8px;
  margin: 80px 0;
}
@media screen and (max-width: 1007px) {
  .ProductApiWrap{
    margin: 55px 0;
  }
}

/* リスト */
.ProductApiList{
  display: flex;
  flex-wrap: wrap;    
  padding: 20px;
  background: #F5F5F5; 
  border-radius: 8px 8px 0 0;
}
.ProductApiList .ProductApiList__Item{
  width: calc( 25% - 10px );
  margin: 5px;
  list-style: none;  
  text-align: center;
  background: #FFF;
  cursor: pointer;
  padding: 20px;
  min-height: 65px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.05em;
  position: relative;
  -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.04);
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.04);
  -ms-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.04);
}

.ProductApiList .ProductApiList__Item.selected{
  background-color: var(--button-background);
  color: #FFF;
  box-shadow: none;
}
.ProductApiList .ProductApiList__Item.selected:before{
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 9px solid var(--button-background);
  position: absolute;
  bottom: -9px;
  z-index: 1;
}

@media screen and (max-width: 640px) {
  .ProductApiWrap{
    border: 2px solid #E2E0E0;
    border-radius: 10px;
  }  
  .ProductApiList{    
    font-size: 12px;
    padding: 12px;
    gap: 5px;
  }
  .ProductApiList .ProductApiList__Item{
    width: 100%;
    padding: 14px;
    min-height: 50px;
    font-size: 13px;
  }
  .ProductApiList .ProductApiList__Item.selected:before{
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 4px solid var(--button-background);    
    bottom: -4px;
  }  
}
 

/* 商品詳細 */
.ProductApiDescription{
  padding: 60px;
}
.ProductApiDescription__Content{
  
}
.ProductApiDescription .Collapsible__Button{
  font-weight: 700;
}
.ProductApiDescription__Content h2{
  text-align: center;
  font-size: 15px;
}
.ProductApiDescription__Content a{
  color: #f00;
}
.ProductApiDescription__Content a:hover{
  text-decoration: underline;
}
.ProductApiDescription__Content li{
  list-style: none;
}

@media screen and (max-width: 640px) {
  .ProductApiDescription{
    padding: 5px 20px 27px 20px;
  }
  .ProductApiDescription .Collapsible__Button{
    font-size: 13px;
    padding: 15px 0;
  }
  .ProductApiDescription .Collapsible:first-child{
    border-top: none;
  }
}

/* 栄養成分表 */

.ns_products_item-single-nutrients-tables > div{  
  width: 100%;
}
.ns_products_item-single-nutrients-tables table{
  width: 100%;
  border-bottom: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  font-size: 12px;
}
.ns_products_item-single-nutrients-tables th{
  width: 44%;
  padding: 7px 12px;
  text-align: left;  
  background-color: #F2F2F2;
  background-color: #e8e8e8;
  border-top: 1px solid #CCCCCC;
  vertical-align: top;
  font-weight: normal;
}

.ns_products_item-single-nutrients-tables .is-breakdown th{
  padding: 0;
  width: 22%;
  width: calc(22% - 82px);
  width: 70px;
  border-top: 0;
  line-height: 24px;  
}

.ns_products_item-single-nutrients-tables .is-breakdown th:nth-child(2){
  width: 82px;
  padding: 0px 4px 0px 5px;
  background-color: #eeeeee;
  border-left: 1px solid #d6d6d6;
  border-top: 1px solid #CCCCCC;
  white-space: nowrap;
}

.ns_products_item-single-nutrients-tables td{  
  border-left: 1px solid #ccc;
  padding: 0px 10px;
  border-top: 1px solid #CCCCCC;  
  line-height: 1.6;
}


.ns_products_item-single-nutrients-note{
  clear: both;  
  font-size: 12px;
  line-height: 1.5;  
}

.ns-list_notes--asterisk{
  color: #666;
  font-size: 12px;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .ns_products_item-single-nutrients-tables > div +div{
    float: right;
  }
  .ns_products_item-single-nutrients-tables > div{   
    float: left;  
    width: calc(50% - 10px);
    margin-bottom: 10px;
  }
  .ns_products_item-single-nutrients-tables th{
    max-width: 166px;
  }
  .ns_products_item-single-nutrients-tables td{
    padding: 8px 10px;
  }
}

@media screen and (max-width: 787px){
  .ns_products_item-single-nutrients-tables > div + div table {
    border-top: 0px;
  }
  .ns_products_item-single-nutrients-tables > div + div table tr:first-child th,.ns_products_item-single-nutrients-tables > div + div table tr:first-child td {
    border-top: 0px;
  }
}

/* アレルゲン情報 */
.ns-list_allergens--single{
  border-top: 1px solid #666;
  border-left: 1px solid #666;  
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
}
.ns-list_allergens--single li{
  width: calc(100% / 10);
  text-align: center;
  border-right: 1px solid #4c4c4c;
  border-bottom: 1px solid #4c4c4c;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
}

.ns-list_allergens--single li a{
  color: #222;
}
.ns-list_allergens--single li a:hover{
  cursor: none;
  text-decoration: none;
}

.ns-list_allergens--single li.active{
  background-color: #4c4c4c;  
}
.ns-list_allergens--single li.active a{
  color: #fff;
}

.ns_products_item-single_allergens-notice{
  color: #666666;
  font-size: 12px;
}


@media screen and (max-width: 787px){
  .ns-list_allergens--single li{
    width: calc(100% / 3);
  }
}


/* 産地情報 */
.ns_products_item-single-origins h3 {
  margin: 10px auto;
  font-size: 16px;  
}

.ns_products_item-single-origins-tables{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 12px;
}
.ns_products_item-single-origins-tables > div {
  flex: 0 0 calc(50% - 10px);
  margin-bottom: 20px;
}
.ns_products_item-single-origins-tables table {
  width: 100%;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
}
.ns_products_item-single-origins-tables thead td,.ns_products_item-single-origins-tables thead th{
  background-color: #f2f2f2;
}
.ns_products_item-single-origins-tables table th{
  font-weight: normal;
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  padding: 10px 12px;
  line-height: 1.6;
  width: 100px;
  text-align: left;
}
.ns_products_item-single-origins-tables table td{
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  padding: 10px 12px;
  line-height: 1.6;
}

.ns_products_item-single-origins-safety {
  margin: 1em 0 1.5em;
  border: 1px solid #e5e5e5;
  padding: 1em 1.5em;
}
.ns_products_item-single-origins-note {
  color: #666;
  font-size: 12px;
  line-height: 1.8em;
}

.ns_products_item-single-origins-safety p a.ns-link--arrow_01 i {
  display: inline-block;
  margin-right: 4px;
  background: url(/cdn/shop/files/button-circle_arrow_red.png?v=1657809070) left 50% no-repeat;
  background-size: 16px;
  width: 16px;
  height: 16px;
  vertical-align: middle;
}

@media screen and (max-width: 787px){   
  .ns_products_item-single-origins-tables{
    display: block;    
  }
  .ns_products_item-single-origins-tables > div {
    margin-bottom: 20px;    
  }
}

/*================ 定期商品説明 ================*/
.AboutSubscription{
  max-width: 1090px;
  margin: 0 auto 80px;
}
.AboutSubscription__Title{
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.05em;
  background: #F5F5F5;
  border-radius: 10px;
  padding: 24px 40px;
  margin-bottom: 35px;
}
.AboutSubscription__Description{
  letter-spacing: 0.05em;
}

/*============================================================================
  #Page
==============================================================================*/


/*================ Contact ================*/
.Form__ItemDescription{
  font-size: 12px;
  margin-top: 10px;
}

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


/*============================================================================
  #Article
==============================================================================*/


/* ArticleItem */
.ArticleItem{
  border: 1px solid #E2E0E0;
  background: #FFF;
  border-radius: 10px;
}
.ArticleItem__Content{
  margin: 0;
  padding: 28px 30px;
}
.ArticleItem__ImageWrapper{
  border-radius: 10px 10px 0 0;
  margin-bottom: 0;
}
.ArticleItem__ImageWrapper img{
  border-radius: 10px 10px 0 0;
}
.ArticleItem__Category{
  font-size: 11px;
  margin-bottom: 13px;
  color: var(--button-background);
}
.ArticleItem__Time{
  font-size: 11px;
  line-height: 1;
  display: block;
}
.ArticleItem__Title{
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
}
.ArticleItem__Excerpt{
  font-size: 12px;
  letter-spacing: 0.05em;
  color: var(--text-color-light);
}

@media (max-width: 640px) {
  .ArticleItem{    
    border-radius: 8px;
  }
  .ArticleItem__Content{
    margin: 0;
    padding: 20px 20px 24px 20px;
  }
  .ArticleItem__ImageWrapper{
    border-radius: 8px 8px 0 0;    
  }
  .ArticleItem__ImageWrapper img{
    border-radius: 8px 8px 0 0;
  }
  .ArticleItem__Category{
    font-size: 10px;
    margin-bottom: 8px;    
  }
  .ArticleItem__Time{
    font-size: 9px;
  }
  .ArticleItem__Title{
    font-size: 13px;    
    margin-bottom: 10px;
  }
  .ArticleItem__Excerpt{
    font-size: 10px;    
  }

}

/* ArticleList */


@media screen and (min-width: 1008px){
  .ArticleList .Grid__Cell {
      margin-bottom: 50px;
  }  
}
@media screen and (min-width: 1140px){
  .ArticleList.Grid--m>.Grid__Cell {
    padding-left: 40px;
  }
}

@media (max-width: 640px) {
  
  .ArticleListWrapper{
    
  }
  .ArticleList .Grid__Cell{
    margin-bottom: 20px;
  }
  
  .ArticleList--scroll-sp {
    overflow-x: scroll;
    flex-wrap: unset;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    padding: 0 20px;
    gap: 15px;
    display: flex;
    gap: 15px;
  }
  .ArticleList--scroll-sp .Grid__Cell{
    width: 80%;
    flex-shrink: 0;
    margin: 0;
    padding: 0;
  }
}


/* ArticleToolbar_ */
.ArticleToolbar__Left .blog-link{
  font-size: 14px;
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid #D5D5D5;  
  letter-spacing: 0.05em;
}
.ArticleToolbar__ArticleTitle{
  font-size: 14px;
  letter-spacing: 0.05em;
}

/* Article__Body */

.Article__Title{
  font-weight: 700;
}

.Article__Body h2,
.Article__Body h3{
  font-weight: 700;
}

@media (max-width: 640px) {
  .Article__Wrapper{
    padding: 20px 20px 0;
  }
}

/* Article Navi */
.ArticleNav{
  background: #f5f5f5;
  color: #000;
}


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

/*================ コレクションメインビジュアル ================*/
.CollectionMainvisual{
  text-align: center;
}

/*================ コレクション個別ヘッダー ================*/
/* アウトレット */
.CollectionHeadOutlet{
  background:#ff0000 url(/cdn/shop/files/bg_sale.png?v=1658937648)no-repeat top center/cover;  
  color: #FFF;
  padding: 80px 0;
  margin-bottom: 60px;
}

.CollectionHeadOutlet__Caption{
  color: #ff0000;
  letter-spacing: 0.05em;
  font-size: 15px;
  line-height: 2.4;
  text-align: center;
  background: #FFF;  
  padding: 50px 80px;
  border-radius: 10px;
  max-width: 900px;
  margin: 50px auto 0;
}

@media (max-width: 640px) {
  .CollectionHeadOutlet{
    padding: 45px 0 40px;
    margin-bottom: 30px;
  }
  .CollectionHeadOutlet__Caption{
    font-size: 13px;
    line-height: 1.846;
    padding: 20px 30px;
    border-radius: 8px;
    margin: 25px auto 0;
    text-align: left;
  }
}

/* セット */
.CollectionHeadSet{
  min-height: 470px;
  display: flex;
  align-items: center;
  margin-bottom: 60px;
}

.CollectionHeadSet__Content{
  width: 50%;
}

@media (max-width: 767px) {
  .CollectionHeadSet{
    display: block;    
    padding: 45px 0;
    min-height: 450px;
    margin-bottom: 30px;
  }
  .CollectionHeadSet__Content{
    width: 100%;
    min-height: 540px;
  }
  .CollectionHeadSet .SectionHeader__Heading {
    text-align: center;
  }
}

/*================ ToolBar ================*/
.CollectionToolbar{
  background: #F5F5F5;
  box-shadow: none;
  border-radius: 10px;
  height: 75px;  
}

.CollectionToolbar__Item{
  border-left: 2px solid #FFF;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.CollectionToolbar .CollectionToolbar__Item{
  padding-top: 15px;
  padding-bottom: 15px;
}
.CollectionToolbar__Icon{
  margin-right: 12px;
}
.page-business .CollectionToolbar__Icon path{
  stroke: #000;
}
.page-business .CollectionToolbar__Icon g{
  stroke: #000;
}
.page-healthbeauty .CollectionToolbar__Icon path{
  stroke: #0091f1;
}
.page-healthbeauty .CollectionToolbar__Icon g{
  stroke: #0091f1;
}
.CollectionToolbar__Item--sort{}
.CollectionToolbar__Item--filter{}

.CollectionToolbar .boost-pfs-filter-tree-desktop-button{
  margin-right: 0;
}
.boost-pfs-filter-total-product{
  font-weight: 700!important;
  letter-spacing: 0.05em!important;
  margin-left: 50px!important;
}



@media (max-width: 767px) {
  .CollectionToolbar{
    height: 55px;
    border-radius: 0 0 8px 8px;
  }
  .CollectionToolbar__Group{
    flex: 1 0 auto;
  }
  .CollectionToolbar__Icon{
    height: 13px;
  }
  .CollectionToolbar__Item{
    font-size: 12px;
  }
  .CollectionToolbar .boost-pfs-filter-tree-mobile-button button{
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .boost-pfs-filter-total-product{
    height: 55px!important;
    border-radius: 8px 8px 0 0!important;
    background: #F5F5F5!important;
    margin: 0px 0 2px 0!important;
    font-size: 13px!important;
  }
}


/*================ CollectionGrid ================*/

.CollectionMain .ProductListWrapper{
  margin-bottom: 60px;
}
@media screen and (min-width: 1140px){
  .CollectionMain .ProductListWrapper{
    margin-bottom: 50px;
  }
}


.CollectionInner__Products .ProductList{
  display: flex;
  flex-wrap: wrap;
}

.ProductListWrapper .ProductItem .ProductItem__Image{
    border-radius: 8px 8px 0 0;
}

/* Image small */
.ProductListWrapper .ProductItem--small .ProductItem__ImageWrapper{  
  
}

.ProductListWrapper .ProductItem--small .AspectRatio:before{
  padding-bottom: 100%;
}

.ProductListWrapper .ProductItem--small .AspectRatio--withFallback{
  padding-bottom: 0!important;
  max-width: none!important;
}

.ProductListWrapper .ProductItem--small .ProductItem__ImageWrapper .AspectRatio>img{   
  max-height: 64%;
  min-height: 64%;
  width: auto;
  left: 50%;  
  transform: translate(-50%, 30%);
}

@media (max-width: 640px) {
  .CollectionInner__Products .ProductList--grid{
    margin-left: -15px;
  }
  .CollectionInner__Products .ProductList--grid>.Grid__Cell {
    padding-left: 15px;
    margin-bottom: 15px;
  }    
  .ProductListWrapper .ProductItem--small .ProductItem__ImageWrapper .AspectRatio>img{    
    transform: translate(-50%, 30%);
  }  
}

/*================ Pagination ================*/
@media screen and (min-width: 1140px){
  .CollectionInner .Pagination{
    margin: 10px 0 90px;
  }
}

/*============================================================================
  #Search
==============================================================================*/
.SectionSearchResult{
  text-align: center;
  margin-bottom: 80px;
}
.SectionSearchResult__Text{    
  letter-spacing: 0.05em;
}
.SectionSearchResult__Text span{
  color: #FF0000;
  font-weight: 700;
}
.SectionSearchResult__Form form{
  max-width: 520px;
  margin: 25px auto 0;
  border: 1px solid #E2E0E0;
  border-radius: 100px;
  display: flex;
  align-items: center;
  height: 60px;
  padding-left: 30px;
}
.SectionSearchResult__Form form input{
  letter-spacing: 0.05em;
  font-size: 15px;
}
.SectionSearchResult__FormSubmit{
  height: 100%;
  width: 60px;
  text-align: center;
  padding-right: 10px;
}
.SectionSearchResult__FormSubmit svg{
  width: 20px;
}

@media (max-width: 640px) {
  .SectionSearchResult{
    margin-bottom: 60px;
  }
  .SectionSearchResult__Form form{
    height: 50px;
    padding-left: 25px;
  }
  .SectionSearchResult__FormSubmit svg{
    width: 17px;
    margin-top: 5px;
  }
}

/*============================================================================
  #Cart
==============================================================================*/




.Cart__ItemList{

}
.Cart__HeadItem{
  font-size: 13px;
  letter-spacing: 0.05em;
}
.CartItem__ImageWrapper--small .AspectRatio{
  --aspect-ratio: 1.0!important;
}
.CartItem__ImageWrapper--small .AspectRatio>img{
  left: 50%;
  transform: translate(-50%,0%);
  height: auto;
  width: auto;
}
.CartItem__ImageWrapper{
  width: 100px;
  min-width: 100px;
}
.CartItem__Title{
  font-size: 15px;  
}
.CartItem__Variant{
  font-size: 12px;
}
.CartItem__PropertyList{
  font-style: unset;
  font-size: 12px;
}
.CartItem__PlanAllocation{
  font-size: 12px;
}
.CartItem__PriceList{
  font-size: 15px;
}
.CartItem__LinePriceList{
  font-size: 15px;
}
.Cart__Discount{
  font-size: 15px;
}
.CartItem__QuantitySelector{
  font-family: Helvetica,Helvetica Neue;
}
.CartItem__Remove{
  font-size: 12px;
}
.Cart__Total{
  font-size: 15px;
}
.Cart__Total span{
  font-weight: 700;
}
.Cart__Point{
  margin: 8px 0;
}
.Cart__Point span{
  font-weight: 700;
  color: #ff0000;
}
.Cart__Taxes{
  margin: 8px 0;
}
#Cart_ButtonCaution .text-alert{
  display: inline-block;
}
@media screen and (min-width: 641px){
  .Cart--expanded .Cart__Footer{
    max-width: 400px;
    margin-left: auto;
  }
}
/* Button area */
.Cart_ButtonArea{
  margin-top: 16px;
}
.Cart_ButtonArea .Item{
  margin-top: 12px;;
}
.Cart_ButtonArea .Item:first-child{
  margin-top: 0;
}
.Cart_ButtonArea .Item .Button{
  width: 100%;
  min-height: 70px;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  font-size: 18px;
  letter-spacing: 0.05em;
}
.Cart_ButtonArea .Item .Cart__Checkout{
  flex-wrap: wrap;
}
.Cart_ButtonArea .Item .Cart__Checkout small{
  width: 100%;
  font-size: 11px;
  line-height: 1.2;
}
.Cart_ButtonArea .Item .Cart__Checkout span{
  width: 100%;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.2;
}
.Cart_ButtonArea .Item--secondary{
  margin-top: 30px;
  text-align: center;
}
.Cart_ButtonArea .Item--secondary a{
  text-decoration: underline;
  font-size: 14px;
}
@media screen and (max-width: 320px){
  .Cart_ButtonArea .Item .Button{
    font-size: 16px;
  }
  .Cart_ButtonArea .Item .Cart__Checkout small{
    font-size: 9px;
  }
}
/* Link area */
.Cart_LinkArea{
  border-top: 1px solid var(--border-color);
  margin-top: 40px;
  padding-top: 40px;
}
.Cart_LinkArea ul{
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;      
  font-size: 12px;
}
.Cart_LinkArea li a{
  text-decoration: underline;
}
@media screen and (max-width: 640px){
  .Cart_LinkArea{
    padding-top: 30px;
  }
}



/*============================================================================
  #Customer
==============================================================================*/

@media screen and (min-width: 1140px){
  .PageLayout__Section+.PageLayout__Section {
    margin-left: 50px;
  }
  .PageLayout__Section--secondary {
    flex-basis: 240px;
    max-width: 240px;
  }
}

/*================ Login ================*/
/* Login page Message */
.c-login-message{
  background: #F5F5F5;
  border-radius: 10px;
  padding: 30px 80px;
  margin-bottom: 40px;
}
.c-login-message__head{
  text-align: center;
  margin-bottom: 16px;
}
.c-login-message__title{
  font-size: 22px;
  font-weight: 700;
  color: #ff0000;
}
.c-login-message__subtitle{
  font-size: 14px;
  font-weight: 700;
  color: #ff0000;
}
.c-login-message__subtitle + .c-login-message__title{
  margin-top: 6px;
}
.c-login-message__info{    
  display: flex;
  align-items: center;
  gap: 30px;
}
.c-login-message__info-image{
  min-width: 130px;
  width: 130px;
}
.c-login-message__info-image--mobile{
  display: none;
  margin: 0 auto 16px;
}
.c-login-message__info-description{
  font-size: 14px;    
  line-height: 2;
}
.c-login-message__info-description a{
  text-decoration: underline;
  color: #ff0000;
}
.c-login-message__action{
  margin-top: 16px;
  max-width: 260px;
  margin: 16px auto 0;
}
.c-login-message__submit{
  border: 1px solid var(--button-background);
  background: #FFF;
  color: var(--button-background);
  font-size: 15px;
  font-weight: 700;
  border-radius: 60px;    
  height: 58px;
  padding: 5px 40px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;    
  transition: all .25s ease-in-out;
}
.c-login-message__submit:after{
  content: "";
  display: block;
  width: 14px;
  height: 9px;    
  background: url('data:image/svg+xml;charset=utf8,%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214.061%22%20height%3D%2211.511%22%20viewBox%3D%220%200%2014.061%2011.511%22%3E%3Cg%20transform%3D%22translate(-1275.848%20-949.404)%22%3E%3Cpath%20d%3D%22M1277.267%2C964.341h11.527%22%20transform%3D%22translate(-0.42%20-9.181)%22%20fill%3D%22none%22%20stroke%3D%22red%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3Cpath%20d%3D%22M1284.041%2C961.141l4.341%2C4.341-4.341%2C4.342%22%20transform%3D%22translate(0.527%20-10.322)%22%20fill%3D%22none%22%20stroke%3D%22red%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E')no-repeat center center/contain;
  position: absolute;
  right: 24px;
}
.c-login-message__submit:hover{
  opacity: 0.75;
}
@media screen and (max-width: 1000px){
  .c-login-message{
    padding: 30px 40px;
  }
}
@media screen and (max-width: 740px){
 .c-login-message{
    padding: 24px;
    margin-bottom: 60px;
  }
  .c-login-message__head{
    margin-bottom: 12px;
  }
  .c-login-message__title{
    font-size: 18px;
  }
  .c-login-message__subtitle{
    font-size: 13px;
  }
  .c-login-message__subtitle + .c-login-message__title{
    margin-top: 4px;
  }
  .c-login-message__info{    
    display: block;
  }
  .c-login-message__info-image{
    min-width: 100px;
    width: 100px;
  }
  .c-login-message__info-image--descktop{
    display: none;
  }
  .c-login-message__info-image--mobile{
    display: block;
  }
  .c-login-message__info-description{
    font-size: 13px;
    line-height: 1.7;
  }
  .c-login-message__action{    
    max-width: unset;
  }
}
@media screen and (max-width: 320px){    
  .c-login-message__title{
    font-size: 16px;
  }
  .c-login-message__subtitle{
    font-size: 12px;
  }
}


/* Login Form */
.c-login-form{    
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 80px;
}
.c-login-form__card{
  width: calc( 100% / 2 - ( 40px - 40px / 2 ) );
  border: 1px solid #E2E0E0;
  border-radius: 10px;
  padding: 60px; 40px;
}
.c-login-form__head{
  text-align: center;
  margin-bottom: 24px;
}
.c-login-form__title{
  font-size: 22px;
  font-weight: 700;
}
.c-login-form__subtitle{
  font-size: 16px;
  font-weight: 700;
}
.c-login-form__subtitle + .c-login-form__title{
  margin-top: 6px;
}
.c-login-form__description{
  font-size: 14px;
  text-align: center;
  margin: 24px 0;
  line-height: 1.7;
}
.c-login-form__action{
  margin-top: 24px;
}
.c-login-form__links{
  margin-top: 20px;
}
.c-login-form__links ul{
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;      
  font-size: 12px;
}
.c-login-form__links li a{
  text-decoration: underline;
}
.c-login-form__submit{
  background: var(--button-background);
  color: #fff;    
  font-size: 15px;
  font-weight: 700;
  border-radius: 60px;    
  height: 58px;
  padding: 5px 40px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 auto;
  transition: all .25s ease-in-out;
}
.c-login-form__submit:after{
  content: "";
  display: block;
  width: 14px;
  height: 9px;
  background: url('data:image/svg+xml;charset=utf8,%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214.061%22%20height%3D%2211.511%22%20viewBox%3D%220%200%2014.061%2011.511%22%3E%3Cg%20transform%3D%22translate(-1275.848%20-949.404)%22%3E%3Cpath%20d%3D%22M1277.267%2C964.341h11.527%22%20transform%3D%22translate(-0.42%20-9.181)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3Cpath%20d%3D%22M1284.041%2C961.141l4.341%2C4.341-4.341%2C4.342%22%20transform%3D%22translate(0.527%20-10.322)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E')no-repeat center center/contain;
  position: absolute;
  right: 24px;
}
.c-login-form__submit:hover{
  opacity: 0.75;
}
@media screen and (max-width: 1000px){
  .c-login-form{    
    display: block;      
  }
  .c-login-form__card{
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }    
  .c-login-form__card + .c-login-form__card{
    margin-top: 40px;
  }
}
@media screen and (max-width: 740px){    
  .c-login-form__card{
    padding: 0;
    border: none;
  }
  .c-login-form__card + .c-login-form__card{
    margin-top: 60px;
  }
  .c-login-form__head{
    text-align: center;
    margin-bottom: 24px;
  }
  .c-login-form__title{
    font-size: 20px;;
  }
  .c-login-form__subtitle{
    font-size: 14px;
  }
  .c-login-form__description{
    font-size: 14px;
  }
}


/*================ MyAccount ================*/

.MyPageHead{
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #F5F5F5;
  border-radius: 10px;
  padding: 30px 40px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 640px){
  .MyPageHead{
    display: block;
    font-size: 13px;
    padding: 20px;    
  }
}


/*================ MyAccount(Sidebar) ================*/
.MyPageCustomerInfo{
  margin-bottom: 20px;
}
.MyPageCustomerInfo .Item{
  font-size: 14px;
  margin-top: 5px;
}
.MyPageCustomerInfo .Item:first-child{
  margin-top: 0;
}
.MyPageSide{
  margin-bottom: 40px;
}
.MyPageSide .Item{
  background: #F5F5F5;
  border-bottom: 1px solid #E2E0E0;
  position: relative;
}
.MyPageSide .Item:before{
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #FC0000;
  content: "";
  position: absolute;
  right: 18px;
  top: calc( 50% - 4px );
  width: 0;
}
.MyPageSide .Item--disabled{
  color: #FFF;
  background: #CCC;
}
.MyPageSide .Item--disabled:before{
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #FFF;
}
.MyPageSide .Item:first-child{
  border-radius: 10px 10px 0 0;
}
.MyPageSide .Item:last-child{
  border-bottom: none;
  border-radius: 0 0 10px 10px;
}
.MyPageSide .Item.active{
  background: #FFEBEB;
  color: #FC0000;
}
.MyPageSide .Item a{
  display: block;
  font-size: 14px;
  letter-spacing: 0.05em;
  padding: 15px 30px 15px 24px;
}
.MyPageSide .Item form{
  padding: 15px 30px 15px 24px;
}

/* 非表示制御 */
.MyPageSide--pc-hidden{
  display: none;
} 
@media (max-width: 1007px) {
  .MyPageSide--pc-hidden{
    display: block;
  } 
}
.MyPageSide--sp-hidden{
  display: block;
} 
@media (max-width: 1007px) {
  .MyPageSide--sp-hidden{
    display: none;
  } 
}

/*================ MyAccount(Order) ================*/

.AccountTable__Title{
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
}
.AccountTable thead{
  color: #333;
  font-size: 13px;
  letter-spacing: 0.05em;
}
.AccountTable thead th{
  padding-top: 0;
}
.AccountTable th,.AccountTable td{
  font-size: 13px;
  letter-spacing: 0.05em;
  padding: 20px 10px;
}
.AccountTable .order-number{
  color: #FC0000;
}


.CartItem__AddCart{
  padding: 5px 15px 5px 30px;
  border-radius: 30px;
  font-size: 12px;
  margin-top: 8px;
  display: inline-block;
  background: #fc0000 url(/cdn/shop/files/icon_cart_white.svg?v=1658988500)no-repeat;
  color: #fff;
  background-size: 13px;
  background-position: 10px;  
}
.CartItem__AddCart:hover{
  opacity: 0.9;
}

/*================ subscribe ================*/

.shopify-email-marketing-confirmation__container{
  margin-top: 60px;
  margin-bottom: 60px;
  text-align: center;
}
.shopify-email-marketing-confirmation__container a{
  text-decoration: underline;
  color: red;
}

/*============================================================================
  #Header
==============================================================================*/

/* ============ Header ============ */

#shopify-section-header.stickyed{
  border-bottom: 1px solid #E2E0E0;
}

.Header{
  box-shadow: none;  
}
.Header__Wrapper{
  gap: 40px;  
  justify-content: unset;
}
.Header:not(.Header--sidebar) .Header__Wrapper{
  padding-top: 28px;
  padding-bottom: 20px;
}
.Header .Header__FlexItem {
  margin-bottom: 0;
}

@media screen and (max-width: 1200px){
  .Header__Wrapper{
    gap: 30px;
  }
}

@media screen and (max-width: 1024px){
  .Header__Wrapper{
    justify-content: space-between;
    gap: 20px;
  }
}

@media screen and (max-width: 767px){
  .Header__Wrapper{
    gap: 12px 0px;
  }
  .Header:not(.Header--sidebar) .Header__Wrapper{
    padding-top: 18px;
    padding-bottom: 12px;   
  }
}
@media screen and (max-width: 320px){  
  .Header:not(.Header--sidebar) .Header__Wrapper{
    padding-top: 12px;
    padding-bottom: 12px;   
  }
}


/* Logo */

.Header__FlexItem--logo{
  display: flex;
  align-items: center;
  gap: 40px;
}
.Header__Logo svg{
  display: block;
  height: auto;
}
@media screen and (max-width: 1200px){
  .Header__FlexItem--logo{
    gap: 30px;
  }
}
@media screen and (max-width: 767px){
  .Header__FlexItem--logo{
     gap: 15px;
  }
  .Header__Logo svg{
    width: 50px;
  }
}
@media screen and (max-width: 320px){
  .Header__FlexItem--logo{
     gap: 10px;
  }
}

/* Catch */
.Header__Catch{
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.01em;
}

@media screen and (max-width: 1024px){
  .Header__Catch{
    font-size: 14px;
  }
}
@media screen and (max-width: 767px){
  .Header__Catch{
    font-size: 10px;
  }
}
@media screen and (max-width: 640px){
  .Header__Catch{
    font-size: 10px;
  }
}
@media screen and (max-width: 320px){
  .Header__Catch{
    font-size: 7px;
  }
}

/* MainNavi */
.Header__FlexItem--MainNavi{
  display: block;
}
.Header__FlexItem--MainNavi .Header__MainNav{
  position: unset;
  padding-bottom: 0;
  margin: 0;
}
.Header__PointNavi + .Header__MainNav{
  margin-top: 20px;
}
.page-healthbeauty .Header__FlexItem--MainNavi{
  --button-background: #ff0000;
}
@media screen and (max-width: 1400px){
  .Header__FlexItem--MainNavi .Header__MainNav{
    display: none;
  }
}
/* SecondaryNav */
.Header__FlexItem--fill{
  margin-left: auto;
}
.Header__Icon{
  color: var(--button-background);
}
.Header__Icon .Icon--search-desktop{
  width: 24px;
  height: 24px;
  top: 0;
}
.Header__Icon .Icon--account{
  width: 25px;
  height: 24px;
  top: 0;
}
.Header__Icon .Icon--nav-desktop {
  height: 21px;
  width: 25px;
  display: block;
}
.Header__Icon .Icon--cart-desktop{
  height: 24px;
  width: 24px;
}
.Header__IconCart .Header__CartCount{
  font-family: Helvetica,Helvetica Neue;
  font-size: 12px;
  position: absolute;
  top: -13px;
  right: -16px;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background: var(--button-background);
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #FFF;
}
.page-healthbeauty .Header__Icon{
  --button-background: #ff0000;
}

@media (max-width: 767px) {  
  .Header__Icon .Icon--search-desktop{
    width: 20px;
    height: 20px;
  }
  .Header__Icon .Icon--account{
    width: 19px;
    height: 18px;
  }
  .Header__Icon .Icon--nav-desktop {
    width: 18px;
    height: 15px;    
  }
  .Header__Icon .Icon--cart-desktop{
    width: 20px;
    height: 20px;    
  }
  .Header__IconCart .Header__CartCount{
    font-size: 10px;
    width: 19px;
    height: 19px;
    top: -10px;
    right: -12px;
  }
}
@media screen and (max-width: 320px){
  .Header__Icon+.Header__Icon{
    margin-left: 12px;
  }
  .Header__Icon .Icon--search-desktop{
    width: 16px;
    height: 16px;
  }
  .Header__Icon .Icon--account{
    width: 16px;
    height: 16px;
  }
  .Header__Icon .Icon--nav-desktop {
    width: 16px;
    height: 16px;    
  }
  .Header__Icon .Icon--cart-desktop{
    width: 16px;
    height: 16px;    
  }
  .Header__IconCart .Header__CartCount{
    font-size: 9px;
    width: 18px;
    height: 18px;
  }
}


/* ============ Header Bottom ============ */
/* HeaderSearch */
.HeaderSearch{
  margin-bottom: 25px;
}
.HeaderSearch form{    
  border-radius: 100px;
  background: #F2F2F2;
  display: flex;
  align-items: center;
  height: 50px;
  padding: 0 10px 0 25px;
}
.HeaderSearch form input{
  letter-spacing: 0.05em;
  font-size: 14px;
}
.HeaderSearch button{
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;    
}
.HeaderSearch button svg{
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 767px){
  .HeaderSearch{    
    margin-bottom: 20px;
  }
  .HeaderSearch form{
    height: 40px;
    padding: 0 10px 0 25px;
  }
  .HeaderSearch form input{      
    font-size: 12px;
  }
  .HeaderSearch button{
    width: 40px;
    height: 40px;      
  }
  .HeaderSearch button svg{
    width: 14px;
  }
}

/* SellTypeTab */  
.SellTypeTab{
  display: flex;
  justify-content: space-around;
  gap: 20px;  
}
.SellTypeTab__Item{    
  width: calc( 100% / 3 - ( 20px - 20px / 3 ) );
  font-size: 15px;
  font-weight: 700;
  line-height: 1;    
  text-align: center;
} 
.SellTypeTab__Item a{
  color: var(--sell-type-tab-color);
  border: 1px solid;
  border-color: var(--sell-type-tab-color);
  border-radius: 8px 8px 0 0;
  display: block;
  padding: 18px 10px;
  transition: opacity .2s ease-in-out;
}
.SellTypeTab__Item--active a{
  background: var(--sell-type-tab-color);
  color: #FFF;
}
@media (hover: hover) and (pointer: fine) {
  .SellTypeTab__Item a:hover{
    opacity: 0.75;
  }
}
@media screen and (max-width: 1200px){
  .SellTypeTab{
    gap: 10px;
  }
}
@media screen and (max-width: 767px){
  .SellTypeTab{
    gap: 5px;
    margin-top: 12px;
  }
  .SellTypeTab__Item{     
    font-size: 10px;
    width: calc( 100% / 3 - ( 5px - 5px / 3 ) );
  }
  .SellTypeTab__Item a{
    display: block;
    padding: 13px 10px;
  }
}

/* ============ Global Navigation ============ */

/* Grobal Navigation */
.HorizontalList__Item--down>a{
  display: flex;
  align-items: center;
}

.HorizontalList__Item--down>a:after {
  content: "";
  margin-left: 8px;  
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 3px 0 3px;
  border-color: var(--button-background) transparent transparent transparent;
}
.HorizontalList__Item.is-active a{
  color: var(--button-background);
  font-weight: 700;
}

.page-business .Header__Icon{
  filter: grayscale(100%);
}

@media (min-width: 1140px) {
  .HorizontalList--spacingExtraLoose .HorizontalList__Item{
    margin: 0 17px;
  }
  .Header__FlexItem--gnavi{
    justify-content: end;    
    margin-right: 0;
  }
}

/* Search Bar */
.Search__SearchBar button[type="submit"]{
  display: block;
}
.Search__SearchBar button[type="submit"] svg{
  display: block;
  margin-top: 4px;
}


/* ============ Mega Menu ============ */

.MegaMenu{
  padding: 60px 0;
}
.MegaMenu__Inner{
  max-width: 1480px;
  padding: 0 20px;
}

@media screen and (min-width: 641px){
  .MegaMenu__Inner{
    padding: 0 50px;
  }
}

@media screen and (min-width: 1140px){
  .MegaMenu__Inner{
    padding: 0 80px;
  }
}


.MegaMenu__Category{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 660px;
}
.MegaMenu__Category .Item{
  width: calc( 25% - 20px );
}
.MegaMenu__Category .Item a{
  width: 100%;
  display: block;
}
.MegaMenu__Category .Item a:hover{
  color: #ff0000;
}

.MegaMenu__Item{
  margin-right: 0;
  margin-top: 0;
}
.MegaMenu__Push{
  text-align: left;
}
.MegaMenu__PushImageWrapper{
  margin-top: 0;
}


/* ============ AnnouncementBar ============ */

.AnnouncementBar{
  position: relative;
}
.AnnouncementBar__Wrapper{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  min-height: 45px;  
}
.AnnouncementBar__Content{
  font-size: 14px;
  letter-spacing: 0.05em;
  font-weight: 700;
  line-height: 1.5;
}
.AnnouncementBar__Button{
  font-size: 13px;
  min-width: 230px;  
  display: flex;  
  position: absolute;  
  right: 0;
  top: 0;  
  bottom: 0;
}

.AnnouncementBar__Button .Item{
  min-height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;  
  background: #000;
  border-top-left-radius: 140px 180px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
  padding: 0 28px 0 38px;
  min-width: 230px;
}
.AnnouncementBar__Button .Item + .Item{
  margin-left: -30px;
}
.AnnouncementBar__Button .Item--col2{
  padding: 0 38px 0 28px;
}
.AnnouncementBar__Button .Item--col2:last-child{
  padding-right: 28px;
}
.AnnouncementBar__Button .Item--normal{
  background: #ff0000;
}
.AnnouncementBar__Button .Item--healthbeauty{
  background: #0091f1;
}
.AnnouncementBar__Button .Item--healthbeauty_02{
  background: #FFF;
  color: #0091f1;
  border-bottom: 1px solid #0091f1;
  border-top: 1px solid #0091f1;
}
.AnnouncementBar__Button .Item--business{
  background: #000;
}

@media (max-width: 1200px) {
  .AnnouncementBar__Button .Item--col2{
    min-width: 180px;
    padding: 0 48px 0 38px;
  }
  .AnnouncementBar__Button .Item--col2:last-child{
    padding-right: 28px;
  }
}
@media (max-width: 900px) {
  .AnnouncementBar__Button .Item--col2{
    min-width: 130px;
    padding: 0 38px 0 22px;
    font-size: 12px;
  }
  .AnnouncementBar__Button .Item--col2:last-child{
    padding-right: 10px;
  }
}

@media (max-width: 11440px) {
  .AnnouncementBar__Wrapper{    
    padding: 0 0 0 20px;
    min-height: 50px;
    max-width: 60%;
    margin-left: 0;
  }
  .AnnouncementBar__Content{
    text-align: left;
  }
}
@media (max-width: 640px) {
    .AnnouncementBar__Content{
    font-size: 11px;
    text-align: left;
  }
  .AnnouncementBar__Content small{
    font-size: 8px;
  }
  .AnnouncementBar__Button{
    min-width: 110px;
  }
  .AnnouncementBar__Content small{
    font-size: 8px;
  }
  .AnnouncementBar__Button{
    min-width: 110px;
  }
  .AnnouncementBar__Button .Item{
    font-size: 10px;
    padding: 0 15px 0 25px;
    min-height: 50px;
    min-width: 110px;
    text-align: right;
  }
  .AnnouncementBar__Button .Item + .Item{
    margin-left: -43px;
  }
  .AnnouncementBar__Button .Item--col2{    
    min-width: 100px;
    padding: 0 40px 0 25px;
    text-align: center;
  }
  .AnnouncementBar__Button .Item--col2:last-child{
    padding: 0 10px 0 20px;
  }
  
}
@media (max-width: 320px) {
  .AnnouncementBar__Button .Item--col2{    
    min-width: 80px;
    font-size: 9px;
    padding: 0 32px 0 20px;    
  }
  .AnnouncementBar__Button .Item--col2:last-child{
    padding: 0 10px 0 20px;
  }
}


/* ============ Custom AnnouncementBar ============ */

.c-announcement-bar{
  height: 40px;
  border-bottom: 0.5px solid #FFF;
}
.c-announcement-bar__content{
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.03em;
  line-height: 1.4;
}
.c-announcement-bar__content a{    
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-announcement-bar .swiper-button-prev,
.c-announcement-bar .swiper-button-next{
  color: #FFF;
}
.c-announcement-bar .swiper-button-prev:after{
  font-size: 12px;
}
.c-announcement-bar .swiper-button-next:after{
  font-size: 12px;
}
.c-announcement-bar__button{
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.c-announcement-bar__button-item{
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;    
  background: #ff0000;
  border-top-left-radius: 140px 180px;
  color: #FFF;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
  padding: 0 28px 0 38px;
  min-width: 230px;
  font-size: 13px;
}
.c-announcement-bar__button-item--business{
  background: #000;
}

@media (max-width: 640px) {
  .c-announcement-bar{
    height: 38px;    
  }  
  .c-announcement-bar__content{
    height: 38px;      
  }
  .c-announcement-bar__content a{
    padding-right: 90px;
    font-size: 11px;
    justify-content: left;
  }
  .c-announcement-bar .swiper-button-prev{
    left: -3px;
  }
  .c-announcement-bar .swiper-button-next{
    right: -3px;
  }
  .c-announcement-bar__button-item {
    font-size: 10px;
    padding: 0 10px 0 25px;
    min-height: 38px;
    min-width: 90px;
    text-align: right;
  }
}
@media (max-width: 320px) {
  .c-announcement-bar__content{
    font-size: 10px;
  }
}

/* ============ Header Account ============ */

.Header__Account{
  position: relative;
  margin: 0 18px;
}
@media screen and (min-width: 641px) {
   .Header__Account{     
    margin: 0 25px;
  } 
}
@media screen and (max-width: 767px) {
  .Header__Account--desktop{
    display: none;
  }
}

/* Menu */
.Header__AccountMenu{
  list-style: none;
  padding: 20px 40px 40px 40px;
}
.Header__AccountMenu li{
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 1.46;
  font-weight: 700;
  border-bottom: 1px solid #E2E0E0;
}
.Header__AccountMenu li a{
  width: 100%;
  display: block;
  padding: 17px 0;    
  background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216.832%22%20height%3D%2212.678%22%20viewBox%3D%220%200%2016.832%2012.678%22%3E%3Cg%20transform%3D%22translate(1%201)%22%3E%3Cpath%20d%3D%22M1291.442%2C965.341h-14.175a1%2C1%2C0%2C0%2C1%2C0-2h14.175a1%2C1%2C0%2C0%2C1%2C0%2C2Z%22%20transform%3D%22translate(-1277.268%20-959.003)%22%20fill%3D%22red%22%2F%3E%3Cpath%20d%3D%22M1284.041%2C972.818a1%2C1%2C0%2C0%2C1-.707-1.707l4.632-4.632-4.632-4.632a1%2C1%2C0%2C0%2C1%2C1.414-1.414l5.339%2C5.339a1%2C1%2C0%2C0%2C1%2C0%2C1.414l-5.339%2C5.339A1%2C1%2C0%2C0%2C1%2C1284.041%2C972.818Z%22%20transform%3D%22translate(-1274.548%20-961.141)%22%20fill%3D%22red%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center right;    
  background-size: 12px;
  transition: all .2s ease-in-out;
}
.page-business .Header__AccountMenu li a,
.page-healthbeauty .Header__AccountMenu li a{
  background: url('data:image/svg+xml;charset=utf8,%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2226.228%22%20height%3D%2220.964%22%20viewBox%3D%220%200%2026.228%2020.964%22%3E%3Cg%20transform%3D%22translate(-1275.348%20-948.697)%22%3E%3Cpath%20d%3D%22M1277.267%2C964.341h22.2%22%20transform%3D%22translate(-0.42%20-5.162)%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%223%22%2F%3E%3Cpath%20d%3D%22M1284.041%2C961.141l8.361%2C8.361-8.361%2C8.361%22%20transform%3D%22translate(7.674%20-10.322)%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%223%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center right;    
  background-size: 12px;
}

@media screen and (max-width: 767px) {
  .Header__AccountMenu{
    list-style: none;
    padding: 14px 20px 40px 20px;
  }
  .Header__AccountMenu li{      
  }
  .Header__AccountMenu li a{      
    padding: 22px 0;      
  }
}

/* Dropdown */
.Header__AccountDropdown{    
  display: none;
  position: absolute;  
  top: 25px;
  left: calc(-375px / 2);
  width: 375px;    
  padding-top: 20px;
}
.Header__AccountDropdown:before{
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-bottom: 14px solid #F5F5F5;
  position: absolute;
  top: 7px;
  left: 50%;
}
.Header__AccountDropdown .Header__AccountMenu{
  background: #F5F5F5;
}

@media screen and (max-width: 1200px) {
  .Header__AccountDropdown{
    left: calc(-300px / 2);
    width: 300px;          
  }
}
@media (min-width: 768px) {
  .Header__Account .Header__Icon:hover + .Header__AccountDropdown,
  .Header__AccountDropdown:hover {
    display: block;
  }
}

/* Drawer */
.accountDrawerButton{
  display: none;
  margin: 0 18px;
}
margin-left: 18px;{}
.Header__AccountDrawer {  
  position: absolute;
  left: 0;
  top: var(--header-height);  
  background: rgba(0,0,0,0.5);
  width: 100%;
  height: calc(100dvh - var(--header-height));
}
.Header__AccountDrawer.hidden {
  display: none;
}
.Header__AccountDrawer .Header__AccountMenu{    
  background: #F5F5F5;
}
@media screen and (max-width: 767px) {
  .accountDrawerButton{
    display: block;
  }  
}
@media screen and (max-width: 320px) {
  .accountDrawerButton{      
    margin: 0 12px;
  }
}



/*============================================================================
  #Footer Information
==============================================================================*/

.FooterInformation-Wrap{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 50px 140px;
}
@media (max-width: 1200px) {
 .FooterInformation-Wrap{
    display: flex;
    justify-content: space-between;    
    gap: 40px;
  } 
}
@media (max-width: 767px) {
  .FooterInformation-Wrap{
    gap: 36px;
  }
}

/* ============ Footer Information ============ */
.FooterInformation{
  width: calc( 100% / 2 - ( 140px - 140px / 2 ) );
}
.FooterInformation__Head{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 50px;
}
.FooterInformation__Head-Title{
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.FooterInformation__Head-More{}
.FooterInformation__Head-More a{
   font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
  text-decoration: underline;
  transition: opacity .2s ease-in-out;
}
.FooterInformation__List{}
.FooterInformation__List .Item{}
.FooterInformation__List .Item + .Item{
  margin-top: 24px;
}
.FooterInformation__List .Item__Time{
  font-family: Helvetica, Helvetica Neue;
  font-size: 17px;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 15px;
}
.FooterInformation__List .Item__Title{
  font-size: 15px;
  line-height: 1.47;
  letter-spacing: 0.05em;
}
.FooterInformation__List .Item__Title a{
  text-decoration: underline;
  display: block;
  transition: opacity .2s ease-in-out;
}  
@media (hover: hover) and (pointer: fine) {
  .FooterInformation__Head-More a:hover,
  .FooterInformation__List .Item__Title a{
    opacity: 0.75;
  }
}
@media (max-width: 1200px) {
  .FooterInformation{
    width: calc( 100% / 2 - ( 40px - 40px / 2 ) );
  }
}
@media (max-width: 900px) {
  .FooterInformation{
    width: 100%;
    order: 1;
  }
  .FooterInformation__Head{
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {    
  .FooterInformation__Head{      
    margin-bottom: 20px;
  }
  .FooterInformation__Head-Title{
    font-size: 16px;
  }
  .FooterInformation__Head-More a{
     font-size: 13px;
  }
  .FooterInformation__List .Item + .Item{
    margin-top: 16px;
  }
  .FooterInformation__List .Item__Time{      
    font-size: 13px;
    margin-bottom: 6px;
  }
  .FooterInformation__List .Item__Title{
    font-size: 13px;
  }
}

/* ============ Footer Newsletter ============ */
.FooterNewsletter{
  width: calc( 100% / 2 - ( 140px - 140px / 2 ) );
}
.FooterNewsletter__Head{
  margin-bottom: 24px;
}
.FooterNewsletter__Head-Title{
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.FooterNewsletter__Content{
  font-size: 14px;
  margin-bottom: 24px;
}
.FooterNewsletter__Form{}
@media (max-width: 1200px) {
  .FooterNewsletter{
    width: calc( 100% / 2 - ( 40px - 40px / 2 ) );
  }    
}
@media (max-width: 900px) {
  .FooterNewsletter{
    width: 100%;
    order: 3;
  }
}
@media (max-width: 767px) {    
  .FooterNewsletter__Head{
    margin-bottom: 20px;
  }
  .FooterNewsletter__Head-Title{
    font-size: 16px;
  }
  .FooterNewsletter__Content{
    font-size: 11px;
  }
}

/* ============ Footer Banner ============ */
.FooterBanner{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
}
.FooterBanner .Item{
  width: calc( 100% / 2 - ( 20px - 20px / 2 ) );
}
.FooterBanner .Item a{
  display: block;
  transition: opacity .2s ease-in-out;
}
@media (hover: hover) and (pointer: fine) {
  .FooterBanner .Item a:hover{
    opacity: 0.9;
  }
}
@media (max-width: 900px) {
  .FooterBanner{
    order: 2;
  }
  .FooterBanner .Item{
    width: 100%;
  }
}
@media (max-width: 767px) {
  .FooterBanner{
    gap: 10px;
  }
}

/* ============ Footer Newsletter ============ */
#footer-newsletter {
  text-align: right;
  display: flex;
  align-items: center;
}
#footer-newsletter p{
  font-size: 14px;
}
#footer-newsletter input[type=email] {  
  background: #F2F2F2;
  border: none;
  height: 50px;
  font-size: 14px;
  padding: 0 30px;
  border-radius: 70px 0 0 70px;
  letter-spacing: 0.05em;
}
#footer-newsletter input[type=email]::-webkit-input-placeholder,
#footer-newsletter input[type=email]::-ms-input-placeholder,
#footer-newsletter input[type=email]::-moz-placeholder{
  color: #666;
}
#footer-newsletter input[type=email]::-webkit-input-placeholder{color:#818181}
#footer-newsletter input[type=email]::-ms-input-placeholder{color:#818181}
#footer-newsletter input[type=email]::-moz-placeholder{color:#818181}
#footer-newsletter button {  
  padding: 10px;
  transform: none;  
  min-width: 90px;
  height: 50px;
  border-radius: 0;
  font-size: 14px;
  margin: 0;
  border-radius: 0 70px 70px 0;
}

@media screen and (max-width: 640px){
  #footer-newsletter p{
    font-size: 12px;
  }
  #footer-newsletter input[type=email] {
    font-size: 12px;
    height: 45px;
  }
  #footer-newsletter button {  
    height: 45px;
    font-size: 12px;
    min-width: 80px;
  }
}


/*============================================================================
  #Footer
==============================================================================*/

.CustomFooter{
  padding-bottom: 160px;
}
.CustomFooter__Inner{
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}
.CustomFooter__Itme-Title{
  font-size: 14px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .CustomFooter{
    padding-bottom: 120px;
  }
  .CustomFooter__Inner{
    gap: 32px 24px;
  }
  .CustomFooter__Item--PrimaryLinklist{
    width: 100%;
  }
  .CustomFooter__Item--linklist{
    width: calc( 100% / 2 - ( 24px - 24px / 2 ) );
  }
  .CustomFooter__Item--Aside{
    width: 100%;
  }
}
@media (min-width: 768px){
  .CustomFooter__Item--PrimaryLinklist{
    display: none;
  }
}

/* PrimaryLinklist */
.CustomFooter__PrimaryLinklist{
  list-style: none;
  letter-spacing: 0.05em;
}
.CustomFooter__PrimaryLinklist li{
  font-size: 14px;
  font-weight: 700;
}
.CustomFooter__PrimaryLinklist li + li{
  margin-top: 10px;
}
.CustomFooter__PrimaryLinklist li a{
  display: block;
  width: 100%;
  transition: opacity .2s ease-in-out;
}  
@media (hover: hover) and (pointer: fine) {
  .CustomFooter__PrimaryLinklist li a:hover {
      opacity: .75;
  }
}
@media (max-width: 767px) {    
  .CustomFooter__PrimaryLinklist{      
    border-bottom: 1px solid #E2E0E0;
    margin: 0 calc(50% - 50vw);
    width: 100vw;    
  }
  .CustomFooter__PrimaryLinklist li{
    font-size: 12px;
    border-top: 1px solid #E2E0E0;
  }
  .CustomFooter__PrimaryLinklist li + li{
    margin-top: 0;
  }
  .CustomFooter__PrimaryLinklist li a{      
    padding: 26px 20px;
    background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216.832%22%20height%3D%2212.678%22%20viewBox%3D%220%200%2016.832%2012.678%22%3E%3Cg%20transform%3D%22translate(1%201)%22%3E%3Cpath%20d%3D%22M1291.442%2C965.341h-14.175a1%2C1%2C0%2C0%2C1%2C0-2h14.175a1%2C1%2C0%2C0%2C1%2C0%2C2Z%22%20transform%3D%22translate(-1277.268%20-959.003)%22%20fill%3D%22red%22%2F%3E%3Cpath%20d%3D%22M1284.041%2C972.818a1%2C1%2C0%2C0%2C1-.707-1.707l4.632-4.632-4.632-4.632a1%2C1%2C0%2C0%2C1%2C1.414-1.414l5.339%2C5.339a1%2C1%2C0%2C0%2C1%2C0%2C1.414l-5.339%2C5.339A1%2C1%2C0%2C0%2C1%2C1284.041%2C972.818Z%22%20transform%3D%22translate(-1274.548%20-961.141)%22%20fill%3D%22red%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center right;
    background-position-x: calc(100% - 20px);
    background-size: 12px;
  }  
}

/* Linklist */
.CustomFooter__Linklist{
  list-style: none;
  letter-spacing: 0.05em;
}
.CustomFooter__Linklist li{
  font-size: 14px;
}
.CustomFooter__Linklist li + li{
  margin-top: 10px;
}
.CustomFooter__Linklist li a{
  display: block;
  width: 100%;
  transition: opacity .2s ease-in-out;
}
@media (hover: hover) and (pointer: fine) {
  .CustomFooter__Linklist li a:hover {
      opacity: .75;
  }
}
@media (max-width: 767px) {
  .CustomFooter__Linklist li{
    font-size: 12px;
  }
  .CustomFooter__Linklist li + li{
    margin-top: 10px;
  }
}
@media (max-width: 320px) {
  .CustomFooter__Linklist li{
    font-size: 10px;
  }
}

/* Aside */
.CustomFooter__Item--Aside{
  margin-left: auto;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  text-align: right;
}
.CustomFooter__Pagetop{  
  color: var(--link-color);
  text-decoration: underline;
  font-size: 12px;
  margin-left: auto;
}
.CustomFooter__Copyright{
  font-family: Helvetica, Helvetica Neue;
  font-size: 11px;
  letter-spacing: 0.03;
  display: block;
  width: 100%;
}
@media (max-width: 767px) {
  .CustomFooter__Pagetop{
    margin: 0 auto 32px;
  }
  .CustomFooter__Copyright{
    font-size: 9px;
    text-align: center;
  }
}


/*
.Footer{
  padding: 68px 0;
}

.Footer__Block{
  letter-spacing: 0.05em;
}

.Footer__Title{
  font-size: 14px;
  font-weight: 700;
}

.Footer__Block .Linklist__Item{
  font-size: 14px;
}

.Footer__Aside .HorizontalList__Item{
  margin: 3px;
}

.Footer__Content {
  font-size: 14px;
}

@media screen and (min-width: 1140px){  
  .Footer__Inner{
    justify-content: unset;
    margin: 0 -30px;
  }
  .Footer__Block{
    padding: 0 30px;
  }
  .Footer__Block--links{
    flex-basis: auto;        
  }
  .Footer__Block--newsletter {
      flex-basis: 480px;
      margin-left: auto;
  }
  .Footer__Inner+.Footer__Aside{
    margin-top: 20px;
  }
}

@media screen and (max-width: 640px){
  .Footer{
    padding: 58px 0 0 0;
  }
  .Footer__Title{
    font-size: 12px;
    margin-bottom: 18px;
  }
  .Footer__Content{
    font-size: 12px;
  }
  .Footer__Block .Linklist__Item{
    font-size: 12px;
  }
  .Footer__Inner{
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
  }
  .Footer__Block{
    margin-top: 0;
  }
  .Footer__Block--newsletter{
    order: 1;
    margin-bottom: 18px;
    width: 100%;
  }
  .Footer__Block--links{
    order: 2;
  }
  .Footer__Inner+.Footer__Aside{
    margin-bottom: 65px;
  }
}
*/

*/

/* Copyright */
/*
.Footer__Copyright{
  font-size: 11px;
  letter-spacing: 0.03em;
  font-family: Helvetica,Helvetica Neue;
}
@media screen and (max-width: 640px){
  .Footer__Copyright{
    font-size: 9px;
  }
}
*/
/* paymentList */
/*
@media screen and (max-width: 640px){
  .Footer__PaymentList{
    margin-top: 20px;
    padding-top: 10px;
  }
}
*/



/*============================================================================
  #APP
==============================================================================*/

/*================ Mikawaya ================*/
#mikawaya-product-page-widget-container{
  letter-spacing: 0.05em;
  margin: 15px 0;
}
/*
.mikawaya-radio-button{
  display: none;
}
#mikawaya-product-page-widget-container .mikawaya-radio-button + span{
  position: relative;
  padding-left: 36px;
  display: block;
}
#mikawaya-product-page-widget-container .mikawaya-radio-button:checked + span:before{
  content: '';
  display: block;
  position: absolute; 
  left: 0; 
  top: -3px; 
  width: 26px; 
  height: 26px; 
  border: 1px solid #ddd; 
  border-radius: 100%; 
  background: #fff; 
}
#mikawaya-product-page-widget-container .mikawaya-radio-button:checked + span:after{
  content: ''; 
  display: block;
  width: 16px; 
  height: 16px; 
  background: #ff0000;
  position: absolute; 
  top: 2px; 
  left: 5px; 
  border-radius: 100%; 
  -webkit-transition: all 0.2s ease; 
  transition: all 0.2s ease; 
}
*/
#mikawaya-product-page-widget-container .mikawaya-selling-plan-select{
  height: 50px;
  min-width: 210px;
  letter-spacing: 0.05em;
  border-radius: 100px;
  border: 1px solid #E2E0E0;  
  padding: 0 30px;    
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #ff0000 50%), linear-gradient(135deg, #ff0000 50%, transparent 50%);
  background-position: calc(100% - 20px) calc(1em + 5px), calc(100% - 15px) calc(1em + 5px);
  background-size: 4px 5px, 5px 5px;
  background-repeat: no-repeat;
  background-color: #FFF;
}
#mikawaya-product-page-widget-container .mikawaya-selling-plan-description{
    margin-left: 0px;
    margin-top: 10px;
}

/* Mypage */
#main .chakra-container{
  max-width: 890px;
  color: #000;
}

#main button.chakra-button{  
  padding: 17px 48px;
  border-radius: 30px;
  font-weight: 700;
  color: var(--button-background);
  border: 2px solid var(--button-background);
  background: none;
  min-height: 50px;
  width: auto;
  font-size: 14px;
  letter-spacing: 0.05em;
}
#main button.chakra-button:hover{
  color: #FFF;
  background: var(--button-background)!important; 
}

#main .chakra-text{  
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-size: 15px;
}

@media screen and (max-width: 640px){
  #main .chakra-text{      
    font-size: 13px;
  }
}

/*================ Product Filter & Search ================*/

#main .boost-pfs-filter-overlay{
  background: var(--button-background);
  opacity: 0.5;
}

#main .boost-pfs-filter-tree-v{
  padding: 0;
}

#main .boost-pfs-filter-options-wrapper{
  
}

#main .boost-pfs-filter-tree-v .boost-pfs-filter-option-title-heading{
  font-weight: 700;
  font-size: 16px;
  color: #000;
  padding: 40px;
  width: 100%;
}
#main .boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-title .boost-pfs-filter-option-title-heading>span:before{
  font-weight: normal;
  color: var(--button-background);
  top: 36px;
  right: 40px;
}

#main .boost-pfs-filter-option-content{
  margin-top: 0;  
  padding: 0 40px;
}

#main .boost-pfs-filter-option-content-inner{
  margin-top: 0;
  margin-bottom: 40px;
}

#main .boost-pfs-filter-refine-by-wrapper .boost-pfs-filter-refine-by{
  padding: 40px;
  margin-bottom: 0;
}
#main .boost-pfs-filter-refine-by-wrapper .boost-pfs-filter-refine-by .boost-pfs-filter-option-title-heading{
  padding: 0;
}


#main .boost-pfs-filter-option .boost-pfs-filter-option-title .boost-pfs-filter-clear{
  position: absolute;
  right: 50px;
  bottom: 36px;
}


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

  #main .boost-pfs-filter-mobile-toolbar{
    
  }
  #main .boost-pfs-filter-mobile-toolbar-items{
    height: 96px;
    display: flex;
    align-items: center;
  }  
  #main .boost-pfs-filter-mobile-toolbar-top{
    top: 27px;
  }
  #main .boost-pfs-filter-close span{
    margin-left: 30px;
  }

  #main .boost-pfs-filter-close span:before,#main .boost-pfs-filter-close span:after{
    content: "";
    width: 13px;
    height: 2px;
    display: inline-block;
    background: #ff0000;
    border-radius: 2px;
    position: absolute;
    top: 20px;
    left: 0; 
    border-width: 1px;
    padding: 0;
  }
  #main .boost-pfs-filter-close span:before{
    transform: rotate(45deg);
    border-color: #ff0000;
    left: -1px;
  }
  #main .boost-pfs-filter-close span:after{
    transform: rotate(-45deg);    
    border-color: #ff0000;
  }
  .page-healthbeauty #main .boost-pfs-filter-close span:before,
  .page-healthbeauty #main .boost-pfs-filter-close span:after{
    background: #0091f1;
  }
  .page-healthbeauty #main .boost-pfs-filter-close span:before{    
    border-color: #0091f1;    
  }
  .page-healthbeauty #main .boost-pfs-filter-close span:after{    
    border-color: #0091f1;
  }
  #main .boost-pfs-filter-back-btn{
    padding-left: 30px;
  }  
  #main .boost-pfs-filter-back-btn:before{
    left: 33px;
  }  
  #main .boost-pfs-filter-mobile-toolbar-middle{
    padding-top: 0;
    font-size: 15px;
  }
  #main .boost-pfs-filter-mobile-toolbar-right {
    
  }
  #main .boost-pfs-filter-mobile-toolbar-right button{
    padding: 0 15px 0 0;
  }  
  #main .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-mobile-full-width-style .boost-pfs-filter-options-wrapper{
    width: 100%;
    right: 0;
  }
  #main .boost-pfs-filter-option-title{
    padding: 0;
  }
  #main .boost-pfs-filter-tree-v .boost-pfs-filter-option-title-heading{
    padding: 20px 30px;
    font-size: 14px;
  }
  #main .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-title .boost-pfs-filter-option-title-heading:after{
    right: 30px;
    top: 25px;
    border-color: var(--button-background);
  }
  #main .boost-pfs-filter-selected-items-mobile span{
    padding: 0 30px 20px 30px;
    width: 100%;
  }
}

/* option */

#main .boost-pfs-filter-tree-v .boost-pfs-filter-option{  
  border-color: 1px solid #E2E0E0;
  padding: 0;
}

#main .boost-pfs-filter-option-item button{
  color: #717171;
  letter-spacing: 0.05em;
}

#main .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-multiple-list li .boost-pfs-check-box{
  width: 16px;
  height: 16px;
  border: 1px solid #E2E0E0;
  border-radius: 2px;
}
#main .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-multiple-list li.selected .boost-pfs-check-box:before{  
  background: var(--button-background);
  transform: none;
  height: 8px;
  width: 8px;
  border: none;
  left: 3px;
  top: 3px;
}
#main .boost-pfs-filter-option-item.selected .boost-pfs-filter-button .boost-pfs-filter-option-value{
  color: var(--button-background);
}
#main .boost-pfs-filter-option-amount{
  font-family: Helvetica,Helvetica Neue;
  color: #000;
  font-weight: normal;
}

@media screen and (max-width: 767px){
  #main .boost-pfs-filter-tree-v .boost-pfs-filter-option{
    padding: 0;
  }
  #main .boost-pfs-filter-option-content{
    padding: 30px;
    font-size: 13px;
  }
}

/* PriceFilter */

#main .boost-pfs-filter-option-価格-¥ .boost-pfs-filter-option-content{
  font-family: Helvetica,Helvetica Neue;
}
#main .boost-pfs-filter-option-range-amount-wrapper{
  background: #F2F2F2;
  color: #000;
  border: none;
  border-radius: 60px;
  padding: 0 20px;
  font-size: 13px;
  line-height: 40px;
  height: 40px;
}
#main .boost-pfs-filter-option-range-amount-split{
  color: #000;
}
#main .boost-pfs-filter-option-range-slider .noUi-base{
  background: #E2E0E0;
}
#main .boost-pfs-filter-option-range .boost-pfs-filter-option-range-slider .noUi-origin .noUi-handle{
  background: var(--button-background);
  border: 1px solid var(--button-background);
}
#main .boost-pfs-filter-option-range .boost-pfs-filter-option-range-slider .noUi-connect{
  border-color: var(--button-background);
}

@media screen and (max-width: 767px){
  #main .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-content .boost-pfs-filter-option-content-inner{
    width: 100%;
    padding-right: 0;
  }  
}

/* button area */
#main .boost-pfs-filter-mobile-footer{
  width: 375px;
  padding: 20px 20px 0 20px;
  background: #FFF;
}
#main .boost-pfs-filter-mobile-footer .boost-pfs-filter-show-result{  
    background: var(--button-background);
    font-size: 15px;
    font-weight: 700;
    height: 55px;
    border-radius: 60px!important;
}
@media screen and (max-width: 767px){
  #main .boost-pfs-filter-mobile-footer{
    padding: 20px 20px 30px 20px;    
    width: 100%;
  }
  #main .boost-pfs-filter-mobile-footer .boost-pfs-filter-show-result{
    font-size: 13px;
  }
}

/*================ 配送日時指定amp ================*/
.delivery-app-container{
  background: #F5F5F5;
  padding: 5px 25px;
  border-radius: 6px;
  max-width: 400px;
  margin-left: auto;
  margin-top: 16px;
  margin-bottom: 16px;
}

.delivery-app-container .cart-attribute__field {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
}

.delivery-app-container input, .delivery-app-container select,.delivery-app-container textarea,.delivery-app-container label {
  width: 100%;
  max-width: 400px;
  margin-left: auto;
  display: block;
}
.delivery-app-container label {
  margin-bottom: 5px;
}    

.delivery-app-container #delivery-date{
  height: 40px;
  padding: 0 10px;
  border: 1px solid #E2E0E0;  
  display: flex;
  align-items: center;
  justify-content: start;
  width: 100%;      
}
.delivery-app-container #delivery-time{
  height: 40px;
  padding: 0 10px;
  border: 1px solid #E2E0E0;
  border-radius: 0;
  background: #FFF;
}

.delivery-app-container .delivery-date-boolean {
  display: inline-block;
  width: auto;  
}
.delivery-app-container .delivery-date-boolean-label {
  display: inline-block;
  width: auto;
  margin-right: 20px;
}
.delivery-app-container__Caption{
  font-size: 12px;
  margin-top: 8px;
}


/*================ チャネルトーク ================*/
#ch-plugin-launcher img{
  width: 55px !important;
  height: 55px !important;
}



/*================ Customer Fields ================*/


.cf-form-inner[data-cf-mark-required-fields=true] .cf-field[data-cf-required=true]>label:after, .cf-form-inner[data-cf-mark-required-fields=true] .cf-field[data-cf-required=true]>.cf-enum-field__choices>fieldset>legend:after, .cf-fields-wrapper[data-cf-mark-required-fields=true] .cf-field[data-cf-required=true]>label:after, .cf-fields-wrapper[data-cf-mark-required-fields=true] .cf-field[data-cf-required=true]>.cf-enum-field__choices>fieldset>legend:after{
  color: #cc383b;  
  content: "※"!important;
  margin-left: 4px;
}
.cf-field.c-cf-label{
  padding-top: 0!important;
  padding-bottom: 0!important;  
  margin: 11.5px 0 0 0!important;
}
.cf-field > label{
  margin-bottom: 11.5px;
}
.c-cf-label__required{
  color: #cc383b;
  margin-left: 8px;
}
.cf-form-inner legend{    
  margin-bottom: 4px;
}
.cf-field .cf-enum-field__choice{
  margin: .5em 1em 0 0;
}

.cf-field input::-webkit-input-placeholder,
.cf-select-wrap select::-webkit-input-placeholder{
  color: #BBB;
}
.cf-field input::--ms-input-placeholder,
.cf-select-wrap select::-ms-input-placeholder{
  color: #BBB;
}
.cf-field input::-moz-placeholder,
.cf-select-wrap select::-moz-placeholder{
  color: #BBB;
}
.cf-field-description{
  font-size: 12px;
  line-height: 1.75;
}
.cf-form-actions{
  
}
[data-theme-name=Prestige] .cf-form-actions button.cf-submit-form{
  background: #ff0000;
  border-radius: 4px;
  font-weight: 700;
  font-family: var(--text-font-family);
}
[data-theme-name=Prestige] .cf-form-actions button.cf-submit-form:hover{
  background: #ff0000;
  opacity: 0.75;
}


.c-cf-bottom-links{
  border-top: 1px solid var(--border-color);
  margin-top: 40px;
  padding-top: 40px;
}
.c-cf-bottom-links ul{
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;      
  font-size: 12px;
}
.c-cf-bottom-links li a{
  text-decoration: underline;
}

@media (max-width: 600px) {
  .cf-form-inner [data-cf-column-width="6"] {
    width: 50%!important;
  }
}


/*================ stamped ================*/
.stamped-form-contact-name .stamped-form-label{
  font-size: 0;
}

.stamped-form-contact-email .stamped-form-label{
  font-size: 0;
}

.stamped-form-review .stamped-form-review-body .stamped-form-label{
  font-size: 0;
}

.stamped-messages .stamped-thank-you p:first-child{
  font-size: 0;
}

.stamped-thank-you p:nth-child(2){
  font-size: 0;
}

.stamped-container[data-count="0"][data-widget-language=""] .stamped-empty-state>div{
  font-size: 0;
}

.stamped-file-holder{
  margin-top: 0;
}

/*================ stamped テキスト変更 ================*/
.stamped-form-contact-name .stamped-form-label:after{
  content: "ニックネーム";
  font-size: 14px;
}
.stamped-form-contact-email .stamped-form-label::after{
  font-size: 14px;
  content: "メールアドレス※サイトに公開されることはありません";
}
.stamped-form-review .stamped-form-review-body .stamped-form-label::after{
  font-size: 14px;
  content: "レビューの内容";
}
.stamped-messages .stamped-thank-you p:first-child::after{
  content: "投稿いただきありがとうございました。";
  font-size: 14px;
}
.stamped-thank-you p:nth-child(2)::after{
  content: "レビューは承認後、サイトに反映されます。";
  font-size: 14px;
}
.stamped-file-holder::after{
  content: "レビューの投稿をされることにより、ご利用ガイドに同意されたものとみなされます。\A詳細はご利用ガイドをご覧ください。";
  white-space: break-spaces;
  text-align: left;
  font-size: 14px;
  display: block;
}
.stamped-container[data-count="0"][data-widget-language=""] .stamped-empty-state>div::after{
  font-size: 14px;
  content: "レビューの投稿をお待ちしております";
}

/*================ stamped テキスト変更 ================*/

.stamped-messages .stamped-share-links{
  display: none!important;
}

.review-location{
  display: none;
}

.stamped-form-contact-name .stamped-form-input::placeholder{
  color: transparent;  
}

.stamped-form-contact-email .stamped-form-input::placeholder{
  color: transparent;  
}

@media (min-width: 768px){
  .stamped-form-contact-email,
  .stamped-form-contact-name{
    max-width: 40%;
    width: 100%;
  }
}

.rating__star {
  color: #ffd200;
  width: 12px;
  height: 12px;
}

.stamped-review-avatar{
  display: none;
}

.stamped-review-avatar-content{
  display: none;
}

.stamped-review-header .author{
  display: none;
}

.stamped-verified-badge{
  display: none;
}

.review-location{
  display: none;
}

.stamped-ugc-modal-user-username{
  display: none;
}

.stamped-review-share{
  display: none;
}

.stamped-badge-caption span{
  font-size: 0px;
}

.stamped-badge-caption span:after{
  font-size: 14px;
  content: "レビュー";
}

.stamped-thumbs-down{
  display: none;
}

.stamped-summary-actions-newquestion{
  display: none;
}

#tab-questions{
  display: none;
}

/* Product item */
.ProductItem .stamped-badge-caption{
  font-size: 12px;
}
.ProductItem .stamped-badge-caption span:after{
  font-size: 12px;
}
@media (max-width: 640px){
  .ProductItem .stamped-badge-caption{
    font-size: 10px;
  }
  .ProductItem .stamped-badge-caption span:after{
    font-size: 10px;
  }
}


/*================ custom product lp ================*/
.custom-product-link{
  display: flex;
  width: 100%;
  justify-content: space-around;
}

.custom-product-link a{
  padding-bottom: 10px;
  border-bottom: 1px solid #E0E0E0;
  display: block;
  width: 100%;
  text-align: center;
}

.custom-product-link a.active{
  border-bottom: 3px solid #FF0000;
}

.product-lp-wrapper{
  margin-top: -150px;
  padding-top: 185px;
}

.product-lp{
  text-align: center;
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}

.product-lp img{
  width: 100%;
  max-width: 100%;
}

.product-lp-pc{
  display: none;
}
.product-lp-sp{
  display: block;
}

@media (min-width: 768px){
  .product-lp-pc{
    display: block;
  }
  .product-lp-sp{
    display: none;
  }
  .product-lp{
    max-width: 70%;
  }
}