@charset "UTF-8";
/**
 * Color
 */
/**
* Container
*/
/**
* Screen
*/
/**
 * Space
 * 定義所有使用的 Space
 */
/**
 * Font
 */
/**
* Z-index
*/
/**
* Radius
*/
/**
* Opacity
*/
/**
* Header
*/
/**
*3rd-party
*/
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
    animationTimingFunction: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    -webkit-transform: none;
            transform: none;
    animationTimingFunction: cubic-bezier(0, 0, 0.2, 1);
  }
  100% {
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
    animationTimingFunction: cubic-bezier(0.8, 0, 1, 1);
  }
}
@keyframes bounce {
  0% {
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
    animationTimingFunction: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    -webkit-transform: none;
            transform: none;
    animationTimingFunction: cubic-bezier(0, 0, 0.2, 1);
  }
  100% {
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
    animationTimingFunction: cubic-bezier(0.8, 0, 1, 1);
  }
}
@-webkit-keyframes fadeInLeftDelay {
  0% {
    -webkit-transform: translate(-20px, 0);
            transform: translate(-20px, 0);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(-20px, 0);
            transform: translate(-20px, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes fadeInLeftDelay {
  0% {
    -webkit-transform: translate(-20px, 0);
            transform: translate(-20px, 0);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(-20px, 0);
            transform: translate(-20px, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    -webkit-transform: translate(-20px, 0);
            transform: translate(-20px, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes fadeInLeft {
  0% {
    -webkit-transform: translate(-20px, 0);
            transform: translate(-20px, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    -webkit-transform: translate(20px, 0);
            transform: translate(20px, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes fadeInRight {
  0% {
    -webkit-transform: translate(20px, 0);
            transform: translate(20px, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    -webkit-transform: translate(0, 20px);
            transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    -webkit-transform: translate(0, 20px);
            transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    -webkit-transform: translate(0, -20px);
            transform: translate(0, -20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes fadeInDown {
  0% {
    -webkit-transform: translate(0, -20px);
            transform: translate(0, -20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOutRight {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(20px, 0);
            transform: translate(20px, 0);
    opacity: 0;
  }
}
@keyframes fadeOutRight {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(20px, 0);
            transform: translate(20px, 0);
    opacity: 0;
  }
}
@-webkit-keyframes gradient {
  0% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
  50% {
    -webkit-transform: translate(-49%, -49%);
            transform: translate(-49%, -49%);
  }
  100% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
}
@keyframes gradient {
  0% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
  50% {
    -webkit-transform: translate(-49%, -49%);
            transform: translate(-49%, -49%);
  }
  100% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
}
main {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1132px;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
}
@media screen and (max-width: 575px) {
  main {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}

main {
  min-height: 100vh;
}
@media screen and (max-width: 1023px) {
  main {
    min-height: calc(100vh - 6.4rem);
  }
}

.privacyWrap h1 {
  font-size: 2.8rem;
  line-height: 3.6rem;
}
@media screen and (max-width: 1023px) {
  .privacyWrap h1 {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
}

.privacyWrap > section h2 {
  font-size: 2.4rem;
  line-height: 3.6rem;
}
@media screen and (max-width: 1023px) {
  .privacyWrap > section h2 {
    font-size: 2.2rem;
    line-height: 3rem;
  }
}
@media screen and (max-width: 575px) {
  .privacyWrap > section h2 {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}

.breadcrumbWrap li + li::before, .breadcrumbWrap li {
  font-size: 1.6rem;
  line-height: 2.4rem;
}
@media screen and (max-width: 1023px) {
  .breadcrumbWrap li + li::before, .breadcrumbWrap li {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}

.breadcrumbWrap li + li::before {
  padding-right: 1.6rem;
}
@media screen and (max-width: 1023px) {
  .breadcrumbWrap li + li::before {
    padding-right: 1.6rem;
  }
}
@media screen and (max-width: 575px) {
  .breadcrumbWrap li + li::before {
    padding-right: 1.2rem;
  }
}

.breadcrumbWrap li + li::before {
  padding-left: 1.6rem;
}
@media screen and (max-width: 1023px) {
  .breadcrumbWrap li + li::before {
    padding-left: 1.6rem;
  }
}
@media screen and (max-width: 575px) {
  .breadcrumbWrap li + li::before {
    padding-left: 1.2rem;
  }
}

.breadcrumbWrap {
  padding-top: 4rem;
}
@media screen and (max-width: 1023px) {
  .breadcrumbWrap {
    padding-top: 3rem;
  }
}
@media screen and (max-width: 575px) {
  .breadcrumbWrap {
    padding-top: 2rem;
  }
}

.breadcrumbWrap {
  padding-bottom: 4.8rem;
}
@media screen and (max-width: 1023px) {
  .breadcrumbWrap {
    padding-bottom: 3.6rem;
  }
}
@media screen and (max-width: 575px) {
  .breadcrumbWrap {
    padding-bottom: 2.4rem;
  }
}

.privacyWrap > section h2 {
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 1023px) {
  .privacyWrap > section h2 {
    margin-bottom: 1.6rem;
  }
}
@media screen and (max-width: 575px) {
  .privacyWrap > section h2 {
    margin-bottom: 1.2rem;
  }
}

.privacyWrap h1 {
  margin-bottom: 4rem;
}
@media screen and (max-width: 1023px) {
  .privacyWrap h1 {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 575px) {
  .privacyWrap h1 {
    margin-bottom: 2rem;
  }
}

.privacyWrap > section + section {
  margin-top: 4.8rem;
}
@media screen and (max-width: 1023px) {
  .privacyWrap > section + section {
    margin-top: 3.6rem;
  }
}
@media screen and (max-width: 575px) {
  .privacyWrap > section + section {
    margin-top: 2.4rem;
  }
}

.privacyWrap {
  margin-bottom: 16rem;
}
@media screen and (max-width: 1023px) {
  .privacyWrap {
    margin-bottom: 12rem;
  }
}
@media screen and (max-width: 575px) {
  .privacyWrap {
    margin-bottom: 8rem;
  }
}

.breadcrumbWrap li {
  letter-spacing: 0.5px;
  font-weight: 400;
}

.breadcrumbWrap a:hover {
  opacity: 0.6;
  transition: opacity 0.2s ease-out;
}

main {
  box-sizing: border-box;
}
main * {
  box-sizing: border-box;
}

/**
 * Color
 */
/**
* Container
*/
/**
* Screen
*/
/**
 * Space
 * 定義所有使用的 Space
 */
/**
 * Font
 */
/**
* Z-index
*/
/**
* Radius
*/
/**
* Opacity
*/
/**
* Header
*/
/**
*3rd-party
*/
.breadcrumbWrap li {
  display: inline-block;
}
.breadcrumbWrap li:not(:last-of-type) a {
  color: var(--secondary-4-color);
}
.breadcrumbWrap li:last-of-type a {
  color: var(--secondary-2-color);
}
.breadcrumbWrap li + li::before {
  content: "//";
  display: inline-block;
  color: var(--secondary-4-color);
}
.privacyWrap h1 {
  font-weight: 700;
  color: var(--secondary-1-color);
}
.privacyWrap > section h2 {
  font-weight: 500;
  color: var(--secondary-1-color);
}
.privacyWrap > section > p {
  color: var(--secondary-2-color);
  font-size: 1.4rem;
  line-height: 2.4rem;
  margin-bottom: 0;
}
.privacyWrap .orderList {
  list-style-type: decimal;
  list-style-position: inside;
  color: var(--secondary-2-color);
  line-height: 2.4rem;
  font-weight: 500;
  font-size: 1.4rem;
}
.privacyWrap .unOrderedList {
  list-style-type: square;
  list-style-position: inside;
  color: var(--secondary-2-color);
  line-height: 2.4rem;
  font-weight: 500;
  font-size: 1.4rem;
}
