@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, 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%);
  }
}

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

.contents {
  position: relative;
  z-index: 0;
  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%);
  padding: 50px 4vw 50px;
}
@media (min-width: 750px) {
  .contents {
    padding: 130px 20px 50px;
  }
}
.contents .content_wrap {
  background-color: #fff;
  border-radius: 20px;
}

.gradient-border {
  padding: 2px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(223, 207, 173)), color-stop(50%, rgb(243, 238, 227)), to(rgba(223, 207, 173, 0.81)));
  background: linear-gradient(180deg, rgb(223, 207, 173) 0%, rgb(243, 238, 227) 50%, rgba(223, 207, 173, 0.81) 100%);
  border-radius: 22px;
  margin-bottom: 50px;
}
.gradient-border:last-child {
  margin-bottom: 0;
}

.jp {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
}

.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 10px 5px rgba(110, 74, 28, 0.3);
            box-shadow: 0px 0px 10px 5px rgba(110, 74, 28, 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;
  }
}

.mask_inner {
  position: absolute;
  left: 0;
  width: 100%;
  height: 52vw;
  pointer-events: none;
  -webkit-mask-image: url("/_var/lp/unilever/lux_superrichshine_instore25/images/mask_bg.svg");
  mask-image: url("/_var/lp/unilever/lux_superrichshine_instore25/images/mask_bg.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center bottom;
  mask-position: center bottom;
  -webkit-mask-size: cover;
  mask-size: cover;
}
@media (min-width: 750px) {
  .mask_inner {
    height: 320px;
  }
}

.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: 7vw;
  position: relative;
}
@media (min-width: 750px) {
  hgroup.ttl {
    margin-bottom: 20px;
  }
}
hgroup.ttl h2 {
  font-size: min(7.3333333333vw, 55px);
  position: relative;
  display: block;
}
@media (min-width: 750px) {
  hgroup.ttl h2 {
    font-size: min(4.8vw, 36px);
  }
}

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: 2vw;
  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: -50px;
  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);
  }
  .page_top_btn.absolute {
    top: -110px;
  }
}

.contents_datail {
  background-color: #000;
  padding: 20px 4vw 30vw;
}
@media (min-width: 750px) {
  .contents_datail {
    padding: 20px 20px 150px;
  }
}
.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);
    padding-bottom: 140px;
  }
}
.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;
}
@media (min-width: 750px) {
  .contents_datail .mask_wrap_title img {
    height: 120px;
    top: -95px;
  }
}
.contents_datail .mask_wrap_title .mask_inner {
  height: 34vw;
  -webkit-mask-image: url("/_var/lp/unilever/lux_superrichshine_instore25/images/mask_bg_contents.svg");
  mask-image: url("/_var/lp/unilever/lux_superrichshine_instore25/images/mask_bg_contents.svg");
  background: #fff;
  top: -16vw;
}
@media (min-width: 750px) {
  .contents_datail .mask_wrap_title .mask_inner {
    height: 135px;
    top: -80px;
  }
}

.btn_follow {
  display: none;
  position: fixed;
  bottom: 5px;
  margin: 0 5px;
  z-index: 999;
  width: calc(100% - 10px);
}
.btn_follow a {
  background-color: #A60029;
  color: #fff;
  display: block;
  padding: 10px 2vw;
  text-align: center;
  font-size: min(4vw, 30px);
  text-decoration: none;
}
@media (min-width: 750px) {
  .btn_follow {
    width: 490px;
  }
  .btn_follow a {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    padding: 10px;
    font-size: min(2vw, 15px);
  }
  .btn_follow a img {
    width: 100%;
  }
}

#top {
  position: relative;
  z-index: 1;
}
#top .campaign_wrap {
  margin-top: -5vw;
  padding-right: 2vw;
}
@media (min-width: 750px) {
  #top .campaign_wrap {
    margin-top: -60px;
    padding-right: 5px;
  }
}
#top .campaign_wrap .sns_x a {
  font-weight: 700;
  color: #EA5504;
  background-color: rgba(255, 241, 0, 0.4);
  border: 3px solid #EA5504;
  border-radius: 10px;
  text-decoration: none;
  display: block;
  width: 90%;
  margin: 10px auto;
  padding: 10px 0;
  text-align: center;
  -webkit-box-shadow: 0 3px 0 #EA5504;
          box-shadow: 0 3px 0 #EA5504;
}

#info {
  position: relative;
  padding-top: 50vw;
  margin-top: -48vw;
  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%);
  z-index: 0;
}
@media (min-width: 750px) {
  #info {
    padding-top: 200px;
    margin-top: -170px;
  }
}
#info .content_wrap {
  padding: 40px 4vw 80px;
}
@media (min-width: 750px) {
  #info .content_wrap {
    padding: 40px 15px 120px;
  }
}
#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:last-child {
    margin-bottom: 20px;
  }
}
#info .apply ul li h2 {
  font-size: min(5.0666666667vw, 38px);
  border: 1px solid #A60029;
  color: #A60029;
  background-color: #fff;
  border-radius: 20vw;
  padding: 3px 15px;
  margin-bottom: 10px;
  display: inline-block;
}
@media (min-width: 750px) {
  #info .apply ul li h2 {
    font-size: min(3.4666666667vw, 26px);
  }
}
#info .apply ul li dl dt {
  font-size: min(3.7333333333vw, 28px);
  line-height: 1;
  background-color: #000;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  padding: 3px 5px;
  margin-bottom: 10px;
}
@media (min-width: 750px) {
  #info .apply ul li dl dt {
    font-size: min(2.4vw, 18px);
    margin-bottom: 0;
  }
}
#info .apply ul li .apply_wrap dd {
  text-align: left;
  padding-left: 1em;
  font-weight: 600;
  position: relative;
  margin-bottom: 5px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media (min-width: 750px) {
  #info .apply ul li .apply_wrap dd {
    margin-bottom: 10px;
    line-height: 1.7;
    letter-spacing: 0.05em;
  }
}
#info .apply ul li .apply_wrap dd::before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  background: #EA5504;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 0;
  top: 0.5em;
}
#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 li .apply_wrap {
  margin-bottom: 30px;
}
#info .apply ul li .apply_wrap p {
  text-align: center;
  font-weight: 600;
  margin-bottom: 10px;
}
#info .apply ul li .apply_wrap p span {
  font-size: min(4.8vw, 36px);
  font-weight: 900;
  line-height: 1.4;
}
@media (min-width: 750px) {
  #info .apply ul li .apply_wrap p span {
    font-size: min(3.4666666667vw, 26px);
  }
}
#info .apply ul li .apply_wrap p span.line_red {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(20%, rgba(166, 0, 41, 0.3)));
  background: linear-gradient(transparent 80%, rgba(166, 0, 41, 0.3) 20%);
}
#info .apply ul li .apply_wrap p span.em {
  font-size: min(8.6666666667vw, 65px);
}
@media (min-width: 750px) {
  #info .apply ul li .apply_wrap p span.em {
    font-size: min(6vw, 45px);
  }
}
#info .apply ul li .apply_wrap p span.small {
  font-size: min(6vw, 45px);
}
@media (min-width: 750px) {
  #info .apply ul li .apply_wrap p span.small {
    font-size: min(4vw, 30px);
  }
}
#info .apply ul li .apply_wrap .note {
  text-align: left;
  color: #FF0000;
}
#info .apply ul li .apply_wrap .note li {
  margin-bottom: 0;
}
#info .apply ul li .product_wrap dt {
  font-size: min(5.3333333333vw, 40px);
}
@media (min-width: 750px) {
  #info .apply ul li .product_wrap dt {
    font-size: min(2.6666666667vw, 20px);
    margin-bottom: 0;
  }
}
#info .apply ul li #product-slide .slide_wrap {
  margin-bottom: 50px;
}
#info .apply ul li #product-slide .product-img {
  margin-bottom: 10px;
}
#info .apply ul li #product-slide .product-block {
  background: #fff;
  margin: 10px auto 0;
  position: relative;
}
@media (min-width: 750px) {
  #info .apply ul li #product-slide .product-block {
    margin: 10px auto 20px;
  }
}
#info .apply ul li #product-slide .product-block .product-toggle {
  cursor: pointer;
  position: relative;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  padding: 5px 10px;
  background-color: #6E4A1C;
}
#info .apply ul li #product-slide .product-block .product-toggle img {
  width: min(18vw, 135px);
  position: absolute;
  top: -3vw;
  left: -4vw;
}
@media (min-width: 750px) {
  #info .apply ul li #product-slide .product-block .product-toggle img {
    width: 90px;
    top: -15px;
    left: -15px;
  }
}
#info .apply ul li #product-slide .product-block .product-toggle h3 {
  font-size: min(3.3333333333vw, 25px);
  font-weight: 500;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0.15em;
  text-align: center;
}
@media (min-width: 750px) {
  #info .apply ul li #product-slide .product-block .product-toggle h3 {
    font-size: min(2.4vw, 18px);
  }
}
#info .apply ul li #product-slide .product-block .product-toggle h3 span {
  font-size: min(4vw, 30px);
  font-weight: 800;
}
@media (min-width: 750px) {
  #info .apply ul li #product-slide .product-block .product-toggle h3 span {
    font-size: min(2.6666666667vw, 20px);
  }
}
#info .apply ul li #product-slide .product-block .product-toggle::before, #info .apply ul li #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 .apply ul li #product-slide .product-block .product-toggle::before {
  background-color: #fff;
  width: 6vw;
  height: 6vw;
  border-radius: 50%;
  right: 2vw;
}
@media (min-width: 750px) {
  #info .apply ul li #product-slide .product-block .product-toggle::before {
    width: 30px;
    height: 30px;
    right: 10px;
  }
}
#info .apply ul li #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 #6E4A1C;
  border-bottom: 2px solid #6E4A1C;
  background: transparent;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 750px) {
  #info .apply ul li #product-slide .product-block .product-toggle:after {
    right: 20px;
    top: -5px;
    width: 10px;
    height: 10px;
  }
}
#info .apply ul li #product-slide .product-block .product-toggle.active:after {
  top: 0.5vw;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
@media (min-width: 750px) {
  #info .apply ul li #product-slide .product-block .product-toggle.active:after {
    top: 5px;
  }
}
#info .apply ul li #product-slide .product-block .product-content {
  display: none;
  padding: 20px 4vw;
  background-color: #fff;
  -webkit-animation: fadeIn 0.3s;
          animation: fadeIn 0.3s;
  border-radius: 0 0 20px 20px;
}
@media (min-width: 750px) {
  #info .apply ul li #product-slide .product-block .product-content {
    padding: 20px 25px;
  }
}
#info .apply ul li #product-slide .product-block .product-content .attention_wrap {
  position: relative;
  margin: 30px auto 20px;
  padding: 7vw 5px 10px;
  border-top: 2px solid #FF0000;
  border-bottom: 2px solid #FF0000;
}
@media (min-width: 750px) {
  #info .apply ul li #product-slide .product-block .product-content .attention_wrap {
    padding: 20px 5px 10px;
  }
}
#info .apply ul li #product-slide .product-block .product-content .attention_wrap h4 {
  font-weight: 900;
  background-color: #FF0000;
  color: #fff;
  padding: 10px;
  border-radius: 10px;
  position: absolute;
  top: -8vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 750px) {
  #info .apply ul li #product-slide .product-block .product-content .attention_wrap h4 {
    top: -30px;
  }
}
#info .apply ul li #product-slide .product-block .product-content .attention_wrap p {
  color: #FF0000;
  font-weight: 500;
  text-align: center;
}
#info .apply ul li #product-slide .product-block .product-content .attention_wrap p .em {
  font-size: min(5.3333333333vw, 40px);
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(40%, rgba(255, 241, 0, 0.3)));
  background: linear-gradient(transparent 60%, rgba(255, 241, 0, 0.3) 40%);
}
@media (min-width: 750px) {
  #info .apply ul li #product-slide .product-block .product-content .attention_wrap p .em {
    font-size: min(4vw, 30px);
  }
}
#info .apply ul li #product-slide .product-block .product-content .attention_wrap p .line_blue {
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(40%, rgba(102, 250, 255, 0.7)));
  background: linear-gradient(transparent 60%, rgba(102, 250, 255, 0.7) 40%);
}
#info .apply ul li #product-slide .product-block .product-content ul {
  text-align: left;
  margin-bottom: 20px;
}
#info .apply ul li #product-slide .product-block .product-content ul:last-child {
  margin-bottom: 0;
}
#info .apply ul li #product-slide .product-block .product-content ul li {
  position: relative;
  line-height: 1.3;
  padding-left: 1em;
  margin-bottom: 5px;
}
#info .apply ul li #product-slide .product-block .product-content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 2vw;
  height: 2vw;
  border-radius: 50%;
  background-color: #000;
}
@media (min-width: 750px) {
  #info .apply ul li #product-slide .product-block .product-content ul li::before {
    top: 0.5em;
    width: 8px;
    height: 8px;
  }
}
#info .apply ul li #product-slide .product-block .product-content ul li:last-child {
  margin-bottom: 0px;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#info .pay img {
  width: 100%;
  margin-bottom: 10px;
}

#product {
  position: relative;
  margin-top: 32vw;
}
#product::before {
  content: "";
  background: url("/_var/lp/unilever/lux_superrichshine_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 #FFF100;
  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, 241, 0, 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 #EA5504;
  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: #FFF100;
  border-bottom: 2px solid #FFF100;
  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: #FFF100;
  -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;
  margin-bottom: 40px;
  padding-top: 15vw;
}
@media (min-width: 750px) {
  #apply {
    padding-top: 40px;
  }
}
#apply .mask_wrap {
  margin: auto -4vw;
}
@media (min-width: 750px) {
  #apply .mask_wrap {
    margin: auto -20px;
  }
}
#apply .mask_wrap img {
  position: absolute;
  top: -15vw;
  left: -4vw;
  width: calc(100% + 8vw);
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
@media (min-width: 750px) {
  #apply .mask_wrap img {
    top: -100px;
    left: -20px;
    width: calc(100% + 40px);
  }
}
#apply .mask_wrap .mask_inner {
  top: -13vw;
  background: #000;
  left: -4vw;
  width: calc(100% + 8vw);
}
@media (min-width: 750px) {
  #apply .mask_wrap .mask_inner {
    top: -90px;
    left: -20px;
    width: calc(100% + 40px);
  }
}
#apply .content_wrap {
  padding-bottom: 30px;
}
@media (min-width: 750px) {
  #apply .content_wrap {
    padding-bottom: 30px;
  }
}
#apply .content_wrap .apply_wrap {
  margin-top: 5vw;
}
@media (min-width: 750px) {
  #apply .content_wrap .apply_wrap {
    margin-top: 10px;
  }
}
#apply .content_wrap .apply_wrap ol > li {
  margin-bottom: 20vw;
  position: relative;
}
@media (min-width: 750px) {
  #apply .content_wrap .apply_wrap ol > li {
    margin-bottom: 40px;
  }
}
#apply .content_wrap .apply_wrap ol > li::before {
  content: "";
  display: block;
  position: absolute;
  width: 15vw;
  height: 7vw;
  background-color: #000;
  -webkit-clip-path: polygon(50% 7vw, 0% 0%, 15vw 0%);
          clip-path: polygon(50% 7vw, 0% 0%, 15vw 0%);
  left: 0;
  right: 0;
  bottom: -14vw;
  margin: auto;
}
@media (min-width: 750px) {
  #apply .content_wrap .apply_wrap ol > li::before {
    width: 50px;
    height: 25px;
    -webkit-clip-path: polygon(50% 25px, 0% 0%, 50px 0%);
            clip-path: polygon(50% 25px, 0% 0%, 50px 0%);
    bottom: -25px;
  }
}
#apply .content_wrap .apply_wrap ol > li .num {
  position: absolute;
  left: -10px;
  top: -10vw;
  display: inline-block;
  width: min(22.6666666667vw, 170px);
  height: min(22.6666666667vw, 170px);
  border-radius: 50%;
  background-color: #000;
  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;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1.2;
  z-index: 2;
}
#apply .content_wrap .apply_wrap ol > li .num span {
  font-size: min(4.6666666667vw, 35px);
  text-align: center;
  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;
}
#apply .content_wrap .apply_wrap ol > li .num .em {
  font-size: min(11.3333333333vw, 85px);
  line-height: 1;
}
@media (min-width: 750px) {
  #apply .content_wrap .apply_wrap ol > li .num {
    top: -20px;
    width: 100px;
    height: 100px;
    line-height: 1;
  }
  #apply .content_wrap .apply_wrap ol > li .num span {
    font-size: min(2.9333333333vw, 22px);
  }
  #apply .content_wrap .apply_wrap ol > li .num .em {
    font-size: min(6.6666666667vw, 50px);
  }
}
#apply .content_wrap .apply_wrap ol > li .apply_inner {
  background: #fff;
  padding: 20px 15px;
  border: 3px solid #000;
  border-radius: 15px;
  position: relative;
  z-index: 1;
  -webkit-filter: drop-shadow(4px 4px 0px #000);
          filter: drop-shadow(4px 4px 0px #000);
}
@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: #6E4A1C;
  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: 20vw;
}
@media (min-width: 750px) {
  #apply .content_wrap .apply_wrap ol > li:nth-child(3) {
    margin-bottom: 40px;
  }
}
#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: #000;
  text-align: center;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 10px;
  border: 3px solid #000;
  -webkit-filter: drop-shadow(4px 4px 0px #000);
          filter: drop-shadow(4px 4px 0px #000);
}
@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 {
  text-align: center;
}
#apply .content_wrap .apply_wrap ol > li:last-child .note {
  margin-top: 10px;
}
#apply .content_wrap .apply_wrap .no_defects {
  padding: 10px;
  margin: 20px auto;
  border: 1px solid #000;
}
@media (min-width: 750px) {
  #apply .content_wrap .apply_wrap .no_defects {
    padding: 30px 20px;
    margin: 40px auto 20px;
  }
}
#apply .content_wrap .apply_wrap .no_defects h4 {
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
#apply .content_wrap .apply_wrap .no_defects h4 + .note {
  margin-bottom: 10px;
}
#apply .content_wrap .apply_wrap .no_defects p {
  margin-bottom: 10px;
}
#apply .content_wrap .apply_wrap .no_defects a {
  display: block;
  background-color: #6E4A1C;
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 10px;
  border-radius: 50vw;
  margin: 20px auto;
  position: relative;
}
#apply .content_wrap .apply_wrap .no_defects a::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 .no_defects a::before {
    right: 15px;
  }
}
#apply .content_wrap .apply_wrap .attention {
  padding: 10px;
  margin-top: 20px;
  border: 1px solid #ff0000;
  color: #ff0000;
}
@media (min-width: 750px) {
  #apply .content_wrap .apply_wrap .attention {
    padding: 30px 20px;
  }
}
#apply .content_wrap .apply_wrap .attention h4 {
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
#apply .content_wrap .apply_wrap .attention p {
  margin-bottom: 10px;
}

#receipt {
  position: relative;
  margin-bottom: 40px;
}
#receipt .content_wrap {
  padding-bottom: 30px;
}
#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);
  line-height: 1.5;
  background-color: #A60029;
  color: #fff;
  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);
  }
}

#deficiencies {
  position: relative;
}
#deficiencies .content_wrap {
  padding-bottom: 30px;
}
#deficiencies .content_wrap .deficiencies_wrap ol {
  margin-top: 20px;
}
#deficiencies .content_wrap .deficiencies_wrap ol > li {
  margin-bottom: 0.8em;
}
#deficiencies .content_wrap .deficiencies_wrap ol > li:last-child {
  margin-bottom: 0;
}
#deficiencies .content_wrap .deficiencies_wrap ol > li h3 {
  color: #A60029;
  font-weight: 800;
  position: relative;
  padding-left: 1.5em;
}
#deficiencies .content_wrap .deficiencies_wrap ol > li h3 .num {
  position: absolute;
  left: 0;
  top: 0;
  text-align: right;
}
#deficiencies .content_wrap .deficiencies_wrap ol > li p {
  margin-left: 2em;
}
#deficiencies .content_wrap .deficiencies_wrap ol > li .note {
  margin-left: 2.5em;
}

#faq {
  position: relative;
  padding-top: 30px;
  padding-bottom: 20vw;
  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%);
}
@media (min-width: 750px) {
  #faq {
    padding-top: 30px;
    padding-bottom: 150px;
  }
}
#faq .mask_wrap img {
  position: absolute;
  top: -15vw;
}
@media (min-width: 750px) {
  #faq .mask_wrap img {
    top: -75px;
  }
}
#faq .mask_wrap .mask_inner {
  top: -13vw;
  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%);
}
@media (min-width: 750px) {
  #faq .mask_wrap .mask_inner {
    top: -70px;
  }
}
#faq .content_wrap {
  position: relative;
}
@media (min-width: 750px) {
  #faq .content_wrap {
    padding-bottom: 20px;
  }
}
#faq .content_wrap hgroup.ttl h2 {
  color: #6E4A1C;
}
@media (min-width: 750px) {
  #faq .faq_wrap {
    margin-top: 50px;
  }
}
#faq .faq_wrap .faq_contents_wrap {
  margin-top: 10px;
  border: 1px solid #6E4A1C;
}
#faq .faq_wrap .faq_contents_wrap p {
  font-size: min(4vw, 30px);
}
@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: #6E4A1C;
}
@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: #fff;
  background-color: #6E4A1C;
  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: #fff;
}
@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: #fff;
}
@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: #fff;
  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;
}
@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;
}
#faq .faq_wrap .faq_contents_wrap .answer .answer_wrap dl div .txt_r {
  color: #A60029;
}

#detail {
  background-color: #fff;
  position: relative;
}
#detail .mask_inner {
  height: 52vw;
  top: -17vw;
  background: #fff;
}
@media (min-width: 750px) {
  #detail .mask_inner {
    height: 257px;
    top: -90px;
  }
}
#detail .content_wrap {
  padding: 30px 4vw;
}
@media (min-width: 750px) {
  #detail .content_wrap {
    padding: 50px 20px;
  }
}
#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: rgba(166, 0, 41, 0.05);
  padding: 20px 5vw 40px;
}
@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: 20px;
  padding: 10px 0;
  background-color: #A60029;
  color: #fff;
}
@media (min-width: 750px) {
  #detail .content_wrap .campaign_wrap h2 {
    font-size: min(2.6666666667vw, 20px);
  }
}
#detail .content_wrap .campaign_wrap .contact dt {
  font-size: min(3.4666666667vw, 26px);
  font-weight: 700;
  text-align: center;
  margin-bottom: 5px;
}
@media (min-width: 750px) {
  #detail .content_wrap .campaign_wrap .contact dt {
    font-size: min(2.6666666667vw, 20px);
  }
}
#detail .content_wrap .campaign_wrap .contact dd.contact_inner {
  border: 1px solid #A60029;
  background-color: #fff;
  padding: 20px 10px;
}
@media (min-width: 750px) {
  #detail .content_wrap .campaign_wrap .contact dd.contact_inner {
    padding: 20px;
  }
}
#detail .content_wrap .campaign_wrap .contact .secretariat {
  margin-bottom: 20px;
}
#detail .content_wrap .campaign_wrap .contact .secretariat .phone {
  font-size: min(6.6666666667vw, 50px);
  font-weight: 900;
  text-align: center;
  padding-bottom: 10px;
  position: relative;
}
@media (min-width: 750px) {
  #detail .content_wrap .campaign_wrap .contact .secretariat .phone {
    font-size: min(4vw, 30px);
  }
}
#detail .content_wrap .campaign_wrap .contact .secretariat .phone::after {
  content: "";
  border-bottom: 1px solid #A60029;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
#detail .content_wrap .campaign_wrap .contact .secretariat dl {
  margin-top: 20px;
  text-align: center;
}
#detail .content_wrap .campaign_wrap .contact .secretariat dl dt {
  font-size: min(4.8vw, 36px);
  font-weight: 900;
  color: #A60029;
  margin-bottom: 5px;
}
@media (min-width: 750px) {
  #detail .content_wrap .campaign_wrap .contact .secretariat dl dt {
    font-size: min(3.2vw, 24px);
  }
}
#detail .content_wrap .campaign_wrap .contact .secretariat dl dt:nth-of-type(2) {
  margin-top: 15px;
}
#detail .content_wrap .campaign_wrap .contact .secretariat dl dd {
  font-size: min(4.5333333333vw, 34px);
  font-weight: 900;
  word-break: keep-all;
  overflow-wrap: break-word;
}
@media (min-width: 750px) {
  #detail .content_wrap .campaign_wrap .contact .secretariat dl dd {
    font-size: min(2.6666666667vw, 20px);
  }
}
#detail .content_wrap .campaign_wrap .contact .secretariat dl dd span {
  font-size: min(3.7333333333vw, 28px);
  font-weight: 400;
}
@media (min-width: 750px) {
  #detail .content_wrap .campaign_wrap .contact .secretariat dl dd span {
    font-size: min(2.1333333333vw, 16px);
  }
}
#detail .content_wrap .campaign_wrap .contact .inquiry p {
  font-size: min(4vw, 30px);
  font-weight: 900;
  text-align: center;
  padding-bottom: 10px;
  position: relative;
}
@media (min-width: 750px) {
  #detail .content_wrap .campaign_wrap .contact .inquiry p {
    font-size: min(2.2666666667vw, 17px);
  }
}
#detail .content_wrap .campaign_wrap .contact .inquiry p::after {
  content: "";
  border-bottom: 1px solid #A60029;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
#detail .content_wrap .campaign_wrap .contact .inquiry .note {
  margin-top: 20px;
}
#detail .content_wrap .campaign_wrap dl.period {
  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;
  margin-bottom: 10px;
  width: 100%;
  gap: 10px;
}
#detail .content_wrap .campaign_wrap dl.period dt {
  font-size: min(3.3333333333vw, 25px);
  background-color: #A60029;
  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.period dt {
    font-size: min(0.1333333333vw, 1px);
  }
}
#detail .content_wrap .campaign_wrap dl.period dt {
  font-size: min(4.8vw, 36px);
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (min-width: 750px) {
  #detail .content_wrap .campaign_wrap dl.period dt {
    font-size: min(3.2vw, 24px);
  }
}

footer {
  padding: 25px 0 19vw;
  text-align: center;
  background-color: #fff;
  position: relative;
}
@media (min-width: 750px) {
  footer {
    padding: 10px 0 80px;
  }
}
footer::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
}
footer::before {
  background: url("/_var/lp/unilever/lux_superrichshine_instore25/images/img_footer.png") no-repeat;
  background-size: contain;
  width: 100%;
  height: 19vw;
  left: 0;
}
@media (min-width: 750px) {
  footer::before {
    height: 95px;
  }
}
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;
  }
}