@charset "UTF-8";
* {
  list-style: none;
  margin: 0;
  padding: 0;
  text-decoration: none;
}

html {
  height: 100%;
  width: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(4vw, 30px);
  font-weight: 400;
  line-height: 1.8;
  width: 100%;
  height: 100%;
  color: #000;
  background-color: #fff;
  letter-spacing: 0.025em;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  position: relative;
}
@media (min-width: 750px) {
  body {
    font-size: min(2.4vw, 18px);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0.5))), url("/_var/lp/unilever/lux_crystal-conan_instore25/images/bg_desktop.png") no-repeat;
    background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.5)), url("/_var/lp/unilever/lux_crystal-conan_instore25/images/bg_desktop.png") no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
  }
}

main {
  overflow: hidden;
  background-color: #fff;
}

.contents {
  position: relative;
  z-index: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#4f64ae), color-stop(43%, #5987b9), to(#6ac5cd));
  background-image: linear-gradient(90deg, #4f64ae, #5987b9 43%, #6ac5cd);
  padding: 50px 4vw 50px;
}
@media (min-width: 750px) {
  .contents {
    padding: 130px 30px 50px;
  }
}
.contents .content_wrap {
  background-color: #fff;
  border-radius: 20px;
}

.gradient-border {
  padding: 2px;
  background-image: -webkit-gradient(linear, left top, right top, from(#4f64ae), color-stop(43%, #5987b9), to(#6ac5cd));
  background-image: linear-gradient(90deg, #4f64ae, #5987b9 43%, #6ac5cd);
  border-radius: 22px;
  margin-bottom: 50px;
}
.gradient-border:last-child {
  margin-bottom: 0;
}

.jp {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
}

.en {
  font-family: "Roboto Serif", serif;
  font-weight: 400;
}

.txt_r {
  color: #ff0000;
}

.txt_right {
  text-align: right;
}

.pcwrap {
  z-index: 999;
  position: relative;
}
@media (min-width: 750px) {
  .pcwrap {
    max-width: 500px;
    margin: auto;
    -webkit-box-shadow: 0px 0px 58px 25px rgba(53, 81, 162, 0.3);
            box-shadow: 0px 0px 58px 25px rgba(53, 81, 162, 0.3);
  }
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

a {
  text-decoration: underline;
  color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover {
  opacity: 0.5;
}

.note {
  font-size: min(3.2vw, 24px);
}
@media (min-width: 750px) {
  .note {
    font-size: 15px;
  }
}

.content_wrap {
  padding: 20px 4vw 30px;
  position: relative;
  z-index: 1;
}
@media (min-width: 750px) {
  .content_wrap {
    padding: 30px 20px;
  }
}

hgroup.ttl {
  text-align: center;
  margin-bottom: 3vw;
  position: relative;
}
@media (min-width: 750px) {
  hgroup.ttl {
    margin-bottom: 20px;
  }
}
hgroup.ttl::before, hgroup.ttl::after {
  content: "";
  display: block;
}
hgroup.ttl::before {
  background: url("/_var/lp/unilever/lux_crystal-conan_instore25/images/bg_title.png");
  background-size: cover;
  background-position: center;
  width: calc(100% + 8vw);
  height: 27vw;
  margin-left: -4vw;
}
@media (min-width: 750px) {
  hgroup.ttl::before {
    width: calc(100% + 40px);
    height: 160px;
    margin-left: -20px;
  }
}
hgroup.ttl::after {
  background: url("/_var/lp/unilever/lux_crystal-conan_instore25/images/img_tape.png");
  background-size: cover;
  background-position: center;
  width: calc(100% + 10vw);
  height: 8vw;
  position: absolute;
  top: 5vw;
  left: -5vw;
}
@media (min-width: 750px) {
  hgroup.ttl::after {
    width: calc(100% + 60px);
    height: 50px;
    position: absolute;
    top: 20px;
    left: -30px;
  }
}
hgroup.ttl h2 {
  position: relative;
  display: block;
  margin-top: -9vw;
}
@media (min-width: 750px) {
  hgroup.ttl h2 {
    margin-top: -50px;
  }
}

ul.dot {
  margin-bottom: 1em;
}
ul.dot:last-child {
  margin-bottom: 0;
}
ul.dot > li {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 0.3em;
}
ul.dot > li:last-child {
  margin-bottom: 0;
}
ul.dot > li::before {
  content: "・";
  margin-right: 0.5em;
}

.page_top_btn {
  position: fixed;
  bottom: 5vw;
  right: 5vw;
  width: min(16vw, 120px);
  height: min(17.0666666667vw, 128px);
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
}
.page_top_btn.active {
  opacity: 1;
  visibility: visible;
}
.page_top_btn.absolute {
  position: absolute;
  top: -70px;
  bottom: auto;
}
.page_top_btn img {
  width: 100%;
}
@media (min-width: 750px) {
  .page_top_btn {
    width: 100px;
    height: 100px;
    right: calc((100% - 500px - 250px) / 2);
    bottom: 10px;
  }
  .page_top_btn.absolute {
    top: -110px;
  }
}

.contents_datail {
  background-color: #000;
  padding: 20px 4vw 30vw;
}
.contents_datail .content_wrap {
  background-color: #fff;
}
.contents_datail hgroup.ttl {
  background: linear-gradient(120deg, rgb(230, 0, 57) 0%, rgb(166, 0, 41) 100%);
  margin-bottom: 0;
  border-radius: 20px 20px 0 0;
}
.contents_datail hgroup.ttl h2 {
  font-size: min(7.3333333333vw, 55px);
  position: relative;
  display: block;
  color: #fff;
  padding-top: 30px;
  padding-bottom: 23vw;
  background: -webkit-gradient(linear, left top, right top, from(rgb(223, 207, 173)), color-stop(50%, rgb(243, 238, 227)), to(rgb(223, 207, 173)));
  background: linear-gradient(90deg, rgb(223, 207, 173) 0%, rgb(243, 238, 227) 50%, rgb(223, 207, 173) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 750px) {
  .contents_datail hgroup.ttl h2 {
    font-size: min(4.8vw, 36px);
  }
}
.contents_datail .mask_wrap_title {
  position: relative;
}
.contents_datail .mask_wrap_title img {
  position: absolute;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  width: 100%;
  height: 20vw;
  top: -16vw;
  left: 0;
}
.contents_datail .mask_wrap_title .mask_inner {
  height: 34vw;
  -webkit-mask-image: url("/_var/lp/unilever/lux_crystal-conan_instore25/images/mask_bg_contents.svg");
  mask-image: url("/_var/lp/unilever/lux_crystal-conan_instore25/images/mask_bg_contents.svg");
  background: #fff;
  top: -16vw;
}

#top {
  position: relative;
  z-index: 1;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(79, 100, 174, 0.8)), color-stop(43%, rgba(89, 135, 185, 0.8)), to(rgba(106, 197, 205, 0.8)));
  background-image: linear-gradient(90deg, rgba(79, 100, 174, 0.8), rgba(89, 135, 185, 0.8) 43%, rgba(106, 197, 205, 0.8));
}
#top .top_read {
  padding: 20px 4vw;
}
@media (min-width: 750px) {
  #top .top_read {
    padding: 20px 30px;
  }
}
#top .top_read ul {
  margin-top: 10px;
  color: #fff;
}

#info {
  position: relative;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(79, 100, 174, 0.8)), color-stop(43%, rgba(89, 135, 185, 0.8)), to(rgba(106, 197, 205, 0.8)));
  background-image: linear-gradient(90deg, rgba(79, 100, 174, 0.8), rgba(89, 135, 185, 0.8) 43%, rgba(106, 197, 205, 0.8));
}
#info .content_wrap {
  padding: 20px 4vw;
}
@media (min-width: 750px) {
  #info .content_wrap {
    padding: 20px 30px;
  }
}
#info .content_wrap::after {
  display: none;
}
#info .apply ul {
  text-align: center;
}
#info .apply ul li {
  margin-bottom: 30px;
}
@media (min-width: 750px) {
  #info .apply ul li {
    margin-bottom: 60px;
  }
}
#info .apply ul li h2 {
  margin-bottom: 10px;
  display: inline-block;
}
#info .apply ul li dl dt {
  background-color: #FFE55F;
  color: #000;
  display: inline-block;
  line-height: 1;
  font-weight: 600;
  padding: 3px 5px;
  margin-bottom: 5px;
}
#info .apply ul li .apply_period div {
  margin-bottom: 20px;
}
#info .apply ul li .apply_period div dd {
  font-size: min(4vw, 30px);
}
@media (min-width: 750px) {
  #info .apply ul li .apply_period div dd {
    font-size: min(2.6666666667vw, 20px);
  }
}
#info .apply ul li .apply_period div dd .em {
  font-size: min(5.8666666667vw, 44px);
}
@media (min-width: 750px) {
  #info .apply ul li .apply_period div dd .em {
    font-size: min(4.2666666667vw, 32px);
  }
}
#info .apply ul li p {
  text-align: left;
}
#info .apply ul li p span {
  font-weight: 700;
}
#info .apply ul .attention {
  color: #fff;
}
#info .prizes_wrap ol > li {
  background: #fff;
  border-radius: 20px;
  padding: 30px 3vw 20px;
  margin-bottom: 20px;
  position: relative;
}
@media (min-width: 750px) {
  #info .prizes_wrap ol > li {
    padding: 30px 20px 20px;
  }
}
#info .prizes_wrap ol > li:last-child {
  margin-bottom: 10px;
}
#info .prizes_wrap ol > li h3 {
  width: 85%;
  margin: auto;
}
#info .prizes_wrap ol > li .txt_blue {
  font-weight: 700;
  color: #3551A2 !important;
  margin-top: 5px;
}
#info .prizes_wrap ol > li .img_prize img {
  margin: 20px auto 10px;
}
#info .prizes_wrap ol > li .img_prize .prize_01 {
  width: 60%;
}
#info .prizes_wrap ol > li .img_prize .prize_02 {
  width: 70%;
}
#info .prizes_wrap ol > li .img_prize .prize_03 {
  width: 90%;
}
#info .prizes_wrap ol > li .img_prize p {
  font-size: min(3.2vw, 24px);
  text-align: right;
}
@media (min-width: 750px) {
  #info .prizes_wrap ol > li .img_prize p {
    font-size: min(1.6vw, 12px);
  }
}
#info .prizes_wrap ol > li .prize_info {
  margin-top: 10px;
  margin-right: -1vw;
}
@media (min-width: 750px) {
  #info .prizes_wrap ol > li .prize_info {
    margin-right: -10px;
  }
}
#info .prizes_wrap ol > li .prize_info .application {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 3px;
  margin-bottom: 10px;
}
#info .prizes_wrap ol > li .prize_info .application img {
  width: 62%;
}
@media (min-width: 750px) {
  #info .prizes_wrap ol > li .prize_info .application img {
    width: 65%;
  }
}
#info .prizes_wrap ol > li .prize_info .application p {
  line-height: 1;
}
#info .prizes_wrap ol > li .winning_text {
  position: relative;
  margin-top: 20px;
  margin-bottom: 10px;
}
#info .prizes_wrap ol > li .winning_text .mark {
  width: min(22vw, 165px);
  position: absolute;
  left: -5vw;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media (min-width: 750px) {
  #info .prizes_wrap ol > li .winning_text .mark {
    width: 100px;
    left: -35px;
  }
}
#info .prizes_wrap ol > li .winning_text p {
  font-size: min(3.7333333333vw, 28px);
  background-color: rgba(255, 229, 95, 0.2);
  padding: 10px 5px 10px 7vw;
  line-height: 1.3;
  margin-left: min(8vw, 60px);
  text-align: center;
}
@media (min-width: 750px) {
  #info .prizes_wrap ol > li .winning_text p {
    font-size: min(2.4vw, 18px);
    padding: 10px 5px 10px 50px;
    margin-left: 10px;
  }
}
#info .prizes_wrap ol > li .winning_text p .txt_red {
  color: #E60012;
}
#info .prizes_wrap ol > li .winning_text p .em {
  font-size: min(5.0666666667vw, 38px);
}
@media (min-width: 750px) {
  #info .prizes_wrap ol > li .winning_text p .em {
    font-size: min(3.7333333333vw, 28px);
  }
}
#info .prizes_wrap ol > li .winning_text p strong {
  font-size: min(8vw, 60px);
  color: #E60012;
}
@media (min-width: 750px) {
  #info .prizes_wrap ol > li .winning_text p strong {
    font-size: min(5.3333333333vw, 40px);
  }
}
#info .prizes_wrap ol > li .note {
  color: #000;
}
#info .prizes_wrap .note {
  text-align: left;
  color: #fff;
}
#info .prizes_wrap .note li {
  margin-bottom: 0;
}
#info .apply_wrap {
  margin-top: 30px;
}
#info #product-slide .product-img {
  position: absolute;
  top: -25vw;
  left: 0;
  right: 0;
  margin: auto;
}
@media (min-width: 750px) {
  #info #product-slide .product-img {
    top: -140px;
  }
}
#info #product-slide .product-img.product-img_01 {
  width: min(26.6666666667vw, 200px);
}
@media (min-width: 750px) {
  #info #product-slide .product-img.product-img_01 {
    width: min(20vw, 150px);
    top: -170px;
  }
}
#info #product-slide .product-img.product-img_02 {
  width: 95%;
}
#info #product-slide .product-block {
  background: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  margin: 30vw auto 20px;
  position: relative;
}
@media (min-width: 750px) {
  #info #product-slide .product-block {
    margin: 180px auto 20px;
  }
}
#info #product-slide .product-block:last-child {
  margin: 35vw auto 20px;
}
@media (min-width: 750px) {
  #info #product-slide .product-block:last-child {
    margin: 180px auto 20px;
  }
}
#info #product-slide .product-block .product-toggle {
  cursor: pointer;
  border-radius: 20px 20px 0 0;
  position: relative;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  padding: 40px 20px 20px;
}
#info #product-slide .product-block .product-toggle h3 {
  font-size: min(4.5333333333vw, 34px);
  font-weight: 900;
  color: #3551A2;
  line-height: 1.5;
  text-align: center;
}
@media (min-width: 750px) {
  #info #product-slide .product-block .product-toggle h3 {
    font-size: min(2.6666666667vw, 20px);
  }
}
#info #product-slide .product-block .product-toggle::before, #info #product-slide .product-block .product-toggle::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
#info #product-slide .product-block .product-toggle::before {
  background-color: #3551A2;
  width: 6vw;
  height: 6vw;
  border-radius: 50%;
  right: 2vw;
}
@media (min-width: 750px) {
  #info #product-slide .product-block .product-toggle::before {
    width: 30px;
    height: 30px;
    right: 10px;
  }
}
#info #product-slide .product-block .product-toggle:after {
  right: 4vw;
  top: -0.5vw;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 2vw;
  height: 2vw;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  background: transparent;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 750px) {
  #info #product-slide .product-block .product-toggle:after {
    right: 20px;
    top: -5px;
    width: 10px;
    height: 10px;
  }
}
#info #product-slide .product-block .product-toggle.active:after {
  top: 0.5vw;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
@media (min-width: 750px) {
  #info #product-slide .product-block .product-toggle.active:after {
    top: 5px;
  }
}
#info #product-slide .product-block .product-content {
  display: none;
  padding: 20px 4vw;
  background-color: rgba(255, 229, 95, 0.7);
  -webkit-animation: fadeIn 0.3s;
          animation: fadeIn 0.3s;
  border-radius: 0 0 20px 20px;
}
@media (min-width: 750px) {
  #info #product-slide .product-block .product-content {
    padding: 20px 25px;
  }
}
#info #product-slide .product-block .product-content ul {
  text-align: left;
}
#info #product-slide .product-block .product-content ul li {
  position: relative;
  font-weight: 700;
  padding-left: 1em;
  margin-bottom: 5px;
}
#info #product-slide .product-block .product-content ul li::before {
  content: "・";
  position: absolute;
  left: 0;
}
#info #product-slide .product-block .product-content ul li:last-child {
  margin-bottom: 0px;
}
#info #product-slide .product-block .point_up {
  position: relative;
  background-color: #fff;
  border: 2px solid #E60012;
  margin: 20px -4vw -20px;
  padding: 20px 4vw;
  border-radius: 0 0 20px 20px;
}
@media (min-width: 750px) {
  #info #product-slide .product-block .point_up {
    margin: 20px -25px -20px;
    padding: 20px 25px;
  }
}
#info #product-slide .product-block .point_up p {
  width: min(26.6666666667vw, 200px);
  position: absolute;
  right: 0.5vw;
  top: -17vw;
}
@media (min-width: 750px) {
  #info #product-slide .product-block .point_up p {
    width: 120px;
    right: 10px;
    top: -80px;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

#product {
  position: relative;
  margin-top: 32vw;
}
#product::before {
  content: "";
  background: url("/_var/lp/unilever/lux_crystal-conan_instore25/images/bg_sparkle.png") no-repeat;
  background-size: 120%;
  background-position: center top;
  display: block;
  width: calc(100% + 8vw);
  height: 100vw;
  position: absolute;
  top: -86vw;
  left: -4vw;
}
@media (min-width: 750px) {
  #product {
    margin-top: 120px;
  }
  #product::before {
    background-size: 140%;
    background-position: center top;
    width: calc(100% + 160px);
    height: 100%;
    top: -590px;
    left: -80px;
  }
}
#product .deco_item img {
  position: absolute;
  display: block;
  z-index: 1;
}
#product .deco_item .brand_01 {
  width: min(28.9333333333vw, 217px);
  height: min(24.2666666667vw, 182px);
  right: -4vw;
  top: 36vw;
}
#product .deco_item .brand_02 {
  width: min(20.6666666667vw, 155px);
  height: min(23.7333333333vw, 178px);
  left: -2vw;
  top: 54vw;
}
#product .deco_item .brand_03 {
  width: min(12vw, 90px);
  height: min(18vw, 135px);
  right: -1vw;
  bottom: 97vw;
}
#product .deco_item .brand_04 {
  width: min(13.8666666667vw, 104px);
  height: min(13.3333333333vw, 100px);
  right: -3vw;
  bottom: 4vw;
}
@media (min-width: 750px) {
  #product .deco_item .brand_01 {
    width: 137px;
    height: 112px;
    right: -30px;
    top: 180px;
  }
  #product .deco_item .brand_02 {
    width: 85px;
    height: 98px;
    left: -15px;
    top: 240px;
  }
  #product .deco_item .brand_03 {
    width: 50px;
    height: 75px;
    right: -10px;
    bottom: 395px;
  }
  #product .deco_item .brand_04 {
    width: 74px;
    height: 70px;
    right: -10px;
    bottom: 20px;
  }
}
#product .content_wrap {
  position: relative;
  padding-top: 60px;
}
#product .content_wrap .pkg {
  display: block;
  width: 85%;
  margin: -47vw auto 0;
}
@media (min-width: 750px) {
  #product .content_wrap .pkg {
    width: 100%;
    margin: -220px auto 0;
  }
}
#product .content_wrap .content_inner {
  margin-top: -5vw;
  position: relative;
}
#product .content_wrap .content_inner .product_wrap {
  margin-top: 50px;
  padding: 10px 0 20px;
}
@media (min-width: 750px) {
  #product .content_wrap .content_inner .product_wrap {
    margin-top: 20px;
    padding: 10px 0 20px;
  }
}
#product .content_wrap .content_inner .product_wrap .product_name_wrap {
  display: inline-block;
}
#product .content_wrap .content_inner .product_wrap .product_name_wrap ul {
  text-align: center;
}
#product .content_wrap .content_inner .product_wrap .product_name_wrap .product_name {
  margin-bottom: 10px;
}
#product .content_wrap .content_inner .product_wrap .product_name_wrap .product_name li {
  font-weight: 600;
  margin-bottom: 15px;
  padding: 0 20px 15px;
  border-bottom: 1px solid #FFE55F;
  line-height: 1.4;
}
#product .content_wrap .content_inner .product_wrap .product_name_wrap .product_name li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
#product .content_wrap .content_inner .product_wrap p {
  text-align: center;
  font-weight: 500;
  line-height: 1.4;
}
#product .content_wrap .content_inner .product_wrap p span {
  font-size: min(3.4666666667vw, 26px);
  font-weight: 400;
}
@media (min-width: 750px) {
  #product .content_wrap .content_inner .product_wrap p span {
    font-size: min(2.1333333333vw, 16px);
  }
}
#product .content_wrap .content_inner .product_wrap img {
  width: 90%;
  margin: 40px auto 20px;
  display: block;
}
#product .content_wrap .ec_wrap {
  background: rgba(255, 229, 95, 0.2);
  color: #000;
  border-radius: 0 0 8px 8px;
  padding: 20px 0;
  position: relative;
}
#product .content_wrap .ec_wrap h3 {
  font-size: min(5.7333333333vw, 43px);
  text-align: center;
}
@media (min-width: 750px) {
  #product .content_wrap .ec_wrap h3 {
    font-size: min(3.2vw, 24px);
  }
}
#product .content_wrap .ec_wrap p {
  text-align: center;
}
#product .content_wrap .ec_wrap .ec_site {
  background-color: #fff;
  border: 1px solid #3551A2;
  padding: 40px 0 20px;
  margin: 40px 5vw 10px;
  text-align: center;
  position: relative;
}
@media (min-width: 750px) {
  #product .content_wrap .ec_wrap .ec_site {
    margin: 40px 30px 10px;
  }
}
#product .content_wrap .ec_wrap .ec_site p {
  position: absolute;
  color: #000;
  background-color: #FFE55F;
  border-bottom: 2px solid #FFE55F;
  padding: 5px 15px;
  letter-spacing: -0.1em;
  border-radius: 20vw;
  right: 0;
  left: 0;
  margin: auto;
  top: -20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#product .content_wrap .ec_wrap .ec_site p::after {
  content: "";
  display: block;
  position: absolute;
  width: 5vw;
  height: 3vw;
  background-color: #FFE55F;
  -webkit-clip-path: polygon(50% 3vw, 0% 0%, 5vw 0%);
          clip-path: polygon(50% 3vw, 0% 0%, 5vw 0%);
  left: 0;
  right: 0;
  bottom: -2vw;
  margin: auto;
}
@media (min-width: 750px) {
  #product .content_wrap .ec_wrap .ec_site p {
    font-size: min(2.1333333333vw, 16px);
  }
  #product .content_wrap .ec_wrap .ec_site p::after {
    width: 25px;
    height: 18px;
    -webkit-clip-path: polygon(50% 18px, 0% 0%, 25px 0%);
            clip-path: polygon(50% 18px, 0% 0%, 25px 0%);
    bottom: -13px;
  }
}
#product .content_wrap .ec_wrap .ec_site a {
  width: 70%;
  display: block;
  margin: auto;
}
#product .content_wrap .ec_wrap .note {
  margin: 0 5vw;
}
@media (min-width: 750px) {
  #product .content_wrap .ec_wrap .note {
    margin: 0 20px;
  }
}

#apply {
  position: relative;
  -webkit-clip-path: polygon(0 2.3%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0 2.3%, 100% 0%, 100% 100%, 0% 100%);
  margin-top: -12vw;
}
@media (min-width: 750px) {
  #apply {
    margin-top: -50px;
  }
}
#apply hgroup.ttl::after {
  -webkit-transform: rotateZ(-5.6deg);
          transform: rotateZ(-5.6deg);
}
@media (min-width: 750px) {
  #apply hgroup.ttl::after {
    -webkit-transform: rotateZ(-5.3deg);
            transform: rotateZ(-5.3deg);
  }
}
#apply .content_wrap {
  padding-bottom: 30px;
}
@media (min-width: 750px) {
  #apply .content_wrap {
    padding-bottom: 30px;
  }
}
#apply .content_wrap .apply_wrap ol > li {
  margin-bottom: 30vw;
  position: relative;
}
@media (min-width: 750px) {
  #apply .content_wrap .apply_wrap ol > li {
    margin-bottom: 100px;
  }
}
#apply .content_wrap .apply_wrap ol > li::before, #apply .content_wrap .apply_wrap ol > li::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
#apply .content_wrap .apply_wrap ol > li::before {
  height: 17vw;
  bottom: -20vw;
  display: block;
  z-index: 1;
  background-image: radial-gradient(circle, #3551A2 5px, transparent 5px);
  background-position: center;
  background-repeat: repeat-y;
  background-size: 10px 20px;
}
@media (min-width: 750px) {
  #apply .content_wrap .apply_wrap ol > li::before {
    height: 55px;
    bottom: -60px;
  }
}
#apply .content_wrap .apply_wrap ol > li::after {
  width: 12vw;
  height: 4vw;
  background-color: #3551A2;
  -webkit-clip-path: polygon(50% 4vw, 0% 0%, 12vw 0%);
          clip-path: polygon(50% 4vw, 0% 0%, 12vw 0%);
  bottom: -26vw;
}
@media (min-width: 750px) {
  #apply .content_wrap .apply_wrap ol > li::after {
    width: 40px;
    height: 15px;
    -webkit-clip-path: polygon(50% 15px, 0% 0%, 40px 0%);
            clip-path: polygon(50% 15px, 0% 0%, 40px 0%);
    bottom: -85px;
  }
}
#apply .content_wrap .apply_wrap ol > li .num {
  position: absolute;
  left: -5px;
  top: -4vw;
  width: min(18.6666666667vw, 140px);
  z-index: 2;
}
@media (min-width: 750px) {
  #apply .content_wrap .apply_wrap ol > li .num {
    top: -20px;
    width: 80px;
  }
}
#apply .content_wrap .apply_wrap ol > li .apply_inner {
  background: #fff;
  padding: 20px 15px;
  border: 3px solid #3551A2;
  border-radius: 15px;
  position: relative;
  z-index: 1;
}
@media (min-width: 750px) {
  #apply .content_wrap .apply_wrap ol > li .apply_inner {
    padding: 30px;
  }
}
#apply .content_wrap .apply_wrap ol > li .apply_inner h3 {
  font-size: min(4.2666666667vw, 32px);
  text-align: center;
}
@media (min-width: 750px) {
  #apply .content_wrap .apply_wrap ol > li .apply_inner h3 {
    font-size: min(2.6666666667vw, 20px);
    line-height: 1.5;
  }
}
#apply .content_wrap .apply_wrap ol > li .apply_inner .btn {
  display: block;
  background-color: #3551A2;
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 20px 10px;
  border-radius: 50vw;
  margin-top: 20px;
  position: relative;
}
#apply .content_wrap .apply_wrap ol > li .apply_inner .btn::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media (min-width: 750px) {
  #apply .content_wrap .apply_wrap ol > li .apply_inner .btn::before {
    right: 15px;
  }
}
#apply .content_wrap .apply_wrap ol > li .apply_inner .note {
  margin-top: 20px;
}
#apply .content_wrap .apply_wrap ol > li:nth-child(3) {
  margin-bottom: 30vw;
}
@media (min-width: 750px) {
  #apply .content_wrap .apply_wrap ol > li:nth-child(3) {
    margin-bottom: 100px;
  }
}
#apply .content_wrap .apply_wrap ol > li:last-child {
  margin-bottom: 0;
}
#apply .content_wrap .apply_wrap ol > li:last-child::before, #apply .content_wrap .apply_wrap ol > li:last-child::after {
  display: none;
}
#apply .content_wrap .apply_wrap ol > li:last-child h3 {
  font-size: min(6.6666666667vw, 50px);
  font-weight: bold;
  background-color: #fff;
  color: #3551A2;
  text-align: center;
  padding: 10px;
  border-radius: 15px;
  margin-bottom: 10px;
  border: 3px solid #3551A2;
}
@media (min-width: 750px) {
  #apply .content_wrap .apply_wrap ol > li:last-child h3 {
    font-size: min(4.6666666667vw, 35px);
  }
}
#apply .content_wrap .apply_wrap ol > li:last-child p {
  font-size: min(4.6666666667vw, 35px);
  text-align: center;
}
@media (min-width: 750px) {
  #apply .content_wrap .apply_wrap ol > li:last-child p {
    font-size: min(2.6666666667vw, 20px);
  }
}
#apply .content_wrap .apply_wrap ol > li:last-child .note {
  margin-top: 10px;
}

#receipt {
  position: relative;
}
#receipt hgroup.ttl::after {
  display: none;
}
#receipt .content_wrap {
  margin-bottom: 12vw;
}
@media (min-width: 750px) {
  #receipt .content_wrap {
    margin-bottom: 50px;
  }
}
#receipt .content_wrap .lead {
  margin-bottom: 20px;
}
#receipt .content_wrap dl {
  margin-top: 40px;
}
#receipt .content_wrap dl div {
  margin-bottom: 30px;
}
#receipt .content_wrap dl div:last-child {
  margin-bottom: 0;
}
#receipt .content_wrap dl div dt {
  font-size: min(4.8vw, 36px);
  font-weight: 600;
  line-height: 1.5;
  background-color: rgba(255, 229, 95, 0.7);
  color: #000;
  text-align: center;
  padding: 10px 0;
  margin-bottom: 10px;
}
@media (min-width: 750px) {
  #receipt .content_wrap dl div dt {
    font-size: min(2.6666666667vw, 20px);
  }
}

#faq {
  position: relative;
  background: #EBEEF6;
  -webkit-clip-path: polygon(0 0, 100% 3.3%, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 3.3%, 100% 100%, 0% 100%);
  margin-top: -12vw;
}
@media (min-width: 750px) {
  #faq {
    margin-top: -40px;
  }
}
#faq::after {
  content: "";
  background: url("/_var/lp/unilever/lux_crystal-conan_instore25/images/img_tape.png");
  background-size: cover;
  background-position: center;
  width: 100vw;
  height: 8vw;
  display: block;
}
@media (min-width: 750px) {
  #faq::after {
    height: 50px;
    background-position: left;
    background-size: contain;
  }
}
#faq .content_wrap {
  position: relative;
  padding-top: 0;
}
@media (min-width: 750px) {
  #faq .content_wrap {
    padding-bottom: 50px;
  }
}
#faq .content_wrap hgroup.ttl::after {
  -webkit-transform: rotateZ(5.6deg);
          transform: rotateZ(5.6deg);
}
#faq .content_wrap hgroup.ttl h2 {
  color: #3551A2;
}
#faq .faq_wrap {
  margin-top: 20px;
}
@media (min-width: 750px) {
  #faq .faq_wrap {
    margin-top: 30px;
  }
}
#faq .faq_wrap .faq_contents_wrap {
  margin-top: 10px;
  border: 1px solid #FFE55F;
}
#faq .faq_wrap .faq_contents_wrap p {
  font-size: min(4vw, 30px);
  font-weight: 500;
}
@media (min-width: 750px) {
  #faq .faq_wrap .faq_contents_wrap p {
    font-size: min(2.1333333333vw, 16px);
  }
}
#faq .faq_wrap .faq_contents_wrap .en {
  font-size: min(4.5333333333vw, 34px);
  font-weight: 700;
  color: #fff;
}
@media (min-width: 750px) {
  #faq .faq_wrap .faq_contents_wrap .en {
    font-size: min(3.2vw, 24px);
  }
}
#faq .faq_wrap .faq_contents_wrap.active .question {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#faq .faq_wrap .faq_contents_wrap.active .question::after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 0px;
}
#faq .faq_wrap .faq_contents_wrap.active .answer {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#faq .faq_wrap .faq_contents_wrap .question {
  border: none;
  color: #000;
  background-color: #FFE55F;
  font-weight: 600;
  width: 100%;
  gap: 10px;
  padding: 15px 50px 15px 15px;
  text-align: left;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  cursor: pointer;
}
@media (min-width: 750px) {
  #faq .faq_wrap .faq_contents_wrap .question {
    padding: 20px 50px 20px 20px;
  }
}
#faq .faq_wrap .faq_contents_wrap .question::before, #faq .faq_wrap .faq_contents_wrap .question::after {
  content: "";
  position: absolute;
  right: 2vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 6vw;
  height: 1px;
  background-color: #000;
}
@media (min-width: 750px) {
  #faq .faq_wrap .faq_contents_wrap .question::before, #faq .faq_wrap .faq_contents_wrap .question::after {
    right: 10px;
    width: 20px;
  }
}
#faq .faq_wrap .faq_contents_wrap .question::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
#faq .faq_wrap .faq_contents_wrap .question.active::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
#faq .faq_wrap .faq_contents_wrap .question p {
  line-height: 1.6;
  color: #000;
}
@media (min-width: 750px) {
  #faq .faq_wrap .faq_contents_wrap .question p {
    font-size: min(2.6666666667vw, 20px);
  }
}
#faq .faq_wrap .faq_contents_wrap .question .en {
  color: #000;
  margin-right: 0.3em;
  line-height: 1.4;
}
@media (min-width: 750px) {
  #faq .faq_wrap .faq_contents_wrap .question .en {
    font-size: min(3.4666666667vw, 26px);
  }
}
#faq .faq_wrap .faq_contents_wrap .answer {
  display: none;
  gap: 10px;
  padding: 20px;
  position: relative;
  background-color: #fff;
}
@media (min-width: 750px) {
  #faq .faq_wrap .faq_contents_wrap .answer {
    padding: 20px 30px 20px 20px;
  }
}
#faq .faq_wrap .faq_contents_wrap .answer .answer_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
#faq .faq_wrap .faq_contents_wrap .answer .answer_wrap p {
  margin-bottom: 10px;
  line-height: 1.8;
}
#faq .faq_wrap .faq_contents_wrap .answer .answer_wrap p:last-child {
  margin-bottom: 0;
}
#faq .faq_wrap .faq_contents_wrap .answer .answer_wrap .en {
  margin-right: 0.5em;
  line-height: 1.4;
  color: #E60012;
}
@media (min-width: 750px) {
  #faq .faq_wrap .faq_contents_wrap .answer .answer_wrap .en {
    font-size: min(3.4666666667vw, 26px);
  }
}
#faq .faq_wrap .faq_contents_wrap .answer .answer_wrap a {
  text-decoration: underline;
}
#faq .faq_wrap .faq_contents_wrap .answer .answer_wrap dl div {
  margin-bottom: 10px;
}
#faq .faq_wrap .faq_contents_wrap .answer .answer_wrap dl div dt {
  font-weight: 700;
}

#detail {
  background-color: rgba(255, 229, 95, 0.4);
  position: relative;
}
#detail .content_wrap {
  padding: 50px 4vw 40px;
}
@media (min-width: 750px) {
  #detail .content_wrap {
    padding: 50px 30px;
  }
}
#detail .content_wrap .detail_wrap {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px dashed #000;
}
#detail .content_wrap .detail_wrap button {
  background: none;
  border: none;
  width: 100%;
  text-align: center;
  font-size: min(4.5333333333vw, 34px);
  color: #000;
}
@media (min-width: 750px) {
  #detail .content_wrap .detail_wrap button {
    font-size: min(2.9333333333vw, 22px);
  }
}
#detail .content_wrap .detail_wrap button span {
  position: relative;
}
#detail .content_wrap .detail_wrap button span::after {
  content: "";
  width: 2vw;
  height: 2vw;
  border-top: solid 1.5px #000;
  border-right: solid 1.5px #000;
  position: absolute;
  right: -1.5em;
  top: 0.5em;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 750px) {
  #detail .content_wrap .detail_wrap button span::after {
    width: 10px;
    height: 10px;
  }
}
#detail .content_wrap .detail_wrap button.active span::after {
  top: 0;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
#detail .content_wrap .detail_wrap .detail_inner {
  margin-top: 20px;
}
#detail .content_wrap .detail_01 .note {
  margin-left: 1em;
}
#detail .content_wrap .detail_01 dl {
  margin-left: 1em;
}
#detail .content_wrap .detail_01 dl dt {
  font-weight: 700;
}
#detail .content_wrap .detail_02 {
  margin-bottom: 0;
  border-bottom: none;
}
#detail .content_wrap .detail_02 a {
  margin-top: 10px;
  display: inline-block;
}
#detail .content_wrap .campaign_wrap {
  background-color: #fff;
  padding: 20px 5vw;
  margin-bottom: 20px;
}
@media (min-width: 750px) {
  #detail .content_wrap .campaign_wrap {
    padding: 35px;
  }
}
#detail .content_wrap .campaign_wrap h2 {
  font-size: min(4.8vw, 36px);
  line-height: 1.3;
  text-align: center;
  margin-bottom: 30px;
  padding: 10px 0;
  background-color: #3551A2;
  color: #fff;
}
@media (min-width: 750px) {
  #detail .content_wrap .campaign_wrap h2 {
    font-size: min(2.6666666667vw, 20px);
  }
}
#detail .content_wrap .campaign_wrap h3 {
  width: 80%;
  margin: 0 auto 20px;
}
#detail .content_wrap .campaign_wrap .contact {
  margin-bottom: 20px;
  padding: 20px;
  border: 1px solid #3551A2;
  background-color: #fff;
  text-align: center;
}
#detail .content_wrap .campaign_wrap .contact h4 {
  font-size: min(4vw, 30px);
  margin-bottom: 10px;
}
@media (min-width: 750px) {
  #detail .content_wrap .campaign_wrap .contact h4 {
    font-size: min(2.4vw, 18px);
  }
}
#detail .content_wrap .campaign_wrap .contact p {
  font-size: min(3.7333333333vw, 28px);
}
@media (min-width: 750px) {
  #detail .content_wrap .campaign_wrap .contact p {
    font-size: min(2.4vw, 18px);
  }
}
#detail .content_wrap .campaign_wrap .contact a {
  font-weight: 600;
}
#detail .content_wrap .campaign_wrap dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: self-start;
      -ms-flex-align: self-start;
          align-items: self-start;
  margin-bottom: 10px;
  width: 100%;
  gap: 10px;
}
#detail .content_wrap .campaign_wrap dl dt {
  font-size: min(3.3333333333vw, 25px);
  background-color: #3551A2;
  color: #fff;
  padding: 3px 10px;
  text-align: center;
  white-space: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (min-width: 750px) {
  #detail .content_wrap .campaign_wrap dl dt {
    font-size: min(2.4vw, 18px);
  }
}
#detail .content_wrap .campaign_info dl {
  margin-top: 20px;
}
#detail .content_wrap .campaign_info dl div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
#detail .content_wrap .campaign_info dl div:last-child {
  margin-bottom: 0;
}
#detail .content_wrap .campaign_info dl div dt {
  font-weight: 700;
}
#detail .content_wrap .campaign_info dl div:first-child dd {
  margin-left: 1em;
}

footer {
  padding: 25px 0 22vw;
  text-align: center;
  background-color: #fff;
  position: relative;
}
@media (min-width: 750px) {
  footer {
    padding: 40px 0 130px;
  }
}
footer::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
}
footer::before {
  background: url("/_var/lp/unilever/lux_crystal-conan_instore25/images/img_footer.png") no-repeat;
  background-size: contain;
  width: 100%;
  height: 31vw;
  left: 0;
}
@media (min-width: 750px) {
  footer::before {
    height: 155px;
  }
}
footer img {
  width: min(13.3333333333vw, 100px);
  margin: auto;
}
@media (min-width: 750px) {
  footer img {
    width: min(8vw, 60px);
  }
}
footer .copyright {
  font-size: min(3.4666666667vw, 26px);
  margin: 10px auto 20px;
}
@media (min-width: 750px) {
  footer .copyright {
    font-size: 16px;
    padding: 10px 50px;
  }
}