@charset "UTF-8";
/*750rem*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@300;600;700&display=swap");
:root {
  --remBasicSize: 16px;
}

* {
  box-sizing: border-box;
}

html,
body {
  font-family: "Noto Serif TC", Helvetica, Arial, "黑體-繁", "Heiti TC", "儷黑", "LiHei", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  font-size: calc(1 * var(--remBasicSize));
  width: 100%;
  height: 100%;
}

.wrapper {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.bg_con {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/bg.png) repeat center;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  z-index: 9;
  display: block;
  height: calc(7.1875 * var(--remBasicSize));
  width: calc(3.625 * var(--remBasicSize));
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: calc(40.625 * var(--remBasicSize));
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  opacity: 0.6;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  width: calc(3.625 * var(--remBasicSize));
  height: calc(7.1875 * var(--remBasicSize));
  background: url(../images/arrow_left.png) no-repeat center;
  background-size: 100%;
  display: block;
  left: calc(1.625 * var(--remBasicSize));
}

.slick-next {
  width: calc(3.625 * var(--remBasicSize));
  height: calc(7.1875 * var(--remBasicSize));
  background: url(../images/arrow_right.png) no-repeat center;
  background-size: 100%;
  display: block;
  right: calc(1.625 * var(--remBasicSize));
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* ----------------------------------------------------
initial html5 reset
---------------------------------------------------- */
html, body, div, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, audio, canvas, details, figcaption, figure, footer, header, hgroup, mark, menu, meter, nav, output, progress, section, summary, time, video {
  border: 0;
  outline: 0;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

body {
  line-height: 1;
}

article, aside, dialog, figure, footer, header, hgroup, nav, section, blockquote {
  display: block;
}

nav ul {
  list-style: none;
}

ol {
  list-style: none;
}

ul {
  list-style: none;
}

ul ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

mark {
  background: none;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input[type=submit], input[type=button], button {
  margin: 0;
  padding: 0;
  border: none;
  vertical-align: middle;
}

input, select, a img {
  vertical-align: middle;
}

/*-------------------------

         a

-------------------------*/
a,
button {
  cursor: pointer;
  text-decoration: none;
  transition: all ease-in-out 0.2s;
}

a:focus, a:active,
button:focus, button:active {
  outline: none;
  text-decoration: none;
}

.container {
  position: relative;
  width: calc(46.875 * var(--remBasicSize));
  margin: 0 auto;
}

/*-------------------------

           kv

-------------------------*/
#kv {
  width: 100vw;
  height: 100vh;
  display: block;
  position: relative;
  background: url(../images/kv/kv_2560.jpg) no-repeat bottom center;
  background-size: cover;
}
@media screen and (max-width: 750px) {
  #kv {
    width: 100%;
    height: calc(49 * var(--remBasicSize));
    background: url(../images/kv/kv_mobile.jpg) no-repeat top center/contain;
  }
}
#kv .container {
  position: relative;
  width: 31.5934065934vw;
  height: 100%;
  margin: 0 auto;
  z-index: 1;
}
#kv .container .title {
  width: 100%;
}
#kv .container .title h1 {
  text-indent: calc(-62499.9375 * var(--remBasicSize));
}

#intro {
  position: relative;
  width: 100%;
  height: calc(23.75 * var(--remBasicSize));
  background: url(../images/bg2.png) repeat center;
}
#intro::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  background-color: #000;
  width: 100%;
  height: calc(0.3125 * var(--remBasicSize));
}
#intro .container {
  padding-top: calc(1.5625 * var(--remBasicSize));
}
#intro .container p {
  text-align: center;
  color: #000;
  font-size: calc(1.5 * var(--remBasicSize));
  line-height: 1.75em;
  font-weight: 600;
  margin: calc(1.25 * var(--remBasicSize));
}
@media screen and (max-width: 750px) {
  #intro .container p {
    font-size: calc(1.5 * var(--remBasicSize));
  }
}
#intro .container a.btn {
  position: relative;
  z-index: 3;
  top: calc(3.125 * var(--remBasicSize));
  display: block;
  width: calc(20.75 * var(--remBasicSize));
  height: calc(4.0625 * var(--remBasicSize));
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  font-weight: 700;
  font-size: calc(1.625 * var(--remBasicSize));
}
#intro .container a.btn::before {
  position: absolute;
  top: calc(-2.1875 * var(--remBasicSize));
  display: block;
  content: "立志當一位Womanboss";
  color: #000;
}
#intro .container a.btn::after {
  position: absolute;
  top: 41%;
  right: calc(0.625 * var(--remBasicSize));
  display: block;
  content: "";
  width: calc(3.1875 * var(--remBasicSize));
  height: calc(0.8125 * var(--remBasicSize));
  background: url(../images/kv/arrow.png) no-repeat center/contain;
  animation: 1s kvbtn_arrow infinite ease-in-out;
}
@keyframes kvbtn_arrow {
  0% {
    right: calc(0.625 * var(--remBasicSize));
  }
  50% {
    right: calc(1.25 * var(--remBasicSize));
  }
}
#intro .container a.btn span {
  color: #fff;
  margin-right: calc(1.625 * var(--remBasicSize));
  letter-spacing: 0.02em;
}
#intro .container a.btn:hover {
  background-color: #9d846c;
}

/*-------------------------

      World Womanboss

-------------------------*/
#editor {
  position: relative;
  padding: calc(8.125 * var(--remBasicSize)) 0 calc(10.625 * var(--remBasicSize));
}
#editor .container {
  position: relative;
  z-index: 3;
}
#editor .container .title {
  padding-bottom: calc(1.25 * var(--remBasicSize));
}
#editor .container .title h2 {
  width: calc(23.375 * var(--remBasicSize));
  height: calc(7.125 * var(--remBasicSize));
  background: url(../images/editor/h2.png) no-repeat top center/contain;
  text-indent: -99999px;
  margin: 0 auto calc(1.625 * var(--remBasicSize));
}
#editor .container .title .hr {
  width: calc(5 * var(--remBasicSize));
  height: calc(0.0625 * var(--remBasicSize));
  background-color: #000;
  margin: 0 auto calc(1.25 * var(--remBasicSize));
}
#editor .container .title p {
  font-size: calc(1.625 * var(--remBasicSize));
  font-weight: 300;
  line-height: 1.5em;
  text-align: center;
}
#editor .container .content {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
#editor .container .content a.item {
  position: relative;
  display: block;
  width: calc(22.625 * var(--remBasicSize));
  height: calc(37.5 * var(--remBasicSize));
}
#editor .container .content a.item:hover:nth-child(2) {
  cursor: auto;
}
#editor .container .content a.item:hover:nth-child(2) .pic img {
  transform: scale(1);
}
#editor .container .content a.item:hover .pic img {
  transform: scale(1.08);
  transition: all ease-in-out 0.5s;
}
#editor .container .content a.item .con {
  position: absolute;
  z-index: 2;
  width: calc(20 * var(--remBasicSize));
  top: calc(2.625 * var(--remBasicSize));
  left: calc(2.625 * var(--remBasicSize));
}
#editor .container .content a.item .con .de {
  position: absolute;
  z-index: 3;
  top: calc(-1.875 * var(--remBasicSize));
  left: calc(-1.875 * var(--remBasicSize));
  display: block;
  width: calc(4.8125 * var(--remBasicSize));
  height: calc(4.8125 * var(--remBasicSize));
  animation: 10s de1 infinite linear;
}
@keyframes de1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#editor .container .content a.item .con .pic {
  width: calc(20 * var(--remBasicSize));
  height: calc(20 * var(--remBasicSize));
  margin-bottom: calc(0.625 * var(--remBasicSize));
  overflow: hidden;
}
#editor .container .content a.item .con .pic img {
  transition: all ease-in-out 0.5s;
  display: block;
  width: calc(20 * var(--remBasicSize));
  height: calc(20 * var(--remBasicSize));
}
#editor .container .content a.item .con span {
  color: #000;
  font-size: calc(1.625 * var(--remBasicSize));
  font-weight: 600;
  line-height: 1.4em;
}
#editor .container .content a.item .con .more {
  position: relative;
  width: calc(10.1875 * var(--remBasicSize));
  height: calc(2.0625 * var(--remBasicSize));
  background: url(../images/editor/more_1.png) no-repeat top center/contain;
  margin-top: calc(1.375 * var(--remBasicSize));
}
#editor .container .content a.item .con .more::after {
  position: absolute;
  top: 0;
  right: calc(-1.3125 * var(--remBasicSize));
  display: block;
  content: "";
  width: calc(1.3125 * var(--remBasicSize));
  height: calc(2.0625 * var(--remBasicSize));
  background: url(../images/editor/more_2.png) no-repeat center/contain;
  animation: 1s more infinite ease-in-out;
}
@keyframes more {
  0% {
    right: calc(-1.3125 * var(--remBasicSize));
  }
  50% {
    right: calc(-1.9375 * var(--remBasicSize));
  }
}
#editor .container .content a.item .con .coming {
  position: relative;
  width: calc(12.4375 * var(--remBasicSize));
  height: calc(2.0625 * var(--remBasicSize));
  background: url(../images/editor/comingsoon.png) no-repeat top center/contain;
  margin-top: calc(1.375 * var(--remBasicSize));
}
#editor .container .content a.item .item_bg {
  position: absolute;
  z-index: 1;
  width: calc(18.625 * var(--remBasicSize));
  height: calc(15 * var(--remBasicSize));
}
#editor .container .content a.item.i1 {
  margin-left: calc(-1.875 * var(--remBasicSize));
}
#editor .container .content a.item.i2 {
  top: calc(7.5 * var(--remBasicSize));
}
#editor .edbg {
  position: absolute;
  z-index: 1;
  top: calc(37.5 * var(--remBasicSize));
  width: 100%;
  height: calc(25.3125 * var(--remBasicSize));
  background-color: #fff;
}

#womaboss .container {
  position: relative;
  z-index: 3;
}
#womaboss .container .title {
  padding-bottom: calc(1.25 * var(--remBasicSize));
}
#womaboss .container .title span {
  display: block;
  width: calc(10.625 * var(--remBasicSize));
  height: calc(2.375 * var(--remBasicSize));
  background: url(../images/woman/2024.png) no-repeat top center/contain;
  text-indent: -99999px;
  margin: 0 auto calc(1.25 * var(--remBasicSize));
}
#womaboss .container .title h2 {
  width: calc(26.6875 * var(--remBasicSize));
  height: calc(6.75 * var(--remBasicSize));
  background: url(../images/woman/h2.png) no-repeat top center/contain;
  text-indent: -99999px;
  margin: 0 auto calc(1.625 * var(--remBasicSize));
}
#womaboss .container .title .hr {
  width: calc(5 * var(--remBasicSize));
  height: calc(0.0625 * var(--remBasicSize));
  background-color: #000;
  margin: 0 auto calc(1.25 * var(--remBasicSize));
}
#womaboss .container .title p {
  font-size: calc(1.625 * var(--remBasicSize));
  font-weight: 300;
  line-height: 1.5em;
  text-align: center;
}
#womaboss .container .content {
  position: relative;
  min-height: calc(53.125 * var(--remBasicSize));
  padding: calc(3.125 * var(--remBasicSize)) calc(1.3125 * var(--remBasicSize)) 0;
  /*--- Dots ---*/
}
#womaboss .container .content::before, #womaboss .container .content::after {
  position: absolute;
  display: block;
  content: "";
  top: calc(10.25 * var(--remBasicSize));
  width: calc(22.375 * var(--remBasicSize));
  height: calc(19.75 * var(--remBasicSize));
  background-color: #dbd0c5;
}
#womaboss .container .content::before {
  left: 0;
}
#womaboss .container .content::after {
  right: 0;
}
#womaboss .container .content .de {
  position: absolute;
  z-index: 3;
  top: calc(-2.1875 * var(--remBasicSize));
  right: calc(-7.1875 * var(--remBasicSize));
  width: calc(14.6875 * var(--remBasicSize));
  height: calc(14.6875 * var(--remBasicSize));
}
#womaboss .container .content .de img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: calc(14.6875 * var(--remBasicSize));
  height: calc(14.6875 * var(--remBasicSize));
}
#womaboss .container .content .de img.womanboss_3-1 {
  animation: 10s de22 infinite linear;
}
#womaboss .container .content .slides {
  position: relative;
  z-index: 2;
  width: 100%;
}
#womaboss .container .content .slides .slider_wrap {
  display: block;
  width: calc(20.125 * var(--remBasicSize));
  padding: 0 calc(0.9375 * var(--remBasicSize));
}
#womaboss .container .content .slides .slider_wrap.even {
  padding-top: calc(2.125 * var(--remBasicSize));
}
#womaboss .container .content .slides .slider_wrap .name {
  width: calc(20.125 * var(--remBasicSize));
  height: calc(5 * var(--remBasicSize));
}
#womaboss .container .content .slides .slider_wrap .pic {
  width: calc(20.125 * var(--remBasicSize));
  height: calc(23.75 * var(--remBasicSize));
}
#womaboss .container .content .slides .slider_wrap span {
  width: calc(20.125 * var(--remBasicSize));
  display: block;
  color: #000;
  font-size: calc(1.625 * var(--remBasicSize));
  font-weight: 600;
  line-height: 1.4em;
  margin-top: calc(0.625 * var(--remBasicSize));
}
#womaboss .container .content .slides .slider_wrap .more {
  position: relative;
  width: calc(10.1875 * var(--remBasicSize));
  height: calc(2.0625 * var(--remBasicSize));
  background: url(../images/editor/more_1.png) no-repeat top center/contain;
  margin-top: calc(1.375 * var(--remBasicSize));
}
#womaboss .container .content .slides .slider_wrap .more::after {
  position: absolute;
  top: 0;
  right: calc(-1.3125 * var(--remBasicSize));
  display: block;
  content: "";
  width: calc(1.3125 * var(--remBasicSize));
  height: calc(2.0625 * var(--remBasicSize));
  background: url(../images/editor/more_2.png) no-repeat center/contain;
  animation: 1s more infinite ease-in-out;
}
#womaboss .container .content .slick-dotted.slick-slider {
  margin-bottom: 0px;
}
#womaboss .container .content .slick-dots {
  position: absolute;
  z-index: 3;
  top: calc(-3.125 * var(--remBasicSize));
  display: flex;
  justify-content: center;
  width: 100%;
  height: calc(3.125 * var(--remBasicSize));
  padding: 0;
  list-style: none;
  text-align: center;
}
#womaboss .container .content .slick-dots li {
  justify-content: center;
  position: relative;
  display: inline-block;
  width: calc(0.9375 * var(--remBasicSize));
  height: calc(0.9375 * var(--remBasicSize));
  margin: 0 calc(0.25 * var(--remBasicSize));
  padding: 0;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  #womaboss .container .content .slick-dots li {
    width: calc(1.5625 * var(--remBasicSize));
    height: calc(1.5625 * var(--remBasicSize));
    margin: 0 calc(0.5 * var(--remBasicSize));
  }
}
#womaboss .container .content .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
}
#womaboss .container .content .slick-dots li button:hover, #womaboss .container .content .slick-dots li button:focus {
  outline: none;
}
#womaboss .container .content .slick-dots li button:before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0;
  width: calc(0.9375 * var(--remBasicSize));
  height: calc(0.9375 * var(--remBasicSize));
  background-color: #c2b5a9;
  border-radius: calc(3.125 * var(--remBasicSize));
  ㄥborder: solid calc(0.0625 * var(--remBasicSize)) #c2b5a9;
}
@media screen and (max-width: 750px) {
  #womaboss .container .content .slick-dots li button:before {
    width: calc(1.5625 * var(--remBasicSize));
    height: calc(1.5625 * var(--remBasicSize));
  }
}
#womaboss .container .content .slick-dots li.slick-active button:before {
  opacity: 1;
}

/*-------------------------

        產品介紹

-------------------------*/
#pd {
  position: relative;
  padding-bottom: calc(3.75 * var(--remBasicSize));
}
#pd .container {
  padding-top: calc(5.625 * var(--remBasicSize));
  width: 100%;
}
#pd .container .title {
  position: relative;
  z-index: 3;
  padding-bottom: calc(2.5 * var(--remBasicSize));
}
#pd .container .title span {
  display: block;
  width: calc(18.0625 * var(--remBasicSize));
  height: calc(1.8125 * var(--remBasicSize));
  background: url(../images/pd/span.png) no-repeat top center/contain;
  text-indent: -99999px;
  margin: 0 auto calc(1.5 * var(--remBasicSize));
}
#pd .container .title h2 {
  width: calc(19.8125 * var(--remBasicSize));
  height: calc(6.8125 * var(--remBasicSize));
  background: url(../images/pd/h2.png) no-repeat top center/contain;
  text-indent: -99999px;
  margin: 0 auto calc(1.625 * var(--remBasicSize));
}
#pd .container .title .hr {
  width: calc(5 * var(--remBasicSize));
  height: calc(0.0625 * var(--remBasicSize));
  background-color: #000;
  margin: 0 auto calc(1.25 * var(--remBasicSize));
}
#pd .container .title p {
  font-size: calc(1.625 * var(--remBasicSize));
  font-weight: 300;
  line-height: 1.5em;
  text-align: center;
}
#pd .container .pd_tab_group {
  position: relative;
  top: 0;
  z-index: 10;
  width: 100%;
  height: calc(7.125 * var(--remBasicSize));
  display: flex;
  justify-content: center;
}
#pd .container .pd_tab_group .tab {
  position: relative;
  z-index: 2;
  display: block;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
#pd .container .pd_tab_group .tab1 {
  width: calc(12.375 * var(--remBasicSize));
  height: calc(7.125 * var(--remBasicSize));
  background: url(../images/pd/item1.png) no-repeat center/contain;
}
#pd .container .pd_tab_group .tab1.active {
  background: url(../images/pd/item1_force.png) no-repeat center/contain;
}
#pd .container .pd_tab_group .tab2 {
  width: calc(13.8125 * var(--remBasicSize));
  height: calc(7.125 * var(--remBasicSize));
  background: url(../images/pd/item2.png) no-repeat center/contain;
}
#pd .container .pd_tab_group .tab2.active {
  background: url(../images/pd/item2_force.png) no-repeat center/contain;
}
#pd .container .pd_tab_group .tab3 {
  width: calc(12.25 * var(--remBasicSize));
  height: calc(7.125 * var(--remBasicSize));
  background: url(../images/pd/item3.png) no-repeat center/contain;
}
#pd .container .pd_tab_group .tab3.active {
  background: url(../images/pd/item3_force.png) no-repeat center/contain;
}
#pd .container .pd_tab_group .tab4 {
  width: calc(8.4375 * var(--remBasicSize));
  height: calc(7.125 * var(--remBasicSize));
  background: url(../images/pd/item4.png) no-repeat center/contain;
}
#pd .container .pd_tab_group .tab4.active {
  background: url(../images/pd/item4_force.png) no-repeat center/contain;
}
#pd .container .content {
  position: relative;
  z-index: 2;
}
#pd .container .content .pd_tab_content {
  position: relative;
  height: calc(121.875 * var(--remBasicSize));
  /*--- Dots ---*/
}
#pd .container .content .pd_tab_content .pd_content {
  position: relative;
  width: 100%;
  margin: 0 auto;
  display: block !important;
  position: absolute !important;
  transform: translateX(-100000px);
}
#pd .container .content .pd_tab_content .pd_content.active {
  transform: translateX(0);
}
#pd .container .content .pd_tab_content .w750 {
  position: relative;
  z-index: 3;
  width: calc(46.875 * var(--remBasicSize));
  min-height: calc(46.875 * var(--remBasicSize));
  margin: 0 auto;
}
#pd .container .content .pd_tab_content .w750::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: calc(46.875 * var(--remBasicSize));
  height: 3px;
  background-color: #000;
}
#pd .container .content .pd_tab_content .w750 .box {
  padding: calc(1.5625 * var(--remBasicSize)) 0 calc(2.1875 * var(--remBasicSize));
  background-color: hsla(44, 27%, 92%, 0.4);
}
#pd .container .content .pd_tab_content .w750 .box .edit {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: calc(0.625 * var(--remBasicSize)) auto calc(1.875 * var(--remBasicSize));
}
#pd .container .content .pd_tab_content .w750 .box .edit .editpic {
  display: block;
  width: calc(9.75 * var(--remBasicSize));
  height: calc(9.8125 * var(--remBasicSize));
  margin-right: calc(0.625 * var(--remBasicSize));
}
#pd .container .content .pd_tab_content .w750 .box .edit .txt {
  width: 60%;
}
#pd .container .content .pd_tab_content .w750 .box .edit .txt .name {
  font-size: calc(1.5 * var(--remBasicSize));
  border-bottom: solid 1px #dbd0c5;
  padding-bottom: calc(0.625 * var(--remBasicSize));
  margin-bottom: calc(0.625 * var(--remBasicSize));
  font-weight: 600;
}
#pd .container .content .pd_tab_content .w750 .box .edit .txt .name strong {
  font-size: calc(1.8125 * var(--remBasicSize));
  vertical-align: baseline;
  margin-left: calc(0.625 * var(--remBasicSize));
}
#pd .container .content .pd_tab_content .w750 .box .edit .txt p {
  font-size: calc(1.375 * var(--remBasicSize));
  line-height: 1.4em;
  text-align: justify;
}
#pd .container .content .pd_tab_content .w750 .box .goodgoodslist {
  position: relative;
  z-index: 2;
  margin-top: calc(1.25 * var(--remBasicSize));
  min-height: calc(41.875 * var(--remBasicSize));
}
#pd .container .content .pd_tab_content .w750 .box .goodgoodslist .product_title {
  display: block;
  width: calc(26.0625 * var(--remBasicSize));
  height: calc(2.25 * var(--remBasicSize));
  margin: 0 auto calc(0.625 * var(--remBasicSize));
}
#pd .container .content .pd_tab_content .w750 .box .goodgoodslist .more {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(3.125 * var(--remBasicSize));
  height: calc(3.125 * var(--remBasicSize));
}
#pd .container .content .pd_tab_content .w750 .box .goodgoodslist .more .icon {
  position: absolute;
  z-index: 2;
  width: calc(1.25 * var(--remBasicSize));
  height: calc(1.25 * var(--remBasicSize));
  background: url(../images/pd/more.png) no-repeat center/contain;
}
#pd .container .content .pd_tab_content .w750 .box .goodgoodslist .more .icon2 {
  position: absolute;
  display: block;
  width: calc(1.25 * var(--remBasicSize));
  height: calc(1.25 * var(--remBasicSize));
  background-color: #dbd0c5;
  animation: 2s icon infinite ease-in-out;
  border-radius: calc(3.125 * var(--remBasicSize));
}
@keyframes icon {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    transform: scale(1.9);
    opacity: 0;
  }
}
#pd .container .content .pd_tab_content .w750 .bg {
  position: absolute;
  z-index: -3;
  top: calc(-40.625 * var(--remBasicSize));
  left: calc(-12.0625 * var(--remBasicSize));
  width: calc(71.125 * var(--remBasicSize));
  height: calc(94.375 * var(--remBasicSize));
  background: url(../images/pd/bg.png) no-repeat top center/contain;
}
#pd .container .content .pd_tab_content .slides.center {
  position: relative;
  z-index: 5;
  top: calc(-3.125 * var(--remBasicSize));
  margin: 0 auto calc(1.875 * var(--remBasicSize));
}
#pd .container .content .pd_tab_content .slides.center .slider_wrap {
  position: relative;
  display: block;
  transform: scale(0.9);
  transition: all 300ms ease;
  min-height: calc(31.25 * var(--remBasicSize));
  background-color: #fff;
  box-shadow: 0 0 calc(1.25 * var(--remBasicSize)) hsla(30, 23%, 82%, 0.6);
  border-radius: calc(1.125 * var(--remBasicSize));
  padding: calc(1.125 * var(--remBasicSize));
}
#pd .container .content .pd_tab_content .slides.center .slider_wrap:hover .pic img {
  transform: scale(1.05);
  transition: all ease-in-out 0.5s;
}
#pd .container .content .pd_tab_content .slides.center .slider_wrap .con {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding-bottom: calc(3.75 * var(--remBasicSize));
}
#pd .container .content .pd_tab_content .slides.center .slider_wrap .con .pic {
  overflow: hidden;
  margin: 0 auto;
  display: flex;
  align-items: center;
  min-height: calc(12.5 * var(--remBasicSize));
  max-height: calc(15.625 * var(--remBasicSize));
}
@media screen and (max-width: 750px) {
  #pd .container .content .pd_tab_content .slides.center .slider_wrap .con .pic {
    max-height: calc(21.875 * var(--remBasicSize));
  }
}
#pd .container .content .pd_tab_content .slides.center .slider_wrap .con .pic img {
  display: block;
  width: 100%;
  transition: all ease-in-out 0.2s;
}
#pd .container .content .pd_tab_content .slides.center .slider_wrap .con p {
  color: #000;
  font-size: calc(1.5 * var(--remBasicSize));
  font-weight: 600;
  text-align: justify;
  line-height: 1.3em;
  padding: 0 3%;
  margin: calc(0.5 * var(--remBasicSize)) auto;
}
@media screen and (max-width: 750px) {
  #pd .container .content .pd_tab_content .slides.center .slider_wrap .con p {
    font-size: calc(1.8125 * var(--remBasicSize));
  }
}
#pd .container .content .pd_tab_content .slides.center .slider_wrap .con span {
  display: block;
  color: #000;
  font-size: calc(1.4375 * var(--remBasicSize));
  padding: 0 3%;
  line-height: 1.3em;
}
#pd .container .content .pd_tab_content .slides.center .slider_wrap .con .more {
  position: absolute;
  right: calc(1.25 * var(--remBasicSize));
  width: calc(10.1875 * var(--remBasicSize));
  height: calc(2.0625 * var(--remBasicSize));
  background: url(../images/editor/more_1.png) no-repeat top center/contain;
  margin-top: calc(1.375 * var(--remBasicSize));
}
#pd .container .content .pd_tab_content .slides.center .slider_wrap .con .more::after {
  position: absolute;
  top: 0;
  right: calc(-1.3125 * var(--remBasicSize));
  display: block;
  content: "";
  width: calc(1.3125 * var(--remBasicSize));
  height: calc(2.0625 * var(--remBasicSize));
  background: url(../images/editor/more_2.png) no-repeat center/contain;
  animation: 1s more infinite ease-in-out;
}
@keyframes more {
  0% {
    right: calc(-1.3125 * var(--remBasicSize));
  }
  50% {
    right: calc(-1.9375 * var(--remBasicSize));
  }
}
#pd .container .content .pd_tab_content .slick-dotted.slick-slider {
  margin-bottom: 0px;
}
#pd .container .content .pd_tab_content .slick-dots {
  position: absolute;
  z-index: 3;
  top: calc(33.75 * var(--remBasicSize));
  display: flex;
  justify-content: center;
  width: 100%;
  height: calc(3.125 * var(--remBasicSize));
  padding: 0;
  list-style: none;
  text-align: center;
}
@media screen and (max-width: 750px) {
  #pd .container .content .pd_tab_content .slick-dots {
    top: calc(37.5 * var(--remBasicSize));
  }
}
#pd .container .content .pd_tab_content .slick-dots li {
  justify-content: center;
  position: relative;
  display: inline-block;
  width: calc(0.9375 * var(--remBasicSize));
  height: calc(0.9375 * var(--remBasicSize));
  margin: 0 calc(0.25 * var(--remBasicSize));
  padding: 0;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  #pd .container .content .pd_tab_content .slick-dots li {
    width: calc(1.5625 * var(--remBasicSize));
    height: calc(1.5625 * var(--remBasicSize));
    margin: 0 calc(0.5 * var(--remBasicSize));
  }
}
#pd .container .content .pd_tab_content .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
}
#pd .container .content .pd_tab_content .slick-dots li button:hover, #pd .container .content .pd_tab_content .slick-dots li button:focus {
  outline: none;
}
#pd .container .content .pd_tab_content .slick-dots li button:before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0;
  width: calc(0.9375 * var(--remBasicSize));
  height: calc(0.9375 * var(--remBasicSize));
  background-color: #947556;
  border-radius: calc(3.125 * var(--remBasicSize));
}
@media screen and (max-width: 750px) {
  #pd .container .content .pd_tab_content .slick-dots li button:before {
    width: calc(1.5625 * var(--remBasicSize));
    height: calc(1.5625 * var(--remBasicSize));
  }
}
#pd .container .content .pd_tab_content .slick-dots li.slick-active button:before {
  opacity: 1;
}
#pd .container .content .pd_content1 .product .m1 {
  top: calc(7.8125 * var(--remBasicSize));
  left: calc(12.5 * var(--remBasicSize));
}
#pd .container .content .pd_content1 .product .m2 {
  top: calc(11.4375 * var(--remBasicSize));
  left: calc(26.25 * var(--remBasicSize));
}
#pd .container .content .pd_content1 .product .m3 {
  top: calc(7.875 * var(--remBasicSize));
  left: calc(39.75 * var(--remBasicSize));
}
#pd .container .content .pd_content1 .product .m4 {
  top: calc(28 * var(--remBasicSize));
  left: calc(19.0625 * var(--remBasicSize));
}
#pd .container .content .pd_content1 .product .m5 {
  top: calc(26.5 * var(--remBasicSize));
  left: calc(39.75 * var(--remBasicSize));
}
#pd .container .content .pd_content1 .product .m6 {
  top: calc(41.6875 * var(--remBasicSize));
  left: calc(17.5 * var(--remBasicSize));
}
#pd .container .content .pd_content1 .product .m7 {
  top: calc(41.6875 * var(--remBasicSize));
  left: calc(32.875 * var(--remBasicSize));
}
#pd .container .content .pd_content1 .product {
  position: relative;
  width: calc(46.875 * var(--remBasicSize));
  height: calc(55 * var(--remBasicSize));
  background: url(../images/pd/beauty_content.png) no-repeat top center/contain;
}
#pd .container .content .pd_content2 .product .m1 {
  top: calc(7.8125 * var(--remBasicSize));
  left: calc(12.5 * var(--remBasicSize));
}
#pd .container .content .pd_content2 .product .m2 {
  top: calc(11.4375 * var(--remBasicSize));
  left: calc(26.25 * var(--remBasicSize));
}
#pd .container .content .pd_content2 .product .m3 {
  top: calc(7.875 * var(--remBasicSize));
  left: calc(39.75 * var(--remBasicSize));
}
#pd .container .content .pd_content2 .product .m4 {
  top: calc(25 * var(--remBasicSize));
  left: calc(12.5 * var(--remBasicSize));
}
#pd .container .content .pd_content2 .product .m5 {
  top: calc(28.125 * var(--remBasicSize));
  left: calc(26.25 * var(--remBasicSize));
}
#pd .container .content .pd_content2 .product .m6 {
  top: calc(25 * var(--remBasicSize));
  left: calc(39.75 * var(--remBasicSize));
}
#pd .container .content .pd_content2 .product .m7 {
  top: calc(41.875 * var(--remBasicSize));
  left: calc(14.375 * var(--remBasicSize));
}
#pd .container .content .pd_content2 .product .m8 {
  top: calc(45 * var(--remBasicSize));
  left: calc(26.25 * var(--remBasicSize));
}
#pd .container .content .pd_content2 .product .m9 {
  top: calc(41.875 * var(--remBasicSize));
  left: calc(40.625 * var(--remBasicSize));
}
#pd .container .content .pd_content2 .product .m10 {
  top: calc(58.9375 * var(--remBasicSize));
  left: calc(19.375 * var(--remBasicSize));
}
#pd .container .content .pd_content2 .product .m11 {
  top: calc(58.9375 * var(--remBasicSize));
  left: calc(36.875 * var(--remBasicSize));
}
#pd .container .content .pd_content2 .product {
  position: relative;
  width: calc(46.875 * var(--remBasicSize));
  height: calc(67.125 * var(--remBasicSize));
  background: url(../images/pd/skin_content.png) no-repeat top center/contain;
}
#pd .container .content .pd_content3 .product .m1 {
  top: calc(8 * var(--remBasicSize));
  left: calc(13.375 * var(--remBasicSize));
}
#pd .container .content .pd_content3 .product .m2 {
  top: calc(12.875 * var(--remBasicSize));
  left: calc(27.3125 * var(--remBasicSize));
}
#pd .container .content .pd_content3 .product .m3 {
  top: calc(7.875 * var(--remBasicSize));
  left: calc(41.875 * var(--remBasicSize));
}
#pd .container .content .pd_content3 .product .m4 {
  top: calc(25.8125 * var(--remBasicSize));
  left: calc(13.375 * var(--remBasicSize));
}
#pd .container .content .pd_content3 .product .m5 {
  top: calc(29.5 * var(--remBasicSize));
  left: calc(27.3125 * var(--remBasicSize));
}
#pd .container .content .pd_content3 .product .m6 {
  top: calc(25.8125 * var(--remBasicSize));
  left: calc(41.875 * var(--remBasicSize));
}
#pd .container .content .pd_content3 .product {
  position: relative;
  width: calc(46.875 * var(--remBasicSize));
  height: calc(41.875 * var(--remBasicSize));
  background: url(../images/pd/fashion_content.png) no-repeat top center/contain;
}
#pd .container .content .pd_content4 .product .m1 {
  top: calc(8 * var(--remBasicSize));
  left: calc(13.375 * var(--remBasicSize));
}
#pd .container .content .pd_content4 .product .m2 {
  top: calc(12.875 * var(--remBasicSize));
  left: calc(27.3125 * var(--remBasicSize));
}
#pd .container .content .pd_content4 .product .m3 {
  top: calc(7.875 * var(--remBasicSize));
  left: calc(41.875 * var(--remBasicSize));
}
#pd .container .content .pd_content4 .product .m4 {
  top: calc(25.8125 * var(--remBasicSize));
  left: calc(13.375 * var(--remBasicSize));
}
#pd .container .content .pd_content4 .product .m5 {
  top: calc(29.5 * var(--remBasicSize));
  left: calc(27.3125 * var(--remBasicSize));
}
#pd .container .content .pd_content4 .product .m6 {
  top: calc(25.8125 * var(--remBasicSize));
  left: calc(41.875 * var(--remBasicSize));
}
#pd .container .content .pd_content4 .product {
  position: relative;
  width: calc(46.875 * var(--remBasicSize));
  height: calc(41.875 * var(--remBasicSize));
  background: url(../images/pd/life_content.png) no-repeat top center/contain;
}

/*-------------------------

      visionboard
      夢想板

-------------------------*/
#visionboard {
  position: relative;
  overflow: hidden;
  padding: calc(5 * var(--remBasicSize)) 0 calc(10.625 * var(--remBasicSize));
  width: 100%;
  min-width: calc(46.875 * var(--remBasicSize));
  height: calc(71 * var(--remBasicSize));
  background: url(../images/visionboard/bg.jpg) no-repeat center/cover;
}
#visionboard::before {
  position: absolute;
  z-index: 5;
  display: block;
  content: "";
  bottom: 0;
  left: 0;
  background-color: #000;
  width: 100%;
  height: calc(0.3125 * var(--remBasicSize));
}
#visionboard::after {
  position: absolute;
  z-index: 2;
  display: block;
  content: "";
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, hsla(30, 23%, 82%, 0) 0%, hsla(30, 23%, 82%, 0.6) 50%) !important;
  width: 100%;
  height: calc(18.75 * var(--remBasicSize));
}
#visionboard .container {
  position: relative;
  z-index: 3;
}
#visionboard .container .title {
  padding-bottom: calc(1.25 * var(--remBasicSize));
}
#visionboard .container .title h2 {
  width: calc(23.375 * var(--remBasicSize));
  height: calc(7.125 * var(--remBasicSize));
  background: url(../images/visionboard/h2.png) no-repeat top center/contain;
  text-indent: -99999px;
  margin: 0 auto calc(1.625 * var(--remBasicSize));
}
#visionboard .container .title .hr {
  width: calc(5 * var(--remBasicSize));
  height: calc(0.0625 * var(--remBasicSize));
  background-color: #000;
  margin: 0 auto calc(1.25 * var(--remBasicSize));
}
#visionboard .container .title p {
  color: #fff;
  font-size: calc(1.625 * var(--remBasicSize));
  font-weight: 600;
  line-height: 1.5em;
  text-align: center;
}
#visionboard .container .content {
  position: relative;
  z-index: 6;
}
#visionboard .container .content a.btn_gift {
  position: relative;
  z-index: 6;
  display: block;
  width: calc(14.375 * var(--remBasicSize));
  height: calc(3.5 * var(--remBasicSize));
  background: url(../images/visionboard/btn_gift.png) no-repeat top center/contain;
  margin: 0 auto;
}
#visionboard .container .content a.btn_gift::after {
  position: absolute;
  content: "";
  display: block;
  pointer-events: none;
  height: 0;
  width: 0;
  top: 38%;
  right: 6%;
  border: solid transparent;
  border-left-color: #000;
  border-width: calc(0.5 * var(--remBasicSize));
  animation: 1s arrow infinite ease-in-out;
}
@keyframes arrow {
  0% {
    right: 6%;
  }
  50% {
    right: 4%;
  }
  100% {
    right: 6%;
  }
}
#visionboard .container .content .demo {
  position: relative;
  z-index: 6;
  width: calc(46.875 * var(--remBasicSize));
  height: calc(35.0625 * var(--remBasicSize));
  background: url(../images/visionboard/demo.png) no-repeat center/cover;
}
#visionboard .container .content a.btn_go_data {
  position: relative;
  z-index: 3;
  display: block;
  width: calc(20.75 * var(--remBasicSize));
  height: calc(4.0625 * var(--remBasicSize));
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
#visionboard .container .content a.btn_go_data::after {
  position: absolute;
  top: 41%;
  right: calc(1.875 * var(--remBasicSize));
  display: block;
  content: "";
  width: calc(3.1875 * var(--remBasicSize));
  height: calc(0.8125 * var(--remBasicSize));
  background: url(../images/kv/arrow.png) no-repeat center/contain;
  animation: 1s go_data_arrow infinite ease-in-out;
}
@keyframes go_data_arrow {
  0% {
    right: calc(1.875 * var(--remBasicSize));
  }
  50% {
    right: calc(2.5 * var(--remBasicSize));
  }
}
#visionboard .container .content a.btn_go_data span {
  color: #fff;
  font-weight: 700;
  font-size: calc(1.875 * var(--remBasicSize));
  margin-right: calc(0.625 * var(--remBasicSize));
  letter-spacing: 0.1em;
}
#visionboard .container .content a.btn_go_data:hover {
  background-color: #9d846c;
}
#visionboard .container .content .coming {
  position: relative;
  z-index: 6;
  display: block;
  width: calc(20.75 * var(--remBasicSize));
  height: calc(4.0625 * var(--remBasicSize));
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
#visionboard .container .content .coming span {
  color: #fff;
  font-weight: 600;
  font-size: calc(1.875 * var(--remBasicSize));
  margin-right: calc(0.625 * var(--remBasicSize));
  letter-spacing: 0.01em;
}
#visionboard .container .content .marquee {
  position: absolute;
  top: calc(5.5 * var(--remBasicSize));
  left: calc(4.375 * var(--remBasicSize));
  width: calc(40 * var(--remBasicSize));
  height: calc(40 * var(--remBasicSize));
  background-color: rgba(255, 255, 255, 0.4);
  transform: rotate(-14deg);
}
#visionboard .container .content .marquee .mar {
  position: absolute;
  width: calc(35 * var(--remBasicSize));
}
#visionboard .container .content .marquee .mar.beauty-marquee1 {
  left: calc(3.125 * var(--remBasicSize));
  top: calc(-1.5625 * var(--remBasicSize));
  transform: rotate(180deg);
}
#visionboard .container .content .marquee .mar.beauty-marquee2 {
  right: calc(1.5625 * var(--remBasicSize));
  top: calc(3.125 * var(--remBasicSize));
  transform: rotate(-90deg);
  transform-origin: top right;
}
#visionboard .container .content .marquee .mar.beauty-marquee3 {
  left: calc(3.125 * var(--remBasicSize));
  bottom: calc(-1.5625 * var(--remBasicSize));
}
#visionboard .container .content .marquee .mar.beauty-marquee4 {
  left: calc(1.5625 * var(--remBasicSize));
  top: calc(3.125 * var(--remBasicSize));
  transform: rotate(90deg);
  transform-origin: top left;
}
#visionboard .container .content .marquee .mar .outer-box {
  width: 100%;
  height: calc(3.1875 * var(--remBasicSize));
  background: url(../images/de/marquee1.png) repeat-x;
  background-size: contain;
  animation: 10s marquee_wh infinite linear;
}
@keyframes marquee_wh {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: -200% 0%;
  }
}

/*-------------------------

      visionboard
      SNS

-------------------------*/
#ig {
  position: relative;
  min-height: calc(93.75 * var(--remBasicSize));
  padding: calc(6.25 * var(--remBasicSize)) 0 calc(9.375 * var(--remBasicSize));
}
#ig .container {
  position: relative;
  z-index: 3;
}
#ig .container .title {
  padding-bottom: calc(1.25 * var(--remBasicSize));
}
#ig .container .title h2 {
  width: calc(23.375 * var(--remBasicSize));
  height: calc(7.125 * var(--remBasicSize));
  background: url(../images/ig/h2.png) no-repeat top center/contain;
  text-indent: -99999px;
  margin: 0 auto calc(1.625 * var(--remBasicSize));
}
#ig .container .title .hr {
  width: calc(5 * var(--remBasicSize));
  height: calc(0.0625 * var(--remBasicSize));
  background-color: #000;
  margin: 0 auto calc(1.25 * var(--remBasicSize));
}
#ig .container .content {
  position: relative;
}
#ig .container .content .de {
  position: absolute;
  display: block;
  top: calc(-5 * var(--remBasicSize));
  right: calc(1.25 * var(--remBasicSize));
  width: calc(9.875 * var(--remBasicSize));
  height: calc(9.875 * var(--remBasicSize));
  background: url(../images/de/womanboss_2.png) no-repeat center/contain;
  animation: 10s de22 infinite linear;
}
@keyframes de22 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#ig .container .content .box {
  padding-bottom: calc(9.375 * var(--remBasicSize));
}
#ig .container .content .box .ig_con1 {
  display: block;
  width: calc(35 * var(--remBasicSize));
  height: calc(53.75 * var(--remBasicSize));
  margin: 0 auto calc(2.5 * var(--remBasicSize));
  background: url(../images/ig/item1.png) no-repeat center/contain;
  box-shadow: 0 0 calc(0.9375 * var(--remBasicSize)) hsla(0, 0%, 0%, 0.15);
}
#ig .container .content .box .ig_con2 {
  display: block;
  width: calc(35 * var(--remBasicSize));
  height: calc(53.75 * var(--remBasicSize));
  margin: 0 auto calc(2.5 * var(--remBasicSize));
  background: url(../images/ig/item2.png) no-repeat center/contain;
  box-shadow: 0 0 calc(0.9375 * var(--remBasicSize)) hsla(0, 0%, 0%, 0.15);
}
#ig .bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(45 * var(--remBasicSize));
  background: url(../images/bg2.png) repeat center;
}
#ig .beauty-marquee2 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
#ig .beauty-marquee2 .outer-box {
  width: 100%;
  height: calc(6.875 * var(--remBasicSize));
  background: url(../images/de/marquee2.png) repeat-x center;
  background-size: cover;
  animation: 10s marquee infinite linear;
  animation-delay: -20s;
}
@keyframes marquee {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: -200% 0%;
  }
}

/*-------------------------

        表單內頁
        data.php

-------------------------*/
.btn_close_box {
  position: fixed;
  z-index: 9999;
  top: calc(0.625 * var(--remBasicSize));
  right: calc(0.625 * var(--remBasicSize));
  width: calc(3.75 * var(--remBasicSize));
}
.btn_close_box .btn_close {
  display: block;
  width: calc(3.75 * var(--remBasicSize));
  height: calc(3.75 * var(--remBasicSize));
  background: url(../images/data/close.png) no-repeat right top/contain;
  transition: all ease-in-out 0.2s;
}
.btn_close_box .btn_close:hover {
  transform: rotate(90deg);
  transition: all ease-in-out 0.5s;
}
.btn_close_box span {
  display: block;
  font-size: calc(1.25 * var(--remBasicSize));
  font-weight: 500;
}

#data_page {
  position: relative;
  z-index: 2;
  width: calc(46.875 * var(--remBasicSize));
  padding-bottom: calc(9.375 * var(--remBasicSize));
  margin: 0 auto;
}
#data_page .bg {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(46.875 * var(--remBasicSize));
  height: calc(40.375 * var(--remBasicSize));
  background: url(../images/data/form_bg.png) no-repeat right top/contain;
}
#data_page .title {
  position: relative;
  z-index: 3;
  margin: 0 auto calc(1.875 * var(--remBasicSize));
  padding-top: calc(5 * var(--remBasicSize));
}
#data_page .title h2 {
  text-indent: calc(-6249.9375 * var(--remBasicSize));
  width: calc(30 * var(--remBasicSize));
  height: calc(11.625 * var(--remBasicSize));
  background: url(../images/data/data_h2.png) no-repeat center/contain;
  margin: 0 auto calc(1.25 * var(--remBasicSize));
}
#data_page .title .box {
  display: flex;
  justify-content: center;
  align-items: center;
}
#data_page .title .box .logo {
  width: calc(11.1875 * var(--remBasicSize));
  height: calc(11.1875 * var(--remBasicSize));
  background: url(../images/de/logo2_bk.png) no-repeat right top/contain;
}
#data_page .title .box h2 {
  font-family: "lust", serif;
  font-weight: 700;
  font-style: normal;
  font-size: calc(3.125 * var(--remBasicSize));
  text-shadow: calc(0.125 * var(--remBasicSize)) calc(0.125 * var(--remBasicSize)) 0 #fff;
}
#data_page .title .box h2 strong {
  font-size: calc(3.875 * var(--remBasicSize));
  font-weight: 600;
}
#data_page .title span {
  display: block;
  color: #000;
  font-size: calc(1.625 * var(--remBasicSize));
  line-height: 1.65em;
  text-align: center;
  font-weight: 400;
  margin: 0 auto;
}
#data_page .content {
  position: relative;
  z-index: 3;
  width: calc(41.875 * var(--remBasicSize));
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 0 0 calc(0.9375 * var(--remBasicSize)) hsla(0, 0%, 0%, 0.15);
  padding: calc(2 * var(--remBasicSize));
}
#data_page .content::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: calc(0.1875 * var(--remBasicSize));
  background-color: #000;
}
#data_page .content::after {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(0.1875 * var(--remBasicSize));
  background-color: #000;
}
#data_page label[for=q1].el-form-item__label,
#data_page label[for=q5].el-form-item__label,
#data_page label[for=q6].el-form-item__label,
#data_page label[for=q7].el-form-item__label,
#data_page label[for=q8].el-form-item__label,
#data_page label[for=q10].el-form-item__label {
  margin-right: 0;
}
#data_page .el-textarea {
  background-color: #f6f4f3;
}
#data_page div[name=q6] .form__field .el-radio {
  position: relative;
  width: 50%;
  height: calc(11.875 * var(--remBasicSize));
  margin-right: 0;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  #data_page div[name=q6] .form__field .el-radio {
    height: calc(20.625 * var(--remBasicSize));
  }
}
#data_page div[name=q6] .form__field .el-radio .el-radio__label {
  z-index: 2;
}
#data_page div[name=q6] .form__field .el-radio::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: calc(11.875 * var(--remBasicSize));
  margin-top: calc(1.25 * var(--remBasicSize));
}
@media screen and (max-width: 750px) {
  #data_page div[name=q6] .form__field .el-radio::before {
    height: calc(18.75 * var(--remBasicSize));
    margin-top: calc(4.375 * var(--remBasicSize));
  }
}
#data_page div[name=q6] .form__field .el-radio:nth-child(1)::before {
  background: url(../images/data/pd1.jpg) no-repeat center top/contain;
}
#data_page div[name=q6] .form__field .el-radio:nth-child(2)::before {
  background: url(../images/data/pd2.jpg) no-repeat center/contain;
}
#data_page div[name=q6] .form__field .el-radio:nth-child(3)::before {
  background: url(../images/data/pd3.jpg) no-repeat center/contain;
}
#data_page div[name=q6] .form__field .el-radio:nth-child(4)::before {
  background: url(../images/data/pd4.jpg) no-repeat center/contain;
}
#data_page div[name=q7] .form__field .el-radio {
  position: relative;
  width: 50%;
  height: calc(11.875 * var(--remBasicSize));
  margin-right: 0;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  #data_page div[name=q7] .form__field .el-radio {
    height: calc(20.625 * var(--remBasicSize));
  }
}
#data_page div[name=q7] .form__field .el-radio .el-radio__label {
  z-index: 2;
}
#data_page div[name=q7] .form__field .el-radio::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: calc(11.875 * var(--remBasicSize));
  margin-top: calc(1.25 * var(--remBasicSize));
}
@media screen and (max-width: 750px) {
  #data_page div[name=q7] .form__field .el-radio::before {
    height: calc(18.75 * var(--remBasicSize));
    margin-top: calc(4.375 * var(--remBasicSize));
  }
}
#data_page div[name=q7] .form__field .el-radio:nth-child(1)::before {
  background: url(../images/data/pd5.jpg) no-repeat center top/contain;
}
#data_page div[name=q7] .form__field .el-radio:nth-child(2)::before {
  background: url(../images/data/pd6.jpg) no-repeat center/contain;
}
#data_page div[name=q7] .form__field .el-radio:nth-child(3)::before {
  background: url(../images/data/pd7.jpg) no-repeat center/contain;
}
#data_page div[name=q7] .form__field .el-radio:nth-child(4)::before {
  background: url(../images/data/pd8.jpg) no-repeat center/contain;
}
#data_page .visionboard_content {
  position: relative;
  width: calc(46.875 * var(--remBasicSize));
  height: calc(88.125 * var(--remBasicSize));
}
#data_page .visionboard_content .visionboard_bg {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: calc(46.875 * var(--remBasicSize));
  height: calc(88.125 * var(--remBasicSize));
}
#data_page .visionboard_content .name {
  position: relative;
  z-index: 5;
  top: calc(1.875 * var(--remBasicSize));
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
#data_page .visionboard_content .name span {
  position: relative;
  text-align: center;
  font-size: calc(2.125 * var(--remBasicSize));
  line-height: 1.4em;
  color: #947556;
  font-weight: 600;
}
#data_page .visionboard_content .name span::after {
  position: absolute;
  display: block;
  content: "的";
  right: calc(-1.375 * var(--remBasicSize));
  bottom: calc(-0.375 * var(--remBasicSize));
  color: #000;
  font-size: calc(1 * var(--remBasicSize));
}
#data_page .visionboard_content .box {
  z-index: 5;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  overflow: hidden;
}
#data_page .visionboard_content .box span {
  display: inline;
  font-size: calc(1.4375 * var(--remBasicSize));
  line-height: 1.4em;
  text-align: center;
  word-wrap: break-word;
  word-break: break-all;
  text-indent: 0em;
}
#data_page .visionboard_content .item1 {
  top: calc(19.75 * var(--remBasicSize));
  left: calc(3.4375 * var(--remBasicSize));
  width: calc(40 * var(--remBasicSize));
  height: calc(4.75 * var(--remBasicSize));
  padding: calc(0.625 * var(--remBasicSize)) calc(1.875 * var(--remBasicSize));
}
#data_page .visionboard_content .item1 span {
  font-weight: 600;
}
#data_page .visionboard_content .item2 {
  top: calc(30.875 * var(--remBasicSize));
  left: calc(3.4375 * var(--remBasicSize));
  width: calc(19.375 * var(--remBasicSize));
  height: calc(4.75 * var(--remBasicSize));
  padding: calc(0.625 * var(--remBasicSize)) calc(1.75 * var(--remBasicSize));
}
#data_page .visionboard_content .item3 {
  top: calc(30.875 * var(--remBasicSize));
  right: calc(3.4375 * var(--remBasicSize));
  width: calc(19.375 * var(--remBasicSize));
  height: calc(8.75 * var(--remBasicSize));
  padding: calc(0.625 * var(--remBasicSize)) calc(1.75 * var(--remBasicSize));
}
#data_page .visionboard_content .item4 {
  top: calc(45.25 * var(--remBasicSize));
  left: calc(3.4375 * var(--remBasicSize));
  width: calc(19.375 * var(--remBasicSize));
  height: calc(10.3125 * var(--remBasicSize));
  padding: 0 calc(1.75 * var(--remBasicSize)) 0 calc(2.4375 * var(--remBasicSize));
}
#data_page .visionboard_content .item4 .con {
  display: flex;
  justify-content: center;
  align-items: center;
}
#data_page .visionboard_content .item4 .con span {
  width: calc(7.25 * var(--remBasicSize));
}
#data_page .visionboard_content .item4 .con img {
  width: calc(7.9375 * var(--remBasicSize));
  height: calc(10.3125 * var(--remBasicSize));
}
#data_page .visionboard_content .item5 {
  top: calc(45.25 * var(--remBasicSize));
  right: calc(3.4375 * var(--remBasicSize));
  width: calc(19.375 * var(--remBasicSize));
  height: calc(10.3125 * var(--remBasicSize));
  padding: 0 calc(1.75 * var(--remBasicSize)) 0 calc(2.4375 * var(--remBasicSize));
}
#data_page .visionboard_content .item5 .con {
  display: flex;
  justify-content: center;
  align-items: center;
}
#data_page .visionboard_content .item5 .con span {
  width: calc(7.25 * var(--remBasicSize));
}
#data_page .visionboard_content .item5 .con img {
  width: calc(7.9375 * var(--remBasicSize));
  height: calc(10.3125 * var(--remBasicSize));
}
#data_page .visionboard_content .item6 {
  top: calc(63.125 * var(--remBasicSize));
  left: calc(3.4375 * var(--remBasicSize));
  width: calc(14.3125 * var(--remBasicSize));
  height: calc(4.75 * var(--remBasicSize));
  padding: calc(0.625 * var(--remBasicSize)) calc(1.75 * var(--remBasicSize));
}
#data_page .visionboard_content .item7 {
  top: calc(75.9375 * var(--remBasicSize));
  left: calc(3.4375 * var(--remBasicSize));
  width: calc(19.375 * var(--remBasicSize));
  height: calc(4.75 * var(--remBasicSize));
  padding: calc(0.625 * var(--remBasicSize)) calc(1.75 * var(--remBasicSize));
}
#data_page .visionboard_content .item8 {
  top: calc(77.125 * var(--remBasicSize));
  right: calc(3.4375 * var(--remBasicSize));
  width: calc(19.375 * var(--remBasicSize));
  height: calc(2.5 * var(--remBasicSize));
  padding: calc(0.625 * var(--remBasicSize)) calc(1.75 * var(--remBasicSize));
}
#data_page .btn_download {
  display: block;
  width: calc(27.5 * var(--remBasicSize));
  height: calc(5.5 * var(--remBasicSize));
  margin: 0 auto;
  color: #fff;
  font-size: calc(2.125 * var(--remBasicSize));
  text-align: center;
  line-height: calc(5.5 * var(--remBasicSize));
  font-weight: 600;
  background-color: #9d846c;
  margin-top: calc(1.875 * var(--remBasicSize));
}
#data_page .btn_download span {
  font-size: calc(1.625 * var(--remBasicSize));
  margin-left: calc(0.3125 * var(--remBasicSize));
}
#data_page .btn_download:hover {
  background-color: #000;
}
#data_page .notice {
  position: relative;
  margin: 0 auto;
  width: calc(41.875 * var(--remBasicSize));
  margin-bottom: calc(5 * var(--remBasicSize));
  text-align: justify;
}
#data_page .notice ul {
  list-style-type: disc;
}
#data_page .notice ul .title {
  color: #000;
  font-size: calc(1.75 * var(--remBasicSize));
  font-weight: 500;
  letter-spacing: calc(0.0625 * var(--remBasicSize));
}
#data_page .notice ul li {
  margin-left: calc(1.875 * var(--remBasicSize));
  margin-top: calc(0.625 * var(--remBasicSize));
  padding-left: calc(0.125 * var(--remBasicSize));
  color: #000;
  font-size: calc(1.625 * var(--remBasicSize));
  line-height: calc(2.4375 * var(--remBasicSize));
  font-weight: 400;
  letter-spacing: calc(0.03125 * var(--remBasicSize));
}

/*-------------------------

         lightbox

-------------------------*/
/* ---------------------
           共用
---------------------- */
.modal {
  background-color: transparent;
  min-height: calc(37.5 * var(--remBasicSize));
}

/*背景底色*/
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: hsla(27, 8%, 44%, 0.5);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 1;
  filter: alpha(opacity=100);
}

.modal-open .modal {
  overflow-x: auto;
  overflow-y: auto;
}

.modal .modal-content {
  position: relative;
  background-color: transparent;
  border-radius: 0px;
  outline: 0;
}

.modal-dialog {
  margin: 0 !important;
}

/* 關閉按鈕-X */
.style-box .close {
  position: fixed;
  z-index: 10;
  top: calc(1.25 * var(--remBasicSize));
  right: calc(1.25 * var(--remBasicSize));
  width: calc(3.125 * var(--remBasicSize));
  height: calc(3.125 * var(--remBasicSize));
  background: url(../images/data/close.png) center/contain no-repeat;
  text-shadow: none;
  background-color: transparent;
  cursor: pointer;
  transition: all ease-in-out 0.5s;
  text-indent: calc(-62499.9375 * var(--remBasicSize));
}
@media screen and (max-width: 750px) {
  .style-box .close {
    right: calc(0.625 * var(--remBasicSize));
    top: calc(0.625 * var(--remBasicSize));
    width: calc(4.375 * var(--remBasicSize));
    height: calc(4.375 * var(--remBasicSize));
  }
}
.style-box .close:hover {
  transform: rotate(90deg);
  transition: all ease-in-out 0.5s;
}

.style-box .close2 {
  display: block;
  width: calc(19.875 * var(--remBasicSize));
  height: calc(4.6875 * var(--remBasicSize));
  margin: 0 auto calc(3.125 * var(--remBasicSize));
  cursor: pointer;
  background: url(../images/pd/product/btn_close.jpg) center/contain no-repeat;
}

.style-box {
  width: calc(46.875 * var(--remBasicSize));
  margin: 0 auto;
  background: url(../images/bg.png) repeat center;
}
.style-box .modal-body {
  width: calc(46.875 * var(--remBasicSize));
  height: calc(36.1875 * var(--remBasicSize));
  background: url(../images/pd/lightbox_bg.png) no-repeat left top/contain;
  padding: calc(0.9375 * var(--remBasicSize));
}
.style-box .cat {
  display: block;
  width: calc(13.3125 * var(--remBasicSize));
  height: calc(4.375 * var(--remBasicSize));
  margin-left: calc(0.9375 * var(--remBasicSize));
}
.style-box .pd_box {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: calc(0.625 * var(--remBasicSize));
  margin-bottom: calc(3.125 * var(--remBasicSize));
}
.style-box .pd_box .item {
  margin: calc(0.9375 * var(--remBasicSize));
  text-align: center;
}
.style-box .pd_box .item .item_pic {
  display: block;
  width: calc(20.625 * var(--remBasicSize));
  height: calc(21.875 * var(--remBasicSize));
  margin-bottom: calc(0.625 * var(--remBasicSize));
}
.style-box .pd_box .item .item_pic2 {
  display: block;
  width: calc(43 * var(--remBasicSize));
  height: calc(21.875 * var(--remBasicSize));
  margin-bottom: calc(0.625 * var(--remBasicSize));
}
.style-box .pd_box .item .name {
  color: #000;
  font-size: calc(1.875 * var(--remBasicSize));
  font-weight: 600;
  line-height: 1.2em;
  margin-bottom: calc(0.625 * var(--remBasicSize));
}
.style-box .pd_box .item span {
  display: block;
  color: #000;
  font-size: calc(1.4375 * var(--remBasicSize));
  font-weight: 300;
  line-height: 1.4em;
}

#gift .modal-body {
  width: calc(46.875 * var(--remBasicSize));
  min-height: calc(31.25 * var(--remBasicSize));
  background: url(../images/visionboard/lightbox_giftbg.png) no-repeat left top/contain;
  padding: calc(6.25 * var(--remBasicSize)) calc(0.9375 * var(--remBasicSize)) 0;
}
#gift .icon_gift {
  display: block;
  width: calc(10.8125 * var(--remBasicSize));
  height: calc(6.375 * var(--remBasicSize));
  margin: 0 auto;
}
#gift .txt {
  color: #000;
  font-size: calc(2 * var(--remBasicSize));
  font-weight: 600;
  line-height: 1.2em;
  margin-bottom: calc(0.625 * var(--remBasicSize));
  text-align: center;
  margin: calc(1.25 * var(--remBasicSize)) auto;
}
#gift .hr {
  width: calc(5 * var(--remBasicSize));
  height: calc(0.0625 * var(--remBasicSize));
  background-color: #000;
  margin: 0 auto calc(1.25 * var(--remBasicSize));
}
#gift p {
  color: #000;
  font-size: calc(1.75 * var(--remBasicSize));
  font-weight: 600;
  line-height: 1.45em;
  text-align: center;
  margin-bottom: calc(3.75 * var(--remBasicSize));
}
#gift p strong {
  display: inline;
  background: linear-gradient(transparent 65%, #ffff76 100%);
}
#gift p span {
  font-size: calc(1.4375 * var(--remBasicSize));
  font-weight: 300;
  line-height: 1.3em;
}
#gift .notice {
  position: relative;
  margin: 0 auto;
  width: calc(41.875 * var(--remBasicSize));
  margin-bottom: calc(5 * var(--remBasicSize));
  text-align: justify;
}
#gift .notice ul {
  list-style-type: disc;
}
#gift .notice ul .title {
  color: #000;
  font-size: calc(1.75 * var(--remBasicSize));
  font-weight: 500;
  letter-spacing: calc(0.0625 * var(--remBasicSize));
}
#gift .notice ul li {
  margin-left: calc(1.875 * var(--remBasicSize));
  margin-top: calc(0.625 * var(--remBasicSize));
  padding-left: calc(0.125 * var(--remBasicSize));
  color: #000;
  font-size: calc(1.625 * var(--remBasicSize));
  line-height: calc(2.4375 * var(--remBasicSize));
  font-weight: 400;
  letter-spacing: calc(0.03125 * var(--remBasicSize));
}

/*得獎名單*/
#Winners .modal-body {
  width: calc(46.875 * var(--remBasicSize));
  padding: calc(3.75 * var(--remBasicSize)) calc(4.375 * var(--remBasicSize)) calc(3.125 * var(--remBasicSize));
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 750px) {
  #Winners .modal-body {
    padding-top: calc(6.25 * var(--remBasicSize));
  }
}

#Winners .modal-body h2 {
  color: #000000;
  font-size: calc(2.125 * var(--remBasicSize));
  line-height: 1.3em;
  font-weight: 600;
  letter-spacing: 0em;
  text-align: center;
  margin-bottom: calc(0.9375 * var(--remBasicSize));
}

#Winners .modal-body > p {
  color: #000;
  font-size: calc(1.75 * var(--remBasicSize));
  line-height: 1.3em;
  font-weight: 400;
  letter-spacing: 0em;
  text-align: center;
  margin-bottom: calc(2.5 * var(--remBasicSize));
}

.style-box .modal-body .box3 p.awards {
  position: relative;
  color: #000000;
  font-size: calc(1.625 * var(--remBasicSize));
  line-height: 1.3em;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: center;
  width: 93%;
  margin: 0 auto calc(0.625 * var(--remBasicSize)) auto;
  padding: calc(0.625 * var(--remBasicSize)) 0;
}
.style-box .modal-body .box3 p.awards:before, .style-box .modal-body .box3 p.awards:after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #333;
}
.style-box .modal-body .box3 p.awards:before {
  top: 0;
}
.style-box .modal-body .box3 p.awards:after {
  bottom: 0;
}
.style-box .modal-body .box3 p.awards > span {
  font-size: calc(1.375 * var(--remBasicSize));
}

.style-box .modal-body .box3 {
  margin-bottom: calc(1.875 * var(--remBasicSize));
}

.style-box .modal-body .box3 .item {
  display: block;
  color: #ff4d99;
  font-size: calc(1.875 * var(--remBasicSize));
  line-height: 1.3em;
  font-weight: 500;
  letter-spacing: 0em;
  padding: calc(0.625 * var(--remBasicSize)) 0 calc(0.625 * var(--remBasicSize));
  margin: calc(0.625 * var(--remBasicSize)) 0;
  text-align: center;
  background-color: #ffeaf4;
}

.style-box .modal-body .box3 .item span {
  font-size: calc(1.375 * var(--remBasicSize));
}

.style-box .modal-body .box3 p {
  position: relative;
  color: #c37c8b;
  font-size: calc(1.625 * var(--remBasicSize));
  line-height: 1.4em;
  font-weight: 400;
  letter-spacing: 0.03em;
  text-align: center;
}

.style-box .modal-body > span {
  display: block;
  text-align: justify;
  font-size: calc(1.125 * var(--remBasicSize));
  margin-top: calc(1.5625 * var(--remBasicSize));
  line-height: 1.5em;
}

/*-------------------------

          footer

-------------------------*/
footer {
  position: absolute;
  z-index: 5;
  bottom: calc(11.25 * var(--remBasicSize));
  width: 100%;
  background-color: transparent;
  margin-bottom: calc(1.25 * var(--remBasicSize));
  text-align: center;
}
footer > a {
  color: #000;
}

#data_page footer {
  position: relative;
  bottom: 0;
  width: 100%;
  background-color: transparent;
  margin-top: calc(1.25 * var(--remBasicSize));
  text-align: center;
}
#data_page footer > a {
  color: #000;
}/*# sourceMappingURL=main.css.map */