@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: url("/_var/lp/unilever/lux_kinmokusei2508_2/images/bg_osmanthus.png") no-repeat;
    background-color: rgba(251, 212, 146, 0.4);
    background-attachment: fixed;
    background-size: contain;
    background-position: bottom;
    overflow: auto;
  }
  @supports (-webkit-backdrop-filter: blur(0)) {
    body {
      background-attachment: scroll;
    }
  }
}

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

.contents {
  position: relative;
  z-index: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(250, 201, 118)), color-stop(70%, rgb(250, 230, 118)), to(rgba(185, 129, 192, 0.7)));
  background: -webkit-linear-gradient(top, rgb(250, 201, 118) 0%, rgb(250, 230, 118) 70%, rgba(185, 129, 192, 0.7) 100%);
  background: linear-gradient(180deg, rgb(250, 201, 118) 0%, rgb(250, 230, 118) 70%, rgba(185, 129, 192, 0.7) 100%);
  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: -webkit-gradient(linear, left top, left bottom, from(#FFF100), color-stop(33%, #999100), color-stop(68%, #FFF98E), to(#FFF100));
  background: -webkit-linear-gradient(top, #FFF100 0%, #999100 33%, #FFF98E 68%, #FFF100 100%);
  background: linear-gradient(180deg, #FFF100 0%, #999100 33%, #FFF98E 68%, #FFF100 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 58px 25px rgba(234, 85, 4, 0.3);
            box-shadow: 0px 0px 58px 25px rgba(234, 85, 4, 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;
}
@media (min-width: 750px) {
  .content_wrap {
    padding: 30px 20px;
  }
}

hgroup.ttl {
  text-align: center;
  margin-bottom: 5vw;
  position: relative;
}
@media (min-width: 750px) {
  hgroup.ttl {
    margin-bottom: 20px;
  }
}
hgroup.ttl h2 {
  font-size: min(7.3333333333vw, 55px);
  position: relative;
  display: block;
  color: #EA5504;
  border-bottom: 1px solid #EA5504;
}
@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: 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);
  }
  .page_top_btn.absolute {
    top: -110px;
  }
}

#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: 30px;
  background-color: #fff;
  z-index: 1;
}
@media (min-width: 750px) {
  #info {
    padding-top: 20px;
  }
}
#info .deco_item img {
  position: absolute;
  display: block;
  z-index: 1;
  top: 0;
}
#info .deco_item .info_01 {
  width: min(20.9333333333vw, 157px);
  height: min(32vw, 240px);
  right: 0;
}
#info .deco_item .info_02 {
  width: min(10.4vw, 78px);
  height: min(25.6vw, 192px);
  left: 0;
}
@media (min-width: 750px) {
  #info .deco_item .info_01 {
    width: 140px;
    height: 213px;
  }
  #info .deco_item .info_02 {
    width: 58px;
    height: 142px;
  }
}
#info .content_wrap {
  background-color: #fff;
  padding: 40px 3vw;
}
@media (min-width: 750px) {
  #info .content_wrap {
    padding: 40px 30px;
  }
}
#info .content_wrap::after {
  display: none;
}
#info .apply ul {
  text-align: center;
}
#info .apply ul li {
  margin-bottom: 30px;
}
#info .apply ul li h2 {
  font-size: min(5.0666666667vw, 38px);
  border: 2px solid #EA5504;
  color: #EA5504;
  border-radius: 5px;
  padding: 3px 10px;
  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 {
  background-color: #FFF100;
  color: #000;
  display: inline-block;
  font-weight: 600;
  padding: 3px 5px;
  margin-bottom: 10px;
}
#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 .pay img {
  border: 1px solid #EA5504;
}
#info .menber {
  background-color: #fff;
  position: relative;
}
#info .menber ul {
  text-align: center;
  border: 2px solid #EA5504;
  padding: 30px 5vw;
}
@media (min-width: 750px) {
  #info .menber ul {
    padding: 40px 30px;
  }
}
#info .menber ul li {
  margin-bottom: 30px;
}
@media (min-width: 750px) {
  #info .menber ul li {
    margin-bottom: 50px;
  }
}
#info .menber ul li:last-child {
  margin-bottom: 0;
}
#info .menber ul li p {
  font-size: min(4.2666666667vw, 32px);
}
#info .menber ul li p span {
  font-size: min(5.3333333333vw, 40px);
  font-weight: 900;
}
@media (min-width: 750px) {
  #info .menber ul li p {
    font-size: min(2.4vw, 18px);
  }
  #info .menber ul li p span {
    font-size: min(3.4666666667vw, 26px);
  }
}
#info .menber ul li p .dots {
  background-image: -webkit-radial-gradient(center, circle, #EA5504 25%, transparent 25%);
  background-image: radial-gradient(circle at center, #EA5504 25%, transparent 25%);
  background-repeat: repeat-x;
  background-size: 1em 0.3em;
  padding-top: 0.4em;
}
#info .menber ul li .btn {
  font-size: min(4.8vw, 36px);
  display: block;
  background-color: #FFF100;
  color: #000;
  text-decoration: none;
  text-align: center;
  padding: 10px 10px;
  border-radius: 50vw;
  margin-top: 5px;
  position: relative;
}
@media (min-width: 750px) {
  #info .menber ul li .btn {
    font-size: min(3.4666666667vw, 26px);
    margin-top: 10px;
  }
}
#info .menber ul li .btn::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media (min-width: 750px) {
  #info .menber ul li .btn::before {
    right: 25px;
  }
}
#info .pay img {
  width: 100%;
  margin-bottom: 10px;
}

#product {
  position: relative;
  margin-top: 32vw;
}
#product::before {
  content: "";
  background: url("/_var/lp/unilever/lux_kinmokusei2508_2/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;
}
#apply .deco_item img {
  position: absolute;
  display: block;
  z-index: 1;
}
#apply .deco_item .apply_01 {
  width: min(11.2vw, 84px);
  height: min(19.8666666667vw, 149px);
  right: -1vw;
  top: 9vw;
}
#apply .deco_item .apply_02 {
  width: min(22.4vw, 168px);
  height: min(14.1333333333vw, 106px);
  left: -3vw;
  top: 6vw;
}
@media (min-width: 750px) {
  #apply .deco_item .apply_01 {
    width: 49px;
    height: 104px;
    right: 6px;
    top: 47px;
  }
  #apply .deco_item .apply_02 {
    width: 108px;
    height: 56px;
    left: -15px;
    top: 46px;
  }
}
#apply .content_wrap {
  padding-bottom: 30px;
}
@media (min-width: 750px) {
  #apply .content_wrap {
    padding-bottom: 30px;
  }
}
#apply .content_wrap .apply_wrap {
  margin-top: 15vw;
}
@media (min-width: 750px) {
  #apply .content_wrap .apply_wrap {
    margin-top: 80px;
  }
}
#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: 100px;
  }
}
#apply .content_wrap .apply_wrap ol > li::before {
  content: "";
  display: block;
  position: absolute;
  width: 10vw;
  height: 5vw;
  background-color: #EA5504;
  -webkit-clip-path: polygon(50% 5vw, 0% 0%, 10vw 0%);
          clip-path: polygon(50% 5vw, 0% 0%, 10vw 0%);
  left: 0;
  right: 0;
  bottom: -5vw;
  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 .apply_inner {
  background: #fff;
  padding: 12vw 15px 20px;
  border: 1px solid #EA5504;
  border-radius: 20px;
  position: relative;
  z-index: 1;
}
@media (min-width: 750px) {
  #apply .content_wrap .apply_wrap ol > li .apply_inner {
    padding: 60px 30px 30px;
  }
}
#apply .content_wrap .apply_wrap ol > li .apply_inner .num {
  position: absolute;
  left: 0;
  right: 0;
  top: -10vw;
  margin: auto;
  display: inline-block;
  width: min(18.6666666667vw, 140px);
  height: min(18.6666666667vw, 140px);
  border-radius: 50%;
  background-color: #EA5504;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1.2;
}
#apply .content_wrap .apply_wrap ol > li .apply_inner .num span {
  font-size: min(4vw, 30px);
  text-align: center;
}
#apply .content_wrap .apply_wrap ol > li .apply_inner .num .em {
  font-size: min(8vw, 60px);
}
@media (min-width: 750px) {
  #apply .content_wrap .apply_wrap ol > li .apply_inner .num {
    top: -50px;
    width: 100px;
    height: 100px;
    line-height: 1;
  }
  #apply .content_wrap .apply_wrap ol > li .apply_inner .num span {
    font-size: min(2.9333333333vw, 22px);
  }
  #apply .content_wrap .apply_wrap ol > li .apply_inner .num .em {
    font-size: min(6.6666666667vw, 50px);
  }
}
#apply .content_wrap .apply_wrap ol > li .apply_inner h3 {
  font-size: min(4vw, 30px);
  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: #FFF100;
  color: #000;
  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 #000;
  border-right: solid 1px #000;
  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: 10vw;
}
@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);
  background-color: #EA5504;
  color: #fff;
  text-align: center;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 10px;
}
@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;
}

#receipt {
  position: relative;
}
#receipt .deco_item img {
  position: absolute;
  display: block;
  z-index: 1;
}
#receipt .deco_item .receipt_01 {
  width: min(16.2666666667vw, 122px);
  height: min(24.8vw, 186px);
  left: -4vw;
  top: -15vw;
}
#receipt .deco_item .receipt_02 {
  width: min(15.2vw, 114px);
  height: min(20.1333333333vw, 151px);
  right: -4vw;
  top: -13vw;
}
@media (min-width: 750px) {
  #receipt .deco_item .receipt_01 {
    width: 82px;
    height: 146px;
    left: -30px;
    top: -80px;
  }
  #receipt .deco_item .receipt_02 {
    width: 84px;
    height: 111px;
    right: -30px;
    top: -70px;
  }
}
#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: #EE7736;
  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);
  }
}

#faq {
  position: relative;
  padding-top: 30px;
}
#faq .deco_item img {
  position: absolute;
  display: block;
  z-index: 1;
}
#faq .deco_item .faq_01 {
  width: min(15.7333333333vw, 118px);
  height: min(15.0666666667vw, 113px);
  left: 0;
  top: -8vw;
}
#faq .deco_item .faq_02 {
  width: min(17.8666666667vw, 134px);
  height: min(18.4vw, 138px);
  left: 0;
  top: 15vw;
}
#faq .deco_item .faq_03 {
  width: min(23.0666666667vw, 173px);
  height: min(26.4vw, 198px);
  right: 0;
  top: -10vw;
}
#faq .deco_item .faq_04 {
  position: relative;
}
@media (min-width: 750px) {
  #faq .deco_item .faq_01 {
    width: 78px;
    height: 73px;
    left: 0;
    top: -30px;
  }
  #faq .deco_item .faq_02 {
    width: 94px;
    height: 88px;
    left: 0;
    top: 90px;
  }
  #faq .deco_item .faq_03 {
    width: 113px;
    height: 128px;
    right: 0;
    top: -45px;
  }
}
#faq .content_wrap {
  position: relative;
}
@media (min-width: 750px) {
  #faq .content_wrap {
    padding-bottom: 20px;
  }
}
#faq .content_wrap hgroup.ttl h2 {
  border-top: 1px solid #EA5504;
  padding: 10px 0;
}
@media (min-width: 750px) {
  #faq .faq_wrap {
    margin-top: 50px;
  }
}
#faq .faq_wrap .faq_contents_wrap {
  margin-top: 10px;
  border-radius: 10px;
  border: 1px solid #EE7736;
}
#faq .faq_wrap .faq_contents_wrap p {
  font-size: min(3.4666666667vw, 26px);
}
@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: #EE7736;
}
@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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#faq .faq_wrap .faq_contents_wrap .question {
  border: none;
  color: #fff;
  background-color: #EE7736;
  font-weight: 600;
  width: 100%;
  gap: 10px;
  padding: 20px 50px 20px 20px;
  border-radius: 5px;
  text-align: left;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
  -webkit-align-items: 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: 2px;
  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 {
  border-radius: 5px 5px 0 0;
}
#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;
}
@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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
  -webkit-align-items: 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;
}

#detail {
  background-color: rgba(255, 241, 0, 0.4);
}
#detail .content_wrap {
  padding: 50px 4vw;
}
@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: rgba(234, 85, 4, 0.8);
  color: #fff;
}
@media (min-width: 750px) {
  #detail .content_wrap .campaign_wrap h2 {
    font-size: min(2.6666666667vw, 20px);
  }
}
#detail .content_wrap .campaign_wrap h3 {
  font-size: min(4.5333333333vw, 34px);
  line-height: 1.6;
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 750px) {
  #detail .content_wrap .campaign_wrap h3 {
    font-size: min(2.6666666667vw, 20px);
  }
}
#detail .content_wrap .campaign_wrap .contact {
  margin-bottom: 20px;
  padding: 20px;
  border: 1px solid #EA5504;
  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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 10px;
  width: 100%;
  gap: 20px;
}
#detail .content_wrap .campaign_wrap dl dt {
  font-size: min(3.3333333333vw, 25px);
  background-color: rgba(255, 241, 0, 0.25);
  color: #EA5504;
  padding: 3px 10px;
  text-align: center;
  border-radius: 5px;
  white-space: nowrap;
  -webkit-flex-shrink: 0;
      -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_wrap dl dd {
  font-size: min(4.8vw, 36px);
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (min-width: 750px) {
  #detail .content_wrap .campaign_wrap dl dd {
    font-size: min(3.2vw, 24px);
  }
}
#detail .content_wrap .campaign_info dl {
  margin-top: 20px;
}
#detail .content_wrap .campaign_info dl div {
  display: -webkit-box;
  display: -webkit-flex;
  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 30px;
  text-align: center;
  background-color: #fff;
  position: relative;
}
@media (min-width: 750px) {
  footer {
    padding: 40px 0 35px;
  }
}
footer::before, footer::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
}
footer::before {
  background: url("../../images/img_deco_footer_01.png") no-repeat;
  background-size: contain;
  width: 29vw;
  height: 40vw;
  left: 0;
}
@media (min-width: 750px) {
  footer::before {
    width: 170px;
    height: 234px;
  }
}
footer::after {
  background: url("../../images/img_deco_footer_02.png") no-repeat;
  background-size: contain;
  width: 33vw;
  height: 47vw;
  right: 0;
}
@media (min-width: 750px) {
  footer::after {
    width: 180px;
    height: 255px;
  }
}
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-top: 10px;
}
@media (min-width: 750px) {
  footer .copyright {
    font-size: 16px;
    padding: 10px 50px;
  }
}/*# sourceMappingURL=style.css.map */