#header .header-inner h1{display:none;}
@media (max-width: 768px) {#header .header-top{margin-top: 0;}
.button-hamburger {top: 3px;}}

.s_cheese, .s_cheese02{
  display: none;
}
.shipping_a,.shipping_b,.shipping_c,.shipping_d,.shipping_e,.shipping_f,.limited,.shipping,.noshi,.normal,.chilled,.frozen {
  display: none;
}

#box_recommend {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.box_recommend {
  width: 48%;
}
#box_recommend img{
  width: 125px;
  float: left;
  margin-right: 15px;
}
#box_recommend .item_detail {
  font-size: 0.8em;
  padding: 2px 0;
  width: calc(100% - 150px);
  float: right;
}
.box_recommend {
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
}
.box_recommend:last-child {
  border-bottom: none
}
#box_recommend .recommend_price {
  margin: 5px 0;
  font-weight: bold;
  color: #c1143a;
  text-align: left;
}
#box_recommend .recommend_name {
  font-weight: bold;
}
.reviewlist_datas {
  overflow: hidden;
  zoom: 1;
  margin-bottom: 10px;
}
.icon_star {
  float: left;
  width: 150px;
  overflow: hidden;
}
.icon_star img {
  max-width: inherit;
}
.review_poster li {
  float: left;
  margin-left: 10px;
}
.reviewlist {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
.reviewlist:last-child {
  border-bottom: none
}
h2.recommend_item{
  border: 1px solid #ddd;
  background: #fafafa;
  padding: 15px;
  width: 100%;
}
.review_ttl,
.shopcomment_ttl {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
.review_img {
  float: right;
  margin: 0 0 10px 10px
}
.reviewlist_content {
  overflow: hidden;
  zoom: 1;
}
.shopcomment {
  margin-top: 10px;
  margin-bottom: 10px;
  background: #eee;
  padding: 15px;
  border-radius: 6px;
}
.p-product-body__linkto-cart {
  font-size: 19px;
  font-weight: normal;
  line-height: 22px;
  display: block;
  box-sizing: border-box;
  max-width: 300px;
  margin: auto;
  margin-bottom: 30px;
  padding: 20px;
  cursor: pointer;
  transition: .2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  color: #fff;
  border: 0;
  border-radius: 4px;
  background: #f6cdcd;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.p-product-body__linkto-cart:hover,
.p-product-body__linkto-cart:focus {
  outline: none;
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .2);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
}

@media (max-width: 768px) {
#box_recommend {
  display: block;
}
.box_recommend {
  width: 100%;
}
.p-product-body__linkto-cart_lp {
  font-size: 14px;
  max-width: 300px;
  padding: 15px;
}
.add_cart {
  width: 100%;
}
.product_images {
  max-width: 100%;
  float: none;
  }
.zoom-small-image {
  max-width: 100%;
}
a.cloud-zoom-gallery {
  margin: 0;
  padding: 5px 5px 5px 0;
  width: 31.5%;
  height: 31.8%;
}
a.cloud-zoom-gallery:nth-child(3n) {
  padding-right: 0;
}

.icon_star {
  float: none;
  margin-bottom: 10px;
}
}

@media (max-width: 768px) {
.item_box {
  margin: 0 0 10px 0;
  padding: 0 5px;
  width: 47.2%;
}
}
.zoom-section {
  margin-bottom: 20px;
}


@media (min-width: 769px) {
.product_images {
  padding-left: 30px;
}
.zoom-section {
  margin-bottom: 10px;
}
.cloud-zoom {
  margin-right: 30px;
}
table.table {
  margin: 20px auto;
  width: 80%;
  text-align: left;
}
table.table thead{
  background-color: #f5f5f5;
}
table.table thead th{
  padding: 5px 10px;
}
table.table tbody th{
  width: 20%;
  padding: 5px 10px;
}
table.table tbody td{
  width: 80%;
}
}
@media (max-width: 768px) {
table.table {
  width: 100%;
}
table.table tbody th{
  width: 38%;
}
table.table tbody td{
  width: 62%;
}
}
.zoom-desc .add_cart{
  width: 420px;
  float: right;
}
.zoom-desc table.add_cart_table th,
.zoom-desc table.add_cart_table td{
  font-size: 14px;
  padding: 2px 4px;
}
.zoom-desc table.add_cart_table td strong.price{
  font-size: 22px;
  color: #c1143a;
}


/* 動くカート */
#fixed_cart{
  position: fixed;
  bottom: 20px;
  right: 20px;
  border: 1px solid #ddd;
  background: #fff;
  z-index: 10000;
  padding: 20px;
  max-width: 400px;
}
#fixed_cart .price{
  color: #c1143a;
}
#fixed_cart .btn-primary{
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  display: block;
  padding: 10px 0;
}

@media screen and  (max-width: 768px){
  #fixed_cart{
    width: calc(100vw - 20px);
    bottom: 10px;
    right: 10px;
    left: 10px;
    padding: 10px;
    box-sizing: border-box;
    z-index: 10000;
  }
  #fixed_cart .price{
    font-weight: bold;
  }
  #fixed_cart .add_cart{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0;
  }
  #fixed_cart .btn-primary{
    width: 100%;
    padding: 10px;
  }
  #fixed_cart .add_cart__title{
    width: 75%;
    font-size: 12px;
  }
  #fixed_cart .add_cart__title .title{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  white-space: normal;
  overflow: hidden;
  }

  .zoom-desc .add_cart{
    width: 100%;

  }
h2.recommend_item{
    box-sizing: border-box;
  }
}


.move-banner{
  margin-bottom: 50px;
  margin-top: 50px;
}

.shpt_attn {
  text-align: center;
  margin-bottom: 20px;
  margin-top: -10px;
}

/* 特定商取引法リンク */
.other_link_area {
  margin: 0;
  padding: 0;
}
.share {
  display: flex;
}
.share li {
  overflow: hidden;
  width: 100px;
}


/* ************************************************
*  商品詳細ページ 配送・サービス案内 アイコン
* ************************************************ */
.markarea {
  padding:  5px;
  margin: 5px;
}
.mark {
  width: 50px;
  height: 50px;
  text-align: center;
  padding: 0.2em 0 0 0.2em;
  color: #FFF;
  float: left;
  margin: 0 5px 5px 5px;
  border-radius: 3px;
}
.mark span {
  line-height: 1.6;
  letter-spacing : 0.4em;
}
.limited {
  background-color: #a7c382;
}
.shipping {
  background-color: #e36274;
}
.noshi {
  background-color: #e39a62;
}
.normal {
  background-color: #c0e362;
}
.chilled {
  background-color: #62dee3;
}
.frozen {
  background-color: #627de3;
}
.shippingmark {
  width: 50px;
  height: 50px;
  text-align: center;
  padding: 0;
  color: #FFF;
  float: left;
  margin: 0 5px 10px 5px;
  border-radius: 3px;
  background-color: #67a538;
  font-size: 0.5em;
}
.marklarge {
  font-size: 4em;
  line-height: 0.5;
}
.markarea p {
  font-weight: bold;
}

/* お気に入りボタン */
.product__fav-item {
  position: relative;
}

.product__fav-item button {
  padding: 0;
  cursor: pointer;
  transition: .2s;
  color: #999;
  border: 0;
  outline: none;
  background: transparent;
}

.product__fav-item .fav-items {
  color: #ff7373;
}

.product__fav-item svg {
  width: 20px;
  height: 20px;
  vertical-align: -.35em;
  fill: currentColor;
}

.product__fav-item .favo__text {
  position: absolute;
  top: 0px;
  left: 25px;
  color: #333;
}

/* ************************************************
*  商品詳細ページ 注意・案内
* ************************************************ */

.product_info {
  background-color: #fbfbe9;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 20px;
}
.product_info span{
  display: block;
  margin: 10px 0;
  color: red;
}

.product_info a{
  text-decoration: underline;
}

.product_info dt{
  float: left;
	 padding: 0 10px 0 0;
    width: 20%;
  margin: auto;
}
.product_info dd{
	 padding: 2.5px;
}
@media (max-width: 768px) {
.product_info dt{
  float: none;
    width: 50%;
}
}
/* 20231101 よく一緒に購入されている商品 */

#box_together .together_list{
  display: flex;
}

#box_together .item_box {
	padding: 0 15px 0 5px;
	width: 33.3%;
}

#box_together .item_detail {
	margin: 0 0 10px 0;
}
@media (max-width: 768px) {
#box_together .together_list .item_price{
    font-size: 0.8em;
}
}
/* 20240220 SPトップへ */

.to-top{
  display: none;
}
@media (max-width: 768px) {
  .to-top{
	display: block;
    text-decoration: underline;
    font-size: 12px;
    margin-bottom: 5px;
  }
}

/* 20240315 セット商品セット内容 */
.item_group {
  width: 95%; 
  padding: 0;
  margin: 10px auto 30px;
}
.item_group ul li{
    width:100%;
    font-feature-settings: "palt" 1;
    display: flex;
    margin-bottom:10px;
}
 
.item_group .item_group_img {
    width: 30%;
    text-align: center;
}
 
.item_group img {
    width:100%;
    vertical-align:bottom;
}
 
.item_group .more_btn {
    background: #f5f5f5;
    padding: 10px 0;
    border-radius: 0 0 10px 10px;
}

.item_group .item_group_text {
    width:70%;
    margin: 0 0 20px 20px;
    vertical-align: top;
  }

.item_group h3 {
    font-size: 1.1em;
    line-height:1.3;
    margin:10px 0 ;
}
.item_group_sub dl {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    border: 1px solid #ccc;
    border-bottom: none;
    margin:0;
    font-size: 0.9em;
}
.item_group_sub dt{
    display: flex;
    align-items: center;
    padding: 5px 10px;
    width: 20%;
    background: #f5f5f5;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.item_group_sub dd{
    padding: 5px 10px;
    width: calc(100% - 20%);
    border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
.item_group ul li{
     display: block;
    width:100%;
}
.item_group .item_group_img {
    width: 100%;
}
.item_group .item_group_text {
    margin: 0 0 30px 0;
    width: 100%;
}
.item_group_sub {
    width:100%;
}
.item_group_sub dt{
    width: 100%;
justify-content: center;
    border-right: none;
}
.item_group_sub dd{
    width: 100%;
}
  
.item_group02 {
  display: grid;
  width: fit-content;
  column-gap: 2em;
  grid-template-columns: repeat(2, auto);
}

}

/* 20240426 定期購入「注意事項 / よくある質問」 */
.regular_purchase {
  display: none;
}









/* 20240426 商品画像 slider */
.p-product {
  margin-bottom: 90px;
}
/* form */
.p-product select {
  box-sizing: border-box;
  padding: 5px;
  height: 40px;
  border: 1px solid #bfbfbf;
  font-size: 16px;
}
.p-product input[type=text] {
  box-sizing: border-box;
  padding: 5px;
  height: 40px;
  border: 1px solid #bfbfbf;
  font-size: 16px;
}
.p-product-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-product-main {
    display: block;
  }
}
.p-product-img,.p-product-info {
  width: 47%;
}
@media screen and (max-width: 768px) {
.p-product-img {
    width: 95%;
    margin: 0 auto 45px;
  }
.p-product-info {
  width: 95%;
  margin: auto;
}
}
.p-product-img__main {
  text-align: center;
}

.p-product-img__main-item {
  position: relative;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-product-img__main-item {
    text-align: center;
  }
}
.p-product-img__main-item:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.p-product-img__main-item a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-product-img__main-item img {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100% !important;
  max-width: 100%;
  max-height: 100%;
  text-align: center;
}
.p-product-thumb-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .p-product-thumb-list {
    margin-left: 0;
    margin-right: 0;
  }
}
.p-product-thumb-list__item {
  box-sizing: border-box;
  margin-bottom: 8px;
  padding: 0 5px;
  box-sizing: border-box;
  width: 20%;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.p-product-thumb-list__item:hover, .p-product-thumb-list__item.is-current {
  opacity: 0.7;
  cursor: pointer;
}
.p-product-thumb-list__img {
  /* overflow用 */
  position: relative;
  text-align: center;
}
.p-product-thumb-list__img:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.p-product-thumb-list__img img {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: auto !important;
  max-width: 100%;
  max-height: 100%;
  text-align: center;
}
.p-product-img__main .slick-track {
  margin-left: 0;
  margin-right: 0;
}
.p-product-img__main .slick-prev, .p-product-img__main .slick-next {
  top: 50%;
  width: 30px;
  height: 30px;
  transition: all 0.4s ease;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-product-img__main .slick-prev, .p-product-img__main .slick-next {
    width: 45px;
    height: 45px;
  }
}
.p-product-img__main .slick-prev:before, .p-product-img__main .slick-next:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 10px;
  width: 15px;
  height: 15px;
  border-left: 1px solid #000000;
  border-top: 1px solid #000000;
  transition: all 0.4s ease;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-product-img__main .slick-prev:before, .p-product-img__main .slick-next:before {
    top: 15px;
  }
}
.p-product-img__main .slick-prev {
  left: 15px;
}
@media screen and (max-width: 768px) {
  .p-product-img__main .slick-prev {
    left: 0px;
  }
}
.p-product-img__main .slick-prev:before {
  transform: rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .p-product-img__main .slick-prev:before {
    left: 17px;
  }
}
.p-product-img__main .slick-next {
  right: 15px;
}
@media screen and (max-width: 768px) {
  .p-product-img__main .slick-next {
    right: 0px;
  }
}
.p-product-img__main .slick-next:before {
  left: 4px;
  transform: rotate(135deg);
}
@media screen and (max-width: 768px) {
  .p-product-img__main .slick-next:before {
    left: 13px;
  }
}

.related .product-list__fav-items{
  display: none;
}

.related .item_box .item_detail{
  margin-top: 0;
}

.related .item_box{
  padding: 0 10px 0 10px;
}

.item_bottombox  {
  margin-bottom: 40px;
}

/* 20241023 会員限定商品ページ案内更新 */
.attention {
    background: #FBFBE9;
    padding: 15px 15px 25px;
}
.attention .title{
  color: #AD0000;
    margin-bottom: 10px;
}
.attention a {
  text-decoration: underline;
}
.attention ul {
    display: flex;
    width: 100%;
    height: 100%;
    margin-top: 10px;
    justify-content: center;
}
.attention ul li {
    width: 24.5%;
    padding: 10px;
}
.attention ul li:nth-child(2n) {
    background: #E9FBFB;
}
.attention ul li:nth-child(2n-1) {
    background: #FBE9FB;
}
.attention ul li div:first-child {
    position: relative;
}
.circle_icon {
    position: relative;
    width: 180px;
    margin-right: 2%;
    border-radius: 50%;
    overflow: hidden; 
    height: 180px;
    background: #fff;
    margin-bottom: 15px;
}
.circle_icon_title {
    position: absolute;
    font-size: 16px;
    line-height: 1.3;
    z-index: 3;
    top: 75%;
    margin-top: -2vw;
    text-align: center;
    width: 100%;
  font-weight: bold;
}
@media (max-width: 1100px) {
.attention ul {
    display: block;
}
.attention ul li {
    width: 100%;
    display: flex;
    align-items: center;
}
.circle_icon {
    height: auto;
    width: 100%;
}
.attention ul li div {
    width: 100%;
}
.attention ul li div:first-child {
    width: 50%;
    margin-right: 15px;
}
.circle_icon {
    margin-bottom: 0;
}
.circle_icon_title {
    font-size: 2.5vw;
    top: 63%;
}
}
@media (max-width: 550px) {
.attention li div:first-child {
    width: 100%;
}
.circle_icon_title {
    top: 57%;
    margin-top: 0;
}
}




.item_recipe_head {
    margin: 45px 0;
    font-size: 2em;
    text-align: center;
}
ul.item_recipe {
    display: flex;
  margin: auto;
        overflow-x: auto;
white-space: nowrap;
        width: 100%;
  flex-wrap: nowrap;
  margin-bottom: 25px;
}
ul.item_recipe li {
    position: relative;
    padding: 0 0.5rem 1.2rem;
}

ul.item_recipe li img {
  width: 300px;
  height: 240px;
  object-fit: cover;
}

ul.item_recipe li p {
white-space: normal;
  width: 300px;
  margin-top: 15px;
}
a.more {
    text-align: right;
}

@media (max-width: 1100px) {
.item_recipe_head {
    font-size: 1.5em;
  }
ul.item_recipe li img {
  width: 150px;
  height: 120px;
}
ul.item_recipe li p {
  width: 150px;
}
}

/* 20250122 ご案内・ご注意 */
.markarea h3 {
  font-size: 15px;
  text-align : initial;
}
.markarea .attention {
  background-color: #f7eded;
  border: 1px solid #e9cfcf;
  padding: 15px 20px;
  margin: 0 0 20px 0;
}
.markarea .normal_guide h3:after {
  white-space: pre;
  content:"\A※開封後はお早めにお召し上がり下さい。";
  font-weight: normal;
}
.markarea .chilled_guide h3:after {
  white-space: pre;
  content:"\A※10℃以下で保存してください。\A※常温での保存はできません。\A※開封後はお早めにお召し上がり下さい。";
  font-weight: normal;
}
.markarea .frozen_guide h3:after {
  white-space: pre;
  content:"\A※冷凍品のため、冷蔵品・常温品との同梱ができません。\A　冷蔵品・常温品をあわせてご購入の場合、分けてご注文いただきますようお願いいたします。\A※冷凍で保存してください。\A※解凍後、開封後はお早めにお召し上がり下さい。";
  font-weight: normal;
}

@media (max-width: 768px) {
.markarea .normal_guide h3:after {
  white-space: pre-wrap;
}
.markarea .chilled_guide h3:after {
  white-space: pre-wrap;
}
.markarea .frozen_guide h3:after {
  white-space: pre-wrap;
}
}

.for-sp_ire {
  display: none;
  }
@media screen and  (max-width: 768px){
.for-pc_ire {
  display: none;
  }
.for-sp_ire {
  display: block;
  }
}
