@charset "UTF-8";

.news .box {
  margin: 30px auto;
}

.news .postlist {
  max-width: 800px;
  margin: 64px auto 48px;
}

.news .postlist .year {
  font-size: 0;
}

.news .postlist .year li {
  display: inline-block;
}

.news .postlist .year li a {
  display: inline-block;
  background: var(--color-gray);
  padding: 6px 11px;
  font-size: 14px;
  color: var(--color-white);
  margin-right: 1px;
}

.news .postlist .year li.current a {
  background: var(--color-blue);
}

.news .postlist .postlist-inner {
  background: var(--color-whitesmoke);
  padding: 10px 10px 1px;
}

.news .postlist .postlist-inner li {
  width: 100%;
  padding: 5px;
  background: var(--color-white);
  border-radius: 8px;
  margin-bottom: 10px;
}

.news .postlist .postlist-inner li a {
  display: block;
  padding: 10px 12px;
}

.news .article-header {
  padding-bottom: 10px;
}
.news .collabo .article-header {
  padding-bottom: 60px;
}

.news .article-header .date {
  text-align: right;
  padding-bottom: 40px;
}

.news .article-header .title {
  text-align: center;
  font-weight: bold;
  line-height: 1.3;
}

.news .article-header .title strong {
  display: block;
  font-size: var(--f28-size);
}

.news .article-header .title span.sub {
  font-size: var(--f16-size);
  color: var(--color-darkgray);
  padding-bottom: 10px;
  display: inline-block;
}

.news .article p {
  margin-bottom: 20px;
}

.news p.article-txt {
  margin-top: 20px;
}

.news .article a {
  text-decoration: underline;
  color: var(--color-lightblue);
}

.news.mondselect .article-header {
  position: relative;
}

.news.mondselect .article-header::after {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  width: 71px;
  height: 116px;
  background: url(../images/news/2019/ico_mond.png) no-repeat left bottom;
}

.news .article {
  position: relative;
  padding-top: 10px;
  width: 100%;
}

.news .collabo .article:before {
  position: absolute;
  display: block;
  background: url(../images/news/collabo_bg_top.png) no-repeat top left;
  content: "";
  width: 100%;
  height: 10px;
  top: 0;
  left: 0;
  background-size: cover;
}

.news .article .img-shop {
  position: relative;
  background: url(../images/news/collabo_bg.png) repeat-y top left;
  padding-bottom: 10px;
  background-size: 100%;
}

.news .article .img-shop:after {
  position: absolute;
  display: block;
  background: var(--color-white) url(../images/news/collabo_bg_bottom.png) no-repeat top left;
  content: "";
  width: 100%;
  height: 10px;
  bottom: 0;
  left: 0;
  background-size: cover;
}

.news .article .img-shop:before {
  position: absolute;
  background: url("../images/news/icon_kansai.png") no-repeat left top;
  background-size: contain;
  content: "";
  width: 34%;
  height: 0;
  padding-top: 20%;
  left: 10px;
  top: -50px;
}

.news .article .img-shop img {
  display: block;
}

.news .article .info-shop {
  position: relative;
  width: 90%;
  margin: 0 5% 4%;
  padding: 10px 15px;
  background-color: var(--color-white);
  font-size: 90%;
}

/* 20221214文一のショップインフォ枠の位置を変える */
.news .article .info-shop.bunichi {
  bottom: 78px;
  right: 125px;
  width: 260px;
  padding: 20px 10px;
}

/* 20240501エム・シーシーのショップインフォ枠の位置を変える */
.news .article .info-shop.mcc {
  right: 160px;
  width: 210px;
}

.news .article .info-shop .tit-shop {
  font-size: 125%;
  font-weight: 600;
  padding-bottom: 6px;
}

.news .article .info-shop dd dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.news .article .info-shop dd dt {
  width: 20%;
}

.news .article .info-shop dd dd {
  width: 74%;
}

/* 20240501エム・シーシー */
.news .article .info-shop.mcc dd dt {
  width: 34%;
}

.news .article .info-shop.mcc dd dd {
  width: 66%;
}

.news .article .info-shop.mcc dd dd a {
  word-break: break-all;
}

.news .article .info-sell dl {
  width: 100%;
  margin-bottom: 20px;
}

.news .article .info-sell dt {
  display: grid;
  justify-content: center;
  align-items: center;
  height: 2.6rem;
  background: var(--color-orange);
  color: var(--color-white);
  font-weight: 500;
}

.news .article .info-sell dd {
  display: grid;
  justify-content: center;
  align-items: center;
  height: 4rem;
  border: solid 1px var(--color-lightgray);
  border-top: 0;
}

.news .article .img-shop.tokai:before {
  background: url("../images/news/icon_tokai.png") no-repeat left top;
  background-size: contain;
}

.news .article .img-shop.kanto:before {
  background: url("../images/news/icon_kanto.png") no-repeat left top;
  background-size: contain;
}

.news .article .img-shop.kansai-tokai:before {
	background: url("../images/news/icon_kansai_tokai.png") no-repeat left top;
	background-size: contain;
  }

button#js-more {
  width: 100%;
  border: none;
  padding: 14px;
  font-size: 16px;
  border-radius: 10px;
  margin-top: 10px;
  background: var(--color-blue);
  color: var(--color-white);
}


/* 20260113 2列画像 */

.news .news_img{
  display:inline-block;
}

.news .news_img.right{
  float:right;
}

.news p.clear:after{
  content:"";
  display:block;
  clear:both;
}

@media (min-width: 768px) and (max-width: 959px) {
    .news .news_img.right{
        margin-top: 16px;
    }
}

/* 375px〜（スマホ＆タブレット用）
---------------------------*/
@media (min-width: 375px) {
  .s_mt10 {
    margin-top: 16px;
  }

  .mt10 {
    margin-top: 16px;
  }

  .news .flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .news .flex .flex_txt {
    width: 100%;
  }

  .news .flex .line_btn_txt {
    font-weight: bold;
  }

  .news .flex .line_btn {
    position: relative;
    background-color: var(--color-green);
    border-radius: 6px;
    color: var(--color-white);
    padding: 10px 16px;
    width: 100%;
    font-weight: bold;
    text-decoration: none;
    display: block;
    font-size: 130%;
    text-align: center;
  }

  .news .flex .line_btn.insta {
    background-color: var(--color-hotpink);
  }

  .news .flex .line_btn:after {
    position: absolute;
    content: "";
    top: 36%;
    right: 6px;
    width: 12px;
    height: 12px;
    border: 8px solid transparent;
    border-left: 10px solid var(--color-white);
  }

  .news .flex .qr_img {
    margin: 16px auto 0;
    text-align: center;
    max-width: 60%;
  }

  .news .flex .insta_img {
    margin: 16px auto 32px;
    text-align: center;
    max-width: 80%;
  }
}

/* 768px〜（スマホ＆タブレット用）
---------------------------*/
@media (min-width: 768px) {
  .s_mt10 {
    margin-top: 0;
  }
	
  .news .flex .insta_img {
    margin: 16px auto 0;
  }

  .news .flex .flex_txt {
    max-width: 58%;
  }

  .news .flex .flex_txt.insta {
    max-width: 51%;
  }

  .news .flex .qr_img,
  .news .flex .insta_img {
    max-width: 20%;
    margin: 0;
  }

  .news .flex .insta_img {
    max-width: 46%;
    padding: 16px 0;
  }
	
  .news .flex .qr_img img,
  .news .flex .insta_img img {
    width: 100%;
  }
}

/* 960px〜（タブレット＆PC用）
---------------------------*/
@media (min-width: 960px) {
  /* ニュース */
  .news .postlist {
    max-width: 960px;
  }

  .news .box {
    max-width: 760px;
    margin: 0 auto;
  }

  .news .postlist .year li a {
    padding: 6px 25px;
    font-size: var(--f18-size);
  }

  .news .postlist .postlist-inner {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 10px 0;
    align-items: stretch;
    justify-content: space-between;
  }

  .news .postlist .postlist-inner li {
    width: 49.4%;
  }

  .news .article-header {
    max-width: 760px;
    margin: 0 auto;
    padding-bottom: 30px;
  }

  .news .article-header .title span.sub {
    font-size: var(--f18-size);
  }

  .news .collabo .article-header {
    padding-bottom: 100px;
  }

  .news .article {
    max-width: 760px;
    margin: 0 auto;
  }

  .news .article .img-shop {
    background-size: contain;
  }

  .news .article .img-shop:before {
    width: 214px;
    height: 124px;
    left: 20px;
    top: -90px;
  }

  .news .article .info-sell {
    display: flex;
  }

  .news .article .info-sell dl {
    width: 245px;
    margin-left: 10px;
    margin-bottom: 0;
  }

  .news .article .info-sell dl.first {
    margin-left: 0;
  }

  .news .article .info-shop {
    padding: 10px 5%;
  }

  .news .article .info-shop dd dt {
    width: 14%;
  }

  .news .article .info-shop dd dd {
    width: 84%;
  }

  .news .article-txt {
    text-indent: 1em;
  }

  #js-more {
    display: none;
  }

  .indent-txt {
    display: inline-block;
    text-indent: 1em;
  }
}
