@charset "UTF-8";
/*-----------------------------------------------------------
	#global-header
-----------------------------------------------------------*/
#global-header .back-btn {
  display: block;
}

#global-header .logo {
  width: 147.6px;
  margin: 20px 0;
}

#global-header .global-header-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 48px;
}

#global-header .global-header-wrap .menu ul {
  display: flex;
  column-gap: 25px;
}

#global-header .global-header-wrap .menu ul li a {
  font-size: 0.875em;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #222222;
}

@media only screen and (min-width: 1001px) {
  .header-sp {
    display: none !important;
  }
}

@media screen and (max-width: 1000px) {
  .header-pc {
    display: none !important;
  }

  #global-header {
  }

  #global-header .logo {
    width: 100px;
  }

  #global-header .global-header-wrap {
    padding: 0 24px;
  }

  #global-header .logo .home a img {
    width: 283px;
    height: auto;
  }

  #global-header .menu-toggle {
    display: block;
    position: absolute;
    right: 24px;
    top: 0;
    z-index: 200;
  }

  #global-header.chg .menu-toggle {
    top: 4px;
  }

  #global-header .sp-menu {
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
    padding: 0 24px 32px;
    height: 100lvh;
    opacity: 0;
    overflow: auto;
    background-color: #222;
  }

  #global-header .sp-menu.show {
    display: block;
    animation: fadeIn 0.3s forwards;
    opacity: 0;
  }

  @keyframes fadeIn {
    from {
      opacity: 0;
    }

    to {
      opacity: 1;
    }
  }

  #global-header .sp-menu ul {
    margin: 26px 0 0;
    padding: 0 16px;
  }

  #global-header .sp-menu ul li a {
    position: relative;
    display: block;
    padding: 12.5px 0;
    color: #fff;
    font-size: 0.9375em;
    font-weight: bold;
    text-decoration: none;
  }

  #global-header .sp-menu ul ul {
    padding: 0 5.5% 15px;
    display: none;
  }

  #global-header .sp-menu ul ul li {
    margin-top: 20px;
  }

  #global-header .sp-menu ul ul li a {
    font-size: 1.1875em;
  }
}

@media screen and (max-width: 768px) {
  #global-header .menu-toggle {
    top: 12px;
  }
}

/*-----------------------------------------------------------
	共通部分
-----------------------------------------------------------*/
.lp-button {
  position: relative;
  width: 100%;
  max-width: 256px;
}

.lp-button a {
  display: inline-block;
  width: 100%;
  color: #fff;
  font-size: 1em;
  font-weight: 500;
  line-height: 2.25;
  padding: 1px;
  border: 2px solid transparent;
  border-radius: 2em;
  background-color: transparent;
  text-align: center;

  will-change: transform;
  position: relative;
  overflow: hidden;
  pointer-events: auto;
}

.lp-button a span {
  position: relative;
  z-index: 10;
  color: #fff;
  will-change: transform;
}

.lp-button a:after {
  will-change: transform;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #000;
  width: 100%;
  height: 100%;
  transition: position 200ms 0s ease-out;
  pointer-events: none;
}

.lp-button:before {
  pointer-events: none;
  display: block;
  content: "";
  width: 1.445em;
  height: 1.445em;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  right: 0.55em;
  top: 50%;
  transform: translateY(-50%);
  transition: background 0.2s ease-out;
  z-index: 1;
}

.lp-button:after {
  position: absolute;
  top: 50%;
  right: 0.9em;
  width: 11px;
  height: 11px;
  background: url(/sustainableproducts/lp/images/icon-lp-button.svg) right center / 11px no-repeat;
  transform: translate(0, -43%);
  content: "";
  z-index: 2;
}

@media only screen and (min-width: 769px) {
  /*hoverした際の形状*/
  body:not(.is-touch) .lp-button a:hover span {
    color: #000;
  }

  body:not(.is-touch) .lp-button a:hover {
    background-color: #fff;
    border: solid 2px #000;
  }
  body:not(.is-touch) .lp-button a:hover:after {
    left: 100%;
    transition: all 0.25s ease-out 0s;
  }
  body:not(.is-touch) .lp-button:hover:before {
    background-color: #000;
  }
  body:not(.is-touch) .lp-button:hover:after {
    background: url(/sustainableproducts/lp/images/icon-lp-button_white.svg) right center / 11px no-repeat;
  }
}

@media only screen and (max-width: 768px) {
  .area {
    max-width: 650px;
  }
}
/*-----------------------------------------------------------
	#top
-----------------------------------------------------------*/
#top {
  background: url(/sustainableproducts/lp/images/lp-mv-bg.png) center center / 100% 100% no-repeat;
  overflow: hidden;
  position: relative;
}

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

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

.morimori #top .wrap {
  max-width: 610px;
}

#top .sub-title {
  font-size: 1.1875em;
  font-weight: 500;
}

#top h1 {
  margin-top: 24px;
  font-size: 2.1375em;
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1.2;
}

#top h1 span {
  font-size: 1.45em;
}

#top h1 span.josefin {
  font-size: 1.5789em;
}

#top h1 em {
  display: inline-block;
  margin: 0 14px 0 16px;
  padding: 4.5px 10px;
  border-radius: 8px;
  background-color: #000;
  color: #fff;
  font-size: 0.8999em;
  font-weight: 700;
  font-style: normal;
  transform: translateY(-7px);
}

#top .date {
  margin-top: 4px;
  font-size: 1.35em;
  font-weight: 700;
  color: #008a4f;
}

#top .date strong {
  font-size: 2.333333em;
  letter-spacing: 0.05em;
}

#top .date strong:first-of-type {
  margin-left: 10px;
}

#top .date em {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin: 0 3px;
  padding-top: 8px;
  padding-right: 3px;
  border-radius: 50%;
  font-size: 0.625em;
  font-style: normal;
  background-color: #fff;
  transform: translateY(-14px);
}

#top .place {
  margin-top: 7px;
  font-size: 1.3125em;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #008a4f;
}

#top .wrap p:last-child {
  margin-top: 30px;
  font-size: 1.18125em;
  line-height: 2;
  letter-spacing: 0.05em;
}

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

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

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

  #top .catch {
    position: absolute;
    right: -5%;
    top: 0;
    width: 549px;
    height: 855px;
  }
}

@media only screen and (max-width: 1000px) {
  #top {
    height: 800px;
    background: url(/sustainableproducts/lp/images/lp-mv-bg_sp.png) center center / 100% 100% no-repeat;
  }
  #top .area {
    height: auto;
    padding: 104px 0 0;
    display: block;
    overflow: hidden;
  }

  .morimori #top .area {
    padding: 70px 0 0;
  }

  .morimori #top .catch {
    height: 300px;
  }

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

  #top .sub-title {
    margin-top: 30px;
    text-align: center;
    font-size: 1.0625em;
    line-height: 1.5;
  }

  .morimori #top .sub-title {
    margin-top: 0;
    letter-spacing: -0.01em;
  }

  #top h1 {
    margin-top: 10px;
    font-size: 1.875em;
    text-align: center;
  }

  #top h1 span.josefin {
    font-size: 1.25em;
  }

  #top h1 em {
    margin: 0 10px;
    padding: 4.5px 8px;
    font-size: 0.66667em;
    transform: translateY(-5px);
  }

  #top .date {
    margin-top: 15px;
    text-align: center;
    font-size: 1.1875em;
  }

  #top .date strong {
    font-size: 2.368em;
  }

  #top .date em {
    width: 36px;
    height: 36px;
    margin: 0 5px;
    padding-top: 5px;
    padding-right: 4px;
    font-size: 0.75em;
    transform: translateY(-7px);
  }

  #top .place {
    margin-top: 7px;
    font-size: 1.0625em;
    text-align: center;
  }

  #top .wrap p:last-child {
    margin-top: 30px;
    font-size: 1.0625em;
  }

  #top .catch {
    width: 100%;
    height: 221px;
    background-position: center top;
  }
}

@media only screen and (max-width: 768px) {
  #top {
    height: 975px;
  }

  .morimori #top {
    height: 1000px;
  }
}

/*-----------------------------------------------------------
	#recommend
-----------------------------------------------------------*/
#recommend .area {
  padding: 120px 0 0;
  display: flex;
  justify-content: space-between;
}

#recommend .wrap {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
}

#recommend .wrap h2 {
  font-size: 1.8em;
}

#recommend .wrap ul {
  display: flex;
  flex-direction: column;
  margin-top: 17px;
}

#recommend .wrap ul li {
  position: relative;
  padding: 36px 13px 36px 73px;
  border-bottom: 1px solid #dbdbdb;
  font-size: 1.18125em;
  font-weight: 700;
  letter-spacing: 0.05em;
}

#recommend .wrap ul li:first-of-type {
  padding: 36px 13px 30px 73px;
}

#recommend .wrap ul li::before {
  position: absolute;
  left: 0;
  top: 50%;
  width: 48px;
  height: 48px;
  transform: translateY(-50%);
  background: url(/sustainableproducts/lp/images/lp-check-icon.png) center center / cover no-repeat;
  content: "";
}

@media only screen and (max-width: 768px) {
  #recommend .area {
    padding: 85px 0 0;
  }

  #recommend .wrap h2 {
    font-size: 1.4625em;
  }

  #recommend .wrap ul {
    margin-top: 11px;
  }

  #recommend .wrap ul li,
  #recommend .wrap ul li:first-of-type {
    padding: 25px 0px 22px 57px;
    font-size: 1.0125em;
    line-height: 1.5;
  }

  #recommend .wrap ul li::before {
    top: 25px;
    width: 38px;
    height: 38px;
    transform: translateY(0);
  }
}

/*-----------------------------------------------------------
	#merit
-----------------------------------------------------------*/
#merit .area {
  padding: 153px 0 33px;
  display: flex;
  justify-content: space-between;
}

#merit .wrap {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
}

#merit .wrap h2 {
  font-size: 1.8em;
}

#merit .wrap ul {
  display: flex;
  column-gap: 52px;
  margin-top: 45px;
}

#merit .wrap ul.col-2 {
  justify-content: center;
  column-gap: 80px;
}

#merit .wrap ul li {
  position: relative;
  display: flex;
  flex-direction: column;
  width: calc((100% - 106px) / 3);
}

#merit .wrap ul li::before {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 21px;
  left: -9px;
  width: 64px;
  height: 64px;
  color: #fff;
  border-radius: 50%;
  background-color: #008a4f;
  font-size: 2.025em;
  font-weight: 700;
  font-family: "Josefin Sans", sans-serif;
  transform: translateY(-50%);
}

#merit .wrap ul li:first-child::before {
  content: "1";
}

#merit .wrap ul li:nth-child(2)::before {
  content: "2";
}

#merit .wrap ul li:nth-child(3)::before {
  content: "3";
}

#merit .wrap ul li figure {
  border-radius: 24px;
  overflow: hidden;
}

#merit .wrap ul li p {
  margin-top: 17px;
  font-size: 1.0125em;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2;
}

#merit .wrap ul li a {
  width: 175px;
  color: #222;
  line-height: 2;
  letter-spacing: 0.05em;
  text-decoration: underline;
  cursor: pointer;
}

#merit .wrap ul li a span {
  position: relative;
  font-size: 1.0125em;
  font-weight: 500;
  color: #222;
}

#merit .wrap ul li a span:after {
  display: inline-block;
  position: absolute;
  right: -20px;
  top: 45%;
  width: 10px;
  height: 10px;
  border: 1px solid #222;
  border-left: 0;
  border-bottom: 0;
  color: #222;
  transform: translateY(-50%) rotate(135deg);
  content: "";
}

@media only screen and (max-width: 768px) {
  #merit .area {
    padding: 86px 0 0;
  }

  #merit .wrap h2 {
    font-size: 1.4625em;
  }

  #merit .wrap ul {
    flex-direction: column;
    row-gap: 24px;
    margin-top: 33px;
  }

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

  #merit .wrap ul li::before {
    top: 19px;
    left: -11px;
    width: 56px;
    height: 56px;
    font-size: 2.025em;
    transform: translateY(-50%);
  }

  #merit .wrap ul li p {
    margin-top: 11px;
  }
}

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

#about .wrap {
  max-width: 726px;
  width: 100%;
}

#about .wrap .josefin,
#about .wrap .jp-small {
  /* opacity: 0; */
}

#about h2 {
  font-size: 2.5875em;
  letter-spacing: 0.05em;
}

#about .wrap .jp-small {
  margin-top: 4px;
}

#about .secondary {
  line-height: 2;
  margin-top: 53px;
  /* opacity: 0; */
  font-size: 1em;
  letter-spacing: 0.05em;
}

#about .lp-button {
  margin-top: 58px;
}

#about .catch {
  max-width: 340px;
  /* opacity: 0; */
}

#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%;
}

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

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

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

  #about h2 {
    font-size: 2.5em;
  }

  #about h2 + p {
    margin-top: 5px;
    font-size: 1em;
  }

  #about .wrap .jp-small {
    margin-top: 8px;
  }

  #about .secondary {
    font-size: 1em;
    margin-top: 26px;
  }

  #about .lp-button {
    margin: 35px auto 0;
  }

  #about .catch {
    width: 277px;
    margin: 60px auto 0;
  }
}

/*-----------------------------------------------------------
	#banner
-----------------------------------------------------------*/
#banner .area {
  width: 100%;
  max-width: 1120px;
  padding: 136px 20px 100px;
}

#banner .box {
  display: flex;
  /* column-gap: 61px; */
  justify-content: space-between;
  padding: 72px 80px;
  border-radius: 24px;
  background: linear-gradient(180deg, #e4f5ab 0%, #bddc56 100%);
}

#banner .box figure {
  /* flex: 0 0 418px; */
  width: 40.193%;
}

#banner .box figure img {
  border-radius: 24px;
}

#banner .box .text {
  width: 53.945%;
  /* margin-top: 17px; */
}

#banner .box .text .box-title {
  font-size: 1.4625em;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

#banner .box .text .box-title + p {
  margin-top: 25px;
  font-size: 1em;
  line-height: 2;
  letter-spacing: 0.05em;
}

#banner .box .text .note {
  margin-top: 12px;
  font-size: 0.875em;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 1020px) {
  #banner .area {
    max-width: 850px;
    padding: 80px 20px 100px;
  }

  #banner .box {
    flex-direction: column;
    row-gap: 68px;
    padding: 90px 120px;
  }

  #banner .box figure {
    width: 100%;
  }

  #banner .box .text {
    width: 100%;
    /* margin-top: 0; */
  }

  #banner .box .text .box-title {
    font-size: 1.25em;
  }

  #banner .box .text .box-title + p {
    margin-top: 23px;
  }

  #banner .box .text .note {
    margin-top: 12px;
  }
}

@media only screen and (max-width: 768px) {
  #banner .area {
    max-width: 650px;
  }

  #banner .box {
    row-gap: 34px;
    padding: 32px 24px;
  }
}

/*-----------------------------------------------------------
	#outline
-----------------------------------------------------------*/
#outline {
  position: relative;
  background:
    linear-gradient(rgba(0, 0, 0, 0) 300px, #f5f5f5 300px),
    url(/sustainableproducts/shared/images/recommend_back.png) center top;
  background-repeat: repeat-x;
  background-size: 1920px;
}
#outlineTarget {
  position: relative;
  top: 200px;
}
#outline .area {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1120px;
  padding: 350px 20px 120px;
}

#outline:has(.lp-buttons) .area {
  margin-top: 150px;
}

#outline h2 {
  font-size: 1.8em;
}

#outline .wrap {
  width: 70.167%;
  max-width: 842px;
}

#outline .wrap dl {
  margin-top: -5px;
  letter-spacing: 0.05em;
}

#outline .wrap dl > div {
  display: flex;
  padding: 33px 13px 30px;
  border-bottom: 1px solid #dbdbdb;
}

#outline .wrap dl > div:first-of-type {
  padding: 0 13px 32px;
}

#outline .wrap dl dt {
  width: 160px;
  font-size: 1.0125em;
  font-weight: 700;
  line-height: 2;
}

#outline .wrap dl dd {
  padding-left: 32px;
  font-size: 1.0125em;
  line-height: 2;
}

#outline .wrap dl dd .lp-button {
  margin-top: 20px;
  margin-left: 0;
  line-height: 1;
}

#outline .wrap dl dd .lp-button a {
  line-height: 2.75;
}

#outline .lp-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 120px;
  margin-top: 80px;
  width: 100%;
}

#outline .lp-buttons > div {
  width: 50%;
  max-width: 300px;
}

#outline .lp-buttons > div > p {
  font-size: 1.125em;
  font-weight: 700;
  line-height: 2;
  text-align: center;
  white-space: nowrap;
}

#outline .lp-buttons > div p + .lp-button {
  margin-top: 3px;
}

#outline .lp-buttons .lp-button {
  margin-top: 0;
  margin-left: 0;
  max-width: 300px;
}

#outline .lp-buttons .lp-button a {
  line-height: 2.75;
}

#outline .lp-button {
  margin-top: 60px;
  margin-left: 98px;
}

@media only screen and (max-width: 768px) {
  #outline {
    background:
      linear-gradient(rgba(0, 0, 0, 0) 78.125px, #f5f5f5 78.125px),
      url(/sustainableproducts/shared/images/recommend_back.png) center top;
    background-repeat: repeat-x;
    background-size: 500px;
  }

  #outlineTarget {
    top: 0;
  }

  #outline .area {
    max-width: 650px;
    flex-direction: column;
    padding: 95px 20px 80px;
  }

  #outline:has(.lp-buttons) .area {
    padding: 95px 20px 60px;
    margin-top: 100px;
  }

  #outline h2 {
    font-size: 1.5em;
  }

  #outline .wrap {
    width: 100%;
  }

  #outline .wrap dl {
    margin-top: 0;
  }

  #outline .wrap dl > div {
    flex-direction: column;
    row-gap: 10px;
    padding: 32px 0 31px;
  }

  #outline .wrap dl > div:first-of-type {
    padding: 53px 0 32px;
  }

  #outline .wrap dl dt {
    width: auto;
  }

  #outline .wrap dl dd {
    padding-left: 0;
  }

  #outline .lp-buttons {
    flex-direction: column;
    row-gap: 20px;
    margin-top: 40px;
    padding-bottom: 0;
  }

  #outline .lp-buttons > div {
    width: 100%;
    max-width: 300px;
  }

  #outline .lp-buttons > div > p {
    font-size: 0.9375em;
  }

  #outline .lp-buttons .lp-button {
    margin: 0 auto;
  }

  #outline .lp-button {
    max-width: 284px;
    margin: 40px auto 0;
  }
}
/*-----------------------------------------------------------
	#contact
-----------------------------------------------------------*/
#contact {
  background-color: #f5f5f5;
}

#contact .area {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1120px;
  padding: 0 20px 120px;
}
#contact h2 {
  font-size: 1.8em;
}

#contact .box {
  width: 100%;
  padding: 65.5px 20px 61px;
  border-radius: 24px;
  text-align: center;
  background-color: #fff;
}

#contact .box p {
  margin: 32px auto 0;
  font-size: 1.0125em;
  line-height: 2;
  letter-spacing: 0.05em;
}

#contact .lp-button {
  margin: 34px auto 0;
}

@media only screen and (min-width: 769px) {
  /*hoverした際の形状*/
  body:not(.is-touch) #contact .wrap dl dd a:hover {
    text-decoration: none;
  }
}

@media only screen and (max-width: 768px) {
  #contact .area {
    max-width: 650px;
    padding: 0 20px 75px;
  }
  #contact h2 {
    font-size: 1.5em;
  }

  #contact .box {
    padding: 35px 25px 32px;
  }

  #contact .box p {
    margin: 29px auto 0;
  }

  #contact .lp-button {
    margin: 32px auto 0;
  }
}

.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: 0px;
    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);
  }
}

/*-----------------------------------------------------------
	morimori-adのcss
-----------------------------------------------------------*/

:root {
  --color-primary: #289864;
  --color-secondary: #fdca33;
  --text-black: #1a1a1a;
}

/* ヘッダーオーバーライド */
.morimori-ad #global-header {
  display: block;
  opacity: 1;
  height: auto;
}

.morimori-ad #global-header .wrap {
  max-width: initial;
  padding: 0 40px;
}

.morimori-ad #global-header.chg {
  height: 100px;
}

.morimori-ad #global-header .menu-toggle {
  display: block;
  opacity: 1;
}

.morimori-ad #global-header .menu-toggle a::before,
.morimori-ad #global-header .menu-toggle a::after {
  background-color: #fff;
}

.morimori-ad #global-header .menu-toggle.show a::before,
.morimori-ad #global-header .menu-toggle.show a::after {
  background-color: #fff;
}

.morimori-ad #global-header.chg .menu-toggle.show a::before,
.morimori-ad #global-header.chg .menu-toggle.show a::after {
  background-color: #fff;
}

.morimori-ad #global-header.chg .menu-toggle a::before,
.morimori-ad #global-header.chg .menu-toggle a::after {
  background-color: #222;
}

.morimori-ad #global-header .logo {
  width: 164px;
  margin-top: 20px;
}

.morimori-ad #global-header.chg .logo {
  width: 150px;
  margin-top: 26px;
}

@media screen and (max-width: 768px) {
  .morimori-ad #global-header .wrap {
    padding: 0 20px;
  }

  .morimori-ad #global-footer .pagetop {
    display: none;
  }

  .morimori-ad #global-header .logo {
    width: 100px;
    height: 23px;
  }

  .morimori-ad #global-header.chg {
    height: 50px;
  }

  .morimori-ad #global-header.chg .logo {
    width: 75px;
    margin-top: 13px;
  }
}

/* #mv */

.morimori-ad #mv {
  width: 100%;
  /* height: 100svh; */
  background: url(/sustainableproducts/lp/morimori-ad/images/mv.jpg) center center / cover no-repeat;
}

.morimori-ad.morimori-ad-fattening #mv {
  background: url(/sustainableproducts/lp/morimori-ad-hiiku/images/mv.jpg) center bottom / cover no-repeat;
}

.morimori-ad.morimori-ad-breeding #mv {
  background: url(/sustainableproducts/lp/morimori-ad-hansyoku/images/mv.jpg) center bottom / cover no-repeat;
}

.morimori-ad.morimori-ad-dairy #mv {
  background: url(/sustainableproducts/lp/morimori-ad-rakunou/images/mv.jpg) center center / cover no-repeat;
}

.morimori-ad #mv .wrap {
  height: 100%;
  padding-bottom: 77px;
}

.morimori-ad #mv .title-content {
  padding: 209px 72px 0;
}

.morimori-ad.morimori-ad-fattening #mv .title-content {
  padding: 146px 72px 0;
}

.morimori-ad.morimori-ad-breeding #mv .title-content {
  padding: 157px 72px 0;
}

.morimori-ad.morimori-ad-dairy #mv .title-content {
  padding: 192px 72px 0;
}

.morimori-ad #mv h1 {
}

.morimori-ad #mv h1 img {
  max-width: 804px;
}

.morimori-ad.morimori-ad-fattening #mv h1 img {
  max-width: 610px;
}

.morimori-ad.morimori-ad-breeding #mv h1 img {
  max-width: 666px;
}

.morimori-ad.morimori-ad-dairy #mv h1 img {
  max-width: 898px;
}

.morimori-ad #mv h1 span {
  display: block;
  margin-left: -7px;
  margin-top: 7px;
  color: #fff;
  font-size: 1.75rem;
}

.morimori-ad.morimori-ad-breeding #mv h1 span {
  margin-top: 20px;
}

.morimori-ad #mv .btn-group {
  margin-top: 123px;
}

.morimori-ad.morimori-ad-fattening #mv .btn-group,
.morimori-ad.morimori-ad-breeding #mv .btn-group,
.morimori-ad.morimori-ad-dairy #mv .btn-group {
  margin-top: 93px;
}

@media screen and (max-width: 768px) {
  .morimori-ad #mv,
  .morimori-ad.morimori-ad-fattening #mv,
  .morimori-ad.morimori-ad-breeding #mv,
  .morimori-ad.morimori-ad-dairy #mv {
    position: relative;
    height: calc(100svh - 58px);
    background-position: center top;
  }

  .morimori-ad #mv .title-content,
  .morimori-ad.morimori-ad-fattening #mv .title-content,
  .morimori-ad.morimori-ad-breeding #mv .title-content,
  .morimori-ad.morimori-ad-dairy #mv .title-content {
    position: absolute;
    padding: 0;
    width: calc(100% - 40px);
    left: 20px;
    bottom: 20px;
  }

  .morimori-ad.morimori-ad-fattening #mv .title-content,
  .morimori-ad.morimori-ad-dairy #mv .title-content {
    width: calc(100% - 10px);
    left: 5px;
    bottom: 5px;
  }

  .morimori-ad.morimori-ad-breeding #mv .title-content {
    left: 2px;
    bottom: 7px;
  }

  .morimori-ad #mv h1 img {
    width: 72.8vw;
  }

  .morimori-ad.morimori-ad-fattening #mv h1 img {
    width: 100%;
    max-width: none;
  }

  .morimori-ad.morimori-ad-breeding #mv h1 img {
    width: 110%;
    max-width: none;
  }

  .morimori-ad.morimori-ad-dairy #mv h1 img {
    width: 100%;
    max-width: none;
  }

  .morimori-ad #mv h1 span {
    line-height: 1.5;
    margin-top: 10px;
    margin-left: 0;
    font-size: 1.0625rem;
  }

  .morimori-ad.morimori-ad-fattening #mv h1 span,
  .morimori-ad.morimori-ad-breeding #mv h1 span {
    margin-top: 12px;
  }

  .morimori-ad.morimori-ad-dairy #mv h1 span {
    margin-top: -5px;
  }

  .morimori-ad #mv .btn-group,
  .morimori-ad.morimori-ad-fattening #mv .btn-group,
  .morimori-ad.morimori-ad-breeding #mv .btn-group,
  .morimori-ad.morimori-ad-dairy #mv .btn-group {
    display: none;
    margin: 20vw auto 0;
  }
}

/* #feed */

.morimori-ad #feed {
  background: url(/sustainableproducts/lp/morimori-ad/images/bg_feed.jpg) center center no-repeat;
  background-size: cover;
}

.morimori-ad #feed .wrap {
  width: 90%;
  margin: 0 auto;
  padding: 120px 0;
}

.morimori-ad #feed h2 {
  text-align: center;
  line-height: 1.3;
  color: #fff;
  text-shadow: 0px 4px 24px rgba(0, 0, 0, 0.16);
  font-size: 4.5em;
  font-weight: bold;
  letter-spacing: 0.03em;
}

.morimori-ad.morimori-ad-fattening #feed h2,
.morimori-ad.morimori-ad-breeding #feed h2,
.morimori-ad.morimori-ad-dairy #feed h2 {
  font-size: 4em;
}

.morimori-ad #feed .detail-area {
  max-width: 1120px;
  margin: 100px auto 0;
  padding: 68px;
  background: #fff;
  border: 12px solid #d9f0ad;
  border-radius: 160px;
}

.morimori-ad #feed .detail-area h3 {
  text-align: center;
  line-height: 1.3;
  color: var(--color-primary);
  font-size: 2.5em;
}

.morimori-ad #feed .detail-area h3 span {
  display: block;
  letter-spacing: 0.03em;
  font-size: 1.8em;
}

.morimori-ad #feed .detail-area .explain {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 48px;
  padding-top: 57px;
}

.morimori-ad #feed .detail-area .explain::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: -1%;
  width: 102%;
  height: 16px;
  background: url(/sustainableproducts/lp/morimori-ad/images/border_dashed.svg) center center no-repeat;
  background-size: cover;
}

.morimori-ad #feed .detail-area .explain figure {
  min-width: 306px;
  min-height: 306px;
  width: 306px;
  height: 306px;
}

.morimori-ad #feed .detail-area .explain .text {
  line-height: 2.2;
  margin-left: 54px;
  color: var(--color-primary);
  letter-spacing: 0.01em;
  font-size: 1.375em;
  font-weight: 700;
}

.morimori-ad #feed .detail-area .explain .text .marker {
  display: inline-block;
  line-height: 1;
  background-color: var(--color-secondary);
  padding-bottom: 3px;
}

.morimori-ad #feed .detail-area .features {
  position: relative;
  margin-top: 45px;
  padding-top: 64px;
}

.morimori-ad #feed .detail-area .features::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: -1%;
  width: 102%;
  height: 16px;
  background: url(/sustainableproducts/lp/morimori-ad/images/border_dashed.svg) center center no-repeat;
  background-size: cover;
}

.morimori-ad #feed .detail-area .features h4 {
  position: absolute;
  text-align: center;
  top: -18px;
  left: 50%;
  width: 300px;
  height: 48px;
  background-color: #fff;
  transform: translateX(-50%);
}

.morimori-ad #feed .detail-area .features h4 span {
  display: inline-block;
  text-align: center;
  width: 267px;
  line-height: 44px;
  border: 2px solid var(--color-primary);
  border-radius: 999px;
  color: var(--color-primary);
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.03em;
}

.morimori-ad #feed .detail-area .features ul {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 5px;
  gap: 20px 12px;
}

.morimori-ad #feed .detail-area .features ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1.4;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background-color: #d9f0ad;
  color: var(--color-primary);
  letter-spacing: 0.03em;
  font-size: 1.25em;
  font-weight: bold;
}

@media screen and (max-width: 1000px) {
  .morimori-ad #feed .detail-area .explain {
    flex-direction: column;
  }

  .morimori-ad #feed .detail-area .explain .text {
    margin-left: 0;
  }
}

@media screen and (max-width: 1250px) {
  .morimori-ad #feed .detail-area .features::before,
  .morimori-ad #feed .detail-area .explain::before {
    background-size: contain;
  }

  .morimori-ad #feed .detail-area .features ul {
    max-width: 750px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .morimori-ad #feed .wrap {
    padding: 48px 0;
  }

  .morimori-ad #feed h2,
  .morimori-ad.morimori-ad-fattening #feed h2,
  .morimori-ad.morimori-ad-breeding #feed h2,
  .morimori-ad.morimori-ad-dairy #feed h2 {
    font-size: 1.6875em;
    letter-spacing: 0.01em;
    text-shadow: 0px 4px 24px rgba(0, 0, 0, 0.16);
  }

  .morimori-ad #feed .detail-area {
    margin: 32px auto 0;
    padding: 30px 16px;
    border-width: 6px;
    border-radius: 32px;
  }

  .morimori-ad #feed .detail-area h3 {
    font-size: 1.25em;
  }

  .morimori-ad #feed .detail-area h3 span {
    line-height: 1.4;
    font-size: 1.35em;
    letter-spacing: 0.01em;
  }

  .morimori-ad #feed .detail-area .explain {
    margin-top: 18px;
    padding-top: 35px;
  }

  .morimori-ad #feed .detail-area .explain::before,
  .morimori-ad #feed .detail-area .features::before {
    width: 103%;
    left: -1.5%;
    right: -1.5%;
    background: url(/sustainableproducts/lp/morimori-ad/images/border_dashed_sp.svg) center center no-repeat;
    background-size: contain;
  }

  .morimori-ad #feed .detail-area .explain figure {
    min-width: initial;
    min-height: initial;
    width: 203px;
    height: 203px;
    margin: 0 auto;
  }

  .morimori-ad #feed .detail-area .explain .text {
    margin-top: 16px;
    margin-left: 0;
    line-height: 2;
    font-size: 1em;
  }

  .morimori-ad #feed .detail-area .explain .text .marker {
    display: inline;
    padding-bottom: 0;
  }

  .morimori-ad #feed .detail-area .features {
    margin-top: 42px;
    padding-bottom: 0;
  }

  .morimori-ad #feed .detail-area .features ul {
    justify-content: center;
    max-width: 550px;
    padding: 0;
    gap: 12px;
  }

  .morimori-ad #feed .detail-area .features h4 {
    top: -15px;
    width: 222px;
    font-size: 1.3125em;
  }

  .morimori-ad #feed .detail-area .features h4 span {
    width: 208px;
    line-height: 39px;
    font-size: 1.25rem;
  }

  .morimori-ad #feed .detail-area .features ul li {
    width: 130px;
    height: 130px;
    padding: 0 5px;
    font-size: 1em;
  }
}

/* #voice-morimori, #voice-feed */

.morimori-ad #voice-morimori,
.morimori-ad #voice-feed {
  position: relative;
}

.morimori-ad #voice-morimori .cow01,
.morimori-ad #voice-feed .cow02,
.morimori-ad #voice-morimori .cow03,
.morimori-ad #voice-feed .cow03 {
  position: absolute;
  width: 422px;
  height: 140px;
}

.morimori-ad #voice-morimori .cow01 {
  top: 9.6%;
  right: -44px;
}

.morimori-ad.morimori-ad-fattening #voice-morimori .cow01,
.morimori-ad.morimori-ad-breeding #voice-morimori .cow01 {
  width: 300px;
  height: auto;
  top: 13%;
  right: 40px;
}

.morimori-ad #voice-feed .cow02 {
  top: 8%;
  right: -10px;
}

.morimori-ad #voice-morimori .cow03,
.morimori-ad #voice-feed .cow03 {
  width: 278px;
  height: 152px;
  bottom: -35px;
  left: -70px;
}

.morimori-ad #voice-feed .wrap h2 {
  line-height: 1.5;
}

.morimori-ad #voice-feed .wrap h2 .has-border {
  padding-bottom: 13px;
}

@media screen and (max-width: 1050px) {
  .morimori-ad #voice-morimori .cow01,
  .morimori-ad #voice-feed .cow02,
  .morimori-ad #voice-morimori .cow03,
  .morimori-ad #voice-feed .cow03 {
    position: absolute;
    width: 335px;
    height: 100px;
  }

  .morimori-ad #voice-morimori .cow01 {
    top: 1.5%;
    right: -54px;
  }

  .morimori-ad.morimori-ad-fattening #voice-morimori .cow01,
  .morimori-ad.morimori-ad-breeding #voice-morimori .cow01 {
    width: 200px;
    top: 0.5%;
    right: 40px;
  }

  .morimori-ad #voice-feed .cow02 {
    top: 1.5%;
    right: -10px;
  }

  .morimori-ad #voice-morimori .cow03,
  .morimori-ad #voice-feed .cow03 {
    width: 278px;
    height: 152px;
    bottom: -35px;
    left: -70px;
  }
}

@media screen and (max-width: 768px) {
  .morimori-ad #voice-morimori .cow01,
  .morimori-ad #voice-feed .cow02,
  .morimori-ad #voice-morimori .cow03,
  .morimori-ad #voice-feed .cow03 {
    width: 120px;
    height: auto;
  }

  .morimori-ad #voice-morimori .cow01 {
    top: 1%;
    right: 0;
  }

  .morimori-ad.morimori-ad-fattening #voice-morimori .cow01,
  .morimori-ad.morimori-ad-breeding #voice-morimori .cow01 {
    width: 120px;
    right: 0;
  }

  .morimori-ad #voice-feed .cow02 {
    top: 1%;
    right: 0;
  }

  .morimori-ad #voice-morimori .cow03,
  .morimori-ad #voice-feed .cow03 {
    left: 0;
    bottom: 0;
  }

  .morimori-ad #voice-feed .wrap h2 {
    line-height: 1.6;
  }

  .morimori-ad #voice-feed .wrap h2 .has-border {
    padding-bottom: 9px;
  }
}

/* #info */

.morimori-ad #info {
  margin: 80px 0;
}

.morimori-ad #info .wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  padding: 50px 40px;
}

.morimori-ad #info .wrap::before,
.morimori-ad #info .wrap::after {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  width: 100%;
  height: 34px;
  background: url(/sustainableproducts/lp/morimori-ad/images/border_round_dashed.svg) center center no-repeat;
  background-size: contain;
}

.morimori-ad #info .wrap::before {
  top: 0;
}

.morimori-ad #info .wrap::after {
  bottom: 0;
  transform: rotate(180deg);
}

.morimori-ad #info .wrap figure {
  max-width: 422px;
}

.morimori-ad #info .wrap .text {
  width: 57.14285714285714%;
}

.morimori-ad #info .wrap .text h2 {
  line-height: 1.3;
  color: var(--color-primary);
  font-size: 1.875em;
  font-weight: bold;
  letter-spacing: 0.03em;
}

.morimori-ad #info .wrap .text p {
  line-height: 1.8;
  margin-top: 24px;
  color: var(--text-black);
  font-size: 1.125em;
  letter-spacing: 0.01em;
}

.morimori-ad #info .wrap .text .link {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 225px;
  height: 48px;
  margin-top: 24px;
  background: #fff;
  border: 2px solid var(--color-primary);
  border-radius: 999px;
  color: var(--color-primary);
  letter-spacing: 0.01em;
  box-shadow: 0 4px 0 var(--color-primary);
  font-weight: bold;
  transition: all 0.3s;
}

@media screen and (min-width: 768px) {
  .morimori-ad #info .wrap .text .link:hover {
    background: var(--color-primary);
    color: #fff;
    transform: translateY(4px);
    box-shadow: none;
  }
}

@media screen and (max-width: 768px) {
  .morimori-ad #info {
    margin: 50px 0;
  }

  .morimori-ad #info .wrap {
    flex-direction: column;
    padding: 22px 20px 40px;
  }

  .morimori-ad #info .wrap .text {
    width: 100%;
  }

  .morimori-ad #info .wrap .text h2 {
    margin-top: 30px;
    font-size: 1.25em;
  }

  .morimori-ad #info .wrap .text p {
    margin-top: 20px;
    font-size: 1em;
  }

  .morimori-ad #info .wrap .text .link {
    margin-left: auto;
    margin-right: auto;
  }
}

/* .morimori-ad #voice-morimori .morimori-ad #voice-feedの共通スタイル */
.morimori-ad .common-section {
  overflow: hidden;
  padding: 120px 0;
  background-color: #d9f0ad;
}

.morimori-ad .common-section .wrap {
  width: 90%;
  max-width: 1220px;
  margin: 0 auto;
}

.morimori-ad .common-section h2 {
  text-align: center;
  line-height: 1.3;
  color: var(--color-primary);
  font-weight: 700;
  font-size: 4.5em;
  letter-spacing: 0.03em;
}

.morimori-ad .common-section h2 .stroke {
  display: inline-block;
  color: #fff;
  /* 袋文字のデザイン */
  text-shadow:
    rgb(40, 152, 100) 3px 0px 0px,
    rgb(40, 152, 100) 2.83487px 0.981584px 0px,
    rgb(40, 152, 100) 2.35766px 1.85511px 0px,
    rgb(40, 152, 100) 1.62091px 2.52441px 0px,
    rgb(40, 152, 100) 0.705713px 2.91581px 0px,
    rgb(40, 152, 100) -0.287171px 2.98622px 0px,
    rgb(40, 152, 100) -1.24844px 2.72789px 0px,
    rgb(40, 152, 100) -2.07227px 2.16926px 0px,
    rgb(40, 152, 100) -2.66798px 1.37182px 0px,
    rgb(40, 152, 100) -2.96998px 0.42336px 0px,
    rgb(40, 152, 100) -2.94502px -0.571704px 0px,
    rgb(40, 152, 100) -2.59586px -1.50383px 0px,
    rgb(40, 152, 100) -1.96093px -2.27041px 0px,
    rgb(40, 152, 100) -1.11013px -2.78704px 0px,
    rgb(40, 152, 100) -0.137119px -2.99686px 0px,
    rgb(40, 152, 100) 0.850987px -2.87677px 0px,
    rgb(40, 152, 100) 1.74541px -2.43999px 0px,
    rgb(40, 152, 100) 2.44769px -1.73459px 0px,
    rgb(40, 152, 100) 2.88051px -0.838247px 0px;
}

.morimori-ad .common-section h2 .has-border {
  position: relative;
  padding-bottom: 20px;
}

.morimori-ad .common-section h2 .has-border::before {
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
  background: url(/sustainableproducts/lp/morimori-ad/images/border_wave.svg) center center repeat-x;
  background-size: cover;
}

.morimori-ad .common-section .card-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.morimori-ad .common-section .card-content + .card-content {
  margin-top: 80px;
}

.morimori-ad .common-section .card-content figure {
  position: relative;
  max-width: 624px;
  width: 48.147540983606554%;
}

.morimori-ad .common-section .card-content .text {
  width: 44.98360655737705%;
}

.morimori-ad .common-section .card-content .text .case {
  display: inline-block;
  text-align: center;
  width: 100px;
  line-height: 34px;
  background: #fff;
  border: 2px solid var(--color-primary);
  border-radius: 999px;
  color: var(--color-primary);
  font-size: 1.125em;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.morimori-ad .common-section .card-content .text h3 {
  line-height: 1.3;
  margin-top: 12px;
  font-size: 2.625em;
  color: var(--color-primary);
  letter-spacing: 0.03em;
}

.morimori-ad .common-section .card-content .text .place {
  margin-top: 18px;
  padding-left: 36px;
  letter-spacing: 0.03em;
  color: var(--color-primary);
  font-size: 1.875em;
  font-weight: bold;
  background: url(/sustainableproducts/lp/morimori-ad/images/icon_pin.svg) center left no-repeat;
  background-size: 32px;
}

.morimori-ad .common-section .card-content .text .place .prefecture {
  font-size: 0.6666666666666666em;
}

.morimori-ad .common-section .card-content .text .detail {
  position: relative;
  line-height: 1.8;
  margin-top: 34px;
  padding: 34px 0;
  letter-spacing: 0.01em;
  color: var(--text-black);
  font-size: 1.125em;
}

.morimori-ad .common-section .card-content .text .detail::before,
.morimori-ad .common-section .card-content .text .detail::after {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  width: 100%;
  height: 3px;
  background: url(/sustainableproducts/lp/morimori-ad/images/border.svg) center center no-repeat;
  background-size: cover;
}

.morimori-ad .common-section .card-content .text .detail::before {
  top: 0;
}

.morimori-ad .common-section .card-content .text .detail::after {
  bottom: 0;
}

.morimori-ad .common-section .card-content:first-of-type {
  margin-top: 100px;
}

.morimori-ad .common-section .card-content:nth-child(odd) {
  flex-direction: row-reverse;
}

.morimori-ad .common-section .card-content .card-btn {
  margin: 32px 0 0;
  text-align: center;
}

.morimori-ad .common-section .card-content .card-btn a {
  display: block;
  width: fit-content;
  margin: 0 auto;
  padding: 14px 40px 16px;
  border: 2px solid var(--color-primary);
  border-radius: 50px;
  box-shadow: 0 4px 0 var(--color-primary);
  background-color: #fff;
  font-size: 18px;
  font-weight: 700;
  color: var(--color-primary);
  transition: all 0.3s;
}

.morimori-ad .common-section .btn-group {
  margin-top: 120px;
}

@media screen and (max-width: 1000px) {
  .morimori-ad .common-section .card-content,
  .morimori-ad .common-section .card-content:nth-child(odd) {
    flex-direction: column;
  }

  .morimori-ad .common-section .card-content .text {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .morimori-ad .common-section .card-content .card-btn a:hover {
    background: var(--color-primary);
    color: #fff;
    transform: translateY(4px);
    box-shadow: none;
  }
}

@media screen and (max-width: 768px) {
  .morimori-ad .common-section {
    padding: 80px 0 60px;
  }

  .morimori-ad .common-section h2 {
    font-size: 1.6875em;
  }

  .morimori-ad .common-section h2 .has-border {
    padding-bottom: 13px;
  }

  .morimori-ad .common-section h2 .has-border::before {
    height: 9px;
    /* padding-bottom: 13px; */
  }

  .morimori-ad .common-section .card-content + .card-content {
    margin-top: 60px;
  }

  .morimori-ad .common-section .card-content figure {
    width: 100%;
  }

  .morimori-ad .common-section .card-content .text {
    margin-top: 30px;
  }

  .morimori-ad .common-section .card-content .text .case {
    width: 80px;
    line-height: 26px;
    font-size: 0.9375em;
  }

  .morimori-ad .common-section .card-content .text h3 {
    font-size: 1.5em;
  }

  .morimori-ad .common-section .card-content .text .place {
    font-size: 1.125em;
  }

  .morimori-ad .common-section .card-content .text .place {
    padding-left: 22px;
    background-size: 18px;
  }

  .morimori-ad .common-section .card-content .text .detail {
    margin-top: 25px;
    padding: 22px 0;
    font-size: 0.9375em;
  }

  .morimori-ad .common-section .card-content:first-of-type {
    margin-top: 32px;
  }

  .morimori-ad .common-section .card-content .card-btn a {
    padding: 12px 50px 14px;
    font-size: 16px;
    transition: all 0.3s;
  }

  .morimori-ad .common-section .btn-group {
    width: 100%;
    margin-top: 60px;
  }
}

.morimori-ad .btn-group {
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 0 20px;
}

.morimori-ad .btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 480px;
  height: 86px;
  padding: 22px 24px 24px;
  border-radius: 999px;
  text-align: center;
  font-size: clamp(18px, 1.5277777777777777vw, 22px);
  font-weight: bold;
  letter-spacing: 0.06em;
  transition: 0.2s;
}

.morimori-ad .btn .label {
  position: absolute;
  top: -29px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.8;
  padding: 2px 24px 6px;
  background: #fff;
  border: 2px solid;
  border-radius: 999px;
  letter-spacing: 0.01em;
  font-size: clamp(14px, 1.25vw, 18px);
}

.morimori-ad .btn .label::before {
  position: absolute;
  display: block;
  content: "";
  bottom: -8px;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 8px 0 8px;
  border-color: #ffffff transparent transparent transparent;
  transform: translate(-50%, 0);
}

.morimori-ad .btn .text {
  line-height: 1.2;
}

.morimori-ad .btn .text > span {
  display: inline-block;
}

.morimori-ad .btn-primary {
  color: #fff;
  background: var(--color-primary);
  box-shadow: 0px 8px 0px #007a32;
}

.morimori-ad .btn-primary .label {
  color: var(--color-primary);
  border-color: var(--color-primary);
}

.morimori-ad .btn-secondary {
  color: #1a1a1a;
  background: var(--color-secondary);
  box-shadow: 0px 8px 0px #e89b00;
}

.morimori-ad .btn-secondary .label {
  color: #1a1a1a;
  border-color: var(--color-secondary);
}

@media screen and (min-width: 767px) {
  .morimori-ad .btn:hover {
    transform: translateY(7px);
  }

  .morimori-ad .btn-primary:hover {
    box-shadow: 0px 0px 0px #007a32;
  }

  .morimori-ad .btn-secondary:hover {
    box-shadow: 0px 0px 0px #e89b00;
  }
}

@media screen and (max-width: 768px) {
  .morimori-ad .btn-group {
    flex-direction: column;
    gap: 34px 0;
    width: 90%;
  }

  .morimori-ad .btn {
    width: 100%;
    height: 43px;
    padding: 0;
    font-size: 1em;
    letter-spacing: 0.06em;
  }

  .morimori-ad .btn-primary {
    box-shadow: 0px 4px 0px #007a32;
  }

  .morimori-ad .btn-secondary {
    box-shadow: 0px 4px 0px #e89b00;
  }

  .morimori-ad .btn .label {
    top: -21px;
    padding: 0 22px;
    font-size: 0.8125em;
  }

  .morimori-ad .btn .label::before {
    bottom: -10px;
  }

  .morimori-ad .btn .text span {
    display: none;
  }
}

/* ボタン追従部分 */

.morimori-ad .overlay {
  display: none;
  position: fixed;
  z-index: 80;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100svh;
  background: rgba(0, 0, 0, 0.5);
}

.morimori-ad .sticky-conversion {
  position: fixed;
  width: 100%;
  padding: 16px 0px;
  background: rgba(255, 255, 255, 0.75);
  bottom: 0;
  left: 0;
  z-index: 100;
  transform: translateY(150%);
}

.morimori-ad .sticky-conversion .btn-group {
}

.morimori-ad .sticky-conversion .btn-group .btn {
  height: 62px;
}

.morimori-ad .sticky-conversion .btn .label {
  top: -34px;
}

.morimori-ad .accordion {
  display: none;
}

.morimori-ad #global-footer {
  margin-bottom: 94px;
}

@media screen and (max-width: 768px) {
  .morimori-ad .sticky-conversion {
    display: none;
  }

  .morimori-ad .accordion {
    display: block;
    z-index: 100;
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
  }

  .morimori-ad .accordion .toggle-btn {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 65px;
    background: var(--color-secondary);
    box-shadow: 0px -4px 20px rgba(0, 0, 0, 0.12);
    border-radius: 12px 12px 0px 0px;
    color: var(--text-black);
    font-weight: bold;
    font-size: 0.875em;
  }

  .morimori-ad .accordion .toggle-btn::before,
  .morimori-ad .accordion .toggle-btn::after {
    position: absolute;
    display: block;
    content: "";
    width: 12px;
    height: 2px;
    right: 26px;
    border-radius: 3px;
    background: var(--text-black);
  }

  .morimori-ad .accordion .toggle-btn::after {
    transform: rotate(90deg);
    opacity: 1;
    transition: all 0.3s;
  }

  .morimori-ad .accordion .toggle-btn.active::before {
    transform: rotate(-45deg);
  }

  .morimori-ad .accordion .toggle-btn.active::after {
    transform: rotate(45deg);
  }

  .morimori-ad .accordion .inner {
    display: none;
  }

  .morimori-ad .accordion .btn-group {
    width: 100%;
    padding: 40px 20px 20px;
    background: #fdeab1;
  }

  .morimori-ad .accordion .btn {
    width: 100%;
  }

  .morimori-ad #global-footer {
    margin-bottom: 65px;
  }
}

/*-----------------------------------------------------------
	セレンピアビューティLP
-----------------------------------------------------------*/
.lp-cellenpia-beauty {
}

/* #global-header */
.lp-cellenpia-beauty #global-header {
  display: block;
  height: 100px;
  opacity: 1;
  background-color: #fff;
}

.lp-cellenpia-beauty #global-header.chg {
  transition: all 0s ease-out;
}

.lp-cellenpia-beauty #global-header .logo,
.lp-cellenpia-beauty #global-header.chg .logo {
  width: 150px;
  margin: 20px 0;
}

.lp-cellenpia-beauty #global-header .menu {
  display: flex;
  align-items: center;
  column-gap: 44px;
}

.lp-cellenpia-beauty #global-header .menu ul {
  column-gap: 32px;
}

.lp-cellenpia-beauty #global-header .menu ul li a {
  font-size: 1em;
}

.lp-cellenpia-beauty #global-header .header-btn a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  min-width: 170px;
  width: 200px;
  height: 46px;
  border-radius: 100px;
  background: #000;
  color: #fff;
  font-size: 1.0625em;
  font-weight: bold;
  transition: all 0.3s ease;
}

.lp-cellenpia-beauty #global-header .header-btn a:hover {
  opacity: 0.7;
}

.lp-cellenpia-beauty #global-header .header-btn 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;
}

@media screen and (max-width: 1200px) {
  .lp-cellenpia-beauty #global-header .menu {
    column-gap: 16px;
  }

  .lp-cellenpia-beauty #global-header .menu ul {
    column-gap: 16px;
  }
}

@media screen and (max-width: 768px) {
  .lp-cellenpia-beauty #global-header,
  .lp-cellenpia-beauty #global-header .global-header-wrap {
    height: 50px;
  }

  .lp-cellenpia-beauty #global-header .logo,
  .lp-cellenpia-beauty #global-header.chg .logo {
    width: 74px;
    margin: 0;
  }
}

/* 共通部分 */
.lp-cellenpia-beauty #container {
  padding-bottom: 136px;
}

.lp-cellenpia-beauty .sec-wrap {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

.lp-cellenpia-beauty .sec-title {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  color: #0d8596;
}

.lp-cellenpia-beauty .sec-title h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 3.75em;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

.lp-cellenpia-beauty .sec-title p {
  position: relative;
  padding-left: 36px;
  font-size: 1em;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
}

.lp-cellenpia-beauty .sec-title p::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 1px;
  background: #0d8596;
  transform: translateY(-50%);
  content: "";
}

.lp-cellenpia-beauty .sec-subtitle {
  margin: 56px 0 0;
  color: #0d8596;
}

.lp-cellenpia-beauty .sec-subtitle p {
  font-size: 1.25em;
  font-weight: 500;
  line-height: 2;
}

.lp-cellenpia-beauty .sec-subtitle h3 {
  font-size: 2.5em;
  font-weight: 500;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .lp-cellenpia-beauty #container {
    padding-bottom: 0;
  }

  .lp-cellenpia-beauty .sec-wrap {
    padding: 0 24px;
  }

  .lp-cellenpia-beauty .sec-title {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
    color: #0d8596;
  }

  .lp-cellenpia-beauty .sec-title h2 {
    font-size: 2.5em;
  }

  .lp-cellenpia-beauty .sec-title p {
    margin: -12px 0 0;
    padding-left: 28px;
    font-size: 0.875em;
  }

  .lp-cellenpia-beauty .sec-title p::before {
    width: 12px;
  }

  .lp-cellenpia-beauty .sec-subtitle p {
    font-size: 1em;
  }

  .lp-cellenpia-beauty .sec-subtitle h3 {
    font-size: 1.625em;
  }
}

/* 共通ボタン */
.lp-cellenpia-beauty .cta-btn p {
  font-size: 0.875em;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2;
  color: #222;
}

.lp-cellenpia-beauty .cta-btn a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  min-width: 170px;
  width: 100%;
  height: 50px;
  border-radius: 100px;
  background: #000;
  color: #fff;
  font-size: 1em;
  font-weight: bold;
  transition: all 0.3s ease;
}

.lp-cellenpia-beauty .cta-btn.link-download a {
  background-color: #0d8596;
}

.lp-cellenpia-beauty .cta-btn a:hover {
  opacity: 0.7;
}

.lp-cellenpia-beauty .cta-btn 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;
}

@media screen and (max-width: 768px) {
  .lp-cellenpia-beauty .cta-btn p {
    font-size: 1em;
  }
}

/* .mv */
.lp-cellenpia-beauty .mv {
  margin: 106px auto 0;
}


@media screen and (max-width: 768px) {
  .lp-cellenpia-beauty .mv {
    margin: 50px auto 0;
  }
}

.lp-cellenpia-beauty .cta {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 16px 20px 24px;
  background-color: #f5f5f5;
}

.lp-cellenpia-beauty .cta.is-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
}

.lp-cellenpia-beauty .cta ul {
  display: flex;
  column-gap: 24px;
  max-width: 704px;
  margin: 0 auto;
}

.lp-cellenpia-beauty .cta ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin: 0 auto;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .lp-cellenpia-beauty .cta {
    padding: 24px 24px 32px;
  }

  .lp-cellenpia-beauty .cta.is-fixed {
    position: relative;
  }

  .lp-cellenpia-beauty .cta ul {
    flex-direction: column;
    row-gap: 16px;
  }
}

/* .anchor-link-list */
.lp-cellenpia-beauty .anchor-link-list {
  display: none;
}

@media screen and (max-width: 1000px) {
  .lp-cellenpia-beauty .anchor-link-list {
    display: block;
    margin: 64px 0 0;
    padding: 0 24px;
  }

  .lp-cellenpia-beauty .anchor-link-list ul {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
  }

  .lp-cellenpia-beauty .anchor-link-list ul li {
    display: flex;
    width: calc(50% - 8px);
  }

  .lp-cellenpia-beauty .anchor-link-list ul li a {
    position: relative;
    width: 100%;
    padding: 17px 0;
    border-bottom: 1px solid #dbdbdb;
    font-size: 1em;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.05em;
    color: #222;
    text-decoration: none;
  }

  .lp-cellenpia-beauty .anchor-link-list ul li a::before {
    position: absolute;
    content: "";
    display: inline-block;
    top: 50%;
    right: 11px;
    width: 7px;
    height: 7px;
    border-left: 1px solid transparent;
    border-bottom: 1px solid transparent;
    border-color: #969696;
    transform: translate(0, -50%) rotate(-45deg);
    transition: transform 0.3s;
  }
}

/* .about */
.lp-cellenpia-beauty .about {
  margin: 40px auto 0;
  padding: 120px 0 0;
}

.lp-cellenpia-beauty .about .sec-wrap {
  display: flex;
  column-gap: 80px;
}

.lp-cellenpia-beauty .about .sec-wrap > figure {
  position: relative;
  width: 53.5%;
}

.lp-cellenpia-beauty .about .sec-wrap > figure img {
  width: 100%;
  height: auto;
}

.lp-cellenpia-beauty .about .sec-wrap > figure::before {
  position: absolute;
  width: 199px;
  height: 181px;
  top: 7px;
  right: -28px;
  background: url(/sustainableproducts/lp/cellenpia-beauty/images/about_image_desc.png) center center / cover no-repeat;
  content: "";
}

.lp-cellenpia-beauty .about .sec-wrap .about-text {
  flex: 1;
}

.lp-cellenpia-beauty .about .sec-wrap .about-desc {
  margin: 56px 0 0;
}

.lp-cellenpia-beauty .about .sec-wrap .about-desc p {
  font-size: 1em;
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: #222;
}

.lp-cellenpia-beauty .about .sec-wrap .about-desc p + p {
  margin: 24px 0 0;
}

@media screen and (max-width: 768px) {
  .lp-cellenpia-beauty .about {
    margin: 24px auto 0;
    padding: 40px 0 0;
  }

  .lp-cellenpia-beauty #about .sec-title p {
    margin: -12px 0 0;
    font-size: 0.875em;
  }

  .lp-cellenpia-beauty .about .sec-wrap {
    flex-direction: column-reverse;
    row-gap: 56px;
  }

  .lp-cellenpia-beauty .about .sec-wrap > figure {
    width: 100%;
  }

  .lp-cellenpia-beauty .about .sec-wrap > figure::before {
    width: 99px;
    height: 121px;
    top: 5px;
    right: -12px;
    background: url(/sustainableproducts/lp/cellenpia-beauty/images/about_image_desc_sp.png) center center / cover no-repeat;
  }

  .lp-cellenpia-beauty .about .sec-wrap .about-desc {
    margin: 48px 0 0;
  }
}

/* .movie */
.lp-cellenpia-beauty .movie {
  margin: 40px 0 0;
  padding: 120px 0 0;
}

.lp-cellenpia-beauty .movie .movie-wrap {
  display: flex;
  align-items: center;
  padding: 50px 0;
  background-color: #222;
}

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

@media screen and (max-width: 768px) {
  .lp-cellenpia-beauty .movie {
    margin: 96px 0 0;
    padding: 0;
  }

  .lp-cellenpia-beauty .movie .movie-wrap {
    padding: 20px 0;
  }
}

/* .case */
.lp-cellenpia-beauty .case {
  margin: 40px 0 0;
  padding: 120px 0 0;
}

.lp-cellenpia-beauty .case .sec-subtitle p,
.lp-cellenpia-beauty .sec-subtitle h3 {
  letter-spacing: 0.1em;
}

.lp-cellenpia-beauty .sec-subtitle h3 {
  margin: 13px 0 0;
}

.lp-cellenpia-beauty .case .sec-wrap > ul {
  display: flex;
  flex-wrap: wrap;
  gap: 64px 48px;
  margin: 64px 0 0;
}

.lp-cellenpia-beauty .case .sec-wrap > ul > li {
  display: flex;
  flex-direction: column;
  width: calc(100% / 3 - 32px);
}

.lp-cellenpia-beauty .case .sec-wrap ul li figure {
  width: 100%;
}

.lp-cellenpia-beauty .case .sec-wrap ul li figure img {
  width: 100%;
  height: auto;
}

.lp-cellenpia-beauty .case .sec-wrap ul li .case-list-text {
  flex-grow: 1;
}

.lp-cellenpia-beauty .case .sec-wrap ul li .case-list-text .case-list-title {
  margin: 24px 0 0;
}

.lp-cellenpia-beauty .case .sec-wrap ul li .case-list-text .case-list-title .case-list-label {
  width: fit-content;
  padding: 3px 16px 5px;
  border-radius: 6px;
  background-color: #0d8596;
  color: #fff;
  font-size: 0.8125em;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.lp-cellenpia-beauty .case .sec-wrap ul li .case-list-text .case-list-title h4 {
  min-height: 60px;
  margin: 12px 0 0;
  font-size: 1.25em;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #0d8596;
}

.lp-cellenpia-beauty .case .sec-wrap ul li .case-list-text .case-list-title .case-list-company {
  margin: 12px 0 0;
  font-size: 0.875em;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #969696;
}

.lp-cellenpia-beauty .case .sec-wrap ul li .case-list-text .case-list-point {
  margin: 24px 0 0;
  padding: 24px 0 0;
  border-top: 1px solid #dbdbdb;
}

.lp-cellenpia-beauty .case .sec-wrap ul li .case-list-text .case-list-point p {
  color: #0d8596;
  font-size: 1em;
  line-height: 1.4;
  font-weight: 500;
}

.lp-cellenpia-beauty .case .sec-wrap ul li .case-list-text .case-list-point ul {
  margin: 8px 0 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.lp-cellenpia-beauty .case .sec-wrap ul li .case-list-text .case-list-point ul li {
  position: relative;
  padding-left: 24px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-size: 0.875em;
  font-weight: 500;
  color: #0d8596;
}

.lp-cellenpia-beauty .case .sec-wrap ul li .case-list-text .case-list-point ul li::before {
  position: absolute;
  top: 8px;
  left: 6px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #0d8596;
  content: "";
}

@media screen and (max-width: 1000px) {
  .lp-cellenpia-beauty .case .sec-wrap > ul > li {
    width: calc(100% / 2 - 24px);
  }
}

@media screen and (max-width: 768px) {
  .lp-cellenpia-beauty .case {
    margin: 56px 0 0;
    padding: 40px 0 0;
  }

  .lp-cellenpia-beauty .case .sec-wrap > ul {
    margin: 56px 0 0;
  }

  .lp-cellenpia-beauty .case .sec-wrap ul li .case-list-text .case-list-title {
    margin: 16px 0 0;
  }

  .lp-cellenpia-beauty .case .sec-wrap ul li .case-list-text .case-list-title h4 {
    min-height: auto;
    margin: 8px 0 0;
    font-size: 1.125em;
  }

  .lp-cellenpia-beauty .case .sec-wrap ul li .case-list-text .case-list-title .case-list-company {
    margin: 8px 0 0;
  }

  .lp-cellenpia-beauty .case .sec-wrap ul li .case-list-text .case-list-point {
    margin: 16px 0 0;
    padding: 16px 0 0;
  }
}

@media screen and (max-width: 600px) {
  .lp-cellenpia-beauty .case .sec-wrap > ul {
    gap: 40px;
  }

  .lp-cellenpia-beauty .case .sec-wrap > ul > li {
    width: 100%;
  }
}

/* .chosen */
.lp-cellenpia-beauty .chosen {
  margin: 40px 0 0;
  padding: 120px 0 0;
}

.lp-cellenpia-beauty .chosen ol {
  margin: 64px 0 0;
  display: flex;
  flex-direction: column;
  gap: 48px;
  padding: 0;
}

.lp-cellenpia-beauty .chosen ol li {
  display: flex;
  column-gap: 60px;
}

.lp-cellenpia-beauty .chosen ol li .chosen-list-num {
  position: relative;
  display: flex;
  justify-content: center;
  width: 119px;
}

.lp-cellenpia-beauty .chosen ol li .chosen-list-num span {
  color: #0d8596;
  font-size: 4.375em;
  font-weight: 300;
  font-style: italic;
  font-family: "Montserrat", sans-serif;
  line-height: 1.2;
  letter-spacing: 0.1em;
}

.lp-cellenpia-beauty .chosen ol li .chosen-list-num::after {
  position: absolute;
  top: 84px;
  left: 50%;
  width: 1px;
  height: calc(100% - 84px);
  background: #dbdbdb;
  content: "";
}

.lp-cellenpia-beauty .chosen ol li .chosen-list-main {
  display: flex;
  align-items: flex-end;
  gap: 64px;
  flex: 1;
  margin-right: 64px;
}

.lp-cellenpia-beauty .chosen ol li .chosen-list-text {
  flex: 1;
}

.lp-cellenpia-beauty .chosen ol li .chosen-list-text h3 {
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.1em;
  color: #0d8596;
}

.lp-cellenpia-beauty .chosen ol li .chosen-list-text p {
  margin: 12px 0 0;
  font-size: 1em;
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: #222;
}

.lp-cellenpia-beauty .chosen ol li .chosen-list-text .chosen-list-note {
  margin: 12px 0 0;
  font-size: 0.75em;
  line-height: 1.2;
  letter-spacing: 0.04em;
}

.lp-cellenpia-beauty .chosen ol li figure {
  margin: 24px 0 0;
  width: 47%;
}

.lp-cellenpia-beauty .chosen ol li figure img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .lp-cellenpia-beauty .chosen {
    margin: 56px 0 0;
    padding: 40px 0 0;
  }

  .lp-cellenpia-beauty .chosen ol {
    margin: 56px 0 0;
    gap: 24px;
  }

  .lp-cellenpia-beauty .chosen ol li {
    column-gap: 10px;
  }

  .lp-cellenpia-beauty .chosen ol li .chosen-list-num {
    width: 50px;
  }

  .lp-cellenpia-beauty .chosen ol li .chosen-list-num span {
    font-size: 2em;
    font-weight: 400;
  }

  .lp-cellenpia-beauty .chosen ol li .chosen-list-num::after {
    top: 48px;
    height: calc(100% - 48px);
  }

  .lp-cellenpia-beauty .chosen ol li .chosen-list-main {
    flex-direction: column;
    align-items: unset;
    gap: 32px;
    margin: 32px 0 0;
  }

  .lp-cellenpia-beauty .chosen ol li .chosen-list-text h3 {
    font-size: 1.25em;
  }

  .lp-cellenpia-beauty .chosen ol li figure {
    margin: 0;
    width: 100%;
  }
}

/* .catalog */
.lp-cellenpia-beauty .catalog {
  margin: 40px 0 0;
  padding: 120px 0 0;
}

.lp-cellenpia-beauty .catalog .sec-wrap > p {
  margin: 56px 0 0;
  font-size: 1em;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0;
  color: #0d8596;
}

.lp-cellenpia-beauty .catalog .sec-wrap > p .icon-key {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  margin: 0 12px;
  background: url(/sustainableproducts/lp/cellenpia-beauty/images/icon_key.svg) center center / cover no-repeat;
}

.lp-cellenpia-beauty .catalog .sec-wrap > ul {
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
  margin: 56px 0 0;
}

.lp-cellenpia-beauty .catalog .sec-wrap > ul > li {
  width: calc(100% / 3 - 32px);
}

.lp-cellenpia-beauty .catalog .sec-wrap > ul > li a {
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  color: #222;
  transition: all 0.3s ease;
}

.lp-cellenpia-beauty .catalog .sec-wrap > ul > li a:hover {
  opacity: 0.7;
}

.lp-cellenpia-beauty .catalog .sec-wrap > ul > li a::before {
  position: absolute;
  top: 16px;
  left: 16px;
  width: 40px;
  height: 40px;
  background: url(/sustainableproducts/lp/cellenpia-beauty/images/icon_key.svg) center center / cover no-repeat;
  content: "";
}

.lp-cellenpia-beauty .catalog .sec-wrap > ul > li a p {
  font-size: 1.25em;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 1000px) {
  .lp-cellenpia-beauty .catalog .sec-wrap > ul > li {
    width: calc(100% / 2 - 24px);
  }
}

@media screen and (max-width: 768px) {
  .lp-cellenpia-beauty .catalog {
    margin: 56px 0 0;
    padding: 40px 0 0;
  }

  .lp-cellenpia-beauty .catalog .sec-wrap > p .icon-key {
    width: 30px;
    height: 30px;
    margin: 0 4px;
  }

  .lp-cellenpia-beauty .catalog .sec-wrap > ul {
    gap: 32px;
  }

  .lp-cellenpia-beauty .catalog .sec-wrap > ul > li {
    width: 100%;
  }

  .lp-cellenpia-beauty .catalog .sec-wrap > ul > li a::before {
    top: 8px;
    left: 8px;
    width: 32px;
    height: 32px;
  }

  .lp-cellenpia-beauty .catalog .sec-wrap > ul > li a p {
    font-size: 1.125em;
  }
}

/* .faq */
.lp-cellenpia-beauty .faq {
  margin: 160px 0 0;
  padding: 160px 0;
  background: #f5f5f5;
}

.lp-cellenpia-beauty .faq .sec-wrap {
  display: flex;
  column-gap: 20px;
  justify-content: space-between;
}

.lp-cellenpia-beauty .faq .sec-wrap .accordion {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  width: 100%;
  max-width: 823px;
  flex: 1;
}

.lp-cellenpia-beauty .faq .sec-wrap .accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 32px;
  border-radius: 8px;
  color: #0d8596;
  background: #fff;
  font-size: 1.125em;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.lp-cellenpia-beauty .faq .sec-wrap .accordion-item.active .accordion-header {
  border-radius: 8px 8px 0 0;
}

.lp-cellenpia-beauty .faq .sec-wrap .accordion-content {
  display: none;
  padding: 32px;
  background: #ddebed;
  border-radius: 0 0 8px 8px;
  line-height: 1.8;
}

.lp-cellenpia-beauty .faq .sec-wrap .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;
  transform: rotate(180deg);
  transition: transform 0.2s;
}

.lp-cellenpia-beauty .faq .sec-wrap .accordion-item.active .arrow {
  transform: rotate(0deg);
}

.lp-cellenpia-beauty .faq .sec-wrap .frequent-question {
  max-width: 720px;
  margin: 80px auto 0;
}

.lp-cellenpia-beauty .faq .sec-wrap .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 screen and (max-width: 768px) {
  .lp-cellenpia-beauty .faq {
    margin: 96px 0 0;
    padding: 96px 0;
  }

  .lp-cellenpia-beauty .faq .sec-wrap {
    flex-direction: column;
  }

  .lp-cellenpia-beauty .faq .sec-wrap .accordion {
    margin: 56px 0 0;
  }

  .lp-cellenpia-beauty .faq .sec-wrap .accordion-header {
    padding: 24px 25px;
    font-size: 1em;
  }

  .lp-cellenpia-beauty .faq .sec-wrap .accordion-content {
    padding: 24px;
  }
}

/* .contact */
.lp-cellenpia-beauty #contact {
  background-color: transparent;
}

.lp-cellenpia-beauty .contact {
  margin: 120px 0 0;
}

.lp-cellenpia-beauty .contact .sec-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.lp-cellenpia-beauty .contact .sec-title {
  width: 384px;
}

.lp-cellenpia-beauty #contact h2 {
  font-size: 3.75em;
}

.lp-cellenpia-beauty .contact .sec-wrap > p {
  margin: 48px auto 0;
  text-align: center;
  color: #222;
  line-height: 2;
}

.lp-cellenpia-beauty .contact .sec-wrap > .contact-btn {
  width: 100%;
  max-width: 340px;
  margin: 40px auto 0;
}

.lp-cellenpia-beauty .contact .sec-wrap > .contact-btn a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  width: 100%;
  height: 58px;
  border-radius: 100px;
  background: #000;
  color: #fff;
  font-size: 1.0625em;
  font-weight: bold;
  transition: all 0.3s ease;
}

.lp-cellenpia-beauty .contact .sec-wrap > .contact-btn a:hover {
  opacity: 0.7;
}

.lp-cellenpia-beauty .contact .sec-wrap > .contact-btn 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;
}

@media screen and (max-width: 768px) {
  .lp-cellenpia-beauty .contact {
    margin: 56px 0 0;
    padding: 40px 0 0;
  }

  .lp-cellenpia-beauty .contact .sec-wrap {
    align-items: unset;
  }

  .lp-cellenpia-beauty .contact .sec-title {
    width: auto;
  }

  .lp-cellenpia-beauty #contact h2 {
    font-size: 2.5em;
  }

  .lp-cellenpia-beauty .contact .sec-wrap > p {
    margin: 56px 0 0;
    text-align: left;
  }

  .lp-cellenpia-beauty .contact .sec-wrap > .contact-btn {
    max-width: 327px;
    margin: 56px auto 0;
  }

  .lp-cellenpia-beauty .contact .sec-wrap > .contact-btn a {
    height: 58px;
  }
}

/* .overview */
.lp-cellenpia-beauty .overview {
  margin: 120px 0 0;
  padding: 160px 0;
  background: #f5f5f5;
}

.lp-cellenpia-beauty .overview .sec-wrap {
  display: flex;
  justify-content: space-between;
  column-gap: 20px;
}

.lp-cellenpia-beauty .overview .sec-wrap .overview-data {
  width: 100%;
  max-width: 824px;
  flex: 1;
}

.lp-cellenpia-beauty .overview .sec-wrap .overview-data dl {
  display: flex;
  gap: 20px 16px;
}

.lp-cellenpia-beauty .overview .sec-wrap .overview-data dl dt {
  position: relative;
  width: 180px;
  padding: 24px 16px;
  color: #0d8596;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

.lp-cellenpia-beauty .overview .sec-wrap .overview-data dl dt::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #0d8596;
  content: "";
}

.lp-cellenpia-beauty .overview .sec-wrap .overview-data dl dd {
  position: relative;
  flex: 1;
  padding: 24px 16px;
  color: #222;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

.lp-cellenpia-beauty .overview .sec-wrap .overview-data dl dd a {
  color: #0d8596;
  text-decoration: underline;
}

.lp-cellenpia-beauty .overview .sec-wrap .overview-data dl dd a:hover {
  text-decoration: none;
}

.lp-cellenpia-beauty .overview .sec-wrap .overview-data dl dd::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #dbdbdb;
  content: "";
}

@media screen and (max-width: 768px) {
  .lp-cellenpia-beauty .overview {
    margin: 96px 0 0;
    padding: 96px 0;
  }

  .lp-cellenpia-beauty .overview .sec-wrap {
    flex-direction: column;
  }

  .lp-cellenpia-beauty .overview .sec-wrap .overview-data {
    margin: 56px 0 0;
  }

  .lp-cellenpia-beauty .overview .sec-wrap .overview-data dl {
    flex-direction: column;
    gap: 0;
  }

  .lp-cellenpia-beauty .overview .sec-wrap .overview-data dl dt {
    width: 180px;
    padding: 16px 24px 0;
  }

  .lp-cellenpia-beauty .overview .sec-wrap .overview-data dl dt::before {
    content: none;
  }

  .lp-cellenpia-beauty .overview .sec-wrap .overview-data dl dd {
    padding: 16px 24px;
  }
}

.lp-cellenpia-beauty .fixed-btns {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 20px 30px;
  background-color: #f5f5f5;
  transform: translate(0px, 150px);
  opacity: 0;
}

.lp-cellenpia-beauty .fixed-btns ul {
  display: flex;
  column-gap: 24px;
  max-width: 704px;
  margin: 0 auto;
}

.lp-cellenpia-beauty .fixed-btns ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin: 0 auto;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .lp-cellenpia-beauty .fixed-btns ul {
    flex-direction: column;
    row-gap: 16px;
  }
}
