@charset "UTF-8";

#global-header .back-btn {
  display: block;
}

@media screen and (max-width: 768px) {
  #global-footer .pagetop.up {
    bottom: 85px;
  }

  #global-footer {
    margin-bottom: 70px;
  }
}

#about {
  scroll-margin-top: 120px;
}

#point {
  scroll-margin-top: 260px;
}

@media screen and (max-width: 768px) {
  #about {
    scroll-margin-top: 50px;
  }

  #point {
    scroll-margin-top: 60px;
  }
}

/*-----------------------------------------------------------
	#top
-----------------------------------------------------------*/
#top {
  background: linear-gradient(180deg, #f2f2f2 0%, #e0e0e0 100%);
  overflow: hidden;
  position: relative;
}

#top .area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding: 0 0 0 20px;
}

#top .wrap {
  max-width: 530px;
  width: 100%;
  opacity: 0;
}

#top .wrap:has(.morimori_banner) {
  margin-top: 30px;
}

#top .wrap > p {
  line-height: 2;
  margin: 40px 0 0;
  color: #222222;
  font-size: 1rem;
}

#top .en {
  font-size: 1.25em;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 2.3;
}

#top .en + h1 {
  margin-top: 24px;
}

#top h1 {
  font-size: 3em;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.45833;
}

#top ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  margin-left: -10px;
}

#top li {
  margin-top: 10px;
  margin-left: 10px;
  background-color: #00a35e;
  border-radius: 10px;
  padding: 10px 20px;
  color: #fff;
  font-size: 0.875em;
  font-weight: bold;
  line-height: 1.42857;
  text-align: center;
}

#top .catch {
  display: block;
  margin: 0;
  padding: 0;
  background: left center no-repeat transparent;
  background-size: contain;
  opacity: 0;
}

#top .box a {
  display: flex;
  position: relative;
  height: 85px;
  max-width: 760px;
  margin: 20px auto 0;
  padding-left: 40px;
  border: solid 1px #dbdbdb;
  border-radius: 20px;
  line-height: 2;
  background-color: #ffffff;
  color: #222;
  font-weight: bold;
  align-items: center;
  transition: 0.3s;
}

#top .box a:before {
  pointer-events: none;
  display: block;
  content: "";
  width: 1.7777778em;
  height: 1.7777778em;
  border-radius: 50%;
  background-color: #222;
  position: absolute;
  right: 2.3em;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}

#top .box a::after {
  pointer-events: none;
  display: block;
  content: "";
  width: 0.4em;
  height: 0.4em;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  right: 3.05em;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  z-index: 3;
  transition: border 0.2s ease-out;
}

#top .box a p {
  margin: 0;
}

@media only screen and (min-width: 1001px) {
  #top {
    height: 770px;
  }

  #top .area {
    max-width: 1200px;
  }

  #top .catch {
    position: absolute;
    left: 50%;
    top: 0;
    width: 757px;
    height: 770px;
  }

  #top .catch.quarter {
    width: 720px;
  }
}

@media only screen and (min-width: 769px) {
  #top .box a:hover {
    border: solid 1px #222;
  }
}

@media only screen and (max-width: 1000px) {
  #top .area {
    flex-direction: column;
    height: auto;
    padding: 90px 0 0;
    overflow: hidden;
  }

  #top .catch {
    width: 100%;
    height: 385px;
    margin-left: 7%;
    background-position: center top;
  }
}

@media only screen and (max-width: 768px) {
  #top .area {
    height: auto;
    padding: 90px 0 0;
    display: block;
    overflow: hidden;
  }

  #top .wrap {
    padding: 0 20px;
  }

  #top .wrap:has(.morimori_banner) {
    margin-top: 0;
  }

  #top .en {
    font-size: 1em;
  }

  #top .en + h1 {
    margin-top: 12px;
  }

  #top h1 {
    font-size: 2em;
  }

  #top ul {
    margin-top: 15px;
    margin-left: -8px;
  }

  #top li {
    margin-top: 8px;
    margin-left: 8px;
  }

  #top .catch.quarter {
    width: 100%;
    height: 400px;
    margin: 0;
    background-size: 110% auto;
  }

  #top .box {
    margin: 0 auto;
  }

  #top .box a {
    height: 70px;
    margin-top: 20px;
    padding-left: 20px;
    border-radius: 10px;
  }

  #top .box a:before {
    right: 1.5em;
  }

  #top .box a:after {
    right: 2.2em;
  }
}

#top .morimori_banner {
  margin-top: 20px;
}

#top .morimori_banner a {
  display: flex;
  align-items: center;
  column-gap: 16px;
  padding: 16px;
  border: solid 1px #fff;
  background-color: #fff;
  border-radius: 16px;
  transition: all 0.3s ease;
}

#top .morimori_banner figure {
  max-width: 198px;
}

#top .morimori_banner .morimori_banner-text {
  flex: 1;
  position: relative;
  padding-right: 30px;
}

#top .morimori_banner .morimori_banner-text:before {
  pointer-events: none;
  display: block;
  content: "";
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #000;
  position: absolute;
  /* right: 0.75em; */
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  transition: background 0.2s ease-out;
}
#top .morimori_banner .morimori_banner-text:after {
  pointer-events: none;
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  right: 11px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  z-index: 3;
  transition: border 0.2s ease-out;
}

#top .morimori_banner .morimori_banner-text p {
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #000;
}

#top .morimori_banner .morimori_banner-text p:has(b) {
  font-size: 1.125em;
  line-height: 2;
}

@media only screen and (min-width: 769px) {
  #top .morimori_banner a:hover {
    border: solid 1px #222;
    opacity: 0.8;
  }
}

@media only screen and (max-width: 1000px) {
  #top .morimori_banner {
    margin: 20px auto 60px;
  }

  #top .morimori_banner a {
    flex-direction: column;
    width: calc(100% - 40px);
    max-width: 335px;
    margin: 0 auto;
    row-gap: 16px;
  }

  #top .morimori_banner figure {
    max-width: none;
  }

  #top .morimori_banner .morimori_banner-text {
    width: 100%;
  }
}

/*-----------------------------------------------------------
	#sticky-nav
-----------------------------------------------------------*/

#sticky-nav {
  position: sticky;
  top: 99px;
  background: #f5f5f5;
  z-index: 1000;
  padding: 24px 48px;
  transition: padding 0.2s;
}

#sticky-nav.sticky {
  padding: 16px 48px;
}

.nav-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  opacity: 0;
}

.nav-menu {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

.nav-menu li + li {
  margin-left: clamp(20px, 2.446043165467626vw, 54px);
}

.nav-menu li a {
  position: relative;
  cursor: pointer;
  white-space: nowrap;
  letter-spacing: 0.05em;
  padding-right: 20px;
  text-decoration: none;
  color: #222;
  font-size: clamp(13px, 1.1510791366906474vw, 16px);
  font-weight: 500;
}

.nav-menu li a::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: 50%;
  right: 0;
  width: 7px;
  height: 7px;
  border-left: 1px solid transparent;
  border-bottom: 1px solid transparent;
  border-color: #000;
  transform: translate(0, -50%) rotate(-45deg);
  transition: transform 0.3s;
}

#sticky-nav .contact-button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  min-width: 170px;
  width: 200px;
  height: 46px;
  margin-left: clamp(40px, 8.920863309352518vw, 124px);
  border-radius: 100px;
  background: #000;
  color: #fff;
  font-size: clamp(13px, 1.1510791366906474vw, 1.0625rem);
  font-weight: bold;
  transition: opacity 0.3s;
}

#sticky-nav .contact-button::before {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  right: 10px;
  width: 26px;
  height: 26px;
  transform: translateY(-50%);
  background: url(/sustainableproducts/shared/images/icon_contact-arrow.png) center center no-repeat;
  background-size: contain;
}

@media screen and (min-width: 767px) {
  .nav-menu li a:hover::before {
    transform: translate(0, 0) rotate(-45deg);
  }

  #sticky-nav .contact-button:hover {
    opacity: 0.8;
  }
}

@media screen and (max-width: 1000px) {
  #sticky-nav {
    padding: 24px 20px;
  }

  #sticky-nav .contact-button {
    margin-left: 40px;
  }
}

@media screen and (max-width: 768px) {
  #sticky-nav {
    position: relative;
    top: 0;
    padding: 34px 24px;
  }

  #sticky-nav.sticky {
    padding: 34px 24px;
  }

  .nav-container {
    display: block;
    opacity: 1;
  }

  .nav-menu {
    flex-direction: column;
  }

  .nav-menu li::before {
    display: none;
  }

  .nav-menu li + li {
    margin-top: 24px;
    margin-left: 0;
  }

  .nav-menu li a {
    display: block;
    width: 100%;
    font-size: 1em;
  }

  #sticky-nav .contact-button {
    display: none;
  }

  .sticky-contact {
    position: fixed;
    z-index: 1000;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 12px 24px;
    background: #f5f5f5;
    transform: translateY(70px);
    transition: transform 0.3s;
  }

  .sticky-contact.show {
    transform: translateY(0);
  }

  .sticky-contact a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    min-width: 170px;
    width: 100%;
    height: 46px;
    border-radius: 100px;
    background: #000;
    color: #fff;
    font-size: clamp(13px, 1.1510791366906474vw, 1.0625rem);
    font-weight: bold;
    transition: opacity 0.3s;
  }

  .sticky-contact a::before {
    position: absolute;
    display: block;
    content: "";
    top: 50%;
    right: 10px;
    width: 26px;
    height: 26px;
    transform: translateY(-50%);
    background: url(/sustainableproducts/shared/images/icon_contact-arrow.png) center center no-repeat;
    background-size: contain;
  }
}

/*-----------------------------------------------------------
	#about
-----------------------------------------------------------*/
#about .area {
  padding: 150px 64.5px 100px 20px;
  display: flex;
  justify-content: space-between;
}

#about .wrap {
  max-width: 550px;
  width: 100%;
}
#about .wrap .josefin,
#about .wrap .jp-small {
  opacity: 0;
}

#about .primary {
  font-size: 2.25em;
  font-weight: 500;
  letter-spacing: 0.06em;
  margin-top: 70px;
  line-height: 1.5555555555555556;
  opacity: 0;
}

#about .secondary {
  line-height: 2;
  margin-top: 35px;
  opacity: 0;
}

#about dl {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.625;
  margin-top: 56px;
  opacity: 0;
}

#about dt {
  /* width: 26.9%; */
  width: 120px;
  min-height: 53px;
  font-weight: bold;
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-top: 24px;
  text-align: center;
}

#about dt:first-of-type {
  margin-top: 0;
}

#about dd {
  width: calc(100% - 144px);
  display: flex;
  align-items: center;
  margin-top: 24px;
}

#about dd .item > li {
  position: relative;
  padding-left: 25px;
}

#about dd .item > li::before {
  position: absolute;
  display: block;
  content: "";
  top: 13px;
  left: 10px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #000;
}

#about dd .icon {
  display: flex;
  flex-wrap: wrap;
  margin-top: -10px;
  margin-left: -10px;
}

#about dd .icon > li {
  width: 80px;
  margin-top: 10px;
  margin-left: 10px;
}

#about .catch {
  max-width: 584.49px;
  opacity: 0;
}

#about .catch .box {
  background: url(/sustainableproducts/shared/images/about_catch-sub.png) left 20% top 40% / 75% no-repeat;
}

#about .catch .box img {
  width: 70%;
  height: 70%;
  object-fit: cover;
}

@media only screen and (min-width: 769px) {
  #about .area {
    width: 90%;
    max-width: 1120px;
  }

  #about dd {
    padding-left: 20px;
  }

  #about dd:first-of-type {
    margin-top: 0;
  }
}

@media only screen and (max-width: 768px) {
  #about .area {
    padding: 60px 20px 20px;
    display: block;
  }

  #about .wrap {
    margin-top: 0;
  }

  #about .primary {
    font-size: 1.5em;
    margin-top: 35px;
  }

  #about .secondary {
    font-size: 0.875em;
    margin-top: 35px;
  }

  #about dl {
    display: block;
    line-height: 2;
    margin-top: 30px;
    font-size: 0.875em;
  }

  #about dt {
    width: 130px;
    min-height: 40px;
    border-radius: 5px;
    margin-top: 30px;
  }

  #about dd {
    width: 100%;
    margin-top: 8px;
  }

  #about dd .item > li {
    background-position: 0 10.5px;
  }

  #about dd .icon {
    margin-top: -8px;
    margin-left: -8px;
  }

  #about dd .icon > li {
    width: 60px;
    margin-top: 8px;
    margin-left: 8px;
  }

  #about .catch .box {
    background: url(/sustainableproducts/shared/images/about_catch-sub.png) left top / 80.84% no-repeat;
  }

  #about .catch .box img {
    width: 78.7%;
  }
}

/*-----------------------------------------------------------
	#point
-----------------------------------------------------------*/
#catalogue {
  background:
    /*url(/sustainableproducts/shared/images/point_back-top.png) top,*/ url(/sustainableproducts/shared/images/point_back-bottom.png) bottom, /*linear-gradient(rgba(0, 0, 0, 0) 300px, #F5F5F5 300px, #F5F5F5 calc(100% - 300px), rgba(0, 0, 0, 0) calc(100% - 300px));*/ linear-gradient(rgba(0, 0, 0, 0) 200px, #f5f5f5 200px, #f5f5f5 calc(100% - 300px), rgba(0, 0, 0, 0) calc(100% - 300px));
  background-repeat: repeat-x;
  background-size: 1920px;
  position: relative;
}

#catalogue .area {
  padding: 323px 20px 430px;
}

#catalogue .no-catalogue {
  margin-top: 60px;
  font-size: 1.25em;
  font-weight: bold;
}

#catalogue .wrap > ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 56px;
}

#catalogue .wrap > ul:has(:nth-child(2):last-child) {
  justify-content: flex-start;
  gap: 70px 40px;
}

#catalogue .wrap > ul li {
  width: calc(100% / 3 - 27px);
}

#catalogue .wrap > ul li a {
  transition: opacity 0.3s;
}

#catalogue .wrap > ul li figure {
  position: relative;
  padding-top: 66%;
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
}

#catalogue .wrap > ul li .image {
  position: absolute;
  display: block;
  object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: "Josefin Sans", sans-serif;
  overflow: hidden;
}

.catalogue-torurapurasu li figure {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

#catalogue.catalogue-torurapurasu ul > li figure .image {
  height: 100.5%;
}

/* 画像 */

.catalogue-rnam {
}

#catalogue .wrap > ul li p {
  text-align: center;
  line-height: 1.5;
  margin-top: 16px;
  color: #222;
  font-size: 1.25em;
  font-weight: bold;
}

#catalogue .wrap > ul li p.annote {
  font-size: 0.875rem;
}

#catalogue .wrap > ul li .img-wrap {
  position: relative;
}

#catalogue .wrap > ul li .img-wrap p {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.5;
  color: #008a4f;
  transform: translate(-50%, -50%);
  content: "";
}

#catalogue .wrap > ul.has-key {
  margin-top: 60px;
}

#catalogue .wrap > ul.has-key li figure::before {
  position: absolute;
  z-index: 10;
  display: block;
  content: "";
  top: 16px;
  left: 16px;
  width: 40px;
  height: 40px;
  background: url(/sustainableproducts/shared/images/icon_keys.svg) center center no-repeat;
  background-size: contain;
}

#catalogue .key-annote {
  line-height: 2;
  margin-top: 60px;
  font-weight: 700;
}

#catalogue .key-annote span {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  margin: 0 12px;
  border-radius: 14px;
  background: url(/sustainableproducts/shared/images/icon_keys-shadow.svg) center center no-repeat#008A4F;
  background-size: 24px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

#catalogue .banner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 80px 0 0;
  padding: 0;
}

#catalogue .banner li {
  width: 48%;
  height: 220px;
  border-radius: 20px;
  background: #fff;
  overflow: hidden;
}

#catalogue .banner li:nth-child(n + 3) {
  margin-top: 30px;
}

#catalogue .banner li a {
  display: flex;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s;
}

#catalogue .banner li a .image {
  width: 48.275862068965516%;
  background: center right no-repeat;
  background-size: cover;
}

#catalogue .banner li.recipe a .image {
  background-image: url(/sustainableproducts/shared/images/img_recipes.jpg);
}

#catalogue .banner li.beauty a .image {
  background-image: url(/sustainableproducts/shared/images/img_beauty.jpg);
}

#catalogue .banner li a .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(100% - 48.275862068965516%);
  padding-left: 45px;
  color: #222;
}

#catalogue .banner li a .text h3 {
  line-height: 1.2;
  letter-spacing: 0.06em;
  font-size: 2.5em;
  font-weight: bold;
}

#catalogue .banner li a .text .sub-title {
  font-size: 1.125em;
  font-weight: bold;
}

#catalogue .banner li a .text p {
  line-height: 1.5;
  margin-top: 12px;
}

#catalogue .banner li.recipe a .text p {
  line-height: 1.5;
  margin-top: 8px;
}

#catalogue .banner li.beauty a .text p:last-of-type {
  line-height: 1.5;
  margin-top: 16px;
}

#catalogue .banner li a .text h3 > span {
  font-size: 1.125rem;
}

#catalogue .box {
  margin: 30px auto 0;
}

#catalogue .box + .box,
#catalogue .box.recipe + .box {
  margin-top: 50px;
}

#catalogue .box.cellenpia-food a {
  display: block;
  max-width: 800px;
  height: auto;
  margin: 0 auto;
  background: url(/sustainableproducts/shared/images/degitalcatalog_cellenpia-food.png) no-repeat center center / contain;
  transition: 0.3s;
  aspect-ratio: 379 / 89;
}

#catalogue .box.recipe a {
  display: block;
  max-width: 800px;
  height: auto;
  margin: 0 auto;
  background: url(/sustainableproducts/shared/images/degitalcatalog_recipes.png) no-repeat center center / contain;
  transition: 0.3s;
  aspect-ratio: 38 / 9;
}

@media only screen and (min-width: 769px) {
  #catalogue .area {
    width: 90%;
    max-width: 1120px;
  }

  #catalogue .wrap > ul li a:hover {
    opacity: 0.8;
  }

  #catalogue .banner li a:hover {
    opacity: 0.8;
  }
}

@media only screen and (max-width: 1000px) {
  #catalogue .wrap > ul li {
    width: calc(100% / 2 - 20px);
  }
}

@media only screen and (max-width: 768px) {
  #catalogue .wrap > ul {
    flex-wrap: wrap;
    margin-top: 45px;
  }

  #catalogue .wrap > ul:has(:nth-child(2):last-child) {
    justify-content: flex-start;
    gap: 0;
  }

  #catalogue .wrap > ul li {
    width: 100%;
  }

  #catalogue .wrap > ul li figure {
    padding-top: 60%;
    border-radius: 16px;
  }

  #catalogue .wrap > ul li p {
    font-size: 1.125em;
  }

  #catalogue .wrap > ul li + li {
    margin-top: 30px;
  }

  #catalogue .key-annote {
    line-height: 1.5;
    margin-top: 40px;
    font-size: 0.875em;
  }

  #catalogue .key-annote span {
    width: 35px;
    height: 35px;
    margin: 0 6px;
    background-size: 20px;
  }

  #catalogue .wrap > ul.has-key {
    margin-top: 40px;
  }

  #catalogue .wrap > ul.has-key li .image::before {
    width: 35px;
    height: 35px;
  }

  #catalogue .banner {
    margin: 50px 0 0;
  }

  #catalogue .banner li {
    width: 100%;
    height: 160px;
    border-radius: 16px;
  }

  #catalogue .banner li + li {
    margin-top: 30px;
  }

  #catalogue .banner li a {
  }

  #catalogue .banner li a .image {
    width: 60%;
  }

  #catalogue .banner li a .text {
    padding: 0 20px;
  }

  #catalogue .banner li a .text h3 {
    font-size: 1.5em;
  }

  #catalogue .banner li a .text .sub-title {
    font-size: 0.8125em;
  }

  #catalogue .banner li a .text p {
    margin-top: 10px;
  }

  #catalogue .banner li.beauty a .text p:last-of-type {
    margin-top: 12px;
  }

  #catalogue .banner li.beauty a .text p:last-of-type,
  #catalogue .banner li.recipe a .text p {
    font-size: 0.75em;
  }

  #catalogue .box + .box {
    margin-top: 25px;
  }

  #catalogue .box.cellenpia-food a {
    /* height: 79px; */
    border-radius: 10px;
  }

  #catalogue .box.recipe a {
    /* height: 68.3px; */
    border-radius: 10px;
    background-size: cover;
  }
}

@media only screen and (max-width: 768px) {
  #catalogue {
    background:
      /*url(/sustainableproducts/shared/images/point_back-top.png) top,*/ url(/sustainableproducts/shared/images/point_back-bottom.png) bottom, linear-gradient(rgba(0, 0, 0, 0) 78.125px, #f5f5f5 78.125px, #f5f5f5 calc(100% - 78.125px), rgba(0, 0, 0, 0) calc(100% - 78.125px));
    background-repeat: repeat-x;
    background-size: 500px;
  }

  #catalogue .area {
    padding: 120px 20px 160px;
  }
}

#interview {
  margin-top: -120px;
  padding-top: 200px;
}

#interview h3 {
  font-size: 2em;
}

#interview h3 + p {
  font-size: 1em;
}

#interview .box.how-to-use + .box {
  margin-top: 60px;
}

#interview .box.how-to-use a {
  display: flex;
  justify-content: center;
  position: relative;
  height: 85px;
  max-width: 760px;
  margin: 40px auto 0;
  border: solid 1px #dbdbdb;
  border-radius: 20px;
  line-height: 2;
  background-color: #ffffff;
  color: #222;
  font-weight: bold;
  align-items: center;
  transition: 0.3s;
}

#interview .box.how-to-use a.gallery:before {
  pointer-events: none;
  display: block;
  content: "";
  width: 1.7777778em;
  height: 1.7777778em;
  border-radius: 50%;
  background-color: #222;
  position: absolute;
  right: 2.3em;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}

#interview .box.how-to-use a.gallery::after {
  pointer-events: none;
  display: block;
  content: "";
  width: 0.4em;
  height: 0.4em;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  right: 3.05em;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  z-index: 3;
  transition: border 0.2s ease-out;
}

#interview .box.how-to-use .video-yt {
  position: relative;
  max-width: 780px;
  margin: 100px auto 0;
}

#interview .box.how-to-use .video-yt iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
}

#interview .box + .box {
  margin-top: 50px;
}

#interview ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 56px;
}

#interview ul:has(:nth-child(2):last-child) {
  justify-content: flex-start;
  gap: 70px 40px;
}

#interview ul li {
  width: calc(100% / 3 - 27px);
}

#interview ul li a {
  transition: opacity 0.3s;
}

#interview ul li figure {
  position: relative;
  padding-top: 66%;
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
}

#interview ul li a .img-wrap {
  position: relative;
}

#interview ul li a .fade-content {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 24px;
  transition: opacity 0.4s;
  background: rgba(0, 0, 0, 0.5);
}

#interview ul li a .fade-content p {
  position: relative;
  display: inline-block;
  margin: 0;
  color: #fff;
  z-index: 100;
  font-size: 1.125em;
  line-height: 1.5;
}

#interview ul li a .fade-content p span {
  display: inline-block;
  margin-top: 14px;
  border-bottom: solid 1px #fff;
  line-height: 1;
}

#interview ul li .image {
  position: absolute;
  display: block;
  object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: "Josefin Sans", sans-serif;
  overflow: hidden;
}

#interview ul li p {
  text-align: center;
  line-height: 1.5;
  margin-top: 16px;
  color: #222;
  font-size: 1.25em;
  font-weight: bold;
}

@media only screen and (min-width: 769px) {
  #interview .area {
    max-width: 800px;
  }

  #interview .box a:hover {
    opacity: 0.8;
  }

  #interview .box.digital-catalog li a:hover,
  #interview .box.how-to-use a:hover {
    border: solid 1px #222;
  }

  #interview .box.recipe a:hover {
    opacity: 0.8;
  }
  
  #interview ul li a:not(:has(.fade-content)):hover {
    opacity: 0.8;
  }

  #interview a:hover .fade-content {
    opacity: 1;
  }
}

@media only screen and (max-width: 1000px) {
  #interview ul li {
    width: calc(100% / 2 - 20px);
  }
}

@media only screen and (max-width: 768px) {
  #interview {
    margin-top: 0;
    padding-top: 50px;
  }

  #interview .area {
    /*padding: 120px 20px;*/
    padding: 120px 20px 100px;
  }

  #interview .box a {
    border-radius: 10px;
    height: 107px;
  }

  #interview h3 {
    font-size: 1.25em;
  }

  #interview .box p {
    font-size: 0.75em;
    margin-top: 6px;
  }

  #interview ul {
    flex-wrap: wrap;
    margin-top: 20px;
  }

  #interview ul:has(:nth-child(2):last-child) {
    justify-content: flex-start;
    gap: 0;
  }

  #interview ul li {
    width: 100%;
  }

  #interview ul li figure {
    padding-top: 60%;
    border-radius: 16px;
  }

  #interview ul li p {
    font-size: 1.125em;
  }

  #interview ul li + li {
    margin-top: 30px;
  }

  #interview .primary {
    font-size: 1.12em;
  }

  #interview .secondary {
    margin-top: 6px;
    font-size: 0.75em;
  }

  #interview .tertiary {
    margin-top: 10px;
    font-size: 0.75em;
  }

  #interview .tertiary + .box {
    margin-top: 20px;
  }

  #interview .box.digital-catalog h3 {
    font-size: 1.25em;
  }

  #interview .box.digital-catalog h3 + p {
    font-size: 0.875em;
  }

  #interview .box.digital-catalog li {
    margin-top: 20px;
  }

  #interview .box.digital-catalog li a {
    height: 70px;
    border-radius: 10px;
  }

  #interview .box.digital-catalog li a p {
    font-size: 0.75em;
  }

  #interview .box.digital-catalog + .box {
    margin-top: 40px;
  }

  #interview .box + .box {
    margin-top: 25px;
  }

  #interview .box.beauty a {
    height: 95px;
    border-radius: 10px;
  }

  #interview .box.digital-catalog + .box.document {
    margin-top: 20px;
  }

  #interview .box.document a {
    height: 95px;
    border-radius: 10px;
  }

  #interview .box.document + .box {
    margin-top: 25px;
  }

  #interview .box.how-to-use {
    margin-top: 20px;
  }

  #interview .box.how-to-use + .box {
    margin-top: 30px;
  }

  #interview .box.how-to-use h3 {
    font-size: 1.25em;
  }

  #interview .box.how-to-use h3 + p {
    margin-top: 6px;
    font-size: 0.875em;
  }

  #interview .box.how-to-use p {
    margin-top: 0;
  }

  #interview .box.how-to-use a {
    height: 70px;
    margin-top: 20px;
    border-radius: 10px;
  }

  #interview .box.how-to-use a.gallery:before {
    right: 1.5em;
  }

  #interview .box.how-to-use a.gallery:after {
    right: 2.2em;
  }

  #interview .box.how-to-use .video-yt {
    margin: 40px auto 0;
  }
}

/*-----------------------------------------------------------
	#point
-----------------------------------------------------------*/

#point .area {
  padding: 40px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#point .wrap .josefin,
#point .wrap .jp-small {
  opacity: 0;
}

#point .catch {
  max-width: 550px;
  text-align: center;
  opacity: 0;
}

#point .catch img {
  /* border-radius: 50%; */
  /* 写真が横に長い時に広げる */
  width: 85%;
  object-fit: cover;
  /* max-height: 320px; */
}

#point .catch.square img {
  border-radius: 0;
}

#point .wrap {
  max-width: 550px;
  width: 100%;
  margin-left: 20px;
}

#point .primary {
  font-size: 1.5em;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-top: 70px;
  line-height: 1.46;
  opacity: 0;
}

#point .secondary {
  margin-top: 30px;
  line-height: 2;
  opacity: 0;
}

#point .secondary + .primary {
  margin-top: 20px;
}

#point dl {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.625;
  margin-top: 40px;
  opacity: 0;
}

#point dt {
  width: 144px;
  min-height: 53px;
  font-weight: bold;
  background-color: #e5e5e5;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-top: 24px;
  text-align: center;
}

#point dt:first-of-type {
  margin-top: 0;
}

#point dd {
  width: calc(100% - 144px);
  display: flex;
  align-items: center;
  margin-top: 24px;
}

#point dd .icon {
  display: flex;
  flex-wrap: wrap;
  margin-top: -10px;
  margin-left: -10px;
}

#point dd .icon > li {
  width: 80px;
  margin-top: 10px;
  margin-left: 10px;
}

@media only screen and (min-width: 769px) {
  #point .area {
    width: 90%;
    max-width: 1120px;
  }

  #point dd {
    padding-left: 25px;
  }

  #point dd:first-of-type {
    margin-top: 0;
  }
}

@media only screen and (max-width: 768px) {
  #point .area {
    padding: 40px 20px 20px;
    flex-wrap: wrap-reverse;
  }

  #point .catch {
    /* 写真が横に長い時に100%まで広げる */
    width: 100%;
  }

  #point .catch img {
    /* 写真が横に長い時に100%まで広げる */
    max-width: 100%;
    max-height: 295px;
  }

  #point .wrap {
    margin-left: 0;
  }

  #point .primary {
    font-size: 1.12em;
    margin-top: 35px;
  }

  #point .secondary {
    font-size: 0.875em;
    margin-top: 15px;
  }

  #point dl {
    display: block;
    line-height: 2;
    margin-top: 30px;
    font-size: 0.875em;
  }

  #point dt {
    width: 130px;
    min-height: 40px;
    border-radius: 5px;
    margin-top: 30px;
  }

  #point dd {
    width: 100%;
    margin-top: 8px;
  }

  #point dd .icon {
    margin-top: -8px;
    margin-left: -8px;
  }

  #point dd .icon > li {
    width: 60px;
    margin-top: 8px;
    margin-left: 8px;
  }
}

/* @media only screen and (min-width: 769px) {
  #point .area {
    max-width: 1240px;
  }
} */

/*-----------------------------------------------------------
	#qa
-----------------------------------------------------------*/
#qa {
  position: relative;
  background: url(/sustainableproducts/shared/images/contact_back-top.png) top, /*url(/sustainableproducts/shared/images/contact_back-bottom.png) bottom,*/ /*linear-gradient(rgba(0, 0, 0, 0) 200px, #F5F5F5 200px, #F5F5F5 calc(100% - 300px), rgba(0, 0, 0, 0) calc(100% - 300px));*/ linear-gradient(rgba(0, 0, 0, 0) 200px, #f5f5f5 200px, #f5f5f5 calc(100% - 0px), rgba(0, 0, 0, 0) calc(100% - 0px));
  background-repeat: repeat-x;
  background-size: 1920px;
}

#qa .area {
  /*padding: 350px 20px 360px;*/
  padding: 350px 20px 260px;
}

#qa .area > h2,
#qa .area > p {
  text-align: center;
}

#qa .box {
  margin-top: 80px;
}

#qa .box a {
  background-color: #222;
  border-radius: 20px;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: 0.3s;
}

#qa .wrap {
  text-align: center;
}

#qa .box h2 {
  font-size: 2.25em;
  line-height: 1.4;
}

#qa .box p {
  line-height: 2;
}

/* #qa .box p {
  margin-top: 10px;
} */

/* #qa li:first-child {
  margin-top: 90px;
} */

#qa .accordion {
  list-style: none;
  padding: 0;
  max-width: 720px;
  margin: 56px auto 0;
}

#qa .accordion li + li {
  margin-top: 16px;
}

#qa .accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1.5;
  width: 100%;
  background: #fff;
  border-radius: 16px;
  padding: 24px;
  color: #222;
  font-weight: bold;
  transition: opacity 0.3s;
}

#qa .accordion-content {
  display: none;
  line-height: 2;
  padding: 22px 24px;
  background: #b8e5bb;
  border-radius: 16px;
}

#qa .accordion-content p + figure {
  margin: 20px 0 0;
}

/* ▼ 矢印アイコン */
#qa .arrow {
  min-width: 26px;
  min-height: 26px;
  width: 26px;
  height: 26px;
  margin-left: 10px;
  border: 1px solid #a1a1a1;
  border-radius: 50%;
  background: url(/sustainableproducts/shared/images/icon_qa-arrow.svg) center center no-repeat;
  background-size: 11px;
  transition: transform 0.2s;
}

#qa .accordion-item.active .arrow {
  transform: rotate(180deg); /* 開いたときに矢印を回転 */
}

#qa .frequent-question {
  max-width: 720px;
  margin: 80px auto 0;
}

#qa .frequent-question a {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.5;
  width: 100%;
  background: url(/sustainableproducts/shared/images/icon-external.png) right 40px center / 32px no-repeat #fff;
  border-radius: 16px;
  padding: 24px;
  color: #222;
  font-size: 1.25em;
  font-weight: bold;
  transition: opacity 0.3s;
}

@media only screen and (min-width: 769px) {
  #qa .area {
    width: 90%;
    max-width: 800px;
  }

  #qa .box a:hover {
    opacity: 0.8;
  }

  #qa .accordion-header:hover {
    opacity: 0.8;
  }

  #qa .frequent-question a:hover {
    opacity: 0.8;
  }
}

@media only screen and (max-width: 768px) {
  #qa {
    background: url(/sustainableproducts/shared/images/contact_back-top.png) top, /*url(/sustainableproducts/shared/images/contact_back-bottom.png) bottom,*/ linear-gradient(rgba(0, 0, 0, 0) 78.125px, #f5f5f5 78.125px, #f5f5f5 calc(100% - 78.125px), rgba(0, 0, 0, 0) calc(100% - 78.125px));
    background-repeat: repeat-x;
    background-size: 500px;
  }

  #qa .area {
    /*padding: 120px 20px;*/
    padding: 120px 20px 160px;
  }

  #qa .box {
    margin-top: 30px;
  }

  #qa .box h2 {
    font-size: 1.5em;
  }

  #qa .box a {
    border-radius: 10px;
    height: 107px;
  }

  #qa .box p {
    font-size: 0.75em;
    margin-top: 6px;
  }

  /* #qa li:first-child {
    margin-top: 35px;
  } */

  #qa .accordion {
    margin: 40px auto 0;
  }

  #qa .accordion-header {
    font-size: 0.9375em;
    padding: 20px;
  }

  #qa .arrow {
    width: 24px;
    height: 24px;
  }

  #qa .accordion-content {
    padding: 18px 22px;
    font-size: 0.875em;
  }

  #qa .frequent-question {
    margin: 30px auto 0;
  }

  #qa .frequent-question a {
    font-size: 1.125em;
  }
}

/*-----------------------------------------------------------
	#related
-----------------------------------------------------------*/
#related .area {
  padding: 150px 20px;
}

#related .area .related-area,
#related .area .recommend-area {
  display: flex;
  justify-content: space-between;
}

#related .related-area + .recommend-area {
  margin-top: 120px;
}

#related .wrap {
  width: 60%;
  /* width: 360px; */
  /* flex-shrink: 0; */
}

#related .wrap h2 {
  letter-spacing: 0.06em;
  font-size: 2.875em;
}

#related ul {
  max-width: 800px;
  width: 100%;
  margin-left: 20px;
}

#related li + li {
  margin-top: 26px;
}

#related a {
  display: block;
  width: 100%;
  height: 160px;
  border: solid 1px #dbdbdb;
  border-radius: 10px;
  font-weight: 500;
  line-height: 2;
  color: #222;
  padding-left: 32px;
  display: flex;
  align-items: center;
  transition: 0.3s;
  background-position: 20px center;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

#related .recommend-area a {
  overflow: hidden;
  padding-left: 0;
}

#related .external {
  height: 96px;
  padding-right: 70px;
  background: url(/sustainableproducts/shared/images/icon-external.png) right 40px center / 32px no-repeat;
}

#related .external img {
  width: auto;
}

#related .external.cellenpia img,
#related .external.morimori img {
  height: 100%;
  padding: 17px 0;
}

#related .gallery {
  position: relative;
  justify-content: center;
  height: 130px;
  padding-left: 0;
}

#related .gallery:before {
  pointer-events: none;
  display: block;
  content: "";
  width: 1.7777778em;
  height: 1.7777778em;
  border-radius: 50%;
  background-color: #222;
  position: absolute;
  right: 2.3em;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}

#related .gallery::after {
  pointer-events: none;
  display: block;
  content: "";
  width: 0.4em;
  height: 0.4em;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  right: 3.05em;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  z-index: 3;
  transition: border 0.2s ease-out;
}

#related .gallery .wrap {
  width: 100%;
  padding-left: 32px;
}

#related .gallery .wrap h2 {
  font-size: 1.75em;
  line-height: 1.4;
}

#related .recommend-area ul li {
}

#related .recommend-area ul li .image {
  width: 35%;
  height: 100%;
  background: center center no-repeat;
  background-size: cover;
}

/* 画像 */

#related .recommend-area ul li.torurapurasu .image {
  background-image: url(/sustainableproducts/shared/images/recommend_torurapurasu_bg.jpg);
}

#related .recommend-area ul li.rnam .image {
  background-image: url(/sustainableproducts/shared/images/recommend_rnam_bg.jpg);
}

#related .recommend-area ul li.morimori .image {
  background-image: url(/sustainableproducts/shared/images/recommend_morimori_bg.jpg);
}

#related .recommend-area ul li.lamina .image {
  background-image: url(/sustainableproducts/shared/images/recommend_lamina_bg.jpg);
}

#related .recommend-area ul li.shieldplus .image {
  background-image: url(/sustainableproducts/shared/images/recommend_shieldplus_bg.jpg);
}

#related .recommend-area ul li.cellenpia-plus .image {
  background-image: url(/sustainableproducts/shared/images/recommend_cellenpia-plus.jpg);
}

#related .recommend-area ul li.cellenpia-beauty .image {
  background-image: url(/sustainableproducts/shared/images/recommend_cellenpia-beauty.jpg);
}

#related .recommend-area ul li.cellenpia-food .image {
  background-image: url(/sustainableproducts/shared/images/recommend_cellenpia-food.jpg);
}

#related .recommend-area ul li.cellenpia-industry .image {
  background-image: url(/sustainableproducts/shared/images/recommend_cellenpia-industry.jpg);
}

#related .recommend-area ul li .text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 35%);
  padding: 32px;
}

#related .recommend-area ul li .text p {
  font-size: 1.25em;
  font-weight: bold;
}

#related .recommend-area ul li .text .arrow {
  position: relative;
  display: block;
  min-width: 1.7777778em;
  min-height: 1.7777778em;
  width: 1.7777778em;
  height: 1.7777778em;
  border-radius: 50%;
  background-color: #222;
  z-index: 3;
}

#related .recommend-area ul li .text .arrow::before {
  position: absolute;
  display: block;
  content: "";
  width: 0.4em;
  height: 0.4em;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  right: 0.8em;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  z-index: 3;
  transition: border 0.2s ease-out;
}

@media only screen and (min-width: 769px) {
  #related .area {
    width: 90%;
    max-width: 1120px;
  }

  #related a:hover {
    border: solid 1px #222;
  }
}

@media only screen and (max-width: 768px) {
  #related .area {
    padding: 10px 20px 60px;
    margin: -30px auto 0;
    display: block;
  }

  #related .wrap {
    width: 100%;
  }

  #related .wrap h2 {
    font-size: 1.25em;
  }

  #related .area .related-area,
  #related .area .recommend-area {
    flex-direction: column;
  }

  #related .related-area + .recommend-area {
    margin-top: 50px;
  }

  #related ul {
    margin-left: 0;
    margin-top: 20px;
  }

  #related li + li {
    margin-top: 20px;
  }

  #related a {
    height: 107px;
    border-radius: 5px;
    font-size: 0.81em;
    padding-left: 30px;
    background-position: center;
    background-size: 100%;
  }

  #related .recommend-area a {
    height: 90px;
  }

  #related .external {
    background: url(/sustainableproducts/shared/images/icon-external.png) right 20px center / 24px no-repeat;
  }

  #related .gallery {
    height: 107px;
  }

  #related .gallery:before {
    right: 1.5em;
  }

  #related .gallery:after {
    right: 2.2em;
  }

  #related .news-link > span {
    display: block;
    padding-right: 60px;
  }

  #related .recommend-area ul li .text {
    padding: 20px;
  }

  #related .recommend-area ul li .text p {
    font-size: 0.9375rem;
  }
}

/* レスポンシブ */
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  #about .area {
    padding-right: 20px;
  }

  /* #point .area {
    padding-left: 20px;
  } */

  #related .area {
    flex-direction: column;
  }

  #related ul {
    margin-top: 30px;
  }
}

.waves {
  position: absolute;
  top: 50px;
  z-index: 10;
  width: 100%;
  margin-bottom: -7px; /*Fix for safari gap*/
  min-height: 100px;
  max-height: 150px;
}
@media (max-width: 768px) {
  .waves {
    top: 30px;
    height: 50px;
    min-height: 50px;
  }
}

.waves2 {
  position: absolute;
  top: auto;
  bottom: 0px;
  z-index: 10;
  width: 100%;
  margin-bottom: -7px; /*Fix for safari gap*/
  min-height: 130px;
  max-height: 170px;
}
@media (max-width: 768px) {
  .waves2 {
    bottom: 0;
    height: 50px;
    min-height: 50px;
  }
}

.waves3 {
  position: absolute;
  top: 80px;
  z-index: 10;
  width: 100%;
  margin-bottom: -7px; /*Fix for safari gap*/
  min-height: 100px;
  max-height: 150px;
}
@media (max-width: 768px) {
  .waves3 {
    top: 20px;
    height: 50px;
    min-height: 50px;
  }
}

.waves4 {
  position: absolute;
  bottom: 0px;
  z-index: 10;
  width: 100%;
  margin-bottom: -7px; /*Fix for safari gap*/
  min-height: 100px;
  max-height: 150px;
}

@media (max-width: 768px) {
  .waves4 {
    bottom: 71px;
    height: 40px;
    min-height: 40px;
  }
}

.waves5 {
  position: absolute;
  top: 80px;
  z-index: 10;
  width: 100%;
  margin-bottom: -7px; /*Fix for safari gap*/
  min-height: 120px;
  max-height: 170px;
}
@media (max-width: 768px) {
  .waves5 {
    top: 20px;
    height: 60px;
    min-height: 60px;
  }
}

/* Animation */

.parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}
.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}

/*-----------------------------------------------------------
	#recipe
-----------------------------------------------------------*/
#recipe {
  position: relative;
  padding: 0 0 140px;
  padding-top: 240px;
  z-index: 1;
}

#recipe .area {
  max-width: 1240px;
  padding: 0 20px;
}

#recipe #search {
  margin-top: 100px;
  display: flex;
  border-top: solid 1px #dbdbdb;
  border-bottom: solid 1px #dbdbdb;
  padding: 21px 0 21px 40px;
}

#recipe #search p {
  font-weight: bold;
  line-height: 1.5;
  padding-left: 55px;
  background: url(/sustainableproducts/images/icon-search.png) left / 43px no-repeat;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

#recipe #search .btns {
  display: flex;
  flex-wrap: wrap;
  max-width: 924px;
  width: 100%;
  margin-left: 37px;
  margin-top: -8px;
}

#recipe #search .btns > li {
  will-change: transform;
  padding: 10px 20px;
  background-color: #e38c00;
  border-radius: 10px;
  color: #fff;
  font-size: 0.875em;
  font-weight: bold;
  line-height: 1.42857;
  margin-left: 8px;
  margin-top: 10px;
  text-align: center;
  cursor: pointer;
  display: flex;
  align-items: center;

  /*アニメーションの起点とするためrelativeを指定*/
  position: relative;
  z-index: 1;
  overflow: hidden;
  outline: none;
  transition: ease-out 0.2s;
}
@media only screen and (max-width: 768px) {
  #recipe #search .btns > li {
    background-color: #00a35e;
  }
}

/*== 背景が流れる（左から右） */
#recipe #search .btns > li span {
  position: relative;
  z-index: 3; /*z-indexの数値をあげて文字を背景よりも手前に表示*/
}
@media only screen and (min-width: 769px) {
  #recipe #search .btns .bgleft:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: #00a35e;
    width: 100%;
    height: 100%;
    transition: transform 0.25s ease-out 0s;
    transform: scale(1, 1);
    transform-origin: right top !important;
  }

  /*hoverした際の形状*/
  #recipe #search .btns .bgleft:hover:before {
    will-change: transform;
    transform-origin: left top;
    transform: scale(0, 1);
  }
}
#recipe #search .btns .option:before {
  display: none;
}

#recipe #all {
  padding: 20px 48px;
}

#recipe #search .btns > .option {
  background-color: #e38c00 !important;
  /*background-color: #00A35E;*/
}

#recipe .tertiary {
  margin-top: 20px;
}

#recipe .recipe-item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: -10px;
  margin-left: -60px;
  min-height: 300px;
}

#recipe .recipe-item:after {
  display: block;
  content: "";
  width: 360px;
}

#recipe .recipe-item > li {
  margin-top: 60px;
  margin-left: 60px;
}

#recipe .recipe-item > li div {
  position: relative;
  text-align: center;
}

#recipe .recipe-item > li .fade-content {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 30px;
  transition: opacity 0.4s;
  background: rgba(0, 0, 0, 0.5);
}

#recipe .recipe-item > li .fade-content.active {
  opacity: 1;
}

#recipe .recipe-item > li .fade-content p {
  position: relative;
  display: inline-block;
  color: #fff;
  z-index: 100;
  font-size: 1.125em;
}

#recipe .recipe-item > li .fade-content p:before {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  right: -25px;
  width: 25px;
  height: 25px;
  background: url(/sustainableproducts/shared/images/recipe_icon-download.png) no-repeat center center / cover;
  transform: translateY(-50%);
}

#recipe .recipe-item > li .fade-content p span {
  display: inline-block;
  border-bottom: solid 1px #fff;
  line-height: 1;
}

#recipe .recipe-item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #222;
}

#recipe .recipe-item .img-wrap {
  width: 360px;
  height: 360px;
  /* aspect-ratio: 1 / 1; */
}

#recipe .recipe-item .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}

#recipe .recipe-item p.effect {
  position: relative;
  display: inline-block;
  /* left: 50%; */
  margin: 20px 0 0;
  font-size: 1em;
  line-height: 1.5625;
  /* transform: translateX(-50%); */
}

#recipe .recipe-item p.effect:before,
#recipe .recipe-item p.effect:after {
  position: absolute;
  display: inline-block;
  top: 50%;
  width: 1px;
  height: 75%;
  background: url(/sustainableproducts/shared/images/border.svg) center center repeat-y;
  content: "";
}

#recipe .recipe-item p.effect:before {
  left: -15px;
  transform: translateY(-50%) rotate(-30deg);
}

#recipe .recipe-item p.effect:after {
  right: -15px;
  transform: translateY(-50%) rotate(30deg);
}

#recipe .recipe-item p {
  /* font-size: 1.5em; */
  font-size: 1.4rem;
  font-weight: 500;
  margin: 4px 0 0;
  text-align: center;
  line-height: 1.25;
}

#js-anchor {
  margin-top: -150px;
  padding-top: 150px;
}

#recipe .box a {
  position: relative;
  width: 100%;
  max-width: 780px;
  height: 107px;
  margin: 100px auto 0;
  border: solid 1px #dbdbdb;
  border-radius: 10px;
  font-weight: 500;
  line-height: 2;
  color: #222;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

#recipe .box a:before {
  pointer-events: none;
  display: block;
  content: "";
  width: 1.7777778em;
  height: 1.7777778em;
  border-radius: 50%;
  background-color: #222;
  position: absolute;
  right: 0.85em;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}

#recipe .box a::after {
  pointer-events: none;
  display: block;
  content: "";
  width: 0.4em;
  height: 0.4em;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  right: 1.6em;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  z-index: 3;
  transition: border 0.2s ease-out;
}

@media only screen and (min-width: 769px) {
  #recipe .box a:hover {
    border: solid 1px #222;
  }
}

@media only screen and (max-width: 768px) {
  #recipe {
    background-size: auto 100px;
    margin-top: -100px;
    padding: 100px 0 80px;
    padding-top: 200px;
  }

  #recipe .area {
    max-width: 500px;
    padding: 0 20px;
  }

  #recipe #search {
    margin-top: 60px;
    flex-direction: column;
    padding: 24px 12px 24px;
  }

  #recipe #search p {
    font-size: 0.875em;
  }

  #recipe #search .btns {
    margin-left: -8px;
    margin-top: 10px;
  }

  #recipe #search .btns > li {
    font-size: 0.8125em;
    padding: 8px 16px;
  }

  #recipe #all {
    padding: 10px 24px;
  }

  #recipe .tertiary {
    margin-top: 10px;
    font-size: 0.875em;
  }

  #recipe .recipe-item {
    margin: 0;
    padding-top: 20px;
  }

  #recipe .recipe-item > li {
    margin: 0 0 20px;
    width: 48%;
  }

  #recipe .recipe-item .img-wrap {
    width: 160px;
    height: 160px;
    margin: 0 auto;
  }

  #recipe .recipe-item p.name {
    position: relative;
    padding-right: 16px;
    font-size: 0.9em;
    line-height: 1.25;
  }

  #recipe .recipe-item p.name::after {
    position: absolute;
    display: inline-block;
    width: 21px;
    height: 21px;
    bottom: -2px;
    background: url(/sustainableproducts/shared/images/contact_icon-download.png) no-repeat center center / cover;
    content: "";
  }

  #recipe .recipe-item p.effect {
    margin-top: 10px;
    font-size: 0.7em;
  }

  #recipe .recipe-item > li .fade-content p {
    font-size: 0.75rem;
  }

  #recipe .recipe-item > li .fade-content p:before {
    right: -14px;
    width: 13px;
    height: 13px;
  }

  #recipe .recipe-item p.effect:before {
    left: -10px;
  }

  #recipe .recipe-item p.effect:after {
    right: -10px;
  }

  #recipe .box a {
    height: 70px;
    margin: 20px auto 0;
    padding-left: 30px;
    border-radius: 5px;
    font-size: 0.81em;
    justify-content: left;
  }

  #recipe .box a:before {
    right: 20px;
  }

  #recipe .box a::after {
    right: 30px;
  }
}

/*-----------------------------------------------------------
	#beauty
-----------------------------------------------------------*/
#beauty {
  position: relative;
  padding: 0 0 140px;
  padding-top: 240px;
  z-index: 1;
}

#beauty .area {
  max-width: 1240px;
  padding: 0 20px;
}

#beauty .movie-wrap {
  max-width: 900px;
  margin: 40px auto 60px;
}

#beauty .movie-wrap iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
}

#beauty .beauty-box a {
  position: relative;
  width: 100%;
  max-width: 780px;
  height: 107px;
  margin: 75px auto 0;
  border: solid 1px #dbdbdb;
  border-radius: 10px;
  font-weight: 500;
  line-height: 2;
  color: #222;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

#beauty .beauty-box a:before {
  pointer-events: none;
  display: block;
  content: "";
  width: 1.7777778em;
  height: 1.7777778em;
  border-radius: 50%;
  background-color: #222;
  position: absolute;
  right: 0.85em;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}

#beauty .beauty-box a::after {
  pointer-events: none;
  display: block;
  content: "";
  width: 0.4em;
  height: 0.4em;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  right: 1.6em;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  z-index: 3;
  transition: border 0.2s ease-out;
}

#beauty .beauty-box + .jp-small {
  margin-top: 50px;
}

#beauty .tertiary {
  margin-top: 20px;
}

#beauty .beauty-item {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: -10px;
  min-height: 300px;
  column-gap: 60px;
}

#beauty .beauty-item:after {
  display: block;
  content: "";
  width: 780px;
}

#beauty .beauty-item > li {
  margin-top: 60px;
}

#beauty .beauty-item > li div {
  position: relative;
  text-align: center;
}

#beauty .beauty-item > li .fade-content {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 30px;
  transition: opacity 0.4s;
  background: rgba(0, 0, 0, 0.5);
}

#beauty .beauty-item > li .fade-content.active {
  opacity: 1;
}

#beauty .beauty-item > li .fade-content p {
  position: relative;
  display: inline-block;
  color: #fff;
  z-index: 100;
  font-size: 1.125em;
  padding-right: 18.75px;
}

#beauty .beauty-item > li .fade-content p:before {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  right: -6.25px;
  width: 25px;
  height: 25px;
  background: url(/sustainableproducts/shared/images/recipe_icon-download.png) no-repeat center center / cover;
  transform: translateY(-50%);
}

#beauty .beauty-item > li .fade-content p span {
  display: inline-block;
  border-bottom: solid 1px #fff;
  line-height: 1;
}

#beauty .beauty-item a {
  display: block;
  color: #222;
}

#beauty .beauty-item .img-wrap {
  max-width: 360px;
}

#beauty .beauty-item p {
  font-size: 1.25em;
  font-weight: 500;
  margin: 2px auto 0;
  text-align: center;
}

#beauty .beauty-item .name {
  margin: 20px auto 0;
}

#js-anchor {
  margin-top: -150px;
  padding-top: 150px;
}

#beauty .box a {
  position: relative;
  width: 100%;
  max-width: 780px;
  height: 107px;
  margin: 125px auto 0;
  border: solid 1px #dbdbdb;
  border-radius: 10px;
  font-weight: 500;
  line-height: 2;
  color: #222;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

#beauty .box a:before {
  pointer-events: none;
  display: block;
  content: "";
  width: 1.7777778em;
  height: 1.7777778em;
  border-radius: 50%;
  background-color: #222;
  position: absolute;
  right: 0.85em;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}

#beauty .box a::after {
  pointer-events: none;
  display: block;
  content: "";
  width: 0.4em;
  height: 0.4em;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  right: 1.6em;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  z-index: 3;
  transition: border 0.2s ease-out;
}

#beauty .beauty-movies {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 100px 40px;
  margin-top: 80px;
}

#beauty .beauty-movies li {
  width: calc(50% - 20px);
}

#beauty .beauty-movies li p {
  font-size: 1.25em;
}

#beauty .beauty-movies li > iframe,
#beauty .beauty-movies li > div {
  margin: 20px 0 0;
  width: 100%;
}

#beauty .beauty-movies li iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}

@media only screen and (min-width: 769px) {
  #beauty .beauty-box a:hover {
    border: solid 1px #222;
  }

  #beauty .box a:hover {
    border: solid 1px #222;
  }

  #beauty br.for-sp {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  #beauty {
    background-size: auto 100px;
    margin-top: -100px;
    padding: 100px 0 80px;
    padding-top: 200px;
  }

  #beauty .area {
    max-width: 500px;
    padding: 0 20px;
  }

  #beauty .movie-wrap {
    max-width: none;
    margin: 20px auto 40px;
  }

  #beauty .beauty-box a {
    height: 70px;
    margin: 20px auto 0;
    padding-left: 30px;
    border-radius: 5px;
    font-size: 0.81em;
    justify-content: left;
  }

  #beauty .beauty-box a:before {
    right: 20px;
  }

  #beauty .beauty-box a::after {
    right: 30px;
  }

  #beauty .beauty-box + .jp-small {
    margin-top: 20px;
  }

  #beauty .tertiary {
    margin-top: 10px;
    font-size: 0.875em;
  }

  #beauty .beauty-item {
    justify-content: space-between;
    margin: 0;
    padding-top: 20px;
    column-gap: normal;
  }

  #beauty .beauty-item > li {
    margin: 0 0 30px;
    width: 48%;
  }

  #beauty .beauty-item p.name {
    position: relative;
    padding-right: 4px;
    font-size: 0.75em;
    line-height: 1.25;
    margin: 10px auto 0;
  }

  #beauty .beauty-item p.name::after {
    position: absolute;
    display: inline-block;
    width: 15px;
    height: 15px;
    bottom: -2px;
    background: url(/sustainableproducts/shared/images/contact_icon-download.png) no-repeat center center / cover;
    content: "";
  }

  #beauty .beauty-item > li .fade-content p {
    font-size: 0.75rem;
  }

  #beauty .beauty-item > li .fade-content p:before {
    right: -14px;
    width: 13px;
    height: 13px;
  }

  #beauty .box a {
    height: 70px;
    margin: 20px auto 0;
    padding-left: 30px;
    border-radius: 5px;
    font-size: 0.81em;
    justify-content: left;
  }

  #beauty .box a:before {
    right: 20px;
  }

  #beauty .box a::after {
    right: 30px;
  }

  #beauty .beauty-movies {
    margin-top: 20px;
    gap: 40px;
  }

  #beauty .beauty-movies li {
    width: 100%;
  }

  #beauty .beauty-movies li p {
    font-size: 1em;
  }

  #beauty .beauty-movies + .box a {
    margin: 75px auto 0;
  }
}

/*-----------------------------------------------------------
	#torurapurasu-document
-----------------------------------------------------------*/
#torurapurasu-document {
  position: relative;
  padding: 0 0 140px;
  padding-top: 240px;
  z-index: 1;
}

#torurapurasu-document .area {
  max-width: 1240px;
  padding: 0 20px;
}

#torurapurasu-document .tertiary {
  margin-top: 20px;
}

#torurapurasu-document .document-item {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: -10px;
  min-height: 300px;
  column-gap: 60px;
}

#torurapurasu-document .document-item:after {
  display: block;
  content: "";
  width: 360px;
}

#torurapurasu-document .document-item > li {
  margin-top: 60px;
}

#torurapurasu-document .document-item > li div {
  position: relative;
  text-align: center;
}

#torurapurasu-document .document-item > li .fade-content {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 30px;
  transition: opacity 0.4s;
  background: rgba(0, 0, 0, 0.5);
}

#torurapurasu-document .document-item > li .fade-content.active {
  opacity: 1;
}

#torurapurasu-document .document-item > li .fade-content p {
  position: relative;
  display: inline-block;
  color: #fff;
  z-index: 100;
  font-size: 1.125em;
  padding-right: 18.75px;
}

#torurapurasu-document .document-item > li .fade-content p:before {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  right: -6.25px;
  width: 25px;
  height: 25px;
  background: url(/sustainableproducts/shared/images/recipe_icon-download.png) no-repeat center center / cover;
  transform: translateY(-50%);
}

#torurapurasu-document .document-item > li .fade-content p span {
  display: inline-block;
  border-bottom: solid 1px #fff;
  line-height: 1;
}

#torurapurasu-document .document-item a {
  display: block;
  color: #222;
}

#torurapurasu-document .document-item .img-wrap {
  max-width: 360px;
}

#torurapurasu-document .document-item .img-wrap img {
  border-radius: 30px;
}

#torurapurasu-document .document-item p {
  font-size: 1.25em;
  font-weight: 500;
  margin: 2px auto 0;
  text-align: center;
}

#torurapurasu-document .document-item .name {
  margin: 20px auto 0;
}

#js-anchor {
  margin-top: -150px;
  padding-top: 150px;
}

#torurapurasu-document .box a {
  position: relative;
  width: 100%;
  max-width: 780px;
  height: 107px;
  margin: 125px auto 0;
  border: solid 1px #dbdbdb;
  border-radius: 10px;
  font-weight: 500;
  line-height: 2;
  color: #222;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

#torurapurasu-document .box a:before {
  pointer-events: none;
  display: block;
  content: "";
  width: 1.7777778em;
  height: 1.7777778em;
  border-radius: 50%;
  background-color: #222;
  position: absolute;
  right: 0.85em;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}

#torurapurasu-document .box a::after {
  pointer-events: none;
  display: block;
  content: "";
  width: 0.4em;
  height: 0.4em;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  right: 1.6em;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  z-index: 3;
  transition: border 0.2s ease-out;
}

@media only screen and (min-width: 769px) {
  #torurapurasu-document .box a:hover {
    border: solid 1px #222;
  }

  #torurapurasu-document br.for-sp {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  #torurapurasu-document {
    background-size: auto 100px;
    margin-top: -100px;
    padding: 100px 0 80px;
    padding-top: 200px;
  }

  #torurapurasu-document .area {
    max-width: 500px;
    padding: 0 20px;
  }

  #torurapurasu-document .tertiary {
    margin-top: 10px;
    font-size: 0.875em;
  }

  #torurapurasu-document .document-item {
    justify-content: space-between;
    margin: 0;
    padding-top: 20px;
    column-gap: normal;
  }

  #torurapurasu-document .document-item > li {
    margin: 0 0 30px;
    width: 48%;
  }

  #torurapurasu-document .document-item p.name {
    position: relative;
    padding-right: 8px;
    font-size: 0.75em;
    line-height: 1.25;
    margin: 10px auto 0;
  }

  #torurapurasu-document .document-item p.name::after {
    position: absolute;
    display: inline-block;
    width: 15px;
    height: 15px;
    bottom: -1px;
    background: url(/sustainableproducts/shared/images/contact_icon-download.png) no-repeat center center / cover;
    content: "";
  }

  #torurapurasu-document .document-item > li .fade-content p {
    font-size: 0.75rem;
  }

  #torurapurasu-document .document-item > li .fade-content p:before {
    right: -14px;
    width: 13px;
    height: 13px;
  }

  #torurapurasu-document .box a {
    height: 70px;
    margin: 20px auto 0;
    padding-left: 30px;
    border-radius: 5px;
    font-size: 0.81em;
    justify-content: left;
  }

  #torurapurasu-document .box a:before {
    right: 20px;
  }

  #torurapurasu-document .box a::after {
    right: 30px;
  }
}
