/* csr
-----------------------------*/
.csr-mv h1 img.sp {
  display: none;
}
.csr-box {
  margin-bottom: 50px;
}
.csr-products {
  display: flex;
  justify-content: space-between;
  gap: 1%;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.csr-products li {
  list-style: none;
  text-align: center;
}
.csr-products__item {
  width: 23%;
}
.csr-products__link {
  display: block;
  margin: 1em auto;
  padding: 8px;
  background: #fff;
  border-radius: 0 20px 0 0;
  box-shadow: 0 0 6px rgb(0 0 0 / 20%);
  filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.2));
  transition: 0.2s;
}
.csr-products__link:hover {
  background: #1d4a30;
}
figure.csr-products__image {
  margin: 0;
  border-radius: 0 12px 0 0;
  overflow: hidden;
  position: relative;
}
.icon-csr-eco::after {
  content: '';
  display: block;
  width: 64px;
  height: 65px;
  background: url('../../assets/images/template/icon-csr-eco02.png') no-repeat;
  position: absolute;
  right: 0;
  bottom: 0;
}
.csr-cycle {
  position: relative;
}
.csr-cycle__title {
  position: absolute;
  top: 43%;
  right: 0;
  left: 0;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
}
.csr-cycle-list {
  position: relative;
  margin: 0 auto;
  width: 900px;
  height: 950px;
}
.csr-cycle-list__item {
  list-style: none;
  width: 270px;
  height: 270px;
  border-radius: 50%;
  border: 2px solid #006948;
  /* position: relative; */
  position: absolute;
}
.csr-cycle-list__item::after {
  content: '';
  display: block;
  width: 70px;
  height: 60px;
  background: url(../../assets/images/template/img-csr-arrow.png) no-repeat;
  background-size: contain;
  position: absolute;
  margin: auto;
  z-index: 5;
}
.csr-cycle-list__item:nth-child(1)::after {
  top: 60%;
  right: -60px;
  transform: rotate(30deg);
}
.csr-cycle-list__item:nth-child(2)::after {
  bottom: -60px;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(90deg);
}
.csr-cycle-list__item:nth-child(3)::after {
  bottom: 10%;
  left: -50px;
  transform: rotate(150deg);
}
.csr-cycle-list__item:nth-child(4)::after {
  top: 10%;
  left: -50px;
  transform: rotate(210deg);
}
.csr-cycle-list__item:nth-child(5)::after {
  top: -60px;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(270deg);
}
.csr-cycle-list__item:nth-child(6)::after {
  top: 0%;
  right: -30px;
  transform: rotate(330deg);
}
li.csr-cycle-list__item ul {
  padding: 0 6px;
  width: 90%;
  margin: 0 auto;
}
.csr-cycle-list__item > div {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1em 1em 3em;
}
.csr-cycle-list__title {
  font-weight: bold;
  margin: 0 0 0.2em;
  font-size: 2.0rem;
}
.csr-cycle-sub-list li {
  font-size: 1.4rem;
  list-style: none;
  text-indent: -1em;
  padding-left: 1em;
}
.csr-cycle-sub-list li::before {
  content: '・';
}
.csr-eco-img {
  display: block;
  margin-left: auto;
  width: 80px;
  position: absolute;
  bottom: 0;
  right: -60px;
}
.csr-cycle-link a {
  color: #00aca0;
  cursor: pointer;
}
.csr-cycle-link a:hover {
  text-decoration: underline;
}
.sp-txt {
  display: none;
}
@media screen and (max-width: 930px) {
  .csr-products__item {
    width: 48%;
  }
  .csr-cycle-list {
    width: 100%;
    height: 96vw;
  }
  .csr-cycle-list__item {
    width: 29vw;
    height: 29vw;
  }
  .csr-cycle-list__title {
    font-size: 1.8vw;
  }
  .csr-cycle-sub-list li {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 767px) {
  .csr-mv h1 img.pc {
    display: none;
  }
  .csr-mv h1 img.sp {
    display: block;
  }
  .csr-mv__container {
    position: absolute;
  }
  .csr-cycle__title {
    /*position: relative;
    top: 0;
    font-size: 2rem;
    margin-bottom: 2em;*/
    display: none;
  }
  .csr-cycle-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1.5em;
    height: auto;
  }
  .csr-cycle-list__item {
    position: relative;
    left: 0;
    top: 0;
    /*width: 45vw;
    height: 45vw;*/
  }
  /*.csr-cycle-list__item::after {
    display: none !important;
  }*/
  .csr-cycle-sub-list li {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 767px) {
  .csr-mv__container {
    margin-top: 0;
  }
  .csr-mv__container p {
    font-size: 1.4rem;
  }
  .csr-cycle-list {
    justify-content: center;
  }
  .csr-cycle-list__item {
    width: 70vw;
    height: 70vw;
  }
  .csr-cycle-list__title {
    font-size: 4.8vw;
  }
  .csr-cycle-sub-list li {
    font-size: 3.7vw;
  }
  .sp-txt {
    display: block;
    font-size: 16px;
    padding-bottom: 20px;
  }
  .csr-eco-img {
    right: -40px;
  }
  .csr-cycle-list__item::after {
    height: 30px;
  }
  .csr-cycle-list__item:nth-child(1)::after {
    bottom: -145px;
    left: 0;
    right: 0;
    transform: rotate(90deg);
  }
  .csr-cycle-list__item:nth-child(2)::after {
    bottom: -45px;
  }
  .csr-cycle-list__item:nth-child(3)::after {
    bottom: -45px;
    left: 0;
    right: 0;
    transform: rotate(90deg);
  }
  .csr-cycle-list__item:nth-child(4)::after {
    bottom: -290px;
    left: 0;
    right: 0;
    transform: rotate(90deg);
  }
  .csr-cycle-list__item:nth-child(5)::after {
    bottom: -390px;
    left: 0;
    right: 0;
    transform: rotate(90deg);
  }
  .csr-cycle-list__item:nth-child(6)::after {
    display: none !important;
  }
  .icon-csr-eco::after {
    right: -30px;
    bottom: -30px;
    background-size: 35px;
  }
}
/* しげるくんの部屋
-----------------------------*/
.shigeru-play__img--btn {
  position: relative;
}
.shigeru-play__img--btn select {
  display: block;
  width: 100%;
  padding: 21px 0;
  line-height: 1;
  font-size: 1.8rem;
  color: #000;
  text-align: center;
  position: relative;
  border: 1px solid #00aca0;
  border-radius: 10px;
  text-align-last: center;
}
.shigeru-play__img--btn select:hover, .shigeru-play__links--list ul li a:hover, .shigeru-play__container figure figcaption a:hover, .shigeru-play__bnrs a:hover {
  opacity: .8;
  cursor: pointer;
}
_::-webkit-full-page-media, _:future, :root .shigeru-play__img--btn select {
  padding-left: 47%;
}
.shigeru-play__img--btn::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 7px 0 7px;
  border-color: #00aca1 transparent transparent transparent;
  position: absolute;
  top: 24px;
  right: 40px;
}
@media screen and (max-width: 768px) {
  _::-webkit-full-page-media, _:future, :root .shigeru-play__img--btn select {
    padding-left: 45%;
  }
}
@media screen and (max-width: 480px) {
  _::-webkit-full-page-media, _:future, :root .shigeru-play__img--btn select {
    padding-left: 42%;
  }
}
/* エコ大使
-----------------------------*/
.eco-taishi-benefits__block figure figcaption {
  text-align: right;
}
.eco-taishi-recruit__btn {
  font-size: 1.8rem;
  padding: 11px 17px;
  background-color: #ffdb4f;
  line-height: 1.5;
  position: relative;
  max-width: 540px;
  margin: 0 auto;
}
.eco-taishi-recruit__btn:hover {
  opacity: .8;
  cursor: pointer;
}
.eco-taishi-recruit__btn::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5.5px 8px 5.5px;
  border-color: transparent transparent #000 transparent;
  position: absolute;
  top: 16px;
  right: 24px;
  transform: rotate(180deg);
}
.eco-taishi-recruit__btn.open::after {
  transform: translate(0);
}
.eco-taishi-recruit__txt {
  max-width: 540px;
  width: 50%;
  margin: 0 auto;
  font-size: 1.6rem;
  padding: 24px 16px;
  background-color: #fffae8;
  display: none;
}
.eco-taishi-recruit__txt ul li {
  list-style: none;
  font-size: 1.6rem;
  text-indent: -1.2em;
  padding-left: 1.2em;
}
.eco-taishi-privacy {
  text-align: center;
  margin-top: 20px;
}
.eco-taishi-privacy a {
  color: #00aca0;
}
.eco-taishi-privacy a:hover {
  color: #000;
  opacity: .8;
  cursor: pointer;
}
.eco-diary__ex::after {
  content: "";
  display: block;
  max-width: 252px;
  width: 24%;
}
@media screen and (max-width: 480px) {
  .eco-taishi-recruit__btn::after {
    right: 5px;
  }
}
/* エコ紀行（過去作品）
-----------------------------*/
.past-date {
  /*width: 30%;*/
  margin: 30px 0 0;
}
.past-date h3 {
  font-size: 1.6rem;
  font-weight: bold;
  padding-bottom: 10px;
}
.past-date ul li {
  list-style: none;
  font-size: 1.4rem;
}
.past-date ul li a {
  color: #006799;
}
.past-date ul li a:hover {
  text-decoration: underline;
}
.f16 {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .past-date {
    width: 100%;
  }
}
/* 4コマ漫画
-----------------------------*/
.shigeru-manga {
  margin-bottom: 80px;
}
.shigeru-manga__container {
  /*
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  */
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .shigeru-manga__container {
    display: block;
  }
}
/*
.shigeru-manga__txt {
  max-width: 520px;
}*/
@media screen and (max-width: 768px) {
  .shigeru-manga__txt {
    margin: 30px auto 0;
  }
}
.shigeru-manga__container p {
  font-size: 1.8rem;
  color: #000;
}
@media screen and (max-width: 1110px) {
  .shigeru-manga__container p {
    font-size: 1.6rem;
  }
}
.shigeru-manga__txt {
  display: inline-block;
  width: 45%;
  margin: 0 2%;
}
.shigeru-manga__txt p {
  margin: 30px 0;
}
.shigeru-manga__txt img {
  width: 100%;
  margin: 0 2%;
}
/* エコ紀行記
-----------------------------*/
.eco-taishi-kikouki {
  margin-top: 30px;
}
.eco-taishi-kikouki__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 40px 30px;
  /* border: 1px solid #ccc; */
  border-top: none;
  border-radius: 0 0 10px 10px;
}
@media screen and (max-width: 768px) {
  .eco-taishi-kikouki__container {
    padding: 40px 10px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.eco-taishi-kikouki__container.wallpaper {
  display: block;
}
.eco-taishi-kikouki_intro p {
  font-size: 1.8rem;
}
.eco-taishi-kikouki__container.wallpaper .wallpaper__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 40px;
}
.eco-taishi-kikouki__container.wallpaper .wallpaper__container:first-child {
  margin-top: 0;
}
.eco-taishi-kikouki__container.wallpaper .wallpaper__container figure {
  max-width: 435px;
  width: 43%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .eco-taishi-kikouki__container.wallpaper .wallpaper__container figure {
    width: 50%;
    margin: 0 auto;
  }
}
.eco-taishi-kikouki__container.wallpaper .eco-taishi-kikouki__img figure {
  margin-top: 40px;
}
.eco-taishi-kikouki__container.wallpaper .eco-taishi-kikouki__img figure:first-child {
  margin-top: 0;
}
/*.eco-taishi-kikouki__container.wallpaper .eco-taishi-kikouki__links--list:nth-child(2) {
  margin-top: 32px;
}*/
.eco-taishi-kikouki__links {
  max-width: 541px;
  width: 55%;
}
@media screen and (max-width: 768px) {
  .eco-taishi-kikouki__links {
    width: 45%;
    margin: 0 auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
}
.eco-taishi-kikouki__links--list {
  border: 1px solid #b3b3b3;
  border-radius: 10px;
  padding: 16px;
}
@media screen and (max-width: 1110px) {
  .eco-taishi-kikouki__links--list {
    padding: 16px 10px;
  }
}
@media screen and (max-width: 768px) {
  .eco-taishi-kikouki__links--list {
    border: none;
    padding: 0;
  }
}
/*.eco-taishi-kikouki__links--list:nth-child(2) {
  margin-top: 40px;
}*/
.eco-taishi-kikouki__links--list p {
  font-size: 1.8rem;
  color: #000;
  line-height: 1;
}
@media screen and (max-width: 1110px) {
  .eco-taishi-kikouki__links--list p {
    font-size: 1.6rem;
  }
}
.eco-taishi-kikouki__links--list p:nth-of-type(2) {
  margin-top: 24px;
}
.eco-taishi-kikouki__links--list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .eco-taishi-kikouki__links--list ul {
    display: block;
    margin-top: 0;
  }
}
.eco-taishi-kikouki__links--list ul li {
  list-style-type: none;
  max-width: 157px;
  width: 40%;
  margin-right: 50px;
}
@media screen and (max-width: 768px) {
  .eco-taishi-kikouki__links--list ul li {
    width: 100%;
    max-width: 200px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 480px) {
  .eco-taishi-kikouki__links--list ul li {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .eco-taishi-kikouki__links--list ul li:last-child {
    margin-bottom: 0;
  }
}
/*@media screen and (max-width: 544px) {
  .eco-taishi-kikouki__links--list ul li:last-child {
    margin-top: 10px;
  }
}*/
.eco-taishi-kikouki__links--list ul li a {
  display: block;
  width: 100%;
  background-color: #9cca54;
  color: #fff;
  padding: 21px 12px 10px;
  font-size: 1.8rem;
  line-height: 1;
  text-align: center;
  border-radius: 10px;
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.16);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 1110px) {
  .eco-taishi-kikouki__links--list ul li a {
    font-size: 1.6rem;
    padding: 21px 5px 10px;
  }
}
@media screen and (max-width: 768px) {
  .eco-taishi-kikouki__links--list ul li a {
    font-size: 2rem;
  }
}
@media screen and (max-width: 480px) {
  .eco-taishi-kikouki__links--list ul li a {
    font-size: 1.6rem;
  }
}
.eco-taishi-kikouki__links--list ul li a::after {
  content: "";
  display: block;
  width: 25px;
  height: 19px;
  background-image: url(../images/template/icon-tab.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-top: 10px;
}
/* lightbox */
.lb-outerContainer {
  top: 60px;
}
ul.shigeru-col3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
ul.shigeru-col3 li {
  width: 30%;
}
.eco-caption, .eco-caption_new {
  font-size: 1.6rem;
  font-weight: 600;
}
.eco-caption_new::before {
  content: 'NEW!';
  color: #FB0408;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  ul.shigeru-col3 li {
    width: 50%;
    margin-bottom: 10px;
  }
  .eco-caption, .eco-caption_new {
    font-size: 1.4rem;
  }
  .eco-caption_new::before {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .eco-taishi-kikouki__container.wallpaper .wallpaper__container figure {
    width: 100%;
    margin: 0 auto;
  }
  ul.shigeru-col3 li {
    width: 100%;
  }
}


/*　エコ大使特典2023　*/
ul.eco__tokuten {
  width: 100%;
  max-width: 850px;
  margin: 60px auto 30px;
  display: flex;
  flex-wrap: wrap;
}


ul.eco__tokuten li {
  width: calc(100% / 2 - 50px);
  margin: 0 auto;
  list-style: none;
}
@media screen and (max-width: 480px) {
  ul.eco__tokuten li {
  width: 100%;
  }
}