@charset "utf-8";
/* CSS Document */
/*--------------------
STORIES
特集用
--------------------*/
.st-mainBox._md .sp_view {
  display: none;
}
.st-mainBox._md {
  padding-bottom: 20px;
  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;
}
.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;
}
.st-mainBox._md .st-namebox__title {
  border-bottom: 0;
  padding: 30px 20px 50px;
}
.st-mainBox._md .NewsItemList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 0 60px;
}
.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: 100%;
  height: 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;
}
.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;
}
/* 2312style追加 */
.st-mainBox._md .NewsItemList .item .goods span{
  font-weight: bold;
}
.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;
}
.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: 10px 0;
  text-align: justify;
}
.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;
}
.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);
}
.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;
}
.st-mainBox._md1 .NewsItemList .item.flex + .item.flex {
  margin-top: 30px;
  margin-bottom: 40px;
}
.st-mainBox._md1 .NewsItemList .item.flex.re {
  flex-direction: row;
}
.st-mainBox._md1 .NewsItemList .item.flex .desc.img {
  width: calc((100% - 30px ) / 2);
}


.st-mainBox._md1 .NewsItemList .item.flex .desc.w100{
  width: calc(100% / 2 - 30px);
}
.st-mainBox._md1 .NewsItemList .item.flex .news_box {
  width: calc((100% - 30px ) / 2);
  margin-top: 0;
}
/* 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;
}
@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: -29px;
  width: 100%;
}
.st-mainBox._md2 .NewsItemList .item .goods.img_same.right {
  top: -10px;
  left: -10px;
  right: revert;
}
}

/*------
SP
------*/
@media screen and (max-width: 480px) {
  .st-mainBox._md .sp_view {
    display: inherit;
  }
  .st-mainBox._md .inner {
    padding: 10px 20px 0;
    -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: 20px 10px 30px;
  }
  .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;
    line-height: 1.4;
  }


  .st-mainBox._md .NewsItemList .item .goods:nth-of-type(2) {
    /* margin-top: 25px; */
  }
  /* .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._md._md2 .NewsItemList .item .goods .entryNum img {
    width: 70%;
    max-width: 50px;
  }
}
/*今号だけの装飾など*/
.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: 30px 0 30px;
  width: 100%;
  float: none;
  height: auto;
  overflow: hidden;
}
.st-mainBox._md1 .NewsItemList .news_box{
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 30px;
}
.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.img {
  width: 100%;
}
.st-mainBox._md1 .NewsItemList .item .desc img {
  width: 100%;
}
.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;
}
/* .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: 60%;
  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%;
    margin-top: 0;
  }
  .st-mainBox._md .st-namebox__title {
    padding: 20px 20px 0 20px;
  }
  .st-mainBox._md .st-namebox__title h5, .st-mainBox._md .inner h5 {
    padding: 10px 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, .st-mainBox._md1 .NewsItemList .item.flex .desc.img {
    width: 100%;
    float: none;
    padding: 0 0 0;
  }
	.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;
  }
  .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%;
    padding: 0 0 20px;
  }
}


.st-mainBox._md2 .NewsItemList .item {
  position: relative;
  padding-top: 80px;
}
.st-mainBox._md2 .NewsItemList:nth-of-type(2) .item {
  width: 80%;
}
.st-mainBox._md2 .NewsItemList .item .news_box {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin-top: 20px;
  flex-wrap: wrap;
  position: relative;
}
.st-mainBox._md2 .NewsItemList .item .news_box .left {
  width: 60%;
}
/* .st-mainBox._md2 .NewsItemList .item .news_box .right {
  width: 60%;
} */
.st-mainBox._md2 .NewsItemList .item .news_box .desc img:nth-of-type(2) {
  padding-top: 10px;
}
/* .st-mainBox._md2 .NewsItemList .item .desc{
	display: flex;
	align-items: center;
	gap: 30px;
} */
.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 #555;
  top: 0;
  padding: 6px 10px;
  z-index: 100;
  left: 0px;
  outline: none;
  outline-offset: revert; */

  position: absolute;
  color: #000;
  z-index: 100;
  /* display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse; */
}

.st-mainBox._md2 .NewsItemList .item.bg_01 .goods {
  right: -50px;
  top: 50px;
}
.st-mainBox._md2 .NewsItemList .item.bg_02 .goods {
  right: -50px;
  top: 50px;
}
.st-mainBox._md2 .NewsItemList .item.bg_03 .goods {
  right: -50px;
  top: 50px;
}


@media screen and (max-width: 480px) {
  .st-mainBox._md2 .NewsItemList .item.bg_01 .goods,
  .st-mainBox._md2 .NewsItemList .item.bg_02 .goods,
  .st-mainBox._md2 .NewsItemList .item.bg_03 .goods {
    display: flex;
    flex-direction: column;
  }
  .st-mainBox._md2 .NewsItemList .item.bg_01 .goods {
    right: -12px;
    top: -34px;
  }
  .st-mainBox._md2 .NewsItemList .item.bg_02 .goods {
    right: -12px;
    top: -34px;
  }
  .st-mainBox._md2 .NewsItemList .item.bg_03 .goods {
    right: -12px;
    top: -34px;
  }
}

.st-mainBox._md2 .NewsItemList .item .goods .goods_container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}

.st-mainBox._md2 .NewsItemList .item .goods span.name {
  writing-mode: vertical-rl;
  text-orientation: upright;
  padding: 16px 10px;
  font-weight: bold;
  background: #fff;
  border: 1px solid #000;
}
.st-mainBox._md2 .NewsItemList .item .goods.right{
  left: revert;
  right: 0px;
}
.st-mainBox._md2 .NewsItemList .item .goods .price {
  /* display: block; */
  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.right .price{
  padding: 16px 10px 18px;
}

.st-mainBox._md._md2 .NewsItemList .item .goods .entryNum {
  width: 100%;
  text-align: center;
  display: block;
  background-color: #fff;
  border: 1px solid #000;
  border-bottom: none;
  box-sizing: border-box;
  padding: 10px 5px 5px;
  max-width: 122px;
  margin: 0 auto;
}

/* 価格位置調整 */
/* .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: 20px;
}
.st-mainBox._md2 .NewsItemList .item .news_box .flex .desc{
  width: 40%;
}
.st-mainBox._md2 .NewsItemList .item .news_box .flex .desc.add {
  width: 60%;
}
.st-mainBox._md2 .NewsItemList .item .news_box .flex .desc.add a img{
  width: 100%;
}
.st-mainBox._md._md2 .NewsItemList .item {
  padding: 20px 20px 20px
}
/* .st-mainBox._md._md2 .NewsItemList .item.bg_01 {
  background: url(md2_bg_01.jpg) no-repeat bottom right;
}
.st-mainBox._md._md2 .NewsItemList .item.bg_02 {
  background: url(md2_bg_02.jpg) no-repeat bottom right;
  background-size: 400px;
} */
.st-mainBox._md2 .NewsItemList .item .news_box .flex .desc .img_objfit img{
  width: 100%;
  height: auto;
}


@media screen and (max-width: 480px) {
  .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: 100%;
    padding-top: 0;
  }
  .st-mainBox._md2 .NewsItemList .item .image {
    height: auto;
    margin: 16px 0 0;
  }
  /* .st-mainBox._md2 .NewsItemList .item .goods {
    left: -12px;
    width: 21vw;
    top: 32px;
    padding: 17px 10px;
    font-size: 3vw;
  } */
  .st-mainBox._md2 .NewsItemList .item .goods .price{
    font-size: 3vw;
    padding: 8px 5px;
  }

  .st-mainBox._md2 .NewsItemList .item .goods.right .price {
    padding: 16px 10px 20px;
}
	.st-mainBox._md2 .NewsItemList .item .desc{
		flex-direction: column;
		gap: 10px;
		margin-top: 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%;
  }
  .st-mainBox._md1 .NewsItemList .item .news_box .desc.flex .mdText{
    width: 100%;
  }
  .st-mainBox._md1 .NewsItemList .item .news_box .desc.flex {
    flex-wrap: wrap;
  }
  .st-mainBox._md1 .NewsItemList .item.flex {
    flex-wrap: wrap;
    gap: 0;
    padding: 0 0 30px;
}

.st-mainBox._md1 .NewsItemList .item.flex + .item.flex {
  margin-top: 0;
  margin-bottom: 0;
}

.st-mainBox._md1 .NewsItemList .item.flex .news_box {
  width: 100%;
}
.st-mainBox._md1 .NewsItemList .item .news_box .desc {
  margin-top: 25px;
}
.st-mainBox._md1 .NewsItemList .item .news_box .desc:first-of-type {
  margin-top: 0
}
.st-mainBox._md1 .NewsItemList .item.flex .desc.w100 {
  width: 100%;
}
.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: 100%;
  height: 100%;
}
.st-mainBox._md2 .NewsItemList .item .news_box .flex {
  gap: 10px;
  margin: 0 0 10px;
}
.st-mainBox._md2 .NewsItemList .item .news_box .flex .desc {
  width: calc(100% / 2 - 5px);
}
.st-mainBox._md._md2 .NewsItemList .item {
  padding: 20px 0px 30px;
}
.st-mainBox._md2 .NewsItemList .item .goods span.name {
  font-size: 3vw;
  padding: 8px 5px;
}

.st-mainBox._md2 .NewsItemList .item .news_box .flex .desc.add {
  width: calc(100% / 2 - 5px);
}

.st-mainBox._md._md2 .NewsItemList .item .goods .entryNum {
  padding: 5px 3px 3px;
  margin: 0 auto;
}
.st-mainBox._md2 .NewsItemList .item.bg_02 .goods .entryNum {
  max-width: 73px;
}
}