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

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

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4.0625vw;
  font-weight: 500;
  line-height: 160%;
  width: 100%;
  height: 100%;
  color: #000;
  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: 500px) {
  body {
    font-size: 15px;
    position: relative;
  }
  body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.8;
    background-image: radial-gradient(ellipse at 85% 15%, rgba(184, 76, 151, 0.6) 0%, transparent 45%), radial-gradient(ellipse at 15% 85%, rgba(255, 153, 204, 0.5) 0%, transparent 50%), radial-gradient(circle at 45% 45%, rgba(184, 76, 151, 0.3) 0%, transparent 60%), radial-gradient(circle at 95% 70%, rgba(184, 76, 151, 0.4) 0%, transparent 40%), radial-gradient(circle at 5% 30%, rgba(255, 153, 204, 0.4) 0%, transparent 35%), radial-gradient(ellipse at 50% 100%, rgba(184, 76, 151, 0.2) 0%, transparent 80%), radial-gradient(ellipse at 50% 0%, rgba(184, 76, 151, 0.2) 0%, transparent 80%);
  }
}

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

.pcwrap {
  z-index: 999;
  position: relative;
}
@media (min-width: 500px) {
  .pcwrap {
    max-width: 500px;
    margin: auto;
  }
}

.side-area {
  position: fixed;
  top: 0;
  width: calc((100vw - 500px) / 2);
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.side-left {
  left: 0;
}
.side-left .logo {
  width: 100%;
  max-width: 300px;
  min-width: 65px;
  height: auto;
}

.side-right {
  right: 0;
}
.side-right .product {
  width: 100%;
  max-width: 450px;
  min-width: 200px;
  height: auto;
}

@media (max-width: 999px) {
  .side-right,
.side-left {
    display: none;
  }
}
.jp {
  font-family: "M PLUS Rounded 1c", sans-serif;
}

.en {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.em {
  font-weight: 700;
}

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

a {
  text-decoration: underline;
  color: #000;
}

.note {
  font-size: 3.125vw !important;
  margin-top: 5px;
  line-height: 160%;
}
@media (min-width: 500px) {
  .note {
    font-size: 12px !important;
  }
}

h2 {
  margin-bottom: 15px;
  text-align: center;
}
@media (min-width: 500px) {
  h2 {
    margin-bottom: 30px;
  }
}

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

.border_wrap {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 20px #B84C97;
          box-shadow: 0px 0px 20px #B84C97;
  padding: 30px 0 0;
}

.contents_box {
  padding: 10px 4vw 20px;
}
@media (min-width: 500px) {
  .contents_box {
    padding: 20px 30px 30px;
  }
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 10px 0;
  background-color: #B84C97;
  border: 1px solid #F6BFD7;
  border-radius: 20vw;
  color: #fff;
  font-family: "M PLUS Rounded 1c", sans-serif;
  letter-spacing: 0.05em;
  text-align: center;
  text-decoration: none;
  line-height: 1.5;
  -webkit-box-shadow: 0 3px 0 #F6BFD7;
          box-shadow: 0 3px 0 #F6BFD7;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
}
@media (min-width: 500px) {
  .btn {
    padding: 10px 50px;
  }
}
.btn::after {
  content: "";
  background: url("/_var/lp/unilever/lux_instore26_3/images/icn_circle_r.svg");
  background-size: cover;
  -webkit-filter: #fff;
          filter: #fff;
  width: 5vw;
  height: 5vw;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
}
@media (min-width: 500px) {
  .btn::after {
    width: 30px;
    height: 30px;
  }
}

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;
  line-height: 1.4;
}
ul.dot > li:last-child {
  margin-bottom: 0;
}
ul.dot > li::before {
  content: "・";
  margin-right: 0.5em;
}

ul.square {
  margin-bottom: 1em;
}
ul.square:last-child {
  margin-bottom: 0;
}
ul.square > li {
  padding-left: 1.5em;
  margin-bottom: 0.3em;
  line-height: 1.4;
  position: relative;
}
ul.square > li:last-child {
  margin-bottom: 0;
}
ul.square > li::before {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  background-color: #F6BFD7;
  position: absolute;
  left: 0;
  top: 0.4em;
}

#top {
  padding-top: 0;
}
#top .application_wrap {
  background: -webkit-gradient(linear, left top, right top, from(#B84C97), color-stop(37%, #624482), color-stop(68%, #624482), to(#B84C97));
  background: linear-gradient(90deg, #B84C97 0%, #624482 37%, #624482 68%, #B84C97 100%);
  -webkit-mask-image: radial-gradient(ellipse 110% 190px at 50% 0%, transparent 50%, black 51%);
          mask-image: radial-gradient(ellipse 110% 190px at 50% 0%, transparent 50%, black 51%);
  padding: 100px 0 10px;
  margin-top: -95px;
}
@media (min-width: 500px) {
  #top .application_wrap h2 {
    margin-bottom: 10px;
  }
}
#top .application_wrap dl div {
  margin-bottom: 20px;
  text-align: center;
}
@media (min-width: 500px) {
  #top .application_wrap dl div {
    margin-bottom: 30px;
  }
}
#top .application_wrap dl div:last-child {
  margin-bottom: 0;
}
#top .application_wrap dl div dt {
  background: #fff;
  color: #B84C97;
  display: inline-block;
  padding: 5px 20px;
  border-radius: 20vw;
  font-weight: 500;
  margin-bottom: 15px;
}
#top .application_wrap dl div dd {
  color: #fff;
  font-size: 4.6875vw;
  font-weight: 900;
}
#top .application_wrap dl div dd span {
  font-size: 6.25vw;
}
@media (min-width: 500px) {
  #top .application_wrap dl div dd {
    font-size: 23px;
  }
  #top .application_wrap dl div dd span {
    font-size: 30px;
  }
}
#top .application_wrap .contents_wrap {
  padding-top: 0;
}

#prizes {
  background-image: radial-gradient(ellipse 100vw 50vh at 90% 0%, rgba(184, 76, 151, 0.8) 0%, transparent 70%), radial-gradient(ellipse 80vw 70vh at 10% 100%, rgba(184, 76, 151, 0.8) 0%, transparent 70%);
}
#prizes .contents_wrap {
  padding-bottom: 120px;
  padding-top: 50px;
}
#prizes .prizes_wrap ul li {
  background: rgba(184, 76, 151, 0.1);
  padding: 20px 4vw;
  margin-bottom: 40px;
}
#prizes .prizes_wrap ul li:last-child {
  margin-bottom: 0px;
}
@media (min-width: 500px) {
  #prizes .prizes_wrap ul li {
    padding: 20px 30px;
    margin-bottom: 60px;
  }
}
#prizes .prizes_wrap ul li hgroup {
  text-align: center;
  margin-top: -12vw;
  margin-bottom: 20px;
}
@media (min-width: 500px) {
  #prizes .prizes_wrap ul li hgroup {
    margin-top: -55px;
    margin-bottom: 20px;
  }
}
#prizes .prizes_wrap ul li hgroup h3 {
  font-size: 4.375vw;
  background: #fff;
  border: 1px solid #B84C97;
  border-radius: 50%;
  width: 3em;
  height: 3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 10px;
}
@media (min-width: 500px) {
  #prizes .prizes_wrap ul li hgroup h3 {
    font-size: 26px;
    width: 3em;
    height: 3em;
  }
}
#prizes .prizes_wrap ul li hgroup p {
  font-size: 5.625vw;
  font-weight: 700;
}
#prizes .prizes_wrap ul li hgroup p span {
  font-size: 4.6875vw;
  margin-top: 5px;
  display: inline-block;
}
@media (min-width: 500px) {
  #prizes .prizes_wrap ul li hgroup p {
    font-size: 20px;
  }
  #prizes .prizes_wrap ul li hgroup p span {
    font-size: 17px;
  }
}
#prizes .prizes_wrap ul li .img_prizes {
  margin-bottom: 10px;
}
@media (min-width: 500px) {
  #prizes .prizes_wrap ul li .img_prizes {
    width: 80%;
    margin: 0 auto 20px;
  }
}
#prizes .prizes_wrap ul li .img_prizes .note {
  text-align: right;
  margin-top: -5vw;
}
@media (min-width: 500px) {
  #prizes .prizes_wrap ul li .img_prizes .note {
    margin-top: -30px;
  }
}
#prizes .prizes_wrap ul li .purchase_txt {
  text-align: center;
  font-size: 4.6875vw;
  font-weight: 600;
  line-height: 170%;
  margin-bottom: 40px;
}
@media (min-width: 500px) {
  #prizes .prizes_wrap ul li .purchase_txt {
    font-size: 17px;
  }
}
#prizes .prizes_wrap ul li .purchase_txt > span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FFF100));
  background: linear-gradient(transparent 60%, #FFF100 60%);
}
#prizes .prizes_wrap ul li .purchase_txt .em {
  font-size: 8.125vw;
  font-weight: 500;
}
@media (min-width: 500px) {
  #prizes .prizes_wrap ul li .purchase_txt .em {
    font-size: 28px;
  }
}
#prizes .prizes_wrap ul li .winner_up {
  text-align: center;
  border: 1px solid #D95097;
  border-radius: 20px;
  background: #fff;
  padding: 30px 10px 20px;
  margin-bottom: 10px;
  position: relative;
}
#prizes .prizes_wrap ul li .winner_up .winner_up_more {
  font-size: 5vw;
  font-weight: 600;
  background: #D95097;
  color: #fff;
  display: inline-block;
  padding: 5px 30px;
  border-radius: 20vw;
  position: absolute;
  top: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 500px) {
  #prizes .prizes_wrap ul li .winner_up .winner_up_more {
    font-size: 18px;
  }
}
#prizes .prizes_wrap ul li .winner_up img {
  width: 60%;
  margin-bottom: 10px;
}
#prizes .prizes_wrap ul li .winner_up .product_txt {
  margin-bottom: 10px;
}
#prizes .prizes_wrap ul li .winner_up .product_txt span {
  color: #E60012;
  font-weight: 700;
}
#prizes .prizes_wrap ul li .winner_up .em_txt {
  font-size: 5.625vw;
  font-weight: 500;
}
#prizes .prizes_wrap ul li .winner_up .em_txt .em {
  font-size: 11.25vw;
  font-weight: 900;
  color: #E60012;
}
@media (min-width: 500px) {
  #prizes .prizes_wrap ul li .winner_up .em_txt {
    font-size: 20px;
  }
  #prizes .prizes_wrap ul li .winner_up .em_txt .em {
    font-size: 38px;
  }
}
#prizes .prizes_wrap .applicants_wrap {
  margin: 40px auto 0;
  text-align: center;
}
#prizes .prizes_wrap .applicants_wrap h4 {
  font-size: 5.625vw;
  font-weight: 900;
  color: #B84C97;
  margin-bottom: 5px;
}
@media (min-width: 500px) {
  #prizes .prizes_wrap .applicants_wrap h4 {
    font-size: 20px;
  }
}
#prizes .prizes_wrap .applicants_wrap h4 span {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
#prizes .prizes_wrap .applicants_wrap h4 span::before, #prizes .prizes_wrap .applicants_wrap h4 span::after {
  content: "";
  display: block;
  width: 2px;
  height: 2em;
  background-color: #B84C97;
}
#prizes .prizes_wrap .applicants_wrap h4 span::before {
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
#prizes .prizes_wrap .applicants_wrap h4 span::after {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
#prizes .prizes_wrap .applicants_wrap p {
  font-size: 5vw;
  font-weight: 900;
}
@media (min-width: 500px) {
  #prizes .prizes_wrap .applicants_wrap p {
    font-size: 18px;
  }
}
#prizes .prizes_wrap .applicants_wrap img {
  width: 60%;
  margin: 20px auto 30px;
}
@media (min-width: 500px) {
  #prizes .prizes_wrap .applicants_wrap img {
    width: 50%;
  }
}

#product {
  overflow: hidden;
  padding: 40px 0;
  margin-top: -100px;
}
#product .border_wrap {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  position: relative;
  z-index: 1;
  padding: 60px 0;
}
#product .border_wrap::before {
  content: "";
  position: absolute;
  top: -2vw;
  bottom: -2vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 150%;
  background: -webkit-gradient(linear, right top, left top, from(#B84C97), to(#522243));
  background: linear-gradient(to left, #B84C97 0%, #522243 100%);
  border-radius: 50%/170px;
  z-index: -2;
}
@media (min-width: 500px) {
  #product .border_wrap::before {
    top: -35px;
    bottom: -35px;
    border-radius: 50%/300px;
  }
}
#product .border_wrap::after {
  content: "";
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 150%;
  background-color: #fff;
  border-radius: 50%/150px;
  z-index: -1;
}
@media (min-width: 500px) {
  #product .border_wrap::after {
    top: -20px;
    bottom: -20px;
    border-radius: 50%/280px;
  }
}
#product .border_wrap h2 {
  position: relative;
  z-index: 2;
}
#product .border_wrap .product_wrap {
  padding: 20px 4vw;
}
@media (min-width: 500px) {
  #product .border_wrap .product_wrap {
    padding: 20px 30px;
  }
}
#product .border_wrap .product_wrap ul li {
  border-bottom: 1px solid #B84C97;
  padding-bottom: 40px;
  margin-bottom: 40px;
  text-align: center;
}
#product .border_wrap .product_wrap ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 30px;
}
#product .border_wrap .product_wrap ul li img {
  width: 70%;
  margin-bottom: 20px;
}
#product .border_wrap .product_wrap ul li p {
  font-size: 4.375vw;
}
@media (min-width: 500px) {
  #product .border_wrap .product_wrap ul li p {
    font-size: 16px;
  }
}
#product .border_wrap .product_wrap .note {
  text-align: right;
}

#snsCollaboration {
  background-image: radial-gradient(ellipse 100vw 50vh at 90% 0%, rgba(184, 76, 151, 0.8) 0%, transparent 70%);
}
#snsCollaboration .contents_wrap {
  padding-top: 120px;
  margin-top: -100px;
}
@media (min-width: 500px) {
  #snsCollaboration .contents_wrap {
    padding-top: 150px;
  }
}
#snsCollaboration .snsCollaboration_wrap {
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid #B84C97;
  border-radius: 10px;
  padding: 30px 10px 10px;
  -webkit-box-shadow: 0px 0px 20px #fff;
          box-shadow: 0px 0px 20px #fff;
}
#snsCollaboration .snsCollaboration_wrap h2 {
  font-size: 4.375vw;
  font-weight: 600;
  margin-bottom: 5px;
}
@media (min-width: 500px) {
  #snsCollaboration .snsCollaboration_wrap h2 {
    font-size: 16px;
  }
}
#snsCollaboration .snsCollaboration_wrap h2 span {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
#snsCollaboration .snsCollaboration_wrap h2 span::before, #snsCollaboration .snsCollaboration_wrap h2 span::after {
  content: "";
  display: block;
  width: 2px;
  height: 2em;
  background-color: #B84C97;
}
#snsCollaboration .snsCollaboration_wrap h2 span::before {
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
#snsCollaboration .snsCollaboration_wrap h2 span::after {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
#snsCollaboration .snsCollaboration_wrap p {
  font-size: 5.625vw;
  font-weight: 600;
  text-align: center;
}
@media (min-width: 500px) {
  #snsCollaboration .snsCollaboration_wrap p {
    font-size: 22px;
  }
}
#snsCollaboration .snsCollaboration_wrap p span {
  font-size: 4.375vw;
  font-weight: 900;
  background: #B84C97;
  color: #fff;
  padding: 5px 10px;
  border-radius: 20vw;
  margin-right: 0.3em;
}
@media (min-width: 500px) {
  #snsCollaboration .snsCollaboration_wrap p span {
    font-size: 18px;
  }
}
#snsCollaboration .snsCollaboration_wrap .contents_box {
  margin-top: 30px;
}
#snsCollaboration .snsCollaboration_wrap .contents_box ol > li {
  margin-bottom: 50px;
}
#snsCollaboration .snsCollaboration_wrap .contents_box ol > li:last-child {
  margin-bottom: 0px;
}
#snsCollaboration .snsCollaboration_wrap .contents_box ol > li h3 {
  font-size: 6.5625vw;
  font-weight: 900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin-bottom: 10px;
}
@media (min-width: 500px) {
  #snsCollaboration .snsCollaboration_wrap .contents_box ol > li h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
#snsCollaboration .snsCollaboration_wrap .contents_box ol > li h3::before, #snsCollaboration .snsCollaboration_wrap .contents_box ol > li h3::after {
  content: "";
  display: block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 2px;
  background-color: currentColor;
}
#snsCollaboration .snsCollaboration_wrap .contents_box ol > li .shop {
  font-size: 5.625vw;
  margin-top: 20px;
  line-height: 140%;
}
@media (min-width: 500px) {
  #snsCollaboration .snsCollaboration_wrap .contents_box ol > li .shop {
    font-size: 21px;
  }
}
#snsCollaboration .snsCollaboration_wrap .contents_box ol > li .day {
  font-size: 4.375vw;
  margin-top: 10px;
}
@media (min-width: 500px) {
  #snsCollaboration .snsCollaboration_wrap .contents_box ol > li .day {
    font-size: 18px;
  }
}
#snsCollaboration .snsCollaboration_wrap .contents_box ol > li .wrap {
  margin-top: 20px;
  padding-top: 15px;
}
#snsCollaboration .snsCollaboration_wrap .contents_box ol > li .wrap h4 {
  text-align: center;
  font-size: 5.3125vw;
  font-weight: 800;
}
@media (min-width: 500px) {
  #snsCollaboration .snsCollaboration_wrap .contents_box ol > li .wrap h4 {
    font-size: 22px;
    line-height: 160%;
  }
}
#snsCollaboration .snsCollaboration_wrap .contents_box ol > li .wrap img {
  margin: 15px auto 5px;
}
#snsCollaboration .snsCollaboration_wrap .contents_box ol > li .wrap .note {
  text-align: right;
}
#snsCollaboration .snsCollaboration_wrap .contents_box ol > li .wrap .btn {
  margin-top: 20px;
}
#snsCollaboration .snsCollaboration_wrap .contents_box ol > li.num_01 h3 {
  color: #B84C97;
}
#snsCollaboration .snsCollaboration_wrap .contents_box ol > li.num_01 .wrap {
  border-top: 2px solid #B84C97;
}
#snsCollaboration .snsCollaboration_wrap .contents_box ol > li.num_01 .wrap h4 {
  color: #B84C97;
}
#snsCollaboration .snsCollaboration_wrap .contents_box ol > li.num_02 h3 {
  color: #624482;
}
#snsCollaboration .snsCollaboration_wrap .contents_box ol > li.num_02 .wrap {
  border-top: 2px solid #624482;
}
#snsCollaboration .snsCollaboration_wrap .contents_box ol > li.num_02 .wrap h4 {
  color: #624482;
}

#apply {
  background-image: radial-gradient(ellipse 70vw 40vh at 15% 50%, rgba(184, 76, 151, 0.8) 0%, transparent 60%);
}
#apply .apply_wrap p {
  text-align: center;
}
#apply .apply_wrap ol > li {
  background: #fff;
  padding: 14vw 3.125vw 30px;
  margin-top: 20px;
  border: 1px solid #B84C97;
  border-radius: 10px;
  margin-bottom: 22vw;
  position: relative;
}
@media (min-width: 500px) {
  #apply .apply_wrap ol > li {
    padding: 40px 20px 25px;
    margin-bottom: 90px;
  }
}
#apply .apply_wrap ol > li::after {
  content: "";
  width: 8vw;
  height: 5vw;
  -webkit-clip-path: polygon(50% 5vw, 0% 0%, 8vw 0%);
          clip-path: polygon(50% 5vw, 0% 0%, 8vw 0%);
  background: #B84C97;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -10vw;
}
@media (min-width: 500px) {
  #apply .apply_wrap ol > li::after {
    width: 40px;
    height: 20px;
    -webkit-clip-path: polygon(50% 20px, 0% 0%, 40px 0%);
            clip-path: polygon(50% 20px, 0% 0%, 40px 0%);
    bottom: -35px;
  }
}
#apply .apply_wrap ol > li:last-child::after {
  display: none;
}
#apply .apply_wrap ol > li .num {
  width: 18.75vw;
  position: absolute;
  top: -10vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 500px) {
  #apply .apply_wrap ol > li .num {
    width: 70px;
    top: -45px;
  }
}
#apply .apply_wrap ol > li .apply_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#apply .apply_wrap ol > li .apply_inner img {
  width: 60%;
  margin: 0 auto 10px;
  display: block;
}
#apply .apply_wrap ol > li .apply_inner p {
  font-weight: 500;
  text-align: center;
}
#apply .apply_wrap ol > li .link {
  display: inline-block;
  color: #F6BFD7;
  text-decoration: underline;
}
#apply .apply_wrap ol .step_03 {
  margin-bottom: 13vw;
}
@media (min-width: 500px) {
  #apply .apply_wrap ol .step_03 {
    margin-bottom: 50px;
  }
}
#apply .apply_wrap ol .step_04 {
  margin-bottom: 20px;
  padding: 20px 4vw;
}
@media (min-width: 500px) {
  #apply .apply_wrap ol .step_04 {
    margin-bottom: 20px;
    padding: 20px 20px;
  }
}
#apply .apply_wrap ol .step_04 p {
  font-size: 6.875vw;
  font-weight: 700 !important;
  color: #B84C97;
  margin: auto !important;
}
@media (min-width: 500px) {
  #apply .apply_wrap ol .step_04 p {
    font-size: 26px;
  }
}
#apply .btn {
  margin: 10px auto;
  display: block;
}

#receipt {
  background-image: radial-gradient(ellipse 80vw 70vh at 10% 100%, rgba(184, 76, 151, 0.8) 0%, transparent 70%);
}
#receipt .contents_wrap {
  padding-bottom: 120px;
}
#receipt .lead {
  margin-bottom: 20px;
}
#receipt .attention_wrap h3,
#receipt .example_wrap p {
  font-size: 5vw;
  font-weight: 500;
  text-align: center;
  background: rgba(184, 76, 151, 0.3);
  padding: 10px;
}
@media (min-width: 500px) {
  #receipt .attention_wrap h3,
#receipt .example_wrap p {
    font-size: 18px;
  }
}
#receipt .attention_wrap {
  margin-top: 30px;
}
#receipt .attention_wrap ul {
  padding: 20px 0;
}
#receipt .receipt_example {
  margin-top: 10px;
}
#receipt .receipt_example .example_wrap {
  margin-bottom: 20px;
}
#receipt .receipt_example .example_wrap h3 {
  width: 80%;
  margin: 0 auto 10px;
}

#faq {
  background: #fff;
  margin-top: -80px;
  padding-bottom: 30px;
}
#faq .faq_wrap {
  margin-top: 10px;
}
#faq .faq_wrap .faq_contents_wrap {
  margin-bottom: 10px;
}
#faq .faq_wrap .faq_contents_wrap:last-child {
  margin-bottom: 0;
}
#faq .faq_wrap .faq_contents_wrap p {
  font-size: 4.375vw;
  font-weight: 600;
}
@media (min-width: 500px) {
  #faq .faq_wrap .faq_contents_wrap p {
    font-size: 16px;
  }
}
#faq .faq_wrap .faq_contents_wrap .en {
  font-size: 6.25vw;
  font-weight: 500;
}
@media (min-width: 500px) {
  #faq .faq_wrap .faq_contents_wrap .en {
    font-size: 22px;
  }
}
#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: #fff;
  background-color: #B84C97;
  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: 500px) {
  #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: #fff;
}
@media (min-width: 500px) {
  #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: #fff;
}
@media (min-width: 500px) {
  #faq .faq_wrap .faq_contents_wrap .question p {
    font-size: 20px;
  }
}
#faq .faq_wrap .faq_contents_wrap .question .en {
  color: #fff;
  line-height: 1.4;
}
@media (min-width: 500px) {
  #faq .faq_wrap .faq_contents_wrap .question .en {
    font-size: 20px;
  }
}
#faq .faq_wrap .faq_contents_wrap .answer {
  display: none;
  padding: 20px 15px;
  position: relative;
  background-color: #fff;
  border: 1px solid #B84C97;
}
@media (min-width: 500px) {
  #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: #B84C97;
}
@media (min-width: 500px) {
  #faq .faq_wrap .faq_contents_wrap .answer .answer_wrap .en {
    font-size: 18px;
  }
}
#faq .faq_wrap .faq_contents_wrap .answer .answer_wrap a {
  text-decoration: underline;
  overflow-wrap: anywhere;
  display: inline-block;
}
#faq .faq_wrap .faq_contents_wrap .answer .answer_wrap .btn {
  color: #fff;
  -webkit-box-shadow: 0px 4px 0px #fff;
          box-shadow: 0px 4px 0px #fff;
  border: 1px solid #fff;
  text-decoration: none;
}
#faq .faq_wrap .faq_contents_wrap .answer .answer_wrap .btn::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
@media (min-width: 500px) {
  #faq .faq_wrap .faq_contents_wrap .answer .answer_wrap .btn {
    font-size: 15px;
  }
}
#faq .faq_wrap .faq_contents_wrap .answer .answer_wrap img {
  margin-bottom: 10px;
}
#faq .faq_wrap .faq_contents_wrap .answer .answer_wrap ul.dot {
  font-weight: 900;
}

#detail .contents_wrap .detail_wrap {
  margin-bottom: 30px;
  padding-bottom: 30px;
  position: relative;
}
#detail .contents_wrap .detail_wrap::after {
  content: "";
  display: block;
  width: 100%;
  border-bottom: 1px dashed #000;
  position: absolute;
  bottom: 0;
}
@media (min-width: 500px) {
  #detail .contents_wrap .detail_wrap::after {
    width: calc(100% + 60px);
    left: -40px;
  }
}
#detail .contents_wrap .detail_wrap button {
  background: none;
  border: none;
  width: 100%;
  text-align: center;
  font-size: 4.375vw;
  font-weight: 700;
  color: #000;
}
#detail .contents_wrap .detail_wrap button:hover {
  cursor: pointer;
}
@media (min-width: 500px) {
  #detail .contents_wrap .detail_wrap button {
    font-size: 16px;
  }
}
#detail .contents_wrap .detail_wrap button span {
  position: relative;
}
#detail .contents_wrap .detail_wrap button span::after {
  content: "";
  width: 2vw;
  height: 2vw;
  border-top: solid 1.8px #000;
  border-right: solid 1.8px #000;
  position: absolute;
  right: -2em;
  top: 0.5em;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 500px) {
  #detail .contents_wrap .detail_wrap button span::after {
    width: 10px;
    height: 10px;
  }
}
#detail .contents_wrap .detail_wrap button.active span::after {
  top: 0;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
#detail .contents_wrap .detail_wrap .detail_inner {
  margin-top: 20px;
}
#detail .contents_wrap .detail_wrap:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
}
#detail .contents_wrap .detail_wrap:last-of-type::after {
  display: none;
}
#detail .contents_wrap .dot li {
  line-height: 180%;
}
#detail .contents_wrap .dot li ul {
  padding-left: 1em;
}
#detail .contents_wrap .dot li dl {
  margin-left: 1em;
}

@media (min-width: 500px) {
  #contact .contents_wrap {
    padding-top: 0;
  }
}
#contact h2 {
  background: #B84C97;
  color: #fff;
  padding: 30px 0;
  font-size: 5.625vw;
  font-weight: 900;
  line-height: 180%;
  text-align: center;
}
@media (min-width: 500px) {
  #contact h2 {
    font-size: 20px;
  }
}
#contact .contact_wrap h3 {
  font-size: 6.25vw;
  font-weight: 900;
  text-align: center;
  line-height: 170%;
  color: #B84C97;
}
@media (min-width: 500px) {
  #contact .contact_wrap h3 {
    font-size: 22px;
  }
}
#contact .contact_wrap .campaign_content {
  margin-top: 20px;
  background: #fff;
  border: 2px solid #B84C97;
  padding: 20px 10px;
  text-align: center;
}
#contact .contact_wrap .campaign_content h4 {
  font-size: 4.6875vw;
  font-weight: 700;
  line-height: 160%;
}
@media (min-width: 500px) {
  #contact .contact_wrap .campaign_content h4 {
    font-size: 17px;
  }
}
#contact .contact_wrap .campaign_content p {
  font-size: 4.6875vw;
  font-weight: 900;
  margin-top: 10px;
}
@media (min-width: 500px) {
  #contact .contact_wrap .campaign_content p {
    font-size: 17px;
  }
}
#contact .contact_wrap .campaign_content a {
  font-size: 4.375vw;
  margin-top: 10px;
}
@media (min-width: 500px) {
  #contact .contact_wrap .campaign_content a {
    font-size: 16px;
  }
}
#contact .contact_wrap .period {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 15px;
  margin-top: 10px;
  font-weight: 900;
}
#contact .contact_wrap .period dt {
  background: #B84C97;
  color: #fff;
  padding: 5px 10px;
}
#contact .contact_wrap .period dd {
  color: #B84C97;
  font-size: 5.3125vw;
  line-height: 170%;
}
@media (min-width: 500px) {
  #contact .contact_wrap .period dd {
    font-size: 19px;
  }
}
#contact .contact_wrap .note {
  margin-top: 20px;
}
#contact .contact_wrap .counseling_wrap {
  margin-top: 20px;
}
#contact .contact_wrap .counseling_wrap dl {
  margin-top: 10px;
}
#contact .contact_wrap .counseling_wrap dl div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#contact .contact_wrap .counseling_wrap dl div dt {
  font-weight: 700;
}
#contact .contact_wrap .counseling_wrap dl div:first-child dt {
  margin-right: 1.2em;
}

footer {
  background: #fff;
  text-align: center;
  padding: 25px 0;
}
@media (min-width: 500px) {
  footer {
    padding: 40px 0;
  }
}
footer .logo {
  width: 15.625vw;
}
@media (min-width: 500px) {
  footer .logo {
    width: 70px;
  }
}
footer .copyright {
  margin-top: 10px;
}

.deco img {
  position: absolute;
  z-index: 2;
}

#top {
  position: relative;
}
#top .deco_01 {
  width: 7.5vw;
  top: 59%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 7vw;
}
@media (min-width: 500px) {
  #top .deco_01 {
    width: 34px;
    top: 65%;
    right: 70px;
  }
}
#top .deco_02 {
  width: 7.1875vw;
  top: 72%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 10vw;
}
@media (min-width: 500px) {
  #top .deco_02 {
    width: 33px;
    top: 75%;
    left: 60px;
  }
}
#top .deco_03 {
  width: 4.0625vw;
  bottom: -2vw;
  right: 14vw;
}
@media (min-width: 500px) {
  #top .deco_03 {
    width: 23px;
    bottom: -10px;
    right: 50px;
  }
}

#prizes {
  position: relative;
}
#prizes .deco_01 {
  width: 13.75vw;
  top: 5vw;
  right: 37%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 500px) {
  #prizes .deco_01 {
    width: 54px;
    top: 10px;
  }
}
#prizes .deco_02 {
  width: 13.4375vw;
  top: 20vw;
  left: 16vw;
}
@media (min-width: 500px) {
  #prizes .deco_02 {
    width: 53px;
    top: 110px;
    left: 110px;
  }
}
#prizes .deco_03 {
  width: 12.1875vw;
  top: 26vw;
  right: 14vw;
}
@media (min-width: 500px) {
  #prizes .deco_03 {
    width: 49px;
    top: 137px;
    right: 90px;
  }
}

#product {
  position: relative;
}
#product .deco_01 {
  width: 4.0625vw;
  top: 21vw;
  right: 20vw;
}
@media (min-width: 500px) {
  #product .deco_01 {
    width: 23px;
    top: 60px;
    right: 130px;
  }
}
#product .deco_02 {
  width: 6.875vw;
  top: 60%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 10vw;
}
@media (min-width: 500px) {
  #product .deco_02 {
    width: 32px;
    left: 60px;
  }
}
#product .deco_03 {
  width: 12.1875vw;
  top: 57%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 6vw;
}
@media (min-width: 500px) {
  #product .deco_03 {
    width: 49px;
    top: 60%;
    right: 30px;
  }
}

#snsCollaboration {
  position: relative;
}
#snsCollaboration .deco_01 {
  width: 15.625vw;
  top: 19vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 500px) {
  #snsCollaboration .deco_01 {
    width: 60px;
    top: 115px;
  }
}
#snsCollaboration .deco_02 {
  width: 13.4375vw;
  top: 29vw;
  left: 12vw;
}
@media (min-width: 500px) {
  #snsCollaboration .deco_02 {
    width: 53px;
    top: 126px;
    left: 90px;
  }
}
#snsCollaboration .deco_03 {
  width: 10vw;
  top: 39vw;
  right: 6vw;
}
@media (min-width: 500px) {
  #snsCollaboration .deco_03 {
    width: 42px;
    top: 160px;
    right: 80px;
  }
}

#apply {
  position: relative;
}
#apply .deco_01 {
  width: 15.3125vw;
  top: 1vw;
  left: 10vw;
}
@media (min-width: 500px) {
  #apply .deco_01 {
    width: 59px;
    top: 15px;
    left: 80px;
  }
}
#apply .deco_02 {
  width: 13.125vw;
  top: -4vw;
  right: 10vw;
}
@media (min-width: 500px) {
  #apply .deco_02 {
    width: 52px;
    top: -8px;
    right: 50px;
  }
}

#receipt {
  position: relative;
}
#receipt .deco_01 {
  width: 5vw;
  top: 14vw;
  left: 20vw;
}
@media (min-width: 500px) {
  #receipt .deco_01 {
    width: 26px;
    top: 25px;
    left: 110px;
  }
}
#receipt .deco_02 {
  width: 17.1875vw;
  top: 33vw;
  right: 6vw;
}
@media (min-width: 500px) {
  #receipt .deco_02 {
    width: 65px;
    top: 140px;
    right: 60px;
  }
}

#faq {
  position: relative;
}
#faq .deco_01 {
  width: 10.3125vw;
  top: -6vw;
  left: 10vw;
}
@media (min-width: 500px) {
  #faq .deco_01 {
    width: 43px;
    top: -30px;
    left: 70px;
  }
}
#faq .deco_02 {
  width: 11.875vw;
  top: 13vw;
  right: 2vw;
}
@media (min-width: 500px) {
  #faq .deco_02 {
    width: 48px;
    top: 70px;
    right: 40px;
  }
}

#detail {
  position: relative;
}
#detail .deco_01 {
  width: 20.625vw;
  top: -5vw;
  left: 10vw;
}
@media (min-width: 500px) {
  #detail .deco_01 {
    width: 76px;
    top: -20px;
    left: 80px;
  }
}
#detail .deco_02 {
  width: 15.625vw;
  top: -7vw;
  right: 7vw;
}
@media (min-width: 500px) {
  #detail .deco_02 {
    width: 60px;
    top: -35px;
    right: 70px;
  }
}

footer {
  position: relative;
}
footer img {
  width: 6.875vw;
  top: -5vw;
  right: 10vw;
}
@media (min-width: 500px) {
  footer img {
    width: 32px;
    top: -20px;
    right: 80px;
  }
}