@charset "utf-8";
/* CSS Document */
/*--------------------
STORIES
特集用
--------------------*/
.st-mainBox._md .sp_view {
  display: none;
}
.st-mainBox._md {
  border-bottom: 1px solid #000;
}
.st-mainBox._md .st-namebox__title h3,
.st-mainBox._md .st-namebox__title h4{
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  z-index: 10;
}
.st-mainBox._md .st-namebox__title h3 span{
  font-size: 17px;
  line-height: 1.6em;
  display: block;
}
.st-mainBox._md .st-namebox__title h4 {
  font-size: 1.6rem;
  line-height: 1.6em;
  margin-top: 20px;

  position: relative;
  z-index: 10;
}
.st-mainBox._md .st-namebox__title {
  border-bottom: 0;
  padding: 30px 20px 0px;
  border: none;
}
.st-mainBox._md .NewsItemList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 0 60px 20px;
}
.st-mainBox._md .NewsItemList .item {
  width: 50%;
  border: none;
  padding: 20px 20px;
  box-sizing: border-box;
}
.st-mainBox._md._md2 .NewsItemList .item {
  width: 100%;
  margin-bottom: 50px;
}
.st-mainBox._md .NewsItemList .item .image, .st-mainBox._md .NewsItemList .item .desc {
  float: none;
  width: 60%;
  height: auto;
  /* margin: 0 auto; */
}
.st-mainBox._md .NewsItemList .item .image {
  border: none;
  /* width: calc(48% - 32px); */
  text-align: center;
}
.st-mainBox._md .NewsItemList .item .name a {
  margin-top: 20px;
  font-size: 1.4rem;
  font-weight: bold;
  text-decoration: underline;
  color: #000;
}
.st-mainBox._md .NewsItemList .item .goods {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.6em;
  /* margin: 0px 0 10px; */
  min-height: 36px;
  font-family: "Noto Sans JP", sans-serif;
}
/* 2411style追加 */
.st-mainBox._md .NewsItemList .item .goods span{
  font-weight: normal;
  display: block;
  font-size: 13px;
}
.st-mainBox._md .NewsItemList .item .goods ruby rb {
  /* font-weight: bold; */
}
.st-mainBox._md .NewsItemList .item .desc .price {
  /* font-weight: bold; */
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
}
.st-mainBox._md .NewsItemList .item .desc .tax {
  font-size: 80%;
  margin-left: .3em;
}
.st-mainBox._md .NewsItemList .item .desc .goodscomment {
  font-size: 14px;
  line-height: 1.6em;
  padding: 0 0 5px;
  color: #000;
}
.st-mainBox._md .NewsItemList .item .desc .goodscomment._byStaff {
  padding: 0 1em;
  margin: 0.7em 0;
  border: 1px solid #000;
  border-width: 0 1px;
}
.st-mainBox._md .NewsItemList .attention {
  font-size: 1.2rem;
  line-height: 1.6;
  margin: 20px 0;
}
.st-mainBox__subtitle {
  font-size: 150%;
  padding: 1em 0 1em;
  margin: 0 0 1em;
  font-family: "EB Garamond", serif;
  font-weight: bold;
  letter-spacing: 0.2em;
  width: 100%;
  text-align: center;
}
._md2 .st-mainBox__subtitle {
  padding-bottom: 0;
  margin: 1em 0;
}
.st-mainBox__subtitle span {
  font-weight: bold;
}
.st-mainBox__subtitle span::before, .st-mainBox__subtitle span::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  margin: 0 1em;
  background: #000;
  vertical-align: bottom;
  transform: rotate(45deg);
}
.st-mainBox__subtitle::after {
  margin-left: .8em;
}
/* 2403追加 */
.st-mainBox._md .inner .right h5{
  text-align: right;
  padding: 0 10px 20px 0px;
}
.st-mainBox .sub_ttl{
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  font-size: 3.0rem;
  line-height: 1.1em;
  letter-spacing: .05em;
  width: 100%;
  position: relative;
}

.st-mainBox._md1 .NewsItemList .news_box.w50{
  width: calc(50% - 0px);
}
.st-mainBox._md1 .NewsItemList .news_box.w50 .desc:last-child{
  width: 100%;
}
.st-mainBox._md1 .NewsItemList .item .news_box.w50 .desc.w100 {
  width: 100%;
  text-align: left;
}

/* 2410 画像とtext横並び */
.st-mainBox._md1 .NewsItemList .item .news_box .desc.flex{
  display: flex;
  gap: 30px;
  width: 100%;
  padding: 30px 0 0;
}
.st-mainBox._md1 .NewsItemList .item .news_box .desc.flex.re{
  flex-direction: row-reverse;
}
.st-mainBox._md1 .NewsItemList .item .news_box .desc.flex img{
  width: calc(100% / 2 - 30px);
  height: 470px;
  object-fit: contain;
}
.st-mainBox._md1 .NewsItemList .item .news_box .desc.flex .mdText{
  width: calc(100% / 2 - 30px);
}
.st-mainBox._md1 .NewsItemList .item.flex{
  display: flex;
  gap: 30px;
  width: 100%;
  padding: 30px 0 0;
  flex-direction: row-reverse;
  color: #fff;
}
.st-mainBox._md1 .NewsItemList .item.flex.none{
  flex-direction: revert;
}
.st-mainBox._md1 .NewsItemList .item.flex .desc.w100{
  width: calc(100% / 2 - 30px);
}
.st-mainBox._md1 .NewsItemList .item.flex .news_box {
  width: calc(100% / 2 - 30px);
}
/* 2405 追加 */
.st-mainBox._md2 .NewsItemList .item .flex_gourmet{
  display: flex;
  gap: 30px;
  padding: 10px 0 0;
}
.st-mainBox._md._md2 .NewsItemList .item .flex_gourmet .desc .goodscomment{
  padding: 0;
}
/* 2412 追加背景など */
#md1.st-mainBox._md{
  /* background: linear-gradient(323deg, rgb(114, 74, 109) 0%, rgb(47, 67, 99) 55%); */
}
#md1 h2.st-mainBox__title{
  /* color: #fff; */
  padding: 20px 0 0;
  border-bottom: 1px solid #000;
}
#md1.st-mainBox._md .st-namebox__title h3{
  color: #000;
}
#md1.st-mainBox._md .st-namebox__title h4{
  color: #000;
}
#md1.st-mainBox._md .NewsItemList .item .goods{
  color: #000;
}
#md1.st-mainBox._md .NewsItemList .attention{
  color: #000;
}
#md2.st-mainBox._md .NewsItemList .attention{
  color: #000;
}
#md2.st-mainBox._md2{
  /* background: linear-gradient(0deg, rgba(254,236,210,1) 0%, rgba(255,255,255,1) 25%, rgba(255,255,255,1) 75%, rgba(254,236,210,1) 100%); */
  background-image: url(bg_md2_top.png), url(bg_md2_bottom.png);
  background-position: top, bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 480px) {
  #md2.st-mainBox._md2{
    background-size: auto;
  }
}

#md2.st-mainBox._md .st-namebox__title h3,
#md2.st-mainBox._md .st-namebox__title h4{
  color: #000;
}
#md2.st-mainBox._md .NewsItemList .item .desc .goodscomment{
  color: #000;
}
#md2.st-mainBox._md .NewsItemList .item .desc .goodscomment span{
  display: block;
  font-size: 12px;
}
#md2.st-mainBox._md .NewsItemList .item .name a{
  color: #000
}

#md2.st-mainBox._md .NewsItemList .item .desc .remark {
  font-size: 12px;
}

@media screen and (max-width: 480px) {
  .st-mainBox._md .st-namebox__title h3 span{
    font-size: 13px;
  }
  .st-mainBox._md2 .NewsItemList .item .flex_gourmet{
    flex-wrap: wrap;
  }
  .st-mainBox._md2 .NewsItemList .item .flex_gourmet .right{
    width: 100%;
  }
  /* .st-mainBox._md2 .NewsItemList .item .goods.ttl{
    position: revert;
    width: 100%;
    writing-mode: revert;
    text-orientation: revert;
    box-sizing: border-box;
  } */
  /* .st-mainBox._md2 .NewsItemList .item .priceitem{
    color: #fff;
    background: #000;
    padding: 6px 10px;
    box-sizing: border-box;
  } */
  .st-mainBox._md._md2 .NewsItemList .item.add{
    margin-bottom: 0px;
    padding-top: 0px;
  }
  /* .st-mainBox._md2 .NewsItemList .item.add .image{
    margin: 0 0 20px;
  } */
  .st-mainBox .sub_ttl::before {
    font-size: 16px;
    width: 100px;
    height: 35px;
    top: 7px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.st-mainBox .sub_ttl.ic_e.right::before,
.st-mainBox .sub_ttl.ic_g::before,
.st-mainBox .sub_ttl.ic_c.right::before {
  right: revert;
  left: 0;
}
.st-mainBox._md2 .NewsItemList .item .goods.img_same {
  writing-mode: revert;
  text-orientation: revert;
  width: auto;
  top: -4%;
}
.st-mainBox._md2 .NewsItemList .item .goods.img_same .price.position {
  bottom: -48px;
  height: auto;
  left: -1px;
  width: auto;
}
.st-mainBox._md2 .NewsItemList .item .goods.img_same.right .price.position {
  left: 0px;
  bottom: -47px;
  width: 100%;
  padding: 10px;
}
.st-mainBox._md2 .NewsItemList .item .goods.img_same.right {
  top: 218px;
  left: revert;
  right: -14px;
  display: block;
  border: none;
}
}

/*------
SP
------*/
@media screen and (max-width: 480px) {
  .st-mainBox._md .sp_view {
    display: inherit;
  }
  .st-mainBox._md .inner {
    padding: 10px 20px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: none;
    min-width: 0;
    width: auto;
  }
  .st-mainBox._md .st-namebox__title {
    padding: 20px;
  }
  .st-mainBox._md .st-namebox__title h4 {
    font-size: 3.5vw;
  }
  .st-mainBox._md .NewsItemList {
    padding: 0;
  }
  .st-mainBox._md .NewsItemList .item {
    width: 100%;
    padding: 0;
  }
  .st-mainBox._md .NewsItemList .item .image.img_objfit img {
    max-height: none;
  }
  .st-mainBox._md .NewsItemList .item .desc {
    position: relative;
  }
  .st-mainBox._md .NewsItemList .item .goods {
    font-size: 3.75vw;
    min-height: auto;
    margin-top: 0;
  }
  .st-mainBox._md .NewsItemList .item .name {
    margin-top: 10px;
    clear: both;
  }
  .st-mainBox._md .NewsItemList .item .name a {
    font-size: 3.75vw;
  }
  .st-mainBox._md .NewsItemList .item .desc .price {
    font-size: 3.75vw;
    overflow: visible;
    text-overflow: unset;
    white-space: normal;
  }
}
/*今号だけの装飾など*/
.st-mainBox._md1 .NewsItemList .item.w100 .image.img_objfit span {
  position: absolute;
  font-size: 22px;
  letter-spacing: .5px;
  line-height: 1.5;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
}
.st-mainBox._md1 .NewsItemList .item {
  padding: 0 0 30px;
  width: 100%;
  float: none;
  height: auto;
  overflow: hidden;
}
.st-mainBox._md1 .NewsItemList .news_box{
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.st-mainBox._md1 .NewsItemList .news_box .image{
  text-align: center;
}
.st-mainBox._md1 .NewsItemList .news_box .image.christmas_item{
  text-align: center;
  width: calc(65% - 20px);
}
.st-mainBox._md1 .NewsItemList .news_box .image img{
  /* max-width: 960px; */
}
.st-mainBox._md1 .NewsItemList .item .desc {
  width: calc(50% - 20px);
  height: auto;
/*  float: left;*/
  /* padding: 20px 10px 0; */
}
.st-mainBox._md1 .NewsItemList .item .desc.w_10{
  width: 100%;
}
.st-mainBox._md1 .NewsItemList .item .desc.christmas_text {
  width: calc(35% - 20px);
}
.st-mainBox._md1 .NewsItemList .item .desc.right {
  float: right;
}
.st-mainBox._md1 .NewsItemList .item .desc .name{
margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
.st-mainBox._md1 .NewsItemList .item {
  padding-top: 0;

}
.st-mainBox._md1 .NewsItemList .item .image,
.st-mainBox._md1 .NewsItemList .item .desc {
  width: 100%;
  float: none;
  padding: 0 0 10px;
}
.st-mainBox._md1 .NewsItemList .item .desc .name{
  margin: 0;
}
}
.st-mainBox._md .st-namebox__title h5, .st-mainBox._md .inner h5 {
  text-align: center;
  font-size: 2.2rem;
  padding-top: 40px;
  color: #000;
}
/* .st-mainBox._md .inner h5 {
  width: 100%;
  color: #3d8d60;
  text-align: left;
  padding: 0 0 20px 160px;
  box-sizing: border-box;
} */
/* .st-mainBox._md1 .NewsItemList .item .news_box {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 20px;
  padding: 20px 0;
} */
.st-mainBox._md1 .NewsItemList .desc.w60 {
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  padding: 30px 0;
  margin: 0 auto;
}
/* .st-mainBox._md1 .NewsItemList .desc.w60 img{
  width: 60%;
} */
/* .st-mainBox._md1 .NewsItemList .item.w100 .image.img_objfit{
	position: relative;
}
.st-mainBox._md1 .NewsItemList .item.w100 .image.img_objfit span{
	font-size: 22px;
  letter-spacing: .5px;
  line-height: 1.5;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
}
.st-mainBox._md1 .NewsItemList .item.w100 .image.img_objfit span.v-write{
	-ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
	border-top: none;
	border-bottom: none;
	padding: 10px 5px;
}
.st-mainBox._md1 .NewsItemList .item.w100:first-of-type .image.img_objfit span{
  top: -1.5em;
  left: 20px;
}
.st-mainBox._md1 .NewsItemList .item.w100:nth-of-type(2) .image.img_objfit span{
    bottom: 70px;
    left: -1.5em;
}
.st-mainBox._md1 .NewsItemList .item.w100:nth-of-type(3) .image.img_objfit span{
  top: 70px;
  right: -1.5em;
}
.st-mainBox._md1 .NewsItemList .item.w100:last-of-type .image.img_objfit span{
	bottom: 70px;
  left: -1.5em;
}
.st-mainBox._md1 .NewsItemList .item.w100 .desc {
  width: calc(50% - 20px);
  height: auto;
}
.st-mainBox._md1 .NewsItemList .item .desc .name {
  margin-bottom: 20px;
}
.st-mainBox._md1 .NewsItemList .item .image img {
  object-fit: contain;
} */
.st-mainBox._md1 .NewsItemList .item.w100:first-of-type .image.img_objfit span{
  top: 3.5em;
  left: 20px;
}
/* グルメ横表示 */
/*afterlunch*/
.st-mainBox._md2 .NewsItemList .item.w100 h5 {
  font-size: 26px;
  letter-spacing: .5px;
  line-height: 1.5;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  position: absolute;
  top: -20px;
  left: calc(50% - 3em);
  padding: 0;
}
.st-mainBox._md._md2 .NewsItemList .item.color{
  background-color: #f2ddd4;
}
/* .st-mainBox._md._md2 .NewsItemList .item .desc .goodscomment{
  padding: 10px;
} */
.st-mainBox._md1 .NewsItemList .item .width_box {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 20px;
  padding: 20px 0;
}
.st-mainBox._md .NewsItemList .item .img_left{
  width: 300px;
  border: none;
  text-align: center;
  margin: 30px 0 0;
}
.st-mainBox._md .NewsItemList .drink{
  width: 15%;
  position: absolute;
  bottom: 0px;
  left: 50%;
}
.st-mainBox._md .NewsItemList .drink img{
  /* animation: poyopoyo 2s ease-out infinite; */
}
/* @keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1.0);
  }
  50%, 70% {
    transform: scale(0.95);
  }
} */

@media screen and (max-width: 480px) {
  .st-mainBox._md1 .NewsItemList .item .news_box{
    display: block;
    width: 100%;
  }
  .st-mainBox._md .st-namebox__title {
    padding: 20px 20px 0 20px;
  }
  .st-mainBox._md .st-namebox__title h5, .st-mainBox._md .inner h5 {
    padding: 30px 0 20px 0px;
    box-sizing: border-box;
  }
  .st-mainBox._md .inner .right h5 {
    text-align: left;
    padding: 0px 0 20px 117px;
  }
  .st-mainBox._md1 .NewsItemList .item {
    padding-top: 0px
  }
  .st-mainBox._md1 .NewsItemList .item .image, .st-mainBox._md1 .NewsItemList .item .desc {
    width: 100%;
    float: none;
    padding: 0 0 40px;
  }
	.st-mainBox._md1 .NewsItemList .item.w100 .image.img_objfit span{
		padding: 2px 5px;
		font-size: 14px;
		letter-spacing: 0px;
	}
	.st-mainBox._md1 .NewsItemList .item.w100 .image.img_objfit span.v-write{
		padding: 5px 2px;
	}
	.st-mainBox._md1 .NewsItemList .item.w100:first-of-type .image.img_objfit span{
		top: 10px;
		left: 10px;
	}
	.st-mainBox._md1 .NewsItemList .item.w100:nth-of-type(2) .image.img_objfit span{
		top: 10px;
		left: 5px;
	}
	.st-mainBox._md1 .NewsItemList .item.w100:last-of-type .image.img_objfit span{
		bottom: 20px;
		right: 10px;
	}
  .st-mainBox._md1 .NewsItemList .item.w100 .desc {
    width: 100%;
    /* width: calc(50% - 10px); */
    /* padding: 0 10px 40px 0; */
  }
  .st-mainBox._md1 .NewsItemList .item.w100 .desc:nth-child(1){
    padding: 20px 0 0;
  }
  .st-mainBox._md1 .NewsItemList .item.w100 .desc:nth-child(3),
  .st-mainBox._md1 .NewsItemList .item.w100 .desc:nth-child(6),
  .st-mainBox._md1 .NewsItemList .item.w100 .desc:nth-child(8),
  .st-mainBox._md1 .NewsItemList .item.w100 .desc:nth-child(11),
  .st-mainBox._md1 .NewsItemList .item.w100 .desc:nth-child(13),
  .st-mainBox._md1 .NewsItemList .item.w100 .desc:nth-child(16),
  .st-mainBox._md1 .NewsItemList .item.w100 .desc:nth-child(18),
  .st-mainBox._md1 .NewsItemList .item.w100 .desc:nth-child(21),
  .st-mainBox._md1 .NewsItemList .item.w100 .desc:nth-child(23),
  .st-mainBox._md1 .NewsItemList .item.w100 .desc:nth-child(25),
  .st-mainBox._md1 .NewsItemList .item.w100 .desc:nth-child(26),
  .st-mainBox._md1 .NewsItemList .item.w100 .desc:nth-child(28),
  .st-mainBox._md1 .NewsItemList .item.w100 .desc:nth-child(31)    {
    padding: 0;
  }
  .st-mainBox._md1 .NewsItemList .item.w100 .desc:nth-child(2),
  .st-mainBox._md1 .NewsItemList .item.w100 .desc:nth-child(4),
  .st-mainBox._md1 .NewsItemList .item.w100 .desc:nth-child(7),
  .st-mainBox._md1 .NewsItemList .item.w100 .desc:nth-child(9),
  .st-mainBox._md1 .NewsItemList .item.w100 .desc:nth-child(12),
  .st-mainBox._md1 .NewsItemList .item.w100 .desc:nth-child(14),
  .st-mainBox._md1 .NewsItemList .item.w100 .desc:nth-child(17),
  .st-mainBox._md1 .NewsItemList .item.w100 .desc:nth-child(19),
  .st-mainBox._md1 .NewsItemList .item.w100 .desc:nth-child(22),
  .st-mainBox._md1 .NewsItemList .item.w100 .desc:nth-child(24),
  .st-mainBox._md1 .NewsItemList .item.w100 .desc:nth-child(27),
  .st-mainBox._md1 .NewsItemList .item.w100 .desc:nth-child(29) ,
  .st-mainBox._md1 .NewsItemList .item.w100 .desc:nth-child(32)    {
    padding: 12px 0px 48px 0;
  }
  .st-mainBox._md1 .NewsItemList .item .desc .name {
    margin: 0;
    padding: 0 0 30px;
  }
  .st-mainBox._md .NewsItemList .item .img_left {
    width: 70%;
  }
  .st-mainBox._md2 .NewsItemList .item.w100 .image.img_objfit span{
    top: -25px;
    left: 29%;
  }
  .st-mainBox._md .NewsItemList .drink{
    width: 32%;
    top: 2%;
    left: 70%;
  }
  .st-mainBox._md1 .NewsItemList .desc img{
    width: 100%;
  }
}
/* .st-mainBox._md2#md2 .st-namebox__title,
.st-mainBox._md2 .bg_md2{
  background: #f1ede2;
  border: none;
} */
.st-mainBox._md2#md2 .st-mainBox__title{
  border-bottom: 1px solid #000;
  /* background: #fff; */
  overflow: hidden;
  position: relative;
  z-index: 10;
  padding: 40px 0 0;
  color: #000;
  margin: 0;
}
.st-mainBox._md2 .NewsItemList .item {
  position: relative;
}
.st-mainBox._md2 .NewsItemList:nth-of-type(2) .item {
  width: 80%;
}
.st-mainBox._md2 .NewsItemList .item .news_box {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  margin-top: 20px;
  flex-wrap: wrap;
}
.st-mainBox._md2 .NewsItemList .item .news_box .desc img:nth-of-type(2) {
  padding-top: 10px;
}
.st-mainBox._md2 .NewsItemList .item .desc .image{
	width: 45%;
}
.st-mainBox._md2 .NewsItemList .item .desc .image img:first-of-type{
	padding-bottom: 15px;
}
.st-mainBox._md2 .NewsItemList .item .desc .text{
	width: 100%;
}
.st-mainBox._md2 .NewsItemList .item p.imge{
  width: 35%;
}
.st-mainBox._md2 .NewsItemList .item .goods {
  /* display: block; */
  /* position: absolute;
  background: #fff;
  width: 315px;
  border: 1px solid #e35230;
  top: 70px;
  padding: 6px 10px;
  z-index: 100;
  left: 0px;
  outline: none;
  outline-offset: revert;
  color: #e35230; */

  position: absolute;
  color: #000;
  top: 120px;
  z-index: 100;
  left: 156px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  pointer-events: none;
}
.st-mainBox._md2 .NewsItemList .item .goods p{
  writing-mode: vertical-rl;
  text-orientation: upright;
  padding: 16px 10px;
  font-weight: bold;
  background: #fff;
  border: 1px solid #000;
}
.st-mainBox._md2 .NewsItemList .item:nth-of-type(2) .goods:not(.right){
  top: 124px;
}
.st-mainBox._md2 .NewsItemList .item .goods.right{
  left: revert;
  right: 154px;
}
.st-mainBox._md2 .NewsItemList .item .goods .price {
  /* display: block; */
  /* font-size: 80%;
  line-height: 1.5em;
  color: #fff;
  background: #e35230;
  position: absolute;
  bottom: calc(-1.9em + -7px);
  left: -1px;
  padding: 6px 10px;
  width: calc(100% + 2px);
  box-sizing: border-box; */

  font-size: 80%;
  line-height: 1.5em;
  color: #fff;
  background: #000;
  bottom: calc(-1.9em + 27px);
  padding: 16px 10px;
  box-sizing: border-box;
  writing-mode: vertical-rl;
  text-orientation: upright;
}

/* 価格位置調整 */
/* .st-mainBox._md2 .NewsItemList .item .goods .price.position{
  bottom: calc(-1.9em + -28px);
}
.st-mainBox._md2 .NewsItemList .item .goods .price.position.after{
  bottom: calc(-3.4em + -6px);
}
.st-mainBox._md2 .NewsItemList:nth-of-type(2) .item:nth-of-type(2) .goods .price {
  bottom: -55px;
} */
/* 2410 gourmetMD 画像調整 */
.st-mainBox._md2 .NewsItemList .item .news_box .dish-img{
  width: 100%;
}
.st-mainBox._md2 .NewsItemList .item .news_box .flex {
  display: flex;
  gap: 10px;
  width: 60%;
  /* margin: 0 auto; */
}
.st-mainBox._md2 .NewsItemList .item .news_box .flex .desc{
  width: calc(100% / 2 - 5px);
}
.st-mainBox._md2 .NewsItemList .item .news_box .flex .desc.add a img{
  width: 100%;
}
.st-mainBox._md2 .NewsItemList .item .news_box .flex .desc .img_objfit img{
  width: 100%;
  height: auto;
}
.st-mainBox._md2 .NewsItemList .item .news_box .flex.shop_desc img{
  width: 380px;
}
.st-mainBox._md2 .NewsItemList .item .news_box .flex.shop_desc .text{
  width: 380px;
}

/* 2411オプション */
.st-mainBox._md2 .NewsItemList .item:nth-of-type(3){
  position: relative;
}
.st-mainBox._md2 .NewsItemList .item .xmas{
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: center;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.st-mainBox._md2 .NewsItemList .item .xmas .img{
  position: relative;
}
.st-mainBox._md2 .NewsItemList .item .xmas .img::before{
  position: absolute;
  content: "クリスマス\Aケーキ";
  white-space: pre;
  background: #000;
  color: #fff;
  width: 100px;
  display: flex;
  height: 100px;
  border-radius: 50%;
  align-items: center;
  right: -45px;
  top: -45px;
  z-index: 10;
  justify-content: center;
}
.st-mainBox._md2 .NewsItemList .item .xmas .text{
  width: 380px;
  text-align: left;
}
.st-mainBox._md2 .NewsItemList .item .xmas .text p:nth-of-type(1){
  padding: 10px 0;
}
.st-mainBox._md2 .NewsItemList .item .xmas .text p:nth-of-type(3){
  padding: 10px 0 0;
}

@media screen and (max-width: 480px) {
  .st-mainBox._md2 .NewsItemList .item .goods.right {
    left: revert;
    right: -10px;
  }
  .st-mainBox._md2 .NewsItemList:nth-of-type(2) .item {
    width: 100%;
  }
  .st-mainBox._md2 .NewsItemList .item .news_box {
    display: block;
  }
  .st-mainBox._md2 .NewsItemList .item .news_box .dish-img, .st-mainBox._md2 .NewsItemList .item .news_box .desc {
    width: 100%;
  }
  .st-mainBox._md2 .NewsItemList .item .image, .st-mainBox._md2 .NewsItemList .item .desc {
    width: 85%;
    padding-top: 0;
  }
  .st-mainBox._md2 .NewsItemList .item .image {
    height: auto;
    margin: 16px 0 0;
  }
  .st-mainBox._md2 .NewsItemList .item .image.left{
    margin-left: auto;
  }
  .st-mainBox._md2 .NewsItemList .item .goods {
    left: revert;
    top: 10px;
    font-size: 3.5vw;
    right: 0;
  }
  .st-mainBox._md2 .NewsItemList .item .goods.right{
    right: revert;
    top: -15px;
  }
	.st-mainBox._md2 .NewsItemList .item .desc{
		flex-direction: column;
		gap: 10px;
	}
	.st-mainBox._md2 .NewsItemList .item .desc .image,
	.st-mainBox._md2 .NewsItemList .item .desc .text{
		width: 100%;
	}
  /* .st-mainBox._md2 .NewsItemList .item .news_box .right{
    width: 100%;
  } */
  /* 2312追加 */
  .st-mainBox._md2 .NewsItemList .item p.imge{
    width: calc(100%/2);
  }
  .st-mainBox._md2 .NewsItemList .item .desc.add{
    flex-direction: revert;
  }
  .st-mainBox._md2 .NewsItemList .item .desc.add .text{
    width: 100%;
  }
  .st-mainBox._md._md2 .NewsItemList .item .desc.add  .goodscomment{
    padding: 0;
  }
    /* 2410追加 */
  .st-mainBox._md1 .NewsItemList .item .news_box .desc.flex img{
    width: 100%;
    height: auto;
  }
  .st-mainBox._md1 .NewsItemList .item .news_box .desc.flex .mdText{
    width: 100%;
  }
  .st-mainBox._md1 .NewsItemList .item .news_box .desc.flex {
    flex-wrap: wrap;
    gap: 20px;
    padding: 0;
  }
  .st-mainBox._md1 .NewsItemList .item.flex {
    flex-wrap: wrap;
    padding: 0;
}
.st-mainBox._md1 .NewsItemList .item.flex .news_box {
  width: 100%;
}
.st-mainBox._md1 .NewsItemList .item.flex .desc.w100 {
  width: 100%;
  padding: 0;
}
.st-mainBox._md._md2 .NewsItemList .item.bg_01{
  background-size: 50%;
  margin-bottom: 0px;
}
.st-mainBox._md._md2 .NewsItemList .item.bg_02 {
  background-size: 55%;
}
.st-mainBox._md2 .NewsItemList .item .news_box .flex .desc .img_objfit img{
  width: 50%;
  height: 100%;
}
.st-mainBox._md2 .NewsItemList .item .news_box .flex {
  gap: 10px;
  margin: 10px 0;
  flex-wrap: wrap;
  width: 100%;
  flex-direction: column-reverse;
}
.st-mainBox._md2 .NewsItemList .item .news_box .flex .desc {
  width: 100%;
}
.st-mainBox._md2 .NewsItemList .item .news_box .flex .desc img{
  width: 50%;
}
.st-mainBox._md2#md2 .st-namebox__title::after {
  background: url(md2_bg_03.jpg) no-repeat;
  top: -28px;
  right:-50px;
  width: 200px;
  height: 170px;
  background-size: 200px;
}
.st-mainBox._md2#md2::before {
  background: url(md2_bg_02.jpg) no-repeat;
  bottom: 103px;
  left: revert;
  right: -41px;
  width: 200px;
  height: 232px;
  background-size: 200px;
  transform: scale(-1, 1);
}
.st-mainBox._md2#md2 .st-namebox__title,
.st-mainBox._md2#md2 {
  overflow: hidden;
  border: none;
}
.st-mainBox._md .NewsItemList .attention {
  margin: 0;
}
.st-mainBox._md._md2 .NewsItemList .item{
  margin: 0 0 30px;
}
.st-mainBox._md .NewsItemList .item .goods span {
  font-size: 3vw;
}
.st-mainBox._md#md2 .NewsItemList .item{
  padding: 48px 0px 0;
}
.st-mainBox._md2 .NewsItemList .item:nth-of-type(2) .goods:not(.right) {
  top: 0px;
}
.st-mainBox._md2 .NewsItemList .item .xmas{
  position: revert;
  flex-wrap: wrap;
}
.st-mainBox._md2 .NewsItemList .item .xmas .img::before {
  right: 0;
}
.st-mainBox._md2 .NewsItemList .item .xmas .img {
  width: 100%;
  margin: 54px 0 0;
}
}

/* 2505追加 */
#md2.st-mainBox._md .NewsItemList .item.item1 .goods {
  right: 145px;
  top: 100px;
}
#md2.st-mainBox._md .NewsItemList .item.item2 .goods {
  left: 136px;
  top: 0;
}
#md2.st-mainBox._md .NewsItemList .item.item3 .goods {
  right: 96px;
}

#md2.st-mainBox._md .NewsItemList .item .image_box {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 10px;
}
#md2.st-mainBox._md .NewsItemList .item .image_box .image:first-of-type {
  width: 69%;
}
#md2.st-mainBox._md .NewsItemList .item .image_box .image {
  width: auto;
}

#md2.st-mainBox._md .NewsItemList .item.item2 .news_box {
  align-items: flex-end;
  justify-content: flex-end;
}
#md2.st-mainBox._md .NewsItemList .item.item2 .image_box {
  flex-direction: row-reverse;
}

#md2.st-mainBox._md .NewsItemList .item.item3 .dish-img .image {
  width: 80%;
}

@media screen and (max-width: 480px) {
  #md2.st-mainBox._md .NewsItemList .item.item1 .goods {
    right: 0px;
    top: 30px;
  }
  #md2.st-mainBox._md .NewsItemList .item.item1 .image_box .image:first-of-type {
    width: 70%;
  }
  #md2.st-mainBox._md .NewsItemList .item.item1 .image_box .image {
    width: 30%;
  }

  #md2.st-mainBox._md .NewsItemList .item.item2 .goods {
    left: 0;
    right: auto;
  }
  #md2.st-mainBox._md .NewsItemList .item.item2 .image_box .image:first-of-type {
    width: 75%;
  }
  #md2.st-mainBox._md2 .NewsItemList .item.item2 .news_box .flex .desc:not(.add) {
    display: flex;
    flex-direction: row;
    height: 106px;
  }
  #md2.st-mainBox._md2 .NewsItemList .item.item2 .news_box .flex .desc img {
    width: 100%;
  }
  #md2.st-mainBox._md2 .NewsItemList .item.item2 .news_box .flex .desc .img_objfit:first-of-type {
    width: 50%;
  }
  #md2.st-mainBox._md2 .NewsItemList .item.item2 .news_box .flex .desc .img_objfit {
    width: 50%;
  }
  #md2.st-mainBox._md2 .NewsItemList .item.item2 .news_box .flex .desc .img_objfit a {
    width: 100%;
  }

  #md2.st-mainBox._md#md2 .NewsItemList .item.item3 {
    padding: 0;
  }
  #md2.st-mainBox._md#md2 .NewsItemList .item.item3 .news_box {
    margin-top: 0;
  }
  #md2.st-mainBox._md .NewsItemList .item.item3 .goods {
    right: -10px;
    top: 55px;
  }
  #md2.st-mainBox._md2 .NewsItemList .item.item3 .dish-img .image {
    width: 75%;
    margin-top: 0;
}
}