/** Shopify CDN: Minification failed

Line 349:29 Expected ":"
Line 961:4 Expected ":"
Line 1482:2 "maring" is not a known CSS property

**/

html {
	scroll-behavior: smooth;
}

#product-grid .grid__item {
  margin-bottom:20px;
}

#page_top {
    height: 50px;
    width: 50px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    background: #fff;
    border: solid 2px #8FC320;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

#page_top img {
  width:30px;
  height:auto;
}

#page_top {
    opacity: 0;
}

#page_top.is_active {
    opacity: 1;
}

@media (hover: hover) and (pointer: fine) {
    .page_top:hover {
        border-color: #8FC320;
    }
}

.facet-filters__field .select__select, .mobile-facets__sort .select__select {
  padding:0 10px;
}

/*ヘッダー*/
header {
  font-weight:600;
}
/*
.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 250,
  'GRAD' 0,
  'opsz' 24
}
*/
.header__icon--cart:hover .material-symbols-outlined {
  transform:scale(1.1,1.1);
}

.header__icons a:hover {
  text-decoration:none;
}

.cart-count-bubble {
    background-color: #F03847;
}


@media screen and (min-width: 990px) {

  .header:not(.drawer-menu).page-width {
    padding-left: 1rem;
    padding-right: 1rem;
}

  .header__icon .visually-hidden {
    overflow: visible;
    width: auto;
    height: auto;
    margin: auto;
    padding: 0;
    border: 0;
    clip: auto;
}

 .header__icon--cart .visually-hidden {
  position:absolute;
  left:35px;
  top:1rem;
}

  .header__icon--account .visually-hidden {
  position:absolute;
  left:30px;
  top:1rem;
}
  
  .header__icon--cart .cart-count-bubble  {
    top: 0.5rem;
    left: 1.5rem;
  }

  .cart-count-bubble .visually-hidden {
    display:none;
  }

  .header__icon:not(.header__icon--summary), .header__icon span {
    display: flex;
    align-items: center;
    justify-content: start;
}

  .header__icon {
    position: relative;
    min-width:9rem;
  }

  .header__icon, .header__icon--cart {
    min-width:9rem;    
  }
  
  .header__icon .header__search {
    min-width:7rem;
  }
  
  .header__icon--account {
     min-width:12rem;   
  }
  

.header__icon span {
      justify-content: start; 
 }

  
  .header__icon--search span::after {
    content:"検索";
    position:absolute;
    left:30px;
    top:2.2rem;
  }

  .header__icon a:link ,  .header__icon a:hover , header__icon a:visited {
    text-decoration:none;
  }
    
  .header--middle-left {
        grid-template-areas: "heading navigation icons";
        grid-template-columns: 240px auto 330px;
        column-gap: 2rem;
    }

      .header--middle-left .header__inline-menu {
        margin-left: auto;
        justify-self: end;
        width:100%;
        text-align:right;
    }

  .header__inline-menu>ul>li:last-of-type {
    border-radius: 100px;
    display: inline-block;
    width: 140px;
    padding: 3px auto;
    box-sizing: border-box;
    background: #f03847;
    color: #fff;
    text-decoration: none;
    text-align: center;
    margin-left:15px;
  }

nav.header__inline-menu #Details-HeaderMenu-4 svg {
  color: #fff;
}

   .header__inline-menu>ul>li:last-of-type .header__menu-item {
    text-align: center;
    font-weight:bold;
    padding-right: 0;
    padding-left:30px;
  }

  details[open]>.header__menu-item {
    text-decoration: none;
  }

  #Details-HeaderMenu-4 .header__menu-item .icon-caret {
    right: 1rem;
  }

 #Details-HeaderMenu-4 .header__active-menu-item {
    text-align: center;
    font-weight:bold;
    text-decoration:none;
     color:#fff;
   }

   #Details-HeaderMenu-4 .link {
     color:#fff;
   }

  #HeaderMenu-MenuList-4 li .link {
    color:#000;
  }
  
  .header__inline-menu>ul>li:last-of-type>.list-menu__item {
    display: inline-block;
    align-items: center;
  }

}


/*中ページ*/

.rte ul , .rte ol
{
    list-style-position: outside;
    padding-left: 1rem;
}

.rte ol {
    margin-left: 1em;
}

ol li {
  padding-left: 0.5em;
}

.rte ol.no_2 {
  list-style: none;
  counter-reset: number;
  margin-left:0;
  padding-left:0;
}
.rte ol.no_2 li  {
  position: relative;
  padding-left: 40px;
  margin-left:0;
}
.rte ol.no_2 li::before {
  counter-increment: number;
  content: '（' counter(number) '）';
  position: absolute;
  left: 0;
}


#calender h2 , #top_about h2 , #top_gift h2 , #top_award h2 , #top_media h2 , #recently-viewed-header h2 {
  font-size: calc(var(--font-heading-scale) * 3rem);
  font-weight:600;
}

/*　商品説明　*/

  .product_detail {
    max-width:1200px;
    padding:20px;
    margin:0 auto 20px;
  }

.product_detail .product__description h2 {
  font-size: calc(var(--font-heading-scale)* 3rem);
  font-weight:bold;
}

.product_detail .product__description h3 {
  font-size: calc(var(--font-heading-scale)* 2.4rem);
  font-weight:bold;
}

.product_detail .product__description h4 {
  font-size: calc(var(--font-heading-scale)* 1.8rem);
  font-weight:bold;
  margin-bottom:0;
}

.product_detail .product__description ul , .product_detail .product__description ol {
 margin-left:1em; 
}

.product_detail .product__description p {
  margin-bottom:30px;
}

.product_detail .product__description table {
  width:100%;
  max-width:800px;
  border-collapse:  collapse;
  margin:0 auto 40px;
}



.product_detail .product__description table th {
  width:14rem;
  background-color:#F9F3EC;
  vertical-align:top;
}


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

  .product_detail .product__description h2 {
    font-size: calc(var(--font-heading-scale)* 2.4rem);
  }

  .product_detail .product__description h3 {
    font-size: calc(var(--font-heading-scale)* 1.8rem);
  }

  .product_detail .product__description h4 {
    font-size: calc(var(--font-heading-scale)* 1.4rem);
  }

  .product_detail .product__description table th , .product_detail .product__description table td {
    width:100%;
    display:block;
  }
  
}



main  {
  overflow:hidden;
}


a {
  outline-color: transparent;
}

a:link, a:visited {
  color: #333;
  text-decoration: none;award
  font-weight: 600;
}

a:focus , a:hover , a:active {
  color: #333;
  text-decoration:underline;
}

 
.link_more , #index .collection__view-all {
text-align: right;
width: 100%;
max-width: 1200px;
margin-top:30px;
position: relative;
}

.link_more a , #index .collection__view-all a {
border-bottom: 1px solid #333;
padding-bottom:10px;
padding-right:180px;
}

.link_more::before , #index .collection__view-all::before {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0px;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background: #fdd23d;
}
 
.link_more::after , #index .collection__view-all::after { 
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 9px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transform: rotate(45deg);
}


.button {
  font-weight:600;
  padding:5px 100px;
  background-color: #fdd23d;
  color:#000;
  border: none;
}

.button:hover {
  color:#000;
}


@media only screen and (max-width:750px) {
  .button {
    padding:5px 20px;
    width:100%;
  }

  .btn_wrap {
    padding:1rem 2rem 0;
  }
  
}

.sm_only {
    display:none;
    }

.pc_only {
    display:block;
    }

.section_wrap {
    margin-bottom:40px;
    padding:0 20px;
}

h2 br , h3 br , h4 br {
  display:none;
}


#top_page h2 {
font-size:3.5rem;
font-weight: 600;
}

.slick-slider .slide-arrow {
width: 50px;
height:50px;
background-color: #f03847;
position: absolute;
top:0;
bottom:0;
border-radius: 50%;
z-index:1;
margin:auto;
cursor: pointer;
}

.slick-slider .prev-arrow {
left:-15px;  
}

.slick-slider .next-arrow {
right:-15px;
}

.slick-slider .next-arrow::after { /* くの字の表示設定 */
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
}

.slick-slider .prev-arrow::after { /* くの字の表示設定 */
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 20px;
  width: 10px;
  height: 10px;
  border-bottom: 3px solid #fff;
  border-left: 3px solid #fff;
  transform: rotate(45deg);
}

.slick-slider button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
}


/* dots */

.slick-dots{
  bottom:-50px;
}
.slick-dots li {
 margin: 0 4px; 
  width: 30px;
  height: 3px;
  background-color:#ffffff;
}

slick-dots li button {
 height: 1.5px;
}

.slick-dots li button:before {
  content:'';
  width: 30px;
  height: 3px;
  background: #fff;
  opacity: 1;
}
.slick-dots li.slick-active button:before{
  background: #ff3333;
}

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

h2 br , h3 br , h4 br {
  display:block;
}

  
#top_page h2  {
font-size:3rem;
}

}


.col_2{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.col_2 > *{
    width: calc( 50% - 10px ) ;
    margin-bottom: 40px;
}
.col_2 > *:nth-child(2n){

}
.col_2 > * > *{
    position: relative;
    overflow: hidden
}


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

    .sm_only {
    display:block;
    }

    .pc_only {
    display:none;
    }

    .col_2 {
    justify-content:center;
    }

    .col_2 > *{
        width: 100%;
    }
}

/* TOPのスライドショー */

div:has(.slick01){
  background-image:url('//anthreefarm.com/cdn/shop/files/bg_index_01.png?v=6507231913349663905');
  background-repeat: no-repeat;
  background-size:cover;
  background-position: bottom;
  padding-bottom:100px;
  padding-top:60px;
}

.slick01 {
  margin:0 auto;
}

.slick01 img {
  width:100%;
  max-width:800px;
  padding:0 20px;
}

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


    div:has(.slick01){
      padding-bottom:80px;
      padding-top:30px;
    }

    .slick01 img {
      width:100%;
      padding:0px;
    }

    }

/* お知らせ */

  #section-news-list .news-list-wrap {
    display:flex;
    justify-content: space-between;
    align-items: center;
  }

  #section-news-list .news-list-heading{
    flex-basis:300px;
    text-align:center;
  }

    #section-news-list .news-list-heading h2 {
      font-size:2.5rem;
      position: relative;
    }

     #section-news-list .news-list-heading h2::after {
      content: "NEWS";
      position: absolute;
      top:4rem;
      font-size:1.5rem;
      color:#f03847;
      left: 50%;
       transform: translateX(-50%);
       font-family: Jost,sans-serif;
     }
  
  #section-news-list .container{
    max-width: 1200px;
    margin: 0 auto;
    padding: 55px 50px 0;
  }
  #section-news-list .news-list{
     flex-grow: 1;
      border-left:1px solid #333;
  }
  #section-news-list .news-list-item{
    list-style: none; 
    border-bottom:1px solid #ccc;
  }
  #section-news-list .news-list-item>a{
    display: flex;
    align-items: center;
    padding: 20px;
  }
  #section-news-list .news-list-item:last-child{
    border-bottom: none;
  }
  #section-news-list .news-list-date{
    font-size: 1.6rem;
    line-height:120%;
    margin-right: 15px;
    color:#8fc320;
    font-family: Jost,sans-serif;
  }
  #section-news-list .news-list-category{
    font-size: 10px;
    color: #fff;
    background: #000;
    padding: 5px;
    margin-right: 15px;
  }
  #section-news-list .news-list-info{
    position: relative;
  }
  #section-news-list .news-list-title{
    font-size: 1.6rem;
    line-height:120%;
    margin-bottom: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
  }
  @media screen and (max-width: 768px){

      #section-news-list .news-list-wrap {
      display:block;
      }

    #section-news-list .news-list-heading{
    flex-basis:auto;
    width:100%;
    text-align:center;
  }

  #section-news-list .news-list{
      border-left:none;
      padding-left:0;
  }
    
    #section-news-list .container{
      padding: 0 20px;
    }
    #section-news-list .news-list-item>a{
      display: block;
      padding: 15px;
    }
    #section-news-list .news-list-info{
      margin-bottom: 5px;
    }
  }



/* 商品一覧 */

.collection .card__inner {
  aspect-ratio: 4 / 3;
}

.collection_text h3 {
  font-size: calc(var(--font-heading-scale)* 2.4rem);
    font-weight: bold;
    border-bottom: 4px double #BB9F4C;
    padding-bottom: 8px;
    margin-bottom: 20px;
    margin-top: 0px;
}

.collection_text .block2 {
  margin:30px 0 40px;
}

/*AWARD*/

#top_award {
  background-color: #f8f8f8;
  padding:80px 15px 20px;
}

.slick02 {
  margin:0 auto;
  width:100%;
  max-width:1200px;
  text-align:center;
}

.slick02 .award_slide {
margin:0 10px; 
  text-align:center;
}

.slick02 img {
  text-align:center;
  width:100%;
  max-width:300px;
}

#top_award h2 {
    font-weight: 600;
    margin: 0 auto 50px;
    text-align: center;
}

#top_award h2 strong {
    color:#8fc320;
}


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

.slick-slider .prev-arrow {
left:5px;  
}

.slick-slider .next-arrow {
right:5px;
}
  
}
 
/* 贈答品 */

#top_gift {
  width:100%;
  background-image: url(/cdn/shop/files/gift_bg.jpg?v=1728281202);
  background-attachment: local;
  background-size: 100%;
  background-repeat: no-repeat;
  background-color:#000;
  padding:340px 20px 40px;
}

#top_gift h2 {
  margin: 0 auto 50px;
  color:#fff;
}
#top_gift h2 strong {
  color: #fdd23d;
}

#top_gift .multicolumn-card content-container {
  position: relative;
}

#top_gift .multicolumn-card__info {
  position: absolute;
  left: -10px;
  top: -50px;
}

#top_gift .multicolumn-card__info h3 {
  writing-mode: vertical-rl;
  display: inline-box;
  background-color: #029e96;
  color: #fff;
  padding: 10px 0;
  font-size: 24px;
  font-weight: 600;
}

#top_gift .multicolumn-list__item:nth-child(even){
  margin-top:30px;
}

#top_gift .multicolumn-list__item:nth-child(even) h3 {
  background-color: #8fc320;
}

@media only screen and (max-width:1100px) {
  #top_gift {
    padding-top:280px;
  }
}
  

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

  #top_gift {
    padding-top:220px;
  }
    
  #top_gift .multicolumn-card {
    max-width:35vw;
    text-align:center;
    margin:0 auto 30px;
  }

  #top_gift .multicolumn-card__info h3 {
    font-size: 20px;
  }

}

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

#top_gift {
  background-image: url(/cdn/shop/files/gift_bg_sm.jpg?v=1721103422);
  padding-top: 300px;
  padding-bottom:40px;
  background-color: #000;
}

  #top_gift .multicolumn-card__info h3 {
    font-size: 16px;
  }

}

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

    #top_gift {
        padding-top: 200px;
    }

  }

/* カレンダー */

#top_about {
background-image: url(/cdn/shop/files/bg_about.jpg?v=1721093714);
  padding-top: 100px;
  background-size: 100%;
  background-repeat: no-repeat;
  text-align: center;
  background-color: #f9f3ec;
  padding-bottom:40px;
}

#top_about h2 {
  margin: 0 auto 40px;
}

#top_about h2 strong {
    color:#8fc320;
}

#top_about #calender {
background-color: rgba(255,255,255,0.7);
padding:40px;
text-align: center;
width: 90%;
max-width: 1100px;
margin:40px auto 50px;
border-radius: 20px;
}

#top_about #calender img {
width:100%;
max-width: 959px;
}

#top_about #calender h2 strong {
    color:#f03847;
}

#top_about .button {
    padding: 5px 100px;
}

#bn_fruits_wrap {
  max-width:880px;
  margin:0 auto;
}

.bn_fruits {
  display: flex;
  align-items: center;
  background-color: #fff;
  max-width: 420px;
}

.bn_fruits p {
    text-align: center;
    font-weight: 600;
    width: 100%;
    font-size:20px;
}

#bn_fruits_wrap a  {
    color:#000;
    text-decoration: none;
    text-decoration-line: none;
    display:block;
  	position:relative;
    overflow:hidden;
 　 transition: all 0.3s ease 0.2s;
}

#bn_fruits_wrap a:hover {
	transform: translateY(-0.1875em);
}


/* ラベル部分 右下に表示 */

#bn_fruits_wrap .bn_fruits::before {
    content: "";
    bottom: 0;
    right: 0;
    border-top: 30px solid transparent;    
    position: absolute;
    z-index: 100;
}

#bn_fruits_wrap a:nth-of-type(1) .bn_fruits::before {
  border-right: 30px solid #f03847;
}

#bn_fruits_wrap a:nth-of-type(2) .bn_fruits::before {
  border-right: 30px solid #fd6888;
}
  
#bn_fruits_wrap a:nth-of-type(3) .bn_fruits::before {
  border-right: 30px solid #8fc320;
}

#bn_fruits_wrap a:nth-of-type(4) .bn_fruits::before {
  border-right: 30px solid #f39800;
}






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

    #top_about {
    background-image: url(/cdn/shop/files/bg_calender_sm.jpg?v=1721100313);
    padding-top: 100px;
    }

    #top_about #calender h2 strong {
    display: block;
    }

    #top_about #calender {
    width: 100%;
    background-color: rgba(255,255,255,0.7);
    padding:30px;
    text-align: center;
    margin:40px auto 50px;
    border-radius: 0;
    }

    #top_about #calender img {
        width:100%;
    }

      .bn_fruits {
        max-width: 650px;
    }

}

/* 安心安全 */

#quality {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-sizing: border-box; 
    margin-bottom:40px;
}


#quality > div {
width: 50%;
text-align: center;
padding:60px 15px;
box-sizing: inherit;
background-image: url(/cdn/shop/files/bg_quality.png?v=1721111746);
background-repeat:repeat;
color:#fff;
}

#quality > div:last-of-type {
background-image: url(/cdn/shop/files/bg_eco.png?v=1721111746);
}

#quality h3 {
font-weight: 600;
font-size:3.5rem;
margin-bottom:40px;
color:#fff;
margin-top:0;
}

#quality p {
margin-bottom:40px;
}

.eco_point {
text-align: center;
}

.eco_point div {
display: inline-block;
border:1px solid #fdd23d;
padding:8px 5px;
width:13em;
text-align: center;
border-radius: 5px;
color:#fdd23d;
font-weight: 600;
}


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

#quality > div {
width:100%;
}

#quality p {
text-align: left;
}

  #quality h3 {
font-size:2.5rem;
  }

  .eco_point div {
    font-size:12px;
  }

}


/*TOPブログ2カラム」*/

.malti_blog {
    max-width:1100px;
    margin:0 auto 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.malti_blog > div {
width:45%;
margin-bottom:40px;
}

.malti_blog .list_wrap dt {
color:#8fc320;
font-family: Jost,sans-serif;
}

.malti_blog .news_col dl .list_wrap {
display: flex;
flex-wrap: nowrap;
margin-bottom:6px;
padding-bottom:6px;
}

.malti_blog .news_col dl .list_wrap dt {
margin-right:20px;
  min-width:110px;
}

.malti_blog dl .list_wrap dd {
margin-left:0px;
}


.malti_blog .shop-blog_col dl  {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.malti_blog .shop-blog_col dl .list_wrap {
width:45%;
  margin-bottom:20px;
}

.malti_blog .shop-blog_col dl .list_wrap img {
  object-fit: cover;
  aspect-ratio: 61 / 43;
  width:100%;
}

.malti_blog .shop-blog_col dl dt {
margin-bottom:10px;
}

.malti_blog .list-category {
display: inline-block;
padding:0px 5px;
background-color: #f03847;
font-size: 11px;
color:#fff;
margin-right:5px;
}

.malti_blog h2 {
margin-bottom:40px;
padding-left:25px;
position: relative;
font-weight:600;
font-size: calc(var(--font-heading-scale) * 3rem);
}

.malti_blog h2::before {
  content: "";
  position: absolute;
  margin: auto;
  top: 1rem;
  left: 0px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #f03847;
}

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

.malti_blog {
padding:0 20px;
}

}

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

.malti_blog {
padding:0 20px;
}

.malti_blog > div {
width:100%;
}

.malti_blog .news_col dl .list_wrap {
display: flex;
flex-direction: column;
flex-wrap: wrap;
margin-bottom:6px;
padding-bottom:6px;
}

}



/*TOPメディア情報*/

#top_media {
background-image: url(/cdn/shop/files/bg_media.png?v=1721784817);
background-repeat:repeat;
padding:30px 40px;
margin:0 0 60px;
}

#top_media h2 {
margin-bottom:20px;
position: relative;
text-align: center;
}

#top_media .slick-track { 
  display: flex;
}

#top_media .section_wrap {
width: 100%;
max-width: 1100px;
margin:0 auto;
height: auto；
}


#top_media .slick-slide {
  height: auto !important;
}

#top_media h2::before {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #f39800;
}

#top_media h2::after {
  content: "MEDIA";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 30px;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight:500;
  font-style: normal;
  color:#f39800;
}


#top_media h2 strong {
color:#8fc320;
}

#top_media .slide_blog {
background-color: #fff;
padding:20px;
margin:20px;
}

#top_media dt {
color:#f03847;
font-weight: bold;
text-align: center;
}

#top_media dd {
margin-left:0;
}


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

  #top_media {
    padding:40px 15px 30px;
  }
  
  
  #top_media h2::before {
    top:  -2.8em;
    bottom: 0;
    left: 33%;
  }
  
  #top_media h2::after {
    content: "MEDIA";
    top: -1.5em;
    bottom: 0;
    left: 40%;
    font-size:26px;
  }

  #top_media .slick-slider .prev-arrow {
  left:-30px;  
  }
  
  #top_media .slick-slider .next-arrow {
  right:-30px;
  }
  
}

/*閲覧履歴*/

#recently-viewed-header {
max-width:1200px;
margin:0 auto;
width:100%;
}

#recently-viewed-header,#recently-viewed-products {
padding:0 15px;
}

#recently-viewed-header h2 {
margin-bottom:40px;
padding-left:25px;
position: relative;
}
#recently-viewed-header h2::before {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0px;
  width: 15px; 
  height: 15px; 
  border-radius: 50%; 
  background: #f03847;
}

#recently-viewed-products {
max-width:1200px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin:0 auto;
row-gap: 30px;
}

#recently-viewed-products .grid_item {
width:100%;
max-width:23%;
  overfllow:hidden;
}

#recently-viewed-products .grid_item:hover {
  transform: translateY(-5px);
}

#recently-viewed-products .grid_item img {
  object-fit: cover;
  aspect-ratio: 61 / 43;
  width:100%;
  border-radius:1rem 1rem 0 0;
}
  
#recently-viewed-products .grid_item .details {
  padding:15px;
}

#recently-viewed-products .grid_item .grid-view-item__title {
  font-size:1.6rem;
  font-weight: bold;
}

#recently-viewed-products .grid_item .products {
  background-color:#F3F3F3;
  height:100%;
  border-radius: 0 0 1rem 1rem;
}

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

#recently-viewed-products {
justify-content: space-between;
}

#recently-viewed-products .grid_item {
max-width: 45%;
}


}


/*　商品一覧　*/

.collection__title {
  position:relative;
  padding-bottom:20px;
}

.collection__title h2 {
  text-align:center;
  line-height:100%;
  font-weight:600;
}

.collection__description {
  color:#f03847;
  font-weight:600;
  font-family: Jost,sans-serif;
  font-size:3.5rem;
  padding-left:30px;
  position: absolute;
  top:0;
  left:10%;
  line-height:100%;
}

.collection__description:before {
    content: "";
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #f03847;
}

.collection__title h2 strong {
  color:#8fc320;
}

.collection .card__content {
  padding: 0;
}

.collection .card__information {
  padding: 0rem;
  display: flex;
  flex-direction: column;
}

.collection .card__information .card__heading {
  font-size:1.8rem;
  padding: 1.3rem 1rem 0;
  font-weight:600;
}

.collection .item-description {
  padding:0 1rem 1rem;
}

.collection .item-description p {
  maring:0;
  padding:0;
}

.collection .card__information .card-information {
  background-color:#8fc320;
  font-weight:bold;  
  margin-top: auto;
  padding:0.7rem 1.3rem 1rem;
  border-radius: 0 0 1rem 1rem;
  position:relative;
}

.collection .card__information .card-information:before {
    content: "";
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 15px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
}

.collection .card-information>.price {
  color:#fff;
  font-size:1.8rem;
}

@media only screen and (max-width:768px) {
  
  .collection .card__information {
  padding:0;
  }

   .collection .grid {
    row-gap:30px;
   }

  .collection__description {
  position: absolute;
  top:-1.5em;
  left:20px;
  font-size:2.8rem;
  }

  .collection .card__information .card-information:before {
      content: "";
      position: absolute;
      margin: auto;
      top: 0;
      bottom: 0;
      right: 15px;
      width: 10px;
      height: 10px;
      border-top: 2px solid #fff;
      border-right: 2px solid #fff;
      transform: rotate(45deg);
  }
  
}


/* フッター */

  .footer__blocks-wrapper {
    display: grid;
    grid-template-columns: 350px repeat(3, 1fr);
    grid-template-rows: repeat(3, min-content);
    grid-column-gap: 15px;
    grid-row-gap: 5px;
  }

  .footer-block:nth-of-type(1){
    grid-area: 1 / 1 / 2 / 2;
    width:100%;
  }

  .footer-block:nth-of-type(2){
    grid-area: 2 / 1 / 3 / 2;
    width:100%;
  }

    .footer-block:nth-of-type(3){
    grid-area: 3 / 1 / 4 / 2;
    width:100%;
  }

    .footer-block:nth-of-type(4){
    grid-area: 1 / 2 / 4 / 3;
      width:100%;
  }

    .footer-block:nth-of-type(5){
    grid-area: 1 / 3 / 4 / 4;
      width:100%;
  }

   .footer-block:nth-of-type(6){
    grid-area: 1 / 4 / 4 / 5; 
     width:100%;
   }



  .footer-block__details-content .list-menu__item--link {
    font-weight:bold;
  }

    .footer-block:nth-of-type(5) ul li:nth-of-type(n+2) .list-menu__item--link {
    font-weight:normal;
  }

  .footer-block:nth-of-type(5) ul li:nth-of-type(n+2) .list-menu__item--link::before {
    content:"－";
  }


  @media only screen and (max-width:768px) {
    .footer__blocks-wrapper {
      display: block;
      text-align:center;
    }

    .footer-block ul .list-menu__item  {
    justify-content: center;   
    }

    footer .footer-block__brand-info .footer__list-social.list-social {
    justify-content: center;
    }
    
  }

/*　固定ページ　*/


/*バナー画像の縦サイズ調整*/

.banner--small:not(.banner--adapt) {
    min-height: 24rem;
}
  
@media screen and (min-width: 750px) {
   #MainContent .banner--small:not(.banner--adapt) {
        min-height: 30rem;
    }
  #MainContent .banner--small:not(.banner--adapt) .h1 {
    font-size: calc(var(--font-heading-scale)* 4rem);
    }
  
}

/*　わたしたちについて　*/

/* ポイント */

.point_block {
  width:100%;
  max-width:1200px;
  margin:0 auto 60px;
  padding-top:40px;
}
  
.point_block h3 {
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    color: #fff;
    font-size: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #8fc320;
    font-weight: bolder;
}

.point_block h2{
	font-size: calc(var(--font-heading-scale)* 3.5rem);
    margin-bottom: 40px;
    font-weight: 600;
	text-align: center;
}
.point_block ul{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 70px auto 0;
}
.point_block ul li {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	align-items: center;
	gap:40px;
	margin-bottom: 50px;
}
.point_block ul li p{
	width: 50%;
}
.point_block ul li img {
	width: 33%;
	margin: 0 auto;
}

@media screen and (max-width: 1140px) {
	.point_block ul li p {
	width: calc(100% - 160px);
	}
	.point_block ul li img {
		width: 100%;
		padding-top: 15px;
}
}

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

	.point_block h2 {
		font-size: calc(var(--font-heading-scale)* 3rem);
		margin-bottom: 20px;
    	line-height: 1.6;
	}
	.point_block ul {
		margin: 0 auto;
        padding:0 20px;
	}
	.point_block ul li {      
		gap:10px;
	}
	.point_block ul li p {
    width: calc(100% - 110px);
    font-size: 15px;
  }
}

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

    .point_block ul li {
      justify-content: center;
    }

  .point_block h3 {
    margin-bottom:0;
  }
  
	.point_block ul li p{
		width: 100%;
      margin-bottom:0;
	}
}


  

/*　商品ページ　*/


@media only screen and (min-width: 750px) {
    body.product h1, .h1 {
        font-size: calc(var(--font-heading-scale)* 3rem);
    }
}

/*お問い合わせ*/

  #contact .contact__button {
    text-align:center;
  }

  #contact .text-area {
    min-height: 25rem;
    resize: none;
}

  /*会社概要*/

  #company .page-width--narrow {
    max-width: 1200px;
    width:100%;
    margin:0 auto;
    padding: 0 5rem;
  }

  #company h1 {
    font-size: 32px;
  }

  #company table {
    width:100%;
    margin-bottom:80px;
  }

  #company table th {
    width:25%;
    background-color:#f4f4f4;
  } 

  #company table td {
    width:75%;
  }

#company main {
  padding-bottom:60px;
}
  
@media only screen and (max-width: 750px) {
  
    #company .page-width--narrow {
        padding: 0 20px;
    }

    #company table tr {
      width: 100%;
      display: grid;
    }

    #company table th {
      width:100%;
    }

    #company table td {
    width:100%;
    }
}


/*その他ページ*/

 #law table {
    width:100%;
    margin-bottom:80px;
  }

  #law table th {
    width:35%;
    background-color:#f4f4f4;
  } 

  #law table td {
    width:65%;
  }

  #law table td table {
    margin-bottom:0;
    border-collapse: collapse;
  }

    #law table td table td {
      width:50%;
    }
  

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

    #law table {
      margin-bottom:0px;
    }
  
      #law table tr {
      width: 100%;
      display: grid;
    }

    #law table th {
      width:100%;
    }

    #law table td {
    width:100%;
    }

    #law table td table tr {
      display: table;
    }

  #law table td table th , #law table td table td {
    width:50%;
  }

  
}



/*ご利用ガイド*/
  
#customer_info ul li a {
  display: flex;
  align-items: center;
  justify-content:center;
  cursor: pointer;
  font-weight:600;
  background-color: #fdd23d;
  color:#000;
  border: none;
  text-align: center;
  width:80%;
  min-height: calc(4.5rem + var(--buttons-border-width)* 2);
  border-radius: 100vh;
  transition: 0.5s;
  margin:20px auto 0;
}

#customer_info ul li a.link:hover {
  border:1px solid #000;
}

@media only screen and (max-width:750px) {
  #customer_info ul li a.link {
    padding:5px 20px;
    width:90%;
  }
}


/*ブログ記事*/

.article-template .page-width--narrow {
    padding: 0px 5rem;
}

.article-template .caption-with-letter-spacing {
    display:block;
    font-size: 1.4rem;
    letter-spacing: .16rem;
    padding:15px 0 0 3px; 
}

.article-template .caption-with-letter-spacing time {
    color: #8fc320;
    font-family: Jost,sans-serif;
}

.article-template .article-template__content {
  color: rgba( 0, 0, 0, 1.0);
}

.article-template .article-template__content img {
  max-width:100%;
}
  
.article-template .article-template__content h3 {
    font-size: 28px;
    font-weight: bold;
    border-bottom: 4px double #BB9F4C;
    padding-bottom: 8px;
    margin-bottom: 40px;
    margin-top:40px;
}

  .article-template .article-template__content h4 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
    margin-top:40px;
    padding-left:23px;
    position:relative;
}

  .article-template .article-template__content h4::before {
    content: "";
    position: absolute;
    margin: auto;
    top: 1rem;
    left: 0px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #f03847;
}

  .article-template .article-template__content h5 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
    margin-top:40px;
  }
  
.article-template .article-template__content a {
    position:relative;
    padding-left:25px;
    padding-bottom:5px;
    text-decoration: underline;
    } 

.article-template .article-template__content a::before {
    content: "";
    position: absolute;
    margin: auto;
    top: 0.5rem;
    left: 0px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fdd23d;
}

.article-template .article-template__content a::after {
    content: "";
    position: absolute;
    margin: auto;
    top: 1.1rem;
    left: 7px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    transform: rotate(45deg);
}

 .article-template .article-template__content table td:nth-child(odd) {
   white-space: nowrap;
 }

  .article-template .rte ul {
    padding-left: 2rem;
}
  .article-template .rte ol {
    padding-left: 1rem;
}

.product__view-details {
  text-align: end;
  }

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

    .article-template .article-template__content h3 {
    font-size: 20px;
    }

      .article-template .article-template__content h4 {
    font-size: 18px;
      }

      .article-template .article-template__content h4::before {
    top:0.5rem;
      }

    .article-template .article-template__content a::before {
    top:0.4rem;
    }

    .article-template .article-template__content a::after {
    top:1.1rem;
    }

      .article-template .article-template__content h5 {
    font-size: 18px;
      }

    .article-template .page-width--narrow {
        padding: 0px 2rem;
    }
    
  }


#other main {
  padding-bottom:60px;
}

/*TOPのランキング*/

#shopify-section-template--15515047821389__featured_collection_mnywGJ .collection {
  padding: 80px;
  background-image: url("/cdn/shop/files/bg-img_1.png?v=1716222807");
  background-size: cover;
}

  
@media only screen and (max-width: 768px) {
  #shopify-section-template--15515047821389__featured_collection_mnywGJ .collection {
    padding: 80px 0; 
}
}

#shopify-section-template--15515047821389__featured_collection_mnywGJ ul li {
  position:relative;
  counter-increment: count;
}

#shopify-section-template--15515047821389__featured_collection_mnywGJ ul li::after {
  content : counter(count);
  font-size:20px;
  color:#fff;
  font-family: "Jost", sans-serif;
  font-weight:bold;
  position: absolute;
  left: 5px;
  top:-15px;
  --r: .8em; /* control the cutout */  
  border-inline: .5em solid #0000;
  padding: .3em .8em calc(var(--r) + .1em);
  clip-path: polygon(0 0,100% 0,100% 100%,calc(100% - .5em) 100%,50% calc(100% - var(--r)),.5em 100%,0 100%);
  background:
   radial-gradient(50% .2em at top,#99232d,#0000) border-box,
   #F03847 padding-box; /* the color  */
  width: fit-content;
}

 
