@charset "UTF-8";
/* ===================================================================
 style info : 特設サイト追記部分
 author     : style.css
=================================================================== */
/*----------------------------------------------------
  全体
----------------------------------------------------*/
/*-------共通箇所*/
body {
  background: none; /* 一旦、背景画像を消す。 */
}
body::before {
  background: url(../img/bg_sp.jpg) repeat-y center top;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
/*body {
	background-image: url("../img/bg_sp.jpg");
    background-position: center top;
    background-repeat: repeat-y;
	background-size: contain;
	background-attachment: scroll;
}*/
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*-------clearfix、マージン関連*/
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: ' ';
  display: table;
  clear: both;
}
img {
  margin: 0;
  padding: 0;
}
section {
  width: 100%;
  margin: 0;
}
article {
  width: 100%;
  margin: 0;
}
p {
  word-wrap: break-word;
}
.border-ra {
  border-radius: 1.5em;
}
.borderColorPink {
  border-color: #f7c8ce;
}
@media screen and (min-width: 1200px) {
  .border-ra {
    border-radius: 1.5em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .border-ra {
    border-radius: 1.5em;
  }
}
/*-------txt*/
.txtBr {
  color: #b28146;
}
.txtWh {
  color: #fff;
}
.txtOrange {
  color: #e46c46;
}
.txtYellow {
  color: #bb9008;
}
.txtGreen {
  color: #208b7a;
}
.txtBlue {
  color: #0e97ae;
}
.txtBold {
  font-weight: bold;
}
.txt_sm {
  font-size: 88%;
}
.txt_xsm {
  font-size: 60%;
}
.txt_lr {
  font-size: 140%;
}
.txt_l {
  text-align: left;
}
.txt_r {
  text-align: right;
}
.txt_ce {
  text-align: center;
}
/*-------ボーダー装飾*/
.border {
  border: 1px solid #ccc;
}
.border-Br {
  border: 2px solid #c18500;
}
/*-------PCとタブレット・スマホの切り替え*/
.br-sp, {
  display: block;
}
.br-pc {
  display: none;
}
.br-tab {
  display: none;
}
@media screen and (min-width: 1200px) {
  .br-sp {
    display: none;
  }
  .br-pc {
    display: block;
  }
  .br-tab {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .br-sp {
    display: none;
  }
  .br-pc {
    display: block;
  }
  .br-tab {
    display: none;
  }
}
@media screen and (min-width: 767px) and (max-width: 1014px) {
  .br-tab {
    display: block;
  }
}
/*----------------------------------------------------
  a
----------------------------------------------------*/
a {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  text-decoration: none;
  transition: all 0s;
}
a:active, a:hover, a:focus {
  outline: 0;
}
.overwhite {
  background-color: transparent;
  display: block;
  opacity: 1;
}
.overwhite:hover img {
  text-decoration: none;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}
@media screen and (min-width: 1200px) {
  a, .overwhite img {
    transition: all .3s;
  }
}
/*----------------------------------------------------
 footer（マージンを消す）
----------------------------------------------------*/
/* footer style */
#l-footer {
  margin-top: 0;
}
@media screen and (min-width: 1200px) {
  #l-footer {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  #l-footer {
    margin-top: 0;
  }
}
#l-footer .footer-pagetop { /*z-index調整*/
  z-index: 10;
}
/*----------------------------------------------------
　l-content
----------------------------------------------------*/
#l-content {
  max-width: 100%;
  margin: 0;
  /*margin-top: 115px;*/
}
.c-content {
  width: 100%;
}
.l_content_wrap {
  width: 100%;
  padding: 0;
  overflow: hidden;
}
/*----------------------------------------------------
　c-mainImg
----------------------------------------------------*/
#c-mainImg {
  width: 100%;
  height: auto;
  margin: 0 0 18% 0;
  padding: 0;
  text-align: center;
  background: url("../img/mainImg-bg_sp.png") no-repeat top center;
  background-size: contain;
  aspect-ratio: 375 / 569; /* アスペクト比を保持してレスポンシブ */
}
#c-mainImg .inner {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
}
#c-mainImg h1 {
  width: 68%;
  height: auto;
  margin: 0 auto;
  padding: 18% 0 15% 0;
}
#c-mainImg img {
  width: 100%;
  min-width: 100%;
  height: auto;
  margin: 0 auto;
}
#c-mainImg .readTxt {
  width: 86.66666%;
  margin: 0 auto;
}
/*----------------------------------------------------
　各ブロック
----------------------------------------------------*/
article {
  text-align: left;
  margin: 0 auto 10% auto;
}
figure {
  margin: 0 auto;
}
article:last-child {
  margin-bottom: 0;
}
.contentsBox {
  position: relative;
  padding: 0;
}
.contentsBox .inner {
  width: 100%;
  margin: 0 auto;
  padding: 8% 0 8% 0;
}
/*----------------------------------------------------
　コンテンツ
----------------------------------------------------*/
/*-------共通*/
.listWrap {
  padding: 0;
  position: relative;
}
.listCont {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.listCont .inner {
  position: relative;
  padding: 15% 7%;
}
/*レイアウト調整*/
/*flexBox*/
.flexBox {
  display: block;
  justify-content: space-between;
  position: relative;
}
/*-------h*/
#sustainable01 h2, #sustainable02 h2, #sustainable03 h2, #sustainable04 h2 {
  width: 62%;
  margin: 0 auto 7% auto;
}
#sustainable01 h3, #sustainable02 h3, #sustainable03 h3, #sustainable04 h3 {
  margin: 0 0 2% 0;
}
#luckymarket h2 {
  width: 90.66666666%;
  margin: 0 auto;
}
#luckymarket h3 {
  width: 75%;
  margin: 0 auto 8% auto;
}
#luckymarket h4 {
  width: 100%;
  border-top: 2px solid #333;
  position: relative;
}
#luckymarket h4 img {
  width: 19%;
  margin: -4% auto 0 3%;
}
#popupShop h2 {
  width: 100%;
  margin: 0 auto 8% auto;
}
#popupShop h3 {
  width: 100%;
  margin: 0 auto 8% auto;
}
#popupShop h4 {
  width: 100%;
  margin: 0 auto 8% auto;
}
#popupShop h5 {
  font-weight: bold;
}
/*-------各ブロック*/
/*:::::::::::::（共通）:::::::::::::*/
.listBox {
  width: 100%;
  padding: 0 7%;
}
.list {
  width: 100%;
  margin: 0 0 8% 0;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 7%;
}
#sustainable01 .list {
  border: 2px solid #1fb1d1;
  box-sizing: border-box;
}
#sustainable02 .list {
  border: 2px solid #f3cd40;
  box-sizing: border-box;
}
#sustainable03 .list {
  border: 2px solid #e46c46;
  box-sizing: border-box;
}
#sustainable04 .list {
  border: 2px solid #3faa9a;
  box-sizing: border-box;
}
.list:last-child {
  margin: 0;
}
.selectItemBox {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.imShopListBox {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.conInner01 {
  width: 100%;
  padding-top: 20%;
}
.conInner02 {
  width: 100%;
}
.photoBox {
  width: 62%;
  height: auto;
  margin: 0 auto 4% auto;
}
.readTxt {
  text-align: center;
}
/*:::::::::::::#concurrently:::::::::::::*/
#concurrently {
  width: 100%;
  margin: 0 auto 15% auto;
}
#concurrently p {
  width: 35%;
  margin: 0 auto 3% auto;
}
/*:::::::::::::#anchor:::::::::::::*/
#anchor {
  width: 100%;
  margin: 0 auto 18% auto;
}
#anchor p {
  width: 71.733333333%;
  margin: 0 auto 8% auto;
}
/*:::::::::::::#sustainable01:::::::::::::*/
#sustainable01 {
  background: #e1f3f6;
  background-image: url(../img/contBg-recycle-Illust_sp.png), url(../img/contBg-recycle.svg);
  background-position: left top, left top;
  background-size: contain, contain;
  background-repeat: no-repeat, no-repeat;
  padding: 14% 0 16% 0;
}
/*:::::::::::::#sustainable02:::::::::::::*/
#sustainable02 {
  background: #fff;
  background-image: url(../img/contBg-refill-Illust_sp.png), url(../img/contBg-refill.svg);
  background-position: left top, left top;
  background-size: contain, contain;
  background-repeat: no-repeat, no-repeat;
  padding: 19% 0 16% 0;
}
/*:::::::::::::#sustainable03:::::::::::::*/
#sustainable03 {
  background: #f6e3de;
  background-image: url(../img/contBg-reduce-Illust_sp.png), url(../img/contBg-reduce.svg);
  background-position: left top, left top;
  background-size: contain, contain;
  background-repeat: no-repeat, no-repeat;
  padding: 23% 0 16% 0;
}
/*:::::::::::::#sustainable04:::::::::::::*/
#sustainable04 {
  background: #fff;
  background-image: url(../img/contBg-ecological-Illust_sp.png), url(../img/contBg-ecological.svg);
  background-position: left top, left top;
  background-size: contain, contain;
  background-repeat: no-repeat, no-repeat;
  padding: 19% 0 16% 0;
}
#sustainable01 .readTxt, #sustainable02 .readTxt, #sustainable03 .readTxt, #sustainable04 .readTxt {
  width: 100%;
  margin: 0 auto 13% auto;
}
#sustainable01 .inner, #sustainable02 .inner, #sustainable03 .inner, #sustainable04 .inner {
  padding: 0 7%;
}
/*:::::::::::::#luckymarket:::::::::::::*/
#luckymarket {
  background: #ffe67a;
}
#l-mainImg {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  text-align: center;
  background: url("../img/mainImg-lm-bg_sp.png") no-repeat top center;
  background-size: contain;
  aspect-ratio: 1 / 1; /* アスペクト比を保持してレスポンシブ */
}
#l-mainImg .inner {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
}
#l-mainImg h1 {
  width: 90.666666666%;
  height: auto;
  margin: 0 auto;
  padding: 0;
}
.lmRead {
  background: #fff;
}
.lmReadBox {
  margin: 0 0 10% 0;
}
.lmRead .lmReadBox:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 20px;
  background-image: url('../img/line-flag_top.png');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
.lmRead .lmReadBox:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 20px;
  background-image: url('../img/line-flag_bottom.png');
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
}
#luckymarket .readTxt {
  width: 100%;
  margin: 6% auto 10% auto;
}
#luckymarket .cateBox {
  width: 100%;
  margin: 0 0 10% 0;
}
#luckymarket .cateBox ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#luckymarket .cateBox li {
  width: 44%;
  margin: 0 0 8% 0;
}
#luckymarket .cateBox li:last-child {
  margin-bottom: 0;
}
/* 最後の要素 + 最後から２つ目のliが奇数の場合、その要素 */
#luckymarket .cateBox li:last-child, #luckymarket .cateBox li:nth-last-child(2):nth-child(odd) {
  margin-bottom: 0;
}
.imShopListInBox {
  background: #fff;
  padding: 12% 7% 7%;
}
#luckymarket .list {
  width: 100%;
  margin: 0 0 15% 0;
  padding: 0;
}
#luckymarket .list:last-child {
  margin-bottom: 0;
}
.imShopListBlock {
  margin: -7% 0 0 0;
}
.imShopListflexBox {
  width: 69%;
  margin: 0 0 8% 30%;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  position: relative;
}
.imShopListflexBox:last-child {
  margin-bottom: 0;
}
.shopLogo {
  width: 39%;
  height: fit-content;
  margin: 0 5% 0 0;
}
.shopName {
  width: 56%;
}
.imCate {
  width: fit-content;
  background: #333;
  color: #fff;
  padding: 1% 10%;
  margin: 4% 0;
  border-radius: 9999px;
  line-height: 1.4em;
}
.cate01 {
  background: #5593c0;
}
.cate02 {
  background: #3fab9b;
}
.cate03 {
  background: #a474ae;
}
.cate04 {
  background: #ec8498;
}
/*:::::::::::::#popupShop:::::::::::::*/
#popupShop {
  background: #f0f0f0 url("../img/contBg-popup_sp.png") repeat-y top center;
  background-size: 100%;
}
#popupShop .readTxt {
  width: 100%;
  margin: 0 auto 13% auto;
}
.popupShopListInBox {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 12% 7%;
  margin: 0 0 15% 0;
}
.smasellBland {
  margin: 5% 0 0 0;
  padding: 7%;
  border: 2px solid #333;
  border-radius: 0.8em;
}
.popupShopList {
  margin: 0 0 15% 0;
}
.popupShopListInBox:last-child, .popupShopList:last-child {
  margin: 0;
}
.popupShopFlex {
  flex-wrap: nowrap;
}
#popupShop .list {
  width: 100%;
  margin: 0;
  padding: 0;
}
#popupShop .photoBox {
  width: 100%;
  margin: 0 auto 4% auto;
}
#popupShop .photoBox02 {
  width: 70%;
  margin: 0 auto 4% auto;
}
/*-------テキストブロックの設定*/
.textBlock01 {
  font-feature-settings: "palt";
  text-align: justify;
  text-justify: inter-character;
  line-break: strict;
  word-break: break-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-size: calc(0.875rem + ((1vw - 3.2px) * 2.2321)); /* 14px @ 320px increasing to 24px @ 768px */
  /* Where: 2.2321 = 100 * font-size_difference / viewport_width_difference */
}
.textBlock02 {
  font-feature-settings: "palt";
  text-align: justify;
  text-justify: inter-character;
  line-break: strict;
  word-break: break-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-size: calc(0.75rem + ((1vw - 3.2px) * 2.2321)); /* 12px @ 320px increasing to 22px @ 768px */
  /* Where: 2.2321 = 100 * font-size_difference / viewport_width_difference */
}
.textBlock03 {
  font-feature-settings: "palt";
  text-align: justify;
  text-justify: inter-character;
  line-break: strict;
  word-break: break-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
  line-height: 1.55;
  font-size: calc(1.1875rem + ((1vw - 3.2px) * 2.2321)); /* 19px @ 320px increasing to 29px @ 768px */
  /* Note: The calc base value (1.1875rem) MUST be stated in REM to maintain accessibility */
  /* Where: 2.2321 = 100 * font-size_difference / viewport_width_difference */
}
.textBlock04 {
  font-feature-settings: "palt";
  text-align: justify;
  text-justify: inter-character;
  line-break: strict;
  word-break: break-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
  line-height: 1.55;
  font-size: calc(1rem + ((1vw - 3.2px) * 2.2321)); /* 16px @ 320px increasing to 26px @ 768px */
  /* Note: The calc base value (1rem) MUST be stated in REM to maintain accessibility */
  /* Where: 2.2321 = 100 * font-size_difference / viewport_width_difference */
}
.txt01 {
  margin: 0 0 3% 0;
}
/*-------webフォントの指定*/
.fontface01 {
  font-family: "nitalago-ruika", sans-serif;
  font-weight: 100;
  font-style: normal;
}
/*-------注釈*/
.note, .noteEvent {
  padding: 0;
  font-feature-settings: "palt";
  text-align: justify;
  text-justify: inter-character;
  word-break: break-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-size: calc(0.75rem + ((1vw - 3.2px) * 2.2321)); /* 12px @ 320px increasing to 22px @ 768px */
  /* Where: 2.2321 = 100 * font-size_difference / viewport_width_difference */
}
/*-------bnrBox*/
.bnrBox {
  width: 100%;
  margin: 0 auto;
  padding: 0 7%;
  position: relative;
  z-index: 1;
}
.bnrBox li {
  margin: 0 0 7% 0;
}
#anchor .bnrBox {
  width: 100%;
  margin: 0 0 13% 0;
}
#anchor .bnrBox ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#anchor .bnrBox li {
  width: 46%;
  margin: 0 0 10% 0;
}
#anchor .bnrBox li:last-child {
  margin-bottom: 0;
}
/* 最後の要素 + 最後から２つ目のliが奇数の場合、その要素 */
#anchor .bnrBox li:last-child, #anchor .bnrBox li:nth-last-child(2):nth-child(odd) {
  margin-bottom: 0;
}
#popupShop .bnrBox {
  width: 100%;
  margin: 7% auto 0 auto;
  padding: 0;
}
#popupShop .bnrBox li {
  width: 100%;
  margin: 0;
  padding: 0;
}
/* ====================================================
　以下ブレークポイント設定
==================================================== */
/*----------------------------------------------------ブレークポイント・PCサイズ以上*/
/*----------------------------------------------------
   全体
----------------------------------------------------*/
/*-------共通箇所*/
@media screen and (min-width: 1200px) {
  body {
    background: url("../img/contBg-stripe.png") repeat center top fixed;
    background-size: 17px;
  }
  body::before {
    background: none;
  }
  /*----------------------------------------------------
   l-content
------------------------------------------------- */
  #l-content {
    width: 980px;
    max-width: 100%;
    margin: 0 auto;
    /*margin-top: 115px;*/
    background: #fff;
    border-left: 2px solid #afafaf;
    border-right: 2px solid #afafaf;
    box-sizing: content-box;
  }
  .l_content_wrap {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    padding: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /*----------------------------------------------------
   c-mainImg
------------------------------------------------- */
  #c-mainImg {
    margin: 0 0 75px 0;
    padding: 0;
    text-align: center;
    background: url("../img/mainImg-bg_pc.png") no-repeat top center;
    background-size: 100%;
    aspect-ratio: 49 / 48; /* アスペクト比を保持してレスポンシブ */
  }
  #c-mainImg .inner {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
  }
  #c-mainImg h1 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 194px 0 70px 0;
  }
  #c-mainImg .readTxt {
    width: 598px;
  }
  /*----------------------------------------------------
　各ブロック
----------------------------------------------------*/
  section {
    width: 100%;
  }
  article {
    text-align: left;
    margin: 0 auto 7% auto;
  }
  article:last-child {
    margin-bottom: 0;
  }
  .contentsBox {
    position: relative;
    padding: 0;
  }
  .contentsBox .inner {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    padding: 60px 0;
  }
  /*----------------------------------------------------
　コンテンツ
----------------------------------------------------*/
  /*-------共通*/
  .listWrap {
    padding: 0;
    position: relative;
  }
  .listCont {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .listCont .inner {
    position: relative;
    padding: 80px 60px;
  }
  /*レイアウト調整*/
  /*flexBox*/
  .flexBox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: stretch;
    position: relative;
  }
  /*-------h*/
  #sustainable01 h2, #sustainable02 h2, #sustainable03 h2, #sustainable04 h2 {
    width: 220px;
    margin: 0 auto 30px auto;
  }
  #sustainable01 h3, #sustainable02 h3, #sustainable03 h3, #sustainable04 h3 {
    margin: 0 0 5px 0;
  }
  #luckymarket h2 {
    width: 540px;
    margin: 0 auto;
  }
  #luckymarket h3 {
    width: 296px;
    margin: 0 auto 30px auto;
  }
  #luckymarket h4 {
    border-top: 2px solid #333;
    position: relative;
  }
  #luckymarket h4 img {
    width: 52px;
    margin: -8px auto 0 10px;
  }
  #popupShop h2 {
    width: 480px;
    margin: 0 auto 30px auto;
  }
  #popupShop h3 {
    width: 100%;
    margin: 0 auto 30px auto;
  }
  #popupShop h4 {
    width: 100%;
    margin: 0 auto 30px auto;
  }
  #popupShop h4.popupShopTitle01 {
    width: 544px;
  }
  #popupShop h4.popupShopTitle02 {
    width: 332px;
  }
  #popupShop h4.popupShopTitle03 {
    width: 740px;
  }
  /*-------各ブロック*/
  /*:::::::::::::（共通）:::::::::::::*/
  .listBox {
    width: 100%;
    padding: 0 7%;
  }
  .list {
    width: 415px;
    margin: 0;
    padding: 25px;
    display: flex;
    flex-wrap: wrap; /* これを指定する */
  }
  .listText {
    width: 186px;
    display: flex;
    flex-direction: column;
  }
  .selectItemBox {
    width: 860px;
    padding: 0;
    gap: 30px;
  }
  .imShopListBox {
    width: 100%;
    padding: 0;
  }
  .conInner01 {
    width: 100%;
    padding-top: 20%;
  }
  .conInner02 {
    width: 100%;
  }
  .photoBox {
    width: 100%;
    margin: 0 auto 4% auto;
  }
  #sustainable01 .photoBox, #sustainable02 .photoBox, #sustainable03 .photoBox, #sustainable04 .photoBox {
    width: 159px;
    height: fit-content;
    margin: 0 auto 0 0;
  }
  .readTxt {
    text-align: center;
  }
  /*:::::::::::::#concurrently:::::::::::::*/
  #concurrently {
    width: 100%;
    margin: 0 auto 80px auto;
  }
  #concurrently p {
    width: 136px;
    margin: 0 auto 20px auto;
  }
  /*:::::::::::::#anchor:::::::::::::*/
  #anchor {
    width: 100%;
    margin: 0 auto 100px auto;
  }
  #anchor p {
    width: 474px;
    margin: 0 auto 30px auto;
  }
  /*:::::::::::::#sustainable01:::::::::::::*/
  #sustainable01 {
    background-image: url(../img/contBg-recycle-Illust_pc.png), url(../img/contBg-recycle.svg);
    padding: 100px 0;
  }
  /*:::::::::::::#sustainable02:::::::::::::*/
  #sustainable02 {
    background-image: url(../img/contBg-refill-Illust_pc.png), url(../img/contBg-refill.svg);
    padding: 123px 0 100px 0;
  }
  /*:::::::::::::#sustainable03:::::::::::::*/
  #sustainable03 {
    background-image: url(../img/contBg-reduce-Illust_pc.png), url(../img/contBg-reduce.svg);
    padding: 154px 0 100px 0;
  }
  /*:::::::::::::#sustainable04:::::::::::::*/
  #sustainable04 {
    background-image: url(../img/contBg-ecological-Illust_pc.png), url(../img/contBg-ecological.svg);
    padding: 80px 0 100px 0;
  }
  #sustainable01 .readTxt, #sustainable02 .readTxt, #sustainable03 .readTxt, #sustainable04 .readTxt {
    margin: 0 auto 60px auto;
  }
  #sustainable01 .readTxt {
    width: 646px;
  }
  #sustainable02 .readTxt {
    width: 586px;
  }
  #sustainable03 .readTxt {
    width: 568px;
  }
  #sustainable04 .readTxt {
    width: 690px;
  }
  #sustainable01 .inner, #sustainable02 .inner, #sustainable03 .inner, #sustainable04 .inner {
    width: 100%;
    margin: 0 auto;
    padding: 0 60px;
  }
  /*:::::::::::::#luckymarket:::::::::::::*/
  #l-mainImg {
    background: url("../img/mainImg-lm-bg_pc.png") no-repeat top center;
    background-size: contain;
    aspect-ratio: 245 / 153; /* アスペクト比を保持してレスポンシブ */
  }
  #l-mainImg .inner {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
  }
  #l-mainImg h1 {
    width: 90.666666666%;
    height: auto;
    margin: 0 auto;
    padding: 0;
  }
  .lmRead {
    background: #fff;
  }
  .lmRead {
    background: #fff;
  }
  .lmReadBox {
    margin: 0 0 50px 0;
  }
  .lmRead .lmReadBox:before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 10px;
    background-image: url('../img/line-flag_top_pc.png');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%;
  }
  .lmRead .lmReadBox:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 10px;
    background-image: url('../img/line-flag_bottom_pc.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100%;
  }
  #luckymarket .readTxt {
    width: 576px;
    margin: 30px auto;
  }
  #luckymarket .cateBox {
    width: 750px;
    margin: 0 auto 30px auto;
  }
  #luckymarket .cateBox ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  #luckymarket .cateBox li {
    width: 150px;
    margin: 0;
  }
  /* 最後の要素 + 最後から２つ目のliが奇数の場合、その要素 */
  #luckymarket .cateBox li:last-child, #luckymarket .cateBox li:nth-last-child(2):nth-child(odd) {
    margin-bottom: 0;
  }
  .imShopListInBox {
    padding: 50px 40px;
  }
  #luckymarket .list {
    width: 100%;
    margin: 0 0 60px 0;
    padding: 0;
  }
  #luckymarket .listDivision {
    width: 360px;
    display: flex;
    flex-direction: column;
  }
  #luckymarket .list:last-child {
    margin-bottom: 0;
  }
  .imShopListBlock {
    margin: -18px 0 0 0;
    gap: 25px 0;
  }
  .listDivision .imShopListBlock {
    margin: -18px 0 0 0;
    display: grid;
    flex-grow: 1;
    gap: 25px 0;
  }
  .imShopListflexBox {
    width: 320px;
    margin: 0 0 0 85px;
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    position: relative;
  }
  .imShopListflexBox:nth-child(2n) {
    width: 320px;
    margin: 0;
    padding: 0 0 0 0;
  }
  .imShopListflexBox:last-child {
    margin-bottom: 0;
  }
  .listDivision .imShopListflexBox {
    width: 100%;
    margin: 0 0 0 0;
    padding: 0 0 0 85px;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    position: relative;
  }
  .shopLogo {
    width: 75px;
    margin: 0 15px 0 0;
  }
  .shopName {
    width: 230px;
  }
  .listDivision .shopName {
    width: 185px;
  }
  .imCate {
    padding: 1% 4%;
    margin: 2% 2% 2% 0;
    display: inline-block;
  }
  .cate01 {
    background: #5593c0;
  }
  .cate02 {
    background: #3fab9b;
  }
  .cate03 {
    background: #a474ae;
  }
  .cate04 {
    background: #ec8498;
  }
  /*:::::::::::::#popupShop:::::::::::::*/
  #popupShop {
    background: #f0f0f0 url("../img/contBg-popup_pc.png") repeat-y top center;
    background-size: 100%;
  }
  #popupShop .readTxt {
    width: 654px;
    margin: 0 auto 60px auto;
  }
  .popupShopListInBox {
    padding: 50px 40px;
    margin: 0 0 60px 0;
  }
  .smasellBland {
    margin: 15px 0 0 0;
    padding: 20px;
  }
  .popupShopList {
    margin: 0 0 70px 0;
  }
  .popupShopListInBox:last-child, .popupShopList:last-child {
    margin: 0;
  }
  #popupShop .list {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  #popupShop .photoBox {
    width: 325px;
    margin: 0 auto 0 0;
  }
  #popupShop .photoBox02 {
    width: 325px;
    margin: 0 auto 0 0;
  }
  #popupShop .listText {
    width: 425px;
  }
  /*-------テキストブロックの設定*/
  .textBlock01 {
    font-size: 100%;
  }
  .textBlock02 {
    font-size: 85.7%;
  }
  .textBlock03 {
    font-size: 180%;
  }
  .textBlock04 {
    font-size: 114%;
  }
  .txt01 {
    margin: 0 0 3% 0;
  }
  /*-------注釈*/
  .note {
    font-size: 85.7%;
  }
  /*-------bnrBox*/
  .bnrBox {
    width: 690px;
    margin: 0 auto 0 auto;
    padding: 0;
  }
  .bnrBox li {
    width: 325px;
    margin: 0;
  }
  #anchor .bnrBox {
    width: 750px;
    margin: 0 auto;
  }
  .bnrBox ul, #anchor .bnrBox ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #anchor .bnrBox li {
    width: 150px;
    margin: 0;
  }
  #anchor .bnrBox li:last-child {
    margin-bottom: 0;
  }
  /* 最後の要素 + 最後から２つ目のliが奇数の場合、その要素 */
  #anchor .bnrBox li:last-child, #anchor .bnrBox li:nth-last-child(2):nth-child(odd) {
    margin-bottom: 0;
  }
  #popupShop .bnrBox {
    width: 610px;
    margin: 40px auto 0 auto;
    padding: 0;
  }
  #popupShop .bnrBox li {
    width: 100%;
    margin: 0;
    padding: 0;
  }
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ブレークポイント・タブレットサイズ以上PCサイズ以下*/
/*----------------------------------------------------
   全体
----------------------------------------------------*/
/*-------共通箇所*/
@media screen and (min-width: 768px) and (max-width: 1199px) {
  body {
    background: url("../img/contBg-stripe.png") repeat center top fixed;
    background-size: 17px;
  }
  body::before {
    background: none;
  }
  /*----------------------------------------------------
   l-content
------------------------------------------------- */
  #l-content {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    /*margin-top: 115px;*/
    background: #fff;
    border-left: 2px solid #afafaf;
    border-right: 2px solid #afafaf;
    box-sizing: content-box;
  }
  .l_content_wrap {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    padding: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /*----------------------------------------------------
   c-mainImg
------------------------------------------------- */
  #c-mainImg {
    width: 100%;
    height: auto;
    margin: 0 0 7% 0;
    padding: 0;
    text-align: center;
    background: url("../img/mainImg-bg_pc.png") no-repeat top center;
    background-size: 100%;
    aspect-ratio: 49 / 48; /* アスペクト比を保持してレスポンシブ */
  }
  #c-mainImg .inner {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
  }
  #c-mainImg h1 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 19% 0 7% 0;
  }
  #c-mainImg .readTxt {
    width: 61%;
  }
  /*----------------------------------------------------
　各ブロック
----------------------------------------------------*/
  section {
    width: 100%;
  }
  article {
    text-align: left;
    margin: 0 auto 7% auto;
  }
  article:last-child {
    margin-bottom: 0;
  }
  .contentsBox {
    position: relative;
    padding: 0;
  }
  .contentsBox .inner {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    padding: 6% 0;
  }
  /*----------------------------------------------------
　コンテンツ
----------------------------------------------------*/
  /*-------共通*/
  .listWrap {
    padding: 0;
    position: relative;
  }
  .listCont {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .listCont .inner {
    position: relative;
    padding: 8% 6%;
  }
  /*レイアウト調整*/
  /*flexBox*/
  .flexBox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: stretch;
    position: relative;
  }
  /*-------h*/
  #sustainable01 h2, #sustainable02 h2, #sustainable03 h2, #sustainable04 h2 {
    width: 25%;
    margin: 0 auto 30px auto;
  }
  #sustainable01 h3, #sustainable02 h3, #sustainable03 h3, #sustainable04 h3 {
    margin: 0 0 5px 0;
  }
  #luckymarket h2 {
    width: 55%;
    margin: 0 auto;
  }
  #luckymarket h3 {
    width: 34%;
    margin: 0 auto 3% auto;
  }
  #luckymarket h4 {
    border-top: 2px solid #333;
    position: relative;
  }
  #luckymarket h4 img {
    width: 3.4em;
    margin: -0.5em auto 0 0.5em;
  }
  #popupShop h2 {
    width: 55%;
    margin: 0 auto 3% auto;
  }
  #popupShop h3 {
    width: 100%;
    margin: 0 auto 4% auto;
  }
  #popupShop h4 {
    width: 100%;
    margin: 0 auto 4% auto;
  }
  #popupShop h4.popupShopTitle01 {
    width: 70%;
  }
  #popupShop h4.popupShopTitle02 {
    width: 43%;
  }
  #popupShop h4.popupShopTitle03 {
    width: 95%;
  }
  /*-------各ブロック*/
  /*:::::::::::::（共通）:::::::::::::*/
  .listBox {
    width: 100%;
    padding: 0 7%;
  }
  .list {
    width: 48%;
    margin: 0;
    padding: 3%;
    display: flex;
    flex-wrap: wrap; /* これを指定する */
  }
  .listText {
    width: 51%;
    display: flex;
    flex-direction: column;
  }
  .selectItemBox {
    width: 100%;
    max-width: 860px;
    padding: 0;
    gap: 1.6rem;
  }
  .imShopListBox {
    width: 100%;
    padding: 0;
  }
  .conInner01 {
    width: 100%;
    padding-top: 20%;
  }
  .conInner02 {
    width: 100%;
  }
  .photoBox {
    width: 100%;
    margin: 0 auto 4% auto;
  }
  #sustainable01 .photoBox, #sustainable02 .photoBox, #sustainable03 .photoBox, #sustainable04 .photoBox {
    width: 44%;
    height: fit-content;
    margin: 0 auto 0 0;
  }
  .readTxt {
    text-align: center;
  }
  /*:::::::::::::#concurrently:::::::::::::*/
  #concurrently {
    width: 100%;
    margin: 0 auto 8% auto;
  }
  #concurrently p {
    width: 14%;
    margin: 0 auto 2% auto;
  }
  /*:::::::::::::#anchor:::::::::::::*/
  #anchor {
    width: 100%;
    margin: 0 auto 10% auto;
  }
  #anchor p {
    width: 48%;
    margin: 0 auto 3% auto;
  }
  /*:::::::::::::#sustainable01:::::::::::::*/
  #sustainable01 {
    background-image: url(../img/contBg-recycle-Illust_pc.png), url(../img/contBg-recycle.svg);
    padding: 10% 0;
  }
  /*:::::::::::::#sustainable02:::::::::::::*/
  #sustainable02 {
    background-image: url(../img/contBg-refill-Illust_pc.png), url(../img/contBg-refill.svg);
    padding: 12.3% 0 10% 0;
  }
  /*:::::::::::::#sustainable03:::::::::::::*/
  #sustainable03 {
    background-image: url(../img/contBg-reduce-Illust_pc.png), url(../img/contBg-reduce.svg);
    padding: 15.5% 0 10% 0;
  }
  /*:::::::::::::#sustainable04:::::::::::::*/
  #sustainable04 {
    background-image: url(../img/contBg-ecological-Illust_pc.png), url(../img/contBg-ecological.svg);
    padding: 8% 0 10% 0;
  }
  #sustainable01 .readTxt, #sustainable02 .readTxt, #sustainable03 .readTxt, #sustainable04 .readTxt {
    margin: 0 auto 7% auto;
  }
  #sustainable01 .readTxt {
    width: 75%;
  }
  #sustainable02 .readTxt {
    width: 66%;
  }
  #sustainable03 .readTxt {
    width: 66%;
  }
  #sustainable04 .readTxt {
    width: 80%;
  }
  #sustainable01 .inner, #sustainable02 .inner, #sustainable03 .inner, #sustainable04 .inner {
    width: 100%;
    margin: 0 auto;
    padding: 0 6%;
  }
  /*:::::::::::::#luckymarket:::::::::::::*/
  #l-mainImg {
    background: url("../img/mainImg-lm-bg_pc.png") no-repeat top center;
    background-size: contain;
    aspect-ratio: 245 / 153; /* アスペクト比を保持してレスポンシブ */
  }
  #l-mainImg .inner {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
  }
  #l-mainImg h1 {
    width: 90.666666666%;
    height: auto;
    margin: 0 auto;
    padding: 0;
  }
  .lmRead {
    background: #fff;
  }
  .lmRead {
    background: #fff;
  }
  .lmReadBox {
    margin: 0 0 50px 0;
  }
  .lmRead .lmReadBox:before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 10px;
    background-image: url('../img/line-flag_top_pc.png');
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100%;
  }
  .lmRead .lmReadBox:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 10px;
    background-image: url('../img/line-flag_bottom_pc.png');
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100%;
  }
  #luckymarket .readTxt {
    width: 74%;
    margin: 3% auto;
  }
  #luckymarket .cateBox {
    width: 97%;
    margin: 0 auto 3% auto;
  }
  #luckymarket .cateBox ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  #luckymarket .cateBox li {
    width: 20%;
    margin: 0;
  }
  /* 最後の要素 + 最後から２つ目のliが奇数の場合、その要素 */
  #luckymarket .cateBox li:last-child, #luckymarket .cateBox li:nth-last-child(2):nth-child(odd) {
    margin-bottom: 0;
  }
  .imShopListInBox {
    padding: 6% 5%;
  }
  #luckymarket .list {
    width: 100%;
    margin: 0 0 50px 0;
    padding: 0;
  }
  #luckymarket .listDivision {
    width: 46%;
    display: flex;
    flex-direction: column;
  }
  #luckymarket .list:last-child {
    margin-bottom: 0;
  }
  .imShopListBlock {
    margin: -1.5em 0 0 0;
    gap: 1.5em 0;
  }
  .listDivision .imShopListBlock {
    margin: -1.5em 0 0 0;
    display: grid;
    flex-grow: 1;
    gap: 1.5em 0;
  }
  .imShopListflexBox {
    width: 41%;
    margin: 0 0 0 10.897435897%;
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    position: relative;
  }
  .imShopListflexBox:nth-child(2n) {
    width: 41%;
    margin: 0;
    padding: 0 0 0 0;
  }
  .imShopListflexBox:last-child {
    margin-bottom: 0;
  }
  .listDivision .imShopListflexBox {
    width: 100%;
    margin: 0 0 0 0;
    padding: 0 0 0 23.6111111%;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    position: relative;
  }
  .shopLogo {
    width: 27.272727272%;
    max-width: 75px;
    margin: 0 1em 0 0;
  }
  .shopName {
    width: 230px;
  }
  .listDivision .shopName {
    width: 185px;
  }
  .imCate {
    padding: 1% 4%;
    margin: 2% 2% 2% 0;
    display: inline-block;
  }
  .cate01 {
    background: #5593c0;
  }
  .cate02 {
    background: #3fab9b;
  }
  .cate03 {
    background: #a474ae;
  }
  .cate04 {
    background: #ec8498;
  }
  /*:::::::::::::#popupShop:::::::::::::*/
  #popupShop {
    background: #f0f0f0 url("../img/contBg-popup_pc.png") repeat-y top center;
    background-size: 100%;
  }
  #popupShop .readTxt {
    width: 76%;
    margin: 0 auto 6% auto;
  }
  .popupShopListInBox {
    padding: 6% 5%;
    margin: 0 0 60px 0;
  }
  .smasellBland {
    margin: 15px 0 0 0;
    padding: 20px;
  }
  .popupShopList {
    margin: 0 0 8% 0;
  }
  .popupShopListInBox:last-child, .popupShopList:last-child {
    margin: 0;
  }
  .popupShopFlex {
    flex-wrap: nowrap;
  }
  #popupShop .list {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  #popupShop .photoBox {
    width: 42%;
    margin: 0 auto 0 0;
  }
  #popupShop .photoBox02 {
    width: 42%;
    margin: 0 auto 0 0;
  }
  #popupShop .listText {
    width: 54%;
  }
  /*-------テキストブロックの設定*/
  .textBlock01 {
    font-size: calc(0.875rem + ((1vw - 7.68px) * 1.8149)); /* 14px @ 768px increasing to 24px @ 1319px */
    /* Note: The calc base value (0.875rem) MUST be stated in REM to maintain accessibility */
    /* Where: 1.8149 = 100 * font-size_difference / viewport_width_difference */
  }
  .textBlock02 {
    font-size: calc(0.75rem + ((1vw - 7.68px) * 1.8149)); /* 12px @ 768px increasing to 22px @ 1319px */
    /* Note: The calc base value (0.75rem) MUST be stated in REM to maintain accessibility */
    /* Where: 1.8149 = 100 * font-size_difference / viewport_width_difference */
  }
  .textBlock03 {
    font-size: calc(1.1875rem + ((1vw - 7.68px) * 1.8149)); /* 19px @ 768px increasing to 29px @ 1319px */
    /* Note: The calc base value (1.1875rem) MUST be stated in REM to maintain accessibility */
    /* Where: 1.8149 = 100 * font-size_difference / viewport_width_difference */
  }
  .textBlock04 {
    font-size: calc(1rem + ((1vw - 7.68px) * 1.8149)); /* 16px @ 768px increasing to 26px @ 1319px */
    /* Note: The calc base value (1rem) MUST be stated in REM to maintain accessibility */
    /* Where: 1.8149 = 100 * font-size_difference / viewport_width_difference */
  }
  .txt01 {
    margin: 0 0 3% 0;
  }
  /*-------注釈*/
  .note {
    font-size: calc(0.75rem + ((1vw - 7.68px) * 1.8149)); /* 12px @ 768px increasing to 22px @ 1319px */
    /* Note: The calc base value (0.75rem) MUST be stated in REM to maintain accessibility */
    /* Where: 1.8149 = 100 * font-size_difference / viewport_width_difference */
  }
  /*-------bnrBox*/
  .bnrBox {
    width: 70%;
    margin: 0 auto 0 auto;
    padding: 0;
  }
  .bnrBox li {
    width: 47%;
    margin: 0;
  }
  #anchor .bnrBox {
    width: 77%;
    margin: 0 auto;
  }
  .bnrBox ul, #anchor .bnrBox ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #anchor .bnrBox li {
    width: 20%;
    margin: 0;
  }
  #anchor .bnrBox li:last-child {
    margin-bottom: 0;
  }
  /* 最後の要素 + 最後から２つ目のliが奇数の場合、その要素 */
  #anchor .bnrBox li:last-child, #anchor .bnrBox li:nth-last-child(2):nth-child(odd) {
    margin-bottom: 0;
  }
  #popupShop .bnrBox {
    width: 78%;
    margin: 4% auto 0 auto;
    padding: 0;
  }
  #popupShop .bnrBox li {
    width: 100%;
    margin: 0;
    padding: 0;
  }
}