@charset "UTF-8";
*,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 100%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

select::-ms-expand {
  display: none;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

@media (max-width: 750px) {
  html {
    font-size: 1.3333333333vw;
  }
}
@media (min-width: 751px) {
  html {
    font-size: 62.5%;
  }
}
@media (max-width: 767px) {
  html {
    scroll-padding-top: 0;
  }
}
@media (min-width: 768px) {
  html {
    scroll-padding-top: 8rem;
  }
}
body {
  position: relative;
  isolation: isolate;
}

body::before,
body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity;
}

@media screen and (max-width: 767px) {
  body::before,
  body::after {
    display: none;
  }
}
a.p_button {
  color: #00657E;
}

main h1, main h2, main h3, main h4, main h5 {
  font-weight: 400;
}

.p_button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p_button::after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p_button:hover {
  color: rgba(0, 101, 126, 0.5);
}

.p_button:hover::after {
  opacity: 0.5;
}

.common-aside-instagram[data-v-92bece86] {
  padding-top: 15.3333333333vw !important;
  padding-bottom: 16vw !important;
  margin: 0 !important;
}

@media screen and (min-width: 768px) {
  .common-aside-instagram[data-v-92bece86] {
    position: relative;
    padding: 11.5rem 0 12rem !important;
    margin: 0 !important;
    background: #fff;
  }
}
footer.common-footer {
  position: relative;
}

body {
  background: #F9F0E9;
  -webkit-transition: background-color 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  transition: background-color 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

body.is-bg-diag {
  background-color: #FFF2EC;
}

body.is-bg-efforia {
  background-color: #EDE5E7;
}

body.is-bg-howto {
  background-color: #EDE5E7;
}

body.is-bg-more {
  background-color: #FFF0E5;
}

body.is-bg-campaign {
  background-color: #FCFCDC;
}

:where(.l-main, .l-header-item, .l-header-float) {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #00657E;
  font-weight: 400;
  line-height: 2;
}

:where(.l-main, .l-header-item, .l-header-float) :where(a, button) {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

:where(.l-main, .l-header-item, .l-header-float) :where(a:hover, button:hover) {
  cursor: pointer;
}

:where(.l-main, .l-header-item, .l-header-float) :where(a) {
  display: inline-block;
}

:where(.l-main, .l-header-item, .l-header-float) :where(img) {
  display: block;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}

body.is-loading {
  overflow: hidden;
}

.j-open {
  cursor: pointer;
}

.l-main {
  contain: paint;
  position: relative;
  z-index: 5;
  max-width: 54rem;
  margin: 0 auto;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 1s ease, visibility 1s ease;
  transition: opacity 1s ease, visibility 1s ease;
}

body.is-loaded .l-main {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 767px) {
  .l-main {
    max-width: 100%;
  }
}
.p-loading {
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #FFF6C2;
  overflow: hidden;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 1.2s ease, visibility 1.2s ease;
  transition: opacity 1.2s ease, visibility 1.2s ease;
}

.p-loading.is-hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.p-loading__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 86.1111111111%;
  opacity: 1;
  -webkit-transition: width 1.4s ease, opacity 1.2s ease;
  transition: width 1.4s ease, opacity 1.2s ease;
}
@media (max-width: 767px) {
  .p-loading__logo {
    top: calc(50% + 7rem);
    width: 98%;
  }
}
.p-loading__logo.end {
  width: 55.5555555556%;
}
@media (max-width: 767px) {
  .p-loading__logo.end {
    width: 98%;
  }
}

.p-loading__top-left {
  position: absolute;
  z-index: 2;
  top: calc(50% - 430px);
  left: calc(50% - 635px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 929px;
  display: block;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 1;
  -webkit-transition: top 1.4s ease, left 1.4s ease, opacity 1.2s ease;
  transition: top 1.4s ease, left 1.4s ease, opacity 1.2s ease;
}
@media (max-width: 767px) {
  .p-loading__top-left {
    z-index: 3;
    top: calc(50% - 62rem);
    left: calc(50% - 37.6rem);
    width: 73.6rem;
    max-width: none;
  }
}
.p-loading__top-left.end {
  top: calc(50% - 225px);
  left: calc(50% - 410px);
}
@media (max-width: 767px) {
  .p-loading__top-left.end {
    top: calc(50% - 31rem);
    left: calc(50% - 14.6rem);
  }
}

.p-loading__top-right {
  position: absolute;
  z-index: 2;
  top: calc(50% - 490px);
  left: calc(50% + 920px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1081px;
  display: block;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 1;
  -webkit-transition: top 1.4s ease, left 1.4s ease, opacity 1.2s ease;
  transition: top 1.4s ease, left 1.4s ease, opacity 1.2s ease;
}
@media (max-width: 767px) {
  .p-loading__top-right {
    top: calc(50% - 71.6rem);
    left: calc(50% + 50.6rem);
    width: 88rem;
    max-width: none;
  }
}
.p-loading__top-right.end {
  top: calc(50% - 255px);
  left: calc(50% + 460px);
}
@media (max-width: 767px) {
  .p-loading__top-right.end {
    top: calc(50% - 29rem);
    left: calc(50% + 36.6rem);
  }
}

.p-loading__button-left {
  position: absolute;
  z-index: 2;
  top: calc(50% + 530px);
  left: calc(50% - 625px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 812px;
  display: block;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 1;
  -webkit-transition: top 1.4s ease, left 1.4s ease, opacity 1.2s ease;
  transition: top 1.4s ease, left 1.4s ease, opacity 1.2s ease;
}
@media (max-width: 767px) {
  .p-loading__button-left {
    top: calc(50% + 78.6rem);
    left: calc(50% - 42.6rem);
    width: 70.2rem;
    max-width: none;
  }
}
.p-loading__button-left.end {
  top: calc(50% + 310px);
  left: calc(50% - 380px);
}
@media (max-width: 767px) {
  .p-loading__button-left.end {
    top: calc(50% + 43.6rem);
    left: calc(50% - 28.4rem);
  }
}

.p-loading__button-right {
  position: absolute;
  z-index: 2;
  top: calc(50% + 600px);
  left: calc(50% + 665px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1325px;
  display: block;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 1;
  -webkit-transition: top 1.4s ease, left 1.4s ease, opacity 1.2s ease;
  transition: top 1.4s ease, left 1.4s ease, opacity 1.2s ease;
}
@media (max-width: 767px) {
  .p-loading__button-right {
    top: calc(50% + 90.6rem);
    left: calc(50% + 48.6rem);
    width: 129rem;
    max-width: none;
  }
}
.p-loading__button-right.end {
  top: calc(50% + 445px);
  left: calc(50% + 362px);
}
@media (max-width: 767px) {
  .p-loading__button-right.end {
    top: calc(50% + 54.4rem);
    left: calc(50% + 27rem);
  }
}

.p-loading__item {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: calc(50% + 20px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 59.1666666667%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 1s ease, visibility 1s ease;
  transition: opacity 1s ease, visibility 1s ease;
}
@media (max-width: 767px) {
  .p-loading__item {
    left: calc(50% + 2.4rem);
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 99.2rem;
    max-width: none;
  }
}

.p-loading__item.is-show {
  opacity: 1;
  visibility: visible;
}

.p-loading__item.is-hide {
  opacity: 0;
  visibility: hidden;
}

.p-loading.is-fade .p-loading__logo,
.p-loading.is-fade .p-loading__top-left,
.p-loading.is-fade .p-loading__top-right,
.p-loading.is-fade .p-loading__button-left,
.p-loading.is-fade .p-loading__button-right {
  opacity: 0;
}

.l-header-nav {
  position: fixed;
  z-index: -1;
  top: calc(50% - 10rem);
  left: calc(50% + 43.7rem);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 25rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 1s ease, visibility 1s ease;
  transition: opacity 1s ease, visibility 1s ease;
}
.l-header-nav a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 1329px) {
  .l-header-nav {
    display: none;
  }
}

body.is-loaded-end .l-header-nav {
  opacity: 1;
  visibility: visible;
}

.l-header-nav__title {
  font-family: "Cormorant Infant", serif;
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: 0.083em;
  color: #7B4955;
  white-space: nowrap;
}

.l-header-nav__lists {
  margin-top: 3.2rem;
  padding-left: 3rem;
}

.l-header-nav__list {
  margin-top: 1.8rem;
}
.l-header-nav__list:first-of-type {
  margin-top: 0;
}

.l-header-nav__link,
.l-header-nav__more {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Cormorant Infant", serif;
  font-size: 2.4rem;
  line-height: 1.4;
  letter-spacing: 0.083em;
  color: #7B4955;
  white-space: nowrap;
}
.l-header-nav__link:hover,
.l-header-nav__more:hover {
  opacity: 0.7;
}

.l-header-nav__link {
  font-weight: 500;
}

.l-header-nav__more {
  margin-top: 3.5rem;
  font-weight: 600;
}

.l-header-nav__arrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 0.78rem;
  height: 0.78rem;
  margin-left: 1.36rem;
  border-right: 1px solid #D28282;
  border-bottom: 1px solid #D28282;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.l-header-nav__more .l-header-nav__arrow {
  margin-left: 1.56rem;
}

.l-header-logo {
  position: fixed;
  z-index: -1;
  top: calc(50% - 7.3rem);
  left: calc(50% - 49.13rem);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 15.74rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 1s ease, visibility 1s ease;
  transition: opacity 1s ease, visibility 1s ease;
}
@media (max-width: 1329px) {
  .l-header-logo {
    display: none;
  }
}

body.is-loaded-end .l-header-logo {
  opacity: 1;
  visibility: visible;
}

.l-header-logo__img {
  display: block;
  width: 100%;
  height: auto;
}

.l-header-banner {
  position: fixed;
  z-index: -1;
  top: calc(50% + 15.35rem);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  right: calc(50% - 79.2rem);
  width: 32rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 1s ease, visibility 1s ease;
  transition: opacity 1s ease, visibility 1s ease;
}
@media (max-width: 1329px) {
  .l-header-banner {
    display: none;
  }
}

body.is-loaded-end .l-header-banner {
  opacity: 1;
  visibility: visible;
}

.l-header-banner.is-closed {
  display: none;
}

.l-header-banner__link {
  display: block;
  width: 100%;
}
.l-header-banner__link:hover {
  opacity: 0.7;
}

.l-header-banner__img {
  display: block;
  width: 100%;
  height: auto;
}

.l-header-banner__close {
  position: absolute;
  z-index: 1;
  top: 0.5rem;
  right: 0.5rem;
  width: 1.8rem;
  height: 1.8rem;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
}
.l-header-banner__close:hover {
  opacity: 0.7;
}

.l-header-banner__closeIcon {
  display: block;
  width: 100%;
  height: auto;
}

.p-fv-left {
  position: fixed;
  z-index: -2;
  top: 8rem;
  left: calc(50% + 250px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 540px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 1s ease, visibility 1s ease;
  transition: opacity 1s ease, visibility 1s ease;
}

.p-fv-right {
  position: fixed;
  z-index: -2;
  bottom: -4.6rem;
  left: calc(50% - 250px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 494.5px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 1s ease, visibility 1s ease;
  transition: opacity 1s ease, visibility 1s ease;
}

body.is-loaded-end .p-fv-left,
body.is-loaded-end .p-fv-right {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 1329px) {
  body.is-loaded-end .l-header-nav,
  body.is-loaded-end .l-header-banner {
    display: none;
  }
}
.c-hamburger {
  display: none;
  position: absolute;
  z-index: 10;
  top: 17rem;
  left: 3rem;
  width: 10rem;
  height: 10rem;
  background: #FEE469;
  border-radius: 100%;
}
@media (max-width: 767px) {
  .c-hamburger {
    display: block;
  }
}
.c-hamburger span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 5.6rem;
  height: 0.48rem;
  background: #62B3A7;
  border-radius: 4rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-hamburger span:nth-of-type(1) {
  top: calc(50% + 1.6rem);
}
.c-hamburger span:nth-of-type(3) {
  top: calc(50% - 1.6rem);
}
.c-hamburger.is-hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.c-hamburger-fixed {
  position: fixed;
  top: 3rem;
  left: 3rem;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.c-hamburger-fixed.on {
  opacity: 1;
  pointer-events: auto;
}
.c-hamburger-fixed.is-hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.c-hamburger.active {
  opacity: 0;
  pointer-events: none;
}

body.is-fixed {
  overflow: hidden;
}

.c-hamburger-nav {
  position: fixed;
  z-index: 11;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 11;
  width: 100%;
  max-width: 68rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12rem 9rem;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 8rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-hamburger-nav.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.c-hamburger-overlay {
  position: fixed;
  inset: 0;
  z-index: 10;
  background: rgba(255, 249, 213, 0.8);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-hamburger-overlay.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.c-hamburger-nav__list {
  text-align: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-bottom: 0.5px solid rgba(72, 139, 129, 0.2);
}
.c-hamburger-nav__list:first-of-type {
  padding-top: 0;
}
.c-hamburger-nav__list:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}

.c-hamburger-nav__link {
  display: block;
  color: #488B81;
  font-size: 3.2rem;
  line-height: 1.4;
  font-weight: 400;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-hamburger-nav__link::before {
  content: attr(data-en);
  display: block;
  position: relative;
  font-family: "Cormorant Infant", serif;
  font-size: 4.8rem;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 0.8rem;
}
.c-hamburger-nav__link:hover {
  color: #FF956B;
}

.c-hamburger-nav__close {
  position: absolute;
  bottom: -5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 10rem;
  height: 10rem;
  background: #FEE469;
  border-radius: 100%;
}
.c-hamburger-nav__close span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 5.6rem;
  height: 0.48rem;
  background: #62B3A7;
  border-radius: 4rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-hamburger-nav__close span:nth-of-type(1) {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.c-hamburger-nav__close span:nth-of-type(2) {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.p-fv {
  width: 100%;
}

.p-pickup {
  width: 100%;
  padding-top: 5.76rem;
  background: #FFF9D5;
}
@media (max-width: 767px) {
  .p-pickup {
    padding-top: 8rem;
  }
}

.p-pickup__head {
  width: 17.856rem;
  height: 3.456rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #5E8A43;
  font-family: "Cormorant Infant", serif;
  font-size: 2.88rem;
  font-weight: 600;
  background: #fff;
  border-radius: 11.52rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .p-pickup__head {
    width: 24.8rem;
    height: 4.8rem;
    font-size: 4rem;
    border-radius: 16rem;
  }
}

.p-pickup__title {
  color: #5E8A43;
  font-family: "Cormorant Infant", serif;
  font-size: 6.624rem;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  margin-top: 2.88rem;
}
@media (max-width: 767px) {
  .p-pickup__title {
    font-size: 9.2rem;
    margin-top: 4rem;
  }
}

.p-pickup__text {
  color: #19573E;
  font-size: 3.456rem;
  line-height: 1.4;
  font-weight: 500;
  text-align: center;
  margin-top: 2.88rem;
}
@media (max-width: 767px) {
  .p-pickup__text {
    font-size: 4.8rem;
    margin-top: 4rem;
  }
}

.p-pickupCard {
  position: relative;
  width: calc(100% - 5.76rem);
  padding: 43.344rem 4.32rem 4.32rem 4.32rem;
  background: #fff;
  border-radius: 1.728rem;
  margin: 10.08rem auto 0 auto;
}
@media (max-width: 767px) {
  .p-pickupCard {
    width: calc(100% - 8rem);
    padding: 60.2rem 6rem 6rem 6rem;
    border-radius: 2.4rem;
    margin: 14rem auto 0 auto;
  }
}

.p-pickupCard__goods {
  position: absolute;
  z-index: 2;
  top: -4.896rem;
  left: calc(50% - 3.24rem);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 18.432rem;
}
@media (max-width: 767px) {
  .p-pickupCard__goods {
    top: -6.8rem;
    left: calc(50% - 4.5rem);
    width: 25.6rem;
  }
}

.p-pickupCard__soap {
  position: absolute;
  top: 5.76rem;
  left: calc(50% + 6.048rem);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 26.352rem;
}
@media (max-width: 767px) {
  .p-pickupCard__soap {
    top: 8rem;
    left: calc(50% + 8.4rem);
    width: 36.6rem;
  }
}

.p-pickupCard__head {
  color: #606262;
  font-size: 2.592rem;
  line-height: 1.4;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 767px) {
  .p-pickupCard__head {
    font-size: 3.6rem;
  }
}

.p-pickupCard__title {
  color: #606262;
  font-size: 2.304rem;
  line-height: 1.4;
  font-weight: 500;
  text-align: center;
  margin-top: 3.456rem;
}
.p-pickupCard__title span {
  display: block;
  font-size: 1.728rem;
  margin-bottom: 0.864rem;
}
@media (max-width: 767px) {
  .p-pickupCard__title span {
    font-size: 2.4rem;
    margin-bottom: 1.2rem;
  }
}
@media (max-width: 767px) {
  .p-pickupCard__title {
    font-size: 3.2rem;
    margin-top: 4.8rem;
  }
}

.p-pickupCard__label {
  color: #606262;
  font-size: 1.872rem;
  line-height: 1.3;
  font-weight: 400;
  text-align: center;
  margin-top: 1.44rem;
}
@media (max-width: 767px) {
  .p-pickupCard__label {
    font-size: 2.6rem;
    margin-top: 2rem;
  }
}

.p-pickupCard__money {
  color: #606262;
  font-size: 1.872rem;
  line-height: 1.5;
  font-weight: 400;
  text-align: center;
  margin-top: 1.44rem;
}
@media (max-width: 767px) {
  .p-pickupCard__money {
    font-size: 2.6rem;
    margin-top: 2rem;
  }
}

.p-pickupCarousel {
  width: 100%;
  margin-top: 8.64rem;
}
@media (max-width: 767px) {
  .p-pickupCarousel {
    margin-top: 12rem;
  }
}

.p-pickupCarousel__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8.64rem;
}
@media (max-width: 767px) {
  .p-pickupCarousel__lists {
    gap: 12rem;
  }
}

.p-pickupCarousel__list {
  color: #5E8A43;
  font-family: "Cormorant Infant", serif;
  font-size: 5.472rem;
  line-height: 1.1;
  font-weight: 600;
  padding: 0 0.36rem;
  border-bottom: 1px solid rgba(94, 138, 67, 0);
}
.p-pickupCarousel__list.on {
  color: #F68326;
  border-bottom: 1px solid #F68326;
}
@media (max-width: 767px) {
  .p-pickupCarousel__list {
    font-size: 7.6rem;
    padding: 0 0.5rem;
  }
}

.p-pickupCarousel__slider {
  width: 100%;
  margin-top: 2.88rem;
}
@media (max-width: 767px) {
  .p-pickupCarousel__slider {
    margin-top: 4rem;
  }
}

.p-pickupCarousel__img {
  width: 100%;
  margin: 0 2.88rem;
}
@media (max-width: 767px) {
  .p-pickupCarousel__img {
    margin: 0 4rem;
  }
}

.p-pickupCarousel__comment {
  color: #606262;
  font-size: 1.296rem;
  line-height: 1.4;
  font-weight: 400;
  text-align: right;
  margin-top: 1.44rem;
  margin-right: 2.88rem;
}
@media (max-width: 767px) {
  .p-pickupCarousel__comment {
    font-size: 1.8rem;
    margin-top: 2rem;
    margin-right: 4rem;
  }
}

.p-pickupItem {
  width: 100%;
  margin-top: 7.2rem;
}
@media (max-width: 767px) {
  .p-pickupItem {
    margin-top: 10rem;
  }
}

.p-pickupItem__title {
  color: #5E8A43;
  font-size: 3.456rem;
  line-height: 1.4;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 767px) {
  .p-pickupItem__title {
    font-size: 4.8rem;
  }
}

.p-pickupItem__img {
  position: relative;
  left: -0.432rem;
  width: 100%;
  max-width: 49.968rem;
  margin: 2.592rem auto 0 auto;
}
@media (max-width: 767px) {
  .p-pickupItem__img {
    left: -0.6rem;
    max-width: 69.4rem;
    margin: 3.6rem auto 0 auto;
  }
}

.p-pickupItem__comment {
  color: #606262;
  font-size: 1.296rem;
  line-height: 1.4;
  font-weight: 400;
  text-align: right;
  margin-right: 2.88rem;
}
@media (max-width: 767px) {
  .p-pickupItem__comment {
    font-size: 1.8rem;
    margin-right: 4rem;
  }
}

.p-pickupMaterial {
  width: calc(100% - 5.76rem);
  margin: 5.76rem auto 0 auto;
}
@media (max-width: 767px) {
  .p-pickupMaterial {
    width: calc(100% - 8rem);
    margin: 8rem auto 0 auto;
  }
}

.p-pickupMaterial__title {
  color: #5E8A43;
  font-size: 2.592rem;
  line-height: 1.4;
  font-weight: 500;
  text-align: center;
  margin-top: 2.88rem;
}
.p-pickupMaterial__title span {
  display: block;
  font-size: 3.456rem;
  margin-top: 0.432rem;
}
@media (max-width: 767px) {
  .p-pickupMaterial__title span {
    font-size: 4.8rem;
    margin-top: 0.6rem;
  }
}
@media (max-width: 767px) {
  .p-pickupMaterial__title {
    font-size: 3.6rem;
    margin-top: 4rem;
  }
}

.p-pickupMaterial__wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.744rem 1.872rem;
  margin-top: 2.88rem;
}
@media (max-width: 767px) {
  .p-pickupMaterial__wrapper {
    gap: 5.2rem 2.6rem;
    margin-top: 4rem;
  }
}

.p-pickupMaterial__box {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.44rem;
  padding: 1.872rem;
  background: #fff;
  border: 0.5px solid #A1A1A1;
  border-radius: 1.44rem;
}
.p-pickupMaterial__box:first-child {
  grid-column: 1/-1;
}
.p-pickupMaterial__box:nth-child(2) {
  display: block;
  background: #FEF9E6;
  padding-bottom: 3.744rem;
  border: 0.5px solid #FACD56;
}
.p-pickupMaterial__box:nth-child(2)::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 1.728rem;
  width: 1.872rem;
  height: 1.152rem;
  background-image: url(../imgs/pickup_arrow.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .p-pickupMaterial__box:nth-child(2)::after {
    bottom: 2.4rem;
    width: 2.6rem;
    height: 1.6rem;
  }
}
.p-pickupMaterial__box:nth-child(2) .p-pickupMaterial__point {
  background: #EAB51A;
}
.p-pickupMaterial__box:nth-child(2) .p-pickupMaterial__img {
  height: 14.4rem;
}
.p-pickupMaterial__box:nth-child(2) .p-pickupMaterial__img img {
  position: relative;
  left: 1.44rem;
}
@media (max-width: 767px) {
  .p-pickupMaterial__box:nth-child(2) .p-pickupMaterial__img img {
    left: 2rem;
  }
}
@media (max-width: 767px) {
  .p-pickupMaterial__box:nth-child(2) .p-pickupMaterial__img {
    height: 20rem;
  }
}
.p-pickupMaterial__box:nth-child(2) .p-pickupMaterial__label {
  text-align: center;
  padding-bottom: 1.152rem;
  border-bottom: 1px solid #FACD56;
}
@media (max-width: 767px) {
  .p-pickupMaterial__box:nth-child(2) .p-pickupMaterial__label {
    padding-bottom: 1.6rem;
  }
}
.p-pickupMaterial__box:nth-child(2) .p-pickupMaterial__text {
  text-align: center;
  margin-top: 1.008rem;
}
@media (max-width: 767px) {
  .p-pickupMaterial__box:nth-child(2) .p-pickupMaterial__text {
    margin-top: 1.4rem;
  }
}
@media (max-width: 767px) {
  .p-pickupMaterial__box:nth-child(2) {
    padding-bottom: 5.2rem;
  }
}
.p-pickupMaterial__box:nth-child(3) {
  display: block;
  padding-bottom: 3.744rem;
  background: #FEF2DF;
  border: 0.5px solid #FAA856;
}
.p-pickupMaterial__box:nth-child(3)::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 1.728rem;
  width: 1.872rem;
  height: 1.152rem;
  background-image: url(../imgs/pickup_arrow.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .p-pickupMaterial__box:nth-child(3)::after {
    bottom: 2.4rem;
    width: 2.6rem;
    height: 1.6rem;
  }
}
.p-pickupMaterial__box:nth-child(3) .p-pickupMaterial__point {
  background: #FF956B;
}
.p-pickupMaterial__box:nth-child(3) .p-pickupMaterial__img {
  height: 14.4rem;
}
.p-pickupMaterial__box:nth-child(3) .p-pickupMaterial__img img {
  position: relative;
  left: 1.44rem;
}
@media (max-width: 767px) {
  .p-pickupMaterial__box:nth-child(3) .p-pickupMaterial__img img {
    left: 2rem;
  }
}
@media (max-width: 767px) {
  .p-pickupMaterial__box:nth-child(3) .p-pickupMaterial__img {
    height: 20rem;
  }
}
.p-pickupMaterial__box:nth-child(3) .p-pickupMaterial__label {
  text-align: center;
  padding-bottom: 1.152rem;
  border-bottom: 1px solid #FF956B;
}
@media (max-width: 767px) {
  .p-pickupMaterial__box:nth-child(3) .p-pickupMaterial__label {
    padding-bottom: 1.6rem;
  }
}
.p-pickupMaterial__box:nth-child(3) .p-pickupMaterial__text {
  text-align: center;
  margin-top: 1.008rem;
}
@media (max-width: 767px) {
  .p-pickupMaterial__box:nth-child(3) .p-pickupMaterial__text {
    margin-top: 1.4rem;
  }
}
@media (max-width: 767px) {
  .p-pickupMaterial__box:nth-child(3) {
    padding-bottom: 5.2rem;
  }
}
@media (max-width: 767px) {
  .p-pickupMaterial__box {
    gap: 2rem;
    padding: 2.6rem;
    border-radius: 2rem;
  }
}

.p-pickupMaterial__point {
  position: absolute;
  z-index: 2;
  top: -2.304rem;
  left: -1.152rem;
  width: 6.048rem;
  height: 6.048rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 1.584rem;
  line-height: 1.1;
  font-weight: 500;
  background: #A1A1A1;
  border-radius: 100%;
}
@media (max-width: 767px) {
  .p-pickupMaterial__point {
    top: -3.2rem;
    left: -1.6rem;
    width: 8.4rem;
    height: 8.4rem;
    font-size: 2.2rem;
  }
}

.p-pickupMaterial__img {
  width: 19.008rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .p-pickupMaterial__img {
    width: 26.4rem;
  }
}

.p-pickupMaterial__group {
  width: 100%;
}

.p-pickupMaterial__label {
  color: #606262;
  font-size: 2.304rem;
  line-height: 1.4;
  font-weight: 500;
  padding-bottom: 1.296rem;
  border-bottom: 1px solid #A1A1A1;
}
.p-pickupMaterial__label span {
  display: block;
  font-size: 1.728rem;
}
@media (max-width: 767px) {
  .p-pickupMaterial__label span {
    font-size: 2.4rem;
  }
}
@media (max-width: 767px) {
  .p-pickupMaterial__label {
    font-size: 3.2rem;
    padding-bottom: 1.8rem;
  }
}

.p-pickupMaterial__text {
  color: #606262;
  font-size: 1.584rem;
  line-height: 1.4;
  font-weight: 500;
  white-space: nowrap;
  margin-top: 1.296rem;
}
.p-pickupMaterial__text span {
  font-size: 1.44rem;
}
@media (max-width: 767px) {
  .p-pickupMaterial__text span {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .p-pickupMaterial__text {
    font-size: 2.2rem;
    margin-top: 1.8rem;
  }
}

.p-pickupMaterial__comment {
  color: #606262;
  font-size: 1.296rem;
  line-height: 1.4;
  font-weight: 400;
  text-align: right;
  margin-top: 1.44rem;
}
@media (max-width: 767px) {
  .p-pickupMaterial__comment {
    font-size: 1.8rem;
    margin-top: 2rem;
  }
}

.p-pickupMaterial__exp {
  color: #5E8A43;
  font-size: 2.016rem;
  line-height: 1.4;
  font-weight: 500;
  text-align: center;
  margin-top: 2.448rem;
}
@media (max-width: 767px) {
  .p-pickupMaterial__exp {
    font-size: 2.8rem;
    margin-top: 3.4rem;
  }
}

.p-pickupMaterial__button {
  width: 100%;
  max-width: 39.456rem;
  height: 7.344rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.72rem;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 2.304rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.072rem;
  background: #FFD100;
  border-radius: 5.76rem;
  margin: 5.76rem auto 0rem auto;
}
.p-pickupMaterial__button::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 3.024rem;
  height: 3.024rem;
  background-image: url(../imgs/button_icon_white.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .p-pickupMaterial__button::after {
    width: 4.2rem;
    height: 4.2rem;
  }
}
.p-pickupMaterial__button:hover {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .p-pickupMaterial__button {
    max-width: 54.8rem;
    height: 10.2rem;
    gap: 1rem;
    font-size: 3.2rem;
    letter-spacing: 0.1rem;
    border-radius: 8rem;
    margin: 8rem auto 0rem auto;
  }
}

.p-pickupLine {
  width: calc(100% - 5.76rem);
  height: 41.112rem;
  background-image: url(../imgs/line_bg.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  padding-top: 5.76rem;
  margin: 8.64rem auto 0 auto;
}
@media (max-width: 767px) {
  .p-pickupLine {
    width: calc(100% - 8rem);
    height: 57.1rem;
    padding-top: 8rem;
    margin: 12rem auto 0 auto;
  }
}

.p-pickupLine__head {
  position: relative;
  color: #606262;
  font-size: 2.016rem;
  line-height: 1.4;
  font-weight: 500;
  text-align: center;
}
.p-pickupLine__head::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -1.728rem;
  width: 20.016rem;
  height: 1.152rem;
  background-image: url(../imgs/line_bar.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .p-pickupLine__head::after {
    bottom: -2.4rem;
    width: 27.8rem;
    height: 1.6rem;
  }
}
@media (max-width: 767px) {
  .p-pickupLine__head {
    font-size: 2.8rem;
  }
}

.p-pickupLine__title {
  color: #0D5967;
  font-family: "Cormorant Infant", serif;
  font-size: 4.32rem;
  line-height: 1.1;
  font-weight: 700;
  margin-top: 2.664rem;
}
@media (max-width: 767px) {
  .p-pickupLine__title {
    font-size: 6rem;
    margin-top: 3.7rem;
  }
}

.p-pickupLine__text {
  color: #0D5967;
  font-size: 2.016rem;
  line-height: 1.4;
  font-weight: 500;
  text-align: center;
  margin-top: 0.576rem;
}
@media (max-width: 767px) {
  .p-pickupLine__text {
    font-size: 2.8rem;
    margin-top: 0.8rem;
  }
}

.p-pickupLine__button {
  width: 100%;
  max-width: 38.448rem;
  height: 7.776rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.448rem;
  color: #fff;
  font-size: 2.592rem;
  font-weight: 500;
  line-height: 1.4;
  padding-left: 2.592rem;
  background: #06C755;
  border-radius: 5.76rem;
  margin: 2.304rem auto 0rem auto;
}
.p-pickupLine__button::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 4.752rem;
  height: 4.608rem;
  background-image: url(../imgs/line_icon.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .p-pickupLine__button::before {
    width: 6.6rem;
    height: 6.4rem;
  }
}
.p-pickupLine__button:hover {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .p-pickupLine__button {
    max-width: 53.4rem;
    height: 10.8rem;
    gap: 3.4rem;
    font-size: 3.6rem;
    padding-left: 3.6rem;
    border-radius: 8rem;
    margin: 3.2rem auto 0rem auto;
  }
}

.p-pickupLimited {
  position: relative;
  width: 100%;
  margin-top: 5.76rem;
}
@media (max-width: 767px) {
  .p-pickupLimited {
    margin-top: 8rem;
  }
}

.p-pickupLimited__img {
  width: 100%;
}

.p-limited__button {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 14.4rem;
  width: 100%;
  max-width: 39.456rem;
  height: 7.344rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.72rem;
  color: #5E8A43;
  font-family: "Montserrat", sans-serif;
  font-size: 2.304rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.072rem;
  background: #fff;
  -webkit-box-shadow: 0 1px 6px rgba(207, 196, 148, 0.4);
          box-shadow: 0 1px 6px rgba(207, 196, 148, 0.4);
  border-radius: 5.76rem;
}
.p-limited__button:hover {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .p-limited__button {
    bottom: 20rem;
    max-width: 54.8rem;
    height: 10.2rem;
    gap: 1rem;
    font-size: 3.2rem;
    letter-spacing: 0.1rem;
    border-radius: 8rem;
  }
}

#new {
  padding-top: 8rem;
  margin-top: -8rem;
}

.p-new {
  width: 100%;
  padding-top: 5.76rem;
  padding-bottom: 8.64rem;
  background: #F7FBE9;
}
@media (max-width: 767px) {
  .p-new {
    padding-top: 8rem;
    padding-bottom: 12rem;
  }
}

.p-new__head {
  width: 20.736rem;
  height: 3.456rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-family: "Cormorant Infant", serif;
  font-size: 2.88rem;
  font-weight: 600;
  background: #5E8A43;
  border-radius: 11.52rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .p-new__head {
    width: 28.8rem;
    height: 4.8rem;
    font-size: 4rem;
    border-radius: 16rem;
  }
}

.p-new__title {
  color: #5E8A43;
  font-family: "Cormorant Infant", serif;
  font-size: 5.472rem;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  margin-top: 2.88rem;
}
@media (max-width: 767px) {
  .p-new__title {
    font-size: 7.6rem;
    margin-top: 4rem;
  }
}

.p-new__text {
  color: #19573E;
  font-size: 3.456rem;
  line-height: 1.4;
  font-weight: 500;
  text-align: center;
  margin-top: 2.88rem;
}
.p-new__text span {
  font-size: 1.44rem;
}
@media (max-width: 767px) {
  .p-new__text span {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .p-new__text {
    font-size: 4.8rem;
    margin-top: 4rem;
  }
}

.p-newCard {
  position: relative;
  width: calc(100% - 5.76rem);
  padding: 5.76rem 0rem;
  background: #fff;
  border-radius: 1.728rem;
  margin: 7.2rem auto 0 auto;
}
@media (max-width: 767px) {
  .p-newCard {
    width: calc(100% - 8rem);
    padding: 8rem 0rem;
    border-radius: 2.4rem;
    margin: 10rem auto 0 auto;
  }
}

.p-newCard__time {
  position: absolute;
  z-index: 2;
  top: -3.6rem;
  right: 0;
  width: 13.824rem;
}
@media (max-width: 767px) {
  .p-newCard__time {
    top: -5rem;
    width: 19.2rem;
  }
}

.p-newCard__img {
  width: 100%;
}

.p-newCard__head {
  color: #606262;
  font-size: 2.592rem;
  line-height: 1.4;
  font-weight: 500;
  text-align: center;
  margin-top: 2.88rem;
}
.p-newCard__head span {
  font-size: 1.728rem;
}
@media (max-width: 767px) {
  .p-newCard__head span {
    font-size: 2.4rem;
  }
}
@media (max-width: 767px) {
  .p-newCard__head {
    font-size: 3.6rem;
    margin-top: 4rem;
  }
}

.p-newCard__title {
  color: #606262;
  font-size: 2.304rem;
  line-height: 1.2;
  font-weight: 500;
  text-align: center;
  margin-top: 2.592rem;
}
.p-newCard__title span {
  display: block;
  font-size: 1.872rem;
  margin-bottom: 0.864rem;
}
@media (max-width: 767px) {
  .p-newCard__title span {
    font-size: 2.6rem;
    margin-bottom: 1.2rem;
  }
}
@media (max-width: 767px) {
  .p-newCard__title {
    font-size: 3.2rem;
    margin-top: 3.6rem;
  }
}

.p-newCard__label {
  color: #606262;
  font-size: 1.872rem;
  line-height: 1.3;
  font-weight: 400;
  text-align: center;
  margin-top: 1.44rem;
}
@media (max-width: 767px) {
  .p-newCard__label {
    font-size: 2.6rem;
    margin-top: 2rem;
  }
}

.p-newCard__money {
  color: #606262;
  font-size: 1.872rem;
  line-height: 1.5;
  font-weight: 400;
  text-align: center;
  margin-top: 1.44rem;
}
@media (max-width: 767px) {
  .p-newCard__money {
    font-size: 2.6rem;
    margin-top: 2rem;
  }
}

.p-new__comment {
  color: #606262;
  font-size: 1.296rem;
  line-height: 1.4;
  font-weight: 400;
  text-align: center;
  margin-top: 3.312rem;
}
@media (max-width: 767px) {
  .p-new__comment {
    font-size: 1.8rem;
    margin-top: 4.6rem;
  }
}

.p-new__item {
  position: relative;
  left: -0.432rem;
  width: 100%;
  max-width: 49.968rem;
  margin: 6.912rem auto 0 auto;
}
@media (max-width: 767px) {
  .p-new__item {
    left: -0.6rem;
    max-width: 69.4rem;
    margin: 9.6rem auto 0 auto;
  }
}

.p-new__comment02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  color: #606262;
  font-size: 1.296rem;
  line-height: 1.4;
  font-weight: 400;
  text-align: left;
  margin-top: 0.576rem;
}
@media (max-width: 767px) {
  .p-new__comment02 {
    font-size: 1.8rem;
    margin-top: 0.8rem;
  }
}

.p-newVideo {
  width: calc(100% - 5.76rem);
  margin: 11.52rem auto 0 auto;
}
@media (max-width: 767px) {
  .p-newVideo {
    width: calc(100% - 8rem);
    margin: 16rem auto 0 auto;
  }
}

.p-newVideo__item {
  position: relative;
  width: 100%;
  padding-top: 177.78%;
}

.p-newVideo__button {
  width: 100%;
  max-width: 39.456rem;
  height: 7.344rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.72rem;
  color: #5E8A43;
  font-family: "Montserrat", sans-serif;
  font-size: 2.304rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.072rem;
  background: #fff;
  border-radius: 5.76rem;
  -webkit-box-shadow: 0 1px 6px #e0ebb7;
          box-shadow: 0 1px 6px #e0ebb7;
  margin: 4.32rem auto 0rem auto;
}
.p-newVideo__button::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 3.024rem;
  height: 3.024rem;
  background-image: url(../imgs/button_icon_green.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .p-newVideo__button::after {
    width: 4.2rem;
    height: 4.2rem;
  }
}
.p-newVideo__button:hover {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .p-newVideo__button {
    max-width: 54.8rem;
    height: 10.2rem;
    gap: 1rem;
    font-size: 3.2rem;
    letter-spacing: 0.1rem;
    border-radius: 8rem;
    margin: 6rem auto 0rem auto;
  }
}

.p-newLine {
  width: calc(100% - 5.76rem);
  height: 76.104rem;
  background-image: url(../imgs/line_bg02.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  padding-top: 5.04rem;
  margin: 8.64rem auto 0 auto;
}
@media (max-width: 767px) {
  .p-newLine {
    width: calc(100% - 8rem);
    height: 105.7rem;
    padding-top: 7rem;
    margin: 12rem auto 0 auto;
  }
}

.p-newLine__head {
  width: 100%;
  max-width: 28.656rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .p-newLine__head {
    max-width: 39.8rem;
  }
}

.p-newLine__title {
  color: #19573E;
  font-family: "Cormorant Infant", serif;
  font-size: 4.32rem;
  line-height: 1.1;
  font-weight: 700;
  margin-top: 1.152rem;
}
@media (max-width: 767px) {
  .p-newLine__title {
    font-size: 6rem;
    margin-top: 1.6rem;
  }
}

.p-newLine__text {
  color: #19573E;
  font-size: 2.016rem;
  line-height: 1.4;
  font-weight: 500;
  text-align: center;
  margin-top: 0.576rem;
}
@media (max-width: 767px) {
  .p-newLine__text {
    font-size: 2.8rem;
    margin-top: 0.8rem;
  }
}

.p-newLine__img {
  width: 100%;
  margin-top: 1.008rem;
}
@media (max-width: 767px) {
  .p-newLine__img {
    margin-top: 1.4rem;
  }
}

.p-newLine__button {
  width: 100%;
  max-width: 38.448rem;
  height: 7.776rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.448rem;
  color: #fff;
  font-size: 2.592rem;
  font-weight: 500;
  line-height: 1.4;
  padding-left: 2.592rem;
  background: #06C755;
  border-radius: 5.76rem;
  margin: 2.304rem auto 0rem auto;
}
.p-newLine__button::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 4.752rem;
  height: 4.608rem;
  background-image: url(../imgs/line_icon.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .p-newLine__button::before {
    width: 6.6rem;
    height: 6.4rem;
  }
}
.p-newLine__button:hover {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .p-newLine__button {
    max-width: 53.4rem;
    height: 10.8rem;
    gap: 3.4rem;
    font-size: 3.6rem;
    padding-left: 3.6rem;
    border-radius: 8rem;
    margin: 3.2rem auto 0rem auto;
  }
}

.p-newLine__lists {
  width: 100%;
  text-align: left;
  margin-left: 3.024rem;
  margin-top: 2.88rem;
}
@media (max-width: 767px) {
  .p-newLine__lists {
    margin-left: 4.2rem;
    margin-top: 4rem;
  }
}

.p-newLine__list {
  position: relative;
  color: #606262;
  font-size: 1.584rem;
  line-height: 1.4;
  font-weight: 500;
  padding-left: 2.592rem;
}
.p-newLine__list::before {
  content: "・";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0.432rem;
  font-size: 1.584rem;
}
@media (max-width: 767px) {
  .p-newLine__list::before {
    left: 0.6rem;
    font-size: 2.2rem;
  }
}
@media (max-width: 767px) {
  .p-newLine__list {
    font-size: 2.2rem;
    padding-left: 3.6rem;
  }
}

.p-area {
  position: relative;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(22.06%, #FFFFFF), color-stop(51.5%, #FFF9D5), to(#FFE8D9));
  background: linear-gradient(180deg, #FFFFFF 22.06%, #FFF9D5 51.5%, #FFE8D9 100%);
  padding-bottom: 7.92rem;
}
@media (max-width: 767px) {
  .p-area {
    padding-bottom: 11rem;
  }
}

.p-area__head {
  width: 100%;
}

.p-area__wrapper {
  width: calc(100% - 5.76rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 7.2rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .p-area__wrapper {
    width: calc(100% - 8rem);
    gap: 10rem;
  }
}

.p-area__link {
  position: relative;
  display: block;
  width: 100%;
  padding: 3.456rem 2.592rem 9.936rem 2.592rem;
  border-radius: 3.456rem;
  background: #fff;
  overflow: hidden;
}
.p-area__link:hover {
  opacity: 0.5;
}
.p-area__link:nth-of-type(2) .p-area__view {
  background: #F8928A;
}
@media (max-width: 767px) {
  .p-area__link {
    padding: 4.8rem 3.6rem 13.8rem 3.6rem;
    border-radius: 4.8rem;
  }
}

.p-area__eng {
  width: 100%;
}

.p-area__title {
  color: #606262;
  font-size: 2.304rem;
  line-height: 1.4;
  font-weight: 500;
  margin-top: 1.728rem;
}
.p-area__title span {
  color: #5E8A43;
  font-size: 3.744rem;
}
.p-area__title span span {
  font-weight: 700;
}
@media (max-width: 767px) {
  .p-area__title span {
    font-size: 5.2rem;
  }
}
@media (max-width: 767px) {
  .p-area__title {
    font-size: 3.2rem;
    margin-top: 2.4rem;
  }
}

.p-area__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.728rem;
  margin-top: 1.728rem;
}
@media (max-width: 767px) {
  .p-area__box {
    gap: 2.4rem;
    margin-top: 2.4rem;
  }
}

.p-area__img {
  width: 19.728rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .p-area__img {
    width: 27.4rem;
  }
}

.p-area__text {
  width: 100%;
  color: #606262;
  font-size: 1.728rem;
  line-height: 1.4;
  font-weight: 500;
}
@media (max-width: 767px) {
  .p-area__text {
    font-size: 2.4rem;
  }
}

.p-area__view {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  width: 100%;
  height: 6.48rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 2.304rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.072rem;
  background: #FFD441;
}
@media (max-width: 767px) {
  .p-area__view {
    height: 9rem;
    font-size: 3.2rem;
    letter-spacing: 0.1rem;
  }
}

.p-area__comment {
  color: #606262;
  font-size: 1.296rem;
  line-height: 1.4;
  font-weight: 400;
  text-align: right;
  margin-top: 1.728rem;
  margin-right: 2.88rem;
}
@media (max-width: 767px) {
  .p-area__comment {
    font-size: 1.8rem;
    margin-top: 2.4rem;
    margin-right: 4rem;
  }
}

.p-area__item {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 12.456rem;
}
@media (max-width: 767px) {
  .p-area__item {
    width: 17.3rem;
  }
}

.p-area__item02 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 14.688rem;
}
@media (max-width: 767px) {
  .p-area__item02 {
    width: 20.4rem;
  }
}

.p-daily {
  width: 100%;
  background: #FFF9D5;
  padding-bottom: 5.76rem;
}
@media (max-width: 767px) {
  .p-daily {
    padding-bottom: 8rem;
  }
}

.p-daily__title {
  width: 100%;
}

.p-daily__wrapper {
  position: relative;
  width: 100%;
}

.p-daily__head {
  position: relative;
  display: block;
  color: #62B384;
  font-size: 2.88rem;
  line-height: 1.2;
  font-weight: 500;
  text-align: center;
}
.p-daily__head::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -2.736rem;
  width: 33.984rem;
  height: 1.584rem;
  background-image: url(../imgs/daily_bar.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .p-daily__head::after {
    bottom: -3.8rem;
    width: 47.2rem;
    height: 2.2rem;
  }
}
@media (max-width: 767px) {
  .p-daily__head {
    font-size: 4rem;
  }
}

.p-daily__label {
  color: #62B384;
  font-size: 4.32rem;
  line-height: 1.2;
  font-weight: 500;
  text-align: center;
  margin-top: 2.88rem;
}
@media (max-width: 767px) {
  .p-daily__label {
    font-size: 6rem;
    margin-top: 4rem;
  }
}

.p-daily__column {
  position: relative;
  width: calc(100% - 4.32rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 4.32rem;
  margin: 3.24rem auto 0 auto;
}
.p-daily__column::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 6.336rem;
  width: 0.288rem;
  height: 100%;
  background: #62B384;
}
@media (max-width: 767px) {
  .p-daily__column::after {
    left: 8.8rem;
    width: 0.4rem;
  }
}
@media (max-width: 767px) {
  .p-daily__column {
    width: calc(100% - 6rem);
    gap: 6rem;
    margin: 4.5rem auto 0 auto;
  }
}

.p-daily__black {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 1.296rem 2.016rem;
  background: #fff;
  border: 1px solid #FFD343;
  border-radius: 0.864rem;
}
@media (max-width: 767px) {
  .p-daily__black {
    padding: 1.8rem 2.8rem;
    border-radius: 1.2rem;
  }
}

.p-daily__band {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.44rem;
}
.p-daily__band::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0.576rem;
  width: 2.016rem;
  height: 1.152rem;
  background-image: url(../imgs/daily_arrow_black.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .p-daily__band::after {
    right: 0.8rem;
    width: 2.8rem;
    height: 1.6rem;
  }
}
.p-daily__band.open::after {
  -webkit-transform: translateY(-50%) scale(-1, -1);
          transform: translateY(-50%) scale(-1, -1);
}
@media (max-width: 767px) {
  .p-daily__band {
    gap: 2rem;
  }
}

.p-daily__step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  width: 8.64rem;
  min-width: 8.64rem;
  height: 8.64rem;
  color: #74B24D;
  font-family: "Cormorant Infant", serif;
  font-size: 1.872rem;
  line-height: 1;
  font-weight: 500;
  text-align: center;
  padding-top: 0.576rem;
  background: #FFFCDC;
  border-radius: 100%;
}
.p-daily__step span {
  position: relative;
  top: -0.432rem;
  display: inline-block;
  font-size: 4.608rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .p-daily__step span {
    top: -0.6rem;
    font-size: 6.4rem;
  }
}
@media (max-width: 767px) {
  .p-daily__step {
    width: 12rem;
    min-width: 12rem;
    height: 12rem;
    font-size: 2.6rem;
    padding-top: 0.8rem;
  }
}

.p-daily__name {
  display: inline-block;
  width: 31.68rem;
  color: #606262;
  font-size: 2.88rem;
  line-height: 1.2;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 767px) {
  .p-daily__name {
    width: 44rem;
    font-size: 4rem;
  }
}

.p-daily__box {
  display: none;
}

.p-dailyItem {
  width: 100%;
  padding-top: 3.6rem;
  padding-bottom: 3.024rem;
}
@media (max-width: 767px) {
  .p-dailyItem {
    padding-top: 5rem;
    padding-bottom: 4.2rem;
  }
}

.p-dailyItem__column {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.296rem;
  margin-bottom: 5.76rem;
}
.p-dailyItem__column .p-dailyItem__head {
  font-size: 1.728rem;
}
@media (max-width: 767px) {
  .p-dailyItem__column .p-dailyItem__head {
    font-size: 2.4rem;
  }
}
@media (max-width: 767px) {
  .p-dailyItem__column {
    gap: 1.8rem;
    margin-bottom: 8rem;
  }
}

.p-dailyItem__box {
  width: 100%;
}

.p-dailyItem__img {
  width: 100%;
  max-width: 21.6rem;
  margin: 0 auto;
}
.p-dailyItem__img.mb20 {
  margin-bottom: 2.88rem;
}
@media (max-width: 767px) {
  .p-dailyItem__img.mb20 {
    margin-bottom: 4rem;
  }
}
.p-dailyItem__img.wid156 {
  max-width: 23.04rem;
}
@media (max-width: 767px) {
  .p-dailyItem__img.wid156 {
    max-width: 32rem;
  }
}
@media (max-width: 767px) {
  .p-dailyItem__img {
    max-width: 30rem;
  }
}

.p-dailyItem__head {
  color: #62B3A7;
  font-size: 1.872rem;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
  margin-top: 0.432rem;
}
@media (max-width: 767px) {
  .p-dailyItem__head {
    font-size: 2.6rem;
    margin-top: 0.6rem;
  }
}

.p-dailyItem__title {
  color: #606262;
  font-size: 1.728rem;
  line-height: 1.2;
  font-weight: 500;
  text-align: center;
  margin-top: 1.152rem;
}
.p-dailyItem__title span {
  display: block;
  font-size: 1.584rem;
  font-weight: 400;
  margin-bottom: 0.864rem;
}
@media (max-width: 767px) {
  .p-dailyItem__title span {
    font-size: 2.2rem;
    margin-bottom: 1.2rem;
  }
}
@media (max-width: 767px) {
  .p-dailyItem__title {
    font-size: 2.4rem;
    margin-top: 1.6rem;
  }
}

.p-dailyItem__label {
  color: #606262;
  font-size: 1.584rem;
  line-height: 1.3;
  font-weight: 400;
  text-align: center;
  margin-top: 0.864rem;
}
@media (max-width: 767px) {
  .p-dailyItem__label {
    font-size: 2.2rem;
    margin-top: 1.2rem;
  }
}

.p-dailyItem__money {
  color: #606262;
  font-size: 1.584rem;
  line-height: 1.3;
  font-weight: 400;
  text-align: center;
  margin-top: 0.864rem;
}
@media (max-width: 767px) {
  .p-dailyItem__money {
    font-size: 2.2rem;
    margin-top: 1.2rem;
  }
}

.p-dailyItem__button {
  width: 100%;
  max-width: 19.584rem;
  height: 3.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.72rem;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 1.584rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.144rem;
  padding-top: 0.288rem;
  background: #62B3A7;
  border-radius: 5.76rem;
  margin: 1.728rem auto 0rem auto;
}
.p-dailyItem__button::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 1.728rem;
  height: 1.728rem;
  background-image: url(../imgs/button_icon_white.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .p-dailyItem__button::after {
    width: 2.4rem;
    height: 2.4rem;
  }
}
.p-dailyItem__button:hover {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .p-dailyItem__button {
    max-width: 27.2rem;
    height: 5rem;
    gap: 1rem;
    font-size: 2.2rem;
    letter-spacing: 0.2rem;
    padding-top: 0.4rem;
    border-radius: 8rem;
    margin: 2.4rem auto 0rem auto;
  }
}

.p-special {
  width: 100%;
  background: #EAF9E4;
}

.p-special__title {
  width: 100%;
}

.p-special__wrapper {
  position: relative;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#EAF9E4), to(#FDFFD7));
  background: linear-gradient(180deg, #EAF9E4, #FDFFD7);
  padding-bottom: 5.76rem;
}
@media (max-width: 767px) {
  .p-special__wrapper {
    padding-bottom: 8rem;
  }
}

.p-special__head {
  position: relative;
  display: block;
  color: #62B384;
  font-size: 2.88rem;
  line-height: 1.2;
  font-weight: 500;
  text-align: center;
}
.p-special__head::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -2.736rem;
  width: 33.984rem;
  height: 1.584rem;
  background-image: url(../imgs/daily_bar.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .p-special__head::after {
    bottom: -3.8rem;
    width: 47.2rem;
    height: 2.2rem;
  }
}
@media (max-width: 767px) {
  .p-special__head {
    font-size: 4rem;
  }
}

.p-special__label {
  color: #62B384;
  font-size: 4.32rem;
  line-height: 1.2;
  font-weight: 500;
  text-align: center;
  margin-top: 2.88rem;
}
@media (max-width: 767px) {
  .p-special__label {
    font-size: 6rem;
    margin-top: 4rem;
  }
}

.p-special__column {
  position: relative;
  width: calc(100% - 4.32rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 2.88rem;
  margin: 3.24rem auto 0 auto;
}
@media (max-width: 767px) {
  .p-special__column {
    width: calc(100% - 6rem);
    gap: 4rem;
    margin: 4.5rem auto 0 auto;
  }
}

.p-special__black {
  position: relative;
  z-index: 2;
  width: 100%;
  background: #fff;
  border-radius: 0.864rem;
}
.p-special__black:nth-of-type(even) .p-special__band {
  background: #62B384;
}
.p-special__black:nth-of-type(even) .p-specialItem__head {
  color: #62B384;
}
.p-special__black:nth-of-type(even) .p-specialItem__comment {
  color: #62B384;
}
.p-special__black:nth-of-type(even) .p-specialItem__card {
  color: #62B384;
}
.p-special__black:nth-of-type(even) .p-specialItem__button {
  color: #62B384;
  border: 1px solid #62B384;
}
.p-special__black:nth-of-type(even) .p-specialItem__button::after {
  background-image: url(../imgs/button_icon_green03.png);
}
@media (max-width: 767px) {
  .p-special__black {
    border-radius: 1.2rem;
  }
}

.p-special__band {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 2.592rem;
  line-height: 1.4;
  font-weight: 500;
  text-align: center;
  padding: 2.448rem 5.76rem;
  background: #62B3A7;
  border-radius: 0.864rem;
}
.p-special__band::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 5.616rem;
  right: 2.736rem;
  width: 2.016rem;
  height: 1.152rem;
  background-image: url(../imgs/daily_arrow_white.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .p-special__band::after {
    top: 7.8rem;
    right: 3.8rem;
    width: 2.8rem;
    height: 1.6rem;
  }
}
.p-special__band span {
  display: block;
  font-size: 2.16rem;
}
@media (max-width: 767px) {
  .p-special__band span {
    font-size: 3rem;
  }
}
.p-special__band.open::after {
  -webkit-transform: translateY(-50%) scale(-1, -1);
          transform: translateY(-50%) scale(-1, -1);
}
@media (max-width: 767px) {
  .p-special__band {
    font-size: 3.6rem;
    padding: 3.4rem 8rem;
    border-radius: 1.2rem;
  }
}

.p-special__box {
  display: none;
}

.p-specialItem {
  width: 100%;
  padding-top: 2.88rem;
  padding-bottom: 4.32rem;
}
@media (max-width: 767px) {
  .p-specialItem {
    padding-top: 4rem;
    padding-bottom: 6rem;
  }
}

.p-specialItem__box {
  width: 100%;
  max-width: 36rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .p-specialItem__box {
    max-width: 50rem;
  }
}

.p-specialItem__img {
  width: 100%;
  max-width: 21.6rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .p-specialItem__img {
    max-width: 30rem;
  }
}

.p-specialItem__head {
  color: #62B3A7;
  font-size: 1.872rem;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
  margin-top: 1.44rem;
}
.p-specialItem__head span {
  font-size: 1.296rem;
  line-height: 1.4;
  font-weight: 400;
}
@media (max-width: 767px) {
  .p-specialItem__head span {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .p-specialItem__head {
    font-size: 2.6rem;
    margin-top: 2rem;
  }
}

.p-specialItem__comment {
  display: block;
  color: #62B3A7;
  font-size: 1.296rem;
  line-height: 1.4;
  font-weight: 500;
  text-align: right;
  margin-top: 2.016rem;
}
.p-specialItem__comment.center {
  text-align: center;
  margin-top: 1.296rem;
  margin-bottom: 1.44rem;
}
@media (max-width: 767px) {
  .p-specialItem__comment.center {
    margin-top: 1.8rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .p-specialItem__comment {
    font-size: 1.8rem;
    margin-top: 2.8rem;
  }
}

.p-specialItem__title {
  color: #606262;
  font-size: 1.728rem;
  line-height: 1.2;
  font-weight: 500;
  text-align: center;
  margin-top: 1.008rem;
}
.p-specialItem__title span {
  display: block;
  font-size: 1.584rem;
  font-weight: 400;
  margin-bottom: 0.576rem;
}
@media (max-width: 767px) {
  .p-specialItem__title span {
    font-size: 2.2rem;
    margin-bottom: 0.8rem;
  }
}
@media (max-width: 767px) {
  .p-specialItem__title {
    font-size: 2.4rem;
    margin-top: 1.4rem;
  }
}

.p-specialItem__label {
  color: #606262;
  font-size: 1.728rem;
  line-height: 1.3;
  font-weight: 400;
  text-align: center;
  margin-top: 0.432rem;
}
@media (max-width: 767px) {
  .p-specialItem__label {
    font-size: 2.4rem;
    margin-top: 0.6rem;
  }
}

.p-specialItem__money {
  color: #606262;
  font-size: 1.584rem;
  line-height: 1.3;
  font-weight: 400;
  text-align: center;
  margin-top: 0.864rem;
}
@media (max-width: 767px) {
  .p-specialItem__money {
    font-size: 2.2rem;
    margin-top: 1.2rem;
  }
}

.p-specialItem__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  width: 22.032rem;
  color: #606262;
  font-size: 1.872rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.072rem;
  padding: 0.288rem;
  border: 1px solid #606262;
  margin: 1.152rem auto 0 auto;
}
.p-specialItem__item.wid82 {
  width: 11.808rem;
}
@media (max-width: 767px) {
  .p-specialItem__item.wid82 {
    width: 16.4rem;
  }
}
.p-specialItem__item span {
  font-size: 1.584rem;
}
@media (max-width: 767px) {
  .p-specialItem__item span {
    font-size: 2.2rem;
  }
}
@media (max-width: 767px) {
  .p-specialItem__item {
    width: 30.6rem;
    font-size: 2.6rem;
    letter-spacing: 0.1rem;
    padding: 0.4rem;
    margin: 1.6rem auto 0 auto;
  }
}

.p-specialItem__itemBox {
  margin-top: 2.88rem;
}
@media (max-width: 767px) {
  .p-specialItem__itemBox {
    margin-top: 4rem;
  }
}

.p-specialItem__card {
  width: 100%;
  max-width: 23.04rem;
  margin: 0 auto;
  color: #62B3A7;
  font-size: 1.584rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  padding: 1.44rem;
  background: #F7F4C7;
  border-radius: 5.76rem;
}
.p-specialItem__card span {
  display: inline-block;
  font-size: 1.872rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .p-specialItem__card span {
    font-size: 2.6rem;
  }
}
@media (max-width: 767px) {
  .p-specialItem__card {
    max-width: 32rem;
    font-size: 2.2rem;
    padding: 2rem;
    border-radius: 8rem;
  }
}

.p-specialItem__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.152rem;
  margin-top: 1.44rem;
}
.p-specialItem__group .p-specialItem__card {
  margin: 0;
}
@media (max-width: 767px) {
  .p-specialItem__group {
    gap: 1.6rem;
    margin-top: 2rem;
  }
}

.p-specialItem__lists {
  width: 100%;
  max-width: 47.232rem;
  margin: 1.152rem auto 4.32rem auto;
}
@media (max-width: 767px) {
  .p-specialItem__lists {
    max-width: 65.6rem;
    margin: 1.6rem auto 6rem auto;
  }
}

.p-specialItem__button {
  width: 100%;
  max-width: 22.032rem;
  height: 4.032rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.72rem;
  color: #62B3A7;
  font-family: "Montserrat", sans-serif;
  font-size: 1.872rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.144rem;
  padding-top: 0.288rem;
  border: 1px solid #62B3A7;
  border-radius: 5.76rem;
  margin: 2.88rem auto 0rem auto;
}
.p-specialItem__button::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 2.16rem;
  height: 2.16rem;
  background-image: url(../imgs/button_icon_green02.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .p-specialItem__button::after {
    width: 3rem;
    height: 3rem;
  }
}
.p-specialItem__button:hover {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .p-specialItem__button {
    max-width: 30.6rem;
    height: 5.6rem;
    gap: 1rem;
    font-size: 2.6rem;
    letter-spacing: 0.2rem;
    padding-top: 0.4rem;
    border-radius: 8rem;
    margin: 4rem auto 0rem auto;
  }
}

.p-present {
  width: 100%;
  padding: 10.08rem 2.88rem 7.2rem 2.88rem;
  background-image: url(../imgs/present_bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .p-present {
    padding: 14rem 4rem 10rem 4rem;
  }
}

.p-present__inner {
  position: relative;
  width: 100%;
  background: #fff;
  padding: 5.76rem 0rem 4.32rem 0rem;
}
@media (max-width: 767px) {
  .p-present__inner {
    padding: 8rem 0rem 6rem 0rem;
  }
}

.p-present__head {
  position: absolute;
  top: -2.808rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 35.28rem;
}
@media (max-width: 767px) {
  .p-present__head {
    top: -3.9rem;
    width: 49rem;
  }
}

.p-present__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.44rem;
  padding: 0 2.88rem;
}
@media (max-width: 767px) {
  .p-present__box {
    gap: 2rem;
    padding: 0 4rem;
  }
}

.p-present__group {
  padding-left: 0.864rem;
}
@media (max-width: 767px) {
  .p-present__group {
    padding-left: 1.2rem;
  }
}

.p-present__title {
  color: #19573E;
  font-size: 4.032rem;
  line-height: 1.2;
  font-weight: 700;
}
.p-present__title span {
  display: block;
  font-size: 2.304rem;
  line-height: 1.6;
  font-weight: 500;
}
@media (max-width: 767px) {
  .p-present__title span {
    font-size: 3.2rem;
  }
}
@media (max-width: 767px) {
  .p-present__title {
    font-size: 5.6rem;
  }
}

.p-present__text {
  color: #606262;
  font-size: 1.296rem;
  line-height: 1.4;
  font-weight: 400;
  margin-top: 1.008rem;
}
@media (max-width: 767px) {
  .p-present__text {
    font-size: 1.8rem;
    margin-top: 1.4rem;
  }
}

.p-present__img {
  display: block;
  width: 13.752rem;
}
@media (max-width: 767px) {
  .p-present__img {
    width: 19.1rem;
  }
}

.p-present__exp {
  width: 100%;
  margin-top: 4.32rem;
}
@media (max-width: 767px) {
  .p-present__exp {
    margin-top: 6rem;
  }
}

.p-present__comment {
  width: 100%;
  color: #606262;
  font-size: 1.296rem;
  line-height: 1.4;
  font-weight: 400;
  text-align: center;
  margin-top: 1.44rem;
}
@media (max-width: 767px) {
  .p-present__comment {
    font-size: 1.8rem;
    margin-top: 2rem;
  }
}

.p-present__time {
  width: 100%;
  padding: 0 4.536rem;
  margin-top: 4.32rem;
}
@media (max-width: 767px) {
  .p-present__time {
    padding: 0 6.3rem;
    margin-top: 6rem;
  }
}

.p-presentInsta {
  width: 100%;
  padding: 0 2.88rem;
  margin-top: 8.64rem;
}
@media (max-width: 767px) {
  .p-presentInsta {
    padding: 0 4rem;
    margin-top: 12rem;
  }
}

.p-presentInsta__head {
  width: 100%;
}

.p-presentInsta__lists {
  width: 100%;
  margin-top: 2.88rem;
}
@media (max-width: 767px) {
  .p-presentInsta__lists {
    margin-top: 4rem;
  }
}

.p-presentInsta__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.44rem;
  margin-top: 1.44rem;
}
.p-presentInsta__list:first-of-type {
  margin-top: 0;
}
@media (max-width: 767px) {
  .p-presentInsta__list {
    gap: 2rem;
    margin-top: 2rem;
  }
}

.p-presentInsta__step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  width: 5.904rem;
  min-width: 5.904rem;
  height: 5.904rem;
  color: #fff;
  font-family: "Cormorant Infant", serif;
  font-size: 1.224rem;
  line-height: 1;
  font-weight: 500;
  text-align: center;
  padding-top: 0.576rem;
  background: #EF9B77;
  border-radius: 100%;
}
.p-presentInsta__step span {
  position: relative;
  top: -0.432rem;
  display: inline-block;
  font-size: 3.384rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .p-presentInsta__step span {
    top: -0.6rem;
    font-size: 4.7rem;
  }
}
@media (max-width: 767px) {
  .p-presentInsta__step {
    width: 8.2rem;
    min-width: 8.2rem;
    height: 8.2rem;
    font-size: 1.7rem;
    padding-top: 0.8rem;
  }
}

.p-presentInsta__name {
  color: #606262;
  font-size: 2.304rem;
  line-height: 1.5;
  font-weight: 500;
}
.p-presentInsta__name span {
  color: #EF9B77;
}
@media (max-width: 767px) {
  .p-presentInsta__name {
    font-size: 3.2rem;
  }
}

.p-presentInsta__text {
  color: #606262;
  font-size: 2.304rem;
  line-height: 1.4;
  font-weight: 500;
  text-align: center;
  margin-top: 2.88rem;
}
@media (max-width: 767px) {
  .p-presentInsta__text {
    font-size: 3.2rem;
    margin-top: 4rem;
  }
}

.p-presentInsta__bigText {
  color: #606262;
  font-size: 2.304rem;
  line-height: 1.8;
  font-weight: 500;
  text-align: center;
  margin-top: 2.304rem;
}
@media (max-width: 767px) {
  .p-presentInsta__bigText {
    font-size: 3.2rem;
    margin-top: 3.2rem;
  }
}

.p-presentInsta__button {
  width: 100%;
  max-width: 34.56rem;
  height: 6.912rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  color: #fff;
  font-size: 2.16rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  background: #EF9B77;
  border-radius: 5.76rem;
  margin: 4.32rem auto 0rem auto;
}
.p-presentInsta__button:hover {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .p-presentInsta__button {
    max-width: 48rem;
    height: 9.6rem;
    font-size: 3rem;
    border-radius: 8rem;
    margin: 6rem auto 0rem auto;
  }
}

.p-presentX {
  width: 100%;
  padding: 0 2.88rem;
  margin-top: 8.64rem;
}
@media (max-width: 767px) {
  .p-presentX {
    padding: 0 4rem;
    margin-top: 12rem;
  }
}

.p-presentX__head {
  width: 100%;
}

.p-presentX__lists {
  width: 100%;
  margin-top: 2.88rem;
}
@media (max-width: 767px) {
  .p-presentX__lists {
    margin-top: 4rem;
  }
}

.p-presentX__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.44rem;
  margin-top: 2.16rem;
}
.p-presentX__list:first-of-type {
  margin-top: 0;
}
.p-presentX__list:nth-of-type(2) {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 767px) {
  .p-presentX__list {
    gap: 2rem;
    margin-top: 3rem;
  }
}

.p-presentX__step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  width: 5.904rem;
  min-width: 5.904rem;
  height: 5.904rem;
  color: #fff;
  font-family: "Cormorant Infant", serif;
  font-size: 1.224rem;
  line-height: 1;
  font-weight: 500;
  text-align: center;
  padding-top: 0.576rem;
  background: #62B3A7;
  border-radius: 100%;
}
.p-presentX__step span {
  position: relative;
  top: -0.432rem;
  display: inline-block;
  font-size: 3.384rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .p-presentX__step span {
    top: -0.6rem;
    font-size: 4.7rem;
  }
}
@media (max-width: 767px) {
  .p-presentX__step {
    width: 8.2rem;
    min-width: 8.2rem;
    height: 8.2rem;
    font-size: 1.7rem;
    padding-top: 0.8rem;
  }
}

.p-presentX__name {
  color: #606262;
  font-size: 2.304rem;
  line-height: 1.5;
  font-weight: 500;
}
.p-presentX__name span {
  color: #62B3A7;
}
@media (max-width: 767px) {
  .p-presentX__name {
    font-size: 3.2rem;
  }
}

.p-presentX__button {
  width: 100%;
  max-width: 34.56rem;
  height: 6.912rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  color: #fff;
  font-size: 2.16rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  background: #62B3A7;
  border-radius: 5.76rem;
  margin: 4.32rem auto 0rem auto;
}
.p-presentX__button:hover {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .p-presentX__button {
    max-width: 48rem;
    height: 9.6rem;
    font-size: 3rem;
    border-radius: 8rem;
    margin: 6rem auto 0rem auto;
  }
}

.p-present__comment02 {
  width: 100%;
  color: #606262;
  font-size: 1.296rem;
  line-height: 1.4;
  font-weight: 400;
  text-align: center;
  margin-top: 4.32rem;
}
@media (max-width: 767px) {
  .p-present__comment02 {
    font-size: 1.8rem;
    margin-top: 6rem;
  }
}

.u-anime-up {
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1), transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1), transform 0.9s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

.u-anime-up.is-show {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.u-anime-fade {
  opacity: 0;
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-transition: opacity 2.2s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 2.2s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 2.2s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 2.2s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 2.2s cubic-bezier(0.22, 1, 0.36, 1), transform 2.2s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 2.2s cubic-bezier(0.22, 1, 0.36, 1), transform 2.2s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 2.2s cubic-bezier(0.22, 1, 0.36, 1);
}

.u-anime-fade.is-show {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.u-anime-left {
  opacity: 0;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  -webkit-transition: opacity 2.2s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 2.2s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 2.2s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 2.2s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 2.2s cubic-bezier(0.22, 1, 0.36, 1), transform 2.2s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 2.2s cubic-bezier(0.22, 1, 0.36, 1), transform 2.2s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 2.2s cubic-bezier(0.22, 1, 0.36, 1);
}

.u-anime-left.is-show {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.u-anime-right {
  opacity: 0;
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
  -webkit-transition: opacity 2.2s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 2.2s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 2.2s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 2.2s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 2.2s cubic-bezier(0.22, 1, 0.36, 1), transform 2.2s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 2.2s cubic-bezier(0.22, 1, 0.36, 1), transform 2.2s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 2.2s cubic-bezier(0.22, 1, 0.36, 1);
}

.u-anime-right.is-show {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@media screen and (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}
.u-sp {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .u-sp {
    display: block !important;
  }
}
.u-sp-inline {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .u-sp-inline {
    display: inline-block !important;
  }
}
.u-sp-flex {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .u-sp-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.l-main {
  opacity: 1;
  visibility: visible;
}

.p-mv {
  width: 100%;
}

.p-mv__img {
  display: block;
  width: 100%;
  height: auto;
}

.p-about {
  position: relative;
  width: 100%;
  background-image: url(../imgs/s3_about_flower_crop.png);
  background-position: right;
  background-size: cover;
  background-repeat: no-repeat;
}

.p-about__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 5.76rem 4.32rem 15.84rem 4.32rem;
}
@media (max-width: 767px) {
  .p-about__inner {
    padding: 8rem 6rem 22rem 6rem;
  }
}

.p-about__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.304rem;
}
@media (max-width: 767px) {
  .p-about__head {
    gap: 3.2rem;
  }
}

.p-about__bar {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 0.576rem;
  height: 14.4rem;
  background: #7B4955;
}
@media (max-width: 767px) {
  .p-about__bar {
    width: 0.8rem;
    height: 20rem;
  }
}

.p-about__en {
  font-family: "Cormorant Infant", serif;
  font-size: 3.744rem;
  line-height: 1.2;
  font-weight: 700;
  color: #7B4955;
}
@media (max-width: 767px) {
  .p-about__en {
    font-size: 5.2rem;
  }
}

.p-about__catch {
  margin-top: 4.032rem;
  font-size: 3.168rem;
  line-height: 1.5;
  font-weight: 700;
  color: #7B4955;
}
@media (max-width: 767px) {
  .p-about__catch {
    margin-top: 5.6rem;
    font-size: 4.4rem;
  }
}

.p-about__text {
  margin-top: 4.032rem;
  font-size: 1.872rem;
  line-height: 1.8;
  font-weight: 500;
  color: #7B4955;
}
@media (max-width: 767px) {
  .p-about__text {
    margin-top: 5.6rem;
    font-size: 2.6rem;
  }
}

.p-feature01 {
  position: relative;
  width: 100%;
  padding-top: 9.36rem;
  margin-top: -12.96rem;
  background-image: url(../imgs/s3_feature01_bg.png);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .p-feature01 {
    padding-top: 13rem;
    margin-top: -18rem;
  }
}

.p-feature01__inner {
  position: relative;
  z-index: 1;
  padding-top: 3.6rem;
  padding-bottom: 12.24rem;
}
@media (max-width: 767px) {
  .p-feature01__inner {
    padding-top: 5rem;
    padding-bottom: 17rem;
  }
}

.p-feature01__head {
  text-align: center;
}

.p-feature01__label {
  font-family: "Cormorant Infant", serif;
  font-size: 2.304rem;
  line-height: 1;
  font-weight: 700;
  color: #5B6E60;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .p-feature01__label {
    font-size: 3.2rem;
  }
}

.p-feature01__title {
  font-size: 3.168rem;
  line-height: 1.4;
  font-weight: 500;
  color: #464646;
  margin-top: 1.8rem;
}
@media (max-width: 767px) {
  .p-feature01__title {
    font-size: 4.4rem;
    margin-top: 2.5rem;
  }
}

.p-feature01__effects {
  position: relative;
  width: 52.704rem;
  height: 52.992rem;
  background-image: url(../imgs/s3_feature01_itembg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0.72rem auto 0 auto;
}
@media (max-width: 767px) {
  .p-feature01__effects {
    width: 73.2rem;
    height: 73.6rem;
    margin: 1rem auto 0 auto;
  }
}

.p-feature01__effect {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  isolation: isolate;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 2.016rem;
  line-height: 1.6;
  font-weight: 700;
  color: #7B4955;
  letter-spacing: 0.05em;
  text-align: center;
}
@media (max-width: 767px) {
  .p-feature01__effect {
    font-size: 2.8rem;
  }
}

.p-feature01__effect--top {
  top: 19%;
}

.p-feature01__effect--left {
  top: 44%;
  left: 24%;
}

.p-feature01__effect--right {
  top: 44%;
  left: 76%;
}

.p-feature01__effect--bottom {
  top: 70%;
}

.p-feature02 {
  position: relative;
  width: 100%;
  background: #fff;
  padding-bottom: 2.88rem;
}
@media (max-width: 767px) {
  .p-feature02 {
    padding-bottom: 4rem;
  }
}

.p-feature02__head {
  position: relative;
  z-index: 1;
  padding-top: 0.72rem;
  text-align: center;
}
@media (max-width: 767px) {
  .p-feature02__head {
    padding-top: 1rem;
  }
}

.p-feature02__label {
  font-family: "Cormorant Infant", serif;
  font-size: 2.304rem;
  line-height: 1;
  font-weight: 700;
  color: #5B6E60;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .p-feature02__label {
    font-size: 3.2rem;
  }
}

.p-feature02__title {
  font-size: 3.168rem;
  line-height: 1.4;
  font-weight: 500;
  color: #464646;
  margin-top: 1.008rem;
}
@media (max-width: 767px) {
  .p-feature02__title {
    font-size: 4.4rem;
    margin-top: 1.4rem;
  }
}

.p-feature02__list {
  width: 48.24rem;
  max-width: calc(100% - 5.76rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 4.464rem auto 0 auto;
}
@media (max-width: 767px) {
  .p-feature02__list {
    width: 67rem;
    max-width: calc(100% - 8rem);
    margin: 6.2rem auto 0 auto;
  }
}

.p-feature02__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-feature02__item:not(:first-child) {
  margin-top: 3.312rem;
}
@media (max-width: 767px) {
  .p-feature02__item:not(:first-child) {
    margin-top: 4.6rem;
  }
}

.p-feature02__icon {
  position: relative;
  width: 14.4rem;
  margin-top: 1.152rem;
}
.p-feature02__icon img {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .p-feature02__icon {
    width: 20rem;
    margin-top: 1.6rem;
  }
}

.p-feature02__name {
  display: inline-block;
  font-size: 1.872rem;
  line-height: 1.4;
  font-weight: 700;
  color: #7B4955;
  text-align: center;
  border-bottom: 1px solid #7B4955;
  margin-top: 1.152rem;
}
.p-feature02__name:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .p-feature02__name {
    font-size: 2.6rem;
    margin-top: 1.6rem;
  }
}

.p-feature02__ingredient {
  font-size: 1.584rem;
  line-height: 1.5;
  font-weight: 400;
  color: #6D605C;
  text-align: center;
  margin-top: 0.72rem;
}
@media (max-width: 767px) {
  .p-feature02__ingredient {
    font-size: 2.2rem;
    margin-top: 1rem;
  }
}

.p-feature02__desc {
  font-size: 1.728rem;
  line-height: 1.5;
  font-weight: 400;
  color: #6D605C;
  text-align: center;
  margin-top: 1.152rem;
}
@media (max-width: 767px) {
  .p-feature02__desc {
    font-size: 2.4rem;
    margin-top: 1.6rem;
  }
}

.p-feature02__note {
  font-size: 1.296rem;
  line-height: 1.5;
  font-weight: 400;
  color: #666666;
  text-align: right;
  padding-right: 2.88rem;
  margin-top: 6.48rem;
}
@media (max-width: 767px) {
  .p-feature02__note {
    font-size: 1.8rem;
    padding-right: 4rem;
    margin-top: 9rem;
  }
}

.p-herbWave {
  display: block;
  width: 100%;
  height: auto;
}

.p-herb {
  position: relative;
  width: 100%;
  background: #f9f0e9;
  padding: 0.288rem 0 7.632rem 0;
  margin-top: -0.144rem;
}
@media (max-width: 767px) {
  .p-herb {
    padding: 0.4rem 0 10.6rem 0;
    margin-top: -0.2rem;
  }
}

.p-herb__head {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-herb__label {
  font-family: "Cormorant Infant", serif;
  font-size: 2.304rem;
  line-height: 1;
  font-weight: 700;
  color: #5b6e60;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .p-herb__label {
    font-size: 3.2rem;
  }
}

.p-herb__title {
  margin-top: 1.152rem;
  font-size: 3.168rem;
  line-height: 1.4;
  font-weight: 500;
  color: #464646;
  text-align: center;
}
@media (max-width: 767px) {
  .p-herb__title {
    margin-top: 1.6rem;
    font-size: 4.4rem;
  }
}

.p-herb__line {
  width: 38.16rem;
  height: 1px;
  margin-top: 2.16rem;
  background: #5B6E60;
}
@media (max-width: 767px) {
  .p-herb__line {
    width: 53rem;
    margin-top: 3rem;
  }
}

.p-herb__lead {
  margin-top: 2.304rem;
  font-size: 2.304rem;
  line-height: 1.4;
  font-weight: 500;
  color: #464646;
  text-align: center;
}
@media (max-width: 767px) {
  .p-herb__lead {
    margin-top: 3.2rem;
    font-size: 3.2rem;
  }
}

.p-herb__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.88rem 2.16rem;
  width: 48.24rem;
  max-width: calc(100% - 5.76rem);
  margin: 4.032rem auto 0 auto;
}
@media (max-width: 767px) {
  .p-herb__grid {
    gap: 4rem 3rem;
    width: 67rem;
    max-width: calc(100% - 8rem);
    margin-top: 5.6rem;
  }
}

.p-herb__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-herb__item img {
  width: auto;
  height: 10.656rem;
}
@media (max-width: 767px) {
  .p-herb__item img {
    height: 14.8rem;
  }
}
.p-herb__item span {
  font-size: 1.728rem;
  line-height: 1.4;
  font-weight: 500;
  color: #6d605c;
  text-align: center;
}
@media (max-width: 767px) {
  .p-herb__item span {
    font-size: 2.4rem;
  }
}

.p-herb__note {
  font-size: 1.584rem;
  line-height: 1.5;
  font-weight: 400;
  color: #666666;
  text-align: right;
  padding-right: 2.88rem;
  margin-top: 1.44rem;
}
@media (max-width: 767px) {
  .p-herb__note {
    font-size: 2.2rem;
    padding-right: 4rem;
    margin-top: 2rem;
  }
}

.p-diag {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  padding: 5.76rem 2.736rem;
}
@media (max-width: 767px) {
  .p-diag {
    padding: 8rem 3.8rem;
  }
}

.p-diag__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.304rem;
  width: 100%;
  padding: 0 1.584rem;
}
@media (max-width: 767px) {
  .p-diag__head {
    gap: 3.2rem;
    padding: 0 2.2rem;
  }
}

.p-diag__bar {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 0.576rem;
  height: 14.4rem;
  background: #7b4955;
}
@media (max-width: 767px) {
  .p-diag__bar {
    width: 0.8rem;
    height: 20rem;
  }
}

.p-diag__en {
  font-family: "Cormorant Infant", serif;
  font-size: 3.744rem;
  line-height: 1.2;
  font-weight: 700;
  color: #7b4955;
}
@media (max-width: 767px) {
  .p-diag__en {
    font-size: 5.2rem;
  }
}

.p-diag__lead {
  width: 100%;
  margin-top: 4.032rem;
  padding: 0 1.584rem;
  font-size: 3.024rem;
  line-height: 1.5;
  font-weight: 500;
  color: #7b4955;
}
@media (max-width: 767px) {
  .p-diag__lead {
    padding: 0 2.2rem;
    margin-top: 5.6rem;
    font-size: 4.2rem;
  }
}

.p-diag__q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.44rem;
  margin-top: 6.912rem;
  font-size: 3.168rem;
  line-height: 1;
  font-weight: 500;
  color: #7b4955;
  letter-spacing: 0.0955em;
  text-align: center;
  white-space: nowrap;
}
.p-diag__q::before, .p-diag__q::after {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1px;
  height: 2.592rem;
  background: #7b4955;
}
@media (max-width: 767px) {
  .p-diag__q::before, .p-diag__q::after {
    height: 3.6rem;
  }
}
.p-diag__q::before {
  -webkit-transform: rotate(-19deg);
          transform: rotate(-19deg);
}
.p-diag__q::after {
  -webkit-transform: rotate(19deg);
          transform: rotate(19deg);
}
@media (max-width: 767px) {
  .p-diag__q {
    gap: 2rem;
    margin-top: 9.6rem;
    font-size: 4.4rem;
  }
}

.p-diag__q--mt {
  margin-top: 11.52rem;
}
@media (max-width: 767px) {
  .p-diag__q--mt {
    margin-top: 16rem;
  }
}

.p-diag__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.728rem;
  width: 100%;
  margin-top: 6.912rem;
}
@media (max-width: 767px) {
  .p-diag__cards {
    gap: 2.4rem;
    margin-top: 9.6rem;
  }
}

.p-diag__card {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-diag__card:hover {
  opacity: 0.7;
}

.p-diag__card--center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-diag__icon {
  position: absolute;
  z-index: 2;
  top: -3.168rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 6.336rem;
  height: 6.336rem;
  border-radius: 100%;
  backdrop-filter: blur(0.72rem);
}
.p-diag__icon img {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .p-diag__icon {
    top: -4.4rem;
    width: 8.8rem;
    height: 8.8rem;
  }
}

.p-diag__card--l .p-diag__icon {
  background: #ebc3b2;
}

.p-diag__card--r .p-diag__icon {
  background: #c6b1b4;
}

.p-diag__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-diag__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.72rem;
  font-size: 2.16rem;
  line-height: 1.4;
  font-weight: 400;
  color: #7b4955;
}
@media (max-width: 767px) {
  .p-diag__list li {
    gap: 1rem;
    font-size: 3rem;
  }
}
.p-diag__list li img {
  position: relative;
  top: 0.432rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 2.16rem;
  height: auto;
}
@media (max-width: 767px) {
  .p-diag__list li img {
    top: 0.6rem;
    width: 3rem;
  }
}

.p-diag__txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}

.p-diag__ref {
  font-size: 1.296rem;
  vertical-align: super;
}
@media (max-width: 767px) {
  .p-diag__ref {
    font-size: 1.8rem;
  }
}

.p-diag__small {
  font-size: 1.872rem;
}
@media (max-width: 767px) {
  .p-diag__small {
    font-size: 2.6rem;
  }
}

.p-diag__cardNote {
  font-size: 1.296rem;
  line-height: 1.4;
  font-weight: 400;
  color: #7b4955;
  opacity: 0.75;
  margin-top: 1.152rem;
}
@media (max-width: 767px) {
  .p-diag__cardNote {
    font-size: 1.8rem;
    margin-top: 1.6rem;
  }
}

.p-diag__cardText {
  font-size: 2.304rem;
  line-height: 1.4;
  font-weight: 400;
  color: #7b4955;
  text-align: center;
}
@media (max-width: 767px) {
  .p-diag__cardText {
    font-size: 3.2rem;
  }
}

.p-diag__arrow {
  --arrowMove: 0.6rem;
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: -4.608rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 2.736rem;
  height: auto;
  -webkit-animation: 2s diagArrow infinite;
          animation: 2s diagArrow infinite;
}
@media (max-width: 767px) {
  .p-diag__arrow {
    --arrowMove: 0.8rem;
    bottom: -6.4rem;
    width: 3.8rem;
  }
}

@-webkit-keyframes diagArrow {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, calc(var(--arrowMove) * -1));
            transform: translate(-50%, calc(var(--arrowMove) * -1));
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, var(--arrowMove));
            transform: translate(-50%, var(--arrowMove));
  }
}

@keyframes diagArrow {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, calc(var(--arrowMove) * -1));
            transform: translate(-50%, calc(var(--arrowMove) * -1));
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, var(--arrowMove));
            transform: translate(-50%, var(--arrowMove));
  }
}
.p-product {
  position: relative;
  z-index: 0;
  width: 100%;
  padding-top: 23.76rem;
}
@media (max-width: 767px) {
  .p-product {
    padding-top: 33rem;
  }
}

.p-product__inner {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 9.216rem 2.88rem 28.8rem 2.88rem;
  background: #FFF2EC;
}
@media (max-width: 767px) {
  .p-product__inner {
    padding: 12.8rem 4rem 40rem 4rem;
  }
}

.p-product__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.p-product__hero {
  position: absolute;
  top: -15.984rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 27.648rem;
}
@media (max-width: 767px) {
  .p-product__hero {
    top: -22.2rem;
    width: 38.4rem;
  }
}
.p-product__hero img {
  width: 100%;
  height: auto;
}

.p-product__lead {
  margin-top: 2.88rem;
  text-align: center;
}
@media (max-width: 767px) {
  .p-product__lead {
    margin-top: 4rem;
  }
}

.p-product__leadText {
  font-size: 2.592rem;
  line-height: 1.6;
  font-weight: 500;
  color: #ae5d4a;
}
@media (max-width: 767px) {
  .p-product__leadText {
    font-size: 3.6rem;
  }
}

.p-product__lead1 {
  font-size: 2.016rem;
}
@media (max-width: 767px) {
  .p-product__lead1 {
    font-size: 2.8rem;
  }
}

.p-product__ref {
  font-size: 1.296rem;
}
@media (max-width: 767px) {
  .p-product__ref {
    font-size: 1.8rem;
  }
}

.p-product__leadNote {
  font-size: 1.296rem;
  line-height: 1.4;
  font-weight: 400;
  color: #666666;
  text-align: center;
  margin-top: 1.44rem;
}
@media (max-width: 767px) {
  .p-product__leadNote {
    font-size: 1.8rem;
    margin-top: 2rem;
  }
}

.p-product__en {
  position: relative;
  margin-top: 1.44rem;
  padding-top: 1.44rem;
  font-family: "Cormorant Infant", serif;
  font-size: 3.456rem;
  line-height: 1.2;
  font-weight: 700;
  color: #e49482;
  text-align: center;
}
.p-product__en::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 38.16rem;
  height: 1px;
  background: #E49482;
}
@media (max-width: 767px) {
  .p-product__en {
    font-size: 4.8rem;
    margin-top: 2rem;
    padding-top: 2rem;
  }
  .p-product__en::before {
    width: 53rem;
  }
}

.p-product__effects {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.152rem;
  width: 100%;
  margin-top: 4.608rem;
}
@media (max-width: 767px) {
  .p-product__effects {
    gap: 1.6rem;
    margin-top: 6.4rem;
  }
}

.p-product__effect {
  width: 100%;
  height: 16.56rem;
  background: #fff;
  border: 1px solid #fff2ec;
  border-radius: 1.152rem;
  padding: 1.728rem;
}
@media (max-width: 767px) {
  .p-product__effect {
    height: 23rem;
    border-radius: 1.6rem;
    padding: 2.4rem;
  }
}

.p-product__effectIcon img {
  width: 100%;
  height: auto;
}

.p-product__effectText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 7.2rem;
  margin-top: 0.864rem;
  font-size: 2.016rem;
  line-height: 1.2;
  font-weight: 500;
  color: #e49482;
  text-align: center;
}
@media (max-width: 767px) {
  .p-product__effectText {
    min-height: 10rem;
    margin-top: 1.2rem;
    font-size: 2.8rem;
  }
}

.p-product__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-top: 4.608rem;
}
@media (max-width: 767px) {
  .p-product__detail {
    margin-top: 6.4rem;
  }
}

.p-product__photo {
  position: relative;
  width: 100%;
}
.p-product__photo img {
  width: 100%;
  height: auto;
}

.p-product__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-product__brand {
  font-size: 1.728rem;
  font-weight: 500;
  color: #7b4955;
  text-align: center;
}
@media (max-width: 767px) {
  .p-product__brand {
    font-size: 2.4rem;
  }
}

.p-product__name {
  margin-top: 0.288rem;
  font-size: 2.304rem;
  line-height: 1.2;
  font-weight: 500;
  color: #7b4955;
  text-align: center;
}
@media (max-width: 767px) {
  .p-product__name {
    margin-top: 0.4rem;
    font-size: 3.2rem;
  }
}

.p-product__price {
  margin-top: 1.152rem;
  font-size: 1.728rem;
  line-height: 1.5;
  font-weight: 400;
  color: #7b4955;
  text-align: center;
}
@media (max-width: 767px) {
  .p-product__price {
    margin-top: 1.6rem;
    font-size: 2.4rem;
  }
}

.p-product__type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1.152rem;
  width: 33.84rem;
  max-width: 100%;
  padding: 0.288rem 1.44rem;
  background: #fff;
  font-size: 1.872rem;
  line-height: 1.5;
  font-weight: 500;
  color: #7b4955;
  letter-spacing: 0.0846em;
  text-align: center;
}
@media (max-width: 767px) {
  .p-product__type {
    margin-top: 1.6rem;
    width: 47rem;
    font-size: 2.6rem;
  }
}

.p-product__texture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-top: 6.048rem;
  padding: 3.456rem;
  background-image: url(../imgs/s3c_renew_texture_bg.png);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 2.304rem;
}
@media (max-width: 767px) {
  .p-product__texture {
    margin-top: 8.4rem;
    padding: 4.8rem;
    border-radius: 3.2rem;
  }
}

.p-product__textureTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.44rem;
  font-family: "Cormorant Infant", serif;
  font-size: 2.88rem;
  line-height: 1;
  font-weight: 600;
  color: #d99687;
}
@media (max-width: 767px) {
  .p-product__textureTitle {
    gap: 2rem;
    font-size: 4rem;
  }
}

.p-product__sparkle {
  width: 1.008rem;
  height: auto;
}
@media (max-width: 767px) {
  .p-product__sparkle {
    width: 1.4rem;
  }
}

.p-product__textureImg {
  margin-top: 1.44rem;
  width: 18.576rem;
  height: auto;
}
@media (max-width: 767px) {
  .p-product__textureImg {
    margin-top: 2rem;
    width: 25.8rem;
  }
}

.p-product__textureText {
  margin-top: 1.44rem;
  font-size: 1.872rem;
  line-height: 1.6;
  font-weight: 500;
  color: #a1756b;
  text-align: center;
}
@media (max-width: 767px) {
  .p-product__textureText {
    margin-top: 2rem;
    font-size: 2.6rem;
  }
}

.p-product__ingredientsHead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 4.608rem;
}
@media (max-width: 767px) {
  .p-product__ingredientsHead {
    margin-top: 6.4rem;
  }
}

.p-product__ingredientsEn {
  font-family: "Cormorant Infant", serif;
  font-size: 2.88rem;
  line-height: 1;
  font-weight: 600;
  color: #5b6e60;
  text-align: center;
}
@media (max-width: 767px) {
  .p-product__ingredientsEn {
    font-size: 4rem;
  }
}

.p-product__ingredientsLead {
  margin-top: 1.728rem;
  font-size: 2.016rem;
  line-height: 1.4;
  font-weight: 500;
  color: #5b6e60;
  text-align: center;
}
@media (max-width: 767px) {
  .p-product__ingredientsLead {
    margin-top: 2.4rem;
    font-size: 2.8rem;
  }
}

.p-product__ingredientsHead .p-product__leadNote {
  margin-top: 1.728rem;
}
@media (max-width: 767px) {
  .p-product__ingredientsHead .p-product__leadNote {
    margin-top: 2.4rem;
  }
}

.p-product__ingredients {
  width: 100%;
  margin-top: 4.608rem;
}
@media (max-width: 767px) {
  .p-product__ingredients {
    margin-top: 6.4rem;
  }
}

.p-product__ingredientList {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 45.504rem;
  max-width: 100%;
  margin-inline: auto;
  background: #fff;
  border-radius: 2.88rem;
  -webkit-box-shadow: 0 0.576rem 2.304rem rgba(0, 0, 0, 0.03);
          box-shadow: 0 0.576rem 2.304rem rgba(0, 0, 0, 0.03);
  overflow: hidden;
}
@media (max-width: 767px) {
  .p-product__ingredientList {
    width: 63.2rem;
    border-radius: 4rem;
  }
}

.p-product__ingredient {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.576rem;
  padding: 1.728rem 1.44rem;
}
.p-product__ingredient:nth-child(odd) {
  border-right: 1px solid #efe2de;
}
.p-product__ingredient:nth-child(-n+6) {
  border-bottom: 1px solid #efe2de;
}
@media (max-width: 767px) {
  .p-product__ingredient {
    gap: 0.8rem;
    padding: 2.4rem 2rem;
  }
}

.p-product__ingredientImg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 6.624rem;
  height: 6.624rem;
}
@media (max-width: 767px) {
  .p-product__ingredientImg {
    width: 9.2rem;
    height: 9.2rem;
  }
}

.p-product__ingredientName {
  font-size: 1.728rem;
  line-height: 1.3;
  font-weight: 700;
  color: #606262;
}
.p-product__ingredientName span {
  display: block;
  font-size: 1.44rem;
  font-weight: 400;
}
@media (max-width: 767px) {
  .p-product__ingredientName span {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .p-product__ingredientName {
    font-size: 2.4rem;
  }
}

.p-product__ingredientsFoot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin-top: 4.608rem;
}
@media (max-width: 767px) {
  .p-product__ingredientsFoot {
    margin-top: 6.4rem;
  }
}

.p-product__ingredientsAll {
  font-size: 1.872rem;
  line-height: 1.4;
  font-weight: 500;
  color: #a65b4b;
  text-align: center;
}
@media (max-width: 767px) {
  .p-product__ingredientsAll {
    font-size: 2.6rem;
  }
}

.p-product__ingredientsNote {
  margin-top: 1.152rem;
  font-size: 1.296rem;
  font-weight: 400;
  color: #8f4343;
  text-align: right;
}
@media (max-width: 767px) {
  .p-product__ingredientsNote {
    margin-top: 1.6rem;
    font-size: 1.8rem;
  }
}

.p-product__more {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.72rem;
  margin-top: 4.608rem;
  padding: 2.16rem 10.08rem;
  background: #fff;
  border-radius: 4.32rem;
  -webkit-box-shadow: 0 0.576rem 0.288rem rgba(166, 91, 75, 0.1);
          box-shadow: 0 0.576rem 0.288rem rgba(166, 91, 75, 0.1);
  font-family: "Montserrat", sans-serif;
  font-size: 2.304rem;
  line-height: 1.4;
  font-weight: 600;
  color: #a65b4b;
  letter-spacing: 0.05em;
}
.p-product__more:hover {
  opacity: 0.7;
}
.p-product__more img {
  width: 3.024rem;
  height: auto;
}
@media (max-width: 767px) {
  .p-product__more {
    gap: 1rem;
    margin-top: 6.4rem;
    padding: 3rem 14rem;
    border-radius: 6rem;
    font-size: 3.2rem;
  }
  .p-product__more img {
    width: 4.2rem;
  }
}

.p-efforia {
  position: relative;
  z-index: 0;
  width: 100%;
  padding-top: 23.76rem;
  margin-top: -23.76rem;
}
@media (max-width: 767px) {
  .p-efforia {
    padding-top: 33rem;
    margin-top: -33rem;
  }
}

.p-efforia__inner {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 9.216rem 2.88rem 7.2rem 2.88rem;
  background: #ede5e7;
}
@media (max-width: 767px) {
  .p-efforia__inner {
    padding: 12.8rem 4rem 10rem 4rem;
  }
}

.p-efforia__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.p-efforia__hero {
  position: absolute;
  top: -15.984rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 23.616rem;
}
@media (max-width: 767px) {
  .p-efforia__hero {
    top: -22.2rem;
    width: 32.8rem;
  }
}
.p-efforia__hero img {
  width: 100%;
  height: auto;
}

.p-efforia__lead {
  margin-top: 2.88rem;
  text-align: center;
}
@media (max-width: 767px) {
  .p-efforia__lead {
    margin-top: 4rem;
  }
}

.p-efforia__leadText {
  font-size: 2.592rem;
  line-height: 1.6;
  font-weight: 500;
  color: #7b4955;
}
@media (max-width: 767px) {
  .p-efforia__leadText {
    font-size: 3.6rem;
  }
}

.p-efforia__lead1 {
  font-size: 2.016rem;
}
@media (max-width: 767px) {
  .p-efforia__lead1 {
    font-size: 2.8rem;
  }
}

.p-efforia__ref {
  font-size: 1.296rem;
}
@media (max-width: 767px) {
  .p-efforia__ref {
    font-size: 1.8rem;
  }
}

.p-efforia__leadNote {
  font-size: 1.296rem;
  line-height: 1.4;
  font-weight: 400;
  color: #666666;
  text-align: center;
  margin-top: 1.44rem;
}
@media (max-width: 767px) {
  .p-efforia__leadNote {
    font-size: 1.8rem;
    margin-top: 2rem;
  }
}

.p-efforia__en {
  position: relative;
  margin-top: 1.44rem;
  padding-top: 1.44rem;
  font-family: "Cormorant Infant", serif;
  font-size: 3.456rem;
  line-height: 1.2;
  font-weight: 700;
  color: #946988;
  text-align: center;
}
.p-efforia__en::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 38.16rem;
  height: 1px;
  background: #946988;
}
@media (max-width: 767px) {
  .p-efforia__en {
    font-size: 4.8rem;
    margin-top: 2rem;
    padding-top: 2rem;
  }
  .p-efforia__en::before {
    width: 53rem;
  }
}

.p-efforia__effects {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.152rem;
  width: 100%;
  margin-top: 4.608rem;
}
@media (max-width: 767px) {
  .p-efforia__effects {
    gap: 1.6rem;
    margin-top: 6.4rem;
  }
}

.p-efforia__effect {
  width: 100%;
  height: 16.56rem;
  background: #fff;
  border-radius: 1.152rem;
  padding: 1.728rem;
}
@media (max-width: 767px) {
  .p-efforia__effect {
    height: 23rem;
    border-radius: 1.6rem;
    padding: 2.4rem;
  }
}

.p-efforia__effectIcon img {
  width: 100%;
  height: auto;
}

.p-efforia__effectText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 7.2rem;
  margin-top: 0.864rem;
  font-size: 2.016rem;
  line-height: 1.2;
  font-weight: 500;
  color: #946988;
  text-align: center;
}
@media (max-width: 767px) {
  .p-efforia__effectText {
    min-height: 10rem;
    margin-top: 1.2rem;
    font-size: 2.8rem;
  }
}

.p-efforia__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-top: 4.608rem;
}
@media (max-width: 767px) {
  .p-efforia__detail {
    margin-top: 6.4rem;
  }
}

.p-efforia__photo {
  position: relative;
  width: 100%;
}
.p-efforia__photo img {
  width: 100%;
  height: auto;
}

.p-efforia__photo .p-efforia__award {
  width: 10.8rem;
}
@media (max-width: 767px) {
  .p-efforia__photo .p-efforia__award {
    width: 15rem;
  }
}

.p-efforia__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -2.736rem;
}
@media (max-width: 767px) {
  .p-efforia__info {
    margin-top: -3.8rem;
  }
}

.p-efforia__brand {
  font-size: 1.728rem;
  font-weight: 500;
  color: #7b4955;
  text-align: center;
}
@media (max-width: 767px) {
  .p-efforia__brand {
    font-size: 2.4rem;
  }
}

.p-efforia__name {
  margin-top: 0.288rem;
  font-size: 2.304rem;
  line-height: 1.2;
  font-weight: 500;
  color: #7b4955;
  text-align: center;
}
@media (max-width: 767px) {
  .p-efforia__name {
    margin-top: 0.4rem;
    font-size: 3.2rem;
  }
}

.p-efforia__price {
  margin-top: 1.152rem;
  font-size: 1.728rem;
  line-height: 1.5;
  font-weight: 400;
  color: #7b4955;
  text-align: center;
}
@media (max-width: 767px) {
  .p-efforia__price {
    margin-top: 1.6rem;
    font-size: 2.4rem;
  }
}

.p-efforia__type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1.152rem;
  width: 33.84rem;
  max-width: 100%;
  padding: 0.288rem 1.44rem;
  background: #fff;
  font-size: 1.872rem;
  line-height: 1.5;
  font-weight: 500;
  color: #7b4955;
  letter-spacing: 0.0846em;
  text-align: center;
}
@media (max-width: 767px) {
  .p-efforia__type {
    margin-top: 1.6rem;
    width: 47rem;
    font-size: 2.6rem;
  }
}

.p-efforia__texture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-top: 6.048rem;
  padding: 3.456rem;
  background-image: url(../imgs/s4_texture_bg.png);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 2.304rem;
}
@media (max-width: 767px) {
  .p-efforia__texture {
    margin-top: 8.4rem;
    padding: 4.8rem;
    border-radius: 3.2rem;
  }
}

.p-efforia__textureTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.44rem;
  font-family: "Cormorant Infant", serif;
  font-size: 2.88rem;
  line-height: 1;
  font-weight: 600;
  color: #d99687;
}
@media (max-width: 767px) {
  .p-efforia__textureTitle {
    gap: 2rem;
    font-size: 4rem;
  }
}

.p-efforia__sparkle {
  width: 1.008rem;
  height: auto;
}
@media (max-width: 767px) {
  .p-efforia__sparkle {
    width: 1.4rem;
  }
}

.p-efforia__textureImg {
  margin-top: 1.44rem;
  width: 27.216rem;
  height: auto;
}
@media (max-width: 767px) {
  .p-efforia__textureImg {
    margin-top: 2rem;
    width: 37.8rem;
  }
}

.p-efforia__textureText {
  margin-top: 1.44rem;
  font-size: 1.872rem;
  line-height: 1.6;
  font-weight: 500;
  color: #464646;
  text-align: center;
}
@media (max-width: 767px) {
  .p-efforia__textureText {
    margin-top: 2rem;
    font-size: 2.6rem;
  }
}

.p-efforia__ingredientsHead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 4.608rem;
}
@media (max-width: 767px) {
  .p-efforia__ingredientsHead {
    margin-top: 6.4rem;
  }
}

.p-efforia__ingredientsEn {
  font-family: "Cormorant Infant", serif;
  font-size: 2.88rem;
  line-height: 1;
  font-weight: 600;
  color: #5b6e60;
  text-align: center;
}
@media (max-width: 767px) {
  .p-efforia__ingredientsEn {
    font-size: 4rem;
  }
}

.p-efforia__ingredientsLead {
  margin-top: 2.016rem;
  font-size: 2.016rem;
  line-height: 1.4;
  font-weight: 500;
  color: #5b6e60;
  text-align: center;
}
@media (max-width: 767px) {
  .p-efforia__ingredientsLead {
    margin-top: 2.8rem;
    font-size: 2.8rem;
  }
}

.p-efforia__ingredientsHead .p-efforia__leadNote {
  margin-top: 1.728rem;
}
@media (max-width: 767px) {
  .p-efforia__ingredientsHead .p-efforia__leadNote {
    margin-top: 2.4rem;
  }
}

.p-efforia__ingredients {
  width: 100%;
  margin-top: 4.608rem;
}
@media (max-width: 767px) {
  .p-efforia__ingredients {
    margin-top: 6.4rem;
  }
}

.p-efforia__ingredientList {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 45.504rem;
  max-width: 100%;
  margin-inline: auto;
  background: #fff;
  border-radius: 2.88rem;
  -webkit-box-shadow: 0 0.576rem 2.304rem rgba(0, 0, 0, 0.03);
          box-shadow: 0 0.576rem 2.304rem rgba(0, 0, 0, 0.03);
  overflow: hidden;
}
@media (max-width: 767px) {
  .p-efforia__ingredientList {
    width: 63.2rem;
    border-radius: 4rem;
  }
}

.p-efforia__ingredient {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.576rem;
  min-height: 15.552rem;
  padding: 1.728rem 0 1.728rem 1.44rem;
}
.p-efforia__ingredient:nth-child(odd) {
  border-right: 1px solid #efe2de;
}
.p-efforia__ingredient:nth-child(-n+6) {
  border-bottom: 1px solid #efe2de;
}
@media (max-width: 767px) {
  .p-efforia__ingredient {
    gap: 0.8rem;
    min-height: 21.6rem;
    padding: 2.4rem 0rem 2.4rem 2rem;
  }
}

.p-efforia__ingredientImg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 6.624rem;
  height: 6.624rem;
}
@media (max-width: 767px) {
  .p-efforia__ingredientImg {
    width: 9.2rem;
    height: 9.2rem;
  }
}

.p-efforia__ingredientName {
  font-size: 1.728rem;
  line-height: 1.4;
  font-weight: 700;
  color: #606262;
}
.p-efforia__ingredientName span {
  position: relative;
  left: -1rem;
  display: block;
  margin-top: 0.288rem;
  font-size: 1.44rem;
  line-height: 1.3;
  font-weight: 400;
  white-space: nowrap;
  text-indent: -0.5em;
  padding-left: 0.5em;
}
@media (max-width: 767px) {
  .p-efforia__ingredientName span {
    margin-top: 0.4rem;
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .p-efforia__ingredientName {
    font-size: 2.4rem;
  }
}

.p-efforia__ingredientsFoot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin-top: 2.304rem;
}
@media (max-width: 767px) {
  .p-efforia__ingredientsFoot {
    margin-top: 3.2rem;
  }
}

.p-efforia__ingredientsAll {
  font-size: 1.872rem;
  line-height: 1.4;
  font-weight: 500;
  color: #a65b4b;
  text-align: center;
}
@media (max-width: 767px) {
  .p-efforia__ingredientsAll {
    font-size: 2.6rem;
  }
}

.p-efforia__ingredientsNote {
  margin-top: 0.864rem;
  font-size: 1.296rem;
  font-weight: 400;
  color: #8f4343;
  text-align: right;
}
@media (max-width: 767px) {
  .p-efforia__ingredientsNote {
    margin-top: 1.2rem;
    font-size: 1.8rem;
  }
}

.p-efforia__more {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.72rem;
  margin-top: 4.32rem;
  padding: 2.16rem 10.08rem;
  background: #fff;
  border-radius: 4.32rem;
  -webkit-box-shadow: 0 0.576rem 0.288rem rgba(166, 91, 75, 0.1);
          box-shadow: 0 0.576rem 0.288rem rgba(166, 91, 75, 0.1);
  font-family: "Montserrat", sans-serif;
  font-size: 2.304rem;
  line-height: 1.4;
  font-weight: 600;
  color: #a65b4b;
  letter-spacing: 0.05em;
}
.p-efforia__more:hover {
  opacity: 0.7;
}
.p-efforia__more img {
  width: 3.024rem;
  height: auto;
}
@media (max-width: 767px) {
  .p-efforia__more {
    gap: 1rem;
    margin-top: 6rem;
    padding: 3rem 14rem;
    border-radius: 6rem;
    font-size: 3.2rem;
  }
  .p-efforia__more img {
    width: 4.2rem;
  }
}

.p-renew__ing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-top: 4.608rem;
}
@media (max-width: 767px) {
  .p-renew__ing {
    margin-top: 6.4rem;
  }
}

.p-renew__ingLead {
  margin-top: 2.88rem;
  font-size: 2.16rem;
  line-height: 1.6;
  font-weight: 500;
  color: #a65b4b;
  text-align: center;
}
@media (max-width: 767px) {
  .p-renew__ingLead {
    margin-top: 4rem;
    font-size: 3rem;
  }
}

.p-renew__ferment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.152rem;
  width: 100%;
  margin-top: 1.872rem;
}
@media (max-width: 767px) {
  .p-renew__ferment {
    gap: 1.6rem;
    margin-top: 2.6rem;
  }
}

.p-renew__fermentCard {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border-radius: 1.152rem;
  overflow: hidden;
  padding-bottom: 1.728rem;
}
@media (max-width: 767px) {
  .p-renew__fermentCard {
    border-radius: 1.6rem;
    padding-bottom: 2.4rem;
  }
}

.p-renew__fermentBand {
  width: 100%;
  padding: 1.152rem;
  background: #a65b4b;
  font-size: 1.728rem;
  line-height: 1.3;
  font-weight: 500;
  color: #fff;
  text-align: center;
}
@media (max-width: 767px) {
  .p-renew__fermentBand {
    padding: 1.6rem;
    font-size: 2.4rem;
  }
}

.p-renew__fermentNote {
  margin-top: 1.44rem;
  font-size: 1.44rem;
  line-height: 1.3;
  font-weight: 400;
  color: #464646;
  text-align: center;
}
@media (max-width: 767px) {
  .p-renew__fermentNote {
    margin-top: 2rem;
    font-size: 2rem;
  }
}

.p-renew__plus {
  margin-top: 2.016rem;
  font-size: 3.168rem;
  line-height: 1;
  font-weight: 500;
  color: #595452;
  text-align: center;
}
@media (max-width: 767px) {
  .p-renew__plus {
    margin-top: 2.8rem;
    font-size: 4.4rem;
  }
}

.p-renew__plantHead {
  margin-top: 2.016rem;
  font-size: 2.16rem;
  line-height: 1.6;
  font-weight: 500;
  color: #5b6e60;
  text-align: center;
}
@media (max-width: 767px) {
  .p-renew__plantHead {
    margin-top: 2.8rem;
    font-size: 3rem;
  }
}

.p-renew__plantList {
  width: 100%;
  margin-top: 1.008rem;
  background: #fff;
  border-radius: 1.152rem;
  overflow: hidden;
  padding: 1.728rem 2.88rem;
}
@media (max-width: 767px) {
  .p-renew__plantList {
    margin-top: 1.4rem;
    border-radius: 1.6rem;
    padding: 2.4rem 4rem;
  }
}

.p-renew__plant {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.304rem;
  padding-bottom: 0.936rem;
  margin-bottom: 0.936rem;
  border-bottom: 1px solid #e5dec9;
}
.p-renew__plant:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
@media (max-width: 767px) {
  .p-renew__plant {
    gap: 3.2rem;
    padding-bottom: 1.3rem;
    margin-bottom: 1.3rem;
  }
}

.p-renew__plantThumb {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 7.488rem;
  height: 7.488rem;
}
@media (max-width: 767px) {
  .p-renew__plantThumb {
    width: 10.4rem;
    height: 10.4rem;
  }
}

.p-renew__plantBody {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  padding-left: 2.304rem;
}
.p-renew__plantBody::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 7.488rem;
  background: #e5dec9;
}
@media (max-width: 767px) {
  .p-renew__plantBody {
    padding-left: 3.2rem;
  }
  .p-renew__plantBody::before {
    height: 10.4rem;
  }
}

.p-renew__plantName {
  font-size: 2.016rem;
  line-height: 1.4;
  font-weight: 500;
  color: #5b6e60;
}
@media (max-width: 767px) {
  .p-renew__plantName {
    font-size: 2.8rem;
  }
}

.p-renew__plantSub {
  margin-top: 0.432rem;
  font-size: 1.728rem;
  line-height: 1.4;
  font-weight: 400;
  color: #595452;
}
@media (max-width: 767px) {
  .p-renew__plantSub {
    font-size: 2.4rem;
    margin-top: 0.6rem;
  }
}

.p-renew__ingNote {
  width: 100%;
  margin-top: 2.304rem;
  font-size: 1.296rem;
  line-height: 1.5;
  font-weight: 400;
  color: #8f4343;
  text-align: right;
}
@media (max-width: 767px) {
  .p-renew__ingNote {
    margin-top: 3.2rem;
    font-size: 1.8rem;
  }
}

.p-try {
  width: 100%;
  background: #fff;
  padding: 5.76rem 2.88rem;
}
@media (max-width: 767px) {
  .p-try {
    padding: 8rem 4rem;
  }
}

.p-try__banner {
  position: relative;
  width: 100%;
  border-radius: 2.88rem;
  background-image: url(../imgs/s5_bg_leaf.png);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .p-try__banner {
    border-radius: 4rem;
  }
}

.p-try__inner {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5.76rem 0;
}
@media (max-width: 767px) {
  .p-try__inner {
    padding: 8rem 0;
  }
}

.p-try__en {
  font-family: "Cormorant Infant", serif;
  font-size: 4.32rem;
  line-height: 1.1;
  font-weight: 700;
  color: #a65b4b;
  text-align: center;
}
@media (max-width: 767px) {
  .p-try__en {
    font-size: 6rem;
  }
}

.p-try__lead {
  margin-top: 0.72rem;
  font-size: 2.016rem;
  line-height: 1.4;
  font-weight: 500;
  color: #a65b4b;
  text-align: center;
}
@media (max-width: 767px) {
  .p-try__lead {
    margin-top: 1rem;
    font-size: 2.8rem;
  }
}

.p-try__products {
  position: relative;
  width: 28.368rem;
  height: 30.96rem;
  margin-top: 1.44rem;
}
@media (max-width: 767px) {
  .p-try__products {
    width: 39.4rem;
    height: 43rem;
    margin-top: 2rem;
  }
}

.p-try__line {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.385rem;
  width: 38.448rem;
  max-width: 100%;
  height: 7.776rem;
  margin-top: 0.432rem;
  background: #06c755;
  padding-left: 2.592rem;
  border-radius: 5.76rem;
  font-size: 2.592rem;
  font-weight: 500;
  color: #fff;
}
.p-try__line:hover {
  opacity: 0.7;
}
.p-try__line img {
  width: 4.671rem;
  height: auto;
}
@media (max-width: 767px) {
  .p-try__line {
    gap: 3.312rem;
    width: 53.4rem;
    height: 10.8rem;
    margin-top: 0.6rem;
    border-radius: 8rem;
    padding-left: 3.6rem;
    font-size: 3.6rem;
  }
  .p-try__line img {
    width: 6.488rem;
  }
}

.p-howto {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  padding: 5.76rem 4.32rem 7.2rem 4.32rem;
}
@media (max-width: 767px) {
  .p-howto {
    padding: 8rem 6rem 10rem 6rem;
  }
}

.p-howto__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.304rem;
}
@media (max-width: 767px) {
  .p-howto__head {
    gap: 3.2rem;
  }
}

.p-howto__bar {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 0.576rem;
  height: 4.464rem;
  background: #7b4955;
}
@media (max-width: 767px) {
  .p-howto__bar {
    width: 0.8rem;
    height: 6.2rem;
  }
}

.p-howto__en {
  font-family: "Cormorant Infant", serif;
  font-size: 3.744rem;
  line-height: 1;
  font-weight: 700;
  color: #7b4955;
}
@media (max-width: 767px) {
  .p-howto__en {
    font-size: 5.2rem;
  }
}

.p-howto__lead {
  margin-top: 2.016rem;
  font-size: 2.592rem;
  line-height: 1.5;
  font-weight: 500;
  color: #7b4955;
}
@media (max-width: 767px) {
  .p-howto__lead {
    margin-top: 2.8rem;
    font-size: 3.6rem;
  }
}

.p-howto__steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.152rem;
  margin-top: 2.016rem;
}
@media (max-width: 767px) {
  .p-howto__steps {
    gap: 1.6rem;
    margin-top: 2.8rem;
  }
}

.p-howto__illust {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 13.536rem;
  height: 13.536rem;
}
@media (max-width: 767px) {
  .p-howto__illust {
    width: 18.8rem;
    height: 18.8rem;
  }
}

.p-howto__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}

.p-howto__text {
  font-size: 1.728rem;
  line-height: 1.5;
  font-weight: 500;
  color: #7b4955;
}
@media (max-width: 767px) {
  .p-howto__text {
    font-size: 2.4rem;
  }
}

.p-video {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  padding: 3.456rem 3.456rem 6.912rem 3.456rem;
}
@media (max-width: 767px) {
  .p-video {
    padding: 4.8rem 4.8rem 9.6rem 4.8rem;
  }
}

.p-video__frame {
  position: relative;
  width: 47.088rem;
  max-width: 100%;
  aspect-ratio: 327/580;
  overflow: hidden;
}
@media (max-width: 767px) {
  .p-video__frame {
    width: 65.4rem;
  }
}

.p-video__iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.p-more {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFF0E5;
  padding: 5.76rem 3.24rem 7.2rem 3.24rem;
}
@media (max-width: 767px) {
  .p-more {
    padding: 8rem 4.5rem 10rem 4.5rem;
  }
}

.p-more__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.304rem;
  width: 100%;
  padding: 0 1.152rem;
}
@media (max-width: 767px) {
  .p-more__head {
    gap: 3.2rem;
    padding: 0 1.6rem;
  }
}

.p-more__bar {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 0.576rem;
  height: 4.464rem;
  background: #7B4955;
}
@media (max-width: 767px) {
  .p-more__bar {
    width: 0.8rem;
    height: 6.2rem;
  }
}

.p-more__en {
  font-family: "Cormorant Infant", serif;
  font-size: 3.744rem;
  line-height: 1;
  font-weight: 700;
  color: #7B4955;
}
@media (max-width: 767px) {
  .p-more__en {
    font-size: 5.2rem;
  }
}

.p-more__lead {
  width: 100%;
  margin-top: 2.304rem;
  padding: 0 1.152rem;
  font-size: 2.592rem;
  line-height: 1.5;
  font-weight: 500;
  color: #7B4955;
}
@media (max-width: 767px) {
  .p-more__lead {
    margin-top: 3.2rem;
    font-size: 3.6rem;
    padding: 0 1.6rem;
  }
}

.p-more__subhead {
  width: 100%;
  margin-top: 5.76rem;
  padding: 0 1.152rem;
  font-size: 2.592rem;
  line-height: 1.3;
  font-weight: 500;
  color: #496046;
}
@media (max-width: 767px) {
  .p-more__subhead {
    margin-top: 8rem;
    font-size: 3.6rem;
    padding: 0 1.6rem;
  }
}

.p-more__card {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 5.76rem;
  background: #fff;
  border-radius: 1.728rem;
  overflow: hidden;
  padding-bottom: 5.76rem;
}
@media (max-width: 767px) {
  .p-more__card {
    margin-top: 8rem;
    border-radius: 2.4rem;
    padding-bottom: 8rem;
  }
}

.p-more__card--wash {
  padding-top: 0rem;
}
.p-more__card--wash .p-more__brand,
.p-more__card--wash .p-more__name,
.p-more__card--wash .p-more__price {
  color: #496046;
}
.p-more__card--wash .p-more__vtext {
  color: #5B6E60;
}
.p-more__card--wash .p-more__btn {
  border-color: #A6C0A3;
  color: #A6C0A3;
  margin-top: 2.88rem;
}
@media (max-width: 767px) {
  .p-more__card--wash .p-more__btn {
    margin-top: 4rem;
  }
}
.p-more__card--wash .p-more__btn:hover {
  background: #A6C0A3;
}

.p-more__tab {
  width: 32.256rem;
  height: 4.896rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #F5B68C;
  font-size: 2.88rem;
  line-height: 1;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.105em;
}
@media (max-width: 767px) {
  .p-more__tab {
    width: 44.8rem;
    height: 6.8rem;
    font-size: 4rem;
    margin: 0 auto;
  }
}

.p-more__visual {
  position: relative;
  width: 100%;
  padding: 2.88rem 2.88rem 0rem 2.88rem;
}
@media (max-width: 767px) {
  .p-more__visual {
    padding: 4rem 4rem 0rem 4rem;
  }
}

.p-more__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-top: 1.728rem;
}
@media (max-width: 767px) {
  .p-more__info {
    margin-top: 2.4rem;
  }
}

.p-more__brand {
  font-size: 1.728rem;
  line-height: 1.2;
  font-weight: 500;
  color: #7B4955;
  text-align: center;
}
@media (max-width: 767px) {
  .p-more__brand {
    font-size: 2.4rem;
  }
}

.p-more__name {
  margin-top: 0.864rem;
  font-size: 2.304rem;
  line-height: 1.2;
  font-weight: 500;
  color: #7B4955;
  text-align: center;
}
@media (max-width: 767px) {
  .p-more__name {
    margin-top: 1.2rem;
    font-size: 3.2rem;
  }
}

.p-more__cat {
  margin-top: 1.152rem;
  font-size: 1.728rem;
  line-height: 1.5;
  font-weight: 400;
  color: #496046;
  text-align: center;
}
@media (max-width: 767px) {
  .p-more__cat {
    margin-top: 1.6rem;
    font-size: 2.4rem;
  }
}

.p-more__price {
  margin-top: 1.152rem;
  font-size: 1.728rem;
  line-height: 1.5;
  font-weight: 400;
  color: #7B4955;
  text-align: center;
}
@media (max-width: 767px) {
  .p-more__price {
    margin-top: 1.6rem;
    font-size: 2.4rem;
  }
}

.p-more__texture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.44rem;
  width: 41.76rem;
  max-width: calc(100% - 5.76rem);
  margin-top: 2.736rem;
  background: #FFF0E5;
  border-radius: 1.44rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .p-more__texture {
    gap: 2rem;
    width: 58rem;
    margin-top: 3.8rem;
    border-radius: 2rem;
  }
}

.p-more__swatch {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 14.4rem;
  height: 13.824rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .p-more__swatch {
    width: 20rem;
    height: 19.2rem;
  }
}

.p-more__swatch[src*=gel_texture] {
  width: 12.96rem;
}
@media (max-width: 767px) {
  .p-more__swatch[src*=gel_texture] {
    width: 18rem;
  }
}

.p-more__textureBody {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}

.p-more__textureLabel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 1.44rem;
  font-family: "Cormorant Infant", serif;
  font-size: 2.16rem;
  line-height: 1;
  font-weight: 600;
  color: #D99687;
}
.p-more__textureLabel img {
  width: 1.008rem;
  height: auto;
}
@media (max-width: 767px) {
  .p-more__textureLabel img {
    width: 1.4rem;
  }
}
@media (max-width: 767px) {
  .p-more__textureLabel {
    gap: 2rem;
    font-size: 3rem;
  }
}

.p-more__textureText {
  font-size: 1.728rem;
  line-height: 1.5;
  font-weight: 500;
  color: #7B4955;
  text-align: left;
  margin-top: 0.432rem;
}
@media (max-width: 767px) {
  .p-more__textureText {
    font-size: 2.4rem;
    margin-top: 0.6rem;
  }
}

.p-more__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.72rem;
  height: 7.344rem;
  margin-top: 5.76rem;
  padding: 0 10.08rem;
  border: 1px solid #F5B68C;
  border-radius: 4.32rem;
  -webkit-box-shadow: 0 0.576rem 0.576rem rgba(166, 91, 75, 0.1);
          box-shadow: 0 0.576rem 0.576rem rgba(166, 91, 75, 0.1);
  font-family: "Montserrat", sans-serif;
  font-size: 2.304rem;
  line-height: 1.4;
  font-weight: 600;
  color: #F5B68C;
  letter-spacing: 0.05em;
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
}
.p-more__btn:hover {
  background: #F5B68C;
  color: #fff;
  opacity: 1;
}
.p-more__btn:hover img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.p-more__btn img {
  width: 3.024rem;
  height: auto;
}
@media (max-width: 767px) {
  .p-more__btn {
    gap: 1rem;
    height: 10.2rem;
    margin-top: 8rem;
    padding: 0 14rem;
    border-radius: 6rem;
    font-size: 3.2rem;
  }
  .p-more__btn img {
    width: 4.2rem;
  }
}

.p-campaign {
  width: 100%;
  background: url(../imgs/campaign_bg.png) center top/cover no-repeat;
  padding: 8.352rem 3.6rem 3.744rem;
}
@media (max-width: 767px) {
  .p-campaign {
    padding: 11.6rem 5rem 5.2rem;
  }
}

.p-campaign__card {
  position: relative;
  width: 100%;
  background: #fff;
  border-radius: 2.304rem;
  padding: 4.608rem 2.88rem 4.608rem;
}
@media (max-width: 767px) {
  .p-campaign__card {
    border-radius: 3.2rem;
    padding: 6.4rem 4rem 6.4rem;
  }
}

.p-campaign__badge {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 29.52rem;
  height: auto;
}
@media (max-width: 767px) {
  .p-campaign__badge {
    width: 41rem;
  }
}

.p-campaign__title {
  font-size: 4.032rem;
  line-height: 1.2;
  font-weight: 700;
  color: #27572b;
  letter-spacing: -0.07em;
  text-align: center;
}
@media (max-width: 767px) {
  .p-campaign__title {
    font-size: 5.6rem;
  }
}

.p-campaign__lead {
  margin-top: 1.44rem;
  font-size: 1.728rem;
  line-height: 1.6;
  font-weight: 500;
  color: #383838;
  text-align: center;
}
@media (max-width: 767px) {
  .p-campaign__lead {
    margin-top: 2rem;
    font-size: 2.4rem;
  }
}

.p-campaign__marker {
  background: #f4f3d2;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.p-campaign__main {
  margin-top: 0.288rem;
  padding-left: 1.584rem;
  text-align: center;
}
@media (max-width: 767px) {
  .p-campaign__main {
    padding-left: 2.2rem;
    margin-top: 0.4rem;
  }
}

.p-campaign__mainImg {
  width: 32.976rem;
  height: auto;
}
@media (max-width: 767px) {
  .p-campaign__mainImg {
    width: 45.8rem;
  }
}

.p-campaign__product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.144rem;
  margin-top: 3.6rem;
}
@media (max-width: 767px) {
  .p-campaign__product {
    gap: 0.2rem;
    margin-top: 5rem;
  }
}

.p-campaign__productName {
  font-size: 2.016rem;
  line-height: 1.6;
  font-weight: 500;
  color: #383838;
  text-align: center;
}
@media (max-width: 767px) {
  .p-campaign__productName {
    font-size: 2.8rem;
  }
}

.p-campaign__productLink {
  color: inherit;
  text-decoration: none;
}
.p-campaign__productLink:hover {
  opacity: 0.7;
}

.p-campaign__productLine {
  width: 33.12rem;
  max-width: 100%;
  height: 1px;
  background: #383838;
}
@media (max-width: 767px) {
  .p-campaign__productLine {
    width: 46rem;
  }
}

.p-campaign__productCap {
  font-size: 1.872rem;
  line-height: 1.6;
  font-weight: 500;
  color: #383838;
  text-align: center;
}
@media (max-width: 767px) {
  .p-campaign__productCap {
    font-size: 2.6rem;
  }
}

.p-campaign__target {
  position: relative;
  width: 100%;
  margin-top: 8.064rem;
  padding: 5.472rem 1.872rem 5.472rem;
  background: #fffdfb;
  border: 1px solid #ccb06b;
  border-radius: 2.304rem;
}
@media (max-width: 767px) {
  .p-campaign__target {
    margin-top: 11.2rem;
    padding: 7.6rem 2.6rem 7.6rem;
    border-radius: 3.2rem;
  }
}

.p-campaign__targetLabel {
  position: absolute;
  top: 0;
  left: 3.168rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 0.288rem 2.304rem;
  background: #ccb06b;
  border-radius: 0.576rem;
  font-size: 1.728rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #fff;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .p-campaign__targetLabel {
    left: 4.4rem;
    padding: 0.4rem 3.2rem;
    font-size: 2.4rem;
  }
}

.p-campaign__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.88rem;
}
@media (max-width: 767px) {
  .p-campaign__items {
    gap: 4rem;
  }
}

.p-campaign__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.576rem;
}
@media (max-width: 767px) {
  .p-campaign__row {
    gap: 0.8rem;
  }
}

.p-campaign__row--bottom {
  gap: 2.88rem;
}
@media (max-width: 767px) {
  .p-campaign__row--bottom {
    gap: 4rem;
  }
}

.p-campaign__item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-campaign__itemLink {
  color: inherit;
  text-decoration: none;
  text-decoration: underline;
}
.p-campaign__itemLink:hover {
  opacity: 0.7;
}

.p-campaign__itemImg {
  width: 12.096rem;
  height: auto;
  border-radius: 1.152rem;
}
@media (max-width: 767px) {
  .p-campaign__itemImg {
    width: 16.8rem;
    border-radius: 1.6rem;
  }
}

.p-campaign__itemName {
  margin-top: 0.576rem;
  font-size: 1.296rem;
  line-height: 1.4;
  font-weight: 500;
  color: #2c2623;
  text-align: center;
  text-decoration: underline;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .p-campaign__itemName {
    margin-top: 0.8rem;
    font-size: 1.8rem;
  }
}

.p-campaign__notes {
  margin-top: 3.312rem;
  padding-left: 2.376rem;
  font-size: 1.584rem;
  line-height: 1.64;
  font-weight: 400;
  color: #606262;
}
@media (max-width: 767px) {
  .p-campaign__notes {
    margin-top: 4.6rem;
    padding-left: 3.3rem;
    font-size: 2.2rem;
  }
}
.p-campaign__notes li {
  position: relative;
}
.p-campaign__notes li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: -2.16rem;
}
@media (max-width: 767px) {
  .p-campaign__notes li::before {
    left: -3rem;
  }
}

.p-menu {
  width: 100%;
}

.p-menu__img {
  display: block;
  width: 100%;
  height: auto;
}

.p-floatBanner {
  position: fixed;
  z-index: 100;
  right: calc(50% - 24.696rem);
  bottom: calc(2.304rem + var(--navH, 0px));
  width: 23.04rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
@media (min-width: 1330px) {
  .p-floatBanner {
    display: none;
  }
}
@media (max-width: 767px) {
  .p-floatBanner {
    right: 3.2rem;
    bottom: calc(3.2rem + var(--navH, 0px));
    width: 32rem;
  }
}

.p-floatBanner.is-show {
  opacity: 1;
  visibility: visible;
}

.p-floatBanner__link {
  display: block;
  width: 100%;
}
.p-floatBanner__link:hover {
  opacity: 0.85;
}

.p-floatBanner__img {
  display: block;
  width: 100%;
  height: auto;
}

.p-floatBanner__close {
  position: absolute;
  z-index: 1;
  top: 0.72rem;
  right: 0.72rem;
  width: 2.592rem;
  height: 2.592rem;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
}
.p-floatBanner__close:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .p-floatBanner__close {
    top: 1rem;
    right: 1rem;
    width: 3.6rem;
    height: 3.6rem;
  }
}

.p-floatBanner__closeIcon {
  display: block;
  width: 100%;
  height: auto;
}/*# sourceMappingURL=style.css.map */