* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: HelveticaNeue, HelveticaNeue, -apple-system, BlinkMacSystemFont, "San Francisco", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

html,
body {
  height: 100%;
  -webkit-touch-callout: none;
  user-select: none;
}

body {
  -webkit-text-size-adjust: none;
  overflow-x: hidden;
}

.img-box img {
  width: 100%;
  display: block;
}

@keyframes fadeInUpTab {
  0% {
    opacity: 0;
    transform: translateY(8rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.tab-fade-in {
  animation: fadeInUpTab 0.3s ease both;
  will-change: opacity, transform;
}

.main {
  width: 100vw;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url("./img/pc-bg.png") repeat top/70vw auto;
}

.head {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 80rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 156rem;
  z-index: 100;
  color: #fff;
  position: fixed;
  transition: background 0.3s ease, box-shadow 0.3s ease;
}
.head.scrolled {
  height: 80rem;
  background: #000000;
  box-shadow: 0 6rem 24rem rgba(0, 0, 0, 0.2);
}
.head .left-box {
  display: flex;
  align-items: center;
}
.head .left-box .logo-box {
  width: 60rem;
  height: 60rem;
}
.head .left-box .title {
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 36rem;
  color: #ffffff;
  margin-left: 16rem;
}
.head .right-box {
  width: 1200rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: HelveticaNeue, HelveticaNeue, -apple-system, BlinkMacSystemFont;
  font-weight: bold;
  font-size: 20rem;
  color: #ffe6cf;
}
.head .right-box .active {
  color: #ffffff;
}
.head .right-box > div {
  cursor: pointer;
  transition: color 0.3s ease, background 0.3s ease, transform 0.2s ease;
  padding: 10rem 12rem;
  border-radius: 12rem;
}
.head .right-box > div:hover {
  color: #ffffff;
}
.head .right-box .delete-account {
  background: #ffffff;
  color: #E31B1B;
  padding: 10rem 18rem;
  border-radius: 999rem;
}
.head .hamburger {
  display: none;
}

.tab-bg6 {
  width: 100%;
  height: 160rem;
  background: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.tab-bg6 .email {
  margin: 15rem 0;
  font-family: HelveticaNeue, HelveticaNeue, -apple-system, BlinkMacSystemFont;
  font-size: 22rem;
  color: #999999;
  text-align: center;
  line-height: 1.5;
}
.tab-bg6 .copyright {
  font-family: HelveticaNeue, HelveticaNeue, -apple-system, BlinkMacSystemFont;
  font-size: 22rem;
  color: #999999;
  text-align: center;
  line-height: 1.5;
}

.tab1-container {
  width: 100%;
}
.tab1-container .tab1-bg1, .tab1-container .tab1-bg2 {
  width: 100vw;
}
.tab1-container .tab1-bg1 img, .tab1-container .tab1-bg2 img {
  display: block;
  width: 100%;
}

.tab2-container, .tab3-container, .tab4-container, .tab5-container {
  width: 100%;
  height: 100%;
  background-color: transparent;
  display: none;
}
.tab2-container .content, .tab3-container .content, .tab4-container .content, .tab5-container .content {
  max-width: 1200rem;
  margin: 0 auto;
  padding: 120rem 40rem 60rem;
  color: #fff;
}
.tab2-container .title, .tab3-container .title, .tab4-container .title, .tab5-container .title {
  text-align: center;
  margin-bottom: 40rem;
  font-size: 36rem;
  font-weight: 900;
  color: #fff;
}
.tab2-container .title img, .tab3-container .title img, .tab4-container .title img, .tab5-container .title img {
  width: 800rem;
  height: auto;
  display: block;
  margin: 0 auto;
}
.tab2-container .effective-date, .tab3-container .effective-date, .tab4-container .effective-date, .tab5-container .effective-date {
  text-align: center;
  margin-bottom: 50rem;
}
.tab2-container .effective-date p, .tab3-container .effective-date p, .tab4-container .effective-date p, .tab5-container .effective-date p {
  font-size: 18rem;
  color: #ffcda1;
  margin: 0 auto;
  padding: 8rem 14rem;
  font-weight: bold;
}
.tab2-container .tab-content .section, .tab3-container .tab-content .section, .tab4-container .tab-content .section, .tab5-container .tab-content .section {
  display: none;
}
.tab2-container .tab-content .mail-link, .tab3-container .tab-content .mail-link, .tab4-container .tab-content .mail-link, .tab5-container .tab-content .mail-link {
  color: #FF922D;
  text-decoration: none;
}
.tab2-container .tab-content .mail-link:hover, .tab3-container .tab-content .mail-link:hover, .tab4-container .tab-content .mail-link:hover, .tab5-container .tab-content .mail-link:hover {
  text-decoration: underline;
}
.tab2-container .tab-content .policy-card, .tab3-container .tab-content .policy-card, .tab4-container .tab-content .policy-card, .tab5-container .tab-content .policy-card {
  background: #ffffff;
  color: #111;
  border-radius: 50rem;
  padding: 50rem;
  margin-bottom: 20rem;
  box-shadow: 0 8rem 20rem rgba(0, 0, 0, 0.08);
  border: 1rem solid rgba(0, 0, 0, 0.04);
}
.tab2-container .tab-content .policy-card__header, .tab3-container .tab-content .policy-card__header, .tab4-container .tab-content .policy-card__header, .tab5-container .tab-content .policy-card__header {
  display: flex;
  align-items: center;
  gap: 12rem;
  margin-bottom: 12rem;
}
.tab2-container .tab-content .policy-card__title, .tab3-container .tab-content .policy-card__title, .tab4-container .tab-content .policy-card__title, .tab5-container .tab-content .policy-card__title {
  font-size: 20rem;
  font-weight: 900;
  color: #111;
}
.tab2-container .tab-content .policy-card__body p, .tab2-container .tab-content .policy-card__body li, .tab3-container .tab-content .policy-card__body p, .tab3-container .tab-content .policy-card__body li, .tab4-container .tab-content .policy-card__body p, .tab4-container .tab-content .policy-card__body li, .tab5-container .tab-content .policy-card__body p, .tab5-container .tab-content .policy-card__body li {
  font-size: 17rem;
  line-height: 1.7;
  color: #333;
}
.tab2-container .tab-content .policy-card__body ul, .tab3-container .tab-content .policy-card__body ul, .tab4-container .tab-content .policy-card__body ul, .tab5-container .tab-content .policy-card__body ul {
  list-style: disc;
  padding-left: 20rem;
}
.tab2-container .tab-content .badge-num, .tab3-container .tab-content .badge-num, .tab4-container .tab-content .badge-num, .tab5-container .tab-content .badge-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 26rem;
  padding: 0 12rem;
  background: #111;
  color: #fff;
  border-radius: 999rem;
  font-size: 14rem;
  font-weight: 800;
  letter-spacing: 0.4rem;
}
.tab2-container .tab-content .policy-table, .tab3-container .tab-content .policy-table, .tab4-container .tab-content .policy-table, .tab5-container .tab-content .policy-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  border: 1rem solid #eee5da;
  border-radius: 16rem;
  background: #fff;
}
.tab2-container .tab-content .policy-table thead th, .tab3-container .tab-content .policy-table thead th, .tab4-container .tab-content .policy-table thead th, .tab5-container .tab-content .policy-table thead th {
  background: #fff7ef;
  color: #8a4b15;
  font-weight: 800;
}
.tab2-container .tab-content .policy-table th, .tab2-container .tab-content .policy-table td, .tab3-container .tab-content .policy-table th, .tab3-container .tab-content .policy-table td, .tab4-container .tab-content .policy-table th, .tab4-container .tab-content .policy-table td, .tab5-container .tab-content .policy-table th, .tab5-container .tab-content .policy-table td {
  text-align: left;
  padding: 14rem 16rem;
  border-bottom: 1rem solid #f2e7da;
  font-size: 15rem;
  color: #333;
}
.tab2-container .tab-content .policy-table tr:last-child td, .tab3-container .tab-content .policy-table tr:last-child td, .tab4-container .tab-content .policy-table tr:last-child td, .tab5-container .tab-content .policy-table tr:last-child td {
  border-bottom: none;
}

.mobile-menu {
  display: none;
}

@media (min-width: 769px) {
  html {
    font-size: 1px;
  }
  .tab2-container {
    width: 100%;
    min-height: calc(100vh - 80rem);
    padding-bottom: 60rem;
  }
  .tab3-container {
    width: 100%;
    min-height: calc(100vh - 80rem);
    padding-bottom: 60rem;
  }
  .tab4-container {
    width: 100%;
    min-height: calc(100vh - 80rem);
    padding-bottom: 60rem;
  }
  .tab5-container {
    width: 100%;
    min-height: calc(100vh - 80rem);
    padding-bottom: 60rem;
  }
  .tab-bg6 {
    width: 100%;
    height: 185rem;
    background: #000;
    padding-top: 40rem;
  }
  .tab-bg6 .contact {
    width: 1379rem;
    height: 48rem;
    background: url("./img/contact.png") no-repeat center center/contain;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 0.16333333vw !important;
  }
  body, .main {
    min-width: 100vw;
    min-height: 100vh;
    background: url("./img/mobile-bg.png") repeat top/cover;
  }
  .main {
    padding-top: 80rem;
  }
  .head {
    height: 80rem;
    padding: 0 40rem;
    color: #fff;
  }
  .head .left-box {
    font-size: 28rem;
  }
  .head .right-box {
    display: none;
  }
  .head .hamburger {
    display: flex;
    width: 40rem;
    height: 40rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 101;
    position: relative;
  }
  .head .hamburger span {
    display: block;
    width: 32rem;
    height: 3rem;
    background: #fff;
    border-radius: 2rem;
    position: absolute;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  }
  .head .hamburger span:nth-child(1) {
    transform: translateY(-8rem);
  }
  .head .hamburger span:nth-child(2) {
    transform: translateY(0);
  }
  .head .hamburger span:nth-child(3) {
    transform: translateY(8rem);
  }
  .head .hamburger.active span:nth-child(1) {
    transform: translateY(0) rotate(45deg);
  }
  .head .hamburger.active span:nth-child(2) {
    opacity: 0;
  }
  .head .hamburger.active span:nth-child(3) {
    transform: translateY(0) rotate(-45deg);
  }
  .head.scrolled {
    background: #000000;
  }
  .mobile-menu {
    display: flex;
    position: fixed;
    top: 80rem;
    left: 0;
    width: 100vw;
    height: 0;
    background: #000;
    z-index: 200;
    flex-direction: column;
    overflow: hidden;
    transition: height 0.3s ease-in-out;
  }
  .mobile-menu .mobile-menu-item {
    color: #ccc;
    padding: 30rem 0 30rem 40rem;
    text-align: left;
    font-size: 26rem;
    border-bottom: 1px solid #222;
    opacity: 0;
    transform: translateY(-10rem);
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  }
  .mobile-menu .mobile-menu-item:active, .mobile-menu .mobile-menu-item.active {
    color: #fff;
    flex-wrap: 700;
  }
  .mobile-menu.open {
    height: auto;
  }
  .mobile-menu.open .mobile-menu-item {
    opacity: 1;
    transform: translateY(0);
  }
  .mobile-menu.open .mobile-menu-item:nth-child(1) {
    transition-delay: 0.1s;
  }
  .mobile-menu.open .mobile-menu-item:nth-child(2) {
    transition-delay: 0.2s;
  }
  .mobile-menu.open .mobile-menu-item:nth-child(3) {
    transition-delay: 0.3s;
  }
  .mobile-menu.open .mobile-menu-item:nth-child(4) {
    transition-delay: 0.4s;
  }
  .mobile-menu.open .mobile-menu-item:nth-child(5) {
    transition-delay: 0.5s;
  }
  .tab1-container .tab1-bg1 {
    width: 100vw;
    background-size: cover !important;
  }
  .tab1-container .tab1-bg2 {
    width: 100vw;
    background-size: cover !important;
  }
  .tab2-container {
    width: 100vw;
    min-height: 100vh;
  }
  .tab2-container .content {
    max-width: 100vw;
    padding: 20rem 20rem 10rem;
    color: #fff;
  }
  .tab2-container .privacy-title img {
    width: 80vw;
  }
  .tab2-container .effective-date p {
    font-size: 24rem;
  }
  .tab2-container .privacy-content .policy-card {
    padding: 26rem;
  }
  .tab2-container .privacy-content .policy-card__title {
    font-size: 20rem;
  }
  .tab2-container .privacy-content .policy-card__body p, .tab2-container .privacy-content .policy-card__body li {
    font-size: 18rem;
  }
  .tab2-container .privacy-content .policy-table th, .tab2-container .privacy-content .policy-table td {
    font-size: 16rem;
    padding: 14rem;
  }
  .tab3-container {
    width: 100vw;
    min-height: 100vh;
  }
  .tab3-container .content {
    max-width: 100vw;
    padding: 20rem 20rem 10rem;
    color: #fff;
  }
  .tab3-container .terms-title img {
    width: 80vw;
  }
  .tab3-container .terms-content .section {
    padding: 30rem 20rem 40rem 20rem;
    margin-bottom: 30rem;
    background: #231929;
    border-radius: 20rem;
  }
  .tab3-container .terms-content .section .section-title {
    margin-bottom: 20rem;
    width: 100%;
    height: 50rem;
    background: url("./img/pic_bar_bg.png") no-repeat top/cover;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22rem;
    font-weight: 900;
    color: #111111;
  }
  .tab3-container .terms-content .section .section-content {
    padding: 0 10rem;
  }
  .tab3-container .terms-content .section .section-content p {
    font-size: 22rem;
    line-height: 1.6;
    margin-bottom: 15rem;
  }
  .tab3-container .terms-content .section .section-content p strong {
    color: #FF7716;
  }
  .tab3-container .terms-content .section .section-content .subsection-title {
    color: #9C76C6;
    font-weight: bold;
  }
  .tab4-container {
    width: 100vw;
    min-height: 100vh;
  }
  .tab4-container .content {
    max-width: 100vw;
    padding: 20rem 20rem 10rem;
    color: #fff;
  }
  .tab4-container .refund-title img {
    width: 80vw;
  }
  .tab4-container .refund-content .section {
    padding: 30rem 20rem 40rem 20rem;
    margin-bottom: 30rem;
    background: #231929;
    border-radius: 20rem;
  }
  .tab4-container .refund-content .section .section-title {
    margin-bottom: 20rem;
    width: 100%;
    height: 50rem;
    background: url("./img/pic_bar_bg.png") no-repeat top/cover;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22rem;
    font-weight: 900;
    color: #111111;
  }
  .tab4-container .refund-content .section .section-content {
    padding: 0 10rem;
  }
  .tab4-container .refund-content .section .section-content p {
    font-size: 22rem;
    line-height: 1.6;
    margin-bottom: 15rem;
  }
  .tab4-container .refund-content .section .section-content p strong {
    color: #FF7716;
  }
  .tab4-container .refund-content .section .section-content ul {
    list-style-type: disc;
    padding-left: 20rem;
    margin-bottom: 15rem;
  }
  .tab4-container .refund-content .section .section-content ul li {
    font-size: 22rem;
    line-height: 1.6;
    margin-bottom: 8rem;
  }
  .tab4-container .refund-content .section .section-content ul li strong {
    color: #FF7716;
  }
  .tab4-container .refund-content .section .section-content ul li ul {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
  .tab4-container .refund-content .section .section-content ul li ul li {
    font-size: 20rem;
  }
  .tab4-container .refund-content .section .section-content a {
    color: #FF7716;
    text-decoration: none;
  }
  .tab4-container .refund-content .section .section-content a:hover {
    text-decoration: underline;
  }
  .tab4-container .refund-footer {
    text-align: center;
    margin-top: 30rem;
    padding: 30rem 20rem;
    background: #231929;
    border-radius: 20rem;
  }
  .tab4-container .refund-footer .brand-logo {
    margin-bottom: 15rem;
  }
  .tab4-container .refund-footer .brand-logo img {
    width: 150rem;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  .tab4-container .refund-footer .brand-slogan {
    font-size: 20rem;
    color: #999;
    font-weight: normal;
  }
  .tab5-container {
    width: 100vw;
    min-height: 100vh;
  }
  .tab5-container .content {
    max-width: 100vw;
    padding: 0rem 40rem 20rem;
    color: #fff;
  }
  .tab5-container .header h1 {
    font-size: 34rem;
  }
  .tab5-container .header .last-updated {
    font-size: 18rem;
  }
  .tab5-container .section h2 {
    font-size: 30rem;
    margin-bottom: 16rem;
  }
  .tab5-container .section h3 {
    font-size: 26rem;
    margin: 16rem 0 8rem;
  }
  .tab5-container .section p,
  .tab5-container .section ul li {
    font-size: 24rem;
  }
  .tab5-container .section .privacy-table th,
  .tab5-container .section .privacy-table td {
    font-size: 14px;
    padding: 12rem 15rem;
  }
  .footer .bonbon-logo, .tab-bg6 .bonbon-logo {
    font-size: 28rem;
  }
  .footer .slogan, .footer .references, .footer .policy-note, .tab-bg6 .slogan, .tab-bg6 .references, .tab-bg6 .policy-note {
    font-size: 22rem;
  }
  .footer .email, .tab-bg6 .email {
    font-size: 26rem;
  }
  .footer .copyright, .tab-bg6 .copyright {
    font-size: 20rem;
  }
  .tab-bg6 {
    height: auto;
    padding: 40rem 0;
  }
  .tab-bg6 .contact {
    width: 90vw;
    height: 32px;
    background-size: contain !important;
    margin: 0 auto;
  }
}
