@charset "UTF-8";
/* fonts */
/*
min-font-size ($font_size, $min_font_size)

$font_size (vw):     可変フォントサイズ
$min_font_size (px): 最小フォントサイズ
*/
/*
max-font-size ($font_size, $max_font_size)

$font_size (vw):     可変フォントサイズ
$max_font_size (px): 最大フォントサイズ
*/
/*
@mixin clamp-font-size ($min_font_size, $font_size, $max_font_size)

$min_font_size (px): 最小フォントサイズ
$font_size (vw):     可変フォントサイズ
$max_font_size (px): 最大フォントサイズ
*/
/* #main
----------------------------------------------------------------- */
.l-main {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt";
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  display: block;
  width: 100%;
  height: auto;
  background: url(/_var/lp/unilever/crystal25_2/images/bg.jpg) repeat-y top/100% auto;
  position: relative;
}
.l-main * {
  box-sizing: border-box;
}
.l-main svg {
  width: 100%;
  height: auto;
}
.l-main img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
}
.l-main a {
  display: block;
}
.l-main ul li {
  list-style: none;
}

/* #c-block
----------------------------------------------------------------- */
.c-block {
  width: calc(1410 * ((100vw / 1800)));
  height: auto;
  margin-inline: auto;
  background: rgb(184, 128, 50);
  background: linear-gradient(90deg, rgb(184, 128, 50) 0%, rgb(195, 142, 50) 4%, rgb(255, 252, 227) 13%, rgb(240, 196, 112) 28%, rgb(215, 168, 51) 43%, rgb(255, 252, 227) 58%, rgb(195, 147, 51) 88%, rgb(255, 252, 227) 99%);
  border-radius: calc(27 * ((100vw / 1800)));
  padding: 2px;
  overflow: hidden;
}
@media screen and (min-width: 1800px) {
  .c-block {
    width: 1410px;
  }
}
@media screen and (min-width: 1800px) {
  .c-block {
    border-radius: 27px;
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .c-block {
    width: calc(590 * ((100vw / 750)));
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .c-block {
    border-radius: calc(27 * ((100vw / 750)));
  }
}
.c-block__inner {
  width: 100%;
  height: 100%;
  border-radius: calc(27 * ((100vw / 1800)));
  background: #ffffff;
  overflow: hidden;
}
@media screen and (min-width: 1800px) {
  .c-block__inner {
    border-radius: 27px;
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .c-block__inner {
    border-radius: calc(27 * ((100vw / 750)));
  }
}

/* #c-buttonSubmit
----------------------------------------------------------------- */
.c-buttonSubmit {
  display: block;
  opacity: 1;
  filter: drop-shadow(0.7rem 0.7rem 0.5rem rgba(119, 119, 119, 0.75));
  transition: all 0.3s;
}
.c-buttonSubmit:hover {
  opacity: 0.8;
  filter: drop-shadow(0 0 0 rgba(119, 119, 119, 0.2));
}
@media screen and (max-width: 767px ) {
  .c-buttonSubmit {
    filter: drop-shadow(4px 4px 3px rgba(119, 119, 119, 0.75));
  }
}
.c-buttonSubmit--close {
  pointer-events: none;
  filter: drop-shadow(0rem 0rem 0rem rgba(119, 119, 119, 0));
}

/* #buttonContact
----------------------------------------------------------------- */
.c-buttonContact {
  display: block;
  filter: drop-shadow(5px 5px 5px rgba(32, 23, 20, 0.2));
  transition: all 0.3s;
}
.c-buttonContact:hover {
  opacity: 1;
  filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0.2));
}
@media screen and (max-width: 767px ) {
  .c-buttonContact {
    filter: drop-shadow(0 0.3rem 0.3rem rgba(0, 0, 0, 0.2));
  }
}

/* #buttonInquiry
----------------------------------------------------------------- */
.c-buttonInquiry {
  display: block;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.5));
  transition: all 0.3s;
}
.c-buttonInquiry:hover {
  opacity: 0.8;
  filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0.2));
}
@media screen and (max-width: 767px ) {
  .c-buttonInquiry {
    filter: drop-shadow(0 0.3rem 0.3rem rgba(0, 0, 0, 0.2));
  }
}

/* #blockContact
----------------------------------------------------------------- */
.c-blockContact {
  width: 100%;
  background-color: #ffffff;
}
.c-blockContact__head {
  width: 100%;
  min-height: calc(110 * ((100vw / 1800)));
  padding-block: calc(40 * ((100vw / 1800)));
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgb(219, 157, 82);
  background: linear-gradient(90deg, rgb(219, 157, 82) 0%, rgb(244, 220, 110) 13%, rgb(234, 191, 85) 23%, rgb(246, 230, 121) 40%, rgb(225, 174, 89) 64%, rgb(246, 230, 121) 84%, rgb(219, 157, 82) 99%);
}
@media screen and (min-width: 1800px) {
  .c-blockContact__head {
    min-height: 110px;
  }
}
@media screen and (min-width: 1800px) {
  .c-blockContact__head {
    padding-block: 40px;
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .c-blockContact__head {
    min-height: calc(90 * ((100vw / 750)));
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .c-blockContact__head {
    padding-block: calc(20 * ((100vw / 750)));
  }
}
.c-blockContact__title {
  width: calc(923 * ((100vw / 1800)));
  margin-inline: auto;
}
@media screen and (min-width: 1800px) {
  .c-blockContact__title {
    width: 923px;
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .c-blockContact__title {
    width: calc(652 * ((100vw / 750)));
  }
}
.c-blockContact__title--02 {
  width: calc(1069 * ((100vw / 1800)));
}
@media screen and (min-width: 1800px) {
  .c-blockContact__title--02 {
    width: 1069px;
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .c-blockContact__title--02 {
    width: calc(512 * ((100vw / 750)));
  }
}
.c-blockContact__title--03 {
  width: calc(933 * ((100vw / 1800)));
}
@media screen and (min-width: 1800px) {
  .c-blockContact__title--03 {
    width: 933px;
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .c-blockContact__title--03 {
    width: calc(659 * ((100vw / 750)));
  }
}
.c-blockContact__main {
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgb(255, 255, 255) 20%, rgb(236, 230, 216) 100%);
  padding-block: calc(50 * ((100vw / 1800)));
}
@media screen and (min-width: 1800px) {
  .c-blockContact__main {
    padding-block: 50px;
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .c-blockContact__main {
    padding-block: calc(30 * ((100vw / 750)));
  }
}
.c-blockContact__block {
  margin-top: calc(40 * ((100vw / 1800)));
}
@media screen and (min-width: 1800px) {
  .c-blockContact__block {
    margin-top: 40px;
  }
}
.c-blockContact__block::first-of-type {
  margin-top: 0;
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .c-blockContact__block {
    margin-top: calc(30 * ((100vw / 750)));
  }
}
.c-blockContact__blockTitle {
  width: calc(1420 * ((100vw / 1800)));
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #503872;
  font-size: calc(40 * ((100vw / 1800)));
  font-weight: 600;
  -moz-column-gap: calc(40 * ((100vw / 1800)));
       column-gap: calc(40 * ((100vw / 1800)));
  white-space: nowrap;
  margin-block: calc(20 * ((100vw / 1800)));
  text-align: center;
}
@media screen and (min-width: 1800px) {
  .c-blockContact__blockTitle {
    width: 1420px;
  }
}
@media screen and (min-width: 1800px) {
  .c-blockContact__blockTitle {
    font-size: 40px;
  }
}
@media screen and (min-width: 1800px) {
  .c-blockContact__blockTitle {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}
@media screen and (min-width: 1800px) {
  .c-blockContact__blockTitle {
    margin-block: 20px;
  }
}
@media screen and (max-width: 767px ) {
  .c-blockContact__blockTitle {
    line-height: 1.2;
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .c-blockContact__blockTitle {
    width: calc(675 * ((100vw / 750)));
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .c-blockContact__blockTitle {
    font-size: calc(40 * ((100vw / 750)));
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .c-blockContact__blockTitle {
    -moz-column-gap: calc(20 * ((100vw / 750)));
         column-gap: calc(20 * ((100vw / 750)));
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .c-blockContact__blockTitle {
    margin-block: calc(20 * ((100vw / 750)));
  }
}
.c-blockContact__blockTitle:before, .c-blockContact__blockTitle:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #503872;
}
.c-blockContact__blockText {
  text-align: center;
  font-size: calc(26 * ((100vw / 1800)));
  line-height: 1.5384615385;
  margin-top: calc(20 * ((100vw / 1800)));
}
@media screen and (min-width: 1800px) {
  .c-blockContact__blockText {
    font-size: 26px;
  }
}
@media screen and (min-width: 1800px) {
  .c-blockContact__blockText {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .c-blockContact__blockText {
    font-size: calc(26 * ((100vw / 750)));
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .c-blockContact__blockText {
    -moz-column-gap: calc(20 * ((100vw / 750)));
         column-gap: calc(20 * ((100vw / 750)));
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .c-blockContact__blockText {
    margin-block: calc(10 * ((100vw / 750)));
  }
}
.c-blockContact__blockText .red {
  color: #e50012;
}
.c-blockContact__button {
  width: calc(1044 * ((100vw / 1800)));
  margin-block: calc(30 * ((100vw / 1800)));
  height: -moz-fit-content;
  height: fit-content;
  margin-inline: auto;
}
@media screen and (min-width: 1800px) {
  .c-blockContact__button {
    width: 1044px;
  }
}
@media screen and (min-width: 1800px) {
  .c-blockContact__button {
    margin-block: 30px;
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .c-blockContact__button {
    width: calc(468 * ((100vw / 750)));
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .c-blockContact__button {
    margin-block: calc(20 * ((100vw / 750)));
  }
}
.c-blockContact__subtitle {
  margin-bottom: calc(10 * ((100vw / 1800)));
  font-size: calc(32 * ((100vw / 1800)));
  line-height: 1.5;
  font-weight: 500;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: #503872;
}
@media screen and (min-width: 1800px) {
  .c-blockContact__subtitle {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1800px) {
  .c-blockContact__subtitle {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .c-blockContact__subtitle {
    margin-bottom: calc(15 * ((100vw / 750)));
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .c-blockContact__subtitle {
    font-size: calc(32 * ((100vw / 750)));
  }
}
.c-blockContact__text {
  text-align: center;
  font-size: calc(32 * ((100vw / 1800)));
  margin-bottom: calc(30 * ((100vw / 1800)));
  line-height: 1.5;
  color: #503872;
}
@media screen and (min-width: 1800px) {
  .c-blockContact__text {
    font-size: 32px;
  }
}
@media screen and (min-width: 1800px) {
  .c-blockContact__text {
    margin-bottom: 30px;
  }
}
.c-blockContact__text:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .c-blockContact__text {
    font-size: calc(32 * ((100vw / 750)));
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .c-blockContact__text {
    margin-bottom: calc(40 * ((100vw / 750)));
  }
}
.c-blockContact__link {
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: calc(40 * ((100vw / 1800)));
  font-size: calc(40 * ((100vw / 1800)));
  line-height: 1.2;
  font-weight: 700;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: #503872;
  text-decoration: none;
  border-bottom: max(3px, 0.3rem) solid #503872;
  transition: all 0.3s;
}
@media screen and (min-width: 1800px) {
  .c-blockContact__link {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1800px) {
  .c-blockContact__link {
    font-size: 40px;
  }
}
.c-blockContact__link:hover {
  border-bottom: min(3px, 0.3rem) solid transparent;
}
@media screen and (max-width: 767px ) {
  .c-blockContact__link {
    border-bottom: max(2px, 0.2rem) solid #503872;
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .c-blockContact__link {
    margin-bottom: calc(40 * ((100vw / 750)));
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .c-blockContact__link {
    font-size: calc(32 * ((100vw / 750)));
  }
}
.c-blockContact__tel {
  text-align: center;
  font-size: calc(47 * ((100vw / 1800)));
  line-height: 1;
  letter-spacing: 0.16em;
  margin-bottom: calc(30 * ((100vw / 1800)));
  color: #503872;
}
@media screen and (min-width: 1800px) {
  .c-blockContact__tel {
    font-size: 47px;
  }
}
@media screen and (min-width: 1800px) {
  .c-blockContact__tel {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .c-blockContact__tel {
    font-size: calc(40 * ((100vw / 750)));
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .c-blockContact__tel {
    margin-bottom: calc(40 * ((100vw / 750)));
  }
}
.c-blockContact__tel a {
  color: #000000;
}
.c-blockContact__h4 {
  margin-bottom: calc(10 * ((100vw / 1800)));
  font-size: calc(40 * ((100vw / 1800)));
  line-height: 1.2;
  font-weight: 700;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: #503872;
}
@media screen and (min-width: 1800px) {
  .c-blockContact__h4 {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1800px) {
  .c-blockContact__h4 {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .c-blockContact__h4 {
    margin-bottom: calc(5 * ((100vw / 750)));
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .c-blockContact__h4 {
    font-size: calc(40 * ((100vw / 750)));
  }
}
.c-blockContact__h4--underline {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  border-bottom: 2px solid #503872;
  margin-bottom: calc(50 * ((100vw / 1800)));
  text-decoration: none;
}
@media screen and (min-width: 1800px) {
  .c-blockContact__h4--underline {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .c-blockContact__h4--underline {
    margin-bottom: calc(50 * ((100vw / 750)));
  }
}
.c-blockContact__captionBg {
  text-align: center;
  font-size: calc(20 * ((100vw / 1800)));
  width: calc(1400 * ((100vw / 1800)));
  height: calc(36 * ((100vw / 1800)));
  line-height: calc(36 * ((100vw / 1800)));
  background: #503872;
  color: #ffffff;
  margin-bottom: calc(25 * ((100vw / 1800)));
  margin-top: calc(-25 * ((100vw / 1800)));
  margin-inline: auto;
}
@media screen and (min-width: 1800px) {
  .c-blockContact__captionBg {
    font-size: 20px;
  }
}
@media screen and (min-width: 1800px) {
  .c-blockContact__captionBg {
    width: 1400px;
  }
}
@media screen and (min-width: 1800px) {
  .c-blockContact__captionBg {
    height: 36px;
  }
}
@media screen and (min-width: 1800px) {
  .c-blockContact__captionBg {
    line-height: 36px;
  }
}
@media screen and (min-width: 1800px) {
  .c-blockContact__captionBg {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 1800px) {
  .c-blockContact__captionBg {
    margin-top: -25px;
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .c-blockContact__captionBg {
    font-size: calc(20 * ((100vw / 750)));
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .c-blockContact__captionBg {
    width: calc(600 * ((100vw / 750)));
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .c-blockContact__captionBg {
    height: calc(36 * ((100vw / 750)));
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .c-blockContact__captionBg {
    line-height: calc(36 * ((100vw / 750)));
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .c-blockContact__captionBg {
    margin-bottom: calc(25 * ((100vw / 750)));
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .c-blockContact__captionBg {
    margin-top: calc(-35 * ((100vw / 750)));
  }
}
.c-blockContact__caption {
  text-align: center;
  font-size: calc(20 * ((100vw / 1800)));
  line-height: 1.5;
  color: #000000;
}
@media screen and (min-width: 1800px) {
  .c-blockContact__caption {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .c-blockContact__caption {
    font-size: calc(20 * ((100vw / 750)));
  }
}

/* #js-scrollEffect
----------------------------------------------------------------- */
.js-scrollEffect--fadeInUp,
.js-loadEffect--fadeInUp {
  will-change: opacity, transform;
  opacity: 0;
  transform: translateY(3rem);
  transition: opacity 1.2s cubic-bezier(0.215, 0.61, 0.355, 1), transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0.1s;
}
.js-scrollEffect--fadeInUp.is-active,
.js-loadEffect--fadeInUp.is-active {
  opacity: 1 !important;
  transform: translateY(0);
}
.js-scrollEffect--fadeInLeft,
.js-loadEffect--fadeInLeft {
  will-change: opacity, transform;
  opacity: 0;
  transform: translateX(-10rem);
  transition: opacity 1.2s cubic-bezier(0.215, 0.61, 0.355, 1), transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.js-scrollEffect--fadeInLeft.is-active,
.js-loadEffect--fadeInLeft.is-active {
  opacity: 1 !important;
  transform: translateX(0);
}
.js-scrollEffect--fadeInRight,
.js-loadEffect--fadeInRight {
  will-change: opacity, transform;
  opacity: 0;
  transform: translateX(10rem);
  transition: opacity 1.2s cubic-bezier(0.215, 0.61, 0.355, 1), transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.js-scrollEffect--fadeInRight.is-active,
.js-loadEffect--fadeInRight.is-active {
  opacity: 1 !important;
  transform: translateX(0);
}
.js-scrollEffect--zoomIn,
.js-loadEffect--zoomIn {
  opacity: 0;
  transform: scale(1.05);
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.js-scrollEffect--zoomIn.is-active,
.js-loadEffect--zoomIn.is-active {
  opacity: 1;
  transform: scale(1);
}
.js-scrollEffect--fadeIn,
.js-loadEffect--fadeIn {
  will-change: opacity;
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.76, 0.05, 0.86, 0.06);
  transition-delay: 0.1s;
}
.js-scrollEffect--fadeIn.is-active,
.js-loadEffect--fadeIn.is-active {
  opacity: 1 !important;
}
.js-scrollEffect--slideIn,
.js-loadEffect--slideIn {
  clip-path: inset(0 100% 0 0);
  will-change: clip-path;
  transition: clip-path 0.8s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.js-scrollEffect--slideIn.is-active,
.js-loadEffect--slideIn.is-active {
  clip-path: inset(0 0 0 0);
}
.js-scrollEffect--slideIn2,
.js-loadEffect--slideIn2 {
  clip-path: polygon(0 0, 0 0%, 0% 0);
  will-change: clip-path;
  transition: clip-path 1.1s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.js-scrollEffect--slideIn2.is-active,
.js-loadEffect--slideIn2.is-active {
  clip-path: polygon(0 0, 0 200%, 200% 0);
}
.js-scrollEffect--bounceInDown,
.js-loadEffect--bounceInDown {
  opacity: 0;
  transform: translate3d(0, -6rem, 0) scaleY(1.2);
}
.js-scrollEffect--bounceInDown.is-active,
.js-loadEffect--bounceInDown.is-active {
  animation: bounceInDown 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}

@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -6rem, 0) scaleY(1.2);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 1rem, 0) scaleY(0.9);
  }
  75% {
    opacity: 1;
    transform: translate3d(0, -1rem, 0) scaleY(0.95);
  }
  90% {
    opacity: 1;
    transform: translate3d(0, 0.5rem, 0) scaleY(0.985);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scaleY(1);
  }
}
/* #p-mv
----------------------------------------------------------------- */
.p-mv {
  width: 100%;
  height: auto;
}
.p-mv__image {
  width: 100%;
  height: auto;
}
.p-mv__period {
  width: 100%;
  height: auto;
}

/* #p-top
----------------------------------------------------------------- */
.p-top {
  padding-top: calc(100 * ((100vw / 1800)));
  padding-bottom: calc(100 * ((100vw / 1800)));
}
@media screen and (min-width: 1800px) {
  .p-top {
    padding-top: 100px;
  }
}
@media screen and (min-width: 1800px) {
  .p-top {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .p-top {
    padding-top: calc(60 * ((100vw / 750)));
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .p-top {
    padding-bottom: calc(80 * ((100vw / 750)));
  }
}
.p-top__pay {
  width: calc(1438 * ((100vw / 1800)));
  height: auto;
  margin-inline: auto;
  position: relative;
}
@media screen and (min-width: 1800px) {
  .p-top__pay {
    width: 1438px;
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .p-top__pay {
    width: calc(610 * ((100vw / 750)));
  }
}
.p-top__payLink {
  display: block;
  width: calc(250 * ((100vw / 1800)));
  height: auto;
  position: absolute;
  bottom: calc(36 * ((100vw / 1800)));
  right: 0;
  left: 0;
  margin-inline: auto;
  border-bottom: 1px solid #503872;
  transition: all 0.3s;
}
@media screen and (min-width: 1800px) {
  .p-top__payLink {
    width: 250px;
  }
}
@media screen and (min-width: 1800px) {
  .p-top__payLink {
    bottom: 36px;
  }
}
.p-top__payLink:hover {
  border-bottom: 1px solid transparent;
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .p-top__payLink {
    width: calc(250 * ((100vw / 750)));
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .p-top__payLink {
    bottom: calc(55 * ((100vw / 750)));
  }
}
.p-top__caption {
  margin-top: calc(36 * ((100vw / 1800)));
  text-align: center;
  font-size: calc(20 * ((100vw / 1800)));
  line-height: 1.75;
  font-weight: 600;
  color: #503872;
}
@media screen and (min-width: 1800px) {
  .p-top__caption {
    margin-top: 36px;
  }
}
@media screen and (min-width: 1800px) {
  .p-top__caption {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .p-top__caption {
    margin-top: calc(60 * ((100vw / 750)));
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .p-top__caption {
    font-size: calc(20 * ((100vw / 750)));
  }
}
.p-top__submit {
  margin-top: calc(120 * ((100vw / 1800)));
  width: calc(921 * ((100vw / 1800)));
  height: -moz-fit-content;
  height: fit-content;
  margin-inline: auto;
}
@media screen and (min-width: 1800px) {
  .p-top__submit {
    margin-top: 120px;
  }
}
@media screen and (min-width: 1800px) {
  .p-top__submit {
    width: 921px;
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .p-top__submit {
    margin-top: calc(80 * ((100vw / 750)));
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .p-top__submit {
    width: calc(610 * ((100vw / 750)));
  }
}
.p-top__contact {
  margin-top: calc(56 * ((100vw / 1800)));
  width: calc(681 * ((100vw / 1800)));
  height: auto;
  margin-inline: auto;
}
@media screen and (min-width: 1800px) {
  .p-top__contact {
    margin-top: 56px;
  }
}
@media screen and (min-width: 1800px) {
  .p-top__contact {
    width: 681px;
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .p-top__contact {
    margin-top: calc(30 * ((100vw / 750)));
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .p-top__contact {
    width: calc(455 * ((100vw / 750)));
  }
}

/* #p-kikan
----------------------------------------------------------------- */
.p-kikan__inner {
  padding-top: calc(34 * ((100vw / 1800)));
  padding-bottom: calc(64 * ((100vw / 1800)));
}
@media screen and (min-width: 1800px) {
  .p-kikan__inner {
    padding-top: 34px;
  }
}
@media screen and (min-width: 1800px) {
  .p-kikan__inner {
    padding-bottom: 64px;
  }
}
.p-kikan__title {
  width: calc(1331 * ((100vw / 1800)));
  height: auto;
  margin-inline: auto;
  height: auto;
}
@media screen and (min-width: 1800px) {
  .p-kikan__title {
    width: 1331px;
  }
}
.p-kikan__content {
  width: calc(1410 * ((100vw / 1800)));
  height: auto;
  margin-inline: auto;
  margin-top: calc(40 * ((100vw / 1800)));
}
@media screen and (min-width: 1800px) {
  .p-kikan__content {
    width: 1410px;
  }
}
@media screen and (min-width: 1800px) {
  .p-kikan__content {
    margin-top: 40px;
  }
}

/* #p-product
----------------------------------------------------------------- */
.p-product {
  margin-top: calc(80 * ((100vw / 1800)));
  width: calc(1410 * ((100vw / 1800)));
  height: auto;
  margin-inline: auto;
}
@media screen and (min-width: 1800px) {
  .p-product {
    margin-top: 80px;
  }
}
@media screen and (min-width: 1800px) {
  .p-product {
    width: 1410px;
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .p-product {
    margin-top: calc(40 * ((100vw / 750)));
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .p-product {
    width: calc(590 * ((100vw / 750)));
  }
}
.p-product__inner {
  padding-top: calc(34 * ((100vw / 1800)));
  padding-bottom: calc(34 * ((100vw / 1800)));
}
@media screen and (min-width: 1800px) {
  .p-product__inner {
    padding-top: 34px;
  }
}
@media screen and (min-width: 1800px) {
  .p-product__inner {
    padding-bottom: 34px;
  }
}
.p-product__title {
  width: calc(1331 * ((100vw / 1800)));
  height: auto;
  margin-inline: auto;
  height: auto;
}
@media screen and (min-width: 1800px) {
  .p-product__title {
    width: 1331px;
  }
}
.p-product__content {
  width: calc(1410 * ((100vw / 1800)));
  height: auto;
  margin-inline: auto;
  margin-top: calc(40 * ((100vw / 1800)));
}
@media screen and (min-width: 1800px) {
  .p-product__content {
    width: 1410px;
  }
}
@media screen and (min-width: 1800px) {
  .p-product__content {
    margin-top: 40px;
  }
}

/* #submit
----------------------------------------------------------------- */
.p-submit {
  margin-top: calc(100 * ((100vw / 1800)));
  margin-inline: auto;
}
@media screen and (min-width: 1800px) {
  .p-submit {
    margin-top: 100px;
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .p-submit {
    margin-top: calc(50 * ((100vw / 750)));
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .p-submit {
    width: calc(665 * ((100vw / 750)));
  }
}
.p-submit__title {
  width: 100%;
  height: auto;
}
.p-submit__main {
  width: 100%;
  height: auto;
  position: relative;
  padding-bottom: calc(50 * ((100vw / 1800)));
}
@media screen and (min-width: 1800px) {
  .p-submit__main {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .p-submit__main {
    padding-bottom: calc(30 * ((100vw / 750)));
  }
}
.p-submit__mainInner {
  position: relative;
  z-index: 1;
  padding-top: calc(30 * ((100vw / 1800)));
}
@media screen and (min-width: 1800px) {
  .p-submit__mainInner {
    padding-top: 30px;
  }
}
@media screen and (max-width: 767px ) {
  .p-submit__mainInner {
    padding-top: calc(30 * ((100vw / 1800)));
  }
}
@media screen and (max-width: 767px ) and (min-width: 1800px) {
  .p-submit__mainInner {
    padding-top: 30px;
  }
}
.p-submit__text1 {
  text-align: center;
  font-size: calc(40 * ((100vw / 1800)));
  line-height: 1.45;
  font-weight: 700;
}
@media screen and (min-width: 1800px) {
  .p-submit__text1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .p-submit__text1 {
    font-size: calc(28 * ((100vw / 750)));
  }
}
.p-submit__text1 span {
  font-size: calc(35 * ((100vw / 1800)));
}
@media screen and (min-width: 1800px) {
  .p-submit__text1 span {
    font-size: 35px;
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .p-submit__text1 span {
    font-size: calc(25 * ((100vw / 750)));
  }
}
.p-submit__steps {
  width: calc(1187 * ((100vw / 1800)));
  margin-top: calc(50 * ((100vw / 1800)));
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  row-gap: calc(84 * ((100vw / 1800)));
}
@media screen and (min-width: 1800px) {
  .p-submit__steps {
    width: 1187px;
  }
}
@media screen and (min-width: 1800px) {
  .p-submit__steps {
    margin-top: 50px;
  }
}
@media screen and (min-width: 1800px) {
  .p-submit__steps {
    row-gap: 84px;
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .p-submit__steps {
    width: calc(595 * ((100vw / 750)));
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .p-submit__steps {
    margin-top: calc(25 * ((100vw / 750)));
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .p-submit__steps {
    row-gap: calc(40 * ((100vw / 750)));
  }
}
.p-submit__step {
  width: 100%;
  position: relative;
  padding-block: calc(24 * ((100vw / 1800)));
  position: relative;
  background-color: white;
}
@media screen and (min-width: 1800px) {
  .p-submit__step {
    padding-block: 24px;
  }
}
.p-submit__step--03 {
  padding-block: calc(50 * ((100vw / 1800)));
}
@media screen and (min-width: 1800px) {
  .p-submit__step--03 {
    padding-block: 50px;
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .p-submit__step--03 {
    padding-block: calc(50 * ((100vw / 750)));
  }
}
.p-submit__step::before {
  content: "";
  position: absolute;
  top: -2px; /* ボーダー幅 */
  left: -2px;
  right: -2px;
  bottom: -2px;
  z-index: -1; /* 背景に配置 */
  border-radius: inherit; /* 親要素の角丸を継承 */
  background: linear-gradient(60deg, rgb(184, 128, 50) 0%, rgb(195, 142, 50) 4%, rgb(255, 252, 227) 13%, rgb(240, 196, 112) 28%, rgb(215, 168, 51) 43%, rgb(255, 252, 227) 58%, rgb(195, 147, 51) 88%, rgb(255, 252, 227) 99%);
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .p-submit__step {
    padding-block: calc(15 * ((100vw / 750)));
  }
}
.p-submit__step:first-of-type {
  margin-top: 0;
}
.p-submit__step:after {
  content: "";
  display: block;
  width: calc(91 * ((100vw / 1800)));
  height: calc(36 * ((100vw / 1800)));
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  bottom: calc(-66 * ((100vw / 1800)));
  background: url(/_var/lp/unilever/crystal25_2/images/submit_bullet.png) no-repeat center/contain;
}
@media screen and (min-width: 1800px) {
  .p-submit__step:after {
    width: 91px;
  }
}
@media screen and (min-width: 1800px) {
  .p-submit__step:after {
    height: 36px;
  }
}
@media screen and (min-width: 1800px) {
  .p-submit__step:after {
    bottom: -66px;
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .p-submit__step:after {
    width: calc(42 * ((100vw / 750)));
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .p-submit__step:after {
    height: calc(16 * ((100vw / 750)));
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .p-submit__step:after {
    bottom: calc(-30 * ((100vw / 750)));
  }
}
.p-submit__step:last-of-type:after {
  display: none;
}
.p-submit__stepNumber {
  position: absolute;
  top: calc(-70 * ((100vw / 1800)));
  left: calc(-70 * ((100vw / 1800)));
  width: calc(189 * ((100vw / 1800)));
  filter: drop-shadow(0.18rem 0.18rem 0.9rem rgba(126, 112, 160, 0.75));
}
@media screen and (min-width: 1800px) {
  .p-submit__stepNumber {
    top: -70px;
  }
}
@media screen and (min-width: 1800px) {
  .p-submit__stepNumber {
    left: -70px;
  }
}
@media screen and (min-width: 1800px) {
  .p-submit__stepNumber {
    width: 189px;
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .p-submit__stepNumber {
    top: calc(-30 * ((100vw / 750)));
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .p-submit__stepNumber {
    left: calc(-30 * ((100vw / 750)));
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .p-submit__stepNumber {
    width: calc(92 * ((100vw / 750)));
  }
}
.p-submit__stepNumber--stepNumber1 {
  top: calc(-27 * ((100vw / 1800)));
}
@media screen and (min-width: 1800px) {
  .p-submit__stepNumber--stepNumber1 {
    top: -27px;
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .p-submit__stepNumber--stepNumber1 {
    top: calc(-20 * ((100vw / 750)));
  }
}
.p-submit__stepText {
  text-align: center;
  font-size: calc(45 * ((100vw / 1800)));
  line-height: 1.45;
  letter-spacing: -0.02em;
  font-weight: 600;
  margin-top: calc(20 * ((100vw / 1800)));
}
@media screen and (min-width: 1800px) {
  .p-submit__stepText {
    font-size: 45px;
  }
}
@media screen and (min-width: 1800px) {
  .p-submit__stepText {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px ) {
  .p-submit__stepText {
    line-height: 1.2857142857;
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .p-submit__stepText {
    font-size: calc(21 * ((100vw / 750)));
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .p-submit__stepText {
    margin-top: calc(10 * ((100vw / 750)));
  }
}
.p-submit__stepText a {
  display: inline-block;
  color: #2f8acf;
  text-decoration: none;
  transition: opacity 0.2s cubic-bezier(0.77, 0, 0.175, 1);
  opacity: 1;
}
.p-submit__stepText a:hover {
  opacity: 0.7;
}
.p-submit__stepText small {
  display: inline-block;
  font-size: calc(38 * ((100vw / 1800)));
  line-height: 1.6578947368;
}
@media screen and (min-width: 1800px) {
  .p-submit__stepText small {
    font-size: 38px;
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .p-submit__stepText small {
    font-size: calc(20 * ((100vw / 750)));
  }
}
.p-submit__stepText .red {
  color: #e50012;
}
.p-submit__stepText:first-of-type {
  margin-top: 0;
}
.p-submit__stepButton {
  width: calc(1044 * ((100vw / 1800)));
  margin-top: calc(20 * ((100vw / 1800)));
  height: -moz-fit-content;
  height: fit-content;
  margin-inline: auto;
}
@media screen and (min-width: 1800px) {
  .p-submit__stepButton {
    width: 1044px;
  }
}
@media screen and (min-width: 1800px) {
  .p-submit__stepButton {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .p-submit__stepButton {
    width: calc(468 * ((100vw / 750)));
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .p-submit__stepButton {
    margin-top: calc(20 * ((100vw / 750)));
  }
}
.p-submit__stepCaption {
  width: calc(1014 * ((100vw / 1800)));
  margin-top: calc(20 * ((100vw / 1800)));
  font-size: calc(30 * ((100vw / 1800)));
  line-height: 1.6666666667;
  font-weight: 400;
  height: -moz-fit-content;
  height: fit-content;
  margin-inline: auto;
  color: #e50012;
}
@media screen and (min-width: 1800px) {
  .p-submit__stepCaption {
    width: 1014px;
  }
}
@media screen and (min-width: 1800px) {
  .p-submit__stepCaption {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1800px) {
  .p-submit__stepCaption {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .p-submit__stepCaption {
    width: calc(445 * ((100vw / 750)));
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .p-submit__stepCaption {
    margin-top: calc(20 * ((100vw / 750)));
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .p-submit__stepCaption {
    font-size: calc(24 * ((100vw / 750)));
  }
}
.p-submit__block {
  width: calc(1132 * ((100vw / 1800)));
  height: auto;
  margin-inline: auto;
  background: rgb(184, 128, 50);
  background: linear-gradient(60deg, rgb(184, 128, 50) 0%, rgb(195, 142, 50) 4%, rgb(255, 252, 227) 13%, rgb(240, 196, 112) 28%, rgb(215, 168, 51) 43%, rgb(255, 252, 227) 58%, rgb(195, 147, 51) 88%, rgb(255, 252, 227) 99%);
  padding: 2px;
  overflow: hidden;
  margin-top: calc(25 * ((100vw / 1800)));
}
@media screen and (min-width: 1800px) {
  .p-submit__block {
    width: 1132px;
  }
}
@media screen and (min-width: 1800px) {
  .p-submit__block {
    margin-top: 25px;
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .p-submit__block {
    width: calc(500 * ((100vw / 750)));
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .p-submit__block {
    margin-top: calc(20 * ((100vw / 750)));
  }
}
.p-submit__blockInner {
  width: 100%;
  height: 100%;
  background: #ffffff;
  overflow: hidden;
  padding-block: calc(30 * ((100vw / 1800)));
}
@media screen and (min-width: 1800px) {
  .p-submit__blockInner {
    padding-block: 30px;
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .p-submit__blockInner {
    padding-block: calc(30 * ((100vw / 750)));
  }
}
.p-submit__stepImage1 {
  width: calc(416 * ((100vw / 1800)));
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1800px) {
  .p-submit__stepImage1 {
    width: 416px;
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .p-submit__stepImage1 {
    width: calc(200 * ((100vw / 750)));
  }
}
.p-submit__submit01 {
  width: calc(921 * ((100vw / 1800)));
  margin-top: calc(20 * ((100vw / 1800)));
  margin-inline: auto;
  transition: opacity 0.2s cubic-bezier(0.77, 0, 0.175, 1);
  opacity: 1;
}
@media screen and (min-width: 1800px) {
  .p-submit__submit01 {
    width: 921px;
  }
}
@media screen and (min-width: 1800px) {
  .p-submit__submit01 {
    margin-top: 20px;
  }
}
.p-submit__submit01:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .p-submit__submit01 {
    width: calc(430 * ((100vw / 750)));
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .p-submit__submit01 {
    margin-top: calc(5 * ((100vw / 750)));
  }
}
.p-submit__submit02 {
  width: calc(906 * ((100vw / 1800)));
  margin-top: calc(20 * ((100vw / 1800)));
  margin-inline: auto;
}
@media screen and (min-width: 1800px) {
  .p-submit__submit02 {
    width: 906px;
  }
}
@media screen and (min-width: 1800px) {
  .p-submit__submit02 {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .p-submit__submit02 {
    width: calc(430 * ((100vw / 750)));
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .p-submit__submit02 {
    margin-top: calc(5 * ((100vw / 750)));
  }
}
.p-submit__submit03 {
  width: calc(906 * ((100vw / 1800)));
  margin-top: calc(70 * ((100vw / 1800)));
  margin-inline: auto;
}
@media screen and (min-width: 1800px) {
  .p-submit__submit03 {
    width: 906px;
  }
}
@media screen and (min-width: 1800px) {
  .p-submit__submit03 {
    margin-top: 70px;
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .p-submit__submit03 {
    width: calc(470 * ((100vw / 750)));
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .p-submit__submit03 {
    margin-top: calc(50 * ((100vw / 750)));
  }
}
.p-submit__flex {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: calc(20 * ((100vw / 1800)));
       column-gap: calc(20 * ((100vw / 1800)));
}
@media screen and (min-width: 1800px) {
  .p-submit__flex {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
@media screen and (max-width: 767px ) {
  .p-submit__flex {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .p-submit__flex {
    -moz-column-gap: calc(20 * ((100vw / 750)));
         column-gap: calc(20 * ((100vw / 750)));
  }
}
.p-submit__stepImage2 {
  width: calc(234 * ((100vw / 1800)));
  margin-top: calc(40 * ((100vw / 1800)));
  flex-shrink: 0;
}
@media screen and (min-width: 1800px) {
  .p-submit__stepImage2 {
    width: 234px;
  }
}
@media screen and (min-width: 1800px) {
  .p-submit__stepImage2 {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .p-submit__stepImage2 {
    width: calc(112 * ((100vw / 750)));
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .p-submit__stepImage2 {
    margin-top: calc(15 * ((100vw / 750)));
  }
}
.p-submit__stepTitle {
  width: calc(1073 * ((100vw / 1800)));
  margin-inline: auto;
}
@media screen and (min-width: 1800px) {
  .p-submit__stepTitle {
    width: 1073px;
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .p-submit__stepTitle {
    width: calc(536 * ((100vw / 750)));
  }
}
.p-submit__notes {
  width: calc(1176 * ((100vw / 1800)));
  font-size: calc(30 * ((100vw / 1800)));
  line-height: 1.5333333333;
  letter-spacing: -0.02em;
  font-weight: 400;
  margin-top: calc(70 * ((100vw / 1800)));
  margin-inline: auto;
}
@media screen and (min-width: 1800px) {
  .p-submit__notes {
    width: 1176px;
  }
}
@media screen and (min-width: 1800px) {
  .p-submit__notes {
    font-size: 30px;
  }
}
@media screen and (min-width: 1800px) {
  .p-submit__notes {
    margin-top: 70px;
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .p-submit__notes {
    width: calc(560 * ((100vw / 750)));
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .p-submit__notes {
    font-size: calc(25 * ((100vw / 750)));
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .p-submit__notes {
    margin-top: calc(50 * ((100vw / 750)));
  }
}
.p-submit__notes .red {
  color: #e50012;
}

/* #p-photo
----------------------------------------------------------------- */
.p-photo {
  margin-top: calc(100 * ((100vw / 1800)));
  width: calc(1411 * ((100vw / 1800)));
  margin-inline: auto;
}
@media screen and (min-width: 1800px) {
  .p-photo {
    margin-top: 100px;
  }
}
@media screen and (min-width: 1800px) {
  .p-photo {
    width: 1411px;
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .p-photo {
    margin-top: calc(50 * ((100vw / 750)));
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .p-photo {
    width: calc(665 * ((100vw / 750)));
  }
}
.p-photo__title {
  width: 100%;
  height: auto;
}
.p-photo__main {
  width: 100%;
  height: auto;
  position: relative;
}
.p-photo__mainInner {
  position: relative;
  z-index: 1;
  padding-top: calc(30 * ((100vw / 1800)));
}
@media screen and (min-width: 1800px) {
  .p-photo__mainInner {
    padding-top: 30px;
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .p-photo__mainInner {
    padding-top: calc(20 * ((100vw / 750)));
  }
}
.p-photo__image {
  width: calc(1410 * ((100vw / 1800)));
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1800px) {
  .p-photo__image {
    width: 1410px;
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .p-photo__image {
    width: calc(617 * ((100vw / 750)));
  }
}
.p-photo__text {
  font-size: calc(40 * ((100vw / 1800)));
  line-height: 1.5;
  margin-top: calc(50 * ((100vw / 1800)));
  text-align: center;
  font-weight: 500;
}
@media screen and (min-width: 1800px) {
  .p-photo__text {
    font-size: 40px;
  }
}
@media screen and (min-width: 1800px) {
  .p-photo__text {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px ) {
  .p-photo__text {
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    text-align: justify;
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .p-photo__text {
    width: calc(600 * ((100vw / 750)));
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .p-photo__text {
    font-size: calc(30 * ((100vw / 750)));
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .p-photo__text {
    margin-top: calc(25 * ((100vw / 750)));
  }
}
.p-photo__caution {
  width: calc(1268 * ((100vw / 1800)));
  margin-top: calc(45 * ((100vw / 1800)));
  margin-left: auto;
  margin-right: auto;
  border: 3px solid #e50040;
  background-color: #e50040;
}
@media screen and (min-width: 1800px) {
  .p-photo__caution {
    width: 1268px;
  }
}
@media screen and (min-width: 1800px) {
  .p-photo__caution {
    margin-top: 45px;
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .p-photo__caution {
    width: calc(600 * ((100vw / 750)));
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .p-photo__caution {
    margin-top: calc(20 * ((100vw / 750)));
  }
}
.p-photo__cautionTitle {
  height: calc(58 * ((100vw / 1800)));
  line-height: calc(52 * ((100vw / 1800)));
  font-weight: 600;
  font-size: calc(40 * ((100vw / 1800)));
  background-color: #e50040;
  color: #ffffff;
  width: 100%;
  box-sizing: border-box;
  padding-inline: calc(30 * ((100vw / 1800)));
}
@media screen and (min-width: 1800px) {
  .p-photo__cautionTitle {
    height: 58px;
  }
}
@media screen and (min-width: 1800px) {
  .p-photo__cautionTitle {
    line-height: 52px;
  }
}
@media screen and (min-width: 1800px) {
  .p-photo__cautionTitle {
    font-size: 40px;
  }
}
@media screen and (min-width: 1800px) {
  .p-photo__cautionTitle {
    padding-inline: 30px;
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .p-photo__cautionTitle {
    height: calc(40 * ((100vw / 750)));
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .p-photo__cautionTitle {
    line-height: calc(32 * ((100vw / 750)));
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .p-photo__cautionTitle {
    font-size: calc(26 * ((100vw / 750)));
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .p-photo__cautionTitle {
    padding-inline: calc(15 * ((100vw / 750)));
  }
}
.p-photo__cautionList {
  background-color: #ffffff;
  font-weight: 500;
  font-size: calc(40 * ((100vw / 1800)));
  line-height: 1.5;
  width: 100%;
  box-sizing: border-box;
  padding-block: calc(10 * ((100vw / 1800)));
  padding-inline: calc(30 * ((100vw / 1800)));
  text-align: justify;
}
@media screen and (min-width: 1800px) {
  .p-photo__cautionList {
    font-size: 40px;
  }
}
@media screen and (min-width: 1800px) {
  .p-photo__cautionList {
    padding-block: 10px;
  }
}
@media screen and (min-width: 1800px) {
  .p-photo__cautionList {
    padding-inline: 30px;
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .p-photo__cautionList {
    font-size: calc(26 * ((100vw / 750)));
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .p-photo__cautionList {
    padding-block: calc(10 * ((100vw / 750)));
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .p-photo__cautionList {
    padding-inline: calc(15 * ((100vw / 750)));
  }
}
.p-photo__cautionList li {
  padding-left: 1em;
  position: relative;
}
.p-photo__cautionList li:before {
  content: "※";
  display: inline;
  position: absolute;
  left: 0;
  top: 0rem;
}
.p-photo__example {
  padding-top: calc(25 * ((100vw / 1800)));
  padding-bottom: calc(50 * ((100vw / 1800)));
  padding-inline: calc(57 * ((100vw / 1800)));
  width: 100%;
  box-sizing: border-box;
  margin-top: calc(70 * ((100vw / 1800)));
  background: #e2e1e1;
}
@media screen and (min-width: 1800px) {
  .p-photo__example {
    padding-top: 25px;
  }
}
@media screen and (min-width: 1800px) {
  .p-photo__example {
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 1800px) {
  .p-photo__example {
    padding-inline: 57px;
  }
}
@media screen and (min-width: 1800px) {
  .p-photo__example {
    margin-top: 70px;
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .p-photo__example {
    padding-top: calc(20 * ((100vw / 750)));
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .p-photo__example {
    padding-bottom: calc(30 * ((100vw / 750)));
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .p-photo__example {
    padding-inline: calc(30 * ((100vw / 750)));
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .p-photo__example {
    margin-top: calc(40 * ((100vw / 750)));
  }
}
.p-photo__exampleTitle {
  display: flex;
  align-items: center;
  -moz-column-gap: calc(20 * ((100vw / 1800)));
       column-gap: calc(20 * ((100vw / 1800)));
  font-size: calc(47.5 * ((100vw / 1800)));
  color: #846131;
}
@media screen and (min-width: 1800px) {
  .p-photo__exampleTitle {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
@media screen and (min-width: 1800px) {
  .p-photo__exampleTitle {
    font-size: 47.5px;
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .p-photo__exampleTitle {
    -moz-column-gap: calc(20 * ((100vw / 750)));
         column-gap: calc(20 * ((100vw / 750)));
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .p-photo__exampleTitle {
    font-size: calc(32 * ((100vw / 750)));
  }
}
.p-photo__exampleTitle:before {
  content: "";
  display: block;
  width: calc(118 * ((100vw / 1800)));
  height: calc(118 * ((100vw / 1800)));
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/_var/lp/unilever/crystal25_2/images/photo_caution_title.png);
}
@media screen and (min-width: 1800px) {
  .p-photo__exampleTitle:before {
    width: 118px;
  }
}
@media screen and (min-width: 1800px) {
  .p-photo__exampleTitle:before {
    height: 118px;
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .p-photo__exampleTitle:before {
    width: calc(75 * ((100vw / 750)));
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .p-photo__exampleTitle:before {
    height: calc(75 * ((100vw / 750)));
  }
}
.p-photo__exampleText {
  font-size: calc(40 * ((100vw / 1800)));
  line-height: 1.5;
  margin-top: calc(15 * ((100vw / 1800)));
  text-align: justify;
  font-weight: 600;
}
@media screen and (min-width: 1800px) {
  .p-photo__exampleText {
    font-size: 40px;
  }
}
@media screen and (min-width: 1800px) {
  .p-photo__exampleText {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px ) {
  .p-photo__exampleText {
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .p-photo__exampleText {
    font-size: calc(28 * ((100vw / 750)));
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .p-photo__exampleText {
    margin-top: calc(10 * ((100vw / 750)));
  }
}
.p-photo__exampleList {
  font-size: calc(40 * ((100vw / 1800)));
  line-height: 1.5;
  letter-spacing: -0.02em;
  margin-top: calc(15 * ((100vw / 1800)));
  padding-left: 0.8em;
}
@media screen and (min-width: 1800px) {
  .p-photo__exampleList {
    font-size: 40px;
  }
}
@media screen and (min-width: 1800px) {
  .p-photo__exampleList {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px ) {
  .p-photo__exampleList {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .p-photo__exampleList {
    font-size: calc(32 * ((100vw / 750)));
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .p-photo__exampleList {
    margin-top: calc(10 * ((100vw / 750)));
  }
}
.p-photo__exampleList li {
  position: relative;
  padding-left: 1em;
  color: #000000;
  font-weight: 500;
}
.p-photo__exampleList li:before {
  display: block;
  width: 0.9em;
  height: 0.9em;
  background-color: #000000;
  content: "";
  display: inline;
  position: absolute;
  left: 0;
  top: 0.3em;
}
@media screen and (max-width: 767px ) {
  .p-photo__exampleList li:before {
    width: 0.8em;
    height: 0.8em;
    top: 0.4em;
  }
}

/* #reason
----------------------------------------------------------------- */
.p-reason {
  counter-reset: number 0;
  margin-top: calc(100 * ((100vw / 1800)));
  margin-inline: auto;
}
@media screen and (min-width: 1800px) {
  .p-reason {
    margin-top: 100px;
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .p-reason {
    width: calc(665 * ((100vw / 750)));
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .p-reason {
    margin-top: calc(50 * ((100vw / 750)));
  }
}
.p-reason__title {
  width: 100%;
  height: auto;
}
.p-reason__main {
  width: 100%;
  height: auto;
  position: relative;
  padding-bottom: calc(50 * ((100vw / 1800)));
}
@media screen and (min-width: 1800px) {
  .p-reason__main {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .p-reason__main {
    padding-bottom: calc(30 * ((100vw / 750)));
  }
}
.p-reason__mainBg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.p-reason__mainBg img,
.p-reason__mainBg picture {
  height: 100%;
}
.p-reason__mainInner {
  position: relative;
  z-index: 1;
  padding-top: calc(50 * ((100vw / 1800)));
}
@media screen and (min-width: 1800px) {
  .p-reason__mainInner {
    padding-top: 50px;
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .p-reason__mainInner {
    padding-top: calc(30 * ((100vw / 750)));
  }
}
.p-reason__text {
  text-align: center;
  font-size: calc(40 * ((100vw / 1800)));
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (min-width: 1800px) {
  .p-reason__text {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .p-reason__text {
    font-size: calc(30 * ((100vw / 750)));
  }
}
.p-reason__list {
  width: 100%;
  box-sizing: border-box;
  margin-top: calc(45 * ((100vw / 1800)));
}
@media screen and (min-width: 1800px) {
  .p-reason__list {
    margin-top: 45px;
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .p-reason__list {
    margin-top: calc(25 * ((100vw / 750)));
  }
}
.p-reason__list:first-of-type {
  margin-top: calc(50 * ((100vw / 1800)));
}
@media screen and (min-width: 1800px) {
  .p-reason__list:first-of-type {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .p-reason__list:first-of-type {
    margin-top: calc(20 * ((100vw / 750)));
  }
}
.p-reason__listTitle {
  margin-left: 0;
  font-size: calc(46 * ((100vw / 1800)));
  line-height: 1.3;
  font-weight: 700;
  display: flex;
  color: #846131;
  padding-left: calc(50 * ((100vw / 1800)));
  -moz-column-gap: calc(5 * ((100vw / 1800)));
       column-gap: calc(5 * ((100vw / 1800)));
}
@media screen and (min-width: 1800px) {
  .p-reason__listTitle {
    font-size: 46px;
  }
}
@media screen and (min-width: 1800px) {
  .p-reason__listTitle {
    padding-left: 50px;
  }
}
@media screen and (min-width: 1800px) {
  .p-reason__listTitle {
    -moz-column-gap: 5px;
         column-gap: 5px;
  }
}
.p-reason__listTitle:before {
  counter-increment: number 1;
  content: counter(number) ".";
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .p-reason__listTitle {
    padding-left: calc(25 * ((100vw / 750)));
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .p-reason__listTitle {
    font-size: calc(30 * ((100vw / 750)));
  }
}
@media screen and (max-width: 767px ) {
  .p-reason__listTitle--condensed {
    letter-spacing: -0.04em;
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .p-reason__listTitle--condensed {
    font-size: calc(30 * ((100vw / 750)));
  }
}
.p-reason__listDescription {
  font-size: calc(23 * ((100vw / 1800)));
  line-height: 1.5;
  padding-left: calc(105 * ((100vw / 1800)));
  margin-top: calc(20 * ((100vw / 1800)));
  font-weight: 500;
}
@media screen and (min-width: 1800px) {
  .p-reason__listDescription {
    font-size: 23px;
  }
}
@media screen and (min-width: 1800px) {
  .p-reason__listDescription {
    padding-left: 105px;
  }
}
@media screen and (min-width: 1800px) {
  .p-reason__listDescription {
    margin-top: 20px;
  }
}
.p-reason__listDescription a {
  display: inline-block;
  color: #2f8acf;
  text-decoration: underline;
}
.p-reason__listDescription a:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px ) {
  .p-reason__listDescription {
    line-height: 1.4;
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .p-reason__listDescription {
    font-size: calc(22 * ((100vw / 750)));
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .p-reason__listDescription {
    padding-left: calc(45 * ((100vw / 750)));
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .p-reason__listDescription {
    padding-right: calc(20 * ((100vw / 750)));
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .p-reason__listDescription {
    margin-top: calc(10 * ((100vw / 750)));
  }
}

/* #cancel
----------------------------------------------------------------- */
.p-cancel {
  margin-top: calc(100 * ((100vw / 1800)));
  margin-inline: auto;
}
@media screen and (min-width: 1800px) {
  .p-cancel {
    margin-top: 100px;
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .p-cancel {
    margin-top: calc(50 * ((100vw / 750)));
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .p-cancel {
    width: calc(665 * ((100vw / 750)));
  }
}
.p-cancel__title {
  width: 100%;
  height: auto;
}
.p-cancel__main {
  width: 100%;
  height: auto;
  position: relative;
  padding-bottom: calc(50 * ((100vw / 1800)));
}
@media screen and (min-width: 1800px) {
  .p-cancel__main {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .p-cancel__main {
    padding-bottom: calc(30 * ((100vw / 750)));
  }
}
.p-cancel__mainInner {
  position: relative;
  z-index: 1;
  padding-top: calc(30 * ((100vw / 1800)));
  padding-inline: calc(80 * ((100vw / 1800)));
}
@media screen and (min-width: 1800px) {
  .p-cancel__mainInner {
    padding-top: 30px;
  }
}
@media screen and (min-width: 1800px) {
  .p-cancel__mainInner {
    padding-inline: 80px;
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .p-cancel__mainInner {
    padding-top: calc(10 * ((100vw / 750)));
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .p-cancel__mainInner {
    padding-inline: calc(40 * ((100vw / 750)));
  }
}
.p-cancel__text {
  font-size: calc(32 * ((100vw / 1800)));
  line-height: 1.5;
}
@media screen and (min-width: 1800px) {
  .p-cancel__text {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px ) {
  .p-cancel__text {
    text-align: justify;
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .p-cancel__text {
    font-size: calc(31 * ((100vw / 750)));
  }
}
.p-cancel__list li {
  position: relative;
  text-indent: 1em;
  font-size: calc(32 * ((100vw / 1800)));
  line-height: 1.5;
}
@media screen and (min-width: 1800px) {
  .p-cancel__list li {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px ) {
  .p-cancel__list li {
    text-align: justify;
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .p-cancel__list li {
    font-size: calc(31 * ((100vw / 750)));
  }
}
.p-cancel__list li:before {
  display: block;
  width: 0.9em;
  height: 0.9em;
  background-color: #000000;
  content: "";
  display: inline;
  position: absolute;
  left: 0;
  top: 0.3em;
}
@media screen and (max-width: 767px ) {
  .p-cancel__list li:before {
    width: 0.8em;
    height: 0.8em;
    top: 0.4em;
  }
}

/* #qa
----------------------------------------------------------------- */
.p-qa {
  margin-top: calc(100 * ((100vw / 1800)));
  width: calc(1410 * ((100vw / 1800)));
  margin-inline: auto;
}
@media screen and (min-width: 1800px) {
  .p-qa {
    margin-top: 100px;
  }
}
@media screen and (min-width: 1800px) {
  .p-qa {
    width: 1410px;
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .p-qa {
    margin-top: calc(50 * ((100vw / 750)));
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .p-qa {
    width: calc(665 * ((100vw / 750)));
  }
}
.p-qa__title {
  width: 100%;
  height: auto;
}
.p-qa__main {
  width: 100%;
  background: #ffffff;
}
.p-qa__list {
  width: 100%;
  border-bottom: 3px solid #e2e1e1;
}
@media screen and (max-width: 767px ) {
  .p-qa__list {
    width: 100%;
    border-bottom: 2px solid #e2e1e1;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-qa__list:last-of-type {
  border-bottom: 0 solid #e2e1e1;
}
.p-qa__list:last-of-type .p-qa__answerInner {
  padding-bottom: calc(50 * ((100vw / 1800)));
}
@media screen and (min-width: 1800px) {
  .p-qa__list:last-of-type .p-qa__answerInner {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .p-qa__list:last-of-type .p-qa__answerInner {
    padding-bottom: calc(50 * ((100vw / 750)));
  }
}
.p-qa__question {
  cursor: pointer;
  padding-block: calc(20 * ((100vw / 1800)));
  padding-inline: calc(60 * ((100vw / 1800)));
  box-sizing: border-box;
  position: relative;
}
@media screen and (min-width: 1800px) {
  .p-qa__question {
    padding-block: 20px;
  }
}
@media screen and (min-width: 1800px) {
  .p-qa__question {
    padding-inline: 60px;
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .p-qa__question {
    padding-block: calc(15 * ((100vw / 750)));
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .p-qa__question {
    padding-inline: calc(30 * ((100vw / 750)));
  }
}
.p-qa__question:after {
  content: "";
  width: calc(30 * ((100vw / 1800)));
  height: calc(30 * ((100vw / 1800)));
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/_var/lp/unilever/crystal25_2/images/qa_plus.png);
  position: absolute;
  right: calc(50 * ((100vw / 1800)));
  top: calc(68 * ((100vw / 1800)));
}
@media screen and (min-width: 1800px) {
  .p-qa__question:after {
    width: 30px;
  }
}
@media screen and (min-width: 1800px) {
  .p-qa__question:after {
    height: 30px;
  }
}
@media screen and (min-width: 1800px) {
  .p-qa__question:after {
    right: 50px;
  }
}
@media screen and (min-width: 1800px) {
  .p-qa__question:after {
    top: 68px;
  }
}
@media screen and (max-width: 767px ) {
  .p-qa__question:after {
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .p-qa__question:after {
    width: calc(18 * ((100vw / 750)));
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .p-qa__question:after {
    height: calc(18 * ((100vw / 750)));
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .p-qa__question:after {
    right: calc(20 * ((100vw / 750)));
  }
}
.p-qa__question.is-open:after {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/_var/lp/unilever/crystal25_2/images/qa_minus.png);
}
.p-qa__questionInner {
  width: 100%;
  display: flex;
  align-items: center;
  -moz-column-gap: calc(35 * ((100vw / 1800)));
       column-gap: calc(35 * ((100vw / 1800)));
}
@media screen and (min-width: 1800px) {
  .p-qa__questionInner {
    -moz-column-gap: 35px;
         column-gap: 35px;
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .p-qa__questionInner {
    -moz-column-gap: calc(20 * ((100vw / 750)));
         column-gap: calc(20 * ((100vw / 750)));
  }
}
.p-qa__questionInner:before {
  content: "";
  display: block;
  width: calc(112 * ((100vw / 1800)));
  height: calc(112 * ((100vw / 1800)));
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/_var/lp/unilever/crystal25_2/images/qa_question.png);
  background-size: contain;
  flex-shrink: 0;
}
@media screen and (min-width: 1800px) {
  .p-qa__questionInner:before {
    width: 112px;
  }
}
@media screen and (min-width: 1800px) {
  .p-qa__questionInner:before {
    height: 112px;
  }
}
@media screen and (max-width: 767px ) {
  .p-qa__questionInner:before {
    background-size: contain;
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .p-qa__questionInner:before {
    width: calc(52 * ((100vw / 750)));
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .p-qa__questionInner:before {
    height: calc(52 * ((100vw / 750)));
  }
}
.p-qa__questionContent {
  width: 100%;
  font-size: calc(50 * ((100vw / 1800)));
  line-height: 1.2;
  font-weight: 700;
  color: #000000;
}
@media screen and (min-width: 1800px) {
  .p-qa__questionContent {
    font-size: 50px;
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .p-qa__questionContent {
    font-size: calc(30 * ((100vw / 750)));
  }
}
.p-qa__questionContent--condensed {
  letter-spacing: -0.06em;
}
.p-qa__questionContent .long {
  font-size: calc(49 * ((100vw / 1800)));
  transform-origin: left;
  display: inline-block;
  white-space: nowrap;
}
@media screen and (min-width: 1800px) {
  .p-qa__questionContent .long {
    font-size: 49px;
  }
}
.p-qa__questionContent .long--80 {
  transform: scaleX(0.8);
}
.p-qa__questionContent .long--90 {
  transform: scaleX(0.9);
}
@media screen and (max-width: 767px ) {
  .p-qa__questionContent .long {
    white-space: normal;
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .p-qa__questionContent .long {
    font-size: calc(30 * ((100vw / 750)));
  }
}
@media screen and (max-width: 767px ) {
  .p-qa__questionContent .long--80 {
    transform: scaleX(1);
  }
}
@media screen and (max-width: 767px ) {
  .p-qa__questionContent .long--90 {
    transform: scaleX(1);
  }
}
.p-qa__answer {
  box-sizing: border-box;
  width: 100%;
  background-color: #e2e1e1;
  overflow: hidden;
  transition: height 0.8s;
}
.p-qa__answer p {
  font-size: calc(33 * ((100vw / 1800)));
  line-height: 1.4545454545;
  font-weight: 500;
  text-align: justify;
  word-break: break-all;
}
@media screen and (min-width: 1800px) {
  .p-qa__answer p {
    font-size: 33px;
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .p-qa__answer p {
    font-size: calc(30 * ((100vw / 750)));
  }
}
@media screen and (max-width: 767px ) {
  .p-qa__answer p.splarge {
    font-size: 3rem;
  }
}
.p-qa__answer p small {
  font-size: calc(25 * ((100vw / 1800)));
  line-height: 1.28;
  font-weight: 500;
  display: block;
}
@media screen and (min-width: 1800px) {
  .p-qa__answer p small {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .p-qa__answer p small {
    font-size: calc(22 * ((100vw / 750)));
  }
}
.p-qa__answer p.caption {
  font-size: calc(20 * ((100vw / 1800)));
  text-align: center;
}
@media screen and (min-width: 1800px) {
  .p-qa__answer p.caption {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px ) {
  .p-qa__answer p.caption {
    white-space: nowrap;
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .p-qa__answer p.caption {
    font-size: calc(20 * ((100vw / 750)));
  }
}
.p-qa__answer p .red {
  color: #e50012;
  font-weight: 700;
}
.p-qa__answer p strong {
  color: #e50012;
  font-weight: 700;
}
.p-qa__answer p .large {
  font-size: calc(40 * ((100vw / 1800)));
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (min-width: 1800px) {
  .p-qa__answer p .large {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px ) {
  .p-qa__answer p .large {
    letter-spacing: -0.02em;
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .p-qa__answer p .large {
    font-size: calc(34 * ((100vw / 750)));
  }
}
@media screen and (max-width: 767px ) {
  .p-qa__answer p .condensed {
    letter-spacing: -0.02em;
  }
}
.p-qa__answer p.nowrap {
  white-space: nowrap;
}
@media screen and (max-width: 767px ) {
  .p-qa__answer p.nowrap {
    white-space: normal;
  }
}
.p-qa__answer a {
  display: inline-block;
  color: #2f8acf;
  text-decoration: underline;
}
.p-qa__answer a:hover {
  text-decoration: none;
}
.p-qa__answerInner {
  width: 100%;
  padding-block: calc(20 * ((100vw / 1800)));
  padding-inline: calc(60 * ((100vw / 1800)));
  display: flex;
  align-items: flex-start;
  -moz-column-gap: calc(35 * ((100vw / 1800)));
       column-gap: calc(35 * ((100vw / 1800)));
}
@media screen and (min-width: 1800px) {
  .p-qa__answerInner {
    padding-block: 20px;
  }
}
@media screen and (min-width: 1800px) {
  .p-qa__answerInner {
    padding-inline: 60px;
  }
}
@media screen and (min-width: 1800px) {
  .p-qa__answerInner {
    -moz-column-gap: 35px;
         column-gap: 35px;
  }
}
.p-qa__answerInner--center {
  align-items: center;
}
.p-qa__answerInner--center .p-qa__answerContent {
  padding-top: 0;
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .p-qa__answerInner {
    padding-block: calc(20 * ((100vw / 750)));
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .p-qa__answerInner {
    padding-inline: calc(30 * ((100vw / 750)));
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .p-qa__answerInner {
    -moz-column-gap: calc(20 * ((100vw / 750)));
         column-gap: calc(20 * ((100vw / 750)));
  }
}
.p-qa__answerInner:before {
  content: "";
  display: block;
  width: calc(112 * ((100vw / 1800)));
  height: calc(112 * ((100vw / 1800)));
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/_var/lp/unilever/crystal25_2/images/qa_answer.png);
  background-size: contain;
  flex-shrink: 0;
}
@media screen and (min-width: 1800px) {
  .p-qa__answerInner:before {
    width: 112px;
  }
}
@media screen and (min-width: 1800px) {
  .p-qa__answerInner:before {
    height: 112px;
  }
}
@media screen and (max-width: 767px ) {
  .p-qa__answerInner:before {
    background-size: contain;
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .p-qa__answerInner:before {
    width: calc(52 * ((100vw / 750)));
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .p-qa__answerInner:before {
    height: calc(52 * ((100vw / 750)));
  }
}
.p-qa__answerContent {
  width: 100%;
  padding-top: calc(20 * ((100vw / 1800)));
}
@media screen and (min-width: 1800px) {
  .p-qa__answerContent {
    padding-top: 20px;
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .p-qa__answerContent {
    padding-top: calc(5 * ((100vw / 750)));
  }
}
.p-qa__answerContent--full {
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 767px ) {
  .p-qa__answerContent--full {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}
.p-qa__button {
  width: calc(1044 * ((100vw / 1800)));
  margin-top: calc(20 * ((100vw / 1800)));
  height: -moz-fit-content;
  height: fit-content;
  margin-inline: auto;
  position: relative;
  left: calc(-40 * ((100vw / 1800)));
}
@media screen and (min-width: 1800px) {
  .p-qa__button {
    width: 1044px;
  }
}
@media screen and (min-width: 1800px) {
  .p-qa__button {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1800px) {
  .p-qa__button {
    left: -40px;
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .p-qa__button {
    width: calc(468 * ((100vw / 750)));
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .p-qa__button {
    margin-top: calc(20 * ((100vw / 750)));
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .p-qa__button {
    left: calc(0 * ((100vw / 750)));
  }
}

/* #terms
----------------------------------------------------------------- */
.p-terms {
  margin-top: calc(100 * ((100vw / 1800)));
  width: calc(1410 * ((100vw / 1800)));
  margin-inline: auto;
}
@media screen and (min-width: 1800px) {
  .p-terms {
    margin-top: 100px;
  }
}
@media screen and (min-width: 1800px) {
  .p-terms {
    width: 1410px;
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .p-terms {
    margin-top: calc(50 * ((100vw / 750)));
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .p-terms {
    width: calc(665 * ((100vw / 750)));
  }
}
.p-terms__main {
  width: 100%;
}
.p-terms__mainInner {
  width: 100%;
  background: #ffffff;
  padding-block: calc(50 * ((100vw / 1800)));
  padding-inline: calc(90 * ((100vw / 1800)));
  border-radius: calc(27 * ((100vw / 1800)));
}
@media screen and (min-width: 1800px) {
  .p-terms__mainInner {
    padding-block: 50px;
  }
}
@media screen and (min-width: 1800px) {
  .p-terms__mainInner {
    padding-inline: 90px;
  }
}
@media screen and (min-width: 1800px) {
  .p-terms__mainInner {
    border-radius: 27px;
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .p-terms__mainInner {
    padding-block: calc(40 * ((100vw / 750)));
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .p-terms__mainInner {
    padding-inline: calc(40 * ((100vw / 750)));
  }
}
.p-terms__dl {
  margin-top: calc(60 * ((100vw / 1800)));
}
@media screen and (min-width: 1800px) {
  .p-terms__dl {
    margin-top: 60px;
  }
}
.p-terms__dl:first-of-type {
  margin-top: 0;
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .p-terms__dl {
    margin-top: calc(40 * ((100vw / 750)));
  }
}
.p-terms__dt {
  font-size: calc(32 * ((100vw / 1800)));
  line-height: 1.5;
  font-weight: 700;
  -moz-column-gap: calc(20 * ((100vw / 1800)));
       column-gap: calc(20 * ((100vw / 1800)));
  display: flex;
  align-items: center;
  white-space: nowrap;
}
@media screen and (min-width: 1800px) {
  .p-terms__dt {
    font-size: 32px;
  }
}
@media screen and (min-width: 1800px) {
  .p-terms__dt {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .p-terms__dt {
    font-size: calc(32 * ((100vw / 750)));
  }
}
@media screen and (max-width: 767px ) {
  .p-terms__dt:after {
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    background: #000000;
  }
}
.p-terms__dd {
  font-size: calc(26 * ((100vw / 1800)));
  line-height: 1.6;
  font-weight: 500;
  margin-top: calc(1 * ((100vw / 1800)));
}
@media screen and (min-width: 1800px) {
  .p-terms__dd {
    font-size: 26px;
  }
}
@media screen and (min-width: 1800px) {
  .p-terms__dd {
    margin-top: 1px;
  }
}
.p-terms__dd bold {
  font-weight: 700;
}
.p-terms__dd strong {
  font-weight: 700;
  color: #e50012;
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .p-terms__dd {
    font-size: calc(26 * ((100vw / 750)));
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .p-terms__dd {
    margin-top: calc(10 * ((100vw / 750)));
  }
}
.p-terms__dd a {
  display: block;
  color: #2f8acf;
  text-decoration: underline;
}
.p-terms__dd a:hover {
  text-decoration: none;
}
.p-terms__item {
  position: relative;
  padding-left: 1em;
}
.p-terms__item:before {
  display: block;
  width: 0.9em;
  height: 0.9em;
  background-color: #000000;
  content: "";
  display: inline;
  position: absolute;
  left: 0;
  top: 0.4em;
}
@media screen and (max-width: 767px ) {
  .p-terms__item:before {
    width: 0.8em;
    height: 0.8em;
    top: 0.4em;
  }
}
.p-terms__item--red {
  color: #e50012;
}
.p-terms__item--red:before {
  background-color: #e50012;
}
.p-terms__item--red .black {
  color: #000000;
}
.p-terms__item .bold {
  font-weight: 700;
}
.p-terms__button {
  width: calc(1044 * ((100vw / 1800)));
  margin-block: calc(30 * ((100vw / 1800)));
  height: -moz-fit-content;
  height: fit-content;
  margin-inline: auto;
}
@media screen and (min-width: 1800px) {
  .p-terms__button {
    width: 1044px;
  }
}
@media screen and (min-width: 1800px) {
  .p-terms__button {
    margin-block: 30px;
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .p-terms__button {
    width: calc(468 * ((100vw / 750)));
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .p-terms__button {
    margin-block: calc(20 * ((100vw / 750)));
  }
}

/* #bottom
----------------------------------------------------------------- */
.p-bottom {
  padding-block: calc(120 * ((100vw / 1800)));
}
@media screen and (min-width: 1800px) {
  .p-bottom {
    padding-block: 120px;
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .p-bottom {
    padding-block: calc(60 * ((100vw / 750)));
  }
}
.p-bottom__submit {
  width: calc(1200 * ((100vw / 1800)));
  margin: 0 auto;
}
@media screen and (min-width: 1800px) {
  .p-bottom__submit {
    width: 1200px;
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .p-bottom__submit {
    width: calc(610 * ((100vw / 750)));
  }
}

/* #sticky
----------------------------------------------------------------- */
.p-sticky__submit {
  width: calc(921 * ((100vw / 1800)));
  position: fixed;
  left: 0;
  right: 0;
  margin-inline: auto;
  bottom: calc(80 * ((100vw / 1800)));
  z-index: 100;
}
@media screen and (min-width: 1800px) {
  .p-sticky__submit {
    width: 921px;
  }
}
@media screen and (min-width: 1800px) {
  .p-sticky__submit {
    bottom: 80px;
  }
}
@media screen and (max-width: 767px ) {
  .p-sticky__submit {
    right: auto;
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .p-sticky__submit {
    bottom: calc(30 * ((100vw / 750)));
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .p-sticky__submit {
    left: calc(30 * ((100vw / 750)));
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .p-sticky__submit {
    width: calc(550 * ((100vw / 750)));
  }
}
.p-sticky__gotop {
  width: calc(164 * ((100vw / 1800)));
  position: fixed;
  bottom: calc(80 * ((100vw / 1800)));
  right: calc(80 * ((100vw / 1800)));
  z-index: 100;
}
@media screen and (min-width: 1800px) {
  .p-sticky__gotop {
    width: 164px;
  }
}
@media screen and (min-width: 1800px) {
  .p-sticky__gotop {
    bottom: 80px;
  }
}
@media screen and (min-width: 1800px) {
  .p-sticky__gotop {
    right: 80px;
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .p-sticky__gotop {
    bottom: calc(30 * ((100vw / 750)));
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .p-sticky__gotop {
    right: calc(30 * ((100vw / 750)));
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px) {
  .p-sticky__gotop {
    width: calc(100 * ((100vw / 750)));
  }
}

/* #pcsp
----------------------------------------------------------------- */
@media screen and (min-width: 768px) {
  .u-pcNone {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .u-spNone {
    display: none !important;
  }
}
/* ==========================================================================
 #Layout
========================================================================== */
/* ==========================================================================
 #Component
========================================================================== */
/* ==========================================================================
 #Project
========================================================================== */
/* ==========================================================================
 #Utility
========================================================================== */
/*# sourceMappingURL=maps/style.css.map */
